@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-serif-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-serif-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #fffdf9;
  --cream: #f3eee5;
  --cream-deep: #e9dfd1;
  --ink: #211a18;
  --muted: #6f6762;
  --wine: #2a1719;
  --wine-light: #452328;
  --copper: #bc8059;
  --white: #fffdf9;
  --line: rgba(33, 26, 24, 0.16);
  --line-light: rgba(255, 253, 249, 0.22);
  --shadow: 0 30px 80px rgba(35, 20, 20, 0.13);
  --container: 1360px;
  --gutter: clamp(22px, 4vw, 64px);
  --header-h: 98px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Avenir Next", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  font: inherit;
  background: none;
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

::selection {
  color: var(--white);
  background: var(--wine-light);
}

:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--wine);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(100px, 11vw, 170px);
}

.section--cream {
  background: var(--cream);
}

.section--wine {
  color: var(--white);
  background: var(--wine);
}

.display,
.hero h1,
.contact__photo-copy h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.display {
  max-width: 18ch;
  margin-top: 16px;
  font-size: clamp(2.75rem, 5.2vw, 5.4rem);
  line-height: 0.99;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wine-light);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}

.eyebrow--light {
  color: var(--white);
}

.eyebrow--copper {
  color: var(--copper);
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.75;
}

.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--large {
  width: 31px;
  height: 31px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

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

.button--light {
  color: var(--wine);
  background: var(--white);
}

.button--light:hover {
  color: var(--white);
  background: var(--copper);
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(42, 23, 25, 0.12);
  backdrop-filter: blur(8px);
}

.button--ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-h);
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: height 0.35s var(--ease), color 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  height: 78px;
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 8px 40px rgba(34, 24, 20, 0.07);
  backdrop-filter: blur(18px);
}

.header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.brand {
  position: relative;
  z-index: 103;
  display: block;
  width: 165px;
  height: 78px;
  flex: 0 0 auto;
}

.brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.brand__dark {
  opacity: 0;
}

.is-scrolled .brand__light {
  opacity: 0;
}

.is-scrolled .brand__dark {
  opacity: 1;
}

.desktop-nav {
  margin-left: auto;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.desktop-nav a {
  position: relative;
  display: block;
  padding-block: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header__tools {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: clamp(24px, 3vw, 48px);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-switch a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.language-switch a + a::before {
  margin-right: 8px;
  content: "/";
  opacity: 0.6;
}

.language-switch a:hover,
.language-switch a.is-active {
  opacity: 1;
}

.menu-toggle {
  position: relative;
  z-index: 103;
  display: none;
  width: 44px;
  height: 44px;
  color: inherit;
}

.menu-toggle span {
  position: absolute;
  left: 9px;
  width: 26px;
  height: 1px;
  background: currentColor;
  transition: transform 0.35s var(--ease), top 0.35s var(--ease);
}

.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 26px; }
.menu-open .menu-toggle span:first-child { top: 22px; transform: rotate(45deg); }
.menu-open .menu-toggle span:last-child { top: 22px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 101;
  inset: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 30px) var(--gutter) 42px;
  color: var(--white);
  background: var(--wine);
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.mobile-menu nav {
  width: min(620px, 100%);
  margin: auto;
}

.mobile-menu nav a {
  display: block;
  padding: 6px 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.25rem, 8vw, 4rem);
  line-height: 1.12;
}

.mobile-menu__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
  font-size: 0.85rem;
}

.menu-open .site-header,
.menu-open .site-header.is-scrolled {
  color: var(--white);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.menu-open .brand__light { opacity: 1; }
.menu-open .brand__dark { opacity: 0; }

/* Hero */
.hero {
  position: relative;
  min-height: max(700px, 100svh);
  overflow: hidden;
  color: var(--white);
  background: var(--wine);
}

.hero__media,
.hero__media img,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: center 54%;
  animation: heroZoom 18s ease-out both;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(27, 13, 15, 0.78) 0%, rgba(27, 13, 15, 0.42) 46%, rgba(27, 13, 15, 0.1) 78%),
    linear-gradient(0deg, rgba(21, 11, 12, 0.5) 0%, transparent 40%);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: max(700px, 100svh);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: calc(var(--header-h) + 32px);
  padding-bottom: 110px;
}

