:root {
  --dark-green: #064322;
  --green: #2d6f26;
  --light-green: #6fa91f;
  --soft-bg: #f8faf5;
  --text-dark: #151c18;
  --site-font: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  font-family: var(--site-font);
  background: var(--soft-bg);
  color: var(--text-dark);
}

button,
input,
select,
textarea {
  font-family: var(--site-font);
}

img {
  max-width: 100%;
}

/* Header */
.main-header {
  background: rgba(248, 250, 245, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(6, 67, 34, 0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

section {
  scroll-margin-top: 104px;
}

.navbar {
  padding: 14px 0;
}

.site-logo {
  height: 82px;
  width: auto;
  object-fit: contain;
}

.brand-text h5 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.brand-text p {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

.brand-text span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--dark-green);
}

.btn-icon {
  margin-right: 8px;
}



/* .hero-feature-strip {
  position: relative;
  z-index: 20;
  margin-top: 24px;
  background: rgba(255,255,255,0.98);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  display: flex;
  width: 560px;
  max-width: 100%;
  overflow: hidden;
} */

.hero-feature-strip {
  position: relative;
  z-index: 20;
  margin-top: 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  width: 680px;
  max-width: 100%;
  overflow: visible;
}



.navbar {
  padding: 8px 0;
}

.navbar-toggler {
  border-color: rgba(6, 67, 34, 0.28);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(45, 111, 38, 0.18);
}



/* .hero-feature {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-right: 1px solid #d9ded6;
  background: #fff;
} */

.hero-feature {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 26px 10px 0;
  border-right: 1px solid rgba(0,0,0,0.12);
  background: transparent;
}


.hero-feature:last-child {
  border-right: none;
}

.feature-icon {
  font-size: 36px;
  color: var(--light-green);
}


/* .hero-feature h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-feature p {
  margin: 3px 0 0;
  font-size: 12px;
  color: #555;
} */


.hero-feature h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
}

.hero-feature p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #333;
}

.navbar-nav {
  gap: 34px;
}

.nav-link {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0 !important;
  position: relative;
}

.nav-link.active,
.nav-link:hover {
  color: var(--green);
}

.nav-link.active::after,
.nav-link:hover::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  background: var(--light-green);
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.join-btn {
  background: var(--dark-green);
  color: white;
  padding: 14px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(4, 61, 32, 0.22);
}

.join-btn:hover {
  background: #022c17;
  color: white;
}

/* Hero */


.hero-label {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
}



.hero-content h1 span {
  color: var(--green);
  font-weight: 700;
}

.green-line {
  width: 52px;
  height: 4px;
  background: var(--green);
  margin-bottom: 22px;
}

.hero-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #222;
}

.hero-actions {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.primary-btn,
.secondary-btn {
  padding: 15px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}


.primary-btn {
  background: var(--dark-green);
  color: white;
}

.secondary-btn {
  background: white;
  color: var(--dark-green);
  border: 1.5px solid var(--dark-green);
}


.primary-btn:hover {
  background: #022c17;
  color: white;
}

.secondary-btn:hover {
  background: var(--dark-green);
  color: white;
}

/* Hero Image */
.hero-image-wrap {
  position: relative;
  min-height: 620px;
}

.hero-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-visual {
  position: absolute;
  top: -60px;
  right: 0;
  width: 110%;
  height: 620px;
  overflow: hidden;
}


.coach-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--dark-green);
  color: white;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-radius: 6px;
  width: 330px;
  z-index: 8;
}


.badge-icon {
  font-size: 34px;
}

.coach-badge h6 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.coach-badge p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.hero-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-visual::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(
        to right,
        #f8faf5 0%,
        rgba(248,250,245,0.95) 20%,
        rgba(248,250,245,0.75) 40%,
        rgba(248,250,245,0) 100%
    );
    z-index: 2;
}



/* .hero-content {
  width: 44%;
  padding-top: 35px;
  position: relative;
  z-index: 6;
} */

.hero-content {
  width: 52%;
  padding-top: 70px;
  position: relative;
  z-index: 6;
}

.hero-content h1 {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 500;
  color: #151c18;
  margin-bottom: 20px;
}





/* .hero-section {
  position: relative;
  min-height: 700px;
  background: #f8faf5;
  overflow: hidden;
  padding-top: 120px;
  margin-top: 0;
} */

.hero-section {
  position: relative;
  min-height: 650px;
  background: #f8faf5;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 35px;
}

