/* ============================================================
   4Luts — Vibe Pack vol.1  ·  v3 "Editorial / Artistic"
   Expressive Fraunces serif, oversized type, a cream band,
   giant watermark numerals. Tokens live in :root.
   ============================================================ */

:root {
  --bg:      #0e0c0a;          /* deep espresso near-black */
  --bg-soft: #18161300;
  --ink:     #f1ece2;          /* warm bone white */
  --muted:   #c4beb2;   /* brighter for readability */
  --faint:   #989289;   /* a11y: a touch lighter for small text */
  --line:    rgba(241,236,226,0.14);
  --line-2:  rgba(241,236,226,0.26);
  --accent:  #e2622f;          /* a touch brighter, more expressive orange */
  --paper:   #efe7d6;          /* warm cream band */
  --cool:    #5ea7a3;          /* teal secondary accent */
  --paper-ink:#1a1813;

  --display: 'Fraunces', Georgia, serif;
  --body:    'Inter', -apple-system, sans-serif;

  --maxw: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--body); background: var(--bg); color: var(--ink);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img,video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; color: inherit; }  /* calm: italic only; orange reserved for key moments */
code { font-family: ui-monospace, Menlo, monospace; font-size: 0.84em; color: var(--ink);
  background: rgba(241,236,226,0.08); padding: 0.08em 0.4em; border-radius: 3px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 30px; }

/* eyebrow / kicker — clean letter-spaced sans (not mono) */
.kicker { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.24em;
  color: var(--muted); font-weight: 500; }

