/* SELVORN — The Long Take */

/* ---------- Fonts ---------- */
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-ext-400-normal.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, 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: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-400-italic.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-ext-400-italic.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, 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: "Hanken Grotesk"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../fonts/hanken-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+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../fonts/hanken-grotesk-latin-ext-wght-normal.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, 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: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/ibm-plex-mono-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/ibm-plex-mono-latin-ext-400-normal.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */
:root {
	--bg: #EEE8DF;
	--surface: #F7F3EC;
	--ink: #1C1916;
	--ink2: #3F3A34;
	--muted: #6A6259;
	--line: #D5CBBD;
	--accent: #9A4529;
	--accent-deep: #7A341E;
	--night: #1D2322;
	--night-text: #E9E2D6;
	--night-muted: #A9A396;
	--accent-night: #D98B63;
	--ok: #2F5E3A;
	--err: #A12A1D;

	--f-display: "Instrument Serif", "Iowan Old Style", "Times New Roman", serif;
	--f-text: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
	--f-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

	--gut: clamp(16px, 3.3vw, 48px);
	--hd: 68px;
	--ease: cubic-bezier(.22, .61, .36, 1);
	--slow: 900ms;
	--h1: clamp(52px, 8vw, 128px);
	--h2: clamp(38px, 5vw, 80px);
	--h3: clamp(22px, 2vw, 30px);
	--fmc: var(--muted);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; scroll-padding-top: calc(var(--hd) + 16px); }
body {
	margin: 0; background: var(--bg); color: var(--ink);
	font: 400 16px/1.6 var(--f-text); overflow-x: clip;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-deep); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
h1, h2, h3, h4 { font-weight: 400; margin: 0; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
em { font-style: italic; }
::selection { background: var(--accent); color: var(--surface); }

.sr, .screen-reader-text { 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: absolute; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: var(--surface); padding: 10px 16px; }
.skip:focus { top: 12px; }
.mono { font-family: var(--f-mono); font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; font-weight: 400; }
.muted { color: var(--muted); }
.cue { color: var(--accent); margin: 0 0 18px; }
.cue-acc { color: var(--accent); }

/* ---------- Signature: frame marks ---------- */
.framed { position: relative; }
.framed::after {
	content: ""; position: absolute; inset: -8px; pointer-events: none; z-index: 3;
	--l: 14px;
	background:
		linear-gradient(var(--fmc) 0 0) top left / var(--l) 1px,
		linear-gradient(var(--fmc) 0 0) top left / 1px var(--l),
		linear-gradient(var(--fmc) 0 0) top right / var(--l) 1px,
		linear-gradient(var(--fmc) 0 0) top right / 1px var(--l),
		linear-gradient(var(--fmc) 0 0) bottom left / var(--l) 1px,
		linear-gradient(var(--fmc) 0 0) bottom left / 1px var(--l),
		linear-gradient(var(--fmc) 0 0) bottom right / var(--l) 1px,
		linear-gradient(var(--fmc) 0 0) bottom right / 1px var(--l);
	background-repeat: no-repeat;
	transition: inset .6s var(--ease), opacity .6s var(--ease);
}

/* ---------- Buttons and links ---------- */
.btn, .button, button.button, a.button, input.button, .single_add_to_cart_button, .checkout-button, #place_order {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	min-height: 52px; padding: 14px 26px; border: 1px solid var(--accent); border-radius: 0;
	background: var(--accent); color: var(--surface) !important; text-decoration: none;
	font: 500 13px/1.2 var(--f-text); letter-spacing: .08em; text-transform: uppercase;
	transition: background .3s var(--ease), border-color .3s var(--ease);
}
.btn::after, .single_add_to_cart_button::after, .checkout-button::after, #place_order::after {
	content: ""; position: absolute; inset: -5px; pointer-events: none; opacity: 0;
	--c: var(--accent); --l: 9px;
	background:
		linear-gradient(var(--c) 0 0) top left / var(--l) 1px, linear-gradient(var(--c) 0 0) top left / 1px var(--l),
		linear-gradient(var(--c) 0 0) top right / var(--l) 1px, linear-gradient(var(--c) 0 0) top right / 1px var(--l),
		linear-gradient(var(--c) 0 0) bottom left / var(--l) 1px, linear-gradient(var(--c) 0 0) bottom left / 1px var(--l),
		linear-gradient(var(--c) 0 0) bottom right / var(--l) 1px, linear-gradient(var(--c) 0 0) bottom right / 1px var(--l);
	background-repeat: no-repeat; transition: inset .4s var(--ease), opacity .4s var(--ease);
}
.btn:hover, .button:hover, .single_add_to_cart_button:hover, .checkout-button:hover, #place_order:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: var(--surface); }
.btn:hover::after, .single_add_to_cart_button:hover::after, .checkout-button:hover::after, #place_order:hover::after { opacity: 1; inset: -9px; }
.btn .i { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.btn:hover .i { transform: translateX(4px); }
.btn-sm { min-height: 40px; padding: 8px 16px; }
.btn:disabled, .single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled { opacity: .45; cursor: not-allowed; }
.link {
	background: none; border: 0; padding: 0; color: inherit; font: 500 14px/1.4 var(--f-text);
	text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px;
}
.link:hover { color: var(--accent-deep); }
.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: square; }

