/* Jenggala V20 — Bolesworth atmosphere, Wellington clarity, Jenggala identity. */
:root {
  --j20-ink: #17130f;
  --j20-espresso: #120f0c;
  --j20-forest: #203027;
  --j20-brass: #b8914d;
  --j20-gold: #d5b36e;
  --j20-parchment: #f2ecdf;
  --j20-paper: #faf7f0;
  --j20-line: rgba(115, 91, 55, .24);
}

/* The supplied Jenggala artwork is a dark-and-gold lockup. A warm light plate
   keeps every part of the horse mark and wordmark legible on the dark header. */
.site-shell--editorial .topbar {
  background: rgba(17, 13, 10, .97);
  border-bottom-color: rgba(213, 179, 110, .22);
  box-shadow: 0 14px 42px rgba(3, 2, 2, .26);
}

.site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal {
  width: clamp(226px, 19vw, 276px);
  min-width: 226px;
  height: 64px;
  padding: 7px 15px;
  overflow: hidden;
  background: linear-gradient(135deg, #fbf7ef, #e5dac6);
  border: 1px solid rgba(213, 179, 110, .68);
  border-radius: 2px;
  box-shadow: 0 9px 26px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.site-shell--editorial .brand-horizontal-image {
  width: 100%;
  max-height: 50px;
  filter: none;
}

.site-shell--editorial .footer-logo-image {
  width: min(270px, 100%);
  max-width: 270px;
  max-height: 92px;
  padding: 10px 15px;
  object-fit: contain;
  background: linear-gradient(135deg, #faf6ee, #dfd2bb);
  border: 1px solid rgba(213, 179, 110, .5);
  border-radius: 2px;
  filter: none;
}

.home-page-v20 {
  color: var(--j20-ink);
  background: var(--j20-paper);
}

.home-page-v20 .container {
  width: min(1240px, calc(100% - 72px));
}

/* Cinematic opening */
.home-page-v20 .hero {
  isolation: isolate;
  min-height: min(920px, calc(100svh - 86px));
  padding-bottom: 224px;
  overflow: hidden;
  background-color: #19130f;
  background-position: center 43%;
  background-size: cover;
}

.home-page-v20 .hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 6, 5, .9) 0%, rgba(8, 6, 5, .67) 42%, rgba(8, 6, 5, .16) 76%, rgba(8, 6, 5, .08) 100%),
    linear-gradient(0deg, rgba(9, 7, 5, .82) 0%, transparent 48%);
}

.home-page-v20 .hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8%;
  right: 4%;
  width: min(39vw, 520px);
  aspect-ratio: 1;
  pointer-events: none;
  background: url("/brand/jenggala-horse-mark.png") center / contain no-repeat;
  opacity: .1;
  filter: grayscale(.15) sepia(.3) brightness(1.4);
}

.home-page-v20 .hero-overlay {
  display: none;
}

.home-page-v20 .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: min(696px, calc(100svh - 310px));
  padding: 72px 0 58px;
}

.home-page-v20 .hero-copy {
  max-width: 790px;
  padding-left: clamp(18px, 2.5vw, 36px);
  border-left: 1px solid rgba(213, 179, 110, .72);
}

.home-page-v20 .hero-signature {
  display: flex;
  gap: 11px;
  margin: 0 0 22px;
}

.home-page-v20 .hero-signature span {
  color: #ead8b8;
  letter-spacing: .2em;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 9px;
}

.home-page-v20 .hero-signature span + span {
  color: rgba(255, 255, 255, .56);
}

.home-page-v20 .hero-kicker {
  color: #d9bc83;
  letter-spacing: .32em;
  font-size: 9px;
}

.home-page-v20 .hero h1,
.home-page-v20 .hero--v12 .hero-copy h1 {
  max-width: 820px;
  margin: 18px 0 25px;
  color: #fffaf1;
  letter-spacing: -.052em;
  text-wrap: balance;
  font: 400 clamp(68px, 7vw, 108px) / .88 Georgia, "Times New Roman", serif;
  text-shadow: 0 12px 40px rgba(0, 0, 0, .3);
}