/* ---- progress + grain ---- */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: var(--accent); z-index: 200; transition: width .1s linear; }
.grain { position: fixed; inset: 0; z-index: 150; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ============================================================
   BUTTONS / LINKS
   ============================================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body); font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  padding: 15px 28px; border-radius: 100px; cursor: pointer; border: 1px solid transparent;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { transform: translateY(-2px); background: #f07039; }
.btn--ghost { background: rgba(255,255,255,0.06); color: var(--ink); border-color: rgba(255,255,255,0.4); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(255,255,255,0.14); border-color: #fff; transform: translateY(-2px); }
.btn--block { width: 100%; }

.link-arrow { font-weight: 600; font-size: 0.95rem; color: var(--ink);
  display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid var(--line-2);
  transition: border-color .25s, color .25s; }
.link-arrow span { transition: transform .3s var(--ease); }
.link-arrow:hover { color: var(--accent); border-color: var(--accent); }
.link-arrow:hover span { transform: translateX(6px); }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease); }
.nav.is-scrolled { background: rgba(16,15,13,0.8); backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: var(--display); font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; }
.logo__star { color: var(--accent); }
.nav__links { display: flex; gap: 32px; }
.nav__links a { font-size: 0.92rem; color: var(--muted); font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--ink); }
.nav__buy { font-size: 0.92rem; font-weight: 600; color: var(--ink); border-bottom: 1.5px solid var(--accent); padding-bottom: 2px; }
.nav__burger { display: none; flex-direction: column; gap: 6px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 24px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
.nav__burger.is-open span:nth-child(1){ transform: translateY(3.75px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2){ transform: translateY(-3.75px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; background: rgba(16,15,13,0.97); border-bottom: 1px solid var(--line); padding: 6px 30px 22px; }
.nav__mobile.is-open { display: flex; }
.nav__mobile a { font-size: 1rem; color: var(--muted); padding: 13px 0; border-bottom: 1px solid var(--line); }

/* ============================================================
   HERO  — oversized serif, type breaks down over the image
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero__img { position: absolute; inset: -8% 0; width: 100%; height: 116%; object-fit: cover; z-index: 0; will-change: transform; }
.hero__veil { position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(115% 80% at 50% 52%, transparent 0%, rgba(16,15,13,0.55) 100%),
    linear-gradient(180deg, rgba(16,15,13,0.45) 0%, rgba(16,15,13,0.18) 40%, rgba(16,15,13,0.92) 100%); }
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: 920px; margin: 0 auto; padding: 70px 30px 0;
  display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero__kick { color: var(--ink); opacity: 0.9; margin-bottom: 24px; letter-spacing: 0.26em; }
.hero__title { font-family: var(--display); font-weight: 600; line-height: 0.92;
  letter-spacing: -0.03em; font-size: clamp(3.6rem, 12vw, 10.5rem); }
.hero__title em { font-style: italic; font-weight: 400; color: var(--ink);
  font-size: 0.34em; vertical-align: 0.55em; letter-spacing: 0; margin-left: 0.1em; opacity: 0.9; }
.hero__sub { max-width: 540px; margin: 26px auto 0; font-size: 1.16rem; line-height: 1.62; color: var(--ink); }
.hero__cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.hero__scroll { position: absolute; bottom: 26px; right: 30px; z-index: 2; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.24em; color: var(--muted); writing-mode: vertical-rl; }
@media (max-width: 760px){ .hero__scroll { display: none; } }

/* ============================================================
   MANIFESTO — cream band, oversized serif statement
   ============================================================ */
.manifesto { background: var(--paper); color: var(--paper-ink); padding: clamp(72px,12vw,160px) 0; }
.manifesto .kicker { color: rgba(26,24,19,0.55); margin-bottom: 28px; }
.manifesto__title { font-family: var(--display); font-weight: 500; letter-spacing: -0.02em; line-height: 1.12;
  font-size: clamp(1.9rem, 5vw, 4rem); max-width: 18ch; }
.manifesto__title em { color: var(--accent); }
.endline__accent em { color: var(--accent); }
.price .shead__title em, #pricing .shead__title em { color: var(--accent); }

/* ============================================================
   SECTIONS + editorial headers w/ giant watermark numerals
   ============================================================ */
.section { position: relative; border-top: 1px solid var(--line); padding: clamp(72px,10vw,140px) 0; }
.shead { position: relative; max-width: 820px; margin-bottom: 60px; }
.shead__num { position: absolute; top: -0.55em; right: 0; font-family: var(--display); font-weight: 600;
  font-size: clamp(6rem, 16vw, 14rem); line-height: 1; color: var(--accent); opacity: 0.08; pointer-events: none; z-index: 0; letter-spacing: -0.04em; }
.shead > *:not(.shead__num) { position: relative; z-index: 1; }
.shead .kicker { margin-bottom: 20px; }
.shead__title { font-family: var(--display); font-weight: 500; letter-spacing: -0.025em; line-height: 1.06;
  font-size: clamp(2.3rem, 5.4vw, 4rem); }
.shead__lead { margin-top: 22px; color: rgba(241,236,226,0.82); font-size: 1.12rem; line-height: 1.68; max-width: 600px; }

/* ---- 03 why (overlap image + text) ---- */
.why { display: grid; grid-template-columns: 0.95fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.why__media { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }
.why__media img { width: 100%; height: 100%; object-fit: cover; }
.why__text { position: relative; }
.shead__num--why { top: -1.1em; right: auto; left: -0.1em; opacity: 0.09; }
.why .kicker { margin-bottom: 18px; }
.dashlist { list-style: none; margin: 28px 0 32px; }
.dashlist li { position: relative; padding-left: 28px; color: var(--muted); padding-bottom: 12px; }
.dashlist li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
@media (min-width: 921px){ .why__media { transform: translateY(0); margin-right: -20px; } }

/* ---- 04 compatible tags ---- */
.compat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); }
.compat__group .kicker { margin-bottom: 22px; display: block; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.tags li { font-size: 0.92rem; color: var(--ink); border: 1px solid var(--line); padding: 9px 16px; border-radius: 100px; transition: border-color .2s, color .2s; }
.tags li:hover { border-color: var(--accent); color: var(--accent); }

/* ---- 05 pricing ---- */
.price { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,60px);
  border: 1px solid var(--line-2); border-radius: 4px; padding: clamp(30px,4vw,52px); align-items: center; }
.price__name { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); }
.price__amount { display: flex; align-items: baseline; gap: 14px; margin-top: 18px; }
.price__amount s { color: var(--faint); font-family: var(--display); font-size: 1.8rem; }
.price__now { font-family: var(--display); font-weight: 600; font-size: clamp(3.6rem,8vw,5.6rem); letter-spacing: -0.03em; line-height: 0.95; color: var(--accent); }
.price__once { color: var(--muted); font-size: 0.9rem; }
.price__tag { margin-top: 18px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent); }
.price__list { list-style: none; margin-bottom: 28px; }
.price__list li { position: relative; padding-left: 26px; padding-bottom: 11px; color: var(--ink); }
.price__list li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.price__fine { margin-top: 16px; font-size: 0.74rem; color: var(--faint); letter-spacing: 0.02em; }

