:root {
  --cream: #F6EFE2;
  --cream-deep: #EFE3CC;
  --charcoal: #241E1A;
  --charcoal-2: #171310;
  --ink: #221C17;
  --accent: #A3001C;
  --accent-dark: #7A0016;
  --gold: #D8A850;
  --ember: #BF5B1E;
  --paper: #FBF6EC;
  --line: #D8C9AC;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Barlow', 'Helvetica Neue', sans-serif; color: var(--ink); background: var(--cream); }
h1, h2, h3 { font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; letter-spacing: .5px; margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

/* Nav */
.nav { display: flex; align-items: center; justify-content: space-between; height: 112px; padding: 0 48px; background: var(--cream); border-bottom: 2px solid var(--ink); position: sticky; top: 0; z-index: 10; }
.nav__brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav__mark { width: 40px; height: 40px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.nav__mark img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.nav__mark--boxed { width: auto; height: 88px; border-radius: 10px; background: var(--paper); box-shadow: 0 0 0 2.5px var(--ink); overflow: hidden; }
.nav__mark--boxed img { width: auto; height: 100%; display: block; object-fit: contain; object-position: center; }
.nav__wordmark { display: flex; flex-direction: column; line-height: .95; min-width: 0; }
.nav__wordmark strong, .nav__wordmark span { white-space: nowrap; }
.nav__wordmark strong { font-family: 'Luckiest Guy', cursive; font-weight: 400; font-size: 27px; letter-spacing: -0.5px; color: var(--accent); -webkit-text-stroke: 1.5px var(--ink); paint-order: stroke fill; }
.brand-font { font-family: 'Luckiest Guy', cursive; font-weight: 400; color: var(--accent); -webkit-text-stroke: 1.5px var(--ink); paint-order: stroke fill; }
.nav__wordmark span { font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--ink); }
.nav__links { display: flex; align-items: center; gap: 40px; }
.nav__links a { font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.nav__cart { display: flex; align-items: center; gap: 10px; background: var(--ink); color: var(--cream); padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.nav__cart:hover { color: var(--cream); opacity: .85; }
.nav__toggle { display: none; background: none; border: none; color: var(--ink); padding: 6px; flex-shrink: 0; }
.nav__mobile { display: none; }

/* Buttons & badges */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; border: none; }
.btn--primary { background: var(--accent); color: var(--paper); }
.btn--primary:hover { background: var(--accent-dark); color: var(--paper); }
.btn--outline { border: 2px solid var(--ink); color: var(--ink); background: none; }
.btn--outline:hover { color: var(--accent); border-color: var(--accent); }
.btn--pill { border-radius: 999px; }
.link-underline { font-size: 14px; font-weight: 700; border-bottom: 2px solid var(--ink); padding-bottom: 2px; }
.link-underline:hover { border-color: var(--accent); }

.badge { padding: 8px 14px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; display: inline-block; }
.badge--dark { background: var(--ink); color: var(--cream); }
.badge--outline { border: 1.5px solid var(--accent); color: var(--accent); }
.badge--gold { background: var(--gold); color: var(--ink); }
.badge--ember { background: var(--ember); color: var(--paper); }
.badge--accent { background: var(--accent); color: var(--paper); }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 96px 48px; min-height: 640px; }
.hero__copy { display: flex; flex-direction: column; gap: 24px; max-width: 600px; min-width: 0; }
.hero__copy > * { min-width: 0; }
.hero__badges { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__copy h1 { font-size: 84px; line-height: .92; }
.hero__copy p { font-size: 19px; line-height: 1.55; opacity: .75; font-weight: 500; margin: 0; }
.hero__cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__art { position: relative; display: flex; align-items: center; justify-content: center; height: 560px; }

.hero--video { position: relative; display: flex; align-items: center; min-height: 720px; padding: 0; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__overlay { position: absolute; inset: 0; background: #000; opacity: .5; z-index: 1; }
.hero--video .hero__copy { position: relative; z-index: 2; padding: 96px 48px; min-width: 0; width: 100%; }
.hero--video .hero__copy h1 { color: var(--cream); }
.hero--video .hero__copy p { color: var(--cream); opacity: .9; }
.hero--video .badge--outline { border-color: var(--cream); color: var(--cream); }
.hero--video .link-underline { color: var(--cream); border-bottom-color: var(--cream); }
.product-photo { object-fit: cover; object-position: center 15%; box-shadow: 0 28px 56px -20px rgba(23,19,16,.45); position: relative; z-index: 1; }
.product-photo--hero { width: 340px; height: 440px; border-radius: 24px; object-position: center 28%; }
.product-photo--card { width: 100%; height: 280px; margin-top: 30px; border-radius: 12px; box-shadow: none; object-fit: contain; background: var(--cream-deep); }
.product-photo--main { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 20px; box-shadow: none; object-fit: contain; background: var(--cream-deep); }
.hero__glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--cream-deep); }

/* Bottle */
.bottle { position: relative; display: flex; flex-direction: column; align-items: center; z-index: 1; }
.bottle__cap { width: 96px; height: 26px; background: var(--ink); border-radius: 10px 10px 2px 2px; }
.bottle__neck { width: 84px; height: 28px; background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%); margin-top: -2px; }
.bottle__shoulder { width: 240px; height: 44px; margin-top: -2px; background: linear-gradient(160deg, var(--accent) 0%, var(--accent-dark) 65%, var(--accent) 100%); clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%); }
.bottle__body { position: relative; width: 240px; height: 336px; background: linear-gradient(160deg, var(--accent) 0%, var(--accent-dark) 65%, var(--accent) 100%); border-radius: 16px 16px 34px 34px; margin-top: -2px; box-shadow: 0 28px 56px -20px rgba(23,19,16,.45); overflow: hidden; }
.bottle--lg .bottle__cap { width: 128px; height: 35px; border-radius: 12px 12px 2px 2px; }
.bottle--lg .bottle__neck { width: 112px; height: 36px; }
.bottle--lg .bottle__shoulder { width: 320px; height: 58px; }
.bottle--lg .bottle__body { width: 320px; height: 422px; border-radius: 20px 20px 44px 44px; }
.bottle--sm .bottle__cap { width: 26px; height: 14px; border-radius: 4px 4px 1px 1px; }
.bottle--sm .bottle__body { width: 80px; height: 120px; border-radius: 12px 12px 16px 16px; box-shadow: none; }
.bottle--sm .bottle__label { width: 52px; height: 64px; border-width: 1.5px; }
.bottle__shine { position: absolute; top: 0; left: 20px; width: 30px; height: 100%; background: rgba(255,255,255,.15); transform: skewX(-8deg); }
.bottle__label { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 180px; height: 160px; background: var(--paper); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 10px; text-align: center; box-shadow: 0 0 0 1px var(--line); }
.bottle--lg .bottle__label { width: 230px; height: 200px; padding: 14px; }
.bottle__logo { width: 100%; height: 100%; object-fit: contain; }
.bottle__label b { font-family: 'Bebas Neue', sans-serif; font-size: 22px; line-height: .95; letter-spacing: .5px; }
.bottle--lg .bottle__label b { font-size: 30px; }
.bottle__label small { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; opacity: .6; }
.bottle__label .tbd { display: flex; align-items: center; gap: 4px; margin-top: 4px; opacity: .55; font-size: 9px; font-weight: 800; font-style: italic; }
.bottle__rule { width: 30px; height: 2px; background: var(--accent); }

/* Story */
.story { background: var(--charcoal); padding: 96px 48px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; }
.story__text { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.story__eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.story h2 { font-size: 48px; color: var(--cream); line-height: 1.05; }
.story p { font-size: 17px; line-height: 1.7; color: var(--cream); opacity: .7; font-weight: 500; margin: 0; }
.story__media img { width: 100%; height: 360px; object-fit: cover; object-position: center 75%; display: block; border-radius: 20px; box-shadow: 0 28px 56px -20px rgba(0,0,0,.6); }

/* Shop */
.shop { padding: 96px 48px; display: flex; flex-direction: column; gap: 56px; }
.shop__head { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.shop__head h2 { font-size: 48px; }
.shop__head p { margin: 0; font-size: 16px; opacity: .65; font-weight: 500; }
.shop__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.shop__grid--single { grid-template-columns: minmax(0, 380px); justify-content: center; }
.card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 40px 28px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.card--dim { background: var(--cream-deep); opacity: .6; }
.card__badge { position: absolute; top: 16px; right: 16px; font-size: 13px; padding: 10px 20px; box-shadow: 0 4px 10px -3px rgba(34,28,23,.35); }
.card h3 { font-size: 26px; }
.card p { margin: 0; font-size: 13px; opacity: .65; font-weight: 500; }
.card .price { font-size: 18px; font-weight: 800; }
.card .btn { width: 100%; }
.card__actions { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; }

.spice-meter { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px; background: var(--cream-deep); border: 1px solid var(--line); border-radius: 999px; }
.spice-meter__flames { display: flex; gap: 4px; }
.spice-meter .flame--on { color: var(--accent); filter: drop-shadow(0 1px 2px rgba(163,0,28,.35)); }
.spice-meter .flame--off { color: var(--line); }
.spice-meter__level { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; opacity: .7; }

/* Footer */
.footer { background: var(--charcoal-2); padding: 72px 48px 32px; display: flex; flex-direction: column; gap: 48px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
.footer__brand { display: flex; flex-direction: column; gap: 16px; max-width: 320px; }
.footer__brand p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--cream); opacity: .55; font-weight: 500; }
.footer__proud { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }
.footer__social { display: flex; gap: 10px; margin-top: 4px; }
.social { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(246,239,226,.25); display: flex; align-items: center; justify-content: center; }
.footer__col { display: flex; flex-direction: column; gap: 14px; }
.footer__col span.head { font-size: 12px; font-weight: 800; letter-spacing: 2px; color: var(--gold); }
.footer__col a, .footer__col p { font-size: 14px; color: var(--cream); opacity: .75; font-weight: 500; margin: 0; }
.footer__signup { display: flex; gap: 10px; }
.footer__input { flex: 1; background: rgba(246,239,226,.08); border: 1px solid rgba(246,239,226,.2); border-radius: 6px; padding: 12px 14px; font-size: 13px; color: var(--cream); }
.footer__input::placeholder { color: var(--cream); opacity: .5; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(246,239,226,.12); flex-wrap: wrap; gap: 16px; }
.footer__bottom span, .footer__bottom a { font-size: 12px; color: var(--cream); opacity: .45; font-weight: 500; }
.footer__bottom-links { display: flex; gap: 24px; align-items: center; }
.payment-badges { display: flex; gap: 8px; align-items: center; }
.payment-badge { display: flex; align-items: center; justify-content: center; width: 44px; height: 28px; border-radius: 5px; background: #fff; padding: 4px; box-shadow: 0 0 0 1px rgba(246,239,226,.25); }
.payment-badge img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* Quick Buy sidebar */
.quickbuy { position: absolute; top: 280px; right: 28px; width: 240px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 20px 40px -16px rgba(23,19,16,.25); z-index: 9; }
.quickbuy h4 { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .5px; margin: -4px 0 2px; }
.quickbuy__save { align-self: flex-start; }
.quickbuy__option { border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; }
.quickbuy__option--selected { border: 2px solid var(--accent); background: rgba(196,69,31,.05); }
.quickbuy__option-label { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.quickbuy__price { font-size: 13px; font-weight: 800; opacity: .8; }
.quickbuy__add { width: 100%; }

@media (max-width: 1300px) {
  .quickbuy { display: none; }
}

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 48px 48px 96px; align-items: start; }
.contact__intro { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.contact__intro h1 { font-size: 44px; line-height: 1.02; }
.contact__intro > p { margin: 0; font-size: 16px; line-height: 1.6; opacity: .75; font-weight: 500; max-width: 440px; }
.contact__details { display: flex; flex-direction: column; gap: 16px; margin-top: 12px; }
.contact__detail { display: flex; flex-direction: column; gap: 4px; }
.contact__label { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; opacity: .5; }
.contact__intro .social { border-color: var(--line); }
.contact__form { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; }
.field input, .field textarea { font-family: inherit; font-size: 15px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--cream); resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.contact__form .btn { width: 100%; }
.contact__form-note { margin: 0; font-size: 14px; font-weight: 700; color: var(--accent); text-align: center; }

/* Breadcrumb */
.breadcrumb { padding: 22px 48px 0; font-size: 12px; font-weight: 600; letter-spacing: .5px; opacity: .5; }
.breadcrumb strong { opacity: 1; font-weight: 700; }

/* Product */
.product { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 32px 48px 96px; align-items: start; }
.product__media { position: relative; background: var(--cream-deep); border: 1px solid var(--line); border-radius: 20px; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tbd-chip { position: absolute; top: 20px; left: 20px; display: flex; align-items: center; gap: 6px; background: var(--paper); border: 1.5px dashed var(--ink); border-radius: 999px; padding: 7px 14px; font-size: 11px; font-weight: 800; letter-spacing: 1px; font-style: italic; }
.product__details { display: flex; flex-direction: column; gap: 22px; }
.product__details h1 { font-size: 46px; line-height: 1; }
.eyebrow-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rating { display: flex; align-items: center; gap: 10px; }
.rating .stars { color: var(--gold); }
.stars { display: flex; gap: 2px; color: var(--line); }
.rating span { font-size: 13px; font-weight: 600; opacity: .6; }
.price-lg { font-size: 32px; font-weight: 800; }
.product__details > p { margin: 0; font-size: 16px; line-height: 1.6; opacity: .75; font-weight: 500; max-width: 480px; }

.purchase { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.purchase__save { position: absolute; top: -12px; right: 20px; }
.option { border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.option--selected { border: 2px solid var(--accent); background: rgba(196,69,31,.05); }
.option--plain { border: 1.5px solid var(--line); flex-direction: row; align-items: center; justify-content: space-between; }
.option__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.option__label { display: flex; align-items: center; gap: 10px; flex: 1; }
.radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.radio__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.radio--off { border-color: var(--line); }
.option__price { display: flex; align-items: baseline; gap: 6px; }
.option__price .was { font-size: 13px; text-decoration: line-through; opacity: .4; font-weight: 600; }
.option__price .now { font-size: 17px; font-weight: 800; color: var(--accent); }
.checklist { display: flex; flex-direction: column; gap: 8px; padding-left: 28px; }
.checklist div { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; opacity: .75; }
.freq { display: flex; flex-direction: column; gap: 6px; padding-left: 28px; }
.freq--flush { padding-left: 0; }
.freq__label { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; opacity: .5; }
.freq__row { display: flex; gap: 10px; }
.freq__chip { padding: 10px 16px; border-radius: 8px; text-align: center; flex: 1; cursor: pointer; border: none; font-family: inherit; }
.freq__chip--active { background: var(--ink); color: var(--paper); }
.freq__chip--inactive { border: 1.5px solid var(--line); background: none; color: var(--ink); }
.freq__chip div:first-child { font-size: 13px; font-weight: 800; }
.freq__chip div:last-child { font-size: 10px; font-weight: 600; opacity: .6; }

.purchase--simple { padding: 0; gap: 0; overflow: hidden; }
.purchase--simple .option { border: none; border-radius: 0; padding: 18px 20px; background: none; }
.purchase--simple .option--plan { flex-direction: column; align-items: flex-start; gap: 10px; }
.purchase--simple .option + .option { border-top: 1px solid var(--line); }
.purchase--simple .option--selected { background: rgba(163,0,28,.05); }
.option__plan-name { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; opacity: .55; }
.purchase__note { margin: -6px 2px 0; font-size: 13px; font-weight: 600; font-style: italic; opacity: .55; }

.purchase--compact { width: 100%; text-align: left; }
.purchase--compact .option { padding: 12px 14px; }
.purchase--compact .option__label span:last-child { font-size: 12.5px; font-weight: 700; }
.purchase--compact .option__plan-name { font-size: 9.5px; }
.purchase--compact .option__price-tag { font-size: 13px; font-weight: 800; }
.purchase--compact .radio { width: 15px; height: 15px; }
.purchase--compact .radio__dot { width: 7px; height: 7px; }

.freq--compact { width: 100%; }
.freq--compact .freq__chip { padding: 8px 10px; }
.freq--compact .freq__chip div:first-child { font-size: 12px; }

/* Reviews */
.reviews { padding: 24px 48px 96px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.reviews h2 { font-size: 40px; }
.reviews__summary { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.reviews__summary .stars { color: var(--gold); gap: 3px; }
.reviews__score { font-size: 14px; font-weight: 700; opacity: .6; }
.reviews__carousel { display: flex; align-items: center; gap: 14px; width: 100%; max-width: 1120px; margin-top: 24px; }
.reviews__arrow { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.reviews__arrow:hover { border-color: var(--accent); color: var(--accent); }
.reviews__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px; flex: 1; }
.reviews__track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; flex: 0 0 240px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 28px 22px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.review-card__quote { margin: 0; font-size: 14px; line-height: 1.6; font-weight: 500; opacity: .75; min-height: 66px; }
.review-card .stars { color: var(--gold); gap: 2px; }
.review-card .stars--dim { color: var(--line); }
.review-card--real .review-card__quote { opacity: 1; color: var(--ink); }
.review-card--real .review-card__name { opacity: 1; }
.review-card__name { font-size: 13px; font-weight: 800; display: flex; align-items: center; gap: 6px; opacity: .55; }
.review-card__product { font-size: 11px; opacity: .45; font-weight: 600; }
.reviews__tbd { margin-top: 20px; }

.buy-row { display: flex; gap: 16px; align-items: center; }
.qty { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: none; border: none; color: var(--ink); }
.qty span { width: 32px; text-align: center; font-size: 15px; font-weight: 800; }
.add-to-cart { flex: 1; border: none; }

/* Cart */
.cart-page { padding: 32px 48px 96px; display: flex; flex-direction: column; gap: 28px; }
.cart-page h1 { font-size: 42px; line-height: 1.02; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.cart-list { display: flex; flex-direction: column; gap: 16px; }
.cart-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; }
.cart-row__img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; background: var(--cream-deep); flex-shrink: 0; }
.cart-row__info { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 150px; }
.cart-row__info h3 { font-size: 17px; margin: 0; }
.cart-row__type { font-size: 10px; align-self: flex-start; }
.cart-row .qty { margin-left: auto; }
.cart-row__price { font-size: 15px; font-weight: 800; min-width: 64px; text-align: right; }
.cart-row__remove { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line); background: none; color: var(--ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-row__remove:hover { border-color: var(--accent); color: var(--accent); }

.cart-summary { position: sticky; top: 132px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.cart-summary h2 { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .5px; margin: 0; }
.cart-summary__row { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 700; }
.cart-summary__note { margin: 0; font-size: 12px; opacity: .55; font-weight: 600; text-align: center; }
.cart-summary__note[data-checkout-error] { opacity: 1; color: var(--accent); }
.cart-summary .btn { width: 100%; }

.cart-empty { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 72px 20px; text-align: center; }
.cart-empty p { margin: 0; font-size: 18px; font-weight: 700; opacity: .7; }

@media (max-width: 900px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}

@media (max-width: 900px) {
  .hero, .product, .story, .contact { grid-template-columns: 1fr; }
  .story__media { order: -1; }
  .hero__copy h1 { font-size: 56px; }
  .shop__grid, .footer__grid { grid-template-columns: 1fr; }
  .nav__links { display: none; }
  .nav__toggle { display: flex; align-items: center; justify-content: center; }
  .nav__mobile:not([hidden]) { display: flex; flex-direction: column; background: var(--cream); border-bottom: 2px solid var(--ink); padding: 8px 24px 16px; }
  .nav__mobile a { padding: 14px 2px; font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid var(--line); }
  .nav__mobile a:last-child { border-bottom: none; }
  .nav, .hero, .story, .shop, .footer, .breadcrumb, .product, .cart-page { padding-left: 24px; padding-right: 24px; }
  .hero--video .hero__copy { padding-left: 24px; padding-right: 24px; }
  .product__media { min-height: 420px; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .shop__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .nav { height: 80px; padding-left: 16px; padding-right: 16px; gap: 8px; }
  .nav__mark--boxed { height: 56px; }
  .nav__wordmark strong { font-size: 19px; }
  .nav__wordmark span { font-size: 10px; letter-spacing: 1.5px; }
  .nav__cart span { display: none; }
  .nav__cart { padding: 10px; font-size: 12px; }
  .hero--video .hero__copy, .hero--video .hero__copy p { padding-left: 16px; padding-right: 16px; }
  .hero__copy h1 { font-size: 40px; }
  .product__details h1 { font-size: 34px; }
  .product__media { min-height: 320px; }
}
