:root {
  --ink: #0b0c0d;
  --charcoal: #121416;
  --charcoal-2: #191b1e;
  --cream: #f3ead6;
  --ivory: #f8f0df;
  --ivory-2: #efe1c5;
  --ink-soft: #26211a;
  --muted: #b9b0a0;
  --gold: #c9a65a;
  --gold-2: #ead08a;
  --light-ink: #211a12;
  --light-copy: #4d4338;
  --light-muted: #625849;
  --light-accent: #7d5d28;
  --light-line: rgba(88,67,32,.24);
  --light-card: rgba(255,255,255,.62);
  --forest: #2f3b31;
  --rust: #9a4c2b;
  --wine: #5b2b39;
  --line: rgba(234, 208, 138, .22);
  --shadow: 0 30px 80px rgba(0, 0, 0, .36);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 8%, rgba(201,166,90,.12), transparent 28rem),
    radial-gradient(circle at 9% 45%, rgba(91,43,57,.13), transparent 35rem),
    var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  z-index: 999;
  mix-blend-mode: soft-light;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.photo-img { width: 100%; height: 100%; object-fit: cover; }
.branded-photo { object-position: center 62%; filter: saturate(1.02) contrast(1.03); }
button, input, textarea { font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .72rem; color: var(--gold-2); font-weight: 700; }
.eyebrow.dark { color: #8b682e; }
.display { font-family: var(--serif); font-weight: 500; line-height: .94; letter-spacing: 0; }
.section-title { font-size: clamp(2rem, 3.7vw, 4.2rem); margin: .45rem 0 1rem; }
.section-copy { max-width: 700px; color: var(--muted); font-size: .98rem; }
.section-copy.dark { color: #5f5649; }
.gold-rule { width: 78px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 24px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; transform: translateY(-160%); background: var(--ivory); color: var(--ink); padding: 10px 14px; border: 1px solid var(--gold); }
.skip-link:focus { transform: translateY(0); }
.announcement-bar { position: fixed; inset: 0 0 auto; z-index: 60; min-height: 34px; display: grid; place-items: center; padding: 8px 20px; background: #15110b; color: var(--gold-2); border-bottom: 1px solid var(--line); text-align: center; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; font-weight: 700; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.has-announcement .site-header { top: 34px; }
.site-header.scrolled { background: rgba(10,11,12,.8); backdrop-filter: blur(18px); border-color: var(--line); }
.nav { height: 154px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { display: flex; align-items: center; gap: 22px; line-height: 1; min-width: 416px; }
.brand-mark { width: 128px; height: 128px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; border: 0; box-shadow: 0 20px 46px rgba(0,0,0,.36); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; }
.wordmark strong { color: var(--cream); font-family: var(--serif); font-size: 1.4rem; letter-spacing: .08em; font-weight: 600; }
.wordmark .brand-copy > span { margin-top: 7px; text-transform: uppercase; font-size: .58rem; letter-spacing: .31em; color: var(--gold); }
.wordmark .brand-copy { margin-top: 0; letter-spacing: 0; }
.wordmark .brand-copy span { display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .83rem; text-transform: uppercase; letter-spacing: .12em; }
.nav-links a { color: #d8cfbd; transition: color .2s ease; }
.nav-links a:hover { color: var(--gold-2); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--cream); border-radius: 50%; width: 44px; height: 44px; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 18px; border: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; transition: all .25s ease; cursor: pointer; }
.btn-primary { color: #17130c; background: linear-gradient(135deg, #f0d990, #b88e3a); box-shadow: 0 12px 35px rgba(201,166,90,.18); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(201,166,90,.28); }
.btn-ghost { background: rgba(255,255,255,.015); color: var(--cream); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }

.whatsapp-widget {
  position: fixed;
  right: 22px;
  top: calc(50% - 64px);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 18px;
  color: #f8f0df;
  background: rgba(10, 11, 12, .88);
  border: 1px solid rgba(234,208,138,.34);
  box-shadow: 0 22px 54px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
.whatsapp-widget:hover {
  transform: translateY(-50%) translateX(-4px);
  border-color: rgba(234,208,138,.7);
  background: rgba(18, 20, 22, .94);
  box-shadow: 0 28px 64px rgba(0,0,0,.42);
}
.whatsapp-widget-copy { display: grid; gap: 3px; text-align: right; line-height: 1; }
.whatsapp-widget-copy strong { color: var(--gold-2); font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.whatsapp-widget-copy span { color: #cfc5b3; text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 800; white-space: nowrap; }
.whatsapp-widget-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #1f8f55; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); flex: 0 0 auto; }
.whatsapp-widget-icon svg { width: 28px; height: 28px; fill: #fff; display: block; }

.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px max(22px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(234,208,138,.34);
  border-inline: 0;
  border-bottom: 0;
  background: #0a0b0c;
  color: var(--cream);
  box-shadow: 0 -18px 54px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 800; }
.cookie-notice p { max-width: 820px; margin: 8px 0 0; color: #c8bead; font-size: .9rem; line-height: 1.55; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; min-width: 430px; }
.cookie-actions a,
.cookie-actions button,
.cookie-preferences {
  min-height: 38px;
  border: 1px solid rgba(234,208,138,.26);
  background: #0a0b0c;
  color: var(--gold-2);
  padding: 0 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .62rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,.34);
}
.cookie-actions button[data-cookie-choice="analytics"] { background: var(--gold); color: #15110b; border-color: var(--gold); }
.cookie-preferences {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 118;
  min-height: 38px;
  padding: 0 13px;
  opacity: 1;
  border-color: rgba(234,208,138,.46);
  background: #0a0b0c;
  color: #f0d990;
  text-shadow: 0 1px 2px rgba(0,0,0,.8);
}
.cookie-notice:not([hidden]) + .cookie-preferences { display: none; }

.chatbot-widget {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 92;
  color: var(--cream);
  font-family: var(--sans);
}
.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(234,208,138,.38);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(10,11,12,.9);
  box-shadow: 0 20px 52px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.chatbot-toggle:hover { transform: translateY(-3px); border-color: rgba(234,208,138,.72); background: rgba(18,20,22,.95); }
.chatbot-toggle span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #17130c;
  background: linear-gradient(135deg, #f0d990, #b88e3a);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
}
.chatbot-toggle strong { color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; white-space: nowrap; }
.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(360px, calc(100vw - 32px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(234,208,138,.3);
  background: #111315;
  box-shadow: 0 28px 76px rgba(0,0,0,.48);
}
.chatbot-widget.open .chatbot-panel { display: block; }
.chatbot-header { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 18px 16px; border-bottom: 1px solid rgba(234,208,138,.16); background: linear-gradient(135deg, rgba(201,166,90,.16), rgba(255,255,255,.02)); }
.chatbot-header span { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; font-weight: 800; }
.chatbot-header h2 { margin: 4px 0 0; color: var(--cream); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1; }
.chatbot-close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(234,208,138,.24); background: rgba(255,255,255,.025); color: var(--cream); cursor: pointer; font-size: 1.3rem; line-height: 1; }
.chatbot-log { max-height: 310px; overflow: auto; display: grid; gap: 12px; padding: 18px; scroll-behavior: smooth; }
.chatbot-message { display: grid; gap: 8px; justify-items: start; }
.chatbot-message.user { justify-items: end; }
.chatbot-bubble { max-width: 92%; padding: 12px 14px; border: 1px solid rgba(234,208,138,.14); color: #d7cebd; background: rgba(255,255,255,.035); font-size: .88rem; line-height: 1.5; }
.chatbot-message.user .chatbot-bubble { color: #17130c; background: linear-gradient(135deg, #f0d990, #b88e3a); border-color: transparent; }
.chatbot-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.chatbot-actions a, .chatbot-actions button, .chatbot-quick button, .chatbot-form button, .chatbot-lead-actions button {
  border: 1px solid rgba(234,208,138,.24);
  color: var(--gold-2);
  background: rgba(201,166,90,.06);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .62rem;
  font-weight: 800;
  padding: 8px 10px;
  cursor: pointer;
}
.chatbot-actions a:hover, .chatbot-actions button:hover, .chatbot-quick button:hover, .chatbot-form button:hover, .chatbot-lead-actions button:hover { border-color: rgba(234,208,138,.62); background: rgba(201,166,90,.12); }
.chatbot-quick { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 16px; }
.chatbot-lead-form { display: grid; gap: 12px; padding: 16px 18px 18px; border-top: 1px solid rgba(234,208,138,.14); background: rgba(255,255,255,.02); }
.chatbot-lead-form[hidden] { display: none; }
.chatbot-lead-heading { display: grid; gap: 4px; }
.chatbot-lead-heading span, .chatbot-lead-form label { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 800; }
.chatbot-lead-heading strong { color: var(--cream); font-family: var(--serif); font-size: 1.25rem; line-height: 1.08; font-weight: 500; }
.chatbot-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.chatbot-lead-form label { display: grid; gap: 6px; }
.chatbot-lead-form input[type="text"], .chatbot-lead-form input[type="email"], .chatbot-lead-form select, .chatbot-lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(234,208,138,.2);
  background: rgba(255,255,255,.05);
  color: var(--cream);
  padding: 10px 11px;
  outline: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: .86rem;
}
.chatbot-lead-form textarea { resize: vertical; min-height: 82px; }
.chatbot-lead-form input:focus, .chatbot-lead-form select:focus, .chatbot-lead-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,166,90,.12); }
.chatbot-lead-form option { color: #17130c; }
.chatbot-consent { display: flex !important; grid-template-columns: auto 1fr; gap: 9px !important; align-items: flex-start; color: #c7bdab !important; text-transform: none !important; letter-spacing: 0 !important; font-size: .78rem !important; line-height: 1.45; }
.chatbot-consent input { margin-top: 3px; accent-color: var(--gold); }
.chatbot-lead-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.chatbot-lead-status { min-height: 20px; margin: 0; color: #c7bdab; font-size: .8rem; font-weight: 700; }
.chatbot-lead-status.error { color: #f0a1a1; }
.chatbot-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 16px 18px 18px; border-top: 1px solid rgba(234,208,138,.14); }
.chatbot-form input { min-width: 0; border: 1px solid rgba(234,208,138,.2); background: rgba(255,255,255,.045); color: var(--cream); padding: 11px 12px; outline: 0; }
.chatbot-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,166,90,.12); }
.chatbot-form input::placeholder { color: #8d8577; }

.hero { min-height: 700px; display: grid; align-items: center; overflow: hidden; padding: 118px 0 64px; position: relative; }
.has-announcement .hero { padding-top: 185px; }
.hero::after { content: ""; position: absolute; right: -16vw; top: 16vh; width: 39vw; height: 39vw; border: 1px solid rgba(201,166,90,.07); border-radius: 50%; box-shadow: 0 0 0 54px rgba(201,166,90,.018), 0 0 0 112px rgba(201,166,90,.01); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr); gap: 68px; align-items: center; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.45rem, 3.8vw, 4.35rem); margin: 12px 0 18px; max-width: 600px; }
.hero h1 em { color: var(--gold-2); font-weight: 400; }
.hero-lead { max-width: 560px; font-size: clamp(.98rem, 1.1vw, 1.06rem); color: #c8bfae; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.prelaunch-callout { max-width: 560px; margin-top: 22px; padding: 18px 20px; border: 1px solid rgba(234,208,138,.28); background: linear-gradient(135deg, rgba(201,166,90,.12), rgba(255,255,255,.025)); box-shadow: 0 20px 54px rgba(0,0,0,.18); }
.prelaunch-callout span { display: block; color: var(--gold-2); text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 800; }
.prelaunch-callout strong { display: block; margin-top: 8px; color: var(--cream); font-family: var(--serif); font-size: 1.38rem; line-height: 1.08; font-weight: 500; }
.prelaunch-callout p { margin: 8px 0 12px; color: #bdb3a5; font-size: .9rem; line-height: 1.55; }
.prelaunch-callout a { color: var(--gold-2); text-transform: uppercase; letter-spacing: .13em; font-size: .66rem; font-weight: 800; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #9f978a; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-note::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero-showcase { position: relative; isolation: isolate; }
.hero-showcase::before { content: ""; position: absolute; inset: 12% 6%; border-radius: 999px; background: radial-gradient(circle, rgba(201,166,90,.13), transparent 70%); filter: blur(24px); z-index: -1; }
.hero-film { position: relative; overflow: hidden; border: 1px solid rgba(234,208,138,.22); background: #0e1011; box-shadow: 0 28px 74px rgba(0,0,0,.34); }
.hero-film video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-film::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 46%, rgba(6,7,8,.72)); }
.hero-film-caption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; display: grid; gap: 5px; }
.hero-film-caption span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 800; }
.hero-film-caption strong { color: var(--cream); font-family: var(--serif); font-size: 1.24rem; line-height: 1.04; font-weight: 500; }
.hero-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 390px; margin-left: auto; }
.hero-mosaic-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; margin: 12px 0 0; }
.hero-mosaic-tile { position: relative; margin: 0; height: 150px; overflow: hidden; border: 1px solid rgba(234,208,138,.18); background: var(--charcoal); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.hero-mosaic-tile.featured { height: 190px; }
.hero-mosaic-tile:nth-child(2) { margin-top: 22px; }
.hero-mosaic-tile:nth-child(3) { margin-top: -26px; }
.hero-mosaic-compact .hero-mosaic-tile { height: 112px; }
.hero-mosaic-compact .hero-mosaic-tile:nth-child(2), .hero-mosaic-compact .hero-mosaic-tile:nth-child(3) { margin-top: 0; }
.hero-mosaic-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(6,7,8,.68)); }
.hero-mosaic-tile figcaption { position: absolute; left: 14px; bottom: 12px; z-index: 1; color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 800; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px; text-align: center; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; color: #c7bdab; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-proof-section { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006)); }

.proof-section { padding-top: 78px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.proof-card { min-height: 230px; padding: 24px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); display: flex; flex-direction: column; justify-content: space-between; }
.proof-card span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.proof-card h3 { margin: auto 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.04; }
.proof-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.page-hero { min-height: 58vh; display: grid; align-items: center; overflow: hidden; padding: 220px 0 76px; position: relative; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; position: relative; z-index: 2; }
.page-hero-art { min-height: 360px; border: 1px solid var(--line); background: var(--charcoal); box-shadow: var(--shadow); overflow: hidden; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-form-section { padding-top: 246px; }

section { padding: 86px 0; position: relative; }
.warm-section { color: var(--ink-soft); background: linear-gradient(180deg, var(--ivory), var(--ivory-2)); }
.warm-section .section-title,
.warm-section h2,
.warm-section h3,
.warm-section h4 { color: var(--light-ink); }
.warm-section p,
.warm-section .section-copy,
.warm-section .section-copy.dark { color: var(--light-copy); }
.warm-section .eyebrow,
.warm-section .eyebrow.dark,
.warm-section .preview-product span,
.warm-section .ritual-card span,
.warm-section .provenance-card span,
.warm-section .provenance-note span,
.warm-section .edit-card span,
.warm-section .spec-card span,
.warm-section .package-card span,
.warm-section .b2b-card span,
.warm-section .faq-item span,
.warm-section .recipe-card span,
.warm-section .recipe-teaser span,
.warm-section .gift-path span,
.warm-section .gift-concierge span,
.warm-section .range-map-card span { color: var(--light-accent); }
.warm-section .collection-link,
.warm-section .dark-link,
.warm-section .package-card a,
.warm-section .gift-path a { color: #6f501f; }
.warm-section .preview-product,
.warm-section .ritual-card,
.warm-section .provenance-card,
.warm-section .provenance-note,
.warm-section .edit-card,
.warm-section .spec-card,
.warm-section .range-map-card,
.warm-section .package-card,
.warm-section .package-card.light,
.warm-section .gift-path,
.warm-section .process-step,
.warm-section .b2b-card,
.warm-section .faq-item,
.warm-section .recipe-card,
.warm-section .recipe-teaser,
.warm-section .gift-concierge div,
.warm-section .tasting-form { border-color: var(--light-line); background: var(--light-card); }
.warm-section .preview-product p,
.warm-section .ritual-card p,
.warm-section .provenance-card p,
.warm-section .provenance-note p,
.warm-section .edit-card p,
.warm-section .spec-card p,
.warm-section .package-card p,
.warm-section .b2b-card p,
.warm-section .faq-item p,
.warm-section .recipe-card p,
.warm-section .recipe-teaser p,
.warm-section .gift-path p,
.warm-section .process-step p,
.warm-section .lead-notes span,
.warm-section .tasting-notes span { color: var(--light-copy); }
.warm-section .preview-product dl div,
.warm-section .package-card dl div,
.warm-section .recipe-card dl div,
.warm-section .range-map-card li,
.warm-section .lead-notes div,
.warm-section .tasting-notes div,
.warm-section .process-step { border-color: rgba(88,67,32,.22); }
.warm-section dd,
.warm-section .preview-product dd,
.warm-section .package-card dd,
.warm-section .recipe-card dd,
.warm-section .range-map-card ul,
.warm-section .check-grid label,
.warm-section .consent-row,
.warm-section .form-status { color: var(--light-muted); }
.section-heading { display: flex; justify-content: space-between; gap: 44px; align-items: end; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading > * { min-width: 0; }

.home-gallery-section { padding: 70px 0; background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); border-bottom: 1px solid rgba(255,255,255,.04); }
.home-photo-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 14px; align-items: stretch; }
.home-photo-card { position: relative; height: 220px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--charcoal); box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.home-photo-card.feature { height: 270px; }
.home-photo-card img { transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.home-photo-card:hover img { transform: scale(1.035); }
.home-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(6,7,8,.7)); pointer-events: none; }
.home-photo-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 800; }

.preview-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-shop-grid { align-items: stretch; }
.preview-product { overflow: hidden; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.5); box-shadow: 0 24px 70px rgba(56,40,18,.08); }
.preview-product img { height: 190px; width: 100%; object-fit: cover; }
.preview-product > div { padding: 20px; }
.preview-product span, .spec-card span, .package-card span { color: #8b682e; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 800; }
.preview-product h3, .spec-card h3, .package-card h3 { margin: 9px 0 9px; color: #211a12; font-family: var(--serif); font-size: 1.55rem; line-height: 1.08; font-weight: 500; }
.preview-product p, .spec-card p, .package-card p { color: #5f5649; margin: 0 0 18px; }
.preview-product dl, .package-card dl { display: grid; gap: 10px; margin: 0; }
.preview-product dl div, .package-card dl div { display: flex; justify-content: space-between; gap: 16px; padding-top: 10px; border-top: 1px solid rgba(88,67,32,.18); }
.preview-product dt, .package-card dt { color: #8b682e; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.preview-product dd, .package-card dd { margin: 0; color: #3f352a; text-align: right; font-size: .86rem; }
.preview-product .dark-link { color: #8b682e; margin-top: 16px; }
.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-path-grid { grid-template-columns: repeat(4, 1fr); }
.ritual-card { display: flex; min-height: 218px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.42); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.ritual-card:hover { transform: translateY(-4px); border-color: rgba(139,104,46,.5); background: rgba(255,255,255,.68); }
.ritual-card span, .provenance-card span, .edit-card span { color: #8b682e; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.ritual-card h3, .provenance-card h3, .edit-card h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; color: #211a12; }
.ritual-card h3 { margin: auto 0 10px; font-size: 1.55rem; }
.ritual-card p, .provenance-card p, .edit-card p { color: #5f5649; margin: 0; }
.collections-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 42px; }
.collection-card { position: relative; overflow: hidden; height: clamp(300px, 30vw, 390px); border: 1px solid var(--line); background: var(--charcoal); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.collection-card.large { grid-column: span 7; }
.collection-card.small { grid-column: span 5; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.collection-card:hover img { transform: scale(1.045); }
.collection-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(180deg, transparent 42%, rgba(6,7,8,.82) 88%); }
.collection-overlay h3 { font-family: var(--serif); font-size: 1.75rem; margin: 0; font-weight: 500; }
.collection-overlay p { color: #c6bcaa; margin: 8px 0 0; max-width: 480px; }
.collection-link { display: inline-flex; gap: 10px; align-items: center; color: var(--gold-2); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; margin-top: 18px; }

.experience { background: linear-gradient(180deg, rgba(255,255,255,.01), transparent); border-block: 1px solid rgba(255,255,255,.04); }
.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.experience-panel { position: sticky; top: 120px; }
.experience-cards { display: grid; gap: 18px; }
.experience-card { padding: 28px; min-height: 200px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); position: relative; overflow: hidden; }
.experience-card::after { content: attr(data-number); position: absolute; right: 22px; bottom: -30px; font-family: var(--serif); font-size: 8rem; color: rgba(201,166,90,.06); }
.experience-card h3 { font-family: var(--serif); font-size: 1.7rem; margin: 9px 0 10px; font-weight: 500; }
.experience-card p { color: var(--muted); max-width: 600px; }
.provenance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.provenance-stack { display: grid; gap: 14px; }
.provenance-card { padding: 24px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.48); }
.provenance-card h3 { margin: 10px 0 8px; font-size: 1.45rem; }
.provenance-library { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.provenance-note { padding: 24px; border-top: 1px solid rgba(88,67,32,.28); background: rgba(255,255,255,.32); }
.provenance-note span, .b2b-card span, .recipe-card span, .recipe-teaser span, .gift-concierge span, .modal-detail-grid span { color: #8b682e; text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 800; }
.provenance-note h3 { margin: 12px 0 10px; color: #211a12; font-family: var(--serif); font-size: 1.38rem; line-height: 1.08; font-weight: 500; }
.provenance-note p { margin: 0; color: #5f5649; font-size: .92rem; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.spec-card { min-height: 210px; padding: 24px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.48); display: flex; flex-direction: column; justify-content: space-between; }
.range-map-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.range-map-card { padding: 24px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.5); box-shadow: 0 18px 52px rgba(56,40,18,.07); }
.range-map-card span { color: #8b682e; text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 800; }
.range-map-card h3 { margin: 10px 0 16px; color: #211a12; font-family: var(--serif); font-size: 1.45rem; line-height: 1.08; font-weight: 500; }
.range-map-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #5f5649; }
.range-map-card li { padding-top: 8px; border-top: 1px solid rgba(88,67,32,.14); }

.products-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 34px; flex-wrap: wrap; }
.product-browse-panel { display: grid; gap: 12px; justify-items: end; max-width: 720px; }
.product-count { color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 800; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.use-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter-btn, .use-filter { border: 1px solid var(--line); background: transparent; color: #bcb3a4; padding: 10px 15px; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; }
.use-filter { padding: 8px 12px; border-color: rgba(234,208,138,.13); font-size: .62rem; }
.filter-btn.active, .filter-btn:hover, .use-filter.active, .use-filter:hover { border-color: var(--gold); color: var(--gold-2); background: rgba(201,166,90,.06); }
.sort-control { display: inline-flex; align-items: center; gap: 10px; color: #bcb3a4; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; }
.sort-control select { min-height: 38px; border: 1px solid rgba(234,208,138,.18); background: #111315; color: var(--cream); padding: 8px 12px; font: inherit; letter-spacing: 0; text-transform: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { border: 1px solid var(--line); background: #121416; min-width: 0; transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(234,208,138,.45); }
.product-photo { aspect-ratio: 1.48; position: relative; overflow: hidden; background: #111315; border-bottom: 1px solid rgba(234,208,138,.16); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.1,1), filter .25s ease; }
.product-status { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 9px; border: 1px solid rgba(234,208,138,.35); background: rgba(10,11,12,.78); color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; font-weight: 800; backdrop-filter: blur(10px); }
.product-card:hover .product-photo img { transform: scale(1.035); filter: saturate(1.04) contrast(1.03); }
.product-visual { aspect-ratio: 1.12; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, #2a2b2c, #111315 67%); }
.product-visual::before { content: ""; width: 68%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #282522, #0f1011); border: 8px solid #aa8440; box-shadow: 0 25px 50px rgba(0,0,0,.46), inset 0 0 0 2px rgba(255,255,255,.08); }
.product-visual::after { content: attr(data-mark); position: absolute; color: #ead7a9; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.9rem); letter-spacing: .08em; text-align: center; max-width: 58%; line-height: 1.05; }
.product-card[data-color="orange"] .product-visual { background: radial-gradient(circle at 50% 45%, #6b321d, #121315 68%); }
.product-card[data-color="green"] .product-visual { background: radial-gradient(circle at 50% 45%, #2f4a35, #111315 68%); }
.product-card[data-color="red"] .product-visual { background: radial-gradient(circle at 50% 45%, #5f2834, #111315 68%); }
.product-card[data-color="gold"] .product-visual { background: radial-gradient(circle at 50% 45%, #564727, #111315 68%); }
.product-card[data-color="violet"] .product-visual { background: radial-gradient(circle at 50% 45%, #3b2d4e, #111315 68%); }
.product-card[data-color="pale"] .product-visual { background: radial-gradient(circle at 50% 45%, #4b4540, #111315 68%); }
.product-info { padding: 20px; }
.product-kicker { font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; color: var(--gold); }
.product-info h3 { font-family: var(--serif); font-size: 1.4rem; margin: 8px 0 8px; font-weight: 500; line-height: 1.08; }
.product-info p { color: #a9a194; font-size: .92rem; min-height: 54px; }
.product-commerce { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 16px; border: 1px solid rgba(234,208,138,.14); background: rgba(234,208,138,.12); }
.product-commerce span { min-width: 0; padding: 10px; background: rgba(255,255,255,.025); }
.product-commerce strong { display: block; color: var(--cream); font-size: .82rem; line-height: 1.2; }
.product-commerce small { display: block; margin-top: 4px; color: #948b7c; text-transform: uppercase; letter-spacing: .1em; font-size: .56rem; font-weight: 800; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.product-tags span { border: 1px solid rgba(234,208,138,.18); color: #d8caa5; background: rgba(201,166,90,.055); padding: 5px 8px; font-size: .63rem; text-transform: uppercase; letter-spacing: .1em; }
.product-meta { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px 12px; color: #cdc3b1; font-size: .77rem; flex-wrap: wrap; }
.quick-view { background: none; color: var(--gold-2); border: 0; padding: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.product-waitlist { color: #f0d990; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; white-space: nowrap; }
.recommendations { padding-top: 78px; }
.edit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.edit-card { padding: 24px; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.48); }
.edit-card > span, .edit-card > h3, .edit-card > p { margin-inline: 0; }
.edit-card > span { margin-top: 18px; }
.edit-card h3 { font-size: 1.55rem; margin: 22px 0 14px; }
.edit-card > p { margin-bottom: 0; }
.edit-image-strip { width: min(172px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(88,67,32,.16); overflow: visible; }
.edit-image-strip img { width: 100%; aspect-ratio: 1; height: auto; object-fit: cover; border: 1px solid rgba(88,67,32,.18); border-radius: 50%; box-shadow: 0 10px 24px rgba(56,40,18,.08); cursor: zoom-in; transform-origin: center; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, border-radius .28s ease; }
.edit-image-strip img:hover, .edit-image-strip img:focus-visible { position: relative; z-index: 3; transform: scale(2.35); border-radius: 18px; border-color: rgba(139,104,46,.48); box-shadow: 0 24px 54px rgba(56,40,18,.28); }
.edit-image-strip img:first-child { grid-row: auto; }

.finish-finder-section { border-block: 1px solid rgba(255,255,255,.06); background: #101113; }
.finish-finder { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.finish-finder-copy { position: sticky; top: 128px; }
.finish-finder-copy .section-copy { color: #bdb3a5; }
.finish-finder-tool { padding: 28px; border: 1px solid rgba(234,208,138,.18); background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.018)); box-shadow: 0 26px 80px rgba(0,0,0,.24); }
.finish-choice-group { display: grid; gap: 12px; margin-bottom: 22px; }
.finish-choice-group > span, .finish-result span { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 800; }
.finish-options { display: flex; flex-wrap: wrap; gap: 8px; }
.finish-options button { border: 1px solid rgba(234,208,138,.18); background: rgba(255,255,255,.03); color: #d5cbb9; min-height: 38px; padding: 9px 12px; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; font-weight: 800; }
.finish-options button.active, .finish-options button:hover, .finish-options button:focus-visible { border-color: var(--gold); color: var(--gold-2); background: rgba(201,166,90,.12); }
.finish-result { display: grid; grid-template-columns: minmax(180px, .7fr) 1fr; gap: 22px; align-items: center; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(234,208,138,.16); }
.finish-result img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border: 1px solid rgba(234,208,138,.16); }
.finish-result h3 { margin: 10px 0 10px; color: var(--cream); font-family: var(--serif); font-size: 1.55rem; line-height: 1.08; font-weight: 500; }
.finish-result p { margin: 0 0 18px; color: #bdb3a5; }
.ai-concierge-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(234,208,138,.16); }
.ai-concierge-form label { display: block; margin-bottom: 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 800; }
.ai-input-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.ai-input-row input { min-width: 0; border: 1px solid rgba(234,208,138,.2); background: rgba(255,255,255,.055); color: var(--cream); padding: 12px 13px; outline: 0; }
.ai-input-row input::placeholder { color: #8f8576; }
.ai-input-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,166,90,.12); }
.ai-input-row button { border: 1px solid var(--gold); background: var(--gold); color: #15110b; padding: 0 15px; text-transform: uppercase; letter-spacing: .11em; font-size: .64rem; font-weight: 900; cursor: pointer; }
.ai-input-row button:disabled { cursor: wait; opacity: .7; }
.ai-concierge-form p { margin: 10px 0 0; color: #a99f91; font-size: .84rem; line-height: 1.5; }

.hospitality { overflow: hidden; }
.hospitality::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,.94), rgba(7,8,9,.68)), radial-gradient(circle at 78% 44%, rgba(201,166,90,.2), transparent 34rem); }
.hospitality-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 72px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.hospitality-list { display: grid; gap: 16px; }
.hospitality-point { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.hospitality-point span { width: 42px; height: 42px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-2); font-family: var(--serif); }
.hospitality-point h4 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.32rem; font-weight: 500; }
.hospitality-point p { margin: 0; color: var(--muted); font-size: .9rem; }
.hospitality-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0 10px; }
.hospitality-metrics div { padding: 16px; border: 1px solid rgba(234,208,138,.18); background: rgba(255,255,255,.025); }
.hospitality-metrics strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--gold-2); line-height: 1; }
.hospitality-metrics span { display: block; margin-top: 8px; color: #b9b0a0; font-size: .78rem; line-height: 1.45; }

.gifting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.gift-visual { min-height: 440px; position: relative; border: 1px solid var(--line); overflow: hidden; background: radial-gradient(circle at 50% 35%, #4c3335, #111315 68%); }
.gift-visual img { width: 100%; height: 100%; object-fit: cover; }
.gift-badge { position: absolute; left: 30px; bottom: 30px; width: 120px; aspect-ratio: 1; border-radius: 50%; background: #101112; border: 1px solid var(--gold); display: grid; place-items: center; text-align: center; color: var(--gold-2); text-transform: uppercase; letter-spacing: .13em; font-size: .6rem; transform: rotate(-8deg); }
.gift-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 34px; }
.gift-list div { padding: 16px; border: 1px solid var(--line); color: #c8bead; font-size: .88rem; }
.gift-list strong { display: block; color: var(--gold-2); font-family: var(--serif); font-size: 1.28rem; font-weight: 500; }
.gift-list span { display: block; margin-top: 5px; color: #a9a194; line-height: 1.45; }
.gift-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gift-concierge { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 18px; border: 1px solid rgba(88,67,32,.22); background: rgba(88,67,32,.22); }
.gift-concierge div { padding: 20px; background: rgba(255,255,255,.52); }
.gift-concierge strong { display: block; margin-top: 8px; color: #211a12; font-family: var(--serif); font-size: 1.25rem; line-height: 1.08; font-weight: 500; }
.gift-path { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.gift-path span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.gift-path h3 { font-family: var(--serif); font-size: 1.75rem; margin: auto 0 12px; font-weight: 500; line-height: 1.04; }
.gift-path p { color: var(--muted); margin: 0 0 18px; }
.gift-path a { color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 800; }
.warm-section .gift-path { border-color: rgba(88,67,32,.22); background: rgba(255,255,255,.5); }
.warm-section .gift-path h3 { color: #211a12; }
.warm-section .gift-path p { color: #5f5649; }
.warm-section .gift-path a { color: #8b682e; }
.gift-builder { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; align-items: stretch; margin-top: 22px; }
.gift-builder-form { box-shadow: none; }
.gift-builder-result { padding: 28px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.58); box-shadow: 0 22px 70px rgba(56,40,18,.08); }
.gift-builder-result span { color: #8b682e; text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 800; }
.gift-builder-result h3 { margin: 10px 0 12px; color: #211a12; font-family: var(--serif); font-size: 1.75rem; line-height: 1.06; font-weight: 500; }
.gift-builder-result p { margin: 0 0 16px; color: #5f5649; }
.gift-builder-result ul { display: grid; gap: 9px; padding: 0; margin: 0 0 18px; list-style: none; }
.gift-builder-result li { padding-top: 9px; border-top: 1px solid rgba(88,67,32,.14); color: #3f352a; font-size: .9rem; line-height: 1.45; }

.process-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { border-top: 1px solid var(--gold); padding: 28px 6px 0; }
.process-step .num { font-family: var(--serif); color: var(--gold-2); font-size: 2.2rem; }
.process-step h3 { font-family: var(--serif); font-size: 1.6rem; margin: 12px 0 10px; font-weight: 500; }
.process-step p { color: var(--muted); font-size: .9rem; }
.warm-section .process-step h3 { color: #211a12; }
.warm-section .process-step p { color: #5f5649; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.package-card { min-height: 320px; padding: 24px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); display: flex; flex-direction: column; }
.package-card.light { border-color: rgba(88,67,32,.22); background: rgba(255,255,255,.5); }
.package-card:not(.light) h3 { color: var(--cream); }
.package-card:not(.light) p { color: var(--muted); }
.package-card:not(.light) dl div { border-color: rgba(234,208,138,.18); }
.package-card:not(.light) dd { color: #ddd1bd; }
.package-card a { margin-top: auto; color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 800; }
.b2b-grid, .faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.b2b-card, .faq-item { padding: 24px; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.48); }
.b2b-card h3, .faq-item h3 { margin: 12px 0 10px; color: #211a12; font-family: var(--serif); font-size: 1.45rem; line-height: 1.08; font-weight: 500; }
.b2b-card p, .faq-item p { margin: 0; color: #5f5649; font-size: .92rem; }

.serve-section { border-block: 1px solid rgba(255,255,255,.05); background: linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.025)); }
.serve-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.serve-image { height: 420px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.use-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
.use-list div { padding: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.use-list strong { display: block; color: var(--gold-2); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.use-list span { display: block; margin-top: 6px; color: var(--muted); font-size: .9rem; }
.recipe-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-buyer-grid { grid-template-columns: repeat(4, 1fr); }
.recipe-teaser { display: block; overflow: hidden; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.52); transition: transform .22s ease, border-color .22s ease; }
.recipe-teaser:hover { transform: translateY(-4px); border-color: rgba(139,104,46,.48); }
.recipe-teaser img { height: 190px; width: 100%; object-fit: cover; }
.recipe-teaser span, .recipe-teaser h3 { margin-inline: 20px; }
.recipe-teaser span { display: block; margin-top: 18px; }
.recipe-teaser h3 { margin-top: 8px; margin-bottom: 20px; color: #211a12; font-family: var(--serif); font-size: 1.55rem; line-height: 1.08; font-weight: 500; }
.section-cta { margin-top: 28px; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.recipe-card { overflow: hidden; border: 1px solid rgba(88,67,32,.22); background: rgba(255,255,255,.52); box-shadow: 0 18px 52px rgba(56,40,18,.08); }
.recipe-card img { height: 190px; width: 100%; object-fit: cover; }
.recipe-card > div { padding: 22px; }
.recipe-card h3 { margin: 8px 0 10px; color: #211a12; font-family: var(--serif); font-size: 1.55rem; line-height: 1.08; font-weight: 500; }
.recipe-card p { margin: 0 0 18px; color: #5f5649; }
.recipe-card dl { margin: 0; display: grid; gap: 8px; }
.recipe-card dl div { display: flex; justify-content: space-between; gap: 12px; padding-top: 8px; border-top: 1px solid rgba(88,67,32,.16); }
.recipe-card dt { color: #8b682e; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; }
.recipe-card dd { margin: 0; color: #3f352a; text-align: right; font-size: .84rem; }

.guide-table { border: 1px solid var(--line); }
.guide-table > div { display: grid; grid-template-columns: 1.15fr 1.55fr 1.15fr .8fr; gap: 16px; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.07); color: #c8bead; }
.guide-table > div:first-child { background: rgba(201,166,90,.08); color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.guide-table > div:last-child { border-bottom: 0; }

.tasting-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: start; }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: start; }
.lead-notes { display: grid; gap: 12px; margin-top: 34px; }
.lead-notes div { padding: 18px 0; border-top: 1px solid rgba(88,67,32,.22); }
.lead-notes strong { display: block; color: #2b2116; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.lead-notes span { display: block; margin-top: 4px; color: #625849; }
.tasting-notes { display: grid; gap: 12px; margin-top: 34px; }
.tasting-notes div { padding: 18px 0; border-top: 1px solid rgba(88,67,32,.22); }
.tasting-notes strong { display: block; color: #2b2116; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.tasting-notes span { display: block; margin-top: 4px; color: #625849; }
.tasting-form { padding: 34px; border: 1px solid rgba(88,67,32,.26); background: rgba(255,255,255,.5); box-shadow: 0 24px 70px rgba(56,40,18,.08); }
.form-row { display: grid; gap: 8px; margin-bottom: 18px; }
.form-row.split { grid-template-columns: 1fr 1fr; gap: 14px; }
.tasting-form label, .tasting-form legend { color: #34291d; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; }
.tasting-form input[type="text"], .tasting-form input[type="email"], .tasting-form select, .tasting-form textarea {
  width: 100%;
  border: 1px solid rgba(88,67,32,.28);
  background: rgba(255,255,255,.76);
  color: #211a12;
  padding: 13px 14px;
  border-radius: 0;
  outline: 0;
}
.tasting-form textarea { resize: vertical; min-height: 118px; }
.tasting-form input:focus, .tasting-form select:focus, .tasting-form textarea:focus { border-color: #8b682e; box-shadow: 0 0 0 3px rgba(201,166,90,.18); }
.tasting-form fieldset { border: 1px solid rgba(88,67,32,.22); padding: 18px; margin: 0 0 18px; }
.tasting-form legend { padding: 0 8px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-top: 8px; }
.check-grid label, .consent-row { display: flex; align-items: flex-start; gap: 9px; color: #4d4338; text-transform: none; letter-spacing: 0; font-weight: 600; font-size: .9rem; line-height: 1.45; }
.check-grid input, .consent-row input { margin-top: 4px; accent-color: #8b682e; }
.consent-row { margin: 2px 0 22px; }
.form-status { min-height: 24px; margin: 16px 0 0; color: #4d4338; font-weight: 700; }
.form-status.success { color: #2f5b35; }
.form-status.error { color: #8b2d2d; }

.journal-strip { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(47,59,49,.2), rgba(91,43,57,.14)); }
.journal-inner { padding: 64px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.journal-inner h2 { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4rem); margin: 0; font-weight: 500; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-card { border: 1px solid var(--line); padding: 34px; background: rgba(255,255,255,.02); }
.contact-card h3 { font-family: var(--serif); font-size: 2rem; margin: 0 0 12px; font-weight: 500; }
.contact-card p { color: var(--muted); }
.contact-links { display: grid; gap: 12px; margin-top: 24px; }
.contact-links a { display: flex; justify-content: space-between; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #ddd1bd; }

.credits-list { display: grid; gap: 18px; margin-top: 34px; }
.credits-list article { padding: 24px 0; border-top: 1px solid var(--line); }
.credits-list h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.credits-list p { margin: 0; color: var(--muted); }
.credits-list a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 4px; }
.privacy-table { margin: 26px 0; border: 1px solid rgba(234,208,138,.18); }
.privacy-table > div { display: grid; grid-template-columns: .85fr 1.8fr .8fr; gap: 14px; padding: 14px 16px; border-bottom: 1px solid rgba(234,208,138,.12); color: #c8bead; }
.privacy-table > div:first-child { background: rgba(201,166,90,.08); color: var(--gold-2); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.privacy-table > div:last-child { border-bottom: 0; }
.privacy-table span { overflow-wrap: anywhere; }

.site-footer { padding: 58px 0 30px; border-top: 1px solid var(--line); background: #090a0b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-brand-lockup { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.footer-brand-mark { width: 172px; height: 172px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; border: 0; box-shadow: 0 20px 46px rgba(0,0,0,.34); }
.footer-title { font-family: var(--serif); font-size: 2.2rem; margin: 0 0 10px; font-weight: 500; }
.footer-copy { color: #968e81; max-width: 380px; }
.footer-col h4 { text-transform: uppercase; letter-spacing: .17em; font-size: .68rem; color: var(--gold); margin-bottom: 18px; }
.footer-col a { display: block; color: #aaa194; margin: 9px 0; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 38px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.07); color: #7f786e; font-size: .78rem; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.modal.open { display: grid; }
.modal-card { width: min(840px, 100%); max-height: 88vh; overflow: auto; border: 1px solid var(--line); background: #111315; box-shadow: var(--shadow); position: relative; }
.modal-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(0,0,0,.4); color: var(--cream); cursor: pointer; }
.modal-content { display: grid; grid-template-columns: .9fr 1.1fr; }
.modal-art { min-height: 420px; display: grid; place-items: center; background: radial-gradient(circle, #514129, #111315 65%); position: relative; overflow: hidden; }
.modal-art img:not(.modal-logo-badge) { width: 100%; height: 100%; object-fit: cover; }
.modal-art.has-image::before, .modal-art.has-image::after { display: none; }
.modal-art::before { content: ""; width: 68%; aspect-ratio: 1; border-radius: 50%; background: #171719; border: 10px solid var(--gold); box-shadow: 0 28px 60px rgba(0,0,0,.5); }
.modal-art::after { content: attr(data-mark); position: absolute; font-family: var(--serif); font-size: 2rem; color: var(--gold-2); text-align: center; max-width: 250px; line-height: 1; }
.modal-logo-badge { position: absolute; left: 24px; bottom: 24px; width: 92px; height: 92px; border-radius: 50%; object-fit: cover; box-shadow: 0 18px 44px rgba(0,0,0,.42); border: 1px solid rgba(234,208,138,.55); }
.modal-copy { padding: 48px 40px; }
.modal-copy h2 { font-family: var(--serif); font-size: 3rem; margin: 10px 0 16px; line-height: 1; font-weight: 500; }
.modal-copy p { color: var(--muted); }
.modal-specs { display: grid; gap: 10px; margin: 24px 0; }
.modal-specs div { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .86rem; color: #c8bead; }
.modal-detail-grid { display: grid; gap: 10px; margin: 22px 0 26px; }
.modal-detail-grid div { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.07); }
.modal-detail-grid span { display: block; color: var(--gold); }
.modal-detail-grid strong { display: block; margin-top: 5px; color: #ddd1bd; font-size: .88rem; line-height: 1.5; font-weight: 600; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .nav-links { position: fixed; left: 20px; right: 20px; top: 170px; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: rgba(14,15,16,.96); border: 1px solid var(--line); backdrop-filter: blur(18px); }
  .has-announcement .nav-links { top: 204px; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-actions .btn { display: none; }
  .section-heading, .hero-grid, .page-hero-grid, .experience-grid, .provenance-grid, .hospitality-inner, .gifting-grid, .tasting-grid, .lead-grid, .serve-grid, .contact-grid, .finish-finder, .gift-builder { grid-template-columns: 1fr; }
  .section-heading { display: grid; align-items: start; }
  .product-browse-panel { justify-items: start; max-width: none; }
  .use-filters { justify-content: flex-start; }
  .hero { padding-top: 178px; }
  .has-announcement .hero { padding-top: 206px; }
  .hero-grid { gap: 42px; }
  .hero-showcase { width: min(520px, 100%); margin-inline: auto; }
  .hero-mosaic { max-width: 480px; margin-inline: auto; }
  .home-photo-grid { grid-template-columns: 1fr 1fr; }
  .home-photo-card.feature { height: 250px; }
  .page-hero { padding-top: 206px; }
  .page-hero-art { min-height: 320px; }
  .page-form-section { padding-top: 206px; }
  .ritual-grid, .home-path-grid, .edit-grid, .proof-grid, .gift-path-grid, .preview-product-grid, .spec-grid, .range-map-grid, .package-grid, .recipe-grid, .recipe-teaser-grid, .provenance-library, .b2b-grid, .faq-grid, .gift-concierge { grid-template-columns: repeat(2, 1fr); }
  .guide-table > div { grid-template-columns: 1fr 1fr; }
  .experience-panel { position: static; }
  .finish-finder-copy { position: static; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2 / 4; }
  .modal-content { grid-template-columns: 1fr; }
  .modal-art { min-height: 320px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement-bar { min-height: 42px; padding-inline: 14px; letter-spacing: .11em; line-height: 1.35; }
  .has-announcement .site-header { top: 46px; }
  .eyebrow { letter-spacing: .16em; overflow-wrap: anywhere; }
  .nav { height: 112px; }
  .nav-links { top: 150px; }
  .has-announcement .nav-links { top: 158px; }
  .wordmark { min-width: 0; gap: 12px; }
  .brand-mark { width: 94px; height: 94px; }
  .wordmark strong { font-size: 1.13rem; }
  .wordmark .brand-copy > span { letter-spacing: .2em; }
  .hero { min-height: auto; padding-bottom: 62px; }
  .has-announcement .hero { padding-top: 176px; }
  .page-hero { min-height: auto; padding: 184px 0 60px; }
  .page-form-section { padding-top: 184px; }
  .hero h1 { font-size: clamp(1.95rem, 8.8vw, 2.85rem); }
  .section-title { font-size: clamp(1.8rem, 10vw, 3rem); overflow-wrap: break-word; }
  .section-copy { max-width: 100%; overflow-wrap: break-word; }
  .hero-lead { font-size: .96rem; }
  .hero-film-caption { left: 14px; right: 14px; bottom: 14px; }
  .hero-film-caption strong { font-size: 1.02rem; overflow-wrap: anywhere; }
  .hero-mosaic { gap: 9px; }
  .hero-mosaic-tile, .hero-mosaic-tile.featured { height: 132px; }
  .hero-mosaic-tile:nth-child(2) { margin-top: 14px; }
  .hero-mosaic-tile:nth-child(3) { margin-top: -16px; }
  .hero-mosaic-tile figcaption { font-size: .52rem; left: 10px; bottom: 10px; }
  section { padding: 64px 0; }
  .home-gallery-section { padding: 54px 0; }
  .home-photo-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .home-photo-card, .home-photo-card.feature { height: 160px; min-height: 0; }
  .home-photo-card figcaption { left: 12px; right: 12px; bottom: 12px; font-size: .58rem; }
  .ritual-grid, .home-path-grid, .edit-grid, .proof-grid, .gift-path-grid, .preview-product-grid, .spec-grid, .range-map-grid, .package-grid, .use-list, .hospitality-metrics, .recipe-grid, .recipe-teaser-grid, .provenance-library, .b2b-grid, .faq-grid, .gift-concierge { grid-template-columns: 1fr; }
  .finish-finder-tool { padding: 20px; }
  .finish-result { grid-template-columns: 1fr; }
  .ai-input-row { grid-template-columns: 1fr; }
  .ai-input-row button { min-height: 42px; }
  .finish-result img { aspect-ratio: 1.45; }
  .finish-options button { flex: 1 1 calc(50% - 8px); padding-inline: 10px; }
  .serve-image { height: 280px; }
  .guide-table { overflow-x: auto; }
  .guide-table > div { min-width: 640px; grid-template-columns: 1.15fr 1.55fr 1.15fr .8fr; }
  .form-row.split, .check-grid { grid-template-columns: 1fr; }
  .tasting-form { padding: 24px 18px; }
  .ritual-card, .edit-card { min-height: 220px; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .collection-card.large, .collection-card.small { grid-column: 1 / -1; height: 300px; min-height: 0; }
  .product-grid, .process-grid { grid-template-columns: 1fr; }
  .products-toolbar { align-items: flex-start; }
  .filter-btn, .use-filter { flex: 1 1 auto; }
  .sort-control { width: 100%; justify-content: space-between; }
  .sort-control select { min-width: 0; flex: 1; }
  .product-info p { min-height: auto; }
  .product-commerce { grid-template-columns: 1fr; }
  .hospitality-inner { padding: 32px 22px; }
  .gift-list { grid-template-columns: 1fr; }
  .gift-visual { min-height: 330px; }
  .journal-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand-mark { width: 140px; height: 140px; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-links a { min-width: 0; overflow-wrap: anywhere; }
  .privacy-table > div { grid-template-columns: 1fr; gap: 6px; }
  .modal-copy { padding: 36px 24px; }
  .chatbot-widget { right: 14px; bottom: 92px; }
  .chatbot-toggle { min-height: 52px; padding: 7px; }
  .chatbot-toggle strong { display: none; }
  .chatbot-panel { position: fixed; right: 14px; bottom: 156px; width: calc(100vw - 28px); max-height: calc(100vh - 190px); }
  .chatbot-log { max-height: min(300px, calc(100vh - 390px)); }
  .cookie-notice { left: 0; right: 0; bottom: 0; width: 100%; grid-template-columns: 1fr; padding: 16px 14px 84px; }
  .cookie-notice p { max-width: none; font-size: .84rem; }
  .cookie-actions { justify-content: flex-start; min-width: 0; }
  .cookie-actions a, .cookie-actions button { flex: 1 1 auto; }
  .cookie-preferences { left: 14px; bottom: 86px; min-height: 36px; }
  .whatsapp-widget { right: 14px; top: auto; bottom: 16px; padding: 10px; transform: none; border-radius: 999px; }
  .whatsapp-widget:hover { transform: translateY(-3px); }
  .whatsapp-widget-copy { display: none; }
  .whatsapp-widget-icon { width: 52px; height: 52px; }
}