/* ---- 06 FAQ ---- */
.accordion { border-top: 1px solid var(--line); }
.acc { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; padding: 26px 6px; font-family: var(--display); font-weight: 500;
  font-size: clamp(1.2rem,2.4vw,1.6rem); letter-spacing: -0.01em; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-family: var(--body); font-weight: 400; font-size: 1.5rem; color: var(--accent); transition: transform .3s var(--ease); }
.acc[open] summary::after { transform: rotate(45deg); }
.acc__body { padding: 0 6px 28px; }
.acc__body p { color: var(--muted); line-height: 1.7; max-width: 720px; }

/* ============================================================
   PREVIEW slider + tabs (soft, not mono)
   ============================================================ */
.tabs { display: flex; flex-wrap: wrap; gap: 6px 34px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.tab { background: none; border: 0; cursor: pointer; font-family: var(--display); font-size: 1.08rem; font-weight: 500;
  color: var(--muted); padding: 0 0 16px; position: relative; transition: color .2s; }
.tab__n { font-family: var(--body); font-size: 0.72rem; color: var(--faint); margin-right: 8px; vertical-align: 2px; }
.tab:hover { color: var(--ink); }
.tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.tab.is-active { color: var(--ink); }
.tab.is-active .tab__n { color: var(--accent); }
.tab.is-active::after { transform: scaleX(1); }

.ba { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; user-select: none; border: 1px solid var(--line); border-radius: 3px; cursor: ew-resize; background: #1a1813; }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.ba__divider { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; background: rgba(255,255,255,0.85); pointer-events: none; }
.ba__handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%;
  background: rgba(16,15,13,0.55); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.9); cursor: ew-resize; pointer-events: auto; display: flex; align-items: center; justify-content: center; }
