﻿:root {
  --background: #130c08;
  --background-soft: #1c110b;
  --surface: #8e6d49;
  --surface-field: #b28d61;
  --surface-soft: #745538;
  --surface-selected: #c79d69;
  --surface-success: #c9d7bd;
  --surface-warm: #21150f;
  --surface-dark: #170f0a;
  --surface-dark-2: #25170f;
  --text-primary: #fff4df;
  --text-secondary: #d8c3a6;
  --text-dark: #241811;
  --muted-dark: #4f3f2e;
  --accent: #d2a066;
  --accent-hover: #efc994;
  --accent-green: #2f735f;
  --accent-green-hover: #235645;
  --border: rgba(232, 197, 143, .28);
  --border-strong: rgba(232, 197, 143, .5);
  --border-light: rgba(68, 42, 24, .28);
  --success: #65b68d;
  --error: #db6b5f;
  --focus: #f0c892;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --radius: 8px;
  --container: 1220px;
  --heading: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(210, 160, 102, .14), transparent 28rem),
    linear-gradient(180deg, #0d0805 0, var(--background) 22rem, #180f0a 100%);
  color: var(--text-primary);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(210, 160, 102, .55); text-underline-offset: .18em; }
a:hover { color: var(--accent-hover); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { background: var(--surface); color: var(--text-dark); left: 1rem; padding: .75rem 1rem; position: fixed; top: 1rem; transform: translateY(-150%); z-index: 100; }
.skip-link:focus { transform: translateY(0); }

.announcement {
  background: #0a0604;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: .92rem;
  padding: .55rem 1rem;
  text-align: center;
}
.announcement a { color: var(--accent-hover); font-weight: 850; margin-left: .45rem; white-space: nowrap; }
.site-header {
  background: rgba(15, 9, 6, .94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner { align-items: center; display: grid; gap: .75rem; grid-template-columns: auto 1fr auto; margin-inline: auto; max-width: var(--container); min-height: 68px; padding: .65rem 1rem; }
.logo { line-height: 1.05; text-decoration: none; }
.logo strong { color: var(--text-primary); display: block; font-family: var(--heading); font-size: 1.35rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.logo span { color: var(--text-secondary); display: block; font-size: .76rem; }
.mobile-menu-button, .icon-button {
  align-items: center;
  background: rgba(255, 250, 240, .08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: .55rem .75rem;
}
.desktop-nav, .desktop-actions { display: none; }
.cart-button { position: relative; text-decoration: none; }
.mobile-cart-button { display: inline-flex; }
.cart-count { background: var(--accent); border-radius: 999px; color: #120b07; display: inline-grid; font-size: .75rem; font-weight: 900; min-height: 1.35rem; min-width: 1.35rem; place-items: center; }
.mobile-panel { background: rgba(0, 0, 0, .56); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .18s ease; z-index: 80; }
.mobile-panel.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu { background: #140d08; box-shadow: var(--shadow); display: grid; gap: .55rem; height: 100%; max-width: 360px; padding: 1rem; transform: translateX(-105%); transition: transform .2s ease; width: 88vw; }
.mobile-panel.is-open .mobile-menu { transform: translateX(0); }
.mobile-menu a { border-bottom: 1px solid var(--border); color: var(--text-primary); min-height: 48px; padding: .8rem .25rem; text-decoration: none; }

.container { margin-inline: auto; max-width: var(--container); padding-inline: 1rem; }
.section { padding-block: clamp(2.25rem, 4vw, 3.8rem); position: relative; }
.section.warm {
  background:
    radial-gradient(circle at 18% 18%, rgba(210, 160, 102, .1), transparent 24rem),
    linear-gradient(180deg, rgba(255, 250, 240, .035), rgba(210, 160, 102, .06));
  border-block: 1px solid rgba(232, 197, 143, .12);
}
.stack { display: grid; gap: 1rem; }
.cluster { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; }
.grid { display: grid; gap: 1rem; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.04; margin: 0; }
h1 { font-size: clamp(2.4rem, 7vw, 4.8rem); max-width: 11ch; }
h2 { font-size: clamp(1.85rem, 5vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0; }
.lead { color: var(--text-secondary); font-size: 1.08rem; max-width: 64ch; }
.eyebrow { color: var(--accent); font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price-line { color: var(--accent-hover); font-size: 1.1rem; font-weight: 900; }
.button {
  align-items: center;
  background: var(--accent-green);
  border: 1px solid var(--accent-green);
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: .82rem 1.08rem;
  text-decoration: none;
}
.button:hover { background: var(--accent-green-hover); color: #fff; }
.button.secondary { background: transparent; border-color: var(--border-strong); color: var(--text-primary); }
.button.secondary:hover { background: rgba(255, 250, 240, .08); color: var(--accent-hover); }
.button.full { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .5; }

.hero {
  background:
    radial-gradient(circle at 72% 32%, rgba(210, 160, 102, .18), transparent 26rem),
    linear-gradient(180deg, #120b07 0%, #1a100a 54%, #100905 100%);
  min-height: auto;
  overflow: hidden;
  padding-block: clamp(2rem, 4vw, 3.75rem);
}
.hero-grid { align-items: center; display: grid; gap: clamp(1.25rem, 4vw, 3rem); }
.hero-copy { align-self: center; display: grid; gap: .95rem; position: relative; z-index: 2; }
.hero-copy h1 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", var(--body); font-size: clamp(3rem, 7.2vw, 5.35rem); font-weight: 900; letter-spacing: 0; line-height: .92; max-width: 9ch; text-transform: uppercase; }
.hero-image {
  background: #100905;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.hero-image-crop { transform: none; }
.hero-poster {
  aspect-ratio: 1 / 1;
  background: #100905;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  justify-self: center;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: min(100%, 500px);
}
.hero-poster::after { display: none; }
.quick-points { display: grid; gap: .55rem; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.quick-points li { background: rgba(255, 250, 240, .08); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text-secondary); min-height: 58px; padding: .65rem; }

.card {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .08), rgba(255, 250, 240, .04)),
    #19100b;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  overflow: hidden;
}
.card.pad { padding: 1rem; }
.surface-card, form.card, .drawer, .review-score-card, .review-breakdown {
  background: var(--surface);
  color: var(--text-dark);
}
form.card, .review-score-card, .review-breakdown, .drawer, .sticky-buy {
  border-color: rgba(52, 31, 18, .36);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}
.media { aspect-ratio: 1 / 1; background: #100905; border-radius: var(--radius); object-fit: cover; object-position: center; width: 100%; }
.media.square { aspect-ratio: 1; }
.media.gallery-box-image { background: #100905; object-fit: cover; }
.media.portrait, .media.contain { aspect-ratio: 1 / 1; object-fit: contain; }
.transparent-cookie-image {
  align-self: center;
  background: transparent;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .38));
  justify-self: center;
  max-height: min(520px, 58vh);
  object-fit: contain;
  width: min(100%, 520px);
}
.option-card { display: grid; gap: .75rem; padding: 1rem; position: relative; }
.option-card.selected { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(210, 160, 102, .2); }
.option-card-popular { border-color: rgba(210, 160, 102, .62); }
.popular-badge {
  align-items: center;
  background: var(--accent);
  border: 1px solid rgba(255, 250, 240, .28);
  border-radius: 999px;
  color: #130c08;
  display: inline-flex;
  font-family: var(--body);
  font-size: .74rem;
  font-weight: 950;
  justify-self: start;
  letter-spacing: .03em;
  line-height: 1;
  padding: .32rem .48rem;
  text-transform: uppercase;
  width: fit-content;
}
.option-card > .popular-badge { left: .85rem; position: absolute; top: .85rem; z-index: 2; }
.price { color: var(--accent-hover); font-family: var(--heading); font-size: 2rem; font-weight: 800; }
form .price { color: var(--accent-green-hover); }
form .eyebrow { color: var(--accent-green-hover); }

.campaign-band { overflow: hidden; }
.campaign-band .container { align-items: center; display: grid; gap: 1rem; }
.campaign-copy { max-width: 560px; }
.campaign-image { aspect-ratio: 1 / 1; background: #100905; border: 1px solid var(--border-strong); border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; object-position: center; width: 100%; }
.campaign-image.contain { object-fit: contain; }
.campaign-headline { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", var(--body); font-size: clamp(3rem, 11vw, 7rem); font-weight: 900; line-height: .9; text-transform: uppercase; }
.product-strip { display: grid; gap: 1rem; }
.product-strip .card { min-height: 100%; }
.final-cta-section { padding-block: clamp(1.45rem, 3vw, 2.25rem); }
.final-cta {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 250, 240, .055), rgba(255, 250, 240, .025));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: .9rem;
  grid-template-columns: 1fr;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}
.final-cta h2 { font-size: clamp(1.65rem, 4vw, 2.6rem); }
.final-cta p { color: var(--text-secondary); }
.final-cta .button {
  justify-self: start;
  min-height: 46px;
  min-width: min(100%, 210px);
  padding-block: .68rem;
  width: auto;
}

.shop-section { padding-block-start: max(2.35rem, calc(env(safe-area-inset-top, 0px) + 2rem)); }
.shop-section > .container { align-items: start; }
.shop-intro { display: grid; gap: 1rem; max-width: 680px; }
.shop-intro h1 { font-size: clamp(2.35rem, 8vw, 4.45rem); max-width: 10ch; }
.shop-products { display: grid; gap: 1rem; }
.shop-product-card { background: transparent; border: 0; box-shadow: none; display: grid; gap: 1rem; overflow: visible; }
.shop-product-media { aspect-ratio: 1 / 1; background: #100905; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); height: auto; object-fit: cover; object-position: center; width: 100%; }
.shop-product-copy {
  align-content: start;
  background:
    radial-gradient(circle at 90% 10%, rgba(210, 160, 102, .1), transparent 14rem),
    linear-gradient(180deg, rgba(255, 250, 240, .09), rgba(255, 250, 240, .045)),
    #1b110c;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
  display: grid;
  gap: .9rem;
  padding: 1rem;
}
.shop-product-copy h2 { font-size: clamp(1.85rem, 5.5vw, 2.85rem); max-width: 16ch; }
.shop-options { display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shop-options div { background: rgba(211, 181, 140, .94); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .18rem; min-height: 94px; padding: .85rem; }
.shop-options .is-popular { border-color: rgba(19, 12, 8, .45); box-shadow: inset 0 0 0 1px rgba(19, 12, 8, .12); }
.shop-options strong, .shop-options b { color: var(--text-dark); }
.shop-options span { color: var(--muted-dark); }
.shop-options .popular-badge, .select-card .popular-badge { background: #130c08; border-color: rgba(19, 12, 8, .18); color: var(--accent-hover); margin-bottom: .2rem; }
.select-card .popular-badge { display: inline-flex; margin: .35rem 0 0; }
.shop-options b { font-size: 1.08rem; }
.shop-cta { order: 3; width: 100%; }
.shop-options { order: 4; }
.shop-product-copy .cluster { order: 5; }
.shop-description { color: var(--text-secondary); order: 6; }

.step { counter-increment: step; display: grid; gap: .55rem; padding: 1rem; }
.steps { counter-reset: step; }
.step::before { background: var(--accent); border-radius: 999px; color: #130c08; content: counter(step); display: grid; font-weight: 900; height: 2rem; place-items: center; width: 2rem; }
.ingredient-list, .link-list, .clean-list { display: grid; gap: .65rem; list-style: none; margin: 0; padding: 0; }
.ingredient-list li, .clean-list li { background: rgba(255, 250, 240, .08); border: 1px solid var(--border); border-radius: var(--radius); padding: .8rem; }

.contact-section { padding-block: clamp(2.8rem, 6vw, 5.8rem); }
.contact-layout { align-items: start; display: grid; gap: clamp(1.4rem, 4vw, 3.25rem); }
.contact-copy {
  align-content: center;
  display: grid;
  gap: 1.15rem;
  min-height: 100%;
}
.contact-copy h1 { max-width: none; }
.contact-copy .lead { max-width: 42ch; }
.contact-links {
  display: grid;
  gap: .7rem;
  list-style: none;
  margin: clamp(.5rem, 3vw, 1.6rem) 0 0;
  max-width: 560px;
  padding: 0;
}
.contact-links li {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 250, 240, .075), rgba(210, 160, 102, .055));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: .25rem;
  min-height: 64px;
  padding: .8rem .95rem;
}
.contact-links span {
  color: var(--accent);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-links a, .contact-links strong { color: var(--text-primary); font-weight: 800; }
.contact-form {
  background:
    radial-gradient(circle at 100% 0, rgba(210, 160, 102, .18), transparent 16rem),
    linear-gradient(180deg, #8a6744, #765538);
  color: #130c08;
  justify-self: stretch;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #b99063;
  border-color: rgba(39, 23, 14, .38);
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, .16);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #c09a6d;
}
.contact-form p { color: rgba(19, 12, 8, .82); }

.product-layout { align-items: start; display: grid; gap: 1rem; }
.product-details-section { max-width: 880px; }
.gallery { align-content: start; display: grid; gap: .75rem; justify-self: center; max-width: 640px; width: 100%; }
.gallery > .media { background: #100905; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.gallery > .media.gallery-box-image { aspect-ratio: 1 / 1; object-fit: cover; }
.thumbs { display: grid; gap: .5rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.thumbs button { background: transparent; border: 2px solid transparent; border-radius: var(--radius); padding: 0; }
.thumbs button.is-active { border-color: var(--accent); }
.thumbs img { aspect-ratio: 1; background: #100905; border-radius: 6px; object-fit: cover; width: 100%; }
.product-review-carousel {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .065), rgba(255, 250, 240, .025)),
    #160d08;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
  display: grid;
  gap: .7rem;
  margin-top: .35rem;
  overflow: hidden;
  padding: .85rem 0 .9rem;
}
.product-review-carousel[hidden] { display: none; }
.product-review-carousel-header { align-items: center; display: flex; gap: 1rem; justify-content: space-between; padding-inline: .95rem; }
.product-review-carousel-header .eyebrow { margin: 0; }
.product-review-carousel-header a { color: var(--text-secondary); font-size: .9rem; font-weight: 850; text-decoration-color: rgba(210, 160, 102, .5); }
.home-review-carousel { margin-top: .25rem; width: 100%; }
.review-carousel-viewport {
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  overflow: hidden;
}
.review-carousel-track {
  animation: review-marquee 34s linear infinite;
  display: flex;
  width: max-content;
}
.product-review-carousel:hover .review-carousel-track { animation-play-state: paused; }
.review-carousel-group { display: flex; gap: .65rem; padding-inline: .95rem .65rem; }
.review-carousel-card {
  background: rgba(255, 250, 240, .07);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  display: grid;
  gap: .45rem;
  min-height: 118px;
  padding: .75rem;
  width: min(280px, 72vw);
}
.review-carousel-card p {
  color: var(--text-secondary);
  display: -webkit-box;
  font-size: .92rem;
  line-height: 1.42;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.review-carousel-card strong { font-size: .9rem; }
.purchase-panel { display: grid; gap: 1rem; }
.brownie-product-page .purchase-panel { gap: .75rem; }
.brownie-product-page .purchase-panel > p:not(.eyebrow, .price, .fine-print) { line-height: 1.45; }
.selector { display: grid; gap: .65rem; }
.select-card { align-items: center; background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .2rem; grid-template-columns: auto 1fr auto; min-height: 64px; padding: .85rem; }
.select-card.is-popular { border-color: rgba(68, 42, 24, .46); box-shadow: inset 0 0 0 1px rgba(68, 42, 24, .1); }
.select-card input { height: 1.25rem; width: 1.25rem; }
.selected-box-preview { background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .65rem; margin: 0; overflow: hidden; padding: .7rem; }
.selected-box-preview img { aspect-ratio: 1 / 1; background: #100905; border-radius: 6px; object-fit: cover; width: 100%; }
.selected-box-preview figcaption { color: var(--accent-green-hover); font-weight: 900; }
.availability { border-left: 4px solid var(--success); }

.accordion { display: grid; gap: .6rem; }
.accordion button { background: rgba(255, 250, 240, .08); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text-primary); display: flex; font-weight: 900; justify-content: space-between; min-height: 52px; padding: .85rem 1rem; text-align: left; width: 100%; }
.accordion-panel { display: block; max-height: 0; overflow: hidden; padding: 0 1rem; transition: max-height .2s ease, padding .2s ease; }
.accordion-item.is-open .accordion-panel { max-height: 380px; padding: .25rem 1rem 1rem; }
.more-info-link {
  align-items: center;
  background: rgba(255, 250, 240, .08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  display: inline-flex;
  font-weight: 900;
  margin-top: .75rem;
  min-height: 40px;
  padding: .55rem .8rem;
  text-decoration: none;
  width: fit-content;
}
.more-info-link:hover { background: rgba(255, 250, 240, .12); color: var(--accent-hover); }

.rating { align-items: center; display: inline-flex; flex-wrap: wrap; gap: .45rem; }
.rating-large { display: grid; gap: .45rem; }
.rating-large .stars { font-size: 1.55rem; }
.rating-large strong { font-family: var(--heading); font-size: 2.4rem; line-height: 1; }
.stars { color: var(--accent); letter-spacing: 0; }
.reviews-page { display: grid; gap: 1.4rem; position: relative; }
.home-review-grid { display: grid; gap: 1rem; }
.review-product-section {
  border-top: 1px solid var(--border);
  padding-top: clamp(1.25rem, 3vw, 2rem);
}
.review-product-header { justify-content: space-between; }
.review-tabs { display: flex; flex-wrap: wrap; gap: .55rem; }
.review-tabs button {
  background: rgba(255, 250, 240, .07);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-primary);
  font-weight: 900;
  min-height: 42px;
  padding: .55rem .85rem;
}
.review-tabs button.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #130c08;
}
.review-overview { display: grid; gap: 1rem; }
.review-score-card, .review-breakdown { border: 1px solid var(--border-light); border-radius: var(--radius); padding: 1rem; }
.review-compose { max-width: 720px; }
.review-breakdown { display: grid; gap: .65rem; }
.rating-row { align-items: center; display: grid; gap: .65rem; grid-template-columns: 58px 1fr 28px; }
.rating-row span, .rating-row small { color: var(--muted-dark); font-size: .9rem; }
.rating-row meter { appearance: none; background: rgba(68, 42, 24, .16); border: 0; border-radius: 999px; height: .7rem; overflow: hidden; width: 100%; }
.rating-row meter::-webkit-meter-bar { background: rgba(68, 42, 24, .16); border: 0; border-radius: 999px; }
.rating-row meter::-webkit-meter-optimum-value { background: var(--accent-green); border-radius: 999px; }
.rating-row meter::-moz-meter-bar { background: var(--accent-green); border-radius: 999px; }
.review-card { display: grid; gap: .75rem; padding: 1rem; }
.review-card .stars { font-size: 1.05rem; }
.review-photo { aspect-ratio: 1 / 1; background: #100905; border-radius: var(--radius); object-fit: cover; width: 100%; }

form { display: grid; gap: .9rem; }
label { display: grid; font-weight: 900; gap: .35rem; }
input, select, textarea { background: var(--surface-field); border: 1px solid rgba(52, 31, 18, .34); border-radius: var(--radius); color: var(--text-dark); min-height: 48px; padding: .75rem; width: 100%; }
input[type="checkbox"], input[type="radio"] { min-height: auto; padding: 0; width: auto; }
input[type="search"] {
  background: #c39a67;
  border-color: rgba(255, 244, 223, .18);
  color: #120b07;
  font-weight: 800;
}
input[type="search"]::placeholder {
  color: rgba(18, 11, 7, .68);
  opacity: 1;
}
input[type="search"]:focus {
  background: #d0a875;
}
textarea { min-height: 130px; resize: vertical; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { font-weight: 900; margin-bottom: .5rem; padding: 0; }
.consent-options { display: grid; gap: .65rem; }
.consent-option { align-items: start; background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .7rem; grid-template-columns: auto 1fr; padding: .85rem; }
.consent-option input { margin-top: .25rem; }
.consent-option small { color: var(--muted-dark); display: block; font-weight: 600; margin-top: .2rem; }
.signup-panel { max-width: 680px; }
.star-choice { display: grid; gap: .5rem; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 390px; }
.star-choice label { align-items: center; background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); cursor: pointer; display: grid; gap: .2rem; justify-items: center; min-height: 64px; padding: .6rem .35rem; transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.star-choice input { height: 1px; margin: 0; opacity: 0; position: absolute; width: 1px; }
.star-choice span { color: #bba58a; font-size: 1.45rem; line-height: 1; }
.star-choice small { color: var(--muted-dark); font-weight: 900; }
.star-choice label:hover { border-color: var(--accent-green); transform: translateY(-1px); }
.star-choice label.is-filled { background: var(--surface-selected); border-color: var(--accent); box-shadow: inset 0 -3px 0 var(--accent), 0 0 0 2px rgba(68, 42, 24, .16); }
.star-choice label.is-filled span { color: #a96c28; }
.star-choice label:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 3px; }
.rating-choice-text { color: var(--muted-dark); font-weight: 900; min-height: 1.5rem; }
.review-admin-panel { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); box-shadow: var(--shadow); color: var(--text-dark); justify-self: end; max-width: 320px; padding: 1rem; position: absolute; right: 1rem; top: 0; width: min(320px, calc(100vw - 2rem)); z-index: 5; }
.review-code-form { gap: .65rem; }
.field-error, .error-summary { color: var(--error); font-weight: 850; }
.success-summary { color: var(--success); font-weight: 850; }
.note { background: rgba(255, 250, 240, .08); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 1rem; }
form .note, .drawer .note, .legal .note, .cart-page .note { background: var(--surface-field); border-color: var(--border-light); color: var(--text-dark); }
.warning { border-left-color: var(--error); }
.admin-account-card { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }
.admin-page h1 { max-width: 11ch; }
.admin-login { max-width: 520px; }
.admin-state-grid { display: grid; gap: .65rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.admin-state-grid .button { width: 100%; }
.admin-state-grid .button.is-active { background: var(--accent); border-color: var(--accent); color: #140d08; }
.admin-review-list { display: grid; gap: .75rem; }
.admin-review-row { align-items: start; background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .75rem; grid-template-columns: 72px 1fr; padding: .75rem; }
.admin-review-row img { aspect-ratio: 1; background: #100905; border-radius: 6px; object-fit: cover; width: 72px; }
.admin-review-row p { color: var(--muted-dark); }
.admin-review-row .button { grid-column: 1 / -1; width: 100%; }
.admin-signup-list { display: grid; gap: .75rem; }
.admin-signup-row { align-items: start; background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); display: grid; gap: .75rem; grid-template-columns: minmax(0, 1fr); padding: .85rem; }
.admin-signup-row p { color: var(--muted-dark); margin: 0; }
.admin-signup-row a { color: var(--text-dark); overflow-wrap: anywhere; }

.cart-row { display: grid; gap: 1rem; }
.cart-row img { aspect-ratio: 1 / 1; background: #100905; border-radius: var(--radius); object-fit: cover; width: 100%; }
.cart-item-copy { align-content: start; display: grid; gap: .7rem; justify-items: start; }
.cart-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; }
.cart-remove { width: auto; }
.stripe-pay-link { min-height: 44px; width: auto; }
.stripe-direct-link { margin-top: -.25rem; }
.fine-print { color: var(--muted-dark); font-size: .9rem; margin: 0; }
.quantity { align-items: center; display: grid; gap: .35rem; grid-template-columns: 44px 52px 44px; }
.quantity button { background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); min-height: 44px; }
.quantity span { display: grid; font-weight: 900; place-items: center; }
.slot-grid { display: grid; gap: .55rem; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
.slot-button { background: var(--surface-field); border: 1px solid var(--border-light); border-radius: var(--radius); color: var(--text-dark); min-height: 48px; padding: .65rem; }
.slot-button.is-selected { background: var(--surface-success); border-color: var(--accent-green); font-weight: 900; }
.slot-button:disabled { opacity: .45; text-decoration: line-through; }
.drawer-backdrop { backdrop-filter: blur(5px); background: rgba(0, 0, 0, .68); inset: 0; opacity: 0; overflow: hidden; pointer-events: none; position: fixed; transition: opacity .18s ease; z-index: 90; }
.drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
.drawer { background: radial-gradient(circle at 82% 0, rgba(210, 160, 102, .14), transparent 17rem), linear-gradient(180deg, #1b100a, #100905); border-top: 1px solid var(--border); border-radius: var(--radius) var(--radius) 0 0; bottom: 0; box-shadow: 0 -22px 60px rgba(0, 0, 0, .5); color: var(--text-primary); display: flex; flex-direction: column; left: 0; max-height: min(56svh, 520px); overflow: hidden; padding: 0; position: absolute; right: 0; top: auto; transform: translateY(105%); transition: transform .22s ease; width: 100%; }
.drawer-backdrop.is-open .drawer { transform: translateY(0); }
.drawer-backdrop.is-expanded .drawer { border-radius: 0; max-height: none; top: 0; }
.drawer-header { align-items: start; border-bottom: 1px solid var(--border); display: flex; gap: .75rem; justify-content: space-between; padding: .9rem 1rem; }
.drawer-header h2 { font-size: clamp(1.6rem, 7vw, 2.25rem); }
.drawer-header-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem; justify-content: end; }
.drawer-close, .drawer-expand { background: rgba(255, 250, 240, .08); color: var(--text-primary); min-height: 38px; padding: .45rem .65rem; }
.drawer-body { flex: 1; overflow: auto; padding: .85rem 1rem; }
.drawer-footer { background: rgba(12, 7, 5, .88); border-top: 1px solid var(--border); display: grid; gap: .55rem; padding: .85rem 1rem max(.85rem, env(safe-area-inset-bottom)); }
.drawer-footer .button { min-height: 52px; }
.drawer-continue { background: transparent; border: 0; color: var(--text-secondary); cursor: pointer; font-weight: 850; min-height: 40px; text-decoration: underline; text-decoration-color: rgba(210, 160, 102, .52); }
.drawer-empty { align-content: center; background: rgba(255, 250, 240, .07); border: 1px solid var(--border); border-radius: var(--radius); display: grid; gap: .85rem; min-height: 160px; padding: 1rem; text-align: center; }
.drawer-empty p { color: var(--text-secondary); }
.drawer-empty .button { justify-self: center; width: min(100%, 260px); }
.drawer .cart-row { background: rgba(255, 250, 240, .065); border-color: var(--border); color: var(--text-primary); }
.drawer .cart-row-compact { align-items: center; gap: .75rem; grid-template-columns: 82px 1fr; padding: .75rem; }
.drawer .cart-row-compact img { border: 1px solid var(--border); width: 82px; }
.drawer .cart-item-copy { gap: .45rem; }
.drawer .cart-item-copy h3 { font-size: 1.1rem; }
.drawer .cart-item-copy h3 .popular-badge { margin-left: .3rem; vertical-align: middle; }
.drawer .cart-item-copy p { color: var(--text-secondary); font-size: .92rem; }
.drawer .cart-actions { gap: .5rem; }
.drawer .stripe-pay-link { min-height: 36px; padding: .45rem .65rem; }
.drawer .quantity { grid-template-columns: 36px 38px 36px; }
.drawer .quantity button { background: rgba(255, 250, 240, .08); border-color: var(--border); color: var(--text-primary); min-height: 36px; }
.drawer .quantity span { color: var(--text-primary); }
.drawer .cart-remove { border-color: var(--border); color: var(--text-primary); min-height: 36px; padding: .45rem .65rem; }
.drawer-subtotal { background: rgba(210, 160, 102, .12); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text-primary); display: grid; gap: .2rem; padding: .85rem; }
.drawer-subtotal span, .drawer-subtotal small { color: var(--text-secondary); }
.drawer-subtotal strong { font-size: 1.2rem; }
.sticky-buy { background: var(--surface); border-top: 1px solid var(--border-light); bottom: 0; color: var(--text-dark); display: grid; gap: .5rem; left: 0; padding: .75rem 1rem; position: sticky; z-index: 35; }

.footer { background: #0c0705; border-top: 1px solid var(--border); color: var(--text-primary); padding-block: clamp(1.6rem, 3vw, 2.15rem); }
.footer a { color: var(--text-primary); text-decoration-color: rgba(210, 160, 102, .48); }
.footer-grid { display: grid; gap: 1.15rem; }
.footer-brand, .footer-column { align-content: start; display: grid; gap: .55rem; }
.footer-brand p { color: var(--text-secondary); margin: 0; max-width: 34ch; }
.footer-column a, .footer-link-button { line-height: 1.25; }
.footer-socials { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .2rem; }
.footer-socials a {
  background: rgba(255, 250, 240, .07);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: .88rem;
  padding: .35rem .65rem;
  text-decoration: none;
}
.footer-socials a:hover { background: rgba(210, 160, 102, .12); }
.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(232, 197, 143, .16);
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-top: 1rem;
}
.footer small { color: var(--text-secondary); }
.footer-link-button { background: transparent; border: 0; color: var(--text-primary); cursor: pointer; font-weight: 400; justify-content: start; min-height: auto; padding: 0; text-align: left; text-decoration: underline; text-decoration-color: rgba(210, 160, 102, .48); width: fit-content; }
.footer-link-button:hover { color: var(--accent-hover); }
.legal { max-width: 880px; }
.legal h2, .legal h3 { margin-top: 1.4rem; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; min-width: 620px; width: 100%; }
th, td { border: 1px solid var(--border); padding: .75rem; text-align: left; }
th { background: rgba(255, 250, 240, .08); }
.sr-only { clip: rect(0 0 0 0); border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.back-to-top { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); bottom: 1rem; box-shadow: var(--shadow); color: var(--text-dark); opacity: 0; padding: .65rem .85rem; pointer-events: none; position: fixed; right: 1rem; transform: translateY(1rem); transition: opacity .18s ease, transform .18s ease; z-index: 60; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

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

@media (min-width: 760px) {
  .mobile-menu-button { display: none; }
  .mobile-cart-button { display: none; }
  .desktop-nav, .desktop-actions { align-items: center; display: flex; gap: .25rem; justify-content: center; }
  .desktop-nav a, .desktop-actions a, .desktop-actions button { border-radius: var(--radius); min-height: 44px; padding: .55rem .65rem; text-decoration: none; }
  .desktop-nav a:hover, .desktop-actions a:hover { background: rgba(255, 250, 240, .08); color: var(--accent-hover); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .hero-grid {
    grid-template-columns: minmax(300px, .92fr) minmax(340px, 500px);
    min-height: clamp(460px, calc(100svh - 170px), 590px);
  }
  .hero-poster { justify-self: end; }
  .grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-layout {
    grid-template-columns: minmax(360px, .92fr) minmax(420px, 520px);
  }
  .contact-copy {
    padding-block: 1.2rem;
  }
  .contact-form {
    padding: 1.15rem;
  }
  .campaign-band .container { grid-template-columns: .86fr 1.14fr; }
  .campaign-band.reverse .container { grid-template-columns: 1.14fr .86fr; }
  .campaign-band.reverse .campaign-copy { order: 2; }
  .shop-product-card { align-items: start; grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr); }
  .shop-products { gap: 1.35rem; }
  .shop-product-media { height: auto; }
  .shop-product-copy { gap: 1rem; padding: 1.35rem; }
  .shop-options { order: 0; }
  .shop-product-copy .cluster { order: 0; }
  .shop-description { order: 0; }
  .shop-cta { order: 0; width: fit-content; }
  .final-cta {
    grid-template-columns: 1fr auto;
  }
  .final-cta .button {
    justify-self: end;
  }
  .home-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-overview { grid-template-columns: minmax(260px, .42fr) 1fr; }
  .product-layout { gap: clamp(1rem, 2vw, 1.4rem); grid-template-columns: minmax(0, 620px) minmax(330px, 430px); justify-content: center; }
  .brownie-product-page .product-layout { grid-template-columns: minmax(0, 560px) minmax(430px, 500px); }
  .brownie-product-page .gallery { max-width: 560px; }
  .purchase-panel { position: sticky; top: 92px; }
  .purchase-panel h1 { font-size: clamp(2.35rem, 4vw, 4rem); max-width: 12ch; }
  .brownie-product-page .purchase-panel h1 { font-size: clamp(2.45rem, 3.25vw, 3.25rem); max-width: 15ch; }
  .brownie-product-page .purchase-panel .selector { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brownie-product-page .purchase-panel .select-card { align-content: start; align-items: start; grid-template-columns: auto 1fr; min-height: 104px; padding: .75rem; }
  .brownie-product-page .purchase-panel .select-card > strong { grid-column: 2; }
  .brownie-product-page .purchase-panel .popular-badge { display: inline-flex; margin-top: .35rem; }
  .selected-box-preview { align-items: center; grid-template-columns: 92px 1fr; }
  .selected-box-preview img { width: 92px; }
  .brownie-product-page .selected-box-preview { padding: .55rem; }
  .brownie-product-page .selected-box-preview img { width: 72px; }
  .brownie-product-page .purchase-panel .price { font-size: 1.72rem; }
  .brownie-product-page .purchase-panel .note { padding: .75rem; }
  .brownie-product-page .purchase-panel .button { min-height: 46px; }
  .cart-row { grid-template-columns: 220px 1fr; }
  .cart-row-compact { grid-template-columns: 1fr; }
  .drawer { border-left: 1px solid var(--border); border-radius: 0; border-top: 0; bottom: 0; box-shadow: -28px 0 70px rgba(0, 0, 0, .48); left: auto; max-height: none; max-width: 440px; right: 0; top: 0; transform: translateX(105%); width: min(94vw, 440px); }
  .drawer-backdrop.is-open .drawer { transform: translateX(0); }
  .drawer-backdrop.is-expanded .drawer { border-radius: 0; max-width: 440px; width: min(94vw, 440px); }
  .drawer-expand { display: none; }
  .drawer-header { padding: 1.1rem; }
  .drawer-header h2 { font-size: clamp(1.85rem, 6vw, 2.7rem); }
  .drawer-body { padding: 1rem; }
  .drawer-footer { gap: .65rem; padding: 1rem; }
  .drawer-empty { min-height: 250px; }
  .drawer .cart-row-compact { grid-template-columns: 82px 1fr; }
  .sticky-buy { display: none; }
}

@media (min-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .shop-section > .container { display: grid; gap: clamp(1.25rem, 3vw, 2rem); grid-template-columns: minmax(220px, .27fr) minmax(0, 1fr); }
  .shop-intro { position: sticky; top: 96px; }
  .footer-grid {
    align-items: start;
    gap: clamp(1.4rem, 3vw, 2.35rem);
    grid-template-columns: minmax(260px, 1.35fr) minmax(130px, .62fr) minmax(190px, .95fr) minmax(190px, .95fr);
  }
}

@media (max-width: 430px) {
  .quick-points { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-block: 2.4rem; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-poster { max-width: 100%; }
  .shop-product-media { aspect-ratio: 1 / 1; }
  .section { padding-block: 2.45rem; }
  .card.pad, .option-card, .review-card { padding: .9rem; }
  .shop-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .review-carousel-track { animation: none !important; }
}
