/* ============================================================
   NorthStar Marketing Group, brand site v2
   Design language: midnight navy, polaris gold, cream paper,
   layered depth, original illustration work (no stock photos).
   ============================================================ */
:root {
  --brand: #16243d;
  --brand-dark: #0c1626;
  --night: #0a1222;          /* hero + footer deep space */
  --accent: #c9a227;
  --accent-bright: #e8c455;
  --ink: #1a2230;
  --ink-soft: #4e5a6e;
  --paper: #f8f7f2;
  --card: #ffffff;
  --radius: 16px;
  --shadow: 0 2px 8px rgba(12, 22, 38, .07), 0 12px 32px rgba(12, 22, 38, .09);
  --shadow-lift: 0 6px 16px rgba(12, 22, 38, .14), 0 28px 56px rgba(12, 22, 38, .18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 247, 242, .85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(12, 22, 38, .08);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 700;
  color: var(--ink); text-decoration: none; letter-spacing: .01em;
}
.logo img, .logo svg { width: 34px; height: 34px; }
.logo span { color: var(--accent); }
.main-nav { display: flex; gap: 26px; align-items: center; }
.main-nav a {
  text-decoration: none; color: var(--ink-soft); font-size: .95rem; font-weight: 500;
  position: relative; padding: 4px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--accent); transition: width .25s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]:not(.btn)::after { width: 100%; }
.main-nav a[aria-current="page"]:not(.btn) { color: var(--ink); }

