:root {
  --paper:        #f4efe8;
  --paper-soft:   #ebe5da;
  --ink:          #1a1612;
  --ink-soft:     #4a4238;
  --ink-mute:     #8a8073;
  --gold:         #b8923a;
  --gold-bright:  #c89f3e;
  --rule:         rgba(26,22,18,0.12);
  --rule-strong:  rgba(26,22,18,0.22);

  --c-sun:        #f4e2c6;
  --c-creek:      #d8e3d0;
  --c-towel:      #e8e1d6;
  --c-leather:    #e3d2cb;
  --c-meridian:   #ddd6c4;
  --c-lady:       #d8cfd9;

  --popup-bg:     #1a0f14;

  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius:       14px;
  --radius-lg:    18px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.08;
  color: var(--ink);
}
.em { font-style: italic; font-weight: 500; }
.label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 36px; }
@media (max-width: 640px) { .wrap { padding: 0 20px; } }

/* nav */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0;
  background: rgba(244,239,232,0);
  transition: background 460ms ease, backdrop-filter 460ms ease, padding 320ms ease, border-color 320ms ease;
  border-bottom: 1px solid transparent;
}
nav.top.scrolled {
  background: rgba(244,239,232,0.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 14px 0; border-bottom-color: var(--rule);
}
nav.top .row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
nav.top .brand { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--ink); text-decoration: none; }
nav.top .brand .em { font-style: italic; }
nav.top .links { display: flex; gap: 40px; }
nav.top .links a {
  font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; color: var(--ink-soft);
  transition: color 220ms ease; position: relative;
}
nav.top .links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left center;
  transition: transform 360ms cubic-bezier(0.16,1,0.3,1);
}
nav.top .links a:hover { color: var(--ink); }
nav.top .links a:hover::after { transform: scaleX(1); }
nav.top .bag {
  font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink); text-decoration: none;
}
@media (max-width: 760px) { nav.top .links { display: none; } }

/* hero */
section.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; padding: 140px 0 100px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 30%, rgba(184,146,58,0.06), transparent 60%),
    radial-gradient(ellipse 60% 50% at 15% 80%, rgba(216,207,217,0.18), transparent 65%),
    var(--paper);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/></svg>");
}
.hero-grid {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: center;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 56px; } }
.hero-eyebrow { margin-bottom: 32px; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow .line { width: 36px; height: 1px; background: var(--gold); }

h1.hero-title {
  font-size: clamp(44px, 6vw, 86px); line-height: 1.02; margin: 0 0 28px;
  color: var(--ink); font-weight: 500; letter-spacing: -0.01em;
}
h1.hero-title .em { color: var(--ink-soft); }
.hero-lede {
  font-family: var(--serif); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55;
  color: var(--ink-soft); max-width: 540px; margin: 0 0 28px; font-weight: 400;
}
.hero-anchor {
  display: inline-flex; align-items: baseline; gap: 12px; margin: 0 0 40px;
  font-family: var(--serif); color: var(--ink);
}
.hero-anchor .big { font-size: 30px; font-style: italic; font-weight: 500; }
.hero-anchor .small { font-size: 16px; color: var(--ink-mute); }
.hero-anchor .strike { text-decoration: line-through; color: var(--ink-mute); opacity: 0.7; }

.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 17px 32px;
  font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; cursor: pointer;
  transition: all 320ms cubic-bezier(0.16,1,0.3,1); border: 1px solid transparent; border-radius: 100px;
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #2a221a; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn-ghost:hover { border-color: var(--ink); }

.hero-feature {
  position: relative; aspect-ratio: 3/4; max-width: 420px; margin-left: auto;
  background: var(--c-creek); border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px -10px rgba(26,22,18,0.18), 0 12px 24px -8px rgba(26,22,18,0.10);
  overflow: hidden; transform: rotate(-1.2deg); transition: transform 480ms cubic-bezier(0.16,1,0.3,1);
}
.hero-feature:hover { transform: rotate(-0.4deg) translateY(-4px); }
.hero-feature .feature-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 24px 24px; z-index: 3;
  background: linear-gradient(180deg, transparent 0%, rgba(216,227,208,0.95) 30%);
}
.hero-feature .feature-name { font-family: var(--serif); font-size: 22px; color: var(--ink); font-weight: 500; margin: 0 0 4px; }
.hero-feature .feature-name .em { font-style: italic; }
.hero-feature .feature-teaser { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink-soft); margin: 0 0 12px; line-height: 1.35; }
.hero-feature .feature-meta { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: 1px solid rgba(26,22,18,0.12); }
.hero-feature .feature-meta .house { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }
.hero-feature .feature-meta .price { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink); }
.hero-feature .tag {
  position: absolute; top: 18px; left: 18px; padding: 6px 11px; z-index: 4;
  background: rgba(255,255,255,0.78); backdrop-filter: blur(8px); border: 1px solid rgba(26,22,18,0.06);
  border-radius: 100px; font-family: var(--sans); font-size: 9px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft);
}
/* hero feature placeholder sits in the upper area, clear of the info panel */
.hero-feature .art-placeholder { align-items: flex-start; padding-top: 26%; }

