:root {
  --ink: #20322e;
  --deep: #17302b;
  --sage: #8b9f91;
  --mist: #e8eee9;
  --cream: #f5f1e9;
  --paper: #fbfaf6;
  --clay: #b8886e;
  --gold: #b49a6a;
  --line: rgba(32, 50, 46, .14);
  --shadow: 0 22px 60px rgba(32, 50, 46, .09);
  --display: "Fraunces", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 7vw, 6rem); margin-bottom: 1.5rem; max-width: 850px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); margin-bottom: 1.4rem; }
h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.shell { margin: 0 auto; max-width: 1160px; padding-left: 24px; padding-right: 24px; }
.narrow { margin: 0 auto; max-width: 850px; padding-left: 24px; padding-right: 24px; text-align: center; }
.section { padding: clamp(5rem, 10vw, 8rem) 0; }
.eyebrow { color: var(--clay); font-size: .72rem; font-weight: 600; letter-spacing: .18em; margin-bottom: 1.1rem; text-transform: uppercase; }
.lead, .large-copy { color: rgba(32, 50, 46, .76); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.75; }
.large-copy { margin: 0 auto; max-width: 720px; }

.site-header { background: rgba(251, 250, 246, .9); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.header-inner { align-items: center; display: flex; gap: 2rem; height: 72px; margin: 0 auto; max-width: 1160px; padding: 0 24px; }
.brand { align-items: center; display: flex; font-family: var(--display); font-size: 1.25rem; gap: .7rem; line-height: 1; white-space: nowrap; }
.brand small { display: block; font-family: var(--sans); font-size: .52rem; font-weight: 600; letter-spacing: .13em; margin-top: .32rem; text-transform: uppercase; }
.brand-mark { background: linear-gradient(145deg, var(--sage), var(--gold)); border-radius: 50%; display: block; height: 28px; width: 28px; }
.site-nav { display: flex; gap: clamp(1rem, 2vw, 1.8rem); margin-left: auto; }
.site-nav a, .header-button { font-size: .78rem; font-weight: 500; }
.site-nav a:hover { color: var(--clay); }
.header-button { background: var(--deep); border-radius: 999px; color: white; padding: .65rem 1rem; }
.menu-toggle { display: none; }

.hero { background: linear-gradient(150deg, var(--cream), var(--mist)); overflow: hidden; position: relative; }
.hero-glow { background: radial-gradient(circle, rgba(184, 136, 110, .23), transparent 67%); border-radius: 50%; height: 700px; position: absolute; right: -220px; top: -300px; width: 700px; }
.hero-inner { align-items: center; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: 1.35fr .65fr; min-height: min(780px, calc(100vh - 72px)); padding-bottom: 7rem; padding-top: 7rem; position: relative; }
.hero-copy { min-width: 0; }
.hero-copy .lead { max-width: 680px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { align-items: center; background: var(--deep); border: 1px solid var(--deep); border-radius: 999px; color: white; display: inline-flex; font-size: .82rem; font-weight: 600; gap: .6rem; justify-content: center; padding: .85rem 1.25rem; transition: .25s ease; }
.button:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.button.secondary { background: rgba(255, 255, 255, .5); border-color: var(--line); color: var(--ink); }
.button.secondary:hover { background: white; border-color: var(--sage); }
.hero-card { background: rgba(255, 255, 255, .48); border: 1px solid rgba(255, 255, 255, .72); border-radius: 32px; box-shadow: var(--shadow); padding: 2rem; text-align: center; backdrop-filter: blur(8px); }
.hero-card-label { font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-symbol { align-items: center; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; display: flex; justify-content: center; margin: 2rem auto; max-width: 230px; position: relative; }
.hero-symbol::before, .hero-symbol::after { border: 1px solid var(--gold); border-radius: 50%; content: ""; inset: 15%; position: absolute; }
.hero-symbol::after { inset: 33%; }
.hero-symbol span { font-family: var(--display); font-size: 3.4rem; position: relative; z-index: 1; }

.intro { background: white; }
.intro h2 { max-width: 820px; }
.perspective-preview { background: var(--paper); padding-top: 0; }
.perspective-preview-card { align-items: center; background: linear-gradient(135deg, var(--mist), var(--cream)); border: 1px solid var(--line); border-radius: 28px; display: grid; gap: 2rem; grid-template-columns: 1fr auto; padding: clamp(2rem, 5vw, 3.5rem); }
.perspective-preview-card h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
.perspective-preview-card p:last-child { color: rgba(32, 50, 46, .72); margin-bottom: 0; max-width: 760px; }
.soft-section { background: var(--cream); }
.section-heading { margin-bottom: 3.2rem; max-width: 780px; }
.section-heading.centered-heading { margin-left: auto; margin-right: auto; text-align: center; }
.benefit-heading { margin-left: auto; margin-right: auto; max-width: 780px; text-align: center; }
.section-heading > p:last-child { color: rgba(32, 50, 46, .72); font-size: 1.08rem; max-width: 680px; }
.feature-card { background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; }
.feature-image { min-height: 530px; overflow: hidden; }
.feature-image img, .card-image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.feature-card:hover .feature-image img, .training-card:hover .card-image img { transform: scale(1.025); }
.feature-content { align-self: center; padding: clamp(2rem, 5vw, 4rem); }
.feature-content > p { color: rgba(32, 50, 46, .74); }
.pill { background: var(--mist); border-radius: 999px; color: var(--deep); display: inline-block; font-size: .7rem; font-weight: 600; margin-bottom: 1.5rem; padding: .45rem .75rem; text-transform: uppercase; }
.check-list { list-style: none; margin: 1.8rem 0; padding: 0; }
.check-list li { border-top: 1px solid var(--line); padding: .75rem 0 .75rem 1.6rem; position: relative; }
.check-list li::before { color: var(--clay); content: "\2713"; left: .1rem; position: absolute; }
.text-link { color: var(--deep); display: inline-flex; font-size: .8rem; font-weight: 600; gap: .55rem; margin-top: .5rem; }
.text-link span { color: var(--clay); }

.training-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
.training-card { background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.training-card.intro-training { background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(232, 238, 233, .8)); }
.training-card.master-training { background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(242, 233, 223, .78)); border-color: rgba(180, 154, 106, .34); }
.card-image { aspect-ratio: 16 / 9; display: block; overflow: hidden; }
.card-content { padding: clamp(1.6rem, 4vw, 2.5rem); }
.card-content > p { color: rgba(32, 50, 46, .72); }
.card-topline, .mini-facts { align-items: center; display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between; }
.card-topline { color: var(--clay); font-size: .68rem; font-weight: 600; letter-spacing: .14em; margin-bottom: 1.5rem; text-transform: uppercase; }
.mini-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); font-size: .72rem; margin: 1.6rem 0; padding: .8rem 0; }
.card-note { font-size: .92rem; }

