:root {
  --bg: #0c0f1d;
  --bg-alt: #151934;
  --panel: rgba(17, 24, 52, 0.78);
  --panel-strong: #1d2450;
  --text: #f8f7f3;
  --muted: #b8c0df;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #4cf5ff;
  --pink: #ff4db8;
  --orange: #ff8c42;
  --lime: #d7ff47;
  --gold: #ffd166;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 1.6rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Sora", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(76, 245, 255, 0.18), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(255, 77, 184, 0.16), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 140, 66, 0.14), transparent 30%),
    linear-gradient(180deg, #0a0d18 0%, #0f1330 38%, #090b16 100%);
}

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

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

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3,
.brand-mark,
.eyebrow,
.button,
.nav-links a,
.price-tag {
  font-family: "Bungee", sans-serif;
  letter-spacing: 0.04em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.94;
}

h1 {
  font-size: clamp(3.25rem, 11vw, 7rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

h3 {
  font-size: 1.35rem;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  pointer-events: none;
}

.site-shell::before {
  top: -10rem;
  left: -6rem;
  background: rgba(76, 245, 255, 0.16);
}

.site-shell::after {
  right: -8rem;
  bottom: -10rem;
  background: rgba(255, 77, 184, 0.18);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 20, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.4rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-burst {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  box-shadow: 0 10px 24px rgba(255, 77, 184, 0.25);
  transform: rotate(-8deg);
}

.brand-mark {
  font-size: 1rem;
  color: #141018;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-size: 0.96rem;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.76rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.nav-links a {
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--text);
}

.nav-links a.button,
.nav-links a.button:hover {
  color: #141018;
}

.nav-links a.button.secondary,
.nav-links a.button.secondary:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 1.7rem;
  height: 2px;
  margin: 0.28rem 0;
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.15rem;
  padding: 0.9rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lime), var(--orange));
  color: #141018;
  font-size: 0.78rem;
  box-shadow: 0 16px 30px rgba(215, 255, 71, 0.18);
  cursor: pointer;
}

.button:hover {
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.button.small {
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  font-size: 0.72rem;
}

.hero,
.page-hero {
  position: relative;
  padding: 5rem 0 3rem;
}

.hero-grid,
.detail-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cyan);
  font-size: 0.72rem;
}

.hero-copy p.lede,
.page-hero p.lede {
  max-width: 42rem;
  margin-top: 1.2rem;
  font-size: 1.05rem;
}

.hero-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.impact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.impact-chip,
.info-tile,
.product-card,
.story-card,
.contact-card,
.detail-panel,
.shipping-box,
.faq-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.impact-chip {
  padding: 1rem;
  text-align: center;
}

.impact-chip strong,
.info-tile strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.hero-stage {
  position: relative;
  min-height: 30rem;
}

.hero-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.stage-card {
  position: absolute;
  inset: auto;
  width: min(100%, 26rem);
  padding: 1.2rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
}

.stage-card.primary {
  top: 1.2rem;
  right: 0;
  transform: rotate(-4deg);
}

.stage-card.secondary {
  bottom: 1rem;
  left: 1rem;
  transform: rotate(6deg);
}

.stage-card .art {
  height: 12rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(135deg, var(--pink), var(--orange) 45%, var(--lime));
}

.stage-card.secondary .art {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(135deg, var(--cyan), #5a7cff 48%, var(--pink));
}

.stage-card p {
  margin-top: 1rem;
  color: var(--text);
}

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  padding: 0.95rem 0;
  animation: spin 24s linear infinite;
}

.marquee-track span {
  font-family: "Bungee", sans-serif;
  font-size: 0.8rem;
  color: var(--lime);
  white-space: nowrap;
}

.section {
  padding: 3.5rem 0;
}

.visit-section {
  padding-top: 2rem;
}

.section-head {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.8rem;
}

.info-grid,
.story-grid,
.faq-grid,
.contact-grid,
.detail-grid {
  display: grid;
  gap: 1.1rem;
}

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

.story-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.detail-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.info-tile,
.story-card,
.contact-card,
.faq-card {
  padding: 1.3rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}

.filter-button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 0.7rem 1rem;
  font: inherit;
  cursor: pointer;
}

.filter-button.active {
  color: #141018;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

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

.product-card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 0.8rem;
}

