/* ============================================================
   Aleida film v2 — page styles.
   Reuses: home-palett.css (tokens), film.css (intro + cursor),
   hero-variants.css (.hv-d hero + .hv-phone/.hv-dash components).
   Adds: in-page hero, orange logo, and the cinematic product
   section (orange + grid, pieces fall from top & stack, pinned).
   ============================================================ */

html, body { margin: 0; background: var(--cream); }

/* =========================================================
   HERO D — in the live page (full viewport)
   ========================================================= */
.hv-d.hero-live { height: 100svh; min-height: 600px; }

/* responsive headline for the live viewport */
.hv-d.hero-live .hv-d-h1 { font-size: clamp(34px, 4.4vw, 60px); }

/* entrance waits for the intro to lift (body.site-in) */
.hv-d.hero-live .hv-d-h1 .ln > span,
.hv-d.hero-live .hv-d-nav,
.hv-d.hero-live .hv-d-eyebrow,
.hv-d.hero-live .hv-d-shot { animation-play-state: paused; }
body.site-in .hv-d.hero-live .hv-d-h1 .ln > span,
body.site-in .hv-d.hero-live .hv-d-nav,
body.site-in .hv-d.hero-live .hv-d-eyebrow,
body.site-in .hv-d.hero-live .hv-d-shot { animation-play-state: running; }
@media (prefers-reduced-motion: reduce) {
  .hv-d.hero-live .hv-d-h1 .ln > span,
  .hv-d.hero-live .hv-d-nav,
  .hv-d.hero-live .hv-d-eyebrow,
  .hv-d.hero-live .hv-d-shot { animation: none; opacity: 1; transform: none; }
}

/* =========================================================
   MARQUEE — white banner between hero and product
   ========================================================= */
.v2-marq { position: relative; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; padding: 30px 0; }
.v2-marq .track { display: inline-flex; white-space: nowrap; animation: v2marq 28s linear infinite; will-change: transform; }
.v2-marq .item { display: inline-flex; align-items: center; font-family: var(--mono); font-size: 16px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.v2-marq .item::before { content: "✿"; color: var(--straw); margin: 0 38px; font-size: 15px; }
@keyframes v2marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .v2-marq .track { animation: none; } }

/* =========================================================
   PRODUCT — cinematic, pinned. Pieces fall from the top one at
   a time (each drops away as the next arrives). Pinned.
   ========================================================= */