.ba__handle::before { content: "\2194"; color: #fff; font-size: 1.05rem; }
.ba__tag { position: absolute; top: 15px; font-size: 0.72rem; letter-spacing: 0.04em; padding: 7px 12px; border-radius: 100px;
  background: rgba(16,15,13,0.55); backdrop-filter: blur(4px); color: #fff; }
.ba__tag--before { left: 15px; }
.ba__tag--after { right: 15px; color: var(--accent); }

/* ============================================================
   END STATEMENT — oversized, bleeds past the edges
   ============================================================ */
.endline { border-top: 1px solid var(--line); text-align: center; padding: clamp(80px,12vw,150px) 16px; overflow: hidden; }
.endline .kicker { margin-bottom: 30px; }
.endline__title { font-family: var(--display); font-weight: 600; line-height: 0.92; letter-spacing: -0.04em;
  font-size: clamp(3rem, 13vw, 11rem); margin-bottom: 44px; }
.endline__title span { display: block; }
.endline__outline { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.endline__accent em { color: var(--accent); }

/* ============================================================
   FOOTER — giant wordmark
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding-top: 54px; overflow: hidden; }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 18px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer__links a { font-size: 0.92rem; color: var(--muted); transition: color .2s; }
.footer__links a:hover { color: var(--accent); }
.footer__copy { font-size: 0.86rem; color: var(--faint); }
.footer__mark { font-family: var(--display); font-weight: 600; letter-spacing: -0.05em; line-height: 0.78;
  font-size: clamp(5.5rem, 25vw, 22rem); margin: 30px 0 -0.14em; color: var(--ink); }
.footer__mark span { color: var(--accent); }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d2 { transition-delay: .08s; }
.reveal.d3 { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce){ *{animation:none!important;scroll-behavior:auto!important} .reveal{opacity:1;transform:none;transition:none} }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px){
  .why { grid-template-columns: 1fr; }
  .why__media { order: -1; aspect-ratio: 16/10; max-height: 360px; }
  .shead__num--why { display: none; }
  .compat { grid-template-columns: 1fr; }
  .price { grid-template-columns: 1fr; }
  .hero__row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px){
  .nav__links, .nav__buy { display: none; }
  .nav__burger { display: flex; }
  .ruled__row { grid-template-columns: 44px 1fr; }
  .ruled__meta { display: none; }
  .endline__outline { -webkit-text-stroke: 1px var(--ink); }
}

/* --- 14-day money-back guarantee block (pricing) --- */
.guarantee { display: flex; gap: 14px; align-items: flex-start; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.guarantee__badge { flex: none; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--accent);
  color: var(--accent); font-family: var(--display); font-weight: 600; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; }
.guarantee p { font-size: 0.92rem; color: var(--muted); line-height: 1.55; }
.guarantee strong { color: var(--ink); }

/* --- Conditions filmstrip (every light) --- */
.filmstrip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); gap: 18px;
  overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; padding: 14px 2px 44px; scrollbar-width: thin; }
.filmstrip::-webkit-scrollbar { height: 6px; }
.filmstrip::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 10px; }
.frame { scroll-snap-align: start; position: relative; }
.frame__media { width: 100%; aspect-ratio: 9/16; object-fit: cover; border: 0;
  border-radius: 6px; display: block; background: #15120f; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.frame:hover .frame__media { transform: translateY(-4px); box-shadow: 0 16px 40px -20px rgba(0,0,0,0.5); }
.frame__play { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.62rem; padding-left: 2px; transition: opacity .3s var(--ease); pointer-events: none; }
.frame:hover .frame__play { opacity: 0; }
.frame figcaption { margin-top: 12px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); }
@media (max-width: 720px){ .filmstrip { grid-auto-columns: minmax(165px, 68%); } }


/* ============================================================
   v4 ART DIRECTION — light/dark rhythm + teal&orange
   ============================================================ */
/* cool "before", warm "after" */
.ba__tag--before { color: var(--cool); }

/* a full content section flipped to the cream "paper" palette */
.section--paper { background: var(--paper); color: var(--paper-ink); border-top-color: rgba(26,24,19,0.14); }
.section--paper .kicker { color: rgba(26,24,19,0.55); }
.section--paper .shead__title { color: var(--paper-ink); }
.section--paper .shead__lead { color: rgba(26,24,19,0.72); }
.section--paper .shead__num { color: var(--accent); opacity: 0.12; }
.section--paper em { color: var(--accent); }
.section--paper code { background: rgba(26,24,19,0.08); color: var(--paper-ink); }
.section--paper .frame figcaption { color: rgba(26,24,19,0.6); }
.section--paper .filmstrip::-webkit-scrollbar-thumb { background: rgba(26,24,19,0.25); }

/* contact-sheet numbering on the conditions filmstrip */
.filmstrip { counter-reset: frame; }
.frame figcaption::before { counter-increment: frame; content: counter(frame, decimal-leading-zero) "  ·  "; color: var(--accent); }

/* oversized quote-mark flourish on the manifesto */
.manifesto .container { position: relative; }
.manifesto .container::before { content: "\201C"; position: absolute; top: -0.34em; left: -0.04em;
  font-family: var(--display); font-weight: 600; font-size: clamp(7rem, 15vw, 14rem); line-height: 1;
  color: var(--accent); opacity: 0.16; pointer-events: none; z-index: 0; }
.manifesto .container > * { position: relative; z-index: 1; }


/* ============================================================
   INSIDE — expandable pack list (accordion)
   ============================================================ */
.pack { border-top: 1px solid var(--line); }
.pack-item { border-bottom: 1px solid var(--line); }
.pack-item > summary { list-style: none; cursor: pointer; display: grid;
  grid-template-columns: 64px 1fr auto auto; gap: 22px; align-items: center;
  padding: 26px 6px; transition: padding-left .3s var(--ease); }
