/* Arcturne — site styles
   Cinematic full-bleed imagery, oversized display type, a compact header,
   full-screen menu, contextual cursor, smooth scroll and line reveals. */

@font-face { font-family: 'Host Grotesk'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('/assets/fonts/host-grotesk-latin-wght-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Host Grotesk'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('/assets/fonts/host-grotesk-latin-ext-wght-normal.woff2') format('woff2'); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Host Grotesk'; font-style: italic; font-weight: 300 800; font-display: swap; src: url('/assets/fonts/host-grotesk-latin-wght-italic.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --ink: #0d0e13;
  --paper: #ffffff;
  --dark: #0d0e13;
  --cream: #e6d9c9;
  --sand: #a89d90;
  --grey: #72747b;
  --grey-light: #b9bbc2;
  --line: rgba(13, 14, 19, .14);
  --line-light: rgba(230, 217, 201, .25);
  --font: 'Host Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 3.5vw, 50px);
  --inset: clamp(24px, 8.33vw, 120px);
  --display: clamp(68px, 17.2vw, 250px);
  --display-md: clamp(52px, 10vw, 144px);
  --display-sm: clamp(38px, 4.9vw, 72px);
  --statement: clamp(24px, 2.5vw, 36px);
  --lead: clamp(20px, 1.8vw, 26px);
  --lead-sm: clamp(18px, 1.35vw, 20px);
  --body: 17px;
  --small: 14px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
  --header-color: #fff;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: var(--body); line-height: 1.45; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: clip; }
body.menu-open, body.reel-open, body.grid-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, dl, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
hr { border: 0; }
main { display: block; }
::selection { background: var(--ink); color: var(--paper); }
[data-theme="dark"] ::selection { background: var(--cream); color: var(--ink); }

.sr-only, .visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: var(--ink); color: #fff; font-size: 14px; transform: translateY(-200%); }
.skip:focus { transform: none; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* ------------------------------------------------------------ typography */
.display { font-size: var(--display); font-weight: 380; line-height: .9; letter-spacing: -.046em; }
.display-md { font-size: var(--display-md); font-weight: 380; line-height: .98; letter-spacing: -.035em; }
.display-sm { font-size: var(--display-sm); font-weight: 400; line-height: 1.02; letter-spacing: -.028em; }
.statement { font-size: var(--statement); font-weight: 400; line-height: 1.22; letter-spacing: -.012em; }
.lead { font-size: var(--lead); line-height: 1.28; letter-spacing: -.008em; font-weight: 400; }
.lead-sm { font-size: var(--lead-sm); line-height: 1.4; }
.small { font-size: var(--small); line-height: 1.5; color: var(--grey); }
.label { display: inline-flex; align-items: center; gap: 8px; font-size: var(--small); line-height: 1; letter-spacing: 0; }
.label .star { font-size: 11px; line-height: 1; transform: translateY(-1px); }
.label-light, .lead-light, .statement-light { color: #fff; }
.lead-light { color: rgba(255, 255, 255, .92); }
[data-theme="dark"] .label { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.2; }
.text-link .dot { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; opacity: .45; transition: opacity .3s, background .3s; flex: none; }
.text-link span:not(.dot) { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; text-decoration-color: rgba(13, 14, 19, .5); transition: text-decoration-color .3s; }
.text-link:hover .dot { opacity: 1; background: currentColor; }
.text-link:hover span:not(.dot) { text-decoration-color: currentColor; }
.text-link-light, [data-theme="dark"] .text-link { color: #fff; }
[data-theme="dark"] .text-link span:not(.dot) { text-decoration-color: rgba(255, 255, 255, .5); }
.underline-link { font-size: 16px; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.underline-link.is-static { text-decoration: none; opacity: .7; }
.text-links { display: flex; flex-wrap: wrap; gap: 14px 32px; }
.text-links a { font-size: 16px; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.wrap { padding-left: var(--inset); padding-right: var(--inset); }
.prose p { margin-bottom: 1.2em; max-width: 62ch; }
.prose h2 { font-size: clamp(22px, 2vw, 28px); font-weight: 400; letter-spacing: -.02em; margin: 2.4em 0 .8em; }
.prose ul { list-style: disc; padding-left: 1.2em; max-width: 62ch; }
.prose li { margin-bottom: .5em; }
.prose a { text-decoration: underline; text-underline-offset: 4px; }
.prose .lead { margin-bottom: 1.4em; }

/* split-line reveals */
.js [data-split] .line { display: block; overflow: hidden; padding-bottom: .14em; margin-bottom: -.14em; }
.js [data-split] .line-inner { display: block; will-change: transform; }
.js [data-split] .w { white-space: nowrap; }
.js [data-split].is-ready .line-inner { transform: translateY(112%); }
.js [data-split].is-ready.is-in .line-inner { transform: none; transition: transform 1.1s var(--ease); }
.js [data-split].is-ready.is-in .line:nth-child(2) .line-inner { transition-delay: .08s; }
.js [data-split].is-ready.is-in .line:nth-child(3) .line-inner { transition-delay: .16s; }
.js [data-split].is-ready.is-in .line:nth-child(4) .line-inner { transition-delay: .24s; }
.js [data-split].is-ready.is-in .line:nth-child(5) .line-inner { transition-delay: .32s; }
.js [data-split].is-ready.is-in .line:nth-child(n+6) .line-inner { transition-delay: .4s; }
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal-media] > * { clip-path: inset(0 0 100% 0); transition: clip-path 1.3s var(--ease-io); }
.js [data-reveal-media] img { transform: scale(1.18); transition: transform 1.6s var(--ease-io); }
.js [data-reveal-media].is-in > * { clip-path: inset(0 0 0 0); }
.js [data-reveal-media].is-in img { transform: none; }
.reduced-motion [data-split] .line-inner, .reduced-motion [data-reveal], .reduced-motion [data-reveal-media] > *, .reduced-motion [data-reveal-media] img { transform: none !important; opacity: 1 !important; clip-path: none !important; transition: none !important; }

/* ------------------------------------------------------------ preloader & veil */
.preloader { position: fixed; inset: 0; z-index: 120; background: var(--dark); display: grid; place-items: center; color: #5c5d63; }
.preloader .mark { width: 74px; height: auto; opacity: 0; animation: mark-in 1.2s var(--ease) .1s forwards; }
@keyframes mark-in { from { opacity: 0; transform: translateY(12px) } to { opacity: 1; transform: none } }
.preloader.is-done { display: none; }
.no-js .preloader { display: none; }
.page-veil { position: fixed; inset: 0; z-index: 110; background: var(--dark); transform: translateY(101%); pointer-events: none; transition: transform .7s var(--ease-io); }
.page-veil.is-cover { transform: none; }
html.veiled .page-veil { transform: none; transition: none; }
html.veiled .preloader { display: none; }

/* ------------------------------------------------------------ header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 90; color: var(--header-color); transition: color .5s var(--ease); pointer-events: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 38px var(--gutter) 0; }
.site-header a, .site-header button { pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .mark { width: 40px; height: auto; flex: none; transition: transform .6s var(--ease); }
.wordmark { font-size: 22px; letter-spacing: -.03em; font-weight: 450; transition: opacity .4s var(--ease), transform .5s var(--ease); }
.wordmark-period { opacity: .45; }
.site-nav { display: flex; gap: 34px; transition: opacity .4s var(--ease), transform .5s var(--ease); }
.site-nav a { position: relative; font-size: 16px; line-height: 1.2; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.site-nav a .star { font-size: 10px; line-height: 1; opacity: 0; transform: translateY(-4px); transition: opacity .3s, transform .3s; }
.site-nav a[aria-current] .star, .site-nav a:hover .star { opacity: 1; transform: none; }
.menu-toggle { display: inline-flex; align-items: center; gap: 14px; font-size: 16px; opacity: 0; transform: translateY(-6px); transition: opacity .4s var(--ease), transform .5s var(--ease); pointer-events: none !important; }
.menu-icon { display: inline-flex; flex-direction: column; gap: 4px; width: 20px; }
.menu-icon i { display: block; height: 1.5px; background: currentColor; transition: transform .4s var(--ease), opacity .3s; transform-origin: center; }
.site-header.is-scrolled .site-nav, .site-header.is-scrolled .wordmark { opacity: 0; transform: translateY(-8px); pointer-events: none; }
.site-header.is-scrolled .menu-toggle, .menu-open .site-header .menu-toggle { opacity: 1; transform: none; pointer-events: auto !important; }
.menu-open .site-header { color: #fff; }
.menu-open .site-header .site-nav { opacity: 0; pointer-events: none; }
.menu-open .site-header .wordmark { opacity: 1; transform: none; }
.menu-open .menu-icon i:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-open .menu-icon i:nth-child(2) { opacity: 0; }
.menu-open .menu-icon i:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.is-work-index .site-header.is-scrolled .site-nav, .is-work-index .site-header.is-scrolled .wordmark { opacity: 1; transform: none; pointer-events: auto; }
.is-work-index .site-header.is-scrolled .menu-toggle { opacity: 0; pointer-events: none !important; }
.is-work-index.menu-open .site-header .menu-toggle { opacity: 1; pointer-events: auto !important; }
.is-work-index.grid-open .site-header { color: var(--ink); }
.no-js .site-header .menu-toggle { display: none; }

/* ------------------------------------------------------------ menu overlay */
.menu-overlay { position: fixed; inset: 0; z-index: 80; background: var(--dark); color: #fff; clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .9s var(--ease-io), visibility 0s .9s; }
.menu-overlay.is-open { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .9s var(--ease-io), visibility 0s; }
.menu-inner { position: relative; height: 100%; padding: 0 var(--gutter); }
.menu-figure { position: absolute; left: 20%; top: 17%; width: 21.4vw; aspect-ratio: 3 / 4.25; overflow: hidden; }
.menu-image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.4s var(--ease); }
.menu-overlay.is-open .menu-image { transform: none; }
.menu-nav { position: absolute; left: 58.2%; top: 21%; }
.menu-primary a { display: block; font-size: clamp(40px, 4.45vw, 64px); line-height: 1; letter-spacing: -.03em; font-weight: 380; color: #f1ece5; margin-bottom: .1em; }
.menu-primary .line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.menu-primary .line-inner { display: block; transform: translateY(110%); transition: transform 1s var(--ease); }
.menu-overlay.is-open .menu-primary .line-inner { transform: none; }
.menu-overlay.is-open .menu-primary a:nth-child(2) .line-inner { transition-delay: .06s; }
.menu-overlay.is-open .menu-primary a:nth-child(3) .line-inner { transition-delay: .12s; }
.menu-overlay.is-open .menu-primary a:nth-child(4) .line-inner { transition-delay: .18s; }
.menu-primary a:hover { color: var(--cream); }
.menu-secondary { margin-top: 44px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease) .3s, transform .8s var(--ease) .3s; }
.menu-overlay.is-open .menu-secondary { opacity: 1; transform: none; }
.menu-secondary a { font-size: 18px; color: var(--grey-light); }
.menu-secondary a:hover { color: #fff; }
.menu-foot { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 9%; display: flex; align-items: center; font-size: 16px; color: var(--grey-light); opacity: 0; transition: opacity .6s var(--ease) .4s; }
.menu-overlay.is-open .menu-foot { opacity: 1; }
.menu-story { position: absolute; left: calc(58.2% - var(--gutter)); }
.menu-foot .text-link { margin-left: auto; color: #fff; }
.menu-reel:hover, .menu-story:hover { color: #fff; }

/* ------------------------------------------------------------ cursor */
.cursor { position: fixed; left: 0; top: 0; z-index: 130; width: 86px; height: 86px; margin: -43px 0 0 -43px; border-radius: 50%; background: rgba(140, 140, 146, .42); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff; display: grid; place-items: center; font-size: 14px; pointer-events: none; opacity: 0; transform: scale(.4); transition: opacity .35s var(--ease), transform .45s var(--ease), background .3s; will-change: transform; }
.cursor.is-on { opacity: 1; transform: scale(1); }
.cursor.is-down { transform: scale(.85); }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ------------------------------------------------------------ cinematic media (sticky, full-bleed) */
.cine-media { position: absolute; inset: 0; z-index: 0; overflow: clip; }
.cine-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--dark); }
.cine-sticky img { width: 100%; height: 100%; object-fit: cover; transform-origin: center; will-change: transform; }
.cine-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 14, 19, .18) 0%, rgba(13, 14, 19, .34) 45%, rgba(13, 14, 19, .72) 100%); opacity: .55; }
.scroll-hint { position: absolute; right: var(--gutter); bottom: 36px; font-size: 14px; color: rgba(255, 255, 255, .72); z-index: 2; }
.scroll-hint-inline { font-size: 14px; color: var(--grey); }

/* ------------------------------------------------------------ home hero */
.hero { position: relative; color: #fff; background: var(--dark); }
.hero-content { position: relative; z-index: 1; padding: 66vh var(--inset) 14vh; }
.hero-intro { font-size: var(--lead); line-height: 1.28; max-width: 21.5em; margin-bottom: 26vh; }
.hero-title { max-width: 100%; }
.hero-foot { margin-top: 14vh; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: end; }
.hero-statement { font-size: var(--lead); line-height: 1.28; max-width: 19.5em; }
.hero-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; align-items: start; font-size: 16px; padding-top: 12px; }
.hero-links .underline-link { justify-self: start; }
.hero-nav { display: flex; flex-direction: column; gap: 8px; }
.hero-contact { display: flex; flex-direction: column; gap: 8px; }
.hero-contact span { color: rgba(255, 255, 255, .6); font-size: 14px; }
.hero .scroll-hint { position: absolute; top: calc(100vh - 66px); bottom: auto; }

/* ------------------------------------------------------------ home: featured work */
.work-intro { background: var(--paper); padding: 16vh 0 10vh; }
.work-intro.is-plain { padding-top: 4vh; }
.work-intro-head { padding-left: calc(var(--inset) + 6.3vw); padding-right: var(--inset); }
.work-title { margin-bottom: 8vh; }
.work-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 9.4vw; padding-left: calc(var(--inset) + 6.3vw); padding-right: var(--inset); }
.work-intro-side { max-width: 26em; margin-bottom: 10vh; }
.work-intro-side .label { margin-bottom: 34px; }
.project-card { margin-bottom: 14vh; }
.project-card a { display: block; }
.card-media { position: relative; overflow: hidden; background: #e9e7e3; aspect-ratio: 16 / 10; }
.project-card.is-portrait .card-media { aspect-ratio: 4 / 4.75; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-photo { transition: transform 1.2s var(--ease); }
.project-card a:hover .card-photo { transform: scale(1.04); }
.card-cover { position: absolute; inset: 0; opacity: 0; transition: opacity .6s var(--ease); background: #111; }
.card-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.project-card a:hover .card-cover { opacity: 1; }
.card-caption { margin-top: 18px; font-size: 16px; line-height: 1.4; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px; }
.card-visit { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--grey); white-space: nowrap; transition: color .3s; }
.card-visit svg { width: 14px; transition: transform .4s var(--ease); }
.card-visit:hover { color: var(--ink); }
.card-visit:hover svg { transform: translate(2px, -2px); }
.card-caption strong { font-weight: 500; }
.card-caption span { color: var(--grey); }
.work-col-a .project-card:nth-child(1) { width: 100%; }
.work-col-a .project-card:nth-child(2) { width: 48%; margin-top: 4vh; }
.work-col-b .project-card:nth-child(2), .work-col-b .project-card.project-card:first-child { width: 65%; margin-left: 0; margin-top: 2vh; }
.work-col-b .project-card:nth-child(3), .work-col-b .project-card:nth-child(2):last-child { width: 82%; margin-left: auto; margin-top: 8vh; }
.work-intro.is-plain .work-col .project-card { width: 100%; margin-top: 0; }
.work-intro.is-plain .work-col-b .project-card { width: 78%; margin-left: auto; margin-top: 14vh; }
.work-more { display: flex; justify-content: flex-end; padding: 0 calc(var(--inset) * 1.85) 4vh 0; }

/* ------------------------------------------------------------ home: reel */
.reel { background: var(--dark); color: var(--cream); position: relative; height: 240vh; }
.reel-pin { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.reel-label { position: absolute; top: 18vh; left: 50%; transform: translateX(-50%); color: #fff; }
.reel-words { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; }
.reel-word { position: absolute; top: 50%; transform: translateY(-50%); color: #eee7dd; z-index: 2; pointer-events: none; }
.reel-word[data-reel-word="a"] { right: calc(50% + 14.5vw); }
.reel-word[data-reel-word="b"] { left: calc(50% + 14.5vw); }
.reel-thumb { position: relative; width: 25vw; aspect-ratio: 16 / 9; overflow: hidden; background: #1a1b21; display: block; }
.reel-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s var(--ease); transform: scale(1.06); }
.reel-thumb img.is-active { opacity: 1; }
.reel-caption { position: absolute; bottom: 8vh; left: 50%; transform: translateX(-50%); text-align: center; font-size: 16px; line-height: 1.45; color: rgba(255, 255, 255, .82); opacity: 0; }
.no-js .reel { height: auto; padding: 14vh 0; }
.no-js .reel-pin { position: static; height: auto; }
.no-js .reel-word { position: static; transform: none; margin: 0 3vw; }
.no-js .reel-caption { position: static; opacity: 1; transform: none; margin-top: 4vh; }

/* ------------------------------------------------------------ home: collage */
.collage { background: var(--paper); padding: 8vh 0 16vh; overflow: clip; }
.collage-field { position: relative; height: 128vh; }
.collage-item { position: absolute; overflow: hidden; background: #ececea; }
.collage-item img { width: 100%; height: 100%; object-fit: cover; }
.collage-item.c1 { left: 37%; top: 0; width: 26%; aspect-ratio: 3 / 4; }
.collage-item.c2 { left: 14.3%; top: 27%; width: 26.4%; aspect-ratio: 16 / 9; }
.collage-item.c3 { left: 63.3%; top: 12%; width: 12.2%; aspect-ratio: 3 / 4; }
.collage-item.c4 { left: 2%; top: 68%; width: 26.4%; aspect-ratio: 3 / 2; }
.collage-item.c5 { left: 71.5%; top: 62%; width: 26.4%; aspect-ratio: 4 / 5; }
.collage-item.c6 { left: 40%; top: 94%; width: 16%; aspect-ratio: 16 / 9; }
.collage-item.c7 { left: 84%; top: 22%; width: 9.5%; aspect-ratio: 3 / 4; }
.collage-label { position: absolute; left: 50%; top: 66%; transform: translateX(-50%); white-space: nowrap; }
.collage-title { font-size: var(--display-md); }
.collage-copy { text-align: center; padding: 4vh var(--inset) 0; display: flex; flex-direction: column; align-items: center; gap: 4vh; }
.collage-copy .lead { max-width: 20em; }
.collage-copy.is-left { text-align: left; align-items: flex-start; padding-left: calc(var(--inset) + 14vw); }
.collage-copy.is-left .statement { max-width: 24em; }
.collage.is-studio { padding-top: 0; }
.collage-field-studio { height: 96vh; }
.collage-field-studio .c1 { left: 8%; top: 4%; width: 26%; aspect-ratio: 3 / 2; }
.collage-field-studio .c2 { left: 44%; top: 0; width: 33%; aspect-ratio: 3 / 4; }
.collage-field-studio .c3 { left: 72.5%; top: 44%; width: 12%; aspect-ratio: 3 / 4; }
.collage-field-studio .collage-label { left: var(--inset); top: 88%; transform: none; }

/* ------------------------------------------------------------ footer */
.site-footer { position: relative; background: var(--dark); color: var(--cream); padding: 10vh var(--inset) 6vh; overflow: clip; }
.footer-inner { position: relative; }
.footer-story { display: grid; grid-template-columns: 42% 1fr; align-items: start; gap: 4vw; min-height: 60vh; }
.footer-title { grid-column: 1; }
.footer-title a { color: var(--cream); }
.footer-art { grid-column: 2; grid-row: 1 / span 2; align-self: center; width: 100%; aspect-ratio: 16 / 8; overflow: hidden; }
.footer-art-image { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.footer-lead { grid-column: 1; font-size: var(--lead); line-height: 1.28; color: var(--sand); max-width: 17em; margin-top: 4vh; }
.footer-rule { height: 1px; background: var(--line-light); margin: 8vh 0 8vh; }
.footer-columns { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3vw; font-size: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; color: var(--sand); }
.footer-col a:hover { color: #fff; }
.footer-col-end { align-items: flex-end; justify-content: flex-end; color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 10vh; font-size: 14px; color: var(--sand); }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: #fff; }

/* ------------------------------------------------------------ reel viewer */
.reel-viewer { position: fixed; inset: 0; z-index: 100; background: #000; color: #fff; opacity: 0; visibility: hidden; transition: opacity .8s var(--ease), visibility 0s .8s; }
.reel-viewer.is-open { opacity: 1; visibility: visible; transition: opacity .8s var(--ease), visibility 0s; }
.reel-stage { position: absolute; inset: 0; overflow: hidden; }
.reel-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s var(--ease); transform: scale(1); }
.reel-stage img.is-active { opacity: 1; animation: reel-zoom 6s linear forwards; }
@keyframes reel-zoom { from { transform: scale(1) } to { transform: scale(1.08) } }
.reel-ui { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 36px; display: flex; justify-content: space-between; font-size: 14px; color: rgba(255, 255, 255, .8); }
.reel-viewer.is-single img { object-fit: contain; }
.reel-viewer.is-single .reel-stage img.is-active { animation: none; }
.reel-close { position: absolute; top: 40px; right: var(--gutter); font-size: 16px; display: inline-flex; gap: 12px; align-items: center; }
.reel-close span { font-size: 22px; line-height: 1; }

/* ------------------------------------------------------------ interior page opening */
.page-hero { position: relative; padding: 30vh var(--inset) 12vh; background: var(--paper); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero:not(.has-image) .display { font-size: clamp(56px, 12.5vw, 180px); }
.page-hero .label { margin-bottom: 5vh; }
.page-hero .lead { max-width: 24em; margin-top: 7vh; }
.page-hero.has-image { color: #fff; background: var(--dark); padding: 0; min-height: 100vh; }
.page-hero.has-image .page-hero-inner { padding: 60vh var(--inset) 16vh; }
.page-hero.has-image .lead { margin-left: auto; max-width: 22em; margin-top: 16vh; }
.page-hero.has-image .label { position: absolute; top: 52vh; left: var(--inset); margin: 0; }
.page-hero.has-image .scroll-hint { top: calc(100vh - 66px); bottom: auto; }

/* ------------------------------------------------------------ editorial sections */
.editorial { display: grid; grid-template-columns: 38% 1fr; gap: 6vw; padding-top: 12vh; padding-bottom: 12vh; border-top: 1px solid var(--line); }
.editorial-label .label { margin-bottom: 26px; }
.editorial-label p { margin-top: 24px; max-width: 30em; color: var(--grey); }
.detail-list li { border-top: 1px solid var(--line); padding: 26px 0; }
.detail-list li:last-child { border-bottom: 1px solid var(--line); }
.detail-list h3 { font-size: clamp(20px, 1.6vw, 24px); font-weight: 400; letter-spacing: -.015em; margin-bottom: 8px; }
.detail-list p { color: var(--grey); max-width: 44em; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: clamp(19px, 1.5vw, 22px); letter-spacing: -.012em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 22px; font-weight: 300; transition: transform .4s var(--ease); }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion .answer { padding: 0 0 28px; color: var(--grey); max-width: 48em; }
.accordion .answer p + p { margin-top: 12px; }
.capability-group { padding-top: 12vh; padding-bottom: 12vh; border-top: 1px solid var(--line); }
.group-head { margin-bottom: 7vh; }
.group-head .label { margin-bottom: 26px; }
.service-rows { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 60px 1fr 1.2fr 40px; gap: 3vw; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-row h3 { font-size: clamp(22px, 2.1vw, 30px); font-weight: 400; letter-spacing: -.02em; transition: transform .6s var(--ease); }
.service-row p { color: var(--grey); }
.service-row svg { width: 22px; justify-self: end; opacity: .45; transition: opacity .3s, transform .5s var(--ease); }
.service-row:hover h3 { transform: translateX(10px); }
.service-row:hover svg { opacity: 1; transform: translate(3px, -3px); }
.section-head { margin-bottom: 8vh; }
.section-head .label { margin-bottom: 26px; }
.section-head .lead { margin-top: 3vh; max-width: 24em; }
.section-head.is-center { text-align: center; }
.process { padding-top: 12vh; padding-bottom: 12vh; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6vh 4vw; }
.process-grid li { border-top: 1px solid var(--line); padding-top: 22px; }
.process-grid h3 { font-size: clamp(20px, 1.7vw, 26px); font-weight: 400; letter-spacing: -.015em; margin: 14px 0 10px; }
.process-grid p { color: var(--grey); }
.process-grid .scope-note { margin-top: 14px; }
.studio-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 4vw; }
.studio-facts dt { font-size: 14px; color: var(--grey); margin-bottom: 8px; }
.studio-facts dd { margin: 0; font-size: clamp(19px, 1.5vw, 22px); }
.legal-content { padding-top: 6vh; padding-bottom: 14vh; }
.legal-content .label { margin-bottom: 5vh; color: var(--grey); }
.scope-start { display: flex; flex-wrap: wrap; gap: 32px; padding-bottom: 16vh; }
.cta-band { padding: 14vh 0 16vh; border-top: 1px solid var(--line); }
.cta-band .label { margin-bottom: 26px; }
.cta-band .lead { max-width: 24em; margin: 5vh 0 4vh; }
.cta-band .display-md a { transition: color .3s; }
.cta-band .display-md a:hover { color: var(--grey); }
nav.text-links.wrap { padding-bottom: 4vh; }

/* ------------------------------------------------------------ forms */
.contact-form-section { display: grid; grid-template-columns: 38% 1fr; gap: 6vw; padding-top: 12vh; padding-bottom: 12vh; border-top: 1px solid var(--line); }
.contact-form-section .editorial-label .label { margin-bottom: 26px; }
.contact-form-section .editorial-label p { margin-top: 24px; }
.form .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 0 4vw; }
.field { display: flex; flex-direction: column; margin-bottom: 30px; }
.field label { font-size: 14px; color: var(--grey); margin-bottom: 10px; }
.field input, .field select, .field textarea { font: inherit; font-size: 18px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 10px 0 12px; outline: none; transition: border-color .3s; -webkit-appearance: none; appearance: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d0e13' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; background-size: 18px; padding-right: 28px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field .small { margin-top: 8px; }
.form-note { margin: 10px 0 28px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.submit { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; }
.submit span { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.submit svg { width: 18px; transition: transform .5s var(--ease); }
.submit:hover svg { transform: translate(3px, -3px); }
.form-status { margin-top: 26px; padding: 16px 20px; border: 1px solid var(--line); font-size: 15px; }
.form-status[data-state="error"] { border-color: #b23c2d; color: #b23c2d; }
.form-status[data-state="success"] { border-color: var(--ink); }
.form-trap { position: absolute; left: -9999px; }

/* ------------------------------------------------------------ work index (slides) */
.is-work-index main { background: var(--dark); }
.is-work-index .site-footer { display: none; }
.work-slides { position: relative; background: var(--dark); }
.work-slide { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--dark); color: #fff; display: grid; place-items: center; }
.slide-bg { position: absolute; inset: -6%; z-index: 0; }
.slide-bg-image { width: 100%; height: 100%; object-fit: cover; filter: blur(22px) brightness(.62); transform: scale(1.1); }
.slide-card { position: relative; z-index: 1; display: block; overflow: hidden; background: #111; box-shadow: 0 40px 80px rgba(0, 0, 0, .35); }
.slide-card.is-portrait { width: 22vw; aspect-ratio: 4 / 5; }
.slide-card.is-landscape { width: 34vw; aspect-ratio: 16 / 10; }
.slide-card-image { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.2s var(--ease); }
.slide-card:hover .slide-card-image { transform: scale(1.04); }
.slide-copy { position: absolute; left: calc(var(--inset) * 0.9); top: 50%; transform: translateY(-50%); z-index: 2; width: 23vw; }
.slide-copy h2 { font-size: clamp(34px, 3.9vw, 56px); font-weight: 400; letter-spacing: -.03em; line-height: 1; margin-bottom: 14px; }
.slide-copy p { font-size: 18px; color: rgba(255, 255, 255, .72); }
.slide-visit { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-size: 15px; color: #fff; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; text-decoration-color: rgba(255, 255, 255, .5); }
.slide-visit svg { width: 15px; transition: transform .4s var(--ease); }
.slide-visit:hover svg { transform: translate(2px, -2px); }
.work-hud { position: fixed; left: var(--gutter); right: var(--gutter); bottom: 36px; z-index: 60; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 16px; pointer-events: none; }
.work-hud > * { pointer-events: auto; }
.hud-grid { display: inline-flex; align-items: center; gap: 10px; }
.hud-dots { font-size: 15px; letter-spacing: -2px; opacity: .8; }
.work-counter { display: inline-flex; gap: 8px; align-items: baseline; }
.work-counter .counter-sep, .work-counter span:last-child { color: rgba(255, 255, 255, .55); font-size: 14px; }
.grid-open .work-hud { color: var(--ink); }
.grid-open .work-hud .hud-grid, .grid-open .work-counter { opacity: 0; pointer-events: none; }
.no-js .work-hud { position: static; padding: 24px var(--inset); }
.work-grid { position: fixed; inset: 0; z-index: 70; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transition: opacity .7s var(--ease), visibility 0s .7s; }
.work-grid.is-open { opacity: 1; visibility: visible; transition: opacity .7s var(--ease), visibility 0s; }
.work-grid-track { height: 100%; display: flex; align-items: center; gap: 2.2vw; padding: 0 var(--inset); overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.work-grid-track::-webkit-scrollbar { display: none; }
.grid-card { flex: none; }
.grid-card.is-portrait { width: 22vw; }
.grid-card.is-landscape { width: 36vw; }
.grid-card-media { overflow: hidden; background: #ececea; aspect-ratio: 4 / 5; }
.grid-card.is-landscape .grid-card-media { aspect-ratio: 16 / 10; }
.grid-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.1s var(--ease); }
.grid-card:hover img { transform: scale(1.04); }
.grid-card .card-caption { opacity: 0; transition: opacity .4s; }
.grid-card:hover .card-caption { opacity: 1; }
.work-grid-hud { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 36px; display: flex; justify-content: space-between; align-items: center; font-size: 16px; }
.hud-close { display: inline-flex; align-items: center; gap: 10px; }
.hud-close span { font-size: 22px; line-height: 1; }
.no-js .work-grid { position: static; opacity: 1; visibility: visible; }
.no-js .work-grid-track { flex-wrap: wrap; height: auto; padding: 8vh var(--inset); }
.no-js .work-grid-hud { display: none; }

/* ------------------------------------------------------------ project pages */
.case-hero { position: relative; color: #fff; background: var(--dark); }
.case-hero-copy { position: relative; z-index: 1; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 var(--inset) 9vh; }
.case-hero-copy .display { font-size: clamp(56px, 12.5vw, 180px); }
.case-hero-row { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-top: 5vh; }
.case-sub { font-size: 16px; color: rgba(255, 255, 255, .72); }
.case-hero-brief { position: relative; z-index: 1; padding: 6vh var(--inset) 14vh; }
.case-hero-brief .statement { max-width: 18.5em; }
.case-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 3vw; margin-top: 16vh; max-width: 62%; font-size: 16px; }
.case-meta dt { color: #fff; margin-bottom: 10px; }
.case-meta dd { margin: 0; color: rgba(255, 255, 255, .7); line-height: 1.5; }
.case-body { background: var(--paper); padding: 16vh 0 10vh; }
.case-statement { text-align: center; padding: 0 var(--inset) 12vh; display: flex; justify-content: center; }
.case-statement .display-md { max-width: 11em; }
.case-figure { overflow: hidden; }
.case-figure img { width: 100%; height: 100%; object-fit: cover; }
.case-figure.is-wide { width: 75%; margin: 0 auto 14vh; }
.case-figure.is-wide a { display: block; height: 100%; }
.case-figure figcaption { display: none; }
.case-highlights { padding: 0 var(--inset) 14vh; }
.case-highlights .label { margin-bottom: 6vh; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6vh 4vw; }
.highlight { border-top: 1px solid var(--line); padding-top: 22px; }
.highlight h3 { font-size: clamp(20px, 1.7vw, 26px); font-weight: 400; letter-spacing: -.015em; margin: 14px 0 10px; }
.highlight p { color: var(--grey); }
.case-gallery { display: grid; grid-template-columns: 30% 46%; justify-content: space-between; align-items: start; padding: 0 var(--inset); margin-bottom: 10vh; }
.case-figure.is-left { aspect-ratio: 4 / 5; margin-top: 18vh; }
.case-figure.is-right { aspect-ratio: 4 / 5; }
.case-figure.is-center { width: 60%; margin: 0 auto 16vh; aspect-ratio: 3 / 2; }
.case-conclusion { text-align: center; padding: 6vh var(--inset) 8vh; display: flex; flex-direction: column; align-items: center; gap: 4vh; }
.case-conclusion .lead { max-width: 24em; }
.case-next { position: relative; height: 80vh; overflow: hidden; background: var(--dark); color: #fff; }
.case-next a { display: block; height: 100%; }
.next-bg { position: absolute; inset: -12% 0; z-index: 0; }
.next-bg-image { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.next-shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(13, 14, 19, .25), rgba(13, 14, 19, .78)); }
.next-copy { position: absolute; left: var(--inset); bottom: 10vh; z-index: 1; }
.next-copy .label { margin-bottom: 4vh; }
.next-copy .display { font-size: clamp(48px, 10vw, 144px); }
.next-copy .lead-light { margin-top: 3vh; }

/* ------------------------------------------------------------ studio */
.studio-intro { background: var(--paper); padding: 16vh var(--inset); }
.studio-intro-inner { margin-left: 50%; width: 46%; display: flex; flex-direction: column; gap: 4vh; }
.studio-intro .lead-sm { color: var(--grey); max-width: 30em; }
.studio-dark { background: var(--dark); color: var(--cream); padding: 16vh 0 14vh; }
.studio-dark .label { margin-bottom: 6vh; }
.studio-dark .statement { max-width: 18em; }
.studio-words { display: flex; flex-direction: column; margin: 12vh 0 12vh 14vw; }
.studio-word { color: var(--cream); }
.studio-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4vw; border-top: 1px solid var(--line-light); padding-top: 4vh; }
.studio-steps h3 { font-size: clamp(20px, 1.7vw, 26px); font-weight: 400; letter-spacing: -.015em; margin: 14px 0 10px; color: #fff; }
.studio-steps p { color: var(--sand); }

/* ------------------------------------------------------------ contact */
.contact-hero { position: relative; padding: 24vh 0 8vh; background: var(--paper); overflow: clip; }
.marquee { overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee-group { display: flex; align-items: center; }
.marquee-group span { padding: 0 .12em; }
.marquee-group i { font-style: normal; padding: 0 .2em; font-size: .5em; color: var(--grey-light); }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.contact-figure { position: absolute; left: 50%; top: 8vh; transform: translateX(-50%); width: 26.4vw; aspect-ratio: 2 / 3; overflow: hidden; z-index: 1; }
.contact-image { width: 100%; height: 100%; object-fit: cover; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; padding: 26vh var(--inset) 0; }
.contact-col { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; max-width: 24em; }
.contact-col .lead-sm { margin-bottom: 12px; }
.contact-col-end { justify-self: end; align-items: flex-start; }

/* ------------------------------------------------------------ misc */
.breadcrumb { display: none; }
.page-veil, .preloader, .cursor, .menu-overlay, .reel-viewer, .work-grid { -webkit-tap-highlight-color: transparent; }

/* ------------------------------------------------------------ responsive */
@media (max-width: 1100px) {
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-col-end { align-items: flex-start; justify-content: flex-start; }
  .studio-steps { grid-template-columns: 1fr 1fr; }
  .process-grid, .highlight-grid { grid-template-columns: 1fr 1fr; }
  .case-meta { max-width: 100%; }
}

@media (max-width: 900px) {
  :root { --display: clamp(64px, 17.5vw, 112px); --display-md: clamp(48px, 12vw, 84px); --display-sm: clamp(34px, 8vw, 48px); }
  .header-inner { padding-top: 24px; }
  .site-nav { display: none; }
  .menu-toggle { opacity: 1; transform: none; pointer-events: auto !important; }
  .site-header.is-scrolled .wordmark { opacity: 1; transform: none; }
  .brand .mark { width: 32px; }
  .wordmark { font-size: 20px; }
  .menu-figure { left: auto; right: var(--gutter); top: 14%; width: 34vw; opacity: .7; }
  .menu-nav { left: var(--gutter); top: 18%; }
  .menu-story { position: static; margin-left: 24px; }
  .menu-foot { bottom: 6%; font-size: 15px; }
  .hero-content { padding: 58vh var(--inset) 12vh; }
  .hero-intro { margin-bottom: 18vh; }
  .hero-foot { grid-template-columns: 1fr; gap: 6vh; }
  .hero-links { grid-template-columns: 1fr 1fr; }
  .work-intro-head, .work-columns { padding-left: var(--inset); }
  .work-columns { grid-template-columns: 1fr; gap: 0; }
  .work-col .project-card, .work-col-a .project-card:nth-child(2), .work-col-b .project-card:nth-child(2), .work-col-b .project-card:nth-child(3), .work-intro.is-plain .work-col-b .project-card { width: 100%; margin: 0 0 10vh; }
  .work-col-b .project-card:nth-child(3), .work-col-b .project-card:nth-child(2):last-child { width: 78%; margin-left: auto; }
  .work-col-a .project-card:nth-child(2) { width: 70%; }
  .work-intro-side { margin-bottom: 8vh; }
  .work-more { padding-right: var(--inset); }
  .reel { height: 200vh; }
  .reel-thumb { width: 44vw; }
  .reel-word[data-reel-word="a"] { right: calc(50% + 24vw); }
  .reel-word[data-reel-word="b"] { left: calc(50% + 24vw); }
  .reel-caption { width: 80%; }
  .collage-field { height: 100vh; }
  .collage-item.c1 { left: 30%; width: 40%; }
  .collage-item.c2 { left: 2%; top: 34%; width: 44%; }
  .collage-item.c3 { left: 74%; top: 10%; width: 20%; }
  .collage-item.c4 { left: 2%; top: 70%; width: 40%; }
  .collage-item.c5 { left: 56%; top: 58%; width: 40%; }
  .collage-item.c6 { display: none; }
  .collage-item.c7 { display: none; }
  .collage-label { top: 58%; }
  .collage-copy.is-left { padding-left: var(--inset); }
  .collage-field-studio { height: 80vh; }
  .collage-field-studio .c1 { left: 0; width: 46%; }
  .collage-field-studio .c2 { left: 52%; width: 44%; }
  .collage-field-studio .c3 { left: 6%; top: 52%; width: 22%; }
  .footer-story { grid-template-columns: 1fr; min-height: 0; }
  .footer-art { grid-column: 1; grid-row: auto; margin-top: 4vh; }
  .footer-lead { margin-top: 3vh; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 32px 6vw; }
  .page-hero { padding-top: 22vh; }
  .page-hero.has-image .page-hero-inner { padding-top: 52vh; }
  .page-hero.has-image .label { top: 44vh; }
  .page-hero.has-image .lead { margin-left: 0; margin-top: 8vh; }
  .editorial, .contact-form-section { grid-template-columns: 1fr; gap: 5vh; }
  .service-row { grid-template-columns: 40px 1fr 30px; }
  .service-row p { grid-column: 2; }
  .service-row svg { grid-column: 3; grid-row: 1; }
  .process-grid, .highlight-grid, .studio-facts, .studio-steps { grid-template-columns: 1fr; }
  .form .frow { grid-template-columns: 1fr; }
  .slide-card.is-portrait { width: 64vw; }
  .slide-card.is-landscape { width: 84vw; }
  .slide-copy { left: var(--inset); top: auto; bottom: 14vh; transform: none; width: auto; max-width: 80vw; }
  .work-hud { bottom: 28px; }
  .work-grid-track { flex-direction: column; align-items: stretch; overflow-y: auto; overflow-x: hidden; padding: 16vh var(--inset) 20vh; gap: 8vh; }
  .grid-card.is-portrait, .grid-card.is-landscape { width: 100%; }
  .grid-card .card-caption { opacity: 1; }
  .case-hero-copy { padding-bottom: 8vh; }
  .case-hero-row { flex-direction: column; align-items: flex-start; }
  .case-meta { grid-template-columns: 1fr 1fr; margin-top: 10vh; }
  .case-figure.is-wide { width: 100%; }
  .case-gallery { grid-template-columns: 44% 52%; }
  .case-figure.is-left { margin-top: 10vh; }
  .case-figure.is-center { width: 88%; }
  .case-next { height: 64vh; }
  .studio-intro-inner { margin-left: 0; width: 100%; }
  .studio-words { margin-left: 0; }
  .contact-hero { padding-top: 20vh; }
  .contact-figure { width: 46vw; top: 10vh; }
  .contact-row { grid-template-columns: 1fr; padding-top: 22vh; }
  .contact-col-end { justify-self: start; }
}

@media (max-width: 560px) {
  .hero-links { grid-template-columns: 1fr; }
  .case-gallery { grid-template-columns: 1fr; gap: 6vh; }
  .case-figure.is-left { margin-top: 0; }
  .footer-columns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .reel-stage img.is-active { animation: none; }
  .preloader .mark { animation: none; opacity: 1; }
}
