
:root{
--ink:#1f2730;--navy:#243242;--charcoal:#2f3438;--cream:#f5f0e7;--paper:#fffdf9;
--sand:#c7a56f;--tan:#b78b50;--line:#dfd8ce;--muted:#69717a;--white:#fff;
--shadow:0 18px 50px rgba(31,39,48,.10);--radius:18px;--max:1180px;
--forest:#46534a;--deep:#252d34;--rust:#a97848;--gold:#c7a56f
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 36px),var(--max));margin:auto}
.topbar{background:#2d3338;color:#f4f1eb;font-size:.86rem}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.nav{position:sticky;top:0;z-index:30;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:28px}.brand{font-weight:800;letter-spacing:.08em}.nav-links{display:flex;align-items:center;gap:22px;font-size:.94rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:1px solid var(--navy);border-radius:999px;font-weight:700;line-height:1.1}.btn-primary{background:var(--navy);color:white}.btn-light{background:white;color:var(--navy);border-color:white}
.hero{
position:relative;overflow:hidden;
background:
linear-gradient(90deg,rgba(255,253,249,.68) 0%,rgba(255,253,249,.48) 36%,rgba(255,253,249,.10) 62%,rgba(255,253,249,.02) 100%),
url('starlite-hero-field-v76.jpg') center 48%/cover;
color:var(--ink)
}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.3fr .7fr;gap:56px;align-items:center;padding:86px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:#ead6a3}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.04em;margin:.3em 0}.lead{font-size:1.18rem;max-width:720px;color:#e3e9e3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:24px;backdrop-filter:blur(8px)}.stat{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}.stat:last-child{border:0}.stat strong{font-family:Georgia,serif;font-size:2rem;display:block}
.section{padding:86px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--deep);color:white}.section-head{display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:end;margin-bottom:36px}.section-head h2,.prose h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.04;margin:.18em 0}.section-head p{color:var(--muted);margin:0}
.grid-2,.grid-3,.cabins{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3,.cabins{grid-template-columns:repeat(3,1fr)}.card,.location,.policy,.rate-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.cabin-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.photo{aspect-ratio:4/3;background:#ddd6ca;position:relative;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.cabin-body{padding:22px;display:flex;flex:1;flex-direction:column}.cabin-body h3{font-family:Georgia,serif;font-size:1.55rem;margin:.25em 0}.cabin-body p{color:var(--muted)}.tags{display:flex;gap:7px;flex-wrap:wrap;margin:4px 0 18px}.tag{font-size:.72rem;background:#eef1eb;padding:6px 9px;border-radius:999px;font-weight:700}.cabin-body .btn{margin-top:auto;align-self:flex-start}
.checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.check{border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:15px 16px;background:rgba(255,255,255,.04)}.check:before{content:"✓";color:var(--gold);font-weight:900;margin-right:8px}
.page-hero{background:var(--navy);color:white;padding:82px 0}.page-hero h1{font-size:clamp(2.7rem,5vw,4.8rem);margin-bottom:.2em}.page-hero p{max-width:780px;color:#dbe4dc;font-size:1.12rem}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:10px}.gallery .photo{border-radius:12px;min-height:260px}.amenity-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0;list-style:none}.amenity-list li{border:1px solid var(--line);padding:14px 16px;border-radius:12px;background:white}.rates{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.price{font-family:Georgia,serif;font-size:3rem;font-weight:700}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:14px;padding:17px 20px;background:white}.faq summary{font-weight:800;cursor:pointer}
.form{display:grid;gap:16px;max-width:760px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd0c9;border-radius:10px;padding:13px 14px;font:inherit;background:white}.field textarea{min-height:130px}
.footer{background:#101a14;color:#dce4dd;padding:62px 0 34px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:46px}.footer p{color:#acb9ae}.footer a{display:block;margin:8px 0;color:#dce4dd}
@media(max-width:900px){.nav-links{display:none}.hero-grid,.section-head{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:74px 0}.cabins,.grid-3{grid-template-columns:repeat(2,1fr)}.checklist{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.rates{grid-template-columns:1fr}}
@media(max-width:620px){.cabins,.grid-2,.grid-3,.amenity-list,.form-row{grid-template-columns:1fr}.checklist{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:3.15rem}.section{padding:62px 0}}

/* V7 residential visual direction */
.hero .eyebrow{color:var(--tan)}
.hero .lead{color:#39414a;max-width:650px}
.hero h1{font-size:clamp(3rem,5.2vw,4.9rem);max-width:760px;color:#22303f}
.hero-card{background:rgba(255,255,255,.90);border:1px solid rgba(36,50,66,.12);color:#1f2730;box-shadow:0 18px 50px rgba(31,39,48,.16);backdrop-filter:blur(7px)}
.hero-card .eyebrow{color:var(--tan)}
.hero-card .stat{border-bottom:1px solid rgba(36,50,66,.12)}
.section-soft{background:#f5f0e7}
.section-dark{background:#2d3338}
.btn-primary{background:#243242;border-color:#243242;color:#fff}
.btn-light{background:#c39a60;border-color:#c39a60;color:#fff}
.btn-light:hover{background:#ad8350;border-color:#ad8350}
.nav .btn-primary{background:#243242}
.topbar{background:#2d3338}
.cabin-card,.card,.location,.policy,.rate-card{box-shadow:0 14px 38px rgba(31,39,48,.08)}
.cabin-card .eyebrow{color:#a97848!important}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}
.feature-strip .feature-pill{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-align:center}
.feature-pill strong{display:block;color:#243242}
@media(max-width:900px){.feature-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.feature-strip{grid-template-columns:1fr}.hero{background-position:62% center}.hero h1{font-size:3rem}.hero-card{margin-top:20px}}

/* V7.1 hero refinement */
.hero h1{
  font-size:clamp(2.65rem,4.15vw,4.05rem);
  line-height:1.00;
  max-width:690px;
  letter-spacing:-.035em;
  text-shadow:0 1px 0 rgba(255,255,255,.32);
}
.hero .lead{
  max-width:640px;
  color:#26323e;
  text-shadow:0 1px 0 rgba(255,255,255,.35);
}
.hero-grid{grid-template-columns:1.18fr .72fr;gap:62px}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:clamp(2.7rem,8vw,4rem)}
}

/* V7.2 authentic uploaded Starlite exterior hero */
.hero{
  background:
    linear-gradient(90deg,rgba(255,253,249,.62) 0%,rgba(255,253,249,.38) 31%,rgba(255,253,249,.08) 53%,rgba(255,253,249,.01) 100%),
    url('starlite-hero-field-v76.jpg') center 48%/cover;
}
.hero h1{
  font-size:clamp(2.55rem,3.75vw,3.75rem);
  max-width:610px;
}
.hero .lead{max-width:610px}
.hero-grid{min-height:650px;grid-template-columns:1.05fr .62fr;gap:70px}
@media(max-width:900px){
  .hero{background-position:55% center}
  .hero-grid{min-height:auto}
}

/* V7.3 final hero implementation */
.hero{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,
      rgba(255,253,249,.50) 0%,
      rgba(255,253,249,.30) 29%,
      rgba(255,253,249,.05) 52%,
      rgba(255,253,249,.00) 72%
    ),
    url('starlite-hero-field-v76.jpg') center 46%/cover;
}

/* Softens the right background building without altering the cabin photo file */
.hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  right:0;
  width:28%;
  height:100%;
  background:
    linear-gradient(90deg,
      rgba(255,253,249,0) 0%,
      rgba(255,253,249,.28) 35%,
      rgba(255,253,249,.58) 100%
    );
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  pointer-events:none;
}

.hero-grid{position:relative;z-index:1}
.hero h1{
  font-size:clamp(2.5rem,3.55vw,3.55rem);
  line-height:1.02;
  max-width:590px;
}
.hero .lead{
  max-width:590px;
  line-height:1.55;
}
.hero-card{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,.94);
}

/* Slightly more polished residential button treatment */
.hero .btn-light{
  background:#c8923f;
  border-color:#c8923f;
  color:#fff;
}
.hero .btn-light:hover{
  background:#b47f32;
  border-color:#b47f32;
}

@media(max-width:900px){
  .hero::after{width:42%;background:linear-gradient(90deg,rgba(255,253,249,0),rgba(255,253,249,.45))}
}
@media(max-width:620px){
  .hero::after{display:none}
  .hero{
    background:
      linear-gradient(90deg,rgba(255,253,249,.58),rgba(255,253,249,.22)),
      url('starlite-hero-field-v76.jpg') 52% center/cover;
  }
}

/* V7.4 readability and background refinement */

/* Remove the harsh V7.3 right-side blur layer. */
.hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  right:0;
  width:34%;
  height:100%;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(250,248,243,0) 0%,
    rgba(250,248,243,.10) 25%,
    rgba(250,248,243,.24) 55%,
    rgba(250,248,243,.38) 100%
  );
  backdrop-filter:blur(1px);
  -webkit-backdrop-filter:blur(1px);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 25%,#000 70%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 25%,#000 70%);
}

/* Keep the real cabin visible; use a lighter left-side image treatment. */
.hero{
  background:
    linear-gradient(
      90deg,
      rgba(255,253,249,.28) 0%,
      rgba(255,253,249,.18) 28%,
      rgba(255,253,249,.04) 50%,
      rgba(255,253,249,0) 70%
    ),
    url('starlite-hero-field-v76.jpg') center 46%/cover;
}

/* Put readability treatment behind text only, not across the whole photograph. */
.hero-grid > div:first-child{
  position:relative;
  padding:30px 34px 30px 0;
}
.hero-grid > div:first-child::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:4px -8px 4px -44px;
  border-radius:0 24px 24px 0;
  background:linear-gradient(
    90deg,
    rgba(255,253,249,.88) 0%,
    rgba(255,253,249,.77) 68%,
    rgba(255,253,249,.28) 100%
  );
  box-shadow:0 12px 32px rgba(31,39,48,.05);
}

.hero .eyebrow{
  color:#a86f22;
  font-size:.82rem;
  letter-spacing:.15em;
  text-shadow:none;
}
.hero h1{
  color:#1b2d40;
  font-size:clamp(2.5rem,3.5vw,3.5rem);
  line-height:1.03;
  text-shadow:none;
}
.hero .lead{
  color:#202c38;
  font-size:1.08rem;
  font-weight:500;
  line-height:1.62;
  max-width:600px;
  text-shadow:none;
}
.hero-actions{margin-top:24px}

@media(max-width:900px){
  .hero::after{
    width:45%;
    backdrop-filter:blur(.7px);
    -webkit-backdrop-filter:blur(.7px);
  }
  .hero-grid > div:first-child::before{
    inset:0 -14px 0 -24px;
    border-radius:0 20px 20px 0;
  }
}
@media(max-width:620px){
  .hero::after{display:none}
  .hero-grid > div:first-child{padding:24px 18px}
  .hero-grid > div:first-child::before{
    inset:0;
    border-radius:18px;
    background:rgba(255,253,249,.88);
  }
  .hero .lead{font-size:1rem}
}

/* V7.5 foreground-text composition */

/* Use the actual cabin photo more aggressively, zoomed and shifted so the old right-side building is minimized. */
.hero{
  position:relative;
  min-height:670px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 52%,
      rgba(255,253,249,.22) 64%,
      rgba(255,253,249,.76) 84%,
      rgba(255,253,249,.92) 100%
    ),
    url('starlite-hero-field-v76.jpg') 42% 48%/118% auto no-repeat;
  color:#1b2d40;
}

/* Remove the previous large text readability box entirely. */
.hero-grid > div:first-child{
  position:absolute;
  left:max(36px,calc((100vw - 1180px)/2));
  bottom:34px;
  width:min(640px,46vw);
  padding:0;
  z-index:4;
}
.hero-grid > div:first-child::before{
  display:none;
}

/* Put text directly into the foreground with a light text-shadow, not a panel. */
.hero .eyebrow{
  color:#9d671f;
  font-size:.82rem;
  letter-spacing:.15em;
  margin-bottom:8px;
}
.hero h1{
  color:#182b3e;
  font-size:clamp(2.35rem,3.15vw,3.25rem);
  line-height:1.02;
  max-width:600px;
  margin:.15em 0 .25em;
  text-shadow:0 1px 0 rgba(255,255,255,.75);
}
.hero .lead{
  color:#25313d;
  font-size:1.04rem;
  font-weight:500;
  line-height:1.55;
  max-width:610px;
  margin:0;
  text-shadow:0 1px 0 rgba(255,255,255,.8);
}
.hero-actions{margin-top:18px}

/* Position pricing over the unwanted right background so it hides more of it. */
.hero-card{
  position:absolute;
  right:max(34px,calc((100vw - 1180px)/2));
  bottom:38px;
  width:min(390px,29vw);
  z-index:5;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 48px rgba(31,39,48,.16);
}

/* Replace the broad right blur with only a soft veil behind the price-card area. */
.hero::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:24%;
  height:100%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(255,253,249,0) 0%,
    rgba(255,253,249,.16) 48%,
    rgba(255,253,249,.38) 100%
  );
  backdrop-filter:blur(.6px);
  -webkit-backdrop-filter:blur(.6px);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 72%);
  mask-image:linear-gradient(90deg,transparent,#000 72%);
}

/* Keep hero grid only as a positioning context on desktop. */
.hero-grid{
  position:relative;
  min-height:670px;
  display:block;
  padding:0;
}

/* Slightly more refined CTA contrast against the foreground. */
.hero .btn-light{
  background:#c99035;
  border-color:#c99035;
  color:#fff;
}
.hero .btn:not(.btn-light){
  background:rgba(255,255,255,.74);
  border-color:#2b3d50;
  color:#1b2d40;
}

@media(max-width:1000px){
  .hero{
    background-size:130% auto;
    background-position:45% 48%;
  }
  .hero-grid > div:first-child{
    left:28px;
    width:52vw;
  }
  .hero-card{
    right:26px;
    width:34vw;
  }
}

@media(max-width:760px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,253,249,.78) 66%,rgba(255,253,249,.96) 100%),
      url('starlite-hero-field-v76.jpg') 48% top/cover no-repeat;
  }
  .hero-grid{
    min-height:760px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:330px 20px 26px;
    gap:18px;
  }
  .hero-grid > div:first-child,
  .hero-card{
    position:static;
    width:100%;
  }
  .hero-card{
    max-width:none;
  }
  .hero::after{display:none}
}

/* V7.6 cleaned hero asset: open-field background is baked into the image */
.hero::after{display:none!important}
.hero{
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 53%,
      rgba(255,253,249,.18) 66%,
      rgba(255,253,249,.72) 85%,
      rgba(255,253,249,.90) 100%
    ),
    url('starlite-hero-field-v76.jpg') 43% 46%/116% auto no-repeat;
}

/* V7.7 approved long-cabin / open-field homepage direction */
.hero{
  min-height:690px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 48%,
      rgba(255,253,249,.12) 60%,
      rgba(255,253,249,.74) 80%,
      rgba(255,253,249,.94) 100%
    ),
    url('starlite-hero-long-field-v77.jpg') center top/100% auto no-repeat;
}
.hero::after{display:none!important}
.hero-grid{
  min-height:690px;
}
.hero-grid > div:first-child{
  left:max(44px,calc((100vw - 1180px)/2));
  bottom:28px;
  width:min(650px,48vw);
}
.hero h1{
  font-size:clamp(2.35rem,3.15vw,3.3rem);
  max-width:620px;
}
.hero .lead{
  max-width:600px;
  font-size:1.03rem;
  line-height:1.55;
}
.hero-card{
  right:max(42px,calc((100vw - 1180px)/2));
  bottom:34px;
  width:min(375px,28vw);
}
@media(max-width:1000px){
  .hero{
    background-size:auto 56%;
    background-position:center top;
  }
}
@media(max-width:760px){
  .hero{
    background:
      linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,253,249,.90) 55%,rgba(255,253,249,.98) 100%),
      url('starlite-hero-long-field-v77.jpg') center top/auto 48% no-repeat;
  }
}

