/* ==========================================================================
   sessions-dynamo.com — shared site stylesheet
   One file, no build step. Loaded by every page via <link>.

   2026-08-06 de-AI pass:
   - Display face is Bricolage Grotesque (character), body stays Inter (legibility).
   - The Fraunces italic accent word inside headlines is GONE. It was the single
     loudest "AI landing page" tell on the site.
   - Hero art runs at full strength; the scrim only covers the text column.
   - Purple is an accent again, not a wash. Tint boxes are rationed.
   ========================================================================== */

:root {
  --bg: #ffffff;
  --alt: #f8f6fa;            /* near-neutral section break, barely tinted */
  --ink: #14101a;
  --ink-2: #3a3442;          /* real body colour — not the old flat grey */
  --muted: #6b6577;
  --border: #e6e2ec;
  --border-strong: #d5cfdf;
  --primary: #7A00E6;        /* Sanofi purple */
  --primary-dark: #5d00b0;
  --primary-tint: #f4ecfd;
  --primary-tint-border: #e3d1fa;
  --black: #0a0a0a;
  --surface: #ffffff;
  --on-primary: #ffffff;
  --ok: #17794a;
  --display: 'Bricolage Grotesque', 'Inter', sans-serif;
  --sans: 'Inter', sans-serif;
  --wrap: 1180px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body { background:var(--bg); color:var(--ink-2); font-family:var(--sans); font-weight:400; line-height:1.6; -webkit-font-smoothing:antialiased; font-size:16px; }
.wrap { max-width:var(--wrap); margin:0 auto; padding:0 28px; }

section { padding:88px 0; }
.divide { border-top:1px solid var(--border); }
[id] { scroll-margin-top:104px; }

/* ---- type ---------------------------------------------------------------
   Headlines are Bricolage at a restrained scale. The old clamp(38–68px) with
   -1.8px tracking is what made every heading read as a template. */
.label { font-size:11px; letter-spacing:1.6px; text-transform:uppercase; color:var(--primary); font-weight:700; margin-bottom:12px; }
h2.sec { font-family:var(--display); font-weight:700; font-size:clamp(27px,3.4vw,38px); letter-spacing:-0.6px; line-height:1.12; margin-bottom:12px; color:var(--ink); }
.sec-intro { font-size:16px; color:var(--muted); line-height:1.65; max-width:580px; margin-bottom:34px; }
.link-arrow { color:var(--primary); font-weight:600; text-decoration:none; font-size:14px; display:inline-flex; align-items:center; gap:6px; }
.link-arrow:hover { color:var(--primary-dark); }

/* buttons */
.btn-primary { display:inline-block; background:var(--black); color:#fff; font-weight:600; font-size:15px; padding:15px 30px; border-radius:999px; text-decoration:none; transition:transform .15s ease, box-shadow .15s ease; }
.btn-primary:hover { transform:translateY(-1px); box-shadow:0 8px 22px rgba(10,10,10,.22); }
.btn-ghost { display:inline-block; background:#fff; color:var(--ink); font-weight:600; font-size:15px; padding:15px 28px; border:1px solid var(--border-strong); border-radius:999px; text-decoration:none; transition:border-color .2s,color .2s; cursor:pointer; font-family:var(--sans); }
.btn-ghost:hover { border-color:var(--primary); color:var(--primary); }

/* header */
header { position:sticky; top:0; z-index:100; background:rgba(255,255,255,0.94); backdrop-filter:blur(10px); border-bottom:1px solid var(--border); }
.header-inner { display:flex; justify-content:space-between; align-items:center; padding:16px 0; gap:12px; }
.logo { font-family:var(--display); font-size:21px; font-weight:700; letter-spacing:-0.4px; color:var(--ink); text-decoration:none; }
.logo span.brand-dot { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--primary); margin-left:4px; vertical-align:baseline; }
.nav { display:flex; align-items:center; gap:26px; }
.nav a { font-size:14px; color:var(--ink-2); text-decoration:none; font-weight:500; transition:color .2s; }
.nav a:hover { color:var(--primary); }
.nav a.nav-cta { background:var(--black); color:#fff; padding:10px 20px; border-radius:999px; font-weight:600; font-size:14px; }
.nav a.nav-cta:hover { color:#fff; opacity:.88; }
.hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; z-index:200; }
.hamburger span { display:block; width:22px; height:2px; background:var(--primary); border-radius:2px; transition:all .3s ease; }
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-nav { display:none; flex-direction:column; border-top:1px solid var(--border); padding:8px 0 16px; }
.mobile-nav.open { display:flex; }
.mobile-nav a { font-size:16px; color:var(--ink); text-decoration:none; padding:14px 0; border-bottom:1px solid var(--border); font-weight:500; }
.mobile-nav a:last-child { border-bottom:none; color:var(--primary); font-weight:600; }

/* ---- hero ---------------------------------------------------------------
   The art now runs at full strength. The scrim is a narrow left column so the
   photo stays a photo instead of a ghost behind white paint. */
.hero-band { position:relative; overflow:hidden; padding-top:76px; padding-bottom:84px; background:#fff; }
.hero-art { position:absolute; inset:0; z-index:0; max-width:1620px; margin:0 auto;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
          mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%); }
.hero-art picture { display:block; width:100%; height:100%; }
.hero-art img { width:100%; height:100%; object-fit:cover; object-position:76% center; }
/* tint barely there — it used to flatten the whole photo */
.hero-art .tint { position:absolute; inset:0; background:var(--primary); mix-blend-mode:soft-light; opacity:.10; }
/* scrim clears the text column, then releases fast so the subject stays vivid */
.hero-art .scrim { position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.95) 26%,rgba(255,255,255,.72) 40%,rgba(255,255,255,.18) 52%,rgba(255,255,255,0) 62%); }
.hero-band .wrap { position:relative; z-index:2; }
.hero { max-width:620px; }
.hero h1 { font-family:var(--display); font-weight:700; font-size:clamp(38px,4.6vw,58px); line-height:1.04; letter-spacing:-1.1px; margin-bottom:18px; color:var(--ink); text-wrap:balance; }
.hero h1 .hl { color:var(--primary); }
.hero p.sub { font-size:18px; color:var(--ink-2); max-width:470px; line-height:1.6; }
.hero-actions { margin-top:30px; display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.hero-note { display:flex; align-items:center; gap:9px; margin-top:22px; font-size:14px; color:var(--muted); }
.hero-note .dot { width:6px; height:6px; border-radius:50%; background:var(--primary); flex-shrink:0; }

/* floating proof card — sits on the hero art's lower edge (Denman pattern).
   Every line on it is factually true; no invented reviews, no fake counters. */
.proof-float { position:absolute; z-index:3; right:max(28px, calc((100vw - var(--wrap)) / 2 + 28px)); bottom:56px;
  width:290px; background:#fff; border:1px solid var(--border); border-radius:16px;
  padding:20px 22px; box-shadow:0 18px 46px rgba(20,6,40,.16); }
.pf-row { display:flex; align-items:baseline; gap:10px; }
.pf-row + .pf-row { margin-top:12px; padding-top:12px; border-top:1px solid var(--border); }
.pf-k { font-size:10px; letter-spacing:1.4px; text-transform:uppercase; font-weight:700; flex-shrink:0; width:52px; }
.pf-row.get .pf-k { color:var(--primary); }
.pf-row.give .pf-k { color:var(--muted); }
.pf-v { font-family:var(--display); font-size:16px; font-weight:600; line-height:1.25; color:var(--ink); letter-spacing:-0.2px; }
.pf-foot { margin-top:16px; padding-top:14px; border-top:1px solid var(--border); font-size:12px; color:var(--muted); letter-spacing:.2px; font-weight:500; }

/* ---- the trade strip (thin band directly under the hero) ---------------- */
.trade-strip { background:var(--ink); color:#fff; padding:26px 0; }
.trade-strip .wrap { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; text-align:center; }
.trade-strip p { font-family:var(--display); font-size:clamp(17px,2vw,21px); font-weight:500; line-height:1.4; letter-spacing:-0.2px; color:#fff; max-width:860px; }
.trade-strip p b { font-weight:700; color:#c79bff; }

/* generic page header band (Blog / Privacy) */
.page-head { padding-top:68px; padding-bottom:12px; }
.page-head h1 { font-family:var(--display); font-weight:700; font-size:clamp(32px,5vw,48px); line-height:1.06; letter-spacing:-0.9px; margin-bottom:16px; color:var(--ink); }
.page-head p.lede { font-size:18px; color:var(--muted); max-width:600px; line-height:1.65; }

/* ---- founder strip ------------------------------------------------------ */
.founder { display:grid; grid-template-columns:104px 1fr; gap:28px; align-items:start; }
.founder .ftext { max-width:660px; }
.av { width:104px; height:104px; border-radius:18px; background:var(--primary-tint); border:1px solid var(--primary-tint-border); display:flex; align-items:center; justify-content:center; flex-shrink:0; overflow:hidden; color:var(--primary); }
.av img { width:100%; height:100%; object-fit:cover; }
.av span.mono { font-family:var(--display); font-size:40px; font-weight:700; color:var(--primary); line-height:1; }
.fname { font-family:var(--display); font-size:19px; font-weight:700; color:var(--ink); margin-bottom:2px; letter-spacing:-0.2px; }
.frole { font-size:11px; color:var(--primary); letter-spacing:1.4px; text-transform:uppercase; font-weight:700; margin-bottom:14px; }
.ftext p { font-size:16.5px; color:var(--ink-2); line-height:1.72; }
.ftext p + p { margin-top:12px; }
.ftext p strong { color:var(--ink); font-weight:600; }
.linkedin { display:inline-flex; align-items:center; gap:7px; margin-top:16px; font-size:14px; color:var(--primary); text-decoration:none; font-weight:600; }
.linkedin:hover { color:var(--primary-dark); }

/* ---- how it works ------------------------------------------------------- */
.how-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:34px; align-items:start; }
.how-visual { display:block; min-width:0; }
.flow { display:flex; flex-direction:column; }
.flow-step { display:grid; grid-template-columns:50px 1fr; position:relative; }
.flow-step:not(:last-child) .flow-line { position:absolute; left:23px; top:50px; bottom:0; width:1px; background:var(--border-strong); }
.flow-left { display:flex; flex-direction:column; align-items:center; padding-top:2px; }
.flow-icon { width:44px; height:44px; background:#fff; border:1px solid var(--border-strong); border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; z-index:1; color:var(--primary); }
.flow-icon svg { width:18px; height:18px; }
.flow-right { padding:0 0 34px 20px; }
.flow-time { font-size:10px; letter-spacing:1.4px; text-transform:uppercase; color:var(--primary); font-weight:700; margin-bottom:5px; }
.flow-right h4 { font-family:var(--display); font-size:18px; font-weight:600; margin-bottom:6px; color:var(--ink); letter-spacing:-0.2px; }
.flow-right p { font-size:15.5px; color:var(--muted); line-height:1.65; }

/* ---- two lenses: what we do / what you do ------------------------------ */
.lenses { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.lens { border-radius:18px; padding:30px 30px 28px; }
.lens.ours { background:var(--ink); color:#fff; }
.lens.yours { background:#fff; border:1px solid var(--border-strong); }
.lens .lens-k { font-size:10px; letter-spacing:1.6px; text-transform:uppercase; font-weight:700; margin-bottom:8px; }
.lens.ours .lens-k { color:#c79bff; }
.lens.yours .lens-k { color:var(--primary); }
.lens h3 { font-family:var(--display); font-size:22px; font-weight:700; letter-spacing:-0.4px; margin-bottom:18px; line-height:1.15; }
.lens.ours h3 { color:#fff; }
.lens.yours h3 { color:var(--ink); }
.lens ul { list-style:none; display:flex; flex-direction:column; gap:11px; }
.lens li { font-size:15.5px; line-height:1.5; display:flex; align-items:flex-start; gap:11px; }
.lens.ours li { color:rgba(255,255,255,.82); }
.lens.yours li { color:var(--ink-2); }
.lens li::before { content:''; flex-shrink:0; margin-top:8px; width:5px; height:5px; border-radius:50%; background:currentColor; opacity:.55; }
.lens .lens-foot { margin-top:20px; padding-top:16px; font-size:14px; line-height:1.6; }
.lens.ours .lens-foot { border-top:1px solid rgba(255,255,255,.16); color:rgba(255,255,255,.68); }
.lens.yours .lens-foot { border-top:1px solid var(--border); color:var(--muted); }

/* ---- trade columns (ask / never ask) ----------------------------------- */
.trade { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.trade-col { border-radius:18px; padding:30px; }
.trade-col.no { background:var(--alt); border:1px solid var(--border); }
.trade-col.yes { background:var(--primary-tint); border:1px solid var(--primary-tint-border); }
.trade-col h4 { font-size:11px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:18px; font-weight:700; }
.trade-col.no h4 { color:var(--muted); }
.trade-col.yes h4 { color:var(--primary); }
.trade-col ul { list-style:none; display:flex; flex-direction:column; gap:13px; }
.trade-col ul li { font-size:15.5px; line-height:1.5; display:flex; align-items:flex-start; gap:11px; }
.trade-col.no ul li { color:var(--muted); }
.trade-col.yes ul li { color:var(--ink); }
.trade-col li::before { content:''; flex-shrink:0; margin-top:8px; width:5px; height:5px; border-radius:50%; background:currentColor; }
.trade-col.yes li::before { background:var(--primary); }

/* ---- who qualifies ------------------------------------------------------ */
.qual-list { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.qual-item { display:grid; grid-template-columns:24px 1fr; gap:14px; align-items:start; background:#fff; border:1px solid var(--border); border-radius:14px; padding:20px 22px; }
.qual-check { width:24px; height:24px; border-radius:7px; background:var(--primary-tint); display:flex; align-items:center; justify-content:center; color:var(--primary); flex-shrink:0; margin-top:1px; }
.qual-check svg { width:13px; height:13px; }
.qual-item p { font-size:15.5px; color:var(--ink-2); line-height:1.5; }
.qual-item p span { display:block; color:var(--muted); font-size:14px; margin-top:3px; }
.qual-note { font-size:15px; color:var(--muted); line-height:1.65; margin-top:20px; max-width:620px; }
.qual-note strong { color:var(--ink); font-weight:600; }

/* ---- photo divider ------------------------------------------------------ */
.photo-divider { position:relative; padding:0; height:clamp(300px,32vw,430px); overflow:hidden; background:linear-gradient(90deg,#26034a 0%,#3d0075 45%,#4c0091 100%); }
.photo-divider .pd-media { position:absolute; inset:0; max-width:1620px; margin:0 auto;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 90%,transparent 100%);
          mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 90%,transparent 100%); }
.photo-divider .pd-media img { width:100%; height:100%; object-fit:cover; object-position:34% 30%; display:block; }
.photo-divider .tint { position:absolute; inset:0; background:var(--primary); mix-blend-mode:soft-light; opacity:.34; }
.photo-divider .grad { position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,5,20,0) 0%,rgba(10,5,20,.04) 34%,rgba(45,0,90,.6) 62%,rgba(45,0,90,.9) 100%); }
.photo-divider .pd-copy { position:absolute; inset:0; display:flex; align-items:center; z-index:2; }
.photo-divider .pd-copy .wrap { width:100%; display:flex; justify-content:flex-end; }
.photo-divider h3 { color:#fff; font-family:var(--display); font-weight:700; font-size:clamp(22px,3.1vw,33px); letter-spacing:-0.5px; line-height:1.14; max-width:470px; text-align:right; }

/* ---- tracker mockup ----------------------------------------------------- */
.sheet-mockup { background:var(--surface); border:1px solid var(--border); border-radius:14px; overflow:hidden; box-shadow:0 2px 10px rgba(20,10,30,0.05); max-width:100%; }
.sheet-bar { background:var(--alt); padding:11px 16px; display:flex; align-items:center; gap:8px; border-bottom:1px solid var(--border); }
.sheet-dot { width:9px; height:9px; border-radius:50%; }
.sheet-name { font-size:12px; color:var(--muted); margin-left:6px; }
.sheet-scroll { overflow-x:auto; }
.sheet-table { width:100%; border-collapse:collapse; font-size:13px; }
.sheet-table th { background:var(--alt); padding:10px 16px; text-align:left; font-size:10px; letter-spacing:1px; text-transform:uppercase; color:var(--muted); font-weight:700; border-bottom:1px solid var(--border); white-space:nowrap; }
.sheet-table td { padding:12px 16px; border-bottom:1px solid var(--border); color:var(--ink-2); white-space:nowrap; }
.sheet-table tr:last-child td { border-bottom:none; }
.sheet-table tr.limit td { background:var(--primary-tint); color:var(--primary); font-weight:600; }
.badge-in { color:var(--ok); font-size:12px; font-weight:600; }
.badge-pending { color:var(--primary); font-size:12px; font-weight:600; }
.badge-miss { color:var(--muted); font-size:12px; }
.sheet-caption { font-size:14px; color:var(--muted); line-height:1.6; margin-top:14px; }
.sheet-caption strong { color:var(--ink); font-weight:600; }
.how-visual-label { font-size:10px; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); font-weight:700; margin-bottom:10px; }

/* ---- faq ---------------------------------------------------------------- */
.faq-list { border-top:1px solid var(--border); max-width:820px; }
.faq-item { border-bottom:1px solid var(--border); }
.faq-item summary { list-style:none; cursor:pointer; padding:22px 0; font-family:var(--display); font-size:18px; font-weight:600; color:var(--ink); display:flex; justify-content:space-between; align-items:center; gap:16px; letter-spacing:-0.2px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:'+'; font-size:24px; color:var(--primary); line-height:1; flex-shrink:0; font-weight:400; }
.faq-item details[open] summary::after { content:'\2013'; }
.faq-a { font-size:16px; color:var(--muted); line-height:1.7; padding:0 0 24px; max-width:700px; }
.faq-a strong { color:var(--ink); font-weight:600; }

/* ---- blog cards --------------------------------------------------------- */
.post-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:6px; }
.post-card { display:flex; flex-direction:column; background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:28px; text-decoration:none; color:inherit; transition:border-color .2s, box-shadow .2s, transform .2s; }
.post-card:hover { border-color:var(--primary-tint-border); box-shadow:0 8px 28px rgba(122,0,230,.07); transform:translateY(-2px); }
.post-card .p-tag { font-size:10px; letter-spacing:1.5px; text-transform:uppercase; color:var(--primary); font-weight:700; margin-bottom:12px; }
.post-card h3 { font-family:var(--display); font-size:19px; font-weight:600; letter-spacing:-0.3px; line-height:1.25; color:var(--ink); margin-bottom:9px; }
.post-card p { font-size:15px; color:var(--muted); line-height:1.6; margin-bottom:16px; flex:1; }
.post-card .p-more { font-size:14px; font-weight:600; color:var(--primary); display:inline-flex; align-items:center; gap:6px; }

/* ---- article + legal prose --------------------------------------------- */
.prose { max-width:700px; }
.prose p { font-size:17px; line-height:1.8; color:var(--ink-2); margin-bottom:20px; }
.prose h2 { font-family:var(--display); font-weight:700; font-size:clamp(22px,3.2vw,28px); letter-spacing:-0.5px; line-height:1.15; color:var(--ink); margin:40px 0 14px; }
.prose h3 { font-family:var(--display); font-size:20px; font-weight:600; letter-spacing:-0.3px; color:var(--ink); margin:30px 0 10px; }
.prose ul, .prose ol { margin:0 0 20px 22px; }
.prose li { font-size:17px; line-height:1.75; color:var(--ink-2); margin-bottom:8px; }
.prose a { color:var(--primary); text-decoration:underline; text-underline-offset:2px; }
.prose a:hover { color:var(--primary-dark); }
.prose blockquote { border-left:3px solid var(--primary); background:var(--primary-tint); border-radius:0 12px 12px 0; padding:18px 24px; margin:0 0 22px; font-size:17px; color:var(--ink); line-height:1.7; }
.article-meta { font-size:14px; color:var(--muted); margin-bottom:8px; letter-spacing:.2px; }

.legal { max-width:700px; }
.legal h2 { font-family:var(--display); font-size:21px; font-weight:600; letter-spacing:-0.3px; color:var(--ink); margin:34px 0 10px; }
.legal p { font-size:16px; line-height:1.75; color:var(--ink-2); margin-bottom:14px; }
.legal ul { margin:0 0 16px 22px; }
.legal li { font-size:16px; line-height:1.7; color:var(--ink-2); margin-bottom:7px; }
.legal address { font-style:normal; background:var(--alt); border:1px solid var(--border); border-radius:12px; padding:18px 22px; font-size:16px; line-height:1.7; color:var(--ink); margin:6px 0 14px; }
.legal a { color:var(--primary); text-decoration:underline; text-underline-offset:2px; }
.legal .updated { font-size:14px; color:var(--muted); margin-top:8px; }

/* ---- cta band ----------------------------------------------------------- */
.cta-band { background:var(--primary); text-align:center; }
.cta-band h3 { font-family:var(--display); font-size:clamp(28px,4.4vw,42px); font-weight:700; letter-spacing:-0.8px; color:#fff; margin-bottom:14px; line-height:1.1; }
.cta-band p { font-size:17px; color:rgba(255,255,255,0.88); margin:0 auto 30px; max-width:540px; line-height:1.6; }
.cta-btn { display:inline-block; background:#fff; color:var(--primary); font-family:var(--sans); font-weight:700; font-size:15px; padding:16px 36px; border-radius:999px; text-decoration:none; transition:transform .15s ease; border:none; cursor:pointer; }
.cta-btn:hover { transform:translateY(-1px); }
.cta-btn.secondary { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.55); }
.cta-btn.secondary:hover { border-color:#fff; background:rgba(255,255,255,.08); }
.cta-meta { margin-top:26px; font-size:13px; color:rgba(255,255,255,0.72); }
.cta-actions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; align-items:center; }

/* ---- footer ------------------------------------------------------------- */
footer { background:var(--black); color:#fff; padding:56px 0 64px; }
.footer-inner { display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:36px; }
.footer-inner .flogo { font-family:var(--display); font-size:19px; font-weight:700; letter-spacing:-0.4px; margin-bottom:12px; color:#fff; text-decoration:none; display:inline-block; }
.footer-inner .flogo span.brand-dot { display:inline-block; width:7px; height:7px; border-radius:50%; background:#b985f5; margin-left:4px; }
.footer-inner address { font-style:normal; font-size:14px; color:#9a93a6; line-height:1.7; }
.footer-inner address strong { color:#fff; font-weight:600; }
.footer-inner address a { color:#c7bfd6; text-decoration:none; }
.footer-inner address a:hover { color:#fff; }
.footer-links { display:flex; flex-direction:column; gap:11px; }
.footer-links a { font-size:14px; color:#9a93a6; text-decoration:none; transition:color .2s; }
.footer-links a:hover { color:#fff; }
.footer-links .flabel { font-size:10px; letter-spacing:1.5px; text-transform:uppercase; color:#6b6577; font-weight:700; margin-bottom:2px; }

/* ---- intake modal ------------------------------------------------------- */
.modal-overlay { position:fixed; inset:0; z-index:1000; background:rgba(13,5,24,.58); backdrop-filter:blur(4px); display:none; align-items:center; justify-content:center; padding:20px; }
.modal-overlay.open { display:flex; }
.modal { background:#fff; border-radius:22px; width:100%; max-width:452px; box-shadow:0 30px 80px rgba(13,5,24,.4); position:relative; animation:modalin .25s ease; max-height:92vh; overflow-y:auto; }
@keyframes modalin { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:none} }
.modal-close { position:absolute; top:16px; right:16px; width:32px; height:32px; border:none; background:var(--alt); border-radius:50%; cursor:pointer; font-size:18px; color:var(--muted); line-height:1; z-index:2; }
.modal-close:hover { background:var(--primary-tint); color:var(--primary); }
.modal-head { padding:30px 30px 0; }
.modal-eyebrow { font-size:10px; letter-spacing:1.6px; text-transform:uppercase; color:var(--primary); font-weight:700; margin-bottom:9px; }
.modal h3 { font-family:var(--display); font-size:24px; font-weight:700; letter-spacing:-0.4px; color:var(--ink); line-height:1.15; margin-bottom:7px; }
.modal .modal-sub { font-size:15px; color:var(--muted); line-height:1.55; }
.modal-body { padding:22px 30px 30px; }
.choice { display:flex; flex-direction:column; gap:12px; margin-top:4px; }
.choice button { width:100%; text-align:left; border-radius:14px; padding:17px 20px; cursor:pointer; font-family:var(--sans); font-size:15px; font-weight:700; display:flex; justify-content:space-between; align-items:center; gap:12px; transition:all .15s; }
.choice .c-primary { background:var(--primary); color:#fff; border:1px solid var(--primary); }
.choice .c-primary:hover { background:var(--primary-dark); }
.choice .c-second { background:#fff; color:var(--ink); border:1px solid var(--border-strong); }
.choice .c-second:hover { border-color:var(--primary); color:var(--primary); }
.choice .arr { font-size:18px; flex-shrink:0; }
.choice .c-sub { display:block; font-weight:400; font-size:13px; color:var(--muted); margin-top:3px; }
.choice .c-primary .c-sub { color:rgba(255,255,255,.8); }
.field { margin-bottom:16px; }
.field label { display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:7px; }
.field input { width:100%; border:1px solid var(--border-strong); border-radius:12px; padding:14px 15px; font-family:var(--sans); font-size:16px; color:var(--ink); outline:none; transition:border-color .15s; background:#fff; }
.field input:focus { border-color:var(--primary); }
.modal-note { background:var(--primary-tint); border:1px solid var(--primary-tint-border); border-radius:12px; padding:13px 15px; font-size:13.5px; color:var(--ink-2); line-height:1.55; }
.modal-note strong { color:var(--primary); }
.modal-actions { display:flex; gap:10px; align-items:center; margin-top:8px; }
.modal-actions .back { background:none; border:none; color:var(--muted); font-size:14px; font-weight:600; cursor:pointer; padding:8px; }
.modal-actions .next { flex:1; background:var(--primary); color:#fff; border:none; border-radius:999px; padding:15px; font-family:var(--sans); font-size:15px; font-weight:700; cursor:pointer; transition:opacity .15s; }
.modal-actions .next:hover { opacity:.9; }
.modal-actions .next:disabled { opacity:.6; cursor:default; }
.steps-dots { display:flex; gap:6px; margin-bottom:22px; }
.steps-dots span { height:4px; flex:1; border-radius:4px; background:var(--border); transition:background .2s; }
.steps-dots span.on { background:var(--primary); }
.modal-success { text-align:center; padding:18px 0 6px; }
.modal-success .check { width:58px; height:58px; border-radius:50%; background:var(--primary-tint); color:var(--primary); display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-size:28px; }
.step { display:none; } .step.active { display:block; }
.fstep { display:none; } .fstep.active { display:block; }
.review-list { background:var(--alt); border:1px solid var(--border); border-radius:12px; padding:16px 18px; margin-bottom:16px; }
.review-list div { display:flex; justify-content:space-between; gap:14px; font-size:14px; padding:6px 0; }
.review-list div + div { border-top:1px solid var(--border); }
.review-list dt { color:var(--muted); flex-shrink:0; }
.review-list dd { color:var(--ink); font-weight:600; text-align:right; word-break:break-word; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media(max-width:1099px){
  .how-visual { max-width:580px; margin-left:auto; margin-right:auto; width:100%; }
  .proof-float { display:none; }   /* Denman does the same: drop it, never shrink it */
}
@media(min-width:1100px){
  .how-grid { grid-template-columns:minmax(0,1.05fr) minmax(470px,1fr); gap:48px; }
  .how-visual { position:sticky; top:120px; }
}

/* mobile tracker → two-line cards */
@media(max-width:620px){
  .sheet-scroll { overflow-x:visible; }
  .sheet-table, .sheet-table tbody, .sheet-table tr, .sheet-table td { display:block; width:100%; }
  .sheet-table thead { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
  .sheet-table tr { position:relative; padding:12px 14px 12px 46px; border-bottom:1px solid var(--border); }
  .sheet-table tr:last-child { border-bottom:none; }
  .sheet-table td { border:none; padding:0; white-space:normal; font-size:14px; }
  .sheet-table td[data-label="#"] { position:absolute; left:12px; top:12px; width:26px; height:26px; display:flex; align-items:center; justify-content:center; background:var(--primary-tint); color:var(--primary); border-radius:8px; font-size:11px; font-weight:700; }
  .sheet-table td[data-label="Caller"] { display:block; width:auto; font-weight:700; color:var(--ink); letter-spacing:.5px; margin-bottom:2px; }
  .sheet-table td[data-label="Status"] { display:inline-block; width:auto; }
  .sheet-table td[data-label="Date"] { display:inline-block; width:auto; color:var(--muted); font-size:13px; margin-right:8px; }
  .sheet-table td[data-label="Notes"] { display:inline-block; width:auto; color:var(--muted); font-size:13px; margin-left:8px; }
  .sheet-table td[data-label="Notes"]:not(:empty)::before { content:'· '; }
  .sheet-table tr.limit { background:var(--primary-tint); }
  .sheet-table tr.limit td { color:var(--primary); font-weight:600; }
  .sheet-table tr.limit td[data-label="#"] { background:var(--primary); color:#fff; }
}

@media(max-width:860px){
  .lenses, .trade, .qual-list, .post-grid { grid-template-columns:1fr; }
}

@media(max-width:760px){
  .nav { display:none; }
  .hamburger { display:flex; }
  section { padding:62px 0; }
  /* Mobile hero = text on white, then the photo as its own full-strength block.
     No tint, minimal top feather — the phone version used to be the washed-out one. */
  .hero-band { display:flex; flex-direction:column; padding-top:48px; padding-bottom:0; background:#fff; }
  .hero-band .wrap { order:1; }
  .hero-art { position:relative; inset:auto; order:2; height:440px; width:100%;
    max-width:none; margin:0; -webkit-mask-image:none; mask-image:none; }
  .hero-art img { object-position:60% 22%; }
  .hero-art .scrim { display:block; background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.34) 11%,rgba(255,255,255,0) 26%); }
  .hero-art .tint { display:none; }
  .hero h1 { letter-spacing:-0.8px; }
  .hero p.sub { max-width:none; font-size:17px; }
  .hero-actions { flex-direction:column; align-items:stretch; gap:11px; margin-top:26px; }
  .hero-actions .btn-primary, .hero-actions .btn-ghost { text-align:center; padding:16px 24px; }
  .trade-strip { padding:22px 0; }
  .photo-divider { height:290px; }
  .photo-divider .pd-media img { object-position:center center; }
  .photo-divider .grad { background:linear-gradient(180deg,rgba(10,5,20,.22) 0%,rgba(40,0,80,.55) 55%,rgba(45,0,90,.86) 100%); }
  .photo-divider .pd-copy .wrap { justify-content:center; }
  .photo-divider h3 { text-align:center; max-width:520px; }
  .how-visual { margin-top:8px; }
  .lens { padding:26px 24px; }
}

@media(max-width:520px){
  .wrap { padding:0 20px; }
  .founder { grid-template-columns:1fr; gap:18px; }
  .av { width:84px; height:84px; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
  .flow-right { padding:0 0 28px 16px; }
  .trade-col, .lens { padding:24px 22px; }
  .cta-actions { flex-direction:column; align-items:stretch; }
  .cta-btn { width:100%; }
  .modal-head { padding:26px 22px 0; }
  .modal-body { padding:20px 22px 26px; }
}

@media(max-width:380px){ .hero h1 { font-size:clamp(32px,10vw,44px); } }

/* reveal — content visible by default; JS opts in */
[data-fade]{opacity:1;transform:none;}
.fx [data-fade]{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;}
.fx [data-fade].visible{opacity:1;transform:none;}
@media print{ [data-fade],.fx [data-fade]{opacity:1!important;transform:none!important;} }
@media (prefers-reduced-motion:reduce){ .fx [data-fade]{opacity:1;transform:none;transition:none;} }
