    :root{
      --sand:#F7F2E9;       --sand-2:#EFE6D6;     --sand-3:#FCFAF5;
      --ink:#2E2A24;        --muted:#5C544A;      --muted-2:#6B6354;
      --terra:#C26B4A;      --terra-dark:#A4502F; --dark:#26221C;
      --maxw:1180px;
    }
    *{ box-sizing:border-box; }
    html{ scroll-behavior:smooth; }
    body{
      margin:0; background:var(--sand); color:var(--ink);
      font-family:'Hanken Grotesk', system-ui, sans-serif;
      -webkit-font-smoothing:antialiased; overflow-x:hidden;
    }
    a{ color:inherit; text-decoration:none; }
    img{ display:block; max-width:100%; }
    ::selection{ background:var(--terra); color:var(--sand-3); }
    h1,h2,h3,h4{ font-family:'Marcellus', serif; font-weight:400; }
    @keyframes esFade{ from{ opacity:0; transform:translateY(14px);} to{ opacity:1; transform:translateY(0);} }

    .wrap{ max-width:var(--maxw); margin:0 auto; padding-left:32px; padding-right:32px; }
    section[id], header[id]{ scroll-margin-top:84px; }

    /* ---------- buttons ---------- */
    .btn{ display:inline-flex; align-items:center; gap:8px; border-radius:999px;
          font-size:13px; letter-spacing:0.06em; text-transform:uppercase;
          padding:15px 30px; transition:background .2s ease, color .2s ease, border-color .2s ease; }
    .btn-solid{ background:var(--sand-3); color:var(--ink); }
    .btn-solid:hover{ background:#fff; }
    .btn-line{ border:1px solid rgba(252,250,245,0.6); color:var(--sand-3); }
    .btn-line:hover{ background:rgba(252,250,245,0.12); }
    .btn-terra{ background:var(--terra); color:var(--sand-3); }
    .btn-terra:hover{ background:var(--terra-dark); }

    /* ---------- nav ---------- */
    nav.site{ position:sticky; top:0; z-index:50; backdrop-filter:blur(10px);
              background:rgba(247,242,233,0.82); border-bottom:1px solid rgba(46,42,36,0.08); }
    nav.site .bar{ display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:14px; padding-bottom:14px; }
    .brand{ display:flex; flex-direction:column; line-height:1; }
    .brand .name{ font-family:'Marcellus',serif; font-size:22px; letter-spacing:0.18em; color:var(--ink); }
    .brand .sub{ font-size:9px; letter-spacing:0.34em; color:#9C8F79; text-transform:uppercase; margin-top:4px; }
    .nav-links{ display:flex; align-items:center; gap:30px; }
    .nav-links a.link{ font-size:13px; letter-spacing:0.04em; color:var(--muted); transition:color .2s ease; }
    .nav-links a.link:hover{ color:var(--ink); }
    .nav-book{ font-size:12px; letter-spacing:0.08em; padding:11px 20px; }

    /* ---------- hero ---------- */
    header.hero{ position:relative; min-height:88vh; display:flex; align-items:flex-end; overflow:hidden; background:var(--dark); }
    header.hero .media{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
    header.hero .overlay{ position:absolute; inset:0;
      background:linear-gradient(180deg, rgba(38,34,28,0.40) 0%, rgba(38,34,28,0.06) 38%, rgba(38,34,28,0.10) 60%, rgba(38,34,28,0.66) 100%); }
    header.hero .inner{ position:relative; width:100%; text-align:center; padding-bottom:92px; animation:esFade .9s ease both; }
    .hero-eyebrow{ font-family:ui-monospace,Menlo,monospace; font-size:12px; letter-spacing:0.32em; text-transform:uppercase; color:#F1E6D2; margin:0 0 22px; }
    .hero h1{ color:var(--sand-3); font-size:clamp(48px,8vw,104px); line-height:0.98; margin:0; text-shadow:0 2px 30px rgba(38,34,28,0.4); }
    .hero-lede{ max-width:560px; margin:26px auto 0; font-size:17px; line-height:1.6; color:#F3EADB; }
    .hero-cta{ display:flex; gap:14px; justify-content:center; margin-top:34px; flex-wrap:wrap; }

    /* ---------- generic section heads ---------- */
    .eyebrow{ font-family:ui-monospace,Menlo,monospace; font-size:12px; letter-spacing:0.22em; text-transform:uppercase; color:var(--terra); margin:0 0 18px; }
    .pad{ padding-top:clamp(72px,9vw,120px); padding-bottom:clamp(72px,9vw,120px); }
    .pad-sm{ padding-top:clamp(64px,8vw,104px); padding-bottom:clamp(64px,8vw,104px); }

    /* ---------- welcome ---------- */
    .welcome-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:clamp(40px,6vw,90px); align-items:center; }
    .welcome-grid h2{ font-size:clamp(32px,4vw,52px); line-height:1.08; margin:0; }
    .welcome-grid p{ font-size:17px; line-height:1.7; color:var(--muted); margin:0 0 18px; }
    .welcome-grid p:last-child{ margin-bottom:0; }

    /* ---------- image placeholders (swap for real photos) ---------- */
    .ph{ position:relative; background-image:repeating-linear-gradient(48deg,#DCCBAF 0 15px,#D3BF9E 15px 30px); }
    .ph.green{ background-image:repeating-linear-gradient(48deg,#DBE3D2 0 15px,#D0DAC4 15px 30px); }
    .ph .cap{ position:absolute; bottom:14px; left:14px; font-family:ui-monospace,Menlo,monospace; font-size:11px;
              color:#5C5240; background:rgba(252,250,245,0.72); padding:5px 10px; border-radius:4px; }
    .ph.green .cap{ color:#4E5645; }

    /* photographic image panel */
    .photo{ background-size:cover; background-position:center; }

    /* ---------- feature trio ---------- */
    .trio{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:28px; }
    .feature{ background:var(--sand-3); border-radius:8px; overflow:hidden; box-shadow:0 1px 0 rgba(46,42,36,0.04); }
    .feature .top{ height:220px; }
    .feature .body{ padding:26px 26px 30px; }
    .feature h3{ font-size:24px; margin:0 0 10px; }
    .feature p{ font-size:15px; line-height:1.6; color:var(--muted-2); margin:0; }

    /* ---------- pool signature ---------- */
    .pool-grid{ display:grid; grid-template-columns:1.15fr 1fr; gap:clamp(36px,5vw,72px); align-items:center; }
    .pool-img{ height:clamp(340px,42vw,520px); border-radius:8px; }
    .pool-grid h2{ font-size:clamp(30px,3.6vw,46px); line-height:1.1; margin:0 0 20px; }
    .pool-grid p.lead{ font-size:16px; line-height:1.7; color:var(--muted); margin:0 0 22px; }
    .ticks{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; }
    .ticks li{ display:flex; gap:12px; align-items:center; font-size:15px; color:#3E382F; }
    .ticks li .dot{ width:7px; height:7px; border-radius:50%; background:var(--terra); flex:none; }

    /* ---------- rooms ---------- */
    .rooms{ background:var(--dark); color:#EDE3D2; }
    .rooms-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; flex-wrap:wrap; margin-bottom:48px; }
    .rooms-head .eyebrow{ color:#D98C68; }
    .rooms-head h2{ font-size:clamp(32px,4.2vw,54px); line-height:1.05; margin:0; color:var(--sand-3); }
    .rooms-head p{ max-width:360px; font-size:15px; line-height:1.65; color:#B6AB97; margin:0; }
    .rooms-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(290px,1fr)); gap:24px; }
    .room{ background:#322D25; border:1px solid rgba(237,227,210,0.08); border-radius:10px; overflow:hidden; display:flex; flex-direction:column; }
    .room .img{ position:relative; height:200px; }
    .room .chip{ position:absolute; top:12px; left:12px; font-size:10px; letter-spacing:0.08em; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
    .room .body{ padding:22px 22px 24px; display:flex; flex-direction:column; flex:1; }
    .room h3{ font-size:25px; margin:0; color:var(--sand-3); }
    .room .nick{ font-family:'Marcellus',serif; font-size:16px; color:#D98C68; margin:3px 0 0; }
    .room .meta{ font-size:12px; letter-spacing:0.04em; color:#9C9079; margin:8px 0 14px; }
    .room .blurb{ font-size:14px; line-height:1.6; color:#C3B8A3; margin:0 0 22px; flex:1; }
    .room .actions{ display:flex; gap:10px; align-items:center; }
    .room .actions a{ flex:1; text-align:center; font-size:12px; letter-spacing:0.06em; text-transform:uppercase; padding:11px 14px; border-radius:999px; transition:background .2s ease; }
    .room .view{ border:1px solid rgba(237,227,210,0.25); color:#EDE3D2; }
    .room .view:hover{ background:rgba(237,227,210,0.08); }
    .room .airbnb{ background:var(--terra); color:var(--sand-3); }
    .room .airbnb:hover{ background:var(--terra-dark); }

    /* whole-lodge band */
    .lodge{ margin-top:24px; background:linear-gradient(120deg,var(--terra),var(--terra-dark)); border-radius:10px;
            padding:clamp(32px,4vw,52px); display:grid; grid-template-columns:1.4fr 1fr; gap:36px; align-items:center; }
    .lodge .eyebrow{ color:#F6DDCF; }
    .lodge h3{ font-size:clamp(28px,3.4vw,42px); line-height:1.08; margin:0 0 14px; color:var(--sand-3); }
    .lodge p{ font-size:15px; line-height:1.65; color:#FBEAE0; margin:0; max-width:520px; }
    .lodge .cta{ display:flex; justify-content:flex-end; }
    .lodge .cta a{ padding:16px 32px; }

    /* ---------- area ---------- */
    .area-head{ text-align:center; max-width:640px; margin:0 auto 56px; }
    .area-head h2{ font-size:clamp(32px,4.2vw,52px); line-height:1.08; margin:0 0 18px; }
    .area-head p{ font-size:16px; line-height:1.65; color:var(--muted); margin:0; }
    .area-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:24px; }
    .acard{ background:var(--sand-3); border:1px solid rgba(46,42,36,0.07); border-radius:8px; overflow:hidden; }
    .acard .top{ height:180px; }
    .acard .body{ padding:22px; }
    .acard h3{ font-size:22px; margin:0 0 8px; }
    .acard p{ font-size:14px; line-height:1.6; color:var(--muted-2); margin:0; }

    /* ---------- good to know ---------- */
    .know-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(40px,6vw,80px); align-items:start; }
    .know-grid h2{ font-size:clamp(28px,3.6vw,44px); line-height:1.1; margin:0 0 18px; }
    .know-grid .intro{ font-size:16px; line-height:1.7; color:var(--muted); margin:0; }
    .know-cells{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1px;
                 background:rgba(46,42,36,0.1); border:1px solid rgba(46,42,36,0.1); border-radius:8px; overflow:hidden; }
    .know-cells .cell{ background:var(--sand); padding:26px; }
    .know-cells h4{ font-size:19px; margin:0 0 8px; }
    .know-cells p{ font-size:14px; line-height:1.6; color:var(--muted-2); margin:0; }

    /* ---------- getting here ---------- */
    .here-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:clamp(36px,5vw,72px); align-items:center; }
    .map{ position:relative; height:clamp(320px,40vw,460px); border-radius:8px; }
    .map .pin{ position:absolute; top:42%; left:30%; width:14px; height:14px; background:var(--terra); border:3px solid var(--sand-3); border-radius:50%; box-shadow:0 2px 8px rgba(38,34,28,0.3); }
    .here-grid h2{ font-size:clamp(30px,3.6vw,46px); line-height:1.1; margin:0 0 24px; }
    .rows{ display:flex; flex-direction:column; }
    .rows .row{ display:flex; justify-content:space-between; padding:16px 0; border-bottom:1px solid rgba(46,42,36,0.12); }
    .rows .row:last-child{ border-bottom:none; }
    .rows .row span.label{ font-size:15px; color:#3E382F; }
    .rows .row span.val{ font-family:'Marcellus',serif; font-size:18px; color:var(--terra); }

    /* ---------- book cta ---------- */
    .book{ position:relative; padding-top:clamp(72px,10vw,130px); padding-bottom:clamp(72px,10vw,130px); text-align:center; overflow:hidden;
           background:var(--terra); background-size:cover; background-position:center; }
    .book .overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(166,80,47,0.62), rgba(46,42,36,0.55)); }
    .book .inner{ position:relative; max-width:680px; margin:0 auto; }
    .book h2{ font-size:clamp(34px,5vw,64px); line-height:1.05; margin:0 0 20px; color:var(--sand-3); }
    .book p{ font-size:17px; line-height:1.6; color:#FBEEE6; margin:0 0 34px; }
    .book .cta{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
    .book .cta .btn{ padding:16px 34px; }

    /* ---------- footer ---------- */
    footer.site{ background:var(--dark); color:#B6AB97; padding:64px 0 40px; }
    .foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
    .foot-brand .name{ font-family:'Marcellus',serif; font-size:24px; letter-spacing:0.18em; color:var(--sand-3); }
    .foot-brand .sub{ font-size:10px; letter-spacing:0.34em; text-transform:uppercase; color:#7E755F; margin-top:6px; }
    .foot-brand p{ font-size:14px; line-height:1.6; margin:20px 0 0; max-width:300px; }
    .foot-col .h{ font-size:11px; letter-spacing:0.18em; text-transform:uppercase; color:#7E755F; margin-bottom:16px; }
    .foot-col .links{ display:flex; flex-direction:column; gap:11px; font-size:14px; }
    .foot-col .links a{ transition:color .2s ease; }
    .foot-col .links a:hover{ color:var(--sand-3); }
    .foot-bottom{ margin:40px auto 0; padding-top:24px; border-top:1px solid rgba(237,227,210,0.1);
                  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:12px; color:#6F6655; }
    .foot-bottom a{ color:#5C5444; transition:color .2s ease; }
    .foot-bottom a:hover{ color:#9C9079; }

    /* ---------- responsive ---------- */
    @media (max-width:860px){
      .welcome-grid, .pool-grid, .lodge, .know-grid, .here-grid{ grid-template-columns:1fr; }
      .pool-img{ order:-1; }
      .map{ order:-1; }
      .lodge .cta{ justify-content:flex-start; }
      .foot-grid{ grid-template-columns:1fr 1fr; }
      .foot-brand{ grid-column:1 / -1; }
    }
    @media (max-width:720px){
      .wrap{ padding-left:22px; padding-right:22px; }
      .nav-links .link{ display:none; }
    }
    @media (max-width:480px){
      .foot-grid{ grid-template-columns:1fr; }
    }
  

/* ---------- footer social ---------- */
.foot-social{ display:flex; gap:14px; margin-top:18px; }
.foot-social a{ display:inline-flex; color:#B6AB97; transition:color .2s ease; }
.foot-social a:hover{ color:var(--terra); }
.foot-social svg{ width:22px; height:22px; display:block; }
