/* Homepage finish: visual hierarchy without changing functionality. */
body {
  background: var(--lve-canvas);
  color: var(--lve-black);
  font-family: var(--lve-font);
}

.site-header,
.site-footer {
  background: var(--lve-canvas);
  border-color: var(--lve-line);
}

#home { background: var(--lve-canvas); }
#home .hero,
#home .orion-platform-prompt { background-color: var(--lve-black); }

/* A deliberate light-to-dark rhythm: hero, story, catalogue, platform, conversion, support. */
#home .explore-section,
#home .split-band {
  background: var(--lve-surface);
  border-color: var(--lve-line);
}

#home .compare-section,
#home .support {
  background: var(--lve-canvas);
  border-color: var(--lve-line);
}

#home .hero .eyebrow,
#home .orion-platform-prompt .eyebrow,
#home .split-band .gateway-eyebrow {
  color: var(--lve-yellow);
}

#home .explore-intro .eyebrow,
#home .compare-section .eyebrow,
#home .split-band .eyebrow,
#home .support .eyebrow,
#home .support-card-label {
  color: var(--lve-yellow-ink);
}

#home .explore-inline-link,
#home .support-device-link {
  color: var(--lve-yellow-ink);
}

#home .split-band .gateway-card a { color: var(--lve-yellow); }

#home .split-band .gateway-card a:hover,
#home .split-band .gateway-card a:focus-visible { color: #ffffff; }

#home .explore-teaser-media {
  background: var(--lve-surface);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(9, 10, 13, 0.06);
}

#home .explore-teaser-media::before {
  background: linear-gradient(90deg, var(--lve-surface) 0%, rgba(246, 247, 248, 0) 100%);
}

/* Explore LVE: a compact editorial interlude between the dark hero and the
   warm product catalogue. Keep the image tactile, but not visually detached. */
#home .explore-section {
  padding-block: clamp(44px, 3.6vw, 52px);
  border-top: 1px solid var(--lve-line);
  border-bottom: 1px solid var(--lve-line);
}

#home .explore-inline-link {
  min-height: 44px;
  margin-top: 18px;
  padding-block: 10px;
  color: var(--lve-black);
  font-weight: 600;
}

#home .explore-inline-link span,
#home .explore-inline-link::after {
  color: var(--lve-yellow-ink);
}

#home .explore-inline-link::after {
  background: var(--lve-yellow-ink);
}

#home .explore-teaser-media {
  border: 1px solid var(--lve-line);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(9, 10, 13, 0.045);
}

#home .explore-teaser-media img {
  object-position: 50% 54%;
}

/* Flagship hero: retain the cinematic image while tightening hierarchy and
   making the technical rail readable as five equal product facts. */
#home .hero {
  background-position: center, 62% center, center;
}

#home .hero-kicker {
  max-width: 24ch;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 540;
}

#home .hero-text {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.74);
}

#home .hero-actions .button.secondary {
  min-height: 46px;
  padding-inline: 6px;
  color: rgba(255, 255, 255, 0.88);
}

#home .hero-actions .button.secondary::after {
  color: var(--lve-yellow);
}

#home .feature-strip.compact {
  grid-template-columns: repeat(5, max-content);
  max-width: none;
  margin-top: 30px;
}

#home .feature-strip.compact div {
  padding-inline: 18px;
  border-left-color: rgba(255, 255, 255, 0.16);
}

#home .feature-strip.compact dt {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 640;
}

#home .feature-strip.compact dd {
  color: rgba(255, 255, 255, 0.58);
}

#home .product-card,
#home .support-grid a,
#home .support-grid > a:nth-child(2),
#home .support-grid > a:nth-child(4) {
  background: var(--lve-card);
  border-color: var(--lve-line);
  border-radius: 8px;
  box-shadow: none;
}

#home .support-grid a > span:not(.support-card-label) {
  color: var(--lve-copy);
}

#home .support-grid a em { color: var(--lve-black); }

#home .support-grid a:hover,
#home .support-grid a:focus-visible,
#home .support-grid > a:nth-child(2):hover,
#home .support-grid > a:nth-child(2):focus-visible,
#home .support-grid > a:nth-child(4):hover,
#home .support-grid > a:nth-child(4):focus-visible {
  background: var(--lve-card);
  border-color: #b9bdc3;
  box-shadow: 0 8px 20px rgba(9, 10, 13, 0.06);
}

#home .split-band .split-visual.brand-gateway {
  background: radial-gradient(circle at 82% 18%, rgba(248, 212, 76, 0.14), transparent 42%), #111217;
  border-color: rgba(248, 212, 76, 0.34);
  border-radius: 12px;
}

