/* Final Fulmor brand finish: red, graphite, silver */
:root {
  --fulmor-red: #ed1c2e;
  --fulmor-red-hot: #ff354b;
  --fulmor-red-deep: #860713;
  --fulmor-black: #030305;
  --fulmor-graphite: #151114;
}

body {
  background:
    radial-gradient(ellipse at 16% 6%, rgba(237,28,46,0.14), transparent 28%),
    radial-gradient(ellipse at 82% 0%, rgba(255,255,255,0.12), transparent 30%),
    var(--fulmor-black);
}

.site-header,
.shop-header {
  background: rgba(3,3,5,0.82);
  border-bottom-color: rgba(237,28,46,0.24);
  box-shadow: 0 18px 60px rgba(0,0,0,0.34), inset 0 -1px 0 rgba(255,255,255,0.035);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--fulmor-red), transparent);
  opacity: 0;
  transform: scaleX(0.62);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: #fff;
  text-shadow: 0 0 20px rgba(237,28,46,0.34);
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta,
.button-light,
.button-primary,
.button-dark {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), transparent 38%),
    linear-gradient(135deg, var(--fulmor-red-hot), var(--fulmor-red) 48%, var(--fulmor-red-deep));
  box-shadow:
    0 18px 46px rgba(237,28,46,0.32),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

