/* ============================================================
   UFF! · Shop / Product page
   "A fashion campaign that happens to sell a beverage."
   Builds on editorial.css (tokens, grain, vignette, masthead).
   ============================================================ */

/* custom chili cursor (fine pointers only) */
@media (hover: hover) and (pointer: fine) {
  .shop-cursor { cursor: none; }
  #chiliCursor { position: fixed; top: 0; left: 0; width: 30px; height: 30px; z-index: 10000; pointer-events: none;
    transform: translate(-50%, -50%) rotate(8deg); transition: opacity .3s ease, scale .2s ease; opacity: 0; will-change: transform; }
  #chiliCursor.on { opacity: 1; }
  #chiliCursor.tap { scale: 0.7; }
  a:hover ~ #chiliCursor, button:hover ~ #chiliCursor { scale: 1.3; }
}
@media (hover: none), (pointer: coarse) { #chiliCursor { display: none; } }

/* shared reveal */
.sr { opacity: 0; transform: translateY(28px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.in .sr, .sr.in { opacity: 1; transform: none; }
.sr.d1 { transition-delay: .1s; } .sr.d2 { transition-delay: .2s; } .sr.d3 { transition-delay: .3s; } .sr.d4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) { .sr { opacity: 1 !important; transform: none !important; } }

/* magnetic CTA buttons */
.btn-mag { display: inline-flex; align-items: center; gap: 12px; font-family: var(--ed-grotesk); font-weight: 600;
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; cursor: pointer;
  border-radius: 999px; padding: 17px 34px; border: 1px solid transparent; will-change: transform; transition: background .35s ease, color .35s ease, border-color .35s ease; }
.btn-mag .arr { transition: transform .4s cubic-bezier(.16,1,.3,1); }
.btn-mag:hover .arr { transform: translateX(6px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #a50f27; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-paper { background: var(--paper); color: var(--ink); }

/* ============================================================
   01, HERO
   ============================================================ */
.shop-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 120px var(--gutter) 60px; }
.shop-hero .sh-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,10,9,.82) 0%, rgba(18,10,9,.52) 52%, rgba(18,10,9,.4) 100%), linear-gradient(rgba(20,12,10,.42), rgba(20,12,10,.62)), var(--sh-img, none) center 28%/cover no-repeat; }
.shop-hero .sh-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 90% at 30% 50%, transparent 30%, rgba(20,10,9,.55) 120%); }
.shop-hero .sh-grid { position: relative; z-index: 3; width: 100%; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(24px,4vw,64px); align-items: center; }
.shop-hero .sh-copy { color: var(--paper); }
.shop-hero .sh-eyebrow { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: #f0d2b0; }
.shop-hero h1 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(48px,8vw,120px); line-height: 0.9; letter-spacing: -0.02em; margin: 16px 0 0; }
.shop-hero h1 .it { font-style: italic; }
.shop-hero h1 .rd { color: #ff6a4d; font-style: italic; }
.shop-hero .sh-sub { font-family: var(--ed-italic); font-style: italic; font-size: clamp(20px,2.3vw,30px); line-height: 1.3; color: #f6ead6; margin: 24px 0 0; max-width: 22ch; }
.shop-hero .sh-sub span { display: block; }
.shop-hero .sh-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; align-items: center; }
.shop-hero .sh-price { display: flex; gap: 26px; margin-top: 26px; }
.shop-hero .sh-price .pr { font-family: var(--ed-grotesk); color: #e7dccb; font-size: 13px; letter-spacing: 0.04em; }
.shop-hero .sh-price .pr b { display: block; font-family: var(--ed-serif); font-size: 26px; font-weight: 500; color: var(--paper); letter-spacing: 0; }
/* floating can, framed editorial product plate (asset has a white studio bg) */
.shop-hero .sh-can { position: relative; z-index: 3; display: flex; justify-content: center; align-items: center; }
.shop-hero .sh-plate { position: relative; margin: 0; background: #fff; padding: 14px; border-radius: 3px; box-shadow: 0 50px 84px rgba(0,0,0,.55); max-width: min(46vw, 520px); will-change: transform; animation: canFloat 7s ease-in-out infinite; }
.shop-hero .sh-plate img { display: block; width: 100%; border-radius: 2px; }
.shop-hero .sh-plate figcaption { display: flex; justify-content: space-between; font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8b8175; padding: 12px 4px 4px; }
@keyframes canFloat { 0%,100% { transform: translateY(-10px) rotate(-1.5deg); } 50% { transform: translateY(14px) rotate(1.5deg); } }
.shop-hero .floatchili { position: absolute; pointer-events: none; filter: drop-shadow(0 14px 22px rgba(0,0,0,.4)); }
.shop-scrollcue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 4; color: var(--paper); font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; opacity: .85; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.shop-scrollcue .ln { width: 1px; height: 40px; background: linear-gradient(var(--paper), transparent); animation: cuePulse 2s ease-in-out infinite; }
@keyframes cuePulse { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   02, THE MANY LIVES (horizontal scroll)
   ============================================================ */
.lives { position: relative; background: var(--ink); color: var(--paper); }
.lives-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.lives-head { position: absolute; top: clamp(40px,7vh,80px); left: var(--gutter); right: var(--gutter); z-index: 4; display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px; }
.lives-head .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: #f0d2b0; }
.lives-head h2 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(30px,4.4vw,64px); line-height: 0.94; margin: 0; }
.lives-head h2 .it { font-style: italic; color: #ff8a6a; }
.lives-head .count { font-family: var(--ed-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--mute); }
.lives-track { display: flex; gap: clamp(20px,2.4vw,40px); padding: 0 var(--gutter); will-change: transform; }
.life-card { position: relative; flex: none; width: min(74vw, 460px); }
.life-card .lc-photo { position: relative; height: min(58vh, 560px); overflow: hidden; background: #2a211c; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.life-card .lc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.life-card:hover .lc-photo img { transform: scale(1.06); }
.life-card .lc-no { position: absolute; top: 16px; left: 18px; font-family: var(--ed-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--paper); mix-blend-mode: difference; }
.life-card .lc-tag { position: absolute; bottom: 16px; left: 18px; right: 18px; font-family: var(--ed-grotesk); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #f0d2b0; }
.life-card h3 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(26px,3vw,40px); line-height: 1; margin: 20px 0 10px; }
.life-card h3 .it { font-style: italic; }
.life-card p { font-family: var(--ed-italic); font-style: italic; font-size: clamp(16px,1.5vw,20px); line-height: 1.4; color: #cfc4b4; margin: 0; max-width: 30ch; }
.lives-progress { position: absolute; bottom: clamp(28px,5vh,54px); left: var(--gutter); right: var(--gutter); height: 2px; background: rgba(255,255,255,0.16); z-index: 4; }
.lives-progress .bar { height: 100%; width: 18%; background: var(--red); transition: width .15s linear; }

/* ============================================================
   03, FLAVOR EXPERIENCE (ingredient hotspots)
   ============================================================ */
.flavor-x { position: relative; background: linear-gradient(180deg, var(--ink), #2a0f15 60%, var(--maroon)); color: var(--paper); padding: clamp(80px,12vh,150px) var(--gutter); overflow: hidden; }
.flavor-x .fx-head { max-width: 1180px; margin: 0 auto clamp(40px,6vh,68px); text-align: center; }
.flavor-x .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: #f0d2b0; }
.flavor-x h2 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(34px,5.4vw,86px); line-height: 0.94; margin: 12px 0 0; }
.flavor-x h2 .it { font-style: italic; color: #ff8a6a; }
.flavor-x .fx-sub { font-family: var(--ed-italic); font-style: italic; font-size: clamp(17px,1.8vw,22px); color: #e7dccb; opacity: .9; margin: 14px auto 0; max-width: 44ch; }
.fx-stage { position: relative; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(28px,5vw,72px); align-items: center; }
.fx-plate { position: relative; display: flex; justify-content: center; }
.fx-card { position: relative; z-index: 3; margin: 0; background: #fff; padding: 14px; border-radius: 3px; box-shadow: 0 44px 70px rgba(0,0,0,.5); max-width: 460px; will-change: transform; }
.fx-card img { display: block; width: 100%; border-radius: 2px; }
.fx-card figcaption { font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8b8175; padding: 12px 4px 4px; }
.fx-motif { position: absolute; pointer-events: none; opacity: 0; transition: opacity .8s ease, transform .8s ease; z-index: 2; }
.fx-motif.show { opacity: .92; transform: translateY(-6px) scale(1.05); }
.fx-side { position: relative; }
.fx-list { display: flex; flex-direction: column; gap: 8px; }
.fx-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; width: 100%; text-align: left; cursor: pointer; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.18); border-left: 3px solid transparent; border-radius: 4px; color: var(--paper); padding: 15px 18px; transition: background .3s ease, border-color .3s ease, padding-left .3s ease; }
.fx-row:hover { background: rgba(255,255,255,.1); padding-left: 24px; }
.fx-row.active { background: rgba(255,255,255,.12); border-left-color: #ff8a6a; }
.fx-row .fr-nm { font-family: var(--ed-serif); font-size: clamp(22px,2.6vw,32px); line-height: 1; }
.fx-row.active .fr-nm { color: #ff8a6a; }
.fx-row .fr-dev { font-family: var(--ed-italic); font-style: italic; font-size: 18px; color: #cfae8f; }
.fx-detail { margin-top: 20px; padding: 22px 24px; background: #fbf3e6; color: var(--ink); border-radius: 4px; box-shadow: 0 22px 48px rgba(0,0,0,.34); }
.fx-detail .nm { font-family: var(--ed-serif); font-weight: 600; font-size: 28px; line-height: 1; }
.fx-detail .nm .dev { font-style: italic; font-size: 0.6em; color: #c9a98a; margin-left: 8px; }
.fx-detail .ds { font-family: var(--ed-italic); font-style: italic; font-size: 19px; line-height: 1.35; color: #3a342c; margin-top: 8px; }
.fx-detail .pc { font-family: var(--ed-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-top: 10px; }
.fx-hint { text-align: center; font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #cfc4b4; opacity: .7; margin-top: 24px; }
@media (max-width: 820px) { .fx-stage { grid-template-columns: 1fr; } }

/* ways-to-pour recipe cards (hover/focus reveal) */
.recipe { position: relative; min-height: 200px; border-radius: 4px; overflow: hidden; background: var(--ink); color: var(--paper); cursor: pointer; outline: none; box-shadow: 0 16px 36px rgba(26,15,12,.16); }
.recipe .rc-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 22px 26px; transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1); }
.recipe .rc-no { font-family: var(--ed-mono); font-size: 12px; letter-spacing: 0.12em; color: #f0d2b0; }
.recipe .rc-name { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(22px,2.4vw,30px); line-height: 1; }
.recipe .rc-back { position: absolute; inset: 0; display: flex; align-items: center; padding: 24px; background: var(--red); opacity: 0; transform: translateY(12px); transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1); }
.recipe .rc-back p { font-family: var(--ed-italic); font-style: italic; font-size: clamp(17px,1.7vw,21px); line-height: 1.35; margin: 0; text-align: left; }
.recipe:hover .rc-face, .recipe:focus .rc-face { opacity: 0; transform: translateY(-10px); }
.recipe:hover .rc-back, .recipe:focus .rc-back { opacity: 1; transform: none; }

/* ============================================================
   04, THE SIX TASTES (editorial panels)
   ============================================================ */
.tastes-intro { text-align: center; padding: clamp(80px,13vh,170px) var(--gutter) clamp(30px,5vh,60px); background: var(--paper); }
.tastes-intro .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--red); }
.tastes-intro h2 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(44px,8vw,128px); line-height: 0.88; letter-spacing: -0.02em; margin: 14px 0 0; color: var(--ink); }
.tastes-intro h2 .it { font-style: italic; }
.taste-panel { position: relative; min-height: 88vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(20px,4vw,64px); padding: clamp(48px,8vh,110px) var(--gutter); overflow: hidden; }
.taste-panel:nth-child(even) { direction: rtl; }
.taste-panel:nth-child(even) > * { direction: ltr; }
.taste-panel .tp-type { position: relative; }
.taste-panel .tp-no { font-family: var(--ed-mono); font-size: 13px; letter-spacing: 0.2em; color: var(--tp-c); }
.taste-panel .tp-deva { position: absolute; top: -8%; left: -2%; font-family: var(--ed-serif); font-size: clamp(140px,22vw,340px); line-height: 1; color: var(--tp-c); opacity: 0.1; pointer-events: none; z-index: 0; }
.taste-panel h3 { position: relative; z-index: 1; font-family: var(--ed-serif); font-weight: 500; font-size: clamp(56px,11vw,150px); line-height: 0.9; letter-spacing: -0.02em; margin: 8px 0 0; color: var(--ink); }
.taste-panel h3 .sa { display: block; font-style: italic; font-size: 0.32em; color: var(--tp-c); letter-spacing: 0; margin-top: 10px; }
.taste-panel .tp-desc { font-family: var(--ed-italic); font-style: italic; font-size: clamp(19px,2.1vw,28px); line-height: 1.4; color: #3a342c; max-width: 32ch; margin: 0 0 22px; }
.taste-panel .tp-ings { display: flex; flex-wrap: wrap; gap: 9px; }
.taste-panel .tp-ings span { font-family: var(--ed-grotesk); font-size: 12px; letter-spacing: 0.06em; color: var(--ink); border: 1px solid var(--rule); border-radius: 999px; padding: 8px 15px; }
.taste-panel .tp-bar { position: absolute; top: 0; bottom: 0; left: 0; width: 6px; background: var(--tp-c); }
@media (max-width: 820px) {
  .taste-panel { grid-template-columns: 1fr; min-height: auto; gap: 24px; }
  .taste-panel:nth-child(even) { direction: ltr; }
}

/* ============================================================
   05, FOUNDER NOTE
   ============================================================ */
.founder-note { position: relative; background: var(--paper-deep); padding: clamp(80px,12vh,160px) var(--gutter); }
.founder-note .fn-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(32px,6vw,90px); align-items: center; }
.founder-note .fn-photo { position: relative; height: clamp(420px,72vh,720px); overflow: hidden; box-shadow: 0 36px 80px rgba(0,0,0,.24); }
.founder-note .fn-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.founder-note .fn-photo .stamp { position: absolute; bottom: 16px; left: 16px; font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper); border: 1px solid rgba(255,255,255,.5); padding: 7px 13px; border-radius: 999px; }
.founder-note .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--red); }
.founder-note h2 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(34px,5vw,72px); line-height: 0.96; margin: 12px 0 22px; color: var(--ink); }
.founder-note h2 .it { font-style: italic; }
.founder-note p { font-family: var(--ed-grotesk); font-size: 16px; line-height: 1.75; color: #3a342c; max-width: 46ch; margin: 0 0 16px; }
.founder-note .fn-lead { font-family: var(--ed-italic); font-style: italic; font-size: clamp(20px,2.2vw,27px); line-height: 1.42; color: var(--ink); }
.founder-note .fn-sig { font-family: var(--ed-italic); font-style: italic; font-size: 30px; color: var(--maroon); transform: rotate(-4deg); display: inline-block; margin-top: 10px; }
@media (max-width: 820px) { .founder-note .fn-inner { grid-template-columns: 1fr; } .founder-note .fn-photo { height: 56vh; } }

/* ============================================================
   06, TESTIMONIALS (pull quotes)
   ============================================================ */
.says { position: relative; background: var(--ink); color: var(--paper); padding: clamp(70px,11vh,150px) var(--gutter); overflow: hidden; }
.says .kk { text-align: center; font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: #f0d2b0; margin-bottom: clamp(40px,7vh,80px); }
.says-row { max-width: 1180px; margin: 0 auto; display: grid; gap: clamp(50px,9vh,110px); }
.say { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px,4vw,56px); align-items: center; }
.say:nth-child(even) { grid-template-columns: 1fr auto; }
.say:nth-child(even) .say-photo { order: 2; }
.say-photo { width: clamp(150px,20vw,260px); height: clamp(190px,26vw,330px); overflow: hidden; flex: none; box-shadow: 0 26px 56px rgba(0,0,0,.4); }
.say-photo img { width: 100%; height: 100%; object-fit: cover; }
.say blockquote { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(28px,4.4vw,64px); line-height: 1.04; letter-spacing: -0.01em; margin: 0; }
.say blockquote .it { font-style: italic; color: #ff8a6a; }
.say cite { display: block; font-family: var(--ed-grotesk); font-style: normal; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute); margin-top: 18px; }
@media (max-width: 720px) {
  .say, .say:nth-child(even) { grid-template-columns: 1fr; }
  .say:nth-child(even) .say-photo { order: 0; }
  .say-photo { width: 60vw; height: 70vw; }
}

/* ============================================================
   07, PRODUCT / RESERVE
   ============================================================ */
.product { position: relative; background: var(--paper); padding: clamp(70px,11vh,150px) var(--gutter); }
.product .pr-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,84px); align-items: center; }
.product .pr-stage { position: relative; overflow: hidden; min-height: clamp(380px,48vw,580px); border-radius: 3px; background: #fff; box-shadow: 0 30px 64px rgba(26,15,12,.2); }
.product .pr-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product .pr-stage .pr-cap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; display: flex; justify-content: space-between; padding: 16px 18px; background: linear-gradient(transparent, rgba(20,12,10,.55)); color: var(--paper); font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.product .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--red); }
.product h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(40px,6vw,80px); line-height: 0.92; letter-spacing: -0.02em; margin: 10px 0 6px; color: var(--ink); }
.product h2 .it { font-style: italic; }
.product .pr-tag { font-family: var(--ed-italic); font-style: italic; font-size: clamp(18px,2vw,24px); color: var(--ink); margin: 0 0 24px; }
/* pack selector */
.pack-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pack { text-align: left; cursor: pointer; background: #fff; border: 1.5px solid var(--rule); border-radius: 6px; padding: 18px 20px; transition: border-color .3s ease, box-shadow .3s ease, transform .2s ease; }
.pack:hover { border-color: var(--ink); }
.pack.active { border-color: var(--red); box-shadow: 0 10px 30px rgba(197,18,48,.14); }
.pack .pk-name { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }
.pack .pk-price { font-family: var(--ed-serif); font-weight: 500; font-size: 34px; color: var(--ink); margin-top: 6px; }
.pack .pk-each { font-family: var(--ed-grotesk); font-size: 12px; color: var(--mute); margin-top: 2px; }
.pack .pk-save { display: inline-block; margin-top: 8px; font-family: var(--ed-grotesk); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); }
.reserve-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.reserve-row input { flex: 1 1 220px; min-width: 0; padding: 16px 18px; border: 1.5px solid var(--rule); background: #fff; border-radius: 6px; font-family: var(--ed-grotesk); font-size: 14px; color: var(--ink); outline: none; }
.reserve-row input:focus { border-color: var(--ink); }
.pr-note { font-family: var(--ed-grotesk); font-size: 12px; color: var(--mute); margin-top: 14px; }
/* callouts */
.callouts { display: flex; flex-wrap: wrap; gap: 22px 30px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--rule); }
.callouts .co { font-family: var(--ed-grotesk); }
.callouts .co b { display: block; font-family: var(--ed-serif); font-weight: 500; font-size: 26px; color: var(--ink); }
.callouts .co span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }
@media (max-width: 820px) { .product .pr-inner { grid-template-columns: 1fr; } }

/* ============================================================
   08, FINAL CTA
   ============================================================ */
.final-cta { position: relative; min-height: 92vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: var(--maroon); color: var(--paper); padding: clamp(60px,10vh,140px) var(--gutter); overflow: hidden; }
.final-cta .fc-chili { position: absolute; pointer-events: none; opacity: .9; filter: drop-shadow(0 16px 26px rgba(0,0,0,.4)); }
.final-cta h2 { position: relative; z-index: 2; font-family: var(--ed-serif); font-weight: 500; font-size: clamp(48px,11vw,170px); line-height: 0.86; letter-spacing: -0.02em; margin: 0; }
.final-cta h2 .it { font-style: italic; color: #ff8a6a; }
.final-cta .fc-sub { position: relative; z-index: 2; font-family: var(--ed-italic); font-style: italic; font-size: clamp(20px,2.3vw,30px); margin: 26px 0 34px; opacity: .92; }
.final-cta .btn-mag { position: relative; z-index: 2; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); padding: clamp(60px,10vh,130px) var(--gutter) clamp(70px,12vh,160px); }
.faq-inner { max-width: 880px; margin: 0 auto; }
.faq .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--red); }
.faq h2 { font-family: var(--ed-serif); font-weight: 400; font-size: clamp(36px,6vw,84px); line-height: 0.92; letter-spacing: -0.02em; color: var(--ink); margin: 12px 0 clamp(30px,5vh,50px); }
.faq h2 .it { font-style: italic; }
.faq-item { border-top: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-family: var(--ed-serif); font-weight: 500; font-size: clamp(20px,2.4vw,30px); line-height: 1.1; color: var(--ink); transition: color .3s ease; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--red); }
.faq-item summary .ic { flex: none; font-family: var(--ed-grotesk); font-weight: 400; font-size: 28px; line-height: 1; color: var(--red); transition: transform .35s cubic-bezier(.16,1,.3,1); }
.faq-item[open] summary .ic { transform: rotate(45deg); }
.faq-item .ans { padding: 0 0 26px; font-family: var(--ed-grotesk); font-size: 16px; line-height: 1.7; color: #3a342c; max-width: 62ch; }
.faq-item .ans strong { font-weight: 600; color: var(--ink); }
.faq-item .ans .aside { font-family: var(--ed-italic); font-style: italic; }

/* footer */
.shop-foot { background: var(--ink); color: var(--paper); padding: clamp(40px,7vh,80px) var(--gutter); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.shop-foot img { height: 30px; }
.shop-foot .links { display: flex; gap: 22px; flex-wrap: wrap; }
.shop-foot a { font-family: var(--ed-grotesk); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper); text-decoration: none; opacity: .8; }
.shop-foot a:hover { opacity: 1; }

@media (max-width: 820px) {
  .shop-hero .sh-grid { grid-template-columns: 1fr; text-align: center; }
  .shop-hero .sh-can { order: -1; margin-bottom: 20px; }
  .shop-hero .sh-sub { margin-left: auto; margin-right: auto; }
  .shop-hero .sh-cta, .shop-hero .sh-price { justify-content: center; }
}

/* ============================================================
   PDP, product detail (Shopify-style, UFF! editorial)
   ============================================================ */
.pdp { background: var(--paper); padding: clamp(104px,14vh,150px) var(--gutter) clamp(50px,8vh,90px); }
.pdp-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(30px,5vw,72px); align-items: start; }

