@font-face{font-family:"Cormorant Garamond";src:url("../fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype-variations"),url("../fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");font-weight:300 700;font-style:normal;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations"),url("../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype");font-weight:300 700;font-style:italic;font-display:swap}
@font-face{font-family:"Damion";src:url("../fonts/Damion-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}

:root{
  --forest:#263940;
  --forest-dk:#1b282d;
  --moss:#5d7a4f;
  --bark:#6b4f34;
  --sand:#eeebe5;
  --paper:#ffffff;
  --ink:#1f1d1b;
  --ink-soft:#3f3b37;
  --rule:#d8d3ca;
  --gold:#a97c2c;
  --max:1300px;
  --pad:clamp(1rem,4vw,2.5rem);
  --font-head:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-script:"Damion","Cormorant Garamond",cursive;
  --font-body:"Cormorant Garamond",Georgia,"Times New Roman",serif;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--sand);color:var(--ink);font:400 1.3rem/1.5 var(--font-body);text-wrap:pretty}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.15;color:var(--ink);margin:0 0 .4em;font-weight:400}
h1{font-size:clamp(2rem,4.4vw,2.75rem);letter-spacing:.12em}
h2{font-size:clamp(1.8rem,4vw,2.5rem);letter-spacing:.12em}
h3{font-size:clamp(1.5rem,2.6vw,1.9rem);letter-spacing:.08em}
p{margin:0 0 1rem}
a{color:#2c5560}
a:hover,a:focus{color:var(--bark)}
a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.wrap{width:100%;max-width:var(--max);margin-inline:auto;padding-inline:var(--pad)}
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.skip-link{position:absolute;left:.5rem;top:-4rem;z-index:200;background:#fff;color:var(--forest);padding:.7rem 1rem;border:2px solid var(--forest);transition:top .15s ease}
.skip-link:focus{top:.5rem}

/* header — light bar, logo left, serif menu (markup injected by js/site-nav.js) */
.site-header{background:var(--sand);position:relative;z-index:100}
.site-header a{color:var(--ink);text-decoration:none}
.header-bar{display:flex;align-items:center;gap:clamp(1rem,4vw,3rem);padding-block:.35rem}
.brand{flex:none}
.brand img{width:clamp(96px,11vw,150px)}
.nav-toggle{display:none;align-items:center;gap:.6rem;margin-left:auto;background:transparent;color:var(--ink);border:1px solid var(--forest);font:400 1.2rem/1 var(--font-head);letter-spacing:.1em;text-transform:uppercase;padding:.75rem 1rem;min-height:48px;cursor:pointer}
.nav-toggle .bars{display:block;width:22px;height:2px;background:var(--forest);position:relative}
.nav-toggle .bars::before,.nav-toggle .bars::after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--forest)}
.nav-toggle .bars::before{top:-7px}
.nav-toggle .bars::after{top:7px}
.site-nav ul{list-style:none;margin:0;padding:0}
.nav-list{display:flex;flex-wrap:wrap;gap:0 clamp(1rem,2.4vw,2.1rem);align-items:center}
.nav-list>li{position:relative}
.nav-list>li>a,.nav-list>li>button{display:flex;align-items:center;gap:.4rem;min-height:48px;padding:.5rem .1rem;font:400 1.35rem/1.2 var(--font-head);letter-spacing:.01em;background:none;border:0;color:var(--ink);cursor:pointer}
.nav-list>li>a[aria-current="page"]{text-decoration:underline;text-underline-offset:.25em}
.nav-list>li>a:hover,.nav-list>li>a:focus,.nav-list>li>button:hover,.nav-list>li>button:focus{text-decoration:underline}
.nav-list>li>button .caret{border:5px solid transparent;border-top-color:var(--ink);margin-top:5px}
.submenu{position:absolute;top:100%;left:0;min-width:17rem;background:#fff;border-top:3px solid var(--forest);box-shadow:0 12px 26px rgba(0,0,0,.2);padding:.3rem 0;display:none}
.submenu a{display:flex;align-items:center;gap:.4rem;color:var(--ink);padding:.65rem 1.1rem;font-size:1.2rem;min-height:44px}
.submenu a:hover,.submenu a:focus{background:var(--sand)}
[aria-expanded="true"]+.submenu{display:block}
@media (min-width:1081px) and (hover:hover){
  .nav-list>li:hover>.submenu,.nav-list>li:focus-within>.submenu{display:block}
}
@media (max-width:1080px){
  .nav-toggle{display:inline-flex}
  .site-nav{display:none;width:100%;padding-bottom:1rem}
  .site-nav.is-open{display:block}
  .header-bar{flex-wrap:wrap}
  .nav-list{flex-direction:column;align-items:stretch;gap:0}
  .nav-list>li{border-top:1px solid var(--rule)}
  .nav-list>li>a,.nav-list>li>button{width:100%;padding:.9rem .1rem;justify-content:space-between}
  .submenu{position:static;box-shadow:none;border-top:0;background:#fff;padding:0;min-width:0}
  .submenu a{border-top:1px solid var(--rule);padding:.85rem 1.25rem}
}

/* hero — full-bleed reel with dark intro panel (design preserved) */
.hero{position:relative;background:var(--forest-dk);overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;min-height:min(88vh,760px);padding:clamp(2rem,7vw,5rem) var(--pad)}
.hero-media{position:absolute;inset:0;z-index:-1}
.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-intro{max-width:820px;background:rgba(38,57,64,.9);color:#fff;padding:clamp(1.5rem,3.5vw,2.75rem) clamp(1.25rem,4vw,3.25rem);text-align:center}
.hero-intro p{color:#fff;font-size:clamp(1.2rem,1.75vw,1.8125rem);margin:0 0 1.4rem}
.hero-intro p:last-child{margin-bottom:0}
.hero-intro p.small{font-size:clamp(1.1rem,1.45vw,1.5rem)}
.hero-script{font-family:var(--font-script);font-style:italic}
.hero-tag{letter-spacing:.02em;font-size:clamp(1.35rem,2.1vw,2rem)}
.hero-videobtn{display:inline-flex;align-items:center;min-height:44px;padding:.5rem 1rem;margin-top:.5rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6);font:400 1.05rem/1 var(--font-head);letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.hero-videobtn:hover{background:rgba(255,255,255,.14)}

/* left-border callout / side-rule callout */
.callout{border-left:6px solid var(--forest);background:#fff;padding:1.15rem 1.35rem;margin:1.75rem 0}
.callout>*:last-child{margin-bottom:0}
.callout-title{font-family:var(--font-head);font-size:1.45rem;letter-spacing:.06em;margin:0 0 .3rem}
.callout--gold{border-left-color:var(--gold)}
.callout--moss{border-left-color:var(--moss)}
.callout--bark{border-left-color:var(--bark)}
.callout ul{margin:0;padding-left:1.3rem}
.callout .eyebrow{margin:0 0 .35rem;font-family:var(--font-body);font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--bark)}
.callout-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}

/* sections */
.section{padding-block:clamp(2.25rem,5vw,3.5rem)}
.section--white{background:#fff}
.section-head{text-align:center;margin-bottom:clamp(1.5rem,3vw,2.25rem)}
.section-head h1,.section-head h2{margin-bottom:.15rem;text-transform:uppercase}
.section-head .eyebrow{margin:0;font-family:var(--font-head);font-style:italic;font-size:clamp(1.4rem,2.6vw,2.1875rem);letter-spacing:.14em}
.area-photo{margin-bottom:clamp(2rem,4vw,3rem);width:auto;max-width:100%;margin-inline:auto}

/* cabin cards — circular photo overlapping a white card, dark book bar */
.card-grid{--cgap:clamp(1.25rem,2.5vw,2rem);display:grid;gap:clamp(1.5rem,3vw,2.5rem) var(--cgap);grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}
.card-grid--pair{max-width:calc(66.666% - var(--cgap)/3);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr))}

@media (min-width:901px){
  .card-grid>li:nth-child(7):nth-last-child(2),.card-grid>li:nth-child(8):last-child{transform:translateX(calc(50% + var(--cgap)/2))}
}
@media (max-width:900px){
  .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid--pair{max-width:none}
}
@media (max-width:600px){
  .card-grid,.card-grid--pair{grid-template-columns:minmax(0,1fr)}
}
.card{--ph:clamp(150px,20vw,200px);display:flex;flex-direction:column;background:#fff;margin-top:calc(var(--ph)/2);box-shadow:0 1px 4px rgba(0,0,0,.08);transition:box-shadow .2s ease,transform .2s ease}
.card:hover,.card:focus-within{box-shadow:0 8px 24px rgba(0,0,0,.22);transform:translateY(-3px)}
@media (prefers-reduced-motion:reduce){.card{transition:none}.card:hover,.card:focus-within{transform:none}}
.card-photo{width:var(--ph);height:var(--ph);border-radius:50%;object-fit:cover;margin:calc(var(--ph)/-2) auto 0;position:relative}
.card-link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}
.card-link:hover .btn,.card-link:focus-visible .btn{background:var(--forest-dk)}
.card-photo-wrap{position:relative;width:var(--ph);margin:calc(var(--ph)/-2) auto 0}
.card-photo-wrap .card-photo{margin:0}
.card-photo-note{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);text-align:center;color:#fff;font-size:1.05rem;letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.8)}
.card-body{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 1.5rem;flex:1;text-align:center}
.card-body h2,.card-body h3{margin:0;font-size:clamp(1.5rem,2.6vw,1.9rem);letter-spacing:.08em;font-family:var(--font-head);line-height:1.15;font-weight:400}
.card-body p{margin:0;font-size:1.2rem}
.card-status{margin-top:auto;padding-top:.5rem}
.btn{display:flex;align-items:center;justify-content:center;text-align:center;min-height:60px;margin-top:auto;padding:.85rem 1rem;background:var(--forest);color:#fff;text-decoration:none;letter-spacing:.12em;text-transform:uppercase;font-size:1.05rem;font-family:var(--font-head)}
.btn:hover,.btn:focus{background:var(--forest-dk);color:#fff}
.ext-icon{flex:none;width:.65em;height:.65em;fill:currentColor;opacity:.85}

/* footer */
.footer-logo{background:var(--sand);border-top:1px solid var(--rule);padding-block:clamp(1.25rem,2.5vw,2rem);display:flex;justify-content:center}
.footer-logo img{width:clamp(130px,15vw,180px)}
.reviews{background:var(--sand)}
.ig-feed{background:#fff}
.site-footer{background:var(--sand);color:var(--ink);padding-block:clamp(2rem,4vw,3rem);font-size:1.15rem}
.site-footer a{color:var(--ink)}
.footer-grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.site-footer h2,.site-footer h3{font-size:clamp(1.55rem,2.2vw,1.875rem);letter-spacing:.06em;margin-bottom:.5rem}
.site-footer ul{list-style:disc;margin:0;padding-left:1.3rem;display:flex;flex-direction:column}
.site-footer li a,.footer-link{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding-block:.2rem}
.social{display:flex;gap:.9rem;margin-top:.25rem}
.social a{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;color:var(--forest)}
.social svg{width:30px;height:30px;fill:currentColor}
.footer-bottom{background:var(--forest);color:#fff;padding-block:1.5rem;text-align:center;font-size:1.1rem;line-height:1.9}
.footer-bottom a{color:#fff}
.footer-bottom .wrap{display:flex;flex-direction:column;align-items:center;gap:.1rem}
/* cabin detail pages */
.page-banner img{display:block;width:100%;max-width:1300px;height:auto;margin-inline:auto}
.jumpbar{width:100%;max-width:1300px;margin-inline:auto;background:var(--forest)}
.jumpbar ul{list-style:none;margin:0;padding:0 clamp(1rem,3vw,2rem);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem clamp(1rem,3vw,2.5rem);max-width:none}
.jumpbar--center ul{justify-content:center;gap:.25rem clamp(1.25rem,3.5vw,3rem)}
.jumpbar a{display:inline-flex;align-items:center;gap:.4rem;min-height:52px;padding:.5rem .25rem;color:#fff;text-decoration:none;font-family:var(--font-head);font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase}
.jumpbar a:hover,.jumpbar a:focus{color:#fff;text-decoration:underline;text-underline-offset:.3em}
.prose{max-width:1300px;margin-inline:auto}
.prose p{margin:0 0 1.2rem}
.cabin-cols{display:grid;gap:clamp(1.75rem,4vw,3rem);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start}
@media (max-width:900px){.cabin-cols{grid-template-columns:minmax(0,1fr)}}
.amenity-list{column-width:15rem;column-gap:2rem;font-size:1.2rem;margin:0;padding-left:1.3rem}
.amenity-list li{margin:0 0 .3rem;break-inside:avoid}

.video-frame{position:relative;aspect-ratio:16/9;background:var(--forest-dk);margin-bottom:clamp(1.25rem,3vw,2rem)}
.video-frame--sm{max-width:640px;margin-inline:auto}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.gallery-h{text-transform:uppercase;letter-spacing:.12em;margin-bottom:.2rem}
.gallery-note{margin:0 0 clamp(1.25rem,3vw,2rem);font-size:1.15rem}
.gallery{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:clamp(.6rem,1.2vw,1rem);margin:0;padding:0;list-style:none}
.gallery li{display:grid}
.gallery a{display:block;position:relative;height:100%;overflow:hidden;background:var(--forest-dk)}
.gallery img{width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:cover;transition:transform .4s ease,opacity .3s ease}
.gallery a:hover img,.gallery a:focus-visible img{transform:scale(1.05);opacity:.9}
.gallery li:first-child,.gallery li:nth-child(12){grid-column:span 2;grid-row:span 2}
.gallery{grid-auto-rows:minmax(0,15vw)}
@media (min-width:1400px){.gallery{grid-auto-rows:minmax(0,195px)}}
@media (max-width:900px){.gallery{grid-auto-rows:minmax(0,22vw)}}
@media (max-width:600px){
  .gallery{grid-auto-rows:minmax(0,36vw)}
  .gallery li:first-child,.gallery li:nth-child(12){grid-column:span 1;grid-row:span 1}
}
.rates{text-align:center}
.rates .fineprint{font-size:1.1rem;margin:0 0 .3rem}
.btn--wide{display:inline-flex;margin-top:1.25rem;padding-inline:2.5rem}
.lb{position:fixed;inset:0;z-index:300;background:rgba(15,20,22,.94);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,3rem)}
.lb[hidden]{display:none}
.lb-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:100%}
.lb-fig{margin:0;text-align:center}
.lb-img{max-height:70vh;max-width:100%;margin-inline:auto}
.lb-cap{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.lb-btn{min-height:48px;min-width:48px;padding:.6rem 1.1rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6);font:400 1.05rem/1 var(--font-head);letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.lb-btn:hover{background:rgba(255,255,255,.15)}
.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%)}
.lb-prev{left:clamp(.5rem,2vw,2rem)}
.lb-next{right:clamp(.5rem,2vw,2rem)}
.lb-close{position:absolute;top:clamp(.5rem,2vw,1.5rem);right:clamp(.5rem,2vw,1.5rem)}
@media (max-width:700px){
  .lb{align-items:stretch;padding:0}
  .lb-inner{width:100%;justify-content:center;gap:0}
  .lb-controls{display:flex;width:100%;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem;background:var(--forest-dk)}
  .lb-prev,.lb-next,.lb-close{position:static;transform:none;flex:0 0 auto}
  .lb-img{max-height:70vh;padding-inline:.5rem}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

.event-poster{display:block;width:100%;max-width:460px;height:auto;margin-top:1rem;border:1px solid rgba(0,0,0,.08)}

.prose--center{text-align:center;max-width:75ch}
.callout--media{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);gap:clamp(1.25rem,3vw,2.25rem);align-items:start;border-left:0;padding-left:0}
.callout--media .event-photo{width:100%;height:auto;display:block;border:1px solid rgba(0,0,0,.08)}
.callout-body>*:last-child{margin-bottom:0}
@media (max-width:760px){.callout--media{grid-template-columns:minmax(0,1fr)}}
.video-note{text-align:center;margin:.9rem 0 0}

.map-embed iframe{display:block;width:100%;min-height:420px;height:700px;border:0}
@media (max-width:700px){.map-embed iframe{height:520px}}

/* blog */
.crumbs{background:var(--forest);color:#fff;font-size:.95rem}
.crumbs ol{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding-block:.7rem}
.crumbs li+li::before{content:"/";margin-right:.5rem;opacity:.6}
.crumbs a{color:#fff}
.post-cards{list-style:none;margin:0;padding:0;display:grid;gap:clamp(1.25rem,3vw,2rem);grid-template-columns:minmax(0,1fr)}
@media (min-width:800px){.post-cards{grid-template-columns:repeat(2,371px);justify-content:center}}
.post-card{max-width:371px;margin-inline:auto;width:100%}
.post-card a{display:flex;flex-direction:column;height:100%;background:#fff;text-decoration:none;color:inherit;box-shadow:0 2px 10px rgba(0,0,0,.12);transition:box-shadow .2s ease}
.post-card a:hover,.post-card a:focus{box-shadow:0 6px 20px rgba(0,0,0,.2)}
.post-card a:hover .post-card-title,.post-card a:focus .post-card-title{text-decoration:underline;text-underline-offset:.25em}
.post-card img{width:371px;height:375px;max-width:100%;object-fit:cover;display:block}
.post-card-body{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.15rem 1.25rem}
.post-card time{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bark)}
.post-card-title{font-family:var(--font-head);font-size:1.35rem;line-height:1.25;letter-spacing:.04em}
.post{max-width:900px;margin-inline:auto}
.post-head{margin-bottom:clamp(1.25rem,3vw,2rem);text-align:center}
.post-head h1{margin:.1rem 0 .4rem}
.post-meta{margin:0;font-size:.95rem;color:var(--bark)}
.post .prose h2{font-size:1.5rem;margin:1.8rem 0 .6rem}
.post-gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:1.75rem 0}
.post-gallery img{width:100%;height:auto;display:block}
.post-back{margin:1.5rem 0 0}

.post-lead{margin:0 auto clamp(1.5rem,3vw,2.25rem);max-width:560px}
.post-lead img{display:block;width:100%;height:auto}

.page-banner--post img{width:100%;max-height:min(60vh,520px);object-fit:cover}

.callout--author{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1rem,2.5vw,1.75rem);align-items:start}
.author-photo{width:132px;height:132px;border-radius:50%;object-fit:cover;object-position:50% 15%;display:block}
@media (max-width:600px){.callout--author{grid-template-columns:minmax(0,1fr)}}

/* cookie consent */
.consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:400;background:var(--forest-dk);color:#fff;box-shadow:0 -2px 12px rgba(0,0,0,.3)}
.consent-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;padding-block:.7rem}
.consent-bar p{margin:0;font-size:1rem;max-width:70ch}
.consent-bar a{color:#fff}
.consent-actions{display:flex;flex-wrap:wrap;gap:.6rem}
.consent-bar button{min-height:44px;padding:.5rem 1.1rem;border:1px solid #fff;background:transparent;color:#fff;font:inherit;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.consent-bar button[data-consent="all"]{background:#fff;color:var(--forest-dk)}
.consent-bar button[data-consent="all"]:hover,.consent-bar button[data-consent="all"]:focus{background:var(--sand);border-color:var(--sand);color:var(--forest-dk)}
.consent-bar button[data-consent="essential"]:hover,.consent-bar button[data-consent="essential"]:focus{background:#fff;border-color:#fff;color:var(--forest-dk)}
.embed-blocked iframe{display:none}
.embed-note{margin:.75rem 0 0;text-align:center;font-size:1rem}
.btn--inline{display:inline-flex;min-height:44px;margin:0 0 0 .35rem;padding:.4rem 1rem;border:0;background:var(--forest);color:#fff;font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.btn--inline:hover,.btn--inline:focus{background:var(--forest-dk)}
