:root {
  --wine: #3b0919;
  --wine-deep: #21050e;
  --wine-soft: #551124;
  --ivory: #f8f1e7;
  --paper: #fffaf2;
  --ink: #241a18;
  --muted: #6f625d;
  --gold: #d6b16b;
  --gold-light: #efd59d;
  --line: rgba(77, 37, 33, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.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; z-index: 1000; left: 1rem; top: -4rem; padding: .7rem 1rem; background: var(--paper); color: var(--wine); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); color: white; transition: background .3s, min-height .3s, box-shadow .3s; }
.site-header.scrolled { min-height: 68px; background: rgba(28, 3, 11, .95); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; letter-spacing: .24em; }
.brand span { color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; }
.brand small { margin-top: .4rem; font-size: .52rem; letter-spacing: .3em; color: rgba(255,255,255,.72); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.3rem); }
.site-nav a { text-decoration: none; text-transform: uppercase; font-size: .73rem; font-weight: 600; letter-spacing: .1em; color: rgba(255,255,255,.88); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-light); }
.site-nav .nav-cta { padding: .65rem 1.1rem; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-button { display: none; border: 0; background: transparent; padding: .6rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px; background: white; }

.hero { position: relative; display: grid; min-height: 100svh; align-items: center; overflow: hidden; color: white; background: var(--wine-deep); }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,3,4,.92) 0%, rgba(16,4,9,.78) 34%, rgba(20,4,10,.18) 66%, rgba(0,0,0,.12) 100%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 88vw); margin-left: clamp(1.4rem, 8vw, 8.5rem); padding-top: 5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); font-size: .76rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #9f6e31; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
h1 { margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.8rem); letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.7rem); letter-spacing: -.025em; }
h3 { margin: 0; font-size: clamp(1.45rem, 2vw, 2rem); }
.hero-copy { max-width: 640px; margin: 1.7rem 0 2.2rem; font-size: clamp(1.05rem, 1.45vw, 1.25rem); color: rgba(255,255,255,.84); }
.button-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.4rem; text-decoration: none; text-transform: uppercase; font-size: .75rem; font-weight: 600; letter-spacing: .13em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #29140d; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.scroll-cue { position: absolute; z-index: 3; bottom: 2rem; right: clamp(1.4rem, 4vw, 4rem); display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.76); text-decoration: none; text-transform: uppercase; font-size: .65rem; letter-spacing: .16em; }
.scroll-cue span { width: 50px; height: 1px; background: var(--gold); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); background: var(--ivory); }
.section-heading { max-width: 850px; }
.intro-copy { max-width: 710px; }
.lead { margin-top: 0; font-size: clamp(1.18rem, 1.6vw, 1.45rem); line-height: 1.55; }
.three-pillars { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(2rem, 5vw, 5rem); background: var(--line); border: 1px solid var(--line); }
.pillar { min-height: 260px; padding: clamp(1.5rem, 3vw, 3.2rem); background: var(--paper); }
.pillar span { display: block; margin-bottom: 2.6rem; color: #9f6e31; font-size: .73rem; letter-spacing: .15em; }
.pillar p { color: var(--muted); }

.section-wine { color: white; background: var(--wine); }
.section-wine .section-heading { max-width: 1000px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4.5rem; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.product-card { min-height: 330px; padding: clamp(1.4rem, 2.5vw, 2.7rem); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.product-number { margin-bottom: 5rem; color: var(--gold); font-size: .72rem; letter-spacing: .17em; }
.product-card p { color: rgba(255,255,255,.72); }

.feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; background: var(--paper); }
.feature-image img { aspect-ratio: 1.2 / 1; object-fit: cover; }
.feature-copy { max-width: 620px; }
.clean-list { margin: 2rem 0; padding: 0; list-style: none; }
.clean-list li { padding: .75rem 0 .75rem 1.4rem; border-bottom: 1px solid var(--line); position: relative; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 1.48rem; width: .5rem; height: 1px; background: #9f6e31; }
.fine-print { color: var(--muted); font-size: .86rem; }

.wide-image-section { position: relative; min-height: min(800px, 82vh); display: flex; align-items: flex-end; overflow: hidden; color: white; }
.wide-image-section > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.wide-image-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,3,9,.88), rgba(20,3,9,.05) 72%); }
.wide-image-copy { position: relative; z-index: 2; max-width: 880px; margin: 0 clamp(1.4rem, 7vw, 8rem) clamp(3rem, 7vw, 7rem); }
.wide-image-copy p:last-child { max-width: 690px; color: rgba(255,255,255,.8); font-size: 1.08rem; }

