/* =========================================================
   MATEMBEZI HOMEPAGE
   Paste this file at: assets/css/home.css
   Loaded after style.css and scoped to the homepage.
========================================================= */

body[data-page="home"] {
  --home-cream: #f6efe2;
  --home-paper: #fffdf8;
  --home-forest: #102f24;
  --home-gold: #d5b66f;
  overflow-x: hidden;
}

@media (min-width: 1081px) {
  body[data-page="home"] .site-header:not(.is-scrolled):not(.nav-expanded) {
    background: linear-gradient(to bottom, rgba(5,20,14,.48), transparent);
  }

  body[data-page="home"] .site-header:not(.is-scrolled):not(.nav-expanded) .brand-mark {
    border: 1px solid rgba(255,255,255,.24);
    box-shadow:
      0 12px 30px rgba(0,0,0,.24),
      0 0 0 5px rgba(255,255,255,.055);
  }

  body[data-page="home"] .site-header:not(.is-scrolled):not(.nav-expanded) .main-nav a:hover,
  body[data-page="home"] .site-header:not(.is-scrolled):not(.nav-expanded) .main-nav a[aria-current="page"] {
    background: rgba(255,255,255,.1);
    color: var(--gold-2);
  }
}

body[data-page="home"] .hero {
  position: relative;
  isolation: isolate;
  min-height: max(820px, 96svh);
  overflow: hidden;
  padding: calc(var(--header) + 84px) 0 118px;
  background:
    linear-gradient(
      90deg,
      rgba(7, 25, 18, .96) 0%,
      rgba(7, 25, 18, .84) 42%,
      rgba(7, 25, 18, .38) 72%,
      rgba(7, 25, 18, .2) 100%
    ),
    radial-gradient(
      circle at 74% 23%,
      rgba(213, 182, 111, .38),
      transparent 31%
    ),
    url("../images/activities/mto-wa-mbu-hero-1920.jpg")
      center 42% / cover no-repeat;
}

body[data-page="home"] .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.22) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,.14) 0 1px, transparent 1.5px);
  background-size: 31px 31px, 47px 47px;
  mask-image: linear-gradient(to right, #000, transparent 78%);
}

body[data-page="home"] .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 20, 14, .38), transparent);
}

body[data-page="home"] .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .63fr);
  gap: clamp(44px, 7vw, 92px);
}

body[data-page="home"] .hero-copy {
  max-width: 790px;
}

body[data-page="home"] .hero .eyebrow {
  gap: .65rem;
  padding: .48rem .78rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--pill);
  background: rgba(255,255,255,.08);
  color: var(--gold-2);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .hero h1 {
  max-width: 10ch;
  margin: 24px 0 25px;
  color: #fff;
  font-size: clamp(3.45rem, 6.4vw, 6.5rem);
  line-height: .94;
  letter-spacing: -.055em;
  text-shadow: 0 8px 34px rgba(0,0,0,.24);
}

body[data-page="home"] .hero h1 span {
  color: #f0dca9;
}

body[data-page="home"] .hero-copy > p {
  max-width: 630px;
  margin-bottom: 0;
  padding-left: 20px;
  border-left: 2px solid var(--home-gold);
  color: rgba(255,255,255,.84);
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  line-height: 1.75;
}

body[data-page="home"] .hero-actions {
  margin-top: 34px;
}

body[data-page="home"] .hero-actions .btn {
  min-height: 54px;
  padding-inline: 1.28rem;
}

body[data-page="home"] .hero-actions .btn-light {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.1);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

body[data-page="home"] .hero-actions .btn-light:hover {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.17);
}

body[data-page="home"] .hero-points {
  gap: 11px 22px;
  margin-top: 31px;
}

body[data-page="home"] .hero-point {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  font-weight: 720;
}

body[data-page="home"] .hero-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,253,248,.96), rgba(246,239,226,.9));
  color: var(--ink);
  box-shadow:
    0 34px 80px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(20px) saturate(130%);
}

body[data-page="home"] .hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2), var(--terracotta));
}

body[data-page="home"] .hero-card h3 {
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 1.55rem;
}

body[data-page="home"] .planner-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--terracotta);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body[data-page="home"] .planner-toggle {
  display: none;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: .7rem .85rem;
  border: 1px solid rgba(37,35,31,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.66);
  color: var(--forest);
  font-size: .82rem;
  font-weight: 830;
  cursor: pointer;
}

body[data-page="home"] .planner-toggle i {
  color: var(--terracotta);
}

body[data-page="home"] .hero-card p {
  color: var(--muted);
}

body[data-page="home"] .hero-card .rating {
  background: rgba(24,61,47,.09);
  color: var(--forest);
}

body[data-page="home"] .hero-card .rating i {
  color: var(--terracotta);
}

