/* Jenggala V21.3 — clear photography, considered typography, one spacing system. */
:root {
  --landing-ink: #211c16;
  --landing-muted: #696157;
  --landing-paper: #faf7f1;
  --landing-parchment: #f0e9dd;
  --landing-gold: #d8b575;
  --landing-line: #dcd1c0;
  --landing-space: clamp(64px, 7vw, 100px);
}

.site-shell--editorial .topbar {
  background: #17130f;
  border-bottom: 1px solid #b493573d;
  box-shadow: none;
}
.site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal {
  width: clamp(220px, 18vw, 260px);
  min-width: 220px;
  height: 62px;
  padding: 9px 16px;
  background: #f3ecde;
  border: 1px solid #d4bd91;
  border-radius: 3px;
  box-shadow: none;
  overflow: hidden;
}
.site-shell--editorial .brand-horizontal-image {
  width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: none;
}
.site-shell--editorial .footer-logo-image {
  width: min(264px, 100%);
  max-width: 264px;
  max-height: 86px;
  padding: 12px 16px;
  background: #f3ecde;
  border: 1px solid #d4bd91;
  border-radius: 3px;
  object-fit: contain;
  filter: none;
}

.home-page-v212 { color: var(--landing-ink); background: var(--landing-paper); }
.home-page-v212 .container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.home-page-v212 :where(section, article, div, h1, h2, h3, p) { min-width: 0; }
.home-page-v212 :where(h1, h2, h3) { overflow-wrap: break-word; text-wrap: balance; }
.home-page-v212 p { font-size: 1rem; line-height: 1.75; }
.home-page-v212 .button {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 3px;
  box-shadow: none;
  font-size: .875rem;
  line-height: 1.45;
  letter-spacing: .015em;
  text-transform: none;
  overflow-wrap: break-word;
  text-align: center;
}
.home-page-v212 .text-link {
  display: inline-flex;
  align-items: center;
  align-self: end;
  gap: 10px;
  min-height: 44px;
  padding: 8px 0;
  font-size: .875rem;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
}
.home-page-v212 :where(.button, .text-link) svg { flex-shrink: 0; }