.retail { background: var(--ivory); }
.retail .section-heading p:last-child { max-width: 820px; color: var(--muted); }
.retail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.3rem, 3vw, 3rem); margin-top: 4rem; }
.image-card { overflow: hidden; background: white; box-shadow: 0 24px 60px rgba(58,34,27,.09); }
.image-card img { aspect-ratio: 1.46 / 1; object-fit: cover; transition: transform .7s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card > div { padding: clamp(1.4rem, 3vw, 2.8rem); }
.image-card p:last-child { color: var(--muted); }

.section-dark { color: white; background: #120e0d; }
.business { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.business-visual img { min-height: 620px; object-fit: cover; }
.business-copy { max-width: 680px; }
.business-copy .lead { color: rgba(255,255,255,.78); }
.business-points { margin: 2.5rem 0; }
.business-points div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.business-points span { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; gap: 1rem; color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(214,177,107,.45); padding-bottom: .4rem; }

.story { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.story-copy { max-width: 640px; }
.story-copy p:not(.eyebrow) { color: var(--muted); }
.story-image img { min-height: 600px; object-fit: cover; }

.contact { display: grid; grid-template-columns: 1fr minmax(340px, .72fr); gap: clamp(2rem, 8vw, 9rem); color: white; background: radial-gradient(circle at 80% 20%, #661a31 0, var(--wine) 37%, var(--wine-deep) 100%); }
.contact-heading { max-width: 760px; }
.contact-heading p:last-child { max-width: 620px; color: rgba(255,255,255,.73); font-size: 1.1rem; }
.address-card { align-self: start; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(239,213,157,.38); background: rgba(255,255,255,.055); }
.address-label { color: var(--gold-light); font-size: .73rem; letter-spacing: .18em; }
address { margin: 1.5rem 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.5rem); font-style: normal; line-height: 1.45; }
.appointment { margin-bottom: 2rem; color: rgba(255,255,255,.62); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: 2.2rem clamp(1.4rem, 7vw, 8rem); color: rgba(255,255,255,.62); background: #10040a; font-size: .78rem; }
.footer-brand { display: inline-flex; flex-direction: column; line-height: 1; }
.footer-brand span { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; letter-spacing: .16em; }
.footer-brand small { margin-top: .3rem; font-size: .45rem; letter-spacing: .25em; }
.site-footer p:nth-child(2) { text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .image-card img, .button { transition: none; }
}

@media (max-width: 1040px) {
  .menu-button { display: block; z-index: 102; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; background: rgba(28,3,11,.98); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 1rem; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .feature, .business, .story { grid-template-columns: 1fr; }
  .business-visual { order: 2; }
  .business-copy { order: 1; }
  .business-visual img, .story-image img { min-height: 440px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .hero { min-height: 860px; align-items: end; }
  .hero > img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,2,6,.97) 0%, rgba(17,4,9,.77) 55%, rgba(10,2,5,.16) 100%); }
  .hero-content { width: auto; margin: 0; padding: 7rem 1.4rem 7rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.3rem, 10.5vw, 3.5rem); }
  .scroll-cue { display: none; }
  .intro, .contact { grid-template-columns: 1fr; }
  .three-pillars { grid-template-columns: 1fr; }
  .pillar { min-height: 220px; }
  .product-grid, .retail-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 250px; }
  .product-number { margin-bottom: 2.5rem; }
  .feature { padding-left: 0; padding-right: 0; }
  .feature-copy { padding: 0 1.4rem; }
  .business-points div { grid-template-columns: 1fr; gap: .25rem; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { align-items: center; }
  .site-footer p:nth-child(2) { text-align: center; }
}
