/* ============================================================
   Cadora — multi-page marketing site
   Shared stylesheet. Loaded after tokens.css + components.css.
   ============================================================ */

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .07s; } .reveal.d2 { transition-delay: .14s; } .reveal.d3 { transition-delay: .21s; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 940px; margin: 0 auto; padding: 0 32px; }
.section { padding: 104px 0; }
.section-tight { padding: 76px 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,248,243,.72);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--border); background: rgba(251,248,243,.92); }
.site-header .bar { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand-lock { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.brand-lock:hover { text-decoration: none; }
.brand-stack { display: inline-flex; flex-direction: column; gap: 2px; }
.brand-word { font-family: var(--font-serif); font-weight: 700; font-size: 23px; letter-spacing: -.02em; color: var(--ink-900); line-height: 1; }
.brand-tag { font-family: var(--font-sans); font-weight: 600; font-size: 8.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-400); }
.main-nav { display: flex; gap: 26px; flex: 1; }
.main-nav a { font-size: 15px; font-weight: 500; color: var(--ink-700); text-decoration: none; transition: color var(--dur-micro); white-space: nowrap; }
.main-nav a:hover { color: var(--accent-700); }
.main-nav a.active { color: var(--accent-700); font-weight: 600; }
.header-cta { display: flex; align-items: center; gap: 8px; flex: none; }

/* mobile nav */
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--border-strong); border-radius: var(--r-md); background: var(--surface-0); color: var(--ink-900); align-items: center; justify-content: center; cursor: pointer; }
.mobile-nav { display: none; position: fixed; inset: 72px 0 0; z-index: 55; background: var(--paper); padding: 24px 32px; flex-direction: column; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 20px; font-weight: 600; color: var(--ink-900); padding: 16px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.mobile-nav .btn { margin-top: 20px; }
body.nav-locked { overflow: hidden; }

/* ---------- Buttons (marketing sizing) ---------- */
.btn-hero { min-height: 54px; font-size: 16px; padding: 0 26px; border-radius: var(--r-md); }
.btn-on-dark { background: transparent; color: var(--on-dark); border: 1px solid rgba(255,255,255,.28); }
.btn-on-dark:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

/* ---------- Eyebrow + section heads ---------- */
.eyebrow.on-dark { color: var(--accent-300); }
.sec-head { max-width: 680px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.02em; color: var(--ink-900); font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; margin: 14px 0 0; }
.sec-head p { font-size: 18px; line-height: 1.6; color: var(--ink-600); margin: 18px 0 0; }
.on-dark .sec-head h2 { color: var(--on-dark); }
.on-dark .sec-head p { color: var(--on-dark-soft); }

/* ---------- Window mock framing screenshots ---------- */
.window { border-radius: var(--r-lg); background: var(--surface-0); box-shadow: var(--shadow-lg); border: 1px solid var(--border); overflow: hidden; }
.window .titlebar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: var(--surface-1); border-bottom: 1px solid var(--border); }
.window .titlebar .tdot { width: 11px; height: 11px; border-radius: 999px; background: var(--border-strong); }
.window .titlebar .turl { margin-left: 12px; font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-400); background: var(--surface-0); border: 1px solid var(--border); border-radius: 999px; padding: 3px 12px; flex: 1; max-width: 280px; }
.window img { width: 100%; height: auto; display: block; }
.window.soft { box-shadow: var(--shadow-md); }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero { position: relative; padding: 76px 0 96px; }
.hero::after { content: ''; position: absolute; right: -8%; top: 8%; width: 720px; height: 620px; background: radial-gradient(circle at 50% 50%, rgba(232,90,44,.10), rgba(232,90,44,0) 62%); pointer-events: none; z-index: 0; }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1.25fr; gap: 56px; align-items: center; }
.hero h1 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.022em; color: var(--ink-900); font-size: clamp(40px, 5vw, 60px); line-height: 1.04; margin: 18px 0 0; }
.hero h1 em { font-style: italic; color: var(--accent-700); }
.hero .sub { font-size: 19px; line-height: 1.62; color: var(--ink-600); margin: 22px 0 0; max-width: 520px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 24px; color: var(--ink-500); font-size: 13.5px; flex-wrap: wrap; }
.hero-note .dot { width: 4px; height: 4px; border-radius: 999px; background: var(--ink-300); }
.hero-note b { color: var(--ink-700); font-weight: 600; }
.shot { position: relative; }

