/* Jose Saldaña CV web */
:root {
  --cv-bg: #0a0a0b;
  --cv-surface: #141417;
  --cv-white: #f5f5f4;
  --cv-muted: #b8b8bc;
  --cv-orange: #e87a2e;
  --cv-line: rgba(245,245,244,.16);
}
html { scroll-behavior: smooth; background: var(--cv-bg); color: var(--cv-white); }
body { margin: 0; background: var(--cv-bg); color: var(--cv-white); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
::selection { background: var(--cv-orange); color: #0a0a0b; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--cv-orange); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; background: var(--cv-white); color: #0a0a0b; padding: 12px 18px; }
.skip-link:focus { top: 15px; }
.site-header { height: 76px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 clamp(24px,5.5vw,90px); border-bottom: 1px solid var(--cv-line); background: rgba(10,10,11,.78); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
.brand { display: inline-flex; align-items: center; min-width: 166px; }
.brand img { width: 166px; height: auto; max-height: 38px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: clamp(16px,2.6vw,42px); }
.site-header nav a { font-size: 13px; font-weight: 550; color: #d3d3d5; transition: color .25s ease; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.site-header nav .nav-contact { border: 1px solid rgba(255,255,255,.34); border-radius: 100px; padding: 10px 17px; color: #fff; }
.nav-contact span { color: var(--cv-orange); padding-left: 8px; }
.section-shell { max-width: 1600px; margin: 0 auto; padding-left: clamp(24px,7vw,116px); padding-right: clamp(24px,7vw,116px); }
.hero { min-height: min(780px,calc(100dvh - 76px)); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,5vw,85px); align-items: center; max-width: 1600px; margin: auto; padding: 38px clamp(24px,7vw,116px) 42px; overflow: hidden; }
.hero-copy { padding: 30px 0 46px; position: relative; z-index: 2; }
.hero-kicker, .section-index, .project-kind, .contact-label { font-size: 11px; line-height: 1.3; letter-spacing: .16em; font-weight: 680; color: var(--cv-orange); }
.hero-kicker { margin: 0 0 27px; }
.hero h1 { font-size: clamp(55px,7.3vw,116px); letter-spacing: -.075em; line-height: .96; font-weight: 660; max-width: 11ch; margin: 0; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--cv-orange); }
.hero-intro { max-width: 34ch; font-size: clamp(18px,1.65vw,24px); line-height: 1.48; color: #d0d0d2; margin: 34px 0 0; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 43px; }
.hero-cta { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; min-height: 55px; padding: 0 21px; background: var(--cv-orange); color: #101010; border-radius: 9px; font-weight: 690; font-size: 14px; transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s; }
.hero-cta:hover { transform: translateY(-3px); background: #f29451; }
.hero-cta span { font-size: 23px; font-weight: 400; transition: transform .3s; }
.hero-cta:hover span { transform: translateY(4px); }
.hero-contact { border-bottom: 1px solid rgba(255,255,255,.65); min-height: 44px; display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 650; transition: color .3s, border-color .3s; }
.hero-contact:hover { color: var(--cv-orange); border-color: var(--cv-orange); }
.hero-visual { justify-self: stretch; align-self: stretch; min-height: 550px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.hero-photo-wrap { height: min(68vw,660px); max-height: 660px; min-height: 510px; width: 100%; overflow: hidden; border-radius: 12px; background: #252326; position: relative; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 75%,rgba(0,0,0,.30)); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; transform: scale(1.015); }
.photo-caption { margin: 13px 0 0; color: #89898d; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; text-align: right; }
.intro-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; padding: 22px clamp(24px,7vw,116px); border-top: 1px solid var(--cv-line); border-bottom: 1px solid var(--cv-line); max-width: 1600px; margin: auto; }
.intro-band p { margin: 0; font-size: 13px; color: #a9a9ad; }
.intro-band strong { color: var(--cv-white); font-weight: 600; }
.statement { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 9vw; padding-top: clamp(115px,13vw,205px); padding-bottom: clamp(120px,13vw,205px); }
.statement h2 { font-size: clamp(40px,5.2vw,80px); line-height: 1.06; letter-spacing: -.065em; font-weight: 610; margin: 0; text-wrap: balance; max-width: 16ch; }
.statement > p { font-size: clamp(17px,1.55vw,22px); line-height: 1.58; color: var(--cv-muted); max-width: 37ch; margin: 0 0 8px; }
.method { padding-top: clamp(95px,10vw,160px); padding-bottom: clamp(110px,12vw,190px); border-top: 1px solid var(--cv-line); }
.section-heading { max-width: 760px; margin-bottom: clamp(56px,7vw,105px); }
.section-heading h2 { font-size: clamp(44px,6.4vw,91px); line-height: 1.03; letter-spacing: -.065em; font-weight: 620; margin: 22px 0 22px; text-wrap: balance; }
.section-heading > p { max-width: 48ch; color: var(--cv-muted); font-size: clamp(17px,1.5vw,21px); line-height: 1.55; margin: 0; }
.method-list { border-top: 1px solid var(--cv-line); }
.method-row { display: grid; grid-template-columns: minmax(70px,.16fr) minmax(190px,.55fr) 1fr; gap: 24px; align-items: center; min-height: 156px; padding: 27px 5px; border-bottom: 1px solid var(--cv-line); transition: padding .45s cubic-bezier(.2,.8,.2,1), background .45s; }
.method-row:hover { padding-left: 22px; background: rgba(255,255,255,.025); }
.method-number { color: var(--cv-orange); font-size: 14px; letter-spacing: .08em; }
.method-row h3 { margin: 0; font-size: clamp(27px,3.2vw,44px); font-weight: 590; letter-spacing: -.055em; }
.method-row p { margin: 0; max-width: 42ch; font-size: 16px; line-height: 1.62; color: var(--cv-muted); }
.trajectory { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px,8vw,135px); padding-top: clamp(95px,11vw,175px); padding-bottom: clamp(115px,12vw,190px); border-top: 1px solid var(--cv-line); }
.trajectory-heading { position: sticky; top: 125px; height: fit-content; margin-bottom: 0; }
.trajectory-heading h2 { font-size: clamp(43px,4.9vw,73px); }
.experience-list { border-top: 1px solid var(--cv-line); }
.experience-row { display: grid; grid-template-columns: 115px 1fr; gap: 28px; padding: 39px 0 45px; border-bottom: 1px solid var(--cv-line); }
.experience-years { color: var(--cv-orange); font-size: 12px; letter-spacing: .06em; white-space: nowrap; padding-top: 7px; }
.experience-row h3 { font-size: clamp(24px,2.8vw,39px); line-height: 1.14; letter-spacing: -.045em; font-weight: 580; margin: 0 0 10px; }
.experience-place { color: #ececee; font-size: 15px; font-weight: 600; margin: 0 0 18px; }
.experience-description { color: var(--cv-muted); font-size: 16px; line-height: 1.62; max-width: 51ch; margin: 0; }
.projects { padding-top: clamp(100px,10vw,160px); padding-bottom: clamp(110px,11vw,180px); border-top: 1px solid var(--cv-line); }
.projects .section-heading { max-width: 900px; }
.projects .section-heading h2 { max-width: 14ch; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-card { min-height: 520px; border-radius: 14px; padding: clamp(30px,4vw,60px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.academy-card { background: #1b1b20; }
.community-card { background: #e4e4e1; color: #141417; }
.project-symbol { font-size: clamp(90px,12vw,170px); font-weight: 630; line-height: .9; letter-spacing: -.12em; color: rgba(255,255,255,.12); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-symbol { transform: translateX(12px); }
.community-symbol { color: rgba(20,20,23,.12); }
.project-kind { margin: 0 0 13px; }
.project-card h3 { font-size: clamp(29px,3vw,46px); letter-spacing: -.055em; line-height: 1.1; font-weight: 630; margin: 0 0 20px; }
.project-card p:not(.project-kind) { max-width: 54ch; line-height: 1.62; font-size: 16px; color: #bdbdc1; margin: 0 0 27px; }
.community-card p:not(.project-kind) { color: #505054; }
.project-card a { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 14px; font-weight: 680; border-bottom: 1px solid currentColor; width: fit-content; transition: gap .25s; }
.project-card a:hover { gap: 24px; }
.community-card a { color: #171717; }
.capabilities { padding-top: clamp(105px,11vw,180px); padding-bottom: clamp(115px,11vw,180px); border-top: 1px solid var(--cv-line); }
.capabilities-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 78px; }
.capabilities-heading h2 { font-size: clamp(45px,6vw,86px); line-height: 1.02; letter-spacing: -.065em; font-weight: 620; margin: 0; }
.capabilities-heading p { color: var(--cv-muted); line-height: 1.55; font-size: 17px; max-width: 31ch; margin: 0; }
.capabilities-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px,9vw,160px); }
.areas-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--cv-line); }
.areas-list li { font-size: clamp(18px,1.9vw,27px); letter-spacing: -.03em; padding: 19px 0; border-bottom: 1px solid var(--cv-line); display: flex; justify-content: space-between; gap: 30px; }
.areas-list li span { font-size: 17px; color: var(--cv-orange); }
.tools-education { display: grid; grid-template-columns: 1fr; gap: 34px; }
.tools-education > div { border-top: 1px solid var(--cv-line); padding-top: 18px; }
.tools-education h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--cv-orange); margin: 0 0 15px; }
.tools-education p { font-size: 16px; color: var(--cv-muted); line-height: 1.62; max-width: 40ch; margin: 0 0 9px; }
.contact { border-top: 1px solid var(--cv-line); padding-top: clamp(115px,13vw,210px); padding-bottom: clamp(85px,10vw,150px); }
.contact-label { margin: 0 0 25px; }
.contact h2 { font-size: clamp(52px,7vw,106px); letter-spacing: -.075em; line-height: 1.03; font-weight: 630; max-width: 13ch; margin: 0 0 65px; text-wrap: balance; }
.contact-main { display: flex; justify-content: space-between; align-items: center; max-width: 650px; width: 100%; padding: 22px 0; border-top: 2px solid var(--cv-white); border-bottom: 2px solid var(--cv-white); font-size: clamp(25px,3vw,39px); font-weight: 620; letter-spacing: -.04em; transition: padding .25s, color .25s; }
.contact-main:hover { padding-left: 15px; color: var(--cv-orange); }
.contact-main span { font-weight: 400; color: var(--cv-orange); }
.contact-links { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 65px; }
.contact-links a { color: var(--cv-muted); min-height: 44px; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; transition: color .25s; }
.contact-links a:hover { color: white; }
.contact-links a span { color: var(--cv-orange); }
.site-footer { border-top: 1px solid var(--cv-line); padding: 28px clamp(24px,7vw,116px); display: flex; justify-content: space-between; gap: 25px; color: #85858a; font-size: 12px; max-width: 1600px; margin: auto; }
.site-footer a { color: #e8e8e8; }
@supports (animation-timeline: view()) {
  .statement h2, .section-heading h2, .project-card, .capabilities-heading h2, .contact h2 { animation: cv-rise linear both; animation-timeline: view(); animation-range: entry 0% cover 28%; }
  .hero-photo { animation: cv-photo linear both; animation-timeline: scroll(); animation-range: 0px 700px; }
}
@keyframes cv-rise { from { transform: translateY(28px); } to { transform: translateY(0); } }
@keyframes cv-photo { from { transform: scale(1.015) translateY(0); } to { transform: scale(1.09) translateY(-14px); } }
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .9fr; gap: 30px; }
  .hero h1 { font-size: clamp(52px,7.6vw,80px); }
  .hero-photo-wrap { min-height: 490px; }
  .trajectory { gap: 45px; }
  .experience-row { grid-template-columns: 1fr; gap: 13px; }
}
@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 22px; }
  .brand, .brand img { min-width: 0; width: 140px; }
  .site-header nav { gap: 12px; }
  .site-header nav a:not(.nav-contact) { display: none; }
  .site-header nav .nav-contact { padding: 9px 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 62px 24px 25px; gap: 45px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(58px,13vw,83px); max-width: 10ch; }
  .hero-intro { margin-top: 25px; font-size: 19px; }
  .hero-actions { margin-top: 30px; gap: 22px; }
  .hero-visual { min-height: 0; }
  .hero-photo-wrap { height: min(115vw,620px); min-height: 0; }
  .intro-band { grid-template-columns: 1fr; gap: 7px; padding: 23px 24px; }
  .statement, .trajectory, .capabilities-body, .project-grid { grid-template-columns: 1fr; }
  .statement { gap: 35px; }
  .trajectory-heading { position: static; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2 { font-size: clamp(44px,10vw,64px); }
  .method-row { grid-template-columns: 56px 1fr; gap: 10px; align-items: start; min-height: auto; padding: 23px 0; }
  .method-row p { grid-column: 2; font-size: 15px; }
  .method-row h3 { font-size: 31px; }
  .project-card { min-height: 470px; }
  .capabilities-heading { display: block; margin-bottom: 45px; }
  .capabilities-heading p { margin-top: 22px; }
  .contact h2 { font-size: clamp(49px,11vw,77px); }
  .contact-links { gap: 10px 25px; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 54px; }
  .hero-cta { width: 100%; }
  .hero-contact { width: fit-content; }
  .project-card { padding: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-photo { transform: none !important; }
}
.cv-error { min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; padding: 10vw; background: var(--cv-bg); }
.cv-error p { color: var(--cv-orange); letter-spacing: .15em; font-size: 12px; }
.cv-error h1 { font-size: clamp(44px,6vw,80px); letter-spacing: -.07em; max-width: 12ch; line-height: 1.05; margin: 15px 0 35px; }
.cv-error a, .cv-error button { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; color: var(--cv-white); background: none; border: 0; border-bottom: 1px solid var(--cv-orange); font: inherit; cursor: pointer; padding: 0; margin-right: 25px; }


/* Logos y fotografía aportados por Jose */
.experience-main { min-width: 0; }
.experience-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.experience-topline > div { min-width: 0; }
.experience-logo { width: 124px; height: 106px; object-fit: contain; object-position: right top; flex: 0 0 auto; }
.experience-logo.personal { width: 153px; height: 53px; margin-top: 3px; }
.experience-logo.bmw { border-radius: 8px; background: #000; }
.project-card { gap: 31px; min-height: 610px; }
.project-media { display: block; width: 100%; height: 225px; border-radius: 8px; object-fit: cover; }
.academy-media { object-position: center 38%; }
.community-card { background: #202024; color: #f5f5f4; border: 1px solid rgba(255,255,255,.09); }
.community-logo-frame { min-height: 225px; border-radius: 8px; background: #0b0b0c; display: flex; align-items: center; justify-content: center; padding: 28px; }
.community-logo-frame img { width: 100%; height: auto; max-height: 130px; object-fit: contain; }
.community-card p:not(.project-kind) { color: #bdbdc1; }
.community-card a { color: #f5f5f4; }
@media (max-width: 1050px) {
  .experience-topline { display: block; }
  .experience-logo { margin-top: 6px; margin-bottom: 15px; object-position: left center; }
}
@media (max-width: 760px) {
  .experience-topline { display: flex; }
  .experience-logo { width: 92px; height: 84px; margin: 0; }
  .experience-logo.personal { width: 110px; height: 45px; margin: 0; }
  .project-card { min-height: 560px; }
  .project-media, .community-logo-frame { min-height: 0; height: 190px; }
}
@media (max-width: 420px) {
  .experience-topline { display: block; }
  .experience-logo { width: 112px; height: 96px; margin: 0 0 17px; object-position: left center; }
  .experience-logo.personal { width: 125px; height: 45px; }
  .project-card { min-height: 0; gap: 30px; }
  .project-media, .community-logo-frame { height: 175px; }
}

/* Recorrido visual: claridad, profundidad y movimiento progresivo */
.scroll-progress {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--cv-orange);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  .scroll-progress {
    animation: cv-progress linear both;
    animation-timeline: scroll(root);
  }
}
@keyframes cv-progress { to { transform: scaleX(1); } }

.hero-photo-wrap {
  isolation: isolate;
  box-shadow: 0 38px 90px rgba(0,0,0,.24);
}
.hero-photo { will-change: transform; }
.hero-copy > * { animation: cv-hero-in .85s cubic-bezier(.16,1,.3,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .10s; }
.hero-copy > :nth-child(3) { animation-delay: .20s; }
.hero-copy > :nth-child(4) { animation-delay: .30s; }
@keyframes cv-hero-in {
  from { transform: translateY(26px); opacity: .25; }
  to { transform: translateY(0); opacity: 1; }
}

.method {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(275px,.86fr) minmax(0,1.14fr);
  gap: clamp(44px,7vw,120px);
  background: #f1f0ec;
  color: #171719;
  border-top: 0;
  border-radius: 26px 26px 0 0;
  padding-top: clamp(100px,10vw,165px);
  padding-bottom: clamp(115px,13vw,210px);
}
.method .section-heading {
  position: sticky;
  top: 135px;
  height: fit-content;
  margin: 0;
}
.method .section-heading h2 { max-width: 10ch; }
.method .section-heading > p { color: #57575b; }
.method .section-index, .method-number { color: #af4e14; }
.method-list { border-color: rgba(20,20,23,.22); }
.method-row {
  grid-template-columns: 54px 1fr;
  min-height: 190px;
  column-gap: 20px;
  row-gap: 12px;
  border-color: rgba(20,20,23,.22);
  position: relative;
  align-content: center;
  transition: padding .35s cubic-bezier(.16,1,.3,1), background .35s;
}
.method-row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--cv-orange);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.method-row:hover::before { transform: scaleX(1); }
.method-row:hover { background: rgba(15,15,17,.035); padding-left: 16px; }
.method-row h3 { font-size: clamp(30px,3.8vw,56px); }
.method-row p {
  grid-column: 2;
  font-size: 16px;
  color: #55555a;
  max-width: 42ch;
}
@supports (animation-timeline: view()) {
  .method-row::before {
    animation: cv-line-in linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 48%;
  }
}
@keyframes cv-line-in { to { transform: scaleX(1); } }

.project-card {
  transition: transform .55s cubic-bezier(.16,1,.3,1), box-shadow .55s cubic-bezier(.16,1,.3,1);
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.project-media, .community-logo-frame img {
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.project-card:hover .project-media { transform: scale(1.035); }
.project-card:hover .community-logo-frame img { transform: scale(1.045); }
.community-logo-frame { overflow: hidden; }
.experience-logo.bmw { object-position: center; }

@media (max-width: 900px) {
  .method { grid-template-columns: 1fr; gap: 64px; }
  .method .section-heading { position: static; }
  .method .section-heading h2 { max-width: 13ch; }
}
@media (max-width: 760px) {
  .method { border-radius: 17px 17px 0 0; gap: 46px; }
  .method-row { min-height: 156px; grid-template-columns: 46px 1fr; padding: 22px 0; }
  .method-row h3 { font-size: clamp(31px,8vw,44px); }
  .method-row p { font-size: 15px; }
  .project-card:hover { transform: none; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress, .hero-copy > *, .method-row::before {
    animation: none !important;
  }
  .scroll-progress { display: none; }
  .hero-copy > * { opacity: 1 !important; transform: none !important; }
  .project-card, .project-media, .community-logo-frame img { transform: none !important; }
}

/* Fotografía del auditorio: escena inmersiva con lectura protegida */
.statement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: none;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  padding-top: clamp(130px,13vw,205px);
  padding-bottom: clamp(130px,13vw,205px);
  background: var(--cv-bg);
}
.statement-photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.statement-photo img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(67%,1050px);
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(.86) contrast(1.03);
}
.statement-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,#0a0a0b 0%,rgba(10,10,11,.98) 30%,rgba(10,10,11,.78) 49%,rgba(10,10,11,.16) 83%),
    linear-gradient(0deg,#0a0a0b 0%,transparent 24%,transparent 80%,rgba(10,10,11,.55) 100%);
}
.statement-main, .statement > p { position: relative; z-index: 1; }
.statement h2 { max-width: 14ch; }
.statement > p {
  max-width: 42ch;
  margin: 0;
  color: #e0e0e2;
  text-wrap: pretty;
}
@media (max-width: 900px) {
  .statement-photo img { width: 85%; }
  .statement-photo::after {
    background:
      linear-gradient(90deg,#0a0a0b 0%,rgba(10,10,11,.93) 36%,rgba(10,10,11,.55) 75%),
      linear-gradient(0deg,#0a0a0b 0%,transparent 26%);
  }
}
@media (max-width: 760px) {
  .statement {
    min-height: 960px;
    justify-content: flex-end;
    gap: 27px;
    padding-top: 300px;
    padding-bottom: 95px;
  }
  .statement-photo img {
    width: 100%;
    height: 100%;
    object-position: center 26%;
  }
  .statement-photo::after {
    background:
      linear-gradient(0deg,#0a0a0b 0%,rgba(10,10,11,.97) 28%,rgba(10,10,11,.74) 57%,rgba(10,10,11,.16) 100%);
  }
  .statement h2 { font-size: clamp(43px,10.7vw,62px); max-width: 13ch; }
  .statement > p { font-size: 17px; max-width: 40ch; }
}

/* Formación: titulación académica y credenciales con la misma voz visual del CV */
.experience-logo.apple { width: 92px; height: 92px; border-radius: 18px; background: #969696; }
.education {
  max-width: none;
  background: #efeee9;
  color: #171719;
  border-radius: 26px 26px 0 0;
  padding-top: clamp(96px,10vw,156px);
  padding-bottom: clamp(110px,11vw,175px);
}
.education-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(260px,.55fr); gap: 20px 70px; align-items: end; margin-bottom: clamp(48px,6vw,92px); }
.education-intro .section-index { grid-column: 1 / -1; color: #ae4d15; }
.education-intro h2 { font-size: clamp(48px,6.4vw,92px); line-height: 1.03; letter-spacing: -.065em; font-weight: 620; margin: 0; max-width: 14ch; text-wrap: balance; }
.education-intro > p { margin: 0 0 7px; max-width: 32ch; color: #55555a; font-size: clamp(17px,1.5vw,21px); line-height: 1.56; }
.degree-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.degree { min-height: 270px; display: grid; grid-template-columns: 160px 1fr; gap: clamp(20px,2.5vw,42px); align-items: center; padding: clamp(27px,3vw,48px); border-radius: 14px; background: #fafaf8; border: 1px solid #deded9; }
.degree-logo-frame { width: 160px; height: 128px; display: grid; place-items: center; overflow: hidden; }
.degree-logo-frame img { width: 100%; max-height: 110px; object-fit: contain; }
.degree-logo-frame.ual img { width: 114px; max-height: 114px; border-radius: 4px; }
.degree-years, .credential-date { display: block; color: #ab4e1a; font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.45; }
.degree-years { margin: 0 0 16px; }
.degree h3 { font-size: clamp(25px,2.7vw,38px); line-height: 1.14; letter-spacing: -.05em; font-weight: 620; margin: 0 0 16px; text-wrap: balance; }
.degree-content > p:last-child { margin: 0; color: #505054; font-size: 16px; }
.credentials { margin-top: clamp(90px,9vw,145px); }
.credentials-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid #c8c8c4; }
.credentials-heading h3 { font-size: clamp(35px,4.7vw,65px); line-height: 1.06; letter-spacing: -.06em; font-weight: 620; margin: 0; }
.credentials-heading p { max-width: 32ch; color: #59595d; font-size: 16px; line-height: 1.55; margin: 0 0 5px; }
.credential-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: clamp(35px,7vw,110px); }
.credential { min-height: 168px; display: flex; gap: 24px; align-items: center; border-bottom: 1px solid #c8c8c4; padding: 24px 0; }
.credential-mark { width: 86px; height: 86px; flex: 0 0 86px; display: grid; place-items: center; overflow: hidden; border-radius: 8px; background: #fff; }
.credential-mark img { width: 100%; height: 100%; object-fit: contain; }
.credential-mark.harvard { width: 102px; flex-basis: 102px; padding: 6px; }
.credential-mark.anthropic, .credential-mark.openai, .credential-mark.microsoft { padding: 17px; }
.credential-mark.openai img { width: 60px; height: 60px; }
.credential-mark.microsoft img { width: 56px; height: 56px; }
.credential-mark.bmw { padding: 7px; }
.credential-mark.apple { background: #969696; }
.credential h4 { margin: 7px 0 5px; font-size: clamp(19px,1.8vw,25px); line-height: 1.24; letter-spacing: -.035em; font-weight: 620; }
.credential p { margin: 0; color: #55555a; font-size: 15px; line-height: 1.45; }
@media (max-width: 1050px) {
  .degree { grid-template-columns: 1fr; align-content: start; }
  .degree-logo-frame { justify-content: start; }
}
@media (max-width: 760px) {
  .education { border-radius: 17px 17px 0 0; }
  .education-intro, .degree-grid, .credential-grid { grid-template-columns: 1fr; }
  .education-intro .section-index { grid-column: auto; }
  .education-intro { gap: 19px; }
  .education-intro > p { margin: 2px 0 0; }
  .degree { min-height: 0; grid-template-columns: 130px 1fr; padding: 27px; }
  .degree-logo-frame { width: 130px; height: 112px; }
  .degree-logo-frame.ual img { width: 106px; max-height: 106px; }
  .credentials-heading { display: block; padding-bottom: 26px; }
  .credentials-heading p { margin-top: 16px; }
  .credential { min-height: 138px; }
}
@media (max-width: 540px) {
  .degree { grid-template-columns: 1fr; gap: 18px; }
  .credential { gap: 18px; }
  .credential-mark, .credential-mark.harvard { width: 72px; height: 72px; flex-basis: 72px; }
  .credential h4 { font-size: 20px; }
}
