/* =========================================================================
   Luv Health — landing page
   Editorial, not a card grid. Rhythm varies deliberately: dark full-bleed →
   tight measure → oversized numerals → asymmetric split → motion → quiet.
   ========================================================================= */

.landing {
  --ink-950: #120508;
  --ink-900: #1C0A0E;
  --burgundy-900: #3B060F;
  --burgundy-800: #58091A;
  --blush: #FFC9CD;
  --ivory: #FDFBF9;
  --sand: #F6F1EB;
  --sand-2: #EBE1D8;
  --gold: #B08327;
  --gold-ink: #6E5210;   /* gold that passes AA on light backgrounds */
  --gold-lit: #E5C26A;
  --gold-soft: #F5EAD3;

  --font-display: "Fraunces", "Plus Jakarta Sans", Georgia, serif;
  --step-6: clamp(3rem, 1.5rem + 6.2vw, 6.4rem);
  --step-7: clamp(4rem, 1rem + 12vw, 11rem);

  background: var(--ivory);
}

.landing h1, .landing h2, .landing h3, .landing .display {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
.landing h2 { font-size: var(--step-4); line-height: 1.04; }
.landing h3 { font-size: var(--step-1); letter-spacing: -0.015em; }

/* Small caps meta line — used for time, numbers, section marks */
.mark {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-3);
}
.mark--gold { color: var(--gold-ink); }   /* ratings and honours only */
.mark--red { color: var(--red-600); }

.l-section { padding-block: clamp(72px, 9vw, 150px); }
.l-section--sand { background: var(--sand); }
.l-section--tight { padding-block: clamp(48px, 5vw, 88px); }
.measure { max-width: 48rem; }
.measure-sm { max-width: 34rem; }

/* Section index in the margin — editorial signposting, not decoration */
.l-marked { position: relative; }
.l-marked > .l-index {
  position: absolute; top: 6px; left: -72px;
  writing-mode: vertical-rl; font-family: var(--font-mono);
  font-size: .68rem; letter-spacing: .22em; color: var(--ink-3);
}
@media (max-width: 1320px) { .l-marked > .l-index { display: none; } }

