:root {
  --black: #080506;
  --charcoal: #120d10;
  --plum: #211026;
  --wine: #43121b;
  --burgundy: #6d1d2a;
  --candle: #ffbf6c;
  --gold: #f8d59a;
  --rose: #c84f6c;
  --violet: #7b5cff;
  --ink: #fff8f2;
  --muted: #d8beb7;
  --soft: #a78b8c;
  --line: rgba(255, 248, 242, 0.14);
  --glass: rgba(255, 248, 242, 0.075);
  --glass-strong: rgba(255, 248, 242, 0.12);
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(145deg, var(--black) 0%, #170816 42%, #2a0d19 70%, #090506 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

a {
  color: inherit;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(8, 5, 6, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(248, 213, 154, 0.36);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 34px rgba(200, 79, 108, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  font-weight: 820;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.055);
}

nav a {
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

nav a:hover {
  color: var(--ink);
  background: rgba(255, 248, 242, 0.1);
}

main {
  overflow: hidden;
}

#cleansings,
#candles,
#story,
#faq,
#payments {
  scroll-margin-top: 110px;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(36px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(8, 5, 6, 0.96) 0%, rgba(8, 5, 6, 0.78) 42%, rgba(8, 5, 6, 0.12) 78%),
    linear-gradient(180deg, rgba(8, 5, 6, 0) 72%, rgba(8, 5, 6, 0.9) 100%),
    url("assets/ai-hero.png") center right / cover no-repeat;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 191, 108, 0.14), transparent 30%),
    linear-gradient(310deg, rgba(200, 79, 108, 0.22), transparent 44%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.tiktok-sticker {
  position: absolute;
  top: clamp(22px, 4vw, 46px);
  right: clamp(18px, 5vw, 72px);
  z-index: 30;
  display: grid;
  gap: 1px;
  min-width: 138px;
  padding: 13px 16px 14px;
  border: 1px solid rgba(255, 248, 242, 0.24);
  border-radius: 18px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(10, 5, 8, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 191, 108, 0.1) inset;
  backdrop-filter: blur(16px) saturate(140%);
  transform: rotate(3deg);
}

.tiktok-sticker::before,
.tiktok-sticker::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.9;
}

.tiktok-sticker::before {
  left: -7px;
  top: 12px;
  background: #25f4ee;
}

.tiktok-sticker::after {
  right: -7px;
  bottom: 10px;
  background: #fe2c55;
}

.tiktok-sticker span,
.tiktok-sticker strong {
  position: relative;
  z-index: 1;
}

.tiktok-sticker span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tiktok-sticker strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 820px;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.94;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 880;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.15;
}

.lead,
.section-heading p,
.story-copy p,
.tier-card p,
.candle-copy p,
.payment-panel p,
.final-cta p,
details p {
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.actions,
.wallets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.btn,
.wallets button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 820;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.wallets button:hover {
  transform: translateY(-2px);
}

.primary {
  color: #1d0c0e;
  background: linear-gradient(135deg, #fff1bb, var(--candle) 54%, #e8748e);
  box-shadow: 0 20px 46px rgba(255, 191, 108, 0.24);
}

.glass {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 248, 242, 0.075);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-pills span {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 248, 242, 0.07);
}

.trust-pills b {
  color: var(--ink);
}

.notice,
.story,
.cleansings,
.candles,
.testimonials,
.faq,
.payment-panel,
.final-cta {
  margin-inline: clamp(18px, 5vw, 72px);
}

.notice {
  padding: 16px 18px;
  border: 1px solid rgba(248, 213, 154, 0.24);
  border-radius: 22px;
  color: var(--muted);
  background: rgba(255, 191, 108, 0.08);
}

.notice strong {
  color: var(--gold);
}

.story,
.candles,
.faq {
  padding-block: clamp(58px, 8vw, 108px);
}

.story {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 74px);
}

.story-copy {
  max-width: 760px;
}

.cleansings {
  position: relative;
  padding-block: clamp(62px, 8vw, 112px);
}

.cleansings::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  width: 70vw;
  height: 34vw;
  border-radius: 50%;
  background: rgba(200, 79, 108, 0.14);
  filter: blur(72px);
  transform: translateX(-50%);
  pointer-events: none;
}

