:root {
  --void: #030303;
  --chalk: #f6f5f0;
  --moss: #252920;
  --lime: #d7e65a;
  --fog: #bdbdb7;
  --hairline: rgba(246, 245, 240, .24);
  --black-line: rgba(3, 3, 3, .2);
  --pad: clamp(20px, 3.5vw, 56px);
  --nav-height: 80px;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
  --mx: 50vw;
  --my: 50vh;
}

* { box-sizing: border-box; }
html { background: var(--void); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--chalk); background: var(--void); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--void); background: var(--lime); }

.meta, .eyebrow, .chip, .small-link, .number, .form-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .0715em;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-shell { position: relative; min-height: 100vh; overflow: clip; }
.site-shell::before { position: fixed; z-index: 10; inset: 0; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); content: ''; }

.global-nav { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; min-height: var(--nav-height); padding: 18px var(--pad); border-bottom: 1px solid var(--hairline); align-items: center; }
.brand { display: inline-flex; gap: 9px; align-items: center; width: fit-content; font-size: 27px; font-weight: 400; letter-spacing: -.072em; }
.brand img { width: 28px; height: 28px; }
.brand sup { align-self: flex-start; margin-top: 3px; font-size: 8px; letter-spacing: 0; }
.nav-center { display: flex; gap: 20px; color: var(--fog); }
.nav-center a { transition: color .2s ease; }
.nav-center a:hover, .nav-center a[aria-current='page'] { color: var(--lime); }
.menu-toggle { display: flex; gap: 10px; padding: 5px 0; border: 0; background: transparent; cursor: pointer; justify-self: end; }
.menu-mark { position: relative; display: block; width: 14px; height: 14px; }
.menu-mark::before, .menu-mark::after { position: absolute; top: 6px; left: 0; width: 14px; height: 1px; background: currentColor; content: ''; }
.menu-mark::after { transform: rotate(90deg); }

.menu-panel { position: fixed; z-index: 19; top: var(--nav-height); right: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 20px var(--pad) 34px; border-bottom: 1px solid var(--hairline); transform: translateY(-110%); opacity: 0; visibility: hidden; background: rgba(3, 3, 3, .97); backdrop-filter: blur(18px); transition: transform .38s cubic-bezier(.2,.8,.2,1), opacity .24s ease, visibility .24s; }
.menu-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.menu-links { display: grid; gap: 4px; }
.menu-links a { width: fit-content; font-size: clamp(36px, 5vw, 68px); letter-spacing: -.072em; line-height: .9; }
.menu-links a em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.menu-note { align-self: end; max-width: 260px; color: var(--fog); font-size: 13px; line-height: 1.4; justify-self: end; }