body[data-page="home"] .mini-form {
  gap: 15px;
  margin-top: 25px;
}

body[data-page="home"] .mini-form label {
  color: #504940;
}

body[data-page="home"] .mini-form label > span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .76rem;
  letter-spacing: .025em;
}

body[data-page="home"] .mini-form input,
body[data-page="home"] .mini-form select {
  min-height: 52px;
  border-color: rgba(37,35,31,.15);
  background-color: rgba(255,255,255,.88);
}

body[data-page="home"] .mini-form .btn {
  min-height: 54px;
  margin-top: 3px;
}

body[data-page="home"] .mini-form .btn[aria-busy="true"] {
  cursor: wait;
  opacity: .82;
}

body[data-page="home"] .mini-form .btn[aria-busy="true"] i {
  animation: home-planner-pulse .8s ease-in-out infinite alternate;
}

body[data-page="home"] .planner-status {
  margin: 12px 0 0;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(24,61,47,.07);
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.45;
}

body[data-page="home"] .planner-status:empty {
  display: none;
}

body[data-page="home"] .planner-status[data-state="success"] {
  background: rgba(22,140,75,.1);
  color: #116a39;
}

body[data-page="home"] .planner-status[data-state="error"] {
  background: rgba(168,80,47,.1);
  color: #8e4027;
}

@keyframes home-planner-pulse {
  from { transform: scale(.88); }
  to { transform: scale(1.12); }
}

body[data-page="home"] .hero-card-note {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  font-size: .74rem;
  line-height: 1.5;
}

body[data-page="home"] .hero-card-note::before {
  content: "✓";
  color: var(--forest);
  font-weight: 900;
}

/* Trust strip */
body[data-page="home"] .trust-strip {
  z-index: 5;
  margin-top: -56px;
}

body[data-page="home"] .trust-box {
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 65px rgba(31,27,22,.14);
}

body[data-page="home"] .trust-item {
  min-height: 116px;
  padding: 26px 23px;
}

body[data-page="home"] .trust-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4e6c5, #eee0c1);
  box-shadow: inset 0 0 0 1px rgba(168,80,47,.08);
}

body[data-page="home"] .trust-item strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
}

/* Section rhythm and headings */
body[data-page="home"] .section {
  padding-block: clamp(88px, 10vw, 132px);
}

body[data-page="home"] .section-soft {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(198,166,100,.17), transparent 25%),
    radial-gradient(circle at 96% 85%, rgba(168,80,47,.1), transparent 26%),
    linear-gradient(180deg, #f7f0e5, #fcfaf5);
}

body[data-page="home"] .section-head.center {
  max-width: 830px;
  margin-bottom: 50px;
}

body[data-page="home"] .section-head h2 {
  margin: 13px 0 18px;
}

body[data-page="home"] .section-head p {
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.75;
}

/* Editorial experience grid */
body[data-page="home"] .cards-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="home"] .experience-card {
  position: relative;
  grid-column: span 6;
  border-color: rgba(37,35,31,.1);
  border-radius: 24px;
  box-shadow: 0 15px 42px rgba(39,31,22,.09);
}

body[data-page="home"] .experience-card:first-child {
  grid-column: span 8;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
}

body[data-page="home"] .experience-card:nth-child(2) {
  grid-column: span 4;
}

body[data-page="home"] .experience-card:first-child .card-media {
  min-height: 100%;
  aspect-ratio: auto;
}

body[data-page="home"] .card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,28,21,.3), transparent 45%);
  pointer-events: none;
  transition: background .35s ease;
}

body[data-page="home"] .experience-card::after {
  content: attr(data-card-number);
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 17px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(11,42,31,.74);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .76rem;
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}

body[data-page="home"] .experience-card.is-keyboard-focused {
  transform: translateY(-7px);
  border-color: rgba(198,166,100,.7);
  box-shadow:
    0 24px 62px rgba(39,31,22,.15),
    0 0 0 3px rgba(198,166,100,.14);
}

body[data-page="home"] .experience-card.reveal.is-visible {
  animation: home-card-arrive .62s ease-out backwards;
}

body[data-page="home"] .experience-card.reveal.is-visible:nth-child(2) { animation-delay: 55ms; }
body[data-page="home"] .experience-card.reveal.is-visible:nth-child(3) { animation-delay: 90ms; }
body[data-page="home"] .experience-card.reveal.is-visible:nth-child(4) { animation-delay: 125ms; }
body[data-page="home"] .experience-card.reveal.is-visible:nth-child(5) { animation-delay: 160ms; }
body[data-page="home"] .experience-card.reveal.is-visible:nth-child(6) { animation-delay: 195ms; }

