* { box-sizing: border-box; }
:root {
  --forest: #405850;
  --forest-2: #263d37;
  --forest-3: #182a25;
  --sage: #9fb59a;
  --sage-soft: #dfe8da;
  --leaf: #6e896e;
  --cream: #f8f4e9;
  --sand: #ece3d1;
  --white: #fff;
  --ink: #23312c;
  --muted: #66736d;
  --line: rgba(64,88,80,.17);
  --radius: 24px;
  --shadow: 0 22px 65px rgba(38,61,55,.15);
  --container: 1180px;
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.68; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 6.3rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 18px; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-soft { background: #eef2e9; }
.section-dark { color: white; background: var(--forest-2); }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.7); }
.eyebrow { margin-bottom: 15px; color: var(--leaf); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #d7e3d2; }
.lead { font-size: 1.2rem; color: #4d5e57; }
.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: 3000; top: -80px; left: 20px; padding: 12px 18px; color: white; background: var(--forest-3); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { color: var(--forest); background: rgba(255,255,255,.95); box-shadow: 0 10px 30px rgba(27,48,40,.09); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-image { width: 56px; height: 56px; border-radius: 14px; overflow: hidden; background: var(--forest); box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.brand-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.15; }
.brand-copy small { opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: inherit; text-decoration: none; font-size: .87rem; font-weight: 750; }
.main-nav a:hover { opacity: .7; }
.main-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; }
.site-header.scrolled .main-nav .nav-cta { color: white; border-color: var(--forest); background: var(--forest); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: rgba(255,255,255,.18); }
.site-header.scrolled .menu-toggle { background: var(--sage-soft); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; display: grid; color: white; overflow: hidden; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(24,42,37,.82) 0%, rgba(24,42,37,.43) 55%, rgba(24,42,37,.15) 100%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; padding-top: 120px; padding-bottom: 110px; }
.hero-content { max-width: 870px; }
.hero-lead { max-width: 760px; margin: 25px 0 34px; color: rgba(255,255,255,.88); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 23px; border: 0; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 14px 36px rgba(16,39,31,.3); }
.hero .button-primary { color: var(--forest-3); background: #e5ecdd; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(9px); }
.button-light { color: var(--forest); background: white; }
.button-full { width: 100%; }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 26px; display: flex; align-items: center; gap: 15px; color: white; font-size: .78rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.intro-visual { display: grid; gap: 20px; }
.photo-button { width: 100%; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--forest); box-shadow: var(--shadow); }
.photo-button img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.photo-button:hover img { transform: scale(1.03); }
.hosts-note { margin-top: 34px; padding: 24px 26px; border-left: 4px solid var(--sage); border-radius: 0 16px 16px 0; background: rgba(223,232,218,.65); }
.hosts-note h3 { margin-bottom: 8px; font-size: 1.25rem; }
.hosts-note p { margin: 0; color: #4f5f58; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: 18px; overflow: hidden; background: var(--line); }
.fact { min-height: 124px; padding: 18px 12px; display: grid; align-content: center; text-align: center; background: white; }
.fact strong { display: block; font-family: Georgia, serif; font-size: 2.2rem; color: var(--forest); }
.fact span { color: var(--muted); font-size: .78rem; }

.rooms-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(240px, 1fr)); gap: 20px; }
.room-card { position: relative; min-height: 260px; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--forest); }
.room-card-wide { grid-row: 1 / 3; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.room-card:hover img { transform: scale(1.035); }
.room-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(17,31,27,.78)); }
.room-card span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; text-align: left; }
.room-card strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; }
.room-card small { color: rgba(255,255,255,.78); }

.spa { background: linear-gradient(135deg, #fbfaf5, #e6ece0); }
.spa-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 0; }
.feature-list li { position: relative; padding: 16px 0 16px 42px; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 16px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-weight: 900; }
.spa-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 230px); gap: 16px; }
.spa-photo { padding: 0; border: 0; border-radius: 22px; overflow: hidden; cursor: zoom-in; background: var(--forest); }
.spa-photo-main { grid-row: 1 / 3; }
.spa-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.spa-photo:hover img { transform: scale(1.04); }

.important-note { margin-top: 25px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); }
.workshop-feature { display: grid; grid-template-columns: 1.08fr .92fr; margin-bottom: 28px; border-radius: var(--radius); overflow: hidden; background: var(--forest-3); }
.workshop-feature-photo { min-height: 420px; padding: 0; border: 0; cursor: zoom-in; background: var(--forest-3); }
.workshop-feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.workshop-feature-copy { padding: clamp(34px, 5vw, 70px); align-self: center; }
.workshop-feature-copy p { color: rgba(255,255,255,.7); }
.workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.workshop { min-height: 250px; padding: 32px; background: var(--forest-2); }
.workshop span { display: block; margin-bottom: 42px; color: var(--sage); font-size: .74rem; letter-spacing: .15em; }
.workshop p { color: rgba(255,255,255,.68); }
.workshop-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.workshop-strip button { height: 230px; padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: var(--forest-3); }
.workshop-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.workshop-strip button:hover img { transform: scale(1.04); }

