@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;600;700;800&display=swap");
:root {
  --b: #101010;
  --y: #ffca05;
  --u: #194fc3;
  --c: #f4efe5;
  --w: #fff;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--c);
  color: var(--b);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
body.nav-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 8px;
  top: 8px;
  background: var(--y);
  padding: 10px;
  z-index: 99;
}
.alert {
  background: var(--y);
  border-bottom: 3px solid var(--b);
  padding: 8px 15px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.alert a {
  margin-left: 12px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--b);
  border-bottom: 4px solid var(--y);
}
.navwrap,
.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
}
.navwrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}
.mark {
  background: var(--y);
  color: var(--b);
  font: 1.45rem Anton;
  padding: 10px 9px;
  transform: skew(-4deg);
}
.brand span:last-child {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.brand strong {
  display: block;
  font: 1.05rem Anton;
  letter-spacing: 0.05em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--y);
}
.programs-menu {
  position: relative;
  color: #fff;
}
.programs-menu summary {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.programs-menu summary::-webkit-details-marker {
  display: none;
}
.programs-menu summary::after {
  content: "▾";
  color: var(--y);
  font-size: 0.8rem;
  transition: transform 0.16s ease;
}
.programs-menu[open] summary::after {
  transform: rotate(180deg);
}
.programs-menu summary:hover,
.programs-menu summary[aria-current="page"] {
  color: var(--y);
}
.programs-panel {
  position: absolute;
  top: calc(100% + 22px);
  left: -18px;
  width: 280px;
  padding: 10px;
  background: var(--b);
  border: 3px solid var(--y);
  box-shadow: 7px 7px 0 var(--u);
}
.programs-panel a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid #3a3a3a;
  line-height: 1.3;
}
.programs-panel a:last-child {
  border-bottom: 0;
}
.programs-panel a:hover,
.programs-panel a:focus-visible {
  background: var(--y);
  color: var(--b);
}
.nav .cta {
  background: var(--y);
  color: var(--b);
  padding: 13px 15px;
}
.menu {
  display: none;
  background: transparent;
  border: 2px solid var(--y);
  color: var(--y);
  padding: 9px;
  font-weight: 800;
}
.hero {
  background: var(--b);
  color: #fff;
  border-bottom: 6px solid var(--y);
  overflow: hidden;
}
.herogrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 610px;
}
.herocopy {
  min-width: 0;
  align-self: center;
  padding: 80px 42px 70px 0;
}
.heroimg {
  position: relative;
  min-width: 0;
  min-height: 500px;
}
.heroimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
}
.heroimg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--b), transparent 35%);
}
.note {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 25px;
  background: var(--y);
  color: var(--b);
  padding: 12px 15px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--u);
}
.eye {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.eye:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 4px;
  background: var(--y);
  margin-right: 9px;
  vertical-align: middle;
}
.section .eye:before {
  background: var(--u);
}
h1,
h2,
h3 {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  line-height: 0.94;
  margin: 0 0 20px;
  font-weight: 400;
}
h1 {
  font-size: clamp(3.5rem, 8vw, 7rem);
}
h2 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}
h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.yellow {
  color: var(--y);
}
.blue {
  color: var(--u);
}
.lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 700px;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--y);
  color: var(--b);
  border: 3px solid var(--b);
  padding: 14px 19px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 4px 4px 0 var(--u);
}
.btn.u {
  background: var(--u);
  color: #fff;
  box-shadow: 4px 4px 0 var(--y);
}
.btn.dark {
  background: var(--b);
  color: #fff;
  border-color: #fff;
}
.section {
  padding: 88px 0;
  border-bottom: 3px solid var(--b);
}
.darksec {
  background: var(--b);
  color: #fff;
}
.ysec {
  background: var(--y);
}
.usec {
  background: var(--u);
  color: #fff;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin: 10px 0 36px;
}
.head > * {
  max-width: 730px;
}
.grid {
  display: grid;
  gap: 20px;
}
.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.g3 {
  grid-template-columns: repeat(3, 1fr);
}
.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.card {
  background: #fff;
  color: var(--b);
  border: 3px solid var(--b);
  padding: 27px;
  box-shadow: 7px 7px 0 var(--b);
}
.card.dark {
  background: var(--b);
  color: #fff;
  border-color: var(--y);
  box-shadow: 7px 7px 0 var(--y);
}
.card .tag {
  color: var(--u);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.card.dark .tag {
  color: var(--y);
}
.card a,
.loc a {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}
.frame {
  border: 4px solid var(--b);
  box-shadow: 10px 10px 0 var(--y);
  overflow: hidden;
}
.frame img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}
.list {
  list-style: none;
  padding: 0;
}
.list li {
  padding: 11px 0 11px 30px;
  border-bottom: 1px solid currentColor;
  position: relative;
}
.list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--y);
  font-weight: 900;
}
.ysec .list li:before {
  color: var(--u);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 3px solid var(--b);
  background: var(--y);
}
.stat {
  text-align: center;
  padding: 24px;
  border-right: 3px solid var(--b);
}
.stat:last-child {
  border: 0;
}
.stat strong {
  display: block;
  font: 3rem Anton;
}
.stat span {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}
.loc {
  background: var(--b);
  color: #fff;
  border: 3px solid var(--b);
  padding: 28px;
  box-shadow: 7px 7px 0 var(--u);
}
.loc h3 {
  color: var(--y);
}
.loc address {
  font-style: normal;
}
.loc .tag {
  display: inline-block;
  background: var(--u);
  padding: 6px 8px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}