/* gallery */
.pdp-gallery { position: sticky; top: 96px; }
.pg-main { position: relative; background: #fff; padding: 16px; border-radius: 3px; box-shadow: 0 40px 74px rgba(26,15,12,.2); }
.pg-main img { display: block; width: 100%; height: clamp(360px,52vh,600px); object-fit: cover; border-radius: 2px; }
.pg-flag { position: absolute; top: 26px; left: 26px; white-space: nowrap; background: var(--red); color: #fff; font-family: var(--ed-grotesk); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.pg-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.pg-thumb { padding: 0; border: 1.5px solid var(--rule); border-radius: 4px; overflow: hidden; cursor: pointer; background: #fff; aspect-ratio: 1/1; transition: border-color .25s ease; }
.pg-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pg-thumb.active { border-color: var(--red); }

/* buy box */
.pdp-buy { --accent: #d98324; }
.pb-eyebrow { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.pb-title { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(40px,6vw,76px); line-height: .92; letter-spacing: -.02em; color: var(--ink); margin: 12px 0 0; }
.pb-rating { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.pb-rating .stars { color: var(--accent); font-size: 17px; letter-spacing: 2px; }
.pb-rating .rtext { font-family: var(--ed-grotesk); font-size: 12px; letter-spacing: .04em; color: var(--mute); }
.pb-tag { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-style: italic; font-size: clamp(20px,2.1vw,27px); line-height: 1.4; color: var(--ink); margin: 18px 0 0; }

.pb-block { margin-top: clamp(24px,3.4vh,34px); }
.pb-label { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.pb-chosen { color: var(--mute); font-weight: 500; margin-left: 6px; }

/* flavor swatches */
.pb-flavors { display: flex; flex-wrap: wrap; gap: 10px; }
.flavor-sw { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; background: #fff; border: 1.5px solid var(--rule); border-radius: 999px; padding: 8px 15px 8px 9px; transition: border-color .25s ease, box-shadow .25s ease; }
.flavor-sw span { width: 20px; height: 20px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px rgba(0,0,0,.12); }
.flavor-sw em { font-family: var(--ed-grotesk); font-style: normal; font-size: 12.5px; letter-spacing: .02em; color: var(--ink); }
.flavor-sw:hover { border-color: var(--ink); }
.flavor-sw.active { border-color: var(--c); box-shadow: 0 6px 18px rgba(0,0,0,.09); }

/* purchase mode */
.buy-modes { display: flex; flex-direction: column; gap: 10px; }
.buy-mode { display: flex; align-items: center; gap: 14px; text-align: left; cursor: pointer; background: #fff; border: 1.5px solid var(--rule); border-radius: 8px; padding: 16px 18px; transition: border-color .25s ease, box-shadow .25s ease; }
.buy-mode:hover { border-color: var(--ink); }
.buy-mode.active { border-color: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.bm-radio { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--rule); position: relative; transition: border-color .25s ease; }
.buy-mode.active .bm-radio { border-color: var(--accent); }
.buy-mode.active .bm-radio::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--accent); }
.bm-body { flex: 1 1 auto; }
.bm-name { display: block; font-family: var(--ed-grotesk); font-weight: 600; font-size: 14px; letter-spacing: .02em; color: var(--ink); }
.bm-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; margin-left: 6px; vertical-align: middle; }
.bm-sub { display: block; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--mute); margin-top: 3px; }
.bm-price { flex: none; font-family: var(--ed-serif); font-weight: 500; font-size: 24px; color: var(--ink); }
.buy-cadence { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 12px 16px; background: #fff; border: 1.5px solid var(--rule); border-radius: 8px; }
.buy-cadence label { font-family: var(--ed-grotesk); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.buy-cadence select { font-family: var(--ed-grotesk); font-size: 14px; color: var(--ink); border: none; background: transparent; padding: 4px 6px; cursor: pointer; outline: none; }

/* size tiers */
.buy-sizes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.size-tier { position: relative; text-align: left; cursor: pointer; background: #fff; border: 1.5px solid var(--rule); border-radius: 8px; padding: 16px 16px 14px; transition: border-color .25s ease, box-shadow .25s ease; }
.size-tier:hover { border-color: var(--ink); }
.size-tier.active { border-color: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.09); }
.st-badge { position: absolute; top: -9px; left: 12px; background: var(--ink); color: var(--paper); font-family: var(--ed-grotesk); font-size: 9.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.st-badge.alt { background: var(--red); }
.st-name { display: block; font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.st-price { display: block; font-family: var(--ed-serif); font-weight: 500; font-size: 30px; color: var(--ink); margin-top: 5px; line-height: 1; }
.st-each { display: block; font-family: var(--ed-grotesk); font-size: 11px; color: var(--mute); margin-top: 5px; }

/* qty + add */
.buy-actions { display: flex; gap: 12px; margin-top: clamp(24px,3.4vh,34px); }
.qty { flex: none; display: flex; align-items: center; border: 1.5px solid var(--rule); border-radius: 999px; background: #fff; overflow: hidden; }
.qty-btn { width: 46px; height: 56px; border: none; background: transparent; cursor: pointer; font-size: 22px; color: var(--ink); font-family: var(--ed-serif); line-height: 1; }
.qty-btn:hover { color: var(--red); }
.qty input { width: 40px; height: 56px; border: none; text-align: center; font-family: var(--ed-grotesk); font-size: 16px; color: var(--ink); background: transparent; outline: none; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.add-bag { flex: 1 1 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--red); color: #fff; border: none; border-radius: 999px; padding: 0 28px; height: 56px; cursor: pointer; }
.add-bag .ab-label { font-family: var(--ed-grotesk); font-weight: 600; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.add-bag .ab-price { font-family: var(--ed-serif); font-weight: 500; font-size: 20px; }
.add-bag:hover { background: #a50f27; }
.buy-alt { display: inline-block; margin-top: 14px; font-family: var(--ed-grotesk); font-size: 12.5px; letter-spacing: .04em; color: var(--red); text-decoration: none; border-bottom: 1px solid transparent; }
.buy-alt:hover { border-bottom-color: var(--red); }
.buy-trust { font-family: var(--ed-grotesk); font-size: 12px; line-height: 1.6; color: var(--mute); margin: 12px 0 0; }

/* benefits */
.benefits { list-style: none; margin: clamp(24px,3.4vh,32px) 0 0; padding: clamp(22px,3vh,28px) 0 0; border-top: 1px solid var(--rule); display: grid; gap: 16px; }
.benefits li { display: block; padding-left: 22px; position: relative; }
.benefits li::before { content: ''; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.benefits .b-t { display: block; font-family: var(--ed-grotesk); font-weight: 600; font-size: 14px; letter-spacing: .02em; color: var(--ink); }
.benefits .b-d { display: block; font-family: 'Cormorant Garamond', serif; font-size: 18px; line-height: 1.4; color: #4a423a; margin-top: 2px; }

/* accordions */
.acc { margin-top: clamp(22px,3vh,30px); }
.acc-item { border-top: 1px solid var(--rule); }
.acc-item:last-child { border-bottom: 1px solid var(--rule); }
.acc-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; font-family: var(--ed-serif); font-weight: 500; font-size: clamp(18px,2vw,22px); color: var(--ink); }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary:hover { color: var(--red); }
.acc-item summary .ic { flex: none; font-family: var(--ed-grotesk); font-size: 24px; color: var(--red); transition: transform .35s cubic-bezier(.16,1,.3,1); }
.acc-item[open] summary .ic { transform: rotate(45deg); }
.acc-item .acc-body { padding: 0 0 22px; font-family: 'Cormorant Garamond', serif; font-size: 19px; line-height: 1.5; color: #3a342c; max-width: 54ch; }

@media (max-width: 900px) {
  .pdp-inner { grid-template-columns: 1fr; gap: 28px; }
  .pdp-gallery { position: static; }
  .pg-main img { height: clamp(340px,60vw,520px); }
}

/* ============================================================
   CHIP MARQUEE
   ============================================================ */
.chips { background: var(--ink); color: var(--paper); overflow: hidden; padding: 16px 0; }
.chips-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: chipScroll 34s linear infinite; }
.chips span { font-family: var(--ed-serif); font-style: italic; font-size: clamp(20px,2.4vw,30px); white-space: nowrap; }
.chips i { color: var(--red); font-style: normal; font-size: 14px; }
@keyframes chipScroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .chips-track { animation: none; } }

/* ============================================================
   STATEMENT
   ============================================================ */
.statement { background: var(--paper); padding: clamp(70px,12vh,150px) var(--gutter); }
.statement-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.statement .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.statement h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(40px,7vw,104px); line-height: .92; letter-spacing: -.02em; color: var(--ink); margin: 14px 0 0; }
.statement h2 .it { font-style: italic; }
.statement p { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-size: clamp(20px,2.2vw,27px); line-height: 1.5; color: #3a342c; max-width: 60ch; margin: 24px auto 0; }

/* ============================================================
   WHAT'S INSIDE
   ============================================================ */
.inside { background: var(--paper-deep); padding: clamp(70px,11vh,150px) var(--gutter); }
.inside-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px,6vw,84px); align-items: center; }
.inside-photo { height: clamp(360px,60vh,600px); overflow: hidden; border-radius: 3px; box-shadow: 0 34px 70px rgba(26,15,12,.22); }
.inside-photo img { width: 100%; height: 100%; object-fit: cover; }
.inside .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.inside-copy h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(34px,5vw,72px); line-height: .94; letter-spacing: -.02em; color: var(--ink); margin: 12px 0 0; }
.inside-copy h2 .it { font-style: italic; }
.inside-lead { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-style: italic; font-size: clamp(19px,2vw,25px); line-height: 1.45; color: var(--ink); margin: 18px 0 0; max-width: 44ch; }
.ing-list { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 24px 0 0; }
.ing-list li { font-family: var(--ed-grotesk); font-size: 12.5px; letter-spacing: .02em; color: var(--ink); border: 1px solid var(--rule); border-radius: 999px; padding: 8px 15px; background: #fff; }
.ing-full { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-size: clamp(18px,1.9vw,23px); line-height: 1.6; color: var(--ink); margin: 22px 0 0; max-width: 54ch; }
.inside-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--rule); }
.inside-facts .fact b { display: block; font-family: var(--ed-serif); font-weight: 500; font-size: clamp(26px,3vw,36px); color: var(--red); line-height: 1; }
.inside-facts .fact span { display: block; font-family: var(--ed-grotesk); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); margin-top: 7px; }
@media (max-width: 820px) { .inside-inner { grid-template-columns: 1fr; } .inside-photo { height: 52vh; } .inside-facts { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   MAKE IT A PARTY (bundles)
   ============================================================ */
.party { background: var(--paper); padding: clamp(70px,11vh,150px) var(--gutter); }
.party-head { max-width: 1180px; margin: 0 auto clamp(32px,5vh,56px); text-align: center; }
.party-head .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.party-head h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(36px,6vw,86px); line-height: .92; letter-spacing: -.02em; color: var(--ink); margin: 12px 0 0; }
.party-head h2 .it { font-style: italic; }
.party-head p { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-style: italic; font-size: clamp(18px,2vw,24px); color: var(--mute); margin: 12px auto 0; max-width: 46ch; }
.party-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px,2.4vw,30px); }
.bundle { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 20px 46px rgba(26,15,12,.12); display: flex; flex-direction: column; }
.bd-photo { height: 300px; overflow: hidden; }
.bd-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.bundle:hover .bd-photo img { transform: scale(1.05); }
.bd-body { padding: 24px 24px 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
.bd-body h3 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(24px,2.6vw,30px); line-height: 1; color: var(--ink); margin: 0; }
.bd-body p { font-family: 'Cormorant Garamond', serif; font-size: 18px; line-height: 1.4; color: #4a423a; margin: 10px 0 0; flex: 1 1 auto; }
.bd-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.bd-price { font-family: var(--ed-serif); font-weight: 500; font-size: 26px; color: var(--ink); }
.bd-add { font-family: var(--ed-grotesk); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: var(--ink); border: none; border-radius: 999px; padding: 12px 20px; cursor: pointer; transition: background .3s ease; }
.bd-add:hover { background: var(--red); }
@media (max-width: 860px) { .party-grid { grid-template-columns: 1fr; max-width: 460px; } }

/* ============================================================
   EARLY WORD (reviews)
   ============================================================ */
.earlyword { background: var(--paper); color: var(--ink); padding: clamp(70px,11vh,150px) var(--gutter); border-top: 1px solid var(--rule); }
.ew-head { max-width: 1180px; margin: 0 auto clamp(34px,5vh,56px); text-align: center; }
.ew-head .kk { font-family: var(--ed-grotesk); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.ew-head h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(36px,6vw,86px); line-height: .92; letter-spacing: -.02em; color: var(--ink); margin: 12px 0 0; }
.ew-head h2 .it { font-style: italic; color: var(--red); }
.ew-note { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(16px,1.8vw,21px); color: var(--mute); margin: 14px auto 0; max-width: 52ch; }
.ew-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px,2.4vw,30px); }
.ew-quote { background: #fff; border: 1px solid var(--rule); border-radius: 6px; padding: 28px 26px; margin: 0; box-shadow: 0 16px 38px rgba(26,15,12,.08); }
.ew-quote .stars { color: #d98324; font-size: 15px; letter-spacing: 2px; }
.ew-quote p { font-family: var(--ed-serif); font-style: italic; font-weight: 400; font-size: clamp(19px,2vw,24px); line-height: 1.34; color: var(--ink); margin: 14px 0 0; }
.ew-quote cite { display: block; font-family: var(--ed-grotesk); font-style: normal; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); margin-top: 18px; }
@media (max-width: 860px) { .ew-grid { grid-template-columns: 1fr; max-width: 520px; } }

/* ============================================================
   LEARN (education)
   ============================================================ */
.learn { background: var(--paper); padding: clamp(64px,10vh,130px) var(--gutter); }
.learn-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px,4vw,60px); }
.learn-col h3 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(23px,2.6vw,30px); line-height: 1.04; color: var(--ink); margin: 0 0 12px; padding-top: 20px; border-top: 2px solid var(--red); }
.learn-col p { font-family: 'Cormorant Garamond', var(--ed-serif), serif; font-size: clamp(17px,1.7vw,21px); line-height: 1.5; color: #3a342c; margin: 0; }
@media (max-width: 820px) { .learn-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.news { background: var(--maroon); color: var(--paper); padding: clamp(64px,10vh,130px) var(--gutter); text-align: center; }
.news-inner { max-width: 720px; margin: 0 auto; }
.news h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(34px,6vw,72px); line-height: .94; letter-spacing: -.02em; margin: 0; }
.news h2 .it { font-style: italic; color: #ff8a6a; }
.news p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(17px,1.9vw,22px); color: #f0e2d0; margin: 16px 0 26px; }
.news-form { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.news-form input { flex: 1 1 240px; min-width: 0; padding: 16px 18px; border: 1.5px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); border-radius: 999px; font-family: var(--ed-grotesk); font-size: 14px; color: #fff; outline: none; }
.news-form input::placeholder { color: rgba(255,255,255,.55); }
.news-form input:focus { border-color: #fff; }

/* ============================================================
   ADD-TO-BAG TOAST
   ============================================================ */
.bag-toast { position: fixed; right: 22px; bottom: 22px; z-index: 9000; width: min(340px, calc(100vw - 44px)); background: #fff; border-radius: 8px; box-shadow: 0 30px 70px rgba(26,15,12,.34); padding: 20px 22px; transform: translateY(24px); opacity: 0; pointer-events: none; transition: transform .5s cubic-bezier(.16,1,.3,1), opacity .4s ease; border-top: 4px solid var(--red); }
.bag-toast.show { transform: none; opacity: 1; pointer-events: auto; }
.bt-row { display: flex; align-items: center; justify-content: space-between; }
.bt-title { font-family: var(--ed-grotesk); font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.bt-close { background: none; border: none; font-size: 22px; line-height: 1; color: var(--mute); cursor: pointer; }
.bt-line { font-family: var(--ed-serif); font-size: 19px; color: var(--ink); margin: 8px 0 14px; }
.bt-cta { display: inline-block; font-family: var(--ed-grotesk); font-weight: 600; font-size: 12px; letter-spacing: .04em; color: var(--ink); text-decoration: none; border-bottom: 1.5px solid var(--red); padding-bottom: 3px; }
.bt-cta:hover { color: var(--red); }