.button-ghost {
  color: #fff;
  border-color: rgba(237,28,46,0.44);
  background: rgba(237,28,46,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.hero,
.finale,
.shop-hero,
.detail-band,
.final-shop {
  background:
    radial-gradient(ellipse at 70% 36%, rgba(255,255,255,0.21), transparent 29%),
    radial-gradient(ellipse at 74% 60%, rgba(237,28,46,0.18), transparent 34%),
    radial-gradient(ellipse at 18% 72%, rgba(237,28,46,0.08), transparent 30%),
    linear-gradient(145deg, #040405 0%, #151114 52%, #050506 100%);
}

.hero .ocean-canvas,
.finale .ocean-canvas {
  opacity: 0.34;
  filter: saturate(0.95) contrast(1.08);
}

.hero::before,
.finale::before,
.shop-hero::before,
.final-shop::before {
  background:
    radial-gradient(ellipse at 69% 46%, rgba(255,255,255,0.17), transparent 28%),
    radial-gradient(ellipse at 72% 64%, rgba(237,28,46,0.16), transparent 38%),
    linear-gradient(115deg, transparent 0 35%, rgba(237,28,46,0.055) 43%, rgba(255,255,255,0.03) 49%, transparent 58%);
  opacity: 0.76;
}

.hero::after,
.finale::after,
.shop-hero::after {
  background:
    linear-gradient(104deg, transparent 0%, rgba(255,255,255,0.045) 34%, rgba(237,28,46,0.18) 52%, transparent 70%),
    radial-gradient(ellipse at 48% 56%, rgba(237,28,46,0.14), transparent 44%);
  opacity: 0.56;
}

.aurora,
.hero-cinema span:nth-child(1),
.finale-atmosphere span {
  opacity: 0.32;
}

.hero-cinema span:nth-child(1) {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), rgba(237,28,46,0.62), transparent);
}

.hero h1,
.finale-copy h2 {
  background: linear-gradient(106deg, #fff 0%, #fff 38%, #ffd8dd 52%, #ed1c2e 58%, #f7f8f9 74%, #8f969d 100%);
  background-size: 245% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nav + .hero h1,
.nav + .hero p,
.nav + .hero .tag {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.nav + .hero h1 {
  color: #101418 !important;
}

.nav + .hero p {
  color: #424b55 !important;
}

.nav + header.hero,
.page-header,
.page-hero {
  min-height: auto !important;
  padding-top: clamp(72px, 8vw, 104px) !important;
  padding-bottom: clamp(44px, 5vw, 68px) !important;
}

.nav + header.hero + main .section:first-child,
.page-header + .content,
.page-header + .contact-grid,
.page-header + .info-section,
.page-header + .search-wrap,
.page-header + main.section,
.page-hero + .partner-types {
  padding-top: clamp(34px, 5vw, 58px) !important;
}

.hero p,
.finale-copy p {
  color: rgba(245,247,248,0.74);
}

.eyebrow,
.eyebrow.red,
.section-kicker,
.detail-band .section-kicker,
.final-shop .section-kicker {
  color: rgba(237,28,46,0.84);
}

.scene-white .eyebrow,
.scene-silver .eyebrow {
  color: rgba(237,28,46,0.72);
}

.eyebrow::after {
  background: var(--fulmor-red);
}

.hero-stage::before,
.finale-product::before,
.media-stage,
.thumb,
.final-product::before {
  border-color: rgba(237,28,46,0.2);
  background:
    radial-gradient(ellipse at 50% 39%, rgba(255,255,255,0.76), rgba(238,242,245,0.28) 27%, rgba(237,28,46,0.13) 55%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.13), transparent);
}

.hero-stage::before,
.finale-product::before {
  box-shadow:
    0 0 82px rgba(255,255,255,0.11),
    0 0 112px rgba(237,28,46,0.15),
    0 64px 170px rgba(0,0,0,0.62);
}

.hero-stage::after {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.58), rgba(237,28,46,0.76), transparent);
  box-shadow: 0 0 34px rgba(237,28,46,0.36);
  opacity: 0.36;
}

.orbit {
  background: conic-gradient(from 18deg, transparent 0 14%, rgba(255,255,255,0.34) 17%, rgba(237,28,46,0.5) 22%, transparent 32% 60%, rgba(237,28,46,0.2) 68%, transparent 80% 100%);
  filter: drop-shadow(0 0 24px rgba(237,28,46,0.2));
  opacity: 0.48;
}

.orbit-b {
  background: conic-gradient(from 210deg, transparent 0 18%, rgba(255,255,255,0.2) 22%, transparent 31% 62%, rgba(237,28,46,0.32) 70%, transparent 82% 100%);
  opacity: 0.34;
}

.hero-product,
.finale-product img,
.main-product,
.final-product img {
  filter:
    contrast(1.06)
    brightness(1)
    saturate(0.88)
    drop-shadow(0 58px 82px rgba(0,0,0,0.62))
    drop-shadow(0 0 24px rgba(255,255,255,0.12))
    drop-shadow(0 0 58px rgba(237,28,46,0.14));
}

.hero-reflection,
.finale-plinth,
.media-stage::after {
  background: radial-gradient(ellipse, rgba(255,255,255,0.48), rgba(237,28,46,0.3) 34%, rgba(0,0,0,0.24) 64%, transparent 82%);
  box-shadow: 0 0 34px rgba(237,28,46,0.18);
}

.hero-plinth {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.52), rgba(237,28,46,0.62), rgba(255,255,255,0.24), transparent);
  box-shadow: 0 0 22px rgba(255,255,255,0.16), 0 0 54px rgba(237,28,46,0.32);
}

.spec-rail {
  border-color: rgba(237,28,46,0.24);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018)),
    radial-gradient(ellipse at 12% 50%, rgba(237,28,46,0.12), transparent 32%);
}

.spec-rail div {
  border-left-color: rgba(237,28,46,0.18);
}

.spec-rail div::after {
  background: var(--fulmor-red);
  box-shadow: 0 0 18px rgba(237,28,46,0.58);
}

.spec-rail span {
  color: rgba(255,255,255,0.48);
}

