/* ==========================================================================
   Pristine Press & Media — shared design system
   Brand: black / grey / white, with emerald green as a small accent only.
   ========================================================================== */

:root {
  --ink:        #121212;   /* near-black (dark sections)   */
  --ink-2:      #1e1e1e;   /* raised dark panels          */
  --paper:      #ffffff;   /* white (primary background)  */
  --paper-2:    #f4f4f2;   /* soft off-white / grey band  */
  --gold:       #039861;   /* brand green — ACCENT ONLY   */
  --gold-2:     #35b98a;   /* lighter green (on dark)     */
  --burgundy:   #121212;   /* icons — kept monochrome     */
  --muted:      #5d5d5d;   /* grey body text on light     */
  --muted-ink:  #b2b2b2;   /* grey text on dark           */
  --line:       #e7e7e3;   /* hairline on light           */
  --line-ink:   #2b2b2b;   /* hairline on dark            */
  --maxw: 1160px;
  --r: 14px;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
  --shadow-sm: 0 6px 20px rgba(0,0,0,.07);
  --serif: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); letter-spacing: -0.03em; }
h3 { font-size: 1.3rem; letter-spacing: -0.015em; }

p { margin: 0 0 1.1rem; }

a { color: inherit; }

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

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);           /* green accent */
  margin: 0 0 1rem;
}