.prod-scroll { position: relative; height: 360vh; background: var(--straw); }
.prod-pin { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.prod-stage { position: relative; width: 100%; height: 100%; background: var(--straw); display: flex; align-items: center; }
/* the grid backdrop the user loved (from variant C) */
.prod-stage::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(250,247,242,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(250,247,242,.13) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(135% 115% at 52% 46%, #000 38%, transparent 86%);
}
.prod-inner {
  position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 56px; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 36px; align-items: center;
}

/* left — D-style headline */
.prod-head { color: var(--cream); }
.prod-head .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: rgba(250,247,242,.9); font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 22px; }
.prod-head .eyebrow .tick { width: 24px; height: 1px; background: var(--cream); }
.prod-head h2 { margin: 0; color: var(--cream); font-weight: 600; text-transform: none; font-size: clamp(38px, 4.6vw, 70px); line-height: 1.0; letter-spacing: -.03em; text-wrap: balance; }
.prod-head p { margin: 24px 0 0; color: rgba(250,247,242,.84); font-size: 18px; line-height: 1.5; max-width: 36ch; }
.prod-stepper { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.prod-stepper .s { display: flex; align-items: center; gap: 13px; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,247,242,.5); transition: color .35s ease; }
.prod-stepper .s .n { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(250,247,242,.35); display: grid; place-items: center; font-size: 11px; flex: none; transition: background .35s ease, color .35s ease, border-color .35s ease; }
.prod-stepper .s.on { color: var(--cream); }
.prod-stepper .s.on .n { background: var(--cream); color: var(--straw-deep); border-color: var(--cream); }

/* right — the falling product cluster (pieces share one centred spot) */
.ps-cluster { position: relative; height: 580px; }
.ps-item { position: absolute; left: 50%; top: 50%; will-change: transform, opacity; }
#pPhone { z-index: 5; }
#pDash { z-index: 4; }
#pDetail { z-index: 6; }

/* re-flow the reused components into relative blocks */
.ps-cluster .hv-phone { position: relative; left: auto; bottom: auto; top: auto; right: auto; transition: none; }
.ps-cluster .hv-dash { position: relative; left: auto; bottom: auto; top: auto; right: auto; transition: none; width: 460px; }

/* phone polish — status bar, dynamic island, refined header */
.ps-cluster .hv-phone {
  width: 286px; height: 580px; padding: 12px;
  background: linear-gradient(155deg, #2A2620, #131110);
  box-shadow: 0 50px 110px -34px rgba(0,0,0,.6), inset 0 0 0 1px rgba(250,247,242,.08), inset 0 1px 0 rgba(250,247,242,.14);
}
.ps-cluster .hv-phone .screen { border-radius: 30px; }
.ps-cluster .ph-status { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px 0; font-size: 13px; font-weight: 600; color: var(--ink); }
.ps-cluster .ph-status .ic { display: inline-flex; align-items: center; gap: 6px; }
.ps-cluster .ph-status .sig { display: inline-flex; align-items: flex-end; gap: 1.5px; height: 10px; }
.ps-cluster .ph-status .sig i { width: 3px; background: var(--ink); border-radius: 1px; }
.ps-cluster .ph-status .sig i:nth-child(1) { height: 4px; } .ps-cluster .ph-status .sig i:nth-child(2) { height: 6px; }
.ps-cluster .ph-status .sig i:nth-child(3) { height: 8px; } .ps-cluster .ph-status .sig i:nth-child(4) { height: 10px; }
.ps-cluster .ph-status .bat { width: 22px; height: 11px; border-radius: 3px; border: 1.5px solid var(--ink); position: relative; }
.ps-cluster .ph-status .bat::before { content: ""; position: absolute; inset: 1.5px; right: 6px; background: var(--ink); border-radius: 1px; }
.ps-cluster .ph-status .bat::after { content: ""; position: absolute; right: -3px; top: 3px; bottom: 3px; width: 1.5px; background: var(--ink); border-radius: 1px; }
.ps-cluster .ph-island { width: 92px; height: 26px; background: #0E0C0B; border-radius: 16px; margin: 8px auto 4px; }
.ps-cluster .hv-phscr-top { padding: 8px 16px 13px; gap: 10px; }
.ps-cluster .hv-phscr-top .mk { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(225,75,71,.1); }
.ps-cluster .hv-phscr-top .nm { font-size: 14.5px; }
.ps-cluster .hv-phscr-top .st { font-size: 9px; }
.ps-cluster .hv-chat { padding: 16px 15px; gap: 10px; }
.ps-cluster .hv-bub { font-size: 13px; padding: 11px 14px; border-radius: 17px; box-shadow: 0 2px 8px -3px rgba(26,24,20,.12); }
.ps-cluster .hv-bub.ai { border-bottom-left-radius: 6px; }
.ps-cluster .hv-bub.me { border-bottom-right-radius: 6px; }
.ps-cluster .hv-phbar { padding: 8px 14px 18px; }
.ps-cluster .hv-phbar .box { border-radius: 24px; padding: 10px 10px 10px 16px; }

/* the candidate "underlag" detail card (the NEW thing that drops in) */
.ps-detail { width: 392px; background: var(--cream); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 46px 100px -42px rgba(26,24,20,.55); overflow: hidden; }

/* =========================================================
   PREMIUM recruiter UI — dark "pro tool" look for the
   dashboard + underlag (scoped to the product cluster only).
   ========================================================= */
.ps-cluster .hv-dash {
  width: 462px; background: linear-gradient(180deg, #23201B, #1A1714);
  border: 1px solid rgba(250,247,242,.10); border-radius: 18px;
  box-shadow: 0 50px 110px -38px rgba(0,0,0,.62), inset 0 1px 0 rgba(250,247,242,.06);
}
.ps-cluster .hv-dash-top { padding: 17px 20px; border-bottom: 1px solid rgba(250,247,242,.08); }
.ps-cluster .hv-dash-top .t { color: var(--cream); font-size: 15.5px; }
.ps-cluster .hv-dash-top .c { color: rgba(250,247,242,.45); }
.ps-cluster .hv-rows { padding: 9px; gap: 3px; }
.ps-cluster .hv-row { padding: 12px 13px; border-radius: 11px; gap: 13px; }
.ps-cluster .hv-row.top { background: rgba(225,75,71,.12); box-shadow: inset 2px 0 0 var(--straw); }
.ps-cluster .hv-row .mono-i { background: rgba(250,247,242,.07); border: 1px solid rgba(250,247,242,.12); color: rgba(250,247,242,.82); }
.ps-cluster .hv-row .nm { color: var(--cream); font-size: 14.5px; }
.ps-cluster .hv-row .ro { color: rgba(250,247,242,.45); }

/* fit signal — three ascending bars (qualitative, never a 1–100 score) */
.fit { display: inline-flex; align-items: flex-end; gap: 3px; flex: none; height: 14px; }
.fit i { width: 4px; border-radius: 1.5px; background: rgba(250,247,242,.16); }
.fit i:nth-child(1) { height: 7px; } .fit i:nth-child(2) { height: 10px; } .fit i:nth-child(3) { height: 14px; }
.fit.f1 i:nth-child(1), .fit.f2 i:nth-child(-n+2), .fit.f3 i { background: #FF6F69; }

/* refined rank pills on dark */
.ps-cluster .hv-pill { font-size: 9.5px; padding: 5px 10px; }
.ps-cluster .hv-pill.high { background: rgba(87,201,138,.16); color: #6FD49C; }
.ps-cluster .hv-pill.med { background: rgba(217,164,65,.18); color: #E0B25C; }
.ps-cluster .hv-pill.low { background: rgba(250,247,242,.08); color: rgba(250,247,242,.5); }

/* premium underlag card — dark, accent line, refined sections */
.ps-cluster .ps-detail {
  width: 416px; background: linear-gradient(180deg, #23201B, #191613);
  border: 1px solid rgba(250,247,242,.10); border-radius: 18px;
  box-shadow: 0 56px 120px -40px rgba(0,0,0,.7), inset 0 1px 0 rgba(250,247,242,.06);
  position: relative;
}
.ps-cluster .ps-detail .accent { height: 3px; background: linear-gradient(90deg, var(--straw), #FF8A6A); }
.ps-cluster .ps-detail .head { display: flex; align-items: center; gap: 13px; padding: 18px 18px 16px; }
.ps-cluster .ps-detail .head .av { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 14px; font-weight: 600; color: var(--cream); background: rgba(250,247,242,.07); border: 1px solid rgba(250,247,242,.14); }
.ps-cluster .ps-detail .head .who { flex: 1; }
.ps-cluster .ps-detail .head .nm { color: var(--cream); font-size: 16px; font-weight: 600; }
.ps-cluster .ps-detail .head .ro { color: rgba(250,247,242,.45); font-size: 12.5px; margin-top: 2px; }
.ps-cluster .ps-detail .verdict { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.ps-cluster .ps-detail .verdict .lbl { font-family: var(--mono); font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,247,242,.4); }
.ps-cluster .ps-detail .verdict .val { font-size: 19px; font-weight: 700; color: var(--cream); display: inline-flex; align-items: center; gap: 7px; }
.ps-cluster .ps-detail .verdict .val::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #6FD49C; box-shadow: 0 0 12px rgba(111,212,156,.6); }
.ps-cluster .ps-detail .body { padding: 4px 18px 18px; display: flex; flex-direction: column; gap: 15px; }
.ps-cluster .ps-detail .sec .lbl { font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,247,242,.42); margin-bottom: 7px; }
.ps-cluster .ps-detail .sec .txt { color: rgba(250,247,242,.86); font-size: 13.5px; line-height: 1.5; margin: 0; }
.ps-cluster .ps-detail .chips { display: flex; flex-wrap: wrap; gap: 7px; }
.ps-cluster .ps-detail .chips span { font-size: 12px; padding: 6px 12px; border-radius: 30px; background: rgba(250,247,242,.06); border: 1px solid rgba(250,247,242,.14); color: var(--cream); }
.ps-cluster .ps-detail .fq { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; line-height: 1.45; color: var(--cream); background: rgba(225,75,71,.1); border: 1px solid rgba(225,75,71,.28); border-radius: 11px; padding: 11px 13px; }
.ps-cluster .ps-detail .fq .q { color: #FF8A6A; font-weight: 700; flex: none; }

/* reduced motion: lay the cluster out statically, no fall */
@media (prefers-reduced-motion: reduce) {
  .ps-item { position: relative; left: auto; right: auto; top: auto; bottom: auto; transform: none !important; opacity: 1 !important; margin-bottom: 18px; }
  .ps-cluster { height: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
  .prod-scroll { height: auto; }
  .prod-pin { position: relative; height: auto; padding: 120px 0; }
}

/* =========================================================
   VÅR HISTORIA (section 4) — cream, lots of air, no accents
   ========================================================= */
.story { background: var(--cream); color: var(--ink); padding: clamp(96px, 13vw, 190px) var(--pad); }
.story-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 7vw, 120px); align-items: center; }
.story-label { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--stone); margin-bottom: 30px; }
.story-body p { margin: 0 0 22px; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.52; letter-spacing: -.012em; color: var(--ink); max-width: 34ch; text-wrap: pretty; font-weight: 500; }
.story-body p.lead { margin-bottom: 0; font-weight: 600; }
.story-names { margin-top: 42px; font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--stone); }

/* handwritten founder signatures — "written" left-to-right on reveal */
.story-sign { display: flex; align-items: flex-end; gap: clamp(22px, 3vw, 46px); flex-wrap: wrap; margin-top: 44px; }
.story-sign[data-reveal] { opacity: 1; transform: none; }
.story-sign .sig { display: inline-block; font-family: "Sacramento", cursive; font-weight: 400; font-size: clamp(28px, 3.1vw, 46px); line-height: 1.05; color: var(--straw); white-space: nowrap; clip-path: inset(0 100% -12% 0); }
.story-sign.in .sig-1 { animation: sigWrite 2.3s cubic-bezier(.55,.08,.4,1) both; }
.story-sign.in .sig-2 { animation: sigWrite 2.3s cubic-bezier(.55,.08,.4,1) 2.1s both; }
@keyframes sigWrite { from { clip-path: inset(0 100% -12% 0); } to { clip-path: inset(0 -14% -12% 0); } }
@media (prefers-reduced-motion: reduce) { .story-sign .sig { clip-path: none; animation: none !important; } }

.story-portraits { position: relative; display: flex; align-items: flex-start; justify-content: center; }
.story-portraits image-slot { width: clamp(210px, 23vw, 310px); height: clamp(280px, 30.7vw, 413px); display: block; border-radius: 16px; box-shadow: 0 34px 80px -34px rgba(26,24,20,.5); outline: 6px solid var(--straw); }
.story-portraits image-slot:nth-child(1) { z-index: 1; transform: rotate(-4deg); }
.story-portraits image-slot:nth-child(2) { margin-left: clamp(-46px, -3vw, -30px); margin-top: 64px; z-index: 2; transform: rotate(4.5deg); }
/* center each person in their frame (override image-slot's cover geometry) */
.story-portraits image-slot::part(image) { width: 100% !important; height: 100% !important; left: 0 !important; top: 0 !important; transform: none !important; object-fit: cover !important; }
.story-portraits image-slot:nth-child(1)::part(image) { object-position: 56% 22% !important; }
.story-portraits image-slot:nth-child(2)::part(image) { object-position: 18% 16% !important; }

/* scroll-reveal (used by section 4; fade up from below) */
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

@media (max-width: 820px) {
  .story-inner { grid-template-columns: 1fr; gap: 44px; }
}

/* =========================================================
   BOKA DEMO — custom calendar booking, soft-cream section
   ========================================================= */
.book { background: var(--soft); padding: clamp(80px, 11vw, 150px) var(--pad); }
.book-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(40px, 6vw, 92px); align-items: center; }
.book-text .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--straw-deep); font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; }
.book-text .eyebrow .tick { width: 26px; height: 1px; background: var(--straw); }
.book-text h2 { margin: 0; font-size: clamp(32px, 4.4vw, 60px); font-weight: 600; letter-spacing: -.03em; line-height: 1.02; color: var(--ink); max-width: 13ch; text-wrap: balance; }
.book-text p { margin: 24px 0 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: var(--graphite); max-width: 38ch; text-wrap: pretty; }

.book-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 34px 80px -44px rgba(26,24,20,.45); padding: clamp(18px, 2vw, 26px); display: flex; flex-direction: column; gap: 18px; }
.bc-main { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(18px, 2.2vw, 30px); }
.bc-cal { min-width: 0; }
.bc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.bc-head .m { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.bc-nav { display: flex; gap: 6px; }
.bc-nav button { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--border); background: #fff; color: var(--ink); cursor: pointer; display: grid; place-items: center; font-size: 13px; transition: background .15s ease, border-color .15s ease; }
.bc-nav button:hover:not(:disabled) { background: var(--soft); }
.bc-nav button:disabled { opacity: .35; cursor: default; }
.bc-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; margin-bottom: 6px; }
.bc-dow span { text-align: center; font-family: var(--mono); font-size: 9.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--stone); }
.bc-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.bc-day { aspect-ratio: 1; border: none; background: none; border-radius: 9px; font-size: 13.5px; color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: background .15s ease, color .15s ease; font-variant-numeric: tabular-nums; }
.bc-day:hover:not(:disabled) { background: var(--soft); }
.bc-day.sel { background: var(--straw); color: var(--cream); font-weight: 600; }
.bc-day:disabled { color: rgba(138,133,124,.4); cursor: default; }
.bc-day.empty { visibility: hidden; pointer-events: none; }
.bc-day.today:not(.sel) { box-shadow: inset 0 0 0 1.5px var(--border); }

.bc-times { display: flex; flex-direction: column; border-left: 1px solid var(--border); padding-left: clamp(16px, 2vw, 26px); min-height: 232px; }
@media (max-width: 540px) { .bc-times { border-left: none; padding-left: 0; border-top: 1px solid var(--border); padding-top: 18px; min-height: 0; } .bc-main { grid-template-columns: 1fr; } }
.bc-times .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); margin-bottom: 12px; }
.bc-slots { display: flex; flex-direction: column; gap: 8px; max-height: 260px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.bc-slot { padding: 11px 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; font-size: 14px; color: var(--ink); cursor: pointer; text-align: center; transition: border-color .15s ease, background .15s ease; font-variant-numeric: tabular-nums; }
.bc-slot:hover { border-color: var(--stone); }
.bc-slot.sel { border-color: var(--straw); background: rgba(225,75,71,.08); color: var(--straw-deep); font-weight: 600; }
.bc-empty { flex: 1; display: grid; place-items: center; text-align: center; color: var(--stone); font-size: 14px; line-height: 1.5; padding: 16px; }
.bc-confirm { width: 100%; justify-content: center; }
.bc-confirm:disabled { opacity: .42; cursor: default; transform: none; background: var(--straw); }

/* ── contact form step (e-post / namn / företag) ──────────────── */
.bc-form-step { display: flex; flex-direction: column; gap: 18px; }
.bc-form-header { display: flex; align-items: center; gap: 14px; }
.bc-back-btn {
  flex: none; width: 40px; height: 40px; border-radius: 11px;
  border: 1px solid var(--border); background: #fff; color: var(--ink);
  font-size: 20px; line-height: 1; cursor: pointer; display: grid; place-items: center;
  transition: background .15s ease, border-color .15s ease;
}
.bc-back-btn:hover { background: var(--soft); border-color: var(--stone); }
.bc-form-summary { font-size: 15px; color: var(--graphite); }
.bc-form-summary strong { color: var(--ink); font-weight: 600; }
.bc-form { display: flex; flex-direction: column; gap: 12px; }
.bc-input {
  width: 100%; box-sizing: border-box;
  padding: 15px 16px;
  border: 1px solid var(--border); border-radius: 12px;
  background: #fff; color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.25;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.bc-input::placeholder { color: var(--stone); }
.bc-input:focus {
  outline: none; border-color: var(--straw);
  box-shadow: 0 0 0 3px rgba(225,75,71,.12);
}
.bc-done { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: clamp(30px, 5vw, 60px) 20px; }
.bc-done .check { width: 56px; height: 56px; border-radius: 50%; background: rgba(225,75,71,.1); display: grid; place-items: center; }
.bc-done .check svg { width: 26px; height: 26px; }
.bc-done h4 { margin: 0; font-size: 22px; font-weight: 600; color: var(--ink); }
.bc-done p { margin: 0; font-size: 15px; color: var(--graphite); line-height: 1.5; }
.bc-done button { margin-top: 6px; background: none; border: none; color: var(--straw-deep); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 820px) { .book-inner { grid-template-columns: 1fr; gap: 40px; } }

/* =========================================================
   FOOTER (kept minimal, on cream)
   ========================================================= */
.v2-foot { background: var(--ink); color: var(--cream); padding: clamp(56px, 8vw, 110px) var(--pad) 40px; }
.v2-foot-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.v2-foot h3 { margin: 0; font-weight: 600; text-transform: none; font-size: clamp(34px, 5vw, 64px); line-height: 1.0; letter-spacing: -.03em; max-width: 16ch; }
.v2-foot h3 .muted { color: rgba(250,247,242,.5); font-weight: 500; }
.v2-foot .r { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.v2-foot .r .btn { --bg: var(--cream); --fg: var(--ink); }
.v2-foot .meta { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(250,247,242,.16); display: flex; justify-content: space-between; gap: 20px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,247,242,.55); flex-wrap: wrap; }