:root {
  --blue: #0a66ff;
  --blue-dark: #07162f;
  --blue-deep: #020817;
  --gold: #f7c948;
  --gold-hot: #ffd76a;
  --black: #030711;
  --ink: #0d1728;
  --muted: #738098;
  --line: rgba(126, 156, 205, 0.24);
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.82);
  --glass: rgba(255, 255, 255, 0.12);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --accent: #f7c948;
  --shadow: 0 26px 80px rgba(3, 7, 17, 0.22);
  --glow-blue: 0 0 28px rgba(10, 102, 255, 0.32);
  --glow-gold: 0 0 28px rgba(247, 201, 72, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(247, 201, 72, 0.16), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(10, 102, 255, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(10, 102, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 201, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 42%, #ffffff 100%);
  background-attachment: fixed;
  background-position:
    0 0,
    0 0,
    0 0,
    center;
  background-size:
    84px 84px,
    84px 84px,
    84px 84px,
    auto;
  color: var(--ink);
  font-family: "Segoe UI", "Inter", "Rajdhani", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 22px, rgba(10, 102, 255, 0.09) 22px 24px, transparent 24px 84px),
    linear-gradient(0deg, transparent 0 40px, rgba(247, 201, 72, 0.1) 40px 42px, transparent 42px 120px);
  background-size: 220px 180px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 82%, transparent 100%);
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 22% 34%, rgba(247, 201, 72, 0.12), transparent 20%),
    radial-gradient(circle at 78% 72%, rgba(10, 102, 255, 0.14), transparent 24%);
  filter: blur(24px);
  opacity: 0.85;
  pointer-events: none;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(3, 7, 17, 0.72);
  border-bottom: 1px solid rgba(247, 201, 72, 0.18);
  box-shadow: 0 16px 44px rgba(3, 7, 17, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 0 22px rgba(247, 201, 72, 0.22);
}

.brand-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(247, 201, 72, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(247, 201, 72, 0.26), transparent 34%),
    linear-gradient(135deg, #123a80, #030711 62%),
    var(--black);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -16px 28px rgba(0, 0, 0, 0.34),
    0 16px 34px rgba(3, 7, 17, 0.36),
    var(--glow-blue),
    var(--glow-gold);
  transform: perspective(420px) rotateX(10deg) rotateY(-14deg);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.brand:hover .brand-mark {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -16px 28px rgba(0, 0, 0, 0.34),
    0 22px 42px rgba(3, 7, 17, 0.44),
    0 0 36px rgba(10, 102, 255, 0.46),
    0 0 42px rgba(247, 201, 72, 0.44);
  transform: perspective(420px) rotateX(4deg) rotateY(-4deg) translateY(-2px);
}

.brand-mark::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px solid rgba(247, 201, 72, 0.24);
  border-radius: 10px;
  box-shadow: inset 0 0 18px rgba(247, 201, 72, 0.14);
  pointer-events: none;
}

.brand-mark svg {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 8px rgba(247, 201, 72, 0.46));
}

