:root {
  --emerald: #082f27;
  --emerald-2: #0f4739;
  --emerald-3: #154f3f;
  --gold: #d7ad61;
  --warm-gold: #f1d49a;
  --rose: #e98aa2;
  --cream: #f6ead7;
  --muted: #d9c9ac;
  --wood: #7c3f1d;
  --shadow: 0 26px 70px rgba(0, 0, 0, .36);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 173, 97, .16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(233, 138, 162, .12), transparent 28%),
    linear-gradient(135deg, #061f1a 0%, var(--emerald) 48%, #041612 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 10%, black, transparent 72%);
  z-index: -1;
}

img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.cursor-glow {
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(215, 173, 97, .15), transparent 67%);
  position: fixed;
  left: var(--x, 50%);
  top: var(--y, 50%);
  translate: -50% -50%;
  pointer-events: none;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(6, 31, 26, .68);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(246, 234, 215, .1);
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 173, 97, .65);
  border-radius: 50%;
  color: var(--warm-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: inset 0 0 0 6px rgba(215, 173, 97, .07);
}
.brand-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .02em;
}

.nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .25s ease; }
.nav a:hover { color: var(--warm-gold); }
.header-cta, .button {
  border: 1px solid rgba(215, 173, 97, .52);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
}
.header-cta { color: var(--warm-gold); }
.menu-button { display: none; }

.section-pad { padding: clamp(72px, 9vw, 136px) clamp(20px, 5vw, 72px); }
.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}
.eyebrow {
  color: var(--warm-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 18px;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  font-weight: 700;
  line-height: .94;
}
h1 { font-size: clamp(58px, 9vw, 122px); letter-spacing: -.05em; max-width: 850px; }
h2 { font-size: clamp(42px, 6vw, 78px); letter-spacing: -.04em; }
h3 { font-size: 34px; }
p { color: var(--muted); line-height: 1.8; }
.hero-text { max-width: 620px; font-size: 18px; margin: 26px 0 34px; }
.hero-actions, .visit-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--gold); color: #11241d; border-color: var(--gold); }
.button.secondary { background: rgba(246, 234, 215, .06); color: var(--cream); }

.hero-gallery { position: relative; min-height: 720px; }
.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(246, 234, 215, .14);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.04);
}
.hero-card img { height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.03); }
.hero-card-large { width: 64%; height: 650px; right: 11%; top: 0; }
.hero-card-small { width: 38%; height: 300px; }
.top-card { left: 0; top: 72px; }
.bottom-card { right: 0; bottom: 0; }

.marquee {
  border-block: 1px solid rgba(246, 234, 215, .12);
  overflow: hidden;
  background: rgba(215, 173, 97, .08);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.marquee span {
  padding: 22px 34px;
  color: var(--warm-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3vw, 42px);
  white-space: nowrap;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.intro, .feature {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}
.intro-image img, .feature-stack img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(246, 234, 215, .14);
  max-height: 760px;
  object-fit: cover;
}
.intro-copy p:not(.eyebrow), .feature-copy p { max-width: 650px; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.stats-row div {
  padding: 20px;
  border: 1px solid rgba(246, 234, 215, .12);
  border-radius: 20px;
  background: rgba(246, 234, 215, .055);
}
.stats-row strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: var(--warm-gold);
  font-size: 34px;
}
.stats-row span { color: var(--muted); font-size: 13px; }

.collection { background: linear-gradient(180deg, transparent, rgba(0,0,0,.18), transparent); }
.section-heading { max-width: 790px; margin-bottom: 36px; }
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.product-card {
  background: rgba(246, 234, 215, .06);
  border: 1px solid rgba(246, 234, 215, .13);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  transition: transform .35s ease, background .35s ease;
}
.product-card:hover { transform: translateY(-8px); background: rgba(246, 234, 215, .09); }
.product-card img { height: 420px; object-fit: cover; }
.product-card div { padding: 28px; }
.card-kicker { color: var(--rose); margin: 0 0 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.product-card p:last-child { margin-bottom: 0; }

.feature { grid-template-columns: 1fr .9fr; }
.text-link {
  color: var(--warm-gold);
  font-weight: 700;
  display: inline-flex;
  gap: 8px;
  margin-top: 12px;
}
.feature-stack { position: relative; }
.floating-note {
  position: absolute;
  left: -28px;
  bottom: 38px;
  padding: 20px 24px;
  background: rgba(6, 31, 26, .84);
  border: 1px solid rgba(215, 173, 97, .44);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.floating-note span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.floating-note strong { display: block; color: var(--warm-gold); margin-top: 5px; }

.visit { padding-top: 40px; }
.visit-panel {
  min-height: 520px;
  border-radius: calc(var(--radius) + 10px);
  padding: clamp(32px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(6,31,26,.94), rgba(6,31,26,.66), rgba(6,31,26,.34)),
    url("images/gallery-shelf.webp") center/cover;
  border: 1px solid rgba(246, 234, 215, .16);
  box-shadow: var(--shadow);
}
.visit-panel p { max-width: 560px; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(246, 234, 215, .12);
}
.footer p { margin: 0; font-size: 14px; }

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

@media (max-width: 980px) {
  .nav, .header-cta { display: none; }
  .menu-button {
    display: inline-flex;
    border: 1px solid rgba(215, 173, 97, .5);
    color: var(--warm-gold);
    background: transparent;
    border-radius: 999px;
    padding: 11px 16px;
  }
  .nav.open {
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    padding: 22px;
    flex-direction: column;
    background: rgba(6,31,26,.96);
    border: 1px solid rgba(246,234,215,.14);
    border-radius: 20px;
  }
  .hero, .intro, .feature { grid-template-columns: 1fr; }
  .hero-gallery { min-height: 620px; }
  .collection-grid { grid-template-columns: 1fr; }
  .product-card img { height: 520px; }
  .feature-stack { order: -1; }
}

@media (max-width: 620px) {
  h1 { font-size: 54px; }
  .site-header { padding: 14px 18px; }
  .brand-text { font-size: 18px; }
  .hero-gallery { min-height: 560px; }
  .hero-card-large { width: 74%; height: 520px; right: 0; }
  .hero-card-small { width: 48%; height: 220px; }
  .top-card { top: 36px; }
  .stats-row { grid-template-columns: 1fr; }
  .product-card img { height: 390px; }
  .floating-note { left: 16px; right: 16px; bottom: 18px; }
  .footer { flex-direction: column; }
}
