/* =========================================================
   IVAN SUMMER — "The Cut"
   tokens: bone (skin/paper) · ink (hair) · sun (summer, one accent)
   ========================================================= */
@font-face { font-family: "Shoulders"; src: url("../fonts/bigshoulders.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Instrument"; src: url("../fonts/instrument-serif.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument"; src: url("../fonts/instrument-serif-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "JBM"; src: url("../fonts/jbmono.woff2") format("woff2"); font-weight: 100 800; font-display: swap; }

:root {
  --bone: #ebe4d6;
  --bone-2: #ded5c3;
  --ink: #0f0e0d;
  --ink-2: #1c1a17;
  --ink-3: #2b2823;
  --ash: #8b8478;
  --sun: #ff5a1f;
  --sun-2: #ff7a45;
  --display: "Shoulders", "Arial Narrow", Impact, sans-serif;
  --serif: "Instrument", Georgia, serif;
  --mono: "JBM", ui-monospace, Menlo, monospace;
  --pad: clamp(18px, 4vw, 64px);
  --ease: cubic-bezier(.2,.7,.1,1);
  --ease-io: cubic-bezier(.65,0,.35,1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 70px; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.45; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--sun); color: var(--ink); }

.mono { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.5; }
.dim { opacity: .55; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--sun); padding: 8px 12px; }
.skip:focus { left: 8px; }

/* placeholders: always visibly marked */
.ph { font-family: var(--mono); font-size: .78em; letter-spacing: .04em; background: repeating-linear-gradient(-45deg, rgba(255,90,31,.14) 0 6px, rgba(255,90,31,.04) 6px 12px); outline: 1px dashed rgba(255,90,31,.7); outline-offset: 1px; padding: 0 .3em; border-radius: 2px; white-space: nowrap; font-style: normal; }

.kicker { display: flex; gap: 14px; align-items: baseline; margin: 0 0 28px; }
.kicker span { color: var(--sun); }

/* ---------- buttons ---------- */
.btn { --b: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; border: 1.5px solid var(--b); font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; cursor: pointer; position: relative; overflow: hidden; isolation: isolate; transition: transform .35s var(--ease), color .35s var(--ease); background: none; white-space: nowrap; }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--fill, transparent); transition: transform .5s var(--ease); }
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hover, var(--ink)); transform: translateY(101%); transition: transform .45s var(--ease); }
@media (hover: hover) { .btn:hover::after { transform: none; } }
.btn:focus-visible::after { transform: none; }
.btn:active { transform: scale(.97); }
.btn--sun { --b: var(--sun); --fill: var(--sun); --hover: var(--ink); color: var(--ink); }
@media (hover: hover) { .btn--sun:hover { color: var(--sun); } .btn--ink:hover, .btn--ghost:hover { color: var(--ink); } }
.btn--ink { --b: var(--ink); --fill: var(--ink); --hover: var(--sun); color: var(--bone); }
.btn--ghost { --b: currentColor; --hover: var(--bone); }
.btn--block { width: 100%; }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px var(--pad); color: var(--bone); mix-blend-mode: difference; pointer-events: none; }
.nav > * { pointer-events: auto; }
.nav { transition: opacity .4s, transform .5s var(--ease), background .4s; }
.nav.off { opacity: 0; transform: translateY(-100%); pointer-events: none; }
.nav.off > * { pointer-events: none; }
.nav.solid { mix-blend-mode: normal; background: rgba(15,14,13,.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.nav__links a { padding: 12px 0; }
.nav__mark { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: .04em; text-decoration: none; display: flex; align-items: center; gap: 10px; }
.nav__sun { width: 12px; height: 12px; border-radius: 50%; background: var(--bone); }
.nav__links { display: flex; gap: 28px; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.nav__links a { text-decoration: none; }
.nav__links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav__book { mix-blend-mode: normal; min-height: 42px; --b: var(--bone); --fill: var(--bone); color: var(--ink); --hover: var(--ink); }
@media (hover: hover) { .nav__book:hover { color: var(--bone); } }

/* =========================================================
   HERO — the cut
   ========================================================= */
.hero { position: relative; height: 290vh; height: 290svh; background: var(--ink); }
.hero__stick { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.hero__skin { position: absolute; inset: 0; background:
  radial-gradient(120% 90% at 50% 38%, #f1ebdf 0%, var(--bone) 45%, #d9cfbc 100%); }
.hero__skin::after { /* pores / grain so shaved skin isn't a flat vector */ content: ""; position: absolute; inset: 0; opacity: .35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .45  0 0 0 0 .38  0 0 0 0 .3  0 0 0 .55 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>"); }
.hero__name { position: absolute; left: 50%; top: 12vh; transform: translateX(-50%); width: max-content; display: flex; flex-direction: column; align-items: flex-start; font-family: var(--display); font-weight: 900; line-height: .8; color: var(--ink); letter-spacing: -.01em; }
.hero__line1 { display: flex; align-items: flex-end; gap: 2.2vw; width: 100%; }
.hero__line1 .fit { flex: none; }
.fit { display: block; white-space: nowrap; font-size: 20vw; }
.fit--sun { color: var(--sun); }
.fit-m { display: none; }
.hero__tag { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.3vw, 38px); line-height: 1.02; letter-spacing: 0; margin: 0 0 .5em auto; text-align: right; color: var(--ink); }
.hero__tag em { color: var(--sun); }
.hero__skin-meta { position: absolute; left: var(--pad); right: var(--pad); bottom: 22px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; color: rgba(15,14,13,.55); }
.hero__hair { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: pan-y; cursor: none; }
.hero__over { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero__hud { position: absolute; inset: 0; pointer-events: none; color: var(--bone); mix-blend-mode: difference; }
.hero__tl, .hero__tr { position: absolute; top: 76px; margin: 0; transition: opacity .6s; }
.hero.shaving .hero__tl, .hero.shaving .hero__tr, .hero.done .hero__lede { opacity: 0; }
.hero__lede { position: absolute; left: var(--pad); bottom: 60px; max-width: 30em; margin: 0; font-size: 20px; line-height: 1.25; transition: opacity .6s; }
.hero__lede b { font-weight: 400; font-style: italic; }
.hero__tl { left: var(--pad); }
.hero__tr { right: var(--pad); text-align: right; }
.hero__hint { position: absolute; left: 50%; bottom: 16vh; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; white-space: nowrap; transition: opacity .6s; }
.hint__blade { width: 30px; height: 14px; border: 1.5px solid currentColor; border-radius: 3px 3px 7px 7px; position: relative; animation: bladeNudge 1.8s var(--ease-io) infinite; }
.hint__blade::after { content: ""; position: absolute; left: 3px; right: 3px; top: -5px; height: 4px; background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 4px); }
@keyframes bladeNudge { 0%,100% { transform: translateX(-10px); } 50% { transform: translateX(10px); } }
.hint__mob { display: none; }
.hero__meter { position: absolute; left: var(--pad); bottom: 26px; display: flex; gap: 12px; align-items: center; }
.meter__bar { width: 120px; height: 2px; background: rgba(235,228,214,.25); position: relative; overflow: hidden; }
.meter__bar i { position: absolute; inset: 0; background: var(--bone); transform-origin: left; transform: scaleX(0); }
.hero__regrow { position: absolute; right: var(--pad); bottom: 18px; pointer-events: auto; background: none; border: 0; padding: 8px 0; cursor: pointer; opacity: 0; transition: opacity .5s; color: inherit; }
.hero__regrow.show { opacity: 1; visibility: visible; }
.hero__reveal { position: absolute; left: var(--pad); right: var(--pad); bottom: 60px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; pointer-events: none; opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.hero__reveal.show { opacity: 1; transform: none; pointer-events: auto; }
.hero__reveal:not(.show), .hero__regrow:not(.show) { visibility: hidden; }
.hero__claim { margin: 0; font-size: clamp(24px, 2.3vw, 36px); line-height: 1.08; max-width: 18em; color: var(--ink); }
.hero__claim em { color: var(--ink); opacity: .6; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.hero__ctas .btn--ghost { color: var(--ink); background: rgba(235,228,214,.7); }
@media (hover: hover) { .hero__ctas .btn--ghost:hover { color: var(--bone); } }
.hero__ctas .btn--ghost { --hover: var(--ink); }

/* =========================================================
   01 HONEST
   ========================================================= */
.honest { padding: 18vh var(--pad) 14vh; position: relative; }
.honest__big { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(64px, 13.5vw, 230px); line-height: .82; margin: 0 0 8vh; letter-spacing: -.01em; }
.honest__big .line { display: block; overflow: hidden; padding-bottom: .09em; margin-bottom: -.09em; }
.honest__big .line > span { display: inline-block; transform: translateY(105%); transition: transform 1.1s var(--ease); }
.honest__big.in .line > span { transform: none; }
.honest__big .line:nth-child(2) > span { transition-delay: .12s; }
.honest__big .line:nth-child(3) > span { transition-delay: .24s; }
.honest__big .line:nth-child(4) > span { transition-delay: .5s; }
.honest__big .line--sun em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sun); font-size: .92em; letter-spacing: -.03em; }
.honest__big .line:nth-child(2) { padding-left: 8vw; }
.honest__big .line:nth-child(3) { padding-left: 16vw; }
.honest__big .line:nth-child(4) { padding-left: 4vw; }
.honest__cols { display: grid; grid-template-columns: 1.25fr 1fr; gap: 6vw; align-items: start; }
.honest__body { font-size: clamp(22px, 2.1vw, 32px); line-height: 1.22; margin: 0; max-width: 24em; }
.founding { border-top: 1.5px solid var(--ink); padding-top: 22px; position: relative; }
.founding__tag { color: var(--sun); margin: 0 0 10px; display: flex; align-items: center; gap: 8px; }
.founding__tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sun); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .25; } }
.founding__h { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 44px; line-height: .9; margin: 0 0 14px; }
.founding p { margin: 0 0 22px; font-size: 19px; }

/* photo slots */
.frames { margin-top: 14vh; display: grid; grid-template-columns: 1fr 1.5fr 1fr 1fr; gap: 18px; align-items: end; }
.slot { margin: 0; }
.slot__box { position: relative; background:
  repeating-linear-gradient(135deg, rgba(15,14,13,.05) 0 1px, transparent 1px 11px), var(--bone-2); overflow: hidden; }
.slot--tall .slot__box { aspect-ratio: 4/5; }
.slot--wide .slot__box { aspect-ratio: 3/2; }
.slot--sq .slot__box { aspect-ratio: 1; }
.slot__box img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slot__crop { position: absolute; inset: 12px; pointer-events: none;
  background:
    linear-gradient(var(--ink),var(--ink)) left top/18px 1.5px, linear-gradient(var(--ink),var(--ink)) left top/1.5px 18px,
    linear-gradient(var(--ink),var(--ink)) right top/18px 1.5px, linear-gradient(var(--ink),var(--ink)) right top/1.5px 18px,
    linear-gradient(var(--ink),var(--ink)) left bottom/18px 1.5px, linear-gradient(var(--ink),var(--ink)) left bottom/1.5px 18px,
    linear-gradient(var(--ink),var(--ink)) right bottom/18px 1.5px, linear-gradient(var(--ink),var(--ink)) right bottom/1.5px 18px;
  background-repeat: no-repeat; }
.slot__box::after { content: "PHOTO SLOT"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: rgba(15,14,13,.45); border: 1px solid rgba(15,14,13,.3); padding: 6px 10px; border-radius: 99px; white-space: nowrap; }
.slot.has-img .slot__box::after, .slot.has-img .slot__crop { display: none; }
.slot figcaption { margin-top: 10px; font-size: 10.5px; color: rgba(15,14,13,.7); }
.slot figcaption b { color: var(--ink); }

/* =========================================================
   02 GUARDS
   ========================================================= */
.guards { background: var(--ink); color: var(--bone); padding: 16vh var(--pad) 10vh; position: relative; }
.guards__head { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 12vh; }
.guards__head .kicker { grid-column: 1 / -1; margin: 0; }
.guards__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(60px, 9vw, 150px); line-height: .82; margin: 0; }
.guards__lede { font-size: clamp(20px, 1.8vw, 27px); line-height: 1.25; margin: 0; max-width: 20em; opacity: .85; }
.guards__grid { display: grid; grid-template-columns: minmax(300px, 40%) 1fr; gap: 5vw; }
.guards__rail { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.rail__num { font-family: var(--display); font-weight: 900; font-size: min(34vw, 58vh); line-height: .9; display: flex; color: var(--sun); height: .9em; overflow: hidden; letter-spacing: -.03em; }
.rail__hash { color: transparent; -webkit-text-stroke: 2px var(--sun); font-weight: 700; margin-right: .02em; }
.rail__roll { display: flex; flex-direction: column; transition: transform .9s cubic-bezier(.7,-0.25,.2,1.25); }
.rail__roll i { font-style: normal; height: .9em; display: block; }
.rail__guard { width: min(260px, 70%); margin: 3vh 0 2vh; }
.guard-svg { width: 100%; overflow: visible; }
.guard-svg .g-body { fill: none; stroke: var(--bone); stroke-width: 2; }
.guard-svg .g-teeth rect { fill: var(--bone); transition: height .8s var(--ease); }
.rail__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.rail__list li { opacity: .35; transition: opacity .4s, transform .4s var(--ease), color .4s; }
.rail__list li.on { opacity: 1; color: var(--sun); transform: translateX(10px); }

.guards__chapters { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; min-width: 0; }
.ch { min-height: 100vh; padding: 12vh 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-top: 1px solid rgba(235,228,214,.15); }
.ch:first-child { border-top: 0; }
.ch__num { color: var(--sun); margin: 0 0 16px; }
.ch__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(56px, 7vw, 120px); line-height: .82; margin: 0 0 26px; }
.ch__body { font-size: clamp(20px, 1.6vw, 25px); line-height: 1.3; max-width: 26em; margin: 0 0 34px; opacity: .88; }
.ch__visual { position: relative; width: 100%; max-width: 520px; margin: 0 0 34px; }
.draw { width: 100%; overflow: visible; }
.draw * { fill: none; stroke: var(--bone); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.draw .dash { stroke: var(--sun); stroke-dasharray: 3 6 !important; opacity: .8; }
.plan__you { position: absolute; left: 52.4%; top: 53.3%; transform: translate(-50%,-50%); color: var(--sun); font-weight: 700; }
.plan__lbl { position: absolute; font-size: 10px; opacity: .6; }
.plan__lbl--1 { right: 12%; top: -2%; }
.plan__lbl--2 { right: 2%; top: 83%; }
.menu { width: 100%; max-width: 520px; margin: 0 0 34px; display: grid; }
.menu > div { display: flex; align-items: baseline; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(235,228,214,.15); }
.menu dt { font-size: 22px; }
.menu > div::after { content: ""; order: 1; flex: 1; border-bottom: 1px dotted rgba(235,228,214,.35); transform: translateY(-5px); }
.menu dd { margin: 0; order: 2; }
.route__river { stroke: rgba(235,228,214,.18) !important; stroke-width: 18 !important; }
.route__path { stroke: var(--sun) !important; stroke-width: 2.5 !important; stroke-dasharray: 1; }
.pin { fill: var(--ink) !important; }
.pin--sun { fill: var(--sun) !important; stroke: var(--sun) !important; }
.route__a, .route__b { position: absolute; font-size: 11px; }
.route__a { left: 16%; top: 16%; }
.route__b { right: 0; top: 80%; color: var(--sun); }
.where { width: 100%; max-width: 620px; }
.where > label { display: block; margin-bottom: 10px; opacity: .7; }
.where__row { display: flex; gap: 10px; flex-wrap: wrap; }
.where__row input { flex: 1 1 220px; }
.where__note { margin: 12px 0 0; opacity: .6; font-size: 11px; }
.guards input, .guards select { background: transparent; border: 0; border-bottom: 1.5px solid rgba(235,228,214,.5); color: var(--bone); min-height: 52px; padding: 0 2px; font-size: 20px; border-radius: 0; }
.guards input::placeholder { color: rgba(235,228,214,.4); }
.guards input:focus { outline: none; border-color: var(--sun); }

.runsheet { list-style: none; padding: 0; margin: 0 0 34px; width: 100%; max-width: 620px; position: relative; }
.runsheet::before { content: ""; position: absolute; left: 76px; top: 10px; bottom: 10px; width: 1px; background: rgba(235,228,214,.25); }
.runsheet li { display: grid; grid-template-columns: 76px 1fr; gap: 28px; padding: 11px 0; align-items: baseline; position: relative; opacity: .35; transition: opacity .5s, transform .5s var(--ease); transform: translateX(-8px); }
.runsheet li.in { opacity: 1; transform: none; }
.runsheet li::before { content: ""; position: absolute; left: 72px; top: 19px; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); border: 1.5px solid var(--sun); }
.runsheet li:nth-child(3)::before { background: var(--sun); }
.runsheet span { color: var(--sun); }
.runsheet b { font-weight: 400; font-size: 21px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chips span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 99px; border: 1.5px solid currentColor; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; opacity: .8; }
.chips input:checked + span { background: var(--sun); border-color: var(--sun); color: var(--ink); opacity: 1; }
.chips input:focus-visible + span { outline: 2px solid var(--sun); outline-offset: 2px; }
fieldset { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
legend { padding: 0; margin-bottom: 10px; opacity: .7; }
.waitlist { width: 100%; max-width: 640px; }
.form-msg { min-height: 1.5em; margin: 12px 0 0; color: var(--sun); }
.tick { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: var(--sun); margin-right: 6px; vertical-align: -2px; }

/* =========================================================
   03 INVITE / POSTER
   ========================================================= */
.invite { padding: 16vh var(--pad) 14vh; background: var(--bone); }
.invite__head { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 9vh; }
.invite__head .kicker { grid-column: 1 / -1; margin: 0; }
.invite__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(60px, 9vw, 150px); line-height: .82; margin: 0; }
.invite__lede { font-size: clamp(20px, 1.8vw, 27px); margin: 0; max-width: 18em; }
.invite__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 5vw; align-items: start; }
.invite__grid > * { min-width: 0; }
.poster-wrap { position: sticky; top: 90px; }
.poster { position: relative; aspect-ratio: 3/4; background: var(--ink); color: var(--bone); padding: 7% 7% 6%; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(15,14,13,.55); transform: rotate(-1.2deg); transition: transform .8s var(--ease); container-type: inline-size; }
.poster:hover { transform: rotate(0); }
.poster__top { display: flex; justify-content: space-between; font-size: 3.2cqi; border-bottom: 1px solid rgba(235,228,214,.3); padding-bottom: 3cqi; }
.poster__presents { margin: 6cqi 0 0; font-size: 3.4cqi; color: var(--sun); min-height: 1.5em; overflow-wrap: anywhere; }
.poster__name { font-family: var(--display); font-weight: 900; font-size: 30cqi; line-height: .8; margin: 2cqi 0 0; position: relative; z-index: 1; letter-spacing: -.01em; }
.poster__city { font-family: var(--serif); font-style: italic; font-size: 15cqi; line-height: .95; margin: auto 0 4cqi; color: var(--sun); position: relative; z-index: 1; overflow-wrap: anywhere; }
.poster__bottom { display: flex; justify-content: space-between; gap: 10px; font-size: 3.2cqi; border-top: 1px solid rgba(235,228,214,.3); padding-top: 3cqi; }
.poster__bottom .mono, .poster__top .mono { font-size: inherit; }
.poster .mono { font-size: 3.2cqi; }
.poster__sun { position: absolute; width: 75cqi; height: 75cqi; right: -25cqi; top: 38%; border-radius: 50%; background: radial-gradient(circle at 40% 40%, var(--sun-2), var(--sun) 60%); opacity: .95; mix-blend-mode: normal; z-index: 0; }
.poster__sun::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: repeating-linear-gradient(0deg, var(--ink) 0 2cqi, transparent 2cqi 5cqi); mask: linear-gradient(transparent 45%, #000 100%); -webkit-mask: linear-gradient(transparent 45%, #000 100%); }
.flip { display: inline-block; animation: flipIn .35s var(--ease) both; }
@keyframes flipIn { from { transform: translateY(40%) rotateX(80deg); opacity: 0; } }
.stamp { position: absolute; left: 50%; top: 46%; z-index: 3; font-family: var(--mono); font-weight: 800; font-size: 7cqi; line-height: 1.05; text-align: center; letter-spacing: .1em; color: var(--sun); border: .9cqi solid var(--sun); padding: 3cqi 5cqi; border-radius: 2cqi; transform: translate(-50%,-50%) rotate(-14deg) scale(2.4); opacity: 0; pointer-events: none; background: rgba(15,14,13,.82); box-shadow: 0 0 0 1.2cqi rgba(15,14,13,.82); }
.stamp.on { animation: stamp .5s cubic-bezier(.3,1.6,.5,1) forwards; }
@keyframes stamp { to { transform: translate(-50%,-50%) rotate(-14deg) scale(1); opacity: 1; } }
.poster.stamped { animation: thump .35s .25s; }
@keyframes thump { 40% { transform: rotate(-1.2deg) scale(.985); } }
.poster__cap { margin: 16px 0 0; opacity: .55; font-size: 10.5px; }

.field { display: flex; flex-direction: column; gap: 8px; margin: 0 0 22px; flex: 1; min-width: 0; }
.field label, .field legend { opacity: .7; }
.field-row { display: flex; gap: 18px; }
.invite input, .invite select, .book input, .book select, .book textarea { width: 100%; background: transparent; border: 0; border-bottom: 1.5px solid currentColor; min-height: 50px; padding: 0 2px; font-size: 20px; border-radius: 0; -webkit-appearance: none; appearance: none; }
.invite select, .book select { background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(-45deg, transparent 50%, currentColor 50%); background-size: 6px 6px; background-position: calc(100% - 12px) 55%, calc(100% - 6px) 55%; background-repeat: no-repeat; }
.invite input:focus, .invite select:focus, .book input:focus, .book textarea:focus { outline: none; border-color: var(--sun); }
.invite input::placeholder, .book input::placeholder, .book textarea::placeholder { color: currentColor; opacity: .35; }
.invite .chips span { opacity: 1; }
.poster-strip { display: none; }
.rider { display: grid; gap: 4px; padding: 16px 18px; border: 1.5px dashed var(--ink); margin: 6px 0 24px; font-size: 11.5px; }
.rider b { color: var(--sun); }
.invalid { border-color: var(--sun) !important; animation: nudge .35s; }
@keyframes nudge { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

/* =========================================================
   04 BOOK
   ========================================================= */
.book { background: var(--ink-2); color: var(--bone); padding: 16vh var(--pad) 16vh; display: grid; grid-template-columns: 1fr minmax(0, 1.25fr); gap: 5vw; align-items: start; }
.book__head { position: sticky; top: 100px; }
.book__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(70px, 11vw, 190px); line-height: .8; margin: 0 0 24px; }
.book__title em { font-family: var(--serif); font-weight: 400; text-transform: none; color: var(--sun); letter-spacing: -.03em; }
.book__lede { font-size: 22px; margin: 0; opacity: .8; }
.ticket { --notch: 84px; min-width: 0; background: var(--bone); color: var(--ink); border-radius: 14px; padding: clamp(22px, 3vw, 44px); position: relative;
  -webkit-mask: radial-gradient(circle 14px at 0 var(--notch), transparent 98%, #000) , radial-gradient(circle 14px at 100% var(--notch), transparent 98%, #000);
  -webkit-mask-composite: source-in; mask-composite: intersect; }
.ticket__steps { display: flex; justify-content: space-between; gap: 6px; padding-bottom: 22px; border-bottom: 1.5px dashed rgba(15,14,13,.35); margin-bottom: 30px; font-size: 11px; }
.ticket__steps span { opacity: .35; transition: opacity .3s, color .3s; }
.ticket__steps span.on { opacity: 1; }
.ticket__steps span.done { opacity: .8; color: var(--sun); }
.step { display: none; }
.step.on { display: block; animation: stepIn .5s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(12px); } }
.step__h { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(34px, 3.4vw, 52px); line-height: .9; margin: 0 0 24px; }
.step__note { opacity: .6; font-size: 11px; margin: 14px 0 0; }
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
.svc__opt { position: relative; cursor: pointer; }
.svc__opt input { position: absolute; opacity: 0; }
.svc__card { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1.5px solid rgba(15,14,13,.25); border-radius: 10px; min-height: 150px; transition: border-color .25s, background .25s, color .25s, transform .3s var(--ease); }
.svc__card b { font-family: var(--display); font-size: 40px; line-height: .9; font-weight: 900; color: var(--sun); }
.svc__card strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; line-height: 1; margin-top: auto; }
.svc__card em { font-size: 15px; opacity: .7; }
.svc__card i { margin-top: 8px; align-self: flex-start; }
.svc__opt input:checked + .svc__card { background: var(--ink); color: var(--bone); border-color: var(--ink); transform: translateY(-4px); }
.svc__opt input:focus-visible + .svc__card { outline: 2px solid var(--sun); outline-offset: 2px; }
.book .chips span { opacity: 1; }
.founder-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 18px; }
.founder-check input { width: 22px; height: 22px; min-height: 0; accent-color: var(--sun); margin: 2px 0 0; flex: none; -webkit-appearance: auto; appearance: auto; }
.days { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; margin-bottom: 14px; scrollbar-width: thin; }
.day { flex: 0 0 74px; scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px 0; border: 1.5px solid rgba(15,14,13,.22); border-radius: 10px; background: none; cursor: pointer; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.day b { font-family: var(--display); font-size: 32px; line-height: 1; font-weight: 800; letter-spacing: 0; }
.day[aria-checked="true"] { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.day[aria-checked="true"] b { color: var(--sun); }
.times { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 8px; }
.time { min-height: 46px; border: 1.5px solid rgba(15,14,13,.22); border-radius: 99px; background: none; cursor: pointer; font-family: var(--mono); font-size: 13px; }
.time[aria-checked="true"] { background: var(--sun); border-color: var(--sun); }
.time--flex { grid-column: span 2; }
.only-house, .only-event { display: none; }
[data-svc="house"] .only-house, [data-svc="event"] .only-event { display: flex; }
.book textarea { padding-top: 12px; min-height: 90px; resize: vertical; line-height: 1.35; }
.ticket__nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 24px; border-top: 1.5px dashed rgba(15,14,13,.35); }
.ticket__nav .btn--ghost { color: var(--ink); --hover: var(--ink); }
@media (hover: hover) { .ticket__nav .btn--ghost:hover { color: var(--bone); } }
.ticket__nav .btn--ghost[hidden] { display: none; }
#bNext { margin-left: auto; }
.book .form-msg { color: #c23c0a; width: 100%; margin: 0; min-height: 0; }
.book .form-msg:empty { display: none; }

.receipt__no { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--sun); margin: 0 0 8px; }
.receipt__h { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(44px, 5vw, 76px); line-height: .85; margin: 0 0 22px; }
.receipt dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; margin: 0 0 22px; font-size: 18px; }
.receipt dt { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .6; padding-top: 5px; }
.receipt dd { margin: 0; }
.receipt__acts { display: flex; flex-wrap: wrap; gap: 10px; }
.receipt__acts .btn--ghost { color: var(--ink); --hover: var(--ink); }
@media (hover: hover) { .receipt__acts .btn--ghost:hover { color: var(--bone); } }
.receipt__demo { margin: 18px 0 0; font-size: 10.5px; opacity: .6; }
.cut-line { height: 26px; margin: 4px 0 18px; background: radial-gradient(circle, rgba(15,14,13,.4) 1.2px, transparent 1.6px) 0 50%/10px 10px repeat-x; position: relative; }