.hero h1 {
  max-width: 870px;
  margin-top: 22px;
  font-size: clamp(4.2rem, 8vw, 8.4rem);
  line-height: 0.86;
  text-wrap: balance;
}

.hero__lead {
  max-width: 630px;
  margin-top: 30px;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  bottom: 43px;
  left: var(--gutter);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__scroll i {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.hero__scroll i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--white);
  animation: scrollLine 2.3s ease-in-out infinite;
}

.hero__counter {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 38px;
  display: flex;
  gap: 20px;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  opacity: 0.8;
}

@keyframes heroZoom {
  from { transform: scale(1.05); }
  to { transform: scale(1); }
}

@keyframes scrollLine {
  0% { transform: translateX(-105%); }
  55%, 100% { transform: translateX(105%); }
}

/* Intro stats */
.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.stat {
  display: flex;
  min-height: 150px;
  align-items: center;
  gap: 22px;
  padding: 28px clamp(22px, 3vw, 46px);
}

.stat + .stat {
  border-left: 1px solid var(--line);
}

.stat strong {
  flex: none;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.2rem, 3.5vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
}

.stat span {
  max-width: 15ch;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* About */
.about {
  margin-top: 0;
  padding-top: clamp(100px, 11vw, 170px);
}

.split {
  display: grid;
  align-items: center;
  gap: clamp(55px, 8vw, 130px);
}

.split--about {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.82fr);
}

.split__content > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 28px;
  color: var(--muted);
}

.signature {
  display: grid;
  grid-template-columns: 58px auto;
  align-items: center;
  gap: 4px 18px;
  margin-top: 38px;
}

.signature > span {
  grid-row: span 2;
  width: 58px;
  height: 1px;
  background: var(--ink);
}

.signature strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
}

.signature small {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about__figure {
  position: relative;
  margin: 0;
}

.about__figure::before {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 48%;
  height: 34%;
  content: "";
  border-top: 1px solid var(--copper);
  border-right: 1px solid var(--copper);
}

.about__figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about__figure figcaption {
  position: absolute;
  z-index: 2;
  right: -26px;
  bottom: 42px;
  display: flex;
  width: 150px;
  height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--wine-light);
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about__figure figcaption span {
  display: block;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1.05;
}

/* Vineyards */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 60px;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.section-head--wide {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
}

.vineyard-feature {
  position: relative;
}

.vineyard-feature__image {
  width: 83%;
  margin: 0;
  overflow: hidden;
}

.vineyard-feature__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.vineyard-feature:hover img {
  transform: scale(1.025);
}

.vineyard-feature blockquote {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: min(480px, 43%);
  padding: clamp(34px, 5vw, 64px);
  color: var(--white);
  background: var(--wine-light);
}

.vineyard-feature blockquote > span {
  display: block;
  height: 38px;
  color: var(--copper);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 4.3rem;
  line-height: 0.8;
}

.vineyard-feature blockquote p {
  margin-top: 20px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.25;
}

.tracks-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 130px;
}

