/* ============================================================
   VALENTINA — Fragrance House
   Sitebound client site · minimal black / white / champagne
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Ink & paper */
  --ink:        #141414;   /* near-black — never pure #000 */
  --ink-soft:   #3d3b38;
  --ink-mute:   #6f6b64;
  --paper:      #f7f4ee;   /* warm ivory */
  --paper-2:    #efeae1;
  --surface:    #ffffff;
  --line:       #e4ddd2;

  /* Champagne gold accent */
  --gold:       #b0915a;
  --gold-deep:  #8f733f;
  --gold-light: #cdb488;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', 'Helvetica Neue', Arial, sans-serif;

  /* Metrics */
  --section-pad: clamp(70px, 9vw, 140px);
  --container:   1240px;
  --radius:      2px;
  --ease:        cubic-bezier(.22, 1, .36, 1);
  --header-h:    72px;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: .01em;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 8vw, 6rem); letter-spacing: .01em; }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: .01em; }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.9rem); }
p  { font-size: clamp(0.95rem, 1.1vw, 1.05rem); }

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.2rem, 5vw, 2.4rem);
}

section { padding-block: var(--section-pad); }
section[id], #top { scroll-margin-top: var(--header-h); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 400;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 1.05em 2.2em;
  border: 1px solid var(--ink);
  background: var(--ink); color: var(--paper);
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.btn:hover { background: transparent; color: var(--ink); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }

.btn--gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn--gold:hover { background: transparent; color: var(--gold-deep); border-color: var(--gold-deep); }

.btn--light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.btn--light:hover { background: transparent; color: var(--paper); border-color: var(--paper); }

.link-underline {
  position: relative; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase;
  padding-bottom: 3px;
}
.link-underline::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(1); transform-origin: right;
  transition: transform .4s var(--ease);
}
.link-underline:hover::after { transform: scaleX(0); transform-origin: left; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink); color: var(--paper);
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  text-align: center; padding: .6em 1rem; font-weight: 300;
}
.announce span { opacity: .85; }
.announce .dot { color: var(--gold-light); margin-inline: .7em; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.header.scrolled { background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom-color: var(--line); }
.header__inner {
  max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(1.2rem, 5vw, 2.4rem);
  height: var(--header-h);
  /* Mobile: brand left, actions right */
  display: flex; align-items: center; justify-content: space-between;
}
.nav { display: none; gap: 2.4rem; align-items: center; }
.nav a {
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 400;
  color: var(--ink-soft); position: relative; padding: .3em 0;
  transition: color .3s var(--ease);
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: var(--gold-deep); transition: width .35s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.nav--left { justify-self: start; }
.nav--right { justify-self: end; }

.brand { justify-self: center; display: flex; align-items: center; gap: .7rem; }
.brand__mark { width: 26px; height: auto; color: var(--ink); }
.brand__word {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.5rem; letter-spacing: .3em; padding-left: .3em;
  color: var(--ink);
}

.header__actions { justify-self: end; display: flex; align-items: center; gap: 1.1rem; }

.icon-btn {
  background: none; border: none; cursor: pointer; color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  position: relative; padding: .3rem;
}
.icon-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: -4px; right: -6px;
  min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--gold); color: #fff;
  font-size: .6rem; font-weight: 500; letter-spacing: 0;
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
  transform: scale(0); transition: transform .3s var(--ease);
}
.cart-count.show { transform: scale(1); }

.hamburger { display: inline-flex; }
.hamburger svg { width: 24px; height: 24px; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 100;
  background: var(--paper);
  transform: translateY(-100%);
  transition: transform .5s var(--ease);
  display: flex; flex-direction: column;
  padding: 2rem clamp(1.2rem, 6vw, 3rem);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; height: var(--header-h); }
