* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #110812;
  color: #fff7fb;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  min-height: 82vh;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 81, 97, .32), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(255, 187, 73, .22), transparent 28%),
    linear-gradient(135deg, #140816, #2b071d 55%, #110812);
}

.simple-header {
  background: #170917;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: .4px;
}

.logo,
.mini-logo {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #170917;
  background: linear-gradient(135deg, #ffcf4a, #ff5266);
  box-shadow: 0 12px 30px rgba(255, 82, 102, .35);
  font-weight: 950;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.nav-links a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 12px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-size: 1.2rem;
}

.hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 90px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffcf4a;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  font-size: .78rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: .9;
  letter-spacing: -0.07em;
}

.lead {
  max-width: 650px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.15);
  cursor: pointer;
}

.primary {
  background: linear-gradient(135deg, #ffcf4a, #ff5266);
  color: #1b0714;
  border: 0;
}

.secondary,
.ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.affiliate-disclosure {
  color: rgba(255,255,255,.66);
  font-size: .92rem;
}

.hero-panel {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.flame {
  font-size: 5rem;
  margin-bottom: auto;
}

.hero-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.05em;
}

.hero-panel p {
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #190a19;
}

.strip span {
  padding: 18px;
  text-align: center;
  font-weight: 900;
  color: rgba(255,255,255,.78);
  border-right: 1px solid rgba(255,255,255,.12);
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.split h2,
.privacy-box h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.06em;
}

.section-heading p,
.split p,
.privacy-box p,
.policy p {
  color: rgba(255,255,255,.75);
  line-height: 1.65;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.filter {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}

.filter.active {
  background: #fff7fb;
  color: #1b0714;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  border-radius: 24px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 207, 74, .55);
}

.product-art {
  min-height: 190px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 207, 74, .45), transparent 26%),
    linear-gradient(135deg, rgba(255,82,102,.75), rgba(75, 14, 72, .85));
}

.product-art span {
  font-size: 3rem;
  font-weight: 950;
  color: rgba(255,255,255,.92);
  letter-spacing: -.08em;
}

.product-body {
  padding: 20px;
}

.badge {
  display: inline-flex;
  margin-bottom: 14px;
  color: #1b0714;
  background: #ffcf4a;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .75rem;
  font-weight: 950;
}

.product-body h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.product-body p {
  min-height: 76px;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

.buy-link {
  display: inline-flex;
  margin-top: 10px;
  color: #ffcf4a;
  font-weight: 950;
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.guide-list {
  display: grid;
  gap: 14px;
}

.guide-list article,
.privacy-box,
.policy {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  border-radius: 24px;
  padding: 24px;
}

.guide-list h3 {
  margin: 0 0 8px;
}

.footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 50px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,.68);
}

.policy {
  width: min(850px, calc(100% - 32px));
  margin: 44px auto;
}

.policy h1 {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
}

.policy h2 {
  margin-top: 30px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(10, 3, 10, .92);
  backdrop-filter: blur(14px);
}

.age-gate.show {
  display: grid;
}

.age-card {
  width: min(520px, 100%);
  background: #1b0a1b;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 30px 100px rgba(0,0,0,.5);
}

.age-card h1 {
  font-size: clamp(2.2rem, 7vw, 4rem);
  margin-top: 18px;
}

.age-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.hidden {
  display: none !important;
}

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

  .nav-links {
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 18px;
    background: #210c21;
    border: 1px solid rgba(255,255,255,.12);
  }

  .nav-links.open,
  .nav-links.always {
    display: flex;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

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

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

  .product-body p {
    min-height: 0;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .nav,
  .hero,
  .section,
  .footer,
  .policy {
    width: min(100% - 24px, 1160px);
  }

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

  .strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .hero-panel {
    min-height: 280px;
    border-radius: 22px;
    padding: 22px;
  }
}
