:root {
  --bg: #09090C;
  --bg-surface: #0F0F14;
  --bg-raised: #16161E;
  --border: #1E1E28;
  --border-dim: #141419;
  --text-primary: #F0F0F6;
  --text-secondary: #4A4A58;
  --text-dim: #282834;
  --btn-bg: #F0F0F6;
  --btn-text: #09090C;
  --btn-hover: #FFFFFF;
  --bottle-body-a: #1E1E2E;
  --bottle-body-b: #141420;
  --bottle-stroke: #363650;
  --bottle-lid: #131320;
  --bottle-lid-stroke: #262636;
  --bottle-clasp: #222234;
  --bottle-clasp-stroke: #3A3A56;
  --bottle-mark-major: #343450;
  --bottle-mark-minor: #252538;
  --bottle-text-col: #3C3C56;
  --glow: rgba(80, 80, 180, 0.1);
  --logo-outline: rgba(255,255,255,0.06);
  --f-display: "Helvetica Neue", "Arial Black", Arial, sans-serif;
  --f-body: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --f-mono: "SF Mono", "Monaco", "Courier New", monospace;
}

[data-theme="light"] {
  --bg: #F0F0EE;
  --bg-surface: #E6E6E4;
  --bg-raised: #DCDCDA;
  --border: #D0D0CE;
  --border-dim: #DADADC;
  --text-primary: #0C0C10;
  --text-secondary: #8A8A90;
  --text-dim: #C4C4C8;
  --btn-bg: #0C0C10;
  --btn-text: #F0F0EE;
  --btn-hover: #1A1A22;
  --bottle-body-a: #D8D8E8;
  --bottle-body-b: #C8C8DA;
  --bottle-stroke: #B0B0C8;
  --bottle-lid: #CCCCD8;
  --bottle-lid-stroke: #AAAABE;
  --bottle-clasp: #C0C0D0;
  --bottle-clasp-stroke: #A0A0B8;
  --bottle-mark-major: #9898B4;
  --bottle-mark-minor: #C0C0D4;
  --bottle-text-col: #8888A4;
  --glow: rgba(0, 0, 0, 0.04);
  --logo-outline: rgba(0,0,0,0.06);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background-color 400ms ease, color 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }

/* ── HEADER ─────────────────────────────── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  transition: background-color 400ms ease, border-color 400ms ease, backdrop-filter 400ms ease;
}
.hdr.s {
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-dim);
}
.hdr-logo { display: block; height: 20px; width: auto; }
.hdr-logo:hover { opacity: .6; transition: opacity 200ms ease; }
.logo-path { fill: var(--text-primary); transition: fill 400ms ease; }
[data-theme="light"] .hdr.over-hero .logo-path { fill: #F0F0F6; }
.hdr-nav { display: flex; align-items: center; gap: 28px; }
.nav-a {
  font-size: 13px; font-weight: 500; letter-spacing: .01em;
  color: var(--text-secondary); transition: color 200ms ease;
}
.nav-a:hover { color: var(--text-primary); }
.tm-btn {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg-surface);
  cursor: pointer; color: var(--text-secondary);
  transition: all 200ms ease;
}
.tm-btn:hover { border-color: var(--text-dim); color: var(--text-primary); transform: scale(1.06); }
.tm-btn:focus-visible { outline: 2px solid var(--text-primary); outline-offset: 2px; }
.ic-sun, .ic-moon { width: 15px; height: 15px; display: block; }
[data-theme="dark"]  .ic-sun  { display: block; }
[data-theme="dark"]  .ic-moon { display: none; }
[data-theme="light"] .ic-sun  { display: none; }
[data-theme="light"] .ic-moon { display: block; }
@media (max-width: 600px) { .nav-a:not(.nav-shop) { display: none; } }

/* ── HERO ────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 120px 32px 80px; overflow: hidden;
  background-image: url('../images/hero-lifestyle.jpg');
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(9,9,12,.80) 0%,
    rgba(9,9,12,.58) 25%,
    rgba(9,9,12,.52) 50%,
    rgba(9,9,12,.62) 75%,
    rgba(9,9,12,.90) 100%
  );
}
.hero-atmos {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: radial-gradient(ellipse 65% 55% at 50% 38%, var(--glow) 0%, transparent 70%);
}
.hero-bgtext {
  position: absolute; bottom: -2%; left: 50%;
  transform: translateX(-50%);
  width: clamp(420px, 85vw, 1200px); height: auto;
  fill: none;
  stroke: rgba(255,255,255,0.06);
  stroke-width: 1px;
  user-select: none; pointer-events: none;
  will-change: transform;
  z-index: 2;
}
.hero-lines { display: none; }
.hero-content {
  position: relative; z-index: 4;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 24px; max-width: 860px;
}
.hero-eyebrow {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(240,240,246,.55);
  opacity: 0; animation: fup .8s ease .15s forwards;
}
.hero-bottle {
  width: clamp(180px, 30vw, 280px); height: auto;
  opacity: 0;
  animation: fblur 1s ease .4s forwards, floatY 6s ease-in-out 1.4s infinite;
  filter: drop-shadow(0 0 48px rgba(60, 120, 220, 0.12));
}
.hero-hl {
  font-family: var(--f-display); font-weight: 1000;
  font-size: clamp(28px, 4.8vw, 56px);
  letter-spacing: -.02em; line-height: 1.1;
  color: #F0F0F6;
  opacity: 0; animation: fblur 1s ease .65s forwards;
}
.hero-sub {
  font-size: clamp(15px, 2vw, 18px); line-height: 1.65;
  color: rgba(240,240,246,.65); max-width: 440px;
  opacity: 0; animation: fup .8s ease .95s forwards;
}
.hero-ctas {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center;
  opacity: 0; animation: fup .8s ease 1.15s forwards;
}
.hero-scroll {
  position: absolute; bottom: 24px; left: 0; right: 0;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: fup .8s ease 1.6s forwards;
  pointer-events: none; z-index: 4;
}
.scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--border), transparent); }
.scroll-lbl {
  font-family: var(--f-mono); font-size: 9px;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(240,240,246,.45);
}

/* ── BUTTONS ─────────────────────────────── */
.btn {
  display: inline-flex; align-items: center;
  padding: 13px 26px;
  font-family: var(--f-body); font-size: 14px; font-weight: 600; letter-spacing: .01em;
  border-radius: 7px; border: none; cursor: pointer;
  transition: all 200ms ease;
}
.btn-p { background: var(--btn-bg); color: var(--btn-text); }
.btn-p:hover { background: var(--btn-hover); transform: translateY(-1px); }
.btn-p:focus-visible { outline: 2px solid var(--text-primary); outline-offset: 2px; }
.btn-g { background: transparent; color: var(--text-secondary); border: 1px solid var(--border); }
.btn-g:hover { border-color: var(--text-dim); color: var(--text-primary); transform: translateY(-1px); }