.site-footer .footer-brand > p,
.site-footer .footer-nav h2,
.site-footer .footer-retailer-link span { color: var(--lve-yellow-ink); }

.site-footer .footer-nav a:hover,
.site-footer .footer-legal a:hover,
.site-footer .footer-retailer-link:hover { color: var(--lve-black); }

/* Product catalogue: compact the handoff from the story section and give the flagship a quiet studio stage. */
#home .compare-section {
  background: var(--lve-surface);
  padding-top: clamp(42px, 3.4vw, 54px);
  padding-bottom: clamp(56px, 4.3vw, 68px);
  border-top: 1px solid var(--lve-line);
  border-bottom: 1px solid var(--lve-line);
}

#home .compare-section .section-heading {
  margin-bottom: clamp(22px, 1.8vw, 28px);
}

#home .compare-section .section-heading h2 {
  color: var(--lve-black);
  font-size: clamp(38px, 2.7vw, 47px);
  font-weight: 590;
  letter-spacing: -0.035em;
}

#home .product-card.featured {
  position: relative;
  isolation: isolate;
  background: var(--lve-card);
  border: 1px solid var(--lve-line);
}

/* The supporting lineup uses a consistent product-studio canvas and a quieter
   text hierarchy than the flagship card. */
#home .product-card.is-linked {
  gap: 8px;
  padding: 18px;
  background: var(--lve-card);
  border-color: var(--lve-line);
  border-radius: 12px;
}

#home .product-card.is-linked .product-image {
  height: 224px;
  margin: -1px -1px 4px;
  padding: 12px;
  background:
    radial-gradient(ellipse 56% 62% at 50% 48%, #ffffff 0%, #faf9f6 48%, #f3f2ee 100%);
  border-color: rgba(218, 220, 222, 0.9);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#home .product-card.is-linked .product-image img {
  filter: drop-shadow(0 12px 15px rgba(9, 10, 13, 0.14));
}

#home .product-card.is-linked:hover,
#home .product-card.is-linked:focus-within {
  border-color: #b9bdc3;
  box-shadow: 0 8px 20px rgba(9, 10, 13, 0.06);
}

#home .product-kind {
  display: block;
  margin-top: 2px;
  color: var(--lve-yellow-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

#home .product-card.is-linked h3 {
  min-height: 38px;
  color: var(--lve-black);
  font-size: clamp(19px, 1.12vw, 21px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

#home .product-card.is-linked .best-for {
  min-height: 36px;
  color: var(--lve-copy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

#home .product-card.is-linked .card-cta {
  min-height: 40px;
  margin-top: auto;
  color: var(--lve-black);
  font-size: 15px;
  font-weight: 600;
}

#home .product-card.is-linked .card-cta span {
  color: var(--lve-yellow-ink);
}

#home .product-card.featured .featured-copy {
  position: relative;
  z-index: 2;
}

#home .product-card.featured .featured-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 52% 58% at 57% 47%, rgba(225, 231, 239, 0.72) 0%, rgba(246, 247, 248, 0.34) 44%, transparent 74%);
}

#home .product-card.featured .featured-media::before,
#home .product-card.featured .featured-media::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

#home .product-card.featured .featured-media::before {
  inset: 8% 10% 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(241, 244, 248, 0.66) 46%, rgba(241, 244, 248, 0) 76%);
}

#home .product-card.featured .featured-media::after {
  right: 15%;
  bottom: 8%;
  left: 26%;
  height: 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(19, 24, 31, 0.2) 0%, rgba(19, 24, 31, 0) 72%);
  filter: blur(9px);
}

#home .product-card.featured h3 {
  color: var(--lve-black);
  font-size: clamp(44px, 3vw, 52px);
  font-weight: 640;
  letter-spacing: -0.04em;
}

#home .featured-specs { color: var(--lve-copy); }
#home .featured-specs strong { color: var(--lve-black); }

@media (min-width: 761px) {
  #home .product-card.featured {
    min-height: 342px;
    padding: 28px clamp(36px, 3.2vw, 52px);
  }

  #home .product-card.featured .product-image {
    height: 316px;
  }

  #home .product-card.featured .product-image img {
    transform: scale(1.42) translateX(6%);
  }
}