.lead { font-size: 1.18rem; color: var(--muted); max-width: 60ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  padding: .85rem 1.6rem; border-radius: 999px;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
/* primary = black button (on light backgrounds) */
.btn-gold { background: var(--ink); color: #fff; }
.btn-gold:hover { background: #000; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.26); }
/* on dark backgrounds the primary flips to white */
.hero .btn-gold, .on-ink .btn-gold, .cta-band .btn-gold { background: #fff; color: var(--ink); }
.hero .btn-gold:hover, .on-ink .btn-gold:hover, .cta-band .btn-gold:hover { background: #ededea; box-shadow: 0 10px 26px rgba(0,0,0,.4); }
/* ghost (outline on dark) — green shows on hover as a small detail */
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.38); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }

/* ---------- top nav (white, editorial) ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.logo { height: 40px; width: auto; display: block; }
.logo-footer { height: 46px; }
.logo-chip { height: 40px; width: auto; display: block; background: #fff; padding: 9px 14px; border-radius: 10px; box-sizing: content-box; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: .95rem; font-weight: 500;
  transition: color .15s ease; position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--gold); /* green detail */
}
.nav-cta { margin-left: .5rem; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 1.6rem; cursor: pointer; }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.section-head { max-width: 62ch; margin-bottom: 3rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.on-ink { background: var(--ink); color: #f3f3f3; }
.on-ink h1, .on-ink h2, .on-ink h3 { color: #fff; }
.on-ink .lead { color: var(--muted-ink); }
.on-paper-2 { background: var(--paper-2); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 128px 0 116px; background: var(--ink); color: #f3f3f3; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1000px 460px at 80% -10%, rgba(3,152,97,.16), transparent 60%),
    radial-gradient(680px 380px at 6% 110%, rgba(255,255,255,.05), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero h1 { max-width: 16ch; color: #fff; }
.hero .lead { color: var(--muted-ink); margin-top: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 2.6rem; margin-top: 3rem; }
.hero-stats .n { font-family: var(--serif); font-size: 2rem; color: #fff; line-height: 1; }
.hero-stats .l { font-size: .85rem; color: var(--muted-ink); margin-top: .35rem; }

/* ---------- pillars / cards ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.pillar {
  background: var(--ink); color: #f3f3f3;
  border-radius: var(--r); padding: 2.4rem; position: relative; overflow: hidden;
  border: 1px solid var(--line-ink);
}
.pillar h3 { color: #fff; font-size: 1.7rem; }
.pillar .tag { color: var(--gold-2); }        /* green detail */
.pillar ul { list-style: none; padding: 0; margin: 1.3rem 0 0; }
.pillar li { padding: .55rem 0 .55rem 1.6rem; position: relative; color: var(--muted-ink); border-top: 1px solid var(--line-ink); }
.pillar li:first-child { border-top: 0; }
.pillar li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }  /* green arrow */

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 2rem; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d8d8d3; }
.card .ico {
  width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
  background: var(--paper-2); color: var(--gold); margin-bottom: 1.1rem;
  border: 1px solid var(--line);
}
.card .ico svg { width: 23px; height: 23px; display: block; }
.card p { color: var(--muted); margin-bottom: 0; }

/* ---------- service list ---------- */
.svc {
  display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 2rem; align-items: start;
  padding: 2.2rem 0; border-top: 1px solid var(--line);
}
.svc:first-of-type { border-top: 0; }
.svc h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.svc .kicker { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .5rem; } /* green */
.svc p { color: var(--muted); max-width: 60ch; }
.svc .incl { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.svc .incl span { font-size: .82rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .8rem; color: var(--ink); }
.svc .price { text-align: right; white-space: nowrap; }
.svc .price .amt { font-family: var(--serif); font-size: 2rem; color: var(--ink); line-height: 1; }
.svc .price .from { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }

/* ---------- process steps (animated) ---------- */
.steps .step { position: relative; padding-left: 3.9rem; }
.step .badge { position: absolute; left: 0; top: -4px; width: 2.5rem; height: 2.5rem; }
.step .badge .ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.step .badge .ring circle { fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 126; stroke-dashoffset: 0; }
.step .badge .num { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.step .ic { position: absolute; right: 0; top: -6px; width: 34px; height: 34px; }
.step .ic svg { width: 100%; height: 100%; display: block; overflow: visible; }
.step .ic svg * { fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { padding-right: 2.6rem; }
.step .rail { position: absolute; left: 1.24rem; top: 2.6rem; width: 2px; height: calc(100% - 1.4rem); background: linear-gradient(180deg, rgba(3,152,97,.5), rgba(3,152,97,0)); border-radius: 2px; }

/* animated states only when motion is allowed AND JS is on (html.anim); otherwise everything shows */
@media (prefers-reduced-motion: no-preference) {
  html.anim .steps .step { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
  html.anim .steps.play .step { opacity: 1; transform: none; transition-delay: calc(var(--i) * 160ms); }
  html.anim .step .badge .ring circle { stroke-dashoffset: 126; transition: stroke-dashoffset .85s cubic-bezier(.5,0,.15,1); }
  html.anim .steps.play .step .badge .ring circle { stroke-dashoffset: 0; transition-delay: calc(var(--i) * 160ms + .1s); }
  html.anim .step .badge .num { opacity: 0; transform: scale(.5); transition: opacity .4s ease, transform .5s cubic-bezier(.2,1.5,.4,1); }
  html.anim .steps.play .step .badge .num { opacity: 1; transform: none; transition-delay: calc(var(--i) * 160ms + .55s); }
  html.anim .step .ic { opacity: 0; transform: translateY(-4px) scale(.9); transition: opacity .5s ease, transform .55s cubic-bezier(.2,1.3,.4,1); }
  html.anim .steps.play .step .ic { opacity: 1; transform: none; transition-delay: calc(var(--i) * 160ms + .45s); }
  html.anim .step .rail { height: 0; transition: height .7s ease; }
  html.anim .steps.play .step .rail { height: calc(100% - 1.4rem); transition-delay: calc(var(--i) * 160ms + .3s); }
  /* icon inner loops start once the section plays */
  html.anim .steps.play .ic-chat .d { animation: typing 1.5s ease-in-out infinite; }
  html.anim .steps.play .ic-chat .d2 { animation-delay: .2s; } html.anim .steps.play .ic-chat .d3 { animation-delay: .4s; }
  html.anim .steps.play .ic-book .page { animation: flip 3.4s ease-in-out infinite; transform-box: view-box; transform-origin: 15px 15px; }
  html.anim .steps.play .ic-wave .b { animation: wave 1.15s ease-in-out infinite; transform-box: view-box; transform-origin: center; }
  html.anim .steps.play .ic-wave .b2 { animation-delay: .12s; } html.anim .steps.play .ic-wave .b3 { animation-delay: .24s; }
  html.anim .steps.play .ic-wave .b4 { animation-delay: .36s; } html.anim .steps.play .ic-wave .b5 { animation-delay: .10s; }
  html.anim .steps.play .ic-cast .r { animation: radiate 2.4s ease-out infinite; transform-box: view-box; transform-origin: 15px 21px; }
  html.anim .steps.play .ic-cast .r2 { animation-delay: .8s; }
}
@keyframes typing { 0%,100% { opacity: .25; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-2px); } }
@keyframes flip { 0%,18% { transform: scaleX(1); } 50% { transform: scaleX(-1); } 82%,100% { transform: scaleX(1); } }
@keyframes wave { 0%,100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@keyframes radiate { 0% { opacity: 0; transform: scale(.35); } 25% { opacity: 1; } 100% { opacity: 0; transform: scale(1.25); } }

/* ---------- spotlight ---------- */
.spot {
  border-radius: var(--r); overflow: hidden; position: relative; min-height: 320px;
  display: flex; align-items: flex-end; color: #fff; border: 1px solid var(--line-ink);
  background: var(--ink-2);
}
.spot .body { position: relative; padding: 2rem; }
.spot .badge { display: inline-block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: var(--gold); padding: .25rem .7rem; border-radius: 999px; font-weight: 600; margin-bottom: .8rem; } /* green detail */
.spot.times { background: linear-gradient(160deg, #2a2a2a, #0b0b0b); }
.spot.books { background: linear-gradient(160deg, #232323, #090909); }
.spot h3 { color: #fff; }
.spot p { color: var(--muted-ink); margin-bottom: 0; }
/* video-card behavior */
.spot { cursor: pointer; transition: transform .28s ease, box-shadow .28s ease; }
.spot-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .9; transition: opacity .3s ease, transform .5s ease; }
.spot-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.3) 55%, rgba(0,0,0,.55)); }
.spot .body { z-index: 2; }
.spot-play { position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 66px; height: 66px; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: grid; place-items: center; color: #fff; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.spot-play svg { width: 24px; height: 24px; margin-left: 3px; }
.spot:hover, .spot:focus-visible { transform: scale(1.035); box-shadow: 0 30px 72px rgba(0,0,0,.5); z-index: 4; outline: none; }
.spot:hover .spot-thumb, .spot:focus-visible .spot-thumb { opacity: 1; transform: scale(1.06); }
.spot:hover .spot-play, .spot:focus-visible .spot-play { background: var(--gold); border-color: var(--gold); transform: translate(-50%,-50%) scale(1.08); }
.spot.playing { cursor: default; transform: none; box-shadow: none; }
.spot.playing .spot-thumb, .spot.playing .spot-scrim, .spot.playing .spot-play, .spot.playing .body { display: none; }
.spot.playing iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 5; }

/* ---------- quote ---------- */
.quote { max-width: 40ch; }
.quote blockquote { font-family: var(--serif); font-size: 1.7rem; line-height: 1.35; margin: 0; }
.quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: .9rem; color: var(--gold); margin-top: 1.2rem; letter-spacing: .04em; } /* green */

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, #0c0c0c, #1e1e1e); text-align: center; color: #f3f3f3; }
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--muted-ink); max-width: 52ch; margin-left: auto; margin-right: auto; }

/* ---------- form ---------- */
.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .85rem; font-weight: 600; letter-spacing: .02em; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; padding: .8rem .9rem; border-radius: 10px;
  border: 1px solid var(--line); background: #fff; color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); } /* green focus */
.field textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }

.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { padding: 1rem 0; border-top: 1px solid var(--line-ink); }
.info-list li:first-child { border-top: 0; }
.info-list .k { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); } /* green */
.info-list .v { font-size: 1.1rem; }
.info-list .v a { color: #fff; text-decoration: none; }
.info-list .v a:hover { color: var(--gold-2); }

/* ---------- contact panel (elegant icon rows) ---------- */
.contact-panel { background: #161616; border: 1px solid var(--line-ink); border-radius: var(--r); padding: 2.4rem; }
.contact-rows { margin-top: 1.6rem; }
.crow { display: flex; align-items: center; gap: 1rem; padding: 1.05rem 0; border-top: 1px solid var(--line-ink); text-decoration: none; }
.crow:first-child { border-top: 0; padding-top: .3rem; }
.crow-ico { width: 40px; height: 40px; flex: none; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.045); border: 1px solid var(--line-ink); color: var(--gold-2); }
.crow-ico svg { width: 19px; height: 19px; display: block; }
.crow-t { display: flex; flex-direction: column; gap: 2px; }
.crow-k { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-ink); }
.crow-v { font-size: 1.02rem; color: #fff; line-height: 1.35; }
.crow-v.crow-muted { font-size: .95rem; color: var(--muted-ink); }
a.crow:hover .crow-v { color: var(--gold-2); }
a.crow:hover .crow-ico { border-color: var(--gold); color: var(--gold-2); }

/* ---------- footer ---------- */
.footer { background: #0c0c0c; color: var(--muted-ink); padding: 72px 0 42px; border-top: 1px solid var(--line-ink); }
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1.5fr 1.6fr; gap: 3.2rem; margin-bottom: 3.4rem; }
@media (max-width: 900px) and (min-width: 861px) { .footer .cols { grid-template-columns: 1fr 1fr; } }
.footer h4 { color: #fff; font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.4rem; }
.footer a { color: var(--muted-ink); text-decoration: none; display: block; padding: .5rem 0; font-size: .97rem; line-height: 1.4; }
.footer a:hover { color: var(--gold-2); }  /* green hover */
.footer .about p { color: var(--muted-ink); max-width: 42ch; line-height: 1.7; }
.footer .legal { border-top: 1px solid var(--line-ink); padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem 2rem; font-size: .85rem; }
.footer .legal-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer .legal-links a { display: inline; padding: 0; font-size: .85rem; }

/* legal / policy documents */
.legal-doc { max-width: 760px; }
.legal-doc h2 { font-size: 1.35rem; margin: 2.3rem 0 .7rem; }
.legal-doc p { color: var(--muted); line-height: 1.7; }
.legal-doc ul { margin: 0 0 1.2rem; padding-left: 1.25rem; color: var(--muted); }
.legal-doc li { margin: .4rem 0; line-height: 1.6; }
.legal-doc .updated { font-size: .85rem; color: var(--muted); }
.legal-doc a { color: var(--gold); text-decoration: none; font-weight: 600; }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.tag { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .grid-2, .grid-3, .footer .cols { grid-template-columns: 1fr; }
  .nav-links {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: flex-start;
    gap: 0; background: #fff; padding: 1rem 24px 1.5rem; border-bottom: 1px solid var(--line);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-links a.active::after { display: none; }
  .nav-cta { margin: .8rem 0 0; }
  .nav-toggle { display: block; }
  .svc { grid-template-columns: 1fr; }
  .svc .price { text-align: left; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 68px 0; }
  .hero { padding: 84px 0 72px; }
}

/* ================= services overview tiles ================= */
.svc-tile { display: flex; flex-direction: column; text-decoration: none; height: 100%; }
.svc-tile .kicker { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .55rem; }
.svc-tile h3 { margin-bottom: .5rem; }
.svc-tile p { color: var(--muted); margin-bottom: 1rem; flex: 1; }
.svc-more { color: var(--ink); font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; transition: gap .18s ease, color .18s ease; }
.svc-tile:hover .svc-more { gap: .7rem; color: var(--gold); }
.svc-more svg { width: 15px; height: 15px; }

/* ---------- services cards: self-drawing icon + staggered reveal ---------- */
.svc-tile .ico { margin-bottom: 1rem; }
.svc-ic svg { width: 23px; height: 23px; display: block; }
.svc-ic svg * { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svc-tile:hover .ico { border-color: var(--gold); }
@media (prefers-reduced-motion: no-preference) {
  html.anim .svc-grid .svc-tile { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1); }
  html.anim .svc-grid.play .svc-tile { opacity: 1; transform: none; transition-delay: calc(var(--i) * 90ms); }
  html.anim .svc-ic svg * { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .9s ease; }
  html.anim .svc-grid.play .svc-tile .svc-ic svg * { stroke-dashoffset: 0; transition-delay: calc(var(--i) * 90ms + .25s); }
}

/* ================= pricing / packages ================= */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; align-items: stretch; }
.plan { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 2rem 1.6rem; position: relative; }
.plan.featured { border-color: var(--gold); box-shadow: 0 18px 50px rgba(3,152,97,.14); }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 999px; white-space: nowrap; }
.plan-name { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; letter-spacing: -0.01em; }
.plan-price { font-family: var(--serif); font-weight: 700; font-size: 2.3rem; letter-spacing: -0.03em; margin: .5rem 0 .1rem; }
.plan-price small { font-family: var(--sans); font-size: .8rem; font-weight: 500; color: var(--muted); letter-spacing: .04em; }
.plan-desc { color: var(--muted); font-size: .92rem; min-height: 3.2em; margin-bottom: 1.1rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.plan li { position: relative; padding: .5rem 0 .5rem 1.6rem; font-size: .92rem; color: var(--ink); border-top: 1px solid var(--line); }
.plan li:first-child { border-top: 0; }
.plan li::before { content: ""; position: absolute; left: 0; top: .95rem; width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
.plan li.muted { color: var(--muted); }
.plan .btn { justify-content: center; width: 100%; }
.plans-note { text-align: center; color: var(--muted); margin-top: 2rem; font-size: .95rem; }

@media (max-width: 980px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .plans { grid-template-columns: 1fr; } }

/* quote strip on service subpages */
.quote-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 2rem; }
.quote-cta .price-tag { font-family: var(--serif); font-weight: 700; font-size: 1.8rem; letter-spacing: -0.02em; }
.quote-cta .price-tag small { font-family: var(--sans); font-size: .78rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); display: block; }

/* included checklist on service subpages */
.incl-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.incl-list li { position: relative; padding: .6rem 0 .6rem 1.7rem; font-size: .96rem; color: var(--ink); border-top: 1px solid var(--line); }
.incl-list li:first-child { border-top: 0; }
.incl-list li::before { content: ""; position: absolute; left: 0; top: 1rem; width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* ================= credibility components ================= */
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px){ .grid-4 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 520px){ .grid-4 { grid-template-columns: 1fr;} }

/* retailer / distribution strip (animated marquee) */
.logostrip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2.3rem 0; overflow: hidden; }
.logostrip .wrap { padding-top: 0; padding-bottom: 0; }
.logostrip .lbl { text-align: center; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.7rem; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; align-items: center; gap: 5rem; padding-right: 5rem; }
.logostrip .retailer { color: #333; opacity: .62; transition: opacity .2s ease, color .2s ease; display: inline-flex; align-items: center; }
.logostrip .retailer svg { height: 42px; width: auto; display: block; fill: currentColor; }
.logostrip .retailer:hover { opacity: 1; color: var(--ink); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* trust guarantees */
.guar { text-align: left; }
.guar .g-ico { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--paper-2); border: 1px solid var(--line); color: var(--gold); margin-bottom: 1rem; }
.guar .g-ico svg { width: 20px; height: 20px; }
.guar h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.guar p { color: var(--muted); font-size: .92rem; margin: 0; }

/* testimonials */
.tst { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem; box-shadow: var(--shadow-sm); height: 100%; }
.tst .stars { display: inline-flex; gap: 2px; color: var(--gold); margin-bottom: 1rem; }
.tst .stars svg { width: 16px; height: 16px; }
.tst blockquote { font-size: 1.04rem; line-height: 1.55; margin: 0 0 1.2rem; color: var(--ink); flex: 1; }
.tst cite { font-style: normal; font-size: .9rem; color: var(--muted); font-weight: 600; letter-spacing: .01em; }

/* FAQ accordion */
.faq-wrap { max-width: 780px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.4rem 0; font-family: var(--serif); font-weight: 600; font-size: 1.12rem; letter-spacing: -0.01em; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq .faq-a { padding: 0 0 1.5rem; color: var(--muted); max-width: 70ch; }

/* ================= motion / scroll reveal ================= */
@media (prefers-reduced-motion: no-preference) {
  html.anim .section-head,
  html.anim .grid:not(.steps):not(.svc-grid),
  html.anim .plans,
  html.anim .svc,
  html.anim .quote,
  html.anim .cta-band .wrap {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);
  }
  html.anim .section-head.is-visible,
  html.anim .grid:not(.steps):not(.svc-grid).is-visible,
  html.anim .plans.is-visible,
  html.anim .svc.is-visible,
  html.anim .quote.is-visible,
  html.anim .cta-band .wrap.is-visible {
    opacity: 1;
    transform: none;
  }
  /* hero staggered load-in */
  html.anim .hero .wrap > * { animation: heroIn .8s cubic-bezier(.16,.84,.44,1) both; }
  html.anim .hero .eyebrow      { animation-delay: .05s; }
  html.anim .hero h1            { animation-delay: .14s; }
  html.anim .hero .lead        { animation-delay: .26s; }
  html.anim .hero .hero-actions { animation-delay: .38s; }
  html.anim .hero .hero-stats  { animation-delay: .48s; }
  @keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
}

/* ================= hero background video (home) ================= */
.hero.has-video { isolation: isolate; }
.hero-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: #0b0b0b; }
.hero-video iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw;            /* 16:9 */
  min-height: 100%; min-width: 177.78vh;     /* cover */
  border: 0; pointer-events: none;
}
/* left-side blur that fades out to a clear video on the right */
.hero-blur {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 42%, rgba(0,0,0,0) 72%);
          mask-image: linear-gradient(90deg, #000 0%, #000 42%, rgba(0,0,0,0) 72%);
}
/* dark scrim: heavy on the left (text), light on the right (video shows) */
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg,
    rgba(12,12,12,.95) 0%, rgba(12,12,12,.88) 28%, rgba(12,12,12,.6) 52%,
    rgba(12,12,12,.32) 78%, rgba(12,12,12,.18) 100%);
}
/* vertical polish so top/bottom edges blend into the page */
.hero.has-video::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,12,12,.55) 0%, rgba(12,12,12,0) 22%, rgba(12,12,12,0) 78%, rgba(12,12,12,.85) 100%);
}
.hero.has-video .wrap { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero-video, .hero-blur { display: none; }
}
@media (max-width: 700px) {
  /* on small screens, blur the whole thing a touch more so text stays clear */
  .hero-scrim { background: linear-gradient(90deg, rgba(12,12,12,.92) 0%, rgba(12,12,12,.7) 60%, rgba(12,12,12,.5) 100%); }
  .hero-blur { -webkit-mask-image: linear-gradient(90deg,#000 0%,#000 70%,rgba(0,0,0,.4) 100%); mask-image: linear-gradient(90deg,#000 0%,#000 70%,rgba(0,0,0,.4) 100%); }
}

/* ================= services hero: icon constellation + word rotator + glow drift ================= */
.svc-hero .wrap { z-index: 2; }
.svc-hero .constellation { position: absolute; z-index: 1; top: 0; right: 0; width: 52%; height: 100%; pointer-events: none; }
@media (max-width: 900px) { .svc-hero .constellation { opacity: .24; width: 100%; } }
@media (max-width: 640px) { .svc-hero .constellation { display: none; } }
.svc-hero .ci {
  position: absolute; left: var(--x); top: var(--y);
  width: calc(40px * var(--s, 1)); height: calc(40px * var(--s, 1));
  transform: translate(-50%, -50%); color: var(--gold); opacity: var(--o, .7);
}
.svc-hero .ci svg { width: 100%; height: 100%; display: block; overflow: visible; }
.svc-hero .ci svg * { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc-rot { display: inline-block; position: relative; height: 1.05em; overflow: hidden; vertical-align: bottom; color: var(--gold); }
.svc-rot .w { display: block; }
@media (prefers-reduced-motion: no-preference) {
  html.anim .svc-hero .ci { animation: ciFloat calc(7s * var(--k, 1)) ease-in-out infinite; animation-delay: var(--d, 0s); }
  html.anim .svc-hero .ci.up { animation-name: ciFloatUp; }
  html.anim .svc-hero .ci svg * { stroke-dasharray: 1; stroke-dashoffset: 1; animation: ciDraw .9s cubic-bezier(.22,1,.36,1) forwards; animation-delay: var(--dd, 0s); }
  html.anim .svc-hero::before { animation: heroGlow 16s ease-in-out infinite; }
}
@keyframes ciFloat   { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%, calc(-50% - 10px)); } }
@keyframes ciFloatUp { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%, calc(-50% + 12px)); } }
@keyframes ciDraw    { to { stroke-dashoffset: 0; } }
@keyframes heroGlow  { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-3%,3%) scale(1.06); } }

