:root {
  --heading: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: #f3f6f8;
  color: var(--ink);
  font: 1rem/1.65 var(--body);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 0.22em;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.015em;
}
h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}
h3 {
  font-size: 1.85rem;
}
p {
  margin-bottom: 1.2em;
}
address {
  font-style: normal;
}
.wrap {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}
.narrow {
  max-width: 780px;
}
.blue {
  color: var(--blue);
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #0877ad;
  outline-offset: 5px;
}
.dark-section :focus-visible,
.site-header :focus-visible,
.page-hero :focus-visible,
.site-footer :focus-visible,
.contact-aside :focus-visible {
  outline-color: var(--blue);
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 12px 20px;
  background: white;
  z-index: 100;
  transform: translateY(-160%);
  font-weight: 700;
}
.skip-link:focus {
  transform: none;
}
.utility {
  background: var(--maroon);
  color: #fff;
  font-size: 0.8125rem;
}
.utility .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 7px;
}
.utility a {
  text-decoration: none;
}
.utility a:hover {
  text-decoration: underline;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0b1720;
  color: white;
  border-bottom: 1px solid #ffffff1f;
  backdrop-filter: blur(14px);
}
.nav {
  display: flex;
  min-height: 100px;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
}
.brand img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.brand > span {
  font: 700 1.45rem/1.05 var(--heading);
  letter-spacing: 0.07em;
}
.brand small {
  display: block;
  font: 500 0.6875rem/1.4 var(--body);
  letter-spacing: 0.2em;
  margin-top: 8px;
  color: #bccbd5;
}
#main-navigation {
  display: flex;
  align-items: center;
  gap: 26px;
}
#main-navigation > a:not(.button) {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding-block: 18px;
  position: relative;
}
#main-navigation > a[aria-current]:after,
#main-navigation > a:not(.button):hover:after {
  position: absolute;
  content: "";
  height: 3px;
  background: var(--blue);
  bottom: 8px;
  left: 0;
  right: 0;
}
.menu-toggle {
  display: none;
  border: 1px solid #ffffff55;
  background: transparent;
  color: #fff;
  padding: 9px 13px;
  gap: 12px;
  align-items: center;
  min-height: 48px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 52px;
  padding: 14px 25px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 2px;
  transition:
    background 0.16s,
    transform 0.16s,
    color 0.16s;
}
.button span {
  font-size: 1.3em;
}
.button.primary {
  background: var(--blue);
  color: var(--ink);
}
.button.primary:hover {
  background: #c5eaff;
  transform: translateY(-2px);
}
.button.outline {
  border-color: #a3b7c5;
  background: transparent;
  color: white;
}
.button.outline:hover {
  background: #ffffff14;
}
.button.outline-dark {
  border-color: #a2b0ba;
  background: transparent;
  color: var(--ink);
}
.button.outline-dark:hover {
  background: #e9f6fc;
}
.actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 17px;
  color: var(--maroon);
}
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: white;
  border-bottom: 1px solid #ffffff20;
}
.hero-inner {
  position: relative;
  padding-block: 78px 85px;
}
.page-hero h1 {
  font-size: clamp(4rem, 7.8vw, 7.2rem);
  line-height: 0.93;
  margin-bottom: 27px;
  letter-spacing: -0.02em;
  max-width: 900px;
}
.page-hero .eyebrow {
  color: var(--blue);
}
.page-hero .hero-copy {
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  color: #d8e2e8;
  max-width: 590px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  z-index: -2;
}
.photo-hero:after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      #081620fa 0%,
      #081620e8 25%,
      #0816209c 52%,
      #08162035 100%
    ),
    linear-gradient(0deg, #07141ecd, transparent 45%);
  z-index: -1;
}
.photo-hero .hero-inner {
  padding-block: 78px 94px;
}
.photo-hero h1 {
  font-style: italic;
}
.photo-hero:before {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--maroon) 70%, var(--blue) 70%);
}
.services-section {
  padding: 26px 0;
  background: var(--ink);
  border-bottom: 1px solid #ffffff20;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.service-card {
  display: grid;
  grid-template-columns: 42% 58%;
  position: relative;
  min-height: 176px;
  overflow: hidden;
  background: var(--maroon);
  color: white;
  text-decoration: none;
  transition: transform 0.2s;
}
.service-card:hover {
  transform: translateY(-4px);
}
.service-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card > div {
  padding: 24px 18px;
  position: relative;
}
.service-card h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 20px;
}
.service-card .eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: #edcbd5;
  line-height: 1.4;
  margin-bottom: 8px;
  display: block;
}
.service-arrow {
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: var(--blue);
  font-size: 1.55rem;
}
.section {
  padding-block: 82px;
}
.white-section {
  background: white;
}
.dark-section {
  background: var(--ink);
  color: #fff;
}
.section-heading {
  display: flex;
  gap: 25px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}
