:root {
  --green: #173f32;
  --green-dark: #102d25;
  --cream: #f3efe5;
  --paper: #faf8f1;
  --gold: #bda26b;
  --ink: #27312c;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 25px clamp(24px, 5vw, 76px); color: white; border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { text-transform: uppercase; letter-spacing: .14em; line-height: 1; }
.brand span { display: block; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.brand small { display: block; margin-top: 8px; font-size: 8px; letter-spacing: .24em; }
nav { display: flex; gap: clamp(18px, 2.7vw, 46px); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }
nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-bottom-color: white; }
.language {
  justify-self: end; display: flex; align-items: center; gap: 2px;
  padding: 4px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  background: rgba(11,38,29,.3); font-size: 10px; letter-spacing: .1em;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.language span { display: none; }
.language button { min-width: 34px; padding: 7px 8px; border: 0; border-radius: 999px; color: inherit; background: none; cursor: pointer; opacity: .72; }
.language button.active { color: var(--green-dark); background: white; opacity: 1; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,18,.64), rgba(10,25,18,.1) 68%), linear-gradient(0deg, rgba(9,24,18,.46), transparent 52%); }
.hero-content { position: relative; z-index: 1; width: min(720px, 80vw); padding: 34vh 0 13vh clamp(26px, 9vw, 142px); }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow.dark { color: #68766f; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(76px, 10vw, 154px); line-height: .78; letter-spacing: -.045em; }
h2 { font-size: clamp(46px, 6vw, 82px); line-height: .94; letter-spacing: -.025em; }
.hero-copy { max-width: 615px; margin: 38px 0 35px; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.35; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 1px solid; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.button-light { border-color: white; background: white; color: var(--green); }
.button-outline { color: white; border-color: rgba(255,255,255,.8); }
.button-dark { border-color: var(--green); background: var(--green); color: white; }
.button-book { margin-left:12px; border-color:rgba(255,255,255,.8); color:white; background:rgba(10,45,34,.35); backdrop-filter:blur(6px); }
.button-guest { margin-left:10px; border-color:var(--green); color:var(--green); background:transparent; }
.scroll-hint { position: absolute; z-index: 2; bottom: 28px; left: 50%; width: 20px; height: 42px; }
.scroll-hint span { display: block; width: 1px; height: 42px; margin: auto; background: rgba(255,255,255,.65); animation: scroll 2s infinite; transform-origin: top; }
@keyframes scroll { 0%,100%{transform:scaleY(.35);opacity:.4} 50%{transform:scaleY(1);opacity:1} }

.section { padding: clamp(85px, 11vw, 160px) clamp(25px, 9vw, 145px); }
.intro { text-align: center; }
.intro h2 { max-width: 900px; margin: auto; color: var(--green); }
.lead { max-width: 760px; margin: 35px auto 55px; font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.55; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin: auto; border-top: 1px solid #d9d2c2; border-bottom: 1px solid #d9d2c2; }
.facts div { padding: 25px 12px; border-right: 1px solid #d9d2c2; }
.facts div:last-child { border-right: 0; }
.facts strong { display: block; color: var(--green); font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1; }
.facts span { display: block; margin-top: 8px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; grid-template-rows: auto auto; background: var(--cream); }
.photo { margin: 0; overflow: hidden; }
.photo img { height: 100%; object-fit: cover; transition: transform .9s ease; }
.photo:hover img { transform: scale(1.025); }
.photo-tall { grid-row: span 2; min-height: 850px; }
.story-copy { align-self: center; padding: clamp(65px, 9vw, 130px); }
.story-copy h2 { color: var(--green); }
.story-copy > p:not(.eyebrow) { margin: 35px 0; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid #989c93; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.text-link i { font-style: normal; font-size: 16px; }
.photo-wide { min-height: 360px; }

.living { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; margin-bottom: 65px; }
.section-heading h2 { color: var(--green); }
.section-heading > p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.card { position: relative; min-height: 540px; overflow: hidden; color: white; }
.card img { height: 100%; min-height: 540px; object-fit: cover; transition: transform .8s ease; }
.card:hover img { transform: scale(1.035); }
.card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,25,18,.8)); }
.card > div { position: absolute; z-index: 1; bottom: 28px; left: 28px; right: 28px; display: flex; align-items: baseline; gap: 18px; border-top: 1px solid rgba(255,255,255,.45); padding-top: 20px; }
.card span { font-size: 9px; letter-spacing: .15em; }
.card h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 400; }

.region { min-height: 720px; display: grid; place-items: center; padding: 80px 25px; text-align: center; color: white; background: linear-gradient(rgba(11,38,29,.38),rgba(11,38,29,.65)), url("/images/hero-vineyards.jpg") center/cover fixed; }
.region-inner { max-width: 760px; }
.region h2 { color: white; }
.region p:not(.eyebrow) { margin: 30px auto 36px; max-width: 620px; font-family: var(--serif); font-size: 24px; line-height: 1.5; }

.guide { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 8vw; background: var(--cream); overflow: hidden; }
.guide-copy h2 { color: var(--green); }
.guide-copy > p:not(.eyebrow) { max-width: 580px; margin: 35px 0; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.guide-visual { position: relative; }
.guide-visual::before { content: ""; position: absolute; width: 80%; height: 90%; top: 10%; left: 14%; background: #d9d0bd; transform: rotate(5deg); }
.guide-visual img { position: relative; width: min(420px, 100%); margin: auto; box-shadow: 0 25px 65px rgba(30,28,20,.25); }
.guide-visual { display:block; transition:transform .35s ease; }
.guide-visual:hover { transform:translateY(-6px); }
.booking-strip { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:70px clamp(25px,9vw,145px); color:white; background:var(--green); }
.booking-strip .eyebrow { margin-bottom:12px; }
.booking-strip h2 { color:white; font-size:clamp(42px,5vw,70px); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 65px clamp(25px, 7vw, 105px); color: white; background: var(--green-dark); }
.footer-brand { font-family: var(--serif); font-size: 36px; }
.footer-brand small { display: block; margin-top: 8px; font-family: var(--sans); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; opacity: .65; }
.footer-links { display: flex; flex-direction: column; gap: 9px; text-align: center; font-size: 10px; letter-spacing: .08em; }
footer > p { justify-self: end; margin: 0; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .65; }

.private-guide-page { min-height: 100vh; color: white; background: var(--green-dark); }
.private-guide-shell { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 6vw, 80px); background: linear-gradient(120deg, rgba(8,32,24,.95), rgba(23,63,50,.75)), url("/images/barn-night.jpg") center/cover; }
.private-guide-shell > div { max-width: 780px; padding: 10vh 0; }
.private-guide-shell h1 { margin-bottom: 30px; white-space: nowrap; }
.private-guide-shell p:not(.eyebrow) { max-width: 620px; margin: 0 0 36px; font-family: var(--serif); font-size: clamp(20px, 2.3vw, 28px); line-height: 1.5; }

/* Guest Home Guide */
.guest-page { background: #f8f5ed; }
.guest-hero { min-height: 92svh; display: flex; flex-direction: column; justify-content: space-between; padding: 28px clamp(24px,6vw,88px) 50px; color: white; background: linear-gradient(90deg,rgba(10,33,25,.76),rgba(10,33,25,.25)),url('/images/barn-night.jpg') center/cover; }
.guest-topbar { display:flex; align-items:center; justify-content:space-between; }
.guest-back { padding-bottom:7px; border-bottom:1px solid rgba(255,255,255,.55); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.guest-welcome { max-width:800px; padding:12vh 0 7vh; }
.guest-welcome h1 { font-size:clamp(68px,9vw,132px); line-height:.82; }
.guest-welcome > p:last-child { max-width:650px; margin:35px 0 0; font:clamp(20px,2vw,27px)/1.45 var(--serif); }
.urgent-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(255,255,255,.35); backdrop-filter:blur(12px); background:rgba(7,31,23,.42); }
.urgent-grid a { min-height:128px; padding:23px; border-right:1px solid rgba(255,255,255,.25); }
.urgent-grid a:last-child { border:0; }
.urgent-grid small,.urgent-grid span { display:block; font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.urgent-grid strong { display:block; margin:14px 0; font:500 20px var(--serif); }
.urgent-grid span { opacity:.72; }
.guide-nav { display:grid; grid-template-columns:repeat(6,1fr); gap:0; padding:0 clamp(24px,6vw,88px); color:var(--green); background:white; border-bottom:1px solid #ddd5c6; }
.guide-nav a { padding:23px 12px; border-right:1px solid #e5ded1; font-size:10px; text-align:center; letter-spacing:.08em; }
.guide-nav span { display:block; margin-bottom:7px; color:var(--gold); font-family:var(--serif); font-size:18px; }
.guide-section { display:grid; grid-template-columns:110px minmax(0,1050px); justify-content:center; gap:45px; padding:clamp(75px,9vw,130px) clamp(24px,7vw,110px); scroll-margin-top:25px; }
.guide-section.shaded { background:#eee8dc; }
.section-number { color:#b8a77f; font:42px var(--serif); border-top:1px solid #b8a77f; padding-top:14px; }
.guide-content h2,.contact-section h2 { color:var(--green); }
.guide-content h3 { margin:0 0 16px; color:var(--green); font:500 25px var(--serif); }
.guide-content p,.guide-content li { font-size:14px; line-height:1.8; }
.section-intro { max-width:640px; margin:28px 0 40px; font:20px/1.6 var(--serif)!important; }
.info-columns { display:grid; grid-template-columns:repeat(2,1fr); gap:60px; margin-top:45px; }
.info-columns.compact { gap:25px; margin-top:25px; }
.clean-list { display:grid; gap:15px; padding-left:20px; margin-top:35px; }
.alert-box { margin:38px 0; padding:25px 28px; color:white; background:var(--green); }
.alert-box strong { font:500 24px var(--serif); }
.alert-box p { margin:8px 0 0; }
.alert-box.soft { color:var(--ink); background:#dfd6c4; }
.rule-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin:42px 0 28px; }
.rule-cards div { padding:28px; color:white; background:var(--green); }
.rule-cards strong,.rule-cards span { display:block; }
.rule-cards strong { font:500 42px var(--serif); }
.rule-cards span { margin-top:8px; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.pool-section { color:white; background:linear-gradient(90deg,rgba(11,49,38,.95),rgba(16,70,54,.85)),url('/images/garden.jpg') center/cover; }
.pool-section h2,.favorites-section h2 { color:white; }
.pool-section .section-number,.favorites-section .section-number { color:white; border-color:rgba(255,255,255,.5); }
.pool-section h3 { color:#e0cfaa; }
.waste-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:42px 0 25px; }
.waste-grid div { min-height:135px; display:flex; flex-direction:column; justify-content:flex-end; padding:20px; }
.waste-grid b { font:500 23px var(--serif); }
.waste-grid span { margin-top:8px; font-size:10px; }
.waste-grid.detailed div { min-height:235px; justify-content:flex-start; }
.waste-grid.detailed span { font-size:11px; line-height:1.65; }
.waste-reminder { margin-top:30px; padding:22px; color:white; background:var(--green); text-align:center; font-size:16px; font-weight:600; line-height:1.4; text-transform:uppercase; letter-spacing:.06em; }
.plastic { background:#e3bd29; }.paper { background:#f3f1ea; border:1px solid #d5cec0;}.residual { color:white; background:#526e8d;}.organic { color:white; background:#4d7d59; }
.places-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.places-grid article { min-height:180px; display:flex; flex-direction:column; padding:24px; background:white; border:1px solid #dfd7c9; }
.places-grid article span { color:#82775f; font-size:9px; letter-spacing:.14em; text-transform:uppercase; }
.places-grid article h3 { margin:18px 0 auto; font-size:25px; }
.places-grid article a { align-self:flex-start; padding-bottom:5px; border-bottom:1px solid #aaa18f; font-size:9px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.favorites-section { color:white; background:var(--green-dark); }
.dark-places article { background:#173f32; border-color:rgba(255,255,255,.15); }
.dark-places article h3 { color:white; }.dark-places article span { color:#d2bc8d; }
.checklist { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:38px; }
.checklist label { display:flex; gap:14px; align-items:flex-start; padding:18px; background:white; border:1px solid #ddd5c6; font-size:12px; line-height:1.55; cursor:pointer; }
.checklist input { width:19px; height:19px; flex:0 0 auto; accent-color:var(--green); }
.checklist label:has(input:checked) { color:#777; text-decoration:line-through; background:#eef0eb; }
.reset-checklist { margin-top:20px; padding:0; border:0; border-bottom:1px solid #8e887b; background:none; color:#777; font-size:9px; letter-spacing:.12em; text-transform:uppercase; cursor:pointer; }
.contact-section { padding:100px 25px; text-align:center; background:#e7dfcf; }
.contact-section > p:not(.eyebrow) { max-width:600px; margin:28px auto 0; font:21px/1.5 var(--serif); }
.contact-links { display:flex; flex-wrap:wrap; justify-content:center; gap:12px 28px; margin:30px auto 0; }
.contact-links a { padding-bottom:6px; border-bottom:1px solid #a99d83; font-size:12px; }
.home-booking { padding:85px 25px; text-align:center; color:white; background:var(--green); }
.home-booking p { margin:0 0 12px; text-transform:uppercase; letter-spacing:.15em; font-size:10px; }
.home-booking h2 { margin-bottom:28px; color:white; }
.guest-footer { align-items:center; }

@media (max-width: 900px) {
  .guest-hero { min-height:auto; padding:22px 20px 24px; }
  .guest-back { font-size:8px; }
  .guest-welcome { padding:16vh 0 10vh; }
  .guest-welcome h1 { font-size:clamp(58px,19vw,88px); }
  .urgent-grid { grid-template-columns:repeat(2,1fr); }
  .urgent-grid a { min-height:115px; padding:17px; border-bottom:1px solid rgba(255,255,255,.25); }
  .urgent-grid a:nth-child(2) { border-right:0; }
  .guide-nav { grid-template-columns:repeat(3,1fr); padding:0; }
  .guide-nav a { padding:17px 8px; }
  .guide-section { grid-template-columns:1fr; gap:24px; padding:70px 22px; }
  .section-number { width:55px; }
  .info-columns,.rule-cards,.checklist { grid-template-columns:1fr; gap:15px; }
  .info-columns { margin-top:32px; }
  .waste-grid { grid-template-columns:repeat(2,1fr); }
  .places-grid { grid-template-columns:1fr; }
  .places-grid article { min-height:145px; }
}

@media (max-width: 900px) {
  .site-header { position: absolute; grid-template-columns: 1fr auto auto; padding: 20px 22px; }
  .brand span { font-size: 23px; }
  nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; background: var(--green-dark); font-family: var(--serif); font-size: 30px; opacity: 0; visibility: hidden; transition: .25s; }
  nav.open { z-index: 20; opacity: 1; visibility: visible; }
  .menu-button { position: relative; z-index: 21; display: block; order: 3; width: 37px; height: 34px; padding: 8px; border: 0; background: none; color: white; cursor: pointer; }
  .menu-button span { display: block; width: 21px; height: 1px; margin: 4px 0; background: currentColor; transition: .25s; }
  .menu-button b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
  .language { position: relative; z-index: 21; margin-right: 10px; padding: 3px; }
  .language button { min-width: 31px; padding: 7px 6px; font-size: 10px; }
  .hero-content { width: 92vw; padding-left: 25px; padding-top: 32vh; }
  h1 { font-size: clamp(67px, 21vw, 102px); }
  .facts { grid-template-columns: repeat(2,1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid #d9d2c2; }
  .story-grid { display: flex; flex-direction: column; }
  .photo-tall { min-height: 520px; }
  .story-copy { padding: 38px 25px 70px; }
  .photo-wide { min-height: 280px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .cards { grid-template-columns: 1fr; }
  .card, .card img { min-height: 450px; }
  .region { min-height: 630px; background-attachment: scroll; }
  .guide { grid-template-columns: 1fr; }
  .guide-visual { margin-top: 25px; }
  .button-book,.button-guest { margin:12px 0 0; }
  .booking-strip { flex-direction:column; align-items:flex-start; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > p { justify-self: center; }
}

@media (min-width: 901px) {
  .hero-content { width: min(880px, 78vw); }
  .hero h1 { white-space: nowrap; }
}

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