/* V7.8 structural hero fix: clean two-column foreground, no overlap */
.hero{
  min-height:700px;
  position:relative;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 48%,
      rgba(255,253,249,.10) 60%,
      rgba(255,253,249,.72) 82%,
      rgba(255,253,249,.94) 100%
    ),
    url('starlite-hero-long-field-v77.jpg') center top/100% auto no-repeat;
}

.hero-grid{
  min-height:700px;
  width:min(calc(100% - 36px),var(--max));
  margin:0 auto;
  padding:0 0 28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:46px;
  align-items:end;
  position:relative;
}

.hero-grid > div:first-child{
  position:static;
  width:auto;
  left:auto;
  bottom:auto;
  padding:0 0 8px 0;
  z-index:3;
  max-width:650px;
}

.hero-grid > div:first-child::before{
  display:none!important;
}

.hero-card{
  position:static;
  right:auto;
  bottom:auto;
  width:100%;
  max-width:380px;
  justify-self:end;
  align-self:end;
  z-index:4;
  margin:0;
}

.hero-card::before,
.hero-card::after{
  content:none!important;
  display:none!important;
}

.hero h1{
  max-width:620px;
  font-size:clamp(2.45rem,3.1vw,3.25rem);
  line-height:1.02;
  margin:.15em 0 .28em;
}