.scroll-cue {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--ink-mute); z-index: 2;
  animation: scrollPulse 2.6s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, 0); }
  50% { opacity: 1; transform: translate(-50%, 4px); }
}

/* proposition band */
section.prop { padding: 110px 0; background: var(--ink); color: var(--paper); }
.prop .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
@media (max-width: 880px) { .prop .grid { grid-template-columns: 1fr; gap: 48px; } }
.prop .label { color: var(--gold-bright); margin-bottom: 48px; }
.prop-item .big { font-family: var(--serif); font-style: italic; font-size: 44px; color: var(--gold-bright); line-height: 1; margin-bottom: 18px; }
.prop-item h3 { color: var(--paper); font-size: 23px; margin: 0 0 12px; font-weight: 500; }
.prop-item p { font-family: var(--serif); font-size: 17px; line-height: 1.6; color: rgba(236,228,212,0.7); margin: 0; }

/* catalogue */
section.catalogue { padding: 140px 0 160px; background: var(--paper); }
.catalogue-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 70px; gap: 40px; }
@media (max-width: 760px) { .catalogue-header { flex-direction: column; align-items: flex-start; } }
.catalogue-header h2 { font-size: clamp(38px, 5vw, 60px); color: var(--ink); margin: 16px 0 0; max-width: 680px; font-weight: 500; letter-spacing: -0.01em; }
.catalogue-header h2 .em { font-style: italic; color: var(--ink-soft); }
.catalogue-header .right { text-align: right; max-width: 340px; }
.catalogue-header .right p { font-family: var(--serif); font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin: 0; font-style: italic; }
@media (max-width: 760px) { .catalogue-header .right { text-align: left; } }

.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 980px) { .catalogue-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 600px) { .catalogue-grid { grid-template-columns: 1fr; gap: 36px; } }

.card {
  cursor: pointer; background: var(--c-sun); border: 0; text-align: left; padding: 0;
  color: inherit; text-decoration: none; display: flex; flex-direction: column;
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 2px 4px rgba(26,22,18,0.04), 0 8px 16px rgba(26,22,18,0.04);
  transition: transform 480ms cubic-bezier(0.16,1,0.3,1), box-shadow 480ms cubic-bezier(0.16,1,0.3,1), z-index 0s linear 480ms;
  z-index: 1; font: inherit;
}
.card:hover {
  transform: scale(1.04) translateY(-6px);
  box-shadow: 0 8px 16px rgba(26,22,18,0.10), 0 30px 60px -10px rgba(26,22,18,0.22);
  z-index: 10;
  transition: transform 480ms cubic-bezier(0.16,1,0.3,1), box-shadow 480ms cubic-bezier(0.16,1,0.3,1), z-index 0s linear;
}
.card.p1 { background: var(--c-creek); }
.card.p2 { background: var(--c-leather); }
.card.p3 { background: var(--c-lady); }
.card.p4 { background: var(--c-sun); }
.card.p5 { background: var(--c-towel); }
.card.p6 { background: var(--c-meridian); }

/* card-art is the IMAGE SLOT — a real bottle-on-slate/stone/wood photo drops in here.
   Until a photo exists, .art-placeholder shows a pastel field with the name in Cormorant. */
.card .card-art { position: relative; aspect-ratio: 1/1; overflow: hidden; }

/* The product photograph. Add an <img class="card-photo"> (or .feature-photo in the hero)
   and it fills the 1:1 slot, covering the placeholder. No layout change needed. */
.card-photo, .feature-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 2;
}

/* Tasteful "photo coming" placeholder — intentional, not a cartoon bottle.
   The card's pastel mood shows through; a soft top-light and grounded shadow
   give the empty slot the feel of an object photographed on a surface. */
.art-placeholder {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 22px;
  background:
    radial-gradient(ellipse 72% 58% at 50% 34%, rgba(255,255,255,0.55), transparent 72%),
    radial-gradient(ellipse 90% 60% at 50% 118%, rgba(26,22,18,0.12), transparent 70%);
}
.art-placeholder .art-name {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 3vw, 30px); line-height: 1.12; color: var(--ink);
  opacity: 0.6; letter-spacing: -0.005em;
}
.art-placeholder .art-name::after {
  content: ""; display: block; width: 34px; height: 1px; margin: 13px auto 0;
  background: var(--gold); opacity: 0.7;
}