.home-page-v20 .hero h1 em {
  color: #dfc18b;
  font-weight: 400;
  font-style: italic;
}

.home-page-v20 .hero-copy > p,
.home-page-v20 .hero--v12 .hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 250, 241, .82);
  font-size: 16px;
  line-height: 1.82;
}

.home-page-v20 .hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.home-page-v20 .hero-actions .button {
  min-height: 52px;
  border-radius: 2px;
  box-shadow: none;
}

.home-page-v20 .hero-actions .button--gold {
  background: #d3ad65;
}

.home-page-v20 .hero-actions .button--ghost {
  min-height: 44px;
  color: #fffaf1;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 241, .62);
  border-radius: 0;
  padding-inline: 0;
}

.home-page-v20 .hero-fallback-art,
.home-page-v20 .hero-facts,
.home-page-v20 .hero-reservation-card,
.home-page-v20 .hero-meta,
.home-page-v20 .hero-scroll {
  display: none;
}

/* Three clear entry points mirror the clarity of a riding-centre website. */
.home-page-v20 .hero-service-rail,
.home-page-v20 .hero-service-rail--v12 {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1240px, calc(100% - 72px));
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(213, 179, 110, .42);
  border: 1px solid rgba(213, 179, 110, .34);
  transform: translateX(-50%);
}

.home-page-v20 .hero-service-card,
.home-page-v20 .hero-service-rail--v12 .hero-service-card {
  min-height: 202px;
  padding: 25px 28px 23px;
  color: var(--j20-ink);
  background: rgba(247, 241, 230, .98);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page-v20 .hero-service-card:nth-child(2),
.home-page-v20 .hero-service-rail--v12 .hero-service-card:nth-child(2) {
  color: #fff8ea;
  background: rgba(28, 39, 32, .98);
}

.home-page-v20 .hero-service-card::before {
  background: radial-gradient(circle at 100% 0, rgba(213, 179, 110, .16), transparent 34%);
}

.home-page-v20 .hero-service-card > span {
  color: #94703a;
  letter-spacing: .2em;
  font-size: 8px;
}

.home-page-v20 .hero-service-card > div {
  margin: 11px 0 8px;
}

.home-page-v20 .hero-service-card > div b,
.home-page-v20 .hero-service-rail--v12 .hero-service-card > div b {
  color: inherit;
  font-size: 27px;
  font-weight: 400;
}

.home-page-v20 .hero-service-card > strong,
.home-page-v20 .hero-service-rail--v12 .hero-service-card > strong {
  color: #725323;
  font: 600 15px/1.3 Inter, system-ui, sans-serif;
}

.home-page-v20 .hero-service-card > p,
.home-page-v20 .hero-service-rail--v12 .hero-service-card > p {
  min-height: 44px;
  margin: 10px 0 12px;
  color: #625a50;
  font-size: 12px;
  line-height: 1.65;
}

.home-page-v20 .hero-service-card > a,
.home-page-v20 .hero-service-rail--v12 .hero-service-card > a {
  color: #2d2419;
  letter-spacing: .13em;
  font-size: 8px;
}

.home-page-v20 .hero-service-card:nth-child(2) > span,
.home-page-v20 .hero-service-card:nth-child(2) > strong,
.home-page-v20 .hero-service-card:nth-child(2) > p,
.home-page-v20 .hero-service-card:nth-child(2) > a {
  color: inherit;
}

/* Editorial introduction */
.home-page-v20 .why-section {
  padding: 112px 0 108px;
  background: var(--j20-paper);
}

.home-page-v20 .section-head-row {
  align-items: end;
  gap: 54px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--j20-line);
}

.home-page-v20 .section-title {
  max-width: 760px;
}

.home-page-v20 .section-title > span {
  color: #9c753a;
  letter-spacing: .26em;
  font-size: 8px;
}