.logo-orbit,
.logo-c,
.logo-p {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-orbit {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
  stroke-dasharray: 38 14;
  animation: logo-dash 5s linear infinite;
}

.logo-orbit-second {
  stroke: var(--gold);
  animation-direction: reverse;
}

.logo-c,
.logo-p {
  stroke: #ffffff;
  stroke-width: 5;
}

.logo-node {
  fill: var(--gold);
}

.logo-node-second {
  fill: #ffffff;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--gold-hot);
  text-shadow: 0 0 18px rgba(247, 201, 72, 0.44);
}

.hero {
  display: grid;
  grid-template-columns: minmax(620px, 1.2fr) minmax(320px, 0.64fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 16%, rgba(247, 201, 72, 0.2), transparent 24%),
    radial-gradient(circle at 58% 78%, rgba(10, 102, 255, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(247, 201, 72, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(112deg, rgba(2, 8, 23, 0.98) 0%, rgba(7, 22, 47, 0.88) 52%, rgba(10, 102, 255, 0.28) 100%),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80") center/cover;
  background-size:
    auto,
    auto,
    96px 96px,
    96px 96px,
    auto,
    cover;
  color: var(--white);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  background: linear-gradient(100deg, #ffffff 0%, #dce9ff 38%, var(--gold-hot) 78%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(3rem, 7.4vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 0 48px rgba(247, 201, 72, 0.18);
}

.hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 420px;
  place-items: center;
  pointer-events: none;
  transform: translateX(18px);
}

.hero-visual::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(247, 201, 72, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 0 42px, rgba(247, 201, 72, 0.14) 42px 44px, transparent 44px 94px),
    linear-gradient(0deg, transparent 0 32px, rgba(10, 102, 255, 0.13) 32px 34px, transparent 34px 84px);
  box-shadow:
    inset 0 0 38px rgba(10, 102, 255, 0.18),
    0 0 54px rgba(247, 201, 72, 0.1);
  transform: perspective(700px) rotateY(-10deg) rotateX(4deg);
}

.signal-card,
.chip-panel {
  position: absolute;
  border: 1px solid rgba(247, 201, 72, 0.18);
  border-radius: 12px;
  background: rgba(3, 7, 17, 0.48);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px) saturate(145%);
}

.signal-card-primary {
  top: 44px;
  left: auto;
  right: 34%;
  display: grid;
  gap: 2px;
  width: min(78%, 280px);
  padding: 20px;
  animation: float-panel 5.6s ease-in-out infinite;
}

.signal-card-primary strong {
  color: var(--gold-hot);
  font-size: 4.3rem;
  line-height: 1;
  text-shadow: 0 0 24px rgba(247, 201, 72, 0.36);
}

.signal-label,
.signal-card small,
.signal-card-secondary span:last-child {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.signal-card-secondary {
  right: 0;
  bottom: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 290px;
  padding: 14px 16px;
  animation: float-panel 6.2s ease-in-out infinite reverse;
}

.signal-pulse {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(247, 201, 72, 0.5);
  animation: pulse-ring 1.8s ease-out infinite;
}

.chip-panel {
  display: grid;
  right: 20%;
  width: 150px;
  height: 150px;
  place-items: center;
  color: var(--white);
  font-size: 2.2rem;
  box-shadow:
    inset 0 0 36px rgba(10, 102, 255, 0.2),
    0 24px 80px rgba(0, 0, 0, 0.28),
    var(--glow-gold);
  overflow: hidden;
}

.chip-panel strong {
  position: relative;
  z-index: 1;
}

.chip-panel span {
  position: absolute;
  background: rgba(247, 201, 72, 0.9);
  box-shadow: 0 0 16px rgba(247, 201, 72, 0.58);
}

.chip-panel span:nth-child(1),
.chip-panel span:nth-child(2) {
  width: 48px;
  height: 2px;
}

.chip-panel span:nth-child(3),
.chip-panel span:nth-child(4) {
  width: 2px;
  height: 48px;
}

.chip-panel span:nth-child(1) { left: 0; top: 38px; }
.chip-panel span:nth-child(2) { right: 0; bottom: 38px; }
.chip-panel span:nth-child(3) { left: 38px; bottom: 0; }
.chip-panel span:nth-child(4) { right: 38px; top: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(115%);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-hot), var(--gold));
  color: var(--blue-deep);
  box-shadow: 0 14px 32px rgba(247, 201, 72, 0.24);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ffe69a, var(--gold));
  box-shadow: 0 18px 38px rgba(247, 201, 72, 0.34);
}

.button-secondary {
  border-color: rgba(247, 201, 72, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  background: rgba(247, 201, 72, 0.12);
  border-color: var(--gold);
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(230px, 360px) 1fr;
  gap: 18px;
  align-items: end;
  padding: 28px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.62);
  border-block: 1px solid rgba(10, 102, 255, 0.16);
  box-shadow: 0 18px 44px rgba(3, 7, 17, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}

.search-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-field input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(10, 102, 255, 0.18);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.search-field input:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(247, 201, 72, 0.2);
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(10, 102, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.tab:hover,
.tab.active {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-deep));
  color: var(--gold-hot);
  box-shadow: 0 12px 26px rgba(3, 7, 17, 0.18), var(--glow-gold);
  transform: translateY(-1px);
}

.section-heading {
  padding: 48px clamp(18px, 5vw, 72px) 18px;
}

.section-heading h2,
.about-band h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.banner-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(18px, 5vw, 72px) 28px;
  border: 1px solid rgba(247, 201, 72, 0.22);
  border-radius: 10px;
  background: var(--black);
  box-shadow:
    0 24px 74px rgba(3, 7, 17, 0.24),
    0 0 44px rgba(10, 102, 255, 0.12);
}

.banner-track {
  position: relative;
  min-height: 340px;
}

