:root {
  --ink: #0a0a08;
  --gold: #b68a45;
  --gold-bright: #d4ab68;
  --white: #fffdf8;
  --footer-h: 70px;
  --radius: 24px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; }
body {
  background: var(--ink);
  color: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.hub {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #090907;
}

.split {
  position: absolute;
  inset: 0 auto var(--footer-h) 0;
  width: 50%;
  overflow: hidden;
  z-index: -4;
}
.split--wine { background: linear-gradient(115deg, #120f0b 0%, #070706 72%); }

.wine-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(.42) saturate(.76) contrast(1.06);
  transform: scale(1.045);
  transition: transform 1.1s var(--ease), filter 1.1s var(--ease);
}
.split--wine::before,
.split--wine::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.split--wine::before {
  background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.28) 48%, rgba(0,0,0,.18) 100%),
              linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.28) 100%);
}
.split--wine::after {
  background: radial-gradient(circle at 30% 34%, rgba(182,138,69,.14), transparent 32%);
  opacity: .55;
  transition: opacity .8s var(--ease), transform 1s var(--ease);
}
.wine-atmosphere {
  position: absolute; inset: 0; opacity: .12;
  background-image: radial-gradient(circle at 8% 14%, rgba(255,223,155,.65) 0 1px, transparent 2px), radial-gradient(circle at 19% 27%, rgba(255,223,155,.38) 0 2px, transparent 3px), radial-gradient(circle at 36% 18%, rgba(255,223,155,.35) 0 1px, transparent 2px), radial-gradient(circle at 14% 54%, rgba(255,223,155,.35) 0 2px, transparent 3px), radial-gradient(circle at 40% 64%, rgba(255,223,155,.25) 0 1px, transparent 2px);
  background-size: 180px 190px, 260px 250px, 210px 240px, 290px 280px, 240px 220px;
}

.split--experience { left: 50%; background: #1a2319; }
.experience-photo {
  position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 58% center;
  transform: scale(1.035); filter: saturate(.90) contrast(1.02) brightness(.76);
  transition: transform 1.4s var(--ease), filter 1.1s var(--ease);
}
.split--experience::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,10,7,.46) 0%, rgba(9,11,7,.12) 46%, rgba(5,8,5,.18) 100%), linear-gradient(0deg, rgba(3,4,3,.30), transparent 35%);
  transition: background .9s var(--ease);
}

.shade {
  position: absolute; inset: 0 0 var(--footer-h) 0; z-index: -2; pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(0,0,0,.08), rgba(0,0,0,.26) 78%), linear-gradient(90deg, transparent 47%, rgba(0,0,0,.16) 50%, transparent 53%);
}

.brandbar {
  position: absolute; top: 28px; left: 72px; right: 72px; z-index: 5;
  display: flex; align-items: flex-start; justify-content: space-between;
}
.brand {
  display: block; width: 220px; opacity: .94; transition: opacity .35s ease, transform .35s ease;
}
.brand:hover { opacity: 1; transform: translateY(-2px); }
.brand img { display: block; width: 100%; height: auto; filter: grayscale(1) brightness(0) invert(1) sepia(.18); }

.header-actions { display: inline-flex; align-items: center; gap: 18px; padding-top: 12px; }
.header-actions a {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
  background: rgba(255,255,255,.04); backdrop-filter: blur(4px);
  transition: color .28s ease, border-color .28s ease, background .28s ease, transform .28s ease;
}
.header-actions a:hover { color: rgba(255,255,255,.96); border-color: rgba(212,171,104,.42); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.header-svg {
  width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.header-svg--wa { stroke-width: 1.7; }
.header-wa-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(1);
  opacity: .82;
}


.hero {
  position: relative; min-height: calc(100vh - var(--footer-h)); display: grid; grid-template-rows: auto auto;
  align-content: center; justify-items: center; gap: clamp(28px, 3.1vh, 42px); padding: 36px 70px 26px;
}
.hero-copy {
  width: min(900px, 63vw); text-align: center; transform: translateY(-2vh); text-shadow: 0 5px 26px rgba(0,0,0,.42);
}
.hero-copy h2 {
  margin: 0; font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif; font-weight: 400; font-size: clamp(48px, 4.25vw, 80px);
  line-height: .98; letter-spacing: -.018em; color: var(--gold-bright);
}
.hero-copy h2 .title-line--one { color: #fff; }
.hero-copy h2 .title-line--two,
.hero-copy h2 .title-line--three { color: var(--gold-bright); }
.hero-copy p { margin: 22px 0 0; font-size: clamp(16px, 1.16vw, 21px); line-height: 1.55; color: rgba(255,255,255,.92); }

.journeys {
  width: min(920px, 62vw); display: grid; grid-template-columns: 1fr 1fr; gap: 34px; transform: translateY(-1vh);
}
.journey-card {
  position: relative; min-height: 446px; padding: 30px 30px 28px; border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,253,249,.97), rgba(237,231,220,.96)); color: #161511;
  border: 1px solid rgba(255,255,255,.78); box-shadow: 0 18px 42px rgba(0,0,0,.22), inset 0 0 0 1px rgba(182,138,69,.16);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), background .5s ease; backdrop-filter: blur(5px);
}
.journey-card::after {
  content: ""; position: absolute; inset: 6px; border-radius: calc(var(--radius) - 6px); border: 1px solid transparent;
  pointer-events: none; transition: border-color .45s ease;
}
.journey-card:hover { transform: translateY(-8px); box-shadow: 0 26px 62px rgba(0,0,0,.3), inset 0 0 0 1px rgba(182,138,69,.22); }
.journey-card--wine:hover::after { border-color: rgba(182,138,69,.55); }
.journey-card--experience:hover::after { border-color: rgba(36,61,41,.48); }