/* ================= packages hero: tier ladder + glow drift ================= */
.pkg-hero .wrap { z-index: 2; }
.pkg-hero .ladder { position: absolute; z-index: 1; right: 6%; top: 50%; transform: translateY(-50%); display: flex; align-items: flex-end; gap: 30px; padding-bottom: 34px; }
.pkg-hero .ladder::after { content: ""; position: absolute; left: -14px; right: -14px; bottom: 30px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16) 15%, rgba(255,255,255,.16) 85%, transparent); }
.pkg-hero .col { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: 60px; }
.pkg-hero .price { font-family: var(--serif); font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 10px; white-space: nowrap; }
.pkg-hero .bar { width: 100%; height: var(--h); border-radius: 9px 9px 0 0; transform-origin: bottom; background: linear-gradient(180deg, rgba(3,152,97,.34), rgba(3,152,97,.07)); border: 1px solid rgba(3,152,97,.28); border-bottom: 0; }
.pkg-hero .col.pop .bar { background: linear-gradient(180deg, #04b473, var(--gold)); border-color: transparent; box-shadow: 0 0 26px rgba(3,152,97,.45); }
.pkg-hero .name { font-size: 12px; color: var(--muted-ink); margin-top: 12px; white-space: nowrap; }
.pkg-hero .col.pop .name { color: #fff; }
.pkg-hero .tag { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
@media (max-width: 1040px) { .pkg-hero .ladder { gap: 20px; } .pkg-hero .price, .pkg-hero .name { font-size: 11px; } }
@media (max-width: 820px)  { .pkg-hero .ladder { display: none; } }

@media (prefers-reduced-motion: no-preference) {
  html.anim .pkg-hero .bar { transform: scaleY(0); }
  html.anim .pkg-hero .price, html.anim .pkg-hero .name, html.anim .pkg-hero .tag { opacity: 0; }
  html.anim .pkg-hero.play .bar { animation: pkgRise .75s cubic-bezier(.22,1,.36,1) forwards; animation-delay: calc(var(--i) * .16s); }
  html.anim .pkg-hero.play .price { animation: pkgFade .5s ease forwards; animation-delay: calc(var(--i) * .16s + .5s); }
  html.anim .pkg-hero.play .name { animation: pkgFade .5s ease forwards; animation-delay: calc(var(--i) * .16s + .35s); }
  html.anim .pkg-hero.play .col.pop .tag { animation: pkgTag .5s cubic-bezier(.22,1,.36,1) forwards; animation-delay: .95s; }
  html.anim .pkg-hero::before { animation: heroGlow 16s ease-in-out infinite; }
}
@keyframes pkgRise { to { transform: scaleY(1); } }
@keyframes pkgFade { to { opacity: 1; } }
@keyframes pkgTag  { from { opacity: 0; transform: translateX(-50%) translateY(6px) scale(.9); } to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); } }

/* ================= newsletter modal ================= */
.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-overlay { position: absolute; inset: 0; background: rgba(8,8,8,.72); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal-card {
  position: relative; z-index: 1; background: #fff; border-radius: 16px;
  max-width: 540px; width: 100%; padding: 3rem 2.6rem 2.6rem;
  box-shadow: 0 30px 90px rgba(0,0,0,.5); animation: modalIn .4s cubic-bezier(.16,.84,.44,1);
}
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-x { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 1.9rem; line-height: 1; color: var(--muted); cursor: pointer; padding: 4px; }
.modal-x:hover { color: var(--ink); }
.modal-card h2 { margin-bottom: .6rem; }
.modal-sub { text-align: center; color: var(--muted); max-width: 44ch; margin: 0 auto 1.7rem; }
.modal-inputrow { display: flex; gap: .6rem; max-width: 430px; margin: 0 auto; }
.modal-inputrow input { flex: 1; font-family: var(--sans); font-size: 1rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); }
.modal-inputrow input:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.modal-inputrow .btn { white-space: nowrap; }
.modal-fine { text-align: center; font-size: .78rem; color: var(--muted); margin: 1.1rem auto 0; max-width: 42ch; line-height: 1.5; }
.modal-fine a { color: var(--ink); text-decoration: underline; }
.modal-thanks { text-align: center; }
.modal-check { color: var(--gold); }
@media (max-width: 480px) { .modal-card { padding: 2.6rem 1.5rem 1.8rem; } .modal-inputrow { flex-direction: column; } .modal-inputrow .btn { justify-content: center; } }

/* footer social icons */
.footer .socials { display: flex; gap: .7rem; margin-top: 1.1rem; }
.footer .socials a {
  display: grid; place-items: center; width: 40px; height: 40px; padding: 0;
  border-radius: 50%; border: 1px solid var(--line-ink); color: var(--muted-ink);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .15s ease;
}
.footer .socials a:hover { color: #fff; border-color: var(--gold); background: rgba(3,152,97,.12); transform: translateY(-2px); }
.footer .socials svg { width: 18px; height: 18px; fill: currentColor; display: block; }

/* ================= motion elements: count-up, typewriter, ink-bloom ================= */

/* --- count-up stat: green underline sweeps in beneath the number --- */
.hero-stats .n { position: relative; display: inline-block; padding-bottom: .45rem; }
.hero-stats .n::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--gold), rgba(3,152,97,0)); border-radius: 2px;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-stats .n::after { transition: width .9s cubic-bezier(.22,1,.36,1) .15s; }
  .hero-stats.counted .n::after { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-stats .n::after { width: 100%; }
}

/* --- typewriter caret on the home headline --- */
.hero h1 .caret {
  display: inline-block; width: .055em; height: .92em; margin-left: .05em;
  background: var(--gold); vertical-align: -0.06em; border-radius: 1px;
  animation: caretBlink 1.05s steps(1) infinite;
}
.hero h1.tw-done .caret { animation: caretFade 1.4s forwards; }
@keyframes caretBlink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }
@keyframes caretFade { to { opacity: 0; } }