.deep-section { background: var(--deep); color: white; }
.about-grid { align-items: center; display: grid; gap: clamp(4rem, 10vw, 9rem); grid-template-columns: .8fr 1.2fr; }
.experience { align-items: center; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; margin: auto; max-width: 330px; padding: 3rem; text-align: center; }
.experience strong { color: var(--clay); font-family: var(--display); font-size: clamp(5rem, 10vw, 8rem); font-weight: 300; line-height: .9; }
.experience span { font-size: .68rem; font-weight: 600; letter-spacing: .12em; margin-top: 1rem; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .72); max-width: 620px; }
.light-link { color: white; }
.russ-section { background: linear-gradient(135deg, var(--paper), var(--cream)); }
.russ-layout { align-items: start; display: grid; gap: clamp(2.6rem, 7vw, 6rem); grid-template-columns: .68fr 1.32fr; }
.russ-media { background: rgba(255, 255, 255, .54); border: 1px solid rgba(255, 255, 255, .84); border-radius: 30px; box-shadow: var(--shadow); justify-self: center; max-width: 360px; padding: .85rem; position: sticky; top: 104px; width: 100%; }
.russ-media img { aspect-ratio: 4 / 5; border: 1px solid rgba(32, 50, 46, .12); border-radius: 24px; box-shadow: 0 14px 34px rgba(32, 50, 46, .08); height: auto; object-fit: cover; object-position: 47% center; width: 100%; }
.russ-note { background: var(--deep); border-radius: 18px; box-shadow: 0 16px 34px rgba(32, 50, 46, .16); color: white; margin: -2.65rem auto 0; max-width: calc(100% - 2rem); padding: 1.05rem 1.25rem; position: relative; text-align: center; }
.russ-note strong { color: var(--gold); display: block; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; line-height: 1; }
.russ-note span { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; line-height: 1.45; margin-top: .55rem; text-transform: uppercase; }
.russ-story h2 { max-width: 720px; }
.story-callout { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--clay); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.15; margin: 0 0 2rem; padding: 1.2rem 0; }
.story-copy { columns: 2 280px; column-gap: clamp(2rem, 5vw, 4rem); max-width: 820px; }
.story-copy p { break-inside: avoid; color: rgba(32, 50, 46, .76); margin-bottom: 1.25rem; }
.russ-story .text-link { margin-top: .5rem; }