/* ---------------- Overlay header ---------------- */
.site-header--overlay {
  position: fixed; inset: 0 0 auto; background: transparent;
  border-bottom: 1px solid transparent; backdrop-filter: none;
  transition: background-color .35s var(--ease), border-color .35s var(--ease);
}
.site-header--overlay .brand,
.site-header--overlay .site-nav a,
.site-header--overlay .nav-toggle { color: rgba(255,255,255,.86); }
.site-header--overlay .site-nav a:hover { background: rgba(255,255,255,.12); color: #fff; }
.site-header--overlay .btn--ghost { --btn-fg: rgba(255,255,255,.86); }
.site-header--overlay .btn--ghost:hover { --btn-bg: rgba(255,255,255,.12); }
.site-header--overlay .btn:not(.btn--ghost) { --btn-bg: #fff; --btn-fg: var(--burgundy-900); box-shadow: none; }
.site-header--overlay.is-stuck {
  background: rgba(253,251,249,.88);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: var(--line);
}
.site-header--overlay.is-stuck .brand,
.site-header--overlay.is-stuck .site-nav a,
.site-header--overlay.is-stuck .nav-toggle { color: var(--ink-2); }
.site-header--overlay.is-stuck .brand { color: var(--ink); }
.site-header--overlay.is-stuck .site-nav a:hover { background: var(--line-2); color: var(--ink); }
.site-header--overlay.is-stuck .btn:not(.btn--ghost) {
  --btn-bg: var(--red-500); --btn-fg: #fff; box-shadow: var(--sh-red);
}
.site-header--overlay.is-stuck .btn--ghost { --btn-fg: var(--ink-2); }

/* ---------------- Hero ---------------- */
.l-hero {
  position: relative; overflow: hidden; color: #2a2222;
  padding-block: clamp(124px, 15vw, 200px) clamp(64px, 8vw, 120px);
  background:
    radial-gradient(130% 92% at 76% 4%, rgba(225,38,47,.36), transparent 56%),
    radial-gradient(80% 70% at 6% 100%, rgba(176,131,39,.18), transparent 62%),
    linear-gradient(170deg, var(--burgundy-900) 0%, var(--ink-950) 74%);
}
.l-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.075) 1px, transparent 1px);
  background-size: 3px 3px; opacity: .55; mix-blend-mode: overlay;
}
.l-hero > * { position: relative; z-index: 1; }
.l-hero__grid {
  display: grid; gap: clamp(44px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  align-items: center;
}
@media (max-width: 980px) { .l-hero__grid { grid-template-columns: 1fr; } }

/* The hook: a live clock that states the visitor's own situation */
.l-now {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 9px 18px 9px 12px; border-radius: var(--r-pill);
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px); margin-bottom: var(--sp-6);
}
.l-now__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--red-500);
  box-shadow: 0 0 0 0 rgba(225,38,47,.7); animation: pulse 2.4s infinite;
}
.l-now__dot--open { background: var(--green-500); box-shadow: 0 0 0 0 rgba(31,138,91,.7); }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(225,38,47,.55); }
  70%  { box-shadow: 0 0 0 11px rgba(225,38,47,0); }
  100% { box-shadow: 0 0 0 0 rgba(225,38,47,0); }
}
.l-now__text {
  font-family: var(--font-mono); font-size: .78rem; letter-spacing: .04em;
  color: rgba(255,255,255,.82);
}
.l-now__text b { color: #fff; font-weight: 600; }

.l-hero h1 {
  color: #fff; font-size: var(--step-6); line-height: .96;
  letter-spacing: -0.045em; margin-bottom: var(--sp-5); max-width: 11ch;
}
.l-hero h1 em {
  display: block; font-style: italic;
  font-variation-settings: "SOFT" 60, "WONK" 1;
  background: linear-gradient(96deg, var(--blush) 12%, var(--gold-lit) 92%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.l-hero__sub {
  font-size: clamp(1.06rem, .98rem + .42vw, 1.3rem); line-height: 1.52;
  color: rgba(255,255,255,.76); max-width: 44ch; margin-bottom: var(--sp-7);
}
.l-hero__sub strong { color: #fff; font-weight: 600; }

.btn--light { --btn-bg: #fff; --btn-fg: var(--burgundy-900); --btn-bd: transparent;
  box-shadow: 0 16px 44px -16px rgba(0,0,0,.75); }
.btn--light:hover { box-shadow: 0 20px 52px -16px rgba(0,0,0,.85); }
.btn--wire { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255,255,255,.3); box-shadow: none; }
.btn--wire:hover { --btn-bg: rgba(255,255,255,.1); box-shadow: none; }

.l-hero__fine { margin-top: 16px; font-size: .8rem; color: rgba(255,255,255,.56); }

/* ---------------- Phone + conversation ---------------- */
.l-stage { position: relative; display: grid; place-items: center; }
.l-stage::before {
  content: ""; position: absolute; width: min(480px, 92%); aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, rgba(225,38,47,.44), transparent 68%);
  filter: blur(52px);
}
.phone-frame {
  position: relative; z-index: 2; width: min(348px, 88vw);
  background: linear-gradient(160deg, #2A1D20, #0B0406);
  border-radius: 46px; padding: 11px;
  box-shadow: 0 54px 110px -36px rgba(0,0,0,.88),
              0 0 0 1px rgba(255,255,255,.1),
              inset 0 1px 0 rgba(255,255,255,.16);
}
.phone-frame__notch {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 112px; height: 26px; background: #0B0406;
  border-radius: 0 0 16px 16px; z-index: 3;
}
.phone-screen {
  background: var(--canvas); border-radius: 36px; overflow: hidden;
  height: 648px; display: flex; flex-direction: column;
}
.chatsim { margin: 0; display: flex; flex-direction: column; height: 100%; }
.chatsim__head {
  display: flex; align-items: center; gap: 10px;
  padding: 34px 16px 12px; background: #fff;
  border-bottom: 1px solid var(--line-2); flex: none;
}
.chatsim__name { display: block; font-weight: 680; font-size: .88rem; letter-spacing: -.01em; }
.chatsim__status { font-size: .68rem; color: var(--green-500); display: flex; align-items: center; gap: 5px; }
.chatsim__status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); display: inline-block; }
.chatsim__body {
  flex: 1; min-height: 0; overflow: hidden; padding: 14px;
  display: flex; flex-direction: column; gap: 9px; justify-content: flex-end;
}
.cbubble {
  max-width: 84%; padding: 10px 13px; border-radius: 16px;
  font-size: .82rem; line-height: 1.45; background: #fff;
  border: 1px solid var(--line); align-self: flex-start;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.cbubble--own { align-self: flex-end; background: var(--red-500); color: #fff;
  border-color: var(--red-500); border-bottom-right-radius: 5px; }
.cbubble--care { border-bottom-left-radius: 5px; }
.cbubble--ai { background: #FFF6F6; border-color: var(--red-100); }
.cbubble__who {
  display: block; font-size: .62rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--ink-4); margin-bottom: 3px;
}
.cbubble--ai .cbubble__who { color: var(--red-600); }
.cbubble__at {
  display: block; margin-top: 5px; font-family: var(--font-mono);
  font-size: .6rem; opacity: .55;
}
.chatsim--js .cbubble,
.chatsim--js .chatsim__slots { opacity: 0; transform: translateY(10px); }
.chatsim--js .cbubble.is-in,
.chatsim--js .chatsim__slots.is-in {
  opacity: 1; transform: none;
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}
.ctyping {
  align-self: flex-start; display: none; gap: 4px; padding: 12px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  border-bottom-left-radius: 5px;
}
.ctyping.is-on { display: flex; }
.ctyping span { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-4); animation: ctype 1.2s infinite; }
.ctyping span:nth-child(2) { animation-delay: .18s; }
.ctyping span:nth-child(3) { animation-delay: .36s; }
@keyframes ctype {
  0%, 60%, 100% { opacity: .25; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
.chatsim__slots { background: #fff; border: 1px solid var(--red-200); border-radius: 16px; padding: 11px; flex: none; }
.chatsim__slots p {
  margin: 0 0 9px; font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--red-600);
}
.cslots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.cslot {
  border: 1.5px solid var(--line); border-radius: 10px; padding: 9px 4px;
  text-align: center; font-size: .74rem; font-weight: 640; color: var(--ink-2);
  transition: all .25s var(--ease);
}
.cslot.is-picked { background: var(--red-500); border-color: var(--red-500); color: #fff; transform: scale(1.04); }
.chatsim__done {
  display: none; align-items: center; gap: 8px; margin-top: 9px;
  padding: 9px 11px; border-radius: 12px;
  background: var(--green-050); color: var(--green-500);
  font-size: .78rem; font-weight: 640;
}
.chatsim__done.is-on { display: flex; animation: pop .34s var(--ease); }
@keyframes pop { from { opacity: 0; transform: scale(.94); } }

.l-float {
  position: absolute; z-index: 3; background: rgba(255,255,255,.97);
  border-radius: 16px; padding: 11px 14px; box-shadow: var(--sh-3);
  display: flex; align-items: center; gap: 10px; white-space: nowrap;
  animation: floaty 6s ease-in-out infinite;
}
.l-float__icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.l-float__k { font-size: .78rem; font-weight: 700; letter-spacing: -.01em; display: block; }
.l-float__v { font-size: .66rem; color: var(--ink-3); }
.l-float--a { top: 15%; left: -7%; }
.l-float--b { bottom: 16%; right: -8%; animation-delay: 2.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 1180px) { .l-float { display: none; } }

/* ---------------- Authority ticker ---------------- */
.l-ticker {
  background: var(--ink-950); color: rgba(255,255,255,.62);
  padding-block: 18px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.08);
}
.l-ticker__rail { display: flex; width: max-content; }
.js .l-ticker__rail { animation: slide 44s linear infinite; }
.l-ticker:hover .l-ticker__rail { animation-play-state: paused; }
.l-ticker__set { display: flex; align-items: center; gap: 56px; padding-right: 56px; }
.l-ticker__set span {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-size: .84rem; letter-spacing: .01em;
}
.l-ticker__set strong { color: #fff; font-weight: 620; }
.l-ticker__set .luv-icon { color: rgba(255,255,255,.42); }
.l-ticker__set .luv-icon--rating { color: var(--gold-lit); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- The week (problem as a scene) ---------------- */
.l-week {
  position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(178deg, var(--ink-950), var(--ink-900) 60%, #250910);
  padding-block: clamp(72px, 9vw, 148px);
}
.l-week h2 { color: #fff; }
.l-week .mark--gold, .l-close .mark--gold { color: var(--gold-lit); }
.l-week .lede { color: rgba(255,255,255,.66); }

.l-timeline { position: relative; margin-top: clamp(40px, 5vw, 72px); padding-left: 34px; }
.l-timeline::before {
  content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px;
  background: rgba(255,255,255,.13);
}
.is-visible 
.l-beat { position: relative; padding-bottom: clamp(26px, 3vw, 40px); }
.l-beat:last-child { padding-bottom: 0; }
.l-beat::before {
  content: ""; position: absolute; left: -34px; top: 7px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--ink-950); border: 2px solid rgba(255,255,255,.22);
}
.l-beat--hot::before { border-color: var(--red-500); background: var(--red-500); box-shadow: 0 0 0 6px rgba(225,38,47,.16); }
.l-beat time {
  display: block; font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 5px;
}
.l-beat--hot time { color: #FF9AA0; }
.l-beat p {
  margin: 0; font-size: clamp(1.02rem, .96rem + .34vw, 1.24rem);
  line-height: 1.45; color: rgba(255,255,255,.88); max-width: 40ch;
}
.l-beat--hot p { color: #fff; font-weight: 500; }

.l-turn {
  margin-top: clamp(48px, 6vw, 88px); padding-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid rgba(255,255,255,.14);
}
.l-turn p {
  font-family: var(--font-display); font-size: var(--step-3); line-height: 1.14;
  letter-spacing: -.03em; color: #fff; max-width: 20ch; margin: 0;
}
.l-turn p span {
  background: linear-gradient(96deg, var(--blush), var(--gold-lit));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic; font-variation-settings: "SOFT" 60, "WONK" 1;
}

/* ---------------- Steps as editorial rows ---------------- */
.l-flow { border-top: 1px solid var(--sand-2); margin-top: clamp(36px, 4vw, 64px); }
.l-row {
  display: grid; gap: clamp(12px, 3vw, 48px); align-items: baseline;
  grid-template-columns: 68px minmax(0, 1fr) minmax(0, 1.35fr);
  padding-block: clamp(22px, 2.6vw, 34px);
  border-bottom: 1px solid var(--sand-2);
  transition: background-color .3s var(--ease), padding-left .3s var(--ease);
}
.l-row:hover { background: #fff; padding-left: 14px; }
@media (max-width: 720px) {
  .l-row { grid-template-columns: 44px minmax(0, 1fr); }
  .l-row p { grid-column: 2; }
}
.l-row__n { font-family: var(--font-mono); font-size: .78rem; color: var(--red-500); letter-spacing: .12em; }
.l-row h3 { margin: 0; font-size: var(--step-2); }
.l-row p { margin: 0; color: var(--ink-3); font-size: var(--step-0); line-height: 1.6; }

/* ---------------- Numerals ---------------- */
.l-figures {
  display: grid; gap: 2px; background: var(--sand-2);
  border-block: 1px solid var(--sand-2);
}
@media (min-width: 760px) { .l-figures { grid-template-columns: repeat(4, 1fr); } }
.l-figure { background: var(--ivory); padding: clamp(30px, 4vw, 56px) clamp(20px, 2.4vw, 34px); }
.l-figure b {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.8rem, 1.4rem + 5vw, 5rem); line-height: .9;
  letter-spacing: -.05em; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.l-figure b i { font-style: normal; color: var(--red-500); }
.l-figure span { display: block; margin-top: 14px; font-size: var(--step--1); color: var(--ink-3); line-height: 1.5; max-width: 22ch; }

/* ---------------- Doctor ---------------- */
.l-doctor {
  display: grid; gap: clamp(36px, 5vw, 80px);
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: end;
}
@media (max-width: 900px) { .l-doctor { grid-template-columns: 1fr; align-items: start; } }
.l-portrait {
  position: relative; border-radius: 200px 200px 6px 6px / 90px 90px 6px 6px;
  overflow: hidden; aspect-ratio: 4 / 5;
  background: linear-gradient(168deg, var(--burgundy-800), var(--ink-950));
  display: grid; place-items: center;
  box-shadow: 0 44px 90px -34px rgba(59,6,15,.55);
}
.l-portrait img { width: 100%; height: 100%; object-fit: cover; }
.l-portrait__initials {
  font-family: var(--font-display); font-size: clamp(4rem, 9vw, 7rem);
  color: rgba(255,255,255,.9); letter-spacing: -.04em;
}
.l-portrait__tag {
  position: absolute; inset: auto 0 0; padding: 30px 22px 22px;
  background: linear-gradient(to top, rgba(9,3,5,.94), transparent); color: #fff;
}
.l-portrait__tag strong { display: block; font-size: 1.02rem; font-weight: 640; }
.l-portrait__tag span { font-size: .76rem; color: rgba(255,255,255,.7); }

.l-facts { margin: var(--sp-7) 0; border-top: 1px solid var(--sand-2); }
.l-fact {
  display: grid; grid-template-columns: 138px minmax(0, 1fr); gap: var(--sp-4);
  padding-block: 15px; border-bottom: 1px solid var(--sand-2); align-items: baseline;
}
@media (max-width: 620px) { .l-fact { grid-template-columns: 1fr; gap: 4px; } }
.l-fact dt { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--ink-3); }
.l-fact dd { margin: 0; font-size: var(--step-0); color: var(--ink-2); line-height: 1.55; }
.l-fact dd strong { font-weight: 640; color: var(--ink); }

.l-story {
  background: var(--gold-soft); border-radius: var(--r-lg);
  padding: clamp(20px, 2.4vw, 28px); font-size: var(--step--1);
  line-height: 1.65; color: #57430F;
}
.l-story b { color: #3E2F07; }

/* ---------------- Review marquee ---------------- */
.l-reviews { padding-block: clamp(56px, 7vw, 110px); overflow: hidden; }
.l-marquee { display: flex; width: max-content; }
.js .l-marquee { animation: slide 56s linear infinite; }
.l-marquee--b { animation-duration: 68s; animation-direction: reverse; margin-top: 20px; }
.l-marquee__set { display: flex; gap: 20px; padding-right: 20px; }
.l-reviews:hover .l-marquee { animation-play-state: paused; }
.l-rev {
  width: clamp(280px, 30vw, 380px); flex: none; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; gap: 12px;
}
.l-rev q {
  font-family: var(--font-display); font-size: 1.06rem; line-height: 1.42;
  letter-spacing: -.012em; color: var(--ink); quotes: "“" "”";
}
.l-rev figcaption { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.l-rev cite { font-style: normal; font-weight: 640; font-size: .84rem; }
.l-rev small { display: block; color: var(--ink-4); font-size: .7rem; }
.l-rev .avatar { background: linear-gradient(140deg, #7A6455, #3E2F26); }
.l-stars { color: var(--gold); letter-spacing: .1em; font-size: .84rem; }

/* ---------------- Price ---------------- */
.l-offer {
  display: grid; gap: clamp(36px, 5vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); align-items: center;
}
@media (max-width: 940px) { .l-offer { grid-template-columns: 1fr; } }
.l-amount {
  margin: 0;
  font-family: var(--font-display); font-size: var(--step-7);
  font-weight: 600; letter-spacing: -.06em; line-height: .82; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.l-amount sup { font-size: .32em; vertical-align: super; letter-spacing: 0; margin-right: .04em; }
.l-amount small { font-family: var(--font-body); font-size: .16em; font-weight: 500; letter-spacing: 0; color: var(--ink-3); }
.l-daily {
  display: inline-block; margin-top: var(--sp-5); padding: 7px 15px;
  background: var(--ink); color: #fff; border-radius: var(--r-pill);
  font-size: .78rem; font-weight: 600; letter-spacing: .01em;
}
.l-getlist { list-style: none; padding: 0; margin: var(--sp-6) 0 0; }
.l-getlist li {
  display: flex; gap: 14px; align-items: flex-start; padding-block: 12px;
  border-top: 1px solid var(--sand-2); font-size: var(--step-0); line-height: 1.5;
}
.l-getlist .luv-icon { color: var(--green-500); flex: none; margin-top: 3px; }
.l-terms { display: grid; gap: 0; margin: 0; }
.l-terms div {
  display: flex; justify-content: space-between; gap: var(--sp-4);
  padding-block: 13px; border-bottom: 1px solid var(--sand-2); font-size: var(--step--1);
}
.l-terms dt { color: var(--ink-3); }
.l-terms dd { margin: 0; font-weight: 620; text-align: right; }
.l-payers { display: flex; flex-wrap: wrap; gap: 8px; }
.l-payer {
  padding: 8px 15px; border-radius: var(--r-pill); background: #fff;
  border: 1px solid var(--line); font-size: .8rem; font-weight: 600; color: var(--ink-2);
}
.l-guard {
  border-left: 3px solid var(--red-500); padding: 6px 0 6px 18px;
  font-size: var(--step--1); color: var(--ink-3); line-height: 1.65;
}
.l-guard strong { color: var(--ink); }

/* ---------------- Close ---------------- */
.l-close {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  padding-block: clamp(72px, 10vw, 150px);
  background:
    radial-gradient(90% 130% at 50% -10%, rgba(225,38,47,.42), transparent 60%),
    linear-gradient(165deg, var(--burgundy-900), var(--ink-950));
}
.l-close::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 3px 3px; opacity: .5; mix-blend-mode: overlay;
}
.l-close > * { position: relative; z-index: 1; }
.l-close h2 { color: #fff; font-size: var(--step-5); max-width: 15ch; margin-inline: auto; line-height: 1; }
.l-close h2 em {
  font-style: italic; font-variation-settings: "SOFT" 60, "WONK" 1;
  background: linear-gradient(96deg, var(--blush), var(--gold-lit));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.l-close p { color: rgba(255,255,255,.76); max-width: 40rem; margin-inline: auto;
  font-size: var(--step-0); }

/* ---------------- Sticky mobile CTA ---------------- */
.l-dock {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 95;
  display: none; align-items: center; gap: 12px;
  padding: 10px 10px 10px 18px; border-radius: var(--r-pill);
  background: rgba(18,5,8,.94); backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px -14px rgba(0,0,0,.6);
  transform: translateY(140%); transition: transform .4s var(--ease);
}
.l-dock.is-up { transform: none; }
.l-dock__t { flex: 1; min-width: 0; color: #fff; font-size: .8rem; font-weight: 600; }
.l-dock__t span { display: block; font-weight: 400; font-size: .7rem; color: rgba(255,255,255,.6); }
@media (max-width: 860px) { .l-dock { display: flex; } }

/* ---------------- Reveal ---------------- */
.reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.stagger > * { opacity: 0; transform: translateY(16px); }
.stagger.is-visible > * {
  opacity: 1; transform: none;
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.stagger.is-visible > *:nth-child(1) { transition-delay: .04s; }
.stagger.is-visible > *:nth-child(2) { transition-delay: .11s; }
.stagger.is-visible > *:nth-child(3) { transition-delay: .18s; }
.stagger.is-visible > *:nth-child(4) { transition-delay: .25s; }
.stagger.is-visible > *:nth-child(5) { transition-delay: .32s; }
.stagger.is-visible > *:nth-child(6) { transition-delay: .39s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible,
  .stagger > *, .stagger.is-visible > * { opacity: 1; transform: none; transition: none; }
  .l-float, .l-now__dot, .ctyping span { animation: none; }
  .l-marquee, .l-ticker__rail { animation: none; }
  .l-reviews, .l-ticker { overflow-x: auto; }
  .l-dock { transform: none; }
}


/* =========================================================================
   Layout helpers — these exist so the templates stay free of inline styles.
   ========================================================================= */
.l-titleblock > .mark + h2 { margin-top: 20px; }
.l-titleblock > h2 + .lede,
.l-titleblock > h2 + p { margin-top: 20px; }
.l-titleblock { margin-bottom: clamp(32px, 4vw, 56px); }
.l-titleblock--flush { margin-bottom: 0; }

.h-sm { font-size: var(--step-1) !important; }
.mt-5 { margin-top: var(--sp-5); }
.mt-7 { margin-top: var(--sp-7); }
.mb-8 { margin-bottom: var(--sp-8); }
.row--center { justify-content: center; }

.l-float__icon--ok { background: var(--green-050); color: var(--green-500); }
.l-float__icon--brand { background: var(--red-050); color: var(--red-600); }

.l-hero__actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; }

/* Timeline is an <ol>; the progress rail is a pseudo-element on it rather
   than a stray <span>, which <ol> does not permit as a child. */
.l-timeline { list-style: none; }
.l-timeline::after {
  content: ""; position: absolute; left: 7px; top: 8px; width: 2px; height: 0;
  background: linear-gradient(180deg, var(--red-500), rgba(225,38,47,.25));
  transition: height 1.4s cubic-bezier(.2,.7,.3,1);
}
.l-timeline.is-visible::after { height: calc(100% - 16px); }
@media (prefers-reduced-motion: reduce) {
  .l-timeline::after { height: calc(100% - 16px); transition: none; }
}

/* Typographic plaque — the deliberate composition shown until a real
   headshot is uploaded to the provider profile. Not a placeholder. */
.l-plaque {
  display: flex; flex-direction: column; justify-content: center;
  height: 100%; width: 100%; padding: clamp(28px, 4vw, 46px);
  text-align: center; color: #fff;
}
.l-plaque__rule { width: 46px; height: 2px; background: var(--gold-lit); margin: 0 auto var(--sp-5); }
.l-plaque__name {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.7rem, 1rem + 2.4vw, 2.5rem); line-height: 1.06;
  letter-spacing: -.03em; margin: 0;
}
.l-plaque__creds {
  margin: 14px 0 0; font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.6);
  line-height: 2;
}