.home-page-v20 .section-title h2 {
  margin: 12px 0 15px;
  letter-spacing: -.04em;
  text-wrap: balance;
  font-size: clamp(43px, 4.5vw, 64px);
  line-height: 1;
}

.home-page-v20 .section-title p {
  max-width: 620px;
  color: #676057;
  font-size: 14px;
  line-height: 1.82;
}

.home-page-v20 .why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 34px;
  max-width: none;
  margin-top: 44px;
  border: 0;
}

.home-page-v20 .why-grid article,
.home-page-v20 .why-grid article:nth-child(n) {
  min-height: 230px;
  padding: 27px 0 22px;
  background: transparent;
  border: 0;
  border-top: 2px solid #b99355;
  border-bottom: 1px solid var(--j20-line);
  border-radius: 0;
  box-shadow: none;
}

.home-page-v20 .why-grid article svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 31px;
  color: #a77f42;
  stroke-width: 1.35;
}

.home-page-v20 .why-grid h3 {
  margin: 0 0 12px;
  color: var(--j20-ink);
  font-size: 24px;
  line-height: 1.08;
}

.home-page-v20 .why-grid p {
  color: #6b645b;
  font-size: 13px;
  line-height: 1.72;
}

/* Riding path and programme selection */
.home-page-v20 .package-comparison-section {
  padding: 108px 0 116px;
  background: #e9e0d2;
}

.home-page-v20 .home-riding-pathway {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  margin: 48px 0 44px;
  padding: 42px 0;
  border-top: 1px solid rgba(115, 91, 55, .34);
  border-bottom: 1px solid rgba(115, 91, 55, .34);
}

.home-page-v20 .home-riding-pathway-intro > span {
  color: #8e6730;
  letter-spacing: .24em;
  font-size: 8px;
}

.home-page-v20 .home-riding-pathway-intro h3 {
  max-width: 410px;
  margin: 12px 0 17px;
  letter-spacing: -.035em;
  font: 400 39px/1 Georgia, "Times New Roman", serif;
}

.home-page-v20 .home-riding-pathway-intro p {
  font-size: 13px;
  line-height: 1.78;
}

.home-page-v20 .home-riding-pathway-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(115, 91, 55, .26);
  border-left: 1px solid rgba(115, 91, 55, .26);
}

.home-page-v20 .home-riding-pathway-steps article {
  display: block;
  min-height: 150px;
  padding: 23px 24px;
  background: rgba(255, 252, 246, .36);
  border: 0;
  border-right: 1px solid rgba(115, 91, 55, .26);
  border-bottom: 1px solid rgba(115, 91, 55, .26);
}

.home-page-v20 .home-riding-pathway-steps b {
  font-size: 23px;
  font-weight: 400;
}

.home-page-v20 .home-riding-pathway-steps p {
  margin: 9px 0 0;
  font-size: 12.5px;
  line-height: 1.62;
}

.home-page-v20 .comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin-top: 38px;
  border: 0;
}

.home-page-v20 .comparison-card,
.home-page-v20 .comparison-card:nth-child(n) {
  min-height: 450px;
  padding: 29px 24px 24px;
  background: rgba(250, 247, 240, .74);
  border: 1px solid rgba(115, 91, 55, .25);
  border-radius: 2px;
}

.home-page-v20 .comparison-card--featured,
.home-page-v20 .comparison-card--featured:nth-child(n) {
  color: #fff8e9;
  background: var(--j20-forest);
  border-color: var(--j20-forest);
}

.home-page-v20 .comparison-card--featured h3,
.home-page-v20 .comparison-card--featured > strong,
.home-page-v20 .comparison-card--featured > em,
.home-page-v20 .comparison-card--featured li,
.home-page-v20 .comparison-card--featured .comparison-foot span {
  color: inherit;
}

.home-page-v20 .comparison-card h3 {
  margin-top: 25px;
  font-size: 29px;
}

.home-page-v20 .comparison-card > strong {
  font-size: 24px;
}

.home-page-v20 .comparison-card .button {
  min-height: 46px;
  border-radius: 2px;
  box-shadow: none;
}

