.hero {
  min-height: 680px;
  color: #20282c;
  background: #fff;
}

.hero::before {
  background: linear-gradient(135deg, transparent 46%, rgba(229, 233, 234, 0.68) 46.15%, transparent 46.45%);
}

.hero::after { background: linear-gradient(transparent 55%, rgba(238, 241, 241, 0.62)); }
.hero-grid { background-image: linear-gradient(rgba(42, 53, 58, 0.085) 1px, transparent 1px), linear-gradient(90deg, rgba(42, 53, 58, 0.085) 1px, transparent 1px); }
.hero-glow-one { right: 6%; top: -230px; background: radial-gradient(circle, rgba(227, 35, 26, 0.08), transparent 68%); }
.hero-glow-two { left: 35%; bottom: -360px; background: radial-gradient(circle, rgba(69, 83, 89, 0.08), transparent 70%); }
.hero-content { border-left-color: #cad2d4; }
.hero .eyebrow { color: #56646a; }
.hero .eyebrow span { background: var(--topsun-red, #e2231a); }
.hero h1 { color: #20282c; text-shadow: none; }
.hero h1 span { color: var(--topsun-red, #e2231a); }
.hero-copy { color: #4f6068; }
.hero .button-primary { background: var(--topsun-red, #e2231a); box-shadow: 0 14px 28px rgba(180, 31, 24, 0.19); }
.hero .button-primary, .hero .button-primary span { color: #fff; }
.hero .button-ghost { color: #28343a; border-color: #aeb9bd; background: rgba(255, 255, 255, 0.7); backdrop-filter: none; }
.hero .play { border-color: #77858a; }

.hero-visual {
  right: 5vw;
  top: 4%;
  width: min(43vw, 650px);
  height: 92%;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hero-visual::before { display: none; }
.hero-visual .orbit { border-color: rgba(87, 101, 106, 0.12); }
.hero-visual .orbit-two { border-color: rgba(226, 35, 26, 0.18); }
.hero-visual .power-lines { opacity: 0.22; }
.hero-visual .power-lines i { background: linear-gradient(transparent, rgba(225, 35, 27, 0.75), transparent); }
.hero-product-stage { right: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: visible; }
.hero-product-stage::before, .hero-product-stage::after { display: none; }
.hero .hero-product-shot { width: auto !important; height: 94% !important; max-width: 94% !important; max-height: 94% !important; object-fit: contain !important; object-position: center center !important; filter: drop-shadow(16px 24px 22px rgba(31, 40, 44, 0.16)) !important; transform: none !important; }
.hero:hover .hero-product-shot { filter: drop-shadow(18px 26px 24px rgba(31, 40, 44, 0.19)) !important; transform: none !important; }
.scroll-cue { color: #55646a; }
.scroll-cue span { background: linear-gradient(var(--topsun-red, #e2231a), transparent); }
.hero-index { color: #68767b; background: rgba(255, 255, 255, 0.7); border-color: #dfe5e6; }
.hero-index { display: none !important; }
.hero-index b { color: var(--topsun-red, #e2231a); }
.hero-index span { background: #9ca8ac; }

@media (max-width: 900px) {
  .hero { min-height: 730px; }
  .hero-visual { right: -3vw; top: 34%; width: 69vw; height: 60%; }
  .hero-product-stage { right: 0; bottom: 0; width: 100%; height: 100%; }
}

@media (max-width: 560px) {
  .hero { min-height: 720px; }
  .hero-visual { top: 45%; right: -12vw; width: 103vw; height: 46%; opacity: 0.9; box-shadow: none; }
  .hero-product-stage { right: 0; bottom: 0; width: 100%; height: 100%; }
  .hero .hero-product-shot { height: 96% !important; max-width: 96% !important; max-height: 96% !important; }
}