/* ---------- Header ---------- */
.hd {
	position: sticky; top: 0; z-index: 50; height: var(--hd);
	background: color-mix(in srgb, var(--bg) 97%, transparent);
	-webkit-backdrop-filter: saturate(1.2) blur(10px); backdrop-filter: saturate(1.2) blur(10px);
	border-bottom: 1px solid var(--line);
}
.hd-in { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 var(--gut); }
.hd-nav ul { list-style: none; display: flex; gap: clamp(14px, 1.8vw, 28px); }
.hd-nav a { font-size: 14px; text-decoration: none; white-space: nowrap; padding: 6px 0; border-bottom: 1px solid transparent; }
.hd-nav a[aria-current], .hd-nav a:hover { border-color: currentColor; color: var(--ink); }
.hd-logo { display: block; width: clamp(128px, 11vw, 158px); color: var(--ink); }
.hd-logo svg { width: 100%; height: auto; }
.hd-tools { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.hd-region { background: none; border: 1px solid var(--line); padding: 7px 10px; margin-right: 8px; white-space: nowrap; }
.hd-region:hover { border-color: var(--ink); }
.hd-ico, .hd-bag, .hd-menu { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; background: none; border: 0; color: var(--ink); text-decoration: none; }
.hd-bag { gap: 4px; }
.bag-count { font: 400 11px/1 var(--f-mono); min-width: 18px; height: 18px; display: inline-grid; place-items: center; background: var(--ink); color: var(--surface); padding: 0 4px; }
.hd-menu { display: none; justify-self: start; margin-left: -10px; }

/* ---------- Dialogs ---------- */
.dlg { border: 0; padding: 0; background: var(--bg); color: var(--ink); max-width: none; max-height: none; }
.dlg::backdrop { background: rgba(29, 35, 34, .55); }
.dlg-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px var(--gut); border-bottom: 1px solid var(--line); }
.dlg-bar h2 { font-size: 11px; }
.dlg-x { background: none; border: 0; min-width: 44px; height: 44px; display: grid; place-items: center; margin-right: -10px; }
.dlg-side { position: fixed; inset: 0 0 0 auto; width: min(480px, 100vw); height: 100dvh; margin: 0 0 0 auto; overflow-y: auto; }
.dlg-side[open] { animation: slideIn .45s var(--ease); }
.dlg-body { padding: 24px var(--gut) 40px; }
.dlg-nav { position: fixed; inset: 0; width: 100vw; height: 100dvh; overflow-y: auto; }
.dlg-nav[open] { animation: fadeIn .35s var(--ease); }
.nav-scenes { list-style: none; padding: 24px var(--gut); }
.nav-scenes a { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font: 400 clamp(34px, 9vw, 56px)/1.05 var(--f-display); }
.nav-scenes .mono { color: var(--accent); min-width: 48px; }
.nav-small { list-style: none; padding: 8px var(--gut) 40px; display: grid; gap: 12px; }
.nav-small a, .nav-small .link { font-size: 16px; }
.dlg-search { position: fixed; inset: 0 0 auto 0; width: 100vw; margin: 0; padding: 40px var(--gut) 48px; border-bottom: 1px solid var(--line); }
.dlg-search[open] { animation: dropIn .4s var(--ease); }
.dlg-search .dlg-x { position: absolute; top: 12px; right: var(--gut); }
.search-form label { display: block; margin-bottom: 14px; color: var(--muted); }
.search-row { display: flex; gap: 12px; max-width: 960px; }
.search-row input { flex: 1; min-width: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font: 400 clamp(28px, 4vw, 48px)/1.2 var(--f-display); padding: 6px 0; border-radius: 0; }
.search-row input:focus { outline: none; border-color: var(--accent); }
.search-row input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.region { padding: 24px var(--gut) 48px; }
.region-note { color: var(--ink2); font-size: 15px; margin-bottom: 28px; }
.region h3 { color: var(--muted); margin: 24px 0 10px; }
.region-langs { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.region-langs a { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); text-decoration: none; font-size: 14px; }
.region-langs a[aria-current] { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.region-countries { list-style: none; columns: 2; column-gap: 16px; }
.region-countries li { break-inside: avoid; }
.region-countries button { width: 100%; display: flex; justify-content: space-between; gap: 8px; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 10px 0; text-align: left; font-size: 14px; }
.region-countries button:hover, .region-countries button[aria-current] { color: var(--accent-deep); }
.region-countries button[aria-current] span:first-child::before { content: "● "; font-size: 9px; vertical-align: 2px; }

/* ---------- Scroll timecode ---------- */
.tc { position: fixed; right: 14px; bottom: 14px; z-index: 40; padding: 5px 9px; background: color-mix(in srgb, var(--bg) 86%, transparent); border: 1px solid var(--line); font: 400 10px/1.4 var(--f-mono); letter-spacing: .08em; color: var(--muted); pointer-events: none; display: flex; align-items: center; gap: 6px; }
.tc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 1.6s steps(2, start) infinite; }

/* ---------- Section heads ---------- */
.sec-hd { margin-bottom: clamp(36px, 5vw, 64px); }
.sec-hd--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.sec-title { font: 400 var(--h2)/1 var(--f-display); letter-spacing: -.01em; }
.sec-title em { color: var(--accent); }
.night .sec-title em { color: var(--accent-night); }