.pack-item > summary::-webkit-details-marker { display: none; }
.pack-item:hover > summary { padding-left: 16px; }
.pack-idx { font-family: var(--display); font-style: italic; font-size: 1.05rem; color: var(--accent); }
.pack-title { font-family: var(--display); font-weight: 500; font-size: clamp(1.3rem, 2.5vw, 1.85rem); letter-spacing: -0.02em; }
.pack-badge { font-family: var(--body); font-size: 0.62rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--accent); vertical-align: middle; margin-left: 10px;
  border: 1px solid rgba(226,98,47,0.4); padding: 3px 8px; border-radius: 100px; white-space: nowrap; }
.pack-meta { font-size: 0.82rem; color: var(--faint); white-space: nowrap; letter-spacing: 0.04em; }
.pack-toggle { font-weight: 300; font-size: 1.6rem; color: var(--accent); line-height: 1; justify-self: end;
  transition: transform .3s var(--ease); }
.pack-item[open] > summary .pack-toggle { transform: rotate(45deg); }
.pack-body { padding: 2px 6px 30px 86px; }
.pack-body p { color: var(--muted); max-width: 640px; line-height: 1.65; }
.pack-list { list-style: none; margin-top: 16px; display: grid; gap: 10px; max-width: 640px; }
.pack-list li { color: var(--muted); }
.pack-list strong { color: var(--ink); font-weight: 600; }
.pack-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; max-width: 720px; }
.pack-tags li { font-size: 0.78rem; color: var(--muted); border: 1px solid var(--line); padding: 6px 11px; border-radius: 100px; }
@media (max-width: 720px){
  .pack-item > summary { grid-template-columns: 38px 1fr auto; gap: 14px; }
  .pack-meta { display: none; }
  .pack-body { padding-left: 52px; }
}

/* ============================================================
   v4.1 — CRO / trust / a11y additions
   ============================================================ */

/* accessible focus ring */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

/* sticky buy bar */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; transform: translateY(120%);
  transition: transform .35s var(--ease); background: rgba(14,12,10,0.93); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line); }
