.shop-panel picture,.system-card__media picture,.modern-split__media picture{display:block;width:100%;height:100%}
.page-home {
  --mh-black: #0a0a0c;
  --mh-charcoal: #17171a;
  --mh-panel: #1e1e22;
  --mh-white: #fff;
  --mh-off: #f6f5f2;
  --mh-grey: #8b8b92;
  --mh-grey-light: #c9c9ce;
  --mh-red: #d71920;
  --mh-red-deep: #a90f16;
  --mh-star: #ffc107;
  --mh-line: rgba(10, 10, 12, .09);
  --mh-radius-lg: 20px;
  --mh-radius-md: 14px;
  --mh-ease: cubic-bezier(.16, .84, .44, 1);
  --mh-display: "Archivo Black", "Inter", sans-serif;
  --mh-body: "Inter", sans-serif;
  overflow-x: clip;
  background: var(--mh-white);
  color: var(--mh-black);
}

.page-home .site-body { padding: 0; }
.page-home .modern-home { overflow: clip; font-family: var(--mh-body); }
.page-home .modern-home *, .page-home .modern-home *::before, .page-home .modern-home *::after { box-sizing: border-box; }
.page-home .modern-home img { display: block; max-width: 100%; }
.page-home .modern-home a { color: inherit; text-decoration: none; }
.page-home .modern-wrap { width: 100%; margin: 0 auto; padding-inline: 48px; }
.page-home .modern-wrap--narrow { max-width: 1360px; }
.page-home .modern-system-section { background: var(--mh-off); }
.page-home .modern-section__head--spacious { margin-bottom: 72px; }

