:root {
  --navy: #105070;
  --navy-deep: #0C3E58;
  --crimson: #B03050;
  --crimson-deep: #8B2540;
  --crimson-light: #E9B8C3;
  --cream: #FAF6EE;
  --cream-deep: #F3ECDD;
  --ink: #1A1A1A;
  --muted: #6B6B6B;
  --pistachio: #BFD8A8;
  --peach: #F9B98C;
  --butter: #F7E08A;
  --lilac: #C9A9E0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Unbounded', 'Inter', sans-serif; color: var(--navy); letter-spacing: -0.01em; line-height: 1.1; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 80, 112, 0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; max-width: 1200px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { width: 44px; height: 44px; }
.nav-logo-text { font-family: 'Unbounded', sans-serif; font-weight: 700; color: var(--navy); font-size: 18px; letter-spacing: 0.02em; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--navy); transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--crimson); }
.nav-cta { background: var(--crimson); color: var(--cream) !important; padding: 9px 18px; border-radius: 100px; font-weight: 600; }
.nav-cta:hover { background: var(--crimson-deep); color: var(--cream) !important; }

/* Buttons */
.btn { display: inline-block; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: transform 0.15s, background 0.15s; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: var(--crimson); color: var(--cream); }
.btn-primary:hover { background: var(--crimson-deep); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-secondary:hover { background: var(--navy); color: var(--cream); }

/* Hero */
.hero { padding: 90px 0 60px; text-align: center; position: relative; overflow: hidden; }
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.5; z-index: 0;
}
.hero::before { width: 260px; height: 260px; background: var(--peach); top: -60px; left: -60px; }
.hero::after { width: 220px; height: 220px; background: var(--pistachio); bottom: -40px; right: -50px; }
.hero-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; text-align: left; }
.hero-text { }
.hero-eyebrow { display: inline-block; background: var(--butter); color: var(--navy-deep); padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { font-size: clamp(40px, 6vw, 76px); font-weight: 800; margin-bottom: 24px; color: var(--navy); line-height: 1.05; }
.hero-sub { font-size: 18px; color: var(--ink); max-width: 520px; margin-bottom: 32px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img { position: relative; }
.hero-img-main {
  width: 100%; aspect-ratio: 1 / 1;
  background: var(--peach); border-radius: 30px;
  display: flex; align-items: center; justify-content: center;
  padding: 20px; overflow: hidden;
}
.hero-img-main img { width: 100%; height: 100%; object-fit: contain; }
.hero-float {
  position: absolute; width: 140px; height: 140px; border-radius: 20px;
  background: var(--pistachio); padding: 12px; display: flex;
  align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(16,80,112,0.15);
}
.hero-float img { width: 100%; height: 100%; object-fit: contain; }
.hero-float-tl { top: -30px; left: -30px; background: var(--butter); transform: rotate(-6deg); }
.hero-float-br { bottom: -20px; right: -20px; background: var(--lilac); transform: rotate(5deg); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-text { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
}

/* Sections */
.section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 700; margin-bottom: 12px; }
.section-title p { color: var(--muted); font-size: 16px; }

/* Category tiles (home) */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-tile { padding: 0; border-radius: 20px; text-align: center; transition: transform 0.2s; cursor: pointer; overflow: hidden; text-decoration: none; display: block; }
.cat-tile:hover { transform: translateY(-4px); }
.cat-tile-img { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; padding: 20px; }
.cat-tile-img img { max-width: 80%; max-height: 80%; object-fit: contain; }
.cat-tile-body { padding: 18px 16px; }
.cat-tile h3 { font-size: 19px; font-weight: 700; margin-bottom: 4px; color: var(--navy); }
.cat-tile p { font-size: 12px; color: var(--ink); opacity: 0.8; line-height: 1.3; }
.tile-bg-pistachio { background: var(--pistachio); }
.tile-bg-navy { background: var(--navy); }
.tile-bg-navy h3, .tile-bg-navy p { color: var(--cream); }
.tile-bg-lilac { background: var(--lilac); }
.tile-bg-peach { background: var(--peach); }
.tile-bg-butter { background: var(--butter); }
.tile-bg-crimson-light { background: var(--crimson-light); }
.tile-bg-navy-deep { background: var(--navy-deep); }
.tile-bg-navy-deep h3, .tile-bg-navy-deep p { color: var(--cream); }
.tile-bg-cream-deep { background: var(--cream-deep); }
@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* Value props */
.vprops { background: var(--cream-deep); }
.vprops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.vprop { text-align: center; }
.vprop-icon {
  width: 64px; height: 64px; border-radius: 50%; background: var(--crimson); color: var(--cream);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px;
}
.vprop h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; color: var(--navy); }
.vprop p { color: var(--ink); max-width: 280px; margin: 0 auto; font-size: 15px; }
@media (max-width: 800px) { .vprops-grid { grid-template-columns: 1fr; } }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }
.product {
  border-radius: 18px; overflow: hidden; background: var(--cream-deep);
  transition: transform 0.2s, box-shadow 0.2s;
  display: block; color: inherit;
}
.product:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(16,80,112,0.08); }
.product-img {
  aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
  padding: 18px; position: relative;
}
.product-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-img.no-img { font-family: 'Unbounded', sans-serif; font-weight: 700; color: var(--navy); font-size: 12px; text-align: center; opacity: 0.6; }
.product-bg-pistachio { background: #E2EED4; }
.product-bg-peach    { background: #FCD9C0; }
.product-bg-lilac    { background: #DEC7EE; }
.product-bg-butter   { background: #FBEDB3; }
.product-bg-cream    { background: #F3ECDD; }
.product-bg-crimson  { background: #F0C8D3; }
.product-info { padding: 16px 20px 20px; }
.product-info h4 { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--navy); margin-bottom: 4px; font-weight: 600; }
.product-info .price { color: var(--crimson); font-weight: 700; font-size: 15px; }
.product-info .cat { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }
.product-badge { position: absolute; top: 12px; right: 12px; background: var(--butter); color: var(--navy-deep); padding: 4px 10px; border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
@media (max-width: 900px) { .product-grid, .product-grid.grid-3 { grid-template-columns: repeat(2, 1fr); } }

/* Social proof */
.proof { background: var(--navy); color: var(--cream); padding: 60px 0; text-align: center; }
.proof blockquote { font-family: 'Unbounded', sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 500; font-style: italic; max-width: 820px; margin: 0 auto; line-height: 1.3; color: var(--cream); }
.proof blockquote::before, .proof blockquote::after { content: '"'; color: var(--crimson); }

/* Newsletter */
.news { background: var(--butter); text-align: center; }
.news h2 { color: var(--navy); }
.news p { color: var(--ink); max-width: 560px; margin: 14px auto 28px; font-size: 16px; }
.news-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.news-form input {
  flex: 1; min-width: 220px; padding: 14px 20px; border-radius: 100px; border: 2px solid var(--navy);
  background: var(--cream); font-family: inherit; font-size: 15px;
}
.news-form input:focus { outline: none; border-color: var(--crimson); }

/* About teaser */
.about-teaser { text-align: center; padding: 80px 0; }
.about-teaser h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 16px; }
.about-teaser p { max-width: 560px; margin: 0 auto 24px; font-size: 17px; color: var(--ink); }

/* About page */
.page-header { padding: 80px 0 40px; text-align: center; background: var(--cream-deep); }
.page-header h1 { font-size: clamp(38px, 5.5vw, 64px); margin-bottom: 12px; }
.page-header p { color: var(--muted); font-size: 17px; max-width: 620px; margin: 0 auto; }
.about { background: var(--cream); padding: 80px 0; }
.about-inner { max-width: 760px; margin: 0 auto; padding: 0 32px; }
.about h2 { font-size: clamp(30px, 4.5vw, 48px); margin-bottom: 28px; line-height: 1.15; }
.about p { font-size: 17px; line-height: 1.75; margin-bottom: 20px; color: var(--ink); }
.beliefs { background: var(--cream-deep); border: 2px solid var(--navy); border-radius: 18px; padding: 32px 36px; margin: 32px 0; }
.beliefs h3 { color: var(--crimson); font-family: 'Inter', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; margin-bottom: 16px; }
.beliefs ul { list-style: none; }
.beliefs li { padding: 8px 0 8px 32px; position: relative; font-size: 17px; }
.beliefs li::before { content: '🔥'; position: absolute; left: 0; top: 8px; font-size: 14px; }
.sign-off { font-style: italic; color: var(--muted); margin-top: 24px; }
.stooges-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.stooge { background: var(--cream-deep); border-radius: 20px; padding: 28px; text-align: center; }
.stooge-av { width: 80px; height: 80px; border-radius: 50%; background: var(--crimson); color: var(--cream); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Unbounded', sans-serif; font-size: 28px; font-weight: 700; }
.stooge h4 { font-family: 'Unbounded', sans-serif; color: var(--navy); font-size: 18px; margin-bottom: 4px; }
.stooge p.role { color: var(--crimson); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; margin-bottom: 10px; }
.stooge p.bio { font-size: 13px; color: var(--ink); line-height: 1.5; }
@media (max-width: 800px) { .stooges-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq { padding: 60px 0 100px; }
.faq-inner { max-width: 820px; margin: 0 auto; padding: 0 32px; }
.faq-item { border-bottom: 1px solid rgba(16, 80, 112, 0.15); padding: 22px 0; }
.faq-item:first-child { border-top: 1px solid rgba(16, 80, 112, 0.15); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: 'Unbounded', sans-serif; font-weight: 500; font-size: 17px; color: var(--navy); cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; color: var(--crimson); font-size: 28px; font-weight: 400; line-height: 1; transition: transform 0.2s; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { margin-top: 14px; color: var(--ink); font-size: 15.5px; line-height: 1.7; }

/* Shop page */
.shop-hero { padding: 50px 0 30px; text-align: center; }
.shop-hero h1 { font-size: clamp(34px, 4.5vw, 54px); margin-bottom: 8px; }
.shop-hero p { color: var(--muted); font-size: 16px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 30px auto; padding: 0 32px; max-width: 1100px; }
.filter-chip { padding: 9px 20px; border-radius: 100px; background: var(--cream-deep); color: var(--navy); font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.15s; border: 2px solid transparent; font-family: inherit; }
.filter-chip:hover { background: var(--butter); }
.filter-chip.active { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 20px 32px 80px; max-width: 1200px; margin: 0 auto; }
.shop-meta { text-align: center; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }

/* Product detail page */
.pdp { padding: 40px 0 60px; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.pdp-img {
  aspect-ratio: 1/1; border-radius: 24px; display: flex; align-items: center; justify-content: center;
  padding: 40px; background: var(--peach);
}
.pdp-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pdp-img.no-img { color: var(--navy); font-family: 'Unbounded', sans-serif; font-size: 14px; text-align: center; opacity: 0.6; padding: 60px; }
.pdp-info { }
.pdp-cat { color: var(--crimson); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.pdp-info h1 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 14px; color: var(--navy); line-height: 1.1; }
.pdp-price { font-size: 28px; color: var(--crimson); font-weight: 700; margin-bottom: 20px; }
.pdp-short { font-size: 17px; color: var(--ink); line-height: 1.6; margin-bottom: 24px; }
.pdp-desc { font-size: 15px; color: var(--ink); line-height: 1.7; margin-bottom: 28px; }
.pdp-options { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.pdp-option label { display: block; font-size: 12px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.color-swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.swatch { width: 32px; height: 32px; border-radius: 50%; border: 2px solid rgba(16,80,112,0.15); cursor: pointer; transition: transform 0.15s; }
.swatch:hover { transform: scale(1.12); }
.swatch.selected { border-color: var(--navy); transform: scale(1.12); }
.scent-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.scent-chip { padding: 8px 14px; background: var(--cream-deep); color: var(--navy); font-size: 13px; border-radius: 100px; cursor: pointer; border: 2px solid transparent; font-family: inherit; }
.scent-chip.selected, .scent-chip:hover { background: var(--butter); border-color: var(--navy); }
.qty-cart { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; }
.qty { display: flex; align-items: center; border: 2px solid var(--navy); border-radius: 100px; overflow: hidden; }
.qty button { background: transparent; border: none; color: var(--navy); width: 38px; height: 44px; font-size: 18px; cursor: pointer; font-family: inherit; }
.qty input { width: 50px; border: none; text-align: center; font-size: 16px; font-weight: 600; color: var(--navy); font-family: inherit; background: transparent; }
.qty input:focus { outline: none; }
.add-cart { flex: 1; padding: 14px 28px; font-size: 15px; }
.pdp-meta { border-top: 1px solid rgba(16,80,112,0.15); padding-top: 20px; font-size: 13px; color: var(--muted); display: flex; gap: 24px; flex-wrap: wrap; }
.pdp-meta strong { color: var(--navy); }
.pdp-extras { max-width: 1100px; margin: 60px auto 0; padding: 0 32px; }
.pdp-extras h3 { font-family: 'Unbounded', sans-serif; color: var(--navy); font-size: 24px; margin-bottom: 24px; }
@media (max-width: 800px) { .pdp-grid { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--navy); color: var(--cream); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 52px; height: 52px; margin-bottom: 14px; filter: brightness(1.05); }
.footer-brand p { font-size: 14px; color: rgba(250, 246, 238, 0.7); max-width: 280px; line-height: 1.55; }
.footer h5 { font-family: 'Inter', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--crimson); margin-bottom: 14px; font-weight: 700; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer li a { color: rgba(250, 246, 238, 0.85); font-size: 14px; }
.footer li a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(250, 246, 238, 0.1); margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: rgba(250, 246, 238, 0.6); flex-wrap: wrap; gap: 12px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* Breadcrumb */
.crumb { padding: 24px 32px 0; max-width: 1100px; margin: 0 auto; font-size: 13px; color: var(--muted); }
.crumb a { color: var(--navy); font-weight: 500; }
.crumb a:hover { color: var(--crimson); }


/* ===== Age gate modal ===== */
.age-gate {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(16, 80, 112, 0.92);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: fadeIn 0.2s ease-out;
}
.age-gate.hidden { display: none; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.age-modal {
  background: var(--cream);
  border-radius: 24px;
  padding: 48px 44px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 80px rgba(12, 62, 88, 0.4);
  animation: popIn 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes popIn { from { transform: scale(0.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.age-flame {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--crimson); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 36px;
}
.age-modal h2 {
  font-family: 'Unbounded', sans-serif;
  color: var(--navy); font-size: 32px; font-weight: 800;
  margin-bottom: 14px;
}
.age-modal p {
  color: var(--ink); font-size: 16px; line-height: 1.55;
  margin-bottom: 28px;
}
.age-modal p em { color: var(--crimson); font-style: italic; font-weight: 600; }
.age-buttons {
  display: flex; flex-direction: column; gap: 10px;
}
.age-buttons .btn { width: 100%; padding: 15px 24px; }
.age-fine {
  margin-top: 20px !important;
  font-size: 12px !important; color: var(--muted); font-style: italic;
}

/* Adult badge on product cards */
.product-img.adult-lock::before {
  content: "18+";
  position: absolute; top: 12px; left: 12px;
  background: var(--crimson); color: var(--cream);
  padding: 4px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  font-family: 'Inter', sans-serif;
  z-index: 2;
}
