:root {
  --night: #14271f;
  --night-soft: #1b3429;
  --blue: #1f4670;
  --green: #38563d;
  --gold: #ecaf68;
  --ivory: #ddd0af;
  --paper: #f3eee3;
  --paper-shadow: #e9dfc9;
  --ink: #1e3027;
  --muted: #5e685f;
  --line-light: rgba(243, 238, 227, .22);
  --line-dark: rgba(30, 48, 39, .2);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "DM Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --gutter: clamp(22px, 7vw, 110px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--night); color: var(--paper); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--night); }
.section-wrap { width: min(1380px, 86%); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-150%); background: var(--gold); color: var(--night); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.scroll-line { position: fixed; z-index: 120; top: 0; right: 0; left: 0; height: 3px; background: rgba(236, 175, 104, .16); pointer-events: none; }
.scroll-line span { display: block; width: 0; height: 100%; background: var(--gold); transform-origin: left; }

/* A mesa como palco: fotografia viva, tipografia de cartaz e luz de âmbar. */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 94px; padding: 13px var(--gutter); border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, min-height .35s ease; }
.site-header.is-scrolled { min-height: 78px; border-color: var(--line-light); background: rgba(20, 39, 31, .95); backdrop-filter: blur(14px); }
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
.brand { display: inline-flex; width: fit-content; align-items: center; }
.brand-window { position: relative; display: block; width: 184px; aspect-ratio: 1484 / 559; overflow: hidden; background: transparent; }
.brand-window img { position: absolute; top: -87.25%; left: -19%; width: 137.95%; max-width: none; height: auto; filter: url(#aipim-logo-transparent); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); }
.main-nav a { position: relative; padding: 10px 0; color: var(--paper); font-size: 14px; font-weight: 600; letter-spacing: .025em; }
.main-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--gold); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 16px; padding: 12px 0 12px 20px; border-left: 1px solid var(--line-light); color: var(--paper); font-size: 14px; font-weight: 700; }
.header-cta b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(236, 175, 104, .55); border-radius: 50%; color: var(--gold); font-size: 15px; transition: transform .2s ease, background .2s ease; }
.header-cta:hover b { transform: rotate(45deg); background: rgba(236, 175, 104, .15); }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; min-height: max(760px, 100svh); flex-direction: column; justify-content: center; overflow: hidden; padding: 142px var(--gutter) 104px; isolation: isolate; background: var(--night); }
.hero-media, .hero-wash { position: absolute; z-index: -1; inset: 0; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; opacity: .9; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.045); will-change: transform; }
.hero-wash { background: linear-gradient(90deg, rgba(16, 32, 25, .98) 1%, rgba(16, 32, 25, .93) 25%, rgba(16, 32, 25, .65) 49%, rgba(16, 32, 25, .1) 77%), linear-gradient(0deg, rgba(14, 28, 22, .92), transparent 38%, rgba(14, 28, 22, .24)); }
.hero-media::after { position: absolute; inset: 0; content: ""; background: radial-gradient(ellipse at 72% 48%, rgba(236, 175, 104, .12), transparent 42%); mix-blend-mode: screen; }
.hero-copy { position: relative; z-index: 2; width: min(870px, 72vw); margin-top: 24px; animation: arrive .9s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-light { color: var(--paper); }
.eyebrow-dash { display: inline-block; width: 27px; height: 1px; background: var(--gold); }
.eyebrow i { color: var(--gold); font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(78px, 10vw, 146px); font-weight: 500; letter-spacing: -.06em; line-height: .74; }
.hero h1 em { display: inline-block; margin-top: .13em; color: var(--gold); font-weight: 500; }
.hero-intro { max-width: 510px; margin: 31px 0 0; color: rgba(243, 238, 227, .88); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 31px; }
.button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; font-size: 14px; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { background: var(--gold); color: var(--night); box-shadow: 9px 9px 0 rgba(56, 86, 61, .82); }
.button-gold:hover { background: var(--paper); }
.button span { font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.text-link-light { color: var(--paper); }
.hero-stamp { position: absolute; z-index: 2; top: 28%; right: 9.5%; display: flex; width: 166px; height: 166px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(236, 175, 104, .9); border-radius: 50%; color: var(--paper); text-align: center; animation: stamp-in 1s .45s cubic-bezier(.2,.7,.2,1) both; }
.hero-stamp::before { position: absolute; inset: 8px; border: 1px solid rgba(236, 175, 104, .42); border-radius: 50%; content: ""; }
.stamp-number { position: relative; color: var(--gold); font-family: var(--serif); font-size: 54px; line-height: .8; }
.stamp-copy { position: relative; margin-top: 8px; font-size: 12px; line-height: 1.25; text-transform: uppercase; letter-spacing: .09em; }
.stamp-spark { position: absolute; top: -9px; right: 23px; display: grid; width: 25px; height: 25px; place-items: center; background: var(--night); color: var(--gold); font-size: 17px; }
.hero-orbit { position: absolute; top: 18%; right: 5%; width: min(54vw, 690px); aspect-ratio: 1; border: 1px solid rgba(236, 175, 104, .31); border-radius: 50%; transform: scaleX(.74) rotate(-24deg); pointer-events: none; }
.hero-orbit-two { top: 26%; right: 9.5%; width: min(43vw, 540px); border-color: rgba(243, 238, 227, .19); transform: scaleX(.74) rotate(22deg); }
.hero-bottom { position: absolute; right: var(--gutter); bottom: 28px; left: var(--gutter); display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 22px; padding-top: 16px; border-top: 1px solid var(--line-light); color: rgba(243, 238, 227, .77); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom-location { text-align: center; }
.hero-bottom-location b { padding: 0 8px; color: var(--gold); }
.hero-bottom a { display: inline-flex; align-items: center; gap: 12px; color: var(--paper); font-weight: 700; }
.hero-bottom a i { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(236, 175, 104, .65); border-radius: 50%; color: var(--gold); font-size: 17px; font-style: normal; }
.hero-side-note { position: absolute; top: 43%; right: 24px; color: rgba(243, 238, 227, .7); font-size: 11px; letter-spacing: .19em; writing-mode: vertical-rl; }

.marquee { overflow: hidden; padding: 17px 0 20px; background: var(--gold); color: var(--night); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { padding-right: 28px; font-family: var(--serif); font-size: clamp(26px, 3.1vw, 43px); font-weight: 600; letter-spacing: -.015em; white-space: nowrap; }
.marquee-track i { padding: 0 12px; color: var(--blue); font-family: var(--sans); font-size: .62em; font-style: normal; }

.origin { position: relative; display: grid; grid-template-columns: minmax(270px, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(60px, 10vw, 150px); overflow: hidden; padding: clamp(100px, 12vw, 174px) var(--gutter); background: var(--paper); color: var(--ink); }
.origin-media { position: relative; width: min(100%, 470px); aspect-ratio: .78; margin: 0; justify-self: end; }
.origin-media::before { position: absolute; z-index: 1; inset: 17px -17px -17px 17px; border: 1px solid rgba(236, 175, 104, .95); content: ""; pointer-events: none; }
.origin-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.origin-ring { position: absolute; z-index: 0; right: -21%; bottom: -10%; width: 80%; aspect-ratio: 1; border: 1px solid rgba(31, 70, 112, .27); border-radius: 50%; transform: scaleX(.75) rotate(26deg); }
.origin-caption { position: absolute; z-index: 2; bottom: 37px; left: -36px; display: flex; min-height: 64px; flex-direction: column; justify-content: center; gap: 4px; padding: 11px 18px; background: var(--gold); color: var(--night); }
.origin-caption span { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.origin-caption b { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.origin-caption i { padding-left: 3px; color: var(--blue); font-style: normal; }
.origin-copy { position: relative; z-index: 1; max-width: 720px; }
.origin-copy .eyebrow { margin-bottom: 21px; }
.origin h2, .section-heading h2, .gallery h2, .stories h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(53px, 6.2vw, 88px); font-weight: 500; letter-spacing: -.045em; line-height: .91; }
.origin h2 { color: var(--blue); }
.origin h2 em { color: var(--green); font-weight: 500; }
.origin-copy > p:not(.eyebrow) { max-width: 625px; margin: 29px 0 0; color: #4e5c52; font-size: 17px; line-height: 1.78; }
.founder-note { display: flex; align-items: center; gap: 14px; margin: 31px 0; }
.founder-mark { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: var(--serif); font-size: 18px; }
.founder-note strong, .founder-note small { display: block; }
.founder-note strong { color: var(--blue); font-size: 14px; }
.founder-note small { margin-top: 4px; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.text-link-dark { color: var(--blue); }

.interlude { position: relative; display: flex; min-height: clamp(450px, 50vw, 660px); flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px 7%; background: radial-gradient(ellipse at 50% 50%, rgba(31, 70, 112, .7), rgba(20, 39, 31, .98) 70%), var(--night); text-align: center; isolation: isolate; }
.interlude-frame { position: absolute; z-index: -1; inset: 34px; border: 1px solid rgba(221, 208, 175, .23); }
.interlude-frame::before, .interlude-frame::after { position: absolute; top: 50%; width: min(18vw, 220px); height: 1px; content: ""; background: var(--gold); }
.interlude-frame::before { left: -1px; }
.interlude-frame::after { right: -1px; }
.interlude-kicker { margin: 0 0 25px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.interlude h2 { margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(55px, 8.4vw, 112px); font-weight: 500; letter-spacing: -.05em; line-height: .84; }
.interlude h2 em { color: var(--gold); font-weight: 500; }
.interlude-note { margin: 26px 0 0; color: rgba(243, 238, 227, .78); font-size: 16px; }
.interlude-spark { position: absolute; right: 13%; bottom: 17%; color: rgba(236, 175, 104, .56); font-size: 26px; animation: slow-turn 24s linear infinite; }

.experiences { padding: clamp(100px, 12vw, 162px) var(--gutter) 106px; background: var(--night); color: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin: 0 0 64px; }
.section-heading h2 { color: var(--paper); }
.section-heading h2 em { color: var(--gold); font-weight: 500; }
.section-heading > p { max-width: 390px; margin: 0 3% 6px 0; color: rgba(243, 238, 227, .74); font-size: 17px; line-height: 1.75; }
.experience-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 405px 360px; gap: 20px; }
.experience-card { position: relative; min-width: 0; overflow: hidden; background: var(--night-soft); isolation: isolate; }
.experience-card:nth-child(1) { grid-column: 1 / span 7; grid-row: 1; }
.experience-card:nth-child(2) { grid-column: 8 / span 5; grid-row: 1; }
.experience-card:nth-child(3) { grid-column: 1 / span 5; grid-row: 2; }
.experience-card:nth-child(4) { grid-column: 6 / span 7; grid-row: 2; }
.experience-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.7,.2,1), filter .5s ease; filter: saturate(.82) contrast(1.03); }
.experience-card-host img { object-position: center 24%; }
.experience-card:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.04); }
.experience-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(11, 24, 18, .94), rgba(11, 24, 18, .39) 42%, rgba(11, 24, 18, .08) 79%), linear-gradient(90deg, rgba(11, 24, 18, .28), transparent 75%); transition: opacity .4s ease; }
.experience-card::after { position: absolute; inset: 13px; border: 1px solid rgba(243, 238, 227, .31); content: ""; opacity: .55; transition: inset .45s ease, opacity .3s ease; pointer-events: none; }
.experience-card:hover::after { inset: 20px; opacity: .92; }
.experience-content { position: absolute; right: 30px; bottom: 31px; left: 31px; max-width: 400px; }
.experience-type { display: block; margin-bottom: 10px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.experience-content h3 { margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(37px, 4vw, 59px); font-weight: 500; letter-spacing: -.025em; line-height: .88; }
.experience-content p { max-width: 345px; margin: 14px 0 0; color: rgba(243, 238, 227, .82); font-size: 15px; line-height: 1.6; }
.experience-arrow { position: absolute; top: 27px; right: 28px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(243, 238, 227, .65); border-radius: 50%; color: var(--paper); font-size: 20px; transition: transform .25s ease, color .25s ease, background .25s ease; }
.experience-card:hover .experience-arrow { transform: rotate(45deg); border-color: var(--gold); background: var(--gold); color: var(--night); }
.experience-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line-light); color: rgba(243, 238, 227, .72); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.clients { position: relative; overflow: hidden; padding: clamp(92px, 11vw, 148px) var(--gutter) clamp(72px, 9vw, 116px); background: var(--blue); color: var(--paper); isolation: isolate; }
.clients::before { position: absolute; z-index: -1; top: -24vw; right: -13vw; width: min(66vw, 850px); aspect-ratio: 1; border: 1px solid rgba(236, 175, 104, .2); border-radius: 50%; box-shadow: 0 0 0 30px rgba(236, 175, 104, .035), 0 0 0 74px rgba(243, 238, 227, .035); content: ""; transform: scaleX(.76) rotate(-25deg); pointer-events: none; }
.clients-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); align-items: end; gap: clamp(42px, 7vw, 100px); margin: 0 0 54px; }
.clients .eyebrow { margin-bottom: 21px; }
.clients h2 { margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(57px, 7vw, 96px); font-weight: 500; letter-spacing: -.05em; line-height: .87; }
.clients h2 em { color: var(--gold); font-weight: 500; }
.clients-proof { display: flex; align-items: center; gap: 22px; margin-bottom: 5px; }
.clients-seal { position: relative; display: flex; width: 126px; height: 126px; flex: 0 0 126px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(236, 175, 104, .8); border-radius: 50%; text-align: center; }
.clients-seal::before { position: absolute; inset: 7px; border: 1px solid rgba(236, 175, 104, .36); border-radius: 50%; content: ""; }
.clients-count { position: relative; color: var(--gold); font-family: var(--serif); font-size: 48px; line-height: .8; }
.clients-count-label { position: relative; margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1.25; text-transform: uppercase; }
.clients-seal-spark { position: absolute; top: -7px; right: 18px; display: grid; width: 21px; height: 21px; place-items: center; background: var(--blue); color: var(--gold); font-size: 14px; }
.clients-proof > p { max-width: 280px; margin: 0; color: rgba(243, 238, 227, .82); font-size: 16px; line-height: 1.75; }
.clients-wall { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.client-mark { position: relative; display: grid; min-width: 0; min-height: 160px; place-items: center; overflow: hidden; border: 1px solid rgba(243, 238, 227, .76); background: var(--paper); box-shadow: 0 16px 34px rgba(10, 24, 43, .12); transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.client-mark::after { position: absolute; inset: 8px; border: 1px solid rgba(236, 175, 104, .28); content: ""; opacity: 0; transition: opacity .32s ease; pointer-events: none; }
.client-mark:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 22px 40px rgba(10, 24, 43, .2); }
.client-mark:hover::after { opacity: 1; }
.client-mark img { position: relative; z-index: 1; width: min(100%, 178px); height: auto; aspect-ratio: 1; object-fit: contain; transition: transform .35s ease; }
.client-mark:hover img { transform: scale(1.045); }
.clients-foot { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; padding-top: 15px; border-top: 1px solid rgba(243, 238, 227, .25); color: rgba(243, 238, 227, .76); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.clients-foot i { padding: 0 5px; color: var(--gold); font-style: normal; }

.gallery { overflow: hidden; padding: clamp(100px, 12vw, 158px) var(--gutter) 115px; background: var(--paper); color: var(--ink); }
.gallery-header { margin-bottom: 54px; }
.gallery-title-row { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.gallery h2 { color: var(--blue); }
.gallery h2 em { color: var(--green); font-weight: 500; }
.gallery-title-row > p { max-width: 340px; margin: 0 4% 8px 0; color: #58645a; font-size: 17px; line-height: 1.75; }
.gallery-stage { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(280px, .86fr); grid-template-rows: minmax(340px, 36vw) minmax(220px, 22vw); gap: 24px; }
.gallery-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--paper-shadow); }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-photo:hover img { transform: scale(1.04); }
.gallery-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(20, 39, 31, .75), transparent 45%); pointer-events: none; }
.gallery-photo-main { grid-column: 1; grid-row: 1; }
.gallery-photo-tall { grid-column: 2; grid-row: 1 / span 2; margin-top: 47px; }
.gallery-photo-wide { grid-column: 1; grid-row: 2; width: 78%; margin-left: 13%; }
.gallery-photo figcaption { position: absolute; z-index: 1; right: 19px; bottom: 17px; left: 19px; display: flex; align-items: baseline; gap: 13px; color: var(--paper); font-family: var(--serif); font-size: 21px; }
.gallery-photo figcaption span { color: var(--gold); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.gallery-foot { display: flex; justify-content: space-between; gap: 24px; width: 78%; margin: 29px 0 0 auto; padding-top: 15px; border-top: 1px solid var(--line-dark); color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-foot i { padding: 0 5px; color: var(--gold); font-style: normal; }

.stories { padding: clamp(100px, 11vw, 150px) var(--gutter) 134px; background: var(--blue); color: var(--paper); }
.stories-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.stories h2 { color: var(--paper); }
.stories h2 em { color: var(--gold); font-weight: 500; }
.stories-heading > p { max-width: 360px; margin: 0 4% 6px 0; color: rgba(243, 238, 227, .78); font-size: 17px; line-height: 1.75; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.video-card { min-width: 0; }
.video-frame { position: relative; overflow: hidden; background: var(--night); }
.video-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.play-mark { position: absolute; top: 50%; left: 50%; display: grid; width: 54px; height: 54px; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(243, 238, 227, .8); border-radius: 50%; background: rgba(20, 39, 31, .5); color: var(--gold); font-size: 14px; pointer-events: none; transition: opacity .2s ease; }
.video-card:hover .play-mark { opacity: 0; }
.video-card > p { margin: 12px 0 0; color: rgba(243, 238, 227, .9); font-family: var(--serif); font-size: 21px; }
.video-card > p i { padding: 0 4px; color: var(--gold); font-family: var(--sans); font-size: 12px; font-style: normal; }

.contact { position: relative; overflow: hidden; padding: clamp(96px, 11vw, 145px) var(--gutter) 115px; background: var(--gold); color: var(--night); isolation: isolate; }
.contact-glow { position: absolute; z-index: -1; top: -50%; right: -7%; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(31, 70, 112, .3); border-radius: 50%; box-shadow: 0 0 0 45px rgba(31, 70, 112, .035), 0 0 0 95px rgba(31, 70, 112, .03); transform: scaleX(.8) rotate(22deg); }
.contact-inner { position: relative; width: min(1080px, 100%); margin: 0 auto; }
.contact .eyebrow { color: var(--night); }
.contact h2 { position: relative; z-index: 1; color: var(--blue); font-size: clamp(69px, 10.5vw, 142px); }
.contact h2 em { color: var(--night); font-weight: 500; }
.contact-inner > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 0; color: rgba(20, 39, 31, .84); font-size: 17px; line-height: 1.75; }
.button-dark { margin-top: 26px; background: var(--night); color: var(--paper); box-shadow: 9px 9px 0 rgba(31, 70, 112, .5); }
.button-dark:hover { background: var(--blue); }
.contact-mark { position: absolute; top: -43px; right: -3%; display: grid; width: clamp(165px, 22vw, 300px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(20, 39, 31, .25); border-radius: 50%; color: rgba(20, 39, 31, .16); font-family: var(--serif); font-size: clamp(145px, 20vw, 260px); line-height: .8; }
.contact-ribbon { display: flex; align-items: center; justify-content: center; gap: 25px; margin: 82px calc(-1 * var(--gutter)) -115px; padding: 16px 24px; background: var(--blue); color: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-ribbon i { color: var(--gold); font-size: 14px; font-style: normal; }

.site-footer { background: var(--night); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1.25fr 1fr .58fr; gap: 28px; align-items: start; padding-top: 47px; padding-bottom: 42px; }
.footer-brand .brand-window { width: 176px; }
.footer-signoff { margin: 4px 0 0; color: var(--paper); font-family: var(--serif); font-size: 27px; line-height: .99; }
.footer-signoff em { color: var(--gold); font-weight: 500; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: rgba(243, 238, 227, .76); font-size: 14px; }
.footer-links > span { margin-bottom: 4px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-links i { color: var(--gold); font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; padding-bottom: 17px; border-top: 1px solid var(--line-light); color: rgba(243, 238, 227, .68); font-size: 12px; }

.reveal { opacity: 1; transform: none; }
.reveal.will-reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.will-reveal.is-visible { opacity: 1; transform: translateY(0); }
.experience-card.will-reveal { transform: translateY(32px) scale(.99); }
.experience-card.will-reveal.is-visible { transform: translateY(0) scale(1); }
@keyframes arrive { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stamp-in { from { opacity: 0; transform: scale(.72) rotate(-18deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes slow-turn { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .brand-window { width: 166px; }
  .main-nav { gap: 20px; }
  .header-cta { gap: 10px; padding-left: 14px; font-size: 13px; }
  .hero-stamp { right: 8%; width: 142px; height: 142px; }
  .origin { grid-template-columns: .84fr 1.16fr; gap: 7vw; }
  .experience-grid { grid-template-rows: 360px 330px; }
  .clients-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  .client-mark { min-height: 146px; }
  .client-mark img { width: min(100%, 158px); }
  .footer-main { grid-template-columns: 1fr 1fr; row-gap: 32px; }
}

@media (max-width: 920px) {
  .site-header, .site-header.is-scrolled { min-height: 76px; padding: 9px var(--gutter); grid-template-columns: 1fr auto; }
  .brand-window { width: 160px; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 18px; border-bottom: 1px solid var(--line-light); background: rgba(20, 39, 31, .98); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 15px 0; border-top: 1px solid var(--line-light); }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(236, 175, 104, .58); background: transparent; color: var(--gold); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .section-wrap { width: 88%; }
  .site-header, .site-header.is-scrolled { min-height: 76px; padding: 9px 6%; grid-template-columns: 1fr auto; }
  .brand-window { width: 154px; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 6% 18px; border-bottom: 1px solid var(--line-light); background: rgba(20, 39, 31, .98); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 15px 0; border-top: 1px solid var(--line-light); }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(236, 175, 104, .58); background: transparent; color: var(--gold); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: max(690px, 100svh); justify-content: center; padding: 120px 6% 115px; }
  .hero-image { object-position: 58% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(16,32,25,.95), rgba(16,32,25,.7) 62%, rgba(16,32,25,.28)), linear-gradient(0deg, rgba(14,28,22,.94), transparent 58%); }
  .hero-copy { width: min(680px, 100%); margin-top: 25px; }
  .hero h1 { font-size: clamp(54px, 13.2vw, 88px); line-height: .79; }
  .hero-intro { max-width: 440px; margin-top: 25px; font-size: 16px; line-height: 1.65; }
  .hero-actions { gap: 18px; margin-top: 25px; }
  .button { min-height: 52px; gap: 14px; padding: 0 15px; font-size: 14px; }
  .text-link { font-size: 14px; }
  .hero-stamp { top: auto; right: 8%; bottom: 105px; width: 105px; height: 105px; }
  .stamp-number { font-size: 40px; }
  .stamp-copy { font-size: 11px; letter-spacing: .025em; }
  .stamp-spark { top: -8px; right: 10px; }
  .hero-orbit { top: 23%; right: -14%; width: 85vw; }
  .hero-orbit-two { top: 29%; right: -7%; width: 65vw; }
  .hero-bottom { right: 6%; bottom: 21px; left: 6%; grid-template-columns: 1fr auto; gap: 10px; padding-top: 12px; font-size: 11px; }
  .hero-bottom > span:first-child { max-width: 180px; }
  .hero-bottom-location { display: none; }
  .hero-bottom a { font-size: 11px; }
  .hero-side-note { display: none; }
  .marquee { padding: 13px 0 16px; }
  .marquee-track span { font-size: 28px; }
  .origin { grid-template-columns: 1fr; gap: 48px; padding: 92px 8% 100px; }
  .origin-media { width: min(82%, 420px); justify-self: center; }
  .origin-media::before { inset: 11px -11px -11px 11px; }
  .origin-caption { bottom: 24px; left: -22px; }
  .origin h2, .section-heading h2, .clients h2, .gallery h2, .stories h2 { font-size: clamp(47px, 10vw, 70px); }
  .origin-copy > p:not(.eyebrow) { margin-top: 23px; font-size: 16px; }
  .interlude { min-height: 400px; padding: 82px 8%; }
  .interlude-frame { inset: 17px; }
  .interlude h2 { font-size: clamp(45px, 10vw, 74px); }
  .interlude-note { max-width: 340px; font-size: 15px; line-height: 1.6; }
  .interlude-spark { right: 10%; bottom: 11%; }
  .experiences { padding: 93px 6% 74px; }
  .section-heading, .gallery-title-row, .stories-heading { display: block; margin-bottom: 39px; }
  .section-heading > p, .gallery-title-row > p, .stories-heading > p { max-width: 430px; margin: 19px 0 0; font-size: 16px; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(270px, 51vw)); grid-auto-rows: minmax(270px, 51vw); gap: 12px; }
  .experience-card:nth-child(1), .experience-card:nth-child(2), .experience-card:nth-child(3), .experience-card:nth-child(4) { grid-column: auto; grid-row: auto; }
  .experience-card:nth-child(1), .experience-card:nth-child(4) { grid-column: span 2; }
  .experience-content { right: 17px; bottom: 19px; left: 18px; }
  .experience-card::after { inset: 8px; }
  .experience-card:hover::after { inset: 13px; }
  .experience-arrow { top: 15px; right: 15px; width: 34px; height: 34px; font-size: 17px; }
  .experience-type { font-size: 11px; letter-spacing: .1em; }
  .experience-content h3 { font-size: clamp(31px, 6.7vw, 43px); }
  .experience-content p { margin-top: 10px; font-size: 14px; line-height: 1.5; }
  .experience-footer { font-size: 11px; }
  .clients { padding: 89px 6% 78px; }
  .clients-intro { display: block; margin-bottom: 34px; }
  .clients-proof { gap: 17px; margin: 24px 0 0; }
  .clients-seal { width: 94px; height: 94px; flex-basis: 94px; }
  .clients-count { font-size: 37px; }
  .clients-count-label { font-size: 8px; }
  .clients-proof > p { max-width: 355px; font-size: 15px; }
  .clients-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .client-mark { min-height: clamp(116px, 20vw, 145px); }
  .client-mark img { width: min(100%, 150px); }
  .clients-foot { margin-top: 18px; font-size: 10px; letter-spacing: .08em; }
  .gallery { padding: 92px 6% 85px; }
  .gallery-header { margin-bottom: 38px; }
  .gallery-stage { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 230px; gap: 12px; }
  .gallery-photo-main { grid-column: 1 / span 2; grid-row: 1; }
  .gallery-photo-tall { grid-column: 1; grid-row: 2; margin-top: 0; }
  .gallery-photo-wide { grid-column: 2; grid-row: 2; width: 100%; margin-left: 0; }
  .gallery-photo figcaption { right: 12px; bottom: 12px; left: 12px; gap: 8px; font-size: 16px; }
  .gallery-photo figcaption span { font-size: 11px; }
  .gallery-foot { width: 100%; margin-top: 22px; font-size: 11px; }
  .stories { padding: 91px 6% 91px; }
  .video-grid { grid-template-columns: 1fr; gap: 27px; }
  .video-card > p { font-size: 19px; }
  .contact { padding: 89px 8% 72px; }
  .contact h2 { font-size: clamp(56px, 12vw, 88px); }
  .contact-inner > p:not(.eyebrow) { max-width: 390px; font-size: 16px; }
  .contact-mark { top: 15px; right: -12%; width: 36vw; font-size: 31vw; }
  .contact-ribbon { gap: 11px; margin: 63px -9.5% -72px; padding: 14px 6px; font-size: 11px; letter-spacing: .1em; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 34px 0 28px; }
  .footer-brand { grid-column: 1; }
  .footer-signoff { grid-column: 2; font-size: 22px; }
  .footer-links { font-size: 13px; }
  .footer-bottom { flex-wrap: wrap; row-gap: 11px; font-size: 11px; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: clamp(48px, 12.4vw, 58px); }
  .hero-intro { max-width: 300px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-stamp { right: 7%; bottom: 103px; width: 88px; height: 88px; }
  .stamp-number { font-size: 33px; }
  .stamp-copy { font-size: 11px; letter-spacing: .025em; }
  .hero-bottom > span:first-child { max-width: 145px; font-size: 11px; }
  .hero-bottom a { gap: 7px; font-size: 11px; }
  .experience-grid { grid-template-rows: repeat(2, minmax(250px, 72vw)); grid-auto-rows: minmax(250px, 72vw); }
  .experience-content p { font-size: 13px; }
  .clients { padding: 80px 6% 72px; }
  .clients-proof { align-items: flex-start; }
  .clients-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-mark { min-height: 122px; }
  .client-mark img { width: min(100%, 132px); }
  .client-mark:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .clients-foot { flex-direction: column; gap: 8px; }
  .gallery-stage { grid-template-rows: 275px 205px; }
  .gallery-photo figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .gallery-foot { flex-direction: column; gap: 8px; }
  .contact-ribbon { gap: 8px; font-size: 11px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-signoff { grid-column: auto; }
  .footer-signoff { margin-top: -15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal.will-reveal { opacity: 1; transform: none; }
  .hero-image { transform: none; }
}
