:root {
  --bg-primary: #f8f4ea;
  --bg-secondary: #f1e8d7;
  --brand-brown: #3d2314;
  --accent-gold: #c9a046;
  --accent-blush: #edd5c5;
  --text-body: #2a1f18;
  --text-muted: #8a7060;
  --line-soft: rgba(138, 112, 96, 0.24);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--text-body);
  font-family: "Geist", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  text-rendering: geometricPrecision;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding: 7.5rem 1.5rem;
}

.container {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.narrow {
  max-width: 590px;
}

.center {
  text-align: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(8px);
  background: rgba(248, 244, 234, 0.8);
}

.logo {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: var(--brand-brown);
  letter-spacing: 0.02em;
  line-height: 1;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
}

.site-nav a {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--brand-brown);
}

.hero {
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: 6.2rem;
  padding-bottom: 1.4rem;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(42% 34% at 10% 20%, rgba(201, 160, 70, 0.14), transparent 70%),
    radial-gradient(55% 45% at 90% 48%, rgba(237, 213, 197, 0.62), transparent 74%);
}

.hero-inner {
  position: relative;
  width: min(1060px, 100%);
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.2rem;
  transform: translateY(-1.2rem);
}

.hero-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-bottle {
  --parallax-y: 0px;
  width: min(38vw, 360px);
  filter: drop-shadow(0 26px 32px rgba(42, 31, 24, 0.15));
  opacity: 0;
  transform: translateY(calc(var(--parallax-y) + 16px));
  animation: bottle-in 0.8s ease-out forwards, bottle-float 6.8s ease-in-out 0.9s infinite;
  will-change: transform;
  margin-bottom: -2.6rem;
}

.hero-drop {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-brown);
}

.hero-edition {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-title {
  margin: 0.1em 0 0;
  font-family: "Geist", sans-serif;
  font-weight: 300;
  font-size: clamp(3.2rem, 10vw, 7.3rem);
  letter-spacing: 0.09em;
  line-height: 0.95;
  color: var(--brand-brown);
}

.hero-subtitle {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-waitlist-shell {
  margin-top: 0.7rem;
  width: min(460px, 92vw);
}

.ghost-cta,
.primary-cta,
.size-btn {
  border-radius: 0;
}

.ghost-cta {
  border: 1px solid var(--brand-brown);
  color: var(--brand-brown);
  background: transparent;
  padding: 0.84rem 1.55rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.ghost-cta:hover {
  background: var(--brand-brown);
  color: var(--bg-primary);
}

.release {
  padding-top: 2rem;
}

.release-card {
  border: 1px solid var(--line-soft);
  background: rgba(248, 244, 234, 0.72);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  padding: 2.2rem;
  align-items: center;
}

.release-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  letter-spacing: 0.04em;
  color: var(--brand-brown);
  line-height: 1;
}

.release-text {
  margin: 0.6rem 0 0;
  max-width: 38ch;
}

.release-tags {
  margin: 0.9rem 0 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--text-muted);
}

.release-image-wrap {
  display: grid;
  place-items: center;
}

.release-image {
  width: min(20vw, 210px);
  filter: drop-shadow(0 20px 24px rgba(42, 31, 24, 0.12));
}

.section-label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}

.story {
  text-align: center;
}

.story-headline {
  margin: 0 0 1.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 4.9rem);
  letter-spacing: 0.04em;
  line-height: 1.02;
  color: var(--brand-brown);
}

.story-copy {
  margin: 0 auto 0.75rem;
  max-width: 42ch;
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 400;
  color: var(--brand-brown);
  letter-spacing: 0.01em;
}

.story-signoff {
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 0.4rem;
}

.notes .section-label {
  text-align: center;
}

.notes-column {
  border-top: 1px solid rgba(201, 160, 70, 0.52);
  padding-top: 1rem;
}

.notes-layer {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--brand-brown);
  line-height: 1;
}

.notes-items {
  margin: 0;
  font-size: 0.95rem;
}

.product {
  background: linear-gradient(to bottom, rgba(248, 244, 234, 0), rgba(237, 213, 197, 0.16));
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4.2rem;
}

.product-image-wrap {
  display: grid;
  place-items: center;
}