.page-intro { position: relative; min-height: min(800px, 88svh); padding: 82px var(--pad) 30px; }
.page-intro--compact { min-height: 590px; }
.intro-grid { position: relative; z-index: 2; display: grid; min-height: calc(min(800px, 88svh) - 112px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 32px; }
.intro-copy { display: flex; flex-direction: column; justify-content: space-between; }
.intro-copy > .eyebrow { color: var(--lime); }
.display { max-width: 940px; margin: 22px 0 0; font-size: clamp(72px, 11vw, 168px); font-weight: 400; letter-spacing: -.0945em; line-height: .84; }
.display .muted { color: var(--fog); }
.display em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.intro-details { display: grid; grid-template-columns: 1fr 1fr; max-width: 510px; gap: 24px; }
.intro-details p { margin: 8px 0 0; color: var(--fog); font-size: 14px; line-height: 1.38; }
.scroll-note { position: absolute; z-index: 3; right: var(--pad); bottom: 21px; color: var(--lime); }

.focus-field { position: relative; overflow: hidden; min-height: 570px; border: 1px solid var(--hairline); border-radius: 0 0 18px 18px; background: var(--moss); }
.focus-field::after { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(3,3,3,.02), rgba(3,3,3,.58)); content: ''; }
.motion-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.35) contrast(1.14) brightness(.63); }
.motion-video--light { opacity: .66; filter: saturate(.15) contrast(1.12) brightness(.83); }
.motion-video--lime { opacity: .55; filter: grayscale(1) sepia(.9) saturate(4) hue-rotate(17deg) brightness(.78); }
.motion-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(135deg, rgba(3,3,3,.25), rgba(37,41,32,.75)); mix-blend-mode: multiply; }
.field-label { position: absolute; z-index: 4; top: 20px; right: 20px; color: var(--lime); }
.field-caption { position: absolute; z-index: 4; right: 20px; bottom: 19px; left: 20px; display: flex; align-items: end; justify-content: space-between; }
.field-caption strong { max-width: 260px; font-size: clamp(27px, 2.6vw, 43px); font-weight: 400; letter-spacing: -.072em; line-height: .84; }
.field-caption span { color: var(--fog); }
.field-ring { position: absolute; z-index: 1; border: 1px solid rgba(246,245,240,.38); border-radius: 50%; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.ring-one { top: -9%; right: -34%; width: 118%; aspect-ratio: 1; transform: translate(calc((var(--mx) - 50vw) / 60), calc((var(--my) - 50vh) / 70)); }
.ring-two { top: 13%; right: -7%; width: 64%; aspect-ratio: 1; border-color: var(--lime); transform: translate(calc((var(--mx) - 50vw) / -42), calc((var(--my) - 50vh) / -48)); }
.ring-three { bottom: -33%; left: -26%; width: 88%; aspect-ratio: 1; transform: translate(calc((var(--mx) - 50vw) / 52), calc((var(--my) - 50vh) / 45)); }
.field-axis { position: absolute; z-index: 1; top: 46%; left: 0; width: 100%; height: 1px; background: rgba(246,245,240,.32); }
.focus-mark { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(50%, 270px); transform: translate(-50%, -50%) rotate(-3deg); animation: markFloat 7s ease-in-out infinite; }
@keyframes markFloat { 50% { transform: translate(-50%, calc(-50% - 10px)) rotate(3deg); } }

.ticker { overflow: hidden; padding: 15px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 34px; padding-left: var(--pad); color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .044em; text-transform: uppercase; animation: ticker 25s linear infinite; }
.ticker-track span::after { margin-left: 34px; color: var(--chalk); content: '✦'; }
@keyframes ticker { to { transform: translateX(-36%); } }

.bar { display: flex; justify-content: space-between; gap: 20px; padding: 18px var(--pad); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.bar span:last-child { color: var(--fog); }
.statement { display: grid; grid-template-columns: minmax(180px, .3fr) 1fr; gap: 40px; padding: 104px var(--pad); }
.statement .side-copy { max-width: 235px; color: var(--fog); font-size: 13px; line-height: 1.42; }
.statement .side-copy p { margin: 9px 0 0; }
.statement h2 { max-width: 1050px; margin: 0; font-size: clamp(46px, 6.4vw, 96px); font-weight: 400; letter-spacing: -.081em; line-height: .94; }
.statement h2 em { color: var(--lime); font-family: var(--serif); font-weight: 400; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid var(--hairline); }
.feature-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 575px; padding: 30px var(--pad); border-right: 1px solid var(--hairline); }
.feature-copy h3 { max-width: 655px; margin: 72px 0 0; font-size: clamp(48px, 7vw, 105px); font-weight: 400; letter-spacing: -.09em; line-height: .87; }
.feature-copy h3 em { font-family: var(--serif); font-weight: 400; }
.feature-copy p { max-width: 330px; margin: 30px 0 0; color: var(--fog); font-size: 14px; line-height: 1.42; }
.feature-link { display: inline-flex; width: fit-content; gap: 10px; align-items: center; color: var(--lime); }
.feature-art { position: relative; overflow: hidden; min-height: 575px; background: var(--chalk); color: var(--void); }
.feature-art--video { background: var(--void); color: var(--chalk); }
.feature-art--video::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,3,3,.04) 35%, rgba(3,3,3,.72)); content: ''; pointer-events: none; }
.feature-video-frame { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; border: 0; transform: translate(-50%, -50%); pointer-events: none; }
.art-block { position: absolute; width: 45%; aspect-ratio: 1; background: var(--void); }
.art-block.a { display: none; }
.art-block.b { right: -7%; bottom: -17%; width: 64%; background: var(--lime); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.art-ring { position: absolute; top: 21%; right: 14%; width: 42%; aspect-ratio: 1; border: 1px solid var(--void); border-radius: 50%; animation: artOrbit 9s linear infinite; }
@keyframes artOrbit { to { transform: rotate(360deg); } }
.art-note { position: absolute; z-index: 2; right: 23px; bottom: 23px; left: 23px; display: flex; align-items: end; justify-content: space-between; }
.art-note b { max-width: 250px; font-size: 28px; font-weight: 400; letter-spacing: -.063em; line-height: .9; }

.signal-list { padding: 0 var(--pad) 104px; }
.signal-card { display: grid; grid-template-columns: 65px minmax(0, 1fr) minmax(130px, .26fr); min-height: 245px; padding: 22px 0; border-bottom: 1px solid var(--hairline); gap: 20px; align-items: stretch; }
.signal-card:first-child { border-top: 1px solid var(--hairline); }
.signal-card .number { color: var(--lime); }
.signal-card h3 { margin: 0; font-size: clamp(42px, 6.4vw, 92px); font-weight: 400; letter-spacing: -.09em; line-height: .87; }
.signal-card h3 em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.signal-card p { align-self: end; max-width: 180px; margin: 0; color: var(--fog); font-size: 13px; line-height: 1.35; }
.signal-visual { position: relative; overflow: hidden; min-height: 200px; background: var(--moss); }
.signal-visual::before { position: absolute; width: 90%; aspect-ratio: 1; border: 1px solid var(--lime); border-radius: 50%; content: ''; }
.signal-visual.one::before { top: -50%; right: -10%; }
.signal-visual.two::before { bottom: -44%; left: -15%; border-color: var(--chalk); }
.signal-visual.three::before { top: 12%; left: 28%; width: 46%; }
.signal-visual::after { position: absolute; top: 50%; width: 100%; height: 1px; background: var(--hairline); content: ''; }

.dark-on-light { color: var(--void); background: var(--chalk); }
.dark-on-light .bar, .dark-on-light .feature-grid, .dark-on-light .signal-card, .dark-on-light .ticker { border-color: var(--black-line); }
.dark-on-light .side-copy, .dark-on-light .signal-card p, .dark-on-light .bar span:last-child { color: #5f605a; }
.dark-on-light .feature-copy { border-color: var(--black-line); }

.approach-grid { display: grid; grid-template-columns: .78fr 1.22fr; }
.approach-side { min-height: 730px; padding: 32px var(--pad); border-right: 1px solid var(--hairline); background: var(--moss); }
.approach-side h2 { margin: 110px 0 0; font-size: clamp(57px, 8vw, 122px); font-weight: 400; letter-spacing: -.09em; line-height: .87; }
.approach-side h2 em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.approach-list { padding: 0 var(--pad); }
.principle { display: grid; grid-template-columns: 55px 1fr; min-height: 182px; padding: 24px 0; border-bottom: 1px solid var(--hairline); gap: 20px; }
.principle:first-child { border-top: 1px solid var(--hairline); }
.principle .number { color: var(--lime); }
.principle h3 { max-width: 620px; margin: 0; font-size: clamp(32px, 4.3vw, 63px); font-weight: 400; letter-spacing: -.081em; line-height: .92; }
.principle p { max-width: 370px; margin: 16px 0 0; color: var(--fog); font-size: 14px; line-height: 1.4; }

.page-hero { position: relative; min-height: 590px; padding: 90px var(--pad) 35px; background: var(--moss); }
.page-hero > .motion-video { opacity: .36; filter: saturate(.25) contrast(1.1) brightness(.54); }
.about-page .page-hero > .motion-video { opacity: .92; filter: saturate(1.05) contrast(1.04) brightness(.78); }
.page-hero::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.82) 0%, rgba(3,3,3,.36) 70%, rgba(3,3,3,.05)); content: ''; }
.about-page .page-hero::after { background: linear-gradient(90deg, rgba(3,3,3,.328) 0%, rgba(3,3,3,.144) 70%, rgba(3,3,3,.02)); }
.page-hero .eyebrow, .page-hero .page-title, .page-hero .hero-subtitle { position: relative; z-index: 2; }
.page-hero .page-title { position: relative; z-index: 2; max-width: 1000px; margin: 96px 0 0; font-size: clamp(68px, 11.4vw, 180px); font-weight: 400; letter-spacing: -.099em; line-height: .83; }
.page-hero .page-title em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.hero-orb { position: absolute; right: -7%; bottom: -51%; width: min(66vw, 870px); aspect-ratio: 1; border: 1px solid rgba(246,245,240,.45); border-radius: 50%; }
.hero-orb::after { position: absolute; top: 50%; left: -13%; width: 34%; aspect-ratio: 1; border: 1px solid var(--lime); border-radius: 50%; content: ''; }
.hero-subtitle { position: relative; z-index: 2; max-width: 290px; margin: 56px 0 0; color: var(--fog); font-size: 14px; line-height: 1.4; }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.case { position: relative; min-height: 560px; padding: 26px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); overflow: hidden; }
.case::before { position: absolute; z-index: 1; inset: 0; background: rgba(10,10,10,.2); content: ''; pointer-events: none; transition: opacity .45s ease; }
.case:hover::before, .case:focus-visible::before { opacity: 0; }
.case--clickable { cursor: pointer; }
.case--clickable::after { position: absolute; z-index: 4; top: 24px; right: 24px; padding: 8px 12px 7px; border-radius: 999px; color: var(--void); background: var(--lime); content: 'View full reel'; font-size: 10px; font-weight: 700; letter-spacing: .0715em; line-height: 1; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.case--clickable:hover::after, .case--clickable:focus-visible::after { color: var(--void); background: var(--chalk); transform: translateY(-2px); }
.case--clickable:focus-visible { z-index: 3; outline: 2px solid var(--lime); outline-offset: -6px; }
.case:nth-child(even) { border-right: 0; }
.case-visual { position: absolute; inset: 0; opacity: .8; background: var(--moss); transition: opacity .45s ease; }
.case-visual .motion-video { opacity: .58; filter: saturate(.2) contrast(1.16) brightness(.46); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .45s ease, opacity .45s ease; }
.case:nth-child(2) .case-visual .motion-video, .case:nth-child(4) .case-visual .motion-video { opacity: .44; filter: grayscale(1) contrast(1.1) brightness(.6); }
.case:nth-child(2) .case-visual .motion-video { opacity: .32; filter: grayscale(1) contrast(1.1) brightness(.48); }
.case:nth-child(2) .case-visual { background: #242424; }
.case:nth-child(3) .case-visual { background: #101412; }
.case:nth-child(4) .case-visual { background: #252525; }
.case:nth-child(6)::before { background: rgba(8,8,8,.34); }
.case:nth-child(6) .case-visual { background: #121212; }
.case:nth-child(6) .case-visual .motion-video { opacity: .32; filter: grayscale(1) contrast(1.15) brightness(.38); }
.case--clickable:hover .case-visual, .case--clickable:focus-visible .case-visual { opacity: 1; }
.case--clickable:hover .case-visual .motion-video, .case--clickable:focus-visible .case-visual .motion-video { opacity: .84; filter: saturate(1) contrast(1.08) brightness(.82); transform: scale(1.035); }
.case-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; height: 100%; color: var(--chalk); }
.case:nth-child(2) .case-content, .case:nth-child(4) .case-content { color: var(--void); }
.case:nth-child(2) .case-content > .meta { color: var(--lime); }
.case-content h2 { max-width: 430px; margin: 0; font-size: clamp(42px, 5.2vw, 75px); font-weight: 400; letter-spacing: -.09em; line-height: .9; }
.case:nth-child(2) .case-content h2, .case:nth-child(4) .case-content h2 { color: var(--lime); }
.case:nth-child(5) .case-content h2, .case:nth-child(6) .case-content, .case:nth-child(6) .case-content > .meta, .case:nth-child(6) .case-footer { color: var(--lime); }
.case-content h2 em { font-family: var(--serif); font-weight: 400; }
.case-footer { display: flex; justify-content: space-between; gap: 15px; color: inherit; }
.case:nth-child(2) .case-footer, .case:nth-child(4) .case-footer { color: var(--lime); }
.case-footer span:only-child { margin-left: auto; text-align: right; }

.video-modal { position: fixed; z-index: 100; inset: 0; display: grid; padding: clamp(16px, 4vw, 56px); pointer-events: none; opacity: 0; visibility: hidden; place-items: center; transition: opacity .25s ease, visibility .25s; }
.video-modal.is-open { pointer-events: auto; opacity: 1; visibility: visible; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(3,3,3,.88); backdrop-filter: blur(12px); }
.video-modal__dialog { position: relative; z-index: 1; width: min(1200px, 100%); max-height: 100%; overflow: hidden; border: 1px solid var(--hairline); background: var(--void); box-shadow: 0 25px 80px rgba(0,0,0,.6); }
.video-modal__top { display: flex; min-height: 55px; padding: 14px 17px; border-bottom: 1px solid var(--hairline); align-items: center; justify-content: space-between; }
.video-modal__close { display: inline-flex; gap: 10px; padding: 4px 0; border: 0; color: var(--chalk); background: transparent; cursor: pointer; align-items: center; }
.video-modal__close:hover { color: var(--lime); }
.video-modal video { display: block; width: 100%; max-height: calc(100vh - 180px); background: #000; }

.roles { padding: 0 var(--pad) 100px; }
.role { display: grid; grid-template-columns: 75px 1.2fr .8fr auto; min-height: 154px; padding: 25px 0; border-bottom: 1px solid var(--hairline); gap: 25px; align-items: end; }
.role:first-child { border-top: 1px solid var(--hairline); }
.role .number { color: var(--lime); align-self: start; }
.role h2 { margin: 0; font-size: clamp(34px, 4.8vw, 70px); font-weight: 400; letter-spacing: -.081em; line-height: .92; }
.role p { max-width: 195px; margin: 0; color: var(--fog); font-size: 13px; line-height: 1.35; }
.role .small-link { align-self: end; color: var(--lime); }

.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--hairline); }
.testimonial { position: relative; display: flex; min-height: 290px; padding: 30px var(--pad); border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); flex-direction: column; justify-content: space-between; }
.testimonial:nth-child(even) { border-right: 0; }
.testimonial blockquote { max-width: 560px; margin: 0; font-size: clamp(28px, 3.2vw, 47px); font-weight: 400; letter-spacing: -.0675em; line-height: .9; }
.testimonial cite { color: var(--fog); font-size: 12px; font-style: normal; line-height: 1.35; }
.testimonial-brand { position: absolute; right: var(--pad); bottom: 30px; display: inline-flex; align-items: center; color: var(--chalk); line-height: 1; }
.testimonial-brand--microsoft { gap: 10px; font-size: 21px; font-weight: 400; letter-spacing: -.035em; }
.microsoft-mark { display: grid; grid-template: repeat(2, 10px) / repeat(2, 10px); gap: 2px; }
.microsoft-mark i:nth-child(1) { background: #f25022; }
.microsoft-mark i:nth-child(2) { background: #7fba00; }
.microsoft-mark i:nth-child(3) { background: #00a4ef; }
.microsoft-mark i:nth-child(4) { background: #ffb900; }
.testimonial-brand img { display: block; max-width: 100%; height: auto; }
.testimonial-brand--xbox img { width: 156px; }
.testimonial-brand--id img { width: 48px; }
.testimonial-brand--netflix { width: 145px; height: 42px; overflow: hidden; }
.testimonial-brand--netflix img { position: absolute; top: -34px; left: -19px; width: 182px; max-width: none; }

.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; }
.contact-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 58px var(--pad) 32px; border-right: 1px solid var(--hairline); }
.contact-copy h1 { max-width: 720px; margin: 68px 0; font-size: clamp(65px, 9.6vw, 142px); font-weight: 400; letter-spacing: -.099em; line-height: .86; }
.contact-copy h1 em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.contact-form { padding: 58px var(--pad) 32px; background: var(--moss); }
.interest-list { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0 30px; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); }
.interest-option { display: flex; min-height: 66px; padding: 12px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); gap: 10px; align-items: flex-start; color: var(--fog); font-size: 12px; line-height: 1.22; }
.interest-option input { width: 13px; height: 13px; margin: 0; accent-color: var(--lime); }
.form-row { display: grid; gap: 8px; margin: 0 0 25px; }
.form-row input, .form-row textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--hairline); outline: 0; color: var(--chalk); background: transparent; font: inherit; font-size: 20px; letter-spacing: -.036em; }
.form-row textarea { min-height: 130px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--lime); }
.submit { display: inline-flex; align-items: center; gap: 12px; margin-top: 17px; padding: 0; border: 0; color: var(--lime); background: transparent; cursor: pointer; }
.contact-note { max-width: 270px; margin: 60px 0 0; color: var(--fog); font-size: 13px; line-height: 1.4; }

