:root {
  --orange: #f05a28;
  --orange-2: #ff8a00;
  --gold: #ffc928;
  --black: #080808;
  --ink: #1d1b19;
  --muted: #6c625c;
  --cream: #fff7ec;
  --line: rgba(8, 8, 8, .1);
  --glass: rgba(255, 255, 255, .78);
  --shadow: 0 28px 80px rgba(75, 33, 0, .16);
  --shadow-strong: 0 35px 120px rgba(240, 90, 40, .34);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 201, 40, .28), transparent 34rem),
    radial-gradient(circle at 85% 10%, rgba(240, 90, 40, .22), transparent 32rem),
    linear-gradient(180deg, #fffdf8 0%, #fff8ef 42%, #fff 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.site-shell { position: relative; overflow: hidden; }
.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .35;
}
.site-shell::before { left: -18rem; top: 18rem; background: var(--gold); }
.site-shell::after { right: -20rem; top: 48rem; background: var(--orange); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 28px));
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(8, 8, 8, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(24px);
  box-shadow: 0 18px 60px rgba(8, 8, 8, .08);
  transition: box-shadow .25s ease, background .25s ease, transform .25s ease;
}
.site-header.scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 22px 70px rgba(8, 8, 8, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 54px; height: 42px; object-fit: contain; }
.brand strong { display: block; text-transform: uppercase; letter-spacing: -.03em; line-height: 1; }
.brand small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav { justify-self: center; display: flex; align-items: center; gap: 6px; }
.nav a { padding: 11px 14px; border-radius: 999px; font-size: 14px; font-weight: 800; color: rgba(29, 27, 25, .76); transition: .2s ease; }
.nav a:hover { background: rgba(240, 90, 40, .1); color: var(--orange); }
.header-cta { justify-self: end; padding: 12px 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--black), #2a1710); font-weight: 900; font-size: 14px; box-shadow: 0 12px 30px rgba(8, 8, 8, .18); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 999px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--black); border-radius: 999px; transition: .2s ease; }