/* Horses become the visual centrepiece. */
.home-page-v20 .dark-section {
  position: relative;
  padding: 116px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 145, 77, .13), transparent 28%),
    #13100d;
}

.home-page-v20 .dark-section::before {
  content: "JENGGALA";
  position: absolute;
  right: -2vw;
  bottom: -28px;
  color: rgba(213, 179, 110, .045);
  letter-spacing: -.06em;
  font: 400 clamp(110px, 20vw, 300px)/.8 Georgia, serif;
}

.home-page-v20 .section-title.light h2 {
  color: #fff8ea;
}

.home-page-v20 .section-title.light p {
  color: rgba(255, 248, 234, .62);
}

.home-page-v20 .horses-premium-section .section-head-row {
  border-bottom-color: rgba(213, 179, 110, .22);
}

.home-page-v20 .horses-premium-section .text-link {
  color: #ead7b4;
  border-bottom-color: rgba(234, 215, 180, .55);
}

.home-page-v20 .horse-grid {
  gap: 14px;
  margin-top: 46px;
}

.home-page-v20 .horse-card {
  border: 1px solid rgba(213, 179, 110, .2);
  transition: transform .4s ease, border-color .4s ease;
}

.home-page-v20 .horse-card:hover {
  border-color: rgba(213, 179, 110, .55);
  transform: translateY(-3px);
}

.home-page-v20 .horse-card h3 {
  color: #fff8e9;
  letter-spacing: -.035em;
  font-size: 37px;
  font-weight: 400;
}

.home-page-v20 .horse-card p {
  color: rgba(255, 248, 233, .72);
}

/* Coaching / brand panel */
.home-page-v20 .coach-section {
  padding: 116px 0;
  background: #f5f0e7;
}

.home-page-v20 .coach-layout {
  align-items: center;
  gap: clamp(58px, 7vw, 100px);
}

.home-page-v20 .coach-brand-panel {
  position: relative;
  min-height: 610px;
  background:
    radial-gradient(circle at 50% 42%, rgba(198, 157, 79, .28), transparent 30%),
    linear-gradient(145deg, #eee6d7, #cfc0a4);
  border: 1px solid rgba(115, 91, 55, .28);
}

.home-page-v20 .coach-brand-panel::after {
  content: "";
  position: absolute;
  right: 17%;
  bottom: 15%;
  left: 17%;
  height: 82px;
  background: url("/brand/jenggala-wordmark.png") center / contain no-repeat;
}

.home-page-v20 .coach-brand-panel img {
  width: min(54%, 280px);
  margin-bottom: 82px;
  opacity: 1;
  filter: none;
}

.home-page-v20 .coach-copy .section-title h2 {
  font-size: clamp(46px, 4vw, 61px);
}

.home-page-v20 .coach-credentials {
  margin: 32px 0;
  border-top: 1px solid var(--j20-line);
}

.home-page-v20 .coach-credentials > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--j20-line);
}

.home-page-v20 .coach-copy .button {
  border-radius: 2px;
}

/* Gallery */
.home-page-v20 .gallery-section {
  padding: 116px 0;
  background: #191512;
}

.home-page-v20 .gallery-grid {
  gap: 12px;
  margin-top: 46px;
}

.home-page-v20 .gallery-item {
  border: 1px solid rgba(213, 179, 110, .17);
  border-radius: 0;
}

/* Membership in champagne and espresso. */
.home-page-v20 .membership-banner {
  padding: 114px 0;
  background-color: #d3c09e;
  background-position: center;
  background-size: cover;
}

.home-page-v20 .membership-banner-inner {
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
}

.home-page-v20 .membership-banner h2 {
  margin: 15px 0 22px;
  color: #1d1812;
  letter-spacing: -.045em;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 400;
  line-height: .95;
}

.home-page-v20 .membership-banner p {
  max-width: 620px;
  color: #51483d;
  line-height: 1.8;
}