/* --- ink-bloom: a soft green wash blooms behind each heading as it enters view --- */
.section-head { position: relative; }
.section-head > * { position: relative; z-index: 1; }
@media (prefers-reduced-motion: no-preference) {
  html.anim .section-head::before {
    content: ""; position: absolute; z-index: 0; inset: -36px -12% -36px -12%;
    background: radial-gradient(closest-side, rgba(3,152,97,.20), rgba(3,152,97,.06) 55%, transparent 74%);
    opacity: 0; transform: scale(.35); transform-origin: 18% 50%;
    pointer-events: none; will-change: opacity, transform;
  }
  html.anim .section-head.center::before { transform-origin: 50% 50%; }
  html.anim .section-head.is-visible::before { animation: inkBloom 1.5s cubic-bezier(.22,1,.36,1) both; }
  @keyframes inkBloom {
    0%   { opacity: 0;   transform: scale(.35); }
    30%  { opacity: .95; }
    100% { opacity: 0;   transform: scale(1.25); }
  }
}

/* ================= newsroom (press & media) ================= */
.news-list { max-width: 920px; }
.news-item { display: block; text-decoration: none; color: inherit; padding: 2.1rem 0; border-top: 1px solid var(--line); }
.news-item:first-child { border-top: 0; }
.news-item h3 { transition: color .18s ease; }
.news-item:hover h3 { color: var(--gold); }
.news-meta { display: flex; align-items: center; gap: .7rem; margin-bottom: .7rem; flex-wrap: wrap; }
.news-chip { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(3,152,97,.35); padding: .24rem .6rem; border-radius: 999px; }
.news-flag { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--gold); padding: .24rem .6rem; border-radius: 999px; }
.news-date { font-size: .82rem; color: var(--muted); }
.news-item h3 { font-size: 1.5rem; letter-spacing: -.01em; margin-bottom: .5rem; }
.news-item p { color: var(--muted); max-width: 72ch; margin-bottom: .9rem; }
.news-more { color: var(--ink); font-weight: 600; font-size: .92rem; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; transition: gap .18s ease, color .18s ease; }
.news-more svg { width: 15px; height: 15px; }
.news-item:hover .news-more { gap: .7rem; color: var(--gold); }
.news-featured { border: 1px solid var(--line); border-radius: var(--r); padding: 2.4rem; margin-bottom: 1.6rem; background: linear-gradient(180deg, rgba(3,152,97,.06), rgba(3,152,97,0) 60%); transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease; }
.news-featured:hover { border-color: rgba(3,152,97,.4); box-shadow: var(--shadow); transform: translateY(-3px); }
.news-featured h3 { font-size: 2rem; max-width: 22ch; }
.news-featured p { font-size: 1.05rem; max-width: 70ch; }

