@charset "UTF-8";
/* ============================================================
   Asha · example.com
   Single consolidated stylesheet (v4 clean rebuild).
   Soft light-pink theme · Georgia serif · Arial body.
   Sections:
     1. Tokens & base        6. Cards, grids & photos
     2. Nav (+ mobile menu)  7. Dark band & breathing widget
     3. Layout & type        8. Forms & contact
     4. Buttons & pills      9. Portal, admin, reset, legal, thank-you
     5. Hero & about        10. Footer, socials & mobile sticky
    11. Utilities           12. Mobile (≤860px)
   ============================================================ */

/* ---------- 1. tokens & base ---------- */
:root {
  --bg: #faeef2;
  --paper: #fffbfc;
  --ink: #241a1f;
  --soft: #6d5a63;
  --gold: #d29ab2;          /* primary accent (rose) */
  --gold-dark: #7a3f58;     /* dark rose · small text, AA on bg/paper */
  --rose: #f0cfdc;
  --ok: #3f7d63;
  --err: #b4584f;
  --line: rgba(36, 26, 31, 0.13);
  --shadow: 0 18px 45px rgba(36, 26, 31, 0.10);
  --radius: 22px;
  --max: 1060px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, sans-serif; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- 2. nav ---------- */
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(250, 238, 242, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { max-width: var(--max); margin: 0 auto; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; position: relative; }
.brand { text-decoration: none; line-height: 1.15; min-width: max-content; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 23px; font-weight: 700; }
.brand span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; color: var(--soft); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--gold-dark); text-decoration: underline; }
.nav-links a.active { color: var(--gold-dark); }
.nav-check { display: none; }
.nav-burger { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex: 0 0 auto; }
.nav-burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }

/* ---------- 3. layout & type ---------- */
.section { max-width: var(--max); margin: 0 auto; padding: 74px 18px; text-align: center; }
.section-tight { padding-top: 36px; }
.page-hero { padding: 64px 18px 10px; }
.eyebrow { margin: 0 0 10px; color: var(--gold-dark); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, serif; font-weight: 700; line-height: 1.08; margin: 0 0 16px; }
h1 { font-size: clamp(42px, 7vw, 74px); letter-spacing: -0.04em; }
h2 { font-size: clamp(32px, 5vw, 52px); letter-spacing: -0.03em; }
h3 { font-size: 25px; }
.h2-small { font-size: clamp(26px, 4vw, 38px); }
.h2-page { font-size: clamp(24px, 4vw, 34px); }
p { margin: 0 auto 16px; color: var(--soft); max-width: 720px; }
.lead { font-size: clamp(18px, 2.4vw, 22px); color: #4a3a42; max-width: 760px; }
.crumb { font-size: 13px; font-weight: 700; color: var(--soft); }
.crumb a { text-decoration: none; color: var(--gold-dark); }
.crumb a:hover { text-decoration: underline; }
.fine-print { font-size: 12px; color: var(--soft); line-height: 1.55; }

/* ---------- 4. buttons & pills ---------- */
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border-radius: 999px; background: var(--ink); color: white; border: 2px solid var(--ink); text-decoration: none; font-size: 14px; font-weight: 900; letter-spacing: 0.02em; box-shadow: 0 10px 24px rgba(36, 26, 31, 0.12); cursor: pointer; font-family: Arial, sans-serif; }
.button:hover { opacity: 0.92; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--gold); box-shadow: none; }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.linklike { background: none; border: none; color: var(--gold-dark); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; text-decoration: underline; padding: 0; }
.wa-button { display: inline-flex; gap: 8px; align-items: center; background: #25d366; color: #fff; text-decoration: none; font-weight: 800; padding: 13px 22px; border-radius: 999px; margin-top: 12px; }

/* ---------- 5. hero & about ---------- */
.hero { max-width: var(--max); margin: 0 auto; padding: 82px 18px 66px; text-align: center; }
.hero-photo { max-width: 340px; margin: 34px auto 0; border-radius: 50%; overflow: hidden; border: 8px solid var(--paper); box-shadow: var(--shadow); aspect-ratio: 1/1; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 34px; align-items: center; text-align: left; }
.about-grid p, .about-grid h2, .about-grid .eyebrow { margin-left: 0; margin-right: 0; }
.about-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: auto; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.stat { background: rgba(210, 154, 178, 0.12); border: 1px solid rgba(210, 154, 178, 0.32); border-radius: 16px; padding: 15px; text-align: center; }
.stat strong { display: block; color: var(--gold-dark); font-family: Georgia, serif; font-size: 27px; line-height: 1; margin-bottom: 6px; }
.stat span { color: var(--soft); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------- 6. cards, grids & photos ---------- */
.soft-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.grid { display: grid; gap: 18px; margin-top: 34px; }
.two-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: 0 12px 28px rgba(36, 26, 31, 0.07); }
.service-card { display: flex; flex-direction: column; min-height: 100%; }
.service-card h3 { font-size: 23px; }
.service-card .button { margin-top: auto; align-self: center; }
.service-card .button-row { flex-direction: column; align-items: stretch; margin-top: auto; }
.service-card .button-row .button { width: 100%; }
.card-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; margin-bottom: 16px; }
.card-photo.contain { object-fit: contain; background: #fbf0f5; padding: 18px; }
.photo-wide { aspect-ratio: 3/2; }
.photo-narrow { max-width: 420px; margin-left: auto; margin-right: auto; }
.price { color: var(--gold-dark); font-family: Georgia, serif; font-size: 30px; font-weight: 700; line-height: 1.05; margin: 16px 0 2px; }
.price small { font-size: 17px; color: var(--soft); font-family: Arial, sans-serif; font-weight: 700; }
.meta { font-size: 13px; font-weight: 700; color: var(--soft); margin-bottom: 14px; }
ul.ticks { list-style: none; padding: 0; margin: 0 auto 20px; color: var(--soft); max-width: 340px; }
ul.ticks li { margin: 7px 0; }
ul.ticks li::before { content: "✦ "; color: var(--gold-dark); font-weight: 900; }
.ticks-wide { max-width: none; }
.path-card { display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.path-icon { width: 62px; height: 62px; border-radius: 50%; background: rgba(210, 154, 178, 0.16); border: 1px solid rgba(210, 154, 178, 0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--gold-dark); font-size: 26px; }
.path-card .button { margin-top: auto; }
.quote { font-family: Georgia, serif; font-size: 22px; color: var(--ink); line-height: 1.45; }
.pay-strip { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 26px; font-size: 13.5px; color: var(--soft); }
.pay-strip b { color: var(--gold-dark); }

/* ---------- 7. dark band & breathing widget ---------- */
.dark { background: var(--ink); color: white; max-width: none; }
.dark-inner { max-width: var(--max); margin: 0 auto; padding: 74px 18px; text-align: center; }
.dark p { color: rgba(255, 255, 255, 0.78); }
.dark .eyebrow { color: var(--rose); }
.dark h1, .dark h2, .dark h3 { color: white; }
.dark .card { background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.15); box-shadow: none; }
.dark .fine-print { color: rgba(255, 255, 255, 0.62); }
.dark b { color: #fff; }
.steps { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.step-number { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: var(--ink); font-weight: 900; margin-bottom: 12px; }

.breath-card .begin { margin-top: 14px; }
.breath-zone { display: none; margin-top: 18px; }
.breath-card.active .breath-zone { display: block; }
.breath-card.active .begin { display: none; }
.breath-circle { width: 120px; height: 120px; margin: 8px auto 14px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #f7dbe7, var(--gold)); box-shadow: 0 0 0 10px rgba(210, 154, 178, 0.15), 0 0 40px rgba(210, 154, 178, 0.35); transform: scale(0.72); transition: transform 4s ease-in-out; }
.breath-box { position: relative; width: 128px; height: 128px; margin: 14px auto 16px; border: 3px solid rgba(210, 154, 178, 0.55); border-radius: 14px; box-shadow: inset 0 0 26px rgba(210, 154, 178, 0.12), 0 0 34px rgba(210, 154, 178, 0.28); }
.breath-dot { position: absolute; left: 0; top: 100%; width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #f7dbe7, var(--gold)); box-shadow: 0 0 16px rgba(210, 154, 178, 0.8); transform: translate(-50%, -50%); transition: left 4s linear, top 4s linear; }
.breath-phase { font-family: Georgia, serif; font-size: 21px; color: white; margin: 0 0 2px; }
.breath-count { color: var(--rose) !important; font-weight: 800; font-size: 14px; margin: 0 0 4px; }
.breath-cycles { font-size: 12px; color: rgba(255, 255, 255, 0.55) !important; margin: 0 0 12px; }
.breath-stop { background: transparent; border: 1px solid rgba(255, 255, 255, 0.35); color: white; border-radius: 999px; padding: 8px 18px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.breath-stop:hover { background: rgba(255, 255, 255, 0.1); }
.video-card { padding: 10px; }
.video-card iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 12px; }
@media (prefers-reduced-motion: reduce) {
  .breath-circle { transition: none; transform: scale(1) !important; }
  .breath-dot { transition: none; }
}

/* ---------- 8. forms & contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; text-align: left; align-items: start; margin-top: 34px; }
.contact-grid h3, .contact-grid p { margin-left: 0; margin-right: 0; }
.contact-links { display: grid; gap: 10px; margin-top: 18px; }
.contact-links a { display: block; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 16px; text-decoration: none; font-weight: 800; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.contact-links a:hover { border-color: var(--gold); box-shadow: 0 8px 20px rgba(36, 26, 31, 0.08); }
form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-size: 13px; font-weight: 900; color: var(--ink); text-align: left; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; background: white; color: var(--ink); font: 16px Arial, sans-serif; outline: none; }
textarea { min-height: 132px; resize: vertical; }
textarea.short { min-height: 70px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(210, 154, 178, 0.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { display: none; }
.subscribe-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; max-width: 520px; margin: 18px auto 0; }
.subscribe-row input { flex: 1; min-width: 220px; }
.subscribe-row .button { flex: 0 0 auto; }
.msg { min-height: 20px; font-size: 13.5px; margin-top: 10px; }
.msg.ok, .ok { color: var(--ok); }
.msg.err, .err { color: var(--err); }
.msgline { min-height: 18px; font-size: 13px; margin-top: 10px; }

/* ---------- 9. portal, admin, reset, legal, thank-you ---------- */
/* gate + plaque (admin login, reset, thank-you card) */
.gate { min-height: 72vh; display: flex; align-items: center; justify-content: center; padding: 30px 18px; }
.gate.tall { min-height: 82vh; }
.gate.off { display: none; }
.plaque { width: 100%; max-width: 420px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 38px 34px; text-align: center; }
.plaque.wide { max-width: 680px; }
.plaque h2 { font-size: 30px; }
.plaque .sub { font-size: 14px; }
.plaque .row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* portal */
.portal-app { display: none; }
.portal-app.on { display: block; }
.portal-gate.off { display: none; }
.hello { font-family: Georgia, serif; font-size: clamp(28px, 4.5vw, 40px); color: var(--ink); margin: 0 0 4px; }
.tile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.tile { display: block; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 20px; text-align: left; transition: border-color .2s, box-shadow .2s; }
.tile:hover { border-color: var(--gold); box-shadow: 0 10px 24px rgba(36, 26, 31, 0.08); }
.tile h3 { font-size: 19px; margin: 0 0 4px; }
.tile p { font-size: 13.5px; margin: 0; }
.mine { text-align: left; }
.mine .item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; margin-bottom: 10px; font-size: 14px; color: var(--soft); }
.mine .item b { color: var(--ink); }
.mine .when { font-size: 12px; color: var(--gold-dark); font-weight: 700; }
.authtabs { display: inline-flex; gap: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 5px; margin-bottom: 18px; }
.authtab { border: none; background: transparent; font: inherit; font-size: 13.5px; font-weight: 800; color: var(--gold-dark); padding: 9px 18px; border-radius: 999px; cursor: pointer; }
.authtab.on { background: var(--ink); color: #fff; }
.authpane { display: none; }
.authpane.on { display: block; }
details.setting { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 4px 18px; margin-bottom: 10px; text-align: left; }
details.setting summary { cursor: pointer; font-weight: 800; color: var(--ink); padding: 12px 0; font-size: 15px; }
details.setting[open] { padding-bottom: 16px; }
.howto { text-align: left; font-size: 14px; color: var(--soft); }
.howto li { margin: 8px 0; }
.howto-note { font-size: 12.5px; }
.ig-pack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ig-pack img { width: 100%; border-radius: 12px; border: 1px solid var(--line); }

/* admin */
.app { display: none; max-width: var(--max); margin: 0 auto; padding: 30px 18px 80px; }
.app.on { display: block; }
.topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.topline h1 { font-size: clamp(28px, 4vw, 40px); margin: 0; }
.topline .actions { display: flex; gap: 10px; align-items: center; }
.statbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px 0; }
.stat-tile { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 16px; text-align: center; }
.stat-tile strong { display: block; font-family: Georgia, serif; font-size: 30px; color: var(--gold-dark); line-height: 1.05; }
.stat-tile span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--soft); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 18px; }
.fil { border: 1px solid var(--line); background: var(--paper); color: var(--gold-dark); border-radius: 999px; padding: 8px 15px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.fil.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.row { display: flex; gap: 14px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; margin-bottom: 12px; text-align: left; }
.row .body { flex: 1 1 auto; min-width: 0; }
.row .who { font-family: Georgia, serif; font-size: 19px; color: var(--ink); }
.row .meta { font-size: 12.5px; color: var(--soft); margin: 2px 0 6px; }
.row .msg-text { font-size: 14px; color: var(--soft); white-space: pre-line; }
.kind { flex: 0 0 auto; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; margin-top: 3px; }
.kind.signup { background: #e7def0; color: #5a417a; }
.kind.request { background: rgba(210, 154, 178, .25); color: var(--gold-dark); }
.kind.application { background: #fbeede; color: #96601a; }
.kind.contact { background: #e2ece7; color: var(--ok); }
.acts { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.pill { border: none; border-radius: 999px; padding: 7px 13px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.pill.paid { background: #e2ece7; color: var(--ok); }
.pill.owed { background: #f6e3e1; color: var(--err); }
.pill.wa { background: var(--ink); color: #fff; text-decoration: none; display: inline-flex; align-items: center; }
.pill.del { background: transparent; border: 1px solid var(--line); color: var(--soft); }
.empty-note { text-align: center; color: var(--soft); padding: 34px 16px; background: var(--paper); border: 1px dashed var(--line); border-radius: 16px; }

/* legal */
.legal-box { text-align: left; max-width: 760px; margin: 0 auto; }
.legal-box h2 { font-size: clamp(24px, 3.4vw, 32px); margin-top: 42px; }
.legal-box h3 { font-size: 19px; margin-top: 26px; }
.legal-box p, .legal-box li { color: var(--soft); font-size: 15px; }
.legal-box ul { list-style: disc; padding-left: 22px; margin: 0 0 16px; max-width: none; color: var(--soft); }
.legal-box li { margin: 6px 0; }
.legal-box li::before { content: none; }
.toc { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 6px; justify-content: center; }
.toc a { font-size: 13px; font-weight: 800; color: var(--gold-dark); text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; }
.toc a:hover { border-color: var(--gold); }
.updated { font-size: 12px; color: var(--soft); }

/* client-intake done panel */
.done { display: none; text-align: center; }
.done.on { display: block; }
form.off { display: none; }

/* ---------- 10. footer, socials & mobile sticky ---------- */
.footer { text-align: center; padding: 44px 18px 48px; border-top: 1px solid var(--line); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; font-size: 13px; font-weight: 700; margin: 8px 0 16px; }
.footer-links a { text-decoration: none; color: var(--gold-dark); }
.footer-links a:hover { text-decoration: underline; }
.socials { display: flex; gap: 12px; justify-content: center; margin: 10px 0 16px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--gold-dark); transition: border-color .2s, transform .15s, box-shadow .2s; }
.socials a:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(36, 26, 31, 0.1); }
.socials svg { width: 20px; height: 20px; }
.mobile-sticky { display: none; }

/* ---------- 11. utilities (replace v3 inline styles) ---------- */
.u-left { text-align: left; }
.u-center { margin-left: auto; margin-right: auto; }
.u-full { width: 100%; }
.u-mt-6 { margin-top: 6px; }
.u-mt-10 { margin-top: 10px; }
.u-mt-14 { margin-top: 14px; }
.u-mt-18 { margin-top: 18px; }
.u-mt-22 { margin-top: 22px; }
.u-mt-26 { margin-top: 26px; }
.u-mt-34 { margin-top: 34px; }
.u-mb-0 { margin-bottom: 0; }
.u-maxw-360 { max-width: 360px; }
.u-maxw-380 { max-width: 380px; }
.u-maxw-420 { max-width: 420px; }
.u-maxw-520 { max-width: 520px; }
.u-maxw-640 { max-width: 640px; }
.u-maxw-760 { max-width: 760px; }
.u-maxw-920 { max-width: 920px; }
.u-hidden { display: none; }

/* ---------- 12. mobile (≤860px) ---------- */
@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 22px 40px rgba(36, 26, 31, 0.14); padding: 6px 0; }
  .nav-links a { padding: 13px 22px; border-bottom: 1px solid rgba(36, 26, 31, 0.06); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-check:checked ~ .nav-links { display: flex; }
  .nav-burger { display: flex; }
  .nav-check:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-check:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-check:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .about-grid, .contact-grid { grid-template-columns: 1fr; text-align: center; }
  .about-grid p, .about-grid h2, .about-grid .eyebrow, .contact-grid p, .contact-grid h3 { margin-left: auto; margin-right: auto; }
  .two-grid, .three-grid, .steps, .stats, .form-row, .tile-grid { grid-template-columns: 1fr; }
  .statbar { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 58px; }
  .section, .dark-inner { padding-top: 58px; padding-bottom: 58px; }
  .page-hero { padding-bottom: 10px; }
  .section-tight { padding-top: 32px; }
  .soft-box, .card { padding: 24px 20px; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  body { padding-bottom: 68px; }
  /* the sticky bar already reserves space via body padding · keep the footer snug */
  .footer { padding: 36px 16px 18px; }
  .mobile-sticky { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; padding: 10px; background: rgba(250, 238, 242, 0.97); border-top: 1px solid var(--line); }
  .mobile-sticky .button { min-height: 46px; padding: 10px; font-size: 13px; }
}
