.home-page {
  --home-deep: #020f0d;
  --home-dark: #071714;
  --home-panel: #0b1d19;
  --home-panel-soft: #102520;
  --home-ink: #f5f2e9;
  --home-muted: rgba(245, 242, 233, 0.68);
  --home-line: rgba(255, 255, 255, 0.15);
  --home-gold: #e6a43d;
  --home-red: #d63a2e;
  --home-green: #94b875;
  color: var(--home-ink);
  background: var(--home-deep);
  font-family: "Manrope Local", "Segoe UI", sans-serif;
  overflow-x: clip;
}

.home-page * {
  box-sizing: border-box;
}

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

.home-page a {
  color: inherit;
}

.home-shell {
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
}

.home-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 12px 4vw;
  color: var(--home-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 15, 13, 0.4);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease;
}

.home-header.is-scrolled {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: rgba(2, 15, 13, 0.94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  text-decoration: none;
}

.home-brand img {
  width: 55px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-brand > span {
  display: grid;
  line-height: 0.9;
  text-transform: none;
}

.home-brand strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-brand em {
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.home-navigation {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 44px);
}

.home-navigation a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.home-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--home-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.home-navigation a:hover::after,
.home-navigation a:focus-visible::after,
.home-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.home-header-cta,
.home-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid transparent;
  color: var(--home-deep);
  background: var(--home-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-header-cta:hover,
.home-button:hover {
  transform: translateY(-2px);
}

.home-menu-toggle {
  display: none;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-deep);
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
}

.home-hero::before {
  background: linear-gradient(90deg, rgba(1, 12, 10, 0.94) 0%, rgba(1, 12, 10, 0.72) 31%, rgba(1, 12, 10, 0.14) 69%, rgba(1, 12, 10, 0.12) 100%);
}

.home-hero::after {
  background: linear-gradient(180deg, rgba(1, 12, 10, 0.1) 46%, rgba(1, 12, 10, 0.88) 100%);
}

.home-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: home-hero-scale 1.4s ease-out both;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
  padding: 150px 0 190px;
  animation: home-rise 700ms 120ms ease-out both;
}

.home-kicker {
  margin: 0 0 18px;
  color: var(--home-gold) !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-hero .home-kicker {
  text-transform: none;
}

.home-hero h1,
.home-live h2,
.home-story h2,
.home-section-heading h2,
.home-experience h3,
.home-visit h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
  font-weight: 800;
  letter-spacing: -0.012em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 940px;
  font-size: clamp(5.5rem, 10.3vw, 9.8rem);
  line-height: 0.91;
}

.home-hero h1 span {
  color: var(--home-gold);
}

.home-hero-copy {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home-button-primary {
  background: var(--home-gold);
}

.home-button-ghost {
  color: var(--home-ink);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(2, 15, 13, 0.34);
  backdrop-filter: blur(10px);
}

.home-button-ghost:hover {
  border-color: var(--home-ink);
  background: rgba(2, 15, 13, 0.72);
}

.home-hero-index {
  position: absolute;
  z-index: 3;
  right: max(36px, calc((100% - 1240px) / 2));
  bottom: 44px;
  left: max(36px, calc((100% - 1240px) / 2));
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.home-hero-index span {
  display: grid;
  gap: 4px;
  padding: 20px 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero-index strong {
  color: var(--home-ink);
  font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.home-live {
  position: relative;
  z-index: 4;
  padding: 0 0 clamp(90px, 10vw, 140px);
  background: var(--home-deep);
}

.home-live-grid {
  display: grid;
  grid-template-columns: 0.8fr repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--home-line);
}

.home-live-heading,
.home-live-card {
  min-width: 0;
  min-height: 250px;
  padding: clamp(28px, 4vw, 50px);
  background: var(--home-panel);
}

.home-live-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-live h2 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.96;
}

.home-live-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-live-card-top {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.home-live-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--home-gold);
  border: 1px solid rgba(230, 164, 61, 0.48);
  border-radius: 50%;
}

.home-page .panel-label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.home-live-card > strong {
  color: var(--home-ink);
  font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.home-status-card > strong {
  font-size: clamp(2.1rem, 3.3vw, 3.5rem);
}

.home-live-card > span:last-child {
  color: var(--home-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.home-page .status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(230, 164, 61, 0.12);
}

.home-story {
  padding: clamp(96px, 12vw, 170px) 0;
  background: #e9e3d6;
}

.home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: center;
}

.home-story-copy {
  min-width: 0;
}

.home-story .home-kicker {
  color: #a6512b !important;
}

.home-story h2 {
  color: #102019;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.96;
}

.home-story-copy > p:not(.home-kicker) {
  max-width: 640px;
  margin: 28px 0 0;
  color: #4d5851;
  font-size: 1rem;
  line-height: 1.82;
}

.home-story-image {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #d8d0c2;
}

.home-story-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.home-story-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 56px 24px 22px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, transparent, rgba(2, 15, 13, 0.88));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-experiences {
  padding: clamp(100px, 12vw, 170px) 0;
  background: var(--home-dark);
  scroll-margin-top: 82px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  gap: 24px 60px;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.home-story-grid > *,
.home-section-heading > *,
.home-visit-card > * {
  min-width: 0;
}

.home-section-heading .home-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.home-section-heading h2 {
  font-size: clamp(4.5rem, 8vw, 8rem);
  line-height: 0.93;
}

.home-section-heading > p:last-child {
  max-width: 400px;
  margin: 0 0 8px;
  color: var(--home-muted);
  line-height: 1.75;
}

.home-experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-experience {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 560px;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid var(--home-line);
  color: var(--home-ink);
  background: #0b1d19;
  text-decoration: none;
  isolation: isolate;
}

.home-experience-courses {
  min-height: 680px;
  grid-column: 1 / -1;
}

.home-experience > img,
.home-experience-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-experience > img {
  z-index: -2;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 400ms ease;
}

.home-experience-courses > img {
  object-position: center 48%;
}

.home-experience-food > img {
  object-position: 62% center;
}

.home-experience-bikes > img {
  object-position: 64% center;
}

.home-experience-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(2, 15, 13, 0.92), rgba(2, 15, 13, 0.52) 56%, rgba(2, 15, 13, 0.12));
}

.home-experience-food .home-experience-shade {
  background: linear-gradient(90deg, rgba(34, 21, 13, 0.92), rgba(34, 21, 13, 0.4) 70%, rgba(34, 21, 13, 0.18));
}

.home-experience-bikes .home-experience-shade {
  background: linear-gradient(90deg, rgba(3, 8, 8, 0.94), rgba(3, 8, 8, 0.42) 72%, rgba(3, 8, 8, 0.15));
}

.home-experience-content {
  position: relative;
  display: grid;
  width: min(680px, 100%);
  gap: 16px;
  padding: clamp(34px, 5vw, 68px);
}

.home-experience-number {
  position: absolute;
  top: 0;
  right: clamp(34px, 5vw, 68px);
  color: rgba(255, 255, 255, 0.38);
  font-family: "Barlow Condensed Local", "Arial Narrow", sans-serif;
  font-size: 4rem;
  font-weight: 800;
}

.home-experience h3 {
  font-size: clamp(3.8rem, 6.5vw, 7rem);
  line-height: 0.93;
}

.home-experience:not(.home-experience-courses) h3 {
  font-size: clamp(3.2rem, 5vw, 5.4rem);
}

.home-experience-content > p:not(.home-kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.home-experience-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--home-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-experience-bikes .home-experience-link,
.home-experience-bikes .home-kicker {
  color: #ef4a3d !important;
}

.home-experience:hover > img,
.home-experience:focus-visible > img {
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.035);
}

.home-experience:focus-visible,
.home-page :is(a, button):focus-visible {
  outline: 3px solid var(--home-gold);
  outline-offset: 4px;
}

.home-visit {
  padding: clamp(90px, 10vw, 140px) 0;
  color: var(--home-deep);
  background: var(--home-gold);
}

.home-visit-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: end;
}

