:root {
  --navy: #07182d;
  --navy-soft: #0c2541;
  --gold: #c6a15b;
  --gold-light: #e1c98f;
  --ivory: #f1ead9;
  --muted: #b8c0c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
a { color: inherit; }
.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 75% 45%, rgba(198,161,91,.11), transparent 28%), linear-gradient(135deg,#06162a 0%,#0a213a 58%,#06172b 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg,var(--navy) 0%,rgba(7,24,45,.96) 27%,rgba(7,24,45,.3) 72%,var(--navy) 100%), linear-gradient(0deg,var(--navy) 0%,transparent 30%);
}
.hero-stone {
  position: absolute;
  z-index: 0;
  width: min(690px,51vw);
  height: 115%;
  right: 4vw;
  top: -4%;
  object-fit: cover;
  object-position: 50% 40%;
  opacity: .34;
  filter: grayscale(.65) sepia(.18) contrast(1.05);
  mix-blend-mode: luminosity;
}
.nav {
  position: relative;
  z-index: 2;
  width: min(1180px,calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(241,234,217,.2);
}
.brand {
  text-decoration: none;
  font-family: "Cormorant Garamond",serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.brand span { color: var(--gold-light); }
.nav-right { display: flex; align-items: center; gap: 26px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  text-decoration: none;
  font-size: .76rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav-links a:hover,.nav-links a:focus-visible { color: var(--gold-light); }
.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  border-left: 1px solid rgba(241,234,217,.25);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
}
.lang-switch a { color: var(--muted); text-decoration: none; }
.lang-switch a[aria-current="page"] { color: var(--gold-light); }
.lang-switch .separator { color: rgba(241,234,217,.35); }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px,calc(100% - 48px));
  margin: auto;
  padding: 80px 0 130px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 48px; height: 1px; background: var(--gold); }
h1,h2,h3,p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(4.2rem,9vw,8rem);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.035em;
}
h1 em {
  display: block;
  color: var(--gold-light);
  font-size: .43em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-copy { max-width: 470px; margin-bottom: 34px; color: #d6dce2; font-size: 1.02rem; }
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  color: var(--ivory);
  border-bottom: 1px solid var(--gold);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-link::after { content: "↓"; color: var(--gold-light); font-size: 1rem; }
main { overflow: hidden; }
section { padding: 120px 0; }
.wrap { width: min(1080px,calc(100% - 48px)); margin: 0 auto; }
.intro { position: relative; background: var(--navy); }
.intro::before {
  content: "2021";
  position: absolute;
  top: 25px;
  right: -20px;
  color: rgba(198,161,91,.045);
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(9rem,22vw,20rem);
  line-height: 1;
}
.section-head { display: grid; grid-template-columns: .8fr 2fr; gap: 60px; align-items: start; }
.section-number { color: var(--gold); font-size: .72rem; letter-spacing: .25em; }
h2 {
  margin-bottom: 34px;
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(2.8rem,5vw,4.6rem);
  font-weight: 400;
  line-height: 1;
}
.intro-text { max-width: 760px; color: #c7ced4; font-size: clamp(1.05rem,1.6vw,1.22rem); }
.intro-text strong { color: var(--ivory); font-weight: 400; }
.wines { background: var(--ivory); color: var(--navy); }
.wines .eyebrow { color: #947133; }
.wine-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.wine-card {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(7,24,45,.15);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(7,24,45,.09);
}
.wine-card img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .45s ease; }
.wine-card:hover img { transform: scale(1.018); }
.wine-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; }
.wine-meta h3 { margin: 0; font-family: "Cormorant Garamond",serif; font-size: 1.45rem; font-weight: 500; line-height: 1.1; }
.wine-status { color: #83642d; font-size: .67rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.coming { margin-top: 66px; padding-top: 50px; border-top: 1px solid rgba(7,24,45,.18); }
.coming-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 26px; }
.coming h3 { margin: 0; font-family: "Cormorant Garamond",serif; font-size: 2.2rem; font-weight: 500; }
.cellar-note { margin: 0; color: #536071; font-size: .92rem; }
.contact { position: relative; background: var(--navy-soft); overflow: hidden; }
.contact::after {
  content: "";
  position: absolute;
  width: min(410px,48vw);
  aspect-ratio: 1;
  right: -80px;
  bottom: -120px;
  background: url("/assets/vorosko-stone-original.webp") center 35%/cover no-repeat;
  opacity: .08;
  pointer-events: none;
}
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: end; }
.contact h2 { margin-bottom: 0; }
address { display: grid; gap: 10px; color: #d3d9df; font-style: normal; }
address a { color: var(--gold-light); text-decoration-thickness: 1px; text-underline-offset: 5px; }
footer {
  padding: 24px;
  color: #8391a0;
  background: #041220;
  text-align: center;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
@media (max-width: 900px) { .nav-links { display: none; } }
@media (max-width: 760px) {
  .hero { min-height: 780px; }
  .hero-stone { width: 100%; height: 105%; right: -18%; opacity: .18; }
  .nav { width: min(100% - 32px,1180px); }
  .brand { font-size: .9rem; letter-spacing: .08em; }
  .nav-right { gap: 12px; }
  .lang-switch { padding-left: 12px; }
  .hero-content,.wrap { width: min(100% - 36px,1080px); }
  .hero-content { padding-bottom: 100px; }
  h1 { font-size: clamp(3.7rem,20vw,5.8rem); }
  section { padding: 86px 0; }
  .section-head,.contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .wine-grid { grid-template-columns: 1fr; }
  .wine-meta { padding: 16px 18px; }
  .coming-head { display: block; }
  .coming-head h3 { margin-bottom: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
