:root {
  --paper: #fffdf7;
  --navy: #17324d;
  --aqua: #168aad;
  --aqua-dark: #0c788b;
  --aqua-light: #dff4f6;
  --coral: #f2796b;
  --coral-muted: #c96d66;
  --line: rgba(23, 50, 77, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --body: "Times New Roman", Times, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: white;
  color: black;
}
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.wordmark img {
  width: 3.4rem;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.site-header nav a {
  border-bottom: 1px solid rgba(23, 50, 77, .35);
  padding-bottom: .125rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { border-color: var(--navy); }

.hero {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 7.5rem);
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  align-items: end;
  gap: clamp(3rem, 7vw, 7rem);
}
.eyebrow,
.section-label,
.notice-label,
.contact-card > p,
form label {
  margin: 0;
  color: var(--aqua);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 1.25rem; font-size: .875rem; letter-spacing: .18em; }
.hero h1,
.story h2,
.coaches h2,
.coach h3,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}
.hero h1 {
  max-width: 790px;
  font-size: clamp(3.6rem, 8.2vw, 7.35rem);
  line-height: .88;
  letter-spacing: -.055em;
}
.hero-lede {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: rgba(23, 50, 77, .76);
  font-size: clamp(1.1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
}
.hero-email {
  display: block;
  width: fit-content;
  margin-top: 2rem;
  border-bottom: 4px solid var(--coral);
  padding-bottom: .2rem;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-decoration: none;
}
.hero-email:hover,
.hero-email:focus-visible { border-color: var(--aqua); }
.notice {
  border-left: 4px solid var(--coral);
  padding: 2.2rem 2rem;
  background: #fff;
  box-shadow: 0 14px 50px rgba(23, 50, 77, .08);
}
.notice > div + div {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(23, 50, 77, .12);
}
.notice-value {
  margin: .5rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
}

.story { background: var(--aqua-light); }
.story-inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6rem) 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}
.jump-photo { margin: 0; }
.jump-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(23, 50, 77, .18);
  object-fit: cover;
  object-position: 52% 55%;
}
.jump-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .7rem;
  color: rgba(23, 50, 77, .65);
  font-size: .875rem;
}
.jump-photo figcaption time { white-space: nowrap; }
.story .section-label { color: var(--aqua-dark); }
.story h2 {
  margin-top: 1rem;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.story-copy > p:last-child {
  max-width: 25rem;
  margin: 1.5rem 0 0;
  color: rgba(23, 50, 77, .72);
  font-size: 1.05rem;
  line-height: 1.65;
}

.coaches {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.coaches-heading {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.75rem;
}
.coaches h2 {
  max-width: 44rem;
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.coach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.coach { display: grid; grid-template-columns: minmax(145px, .78fr) 1.22fr; background: var(--paper); }
.coach > img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  object-position: center;
  border-right: 1px solid var(--line);
  image-rendering: auto;
}
.coach-copy { padding: 2rem; }
.coach-rule {
  display: block;
  width: 2.5rem;
  height: .625rem;
  margin-bottom: 3rem;
  background: var(--coral);
}
.coach-rule-short { width: 1.5rem; opacity: .6; }
.coach h3 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -.035em;
}
.coach-copy > p {
  margin: 1rem 0;
  color: rgba(23, 50, 77, .72);
  line-height: 1.65;
}
.coach-copy > a {
  font-weight: 600;
  text-underline-offset: .25rem;
}

.contact {
  padding: clamp(4rem, 7vw, 6rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: var(--paper);
}
.contact-inner {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}
.contact .section-label { color: #7ed6d0; }
.contact h2 {
  margin-top: 1rem;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.contact-intro > p:not(.section-label) {
  max-width: 32rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 253, 247, .68);
  font-size: 1.05rem;
  line-height: 1.65;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 2.25rem;
}
.contact-card {
  min-width: 0;
  padding: 1.4rem;
  color: var(--navy);
}
.contact-card-primary { background: #fff; }
.contact-card-secondary { background: var(--coral-muted); }
.contact-card > p { margin-bottom: .6rem; color: rgba(23, 50, 77, .62); font-size: .67rem; }
.contact-card a { display: block; overflow-wrap: anywhere; font-size: .78rem; font-weight: 600; }
.contact-card .contact-phone {
  margin-bottom: .25rem;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  text-decoration: none;
}

form {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
}
form label {
  display: block;
  color: rgba(255, 253, 247, .72);
  font-size: .7rem;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input,
textarea {
  width: 100%;
  margin-top: .45rem;
  border: 1px solid rgba(23, 50, 77, .42);
  border-radius: 0;
  padding: .85rem;
  background: var(--paper);
  color: var(--navy);
  font: 1rem var(--body);
}
textarea { resize: vertical; min-height: 8.5rem; }
input:focus,
textarea:focus { outline: 3px solid #7ed6d0; outline-offset: 1px; }
form > label { margin-top: 1rem; }
.form-help {
  margin: .4rem 0 0;
  color: rgba(255, 253, 247, .55);
  font-size: .8rem;
}
.honeypot { position: absolute; left: -9999px; }
.form-footer { margin-top: 1rem; }
button {
  border: 1px solid var(--paper);
  padding: .9rem 1.25rem;
  background: var(--paper);
  color: var(--navy);
  font: 700 .875rem var(--body);
  cursor: pointer;
}
button:hover,
button:focus-visible { background: #7ed6d0; border-color: #7ed6d0; }
button:disabled { cursor: wait; opacity: .65; }
#form-status { min-height: 1.5rem; margin: .75rem 0 0; font-size: .875rem; }
#form-status.error { color: #ffb6aa; }
#form-status.success { color: #7ed6d0; }

footer {
  margin-top: 4rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  color: rgba(255, 253, 247, .48);
  font-size: .75rem;
}
footer a { color: rgba(255, 253, 247, .72); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; align-items: start; }
  .notice { max-width: 32rem; }
  .story-inner { grid-template-columns: 1fr; }
  .story-copy { grid-row: 1; }
  .coaches-heading { grid-template-columns: 1fr; }
  .coach-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 2rem, 1180px); padding: 1.1rem 0; }
  .site-header nav { gap: 1rem; }
  .wordmark img { width: 2.8rem; }
  .site-header nav a { font-size: .8rem; }
  .hero,
  .story-inner,
  .coaches { width: min(100% - 2rem, 1180px); }
  .hero { padding: 4rem 0 4.5rem; gap: 2.5rem; }
  .hero h1 {
    font-size: clamp(2.9rem, 13vw, 4.15rem);
    line-height: 1;
  }
  .hero-lede { font-size: 1.05rem; }
  .hero-email { font-size: clamp(1.45rem, 7.2vw, 2rem); overflow-wrap: anywhere; }
  .notice { padding: 1.6rem 1.4rem; }
  .story-inner { padding: 3.5rem 0; }
  .jump-photo img { aspect-ratio: 4 / 3; object-position: 50% 55%; }
  .jump-photo figcaption { flex-direction: column; gap: .2rem; }
  .story h2 {
    font-size: clamp(2.35rem, 11.8vw, 2.8rem);
    line-height: 1.06;
  }
  .coaches h2,
  .contact h2 { font-size: 3.2rem; }
  .coach { grid-template-columns: 1fr; }
  .coach > img { min-height: 0; height: auto; aspect-ratio: 1 / 1; border-right: 0; border-bottom: 1px solid var(--line); object-fit: cover; }
  .coach-copy { padding: 1.6rem; }
  .coach-rule { margin-bottom: 2rem; }
  .contact { padding: 3.5rem 1rem; }
  .contact-cards { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 1rem; }
  footer { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