.scene-white,
.moments,
.detail-section {
  background:
    radial-gradient(ellipse at 82% 8%, rgba(237,28,46,0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f5f6 100%);
}

.scene-silver {
  background:
    radial-gradient(ellipse at 72% 12%, rgba(255,255,255,0.82), transparent 30%),
    radial-gradient(ellipse at 18% 78%, rgba(237,28,46,0.055), transparent 28%),
    linear-gradient(180deg, #f8f9fa 0%, #e3e6e9 100%);
}

.tech-visual,
.moment-feature,
.structure-visual {
  border-color: rgba(237,28,46,0.1);
}

.moment-choice:hover,
.moment-choice.active,
.moment-choice:focus-visible {
  background: linear-gradient(90deg, rgba(237,28,46,0.075), rgba(255,255,255,0));
}

.thumb[aria-current="true"] {
  border-color: rgba(237,28,46,0.72);
  box-shadow: inset 0 0 0 1px rgba(237,28,46,0.28), 0 0 24px rgba(237,28,46,0.18);
}

.buy-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(244,245,246,0.97)),
    radial-gradient(ellipse at 80% 10%, rgba(237,28,46,0.07), transparent 42%);
}

.finale-price {
  color: #fff;
  text-shadow: 0 20px 58px rgba(237,28,46,0.24);
}