@media (max-width: 760px) {
  #home .hero {
    background-position: center, 68% center, center;
  }

  #home .feature-strip.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 460px;
    gap: 14px 0;
  }

  #home .feature-strip.compact div:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }

  #home .explore-section { padding-block: 48px 0; }
  #home .compare-section {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  #home .compare-section .section-heading h2 { font-size: clamp(36px, 10vw, 44px); }
  #home .product-card.featured .featured-media::before { inset: 7% 4% 2%; }
  #home .product-card.is-linked .product-image { height: 216px; }
}

/* ORION II platform: a compact compatibility entry with one paired studio system. */
#home .orion-platform-prompt {
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(48px, 5.5vw, 80px);
  padding: clamp(64px, 6.8vw, 86px) 8vw;
  background:
    radial-gradient(circle at 82% 18%, rgba(248, 212, 76, 0.1), transparent 26%),
    linear-gradient(112deg, #090a0d 0%, #101218 100%);
}

#home .orion-platform-prompt h2 {
  max-width: 11.5ch;
  font-size: clamp(40px, 3.6vw, 52px);
}

#home .orion-platform-prompt__copy > p:not(.eyebrow) {
  max-width: 36ch;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.72);
}

#home .orion-platform-prompt__link {
  min-height: 46px;
  padding: 0 17px;
  border-color: rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

#home .orion-platform-prompt__link:hover,
#home .orion-platform-prompt__link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--lve-yellow);
}

#home .orion-platform-prompt__link:active { transform: translateY(0) scale(0.98); }

#home .orion-platform-prompt__link:focus-visible {
  outline: 2px solid var(--lve-yellow);
  outline-offset: 3px;
}

#home .orion-platform-prompt__rule { display: none; }

#home .orion-platform-prompt__media {
  gap: 16px;
  padding: 0;
  align-items: stretch;
}

#home .orion-platform-prompt__media figure,
#home .orion-platform-prompt__media figure:first-child,
#home .orion-platform-prompt__media figure:nth-child(2) {
  min-height: 0;
  padding: 16px;
  gap: 12px;
  transform: none;
  background: var(--lve-surface);
  border-color: var(--lve-line);
}

#home .orion-platform-prompt__media img,
#home .orion-platform-prompt__media .pro-plus-cartridge-image,
#home .orion-platform-prompt__media .rba-platform-image {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 52%;
  filter: none;
  mix-blend-mode: normal;
}

#home .orion-platform-prompt__media .pro-plus-cartridge-image {
  object-fit: cover;
  object-position: center center;
}

#home .orion-platform-prompt__media .rba-platform-image { object-position: center 54%; }

#home .orion-platform-prompt__media figcaption,
#home .orion-platform-prompt__media figure:first-child figcaption,
#home .orion-platform-prompt__media figure:nth-child(2) figcaption {
  display: grid;
  gap: 3px;
  color: var(--lve-black);
  line-height: 1.25;
}

#home .orion-platform-prompt__media figcaption .platform-card-kicker {
  color: var(--lve-yellow-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

#home .orion-platform-prompt__media figcaption strong {
  color: var(--lve-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

#home .orion-platform-prompt__media figcaption .platform-card-meta {
  color: var(--lve-copy);
  font-size: 11px;
  font-weight: 520;
  letter-spacing: 0.02em;
}

@media (min-width: 761px) and (max-width: 1000px) {
  #home .orion-platform-prompt {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding: 72px clamp(32px, 6vw, 56px);
  }

  #home .orion-platform-prompt h2 span { white-space: normal; }
  #home .orion-platform-prompt__media { width: min(100%, 680px); }
}

@media (max-width: 760px) {
  #home .orion-platform-prompt {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 60px 24px;
  }

  #home .orion-platform-prompt h2 {
    max-width: 12ch;
    font-size: clamp(38px, 10vw, 46px);
  }

  #home .orion-platform-prompt h2 span { white-space: normal; }
  #home .orion-platform-prompt__media { width: min(100%, 520px); }
}

@media (max-width: 560px) {
  #home .orion-platform-prompt__media { grid-template-columns: 1fr; }

  #home .orion-platform-prompt__media figure {
    min-height: 0;
    padding: 14px;
  }
}

/* Support: compact, equal-weight self-service paths. */
#home .support {
  padding-block: clamp(40px, 3.2vw, 50px);
}

#home .support .section-heading {
  gap: 8px;
  margin-bottom: 20px;
}

#home .support .section-heading h2 {
  margin-bottom: 4px;
}

#home .support-options-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 8px 0 0;
  color: var(--lve-yellow-ink);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

#home .support-grid {
  gap: 16px;
}