/* floating stat chip */
.float-chip { position: absolute; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.84); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid var(--border); border-radius: var(--r-md); padding: 11px 15px; box-shadow: var(--shadow-md); }
.float-chip .fc-ic { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: var(--accent-100); color: var(--accent-700); flex: none; }
.float-chip > span:last-child { display: inline-flex; flex-direction: column; }
.float-chip .fc-n { font-family: var(--font-serif); font-weight: 700; font-size: 20px; color: var(--ink-900); line-height: 1; }
.float-chip .fc-l { font-size: 11.5px; color: var(--ink-500); margin-top: 3px; white-space: nowrap; }
.chip-tl { top: -22px; left: -26px; }
.chip-br { bottom: -22px; right: -28px; }

/* ---------- Sub-page hero (inner pages) ---------- */
.page-hero { position: relative; padding: 72px 0 56px; text-align: center; }
.page-hero::after { content: ''; position: absolute; left: 50%; top: 30%; transform: translateX(-50%); width: 680px; height: 420px; background: radial-gradient(circle, rgba(232,90,44,.09), transparent 64%); pointer-events: none; z-index: 0; }
.page-hero .inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.022em; color: var(--ink-900); font-size: clamp(38px, 4.8vw, 56px); line-height: 1.05; margin: 16px 0 0; }
.page-hero h1 em { font-style: italic; color: var(--accent-700); }
.page-hero p { font-size: 19px; line-height: 1.6; color: var(--ink-600); margin: 20px auto 0; max-width: 580px; }
.page-hero .hero-actions { justify-content: center; }

/* ---------- Stat band ---------- */
.statband { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface-1); }
.statband .grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.statband .cell { padding: 40px 28px; text-align: center; border-left: 1px solid var(--border); }
.statband .cell:first-child { border-left: none; }
.statband .n { font-family: var(--font-serif); font-weight: 600; font-size: 40px; color: var(--ink-900); line-height: 1; letter-spacing: -.02em; }
.statband .l { font-size: 14px; color: var(--ink-500); margin-top: 10px; }

/* ---------- Contrast (problem / solution) ---------- */
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.col-card { border-radius: var(--r-lg); padding: 34px 34px 30px; }
.col-old { background: var(--surface-1); border: 1px solid var(--border); }
.col-new { background: var(--surface-ink); color: var(--on-dark); position: relative; overflow: hidden; }
.col-new::after { content: ''; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(232,90,44,.22), transparent 70%); }
.col-card .ch { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.col-card .ch .lab { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.col-old .ch .lab { color: var(--ink-500); }
.col-new .ch .lab { color: var(--accent-300); }
.cmp-list { display: flex; flex-direction: column; position: relative; z-index: 1; }
.cmp-list li { display: flex; gap: 13px; padding: 15px 0; font-size: 15.5px; line-height: 1.45; list-style: none; border-top: 1px solid; }
.col-old .cmp-list li { border-color: var(--border); color: var(--ink-600); }
.col-new .cmp-list li { border-color: rgba(255,255,255,.1); color: var(--on-dark-soft); }
.cmp-list li:first-child { border-top: none; }
.cmp-list .ic { flex: none; margin-top: 1px; }
.col-old .cmp-list .ic { color: var(--ink-400); }
.col-new .cmp-list .ic { color: #6BD79C; }
.col-new .cmp-list b { color: var(--on-dark); font-weight: 600; }

/* ---------- Feature rows ---------- */
.feat-row { display: grid; grid-template-columns: 1fr 1.18fr; gap: 64px; align-items: center; }
.feat-row + .feat-row { margin-top: 116px; }
.feat-row.flip .feat-copy { order: 2; }
.feat-row.flip .feat-shot { order: 1; }
.feat-ic { width: 50px; height: 50px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; background: var(--accent-tint); color: var(--accent-700); border: 1px solid var(--accent-100); }
.feat-copy h3 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.015em; color: var(--ink-900); font-size: 30px; line-height: 1.12; margin: 22px 0 0; }
.feat-copy p { font-size: 17px; line-height: 1.62; color: var(--ink-600); margin: 16px 0 0; }
.feat-points { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.feat-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink-700); list-style: none; }
.feat-points .ic { color: var(--accent-700); flex: none; margin-top: 2px; }

/* ---------- Three surfaces / card grid ---------- */
.cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.surf-card { background: var(--surface-0); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.surf-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.surf-card .si { width: 48px; height: 48px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; background: var(--accent-tint); color: var(--accent-700); border: 1px solid var(--accent-100); }
.surf-card .pill-reg { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-400); margin-top: 18px; }
.surf-card h3 { font-family: var(--font-serif); font-weight: 600; font-size: 22px; color: var(--ink-900); margin: 6px 0 0; letter-spacing: -.01em; }
.surf-card p { font-size: 15px; line-height: 1.58; color: var(--ink-600); margin: 12px 0 0; }
.surf-card .sl { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.surf-card .sl li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-700); list-style: none; line-height: 1.4; }
.surf-card .sl .ic { color: var(--accent-700); flex: none; margin-top: 2px; }

