@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/inter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/inter-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Local";
  src: url("../assets/fonts/playfair-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Local";
  src: url("../assets/fonts/playfair-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Local";
  src: url("../assets/fonts/playfair-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --wine: #722f37;
  --wine-dark: #4a1c20;
  --gold: #c9a962;
  --ink: #111111;
  --muted-ink: #5d5d5d;
  --paper: #ffffff;
  --line: rgba(17, 17, 17, 0.12);
  --serif: "Playfair Local", Georgia, serif;
  --sans: "Inter Local", Arial, sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 400; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: var(--wine); color: #fff; transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100%, 1280px); margin: 0 auto; padding: 0 2rem; }
.section { position: relative; padding: clamp(5rem, 9vw, 8rem) 0; overflow: hidden; }
.eyebrow { margin: 0 0 1rem; color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1, h2 { font-size: clamp(3rem, 5.2vw, 5.35rem); }
h1 em, h2 em { display: block; color: rgba(17, 17, 17, .8); font-style: italic; }
h3 { font-size: 1.8rem; }

.site-nav { position: fixed; z-index: 30; inset: 0 0 auto; padding: 1rem 0; color: #fff; transition: background-color .28s var(--ease), box-shadow .28s var(--ease), color .28s var(--ease), padding .28s var(--ease); }
.site-nav.is-scrolled { padding: .7rem 0; color: var(--ink); background: rgba(255, 255, 255, .95); box-shadow: 0 1px 0 rgba(17, 17, 17, .08); backdrop-filter: blur(12px); }
.nav-inner { width: min(100%, 1400px); display: flex; align-items: center; justify-content: space-between; min-height: 2.8rem; margin: 0 auto; padding: 0 2rem; }
.nav-brand { width: 11rem; min-height: 2.5rem; opacity: 0; pointer-events: none; transform: translateX(-1rem); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.site-nav.is-scrolled .nav-brand { opacity: 1; pointer-events: auto; transform: translateX(0); }
.nav-brand img { width: 100%; height: auto; filter: invert(1); }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a { position: relative; padding: .5rem 0; font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: .1rem; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; padding: .4rem; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle svg, .menu-close svg { width: 1.8rem; height: 1.8rem; }

.mobile-menu { position: fixed; z-index: 50; top: 0; right: 0; bottom: 0; display: flex; width: min(100%, 25rem); padding: 5.5rem 2rem 2rem; color: var(--ink); background: #fff; box-shadow: -1.5rem 0 4rem rgba(0, 0, 0, .15); transform: translateX(105%); transition: transform .35s var(--ease); flex-direction: column; align-items: center; text-align: center; }
.mobile-menu.is-open { transform: translateX(0); }
.menu-close { position: absolute; top: 1rem; right: 1.25rem; border: 0; padding: .45rem; color: var(--ink); background: transparent; cursor: pointer; }
.mobile-menu-logo { width: 12rem; filter: invert(1); opacity: .8; }
.mobile-menu nav { display: grid; width: 100%; margin: 3.5rem 0 0; gap: 1.25rem; }
.mobile-menu nav a { font-family: var(--serif); font-size: 2rem; }
.mobile-menu-contact { width: 100%; margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line); }
.mobile-menu-contact span { display: block; margin-bottom: .7rem; color: var(--muted-ink); font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.mobile-menu-contact a { display: block; margin: .3rem 0; font-family: var(--serif); font-size: 1.1rem; }
.menu-backdrop { position: fixed; z-index: 40; inset: 0; visibility: hidden; background: rgba(0, 0, 0, .38); opacity: 0; transition: opacity .25s var(--ease), visibility .25s var(--ease); }
.menu-backdrop.is-visible { visibility: visible; opacity: 1; }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; color: #fff; place-items: center; }
.hero-media { position: absolute; inset: -5%; background: center / cover no-repeat url("../assets/images/hero-vineyard.jpg"); transform: translateY(0) scale(1.05); will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.22), rgba(0,0,0,.02) 55%, rgba(0,0,0,.38)); }
.hero-content { position: relative; z-index: 1; width: min(100%, 64rem); padding: 6rem 1.5rem 4rem; text-align: center; }
.hero-location { display: inline-block; padding: 0; color: #fff; background: transparent; font-size: clamp(.86rem, 1.35vw, 1.08rem); font-weight: 600; letter-spacing: .25em; text-shadow: 0 .15rem .7rem rgba(0, 0, 0, .62); }
.hero-logo { width: min(100%, 52rem); margin: 1.6rem auto 2rem; filter: drop-shadow(0 1rem 1.1rem rgba(0,0,0,.32)); }
.gold-rule { display: block; width: 6.25rem; height: 1px; margin: 0 auto 2rem; background: var(--gold); }
.hero-tagline { display: inline-block; margin-bottom: 0; padding: 0; color: #fff; background: transparent; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); font-style: italic; text-shadow: 0 .18rem .8rem rgba(0, 0, 0, .68); }
.discover { position: absolute; z-index: 1; bottom: 2.5rem; display: grid; color: #111; gap: .35rem; justify-items: center; animation: drift 2s ease-in-out infinite; }
.discover span { font-size: .62rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.discover svg { width: 1.2rem; height: 1.2rem; }
@keyframes drift { 50% { transform: translateY(.55rem); } }

.about-content { width: min(100%, 76rem); }
.about-content h1 { max-width: 49rem; margin-bottom: 2.7rem; }
.body-copy { display: grid; max-width: 66rem; gap: 1.4rem; color: rgba(17,17,17,.78); font-size: clamp(1rem, 1.6vw, 1.17rem); font-weight: 300; line-height: 1.75; }
.body-copy p { margin-bottom: 0; }

.philosophy { color: #111; }
.philosophy-media, .philosophy-shade { position: absolute; inset: 0; }
.philosophy-media { background: center / cover no-repeat url("../assets/images/philosophy-winery.jpg"); }
.philosophy-shade { background: rgba(255,255,255,.12); }
.philosophy-content { position: relative; z-index: 1; }
.section-heading { margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading.centered { width: min(100%, 54rem); margin-right: auto; margin-left: auto; padding: 2rem; text-align: center; background: rgba(255,255,255,.25); backdrop-filter: blur(2px); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pillar { padding: 2.6rem 2rem; background: rgba(250,250,250,.9); border: 1px solid rgba(17,17,17,.15); text-align: center; transition: transform .3s var(--ease), background .3s var(--ease); }
.pillar:hover { background: #fff; transform: translateY(-.35rem); }
.icon-circle { display: grid; width: 4rem; height: 4rem; margin: 0 auto 1.4rem; border: 1px solid rgba(114, 47, 55, .35); border-radius: 50%; place-items: center; }
.icon-circle svg { width: 1.8rem; height: 1.8rem; }
.pillar h3 { margin-bottom: 1rem; text-transform: uppercase; }
.pillar p { margin-bottom: 0; color: rgba(17,17,17,.68); font-size: .96rem; font-weight: 300; line-height: 1.7; }

.producer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
.producer-card { min-width: 0; }
.producer-image-wrap { aspect-ratio: 3 / 4; overflow: hidden; margin-bottom: 1.5rem; background: #eee; }
.producer-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(30%); transition: transform .7s var(--ease), filter .7s var(--ease); }
.producer-card:hover img { filter: grayscale(0); transform: scale(1.04); }
.producer-copy { padding: .2rem .7rem .6rem; }
.producer-region { margin-bottom: .55rem; font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.producer-copy h3 { margin-bottom: .75rem; }
.producer-copy p:last-child { margin-bottom: 0; padding-left: 1rem; border-left: 1px solid rgba(201,169,98,.55); color: rgba(17,17,17,.76); font-size: .92rem; font-weight: 300; line-height: 1.65; }
.producers-quote { margin: 5rem auto 0; color: rgba(17,17,17,.58); font-family: var(--serif); font-size: clamp(1.2rem, 2.1vw, 1.55rem); font-style: italic; text-align: center; }

.restaurants { min-height: 48rem; padding: 0; display: flex; align-items: stretch; }
.restaurant-image { position: absolute; inset: 0 0 0 50%; background: center / cover no-repeat url("../assets/images/restaurant-venue.webp"); filter: brightness(1.1); }
.restaurant-content { position: relative; display: flex; width: 100%; padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); align-items: center; }
.restaurant-copy { width: min(100%, 39rem); }
.restaurant-copy h2 { margin-bottom: 2.3rem; }
.restaurant-intro { max-width: 35rem; margin-bottom: 2rem; color: rgba(17,17,17,.78); font-size: 1.08rem; font-weight: 300; line-height: 1.75; }
.benefit-list { display: grid; margin: 0; padding: 0; gap: 1rem; list-style: none; }
.benefit-list li { display: flex; color: rgba(17,17,17,.88); align-items: center; gap: .85rem; }
.benefit-list li::before { display: grid; width: 1.5rem; height: 1.5rem; border: 1px solid rgba(201,169,98,.65); border-radius: 50%; color: var(--ink); content: "✓"; font-size: .78rem; place-items: center; flex: 0 0 auto; }
.button { display: inline-flex; margin-top: 2.4rem; padding: 1rem 1.45rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; line-height: 1; text-transform: uppercase; transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), transform .18s var(--ease); }
.button:active { transform: scale(.97); }
.button-wine { color: #fff; background: var(--wine); box-shadow: 0 .45rem 1.35rem rgba(114,47,55,.18); }
.button-wine:hover, .button-wine:focus-visible { background: var(--wine-dark); }
.button-outline { margin-top: 0; border: 1px solid var(--wine); color: var(--wine); }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--wine); }

.contact { border-top: 1px solid rgba(17,17,17,.05); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 8vw, 9rem); }
.contact-cta h2 { margin-bottom: 2rem; }
.contact-cta > p:not(.eyebrow) { max-width: 34rem; color: rgba(17,17,17,.72); font-size: 1.08rem; font-weight: 300; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.contact-info { padding-left: clamp(0rem, 3.5vw, 3.5rem); border-left: 1px solid var(--line); }
.contact-info h3 { margin-bottom: 2rem; }
.contact-items { display: grid; gap: 1.5rem; }
.contact-item { display: flex; color: rgba(17,17,17,.76); align-items: center; gap: 1rem; transition: color .2s var(--ease); }
a.contact-item:hover, a.contact-item:focus-visible { color: var(--wine); }
.contact-icon { display: grid; width: 2.5rem; height: 2.5rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); place-items: center; flex: 0 0 auto; }
.contact-icon svg { width: 1rem; height: 1rem; }
blockquote { margin: 2.8rem 0 0; padding: 1.7rem; border: 1px solid var(--line); color: rgba(17,17,17,.64); background: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.05rem; font-style: italic; line-height: 1.5; }

.site-footer { padding: 3.4rem 0; color: rgba(255,255,255,.74); background: #050505; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand img { width: 10.5rem; margin-bottom: 1rem; opacity: .72; }
.footer-brand p, .footer-social span, .footer-social a, .footer-legal span, .footer-copyright { font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-brand p { max-width: 19rem; margin: 0; color: rgba(255,255,255,.48); line-height: 1.7; }
.footer-content { display: flex; align-items: center; gap: 3rem; }
.footer-social { display: grid; gap: .55rem; }
.footer-social span { color: rgba(255,255,255,.46); }
.footer-social a { display: flex; color: rgba(255,255,255,.72); align-items: center; gap: .45rem; transition: color .2s var(--ease); }
.footer-social a:hover { color: #fff; }
.footer-social svg { width: 1.1rem; height: 1.1rem; }
.footer-legal { display: flex; gap: 1.4rem; color: rgba(255,255,255,.46); }
.footer-copyright { display: grid; gap: .25rem; color: rgba(255,255,255,.34); text-align: right; }

[data-reveal] { opacity: 0; transform: translateY(1.5rem); transition: opacity .65s var(--ease), transform .65s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container, .nav-inner { padding-right: 1.5rem; padding-left: 1.5rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .pillars, .contact-grid { grid-template-columns: 1fr; }
  .contact-info { padding-top: 3rem; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-inner, .footer-content { align-items: flex-start; flex-direction: column; }
  .footer-content { gap: 1.8rem; }
  .footer-copyright { text-align: left; }
  .restaurants { min-height: auto; }
  .restaurant-image { inset: 0; opacity: 1; }
  .restaurant-copy { width: min(100%, 41rem); }
}

@media (max-width: 640px) {
  .container, .nav-inner { padding-right: 1.15rem; padding-left: 1.15rem; }
  .section { padding: 4.25rem 0; }
  .hero-content { padding-right: 1.15rem; padding-left: 1.15rem; }
  .hero-logo { margin: 1.4rem auto; }
  .producer-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .pillars { gap: 1rem; }
  .pillar { padding: 2.25rem 1.35rem; }
  .restaurant-content { padding-top: 5rem; padding-bottom: 5rem; }
  .restaurant-intro { font-size: 1rem; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { justify-content: center; }
  .footer-legal { flex-wrap: wrap; }
}

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