:root {
  --green-900: #153f2c;
  --green-800: #1f5b3f;
  --green-700: #2c7552;
  --green-100: #e8f4ec;
  --green-50: #f3faf5;
  --cream: #fffaf0;
  --linen: #f7efe2;
  --ink: #1d2b24;
  --muted: #65736b;
  --line: #dfe8df;
  --white: #ffffff;
  --gold: #bd8b33;
  --coral: #c86b4b;
  --shadow: 0 18px 45px rgba(21, 63, 44, 0.11);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding-left: 1.15rem;
}

li {
  margin: 0.35rem 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--green-900);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 240, 0.92);
  border-bottom: 1px solid rgba(223, 232, 223, 0.8);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 800;
  color: var(--green-900);
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-weight: 900;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green-900);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.94rem;
}

.site-nav a {
  padding: 0.6rem 0.72rem;
  border-radius: var(--radius);
  color: var(--green-900);
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  background: var(--green-100);
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 12px 24px rgba(21, 63, 44, 0.14);
}

.button.primary {
  color: var(--white);
  background: var(--green-800);
}

.button.secondary {
  color: var(--green-900);
  background: var(--white);
  border-color: var(--line);
}

.button.accent {
  color: var(--white);
  background: var(--coral);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(21, 63, 44, 0.88), rgba(21, 63, 44, 0.56) 48%, rgba(21, 63, 44, 0.18)),
    url("../images/roots-professional.jpg") right 15% center / min(44vw, 500px) auto no-repeat,
    linear-gradient(120deg, var(--green-900), var(--green-700));
  color: var(--white);
}

.hero-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
}

.hero-content {
  max-width: 680px;
}

.hero-mobile-photo {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero .lead,
.page-hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
}

.hero-actions,
.cta-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.section {
  padding: clamp(3.4rem, 7vw, 5.8rem) 0;
}

.section.alt {
  background: var(--white);
}

.section.band {
  background: var(--linen);
}

.container {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2,
h3,
h4 {
  color: var(--green-900);
  line-height: 1.18;
}

h2 {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
}

h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 1.15rem;
}

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

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

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

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

.card {
  min-width: 0;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(21, 63, 44, 0.06);
}

.card-image {
  width: calc(100% + 2.7rem);
  margin: -1.35rem -1.35rem 1.1rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--green-100);
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-card {
  display: flex;
  flex-direction: column;
}

.certificate-card .card-image {
  aspect-ratio: 16 / 10;
  background: var(--linen);
}

.certificate-card .card-image img {
  object-fit: contain;
}

.trust-card {
  position: relative;
  overflow: hidden;
}

.trust-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  color: var(--green-900);
  background: var(--green-100);
  border-radius: 50%;
  font-size: 1.35rem;
}

.moment-card {
  overflow: hidden;
  padding: 0;
}

.moment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.moment-card div {
  padding: 1.15rem;
}

.card.feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card.feature p {
  flex: 1;
}

.stat-card {
  padding: 1.25rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--green-900);
  font-weight: 850;
}

.stat-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
}

.media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.image-panel {
  overflow: hidden;
  background: var(--green-100);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.image-collage {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 0.85rem;
}

.image-collage .image-panel:first-child {
  grid-row: span 2;
}

.image-collage .image-panel img {
  min-height: 190px;
}

.image-collage .image-panel:first-child img {
  min-height: 430px;
}

.image-collage .image-panel:first-child img {
  object-position: center 28%;
}

.image-collage .image-panel:nth-child(2) img,
.image-collage .image-panel:nth-child(3) img {
  object-position: center 24%;
}

.volunteer-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.volunteer-photo-grid .image-panel img {
  min-height: 360px;
  object-position: center;
}

.image-panel.contain img {
  object-fit: contain;
  background: var(--white);
}

.image-panel img:before {
  content: "";
}

.image-panel img:not([src]),
.image-panel img[src=""] {
  min-height: 280px;
}

.image-fallback {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--green-900);
  background: var(--green-100);
  text-align: center;
  font-weight: 800;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(21, 63, 44, 0.9), rgba(21, 63, 44, 0.62)),
    var(--hero-image, linear-gradient(120deg, var(--green-900), var(--green-700))) center / cover no-repeat;
}

