:root {
  --black: #090a09;
  --black-soft: #121412;
  --white: #f3f1eb;
  --paper: #e9e7df;
  --green: #1c4d39;
  --green-dark: #14392b;
  --gray: #a7a7a2;
  --line: rgba(243, 241, 235, 0.18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--black); color: var(--white); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.narrow { max-width: 920px; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--white); color: var(--black); }
.section-green { background: var(--green); color: var(--white); }

a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #8dc6aa; outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 18px; background: linear-gradient(to bottom, rgba(9,10,9,.93), rgba(9,10,9,.15), transparent); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); font-family: Oswald, sans-serif; font-weight: 700; letter-spacing: .04em; }
.brand-name { display: none; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.menu-toggle { width: 46px; height: 46px; border: 0; background: rgba(9,10,9,.82); display: grid; place-content: center; gap: 7px; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: white; display: block; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); background: var(--black); display: flex; flex-direction: column; padding: 92px 28px 28px; gap: 26px; transform: translateX(100%); transition: .25s ease; font-size: 1.1rem; }
.nav.open { transform: translateX(0); }

.button { display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: white; min-height: 50px; padding: 0 22px; border: 0; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; font-size: .83rem; cursor: pointer; }
.button:hover { background: var(--green-dark); }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--paper); }
.button-small { min-height: 42px; padding-inline: 16px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.dark-link { color: var(--black); }

.eyebrow { margin: 0 0 12px; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow.green { color: var(--green); }
h1, h2, h3 { font-family: Oswald, Arial, sans-serif; text-transform: uppercase; line-height: .94; margin: 0; }
h1 { font-size: clamp(4.4rem, 18vw, 9.3rem); letter-spacing: -.035em; }
h1 span { color: #85a995; }
h2 { font-size: clamp(2.7rem, 10vw, 5.6rem); letter-spacing: -.025em; }
h3 { font-size: 2rem; }
p { margin-top: 0; }

.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: #090a09; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,10,9,.24) 10%, rgba(9,10,9,.52) 48%, rgba(9,10,9,.98) 92%); }
.hero-content { position: relative; z-index: 2; padding-top: 130px; padding-bottom: 78px; }
.hero-copy { max-width: 580px; margin: 24px 0 28px; color: #deded8; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.microcopy { margin-top: 16px; color: var(--gray); font-size: .84rem; }

.placeholder-photo { background: linear-gradient(135deg, #232923, #101310); position: relative; overflow: hidden; }
.placeholder-photo::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; }
.placeholder-photo span, .placeholder-label { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 80%; text-align: center; font-size: .74rem; font-weight: 800; letter-spacing: .12em; color: rgba(255,255,255,.65); }
.placeholder-label small { font-weight: 500; letter-spacing: .03em; }

.intro { padding: 84px 0; }
.intro h2 { max-width: 820px; }
.lede { max-width: 700px; margin: 28px 0 54px; font-size: 1.12rem; color: #3b3d3a; }
.feature-grid { display: grid; gap: 32px; }
.feature-grid article { border-top: 1px solid rgba(9,10,9,.18); padding-top: 18px; }
.feature-number { display: block; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 24px; }
.feature-grid h3 { font-size: 1.5rem; margin-bottom: 12px; }
.feature-grid p { color: #4a4d49; }

.programs { padding: 90px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading p:last-child { color: var(--gray); max-width: 520px; margin: 18px 0 0; }
.program-grid { display: grid; gap: 28px; }
.program-card { border: 1px solid var(--line); background: var(--black-soft); }
.program-image { height: 280px; }
.program-copy { padding: 26px; }
.program-copy h3 { font-size: 2.7rem; margin-bottom: 14px; }
.program-copy p:not(.eyebrow) { color: #c2c4c0; }
.kids-note { margin: 34px 0 0; color: var(--gray); }
.kids-note a { color: white; border-bottom: 1px solid var(--green); }

.method { padding: 84px 0; }
.method-copy > p { font-size: 1.2rem; max-width: 660px; }
.method-steps { margin-top: 40px; }
.method-steps div { display: grid; gap: 5px; border-top: 1px solid rgba(255,255,255,.26); padding: 18px 0; }
.method-steps strong { text-transform: uppercase; font-family: Oswald, sans-serif; font-size: 1.5rem; }
.method-steps span { color: #d6e2dc; }

.schedule { padding: 86px 0; }
.schedule-tabs { display: flex; gap: 8px; padding: 6px; background: #deddd6; width: 100%; margin: 0 auto 24px; }
.schedule-tab { flex: 1; border: 0; background: transparent; color: var(--black); min-height: 48px; text-transform: uppercase; font-weight: 800; cursor: pointer; }
.schedule-tab.active { background: var(--green); color: white; }
.schedule-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  overflow-x: auto;
  border-top: 2px solid var(--black);
  border-bottom: 1px solid rgba(9,10,9,.18);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.day {
  min-width: 190px;
  border-right: 1px solid rgba(9,10,9,.18);
  scroll-snap-align: start;
}
.day:last-child { border-right: 0; }
.day-name {
  min-height: 66px;
  padding: 18px 16px 12px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(9,10,9,.18);
}
.day.today { background: rgba(28,77,57,.06); }
.day.today .day-name { color: var(--green); }
.day.today .day-name::after { content: " TODAY"; display: block; color: var(--green); font-family: Inter, sans-serif; font-size: .6rem; letter-spacing: .1em; margin-top: 4px; }
.classes { padding: 10px 16px 18px; }
.class-row { display: block; padding: 10px 0 12px; border-bottom: 1px solid rgba(9,10,9,.10); }
.class-row:last-child { border-bottom: 0; }
.class-time { display: block; color: var(--green); font-weight: 800; font-size: .84rem; margin-bottom: 2px; }
.class-name { display: block; font-weight: 650; font-size: .9rem; line-height: 1.25; }
.class-note { display: block; margin-top: 3px; font-size: .72rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; opacity: .62; font-weight: 750; }
.schedule-note { margin: 18px 0 0; font-size: .77rem; color: #666963; }

.beginner { padding: 90px 0; }
.beginner-layout { display: grid; gap: 38px; }
.beginner-image { min-height: 360px; }
.beginner-copy p:not(.eyebrow):not(.big-line) { color: #c4c7c2; max-width: 580px; }
.beginner-copy h2 { margin-bottom: 24px; }
.big-line { font-family: Oswald, sans-serif; text-transform: uppercase; font-size: 2.5rem; margin: 24px 0 2px; }

.proof { padding: 90px 0; }
.proof h2 { max-width: 900px; margin-bottom: 48px; }
.testimonial-grid { display: grid; gap: 18px; }
blockquote { margin: 0; border: 1px solid rgba(9,10,9,.16); padding: 24px; background: #efede6; }
blockquote > p { font-size: 1.1rem; min-height: 120px; }
blockquote footer { display: flex; align-items: center; gap: 12px; }
.avatar-placeholder { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; font-size: .55rem; }
blockquote footer small { display: block; color: #666963; margin-top: 3px; }

.coaches { padding: 90px 0; }
.coach-grid { display: grid; gap: 38px; }
.coach-photo { height: 430px; margin-bottom: 22px; }
.coach-photo { overflow: hidden; background: #111; }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

.coach-grid h3 { font-size: 2.4rem; }
.coach-title { color: white !important; font-weight: 700; margin-top: 9px !important; }
.coach-grid article > p:last-child { color: var(--gray); }

.pricing { padding: 90px 0; }
.centered { text-align: center; }
.centered p:last-child { margin-inline: auto; }
.pricing-card { margin-top: 42px; padding: 30px; background: var(--green); color: white; }
.price { display: flex; align-items: flex-end; gap: 8px; margin: 14px 0; }
.price span { font-family: Oswald, sans-serif; font-size: 4.5rem; line-height: 1; }
.price small { padding-bottom: 8px; color: #d7e3dc; }
.pricing-card ul { padding-left: 20px; margin: 24px 0 30px; }
.pricing-card li { margin: 9px 0; }
.student-banner { margin-top: 20px; border: 1px solid rgba(9,10,9,.18); padding: 26px; }
.student-banner h3 { font-size: 2rem; margin-bottom: 9px; }

.visit { padding: 90px 0; }
.visit-layout { display: grid; gap: 38px; }
.visit h2 { margin-bottom: 22px; }
.visit p:not(.eyebrow) { color: var(--gray); max-width: 520px; }
.facility-photo { min-height: 340px; }

.trial { padding: 86px 0 110px; }
.trial-layout { display: grid; gap: 42px; }
.trial h2 { margin-bottom: 24px; }
.trial-form { display: grid; gap: 16px; }
.trial-form label { display: grid; gap: 7px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.trial-form input[type="text"], .trial-form input[type="email"], .trial-form input[type="tel"] { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: white; min-height: 48px; border-radius: 0; padding: 4px 0; }
.trial-form input::placeholder { color: rgba(255,255,255,.48); }
fieldset { border: 0; padding: 8px 0 0; margin: 0; }
legend { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.interest-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.interest-options label { display: block; }
.interest-options input { position: absolute; opacity: 0; pointer-events: none; }
.interest-options span { display: grid; place-items: center; min-height: 46px; border: 1px solid rgba(255,255,255,.38); cursor: pointer; }
.interest-options input:checked + span { background: white; color: var(--green); border-color: white; }
.form-success { font-size: .8rem; background: rgba(0,0,0,.17); padding: 12px; }

.site-footer { background: #050605; padding: 42px 0 90px; }
.site-footer strong { font-family: Oswald, sans-serif; letter-spacing: .05em; }
.site-footer p { color: var(--gray); font-size: .82rem; margin: 7px 0 0; }
.footer-layout { display: grid; gap: 28px; }
.footer-links { display: flex; gap: 18px; font-size: .82rem; font-weight: 700; }
.copyright { margin: 0 !important; }

.mobile-cta { position: fixed; z-index: 45; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
.mobile-cta a { min-height: 54px; display: grid; place-items: center; text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .06em; }
.mobile-cta a:first-child { background: var(--white); color: var(--black); }
.mobile-cta a:last-child { background: var(--green); color: white; }

@media (min-width: 760px) {
  .container { width: min(calc(100% - 72px), var(--max)); }
  .brand-name { display: inline; }
  .feature-grid, .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .coach-grid { grid-template-columns: repeat(3, 1fr); }
  .method-layout, .beginner-layout, .visit-layout, .trial-layout { grid-template-columns: 1fr 1fr; align-items: center; }
  .beginner-image { min-height: 560px; }
  .facility-photo { min-height: 500px; }
  .program-image { height: 370px; }
  .schedule-heading, .split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
  .schedule-heading p:last-child, .split-heading p:last-child { margin-bottom: 4px; text-align: right; }
  .schedule-tabs { width: 420px; margin-left: auto; margin-right: auto; }
  .student-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
  .interest-options { grid-template-columns: repeat(4, 1fr); }
  .footer-layout { grid-template-columns: 1.4fr .8fr auto; align-items: end; }
}

@media (min-width: 1000px) {
  .site-header { padding: 22px 32px; }
  .menu-toggle { display: none; }
  .nav { position: static; width: auto; transform: none; flex-direction: row; align-items: center; background: transparent; padding: 0; gap: 22px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
  .hero { min-height: 100svh; }
  .hero-content { padding-bottom: 92px; }
  .program-image { height: 440px; }
  .mobile-cta { display: none; }
  .site-footer { padding-bottom: 42px; }
  .method-steps div { grid-template-columns: 170px 1fr; align-items: baseline; }
  .schedule-list { grid-auto-flow: initial; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow-x: visible; }
  .day { min-width: 0; }
  .class-time { font-size: .88rem; }
}

/* V1.4 conversion + social proof additions */
.first-class { padding: 90px 0; }
.first-class-grid { display: grid; gap: 30px; }
.first-class-photo { min-height: 340px; }
.first-class-steps { border-top: 2px solid var(--black); }
.first-class-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(9,10,9,.16); }
.first-class-steps article > span { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; padding-top: 5px; }
.first-class-steps h3 { font-size: 1.35rem; margin-bottom: 6px; }
.first-class-steps p { margin: 0; color: #555852; font-size: .93rem; }
.first-class-cta { margin-top: 28px; padding: 22px 0 0; display: flex; flex-direction: column; gap: 16px; border-top: 1px solid rgba(9,10,9,.16); }
.first-class-cta p { margin: 0; max-width: 650px; }

.proof-intro { color: var(--gray); max-width: 690px; margin: -22px 0 42px; }
.proof.section-dark blockquote { background: var(--black-soft); border-color: var(--line); }
.proof.section-dark blockquote > p { color: #e2e2dc; }
.proof.section-dark blockquote footer small { color: var(--gray); }
.testimonial-grid-six blockquote > p { min-height: 140px; }

.instagram { padding: 90px 0; }
.instagram-grid { display: grid; gap: 14px; }
.instagram-post { min-height: 360px; display: block; }
.instagram-post small { position: absolute; z-index: 3; left: 18px; bottom: 18px; background: rgba(9,10,9,.78); color: white; padding: 8px 10px; font-size: .72rem; font-weight: 700; }
.instagram-post:hover::after { background-color: rgba(28,77,57,.18); }

.visit-address { color: white !important; margin-bottom: 8px; }
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 24px; }
.footer-links { flex-wrap: wrap; }
.site-footer a:hover { color: #b9d0c3; }

@media (min-width: 760px) {
  .first-class-grid { grid-template-columns: .95fr 1.05fr; align-items: stretch; }
  .first-class-photo { min-height: 560px; }
  .first-class-cta { flex-direction: row; align-items: center; justify-content: space-between; }
  .testimonial-grid-six { grid-template-columns: repeat(2, 1fr); }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .instagram-post { min-height: 430px; }
  .instagram-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
}

@media (min-width: 1000px) {
  .testimonial-grid-six { grid-template-columns: repeat(3, 1fr); }
}

/* V1.5 membership pricing */
.pricing-grid { display: grid; gap: 18px; margin-top: 42px; }
.pricing-grid .pricing-card { margin-top: 0; height: 100%; display: flex; flex-direction: column; }
.pricing-grid .pricing-card ul { flex: 1; }

.pricing-card.featured {
  position: relative;
  overflow: hidden;
}
.college-ribbon {
  position: absolute;
  z-index: 2;
  top: 42px;
  right: -92px;
  width: 320px;
  padding: 11px 28px;
  background: #f3f1eb;
  color: var(--green);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(38deg);
  transform-origin: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}


.pricing-card-light { background: #ebe8df; color: var(--black); border: 1px solid rgba(9,10,9,.16); }
.pricing-card-light .price small { color: #666963; }
.pricing-card-light ul { color: #454842; }
.button-outline { display: inline-grid; place-items: center; min-height: 50px; padding: 0 20px; border: 1px solid var(--black); color: var(--black); text-transform: uppercase; font-weight: 800; font-size: .76rem; letter-spacing: .06em; }
.button-outline:hover { background: var(--black); color: white; }
@media (min-width: 900px) {
  .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}

/* V1.10 brand artwork */
.brand { min-width: 0; }
.header-logo {
  width: 178px;
  max-height: 46px;
  object-fit: contain;
  object-position: left center;
}
.method-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
.section-wordmark {
  width: min(100%, 760px);
  max-height: 170px;
  object-fit: contain;
}
.visit-visual {
  position: relative;
  min-height: 340px;
}
.visit-visual .facility-photo { min-height: 340px; }
.visit-shield {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: min(42%, 190px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
@media (min-width: 760px) {
  .header-logo { width: 220px; max-height: 54px; }
  .method-logo-wrap { margin-bottom: 58px; }
  .section-wordmark { width: min(74%, 780px); }
  .visit-visual { min-height: 500px; }
  .visit-visual .facility-photo { min-height: 500px; }
  .visit-shield { width: min(38%, 230px); right: 22px; bottom: 22px; }
}

/* V1.12 footer logo + centered schedule */
.footer-logo {
  width: min(100%, 320px);
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 10px;
}
.schedule-list { margin-left: auto; margin-right: auto; }
@media (min-width: 1000px) {
  .schedule-list { width: 100%; }
}

/* V1.13 live Instagram posts */
.instagram-embeds { align-items: start; }
.instagram-embed-card { min-width: 0; display: flex; justify-content: center; }
.instagram-embed-card .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 759px) {
  .instagram-embeds { grid-template-columns: 1fr; gap: 24px; }
}

/* Member login */
.nav-login { border: 1px solid rgba(255,255,255,.5); padding: 10px 14px; }
.nav-login:hover { border-color: white; background: rgba(255,255,255,.06); }
.login-page { min-height: 100svh; background: var(--black); }
.login-header { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.login-logo { width: min(280px, 58vw); height: auto; }
.login-back { color: var(--gray); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.login-main { min-height: calc(100svh - 96px); display: grid; place-items: center; padding: 48px 0 80px; }
.login-shell { width: min(calc(100% - 36px), 980px); display: grid; gap: 42px; align-items: center; }
.login-intro h1 { font-size: clamp(4rem, 15vw, 7rem); margin-bottom: 28px; }
.login-intro > p:not(.eyebrow) { color: #c6c8c3; max-width: 620px; font-size: 1.02rem; line-height: 1.7; }
.login-email { margin-top: 10px; }
.login-card { background: var(--white); color: var(--black); padding: 28px; border-top: 6px solid var(--green); }
.login-form { display: grid; gap: 10px; }
.login-form label { margin-top: 8px; font-size: .76rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.login-form input { width: 100%; min-height: 54px; border: 1px solid #c9c8c1; background: white; color: var(--black); padding: 0 14px; border-radius: 0; }
.login-form input:focus { border-color: var(--green); }
.login-submit { width: 100%; margin-top: 14px; min-height: 56px; }
.login-note { margin: 18px 0 0; color: #6a6c68; font-size: .75rem; line-height: 1.5; }
@media (min-width: 800px) {
  .login-shell { grid-template-columns: 1.1fr .9fr; gap: 72px; }
  .login-card { padding: 38px; }
}
@media (max-width: 999px) {
  .nav-login { padding: 0; border: 0; }
}

/* V1.16 footer simplification */
.minimal-footer { padding: 34px 0 86px; }
.minimal-footer .container { display: flex; justify-content: center; align-items: center; }
.minimal-footer .footer-logo { width: min(360px, 72vw); margin: 0; }
@media (min-width: 900px) {
  .minimal-footer { padding: 34px 0; }
}

/* HOW WE TEACH — refined methodology section */


/* How We Teach — V1.19 */
#how-we-teach {
  padding: 92px 0;
  background: var(--green);
  color: var(--white);
}

#how-we-teach .teaching-heading {
  max-width: 900px;
  margin-bottom: 54px;
}

#how-we-teach .teaching-heading .eyebrow {
  display: block;
  color: rgba(255,255,255,.72);
  margin-bottom: 14px;
}

#how-we-teach h2 {
  max-width: 820px;
  margin-bottom: 24px;
}

#how-we-teach .section-lead {
  max-width: 780px;
  margin: 0 0 16px;
  color: #f2f4f1;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

#how-we-teach .section-lead strong {
  color: white;
  font-weight: 800;
}

#how-we-teach .section-copy {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.7;
}

.teaching-layout {
  display: grid;
  gap: 46px;
  align-items: center;
  padding-top: 8px;
}

.teaching-list {
  border-top: 1px solid rgba(255,255,255,.4);
}

.teaching-item {
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(255,255,255,.28);
}

.teaching-item h3 {
  margin-bottom: 9px;
  font-size: clamp(1.8rem, 4vw, 2.35rem);
}

.teaching-item p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.teaching-statement {
  padding: 38px 0 0;
  border-top: 4px solid rgba(255,255,255,.92);
}

.teaching-statement p,
.teaching-statement strong {
  display: block;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .98;
  font-size: clamp(2.25rem, 7vw, 5rem);
}

.teaching-statement p {
  color: rgba(255,255,255,.56);
  margin-bottom: 14px;
}

.teaching-statement strong {
  color: white;
  font-weight: 700;
}

@media (min-width: 860px) {
  #how-we-teach { padding: 112px 0; }
  .teaching-layout {
    grid-template-columns: .82fr 1.18fr;
    gap: 78px;
    align-items: center;
  }
  .teaching-statement {
    padding: 0 0 0 54px;
    border-top: 0;
    border-left: 4px solid rgba(255,255,255,.92);
  }
}

/* Real facility / first-class photography */
.first-class-photo,
.facility-photo {
  overflow: hidden;
  background: var(--black-soft);
}
.first-class-photo img,
.facility-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.first-class-photo img { object-position: center center; }
.facility-photo img { object-position: center center; }

/* White booking card */
.trial-form-card {
  width: 100%;
  background: var(--white);
  color: var(--black);
  padding: 24px;
}
.trial-form-card .trial-form { display: grid; gap: 16px; }
.trial-form-card .trial-form label { color: var(--black); }
.trial-form-card .trial-form input[type="text"],
.trial-form-card .trial-form input[type="email"],
.trial-form-card .trial-form input[type="tel"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(9,10,9,.28);
  background: transparent;
  color: var(--black);
  min-height: 48px;
  border-radius: 0;
  padding: 4px 0;
}
.trial-form-card .trial-form input::placeholder { color: rgba(9,10,9,.42); }
.trial-form-card legend { color: var(--black); }
.trial-form-card .interest-options span {
  border-color: rgba(9,10,9,.24);
  color: var(--black);
}
.trial-form-card .interest-options input:checked + span {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.trial-form-card .button { width: 100%; }
.trial-form-card .form-success {
  margin: 0;
  background: rgba(28,77,57,.08);
  color: var(--green-dark);
  padding: 12px;
}
@media (min-width: 760px) {
  .trial-form-card { padding: 32px; }
}