/* ---------- Hero ---------- */
.hero {
	position: relative; container-type: inline-size;
	--dsz: clamp(64px, 9.4vw, 156px);
	--ty: clamp(64px, 8.5vh, 92px);
	--fx: 34cqw;
	--fy: calc(var(--ty) + var(--dsz) * .96);
	--fw: calc(100cqw - var(--fx) - var(--gut));
	--fh: calc(var(--fw) / 2.39);
	height: calc(var(--fy) + var(--fh) + 96px);
	min-height: 560px;
}
.hero-kicker { position: absolute; left: var(--gut); top: 26px; margin: 0; }
.hero-scene { position: absolute; right: var(--gut); top: 26px; margin: 0; color: var(--muted); }
.hero-title { position: absolute; left: var(--gut); top: var(--ty); z-index: 1; margin: 0; font: 400 var(--dsz)/.96 var(--f-display); letter-spacing: -.015em; white-space: nowrap; color: var(--ink); }
.hero-title span { display: block; }
.ht-l2 { padding-left: 15cqw; }
.ht-l2 em { font-style: italic; }
.hero-frame { position: absolute; left: var(--fx); top: var(--fy); width: var(--fw); height: var(--fh); z-index: 2; --fmc: var(--ink2); }
.hero-clip { position: absolute; inset: 0; overflow: hidden; background: #2a2622; }
.hero-poster, .hero-poster img, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-poster img, .hero-video { animation: push 16s var(--ease) both; }
.hero-video { opacity: 0; transition: opacity 1.2s var(--ease); }
.hero-frame.playing .hero-video { opacity: 1; }
.hero-title--in { left: calc(var(--gut) - var(--fx)); top: calc(var(--ty) - var(--fy)); z-index: 4; color: var(--surface); pointer-events: none; text-shadow: 0 1px 30px rgba(0, 0, 0, .12); }
.hero-tc { position: absolute; right: 16px; bottom: 14px; z-index: 4; color: var(--surface); display: flex; align-items: center; gap: 8px; text-shadow: 0 1px 8px rgba(0, 0, 0, .35); }
.rec { width: 7px; height: 7px; border-radius: 50%; background: #e0553a; animation: blink 1.6s steps(2, start) infinite; }
.hero-pause { position: absolute; left: 16px; bottom: 12px; z-index: 4; background: rgba(28, 25, 22, .35); color: var(--surface); border: 1px solid rgba(247, 243, 236, .5); padding: 5px 9px; }
.hero-foot { position: absolute; left: var(--gut); top: calc(var(--fy) + var(--dsz) * 1.22); width: calc(var(--fx) - var(--gut) - 40px); }
.hero-sub { font-size: clamp(15px, 1.15vw, 18px); color: var(--ink2); max-width: 34ch; margin-bottom: 26px; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.hero-take { position: absolute; left: var(--fx); top: calc(var(--fy) + var(--fh) + 22px); margin: 0; color: var(--muted); }
.hero-take a { color: var(--ink); }
.hero-vert { position: absolute; right: calc(var(--gut) * .3); top: var(--fy); margin: 0; writing-mode: vertical-rl; color: var(--muted); font-size: 9px; }

/* ---------- Scenes ---------- */
.scenes { padding: clamp(80px, 11vw, 170px) var(--gut) clamp(60px, 8vw, 120px); }
.scenes-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 6vw; align-items: start; }
.scenes-preview { position: sticky; top: calc(var(--hd) + 36px); aspect-ratio: 2 / 3; max-height: calc(100vh - var(--hd) - 72px); }
.scenes-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity var(--slow) var(--ease); }
.scenes-preview img.on { opacity: 1; }
.scenes-list { list-style: none; border-bottom: 1px solid var(--line); }
.scenes-list li { border-top: 1px solid var(--line); padding-left: calc(var(--i) * 4.2vw); }
.scenes-list a { display: grid; grid-template-columns: 64px 1fr auto; column-gap: 20px; align-items: baseline; padding: clamp(24px, 3vw, 40px) 0; text-decoration: none; color: var(--ink); }
.sc-no { color: var(--accent); }
.sc-name { font: 400 clamp(40px, 5.2vw, 84px)/1 var(--f-display); letter-spacing: -.01em; transition: transform .6s var(--ease); }
.scenes-list a:hover .sc-name, .scenes-list a:focus-visible .sc-name { font-style: italic; transform: translateX(10px); }
.sc-meta { color: var(--muted); }
.sc-desc { grid-column: 2 / -1; color: var(--ink2); max-width: 46ch; margin-top: 12px; font-size: 15px; }
.sc-thumb { display: none; }

/* ---------- Cards ---------- */
.card-link { display: block; text-decoration: none; color: var(--ink); }
.card-media { aspect-ratio: 3 / 4; background: var(--surface); --fmc: var(--ink2); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-b { opacity: 0; transition: opacity .8s var(--ease); }
.card-media::after { opacity: 0; inset: -4px; }
.card-link:hover .card-b, .card-link:focus-visible .card-b { opacity: 1; }
.card-link:hover .card-media::after, .card-link:focus-visible .card-media::after { opacity: 1; inset: -9px; }
.card-take { position: absolute; left: 10px; top: 10px; z-index: 2; background: color-mix(in srgb, var(--surface) 88%, transparent); padding: 3px 7px; font-size: 10px; }
.card-info { padding-top: 14px; display: grid; grid-template-columns: 1fr auto; column-gap: 12px; }
.card-name { font: 400 clamp(19px, 1.5vw, 23px)/1.15 var(--f-display); grid-column: 1 / -1; }
.card-colour { font-size: 13px; color: var(--muted); margin: 4px 0 0; }
.card-price { font: 400 13px/1.4 var(--f-mono); margin: 4px 0 0; text-align: right; white-space: nowrap; }
.card-price del { color: var(--muted); }

/* ---------- Rail ---------- */
.rail-sec { padding: clamp(40px, 6vw, 80px) 0 clamp(80px, 10vw, 150px); }
.rail-sec .sec-hd { padding: 0 var(--gut); }
.rail-nav { display: flex; align-items: center; gap: 8px; }
.rail-nav .link { margin-left: 16px; }
.rail-btn { width: 48px; height: 48px; display: grid; place-items: center; background: none; border: 1px solid var(--line); }
.rail-btn:hover { border-color: var(--ink); }
.rail { list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: clamp(220px, 23vw, 340px); gap: clamp(16px, 2vw, 28px); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gut); padding: 12px var(--gut) 24px; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.rail > li { scroll-snap-align: start; }
.rail > li:nth-child(even) { margin-top: clamp(32px, 4vw, 64px); }

/* ---------- Night sections ---------- */
.night { background: var(--night); color: var(--night-text); --fmc: var(--night-muted); }
.night a { color: var(--night-text); }
.night a:hover { color: var(--accent-night); }
.night .cue { color: var(--accent-night); }
.manifesto { padding: clamp(96px, 13vw, 200px) var(--gut) clamp(72px, 9vw, 130px); }
.mf-text { font: 400 clamp(30px, 4.5vw, 70px)/1.14 var(--f-display); letter-spacing: -.005em; max-width: 1180px; margin: 0; }
.mf-img { display: inline-block; width: 2.2em; height: .9em; vertical-align: -.08em; overflow: hidden; margin: 0 .08em; }
.mf-img img { width: 100%; height: 100%; object-fit: cover; }
.mf-rules { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(233, 226, 214, .22); margin-top: clamp(56px, 8vw, 110px); }
.mf-rules li { padding: 20px 28px 0 0; color: var(--night-muted); font-size: 15px; }
.mf-rules li:nth-child(2) { padding-top: 56px; }
.mf-rules li:nth-child(3) { padding-top: 92px; }
.mf-rules .mono { display: block; color: var(--accent-night); margin-bottom: 8px; }

/* ---------- Storyboard ---------- */
.story { padding: clamp(96px, 12vw, 180px) var(--gut) clamp(80px, 10vw, 150px); }
.story-frames { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0 clamp(16px, 2vw, 28px); align-items: start; }
.story-f { margin: 0; }
.story-f img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.story-f1 { grid-column: 1 / 6; }
.story-f2 { grid-column: 7 / 10; margin-top: 16vw; }
.story-f3 { grid-column: 10 / 13; margin-top: 4vw; }
.story-f figcaption { margin-top: 14px; font-size: 14px; color: var(--ink2); max-width: 34ch; }
.story-f figcaption .mono { display: block; color: var(--accent); margin-bottom: 4px; }
.story-buy { grid-column: 10 / 13; grid-row: 2; margin-top: -3vw; padding-top: 24px; border-top: 1px solid var(--ink); }
.story-buy .mono { color: var(--muted); margin: 0 0 6px; }
.story-price { font: 400 18px/1.4 var(--f-mono); }
.story-buy p:not(.mono):not(.story-price) { font-size: 15px; color: var(--ink2); }

/* ---------- Contact sheet ---------- */
.sheet { position: relative; padding: clamp(96px, 11vw, 160px) var(--gut); }
.sheet::before, .sheet::after {
	content: ""; position: absolute; left: 0; right: 0; height: 12px;
	background: repeating-linear-gradient(90deg, transparent 0 16px, rgba(233, 226, 214, .14) 16px 30px);
}
.sheet::before { top: 28px; }
.sheet::after { bottom: 28px; }
.sheet-roll { color: var(--night-muted); margin: 0; }
.sheet-grid { columns: 4 240px; column-gap: clamp(16px, 2vw, 28px); }
.sheet-f { break-inside: avoid; margin: 0 0 clamp(20px, 2.4vw, 36px); padding: 9px; display: inline-block; width: 100%; }
.sheet-f:nth-child(3n+2) { padding-top: clamp(24px, 4vw, 64px); }
.sheet-f img { width: 100%; }
.sheet-f figcaption { margin-top: 12px; font-size: 13px; color: var(--night-muted); display: flex; flex-wrap: wrap; gap: 4px 12px; }
.sheet-f figcaption .mono { color: var(--accent-night); }
.sheet-f figcaption a { color: var(--night-text); text-decoration: none; border-bottom: 1px solid rgba(233, 226, 214, .3); }

/* ---------- Lengths ---------- */
.lengths { display: grid; grid-template-columns: 7fr 5fr; gap: 6vw; align-items: center; padding: clamp(96px, 12vw, 180px) var(--gut); }
.len-img img { width: 100%; }
.len-list { list-style: none; display: flex; gap: 20px; height: 240px; align-items: flex-end; margin: 36px 0 32px; }
.len-list li { flex: 1; height: var(--h); display: flex; flex-direction: column; justify-content: flex-start; border-left: 1px solid var(--ink); padding: 0 0 0 14px; position: relative; }
.len-list li::after { content: ""; position: absolute; left: -4px; bottom: -1px; width: 9px; height: 1px; background: var(--ink); }
.len-list strong { font: 400 28px/1 var(--f-display); margin-bottom: 8px; }
.len-list span { font-size: 14px; color: var(--ink2); }

/* ---------- Credits ---------- */
.credits { display: grid; grid-template-columns: 4fr 7fr; gap: 6vw; align-items: start; padding: clamp(60px, 7vw, 100px) var(--gut) clamp(96px, 12vw, 180px); border-top: 1px solid var(--line); }
.cr-img { margin-top: clamp(40px, 6vw, 96px); }
.cr-img img { width: 100%; }
.cr-list { margin: 0; }
.cr-list > div { display: grid; grid-template-columns: minmax(120px, 200px) 1fr; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); }
.cr-list dt { font: 400 11px/1.9 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cr-list dd { margin: 0; font-size: 16px; }
.cr-list dd a { text-decoration: none; border-bottom: 1px solid var(--line); }

/* ---------- Footer ---------- */
.ft { background: var(--night); color: var(--night-text); padding: clamp(72px, 9vw, 120px) var(--gut) 28px; }
.ft a { color: var(--night-text); text-decoration: none; }
.ft a:hover { color: var(--accent-night); }
.ft-kicker { color: var(--accent-night); margin-bottom: 36px; }
.ft-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 1.35fr); gap: 32px; }
.ft-cols h2 { color: var(--night-muted); margin-bottom: 16px; }
.ft-cols ul { list-style: none; display: grid; gap: 8px; font-size: 15px; }
.ft-care p { margin: 0 0 6px; font-size: 15px; }
.ft-care .muted { color: var(--night-muted); font-size: 13px; }
.ft-region { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; background: none; border: 1px solid rgba(233, 226, 214, .3); color: var(--night-text); padding: 8px 12px; font-size: 13px; }
.ft-region .i { width: 16px; height: 16px; }
.ft-region:hover { border-color: var(--night-text); }
.ft-mark { margin: clamp(64px, 9vw, 120px) 0 28px; color: var(--night-text); }
.ft-mark svg { width: 100%; height: auto; }
.ft-base { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; border-top: 1px solid rgba(233, 226, 214, .18); padding-top: 20px; font-size: 13px; color: var(--night-muted); }
.ft-base p { margin: 0; }
.ft-base a { text-decoration: underline; text-underline-offset: 3px; }
.pay-marks { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.pay-marks li { font: 400 10px/1 var(--f-mono); letter-spacing: .06em; border: 1px solid rgba(233, 226, 214, .35); padding: 6px 8px; }

/* ---------- Cookie notice ---------- */
.ck { position: fixed; left: 14px; bottom: 14px; z-index: 60; max-width: 440px; display: flex; align-items: flex-end; gap: 16px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--ink); font-size: 13px; line-height: 1.5; }
.ck p { margin: 0; }
.ck[hidden] { display: none; }