/* ---------- Order modes (3 structures) ---------- */
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.mode { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 26px; background: var(--surface-0); position: relative; }
.mode.is-default { border-color: var(--accent); box-shadow: 0 12px 34px rgba(232,90,44,.10); }
.mode .mflag { position: absolute; top: -12px; left: 26px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
.mode .mdiagram { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.mode .mcart { width: 38px; height: 38px; border-radius: 9px; background: var(--accent-tint); color: var(--accent-700); display: flex; align-items: center; justify-content: center; flex: none; }
.mode .marrows { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.mode .mline { height: 3px; border-radius: 3px; background: var(--border-strong); }
.mode .mpays { display: flex; gap: 5px; }
.mode .mpay { width: 22px; height: 22px; border-radius: 6px; background: var(--surface-2); color: var(--ink-500); display: flex; align-items: center; justify-content: center; }
.mode .mpay.on { background: var(--accent-100); color: var(--accent-700); }
.mode h3 { font-family: var(--font-sans); font-weight: 700; font-size: 17px; color: var(--ink-900); }
.mode .msub { font-family: var(--font-mono); font-size: 12px; color: var(--accent-700); margin-top: 4px; }
.mode p { font-size: 14.5px; line-height: 1.55; color: var(--ink-600); margin: 12px 0 0; }
.mode .mbest { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border); font-size: 13px; color: var(--ink-500); }
.mode .mbest b { color: var(--ink-800, var(--ink-900)); font-weight: 600; }

/* ---------- Callout band ---------- */
.callout-band { background: var(--accent-tint); border: 1px solid var(--accent-100); border-radius: var(--r-lg); padding: 32px 36px; display: flex; gap: 22px; align-items: flex-start; margin-top: 40px; }
.callout-band .cb-ic { width: 46px; height: 46px; border-radius: var(--r-md); background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.callout-band h4 { font-family: var(--font-serif); font-weight: 600; font-size: 21px; color: var(--ink-900); }
.callout-band p { font-size: 15.5px; line-height: 1.6; color: var(--ink-700); margin: 8px 0 0; }

/* ---------- How it works (steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.step { position: relative; }
.step .num { width: 44px; height: 44px; border-radius: 999px; background: var(--surface-ink); color: var(--on-dark); font-family: var(--font-serif); font-weight: 600; font-size: 19px; display: flex; align-items: center; justify-content: center; }
.step h4 { font-family: var(--font-sans); font-weight: 600; font-size: 19px; color: var(--ink-900); margin: 20px 0 0; }
.step p { font-size: 15.5px; line-height: 1.58; color: var(--ink-600); margin: 10px 0 0; }
.step-line { position: absolute; top: 22px; left: 56px; right: -28px; height: 1px; background: var(--border-strong); }
.step:last-child .step-line { display: none; }

/* ---------- White-label dark section ---------- */
.dark { background: var(--surface-ink); color: var(--on-dark); position: relative; overflow: hidden; }
.dark .wl { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.dark h2.dh { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.02em; font-size: clamp(30px,3.6vw,44px); line-height: 1.08; color: var(--on-dark); margin-top: 14px; }
.dark p.lead { color: var(--on-dark-soft); font-size: 18px; line-height: 1.6; margin-top: 18px; }
.wl-shots { position: relative; min-height: 380px; }
.wl-shots .window { position: absolute; width: 86%; }
.wl-shots .wl-back { top: 0; right: 0; opacity: .94; }
.wl-shots .wl-front { bottom: 0; left: 0; box-shadow: var(--shadow-lg); }
.swatches { display: flex; gap: 10px; margin-top: 26px; align-items: center; flex-wrap: wrap; }
.swatch { width: 30px; height: 30px; border-radius: 999px; border: 2px solid rgba(255,255,255,.18); }
.wl-points { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.wl-points li { display: flex; gap: 12px; font-size: 15.5px; color: var(--on-dark-soft); list-style: none; line-height: 1.5; }
.wl-points .ic { color: var(--accent-300); flex: none; margin-top: 1px; }
.wl-points b { color: var(--on-dark); font-weight: 600; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.review { background: var(--surface-0); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 26px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.review .stars { display: flex; gap: 2px; color: var(--accent); margin-bottom: 14px; }
.review .rq { font-size: 16px; line-height: 1.6; color: var(--ink-800, var(--ink-900)); flex: 1; }
.review .rq { color: var(--ink-700); }
.review .rwho { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border); }
.review .ravatar { width: 40px; height: 40px; border-radius: 999px; background: var(--accent-tint); color: var(--accent-700); font-family: var(--font-serif); font-weight: 700; font-size: 17px; display: flex; align-items: center; justify-content: center; flex: none; }
.review .rname { font-weight: 600; font-size: 14.5px; color: var(--ink-900); }
.review .rmeta { font-size: 12.5px; color: var(--ink-500); margin-top: 1px; }
.rating-strip { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; color: var(--ink-600); font-size: 15px; }
.rating-strip .rs-stars { color: var(--accent); display: inline-flex; gap: 2px; }
.rating-strip b { color: var(--ink-900); font-weight: 700; }
.rating-strip .dot { width: 4px; height: 4px; border-radius: 999px; background: var(--ink-300); }

/* ---------- Pricing (Free + Enterprise) ---------- */
.price-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; align-items: stretch; }
.ptier { border-radius: var(--r-xl); padding: 38px 36px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.ptier.free { background: var(--surface-0); border: 1px solid var(--border-strong); }
.ptier.ent { background: var(--surface-ink); color: var(--on-dark); border: 1px solid var(--border-ink); }
.ptier.ent::after { content: ''; position: absolute; right: -50px; top: -50px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(182,138,60,.20), transparent 70%); }
.ptier .pbadge { position: absolute; top: 26px; right: 30px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.ptier.free .pbadge { background: var(--accent-tint); color: var(--accent-700); }
.ptier.ent .pbadge { background: var(--gold-100); color: #7d5e1c; }
.ptier .pname { font-family: var(--font-serif); font-weight: 600; font-size: 26px; letter-spacing: -.01em; padding-right: 96px; }
.ptier.free .pname { color: var(--ink-900); } .ptier.ent .pname { color: #fff; }
.ptier .ptag { font-size: 15px; line-height: 1.5; margin: 8px 0 22px; max-width: 380px; }
.ptier.free .ptag { color: var(--ink-500); } .ptier.ent .ptag { color: var(--on-dark-soft); }
.ptier .pprice { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.ptier .pprice .amt { font-family: var(--font-serif); font-weight: 600; font-size: 54px; line-height: 1; letter-spacing: -.02em; }
.ptier.free .pprice .amt { color: var(--ink-900); } .ptier.ent .pprice .amt { color: #fff; }
.ptier .pprice .unit { font-size: 16px; font-weight: 600; white-space: nowrap; }
.ptier.free .pprice .unit { color: var(--ink-500); } .ptier.ent .pprice .unit { color: var(--on-dark-soft); }
.ptier .punder { font-size: 13.5px; margin-top: 12px; line-height: 1.5; }
.ptier.free .punder { color: var(--ink-500); } .ptier.ent .punder { color: var(--on-dark-soft); }
.ptier .pcta { margin: 26px 0; }
.ptier .pdiv { height: 1px; background: var(--border); margin: 2px 0 22px; }
.ptier.ent .pdiv { background: rgba(255,255,255,.12); }
.ptier .pfeats { display: flex; flex-direction: column; gap: 13px; }
.ptier .pfeats li { display: flex; gap: 11px; font-size: 14.5px; line-height: 1.45; list-style: none; }
.ptier.free .pfeats li { color: var(--ink-700); } .ptier.ent .pfeats li { color: #D6CCBB; }
.ptier .pfeats .ic { flex: none; margin-top: 2px; }
.ptier.free .pfeats .ic { color: var(--accent-700); } .ptier.ent .pfeats .ic { color: var(--gold); }
.ptier .pfeats b { color: inherit; font-weight: 700; }
.ptier.ent .pfeats b { color: #fff; }

/* install options trio */
.install-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.icard { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px 24px; background: var(--surface-0); }
.icard.dark { background: var(--surface-ink); border-color: var(--border-ink); color: var(--on-dark); }
.icard .iname { font-size: 14px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: var(--ink-700); }
.icard.dark .iname { color: #fff; }
.icard .iprice { font-family: var(--font-serif); font-weight: 600; font-size: 30px; color: var(--accent-700); margin: 8px 0 6px; letter-spacing: -.01em; }
.icard.dark .iprice { color: var(--gold); }
.icard .idesc { font-size: 14px; line-height: 1.55; color: var(--ink-600); }
.icard.dark .idesc { color: var(--on-dark-soft); }

/* ---------- Onboarding phases (enterprise) ---------- */
.phases { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 52px; }
.phase { background: var(--surface-0); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px 22px; position: relative; }
.phase .pn { font-family: var(--font-mono); font-size: 12px; color: var(--accent-700); font-weight: 600; }
.phase h4 { font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--ink-900); margin: 8px 0 8px; line-height: 1.1; letter-spacing: -.01em; }
.phase p { font-size: 13.5px; color: var(--ink-600); line-height: 1.5; }
.phase .pwhen { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-400); margin-top: 14px; }

/* program feature option cards */
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.option { border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--r-lg); padding: 26px 28px; background: var(--surface-0); }
.option .oh { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.option .oi { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--accent-tint); color: var(--accent-700); display: flex; align-items: center; justify-content: center; flex: none; }
.option h3 { font-family: var(--font-serif); font-weight: 600; font-size: 20px; color: var(--ink-900); letter-spacing: -.01em; flex: 1; min-width: 0; }
.option .otag { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; background: var(--info-100); color: var(--info); }
.option .otag.recur { background: var(--accent-100); color: var(--accent-700); }
.option p { font-size: 15px; line-height: 1.6; color: var(--ink-600); margin: 14px 0 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 48px auto 0; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-sans); font-weight: 600; font-size: 18px; color: var(--ink-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { flex: none; color: var(--ink-400); transition: transform var(--dur) var(--ease); }
.faq details[open] summary .chev { transform: rotate(180deg); color: var(--accent-700); }
.faq .ans { padding: 0 4px 26px; font-size: 16px; line-height: 1.62; color: var(--ink-600); max-width: 700px; }

/* ---------- Final CTA ---------- */
.final { text-align: center; position: relative; }
.final::after { content: ''; position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); width: 620px; height: 460px; background: radial-gradient(circle, rgba(232,90,44,.22), transparent 66%); pointer-events: none; }
.final .inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.final h2 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.02em; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.06; color: var(--on-dark); }
.final p { color: var(--on-dark-soft); font-size: 19px; line-height: 1.6; margin: 20px auto 0; max-width: 520px; }
.final .hero-actions { justify-content: center; margin-top: 34px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--surface-ink); color: var(--on-dark-soft); border-top: 1px solid rgba(255,255,255,.07); }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; padding: 64px 0 48px; }
.footer-top .blurb { font-size: 14.5px; line-height: 1.6; margin-top: 16px; max-width: 280px; color: var(--on-dark-soft); }
.fcol h5 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark); margin-bottom: 16px; }
.fcol .links { display: flex; flex-direction: column; gap: 11px; }
.fcol .links a { font-size: 14.5px; color: var(--on-dark-soft); text-decoration: none; transition: color var(--dur-micro); }
.fcol .links a:hover { color: var(--on-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--on-dark-soft); flex-wrap: wrap; gap: 8px; }
.badge-shopify { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--on-dark); background: rgba(255,255,255,.08); padding: 6px 12px; border-radius: 999px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1040px) { .header-cta .btn-text { display: none; } }
@media (max-width: 920px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .header-cta.always { display: flex; }
}
@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero .sub { max-width: none; }
  .feat-row, .feat-row.flip .feat-copy, .feat-row.flip .feat-shot { order: 0; }
  .feat-row { grid-template-columns: 1fr; gap: 32px; }
  .dark .wl { grid-template-columns: 1fr; gap: 40px; }
  .contrast { grid-template-columns: 1fr; }
  .cardgrid { grid-template-columns: 1fr; }
  .modes { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .price-two { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .install-grid { grid-template-columns: 1fr; }
  .options { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .step-line { display: none !important; }
  .phases { grid-template-columns: 1fr 1fr; }
  .statband .grid { grid-template-columns: repeat(2, 1fr); }
  .statband .cell:nth-child(3) { border-left: none; }
  .statband .cell:nth-child(n+3) { border-top: 1px solid var(--border); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .wl-shots { min-height: 320px; }
}
@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .wrap, .wrap-narrow { padding: 0 22px; }
  .float-chip { display: none; }
  .hero { padding: 48px 0 72px; }
  .phases { grid-template-columns: 1fr; }
  .callout-band { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
