:root {
color-scheme: light;
--ink: #0a0a0a;
--paper: #f4f2ee;
--bronze: #b3a188;
--bronze-dark: #78634a;
--muted: #625e57;
--line: #d9d5cc;
--dark-line: #30302e;
--display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
--mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
--gutter: clamp(24px, 5.5vw, 88px);
--frame-inset: 24px;
--sticky-top: 16px;
--frame-height: calc(100vh - 32px);
}
@supports (height: 100svh) {
:root { --frame-height: calc(100svh - 32px); }
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font-family: var(--display);
font-size: 16px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
svg {
fill: none;
stroke: currentColor;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
figure, blockquote, h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; }
em { font-style: normal; color: var(--bronze); }
::selection { color: var(--ink); background: #d4c6b1; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--bronze-dark); outline-offset: 5px; }
.section-dark :focus-visible,
.hero-frame :focus-visible { outline-color: #dfc7a4; }
section[tabindex="-1"]:focus,
footer[tabindex="-1"]:focus { outline: none; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.skip-link {
position: fixed;
top: 12px;
left: 12px;
z-index: 100;
padding: 12px 18px;
color: var(--ink);
background: var(--paper);
border: 2px solid var(--ink);
transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.skip-film { left: 190px; }
.page-shell { width: 100%; max-width: 1600px; padding-inline: var(--gutter); margin-inline: auto; }
.mono, .eyebrow { font-family: var(--mono); font-weight: 400; }
.eyebrow { font-size: 11px; line-height: 1.6; letter-spacing: .065em; text-transform: uppercase; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--paper); }
.button {
display: inline-flex;
min-height: 52px;
align-items: center;
justify-content: center;
gap: 28px;
padding: 14px 23px;
border: 1px solid transparent;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
transition: transform 180ms ease, opacity 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 36px; padding: 8px 14px; font-size: 13px; gap: 14px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button-ghost { border-color: var(--line); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 22px; font-size: 13px; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.announcement { background: #e6e0d6; border-bottom: 1px solid #d7d0c5; }
.announcement-inner {
position: relative;
display: flex;
min-height: 39px;
align-items: center;
justify-content: center;
padding: 7px 54px;
}
.announcement p { font-size: 11px; text-align: center; }
.announcement a:hover { text-decoration: underline; text-underline-offset: 3px; }
.announcement-tag { font-family: var(--mono); font-size: 10px; text-transform: uppercase; margin-right: 17px; }
.announcement a span { margin-left: 12px; }
.announcement-dismiss {
position: absolute;
inset: 0 14px 0 auto;
width: 44px;
min-height: 39px;
border: 0;
background: transparent;
font-size: 24px;
line-height: 1;
}
.site-header { position: relative; z-index: 10; background: #fff; }
.nav-shell { display: flex; align-items: center; gap: 28px; min-height: 60px; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; gap: 8px; font-size: 17px; font-weight: 600; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { width: 20px; height: 22px; stroke-width: 2; }
.nav-panel { display: flex; align-items: center; flex: 1; gap: 20px; }
.nav-links { display: flex; justify-content: center; gap: clamp(16px, 2vw, 32px); margin-inline: auto; list-style: none; }
.nav-links a { display: inline-flex; min-height: 40px; align-items: center; font-size: 14px; font-weight: 400; }
.nav-links a:hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { min-height: 44px; padding: 8px 0 8px 12px; display: flex; align-items: center; gap: 12px; background: transparent; border: 0; font-size: 12px; }
.menu-glyph { width: 19px; display: grid; gap: 5px; }
.menu-glyph i { display: block; width: 19px; height: 1px; background: currentColor; transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] .menu-glyph i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-glyph i:last-child { transform: translateY(-3px) rotate(-45deg); }
/* The unenhanced document is a readable, stacked poster sequence. */
.hero-journey { padding-top: 16px; margin-inline: var(--frame-inset); }
.hero-frame {
position: relative;
isolation: isolate;
overflow: hidden;
border-radius: 14px;
background: var(--ink);
color: var(--paper);
padding: 110px 5% 105px;
}
.film-stage { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--ink); }
.hero-art { position: absolute; inset: 0; overflow: hidden; opacity: .62; }
.wash { position: absolute; inset: -15%; transform-origin: center; }
.wash-surface { position: absolute; inset: 0; animation-play-state: paused; }
.wash-one .wash-surface {
background: radial-gradient(ellipse at 69% 65%, #8d775b 0%, #4b4536 20%, transparent 53%);
animation: drift-one 21s ease-in-out infinite alternate paused;
}
.wash-two .wash-surface {
background: radial-gradient(ellipse at 27% 48%, #364b49 0%, #172424 25%, transparent 56%);
animation: drift-two 26s ease-in-out infinite alternate paused;
}
.wash-three .wash-surface {
background: radial-gradient(ellipse at 62% 83%, #b2a084 0%, #5a5143 10%, transparent 34%);
opacity: .35;
animation: drift-three 17s ease-in-out infinite alternate paused;
}
.orbital-grid {
position: absolute;
width: min(80vw, 1080px);
aspect-ratio: 1;
top: 6%;
left: 22%;
border: 1px solid rgb(218 207 185 / 12%);
border-radius: 50%;
transform: rotate(-28deg) scaleY(.52);
}
.orbital-grid i { position: absolute; inset: 12%; border: 1px solid rgb(218 207 185 / 12%); border-radius: 50%; }
.orbital-grid i:nth-child(2) { inset: 26%; }
.orbital-grid i:nth-child(3) { inset: 39%; }
.orbital-axis { position: absolute; background: rgb(218 207 185 / 12%); }
.axis-horizontal { width: 112%; height: 1px; left: -6%; top: 50%; }
.axis-vertical { height: 112%; width: 1px; left: 50%; top: -6%; }
.hero-video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.film-stage.has-video .hero-art { visibility: hidden; }
.film-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 16%) 45%, rgb(0 0 0 / 62%)); }
.film-veil { position: absolute; inset: 0; background: var(--ink); opacity: .45; }
.hero-statements { display: grid; gap: 100px; }
.hero-statement { max-width: 1150px; width: 100%; margin-inline: auto; text-align: center; }
.hero-statement h1,
.hero-statement h2 { font-size: clamp(40px, 6.5vw, 96px); line-height: 1.04; letter-spacing: -.065em; font-weight: 400; }
.hero-statement h2 { font-size: clamp(36px, 5.5vw, 80px); }
.hero-statement h1 > span,
.hero-statement h2 > span { display: block; }
.statement-caption { max-width: 490px; margin: 27px auto 0; font-size: 14px; color: #bab8b2; line-height: 1.65; text-wrap: pretty; }
.film-bottomline { position: absolute; inset: auto 32px 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.film-chapters { display: none; gap: 16px; }
.film-chapters a { display: block; width: 122px; padding-block: 12px 3px; }
.chapter-label { display: flex; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; color: #aaa8a2; white-space: nowrap; }
.film-chapters a[aria-current="step"] .chapter-label { color: var(--paper); }
.chapter-rail { display: block; height: 2px; margin-top: 12px; background: #47453f; overflow: hidden; }
.chapter-rail > span { display: block; width: 100%; height: 100%; background: var(--bronze); transform: scaleX(0); transform-origin: left; }
.scroll-cue { display: inline-flex; min-height: 44px; align-items: center; gap: 16px; margin-left: auto; font-size: 10px; }
.scroll-cue span { font-size: 21px; }
/* Pin distance is exactly 400 viewport units, excluding the visible frame. */
.hero-journey[data-mode="scrub"] { padding-top: 0; margin-top: 16px; height: calc(400vh + var(--frame-height)); }
.hero-journey[data-mode="scrub"] .hero-frame { position: sticky; top: var(--sticky-top); height: var(--frame-height); min-height: 460px; padding: 0; }
.hero-journey[data-mode="scrub"] .hero-statements { position: absolute; inset: 16% 5% 19%; display: grid; place-items: center; gap: 0; }
.hero-journey[data-mode="scrub"] .hero-statement { grid-area: 1 / 1; transform-origin: center; }
.hero-journey[data-mode="scrub"] .film-chapters { display: flex; }
.hero-journey[data-mode="scrub"] .hero-statement:not(:first-child) { opacity: 0; }
.hero-journey[data-mode="scrub"] .film-veil { opacity: 1; }
.hero-journey[data-mode="scrub"] .is-active .wash-surface { animation-play-state: running; }
.hero-journey[data-mode="scrub"] .is-active .wash,
.hero-journey[data-mode="scrub"] .is-active .wash-surface,
.hero-journey[data-mode="scrub"] .is-active .hero-statement,
.hero-journey[data-mode="scrub"] .is-active .film-veil { will-change: transform, opacity; }
.is-page-hidden .wash-surface { animation-play-state: paused !important; }
@supports (height: 100svh) {
.hero-journey[data-mode="scrub"] { height: calc(400svh + var(--frame-height)); }
}
@keyframes drift-one { from { transform: translate3d(-3%, 0, 0) scale(1); } to { transform: translate3d(5%, -3%, 0) scale(1.09); } }
@keyframes drift-two { from { transform: translate3d(2%, 5%, 0) scale(1.04); } to { transform: translate3d(-4%, -2%, 0) scale(1); } }
@keyframes drift-three { from { transform: translate3d(0, 4%, 0); opacity: .24; } to { transform: translate3d(-5%, -2%, 0); opacity: .4; } }
.work-section { padding-block: 118px 92px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading .eyebrow { margin-bottom: 23px; color: var(--muted); }
.section-title { font-size: clamp(54px, 7vw, 106px); line-height: 1.03; font-weight: 400; letter-spacing: -.07em; }
.section-intro { max-width: 355px; padding-bottom: 7px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.media-scatter { position: relative; height: 213px; margin-top: 12px; }
.media-tile {
position: absolute;
width: clamp(110px, 13vw, 174px);
aspect-ratio: 3 / 2;
border-radius: 10px;
overflow: hidden;
background: #d4cfc5;
box-shadow: 0 9px 20px rgb(40 30 20 / 8%);
}
.media-tile img { width: 100%; height: 100%; object-fit: cover; }
.media-tile figcaption { position: absolute; inset: auto 0 0; padding: 15px 10px 7px; font-family: var(--mono); font-size: 8px; color: #fff; background: linear-gradient(transparent, rgb(0 0 0 / 58%)); }
.tile-one { left: 3%; top: 52px; transform: rotate(-9deg); }
.tile-two { left: 23%; top: 28px; transform: rotate(7deg); }
.tile-three { left: 44%; top: 74px; transform: rotate(-4deg); }
.tile-four { right: 19%; top: 16px; transform: rotate(10deg); }
.tile-five { right: 0; top: 60px; transform: rotate(-7deg); }
.work-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.work-toolbar .eyebrow { color: var(--muted); }
.case-controls { display: flex; gap: 8px; }
.round-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #c5c0b7; border-radius: 50%; background: transparent; font-size: 19px; }
.round-button:disabled { opacity: .35; cursor: default; }
.round-button:not(:disabled):hover { background: #e9e5dc; }
.case-track {
display: grid;
grid-auto-flow: column;
grid-auto-columns: clamp(290px, 27vw, 370px);
gap: 16px;
overflow-x: auto;
overscroll-behavior-x: contain;
padding: 8px var(--gutter) 25px;
scroll-padding-inline: var(--gutter);
scroll-snap-type: x proximity;
scrollbar-color: #a99d8a transparent;
scrollbar-width: thin;
}
.case-track:focus-visible { outline-offset: -3px; }
.case-track.is-dragging, .case-track.is-coasting { scroll-snap-type: none; }
.case-track.is-dragging { cursor: grabbing; user-select: none; }
.case-card { display: flex; flex-direction: column; min-height: 337px; padding: 27px; border: 1px solid #dcd7cf; border-radius: 10px; background: #ece9e2; scroll-snap-align: start; transition: transform 200ms ease; }
.case-card:nth-child(2n) { background: #eeece7; }
.case-card:nth-child(3n) { background: #e6e9e3; }
.case-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.case-top svg { width: 31px; height: 31px; stroke-width: 1.3; }
.case-top .mono { color: #625c52; font-size: 9px; }
.case-card h3 { max-width: 300px; padding-block: 31px 37px; font-size: 22px; line-height: 1.35; font-weight: 400; letter-spacing: -.035em; }
.case-bottom { margin-top: auto; border-top: 1px solid rgb(10 10 10 / 13%); padding-top: 20px; }
.client-name { font-size: 17px; font-weight: 500; letter-spacing: -.045em; }
.case-bottom a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; padding-top: 10px; font-size: 11px; color: #5e594f; }
.case-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }
.work-footnote { padding-top: 18px; font-size: 9px; color: var(--muted); }
.products-section { padding-block: 100px 104px; }
.products-section .section-heading .eyebrow { color: var(--bronze); }
.products-section .section-title { font-size: clamp(43px, 5vw, 72px); }
.products-section .section-intro { color: #aaa7a0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 76px; }
.product { border-top: 1px solid #4d4942; padding-top: 23px; }
.product-index { display: flex; align-items: center; justify-content: space-between; color: #a6a096; font-size: 10px; }
.product-index svg { width: 27px; height: 27px; color: var(--bronze); }
.product h3 { margin-top: 39px; font-size: 16px; font-weight: 400; }
.product > p { max-width: 330px; min-height: 110px; margin-top: 19px; color: #aaa7a0; font-size: 14px; line-height: 1.75; }
.product .text-link { margin-top: 25px; min-height: 44px; }
.product .text-link span { color: var(--bronze); }
.research-section { padding-block: 117px 105px; }
.research-layout { display: grid; grid-template-columns: 1fr 2.1fr; gap: 80px; }
.research-label .eyebrow { color: var(--muted); margin-bottom: 23px; }
.research-label h2 { font-size: 26px; line-height: 1.2; letter-spacing: -.04em; font-weight: 400; }
.research-glyph { display: inline-block; margin-top: 45px; color: var(--bronze-dark); font-size: 72px; font-weight: 400; line-height: 1; }
.partner-quote blockquote { font-size: clamp(28px, 3.1vw, 45px); line-height: 1.26; letter-spacing: -.05em; }
.partner-quote figcaption { display: flex; align-items: center; gap: 13px; margin-top: 30px; font-size: 11px; line-height: 1.8; color: var(--muted); }
.partner-quote figcaption strong { color: var(--ink); font-weight: 500; }
.quote-avatar { display: grid; flex: 0 0 41px; height: 41px; place-items: center; border: 1px solid #b8afa1; border-radius: 50%; background: #e6e1d7; font-family: var(--mono); font-size: 11px; color: var(--bronze-dark); }
.fiction-label { font-size: 10px; }
.paper-list { margin-top: 55px; list-style: none; border-top: 1px solid var(--line); }
.paper-list li { border-bottom: 1px solid var(--line); }
.paper-list a { display: grid; grid-template-columns: 1fr 16px; align-items: center; gap: 18px; padding-block: 21px; font-size: 12px; }
.paper-list a:hover > span:first-child { text-decoration: underline; text-underline-offset: 5px; }
.research-note { margin-top: 18px; font-size: 10px; line-height: 1.65; color: var(--muted); }
.metrics-section { padding-block: 40px 72px; background: #eae6de; border-top: 1px solid var(--line); }
.metrics-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.metrics-heading .eyebrow { color: #59534a; }
.metrics-heading > p { font-size: 9px; color: var(--muted); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; }
.metric { display: flex; flex-direction: column; border-left: 1px solid #cfc7ba; padding-left: 30px; }
.metric:first-child { border-left: 0; padding-left: 0; }
.metric dt { font-size: 12px; color: #59534a; margin-top: 12px; }
.metric dd { order: -1; font-size: clamp(40px, 4.6vw, 68px); line-height: 1; letter-spacing: -.07em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.metric-unit { font-size: .53em; letter-spacing: -.055em; color: var(--bronze-dark); }
.contact-section { padding-block: 91px 90px; text-align: center; }
.contact-mark { width: 42px; height: 42px; margin: 0 auto 29px; color: var(--bronze); stroke-width: 1.1; }
.contact-section .eyebrow { color: #a8a196; }
.contact-section h2 { margin: 25px auto 35px; font-size: clamp(32px, 3.8vw, 56px); line-height: 1.15; font-weight: 400; letter-spacing: -.055em; text-wrap: balance; }
.contact-note { margin-top: 19px; font-size: 10px; color: #a5a098; }
.site-footer { padding-bottom: 23px; }
.footer-top { display: grid; grid-template-columns: 1fr 2.1fr; gap: 70px; border-top: 1px solid var(--dark-line); padding-top: 59px; }
.footer-brand .wordmark { font-size: 24px; }
.footer-brand > p { color: #a5a098; font-size: 12px; line-height: 1.8; margin-top: 19px; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-links h2 { font-size: 9px; color: var(--bronze); margin-bottom: 17px; }
.footer-links a { display: block; width: fit-content; padding-block: 7px; font-size: 12px; color: #c6c2bb; }
.footer-links a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 4px; }
.footer-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 45px; color: #a5a098; font-size: 10px; line-height: 1.7; }
.footer-notes summary { cursor: pointer; padding-bottom: 7px; width: fit-content; }
.footer-notes details p { max-width: 580px; }
.footer-legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px 24px; margin-top: 36px; padding-top: 23px; border-top: 1px solid var(--dark-line); color: #a5a098; font-size: 9px; }
.footer-legal a { color: #d3cec5; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
.case-card:hover { transform: translateY(-4px); }
}
@media (min-width: 1600px) {
.case-track { padding-inline: max(var(--gutter), calc((100vw - 1600px) / 2 + var(--gutter))); }
}
@media (max-width: 1100px) {
.nav-shell { gap: 24px; }
.nav-panel { gap: 16px; }
.nav-links { gap: 18px; }
.wordmark { font-size: 21px; }
.nav-actions .button-small { padding-inline: 12px; }
.research-layout { gap: 48px; }
.footer-top { gap: 40px; }
.product-grid { gap: 28px; }
.product > p { min-height: 140px; }
}
@media (max-width: 900px) {
:root { --gutter: 32px; }
.nav-shell { flex-wrap: wrap; justify-content: space-between; gap: 0; min-height: 64px; padding-block: 12px; }
.nav-panel { flex: 0 0 100%; flex-direction: column; align-items: stretch; gap: 15px; padding-top: 22px; }
.nav-links { width: 100%; margin: 0; justify-content: space-between; flex-wrap: wrap; }
.nav-actions { border-top: 1px solid var(--line); padding-top: 16px; padding-bottom: 5px; }
.hero-statement h1 { font-size: clamp(40px, 7.2vw, 69px); }
.hero-statement h2 { font-size: clamp(36px, 6.4vw, 60px); }
.film-bottomline { left: 25px; right: 25px; }
.film-chapters a { width: 88px; }
.section-intro { max-width: 280px; font-size: 14px; }
.work-section { padding-top: 85px; }
.media-scatter { height: 190px; }
.product-grid { gap: 22px; }
.products-section .section-title { font-size: 48px; }
.product h3 { font-size: 14px; }
.product > p { font-size: 13px; }
.research-layout { grid-template-columns: 1fr 2fr; gap: 32px; }
.research-label h2 { font-size: 22px; }
.fiction-label { display: block; }
.metric { padding-left: 20px; }
.metric dt { font-size: 11px; }
.footer-top { grid-template-columns: 1fr; }
.footer-brand { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-brand > p { margin: 0; }
}
@media (max-width: 600px) {
:root { --gutter: 24px; --frame-inset: 12px; --sticky-top: 12px; --frame-height: calc(100vh - 24px); }
.announcement-inner { min-height: 43px; padding: 8px 46px 8px 14px; }
.announcement p { font-size: 10px; }
.announcement-tag { display: none; }
.announcement-dismiss { right: 4px; }
.announcement a span { margin-left: 4px; }
.nav-shell { min-height: 60px; }
.wordmark { font-size: 16px; gap: 7px; }
.brand-mark { width: 19px; }
.nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.nav-links a { font-size: 14px; }
.nav-actions { justify-content: space-between; }
.hero-journey { padding-top: 12px; }
.hero-journey[data-mode="scrub"] { margin-top: 12px; }
.hero-frame { padding: 97px 22px 95px; border-radius: 10px; }
.film-bottomline { bottom: 22px; left: 21px; right: 21px; gap: 20px; }
.hero-statements { gap: 77px; }
.hero-journey[data-mode="scrub"] .hero-statements { inset: 17% 6% 19%; }
.hero-statement h1 { font-size: clamp(33px, 9.1vw, 52px); line-height: 1.08; letter-spacing: -.065em; }
.hero-statement h2 { font-size: clamp(29px, 8vw, 46px); line-height: 1.13; }
.statement-caption { max-width: 285px; font-size: 12px; margin-top: 24px; }
.film-chapters { gap: 7px; }
.film-chapters a { width: 31px; }
.film-chapters a { width: 78px; }
.chapter-label { font-size: 7px; }
.chapter-rail { margin-top: 8px; }
.scroll-cue { gap: 10px; font-size: 8px; }
.scroll-cue span { font-size: 18px; }
.orbital-grid { width: 130vw; left: -10%; top: 20%; }
.wash-three { display: none; }
.work-section { padding-block: 72px 58px; }
.section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
.section-heading .eyebrow { margin-bottom: 19px; font-size: 9px; }
.section-title { font-size: 66px; }
.section-intro { font-size: 14px; }
.media-scatter { height: 204px; margin-top: 14px; }
.media-tile { width: 96px; border-radius: 7px; }
.media-tile figcaption { font-size: 6px; padding: 12px 7px 5px; }
.tile-one { left: 0; top: 29px; }
.tile-two { left: 35%; top: 5px; }
.tile-three { left: 20%; top: 111px; }
.tile-four { right: 0; top: 60px; }
.tile-five { right: 5%; top: 131px; width: 78px; }
.work-toolbar { gap: 15px; margin-bottom: 13px; }
.work-toolbar .eyebrow { max-width: 180px; font-size: 8px; }
.case-controls { gap: 6px; }
.round-button { width: 44px; height: 44px; }
.case-track { grid-auto-columns: min(82vw, 350px); gap: 12px; }
.case-card { min-height: 320px; padding: 25px; }
.case-card h3 { font-size: 22px; }
.work-footnote { font-size: 8px; }
.products-section { padding-block: 68px; }
.products-section .section-title { font-size: 44px; }
.product-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 43px; }
.product h3 { margin-top: 25px; font-size: 17px; }
.product > p { min-height: 0; max-width: 100%; font-size: 14px; margin-top: 15px; }
.product .text-link { margin-top: 17px; }
.research-section { padding-block: 72px; }
.research-layout { grid-template-columns: 1fr; gap: 36px; }
.research-label h2 { font-size: 30px; }
.research-glyph { display: none; }
.partner-quote blockquote { font-size: 31px; }
.partner-quote figcaption { align-items: flex-start; }
.paper-list { margin-top: 39px; }
.paper-list a { gap: 10px; font-size: 11px; padding-block: 19px; }
.metrics-section { padding-block: 32px 45px; }
.metrics-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
.metrics-heading > p { font-size: 8px; }
.metrics-grid { grid-template-columns: 1fr 1fr; gap: 34px 0; margin-top: 32px; }
.metric { padding-left: 22px; }
.metric:nth-child(odd) { border-left: 0; padding-left: 0; }
.metric dd { font-size: 51px; }
.metric dt { font-size: 11px; }
.contact-section { padding-block: 68px; }
.contact-section h2 { font-size: 36px; max-width: 340px; }
.contact-section .eyebrow { font-size: 9px; }
.contact-note { max-width: 260px; margin-inline: auto; font-size: 9px; }
.footer-top { padding-top: 38px; gap: 35px; }
.footer-brand { display: block; }
.footer-brand > p { margin-top: 16px; }
.footer-links { grid-template-columns: 1fr 1fr; gap: 29px 24px; }
.footer-links h2 { margin-bottom: 9px; }
.footer-links a { min-height: 36px; display: flex; align-items: center; }
.footer-notes { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; font-size: 9px; }
.footer-legal { flex-direction: column; font-size: 8px; gap: 14px; }
.footer-legal a { min-height: 36px; display: flex; align-items: center; width: fit-content; }
.skip-film { top: 66px; left: 12px; }
}
@supports (height: 100svh) {
@media (max-width: 600px) {
:root { --frame-height: calc(100svh - 24px); }
}
}
@media (max-height: 560px) and (min-width: 601px) {
.hero-journey[data-mode="scrub"] .hero-frame { min-height: 340px; }
.hero-statement h1 { font-size: 52px; }
.hero-statement h2 { font-size: 45px; }
.statement-caption { margin-top: 15px; font-size: 12px; }
.film-bottomline { bottom: 18px; }
}
/* Reduced motion: static poster, stacked text, one gentle opacity entrance. */
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
.wash-surface { animation: none !important; }
.hero-journey[data-mode="reduced"] .hero-statement { animation: quiet-appear 650ms ease both; }
.hero-journey[data-mode="reduced"] .hero-statement:nth-child(2) { animation-delay: 120ms; }
.hero-journey[data-mode="reduced"] .hero-statement:nth-child(3) { animation-delay: 240ms; }
.button:hover, .text-link:hover span { transform: none; }
}
@keyframes quiet-appear { from { opacity: .65; } to { opacity: 1; } }
@media print {
.announcement, .site-header, .film-stage, .film-bottomline,
.media-scatter, .case-controls, .contact-note, .skip-link { display: none !important; }
body, .section-dark, .hero-frame, .metrics-section { background: white; color: black; }
.hero-journey[data-mode="scrub"] { height: auto; margin: 0; }
.hero-journey[data-mode="scrub"] .hero-frame { position: static; height: auto; min-height: 0; padding: 35px; }
.hero-journey[data-mode="scrub"] .hero-statements { position: static; display: block; }
.hero-journey[data-mode="scrub"] .hero-statement { opacity: 1 !important; transform: none !important; margin-block: 35px; }
.hero-statement h1, .hero-statement h2 { font-size: 32px; }
.statement-caption, .product > p, .section-intro { color: #333 !important; }
.case-track { display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: row; overflow: visible; }
.case-card { break-inside: avoid; }
.section-title { font-size: 40px; }
.work-section, .products-section, .research-section, .contact-section { padding-block: 30px; }
.footer-notes, .footer-legal, .footer-links a { color: #333; }
}
