@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Grotesk:wght@300;400;500;600&display=swap");

:root {
  --night: #07090e;
  --night-2: #0d111a;
  --ivory: #f2eee4;
  --ivory-2: #ded8cc;
  --cobalt: #3457ff;
  --sky: #a9c7ff;
  --copper: #d48052;
  --ink: #17191f;
  --muted: #777a82;
  --line-dark: rgba(238, 239, 244, .17);
  --line-light: rgba(17, 19, 25, .16);
  --pad: clamp(24px, 5.5vw, 92px);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-weight: 300; }
body.intro-lock { overflow: hidden; }
body.intro-lock .site { opacity: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 80px; }
::selection { background: var(--cobalt); color: #fff; }

.intro { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; background: var(--night); color: var(--ivory); transition: opacity 1.25s cubic-bezier(.16,1,.3,1), visibility 1.25s; }
.intro::before, .intro::after { content: ""; position: absolute; width: 1px; height: 0; background: linear-gradient(transparent,var(--cobalt),transparent); animation: intro-line 1.5s .2s cubic-bezier(.16,1,.3,1) forwards; }
.intro::before { left: 33.333%; top: 0; }
.intro::after { right: 33.333%; bottom: 0; }
.intro.is-gone { opacity: 0; visibility: hidden; pointer-events: none; }
.intro__geometry { display: grid; place-items: center; gap: 25px; }
.intro__name { font-size: 11px; font-weight: 500; letter-spacing: .55em; text-indent: .55em; opacity: 0; transform: translateY(12px); animation: intro-name .7s .85s forwards; }
.site { opacity: 1; transition: opacity 1.2s .15s ease; }
.scroll-progress { position: fixed; z-index: 90; left: 0; top: 0; width: 100%; height: 2px; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--cobalt); transform: scaleX(0); transform-origin: left; }

.brand-symbol { position: relative; display: block; width: 32px; aspect-ratio: 1; flex: none; }
.brand-symbol::before { content: ""; position: absolute; inset: 7%; background: linear-gradient(145deg,var(--sky),var(--cobalt) 48%,var(--copper)); clip-path: polygon(50% 0,100% 92%,78% 92%,50% 39%,22% 92%,0 92%); }
.brand-symbol i, .brand-symbol b { position: absolute; border: 1.5px solid var(--ivory); border-radius: 50%; }
.brand-symbol i { inset: 30%; border-right-color: transparent; animation: symbol-turn 7s linear infinite; }
.brand-symbol b { inset: 41%; }
.brand-symbol em { position: absolute; width: 4px; height: 4px; border-radius: 50%; left: calc(50% - 2px); top: calc(50% - 2px); background: var(--copper); box-shadow: 0 0 16px var(--copper); }
.brand-symbol--large { width: clamp(145px,18vw,230px); filter: drop-shadow(0 0 35px rgba(52,87,255,.3)); opacity: 0; transform: scale(.75) rotate(-10deg); animation: intro-symbol 1.4s cubic-bezier(.16,1,.3,1) forwards; }
.brand-symbol--large i, .brand-symbol--large b { border-width: 2px; }
.brand-symbol--giant { width: min(58vw,780px); opacity: .09; }
.wordmark { display: flex; align-items: center; gap: 12px; }
.wordmark > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.wordmark strong { color: var(--ivory); font-size: 10px; font-weight: 500; letter-spacing: .28em; }
.wordmark small { color: var(--sky); font-size: 6px; font-weight: 600; letter-spacing: .42em; }