.mobile-menu nav { display: flex; flex-direction: column; gap: .4rem; margin-top: 8vh; }
.mobile-menu nav a {
  font-family: var(--font-display); font-size: clamp(2rem, 9vw, 3rem);
  color: var(--ink); padding: .3rem 0; border-bottom: 1px solid var(--line);
}
.mobile-menu nav a .num { font-family: var(--font-body); font-size: .7rem; color: var(--gold-deep); letter-spacing: .2em; vertical-align: super; margin-right: .6rem; }
.mobile-menu__foot { margin-top: auto; display: flex; flex-direction: column; gap: .4rem; font-size: .8rem; color: var(--ink-mute); letter-spacing: .05em; }

/* ---------- Hero ---------- */
.hero {
  min-height: calc(100svh - var(--header-h));
  display: grid; align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem);
  position: relative;
}
.hero__grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
.hero__copy { max-width: 560px; }
.hero__eyebrow { display: inline-block; margin-bottom: 1.6rem; }
.hero h1 { margin-bottom: 1.4rem; }
.hero h1 .accent { display: block; font-style: italic; color: var(--gold-deep); }
.hero__lead { font-size: clamp(1rem, 1.3vw, 1.15rem); color: var(--ink-soft); max-width: 46ch; margin-bottom: 2.4rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* Product visual frame */
.product-frame {
  position: relative; aspect-ratio: 4 / 5; background: var(--surface);
  border: 1px solid var(--line); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.product-frame::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 12%, #ffffff 0%, var(--paper-2) 62%, #e6dfd2 100%);
}
.hero .product-frame { aspect-ratio: 4 / 5; max-height: 74vh; margin-inline: auto; width: 100%; }

/* CSS-rendered bottle placeholder (until real photo dropped in) */
.bottle {
  position: relative; z-index: 2; width: 46%; max-width: 220px;
  filter: drop-shadow(0 30px 45px rgba(20,20,20,.14));
}
.bottle__cap {
  width: 46%; aspect-ratio: 1; margin: 0 auto -6%;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff 0%, #efe9df 42%, #d9d1c2 100%);
  box-shadow: inset -4px -6px 12px rgba(0,0,0,.12);
}
.bottle__neck { width: 26%; height: 5%; margin: 0 auto; background: linear-gradient(var(--gold-light), var(--gold-deep)); }
.bottle__body {
  position: relative; aspect-ratio: 3 / 4;
  background: linear-gradient(115deg, rgba(255,255,255,.7), rgba(232,224,210,.55));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: inset 8px 0 18px rgba(255,255,255,.6), inset -10px 0 22px rgba(160,150,130,.28);
  backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center;
}
.bottle__body::after {
  content: ''; position: absolute; left: 8%; bottom: 6%; width: 84%; height: 34%;
  background: linear-gradient(#f3e4c4, #e9d3a4); opacity: .5;
}
.bottle__label {
  position: relative; z-index: 2; width: 74%; background: var(--surface);
  padding: 12% 8%; text-align: center; box-shadow: 0 6px 16px rgba(20,20,20,.08);
}
.bottle__label .b-word { font-family: var(--font-display); font-weight: 600; letter-spacing: .22em; font-size: clamp(.7rem,1.4vw,1rem); }
.bottle__label .b-sub { font-size: .5rem; letter-spacing: .18em; color: var(--gold-deep); margin-top: .5em; text-transform: uppercase; }
.frame-note {
  position: absolute; bottom: 10px; left: 0; right: 0; z-index: 3; text-align: center;
  font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); opacity: .55;
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink); color: var(--paper); overflow: hidden;
  padding-block: 1.4rem; border-block: 1px solid #262626;
}
.marquee__track { display: flex; gap: 3rem; width: max-content; animation: scroll-x 34s linear infinite; }
.marquee__track span {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: .3em; opacity: .9; display: inline-flex; align-items: center; gap: 3rem;
  white-space: nowrap;
}
.marquee__track .star { color: var(--gold-light); font-size: .8em; }
@keyframes scroll-x { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ---------- Section heading ---------- */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto clamp(3rem, 5vw, 4.5rem); }
.sec-head .eyebrow { display: inline-block; margin-bottom: 1rem; }
.sec-head p { color: var(--ink-soft); margin-top: 1.1rem; }