.home-visit .home-kicker,
.home-visit h2 {
  color: var(--home-deep) !important;
}

.home-visit h2 {
  max-width: 900px;
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 0.92;
}

.home-visit-actions {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.home-button-dark {
  color: var(--home-ink);
  background: var(--home-deep);
}

.home-text-link {
  color: var(--home-deep);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-footer {
  padding: 82px 0 24px;
  border-top: 1px solid var(--home-line);
  background: #010a09;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.55fr) minmax(220px, 0.75fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: start;
}

.home-footer-intro {
  max-width: 460px;
}

.home-footer-brand img {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.home-footer p,
.home-footer address,
.home-footer a {
  color: var(--home-muted);
}

.home-footer p {
  max-width: 430px;
  margin-top: 24px;
  line-height: 1.7;
}

.home-footer-nav {
  display: grid;
  gap: 12px;
}

.home-footer-nav a,
.home-footer address {
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.8;
  text-decoration: none;
}

.home-footer-nav a {
  width: fit-content;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.home-footer-nav a:hover {
  color: var(--home-ink);
  transform: translateX(4px);
}

.home-footer-label,
.home-footer .home-footer-label {
  margin: 3px 0 20px;
  color: var(--home-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-footer address a {
  display: inline-block;
  margin-top: 8px;
  color: var(--home-ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--home-gold);
  text-underline-offset: 5px;
}

.home-footer-map-wrap {
  overflow: hidden;
  margin-top: 58px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: var(--home-panel);
}

.home-footer-map {
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: inherit;
  filter: grayscale(1) invert(0.9) hue-rotate(118deg) brightness(0.72) contrast(1.15);
}

.home-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

.home-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.home-footer-legal span,
.home-footer-legal a,
.home-footer-legal button {
  padding: 0;
  border: 0;
  color: var(--home-muted);
  background: transparent;
  font: 700 0.68rem/1.5 "Manrope Local", sans-serif;
}

.home-footer-legal a,
.home-footer-legal button {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.home-footer-legal a:hover,
.home-footer-legal button:hover,
.home-footer-legal a:focus-visible,
.home-footer-legal button:focus-visible {
  color: var(--home-ink);
  outline: none;
}

.home-footer .home-footer-credit {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(245, 242, 233, 0.78);
  font-family: "Snell Roundhand", "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: rotate(-2deg);
}

.home-page.is-home-ready [data-home-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.home-page.is-home-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes home-rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-hero-scale {
  from { opacity: 0.72; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  .home-shell,
  .home-hero-content {
    width: min(100% - 48px, 1240px);
  }

  .home-header {
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
    padding-inline: 24px;
  }

  .home-header-cta {
    display: none;
  }

  .home-menu-toggle {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-self: end;
    gap: 10px;
    padding: 10px 13px;
    border: 1px solid var(--home-line);
    color: var(--home-ink);
    background: rgba(2, 15, 13, 0.68);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .home-menu-toggle i {
    font-size: 1.25rem;
  }

  .home-navigation {
    position: absolute;
    top: calc(100% - 1px);
    right: 18px;
    left: 18px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 18px;
    border: 1px solid var(--home-line);
    background: rgba(2, 15, 13, 0.98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  }

  .home-navigation.is-open {
    display: flex;
  }

  .home-navigation a {
    padding: 15px 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-navigation a:last-child {
    border-bottom: 0;
  }

  .home-live-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-live-heading {
    min-height: 180px;
    grid-column: 1 / -1;
  }

  .home-story-grid {
    grid-template-columns: 1fr;
  }

  .home-story-copy {
    max-width: 760px;
  }

  .home-story-image,
  .home-story-image img {
    min-height: 560px;
    height: 560px;
  }

  .home-section-heading {
    grid-template-columns: 1fr;
  }

  .home-section-heading .home-kicker {
    grid-column: auto;
  }

  .home-experience-grid {
    grid-template-columns: 1fr;
  }

  .home-experience-courses {
    grid-column: auto;
  }

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

@media (max-width: 700px) {
  .home-shell,
  .home-hero-content {
    width: calc(100% - 40px);
  }

  .home-header {
    min-height: 72px;
    padding: 8px 20px;
  }

  .home-brand {
    gap: 10px;
  }

  .home-brand img {
    width: 48px;
    height: 48px;
  }

  .home-brand strong {
    font-size: 1.5rem;
  }

  .home-brand em {
    font-size: 0.62rem;
  }

  .home-hero {
    min-height: 780px;
  }

  .home-hero::before {
    background: linear-gradient(90deg, rgba(1, 12, 10, 0.86), rgba(1, 12, 10, 0.36)), linear-gradient(180deg, rgba(1, 12, 10, 0.18) 28%, rgba(1, 12, 10, 0.94) 86%);
  }

  .home-hero-media {
    bottom: auto;
    height: clamp(320px, 48svh, 430px);
    object-position: 58% 42%;
  }

  .home-hero-content {
    padding: 150px 0 190px;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13.3vw, 3.45rem);
    line-height: 0.95;
    letter-spacing: -0.018em;
    overflow-wrap: break-word;
  }

  .home-live h2,
  .home-story h2,
  .home-section-heading h2,
  .home-visit h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11.7vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.018em;
    overflow-wrap: break-word;
  }

  .home-experience h3 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.7vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: -0.016em;
    overflow-wrap: break-word;
  }

  .home-hero-copy {
    max-width: 100%;
    margin-top: 22px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .home-button {
    width: 100%;
  }

  .home-hero-index {
    right: 20px;
    bottom: 24px;
    left: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hero-index span {
    padding: 16px 8px 0 0;
    font-size: 0.56rem;
    letter-spacing: 0.06em;
  }

  .home-hero-index strong {
    font-size: 1.7rem;
  }

  .home-live {
    padding-bottom: 90px;
  }

  .home-live-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .home-live-heading,
  .home-live-card {
    min-height: 220px;
    grid-column: auto;
    padding: 32px 20px;
  }

  .home-live h2 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .home-live-card > strong {
    font-size: 3.4rem;
    line-height: 1;
  }

  .home-status-card > strong {
    font-size: 2.8rem;
  }

  .home-story,
  .home-experiences,
  .home-visit {
    padding: 86px 0;
  }

  .home-story-grid {
    gap: 54px;
  }

  .home-story h2,
  .home-section-heading h2,
  .home-visit h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.6rem, 11.5vw, 3rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .home-story-image,
  .home-story-image img {
    min-height: 430px;
    height: 430px;
  }

  .home-section-heading {
    gap: 20px;
    margin-bottom: 46px;
  }

  .home-experience,
  .home-experience-courses {
    min-height: 540px;
  }

  .home-experience-content {
    padding: 32px 24px;
  }

  .home-experience-number {
    top: 4px;
    right: 24px;
    font-size: 3.2rem;
  }

  .home-experience h3,
  .home-experience:not(.home-experience-courses) h3 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11.2vw, 2.8rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .home-experience-courses > img {
    object-position: 57% center;
  }

  .home-experience-food > img {
    object-position: 62% center;
  }

  .home-experience-bikes > img {
    object-position: 63% center;
  }

  .home-visit-card {
    gap: 40px;
  }

  .home-footer {
    padding-top: 58px;
  }

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

  .home-footer-label,
  .home-footer .home-footer-label {
    margin-bottom: 14px;
  }

  .home-footer-map-wrap {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .home-footer-map {
    height: 300px;
  }

  .home-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .home-footer .home-footer-credit {
    align-self: flex-end;
  }
}

@media (max-width: 380px) {
  .home-shell,
  .home-hero-content {
    width: calc(100% - 32px);
  }

  .home-header {
    padding-inline: 16px;
  }

  .home-brand > span {
    display: none;
  }

  .home-hero h1 {
    font-size: clamp(2.8rem, 13.2vw, 3.15rem);
  }

  .home-hero-index {
    right: 16px;
    left: 16px;
  }

  .home-live-heading,
  .home-live-card {
    padding-inline: 16px;
  }

  .home-story h2,
  .home-section-heading h2,
  .home-visit h2 {
    font-size: clamp(2.45rem, 11.8vw, 2.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Ensure button labels retain strong contrast across inherited link colors. */
.home-page .home-header-cta,
.home-page .home-button-primary {
  color: #020f0d !important;
}

.home-page .home-button-dark {
  color: #f5f2e9 !important;
}

.home-page .home-header-cta:hover,
.home-page .home-header-cta:focus-visible,
.home-page .home-button-primary:hover,
.home-page .home-button-primary:focus-visible {
  color: #020f0d !important;
}

.home-page .home-button-dark:hover,
.home-page .home-button-dark:focus-visible {
  color: #f5f2e9 !important;
}

.home-page .home-visit .home-button-dark,
.home-page .home-visit .home-button-dark:hover,
.home-page .home-visit .home-button-dark:focus-visible {
  border-color: #020f0d !important;
  background: #020f0d !important;
  color: #f5f2e9 !important;
}
