:root {
  --ink: #14110f;
  --ink-soft: #3a342e;
  --cream: #f3ece3;
  --paper: #fbf8f3;
  --wine: #6e2430;
  --wine-deep: #4c1821;
  --forest: #1c3d2e;
  --gold: #b8956a;
  --gold-soft: #d4c0a3;
  --muted: #8a8178;
  --line: rgba(20, 17, 15, 0.12);
  --white: #fff;
  --shadow: 0 18px 50px rgba(20, 17, 15, 0.12);
  --radius: 18px;
  --header-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; }
.serif { font-family: "Cormorant Garamond", Georgia, serif; }

/* Page load */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--ink);
  display: grid; place-items: center;
  transition: transform .9s var(--ease), opacity .6s ease;
}
.preloader.hide { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.preloader-mark {
  color: var(--cream);
  text-align: center;
}
.preloader-mark .mono {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  letter-spacing: .08em;
  font-weight: 500;
  animation: pulse 1.4s ease-in-out infinite;
}
.preloader-mark p {
  letter-spacing: .42em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-top: 6px;
}
@keyframes pulse { 50% { opacity: .45; } }

.announce {
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 16px;
  overflow: hidden;
}
.marquee { display: flex; gap: 48px; white-space: nowrap; animation: slide 28s linear infinite; }
.marquee span { flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

header.site {
  position: sticky; top: 0; z-index: 80;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  background: rgba(251, 248, 243, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background .3s, border .3s, height .3s;
}
header.site.scrolled {
  border-bottom-color: var(--line);
  height: 64px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: .18em;
  font-weight: 500;
}
.logo .o {
  width: 26px; height: 26px; border: 1.4px solid var(--ink);
  border-radius: 50%; display: grid; place-items: center;
  font-size: 13px; font-family: "Cormorant Garamond", serif;
}
nav.desk { display: flex; gap: 28px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
nav.desk a { position: relative; padding: 6px 0; }
nav.desk a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--wine); transition: width .35s var(--ease);
}
nav.desk a:hover::after, nav.desk a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.icon-btn {
  width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer;
  display: grid; place-items: center; position: relative;
}
.icon-btn svg { width: 20px; height: 20px; stroke: var(--ink); fill: none; stroke-width: 1.6; }
.cart-count {
  position: absolute; top: 4px; right: 2px;
  background: var(--wine); color: #fff; border-radius: 99px;
  font-size: 10px; width: 16px; height: 16px; display: grid; place-items: center;
}
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: var(--cream);
  padding: 13px 22px; border: 1px solid var(--ink);
  letter-spacing: .18em; text-transform: uppercase; font-size: 11px;
  cursor: pointer; transition: .35s var(--ease);
}
.cta:hover { background: var(--wine); border-color: var(--wine); transform: translateY(-1px); }
.cta.ghost { background: transparent; color: var(--ink); }
.cta.ghost:hover { background: var(--ink); color: var(--cream); }
.cta.wine { background: var(--wine); border-color: var(--wine); color: #fff; }
.cta.wine:hover { background: var(--wine-deep); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.burger span { width: 22px; height: 1.5px; background: var(--ink); display: block; }

/* Hero */
.hero {
  min-height: calc(100svh - 118px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--cream);
}
.hero-copy {
  padding: 64px 56px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.eyebrow {
  font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--wine);
  margin-bottom: 18px;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: .92;
  letter-spacing: -.02em;
}
.hero h1 em { font-style: italic; color: var(--wine); }
.hero-lead {
  max-width: 440px; margin: 24px 0 32px; color: var(--ink-soft); font-size: 16px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 48px; display: flex; gap: 28px; color: var(--muted);
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.hero-visual { position: relative; overflow: hidden; }
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 12%;
  transform: scale(1.08);
  animation: ken 14s var(--ease) forwards;
}
@keyframes ken { to { transform: scale(1); } }
.hero-chip {
  position: absolute; left: 24px; bottom: 24px;
  background: rgba(251,248,243,.92);
  padding: 14px 16px; backdrop-filter: blur(10px);
  display: flex; gap: 12px; align-items: center;
  animation: rise .8s .4s both var(--ease);
}
.hero-chip strong { display: block; font-size: 13px; }
.hero-chip span { font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.price-tag { font-family: "Cormorant Garamond", serif; font-size: 22px; }

.reveal { opacity: 0; transform: translateY(28px); animation: rise .8s both var(--ease); }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .18s; } .d3 { animation-delay: .3s; } .d4 { animation-delay: .42s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.trust {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trust article {
  padding: 28px 24px; text-align: center; border-right: 1px solid var(--line);
}
.trust article:last-child { border-right: 0; }
.trust h3 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.trust p { font-size: 13px; color: var(--muted); }

.section { padding: 88px 40px; }
.section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 36px; gap: 20px;
}
.section-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 56px); font-weight: 500; line-height: 1;
}
.section-head p { color: var(--muted); max-width: 340px; }

.product-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.card {
  group-name: card;
}
.card-media {
  position: relative; overflow: hidden; background: #e8dfd4;
  aspect-ratio: 3/4;
}
.card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease), filter .4s;
}
.card:hover .card-media img { transform: scale(1.06); }
.badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--paper); color: var(--ink);
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  padding: 6px 9px;
}
.badge.wine { background: var(--wine); color: #fff; }
.quick {
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  transform: translateY(120%); opacity: 0;
  transition: .45s var(--ease);
}
.card:hover .quick { transform: none; opacity: 1; }
.quick .cta { width: 100%; }
.card-info { padding: 14px 2px 6px; }
.card-info h3 { font-size: 15px; font-weight: 400; }
.card-info .meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; margin-top: 4px; }