.tracks-heading h3 {
  flex: none;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tracks-heading span {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.track-card {
  min-height: 330px;
  padding: 40px clamp(20px, 3vw, 46px) 48px 0;
}

.track-card + .track-card {
  padding-left: clamp(20px, 3vw, 46px);
  border-left: 1px solid var(--line);
}

.track-card__number {
  color: var(--copper);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.track-card h3 {
  margin-top: 28px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
}

.track-card dl {
  margin-top: 34px;
}

.track-card dl > div + div {
  margin-top: 20px;
}

.track-card dt {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.track-card dd {
  margin-top: 4px;
  line-height: 1.55;
}

/* Winery */
.winery {
  overflow: hidden;
}

.winery::after {
  position: absolute;
  right: -18vw;
  bottom: -45vw;
  width: 70vw;
  height: 70vw;
  content: "";
  border: 1px solid rgba(188, 128, 89, 0.18);
  border-radius: 50%;
}

.split--winery {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 0.88fr);
}

.winery .display {
  max-width: 14ch;
}

.winery .split__content > p:not(.eyebrow) {
  color: rgba(255, 253, 249, 0.68);
}

.winery__figure {
  position: relative;
}

.winery__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.winery__figure > span {
  position: absolute;
  bottom: 22px;
  left: -20px;
  padding: 10px 15px;
  color: var(--wine);
  background: var(--copper);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.tasting-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.tasting-card p {
  color: var(--copper);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tasting-card h3 {
  margin-top: 4px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1.1;
}

.tasting-card span {
  display: block;
  max-width: 510px;
  margin-top: 8px;
  color: rgba(255, 253, 249, 0.62);
  line-height: 1.55;
}

.tasting-card > a {
  display: grid;
  width: 64px;
  height: 64px;
  flex: none;
  place-items: center;
  color: var(--wine);
  background: var(--copper);
  border-radius: 50%;
  transition: transform 0.35s var(--ease), background 0.3s ease;
}

.tasting-card > a:hover {
  background: var(--white);
  transform: rotate(-8deg) scale(1.06);
}

/* Wines */
.wines {
  overflow: hidden;
}

.wines__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 0.75fr);
  align-items: center;
  gap: clamp(55px, 9vw, 150px);
}

.wines__copy .lead {
  margin-top: 30px;
}

.wine-pillars {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.wine-pillars li {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wine-pillars span {
  color: var(--copper);
  font-size: 0.64rem;
}

.wines__visual {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.wines__halo {
  position: absolute;
  z-index: 0;
  width: min(100%, 550px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cream);
}

.wines__visual::before {
  position: absolute;
  z-index: 0;
  width: min(80%, 450px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid var(--copper);
  border-radius: 50%;
  transform: translate(48px, -30px);
}

.wines__visual img {
  position: relative;
  z-index: 1;
  width: min(94%, 590px);
  filter: drop-shadow(0 38px 32px rgba(40, 21, 22, 0.24));
}

/* Gallery */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, clamp(210px, 17vw, 290px));
  gap: 14px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
}

.gallery__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(42, 23, 25, 0.18);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery__item > span {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--wine);
  background: var(--white);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.gallery__item:hover img { transform: scale(1.045); }
.gallery__item:hover::after { opacity: 1; }
.gallery__item:hover > span { opacity: 1; transform: none; }

.gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.gallery__item--2 { grid-column: 3 / 4; grid-row: 1 / 2; }
.gallery__item--3 { grid-column: 4 / 5; grid-row: 1 / 2; }
.gallery__item--4 { grid-column: 3 / 5; grid-row: 2 / 3; }
.gallery__item--5 { grid-column: 1 / 2; grid-row: 3 / 4; }
.gallery__item--6 { grid-column: 2 / 3; grid-row: 3 / 4; }
.gallery__item--7 { grid-column: 3 / 4; grid-row: 3 / 4; }
.gallery__item--8 { grid-column: 4 / 5; grid-row: 3 / 4; }

/* Contact */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(490px, 0.94fr);
  min-height: 850px;
}

.contact__photo {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: var(--white);
}

.contact__photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(32, 16, 18, 0.8), rgba(32, 16, 18, 0.06) 70%);
}

.contact__photo-copy {
  position: absolute;
  z-index: 1;
  right: var(--gutter);
  bottom: clamp(48px, 7vw, 100px);
  left: var(--gutter);
  max-width: 720px;
}

.contact__photo-copy h2 {
  max-width: 12ch;
  margin-top: 18px;
  font-size: clamp(3.1rem, 6.2vw, 7rem);
  line-height: 0.93;
}

.contact__photo-copy > p:last-child {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 253, 249, 0.78);
}

.contact__panel {
  display: flex;
  align-items: center;
  padding: clamp(70px, 8vw, 120px) var(--gutter);
  background: var(--cream);
}

.contact__panel-inner {
  width: min(100%, 640px);
  margin-inline: auto;
}

.contact-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.contact__panel > .contact__panel-inner > .eyebrow {
  margin-bottom: 25px;
}

.contact-row > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--wine-light);
  border-radius: 50%;
}