.feature-banner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: center;
  min-height: 340px;
  padding: clamp(24px, 4vw, 46px);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.feature-banner.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.feature-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 20%, rgba(247, 201, 72, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(10, 102, 255, 0.28), transparent 38%),
    linear-gradient(90deg, rgba(2, 8, 23, 0.96), rgba(7, 22, 47, 0.72)),
    var(--banner-image) center/cover;
  z-index: -2;
}

.feature-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 201, 72, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.42;
  z-index: -1;
}

.banner-copy {
  max-width: 620px;
}

.banner-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(247, 201, 72, 0.3);
  border-radius: 6px;
  background: rgba(247, 201, 72, 0.12);
  color: var(--gold-hot);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-banner h3 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(10, 102, 255, 0.24);
}

.feature-banner p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.banner-meta span {
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 800;
}

.banner-link {
  width: fit-content;
  margin-top: 24px;
  background: linear-gradient(135deg, var(--gold-hot), var(--gold));
  color: var(--blue-deep);
  box-shadow: var(--glow-gold);
}

.banner-product-frame {
  justify-self: end;
  width: min(100%, 320px);
  padding: 12px;
  border: 1px solid rgba(247, 201, 72, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(140%);
  transition: transform 0.35s ease;
}

.feature-banner.active .banner-product-frame {
  animation: frame-glow 3s ease-in-out infinite;
}

.banner-product-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.banner-dots {
  position: absolute;
  left: clamp(24px, 4vw, 46px);
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.banner-dot {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
}

.banner-dot.active {
  background: var(--gold);
  box-shadow: 0 0 16px rgba(247, 201, 72, 0.55);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 72px) 20px;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(10, 102, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(3, 7, 17, 0.06);
  backdrop-filter: blur(12px) saturate(130%);
  transform: translateY(0);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.product-card:hover {
  border-color: rgba(247, 201, 72, 0.48);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 20px 54px rgba(3, 7, 17, 0.14),
    0 0 28px rgba(247, 201, 72, 0.16);
  transform: translateY(-6px);
}

.product-media {
  position: relative;
  background: linear-gradient(135deg, rgba(10, 102, 255, 0.08), rgba(247, 201, 72, 0.08));
  overflow: hidden;
}

.product-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.3) 48%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-80%);
  transition:
    opacity 0.25s ease,
    transform 0.55s ease;
}

.product-card:hover .product-media::after {
  opacity: 1;
  transform: translateX(80%);
}

.product-media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(247, 201, 72, 0.26);
  border-radius: 6px;
  background: rgba(3, 7, 17, 0.88);
  color: var(--gold-hot);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-category {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  color: var(--black);
  font-size: 1.05rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  overflow-wrap: anywhere;
}

.product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.price {
  color: var(--blue-deep);
  font-size: 1.3rem;
  font-weight: 900;
}

.rating {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.product-link {
  min-height: 42px;
  margin-top: 4px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-deep));
  color: var(--white);
  box-shadow: 0 10px 24px rgba(3, 7, 17, 0.16);
}

.product-link:hover {
  color: var(--gold-hot);
  box-shadow:
    0 14px 30px rgba(3, 7, 17, 0.2),
    0 0 20px rgba(247, 201, 72, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px 20px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 4px clamp(18px, 5vw, 72px) 56px;
}

.load-more-button {
  border-color: rgba(247, 201, 72, 0.44);
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue-deep);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.load-more-button:hover {
  background: var(--blue-deep);
  color: var(--gold-hot);
}

.load-more-button[hidden] {
  display: none;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.58fr);
  gap: 28px;
  align-items: center;
  padding: 52px clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 12%, rgba(247, 201, 72, 0.16), transparent 28%),
    linear-gradient(135deg, var(--blue-deep), var(--blue-dark));
  color: var(--white);
  border-block: 1px solid rgba(247, 201, 72, 0.16);
}

.about-band h2 {
  color: var(--white);
}

.about-band p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.buyer-purpose {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px;
  align-items: start;
  padding: 56px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(10, 102, 255, 0.14);
  backdrop-filter: blur(16px);
}

.buyer-purpose-copy {
  max-width: 620px;
}