.hub-card { align-items: center; background: linear-gradient(135deg, var(--mist), var(--cream)); border: 1px solid var(--line); border-radius: 32px; display: grid; gap: 2.5rem; grid-template-columns: 1.2fr .8fr auto; padding: clamp(2rem, 6vw, 4rem); }
.hub-card h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.hub-card p:last-child { color: rgba(32, 50, 46, .72); margin-bottom: 0; }
.hub-points { display: grid; gap: .65rem; }
.hub-points span { background: rgba(255, 255, 255, .58); border: 1px solid rgba(255, 255, 255, .8); border-radius: 999px; font-size: .75rem; padding: .55rem .8rem; text-align: center; }
.contact-section { background: var(--cream); }
.centered { justify-content: center; }
.perspective-hero { background: linear-gradient(135deg, var(--cream), var(--paper)); overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 0; }
.perspective-hero-inner { align-items: start; display: grid; gap: clamp(2.5rem, 6vw, 5rem); grid-template-columns: .72fr 1.28fr; }
.perspective-hero-copy { align-self: center; padding-bottom: clamp(3rem, 7vw, 6rem); }
.perspective-hero-copy h1 { font-size: clamp(3.2rem, 6vw, 5.6rem); }
.perspective-visual { align-self: start; border: 1px solid rgba(32, 50, 46, .12); border-bottom: 0; border-radius: 28px 28px 0 0; box-shadow: var(--shadow); overflow: hidden; }
.perspective-visual img { aspect-ratio: 16 / 9; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.perspective-principles { background: var(--deep); color: white; padding-bottom: clamp(3rem, 6vw, 5rem); padding-top: clamp(3rem, 6vw, 5rem); }
.principle-strip { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.principle-strip article { border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; padding: clamp(1.5rem, 3vw, 2.25rem); }
.principle-strip span { color: var(--gold); display: block; font-size: .68rem; font-weight: 700; letter-spacing: .16em; margin-bottom: 1rem; }
.principle-strip h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.principle-strip p { color: rgba(255, 255, 255, .72); margin: 0; }
.perspective-story { background: var(--paper); }
.perspective-story-layout { align-items: start; display: grid; gap: clamp(2.5rem, 7vw, 6rem); grid-template-columns: .72fr 1.28fr; }
.perspective-aside { position: sticky; top: 104px; }
.system-card { background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); }
.system-card span { color: var(--deep); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1; }
.system-card i { background: linear-gradient(90deg, var(--sage), var(--gold)); display: block; height: 2px; position: relative; width: 100%; }
.system-card i::after { background: var(--gold); border-radius: 50%; content: ""; height: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 10px; }
.perspective-copy { max-width: 820px; }
.perspective-copy h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); }
.perspective-copy p { color: rgba(32, 50, 46, .76); font-size: 1.02rem; }
.perspective-copy blockquote { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--clay); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.15; margin: 2rem 0; padding: 1.2rem 0; }
.contact-hero { background: linear-gradient(135deg, var(--cream), var(--mist)); }
.contact-form-section { background: var(--paper); padding: clamp(4rem, 9vw, 7rem) max(24px, calc((100vw - 1112px) / 2)); }
.contact-form-layout { align-items: start; display: grid; gap: clamp(2rem, 6vw, 5rem); grid-template-columns: .9fr 1.1fr; margin: 0 auto; max-width: 1112px; }
.contact-form-intro { max-width: 500px; }
.contact-form-intro p:not(.eyebrow) { color: rgba(32, 50, 46, .72); }
.mailer-form-shell { background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: clamp(1.4rem, 4vw, 2.6rem); }
.mailer-form-shell .ml-form-embedContainer,
.mailer-form-shell .ml-form-embedWrapper { display: block !important; width: 100% !important; }
.mailer-form-shell .ml-form-embedWrapper { background: transparent; }
.mailer-form-shell .ml-form-embedContent h4,
.mailer-form-shell .ml-form-successContent h4 { color: var(--deep); font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; line-height: 1.08; margin: 0 0 .8rem; }
.mailer-form-shell .ml-form-embedContent p,
.mailer-form-shell .ml-form-successContent p { color: rgba(32, 50, 46, .72); margin-bottom: 1.5rem; }
.mailer-form-shell label,
.mailer-form-shell .form-field-label { color: var(--deep); display: block; font-size: .76rem; font-weight: 700; letter-spacing: .08em; margin: 0 0 .45rem; text-transform: uppercase; }
.mailer-form-shell input[type="email"],
.mailer-form-shell input[type="text"],
.mailer-form-shell textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: inherit; margin: 0 0 1.2rem; padding: .9rem 1rem; width: 100%; }
.mailer-form-shell textarea { min-height: 140px; resize: vertical; }
.mailer-form-shell input[type="email"]:focus,
.mailer-form-shell input[type="text"]:focus,
.mailer-form-shell textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(139, 159, 145, .18); outline: 0; }
.mailer-form-shell .ml-form-interestGroupsRow { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: .6rem 0 1.4rem; padding: 1.2rem 0 .8rem; }
.mailer-form-shell .ml-form-interestGroupsRowCheckbox label { align-items: center; display: flex; gap: .65rem; letter-spacing: 0; margin-bottom: .55rem; text-transform: none; }
.mailer-form-shell input[type="checkbox"] { accent-color: var(--deep); height: 18px; width: 18px; }
.mailer-form-shell .label-description { color: rgba(32, 50, 46, .82); font-size: .98rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.mailer-form-shell .ml-form-embedSubmit button.primary { background: var(--deep); border: 1px solid var(--deep); border-radius: 999px; color: white; cursor: pointer; font: inherit; font-size: .82rem; font-weight: 700; padding: .9rem 1.3rem; transition: .25s ease; width: 100%; }
.mailer-form-shell .ml-form-embedSubmit button.primary:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.ml-form-embedSubmitLoad { display: inline-block; height: 20px; width: 20px; }
.ml-form-embedSubmitLoad::after { animation: ml-form-embedSubmitLoad 1.2s linear infinite; border: 4px solid #fff; border-color: #fff #fff #fff transparent; border-radius: 50%; content: ""; display: block; height: 11px; margin: 1px; width: 11px; }
.sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
@keyframes ml-form-embedSubmitLoad { to { transform: rotate(360deg); } }

.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 0; }
.footer-inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-inner nav a, .footer-inner > p { color: rgba(32, 50, 46, .65); font-size: .72rem; margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Existing detail pages retain their content while adopting the new typography. */
.page-hero, .split-feature, .intro-grid, .session-facts, .session-options, .booking-section, .benefit-grid, .curriculum-grid, .principle-row, .include-grid, .bridge-list, .process-section, .notice, .cta-band, .statement, .paths, .quote-section { padding: clamp(4rem, 9vw, 7rem) max(24px, calc((100vw - 1112px) / 2)); }
.page-hero { background: var(--cream); }
.page-hero-copy { max-width: 800px; }
.page-hero-aside, .stat-stack, .hero-symbol.small, .hub-map { margin-top: 3rem; max-width: 500px; }
.intro-grid, .split-feature { display: grid; gap: 4rem; grid-template-columns: 1fr 1fr; }
.session-facts { background: linear-gradient(135deg, var(--mist), var(--cream)); display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); padding-bottom: clamp(3rem, 6vw, 5rem); padding-top: clamp(3rem, 6vw, 5rem); }
.session-fact { background: rgba(255, 255, 255, .62); border: 1px solid rgba(32, 50, 46, .12); border-radius: 18px; box-shadow: 0 14px 36px rgba(32, 50, 46, .06); padding: 1.6rem 1.8rem; }
.session-fact span { color: var(--clay); display: block; font-size: .68rem; font-weight: 600; letter-spacing: .18em; margin-bottom: .55rem; text-transform: uppercase; }
.session-fact strong { font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.2; }
.session-options { background: linear-gradient(135deg, var(--mist), var(--cream)); }
.session-card-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, 1fr); }
.session-card { background: rgba(255, 255, 255, .72); border: 1px solid rgba(32, 50, 46, .14); border-radius: 24px; box-shadow: 0 18px 44px rgba(32, 50, 46, .07); padding: clamp(1.6rem, 4vw, 2.5rem); }
.session-card.featured { background: rgba(255, 255, 255, .9); border-color: rgba(180, 154, 106, .42); box-shadow: var(--shadow); }
.session-card.series { background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(232, 238, 233, .76)); border-color: rgba(23, 48, 43, .22); }
.session-card h3 { font-size: clamp(1.75rem, 2.4vw, 2.45rem); }
.session-card > p { color: rgba(32, 50, 46, .72); }
.session-price { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--deep); font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; margin: 1.8rem 0 1rem; padding: 1rem 0; }
.session-scheduling { border-top: 1px solid var(--line); color: rgba(32, 50, 46, .72); font-size: .92rem; margin: 1.2rem 0 0; padding-top: 1rem; }
.session-note { color: rgba(32, 50, 46, .72); font-size: 1.05rem; margin: 2rem 0 0; max-width: 820px; }
.benefit-section { background: var(--cream); }
.booking-section { background: var(--paper); }
.booking-widget-shell { background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.cal-booking-widget { height: 760px; min-height: 700px; overflow: auto; width: 100%; }
.curriculum-grid, .benefit-grid, .include-grid, .principle-row, .bridge-list { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.curriculum article, .benefit, .include-grid > div, .principle-row > div, .bridge-list > div { background: rgba(255, 255, 255, .78); border: 1px solid rgba(32, 50, 46, .16); border-radius: 20px; box-shadow: 0 14px 38px rgba(32, 50, 46, .055); padding: 2rem; }
.curriculum article:nth-child(3n + 2), .benefit:nth-child(3n + 2), .include-grid > div:nth-child(3n + 2), .principle-row > div:nth-child(3n + 2), .bridge-list > div:nth-child(3n + 2) { background: var(--mist); }
.curriculum article:nth-child(3n + 3), .benefit:nth-child(3n + 3), .include-grid > div:nth-child(3n + 3), .principle-row > div:nth-child(3n + 3), .bridge-list > div:nth-child(3n + 3) { background: #f2e9df; }
.process-list, .clean-list { list-style: none; padding: 0; }
.process-list li, .clean-list li { border-top: 1px solid var(--line); padding: 1rem 0; }
.next-step { margin-left: auto; margin-right: auto; max-width: 950px; text-align: center; }
.cta-band { align-items: center; background: var(--clay); color: white; display: flex; justify-content: space-between; }

@media (max-width: 900px) {
  .header-button { display: none; }
  .menu-toggle { background: none; border: 0; color: var(--ink); display: block; font-family: var(--sans); font-size: .72rem; font-weight: 600; margin-left: auto; text-transform: uppercase; }
  .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 1rem 24px; position: absolute; top: 72px; width: 100%; }
  .site-nav a { padding: .7rem 0; }
  .site-nav.open { display: flex; }
  .site-nav { gap: 1.1rem; }
  .hero-inner, .feature-card, .about-grid, .hub-card, .intro-grid, .split-feature, .contact-form-layout, .russ-layout, .perspective-preview-card, .perspective-hero-inner, .perspective-story-layout { grid-template-columns: 1fr; }
  .perspective-hero-copy { padding-bottom: 0; }
  .perspective-visual { border-bottom: 1px solid rgba(32, 50, 46, .12); border-radius: 24px; }
  .perspective-aside { position: static; }
  .russ-media { max-width: 380px; position: static; }
  .russ-media img { aspect-ratio: 4 / 5; max-height: 480px; }
  .story-copy { columns: 1; max-width: 760px; }
  .hero-inner { min-height: auto; padding-bottom: 5rem; padding-top: 5rem; }
  .hero-card { margin: auto; max-width: 340px; width: 100%; }
  .feature-image { min-height: auto; }
  .feature-image img { aspect-ratio: 16 / 9; }
  .feature-image img.treatment-room-image { aspect-ratio: 4 / 5; }
  .training-grid { grid-template-columns: 1fr; }
  .hub-card { align-items: start; }
  .session-facts, .session-card-grid, .curriculum-grid, .benefit-grid, .include-grid, .principle-row, .bridge-list, .principle-strip { grid-template-columns: 1fr 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  h1 { font-size: 3rem; }
  .shell, .narrow, .header-inner { padding-left: 18px; padding-right: 18px; }
  .section { padding: 4.5rem 0; }
  .hero-inner { padding-bottom: 4rem; padding-top: 4rem; }
  .feature-content, .card-content { padding: 1.5rem; }
  .training-card, .feature-card, .hub-card, .hero-card { border-radius: 22px; }
  .russ-media { border-radius: 24px; max-width: min(100%, 340px); padding: .65rem; }
  .russ-media img { aspect-ratio: 4 / 5; border-radius: 20px; }
  .russ-note { margin-top: -2.2rem; max-width: calc(100% - 36px); }
  .story-callout { font-size: 1.7rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .session-facts, .session-card-grid, .curriculum-grid, .benefit-grid, .include-grid, .principle-row, .bridge-list, .principle-strip { grid-template-columns: 1fr; }
  .perspective-hero { padding-top: 3.5rem; }
  .perspective-visual img { aspect-ratio: 4 / 5; }
  .perspective-preview { padding-top: 0; }
  .cal-booking-widget { height: 720px; min-height: 680px; }
  .cta-band { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
}