.contact-row small,
.contact__meta small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-row a:not(.route-link) {
  display: block;
  width: fit-content;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.35;
}

.contact-row a:hover {
  color: var(--wine-light);
}

.contact-row em {
  display: block;
  margin: -2px 0 9px;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
}

.contact-row p {
  margin-top: 8px;
  line-height: 1.55;
}

.contact-row p em {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--wine-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-link .icon {
  width: 16px;
  height: 16px;
}

.contact__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 34px;
}

.contact__meta p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
}

.socials {
  display: flex;
  gap: 9px;
}

.socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color 0.3s ease, background 0.3s ease;
}

.socials a:hover {
  color: var(--white);
  background: var(--wine-light);
}

.socials .icon {
  width: 17px;
  height: 17px;
}

/* Footer */
.footer {
  padding-block: 50px;
  color: rgba(255, 253, 249, 0.7);
  background: #1d1012;
}

.footer__inner {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 60px;
}

.footer__inner img {
  width: 150px;
}

.footer p {
  font-size: 0.84rem;
  line-height: 1.65;
}

.footer small {
  color: rgba(255, 253, 249, 0.42);
  font-size: 0.72rem;
}

.footer__credit {
  display: inline-block;
  margin-top: 4px;
  color: rgba(255, 253, 249, 0.74);
  text-decoration: underline;
  text-decoration-color: rgba(255, 253, 249, 0.3);
  text-underline-offset: 3px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.footer__credit:hover {
  color: var(--white);
  text-decoration-color: currentColor;
}

.footer__inner > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__inner > a .icon {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

/* Lightbox */
.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: clamp(28px, 5vw, 70px);
  color: var(--white);
  border: 0;
  background: rgba(24, 12, 14, 0.97);
}

.lightbox::backdrop {
  background: rgba(24, 12, 14, 0.9);
}

.lightbox[open] {
  display: grid;
  place-items: center;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.lightbox p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.lightbox__close {
  position: fixed;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--white);
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

/* Motion */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s var(--ease) var(--delay, 0ms), transform 0.85s var(--ease) var(--delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  :root { --gutter: clamp(22px, 3.2vw, 42px); }
  .desktop-nav ul { gap: 18px; }
  .header__tools { gap: 18px; margin-left: 24px; }
  .brand { width: 140px; }
  .split { gap: 60px; }
  .split--about, .split--winery { grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr); }
  .wines__grid { grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr); gap: 70px; }
  .contact { grid-template-columns: minmax(0, 1fr) minmax(440px, 0.8fr); }
}