#home .support-grid > a,
#home .support-grid > a:nth-child(2),
#home .support-grid > a:nth-child(4) {
  min-height: 224px;
  padding: 20px 24px;
  background: #fcfcfa;
  border-color: #e0ddd5;
  box-shadow: none;
}

#home .support-grid > a:hover,
#home .support-grid > a:focus-visible,
#home .support-grid > a:nth-child(2):hover,
#home .support-grid > a:nth-child(2):focus-visible,
#home .support-grid > a:nth-child(4):hover,
#home .support-grid > a:nth-child(4):focus-visible {
  background: #fff;
  border-color: rgba(9, 10, 13, 0.24);
  box-shadow: 0 8px 18px rgba(12, 17, 27, 0.06);
}

#home .support-grid > a > span:not(.support-card-label) {
  font-weight: 450;
}

@media (min-width: 761px) and (max-width: 1100px) {
  #home .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #home .support {
    padding-block: 38px 42px;
  }

  #home .support .section-heading {
    margin-bottom: 18px;
  }

  #home .support-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #home .support-grid > a,
  #home .support-grid > a:nth-child(2),
  #home .support-grid > a:nth-child(4) {
    min-height: 208px;
    padding: 20px;
  }
}

/* Retail and wholesale: two audiences, one compact conversion gateway. */
#home .split-band {
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 4.6vw, 72px);
  padding-block: clamp(20px, 2.25vw, 32px);
}

#home .split-band .split-copy {
  position: relative;
  min-height: 300px;
  padding-block: clamp(20px, 1.5vw, 24px);
}

#home .split-band .split-copy h2 {
  max-width: 15ch;
  min-height: 0;
  font-size: clamp(38px, 2.7vw, 46px);
  text-wrap: balance;
}

#home .split-band .retailer-directory-copy {
  max-width: 34ch;
  color: var(--lve-copy);
  text-wrap: pretty;
}

#home .split-band .split-visual.brand-gateway {
  justify-self: end;
  width: min(100%, 560px);
  min-height: 300px;
  padding: clamp(20px, 1.8vw, 26px) clamp(26px, 2.3vw, 32px);
  background: radial-gradient(circle at 84% 14%, rgba(248, 212, 76, 0.1), transparent 38%), #12130f;
  border-color: rgba(178, 138, 27, 0.28);
  border-radius: 12px;
}

#home .split-band .wholesale-card {
  max-width: 430px;
  gap: 10px;
}

#home .split-band .gateway-meta {
  min-height: 30px;
  gap: 10px;
}

#home .split-band .gateway-icon {
  width: 30px;
  height: 30px;
}

#home .split-band .gateway-eyebrow {
  letter-spacing: 0.105em;
}

#home .split-band .wholesale-card h3 {
  max-width: 13ch;
  min-height: 0;
  color: #fff;
  font-size: clamp(34px, 2.35vw, 42px);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}

#home .split-band .wholesale-card > p:not(.gateway-note) {
  max-width: 35ch;
  color: rgba(255, 255, 255, 0.74);
  text-wrap: pretty;
}

#home .split-band :is(.retailer-directory-button, .gateway-card a) {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 8px;
  font-weight: 720;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

#home .split-band .retailer-directory-button {
  color: #fff;
  background: var(--lve-black);
  border-color: var(--lve-black);
}

#home .split-band .retailer-directory-button:hover {
  background: #202126;
  border-color: #202126;
  transform: translateY(-1px);
}

#home .split-band .gateway-card a:hover {
  color: var(--lve-black);
  background: var(--lve-yellow);
  border-color: var(--lve-yellow);
  transform: translateY(-1px);
}

#home .split-band :is(.retailer-directory-button, .gateway-card a):focus-visible {
  outline: 2px solid var(--lve-yellow);
  outline-offset: 3px;
}

#home .split-band :is(.trust-note, .gateway-note) {
  margin-top: -2px !important;
  font-size: 14px !important;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

#home .split-band .trust-note { color: var(--lve-copy); }
#home .split-band .gateway-note { color: rgba(255, 255, 255, 0.62) !important; }

@media (min-width: 761px) {
  #home .split-band .split-copy {
    padding-right: clamp(30px, 4vw, 62px);
    border-right: 0;
  }

  #home .split-band .split-copy::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    background: color-mix(in srgb, var(--lve-line) 68%, transparent);
    transform: translateY(-50%);
  }
}

@media (max-width: 1100px) {
  #home .split-band {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 30px;
  }

  #home .split-band .split-visual.brand-gateway { min-height: 286px; }
}

