:root {
  --paper: #f3f1ea;
  --ink: #111111;
  --muted: #5f5d56;
  --acid: #c6e500;
  --line: rgba(17,17,17,.2);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}





.hero {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(42px, 7vh, 90px) 0 24px;
}

.hero-copy { max-width: 670px; }
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 7px;
  background: var(--acid);
}

h1 {
  margin: 0 0 28px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(66px, 9.2vw, 152px);
  line-height: .82;
  font-weight: 400;
  letter-spacing: -.055em;
}

.intro {
  max-width: 660px;
  margin: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
  letter-spacing: -.015em;
}

.actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.shop-button::after { content: "↗"; font-size: 17px; line-height: 1; }
.shop-button:hover,
.shop-button:focus-visible {
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-2px);
  outline: none;
}

.bottle-stage {
  position: relative;
  min-height: min(76svh, 820px);
  display: grid;
  place-items: center;
}
.bottle-stage::before {
  content: "";
  position: absolute;
  width: min(34vw, 500px);
  height: min(34vw, 500px);
  border-radius: 50%;
  background: var(--acid);
  opacity: .85;
  filter: saturate(.9);
  z-index: -1;
}
.bottle {
  width: min(100%, 450px);
  max-height: 82svh;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 34px 25px rgba(0,0,0,.18));
  transform: rotate(1deg);
}

.bottle-stage-mobile { display: none; }

.footer {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 20px 0 28px;
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}
.footer a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.footer a:hover,
.footer a:focus-visible { border-color: currentColor; outline: none; }

.legal-page {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 90px;
}
.legal-back {
  display: inline-block;
  margin-bottom: 48px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.legal-page h1 {
  font-size: clamp(54px, 8vw, 100px);
  line-height: .9;
  margin-bottom: 54px;
}
.legal-content {
  border-top: 1px solid var(--ink);
  padding-top: 30px;
}
.legal-content h2,
.legal-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 42px 0 12px;
}
.legal-content h2 { font-size: 30px; }
.legal-content h3 { font-size: 23px; }
.legal-content p,
.legal-content li {
  font-size: 16px;
  line-height: 1.65;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul { margin: 0 0 24px; padding-left: 20px; }

@media (max-width: 900px) {
  .hero {
    width: min(100% - 38px, 720px);
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 42px;
  }
  .hero-copy { max-width: none; }
  h1 { font-size: clamp(62px, 19vw, 108px); }
  .bottle-stage-desktop { display: none; }
  .bottle-stage-mobile {
    display: grid;
    min-height: 0;
    height: auto;
    margin: 28px 0 34px;
    padding: 18px 0;
  }
  .bottle-stage-mobile::before {
    width: min(78vw, 420px);
    height: min(78vw, 420px);
  }
  .bottle-stage-mobile .bottle {
    width: min(76vw, 360px);
    max-height: 58svh;
  }
  .intro { font-size: 18px; }
  .bottle-stage {
    min-height: 560px;
    margin-top: 18px;
  }
  .bottle-stage::before {
    width: min(78vw, 420px);
    height: min(78vw, 420px);
  }
  .bottle {
    width: min(82vw, 390px);
    max-height: 66svh;
  }
  .footer {
    width: min(100% - 38px, 720px);
    padding-bottom: 24px;
  }
}

@media (max-width: 520px) {
  

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
