:root{--ink:#19221f;--muted:#66706b;--cream:#f5f2eb;--paper:#fffdfa;--sage:#c8d0c2;--terracotta:#b86f4d;--line:rgba(25,34,31,.14);--shadow:0 24px 70px rgba(18,28,24,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.skip-link{position:absolute;left:-999px;top:10px;background:white;padding:10px;z-index:999}
.skip-link:focus{left:10px}
.site-header{position:absolute;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:24px clamp(22px,5vw,72px);color:white}
.brand{display:flex;align-items:center;gap:12px;letter-spacing:.02em}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid currentColor;border-radius:50%;font-family:Georgia,serif;font-size:14px;letter-spacing:.08em}
.brand strong,.brand small{display:block;line-height:1.05}
.brand strong{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:500}
.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.24em;margin-top:5px;opacity:.75}
nav{display:flex;align-items:center;gap:28px;font-size:14px}
nav a:not(.nav-cta){opacity:.85}
nav a:hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.65);border-radius:999px;padding:10px 18px}
.menu-toggle{display:none;background:none;border:0;color:white;padding:8px}
.menu-toggle span{display:block;width:25px;height:1px;background:currentColor;margin:6px 0}
.hero{position:relative;min-height:760px;height:100svh;color:white;display:flex;align-items:flex-end;overflow:hidden;background:#23312b}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,20,16,.7) 0%,rgba(11,20,16,.28) 54%,rgba(11,20,16,.12)),linear-gradient(0deg,rgba(11,20,16,.55),transparent 48%)}
.hero-content{position:relative;z-index:2;width:min(780px,90%);padding:0 0 130px clamp(24px,8vw,128px)}
.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:700}
.eyebrow.dark{color:var(--terracotta)}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.03;letter-spacing:-.025em;margin:0}
h1{font-size:clamp(54px,7.3vw,108px);max-width:850px}
h2{font-size:clamp(42px,5.1vw,74px)}
.hero-lead{font-size:clamp(17px,2vw,22px);max-width:610px;color:rgba(255,255,255,.85);margin:26px 0 34px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border-radius:999px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.button:hover{transform:translateY(-2px)}
.button-light{background:white;color:var(--ink)}
.button-ghost{border-color:rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}
.button-outline{background:transparent;border-color:var(--ink);color:var(--ink)}
.button-dark{background:var(--ink);color:white}
.hero-facts{position:absolute;z-index:3;right:clamp(24px,5vw,72px);bottom:42px;display:flex;gap:1px;background:rgba(255,255,255,.18);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.24);border-radius:18px;overflow:hidden}
.hero-facts div{padding:17px 24px;min-width:105px;border-left:1px solid rgba(255,255,255,.2)}
.hero-facts div:first-child{border-left:0}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-family:Georgia,serif;font-size:26px;font-weight:400}
.hero-facts span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.78}
.section{padding:clamp(80px,11vw,160px) clamp(24px,7vw,110px)}
.intro{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(460px,1.15fr);gap:clamp(50px,8vw,120px);align-items:center;background:var(--cream)}
.intro-copy p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:590px}
.intro-copy h2{margin-bottom:32px}
.text-link{display:inline-flex;gap:14px;align-items:center;margin-top:16px;font-weight:700;border-bottom:1px solid;padding-bottom:5px}
.intro-images{position:relative;min-height:650px}
.intro-images img:first-child{width:72%;height:610px;object-fit:cover;border-radius:180px 180px 14px 14px}
.intro-images img:last-child{position:absolute;right:0;bottom:-35px;width:49%;height:390px;object-fit:cover;border:12px solid var(--cream);box-shadow:var(--shadow)}
.amenities{background:var(--paper)}
.section-heading{max-width:760px;margin-bottom:65px}
.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.amenity{padding:38px 30px;border-left:1px solid var(--line)}
.amenity:first-child{border-left:0}
.amenity-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--sage);border-radius:50%;margin-bottom:30px;font-family:Georgia,serif}
.amenity h3{font-family:Georgia,serif;font-size:23px;font-weight:400;margin:0 0 12px}
.amenity p{font-size:14px;color:var(--muted);margin:0}
.gallery-section{background:#edf0ea}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:310px;gap:14px}
.gallery-item{position:relative;border:0;padding:0;background:#d7dcd5;overflow:hidden;cursor:zoom-in}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-wide{grid-column:span 2}
.gallery-tall{grid-row:span 2}
.gallery-more{display:flex;margin:38px auto 0}
.gallery-extra{margin-top:14px}
.gallery-extra[hidden]{display:none}
.location{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,9vw,130px);align-items:center}
.location-visual{position:relative}
.location-visual img{width:100%;height:min(680px,70vw);object-fit:cover}
.location-badge{position:absolute;right:-25px;bottom:40px;background:var(--terracotta);color:white;border-radius:50%;width:130px;height:130px;display:grid;place-items:center;text-align:center;text-transform:uppercase;letter-spacing:.13em;font-size:11px;padding:24px;transform:rotate(-8deg)}
.location-copy>p:not(.eyebrow):not(.location-note){color:var(--muted);font-size:18px}
.location-copy address{font-style:normal;border-left:3px solid var(--terracotta);padding-left:22px;margin:30px 0;font-size:16px}
.location-note{font-size:13px;color:var(--muted);background:var(--cream);padding:15px 18px;border-radius:8px;margin-bottom:26px}
.booking{background:var(--ink);color:white;padding-top:110px;padding-bottom:110px}
.booking-card{max-width:980px;margin:auto;text-align:center}
.booking-card h2{font-size:clamp(48px,7vw,88px)}
.booking-card>p:not(.eyebrow){max-width:650px;margin:24px auto 42px;color:rgba(255,255,255,.7);font-size:17px}
.platforms{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:720px;margin:auto}
.platform{display:flex;justify-content:space-between;align-items:center;text-align:left;background:white;color:var(--ink);padding:20px 24px;border-radius:12px;transition:.25s ease}
.platform:hover{transform:translateY(-3px)}
.platform span{font-family:Georgia,serif;font-size:22px}
.platform small{color:var(--muted)}
.direct-contact{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.15);margin-top:52px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.direct-contact a{padding:26px 15px;min-width:0}
.direct-contact span,.direct-contact strong{display:block}
.direct-contact span{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:4px}
.direct-contact strong{font-size:15px;overflow-wrap:anywhere}
footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px clamp(24px,7vw,110px);background:#101714;color:rgba(255,255,255,.65);font-size:12px}
.footer-brand{color:white}
.lightbox{width:min(1100px,94vw);height:min(900px,92vh);border:0;padding:0;background:transparent;overflow:visible}
.lightbox::backdrop{background:rgba(6,12,9,.94);backdrop-filter:blur(8px)}
.lightbox img{width:100%;height:100%;object-fit:contain}
.lightbox-close{position:fixed;right:24px;top:16px;color:white;background:none;border:0;font-size:42px;line-height:1;cursor:pointer}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .intro{grid-template-columns:1fr}.intro-images{min-height:560px}.intro-images img:first-child{height:520px}
  .amenity-grid{grid-template-columns:1fr 1fr}.amenity:nth-child(3){border-left:0;border-top:1px solid var(--line)}.amenity:nth-child(4){border-top:1px solid var(--line)}
  .gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:300px}
  .location{grid-template-columns:1fr}.location-visual img{height:560px}
}
@media(max-width:760px){
  .site-header{position:absolute;padding:18px 20px}.menu-toggle{display:block;z-index:2}
  nav{display:none;position:fixed;inset:0;background:var(--ink);flex-direction:column;justify-content:center;font-size:24px}.menu-open nav{display:flex}.nav-cta{margin-top:12px}
  .hero{min-height:720px}.hero-content{padding:0 22px 190px}.hero-shade{background:linear-gradient(0deg,rgba(11,20,16,.78),rgba(11,20,16,.06) 76%)}
  h1{font-size:51px}.hero-facts{left:16px;right:16px;bottom:25px}.hero-facts div{min-width:0;flex:1;padding:13px 8px;text-align:center}.hero-facts strong{font-size:22px}.hero-facts span{font-size:9px}
  .section{padding:78px 22px}.intro-images{min-height:440px}.intro-images img:first-child{height:400px;width:78%}.intro-images img:last-child{height:260px;border-width:8px}
  .amenity-grid{grid-template-columns:1fr}.amenity,.amenity:nth-child(4){border-left:0;border-top:1px solid var(--line)}.amenity:first-child{border-top:0}
  .gallery{gap:8px;grid-auto-rows:215px}.gallery-wide{grid-column:span 2}.gallery-tall{grid-row:span 1}
  .location-visual img{height:430px}.location-badge{right:-4px;width:105px;height:105px}
  .platforms,.direct-contact{grid-template-columns:1fr}.direct-contact{background:none;gap:0}.direct-contact a{border-top:1px solid rgba(255,255,255,.15)}
  footer{flex-direction:column;text-align:center}.footer-brand{margin-bottom:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.gallery-item img,.button,.platform{transition:none}}