.schedule {
  margin-top: 28px;
}
.quote {
  background: #fff;
  border: 3px solid var(--b);
  padding: 28px;
  box-shadow: 7px 7px 0 var(--y);
}
.quote footer {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.form {
  background: #fff;
  color: var(--b);
  border: 3px solid var(--b);
  padding: 30px;
  box-shadow: 9px 9px 0 var(--y);
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: grid;
  gap: 6px;
}
.field.full {
  grid-column: 1/-1;
}
.field label,
.check label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  border: 2px solid var(--b);
  padding: 12px;
  width: 100%;
}
.field textarea {
  min-height: 120px;
}
.check {
  display: flex;
  gap: 9px;
  align-items: start;
}
.check input {
  width: auto;
  margin-top: 4px;
  flex: 0 0 auto;
}
.status {
  font-weight: 700;
}
.notice {
  border-left: 7px solid var(--y);
  background: #eee;
  color: var(--b);
  padding: 15px;
}
.faq {
  display: grid;
  gap: 10px;
}
.faqitem {
  background: #fff;
  color: var(--b);
  border: 3px solid var(--b);
}
.faqbtn {
  width: 100%;
  background: none;
  border: 0;
  padding: 18px;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.faqans {
  padding: 0 18px 18px;
}
.footer {
  background: var(--b);
  color: #fff;
  border-top: 6px solid var(--y);
  padding: 55px 0 90px;
}
.footgrid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}
.footer h3 {
  font-size: 1.3rem;
  color: var(--y);
}
.footer a {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin: 7px 0;
}
.footer .brand {
  display: flex;
}
.footer .brand span:last-child {
  display: block;
}
.bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 16px;
  color: #aaa;
  font-size: 0.78rem;
}
.mobile {
  display: none;
}
.legal {
  max-width: 800px;
}
.legal h2 {
  font-size: 2rem;
  margin-top: 35px;
}
.legal h3 {
  font-size: 1.35rem;
  margin-top: 24px;
}
.empty {
  min-height: 55vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.book img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  background: transparent;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.book h3 {
  margin-top: 18px;
}
@media (max-width: 900px) {
  .nav {
    display: none;
    position: fixed;
    inset: var(--nav-top, 109px) 0 0;
    max-height: calc(100dvh - var(--nav-top, 109px));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--b);
    padding: 28px 28px calc(32px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
  }
  .nav-open .nav {
    display: flex;
  }
  .programs-menu {
    width: 100%;
  }
  .programs-menu summary {
    min-height: 44px;
  }
  .programs-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: 4px 4px 0 var(--u);
  }
  .menu {
    display: block;
  }
  .herogrid,
  .split {
    grid-template-columns: minmax(0, 1fr);
  }
  .herocopy {
    padding: 65px 0 45px;
  }
  .heroimg {
    min-height: 380px;
    margin: 0 -20px;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
  .footgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
  .alert a {
    display: block;
    margin: 3px 0 0;
  }
  .navwrap,
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }
  .navwrap {
    min-height: 70px;
  }
  .brand span:last-child {
    display: none;
  }
  .nav {
    inset: var(--nav-top, 104px) 0 0;
    max-height: calc(100dvh - var(--nav-top, 104px));
  }
  .section {
    padding: 64px 0;
  }
  .head {
    display: block;
  }
  .g2,
  .g3,
  .g4,
  .fields,
  .footgrid {
    grid-template-columns: 1fr;
  }
  .heroimg {
    min-height: 320px;
    margin: 0 -14px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .buttons .btn {
    width: 100%;
  }
  .form {
    padding: 22px 17px;
  }
  .mobile {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: var(--y);
    border-top: 3px solid var(--b);
    padding: 9px max(9px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
    gap: 8px;
    transition: 0.2s;
  }
  .mobile a {
    flex: 1;
    background: var(--b);
    color: #fff;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  .mobile a:last-child {
    background: var(--u);
  }
  .engaged .mobile,
  .nav-open .mobile,
  .booking-open .mobile {
    transform: translateY(100%);
    pointer-events: none;
  }
}

.booking-dialog {
  width: min(calc(100% - 32px), 760px);
  max-height: min(90dvh, 820px);
  padding: 0;
  color: var(--b);
  background: #fffdf8;
  border: 3px solid var(--b);
  box-shadow: 12px 12px 0 var(--y);
  overflow: hidden;
}
.booking-dialog::backdrop {
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(3px);
}
.booking-shell {
  max-height: min(90dvh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.booking-top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px 20px;
  color: #fff;
  background: var(--b);
  border-bottom: 5px solid var(--y);
}
.booking-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--y);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.booking-top h2 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.96;
}
.booking-keep {
  white-space: nowrap;
}
.booking-close {
  min-width: 58px;
  min-height: 46px;
  padding: 9px 11px;
  color: var(--b);
  background: #fff;
  border: 2px solid #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.booking-close:hover,
.booking-close:focus-visible {
  background: var(--y);
  border-color: var(--y);
}
.booking-intro {
  max-width: 640px;
  margin: 0;
  padding: 24px 28px 4px;
  font-size: 1.05rem;
  line-height: 1.55;
}
.booking-form {
  padding: 22px 28px 26px;
}
.booking-form .fields {
  gap: 18px;
}
.booking-consent {
  margin-top: 2px;
  padding: 14px;
  background: #f1ecdf;
  border: 1px solid #d7d0c0;
}
.booking-submit {
  width: 100%;
  min-height: 54px;
}
.booking-assurance {
  margin: 10px 0 0;
  color: #5d5a53;
  font-size: 0.76rem;
  line-height: 1.45;
}
.booking-direct {
  padding: 17px 28px;
  background: var(--y);
  border-top: 3px solid var(--b);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}
.booking-direct a {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
@media (max-width: 650px) {
  .booking-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border: 0;
    box-shadow: none;
  }
  .booking-shell {
    max-height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .booking-top {
    display: block;
    padding: calc(18px + env(safe-area-inset-top)) 86px 16px 16px;
  }
  .booking-top h2 {
    max-width: 270px;
    font-size: clamp(2rem, 12vw, 3rem);
  }
  .booking-close {
    position: absolute;
    top: calc(18px + env(safe-area-inset-top));
    right: 16px;
    min-width: 58px;
  }
  .booking-intro {
    padding: 20px 16px 2px;
    font-size: 0.96rem;
  }
  .booking-form {
    padding: 18px 16px 22px;
  }
  .booking-direct {
    padding: 16px;
  }
}
@media print {
  .alert,
  .header,
  .footer,
  .mobile,
  .booking-dialog,
  .buttons {
    display: none !important;
  }
  .section {
    padding: 22px 0;
  }
  .card,
  .form,
  .quote {
    box-shadow: none;
  }
}

/* Light academy shell iteration: modeled on the approved Toddler page. */
body {
  overflow-x: clip;
}
body.nav-open,
body.booking-open {
  overflow: hidden;
}
.alert {
  background: var(--b);
  color: #fff;
  border-bottom-color: var(--b);
}
.alert a {
  color: var(--y);
}
.header {
  background: #fffdf8;
  border-bottom: 3px solid var(--b);
}
.brand,
.nav a,
.programs-menu,
.programs-menu summary {
  color: var(--b);
}
.mark {
  width: 52px;
  height: 52px;
  display: block;
  flex: 0 0 52px;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
}
.nav a:hover,
.nav a[aria-current="page"],
.programs-menu summary:hover,
.programs-menu summary[aria-current="page"] {
  color: #194fc3;
}
.programs-menu summary::after {
  color: #194fc3;
}
.programs-panel {
  background: #fffdf8;
  border-color: var(--b);
  box-shadow: 7px 7px 0 var(--y);
}
.programs-panel a {
  color: var(--b);
  border-bottom-color: #d8d3c8;
}
.nav .cta {
  border: 2px solid var(--b);
  box-shadow: 4px 4px 0 var(--b);
}
.menu {
  border-color: var(--b);
  color: var(--b);
}
.hero {
  position: relative;
  background: linear-gradient(#fffdf8, #f4efe5);
  color: var(--b);
  border-bottom: 0;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -2%;
  right: -2%;
  bottom: 0;
  height: 28px;
  background: var(--b);
  clip-path: polygon(0 32%, 8% 0, 18% 50%, 28% 18%, 41% 70%, 53% 12%, 65% 55%, 77% 20%, 89% 66%, 100% 25%, 100% 100%, 0 100%);
}
.hero .yellow {
  color: var(--u);
}
.hero .eye::before {
  background: var(--u);
}
.hero .btn.dark {
  border-color: var(--b);
  box-shadow: 4px 4px 0 var(--y);
}
.card .tag {
  color: #194fc3;
}
.heroimg {
  min-height: 0;
  aspect-ratio: 4 / 3;
  align-self: center;
  margin: 48px 0 66px 28px;
  border: 4px solid var(--b);
  box-shadow: 9px 9px 0 var(--b);
}
.heroimg.home-hero {
  aspect-ratio: 4 / 3;
}
.home-page .herocopy h1 {
  font-size: clamp(3.5rem, 6.6vw, 5.8rem);
}
@media (min-width: 901px) {
  .herocopy h1 {
    font-size: clamp(3.5rem, 6.2vw, 5.6rem);
  }
}
.home-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}
.home-hero img {
  object-position: 50% 50%;
}
.adult-heroimg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.adult-heroimg img {
  object-position: 50% 25%;
}
.heroimg::after {
  background: linear-gradient(0deg, rgba(16, 16, 16, .24), transparent 42%);
}
@media (max-width: 900px) {
  .nav {
    background: #fffdf8;
    border-bottom: 4px solid var(--b);
  }
  .heroimg {
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0 0 58px;
  }
  .adult-heroimg img {
    object-position: 50% 15%;
  }
}
@media (max-width: 700px) {
  .brand span:last-child {
    display: block;
  }
  .heroimg {
    min-height: 0;
    margin: 0 0 52px;
  }
}

h1, h2 {
  text-wrap: balance;
}

/* Home Method section: one anchored story instead of detached text/list columns. */
.method-heading {
  max-width: 980px;
  margin-bottom: 42px;
}
.method-heading .eye {
  margin-bottom: 12px;
}
.method-heading h2 {
  margin: 0;
}
.method-heading h2 > .yellow {
  display: block;
}
.method-keep {
  white-space: nowrap;
}
.method-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: stretch;
}
.method-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  background: #181818;
  border: 1px solid #3b3b3b;
  border-top: 5px solid var(--y);
}
.method-deck {
  padding: 0 0 26px 20px;
  border-left: 5px solid var(--u);
}
.method-deck span {
  display: block;
  margin-bottom: 8px;
  color: var(--y);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.method-deck p {
  max-width: 560px;
  margin: 0;
  color: #fffdf8;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.28;
}
.method-deck strong {
  color: var(--y);
}
.method-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
}
.method-principles article {
  min-height: 172px;
  padding: 22px;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}
.method-number {
  display: block;
  margin-bottom: 18px;
  color: var(--y);
  font: 2.15rem/1 Anton, Impact, sans-serif;
}
.method-principles h3 {
  margin: 0 0 9px;
  color: #fffdf8;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.02;
}
.method-principles p {
  margin: 0;
  color: #d8d8d8;
  font-size: 0.88rem;
  line-height: 1.5;
}
.method-panel .btn {
  align-self: flex-start;
  margin-top: 28px;
}
.method-portrait {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  margin: 0;
}
.method-portrait .frame {
  height: 100%;
  border-color: #fffdf8;
  box-shadow: 10px 10px 0 var(--y);
}
.method-portrait .frame img {
  height: 100%;
  min-height: 580px;
  object-position: center top;
}
.method-portrait figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 13px -10px 0 10px;
  padding: 15px 18px;
  background: var(--y);
  color: var(--b);
  border: 3px solid var(--b);
}
.method-portrait figcaption strong {
  font: 1.45rem/1 Anton, Impact, sans-serif;
  letter-spacing: 0.02em;
}
.method-portrait figcaption span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .method-stage {
    grid-template-columns: 1fr;
  }
  .method-portrait {
    width: min(100%, 660px);
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .method-heading {
    margin-bottom: 30px;
  }
  .method-panel {
    padding: 20px;
  }
  .method-deck {
    padding: 0 0 22px 16px;
  }
  .method-principles {
    grid-template-columns: 1fr;
  }
  .method-principles article {
    min-height: 0;
    padding: 20px;
  }
  .method-number {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .method-portrait .frame img {
    min-height: 420px;
  }
  .method-portrait figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .method-portrait figcaption span {
    text-align: left;
  }
}

/* Carlson Gracie archival lineage concept. */
.lineage-section {
  background: #fffdf8;
  border-top: 1px solid #ded8cc;
  border-bottom: 1px solid #ded8cc;
}
.lineage-section--about {
  background: #f4efe5;
}
.lineage-section--about .head {
  display: block;
}
.lineage-section--about .head h2 {
  max-width: 980px;
}
.lineage-section--about .lineage-deck {
  max-width: 760px;
  margin: 18px 0 0;
  padding-left: 17px;
  border-left: 5px solid var(--u);
}
.lineage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.lineage-video-shell {
  position: relative;
  background: var(--b);
  border: 4px solid var(--b);
  box-shadow: 9px 9px 0 var(--u);
}
.lineage-video-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: var(--b);
  object-fit: contain;
}
.lineage-archive-label {
  margin: 0;
  padding: 11px 14px;
  background: var(--b);
  color: #fffdf8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lineage-story > p {
  margin: 0 0 20px;
}
.lineage-mantra {
  margin: 28px 0;
  padding: 24px;
  background: var(--y);
  border: 3px solid var(--b);
  box-shadow: 6px 6px 0 var(--b);
}
.lineage-mantra span {
  display: block;
  margin-bottom: 7px;
  color: #194fc3;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lineage-mantra h3 {
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 4vw, 3rem);
}
.lineage-mantra p {
  margin: 0;
  font-weight: 700;
}
.lineage-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #194fc3;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lineage-thread {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.lineage-thread article {
  padding: 24px;
  background: #fffdf8;
  border: 3px solid var(--b);
  box-shadow: 5px 5px 0 var(--b);
}
.lineage-thread .tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #194fc3;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lineage-thread h3 {
  margin-bottom: 12px;
}
.lineage-thread p {
  margin: 0;
}
.lineage-description {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 5px solid var(--u);
  background: #fffdf8;
  font-size: 0.86rem;
}
.lineage-description summary {
  cursor: pointer;
  color: #194fc3;
  font-weight: 900;
  text-transform: uppercase;
}
.lineage-description p {
  margin: 12px 0 0;
}
.lineage-sources {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #d9d2c5;
}
.lineage-sources > strong {
  display: block;
  margin-bottom: 11px;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.lineage-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.lineage-source-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
  color: var(--b);
  background: #f4efe5;
  border: 1px solid #cfc7b8;
  font-weight: 800;
  line-height: 1.3;
}
.lineage-source-grid a:hover {
  border-color: var(--u);
  color: #194fc3;
}
.lineage-source-grid span {
  flex: 0 0 auto;
  color: #194fc3;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .lineage-layout {
    grid-template-columns: 1fr;
  }
  .lineage-thread {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .lineage-video-shell {
    box-shadow: 6px 6px 0 var(--u);
  }
  .lineage-mantra {
    padding: 20px;
    box-shadow: 5px 5px 0 var(--b);
  }
  .lineage-thread {
    margin-top: 30px;
  }
  .lineage-source-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lineage-video-shell video {
    scroll-behavior: auto;
  }
}