/* The banner and the services are in normal flow; longer CMS copy cannot overlap them. */
.landing-hero-v212 { background: #17130f; }
.landing-banner-v212 {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(520px, 67svh, 680px);
  overflow: hidden;
  color: #faf7f1;
  background: #17130f;
}
.landing-banner-v212__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  margin: 0;
}
.landing-banner-v212__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 42%;
}
.landing-banner-v212__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #100d0bec 0%, #100d0bd6 26%, #100d0b83 51%, #100d0b10 78%);
  pointer-events: none;
}
.landing-banner-v212__brand {
  position: absolute;
  inset: 0 0 0 56%;
  z-index: -1;
  display: grid;
  place-items: center;
  padding: 48px;
  background: #e9dfcd;
}
.landing-banner-v212__brand img { width: 100%; height: auto; object-fit: contain; }
.home-page-v212 .landing-banner-v212__content {
  display: flex;
  align-items: center;
  padding-block: 64px;
}
.landing-banner-v212__copy { width: min(620px, 55%); }
.landing-eyebrow-v212 {
  display: block;
  font: 600 .75rem/1.5 Inter, system-ui, sans-serif;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.landing-banner-v212 .landing-eyebrow-v212 { color: #e2c796; }
.home-page-v212 .landing-banner-v212 h1 {
  margin: 23px 0 22px;
  color: #fffaf3;
  font: 400 clamp(46px, 5.25vw, 76px)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -.038em;
  text-wrap: auto;
}
.landing-banner-v212 h1 span, .landing-banner-v212 h1 em { display: block; }
.landing-banner-v212 h1 em { margin-top: 5px; color: #e1bd7c; font-weight: 400; }
.home-page-v212 .landing-banner-v212__copy > p {
  max-width: 510px;
  margin: 0;
  color: #f0e8da;
  font-size: 1rem;
  line-height: 1.8;
}
.landing-banner-v212__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 30px; }
.home-page-v212 .landing-banner-v212__actions .button--gold { background: #d8b575; color: #231b0f; border-color: #d8b575; }
.home-page-v212 .landing-banner-v212__actions .button--gold:hover { background: #e8c78b; }
.landing-banner-v212__secondary {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-block: 10px;
  color: #fff6e7;
  border-bottom: 1px solid #e3cba280;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}
.landing-banner-v212__secondary:hover { color: #e4c28b; border-color: currentColor; }

.landing-services-v212 { background: #f2ecdf; border-bottom: 1px solid var(--landing-line); }
.landing-services-v212__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.landing-service-v212 { display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--landing-line); }
.landing-service-v212:first-child { padding-left: 0; }
.landing-service-v212:last-child { padding-right: 0; border-right: 0; }
.landing-service-v212 .landing-eyebrow-v212 { color: #79603a; font-size: .75rem; letter-spacing: .12em; }
.home-page-v212 .landing-service-v212 h2 { margin: 12px 0 8px; font: 400 1.75rem/1.2 Georgia, serif; letter-spacing: -.02em; text-wrap: auto; }
.landing-service-v212 strong { color: #5b482b; font-size: .9375rem; font-weight: 600; line-height: 1.6; }
.home-page-v212 .landing-service-v212 p { margin: 10px 0 12px; font-size: .9375rem; line-height: 1.65; color: #696054; }
.landing-service-v212 > a { display: flex; align-items: center; gap: 12px; align-self: start; margin-top: auto; min-height: 44px; font-size: .875rem; font-weight: 600; color: #342b1e; text-decoration: none; }
.landing-service-v212 > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.landing-service-v212 > a svg { flex-shrink: 0; }
.landing-services-v212__status { min-height: 140px; display: grid; place-items: center; color: #696054; }

/* Shared rhythm across the existing CMS sections. */
.home-page-v212 :is(.why-section, .package-comparison-section, .dark-section, .coach-section, .gallery-section, .membership-banner, .shop-home-section, .faq-section) { padding-block: var(--landing-space); }
.home-page-v212 .section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--landing-line); }
.home-page-v212 .section-title { max-width: 720px; }
.home-page-v212 .section-title > span { display: block; color: #806333; font-size: .75rem; line-height: 1.5; letter-spacing: .16em; }
.home-page-v212 .section-title h2 { margin: 14px 0 16px; font-size: clamp(34px, 3.65vw, 52px); line-height: 1.14; letter-spacing: -.03em; font-weight: 400; }
.home-page-v212 .section-title p { max-width: 630px; margin-bottom: 0; font-size: 1rem; line-height: 1.8; color: var(--landing-muted); }
.home-page-v212 .section-title.light h2 { color: #faf3e6; }
.home-page-v212 .section-title.light > span { color: #d9bc84; }
.home-page-v212 .section-title.light p { color: #c9c1b4; }
.home-page-v212 :is(.dark-section, .gallery-section) .section-head-row { border-color: #d4b6793b; }
.home-page-v212 :is(.dark-section, .gallery-section) .text-link { color: #e8d2ad; border-color: #d4b67973; }

.home-page-v212 .why-section { background: var(--landing-paper); }
.home-page-v212 .why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; max-width: none; margin-top: 36px; }
.home-page-v212 .why-grid article:nth-child(n) { min-height: 0; padding: 8px 0 0; border: 0; background: none; border-radius: 0; box-shadow: none; }
.home-page-v212 .why-grid article svg { display: block; width: 25px; height: 25px; margin-bottom: 20px; color: #95703c; stroke-width: 1.5; }
.home-page-v212 .why-grid h3 { margin: 0 0 12px; font-size: 1.5rem; line-height: 1.25; text-wrap: auto; }
.home-page-v212 .why-grid p { margin: 0; font-size: .9375rem; line-height: 1.75; color: var(--landing-muted); }

.home-page-v212 .package-comparison-section { background: #eee6d8; }
.home-page-v212 .home-riding-pathway { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); gap: 48px; margin: 40px 0; padding-bottom: 34px; border-bottom: 1px solid #d2c4ad; }
.home-page-v212 .home-riding-pathway-intro > span { color: #806333; font-size: .75rem; line-height: 1.5; letter-spacing: .12em; }
.home-page-v212 .home-riding-pathway-intro h3 { max-width: 400px; margin: 12px 0; font: 400 2rem/1.2 Georgia, serif; letter-spacing: -.02em; }
.home-page-v212 .home-riding-pathway-intro p { margin: 0; max-width: 420px; font-size: .9375rem; color: var(--landing-muted); }
.home-page-v212 .home-riding-pathway-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.home-page-v212 .home-riding-pathway-steps article { display: block; padding: 14px 0 0; border: 0; border-top: 1px solid #bfa983; background: none; }
.home-page-v212 .home-riding-pathway-steps b { font: 400 1.375rem/1.3 Georgia, serif; }
.home-page-v212 .home-riding-pathway-steps p { margin: 8px 0 0; font-size: .9375rem; line-height: 1.65; color: var(--landing-muted); }
.home-page-v212 .comparison-inclusions-v212 { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 24px 0; padding: 0; list-style: none; }
.comparison-inclusions-v212 li { display: flex; align-items: start; gap: 8px; color: #5a5247; font-size: .875rem; line-height: 1.6; }
.comparison-inclusions-v212 svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; color: #826332; }
.home-page-v212 .comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 12px; width: 100%; margin: 26px 0 0; padding: 0; border: 0; overflow: visible; }
.home-page-v212 .comparison-card:nth-child(n) { min-height: 0; display: flex; flex-direction: column; padding: 24px 20px; border: 1px solid #d3c6b0; border-radius: 3px; background: #faf7f1; color: var(--landing-ink); box-shadow: none; transform: none; }
.home-page-v212 .comparison-card--featured:nth-child(n) { background: #25362c; border-color: #25362c; color: #fff6e7; }
.home-page-v212 .comparison-card .comparison-top { display: flex; align-items: start; flex-direction: column; min-height: 56px; gap: 8px; }
.home-page-v212 .comparison-top > span { font-size: .75rem; line-height: 1.4; color: #695a43; }
.home-page-v212 .comparison-top > b { padding: 4px 7px; background: #d8b575; color: #251c0e; font-size: .75rem; line-height: 1.3; letter-spacing: 0; border-radius: 2px; }
.home-page-v212 .comparison-card > small { font-size: .75rem; line-height: 1.5; color: #6d6457; letter-spacing: .03em; }
.home-page-v212 .comparison-card h3 { margin: 16px 0 12px; font-size: 1.625rem; line-height: 1.25; color: inherit; text-wrap: auto; }
.home-page-v212 .comparison-card > strong { font-size: 1.375rem; line-height: 1.4; color: inherit; }
.home-page-v212 .comparison-card > em { margin-top: 6px; font-size: .8125rem; line-height: 1.6; color: #6d6457; }
.home-page-v212 .comparison-saving-v212 { min-height: 24px; margin: 16px 0 20px; color: #527145; font-size: .875rem; line-height: 1.6; }
.home-page-v212 .comparison-foot { display: grid; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid #d3c6b0; }
.home-page-v212 .comparison-foot > span { color: #696054; font-size: .8125rem; line-height: 1.5; }
.home-page-v212 .comparison-foot .button { width: 100%; padding-inline: 12px; }
.home-page-v212 .comparison-card--featured .comparison-top > span,
.home-page-v212 .comparison-card--featured > small,
.home-page-v212 .comparison-card--featured > em,
.home-page-v212 .comparison-card--featured .comparison-saving-v212,
.home-page-v212 .comparison-card--featured .comparison-foot > span { color: #e0d6c3; }
.home-page-v212 .comparison-card--featured .comparison-foot { border-color: #f0d9ad45; }

.home-page-v212 .dark-section { background: #1b1a15; }
.home-page-v212 .horse-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: none; gap: 18px; margin-top: 36px; }
.home-page-v212 .horse-card:nth-child(n) { grid-row: auto; min-height: 440px; padding: 26px; border: 1px solid #ead8b52e; border-radius: 3px; transition: border-color .2s ease; }
.home-page-v212 .horse-card:hover { border-color: #c8a56b; }
.home-page-v212 .horse-card h3 { margin-block: 8px 12px; font-size: 2.25rem; line-height: 1.1; font-weight: 400; color: #fff4df; }
.home-page-v212 .horse-card small { font-size: .75rem; line-height: 1.5; }
.home-page-v212 .horse-card p { font-size: .9375rem; line-height: 1.7; color: #f1e7d4; }

.home-page-v212 .coach-section { background: var(--landing-paper); }
.home-page-v212 .coach-layout, .home-page-v212 .coach-section--no-photo .coach-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(36px, 6vw, 80px); }
.home-page-v212 .coach-copy, .home-page-v212 .coach-section--no-photo .coach-copy { max-width: none; margin: 0; }
.home-page-v212 .coach-photo { aspect-ratio: 4 / 5; min-height: 0; border-radius: 3px; background-position: center; }
.home-page-v212 .coach-brand-panel { position: relative; display: grid; place-items: center; aspect-ratio: 1; min-height: 0; background: #eee5d5; border: 1px solid #d9cbb3; border-radius: 3px; }
.home-page-v212 .coach-brand-panel img { width: min(46%, 230px); margin-bottom: 60px; opacity: 1; filter: none; }
.home-page-v212 .coach-brand-panel::after { position: absolute; right: 16%; bottom: 13%; left: 16%; height: 60px; content: ""; background: url('/brand/jenggala-wordmark.png') center / contain no-repeat; }
.home-page-v212 .coach-credentials { margin: 26px 0; border-top: 1px solid var(--landing-line); }
.home-page-v212 .coach-credentials > div { display: flex; align-items: start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--landing-line); }
.home-page-v212 .coach-credentials svg { flex-shrink: 0; width: 22px; height: 22px; color: #92703b; }
.home-page-v212 .coach-credentials b { font-size: .9375rem; line-height: 1.5; }
.home-page-v212 .coach-credentials small { margin-top: 3px; font-size: .875rem; line-height: 1.6; }
.home-page-v212 .home-image-caption { font-size: .8125rem; line-height: 1.6; margin-top: 12px; }

.home-page-v212 .gallery-section { background: #242119; }
.home-page-v212 .gallery-grid { gap: 14px; margin-top: 36px; }
.home-page-v212 .gallery-item { border-radius: 3px; }
.home-page-v212 .gallery-item-meta { padding: 22px; }
.home-page-v212 .gallery-item-meta span { font-size: .75rem; }
.home-page-v212 .gallery-item-meta b { font-size: 1.5rem; line-height: 1.25; }
.home-page-v212 .gallery-item-meta small { font-size: .875rem; line-height: 1.6; }

.home-page-v212 .membership-banner { background-color: #dbc7a0; background-position: center; background-size: cover; }
.home-page-v212 .membership-banner-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 42px 64px; }
.home-page-v212 .membership-banner-inner > div > span { color: #624c2b; font-size: .75rem; line-height: 1.5; letter-spacing: .14em; }
.home-page-v212 .membership-banner h2 { margin: 16px 0 18px; font-size: clamp(36px, 4vw, 56px); line-height: 1.14; letter-spacing: -.03em; font-weight: 400; color: #231c13; }
.home-page-v212 .membership-banner p { font-size: 1rem; line-height: 1.8; color: #514735; }
.home-page-v212 .member-card-preview { width: min(410px, 100%); max-width: 100%; min-height: 0; margin: 0 0 0 auto; padding: 28px; aspect-ratio: 1.58; border: 1px solid #b59355; border-radius: 10px; transform: rotate(-3deg); box-shadow: 0 16px 32px #47331521; }
.home-page-v212 .member-card-preview > small { font-size: .75rem; letter-spacing: .12em; }
.home-page-v212 .member-card-preview > b { font-size: clamp(24px, 2.8vw, 36px); }
.home-page-v212 .member-card-preview p { color: #e1c28c; font-size: .75rem; line-height: 1.4; }
.home-page-v212 .member-card-preview > span { color: #cbb890; font-size: .75rem; letter-spacing: .07em; }
.home-page-v212 .home-membership-journey-v21 { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 12px; padding-top: 28px; }
.home-page-v212 .home-membership-journey-v21 header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; }
.home-page-v212 .home-membership-journey-v21 header small { font-size: .75rem; line-height: 1.5; }
.home-page-v212 .home-membership-journey-v21 header b { font-size: 1.5rem; line-height: 1.3; }
.home-page-v212 .home-membership-journey-v21__rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-page-v212 .home-membership-journey-v21__rail article { padding: 18px; gap: 7px; background: #fbf5e63b; border-color: #836a4147; }
.home-page-v212 .home-membership-journey-v21__rail article::after { display: none; }
.home-page-v212 .home-membership-journey-v21__rail i { width: 28px; height: 28px; font-size: .75rem; }
.home-page-v212 .home-membership-journey-v21__rail span { overflow: visible; white-space: normal; text-overflow: clip; font-size: .9375rem; line-height: 1.45; }
.home-page-v212 .home-membership-journey-v21__rail small { font-size: .8125rem; line-height: 1.5; }

.home-page-v212 .shop-home-section { background: var(--landing-paper); }
.home-page-v212 .product-grid { gap: 24px; margin-top: 36px; }
.home-page-v212 .product-card { padding-bottom: 20px; border-bottom: 1px solid var(--landing-line); }
.home-page-v212 .product-image { height: auto; aspect-ratio: 4 / 5; border-radius: 3px; }
.home-page-v212 .product-card > small { font-size: .75rem; }
.home-page-v212 .product-card h3 { font-size: 1.625rem; line-height: 1.25; }
.home-page-v212 .product-home-description { font-size: .9375rem; line-height: 1.7; }
.home-page-v212 .product-image > span { font-size: .75rem; }

.home-page-v212 .faq-section { background: #f1ebdf; }
.home-page-v212 .faq-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 64px; }
.home-page-v212 .faq-list details { border-color: #d3c6b0; }
.home-page-v212 .faq-list summary { display: flex; align-items: start; gap: 20px; justify-content: space-between; padding: 22px 0; font-size: 1rem; line-height: 1.5; font-weight: 500; }
.home-page-v212 .faq-list summary span { flex-shrink: 0; }
.home-page-v212 .faq-list p { padding: 0 0 22px; margin: 0; font-size: .9375rem; line-height: 1.75; }
.home-page-v212 .location-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 0; background: #e8dfcf; }
.home-page-v212 .location-map-card { min-height: 500px; }
.home-page-v212 .location-copy { padding: 64px clamp(32px, 5vw, 76px); }
.home-page-v212 .location-copy > span { font-size: .75rem; line-height: 1.5; letter-spacing: .16em; }
.home-page-v212 .location-copy h2 { margin: 15px 0 18px; font-size: clamp(34px, 3.6vw, 50px); line-height: 1.14; font-weight: 400; letter-spacing: -.03em; }
.home-page-v212 .location-facts { margin: 28px 0; }
.home-page-v212 .location-facts b { font-size: .9375rem; }
.home-page-v212 .location-facts small { font-size: .875rem; line-height: 1.65; }
.home-page-v212 .location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-page-v212 .location-pin--link span { font-size: .8125rem; line-height: 1.5; text-align: center; letter-spacing: .02em; }

.home-page-v212 .closing-cta { padding-block: var(--landing-space); background-color: #1c1913; background-position: center; background-size: cover; text-align: left; }
.home-page-v212 .closing-cta .container { width: min(1240px, calc(100% - 80px)); }
.home-page-v212 .closing-cta .container > span { color: #d8b575; font-size: .75rem; line-height: 1.5; letter-spacing: .16em; }
.home-page-v212 .closing-cta h2 { max-width: 780px; margin: 16px 0 20px; color: #fff6e5; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.12; font-weight: 400; letter-spacing: -.03em; }
.home-page-v212 .closing-cta p { max-width: 680px; margin: 0 0 26px; color: #d6cbbb; font-size: 1rem; }
.home-page-v212 .closing-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: start; }
.site-shell--editorial .footer-grid a, .site-shell--editorial .footer-grid span { font-size: .875rem; line-height: 1.65; color: #c4bcaf; }
.site-shell--editorial .footer-grid p { font-size: .9375rem; line-height: 1.8; color: #b4ab9c; }
.site-shell--editorial .footer-grid b { font-size: .9375rem; }

@media (min-width: 1121px) and (max-width: 1280px) {
  .site-shell--editorial .topbar { gap: 18px; padding-inline: 24px; }
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal { width: 206px; min-width: 206px; }
  .site-shell--editorial .nav-links { gap: 16px; }
}
@media (max-width: 1120px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal { width: 222px; min-width: 0; height: 58px; padding: 8px 13px; }
  .home-page-v212 .container, .home-page-v212 .closing-cta .container { width: calc(100% - 56px); }
  .landing-banner-v212__copy { width: 62%; }
  .landing-banner-v212__brand { left: 62%; padding: 22px; }
  .landing-service-v212 { padding: 26px 20px; }
  .home-page-v212 .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
  .home-page-v212 .comparison-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page-v212 .horse-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .home-page-v212 .horse-card:nth-child(n) { min-height: 370px; padding: 22px; }
  .home-page-v212 .home-riding-pathway { gap: 32px; }
}
@media (max-width: 900px) {
  .landing-banner-v212 { display: flex; flex-direction: column; min-height: 0; }
  .landing-banner-v212__media { position: relative; inset: auto; z-index: 0; width: 100%; aspect-ratio: 2 / 1; }
  .landing-banner-v212__media img { object-position: 62% 40%; }
  .landing-banner-v212__media::after { background: linear-gradient(0deg, #17130f 0%, transparent 33%); }
  .landing-banner-v212__brand { position: relative; inset: auto; z-index: 0; height: 240px; padding: 52px; }
  .landing-banner-v212__brand img { max-width: 420px; max-height: 130px; }
  .home-page-v212 .landing-banner-v212__content { padding-block: 18px 46px; }
  .landing-banner-v212__copy { width: 100%; max-width: 660px; }
  .home-page-v212 .landing-banner-v212 h1 { font-size: clamp(40px, 6vw, 56px); margin-block: 18px; }
  .home-page-v212 .landing-banner-v212__copy > p { max-width: 620px; }
  .landing-banner-v212.has-brand .landing-banner-v212__content { padding-top: 38px; }
  .home-page-v212 .home-riding-pathway { grid-template-columns: 1fr; }
  .home-page-v212 .home-riding-pathway-intro h3 { max-width: 580px; }
  .home-page-v212 .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page-v212 .horse-grid { grid-template-columns: 1fr 1fr; }
  .home-page-v212 .horse-card:first-child { grid-column: 1 / -1; min-height: 460px; }
  .home-page-v212 .coach-layout, .home-page-v212 .coach-section--no-photo .coach-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
  .home-page-v212 .membership-banner-inner { grid-template-columns: 1fr; gap: 36px; }
  .home-page-v212 .member-card-preview { width: min(440px, 100%); margin: 0 auto; }
  .home-page-v212 .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .home-page-v212 .location-section { grid-template-columns: 1fr; }
  .home-page-v212 .location-map-card { min-height: 320px; }
  .home-page-v212 .location-copy { padding: 48px 28px 64px; }
}
@media (max-width: 640px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal { width: clamp(164px, 51vw, 194px); height: 50px; padding: 7px 10px; }
  .site-shell--editorial .brand-horizontal-image { max-height: 36px; }
  .home-page-v212 .container, .home-page-v212 .closing-cta .container { width: calc(100% - 40px); }
  .landing-banner-v212__media { aspect-ratio: 4 / 3; }
  .landing-banner-v212__media img { object-position: 63% 42%; }
  .home-page-v212 .landing-banner-v212__content { padding-block: 12px 36px; }
  .landing-banner-v212__brand { height: 220px; padding: 36px; }
  .home-page-v212 .landing-banner-v212 h1 { font-size: clamp(36px, 9.8vw, 50px); line-height: 1.12; letter-spacing: -.03em; }
  .home-page-v212 .landing-banner-v212__copy > p { font-size: 1rem; line-height: 1.75; }
  .landing-banner-v212__actions { gap: 12px 22px; margin-top: 24px; }
  .landing-banner-v212__actions .button { flex: 1 1 190px; }
  .landing-banner-v212__secondary { font-size: .875rem; }
  .landing-services-v212__grid { grid-template-columns: 1fr; }
  .landing-service-v212, .landing-service-v212:first-child, .landing-service-v212:last-child { padding: 23px 0 18px; border-right: 0; border-bottom: 1px solid var(--landing-line); }
  .landing-service-v212:last-child { border-bottom: 0; }
  .home-page-v212 .landing-service-v212 h2 { margin: 8px 0 6px; font-size: 1.625rem; }
  .home-page-v212 .landing-service-v212 p { margin: 8px 0 3px; }
  .home-page-v212 .section-head-row { display: flex; flex-direction: column; align-items: start; gap: 18px; padding-bottom: 24px; }
  .home-page-v212 .section-head-row > .text-link { align-self: start; }
  .home-page-v212 .section-title h2 { font-size: clamp(32px, 8.5vw, 40px); line-height: 1.18; }
  .home-page-v212 .why-grid { grid-template-columns: 1fr; gap: 0; margin-top: 8px; }
  .home-page-v212 .why-grid article:nth-child(n) { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 0 14px; padding: 24px 0; border-bottom: 1px solid var(--landing-line); }
  .home-page-v212 .why-grid article svg { grid-row: 1 / 3; margin: 3px 0 0; }
  .home-page-v212 .why-grid h3 { margin: 0 0 8px; font-size: 1.375rem; }
  .home-page-v212 .why-grid p { grid-column: 2; }
  .home-page-v212 .home-riding-pathway { margin-block: 28px; gap: 26px; padding-bottom: 26px; }
  .home-page-v212 .home-riding-pathway-intro h3 { font-size: 1.75rem; }
  .home-page-v212 .home-riding-pathway-steps { gap: 20px; }
  .home-page-v212 .home-riding-pathway-steps b { font-size: 1.25rem; }
  .home-page-v212 .home-riding-pathway-steps p { font-size: .875rem; }
  .home-page-v212 .comparison-inclusions-v212 { display: grid; gap: 10px; }
  .home-page-v212 .comparison-grid { display: grid; grid-template-columns: 1fr; gap: 16px; overflow: visible; }
  .home-page-v212 .comparison-card:nth-child(n) { padding: 24px; }
  .home-page-v212 .comparison-card .comparison-top { flex-direction: row; align-items: center; justify-content: space-between; min-height: 30px; margin-bottom: 6px; }
  .home-page-v212 .comparison-card h3 { margin-top: 12px; font-size: 1.75rem; }
  .home-page-v212 .comparison-card > strong { font-size: 1.625rem; }
  .home-page-v212 .comparison-saving-v212 { min-height: 0; margin-block: 10px 16px; }
  .home-page-v212 .comparison-foot { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .home-page-v212 .comparison-foot .button { padding-inline: 20px; }
  .home-page-v212 .horse-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .home-page-v212 .horse-card:nth-child(n) { grid-column: auto; min-height: 400px; }
  .home-page-v212 .coach-layout, .home-page-v212 .coach-section--no-photo .coach-layout { grid-template-columns: 1fr; gap: 32px; }
  .home-page-v212 .coach-brand-panel { aspect-ratio: 4 / 3; }
  .home-page-v212 .coach-brand-panel img { width: 38%; margin-bottom: 50px; }
  .home-page-v212 .coach-brand-panel::after { height: 50px; bottom: 10%; }
  .home-page-v212 .coach-photo { aspect-ratio: 4 / 3; }
  .home-page-v212 .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .home-page-v212 .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .home-page-v212 .membership-banner h2 { font-size: clamp(32px, 8.8vw, 44px); }
  .home-page-v212 .member-card-preview { width: calc(100% - 12px); padding: 24px; transform: none; }
  .home-page-v212 .home-membership-journey-v21__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-page-v212 .home-membership-journey-v21__rail article { padding: 14px; }
  .home-page-v212 .product-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-page-v212 .product-image { aspect-ratio: 1; }
  .home-page-v212 .location-map-card { min-height: 280px; }
  .home-page-v212 .location-copy { padding: 44px 20px 60px; }
  .home-page-v212 .location-copy h2 { font-size: 2.125rem; }
  .home-page-v212 .location-actions { gap: 12px; }
  .home-page-v212 .location-actions .button { flex: 1 1 140px; }
  .home-page-v212 .closing-cta h2 { font-size: clamp(34px, 9vw, 44px); }
  .home-page-v212 .closing-actions .button { flex: 1 1 140px; }
  .site-shell--editorial .footer { padding-top: 54px; }
  .site-shell--editorial .footer-grid { gap: 32px 24px; }
}
@media (max-width: 360px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal { width: 158px; min-width: 0; }
  .home-page-v212 .container, .home-page-v212 .closing-cta .container { width: calc(100% - 32px); }
  .home-page-v212 .landing-banner-v212 h1 { font-size: 34px; }
  .home-page-v212 .home-riding-pathway-steps { grid-template-columns: 1fr; }
  .home-page-v212 .comparison-foot { grid-template-columns: 1fr; }
  .home-page-v212 .member-card-preview { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page-v212 .horse-card { transition: none; }
}

/* V21.4 hero stability: keep one fixed canvas while CMS media is resolving. */
.landing-banner-v212__stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #17130f;
}
.landing-banner-v212__placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 34%, rgb(181 143 82 / 12%), transparent 32%),
    linear-gradient(135deg, #211b15 0%, #17130f 48%, #0f0d0b 100%);
}
.landing-banner-v212__stage .landing-banner-v212__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 220ms ease-out;
}
.landing-banner-v212__stage .landing-banner-v212__media.is-ready { opacity: 1; }
.landing-banner-v212__stage .landing-banner-v212__media img {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .landing-banner-v212__stage {
    position: relative;
    inset: auto;
    z-index: 0;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 2 / 1;
  }
  .landing-banner-v212__stage .landing-banner-v212__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  .landing-banner-v212__stage { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-banner-v212__stage .landing-banner-v212__media { transition: none; }
}