/* ---------- Collection / Shop ---------- */
.collection { background: var(--surface); }
.product-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 3vw, 2.4rem);
}
.card {
  background: var(--paper); border: 1px solid var(--line);
  display: flex; flex-direction: column; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -30px rgba(20,20,20,.4); border-color: var(--gold-light); }
.card__media {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 10%, #fff, var(--paper-2) 70%, #e6dfd2);
  display: flex; align-items: center; justify-content: center;
}
.card__media .bottle { width: 46%; }
.card__media .bottle__label { width: 82%; padding: 14% 6%; }
.card__media .bottle__label .b-word { font-size: .48rem; letter-spacing: .04em; line-height: 1.3; overflow-wrap: anywhere; }
.card__media .bottle__label .b-sub { font-size: .42rem; margin-top: .35em; }
.card__tag {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  background: var(--ink); color: var(--paper);
  font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; padding: .4em .8em;
}
.card__body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card__family { font-size: .58rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); }
.card__name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; line-height: 1.1; }
.card__size { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-mute); }
.card__desc { font-size: .82rem; color: var(--ink-soft); margin: .15rem 0 .3rem; flex: 1; }
.card__options { margin-bottom: .2rem; }
.size-select {
  font-family: var(--font-body); font-size: .74rem; letter-spacing: .06em; color: var(--ink);
  background-color: var(--surface); border: 1px solid var(--line); padding: .6em 2.2em .6em .85em;
  width: 100%; border-radius: var(--radius); cursor: pointer;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236f6b64' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .85em center;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.size-select:hover { border-color: var(--ink-mute); }
.size-select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,145,90,.12); }
/* Mobile-first: stack price + full-width button so it never overflows a narrow card */
.card__foot { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: .7rem; padding-top: .8rem; }
.card__price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.card__price .cur { font-size: .9rem; vertical-align: top; color: var(--ink-mute); }
.add-btn {
  font-family: var(--font-body); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  padding: .85em 1.1em; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), transform .2s var(--ease);
  white-space: nowrap; width: 100%; text-align: center;
}
.add-btn:hover { background: var(--ink); color: var(--paper); }
.add-btn:active { transform: scale(.96); }
.add-btn.added { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ---------- Notes / Fragrance pyramid ---------- */
.notes { background: var(--ink); color: var(--paper); }
.notes .eyebrow { color: var(--gold-light); }
.notes .sec-head p { color: #c9c4bb; }
.notes__grid { display: grid; grid-template-columns: 1fr; gap: 2px; background: #262626; border: 1px solid #262626; }
.note {
  background: var(--ink); padding: clamp(2rem, 4vw, 3.2rem) clamp(1.5rem, 3vw, 2.4rem); text-align: center;
  transition: background .4s var(--ease);
}
.note:hover { background: #1c1c1c; }
.note__step { font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; }
.note__title { font-family: var(--font-display); font-size: 1.7rem; font-style: italic; margin-bottom: 1.2rem; }
.note__list { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.note__list li { font-size: .9rem; color: #cfcac1; letter-spacing: .04em; }

/* ---------- Story ---------- */
.story__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
.story__media { aspect-ratio: 4 / 5; position: relative; background: radial-gradient(120% 90% at 40% 20%, #fff, var(--paper-2) 70%, #e6dfd2); border: 1px solid var(--line); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.story__media .bottle { width: 40%; }
.story__copy h2 { margin-bottom: 1.4rem; }
.story__copy p + p { margin-top: 1.1rem; }
.story__copy .eyebrow { display: inline-block; margin-bottom: 1rem; }
.story__sign { font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--gold-deep); margin-top: 1.6rem; }
.story__cta { margin-top: 2rem; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--paper-2); }
.quote-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.2rem, 3vw, 2.2rem); }
.quote {
  background: var(--surface); border: 1px solid var(--line); padding: clamp(1.8rem, 3vw, 2.6rem);
  display: flex; flex-direction: column; gap: 1.1rem;
}
.quote__stars { color: var(--gold); letter-spacing: .2em; font-size: .9rem; }
.quote__text { font-family: var(--font-display); font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.5; color: var(--ink); font-style: italic; }
.quote__by { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); }
.contact__info p { color: var(--ink-soft); margin-bottom: 2rem; max-width: 44ch; }
.contact__list { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
.contact__list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact__list svg { width: 20px; height: 20px; color: var(--gold-deep); flex-shrink: 0; margin-top: 2px; }
.contact__list a, .contact__list span { font-size: .95rem; color: var(--ink); letter-spacing: .03em; }
.contact__list .lbl { display: block; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: .2rem; }

.form { display: grid; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field label { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mute); }
.field input, .field textarea {
  font-family: var(--font-body); font-size: .95rem; font-weight: 300; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line); padding: .95em 1.1em; border-radius: var(--radius);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,145,90,.12); }
.field textarea { resize: vertical; min-height: 130px; }
.form__msg { font-size: .85rem; color: var(--gold-deep); min-height: 1.2em; letter-spacing: .05em; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper); padding-block: clamp(3.5rem, 6vw, 5rem) 2rem; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 2.6rem; margin-bottom: 3rem; }
.footer__brand .brand__word { color: var(--paper); }
.footer__brand .brand__mark { color: var(--paper); }
.footer__brand p { color: #b6b1a8; font-size: .88rem; margin-top: 1.2rem; max-width: 34ch; }
.footer h4 { font-family: var(--font-body); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.2rem; font-weight: 400; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.footer__links a { font-size: .9rem; color: #cfcac1; transition: color .3s var(--ease); }
.footer__links a:hover { color: var(--paper); }
.footer address { font-style: normal; font-size: .9rem; color: #cfcac1; line-height: 1.9; }
.footer address a { color: #cfcac1; }
.footer address a:hover { color: var(--paper); }
.socials { display: flex; gap: 1rem; margin-top: 1.4rem; }
.socials a { width: 38px; height: 38px; border: 1px solid #333; display: flex; align-items: center; justify-content: center; transition: background .3s var(--ease), border-color .3s var(--ease); }
.socials a:hover { background: var(--gold); border-color: var(--gold); }
.socials svg { width: 17px; height: 17px; color: var(--paper); }
.footer__bar { border-top: 1px solid #2a2a2a; padding-top: 1.8rem; display: flex; flex-direction: column; gap: .8rem; align-items: center; text-align: center; }
.footer__bar p { font-size: .76rem; color: #8f8b83; letter-spacing: .04em; }
.footer__bar a { color: var(--gold-light); }

/* ---------- Cart drawer ---------- */
.overlay { position: fixed; inset: 0; z-index: 110; background: rgba(20,20,20,.5); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.overlay.open { opacity: 1; visibility: visible; }

.cart {
  position: fixed; top: 0; right: 0; z-index: 120; height: 100%;
  width: min(440px, 100%); background: var(--paper);
  transform: translateX(100%); transition: transform .45s var(--ease);
  display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5);
}
.cart.open { transform: translateX(0); }
.cart__head { display: flex; align-items: center; justify-content: space-between; padding: 1.6rem clamp(1.3rem,4vw,1.8rem); border-bottom: 1px solid var(--line); }
.cart__head h3 { font-size: 1.4rem; letter-spacing: .04em; }
.cart__head .count-lbl { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.cart__close { background: none; border: none; cursor: pointer; color: var(--ink); padding: .3rem; }
.cart__close svg { width: 22px; height: 22px; }
.cart__items { flex: 1; overflow-y: auto; padding: .6rem clamp(1.3rem,4vw,1.8rem); }
.cart__empty { text-align: center; padding: 4rem 1rem; color: var(--ink-mute); }
.cart__empty svg { width: 46px; height: 46px; margin: 0 auto 1.2rem; color: var(--line); }
.cart__empty p { font-size: .95rem; margin-bottom: 1.6rem; }

.line { display: grid; grid-template-columns: 68px 1fr auto; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.line__media { width: 68px; height: 84px; background: radial-gradient(120% 90% at 50% 12%, #fff, var(--paper-2) 70%, #e6dfd2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.line__media .bottle { width: 52%; filter: none; }
.line__info { display: flex; flex-direction: column; gap: .3rem; }
.line__name { font-family: var(--font-display); font-size: 1.15rem; }
.line__size { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.line__price { font-size: .85rem; color: var(--ink-soft); margin-top: .1rem; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); width: fit-content; margin-top: .4rem; }
.qty button { width: 28px; height: 28px; background: var(--surface); border: none; cursor: pointer; color: var(--ink); font-size: 1rem; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.qty button:hover { background: var(--paper-2); }
.qty span { min-width: 30px; text-align: center; font-size: .85rem; }
.line__right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.line__total { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.line__remove { background: none; border: none; cursor: pointer; color: var(--ink-mute); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; transition: color .2s; }
.line__remove:hover { color: var(--gold-deep); text-decoration: underline; }

.cart__foot { border-top: 1px solid var(--line); padding: 1.4rem clamp(1.3rem,4vw,1.8rem) 1.8rem; background: var(--surface); }
.cart__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .6rem; }
.cart__row .k { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.cart__row .v { font-size: .95rem; }
.cart__total { border-top: 1px solid var(--line); margin-top: .8rem; padding-top: .9rem; }
.cart__total .k { color: var(--ink); font-weight: 400; }
.cart__total .v { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.cart__note { font-size: .7rem; color: var(--ink-mute); text-align: center; margin: .8rem 0 1rem; letter-spacing: .04em; }
.cart__checkout { width: 100%; }
.cart__secure { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1rem; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.cart__secure svg { width: 14px; height: 14px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 150%);
  z-index: 130; background: var(--ink); color: var(--paper);
  padding: 1em 1.6em; display: flex; align-items: center; gap: .8rem;
  font-size: .8rem; letter-spacing: .08em; box-shadow: 0 20px 40px -20px rgba(0,0,0,.5);
  transition: transform .5s var(--ease); max-width: calc(100% - 2rem);
}
.toast.show { transform: translate(-50%, 0); }
.toast svg { width: 18px; height: 18px; color: var(--gold-light); flex-shrink: 0; }

/* ---------- Modal (checkout notice) ---------- */
.modal { position: fixed; inset: 0; z-index: 140; display: flex; align-items: center; justify-content: center; padding: 1.5rem; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.modal.open { opacity: 1; visibility: visible; }
.modal__back { position: absolute; inset: 0; background: rgba(20,20,20,.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal__box { position: relative; background: var(--paper); max-width: 460px; width: 100%; padding: clamp(2rem, 5vw, 3rem); text-align: center; border-top: 3px solid var(--gold); transform: translateY(14px); transition: transform .4s var(--ease); }
.modal.open .modal__box { transform: translateY(0); }
.modal__box .modal__mark { width: 44px; margin: 0 auto 1.4rem; color: var(--gold-deep); }
.modal__box h3 { font-size: 1.9rem; margin-bottom: 1rem; }
.modal__box p { color: var(--ink-soft); font-size: .92rem; margin-bottom: .8rem; }
.modal__box .btn { margin-top: 1.4rem; }
.modal__close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--ink-mute); line-height: 1; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* Accessibility helpers */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 50%; transform: translateX(-50%) translateY(-140%); top: 6px; z-index: 200; background: var(--ink); color: var(--paper); padding: .7em 1.2em; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s var(--ease); }
.skip-link:focus { transform: translateX(-50%) translateY(0); outline: 2px solid var(--gold); }

body.no-scroll { overflow: hidden; }

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width: 640px) {
  .quote-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  :root { --header-h: 84px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .card__foot { flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem; }
  .add-btn { width: auto; }
  .notes__grid { grid-template-columns: repeat(3, 1fr); }
  .story__grid { grid-template-columns: 1fr 1.1fr; }
  .story__grid.reverse .story__media { order: 2; }
  .contact__grid { grid-template-columns: 1fr 1.1fr; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .quote-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .nav { display: flex; }
  .hamburger { display: none; }
  .header__inner { display: grid; grid-template-columns: 1fr auto 1fr; }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
}