.buybar.is-visible { transform: none; }
.buybar__inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; gap: 16px; }
.buybar__name { font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.buybar__price s { color: var(--faint); margin-right: 4px; }
.buybar__price strong { color: var(--ink); }
.buybar__guar { font-size: 0.78rem; color: var(--accent); }
.buybar__btn { margin-left: auto; padding: 12px 24px; }
@media (max-width: 620px){
  .buybar__name, .buybar__guar { display: none; }
  .buybar__inner { padding: 10px 16px; }
  .buybar__btn { flex: 1; text-align: center; margin-left: 0; }
}

/* before/after drag hint */
.ba__hint { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: #fff;
  background: rgba(14,12,10,0.55); backdrop-filter: blur(4px); padding: 5px 12px; border-radius: 100px;
  pointer-events: none; transition: opacity .4s var(--ease); }
.ba.is-touched .ba__hint { opacity: 0; }

/* social proof */
.proof__stats { display: flex; gap: clamp(28px,7vw,84px); flex-wrap: wrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; }
.proof__stats div { display: flex; flex-direction: column; gap: 4px; }
.proof__stats strong { font-family: var(--display); font-weight: 600; font-size: clamp(1.9rem,4vw,2.7rem); line-height: 1; }
.proof__stats span { color: var(--muted); font-size: 0.84rem; }
.proof__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.quote { border: 1px solid var(--line); border-radius: 6px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.quote__stars { color: var(--accent); letter-spacing: 2px; font-size: 0.9rem; }
.quote blockquote { font-family: var(--display); font-weight: 400; font-size: 1.1rem; line-height: 1.42; color: var(--ink); }
.quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote__av { flex: none; width: 42px; height: 42px; border-radius: 50%; background: rgba(226,98,47,0.16);
  color: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 600; }
.quote__who { display: flex; flex-direction: column; font-size: 0.84rem; color: var(--muted); }
.quote__who strong { color: var(--ink); font-weight: 600; }
@media (max-width: 920px){ .proof__grid { grid-template-columns: 1fr; } }

/* payment trust badges near CTA */
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.trust-badge { font-size: 0.72rem; color: var(--muted); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 6px; letter-spacing: 0.02em; }
.trust-badge--lock { color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.trust-badge--lock svg { color: var(--accent); flex: none; }

/* footer legal line */
.footer__legal { width: 100%; margin-top: 14px; max-width: 720px; font-size: 0.74rem; line-height: 1.6; color: var(--faint); }

/* ---- Why: "only four" editorial card (replaces placeholder image) ---- */
.why__card { position: relative; aspect-ratio: 4/5; border: 1px solid var(--line); border-radius: 2px;
  background: linear-gradient(158deg, rgba(226,98,47,0.07), rgba(241,236,226,0.02) 60%);
  padding: clamp(28px,4vw,52px); display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; }
.why__card-big { position: absolute; top: -0.16em; right: 0.02em; font-family: var(--display); font-weight: 600;
  font-size: clamp(11rem, 24vw, 21rem); line-height: 1; color: var(--accent); opacity: 0.13;
  pointer-events: none; user-select: none; }
.why__card-kick { position: relative; font-family: var(--display); font-weight: 500;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem); letter-spacing: -0.015em; color: var(--ink); margin-bottom: 18px; }
.why__card-kick em { font-style: italic; color: var(--accent); }
.why__card-copy { position: relative; color: var(--muted); font-size: 1.02rem; line-height: 1.72; max-width: 36ch; }
.why__card-copy strong { color: var(--ink); font-weight: 600; }
@media (min-width: 921px){ .why__card { margin-right: -20px; } }
@media (max-width: 920px){ .why__card { aspect-ratio: auto; } }

/* ---- Why: floating .cube LUT files (replaces image) ---- */
.luts-float { position: relative; aspect-ratio: 4/5; border-radius: 3px; overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 80% at 32% 18%, rgba(226,98,47,0.10), rgba(20,18,15,0) 58%),
    linear-gradient(170deg, #1a1713, #100f0d); }
.lutfile { position: absolute; left: var(--x); top: var(--y); width: var(--w); cursor: default;
  transition: transform .45s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.lutfile__bob { display: block; transform-origin: 50% 50%;
  animation: lutbob var(--dur, 7s) ease-in-out infinite; animation-delay: var(--delay, 0s); }
@keyframes lutbob {
  0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); }
  50%     { transform: translateY(-13px) rotate(calc(var(--rot,0deg) + 2deg)); } }
.lutfile__svg { display: block; width: 100%; height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.55)); }
.lutfile__name { display: block; text-align: center; margin-top: 9px;
  font-family: var(--body); font-weight: 500; font-size: .76rem; color: var(--ink);
  letter-spacing: .01em; text-shadow: 0 1px 8px rgba(0,0,0,.75); white-space: nowrap; }
.lutfile__name i { font-style: normal; color: var(--faint); }
@media (max-width: 920px){ .luts-float { aspect-ratio: 16/11; max-height: 380px; } }
@media (prefers-reduced-motion: reduce){
  .lutfile__bob { animation: none; }
  .lutfile { transition: none; } }

/* ---- Why floating files: remove framed box + add depth layer ---- */
.luts-float { border: 0 !important; overflow: visible;
  background: radial-gradient(72% 62% at 44% 40%, rgba(226,98,47,0.08), rgba(20,18,15,0) 72%) !important; }
.lutfile { z-index: 2; }
.lutfile--bg { z-index: 0; opacity: .4; }
.lutfile--bg .lutfile__svg { filter: drop-shadow(0 9px 16px rgba(0,0,0,.4)); }

/* ---- Manifesto: personal founder note ---- */
.manifesto__note { font-family: var(--display); font-weight: 500; letter-spacing: -0.012em;
  line-height: 1.32; font-size: clamp(1.35rem, 2.4vw, 2.05rem); max-width: 20em; color: var(--paper-ink); }
.manifesto__note em { font-style: italic; color: var(--accent); }
.manifesto__sign { font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(26,24,19,0.55); margin-top: 26px; }