.buyer-purpose h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(1.8rem, 3.7vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.buyer-purpose-copy p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-points article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(10, 102, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 34px rgba(3, 7, 17, 0.06);
  backdrop-filter: blur(12px) saturate(130%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.trust-points article:hover {
  border-color: rgba(247, 201, 72, 0.42);
  box-shadow: 0 18px 42px rgba(3, 7, 17, 0.1), var(--glow-gold);
  transform: translateY(-3px);
}

.trust-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-hot), var(--gold));
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-points h3 {
  margin: 16px 0 8px;
  color: var(--black);
  font-size: 1rem;
}

.trust-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.trust-points a {
  color: var(--blue);
  font-weight: 800;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

.instagram-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.terms-section {
  padding: 52px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.74);
  border-top: 1px solid rgba(10, 102, 255, 0.14);
  backdrop-filter: blur(14px);
}

.terms-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.terms-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.terms-grid article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(10, 102, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 34px rgba(3, 7, 17, 0.05);
  backdrop-filter: blur(12px);
}

.terms-grid h3 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 1rem;
}

.terms-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.privacy-section {
  padding: 48px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(7, 22, 47, 0.96), rgba(3, 7, 17, 0.96));
  border-top: 1px solid rgba(247, 201, 72, 0.16);
  color: var(--white);
}

.privacy-copy {
  max-width: 860px;
}

.privacy-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.privacy-copy p:last-child {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, var(--blue-deep), var(--black));
  color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid rgba(247, 201, 72, 0.3);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 900;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
  color: var(--accent);
}

@keyframes logo-dash {
  to {
    stroke-dashoffset: -52;
  }
}

@keyframes float-panel {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 201, 72, 0.48);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(247, 201, 72, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(247, 201, 72, 0);
  }
}

@keyframes frame-glow {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 18px 48px rgba(0, 0, 0, 0.22),
      0 0 18px rgba(247, 201, 72, 0.12);
  }

  50% {
    transform: translateY(-5px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 26px 58px rgba(0, 0, 0, 0.28),
      0 0 34px rgba(247, 201, 72, 0.28);
  }
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  }

  .hero h1 {
    font-size: clamp(3rem, 7vw, 5.4rem);
  }

  .hero-visual {
    transform: translateX(8px);
  }

  .signal-card-primary {
    right: 26%;
  }

  .trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .nav-links {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: thin;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(247, 201, 72, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
  }

  .toolbar,
  .about-band,
  .buyer-purpose {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .hero-visual {
    margin-top: 18px;
    min-height: 340px;
    transform: none;
  }

  .toolbar {
    align-items: stretch;
  }

  .category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-banner {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 540px;
  }

  .banner-track {
    min-height: 540px;
  }

  .banner-product-frame {
    justify-self: start;
    width: min(100%, 240px);
  }

  .terms-grid,
  .trust-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    gap: 10px;
  }

  .brand {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .toolbar {
    padding-block: 22px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .feature-banner {
    min-height: 580px;
    padding: 22px;
  }

  .banner-track {
    min-height: 580px;
  }

  .hero-visual {
    margin-top: 10px;
    min-height: 280px;
  }

  .signal-card-primary {
    right: auto;
    left: 6%;
    width: min(80%, 250px);
  }

  .signal-card-secondary {
    right: 6%;
  }

  .chip-panel {
    width: 118px;
    height: 118px;
    font-size: 1.7rem;
  }

  .banner-carousel {
    margin-inline: 14px;
  }

  .banner-product-frame {
    display: none;
  }

  .banner-dots {
    left: 22px;
  }

  .product-link,
  .load-more-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 14px;
  }

  .hero,
  .toolbar,
  .section-heading,
  .product-grid,
  .about-band,
  .buyer-purpose,
  .terms-section,
  .privacy-section,
  .site-footer {
    padding-inline: 14px;
  }

  .hero-visual {
    margin-top: 6px;
    min-height: 220px;
  }

  .hero-visual::before {
    inset: 16px;
  }

  .signal-card-primary {
    top: 8px;
    padding: 14px;
    width: min(74%, 210px);
  }

  .signal-card-primary strong {
    font-size: 3.2rem;
  }

  .signal-card-secondary {
    bottom: 10px;
    max-width: 230px;
    padding: 12px;
  }

  .feature-banner {
    min-height: 500px;
  }

  .banner-track {
    min-height: 500px;
  }

  .feature-banner h3 {
    font-size: clamp(1.65rem, 11vw, 2.4rem);
  }

  .feature-banner p {
    font-size: 0.94rem;
  }

  .product-body {
    padding: 14px;
  }

  .terms-grid article,
  .trust-points article {
    padding: 16px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