.header { position: fixed; z-index: 80; left: 0; right: 0; top: 0; min-height: 84px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: var(--ivory); background: linear-gradient(180deg,rgba(7,9,14,.86),rgba(7,9,14,0)); transition: background .4s, min-height .4s, backdrop-filter .4s; }
.header.is-scrolled { min-height: 66px; background: rgba(7,9,14,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.nav { display: flex; align-items: center; gap: clamp(18px,2.4vw,38px); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.nav a { position: relative; color: rgba(242,238,228,.66); transition: color .3s; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--sky); transition: right .35s cubic-bezier(.16,1,.3,1); }
.nav a:hover { color: #fff; }
.nav a:hover::after { right: 0; }
.nav .lang-switch { color: var(--sky); font-weight: 600; letter-spacing: .18em; }
.nav .nav__book { color: #fff; border: 1px solid rgba(169,199,255,.45); padding: 12px 17px; }
.nav .nav__book::after { display: none; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: var(--night); color: var(--ivory); padding: 145px var(--pad) 72px; }
.hero__film, .hero__shade, .probability-field { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__film { object-fit: cover; object-position: 67% center; opacity: .68; filter: saturate(.66) contrast(1.08); }
.hero__shade { background: linear-gradient(90deg,rgba(7,9,14,.95) 0%,rgba(7,9,14,.66) 44%,rgba(7,9,14,.2) 75%), linear-gradient(180deg,rgba(7,9,14,.2),rgba(7,9,14,.58)); }
.probability-field { z-index: 1; pointer-events: none; opacity: .72; }
.hero__planes { position: absolute; z-index: 1; inset: 0; pointer-events: none; perspective: 1000px; }
.hero__planes i { position: absolute; display: block; width: clamp(130px,15vw,240px); aspect-ratio: .7; border: 1px solid rgba(169,199,255,.18); background: linear-gradient(145deg,rgba(169,199,255,.035),transparent 58%); transform: rotate(18deg) skewY(-5deg); animation: plane-float 9s ease-in-out infinite alternate; }
.hero__planes i:nth-child(1) { right: 8%; top: 12%; }
.hero__planes i:nth-child(2) { right: 26%; bottom: -9%; animation-delay: -3s; transform: rotate(-14deg) skewY(5deg); }
.hero__planes i:nth-child(3) { left: 48%; top: -15%; animation-delay: -6s; transform: rotate(46deg); opacity: .5; }
.hero__content { position: relative; z-index: 2; width: min(1120px,88vw); }
.kicker { margin: 0; color: var(--copper); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .24em; }
.hero__kicker { margin-bottom: 26px; color: var(--sky); opacity: 0; animation: hero-in .8s 2.75s forwards; }
.hero h1 { margin: 0; max-width: 980px; font-family: var(--serif); font-size: clamp(72px,10.5vw,168px); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.hero h1 span, .hero h1 strong { display: block; opacity: 0; transform: translateY(60px); animation: hero-in 1s 2.82s cubic-bezier(.16,1,.3,1) forwards; }
.hero h1 strong { margin-left: clamp(0px,7vw,110px); color: var(--sky); font-weight: 400; font-style: italic; animation-delay: 2.97s; }
.lang-es .hero h1 { font-size: clamp(68px,9.4vw,150px); }
.hero__lower { width: min(800px,100%); margin: 50px 0 0 clamp(0px,7vw,110px); display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; opacity: 0; animation: hero-in .9s 3.12s forwards; }
.hero__lower > p { max-width: 430px; margin: 0; color: rgba(242,238,228,.72); font-size: 14px; line-height: 1.75; }
.action { min-width: 270px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(169,199,255,.55); padding: 15px 0; color: #fff; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.action b { width: 31px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--sky); border-radius: 50%; color: var(--sky); transition: transform .35s, background .35s, color .35s; }
.action:hover b { transform: rotate(45deg); background: var(--sky); color: var(--night); }
.hero__index { position: absolute; z-index: 2; right: var(--pad); top: 43%; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(242,238,228,.48); font-size: 8px; }
.hero__index i { display: block; width: 1px; height: 88px; background: linear-gradient(var(--cobalt),rgba(169,199,255,.12)); }
.hero__scroll { position: absolute; z-index: 3; right: var(--pad); bottom: 32px; color: rgba(242,238,228,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.hero__scroll span { margin-left: 14px; color: var(--sky); }

.proof { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--night); color: var(--ivory); border-top: 1px solid var(--line-dark); }
.proof__quote { padding: clamp(85px,10vw,160px) var(--pad); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-dark); }
.proof blockquote { margin: 45px 0 28px; font-family: var(--serif); font-size: clamp(46px,5.3vw,80px); line-height: .99; letter-spacing: -.035em; }
.proof blockquote em { color: var(--sky); font-weight: 400; }
.proof cite { color: rgba(242,238,228,.46); font-size: 10px; font-style: normal; text-transform: uppercase; letter-spacing: .2em; }
.proof__film { position: relative; min-height: 650px; overflow: hidden; }
.proof__film video { width: 100%; height: 100%; object-fit: cover; opacity: .64; filter: grayscale(.35) saturate(.65) contrast(1.08); }
.proof__film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(7,9,14,.82)); }
.proof__signal { position: absolute; z-index: 2; left: clamp(25px,5vw,80px); bottom: 52px; display: flex; flex-direction: column; gap: 6px; text-transform: uppercase; }
.proof__signal span { color: var(--sky); font-size: 9px; letter-spacing: .22em; }
.proof__signal strong { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: .02em; }

.experience { position: relative; padding: clamp(100px,12vw,190px) var(--pad); overflow: hidden; background: var(--ivory); }
.chapter { display: grid; grid-template-columns: 48px auto 1fr; align-items: center; gap: 15px; margin-bottom: clamp(70px,8vw,120px); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.chapter::after { content: ""; height: 1px; background: var(--line-light); }
.chapter span { color: var(--cobalt); }
.chapter p { margin: 0; }
.chapter--light { color: var(--ivory); }
.chapter--light::after { background: var(--line-dark); }
.chapter--light span { color: var(--sky); }
.experience__title { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: clamp(40px,8vw,130px); }
.experience h2, .formats h2, .about h2, .clients h2, .reactions h2, .gallery h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.experience h2 { font-size: clamp(66px,9vw,138px); line-height: .85; }
.experience h2 em { color: var(--cobalt); font-weight: 400; }
.experience__copy { max-width: 590px; margin-bottom: 7px; }
.experience__copy p { margin: 0 0 20px; color: #5f626b; font-size: 14px; line-height: 1.75; }
.experience__copy p:first-child { color: var(--ink); font-family: var(--serif); font-size: clamp(22px,2vw,30px); line-height: 1.35; }
.experience__copy p:last-child { margin-bottom: 0; padding-top: 20px; border-top: 1px solid var(--line-light); color: #3e424c; }
.experience__stage { position: relative; min-height: clamp(760px,72vw,1100px); margin: clamp(90px,10vw,150px) calc(var(--pad) * -1) 0; }
.experience__image { position: absolute; margin: 0; overflow: hidden; background: var(--night); }
.experience__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08); transition: transform 1.4s cubic-bezier(.16,1,.3,1); }
.experience__image:hover img { transform: scale(1.035); }
.experience__image--wide { left: 0; top: 0; width: 67%; height: 62%; }
.experience__image--portrait { right: 6%; bottom: 0; width: 31%; height: 57%; border: 10px solid var(--ivory); }
.experience__image--portrait img { object-position: center; }
.experience__diagram { position: absolute; right: 8%; top: 3%; width: 34%; aspect-ratio: 1; display: grid; place-items: center; }
.diagram__orbit { position: absolute; inset: 8%; border: 1px solid rgba(52,87,255,.26); border-radius: 50%; animation: symbol-turn 16s linear infinite; }
.diagram__orbit::before, .diagram__orbit::after { content: ""; position: absolute; border: 1px solid rgba(52,87,255,.16); border-radius: 50%; }
.diagram__orbit::before { inset: 15%; border-left-color: transparent; }
.diagram__orbit::after { inset: 33%; border-bottom-color: transparent; }
.diagram__point { position: absolute; top: 8%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 20px var(--copper); transform-origin: 0 calc(50% / .08); animation: symbol-turn 10s linear infinite; }
.diagram__line { position: absolute; width: 75%; height: 1px; background: linear-gradient(90deg,transparent,var(--cobalt),transparent); transform: rotate(-28deg); }
.experience__diagram p { margin: 0; color: var(--cobalt); font-family: var(--serif); font-size: clamp(25px,3vw,45px); font-style: italic; line-height: .85; text-align: center; }
.experience__note { position: absolute; left: 7%; bottom: 4%; display: flex; flex-direction: column; gap: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.experience__note strong { color: var(--cobalt); font-weight: 500; }

.formats { padding: clamp(100px,12vw,180px) var(--pad); background: var(--night); color: var(--ivory); }
.formats__intro { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; margin-bottom: clamp(90px,10vw,150px); }
.formats__intro h2 { font-size: clamp(68px,9vw,132px); line-height: .86; }
.formats__intro > p { max-width: 410px; margin: 0; color: rgba(242,238,228,.56); line-height: 1.8; }
.format { position: relative; min-height: 600px; padding: clamp(55px,7vw,95px) 0; display: grid; grid-template-columns: minmax(300px,.95fr) minmax(340px,1.05fr); gap: clamp(50px,8vw,130px); align-items: center; border-top: 1px solid var(--line-dark); }
.format:last-child { border-bottom: 1px solid var(--line-dark); }
.format--reverse figure { order: 2; }
.format__number { position: absolute; right: 0; top: 30px; color: rgba(169,199,255,.1); font-family: var(--serif); font-size: clamp(110px,15vw,220px); line-height: 1; }
.format figure { position: relative; margin: 0; height: 470px; overflow: hidden; clip-path: polygon(0 7%,92% 0,100% 92%,8% 100%); }
.format figure::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(169,199,255,.25); clip-path: inherit; }
.format figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) saturate(.65) contrast(1.08); transition: transform 1.2s cubic-bezier(.16,1,.3,1),filter .7s; }
.format:hover figure img { transform: scale(1.045); filter: grayscale(0) saturate(.85) contrast(1.04); }
.format__copy { position: relative; z-index: 1; max-width: 590px; }
.format__copy h3 { margin: 24px 0 30px; font-family: var(--serif); font-size: clamp(55px,7vw,100px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.format__copy > p:not(.kicker) { max-width: 490px; color: rgba(242,238,228,.58); line-height: 1.8; }
.format__copy a { display: inline-flex; gap: 18px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--line-dark); color: var(--sky); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 980px; background: #11141c; color: var(--ivory); }
.about__portrait { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.about__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(7,9,14,.8)); }
.about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: grayscale(1) contrast(1.08); }
.about__coordinates { position: absolute; z-index: 2; left: 35px; right: 35px; bottom: 32px; display: flex; align-items: center; gap: 18px; color: rgba(242,238,228,.58); font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.about__coordinates i { flex: 1; height: 1px; background: var(--line-dark); }
.about__story { padding: clamp(100px,11vw,170px) var(--pad); }
.about h2 { font-size: clamp(62px,7.5vw,112px); line-height: .87; }
.about h2 em { color: var(--sky); font-weight: 400; }
.about__copy { margin: 65px 0 0 clamp(0px,5vw,85px); max-width: 680px; color: rgba(242,238,228,.66); font-size: 15px; line-height: 1.85; }
.about__copy p:first-child { color: var(--ivory); font-family: var(--serif); font-size: 26px; line-height: 1.45; }
.about__copy cite { color: var(--sky); font-style: normal; }
.credentials { margin: 80px 0 0 clamp(0px,5vw,85px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.credentials div { min-height: 150px; padding: 26px 18px 20px 0; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: space-between; }
.credentials div:last-child { border-right: 0; padding-left: 18px; }
.credentials strong { color: var(--sky); font-family: var(--serif); font-size: 48px; font-weight: 400; }
.credentials span { max-width: 120px; color: rgba(242,238,228,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; line-height: 1.5; }

.clients { position: relative; isolation: isolate; min-height: 680px; padding: clamp(95px,11vw,160px) 0 85px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--night); color: var(--ivory); }
.clients__backdrop { position: absolute; z-index: -2; inset: 0; background: url("assets/photos/alejandro-clients-stage-2.jpg") center 46%/cover no-repeat; filter: saturate(.72) contrast(1.06); }
.clients::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(7,9,14,.88),rgba(7,9,14,.25) 70%),linear-gradient(180deg,rgba(7,9,14,.08),rgba(7,9,14,.82)); }
.clients__heading { padding: 0 var(--pad); }
.clients h2 { max-width: 900px; margin: 24px 0 70px; font-size: clamp(65px,8vw,120px); line-height: .86; }
.client-marquee { width: 100%; overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(7,9,14,.48); backdrop-filter: blur(8px); }
.client-marquee__track { display: flex; width: max-content; animation: logo-flow 29s linear infinite; }
.client-marquee:hover .client-marquee__track { animation-play-state: paused; }
.client-marquee__set { display: flex; align-items: center; }
.client-marquee img { width: 190px; height: 88px; padding: 28px 34px; object-fit: contain; filter: invert(1) grayscale(1) brightness(1.4); opacity: .72; border-right: 1px solid var(--line-dark); }

.reactions { padding: clamp(100px,12vw,180px) var(--pad); background: var(--ivory); overflow: hidden; }
.reactions__layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(60px,9vw,150px); align-items: stretch; }
.reactions__aside { display: flex; flex-direction: column; justify-content: space-between; }
.reactions h2 { font-size: clamp(65px,7.5vw,110px); line-height: .86; }
.reaction-controls { margin-top: 100px; display: flex; align-items: center; gap: 20px; }
.reaction-controls button { width: 44px; height: 44px; border: 1px solid var(--line-light); border-radius: 50%; background: transparent; cursor: pointer; transition: background .3s,color .3s; }
.reaction-controls button:hover { background: var(--cobalt); color: #fff; }
.reaction-controls span { font-size: 9px; letter-spacing: .14em; }
.reaction-controls b { color: var(--cobalt); font-weight: 500; }
.reaction-stage { position: relative; min-height: 520px; border-left: 1px solid var(--line-light); padding: 10px 0 55px clamp(35px,6vw,100px); display: grid; align-items: center; }
.reaction-stage::before { content: "“"; position: absolute; left: clamp(25px,5vw,80px); top: -35px; color: rgba(52,87,255,.12); font-family: var(--serif); font-size: 170px; }
.reaction-stage blockquote { grid-area: 1/1; margin: 0; opacity: 0; transform: translateY(24px); pointer-events: none; transition: opacity .55s,transform .7s cubic-bezier(.16,1,.3,1); }
.reaction-stage blockquote.is-active { opacity: 1; transform: none; pointer-events: auto; }
.reaction-stage blockquote p { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(42px,5vw,76px); line-height: 1.08; letter-spacing: -.025em; }
.reaction-stage blockquote cite { display: block; margin-top: 45px; color: var(--cobalt); font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .2em; }
.reaction-progress { position: absolute; left: clamp(35px,6vw,100px); right: 0; bottom: 0; height: 1px; background: var(--line-light); }
.reaction-progress span { display: block; height: 2px; width: 0; background: var(--cobalt); }
.reaction-progress span.is-playing { animation: reaction-time 7s linear forwards; }

.gallery { padding: clamp(100px,12vw,180px) var(--pad); background: var(--night); color: var(--ivory); }
.gallery__heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: end; margin-bottom: 80px; }
.gallery__heading .chapter { margin: 0; }
.gallery h2 { font-size: clamp(65px,8vw,120px); line-height: .85; }
.gallery__wall { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 170px; gap: 10px; }
.gallery__tile { grid-column: span 4; grid-row: span 2; margin: 0; overflow: hidden; background: #0b0e14; }
.gallery__tile--wide { grid-column: span 8; }
.gallery__tile--tall { grid-row: span 3; }
.gallery__open, .gallery__open picture { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.gallery__open img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08); transition: transform 1s cubic-bezier(.16,1,.3,1),filter .6s; }
.gallery__open:hover img, .gallery__open:focus-visible img { transform: scale(1.045); filter: saturate(.95) contrast(1.03); }
.gallery__tile:nth-child(1) img { object-position: center 57%; }
.gallery__tile:nth-child(2) img { object-position: center 42%; }
.gallery__tile:nth-child(3) img { object-position: 35% center; }
.lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 55px; border: 0; background: rgba(7,9,14,.96); color: #fff; }
.lightbox::backdrop { background: rgba(0,0,0,.8); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox__close { position: absolute; z-index: 2; right: 26px; top: 22px; border: 0; background: none; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; }

.contact { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,9vw,150px); padding: clamp(110px,13vw,190px) var(--pad); background: #0b0e15; color: var(--ivory); }
.contact__signal { position: absolute; z-index: -1; right: -10%; bottom: -30%; }
.contact h2 { margin: 45px 0 38px; font-size: clamp(65px,7.5vw,112px); line-height: .87; }
.contact h2 em { color: var(--sky); font-weight: 400; }
.contact__intro > p { max-width: 520px; color: rgba(242,238,228,.56); line-height: 1.8; }
.contact__direct { margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 10px; color: rgba(242,238,228,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.contact__direct a { color: var(--sky); font-size: 13px; text-transform: none; letter-spacing: 0; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 25px; align-content: start; padding: 38px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); backdrop-filter: blur(10px); }
.contact-form label { display: flex; flex-direction: column; gap: 9px; }
.contact-form label span { color: rgba(242,238,228,.48); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; outline: none; padding: 12px 0; background: transparent; color: var(--ivory); resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sky); }
.contact-form option { color: var(--ink); }
.contact-form ::placeholder { color: rgba(242,238,228,.28); }
.form-wide { grid-column: 1/-1; }
.form-trap { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.action--submit { width: 100%; border: 0; border-bottom: 1px solid rgba(169,199,255,.55); background: transparent; cursor: pointer; }
.form-note, .form-error { margin: -10px 0 0; color: rgba(242,238,228,.4); font-size: 9px; }
.form-note a, .form-error a { color: var(--sky); }
.form-success { padding: 40px 0; }
.form-success h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 45px; font-weight: 400; }
.form-reset { border: 0; border-bottom: 1px solid var(--sky); padding: 8px 0; background: none; color: var(--sky); cursor: pointer; }

footer { position: relative; min-height: 240px; padding: 52px var(--pad) 32px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 30px; background: var(--night); color: var(--ivory); border-top: 1px solid var(--line-dark); }
footer > p { justify-self: center; margin: 10px 0; color: rgba(242,238,228,.4); font-family: var(--serif); font-size: 20px; }
footer > a:not(.wordmark) { margin-top: 10px; color: var(--sky); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
footer > small { position: absolute; left: var(--pad); bottom: 28px; color: rgba(242,238,228,.28); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .85s ease,transform 1s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--night); color: var(--ivory); }
.legal-header { min-height: 84px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.legal-header > a:last-child { color: var(--sky); font-size: 10px; }
.legal-content { width: min(850px,calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.legal-content h1 { margin: 25px 0 55px; font-family: var(--serif); font-size: clamp(60px,8vw,110px); font-weight: 400; line-height: .9; }
.legal-content p { color: rgba(242,238,228,.62); line-height: 1.8; }
.legal-content a { color: var(--sky); }
.legal-updated { margin-top: 45px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }

@keyframes intro-symbol { to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes intro-name { to { opacity: 1; transform: none; } }
@keyframes intro-line { to { height: 100%; } }
@keyframes symbol-turn { to { transform: rotate(360deg); } }
@keyframes plane-float { to { transform: translateY(30px) rotate(22deg) skewY(-2deg); } }
@keyframes hero-in { to { opacity: 1; transform: none; } }
@keyframes logo-flow { to { transform: translateX(-50%); } }
@keyframes reaction-time { from { width: 0; } to { width: 100%; } }

@media (max-width: 980px) {
  .header { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 10px 0 10px 12px; border: 0; background: none; color: var(--ivory); font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 25px; height: 1px; background: var(--ivory); transition: transform .35s; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::after { content: ""; position: absolute; top: 7px; }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-90deg); }
  .nav { position: fixed; inset: 0; padding: 110px var(--pad) 60px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; background: rgba(7,9,14,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .4s,transform .4s,visibility .4s; }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav a { font-family: var(--serif); font-size: 38px; text-transform: none; letter-spacing: -.02em; }
  .nav .lang-switch { margin-top: 8px; font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
  .nav .nav__book { margin-top: 20px; font-family: var(--sans); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
  .proof { grid-template-columns: 1fr; }
  .proof__film { min-height: 560px; }
  .experience__title { grid-template-columns: 1fr; }
  .experience__copy { max-width: 650px; }
  .experience__stage { min-height: 850px; }
  .experience__image--wide { width: 78%; height: 52%; }
  .experience__image--portrait { width: 42%; height: 55%; }
  .experience__diagram { width: 43%; right: 0; }
  .formats__intro { grid-template-columns: 1fr; }
  .format { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: .8fr 1.2fr; }
  .about__story { padding-left: 50px; padding-right: 50px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .credentials div:last-child { padding-left: 0; }
  .reactions__layout { grid-template-columns: 1fr; }
  .reaction-controls { margin-top: 50px; }
  .gallery__heading { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact__intro { max-width: 750px; }
}

@media (max-width: 620px) {
  :root { --pad: 22px; }
  .wordmark strong { font-size: 9px; }
  .hero { min-height: 900px; padding-top: 130px; padding-bottom: 78px; }
  .hero__film { object-position: 58% center; opacity: .73; }
  .hero__shade { background: linear-gradient(180deg,rgba(7,9,14,.3),rgba(7,9,14,.9) 72%); }
  .probability-field { opacity: .45; }
  .hero__planes i:nth-child(1) { right: -10%; top: 16%; }
  .hero__planes i:nth-child(2) { left: -14%; bottom: 3%; }
  .hero__content { width: 100%; }
  .hero__kicker { max-width: 250px; line-height: 1.7; }
  .hero h1 { font-size: clamp(65px,19vw,95px); line-height: .82; }
  .lang-es .hero h1 { font-size: clamp(58px,17vw,82px); }
  .hero h1 strong { margin: 8px 0 0; }
  .hero__lower { margin: 38px 0 0; flex-direction: column; align-items: stretch; gap: 26px; }
  .action { min-width: 0; }
  .hero__index { display: none; }
  .hero__scroll { right: 22px; }
  .proof { min-height: 0; }
  .proof__quote { padding: 90px 22px; border-right: 0; }
  .proof blockquote { margin-top: 32px; font-size: 45px; }
  .proof__film { min-height: 440px; }
  .experience { padding-top: 95px; padding-bottom: 110px; }
  .chapter { grid-template-columns: 34px auto 1fr; margin-bottom: 60px; gap: 10px; }
  .experience h2 { font-size: 61px; }
  .experience__copy p { font-size: 14px; }
  .experience__stage { min-height: 0; margin-top: 75px; display: grid; gap: 18px; }
  .experience__image { position: relative; inset: auto; }
  .experience__image--wide { width: 100%; height: 330px; }
  .experience__diagram { position: relative; inset: auto; width: 100%; height: 290px; }
  .experience__diagram p { font-size: 38px; }
  .experience__image--portrait { width: 78%; height: 440px; justify-self: end; border-width: 7px; }
  .experience__note { position: relative; inset: auto; max-width: 250px; margin-top: 38px; line-height: 1.5; }
  .formats { padding-top: 95px; }
  .formats__intro h2 { font-size: 62px; }
  .format, .format--reverse { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding: 65px 0 80px; }
  .format--reverse figure { order: 0; }
  .format figure { height: 390px; }
  .format__number { top: 47%; font-size: 130px; }
  .format__copy h3 { font-size: 58px; }
  .about { display: block; }
  .about__portrait { position: relative; height: 76svh; min-height: 580px; }
  .about__story { padding: 95px 22px; }
  .about h2 { font-size: 58px; }
  .about__copy, .credentials { margin-left: 0; }
  .about__copy { margin-top: 48px; }
  .clients { min-height: 700px; }
  .clients__backdrop { background-image: url("assets/photos/alejandro-clients-mobile.png"); background-position: center 38%; }
  .clients::after { background: linear-gradient(180deg,rgba(7,9,14,.22),rgba(7,9,14,.88)); }
  .clients h2 { margin-bottom: 55px; font-size: 61px; }
  .client-marquee img { width: 165px; height: 80px; padding: 25px 28px; }
  .reactions { padding-top: 95px; }
  .reactions h2 { font-size: 62px; }
  .reaction-stage { min-height: 500px; padding: 60px 0 55px; border-left: 0; border-top: 1px solid var(--line-light); }
  .reaction-stage::before { left: 0; top: -15px; }
  .reaction-stage blockquote p { font-size: 41px; }
  .reaction-progress { left: 0; }
  .gallery { padding-top: 95px; }
  .gallery h2 { font-size: 62px; }
  .gallery__wall { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 10px; }
  .gallery__tile, .gallery__tile--wide, .gallery__tile--tall { grid-column: 1; grid-row: auto; width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .gallery__tile:nth-child(1) { aspect-ratio: 3 / 4; }
  .gallery__tile:nth-child(2), .gallery__tile:nth-child(4), .gallery__tile:nth-child(5) { aspect-ratio: 16 / 9; }
  .gallery__tile:nth-child(3), .gallery__tile:nth-child(7) { aspect-ratio: 4 / 5; }
  .gallery__tile:nth-child(6) { aspect-ratio: 5 / 4; }
  .gallery__tile:nth-child(1) img { object-position: center 52%; }
  .gallery__tile:nth-child(2) img { object-position: center 44%; }
  .gallery__tile:nth-child(3) img { object-position: center 35%; }
  .gallery__tile:nth-child(4) img { object-position: center 50%; }
  .gallery__tile:nth-child(5) img { object-position: center 50%; }
  .gallery__tile:nth-child(6) img { object-position: center 48%; }
  .gallery__tile:nth-child(7) img { object-position: center 20%; }
  .lightbox { padding: 45px 10px 10px; }
  .contact { padding-top: 95px; }
  .contact h2 { font-size: 58px; }
  .contact-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .form-wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; min-height: 300px; }
  footer > p { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.intro-lock { overflow: auto; }
  body.intro-lock .site { opacity: 1; }
  .intro { display: none; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-delay: 0ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
  .client-marquee { overflow-x: auto; }
  .client-marquee__track { animation: none; }
  .client-marquee__set[aria-hidden="true"] { display: none; }
}