.home-page-v20 .membership-banner .button {
  min-height: 50px;
  border-radius: 2px;
}

.home-page-v20 .member-card-preview {
  border: 1px solid rgba(213, 179, 110, .62);
  border-radius: 4px;
  box-shadow: 0 30px 70px rgba(36, 24, 11, .22);
}

/* Shop */
.home-page-v20 .shop-home-section {
  padding: 112px 0 118px;
  background: var(--j20-paper);
}

.home-page-v20 .product-grid {
  gap: 28px;
  margin-top: 43px;
}

.home-page-v20 .product-card {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--j20-line);
}

.home-page-v20 .product-image {
  aspect-ratio: 4 / 5;
}

/* FAQ and location */
.home-page-v20 .faq-section {
  padding: 112px 0;
  background: #eee6da;
}

.home-page-v20 .faq-layout {
  align-items: start;
  gap: clamp(65px, 8vw, 120px);
}

.home-page-v20 .faq-list details {
  border-color: rgba(115, 91, 55, .28);
}

.home-page-v20 .faq-list summary {
  padding-block: 21px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.home-page-v20 .location-section {
  min-height: 680px;
  background: #dcd2c4;
}

.home-page-v20 .location-map-card {
  min-height: 680px;
}

.home-page-v20 .location-copy {
  padding: 78px clamp(36px, 7vw, 110px);
}

.home-page-v20 .location-copy h2 {
  margin: 13px 0 18px;
  letter-spacing: -.04em;
  font-size: clamp(47px, 4.5vw, 66px);
  font-weight: 400;
  line-height: 1;
}

.home-page-v20 .location-actions .button {
  border-radius: 2px;
}

/* Final invitation */
.home-page-v20 .closing-cta {
  position: relative;
  padding: 126px 0;
  overflow: hidden;
  background-color: #15110e;
  background-position: center;
  background-size: cover;
}

.home-page-v20 .closing-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: min(31vw, 410px);
  aspect-ratio: 1;
  background: url("/brand/jenggala-horse-mark.png") center / contain no-repeat;
  opacity: .1;
  transform: translateY(-50%);
}

.home-page-v20 .closing-cta .container {
  position: relative;
  z-index: 1;
}

.home-page-v20 .closing-cta h2 {
  max-width: 820px;
  color: #fff8e9;
  letter-spacing: -.045em;
  font-size: clamp(56px, 5.5vw, 82px);
  font-weight: 400;
  line-height: .98;
}

.home-page-v20 .closing-cta p {
  max-width: 620px;
  color: rgba(255, 248, 233, .66);
  line-height: 1.8;
}

.home-page-v20 .closing-actions .button {
  border-radius: 2px;
}