.site-footer { position: relative; padding: 30px var(--pad); border-top: 1px solid var(--hairline); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; }
.footer-word { display: flex; gap: clamp(18px, 3vw, 44px); margin: 70px 0 0; align-items: center; width: fit-content; font-size: clamp(70px, 15vw, 230px); font-weight: 400; letter-spacing: -.1035em; line-height: .68; }
.footer-lockup img { width: clamp(62px, 10.5vw, 160px); height: auto; flex: none; }
.footer-lockup span { display: inline-flex; align-items: flex-start; }
.footer-lockup sup { margin: .08em 0 0 .08em; font-size: .1em; letter-spacing: 0; line-height: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 52px; padding-top: 15px; border-top: 1px solid var(--hairline); color: var(--fog); }
.footer-bottom a { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .case-visual .motion-video { transition: none; }
  .case--clickable:hover .case-visual .motion-video, .case--clickable:focus-visible .case-visual .motion-video { transform: none; }
}

@media (max-width: 820px) {
  :root { --nav-height: 68px; }
  .global-nav { grid-template-columns: 1fr auto; min-height: var(--nav-height); padding-top: 16px; padding-bottom: 16px; }
  .nav-center { display: none; }
  .brand { font-size: 24px; }
  .menu-panel { top: var(--nav-height); grid-template-columns: 1fr; min-height: 70vh; }
  .menu-note { margin-top: 52px; justify-self: start; }
  .page-intro { min-height: auto; padding-top: 55px; }
  .intro-grid { min-height: auto; grid-template-columns: 1fr; }
  .intro-copy { min-height: 475px; }
  .display { font-size: clamp(67px, 19vw, 125px); }
  .focus-field { min-height: 410px; }
  .intro-details { max-width: none; }
  .statement { grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 72px; }
  .statement h2 { font-size: clamp(45px, 11vw, 76px); }
  .feature-grid, .approach-grid, .contact-layout { grid-template-columns: 1fr; }
  .feature-copy, .approach-side, .contact-copy { min-height: 470px; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .feature-art { min-height: 420px; }
  .signal-card { grid-template-columns: 40px 1fr; min-height: 0; }
  .signal-card p { grid-column: 2; margin-top: 10px; }
  .signal-visual { grid-column: 2; min-height: 180px; margin-top: 14px; }
  .approach-side { min-height: 430px; }
  .approach-side h2 { margin-top: 68px; }
  .case-grid { grid-template-columns: 1fr; }
  .case, .case:nth-child(even) { min-height: 450px; border-right: 0; }
  .role { grid-template-columns: 40px 1fr; gap: 16px; }
  .role p { grid-column: 2; }
  .role .small-link { grid-column: 2; margin-top: 7px; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonial, .testimonial:nth-child(even) { min-height: 245px; border-right: 0; }
  .contact-copy { min-height: 500px; }
  .contact-copy h1 { margin: 45px 0; }
  .interest-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-word { margin-top: 48px; }
}
