:root {
  --forest: #173b36;
  --forest-deep: #0c2926;
  --moss: #6c7f55;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --clay: #bb694e;
  --ink: #17211f;
  --line: rgba(23, 59, 54, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--forest); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: flex-end; padding: 1.45rem clamp(1.25rem, 4vw, 4.5rem); color: white; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { text-decoration: none; font-size: .88rem; letter-spacing: .04em; }
.site-nav a:not(.nav-book):hover { border-bottom: 1px solid; }
.nav-book { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.75); border-radius: 2rem; }
.nav-book:hover { background: white; color: var(--forest); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.6); border-radius: 2rem; background: transparent; color: white; padding: .55rem .9rem; font: inherit; }

.hero { position: relative; min-height: min(850px, 100svh); overflow: hidden; background: var(--forest); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,26,.78) 0%, rgba(7,29,26,.4) 42%, rgba(7,29,26,.08) 72%), linear-gradient(0deg, rgba(7,29,26,.45), transparent 45%); }
.hero-image-wrap, .hero-image { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: center 50%; animation: heroReveal 1.2s ease-out both; }
.hero-watermark { position: absolute; z-index: 11; top: 1rem; left: clamp(1.25rem, 4vw, 4.5rem); width: clamp(7rem, 10vw, 9rem); opacity: .78; filter: invert(1) drop-shadow(0 8px 20px rgba(0,0,0,.16)); mix-blend-mode: screen; pointer-events: none; user-select: none; }
.hero-copy { position: relative; z-index: 2; width: min(730px, 86vw); padding: clamp(10rem, 22vh, 14rem) 0 10rem clamp(1.25rem, 8vw, 8.5rem); }
.eyebrow { margin: 0 0 1rem; color: var(--clay); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .booking .eyebrow { color: #ebc4aa; }
h1, h2, h3, blockquote { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.6rem, 8vw, 7.4rem); letter-spacing: -.055em; }
.hero-intro { max-width: 550px; margin: 0; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.65; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2.2rem; }
.quick-book { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 1.25rem; color: rgba(255,255,255,.9); font-size: .78rem; }
.quick-book > span { margin-right: .2rem; color: rgba(255,255,255,.68); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-book a { padding: .38rem .7rem; border: 1px solid rgba(255,255,255,.48); border-radius: 2rem; text-decoration: none; transition: background .2s, color .2s; }
.quick-book a:hover, .quick-book a:focus-visible { background: white; color: var(--forest); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 3rem; padding: .72rem 1.2rem; border-radius: 2rem; text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: #cb7658; }
.text-link { text-underline-offset: .3rem; font-size: .92rem; }
.hero-note { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4rem); bottom: 2rem; display: flex; gap: 1.5rem; color: rgba(255,255,255,.8); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-note span + span { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.35); }

.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.section-watermark { position: absolute; display: block; pointer-events: none; user-select: none; }
.intro { position: relative; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); }
.intro > :not(.section-watermark) { position: relative; z-index: 1; }
.intro-watermark { z-index: 0; top: 50%; right: -3.5rem; width: clamp(17rem, 25vw, 24rem); transform: translateY(-50%) rotate(4deg); opacity: .045; mix-blend-mode: multiply; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.3vw, 5.2rem); letter-spacing: -.05em; }
.intro-copy > p { margin: 0 0 3rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #42504d; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.fact-row div { display: flex; flex-direction: column; }
.fact-row dt { font-family: var(--serif); font-size: 2.2rem; line-height: 1.1; }
.fact-row dd { margin: .35rem 0 0; color: #64716e; font-size: .8rem; }

.stays { padding-bottom: clamp(6rem, 10vw, 10rem); }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 .5rem; color: #596763; }
.stay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.stay-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.stay-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.18fr .82fr; min-height: 500px; }
.stay-card-reverse .image-button { order: 2; }
.image-button { position: relative; width: 100%; min-height: 350px; padding: 0; overflow: hidden; border: 0; background: #dde4df; cursor: zoom-in; }
.stay-card-wide .image-button { min-height: 500px; }
.image-button img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.2,1); }
.image-button:hover img { transform: scale(1.025); }
.image-button .card-watermark { position: absolute; z-index: 2; top: 1rem; left: 1rem; width: 4.4rem; height: auto; object-fit: contain; opacity: .72; filter: invert(1) drop-shadow(0 4px 12px rgba(0,0,0,.2)); mix-blend-mode: screen; pointer-events: none; transition: none; }
.image-button:hover .card-watermark { transform: none; }
.photo-count { position: absolute; right: 1rem; bottom: 1rem; padding: .4rem .72rem; border-radius: 2rem; background: rgba(12,41,38,.78); color: white; font-size: .72rem; backdrop-filter: blur(8px); }
.stay-body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.6rem, 3.5vw, 3.25rem); }
.stay-topline { display: flex; justify-content: space-between; width: 100%; gap: 1rem; margin-bottom: 1.2rem; color: #65736f; font-size: .73rem; letter-spacing: .04em; }
.stay-body h3 { margin-bottom: .8rem; font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.04em; }
.stay-meta { margin: 0 0 1rem; color: var(--forest); font-size: .83rem; font-weight: 700; }
.stay-body > p:not(.stay-meta) { margin: 0 0 1.2rem; color: #55625f; }
.amenity-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.8rem; padding: 0; list-style: none; }
.amenity-list li { padding: .28rem .65rem; border: 1px solid var(--line); border-radius: 2rem; color: #52605d; font-size: .74rem; }
.button-outline { margin-top: auto; border: 1px solid var(--forest); color: var(--forest); }
.button-outline:hover { background: var(--forest); color: white; }

.farm-section { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: var(--forest); color: white; }
.farm-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; max-width: 1440px; margin: 0 auto; }
.farm-copy { max-width: 680px; }
.farm-watermark { z-index: 0; right: -6rem; bottom: -8rem; width: clamp(23rem, 34vw, 32rem); opacity: .075; filter: invert(1); mix-blend-mode: screen; transform: rotate(-5deg); }
.farm-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.farm-features div { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.farm-features span { color: #d8b49b; font-family: var(--serif); }
.farm-features p { margin: 0; color: rgba(255,255,255,.86); }
.farm-media-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(4, minmax(150px, 13vw)); gap: .8rem; max-width: 1440px; margin: clamp(3rem, 6vw, 5rem) auto 0; }
.farm-media { position: relative; overflow: hidden; margin: 0; background: var(--forest-deep); box-shadow: 0 18px 55px rgba(4,20,18,.24); }
.farm-media-one { grid-column: 1 / 4; grid-row: 1 / 3; }
.farm-media-two { grid-column: 10 / 13; grid-row: 1; }
.farm-media-three { grid-column: 4 / 7; grid-row: 2; }
.farm-media-four { grid-column: 4 / 10; grid-row: 1; }
.farm-media-five { grid-column: 7 / 10; grid-row: 2; }
.farm-media-six { grid-column: 1 / 5; grid-row: 3; }
.farm-media-seven { grid-column: 5 / 9; grid-row: 3; }
.farm-media-eight { grid-column: 9 / 13; grid-row: 3; }
.farm-media-nine { grid-column: 10 / 13; grid-row: 2; }
.farm-media-ten { grid-column: 1 / 13; grid-row: 4; }
.farm-media img { width: 100%; height: 100%; object-fit: cover; }
.farm-media-two img { object-position: center 28%; }
.farm-media-nine img { object-position: center 60%; }
.farm-media-ten img { object-position: center 53%; }
.farm-media::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(5,24,21,.72)); pointer-events: none; }
.farm-media-label { position: absolute; z-index: 1; left: 1rem; bottom: .9rem; margin: 0; color: white; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.greyton { padding-block: clamp(6rem, 10vw, 10rem); }
.greyton-heading { max-width: 800px; }
.greyton-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); }
.greyton-grid article { padding: 2rem 2rem 1rem 0; }
.greyton-grid article + article { padding-left: 2rem; border-left: 1px solid var(--line); }
.greyton-grid span { color: var(--clay); font-size: .78rem; }
.greyton-grid h3 { margin: 2rem 0 .9rem; font-size: 2rem; }
.greyton-grid p { color: #5f6b68; }

.hosts { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: clamp(5rem, 9vw, 8rem); border-top: 1px solid var(--line); }
.hosts-quote { position: relative; padding-left: 3rem; }
.quote-mark { position: absolute; left: 0; top: -2.5rem; margin: 0; color: var(--clay); font-family: var(--serif); font-size: 7rem; line-height: 1; }
blockquote { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.035em; }
.hosts-profile h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.hosts-profile > p:last-child { color: #5d6966; }

.booking { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 3rem; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 8vw, 8.5rem); background: var(--clay); color: white; }
.booking > :not(.section-watermark) { position: relative; z-index: 1; }
.booking-watermark { z-index: 0; top: 50%; right: 20%; width: clamp(9rem, 14vw, 13rem); transform: translateY(-50%) rotate(3deg); opacity: .16; filter: invert(1); mix-blend-mode: screen; }
.booking h2 { max-width: 800px; margin-bottom: 0; }
.button-light { flex: 0 0 auto; background: white; color: var(--forest); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 2rem; align-items: center; padding: 2.2rem clamp(1.25rem, 4vw, 4.5rem); background: var(--forest-deep); color: rgba(255,255,255,.78); font-size: .78rem; }
.footer-logo { display: block; width: 7.5rem; padding: .15rem; overflow: hidden; }
.footer-logo img { filter: invert(1); mix-blend-mode: screen; }
.privacy-link { border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: .2rem; cursor: pointer; }

.privacy-dialog { width: min(620px, calc(100vw - 2rem)); padding: clamp(1.5rem, 4vw, 2.6rem); border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(5,20,18,.35); }
.privacy-dialog::backdrop { background: rgba(5,20,18,.72); backdrop-filter: blur(5px); }
.privacy-dialog h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 6vw, 4rem); }
.privacy-dialog p:not(.eyebrow) { color: #4f5d59; }
.privacy-close { position: absolute; right: 1rem; top: 1rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.4rem; cursor: pointer; }
.consent-banner { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; max-width: 980px; margin-inline: auto; padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.16); background: rgba(12,41,38,.97); color: white; box-shadow: 0 18px 55px rgba(4,20,18,.3); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.consent-banner p { margin: .2rem 0 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.consent-banner p button { padding: 0; border: 0; background: transparent; color: white; text-decoration: underline; cursor: pointer; }
.consent-actions { display: flex; flex: 0 0 auto; gap: .6rem; }
.consent-essential { border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; }

.lightbox { width: min(1100px, 94vw); height: min(820px, 92svh); padding: 0; overflow: hidden; border: 0; background: #081b19; color: white; }
.lightbox::backdrop { background: rgba(5,20,18,.91); backdrop-filter: blur(6px); }
.lightbox figure { display: grid; grid-template-rows: 1fr auto; width: 100%; height: 100%; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; padding: 1rem 1.25rem; color: rgba(255,255,255,.75); font-size: .82rem; }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(8,27,25,.68); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close { right: 1rem; top: 1rem; width: 2.6rem; height: 2.6rem; font-size: 1.5rem; }
.lightbox-arrow { top: 50%; width: 3rem; height: 3rem; font-size: 1.25rem; }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

@keyframes heroReveal { from { opacity: .35; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 900px) {
  .site-header { position: fixed; padding-block: .9rem; background: rgba(12,41,38,.91); backdrop-filter: blur(12px); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--forest-deep); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem 0; }
  .nav-book { margin-top: .6rem; text-align: center; }
  .hero-copy { padding-left: 1.25rem; }
  .hero-note { left: 1.25rem; right: auto; }
  .hero-watermark { top: .8rem; left: 1.25rem; width: 6.5rem; opacity: .75; }
  .intro-grid, .section-heading, .farm-intro, .hosts { grid-template-columns: 1fr; }
  .stay-card-wide { grid-template-columns: 1fr; }
  .stay-card-reverse .image-button { order: 0; }
  .farm-media-grid { grid-template-rows: repeat(4, minmax(140px, 20vw)); }
  .intro-watermark { right: -6rem; width: 18rem; }
  .farm-watermark { right: -7rem; width: 24rem; }
  .booking-watermark { right: 8%; width: 10rem; opacity: .12; }
  .site-footer { grid-template-columns: 1fr; }
  .consent-banner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  body { line-height: 1.55; }
  .section-shell { width: min(1180px, calc(100% - 2rem)); }
  .site-header { padding: .65rem 1rem; }
  .nav-toggle { padding: .45rem .8rem; font-size: .88rem; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(0deg, rgba(7,29,26,.8), rgba(7,29,26,.2) 78%); }
  .hero-image { object-position: 54% center; }
  .hero-copy { position: absolute; left: 0; bottom: .75rem; width: 100%; padding: 2rem 1rem; }
  .hero-copy .eyebrow { margin-bottom: .6rem; }
  .hero-intro { max-width: 31rem; line-height: 1.48; }
  .hero-actions { gap: .8rem; margin-top: 1.2rem; }
  .button { min-height: 2.75rem; padding: .62rem 1rem; }
  .quick-book { max-width: 22rem; gap: .4rem; margin-top: .85rem; font-size: .72rem; }
  .quick-book > span { flex-basis: 100%; }
  .quick-book a { padding: .3rem .58rem; }
  .hero-note { display: none; }
  .hero-watermark { top: .55rem; left: .85rem; width: 4.6rem; opacity: .78; }
  h1 { margin-bottom: 1rem; font-size: clamp(2.85rem, 13vw, 4rem); line-height: .95; }
  h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .intro { padding-block: 3.75rem; }
  .intro-grid { gap: 1.5rem; }
  .intro-copy > p { margin-bottom: 2rem; font-size: 1rem; }
  .fact-row { grid-template-columns: repeat(3, 1fr); gap: .65rem; padding-top: 1.25rem; }
  .fact-row div { display: flex; }
  .fact-row dt { font-size: 1.55rem; }
  .fact-row dd { font-size: .72rem; line-height: 1.35; }
  .stays { padding-bottom: 4.5rem; }
  .section-heading { gap: .6rem; margin-bottom: 1.5rem; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card-wide { grid-column: auto; }
  .image-button, .stay-card-wide .image-button { min-height: 235px; }
  .image-button .card-watermark { top: .7rem; left: .7rem; width: 3.2rem; }
  .stay-body { padding: 1.3rem; }
  .stay-topline { flex-direction: column; gap: .25rem; }
  .stay-body h3 { font-size: 2.2rem; }
  .amenity-list { margin-bottom: 1.3rem; }
  .farm-section { padding: 3.75rem 1rem; }
  .farm-intro { gap: 1.5rem; }
  .farm-media-grid { display: flex; gap: .75rem; margin-top: 2rem; padding-bottom: .4rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .farm-media-grid::-webkit-scrollbar { display: none; }
  .farm-media-one, .farm-media-two, .farm-media-three, .farm-media-four, .farm-media-five, .farm-media-six, .farm-media-seven, .farm-media-eight, .farm-media-nine, .farm-media-ten { flex: 0 0 78vw; min-height: 225px; grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .farm-media-label { left: .8rem; bottom: .7rem; }
  .greyton { padding-block: 4rem; }
  .greyton-grid { grid-template-columns: 1fr; }
  .greyton-grid { margin-top: 1.5rem; }
  .greyton-grid article, .greyton-grid article + article { padding: 1.6rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .greyton-grid article:first-child { border-top: 0; }
  .greyton-grid h3 { margin-top: 1rem; }
  .hosts { gap: 2rem; padding-block: 4rem; }
  .hosts-quote { padding-left: 1.7rem; }
  .quote-mark { top: -1.4rem; font-size: 5rem; }
  blockquote { font-size: 2rem; }
  .booking { flex-direction: column; align-items: flex-start; gap: 1.5rem; padding: 3rem 1rem; }
  .booking-watermark { right: -2rem; top: 45%; width: 9rem; }
  .button-light { width: 100%; }
  .site-footer { gap: 1rem; padding: 1.5rem 1rem; }
  .footer-logo { width: 6rem; }
  .consent-banner { right: .5rem; bottom: .5rem; left: .5rem; gap: .8rem; padding: .85rem; }
  .consent-actions { width: 100%; }
  .consent-actions .button { flex: 1; }
  .lightbox { width: 100vw; height: 100svh; max-width: none; max-height: none; }
  .lightbox-arrow { top: auto; bottom: 3.75rem; }
}

@media (max-width: 380px) {
  .hero { min-height: 625px; }
  h1 { font-size: 2.65rem; }
  .hero-intro { font-size: .96rem; }
  .quick-book a { padding-inline: .5rem; }
}

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