.section-heading h2 {
  margin-bottom: 14px;
}
.section-heading p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.split-copy .eyebrow {
  color: var(--blue);
}
.split-copy h2 {
  font-size: clamp(3rem, 4vw, 4.4rem);
}
.split-copy > p:not(.eyebrow) {
  color: #bdccd6;
}
.split-photo {
  position: relative;
  align-self: stretch;
  min-height: 410px;
}
.split-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 22px;
  background: #07141de0;
  color: #deedf6;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.feature-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  margin: 22px 0 28px;
}
.feature-list li {
  display: flex;
  gap: 12px;
}
.feature-list li:before {
  content: "+";
  color: var(--blue);
  font-weight: 700;
}
.rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.rate-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.rate-card.featured {
  border-top-color: var(--maroon);
  background: #f7fafb;
}
.rate-card h3 {
  font-size: 4.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 17px;
}
.rate-card h3 span {
  font: 500 1rem var(--body);
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 8px;
}
.rate-card p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 24px;
}
.rate-card .button {
  margin-top: auto;
  justify-content: space-between;
}
.note,
.form-note {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 22px;
}
.culture-section {
  background: var(--navy);
  color: white;
  padding-block: 55px;
}
.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.culture-grid .eyebrow {
  color: var(--blue);
}
.culture-grid p:not(.eyebrow) {
  color: #c7d5e0;
}
.wordmark-panel {
  background: #fff;
  padding: 0 28px;
  overflow: hidden;
}
.wordmark-panel img {
  width: 100%;
  aspect-ratio: 2.3;
  object-fit: cover;
}
.join-banner {
  padding: 60px 0;
  background: var(--maroon);
  color: #fff;
}
.join-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.join-banner h2 {
  font-size: clamp(2.7rem, 4vw, 4rem);
  margin-bottom: 12px;
}
.join-banner p {
  color: #ebdce1;
}
.join-banner .eyebrow {
  color: var(--blue);
}
.join-banner p:last-child {
  margin-bottom: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.gallery figure {
  margin: 0;
  background: white;
}
.gallery img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.gallery figcaption {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  border-bottom: 3px solid var(--maroon);
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
caption {
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 1.1rem;
}
th,
td {
  padding: 17px 20px;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
}
thead {
  background: var(--ink);
  color: white;
}
tbody th {
  color: var(--maroon);
  white-space: nowrap;
}
tbody tr:nth-child(even) {
  background: #f4f7f9;
}
.faq {
  max-width: 900px;
}
.faq details {
  border-top: 1px solid #c5d1d8;
  padding: 20px 0;
}
.faq details:last-child {
  border-bottom: 1px solid #c5d1d8;
}
.faq summary {
  font-weight: 650;
  font-size: 1.1rem;
  cursor: pointer;
  min-height: 34px;
  list-style-position: outside;
  margin-left: 20px;
}
.faq details p {
  margin: 15px 0 4px 20px;
  color: var(--muted);
  max-width: 800px;
}
.info-grid,
.coach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.info-grid > article {
  border-top: 3px solid var(--maroon);
  padding-top: 25px;
}
.info-grid p {
  color: var(--muted);
}
.info-grid .button {
  margin-top: 8px;
}
.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 65px;
}
.coach-card {
  border: 1px solid var(--line);
  position: relative;
  padding: 34px 28px;
  background: #f7f9fb;
}
.coach-card h3 {
  font-size: 2.5rem;
}
.coach-card p:not(.eyebrow) {
  color: var(--muted);
}
.coach-number {
  display: block;
  font: 800 4rem/0.9 var(--heading);
  color: #687f8e;
  margin-bottom: 35px;
}
.team-selector fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 35px;
}
.team-selector legend {
  font-weight: 600;
  margin-bottom: 15px;
}
.age-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.age-option {
  font: 700 1.65rem var(--heading);
  padding: 12px 20px;
  min-height: 58px;
  min-width: 80px;
  background: white;
  border: 1px solid #98aab5;
  color: var(--ink);
  border-radius: 2px;
}
.age-option:hover {
  background: #e9f6fc;
}
.age-option[aria-pressed="true"] {
  background: var(--maroon);
  color: white;
  border-color: var(--maroon);
}
.team-result {
  background: #f3f7f9;
  border-left: 5px solid var(--maroon);
  padding: 35px;
  max-width: 950px;
}
.team-result h2 {
  font-size: 2.6rem;
}
.team-result p {
  max-width: 710px;
}
.spring-card {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 36px;
  background: var(--ink);
  color: #fff;
  border-left: 5px solid var(--blue);
}
.spring-card .eyebrow {
  color: var(--blue);
}
.spring-card h2 {
  font-size: 2.75rem;
}
.spring-card p {
  color: #cbd8e0;
}
.spring-card p:last-child {
  margin-bottom: 0;
}
.spring-card > .button {
  flex-shrink: 0;
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr);
  gap: 45px;
  align-items: start;
}
.form-panel {
  background: #fff;
  padding: 40px;
  border: 1px solid var(--line);
}
.form-panel h2 {
  font-size: 3rem;
}
.form-panel > p {
  color: var(--muted);
}
.inquiry-form {
  display: grid;
  gap: 20px;
}
.inquiry-form label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  display: block;
  border: 1px solid #899ca9;
  background: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 12px 13px;
  min-height: 50px;
  margin-top: 7px;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.5;
}
.inquiry-form textarea {
  min-height: 135px;
  resize: vertical;
}
.inquiry-form ::placeholder {
  color: #657782;
  opacity: 1;
}
.inquiry-form .button {
  justify-self: start;
  border: 1px solid #86bdd9;
}
.required-mark {
  color: var(--maroon);
}
.contact-aside {
  background: var(--ink);
  color: #fff;
  padding: 40px;
  overflow-wrap: anywhere;
}
.contact-aside .eyebrow {
  color: var(--blue);
}
.contact-aside h2 {
  font-size: 3rem;
}
.contact-aside p,
.contact-aside address {
  color: #cedbe3;
}
.contact-aside address {
  margin-bottom: 23px;
}
.contact-aside .button {
  gap: 12px;
}
.aside-divider {
  height: 1px;
  background: #ffffff30;
  margin: 28px 0;
}
.contact-email {
  font-size: 0.9375rem;
}
.pathway {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1000px;
}
.pathway li {
  display: flex;
  gap: 35px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.pathway li > span {
  font: 800 3.5rem var(--heading);
  color: var(--maroon);
}
.pathway h3 {
  font-size: 2.35rem;
  margin-bottom: 12px;
}
.pathway p {
  color: var(--muted);
  margin-bottom: 0;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.resource-card {
  padding: 32px;
  background: #f4f8fa;
  border: 1px solid var(--line);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.resource-card:hover {
  border-color: var(--maroon);
}
.resource-card h2 {
  font-size: 2.3rem;
}
.resource-card p {
  color: var(--muted);
}
.resource-number {
  color: var(--maroon);
  font: 700 3rem var(--heading);
  margin-bottom: 25px;
}
.text-link {
  font-weight: 600;
  color: var(--maroon);
  margin-top: auto;
}
.prose h2 {
  font-size: 2rem;
  margin-top: 32px;
}
.prose p {
  color: var(--muted);
}
.site-footer {
  background: #07121a;
  color: #d1dce4;
  padding-top: 62px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1.1fr;
  gap: 40px;
  padding-bottom: 52px;
}
.footer-crest {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.footer-brand strong {
  display: block;
  font: 700 2.1rem/1.06 var(--heading);
  color: white;
}
.footer-brand strong span {
  color: var(--blue);
}
.footer-brand p {
  margin-top: 15px;
}
.site-footer h2 {
  font: 700 0.8125rem/1.4 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.site-footer p,
.site-footer address {
  font-size: 0.875rem;
  color: #aebec9;
}
.site-footer address {
  margin-bottom: 14px;
}
.footer-grid > div > a {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 5px 0;
}
.site-footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ffffff24;
  padding-block: 22px;
  font-size: 0.75rem;
  color: #b3c2cc;
}
.mobile-book {
  display: none;
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .nav {
    gap: 20px;
  }
  .brand > span {
    font-size: 1.2rem;
  }
  #main-navigation {
    gap: 18px;
  }
  #main-navigation .button {
    padding-inline: 18px;
    gap: 14px;
  }
  .service-card {
    grid-template-columns: 36% 64%;
  }
  .service-card h2 {
    font-size: 1.6rem;
  }
  .split {
    gap: 40px;
  }
  .footer-grid {
    gap: 27px;
  }
  .form-layout {
    gap: 24px;
  }
  .form-panel,
  .contact-aside {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .nav {
    min-height: 86px;
  }
  .brand > span {
    font-size: 1.5rem;
  }
  .menu-toggle {
    display: flex;
  }
  #main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 24px 26px;
    background: var(--ink);
    border-top: 1px solid #ffffff30;
    box-shadow: 0 10px 20px #0004;
    max-height: calc(100dvh - 140px);
    overflow: auto;
  }
  #main-navigation.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #main-navigation > a:not(.button) {
    padding: 12px;
    font-size: 1rem;
    min-height: 48px;
  }
  #main-navigation .button {
    margin-top: 15px;
  }
  #main-navigation > a[aria-current]:after {
    width: 30px;
    left: 12px;
    bottom: 5px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    display: flex;
    flex-direction: column;
  }
  .service-card img {
    height: 130px;
  }
  .service-card > div {
    flex: 1;
  }
  .section {
    padding-block: 65px;
  }
  .split {
    gap: 32px;
  }
  .split-photo {
    min-height: 350px;
  }
  .culture-grid {
    gap: 40px;
  }
  .rate-card {
    padding: 24px;
  }
  .rate-card .button {
    padding-inline: 15px;
    gap: 10px;
  }
  .info-grid,
  .coach-grid {
    gap: 20px;
  }
  .coach-card {
    padding: 26px 20px;
  }
  .coach-card .button {
    padding-inline: 14px;
    gap: 10px;
  }
  .spring-card {
    display: block;
  }
  .spring-card .button {
    margin-top: 23px;
  }
  .form-layout {
    grid-template-columns: 1fr 0.8fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-panel,
  .contact-aside {
    padding: 25px;
  }
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 35px 70px;
  }
  .utility-extra {
    display: none;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 95px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .utility {
    font-size: 0.75rem;
  }
  .utility .wrap {
    gap: 10px;
  }
  .brand img {
    width: 50px;
    height: 50px;
  }
  .brand {
    gap: 10px;
  }
  .brand > span {
    font-size: 1.14rem;
    letter-spacing: 0.045em;
  }
  .brand small {
    font-size: 0.58rem;
    margin-top: 6px;
  }
  .nav {
    min-height: 78px;
  }
  .menu-toggle {
    padding: 8px 10px;
    gap: 8px;
    font-size: 0.8125rem;
  }
  .page-hero h1 {
    font-size: clamp(3.5rem, 13.3vw, 5.5rem);
    line-height: 0.95;
  }
  .page-hero .hero-inner,
  .photo-hero .hero-inner {
    padding-block: 55px 64px;
  }
  .page-hero .hero-copy {
    font-size: 1.03rem;
  }
  .photo-hero .hero-photo {
    object-position: 61% center;
  }
  .photo-hero:after {
    background:
      linear-gradient(90deg, #081620e8, #0816209e),
      linear-gradient(0deg, #081620e6, transparent);
  }
  .page-hero .actions .button {
    flex: 1 1 auto;
    gap: 15px;
  }
  .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.13em;
  }
  .services-section {
    padding-block: 16px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .service-card {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 124px;
  }
  .service-card img {
    height: 100%;
    max-height: 160px;
  }
  .service-card > div {
    padding: 19px 20px;
  }
  .service-card h2 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  .service-card .eyebrow {
    font-size: 0.75rem;
  }
  .service-arrow {
    bottom: 12px;
  }
  .section {
    padding-block: 52px;
  }
  .section-heading {
    margin-bottom: 26px;
  }
  h2 {
    font-size: 2.6rem;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-copy h2 {
    font-size: 3.4rem;
  }
  .split-photo {
    min-height: 0;
  }
  .split-photo img {
    aspect-ratio: 4/3;
    height: auto;
  }
  .photo-caption {
    font-size: 0.6875rem;
    padding: 13px 15px;
  }
  .rate-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .rate-card {
    padding: 26px;
  }
  .rate-card h3 {
    font-size: 4rem;
  }
  .culture-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .culture-section {
    padding-block: 40px;
  }
  .wordmark-panel {
    padding-inline: 10px;
  }
  .join-banner .wrap {
    display: block;
  }
  .join-banner {
    padding-block: 45px;
  }
  .join-banner .button {
    margin-top: 25px;
  }
  .join-banner h2 {
    font-size: 3rem;
  }
  .gallery {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .gallery figcaption {
    padding: 14px 16px;
  }
  .table-scroll table {
    min-width: 580px;
  }
  th,
  td {
    padding: 15px;
    font-size: 0.875rem;
  }
  .info-grid,
  .coach-grid,
  .two-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .coach-card {
    padding: 30px;
  }
  .coach-number {
    margin-bottom: 20px;
  }
  .age-options {
    gap: 9px;
  }
  .age-option {
    min-width: 62px;
    min-height: 54px;
    padding: 10px 17px;
  }
  .team-result {
    padding: 24px;
  }
  .team-result h2 {
    font-size: 2.4rem;
  }
  .spring-card {
    padding: 26px;
  }
  .spring-card h2 {
    font-size: 2.4rem;
  }
  .form-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .form-panel,
  .contact-aside {
    padding: 26px 22px;
  }
  .form-panel h2,
  .contact-aside h2 {
    font-size: 2.7rem;
  }
  .inquiry-form .button {
    width: 100%;
  }
  .pathway li {
    gap: 22px;
    padding-block: 25px;
  }
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .resource-card {
    padding: 26px;
  }
  .resource-number {
    margin-bottom: 10px;
  }
  .site-footer {
    padding-top: 43px;
    padding-bottom: 90px;
  }
  .footer-grid {
    gap: 35px 25px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 0.75rem;
    gap: 14px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .mobile-book {
    display: flex;
    position: fixed;
    z-index: 45;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 20px;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    align-items: center;
    background: #0b1720f5;
    color: white;
    border-top: 1px solid #ffffff30;
    backdrop-filter: blur(12px);
  }
  .mobile-book .button {
    flex: 1;
    font-size: 0.8125rem;
    min-height: 46px;
    padding: 10px 15px;
    justify-content: space-between;
  }
  .mobile-book > a:not(.button) {
    font-size: 0.875rem;
    text-decoration: none;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 370px) {
  .brand > span {
    font-size: 0.95rem;
  }
  .brand img {
    width: 44px;
    height: 44px;
  }
  .wrap {
    width: calc(100% - 28px);
  }
  .utility {
    font-size: 0.6875rem;
  }
  .page-hero h1 {
    font-size: 3.25rem;
  }
  .service-card h2 {
    font-size: 1.75rem;
  }
  .service-card .eyebrow {
    font-size: 0.6875rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div {
    grid-column: 1;
  }
  .mobile-book {
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (forced-colors: active) {
  .button,
  .age-option,
  .service-card,
  .resource-card {
    border: 1px solid ButtonText;
  }
  .blue {
    color: inherit;
  }
}
@media print {
  .utility,
  .site-header,
  .mobile-book,
  .site-footer,
  .actions {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .page-hero,
  .dark-section,
  .culture-section {
    background: white !important;
    color: black !important;
  }
  .hero-photo,
  .photo-hero:after {
    display: none;
  }
  .page-hero h1,
  .blue,
  .page-hero .hero-copy {
    color: black;
  }
  .wrap {
    width: 100%;
  }
  .section,
  .hero-inner {
    padding-block: 20px !important;
  }
}

.brand small {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.service-card .eyebrow {
  font-size: 0.75rem;
}
@media (max-width: 680px) {
  .brand small {
    display: none;
  }
  .brand > span {
    max-width: 170px;
    line-height: 1.12;
  }
  .utility {
    font-size: 0.75rem;
  }
  .service-card .eyebrow {
    font-size: 0.75rem;
  }
}

/* Shared Prospects marks retain their full shape and transparent exterior. */
.brand img,
.footer-crest {
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  flex-shrink: 0;
}
.wordmark-panel {
  background: #f6f8fb;
  padding: 12px 20px;
}
.wordmark-panel img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  max-height: 230px;
}
h1,
h2,
h3 {
  letter-spacing: 0.025em;
}
.photo-hero h1 {
  font-style: italic;
}
.training-next {
  margin-top: 30px;
}
.info-grid > article,
.section-heading > div,
.join-banner .wrap > div {
  min-width: 0;
}
.button {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}
.join-banner .button {
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .join-banner .button {
    width: 100%;
  }
  .brand img {
    width: 46px;
    height: 54px;
  }
  .page-hero h1 {
    overflow-wrap: normal;
  }
  .training-next .button {
    width: 100%;
  }
}
