@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --blue: #1760b7;
  --blue-hover: #124f98;
  --navy: #002d68;
  --ink: #26323a;
  --body: #3f4b53;
  --muted: #66747d;
  --line: #dce4e7;
  --surface: #f2f7f8;
  --white: #ffffff;
  --content: 65rem;
  --reading: 47.5rem;
  --header-height: 6.875rem;
  --shadow: 0 0.75rem 2rem rgb(0 45 104 / 10%);
  font-family: "Raleway", system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 20rem;
  min-height: 100vh;
  margin: 0;
  background: var(--white);
  color: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video {
  display: block;
  max-width: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  appearance: none;
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--blue-hover);
}

:focus-visible {
  outline: 0.1875rem solid #f3b61f;
  outline-offset: 0.1875rem;
}

button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.125rem currentColor;
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.2;
  text-wrap: balance;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset: 0.75rem auto auto 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}

.site-chrome {
  position: sticky;
  z-index: 20;
  top: 0;
  background: var(--white);
}

.weather-banner {
  min-height: 2.5rem;
  padding: 0.5rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #fff3f1;
  border-bottom: 1px solid #f0cbc5;
  color: #7c2d26;
  font-size: 0.875rem;
  text-align: center;
}

.weather-banner:not([hidden]) {
  display: flex;
}

.weather-banner a {
  color: #8b2d27;
  font-weight: 700;
}

.site-header {
  width: min(100%, 68.75rem);
  height: var(--header-height);
  margin-inline: auto;
  padding-inline: 1.875rem;
  display: flex;
  align-items: center;
  background: var(--white);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 5.875rem;
  height: 3.75rem;
  object-fit: contain;
}