.page-hero .container {
  padding: clamp(4.6rem, 9vw, 7rem) 0 clamp(3.2rem, 7vw, 5rem);
}

.one-on-one-hero {
  background-position: center, center 44%;
}

.contact-hero {
  background-position: center, center;
}

.page-hero h1 {
  max-width: 930px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.hero-preview-card {
  overflow: hidden;
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.hero-preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-preview-card div {
  padding: 1rem;
}

.hero-preview-card h3 {
  color: var(--white);
}

.hero-preview-card p {
  color: rgba(255, 255, 255, 0.82);
}

.info-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  gap: 0.7rem;
  margin: 0;
}

.info-list li::before {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  flex: 0 0 auto;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.price-block {
  display: grid;
  gap: 0.85rem;
  padding: 1.3rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.preview-strip .image-panel img {
  min-height: 220px;
}

.course-preview {
  align-items: stretch;
}

.preview-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(21, 63, 44, 0.06);
}

.preview-card h3 {
  margin: 0;
  padding: 1rem 1.1rem;
}

.preview-media {
  height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.preview-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.preview-media.book img {
  width: auto;
  max-width: 72%;
}

.video-card {
  max-width: 940px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--green-900);
  object-fit: contain;
}

.video-caption {
  padding: 1.1rem 1.25rem;
}

.video-caption h3,
.video-caption p {
  margin-bottom: 0.25rem;
}

.early-bird-section {
  padding-top: 0;
  background: var(--white);
}

.early-bird-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 1.35rem;
  border-left: 4px solid var(--gold);
}

.early-bird-notice h2 {
  margin-bottom: 0.35rem;
  font-size: 1.65rem;
}

.early-bird-notice p {
  margin: 0;
  color: var(--ink);
  font-weight: 550;
}

.notice-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-800);
  border-radius: 50%;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
}

.outcome-card,
.step-card,
.topic-card,
.policy-card {
  border-left: 4px solid var(--green-700);
}

.image-topic,
.learner-card {
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.image-topic .card-image,
.learner-card .card-image {
  aspect-ratio: 16 / 10;
}

.image-topic .card-image img,
.learner-card .card-image img {
  object-position: center;
}

.compact-pricing {
  margin-top: 1.5rem;
}

.compact-pricing .price-block {
  gap: 0.4rem;
}

.included-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.included-image {
  overflow: hidden;
  border-radius: var(--radius);
}

.included-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.experience-card {
  position: relative;
  padding-top: 1.6rem;
  border-top: 4px solid var(--green-700);
}

.experience-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--green-900);
  background: var(--green-100);
  border-radius: 50%;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
}

.experience-profile {
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  color: var(--white);
  background: var(--green-800);
  border-radius: 50%;
  font-weight: 850;
}

.placeholder-block {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--green-900);
  background:
    linear-gradient(135deg, rgba(232, 244, 236, 0.9), rgba(247, 239, 226, 0.95)),
    var(--green-100);
  border: 1px dashed var(--green-700);
  border-radius: var(--radius);
  text-align: center;
  font-weight: 850;
}

.travel-hero {
  background:
    linear-gradient(90deg, rgba(21, 63, 44, 0.9), rgba(21, 63, 44, 0.58), rgba(21, 63, 44, 0.82)),
    url("../images/chengdu-teahouse.jpg") left center / 50% 100% no-repeat,
    url("../images/chongqing-night-2.jpg") right center / 58% 100% no-repeat,
    var(--green-900);
}

.panda-panel img {
  object-position: center 38%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 1rem;
}

.gallery-grid .image-panel img {
  min-height: 100%;
}

.gallery-grid .wide {
  grid-column: span 2;
}

.gallery-grid .tall {
  grid-row: span 2;
}

