/* Suyash Borar — Healthcare & Management Advisory
   Tokens: two rhythms — the heartbeat (pulse) and the balance sheet (ink/monitor) */
:root {
  --porcelain: #EEF3F1;
  --paper: #F8FBFA;
  --ink: #0D2B30;
  --scrub: #4E7A74;
  --line: rgba(13, 43, 48, 0.12);
  --pulse: #E5484D;
  --monitor: #0FBFA0;
  --screen: #06191C;
  --screen-line: rgba(15, 191, 160, 0.14);

  --f-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --f-body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;

  --step--1: clamp(0.8rem, 0.78rem + 0.1vw, 0.86rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.3rem + 1vw, 2.1rem);
  --step-3: clamp(2rem, 1.6rem + 2vw, 3.2rem);
  --step-4: clamp(2.6rem, 1.8rem + 4vw, 5.4rem);

  --gutter: clamp(16px, 4vw, 48px);
  --max: 1240px;
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: var(--step-0);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 0.5em;
}
h1 { font-size: var(--step-4); font-variation-settings: "wdth" 90; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); letter-spacing: -0.01em; line-height: 1.2; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--monitor); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.block { padding-block: clamp(64px, 10vw, 128px); }
.mono {
  font-family: var(--f-mono);
  font-size: var(--step--1);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow { color: var(--scrub); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pulse); box-shadow: 0 0 0 4px rgba(229, 72, 77, 0.15); }
.lede { font-size: var(--step-1); color: var(--scrub); max-width: 60ch; line-height: 1.5; }
.muted { color: var(--scrub); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px;
  border-radius: 999px; border: 1.5px solid var(--ink);
  font: 600 0.98rem/1 var(--f-body); text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-primary { background: var(--ink); color: var(--porcelain); }
.btn-primary:hover { background: #123b41; box-shadow: 0 10px 30px -10px rgba(13, 43, 48, .6); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--porcelain); }
.btn-pulse { background: var(--pulse); border-color: var(--pulse); color: #fff; }
.btn-pulse:hover { transform: translateY(-2px); box-shadow: 0 10px 30px -10px rgba(229, 72, 77, .8); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(238, 243, 241, 0.82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.brand-name { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; line-height: 1; }
.brand-sub { display: block; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--scrub); margin-top: 4px; }
@media (max-width: 420px) { .brand-sub { font-size: .58rem; letter-spacing: .06em; } .brand-mark { width: 34px; height: 34px; } }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; padding: 10px 14px; border-radius: 999px; font-weight: 500; }
.nav-links a:hover { background: rgba(13, 43, 48, .06); }
.nav-links a[aria-current="page"] { background: rgba(13, 43, 48, .08); }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--ink); border-radius: 999px; min-height: 44px; padding: 0 16px; font: 600 .9rem var(--f-body); color: var(--ink); cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--porcelain); border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 20px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 4px; border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: 14px 0 0; }
  .nav-cta .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(40px, 7vw, 96px) clamp(56px, 8vw, 110px); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--pulse); }
.hero h1 .ln { display: block; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: var(--scrub); }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 14px; height: 1.5px; background: var(--monitor); }

/* Monitor — the signature panel */
.monitor {
  position: relative;
  background: var(--screen);
  color: #CFEDE7;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 40px 80px -40px rgba(6, 25, 28, .7), inset 0 0 0 1px rgba(255, 255, 255, .06);
  overflow: hidden;
  isolation: isolate;
}
.monitor::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(var(--screen-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--screen-line) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse at center, #000 55%, transparent 100%);
}
.monitor-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: rgba(207, 237, 231, .7); }
.live { display: inline-flex; align-items: center; gap: 8px; color: var(--monitor); }
.live i { width: 8px; height: 8px; border-radius: 50%; background: var(--pulse); animation: blink 1.1s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }

.monitor-body { display: grid; grid-template-columns: 1fr 150px; gap: 14px; margin-top: 14px; }
.portrait { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1 / 1; }
.portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.portrait::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 25, 28, .85));
}
.portrait figcaption { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; color: #fff; }
.portrait figcaption strong { font-family: var(--f-display); font-size: 1.2rem; display: block; line-height: 1.1; }
.portrait figcaption span { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--monitor); }
.vitals { display: grid; gap: 10px; align-content: start; }
.vital { border: 1px solid rgba(15, 191, 160, .25); border-radius: 12px; padding: 10px 12px; }
.vital b { display: block; font-family: var(--f-mono); font-weight: 500; font-size: 1.7rem; color: var(--monitor); line-height: 1.1; }
.vital.red b { color: var(--pulse); }
.vital small { display: block; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(207, 237, 231, .65); line-height: 1.35; margin-top: 4px; }
.ecg { position: relative; height: 96px; margin-top: 14px; overflow: hidden; border-top: 1px solid rgba(15, 191, 160, .18); }
.ecg svg { position: absolute; top: 0; left: 0; height: 100%; width: 200%; animation: ecg-scroll 4.5s linear infinite; }
.ecg path { fill: none; stroke: var(--monitor); stroke-width: 2; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(15, 191, 160, .8)); }
.ecg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--screen) 0%, transparent 18%, transparent 82%, var(--screen) 100%); }
@keyframes ecg-scroll { to { transform: translateX(-50%); } }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .monitor-body { grid-template-columns: 1fr; }
  .vitals { grid-template-columns: repeat(3, 1fr); }
  .vital b { font-size: 1.25rem; }
}