.card .tag {
  position: absolute; top: 16px; left: 16px; padding: 5px 11px;
  background: rgba(255,255,255,0.78); backdrop-filter: blur(8px); border: 1px solid rgba(26,22,18,0.06);
  border-radius: 100px; font-family: var(--sans); font-size: 9px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); z-index: 3;
}
.card .tag.orig { background: rgba(26,22,18,0.82); color: var(--paper); }

.card .savings {
  position: absolute; top: 16px; right: 16px; padding: 5px 11px;
  background: rgba(184,146,58,0.92); border-radius: 100px;
  font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #fff; z-index: 3;
}

.card .card-info { padding: 22px 24px 24px; background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.18) 100%); flex: 1; display: flex; flex-direction: column; }
.card .card-house { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 8px; }
.card .card-house .dot { display: inline-block; width: 2px; height: 2px; background: var(--gold); border-radius: 50%; margin: 0 7px; vertical-align: middle; }
.card .card-name { font-family: var(--serif); font-size: 24px; color: var(--ink); font-weight: 500; line-height: 1.12; margin: 0 0 10px; letter-spacing: -0.005em; }
.card .card-name .em { font-style: italic; }
.card .card-teaser {
  font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.45; color: var(--ink-soft);
  margin: 0 0 16px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 44px;
}
.card .card-notes { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 18px; line-height: 1.5; }
.card .card-notes .dot { display: inline-block; width: 2px; height: 2px; background: var(--ink-mute); border-radius: 50%; margin: 0 7px; vertical-align: middle; }
.card .card-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(26,22,18,0.10); display: flex; justify-content: space-between; align-items: baseline; }
.card .card-sizes { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.card .card-price { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink); font-weight: 500; }
.card .card-price span { font-family: var(--sans); font-style: normal; font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-right: 4px; }

/* how it works */
section.how { padding: 120px 0 130px; background: var(--paper-soft); border-top: 1px solid var(--rule); }
.how h2 { font-size: clamp(34px, 4.4vw, 52px); color: var(--ink); max-width: 720px; margin: 16px 0 64px; font-weight: 500; letter-spacing: -0.01em; }
.how h2 .em { font-style: italic; color: var(--ink-soft); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px 48px; }
@media (max-width: 880px) { .how-grid { grid-template-columns: 1fr; gap: 56px 0; } }
.how-step .num { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 56px; color: var(--gold); line-height: 1; margin-bottom: 20px; }
.how-step h3 { font-size: 24px; color: var(--ink); margin: 0 0 14px; font-weight: 500; }
.how-step p { font-family: var(--serif); font-size: 17px; line-height: 1.6; color: var(--ink-soft); margin: 0; }

/* voice */
section.voice { padding: 120px 0; background: var(--paper); text-align: center; border-top: 1px solid var(--rule); }
.voice .label { margin-bottom: 28px; }
.voice .quote { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 34px); line-height: 1.45; color: var(--ink); max-width: 820px; margin: 0 auto 24px; font-weight: 500; }
.voice .quote .em { color: var(--gold); }
.voice .attribution { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-mute); }

/* footer */
footer.foot { padding: 90px 0 50px; background: var(--paper-soft); border-top: 1px solid var(--rule); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 60px; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; } }
.foot-brand .brand-mark { font-family: var(--serif); font-size: 26px; color: var(--ink); font-weight: 500; margin-bottom: 14px; }
.foot-brand .brand-mark .em { font-style: italic; }
.foot-brand p { font-family: var(--serif); font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 340px; margin: 0; font-style: italic; }
.foot-col h4 { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.foot-col a { display: block; font-family: var(--sans); font-size: 13px; color: var(--ink-soft); text-decoration: none; margin-bottom: 10px; transition: color 220ms ease; }
.foot-col a:hover { color: var(--ink); }
.foot-bar { display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--rule); font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 600px) { .foot-bar { flex-direction: column; gap: 12px; } }

/* popup */
.popup-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(26,22,18,0.55);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 320ms ease; padding: 24px;
}
.popup-overlay.open { opacity: 1; pointer-events: auto; }
.popup {
  background: var(--paper); width: 100%; max-width: 1040px; max-height: 92vh;
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  display: grid; grid-template-columns: 1fr 1fr; transform: translateY(20px) scale(0.98);
  transition: transform 380ms cubic-bezier(0.16,1,0.3,1); position: relative;
}
.popup-overlay.open .popup { transform: translateY(0) scale(1); }
@media (max-width: 900px) { .popup { grid-template-columns: 1fr; max-height: 96vh; overflow-y: auto; } }

