:root {
  --bg: #f6efe5;
  --bg-soft: #fbf7f2;
  --ink: #1d160f;
  --muted: #6c5a49;
  --card: rgba(255, 250, 244, 0.84);
  --card-strong: rgba(255, 248, 240, 0.95);
  --border: rgba(71, 45, 20, 0.12);
  --accent: #9f6b2e;
  --accent-deep: #5b3416;
  --shadow: 0 20px 60px rgba(60, 36, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 132, 69, 0.18), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(126, 38, 22, 0.12), transparent 26%),
    linear-gradient(180deg, #f4ede3 0%, #f8f4ee 42%, #f2ece4 100%);
}

img {
  display: block;
  width: 100%;
}

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

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.hero,
.section,
.footer,
.intro-band {
  position: relative;
}

.hero {
  padding: 18px 0 24px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 44px;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eyebrow,
.section-kicker,
.mini-label,
.kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent-deep);
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 0.95;
}

.topbar-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 600;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.hours-card h2,
.visit-card h2,
.accent-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  max-width: 11ch;
  margin-top: 10px;
}

.hero-text,
.section-heading p,
.intro-band p,
.card-copy p,
.visit-card p,
.accent-copy p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  font-size: 1.06rem;
  max-width: 60ch;
  margin: 20px 0 28px;
}

.hero-actions,
.visit-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, #6a3d15, #a36e2f);
  color: #fff8ef;
  box-shadow: 0 14px 34px rgba(106, 61, 21, 0.24);
}

.button.secondary {
  background: rgba(255, 250, 244, 0.68);
  border: 1px solid var(--border);
  color: var(--ink);
}

.hero-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding-left: 18px;
  position: relative;
  color: var(--muted);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9f6b2e, #d59c57);
  transform: translateY(-50%);
}

.hero-visual {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 18px;
  min-height: 620px;
}

.hero-card,
.bottle-card,
.hours-card,
.visit-card,
.lifestyle-panel,
.intro-band {
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-card {
  border-radius: 34px;
}

.hero-card img,
.bottle-card img,
.lifestyle-panel img {
  height: 100%;
  object-fit: cover;
}

.hero-card.tall {
  padding: 12px;
}

.hero-card.short {
  margin-top: 72px;
  padding: 12px;
}

.intro-band {
  border-radius: 28px;
  padding: 24px 28px;
  margin: 14px 0 28px;
}

.intro-band p {
  margin: 0;
  font-size: 1.02rem;
}

.section {
  padding: 26px 0;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.hours-card h2,
.visit-card h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  margin-top: 8px;
}

.section-heading.narrow {
  max-width: 760px;
}

.bottle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bottle-card {
  border-radius: 28px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.bottle-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 18px;
}

.bottle-card img {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(239, 227, 213, 0.7));
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
}

.bottle-card.featured img {
  aspect-ratio: 1.2 / 1;
}

.card-copy {
  padding: 6px 4px 2px;
}

.tag {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(161, 107, 46, 0.12);
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-copy h3 {
  margin: 14px 0 10px;
  font-size: 1.28rem;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.lifestyle-panel {
  border-radius: 28px;
  min-height: 280px;
}

.lifestyle-panel.large {
  grid-row: span 2;
}

.accent-copy {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(155, 88, 26, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.94), rgba(247, 240, 231, 0.94));
}

.accent-copy h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 8px 0 14px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hours-card,
.visit-card {
  border-radius: 30px;
  padding: 30px;
}

.hours-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(71, 45, 20, 0.1);
}

.hours-list span {
  color: var(--muted);
  font-weight: 600;
}

.hours-list strong {
  text-align: right;
}

.fine-print {
  margin-top: 22px;
  font-size: 0.92rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 6px 10px;
  color: var(--muted);
}

.footer-brand {
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-grid,
  .lifestyle-grid,
  .info-grid,
  .bottle-grid {
    grid-template-columns: 1fr;
  }

  .bottle-card.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-card.short {
    margin-top: 28px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 18px, 1200px);
    padding-top: 14px;
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    gap: 14px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-card.short {
    margin-top: 0;
  }

  .hero-card,
  .bottle-card,
  .hours-card,
  .visit-card,
  .lifestyle-panel,
  .intro-band {
    border-radius: 22px;
  }

  .hours-list div {
    flex-direction: column;
    gap: 6px;
  }

  .hours-list strong {
    text-align: left;
  }
}