.price {
  color: var(--green-900);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.pill {
  padding: 0.4rem 0.7rem;
  color: var(--green-900);
  background: var(--green-100);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

label {
  color: var(--green-900);
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfdccf;
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 0.5rem;
  color: var(--green-900);
  font-weight: 760;
}

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

.check-grid label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 550;
}

.check-grid input {
  width: auto;
  min-height: auto;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(44, 117, 82, 0.16);
  outline: none;
}

.form-note {
  min-height: 1.5rem;
  color: var(--green-800);
  font-weight: 760;
}

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

.contact-card {
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card strong {
  display: block;
  color: var(--green-900);
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  color: var(--green-900);
  background: var(--green-100);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.social-button:hover,
.social-button:focus {
  background: var(--white);
  outline: none;
}

.cta-band {
  color: var(--white);
  background: var(--green-900);
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #10291e;
}

.footer-grid {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.footer-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: var(--white);
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--white);
}

.footer-bottom {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

.legal-section {
  display: grid;
  gap: 1.25rem;
}

.notice {
  padding: 1rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--green-900);
  font-weight: 720;
}

@media (max-width: 1020px) {
  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 82px;
    display: none;
    padding: 0.7rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 0.2rem;
  }

  .site-nav a {
    padding: 0.75rem;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(21, 63, 44, 0.9), rgba(21, 63, 44, 0.72)),
      url("../images/roots-professional.jpg") right -5rem bottom / 420px auto no-repeat,
      linear-gradient(120deg, var(--green-900), var(--green-700));
  }

  .grid.four,
  .grid.five,
  .grid.three,
  .contact-list,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 740px) {
  .media-split,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .preview-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .site-nav {
    top: 74px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .hero {
    min-height: auto;
    align-items: start;
    background: linear-gradient(145deg, var(--green-900), var(--green-700));
  }

  .hero-inner {
    padding-top: 2.7rem;
    padding-bottom: 2.5rem;
  }

  .hero-detail {
    display: none;
  }

  .hero-mobile-photo {
    position: relative;
    display: block;
    width: 90%;
    max-width: 340px;
    margin: 1.35rem auto 0;
    overflow: hidden;
    background: var(--green-800);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    box-shadow: 0 18px 38px rgba(5, 28, 18, 0.24);
  }

  .hero-mobile-photo::after {
    position: absolute;
    inset: 0;
    background: rgba(21, 63, 44, 0.08);
    content: "";
    pointer-events: none;
  }

  .hero-mobile-photo img {
    width: 100%;
    height: min(88vw, 350px);
    object-fit: cover;
    object-position: center 18%;
  }

  .page-hero-grid .hero-preview-card {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.35rem;
    line-height: 1.03;
  }

  .travel-hero h1 {
    font-size: 2.05rem;
  }

  .hero .lead,
  .page-hero .lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-actions,
  .cta-actions,
  .button-row {
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .section {
    padding: 2.55rem 0;
  }

  .page-hero .container {
    padding: 3rem 0 2.6rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  h3 {
    font-size: 1.08rem;
  }

  p {
    margin-bottom: 0.75rem;
  }

  .eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
  }

  .section-heading {
    margin-bottom: 1.25rem;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five,
  .contact-list,
  .check-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .mobile-two,
  .grid.three:has(> .outcome-card),
  .grid.three:has(> .image-topic),
  .grid.three:has(> .learner-card),
  .grid.five:has(> .step-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .experience-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .compact-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .gallery-grid {
    grid-auto-rows: auto;
  }

  .gallery-grid .wide,
  .gallery-grid .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid .image-panel img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .button,
  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .button {
    min-height: 44px;
    padding: 0.68rem 0.9rem;
    font-size: 0.92rem;
  }

  .card {
    padding: 0.95rem;
  }

  .card-image {
    width: calc(100% + 1.9rem);
    margin: -0.95rem -0.95rem 0.8rem;
  }

  .image-panel img {
    min-height: 220px;
  }

  .image-collage {
    grid-template-columns: 1.25fr 0.8fr;
    gap: 0.6rem;
  }

  .image-collage .image-panel:first-child {
    grid-row: span 2;
  }

  .image-collage .image-panel img {
    min-height: 125px;
    height: 125px;
  }

  .image-collage .image-panel:first-child img {
    min-height: 256px;
    height: 256px;
  }

  .volunteer-photo-grid {
    gap: 0.6rem;
  }

  .volunteer-photo-grid .image-panel img {
    min-height: 145px;
    height: 145px;
  }

  .moment-card {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .moment-card img {
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
  }

  .moment-card div {
    padding: 0.8rem;
  }

  .moment-card p {
    margin: 0;
    font-size: 0.86rem;
  }

  #courses .card.feature {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-areas: "media title" "media copy" "media action";
    gap: 0.35rem 0.8rem;
    padding: 0.8rem;
  }

  #courses .card.feature .card-image {
    grid-area: media;
    width: 92px;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 6px;
  }

  #courses .card.feature h3 {
    grid-area: title;
    margin: 0;
    font-size: 1rem;
  }

  #courses .card.feature p {
    grid-area: copy;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
  }

  #courses .card.feature .button {
    grid-area: action;
    width: fit-content;
    min-height: 44px;
    padding: 0.5rem 0.7rem;
    font-size: 0.8rem;
  }

  .grid.three:has(> .card.feature) .card.feature {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 0.45rem 0.8rem;
  }

  .grid.three:has(> .card.feature) .card.feature .image-panel {
    grid-row: 1 / 3;
    height: 100%;
    box-shadow: none;
  }

  .grid.three:has(> .card.feature) .card.feature .image-panel img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }

  .grid.three:has(> .card.feature) .card.feature h3,
  .grid.three:has(> .card.feature) .card.feature p {
    margin: 0;
  }

  .grid.three:has(> .card.feature) .card.feature p {
    font-size: 0.83rem;
  }

  .image-topic .card-image,
  .learner-card .card-image {
    aspect-ratio: 16 / 9;
  }

  .image-topic p,
  .learner-card p,
  .outcome-card p {
    margin: 0;
    font-size: 0.83rem;
  }

  .image-topic h3,
  .learner-card h3,
  .outcome-card h3,
  .step-card h3 {
    font-size: 0.95rem;
  }

  .step-number {
    width: 32px;
    height: 32px;
    margin-bottom: 0.55rem;
  }

  .stat-card {
    padding: 0.9rem;
    font-size: 0.82rem;
  }

  .trust-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.55rem;
    font-size: 1rem;
  }

  .stat-card span {
    margin-bottom: 0.15rem;
    font-size: 1.3rem;
  }

  .experience-card {
    padding-top: 1rem;
  }

  .experience-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 0.65rem;
    font-size: 0.8rem;
  }

  .experience-profile {
    font-size: 0.68rem;
  }

  .experience-card p:last-child {
    font-size: 0.84rem;
  }

  .price-block {
    gap: 0.4rem;
    padding: 0.9rem;
  }

  .price {
    font-size: 1.65rem;
  }

  .info-list {
    gap: 0.5rem;
  }

  .video-caption {
    padding: 0.8rem 0.95rem;
  }

  .early-bird-section {
    padding-top: 0;
  }

  .early-bird-notice {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.9rem;
  }

  .notice-mark {
    width: 44px;
    height: 44px;
    font-size: 0.82rem;
  }

  .early-bird-notice h2 {
    font-size: 1.2rem;
  }

  .early-bird-notice p {
    font-size: 0.82rem;
  }

  .preview-media {
    height: 180px;
  }

  .included-card {
    grid-template-columns: 1fr;
  }

  .included-image img {
    aspect-ratio: 16 / 9;
    object-position: center 35%;
  }

  .form-grid {
    gap: 0.75rem;
  }

  textarea {
    min-height: 100px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem 1rem;
    padding: 2.25rem 0;
    font-size: 0.86rem;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 48px;
    height: 48px;
  }

  .footer-links {
    gap: 0.3rem;
  }

  .site-footer h2 {
    font-size: 1.4rem;
  }

  .site-footer h3 {
    font-size: 1rem;
  }

  .one-on-one-hero {
    background-position: center, 82% center;
  }

  .contact-hero {
    background-position: center, 68% center;
  }
}
