
:root{--ink:#173541;--paper:#f7f4ec;--white:#fff;--green:#5f7562;--ocean:#4d7b88;--gold:#b78951;--line:rgba(23,53,65,.15);--serif:Georgia,"Times New Roman",serif;--sans:Inter,system-ui,-apple-system,"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);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;width:100%}.shell{width:min(1240px,calc(100% - 42px));margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;font-weight:760}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.01;letter-spacing:-.04em;margin:0}p{margin:0}.site-header{position:absolute;z-index:20;inset:0 0 auto;padding:24px 0;color:white}.site-header .shell{display:flex;justify-content:space-between;align-items:center}.brand{font-family:var(--serif);font-size:2rem}.nav{display:flex;gap:22px;align-items:center;font-size:.9rem}.nav .pill{border:1px solid rgba(255,255,255,.7);padding:10px 16px;border-radius:999px}.hero{min-height:94svh;display:grid;align-items:end;color:white;position:relative;background:center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,21,28,.03),rgba(6,21,28,.12) 48%,rgba(6,21,28,.84))}.hero .shell{position:relative;z-index:1;padding:165px 0 88px}.hero h1{font-size:clamp(4rem,9vw,8.8rem);max-width:1100px}.hero-row{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-top:28px}.hero-row p{max-width:600px;font-size:clamp(1.06rem,2vw,1.34rem);color:rgba(255,255,255,.87)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:white;color:var(--ink);font-weight:760}.button.dark{background:var(--ink);color:white}.section{padding:clamp(100px,14vw,185px) 0}.section h2{font-size:clamp(3rem,7vw,6.4rem)}.lead{max-width:780px;color:#566970;font-size:1.16rem;margin-top:22px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.card{padding:24px 0;border-top:1px solid var(--line)}.card h3{font-size:1.65rem}.card p{color:#617078;margin-top:8px}.fullbleed{width:min(1480px,calc(100% - 24px));margin:auto;min-height:76svh;display:flex;align-items:end;position:relative;color:white;background:center/cover no-repeat}.fullbleed:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(8,27,34,.81))}.fullcopy{position:relative;z-index:1;padding:clamp(36px,6vw,80px);max-width:840px}.fullcopy h2{font-size:clamp(3.2rem,6vw,6rem)}.fullcopy p{margin-top:16px;color:rgba(255,255,255,.82)}.twocol{display:grid;grid-template-columns:1.08fr .92fr;background:#e7e5dc}.photo{min-height:640px;background:center/cover no-repeat}.copy{padding:clamp(45px,7vw,95px);display:flex;flex-direction:column;justify-content:center}.copy h2{font-size:clamp(3rem,5.8vw,5.7rem)}.copy p{margin-top:22px;color:#56666c}.gallery3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tile{min-height:500px;position:relative;display:flex;align-items:end;padding:30px;color:white;background:center/cover no-repeat}.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(7,26,34,.82))}.tile>div{position:relative;z-index:1}.tile h3{font-size:2.45rem}.tile p{margin-top:9px;color:rgba(255,255,255,.82)}.map-layout{display:grid;grid-template-columns:1.45fr .55fr;background:white;box-shadow:0 24px 70px rgba(24,55,68,.13);min-height:720px}#map{min-height:720px}.map-panel{padding:32px;display:flex;flex-direction:column}.map-panel h2{font-size:clamp(2.2rem,4vw,3.6rem)}.map-panel img{margin-top:24px;aspect-ratio:1.35/1;object-fit:cover}.map-panel p{color:#566970}.place-list{margin-top:22px;border-top:1px solid var(--line)}.place-row{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line);cursor:pointer}.place-row small{color:#68787f}.pin{width:26px;height:26px;border-radius:50%;border:3px solid white;box-shadow:0 3px 10px rgba(0,0,0,.3)}.pin.home{background:var(--ink)}.pin.booking{background:var(--green)}footer{padding:32px 0;border-top:1px solid var(--line);font-size:.88rem;color:#68777c}footer .shell{display:flex;justify-content:space-between;gap:20px}.reveal{opacity:0;transform:translateY(18px);transition:.65s}.reveal.visible{opacity:1;transform:none}@media(max-width:940px){.nav a:not(.pill){display:none}.hero-row{display:block}.hero-row .button{margin-top:26px}.grid4,.gallery3,.twocol,.map-layout{grid-template-columns:1fr}.photo{min-height:470px}#map{min-height:560px}}@media(max-width:560px){.grid4{grid-template-columns:1fr}}

.studio-body{background:#eef1ed}
.studio-header{position:static;background:var(--ink);color:white}
.studio-wrap{width:min(1500px,calc(100% - 32px));margin:28px auto 70px}
.studio-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}
.studio-actions button,.studio-actions label{border:1px solid var(--line);background:white;color:var(--ink);padding:10px 15px;border-radius:999px;cursor:pointer;font-weight:750}
.studio-actions .primary{background:var(--ink);color:white}
.studio-grid{display:grid;grid-template-columns:330px minmax(0,1fr);background:white;box-shadow:var(--shadow);min-height:760px}
.studio-list{border-right:1px solid var(--line);padding:20px;overflow:auto}
.studio-search{width:100%;padding:11px;border:1px solid var(--line);margin-bottom:14px}
.studio-item{padding:13px 4px;border-bottom:1px solid var(--line);cursor:pointer}
.studio-item.active{color:var(--ocean)}
.studio-item strong{display:block}
.studio-item small{color:#708087}
.studio-editor{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr)}
.studio-form{padding:28px;border-right:1px solid var(--line)}
.studio-map{min-height:760px}
.form-grid{display:grid;gap:13px;margin-top:22px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.form-field label{display:block;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.09em;margin-bottom:5px}
.form-field input,.form-field textarea,.form-field select{width:100%;padding:10px;border:1px solid var(--line);background:white}
.form-field textarea{min-height:100px;resize:vertical}
.audience-boxes{display:grid;gap:7px}
.audience-boxes label{display:flex;gap:8px;align-items:center}
.audience-boxes input{width:auto}
.studio-note{margin-top:18px;padding:14px;background:#f0eee5;border-left:4px solid var(--gold);font-size:.88rem}
.studio-status{margin-top:13px;color:#66767c;font-size:.83rem}
.preview-card{margin-top:24px;border-top:1px solid var(--line);padding-top:18px}
.preview-card img{aspect-ratio:1.35/1;object-fit:cover;background:#e7e9e4}
.preview-card h3{font-size:2rem;margin-top:14px}
@media(max-width:1050px){.studio-grid{grid-template-columns:1fr}.studio-list{border-right:0;border-bottom:1px solid var(--line);max-height:320px}.studio-editor{grid-template-columns:1fr}.studio-form{border-right:0}.studio-map{min-height:560px}}

.route-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 24px}
.route-button{border:1px solid var(--line);background:white;color:var(--ink);padding:9px 14px;border-radius:999px;font-weight:750;cursor:pointer}
.route-button.active{background:var(--ink);color:white}
.route-card{padding:16px 0;border-bottom:1px solid var(--line);cursor:pointer}
.route-card strong{display:block;font-family:var(--serif);font-size:1.25rem;font-weight:400}
.route-card small{color:#66767c}
.route-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:7px}
.route-summary{margin-top:18px;padding:16px;background:#f0eee5;border-left:4px solid var(--gold)}
.route-summary h3{font-size:1.8rem}
.route-summary p{margin-top:8px;color:var(--ink-soft)}
.route-summary .route-meta{margin-top:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:750}
.leaflet-interactive.route-line{stroke-linecap:round;stroke-linejoin:round}
.studio-route-list{margin-top:18px;border-top:1px solid var(--line)}
.studio-route-item{padding:12px 0;border-bottom:1px solid var(--line);cursor:pointer}
.studio-route-item.active{color:var(--ocean)}
.studio-route-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}

.brand-lockup{display:flex;align-items:center;gap:11px}
.brand-mark{width:38px;height:38px;filter:brightness(0) invert(1)}
.field-atlas-intro{display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:end;margin-bottom:34px}
.field-atlas-intro h2{font-size:clamp(3rem,7vw,6rem)}
.field-atlas-kicker{max-width:460px;color:var(--ink-soft)}
.journal-panel{background:#fffdf8}
.journal-label{margin-top:10px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:760;color:var(--ocean)}
.journal-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.journal-fact{padding:12px 0;border-top:1px solid var(--line)}
.journal-fact strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
.journal-fact span{display:block;margin-top:4px;color:var(--ink-soft)}
.field-note-card{margin-top:20px;padding:18px;background:#f0eee5;border-left:4px solid var(--ocean)}
.field-note-card .label{text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:760}
.field-note-card p{margin-top:7px;color:var(--ink)}
.custom-pin{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.28);font-size:15px;background:var(--green);color:white}
.custom-pin.home{background:var(--ink)}
.custom-pin.waterfront{background:var(--ocean)}
.custom-pin.services{background:var(--gold)}
.custom-pin.history{background:#7a5c42}
.custom-pin.transport{background:#51626b}
.custom-pin.walks{background:var(--green)}
.route-story{margin:18px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.route-story li{padding:11px 0;border-bottom:1px solid var(--line);color:var(--ink-soft)}
.field-note-strip{padding:34px 0;background:var(--ink);color:white}
.field-note-strip .shell{display:flex;align-items:center;justify-content:space-between;gap:24px}
.field-note-strip p{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.4rem);max-width:900px}
.field-note-strip small{text-transform:uppercase;letter-spacing:.14em;opacity:.65}
@media(max-width:940px){
 .field-atlas-intro{grid-template-columns:1fr}
 .journal-facts{grid-template-columns:1fr}
 .field-note-strip .shell{display:block}
 .field-note-strip small{display:block;margin-top:14px}
}

/* Edition Three — Sense of Place */
.hero-cinematic .shell{animation:heroReveal 1.3s ease both}
.hero-cinematic::before{content:"";position:absolute;inset:0;background:rgba(247,244,236,.22);animation:fogLift 2.4s ease forwards;z-index:1}
.hero-cinematic .shell{z-index:2}
@keyframes fogLift{from{opacity:1}to{opacity:0}}
@keyframes heroReveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.notebook-toggle{position:fixed;right:22px;bottom:22px;z-index:60;border:0;border-radius:999px;background:var(--ink);color:white;padding:13px 18px;box-shadow:var(--shadow);font-weight:760;cursor:pointer}
.notebook-drawer{position:fixed;z-index:70;right:0;top:0;height:100%;width:min(430px,100%);background:#fffdf8;box-shadow:-24px 0 70px rgba(24,55,68,.18);transform:translateX(105%);transition:transform .35s ease;display:flex;flex-direction:column}
.notebook-drawer.open{transform:none}
.notebook-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.notebook-head h2{font-size:2.2rem}
.notebook-close{border:0;background:none;font-size:1.6rem;cursor:pointer;color:var(--ink)}
.notebook-list{padding:8px 24px 30px;overflow:auto}
.notebook-entry{padding:18px 0;border-bottom:1px solid var(--line)}
.notebook-entry strong{font-family:var(--serif);font-size:1.35rem;font-weight:400;display:block}
.notebook-entry p{margin-top:8px;color:var(--ink-soft)}
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 24px}
.filter-button{border:1px solid var(--line);background:white;color:var(--ink);padding:9px 14px;border-radius:999px;font-weight:760;cursor:pointer}
.filter-button.active{background:var(--ink);color:white}
.seasonal-hero-note{position:absolute;z-index:3;right:clamp(20px,5vw,70px);bottom:24px;max-width:330px;text-align:right;color:rgba(255,255,255,.78);font-size:.82rem}
.five-minutes{background:#ece8dd}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.experience{padding:24px;border-top:1px solid var(--line)}
.experience h3{font-size:2rem}
.experience p{margin-top:10px;color:var(--ink-soft)}
.page-fade{animation:pageIn .45s ease both}
@keyframes pageIn{from{opacity:0}to{opacity:1}}
@media(max-width:940px){
 .experience-grid{grid-template-columns:1fr}
 .seasonal-hero-note{position:static;text-align:left;padding:0 21px 26px}
}


/* Release 0.4 — Cabin Experience */
.cabin-hero{background-position:center 56%}
.cabin-intro{background:#fffdf8}
.cabin-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:8vw;align-items:start}
.cabin-intro-copy{padding-top:10px}
.cabin-intro-copy p{font-size:1.12rem;color:#566970}
.cabin-intro-copy p+p{margin-top:22px}
.cabin-feature-band{padding:0 0 clamp(90px,11vw,150px);background:#fffdf8}
.cabin-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.cabin-feature-grid article{border-top:1px solid var(--line);padding-top:22px}
.cabin-feature-grid span{display:block;font-size:.72rem;letter-spacing:.14em;color:var(--gold);font-weight:760}
.cabin-feature-grid h3{font-size:2.15rem;margin-top:12px}
.cabin-feature-grid p{margin-top:10px;color:#617078}
.cabin-setting-grid{display:grid;grid-template-columns:1.2fr .8fr;background:#e7e5dc}
.cabin-setting-image img{height:100%;min-height:650px;object-fit:cover}
.cabin-setting-copy{padding:clamp(42px,6vw,84px);display:flex;flex-direction:column;justify-content:center}
.cabin-setting-copy h2{font-size:clamp(2.8rem,5vw,5.1rem)}
.cabin-setting-copy p{margin-top:22px;color:#56666c;font-size:1.06rem}
.cabin-setting-copy .button{align-self:flex-start;margin-top:28px}
.cabin-details{padding-top:0}
.cabin-cta{margin-top:0}
@media(max-width:940px){
  .cabin-intro-grid,.cabin-setting-grid,.cabin-feature-grid{grid-template-columns:1fr}
  .cabin-feature-grid{gap:22px}
  .cabin-setting-image img{min-height:420px}
}

/* Release 0.4.2 — Production homepage */
.home-hero{background-position:center 48%}
.home-intro{background:#fffdf8}
.home-intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:8vw;align-items:start}
.home-intro-copy{padding-top:10px}
.home-intro-copy p{font-size:1.12rem;color:#566970}
.home-intro-copy p+p{margin-top:22px}
.home-eyrie{background-position:center 52%}
.section-action{margin-top:32px}
.home-gallery .tile{transition:transform .3s ease,box-shadow .3s ease}
.home-gallery .tile:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(23,53,65,.18)}
.home-cta{margin-bottom:0}
@media(max-width:940px){
  .home-intro-grid{grid-template-columns:1fr}
}


/* Release 0.5 — Through My Lens */
.gallery-hero{background-position:center 50%}
.gallery-intro-section{background:#fffdf8}
.gallery-intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:8vw;align-items:start}
.gallery-intro-copy{padding-top:10px}
.gallery-intro-copy p{font-size:1.12rem;color:#566970}
.gallery-intro-copy p+p{margin-top:22px}
.photo-journey{padding-bottom:clamp(90px,12vw,160px)}
.photo-story{margin:0}
.photo-story-wide{width:min(1480px,calc(100% - 24px));margin:0 auto clamp(80px,10vw,140px)}
.photo-story-wide .photo-open img{width:100%;height:min(78svh,860px);object-fit:cover}
.photo-story-wide figcaption{width:min(900px,calc(100% - 42px));margin:28px auto 0}
.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,5vw,70px);align-items:start;margin-bottom:clamp(90px,12vw,160px)}
.photo-pair .photo-story:nth-child(2){margin-top:clamp(50px,10vw,130px)}
.photo-pair .photo-open img{aspect-ratio:4/5;object-fit:cover}
.photo-open{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;overflow:hidden}
.photo-open img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.photo-open:hover img{transform:scale(1.018)}
.photo-story figcaption{margin-top:22px;max-width:680px}
.photo-story figcaption span{text-transform:uppercase;letter-spacing:.16em;font-size:.69rem;font-weight:760;color:var(--gold)}
.photo-story figcaption h2{font-size:clamp(2.8rem,5vw,5rem);margin-top:10px}
.photo-story figcaption h3{font-size:clamp(2rem,3.5vw,3.1rem);margin-top:10px}
.photo-story figcaption p{margin-top:12px;color:#617078;font-size:1.02rem}
.gallery-close{background:#e7e5dc}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;z-index:1000;inset:0;background:rgba(7,20,26,.96);display:grid;place-items:center;padding:34px}
.lightbox img{max-width:min(1500px,94vw);max-height:90vh;width:auto;height:auto;object-fit:contain}
.lightbox-close{position:absolute;top:18px;right:24px;border:0;background:none;color:white;font-size:3rem;line-height:1;cursor:pointer}
.lightbox-open{overflow:hidden}
.nav a[aria-current="page"]{border-bottom:1px solid currentColor;padding-bottom:4px}
@media(max-width:940px){
  .gallery-intro-grid,.photo-pair{grid-template-columns:1fr}
  .photo-pair .photo-story:nth-child(2){margin-top:0}
  .photo-pair{gap:60px}
  .photo-story-wide .photo-open img{height:62svh}
}
@media(max-width:720px){
  .photo-story-wide{width:100%}
  .photo-story-wide figcaption{width:calc(100% - 42px)}
  .lightbox{padding:18px}
}


/* Release 0.6.1 — restrained typography */
.hero h1{
  font-size:clamp(3rem,6vw,4.4rem);
  line-height:.98;
}
.section h1,
.section h2{
  font-size:clamp(2.25rem,4.6vw,3.35rem);
  line-height:1.03;
}
.photo-story figcaption h2{
  font-size:clamp(2.35rem,4.2vw,3.8rem);
}
.photo-story figcaption h3{
  font-size:clamp(1.7rem,2.8vw,2.45rem);
}
.card h2,
.card h3,
.tile h3{
  font-size:clamp(1.45rem,2.4vw,2rem);
}
@media(max-width:720px){
  .hero h1{font-size:clamp(2.55rem,12vw,3.55rem)}
  .section h1,
  .section h2{font-size:clamp(2rem,9vw,2.75rem)}
}


/* Release 0.6.2 — Layout rhythm */
.section{
  padding-top:clamp(5rem,9vw,8rem);
  padding-bottom:clamp(5rem,9vw,8rem);
}
.eyebrow{
  margin-bottom:1rem;
}
.section h1,
.section h2{
  margin-top:.35rem;
  margin-bottom:1.35rem;
  max-width:14ch;
}
.hero .hero-row,
.section p,
.lead{
  max-width:42rem;
  line-height:1.75;
}
.photo-story{
  margin-bottom:clamp(3rem,6vw,5rem);
}
.photo-story img{
  border-radius:10px;
}
.button{
  margin-top:1rem;
}


/* Release 0.6.3 — Quiet polish */
:root{
  --mayne-deep:#17343c;
  --mayne-water:#456d78;
  --mayne-mist:#eef2ef;
  --mayne-sand:#d8c7a4;
  --mayne-warm:#fffdf8;
}

body{
  background:var(--mayne-warm);
}

.site-header{
  backdrop-filter:saturate(120%) blur(10px);
}

.nav a{
  text-underline-offset:.35rem;
}

.nav a[aria-current="page"]{
  color:var(--mayne-deep);
  font-weight:700;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.22,.7,.24,1);
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

.section:nth-of-type(even){
  background:linear-gradient(180deg,rgba(238,242,239,.42),rgba(255,253,248,0));
}

.button,
.pill{
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease,
    color .25s ease;
}

.button:hover,
.pill:hover{
  transform:translateY(-1px);
}

img{
  background:var(--mayne-mist);
}

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


/* Release 0.6.4 — image accuracy and navigation contrast */
.site-header{
  isolation:isolate;
  text-shadow:0 1px 5px rgba(0,0,0,.72);
}
.site-header::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  height:110px;
  background:linear-gradient(
    180deg,
    rgba(7,24,31,.76) 0%,
    rgba(7,24,31,.42) 58%,
    rgba(7,24,31,0) 100%
  );
  pointer-events:none;
}
.site-header .brand,
.site-header .nav a{
  color:#fff;
}
.site-header .nav .pill{
  background:rgba(9,31,39,.28);
  border-color:rgba(255,255,255,.9);
}
.cabin-hero{
  background-position:center 42%;
}

/* Release 0.7 — Cabin photography and accommodation details */
.cabin-hero-current{background-position:center 50%}
.cabin-photo-story{padding:0 0 clamp(80px,10vw,145px);background:#fffdf8}
.cabin-photo-pair{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(22px,3vw,44px);align-items:start}
.cabin-photo{margin:0}
.cabin-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.cabin-photo-large img{aspect-ratio:16/11}
.cabin-photo figcaption{padding:24px 2px 0}
.cabin-photo figcaption h2,.cabin-photo figcaption h3{margin-top:8px}
.cabin-photo figcaption p{margin-top:12px;color:#5b6b70;max-width:42rem}
.cabin-room-section{padding-top:clamp(65px,8vw,115px)}
.cabin-room-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(40px,7vw,110px);align-items:center}
.cabin-room-grid-reverse{grid-template-columns:1.22fr .78fr}
.cabin-room-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}
.cabin-room-copy h2{margin-top:10px}
.cabin-room-copy p{margin-top:22px;color:#596a70;font-size:1.08rem}
.bathhouse-section{background:#eef2ef!important}
.cabin-deck-feature{position:relative;min-height:78vh;display:flex;align-items:flex-end;overflow:hidden}
.cabin-deck-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.cabin-deck-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,25,30,.05),rgba(9,25,30,.78))}
.cabin-deck-copy{position:relative;z-index:1;color:#fff;padding:clamp(42px,7vw,92px);max-width:760px}
.cabin-deck-copy h2{margin-top:10px;color:#fff}
.cabin-deck-copy p{margin-top:18px;font-size:1.12rem}
.cabin-included{background:#fffdf8!important}
.cabin-included-heading{max-width:760px}
.cabin-amenities{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:55px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.cabin-amenities article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.cabin-amenities h3{font-size:1.55rem}
.cabin-amenities p{margin-top:10px;color:#5b6b70}
.cabin-detail-strip{padding:clamp(65px,9vw,125px) 0;background:#e7e5dc}
.cabin-detail-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,7vw,100px);align-items:center}
.cabin-detail-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}
.cabin-detail-grid h2{margin-top:10px}
.cabin-detail-grid p{margin-top:18px;color:#56666c;max-width:650px}
@media(max-width:900px){
  .cabin-photo-pair,.cabin-room-grid,.cabin-room-grid-reverse,.cabin-detail-grid{grid-template-columns:1fr}
  .cabin-amenities{grid-template-columns:1fr 1fr}
  .cabin-deck-feature{min-height:68vh}
}
@media(max-width:600px){
  .cabin-amenities{grid-template-columns:1fr}
  .cabin-photo img,.cabin-photo-large img,.cabin-room-grid img{aspect-ratio:4/3}
}


/* Release 0.8 — Discover Mayne Island */
.text-link{color:inherit;text-decoration-color:rgba(22,70,77,.35);text-underline-offset:.18em}
.discover-hero{background-position:center 48%}
.discover-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px);align-items:start}
.editorial-note{margin-top:24px;padding-left:18px;border-left:2px solid #91aaa5;color:#617176;font-size:.96rem}
.discover-grid-section{padding-top:0}
.story-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.story-card{position:relative;min-height:360px;padding:clamp(28px,4vw,52px);display:flex;align-items:flex-end;background-size:cover;background-position:center;color:#fff;text-decoration:none;overflow:hidden}
.story-card-large{grid-row:span 2;min-height:742px}
.story-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,24,31,.05),rgba(7,24,31,.84))}
.story-card>div{position:relative;z-index:1;max-width:620px}
.story-card h2{color:#fff;margin:10px 0 14px}
.story-card p{max-width:38rem}
.story-kicker{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
.story-link{display:inline-block;margin-top:20px;font-weight:700}
.coming-soon{padding:clamp(34px,5vw,65px);background:#edf1ee}
.coming-soon .grid4{margin-top:35px}
.coming-soon article{padding-right:25px}
.discover-cta{background-position:center}
.story-hero{min-height:82vh;display:flex;align-items:flex-end;background-position:center}
.story-hero:before{background:linear-gradient(180deg,rgba(7,24,31,.08),rgba(7,24,31,.82))}
.story-hero .shell{padding-bottom:clamp(55px,8vw,105px)}
.story-deck{font-size:clamp(1.15rem,2vw,1.45rem);max-width:680px;margin-top:18px;color:#fff}
.story-content{padding:clamp(70px,10vw,145px) 0;background:#fffdf8}
.story-shell{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:minmax(0,760px) 300px;gap:clamp(50px,8vw,110px);align-items:start}
.story-main{font-size:1.08rem;line-height:1.82}
.story-main h2{margin-top:58px;margin-bottom:18px;font-size:clamp(2rem,4vw,3.15rem)}
.story-lead{font-size:clamp(1.25rem,2.2vw,1.55rem);line-height:1.65;color:#334c53}
.fact-card{margin:48px 0;padding:30px 32px;background:#e8efec;border-top:3px solid #547b75}
.fact-card span,.aside-card span{display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:8px}
.fact-card h3{font-size:1.75rem;margin-bottom:10px}
.from-john{margin:58px 0;padding:38px;border:1px solid #cdd8d4;background:#fff}
.from-john blockquote{margin:14px 0 0;font-family:Georgia,serif;font-size:1.35rem;line-height:1.55;color:#29464d}
.story-aside{position:sticky;top:130px}
.source-panel{padding:28px;background:#eef1ed;color:#4f6267}
.source-panel h3{font-size:1.45rem;margin:8px 0 14px}
.source-panel ul{padding-left:20px;margin:18px 0}
.source-panel li{margin:9px 0}
.source-caution{font-size:.88rem;border-top:1px solid #cbd5d1;padding-top:17px;margin-top:20px}
.aside-card{display:block;margin-top:18px;padding:25px;background:#173b43;color:#fff;text-decoration:none}
.aside-card strong{font-size:1.08rem;line-height:1.35}
.story-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:58px}
.button.outline{background:transparent;border:1px solid #294b52;color:#294b52}
.miners-story-hero{background-position:center 58%}
@media(max-width:900px){.discover-intro,.story-grid,.story-shell{grid-template-columns:1fr}.story-card-large{grid-row:auto;min-height:520px}.story-aside{position:static}.coming-soon .grid4{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.story-card,.story-card-large{min-height:430px}.coming-soon .grid4{grid-template-columns:1fr}.story-shell{width:min(100% - 28px,1180px)}.fact-card,.from-john{padding:25px 22px}.story-main{font-size:1rem}}

/* Release 0.8.1 — long-page navigation */
html{scroll-behavior:smooth;scroll-padding-top:118px}
.page-jump-controls{
  position:fixed;
  right:clamp(14px,2.3vw,30px);
  bottom:clamp(16px,2.6vw,34px);
  z-index:90;
  display:flex;
  gap:8px;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s;
}
.page-jump-controls.is-visible{opacity:1;visibility:visible;transform:none}
.page-jump-button{
  appearance:none;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  min-height:44px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:rgba(13,46,54,.94);
  color:#fff;
  box-shadow:0 8px 28px rgba(6,28,34,.22);
  backdrop-filter:blur(8px);
  font:700 .78rem/1 system-ui,sans-serif;
  letter-spacing:.04em;
  cursor:pointer;
}
.page-jump-button:hover{background:#0d343d;transform:translateY(-1px)}
.page-jump-button:focus-visible,.story-toc a:focus-visible{outline:3px solid #f4c46b;outline-offset:3px}
.page-jump-icon{font-size:1.05rem;line-height:1}
.story-toc{
  margin:34px 0 46px;
  padding:25px 28px;
  border-left:3px solid #547b75;
  background:#eef2ef;
}
.story-toc ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 28px;margin:13px 0 0;padding:0;list-style:none}
.story-toc a{color:#244951;text-decoration-thickness:1px;text-underline-offset:.2em}
.story-main h2[id]{scroll-margin-top:125px}
@media(max-width:680px){
  .page-jump-controls{right:12px;bottom:12px}
  .page-jump-button{min-width:46px;padding:0 12px}
  .page-jump-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .story-toc{padding:22px 20px}
  .story-toc ul{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .page-jump-controls,.page-jump-button{transition:none}
}


/* Release 0.8.7 — Mark feedback and navigation refinement */
:root{--serif:"Fraunces",Georgia,"Times New Roman",serif;--sans:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;text-shadow:none;padding:18px 0}
.site-header::before{height:96px;background:linear-gradient(180deg,rgba(7,24,31,.62),rgba(7,24,31,.18) 62%,rgba(7,24,31,0));}
.brand-lockup{gap:12px;font-size:1.9rem;font-weight:600}
.brand-mark{width:82px;height:38px;object-fit:contain;filter:none;background:transparent}
.button,.nav .pill{width:max-content;max-width:100%}
.page-jump-controls{grid-template-columns:1fr}
.page-jump-button[data-jump="menu"]{display:none!important}
.notebook-toggle,.notebook-drawer{display:none!important}
.reserve-now-fixed{position:fixed;right:22px;bottom:22px;z-index:61;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:999px;background:var(--ink);color:#fff;font-weight:760;box-shadow:0 14px 34px rgba(18,44,54,.24)}
.atlas-intro{padding:118px 0 24px;background:#fffdf8}
.atlas-intro h1{font-size:clamp(2.4rem,5vw,4.6rem);margin-top:8px}
.atlas-intro+.section{padding:0 0 clamp(80px,10vw,130px)}
.atlas-intro+.section .shell{width:min(1560px,calc(100% - 24px))}
.atlas-intro+.section .map-layout{min-height:90svh}
.atlas-intro+.section #map{min-height:90svh}
.season-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.season-grid .tile{min-height:520px}
@media(max-width:940px){.brand-lockup{font-size:1.4rem}.brand-mark{width:62px;height:30px}.season-grid{grid-template-columns:1fr}.atlas-intro+.section .map-layout,.atlas-intro+.section #map{min-height:72svh}}
@media(max-width:560px){.reserve-now-fixed{right:14px;bottom:14px;min-height:44px;padding:0 15px;font-size:.88rem}}

/* Release 0.8.8 — fixed-control spacing */
/* Keep the back-to-top control above Reserve Now rather than in the same corner. */
.page-jump-controls{
  right:22px;
  bottom:82px;
}
.reserve-now-fixed{
  right:22px;
  bottom:22px;
}
@media(max-width:680px){
  .page-jump-controls{
    right:14px;
    bottom:68px;
  }
  .reserve-now-fixed{
    right:14px;
    bottom:14px;
  }
}


/* Release 0.9.0 — editorial simplification and final navigation */
.nav{position:relative}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:0;display:flex;align-items:center;gap:5px}
.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:-18px;min-width:190px;padding:10px;background:rgba(255,253,248,.98);color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(18,44,54,.18);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s;display:grid;gap:2px}
.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;white-space:nowrap}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus{background:rgba(23,53,65,.07)}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:none}
.nav-menu-toggle{display:none;border:1px solid rgba(255,255,255,.72);background:rgba(7,26,34,.18);color:#fff;border-radius:999px;padding:9px 14px;font:inherit;font-weight:700}
.included-guide{margin:24px 0 28px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:720px}
.included-guide p{margin-top:9px!important}
/* Public Atlas: one strong feature, with supporting detail kept quiet. */
.atlas-panel-simplified .place-facts,.atlas-panel-simplified .field-note-card,.atlas-panel-simplified #route-cards,.atlas-panel-simplified .place-list{display:none!important}
.atlas-panel-simplified img{aspect-ratio:16/9;margin-top:18px}
.atlas-panel-simplified{justify-content:center}
.atlas-intro{padding-bottom:22px}
.atlas-intro+.section{padding-top:0}
.route-toolbar{margin-bottom:14px}
@media(max-width:940px){
 .site-header .shell{position:relative}
 .nav-menu-toggle{display:inline-flex}
 .nav{display:none;position:absolute;top:calc(100% + 12px);right:0;width:min(310px,calc(100vw - 42px));padding:16px;background:rgba(255,253,248,.98);color:var(--ink);border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 55px rgba(18,44,54,.2);align-items:stretch;gap:4px;flex-direction:column}
 .nav.open{display:flex}
 .nav>a,.nav .nav-dropdown-toggle{display:flex!important;padding:11px 12px;border-radius:9px;width:100%;justify-content:space-between}
 .nav .pill{background:var(--ink);color:#fff;justify-content:center;margin-top:5px}
 .nav-dropdown-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:rgba(23,53,65,.05);margin:2px 0 5px;padding:6px 10px;min-width:0}
 .nav-dropdown.open .nav-dropdown-menu{display:grid}
}

/* =========================================================
   MayneWave v1.1 — compact Home redesign
   Scoped to body.home-v11 so all other pages remain unchanged.
   ========================================================= */
.home-v11 .home-v11-hero{min-height:78svh;background-position:center 48%}
.home-v11 .home-v11-hero .shell{padding:150px 0 58px}
.home-v11 .home-v11-hero h1{font-size:clamp(3.8rem,8vw,7.3rem);max-width:980px}
.home-v11 .home-v11-hero .hero-row{margin-top:20px}
.home-v11 .home-v11-hero .hero-row p{max-width:690px}

.home-v11-intro{padding:clamp(58px,7vw,90px) 0;background:#fffdf8}
.home-v11-intro-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(45px,7vw,110px);align-items:start}
.home-v11-intro-copy h2{font-size:clamp(2.5rem,5vw,4.8rem);margin-top:15px}
.home-v11-intro-copy p{max-width:590px;margin-top:20px;color:#566970;font-size:1.08rem}
.home-v11-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-v11-feature{border-top:1px solid var(--line);padding:18px 0 10px;min-height:190px;transition:transform .25s ease}
.home-v11-feature:hover{transform:translateY(-3px)}
.home-v11-feature-number{font-size:.7rem;letter-spacing:.16em;color:var(--ocean);font-weight:760}
.home-v11-feature h3{font-size:clamp(1.7rem,2.3vw,2.35rem);margin-top:32px}
.home-v11-feature p{color:#617078;margin-top:10px;font-size:.94rem}

.home-v11-story{display:grid;grid-template-columns:1.15fr .85fr;min-height:590px;background:#e7e5dc}
.home-v11-story-photo{min-height:590px;background:center/cover no-repeat}
.home-v11-story-copy{padding:clamp(42px,6vw,84px);display:flex;flex-direction:column;justify-content:center}
.home-v11-story-copy h2{font-size:clamp(2.8rem,5vw,5rem);margin-top:14px}
.home-v11-story-copy p{max-width:610px;margin-top:20px;color:#56666c;font-size:1.06rem}
.home-v11-links{display:flex;gap:25px;margin-top:28px;font-weight:760}

.home-v11-discover{padding:clamp(65px,8vw,105px) 0}
.home-v11-section-head{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:30px}
.home-v11-section-head h2{font-size:clamp(2.8rem,5vw,5.2rem);margin-top:12px}
.home-v11-card-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}
.home-v11-image-card{min-height:390px;position:relative;display:flex;align-items:end;padding:26px;color:white;background:center/cover no-repeat;overflow:hidden}
.home-v11-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,26,34,.82))}
.home-v11-image-card>div{position:relative;z-index:1}
.home-v11-image-card span{text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:760}
.home-v11-image-card h3{font-size:clamp(1.9rem,3vw,3rem);margin-top:8px}

.home-v11-cta{width:min(1480px,calc(100% - 24px));margin:0 auto 0;min-height:360px;color:white;background:center 57%/cover no-repeat;position:relative;display:flex;align-items:end}
.home-v11-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,26,34,.82),rgba(7,26,34,.16))}
.home-v11-cta-inner{position:relative;z-index:1;padding-top:55px;padding-bottom:55px;display:flex;justify-content:space-between;gap:35px;align-items:end}
.home-v11-cta h2{font-size:clamp(2.8rem,5.5vw,5.5rem);max-width:850px;margin-top:12px}

@media(max-width:940px){
  .home-v11 .home-v11-hero{min-height:72svh}
  .home-v11-intro-grid,.home-v11-story{grid-template-columns:1fr}
  .home-v11-feature-grid{grid-template-columns:repeat(3,1fr)}
  .home-v11-story-photo{min-height:480px}
  .home-v11-card-grid{grid-template-columns:1fr 1fr}
  .home-v11-image-card:first-child{grid-column:1/-1}
  .home-v11-section-head,.home-v11-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:650px){
  .home-v11 .home-v11-hero{min-height:74svh}
  .home-v11 .home-v11-hero .shell{padding-bottom:40px}
  .home-v11-feature-grid,.home-v11-card-grid{grid-template-columns:1fr}
  .home-v11-feature{min-height:auto;padding-bottom:20px}
  .home-v11-feature h3{margin-top:15px}
  .home-v11-image-card:first-child{grid-column:auto}
  .home-v11-image-card{min-height:330px}
  .home-v11-story-photo{min-height:380px}
  .home-v11-cta{min-height:390px}
}

/* =========================================================
   MayneWave v1.2 — compact Cabin experience
   Scoped to body.cabin-v12.
   ========================================================= */
.cabin-v12 .cabin-v12-hero{min-height:72svh;background-position:center 56%}
.cabin-v12 .cabin-v12-hero .shell{padding:145px 0 54px}
.cabin-v12 .cabin-v12-hero h1{font-size:clamp(3.5rem,7vw,6.4rem);max-width:960px}
.cabin-v12-overview{padding:clamp(58px,7vw,92px) 0;background:#fffdf8}
.cabin-v12-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,120px);align-items:end}
.cabin-v12-overview h2,.cabin-v12-included h2,.cabin-v12-cta h2{font-size:clamp(2.6rem,5vw,4.8rem);margin-top:12px}
.cabin-v12-overview p{max-width:620px;color:#566970;font-size:1.08rem;margin-top:20px}
.cabin-v12-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.cabin-v12-facts article{padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.cabin-v12-facts strong{display:block;font-family:var(--serif);font-size:2.35rem;font-weight:400}
.cabin-v12-facts span{display:block;margin-top:4px;color:#617078;font-size:.88rem}
.cabin-v12-rhythm{padding:clamp(58px,7vw,88px) 0;background:#ece8dd}
.cabin-v12-rhythm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:22px}
.cabin-v12-rhythm article{border-top:1px solid var(--line);padding-top:18px}
.cabin-v12-rhythm article>span{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:760}
.cabin-v12-rhythm h3{font-size:clamp(1.8rem,2.7vw,2.65rem);margin-top:28px}
.cabin-v12-rhythm p{margin-top:10px;color:#617078}
.cabin-v12-included{padding:clamp(65px,8vw,100px) 0}
.cabin-v12-included-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(45px,8vw,120px);align-items:start}
.cabin-v12-list{border-top:1px solid var(--line)}
.cabin-v12-list>div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}
.cabin-v12-list strong{font-family:var(--serif);font-size:1.2rem;font-weight:400}
.cabin-v12-list span{color:#617078}
.cabin-v12-note{padding:24px 0;background:#fffdf8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cabin-v12-note p{max-width:940px;color:#617078;font-size:.92rem}
.cabin-v12-cta{width:min(1480px,calc(100% - 24px));margin:0 auto;background:var(--ink);color:white}
.cabin-v12-cta-inner{padding:clamp(48px,6vw,78px) 0;display:flex;justify-content:space-between;gap:38px;align-items:end}
.cabin-v12-cta h2{max-width:850px}
@media(max-width:940px){
  .cabin-v12 .cabin-v12-hero{min-height:68svh}
  .cabin-v12-overview-grid,.cabin-v12-included-grid{grid-template-columns:1fr}
  .cabin-v12-rhythm-grid{grid-template-columns:1fr}
  .cabin-v12-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .cabin-v12-facts{grid-template-columns:1fr 1fr}
  .cabin-v12-list>div{grid-template-columns:1fr;gap:4px}
}

/* MayneWave v1.3 — Discover Mayne narrative redesign */
.discover-v13-intro{padding-bottom:clamp(70px,9vw,115px)}
.day-story{width:min(1480px,calc(100% - 24px));margin:0 auto 24px;display:grid;grid-template-columns:1.15fr .85fr;min-height:66svh;background:#e7e5dc}
.day-story-reverse{grid-template-columns:.85fr 1.15fr}
.day-story-reverse .day-story-image{order:2}
.day-story-image{min-height:540px;background:center/cover no-repeat}
.day-story-copy{padding:clamp(42px,7vw,100px);display:flex;flex-direction:column;justify-content:center}
.day-story-copy h2{font-size:clamp(3rem,5.7vw,5.8rem);margin-top:12px}
.day-story-copy p{margin-top:22px;color:#56666c;font-size:1.08rem;max-width:610px}
.day-story-copy .text-link{margin-top:28px;align-self:flex-start}
.discover-next{padding-top:clamp(90px,11vw,145px)}
.discover-next .card p+p{margin-top:16px}
@media(max-width:940px){.day-story,.day-story-reverse{grid-template-columns:1fr}.day-story-reverse .day-story-image{order:0}.day-story-image{min-height:52svh}.day-story-copy{padding:48px 30px 54px}.day-story-copy h2{font-size:clamp(2.7rem,10vw,4.4rem)}}
@media(max-width:560px){.day-story{width:100%;margin-bottom:12px}.day-story-image{min-height:44svh}.day-story-copy{padding:38px 22px 44px}}

/* =========================================================
   MayneWave v1.3.1 — Explore dropdown visibility fix
   Explicitly sets dropdown typography and prevents the
   mobile navigation rule from hiding submenu links.
   ========================================================= */
.nav-dropdown-menu,
.nav-dropdown-menu a {
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.35;
}
.nav-dropdown-menu a {
  color: var(--ink) !important;
  opacity: 1 !important;
  visibility: visible;
  text-shadow: none;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--ink) !important;
  background: rgba(23,53,65,.08);
}
@media(max-width:940px) {
  .nav .nav-dropdown-menu a {
    display: block !important;
    color: var(--ink) !important;
    padding: 10px 12px;
  }
}


/* MayneWave v1.3.4 — Active Pass paired-image alignment */
.active-pass-pair{align-items:start}
.active-pass-pair .photo-story:nth-child(2){margin-top:0}
.active-pass-pair .photo-open img{width:100%;aspect-ratio:4/5;object-fit:cover}

/* =========================================================
   MayneWave v1.4.0 — Editorial consistency pass
   A restrained site-wide refinement: rhythm, typography,
   image treatment, navigation states and mobile polish.
   ========================================================= */
.editorial-v14{
  --section-space:clamp(72px,9vw,128px);
  --copy:#566970;
}
.editorial-v14 .section{padding:var(--section-space) 0}
.editorial-v14 .section h2{max-width:1050px}
.editorial-v14 .lead{max-width:720px;line-height:1.65}
.editorial-v14 .section-action{margin-top:32px}
.editorial-v14 .copy p,
.editorial-v14 .fullcopy p,
.editorial-v14 .photo-story figcaption p{line-height:1.65}

/* A clearer editorial hierarchy without adding visual noise. */
.editorial-v14 .eyebrow{line-height:1.35;color:inherit}
.editorial-v14 main .eyebrow{margin-bottom:12px}
.editorial-v14 .card,
.editorial-v14 .home-v11-feature{transition:transform .22s ease,border-color .22s ease}
.editorial-v14 .card:hover,
.editorial-v14 .home-v11-feature:hover{transform:translateY(-3px);border-color:rgba(23,53,65,.34)}
.editorial-v14 .text-link,
.editorial-v14 .story-link{ text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.22em }
.editorial-v14 .button{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.editorial-v14 .button:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(18,44,54,.16)}
.editorial-v14 a:focus-visible,
.editorial-v14 button:focus-visible{outline:3px solid #f4c46b;outline-offset:4px}

/* Navigation reads consistently and makes location clear. */
.editorial-v14 .nav>a,
.editorial-v14 .nav-dropdown-toggle{position:relative}
.editorial-v14 .nav>a[aria-current="page"]:not(.pill)::after,
.editorial-v14 .nav-dropdown-toggle[aria-current="page"]::after{
  content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:currentColor;opacity:.8
}
.editorial-v14 .nav .pill[aria-current="page"]{box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}

/* Image cards use one disciplined crop and feel like a set. */
.editorial-v14 .photo-pair{align-items:start}
.editorial-v14 .photo-pair .photo-story:nth-child(2){margin-top:0}
.editorial-v14 .photo-pair .photo-open{display:block;width:100%;overflow:hidden;background:#e7e5dc}
.editorial-v14 .photo-pair .photo-open img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .6s ease}
.editorial-v14 .photo-pair .photo-open:hover img{transform:scale(1.018)}
.editorial-v14 .photo-story-wide .photo-open{display:block;overflow:hidden;background:#e7e5dc}
.editorial-v14 .tile,
.editorial-v14 .story-card,
.editorial-v14 .home-v11-image-card{overflow:hidden}
.editorial-v14 .tile::before,
.editorial-v14 .story-card::before,
.editorial-v14 .home-v11-image-card::before{
  content:"";position:absolute;inset:0;background:rgba(255,255,255,0);transition:background .25s ease;z-index:1;pointer-events:none
}
.editorial-v14 .tile:hover::before,
.editorial-v14 .story-card:hover::before,
.editorial-v14 .home-v11-image-card:hover::before{background:rgba(255,255,255,.055)}
.editorial-v14 .tile>div,
.editorial-v14 .story-card>div,
.editorial-v14 .home-v11-image-card>div{z-index:2}

/* Cabin: keep practical facts compact; no behind-the-scenes production note. */
.editorial-v14 .cabin-v12-overview,
.editorial-v14 .cabin-v12-rhythm,
.editorial-v14 .cabin-v12-included{padding-top:var(--section-space);padding-bottom:var(--section-space)}
.editorial-v14 .cabin-v12-list>div{padding:18px 0}

/* Footer and fixed controls leave a calmer final impression. */
.editorial-v14 footer{padding:38px 0}
.editorial-v14 .reserve-now-fixed{box-shadow:0 14px 34px rgba(18,44,54,.22)}

@media(max-width:940px){
  .editorial-v14{--section-space:clamp(62px,10vw,92px)}
  .editorial-v14 .nav>a[aria-current="page"]:not(.pill)::after,
  .editorial-v14 .nav-dropdown-toggle[aria-current="page"]::after{display:none}
  .editorial-v14 .nav>a[aria-current="page"],
  .editorial-v14 .nav-dropdown-toggle[aria-current="page"]{background:rgba(23,53,65,.08)}
  .editorial-v14 .photo-pair{gap:58px}
}
@media(max-width:600px){
  .editorial-v14 .shell{width:min(100% - 32px,1240px)}
  .editorial-v14 .hero .shell{padding-bottom:42px}
  .editorial-v14 .hero h1{font-size:clamp(3.25rem,15vw,5rem)}
  .editorial-v14 .fullbleed,
  .editorial-v14 .cabin-v12-cta{width:100%}
  .editorial-v14 .fullcopy{padding:36px 22px}
  .editorial-v14 footer .shell{display:grid;gap:7px}
}
@media(prefers-reduced-motion:reduce){
  .editorial-v14 .button,
  .editorial-v14 .card,
  .editorial-v14 .photo-pair .photo-open img{transition:none!important;transform:none!important}
}


/* v1.5 — Brighter, warmer first impressions.
   Atmospheric photographs remain in the body of the site; heroes now lead with light. */
.editorial-v15 .hero-bright:after{
  background:linear-gradient(180deg,rgba(6,21,28,.01),rgba(6,21,28,.05) 48%,rgba(6,21,28,.64));
}
.editorial-v15 .hero-bright::before{background:rgba(255,244,220,.08)}
.editorial-v15 .hero-bright h1,
.editorial-v15 .hero-bright .hero-row p,
.editorial-v15 .hero-bright .story-deck,
.editorial-v15 .hero-bright .eyebrow{
  text-shadow:0 2px 18px rgba(4,20,27,.52);
}
.editorial-v15 .home-hero{background-position:center 54%}
.editorial-v15 .discover-hero{background-position:center 50%}
.editorial-v15 .gallery-hero{background-position:center 55%}
.editorial-v15 .miners-story-hero{background-position:center 52%}
.editorial-v15 .story-hero.hero-bright{background-position:center}


/* v1.6.0 — Active Pass and Atlas hero refinement */
.editorial-v15 .discover-hero{
  background-position:center 46%;
}
.editorial-v15 .discover-hero:after{
  background:linear-gradient(90deg,rgba(6,21,28,.38) 0%,rgba(6,21,28,.17) 48%,rgba(6,21,28,.03) 78%),linear-gradient(180deg,rgba(6,21,28,.01),rgba(6,21,28,.24));
}
.editorial-v15 .discover-hero::before{
  background:rgba(255,244,220,.14);
}
.button-two-line{
  flex-direction:column;
  line-height:1.08;
  min-width:172px;
  min-height:72px;
  padding:12px 28px;
  text-align:center;
}
.button-two-line span{display:block}
.atlas-intro-hero{
  min-height:62svh;
  display:flex;
  align-items:flex-end;
  position:relative;
  padding:150px 0 58px;
  color:#fff;
  background:center 53%/cover no-repeat;
}
.atlas-intro-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,25,32,.36) 0%,rgba(7,25,32,.12) 54%,rgba(7,25,32,.02) 82%),linear-gradient(180deg,rgba(7,25,32,.02) 24%,rgba(7,25,32,.42) 100%);
}
.atlas-intro-hero .shell{position:relative;z-index:1}
.atlas-intro-hero h1{max-width:850px;text-shadow:0 2px 18px rgba(0,0,0,.22)}
@media(max-width:940px){
  .atlas-intro-hero{min-height:52svh;padding-bottom:42px}
  .button-two-line{min-width:160px}
}

/* v1.6.1 — Hero Polish: brighter Discover and clean Atlas photography. */

/* v1.6.2 — Summer Light: let both hero photographs carry the page. */
.editorial-v15 .discover-hero{
  background-color:rgba(255,250,238,.16);
  background-blend-mode:screen;
}
.editorial-v15 .discover-hero:after{
  background:
    linear-gradient(90deg,rgba(6,21,28,.14) 0%,rgba(6,21,28,.06) 45%,rgba(6,21,28,.01) 76%),
    linear-gradient(180deg,rgba(6,21,28,0) 42%,rgba(6,21,28,.10) 100%);
}
.atlas-intro-hero{
  background-color:rgba(255,250,238,.18);
  background-blend-mode:screen;
}
.atlas-intro-hero:after{
  background:
    linear-gradient(90deg,rgba(7,25,32,.12) 0%,rgba(7,25,32,.04) 48%,rgba(7,25,32,0) 78%),
    linear-gradient(180deg,rgba(7,25,32,0) 46%,rgba(7,25,32,.14) 100%);
}
.atlas-intro-hero h1,
.atlas-intro-hero .eyebrow{
  text-shadow:0 2px 16px rgba(0,0,0,.34);
}

/* WordPress + MotoPress bridge v1.7.0 */
.availability-page { padding-top: clamp(7rem, 12vw, 10rem); min-height: 70vh; }
.maynewave-booking-search, .maynewave-booking-calendar { margin-top: 2rem; }
.maynewave-booking-search form, .maynewave-booking-calendar { background: rgba(255,255,255,.92); padding: clamp(1rem,3vw,2rem); border-radius: 18px; box-shadow: 0 12px 36px rgba(20,35,35,.08); }
.admin-bar .site-header { top: 32px; }
@media (max-width:782px){ .admin-bar .site-header { top:46px; } }

/* WordPress admin-bar compatibility — v1.7.1 */
#wpadminbar img,
#wpadminbar .avatar {
  width: auto !important;
  height: auto !important;
  max-width: 26px !important;
  max-height: 26px !important;
  display: inline-block !important;
  background: transparent !important;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* WordPress toolbar image repair — v1.7.1 */
#wpadminbar img,
#wpadminbar .avatar,
#wpadminbar .ab-icon img,
#wpadminbar .ab-item img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  object-fit: contain !important;
  display: inline-block !important;
}