.product-card.is-hidden {
  display: none;
}

.product-art {
  position: relative;
  min-height: 16rem;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--panel-strong);
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.product-art::before,
.product-art::after {
  content: none;
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
}

.product-art::before {
  width: 11rem;
  height: 11rem;
  top: -1.5rem;
  right: -2rem;
  background: rgba(255, 255, 255, 0.18);
}

.product-art::after {
  width: 7rem;
  height: 7rem;
  left: -1rem;
  bottom: -1rem;
  background: rgba(0, 0, 0, 0.16);
}

.art-label,
.badge,
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: max-content;
  border-radius: 999px;
}

.art-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.75rem;
  background: rgba(8, 10, 20, 0.7);
  backdrop-filter: blur(10px);
  font-size: 0.75rem;
}

.badge,
.mini-badge {
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cyan);
  font-size: 0.7rem;
}

.mini-badge {
  color: var(--lime);
}

.product-meta {
  display: grid;
  gap: 0.6rem;
  padding: 0.25rem;
}

.product-meta p {
  min-height: 3.4rem;
  line-height: 1.5;
}

.detail-product-art {
  min-height: 34rem;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.price-tag {
  font-size: 1rem;
  color: var(--gold);
}

.kicker {
  color: var(--cyan);
}

.tone-sunset {
  background: linear-gradient(135deg, #ff7b54, #ff4db8 55%, #ffd166);
}

.tone-electric {
  background: linear-gradient(135deg, #4cf5ff, #5a7cff 48%, #ff4db8);
}

.tone-lime {
  background: linear-gradient(135deg, #d7ff47, #4cf5ff 48%, #89ffb8);
}

.tone-candy {
  background: linear-gradient(135deg, #ff9ec9, #ffd166 45%, #4cf5ff);
}

.tone-midnight {
  background: linear-gradient(135deg, #111827, #4b5563 48%, #ff4db8);
}

.tone-ocean {
  background: linear-gradient(135deg, #0ea5e9, #2563eb 45%, #4cf5ff);
}

.tone-flare {
  background: linear-gradient(135deg, #ff8c42, #ff4d4d 48%, #ffd166);
}

.tone-gold {
  background: linear-gradient(135deg, #ffd166, #ff8c42 50%, #fff0a8);
}

.tone-violet {
  background: linear-gradient(135deg, #8b5cf6, #ff4db8 48%, #4cf5ff);
}

.tone-arcade {
  background: linear-gradient(135deg, #22c55e, #4cf5ff 48%, #5a7cff);
}

.tone-emerald {
  background: linear-gradient(135deg, #10b981, #84cc16 48%, #ffd166);
}

.tone-shadow {
  background: linear-gradient(135deg, #1f2937, #7c3aed 45%, #ff4db8);
}

.detail-panel,
.shipping-box {
  padding: 1.35rem;
}

.detail-panel ul,
.shipping-box ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
}

.detail-panel li,
.shipping-box li {
  margin-bottom: 0.55rem;
}

.purchase-box {
  display: grid;
  gap: 1rem;
}

.purchase-box .button {
  width: 100%;
}

.form-stack {
  display: grid;
  gap: 0.95rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

label span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--text);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(7, 10, 20, 0.66);
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-note,
.footer-note {
  font-size: 0.92rem;
}

.contact-response {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(76, 245, 255, 0.08);
  border: 1px solid rgba(76, 245, 255, 0.18);
}

.contact-response.is-visible {
  display: grid;
  gap: 0.8rem;
}

.footer {
  padding: 1.4rem 0 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@keyframes spin {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .detail-hero,
  .detail-grid,
  .info-grid,
  .story-grid,
  .faq-grid,
  .contact-grid,
  .product-grid,
  .form-row,
  .impact-row {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 0;
  }

  .hero-photo {
    transform: none;
  }

  .detail-product-art {
    min-height: 26rem;
  }

  .stage-card {
    position: relative;
    width: 100%;
  }

  .stage-card.primary,
  .stage-card.secondary {
    inset: auto;
    transform: none;
  }

  .stage-card.secondary {
    margin-top: 1rem;
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0.8rem;
    left: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(8, 10, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-links.is-open {
    display: flex;
  }

  .brand-copy span {
    display: none;
  }
}
