/* YOU.INK · site styles
   Mobile first: values below 768 px follow the design handoff (390 px frame) one to one.
   Tablet (≥768) and desktop (≥1100) adapt the same system to wider screens. */

/* ---------- Tokens ---------- */
:root {
  --bg: #E7E6EC; --ink: #0B0810; --muted: #5A5665; --rule: #C6C2D0; --stage: #D8D7DF;
  --inv: #0B0810; --inv-ink: #E7E6EC; --inv-muted: #A29EAE; --menu-bg: #0B0810;
  --sheet: #7C7B86; --sheet-ink: #0B0810; --sheet-muted: #1F1C27;
  --danger: #B3121C; --dawn: #F26A00; --dawn-glow: none;
  --nav-bg: rgba(231, 230, 236, .9); --glow-top: none;
  --switch-dot: #F26A00; --switch-glow: none;
  --display: 'Archivo', 'Arial Narrow', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', monospace;
  --sans: 'IBM Plex Sans', system-ui, sans-serif;
  --gutter: 16px; --maxw: 1360px; --nav-h: 61px;
  color-scheme: light;
}
:root[data-theme="uv"] {
  --bg: #0A0613; --ink: #EDE8FF; --muted: #9C92C4; --rule: #2B2244; --stage: #120B22;
  --inv: #120B22; --inv-ink: #EDE8FF; --inv-muted: #9C92C4; --menu-bg: #07040E;
  --sheet: #07040E; --sheet-ink: #EDE8FF; --sheet-muted: #9C92C4;
  --danger: #FF6B7A; --dawn: #FF8A1F; --dawn-glow: 0 0 10px #FF8A1F, 0 0 26px rgba(255, 138, 31, .55);
  --nav-bg: rgba(10, 6, 19, .86);
  --glow-top: radial-gradient(600px 380px at 50% 0%, rgba(126, 64, 255, .30), rgba(126, 64, 255, 0) 65%);
  --switch-dot: #A57DFF; --switch-glow: 0 0 8px #7E40FF, 0 0 18px #7E40FF;
  color-scheme: dark;
}
@media (min-width: 768px) { :root { --gutter: 32px; } }
@media (min-width: 1100px) {
  :root { --gutter: 48px; }
  :root[data-theme="uv"] { --glow-top: radial-gradient(1100px 560px at 50% 0%, rgba(126, 64, 255, .30), rgba(126, 64, 255, 0) 65%); }
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 8px); }
body {
  margin: 0; min-height: 100vh;
  background: var(--glow-top) no-repeat, var(--bg); background-color: var(--bg);
  color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: normal;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  transition: background-color .4s, color .4s;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { -webkit-tap-highlight-color: transparent; }
input::placeholder { color: #8C879A; opacity: 1; }
img { display: block; max-width: 100%; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: inherit; }
figure { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
:focus-visible { outline: 2px solid var(--dawn); outline-offset: 3px; }
main:focus { outline: none; }
html.lock, html.lock body { overflow: hidden; }
html.theme-anim *, html.theme-anim *::before, html.theme-anim *::after {
  transition: background-color .4s, color .4s, border-color .4s, box-shadow .4s, text-shadow .4s !important;
}

.sr-only { 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: 8px; top: -80px; z-index: 50; padding: 10px 14px;
  background: var(--ink); color: var(--bg); font: 500 12px var(--mono); letter-spacing: .1em; text-transform: uppercase;
}
.skip:focus { top: 8px; }

.wrap { width: 100%; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.inv { background: var(--inv); color: var(--inv-ink); }
.muted { color: var(--muted); }
.dawn { color: var(--dawn); }
.tlink { transition: color .15s; }
@media (hover: hover) { .tlink:hover { color: var(--dawn); } }

/* ---------- Type ---------- */
/* Display sizes are set as unitless --fs (px at the 390 frame); below 390 px they scale with the viewport. */
.d {
  font-family: var(--display); font-weight: 900; font-stretch: 62%; font-variation-settings: 'wdth' 62;
  text-transform: uppercase; line-height: .9; margin: 0;
  font-size: min(calc(var(--fs, 52) * 1px), calc(var(--fs, 52) * 100vw / 390));
}
.mono { font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.h-hero { --fs: 90; line-height: .84; letter-spacing: -.015em; text-wrap: balance; }
.h-page { --fs: 84; line-height: .86; }
.h-sec { --fs: 52; }
.h-strip { --fs: 44; }
.h-lab { --fs: 54; line-height: .88; }
.h-dn { --fs: 34; }
.h-step { --fs: 36; }
.h-kit { --fs: 56; line-height: .88; }
.h-ask { --fs: 108; line-height: .84; }
.h-night { --fs: 40; }
.h-card { --fs: 26; }
.h-pd { --fs: 72; line-height: .86; }
.h-pair { --fs: 40; }
.h-pairname { --fs: 24; }
.h-empty { --fs: 64; line-height: .86; }
.h-line { --fs: 26; }
.h-marked { --fs: 100; line-height: .84; } /* 118 in the design: MARKED▰ would overflow a 390 px screen */
.h-safety { --fs: 100; line-height: .84; }
.h-rule { --fs: 32; }
.h-menu { --fs: 56; }
.h-foot { --fs: 64; }

/* ---------- Brand marks ---------- */
.dot {
  display: inline-block; width: .24em; height: .15em; margin-left: .04em;
  background: var(--dawn); box-shadow: var(--dawn-glow); transform: skewX(-24deg);
}
.logo {
  font-family: var(--display); font-weight: 900; font-stretch: 62%; font-variation-settings: 'wdth' 62;
  line-height: .9; white-space: nowrap;
}
.logo .dot, .lockup .dot { margin: 0 .03em; }
/* Lockup with payoff: justified from the dot's lower-left corner to the K's right edge,
   constant letter pitch, closed by a mini chisel stroke (brand identity, 25 Sep 2026). */
.lockup {
  display: inline-grid; grid-template-columns: auto auto; justify-content: start;
  font-family: var(--display); font-weight: 900; font-stretch: 62%; font-variation-settings: 'wdth' 62;
  line-height: .9; white-space: nowrap;
}
.lockup-payoff {
  grid-column: 2; display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--mono); font-weight: 500; font-stretch: normal; font-variation-settings: normal;
  font-size: max(11px, .11em); line-height: 1; color: var(--dawn); margin-top: .1em;
}
.lockup-stroke { display: inline-block; width: .24em; height: .15em; background: currentColor; transform: skewX(-24deg); }

/* ---------- Buttons: every clickable is a −24° parallelogram ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  height: 54px; padding: 0 18px; margin: 0; border: 0; background: transparent; color: inherit;
  transform: skewX(-24deg); cursor: pointer; text-decoration: none; user-select: none;
  transition: filter .15s, background-color .15s;
}
.btn > span {
  display: block; transform: skewX(24deg); white-space: nowrap;
  font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
}
.btn-dawn { background: var(--dawn); color: #0B0810; box-shadow: var(--dawn-glow); }
.btn-line { border: 1.5px solid currentColor; }
.btn-rule { border: 1.5px solid var(--rule); }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-block { display: flex; width: 100%; }
.btn.is-on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn:active { transform: skewX(-24deg) translateY(1px); }
.btn[aria-disabled="true"] { opacity: .55; cursor: default; }
@media (hover: hover) {
  .btn-dawn:hover { filter: brightness(1.08) saturate(1.05); }
  .btn-line:not(.is-on):hover, .btn-rule:not(.is-on):hover { background-color: color-mix(in srgb, currentColor 9%, transparent); }
  .btn-ink:hover { filter: brightness(1.25); }
}
.pad12 { padding: 0 12px; }

/* swatches */
.sw { display: inline-block; flex: none; transform: skewX(-24deg); }
.sw-btn {
  height: 34px; padding: 0; border: 0; transform: skewX(-24deg); cursor: pointer; transition: box-shadow .2s;
}
.ink-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px 12px; padding: 0 8px; }

/* accordion (FAQ + product details) */
.acc-item { border-top: 1px solid var(--rule); }
.acc-btn {
  width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 12px;
  border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 10px 0; text-align: left;
}
.acc-q { font-size: 16px; font-weight: 600; line-height: 1.3; }
.acc-q-mono { font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.acc-sign {
  flex: none; width: 32px; height: 24px; border: 1.5px solid var(--ink); transform: skewX(-24deg);
  display: flex; align-items: center; justify-content: center; color: var(--ink);
}
.acc-sign > span { transform: skewX(24deg); font-family: var(--mono); font-size: 14px; }
.acc-sign.on { background: var(--ink); color: var(--bg); }
.acc-a { padding: 0 0 16px; font-size: 15px; line-height: 1.5; color: var(--muted); max-width: 68ch; }

/* photos (Pexels stand-ins until the shoot) */
.photo { position: relative; width: 100%; height: 100%; overflow: hidden; background: #1A1622; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-empty {
  display: flex; align-items: center; justify-content: center; padding: 16px; text-align: center;
  border: 1px dashed var(--rule); background: var(--stage); color: var(--muted);
  font: 500 11px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase;
}
/* stand-in credits: next to the photo, tiny and faint on purpose */
.photo-credit {
  display: block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font: 400 9px/1.2 var(--sans); letter-spacing: 0; text-transform: none; color: var(--muted); opacity: .45;
}
.photo-credit:hover { opacity: .85; text-decoration: underline; }
.gal-item .photo-credit { margin-top: -5px; text-align: right; }
.hero-credit { position: absolute; right: 16px; bottom: 7px; z-index: 3; color: #EDE8FF; opacity: .32; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 5; background: var(--nav-bg);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto; }
.nav-menu { width: 52px; height: 40px; padding: 0; flex-direction: column; gap: 5px; }
.nav-menu i { display: block; width: 18px; height: 2px; background: currentColor; }
.nav-logo { display: block; font-size: 30px; line-height: .9; }
.nav-links { display: none; }
.nav-right { display: flex; gap: 6px; }
.nav-light { height: 40px; padding: 0 12px; border: 1.5px solid var(--rule); }
.nav-light > span { display: flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .1em; }
.uv-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--switch-dot); box-shadow: var(--switch-glow); }
.nav-bag { height: 40px; min-width: 48px; padding: 0 12px; }
.nav-bag > span { font-size: 12px; letter-spacing: .06em; }

/* ---------- Menu overlay ---------- */
.menu { position: fixed; inset: 0; z-index: 20; background: var(--menu-bg); color: var(--inv-ink); overflow-y: auto; animation: fade-in .2s ease-out; }
.menu-in { min-height: 100%; display: flex; flex-direction: column; gap: 18px; padding: 14px 16px 28px; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-top .logo { font-size: 30px; }
.menu-close { width: 52px; height: 40px; padding: 0; }
.menu-close > span { font-size: 16px; letter-spacing: 0; font-family: var(--sans); }
.menu-links { display: flex; flex-direction: column; gap: 4px; margin-top: 20px; }
.menu-link { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px solid #2B2440; }
.menu-link .mono { color: var(--dawn); }
@media (hover: hover) { .menu-link:hover .d { color: var(--dawn); } }
.menu-cta { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 12px; }
@keyframes fade-in { from { opacity: 0; } }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 12px; right: 12px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 15;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px;
  background: var(--inv); color: var(--inv-ink); border: 1px solid var(--rule); box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
  animation: toast-in .22s ease-out;
}
.toast-l { display: flex; align-items: center; gap: 10px; min-width: 0; }
.toast-t { font: 500 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast .btn { margin-right: 6px; }
@keyframes toast-in { from { opacity: 0; translate: 0 12px; } }

/* ---------- Footer ---------- */
.foot { background: var(--inv); color: var(--inv-ink); }
.foot-in { padding-top: 34px; padding-bottom: 44px; display: flex; flex-direction: column; gap: 22px; }
.foot-logo { font-size: min(calc(var(--fs, 64) * 1px), calc(var(--fs, 64) * 100vw / 390)); align-self: flex-start; }
.foot-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; font: 500 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.foot-links a { padding: 8px 0; }
.foot-legal { display: flex; flex-direction: column; gap: 4px; font: 500 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--inv-muted); }

/* ---------- Home · hero ---------- */
.hero { position: relative; background: #0B0810; color: #EDE8FF; overflow: hidden; }
/* Phones and portrait tablets: the photo on top, whole (390 × 470), the copy rising over its faded foot
   from 70 % of its height down, below the marks on the chest. On a phone the photo spans the screen;
   on bigger screens it only grows as tall as the screen leaves room for the copy (--hero-copy: about
   its height) and becomes a column that fades into the dark at the sides. */
.hero-in {
  --hero-copy: 440px; --hero-h: calc(100vw * 470 / 390);
  position: relative; display: flex; flex-direction: column;
}
.hero-photo { position: relative; height: var(--hero-h); width: min(100%, calc(var(--hero-h) * 390 / 470)); margin-inline: auto; }
.hero-photo .photo { position: absolute; inset: 0; } /* the picture fills the box, never sizes it */
.hero-fade {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(180deg, rgba(11, 8, 16, .45) 0%, rgba(11, 8, 16, 0) 18%, rgba(11, 8, 16, 0) 62%, rgba(11, 8, 16, .72) 84%, #0B0810 100%);
}
.hero-copy {
  position: relative; z-index: 3; width: calc(min(100%, var(--hero-h) * 390 / 470) - 2 * var(--gutter));
  margin: calc(var(--hero-h) * -.3) auto 26px; display: flex; flex-direction: column; gap: 16px; pointer-events: none;
}
.hero-copy .eyebrow, .hero-copy .h-hero { text-shadow: 0 1px 14px rgba(11, 8, 16, .5); }
.eyebrow { font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.hero-lead { font-size: 17px; line-height: 1.45; max-width: 320px; text-wrap: pretty; }
.hero-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 4px 12px 0; pointer-events: auto; }
.hero-cta .btn-line { border-color: #EDE8FF; color: #EDE8FF; background: rgba(11, 8, 16, .3); }

/* ---------- Home · sections ---------- */
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.sec-head .mono { white-space: nowrap; }

.worn { padding: 30px 0; display: flex; flex-direction: column; gap: 16px; }
.worn-row {
  display: flex; gap: 10px; overflow-x: auto; padding: 0 16px 4px; scroll-padding-inline: 16px;
  scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain;
}
.worn-row::-webkit-scrollbar { display: none; }
.worn-row::after { content: ''; flex: 0 0 6px; }
.tu { flex: 0 0 272px; width: 272px; min-width: 0; scroll-snap-align: start; display: flex; flex-direction: column; gap: 10px; }
/* throw-up card: built on a 272 × 360 grid, every size in cqw so the art scales with the card */
.tu-tile { position: relative; aspect-ratio: 272 / 360; overflow: hidden; background: var(--stage); container-type: inline-size; }
.tu-wall { position: absolute; inset: 0; background: var(--wall); }
.tu-light { position: absolute; inset: 0; background: radial-gradient(120% 80% at 30% 20%, rgba(255, 255, 255, .12), rgba(0, 0, 0, 0) 60%), radial-gradient(90% 60% at 80% 100%, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0) 70%); }
.tu-swash { position: absolute; left: 9.559cqw; right: 14.706cqw; height: 5.147cqw; box-shadow: 1.471cqw 1.471cqw 0 #0B0810; }
.tu-word { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.tu-word span { line-height: 1; white-space: nowrap; -webkit-text-stroke: 1.103cqw #0B0810; }
.tu-drip { position: absolute; width: 2.206cqw; border-radius: 0 0 1.471cqw 1.471cqw; box-shadow: .735cqw 1.103cqw 0 #0B0810; }
.tu-sig { position: absolute; right: 4.412cqw; bottom: 3.676cqw; font-family: 'Sedgwick Ave Display', cursive; font-size: 8.088cqw; color: #0B0810; transform: rotate(-6deg); }
.tu-cap { display: flex; justify-content: space-between; gap: 8px; letter-spacing: .1em; }

.strip { padding: 26px 0; }
.strip .wrap { display: flex; flex-direction: column; gap: 6px; }
.strip .mono { font-size: 12px; letter-spacing: .14em; color: var(--dawn); }

.tool-head { padding-top: 30px; padding-bottom: 12px; }
.stage { background: var(--stage); transition: background-color .4s; }
.stage-in { padding-inline: 0; }
.stage-3d { position: relative; height: 400px; }
.stage-label { position: absolute; left: 16px; top: 14px; pointer-events: none; z-index: 1; }
.stage-panel { padding: 6px 16px 22px; display: flex; flex-direction: column; gap: 14px; }
.lab-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.lab-col { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.lab-price { font-size: 18px; letter-spacing: 0; padding-bottom: 6px; }
.cta-2 { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 0 12px; }

/* 3D marker */
.marker { position: absolute; inset: 0; }
.marker-host { position: absolute; inset: 0; }
.marker-host canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .5s; }
.marker[data-status="ready"] .marker-host canvas { opacity: 1; }
.marker-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.marker-fallback span { font-size: 120px; transform: rotate(-8deg); white-space: nowrap; line-height: 1; }

.marquee { padding: 14px 0; overflow: hidden; white-space: nowrap; font: 500 12px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.marquee-track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.marquee-set { display: flex; align-items: center; gap: 18px; padding-left: 16px; padding-right: 2px; }
.marquee-set i { display: block; width: 14px; height: 8px; flex: none; background: var(--dawn); transform: skewX(-24deg); }
@keyframes marquee { to { transform: translateX(-25%); } }

.daynight { padding-top: 34px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 16px; }
.dn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dn-card {
  position: relative; overflow: hidden; min-height: 210px; padding: 14px; display: flex; flex-direction: column; gap: 10px;
  background: var(--stage); color: var(--ink); transition: background-color .4s;
}
.dn-sw { display: flex; flex-wrap: wrap; gap: 6px 10px; padding: 6px 4px; }
.dn-sw .sw { width: 22px; height: 12px; }
.dn-d { font-size: 13px; line-height: 1.35; }
@media (hover: hover) { .dn-card:hover .d { color: var(--dawn); } }

.how { padding-top: 8px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 26px; }
.how-list { display: flex; flex-direction: column; gap: 26px; }
.step { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; border-top: 1px solid var(--rule); padding-top: 14px; }
.badge {
  width: 36px; height: 24px; margin: 4px 0 0 6px; display: flex; align-items: center; justify-content: center;
  background: var(--dawn); box-shadow: var(--dawn-glow); transform: skewX(-24deg);
}
.badge > span { transform: skewX(24deg); font: 500 11px var(--mono); color: #0B0810; }
.badge-line { background: transparent; box-shadow: none; border: 1.5px solid var(--ink); }
.badge-line > span { color: inherit; }
.step-t { display: flex; flex-direction: column; gap: 6px; }
.step-d { font-size: 15px; line-height: 1.45; color: var(--muted); }

.kit-wrap { padding-inline: var(--gutter); max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto; }
.kit { padding: 24px 20px 26px; display: flex; flex-direction: column; gap: 12px; }
.kit-l, .kit-r { display: flex; flex-direction: column; gap: 12px; }
.kit .mono { color: var(--dawn); }
.kit-desc { font-size: 15px; line-height: 1.45; }
.kit-sw { display: flex; gap: 12px; padding: 8px 6px; }
.kit-sw .sw { flex: 1; height: 14px; border: 1px solid #3A3448; }
.kit .btn-line { color: var(--inv-ink); }

.flash { margin-top: 34px; background: var(--sheet); transition: background-color .4s; }
.flash-in { padding-top: 30px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 14px; }
.flash-head { display: flex; flex-direction: column; gap: 6px; }
.flash-head .d { color: var(--sheet-ink); }
.flash-head .mono { color: var(--sheet-muted); }
.flash-art { position: relative; margin: 0 auto; width: 100%; max-width: 1000px; aspect-ratio: 3 / 2; }
.flash-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .6s; }
.flash-art .flash-uv, :root[data-theme="uv"] .flash-art .flash-day { opacity: 0; }
:root[data-theme="uv"] .flash-art .flash-uv { opacity: 1; }
.flash-art figcaption { position: absolute; left: 0; right: 0; bottom: -4px; text-align: center; color: var(--sheet-muted); font-size: 10px; }

.gal { padding-top: 34px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 16px; }
.gal-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.gal-item { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.gal-item.wide { grid-column: span 2; }
.gal-img { position: relative; height: 230px; min-width: 0; overflow: hidden; }
.gal-item.wide .gal-img { height: 300px; }
.cap-row { display: flex; justify-content: space-between; gap: 8px; }

.ask { padding: 40px 0; }
.ask .wrap { display: flex; flex-direction: column; gap: 16px; }
.ask-r { display: flex; flex-direction: column; gap: 16px; }
.ask-p { font-size: 17px; line-height: 1.5; }
.ask .btn-line { color: var(--inv-ink); }

.faq { padding-top: 34px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 6px; }
.faq h2 { margin-bottom: 10px; }

.night-wrap { padding-inline: var(--gutter); max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto 34px; }
.night { border: 1.5px solid var(--ink); padding: 22px 18px; display: flex; flex-direction: column; gap: 12px; }
.night-l, .night-r { display: flex; flex-direction: column; gap: 12px; }
.night-t { font-size: 15px; line-height: 1.45; }
.input {
  width: 100%; height: 50px; min-width: 0; padding: 0 14px; border: 1.5px solid var(--rule); border-radius: 0;
  background: transparent; color: var(--ink); font-size: 16px; outline: none; transition: border-color .15s;
  -webkit-appearance: none; appearance: none;
}
.input:focus-visible { outline: 2px solid var(--dawn); outline-offset: 2px; }
.input.ink-border { border-color: var(--ink); }
.input.err { border-color: var(--danger); }
.input.mono-in { font-family: var(--mono); letter-spacing: .06em; }
.err-t { font-size: 13px; color: var(--danger); }

/* ---------- Shop ---------- */
.shop-head { padding-top: 24px; padding-bottom: 10px; display: flex; flex-direction: column; gap: 16px; }
.chips { display: flex; gap: 12px; flex-wrap: wrap; padding: 0 8px; }
.chip { height: 38px; padding: 0 14px; border: 1.5px solid var(--ink); }
.chip > span { font-size: 11px; letter-spacing: .1em; }
.chip.on { background: var(--ink); color: var(--bg); }
.shop-grid { padding-bottom: 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px 10px; }
.card { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.card-tile { position: relative; display: block; height: 170px; overflow: hidden; background: var(--stage); transition: background-color .4s; }
.card-tag { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 60px; line-height: 1.2; white-space: nowrap; transform: rotate(-8deg); transition: transform .3s; }
.card-tag.long { font-size: 44px; }
@media (hover: hover) { .card-tile:hover .card-tag { transform: rotate(-8deg) scale(1.06); } }
.card-sw { position: absolute; left: 12px; bottom: 12px; display: flex; gap: 6px; }
.card-code { position: absolute; left: 10px; top: 10px; font-size: 10px; color: var(--muted); }
.card-row { display: flex; justify-content: space-between; align-items: baseline; gap: 6px; }
.card-price { font-size: 13px; letter-spacing: 0; }
.card-kind { font-size: 10px; letter-spacing: .1em; }
.card-add { padding: 0 8px; }

/* ---------- Product ---------- */
.pd-back { padding-top: 12px; }
.pd-media { margin: 12px calc(-1 * var(--gutter)) 0; }
.pd-stage { position: relative; height: 380px; background: var(--stage); transition: background-color .4s; }
.pd-tile { position: relative; height: 340px; background: var(--stage); overflow: hidden; display: flex; align-items: center; justify-content: center; transition: background-color .4s; }
.pd-tag { font-size: 130px; line-height: 1.2; white-space: nowrap; transform: rotate(-8deg); }
.pd-tile-sw { position: absolute; left: 16px; bottom: 16px; display: flex; gap: 10px; }
.pd-main { padding-top: 22px; padding-bottom: 10px; display: flex; flex-direction: column; gap: 14px; }
.pd-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.pd-title-col { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.pd-price { font-size: 20px; letter-spacing: 0; padding-bottom: 8px; }
.pd-line { font-size: 16px; line-height: 1.45; }
.pd-picker { display: flex; flex-direction: column; gap: 10px; }
.pd-picker-l { display: flex; justify-content: space-between; }
.pd-picker .ink-grid { gap: 10px 14px; }
.pd-contents { display: flex; flex-direction: column; }
.pd-contents div { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--rule); }
.pd-contents .mono { font-size: 12px; letter-spacing: .08em; }
.pd-buy { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: center; padding: 4px 12px 0; }
.stepper { display: flex; align-items: center; gap: 6px; }
.stepper .btn { width: 44px; height: 48px; padding: 0; }
.stepper .btn > span { font-family: var(--sans); font-size: 18px; letter-spacing: 0; }
.stepper output { width: 26px; text-align: center; font: 500 16px var(--mono); }
.pd-stock { letter-spacing: .1em; }
.pd-acc { padding-top: 14px; padding-bottom: 10px; }
.pd-pair { padding-top: 22px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 10px; }
.pd-pair h2 { margin-bottom: 4px; }
.pair-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--rule); }
.pair-link { flex: 1; display: flex; align-items: center; gap: 14px; min-width: 0; }
.pair-txt { display: flex; flex-direction: column; gap: 2px; }
.pair-price { font-size: 13px; color: var(--muted); }
.pair-row .btn { margin-right: 10px; }
@media (hover: hover) { .pair-link:hover .d { color: var(--dawn); } }

/* ---------- Bag ---------- */
.bag-head { padding-top: 24px; padding-bottom: 10px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.bag-head .mono { font-size: 12px; letter-spacing: .1em; }
.bag-empty { padding-top: 20px; padding-bottom: 60px; display: flex; flex-direction: column; gap: 22px; }
.cta-half { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 12px; }
.ship-bar-box { padding-bottom: 10px; display: flex; flex-direction: column; gap: 8px; }
.ship-msg { font-size: 14px; line-height: 1.4; }
.ship-bar { height: 10px; margin: 0 4px; overflow: hidden; background: var(--rule); transform: skewX(-24deg); }
.ship-bar i { display: block; height: 100%; background: var(--dawn); box-shadow: var(--dawn-glow); transition: width .4s; }
.bag-lines { padding-top: 6px; padding-bottom: 6px; display: flex; flex-direction: column; }
.line { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.line-sw { display: block; height: 22px; border: 1px solid var(--rule); transform: skewX(-24deg); }
.line-mid { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.line-meta { font: 400 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.line-rm {
  align-self: flex-start; padding: 4px 0; border: 0; background: transparent; color: var(--muted); cursor: pointer;
  font: 400 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; text-decoration: underline;
}
.line-rm:hover { color: var(--danger); }
.line-r { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.line-total { font: 500 14px var(--mono); }
.line .stepper { gap: 4px; }
.line .stepper .btn { width: 38px; height: 38px; }
.line .stepper .btn > span { font-size: 16px; }
.line .stepper output { width: 22px; font: 400 14px var(--mono); }
.promo { padding-top: 18px; padding-bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.promo-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.promo-row .input { height: 48px; font: 400 14px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.promo-row .btn { margin-right: 10px; }
.promo-msg { font-size: 13px; }
.sums { padding-top: 6px; padding-bottom: 30px; display: flex; flex-direction: column; gap: 10px; font: 500 13px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.sums-row { display: flex; justify-content: space-between; gap: 12px; }
.sums-row > span:first-child { color: var(--muted); }
.sums-total { display: flex; justify-content: space-between; border-top: 2px solid var(--ink); padding-top: 12px; font-size: 16px; }
.sums-cta { padding: 10px 12px 0; display: flex; flex-direction: column; gap: 12px; }
.sums-err { font: 400 14px var(--sans); text-transform: none; letter-spacing: 0; color: var(--danger); }

/* ---------- Checkout ---------- */
.co-title { padding-top: 18px; padding-bottom: 8px; }
.demo-note {
  margin-top: 12px; padding: 10px 12px; border: 1.5px dashed var(--rule); color: var(--muted);
  font: 500 11px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase;
}
.co-group { padding-top: 18px; padding-bottom: 4px; display: flex; flex-direction: column; gap: 12px; }
.co-group.tight { gap: 10px; }
.co-head { display: flex; align-items: center; gap: 10px; }
.co-num { width: 28px; height: 20px; display: flex; align-items: center; justify-content: center; background: var(--ink); transform: skewX(-24deg); }
.co-num > span { transform: skewX(24deg); font: 400 11px var(--mono); color: var(--bg); }
.co-head .mono { font-size: 13px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-l { font-size: 13px; color: var(--muted); }
.opt {
  display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 60px;
  padding: 10px 14px; border: 1.5px solid var(--rule); cursor: pointer; transition: border-color .15s;
}
.opt.on { border-color: var(--ink); }
.opt:has(input:focus-visible) { outline: 2px solid var(--dawn); outline-offset: 2px; }
.opt-box { width: 22px; height: 16px; border: 1.5px solid var(--ink); transform: skewX(-24deg); }
.opt.on .opt-box { background: var(--dawn); }
.opt-t { display: flex; flex-direction: column; gap: 2px; }
.opt-t b { font-weight: 600; font-size: 15px; }
.opt-t span { font-size: 13px; color: var(--muted); }
.opt .mono { font-size: 13px; letter-spacing: 0; text-transform: none; }
.pay-opts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0 10px; }
.pay-opt { height: 44px; padding: 0 4px; border: 1.5px solid var(--ink); }
.pay-opt > span { font-size: 11px; letter-spacing: .08em; }
.pay-opt.on { background: var(--ink); color: var(--bg); }
.pay-opt:has(input:focus-visible) { outline: 2px solid var(--dawn); outline-offset: 3px; }
.pay-note { font-size: 14px; line-height: 1.45; color: var(--muted); }
.checks { padding-top: 18px; padding-bottom: 4px; display: flex; flex-direction: column; gap: 12px; }
.check-wrap { display: flex; flex-direction: column; gap: 4px; }
.check { display: flex; gap: 12px; align-items: flex-start; padding: 4px 0; cursor: pointer; }
.check-box {
  flex: none; width: 26px; height: 22px; margin: 0 4px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--ink); transform: skewX(-24deg);
}
.check-box > span { transform: skewX(24deg); font-size: 13px; color: #0B0810; }
.check-box.on { background: var(--dawn); }
.check-box.err { border-color: var(--danger); }
.check:has(input:focus-visible) .check-box { outline: 2px solid var(--dawn); outline-offset: 3px; }
.check-t { font-size: 14px; line-height: 1.4; }
.check-e { padding-left: 46px; }
.co-sum { padding-top: 20px; padding-bottom: 34px; }
.co-items { display: none; }
.co-sum .sums-cta { padding: 8px 12px 0; }

/* ---------- Done / Safety / 404 ---------- */
.done { padding-top: 40px; padding-bottom: 50px; display: flex; flex-direction: column; gap: 20px; }
.done .mono { font-size: 12px; }
.lead { font-size: 17px; line-height: 1.5; max-width: 60ch; }
.cta-col { display: flex; flex-direction: column; gap: 12px; padding: 6px 12px 0; }
.safety-hero { padding: 34px 0; }
.safety-hero .wrap { display: flex; flex-direction: column; gap: 14px; }
.safety-hero .mono { color: var(--dawn); }
.rules { padding-top: 24px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 24px; }
.rules-list { display: flex; flex-direction: column; gap: 24px; }
.rule-d { font-size: 15px; line-height: 1.5; color: var(--muted); }
.demo-line { font: 500 11px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ---------- Very narrow phones ---------- */
@media (max-width: 359px) {
  .btn > span { font-size: 11px !important; letter-spacing: .06em !important; white-space: normal; text-align: center; line-height: 1.15; }
}
[tabindex="-1"]:focus { outline: none; }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .marquee-set ~ .marquee-set { display: none; }
  .menu, .toast { animation: none; }
  .card-tag, .marker-host canvas { transition: none; }
}

/* ======================= Tablet ≥ 768 ======================= */
@media (min-width: 768px) {
  .nav-in { padding: 10px var(--gutter); }
  .h-hero { --fs: 110; }
  .h-page { --fs: 110; }
  .h-sec { --fs: 64; }
  .h-strip { --fs: 56; }
  .h-lab { --fs: 64; }
  .h-dn { --fs: 44; }
  .h-kit { --fs: 72; }
  .h-ask { --fs: 150; }
  .h-night { --fs: 48; }
  .h-card { --fs: 28; }
  .h-pd { --fs: 88; }
  .h-pair { --fs: 44; }
  .h-empty { --fs: 88; }
  .h-marked { --fs: 160; }
  .h-safety { --fs: 150; }
  .h-rule { --fs: 36; }
  .h-menu { --fs: 80; }
  .h-foot { --fs: 80; }

  .hero-in { --hero-copy: 470px; }
  .hero-lead { font-size: 18px; max-width: 380px; }
  .worn-row { padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); gap: 14px; }
  .tu { flex-basis: 300px; width: 300px; }
  .stage-3d { height: 480px; }
  .stage-panel { padding: 10px var(--gutter) 28px; }
  .dn-card { min-height: 260px; padding: 20px; }
  .how-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; }
  .kit { padding: 32px 32px 34px; }
  .gal-img { height: 340px; }
  .gal-item.wide .gal-img { height: 440px; }
  .night { padding: 28px 28px; }
  .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 16px; }
  .card-tile { height: 210px; }
  .card-tag { font-size: 72px; }
  .card-tag.long { font-size: 54px; }
  .pd-stage { height: 520px; }
  .pd-tile { height: 460px; }
  .pd-tag { font-size: 170px; }
  .toast { left: auto; right: 24px; bottom: 24px; width: 440px; }
  .foot-links { grid-template-columns: repeat(3, auto); justify-content: start; gap: 6px 48px; }
  .menu-in { padding: 14px var(--gutter) 40px; }
  .menu-cta { max-width: 560px; }
}

/* Beyond phones, hero stacked: the photo is capped by the screen height and its column fades into the dark
   instead of stopping on a hard edge. */
@media (min-width: 480px) {
  .hero-in { --hero-h: min(calc(100vw * 470 / 390), max(400px, calc((100vh - var(--nav-h) - var(--hero-copy)) / .7))); }
  @supports (height: 100svh) {
    .hero-in { --hero-h: min(calc(100vw * 470 / 390), max(400px, calc((100svh - var(--nav-h) - var(--hero-copy)) / .7))); }
  }
  .hero-photo { -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
}

/* ============ Hero side by side: desktop, and landscape tablets and phones ============ */
/* Copy left, photo right with the same 390 × 470 crop as on the phone; photo and headline
   are sized on the screen height too, so the whole hero fits the first screen. */
@media (min-width: 1100px), (min-width: 600px) and (min-aspect-ratio: 11/10) {
  .hero-in {
    --hero-pad: clamp(14px, 5.5vh, 40px);
    --hero-h: min(780px, max(240px, calc(100vh - var(--nav-h) - 2.4 * var(--hero-pad))));
    --hero-top: calc(100vh - var(--nav-h));
    display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: clamp(24px, 4vw, 56px); align-items: end;
    max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto; padding: var(--hero-pad) var(--gutter) calc(1.4 * var(--hero-pad));
  }
  @supports (height: 100svh) {
    .hero-in {
      --hero-pad: clamp(14px, 5.5svh, 40px);
      --hero-h: min(780px, max(240px, calc(100svh - var(--nav-h) - 2.4 * var(--hero-pad))));
      --hero-top: calc(100svh - var(--nav-h));
    }
  }
  /* at least --hero-h tall; as tall as the copy when that is taller (short landscape screens) */
  .hero-photo { grid-area: 1 / 2; align-self: stretch; margin: 0; height: auto; min-height: var(--hero-h); width: calc(var(--hero-h) * 390 / 470); -webkit-mask-image: none; mask-image: none; }
  .hero-fade { background: linear-gradient(180deg, rgba(11, 8, 16, .35) 0%, rgba(11, 8, 16, 0) 16%, rgba(11, 8, 16, 0) 70%, rgba(11, 8, 16, .9) 100%), linear-gradient(90deg, rgba(11, 8, 16, .75) 0%, rgba(11, 8, 16, 0) 22%); }
  .hero-copy { grid-area: 1 / 1; width: auto; margin: 0 0 8px; gap: clamp(12px, 3vh, 26px); pointer-events: auto; container-type: inline-size; }
  .hero-credit { position: static; grid-area: 2 / 2; justify-self: end; margin-top: 8px; }
  /* YOURSELF▰ is ~4 em wide: never wider than its column, never taller than the screen allows */
  .hero-copy .h-hero { font-size: min(148px, 24cqw, calc(var(--hero-top) * .21)); }
  .eyebrow { font-size: 12px; }
  .hero-lead { font-size: clamp(16px, 2.6vh, 20px); max-width: 440px; }
  .hero-cta { grid-template-columns: repeat(2, minmax(0, 230px)); gap: clamp(12px, 2vw, 22px); padding: 8px 12px 0; }
}

/* ======================= Desktop ≥ 1100 ======================= */
@media (min-width: 1100px) {
  .nav-in { gap: 16px; }
  .nav-links { display: flex; gap: 28px; margin-left: auto; font: 500 12px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
  .nav-links a[aria-current="page"] { color: var(--dawn); }
  .nav-right { margin-left: auto; }
  .nav-logo { margin-left: 10px; }

  .h-hero { --fs: 148; }
  .h-page { --fs: 150; }
  .h-sec { --fs: 84; }
  .h-strip { --fs: 76; }
  .h-lab { --fs: 96; }
  .h-dn { --fs: 60; }
  .h-step { --fs: 44; }
  .h-kit { --fs: 104; }
  .h-ask { --fs: 210; }
  .h-night { --fs: 72; }
  .h-card { --fs: 32; }
  .h-pd { --fs: 112; }
  .h-pair { --fs: 52; }
  .h-pairname { --fs: 28; }
  .h-empty { --fs: 132; }
  .h-line { --fs: 32; }
  .h-marked { --fs: 230; }
  .h-safety { --fs: 210; }
  .h-rule { --fs: 44; }
  .h-menu { --fs: 110; }
  .h-foot { --fs: 112; }

  .photo-credit { font-size: 10px; }

  .worn { padding: 64px 0 56px; gap: 28px; }
  .worn .hint { display: none; }
  .worn-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; overflow: visible; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin: 0 auto; width: 100%; }
  .worn-row::after { display: none; }
  .tu { width: auto; flex: none; }
  .tu-cap { font-size: 12px; }

  .strip { padding: 44px 0; }
  .strip .wrap { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 48px; }
  .strip .d { max-width: 18ch; }
  .strip .mono { font-size: 13px; padding-bottom: 8px; }

  .tool-head { padding-top: 72px; padding-bottom: 24px; }
  .stage-in { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; padding-inline: var(--gutter); }
  .stage-3d { height: 620px; }
  .stage-panel { padding: 40px 0 40px 32px; gap: 22px; }
  .stage-panel .ink-grid { gap: 12px 16px; }
  .stage-panel .sw-btn { height: 42px; }
  .lab-price { font-size: 22px; padding-bottom: 12px; }

  .marquee { font-size: 13px; padding: 18px 0; }
  .marquee-set { gap: 28px; padding-left: 28px; }

  .daynight { padding-top: 88px; padding-bottom: 72px; gap: 28px; }
  .dn-grid { gap: 16px; }
  .dn-card { min-height: 340px; padding: 28px; gap: 16px; }
  .dn-card .mono { font-size: 12px; }
  .dn-sw .sw { width: 34px; height: 16px; }
  .dn-sw { gap: 10px 14px; }
  .dn-d { font-size: 16px; margin-top: auto; max-width: 36ch; }

  .how { padding-top: 32px; padding-bottom: 88px; gap: 36px; }
  .how-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
  .step { grid-template-columns: 1fr; gap: 18px; padding-top: 22px; }
  .badge { margin: 0 0 0 6px; }

  .kit { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 56px; padding: 48px 56px; }
  .kit-l { max-width: 620px; gap: 16px; }
  .kit-r { flex: 0 0 420px; gap: 22px; }
  .kit-desc { font-size: 17px; }

  .flash { margin-top: 88px; }
  .flash-in { padding-top: 64px; padding-bottom: 72px; gap: 32px; }
  .flash-head { flex-direction: row; justify-content: space-between; align-items: baseline; }
  .flash-art figcaption { font-size: 11px; }

  .gal { padding-top: 88px; padding-bottom: 88px; gap: 28px; }
  .gal-grid { grid-template-columns: 2fr 1fr 1fr; gap: 16px; }
  .gal-item.wide { grid-column: auto; }
  .gal-img, .gal-item.wide .gal-img { height: 560px; }
  .cap-row { font-size: 12px; }

  .ask { padding: 96px 0; }
  .ask .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 460px); align-items: end; column-gap: 64px; }
  .ask-r { gap: 28px; padding-bottom: 12px; }
  .ask-p { font-size: 20px; }

  .faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); column-gap: 64px; padding-top: 96px; padding-bottom: 96px; align-items: start; }
  .faq h2 { grid-row: 1 / span 6; position: sticky; top: calc(var(--nav-h) + 24px); }
  .faq .acc-item:last-child { border-bottom: 1px solid var(--rule); }
  .faq .acc-btn { min-height: 72px; }
  .faq .acc-q { font-size: 19px; }
  .faq .acc-a { font-size: 17px; }

  .night-wrap { margin-bottom: 96px; }
  .night { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 64px; padding: 48px; }
  .night-l { max-width: 560px; }
  .night-r { flex: 0 0 440px; }
  .night-t { font-size: 17px; }

  .foot-in { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 64px; row-gap: 48px; padding-top: 72px; padding-bottom: 64px; }
  .foot-links { align-self: end; gap: 6px 64px; font-size: 13px; }
  .foot-legal { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; gap: 24px; font-size: 11px; }

  .shop-head { padding-top: 56px; padding-bottom: 24px; gap: 24px; }
  .shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 22px; padding-bottom: 96px; }
  .card-tile { height: 260px; }
  .card-tag { font-size: 88px; }
  .card-tag.long { font-size: 64px; }
  .card-kind { font-size: 11px; }

  .pd-back { padding-top: 24px; }
  .pd-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); column-gap: 64px; align-items: start; }
  .pd-media { margin: 20px 0 0; position: sticky; top: calc(var(--nav-h) + 20px); }
  .pd-stage, .pd-tile { height: min(calc(100vh - var(--nav-h) - 60px), 720px); min-height: 520px; }
  .pd-tag { font-size: 200px; }
  .pd-main { padding-top: 20px; gap: 20px; }
  .pd-line { font-size: 18px; }
  .pd-picker .sw-btn { height: 40px; }
  .pd-acc { padding-top: 28px; }
  .pd-pair { padding-top: 36px; padding-bottom: 96px; }

  .bag-head, .co-title { padding-top: 48px; }
  .bag-grid, .co-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; column-gap: 72px; align-items: start; }
  .bag-side, .co-side { position: sticky; top: calc(var(--nav-h) + 24px); }
  .bag-side .promo { padding-top: 6px; }
  .bag-empty { padding-bottom: 120px; }
  .bag-empty .cta-half { max-width: 560px; }
  .co-grid { padding-bottom: 96px; }
  .co-side .co-sum { padding-top: 18px; }
  .co-items { display: flex; flex-direction: column; gap: 8px; margin: 0 0 6px; padding: 0 0 14px; list-style: none; border-bottom: 1px solid var(--rule); }
  .co-items li { display: flex; justify-content: space-between; gap: 12px; }

  .done { padding-top: 80px; padding-bottom: 120px; }
  .done .cta-col, .nf .cta-col { flex-direction: row; }
  .done .cta-col .btn, .nf .cta-col .btn { min-width: 260px; }
  .lead { font-size: 20px; }
  .safety-hero { padding: 72px 0 64px; }
  .rules { padding-top: 56px; padding-bottom: 96px; gap: 40px; }
  .rules-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 40px; }
  .rules .cta-col, .rules > .pad12 { max-width: 520px; }
  .rule-d { font-size: 16px; }
}
