:root {
  --black: #020403;
  --forest: #07100c;
  --moss: #122119;
  --gold: #d8b96e;
  --gold-soft: #f4e4b3;
  --ivory: #f6f0e3;
  --muted: #b7ad98;
  --line: rgba(216, 185, 110, .28);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.locked {
  overflow: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .16;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 58px 58px;
  mix-blend-mode: overlay;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 185, 110, .18), transparent 24rem),
    linear-gradient(145deg, #020403, #0d1711 58%, #020403);
}

.age-gate.hidden {
  display: none;
}

.age-panel {
  width: min(560px, 100%);
  padding: clamp(28px, 6vw, 58px);
  text-align: center;
  border: 1px solid var(--line);
  background: rgba(4, 9, 6, .86);
  box-shadow: 0 30px 110px rgba(0,0,0,.55);
}

.age-crest {
  width: 92px;
  height: 92px;
}

.age-panel h1,
.hero h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.age-panel h1 {
  font-size: 86px;
}

.age-panel p {
  color: var(--muted);
}

.age-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  color: var(--ivory);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
}

.button.primary {
  color: #080d0a;
  background: linear-gradient(135deg, #f4e4b3, #b9964b);
  border-color: transparent;
}

.button.secondary,
.button.ghost {
  background: rgba(255,255,255,.04);
}

.button.wide {
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(2,4,3,.88), rgba(2,4,3,.18));
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--ivory);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.brand img {
  width: 42px;
  height: 42px;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 580px);
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
  padding: 118px clamp(20px, 6vw, 86px) 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 42%, rgba(216,185,110,.2), transparent 21rem),
    linear-gradient(120deg, rgba(4,9,6,.92), rgba(13,26,18,.82)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='650' viewBox='0 0 900 650'%3E%3Cg fill='none' stroke='%23d8b96e' stroke-opacity='.1'%3E%3Cpath d='M70 620 132 350l62 270M215 620l80-380 80 380M404 620l66-312 66 312M585 620l95-440 95 440'/%3E%3C/g%3E%3C/svg%3E");
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vh;
  background: linear-gradient(transparent, var(--black));
  pointer-events: none;
}

.hero-copy,
.hero-object,
.release-card,
.facts,
.origin,
.interest,
.site-footer {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 168px;
  line-height: .9;
}

.hero-text {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 25px;
}

.hero-actions {
  justify-content: flex-start;
}

.hero-object {
  min-height: 680px;
  display: grid;
  place-items: center;
}

.forest-lines {
  position: absolute;
  width: min(570px, 86vw);
  height: min(570px, 86vw);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(216,185,110,.12), 0 0 90px rgba(0,0,0,.42);
}

.forest-lines::before,
.forest-lines::after {
  content: "";
  position: absolute;
  inset: 10% 9%;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 82px 220px;
  opacity: .24;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='220' viewBox='0 0 82 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d8b96e' stroke-opacity='.74' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M41 12v196M41 12 18 88h46L29 137h24L18 194h46L29 208h24'/%3E%3C/g%3E%3C/svg%3E");
}

.forest-lines::after {
  transform: scaleX(-1) translateY(26px);
  opacity: .16;
}

.crest-halo {
  position: absolute;
  width: min(410px, 62vw);
  opacity: .22;
  filter: blur(.1px) drop-shadow(0 0 34px rgba(216,185,110,.18));
}

.bottle {
  width: min(390px, 58vw);
  max-height: 84vh;
  object-fit: contain;
  filter: drop-shadow(0 48px 76px rgba(0,0,0,.82)) drop-shadow(0 0 42px rgba(216,185,110,.08));
}

.release-card {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 44px;
  width: min(330px, calc(100% - 40px));
  padding: 22px;
  border-left: 1px solid var(--gold);
  background: rgba(2,4,3,.54);
  backdrop-filter: blur(10px);
}

.release-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.release-card strong {
  display: block;
  margin: 6px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.facts,
.origin,
.interest {
  padding: clamp(72px, 11vw, 140px) clamp(20px, 6vw, 86px);
}

.facts {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(30px, 6vw, 84px);
  background: linear-gradient(180deg, var(--black), #07100c);
}

h2 {
  font-size: 76px;
  line-height: .98;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fact-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-grid span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fact-grid strong {
  display: block;
  margin: 18px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  font-weight: 400;
}

.fact-grid p,
.origin-copy p,
.interest-intro p,
.site-footer p,
.form-note {
  color: var(--muted);
}

.origin {
  display: grid;
  grid-template-columns: minmax(250px, 420px) minmax(0, 650px);
  gap: clamp(34px, 8vw, 100px);
  align-items: center;
  background:
    linear-gradient(rgba(2,4,3,.72), rgba(2,4,3,.94)),
    radial-gradient(circle at 22% 30%, rgba(216,185,110,.16), transparent 18rem);
}

.origin-visual {
  display: grid;
  place-items: center;
  min-height: 440px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
}

.origin-visual img {
  width: min(260px, 70%);
}

.origin-copy p {
  font-size: 18px;
}

.interest {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(320px, 520px);
  gap: clamp(34px, 7vw, 90px);
  background: linear-gradient(180deg, #07100c, #020403);
}

.interest-form {
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}

label {
  display: block;
  margin-bottom: 18px;
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 13px;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(216,185,110,.35);
  color: var(--ivory);
  background: rgba(2,4,3,.74);
  border-radius: 0;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input:focus {
  outline: 2px solid rgba(216,185,110,.45);
  outline-offset: 2px;
}

.check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}

.check input {
  min-height: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.check span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-note {
  min-height: 24px;
  margin: 16px 0 0;
  font-size: 14px;
}

.form-note.success {
  color: var(--gold-soft);
}

.site-footer {
  display: grid;
  gap: 10px;
  padding: 34px clamp(20px, 6vw, 86px) 50px;
  border-top: 1px solid var(--line);
  background: #020403;
}

.site-footer p {
  max-width: 960px;
  margin: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero,
  .facts,
  .origin,
  .interest {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .age-panel h1 {
    font-size: 68px;
  }

  .hero h1,
  h2 {
    font-size: 64px;
  }

  .hero-text {
    font-size: 20px;
  }

  .fact-grid strong {
    font-size: 56px;
  }

  .hero-object {
    min-height: 620px;
  }

  .release-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -28px;
  }

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .origin-visual {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .age-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero h1 {
    font-size: 58px;
  }

  .age-panel h1,
  h2 {
    font-size: 46px;
  }

  .hero-text {
    font-size: 18px;
  }

  .fact-grid strong {
    font-size: 44px;
  }

  .hero-object {
    min-height: 560px;
  }

  .bottle {
    width: min(300px, 78vw);
  }

  .fact-grid article {
    min-height: 170px;
  }
}
