  :root{
    --sea-white:#F2F5F1;
    --paper:#FBFCFA;
    --spruce:#12302B;
    --spruce-2:#1B403A;
    --teal:#2C6A60;
    --teal-deep:#215249;
    --sea-glass:#CBDDD4;
    --sea-glass-2:#DCE8E1;
    --sand:#E7DFCF;
    --coral:#E4795F;
    --gold:#D7A24B;
    --muted:#5C6D67;
    --line:rgba(18,48,43,.14);

    --maxw:1180px;
    --gutter:clamp(20px,5vw,64px);

    --f-display:"Fraunces",Georgia,serif;
    --f-body:"Instrument Sans",system-ui,-apple-system,sans-serif;

    --step-hero:clamp(2.9rem,8vw,6.6rem);
    --step-h2:clamp(1.9rem,4vw,3rem);
    --step-h3:clamp(1.3rem,2.2vw,1.7rem);
    --step-body:clamp(1rem,1.05vw,1.12rem);

    --ease:cubic-bezier(.2,.7,.2,1);
  }

  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

  body{
    margin:0;background:var(--sea-white);color:var(--spruce);
    font-family:var(--f-body);font-size:var(--step-body);line-height:1.6;
    -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  }
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}

  .eyebrow{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;
    font-weight:600;color:var(--teal);margin:0 0 1rem}
  .eyebrow.on-dark{color:var(--sea-glass)}

  h1,h2,h3{font-family:var(--f-display);font-weight:400;line-height:1.04;margin:0}
  h2{font-size:var(--step-h2);letter-spacing:-.01em}
  h3{font-size:var(--step-h3);letter-spacing:-.01em}
  .lead{font-size:clamp(1.12rem,1.7vw,1.4rem);line-height:1.55;color:var(--spruce)}

  /* signature: the horizon rule */
  .horizon{position:relative;height:1px;background:var(--line);border:0;margin:0}
  .horizon::before{content:"";position:absolute;left:0;top:-1px;height:2px;width:64px;
    background:linear-gradient(90deg,var(--gold),var(--coral))}

  .btn{display:inline-flex;align-items:center;gap:.55em;font-family:var(--f-body);
    font-weight:600;font-size:.98rem;padding:.86em 1.4em;border-radius:999px;
    border:1px solid transparent;cursor:pointer;white-space:nowrap;
    transition:transform .2s var(--ease),background .2s,color .2s,border-color .2s}
  .btn-primary{background:var(--teal);color:#fff}
  .btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px)}
  .btn-ghost{background:transparent;color:var(--spruce);border-color:var(--line)}
  .btn-ghost:hover{border-color:var(--teal);color:var(--teal)}
  .btn-light{background:#fff;color:var(--spruce)}
  .btn-light:hover{transform:translateY(-1px)}
  .btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
  .btn-outline-light:hover{background:rgba(255,255,255,.12)}
  :where(a,button,input,textarea,select):focus-visible{
    outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}

  /* ---- photo slot: real <img> + graceful labeled fallback ---- */
  .shot{position:relative;overflow:hidden;border-radius:14px;min-height:180px;
    background:linear-gradient(135deg,var(--sea-glass-2),var(--sand))}
  .shot img{width:100%;height:100%;object-fit:cover;display:block}
  .shot figcaption{position:absolute;left:0;bottom:0;margin:12px;display:none;
    align-items:center;gap:.5em;font-size:.72rem;letter-spacing:.12em;
    text-transform:uppercase;font-weight:600;background:rgba(251,252,250,.86);
    color:var(--spruce);padding:.4em .7em;border-radius:8px;backdrop-filter:blur(4px)}
  .shot figcaption svg{width:14px;height:14px;opacity:.7}
  /* empty state (photo file not present yet) */
  .shot--empty{display:flex;align-items:flex-end}
  .shot--empty img{display:none}
  .shot--empty figcaption{display:inline-flex}
  .shot--empty[data-tone="sea"]{background:
      linear-gradient(180deg,rgba(255,255,255,.25),rgba(18,48,43,.14)),
      linear-gradient(160deg,#bcd7d0,#7fb3ab 60%,#4f8f88)}
  .shot--empty[data-tone="sunset"]{background:
      linear-gradient(180deg,rgba(255,255,255,.12),rgba(18,48,43,.2)),
      linear-gradient(180deg,#f3c88a,#e79a76 45%,#c9748e 78%,#5b5580)}
  .shot--empty[data-tone="interior"]{background:
      linear-gradient(180deg,rgba(255,255,255,.4),rgba(18,48,43,.05)),
      linear-gradient(135deg,#eae3d5,#d9cdb7)}

  /* generic placeholder tag (map, hero note, lightbox) */
  .ph{position:relative;overflow:hidden;border-radius:14px;min-height:180px;
    display:flex;align-items:flex-end;color:var(--spruce);
    background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(18,48,43,.14)),
      linear-gradient(160deg,#bcd7d0,#7fb3ab 60%,#4f8f88)}
  .ph__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
    font-weight:600;background:rgba(251,252,250,.86);color:var(--spruce);
    padding:.4em .7em;border-radius:8px;margin:12px;display:inline-flex;
    align-items:center;gap:.5em;backdrop-filter:blur(4px)}
  .ph__label svg{width:14px;height:14px;opacity:.7}

  /* ===== NAV ===== */
  .nav{position:fixed;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;
    justify-content:space-between;padding:18px var(--gutter);
    transition:background .3s var(--ease),box-shadow .3s,padding .3s}
  .nav__brand{display:flex;align-items:center;gap:.6em;font-family:var(--f-display);
    font-size:1.14rem;color:#fff;transition:color .3s}
  .nav__brand .dot{width:9px;height:9px;border-radius:50%;
    background:linear-gradient(var(--gold),var(--coral));flex:0 0 auto}
  .nav__links{display:flex;align-items:center;gap:1.9rem}
  .nav__links a{color:rgba(255,255,255,.9);font-size:.94rem;font-weight:500;transition:color .2s}
  .nav__links a:hover{color:#fff}
  .nav .btn{padding:.6em 1.05em;font-size:.9rem}
  .nav__toggle{display:none;background:none;border:0;color:#fff;cursor:pointer}
  .nav.is-solid{background:rgba(242,245,241,.92);backdrop-filter:blur(10px);
    box-shadow:0 1px 0 var(--line);padding-top:12px;padding-bottom:12px}
  .nav.is-solid .nav__brand{color:var(--spruce)}
  .nav.is-solid .nav__links a{color:var(--muted)}
  .nav.is-solid .nav__links a:hover{color:var(--spruce)}
  .nav.is-solid .nav__toggle{color:var(--spruce)}
  .nav.is-solid .btn-outline-light{color:var(--spruce);border-color:var(--line)}
  .nav.is-solid .btn-outline-light:hover{background:rgba(18,48,43,.06)}

  /* ===== HERO ===== */
  .hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;
    color:#fff;overflow:hidden}
  .hero__bg{position:absolute;inset:0;z-index:0;background:
    linear-gradient(180deg,#8fb7cf 0%,#bcd0d1 30%,#e7c99a 55%,#e0a487 68%,#caa07f 78%,#b7a58e 100%)}
  .hero__img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover}
  /* crossfading hero slideshow */
  .hero__slides{position:absolute;inset:0;z-index:1}
  .hero__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    opacity:0;transition:opacity 1.6s var(--ease)}
  .hero__slide.is-active{opacity:1}
  .hero__scrim{position:absolute;inset:0;z-index:2;background:
    radial-gradient(120% 80% at 20% 100%,rgba(18,48,43,.55),transparent 60%),
    linear-gradient(0deg,rgba(18,48,43,.66) 0%,rgba(18,48,43,.15) 42%,rgba(18,48,43,.06) 100%)}
  .hero__note{position:absolute;top:96px;left:50%;transform:translateX(-50%);z-index:3}
  .hero__inner{position:relative;z-index:3;width:100%;max-width:var(--maxw);
    margin-inline:auto;padding:0 var(--gutter) clamp(48px,9vh,110px)}
  .hero .eyebrow{color:rgba(255,255,255,.92)}
  .hero h1{font-size:var(--step-hero);font-weight:300;max-width:14ch;
    letter-spacing:-.015em;text-wrap:balance}
  .hero h1 em{font-style:italic;font-weight:400}
  .hero__sub{margin:1.3rem 0 2rem;max-width:46ch;
    font-size:clamp(1.05rem,1.4vw,1.28rem);color:rgba(255,255,255,.94)}
  .hero__cta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
  .hero__meta{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2.4rem;
    padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.28);max-width:640px}
  .hero__meta div{font-size:.92rem;color:rgba(255,255,255,.85)}
  .hero__meta b{display:block;font-family:var(--f-display);font-size:1.5rem;
    font-weight:400;color:#fff;line-height:1.1}
  .stars{color:var(--gold);letter-spacing:.05em}

  /* ===== SECTIONS ===== */
  .section{padding-block:clamp(64px,10vh,120px)}
  .section--tight{padding-block:clamp(44px,7vh,80px)}
  .section--dark{background:var(--spruce);color:#fff}
  .section--dark .lead,.section--dark h2,.section--dark h3{color:#fff}
  .section--dark .muted{color:rgba(255,255,255,.7)}
  .muted{color:var(--muted)}

  .intro{display:grid;grid-template-columns:1fr;gap:2.5rem}
  @media(min-width:820px){.intro{grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:start}}
  .intro__body p{margin:0 0 1.1rem;max-width:60ch}
  .intro__body p:last-child{margin-bottom:0}

  .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;
    background:var(--line);border-block:1px solid var(--line);margin-top:3rem}
  @media(min-width:720px){.stats{grid-template-columns:repeat(6,1fr)}}
  .stat{background:var(--sea-white);padding:1.5rem 1.2rem;text-align:center}
  .stat b{display:block;font-family:var(--f-display);font-size:1.7rem;font-weight:400;line-height:1}
  .stat span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

  .gallery-head{display:flex;flex-wrap:wrap;justify-content:space-between;
    align-items:flex-end;gap:1.2rem;margin-bottom:2.4rem}
  /* ===== Editorial gallery: cinematic feature + captioned masonry ===== */
  .gal__feature{position:relative;overflow:hidden;border-radius:18px;cursor:zoom-in;
    margin-bottom:clamp(1.4rem,2.6vw,2.2rem)}
  .gal__feature img{width:100%;height:clamp(360px,56vh,620px);object-fit:cover;
    display:block;transition:transform .9s var(--ease)}
  .gal__feature:hover img{transform:scale(1.04)}
  .gal__feature::after{content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(0deg,rgba(18,48,43,.74),rgba(18,48,43,.08) 52%,transparent 78%)}
  .gal__feature figcaption{position:absolute;left:0;right:0;bottom:0;z-index:2;
    padding:clamp(1.3rem,3.4vw,2.6rem);color:#fff}
  .gal__feature .eyebrow{color:rgba(255,255,255,.92);margin:0 0 .55rem}
  .gal__feature h3{color:#fff;font-weight:300;max-width:18ch;
    font-size:clamp(1.55rem,3.2vw,2.4rem);letter-spacing:-.01em;text-wrap:balance}
  .gal__feature h3 em{font-style:italic;font-weight:400}

  .gal__plates{display:grid;grid-template-columns:repeat(3,1fr);
    gap:clamp(1.1rem,2vw,1.6rem)}
  @media(max-width:900px){.gal__plates{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:560px){.gal__plates{grid-template-columns:1fr}}
  .plate{cursor:zoom-in}
  .plate.is-missing{display:none}
  .plate__frame{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:4/3}
  .plate__frame img{width:100%;height:100%;object-fit:cover;display:block;
    transition:transform .8s var(--ease)}
  .plate:hover .plate__frame img{transform:scale(1.05)}
  .plate__cap{margin-top:.95rem}
  /* the site's signature sunset "horizon" mark, reused per plate */
  .plate__t{position:relative;display:block;padding-top:.75rem;
    font-family:var(--f-display);font-size:1.12rem;line-height:1.25;letter-spacing:-.01em}
  .plate__t::before{content:"";position:absolute;left:0;top:0;width:28px;height:2px;
    background:linear-gradient(90deg,var(--gold),var(--coral))}
  .plate__t em{font-style:italic}
  .plate__d{display:block;margin-top:.28rem;font-size:.85rem;color:var(--muted)}

  .levels{display:grid;gap:2.2rem}
  .level{display:grid;grid-template-columns:1fr;gap:1.6rem;align-items:center}
  @media(min-width:860px){
    .level{grid-template-columns:1.05fr .95fr;gap:3.5rem}
    .level:nth-child(even) .level__media{order:2}
  }
  .level__media .shot{min-height:300px;height:100%}
  .level__n{font-family:var(--f-display);font-size:.95rem;color:var(--gold);
    letter-spacing:.1em;margin:0 0 .6rem;display:flex;align-items:center;gap:.7rem}
  .level__n::before{content:"";width:26px;height:1px;background:var(--gold)}
  .level h3{margin-bottom:.8rem}
  .level ul{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.6rem}
  .level li{font-size:.85rem;padding:.4em .8em;border:1px solid var(--line);
    border-radius:999px;color:var(--muted)}

  .amen{display:grid;grid-template-columns:1fr;gap:2.2rem}
  @media(min-width:700px){.amen{grid-template-columns:repeat(2,1fr)}}
  @media(min-width:1000px){.amen{grid-template-columns:repeat(4,1fr)}}
  .amen__group h3{font-size:1.15rem;margin-bottom:1rem;padding-bottom:.8rem;
    border-bottom:1px solid rgba(255,255,255,.18)}
  .amen__group ul{list-style:none;margin:0;padding:0}
  .amen__group li{padding:.42rem 0;color:rgba(255,255,255,.86);font-size:.96rem;
    display:flex;gap:.6rem;align-items:flex-start}
  .amen__group li::before{content:"";width:6px;height:6px;border-radius:50%;
    background:var(--gold);margin-top:.6em;flex:0 0 auto}
  .amen__note{margin-top:2.6rem;font-size:.9rem;color:rgba(255,255,255,.62);max-width:70ch}

  .loc{display:grid;grid-template-columns:1fr;gap:2.5rem}
  @media(min-width:860px){.loc{grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}}
  .loc__list{margin:1.6rem 0 0;padding:0;list-style:none;display:grid;gap:.9rem}
  .loc__list li{display:flex;gap:.9rem;align-items:baseline}
  .loc__list b{font-family:var(--f-display);font-weight:500;min-width:5.5ch}
  .loc__map .ph{min-height:340px}

  .rev-head{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2rem;margin-bottom:2.6rem}
  .rev-score{font-family:var(--f-display);font-size:3rem;line-height:1;font-weight:400}
  .reviews{display:grid;grid-template-columns:1fr;gap:1.4rem}
  @media(min-width:720px){.reviews{grid-template-columns:repeat(3,1fr)}}
  .review{background:var(--paper);border:1px solid var(--line);border-radius:16px;
    padding:1.7rem;display:flex;flex-direction:column;gap:1rem}
  .review p{margin:0;font-size:1rem;line-height:1.55}
  .review .stars{font-size:.9rem}
  .review footer{margin-top:auto;font-size:.85rem;color:var(--muted)}
  .review footer b{color:var(--spruce);font-weight:600}

  .book{display:grid;grid-template-columns:1fr;gap:3rem}
  @media(min-width:900px){.book{grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start}}
  .book__terms{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:.7rem}
  .book__terms li{display:flex;gap:.7rem;font-size:.94rem;color:rgba(255,255,255,.82)}
  .book__terms li::before{content:"›";color:var(--gold)}
  .form{background:var(--paper);border-radius:20px;padding:clamp(1.4rem,3vw,2.2rem);
    color:var(--spruce);box-shadow:0 30px 60px -30px rgba(18,48,43,.5)}
  .form h3{margin-bottom:.4rem}
  .form .sub{color:var(--muted);font-size:.9rem;margin:0 0 1.5rem}
  .field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.05rem}
  .row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
  .field label{font-size:.8rem;font-weight:600;letter-spacing:.02em}
  .field input,.field textarea,.field select{font:inherit;font-size:.96rem;
    padding:.75em .9em;border:1px solid var(--line);border-radius:10px;
    background:#fff;color:var(--spruce);width:100%}
  .field textarea{resize:vertical;min-height:88px}
  .form .btn-primary{width:100%;justify-content:center;margin-top:.4rem}
  .form__fine{font-size:.76rem;color:var(--muted);margin:.9rem 0 0;text-align:center}

  .foot{background:var(--spruce);color:rgba(255,255,255,.72);
    padding-block:clamp(48px,7vh,80px);font-size:.92rem}
  .foot__top{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.4rem;
    margin-bottom:2.4rem;border-bottom:1px solid rgba(255,255,255,.14)}
  @media(min-width:760px){.foot__top{grid-template-columns:1.4fr 1fr 1fr}}
  .foot__brand{font-family:var(--f-display);font-size:1.4rem;color:#fff;margin-bottom:.8rem}
  .foot h4{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;
    color:rgba(255,255,255,.5);margin:0 0 1rem;font-weight:600;font-family:var(--f-body)}
  .foot a:hover{color:#fff}
  .foot__links{display:grid;gap:.6rem}
  .foot__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;
    font-size:.8rem;color:rgba(255,255,255,.5)}

  .lb{position:fixed;inset:0;z-index:100;background:rgba(12,26,23,.92);
    display:none;align-items:center;justify-content:center;padding:5vw}
  .lb.is-open{display:flex}
  .lb__stage{width:min(1000px,92vw);height:min(70vh,680px);border-radius:16px;
    overflow:hidden;background:linear-gradient(160deg,#bcd7d0,#4f8f88);
    display:flex;align-items:flex-end}
  .lb__stage img{width:100%;height:100%;object-fit:cover}
  .lb__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
    font-weight:600;background:rgba(251,252,250,.9);color:var(--spruce);
    padding:.5em .8em;border-radius:8px;margin:14px}
  .lb__close{position:absolute;top:22px;right:26px;background:none;border:0;
    color:#fff;font-size:2rem;cursor:pointer;line-height:1}

  @media(max-width:860px){
    .nav__links{position:fixed;inset:0 0 0 auto;width:min(80vw,320px);
      flex-direction:column;align-items:flex-start;justify-content:center;gap:1.6rem;
      background:var(--spruce);padding:2rem;
      transform:translateX(100%);visibility:hidden}
    .nav__links.is-open{transform:none;visibility:visible}
    .nav__links a{color:#fff;font-size:1.2rem}
    .nav__links .btn{margin-top:.5rem}
    .nav__toggle{display:block}
    .row2{grid-template-columns:1fr}
  }

  /* embedded location map — fills the .loc__map slot, matches placeholder frame */
  .loc__map iframe{width:100%;min-height:340px;height:100%;border:0;
    border-radius:14px;display:block;box-shadow:0 20px 40px -28px rgba(18,48,43,.5)}

  /* =====================================================================
     Immersive scroll — beachy section atmosphere + reveal-on-scroll
     ===================================================================== */

  /* keep real content above the decorative colour orbs */
  .wrap{position:relative;z-index:1}

  /* soft beachy tints: a gentle "beach day" arc down the page */
  #story{background:linear-gradient(180deg,#E6F1F2 0%,var(--sea-white) 58%)}
  #gallery{background:linear-gradient(180deg,var(--sea-white) 0%,#EEF4F0 100%)}
  #location{background:linear-gradient(180deg,var(--sea-white) 0%,#E3EEE8 100%)}
  #reviews{background:linear-gradient(180deg,#FBF1E2 0%,var(--paper) 62%)}

  /* blurred colour orbs that surface as each section scrolls into view */
  #story,#gallery,#location,#reviews{position:relative;overflow:hidden}
  #story::before,#location::before,#location::after,#reviews::before{
    content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none;filter:blur(18px)}
  #story::before{width:46vw;height:46vw;max-width:560px;max-height:560px;top:-14%;right:-8%;
    background:radial-gradient(circle,rgba(120,182,201,.30),transparent 68%)}
  #location::before{width:44vw;height:44vw;max-width:520px;max-height:520px;top:-10%;right:-10%;
    background:radial-gradient(circle,rgba(44,106,96,.26),transparent 70%)}
  #location::after{width:34vw;height:34vw;max-width:420px;max-height:420px;bottom:-16%;left:-8%;
    background:radial-gradient(circle,rgba(215,162,75,.22),transparent 70%)}
  #reviews::before{width:42vw;height:42vw;max-width:500px;max-height:500px;top:-12%;left:-8%;
    background:radial-gradient(circle,rgba(228,121,95,.22),transparent 70%)}

  /* reveal-on-scroll — active only when JS is on AND motion is allowed */
  @media (prefers-reduced-motion:no-preference){
    .js :is(
      .intro>div, .stats .stat, #levels .wrap>div:first-child, .levels .level,
      .gallery-head, .gal__feature, .gal__plates .plate,
      #amenities .wrap>div:first-child, .amen__group, .amen__note,
      .loc>div, .rev-head, .cf, .book>div,
      .days__media, .days__body, #faq .wrap>div:first-child, .faq__item
    ){opacity:0;transform:translateY(30px) scale(.985);
      transition:opacity .8s var(--ease), transform .8s var(--ease)}
    .js .is-in{opacity:1 !important;transform:none !important}
  }

  /* =====================================================================
     Custom cursor + scroll/motion effects
     ===================================================================== */

  /* scroll-progress bar (signature gold→coral) */
  .scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;
    pointer-events:none;background:linear-gradient(90deg,var(--gold),var(--coral))}

  /* hero gently zooms as you scroll past it (JS sets --sc) */
  .hero__slides{transform:scale(var(--sc,1));transform-origin:center}

  /* custom gliding cursor — pointer devices only; JS adds .has-cursor */
  @media (hover:hover) and (pointer:fine){
    html.has-cursor, html.has-cursor *{cursor:none}
    html.has-cursor :is(input,textarea,select){cursor:auto}
    .cursor-ring,.cursor-dot{position:fixed;top:0;left:0;pointer-events:none;
      border-radius:50%;will-change:transform;transform:translate3d(-50%,-50%,0)}
    .cursor-ring{width:34px;height:34px;z-index:9999;border:1.5px solid #fff;
      mix-blend-mode:difference;
      transition:width .28s var(--ease),height .28s var(--ease),
        background-color .28s var(--ease),opacity .3s}
    .cursor-dot{width:7px;height:7px;z-index:10000;background:var(--gold);
      box-shadow:0 0 12px 2px rgba(215,162,75,.55);transition:opacity .3s}
    html.has-cursor.cursor-hover .cursor-ring{width:58px;height:58px;
      background-color:rgba(255,255,255,.16)}
    html.has-cursor.cursor-down .cursor-ring{transform:translate3d(-50%,-50%,0) scale(.8)}
    html.has-cursor.cursor-hidden .cursor-ring,
    html.has-cursor.cursor-hidden .cursor-dot{opacity:0}
  }

  /* ===== Booking card (replaces the inquiry form) ===== */
  .bookcard{position:relative;overflow:hidden;border-radius:20px;margin:0;
    min-height:clamp(420px,52vh,540px);display:flex;align-items:flex-end;
    box-shadow:0 30px 60px -30px rgba(18,48,43,.6)}
  .bookcard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    z-index:0;transition:transform 1s var(--ease)}
  .bookcard:hover img{transform:scale(1.05)}
  .bookcard::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(0deg,rgba(18,48,43,.92) 6%,rgba(18,48,43,.4) 42%,
      rgba(18,48,43,.04) 78%)}
  .bookcard__body{position:relative;z-index:2;width:100%;color:#fff;
    padding:clamp(1.6rem,3vw,2.4rem)}
  .bookcard__body h3{color:#fff;font-weight:300;letter-spacing:-.01em;
    font-size:clamp(1.6rem,2.6vw,2.15rem);margin:.35rem 0 .7rem;max-width:15ch}
  .bookcard__body h3 em{font-style:italic;font-weight:400}
  .bookcard__meta{color:rgba(255,255,255,.86);font-size:.94rem;margin:0 0 1.5rem}
  .bookcard__cta{font-size:1.02rem;padding:.95em 1.6em}
  .bookcard__fine{font-size:.78rem;color:rgba(255,255,255,.62);margin:1rem 0 0}

  /* ===== Mobile fix: keep the menu button tappable above the open panel,
     and morph the hamburger into an ✕ so the menu can always be closed ===== */
  @media(max-width:860px){
    .nav__toggle{position:relative;z-index:3;width:38px;height:38px;
      display:flex;align-items:center;justify-content:center}
    .nav__toggle[aria-expanded="true"] svg{opacity:0}
    .nav__toggle[aria-expanded="true"]::before,
    .nav__toggle[aria-expanded="true"]::after{content:"";position:absolute;
      top:50%;left:50%;width:23px;height:2px;background:#fff;border-radius:2px}
    .nav__toggle[aria-expanded="true"]::before{transform:translate(-50%,-50%) rotate(45deg)}
    .nav__toggle[aria-expanded="true"]::after{transform:translate(-50%,-50%) rotate(-45deg)}
  }

  /* ===== Readability over hero imagery — soft text glow (no visible box) ===== */
  .hero h1, .hero__sub, .hero .eyebrow{
    text-shadow:0 1px 2px rgba(12,26,23,.30), 0 3px 34px rgba(12,26,23,.42);
  }
  /* slightly stronger scrim, focused bottom-left where the copy sits */
  .hero__scrim{background:
    radial-gradient(130% 92% at 16% 100%,rgba(12,26,23,.62),transparent 58%),
    linear-gradient(0deg,rgba(12,26,23,.72) 0%,rgba(18,48,43,.18) 46%,rgba(18,48,43,.05) 100%);
  }
  /* nav sitting over the bright top of the hero (before it turns solid) */
  .nav:not(.is-solid) .nav__brand,
  .nav:not(.is-solid) .nav__links a{
    text-shadow:0 1px 14px rgba(12,26,23,.45);
  }

  /* ===== Reviews "Exceptional" badge ===== */
  .rev-badge{color:var(--teal);font-family:var(--f-body);font-weight:700;letter-spacing:.02em}

  /* ===== A Day on the Strand ===== */
  .days{display:grid;grid-template-columns:1fr;gap:2.5rem}
  @media(min-width:860px){
    .days{grid-template-columns:1.02fr .98fr;gap:3.5rem;align-items:center}
    .days__media{order:2}
  }
  .days__media img{width:100%;height:100%;min-height:clamp(320px,44vh,460px);
    object-fit:cover;border-radius:18px;box-shadow:0 30px 60px -30px rgba(18,48,43,.4)}
  .days__list{list-style:none;margin:1.8rem 0 0;padding:0;display:grid;gap:1.6rem}
  .days__t{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--f-display);
    font-size:.95rem;color:var(--gold);letter-spacing:.1em;margin-bottom:.45rem}
  .days__t::before{content:"";width:26px;height:1px;background:var(--gold)}
  .days__list p{margin:0;color:var(--muted);max-width:46ch}

  /* ===== FAQ (native <details> accordion) ===== */
  .faq{max-width:840px;border-top:1px solid var(--line)}
  .faq__item{border-bottom:1px solid var(--line)}
  .faq__item summary{list-style:none;cursor:pointer;position:relative;
    padding:1.25rem 2.5rem 1.25rem 0;font-family:var(--f-display);letter-spacing:-.01em;
    font-size:clamp(1.08rem,1.6vw,1.3rem);color:var(--spruce);transition:color .2s var(--ease)}
  .faq__item summary::-webkit-details-marker{display:none}
  .faq__item summary::after{content:"+";position:absolute;right:.1rem;top:50%;
    transform:translateY(-50%);font-size:1.5rem;font-weight:300;color:var(--teal)}
  .faq__item[open] summary::after{content:"\2013"}
  .faq__item summary:hover{color:var(--teal)}
  .faq__a{padding:0 2rem 1.5rem 0;margin:0;color:var(--muted);max-width:72ch;line-height:1.6}

  /* ===== Nav sliding pill (desktop only) — glides to the active/hovered link ===== */
  /* desktop only: on mobile .nav__links is the fixed slide-in panel, so DON'T
     override its position here (that broke the mobile menu) */
  @media(min-width:861px){
    .nav__links{position:relative}
    .nav__links a{position:relative;z-index:1}
  }
  .nav__pill{position:absolute;top:50%;left:0;height:2.3em;width:0;
    transform:translate(0,-50%);border-radius:999px;pointer-events:none;opacity:0;
    background:rgba(255,255,255,.16);
    transition:transform .5s var(--ease), width .5s var(--ease),
      opacity .35s var(--ease), background .3s}
  .nav__pill.is-visible{opacity:1}
  #nav.is-solid .nav__pill{background:rgba(18,48,43,.08)}
  @media(max-width:860px){.nav__pill{display:none}}

  /* ===== Reviews carousel (rotating horizontal board) ===== */
  .rev-carousel{position:relative;margin-top:2.6rem}
  .rev-track{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x proximity;
    scroll-behavior:smooth;padding:.6rem var(--gutter) 1.2rem;
    scrollbar-width:none;-ms-overflow-style:none}
  .rev-track::-webkit-scrollbar{display:none}
  .rev-card{flex:0 0 clamp(270px,80vw,360px);scroll-snap-align:start;
    background:var(--paper);border:1px solid var(--line);border-radius:16px;
    padding:1.7rem;display:flex;flex-direction:column;gap:.55rem;
    box-shadow:0 18px 40px -30px rgba(18,48,43,.4)}
  .rev-card .stars{font-size:.9rem}
  .rev-card__t{font-size:1.14rem;margin:.15rem 0 .15rem;letter-spacing:-.01em}
  .rev-card p{margin:0;font-size:.97rem;line-height:1.55;color:var(--spruce)}
  .rev-card footer{margin-top:auto;padding-top:1rem;font-size:.85rem;color:var(--muted);
    display:flex;flex-direction:column;gap:.1rem}
  .rev-card footer b{color:var(--spruce);font-weight:600}
  /* arrows */
  .rev-arrow{position:absolute;top:calc(50% + .3rem);transform:translateY(-50%);z-index:3;
    width:46px;height:46px;border-radius:50%;border:1px solid var(--line);
    background:rgba(251,252,250,.92);backdrop-filter:blur(6px);color:var(--spruce);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 8px 24px -10px rgba(18,48,43,.4);transition:background .2s,color .2s,transform .2s}
  .rev-arrow svg{width:20px;height:20px}
  .rev-arrow:hover{background:#fff;color:var(--teal)}
  .rev-arrow:active{transform:translateY(-50%) scale(.92)}
  .rev-arrow--prev{left:12px}
  .rev-arrow--next{right:12px}
  @media(max-width:760px){.rev-arrow{display:none}}

  /* ===== Reviews 3D coverflow ===== */
  .cf{position:relative;margin-top:2.6rem;perspective:1700px;overflow:hidden;
    padding-bottom:.5rem}
  .cf__stage{position:relative;height:clamp(340px,48vh,430px);
    transform-style:preserve-3d;max-width:var(--maxw);margin-inline:auto}
  .cf-card{position:absolute;top:0;left:50%;height:100%;width:clamp(260px,74vw,360px);
    background:var(--paper);border:1px solid var(--line);border-radius:18px;
    padding:clamp(1.4rem,3vw,2rem);display:flex;flex-direction:column;gap:.5rem;
    box-shadow:0 34px 70px -34px rgba(18,48,43,.55);overflow:hidden;
    transform-origin:center center;backface-visibility:hidden;cursor:pointer;
    will-change:transform,opacity;
    transition:transform .6s var(--ease), opacity .6s var(--ease), box-shadow .6s var(--ease)}
  .cf-card.is-front{cursor:default;box-shadow:0 44px 90px -34px rgba(18,48,43,.6)}
  .cf-card .stars{font-size:.9rem}
  .cf-card__t{font-size:1.22rem;margin:.15rem 0;letter-spacing:-.01em}
  .cf-card p{margin:0;font-size:1rem;line-height:1.55;color:var(--spruce);
    display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}
  .cf-card footer{margin-top:auto;padding-top:1rem;font-size:.85rem;color:var(--muted);
    display:flex;flex-direction:column;gap:.1rem}
  .cf-card footer b{color:var(--spruce);font-weight:600}
  /* arrows */
  .cf-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;
    width:48px;height:48px;border-radius:50%;border:1px solid var(--line);
    background:rgba(251,252,250,.94);backdrop-filter:blur(6px);color:var(--spruce);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 8px 24px -10px rgba(18,48,43,.4);transition:background .2s,color .2s}
  .cf-arrow svg{width:20px;height:20px}
  .cf-arrow:hover{background:#fff;color:var(--teal)}
  .cf-arrow--prev{left:max(8px,calc(var(--gutter) - 10px))}
  .cf-arrow--next{right:max(8px,calc(var(--gutter) - 10px))}
  /* dots */
  .cf__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.6rem}
  .cf__dots button{width:8px;height:8px;border-radius:50%;border:0;padding:0;cursor:pointer;
    background:var(--line);transition:background .25s,transform .25s}
  .cf__dots button.is-active{background:var(--teal);transform:scale(1.35)}
  @media(max-width:600px){.cf-arrow{width:42px;height:42px}}

  /* coverflow: allow vertical page scroll, reserve horizontal for swipe-to-rotate */
  .cf, .cf-card{touch-action:pan-y}