.cleansings > * {
  position: relative;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 32px;
}

.center {
  margin-inline: auto;
  text-align: center;
}

.center .kicker {
  justify-content: center;
}

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

.tier-card,
.quote-grid blockquote,
.payment-panel,
details {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, var(--glass-strong), var(--glass));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.tier-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 26px;
}

.tier-card.featured {
  border-color: rgba(248, 213, 154, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 191, 108, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(255, 248, 242, 0.15), rgba(255, 248, 242, 0.07));
  transform: translateY(-10px);
}

.price {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 48px;
  font-weight: 920;
  letter-spacing: -0.04em;
  line-height: 1;
}

.label {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(248, 213, 154, 0.24);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 191, 108, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.tier-card ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 24px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.tier-card li {
  padding: 3px 0 3px 2px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
}

.tier-card li::before {
  content: "•";
  margin-right: 10px;
  color: var(--gold);
  text-shadow: 0 0 14px rgba(255, 191, 108, 0.55);
}

.tier-card .btn {
  margin-top: auto;
}

.tier-subtitle {
  margin: -2px 0 14px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.tier-perfect {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.55;
}

.candles {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
}

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

.candle-gallery {
  position: relative;
}

.candle-gallery img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.testimonials {
  padding-block: clamp(58px, 8vw, 106px);
}

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

.quote-grid blockquote {
  margin: 0;
  padding: 24px;
}

.quote-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.quote-grid cite {
  color: var(--gold);
  font-style: normal;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

details {
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
}

details p {
  margin: 14px 0 0;
}

details a {
  color: var(--gold);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px;
}

.wallets button {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 248, 242, 0.085);
}

.final-cta {
  padding-block: clamp(62px, 9vw, 120px);
  text-align: center;
}

.final-cta .kicker {
  justify-content: center;
}

.final-cta p {
  max-width: 620px;
  margin-inline: auto;
}

.center-actions {
  justify-content: center;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 14px;
}

  @media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  nav {
    justify-self: stretch;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }

  .hero,
  .story,
  .candles,
  .payment-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 780px;
    padding-top: 310px;
    background:
      linear-gradient(180deg, rgba(8, 5, 6, 0.16) 0%, rgba(8, 5, 6, 0.18) 34%, rgba(8, 5, 6, 0.92) 67%, rgba(8, 5, 6, 0.98) 100%),
      url("assets/ai-hero.png") 74% top / cover no-repeat;
    align-items: flex-end;
  }

  .tiktok-sticker {
    top: 18px;
    right: 18px;
    min-width: 120px;
    padding: 11px 13px 12px;
  }

  .tier-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .tier-card.featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .topbar {
    position: static;
    padding: 14px 16px;
  }

  .brand img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .brand strong {
    font-size: 16px;
  }

  nav a {
    padding-inline: 12px;
  }

  h1 {
    font-size: 42px;
  }

  .hero {
    min-height: 820px;
    padding-top: 340px;
    background:
      linear-gradient(180deg, rgba(8, 5, 6, 0.08) 0%, rgba(8, 5, 6, 0.12) 38%, rgba(8, 5, 6, 0.9) 67%, rgba(8, 5, 6, 0.99) 100%),
      url("assets/ai-hero.png") 76% top / auto 430px no-repeat,
      linear-gradient(145deg, var(--black) 0%, #170816 42%, #2a0d19 70%, #090506 100%);
  }

  .tiktok-sticker {
    top: 16px;
    right: 16px;
    min-width: 106px;
    padding: 10px 11px 11px;
    transform: rotate(-2deg);
  }

  .actions,
  .btn,
  .wallets,
  .wallets button {
    width: 100%;
  }

  .candle-gallery {
    grid-template-columns: 1fr;
  }
  .candle-gallery img {
    min-height: 320px;
  }

  footer {
    flex-direction: column;
  }
}