@keyframes home-card-arrive {
  from {
    opacity: 0;
    transform: translateY(22px) scale(.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

body[data-page="home"] .experience-card:hover .card-media::after {
  background: linear-gradient(to top, rgba(10,28,21,.42), transparent 52%);
}

body[data-page="home"] .card-badge {
  z-index: 1;
  padding: .43rem .72rem;
  border: 1px solid rgba(255,255,255,.44);
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(10px);
}

body[data-page="home"] .card-body {
  padding: 26px;
}

body[data-page="home"] .card-body h3 {
  margin: 11px 0 12px;
  color: var(--forest);
}

body[data-page="home"] .card-body h3 a {
  background-image: linear-gradient(var(--gold), var(--gold));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .3s ease;
}

body[data-page="home"] .experience-card:hover h3 a {
  background-size: 100% 2px;
}

body[data-page="home"] .meta-pill {
  border: 1px solid rgba(37,35,31,.06);
  background: #f7f1e7;
}

body[data-page="home"] .price-row {
  align-items: center;
}

body[data-page="home"] .experience-grid-action {
  margin-top: 42px;
  text-align: center;
}

/* Why Matembezi */
body[data-page="home"] .split-grid {
  gap: clamp(52px, 7vw, 90px);
}

body[data-page="home"] .feature-image {
  isolation: isolate;
  min-height: 620px;
  border-radius: 34px 34px 120px 34px;
  box-shadow: 0 34px 90px rgba(22,28,23,.2);
}

body[data-page="home"] .feature-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24px -24px -24px 24px;
  border: 1px solid rgba(198,166,100,.6);
  border-radius: inherit;
}

body[data-page="home"] .floating-stat {
  right: 36px;
  bottom: 36px;
  left: 36px;
  padding: 25px;
  border-radius: 20px 20px 58px 20px;
  background: rgba(9,34,24,.68);
}

body[data-page="home"] .floating-stat strong {
  font-size: 1.55rem;
}

body[data-page="home"] .feature-list {
  gap: 13px;
}

body[data-page="home"] .home-approach {
  position: relative;
  margin: -8px 0 25px;
  padding: 20px 22px 20px 25px;
  overflow: hidden;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background:
    linear-gradient(100deg, rgba(198,166,100,.16), rgba(198,166,100,.035));
}

body[data-page="home"] .home-approach::after {
  content: "“";
  position: absolute;
  top: -24px;
  right: 15px;
  color: rgba(198,166,100,.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.8rem;
  line-height: 1;
}

body[data-page="home"] .home-approach > span {
  display: block;
  margin-bottom: 4px;
  color: var(--terracotta);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body[data-page="home"] .home-approach p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.55;
}

body[data-page="home"] .feature-item {
  padding: 18px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

body[data-page="home"] .feature-item > i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

body[data-page="home"] .feature-item strong {
  margin-bottom: 3px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

/* Experience combinations */
body[data-page="home"] .section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(198,166,100,.2), transparent 30%),
    radial-gradient(circle at 90% 100%, rgba(168,80,47,.2), transparent 32%),
    linear-gradient(145deg, #153b2d, #09251b);
}

body[data-page="home"] .section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.55) 0 1px, transparent 1.5px);
  background-size: 32px 32px;
  mask-image: linear-gradient(135deg, #000, transparent 70%);
}

body[data-page="home"] .section-dark .container {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .section-dark .info-card {
  grid-column: span 4;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 34px;
  border-radius: 24px;
}

body[data-page="home"] .combination-number {
  position: absolute;
  top: 20px;
  right: 23px;
  color: rgba(255,255,255,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

body[data-page="home"] .combination-route {
  display: grid;
  gap: 0;
  margin: 4px 0 24px;
  padding: 0;
  color: rgba(255,255,255,.78);
  list-style: none;
}

body[data-page="home"] .combination-route li {
  position: relative;
  min-height: 38px;
  padding: 0 0 14px 31px;
  font-size: .92rem;
  line-height: 1.45;
}

body[data-page="home"] .combination-route li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(198,166,100,.08);
}

body[data-page="home"] .combination-route li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: -1px;
  left: 7px;
  width: 1px;
  background: linear-gradient(rgba(234,217,163,.6), rgba(234,217,163,.12));
}

body[data-page="home"] .combination-route li:last-child {
  min-height: 24px;
  padding-bottom: 0;
}

body[data-page="home"] .section-dark .info-card h3 {
  font-size: 1.65rem;
}

body[data-page="home"] .section-dark .info-card p {
  font-size: 1rem;
}

body[data-page="home"] .section-dark .info-card .tag {
  width: max-content;
}

body[data-page="home"] .combination-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: max-content;
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
  font-size: .86rem;
  font-weight: 820;
  text-decoration: none;
}

body[data-page="home"] .combination-link i {
  color: var(--gold-2);
  transition: transform var(--ease);
}

body[data-page="home"] .combination-link:hover i {
  transform: translateX(4px);
}

/* Closing call to action */
body[data-page="home"] .cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 80% 25%, rgba(213,182,111,.28), transparent 25%),
    linear-gradient(110deg, #0b2a1f, #174533);
}

body[data-page="home"] .cta-band::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -90px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(255,255,255,.025),
    0 0 0 120px rgba(255,255,255,.018);
}

