/* Local variable fonts. Licenses: fonts/modern/. */
/* DM Sans: latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/modern/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* DM Sans: latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/modern/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Plus Jakarta Sans: latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/modern/plus-jakarta-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Plus Jakarta Sans: latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/modern/plus-jakarta-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Albergo Italia — Mediterranean editorial design.
   Fluid layouts: phone <640, tablet 640–999, compact desktop 1000–1199. */
:root {
  --paper:#f8f6ef; --white:#fffef9; --sand:#ede8da; --ink:#213e37;
  --muted:#5c675e; --sea:#193f38; --deep:#13342f; --clay:#985035;
  --line:#d9d8cc; --gold:#d1bc89;
  --display:'Plus Jakarta Sans',Arial,sans-serif; --serif:var(--display); --sans:'DM Sans',Arial,sans-serif;
  --gutter:clamp(20px,5vw,76px); --space:clamp(64px,7vw,112px);
  --header-height:92px; --anchor-gap:clamp(20px,3vh,36px); --content:1480px;
}
*,*::before,*::after{box-sizing:border-box}
/* Leave breathing room below the sticky header for every native anchor landing. */
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1px + var(--anchor-gap))}
html:not(.js){scroll-padding-top:var(--anchor-gap)}
body{-webkit-hyphens:none;hyphens:none;word-break:normal;overflow-wrap:normal;margin:0;color:var(--ink);background:var(--paper);font:400 15px/1.8 var(--sans);-webkit-font-smoothing:antialiased}
body.lightbox-open,body.map-open{overflow:hidden}
html:has(.map-dialog[open]){scrollbar-gutter:stable}
button,input,textarea,select{font:inherit}
button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button{color:inherit;cursor:pointer;border:0;background:none}
button:disabled{cursor:wait;opacity:.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
figure,p,blockquote{margin:0}
ul{padding:0;list-style:none}
h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--serif);font-weight:400;line-height:1.05;text-wrap:balance;overflow-wrap:normal;hyphens:none}
h1{font-size:clamp(48px,6vw,96px);letter-spacing:-.035em}
h2{font-size:clamp(40px,4.6vw,68px);letter-spacing:-.035em}
h3{font-size:clamp(28px,2.7vw,37px);letter-spacing:-.025em;line-height:1.12}
em{font-weight:400}
::selection{background:#d6d9bd;color:var(--deep)}
:focus-visible{outline:2px solid var(--clay);outline-offset:5px}
[hidden]{display:none!important}
.container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--gutter)}
.section-space{padding-block:var(--space)}
/* Align the content using the shared anchor gap, excluding decorative section padding. */
.section-space[id]{scroll-margin-top:calc(0px - var(--section-anchor-inset,var(--space)))}
.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}
.eyebrow{font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.16em;line-height:1.8;text-transform:uppercase;margin-bottom:22px}
.prose{color:var(--muted);font-size:15px;line-height:1.85;overflow-wrap:normal}
.prose p+p{margin-top:20px}
.prose a{text-decoration:underline;text-underline-offset:4px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding:15px 24px;background:var(--sea);color:var(--white);font-size:12px;font-weight:600;letter-spacing:.025em;line-height:1.5;transition:background .22s,color .22s,box-shadow .22s;border:1px solid transparent}
.button .icon{width:20px;height:20px;transition:transform .25s}
.button-light{background:var(--paper);color:var(--ink)}
.button-small{min-height:46px;padding:12px 20px;font-size:12px;gap:16px}
.text-link{border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;padding:8px 0;min-height:44px;gap:26px;font-size:12px}
.round-button{width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;transition:background .2s,color .2s}
.skip-link{position:fixed;top:-100px;left:16px;z-index:150;background:var(--white);padding:14px 24px}
.skip-link:focus{top:12px}
.topline{background:var(--deep);color:#edf0e6;font-size:10px;font-weight:500;letter-spacing:.1em;min-height:34px}
.topline>.container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:34px}
.topline .container>div{display:flex;gap:18px;align-items:center;letter-spacing:.025em}
.topline .icon{width:13px;height:13px;margin-left:4px}
.topline-separator{opacity:.45}
.site-header{position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:1px solid #213e370c;transition:box-shadow .3s}
.site-header.is-scrolled{box-shadow:0 7px 25px #102e280c}
.header-inner{display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;gap:28px}
.brand{flex:none;display:flex;align-items:center;gap:22px}
.brand img{width:88px;height:auto}
.brand-location{font:500 26px/1 var(--serif);padding-left:20px;border-left:1px solid var(--line)}
.brand-location>span{font:500 8px/1.6 var(--sans);letter-spacing:.12em;display:block;margin-top:7px}
.desktop-nav{display:flex;justify-content:center;align-items:center;gap:23px;margin-left:auto}
.desktop-nav a{position:relative;display:inline-flex;align-items:center;min-height:44px;font-size:12px;font-weight:500;white-space:nowrap;line-height:1.4;padding:15px 0;border-radius:4px;text-decoration:none;transition:color .2s}
/* A single indicator serves current, hover and keyboard-focus states. */
.desktop-nav a::after{position:absolute;bottom:7px;left:0;content:'';height:2px;width:100%;border-radius:2px;background:currentColor;pointer-events:none;transform:scaleX(0);transform-origin:left;transition:transform .2s ease-out}
.desktop-nav a[aria-current=page]{color:#814026}
.desktop-nav a[aria-current=page]::after{transform:scaleX(.32)}
.desktop-nav a:focus-visible{color:#814026;outline-offset:4px}
.desktop-nav a:focus-visible::after{transform:scaleX(1)}
.header-actions{display:flex;gap:19px;align-items:center;flex-shrink:0}
.language-picker{position:relative;font-size:11px;font-weight:600;z-index:2}
summary{list-style:none;cursor:pointer}
summary::-webkit-details-marker{display:none}
.language-picker summary{display:flex;align-items:center;justify-content:center;gap:5px;min-width:44px;min-height:44px}
.language-picker .icon{width:14px;height:14px}
.language-picker>div{position:absolute;right:-8px;top:100%;display:flex;flex-direction:column;gap:6px;min-width:84px;max-height:calc(100dvh - var(--header-height) - 46px);overflow-y:auto;overscroll-behavior:contain;padding:6px;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 28px #193f3815}
.language-picker a{display:flex;align-items:center;min-height:44px;padding:8px 16px;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}
.language-picker a[aria-current]{background:var(--sand)}
.language-picker a:is(:hover,:focus-visible){background:var(--sand);color:#814026}
.language-picker a:focus-visible{outline-offset:-3px}
.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:0}
.menu-toggle span{width:24px;height:1px;background:var(--ink);transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
html:not(.js) .menu-toggle,html:not(.js) .hero-controls,html:not(.js) .hero-dots,html:not(.js) .gallery-buttons,html:not(.js) .mobile-booking{display:none}
html:not(.js) .site-header{position:relative}
.mobile-menu{position:absolute;top:100%;left:0;width:100%;max-height:var(--menu-available-height,calc(100dvh - var(--header-height)));overflow:auto;overscroll-behavior:contain;background:var(--paper);padding:20px var(--gutter) 30px;border-bottom:1px solid var(--line);box-shadow:0 25px 40px #17382f20}
.mobile-menu>a{font:400 34px/1.25 var(--serif);display:block;padding:10px 0;border-bottom:1px solid var(--line)}
.mobile-menu>a[aria-current]{color:var(--clay)}
.mobile-languages{display:flex;gap:16px;margin-top:22px}
.mobile-languages>a{min-width:44px;min-height:44px;display:grid;place-items:center;font-size:12px}
.mobile-languages [aria-current]{border-bottom:1px solid var(--ink)}
.reading-progress{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--clay);transform:scaleX(var(--scroll-progress,0));transform-origin:left;pointer-events:none}
.hero{position:relative;isolation:isolate;color:var(--white);background:var(--sea);overflow:hidden;width:calc(100% - 32px);max-width:1760px;margin:16px auto 0;border-radius:4px}
.hero-images,.hero-slide,.hero-shade{position:absolute;inset:0;z-index:-3}
.hero-slide{opacity:0;transition:opacity 1s ease}
.hero-slide.is-active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:50% 58%;transform:scale(1.045);transition:transform 7s ease-out}
.hero-slide.is-active img{transform:scale(1)}
.hero-shade{z-index:-2;background:linear-gradient(90deg,#092c2bc7 0%,#1038346e 48%,#10383412 100%),linear-gradient(0deg,#0a282970,transparent 65%)}
.hero-content{display:grid;grid-template-columns:minmax(0,1fr) 218px;align-items:center;gap:65px;min-height:690px;padding-top:70px;padding-bottom:120px}
.hero-copy{min-width:0}
.hero .eyebrow{font-size:10px;letter-spacing:.16em;color:#faf4e5;margin-bottom:26px}
.hero h1{font-size:clamp(65px,6.4vw,98px);line-height:1;max-width:100%;text-wrap:initial}
.hero h1 em{color:#e8ddbc}
.hero-description{max-width:430px;margin-top:29px;font-size:15px;line-height:1.85;color:#f5f3e9}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:28px;margin-top:31px}
.hero-actions .text-link{color:var(--white);font-size:12px}
.hero-aside{display:flex;flex-direction:column;align-items:center;gap:25px;padding-top:10px;min-width:0}
.hero-postcard{display:block;position:relative;width:100%;background:var(--paper);padding:9px 9px 20px;color:var(--ink);border-radius:120px 120px 3px 3px;box-shadow:0 20px 60px #0a282940;transform:rotate(3deg);transition:transform .4s}
.hero-postcard>img{aspect-ratio:.82;width:100%;object-fit:cover;border-radius:110px 110px 0 0}
.hero-postcard>span{font:500 24px/1.1 var(--serif);display:block;margin:19px 8px 0}
.hero-postcard small{font:400 9px/1.6 var(--sans);letter-spacing:.04em;display:block;margin-top:7px;max-width:155px}
.hero-postcard>.icon{position:absolute;right:15px;bottom:25px;width:17px;height:17px}
.sea-stamp{display:flex;align-items:center;justify-content:center;gap:11px;color:var(--white);padding:10px 8px;border-block:1px solid #f8f6ef60;max-width:100%}
.sea-stamp>.icon{width:25px;height:25px}
.sea-stamp>span{font:400 34px/1 var(--serif);white-space:nowrap}
.sea-stamp span small{font-size:20px;margin-left:2px}
.sea-stamp>small{font-size:9px;letter-spacing:.05em;line-height:1.5;max-width:68px}
.hero-bottom{position:absolute;bottom:46px;left:50%;transform:translateX(-50%);display:flex;justify-content:space-between;align-items:center;gap:20px}
.scroll-cue{display:flex;align-items:center;gap:14px;font-size:9px;letter-spacing:.14em;min-height:44px}
.scroll-cue>.icon{transform:rotate(90deg);height:35px;width:35px;border:1px solid #ffffff60;border-radius:100%;padding:7px}
.hero-controls{display:flex;gap:10px;align-items:center}
.hero-controls .round-button{border-color:#ffffff80;color:white}
.hero-controls .icon{width:20px;height:20px}
.slide-counter{font-size:11px;margin-right:12px;font-variant-numeric:tabular-nums;white-space:nowrap}
.slide-counter>span{color:#e7ebe0cc;margin-left:10px}
.hero-dots{display:flex;gap:5px}
.hero-dots button{width:40px;height:44px;padding:20px 4px}
.hero-dots button>span{display:block;height:2px;background:#ffffff65;transition:background .2s,height .2s}
.hero-dots button[aria-pressed=true]>span{background:var(--paper);height:3px}
.booking-strip{position:relative;z-index:2;max-width:1372px;width:calc(100% - 2*var(--gutter));margin:-24px auto 0;background:var(--white);border:1px solid #dfddcf;box-shadow:0 12px 38px #193f380b}
.booking-strip>.container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:27px 32px;min-height:112px}
.booking-intro .eyebrow{margin-bottom:5px;font-size:9px;letter-spacing:.12em;color:var(--clay)}
.booking-intro>p:last-child{font:400 25px/1.13 var(--serif);max-width:330px}
.booking-benefit{display:flex;align-items:center;gap:13px;border-left:1px solid var(--line);padding-left:23px;font-size:12px;max-width:165px;line-height:1.6}
.booking-benefit .icon{width:27px;height:27px}
.booking-strip .button{flex-shrink:0}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,6vw,95px);align-items:center}
.story-visual{position:relative;padding-right:58px;padding-bottom:70px}
.story-main img{width:100%;height:auto;aspect-ratio:.93;object-fit:cover;border-radius:120px 4px 4px 4px}
.story-main figcaption{font-size:10px;letter-spacing:.04em;margin-top:17px}
.story-small{position:absolute;right:0;bottom:0;width:46%;border:8px solid var(--paper);box-shadow:0 16px 30px #243c3712}
.story-small img{aspect-ratio:.8;object-fit:cover;width:100%}
.story-note{font:400 italic 44px/1 var(--serif);color:var(--clay);position:absolute;bottom:0;left:0;transform:rotate(-6deg)}
.story-copy h2{margin-bottom:29px}
.story-copy .text-link{margin-top:26px}
.features-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:28px 0;border-block:1px solid var(--line);max-width:calc(var(--content) - 2*var(--gutter));width:calc(100% - 2*var(--gutter))}
.features-strip>div{display:flex;gap:17px;align-items:center;justify-content:center;padding:8px 18px;border-right:1px solid var(--line);font-size:12px;line-height:1.6}
.features-strip>div:last-child{border:0}
.features-strip .icon{width:31px;height:31px;color:var(--clay)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:30px}
.section-heading>div{min-width:0;max-width:100%}
.section-heading>.text-link{margin-bottom:7px;flex-shrink:0}
.section-heading .eyebrow{color:var(--clay)}
.section-intro{color:var(--muted);max-width:570px;margin:0 0 34px;font-size:15px;line-height:1.85}
.rooms-section{background:var(--paper)}
.rooms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.room-card{min-width:0;background:var(--white);border:1px solid #deded2;display:flex;flex-direction:column;transition:box-shadow .35s,transform .35s}
.room-photo{position:relative;display:block;overflow:hidden;background:var(--sand)}
.room-photo img{width:100%;aspect-ratio:1.22;object-fit:cover;transition:transform .65s}
.photo-arrow{position:absolute;bottom:16px;right:16px;width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--paper)}
.photo-arrow .icon{width:21px;height:21px}
.room-number{position:absolute;top:16px;left:16px;color:var(--paper);font-size:10px;letter-spacing:.08em;background:#173c36ce;padding:3px 9px}
.room-body{padding:25px 26px 26px;flex:1;display:flex;flex-direction:column;align-items:flex-start}
.room-meta{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--clay);margin-bottom:13px}
.room-meta>span{padding:0 9px;color:var(--muted)}
.room-body h3{font-size:clamp(28px,2.4vw,35px);max-width:100%;text-wrap:balance}
.room-body .prose{margin-top:20px;font-size:14px}
.room-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;width:100%;margin-top:auto;padding-top:26px}
.room-actions .text-link{font-size:11px;gap:15px}
.territory-section{background:var(--sea);color:var(--paper);position:relative;overflow:hidden}
.territory-section::before{position:absolute;width:620px;height:620px;right:-300px;top:-300px;border:1px solid #f8f6ef14;border-radius:50%;content:'';pointer-events:none}
.territory-section .eyebrow{color:#d4d6bd}
.territory-section h2 em{color:#d5ceb0}
.territory-intro{max-width:540px;font-size:15px;color:#e0e7dc;margin-bottom:37px}
.destinations{display:grid;grid-template-columns:1.25fr 1fr;grid-template-rows:238px 238px;gap:24px}
.destination{position:relative;overflow:hidden;min-width:0;border-radius:2px}
.destination-0{grid-row:1/3}
.destination::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#082f2bef,transparent 80%)}
.destination img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.destination>div{position:absolute;bottom:28px;left:28px;right:65px;z-index:1}
.destination>div>span{font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.destination h3{font-size:40px;color:white;margin-top:8px}
.destination-0 h3{font-size:55px}
.destination-arrow{position:absolute;bottom:29px;right:23px;z-index:1;display:grid;place-items:center;width:36px;height:36px;border:1px solid #ffffff66;border-radius:50%}
.destination-arrow .icon{width:19px;height:19px}
.territory-foot{display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:9px;letter-spacing:.12em;margin-top:32px;color:#d4decd}
.territory-foot .icon{width:26px;height:26px;margin-left:15px}
.service-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,6vw,92px);align-items:center}
.service-feature h2{margin-bottom:25px}
.service-feature .section-intro{font-size:14px;margin-bottom:22px}
.service-photo{position:relative;padding:0 32px 65px 0}
.service-photo>img{width:100%;height:auto;aspect-ratio:.9;object-fit:cover;border-radius:4px 100px 4px 4px}
.service-photo-inset{position:absolute;right:0;bottom:0;width:58%;border:8px solid var(--paper);box-shadow:0 16px 30px #243c3712}
.service-photo-inset>img{width:100%;aspect-ratio:1.45;object-fit:cover}
.amenity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 23px;margin:25px 0 32px;font-size:12px;line-height:1.7}
.amenity-list li{display:flex;align-items:flex-start;gap:11px;min-width:0}
.amenity-list .icon{width:23px;height:23px;color:var(--clay)}
.amenity-list span{min-width:0}
.offers-section{background:var(--sand)}
.offers-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:36px}
.offer-card{position:relative;min-width:0;background:var(--paper);border:1px solid #dedbcd}
.offer-picture{position:relative;overflow:hidden}
.offer-picture>img{width:100%;aspect-ratio:2.15;object-fit:cover;transition:transform .6s}
.offer-badge{position:absolute;bottom:20px;left:26px;background:var(--paper);color:var(--ink);padding:9px 17px;font:500 32px/1 var(--serif)}
.offer-body{padding:29px}
.offer-index{color:var(--clay);font-size:10px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:15px}
.offer-card h3{font-size:35px;margin-bottom:18px;max-width:500px}
.offer-card .prose{font-size:13px}
.offer-card .text-link{margin-top:19px}
.parks-detail{margin-top:30px;border-block:1px solid #c7c7b6}
.parks-detail summary{display:flex;gap:27px;align-items:center;padding:27px 0;font:400 29px/1.2 var(--serif)}
.parks-percent{font:400 52px/1 var(--serif);color:var(--clay);min-width:108px}
.parks-percent>span{font-size:28px}
.parks-detail summary small{display:block;font:400 12px/1.6 var(--sans);margin-top:7px;color:var(--muted)}
.parks-detail summary>.icon{margin-left:auto}
details[open]>summary>.icon{transform:rotate(45deg)}
.language-picker[open]>summary>.icon{transform:rotate(180deg)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:40px;align-items:stretch}
.review-card{border:1px solid var(--line);padding:28px;background:#f0ede3;display:flex;flex-direction:column;min-width:0}
.review-card:first-child{background:var(--sea);color:var(--paper);border-color:var(--sea)}
.quote-mark{font:400 85px/.9 var(--serif);color:var(--clay);height:57px}
.review-card:first-child .quote-mark{color:var(--gold)}
.review-card blockquote{font-size:14px;line-height:1.95;color:var(--muted);margin-bottom:25px}
.review-card:first-child blockquote{color:#edf0e7}
.review-author{font-size:11px;display:flex;align-items:center;gap:12px;margin-top:auto}
.author-line{height:1px;width:25px;background:var(--clay)}
.review-card:first-child .author-line{background:var(--gold)}
.read-more{margin-top:15px}
.read-more summary{font-size:12px;color:inherit;display:flex;gap:15px;align-items:center;min-height:44px}
.read-more summary .icon{width:17px;height:17px}
.read-more p{margin-top:10px}
.coast-interlude{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#ebe9dc;max-width:1760px;margin-inline:auto;min-height:440px}
.coast-interlude>div{padding:65px clamp(32px,5vw,80px);align-self:center}
.coast-interlude .eyebrow{color:var(--clay)}
.coast-interlude p:not(.eyebrow){font:400 34px/1.15 var(--serif);letter-spacing:-.02em}
.coast-interlude p.interlude-small{font:400 14px/1.85 var(--sans);margin-top:22px;color:var(--muted)}
.coast-interlude .text-link{margin-top:25px}
.coast-interlude>img{width:100%;height:100%;object-fit:cover;max-height:640px}
.arrival-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,6vw,95px);align-items:center}
.arrival-grid h2{margin-bottom:25px}
.address-line{font-size:15px;line-height:1.8;margin-bottom:22px}
.arrival-grid .eyebrow{color:var(--clay)}
.arrival-grid .prose{font-size:14px}
.arrival-grid .text-link{margin-top:25px}
.map-panel{background:var(--sand);min-width:0;padding:10px;border:1px solid #d9d7c8;border-radius:3px;box-shadow:0 18px 40px #1a3b3210}
.map-panel iframe{width:100%;height:clamp(340px,35vw,490px);display:block;border:0}
.map-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 13px 8px;font-size:12px;background:var(--sand)}
.map-caption>span{display:flex;align-items:center;gap:9px;min-width:0}
.map-caption .icon{width:20px;height:20px}
.gallery-section{padding-top:25px;overflow:hidden}
.gallery-section h2{font-size:clamp(38px,4vw,58px)}
.gallery-buttons{display:flex;gap:10px;flex-shrink:0}
.gallery-track{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c5c7b8 transparent;scroll-snap-type:x mandatory;padding:0 max(var(--gutter),calc((100vw - var(--content))/2 + var(--gutter))) 18px;scroll-padding-inline:max(var(--gutter),calc((100vw - var(--content))/2 + var(--gutter)))}
.gallery-item{flex:0 0 clamp(210px,23vw,320px);scroll-snap-align:start;position:relative;overflow:hidden;border-radius:2px}
.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .55s}
.gallery-item>span{position:absolute;right:13px;bottom:13px;background:#faf7efef;display:grid;place-items:center;width:38px;height:38px;border-radius:50%}
.gallery-item>span .icon{width:20px;height:20px}
/* Activate mouse cursors only when the drag handlers are available. */
.gallery-track.is-mouse-draggable .gallery-item,.lightbox-image.is-mouse-draggable{cursor:grab;-webkit-user-select:none;user-select:none}
.gallery-track.is-dragging{scroll-snap-type:none;scroll-behavior:auto}
.gallery-track.is-dragging,.gallery-track.is-dragging .gallery-item,.lightbox-image.is-dragging{cursor:grabbing}
.gallery-track.is-dragging .gallery-item img{transform:none;transition:none}
.closing-section{position:relative;isolation:isolate;overflow:hidden;background:var(--sea);color:var(--paper);padding:90px 0 110px}
.closing-section::before{content:'';position:absolute;inset:30px;border:1px solid #f8f6ef24;z-index:-1;pointer-events:none}
.closing-section>.container{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:70px}
.closing-section h2{font-size:clamp(70px,7.5vw,112px);line-height:.96}
.closing-section h2 em{color:#d3cfb6}
.closing-section .container>div:last-child{max-width:390px;padding-top:24px}
.closing-section .container>div>p:not(.eyebrow){font-size:15px;line-height:1.9;margin-bottom:28px;color:#e6ebdf}
.closing-section .text-link{display:flex;max-width:max-content;margin-top:21px;font-size:12px}
.closing-word{position:absolute;bottom:-100px;right:0;z-index:-1;font:400 clamp(200px,24vw,360px)/.85 var(--serif);color:#f8f6ef06;letter-spacing:-.055em}
.site-footer{padding:45px 0 25px;background:var(--paper)}
.footer-top{display:flex;align-items:center;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--line)}
.footer-top img{width:88px}
.footer-top>span{font-size:10px;letter-spacing:.1em;max-width:360px}
.footer-top>.text-link{margin-left:auto}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:50px;padding:35px 0}
.footer-column{font-size:13px;line-height:1.85;color:var(--muted);min-width:0;overflow-wrap:normal}
.footer-column h6{font:600 11px/1.5 var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:17px}
.footer-column p{max-width:380px}
.footer-column ul{margin:0}
.footer-column li+li{margin-top:13px}
.footer-column img[src*=youritaly]{width:140px;height:39px;object-fit:contain}
.footer-column img[src*=whatsapp]{width:15px;height:15px}
.footer-column li>div{display:flex;gap:7px;align-items:center}
.footer-bottom{border-top:1px solid var(--line);padding-top:22px;font-size:11px;line-height:2;color:var(--muted);overflow-wrap:normal}
.footer-bottom a{text-decoration:underline;text-underline-offset:3px}
.footer-bottom img{display:inline-block;vertical-align:middle;width:12px;height:20px;object-fit:contain}
/* Reserve the right-hand space occupied by the original 58px back-to-top control. */
.footer-cookie-notice{margin-top:20px;border-top:1px solid var(--line);padding-top:18px;padding-inline-end:max(0px,calc(114px - var(--gutter)));font-size:12px;line-height:1.85;color:var(--muted);overflow-wrap:normal}
@media(max-width:575px){
  .footer-cookie-notice{padding-inline-end:max(0px,calc(89px - var(--gutter)))}
}
.mobile-booking{display:none}
.lightbox{position:fixed;width:100%;height:100dvh;max-width:100%;max-height:100dvh;background:#0a1718fa;color:var(--paper);border:0;margin:0;padding:75px 85px 50px;overflow:hidden}
.lightbox::backdrop{background:#0a1718ed}
.lightbox figure{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.lightbox-image{max-width:100%;max-height:calc(100% - 35px);width:auto;height:auto;object-fit:contain}
.lightbox figcaption{font-size:12px;padding-top:12px;text-align:center}
.lightbox-toolbar{position:absolute;top:20px;left:30px;right:25px;display:flex;justify-content:space-between;align-items:center;font-size:13px}
.lightbox button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff65;border-radius:50%}
.lightbox-prev,.lightbox-next{position:absolute;top:50%;left:20px}
.lightbox-next{left:auto;right:20px}
.page-hero{display:grid;grid-template-columns:1fr 1.04fr;align-items:stretch;min-height:430px;max-width:1480px;width:100%;padding:35px var(--gutter) 0;margin-inline:auto;gap:55px}
.page-hero-copy{align-self:center;padding-block:30px;min-width:0}
.page-hero-copy .eyebrow{color:var(--clay);font-size:10px}
.page-hero h1{font-size:clamp(52px,5.7vw,88px)}
.page-hero-copy>p:last-child{font-size:14px;max-width:465px;color:var(--muted);margin-top:25px;line-height:1.85}
.page-hero-photo{position:relative;min-width:0;min-height:410px;border-radius:130px 4px 4px 4px;overflow:hidden}
.page-hero-photo>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.page-hero-photo>span{position:absolute;bottom:22px;right:22px;display:flex;gap:8px;align-items:center;font-size:10px;letter-spacing:.1em;background:#f8f6eff2;color:var(--ink);padding:10px 15px}
.page-hero-photo>span .icon{width:17px;height:17px}
.room-introduction{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:start}
.room-introduction h2{font-size:clamp(40px,3.8vw,56px);margin-bottom:27px}
.amenities-panel{background:var(--sand);padding:35px;border:1px solid #dfdccd}
.amenities-panel h3{font-size:32px}
.room-jump-links,.place-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:35px}
.room-jump-links a,.place-nav a{font-size:12px;border:1px solid var(--line);border-radius:28px;padding:11px 18px;min-height:44px;line-height:1.8}
.full-rooms{grid-template-columns:1fr 1fr;gap:32px}
.full-rooms .room-photo img{aspect-ratio:1.6}
.full-rooms .room-body h3{max-width:100%}
.room-card-suite{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr;gap:0;align-items:stretch;background:var(--sand)}
.room-card-suite .room-photo img{height:100%;min-height:370px;aspect-ratio:1.25}
.room-card-suite .room-body{align-self:center;padding:40px}
.service-copy h2{margin-bottom:25px}
.service-copy>.prose{margin-bottom:20px}
.service-copy>.button{margin-top:10px}
.services-catalog{background:var(--sand)}
.services-catalog h2{margin-bottom:35px}
.services-catalog .amenity-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 25px;margin:0}
.services-catalog .amenity-list li{padding:25px 12px 25px 0;border-top:1px solid #c8caba;font-size:14px;align-items:center}
.services-catalog .amenity-list .icon{width:30px;height:30px;margin-right:5px}
.place-nav{margin-bottom:0;padding-top:35px;justify-content:center}
.place-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.place-grid figure{position:sticky;top:calc(var(--header-height) + 30px);min-width:0}
.place-grid figure img{aspect-ratio:1.12;object-fit:cover;width:100%;border-radius:3px}
.place-grid figcaption{font-size:11px;letter-spacing:.08em;margin-top:15px}
.place-grid h2{margin-bottom:25px}
.place-grid .eyebrow{color:var(--clay)}
.place-section:nth-of-type(odd){background:#eeece2}
.place-section:nth-of-type(odd) .place-grid>figure{order:2}
.full-reviews{margin-top:0;gap:28px;align-items:start}
.full-reviews .review-card:nth-child(3n+2){margin-top:35px}

@media(hover:hover) and (pointer:fine){
  .button:hover{background:#2d5449;box-shadow:0 5px 16px #173c3612}
  .button:hover .icon{transform:translate(2px,-2px)}
  .button-light:hover{background:var(--sand)}
  .text-link:hover{color:var(--clay);background:transparent;box-shadow:none}
  .territory-section .text-link:hover,.hero .text-link:hover,.closing-section .text-link:hover{color:var(--gold)}
  .round-button:hover{background:var(--ink);color:var(--paper)}
  .hero-controls .round-button:hover{background:var(--paper);color:var(--ink)}
  .desktop-nav a:hover::after{transform:scaleX(1)}
  .language-picker a:hover{background:var(--sand)}
  .hero-postcard:hover{transform:rotate(0)}
  .room-card:hover{box-shadow:0 15px 35px #143a3010;transform:translateY(-4px)}
  .room-photo:hover img,.destination:hover img,.gallery-item:hover img,.offer-card:hover img{transform:scale(1.045)}
  .footer-column a:hover{color:var(--clay)}
  .lightbox button:hover{background:#ffffff20}
  .room-jump-links a:hover,.place-nav a:hover{background:var(--sea);color:var(--paper);border-color:var(--sea)}
}
@media(min-width:1760px){
  .hero{margin-top:22px}
  .hero-content{min-height:740px}
  .hero h1{font-size:104px}
}
@media(max-width:1399px){
  .brand-location{display:none}
  .desktop-nav{gap:20px}
  .header-inner{gap:24px}
  .hero-content{grid-template-columns:minmax(0,1fr) 180px;gap:44px}
  .hero-postcard>span{font-size:23px}
  .hero-postcard small{max-width:117px}
  .booking-benefit{font-size:11px;padding-left:16px;gap:10px}
  .booking-strip>.container{padding:25px;gap:20px}
  .booking-intro>p:last-child{font-size:23px}
}
@media(max-width:1199px){
  :root{--header-height:82px}
  .desktop-nav{display:none}
  .menu-toggle{display:flex}
  html:not(.js) .header-inner{flex-wrap:wrap;gap:12px;padding-block:10px}
  html:not(.js) .desktop-nav{display:flex;order:3;flex:1 0 100%;flex-wrap:wrap;gap:4px 18px;min-width:0;max-width:100%;margin-left:0;justify-content:flex-start;padding-bottom:6px}
  .header-actions{margin-left:auto;gap:22px}
  .brand img{width:80px}
  .brand-location{display:block}
  .hero-content{grid-template-columns:minmax(0,1fr);min-height:625px;gap:24px;padding-top:65px;padding-bottom:110px}
  .hero h1{font-size:clamp(66px,7.2vw,85px);max-width:920px}
  .hero-postcard{display:none}
  .hero-aside{position:absolute;right:var(--gutter);bottom:150px;padding:0;width:auto}
  .sea-stamp{gap:10px}
  .hero-description{max-width:470px}
  .booking-benefit{display:none}
  .booking-strip>.container{padding:25px 28px}
  .booking-intro>p:last-child{max-width:none;font-size:25px}
  .story-grid,.service-feature-grid,.arrival-grid{gap:45px}
  .story-visual{padding-right:30px}
  .story-main img{border-top-left-radius:100px}
  .room-body{padding:23px}
  .amenity-list{font-size:12px;gap:16px}
  .page-hero{gap:35px}
  .page-hero h1{font-size:clamp(51px,6vw,70px)}
  .page-hero-photo{min-height:390px;border-top-left-radius:100px}
  .room-introduction,.place-grid{gap:40px}
  .amenities-panel{padding:28px}

  .footer-grid{gap:35px}
  .destinations{grid-template-rows:220px 220px}
  .full-reviews{grid-template-columns:1fr 1fr}
  .full-reviews .review-card:nth-child(3n+2){margin-top:0}
}
@media(min-width:640px) and (max-width:999px){
  .rooms-preview{grid-template-columns:1fr 1fr}
  .rooms-preview .room-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
  .rooms-preview .room-card:last-child .room-photo img{height:100%;aspect-ratio:1.2}
  .rooms-preview .room-card:last-child .room-body{align-self:center}
  .reviews-grid:not(.full-reviews){grid-template-columns:1fr 1fr}
  .reviews-grid:not(.full-reviews) .review-card:first-child{grid-column:1/-1}
  .gallery-item{flex-basis:40vw}
}
/* Keep long review text within comfortable columns on narrow tablets. */
@media(max-width:699px){
  .full-reviews{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:999px){
  .prose{font-size:14px}
  .hero-aside{display:none}
  .hero-content{min-height:600px}
  .hero h1{font-size:clamp(58px,8.2vw,78px)}
  .hero-description{max-width:490px}
  .hero-dots{display:none}
  .hero-bottom{bottom:44px}
  .features-strip{grid-template-columns:1fr 1fr;padding:4px 0}
  .features-strip>div{justify-content:flex-start;padding:23px}
  .features-strip>div:nth-child(2){border-right:0}
  .features-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .story-grid,.service-feature-grid,.arrival-grid,.room-introduction{grid-template-columns:1fr;gap:40px}
  .story-grid{grid-template-columns:.95fr 1.05fr;gap:35px;align-items:start}
  .story-copy h2{font-size:45px}
  .story-copy .prose{font-size:14px}
  .story-small{width:65%;right:-6px}
  .story-visual{padding-right:20px;padding-bottom:85px}
  .story-main img{aspect-ratio:.7;border-top-left-radius:85px}
  .story-note{font-size:36px;bottom:18px}
  .story-main figcaption{max-width:150px;font-size:9px}
  .service-photo{max-width:640px;width:100%;margin-inline:auto;padding-bottom:55px}
  .service-photo>img{aspect-ratio:1.35;border-top-right-radius:90px}
  .service-photo-inset{width:39%}
  .service-feature .section-intro{max-width:650px}
  .amenity-list{font-size:13px}
  .destinations{grid-template-rows:205px 205px;gap:18px}
  .destination>div{left:21px;right:48px;bottom:24px}
  .destination>div>span{font-size:9px}
  .destination h3{font-size:33px}
  .destination-0 h3{font-size:45px}
  .destination-arrow{right:14px;bottom:24px;width:30px;height:30px}
  .destination-arrow .icon{width:16px;height:16px}
  .section-heading{gap:25px}
  .section-heading>.text-link{max-width:210px}
  .section-intro,.territory-intro{font-size:14px}
  .offer-body{padding:23px}
  .offer-card h3{font-size:31px}
  .offer-badge{left:22px;bottom:16px;font-size:28px}
  .parks-detail summary{font-size:27px;gap:20px}
  .parks-percent{font-size:45px;min-width:90px}
  .review-card{padding:25px}
  .coast-interlude>div{padding:45px 32px}
  .coast-interlude p:not(.eyebrow){font-size:30px}
  .coast-interlude p.interlude-small{font-size:13px}
  .map-panel iframe{height:420px}
  .closing-section>.container{gap:40px}
  .closing-section h2{font-size:76px}
  .closing-section .container>div>p:not(.eyebrow){font-size:14px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px 45px}
  .footer-column:first-child{grid-column:1/-1}
  .footer-column:first-child>p{max-width:620px}
  .page-hero{gap:30px;min-height:390px}
  .page-hero h1{font-size:clamp(45px,6.2vw,60px)}
  .page-hero-copy>p:last-child{font-size:13px}
  .page-hero-photo{min-height:350px;border-top-left-radius:90px}
  .page-hero-photo>span{font-size:9px;letter-spacing:.04em;bottom:15px;right:15px;padding:8px 10px}
  .room-introduction{grid-template-columns:1.1fr 1fr;gap:28px}
  .room-introduction h2{font-size:43px}
  .amenities-panel{padding:24px}
  .amenities-panel .amenity-list{grid-template-columns:1fr}
  .amenities-panel .button{padding-inline:15px;font-size:11px;gap:12px}
  .full-rooms{gap:26px}
  .full-rooms .room-photo img{aspect-ratio:1.25}
  .room-card-suite .room-body{padding:28px}
  .services-catalog .amenity-list{grid-template-columns:1fr 1fr}
  .place-grid{gap:35px}
  .place-grid .prose{font-size:14px}

}
@media(max-width:759px){
  .brand-location{display:none}
  .topline{font-size:8px}
  .topline .container>div{gap:12px}
  .story-grid,.room-introduction{grid-template-columns:1fr}
  .story-visual{max-width:510px;width:100%;margin-inline:auto;padding-right:58px;padding-bottom:65px}
  .story-main img{aspect-ratio:.96}
  .story-small{width:43%;right:0}
  .story-note{bottom:0;font-size:39px}
  .story-main figcaption{max-width:none}
  .story-copy h2{font-size:clamp(41px,6.6vw,52px)}
  .amenities-panel .amenity-list{grid-template-columns:1fr 1fr}
  .amenities-panel .button{padding-inline:22px;font-size:12px}
  .place-grid{grid-template-columns:1fr;gap:30px}
  .place-grid figure{position:static}
  .place-grid figure img{aspect-ratio:1.4}
  .place-section:nth-of-type(odd) .place-grid>figure{order:0}

}
@media(max-width:639px){
  :root{--gutter:22px;--header-height:76px;--space:64px}
  body{font-size:14px}
  .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:20px}
  .button{min-height:50px;padding:14px 20px;font-size:12px;gap:20px}
  .text-link{padding:9px 0;min-height:44px;font-size:12px}
  .button-small{min-height:44px;padding:11px 16px}
  .topline,.topline>.container{min-height:27px}
  .topline{font-size:8px;letter-spacing:.08em}
  .topline>.container{justify-content:center;text-align:center}
  .topline .container>div{display:none}
  .header-inner{gap:12px}
  .brand img{width:73px}
  .header-actions{gap:9px}
  .header-actions>.button{min-height:44px;padding:11px 14px;font-size:11px;gap:10px}
  .header-actions>.button .icon{width:17px;height:17px}
  .language-picker{font-size:10px}
  .language-picker summary{min-width:37px}
  .hero{width:calc(100% - 20px);margin-top:10px;border-radius:3px}
  .hero-content{display:block;min-height:580px;padding:55px 23px 116px}
  .hero h1{font-size:clamp(44px,10.2vw,64px);line-height:1.025;text-wrap:balance}
  .hero h1 br{display:none}
  .hero h1 em{display:block;margin-top:8px}
  .hero .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:23px}
  .hero-description{font-size:14px;line-height:1.85;margin-top:24px;max-width:400px}
  .hero-actions{gap:16px 24px;margin-top:25px;align-items:flex-start}
  .hero-actions .text-link{font-size:12px}
  .hero-slide img{object-position:56% 55%}
  .hero-shade{background:linear-gradient(90deg,#092c2bc7,#1038344d),linear-gradient(0deg,#0a28298c,transparent 60%)}
  .hero-bottom{bottom:31px;padding-inline:23px;gap:12px;align-items:center}
  .scroll-cue{font-size:8px;letter-spacing:.05em;gap:8px}
  .scroll-cue>.icon{display:none}
  .hero-controls{gap:7px}
  .hero-controls .round-button{width:44px;height:44px}
  .slide-counter{font-size:10px;margin-right:5px}
  .slide-counter>span{margin-left:6px}
  .hero-dots{display:none}
  .booking-strip{width:calc(100% - 2*var(--gutter));margin:-13px auto 0}
  .booking-strip>.container{flex-wrap:wrap;gap:18px;padding:22px}
  .booking-intro{width:100%}
  .booking-intro .eyebrow{font-size:8px}
  .booking-intro>p:last-child{font-size:25px;line-height:1.1}
  .booking-strip .button{width:100%;font-size:12px}
  .story-visual{padding-right:48px;padding-bottom:65px}
  .story-main img{border-top-left-radius:100px}
  .story-main figcaption{font-size:9px;max-width:190px;line-height:1.6}
  .story-small{width:47%;border-width:6px}
  .story-small img{aspect-ratio:.78}
  .story-note{font-size:37px}
  .story-copy h2{font-size:clamp(40px,10vw,51px);margin-bottom:24px}
  .story-copy .prose{font-size:15px}
  .story-copy .text-link{margin-top:22px}
  .features-strip>div{padding:20px 10px;gap:12px;font-size:11px}
  .features-strip>div:nth-child(even){padding-left:17px}
  .features-strip .icon{width:27px;height:27px}
  .section-heading{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:25px}
  .section-heading>.text-link{max-width:none;margin:0}
  .section-intro{font-size:14px;margin-bottom:28px}
  .rooms-grid,.full-rooms{grid-template-columns:1fr;gap:26px}
  .room-photo img,.full-rooms .room-photo img{aspect-ratio:1.26}
  .room-body{padding:23px}
  .room-body h3{font-size:32px}
  .room-meta{font-size:10px}
  .room-body .prose{font-size:14px}
  .room-actions{padding-top:21px;gap:14px}
  .room-actions .text-link{font-size:11px}
  .room-card-suite{grid-column:auto;display:flex}
  .room-card-suite .room-body{padding:23px;align-self:stretch}
  .room-card-suite .room-photo img{min-height:0;height:auto;aspect-ratio:1.26}
  .photo-arrow{width:40px;height:40px}
  .destinations{grid-template-columns:1fr 1fr;grid-template-rows:330px 240px;gap:14px}
  .destination-0{grid-column:1/-1;grid-row:auto}
  .destination>div{left:17px;right:16px;bottom:45px}
  .destination>div>span{font-size:8px;letter-spacing:.035em;line-height:1.7;display:block}
  .destination h3{font-size:30px}
  .destination-0>div{bottom:26px;right:55px;left:24px}
  .destination-0 h3{font-size:46px}
  .destination-arrow{right:13px;bottom:13px;width:26px;height:26px}
  .destination-0 .destination-arrow{right:21px;bottom:26px;width:33px;height:33px}
  .territory-intro{font-size:14px;margin-bottom:29px}
  .territory-foot{font-size:8px;line-height:1.9;gap:15px;margin-top:25px}
  .territory-foot>span:first-child{max-width:235px}
  .territory-foot>span:last-child{font-size:0}
  .territory-foot .icon{width:29px;height:29px;margin-left:0}
  .service-photo{padding:0 22px 53px 0}
  .service-photo>img{aspect-ratio:1.02;border-top-right-radius:85px}
  .service-photo-inset{width:54%;border-width:6px}
  .service-feature-grid{gap:35px}
  .amenity-list{font-size:12px;gap:17px}
  .amenity-list .icon{width:22px;height:22px}
  .amenity-list li{gap:9px}
  .offers-grid{grid-template-columns:1fr;gap:25px;margin-top:25px}
  .offer-picture>img{aspect-ratio:1.7}
  .offer-card h3{font-size:32px}
  .offer-badge{font-size:29px;padding:10px 16px}
  .offer-body{padding:24px}
  .offer-card .prose{font-size:13px}
  .parks-detail summary{font-size:25px;gap:14px;padding:23px 0}
  .parks-percent{font-size:39px;min-width:75px}
  .parks-percent>span{font-size:23px}
  .parks-detail summary small{font-size:11px}
  .parks-detail summary>.icon{width:20px;height:20px}
  .reviews-grid,.full-reviews{grid-template-columns:1fr;gap:22px;margin-top:29px}
  .full-reviews{margin-top:0}
  .review-card{padding:27px 25px}
  .review-card blockquote{font-size:14px}
  .review-author{font-size:12px}
  .coast-interlude{grid-template-columns:minmax(0,1fr);min-height:0}
  .coast-interlude>div{padding:48px var(--gutter)}
  .coast-interlude p:not(.eyebrow){font-size:32px}
  .coast-interlude p.interlude-small{font-size:14px}
  .coast-interlude>img{height:300px}
  .arrival-grid{gap:32px}
  .arrival-grid .prose{font-size:14px}
  .address-line{font-size:15px}
  .map-panel{padding:7px}
  .map-panel iframe{height:340px}
  .map-caption{padding:14px 9px 8px;font-size:11px}
  .map-caption .icon{width:18px;height:18px}
  .gallery-section{padding-top:0}
  .gallery-section .section-heading{flex-direction:row;align-items:flex-end;gap:15px}
  .gallery-section h2{font-size:38px}
  .gallery-section .eyebrow{font-size:8px;margin-bottom:15px}
  .gallery-buttons{gap:6px}
  .gallery-buttons .round-button{width:44px;height:44px}
  .gallery-buttons .icon{width:19px;height:19px}
  .gallery-item{flex-basis:78vw}
  .gallery-track{gap:12px;padding-bottom:14px}
  .closing-section{padding:65px 0 75px}
  .closing-section::before{inset:13px}
  .closing-section>.container{grid-template-columns:1fr;gap:24px;padding-inline:32px}
  .closing-section h2{font-size:clamp(64px,16vw,83px)}
  .closing-section .container>div:last-child{padding:0;max-width:370px}
  .closing-section .container>div>p:not(.eyebrow){font-size:14px;margin-bottom:24px}
  .closing-section .text-link{margin-top:20px}
  .closing-word{font-size:220px;bottom:-65px}
  .site-footer{padding:34px 0 96px}
  .footer-top{gap:23px;flex-wrap:wrap;padding-bottom:27px}
  .footer-top img{width:76px}
  .footer-top>span{font-size:9px;max-width:190px;line-height:1.8}
  .footer-top>.text-link{margin-left:0;font-size:12px}
  .footer-grid{grid-template-columns:1fr;gap:28px;padding-block:30px}
  .footer-column:first-child{grid-column:auto}
  .footer-column{font-size:13px}
  .footer-column h6{font-size:12px;margin-bottom:13px}
  .footer-bottom{font-size:11px;line-height:2}
  .mobile-booking{position:fixed;bottom:0;left:0;right:0;z-index:45;display:flex;background:var(--paper);gap:10px;padding:10px 16px max(10px,env(safe-area-inset-bottom));box-shadow:0 -4px 22px #142e2815;border-top:1px solid var(--line);transform:translateY(120%);transition:transform .3s}
  .mobile-booking.is-visible{transform:translateY(0)}
  .mobile-booking>.button{flex:1;min-height:46px;padding:11px 18px;font-size:12px}
  .mobile-booking>a:last-child{width:46px;display:grid;place-items:center;border:1px solid var(--line)}
  .lightbox{padding:70px 14px 100px}
  .lightbox-toolbar{top:14px;left:20px;right:17px}
  .lightbox-prev,.lightbox-next{top:auto;bottom:27px;left:calc(50% - 56px)}
  .lightbox-next{left:auto;right:calc(50% - 56px)}
  .lightbox figcaption{font-size:11px}
  .page-hero{grid-template-columns:1fr;gap:25px;padding-top:30px;min-height:0}
  .page-hero-copy{padding-block:8px 0}
  .page-hero h1{font-size:clamp(44px,11.3vw,62px);line-height:1.05}
  .page-hero-copy .eyebrow{font-size:9px;margin-bottom:20px}
  .page-hero-copy>p:last-child{font-size:14px;margin-top:22px;max-width:440px}
  .page-hero-photo{min-height:0;aspect-ratio:1.25;border-top-left-radius:100px}
  .page-hero-photo>span{font-size:9px;bottom:15px;right:15px}
  .room-introduction h2{font-size:43px}
  .amenities-panel{padding:26px}
  .amenities-panel h3{font-size:31px}
  .room-jump-links{gap:10px;margin-bottom:28px}
  .room-jump-links a,.place-nav a{font-size:11px;padding:10px 15px}
  .services-catalog .amenity-list{grid-template-columns:1fr}
  .services-catalog .amenity-list li{font-size:14px;padding-block:22px}
  .place-nav{justify-content:flex-start;gap:10px;padding-top:25px}
  .place-grid figure img{aspect-ratio:1.25}
  .place-grid figcaption{font-size:10px}
  .place-grid h2{font-size:49px}
  .place-grid .prose{font-size:15px}

}
@media(max-width:359px){
  :root{--gutter:18px}
  .header-actions{gap:5px}
  .header-actions>.button{padding:10px 12px;font-size:10px;gap:8px}
  .brand img{width:68px}
  .hero-content{padding:45px 19px 116px}
  .hero h1{font-size:43px}
  .hero .eyebrow{font-size:7px}
  .hero-description{font-size:13px}
  .hero-actions{gap:13px}
  .hero-bottom{padding-inline:19px}
  .scroll-cue{font-size:7px}
  .slide-counter{font-size:9px;margin-right:0}
  .hero-controls{gap:4px}
  .booking-strip>.container{padding:20px}
  .booking-intro>p:last-child{font-size:23px}
  .story-visual{padding-right:37px}
  .story-small{width:48%}
  .story-note{font-size:33px}
  .features-strip>div{font-size:10px;gap:9px;padding-inline:7px}
  .features-strip>div:nth-child(even){padding-left:12px}
  .amenity-list{font-size:11px;gap:15px 12px}
  .destination h3{font-size:26px}
  .destination-0 h3{font-size:42px}
  .destination>div{left:13px}
  .room-body,.offer-body{padding:21px}
  .room-body h3,.offer-card h3{font-size:30px}
  .parks-detail summary{font-size:22px;gap:11px}
  .parks-percent{font-size:35px;min-width:66px}
  .gallery-section h2{font-size:34px}
  .gallery-buttons{gap:3px}
  .footer-top>span{max-width:155px}
}
@media(max-width:319px){
  .header-actions>.button .icon{display:none}
  .header-actions>.button{padding-inline:10px;gap:0}

  .reviews-section .section-heading h2{font-size:clamp(26px,10vw,30px)}
}
@media(max-height:540px) and (min-width:640px){
  :root{--header-height:66px}
  .brand img{width:65px}
  .hero-content{padding-top:40px;padding-bottom:105px;min-height:430px}
  .hero h1{font-size:clamp(49px,6vw,76px)}
  .hero .eyebrow{margin-bottom:18px}
  .hero-description{margin-top:17px;font-size:14px}
  .hero-actions{margin-top:20px}
  .hero-aside{display:none}
  .hero-content{grid-template-columns:minmax(0,1fr)}
  .hero-bottom{bottom:37px}
  .mobile-menu>a{font-size:28px;padding:8px 0}
  .page-hero-photo{min-height:300px}
  .place-grid figure{position:static}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
@media print{
  .topline,.site-header,.booking-strip,.hero-controls,.hero-dots,.hero-aside,.mobile-booking,.lightbox,.gallery-buttons,.closing-section{display:none!important}
  .section-space{padding-block:30px}.hero{width:100%;margin:0}.hero-content{min-height:0;padding:30px;display:block}.hero h1{font-size:55px}.hero-bottom{display:none}.page-hero{min-height:260px}body{background:white}.prose{color:#333}.site-footer{padding-bottom:0}
}

/* Modern visual refinements and the hotel's navigation, contact and photo tools. */
:root{--soft-shadow:0 18px 55px #16392f0b}
.site-header{background:#f8f6eff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.site-header.is-scrolled{box-shadow:0 8px 28px #16392f10}
.button{border-radius:2px}
.round-button{border-radius:2px}
.round-button:disabled{cursor:default;opacity:.3;box-shadow:none}
.eyebrow{letter-spacing:.14em}
.hero{border-radius:2px}
.hero-shade{background:linear-gradient(90deg,#082c2ce3 0%,#10383488 47%,#10383422 100%),linear-gradient(0deg,#0a282990,transparent 65%)}
.hero-postcard{border-radius:2px;transform:none;padding:8px 8px 23px;box-shadow:0 24px 70px #082c2c30}
.hero-postcard>img{border-radius:0;aspect-ratio:.8}
.hero-postcard>span{margin:19px 12px 0}
.hero-postcard::before{content:'';position:absolute;inset:-13px 13px 13px -13px;border:1px solid #faf7ef66;z-index:-1;pointer-events:none}
.hero-postcard:hover{transform:none}
.hero-actions{column-gap:25px}
.hero-controls .round-button{background:#ffffff0c}
.hero-controls{gap:7px}
.scroll-cue>.icon{border-radius:2px}
.booking-strip{border-top:3px solid var(--clay);box-shadow:var(--soft-shadow)}
.booking-benefit .icon{color:var(--clay)}
.story-main img,.service-photo>img{border-radius:3px}
.story-small,.service-photo-inset{box-shadow:0 22px 45px #243c371c}
.features-strip{background:var(--sand);border-color:transparent;padding-block:25px}
.features-strip>div{border-color:#cfcfbe}
.room-card{border:1px solid var(--line);box-shadow:0 5px 20px #16392f04}
.room-photo img{aspect-ratio:1.3}
.photo-arrow,.gallery-item>span,.destination-arrow{border-radius:2px}
.room-number{background:var(--paper);color:var(--ink);padding:5px 10px;font-weight:600}
.room-body{padding:28px}
.room-meta{letter-spacing:.065em}
.room-actions{row-gap:8px}
.territory-section::before{display:none}
.destination{border:1px solid #ffffff26}
.destination-arrow{background:var(--paper);color:var(--sea);border:0}
.offer-card{box-shadow:var(--soft-shadow)}
.offer-picture>img{aspect-ratio:2.25}
.offer-badge{bottom:0;left:0;padding:13px 27px;background:var(--sea);color:var(--paper)}
.review-card{background:var(--white);border-top:3px solid #b8c5ad;box-shadow:0 6px 25px #16392f04}
.review-card:first-child{border-top-color:var(--gold)}
.review-author{padding-top:15px;border-top:1px solid #b7c0ab66}
.page-hero{gap:clamp(28px,4.5vw,68px);padding-top:40px;min-height:480px}
.page-hero-photo{border-radius:3px;min-height:440px;width:100%;aspect-ratio:auto}
.page-hero-photo>span{bottom:0;right:0;padding:16px 22px;max-width:100%;font-size:9px;background:var(--paper)}
.page-hero-copy>.page-intro-text{font-size:14px;max-width:465px;color:var(--muted);margin-top:25px;line-height:1.85}
.page-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 25px;margin-top:28px}
.page-hero-actions>.button{max-width:100%}
.page-jump-nav{display:flex;flex-wrap:wrap;gap:0;margin-block:28px 0}
.page-jump-nav>a{flex:1 1 170px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border:1px solid var(--line);margin-right:-1px;margin-bottom:-1px;font-size:11px;line-height:1.6;background:var(--white);overflow-wrap:normal;hyphens:none}
.page-jump-nav .icon{width:17px;height:17px;color:var(--clay)}
.room-finder{padding:28px;background:var(--sand);display:grid;grid-template-columns:1fr auto;gap:20px 30px;border-top:2px solid var(--clay);margin-bottom:25px}
.room-finder h3{font-size:29px}
.room-finder>div>p{font-size:12px;color:var(--muted);line-height:1.8;margin-top:10px;max-width:590px}
.room-filter-options{display:flex;align-items:center;flex-wrap:wrap;align-content:center;gap:7px}
.room-filter-options button{min-height:45px;padding:10px 16px;font-size:12px;line-height:1.5;border:1px solid #c5c8b9;background:var(--paper);border-radius:2px}
.room-filter-options button[aria-pressed=true]{background:var(--sea);border-color:var(--sea);color:var(--paper)}
.room-results{grid-column:1/-1;font-size:11px;color:var(--muted);padding-top:13px;border-top:1px solid #cccebf}
.room-jump-links{gap:0;margin-block:0 30px}
.room-jump-links a{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:10px 0;margin-right:22px;font-size:11px}
.full-rooms{grid-template-columns:minmax(0,1fr);gap:32px}
.full-rooms>.room-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;grid-column:auto}
.full-rooms .room-photo img{height:100%;min-height:350px;aspect-ratio:1.48;object-fit:cover}
.full-rooms .room-body{padding:clamp(28px,3.5vw,52px);align-self:center;min-width:0}
.full-rooms .room-body h3{font-size:clamp(32px,3.1vw,48px)}
.full-rooms .room-body .prose{max-width:620px;font-size:14px;line-height:1.85}
.full-rooms .room-actions{margin-top:12px}
.full-rooms>.room-card-suite{background:var(--sea);color:var(--paper);border-color:var(--sea)}
.room-card-suite .room-meta,.room-card-suite .room-meta>span{color:#e0d3ac}
.room-card-suite .prose{color:#e4e9df}
.room-card-suite .button-small{background:var(--paper);color:var(--ink)}
.services-catalog .amenity-list{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}
.services-catalog .amenity-list li{padding:24px;background:var(--white);border:1px solid var(--line);font-size:14px;line-height:1.7;align-items:center;gap:17px}
.services-catalog .amenity-list .icon{height:30px;width:30px}
.place-grid figure img{border-radius:3px}
.place-nav{padding-top:28px}
.place-nav a{border-radius:2px;background:var(--white)}
.arrival-grid{align-items:start}
.arrival-card{min-width:0;background:var(--white);border:1px solid var(--line);box-shadow:var(--soft-shadow)}
.arrival-photo{display:block;position:relative;overflow:hidden}
.arrival-photo>img{width:100%;aspect-ratio:1.55;object-fit:cover;object-position:center 32%}
.arrival-photo>span{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:9px;padding:11px 17px;background:var(--sea);color:var(--paper);font-size:9px;letter-spacing:.09em}
.arrival-photo>span>.icon{width:18px;height:18px}
.arrival-card-body{padding:clamp(24px,3vw,38px)}
.arrival-card-body .eyebrow{font-size:9px;margin-bottom:13px;color:var(--clay)}
.arrival-card h3{font-size:clamp(30px,3vw,40px)}
.copyable-address{font-size:13px;color:var(--muted);margin-top:18px;line-height:1.8;user-select:text}
.arrival-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;margin-top:23px}
.arrival-actions>.button{font-size:11px;padding-inline:19px;gap:15px;max-width:100%}
.arrival-hint{font-size:11px;color:var(--muted);line-height:1.7;margin-top:16px}
.gallery-position{font-size:11px;white-space:nowrap;font-variant-numeric:tabular-nums;margin-right:8px;color:var(--muted)}
.gallery-buttons{align-items:center}
.gallery-section .section-heading{margin-bottom:18px}
.gallery-help{font-size:12px;color:var(--muted);margin-bottom:25px}
.gallery-item{flex-basis:clamp(225px,26vw,390px)}
.gallery-item img{aspect-ratio:1.2}
.gallery-track{padding-bottom:22px;scrollbar-color:var(--clay) var(--sand)}
.lightbox-toolbar{align-items:center;gap:18px}
.lightbox button{border-radius:2px;flex-shrink:0}
.lightbox-status{max-width:450px;font-size:14px;text-align:center;padding:24px;line-height:1.8}
.lightbox figure{touch-action:pan-y pinch-zoom}
.lightbox-image{transition:opacity .15s}

.faq-section{background:var(--sand)}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(35px,7vw,100px);align-items:start}
.faq-grid .eyebrow{color:var(--clay)}
.faq-intro{min-width:0;align-self:start;top:calc(var(--header-height) + var(--anchor-gap) + 1px)}
.faq-intro-copy{display:grid;margin-top:26px;max-width:100%;border:1px solid var(--line);border-radius:16px;background:var(--white);box-shadow:0 10px 30px #193f3808;color:var(--muted);font-size:16px;line-height:1.8;overflow-wrap:anywhere}
.faq-intro-copy>p{min-width:0;padding:26px}
.faq-intro-copy>p:first-child{position:relative;background:var(--sea);color:var(--paper);border-radius:15px 15px 0 0;font:500 18px/1.65 var(--serif);letter-spacing:-.015em}
.faq-intro-mark{display:block;width:34px;height:34px;margin-bottom:18px;color:var(--gold)}
.faq-intro-copy a{color:var(--sea);font-weight:600;text-decoration:underline;text-decoration-color:#a3b3a4;text-decoration-thickness:1px;text-underline-offset:4px;border-radius:2px;transition:color .2s,text-decoration-color .2s}
.faq-intro-copy a:is(:hover,:focus-visible){color:var(--clay);text-decoration-color:currentColor}
.faq-intro-copy a:focus-visible{outline-offset:3px}
@media(min-width:700px) and (max-width:999px){
 .faq-intro-copy{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
 .faq-intro-copy>p:first-child{border-radius:15px 0 0 15px}
 .faq-intro-copy>p+p{align-self:center}
}
@media(max-width:639px){
 .faq-intro-copy{margin-top:24px;border-radius:14px}
 .faq-intro-copy>p{padding:22px}
 .faq-intro-copy>p:first-child{border-radius:13px 13px 0 0;font-size:17px}
 .faq-intro-mark{margin-bottom:16px}
}
@media print{
 .faq-intro-copy{box-shadow:none}
 .faq-intro-copy>p:first-child{background:transparent;color:var(--ink)}
 .faq-intro-mark{color:var(--ink)}
}
/* Only pin the introduction when its full content fits below the header. */
@media screen and (min-width:1000px){.faq-intro.is-sticky{position:sticky}}
.faq-items{border-top:1px solid #c5c9b6}
.faq-items details{border-bottom:1px solid #c5c9b6}
.faq-items summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;font-size:15px;font-weight:500;line-height:1.6;overflow-wrap:normal}
.faq-items summary>.icon{width:20px;height:20px;color:var(--clay)}
.faq-items details>p{padding:0 35px 25px 0;font-size:14px;color:var(--muted);line-height:1.9}
.back-to-top{position:fixed;right:clamp(4px,calc(var(--gutter) - 52px),22px);bottom:28px;width:44px;height:44px;display:grid;place-items:center;background:var(--sea);color:var(--paper);border:1px solid #c8d0be;box-shadow:0 8px 24px #13342f24;z-index:35;border-radius:2px}
.back-to-top .icon{width:21px;height:21px}
.footer-back-to-top{display:flex;align-items:center;gap:12px;width:fit-content;max-width:100%;margin:22px 0 0 auto;font-size:11px;min-height:44px;padding:10px 0;border-bottom:1px solid var(--line)}
.footer-back-to-top .icon{width:17px;height:17px}
.footer-cookie-notice{font-size:12px;padding-inline-end:0}
.site-footer{padding-bottom:max(36px,env(safe-area-inset-bottom))}

@media(hover:hover) and (pointer:fine){
 .page-jump-nav>a:hover{background:var(--sand)}
 .room-filter-options button:not([aria-pressed=true]):hover{border-color:var(--sea)}
 .round-button:disabled:hover{background:transparent;color:inherit}
 .full-rooms>.room-card:hover{transform:none;box-shadow:0 18px 45px #16392f10}
 .back-to-top:hover{background:var(--clay)}
}
@media(max-width:1199px){
 .room-finder{grid-template-columns:1fr;gap:18px}
 .full-rooms .room-body{padding:30px}
 .page-hero{gap:35px}
}
@media(max-width:999px){
 .page-hero{min-height:400px;padding-top:28px;gap:28px}
 .page-hero-photo{min-height:380px}
 .page-hero-actions{gap:12px;margin-top:23px}
 .page-hero-actions>.button{font-size:11px;gap:15px;padding:12px 17px}
 .page-hero-actions>.text-link{padding-inline:0}
 .page-jump-nav>a{flex-basis:40%;padding:15px 17px}
 .full-rooms .room-photo img{min-height:340px}
 .full-rooms .room-body{padding:25px}
 .full-rooms .room-body h3{font-size:34px}
 .full-rooms .room-actions{padding-top:12px}
 .services-catalog .amenity-list{grid-template-columns:repeat(2,minmax(0,1fr))}
 .faq-grid{grid-template-columns:1fr;gap:28px}
 .back-to-top{display:none!important}
}
@media(max-width:639px){
 .hero-postcard::before{display:none}
 .room-body{padding:24px}
 .page-hero{gap:25px;padding-top:20px;min-height:0}
 .page-hero-photo{min-height:0;height:265px}
 .page-hero-copy{padding-block:14px 0}
 .page-hero-copy>.page-intro-text{margin-top:20px}
 .page-hero-actions{margin-top:23px}
 .page-hero-actions>.button{font-size:11px}
 .page-jump-nav{margin-top:24px}
 .page-jump-nav>a{font-size:10px;gap:8px;padding:12px}
 .page-jump-nav .icon{width:14px;height:14px}
 .room-finder{padding:22px;gap:18px}
 .room-finder h3{font-size:28px}
 .room-filter-options{gap:6px}
 .room-filter-options button{padding:10px 13px;font-size:11px;flex:1 1 auto}
 .room-jump-links a{font-size:11px;margin-right:15px}
 .full-rooms>.room-card{grid-template-columns:minmax(0,1fr)}
 .full-rooms .room-photo img{min-height:0;aspect-ratio:1.35;height:auto}
 .full-rooms .room-body{padding:25px}
 .full-rooms .room-body h3{font-size:34px}
 .full-rooms .room-body .prose{font-size:13px}
 .full-rooms .room-actions{margin-top:5px}
 .services-catalog .amenity-list{grid-template-columns:1fr}
 .services-catalog .amenity-list li{padding:20px;font-size:13px}
 .arrival-card-body{padding:25px}
 .arrival-card h3{font-size:32px}
 .gallery-section .section-heading{flex-wrap:wrap;align-items:center;row-gap:20px}
 .gallery-position{font-size:10px;margin-right:4px}
 .gallery-item{flex-basis:78vw}
 .gallery-item img{aspect-ratio:1.12}
 .lightbox-toolbar{left:15px;right:15px;top:12px;gap:8px}
 .lightbox-count{font-size:11px;white-space:nowrap}

 .faq-items summary{font-size:14px;padding-block:20px}
 .faq-items details>p{font-size:13px;padding-right:0}
}
@media(max-width:359px){
 .page-jump-nav>a{flex-basis:100%;font-size:11px}
 .page-hero-actions{align-items:flex-start}
 .page-hero-actions>.button{min-width:0;max-width:100%}
 .full-rooms .room-body,.room-finder,.arrival-card-body{padding:20px}
 .gallery-item{flex-basis:80vw}
 .lightbox-toolbar{gap:6px}
}
@media(max-height:430px){.back-to-top{display:none}}
@media(prefers-reduced-motion:reduce){.lightbox-image{transition:none}}
@media print{
 .page-jump-nav,.room-finder,.back-to-top,.gallery-buttons,.lightbox,.map-dialog{display:none!important}
 .full-rooms>.room-card[hidden]{display:grid!important}
 .arrival-card{box-shadow:none;break-inside:avoid}
 .site-header{backdrop-filter:none}
}

/* Contemporary typography and more generous, readable sections. */
.unbroken-word{white-space:nowrap}
/* Scale the longest compound room names to the actual text column. */
.room-body{container-type:inline-size}
.room-body h3 .unbroken-word{font-size:min(1em,11.2cqi)}
.room-body h3 .unbroken-long{font-size:min(1em,8.3cqi)}
:root{
 --display:'Plus Jakarta Sans',Arial,sans-serif;
 --serif:var(--display);--sans:'DM Sans',Arial,sans-serif;
 --paper:#f7f8f4;--white:#fff;--sand:#edf1e8;--muted:#4e6057;--line:#dce3d8;
 --body-size:17px;--detail-size:14px;--radius:14px;
}
body{font-family:var(--sans);font-size:var(--body-size);line-height:1.75;font-optical-sizing:auto}
h1,h2,h3,h4,h5,h6{font-family:var(--display);font-weight:600;line-height:1.16;letter-spacing:-.035em}
h1 em,h2 em,h3 em{font-style:normal;font-weight:500}
h2,.story-copy h2,.room-introduction h2,.place-grid h2,.gallery-section h2{font-size:clamp(32px,3.5vw,50px);line-height:1.18}
h3,.amenities-panel h3,.room-body h3,.offer-card h3{font-size:clamp(25px,2.15vw,32px);line-height:1.25}
.eyebrow,.hero .eyebrow,.page-hero-copy .eyebrow,.gallery-section .eyebrow{font-size:12px;letter-spacing:.09em;line-height:1.65}
.prose,.story-copy .prose,.room-body .prose,.full-rooms .room-body .prose,.offer-card .prose,.place-grid .prose,.arrival-grid .prose,.section-intro,.service-feature .section-intro,.territory-intro,.page-hero-copy>.page-intro-text{font-size:var(--body-size);line-height:1.8}
.prose p+p{margin-top:22px}
.section-intro,.territory-intro{max-width:680px}
.button,.text-link,.button-small,.hero-actions .text-link,.booking-strip .button,.room-actions .text-link,.amenities-panel .button,.page-hero-actions>.button,.arrival-actions>.button,.closing-section .text-link{font-size:15px;letter-spacing:0;line-height:1.5;gap:18px}
.button{border-radius:9px;min-height:52px;padding:14px 22px}
.text-link{border-radius:0;padding:10px 0;min-height:46px}
.round-button,.photo-arrow,.gallery-item>span,.destination-arrow,.back-to-top,.lightbox button{border-radius:9px}
.photo-arrow,.gallery-item>span{color:var(--ink)}
/* Keep keyboard focus inside photo cards, including clipped gallery tracks. */
:is(.room-photo,.gallery-item,.destination,.arrival-photo):focus-visible{outline:3px solid var(--paper);outline-offset:-7px}
:is(.room-photo,.gallery-item,.destination,.arrival-photo):focus-visible::before{content:'';position:absolute;inset:4px;z-index:2;border:3px solid var(--paper);border-radius:6px;box-shadow:0 0 0 2px var(--sea);pointer-events:none}
.site-header{background:#f7f8f4f5}
.header-inner{gap:22px}
.desktop-nav{gap:19px}
.desktop-nav a{font-size:16px;letter-spacing:-.01em}
.header-actions{gap:16px}
.header-actions>.button{font-size:14px;min-height:46px;padding:12px 19px;gap:12px}
.language-picker{font-size:13px}
.brand-location{font-size:23px;font-weight:600;letter-spacing:-.035em;padding-left:18px}
.brand-location>span{font-size:10px;letter-spacing:.04em}
.topline{font-size:12px;letter-spacing:.04em}
.mobile-menu>a{font-family:var(--display);font-size:28px;font-weight:500;line-height:1.35;padding-block:13px;letter-spacing:-.035em}
.mobile-languages>a{font-size:14px}
.hero{border-radius:var(--radius)}
.hero h1{font-size:clamp(48px,5.3vw,80px);font-weight:600;line-height:1.08;letter-spacing:-.055em;text-wrap:balance}
.hero h1 em{font-weight:500}
.hero-content{padding-top:80px;padding-bottom:135px;gap:55px}
.hero-description{font-size:18px;line-height:1.7;max-width:570px}
.hero-actions{gap:20px 30px}
.hero-postcard{border-radius:12px;padding:9px 9px 26px}
.hero-postcard>img{border-radius:7px;aspect-ratio:.84}
.hero-postcard::before{display:none}
.hero-postcard>span{font-size:20px;font-weight:600;line-height:1.3;margin-inline:10px;letter-spacing:-.035em}
.hero-postcard small{font-size:13px;line-height:1.5;letter-spacing:0;max-width:150px}
.hero-postcard>.icon{right:16px;bottom:30px}
.sea-stamp>span{font-size:30px;font-weight:600}
.sea-stamp>small{font-size:12px;max-width:80px;letter-spacing:0}
.scroll-cue,.slide-counter{font-size:12px;letter-spacing:.025em}
.booking-strip{border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 45px #193f3810}
.booking-strip>.container{padding:28px 32px;gap:28px}
.booking-intro .eyebrow{font-size:11px;letter-spacing:.08em;margin-bottom:9px}
.booking-intro>p:last-child{font-size:23px;font-weight:500;line-height:1.35;max-width:370px;letter-spacing:-.025em}
.booking-benefit{font-size:14px;max-width:180px;line-height:1.6;gap:12px}
.story-main img,.story-small,.story-small img,.service-photo>img,.service-photo-inset,.service-photo-inset>img,.place-grid figure img{border-radius:var(--radius)}
.story-visual{padding-bottom:75px}
.story-main figcaption,.place-grid figcaption{font-size:13px;letter-spacing:.015em;line-height:1.65;max-width:none}
.story-note{font-style:normal;font-size:22px;font-weight:600;transform:none;letter-spacing:-.03em;bottom:15px}
.features-strip{border-radius:12px;background:var(--white);box-shadow:0 7px 30px #193f3808;border:1px solid var(--line);padding-block:20px}
.features-strip>div{font-size:15px;line-height:1.6;gap:14px}
.section-heading{margin-bottom:32px;gap:25px 40px}
.room-card,.offer-card,.review-card,.arrival-card{border-radius:var(--radius);box-shadow:0 8px 30px #193f3807}
.room-card,.offer-card,.arrival-card{overflow:hidden}
.room-body,.offer-body,.review-card{padding:32px}
.room-number,.room-meta,.offer-index{font-size:13px;letter-spacing:.04em;line-height:1.65}
.room-number{border-radius:6px;padding:6px 12px}
.room-body h3{letter-spacing:-.035em}
.room-actions{gap:14px}
.full-rooms{gap:38px}
.full-rooms .room-body{padding:clamp(28px,3vw,48px)}
.full-rooms .room-body h3{font-size:clamp(28px,2.65vw,38px)}
.full-rooms .room-photo img{min-height:390px}
.room-finder{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:var(--white);grid-template-columns:minmax(0,1fr);gap:22px}
.room-finder h3{font-size:27px}
.room-finder>div>p{font-size:16px;max-width:760px;line-height:1.7}
.room-filter-options{gap:9px}
.room-filter-options button{font-size:15px;min-height:48px;padding:12px 22px;border-radius:8px}
.room-results{font-size:14px;padding-top:18px}
.room-jump-links{gap:10px;margin-block:25px 30px}
.room-jump-links a,.place-nav a{font-size:14px;line-height:1.6;min-height:46px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:var(--white);margin:0;max-width:100%;overflow-wrap:normal}
.room-jump-links a:hover{color:var(--paper)}
.amenities-panel{border-radius:var(--radius);background:var(--sand);border:1px solid var(--line)}
.amenity-list{font-size:15px;line-height:1.75;gap:22px}
.services-catalog .amenity-list{gap:18px}
.services-catalog .amenity-list li{font-size:16px;padding:25px;border-radius:12px;gap:18px;align-items:flex-start}
.services-catalog .amenity-list .icon{width:28px;height:28px;margin-top:2px}
.destination{border-radius:var(--radius)}
.destination>div>span{font-size:12px;line-height:1.6;letter-spacing:.045em}
.destination h3{font-size:clamp(27px,2.6vw,38px);line-height:1.2}
.destination-0 h3{font-size:clamp(34px,3.8vw,52px)}
.territory-foot{font-size:12px;line-height:1.8;letter-spacing:.04em}
.offer-card{background:var(--white)}
.offer-picture>img{aspect-ratio:2.1}
.offer-badge{font-size:27px;font-weight:600;line-height:1.2;border-radius:0 9px 0 0;padding:14px 25px}
.read-more summary,.review-author{font-size:14px;line-height:1.7}
.parks-detail{border:1px solid var(--line);border-radius:12px;background:var(--paper);padding-inline:28px}
.parks-detail summary{font-size:24px;font-weight:500;line-height:1.4;letter-spacing:-.025em;gap:25px}
.parks-detail summary small{font-size:15px;line-height:1.65;letter-spacing:0}
.parks-percent{font-size:42px;font-weight:600;min-width:100px;flex-shrink:0;white-space:nowrap}
.parks-percent>span{font-size:25px}
.reviews-grid,.full-reviews{gap:26px;align-items:stretch}
.full-reviews .review-card:nth-child(3n+2){margin-top:0}
.review-card blockquote{font-size:17px;line-height:1.85}
.quote-mark{font-family:Arial,sans-serif;font-size:66px;line-height:1;height:48px}
.coast-interlude{border-radius:var(--radius);overflow:hidden;margin-inline:auto}
.coast-interlude p:not(.eyebrow){font-size:clamp(27px,2.8vw,37px);font-weight:500;line-height:1.35}
.coast-interlude p.interlude-small{font-size:var(--body-size);font-weight:400;line-height:1.8}
.address-line,.copyable-address{font-size:16px}
.arrival-card h3{font-size:clamp(28px,2.6vw,36px);line-height:1.25}
.arrival-card-body .eyebrow,.arrival-photo>span{font-size:12px;letter-spacing:.055em;line-height:1.6}
.arrival-hint,.gallery-help,.gallery-position{font-size:14px;line-height:1.7}
.gallery-item{border-radius:12px}
.gallery-help{margin-bottom:28px}
.page-hero{padding-top:36px;gap:clamp(30px,4vw,60px)}
.page-hero h1{font-size:clamp(42px,4.7vw,70px);line-height:1.1;letter-spacing:-.05em}
.page-hero-photo{border-radius:var(--radius);min-height:440px}
.page-hero-photo>span{font-size:12px;letter-spacing:.02em;line-height:1.6;padding:13px 18px;border-radius:9px 0 0 0}
.page-hero-copy>.page-intro-text{max-width:560px}
.page-jump-nav{gap:10px;margin-top:30px}
.page-jump-nav>a{font-size:14px;flex-basis:180px;border-radius:9px;padding:16px 19px;margin:0;line-height:1.6;font-weight:500}
.place-nav{gap:10px}
.place-grid .prose{max-width:70ch}

.faq-items{border:0;display:grid;gap:12px}
.faq-items details{background:var(--white);border:1px solid var(--line);border-radius:11px;padding-inline:24px}
.faq-items summary{font-size:17px;line-height:1.55;padding-block:23px;gap:18px}
.faq-items details>p{font-size:16px;line-height:1.8;padding:0 0 24px}
.closing-section{padding:85px 0;background:var(--sea)}
.closing-section::before,.closing-word{display:none}
.closing-section h2{font-size:clamp(42px,5.4vw,76px);line-height:1.12;letter-spacing:-.05em}
.closing-section .container>div>p:not(.eyebrow){font-size:17px;line-height:1.8}
.closing-section .container>div:last-child{max-width:490px;padding-top:0}
.footer-top>span{font-size:12px;line-height:1.7;letter-spacing:.035em;max-width:420px}
.footer-top>.text-link,.footer-back-to-top{font-size:14px}
.footer-column{font-size:15px;line-height:1.8}
.footer-column h6{font-size:14px;letter-spacing:.035em}
.footer-bottom{font-size:13px;line-height:1.9}
.footer-cookie-notice{font-size:14px;line-height:1.85;padding-inline-end:0}
.footer-back-to-top{margin-top:24px}
.mobile-booking>.button{font-size:14px;line-height:1.5;gap:12px}
.mobile-booking>a:last-child{border-radius:8px}
.lightbox-count,.lightbox figcaption{font-size:14px;line-height:1.6}
.lightbox-status{font-size:16px;min-height:0;max-width:100%;max-height:100%;padding:8px;overflow:auto;overflow-wrap:normal;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ffffff80 transparent}
.lightbox-status:focus-visible{outline:2px solid var(--paper);outline-offset:2px}
.lightbox figure{gap:12px}
.lightbox figcaption{padding-top:0;flex-shrink:0}
.lightbox-image{min-height:0;flex-shrink:1;max-height:calc(100% - 45px)}
@media(min-width:1000px){
 .full-rooms>.room-card:nth-child(even)>.room-photo{order:2}
 .full-rooms>.room-card:nth-child(even)>.room-body{order:1}
}
@media(max-width:1399px){
 .desktop-nav{gap:17px}
 .header-inner{gap:18px}
 .hero-postcard>span{font-size:18px}
 .hero-postcard small{font-size:12px;max-width:105px}
}
@media(max-width:1199px){
 .hero-content{padding-top:70px;padding-bottom:125px}
 .hero-aside{display:none}
 .room-filter-options button{flex:0 1 auto}
 .booking-strip>.container{padding:25px;gap:28px}
}
@media(max-width:999px){
 .story-grid,.service-feature-grid,.arrival-grid{gap:40px}
 .full-rooms .room-body{padding:28px}
 .full-rooms .room-body h3{font-size:29px}
 .room-body,.offer-body,.review-card{padding:27px}
 .page-hero-photo{min-height:390px}
 .page-hero h1{font-size:clamp(38px,4.8vw,50px)}
 .parks-detail{padding-inline:23px}
 .parks-detail summary{font-size:22px}
 .features-strip>div{font-size:14px;padding:17px;gap:12px}
}
@media(max-width:759px){
 .brand-location{display:none}
 .topline{font-size:11px}

}
@media(max-width:639px){
 :root{--body-size:16px;--radius:12px}
 h2,.story-copy h2,.room-introduction h2,.place-grid h2,.gallery-section h2{font-size:clamp(30px,7.8vw,40px);line-height:1.2}
 .header-inner{gap:10px}
 .header-actions{gap:9px}
 .header-actions>.button{font-size:13px;padding:11px 14px;gap:8px}
 .language-picker{font-size:12px}
 .brand img{width:73px}
 .topline{font-size:10px;letter-spacing:.025em}
 .hero-content{padding:48px 23px 112px;min-height:610px;display:block}
 .hero h1{font-size:clamp(37px,9vw,55px);line-height:1.1;letter-spacing:-.05em}
 .hero-description{font-size:17px;line-height:1.7;margin-top:26px}
 .hero .eyebrow{font-size:10px;letter-spacing:.045em;line-height:1.8}
 .hero-actions{gap:16px 24px;margin-top:26px}
 .hero-bottom{padding-inline:23px;gap:12px}
 .scroll-cue{font-size:10px;line-height:1.6;letter-spacing:0;max-width:110px}
 .slide-counter{font-size:12px;margin-right:2px}
 .hero-dots{display:none}
 .button,.text-link,.button-small,.hero-actions .text-link,.booking-strip .button,.room-actions .text-link,.amenities-panel .button,.page-hero-actions>.button,.arrival-actions>.button,.closing-section .text-link{font-size:14px;gap:15px}
 .button{padding:14px 18px;min-height:50px}
 .text-link{padding:10px 0;min-height:46px}
 .booking-strip>.container{padding:24px;gap:20px}
 .booking-intro>p:last-child{font-size:22px;line-height:1.4}
 .booking-intro .eyebrow{font-size:11px}
 .story-visual{padding-right:38px;padding-bottom:72px}
 .story-main figcaption{font-size:13px;max-width:180px}
 .story-note{font-size:21px;bottom:13px}
 .features-strip{padding:6px}
 .features-strip>div,.features-strip>div:nth-child(even){font-size:14px;padding:15px 10px;gap:10px;align-items:flex-start}
 .features-strip .icon{width:24px;height:24px}
 .section-heading{gap:20px;margin-bottom:25px}
 .room-body,.offer-body,.review-card,.full-rooms .room-body{padding:26px}
 .room-body h3,.offer-card h3,.full-rooms .room-body h3{font-size:28px;line-height:1.25}
 .room-meta,.room-number,.offer-index{font-size:13px}
 .room-actions{gap:12px;padding-top:23px}
 .full-rooms .room-photo img{min-height:0;aspect-ratio:1.35}
 .room-finder{padding:25px}
 .room-finder h3{font-size:25px}
 .room-finder>div>p{font-size:16px}
 .room-filter-options{gap:8px}
 .room-filter-options button{font-size:14px;padding:12px 16px;flex:1 1 auto}
 .room-jump-links a,.place-nav a{font-size:14px;padding:11px 14px}
 .amenity-list{font-size:15px;gap:20px 15px}
 .services-catalog .amenity-list li{font-size:16px;padding:22px}
 .destinations{grid-template-columns:1fr;grid-template-rows:300px 240px 240px;gap:18px}
 .destination-0{grid-column:auto;grid-row:auto}
 .destination>div,.destination-0>div{left:24px;right:62px;bottom:25px}
 .destination>div>span{font-size:12px;line-height:1.7}
 .destination h3,.destination-0 h3{font-size:34px}
 .destination-arrow,.destination-0 .destination-arrow{right:18px;bottom:25px;width:36px;height:36px}
 .territory-foot{font-size:11px;letter-spacing:.03em;align-items:flex-start}
 .offer-badge{font-size:25px;left:0;bottom:0;padding:12px 22px}
 .parks-detail{padding-inline:22px}
 .parks-detail summary{display:grid;grid-template-columns:1fr auto;gap:14px;font-size:22px;line-height:1.4}
 .parks-percent{grid-column:1/-1;font-size:37px;min-width:0}
 .parks-detail summary small{font-size:14px}
 .review-card blockquote{font-size:16px;line-height:1.85}
 .coast-interlude>div{padding:40px 26px}
 .coast-interlude p:not(.eyebrow){font-size:28px;line-height:1.35}
 .coast-interlude p.interlude-small{font-size:16px;line-height:1.8}
 .arrival-card-body{padding:26px}
 .arrival-card h3{font-size:29px}
 .arrival-photo>span{font-size:11px}
 .arrival-actions{gap:10px 20px}
 .gallery-section .section-heading{align-items:flex-start;flex-direction:column;gap:20px}
 .gallery-position{font-size:14px}
 .gallery-help{font-size:15px}
 .page-hero{padding-top:22px;gap:27px}
 .page-hero h1{font-size:clamp(36px,9.2vw,50px);line-height:1.13}
 .page-hero-photo{min-height:0;height:290px}
 .page-hero-photo>span{font-size:11px;padding:12px 16px}
 .page-hero-actions{gap:12px 22px}
 .page-jump-nav{margin-top:25px;gap:9px}
 .page-jump-nav>a{font-size:14px;flex-basis:45%;padding:14px 16px;gap:12px}

 .faq-items details{padding-inline:20px}
 .faq-items summary{font-size:17px;gap:16px;padding-block:22px}
 .faq-items details>p{font-size:16px}
 .closing-section{padding:65px 0}
 .closing-section>.container{padding-inline:var(--gutter);gap:30px}
 .closing-section h2{font-size:clamp(38px,10.3vw,54px);line-height:1.15}
 .closing-section .container>div>p:not(.eyebrow){font-size:16px}
 .footer-top>span{font-size:12px;max-width:190px}
 .footer-top{gap:22px}
 .footer-column{font-size:15px}
 .footer-bottom{font-size:13px}
 .footer-cookie-notice{font-size:14px}
 .mobile-booking>.button{font-size:14px;padding:12px 16px;gap:12px}
 .lightbox{padding:76px 15px 92px}
 .lightbox-toolbar{left:15px;right:15px;gap:8px}
 .lightbox-count,.lightbox figcaption{font-size:13px}
 .lightbox-image{max-height:calc(100% - 54px)}
}
@media(max-width:359px){
 .header-inner{gap:6px}
 .header-actions{gap:5px}
 .header-actions>.button{font-size:12px;padding:11px 10px;gap:0}
 .header-actions>.button .icon{display:none}
 .brand img{width:65px}
 .language-picker summary{min-width:36px}
 .menu-toggle{width:38px}
 .hero-content{padding-inline:19px}
 .hero h1{font-size:36px}
 .hero .eyebrow{font-size:10px}
 .hero-bottom{padding-inline:19px;gap:10px}
 .hero-controls{gap:5px}
 .hero-controls .round-button{width:40px;height:44px}
 .scroll-cue{max-width:75px}
 .slide-counter{font-size:12px}
 .slide-counter>span{margin-left:3px}
 .booking-strip>.container{padding:21px}
 .room-body,.offer-body,.review-card,.full-rooms .room-body,.room-finder,.arrival-card-body{padding:21px}
 .room-filter-options button{padding-inline:13px}
 .room-body h3,.offer-card h3,.full-rooms .room-body h3{font-size:26px}

 .page-hero h1{font-size:35px}
 .page-jump-nav>a{flex-basis:100%}
 .features-strip{grid-template-columns:1fr;padding:8px 14px}
 .features-strip>div,.features-strip>div:nth-child(even){border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start;padding:15px 5px;font-size:15px}
 .features-strip>div:last-child{border-bottom:0}
 .amenities-panel .amenity-list{grid-template-columns:1fr}
 .parks-detail{padding-inline:19px}
 .footer-top>span{max-width:155px}
 .mobile-booking{gap:8px;padding-inline:12px}
 .mobile-booking>.button{padding-inline:12px;font-size:13px;gap:8px}
 .lightbox-toolbar{gap:6px}
}
@media(max-height:430px){
 .mobile-menu>a{font-size:24px;padding-block:8px}
 .lightbox{padding-top:70px;padding-bottom:25px}
 .lightbox figure{gap:8px}
 .lightbox-image{max-height:calc(100% - 36px)}
}
@media(max-height:430px) and (max-width:639px){
 .lightbox{padding-inline:66px}
 .lightbox-prev{left:12px;top:calc(50% - 3px);bottom:auto}
 .lightbox-next{right:12px;left:auto;top:calc(50% - 3px);bottom:auto}
}
@media print{
 body{font-size:12px}
 .full-rooms>.room-card .room-photo{order:0}
 .hero h1{font-size:40px}
 .hero-content{padding:30px;min-height:0}
}

/* Coastal compositions: warm surfaces, clear photography and varied section layouts. */
:root{--paper:#faf8f2;--sand:#f0ece2;--line:#dedfd4;--soft-shadow:0 18px 55px #16392f0b}
.site-header{background:#faf8f2f5}
.section-heading{padding-top:23px;border-top:1px solid var(--line)}
.section-heading .eyebrow{margin-bottom:17px}
.coastal-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:0;width:calc(100% - 2*var(--gutter));max-width:1640px;margin-top:24px;background:var(--sand);color:var(--ink);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.coastal-hero .hero-content{position:relative;display:flex;align-items:center;min-height:690px;padding:54px clamp(28px,3.2vw,60px) 112px;gap:0;margin:0;max-width:none;width:100%}
.coastal-hero .hero-copy{width:100%}
.coastal-hero .eyebrow{color:var(--clay);font-size:11px;letter-spacing:.055em;margin-bottom:28px}
.coastal-hero h1{font-size:clamp(45px,4.6vw,76px);line-height:1.09;letter-spacing:-.055em;text-wrap:balance}
.coastal-hero h1 em{color:var(--clay);font-weight:500}
.coastal-hero .hero-description{color:var(--muted);font-size:18px;line-height:1.75;margin-top:28px;max-width:480px}
.coastal-hero .hero-actions{gap:14px 25px;margin-top:30px}
.coastal-hero .hero-actions .text-link{color:var(--ink)}
.coastal-hero .scroll-cue{position:absolute;bottom:28px;left:clamp(28px,3.2vw,60px);color:var(--muted);font-size:11px;letter-spacing:.08em;max-width:none}
.coastal-hero .scroll-cue>.icon{border-color:#a6b0a3;border-radius:8px}
.coastal-hero .hero-visual{position:relative;isolation:isolate;min-width:0;min-height:100%;background:var(--sea);overflow:hidden;border-radius:18px}
.coastal-hero .hero-slide img{object-position:60% 50%;transform:none}
/* Keep the photographs' original colours; shade only the controls at the base. */
.coastal-hero .hero-shade{background:linear-gradient(0deg,#00000052,transparent 30%)}
.coastal-hero .hero-aside{position:absolute;left:28px;right:28px;bottom:104px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;padding:0;gap:18px}
.coastal-hero .hero-postcard{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:14px;max-width:280px;width:64%;padding:10px;border:1px solid #ffffff80;border-radius:12px;box-shadow:0 10px 35px #0a282930}
.coastal-hero .hero-postcard>img{width:78px;height:100px;aspect-ratio:auto;border-radius:6px}
.coastal-hero .hero-postcard>span{font-size:17px;margin:0;line-height:1.4;letter-spacing:-.025em}
.coastal-hero .hero-postcard small{font-size:12px;line-height:1.55;margin-top:5px;max-width:140px}
.coastal-hero .hero-postcard>.icon{display:none}
.coastal-hero .sea-stamp{gap:8px;flex-wrap:wrap;justify-content:flex-start;width:140px;max-width:40%;padding:13px 14px;border:1px solid #ffffff65;border-radius:10px;background:#13342fcc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.coastal-hero .sea-stamp>span{font-size:30px;font-weight:600}
.coastal-hero .sea-stamp>.icon{width:22px;height:22px}
.coastal-hero .sea-stamp>small{font-size:12px;line-height:1.4;max-width:none;flex-basis:100%}
.coastal-hero .hero-bottom{left:28px;right:28px;bottom:26px;transform:none;width:auto;max-width:none;padding:0;gap:12px}
.coastal-hero .hero-dots{display:flex;gap:3px}
.coastal-hero .hero-dots button{width:26px}
.coastal-hero .hero-controls{gap:8px;color:var(--paper)}
.coastal-hero .hero-controls .round-button{background:#00000080;border-color:#ffffffa6}
.coastal-hero .hero-controls .round-button:focus-visible{background:var(--paper);color:var(--ink);outline:2px solid var(--paper);outline-offset:4px}
.coastal-hero .hero-dots button:focus-visible{outline-color:var(--paper);outline-offset:2px}
.coastal-hero .slide-counter{font-size:12px;margin-right:4px}
.booking-strip{margin-top:24px;border-radius:14px;box-shadow:0 12px 38px #193f3806}
.booking-strip>.container{padding:25px 30px}
.booking-intro>p:last-child{font-size:22px;line-height:1.4}
.story-visual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.56fr);align-items:start;gap:18px;padding:0;max-width:620px;width:100%;margin-inline:auto}
.story-main{min-width:0}
.story-main img{aspect-ratio:.86;width:100%}
.story-main figcaption{max-width:none;font-size:13px;line-height:1.7;margin-top:15px}
.story-small{position:static;width:100%;margin-top:clamp(30px,5vw,72px);border:0;border-radius:12px}
.story-note{position:static;grid-column:1/-1;font-size:22px;line-height:1.4;transform:none}
.features-strip{background:var(--sand);border:0;box-shadow:none}
.rooms-preview{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:24px;align-items:stretch}
.rooms-preview>.room-card:not(:last-child){display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr)}
.rooms-preview>.room-card:not(:last-child) .room-photo img{height:100%;min-height:265px;aspect-ratio:auto;object-fit:cover}
.rooms-preview>.room-card:not(:last-child) .room-body{padding:27px 25px}
.rooms-preview>.room-card:not(:last-child) h3{font-size:clamp(22px,1.9vw,28px);line-height:1.3}
.rooms-preview>.room-card:last-child{grid-column:2;grid-row:1/3}
.rooms-preview>.room-card:last-child .room-photo{flex:1}
.rooms-preview>.room-card:last-child .room-photo img{height:100%;min-height:320px;aspect-ratio:1.6;object-fit:cover}
.rooms-preview>.room-card:last-child .room-body{background:var(--sea);color:var(--paper);padding:30px 34px}
.rooms-preview>.room-card:last-child .room-meta{color:#e0d3ac}
.rooms-preview .room-actions{padding-top:22px}
.rooms-preview .room-meta{font-size:12px;line-height:1.8}
.territory-section>.container{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);column-gap:70px}
.territory-section .section-heading{flex-direction:column;align-items:flex-start;gap:24px;border-color:#ffffff38}
.territory-section .section-heading>.text-link{margin:0}
.territory-intro{align-self:end;margin-bottom:38px;max-width:440px}
.territory-section .destinations,.territory-foot{grid-column:1/-1}
.destinations{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);grid-template-rows:460px;gap:22px}
.destination-0{grid-row:auto}
.destination>div,.destination-0>div{left:25px;right:64px;bottom:30px}
.destination h3,.destination-0 h3{font-size:clamp(28px,2.9vw,42px);line-height:1.15}
.destination>div>span{display:block;font-size:11px;line-height:1.7}
.destination-arrow,.destination-0 .destination-arrow{right:20px;bottom:30px}
.destination::after{background:linear-gradient(0deg,#082f2bef,transparent 70%)}
.service-photo>img{aspect-ratio:1.04}
.service-photo-inset{width:51%;border-width:7px}
.services-catalog{background:var(--sand)}
.services-catalog .amenity-list{margin-top:35px;gap:18px}
.services-catalog .amenity-list li{align-items:flex-start;padding:28px;gap:18px}
.services-catalog .amenity-list .icon{width:48px;height:48px;padding:10px;background:var(--sand);border-radius:10px;margin:0}
.offer-card{display:flex;flex-direction:column;box-shadow:0 14px 35px #16392f08}
.offer-picture>img{aspect-ratio:1.9}
.offer-badge{left:20px;top:20px;bottom:auto;background:var(--paper);color:var(--ink);border:1px solid #ffffff70;border-radius:9px;padding:13px 21px;box-shadow:0 8px 30px #082f2b15}
.offer-body{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:34px}
.offer-card .prose{flex:1}
.review-card{box-shadow:none;border-top-width:1px;padding:32px}
.review-card:first-child{border-top-color:var(--sea)}
.review-author{padding-top:22px}
.page-hero{width:calc(100% - 2*var(--gutter));max-width:calc(var(--content) - 2*var(--gutter));background:var(--sand);border:1px solid var(--line);border-radius:20px;margin-top:28px;padding:20px;gap:30px;min-height:0;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}
.page-hero-copy{padding:25px clamp(12px,2vw,30px);align-self:center}
.page-hero h1{font-size:clamp(38px,4.4vw,65px)}
.page-hero h1 em{color:var(--clay)}
.page-hero-photo{min-height:440px;border-radius:12px}
.page-hero-photo>span{bottom:18px;right:18px;border-radius:7px;background:#faf8f2f2;padding:11px 15px}
.page-jump-nav{gap:0;margin-top:24px}
.page-jump-nav>a{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;flex-basis:180px;padding:18px 4px;margin-right:24px}
.page-jump-nav>a:last-child{margin-right:0}
.page-jump-nav .icon{width:20px;height:20px}
/* A single destination bar, with equal links and room around the section boundary. */
.place-nav.container{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:calc(100% - 2*var(--gutter));max-width:calc(var(--content) - 2*var(--gutter));gap:6px;padding:8px;margin-block:28px 36px;background:var(--white);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px #193f3806}
.place-nav>a{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 14px;align-items:center;gap:10px;min-width:0;min-height:70px;margin:0;padding:13px 12px;border:0;border-radius:10px;background:transparent;font-size:15px;font-weight:500;line-height:1.5;text-decoration:none;transition:background .2s,color .2s}
.place-nav>a+a::before{content:'';position:absolute;left:-4px;top:16px;bottom:16px;width:1px;background:var(--line);pointer-events:none}
.place-nav-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--sand);color:var(--clay);transition:background .2s,color .2s}
.place-nav-icon>.icon{width:19px;height:19px}
.place-nav-label{min-width:0;overflow-wrap:anywhere}
.place-nav-arrow.icon{width:14px;height:14px;color:var(--clay)}
.place-nav>a:is(:hover,:focus-visible){background:var(--sea);color:var(--paper)}
.place-nav>a:is(:hover,:focus-visible) .place-nav-icon{background:#ffffff1c;color:var(--paper)}
.place-nav>a:is(:hover,:focus-visible) .place-nav-arrow{color:var(--paper)}
.place-nav>a:focus-visible{outline:2px solid var(--clay);outline-offset:2px;z-index:1}
@media(min-width:640px) and (max-width:1099px){
 .place-nav>a{grid-template-columns:minmax(0,1fr);justify-items:center;gap:8px;padding:14px 8px;text-align:center}
 .place-nav-arrow.icon{display:none}
}
@media(max-width:639px){
 .place-nav.container{grid-template-columns:repeat(2,minmax(0,1fr));margin-block:22px 28px;padding:7px;gap:7px;border-radius:14px}
 .place-nav>a{grid-template-columns:28px minmax(0,1fr);gap:9px;min-height:60px;padding:11px 10px;background:var(--paper);font-size:14px}
 .place-nav>a+a::before,.place-nav-arrow.icon{display:none}
 .place-nav-icon{width:28px;height:28px}
 .place-nav-icon>.icon{width:17px;height:17px}
 .place-nav>a:last-child{grid-column:1/-1;grid-template-columns:28px minmax(0,max-content);justify-content:center}
}
@media(max-width:359px){
 .place-nav.container{grid-template-columns:minmax(0,1fr)}
 .place-nav>a,.place-nav>a:last-child{grid-template-columns:28px minmax(0,1fr);justify-content:normal;min-height:54px}
}
.place-grid{align-items:center}
.place-section:nth-of-type(even){background:var(--sand)}
.place-grid figure img{aspect-ratio:1.2;object-fit:cover}
.place-grid figcaption{padding-bottom:15px;border-bottom:1px solid var(--line)}
/* Destination stories: a clear introduction and quiet, illustrated paragraph breaks. */
.place-section .place-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:clamp(32px,4.5vw,64px)}
.place-section .place-grid>div{min-width:0}
.place-section .place-grid>figure{position:static}
/* Allow long translated words to fit narrow columns when the text is enlarged. */
.place-section .place-description{max-width:none;overflow-wrap:anywhere}
.place-description>.place-lead{padding:22px 24px;border-left:3px solid var(--clay);border-radius:0 var(--radius) var(--radius) 0;background:#ffffffa6;color:var(--ink);font-size:18px;line-height:1.8;margin-bottom:8px}
.place-detail{display:grid;grid-template-columns:34px minmax(0,1fr);gap:16px;align-items:start;padding-block:22px;border-bottom:1px solid var(--line)}
.place-detail:last-child{padding-bottom:0;border-bottom:0}
.place-detail>p{min-width:0;margin:0}
.place-detail-icon{display:grid;place-items:center;width:34px;height:34px;margin-top:2px;border:1px solid #193f3824;border-radius:50%;background:#ffffff80;color:var(--sea)}
.place-detail-icon>.icon{width:19px;height:19px;stroke-width:1.5}
@media screen and (min-width:1000px) and (min-height:700px){
 .place-section .place-grid>figure{position:sticky;top:calc(var(--header-height) + var(--anchor-gap) + 1px)}
 .place-section .place-grid figure img{max-height:calc(100vh - var(--header-height) - var(--anchor-gap) - 90px);max-height:calc(100svh - var(--header-height) - var(--anchor-gap) - 90px)}
}
@media(max-width:999px){
 .place-section .place-grid{grid-template-columns:minmax(0,1fr);max-width:860px;gap:30px}
 .place-section .place-grid>figure,.place-section:nth-of-type(odd) .place-grid>figure{order:0}
 .place-section .place-grid figure img{aspect-ratio:1.65}
}
@media(max-width:639px){
 .place-section .place-grid{gap:26px}
 .place-section .place-grid figure img{aspect-ratio:1.35}
 .place-description>.place-lead{font-size:var(--body-size);padding:18px;margin-bottom:4px}
 .place-detail{grid-template-columns:30px minmax(0,1fr);gap:12px;padding-block:20px}
 .place-detail-icon{width:30px;height:30px}
 .place-detail-icon>.icon{width:17px;height:17px}
}
@media(max-width:359px){
 .place-description>.place-lead{padding:16px}
 .place-detail{grid-template-columns:minmax(0,1fr);gap:10px}
}
@media print{
 .place-section .place-grid{grid-template-columns:minmax(0,1fr);gap:24px}
 .place-section .place-grid>figure,.place-section:nth-of-type(odd) .place-grid>figure{order:0;position:static}
 .place-detail{break-inside:avoid}
}
.arrival-card{box-shadow:0 14px 40px #193f3809}
.arrival-card-body{padding:32px}
/* On-demand map, with native dialog focus management and a permanent external link. */
.arrival-photo>.arrival-map-cue{top:16px;right:16px;bottom:auto;left:auto;max-width:calc(100% - 32px);padding:10px 14px;border:1px solid #ffffff60;border-radius:8px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:600;letter-spacing:0;line-height:1.5;box-shadow:0 5px 20px #193f3820}
.arrival-photo:is(:hover,:focus-visible)>.arrival-map-cue{background:var(--sea);color:var(--paper)}
.map-dialog{width:calc(100% - 48px);max-width:1100px;height:min(780px,calc(100vh - 48px));height:min(780px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid var(--line);border-radius:16px;background:var(--paper);color:var(--ink);box-shadow:0 24px 90px #102e2859;overflow:hidden}
.map-dialog:not([open]){display:none}
.map-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.map-dialog::backdrop{background:#102e28b8}
.map-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid var(--line)}
.map-dialog-header h2{font-size:21px;line-height:1.4;letter-spacing:-.025em;min-width:0}
.map-dialog-close{display:grid;place-items:center;flex:none;width:44px;height:44px;border:1px solid var(--line);border-radius:9px;background:var(--white)}
.map-dialog-close:is(:hover,:focus-visible){background:var(--sea);color:var(--paper)}
.map-dialog iframe{display:block;width:100%;height:100%;min-width:0;min-height:0;border:0;background:var(--sand)}
.map-dialog-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 22px;padding:16px 22px;border-top:1px solid var(--line)}
.map-dialog-footer p{min-width:0;font-size:14px;line-height:1.6;color:var(--muted)}
.map-dialog-footer .button{max-width:100%;min-height:44px;padding:11px 16px;font-size:14px}
.map-dialog :focus-visible{outline-offset:-4px}
@media(max-width:639px){
 .arrival-photo>.arrival-map-cue{top:12px;right:12px;max-width:calc(100% - 24px);padding:9px 12px;font-size:12px}
 .map-dialog{width:calc(100% - 24px);height:calc(100vh - 24px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);border-radius:12px}
 .map-dialog-header{padding:12px 14px;gap:12px}
 .map-dialog-header h2{font-size:17px}
 .map-dialog-footer{padding:12px 14px;gap:10px}
 .map-dialog-footer .button{width:100%}
}
@media(max-height:500px){
 .map-dialog{width:calc(100% - 16px);height:calc(100vh - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}
 .map-dialog-header,.map-dialog-footer{padding:8px 14px;gap:8px 16px}
 .map-dialog-header h2{font-size:17px}
 .map-dialog-footer .button{width:auto;margin-left:auto}
}
@media(max-height:359px){
 .map-dialog-header,.map-dialog-footer{padding-block:6px}
 .map-dialog-footer{row-gap:4px}
 .map-dialog-footer p{font-size:12px;line-height:1.4}
}
/* Address and hotel details: a quiet highlight, followed by open rows. */
.arrival-copy{min-width:0}
.arrival-copy .arrival-address{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:16px;padding:20px 22px;margin-bottom:6px;border:1px solid var(--line);border-radius:12px;background:var(--sand);line-height:1.65}
.arrival-address>span{min-width:0}
.arrival-address-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sea);color:var(--paper)}
.arrival-address-icon .icon{width:23px;height:23px}
.arrival-address strong{font-size:18px;font-weight:600;letter-spacing:-.02em}
.arrival-address-locality{font-size:14px;color:var(--muted)}
.arrival-detail{display:grid;grid-template-columns:36px minmax(0,1fr);gap:18px;padding-block:22px;border-bottom:1px solid var(--line)}
.arrival-detail-icon{display:grid;place-items:center;align-self:start;width:36px;height:36px;border-radius:50%;background:var(--sand);color:var(--clay)}
.arrival-detail-icon .icon{width:23px;height:23px}
.arrival-detail>p{min-width:0}
.arrival-copy>.text-link{margin-top:18px}
@media(max-width:639px){
 .arrival-copy .arrival-address{grid-template-columns:38px minmax(0,1fr);gap:12px;padding:18px 16px}
 .arrival-address-icon{width:38px;height:38px}
 .arrival-address strong{font-size:17px}
 .arrival-detail{grid-template-columns:30px minmax(0,1fr);gap:12px;padding-block:20px}
 .arrival-detail-icon{width:30px;height:30px}
 .arrival-detail-icon .icon{width:21px;height:21px}
}
@media(max-width:359px){
 .arrival-copy .arrival-address{grid-template-columns:1fr;gap:12px}
 .arrival-detail{grid-template-columns:1fr;gap:10px}
}

.faq-items details{transition:border-color .2s,background .2s}
.faq-items details[open]{background:var(--paper);border-color:#a9b5a4}
.gallery-section{--section-anchor-inset:45px;padding-top:var(--section-anchor-inset)}
.gallery-track{gap:22px}
.gallery-item{flex-basis:clamp(250px,29vw,440px)}
.gallery-item img{aspect-ratio:1.15}
.closing-section{background:linear-gradient(90deg,#13342ff5,#13342fe3 48%,#13342f80),url('../images/responsive/parallax-3-1220.webp') center 54%/cover;padding-block:90px}
.closing-section>.container{gap:65px}
.site-footer{padding-top:55px}
.footer-top{padding-bottom:34px}
.footer-grid{gap:clamp(28px,4vw,65px);padding-block:40px}
@media(min-width:1200px){
 .rooms-preview>.room-card:last-child{display:grid;grid-template-rows:minmax(320px,1fr) auto}
 .rooms-preview>.room-card:last-child .room-photo img{position:absolute;inset:0;width:100%;height:100%;min-height:0;aspect-ratio:auto}
}
@media(hover:hover) and (pointer:fine){
 .coastal-hero .hero-controls .round-button:hover{background:var(--paper);color:var(--ink);border-color:var(--paper)}
 .rooms-preview>.room-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #16392f12}
 .services-catalog .amenity-list li:hover{border-color:#b5bdac}
 .page-jump-nav>a:hover{background:transparent;border-color:var(--clay);color:var(--clay)}
 .destination:hover .destination-arrow,.room-photo:hover .photo-arrow,.gallery-item:hover>span{background:var(--sea);color:var(--paper)}
}
@media(max-width:1199px){
 .coastal-hero .hero-content{min-height:650px;padding:42px 30px 100px}
 .coastal-hero h1{font-size:clamp(42px,4.6vw,56px)}
 .coastal-hero .hero-description{font-size:17px}
 .coastal-hero .hero-postcard{display:none}
 .coastal-hero .sea-stamp{max-width:100%;width:140px}
 .coastal-hero .scroll-cue{left:30px}
 .rooms-preview{grid-template-columns:repeat(2,minmax(0,1fr))}
 .rooms-preview>.room-card:not(:last-child){display:flex}
 .rooms-preview>.room-card:not(:last-child) .room-photo img{height:auto;min-height:0;aspect-ratio:1.35}
 .rooms-preview>.room-card:last-child{grid-column:1/-1;grid-row:auto;display:grid;grid-template-columns:1fr 1fr}
 .rooms-preview>.room-card:last-child .room-photo img{aspect-ratio:1.45;min-height:270px}
 .rooms-preview>.room-card:last-child .room-body{padding:30px;justify-content:center}
 .territory-section>.container{column-gap:40px}
 .destinations{grid-template-rows:400px;gap:18px}
 .destination>div,.destination-0>div{left:20px;right:20px;bottom:80px}
 .destination h3,.destination-0 h3{font-size:32px}
 .services-catalog .amenity-list li{padding:24px;gap:14px}
 .page-hero{gap:15px;padding:16px}
 .page-hero h1{font-size:clamp(35px,4.25vw,50px)}
 .page-hero-copy{padding-inline:16px}
}
@media(max-width:899px){
 .story-grid{grid-template-columns:minmax(0,1fr)}
 .coastal-hero{grid-template-columns:minmax(0,1fr);border:0;background:transparent;overflow:visible;margin-top:20px}
 .coastal-hero .hero-content{min-height:0;padding:28px 0 35px;display:block}
 .coastal-hero .hero-copy{max-width:680px}
 .coastal-hero h1{font-size:clamp(38px,7vw,60px)}
 .coastal-hero .hero-description{max-width:600px}
 .coastal-hero .scroll-cue{display:none}
 .coastal-hero .hero-visual{height:430px;min-height:0}
 .coastal-hero .hero-slide img{object-position:center 54%}
 .coastal-hero .hero-postcard{display:grid;width:60%}
 .coastal-hero .sea-stamp{max-width:38%}
 .booking-strip>.container{padding:25px}
 .territory-section>.container{display:block}
 .territory-section .section-heading{flex-direction:row;align-items:flex-end}
 .territory-intro{max-width:620px}
 .destinations{grid-template-columns:1.1fr 1fr;grid-template-rows:250px 250px;gap:18px}
 .destination-0{grid-row:1/3}
 .destination>div,.destination-0>div{left:22px;right:62px;bottom:26px}
 .destination-arrow,.destination-0 .destination-arrow{bottom:26px;right:18px}
 .destination h3,.destination-0 h3{font-size:32px}
 .page-hero{grid-template-columns:minmax(0,1fr);padding:22px;gap:26px}
 .page-hero-copy{padding:10px 4px 0}
 .page-hero h1{font-size:clamp(38px,6vw,54px)}
 .page-hero-photo{height:350px;min-height:0}
 .page-hero-photo>img{object-position:center 45%}
 .services-catalog .amenity-list li{padding:22px}
}
@media(max-width:639px){
 .section-heading{padding-top:20px}
 .coastal-hero{margin-top:12px;border-radius:0}
 .coastal-hero .hero-content{padding:20px 0 28px}
 .coastal-hero .eyebrow{font-size:10px;line-height:1.8;margin-bottom:22px}
 .coastal-hero h1{font-size:clamp(36px,10vw,48px)}
 .coastal-hero .hero-description{font-size:17px;line-height:1.75;margin-top:22px}
 .coastal-hero .hero-actions{margin-top:24px;gap:10px 22px}
 .coastal-hero .hero-visual{height:350px;border-radius:14px}
 .coastal-hero .hero-postcard{display:none}
 .coastal-hero .hero-aside{left:18px;right:18px;bottom:95px}
 .coastal-hero .sea-stamp{max-width:100%;width:140px;padding:11px 12px}
 .coastal-hero .hero-bottom{left:18px;right:18px;bottom:20px;gap:8px}
 .coastal-hero .hero-dots{gap:1px}
 .coastal-hero .hero-dots button{width:20px}
 .coastal-hero .hero-controls{gap:5px}
 .coastal-hero .hero-controls .round-button{width:40px;height:44px}
 .coastal-hero .slide-counter{font-size:12px;margin-right:2px}
 .booking-strip{margin-top:18px}
 .booking-strip>.container{padding:24px}
 .booking-intro>p:last-child{font-size:22px}
 .story-visual{gap:14px;padding:0}
 .story-main img{aspect-ratio:.86}
 .story-small{width:100%;margin-top:42px;border:0}
 .story-note{font-size:20px}
 .rooms-preview{grid-template-columns:minmax(0,1fr);gap:24px}
 .rooms-preview>.room-card:last-child{display:flex;grid-column:auto;grid-row:auto}
 .rooms-preview>.room-card:not(:last-child) .room-photo img,.rooms-preview>.room-card:last-child .room-photo img{aspect-ratio:1.25;height:auto;min-height:0}
 .rooms-preview>.room-card:not(:last-child) .room-body,.rooms-preview>.room-card:last-child .room-body{padding:26px}
 .rooms-preview>.room-card:not(:last-child) h3{font-size:28px}
 .rooms-preview .room-meta{font-size:13px}
 .territory-section .section-heading{flex-direction:column;align-items:flex-start;gap:20px}
 .territory-intro{margin-bottom:28px}
 .destinations{grid-template-columns:1fr;grid-template-rows:340px 290px 290px}
 .destination-0{grid-row:auto}
 .destination>div,.destination-0>div{left:24px;right:65px;bottom:28px}
 .destination h3,.destination-0 h3{font-size:34px}
 .destination>div>span{font-size:12px}
 .service-photo{padding-right:25px}
 .service-photo-inset{width:58%;border-width:6px}
 .services-catalog .amenity-list{margin-top:28px;gap:14px}
 .services-catalog .amenity-list li{padding:22px;gap:17px}
 .offer-picture>img{aspect-ratio:1.55}
 .offer-body,.review-card{padding:26px}
 .offer-badge{left:16px;top:16px;padding:11px 16px;font-size:25px}
 .page-hero{margin-top:20px;padding:18px;border-radius:16px;gap:26px}
 .page-hero-copy{padding:10px 1px 0}
 .page-hero h1{font-size:clamp(33px,8.5vw,46px)}
 .page-hero-photo{height:250px;border-radius:10px}
 .page-hero-photo>span{bottom:12px;right:12px;left:12px;max-width:calc(100% - 24px);width:fit-content;font-size:10px;padding:10px 12px}
 .page-jump-nav{gap:0 18px;margin-top:14px}
 .page-jump-nav>a{flex-basis:45%;margin:0;font-size:14px;padding:15px 0;gap:10px}
 .place-grid figure img{aspect-ratio:1.12}
 .arrival-card-body{padding:26px}
 .gallery-track{gap:16px}
 .gallery-item{flex-basis:80vw}
 .gallery-item img{aspect-ratio:1.12}
 .closing-section{padding-block:65px;background-position:63% center}
 .closing-section>.container{gap:30px}
 .site-footer{padding-top:40px}
 .footer-grid{padding-block:32px}
}
@media(max-width:359px){
 .coastal-hero h1{font-size:35px}
 .coastal-hero .hero-content{padding-top:14px}
 .coastal-hero .hero-bottom{left:14px;right:14px}
 .coastal-hero .hero-dots{display:none}
 .coastal-hero .hero-controls{justify-content:space-between;width:100%;gap:8px}
 .coastal-hero .slide-counter{margin-right:auto}
 .coastal-hero .hero-visual{height:320px}
 .booking-strip>.container{padding:21px}
 .rooms-preview>.room-card:not(:last-child) .room-body,.rooms-preview>.room-card:last-child .room-body,.offer-body,.review-card,.arrival-card-body{padding:21px}
 .rooms-preview>.room-card:not(:last-child) h3{font-size:26px}
 .page-hero{padding:15px}
 .page-hero h1{font-size:32px}
 .page-hero-photo{height:220px}
 .page-jump-nav>a{flex-basis:100%}
 .services-catalog .amenity-list li{padding:20px;gap:14px}
 .services-catalog .amenity-list .icon{width:42px;height:42px;padding:8px}
}
@media(prefers-reduced-motion:reduce){
 .rooms-preview>.room-card,.faq-items details{transition:none}
 .rooms-preview>.room-card:hover{transform:none}
}
@media print{
 .coastal-hero{display:block;width:100%;border:0;background:white}
 .coastal-hero .hero-content{min-height:0;padding:20px}
 .coastal-hero h1{font-size:40px}
 .coastal-hero .hero-visual{height:300px}
 .coastal-hero .hero-bottom,.coastal-hero .hero-aside{display:none}
 .page-hero{background:white;border:0}
 .rooms-preview{display:block}
 .rooms-preview>.room-card{display:block!important;break-inside:avoid}
 .territory-section>.container{display:block}
 .closing-section{display:none}
}

/* Direct contact: generous typography, a coastal opening and a clear arrival guide. */
.page-hero-contatti{background:transparent;border:0;padding:0;gap:clamp(30px,5vw,76px);margin-top:38px;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}
.page-hero-contatti .page-hero-copy{padding:22px 0}
.page-hero-contatti h1{font-size:clamp(40px,4.8vw,70px)}
.page-hero-contatti .page-hero-photo{min-height:480px;border-radius:14px 14px 70px 14px}
.page-hero-contatti .page-hero-photo>img{object-position:center}
.page-hero-contatti .page-hero-photo>span{right:auto;left:22px;bottom:22px;color:var(--ink)}
.page-contatti .page-jump-nav{margin-top:35px}
.contact-section .section-heading{margin-bottom:35px}
.contact-section .eyebrow,.contact-arrival .eyebrow{color:var(--clay)}
.contact-section h2 em,.contact-arrival h2 em{color:var(--clay)}
.contact-channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.contact-channel{display:flex;flex-direction:column;min-width:0;padding:clamp(24px,2.5vw,38px);border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);transition:border-color .2s,box-shadow .2s,background .2s}
.channel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;color:var(--clay)}
.channel-top>.icon{width:30px;height:30px}
.channel-top>span{font-size:12px;font-weight:600;letter-spacing:.08em}
.contact-channel h3{font:600 15px/1.5 var(--sans);letter-spacing:.01em;margin-bottom:14px}
.channel-value{font:600 clamp(21px,2.05vw,29px)/1.4 var(--serif);letter-spacing:-.035em;overflow-wrap:normal}
.channel-description{font-size:16px;line-height:1.75;color:var(--muted);margin:18px 0 30px}
.channel-action{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--line);margin-top:auto;font-size:15px;font-weight:600;line-height:1.6;overflow-wrap:normal}
.channel-action .icon{width:20px;height:20px}
.channel-action>span{text-decoration:underline;text-underline-offset:5px;text-decoration-color:transparent;transition:text-decoration-color .2s}
.contact-channel-phone{background:var(--sea);color:var(--paper);border-color:var(--sea)}
.contact-channel-phone .channel-top{color:var(--gold)}
.contact-channel-phone .channel-description{color:#e0e8df}
.contact-channel-phone .channel-action{border-color:#ffffff40}
.contact-channel-chat{background:var(--sand)}
.contact-booking{display:flex;align-items:center;justify-content:space-between;gap:30px 60px;margin-top:28px;padding:35px 38px;border:1px solid var(--line);border-left:3px solid var(--clay);border-radius:0 12px 12px 0}
.contact-booking>div{min-width:0;max-width:700px}
.contact-booking .eyebrow{margin-bottom:12px}
.contact-booking h3{font-size:clamp(24px,2.3vw,32px);line-height:1.35}
.contact-booking p:not(.eyebrow){font-size:16px;line-height:1.75;color:var(--muted);margin-top:12px}
.contact-booking>.button{flex-shrink:0;max-width:100%}
.contact-company{display:flex;flex-wrap:wrap;align-items:center;gap:18px 35px;font-size:13px;line-height:1.8;margin-top:32px;color:var(--muted)}
.contact-company>p{flex-basis:100%;font-weight:600;color:var(--ink)}
.contact-company dl{display:flex;flex-wrap:wrap;gap:16px 32px;margin:0}
.contact-company dl>div{min-width:0}
.contact-company dt{font-size:12px;letter-spacing:.05em}
.contact-company dd{margin:0;color:var(--ink);overflow-wrap:normal}
.contact-company>a{margin-left:auto;text-decoration:underline;text-underline-offset:4px;max-width:100%;overflow-wrap:normal;padding-block:10px}
.contact-context{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;border-left:3px solid var(--clay);background:var(--sand);border-radius:0 8px 8px 0;margin-bottom:25px;line-height:1.7}
.contact-context>div{min-width:0}
.contact-context>div>span{display:block;font-size:13px;color:var(--muted)}
.contact-context strong{display:block;font-size:19px;overflow-wrap:normal}
.contact-context p{font-size:15px;color:var(--muted);margin-top:6px}
.contact-context button{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--ink)}
.contact-arrival{background:var(--sand);border-block:1px solid var(--line)}
.contact-arrival-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,76px);align-items:start}
.contact-arrival-copy{min-width:0}
.contact-location-intro{font-size:20px;line-height:1.75;max-width:620px}
.arrival-tip{display:flex;align-items:flex-start;gap:20px;padding-block:28px;border-bottom:1px solid #c8cbbd}
.arrival-tip>.icon{width:27px;height:27px;margin-top:4px;color:var(--clay)}
.arrival-tip>div{min-width:0}
.arrival-tip h3{font-size:21px;line-height:1.45;letter-spacing:-.02em}
.arrival-tip p{font-size:16px;line-height:1.8;color:var(--muted);margin-top:12px}
.contact-hotel-details{margin-top:26px}
.contact-hotel-details summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;font-size:16px;font-weight:600;line-height:1.7;cursor:pointer}
.contact-hotel-details summary>.icon{width:20px;height:20px;color:var(--clay)}
.contact-hotel-details[open] summary>.icon{transform:rotate(45deg)}
.contact-hotel-details>.prose{font-size:16px;line-height:1.8;padding-top:18px}
.page-contatti .faq-section{background:var(--paper)}
.page-contatti .gallery-section{border-top:1px solid var(--line)}

/* Pair text and backgrounds for both mouse and keyboard states. */
.button:not(.text-link):is(:hover,:focus-visible){background:#2d5449;color:var(--white)}
.button-light:is(:hover,:focus-visible),.room-card-suite .button-small:not(.text-link):is(:hover,:focus-visible){background:#e8e2d3;color:#213e37}
.text-link:is(:hover,:focus-visible){background:transparent;color:#814026;box-shadow:none}
.coastal-hero .hero-actions .text-link:is(:hover,:focus-visible){color:#814026;background:transparent}
:is(.territory-section,.closing-section,.room-card-suite) .text-link:is(:hover,:focus-visible),.rooms-preview>.room-card:last-child .text-link:is(:hover,:focus-visible){color:#f1d7a3;background:transparent;outline-color:#f1d7a3}
:is(.footer-column,.footer-bottom,.contact-company,.prose) a:is(:hover,:focus-visible),.footer-back-to-top:is(:hover,:focus-visible){color:#814026;text-decoration:underline;text-underline-offset:4px}
:is(.desktop-nav,.mobile-menu,.language-picker,.mobile-languages) a:is(:hover,:focus-visible){color:#814026;text-decoration:none}
.topline a:is(:hover,:focus-visible){color:#f1d7a3;text-decoration:underline;text-underline-offset:4px;outline-color:#f1d7a3}
:is(.room-jump-links,.place-nav) a:is(:hover,:focus-visible){background:var(--sea);color:var(--paper);border-color:var(--sea)}
.page-jump-nav>a:is(:hover,:focus-visible){background:transparent;color:#814026;border-color:#814026}
.contact-channel:is(:hover,:focus-visible){background:#f4f0e6;border-color:#985035;color:var(--ink);box-shadow:0 10px 30px #193f380a;outline-offset:4px}
.contact-channel-phone:is(:hover,:focus-visible){background:#254c42;color:var(--paper);border-color:#254c42}
.contact-channel:is(:hover,:focus-visible) .channel-action>span{text-decoration-color:currentColor}
.contact-context button:is(:hover,:focus-visible){color:var(--paper);background:var(--sea)}
.contact-hotel-details summary:is(:hover,:focus-visible){color:#814026}

@media(max-width:1099px){
 .contact-channels{gap:16px}
 .contact-channel{padding:25px 22px}
 .contact-booking{padding:30px;gap:30px}
}
@media(max-width:899px){
 .page-hero-contatti{grid-template-columns:1fr;gap:24px;margin-top:22px}
 .page-hero-contatti .page-hero-copy{padding:15px 0 0}
 .page-hero-contatti .page-hero-photo{height:330px;min-height:0;border-radius:12px 12px 48px 12px}
 .contact-channels{grid-template-columns:repeat(2,minmax(0,1fr))}
 .contact-channel-phone{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);column-gap:30px}
 .contact-channel-phone .channel-top{grid-column:1/-1;margin-bottom:20px}
 .contact-channel-phone h3{grid-column:1}
 .contact-channel-phone .channel-value{grid-column:1;font-size:28px}
 .contact-channel-phone .channel-description{grid-column:2;grid-row:2/4;margin:0;align-self:center}
 .contact-channel-phone .channel-action{grid-column:1/-1;margin-top:25px}
 .contact-booking{flex-wrap:wrap}
 .contact-arrival-grid{gap:30px}
 .contact-location-intro{font-size:18px}
 .arrival-tip{gap:14px}
}
@media(max-width:699px){
 .contact-arrival-grid{grid-template-columns:1fr;gap:30px}
 .contact-arrival .arrival-photo>img{max-height:420px}
}
@media(max-width:539px){
 .page-hero-contatti h1{font-size:clamp(33px,8.5vw,44px)}
 .page-hero-contatti .page-hero-photo{height:250px;border-radius:10px 10px 38px 10px}
 .page-hero-contatti .page-hero-photo>span{left:14px;bottom:14px;right:14px;max-width:calc(100% - 28px)}
 .contact-channels{grid-template-columns:1fr;gap:16px}
 .contact-channel,.contact-channel-phone{display:flex;grid-column:auto;padding:26px}
 .channel-top{margin-bottom:24px}
 .channel-value,.contact-channel-phone .channel-value{font-size:clamp(21px,5.9vw,28px)}
 .contact-channel-phone .channel-description{align-self:auto;margin:18px 0 30px}
 .contact-channel-phone .channel-action{margin-top:auto}
 .contact-booking{padding:25px;gap:22px;margin-top:22px}
 .contact-booking>.button{width:100%;padding-inline:18px}
 .contact-company{gap:16px;margin-top:28px}
 .contact-company dl{gap:16px 24px}
 .contact-company>a{margin-left:0}
 .contact-context{display:grid;grid-template-columns:minmax(0,1fr) 44px;padding:20px;gap:10px 12px;align-items:center}
 .contact-context>div{display:contents}
 .contact-context>div>span{grid-area:1/1}
 .contact-context strong,.contact-context p{grid-column:1/-1}
 .contact-context p{margin-top:0}
 .contact-context button{grid-area:1/2}
 .contact-context strong{font-size:17px}
 .contact-arrival .arrival-card-body{padding:25px}
 .contact-location-intro{font-size:18px}
 .arrival-tip h3{font-size:20px}
}
@media(max-width:359px){
 .contact-channel,.contact-channel-phone,.contact-booking,.contact-arrival .arrival-card-body{padding:21px}
 .page-hero-contatti .page-hero-photo{height:220px}
 .contact-context{padding:16px}
}
@media(prefers-reduced-motion:reduce){
 .contact-channel,.channel-action>span{transition:none}
}
@media print{
 .page-hero-contatti{display:block}
 .page-hero-contatti .page-hero-photo{min-height:0;height:250px}
 .contact-channels,.contact-arrival-grid{display:block}
 .contact-channel{break-inside:avoid;margin-bottom:18px;background:white;color:#213e37}
 .contact-channel-phone .channel-description,.contact-channel-phone .channel-top{color:#213e37}
 .contact-arrival{background:white}
}

/* A compact, non-modal navigation panel: the page remains scrollable. */
.menu-toggle{width:44px;min-width:44px;height:44px;border:1px solid var(--line);border-radius:11px;background:var(--white);transition:background .2s,border-color .2s}
.menu-toggle span{width:20px;height:2px;border-radius:1px}
.menu-toggle[aria-expanded=true]{background:var(--sea);border-color:var(--sea)}
.menu-toggle[aria-expanded=true] span{background:var(--paper)}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
.menu-toggle:focus-visible{outline-offset:3px}
.mobile-menu{--menu-inset:clamp(12px,3vw,28px);top:calc(100% + 10px);left:auto;right:var(--menu-inset);width:min(600px,calc(100% - 2 * var(--menu-inset)));max-height:var(--menu-available-height,calc(100dvh - var(--header-height) - 24px));padding:14px;background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 60px #13342f29,0 4px 12px #13342f0d;scroll-padding-block:14px;scrollbar-width:thin;scrollbar-color:#a5b4a7 transparent;animation:menu-reveal .2s ease-out}
.mobile-menu-intro{display:grid;grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:18px;padding:0 0 14px 10px;border-bottom:1px solid var(--line)}
.mobile-menu-intro>div{min-width:0}
.mobile-menu-intro p{font-size:10px;font-weight:600;letter-spacing:.075em;line-height:1.6;color:var(--muted);margin-bottom:4px}
.mobile-menu-intro strong{font-family:var(--display);font-size:28px;font-weight:600;letter-spacing:-.045em;line-height:1.2}
.mobile-menu-intro>img{width:100%;height:78px;object-fit:cover;object-position:50% 60%;border-radius:11px}
.mobile-menu-links{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;padding-block:12px}
.mobile-menu-links>a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;min-height:48px;padding:9px 12px;border:1px solid transparent;border-radius:10px;font-family:var(--display);font-size:22px;font-weight:500;letter-spacing:-.035em;line-height:1.35;transition:background .2s,color .2s,border-color .2s}
.mobile-menu-links>a>span{min-width:0}
.mobile-menu-links>a>.icon{width:19px;height:19px;color:var(--clay)}
.mobile-menu .mobile-menu-links>a[aria-current]{background:var(--sea);color:var(--paper);border-color:var(--sea)}
.mobile-menu .mobile-menu-links>a[aria-current]>.icon{color:#f1d7a3}
.mobile-menu .mobile-menu-links>a:is(:hover,:focus-visible){background:var(--sand);color:var(--ink);text-decoration:none;border-color:var(--line)}
.mobile-menu .mobile-menu-links>a[aria-current]:is(:hover,:focus-visible){background:var(--deep);color:var(--paper);border-color:var(--deep)}
.mobile-menu .mobile-menu-links>a:focus-visible{outline-offset:-3px;outline:2px solid var(--clay)}
.mobile-menu .mobile-menu-links>a[aria-current]:focus-visible{outline-color:#f1d7a3}
.mobile-menu-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding:14px 4px 0}
.mobile-menu-footer>span{font-size:12px;font-weight:500;color:var(--muted)}
.mobile-menu .mobile-languages{display:grid;grid-template-columns:repeat(4,minmax(44px,1fr));gap:6px;margin:0}
.mobile-menu .mobile-languages>a{min-width:44px;min-height:44px;padding:8px;border:1px solid var(--line);border-radius:8px;font-size:13px;line-height:1;font-weight:600;background:var(--white)}
.mobile-menu .mobile-languages>a[aria-current]{background:var(--sea);border-color:var(--sea);color:var(--paper)}
.mobile-menu .mobile-languages>a:is(:hover,:focus-visible){background:var(--sand);color:var(--ink);text-decoration:none;border-color:var(--muted)}
.mobile-menu .mobile-languages>a[aria-current]:is(:hover,:focus-visible){background:var(--deep);color:var(--paper)}
.mobile-menu .mobile-languages>a:focus-visible{outline-offset:2px}
@keyframes menu-reveal{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:640px){
 .mobile-menu{padding:20px}
 .mobile-menu-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;padding-block:16px}
 .mobile-menu-links>a{min-height:54px;font-size:22px}
 .mobile-menu-intro{grid-template-columns:minmax(0,1fr) 150px}
 .mobile-menu-intro>img{height:82px}
}
@media(max-width:539px){
 .mobile-menu{border-radius:16px}
 .mobile-menu-footer{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding-inline:2px}
}
@media(max-width:359px){
 .mobile-menu{padding:11px}
 .mobile-menu-intro{grid-template-columns:minmax(0,1fr) 72px;gap:10px;padding-left:6px}
 .mobile-menu-intro strong{font-size:25px}
 .mobile-menu-intro p{font-size:9px;letter-spacing:.04em}
 .mobile-menu-intro>img{height:70px}
 .mobile-menu-links>a{font-size:20px;padding-inline:9px;gap:8px}
 .mobile-menu-links>a>.icon{width:16px;height:16px}
}
@media(max-height:430px){
 .mobile-menu-intro{display:none}
 .mobile-menu-links{padding-top:0}
 .mobile-menu-links>a{font-size:20px;min-height:46px;padding-block:8px}
}
@media(max-height:700px) and (max-width:639px){
 .mobile-menu-intro{padding-bottom:10px}
 .mobile-menu-intro>img{height:56px}
 .mobile-menu-links{padding-block:8px;gap:2px}
 .mobile-menu-links>a{min-height:44px;font-size:20px;padding-block:7px}
 .mobile-menu-footer{padding-top:10px;gap:6px}
}
@media(hover:hover){.menu-toggle:hover{background:var(--sand);border-color:var(--muted)}.menu-toggle[aria-expanded=true]:hover{background:var(--deep)}}
@media(prefers-reduced-motion:reduce){.mobile-menu{animation:none}.menu-toggle,.menu-toggle span,.mobile-menu-links>a{transition:none}}

/* Meaningful labels and light line icons replace decorative numbering. */
.eyebrow-mark{display:flex;align-items:center;gap:11px}
.eyebrow-mark>span{min-width:0}
.eyebrow-mark>.icon{width:24px;height:24px;stroke-width:1.5}
.room-type-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 32px);padding:9px 12px;border:1px solid #ffffffb3;border-radius:9px;background:var(--paper);color:var(--ink);box-shadow:0 3px 15px #193f3812;font:600 12px/1.5 var(--sans);letter-spacing:0}
.room-type-badge>.icon{width:19px;height:19px}
.room-type-badge>span{min-width:0}
.offer-kind{display:flex;align-items:center;gap:10px;text-transform:none;letter-spacing:0;font-weight:500;line-height:1.6}
.offer-kind>.icon{width:22px;height:22px}
.offer-kind>span{min-width:0}
.place-caption{display:flex;align-items:center;gap:8px}
.place-caption>.icon{width:18px;height:18px}
.place-caption>span{min-width:0}
.channel-motif{position:relative;display:block;width:38px;height:22px;color:currentColor;opacity:.65}
.channel-motif::before,.channel-motif::after{content:'';position:absolute;right:0;height:2px;border-radius:2px;background:currentColor}
.channel-motif::before{top:5px;width:34px}
.channel-motif::after{bottom:5px;width:20px}
.media-indicator{display:inline-flex;align-items:center;flex-shrink:0;width:48px;height:20px}
.gallery-position.media-indicator{width:64px}
.media-indicator>.media-progress{display:block;position:relative;overflow:hidden;width:100%;height:4px;margin:0;border-radius:4px;color:var(--sea);background:#193f3826}
.media-progress::after{content:'';position:absolute;inset:0;border-radius:inherit;background:currentColor;transform:scaleX(var(--photo-progress));transform-origin:left;transition:transform .2s ease-out}
.slide-counter.media-indicator>.media-progress{color:var(--paper);background:#ffffff50}
.coastal-hero .slide-counter.media-indicator{padding:6px;border-radius:6px;background:#00000099}
@media(max-width:359px){.room-type-badge{top:12px;left:12px;max-width:calc(100% - 24px);padding:8px 10px}.eyebrow-mark{gap:9px}.eyebrow-mark>.icon{width:21px;height:21px}}
@media(prefers-reduced-motion:reduce){.media-progress::after{transition:none}}

/* A complete opening view, with space reserved for the header and browser controls. */
.hero-booking-short{display:none}
@media screen{
 .coastal-hero{--hero-gap:16px;--hero-topline:34px;--hero-screen:100vh;--hero-available:calc(var(--hero-screen) - var(--header-height) - 1px - var(--hero-topline) - 2*var(--hero-gap));min-height:var(--hero-available);margin-top:var(--hero-gap)}
 .coastal-hero .hero-content{min-height:0;padding:clamp(24px,4vh,54px) clamp(26px,3vw,54px) 78px}
 .coastal-hero .hero-visual{height:auto;min-height:0}
 .coastal-hero .eyebrow{margin-bottom:20px;line-height:1.6}
 .coastal-hero h1{font-size:clamp(36px,min(4.4vw,7.4vh),76px)}
 .coastal-hero .hero-description{font-size:clamp(16px,1.3vw,18px);line-height:1.6;margin-top:20px}
 .coastal-hero .hero-actions{margin-top:22px;gap:12px 20px}
 .coastal-hero .scroll-cue{bottom:20px}
 .coastal-hero .hero-aside{width:auto}
 html:not(.js) .coastal-hero{min-height:0}
}
@supports(height:100svh){.coastal-hero{--hero-screen:100svh}}
@media screen and (max-height:800px){
 .coastal-hero .hero-content{padding-block:24px 64px}
 .coastal-hero .eyebrow{margin-bottom:14px}
 .coastal-hero .hero-description{margin-top:16px}
 .coastal-hero .hero-actions{margin-top:18px}
 .coastal-hero .hero-booking-long{display:none}
 .coastal-hero .hero-booking-short{display:inline}
}
@media screen and (min-width:640px) and (max-width:1180px) and (orientation:portrait){
 .coastal-hero{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(260px,1fr);background:var(--sand);border:1px solid var(--line);overflow:hidden}
 .coastal-hero .hero-content{display:flex;padding:28px 34px}
 .coastal-hero .hero-copy{max-width:850px}
 .coastal-hero h1{font-size:clamp(38px,5.5vw,58px)}
 .coastal-hero .hero-description{max-width:740px;font-size:18px}
 .coastal-hero .hero-actions{margin-top:20px}
 .coastal-hero .scroll-cue{display:none}
 .coastal-hero .hero-visual{height:auto;min-height:260px;border-radius:16px}
 .coastal-hero .hero-postcard{display:grid}
}
@media screen and (min-width:640px) and (max-width:899px) and (orientation:landscape){
 .coastal-hero{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);background:var(--sand);border:1px solid var(--line);overflow:hidden}
 .coastal-hero .hero-content{display:flex;padding:22px}
 .coastal-hero h1{font-size:32px}
 .coastal-hero .hero-description{font-size:16px}
 .coastal-hero .hero-postcard{display:none}
}
@media screen and (max-width:639px), screen and (min-width:640px) and (max-width:1180px) and (max-height:500px){
 .coastal-hero{--hero-gap:12px;--hero-topline:27px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;width:calc(100% - 24px);border:0;border-radius:16px;background:var(--sea);overflow:hidden;color:var(--paper)}
 .coastal-hero .hero-content{--copy-shade-inline:22px;--copy-shade-bottom:88px;grid-area:1/1;z-index:1;display:flex;align-items:flex-end;padding:26px 22px 88px;pointer-events:none;background:none}
 .coastal-hero .hero-copy{position:relative;isolation:isolate;pointer-events:auto;max-width:none}
 /* Follow the actual copy height, including translated text and browser zoom. */
 .coastal-hero .hero-copy::before{content:'';position:absolute;z-index:-1;inset:-64px calc(0px - var(--copy-shade-inline)) calc(0px - var(--copy-shade-bottom));background:linear-gradient(180deg,transparent,#000000a6 64px,#000000a6 calc(100% - var(--copy-shade-bottom)),#000000bd);pointer-events:none}
 .coastal-hero .eyebrow{color:#f1d7a3;font-size:10px;line-height:1.55;letter-spacing:.045em;margin-bottom:16px}
 .coastal-hero h1{font-size:clamp(30px,8.2vw,42px);line-height:1.1;color:var(--paper)}
 .coastal-hero h1 em{color:#f1d7a3}
 .coastal-hero .hero-description{color:#f2f1e9;font-size:16px;line-height:1.6;margin-top:18px;max-width:none}
 .coastal-hero .hero-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;margin-top:20px;align-items:center}
 .coastal-hero .hero-actions .button:not(.text-link){background:var(--paper);color:var(--sea);min-height:48px;padding:12px 15px;gap:12px}
 .coastal-hero .hero-actions .text-link{background:transparent;color:var(--paper);font-size:14px;gap:10px;min-width:0;max-width:100%;line-height:1.5;padding:8px 0;min-height:48px}
 .coastal-hero .hero-actions .text-link>span{min-width:0}
 .coastal-hero .hero-actions .text-link .icon{width:18px;height:18px}
 .coastal-hero .hero-actions .button:not(.text-link):is(:hover,:focus-visible){background:#f1d7a3;color:var(--deep);border-color:#f1d7a3}
 .coastal-hero .hero-actions .text-link:is(:hover,:focus-visible){color:#f1d7a3}
 .coastal-hero .hero-booking-long{display:none}
 .coastal-hero .hero-booking-short{display:inline}
 .coastal-hero .hero-visual{grid-area:1/1;height:auto;min-height:0;border-radius:0;align-self:stretch;isolation:auto;background:transparent}
 .coastal-hero .hero-shade{background:none}
 .coastal-hero :is(.hero-heading,.hero-description){text-shadow:0 1px 3px #00000080}
 .coastal-hero .hero-aside{display:none}
 .coastal-hero .hero-bottom{left:22px;right:22px;bottom:18px;z-index:2}
 .coastal-hero .hero-controls{width:auto;justify-content:flex-end;gap:8px}
 .coastal-hero .hero-controls .round-button{width:44px;height:44px}
 .coastal-hero .hero-dots{display:flex}
 .coastal-hero .hero-dots button{width:20px}
}
@media screen and (max-width:639px) and (max-height:700px){
 .coastal-hero .hero-content{--copy-shade-inline:18px;--copy-shade-bottom:76px;padding:20px 18px 76px}
 .coastal-hero .eyebrow{margin-bottom:12px;font-size:9px}
 .coastal-hero h1{font-size:clamp(28px,7.9vw,34px)}
 .coastal-hero .hero-description{font-size:15px;line-height:1.55;margin-top:14px}
 .coastal-hero .hero-actions{margin-top:16px}
 .coastal-hero .hero-bottom{left:18px;right:18px;bottom:12px}
}
@media screen and (max-width:359px){
 .coastal-hero .hero-actions{grid-template-columns:auto minmax(0,1fr);gap:12px}
 .coastal-hero .hero-actions .button{padding-inline:12px}
 .coastal-hero .hero-actions .button>.icon{display:none}
 .coastal-hero .hero-dots{display:none}
 .coastal-hero .hero-controls{justify-content:space-between;width:100%}
}
@media screen and (min-width:640px) and (max-height:600px){
 .coastal-hero .hero-content{padding:22px}
 .coastal-hero h1{font-size:clamp(30px,min(4.4vw,6.6vh),40px)}
 .coastal-hero .scroll-cue{display:none}
}
@media screen and (min-width:500px) and (max-width:1180px) and (max-height:500px){
 .coastal-hero{--hero-topline:34px}
 .coastal-hero .hero-content{--copy-shade-inline:24px;--copy-shade-bottom:70px;padding:18px 24px 70px;align-items:center}
 /* Centred copy can leave extra space below; carry its shade to the frame edge. */
 .coastal-hero .hero-copy::before{bottom:calc(0px - var(--hero-screen))}
 .coastal-hero .hero-copy{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:10px 26px;align-items:start}
 .coastal-hero .hero-heading{grid-column:1;grid-row:1/3;min-width:0}
 .coastal-hero .eyebrow{font-size:9px;margin-bottom:10px}
 .coastal-hero h1{font-size:clamp(25px,3.5vw,34px)}
 .coastal-hero .hero-description{grid-column:2;grid-row:1;font-size:15px;line-height:1.5;margin:0}
 .coastal-hero .hero-actions{grid-column:2;grid-row:2;margin:0;gap:12px;grid-template-columns:auto minmax(0,1fr)}
 .coastal-hero .hero-actions .button:not(.text-link){padding:10px 12px;min-height:44px}
 .coastal-hero .hero-actions .text-link{font-size:13px;min-height:44px}
 .coastal-hero .hero-bottom{bottom:10px;left:24px;right:24px}
}
@media screen and (min-width:500px) and (max-width:1180px) and (max-height:400px){
 html.home-page{--header-height:56px}
 .page-index .topline{display:none}
 .page-index .brand img{width:52px}
 .page-index .brand-location{font-size:19px}
 .page-index .brand-location>span{font-size:8px}
 .page-index .coastal-hero{--hero-topline:0px;--hero-gap:10px}
 .coastal-hero .hero-content{--copy-shade-inline:18px;--copy-shade-bottom:62px;padding:12px 18px 62px}
 .coastal-hero .hero-copy{column-gap:22px}
}
@media screen and (min-width:500px) and (max-width:639px) and (max-height:400px){
 .coastal-hero .hero-actions .button:not(.text-link)>.icon,.coastal-hero .hero-actions .text-link>.icon{display:none}
 .coastal-hero .hero-description{font-size:14px}
 .coastal-hero .hero-actions{gap:10px}
 .coastal-hero .eyebrow{font-size:8px}
 .coastal-hero h1{font-size:25px}
}
/* Keep intermediate tablet windows inside the opening viewport as well. */
@media screen and (min-width:640px) and (max-width:1180px) and (orientation:portrait) and (max-height:800px){
 .coastal-hero{grid-template-rows:auto minmax(200px,1fr)}
 .coastal-hero .hero-content{padding:20px 28px}
 .coastal-hero .hero-visual{min-height:200px}
 .coastal-hero .hero-postcard{display:none}
}
@media screen and (min-width:640px) and (max-width:1180px) and (min-height:501px) and (max-height:800px){
 .coastal-hero .hero-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px}
 .coastal-hero .hero-actions .button:not(.text-link){padding-inline:12px;gap:10px}
 .coastal-hero .hero-actions .text-link{min-width:0;gap:10px}
 .coastal-hero .hero-actions .text-link>span{min-width:0}
}
@media screen and (min-width:640px) and (max-width:1180px) and (min-height:501px) and (max-height:700px){
 .coastal-hero .hero-content{padding-block:22px}
 .coastal-hero .scroll-cue{display:none}
}
@media screen and (min-width:640px) and (max-width:899px) and (orientation:landscape) and (min-height:501px){
 .coastal-hero .hero-dots{display:none}
 .coastal-hero .hero-bottom{left:16px;right:16px;justify-content:flex-end}
 .coastal-hero .sea-stamp{max-width:100%}
}
@media screen and (min-width:640px) and (max-width:699px) and (orientation:landscape) and (min-height:501px){
 .coastal-hero{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)}
}

/* Autoplay controls adapt to the photograph's width, including split layouts. */
.coastal-hero .hero-visual{container-type:inline-size}
.coastal-hero .hero-controls{flex-shrink:0}
.coastal-hero .hero-controls .round-button{flex-shrink:0;min-width:44px;min-height:44px}
@container (max-width:380px){
 .coastal-hero .hero-dots{display:none}
 .coastal-hero .hero-bottom{left:16px;right:16px}
 .coastal-hero .hero-controls{width:100%;gap:8px;justify-content:flex-end}
 .coastal-hero .slide-counter.media-indicator{width:36px;margin-right:0}
}

/* Footer: balanced contact columns and separate business/legal information. */
.site-footer .footer-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,1fr);gap:clamp(28px,4vw,64px);padding-block:40px;align-items:start}
.site-footer .footer-column:first-child{grid-column:auto}
.site-footer .footer-heading{margin:0 0 20px;font:600 12px/1.6 var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);text-wrap:initial}
.site-footer .footer-about>p{max-width:42ch;font-size:15px;line-height:1.85}
.site-footer .footer-partner{display:inline-flex;align-items:center;min-height:44px;margin-top:24px;border-radius:3px}
.site-footer .footer-partner img{width:140px;height:auto}
.site-footer .footer-location address{font:400 15px/1.85 var(--sans)}
.site-footer .footer-map-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;margin-top:17px;font-size:13px;font-weight:500;color:var(--clay)}
.site-footer .footer-map-link .icon{width:17px;height:17px}
.site-footer .footer-contact-list{display:grid;gap:0;margin:0}
.site-footer .footer-contact-list li+li{margin:0;border-top:1px solid var(--line)}
.site-footer .footer-contact-link{display:flex;align-items:flex-start;gap:14px;min-height:58px;padding-block:13px;border-radius:3px}
.site-footer .footer-contact-list li:first-child .footer-contact-link{padding-top:0}
.site-footer .footer-contact-link>.icon{width:22px;height:22px;margin-top:3px;color:var(--clay)}
.site-footer .footer-contact-copy{display:grid;gap:3px;min-width:0}
.site-footer .footer-contact-label{font-size:11px;line-height:1.5;letter-spacing:.055em;color:var(--muted)}
.site-footer .footer-contact-value{font-size:15px;line-height:1.6;color:var(--ink)}
.site-footer .footer-bottom{padding-top:26px;font-size:13px;line-height:1.7}
.site-footer .footer-business{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px 36px}
.site-footer .footer-copyright{color:var(--ink);font-weight:500}
.site-footer .footer-registration{display:flex;flex-wrap:wrap;gap:16px 32px;margin:0}
.site-footer .footer-registration>div{display:grid;gap:3px;min-width:0}
.site-footer .footer-registration dt,.site-footer .footer-legal-label{display:block;font-size:11px;font-weight:600;letter-spacing:.055em;color:var(--ink)}
.site-footer .footer-registration dd{margin:0;font-size:13px;line-height:1.7}
.site-footer .footer-legal{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.45fr) auto;align-items:start;gap:20px 36px;margin-top:25px}
.site-footer .footer-pec,.site-footer .footer-privacy,.site-footer .footer-credit{min-width:0}
.site-footer .footer-pec>a{display:inline-block;margin-top:4px}
.site-footer .footer-privacy>a{display:block;text-decoration:none}
.site-footer .footer-privacy .footer-legal-label{text-decoration:underline;text-underline-offset:3px}
.site-footer .footer-legal-note{display:block;margin-top:4px;font-size:12px;line-height:1.7}
.site-footer .footer-credit{align-self:center;font-size:12px;line-height:1.8}
.site-footer .footer-credit>a{display:inline-block;white-space:nowrap}
.site-footer .footer-credit img{width:12px;height:12px;margin-inline:2px}
.site-footer .footer-tail{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px 40px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}
.site-footer .footer-cookie-notice{margin:0;padding:0;border:0;font-size:12px;line-height:1.75;max-width:110ch}
.site-footer .footer-back-to-top{margin:0;min-height:44px;padding:0 0 8px;font-size:12px;white-space:nowrap}
.site-footer .footer-contact-link:is(:hover,:focus-visible) .footer-contact-value{color:var(--clay)}
@media(max-width:1099px){
 .site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 40px}
 .site-footer .footer-column.footer-about{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:40px;align-items:start}
 .site-footer .footer-about .footer-heading{grid-column:1/-1}
 .site-footer .footer-about>p{max-width:64ch}
 .site-footer .footer-partner{margin-top:0}
 .site-footer .footer-legal{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:20px 32px}
 .site-footer .footer-credit{grid-column:1/-1}
}
@media(max-width:699px){
 .site-footer .footer-grid{grid-template-columns:minmax(0,1fr);gap:28px;padding-block:32px}
 .site-footer .footer-column.footer-about{display:block}
 .site-footer .footer-about>p{max-width:100%}
 .site-footer .footer-partner{margin-top:20px}
 .site-footer .footer-heading{margin-bottom:15px}
 .site-footer .footer-location,.site-footer .footer-contacts{border-top:1px solid var(--line);padding-top:24px}
 .site-footer .footer-contact-link{padding-block:13px}
 .site-footer .footer-business{display:grid;gap:20px}
 .site-footer .footer-registration{gap:16px 24px}
 .site-footer .footer-legal{grid-template-columns:minmax(0,1fr);gap:20px}
 .site-footer .footer-tail{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:24px}
 .site-footer .footer-back-to-top{justify-self:start}
}
/* Park agreement: an introduction, three readable venue cards and one closing action. */
.parks-content{padding-block:30px;border-top:1px solid var(--line)}
.parks-intro{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,.85fr);gap:16px 36px;align-items:start}
.parks-title{grid-column:1;margin:0;font:600 17px/1.55 var(--sans);letter-spacing:.035em;color:var(--clay);text-wrap:initial}
.parks-description{grid-column:1;font-size:17px;line-height:1.85}
.parks-note{grid-column:2;grid-row:1/3;align-self:center;padding:24px;border-left:3px solid var(--clay);border-radius:0 12px 12px 0;background:var(--sand);color:var(--sea);font-size:18px;font-weight:500;line-height:1.75}
.parks-note i{font-style:normal}
.parks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.park-card{min-width:0;padding:24px;background:var(--white);border:1px solid var(--line);border-radius:12px}
.park-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:10px;background:var(--sand);color:var(--clay)}
.park-icon .icon{width:25px;height:25px}
.park-card h4{margin:0 0 18px;font:600 15px/1.6 var(--sans);letter-spacing:.025em;color:var(--ink);text-wrap:initial}
.park-description{font-size:16px;line-height:1.85;color:var(--muted)}
.park-location{margin:-6px 0 14px;font-size:14px;line-height:1.7;color:var(--clay)}
.parks-actions{display:flex;align-items:center;justify-content:space-between;gap:22px 32px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.parks-actions>p{min-width:0;font-size:18px;font-weight:500;line-height:1.65;color:var(--sea)}
.parks-actions>.button{flex-shrink:0;margin:0}
@media(max-width:1099px){
 .parks-intro{grid-template-columns:minmax(0,1fr);gap:18px}
 .parks-note{grid-column:1;grid-row:auto;align-self:auto;padding:18px 22px;font-size:17px}
 .parks-grid{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:24px}
 .park-card{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:20px;padding:24px}
 .park-icon{grid-column:1;grid-row:1/4;margin:0}
 .park-card h4,.park-description,.park-location{grid-column:2}
 .park-card h4{margin-bottom:12px;font-size:16px}
 .park-location{margin:0 0 12px}
}
@media(max-width:639px){
 .parks-content{padding-block:24px}
 .parks-title{font-size:15px;letter-spacing:.02em}
 .parks-description{font-size:16px;line-height:1.8}
 .parks-note{padding:16px 18px;font-size:16px}
 .park-card{display:block;padding:20px}
 .park-icon{margin-bottom:16px}
 .park-card h4{font-size:15px;letter-spacing:.01em}
 .park-description{font-size:16px;line-height:1.8}
 .park-location{font-size:14px}
 .parks-actions{align-items:flex-start;flex-direction:column;gap:18px;margin-top:24px;padding-top:22px}
 .parks-actions>p{font-size:17px}
 .parks-actions>.button{max-width:100%}
}
@media(max-width:359px){
 .parks-title{font-size:14px;letter-spacing:0}
 .parks-note{padding-inline:14px}
 .park-card{padding:17px 14px}
 .park-card h4{font-size:14px;letter-spacing:0}
 .park-description{font-size:15px}
 .parks-actions>.button{width:100%}
}
/* Essential stay information: readable cards, with tax details visible on arrival. */
.stay-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:20px;margin-top:24px;font-size:16px;line-height:1.8}
.stay-note{min-width:0;padding:26px;background:var(--white);border:1px solid var(--line);border-top:3px solid var(--sea);border-radius:12px}
.stay-note-cancellation{display:grid;grid-template-columns:44px minmax(0,1fr);align-content:start;align-items:start;gap:16px}
.stay-note-icon{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#edf1e8;color:var(--sea)}
.stay-note-icon>.icon{width:25px;height:25px}
.stay-note-copy{min-width:0;color:var(--muted)}
.stay-note-emphasis{font-weight:600;color:var(--ink)}
.stay-note-copy>strong,.stay-note-title{font-size:18px;font-weight:600;line-height:1.5;color:var(--ink)}
.stay-note-copy>strong{display:block;margin-bottom:10px}
.stay-note-tax{border-top-color:var(--clay)}
.stay-note-tax .stay-note-icon{background:var(--sand);color:var(--clay)}
.stay-note-tax>summary{display:grid;grid-template-columns:44px minmax(0,1fr) 32px;align-items:center;gap:16px;min-height:44px;border-radius:6px}
.stay-note-title{min-width:0}
.stay-note-tax>summary>.stay-note-toggle{width:32px;height:32px;padding:6px;border:1px solid var(--line);border-radius:50%;color:var(--clay)}
.stay-note-tax[open]>summary>.stay-note-toggle{transform:none}
.stay-note-toggle>path{transform-box:fill-box;transform-origin:center}
.stay-note-tax[open] .stay-note-toggle>path{transform:rotate(45deg)}
.stay-note-tax>summary:focus-visible{outline:2px solid var(--clay);outline-offset:5px}
.stay-note-tax>summary:hover .stay-note-toggle{background:var(--sand)}
.stay-note-description{margin-top:14px;padding-left:60px;color:var(--muted)}
@media(max-width:899px){
 .stay-notes{grid-template-columns:minmax(0,1fr);gap:16px}
 .stay-note{padding:24px}
}
@media(max-width:539px){
 .stay-note{padding:22px}
 .stay-note-cancellation{grid-template-columns:minmax(0,1fr);gap:16px}
 .stay-note-tax>summary{grid-template-columns:minmax(0,1fr) 32px;gap:16px 12px}
 .stay-note-tax>summary>.stay-note-icon{grid-column:1;grid-row:1}
 .stay-note-tax>summary>.stay-note-title{grid-column:1/-1;grid-row:2}
 .stay-note-tax>summary>.stay-note-toggle{grid-column:2;grid-row:1}
 .stay-note-description{margin-top:10px;padding-left:0}
}
@media(max-width:359px){
 .stay-note{padding:20px 18px}
 .stay-note-copy>strong,.stay-note-title{font-size:17px}
}
/* Preserve room for long translated words on the narrowest screens. */
@media(max-width:319px){
 .coast-interlude>div{padding-inline:20px}
 .full-reviews .review-card{padding-inline:17px}
}
@media print{
 .site-footer .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
 .site-footer .footer-column.footer-about{display:block;grid-column:auto}
 .site-footer .footer-location,.site-footer .footer-contacts{border:0;padding-top:0}
 .site-footer .footer-back-to-top{display:none}
}