/* ---------- Archive ---------- */
.arc-hero { position: relative; min-height: clamp(340px, 38vw, 560px); display: flex; align-items: flex-end; padding: var(--gut); color: var(--surface); overflow: hidden; }
.arc-img { position: absolute; inset: 0; }
.arc-img img { width: 100%; height: 100%; object-fit: cover; animation: push 18s var(--ease) both; }
.arc-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(20deg, rgba(20, 22, 21, .72) 0%, rgba(20, 22, 21, .25) 45%, transparent 70%); }
.arc-copy { position: relative; max-width: 680px; }
.arc-copy .cue { color: var(--surface); opacity: .85; }
.arc-title { font: 400 clamp(52px, 8vw, 132px)/.95 var(--f-display); letter-spacing: -.015em; }
.arc-desc { font-size: 17px; margin: 18px 0 0; max-width: 46ch; }
.arc-hero--plain { min-height: 0; color: var(--ink); padding-top: clamp(56px, 7vw, 96px); padding-bottom: 32px; }
.arc-hero--plain .cue { color: var(--accent); opacity: 1; }
.arc-bar { position: sticky; top: var(--hd); z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 12px var(--gut); background: var(--bg); border-bottom: 1px solid var(--line); }
.arc-tabs { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.arc-tabs::-webkit-scrollbar { display: none; }
.arc-tabs a { white-space: nowrap; text-decoration: none; font-size: 14px; padding: 8px 0; border-bottom: 1px solid transparent; }
.arc-tabs a .mono { color: var(--muted); font-size: 10px; }
.arc-tabs a[aria-current] { border-color: var(--ink); }
.arc-tools { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.woocommerce-result-count { margin: 0; font: 400 11px/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.woocommerce-ordering select, select.orderby { border: 1px solid var(--line); background: transparent; padding: 8px 30px 8px 10px; font-size: 13px; border-radius: 0; }
.woocommerce-ordering { margin: 0; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(40px, 4vw, 64px) clamp(14px, 1.8vw, 26px); padding: clamp(32px, 4vw, 56px) var(--gut) clamp(72px, 8vw, 120px); align-items: start; }
.grid-ed { grid-column: span 2; grid-row: span 2; margin: 0; align-self: stretch; min-height: 100%; --fmc: var(--ink2); }
.grid-ed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.grid-ed figcaption { position: absolute; left: 12px; bottom: 10px; z-index: 2; color: var(--surface); text-shadow: 0 1px 6px rgba(0, 0, 0, .4); }
.pager { padding: 0 var(--gut) 96px; }
.pager ul { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; }
.pager a, .pager span { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); text-decoration: none; font: 400 12px/1 var(--f-mono); }
.pager .current { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.empty { padding: 80px var(--gut) 140px; max-width: 640px; }

/* ---------- Product ---------- */
.pd { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 0 clamp(28px, 5vw, 80px); padding: 20px var(--gut) clamp(72px, 8vw, 120px); }
.pd-crumb { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--muted); }
.pd-crumb a { text-decoration: none; }
.pd-crumb a:hover { color: var(--ink); }
.pd-track { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 3vw, 44px) clamp(14px, 1.6vw, 24px); align-items: start; }
.pd-f { margin: 0; }
.pd-f1 { grid-column: 1 / -1; }
.pd-f3, .pd-f5 { margin-top: clamp(40px, 5vw, 80px); }
.pd-f .framed { --fmc: var(--ink2); }
.pd-f img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--surface); }
.pd-f figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }
.pd-count { display: none; }
.pd-buy-in { position: sticky; top: calc(var(--hd) + 24px); }
.pd-take { color: var(--accent); margin: 0; }
.pd-title { font: 400 clamp(38px, 4.2vw, 66px)/1 var(--f-display); letter-spacing: -.01em; margin: 10px 0 16px; }
.pd-colour { font-size: 15px; color: var(--ink2); }
.pd-colour .mono { color: var(--muted); margin-right: 8px; }
.pd-price { font: 400 17px/1.4 var(--f-mono); margin: 14px 0 20px; }
.pd-short { color: var(--ink2); font-size: 16px; }
.pd-form { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; }
.pd-size-hd { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.pd-size-hd .mono { color: var(--muted); }
.pd-form form.cart { margin: 0; }
.variations, .variations tbody, .variations tr, .variations td { display: block; width: 100%; }
.variations { border: 0; margin: 0; }
.variations th.label { display: none; }
.variations td { padding: 0; }
.sr-select { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.size-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.size-btns button { min-width: 58px; height: 48px; padding: 0 14px; background: transparent; border: 1px solid var(--line); font: 400 13px/1 var(--f-mono); letter-spacing: .06em; }
.size-btns button:hover { border-color: var(--ink); }
.size-btns button[aria-checked="true"] { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.size-btns button:disabled { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.single_variation_wrap .woocommerce-variation-price { display: none; }
.woocommerce-variation-availability p, .stock { font: 400 11px/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.stock.out-of-stock { color: var(--err); }
.woocommerce-variation-add-to-cart, form.cart:not(.variations_form) { display: flex; gap: 10px; }
.quantity { flex: 0 0 auto; }
.quantity .qty, input.qty { width: 72px; height: 52px; border: 1px solid var(--line); background: var(--surface); text-align: center; font: 400 14px var(--f-mono); border-radius: 0; }
.single_add_to_cart_button { flex: 1; }
.pd-facts { list-style: none; margin: 26px 0 8px; border-top: 1px solid var(--line); }
.pd-facts li { display: flex; gap: 14px; padding: 10px 0; font-size: 14px; color: var(--ink2); border-bottom: 1px solid var(--line); }
.pd-facts .mono { color: var(--accent); padding-top: 2px; }
.pd-acc { margin-top: 12px; }
.pd-acc details { border-bottom: 1px solid var(--line); }
.pd-acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-size: 15px; font-weight: 500; }
.pd-acc summary::-webkit-details-marker { display: none; }
.pd-acc summary::after { content: "+"; font: 400 18px/1 var(--f-mono); color: var(--muted); transition: transform .3s var(--ease); }
.pd-acc details[open] summary::after { transform: rotate(45deg); }
.acc-body { padding: 0 0 18px; font-size: 15px; color: var(--ink2); }
.acc-body p:last-child { margin-bottom: 0; }
.dash { list-style: none; }
.dash li { position: relative; padding-left: 22px; margin-bottom: 6px; }
.dash li::before { content: ""; position: absolute; left: 0; top: .8em; width: 12px; height: 1px; background: var(--accent); }
.related { padding: clamp(40px, 6vw, 80px) 0 0; border-top: 1px solid var(--line); }
.related .sec-hd { padding: 0 var(--gut); margin-bottom: 0; }
.grid--4 { padding-top: 40px; }

/* Size table */
.unit-switch { display: inline-flex; border: 1px solid var(--line); margin-bottom: 16px; }
.unit-switch button { background: none; border: 0; padding: 6px 14px; font: 400 12px var(--f-mono); }
.unit-switch button[aria-pressed="true"] { background: var(--ink); color: var(--surface); }
.tbl-wrap { overflow-x: auto; }
.size-table table, .prose table { width: 100%; border-collapse: collapse; font-size: 14px; }
.size-table th, .size-table td, .prose th, .prose td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.size-table thead th, .prose thead th { font: 400 10px/1.3 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.size-table[data-unit="cm"] .u-in, .size-table[data-unit="in"] .u-cm { display: none; }
.size-note { font-size: 14px; color: var(--ink2); margin-top: 16px; }

/* ---------- Notices ---------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .notice {
	list-style: none; margin: 16px var(--gut); padding: 16px 20px; background: var(--surface);
	border-left: 2px solid var(--accent); font-size: 15px; display: block; line-height: 1.6;
}
.woocommerce-message::after, .woocommerce-info::after { content: ""; display: table; clear: both; }
.wpage .woocommerce-message, .wpage .woocommerce-info, .wpage .woocommerce-error, .form .notice { margin: 0 0 24px; }
.woocommerce-error { border-color: var(--err); color: var(--err); display: block; }
.woocommerce-error li { margin: 4px 0; }
.notice--ok { border-color: var(--ok); color: var(--ok); }
.notice--err { border-color: var(--err); color: var(--err); }
.woocommerce-message .button, .woocommerce-info .button { float: right; margin: -8px 0 0 16px; min-height: 40px; padding: 8px 16px; }
.woocommerce-message a:not(.button) { color: var(--accent); }

/* ---------- Woo pages: cart, checkout, account ---------- */
.wpage { padding: clamp(32px, 5vw, 64px) var(--gut) clamp(80px, 10vw, 140px); }
.wpage-hd { margin-bottom: clamp(28px, 4vw, 48px); }
.wpage-title { font: 400 clamp(44px, 6vw, 92px)/1 var(--f-display); }
.wpage-body { font-size: 15px; }
.wpage .woocommerce { display: block; }
.shop_table { width: 100%; border-collapse: collapse; }
.shop_table th { font: 400 10px/1.3 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--ink); }
.shop_table td { padding: 18px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.shop_table .product-thumbnail img { width: 84px; aspect-ratio: 3 / 4; object-fit: cover; }
.shop_table .product-name a { font: 400 21px/1.15 var(--f-display); text-decoration: none; }
.shop_table .product-name dl.variation { margin: 6px 0 0; font-size: 13px; color: var(--muted); display: flex; gap: 6px; }
.shop_table .product-name dl.variation dd, .shop_table .product-name dl.variation p { margin: 0; }
.shop_table td.product-price, .shop_table td.product-subtotal, .shop_table td .amount { font-family: var(--f-mono); font-size: 14px; }
.woocommerce-cart .tc, .woocommerce-checkout .tc, .woocommerce-account .tc { display: none; }
.shop_table a.remove { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); text-decoration: none; font-size: 18px; color: var(--ink); }
.shop_table a.remove:hover { border-color: var(--err); color: var(--err); }
.shop_table td.actions { text-align: right; border-bottom: 0; }
.shop_table td.actions .button { background: transparent; color: var(--ink) !important; border-color: var(--line); min-height: 44px; }
.shop_table td.actions .button:disabled { opacity: .4; }
.coupon { display: none; }
.cart-collaterals { display: flex; justify-content: flex-end; margin-top: 40px; }
.cart_totals { width: min(460px, 100%); background: var(--surface); padding: 24px; border: 1px solid var(--line); }
.cart_totals h2 { font: 400 11px/1.4 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.cart_totals table th { border-bottom: 1px solid var(--line); font-size: 10px; width: 36%; }
.cart_totals .order-total .amount { font-size: 18px; }
.wc-proceed-to-checkout .checkout-button { width: 100%; margin-top: 20px; }
.woocommerce-shipping-methods { list-style: none; }
.woocommerce-shipping-methods li { display: flex; gap: 8px; align-items: baseline; margin-bottom: 6px; }
.woocommerce-shipping-destination, .woocommerce-shipping-calculator { font-size: 13px; color: var(--muted); }
.shipping-calculator-button { color: var(--accent); }
.cart-empty.woocommerce-info { margin: 0 0 24px; }
.return-to-shop .button { margin-top: 8px; }

/* Forms */
.form-row, .form p { margin: 0 0 18px; }
.form-row label, .form label, .woocommerce-form label { display: block; font-size: 13px; color: var(--ink2); margin-bottom: 6px; }
.form-row .required { color: var(--err); text-decoration: none; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"]:not(.search-row input), textarea, select, .select2-container .select2-selection--single {
	width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0;
	background: var(--surface); color: var(--ink); font-size: 16px; line-height: 1.4; -webkit-appearance: none; appearance: none;
}
select { background-image: linear-gradient(45deg, transparent 50%, var(--ink2) 50%), linear-gradient(135deg, var(--ink2) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--ink); }
.woocommerce-invalid input, .woocommerce-invalid select { border-color: var(--err); }
.select2-container .select2-selection--single { display: flex; align-items: center; }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 1.4; color: var(--ink); }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; right: 8px; }
.select2-dropdown { border-color: var(--ink); border-radius: 0; background: var(--surface); }
.select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--ink) !important; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: calc(50% - 9px); float: left; }
.woocommerce form .form-row-last { float: right; }
.woocommerce form .form-row-wide { clear: both; }
.woocommerce-billing-fields::after, .woocommerce-shipping-fields::after, .woocommerce-additional-fields::after { content: ""; display: table; clear: both; }
.woocommerce-checkout h3, .woocommerce-checkout #order_review_heading { font: 400 11px/1.4 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
form.checkout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 0 clamp(28px, 5vw, 80px); align-items: start; }
form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
#customer_details { grid-column: 1; grid-row: 1 / span 3; }
#customer_details .col-1, #customer_details .col-2 { width: 100%; float: none; }
#customer_details .col-2 { margin-top: 24px; }
#order_review_heading { grid-column: 2; }
#order_review { grid-column: 2; position: sticky; top: calc(var(--hd) + 24px); background: var(--surface); border: 1px solid var(--line); padding: 20px; }
#order_review .shop_table td, #order_review .shop_table th { padding: 12px 6px; }
#order_review .product-name { font-size: 14px; }
#ship-to-different-address label { display: flex; gap: 10px; align-items: center; font-size: 14px; }
#ship-to-different-address { font: inherit; text-transform: none; letter-spacing: 0; color: var(--ink); }
#payment { margin-top: 20px; }
#payment ul.payment_methods { list-style: none; border-top: 1px solid var(--line); }
#payment ul.payment_methods > li { padding: 14px 0; border-bottom: 1px solid var(--line); }
#payment ul.payment_methods > li.woocommerce-notice { border-left: 2px solid var(--accent); padding: 14px; background: var(--bg); }
#payment .payment_box { padding: 12px 0 0; font-size: 14px; color: var(--ink2); }
.woocommerce-terms-and-conditions-wrapper { font-size: 13px; color: var(--ink2); margin: 16px 0; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink); }
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--accent); flex-shrink: 0; }
.sv-checkout-note { font-size: 13px; color: var(--ink2); padding: 12px 0; border-top: 1px solid var(--line); }
#place_order { width: 100%; }
.woocommerce-checkout-review-order-table .order-total .amount { font-size: 18px; }
.woocommerce-form-coupon-toggle { display: none; }
input[type="checkbox"], input[type="radio"] { accent-color: var(--accent); }

