@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root{--ink:#173238;--muted:#617377;--sea:#0d6972;--deep:#123a42;--sand:#f3ede1;--paper:#fcfaf5;--white:#fff;--coral:#d9875e;--line:#dbe2df;--radius:1.25rem;--shadow:0 18px 55px rgba(20,55,60,.13);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:400 1rem/1.7 'DM Sans',sans-serif}img{max-width:100%;height:auto;display:block}a{color:var(--sea);text-underline-offset:.2em}h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.12;margin:0 0 .65em}h1{font-size:clamp(3rem,8vw,6.6rem);letter-spacing:-.04em}h2{font-size:clamp(2rem,4.5vw,3.8rem);letter-spacing:-.025em}h3{font-size:1.55rem}p{margin:0 0 1.25rem}.container{width:min(calc(100% - 2.5rem),var(--max));margin-inline:auto}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:999;background:white;padding:.75rem 1rem}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;background:rgba(252,250,245,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,58,66,.08)}.nav-wrap{min-height:5.5rem;display:flex;align-items:center;gap:2rem}.brand img{width:180px}.site-nav{margin-left:auto}.site-nav ul{display:flex;gap:1.6rem;list-style:none;margin:0;padding:0}.site-nav a{color:var(--ink);text-decoration:none;font-size:.9rem;font-weight:600}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--sea)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.7rem 1.25rem;border:0;border-radius:999px;background:var(--coral);color:#1c2c2e;text-decoration:none;font-weight:700;cursor:pointer}.button:hover{filter:brightness(.95);transform:translateY(-1px)}.button-outline{background:transparent;color:white;border:1px solid rgba(255,255,255,.55)}.menu-button{display:none;border:0;background:none;padding:.65rem}.menu-button span:not(.sr-only){display:block;width:25px;height:2px;margin:5px;background:var(--ink)}
.hero{min-height:calc(100vh - 5.5rem);display:grid;align-items:end;padding:8rem 0 4rem;color:white;background:linear-gradient(90deg,rgba(9,42,48,.8),rgba(9,42,48,.12)),url('../images/2019/01/slider1.jpg') center/cover}.hero-copy{max-width:800px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700;color:var(--coral)}.hero .eyebrow,.page-hero .eyebrow{color:#f5bc9e}.hero p{max-width:650px;font-size:1.2rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.page-hero{min-height:25rem;padding:8rem 0 3.5rem;display:flex;align-items:end;color:white;background:linear-gradient(90deg,rgba(9,42,48,.84),rgba(9,42,48,.3)),var(--hero) center/cover}.page-hero h1{font-size:clamp(3rem,7vw,5.8rem)}.page-hero p{max-width:680px;font-size:1.1rem}.section{padding:clamp(4.5rem,9vw,8rem) 0}.section-alt{background:var(--sand)}.section-dark{background:var(--deep);color:white}.intro-grid,.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,6rem);align-items:center}.lead{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--muted)}.section-dark .lead{color:#d7e2df}.media-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.fact{background:var(--white);padding:2rem}.fact strong{display:block;font:600 2.4rem/1 'Playfair Display',serif;color:var(--sea);margin-bottom:.45rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:white;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(20,55,60,.08)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:1.6rem}.card p{color:var(--muted)}.text-link{font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 1.5rem;padding:0;list-style:none}.feature-list li:before{content:'✓';color:var(--coral);font-weight:800;margin-right:.55rem}.room{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;margin-bottom:5rem}.room:nth-child(even) .room-gallery{order:2}.room-gallery{display:grid;grid-template-columns:2fr 1fr;gap:.5rem}.room-gallery img{width:100%;height:100%;object-fit:cover;border-radius:.8rem}.room-gallery img:first-child{grid-row:span 2;min-height:410px}.room-gallery img:not(:first-child){min-height:200px}.meal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.meal{background:white;padding:2rem;border-radius:var(--radius)}.meal .time{color:var(--coral);font-weight:700}.notice{padding:1.25rem 1.5rem;border-left:4px solid var(--coral);background:#fff6ef;border-radius:.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery-grid a{overflow:hidden;border-radius:.6rem;background:#ddd}.gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .4s}.gallery-grid a:nth-child(7n+1){grid-column:span 2;grid-row:span 2}.gallery-grid a:hover img{transform:scale(1.04)}dialog{max-width:min(1100px,92vw);padding:0;border:0;background:transparent}dialog::backdrop{background:rgba(4,20,24,.9)}dialog img{max-height:85vh;margin:auto}.dialog-close{position:fixed;right:1rem;top:1rem;width:3rem;height:3rem;border-radius:50%;border:0;font-size:1.6rem;cursor:pointer}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem}.contact-card{background:var(--deep);color:white;padding:2rem;border-radius:var(--radius)}.contact-card a{color:white}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field-full{grid-column:1/-1}label{font-weight:600}input,textarea{width:100%;font:inherit;padding:.85rem 1rem;border:1px solid #b9c6c3;border-radius:.5rem;background:white}input:focus,textarea:focus{outline:3px solid rgba(13,105,114,.18);border-color:var(--sea)}textarea{min-height:10rem;resize:vertical}.status{padding:1rem;border-radius:.5rem;background:#e3f4ed}.status.error{background:#fde6e1}.policy{max-width:850px}.policy h2{font-size:2rem;margin-top:2.5rem}.policy h3{margin-top:1.8rem}.policy li{margin-bottom:.5rem}.site-footer{padding:4rem 0 1.5rem;background:#0b2c32;color:#d7e2df}.site-footer a{color:white}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem}.footer-grid img{filter:brightness(0) invert(1);margin-bottom:1rem}.footer-grid h2{font:700 .8rem/1 'DM Sans';text-transform:uppercase;letter-spacing:.16em;color:#f5bc9e}.footer-grid address{font-style:normal}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;margin-top:3rem;font-size:.85rem}[data-reveal]{opacity:0;transform:translateY(16px);transition:.65s ease}[data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:900px){.nav-cta{display:none}.menu-button{display:block;margin-left:auto}.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:1rem 1.25rem 1.5rem;border-bottom:1px solid var(--line)}.site-nav.is-open{display:block}.site-nav ul{display:grid;gap:.25rem}.site-nav a{display:block;padding:.6rem}.intro-grid,.split,.room,.contact-grid{grid-template-columns:1fr}.room:nth-child(even) .room-gallery{order:0}.cards{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.container{width:min(calc(100% - 1.5rem),var(--max))}.hero{min-height:42rem}.facts,.cards,.meal-grid,.footer-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.room-gallery{grid-template-columns:1fr 1fr}.room-gallery img:first-child{grid-column:1/-1;grid-row:auto;min-height:250px}.room-gallery img:not(:first-child){min-height:150px}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.footer-bottom{display:block}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}

/* Full room galleries and shared accessible lightbox */
.room{display:block;margin-bottom:7rem}.room:nth-child(even) .room-gallery{order:initial}.room-copy{max-width:850px;margin-bottom:2rem}.room-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.room-gallery a{display:block;overflow:hidden;border-radius:.65rem;background:#dbe2df}.room-gallery img,.room-gallery img:first-child,.room-gallery img:not(:first-child){width:100%;height:auto;min-height:0;aspect-ratio:4/3;object-fit:cover;border-radius:0;transition:transform .4s}.room-gallery a:hover img{transform:scale(1.04)}.gallery-section{margin-bottom:5rem}.gallery-section:last-child{margin-bottom:0}
#lightbox{width:min(1200px,94vw);height:min(92vh,900px);max-width:none;max-height:none;overflow:visible}#lightbox figure{width:100%;height:100%;margin:0;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center}#lightbox img{max-width:100%;max-height:calc(92vh - 3rem);object-fit:contain}#lightbox figcaption{color:white;text-align:center;padding:.5rem;font-size:.9rem}.dialog-nav{position:fixed;top:50%;translate:0 -50%;width:3.25rem;height:3.25rem;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--deep);font-size:2.2rem;line-height:1;cursor:pointer}.dialog-prev{left:1rem}.dialog-next{right:1rem}
@media(max-width:900px){.room-gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.room-gallery{grid-template-columns:repeat(2,1fr)}.dialog-nav{width:2.75rem;height:2.75rem}.dialog-prev{left:.35rem}.dialog-next{right:.35rem}}
