/* The landing page, in direction B, "Ident": a studio reel site that sells one product.
 * One family, Archivo, on its width axis: semi-expanded (112%) for titles, normal for text; the logotype
 * is drawn (tools/site/brand), HEIRLOOM with its two O's as rings. Near-black; the film is the colour,
 * and the film's red pencil is the one accent, kept for the week's line and the word being sung.
 * Written phone first (390 px), then widened at 901 px. Motion is transform and opacity only. */
@font-face { font-family: 'Archivo'; src: url('fonts/archivo-var-latin.woff2') format('woff2'); font-weight: 400 700; font-stretch: 100% 112%; font-display: swap; }
:root {
  --bg: #0E0E0F; --bg-2: #161617; --ink: #ECEBE7; --mute: #9C9B97; --rule: #2A2A2C; --line: #6E6D6A; --red: #E0584D;
  --sans: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 64px); --bar: 60px;
  --out: cubic-bezier(0.23, 1, 0.32, 1); --inout: cubic-bezier(0.77, 0, 0.175, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; background: var(--bg); scroll-behavior: smooth; scroll-padding-top: var(--bar); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.5 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: clip; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; } ul, ol { padding: 0; list-style: none; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--ink); color: var(--bg); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.vh { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* titles: Archivo semi-expanded, 600 */
.title, h2, .film-item h3, .stage h3, .day-h, .thought-text, .for-text, .price dd, .words .w {
  font-weight: 600; font-stretch: 112%; font-variation-settings: 'wdth' 112, 'wght' 600;
}
h2 { font-size: 30px; line-height: 1; letter-spacing: -0.02em; text-wrap: balance; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 0; background: var(--ink); color: var(--bg); font: 600 15px/1 var(--sans); text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform 160ms var(--out), background-color 200ms; }
.btn:hover { background: #fff; } .btn:active { transform: scale(0.97); }
.btn-big { min-height: 48px; padding: 0 20px; font-size: 16px; }

/* the top bar and the logotype */
.top { position: sticky; top: 0; z-index: 4; height: var(--bar); padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; background: var(--bg); }
.top > * { position: relative; }
.brand { display: block; color: var(--ink); text-decoration: none; }
.wm { display: block; width: auto; }
.wm-line { display: none; height: 20px; }
.wm-stacked { height: 29px; }
.nav { display: flex; align-items: center; gap: 32px; }

/* the ident: the wordmark alone on black, then it takes its place in the corner */
.ident { position: fixed; inset: 0; z-index: 3; background: var(--bg); pointer-events: none; opacity: 0; }
.js .ident { opacity: 1; }
.js.went .ident { transition: opacity 700ms var(--out) 100ms; opacity: 0; }
.js .brand { transform-origin: 0 50%; will-change: transform; }
.js.went .brand { transition: transform 1100ms var(--inout); transform: none !important; }
.js .nav, .js .open-copy { opacity: 0; transform: translateY(10px); }
.js.went .nav { transition: opacity 600ms var(--out) 900ms, transform 600ms var(--out) 900ms; opacity: 1; transform: none; }
.js.went .open-copy { transition: opacity 900ms var(--out) 1000ms, transform 900ms var(--out) 1000ms; opacity: 1; transform: none; }
/* the film is already painted under the card (so it is on the screen the moment the card lifts); it settles as it is revealed */
.js .reel { transform: scale(1.03); }
.js.went .reel { transition: transform 2400ms var(--out) 100ms; transform: none; }
.js.quick.went .nav, .js.quick.went .open-copy, .js.quick.went .reel { transition-delay: 0ms; }

/* the opening: the film, then the headline on black (a phone); the film is the screen (wider) */
.open { position: relative; display: grid; grid-template-rows: 52vh 1fr; min-height: calc(100dvh - var(--bar)); isolation: isolate; }
.reel { grid-row: 1; width: 100%; height: 100%; object-fit: cover; object-position: 50% 78%; background: #1a1a1a; }
.open .scrim { display: none; }
.open-copy { grid-row: 2; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px var(--gutter) 28px; align-content: start; }
.title { font-size: clamp(36px, 11vw, 44px); line-height: 0.98; letter-spacing: -0.02em; text-wrap: balance; }
.title .l { display: block; }
.sub { font-size: 16px; line-height: 1.5; color: var(--mute); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding-top: 4px; }
.watch { display: inline-flex; align-items: center; gap: 12px; font: 500 15px/1 var(--sans); text-decoration: none; padding: 12px 0; border-bottom: 1px solid rgba(236, 235, 231, 0.35); }
.watch:hover { border-color: var(--ink); }
.dur { font-variant-numeric: tabular-nums; opacity: 0.7; }

/* the opening thought: it brightens word by word as you read (--p from the script) */
.thought { padding: 88px var(--gutter) 80px; }
.thought-text { font-size: 28px; line-height: 1.14; letter-spacing: -0.015em; max-width: 22em; text-wrap: pretty; }
.js .thought-text .w { opacity: clamp(0.42, calc((var(--p, 1) * (var(--n, 1) + 8) - var(--i, 0)) / 8), 1); }

/* what a film is: four things, one frame that changes as you read (wider) or a frame each (a phone) */
.film { padding: 8px var(--gutter) 96px; }
.film-frames { display: none; }
.film-list { display: grid; gap: 56px; }
.film-item { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 18px 12px; padding-top: 20px; border-top: 1px solid var(--rule); }
.n, .stage-n { font: 500 15px/1.5 var(--sans); color: var(--mute); font-variant-numeric: tabular-nums; }
.n { padding-top: 3px; }
.film-item h3 { font-size: 24px; line-height: 1.1; letter-spacing: -0.015em; }
.film-item p { margin-top: 10px; color: var(--mute); max-width: 42ch; }
.film-inline { grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #1a1a1a; }

/* how a film is made: five stages, each built from its own parts, kept tight */
.made { padding: 72px var(--gutter) 72px; border-top: 1px solid var(--rule); }
.made-title { margin-bottom: 28px; }
.stages { display: grid; gap: 40px; }
.stage { display: grid; gap: 18px; padding-top: 18px; border-top: 1px solid var(--rule); }
.stage-text { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 6px 8px; align-content: start; }
.stage-n { grid-row: 1 / span 2; padding-top: 4px; }
.stage h3 { font-size: 22px; line-height: 1.1; letter-spacing: -0.015em; }
.stage-text p { grid-column: 2; color: var(--mute); max-width: 40ch; }
.stage-text .row, .stage-text .words { grid-column: 1 / -1; margin-top: 12px; }
.frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #1a1a1a; }
.frame img, .frame video { width: 100%; height: 100%; object-fit: cover; }
figcaption { display: block; padding-top: 10px; font: 500 13px/1.3 var(--sans); color: var(--mute); }

/* 01: a row of the shot list beside its frame */
.row { display: grid; gap: 10px; padding: 16px 18px; background: var(--bg-2); font-size: 15px; line-height: 1.45; }
.row > div { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
.row > .row-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); font-variant-numeric: tabular-nums; }
.row dt { font: 500 13px/1.6 var(--sans); color: var(--mute); }
.row-id { font-weight: 600; font-size: 17px; color: var(--red); }
.row-time { color: var(--mute); }
.row strong { font-weight: 600; }

/* 02: the line, each word with the time it is sung; the word on screen turns red as the frame plays */
.words { display: flex; flex-wrap: wrap; gap: 12px 14px; }
.words li { display: grid; gap: 5px; }
.words .w { font-size: 20px; line-height: 1; letter-spacing: -0.01em; }
.words .t { font: 500 13px/1 var(--sans); color: var(--mute); font-variant-numeric: tabular-nums; }
.words.live li:not(.sung) .w { opacity: 0.42; }
.words.live li.now .w { color: var(--red); }

/* 03: the model sheets */
.art-design { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.sheet-main { grid-column: 1 / -1; }
.sheet img, .board img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #1a1a1a; }

/* 04: the look board, the frame it became, the board not taken */
.art-look { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }

/* the week: the film's red pencil line; the circles and the line draw on as it arrives */
.week { padding: 80px var(--gutter) 88px; background: var(--bg-2); }
.week-line { position: relative; margin-top: 44px; overflow: hidden; }
.days { position: relative; display: grid; gap: 44px; }
.day { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 0 18px; align-content: start; }
.mark { grid-row: 1 / span 2; position: relative; z-index: 1; width: 56px; height: 56px; color: var(--red); background: var(--bg-2); border-radius: 50%; }
.mark .ring { position: absolute; inset: 0; width: 56px; height: 56px; }
.mark .num { position: absolute; left: 50%; top: 50%; width: auto; height: 24px; transform: translate(-50%, -52%); }
.day:last-child .mark::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 100vh; background: var(--bg-2); z-index: -1; }
.day h3 { display: grid; gap: 8px; padding-top: 4px; }
.day-n { font: 600 14px/1 var(--sans); color: var(--red); letter-spacing: 0.02em; }
.day-h { font-size: 22px; line-height: 1.12; letter-spacing: -0.015em; }
.day p { grid-column: 2; margin-top: 10px; color: var(--mute); max-width: 36ch; }
.pencil { display: block; overflow: visible; }
.pencil path { stroke-width: var(--w); }
.pencil .p1 { opacity: 0.96; stroke-width: calc(var(--w) * 1.1); }
.pencil .p2 { stroke-width: calc(var(--w) * 0.66); opacity: 0.55; }
.pencil .p3 { stroke-width: calc(var(--w) * 1.55); opacity: 0.6; }
.rail { position: absolute; left: 18px; top: 28px; bottom: 0; width: 20px; overflow: hidden; color: var(--red); }
.rail-in, .rail-out { width: 100%; height: 100%; }
.rail-h { display: none; }
.rail-v { width: 20px; height: 100%; }
.js .week .rail-in { transform: translateY(-100%); } .js .week .rail-out { transform: translateY(100%); }
.js .week .mark { opacity: 0; transform: scale(0.7); }
.js .week.in .rail-in, .js .week.in .rail-out { transform: none; transition: transform 1800ms var(--inout) 150ms; }
.js .week.in .mark { opacity: 1; transform: none; transition: opacity 500ms var(--out), transform 700ms var(--out); transition-delay: calc(var(--k, 0) * 520ms + 100ms); }
.day:nth-child(2) { --k: 1; } .day:nth-child(3) { --k: 2; } .day:nth-child(4) { --k: 3; }

/* the screening: the one film we can show */
.work { padding: 80px 0 72px; }
.work-head { padding: 0 var(--gutter); display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; align-items: end; }
.work-copy p { color: var(--mute); max-width: 52ch; }
.work-copy p + p { margin-top: 12px; }
.screen { margin: 36px var(--gutter) 0; display: grid; gap: 22px; }
.player { position: relative; aspect-ratio: 16 / 9; background: #111; }
.player-film { width: 100%; height: 100%; object-fit: cover; }
.sound { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 16px 0 14px; border: 0; background: var(--ink); color: var(--bg); font: 600 15px/1 var(--sans); cursor: pointer; transition: transform 160ms var(--out); }
.sound:active { transform: scale(0.97); }
.sound-icon { display: inline-flex; align-items: flex-end; gap: 2px; height: 14px; }
.sound-icon i { display: block; width: 3px; height: 14px; background: currentColor; transform-origin: 50% 100%; transform: scaleY(0.35); }
.sound-icon i:nth-child(2) { transform: scaleY(0.7); } .sound-icon i:nth-child(3) { transform: scaleY(0.5); }
.sound[aria-pressed="true"] .sound-icon i { animation: bar 900ms var(--inout) infinite alternate; }
.sound[aria-pressed="true"] .sound-icon i:nth-child(2) { animation-delay: -300ms; } .sound[aria-pressed="true"] .sound-icon i:nth-child(3) { animation-delay: -600ms; }
@keyframes bar { from { transform: scaleY(0.25); } to { transform: scaleY(1); } }
.lyric { display: grid; gap: 10px; align-content: end; font-size: 16px; line-height: 1.4; color: var(--mute); }
.lyric li { position: relative; padding-left: 16px; }
.lyric li::before { content: ''; position: absolute; left: 0; top: 0.2em; bottom: 0.2em; width: 2px; background: var(--red); transform: scaleY(0); transform-origin: 50% 0; transition: transform 300ms var(--out); }
.lyric li.now { color: var(--ink); }
.lyric li.now::before { transform: none; }
.strip { margin-top: 48px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 0 var(--gutter) 8px; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.strip::after { content: ''; flex: 0 0 calc(var(--gutter) - 12px); }
.strip li { flex: 0 0 auto; width: 84vw; scroll-snap-align: start; }
.strip img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #222; }
.strip span { display: block; padding-top: 12px; font: 500 14px/1 var(--sans); color: var(--mute); }

/* who it is for */
.for { padding: 88px var(--gutter); border-top: 1px solid var(--rule); }
.for-text { font-size: 26px; line-height: 1.16; letter-spacing: -0.015em; max-width: 30ch; }
.for-text span { display: block; }
.for-text span + span { margin-top: 0.45em; }

/* questions */
.faq { padding: 80px var(--gutter); border-top: 1px solid var(--rule); display: grid; gap: 32px; }
.faq-item { border-top: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 16px 0; font: 600 18px/1.3 var(--sans); cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; flex: none; width: 14px; height: 14px; background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat, linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat; transition: transform 300ms var(--out); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 0 24px; color: var(--mute); max-width: 60ch; }
.faq-item a { color: var(--ink); text-underline-offset: 4px; }

/* the studio */
.studio { padding: 80px var(--gutter); border-top: 1px solid var(--rule); display: grid; gap: 24px; }
.studio p { font-size: 19px; line-height: 1.5; max-width: 40ch; }

/* start a film: the prices as large numerals, then the form */
.start { padding: 80px var(--gutter) 96px; background: var(--bg-2); display: grid; gap: 44px; }
.start-head > p { margin-top: 14px; color: var(--mute); max-width: 40ch; }
.prices { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); gap: 20px 32px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--rule); }
.price { display: grid; gap: 10px; }
.price dt { font: 500 15px/1 var(--sans); color: var(--mute); }
.price dd { font-size: clamp(44px, 14vw, 56px); line-height: 0.9; letter-spacing: -0.03em; font-variant-numeric: lining-nums; }
.first-price { margin-top: 28px; color: var(--mute); }
.inquiry { position: relative; display: grid; gap: 20px; }
.field { display: grid; gap: 8px; }
.field > span { font: 500 15px/1.2 var(--sans); }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.4 var(--sans); -webkit-appearance: none; appearance: none; }
.field textarea { resize: vertical; min-height: 132px; }
.field input::placeholder, .field textarea::placeholder { color: var(--mute); opacity: 1; }
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-color: var(--ink); }
.field.invalid input { border-color: var(--red); }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.inquiry-error { color: var(--red); font-weight: 500; }
.inquiry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; padding-top: 4px; }
.or { color: var(--mute); }
.or a { color: var(--ink); text-underline-offset: 4px; }
.sending .btn { opacity: 0.6; pointer-events: none; }