@media (max-width: 1000px) {
  :root { --header-h: 82px; }
  .desktop-nav, .header__tools > .language-switch { display: none; }
  .menu-toggle { display: block; }
  .brand { width: 145px; height: 72px; }
  .site-header.is-scrolled { height: 72px; }
  .split--about, .split--winery, .wines__grid { grid-template-columns: 1fr; }
  .split--about .split__content { max-width: 720px; }
  .about__figure { width: min(76%, 620px); margin-left: auto; }
  .about__figure img { aspect-ratio: 4 / 5; }
  .split--winery { gap: 80px; }
  .winery__figure { width: min(78%, 650px); }
  .winery .split__content { max-width: 760px; margin-left: auto; }
  .wines__grid { gap: 30px; }
  .wines__copy { max-width: 760px; }
  .wines__visual { min-height: 560px; }
  .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 250px; }
  .gallery__item { grid-column: auto !important; grid-row: auto !important; }
  .gallery__item--1 { grid-column: span 2 !important; grid-row: span 2 !important; }
  .gallery__item--4 { grid-column: span 2 !important; }
  .contact { grid-template-columns: 1fr; }
  .contact__photo { min-height: 740px; }
  .contact__panel { padding-block: 90px; }
  .contact__panel-inner { width: 100%; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding-block: 92px; }
  .display { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .hero { min-height: max(680px, 100svh); }
  .hero__media img { object-position: center center; }
  .hero__shade { background: linear-gradient(90deg, rgba(26, 12, 15, 0.78), rgba(26, 12, 15, 0.25)), linear-gradient(0deg, rgba(21, 11, 12, 0.6), transparent 50%); }
  .hero__content { min-height: max(680px, 100svh); padding-bottom: 110px; }
  .hero h1 { max-width: 8ch; margin-top: 17px; font-size: clamp(3.8rem, 18vw, 6.3rem); }
  .hero__lead { max-width: 34ch; margin-top: 22px; font-size: 1rem; }
  .hero__actions { width: 100%; margin-top: 30px; }
  .hero__actions .button { width: 100%; }
  .hero__scroll { bottom: 26px; }
  .hero__counter { display: none; }
  .stats { grid-template-columns: 1fr; margin-top: 0; width: 100%; box-shadow: none; }
  .stat { min-height: 110px; padding-inline: var(--gutter); }
  .stat + .stat { border-top: 1px solid var(--line); border-left: 0; }
  .stat strong { min-width: 105px; }
  .about { margin-top: 0; padding-top: 92px; }
  .split { gap: 65px; }
  .about__figure { width: calc(100% - 22px); }
  .about__figure figcaption { right: -22px; bottom: 24px; width: 112px; height: 112px; }
  .about__figure::before { top: -15px; right: -15px; }
  .section-head, .section-head--wide { grid-template-columns: 1fr; gap: 30px; margin-bottom: 52px; }
  .vineyard-feature__image { width: 100%; }
  .vineyard-feature__image img { aspect-ratio: 4 / 3; }
  .vineyard-feature blockquote { position: relative; bottom: auto; width: calc(100% - 24px); margin: -32px 0 0 auto; padding: 34px; }
  .tracks-heading { margin-top: 78px; }
  .track-grid { grid-template-columns: 1fr; }
  .track-card { min-height: 0; padding: 34px 0 42px; }
  .track-card + .track-card { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .track-card h3 { margin-top: 18px; }
  .track-card dl { margin-top: 25px; }
  .split--winery { display: flex; flex-direction: column; }
  .winery__figure { width: calc(100% - 22px); }
  .winery__figure > span { left: -16px; }
  .tasting-card { align-items: flex-end; }
  .tasting-card > a { width: 54px; height: 54px; }
  .wines__visual { min-height: 480px; }
  .wines__visual::before { transform: translate(25px, -18px); }
  .gallery__grid { grid-auto-rows: 180px; gap: 8px; }
  .gallery__item > span { display: none; }
  .contact__photo { min-height: 680px; }
  .contact__photo-copy h2 { max-width: 10ch; font-size: clamp(3.2rem, 15vw, 5.5rem); }
  .contact__panel { padding-block: 75px; }
  .contact__meta { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr auto; gap: 28px; }
  .footer__inner img { grid-column: span 2; }
  .footer__inner > a { align-self: start; }
}

@media (max-width: 440px) {
  .brand { width: 127px; }
  .mobile-menu__bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__scroll span { display: none; }
  .gallery__grid { grid-auto-rows: 150px; }
  .contact-row { grid-template-columns: 38px 1fr; gap: 15px; }
  .contact-row > span { width: 38px; height: 38px; }
  .contact-row a:not(.route-link) { overflow-wrap: anywhere; font-size: 1.2rem; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__inner img { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero__scroll, .gallery, .footer, .lightbox { display: none !important; }
  .hero { min-height: 480px; }
  .section, .contact__panel { padding-block: 45px; }
  * { color: #000 !important; background: transparent !important; box-shadow: none !important; }
}