.editorial {
  display: grid; grid-template-columns: 1.15fr .85fr; min-height: 640px;
  background: var(--ink); color: var(--cream);
}
.editorial img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); }
.editorial-copy { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: .95; margin: 12px 0 20px;
}
.editorial-copy p { max-width: 420px; color: rgba(243,236,227,.78); margin-bottom: 28px; }
.editorial .cta { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.editorial .cta:hover { background: var(--gold); border-color: var(--gold); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: var(--cream); padding: 36px 28px; min-height: 240px;
  border: 1px solid transparent; transition: .35s var(--ease);
}
.step:hover { transform: translateY(-6px); border-color: var(--gold-soft); }
.num {
  font-family: "Cormorant Garamond", serif; font-size: 42px; color: var(--wine);
}
.step h3 { margin: 10px 0 8px; font-size: 20px; font-weight: 500; font-family: "Cormorant Garamond", serif; }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote {
  padding: 28px; background: #fff; border: 1px solid var(--line);
}
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.quote p { font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.25; margin-bottom: 18px; }
.quote cite { font-style: normal; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

.ig-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.ig-row figure { overflow: hidden; aspect-ratio: 1; }
.ig-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ig-row figure:hover img { transform: scale(1.08); }

.newsletter {
  background: var(--forest); color: var(--cream);
  padding: 72px 40px; text-align: center;
}
.newsletter h2 { font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 500; }
.newsletter p { margin: 10px auto 28px; max-width: 420px; color: rgba(243,236,227,.75); }
.form {
  display: flex; max-width: 480px; margin: 0 auto; border: 1px solid rgba(243,236,227,.3);
}
.form input {
  flex: 1; border: 0; background: transparent; color: #fff; padding: 16px 18px; outline: none;
}
.form input::placeholder { color: rgba(243,236,227,.55); }
.form button { border: 0; }

footer.site {
  background: var(--ink); color: var(--cream); padding: 56px 40px 24px;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
footer h4 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; color: var(--gold-soft); }
footer p, footer a { color: rgba(243,236,227,.72); font-size: 14px; }
footer li { list-style: none; margin-bottom: 8px; }
footer a:hover { color: #fff; }
.foot-bottom {
  display: flex; justify-content: space-between; border-top: 1px solid rgba(243,236,227,.12);
  padding-top: 18px; font-size: 12px; color: rgba(243,236,227,.5);
}

.wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.35);
  animation: bob 2.8s ease-in-out infinite;
}
@keyframes bob { 50% { transform: translateY(-5px); } }
.wa svg { width: 26px; height: 26px; fill: #fff; }

/* Shop */
.shop-hero {
  padding: 48px 40px 20px;
}
.crumbs { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.shop-hero h1 { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; }
.toolbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 40px 24px; gap: 16px; flex-wrap: wrap;
}
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  border: 1px solid var(--line); background: transparent; padding: 8px 14px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  transition: .25s;
}
.chip:hover, .chip.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
select.sort {
  border: 1px solid var(--line); background: transparent; padding: 8px 12px; font-size: 13px;
}
.shop-wrap { padding: 0 40px 80px; }
.shop-layout { display: grid; grid-template-columns: 230px 1fr; gap: 32px; }
.filters h3 { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin: 22px 0 10px; }
.filters label { display: flex; gap: 8px; align-items: center; font-size: 14px; margin-bottom: 8px; color: var(--ink-soft); cursor: pointer; }
.note {
  margin-top: 28px; padding: 16px; background: var(--cream); font-size: 13px; color: var(--ink-soft);
}

/* Drawers / modal */
.overlay {
  position: fixed; inset: 0; background: rgba(20,17,15,.45); z-index: 90;
  opacity: 0; pointer-events: none; transition: .3s;
}
.overlay.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%);
  background: var(--paper); z-index: 100; transform: translateX(100%);
  transition: transform .5s var(--ease); padding: 28px; overflow: auto;
}
.drawer.show { transform: none; }
.drawer h2 { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 500; }
.cart-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 84px; height: 108px; object-fit: cover; }
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px);
  background: var(--ink); color: var(--cream); padding: 12px 18px; z-index: 120;
  opacity: 0; pointer-events: none; transition: .35s; font-size: 13px; letter-spacing: .08em;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.modal {
  position: fixed; inset: 0; z-index: 110; display: none; place-items: center; padding: 24px;
}
.modal.show { display: grid; }
.modal-card {
  background: var(--paper); width: min(920px, 100%);
  display: grid; grid-template-columns: 1fr 1fr; max-height: 90vh; overflow: auto;
  animation: rise .45s var(--ease);
}
.modal-card img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.modal-body { padding: 32px; }
.size-row { display: flex; gap: 8px; margin: 16px 0 22px; }
.size-row button {
  width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; cursor: pointer;
}
.size-row button.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.mobile-nav {
  position: fixed; inset: 0; background: var(--paper); z-index: 95;
  display: none; flex-direction: column; padding: 88px 32px; gap: 18px;
  font-family: "Cormorant Garamond", serif; font-size: 36px;
}
.mobile-nav.show { display: flex; }

@media (max-width: 980px) {
  nav.desk, .header-actions .cta { display: none; }
  .burger { display: flex; }
  .hero, .editorial, .shop-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 62vh; }
  .hero-copy, .editorial-copy { padding: 40px 24px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .trust, .steps, .quotes, .ig-row, .foot-grid { grid-template-columns: 1fr 1fr; }
  .section, .shop-hero, .toolbar, .shop-wrap { padding-left: 20px; padding-right: 20px; }
  .modal-card { grid-template-columns: 1fr; }
  .quick { transform: none; opacity: 1; }
  .filters { display: none; }
  .shop-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .trust, .steps, .quotes, .ig-row, .foot-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 48px; }
}
