:root {
  --color-bg: #0c0709; --color-text: #ead9d4; --color-heading: #f7ece8;
  --color-muted: #b39490; --color-accent: #c9a06a; --color-surface: #160e12;
  --color-border: rgba(201,160,106,.18); --nav-fg: #f7ece8; --nav-solid: rgba(12,7,9,.92);
  --nav-solid-fg: #f7ece8; --font-display: 'Cormorant Garamond', serif; --font-body: 'Heebo', sans-serif;
  --footer-bg: #080406; --input-bg: #160e12; --btn-ghost-fg: #f7ece8;
}
html:has(body.theme-wine),
html:has(body.site-wine-bar) { overflow-x: hidden; }
body.theme-wine,
body.site-wine-bar { overflow-x: hidden; overscroll-behavior-x: none; }
.theme-wine [data-reveal="left"],
.theme-wine [data-reveal="right"] { transform: translateY(28px); }
.theme-wine .hero-kenburns img { animation: none; transform: none; will-change: auto; }
.theme-wine .film-grain::after { animation: none; transform: none; }
.theme-wine .lift,
.theme-wine .lift:hover { transform: none; box-shadow: none; }
.theme-wine .zoom-img { overflow: hidden; }
.theme-wine .zoom-img img { transform-origin: center center; }
body { font-family: var(--font-body); background: var(--color-bg); }
h1,h2,h3 { font-family: var(--font-display); font-weight: 400; }
.wine-hero { position: relative; min-height: 100vh; display: grid; place-items: center; text-align: center; overflow: hidden; isolation: isolate; }
.wine-hero__bg { position: absolute; inset: 0; overflow: hidden; }
.wine-hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: none; }
.wine-hero__veil { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(12,7,9,.25), rgba(12,7,9,.78)); }
.wine-hero__copy { position: relative; z-index: 2; }
.wine-hero h1 { font-size: clamp(3rem, 8vw, 6.2rem); letter-spacing: .18em; font-family: 'Cinzel', serif; }
.wine-hero p { margin: 1rem auto 2rem; max-width: 28ch; }
.wine-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; }
.wine-pair figure { overflow: hidden; margin: 0; }
.wine-pair img { height: 70vh; object-fit: cover; width: 100%; }
.wine-about { padding: 7rem 0; text-align: center; }
.wine-about h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.wine-about p { max-width: 48ch; margin: 1.2rem auto; color: var(--color-muted); font-size: 1.12rem; }
.wine-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 3rem; }
.wine-stats b { display: block; font-family: 'Cinzel', serif; font-size: 2rem; color: var(--color-accent); }
.wine-belief { display: grid; align-items: stretch; overflow: hidden; }
@media (min-width: 800px) { .wine-belief { grid-template-columns: .9fr 1.1fr; } }
.wine-belief blockquote { padding: 4rem 8vw; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--color-accent); }
.wine-belief p { font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 2rem); font-style: italic; line-height: 1.5; }
.wine-belief .zoom-img { overflow: hidden; min-height: 360px; }
.wine-belief img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.wine-notes { padding: 5rem 0; background: #120a0e; }
.wine-notes__grid { display: grid; gap: 1.2rem; margin-top: 2rem; }
@media (min-width: 800px) { .wine-notes__grid { grid-template-columns: 1fr 1fr; } }
.wine-notes article { border: 1px solid var(--color-border); padding: 1.6rem; }
.wine-notes h3 { font-family: 'Cinzel', serif; font-size: 1.05rem; letter-spacing: .08em; color: var(--color-accent); }
.wine-notes footer { display: flex; justify-content: space-between; margin-top: 1rem; font-size: .9rem; }
.wine-svc { padding: 5.5rem 0 4.5rem; background: #ead9d4; color: #2a1014; }
.wine-svc .eyebrow { color: #8a4a3a; }
.wine-svc h2, .wine-svc h3 { color: #2a1014; }
.wine-svc__head { text-align: center; margin-bottom: 2.5rem; }
.wine-svc__head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.wine-svc__grid { display: grid; gap: 1.25rem; }
@media (min-width: 800px) { .wine-svc__grid { grid-template-columns: repeat(4,1fr); } }
.wine-svc article { overflow: hidden; background: #f7ece8; border: 1px solid rgba(42,16,20,.12); }
.wine-svc .zoom-img { overflow: hidden; }
.wine-svc img { height: 240px; object-fit: cover; width: 100%; }
.wine-svc h3 { margin: 1.1rem 1rem .35rem; font-family: 'Cinzel', serif; font-size: 1.05rem; letter-spacing: .04em; }
.wine-svc p { padding: 0 1rem 1.4rem; color: #5c3d3a; font-size: .9rem; }
.wine-gal { padding: 5rem 0 0; background: #1a0a10; overflow: hidden; }
.wine-gal__head { text-align: center; padding-bottom: 2.4rem; }
.wine-gal__head h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--color-heading); }
.wine-gal__rule { display: block; width: 4.5rem; height: 1px; margin: 1.25rem auto 0; background: var(--color-accent); }
.wine-gal__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; overflow: hidden; }
.wine-gal figure { overflow: hidden; margin: 0; }
@media (min-width: 800px) { .wine-gal__grid { grid-template-columns: repeat(4,1fr); } }
.wine-gal img { height: 36vh; object-fit: cover; width: 100%; }
@media (max-width: 700px) { .wine-pair { grid-template-columns: 1fr; } .wine-pair img { height: 40vh; } .wine-svc__grid { grid-template-columns: 1fr; } }