/* =========================================================
   05 FINE PRINT
   ========================================================= */
.fine { padding: 14vh var(--pad); display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; }
.fine__list details { border-top: 1.5px solid var(--ink); }
.fine__list details:last-child { border-bottom: 1.5px solid var(--ink); }
.fine__list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: clamp(22px, 2vw, 30px); }
.fine__list summary::-webkit-details-marker { display: none; }
.fine__list summary::after { content: "+"; font-family: var(--mono); font-size: 22px; transition: transform .35s var(--ease); color: var(--sun); }
.fine__list details[open] summary::after { transform: rotate(45deg); }
.fine__list p { margin: 0 0 24px; max-width: 34em; opacity: .8; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: var(--sun); color: var(--ink); padding: 0 var(--pad) 40px; overflow: hidden; }
.foot__big { font-family: var(--display); font-weight: 900; line-height: .74; font-size: 29.5vw; letter-spacing: -.02em; margin: 0 calc(var(--pad) * -1) 0; text-align: center; transform: translateY(-3%); padding-top: 4vw; }
.foot__big span { display: inline-block; }
.foot__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1.5px solid var(--ink); padding-top: 26px; }
.foot__grid p { margin: 0 0 6px; }
.foot__link { font-size: 26px; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.foot__link.ph { font-size: 15px; background: rgba(15,14,13,.08); outline-color: var(--ink); }
.foot__base { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 50px 0 0; font-size: 11px; }

/* mobile dock */
.dock { display: none; }

/* reveal on scroll */
.rv { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* =========================================================
   MOBILE — designed for the thumb
   ========================================================= */
@media (max-width: 820px) {
  body { font-size: 18px; }
  .nav { padding: 12px 18px; }
  .nav__links, .nav__book { display: none; }
  .hero { height: 200svh; }
  .hero__lede { left: 18px; right: 18px; bottom: auto; top: 62px; font-size: 17px; max-width: none; }
  .hero__tl, .hero__tr { display: none; }
  .hero__name { top: 18svh; align-items: center; }
  .fit-d, .hero__tag { display: none; }
  .fit-m { display: block; }
  .hero__line1 { justify-content: center; }
  .hero__skin-meta { flex-wrap: wrap; justify-content: flex-start; gap: 4px 14px; bottom: 96px; font-size: 10px; }
  .hero__tl, .hero__tr { top: 58px; font-size: 10.5px; }
  .hint__desk, .hero__svc, .d-only { display: none; }
  .hint__mob { display: inline; }
  .hero__hint { bottom: 110px; font-size: 11px; }
  .hero__meter { bottom: 92px; left: 18px; }
  .hero__regrow { bottom: 84px; right: 18px; }
  .hero__reveal { left: 18px; right: 18px; bottom: 92px; flex-direction: column; align-items: stretch; gap: 16px; }
  .hero__reveal { bottom: 96px; gap: 12px; }
  .hero__claim { font-size: 23px; }
  .hero__ctas { justify-content: stretch; }
  .hero__ctas .btn { flex: 1; min-height: 48px; padding: 0 12px; font-size: 11.5px; }
  .hero.done .hero__skin-meta, .hero.done .hero__meter, .hero.done .hero__regrow { opacity: 0; }

  .honest { padding: 14vh 18px 10vh; }
  .honest__big { font-size: 17vw; margin-bottom: 7vh; }
  .honest__big .line { white-space: nowrap; }
  .honest__big .line:nth-child(2) { padding-left: 6vw; }
  .honest__big .line:nth-child(3) { padding-left: 12vw; }
  .honest__cols { grid-template-columns: 1fr; gap: 50px; }
  .honest__body { font-size: 24px; }
  .founding .btn { width: 100%; }
  .frames { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin: 10vh -18px 0; padding: 0 18px 10px; align-items: flex-start; scrollbar-width: none; }
  .frames::-webkit-scrollbar { display: none; }
  .slot { flex: 0 0 72vw; scroll-snap-align: center; }
  .slot--wide { flex-basis: 86vw; }

  .guards { padding: 12vh 18px 6vh; }
  .guards__head { grid-template-columns: 1fr; margin-bottom: 4vh; }
  .guards__grid { display: block; }
  .guards__rail { position: sticky; top: 0; z-index: 3; height: 56px; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; margin: 0 -18px; padding: 8px 18px; background: var(--ink); border-bottom: 1px solid rgba(235,228,214,.15); }
  .rail__num { font-size: 40px; }
  .rail__guard { width: 64px; margin: 0; }
  .ch { scroll-margin-top: 70px; }
  .rail__list { display: none; }
  .rail__cur { display: block !important; flex: 1; text-align: right; color: var(--sun); }
  .ch { min-height: 0; padding: 9vh 0 10vh; }
  .ch .btn { width: 100%; }
  .ch__title { font-size: 16.5vw; }
  .ch__visual { margin-bottom: 26px; }
  .where__row { flex-direction: column; }
  .where__row input { flex: none; }
  .runsheet::before { left: 62px; }
  .runsheet li { grid-template-columns: 62px 1fr; gap: 22px; }
  .runsheet li::before { left: 58px; }
  .runsheet b { font-size: 18px; }

  .invite { padding: 12vh 18px 10vh; }
  .invite__head { grid-template-columns: 1fr; margin-bottom: 6vh; }
  .invite__grid { grid-template-columns: 1fr; gap: 40px; }
  .poster-wrap { position: relative; top: 0; width: 78%; margin: 0 auto; }
  .poster { transform: rotate(-2deg); }
  .poster__cap { display: none; }
  .field-row { flex-direction: column; gap: 0; }
  .poster-strip { display: flex; align-items: center; gap: 10px; position: sticky; top: 0; z-index: 4; margin: 0 -18px 22px; padding: 14px 18px; background: var(--ink); color: var(--bone); font-size: 11px; overflow: hidden; white-space: nowrap; }
  .poster-strip #psLine { overflow: hidden; text-overflow: ellipsis; }
  .ps__sun { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--sun); }

  .book { grid-template-columns: 1fr; padding: 12vh 12px 14vh; gap: 36px; }
  .book__head { position: static; padding: 0 6px; }
  .ticket { padding: 22px 18px; border-radius: 12px; --notch: 62px; }
  .book > * { min-width: 0; }
  .svc { grid-template-columns: 1fr; }
  .svc__card { min-height: 0; display: grid; grid-template-columns: 52px 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px; padding: 14px; }
  .svc__card b { grid-row: 1 / 3; font-size: 38px; }
  .svc__card strong { margin: 0; font-size: 23px; }
  .svc__card em { grid-column: 2; font-size: 14px; }
  .svc__card i { grid-row: 1 / 3; grid-column: 3; margin: 0; }
  .svc__opt input:checked + .svc__card { transform: none; }
  .step { padding-bottom: 8px; }
  .ticket__nav { position: sticky; bottom: 0; background: var(--bone); margin: 18px -18px -22px; padding: 14px 18px 18px; border-radius: 0 0 12px 12px; }
  .ticket__nav .btn { flex: 1; }
  .ticket__nav .btn--ghost { flex: 0 0 auto; }

  .fine { grid-template-columns: 1fr; padding: 10vh 18px; gap: 10px; }
  .foot { padding: 0 18px 110px; }
  .foot__big { font-size: 31vw; }
  .foot__grid { grid-template-columns: 1fr 1fr; gap: 24px 14px; }
  .foot__base { flex-direction: column; gap: 4px; }

  .dock { display: flex; position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 60; gap: 6px; padding: 6px; background: rgba(15,14,13,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .5s var(--ease); }
  .dock.hide { transform: translateY(140%); }
  .dock__btn { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; color: var(--bone); text-decoration: none; font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .dock__btn--sun { flex: 1.8; background: var(--sun); color: var(--ink); }
}
.rail__cur { display: none; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) {
  .hero { height: 100vh; height: 100svh; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .honest__big .line > span, .rv { transform: none; opacity: 1; }
}