/* ── STATS BAND ──────────────────────────── */
.band {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  overflow-x: auto; scrollbar-width: none;
  transition: border-color 400ms ease;
}
.band::-webkit-scrollbar { display: none; }
.band-inner { display: flex; min-width: max-content; padding: 0 32px; }
.bstat {
  display: flex; flex-direction: column; gap: 5px;
  padding: 40px clamp(20px, 4vw, 52px);
  border-right: 1px solid var(--border);
  transition: border-color 400ms ease;
}
.bstat:first-child { padding-left: 0; }
.bstat:last-child { border-right: none; }
.bstat-val {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(26px, 3.8vw, 44px);
  letter-spacing: -.03em; line-height: 1;
  color: var(--text-primary); font-variant-numeric: tabular-nums;
}
.bstat-lbl {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-secondary);
}

/* ── FEATURES ────────────────────────────── */
.sec { padding: clamp(64px, 10vw, 128px) 32px; }
.container   { max-width: 1200px; margin: 0 auto; }
.container-n { max-width: 800px;  margin: 0 auto; }
.sec-eyebrow {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--text-secondary); margin-bottom: 14px;
}
.sec-hl {
  font-family: var(--f-display); font-weight: 700;
  letter-spacing: -.026em; line-height: 1.08; text-wrap: balance;
}
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
  margin-top: clamp(40px, 6vw, 72px);
  transition: background-color 400ms ease, border-color 400ms ease;
}
.feat-card {
  background: var(--bg);
  padding: 0;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: background-color 400ms ease;
}
.feat-img {
  width: 100%; aspect-ratio: 1; overflow: hidden;
  border-bottom: 1px solid var(--border);
  transition: border-color 400ms ease;
  background: #EAEAE8;
}
[data-theme="light"] .feat-img { background: #E0E0DE; }
.feat-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 600ms ease;
}
.feat-card:hover .feat-img img { transform: scale(1.03); }
.feat-card-body {
  padding: clamp(24px, 3.5vw, 44px) clamp(24px, 4vw, 48px) clamp(32px, 5vw, 60px);
  display: flex; flex-direction: column; gap: 14px;
}
.feat-title {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(19px, 2.2vw, 26px);
  letter-spacing: -.022em; line-height: 1.15;
}
.feat-body { font-size: 15px; line-height: 1.68; color: var(--text-secondary); max-width: 280px; }
.feat-rule { width: 32px; height: 1px; background: var(--border); transition: background-color 400ms ease; }
@media (max-width: 768px) { .feat-grid { grid-template-columns: 1fr; } }