.journey-icon {
  width: 88px; height: 88px; border: 1.3px solid currentColor; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px;
  transition: transform .45s var(--ease), background .45s ease;
}
.journey-card--wine .journey-icon { color: #a77732; }
.journey-card--experience .journey-icon { color: #29462e; }
.journey-card:hover .journey-icon { transform: scale(1.06) translateY(-2px); }
.journey-card--wine:hover .journey-icon { background: rgba(182,138,69,.07); }
.journey-card--experience:hover .journey-icon { background: rgba(36,61,41,.06); }
.journey-icon img {
  width: 34px; height: 34px; object-fit: contain; image-rendering: -webkit-optimize-contrast;
}
.journey-card--wine .journey-icon img { filter: brightness(0) saturate(100%) invert(54%) sepia(44%) saturate(664%) hue-rotate(358deg) brightness(96%) contrast(90%); }
.journey-card--experience .journey-icon img { filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(708%) hue-rotate(83deg) brightness(92%) contrast(87%); }

.journey-card h3 {
  margin: 0; font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif; text-transform: uppercase; font-weight: 500; font-size: 34px; letter-spacing: .02em;
}
.journey-card--experience h3 { color: #203926; }
.journey-description { margin: 15px 0 0; color: rgba(20,19,16,.82); font-size: 16px; line-height: 1.6; }
.age-question { margin: 34px 0 14px; font-size: 15px; color: rgba(20,19,16,.78); }

.cta {
  width: min(100%, 340px); min-height: 52px; padding: 13px 28px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; align-self: center;
  font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif; font-size: 17px; letter-spacing: .025em; color: #fff;
  box-shadow: 0 7px 18px rgba(0,0,0,.10); transition: transform .32s var(--ease), box-shadow .32s ease, background .32s ease, letter-spacing .32s ease;
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(0,0,0,.20); letter-spacing: .04em; }
.cta:active { transform: translateY(0) scale(.995); }
.cta--wine { background: linear-gradient(135deg, #b78943, #9d6c2a); }
.cta--wine:hover { background: linear-gradient(135deg, #c79a50, #aa7530); }
.cta--experience { background: linear-gradient(135deg, #2e4a33, #1e3424); }
.cta--experience:hover { background: linear-gradient(135deg, #3c6043, #29472f); }

.footer {
  position: absolute; left: 0; right: 0; bottom: 0; height: var(--footer-h); background: rgba(5,5,4,.97); border-top: 1px solid rgba(182,138,69,.28); z-index: 10;
}
.footer-inner {
  height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); padding: 0 28px;
  font-size: 13px; color: rgba(255,255,255,.78); white-space: nowrap;
}
.footer-inner a, .footer-location { display: inline-flex; align-items: center; gap: 10px; }
.footer-inner strong { font-weight: 600; color: rgba(255,255,255,.92); margin-right: 4px; }
.footer-inner a { transition: color .28s ease; }
.footer-inner a:hover { color: var(--gold-bright); }
.footer-svg {
  width: 22px; height: 22px; flex: 0 0 22px; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round;
}
.footer-svg--wa { stroke-width: 1.7; }
.footer-wa-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(58%) sepia(35%) saturate(704%) hue-rotate(357deg) brightness(92%) contrast(87%);
}

.footer-location { color: rgba(255,255,255,.66); }

.hub.is-wine-hover .wine-photo { transform: scale(1.07); filter: brightness(.48) saturate(.82) contrast(1.07); }
.hub.is-wine-hover .split--wine::after { opacity: .78; transform: scale(1.06); }
.hub.is-experience-hover .experience-photo { transform: scale(1.075); filter: saturate(.98) contrast(1.03) brightness(.84); }
.hub.is-experience-hover .split--experience::after { background: linear-gradient(90deg, rgba(7,10,7,.38) 0%, rgba(9,11,7,.08) 48%, rgba(5,8,5,.10) 100%), linear-gradient(0deg, rgba(3,4,3,.24), transparent 35%); }

@media (max-width: 1199px) {
  .brandbar { top: 22px; left: 26px; right: 26px; }
  .brand { width: 180px; }
  .header-actions a { width: 40px; height: 40px; }
  .header-svg { width: 19px; height: 19px; }
  .header-wa-icon { width: 17px; height: 17px; }
  .hero { min-height: auto; padding: 120px 24px 28px; gap: 26px; }
  .hero-copy { width: min(92vw, 760px); transform: none; }
  .hero-copy h2 { font-size: clamp(40px, 7vw, 64px); }
  .hero-copy p { font-size: 17px; }
  .journeys { width: min(94vw, 920px); gap: 24px; transform: none; }
}

@media (max-width: 920px) {
  body { overflow-x: hidden; }
  .hub { min-height: auto; overflow: visible; }
  .split { width: 100%; inset: 0 0 auto 0; height: 48vh; }
  .split--experience { top: 48vh; left: 0; height: 52vh; }
  .shade { inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.12) 20%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.55) 100%); }
  .brandbar { position: relative; top: auto; left: auto; right: auto; padding: 24px 36px 0; align-items: center; }
  .brand { width: 164px; }
  .header-actions { padding-top: 0; gap: 12px; }
  .header-actions a { width: 38px; height: 38px; }
  .header-svg { width: 18px; height: 18px; }
  .header-wa-icon { width: 16px; height: 16px; }
  .hero { padding: 32px 18px 18px; min-height: auto; display: flex; flex-direction: column; gap: 22px; }
  .hero-copy { width: 100%; margin-top: 10px; }
  .hero-copy h2 { font-size: clamp(38px, 10.8vw, 54px); line-height: 1.04; }
  .hero-copy h2 .title-line { display: block; white-space: nowrap; }
  .hero-copy p { margin-top: 18px; font-size: 15px; line-height: 1.5; }
  .journeys { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 18px; margin-inline: auto; }
  .journey-card { min-height: 360px; padding: 28px 22px 24px; }
  .journey-icon { width: 76px; height: 76px; margin-bottom: 14px; }
  .journey-icon img { width: 30px; height: 30px; }
  .journey-card h3 { font-size: 28px; }
  .journey-description { font-size: 15px; }
  .age-question { margin-top: 24px; }
  .cta { width: min(100%, 340px); min-height: 52px; font-size: 16px; padding: 13px 24px; }
  .footer { position: relative; height: auto; margin-top: 18px; }
  .footer-inner { padding: 18px 18px 20px; white-space: normal; flex-wrap: wrap; gap: 14px 18px; justify-content: center; text-align: center; font-size: 13px; }
  .footer-inner a, .footer-location { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
  .brandbar { padding: 18px 28px 0; }
  .brand { width: 148px; }
  .header-actions a { width: 34px; height: 34px; }
  .header-svg { width: 17px; height: 17px; }
  .header-wa-icon { width: 15px; height: 15px; }
  .hero { padding: 26px 14px 14px; }
  .hero-copy h2 { font-size: clamp(33px, 9.6vw, 40px); }
  .hero-copy p { font-size: 14px; }
  .journeys { width: calc(100% - 28px); }
  .journey-card { min-height: 340px; padding: 24px 18px 20px; }
  .journey-card h3 { font-size: 25px; }
  .journey-description { font-size: 14px; }
  .age-question { font-size: 14px; }
  .cta { width: 100%; min-height: 48px; font-size: 15px; padding: 12px 20px; }
  .footer-inner { font-size: 12.5px; }
  .footer-svg { width: 20px; height: 20px; flex-basis: 20px; }
  .footer-wa-icon { width: 20px; height: 20px; flex-basis: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