/* newsroom article (long-form) */
.article { max-width: 74ch; }
.article p { color: var(--muted); margin-bottom: 1.2rem; }
.article-h2 { margin-top: 2.2rem; margin-bottom: .7rem; }
.article-back { margin-top: 2.8rem; }
.article-back a { color: var(--gold); font-weight: 600; text-decoration: none; }
.article-back a:hover { text-decoration: underline; }

.presskit { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.4rem; align-items: center; }
@media (max-width: 760px) { .presskit { grid-template-columns: 1fr; } }
.pk-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; }
.pk-logo { height: 34px; width: auto; margin-bottom: 1.1rem; }
.pk-line { color: var(--muted); max-width: 52ch; margin-bottom: 1.4rem; }
.pk-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.feat-lbl { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1rem; }
.feat-row { display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: center; }
.feat-name { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; color: var(--muted); }
.feat-slot { width: 96px; height: 34px; border: 1px dashed var(--line); border-radius: 8px; opacity: .7; }

/* staggered reveal for newsroom entries (reuses the .svc-grid play observer) */
@media (prefers-reduced-motion: no-preference) {
  html.anim .svc-grid .news-item { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1); }
  html.anim .svc-grid.play .news-item { opacity: 1; transform: none; transition-delay: calc(var(--i) * 90ms); }
}