/* popup-art holds the painted artwork (the painting lives HERE, not on the card) */
.popup-art { position: relative; background: var(--popup-bg); overflow: hidden; min-height: 480px; }
@media (max-width: 900px) { .popup-art { min-height: 320px; } }
.popup-art .painting { position: absolute; inset: 30px; border-radius: 4px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.5); filter: contrast(1.10) saturate(1.10); }
.popup[data-art="p1"] .painting { background: radial-gradient(ellipse 60% 55% at 38% 50%, #7fb380 0%, #2d6040 28%, #1a2a22 60%, #08100c 85%), linear-gradient(135deg, #1f3a2a, #08100c); }
.popup[data-art="p2"] .painting { background: radial-gradient(ellipse 55% 60% at 45% 42%, #e0a89e 0%, #92504c 25%, #3a1e22 55%, #100808 85%), linear-gradient(135deg, #3a1e22, #100808); }
.popup[data-art="p3"] .painting { background: radial-gradient(ellipse 55% 60% at 50% 45%, #c89cd0 0%, #5a3a78 28%, #281830 60%, #0a0810 85%), linear-gradient(135deg, #281830, #0a0810); }
.popup[data-art="p4"] .painting { background: radial-gradient(ellipse 55% 60% at 42% 44%, #ffd478 0%, #c08530 25%, #5b3018 55%, #100808 85%), linear-gradient(135deg, #4a2a1a, #100808); }
.popup[data-art="p5"] .painting { background: radial-gradient(ellipse 60% 55% at 50% 45%, #d8d0c0 0%, #6a604c 30%, #2a2418 60%, #0c0a08 85%), linear-gradient(135deg, #2a2418, #0c0a08); }
.popup[data-art="p6"] .painting { background: radial-gradient(ellipse 60% 55% at 50% 48%, #d8c088 0%, #7a6040 28%, #2e2418 60%, #100c08 88%), linear-gradient(135deg, #2e2418, #100c08); }
.popup-art .painting::before { content: ""; position: absolute; inset: -2px; background: linear-gradient(90deg, rgba(255,50,90,0.10) 0%, transparent 35%, transparent 65%, rgba(50,200,255,0.10) 100%); mix-blend-mode: screen; pointer-events: none; }
.popup-art .painting::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,0.5); pointer-events: none; }

.popup-body { padding: 48px; overflow-y: auto; max-height: 92vh; }
@media (max-width: 900px) { .popup-body { padding: 32px 28px; } }
.popup-close {
  position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border-radius: 50%;
  background: var(--paper); border: 1px solid var(--rule); color: var(--ink); cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 10;
  transition: all 220ms ease; font-family: var(--sans); font-size: 18px;
}
.popup-close:hover { background: var(--ink); color: var(--paper); }
.popup-body .house-line { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.popup-body h2 { font-size: clamp(34px, 4vw, 46px); color: var(--ink); margin: 0 0 18px; font-weight: 500; letter-spacing: -0.005em; }
.popup-body h2 .em { font-style: italic; color: var(--ink-soft); }
.popup-body .brief { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 28px; font-weight: 500; }
.popup-body .notes-block { margin: 0 0 28px; }
.popup-body .notes-label { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; }
.popup-body .notes-list { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); line-height: 1.6; }
.popup-body .notes-list .dot { display: inline-block; width: 2px; height: 2px; background: var(--gold); border-radius: 50%; margin: 0 8px; vertical-align: middle; }
.popup-body .disclosure { background: var(--paper-soft); border-left: 2px solid var(--gold); border-radius: 0 4px 4px 0; padding: 16px 20px; margin: 0 0 32px; font-family: var(--serif); font-size: 14px; line-height: 1.55; color: var(--ink-soft); font-style: italic; }
.popup-body .disclosure[hidden] { display: none; }
.popup-body .size-label { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.popup-body .sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 28px; }
.popup-body .size-btn { padding: 14px 8px; background: transparent; border: 1px solid var(--rule-strong); border-radius: 10px; cursor: pointer; text-align: center; transition: all 220ms ease; font-family: var(--sans); }
.popup-body .size-btn:hover { border-color: var(--ink); }
.popup-body .size-btn.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.popup-body .size-btn .ml { display: block; font-size: 16px; font-weight: 500; }
.popup-body .size-btn .pr { display: block; font-family: var(--serif); font-style: italic; font-size: 13px; margin-top: 4px; color: var(--ink-mute); }
.popup-body .size-btn.active .pr { color: rgba(244,239,232,0.7); }
.popup-body .add-btn { width: 100%; padding: 18px 24px; background: var(--ink); color: var(--paper); border: 0; border-radius: 100px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer; transition: background 220ms ease; margin-bottom: 18px; }
.popup-body .add-btn:hover { background: #2a221a; }
.popup-body .full-bottle { font-family: var(--serif); font-size: 14px; line-height: 1.5; color: var(--ink-soft); font-style: italic; text-align: center; padding: 14px 0 0; border-top: 1px solid var(--rule); }
.popup-body .full-bottle a { color: var(--gold); text-decoration: none; font-style: normal; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 1px; }

/* respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