@media (max-width: 760px) {
  #home .split-band {
    grid-template-areas:
      "retail"
      "wholesale";
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 24px;
  }

  #home .split-band .split-copy {
    grid-area: retail;
    min-height: 0;
    padding: 0;
    border-right: 0;
  }

  #home .split-band .split-visual.brand-gateway {
    grid-area: wholesale;
    justify-self: stretch;
    min-height: 0;
    padding: 26px 24px;
  }
}

/* Final typography and catalogue pass: fewer repeated kickers, calmer elevation,
   and one consistent product-card language. */
#home .hero h1 {
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#home .explore-teaser-media {
  box-shadow: none;
}

#home .product-card,
#home .product-card.featured,
#home .product-card.is-linked {
  border-radius: 10px;
}

#home .product-card.is-linked,
#home .product-card.featured {
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

#home .product-card.is-linked:hover,
#home .product-card.is-linked:focus-within {
  border-color: #b9bdc3;
  box-shadow: none;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  #home .hero h1 { letter-spacing: -0.03em; }
  #home .product-card.is-linked:hover,
  #home .product-card.is-linked:focus-within { transform: none; }
}

/* Homepage hierarchy pass: retain the flagship focus and tighten supporting paths. */
@media (min-width: 1120px) {
  #home .hero-copy { max-width: min(54vw, 760px); }
  #home .hero h1 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(56px, 4.25vw, 70px);
    text-wrap: nowrap;
  }
}

@media (min-width: 761px) {
  #home .feature-strip.compact div {
    padding-inline: 16px;
    border-left-color: rgba(255, 255, 255, 0.10);
  }
  #home .feature-strip.compact div:first-child { padding-left: 0; }
}

/* Editorial media stays calm instead of reading as a raised card. */
#home .explore-teaser-media {
  background: transparent;
  border-color: rgba(9, 10, 13, 0.08);
  border-radius: 10px;
}

/* Product name first; category is quieter supporting metadata. */
#home .product-card.is-linked .product-kind {
  margin-top: 4px;
  color: var(--lve-copy);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
#home .product-card.is-linked h3 { font-weight: 650; }
#home .product-card.is-linked .best-for { font-size: 15px; line-height: 1.45; }

/* Both platform references share the same image rhythm and caption baseline. */
#home .orion-platform-prompt__media { align-items: stretch; }
#home .orion-platform-prompt__media figure,
#home .orion-platform-prompt__media figure:first-child,
#home .orion-platform-prompt__media figure:nth-child(2) {
  grid-template-rows: auto minmax(58px, auto);
  padding: 16px;
}
#home .orion-platform-prompt__media img,
#home .orion-platform-prompt__media .pro-plus-cartridge-image,
#home .orion-platform-prompt__media .rba-platform-image {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
}
#home .orion-platform-prompt__media figcaption { align-content: start; }

/* Retail, wholesale and support stay distinct without consuming excess scroll. */
#home .split-band { padding-block: clamp(16px, 1.9vw, 26px); }
#home .split-band .split-copy,
#home .split-band .brand-gateway { min-height: 276px; }
#home .split-band .split-copy { padding-block: 18px; }
#home .split-band .brand-gateway { padding: 20px clamp(24px, 2.5vw, 32px); }

#home .support { padding-block: clamp(36px, 2.8vw, 44px); }
#home .support .section-heading { margin-bottom: 16px; }
#home .support-grid { gap: 14px; }
#home .support-grid > a,
#home .support-grid > a:nth-child(2),
#home .support-grid > a:nth-child(4) {
  min-height: 204px;
  padding: 18px 22px;
}

@media (max-width: 760px) {
  #home .split-band .split-copy,
  #home .split-band .brand-gateway { min-height: 0; }
  #home .support-grid > a,
  #home .support-grid > a:nth-child(2),
  #home .support-grid > a:nth-child(4) {
    min-height: 196px;
    padding: 18px 20px;
  }
}

/* The retailer action remains legible in every interactive state. */
#home .split-band .retailer-directory-button:is(:link, :visited, :hover, :focus-visible, :active) {
  color: #fff;
  background: var(--lve-black);
  border-color: var(--lve-black);
}

#home .split-band .retailer-directory-button:hover {
  background: #202126;
  border-color: #202126;
}

#home .split-band .retailer-directory-button:focus-visible {
  outline: 3px solid var(--lve-yellow);
  outline-offset: 3px;
}

#home .split-band .retailer-directory-button:active {
  color: #fff;
  background: #090a0d;
  transform: scale(0.985);
}

#home .split-band .retailer-directory-button span { color: var(--lve-yellow); }