/* About page portrait and coaching-team visibility. */
.about-herogrid {
  align-items: center;
}
.about-heroimg {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: linear-gradient(90deg, #eee8dc 0 14%, #fff 14% 86%, #eee8dc 86%);
}
.about-heroimg img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center bottom;
}
.about-heroimg::after {
  z-index: 2;
}
@media (min-width: 901px) {
  .about-herogrid {
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, .85fr);
    gap: clamp(20px, 3vw, 38px);
  }
  .about-herogrid .herocopy {
    padding-right: 0;
  }
  .about-herogrid h1 {
    font-size: clamp(3.5rem, 6vw, 5.5rem);
  }
  .about-herogrid .about-heroimg {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .about-herogrid h1 {
    font-size: 3.4rem;
  }
}
.coaching-team {
  scroll-margin-top: 84px;
}
.team-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 38px;
}
.variant-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.team-intro .head {
  margin-bottom: 0;
}
.team-intro .lead {
  margin: 0 0 5px;
  color: #dedede;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  color: var(--b);
  background: #fffdf8;
  border: 3px solid #fff;
  box-shadow: 6px 6px 0 var(--y);
}
.team-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.88) contrast(1.03);
  border-bottom: 3px solid var(--b);
}
.team-card--lead img {
  object-fit: cover;
  object-position: center top;
}
.team-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 17px 21px;
}
.team-card .tag {
  display: block;
  margin-bottom: 8px;
  color: #194fc3;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.team-card h3 {
  margin: 0 0 9px;
  font-size: clamp(1.2rem, 1.35vw, 1.48rem);
  line-height: .98;
  text-wrap: nowrap;
  white-space: nowrap;
}
.team-card p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .team-intro {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .team-card--lead {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .team-card--lead img {
    height: 100%;
    aspect-ratio: auto;
  }
  .team-card-copy {
    padding: 16px 14px 18px;
  }
  .team-card--lead h3 {
    font-size: clamp(1.2rem, 5.8vw, 1.55rem);
    white-space: nowrap;
  }
  .team-card:not(.team-card--lead) h3 {
    font-size: clamp(.96rem, 3.8vw, 1.08rem);
  }
  .team-card p {
    font-size: .82rem;
  }
}
@media (max-width: 410px) {
  .team-card--lead {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }
  .team-card--lead h3 {
    font-size: 1.14rem;
  }
}

/* Dedicated coaching-team hub and extended biographies. */
.coach-hub-hero {
  padding: clamp(64px, 8vw, 104px) 0;
  background: linear-gradient(135deg, #fffdf8 0%, #f4efe5 100%);
  border-bottom: 5px solid var(--b);
}
.coach-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 80px);
}
.coach-hub-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 6.6vw, 6.2rem);
  line-height: .92;
}
.coach-hub-hero-copy .lead {
  max-width: 650px;
}
.coach-hub-hero-copy .variant-label {
  margin-bottom: 24px;
  color: #194fc3;
  border-color: #194fc3;
}
.coach-mosaic {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}
.coach-mosaic img {
  grid-column: span 2;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #d9d2c5;
  border: 3px solid var(--b);
  box-shadow: 5px 5px 0 var(--b);
}
.coach-mosaic img:nth-child(4) {
  grid-column: 2 / span 2;
}
.coach-mosaic img:nth-child(5) {
  grid-column: 4 / span 2;
}
.coach-jump-nav {
  background: var(--b);
  color: #fff;
  border-bottom: 4px solid var(--y);
}
.coach-jump-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 66px;
  overflow-x: auto;
  scrollbar-width: none;
}
.coach-jump-inner::-webkit-scrollbar {
  display: none;
}
.coach-jump-inner > span {
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--y);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.coach-jump-inner a {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #444;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}
.coach-jump-inner a:hover,
.coach-jump-inner a:focus-visible {
  color: var(--b);
  background: var(--y);
  border-color: var(--y);
}
.coach-hub-intro {
  border-bottom: 1px solid #ded8cc;
}
.coach-hub-intro .team-intro .lead {
  color: var(--b);
}
.coach-profile {
  scroll-margin-top: 90px;
  background: #fffdf8;
  border-bottom: 1px solid #ded8cc;
}
.coach-profile--alternate {
  background: #f4efe5;
}
.coach-profile--alternate .coach-profile-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}
.coach-profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(44px, 7vw, 88px);
}
.coach-profile--alternate .coach-profile-portrait {
  order: 2;
}
.coach-profile-portrait {
  position: sticky;
  top: 94px;
  max-width: 440px;
  margin: 0;
}
.coach-profile-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #d9d2c5;
  border: 4px solid var(--b);
  box-shadow: 9px 9px 0 var(--u);
}
.coach-profile--alternate .coach-profile-portrait img {
  box-shadow: 9px 9px 0 var(--y);
}
.coach-profile-portrait figcaption {
  margin: 14px -9px 0 9px;
  padding: 13px 15px;
  color: #fff;
  background: var(--b);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.coach-profile-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 4.8vw, 4.6rem);
  white-space: nowrap;
}
.coach-profile-copy > .lead {
  max-width: 770px;
  margin-bottom: 28px;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}