/* Tablet */
@media (max-width: 1120px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal {
    width: min(226px, 100%);
    min-width: 0;
    height: 58px;
    padding: 6px 12px;
  }

  .home-page-v20 .container {
    width: min(1000px, calc(100% - 40px));
  }

  .home-page-v20 .hero,
  .home-page-v20 .hero--v12 {
    min-height: 860px;
    padding-bottom: 210px;
  }

  .home-page-v20 .hero-content,
  .home-page-v20 .hero--v12 .hero-content {
    min-height: 650px;
  }

  .home-page-v20 .hero-service-rail,
  .home-page-v20 .hero-service-rail--v12 {
    width: calc(100% - 40px);
  }

  .home-page-v20 .hero-service-card,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card {
    min-height: 184px;
    padding: 22px 20px;
  }

  .home-page-v20 .hero-service-card > p,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card > p {
    min-height: 40px;
  }

  .home-page-v20 .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page-v20 .why-grid article {
    min-height: 200px;
  }

  .home-page-v20 .home-riding-pathway {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .home-page-v20 .hero,
  .home-page-v20 .hero--v12 {
    min-height: 850px;
    padding-bottom: 214px;
    background-position: 58% 42%;
  }

  .home-page-v20 .hero-content,
  .home-page-v20 .hero--v12 .hero-content {
    align-items: flex-end;
    min-height: 620px;
    padding-bottom: 68px;
  }

  .home-page-v20 .hero::before {
    background:
      linear-gradient(0deg, rgba(8, 6, 5, .94) 0%, rgba(8, 6, 5, .58) 54%, rgba(8, 6, 5, .18) 100%),
      linear-gradient(90deg, rgba(8, 6, 5, .45), transparent 80%);
  }

  .home-page-v20 .hero-service-rail,
  .home-page-v20 .hero-service-rail--v12 {
    right: 0;
    bottom: 18px;
    left: 0;
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 0 20px 2px;
    overflow-x: auto;
    background: transparent;
    border: 0;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    transform: none;
  }

  .home-page-v20 .hero-service-rail::-webkit-scrollbar {
    display: none;
  }

  .home-page-v20 .hero-service-card,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card {
    flex: 0 0 min(340px, 78vw);
    min-height: 178px;
    scroll-snap-align: center;
  }

  .home-page-v20 .coach-layout,
  .home-page-v20 .membership-banner-inner,
  .home-page-v20 .faq-layout {
    grid-template-columns: 1fr;
  }

  .home-page-v20 .coach-brand-panel {
    min-height: 480px;
  }

  .home-page-v20 .location-section {
    grid-template-columns: 1fr;
  }

  .home-page-v20 .location-map-card {
    min-height: 420px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal {
    width: clamp(166px, 52vw, 190px);
    height: 52px;
    padding: 5px 9px;
  }

  .site-shell--editorial .brand-horizontal-image {
    max-height: 42px;
  }

  .site-shell--editorial .footer-logo-image {
    width: min(238px, 100%);
  }

  .home-page-v20 .container {
    width: calc(100% - 28px);
  }

  .home-page-v20 .hero,
  .home-page-v20 .hero--v12 {
    min-height: 830px;
    padding-bottom: 210px;
    background-position: 61% 38%;
  }

  .home-page-v20 .hero::after {
    top: 7%;
    right: 5%;
    width: 54vw;
    opacity: .09;
  }

  .home-page-v20 .hero-content,
  .home-page-v20 .hero--v12 .hero-content {
    align-items: flex-end;
    min-height: 612px;
    padding: 62px 0 48px;
  }

  .home-page-v20 .hero-copy {
    width: 100%;
    padding-left: 16px;
  }

  .home-page-v20 .hero-signature {
    margin-bottom: 16px;
  }

  .home-page-v20 .hero-signature span {
    font-size: 7px;
  }

  .home-page-v20 .hero-signature span + span {
    display: none;
  }

  .home-page-v20 .hero h1,
  .home-page-v20 .hero--v12 .hero-copy h1 {
    margin: 13px 0 18px;
    font-size: clamp(48px, 14.2vw, 62px);
    line-height: .91;
  }

  .home-page-v20 .hero-copy > p,
  .home-page-v20 .hero--v12 .hero-copy > p {
    max-width: 36rem;
    font-size: 13.5px;
    line-height: 1.68;
  }

  .home-page-v20 .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px;
    margin-top: 25px;
  }

  .home-page-v20 .hero-actions .button--gold {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 10px;
  }

  .home-page-v20 .hero-actions .button--ghost {
    font-size: 9px;
  }

  .home-page-v20 .hero-service-rail,
  .home-page-v20 .hero-service-rail--v12 {
    bottom: 16px;
    padding-inline: 14px;
  }

  .home-page-v20 .hero-service-card,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card {
    flex-basis: calc(100vw - 48px);
    min-height: 178px;
    padding: 20px 19px;
  }

  .home-page-v20 .hero-service-card > div b,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card > div b {
    font-size: 25px;
  }

  .home-page-v20 .hero-service-card > p,
  .home-page-v20 .hero-service-rail--v12 .hero-service-card > p {
    min-height: 38px;
    margin-block: 8px;
    font-size: 11px;
  }

  .home-page-v20 .why-section,
  .home-page-v20 .package-comparison-section,
  .home-page-v20 .dark-section,
  .home-page-v20 .coach-section,
  .home-page-v20 .gallery-section,
  .home-page-v20 .membership-banner,
  .home-page-v20 .shop-home-section,
  .home-page-v20 .faq-section {
    padding: 76px 0;
  }

  .home-page-v20 .section-head-row {
    display: block;
    padding-bottom: 22px;
  }

  .home-page-v20 .section-title h2,
  .home-page-v20 .coach-copy .section-title h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .home-page-v20 .section-title p {
    font-size: 13px;
    line-height: 1.72;
  }

  .home-page-v20 .why-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 26px;
  }

  .home-page-v20 .why-grid article,
  .home-page-v20 .why-grid article:nth-child(n) {
    min-height: 0;
    padding: 24px 0;
    border-top: 0;
    border-bottom: 1px solid var(--j20-line);
  }

  .home-page-v20 .why-grid article:first-child {
    border-top: 2px solid #b99355;
  }

  .home-page-v20 .why-grid article svg {
    margin-bottom: 18px;
  }

  .home-page-v20 .home-riding-pathway {
    gap: 28px;
    margin: 35px 0 32px;
    padding: 30px 0;
  }

  .home-page-v20 .home-riding-pathway-intro h3 {
    font-size: 32px;
  }

  .home-page-v20 .home-riding-pathway-steps {
    grid-template-columns: 1fr;
  }

  .home-page-v20 .home-riding-pathway-steps article {
    min-height: 0;
    padding: 19px;
  }

  .home-page-v20 .comparison-grid {
    display: flex;
    gap: 10px;
    width: calc(100% + 14px);
    margin-top: 28px;
    padding: 0 14px 8px 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .home-page-v20 .comparison-grid::-webkit-scrollbar {
    display: none;
  }

  .home-page-v20 .comparison-card,
  .home-page-v20 .comparison-card:nth-child(n) {
    flex: 0 0 min(330px, 86vw);
    min-height: 430px;
    scroll-snap-align: start;
  }

  .home-page-v20 .horse-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .home-page-v20 .horse-card:nth-child(n) {
    grid-row: auto;
    min-height: 390px;
  }

  .home-page-v20 .horse-card:first-child {
    min-height: 470px;
  }

  .home-page-v20 .coach-brand-panel {
    min-height: 350px;
  }

  .home-page-v20 .coach-brand-panel img {
    width: min(51%, 200px);
    margin-bottom: 64px;
  }

  .home-page-v20 .coach-brand-panel::after {
    right: 14%;
    bottom: 12%;
    left: 14%;
    height: 60px;
  }

  .home-page-v20 .membership-banner-inner {
    gap: 42px;
  }

  .home-page-v20 .membership-banner h2 {
    font-size: 45px;
  }

  .home-page-v20 .product-grid {
    grid-template-columns: 1fr;
  }

  .home-page-v20 .faq-layout {
    gap: 38px;
  }

  .home-page-v20 .faq-list summary {
    font-size: 16px;
  }

  .home-page-v20 .location-section {
    min-height: 0;
  }

  .home-page-v20 .location-map-card {
    min-height: 360px;
  }

  .home-page-v20 .location-copy {
    padding: 62px 20px 70px;
  }

  .home-page-v20 .location-copy h2 {
    font-size: 41px;
  }

  .home-page-v20 .closing-cta {
    padding: 88px 0;
  }

  .home-page-v20 .closing-cta::after {
    top: 18%;
    right: -8%;
    width: 60vw;
  }

  .home-page-v20 .closing-cta h2 {
    font-size: 47px;
  }
}

@media (max-width: 380px) {
  .site-shell--editorial .topbar .brand--animated-lockup.brand--horizontal {
    width: 160px;
    padding-inline: 7px;
  }

  .home-page-v20 .hero-actions {
    grid-template-columns: 1fr;
  }

  .home-page-v20 .hero-actions .button--ghost {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page-v20 .horse-card {
    transition: none;
  }
}