body[data-page="home"] .cta-inner {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .cta-band .eyebrow {
  color: var(--gold-2);
}

body[data-page="home"] .cta-band h2 {
  max-width: 720px;
  margin: 14px 0 18px;
  font-size: clamp(2.35rem, 4.4vw, 4.1rem);
}

body[data-page="home"] .cta-band p {
  max-width: 670px;
  line-height: 1.75;
}

body[data-page="home"] .cta-actions {
  flex-direction: column;
  align-items: stretch;
  min-width: 245px;
}

body[data-page="home"] .cta-actions .btn {
  min-height: 52px;
}

/* Accessible keyboard focus */
body[data-page="home"] :where(a, button, input, select):focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  body[data-page="home"] .hero {
    min-height: auto;
    padding-bottom: 108px;
  }

  body[data-page="home"] .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr);
    gap: 38px;
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(3.3rem, 7vw, 5.4rem);
  }

  body[data-page="home"] .experience-card,
  body[data-page="home"] .experience-card:nth-child(2) {
    grid-column: span 6;
  }

  body[data-page="home"] .experience-card:first-child {
    grid-column: 1 / -1;
  }

  body[data-page="home"] .section-dark .info-card {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .hero-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-copy {
    max-width: 720px;
  }

  body[data-page="home"] .hero-card {
    max-width: 660px;
  }

  body[data-page="home"] .trust-strip {
    margin-top: -42px;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .hero {
    min-height: auto;
    padding: calc(var(--header) + 58px) 0 86px;
    background-position: 61% center;
  }

  body[data-page="home"] .hero::before {
    display: none;
  }

  body[data-page="home"] .hero h1 {
    max-width: 9ch;
    margin-top: 19px;
    font-size: clamp(3.05rem, 15vw, 4.45rem);
  }

  body[data-page="home"] .hero-copy > p {
    padding-left: 15px;
    font-size: 1rem;
  }

  body[data-page="home"] .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-actions .btn {
    width: 100%;
  }

  body[data-page="home"] .hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="home"] .hero-card {
    padding: 23px;
    border-radius: 22px;
  }

  .home-enhanced body[data-page="home"] .planner-toggle {
    display: flex;
  }

  body[data-page="home"] .mini-form[hidden] {
    display: none !important;
  }

  body[data-page="home"] .trust-strip {
    margin-top: -28px;
  }

  body[data-page="home"] .trust-item {
    min-height: auto;
  }

  body[data-page="home"] .section {
    padding-block: 78px;
  }

  body[data-page="home"] .section-head.center {
    margin-bottom: 34px;
    text-align: left;
  }

  body[data-page="home"] .section-head.center p {
    margin-inline: 0;
  }

  body[data-page="home"] .experience-card,
  body[data-page="home"] .experience-card:first-child,
  body[data-page="home"] .experience-card:nth-child(2) {
    grid-column: 1 / -1;
    display: flex;
  }

  body[data-page="home"] .experience-card:first-child .card-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  body[data-page="home"] .feature-image {
    min-height: 510px;
    border-radius: 28px 28px 76px 28px;
  }

  body[data-page="home"] .feature-image::before {
    inset: 15px -10px -15px 15px;
  }

  body[data-page="home"] .floating-stat {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  body[data-page="home"] .section-dark .info-card {
    padding: 28px;
  }

  body[data-page="home"] .cta-inner {
    gap: 30px;
  }

  body[data-page="home"] .cta-actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 390px) {
  body[data-page="home"] .hero {
    padding-top: calc(var(--header) + 46px);
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(2.8rem, 14.7vw, 3.65rem);
  }

  body[data-page="home"] .hero-points {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-card-top {
    align-items: flex-start;
  }

  body[data-page="home"] .hero-card .rating {
    padding-inline: .52rem;
  }

  body[data-page="home"] .card-body,
  body[data-page="home"] .section-dark .info-card {
    padding: 23px;
  }

  body[data-page="home"] .price-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (hover: none) {
  body[data-page="home"] .experience-card:hover,
  body[data-page="home"] .section-dark .info-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .card-body h3 a {
    transition: none;
  }

  body[data-page="home"] .experience-card.reveal.is-visible:nth-child(n) {
    animation: none;
  }
}