.coach-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 30px;
  border-top: 2px solid var(--b);
  border-left: 2px solid var(--b);
}
.coach-facts span {
  min-width: 0;
  padding: 14px;
  border-right: 2px solid var(--b);
  border-bottom: 2px solid var(--b);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.coach-facts strong {
  display: block;
  margin-bottom: 4px;
  color: #194fc3;
  font-size: .98rem;
  letter-spacing: 0;
  text-transform: none;
}
.coach-bio {
  max-width: 790px;
}
.coach-bio p {
  margin: 0 0 18px;
  line-height: 1.7;
}
.coach-focus {
  max-width: 790px;
  margin: 28px 0 30px;
  padding: 20px 22px;
  background: var(--y);
  border: 3px solid var(--b);
  box-shadow: 5px 5px 0 var(--b);
}
.coach-focus span {
  display: block;
  margin-bottom: 7px;
  color: #194fc3;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.coach-focus p {
  margin: 0;
  font-weight: 750;
}
.coach-hub-cta {
  background: var(--y);
  border-bottom: 5px solid var(--b);
}
.coach-hub-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  align-items: end;
  gap: clamp(36px, 7vw, 90px);
}
.coach-hub-cta-inner h2 {
  margin: 0;
}
.coach-hub-cta-inner .lead {
  margin-top: 0;
}
.team-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 14px;
  color: #194fc3;
  border-bottom: 2px solid #194fc3;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.team-card-link:hover,