.menu-button {
  display: none;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: #738089;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav > a,
.nav-disclosure > summary {
  min-height: 2.125rem;
  padding: 0.625rem 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: inherit;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"],
.nav-disclosure[data-active] > summary,
.nav-disclosure[open] > summary,
.nav-disclosure > summary:hover {
  background: #f6f6f6;
  color: #484848;
}

.nav-cta {
  margin-left: 0.875rem;
  padding-inline: 1.25rem !important;
  background: var(--blue) !important;
  color: var(--white) !important;
}

.nav-cta:hover {
  background: var(--blue-hover) !important;
}

.nav-disclosure {
  position: relative;
}

.nav-disclosure > summary::-webkit-details-marker {
  display: none;
}

.nav-disclosure__menu {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  width: 13rem;
  padding-block: 0.375rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-disclosure:not([open]) .nav-disclosure__menu {
  display: none;
}

.nav-disclosure__menu a {
  min-height: 2.5rem;
  padding: 0.625rem 0.875rem;
  display: flex;
  align-items: center;
  color: #484848;
  font-size: 0.8125rem;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.nav-disclosure__menu a:hover,
.nav-disclosure__menu a[aria-current="page"] {
  background: #f6f6f6;
}

.home-hero {
  position: relative;
  height: 34.6875rem;
  overflow: hidden;
  background: url("/assets/hero.avif") center / cover no-repeat;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 12%);
}

.home-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 50%;
  width: min(57rem, calc(100% - 3rem));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  transform: translateX(-50%);
}

.home-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.5rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.home-hero p {
  margin-top: 1.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.45;
}

.home-layout {
  width: min(var(--content), calc(100% - 4rem));
  margin-inline: auto;
  padding-block: 5.5rem 4.5rem;
}

.home-intro {
  font-size: 1.1875rem;
}

.home-questions,
.mission {
  width: min(56.25rem, 100%);
  margin-inline: auto;
}

.home-questions p {
  margin-bottom: 0.9375rem;
  line-height: 1.6;
}

.home-plan {
  margin-top: 2.625rem;
  padding: 2.375rem 2.75rem 2.5rem;
  background: var(--surface);
  box-shadow: inset 0.375rem 0 var(--blue);
}

.home-plan > p,
.button-row {
  width: min(56.25rem, 100%);
  margin-inline: auto;
}

.home-plan > p {
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 1.55;
}

.home-plan > p:first-child {
  text-align: center;
}

.button-row {
  margin-top: 1.625rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.button {
  min-height: 3.125rem;
  padding: 0.75rem 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.125rem;
  background: var(--blue);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: var(--blue-hover);
  color: var(--white);
}

.button--secondary {
  background: var(--navy);
}

.mission {
  margin-top: 2rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.phone-callout {
  width: min(56.25rem, 100%);
  margin: 2.625rem auto 0;
  padding-top: 1.875rem;
  border-top: 1px solid #cbdcdf;
  color: var(--navy);
  text-align: center;
}

.phone-callout > p {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
}

.phone-callout a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: var(--blue);
  text-decoration: none;
}

.phone-callout strong {
  font-size: 1.375rem;
}

.phone-callout span {
  color: var(--muted);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.photo-gallery,
.reviews {
  margin-top: 4.875rem;
  text-align: center;
}

.photo-gallery h2,
.reviews h2 {
  margin-bottom: 1.625rem;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.photo-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.25rem;
}

.photo-gallery__grid a {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7ecee;
}

.photo-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-rating {
  margin: -0.75rem 0 2.5rem;
  color: var(--body);
  font-size: 0.95rem;
}

.review-rating span,
.review-card__stars {
  color: #f4b400;
  letter-spacing: 0.08em;
}

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 18.125rem;
  padding: 2.125rem;
  background: #f6f8f9;
  scroll-snap-align: start;
  text-align: left;
}

.review-person {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.review-avatar {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 1.25rem;
}

.review-person h3,
.review-person p,
.review-card > p {
  margin-bottom: 0;
}

.review-person h3 {
  color: var(--body);
  font-size: 1.05rem;
}

.review-person p {
  color: #6597a6;
  font-size: 0.85rem;
}

.review-card__stars {
  margin-left: auto;
}

.review-card > p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.carousel-controls {
  margin-block: 1.75rem 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.carousel-controls button,
.lightbox button {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6597a6;
  font-size: 1.35rem;
  cursor: pointer;
}

.carousel-controls button:hover {
  background: var(--surface);
}

.carousel-controls span {
  min-width: 4rem;
  color: var(--muted);
  font-size: 0.875rem;
}

.site-footer {
  padding: 4.5rem max(2rem, calc((100% - var(--content)) / 2));
  background: #111c26;
  color: #b9c1c8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
}

.site-footer h2 {
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #33434f;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer section > a {
  width: fit-content;
  margin-bottom: 0.45rem;
  display: block;
  color: #b9c1c8;
  font-size: 0.85rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
}

.site-footer section > .footer-social-link {
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0.75rem;
  display: grid;
  place-items: center;
  border: 1px solid #475866;
  border-radius: 50%;
  font-size: 1.25rem;
}

.footer-contact p {
  margin-top: 1.5rem;
  color: #8f9ba5;
  font-size: 0.75rem;
  line-height: 1.6;
}

.simple-page {
  width: min(var(--reading), calc(100% - 3rem));
  min-height: 50vh;
  margin-inline: auto;
  padding-block: 6rem;
  text-align: center;
}

.simple-page h1 {
  font-size: clamp(2.25rem, 6vw, 3rem);
}

.photo-hero {
  min-height: 20rem;
  display: grid;
  place-items: center;
  background-color: #d9e5e9;
  background-image: linear-gradient(rgb(0 29 67 / 12%), rgb(0 29 67 / 12%)), var(--hero-image);
  background-position: center, var(--hero-position, center);
  background-size: cover;
}

.photo-hero h1 {
  margin: 0;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  text-align: center;
}

.content-shell,
.contact-shell,
.summer-shell {
  width: min(var(--content), calc(100% - 4rem));
  margin-inline: auto;
  padding-block: 5rem 6rem;
}

.content-shell {
  width: min(var(--reading), calc(100% - 4rem));
}

.content-shell > h1,
.page-heading h1 {
  margin-bottom: 2.75rem;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  text-align: center;
}

.content-shell > p,
.content-section > p,
.content-shell li {
  font-size: 1.0625rem;
}

.content-shell > p + p,
.content-section > p + p {
  margin-top: 1.125rem;
}

.content-shell > hr {
  margin-block: 3.75rem;
  border: 0;
  border-top: 1px solid var(--line);
}

.content-section + .content-section,
.content-shell > p + .content-section,
.content-shell > .lead + p {
  margin-top: 3.25rem;
}

.content-section h2 {
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
  font-weight: 600;
}

.content-section .content-section {
  margin-top: 2.75rem;
}

.content-section .content-section h2 {
  font-size: 1.45rem;
}

.major-section > h2 {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  text-align: center;
}

.content-shell ul {
  margin: 0;
  padding-left: 1.4rem;
}

.content-shell li + li {
  margin-top: 0.55rem;
}

.lead {
  color: var(--navy);
  font-size: 1.3rem !important;
  font-weight: 600;
}

.lead.centered {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.fine-print {
  color: var(--muted);
  font-size: 0.9rem !important;
}

.notice {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border-left: 0.25rem solid #d74a42;
  background: #fff5f3;
  color: #82332c;
  font-weight: 600;
}

.centered-actions {
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.faq-list {
  margin: 0;
}

.faq-list > div {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
}

.faq-list > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.faq-list dt {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.faq-list dd {
  margin: 0.75rem 0 0;
}

.faq-list dd p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.faq-list dd p + p {
  margin-top: 1rem;
}

.price-table {
  margin: 2rem 0 0;
  border: 1px solid var(--line);
}

.price-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.price-list th,
.price-list td {
  padding: 1.15rem 1rem;
  vertical-align: top;
  text-align: left;
}

.price-list thead th {
  padding-block: 0.7rem;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-list tr + tr > * {
  border-top: 1px solid var(--line);
}

.price-list th:first-child {
  width: auto;
}

.price-list th:nth-child(2),
.price-list td:nth-child(2) {
  width: 7.5rem;
}

.price-list th:nth-child(3),
.price-list td:nth-child(3) {
  width: 6.5rem;
}

.price-list tbody th {
  color: var(--ink);
  font-weight: 600;
}

.price-list tbody th small {
  margin-top: 0.35rem;
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
}

.price-list th:nth-child(n + 2),
.price-list td:nth-child(n + 2) {
  text-align: right;
}

.price-list td:nth-child(2) strong {
  color: var(--navy);
}

.price-list td:nth-child(3) {
  color: var(--muted);
}

.hours-table {
  margin-top: 1rem;
  border: 1px solid var(--line);
}

.hours-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.hours-list th,
.hours-list td {
  padding: 0.9rem 1rem;
  vertical-align: top;
  text-align: left;
}

.hours-list thead th {
  padding-block: 0.7rem;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hours-list tr + tr > * {
  border-top: 1px solid var(--line);
}

.hours-list th:first-child {
  width: 40%;
}

.hours-list tbody th {
  color: var(--ink);
  font-weight: 600;
}

.hours-list tbody th small {
  margin-top: 0.2rem;
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.hours-list td strong {
  color: var(--navy);
}

.link-list {
  display: grid;
  gap: 0.75rem;
}

.link-list a {
  padding: 1.25rem;
  border-left: 0.25rem solid var(--blue);
  background: var(--surface);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.page-heading {
  width: min(var(--content), calc(100% - 4rem));
  margin-inline: auto;
  padding-block: 5rem 3.75rem;
  text-align: center;
}

.summer-shell > .page-heading,
.contact-shell > .page-heading {
  width: 100%;
  padding-top: 0;
}

.page-heading h1 {
  margin-bottom: 1rem;
}

.page-heading > p:last-child {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.125rem;
}

.instructor-list {
  width: min(var(--content), calc(100% - 4rem));
  margin: 0 auto 6rem;
  border-top: 1px solid var(--line);
}

.instructor-card {
  padding-block: 3.5rem;
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 3.5rem;
  border-bottom: 1px solid var(--line);
}

.instructor-photo {
  width: 16rem;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--surface);
}

.instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.instructor-copy h2 {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
}

.instructor-copy header > p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.instructor-copy > p {
  margin-top: 1.25rem;
}

.instructor-copy dl {
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.instructor-copy dt {
  margin-bottom: 0.4rem;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instructor-copy dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.instructor-copy ul {
  margin: 0;
  padding-left: 1.125rem;
}

.season-update {
  padding: 2.25rem 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.5rem;
  border-left: 0.35rem solid var(--blue);
  background: var(--surface);
}

.season-update h2 {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}

.season-update p:not(.eyebrow) {
  margin-bottom: 0.25rem;
}

.locations {
  margin-top: 5rem;
}

.locations > header {
  margin-bottom: 2.5rem;
}

.locations > header h2 {
  margin-bottom: 0.35rem;
  font-size: 2rem;
}

.location-list {
  border-top: 1px solid var(--line);
}

.location-card {
  padding-block: 3rem;
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 3.5rem;
  border-bottom: 1px solid var(--line);
}

.location-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface);
}

.location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card__copy h3 {
  margin-bottom: 0.35rem;
  font-size: 1.75rem;
}

.location-card__copy .location-detail {
  color: var(--navy);
  font-weight: 600;
}

.location-card__copy .availability {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.location-card__copy .button {
  margin-top: 0.75rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.contact-details {
  padding: 2.25rem;
  border-left: 0.35rem solid var(--blue);
  background: var(--surface);
}

.contact-details h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.contact-details dl {
  margin: 2.25rem 0 0;
}

.contact-details dl > div + div {
  margin-top: 1.5rem;
}

.contact-details dt,
.contact-form label > span {
  margin-bottom: 0.35rem;
  display: block;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
}

.contact-details dd a {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-details dd strong,
.contact-details dd span {
  display: block;
}

.contact-details dd strong {
  font-size: 1.25rem;
}

.contact-details dd span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid #cbd6da;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.contact-form input {
  min-height: 3rem;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form .button {
  width: fit-content;
}

.form-status {
  padding: 1rem;
  border-left: 0.25rem solid #3e8d63;
  background: #eff8f3;
  color: #286245;
}

.hiring-contact {
  margin-top: 3rem !important;
  color: var(--navy);
  font-size: 1.2rem !important;
  font-weight: 600;
}

.weather-status {
  margin-top: 3rem;
}

.status-card {
  padding: 1.75rem 2rem;
  border-left: 0.35rem solid #3e8d63;
  background: var(--surface);
}

.status-card + .status-card {
  margin-top: 1rem;
}

.status-card h2 {
  margin-bottom: 0.65rem;
  font-size: 1.4rem;
}

.status-card p:last-child {
  margin-bottom: 0;
}

.status-card.status-alert {
  border-left-color: #d74a42;
  background: #fff5f3;
}

.status-updated {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.85rem !important;
  text-align: center;
}

.admin-page {
  background: #f2f5f6;
}

.admin-page #main-content {
  min-height: 100vh;
}

.admin-shell {
  width: min(70rem, calc(100% - 3rem));
  margin-inline: auto;
  padding-block: 2rem 4rem;
}

.admin-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.admin-header img {
  width: 4.75rem;
  height: auto;
}

.admin-header h1 {
  margin: 0;
  font-size: 2.25rem;
}

.admin-header p {
  margin: 0;
}

.admin-nav {
  margin-top: 2rem;
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #cbd6da;
}

.admin-nav button {
  min-height: 3rem;
  padding-inline: 1.1rem;
  border: 0;
  border-bottom: 0.2rem solid transparent;
  background: transparent;
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.admin-nav button[aria-pressed="true"] {
  border-bottom-color: var(--blue);
  color: var(--navy);
}

.admin-panel {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--white);
  box-shadow: 0 0.35rem 1.5rem rgb(0 45 104 / 7%);
}

.admin-panel h2 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.admin-note {
  padding: 1rem;
  background: var(--surface);
  color: var(--muted);
}

.metric-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-grid article {
  padding: 1.25rem;
  border: 1px solid var(--line);
}

.metric-grid span,
.metric-grid strong {
  display: block;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric-grid strong {
  margin-top: 0.5rem;
  color: var(--navy);
  font-size: 1.75rem;
}

.activity-list table {
  width: 100%;
  border-collapse: collapse;
}

.activity-list th,
.activity-list td {
  padding: 0.8rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.activity-list th:last-child,
.activity-list td:last-child {
  text-align: right;
}

.activity-list td strong,
.activity-list td small {
  display: block;
}

.activity-list td strong {
  color: var(--ink);
  font-weight: 600;
}

.activity-list td small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.weather-admin-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.weather-admin-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
}

.weather-admin-card[data-alert] {
  border-left: 0.3rem solid #d74a42;
}

.weather-admin-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.weather-admin-card p {
  color: var(--muted);
  font-size: 0.85rem;
}

.weather-admin-card label {
  display: grid;
  gap: 0.35rem;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.weather-admin-card input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.6rem;
  border: 1px solid #cbd6da;
  font-size: 1rem;
  text-transform: none;
}

.weather-admin-actions {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}

.weather-admin-actions button {
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border: 0;
  background: var(--blue);
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
}

.weather-admin-actions button:last-child {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
}

.eyebrow {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lightbox {
  width: min(70rem, calc(100% - 3rem));
  height: min(47rem, calc(100% - 3rem));
  padding: 0.625rem;
  overflow: visible;
  border: 0;
  background: var(--white);
}

.lightbox::backdrop {
  background: rgb(0 0 0 / 88%);
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
}

.lightbox button {
  position: absolute;
  z-index: 1;
  background: rgb(255 255 255 / 94%);
  color: #333;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 30%);
}

.lightbox__close {
  top: -1.25rem;
  right: -1.25rem;
}

.lightbox__previous,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__previous {
  left: -1.375rem;
}

.lightbox__next {
  right: -1.375rem;
}

@media (max-width: 62rem) {
  :root {
    --header-height: 5rem;
  }

  .site-header {
    padding-inline: 1.5rem;
  }

  .brand img {
    width: 4.7rem;
    height: 3rem;
  }

  .menu-button {
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--navy);
    cursor: pointer;
  }

  .menu-button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .menu-button__close-icon {
    display: none;
  }

  .menu-button[aria-expanded="true"] .menu-button__open-icon {
    display: none;
  }

  .menu-button[aria-expanded="true"] .menu-button__close-icon {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--mobile-nav-top, var(--header-height)) 0 0;
    margin-left: 0;
    padding: 1.25rem 1.5rem 3rem;
    display: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--white);
    border-top: 1px solid var(--line);
    white-space: normal;
  }

  .site-nav[data-open] {
    display: block;
  }

  .site-nav > a,
  .nav-disclosure > summary {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.875rem 0;
    justify-content: flex-start;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
  }

  .site-nav > a,
  .nav-disclosure {
    display: flex;
  }

  .nav-disclosure {
    width: 100%;
    flex-direction: column;
  }

  .nav-cta {
    margin: 1rem 0 0;
    padding-inline: 1rem !important;
    justify-content: center !important;
  }

  .nav-disclosure__menu {
    position: static;
    width: 100%;
    padding: 0.25rem 0 0.75rem 1rem;
    box-shadow: none;
  }

  .nav-disclosure__menu a {
    min-height: 2.75rem;
    padding-inline: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-hero {
    height: 30rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instructor-card {
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 2rem;
  }

  .instructor-photo {
    width: 13rem;
  }

  .location-card {
    gap: 2rem;
  }
}

@media (max-width: 45rem) {
  .weather-banner {
    padding-inline: 0.75rem;
    flex-wrap: wrap;
    gap: 0.25rem 0.6rem;
    font-size: 0.75rem;
  }

  .home-hero {
    height: 24rem;
  }

  .home-hero__overlay {
    width: calc(100% - 2rem);
  }

  .home-hero h1 {
    font-size: clamp(2rem, 9vw, 2.625rem);
  }

  .home-hero p {
    margin-top: 1.25rem;
    font-size: 1.1rem;
  }

  .home-layout {
    width: calc(100% - 2.5rem);
    padding-block: 3.5rem;
  }

  .home-intro,
  .mission {
    font-size: 1.05rem;
  }

  .home-plan {
    margin-inline: -0.25rem;
    padding: 1.75rem 1.5rem 2rem;
  }

  .button-row {
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 3.25rem;
  }

  .phone-callout > p {
    font-size: 1.4rem;
  }

  .phone-callout a {
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }

  .photo-gallery,
  .reviews {
    margin-top: 3.5rem;
  }

  .photo-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Odd photo count: let the last photo span the full row so the grid
     ends evenly instead of leaving a lone half-width orphan. */
  .photo-gallery__grid a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .review-card {
    min-height: 26rem;
    padding: 1.5rem;
  }

  .review-card__stars {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .photo-hero {
    min-height: 14rem;
  }

  .content-shell,
  .contact-shell,
  .summer-shell,
  .page-heading,
  .instructor-list {
    width: calc(100% - 2.5rem);
  }

  .content-shell,
  .contact-shell,
  .summer-shell {
    padding-block: 3.5rem 4rem;
  }

  .page-heading {
    padding-block: 3.5rem 2.5rem;
  }

  .content-shell > h1,
  .page-heading h1 {
    margin-bottom: 2rem;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .faq-list > div {
    padding-block: 1.5rem;
  }

  .price-list thead {
    display: none;
  }

  .price-list,
  .price-list tbody,
  .price-list tr {
    display: block;
  }

  .price-list tr {
    padding: 1rem;
  }

  .price-list tbody tr + tr {
    border-top: 1px solid var(--line);
  }

  .price-list tr + tr > * {
    border-top: 0;
  }

  .price-list tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem 1rem;
  }

  .price-list th,
  .price-list td {
    width: auto !important;
    padding: 0;
  }

  .price-list tbody th {
    grid-column: 1 / -1;
  }

  .price-list td:nth-child(2) {
    grid-column: 1;
    text-align: left;
  }

  .price-list td:nth-child(3) {
    grid-column: 2;
    text-align: right;
  }

  .hours-list thead {
    display: none;
  }

  .hours-list,
  .hours-list tbody {
    display: block;
  }

  .hours-list tbody tr {
    padding: 0.9rem 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
  }

  .hours-list tbody tr + tr {
    border-top: 1px solid var(--line);
  }

  .hours-list tr + tr > * {
    border-top: 0;
  }

  .hours-list th,
  .hours-list td {
    width: auto !important;
    padding: 0;
  }

  .instructor-card,
  .location-card,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .instructor-card {
    padding-block: 2.5rem;
  }

  .instructor-photo {
    width: min(100%, 18rem);
    margin-inline: auto;
  }

  .instructor-copy dl {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .season-update {
    padding: 1.75rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .season-update .button {
    width: 100%;
  }

  .location-card {
    padding-block: 2.25rem;
  }

  .location-card__copy .button {
    width: 100%;
  }

  .contact-layout {
    gap: 2.5rem;
  }

  .contact-details {
    padding: 1.5rem;
  }

  .form-row,
  .metric-grid,
  .weather-admin-grid {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    width: 100%;
  }

  .admin-shell {
    width: calc(100% - 1.5rem);
    padding-top: 1rem;
  }

  .admin-panel {
    padding: 1.25rem;
  }

  .activity-list {
    overflow-x: auto;
  }

  .weather-admin-actions {
    grid-template-columns: 1fr;
  }

  .lightbox {
    width: calc(100% - 2rem);
    height: min(70vh, 35rem);
  }

  .lightbox__previous {
    left: -0.75rem;
  }

  .lightbox__next {
    right: -0.75rem;
  }
}

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

@media (forced-colors: active) {
  .home-hero::after {
    display: none;
  }

  .button,
  .nav-cta {
    border: 1px solid ButtonText;
  }
}