/* outline button for light backgrounds (e.g. press kit) */
.btn-line { background: transparent; color: var(--ink); border: 1px solid #d3d3ce; }
.btn-line:hover { border-color: var(--ink); transform: translateY(-2px); }

/* ================= Google reviews badge (footer trust pill) ================= */
/* scoped to .footer so it beats the global `.footer a { display:block }` rule */
.footer .grev {
  display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.3rem; width: auto;
  padding: .5rem .9rem; border: 1px solid var(--line-ink); border-radius: 999px;
  background: rgba(255,255,255,.03); text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
}
.footer .grev:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); transform: translateY(-1px); }
.grev-stars { position: relative; display: inline-block; line-height: 0; }
.grev-bg, .grev-fg { display: inline-flex; }
.grev-bg { color: rgba(255,255,255,.20); }
.grev-fg { position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap; color: #f5b301; }
.grev-stars svg { width: 14px; height: 14px; display: block; }
.grev-num { font-weight: 700; color: #fff; font-size: .88rem; line-height: 1; }
.grev-meta { color: var(--muted-ink); font-size: .8rem; line-height: 1; transition: color .2s ease; }
.grev:hover .grev-meta { color: #fff; }

/* ================= about: stats band + capability chips ================= */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item .sv { font-family: var(--serif); font-weight: 800; font-size: 2.4rem; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.stat-item .sl { color: var(--muted); font-size: .95rem; margin-top: .55rem; max-width: 24ch; line-height: 1.45; }
@media (max-width: 760px) { .stat-band { grid-template-columns: 1fr 1fr; gap: 1.8rem 1.4rem; } }

.chips { display: flex; flex-wrap: wrap; gap: .7rem; }
.chip { display: inline-flex; align-items: center; padding: .6rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .92rem; color: var(--ink); font-weight: 500; }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: .55rem; }

.stat-src { color: var(--gold); text-decoration: none; font-weight: 600; }
.stat-src:hover { text-decoration: underline; }