.page-home .modern-marquee { overflow: hidden; padding: 11px 0; background: var(--mh-black); color: #fff; white-space: nowrap; }
.page-home .modern-marquee > div { display: inline-flex; min-width: max-content; animation: modern-marquee 26s linear infinite; }
.page-home .modern-marquee span { display: inline-flex; align-items: center; gap: 28px; padding: 0 28px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.page-home .modern-marquee span::after { content: "//"; color: var(--mh-red); }
@keyframes modern-marquee { to { transform: translateX(-50%); } }

.page-home .modern-nav { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 78px; padding: 12px 48px; border-bottom: 1px solid var(--mh-line); background: rgba(255,255,255,.76); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); }
.page-home .modern-nav__brand { display: inline-flex; align-items: center; }
.page-home .modern-nav__brand img { width: auto; height: 52px; object-fit: contain; }
.page-home .modern-nav__links { display: flex; justify-content: center; gap: 8px; }
.page-home .modern-nav__links a { padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .18s var(--mh-ease); }
.page-home .modern-nav__links a:hover, .page-home .modern-nav__links a:focus-visible { background: rgba(10,10,12,.06); }
.page-home .modern-nav__actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.page-home .modern-nav__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(10,10,12,.055); }
.page-home .modern-nav__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page-home .modern-nav__cart { position: relative; display: inline-grid; width: 38px; min-height: 38px; place-items: center; padding: 0; border: 1px solid rgba(10,10,12,.08); border-radius: 50%; background: #fff; color: var(--mh-black); box-shadow: 0 2px 10px rgba(10,10,12,.05); }
.page-home .modern-nav__cart svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page-home .modern-nav__cart b { position: absolute; top: -4px; right: -4px; display: inline-grid; min-width: 17px; height: 17px; padding-inline: 4px; place-items: center; border-radius: 9px; background: var(--mh-red); color: #fff; font-size: 9px; }
.page-home [data-modern-menu-button] { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid var(--mh-black); border-radius: 50%; background: var(--mh-black); color: #fff; }
.page-home [data-modern-menu-button] span { display: block; width: 18px; height: 1.5px; margin: 3px auto; background: currentColor; }
.page-home .modern-nav__mobile { position: absolute; top: 100%; right: 18px; left: 18px; padding: 12px; border: 1px solid var(--mh-line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(10,10,12,.16); }
.page-home .modern-nav__mobile[hidden] { display: none; }
.page-home .modern-nav__mobile a { display: flex; min-height: 48px; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--mh-line); font-size: 15px; font-weight: 700; }
.page-home .modern-nav__mobile a:last-child { border-bottom: 0; }

.page-home .modern-hero { position: relative; height: 66vh; min-height: 480px; max-height: 640px; overflow: hidden; isolation: isolate; background: var(--mh-black); color: #fff; }
.page-home .modern-hero__media, .page-home .modern-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-home .modern-hero__media { margin: 0; }
.page-home .modern-hero__media img { object-fit: cover; object-position: center; filter: brightness(1.08) saturate(1.08); }
.page-home .modern-hero__slides, .page-home .modern-hero__slide, .page-home .modern-hero__slide picture, .page-home .modern-hero__slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-home .modern-hero__slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity .6s var(--mh-ease), visibility 0s linear .6s; }
.page-home .modern-hero__slide.is-active { opacity: 1; visibility: visible; transition: opacity .6s var(--mh-ease), visibility 0s linear 0s; }
.page-home .modern-hero__slide img { object-fit: cover; object-position: center; }
.page-home .modern-hero__scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(5,6,8,.58) 0%, rgba(5,6,8,.2) 37%, rgba(5,6,8,0) 61%); pointer-events: none; }
.page-home .modern-hero__grid { position: relative; z-index: 3; display: flex; height: 100%; align-items: center; }
.page-home .modern-hero__copy { max-width: 590px; padding-bottom: 0; }
.page-home .modern-hero__copy { transition: opacity .28s var(--mh-ease), visibility .28s var(--mh-ease); }
.page-home .modern-hero.is-copy-hidden .modern-hero__copy { visibility: hidden; opacity: 0; pointer-events: none; }
.page-home .modern-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 14px; border-radius: 999px; background: color-mix(in srgb, var(--mh-red) 22%, transparent); color: #fff; font-size: 12px; font-weight: 700; }
.page-home .modern-pill::before { width: 6px; height: 6px; border-radius: 50%; background: var(--mh-red); content: ""; }
.page-home .modern-hero h1 { margin: 0; color: #fff; font-family: var(--mh-display); font-size: clamp(3.7rem, 6.8vw, 7.2rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 4px 30px rgba(0,0,0,.22); overflow-wrap: break-word; }
.page-home .modern-hero h1 em { color: var(--mh-grey-light); font-style: normal; }
body.page-home .modern-home .modern-hero__copy > p { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 550; line-height: 1.55; }
.page-home .modern-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.page-home .modern-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 26px; border: 1.5px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .18s var(--mh-ease), background .18s; }
.page-home .modern-btn:hover { transform: translateY(-2px); }
.page-home .modern-btn--red { background: var(--mh-red); color: #fff; }
.page-home .modern-btn--red:hover { background: var(--mh-red-deep); }
.page-home .modern-btn--glass { border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.08); color: #fff; backdrop-filter: blur(6px); }
.page-home .modern-btn--dark { background: var(--mh-black); color: #fff; }
.page-home .modern-hero .modern-btn { min-height: 52px; border-radius: 3px; letter-spacing: .06em; text-transform: uppercase; }
.page-home .modern-hero__stats { display: flex; gap: 34px; margin-top: 46px; }
.page-home .modern-hero__stats span { display: grid; gap: 3px; }
.page-home .modern-hero__stats b { color: #fff; font-family: var(--mh-display); font-size: 24px; font-weight: 400; line-height: 1; }
.page-home .modern-hero__stats small { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.page-home .modern-hero__arrow { position: absolute; top: 50%; z-index: 5; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 26px; backdrop-filter: blur(10px); }
.page-home .modern-hero__arrow--prev { left: 24px; }
.page-home .modern-hero__arrow--next { right: 24px; }
.page-home .modern-hero__dots { position: absolute; right: 48px; bottom: 28px; z-index: 5; display: flex; gap: 9px; }
.page-home .modern-hero__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.4); transition: width .22s var(--mh-ease); }
.page-home .modern-hero__dot.is-active { width: 22px; background: #fff; }
.page-home .modern-hero__float { position: absolute; right: 48px; bottom: 54px; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: var(--mh-radius-md); background: rgba(255,255,255,.92); color: var(--mh-black); box-shadow: 0 20px 50px -18px rgba(0,0,0,.4); backdrop-filter: blur(14px); }
.page-home .modern-hero__float > b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--mh-black); color: #fff; }
.page-home .modern-hero__float span { display: grid; }
.page-home .modern-hero__float strong { font-size: 12px; }
.page-home .modern-hero__float small { color: var(--mh-grey); font-size: 11px; }


.page-home [data-reveal] { opacity: 1; transform: none; }

.page-home .modern-section { padding: 120px 0; }
.page-home .modern-section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 56px; }
.page-home .modern-eyebrow { display: block; margin-bottom: 13px; color: var(--mh-red); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.page-home .modern-section__head h2, .page-home .modern-cta h2 { max-width: 600px; margin: 0; color: var(--mh-black); font-family: var(--mh-display); font-size: clamp(24px, 2.8vw, 40px); font-weight: 400; line-height: 1.08; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-section__head > p { max-width: 360px; margin: 0; color: #696970; font-size: 15px; line-height: 1.6; }
.page-home .modern-text-link { font-size: 13px; font-weight: 800; }

.page-home .shop-panels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.page-home .shop-panel { position: relative; aspect-ratio: 4 / 7; overflow: hidden; border-radius: var(--mh-radius-lg); isolation: isolate; color: #fff; }
.page-home .shop-panel::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,10,12,.46) 0%, rgba(10,10,12,.02) 30%, rgba(10,10,12,.04) 58%, rgba(10,10,12,.62) 100%); content: ""; }
.page-home .shop-panel img { width: 100%; height: 100%; object-fit: cover; color: #fff; filter: brightness(1.1) saturate(1.08); transition: transform .65s var(--mh-ease); }
.page-home .shop-panel:hover img { transform: scale(1.035); }
.page-home .shop-panel__name { position: absolute; top: 24px; right: 24px; left: 24px; z-index: 2; color: #fff; font-family: var(--mh-display); font-size: 19px; font-weight: 400; line-height: 1.08; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .shop-panel__desc { position: absolute; right: 24px; bottom: 84px; left: 24px; z-index: 2; color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.45; }
.page-home .shop-panel__cta { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 999px; background: var(--mh-red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: background .18s, transform .18s; }
.page-home .shop-panel:hover .shop-panel__cta { background: #b80913; }
.page-home .shop-panel--kit { background: var(--mh-black); }
.page-home .shop-panel--kit::after { display: none; }
.page-home .shop-panel--kit img { width: 100%; height: calc(100% - 128px); margin-top: 64px; object-fit: cover; object-position: center; transform: none; }
.page-home .shop-panel--kit:hover img { transform: none; }
.page-home .shop-panel--kit .shop-panel__name { top: 20px; bottom: auto; }
.page-home .shop-panel--kit .shop-panel__cta { bottom: 10px; }

.page-home .modern-carousel-controls { display: flex; justify-content: flex-end; gap: 8px; margin-top: 22px; }
.page-home .modern-carousel-controls button { width: 42px; height: 42px; border: 1px solid var(--mh-line); border-radius: 50%; background: #fff; font-size: 18px; }

.page-home .modern-steps { padding: 88px 0; border-top: 1px solid var(--mh-line); }
.page-home .modern-steps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.page-home .modern-steps__item { padding-left: 20px; border-left: 1px solid var(--mh-line); }
.page-home .modern-steps__item:first-child { padding-left: 0; border-left: 0; }
.page-home .modern-steps__num { display: block; margin-bottom: 20px; color: var(--mh-red); font-family: var(--mh-display); font-size: 22px; font-weight: 400; letter-spacing: -.005em; }
.page-home .modern-steps__item h3 { margin: 0 0 10px; color: var(--mh-black); font-family: var(--mh-display); font-size: 16px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-steps__item p { margin: 0; color: var(--mh-grey); font-size: 14px; line-height: 1.6; }

@media (max-width: 1060px) {
  .page-home .modern-steps__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
}
@media (max-width: 700px) {
  .page-home .modern-steps { padding: 64px 0; }
  .page-home .modern-steps__item { padding-left: 0; border-left: 0; padding-top: 20px; border-top: 1px solid var(--mh-line); }
  .page-home .modern-steps__item:first-child { padding-top: 0; border-top: 0; }
}

@media (max-width: 700px) {
  .page-home .modern-steps { padding: 48px 0; }
  .page-home .modern-steps__grid { grid-template-columns: 1fr; gap: 24px; }
}

.page-home .modern-profile-note { margin-bottom: 0; background: var(--mh-off); }
.page-home .modern-profile-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  padding-inline: 0;
}
.page-home .modern-profile-note__free { padding: 64px 48px; }
.page-home .modern-profile-note__free h2 {
  max-width: 620px;
  margin: 0;
  color: var(--mh-black);
  font-family: var(--mh-display);
  font-size: clamp(25px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}
.page-home .modern-profile-note__free p,
.page-home .modern-profile-note__pro p { margin: 14px 0 0; font-size: 14px; line-height: 1.6; }
.page-home .modern-profile-note__free p { max-width: 610px; color: var(--mh-grey); }
.page-home .modern-profile-note__pro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 48px;
  background: var(--mh-black);
  color: #fff;
}
.page-home .modern-profile-note__pro strong {
  font-family: var(--mh-display);
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-home .modern-profile-note__pro p { color: rgba(255,255,255,.78); }
.page-home .modern-profile-note__pro a {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .page-home .modern-profile-note { margin-bottom: 0; }
  .page-home .modern-profile-note__inner { grid-template-columns: 1fr; }
  .page-home .modern-profile-note__free,
  .page-home .modern-profile-note__pro { padding: 40px 20px; }
}

.page-home .system-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.page-home .system-card { display: block; color: var(--mh-black); }
.page-home .system-card__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 12px; background: var(--mh-off); }
.page-home .system-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--mh-ease); }
.page-home .system-card:hover .system-card__media img { transform: scale(1.035); }
.page-home .system-card__caption { display: block; margin-top: 16px; }
.page-home .system-card__caption strong { display: block; margin-bottom: 5px; color: var(--mh-black); font-family: var(--mh-display); font-size: 16px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .system-card__caption span { color: var(--mh-grey); font-size: 13px; line-height: 1.5; }

.page-home .modern-rating { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.page-home .modern-rating > b { font-family: var(--mh-display); font-size: 34px; font-weight: 400; }
.page-home .modern-rating > span { display: grid; gap: 3px; }
.page-home .modern-rating i { color: var(--mh-star); font-size: 13px; font-style: normal; letter-spacing: 2px; }
.page-home .modern-rating small { color: var(--mh-grey); font-size: 12.5px; font-weight: 600; }
.page-home .modern-values { padding: 82px 0; background: var(--mh-off); }
.page-home .modern-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.page-home .modern-values__icon { width: 30px; height: 30px; margin-bottom: 18px; fill: none; stroke: var(--mh-red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.page-home .modern-values__grid h3 { margin: 0 0 8px; color: var(--mh-black); font-family: var(--mh-display); font-size: 17px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-values__grid p { margin: 0; color: var(--mh-grey); font-size: 14.5px; line-height: 1.6; }

.page-home .modern-statement { position: relative; left: 50%; width: 100vw; max-width: none; min-height: 660px; margin-left: -50vw; overflow: hidden; isolation: isolate; background: var(--mh-black); }
.page-home .modern-statement picture { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.page-home .modern-statement picture img { position: absolute; top: -90px; right: 0; left: 0; width: 100%; height: calc(100% + 180px); max-width: none; object-fit: cover; object-position: center bottom; transform: translate3d(0, var(--statement-parallax-y, 0px), 0); will-change: transform; }
.page-home .modern-statement__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,8,14,.82) 0%, rgba(4,8,14,.5) 47%, rgba(4,8,14,.08) 75%); }
.page-home .modern-statement__content { position: relative; z-index: 2; display: flex; min-height: 660px; align-items: center; }
.page-home .modern-statement h2 { max-width: 760px; margin: 0; color: #fff; font-family: var(--mh-display); font-size: clamp(42px, 5.2vw, 76px); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; text-shadow: 0 5px 30px rgba(0,0,0,.28); }
.page-home .modern-statement h2 em { color: var(--mh-red); font-style: normal; }

.page-home .modern-cta { padding: 100px 0; background: var(--mh-red); text-align: center; }
.page-home .modern-cta h2 { max-width: 780px; margin-inline: auto; color: #fff; }
.page-home .site-body .modern-cta p { max-width: 570px; margin: 20px auto 28px; color: #fff; }
.page-home .modern-cta .modern-eyebrow { color: #fff; }
.page-home .modern-cta .modern-btn { background: var(--mh-black); color: #fff; }
.page-home .modern-cta--dark { padding: 108px 0 84px; background: var(--mh-black); }
.page-home .modern-cta--dark .modern-btn { background: var(--mh-red); color: #fff; }
.page-home .modern-cta--dark .modern-btn:hover { background: var(--mh-red-deep); }
.page-home .modern-cta__actions { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.page-home .modern-cta--dark .modern-cta__link { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.page-home .modern-cta--dark .modern-cta__link:hover { color: #fff; }
.page-home .modern-cta__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; margin: 72px 0 0; padding: 32px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.page-home .modern-cta__trust li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); }
.page-home .modern-cta__trust svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--mh-red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-home .modern-cta__trust span { font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

.page-home .modern-trust-strip { padding: 30px 0; border-block: 1px solid var(--mh-line); background: var(--mh-off); }
.page-home .modern-trust-strip ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; margin: 0; padding: 0; list-style: none; }
body.page-home .modern-trust-strip li { display: flex; align-items: center; gap: 10px; color: var(--mh-black); }
.page-home .modern-trust-strip svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--mh-red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-home .modern-trust-strip span { font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

.page-home .modern-brand-strip { padding: 76px 0; background: #fff; text-align: center; }
body.page-home .modern-brand-strip p { margin: 0; color: var(--mh-black); font-family: var(--mh-display); font-size: clamp(22px, 3.4vw, 40px); font-weight: 400; line-height: 1.15; letter-spacing: -.01em; text-transform: uppercase; }

/* Give the supporting copy below Fan favourites the same confident weight
   as the upper product sections without changing the display headings. */
.page-home .modern-steps__item p,
.page-home .modern-profile-note__free p,
.page-home .modern-profile-note__pro p,
.page-home .system-card__caption span,
.page-home .modern-values__grid p,
.page-home .site-body .modern-cta p { font-weight: 500; }

@media (max-width: 1060px) {
  .page-home .modern-nav { grid-template-columns: auto 1fr; }
  .page-home .modern-nav__links { display: none; }
  .page-home [data-modern-menu-button] { display: inline-flex; align-items: center; }
  .page-home .shop-panels { grid-template-columns: repeat(2, 1fr); }
  .page-home .system-cards { grid-template-columns: repeat(2, 1fr); }
  /* Tablet portrait: the hero box gets much taller relative to the wide
     source photo, so keep the crop anchored on the rider/helmet tag
     (right side of the image) instead of the default center crop,
     which would show mostly empty background at this aspect ratio. */
  .page-home .modern-hero__media img { object-position: right center; }
}

@media (max-width: 700px) {
  .page-home .modern-wrap { padding-inline: 20px; }
  .page-home .modern-marquee span { padding-inline: 18px; }
  .page-home .modern-nav { min-height: 68px; padding: 12px 18px; }
  .page-home .modern-nav__brand img { height: 38px; }
  .page-home .modern-nav__actions { gap: 8px; }
  .page-home .modern-nav__search { display: none; }
  .page-home .modern-nav__account { display: grid; width: 40px; height: 40px; }
  .page-home .modern-nav__cart { width: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .page-home .modern-nav__cart b { display: inline-grid; }
  .page-home .modern-hero { height: min(125vw, 700px); min-height: 500px; max-height: 700px; padding: 0; background: var(--mh-black); }
  .page-home .modern-hero__slide picture,
  .page-home .modern-hero__slide img { width: 100%; height: 100%; }
  .page-home .modern-hero__slide img { object-fit: cover; object-position: center; }
  .page-home .modern-hero__scrim { height: 100%; background: linear-gradient(180deg, rgba(5,6,8,0) 55%, rgba(5,6,8,.22) 75%, rgba(5,6,8,.78) 100%); }
  .page-home .modern-hero__grid { position: absolute; inset: 0; min-height: 0; padding: 0 20px 24px; align-items: flex-end; }
  .page-home .modern-hero__copy { max-width: 100%; padding: 0; }
  .page-home .modern-hero h1 { max-width: 260px; font-size: clamp(1.9rem, 8vw, 2.6rem); line-height: .95; text-shadow: 0 3px 22px rgba(0,0,0,.55); }
  body.page-home .modern-home .modern-hero__copy > p { max-width: 260px; margin-top: 8px; color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.4; text-shadow: 0 2px 16px rgba(0,0,0,.7); }
  .page-home .modern-actions { margin-top: 14px; gap: 10px; }
  .page-home .modern-btn { width: auto; padding: 0 18px; }
  .page-home .modern-hero .modern-btn { min-height: 44px; font-size: 11px; }
  .page-home .modern-hero__stats { gap: 20px; margin-top: 30px; }
  .page-home .modern-hero__stats b { font-size: 17px; }
  .page-home .modern-hero__stats small { max-width: 78px; font-size: 8px; }
  .page-home .modern-hero__arrow, .page-home .modern-hero__float { display: none; }
  .page-home .modern-hero__dots { top: 20px; right: 20px; bottom: auto; }
  .page-home .modern-section { padding: 76px 0; }
  .page-home .modern-section__head { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .page-home .modern-section__head h2, .page-home .modern-cta h2 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .page-home .modern-statement,
  .page-home .modern-statement__content { min-height: 520px; }
  .page-home .modern-statement picture img { object-position: center bottom; }
  .page-home .modern-statement__scrim { background: linear-gradient(180deg, rgba(4,8,14,.25) 0%, rgba(4,8,14,.55) 45%, rgba(4,8,14,.92) 100%); }
  .page-home .modern-statement__content { align-items: flex-end; padding-bottom: 40px; }
  .page-home .modern-statement h2 { max-width: 92%; font-size: clamp(32px, 9vw, 48px); }
  .page-home .modern-cta { padding: 76px 0; text-align: left; }
  .page-home .modern-cta h2 { margin-inline: 0; }
  .page-home .site-body .modern-cta p { margin-inline: 0; }
  .page-home .modern-cta--dark { padding: 72px 0 56px; text-align: center; }
  .page-home .modern-cta--dark h2,
  .page-home .modern-cta--dark p { margin-inline: auto; }
  .page-home .modern-cta__actions { flex-direction: column; gap: 16px; }
  .page-home .modern-cta__trust { margin-top: 48px; padding-top: 24px; justify-content: flex-start; gap: 12px 24px; }
  .page-home .modern-trust-strip ul { justify-content: flex-start; gap: 12px 24px; }
  .page-home .modern-values { padding: 64px 0; }
  .page-home .modern-values__grid { grid-template-columns: 1fr; gap: 32px; }
  .page-home .modern-brand-strip { padding: 56px 0; }
}

/* Use the same mobile navigation shell and slide-in drawer as every other page. */
@media (max-width: 900px) {
  .page-home > .site-announcement { display: flex !important; }
  .page-home > .site-shell-header { display: block !important; top: 30px; }
  .page-home .modern-marquee,
  .page-home .modern-nav { display: none !important; }
}

@media (max-width: 430px) {
  .page-home .modern-nav { grid-template-columns: auto 1fr; padding-inline: 14px; }
  .page-home .modern-nav__brand img { height: 34px; }
  .page-home .modern-nav__actions { gap: 6px; }
  .page-home .modern-nav__account,
  .page-home .modern-nav__cart,
  .page-home [data-modern-menu-button] { width: 38px; height: 38px; min-height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .modern-marquee > div { animation: none; }
  .page-home .modern-home * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .page-home .modern-statement picture img { top: 0; height: 100%; transform: none !important; }
}

/* Full-width auto-rotating product promo carousel */
.page-home .modern-promo { position: relative; left: 50%; width: 100vw; height: 640px; margin-left: -50vw; overflow: hidden; isolation: isolate; background: var(--mh-black); color: #fff; }
.page-home .modern-promo__slides, .page-home .modern-promo__slide, .page-home .modern-promo__slide img, .page-home .modern-promo__slide video { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-home .modern-promo__slide { margin: 0; opacity: 0; pointer-events: none; transition: opacity .6s var(--mh-ease); }
.page-home .modern-promo__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.page-home .modern-promo__slide img, .page-home .modern-promo__slide video { object-fit: cover; object-position: center; }
.page-home .modern-promo__slide--video video { pointer-events: none; filter: none; -webkit-user-select: none; user-select: none; }
.page-home .modern-promo__scrim { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: none; }
.page-home .modern-promo__slide--video .modern-promo__scrim { background: rgba(0, 0, 0, 0.18); }
.page-home .modern-promo__content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 16px; padding: 0 24px 56px; pointer-events: none; text-align: center; }
.page-home .modern-promo__content a, .page-home .modern-promo__content button { position: relative; z-index: 5; pointer-events: auto; touch-action: manipulation; }
.page-home .modern-promo__slide--key-tag .modern-promo__content { align-items: flex-end; padding-right: 10vw; text-align: right; }
.page-home .modern-promo__content h2 { max-width: 480px; margin: 0; color: #fff; font-family: var(--mh-display); font-size: clamp(22px, 2.8vw, 34px); font-weight: 400; line-height: 1.1; letter-spacing: -.01em; text-transform: uppercase; text-shadow: 0 3px 18px rgba(0,0,0,.5); }
.page-home .modern-promo__content .modern-btn--glass { transition: background .18s var(--mh-ease), color .18s var(--mh-ease), border-color .18s var(--mh-ease), transform .18s var(--mh-ease); }
.page-home .modern-promo__content .modern-btn--glass:hover { background: #fff; color: var(--mh-black); border-color: #fff; }
.page-home .modern-promo .modern-hero__arrow { top: 50%; }
.page-home .modern-promo .modern-hero__dots { top: auto; right: 50%; bottom: 24px; transform: translateX(50%); pointer-events: none; }
.page-home .modern-promo .modern-hero__dot { pointer-events: auto; }
.page-home .modern-promo__play { position: absolute; top: 50%; left: 50%; z-index: 6; display: none; width: 68px; height: 68px; padding: 0; place-items: center; transform: translate(-50%, -50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--mh-black); box-shadow: 0 14px 32px -12px rgba(0,0,0,.5); pointer-events: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.page-home .modern-promo__slide--video.is-active .modern-promo__play { display: grid; }
.page-home .modern-promo__slide.is-video-playing .modern-promo__play { display: none; }
.page-home .modern-promo__play svg { width: 26px; height: 26px; margin-left: 3px; fill: currentColor; pointer-events: none; }
@media (max-width: 700px) {
  .page-home .modern-promo { height: 560px; }
  .page-home .modern-promo__content { padding: 0 20px 48px; }
  .page-home .modern-promo__slide--video .modern-promo__content h2,
  .page-home .modern-promo__slide--video .modern-promo__content .modern-btn--glass,
  .page-home .modern-promo__slide--video .modern-promo__content .modern-btn--glass:hover,
  .page-home .modern-promo__slide--video .modern-promo__content .modern-btn--glass:focus-visible,
  .page-home .modern-promo__slide--video .modern-promo__content .modern-btn--glass:active { color: #fff; }
  .page-home .modern-promo__slide--video .modern-promo__content .modern-btn--glass { text-shadow: 0 2px 12px rgba(0,0,0,.72); }
  .page-home .modern-promo__slide--key-tag .modern-promo__content { padding-right: 24px; padding-left: 42%; }
  .page-home .modern-promo__slide--profile img {
    object-fit: cover;
    object-position: center;
  }
}


.page-home .modern-founder { padding: 96px 0; background: var(--mh-off); text-align: center; }
.page-home .modern-founder__inner { max-width: 800px; margin-inline: auto; }
.page-home .modern-founder .modern-eyebrow { justify-content: center; }
.page-home .modern-founder .modern-founder__quote { margin: 18px 0 0; padding: 0; border: 0; color: var(--mh-black); font-family: var(--mh-display); font-size: clamp(21px, 2.4vw, 30px); font-weight: 400; line-height: 1.42; letter-spacing: -.005em; text-transform: none; }
.page-home .modern-founder .modern-founder__quote em { font-style: normal; color: var(--mh-red); }
.page-home .modern-founder__rule { display: block; width: 56px; height: 2px; margin: 32px auto 20px; background: var(--mh-red); }
.page-home .modern-founder .modern-founder__byline { margin: 0; color: var(--mh-grey); font-size: 12.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.page-home .modern-founder .modern-founder__link { display: inline-block; margin-top: 22px; color: var(--mh-red) !important; font-size: 13px; font-weight: 700; letter-spacing: .01em; text-decoration: none; }
.page-home .modern-founder .modern-founder__link:hover { text-decoration: underline; }
@media (max-width: 700px) {
  .page-home .modern-founder { padding: 64px 0; }
}

/* Generic 3-column variants, reusable on any modern-* landing page (product launches etc.) */
.page-home .system-cards--three,
.page-home .shop-panels--three { grid-template-columns: repeat(3, 1fr); }
.page-home .modern-steps__grid--three { grid-template-columns: repeat(3, 1fr); }
/* Three-up shop panels: wider portrait cards than the default four-up
   row, centred as a block instead of stretching full-bleed. Name and
   CTA sit below the photo in a solid footer instead of overlaid on
   top of it, so the image itself can run lighter/brighter. */
.page-home .shop-panels--three { max-width: 1260px; margin-inline: auto; }
.page-home .shop-panels--three .shop-panel { display: flex; flex-direction: column; aspect-ratio: auto; background: var(--mh-black); }
.page-home .shop-panels--three .shop-panel::after { display: none; }
.page-home .shop-panels--three .shop-panel img { aspect-ratio: 4 / 5; width: 100%; height: auto; margin-top: 0; object-fit: cover; background: var(--mh-off); filter: none; }
.page-home .shop-panels--three .shop-panel__name { position: static; order: 2; padding: 18px 22px 0; }
.page-home .shop-panels--three .shop-panel__cta { position: static; order: 3; align-self: flex-start; width: auto; min-height: 52px; margin: 14px 22px 22px; padding-inline: 28px; }
.page-home .modern-system-section { padding-block: 100px; }
@media (max-width: 1060px) {
  .page-home .system-cards--three,
  .page-home .shop-panels--three { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .page-home .modern-steps__grid--three,
  .page-home .system-cards--three,
  .page-home .shop-panels--three { grid-template-columns: 1fr; }
  .page-home .modern-system-section { padding-block: 76px; }
}

/* Fan favourites: large square product photography on a full-width black stage. */
.page-home .fan-favourites { background: #000; color: #fff; }
.page-home .fan-favourites .modern-section__head h2 { color: #fff; }
.page-home .fan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); max-width: 1180px; margin-inline: auto; }
.page-home .fan-card { min-width: 0; background: #000; }
.page-home .fan-card__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: #08080a; box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.page-home .fan-card__stage { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: #08080a; cursor: pointer; }
.page-home .fan-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .36s ease, transform .36s var(--mh-ease); }
.page-home .fan-card__img--base { z-index: 1; opacity: 1; transform: scale(1); }
.page-home .fan-card__img--hover { z-index: 2; opacity: 0; transform: scale(1.015); }
.page-home .fan-card__quickadd { position: absolute; right: 18px; bottom: 18px; z-index: 4; margin: 0; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .3s ease, transform .3s var(--mh-ease); }
.page-home .fan-card__quickadd-btn { min-height: 44px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--mh-red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 10px 28px rgba(0,0,0,.38); cursor: pointer; transition: background .18s ease, transform .18s ease; }
.page-home .fan-card__quickadd-btn:hover, .page-home .fan-card__quickadd-btn:focus-visible { background: var(--mh-red-deep); transform: translateY(-1px); }
.page-home .fan-card__meta { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 2px 0; text-align: left; }
.page-home .fan-card__name { color: #fff; font-size: 18px; font-weight: 750; letter-spacing: -.01em; }
.page-home .fan-card__price { color: var(--mh-grey-light); font-size: 14px; font-weight: 600; }
.page-home .fan-card.is-active .fan-card__img--base { opacity: 0; transform: scale(1.015); }
.page-home .fan-card.is-active .fan-card__img--hover { opacity: 1; transform: scale(1); }
.page-home .fan-card.is-active .fan-card__quickadd,
.page-home .fan-card__quickadd:focus-within { opacity: 1; transform: translateY(0); pointer-events: auto; }
@media (hover: hover) and (pointer: fine) {
  .page-home .fan-card:hover .fan-card__img--base { opacity: 0; transform: scale(1.015); }
  .page-home .fan-card:hover .fan-card__img--hover { opacity: 1; transform: scale(1); }
  .page-home .fan-card:hover .fan-card__quickadd { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
.page-home .fan-card__tap-hint { display: none; }
@media (hover: none), (pointer: coarse) {
  .page-home .fan-card__tap-hint {
    display: flex; align-items: center; gap: 6px;
    position: absolute; left: 14px; bottom: 14px; z-index: 3;
    padding: 7px 12px 7px 10px; border-radius: 999px;
    background: rgba(0,0,0,.55); backdrop-filter: blur(3px);
    color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .01em;
    opacity: 1; transition: opacity .3s ease;
  }
  .page-home .fan-card__tap-hint svg { width: 16px; height: 16px; flex: none; }
  .page-home .fan-card.is-active .fan-card__tap-hint { opacity: 0; }
}
@media (max-width: 700px) {
  .page-home .fan-favourites { padding-block: 76px; }
  .page-home .fan-grid { grid-template-columns: 1fr; gap: 38px; max-width: 560px; }
  .page-home .fan-card__quickadd { right: 14px; bottom: 14px; }
  .page-home .fan-card__quickadd-btn { min-height: 46px; padding-inline: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .fan-card__img, .page-home .fan-card__quickadd { transition: none; }
}

/* Product launch pages (e.g. the bundle page): the homepage's hero entrance
   treatment dims the hero photo to 88% opacity before `.home-ready` lands.
   That's invisible against the homepage's own dark, moody hero photo, but a
   lighter product shot reads as a broken black flash on first paint. Force
   the hero image visible immediately on these pages instead. */
.bundle-landing .modern-hero__media img { opacity: 1 !important; transform: none !important; }

/* The homepage's hero h1 sizing (clamp scaling with vw, in a fixed ~500-590px
   column) is tuned for a short 2-line headline like "RIDE COVERED." Longer
   headlines like the bundle's wrap to 5-6 lines, and since the vw-based size
   keeps growing with viewport width while the column doesn't, the text block
   gets taller than the hero at wide viewports and is clipped by its
   overflow:hidden — plus individual words start breaking mid-word. Give
   longer headlines a smaller, flatter scale and a wider column instead.
   Mobile (<=700px) already has its own tuned override further down. */
@media (min-width: 701px) {
  .bundle-landing .modern-hero__copy { max-width: 720px; }
  .bundle-landing .modern-hero__copy h1 { font-size: clamp(2.6rem, 3.6vw, 4.6rem); }
}

/* Generic split (image + copy), checklist, callout, specs and FAQ components —
   reusable across product landing pages built on the modern-* system. */
.page-home .modern-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.page-home .modern-split--top { align-items: start; }
.page-home .modern-split__media { position: relative; border-radius: var(--mh-radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--mh-off); box-shadow: 0 30px 60px -30px rgba(10,10,12,.25); }
.page-home .modern-split__media img { width: 100%; height: 100%; object-fit: cover; }
.page-home .modern-split__copy { max-width: 520px; }
.page-home .modern-split--top .modern-split__copy { max-width: none; }
.page-home .modern-split__copy .modern-eyebrow { margin-bottom: 14px; }
.page-home .modern-split__copy h2 { margin: 0; color: var(--mh-black); font-family: var(--mh-display); font-size: clamp(28px, 3.4vw, 44px); font-weight: 400; line-height: 1.05; letter-spacing: -.01em; text-transform: uppercase; }
.page-home .modern-split__copy > p { margin: 18px 0 0; color: #55555c; font-size: 16px; line-height: 1.65; }

.page-home .modern-mini-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-top: 32px; }
.page-home .modern-mini-steps--stacked { grid-template-columns: 1fr; gap: 22px; }
.page-home .modern-mini-steps__item { display: flex; gap: 14px; align-items: flex-start; }
.page-home .modern-mini-steps__item .modern-steps__num { margin-bottom: 0; flex: 0 0 auto; }
.page-home .modern-mini-steps__item h3 { margin: 0 0 4px; color: var(--mh-black); font-family: var(--mh-display); font-size: 14px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-mini-steps__item p { margin: 0; color: var(--mh-grey); font-size: 13.5px; line-height: 1.5; }
@media (max-width: 700px) {
  .page-home .modern-mini-steps { grid-template-columns: 1fr; }
}

.page-home .modern-checklist { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.page-home .modern-checklist li { display: flex; align-items: flex-start; gap: 12px; color: var(--mh-black); font-size: 15px; line-height: 1.55; font-weight: 600; }
.page-home .modern-checklist li::before { content: "✓"; flex: 0 0 22px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--mh-red); color: #fff; font-size: 11px; font-weight: 900; }

.page-home .modern-callout { margin-top: 30px; padding: 26px; border-radius: var(--mh-radius-md); background: var(--mh-off); border: 1px solid var(--mh-line); }
.page-home .modern-callout__eyebrow { color: var(--mh-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.page-home .modern-callout h3 { margin: 8px 0 10px; color: var(--mh-black); font-family: var(--mh-display); font-size: 22px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-callout p { margin: 0; color: #55555c; font-size: 14.5px; line-height: 1.6; }
.page-home .modern-callout ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.page-home .modern-callout ul li { display: flex; gap: 10px; color: #55555c; font-size: 13.5px; line-height: 1.55; }
.page-home .modern-callout ul li::before { content: "•"; color: var(--mh-red); font-weight: 900; }

.page-home .modern-specs { display: grid; gap: 0; border-top: 1px solid var(--mh-line); max-width: 900px; }
.page-home .modern-specs__row { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--mh-line); }
.page-home .modern-specs__row dt { margin: 0; color: var(--mh-black); font-family: var(--mh-display); font-size: 12.5px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.page-home .modern-specs__row dd { margin: 0; color: #55555c; font-size: 14.5px; line-height: 1.6; }

.page-home .modern-faq { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--mh-line); }
.page-home .modern-faq__item { border-bottom: 1px solid var(--mh-line); }
.page-home .modern-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; cursor: pointer; list-style: none; color: var(--mh-black); font-family: var(--mh-display); font-size: 17px; font-weight: 400; letter-spacing: -.005em; text-transform: uppercase; }
.page-home .modern-faq__item summary::-webkit-details-marker { display: none; }
.page-home .modern-faq__item summary::after { content: "+"; flex: 0 0 auto; font-size: 24px; font-weight: 400; color: var(--mh-red); transition: transform .2s var(--mh-ease); }
.page-home .modern-faq__item[open] summary::after { transform: rotate(45deg); }
.page-home .modern-faq__item p { margin: 0 0 22px; max-width: 640px; color: #55555c; font-size: 15px; line-height: 1.65; }

@media (max-width: 900px) {
  .page-home .modern-split { grid-template-columns: 1fr; gap: 28px; }
  .page-home .modern-split__media { order: -1; }
  .page-home .modern-specs__row { grid-template-columns: 1fr; gap: 6px; }
}