.finale-ring {
  background: conic-gradient(from 40deg, transparent 0 25%, rgba(255,255,255,0.28), rgba(237,28,46,0.34), transparent 44% 72%, rgba(237,28,46,0.14), transparent 88% 100%);
  filter: drop-shadow(0 0 28px rgba(237,28,46,0.18));
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(ellipse at 22% 4%, rgba(237,28,46,0.13), transparent 30%),
      linear-gradient(180deg, #030304 0%, #151114 38%, #f3f4f5 38%, #f3f4f5 100%);
  }

  .hero,
  .finale,
  .shop-hero,
  .detail-band,
  .final-shop {
    background:
      radial-gradient(ellipse at 54% 20%, rgba(255,255,255,0.2), transparent 32%),
      radial-gradient(ellipse at 58% 44%, rgba(237,28,46,0.16), transparent 34%),
      linear-gradient(180deg, #030304 0%, #151114 54%, #050506 100%);
  }

  .hero h1,
  .finale-copy h2 {
    background: linear-gradient(106deg, #fff 0%, #fff 58%, #ffd0d7 72%, #ed1c2e 92%);
    background-size: 160% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .thumb[aria-current="true"] {
    border-color: rgba(237,28,46,0.48);
    box-shadow: none;
  }
}

/* Final polish pass: hierarchy, rhythm, and premium restraint */
.button-ghost,
.hero-actions .button-ghost {
  color: #fff !important;
  border: 1px solid rgba(237,28,46,0.54) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    rgba(237,28,46,0.055) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 12px 34px rgba(0,0,0,0.18) !important;
}

.button-ghost:hover,
.hero-actions .button-ghost:hover {
  border-color: rgba(255,255,255,0.5) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025)),
    rgba(237,28,46,0.11) !important;
}

.buy-panel .button-dark,
.actions .button-dark {
  color: #0b0f14 !important;
  border: 1px solid rgba(8,14,22,0.14) !important;
  background:
    linear-gradient(180deg, #fff, #eef1f3) !important;
  box-shadow:
    0 12px 28px rgba(24,31,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.final-buy .button-ghost {
  color: #fff !important;
  border-color: rgba(237,28,46,0.54) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    rgba(237,28,46,0.055) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 12px 34px rgba(0,0,0,0.18) !important;
}

.performance .feature-split,
.technology .tech-layout {
  min-height: min(760px, calc(100svh - 72px)) !important;
  padding-top: clamp(68px, 7vw, 92px) !important;
  padding-bottom: clamp(58px, 6vw, 82px) !important;
}

.performance .feature-media,
.technology .tech-visual {
  min-height: clamp(420px, 46vw, 540px) !important;
}

.performance .feature-media img {
  width: min(42vw, 520px) !important;
  max-height: 560px !important;
}

.performance .feature-copy h2,
.technology .tech-copy h2 {
  max-width: 720px;
}

.performance .feature-copy p,
.technology .tech-copy p {
  margin-top: 20px !important;
}

.scene-white,
.moments {
  background:
    radial-gradient(ellipse at 84% 8%, rgba(237,28,46,0.055), transparent 30%),
    radial-gradient(ellipse at 18% 82%, rgba(8,12,18,0.035), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f5f6f7 100%) !important;
}

.feature-media::before {
  opacity: 0.72;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(237,28,46,0.12), transparent 64%),
    radial-gradient(ellipse at 50% 72%, rgba(6,8,12,0.08), transparent 54%) !important;
}

.tech-visual,
.moment-feature,
.brand-card,
.content-card,
.value-card,
.note-card {
  border-radius: 12px !important;
}

.tech-visual {
  box-shadow:
    0 38px 90px rgba(24,31,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.85) !important;
}

.spec-rail {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 24px 70px rgba(0,0,0,0.22) !important;
}

@media (max-width: 760px) {
  .performance .feature-split,
  .technology .tech-layout {
    min-height: auto !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    gap: 22px !important;
  }

  .performance .feature-media,
  .technology .tech-visual {
    min-height: 300px !important;
  }

  .performance .feature-media img {
    width: min(86vw, 360px) !important;
    max-height: 320px !important;
  }
}

/* Subpage alignment: policies, about pages, community, and articles */
body {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(237,28,46,0.08), transparent 28%),
    linear-gradient(180deg, #f8fafb 0%, #eef2f5 100%) !important;
}

.nav,
.site-header,
.shop-header {
  background: rgba(3,3,5,0.86) !important;
  border-bottom: 1px solid rgba(237,28,46,0.28) !important;
  color: #fff !important;
  box-shadow: 0 18px 58px rgba(0,0,0,0.22) !important;
}

.nav .logo,
.nav-logo img,
.brand img,
.shop-header .logo {
  filter: brightness(0) invert(1) !important;
}

.nav-links > a:not(.nav-button):not(.nav-cta):not(.cta),
.nav-links a {
  color: rgba(255,255,255,0.68) !important;
}

.nav-links > a:not(.nav-button):not(.nav-cta):not(.cta):hover,
.nav-links a:hover {
  color: #fff !important;
  text-shadow: 0 0 20px rgba(237,28,46,0.34) !important;
}

.nav-button,
.nav-cta,
.cta,
.button,
.button-light,
.button-primary,
.button-dark {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), transparent 38%),
    linear-gradient(135deg, var(--fulmor-red-hot), var(--fulmor-red) 48%, var(--fulmor-red-deep)) !important;
  box-shadow: 0 18px 46px rgba(237,28,46,0.28), inset 0 1px 0 rgba(255,255,255,0.24) !important;
}

.page-header,
.page-hero,
.nav + header.hero,
.article-page::before {
  background:
    radial-gradient(ellipse at 76% 22%, rgba(237,28,46,0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f6f8 58%, #e5eaee 100%) !important;
}

.tag,
.back,
.article-page .back,
.article-page strong,
.content-card .tag,
.section-title + .grid span,
.value-card span,
.section-kicker {
  color: var(--fulmor-red) !important;
}

.brand-card,
.content-card,
.value-card,
.note-card,
.article-card,
.policy-card,
.faq-card,
.contact-card {
  border-color: rgba(237,28,46,0.11) !important;
  box-shadow: 0 20px 54px rgba(24,31,42,0.08) !important;
}

.summary-item,
.article-card,
.value-card,
.note-card {
  border-radius: 10px !important;
}

footer,
.footer {
  background: #07080b !important;
  border-top: 1px solid rgba(237,28,46,0.24) !important;
  color: rgba(255,255,255,0.62) !important;
}

footer a,
.footer a {
  color: rgba(255,255,255,0.78) !important;
}

@media (max-width: 760px) {
  .nav,
  .site-header,
  .shop-header {
    background: rgba(3,3,5,0.94) !important;
  }

  .page-header,
  .page-hero,
  .nav + header.hero {
    padding-top: 82px !important;
  }

  .nav + header.hero,
  .page-header,
  .page-hero {
    padding-top: 58px !important;
    padding-bottom: 34px !important;
  }
}