/* ---------- Firsts ---------- */
.firsts { border-block: 1px solid var(--line); background: var(--paper); }
.firsts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.first { padding: 28px 24px; border-left: 1px solid var(--line); }
.first:first-child { border-left: 0; padding-left: 0; }
.first .mono { color: var(--pulse); }
.first p { margin: 8px 0 0; font-family: var(--f-display); font-size: 1.12rem; line-height: 1.25; letter-spacing: -0.01em; }
@media (max-width: 900px) {
  .firsts-grid { grid-template-columns: 1fr 1fr; }
  .first { padding: 22px 16px; }
  .first:nth-child(odd) { border-left: 0; padding-left: 0; }
  .first:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- Journey (ECG → growth curve) ---------- */
.journey { background: var(--screen); color: #D9F1EC; position: relative; overflow: hidden; }
.journey h2 { color: #fff; max-width: 18ch; }
.journey .lede { color: rgba(217, 241, 236, .7); }
.journey-stage { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; min-height: 100vh; padding-block: 80px; }
.chart-box { position: relative; aspect-ratio: 16 / 10; border: 1px solid rgba(15, 191, 160, .2); border-radius: 18px; overflow: hidden; }
.chart-box::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--screen-line) 1px, transparent 1px), linear-gradient(90deg, var(--screen-line) 1px, transparent 1px);
  background-size: 40px 40px;
}
.chart-box svg { position: absolute; inset: 0; width: 100%; height: 100%; }
#journeyLine { fill: none; stroke: var(--monitor); stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; filter: drop-shadow(0 0 8px rgba(15, 191, 160, .7)); }
#journeyFill { fill: url(#fillGrad); opacity: 0; }
.chart-label { position: absolute; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(217, 241, 236, .55); }
.chart-label.tl { top: 14px; left: 16px; }
.chart-label.br { bottom: 14px; right: 16px; }
.chart-mode b { color: var(--pulse); font-weight: 500; }
.milestones { list-style: none; margin: 0; padding: 0; position: relative; }
.milestones::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: rgba(217, 241, 236, .18); }
.milestone { position: relative; padding: 0 0 18px 30px; opacity: .38; transition: opacity .35s ease; }
.milestone::before { content: ""; position: absolute; left: 0; top: 7px; width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid rgba(217, 241, 236, .5); background: var(--screen); transition: all .35s ease; }
.milestone.on { opacity: 1; }
.milestone.on::before { background: var(--monitor); border-color: var(--monitor); box-shadow: 0 0 0 5px rgba(15, 191, 160, .18); }
.milestone .yr { font-family: var(--f-mono); font-size: .76rem; color: var(--monitor); letter-spacing: .08em; }
.milestone strong { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; color: #fff; line-height: 1.25; }
.milestone span { font-size: .9rem; color: rgba(217, 241, 236, .7); }
@media (max-width: 900px) {
  .journey-stage { grid-template-columns: 1fr; min-height: auto; padding-block: 64px; }
  .milestone { padding-bottom: 12px; }
}

/* ---------- Mandates / services ---------- */
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head p { margin: 0; }
@media (max-width: 800px) { .section-head { grid-template-columns: 1fr; gap: 12px; } }
.mandates { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mandate {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 24px; display: flex; flex-direction: column; min-height: 300px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mandate:hover { transform: translateY(-6px); border-color: rgba(15, 191, 160, .5); box-shadow: 0 24px 50px -30px rgba(13, 43, 48, .45); }
.mandate .verb { font-family: var(--f-display); font-size: var(--step-2); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-bottom: 14px; }
.mandate .verb::after { content: "."; color: var(--pulse); }
.mandate p { color: var(--scrub); font-size: .96rem; }
.mandate ul { margin: auto 0 0; padding: 14px 0 0; list-style: none; border-top: 1px dashed var(--line); font-size: .88rem; }
.mandate li { padding: 3px 0; }
.mandate li::before { content: "+ "; color: var(--monitor); font-family: var(--f-mono); }
@media (max-width: 1000px) { .mandates { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mandates { grid-template-columns: 1fr; } .mandate { min-height: 0; } }

/* ---------- Session cards (pricing) ---------- */
.sessions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.session {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 14px; position: relative;
}
.session.featured { background: var(--ink); color: var(--porcelain); border-color: var(--ink); }
.session.featured .muted, .session.featured li { color: rgba(238, 243, 241, .75); }
.session .tag { position: absolute; top: -12px; left: 24px; background: var(--pulse); color: #fff; padding: 5px 10px; border-radius: 999px; }
.session .dur { color: var(--scrub); }
.session.featured .dur { color: var(--monitor); }
.session h3 { font-size: var(--step-2); margin: 0; }
.price { font-family: var(--f-mono); font-size: 1.6rem; font-weight: 500; }
.price small { font-size: .8rem; color: var(--scrub); margin-left: 4px; }
.session.featured .price small { color: rgba(238, 243, 241, .6); }
.session ul { list-style: none; padding: 0; margin: 0; font-size: .94rem; }
.session li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.session.featured li { border-color: rgba(238, 243, 241, .12); }
.session .btn { margin-top: auto; }
.session.featured .btn-ghost { border-color: var(--porcelain); color: var(--porcelain); }
.session.featured .btn-ghost:hover { background: var(--porcelain); color: var(--ink); }
@media (max-width: 900px) { .sessions { grid-template-columns: 1fr; } }

/* ---------- Press + credentials ---------- */
.press { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.clipping { transform: rotate(-2.5deg); border-radius: 6px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(13, 43, 48, .55); border: 6px solid #fff; max-width: 380px; }
blockquote { margin: 0; }
.quote { font-family: var(--f-display); font-size: var(--step-3); line-height: 1.08; letter-spacing: -0.03em; font-weight: 500; }
.quote::before { content: "“"; color: var(--pulse); }
.quote::after { content: "”"; color: var(--pulse); }
cite { display: block; margin-top: 18px; font-style: normal; color: var(--scrub); }
@media (max-width: 800px) { .press { grid-template-columns: 1fr; } .clipping { max-width: 280px; } }

.creds { display: flex; flex-wrap: wrap; gap: 10px; }
.cred { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; background: var(--paper); font-size: .92rem; }
.cred b { font-family: var(--f-display); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; position: relative; font-family: var(--f-display); font-size: var(--step-1); font-weight: 600; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-family: var(--f-mono); font-size: 1.5rem; color: var(--pulse); transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--scrub); padding-bottom: 12px; max-width: 70ch; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: var(--porcelain); border-radius: 28px; padding: clamp(36px, 6vw, 72px); position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; max-width: 16ch; }
.cta-band p { color: rgba(238, 243, 241, .72); max-width: 52ch; }
.cta-band .btn-ghost { border-color: var(--porcelain); color: var(--porcelain); }
.cta-band .btn-ghost:hover { background: var(--porcelain); color: var(--ink); }
.cta-band svg.bg-ecg { position: absolute; right: -40px; bottom: 20px; width: 70%; opacity: .25; pointer-events: none; }
.cta-band svg.bg-ecg path { fill: none; stroke: var(--monitor); stroke-width: 2; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; position: relative; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding-block: clamp(48px, 8vw, 104px) clamp(32px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: var(--step-4); max-width: 16ch; }
.page-hero-compact { padding-block: clamp(32px, 5vw, 64px) clamp(24px, 3vw, 36px); }
.page-hero-compact h1 { font-size: var(--step-3); max-width: 22ch; }
[id] { scroll-margin-top: 88px; }
.crumbs { margin-bottom: 18px; color: var(--scrub); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }

/* Service detail rows */
.svc { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 5vw, 72px); padding-block: clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.svc:last-child { border-bottom: 0; }
.svc h2 { font-size: var(--step-3); }
.svc h2 span { color: var(--pulse); }
.svc-who { margin-top: 16px; color: var(--scrub); }
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.svc-cols h3 { font-size: 1.02rem; margin-bottom: 6px; }
.svc-cols p { color: var(--scrub); font-size: .95rem; margin: 0; }
.svc-proof { grid-column: 1 / -1; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--monitor); border-radius: 10px; padding: 16px 18px; font-size: .95rem; }
@media (max-width: 860px) { .svc { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .svc-cols { grid-template-columns: 1fr; } }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.process li { padding: 22px 20px 0 0; border-top: 2px solid var(--ink); position: relative; }
.process li::before { counter-increment: step; content: "Step " counter(step); display: block; font-family: var(--f-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--pulse); margin-bottom: 10px; }
.process h3 { margin-bottom: 6px; }
.process p { color: var(--scrub); font-size: .95rem; }
@media (max-width: 860px) { .process { grid-template-columns: 1fr 1fr; gap: 28px 20px; } }
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--screen); color: rgba(217, 241, 236, .75); padding-block: 64px 32px; margin-top: clamp(64px, 10vw, 120px); font-size: .94rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 4px 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--monitor); }
.site-footer .brand-name { color: #fff; }
.link-btn { background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; }
.link-btn:hover { color: var(--monitor); }
.foot-base { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(217, 241, 236, .12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .82rem; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta {
    display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40;
    transform: translateY(140%); transition: transform .35s ease;
  }
  .mobile-cta.show { transform: none; }
  .mobile-cta .btn { width: 100%; box-shadow: 0 14px 30px -10px rgba(6, 25, 28, .6); }
  body.has-mobile-cta .site-footer { padding-bottom: 96px; }
}

/* ---------- Reveal (JS adds .reveal-ready) ---------- */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