.cuisine { background: #fbfaf5; }
.cuisine-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.ingredient-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.ingredient-cloud span { padding: 8px 12px; border-radius: 999px; color: var(--forest); background: var(--sage-soft); font-size: .82rem; }
.food-mosaic { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(3, 185px); gap: 14px; }
.food-photo { padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: var(--forest); }
.food-photo-main { grid-row: 1 / 4; }
.food-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.food-photo:hover img { transform: scale(1.04); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 255px; grid-auto-flow: dense; gap: 16px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 20px; overflow: hidden; cursor: zoom-in; background: var(--forest); }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(20,35,30,.7)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: white; font-weight: 750; }

.pricing { background: white; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 920px; margin: 0 auto; }
.price-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.price-card-featured { color: white; background: var(--forest); box-shadow: var(--shadow); }
.price-label { font-size: .77rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; color: var(--leaf); }
.price-card-featured .price-label { color: var(--sage-soft); }
.price { margin: 14px 0 28px; }
.price strong { display: block; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.2rem); line-height: 1; }
.price span { color: var(--muted); }
.price-card-featured .price span { color: rgba(255,255,255,.68); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 32px; }
.price-card li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); }
.price-card-featured li { border-color: rgba(255,255,255,.15); }
.price-card li::before { content: "•"; position: absolute; left: 4px; color: var(--leaf); }
.price-card-featured li::before { color: var(--sage); }
.price-note { max-width: 930px; margin: 24px auto 0; padding: 18px 22px; border-radius: 14px; text-align: center; color: var(--muted); background: var(--sage-soft); }

.contact { color: white; background: var(--forest-2); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.contact-links { display: grid; gap: 10px; margin-top: 40px; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-links span { color: rgba(255,255,255,.55); }
.contact-links strong { text-align: right; overflow-wrap: anywhere; }
.contact-form { padding: 38px; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 26px 70px rgba(0,0,0,.2); }
.contact-form h3 { margin-bottom: 8px; }
.form-help { color: var(--muted); font-size: .9rem; }
.contact-form label { display: block; margin-top: 16px; font-size: .82rem; font-weight: 800; color: var(--forest); }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(113,141,115,.15); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form .button { margin-top: 22px; background: var(--forest); color: white; box-shadow: none; }
.form-status { min-height: 1.4em; margin: 12px 0 0; color: var(--muted); font-size: .88rem; }

.site-footer { padding: 65px 0 24px; color: var(--ink); background: var(--sand); }
.footer-grid { display: grid; grid-template-columns: 140px 1.1fr 1fr 1fr; gap: 44px; }
.footer-brand picture { display: block; border-radius: 18px; overflow: hidden; }
.footer-grid strong { font-family: Georgia, serif; font-size: 1.15rem; }
.footer-grid p { margin-top: 12px; color: var(--muted); }
.footer-grid a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(52,75,69,.18); color: var(--muted); font-size: .78rem; }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(18,28,24,.94); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1180px, 94vw); max-height: 88vh; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.lightbox-close { position: absolute; top: 18px; right: 25px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.14); font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .8rem; }
}

@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 18px; color: var(--forest); background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; color: white; background: var(--forest); }
  .split, .spa-layout, .cuisine-layout, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .rooms-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px; }
  .room-card-wide { grid-column: 1 / 3; grid-row: auto; }
  .workshop-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop-feature { grid-template-columns: 1fr; }
  .workshop-feature-photo { min-height: 430px; }
  .workshop-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 120px repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .nav-wrap { min-height: 76px; }
  .brand-image { width: 46px; height: 46px; }
  .brand-copy small { display: none; }
  .hero { min-height: 760px; }
  .hero-inner { padding-top: 120px; padding-bottom: 90px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(25,39,34,.88) 0%, rgba(25,39,34,.52) 72%, rgba(25,39,34,.38) 100%); }
  .hero-content { margin-top: auto; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .facts, .price-grid, .form-row, .workshop-grid { grid-template-columns: 1fr; }
  .rooms-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .room-card-wide { grid-column: auto; }
  .room-card { min-height: 340px; }
  .spa-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px; }
  .spa-photo-main { grid-column: 1 / 3; grid-row: auto; }
  .workshop-feature-photo { min-height: 330px; }
  .workshop-strip { grid-template-columns: 1fr 1fr; }
  .workshop-strip button { height: 180px; }
  .food-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px 190px; }
  .food-photo-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-item-tall { grid-row: span 1; }
  .price-card, .contact-form { padding: 28px; }
  .contact-links a { flex-direction: column; gap: 2px; }
  .contact-links strong { text-align: left; }
  .footer-grid { grid-template-columns: 95px 1fr; }
  .footer-grid > div:nth-of-type(2), .footer-grid > div:nth-of-type(3) { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item-wide { grid-column: auto; }
  .workshop-strip { grid-template-columns: 1fr; }
}

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