.product-bottle {
  width: min(33vw, 350px);
  filter: drop-shadow(0 22px 30px rgba(42, 31, 24, 0.13));
}

.product-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: 0.04em;
  color: var(--brand-brown);
  line-height: 1;
}

.product-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.product-byline {
  margin: 0.35rem 0 1rem;
  color: var(--text-muted);
}

.product-size-note {
  margin: 0 0 0.9rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-brown);
}

.product-description {
  margin: 0 0 0.65rem;
  max-width: 36ch;
}

.size-picker {
  display: flex;
  gap: 0.7rem;
  margin: 1.4rem 0 0.9rem;
}

.size-btn {
  border: 1px solid var(--line-soft);
  background: transparent;
  color: var(--brand-brown);
  font-family: "Geist", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.48rem 0.92rem;
  cursor: pointer;
}

.size-btn.is-selected {
  border-color: var(--accent-gold);
  background: rgba(201, 160, 70, 0.16);
}

.price {
  margin: 0 0 1rem;
  font-family: "Geist", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--brand-brown);
  line-height: 1.1;
}

.primary-cta {
  display: inline-block;
  border: 1px solid var(--accent-gold);
  background: var(--accent-gold);
  color: var(--brand-brown);
  padding: 0.78rem 1.4rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  transition: filter 180ms ease;
}

.primary-cta:hover {
  filter: brightness(0.95);
}

.shipping-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.house {
  background: var(--bg-secondary);
  text-align: center;
}

.house-headline {
  margin: 0 0 1.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.8vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 1.02;
  color: var(--brand-brown);
}

.house-copy {
  margin: 0 auto 0.8rem;
  max-width: 46ch;
}

.site-footer {
  background: var(--brand-brown);
  color: var(--bg-primary);
}

.footer-logo {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}

.footer-line {
  margin: 0 0 1.3rem;
  font-size: 0.95rem;
  color: #ebdfca;
}

.footer-cta {
  margin-bottom: 1.2rem;
}

.footer-links,
.copyright {
  margin: 0.5rem 0 0;
  color: #d8c5aa;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.stagger-item {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(4px);
  animation: fade-rise 0.65s ease forwards;
}

.hero .stagger-item:nth-of-type(1) {
  animation-delay: 0.15s;
}

.hero .stagger-item:nth-of-type(2) {
  animation-delay: 0.3s;
}

.hero .stagger-item:nth-of-type(3) {
  animation-delay: 0.45s;
}

.hero .stagger-item:nth-of-type(4) {
  animation-delay: 0.6s;
}

.reveal-line,
.reveal-card,
.reveal-card-lg,
.split-left,
.split-right {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(6px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}

.split-left {
  transform: translateX(-24px);
}

.split-right {
  transform: translateX(24px);
}

.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
  filter: blur(0);
}

@keyframes bottle-in {
  to {
    opacity: 1;
    transform: translateY(var(--parallax-y));
  }
}

@keyframes bottle-float {
  0% {
    transform: translateY(var(--parallax-y));
  }
  50% {
    transform: translateY(calc(var(--parallax-y) - 8px));
  }
  100% {
    transform: translateY(var(--parallax-y));
  }
}

@keyframes fade-rise {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 700px) {
  .section {
    padding: 5.8rem 1rem;
  }

  .release-card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.4rem;
  }

  .release-image {
    width: min(54vw, 230px);
  }

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

  .product-grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .hero-bottle {
    width: min(64vw, 330px);
  }

  .hero-title {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }
}