.hero .lead{
  max-width:590px;
  font-size:1.02rem;
  line-height:1.55;
}

.hero-actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

@media(max-width:1000px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr) 330px;
    gap:28px;
  }
  .hero-card{max-width:330px}
}

@media(max-width:820px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,253,249,.86) 56%,rgba(255,253,249,.98) 100%),
      url('starlite-hero-long-field-v77.jpg') center top/auto 48% no-repeat;
  }
  .hero-grid{
    min-height:760px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:18px;
    padding:330px 0 26px;
  }
  .hero-grid > div:first-child,
  .hero-card{
    position:static;
    width:100%;
    max-width:none;
  }
}

/* v8.0 cabin inventory build */
.cabin-subname{font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--rust)!important;margin:-.1rem 0 .65rem}
.eyebrow.dark{color:var(--rust)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end;margin-bottom:28px}.section-head h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.3rem);margin:.2em 0}.section-head p{color:var(--muted);font-size:1.05rem}
.property-name{font-size:.9rem!important;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#d8c49c!important;margin-top:0}
.availability-band{background:var(--navy);color:white;border-radius:24px;padding:34px;display:flex;justify-content:space-between;align-items:center;gap:28px}.availability-band h2{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);margin:.2em 0}.availability-band p{color:#dbe4dc;max-width:720px}.availability-band>div:last-child{display:flex;gap:10px;flex-wrap:wrap;min-width:max-content}
@media(max-width:760px){.section-head{grid-template-columns:1fr}.availability-band{align-items:flex-start;flex-direction:column}.availability-band>div:last-child{min-width:0}}

/* V8.1 individual cabin pages */
.eyebrow.dark{color:#a97848}.stay-hero .property-name{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#cfd8d1}.stay-hero .hero-actions{margin-top:24px}.stay-hero .btn-light{background:#fff;color:#22303f;border-color:#fff}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end;margin-bottom:26px}.section-head h2,.card h2{font-family:Georgia,serif;font-size:clamp(1.9rem,3vw,2.8rem);margin:.25em 0}.section-head p{color:var(--muted);margin:0}.cabin-gallery{grid-template-columns:2fr 1fr 1fr}.cabin-gallery .photo:first-child{grid-row:span 2;min-height:520px}.cabin-gallery .photo:not(:first-child){min-height:255px}.amenity-list.compact{grid-template-columns:repeat(2,1fr);margin-top:22px}.fine-print{font-size:.85rem;color:var(--muted);margin-top:18px}.rate-card .text-link,.card .text-link{display:inline-block;margin-top:14px;font-weight:800;color:#8d653f;text-decoration:none}.unit-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.unit-pill{display:inline-flex;padding:11px 15px;border-radius:999px;border:1px solid var(--line);background:white;text-decoration:none;color:#22303f;font-weight:800}.unit-pill:hover{border-color:#a97848}.cta-stack{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.availability-band .btn{white-space:nowrap}@media(max-width:900px){.section-head{grid-template-columns:1fr}.cabin-gallery{grid-template-columns:1fr 1fr}.cabin-gallery .photo:first-child{grid-column:1/-1;grid-row:auto;min-height:360px}.cabin-gallery .photo:not(:first-child){min-height:220px}.cta-stack{justify-content:flex-start}}@media(max-width:620px){.cabin-gallery{grid-template-columns:1fr}.cabin-gallery .photo:first-child,.cabin-gallery .photo:not(:first-child){min-height:250px}.amenity-list.compact{grid-template-columns:1fr}}


/* V8.2 accessible mobile navigation */
.mobile-nav-toggle{display:none;border:1px solid var(--navy);border-radius:10px;background:var(--paper);color:var(--navy);padding:9px 12px;font:inherit;font-weight:800;line-height:1;cursor:pointer}
.mobile-nav-toggle:focus-visible{outline:3px solid rgba(169,120,72,.35);outline-offset:3px}
@media(max-width:900px){
  .nav-inner{position:relative;min-height:68px}
  .mobile-nav-toggle{display:inline-flex;align-items:center;gap:8px}
  .mobile-nav-toggle::before{content:"☰";font-size:1.35rem}
  .mobile-nav-toggle[aria-expanded="true"]::before{content:"×";font-size:1.6rem}
  .nav-links{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:40;flex-direction:column;align-items:stretch;gap:0;padding:10px 18px 18px;background:rgba(255,253,249,.99);border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;box-shadow:0 18px 38px rgba(31,39,48,.14)}
  .nav-links.is-open{display:flex}
  .nav-links a{padding:12px 4px;border-bottom:1px solid var(--line);font-size:1rem}
  .nav-links a:last-child{margin-top:10px;border-bottom:0}
  body.mobile-nav-open{overflow:hidden}
}
@media(min-width:901px){.nav-links{display:flex!important}}

/* V8.4 accessible cabin gallery lightbox */
.cabin-gallery .photo{cursor:zoom-in}
.cabin-gallery .photo:focus-visible{outline:4px solid rgba(169,120,72,.55);outline-offset:4px}
.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(11,17,22,.94)}
.gallery-lightbox.is-open{display:flex}
.gallery-lightbox__content{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto;align-items:center;gap:18px;width:min(1180px,100%);height:min(90vh,900px)}
.gallery-lightbox__figure{grid-column:2;grid-row:1;display:flex;min-width:0;min-height:0;height:100%;margin:0;align-items:center;justify-content:center;flex-direction:column}
.gallery-lightbox__image{max-width:100%;max-height:calc(100% - 54px);width:auto;height:auto;object-fit:contain;box-shadow:0 18px 60px rgba(0,0,0,.35)}
.gallery-lightbox__caption{margin-top:14px;color:#fff;text-align:center;font-weight:700}
.gallery-lightbox__status{grid-column:2;grid-row:2;color:#fff;text-align:center}
.gallery-lightbox__close,.gallery-lightbox__nav{border:1px solid rgba(255,255,255,.7);background:rgba(16,26,20,.82);color:#fff;cursor:pointer;font:inherit;font-weight:800}
.gallery-lightbox__close{position:absolute;top:0;right:0;z-index:2;width:46px;height:46px;border-radius:50%;font-size:1.6rem;line-height:1}
.gallery-lightbox__nav{width:48px;height:48px;border-radius:50%;font-size:1.8rem;line-height:1}
.gallery-lightbox__prev{grid-column:1;grid-row:1}
.gallery-lightbox__next{grid-column:3;grid-row:1}
.gallery-lightbox__close:focus-visible,.gallery-lightbox__nav:focus-visible{outline:3px solid #c7a56f;outline-offset:3px}
body.gallery-lightbox-open{overflow:hidden}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:620px){
  .gallery-lightbox{padding:14px}
  .gallery-lightbox__content{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px;height:94vh}
  .gallery-lightbox__nav{width:42px;height:42px}
  .gallery-lightbox__close{top:4px;right:4px}
}