.hero { position: relative; padding-top: 150px; padding-bottom: 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 48px; }
.hero-bg-orb { position: absolute; border-radius: 50%; filter: blur(42px); opacity: .46; pointer-events: none; }
.hero-bg-orb.one { width: 30rem; height: 30rem; left: -8rem; top: 7rem; background: rgba(255, 201, 40, .55); }
.hero-bg-orb.two { width: 26rem; height: 26rem; right: -9rem; top: 11rem; background: rgba(240, 90, 40, .38); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.eyebrow span { width: 38px; height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--orange), var(--gold)); box-shadow: 0 8px 22px rgba(240, 90, 40, .24); }
.hero h1 { margin: 0; font-size: clamp(52px, 8vw, 100px); line-height: .88; letter-spacing: -.075em; color: var(--black); text-transform: uppercase; }
.hero h1 span { display: block; background: linear-gradient(135deg, var(--orange-2), var(--orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { margin: 26px 0 0; max-width: 650px; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; color: #4f4843; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 950; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 20px 45px rgba(240, 90, 40, .34); }
.btn-secondary { color: var(--black); background: #fff; border: 1px solid rgba(8, 8, 8, .1); box-shadow: 0 18px 40px rgba(8, 8, 8, .08); }
.btn-ghost { color: var(--orange); background: rgba(240, 90, 40, .08); border: 1px solid rgba(240, 90, 40, .14); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { padding: 9px 13px; border-radius: 999px; background: rgba(255, 255, 255, .72); border: 1px solid rgba(8, 8, 8, .08); color: #423b36; font-size: 13px; font-weight: 850; box-shadow: 0 12px 30px rgba(8,8,8,.04); }

.hero-visual { position: relative; }
.visual-card { position: relative; min-height: 640px; padding: 38px; border-radius: 46px; background: linear-gradient(150deg, rgba(255, 255, 255, .88), rgba(255, 244, 224, .92)); border: 1px solid rgba(8, 8, 8, .08); box-shadow: var(--shadow-strong); overflow: hidden; }
.visual-card::before { content: ""; position: absolute; inset: auto -12% -24% -10%; height: 56%; background: linear-gradient(135deg, var(--orange), var(--gold)); border-radius: 50% 50% 0 0; opacity: .92; }
.visual-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: 28px; top: 26px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,201,40,.5), rgba(240,90,40,.24)); filter: blur(2px); }
.visual-card .logo-float { position: absolute; right: 28px; top: 20px; width: 130px; z-index: 3; filter: drop-shadow(0 18px 25px rgba(8,8,8,.18)); }
.visual-card .warmer { position: absolute; top: 112px; left: 50%; transform: translateX(-50%); width: 106%; max-width: none; border-radius: 28px; box-shadow: 0 26px 70px rgba(8, 8, 8, .16); z-index: 2; }
.visual-card .products { position: absolute; width: 92%; left: 4%; bottom: 34px; z-index: 4; filter: drop-shadow(0 28px 40px rgba(8,8,8,.2)); }
.mini-badge { position: absolute; left: 32px; top: 36px; z-index: 4; padding: 18px 20px; border-radius: 22px; transform: rotate(-2deg); background: linear-gradient(135deg, var(--gold), var(--orange-2)); color: var(--black); font-size: clamp(28px, 4vw, 48px); font-weight: 1000; line-height: .86; text-transform: uppercase; letter-spacing: -.06em; box-shadow: 0 22px 50px rgba(240, 90, 40, .28); max-width: 230px; }

.ticker { overflow: hidden; border-block: 1px solid rgba(8,8,8,.08); background: var(--black); color: #fff; }
.ticker div { display: flex; width: max-content; animation: slide 22s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 10px; padding: 18px 28px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.ticker span::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255, 201, 40, .15); }
@keyframes slide { to { transform: translateX(-50%); } }

.split-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 54px; align-items: center; }
.section-copy h2, .section-heading h2, .benefits-head h2, .flow-card h2, .contact-copy h2 { margin: 0; font-size: clamp(40px, 6vw, 72px); line-height: .95; letter-spacing: -.06em; color: var(--black); }
.section-copy p, .section-heading p, .flow-card p, .contact-copy p { color: var(--muted); line-height: 1.72; font-size: 17px; }
.section-copy > p:not(.section-kicker) { max-width: 590px; }
.product-showcase { border-radius: 34px; overflow: hidden; background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(8,8,8,.08); }
.product-showcase img { width: 100%; height: 100%; object-fit: cover; }
.feature-stack { display: grid; gap: 14px; margin-top: 28px; }
.feature-stack div { padding: 18px 18px 18px 20px; border-radius: 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(8,8,8,.08); box-shadow: 0 14px 40px rgba(8,8,8,.04); }
.feature-stack strong { display: block; margin-bottom: 5px; font-size: 17px; }
.feature-stack span { color: var(--muted); line-height: 1.5; }

.prices-section { background: linear-gradient(180deg, rgba(255, 246, 232, .2), rgba(255, 246, 232, .86)); }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading .section-kicker { justify-content: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: grid; grid-template-rows: 260px 1fr; overflow: hidden; border-radius: var(--radius-xl); background: rgba(255,255,255,.88); border: 1px solid rgba(8,8,8,.08); box-shadow: var(--shadow); }
.price-card.featured { transform: translateY(-16px); border-color: rgba(240,90,40,.3); box-shadow: var(--shadow-strong); }
.price-card.featured::before { content: "Popular"; position: absolute; z-index: 3; right: 18px; top: 18px; padding: 10px 14px; border-radius: 999px; background: var(--black); color: #fff; font-weight: 950; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.price-media { display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 15%, rgba(255, 201, 40, .28), transparent 50%), #fff8ef; }
.price-media img { width: 100%; height: 100%; object-fit: cover; }
.price-media.contain img { width: 82%; height: 92%; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(8,8,8,.16)); }
.price-body { padding: 28px; }
.pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(240,90,40,.1); color: var(--orange); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .09em; }
.price-body h3 { margin: 17px 0 6px; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.pack { margin: 0; color: var(--muted); font-weight: 850; }
.price { margin: 22px 0 20px; font-size: clamp(42px, 5vw, 60px); line-height: 1; letter-spacing: -.07em; font-weight: 1000; color: var(--orange); }
.price small { font-size: 16px; letter-spacing: .02em; color: var(--black); vertical-align: middle; margin-right: 6px; }
.price span { font-size: .7em; }
.card-link { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 50px; border-radius: 999px; background: var(--black); color: #fff; font-weight: 950; transition: .2s ease; }
.card-link:hover { background: var(--orange); transform: translateY(-2px); }

.benefits-section { position: relative; }
.benefits-head { text-align: center; max-width: 730px; margin: 0 auto 42px; }
.benefits-head .section-kicker { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { position: relative; min-height: 260px; padding: 28px; border-radius: var(--radius-xl); background: linear-gradient(180deg, #fff, #fff6eb); border: 1px solid rgba(8,8,8,.08); box-shadow: var(--shadow); overflow: hidden; }
.benefit-card::after { content: ""; position: absolute; right: -48px; bottom: -48px; width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,201,40,.35), rgba(240,90,40,.2)); }
.benefit-card h3 { margin: 24px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.icon { width: 64px; height: 64px; border-radius: 22px; background: linear-gradient(135deg, var(--gold), var(--orange)); position: relative; box-shadow: 0 14px 35px rgba(240,90,40,.24); }
.icon::before, .icon::after { content: ""; position: absolute; inset: 0; margin: auto; }
.icon.splat::before { width: 30px; height: 30px; background: var(--black); border-radius: 48% 52% 42% 58%; box-shadow: -12px 1px 0 -7px var(--black), 13px -3px 0 -8px var(--black), 6px 13px 0 -8px var(--black), -7px -12px 0 -8px var(--black); }
.icon.smell::before { width: 28px; height: 34px; border-radius: 50% 50% 42% 42%; background: var(--black); transform: translateX(-6px); }
.icon.smell::after { width: 22px; height: 22px; border-top: 3px solid var(--black); border-right: 3px solid var(--black); border-radius: 50%; transform: translate(18px, -8px) rotate(36deg); }
.icon.clean::before { width: 42px; height: 42px; border-radius: 50%; background: conic-gradient(from 20deg, var(--black) 0 48deg, transparent 48deg 120deg, var(--black) 120deg 168deg, transparent 168deg 240deg, var(--black) 240deg 288deg, transparent 288deg 360deg); }
.icon.clean::after { width: 13px; height: 13px; border-radius: 50%; background: var(--orange-2); }

.flow-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; padding: 40px; border-radius: 42px; background: var(--black); color: #fff; box-shadow: 0 34px 100px rgba(8,8,8,.22); overflow: hidden; position: relative; }
.flow-card::before { content: ""; position: absolute; width: 480px; height: 480px; right: -180px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,201,40,.42), rgba(240,90,40,.1), transparent 70%); }
.flow-card .section-kicker { color: var(--gold); }
.flow-card h2 { color: #fff; }
.flow-card p { color: rgba(255,255,255,.72); }
.flow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 2; }
.flow-steps div { min-height: 170px; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.flow-steps span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 26px; border-radius: 16px; background: linear-gradient(135deg, var(--orange), var(--gold)); color: var(--black); font-weight: 1000; }
.flow-steps strong { display: block; font-size: 18px; }
.flow-steps small { display: block; margin-top: 7px; color: rgba(255,255,255,.68); line-height: 1.5; }

.contact-section { padding-top: 70px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: stretch; }
.contact-copy { padding: 48px; border-radius: 44px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,246,232,.95)); border: 1px solid rgba(8,8,8,.08); box-shadow: var(--shadow); }
.contact-panel { padding: 38px; border-radius: 44px; background: linear-gradient(145deg, var(--orange), var(--orange-2) 54%, var(--gold)); color: var(--black); box-shadow: var(--shadow-strong); }
.contact-panel img { width: 150px; margin-bottom: 18px; filter: drop-shadow(0 18px 25px rgba(8,8,8,.15)); }
.contact-panel h3 { margin: 0 0 24px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.contact-panel p { margin: 12px 0; line-height: 1.55; }
.contact-panel a { font-weight: 950; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.fine-print { margin-top: 24px !important; font-size: 13px; background: rgba(255,255,255,.34); border: 1px solid rgba(255,255,255,.44); padding: 14px; border-radius: 16px; }

.footer { padding: 34px 0 92px; color: var(--muted); border-top: 1px solid rgba(8,8,8,.08); background: rgba(255,255,255,.5); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer a { margin-left: 18px; font-weight: 850; color: var(--ink); }
.mobile-cta { display: none; position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 14px; padding: 8px; border-radius: 999px; background: rgba(8,8,8,.9); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(8,8,8,.28); }
.mobile-cta a { flex: 1; min-height: 50px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: 1000; color: #fff; }
.mobile-cta a:last-child { background: linear-gradient(135deg, var(--orange), var(--gold)); color: var(--black); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .nav-toggle { display: inline-flex; justify-self: end; }
  .header-cta { display: none; }
  .nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: none; padding: 12px; border-radius: 24px; background: rgba(255,255,255,.94); border: 1px solid rgba(8,8,8,.08); box-shadow: 0 20px 50px rgba(8,8,8,.12); }
  .nav.open { display: grid; }
  .nav a { padding: 14px 16px; }
  .hero-grid, .split-grid, .contact-grid, .flow-card { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .visual-card { min-height: 610px; }
  .pricing-grid, .benefit-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .flow-steps { grid-template-columns: 1fr; }
  .section-pad { padding: 74px 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { top: 10px; width: calc(100% - 20px); padding: 8px; }
  .brand span { display: none; }
  .brand img { width: 60px; height: 48px; }
  .hero h1 { font-size: clamp(46px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .btn { width: 100%; }
  .trust-row span { flex: 1; text-align: center; justify-content: center; }
  .visual-card { min-height: 485px; padding: 22px; border-radius: 34px; }
  .visual-card .warmer { top: 100px; width: 124%; border-radius: 22px; }
  .visual-card .products { width: 120%; left: -10%; bottom: 28px; }
  .visual-card .logo-float { width: 94px; right: 18px; top: 16px; }
  .mini-badge { left: 18px; top: 28px; font-size: 29px; max-width: 152px; padding: 14px; border-radius: 18px; }
  .section-copy h2, .section-heading h2, .benefits-head h2, .flow-card h2, .contact-copy h2 { font-size: clamp(38px, 12vw, 54px); }
  .price-card { grid-template-rows: 225px 1fr; }
  .price-body, .benefit-card, .contact-panel { padding: 24px; }
  .contact-copy, .flow-card { padding: 28px; border-radius: 30px; }
  .footer-grid { display: grid; }
  .footer a { margin: 0 14px 0 0; }
  .mobile-cta { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .card-link:hover { transform: none; }
}
