:root {
  --burgundy: #7e172b;
  --burgundy-dark: #55101f;
  --red: #9a1d36;
  --gold: #c99b68;
  --cream: #f3eee6;
  --paper: #fbf9f5;
  --ink: #191715;
  --muted: #6e6963;
  --line: rgba(25, 23, 21, 0.14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--burgundy-dark); }
* { scrollbar-width: thin; scrollbar-color: var(--burgundy) var(--cream); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--burgundy); border: 3px solid var(--cream); }

.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 120px; }
.skip-link {
  position: fixed; left: 20px; top: -70px; z-index: 1000;
  background: white; color: var(--burgundy); padding: 12px 18px;
  border-radius: 0 0 8px 8px; font-weight: 700;
}
.skip-link:focus { top: 0; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 30;
  height: 102px; border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 48px; }
.brand { display: block; width: 212px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.site-header nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-header nav a {
  color: rgba(255,255,255,.88); font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease;
}
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.header-call {
  border-left: 1px solid rgba(255,255,255,.25); padding-left: 28px;
  color: white; display: flex; flex-direction: column; line-height: 1.25;
}
.header-call span { opacity: .65; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.header-call strong { font-size: 15px; letter-spacing: .03em; }

.hero {
  min-height: 840px; padding: 150px 0 72px; position: relative; overflow: hidden;
  background: linear-gradient(115deg, #5c1021 0%, var(--burgundy) 48%, #96243b 100%);
  color: white;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 15% 0%, rgba(255,255,255,.13), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: auto, 84px 100%; opacity: .5;
}
.hero-bg-word {
  position: absolute; left: -35px; bottom: -145px; z-index: 0;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1);
  font-size: clamp(220px, 27vw, 430px); font-weight: 900; line-height: 1;
  letter-spacing: -.08em; user-select: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.hero-copy { padding-top: 24px; }
.eyebrow, .section-kicker {
  margin: 0 0 24px; display: flex; align-items: center; gap: 12px;
  color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .intro h2, .approach h2, .studio h2, .faq h2, .contact h2 {
  margin: 0; font-family: var(--serif); font-weight: 400; line-height: .9; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(72px, 7.3vw, 118px); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
  min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--burgundy-dark); }
.button-primary:hover { background: #ddb783; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(5px); }
.hero-visual { height: 618px; position: relative; }
.hero-image-wrap { position: absolute; inset: 0 34px 0 0; overflow: hidden; border-radius: 220px 220px 10px 10px; background: #301118; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); border-radius: inherit; }
.hero-image-wrap img { object-fit: cover; object-position: center 37%; filter: saturate(.77) contrast(1.04); }
.hero-stamp {
  position: absolute; right: -19px; top: 90px; width: 124px; aspect-ratio: 1;
  border-radius: 50%; display: grid; place-content: center; text-align: center;
  background: var(--gold); color: var(--burgundy-dark); box-shadow: 0 16px 30px rgba(38,7,14,.25);
  transform: rotate(7deg);
}
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(85,16,31,.35); border-radius: inherit; }
.hero-stamp span { font-size: 8px; letter-spacing: .16em; }
.hero-stamp strong { font-family: var(--serif); font-size: 18px; }
.hero-note {
  position: absolute; left: -26px; bottom: 35px; width: 230px; padding: 20px 22px;
  background: rgba(24,12,14,.88); backdrop-filter: blur(10px); border: 1px solid rgba(201,155,104,.58);
}
.hero-note span { display: block; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 3px; font-family: var(--serif); font-size: 20px; font-weight: 400; }

.local-strip { overflow: hidden; background: var(--gold); color: var(--burgundy-dark); padding: 16px 0; }
.local-strip div { display: flex; justify-content: center; gap: 26px; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.local-strip i { font-style: normal; opacity: .5; }

.intro-grid { display: grid; grid-template-columns: .55fr 1.35fr .7fr; gap: 68px; align-items: start; }
.section-kicker { color: var(--burgundy); }
.section-kicker.light { color: var(--gold); }
.intro h2, .approach h2, .studio h2, .faq h2, .contact h2 { font-size: clamp(54px, 5.4vw, 82px); }
.intro-grid > div > p { max-width: 760px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.intro aside { position: relative; padding: 36px 0 0 28px; border-left: 1px solid var(--line); }
.intro aside p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.quote-mark { position: absolute; top: -20px; left: 17px; color: var(--gold); font-family: var(--serif); font-size: 70px; line-height: 1; }

.services { background: var(--ink); color: white; position: relative; }
.services::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px); background-size: 8px 8px; }
.services .shell { position: relative; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(56px, 6vw, 88px); }
.section-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 286px; padding: 31px 32px 34px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease; }
.service-card:hover { background: var(--burgundy); }
.service-card > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.service-card h3 { margin: 54px 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.15; }
.service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.service-card:hover p { color: rgba(255,255,255,.77); }
.service-card i { display: block; margin-top: 22px; color: var(--gold); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; }
.services-action p { margin: 0; color: rgba(255,255,255,.56); }
.button-light { border-color: rgba(255,255,255,.42); color: white; }
.button-light:hover { background: white; color: var(--ink); }

.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.approach-media { height: 730px; position: relative; background: #ddd; overflow: hidden; }
.approach-media img { object-fit: cover; object-position: center; filter: saturate(.35) contrast(1.05); }
.approach-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,14,20,.33), transparent 45%); }
.vertical-label { position: absolute; z-index: 2; right: 16px; bottom: 20px; color: white; font-size: 9px; font-weight: 800; letter-spacing: .28em; writing-mode: vertical-rl; }
.approach-copy h2 { max-width: 650px; }
.steps { list-style: none; padding: 0; margin: 50px 0 38px; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--burgundy); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.steps h3 { margin: -4px 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.burgundy { color: var(--burgundy); }

.proof { background: var(--cream); }
.dark-heading h2 { color: var(--ink); }
.dark-heading > p { color: var(--muted); }
.proof-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 18px; }
.proof-grid figure { position: relative; margin: 0; min-height: 360px; overflow: hidden; background: #e4ded6; }
.proof-grid .proof-large { min-height: 550px; }
.proof-grid img { object-fit: cover; transition: transform .6s ease; }
.proof-grid figure:hover img { transform: scale(1.025); }
.proof-note { max-width: 800px; margin: 22px 0 0 auto; color: var(--muted); font-size: 12px; text-align: right; }

.studio-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 96px; align-items: center; }
.studio-copy > p:not(.section-kicker) { margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.check-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 12px; }
.check-list li { font-size: 14px; font-weight: 650; }
.check-list span { color: var(--burgundy); margin-right: 10px; }
.studio-collage { height: 680px; position: relative; }
.studio-collage figure { position: absolute; margin: 0; overflow: hidden; background: #ddd; box-shadow: 0 24px 50px rgba(31,23,20,.1); }
.studio-collage img { object-fit: cover; }
.studio-img-one { left: 0; top: 0; width: 61%; height: 82%; }
.studio-img-two { right: 0; bottom: 0; width: 49%; height: 60%; border: 12px solid var(--paper); }
.studio-monogram { position: absolute; right: 6%; top: 6%; z-index: -1; color: rgba(126,23,43,.08); font-family: var(--serif); font-size: 330px; line-height: 1; }

.answer-section { background: var(--burgundy); color: white; }
.answer-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.answer-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 5vw, 74px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.answer-lead { margin: 0 0 40px; color: white; font-family: var(--serif); font-size: 27px; line-height: 1.5; }
.answer-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 38px; }
.answer-columns p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.answer-columns strong { display: block; margin-bottom: 6px; color: var(--gold); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.medical-note { margin: 38px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.47); font-size: 11px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:not(.section-kicker) { max-width: 390px; margin: 28px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; min-height: 90px; display: grid; grid-template-columns: 46px 1fr 28px; align-items: center; gap: 16px;
  font-family: var(--serif); font-size: 22px; line-height: 1.3;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--burgundy); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.faq-list summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--burgundy); font-family: var(--sans); font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 40px 28px 62px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.contact { padding: 0; background: var(--ink); color: white; }
.contact-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.contact-copy { padding: 96px max(56px, calc((100vw - 1280px) / 2)); padding-right: 80px; background: var(--ink); }
.contact-copy h2 { font-size: clamp(58px, 5.7vw, 86px); }
.contact-copy > p:not(.section-kicker) { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.6); }
.contact-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button-gold { background: var(--gold); color: var(--burgundy-dark); }
.contact-phone { display: flex; flex-direction: column; font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.contact-phone small, address small { color: var(--gold); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-copy address { display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); font-style: normal; }
.contact-copy address strong { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 500; line-height: 1.75; }
.directions-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-wrap { min-height: 740px; position: relative; background: #e7dfd4; }
.map-wrap iframe { width: 100%; height: 100%; position: absolute; inset: 0; filter: saturate(.55) contrast(.96); }
.map-badge { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 14px; padding: 10px 14px; background: rgba(25,23,21,.88); color: white; font-size: 9px; letter-spacing: .1em; }

footer { padding: 60px 0 24px; background: #100f0e; color: white; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 60px; align-items: center; padding-bottom: 46px; }
.footer-brand { width: 205px; }
.footer-brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.footer-main > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.45); font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 23px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 1120px) {
  .site-header nav { gap: 20px; }
  .site-header nav a:nth-child(3), .site-header nav a:nth-child(4) { display: none; }
  .hero-grid { gap: 44px; }
  .intro-grid { grid-template-columns: .4fr 1.4fr .7fr; gap: 38px; }
  .approach-grid, .studio-grid, .faq-grid { gap: 60px; }
  .contact-copy { padding-left: 48px; padding-right: 48px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 720px); }
  .section { padding-block: 84px; }
  .site-header { height: 82px; }
  .header-inner { gap: 16px; }
  .brand { width: 170px; }
  .site-header nav { display: none; }
  .header-call { margin-left: auto; padding-left: 18px; }
  .hero { min-height: auto; padding: 120px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(70px, 16vw, 105px); }
  .hero-lead { max-width: 650px; }
  .hero-visual { height: min(680px, 105vw); }
  .hero-image-wrap { inset: 0; border-radius: 200px 200px 8px 8px; }
  .hero-stamp { right: -12px; }
  .hero-note { left: 20px; }
  .local-strip div { justify-content: flex-start; padding-left: 20px; overflow: hidden; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro aside { max-width: 500px; margin-left: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-media { height: 680px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid .proof-large { grid-column: 1 / -1; min-height: 640px; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-copy { max-width: 620px; }
  .answer-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding: 84px 40px; }
  .map-wrap { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 32px); }
  .section { padding-block: 72px; }
  .site-header { height: 72px; }
  .brand { width: 147px; }
  .header-call { border: 0; padding: 0; }
  .header-call span { display: none; }
  .header-call strong { font-size: 12px; }
  .hero { padding-top: 106px; }
  .hero h1 { font-size: clamp(60px, 18vw, 86px); }
  .hero-lead { margin-top: 26px; font-size: 16px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 20px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-visual { height: 122vw; min-height: 450px; }
  .hero-image-wrap { border-radius: 130px 130px 6px 6px; }
  .hero-stamp { width: 100px; top: 48px; }
  .hero-note { left: 10px; bottom: 20px; width: 210px; }
  .intro h2, .approach h2, .studio h2, .faq h2, .contact h2 { font-size: clamp(48px, 14vw, 68px); }
  .intro-grid > div > p { font-size: 16px; }
  .intro aside { margin-top: 20px; }
  .section-heading h2 { font-size: 51px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 38px; }
  .services-action { align-items: stretch; flex-direction: column; }
  .approach-media { height: 122vw; min-height: 460px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .proof-grid { gap: 10px; }
  .proof-grid .proof-large { min-height: 92vw; }
  .proof-grid figure { min-height: 45vw; }
  .proof-note { text-align: left; }
  .studio-collage { height: 130vw; max-height: 650px; }
  .studio-img-one { width: 73%; }
  .studio-img-two { width: 58%; }
  .answer-columns { grid-template-columns: 1fr; }
  .answer-lead { font-size: 23px; }
  .faq-list summary { min-height: 84px; grid-template-columns: 30px 1fr 28px; gap: 10px; font-size: 19px; }
  .faq-list details p { margin: 0 10px 26px 40px; }
  .contact-copy { padding: 72px 24px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-phone { align-items: center; }
  .contact-copy address { grid-template-columns: 1fr; }
  .map-wrap { min-height: 430px; }
  .footer-main, .footer-bottom { width: calc(100% - 32px); }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-cta {
    position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 62px;
    display: grid; grid-template-columns: .7fr 1.3fr; background: white;
    box-shadow: 0 -8px 30px rgba(30,18,18,.15); padding: 7px;
  }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-cta a:first-child { color: var(--burgundy); }
  .mobile-cta a:last-child { background: #147640; color: white; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .mobile-cta, .hero-actions, .local-strip, .map-wrap, footer { display: none !important; }
  .hero { min-height: auto; padding: 40px 0; background: white; color: black; }
  .section { padding-block: 40px; }
}

/* 2026 content architecture: program, service pages and guide hub */
.hero-program-note {
  max-width: 560px; margin: 46px 0 0; padding: 17px 20px;
  border-left: 2px solid var(--gold); background: rgba(30,8,14,.2);
  color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75;
}
.hero-program-note strong { color: white; }

.schedule-section { background: var(--cream); }
.home-schedule { border-bottom: 1px solid var(--line); }
.schedule-card { border: 1px solid rgba(126,23,43,.2); background: var(--paper); box-shadow: 0 24px 60px rgba(68,35,38,.08); }
.schedule-head { display: flex; justify-content: space-between; gap: 24px; padding: 28px 34px; background: var(--burgundy); color: white; }
.schedule-head p { margin: 0; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.schedule-head strong { font-size: 13px; letter-spacing: .05em; }
.schedule-list { display: grid; grid-template-columns: repeat(2,1fr); }
.schedule-list > div { min-height: 78px; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.schedule-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.schedule-list span { color: var(--muted); font-size: 14px; }
.schedule-list span em { display: block; margin-top: 2px; color: var(--burgundy); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.schedule-list b { color: var(--burgundy); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.schedule-note { margin: 0; padding: 20px 34px; color: var(--muted); font-size: 12px; }
.schedule-action { margin-top: 28px; display: flex; align-items: center; gap: 28px; }

.content-hub { background: #f8f4ed; }
.home-guide-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-guide-grid a { min-height: 190px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s,color .2s; }
.home-guide-grid a:hover { background: var(--burgundy); color: white; }
.home-guide-grid span { color: var(--burgundy); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-guide-grid a:hover span { color: var(--gold); }
.home-guide-grid strong { max-width: 470px; margin-top: 20px; font-family: var(--serif); font-size: 28px; line-height: 1.18; font-weight: 400; }
.home-guide-grid i { margin-top: auto; color: var(--gold); font-size: 11px; font-style: normal; font-weight: 800; }
.hub-all { margin-top: 28px; }

.footer-expanded { grid-template-columns: 1.25fr repeat(3,.75fr); align-items: start; }
.footer-expanded > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-expanded > div:not(:first-child) > strong { margin-bottom: 9px; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-expanded > div:not(:first-child) a { color: rgba(255,255,255,.62); font-size: 12px; }
.footer-expanded > div:not(:first-child) a:hover { color: white; }

.inner-page { background: var(--paper); }
.inner-hero { padding: 145px 0 88px; color: white; background: linear-gradient(118deg,var(--burgundy-dark),var(--burgundy) 62%,#9a2840); overflow: hidden; position: relative; }
.inner-hero::before { content:""; position:absolute; inset:0; opacity:.22; background-image: radial-gradient(rgba(255,255,255,.25) .6px,transparent .6px); background-size:8px 8px; }
.inner-hero > .shell { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 55px; color: rgba(255,255,255,.55); font-size: 11px; }
.breadcrumb a:hover { color: white; }
.inner-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 84px; align-items: center; }
.inner-hero h1, .hub-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(57px,6.2vw,94px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.inner-lead { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.inner-hero figure { height: 560px; margin: 0; overflow: hidden; border-radius: 180px 180px 5px 5px; background: #48141d; }
.inner-hero figure img { width:100%; height:100%; object-fit:cover; filter:saturate(.68) contrast(1.03); }
.button-gold { background: var(--gold); color: var(--burgundy-dark); }
.button-gold:hover { background: #ddb783; }

.quick-answer { background: var(--gold); color: var(--burgundy-dark); }
.quick-answer-grid { display: grid; grid-template-columns: 170px 1fr; gap: 40px; padding-block: 36px; align-items: start; }
.quick-answer span { padding-top: 8px; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.quick-answer p { max-width: 920px; margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.5; }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 100px; align-items: start; }
.article-layout article { max-width: 790px; }
.article-layout article > section { scroll-margin-top: 30px; padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.article-layout article > section:last-of-type { margin-bottom: 0; }
.article-layout article h2, .inner-section-title h2, .inner-faq h2 { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(38px,4vw,57px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.article-layout article p { margin: 0 0 22px; color: #4f4b46; font-size: 17px; line-height: 1.88; }
.article-layout article ul, .article-layout article ol { margin: 25px 0; padding-left: 22px; }
.article-layout article li { margin: 10px 0; padding-left: 7px; color: #4f4b46; line-height: 1.75; }
.article-layout article a { color: var(--burgundy); text-decoration: underline; text-decoration-color: rgba(126,23,43,.3); text-underline-offset: 3px; }
.inline-cta { font-weight: 800; text-decoration: none !important; }
.source-note { padding: 19px 22px; border: 1px solid rgba(201,155,104,.42); background: var(--cream); font-size: 14px !important; }
.article-sidebar { position: sticky; top: 28px; display: grid; gap: 20px; }
.article-sidebar > div { padding: 27px; border: 1px solid var(--line); background: white; }
.article-sidebar > div > strong { display:block; margin-bottom:17px; color:var(--burgundy); font-size:10px; letter-spacing:.15em; text-transform:uppercase; }
.article-sidebar > div > a { display:block; padding:8px 0; color:var(--muted); font-size:12px; border-bottom:1px solid rgba(25,23,21,.07); }
.article-sidebar > div > a:hover { color:var(--burgundy); }
.article-sidebar .sidebar-contact { border:0; background:var(--burgundy); color:white; }
.sidebar-contact span { color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.sidebar-contact strong { margin:12px 0 20px !important; color:white !important; font-family:var(--serif); font-size:23px !important; font-weight:400; letter-spacing:0 !important; line-height:1.35; text-transform:none !important; }
.sidebar-contact a { color:var(--gold) !important; border:0 !important; font-weight:800; }
.medical-note { margin-top: 40px; padding: 20px 23px; border: 1px solid rgba(126,23,43,.18); background: var(--cream); color: var(--muted); font-size: 13px; line-height: 1.7; }

.inner-faq { display:grid; grid-template-columns:.65fr 1.35fr; gap:100px; align-items:start; }
.related { background: var(--ink); color: white; }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.14); border-left:1px solid rgba(255,255,255,.14); }
.related-card { min-height:230px; padding:27px; display:flex; flex-direction:column; border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.related-card:hover { background:var(--burgundy); }
.related-card span { color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.related-card strong { margin:28px 0; font-family:var(--serif); font-size:28px; font-weight:400; line-height:1.18; }
.related-card i { margin-top:auto; color:rgba(255,255,255,.62); font-size:11px; font-style:normal; }
.inner-contact { padding:75px 0; background:var(--burgundy); color:white; }
.inner-contact .shell { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.inner-contact h2 { margin:0; font-family:var(--serif); font-size:clamp(42px,5vw,70px); font-weight:400; line-height:1; }
.inner-contact p:not(.section-kicker) { color:rgba(255,255,255,.62); }
.inner-contact .shell > div:last-child { display:flex; flex-direction:column; align-items:center; gap:15px; }

.compare-table { margin:30px 0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.compare-table > div { display:grid; grid-template-columns:.7fr 1fr 1fr; }
.compare-table span, .compare-table strong { padding:14px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); font-size:13px; }
.compare-table > div:first-child { background:var(--burgundy); color:white; }

.hub-hero { padding:155px 0 100px; background:linear-gradient(115deg,var(--burgundy-dark),var(--burgundy)); color:white; }
.hub-hero > .shell > p:last-child { max-width:720px; margin:30px 0 0; color:rgba(255,255,255,.68); font-size:18px; }
.guide-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.guide-card { padding-bottom:28px; border:1px solid var(--line); background:white; overflow:hidden; }
.guide-card img { width:100%; height:310px; object-fit:cover; filter:saturate(.7); transition:transform .5s ease; }
.guide-card:hover img { transform:scale(1.025); }
.guide-card span, .guide-card h2, .guide-card p, .guide-card i { display:block; margin-left:28px; margin-right:28px; }
.guide-card span { margin-top:27px; color:var(--burgundy); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.guide-card h2 { margin-top:15px; margin-bottom:15px; font-family:var(--serif); font-size:34px; font-weight:400; line-height:1.12; }
.guide-card p { color:var(--muted); font-size:14px; }
.guide-card i { margin-top:25px; color:var(--burgundy); font-size:11px; font-style:normal; font-weight:800; }

@media (max-width: 980px) {
  .footer-expanded { grid-template-columns: 1fr 1fr; }
  .inner-hero-grid { grid-template-columns:1fr; }
  .inner-hero figure { height:72vw; max-height:620px; }
  .article-layout { grid-template-columns:1fr; gap:50px; }
  .article-layout article { max-width:none; }
  .article-sidebar { position:static; grid-template-columns:1fr 1fr; }
  .inner-faq { grid-template-columns:1fr; gap:40px; }
  .related-grid { grid-template-columns:1fr; }
}

@media (max-width: 600px) {
  .hero-program-note { margin-top:30px; font-size:13px; }
  .schedule-head { padding:20px; flex-direction:column; gap:5px; }
  .schedule-list { grid-template-columns:1fr; }
  .schedule-list > div:nth-child(odd) { border-right:0; }
  .schedule-list > div { min-height:68px; padding:14px 20px; }
  .schedule-list b { font-size:24px; }
  .schedule-note { padding:17px 20px; }
  .schedule-action { align-items:stretch; flex-direction:column; }
  .home-guide-grid, .guide-grid { grid-template-columns:1fr; }
  .home-guide-grid a { min-height:170px; }
  .footer-expanded { grid-template-columns:1fr; }
  .inner-hero { padding:110px 0 62px; }
  .breadcrumb { margin-bottom:38px; }
  .inner-hero h1, .hub-hero h1 { font-size:clamp(48px,14vw,68px); }
  .inner-lead { font-size:16px; }
  .inner-hero figure { height:105vw; border-radius:120px 120px 5px 5px; }
  .quick-answer-grid { grid-template-columns:1fr; gap:8px; padding-block:28px; }
  .quick-answer p { font-size:20px; }
  .article-section { padding-top:75px; }
  .article-layout article h2, .inner-section-title h2, .inner-faq h2 { font-size:40px; }
  .article-layout article p { font-size:16px; }
  .article-sidebar { grid-template-columns:1fr; }
  .inner-contact .shell { flex-direction:column; align-items:flex-start; }
  .inner-contact .shell > div:last-child { align-items:stretch; width:100%; }
  .compare-table > div { grid-template-columns:.75fr 1fr 1fr; }
  .compare-table span, .compare-table strong { padding:10px 7px; font-size:11px; }
  .hub-hero { padding:120px 0 75px; }
  .guide-card img { height:68vw; }
}

/* 2026-09-02: trainer profile, accessible mobile navigation and local SEO release */
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.mobile-menu { display: none; }

@media (min-width: 901px) {
  .site-header nav { gap: 25px; }
  .header-inner { gap: 34px; }
}

.trainer-home {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trainer-home-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.trainer-home-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--burgundy-dark);
}
.trainer-home-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.04);
}
.trainer-home-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(49, 10, 19, .38), transparent 45%);
  pointer-events: none;
}
.trainer-role {
  margin: 0 0 22px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.trainer-home-copy h2,
.trainer-profile-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.trainer-home-copy h2 { font-size: clamp(58px, 6.2vw, 92px); }
.trainer-home-copy > p:not(.trainer-role) {
  max-width: 660px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}
.credential-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.credential-line span {
  padding: 17px 12px;
  border-right: 1px solid var(--line);
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.credential-line span:last-child { border-right: 0; }

.trainer-profile-hero {
  padding: 150px 0 90px;
  color: white;
  background: var(--burgundy-dark);
  overflow: hidden;
}
.trainer-profile-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(54px, 7vw, 108px);
  align-items: center;
}
.trainer-profile-copy h1 { max-width: 720px; font-size: clamp(70px, 8.2vw, 118px); }
.trainer-profile-copy .trainer-role { color: var(--gold); }
.trainer-profile-lead {
  max-width: 690px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
  line-height: 1.82;
}
.trainer-profile-hero figure {
  height: 650px;
  margin: 0;
  overflow: hidden;
  border-radius: 200px 200px 8px 8px;
  background: #331019;
}
.trainer-profile-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.72) contrast(1.04);
}
.trainer-facts {
  background: white;
  border-bottom: 1px solid var(--line);
}
.trainer-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.trainer-facts-grid div {
  min-height: 175px;
  padding: 34px 36px;
  border-right: 1px solid var(--line);
}
.trainer-facts-grid div:last-child { border-right: 0; }
.trainer-facts-grid strong {
  display: block;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
}
.trainer-facts-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.trainer-story-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(55px, 8vw, 125px);
  align-items: start;
}
.trainer-story-grid h2,
.credentials-heading h2,
.verification-grid h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.trainer-story-copy p {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.trainer-story-copy p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.55;
}
.credentials-section { color: white; background: var(--ink); }
.credentials-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}
.credentials-heading p {
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.8;
}
.credential-timeline { border-top: 1px solid rgba(255,255,255,.17); }
.credential-year {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 45px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.credential-year > strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
}
.credential-year ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 38px;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.credential-year li {
  color: rgba(255,255,255,.8);
  font-size: 15px;
  line-height: 1.65;
}
.credential-year li strong { display: block; color: white; font-size: 16px; }
.certificate-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 60px;
}
.certificate-gallery figure { margin: 0; background: white; }
.certificate-gallery img { width: 100%; height: auto; }
.certificate-gallery figcaption {
  padding: 17px 18px 20px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
.credential-note { margin: 22px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.verification-section { background: var(--cream); }
.verification-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(55px, 8vw, 125px);
}
.verification-links { border-top: 1px solid var(--line); }
.verification-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: var(--burgundy);
  font-weight: 800;
}
.verification-links a span { color: var(--muted); font-size: 12px; font-weight: 600; }

@media (max-width: 1120px) and (min-width: 901px) {
  .site-header nav a:nth-child(2),
  .site-header nav a:nth-child(5) { display: none; }
  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(4) { display: block; }
}

@media (max-width: 900px) {
  .mobile-menu {
    display: block;
    position: relative;
    margin-left: auto;
  }
  .mobile-menu summary {
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.38);
    color: white;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }
  .mobile-menu[open] summary span:first-child { transform: translateY(7px) rotate(45deg); }
  .mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
  .mobile-menu[open] summary span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-panel {
    position: fixed;
    top: 82px;
    left: 20px;
    right: 20px;
    z-index: 90;
    padding: 10px 24px 16px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 18px 44px rgba(38, 7, 14, .22);
  }
  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 53px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
  }
  .mobile-menu-panel a:last-child { border-bottom: 0; }
  .mobile-menu-panel a::after { content: "→"; color: var(--burgundy); }
  .header-call { margin-left: 0; }
  .trainer-home-grid,
  .trainer-profile-grid,
  .trainer-story-grid,
  .verification-grid { grid-template-columns: 1fr; }
  .trainer-home-media { min-height: min(720px, 100vw); }
  .trainer-profile-hero figure { height: min(720px, 110vw); }
  .trainer-facts-grid { grid-template-columns: 1fr; }
  .trainer-facts-grid div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trainer-facts-grid div:last-child { border-bottom: 0; }
  .credentials-heading { grid-template-columns: 1fr; gap: 26px; }
  .certificate-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .mobile-menu summary { width: 42px; height: 42px; }
  .mobile-menu-panel { top: 72px; left: 16px; right: 16px; }
  .header-call { display: none; }
  .trainer-home-media { min-height: 112vw; }
  .trainer-home-copy h2 { font-size: 58px; }
  .credential-line { grid-template-columns: repeat(2, 1fr); }
  .credential-line span:nth-child(2) { border-right: 0; }
  .credential-line span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trainer-profile-hero { padding: 112px 0 68px; }
  .trainer-profile-copy h1 { font-size: clamp(66px, 19vw, 86px); }
  .trainer-profile-lead { font-size: 16px; }
  .trainer-profile-hero figure { height: 116vw; border-radius: 120px 120px 6px 6px; }
  .credential-year { grid-template-columns: 1fr; gap: 10px; }
  .credential-year ul { grid-template-columns: 1fr; }
  .trainer-story-grid h2,
  .credentials-heading h2,
  .verification-grid h2 { font-size: 47px; }
}