.hero-bg {
  position: absolute;
  top: 95px;
  right: 0;
  width: 68%;
  height: calc(100% - 70px);
  background:
    linear-gradient(90deg,
      rgba(248,250,245,1) 0%,
      rgba(248,250,245,0.86) 14%,
      rgba(248,250,245,0.42) 30%,
      rgba(248,250,245,0.08) 48%,
      rgba(248,250,245,0) 66%
    ),
    url("images/hero-player-optimized.jpg") center center / cover no-repeat;
  z-index: 1;
}


.hero-container {
  position: relative;
  z-index: 5;
}

/* Shared Sections */
.section-block {
  padding: 34px 0;
  background: #fff;
}

.section-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 6px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section-title,
.center-heading h2 {
  color: #101711;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.section-line {
  width: 34px;
  height: 4px;
  background: var(--light-green);
  border-radius: 10px;
  margin: 14px 0 20px;
}

.section-copy {
  color: #252b27;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 650px;
}

.center-heading {
  margin-bottom: 26px;
  text-align: center;
}

.center-heading.compact {
  margin-bottom: 18px;
}

.center-heading h2 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.dark-link-btn,
.outline-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.dark-link-btn {
  background: var(--dark-green);
  color: #fff;
  padding: 13px 22px;
}

.dark-link-btn:hover {
  background: #022c17;
  color: #fff;
}

.outline-small-btn {
  border: 1.5px solid var(--dark-green);
  color: var(--dark-green);
  padding: 10px 16px;
}

.outline-small-btn:hover {
  background: var(--dark-green);
  color: #fff;
}

/* About */
.about-section {
  border-top: 1px solid rgba(6, 67, 34, 0.08);
}

.about-visual {
  position: relative;
  min-height: 365px;
}