.team-card-link:focus-visible {
  color: var(--b);
  border-color: var(--b);
}
@media (max-width: 1000px) {
  .coach-hub-hero-grid {
    grid-template-columns: 1fr;
  }
  .coach-mosaic {
    max-width: 760px;
  }
  .coach-profile-grid {
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 44px;
  }
  .coach-profile--alternate .coach-profile-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  }
}
@media (max-width: 760px) {
  .coach-hub-hero {
    padding: 56px 0 64px;
  }
  .coach-hub-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }
  .coach-mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
  }
  .coach-mosaic img {
    grid-column: span 2;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--b);
  }
  .coach-mosaic img:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .coach-mosaic img:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .coach-jump-inner {
    margin-inline: 0;
    padding-inline: 14px;
  }
  .coach-profile-grid,
  .coach-profile--alternate .coach-profile-grid,
  .coach-hub-cta-inner {
    grid-template-columns: 1fr;
  }
  .coach-profile--alternate .coach-profile-portrait {
    order: 0;
  }
  .coach-profile-portrait {
    position: static;
    width: min(88%, 440px);
    margin: 0 auto;
  }
  .coach-profile-copy h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.5rem);
  }
  .coach-facts {
    grid-template-columns: 1fr;
  }
  .coach-facts span {
    padding: 12px 14px;
  }
}
@media (max-width: 390px) {
  .coach-profile-copy h2 {
    font-size: 2.28rem;
  }
}