@media (min-width: 701px) and (max-height: 920px) {
  .hero {
    padding-top: clamp(4.5rem, 8vh, 6.2rem);
    padding-bottom: clamp(0.7rem, 1.8vh, 1.4rem);
  }

  .hero-inner {
    gap: clamp(0.08rem, 0.2vh, 0.2rem);
    transform: translateY(clamp(-1.2rem, -2vh, -0.6rem));
  }

  .hero-bottle {
    width: min(34vw, 34vh, 340px);
    margin-bottom: clamp(-2.6rem, -4vh, -1.6rem);
  }

  .hero-drop,
  .hero-edition {
    font-size: clamp(0.78rem, 1.4vh, 0.88rem);
  }

  .hero-title {
    font-size: clamp(3rem, 8vh, 6rem);
  }

  .hero-subtitle {
    font-size: clamp(0.68rem, 1.15vh, 0.75rem);
  }

  .hero-waitlist-shell {
    margin-top: clamp(0.35rem, 1vh, 0.7rem);
  }

  .waitlist-shell {
    min-height: clamp(2.6rem, 5vh, 3.2rem);
  }

  .waitlist-form {
    gap: clamp(0.55rem, 1.4vh, 1rem);
  }

  .waitlist-email {
    font-size: clamp(0.9rem, 1.45vh, 1rem);
    padding: clamp(0.22rem, 0.55vh, 0.35rem) 0;
  }

  .waitlist-submit {
    font-size: clamp(0.68rem, 1.2vh, 0.76rem);
  }
}

@media (min-width: 701px) and (max-height: 760px) {
  .hero-bottle {
    width: min(30vw, 30vh, 300px);
  }

  .hero-title {
    font-size: clamp(2.8rem, 7vh, 5rem);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.9rem 1rem;
    align-items: center;
    flex-direction: row;
    gap: 0.7rem;
  }

  .site-nav {
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.65rem;
  }

  .hero {
    padding-top: 4.8rem;
    padding-bottom: 0.7rem;
  }

  .hero-inner {
    gap: 0.16rem;
    transform: translateY(-1.2rem);
  }

  .hero-bottle {
    width: min(72vw, 320px);
    margin-bottom: -2rem;
  }

  .hero-drop,
  .hero-edition {
    font-size: 0.76rem;
  }

  .hero-edition {
    display: none;
  }

  .hero-drop {
    margin-top: -0.45rem;
  }

  .hero-title {
    font-size: clamp(2.4rem, 14vw, 3.7rem);
    letter-spacing: 0.07em;
  }

  .hero-subtitle,
  .release-tags {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .hero-waitlist-shell {
    margin-top: 0.45rem;
    width: min(82vw, 320px);
  }

  .ghost-cta {
    padding: 0.68rem 1.06rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    transform: translateY(-0.35rem);
  }
}

.waitlist-page {
  min-height: 100svh;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: 6rem 1.5rem 2rem;
}

.waitlist-section {
  width: 100%;
  display: grid;
  place-items: center;
}

.waitlist-shell {
  width: min(520px, 100%);
  position: relative;
  min-height: 3.2rem;
}

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  opacity: 1;
  transition: opacity 450ms ease;
}

.waitlist-email {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #111009;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #111009;
  border-radius: 0;
  padding: 0.35rem 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  max-width: 340px;
  justify-self: start;
}

.waitlist-email:focus,
.waitlist-email:focus-visible {
  outline: none;
  border-bottom-color: #c4a882;
  box-shadow: none;
}

.waitlist-email::placeholder {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #7a6e62;
  opacity: 1;
}

.waitlist-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.waitlist-submit {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-variant: small-caps;
  letter-spacing: 0.15em;
  font-size: 0.76rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #111009;
  cursor: pointer;
}

.waitlist-submit:focus,
.waitlist-submit:focus-visible {
  outline: none;
}

.waitlist-error {
  margin: 0.6rem 0 0;
  grid-column: 1 / -1;
  min-height: 1.2em;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  color: #7a6e62;
}

.waitlist-success {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -42%);
  transition: opacity 450ms ease, transform 450ms ease;
  pointer-events: none;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #7a6e62;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}

.waitlist-shell.is-success .waitlist-form {
  opacity: 0;
  pointer-events: none;
}

.waitlist-shell.is-success .waitlist-success {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .waitlist-page {
    padding: 5rem 1rem 1.5rem;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.8rem;
    justify-items: center;
  }

  .waitlist-email {
    width: min(62vw, 240px);
    max-width: min(62vw, 240px);
    justify-self: center;
  }

  .waitlist-submit {
    display: block;
    justify-self: center;
    margin-top: -0.1rem;
  }

  .waitlist-error {
    text-align: center;
  }

  .waitlist-success {
    font-size: 0.94rem;
  }
}