/* Account */
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(24px, 5vw, 80px); }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.woocommerce-MyAccount-navigation ul { list-style: none; border-top: 1px solid var(--line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 15px; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--accent); }
#customer_login { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 80px); }
#customer_login h2 { font: 400 clamp(28px, 3vw, 40px)/1.1 var(--f-display); margin-bottom: 20px; }
#customer_login .u-column1, #customer_login .u-column2 { width: auto; float: none; }
.woocommerce-form-login__rememberme { display: flex !important; gap: 8px; align-items: center; }
.lost_password a { color: var(--accent); font-size: 14px; }
.woocommerce-privacy-policy-text { font-size: 13px; color: var(--ink2); }
.woocommerce-order-details, .woocommerce-customer-details { margin-top: 32px; }
.woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 16px 40px; margin: 16px 0 32px; font-size: 14px; }
.woocommerce-order-overview strong { display: block; font-family: var(--f-mono); }

/* ---------- Pages ---------- */
.pg, .policy, .contact { padding: clamp(40px, 6vw, 80px) var(--gut) clamp(80px, 10vw, 140px); }
.page-title, .policy-title { font: 400 clamp(46px, 6.4vw, 100px)/1 var(--f-display); letter-spacing: -.01em; }
.page-hd, .policy-hd { margin-bottom: clamp(36px, 5vw, 64px); max-width: 1000px; }
.policy-date { color: var(--muted); margin-top: 18px; }
.policy-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.policy-nav { position: sticky; top: calc(var(--hd) + 32px); }
.policy-nav ol { list-style: none; counter-reset: pol; border-top: 1px solid var(--line); }
.policy-nav li { counter-increment: pol; }
.policy-nav a { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 14px; color: var(--ink2); }
.policy-nav a::before { content: counter(pol, decimal-leading-zero); font: 400 10px/2 var(--f-mono); color: var(--muted); }
.policy-nav a[aria-current] { color: var(--ink); }
.policy-nav a[aria-current]::before { color: var(--accent); }
.prose { max-width: 72ch; font-size: 17px; line-height: 1.7; color: var(--ink2); }
.prose h2 { font: 400 clamp(28px, 2.8vw, 40px)/1.1 var(--f-display); color: var(--ink); margin: 2.2em 0 .6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font: 600 17px/1.4 var(--f-text); color: var(--ink); margin: 1.8em 0 .5em; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .35em; }
.prose a { color: var(--accent-deep); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .box { background: var(--surface); border: 1px solid var(--line); padding: 20px 24px; margin: 1.4em 0; font-size: 15px; }
.prose .box p:last-child { margin: 0; }
.prose details { border-top: 1px solid var(--line); }
.prose details:last-of-type { border-bottom: 1px solid var(--line); }
.prose summary { cursor: pointer; padding: 16px 0; font-weight: 500; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after { content: "+"; font-family: var(--f-mono); color: var(--muted); }
.prose details[open] summary::after { content: "–"; }
.prose details > div { padding-bottom: 12px; }
.prose .tbl-wrap { margin: 1.2em 0; }
.prose figure { margin: 2em 0; }

/* About */
.about { padding: clamp(40px, 6vw, 80px) 0 clamp(80px, 10vw, 140px); }
.about-hd { padding: 0 var(--gut); margin-bottom: clamp(32px, 4vw, 56px); }
.about-title { font: 400 clamp(52px, 9vw, 150px)/.95 var(--f-display); letter-spacing: -.015em; max-width: 12ch; }
.about-open { margin: 0 var(--gut) clamp(56px, 8vw, 120px); aspect-ratio: 21 / 9; }
.about-open img { width: 100%; height: 100%; object-fit: cover; }
.prose--wide { max-width: none; padding: 0 var(--gut); }
.ab-lede { font: 400 clamp(28px, 3.4vw, 52px)/1.15 var(--f-display); color: var(--ink); max-width: 26ch; margin: 0 0 clamp(56px, 8vw, 110px) 12vw; }
.ab-row { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 96px); align-items: start; margin-bottom: clamp(64px, 9vw, 130px); }
.ab-row--flip { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.ab-row--flip .ab-fig { order: -1; }
.ab-text { max-width: 58ch; }
.ab-text h2 { margin-top: 0; }
.ab-fig { margin: 0; }
.ab-fig img { width: 100%; }
.ab-fig figcaption { font: 400 10px/1.4 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }
.ab-rules { list-style: none; padding: 0 !important; border-top: 1px solid var(--line); counter-reset: r; }
.ab-rules li { counter-increment: r; padding: 18px 0 18px 64px; border-bottom: 1px solid var(--line); position: relative; margin: 0; }
.ab-rules li::before { content: "0" counter(r); position: absolute; left: 0; top: 20px; font: 400 11px var(--f-mono); color: var(--accent); }
.ab-rules strong { display: block; font: 400 24px/1.2 var(--f-display); font-weight: 400; }

/* Contact */
.contact-hd { max-width: 900px; margin-bottom: clamp(36px, 5vw, 64px); }
.contact-intro { margin-top: 20px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.contact-img { margin-top: 40px; max-width: 420px; }
.contact-img img { width: 100%; }
.form { background: var(--surface); border: 1px solid var(--line); padding: clamp(20px, 3vw, 40px); }
.form input, .form textarea, .form select { background: var(--bg); }
.form-note { font-size: 13px; color: var(--muted); }
.hp { position: absolute !important; left: -9999px; }

/* 404 */
.lost { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 80px); align-items: center; padding: clamp(40px, 6vw, 96px) var(--gut) clamp(80px, 10vw, 140px); }
.lost-img img { width: 100%; }
.lost-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }

/* ---------- Motion ---------- */
.js .rv { opacity: 0; transform: translateY(14px); transition: opacity var(--slow) var(--ease), transform var(--slow) var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
@keyframes push { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes blink { to { visibility: hidden; } }
@keyframes slideIn { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes dropIn { from { transform: translateY(-20px); opacity: 0; } to { transform: none; opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.js .rv { opacity: 1; transform: none; }
}

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
	.hd-nav ul { gap: 16px; }
	.hd-nav li:last-child { display: none; }
	.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ft-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ft-care { grid-column: 1 / -1; }
	.story-f1 { grid-column: 1 / 7; }
	.story-f2 { grid-column: 7 / 13; margin-top: 10vw; }
	.story-f3 { grid-column: 1 / 6; margin-top: 40px; grid-row: 2; }
	.story-buy { grid-column: 7 / 13; grid-row: 2; margin-top: 40px; }
}

/* ---------- Mobile ---------- */
@media (max-width: 820px) {
	:root { --hd: 58px; }
	.hd-in { grid-template-columns: 1fr auto 1fr; gap: 8px; }
	.hd-nav { display: none; }
	.hd-menu { display: inline-flex; }
	.hd-logo { width: 120px; }
	.hd-region { display: none; }
	.hd-acc { display: none; }
	.tc { display: none; }

	/* hero: title, tall frame, text below */
	.hero { height: auto; min-height: 0; padding: 18px var(--gut) 40px; display: flex; flex-direction: column; }
	.hero-kicker, .hero-scene, .hero-title, .hero-foot, .hero-take { position: static; }
	.hero-frame { position: relative; left: auto; top: auto; }
	.hero-scene, .hero-vert, .hero-title--in { display: none; }
	.hero-kicker { order: 1; margin-bottom: 18px; }
	.hero-title { order: 2; font-size: clamp(50px, 15.5vw, 92px); line-height: .94; white-space: normal; margin-bottom: 20px; }
	.ht-l2 { padding-left: 18vw; }
	.hero-frame { order: 3; width: auto; height: auto; aspect-ratio: 4 / 5; max-height: 76svh; margin: 0 calc(var(--gut) * -1); }
	.hero-frame::after { display: none; }
	.hero-foot { order: 4; width: auto; margin-top: 24px; }
	.hero-take { order: 5; margin-top: 22px; }
	.hero-ctas .btn { flex: 1 1 100%; }

	.scenes-grid { grid-template-columns: 1fr; }
	.scenes-preview { display: none; }
	.scenes-list li { padding-left: calc(var(--i) * 3vw); }
	.scenes-list a { grid-template-columns: minmax(0, 1fr) 30vw; grid-template-rows: auto auto auto 1fr; column-gap: 16px; align-items: start; }
	.sc-no { grid-column: 1; }
	.sc-name { grid-column: 1; font-size: clamp(36px, 10vw, 56px); }
	.sc-meta { grid-column: 1; margin-top: 6px; }
	.sc-desc { grid-column: 1; font-size: 14px; }
	.sc-thumb { display: block; grid-column: 2; grid-row: 1 / span 4; }
	.sc-thumb img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }

	.rail { grid-auto-columns: 62vw; }
	.rail-btn { display: none; }
	.rail-nav .link { margin-left: 0; }

	.mf-rules { grid-template-columns: 1fr; }
	.mf-rules li, .mf-rules li:nth-child(2), .mf-rules li:nth-child(3) { padding: 16px 0; border-bottom: 1px solid rgba(233, 226, 214, .14); }

	.story-frames { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
	.story-f1 { grid-column: 1 / -1; }
	.story-f2, .story-f3 { grid-column: auto; grid-row: auto; margin-top: 0; }
	.story-f3 { margin-top: 48px; }
	.story-buy { grid-column: 1 / -1; grid-row: auto; margin-top: 8px; }

	.sheet-grid { columns: 2; }

	.lengths, .credits, .lost, .contact-grid { grid-template-columns: 1fr; }
	.len-list { height: 200px; }
	.cr-img { margin-top: 0; }
	.cr-list > div { grid-template-columns: 1fr; gap: 4px; }

	.ft-cols { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
	.ft-base { flex-direction: column; align-items: flex-start; }
	.ck { left: 10px; right: 10px; bottom: 10px; max-width: none; flex-direction: column; align-items: stretch; }

	.arc-bar { flex-direction: column; align-items: stretch; gap: 8px; padding: 8px var(--gut); }
	.arc-tools { justify-content: space-between; }
	.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.grid-ed { grid-row: span 1; aspect-ratio: 4 / 5; min-height: 0; }

	.pd { grid-template-columns: 1fr; padding-top: 12px; }
	.pd-crumb { margin-bottom: 12px; }
	.pd-gal { margin: 0 calc(var(--gut) * -1); }
	.pd-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; padding: 0 var(--gut); scrollbar-width: none; }
	.pd-track::-webkit-scrollbar { display: none; }
	.pd-f { flex: 0 0 86%; scroll-snap-align: center; margin-top: 0 !important; }
	.pd-f .framed::after { display: none; }
	.pd-f figcaption { display: none; }
	.pd-count { display: block; text-align: center; margin: 12px 0 0; color: var(--muted); }
	.pd-buy-in { position: static; padding-top: 20px; }

	form.checkout { grid-template-columns: 1fr; }
	#customer_details, #order_review_heading, #order_review { grid-column: 1; grid-row: auto; }
	#order_review { position: static; margin-bottom: 24px; }
	#order_review_heading { margin-top: 32px; }
	.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
	.woocommerce-account .woocommerce, #customer_login { grid-template-columns: 1fr; }

	.shop_table.cart thead { display: none; }
	.shop_table.cart tr.cart_item { display: grid; grid-template-columns: 84px 1fr auto; gap: 4px 14px; padding: 16px 0; border-bottom: 1px solid var(--line); position: relative; }
	.shop_table.cart tr.cart_item td { border: 0; padding: 0; display: block; }
	.shop_table.cart td.product-thumbnail { grid-row: 1 / span 4; }
	.shop_table.cart td.product-remove { position: absolute; right: 0; top: 16px; }
	.shop_table.cart td.product-name { grid-column: 2 / 4; padding-right: 40px; }
	.shop_table.cart td.product-price { display: none; }
	.shop_table.cart td.product-quantity, .shop_table.cart td.product-subtotal { grid-column: 2; }
	.shop_table.cart td::before { display: none; }
	.shop_table.cart td.actions { display: block; padding-top: 16px; }

	.policy-grid { grid-template-columns: 1fr; }
	.policy-nav { position: static; }
	.policy-nav ol { display: flex; overflow-x: auto; gap: 8px; border: 0; padding-bottom: 6px; scrollbar-width: none; }
	.policy-nav a { white-space: nowrap; border: 1px solid var(--line); padding: 8px 12px; }
	.policy-nav a::before { display: none; }
	.policy-nav a[aria-current] { border-color: var(--ink); }
	.prose { font-size: 16px; }

	.ab-lede { margin-left: 0; }
	.ab-row, .ab-row--flip { grid-template-columns: 1fr; }
	.ab-row--flip .ab-fig { order: 0; }
	.about-open { aspect-ratio: 4 / 3; margin-left: 0; margin-right: 0; }
	.about-open::after { display: none; }
	.region-countries { columns: 1; }
}

@media (max-width: 420px) {
	.grid { gap: 32px 10px; }
	.card-info { grid-template-columns: 1fr; }
	.card-price { text-align: left; }
	.card-take { font-size: 9px; }
}
