:root {
  --ink: #0a1030;
  --navy: #10184a;
  --navy-2: #1b2a6b;
  --blue: #213e8a;
  --aqua: #c5f2ec;
  --teal: #2fd0c6;
  --violet: #7c5cff;
  --pink: #ff6ea9;
  --gold: #e9b949;
  --paper: #f5fbfa;
  --soft: #e9f6f4;
  --white: #fff;
  --text: #263243;
  --muted: #5c6a7d;
  --line: rgba(33, 62, 138, .14);
  --shadow: 0 26px 80px rgba(16, 24, 74, .22);
  --radius: 14px;
  --grad: linear-gradient(120deg, var(--violet), var(--teal) 55%, var(--pink));
  --bg-drift: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Rubik, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: Calistoga, Georgia, serif; font-weight: 400; letter-spacing: .005em; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mt { margin-top: 30px; }
.center { text-align: center; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(10, 16, 48, .9); border-bottom: 1px solid rgba(124, 92, 255, .22); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; line-height: 1.05; }
.brand-text strong { font-family: Calistoga, serif; font-size: 1.14rem; color: #fff; }
.brand-text span { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-top: 3px; }
.brand-text small { color: var(--teal); font-size: .54rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 26px; color: rgba(233, 246, 244, .82); font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

/* buttons */
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-family: Rubik, sans-serif; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(124, 92, 255, .34); }
.btn.primary { background: var(--grad); color: #fff; }
.btn.primary:hover { filter: brightness(1.06); }
.btn.dark { background: var(--navy); color: #fff; }
.btn.light { background: #fff; color: var(--blue); }
.btn.ghost { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .06); }
.btn.light-ghost { color: #fff; border-color: rgba(255, 255, 255, .6); background: transparent; }
.btn.small { min-height: 44px; padding: 0 20px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 12px; background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; } .menu-toggle:before { top: 15px; } .menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }

/* wave motion */
.wave-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aura { position: absolute; top: -20%; right: -8%; width: 62vw; max-width: 720px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(124, 92, 255, .5), rgba(47, 208, 198, .22) 44%, transparent 68%); transform: translate3d(0, var(--bg-drift), 0); transition: transform .2s ease-out; }
.soundbars { position: absolute; left: 0; right: 0; bottom: 0; height: 42%; display: flex; align-items: flex-end; gap: 2px; padding: 0 4%; opacity: .5; }
.soundbars i { flex: 1; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--teal), rgba(124, 92, 255, .1)); transform-origin: bottom; animation: eq var(--t) ease-in-out infinite alternate; animation-delay: var(--d); }
@keyframes eq { from { transform: scaleY(.28); opacity: .55; } to { transform: scaleY(1); opacity: .9; } }

/* hero */
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); align-items: center; gap: clamp(30px, 5vw, 68px); padding: clamp(42px, 7vw, 92px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 82% 2%, rgba(124, 92, 255, .38), transparent 44%), radial-gradient(circle at 6% 96%, rgba(47, 208, 198, .24), transparent 42%), linear-gradient(155deg, #0a1030, #10184a 52%, #1b2a6b); color: #fff; overflow: hidden; }
.hero > *:not(.wave-motion) { position: relative; z-index: 1; }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 1.04; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(226, 236, 244, .86); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 640px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--blue); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.hero .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow, .mission-band .eyebrow, .offer-band .eyebrow, .quote-band .eyebrow { color: var(--teal); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 32px; max-width: 660px; }
.trust-row span { min-height: 70px; display: flex; align-items: center; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .92); font-weight: 700; font-size: .95rem; }
.hero-visual { position: relative; }
.hero-photo { width: 100%; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid rgba(255, 255, 255, .16); object-fit: cover; aspect-ratio: 4 / 5; }
.hero-badge { position: absolute; left: 16px; right: 16px; bottom: -18px; padding: 18px 20px; border-radius: var(--radius); background: rgba(255, 255, 255, .96); color: var(--text); box-shadow: 0 18px 46px rgba(16, 24, 74, .3); }
.hero-badge-tag { display: inline-flex; margin-bottom: 8px; padding: 4px 12px; border-radius: 999px; background: var(--grad); color: #fff; font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-badge strong { display: block; font-family: Calistoga, serif; font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.1; color: var(--navy); }
.hero-badge-note { display: block; color: var(--muted); margin-top: 8px; font-size: .92rem; }

/* logo ribbon */
.logo-ribbon { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; padding: 20px clamp(16px, 5vw, 76px); background: var(--soft); border-bottom: 1px solid var(--line); }
.logo-ribbon span { color: var(--blue); font-weight: 700; font-size: .92rem; opacity: .82; }

/* offer band */
.offer-band { padding: clamp(48px, 7vw, 92px) clamp(16px, 5vw, 76px); background: linear-gradient(150deg, #0a1030, #1b2a6b); color: #fff; }
.offer-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 68px); align-items: center; max-width: 1160px; margin: 0 auto; }
.offer-logo { display: flex; justify-content: center; }
.offer-logo img { width: min(320px, 78%); filter: drop-shadow(0 20px 50px rgba(124, 92, 255, .5)); }
.offer-band h2 { color: #fff; }
.offer-band p { color: rgba(226, 236, 244, .84); }

/* sections */
.section { padding: clamp(60px, 9vw, 112px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section-head { max-width: 820px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .cta-band h2 { margin: 0 0 14px; font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.08; text-wrap: balance; color: var(--navy); }
.section-head p, .two-col p, .meet-copy p { color: var(--muted); font-size: 1.05rem; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 6vw, 68px); align-items: center; }
.two-col.reversed .prep-card { order: -1; }
.two-col h2 { color: var(--navy); }

/* card grids */
.card-grid { display: grid; gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* program cards */
.program-card { display: flex; flex-direction: column; padding: 30px 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(124, 92, 255, .4); }
.program-card.featured { border-color: transparent; background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; border: 2px solid transparent; }
.program-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: var(--grad); color: #fff; margin-bottom: 18px; }
.svc-icon { width: 30px; height: 30px; }
.program-eyebrow { color: var(--violet); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.program-card h3, .pricing-card h3 { margin: 8px 0 6px; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.14; color: var(--navy); }
.program-price { display: flex; align-items: baseline; gap: 8px; font-family: Calistoga, serif; font-size: 1.9rem; color: var(--blue); margin-bottom: 10px; }
.program-price small { font-family: Rubik, sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.program-card p, .pricing-card p { color: var(--muted); font-size: 1rem; flex: 1; }
.program-more { margin-top: 16px; color: var(--violet); font-weight: 900; font-size: .92rem; }

/* pricing cards */
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 30px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(16, 24, 74, .07); }
.pricing-card.featured { border: 2px solid transparent; background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; box-shadow: var(--shadow); }
.pricing-flag { position: absolute; top: -12px; left: 26px; padding: 5px 14px; border-radius: 999px; background: var(--grad); color: #fff; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card .check-list { margin: 8px 0 22px; }
.pricing-card .btn { width: 100%; margin-top: auto; }
.pricing-note { margin-top: 30px; color: var(--muted); }
.pricing-note a, .booking-note a, .prep-note a { color: var(--violet); font-weight: 700; text-decoration: underline; }

/* love cards */
.love-card { padding: 30px 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.love-num { display: inline-flex; font-family: Calistoga, serif; font-size: 1.6rem; color: var(--teal); }
.love-card h3 { margin: 10px 0 10px; font-size: 1.35rem; color: var(--navy); }
.love-card p { color: var(--muted); font-size: 1rem; }

/* meet */
.meet { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.meet-photo img { width: 100%; border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; }
.meet-copy h2 { color: var(--navy); }

/* zones */
.zone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.zone { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "num from" "num arrow" "num to"; column-gap: 14px; row-gap: 2px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.zone-num { grid-area: num; font-family: Calistoga, serif; font-size: 1.5rem; color: var(--teal); align-self: center; }
.zone-from { grid-area: from; color: var(--muted); font-size: .92rem; text-decoration: line-through; text-decoration-color: rgba(255, 110, 169, .6); }
.zone-arrow { grid-area: arrow; color: var(--violet); font-weight: 900; font-size: .8rem; }
.zone-to { grid-area: to; color: var(--navy); font-weight: 800; font-size: 1.05rem; }

/* spec / prep cards */
.spec-card, .prep-card { padding: clamp(24px, 3.4vw, 34px); border-radius: 20px; background: linear-gradient(155deg, #10184a, #1b2a6b); color: #fff; box-shadow: var(--shadow); }
.spec-tag { display: inline-flex; margin-bottom: 16px; padding: 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.spec-list { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.spec-list li { position: relative; padding-left: 30px; color: #eaf2ff; font-weight: 600; }
.spec-list li:before { content: ""; position: absolute; left: 4px; top: 50%; width: 13px; height: 8px; margin-top: -5px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }
.spec-listen p { margin: 6px 0; color: rgba(226, 236, 244, .9); font-size: .98rem; }
.spec-note { color: var(--gold) !important; font-weight: 700; }
.prep-lead { color: rgba(226, 236, 244, .9); }
.prep-note { margin-top: 18px; color: rgba(226, 236, 244, .8); font-size: .92rem; }
.prep-inline { margin-top: 22px; font-size: .9rem; color: rgba(226, 236, 244, .7); max-width: 560px; }

/* detail hero */
.detail-hero, .contact-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(28px, 5vw, 60px); align-items: center; padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 88% 4%, rgba(124, 92, 255, .32), transparent 46%), linear-gradient(155deg, #0a1030, #10184a 55%, #1b2a6b); color: #fff; overflow: hidden; }
.detail-hero > *, .contact-hero > * { position: relative; z-index: 1; }
.detail-visual img { width: min(340px, 100%); margin: 0 auto; border-radius: 22px; box-shadow: var(--shadow); }
.about-hero .about-portrait img { width: 100%; border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 4 / 5; }

/* subhero */
.subhero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(84px, 12vw, 150px) clamp(16px, 5vw, 76px) 60px; background: radial-gradient(circle at 85% 0%, rgba(124, 92, 255, .3), transparent 48%), linear-gradient(155deg, #0a1030, #10184a 60%, #1b2a6b); color: #fff; }
.subhero > *:not(.wave-motion) { position: relative; z-index: 1; }
.subhero h1 { max-width: 18ch; }

/* stat stack */
.stat-stack { display: grid; gap: 12px; }
.stat-stack article { padding: 22px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(16, 24, 74, .06); }
.stat-stack strong { display: block; font-family: Calistoga, serif; font-size: 1.5rem; color: var(--blue); }
.stat-stack span { color: var(--muted); }

/* mission band */
.mission-band { background: var(--grad); color: #fff; text-align: center; }
.mission-inner { max-width: 980px; margin: 0 auto; }
.mission-band .eyebrow { color: rgba(255, 255, 255, .9); }
.mission-quote { font-family: Calistoga, serif; font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.3; color: #fff; margin: 6px 0 0; text-wrap: balance; }

/* value grid */
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value-card { padding: 26px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value-card h3 { margin: 0 0 10px; font-size: 1.2rem; color: var(--navy); line-height: 1.16; }
.value-card p { color: var(--muted); font-size: .98rem; }

/* process */
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-grid article { padding: 26px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-grid span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; background: var(--grad); color: #fff; font-family: Calistoga, serif; font-size: 1.15rem; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.22rem; color: var(--navy); }
.process-grid p { color: var(--muted); font-size: .98rem; }

/* quote band */
.quote-band { padding: clamp(56px, 8vw, 100px) clamp(16px, 5vw, 76px); background: linear-gradient(150deg, #10184a, #1b2a6b); color: #fff; }
.quote-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.quote-band .stars { color: var(--gold); letter-spacing: 5px; font-size: 1.2rem; margin-bottom: 18px; }
.quote-band blockquote { margin: 0; font-family: Calistoga, serif; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.34; color: #fff; text-wrap: balance; }
.quote-band figcaption { margin-top: 20px; color: var(--teal); font-weight: 800; letter-spacing: .04em; }

/* check list */
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list.one { grid-template-columns: 1fr; gap: 10px; }
.check-list li { position: relative; padding: 12px 14px 12px 40px; border-radius: var(--radius); font-weight: 600; color: var(--text); }
.pricing-card .check-list li { border: 1px solid var(--line); background: #fff; }
.prep-card .check-list.one li { color: #eaf2ff; border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .05); }
.check-list li:before { content: ""; position: absolute; left: 15px; top: 50%; width: 13px; height: 8px; margin-top: -5px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }

/* faq */
.faq-section .section-head { margin-bottom: 30px; }
.faq-list { display: grid; gap: 10px; max-width: 900px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-size: 1.05rem; font-weight: 800; color: var(--navy); }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

/* cta band */
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(60px, 9vw, 96px); padding: clamp(30px, 5vw, 58px); border-radius: 24px; background: var(--grad); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .9); max-width: 640px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cta-band .btn.ghost { border-color: rgba(255, 255, 255, .7); }

/* contact / booking */
.contact-hero { align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; max-width: 460px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.contact-list span:first-child { color: var(--teal); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.05rem; font-weight: 700; color: #fff; }
.contact-list a:hover { color: var(--teal); }
.booking-card { background: #fff; color: var(--text); border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); padding: clamp(20px, 3vw, 30px); }
.booking-card h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--navy); margin: 0 0 16px; }
.calendly-wrap { position: relative; width: 100%; height: 680px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.calendly-wrap iframe { width: 100%; height: 100%; border: 0; }
.booking-note { margin: 14px 0 0; color: var(--muted); font-size: .92rem; }

/* footer */
.footer { display: flex; justify-content: space-between; gap: 34px; padding: 52px clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.footer .brand-text strong { color: #fff; }
.footer p { color: rgba(226, 236, 244, .68); max-width: 460px; margin-top: 16px; }
.footer-social { display: flex; gap: 16px; margin-top: 18px; }
.footer-social a { color: var(--teal); font-weight: 700; font-size: .9rem; }
.footer-social a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 26px; color: rgba(226, 236, 244, .82); }
.footer-grid a:hover { color: var(--teal); }

/* legal */
.legal-section { max-width: 880px; }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 34px 0 12px; color: var(--navy); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.75; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--violet); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }

/* misc */
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--navy); font-weight: 800; }
  .hero, .detail-hero, .contact-hero, .two-col, .cta-band, .offer-inner, .meet { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .two-col.reversed .prep-card { order: 0; }
  .card-grid.three, .card-grid.two, .value-grid, .process-grid, .pricing-grid, .zone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
  .offer-logo { order: -1; }
  .meet-photo { max-width: 460px; }
  .hero-badge { position: static; margin-top: 16px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 10px 12px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: 1rem; }
  .hero { padding: 36px 12px 48px; gap: 22px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.2rem, 9vw, 3.1rem); }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .card-grid.two, .card-grid.three, .value-grid, .process-grid, .pricing-grid, .zone-grid, .check-list { grid-template-columns: 1fr; }
  .section, .subhero, .detail-hero, .contact-hero, .offer-band, .quote-band { padding-left: 12px; padding-right: 12px; }
  .section h2, .cta-band h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 84px; }
  .calendly-wrap { height: 560px; }
  .footer { display: grid; padding-bottom: 96px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .soundbars { display: none; }
  .reveal { opacity: 1; transform: none; }
}