/* the closing line: the film's last frames, then the words */
.close { display: grid; border-top: 1px solid var(--rule); }
.close-film { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #1a1a1a; }
.close-copy { display: grid; gap: 28px; justify-items: start; padding: 32px var(--gutter) 72px; }
.close-title { font-size: clamp(36px, 11vw, 44px); line-height: 0.98; letter-spacing: -0.02em; max-width: 12ch; text-wrap: balance; }

/* the credits */
.credits { display: grid; gap: 22px; padding: 56px var(--gutter) 44px; border-top: 1px solid var(--rule); color: var(--mute); font-size: 15px; }
.credits-mark { display: block; justify-self: stretch; color: var(--ink); }
.credits-mark .wm-line { display: block; width: min(100%, 304px); height: auto; }
.credits-mark .wm-stacked { display: none; }
.credits-cols { display: grid; gap: 8px; }
.credits a { text-underline-offset: 4px; }
.credits-cols a { color: var(--ink); }
.credits-links a + a { margin-left: 16px; }
.credits-fine { max-width: 62ch; font-size: 14px; }

/* the thank-you page */
.thanks { display: grid; padding-bottom: 72px; }
.thanks-film { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #1a1a1a; }
.thanks-copy { display: grid; gap: 20px; padding: 32px var(--gutter) 0; }
.thanks .title { font-size: clamp(44px, 13vw, 56px); }
.thanks p { color: var(--mute); max-width: 44ch; }
.thanks .thanks-sub { font-size: 19px; color: var(--ink); }
.thanks p a { color: var(--ink); text-underline-offset: 4px; }
.thanks .watch { justify-self: start; margin-top: 8px; }

/* wider: the film is the screen, and every section takes its width */
@media (min-width: 901px) {
  :root { --bar: 72px; }
  h2 { font-size: clamp(30px, 3.6vw, 52px); }
  .btn { padding: 0 20px; }
  .btn-big { min-height: 56px; padding: 0 28px; }
  .top { position: fixed; inset: 0 0 auto; background: transparent; }
  .top::before { content: ''; position: absolute; inset: 0; background: var(--bg); border-bottom: 1px solid var(--rule); opacity: 0; transition: opacity 300ms var(--out); }
  .top.solid::before { opacity: 1; }
  .wm-line { display: block; } .top .wm-stacked { display: none; }

  .open { grid-template-rows: none; min-height: 100dvh; align-items: end; }
  .reel { position: absolute; inset: 0; grid-row: auto; z-index: -2; object-position: 50% 30%; }
  .open .scrim { display: block; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(14, 14, 15, 0.92) 0%, rgba(14, 14, 15, 0.74) 30%, rgba(14, 14, 15, 0.42) 50%, rgba(14, 14, 15, 0) 70%), linear-gradient(to bottom, rgba(14, 14, 15, 0.5), rgba(14, 14, 15, 0) 22%); }
  .open-copy { grid-row: auto; grid-template-columns: minmax(0, 1fr) minmax(280px, 32ch); gap: 24px 64px; align-items: end; align-content: normal; padding: 0 var(--gutter) clamp(32px, 6vh, 64px); }
  .title { grid-column: 1; font-size: clamp(44px, 6.6vw, 96px); letter-spacing: -0.025em; }
  .sub { grid-column: 2; color: var(--ink); font-size: 17px; opacity: 0.9; }
  .actions { grid-column: 1 / -1; gap: 16px 32px; padding-top: 8px; }

  .thought { padding: 18vh var(--gutter) 16vh; }
  .thought-text { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.1; }

  .film { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 0 clamp(40px, 6vw, 96px); align-items: start; padding: 4vh var(--gutter) 16vh; }
  .film-frames { display: block; position: sticky; top: calc(50vh - 18vw); aspect-ratio: 16 / 9; background: #1a1a1a; }
  .film-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 700ms var(--out); }
  .film-frame.is-on { opacity: 1; }
  .film-list { gap: 0; }
  .film-item { min-height: 30vh; align-content: start; grid-template-columns: 44px minmax(0, 1fr); padding: 28px 0 48px; }
  .film-item h3 { font-size: clamp(24px, 2.2vw, 32px); }
  .film-inline { display: none; }

  /* the stage's words in a narrow column; the picture at most 60% of the width */
  .made { padding: 10vh var(--gutter); }
  .made-title { margin-bottom: 36px; }
  .stages { gap: 48px; }
  .stage { grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 0 clamp(32px, 4vw, 56px); padding-top: 20px; }
  .stage-text { grid-template-columns: 44px minmax(0, 1fr); }
  .stage h3 { font-size: clamp(22px, 1.9vw, 28px); }
  .stage-text .row, .stage-text .words { margin-top: 16px; }
  .row > div { grid-template-columns: 72px minmax(0, 1fr); }
  .words .w { font-size: clamp(20px, 1.7vw, 24px); }
  .art-design { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); grid-template-rows: auto auto; }
  .sheet-main { grid-column: 1; grid-row: 1 / span 2; }
  .art-look { grid-template-columns: minmax(0, 5fr) minmax(0, 5fr) minmax(0, 3fr); align-items: start; }

  .week { padding: 14vh var(--gutter); }
  .week-line { margin-top: 64px; overflow: visible; }
  .days { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
  .day { grid-template-columns: minmax(0, 1fr); }
  .mark { grid-row: auto; margin-bottom: 22px; }
  .day:last-child .mark::after { display: none; }
  .day p { grid-column: 1; }
  .day-h { font-size: clamp(22px, 2vw, 28px); }
  .rail { left: 28px; right: calc(25% - 58px); top: 18px; bottom: auto; width: auto; height: 20px; }
  .rail-h { display: block; width: 100%; height: 20px; } .rail-v { display: none; }
  .js .week .rail-in { transform: translateX(-100%); } .js .week .rail-out { transform: translateX(100%); }

  .work { padding: 14vh 0 12vh; }
  .work-head { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 64px; }
  .screen { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: 40px; align-items: end; margin-top: 56px; }
  .sound { left: 20px; bottom: 20px; }
  .lyric { font-size: 17px; gap: 12px; }
  .strip li { width: min(62vw, 720px); }

  .for { padding: 18vh var(--gutter); }
  .for-text { font-size: clamp(30px, 3.4vw, 48px); max-width: 34ch; }

  .faq, .studio { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 0 clamp(40px, 5vw, 80px); padding: 14vh var(--gutter); align-items: start; }
  .faq-title { position: sticky; top: calc(var(--bar) + 32px); }
  .faq-item summary { font-size: clamp(18px, 1.5vw, 21px); min-height: 72px; }
  .studio p { font-size: clamp(20px, 1.8vw, 26px); }

  .start { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 0 clamp(40px, 6vw, 96px); padding: 14vh var(--gutter); align-items: start; }
  .price dd { font-size: clamp(56px, 6vw, 88px); }
  .prices { gap: 20px 64px; }
  .inquiry { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
  .field-wide, .inquiry-error, .inquiry-actions { grid-column: 1 / -1; }

  .close { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: 0 clamp(40px, 6vw, 96px); padding: 14vh var(--gutter); }
  .close-film { grid-column: 2; grid-row: 1; }
  .close-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .close-title { font-size: clamp(44px, 5.4vw, 80px); }

  .credits { grid-template-columns: minmax(0, 1fr) auto; align-items: end; padding: 72px var(--gutter) 48px; }
  .credits-mark { justify-self: start; }
  .credits-mark .wm-line { width: auto; height: 26px; }
  .credits-cols { justify-items: end; }
  .credits-fine { grid-column: 1 / -1; }

  .thanks { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: 0 clamp(40px, 6vw, 96px); min-height: 100dvh; padding: calc(var(--bar) + 40px) var(--gutter) 64px; }
  .thanks-film { grid-column: 2; grid-row: 1; }
  .thanks-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .thanks .title { font-size: clamp(44px, 5.4vw, 80px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .ident { display: none; }
  .js .brand, .js .nav, .js .open-copy, .js .reel { opacity: 1; transform: none !important; transition: none; }
  .js .thought-text .w { opacity: 1; }
  .js .week .rail-in, .js .week .rail-out, .js .week .mark { opacity: 1; transform: none; transition: none; }
  .film-frame, .lyric li::before, .faq-item summary::after, .top::before { transition: none; }
  .sound[aria-pressed="true"] .sound-icon i { animation: none; }
}