/* ── MARKINGS CALLOUT ────────────────────── */
.callout {
  padding: clamp(64px, 10vw, 128px) 32px;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  transition: border-color 400ms ease;
}
.callout-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 120px); align-items: center;
}
.callout-text { display: flex; flex-direction: column; gap: 20px; }
.callout-body { font-size: 16px; line-height: 1.72; color: var(--text-secondary); max-width: 420px; }
.callout-vis { display: flex; justify-content: center; align-items: center; }
.callout-photo {
  width: 100%; max-width: 480px;
  border-radius: 4px; overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color 400ms ease;
  background: #E8E8E6;
}
[data-theme="light"] .callout-photo { background: #DCDCDA; }
.callout-photo img { width: 100%; height: auto; display: block; }
@media (max-width: 768px) {
  .callout-inner { grid-template-columns: 1fr; gap: 48px; }
  .callout-vis { order: -1; }
  .mark-svg { max-width: 260px; }
}

/* ── SPECS ───────────────────────────────── */
.spec-wrap {
  overflow-x: auto; scrollbar-width: none;
  border: 1px solid var(--border); border-radius: 3px;
  margin-top: clamp(32px, 5vw, 56px);
  transition: border-color 400ms ease;
}
.spec-wrap::-webkit-scrollbar { display: none; }
.spec-tbl { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.spec-tbl thead th {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-secondary); font-weight: 400;
  text-align: left; padding: 15px 20px;
  border-bottom: 1px solid var(--border);
  transition: border-color 400ms ease;
}
.spec-tbl tbody tr {
  border-bottom: 1px solid var(--border-dim);
  transition: background-color 200ms ease, border-color 400ms ease;
}
.spec-tbl tbody tr:last-child { border-bottom: none; }
.spec-tbl tbody tr:hover { background: var(--bg-surface); }
.spec-tbl td { padding: 17px 20px; font-size: 14px; }
.spec-tbl td:first-child {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .05em; color: var(--text-secondary); width: 42%;
}
.spec-tbl td:last-child { font-weight: 500; color: var(--text-primary); }

/* ── VARIANTS ────────────────────────────── */
#variants {
  background: #fff;
  --var-border: rgba(0,0,0,.1);
  --var-text: #111;
  --var-text-sub: rgba(0,0,0,.45);
}
#variants .sec-eyebrow { color: rgba(0,0,0,.45); }
#variants .sec-hl { color: #111; }

.var-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(32px, 5vw, 56px);
  border: 1px solid var(--var-border);
  border-radius: 3px;
  overflow: hidden;
}
.var-card {
  margin: 0; padding: 0;
  display: flex; flex-direction: column; align-items: center;
  background: #fff;
  border-right: 1px solid var(--var-border);
}
.var-card:last-child { border-right: none; }

.var-ann {
  width: 100%;
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--var-text-sub);
  display: flex; align-items: center; gap: 8px;
  padding: 14px 16px;
}
.var-ann--top { border-bottom: 1px solid var(--var-border); }
.var-ann--btm { border-top: 1px solid var(--var-border); font-weight: 600; color: var(--var-text); }

.var-swatch {
  flex-shrink: 0;
  width: 8px; height: 8px; border-radius: 50%;
}
.var-swatch--clear {
  background: transparent;
  box-shadow: 0 0 0 1.5px rgba(0,0,0,.4);
}
.var-swatch--black {
  background: #111;
  box-shadow: 0 0 0 1.5px rgba(0,0,0,.15);
}

.var-img {
  width: 100%; flex: 1;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 16px 8px 0;
}
.var-img img { width: 100%; max-width: 220px; height: auto; display: block; }
.var-img--lg img { max-width: 260px; }

@media (max-width: 600px) {
  .var-grid { grid-template-columns: repeat(2, 1fr); }
  .var-card:nth-child(2) { border-right: none; }
  .var-card:nth-child(3) { border-top: 1px solid var(--var-border); border-right: 1px solid var(--var-border); }
  .var-card:nth-child(4) { border-top: 1px solid var(--var-border); border-right: none; }
}

/* ── CTA ─────────────────────────────────── */
.cta-sec {
  padding: clamp(80px, 12vw, 160px) 32px 0;
  text-align: center;
  border-top: 1px solid var(--border);
  transition: border-color 400ms ease;
  overflow: hidden;
}
.cta-pre {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-secondary); margin-bottom: 16px;
}
.cta-hl {
  font-family: var(--f-display); font-weight: 1000;
  font-size: clamp(24px, 4vw, 48px);
  letter-spacing: -.02em; line-height: 1.1;
  margin-bottom: 24px;
}
.cta-sub {
  font-size: 16px; color: var(--text-secondary);
  margin-bottom: clamp(32px, 5vw, 56px);
  max-width: 380px; margin-left: auto; margin-right: auto;
}
.cta-bglogo {
  display: block;
  width: clamp(320px, 80vw, 1000px); height: auto;
  margin: 0 auto;
  transform: translateY(5%);
  fill: none;
  stroke: var(--logo-outline);
  stroke-width: 1px;
  pointer-events: none; user-select: none;
}

/* ── FOOTER ──────────────────────────────── */
.ftr {
  padding: 24px 32px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
  transition: border-color 400ms ease;
}
.ftr-logo { height: 15px; width: auto; opacity: .28; }
.ftr-copy {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .06em; color: var(--text-secondary);
}
.ftr-address {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .04em; color: var(--text-secondary);
  opacity: .55; font-style: normal;
  width: 100%; text-align: center; margin-top: 4px;
}

/* ── ANIMATIONS ──────────────────────────── */
@keyframes fup {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fblur {
  from { opacity: 0; filter: blur(14px); transform: translateY(8px); }
  to   { opacity: 1; filter: blur(0);    transform: translateY(0); }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .32s; }