/* buttons: nav-specificity safe (the v1 contrast bug fix) */
.btn, .main-nav a.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  padding: 13px 26px; border-radius: 999px; font-size: .95rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn::after { display: none; }
.btn-gold, .main-nav a.btn-gold {
  background: linear-gradient(135deg, var(--accent-bright), var(--accent));
  color: var(--brand-dark); box-shadow: 0 4px 14px rgba(201, 162, 39, .35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(201, 162, 39, .45); }
.btn-navy, .main-nav a.btn-navy { background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.btn-navy:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-ghost-light { color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.1); transform: translateY(-2px); }
.main-nav .btn, .main-nav a.btn { padding: 11px 22px; font-size: .9rem; }

/* ---------- night hero with starfield + aurora ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 480px at 78% -10%, rgba(201, 162, 39, .22), transparent 60%),
    radial-gradient(720px 420px at 12% 110%, rgba(58, 96, 160, .35), transparent 65%),
    linear-gradient(160deg, #101d33, var(--night) 60%, #0b1426);
}
.hero-ambient {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .55; pointer-events: none;
}
.stars, .stars::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(1.6px 1.6px at 12% 22%, rgba(255,255,255,.9), transparent 55%),
    radial-gradient(1.2px 1.2px at 28% 64%, rgba(255,255,255,.7), transparent 55%),
    radial-gradient(2px 2px at 41% 15%, rgba(232,196,85,.9), transparent 55%),
    radial-gradient(1.2px 1.2px at 55% 42%, rgba(255,255,255,.65), transparent 55%),
    radial-gradient(1.6px 1.6px at 67% 8%, rgba(255,255,255,.85), transparent 55%),
    radial-gradient(1.2px 1.2px at 76% 55%, rgba(255,255,255,.6), transparent 55%),
    radial-gradient(2px 2px at 88% 30%, rgba(232,196,85,.85), transparent 55%),
    radial-gradient(1.4px 1.4px at 94% 72%, rgba(255,255,255,.75), transparent 55%),
    radial-gradient(1.2px 1.2px at 6% 80%, rgba(255,255,255,.6), transparent 55%),
    radial-gradient(1.4px 1.4px at 47% 86%, rgba(255,255,255,.7), transparent 55%);
  animation: twinkle 5.5s ease-in-out infinite alternate;
}
.stars::after { transform: translate(2.5%, 4%) scale(1.12); animation-delay: 2.2s; opacity: .7; }
@keyframes twinkle { from { opacity: .45; } to { opacity: 1; } }

.hero .wrap {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  padding-top: 92px; padding-bottom: 110px;
}
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--accent-bright); }
.hero p.lede { font-size: 1.15rem; color: rgba(255, 255, 255, .85); max-width: 48ch; margin-bottom: 30px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(232, 196, 85, .4);
  padding: 7px 16px; border-radius: 999px; font-size: .88rem; margin-bottom: 22px;
  color: rgba(255,255,255,.92);
}
.hero-badge .spark { color: var(--accent-bright); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- device duo illustration ---------- */
.device-duo { position: relative; perspective: 1200px; }
.browser-mock {
  background: #fff; border-radius: 14px; box-shadow: 0 24px 64px rgba(0,0,0,.5);
  overflow: hidden; transform: rotateY(-8deg) rotateX(2deg);
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%, 100% { transform: rotateY(-8deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-8deg) rotateX(2deg) translateY(-10px); } }
.browser-bar { display: flex; align-items: center; gap: 6px; background: #e9edf3; padding: 9px 13px; }
.b-dot { width: 9px; height: 9px; border-radius: 50%; background: #c3ccd9; }
.b-url { margin-left: 10px; flex: 1; background: #fff; border-radius: 6px; font-size: .7rem; color: var(--ink-soft); padding: 3px 10px; }
.mock-page { padding: 16px 18px 20px; }
.mock-nav { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.mock-brand { width: 70px; height: 11px; border-radius: 6px; background: var(--brand); }
.mock-link { width: 34px; height: 7px; border-radius: 4px; background: #d7dde6; }
.mock-pill { margin-left: auto; width: 58px; height: 18px; border-radius: 999px; background: var(--accent); }
.mock-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; align-items: center; }
.mock-copy { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.mock-badge {
  font-size: .62rem; color: var(--brand-dark); background: #f3ecd4;
  border-radius: 999px; padding: 3px 9px; letter-spacing: .03em; white-space: nowrap;
}
.mock-line { display: block; height: 11px; border-radius: 6px; background: var(--ink); opacity: .85; }
.mock-line.dim { background: #c8cfd9; opacity: 1; height: 8px; }
.w55 { width: 55%; } .w60 { width: 60%; } .w65 { width: 65%; } .w70 { width: 70%; }
.w80 { width: 80%; } .w85 { width: 85%; } .w90 { width: 90%; } .w95 { width: 95%; }
.mock-cta { display: block; width: 88px; height: 22px; border-radius: 999px; background: var(--brand); }
.mock-photo {
  aspect-ratio: 4/3; border-radius: 10px;
  background: linear-gradient(135deg, #2b4570, var(--brand) 45%, var(--accent) 135%);
  background-size: 180% 180%; animation: drift 9s ease-in-out infinite alternate;
}
@keyframes drift { from { background-position: 0% 0%; } to { background-position: 100% 100%; } }
.mock-cards { display: flex; gap: 9px; margin-top: 16px; }
.mock-card { flex: 1; height: 38px; border-radius: 8px; background: #eef1f6; }

.phone-mock {
  position: absolute; right: -14px; bottom: -34px; width: 31%;
  background: #fff; border-radius: 22px; padding: 8px 8px 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.55); border: 1px solid #e6e9ef;
  animation: floaty2 6s ease-in-out infinite;
}
@keyframes floaty2 { 0%, 100% { transform: translateY(0) rotate(2.5deg); } 50% { transform: translateY(-8px) rotate(2.5deg); } }
.phone-notch { width: 36%; height: 5px; border-radius: 3px; background: #dfe4ec; margin: 2px auto 9px; }
.phone-mock .mock-photo { aspect-ratio: 5/4; margin-bottom: 8px; }
.phone-mock .mock-line { height: 8px; margin-bottom: 6px; }
.phone-mock .mock-cta { width: 70%; height: 18px; margin-top: 2px; }

.floating-card {
  position: absolute; bottom: -26px; left: -22px; z-index: 2;
  background: #fff; color: var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow-lift); padding: 15px 19px; font-size: .88rem;
  animation: floaty3 6.5s ease-in-out infinite;
}
@keyframes floaty3 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.floating-card strong { color: var(--brand); font-size: 1.02rem; }

/* ---------- sections ---------- */
section { padding: 78px 0; }
.section-head { max-width: 62ch; margin-bottom: 46px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: .76rem;
  font-weight: 700; color: var(--accent); margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-bottom: 12px; }
.section-head p { color: var(--ink-soft); }

/* ---------- cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
  border: 1px solid rgba(12, 22, 38, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--accent-bright), var(--accent), var(--brand));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.card:hover::before { transform: scaleX(1); }
.icon-chip {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  font-size: 1.35rem; margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(201,162,39,.16), rgba(22,36,61,.08));
}
.card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: .95rem; }

/* ---------- style vignettes (original illustration tiles) ---------- */
.vignettes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vignette {
  border-radius: var(--radius); overflow: hidden; background: #fff;
  box-shadow: var(--shadow); border: 1px solid rgba(12,22,38,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.vignette:hover { transform: translateY(-6px) scale(1.01); box-shadow: var(--shadow-lift); }
.v-screen { padding: 18px 18px 14px; }
.v-screen .mock-nav { margin-bottom: 12px; }
.v-screen .mock-photo { aspect-ratio: 16/7; }
.v-screen .mock-line { margin-top: 9px; }
.v-cap { padding: 14px 18px 18px; font-size: .88rem; color: var(--ink-soft); border-top: 1px solid #eef0f4; }
.v-cap strong { color: var(--ink); display: block; font-size: .95rem; }
.vignette.green   { --brand: #2f6b3f; --accent: #d9a441; }
.vignette.terra   { --brand: #9c4a2f; --accent: #e0b65c; }
.vignette.plum    { --brand: #5a3a6e; --accent: #d8a7b8; }

/* ---------- who we serve (photoreal scene cards) ---------- */
.serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.serve-card {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3 / 2; box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.serve-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.serve-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.serve-card:hover img { transform: scale(1.05); }
.serve-card figcaption {
  position: absolute; inset: auto 0 0 0; padding: 38px 16px 14px;
  background: linear-gradient(to top, rgba(10,18,34,.94), rgba(10,18,34,.45) 60%, transparent);
  color: rgba(255,255,255,.85); font-size: .82rem;
}
.serve-card figcaption strong {
  display: block; font-family: var(--font-display); font-weight: 600;
  color: #fff; font-size: 1rem; margin-bottom: 1px;
}
.serve-note { text-align: center; color: var(--ink-soft); font-size: .8rem; margin-top: 20px; }

/* ---------- data bars ("by the numbers" chart) ---------- */
.stats-viz { background: var(--paper); }
.bars { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.bar-row { background: #fff; border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow); border: 1px solid rgba(12,22,38,.05); }
.bar-top { display: flex; align-items: baseline; gap: 14px; margin-bottom: 12px; }
.bar-num { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--brand); line-height: 1; flex-shrink: 0; }
.bar-label { font-size: .98rem; color: var(--ink-soft); }
.bar-track { height: 12px; border-radius: 999px; background: #eef0f4; overflow: hidden; }
.bar-fill { display: block; height: 100%; width: 0; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-bright), var(--accent));
  transition: width 1.5s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible .bar-fill, .bar-row.is-visible .bar-fill { width: var(--w); }
.bar-row cite { display: block; font-style: normal; font-size: .76rem; color: var(--ink-soft); margin-top: 10px; opacity: .8; }

/* ---------- feature image (story/process pages) ---------- */
.feature-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lift); aspect-ratio: 4 / 3; }
.feature-img.wide { aspect-ratio: 16 / 9; }
.feature-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-cap { font-size: .78rem; color: var(--ink-soft); margin-top: 10px; text-align: center; opacity: .85; }

/* ---------- standards band ---------- */
.stat-band {
  position: relative; background: var(--night); color: #fff; padding: 64px 0; overflow: hidden;
}
.stat-band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 85% 0%, rgba(201,162,39,.16), transparent 60%),
    radial-gradient(500px 280px at 10% 100%, rgba(58,96,160,.25), transparent 65%);
}
.stat-band .wrap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700; color: var(--accent-bright);
}
.stat .label { font-size: .9rem; color: rgba(255, 255, 255, .82); margin-top: 4px; }

/* ---------- lighthouse dial ---------- */
.dial-wrap { display: flex; align-items: center; gap: 28px; }
.dial { width: 132px; flex-shrink: 0; }
.dial .track { stroke: #e8ebf1; }
.dial .arc {
  stroke: url(#dialGrad); stroke-linecap: round;
  stroke-dasharray: 326; stroke-dashoffset: 326;
  animation: sweep 1.8s .3s ease-out forwards;
}
@keyframes sweep { to { stroke-dashoffset: 17; } }
.dial text { font-family: var(--font-display); font-weight: 700; fill: var(--ink); }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: #fff; border-radius: var(--radius); padding: 34px 30px;
  box-shadow: var(--shadow); border: 1px solid rgba(12,22,38,.06);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.price-card.featured {
  background: linear-gradient(165deg, #142036, var(--night));
  color: #fff; border: 1px solid rgba(232,196,85,.35);
  box-shadow: 0 24px 56px rgba(12,22,38,.35);
}
.price-card.featured .price-amount, .price-card.featured h3 { color: #fff; }
.price-card.featured .price-note, .price-card.featured li { color: rgba(255,255,255,.82); }
.plan-tag {
  align-self: flex-start; font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
}
.price-card.featured .plan-tag { color: var(--accent-bright); }
.price-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.price-amount { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--brand); }
.price-amount small { font-size: 1rem; font-weight: 500; color: inherit; opacity: .75; }
.price-note { font-size: .85rem; color: var(--ink-soft); margin-bottom: 18px; }
.price-card ul { list-style: none; margin: 0 0 24px; flex: 1; }
.price-card li { padding: 7px 0 7px 28px; position: relative; font-size: .93rem; color: var(--ink-soft); }
.price-card li::before { content: "✦"; position: absolute; left: 2px; color: var(--accent); }
.price-foot { text-align: center; color: var(--ink-soft); font-size: .92rem; margin-top: 26px; }

/* ---------- testimonials / quotes ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.quote {
  background: var(--card); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow); border-left: 4px solid var(--accent);
}
.quote blockquote { font-size: 1.02rem; font-style: italic; margin-bottom: 14px; }
.quote cite { font-style: normal; font-size: .88rem; color: var(--ink-soft); }

/* ---------- split + before/after ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.split h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.split p { color: var(--ink-soft); margin-bottom: 14px; }
.checklist { list-style: none; margin: 18px 0; }
.checklist li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

.ba-stack { display: grid; grid-template-columns: 1fr auto 1.15fr; gap: 14px; align-items: center; }
.ba { border-radius: var(--radius); padding: 22px 20px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.ba-before { background: #e9eaec; filter: saturate(.35); }
.ba-after { background: #fff; box-shadow: var(--shadow-lift); border: 1px solid rgba(201,162,39,.3); }
.ba-tag { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); margin-bottom: 4px; }
.ba-tag.gold { color: var(--accent); }
.ba-arrow { font-size: 1.6rem; color: var(--accent); font-weight: 700; }
.mock-cards.tight { margin-top: 4px; }
.mock-cards.tight .mock-card { height: 24px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: 20px; margin: 0 24px;
  background:
    radial-gradient(700px 360px at 80% -20%, rgba(201,162,39,.28), transparent 60%),
    linear-gradient(150deg, #142036, var(--night));
  color: #fff; text-align: center; padding: 70px 32px;
}
.cta-band h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-bottom: 12px; }
.cta-band p { color: rgba(255, 255, 255, .85); margin-bottom: 26px; }
.cta-band .assurance { font-size: .88rem; margin-top: 16px; color: rgba(255, 255, 255, .72); }

/* ---------- forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { font-weight: 600; font-size: .88rem; display: block; margin-bottom: 6px; }
input, textarea, select {
  width: 100%; padding: 13px 14px; border: 1.5px solid rgba(12, 22, 38, .18);
  border-radius: 10px; font: inherit; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .18);
}
.hp { position: absolute; left: -9999px; }

/* ---------- footer ---------- */
.site-footer { background: var(--night); color: rgba(255, 255, 255, .8); padding: 60px 0 32px; margin-top: 78px; }
.site-footer .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.site-footer a:hover { color: var(--accent-bright); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; font-size: .92rem; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo img { width: 28px; height: 28px; }
.footer-logo b { font-family: var(--font-display); color: #fff; font-size: 1.1rem; }
.footer-cred { font-size: .85rem; color: rgba(255, 255, 255, .6); margin-top: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 40px; padding-top: 20px;
  font-size: .82rem; color: rgba(255, 255, 255, .55); text-align: center;
}

/* ---------- reveal-on-scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .dial .arc { stroke-dashoffset: 17; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero .wrap, .split, .quote-grid, .ba-stack { grid-template-columns: 1fr; }
  .hero .wrap { padding-top: 56px; padding-bottom: 84px; }
  .card-grid, .card-grid.two, .vignettes, .price-grid, .serve-grid { grid-template-columns: 1fr; }
  .serve-card { aspect-ratio: 16 / 10; }
  .bar-num { font-size: 2.1rem; }
  .bar-top { gap: 10px; }
  .stat-band .wrap { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer .wrap { grid-template-columns: 1fr; }
  .main-nav { gap: 14px; }
  .phone-mock { right: 4px; bottom: -22px; }
  .floating-card { left: 10px; bottom: -18px; }
  .ba-arrow { transform: rotate(90deg); justify-self: center; }
  .dial-wrap { flex-direction: column; align-items: flex-start; }
}