.about-visual img {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.dot-pattern {
  position: absolute;
  top: -10px;
  left: -26px;
  width: 80px;
  height: 120px;
  background-image: radial-gradient(rgba(6, 67, 34, 0.35) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
  z-index: 0;
}

.about-visual img,
.mission-card {
  position: relative;
  z-index: 1;
}

.mission-card {
  position: absolute;
  left: -18px;
  bottom: -10px;
  width: 295px;
  background: var(--dark-green);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 8px;
}

.mission-icon {
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 1;
}

.mission-card h6 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mission-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
}

.about-point {
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid rgba(6, 67, 34, 0.14);
}

.about-point:first-child {
  padding-left: 0;
}

.about-point:last-child {
  border-right: none;
  padding-right: 0;
}

.point-icon {
  color: var(--light-green);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}

.about-point h6 {
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.about-point p {
  color: #333;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

/* Programs */
.programs-section {
  background: #fbfcfa;
  border-top: 1px solid rgba(6, 67, 34, 0.08);
  border-bottom: 1px solid rgba(6, 67, 34, 0.08);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.program-card {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 135px;
  padding: 24px 28px;
}

.program-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 34px;
}

.program-icon i {
  color: inherit;
  display: block;
  font-size: 38px;
  line-height: 1;
}

.program-icon.dark {
  color: var(--dark-green);
}

.program-card h5 {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.program-card p {
  color: #202720;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.program-card strong {
  color: var(--green);
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

/* Coaches */
.coaches-section {
  background: #f4f7f1;
}

.section-head-row {
  position: relative;
}

.section-head-row .outline-small-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.section-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.coach-slider {
  position: relative;
}

.coach-slider-window {
  overflow: hidden;
  padding: 2px;
}

.coach-grid {
  display: flex;
  gap: 28px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.coach-card {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex: 0 0 calc((100% - 56px) / 3);
  gap: 22px;
  padding: 20px 28px;
}

.coach-slider-btn {
  align-items: center;
  background: var(--dark-green);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
  width: 42px;
  z-index: 2;
}

.coach-slider-btn:hover {
  background: var(--green);
  transform: translateY(-50%) scale(1.05);
}

.coach-slider-btn i {
  font-size: 20px;
  line-height: 1;
}

.coach-slider-prev {
  left: -21px;
}

.coach-slider-next {
  right: -21px;
}

.coach-card img {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  background: #e7ece4;
}

.coach-card h5 {
  color: var(--green);
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.coach-card p {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 12px;
}

.coach-card span {
  display: block;
  color: #222;
  font-size: 12px;
  margin-top: 4px;
}

/* Facilities */
.facilities-strip {
  background: #fbfcfa;
  border-top: 1px solid rgba(6, 67, 34, 0.08);
  border-bottom: 1px solid rgba(6, 67, 34, 0.08);
  padding: 48px 0;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.facility-item {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding: 24px 18px;
  place-items: center;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.facility-item:hover {
  box-shadow: 0 16px 34px rgba(6, 67, 34, 0.1);
  transform: translateY(-4px);
}

.facility-item span {
  align-items: center;
  background: rgba(111, 169, 31, 0.12);
  border-radius: 50%;
  color: var(--green);
  display: grid;
  font-size: 30px;
  height: 64px;
  justify-content: center;
  line-height: 1;
  width: 64px;
}

.facility-item h6 {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.facility-item p {
  color: #222;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* Facilities Page */
.facilities-page {
  background: #fff;
}

.facilities-hero-page {
  background: linear-gradient(90deg, rgba(248,250,245,1) 0%, rgba(248,250,245,0.94) 48%, rgba(248,250,245,0.74) 100%);
  padding: 154px 0 54px;
}

.facilities-hero-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.95fr 1.05fr;
}

.facilities-hero-grid h1 {
  color: #101711;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.facilities-hero-grid > div > p:not(.section-kicker) {
  color: #253029;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 620px;
}

.facilities-hero-image img {
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(6, 67, 34, 0.16);
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.facilities-detail-section {
  background: #fff;
  padding: 54px 0;
}

.facilities-detail-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
}

.facility-detail-card {
  background: #fbfcfa;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  padding: 26px 22px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.facility-detail-card:hover {
  box-shadow: 0 16px 34px rgba(6, 67, 34, 0.1);
  transform: translateY(-4px);
}

.facility-detail-card span {
  align-items: center;
  background: rgba(111, 169, 31, 0.12);
  border-radius: 50%;
  color: var(--green);
  display: grid;
  font-size: 30px;
  height: 64px;
  justify-content: center;
  margin-bottom: 18px;
  width: 64px;
}

.facility-detail-card h3 {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.facility-detail-card p {
  color: #303a32;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.facilities-cta-section {
  background: #fff;
  padding: 0 0 54px;
}

/* Gallery */
.gallery-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 112px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.gallery-btn {
  padding-inline: 20px;
}

/* Testimonials */
.testimonials-section {
  background: #fff;
  padding-top: 18px;
  padding-bottom: 28px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  min-height: 128px;
  padding: 20px 26px;
}

.quote-mark {
  color: var(--light-green);
  font-size: 34px;
  font-weight: 800;
  line-height: 0.8;
}

.testimonial-card p {
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.testimonial-card h6 {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-card span {
  color: #333;
  font-size: 12px;
}

/* Contact and Footer */
.contact-strip {
  background: #fff;
  border-top: 1px solid rgba(6, 67, 34, 0.1);
  padding: 58px 0;
}

.contact-heading {
  margin-bottom: 34px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: stretch;
  gap: 34px;
}

.contact-heading h3 {
  color: var(--dark-green);
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(6, 67, 34, 0.16);
  border-radius: 6px;
  font-size: 14px;
  min-width: 0;
  outline: none;
  padding: 13px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(111, 169, 31, 0.14);
}

.contact-form textarea {
  grid-column: 1 / -1;
  resize: vertical;
}

.contact-form button {
  background: var(--dark-green);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-self: start;
  padding: 13px 22px;
  text-transform: uppercase;
}

.contact-info {
  background: #f4f7f1;
  border: 1px solid rgba(6, 67, 34, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 26px;
}

.contact-info-item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.contact-info-item i {
  align-items: center;
  background: var(--dark-green);
  border-radius: 50%;
  color: #fff;
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-info-item h6 {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.contact-info-item p {
  color: #1b241d;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.contact-info-item a {
  color: inherit;
  text-decoration: none;
}

.contact-info-item a:hover,
.contact-info-item a:focus {
  color: var(--dark-green);
  text-decoration: underline;
}

.site-footer {
  background: linear-gradient(90deg, #05351d, #063f22);
  color: #fff;
  padding: 28px 0 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 38px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.footer-brand h4 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}

.footer-brand p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.footer-brand span {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: 8px;
  text-transform: uppercase;
}

.footer-links h6,
.footer-social h6 {
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-links {
  columns: 2;
}

.footer-links h6 {
  column-span: all;
}

.footer-links a {
  color: rgba(255,255,255,0.9);
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-social a {
  align-items: center;
  background: none;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 36px;
}

.footer-social a:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.footer-social a img {
  display: block;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  margin: 22px 0 0;
  padding-top: 12px;
  text-align: center;
}

/* Join Academy Modal */
.join-modal .modal-dialog {
  max-width: 680px;
}

.join-modal .modal-content {
  border: none;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(6, 67, 34, 0.25);
  display: flex;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.join-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.join-modal .modal-header {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(6, 67, 34, 0.96), rgba(45, 111, 38, 0.94));
  border-bottom: none;
  color: #fff;
  padding: 20px 24px;
}

.modal-kicker {
  color: rgba(255,255,255,0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.join-modal .modal-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.join-modal .btn-close {
  filter: invert(1);
  opacity: 0.9;
}

.join-modal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 24px 16px;
}

.form-intro {
  color: #303a32;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.compact-form-grid {
  align-items: start;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field.full-width {
  grid-column: 1 / -1;
}

.form-field label {
  color: #17221a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid rgba(6, 67, 34, 0.18);
  border-radius: 5px;
  color: #111;
  font-size: 13px;
  outline: none;
  padding: 11px 12px;
  width: 100%;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(45, 111, 38, 0.12);
}

.form-note {
  color: #4a514b;
  font-size: 11px;
  line-height: 1.5;
  margin: 14px 0 0;
}

.form-status {
  color: #303a32;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  min-height: 18px;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #a12222;
}

.join-modal .modal-footer {
  background: #f7faf4;
  border-top: 1px solid rgba(6, 67, 34, 0.1);
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 24px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.modal-cancel-btn,
.modal-submit-btn {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  padding: 12px 20px;
  text-transform: uppercase;
}

.modal-cancel-btn {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.2);
  color: var(--dark-green);
}

.modal-submit-btn {
  background: var(--dark-green);
  border: none;
  color: #fff;
}

.modal-submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

/* Thank You Page */
.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(248,250,245,0.98) 0%, rgba(248,250,245,0.88) 48%, rgba(248,250,245,0.68) 100%),
    url("images/about-facility-optimized.jpg") center center / cover no-repeat;
}

.thank-you-header {
  background: rgba(248, 250, 245, 0.94);
  border-bottom: 1px solid rgba(6, 67, 34, 0.1);
  padding: 14px 0;
}

.thank-you-brand {
  align-items: center;
  color: #111;
  display: inline-flex;
  gap: 14px;
  text-decoration: none;
}

.thank-you-brand img {
  height: 70px;
  object-fit: contain;
  width: auto;
}

.thank-you-brand h5,
.thank-you-brand p {
  color: #111;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.thank-you-brand h5 {
  font-size: 18px;
}

.thank-you-brand p {
  font-size: 14px;
  margin-top: 4px;
}

.thank-you-brand span {
  color: var(--dark-green);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-top: 7px;
}

.thank-you-main {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 99px);
  padding: 54px 0;
}

.thank-you-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(6, 67, 34, 0.14);
  max-width: 650px;
  padding: 44px;
}

.thank-you-icon {
  align-items: center;
  background: var(--dark-green);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 34px;
  font-weight: 800;
  height: 68px;
  justify-content: center;
  margin-bottom: 22px;
  width: 68px;
}

.thank-you-card h1 {
  color: #101711;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.thank-you-card > p:not(.section-kicker) {
  color: #253029;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mobile-call-btn {
  display: none;
}

.thank-you-error .thank-you-icon {
  background: #9a4f00;
}

/* About Page */
.about-page {
  background: #fff;
}

.about-hero-page {
  background:
    linear-gradient(90deg, rgba(248,250,245,1) 0%, rgba(248,250,245,0.94) 48%, rgba(248,250,245,0.74) 100%);
  padding: 154px 0 54px;
}

.about-hero-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.95fr 1.05fr;
}

.about-hero-copy h1 {
  color: #101711;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.about-hero-copy > p:not(.section-kicker) {
  color: #253029;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 620px;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-page-visual {
  position: relative;
}

.about-page-visual img {
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(6, 67, 34, 0.16);
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.about-floating-card {
  background: var(--dark-green);
  border-radius: 6px;
  bottom: 0;
  color: #fff;
  right: 0;
  max-width: 310px;
  padding: 18px 20px;
  position: absolute;
}

.about-floating-card strong,
.about-floating-card span {
  display: block;
}

.about-floating-card strong {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.about-floating-card span {
  font-size: 13px;
  line-height: 1.5;
}

.about-detail-section {
  padding-top: 52px;
}

.about-detail-grid {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 0.9fr;
}

.about-story-card {
  background: #f8faf5;
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 8px;
  padding: 26px;
}

.about-story-card h3 {
  color: var(--dark-green);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px;
}

.about-story-card p {
  color: #253029;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.about-value-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
}

.about-value-card {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 67, 34, 0.07);
  padding: 22px;
}

.about-value-card span {
  color: var(--light-green);
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 14px;
}

.about-value-card h3 {
  color: #101711;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.about-value-card p {
  color: #303a32;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.about-mission-band {
  background: var(--dark-green);
  color: #fff;
  padding: 48px 0;
}

.mission-band-grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr 1fr;
}

.about-mission-band .section-kicker {
  color: #b7e56f;
}

.about-mission-band h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.28;
  margin: 0;
}

.mission-points p {
  border-bottom: 1px solid rgba(255,255,255,0.16);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  padding: 0 0 14px;
}

.mission-points p + p {
  padding-top: 14px;
}

.mission-points p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-cta-section {
  background: #fff;
  padding: 42px 0;
}

.about-cta-box {
  align-items: center;
  background: #f8faf5;
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
}

.about-cta-box h2 {
  color: #101711;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

/* Video About Page */
.about-video-page {
  background: #fff;
}

.video-page-header {
  background: rgba(248, 250, 245, 0.9);
  backdrop-filter: blur(12px);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.video-about-hero {
  align-items: center;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 0 80px;
  position: relative;
}

.video-about-media,
.video-about-fallback,
.video-about-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-about-media {
  object-fit: cover;
  z-index: 1;
}

.video-about-fallback {
  background: url("images/about-facility-optimized.jpg") center center / cover no-repeat;
  z-index: 0;
}

.video-about-overlay {
  background:
    linear-gradient(90deg, rgba(248,250,245,0.96) 0%, rgba(248,250,245,0.86) 38%, rgba(248,250,245,0.18) 72%),
    linear-gradient(0deg, rgba(6,67,34,0.34), rgba(6,67,34,0.08));
  z-index: 2;
}

.video-about-content {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.video-about-kicker {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 7px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.video-about-content h1 {
  color: #101711;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
  max-width: 760px;
}

.video-about-content > p:not(.video-about-kicker) {
  color: #1f2923;
  font-size: 17px;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 620px;
}

.video-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.video-story-section {
  background: #fff;
  padding: 58px 0;
}

.video-story-grid {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.1fr;
}

.video-pill-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.video-pill-grid article {
  background: #f8faf5;
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 8px;
  padding: 24px;
}

.video-pill-grid span {
  color: var(--light-green);
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}

.video-pill-grid h3 {
  color: #101711;
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.video-pill-grid p {
  color: #303a32;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.video-focus-section {
  background: var(--soft-bg);
  padding: 58px 0;
}

.video-focus-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1fr;
}

.video-focus-image img {
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(6, 67, 34, 0.14);
  height: 410px;
  object-fit: cover;
  width: 100%;
}

.video-focus-content h2 {
  color: #101711;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
}

.video-focus-content p {
  color: #253029;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 24px;
}

.video-page-footer {
  background: linear-gradient(90deg, #05351d, #063f22);
  padding: 24px 0;
}

.video-footer-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

/* Premium About Page */
.about-premium-page {
  background: #fff;
}

.premium-about-header {
  background: rgba(248, 250, 245, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(6, 67, 34, 0.08);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.premium-about-hero {
  background: #f8faf5;
  overflow: hidden;
  padding: 142px 0 42px;
  position: relative;
}

.premium-hero-bg {
  background:
    radial-gradient(circle at 82% 18%, rgba(111,169,31,0.2), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,0.88), rgba(248,250,245,0.95));
  inset: 0;
  position: absolute;
}

.premium-hero-layout {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.92fr 1.08fr;
  position: relative;
  z-index: 2;
}

.premium-hero-copy h1 {
  color: #101711;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.premium-hero-copy > p:not(.section-kicker) {
  color: #253029;
  font-size: 16px;
  line-height: 1.8;
  margin: 22px 0 0;
  max-width: 610px;
}

.premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.premium-hero-card {
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(6, 67, 34, 0.16);
  overflow: hidden;
  position: relative;
}

.premium-hero-card img {
  display: block;
  height: 470px;
  object-fit: cover;
  width: 100%;
}

.premium-hero-note {
  background: var(--dark-green);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 18px 22px;
  position: absolute;
  width: min(390px, 100%);
}

.premium-hero-note span,
.premium-hero-note strong {
  display: block;
}

.premium-hero-note span {
  color: #b7e56f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.premium-hero-note strong {
  font-size: 15px;
  line-height: 1.45;
}

.premium-stat-bar {
  background: #fff;
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(6, 67, 34, 0.08);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  position: relative;
  z-index: 2;
}

.premium-stat-bar div {
  border-right: 1px solid rgba(6, 67, 34, 0.1);
  padding: 22px 28px;
}

.premium-stat-bar div:last-child {
  border-right: none;
}

.premium-stat-bar strong {
  color: var(--green);
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.premium-stat-bar span {
  color: #303a32;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.premium-story-section {
  background: #fff;
  padding: 54px 0 26px;
}

.premium-story-grid {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.9fr 1.1fr;
}

.premium-values-section {
  background: #fff;
  padding: 20px 0 54px;
}

.premium-value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.premium-value-grid article {
  background: #f8faf5;
  border: 1px solid rgba(6, 67, 34, 0.1);
  border-radius: 8px;
  padding: 24px;
}

.premium-value-grid span {
  color: var(--light-green);
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}

.premium-value-grid h3 {
  color: #101711;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.premium-value-grid p {
  color: #303a32;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.premium-pathway-section {
  background: var(--soft-bg);
  padding: 58px 0;
}

.premium-pathway-layout {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr 1fr;
}

.pathway-image-stack {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 0.78fr;
}

.pathway-image-stack img {
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(6, 67, 34, 0.12);
  height: 360px;
  object-fit: cover;
  width: 100%;
}

.pathway-image-stack img:last-child {
  margin-top: 54px;
}

.pathway-content h2 {
  color: #101711;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 24px;
}

.pathway-list {
  display: grid;
  gap: 14px;
}

.pathway-list div {
  background: #fff;
  border-left: 4px solid var(--light-green);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(6, 67, 34, 0.06);
  padding: 16px 18px;
}

.pathway-list strong,
.pathway-list span {
  display: block;
}

.pathway-list strong {
  color: var(--dark-green);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.pathway-list span {
  color: #303a32;
  font-size: 13px;
  line-height: 1.55;
}

.premium-about-cta {
  background: #fff;
  padding: 46px 0;
}

.premium-cta-box {
  align-items: center;
  background: linear-gradient(135deg, #063f22, #074b28);
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.premium-cta-box .section-kicker {
  color: #b7e56f;
}

.premium-cta-box h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.premium-cta-box .dark-link-btn {
  background: #fff;
  color: var(--dark-green);
}

.premium-about-footer {
  background: linear-gradient(90deg, #05351d, #063f22);
  padding: 24px 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .navbar-nav {
    gap: 20px;
  }

  .hero-content {
    width: 58%;
  }

  .about-hero-copy h1 {
    font-size: 42px;
  }

  .about-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-about-content h1 {
    font-size: 54px;
  }

  .premium-hero-copy h1 {
    font-size: 46px;
  }

  .premium-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .facilities-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .hero-bg {
    width: 72%;
  }

  .program-grid,
  .testimonial-grid {
    gap: 22px;
  }

  .program-card,
  .coach-card {
    padding: 20px;
  }

  .coach-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }
}

@media (max-width: 991px) {
  .main-header {
    position: fixed;
    background: var(--soft-bg);
  }

  .navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    background: rgba(248, 250, 245, 0.98);
    border-top: 1px solid rgba(6, 67, 34, 0.12);
    margin-top: 12px;
    padding: 12px 0 18px;
  }

  .site-logo {
    height: 68px;
  }

  .brand-text h5 {
    font-size: 16px;
  }

  .brand-text p {
    font-size: 13px;
  }

  .brand-text span {
    font-size: 9px;
  }

  .navbar-nav {
    gap: 10px;
    margin-top: 20px;
  }

  .nav-link {
    display: inline-block;
  }

  .join-btn {
    display: inline-block;
    margin-top: 15px;
  }

  .hero-section {
    background: #fff;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .hero-bg {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 380px;
    background:
      linear-gradient(0deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0.62) 30%,
        rgba(255,255,255,0.05) 70%
      ),
      url("images/hero-player-optimized.jpg") center center / cover no-repeat;
  }

  .hero-container {
    margin-top: -150px;
  }
   
  .hero-image-wrap {
    min-height: auto;
    margin-top: 40px;
  }

  .coach-badge {
    display: none;
  }

   .hero-content {
        width: 100%;
        margin-bottom: 28px;
        padding-top: 0;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-player {
        border-radius: 14px;
    }

  .hero-label {
    letter-spacing: 5px;
  }

  .hero-feature-strip {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .hero-feature {
    flex: 1 1 67px;
    border-right: none;
    padding: 0;
  }

  .section-block {
    padding: 42px 0;
  }

  .about-visual {
    margin-bottom: 24px;
  }

  .about-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .about-point:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }

  .about-point:nth-child(3) {
    padding-left: 0;
  }

  .program-grid,
  .coach-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .coach-card {
    flex-basis: 100%;
  }

  .coach-slider-prev {
    left: 8px;
  }

  .coach-slider-next {
    right: 8px;
  }

  .program-card {
    min-height: auto;
  }

  .section-head-row .outline-small-btn {
    position: static;
    margin: -8px auto 24px;
  }

  .section-action-row {
    justify-content: center;
  }

  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .facility-item {
    min-height: 160px;
  }

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

  .gallery-grid img {
    height: 170px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form button {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-hero-page {
    padding-top: 132px;
  }

  .about-hero-grid,
  .about-detail-grid,
  .mission-band-grid,
  .facilities-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-page-visual img,
  .facilities-hero-image img {
    height: 360px;
  }

  .video-story-grid,
  .video-focus-grid {
    grid-template-columns: 1fr;
  }

  .video-pill-grid {
    grid-template-columns: 1fr;
  }

  .premium-hero-layout,
  .premium-story-grid,
  .premium-pathway-layout {
    grid-template-columns: 1fr;
  }

  .premium-hero-card img {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    gap: 10px !important;
    max-width: calc(100% - 58px);
  }

  .site-logo {
    height: 56px;
  }

  .brand-text h5 {
    font-size: 14px;
  }

  .brand-text p {
    font-size: 11px;
  }

  .brand-text span {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .hero-bg {
    height: 320px;
  }

  .hero-container {
    margin-top: -125px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .hero-label {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .hero-desc br,
  .hero-content h1 br {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }

  .hero-feature-strip {
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
  }

  .hero-feature {
    flex: 0 0 auto;
    align-items: center;
    min-height: auto;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }

  .hero-feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .feature-icon {
    font-size: 24px;
    line-height: 1;
  }

  .hero-feature h6 {
    font-size: 12px;
  }

  .hero-feature p {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.2;
  }

  .coach-badge {
    align-items: flex-start;
    padding: 18px;
    width: 300px;
  }

  .section-block {
    padding: 34px 0;
  }

  .section-kicker {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .section-title {
    font-size: 25px;
  }

  .center-heading h2 {
    font-size: 20px;
  }

  .about-visual {
    min-height: auto;
    padding-bottom: 0;
  }

  .about-visual img {
    height: 260px;
  }

  .mission-card {
    position: static;
    margin-top: 12px;
    width: 100%;
  }

  .dot-pattern {
    display: none;
  }

  .about-points {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .about-point,
  .about-point:first-child,
  .about-point:last-child,
  .about-point:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid rgba(6, 67, 34, 0.12);
    padding: 0 0 18px;
  }

  .about-point:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .program-card,
  .coach-card {
    align-items: flex-start;
  }

  .program-icon {
    flex-basis: 62px;
    height: 62px;
    width: 62px;
    font-size: 32px;
  }

  .coach-card img {
    flex-basis: 82px;
    height: 82px;
    width: 82px;
  }

  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-item {
    min-height: auto;
    padding: 22px 18px;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-grid img {
    height: 125px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    grid-column: auto;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .join-modal .modal-dialog {
    align-items: end;
    display: flex;
    margin: 12px;
    max-width: none;
    min-height: calc(100% - 24px);
  }

  .join-modal .modal-content {
    border-radius: 10px;
    max-height: calc(100vh - 24px);
    min-height: auto;
  }

  @supports (height: 100dvh) {
    .join-modal .modal-content {
      max-height: calc(100dvh - 24px);
    }
  }

  .join-modal .modal-header,
  .join-modal .modal-body,
  .join-modal .modal-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .join-modal .modal-footer {
    align-items: stretch;
    flex-direction: column-reverse;
    position: sticky;
  }

  .modal-cancel-btn,
  .modal-submit-btn {
    width: 100%;
  }

  .thank-you-brand img {
    height: 56px;
  }

  .thank-you-brand h5 {
    font-size: 14px;
  }

  .thank-you-brand p {
    font-size: 11px;
  }

  .thank-you-brand span {
    display: none;
  }

  .thank-you-main {
    min-height: calc(100vh - 85px);
    padding: 28px 0;
  }

  .thank-you-card {
    padding: 28px 20px;
  }

  .thank-you-card h1 {
    font-size: 29px;
  }

  .thank-you-card > p:not(.section-kicker) {
    font-size: 14px;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .dark-link-btn,
  .thank-you-actions .outline-small-btn {
    width: 100%;
  }

  .section-action-row .dark-link-btn {
    width: 100%;
  }

  .mobile-call-btn {
    display: inline-flex;
  }

  .about-hero-page {
    padding: 112px 0 34px;
  }

  .facilities-hero-page {
    padding: 112px 0 34px;
  }

  .about-hero-grid,
  .facilities-hero-grid {
    gap: 28px;
  }

  .about-hero-copy h1,
  .facilities-hero-grid h1 {
    font-size: 34px;
  }

  .about-hero-copy > p:not(.section-kicker),
  .facilities-hero-grid > div > p:not(.section-kicker) {
    font-size: 14px;
  }

  .about-hero-actions,
  .about-cta-box {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero-actions .dark-link-btn,
  .about-hero-actions .outline-small-btn,
  .about-cta-box .dark-link-btn {
    width: 100%;
  }

  .about-page-visual img,
  .facilities-hero-image img {
    height: 260px;
  }

  .facilities-detail-section,
  .facilities-cta-section {
    padding: 34px 0;
  }

  .facilities-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-floating-card {
    bottom: 0;
    max-width: calc(100% - 24px);
    padding: 14px;
    right: 0;
  }

  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .about-mission-band {
    padding: 34px 0;
  }

  .about-mission-band h2,
  .about-cta-box h2 {
    font-size: 24px;
  }

  .video-about-hero {
    min-height: 86vh;
    padding: 112px 0 48px;
  }

  .video-about-overlay {
    background:
      linear-gradient(90deg, rgba(248,250,245,0.96) 0%, rgba(248,250,245,0.88) 72%, rgba(248,250,245,0.62) 100%),
      linear-gradient(0deg, rgba(6,67,34,0.28), rgba(6,67,34,0.08));
  }

  .video-about-kicker {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .video-about-content h1 {
    font-size: 38px;
  }

  .video-about-content > p:not(.video-about-kicker) {
    font-size: 14px;
  }

  .video-about-actions,
  .video-footer-row {
    align-items: stretch;
    flex-direction: column;
  }

  .video-about-actions .primary-btn,
  .video-about-actions .secondary-btn,
  .video-footer-row .outline-small-btn {
    width: 100%;
  }

  .video-story-section,
  .video-focus-section {
    padding: 38px 0;
  }

  .video-pill-grid article {
    padding: 20px;
  }

  .video-focus-image img {
    height: 260px;
  }

  .video-focus-content h2 {
    font-size: 26px;
  }

  .premium-about-hero {
    padding: 112px 0 32px;
  }

  .premium-hero-layout {
    gap: 28px;
  }

  .premium-hero-copy h1 {
    font-size: 34px;
  }

  .premium-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
  }

  .premium-hero-actions,
  .premium-cta-box,
  .video-footer-row {
    align-items: stretch;
    flex-direction: column;
  }

  .premium-hero-actions .dark-link-btn,
  .premium-hero-actions .outline-small-btn,
  .premium-cta-box .dark-link-btn,
  .video-footer-row .outline-small-btn {
    width: 100%;
  }

  .premium-hero-card img {
    height: 260px;
  }

  .premium-hero-note {
    position: static;
    width: 100%;
  }

  .premium-stat-bar,
  .premium-value-grid {
    grid-template-columns: 1fr;
  }

  .premium-stat-bar div {
    border-bottom: 1px solid rgba(6, 67, 34, 0.1);
    border-right: none;
    padding: 18px;
  }

  .premium-stat-bar div:last-child {
    border-bottom: none;
  }

  .premium-story-section,
  .premium-values-section,
  .premium-pathway-section,
  .premium-about-cta {
    padding: 34px 0;
  }

  .pathway-image-stack {
    grid-template-columns: 1fr;
  }

  .pathway-image-stack img,
  .pathway-image-stack img:last-child {
    height: 230px;
    margin-top: 0;
  }

  .pathway-content h2,
  .premium-cta-box h2 {
    font-size: 25px;
  }

}

@media (max-width: 420px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-text span {
    display: none;
  }

  .hero-bg {
    height: 280px;
  }

  .hero-container {
    margin-top: -105px;
  }

  .hero-content h1 {
    font-size: 31px;
  }

  .hero-label {
    letter-spacing: 2px;
  }

  .coach-badge {
    gap: 12px;
    width: calc(100% - 24px);
  }
}
