:root{
  --blue:#003375;--turq:#88D1D1;--wheat:#A4917B;--clay:#D9D1C8;
  --ivory:#fffdfa;--paper:#f7f3ed;--ink:#173044;--muted:#6f7880;--line:rgba(0,51,117,.14);
  --max:1320px;--ease:cubic-bezier(.2,.7,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:"Cera Pro","Century Gothic","Trebuchet MS",Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit}.p-wrap{width:min(var(--max),calc(100% - 80px));margin:0 auto}.p-wrap.narrow{width:min(880px,calc(100% - 80px))}.p-eyebrow{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}.preview-bar{height:38px;padding:0 22px;background:#101a27;color:#fff;display:flex;align-items:center;gap:14px;font-size:10px;position:sticky;top:0;z-index:120}.preview-bar strong{color:var(--turq);letter-spacing:.16em}.preview-bar a{margin-left:auto;color:#fff;text-decoration:none}.site-header{height:92px;padding:0 4vw;display:flex;align-items:center;gap:32px;border-bottom:1px solid rgba(0,51,117,.09);background:rgba(255,253,250,.95);backdrop-filter:blur(18px);position:sticky;top:0;z-index:100;transition:height .25s var(--ease),box-shadow .25s var(--ease)}.preview-bar+.site-header{top:38px}.site-header.scrolled{height:76px;box-shadow:0 16px 40px rgba(0,35,75,.08)}.site-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--blue);min-width:240px}.site-brand img{width:42px;height:42px;object-fit:contain}.site-brand span{display:flex;flex-direction:column}.site-brand strong{font-size:14px;letter-spacing:.22em;font-weight:700}.site-brand small{font-size:7px;letter-spacing:.18em;margin-top:3px;color:#55718e}.desktop-nav{display:flex;gap:28px;margin-left:auto}.desktop-nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:10px;color:var(--blue);position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--turq);transition:right .2s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.language-switch{display:flex;gap:5px}.language-switch a{font-size:9px;text-decoration:none;color:#8190a0;padding:7px 6px}.language-switch a.active{color:var(--blue);font-weight:700}.book-button,.p-btn{appearance:none;border:0;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;background:var(--turq);color:var(--blue);font:inherit;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s}.book-button:hover,.p-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,51,117,.14)}.p-btn.full{width:100%}.mobile-menu-button{display:none;border:0;background:none;font-size:22px;color:var(--blue);cursor:pointer}.mobile-panel{position:fixed;inset:0;z-index:180;background:var(--blue);color:#fff;padding:28px;transform:translateX(100%);transition:transform .28s var(--ease);display:flex;flex-direction:column}.mobile-panel.open{transform:translateX(0)}.mobile-panel-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.18em}.mobile-panel-top button{border:0;background:none;color:#fff;font-size:32px;cursor:pointer}.mobile-panel nav{display:flex;flex-direction:column;margin:auto 0;gap:9px}.mobile-panel nav a{font-size:38px;line-height:1.2;text-decoration:none;font-weight:300}.p-hero{min-height:720px;position:relative;overflow:hidden;background:linear-gradient(125deg,#f3efe8 0%,#fff 55%,#dcebed 100%);display:flex;flex-direction:column;justify-content:center}.p-hero:before{content:"";position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center;opacity:.22}.p-hero.dark{background:var(--blue);color:#fff}.p-hero.editorial{background:linear-gradient(120deg,#f4eee8,#fff 64%)}.p-hero.signature{background:linear-gradient(135deg,#eef8f8,#fff 52%,#e5ded6)}.hero-visual{position:absolute;right:-8vw;top:50%;width:650px;height:650px;transform:translateY(-50%);opacity:.95}.hero-visual span{position:absolute;border:1px solid rgba(0,51,117,.16);border-radius:50%}.hero-visual span:nth-child(1){inset:0}.hero-visual span:nth-child(2){inset:70px;border-color:rgba(136,209,209,.7)}.hero-visual span:nth-child(3){inset:145px;background:linear-gradient(160deg,var(--blue),#0b4d89);border:0;box-shadow:0 45px 90px rgba(0,51,117,.2)}.hero-visual span:nth-child(3):after{content:"";position:absolute;width:42%;height:42%;border-radius:50%;background:var(--turq);right:0;bottom:0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr);gap:80px;align-items:end;position:relative;z-index:2}.hero-content{max-width:760px}.hero-content h1,.p-section h2,.booking-band h2,.booking-dialog h2{font-weight:300;color:var(--blue);letter-spacing:-.045em;margin:0}.hero-content h1{font-size:clamp(58px,7vw,108px);line-height:.94;max-width:930px}.p-hero.dark .hero-content h1,.p-hero.dark .p-eyebrow{color:#fff}.hero-content p{font-size:17px;line-height:1.75;max-width:610px;color:#596d7f;margin:30px 0}.p-hero.dark .hero-content p{color:rgba(255,255,255,.72)}.hero-signature{position:relative;z-index:2;border-left:1px solid rgba(0,51,117,.18);padding:24px 0 24px 28px;display:flex;flex-direction:column;gap:16px;color:var(--blue)}.hero-signature-index{font-size:10px;letter-spacing:.2em;color:var(--wheat)}.hero-signature strong{font-size:24px;line-height:1.25;font-weight:400}.hero-signature span{font-size:12px;line-height:1.7;color:#6e7a84}.hero-bottomline{position:absolute;bottom:0;left:0;right:0;height:54px;border-top:1px solid rgba(0,51,117,.1);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;font-size:9px;letter-spacing:.18em;color:#6d7b87;z-index:3}.hero-bottomline a{text-decoration:none;color:var(--blue)}.p-section{padding:120px 0}.p-section h2,.booking-band h2{font-size:clamp(42px,5vw,74px);line-height:1.02}.editorial{background:var(--ivory)}.editorial.editorial{background:#fff}.editorial.clay{background:#f4efe9}.editorial-grid{display:grid;grid-template-columns:70px minmax(0,1fr) minmax(300px,.55fr);gap:44px;align-items:start}.section-number{font-size:11px;color:var(--wheat);letter-spacing:.15em;padding-top:8px}.editorial-copy{border-left:1px solid var(--line);padding-left:34px}.editorial-copy p,.story-copy p,.section-heading>p,.cta-grid p,.generic p,.request-form p{font-size:15px;line-height:1.85;color:#5f7180;margin:0}.story{padding:70px 0 130px}.story-grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:80px;align-items:center}.story-grid.reverse .story-copy{order:2}.story-grid.reverse .story-image{order:1}.story-copy{padding:40px 0}.story-copy h2{font-size:clamp(42px,5vw,72px);line-height:1.04}.story-copy p{margin:26px 0}.story-rule{display:block;width:70px;height:1px;background:var(--wheat)}.story-image{min-height:560px;background:linear-gradient(145deg,#d8eceb,#f6eee6);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden;background-size:cover;background-position:center;position:relative}.story-image:after{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.6);pointer-events:none}.story-image img{width:170px;opacity:.75}.story-image span{font-size:9px;letter-spacing:.18em;color:var(--blue)}.full-image-block{height:72vh;min-height:520px;margin:0;background:linear-gradient(125deg,#d8eceb,#e8dfd5);background-size:cover;background-position:center;position:relative;display:grid;place-items:center}.full-image-fallback{display:grid;place-items:center;gap:18px}.full-image-fallback img{width:210px;opacity:.65}.full-image-fallback span{font-size:10px;letter-spacing:.2em;color:var(--blue)}.full-image-block figcaption{position:absolute;right:4vw;bottom:22px;background:rgba(255,255,255,.88);padding:9px 13px;font-size:10px}.collection{background:#f8f5ef}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.45fr);gap:70px;align-items:end;margin-bottom:48px}.section-heading h2{font-size:clamp(42px,5vw,70px)}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.property-card{background:#fff;padding:18px;border:1px solid rgba(0,51,117,.08);min-height:420px;display:flex;flex-direction:column;transition:transform .25s var(--ease),box-shadow .25s}.property-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(0,51,117,.08)}.property-card>span{font-size:9px;letter-spacing:.16em;color:var(--wheat)}.property-art{height:210px;margin:16px 0 24px;background:linear-gradient(140deg,#ecf7f6,#e7dfd6);display:grid;place-items:center;overflow:hidden}.property-art img{width:110px;opacity:.65}.property-card h3{font-size:24px;color:var(--blue);font-weight:400;margin:0}.property-card p{color:#78838d;font-size:11px;margin:8px 0 20px}.property-card a{font-size:10px;text-decoration:none;color:var(--blue);margin-top:auto}.rooms{background:#fff}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.room-grid article{border:1px solid var(--line);background:var(--ivory)}.room-art{height:260px;background:linear-gradient(135deg,#e6edf0,#e8ddd2);display:flex;align-items:flex-end;padding:20px}.room-art span{font-size:64px;font-weight:200;color:rgba(0,51,117,.26)}.room-grid article>div:last-child{padding:22px}.room-grid small{font-size:9px;letter-spacing:.17em;color:var(--wheat)}.room-grid h3{font-size:24px;font-weight:400;color:var(--blue);margin:8px 0}.room-grid p{font-size:11px;color:#74808a}.dining{background:#f4efe8}.logo-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.logo-tile{height:260px;background:#fff;border:1px solid rgba(0,51,117,.08);display:grid;place-items:center;padding:30px;overflow:hidden}.logo-tile.olive{background:#879b68}.logo-tile img{max-width:100%;max-height:180px;object-fit:contain}.experiences{background:var(--blue);color:#fff}.experiences .p-eyebrow,.experiences h2{color:#fff}.experiences .section-heading>p{color:rgba(255,255,255,.62)}.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.experience-grid article{min-height:360px;padding:30px 24px;border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;position:relative;overflow:hidden}.experience-grid article:last-child{border-right:0}.experience-grid article>span{font-size:10px;color:var(--turq)}.experience-grid small{margin-top:auto;letter-spacing:.18em;color:#b5dede}.experience-grid h3{font-size:30px;font-weight:300;margin:10px 0}.experience-grid p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.65)}.experience-grid img{position:absolute;right:-35px;top:45px;width:160px;opacity:.11}.cta-block{background:#e7f3f3}.cta-block.clay{background:#e8dfd5}.cta-block.dark{background:var(--blue);color:#fff}.cta-block.dark h2,.cta-block.dark .p-eyebrow{color:#fff}.cta-block.dark p{color:rgba(255,255,255,.68)}.cta-block.wedding{background:#edf3f9}.cta-grid{display:grid;grid-template-columns:1.2fr .65fr;gap:100px;align-items:end}.cta-grid p{margin-bottom:24px}.faq{background:#fff}.faq h2{margin-bottom:34px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;color:var(--blue);font-size:16px}.faq details p{color:#687986;line-height:1.75;font-size:13px}.request-form{background:#f6f2ec}.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.request-form form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.request-form label{display:grid;gap:7px;font-size:9px;letter-spacing:.14em;color:var(--blue);text-transform:uppercase}.request-form label:nth-child(3){grid-column:1/-1}.request-form input,.request-form textarea,.booking-inline input,.booking-inline select,.booking-dialog input,.booking-dialog select{width:100%;border:0;border-bottom:1px solid rgba(0,51,117,.24);background:transparent;padding:13px 4px;color:var(--ink);font:inherit;outline:none}.request-form textarea{resize:vertical}.request-form .p-btn{justify-self:start}.component-placeholder{margin-top:28px;border:1px dashed var(--line);padding:44px;text-align:center;color:#7d8892;background:#faf8f4}.external-frame{width:100%;border:1px solid var(--line);background:#fff}.frame-fallback{text-align:right;font-size:11px}.booking-band{background:#fff;padding:80px 0;border-top:1px solid var(--line)}.booking-band-head{display:grid;grid-template-columns:1fr .55fr;gap:70px;align-items:end;margin-bottom:32px}.booking-band-head p{font-size:12px;line-height:1.7;color:#74808a}.booking-inline{display:grid;grid-template-columns:1.3fr repeat(3,1fr) auto;gap:10px;border:1px solid var(--line);padding:12px;background:var(--ivory)}.booking-inline label,.booking-dialog label{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#7c8891}.booking-inline label{padding:3px 8px}.site-footer{background:#052e63;color:#fff;padding:78px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .5fr .7fr;gap:90px}.footer-brand img{width:240px;max-width:100%;display:block}.footer-brand p{font-size:12px;color:rgba(255,255,255,.62);margin-top:22px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid small{font-size:9px;letter-spacing:.18em;color:var(--turq);margin-bottom:8px}.footer-grid a,.footer-grid span{font-size:12px;text-decoration:none;color:rgba(255,255,255,.72)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:60px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.45);font-size:9px;letter-spacing:.08em}.booking-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:center;visibility:hidden;opacity:0;transition:.2s}.booking-modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(2,27,57,.72);backdrop-filter:blur(8px)}.booking-dialog{position:relative;background:var(--ivory);width:min(560px,calc(100% - 30px));padding:46px;box-shadow:0 40px 100px rgba(0,0,0,.25)}.booking-dialog h2{font-size:44px}.booking-dialog>p{color:#6d7b87;line-height:1.7;font-size:12px;margin:16px 0 28px}.booking-dialog form{display:grid;gap:18px}.dialog-dates{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dialog-close{position:absolute;right:16px;top:14px;border:0;background:none;color:var(--blue);font-size:28px;cursor:pointer}.toast{position:fixed;left:50%;bottom:28px;z-index:260;transform:translate(-50%,20px);background:#102a48;color:#fff;padding:13px 18px;font-size:11px;border-radius:999px;opacity:0;visibility:hidden;transition:.2s;box-shadow:0 12px 40px rgba(0,0,0,.2)}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}.floating-actions{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;gap:8px;opacity:0;transform:translateY(16px);pointer-events:none;transition:.2s}.floating-actions.visible{opacity:1;transform:none;pointer-events:auto}.floating-book,.floating-top{border:0;cursor:pointer;box-shadow:0 12px 32px rgba(0,51,117,.18)}.floating-book{background:var(--turq);color:var(--blue);border-radius:999px;padding:0 20px;height:46px;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:700}.floating-top{width:46px;height:46px;border-radius:50%;background:#fff;color:var(--blue);font-size:18px}.generic{background:#fff}
@media(max-width:1100px){.desktop-nav{gap:16px}.site-brand{min-width:auto}.property-grid{grid-template-columns:repeat(2,1fr)}.logo-gallery{grid-template-columns:repeat(2,1fr)}.experience-grid{grid-template-columns:repeat(2,1fr)}.experience-grid article:nth-child(2){border-right:0}.experience-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.room-grid{grid-template-columns:1fr 1fr}.room-grid article:last-child{display:none}.booking-inline{grid-template-columns:1fr 1fr 1fr}.booking-inline .p-btn{grid-column:1/-1}.editorial-grid{grid-template-columns:50px 1fr}.editorial-copy{grid-column:2;border-left:0;padding-left:0}.hero-grid{grid-template-columns:1fr}.hero-signature{display:none}.hero-visual{right:-270px;opacity:.5}}
@media(max-width:820px){.p-wrap,.p-wrap.narrow{width:min(100% - 36px,var(--max))}.site-header{height:74px;padding:0 18px}.preview-bar+.site-header{top:38px}.site-brand img{width:36px;height:36px}.site-brand small{display:none}.desktop-nav,.language-switch,.book-button{display:none}.mobile-menu-button{display:block}.header-actions{margin-left:auto}.p-hero{min-height:650px}.hero-content h1{font-size:58px}.hero-content p{font-size:14px}.hero-visual{width:500px;height:500px;right:-320px}.hero-bottomline{padding:0 18px}.p-section{padding:78px 0}.editorial-grid,.story-grid,.section-heading,.cta-grid,.form-layout,.booking-band-head{grid-template-columns:1fr;gap:28px}.section-number{display:none}.story-grid.reverse .story-copy,.story-grid.reverse .story-image{order:initial}.story-image{min-height:420px}.section-heading{margin-bottom:30px}.property-grid,.room-grid{grid-template-columns:1fr}.room-grid article:last-child{display:block}.logo-gallery{grid-template-columns:1fr 1fr}.experience-grid{grid-template-columns:1fr}.experience-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);min-height:260px}.request-form form{grid-template-columns:1fr}.request-form label:nth-child(3){grid-column:auto}.booking-inline{grid-template-columns:1fr 1fr}.booking-inline label:first-child{grid-column:1/-1}.booking-inline .p-btn{grid-column:1/-1}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-brand img{width:190px}.floating-actions{right:14px;bottom:14px}.booking-dialog{padding:34px 24px}.dialog-dates{grid-template-columns:1fr}.full-image-block{height:55vh;min-height:420px}}
@media(max-width:520px){.preview-bar span:nth-of-type(2){display:none}.site-brand strong{font-size:12px}.p-hero{min-height:620px}.hero-content h1{font-size:48px}.hero-visual{opacity:.34}.hero-bottomline span{display:none}.p-section h2,.booking-band h2{font-size:39px}.property-grid{gap:10px}.property-card{min-height:360px}.property-art{height:170px}.logo-gallery{grid-template-columns:1fr}.logo-tile{height:220px}.booking-inline{grid-template-columns:1fr}.booking-inline label{grid-column:auto!important}.footer-bottom{flex-direction:column;gap:10px}.toast{width:calc(100% - 28px);border-radius:14px;text-align:center}.floating-book{padding:0 15px}.mobile-panel nav a{font-size:34px}}

/* Phase 4 — Structured property renderer */
.property-hero .hero-grid{align-items:center}.property-logo-hero{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border:1px solid rgba(0,51,117,.16);background:rgba(255,255,255,.52);backdrop-filter:blur(8px);padding:40px;position:relative;z-index:2}.property-logo-hero img{max-width:260px;max-height:160px;object-fit:contain}.property-logo-hero strong{width:120px;height:120px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:32px;font-weight:300}.property-logo-hero span{text-align:center;font-size:8px;letter-spacing:.18em;color:#72808d;line-height:1.7}.room-art.photo{background-size:cover;background-position:center}.public-amenities{display:flex;gap:5px;flex-wrap:wrap;margin-top:15px}.public-amenities span{font-size:8px;letter-spacing:.04em;padding:5px 7px;border-radius:999px;background:#f0f5f5;color:var(--blue)}.property-facilities{background:#f8f5ef}.facility-public-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.facility-public-grid article{padding:28px 22px;border:1px solid var(--line);background:#fff;min-height:220px}.facility-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#e6f4f3;color:var(--blue);font-size:10px;letter-spacing:.08em;margin-bottom:28px}.facility-public-grid h3,.property-dining-grid h3,.offer-public-grid h3{font-size:24px;font-weight:400;color:var(--blue);margin:0 0 10px}.facility-public-grid p,.property-dining-grid p,.offer-public-grid p{font-size:11px;line-height:1.7;color:#75818a}.property-dining-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.property-dining-grid article{background:#fff;border:1px solid rgba(0,51,117,.08);padding:18px}.venue-logo{height:190px;display:grid;place-items:center;background:#f8f5ef;margin-bottom:20px;padding:24px}.venue-logo img{max-width:100%;max-height:135px;object-fit:contain}.venue-logo span{font-size:10px;letter-spacing:.18em;color:var(--wheat)}.venue-photo{background-size:cover;background-position:center}.property-dining-grid small{font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:var(--wheat)}.property-dining-grid b{font-size:9px;color:var(--blue);font-weight:500}.property-offers{background:#fff}.offer-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.offer-public-grid article{border:1px solid var(--line);background:var(--ivory)}.offer-art{height:230px;background-size:cover;background-position:center;background-color:#e7eeef}.offer-public-grid article>div:last-child{padding:24px}.offer-badge{display:inline-flex;padding:6px 9px;background:var(--turq);color:var(--blue);font-size:8px;letter-spacing:.12em;margin-bottom:14px}.offer-public-grid code{display:inline-block;padding:6px 9px;background:#f3efe8;color:var(--blue);font-size:10px;margin:6px 0 14px}.offer-public-grid a{display:block;text-decoration:none;font-size:10px;color:var(--blue);margin-top:14px}.property-gallery{background:#f4efe8}.public-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:10px;margin-bottom:10px}.public-gallery-grid figure{margin:0;position:relative;overflow:hidden;background:#ddd}.public-gallery-grid figure:first-child{grid-row:span 2}.public-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.public-gallery-grid figure:hover img{transform:scale(1.025)}.public-gallery-grid figcaption{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.82);padding:6px 8px;font-size:8px;color:var(--blue)}
@media(max-width:1000px){.facility-public-grid{grid-template-columns:repeat(2,1fr)}.property-dining-grid,.offer-public-grid{grid-template-columns:repeat(2,1fr)}.property-logo-hero{display:none}.public-gallery-grid{grid-template-columns:1fr 1fr}.public-gallery-grid figure:first-child{grid-row:auto}}
@media(max-width:650px){.facility-public-grid,.property-dining-grid,.offer-public-grid,.public-gallery-grid{grid-template-columns:1fr}.facility-public-grid article{min-height:170px}.venue-logo{height:170px}.public-gallery-grid{grid-auto-rows:260px}}
/* Phase 5 link actions */
a.floating-book{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
\n\n/* Phase 6 — Readability & accessibility pass */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-size:17px;line-height:1.6}
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-180%);background:#fff;color:var(--blue);border:2px solid var(--blue);border-radius:999px;padding:11px 16px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 8px 30px rgba(0,35,75,.18)}
.skip-link:focus{transform:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #5dbfc1;outline-offset:3px}
.desktop-nav a{font-size:12px}.site-brand strong{font-size:15px}.site-brand small{font-size:9px}.language-switch a{font-size:12px;min-width:36px;min-height:44px;display:grid;place-items:center}.book-button,.p-btn{font-size:12px;min-height:50px;padding-inline:25px}.p-eyebrow{font-size:12px}.hero-content p{font-size:19px;line-height:1.75}.hero-signature-index{font-size:12px}.hero-signature span{font-size:15px}.hero-bottomline{font-size:11px}.section-number{font-size:13px}.editorial-copy p,.story-copy p,.section-heading>p,.cta-grid p,.generic p,.request-form p{font-size:18px;line-height:1.78}.property-card>span,.room-grid small{font-size:11px}.property-card h3,.room-grid h3{font-size:27px}.property-card p,.room-grid p{font-size:15px;line-height:1.65}.property-card a{font-size:14px;font-weight:650}.experience-grid article>span{font-size:12px}.experience-grid p{font-size:15px;line-height:1.7}.faq summary{font-size:18px;line-height:1.5}.faq details p{font-size:16px;line-height:1.75}.request-form label,.booking-inline label,.booking-dialog label{font-size:13px;letter-spacing:.08em}.request-form input,.request-form select,.request-form textarea,.booking-inline input,.booking-inline select,.booking-dialog input,.booking-dialog select{font-size:16px;min-height:48px}.booking-band-head p,.booking-dialog>p{font-size:16px}.footer-brand p,.footer-grid a,.footer-grid span{font-size:15px}.footer-grid small,.footer-bottom{font-size:11px}.floating-book{font-size:12px;height:50px}.floating-top{width:50px;height:50px}.public-amenities span{font-size:11px;padding:7px 10px}.facility-icon{font-size:12px}.facility-public-grid p,.property-dining-grid p,.offer-public-grid p{font-size:15px;line-height:1.7}.property-dining-grid small,.property-dining-grid b,.offer-badge{font-size:11px}.offer-public-grid code,.offer-public-grid a{font-size:13px}.public-gallery-grid figcaption{font-size:11px}.property-logo-hero span{font-size:11px}.full-image-block figcaption,.full-image-fallback span,.story-image span{font-size:12px}.preview-bar{font-size:11px;min-height:40px;height:auto;padding-block:8px}
.error-public{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:linear-gradient(135deg,#f5f0e9,#fff 55%,#e4f1f1)}.error-public-card{width:min(760px,100%);text-align:center}.error-public-card>img{width:86px;margin-bottom:28px}.error-public-card h1{font-size:clamp(46px,7vw,82px);font-weight:300;letter-spacing:-.045em;color:var(--blue);line-height:1;margin:0}.error-public-card p{font-size:18px;line-height:1.7;max-width:620px;margin:26px auto;color:#596d7f}
@media(max-width:820px){.hero-content p{font-size:17px}.editorial-copy p,.story-copy p,.section-heading>p,.cta-grid p,.generic p,.request-form p{font-size:17px}.property-card p,.room-grid p,.experience-grid p,.facility-public-grid p,.property-dining-grid p,.offer-public-grid p{font-size:16px}.mobile-menu-button{min-width:48px;min-height:48px}.mobile-panel-top{font-size:14px}.mobile-panel nav a{font-size:38px}.floating-book{min-height:50px}.site-brand strong{font-size:14px}}
@media(max-width:520px){.hero-content h1{font-size:50px}.hero-content p{font-size:17px;line-height:1.7}.p-section h2,.booking-band h2{font-size:41px}.p-eyebrow{font-size:11px}.mobile-panel nav a{font-size:35px}.footer-bottom{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Phase 6.1 — approved property logos, bespoke icons and in-page WebHotelier widget */
.action-icon{width:22px;height:22px;object-fit:contain;margin-right:9px;flex:0 0 auto}.book-button .action-icon{width:20px;height:20px}.property-art{background:#003375;border:1px solid rgba(136,209,209,.35);padding:24px}.property-art img{width:auto;max-width:88%;max-height:165px;opacity:1;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}.property-logo-hero{background:#003375;border-color:rgba(136,209,209,.42);box-shadow:inset 0 3px 0 #88D1D1}.property-logo-hero img{max-width:300px;max-height:190px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.15))}.public-amenities{gap:9px}.public-amenities .public-amenity{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(0,51,117,.09);background:#f3f8f8;border-radius:999px;color:var(--blue);font-size:13px;line-height:1.2;letter-spacing:0}.public-amenities .public-amenity>img{width:25px;height:25px;object-fit:contain;flex:0 0 auto}.public-amenities .public-amenity>span{padding:0;background:none;border-radius:0;font-size:13px}.facility-icon img{width:34px;height:34px;object-fit:contain}.facility-icon{width:54px;height:54px;background:#edf7f6}.amenity-admin-label img{width:28px;height:28px;object-fit:contain;vertical-align:middle;margin-right:8px}

.wh-floating-booking{position:fixed;z-index:145;right:22px;bottom:88px;width:292px;overflow:hidden;border:1px solid rgba(0,51,117,.16);border-radius:24px;background:#fff;box-shadow:0 26px 70px rgba(0,35,78,.24);color:var(--ink);opacity:0;pointer-events:none;transform:translateY(18px) scale(.98);transition:opacity .22s ease,transform .22s ease,width .26s ease}.wh-floating-booking.visible,.wh-floating-booking.force-visible{opacity:1;pointer-events:auto;transform:none}.wh-floating-booking.is-open{width:336px}.wh-floating-top{min-height:88px;padding:13px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#003375;border-bottom:1px solid rgba(136,209,209,.55);box-shadow:inset 0 3px 0 #88D1D1}.wh-floating-label{display:grid;gap:3px;max-width:110px;color:#fff;font-size:10px;line-height:1.35;letter-spacing:.13em;text-transform:uppercase;font-weight:800}.wh-floating-label small{font-size:11px;letter-spacing:.04em;text-transform:none;color:#cceced;font-weight:500}.wh-floating-logo{width:132px;height:60px;object-fit:contain;object-position:right center;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}.wh-floating-body{padding:17px}.wh-floating-property{display:grid;gap:4px;text-align:center}.wh-floating-property strong{font-size:18px;line-height:1.25;color:var(--blue);font-weight:600}.wh-floating-property small{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6f7e8a}.wh-floating-rate{margin:12px 0 14px;text-align:center;color:#6b7884;font-size:14px}.wh-floating-rate b{font-size:15px;color:var(--blue)}.wh-book-button,.wh-search-button{width:100%;min-height:50px}.wh-book-button img,.wh-search-button img{width:22px;height:22px;object-fit:contain;margin-right:9px}.wh-floating-expand{max-height:0;opacity:0;margin-top:0;overflow:hidden;transition:max-height .32s ease,opacity .2s ease,margin-top .2s ease}.wh-floating-booking.is-open .wh-floating-expand{max-height:520px;opacity:1;margin-top:14px}.wh-mini-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.wh-mini-fields label{display:grid;gap:5px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fbfdfd}.wh-mini-fields label>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#6b7782}.wh-mini-fields input,.wh-mini-fields select{width:100%;min-width:0;border:0;background:transparent;color:var(--ink);padding:2px 0;font:500 16px/1.3 inherit;outline:0}.wh-mini-fields .wh-guests{grid-column:1/-1}.wh-search-button{margin-top:10px}.wh-availability-result{min-height:0;margin-top:10px;font-size:13px;line-height:1.55;color:#647482}.wh-result-status{padding:10px 11px;border-radius:13px;background:#eef8f8;border:1px solid rgba(136,209,209,.6);color:var(--blue)}.wh-result-status.is-error{background:#f8f1eb;border-color:rgba(164,145,123,.5)}.wh-result-status strong{display:block;margin-bottom:3px;font-size:14px}.wh-floating-nav{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:8px;margin-top:12px;padding-top:11px;border-top:1px solid var(--line)}.wh-floating-nav>button{width:34px;height:34px;border:0;background:transparent;color:var(--blue);font:500 24px/1 inherit;cursor:pointer}.wh-pagination{display:flex;justify-content:center;gap:4px}.wh-pagination button{width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#72808d;font-size:11px;font-weight:700;cursor:pointer}.wh-pagination button.is-active{background:var(--blue);color:#fff}.floating-actions{z-index:146}.floating-actions.visible{opacity:1;pointer-events:auto}.floating-top{border:0;cursor:pointer}.booking-band .p-btn{margin-top:24px}
@media(max-width:700px){.wh-floating-booking,.wh-floating-booking.is-open{right:12px;bottom:78px;width:min(354px,calc(100vw - 24px));border-radius:20px}.wh-floating-top{min-height:78px}.wh-floating-logo{width:116px;height:54px}.wh-floating-property strong{font-size:17px}.wh-mini-fields{grid-template-columns:1fr}.wh-mini-fields .wh-guests{grid-column:auto}.public-amenities .public-amenity{font-size:13px}.property-art img{max-height:145px}}

/* Phase 6.2A — one controlled logo surface for every property.
   The presentation variants preserve the approved mark geometry while normalizing contrast. */
.property-art{
  background:linear-gradient(145deg,#eef7f6 0%,#f4efe8 100%);
  border:1px solid rgba(0,51,117,.09);
  padding:18px;
}
.property-art img{
  width:100%;
  height:168px;
  max-width:none;
  max-height:none;
  opacity:1;
  object-fit:contain;
  background:#fff;
  padding:18px 22px;
  border:1px solid rgba(0,51,117,.10);
  border-radius:14px;
  filter:none;
  box-shadow:0 12px 28px rgba(0,51,117,.055);
}
.property-logo-hero{
  background:linear-gradient(145deg,#eef7f6 0%,#f4efe8 100%);
  border:1px solid rgba(0,51,117,.12);
  box-shadow:none;
  padding:28px;
}
.property-logo-hero img{
  width:min(100%,380px);
  height:230px;
  max-width:380px;
  max-height:230px;
  object-fit:contain;
  background:#fff;
  padding:28px 30px;
  border:1px solid rgba(0,51,117,.10);
  border-radius:18px;
  filter:none;
  box-shadow:0 20px 44px rgba(0,51,117,.065);
}
@media(max-width:520px){
  .property-art img{height:150px;padding:16px 18px}
}


/* Phase 6.2B — bespoke icon emphasis & action consistency
   Approved artwork stays unchanged. Contrast is created by a neutral icon plate,
   larger optical size and consistent spacing rather than recolouring the artwork. */
.action-icon{
  width:38px;height:38px;box-sizing:border-box;object-fit:contain;
  padding:4px;margin-left:-12px;margin-right:10px;flex:0 0 auto;
  background:#fff;border:1px solid rgba(0,51,117,.18);border-radius:50%;
  box-shadow:0 4px 12px rgba(0,51,117,.09);
}
.book-button,.p-btn{gap:0;overflow:visible}
.book-button .action-icon{width:34px;height:34px;padding:4px;margin-left:-15px;margin-right:9px}
.p-btn:hover .action-icon,.book-button:hover .action-icon{border-color:rgba(0,51,117,.30);box-shadow:0 5px 14px rgba(0,51,117,.14)}
.p-btn span,.book-button span{display:inline-block}

/* Small editorial action links keep the bespoke detail legible without becoming buttons. */
.property-discover-link{display:inline-flex!important;align-items:center;gap:9px;width:max-content;font-size:14px!important;font-weight:700!important}
.micro-action-icon{width:31px;height:31px;object-fit:contain;padding:3px;background:#fff;border:1px solid rgba(0,51,117,.14);border-radius:50%;box-shadow:0 3px 10px rgba(0,51,117,.06)}

/* Amenities use a quiet white plate so navy/turquoise line work never disappears into the pill. */
.public-amenities .public-amenity{gap:10px;padding:7px 13px 7px 7px;background:#edf7f6;border-color:rgba(0,51,117,.12)}
.public-amenities .public-amenity>img{width:42px;height:42px;box-sizing:border-box;object-fit:contain;padding:4px;background:#fff;border:1px solid rgba(0,51,117,.15);border-radius:12px;box-shadow:0 4px 12px rgba(0,51,117,.07)}
.public-amenities .public-amenity>span{font-size:14px;font-weight:650;color:var(--blue)}

/* Facilities and experience categories receive the same visual language. */
.facility-icon{width:66px;height:66px;background:#fff;border:1px solid rgba(0,51,117,.14);box-shadow:0 7px 18px rgba(0,51,117,.07)}
.facility-icon img{width:48px;height:48px;object-fit:contain}
.experience-grid article{position:relative}
.experience-icon-plate{width:76px;height:76px;margin-bottom:20px;display:grid;place-items:center;background:#fff;border:1px solid rgba(136,209,209,.55);border-radius:20px;box-shadow:0 10px 25px rgba(0,17,43,.13)}
.experience-icon-plate img{width:58px;height:58px;object-fit:contain}
.experiences .experience-icon-plate{background:#fff}

/* WebHotelier floating actions: the icon is intentionally on ivory/white, not turquoise-on-turquoise. */
.wh-book-button .action-icon,.wh-search-button .action-icon{width:40px;height:40px;padding:4px;margin-left:-13px;margin-right:11px;background:#fff;border:1px solid rgba(0,51,117,.20);border-radius:50%;box-shadow:0 5px 14px rgba(0,51,117,.10)}
.wh-book-button,.wh-search-button{padding-left:18px;padding-right:23px}

@media(max-width:700px){
  .action-icon{width:36px;height:36px;margin-left:-10px}
  .book-button .action-icon{width:32px;height:32px;margin-left:-12px}
  .public-amenities .public-amenity>img{width:40px;height:40px}
  .experience-icon-plate{width:68px;height:68px}.experience-icon-plate img{width:52px;height:52px}
}


/* Phase 6.2C — visual QA / responsive consistency
   No new visual language is introduced here. This pass standardises the 6.2A logo system
   and 6.2B icon/button system across desktop, tablet and mobile. */
:root{
  --control-h:54px;
  --control-radius:999px;
  --card-radius:18px;
  --logo-surface:#fff;
  --soft-surface:#f5f8f7;
}
html,body{max-width:100%;overflow-x:clip}
img{max-width:100%}
button,a,input,select,textarea{touch-action:manipulation}

/* Controls: same optical rhythm everywhere. */
.book-button,.p-btn{
  min-height:var(--control-h);
  padding-top:6px;padding-bottom:6px;
  line-height:1.25;
  white-space:normal;
  text-align:center;
}
.action-icon{
  width:40px;height:40px;
  padding:4px;
  margin-left:-10px;margin-right:10px;
  border-color:rgba(0,51,117,.22);
  box-shadow:0 5px 14px rgba(0,51,117,.10);
}
.book-button .action-icon{width:36px;height:36px;margin-left:-11px}
.p-btn:active,.book-button:active{transform:translateY(0);box-shadow:0 5px 14px rgba(0,51,117,.10)}

/* Property identities: exactly one presentation model in cards and property heroes. */
.property-card{border-radius:var(--card-radius);overflow:hidden}
.property-art{border-radius:14px;min-height:210px}
.property-art img{
  width:100%;height:168px;
  object-fit:contain;
  background:var(--logo-surface);
  padding:18px 22px;
  border-radius:14px;
}
.property-logo-hero{border-radius:20px;align-self:center}
.property-logo-hero img{display:block;margin:auto}

/* Icon families: preserve artwork, standardise surrounding surfaces. */
.micro-action-icon,.public-amenities .public-amenity>img,.facility-icon,.experience-icon-plate{
  background:#fff;
  border-color:rgba(0,51,117,.16);
}
.public-amenities{display:flex;flex-wrap:wrap;align-items:center}
.public-amenities .public-amenity{min-height:54px}
.facility-icon{display:grid;place-items:center;border-radius:18px}
.experience-icon-plate{display:grid;place-items:center}

/* Keep editorial card rows visually calm even with unequal content lengths. */
.room-grid article,.property-dining-grid article,.offer-public-grid article,.facility-public-grid article{border-radius:var(--card-radius);overflow:hidden}
.room-grid article>div:last-child,.property-dining-grid article,.offer-public-grid article>div:last-child{min-width:0}
.section-heading>p{max-width:620px}

/* WebHotelier widget: usable inside short laptop/tablet/mobile viewports. */
.wh-floating-booking{max-height:calc(100dvh - 110px)}
.wh-floating-booking.is-open .wh-floating-body{max-height:calc(100dvh - 205px);overflow-y:auto;overscroll-behavior:contain}
.wh-book-button,.wh-search-button{min-height:54px}
.wh-book-button .action-icon,.wh-search-button .action-icon{width:40px;height:40px;margin-left:-10px}
.wh-mini-fields label{min-height:72px}
.wh-floating-nav>button,.wh-pagination button{min-width:38px;min-height:38px}

/* Tablet: retain the property identity instead of dropping the logo entirely. */
@media(max-width:1000px){
  .property-logo-hero{
    display:grid;
    justify-self:start;
    width:min(390px,100%);
    padding:16px;
    margin-top:4px;
  }
  .property-logo-hero img{
    width:100%;height:170px;max-width:none;max-height:none;
    padding:18px 22px;border-radius:14px;
  }
}

@media(max-width:820px){
  .p-wrap,.p-wrap.narrow{width:min(100% - 32px,var(--max))}
  .site-header{padding-inline:16px}
  .p-hero{padding-top:34px;padding-bottom:34px}
  .hero-grid{gap:30px}
  .book-button,.p-btn{min-height:54px;font-size:13px}
  .action-icon{width:38px;height:38px;margin-left:-7px;margin-right:9px}
  .public-amenities .public-amenity{min-height:52px}
  .property-card{min-height:0}
  .property-art{height:auto;min-height:190px}
  .property-art img{height:154px}
  .wh-floating-booking,.wh-floating-booking.is-open{
    right:12px;
    bottom:calc(76px + env(safe-area-inset-bottom));
    width:min(370px,calc(100vw - 24px));
    max-height:calc(100dvh - 98px - env(safe-area-inset-bottom));
  }
  .wh-floating-booking.is-open .wh-floating-body{max-height:calc(100dvh - 190px - env(safe-area-inset-bottom))}
}

@media(max-width:520px){
  .p-wrap,.p-wrap.narrow{width:min(100% - 28px,var(--max))}
  .p-section{padding-top:68px;padding-bottom:68px}
  .hero-content h1{font-size:clamp(46px,14vw,54px)}
  .section-heading{gap:20px}
  .book-button,.p-btn{width:100%;max-width:100%;padding-left:14px;padding-right:18px}
  .action-icon{width:38px;height:38px;margin-left:-5px;margin-right:9px}
  .property-discover-link{min-height:46px}
  .property-logo-hero{width:100%;padding:12px}
  .property-logo-hero img{height:145px;padding:14px 18px}
  .property-art{min-height:178px;padding:12px}
  .property-art img{height:150px;padding:14px 16px}
  .public-amenities{gap:8px}
  .public-amenities .public-amenity{width:100%;border-radius:14px;padding-right:12px}
  .public-amenities .public-amenity>img{width:42px;height:42px}
  .experience-icon-plate{width:66px;height:66px;border-radius:18px}.experience-icon-plate img{width:50px;height:50px}
  .facility-icon{width:62px;height:62px}.facility-icon img{width:45px;height:45px}
  .booking-band .p-btn,.request-form .p-btn,.cta-block .p-btn{width:100%}
  .wh-floating-top{padding-inline:14px}
  .wh-floating-logo{width:108px;height:50px}
  .wh-floating-label{font-size:11px}
  .wh-floating-body{padding:14px}
  .wh-book-button,.wh-search-button{padding-left:14px;padding-right:18px}
  .wh-book-button .action-icon,.wh-search-button .action-icon{width:38px;height:38px;margin-left:-5px;margin-right:9px}
}

@supports not (height:100dvh){
  .wh-floating-booking{max-height:calc(100vh - 110px)}
  .wh-floating-booking.is-open .wh-floating-body{max-height:calc(100vh - 205px)}
}

/* Phase 6.3C — shared CMS-driven public room catalogue */
.room-catalogue{background:linear-gradient(180deg,#fff 0%,#fbf9f5 100%)}
.room-section-heading{margin-bottom:38px}
.structured-room-grid{align-items:start}
.room-card{display:flex;flex-direction:column;min-height:100%;box-shadow:0 12px 34px rgba(0,51,117,.045);transition:transform .24s var(--ease),box-shadow .24s var(--ease)}
.room-card:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(0,51,117,.08)}
.room-card .room-art{height:300px;position:relative;overflow:hidden;background:linear-gradient(145deg,#edf7f6 0%,#f5efe7 100%)}
.room-card .room-art.photo{background-size:cover;background-position:center}
.room-art-fallback{align-items:center;justify-content:center;padding:34px}
.room-art-fallback:before{content:"";position:absolute;inset:18px;border:1px solid rgba(0,51,117,.09);pointer-events:none}
.room-art-fallback img{width:min(230px,74%);max-height:145px;object-fit:contain;opacity:.9;filter:drop-shadow(0 4px 12px rgba(0,51,117,.08))}
.room-art-fallback>span{position:absolute;left:22px;bottom:17px;font-size:42px!important;line-height:1;color:rgba(0,51,117,.18)!important;font-weight:300!important}
.room-card-body{display:flex;flex-direction:column;gap:0;flex:1;padding:26px!important}
.room-card-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--wheat);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.room-card-kicker span:last-child{white-space:nowrap}
.room-card h3{font-size:28px;line-height:1.15;margin:5px 0 8px}
.room-intro{margin:0 0 15px!important}
.room-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0 18px}
.room-fact{min-height:58px;padding:10px 11px;border:1px solid rgba(0,51,117,.09);background:#fff;display:flex;flex-direction:column;justify-content:center;gap:3px;border-radius:12px}
.room-fact b{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#83909a}
.room-fact>span{font-size:13px;line-height:1.35;color:var(--blue);font-weight:650;overflow-wrap:anywhere}
.room-fact-view{grid-column:1/-1}
.room-featured-amenities{margin-top:0;margin-bottom:18px}
.room-featured-amenities .public-amenity{min-height:44px;padding:5px 10px 5px 5px}
.room-featured-amenities .public-amenity>img{width:34px;height:34px;border-radius:9px}
.room-featured-amenities .public-amenity>span{font-size:12px}
.room-more{border-top:1px solid rgba(0,51,117,.11);border-bottom:1px solid rgba(0,51,117,.11);margin:2px 0 18px}
.room-more summary{list-style:none;cursor:pointer;padding:13px 2px;font-size:12px;font-weight:700;color:var(--blue);display:flex;align-items:center;justify-content:space-between;gap:12px}
.room-more summary::-webkit-details-marker{display:none}
.room-more summary:after{content:"+";font-size:20px;font-weight:300;line-height:1;color:var(--blue)}
.room-more[open] summary:after{content:"−"}
.room-more-body{padding:2px 2px 16px;display:grid;gap:12px}
.room-detail-row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:13px;align-items:start}
.room-detail-row b,.room-all-amenities>b{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#87929a}
.room-detail-row span,.room-detail-copy{font-size:13px;line-height:1.6;color:#536a7b}
.room-all-amenities{display:grid;gap:8px;margin-top:2px}
.room-amenity-list{display:flex;flex-wrap:wrap;gap:6px}
.room-amenity-list span{padding:7px 9px;background:#f2f7f7;border:1px solid rgba(0,51,117,.08);border-radius:9px;font-size:11px;color:#496376}
.room-book-button{margin-top:auto;appearance:none;border:0;border-radius:999px;background:transparent;color:var(--blue);min-height:46px;padding:0 2px;display:inline-flex;align-items:center;gap:10px;justify-content:flex-start;cursor:pointer;font:inherit;font-size:12px;font-weight:700}
.room-book-button:hover span{text-decoration:underline;text-underline-offset:4px}
.room-book-button .micro-action-icon{width:34px;height:34px;padding:7px;border-radius:50%;background:var(--turq);object-fit:contain}
@media(max-width:1050px){.structured-room-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.structured-room-grid{grid-template-columns:1fr}.room-card .room-art{height:260px}.room-card-body{padding:22px!important}.room-card h3{font-size:26px}.room-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.room-detail-row{grid-template-columns:1fr;gap:4px}.room-featured-amenities .public-amenity{width:auto;max-width:100%}}


/* Phase 6.4A — public amenities are editorial content, never CMS-like controls. */
.public-amenities{
  gap:12px 24px;
}
.public-amenities .public-amenity{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:auto;
  min-height:0;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:var(--blue);
}
.public-amenities .public-amenity>img{
  width:28px;
  height:28px;
  padding:0;
  object-fit:contain;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  flex:0 0 auto;
}
.public-amenities .public-amenity>span{
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  color:var(--blue);
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.room-featured-amenities{
  gap:11px 22px;
  margin:1px 0 20px;
}
.room-featured-amenities .public-amenity{
  min-height:0;
  padding:0;
}
.room-featured-amenities .public-amenity>img{
  width:27px;
  height:27px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.room-featured-amenities .public-amenity>span{
  font-size:12px;
  font-weight:600;
}
.room-amenity-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 24px;
}
.room-amenity-list span{
  position:relative;
  padding:0 0 0 14px;
  background:transparent;
  border:0;
  border-radius:0;
  color:#496376;
  font-size:12px;
  line-height:1.45;
}
.room-amenity-list span:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:5px;
  height:1px;
  background:var(--turq);
}
@media(max-width:700px){
  .public-amenities{
    gap:11px 18px;
  }
  .public-amenities .public-amenity,
  .room-featured-amenities .public-amenity{
    width:auto;
    max-width:100%;
    min-height:0;
    padding:0;
    border-radius:0;
  }
  .public-amenities .public-amenity>img,
  .room-featured-amenities .public-amenity>img{
    width:26px;
    height:26px;
  }
  .room-amenity-list{
    grid-template-columns:1fr;
    gap:7px;
  }
}

/* Phase 6.4B — compact, user-controlled WebHotelier launcher.
   The floating booking UI is closed by default and never auto-opens on scroll or from other CTAs. */
.wh-floating-booking{
  right:22px;
  bottom:84px;
  width:auto;
  max-height:none;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  opacity:1;
  pointer-events:auto;
  transform:none;
}
.wh-floating-launcher{
  min-height:50px;
  padding:6px 15px 6px 7px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(0,51,117,.14);
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  box-shadow:0 12px 32px rgba(0,51,117,.16);
  font:700 10px/1.2 inherit;
  letter-spacing:.09em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
}
.wh-floating-launcher:hover{transform:translateY(-1px);box-shadow:0 16px 38px rgba(0,51,117,.20)}
.wh-floating-launcher img{width:36px;height:36px;padding:5px;object-fit:contain;border-radius:50%;background:var(--turq)}
.wh-floating-panel{
  position:absolute;
  right:0;
  bottom:0;
  width:340px;
  max-height:calc(100dvh - 110px);
  overflow:hidden;
  border:1px solid rgba(0,51,117,.16);
  border-radius:22px;
  background:#fff;
  box-shadow:0 26px 70px rgba(0,35,78,.24);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px) scale(.98);
  transform-origin:bottom right;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.wh-floating-booking.is-open .wh-floating-launcher{opacity:0;visibility:hidden;pointer-events:none}
.wh-floating-booking.is-open .wh-floating-panel{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.wh-floating-top{min-height:82px;padding:12px 13px 12px 16px;gap:10px}
.wh-floating-heading{display:grid;gap:6px;min-width:0}
.wh-floating-heading .wh-floating-property{text-align:left;gap:2px}
.wh-floating-heading .wh-floating-property strong{font-size:15px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.wh-floating-heading .wh-floating-property small{font-size:9px;color:#cceced}
.wh-floating-top-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.wh-floating-logo{width:82px;height:46px}
.wh-floating-minimize{
  width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;
  border:1px solid rgba(255,255,255,.28);border-radius:50%;
  background:rgba(255,255,255,.08);color:#fff;
  font:400 24px/1 Arial,sans-serif;cursor:pointer;
}
.wh-floating-minimize:hover{background:rgba(255,255,255,.16)}
.wh-floating-body{max-height:calc(100dvh - 205px);overflow-y:auto;overscroll-behavior:contain;padding:15px}
.wh-floating-rate{margin-top:0}
.wh-search-button{min-height:50px}

@media(max-width:700px){
  .wh-floating-booking{right:12px;bottom:calc(76px + env(safe-area-inset-bottom));width:auto;max-height:none}
  .wh-floating-launcher{width:52px;height:52px;min-height:52px;padding:5px;border-radius:50%;justify-content:center}
  .wh-floating-launcher img{width:40px;height:40px}
  .wh-floating-launcher span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .wh-floating-panel{
    position:fixed;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    width:calc(100vw - 24px);
    max-width:380px;
    max-height:calc(100dvh - 24px - env(safe-area-inset-bottom));
    border-radius:20px;
  }
  .wh-floating-top{min-height:74px;padding:10px 10px 10px 14px}
  .wh-floating-logo{width:74px;height:42px}
  .wh-floating-label{font-size:9px}
  .wh-floating-heading .wh-floating-property strong{font-size:14px;max-width:150px}
  .wh-floating-body{max-height:calc(100dvh - 100px - env(safe-area-inset-bottom));padding:13px}
  .wh-mini-fields{grid-template-columns:1fr 1fr}
  .wh-mini-fields .wh-guests{grid-column:1/-1}
  .wh-mini-fields label{min-height:66px;padding:9px}
  .wh-search-button{width:100%;min-height:52px}
}
@media(max-width:420px){
  .wh-floating-panel{right:8px;bottom:calc(8px + env(safe-area-inset-bottom));width:calc(100vw - 16px);max-height:calc(100dvh - 16px - env(safe-area-inset-bottom))}
  .wh-floating-body{max-height:calc(100dvh - 92px - env(safe-area-inset-bottom))}
  .wh-mini-fields{grid-template-columns:1fr}
  .wh-mini-fields .wh-guests{grid-column:auto}
}
@supports not (height:100dvh){
  .wh-floating-panel{max-height:calc(100vh - 110px)}
  .wh-floating-body{max-height:calc(100vh - 205px)}
  @media(max-width:700px){
    .wh-floating-panel{max-height:calc(100vh - 24px)}
    .wh-floating-body{max-height:calc(100vh - 100px)}
  }
}
/* Override legacy expanded-width rules from the earlier widget implementation. */
.wh-floating-booking.is-open{width:auto;max-height:none;border:0;background:transparent;box-shadow:none}
@media(max-width:820px){.wh-floating-booking.is-open{width:auto;max-height:none;right:12px;bottom:calc(76px + env(safe-area-inset-bottom))}}

/* Phase 6.10B — room galleries */
.room-photo-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:2px}.room-photo-strip a{display:block;height:82px;overflow:hidden;background:#eef1f1}.room-photo-strip img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.room-photo-strip a:hover img{transform:scale(1.03)}
@media(max-width:700px){.room-photo-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.room-photo-strip a{height:74px}}

/* Rooms showcase: editorial desktop mosaic, touch carousel, room detail modal and photo lightbox. */
.room-catalogue{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#faf7f1 100%)}
.room-section-heading{margin-bottom:42px}
.room-showcase-wrap{position:relative}
.room-showcase{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(0,1fr);grid-auto-rows:285px;gap:14px}
.room-showcase[data-room-count="1"]{grid-template-columns:1fr;grid-auto-rows:540px}
.room-showcase[data-room-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:470px}
.room-showcase-card{position:relative;min-width:0;overflow:hidden;border:0!important;border-radius:22px;background:#dfe8e8!important;box-shadow:0 16px 38px rgba(0,51,117,.08)}
.room-showcase-card.is-featured{grid-row:span 2}
.room-showcase[data-room-count="1"] .room-showcase-card.is-featured,
.room-showcase[data-room-count="2"] .room-showcase-card.is-featured{grid-row:auto}
.room-card-trigger{position:relative;width:100%;height:100%;padding:0;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer;font:inherit;display:block;overflow:hidden}
.room-card-media{position:absolute;inset:0;display:block;background:linear-gradient(145deg,#edf7f6,#e8dfd5);overflow:hidden}
.room-card-media>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s var(--ease),filter .3s ease}
.room-card-trigger:hover .room-card-media>img{transform:scale(1.025)}
.room-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,27,52,.04) 30%,rgba(2,29,61,.18) 55%,rgba(0,28,61,.82) 100%)}
.room-card-fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#edf7f6,#e8dfd5)}
.room-card-fallback img{width:min(260px,55%);max-height:45%;object-fit:contain;opacity:.76}
.room-photo-count,.room-card-view{position:absolute;top:18px;z-index:2;min-height:36px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid rgba(255,255,255,.44);border-radius:999px;background:rgba(0,32,66,.28);backdrop-filter:blur(11px);font-size:11px;font-weight:650;letter-spacing:.04em;color:#fff}
.room-photo-count{left:18px}
.room-card-view{right:18px;gap:9px;background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.72);color:var(--blue);transition:transform .2s ease,background .2s ease}
.room-card-trigger:hover .room-card-view{transform:translateY(-2px);background:#fff}
.room-card-summary{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px 30px 27px;display:grid;gap:8px;color:#fff}
.room-card-summary>strong{font-size:clamp(25px,2.2vw,36px);line-height:1.05;font-weight:400;letter-spacing:-.025em;text-shadow:0 2px 18px rgba(0,25,54,.18)}
.room-showcase-card:not(.is-featured) .room-card-summary>strong{font-size:clamp(23px,1.8vw,30px)}
.room-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 0;color:rgba(255,255,255,.87);font-size:12px;line-height:1.4}
.room-card-meta>span+span:before{content:"·";margin:0 9px;color:rgba(255,255,255,.6)}
.room-carousel-controls{display:none}

.room-detail-modal[hidden],.room-lightbox[hidden]{display:none!important}
.room-detail-modal{position:fixed;inset:0;z-index:310;display:grid;place-items:center;padding:24px}
.room-modal-backdrop,.room-lightbox-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,20,39,.72);backdrop-filter:blur(14px);cursor:default}
.room-modal-panel{position:relative;z-index:1;width:min(1220px,calc(100vw - 48px));height:min(820px,calc(100dvh - 48px));max-height:920px;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 36px 110px rgba(0,19,42,.36);outline:0}
.room-modal-close{position:absolute;top:18px;right:18px;z-index:8;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(0,51,117,.10);border-radius:50%;background:rgba(255,255,255,.94);color:var(--blue);box-shadow:0 8px 22px rgba(0,35,75,.10);font:300 29px/1 Arial,sans-serif;cursor:pointer}
.room-modal-layout{height:100%;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr)}
.room-modal-visual{min-width:0;min-height:0;padding:18px;display:flex;flex-direction:column;gap:10px;background:#eef2f1}
.room-modal-main-wrap{position:relative;min-height:0;flex:1;overflow:hidden;border-radius:18px;background:#dfe6e6}
.room-modal-main{width:100%;height:100%;padding:0;border:0;background:transparent;display:block;cursor:zoom-in;overflow:hidden}
.room-modal-main>img{width:100%;height:100%;display:block;object-fit:cover}
.room-modal-image-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#edf7f6,#e8dfd5)}
.room-modal-image-fallback img{width:min(280px,52%);max-height:46%;object-fit:contain;opacity:.75}
.room-modal-gallery-nav{position:absolute;top:50%;z-index:4;width:42px;height:42px;margin-top:-21px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.62);border-radius:50%;background:rgba(255,255,255,.9);color:var(--blue);font:500 19px/1 inherit;cursor:pointer;box-shadow:0 8px 22px rgba(0,31,67,.12)}
.room-modal-gallery-nav.is-prev{left:14px}.room-modal-gallery-nav.is-next{right:14px}
.room-modal-image-counter{position:absolute;left:50%;bottom:14px;z-index:4;transform:translateX(-50%);min-height:32px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:rgba(0,31,66,.66);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;backdrop-filter:blur(8px)}
.room-modal-thumbs{height:92px;flex:0 0 92px;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 4px;scrollbar-width:thin;scroll-snap-type:x proximity}
.room-modal-thumb{position:relative;flex:0 0 118px;height:86px;padding:0;border:2px solid transparent;border-radius:12px;background:#dce4e4;overflow:hidden;cursor:pointer;opacity:.68;scroll-snap-align:start;transition:opacity .18s ease,border-color .18s ease}
.room-modal-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.room-modal-thumb.is-active{opacity:1;border-color:var(--turq)}
.room-modal-content{min-width:0;overflow-y:auto;padding:58px 48px 44px;background:#fff;scrollbar-width:thin}
.room-modal-content .p-eyebrow{margin-bottom:13px}
.room-modal-content h3{margin:0;color:var(--blue);font-size:clamp(38px,4vw,58px);line-height:.98;font-weight:300;letter-spacing:-.045em}
.room-modal-lead{margin:20px 0 0;color:#5f7180;font-size:17px;line-height:1.65}
.room-modal-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:28px 0}
.room-modal-fact{min-height:68px;padding:12px 13px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid rgba(0,51,117,.10);border-radius:13px;background:#fbfdfd}
.room-modal-fact small,.room-modal-details small{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#88949e;font-weight:700}
.room-modal-fact strong{font-size:14px;line-height:1.35;color:var(--blue);font-weight:650}
.room-modal-description{padding:0 0 24px;border-bottom:1px solid rgba(0,51,117,.10)}
.room-modal-description p{margin:0;color:#586d7d;font-size:15px;line-height:1.75}
.room-modal-details{display:grid;gap:13px;padding:23px 0;border-bottom:1px solid rgba(0,51,117,.10)}
.room-modal-details>div{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:start}
.room-modal-details span{color:#51697a;font-size:13px;line-height:1.55}
.room-modal-amenities{padding:24px 0 5px}
.room-modal-amenities h4{margin:0 0 15px;color:var(--blue);font-size:17px;font-weight:600}
.room-modal-amenity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 16px}
.room-modal-amenity-grid>span{min-width:0;display:flex;align-items:center;gap:9px;color:#496376;font-size:12px;line-height:1.35}
.room-modal-amenity-grid img{width:25px;height:25px;flex:0 0 auto;object-fit:contain}
.room-modal-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px;padding-top:22px;border-top:1px solid rgba(0,51,117,.10)}
.room-gallery-open-button{min-height:50px;padding:0 18px;border:1px solid rgba(0,51,117,.16);border-radius:999px;background:#fff;color:var(--blue);font:700 11px/1 inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.room-modal-book{flex:1;min-width:220px}

.room-lightbox{position:fixed;inset:0;z-index:390;color:#fff}
.room-lightbox-backdrop{background:rgba(1,10,20,.96);backdrop-filter:none}
.room-lightbox-shell{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;padding:18px 20px 20px;pointer-events:none}
.room-lightbox-toolbar{height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 2px;color:rgba(255,255,255,.84);font-size:12px;letter-spacing:.08em;pointer-events:auto}
.room-lightbox-toolbar>div{display:flex;align-items:center;gap:8px}
.room-lightbox-toolbar button{width:42px;height:42px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font:300 24px/1 Arial,sans-serif;cursor:pointer}
.room-lightbox-stage{position:relative;min-height:0;flex:1;display:grid;place-items:center;overflow:hidden;pointer-events:auto;touch-action:pan-y}
.room-lightbox-stage>img{max-width:calc(100vw - 150px);max-height:calc(100dvh - 150px);width:auto;height:auto;object-fit:contain;cursor:zoom-in;transform:scale(1);transition:transform .25s ease;transform-origin:center center;user-select:none;-webkit-user-drag:none}
.room-lightbox-stage>img.is-zoomed{transform:scale(1.7);cursor:zoom-out}
.room-lightbox-nav{position:absolute;top:50%;z-index:3;width:50px;height:50px;margin-top:-25px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font:400 22px/1 inherit;cursor:pointer;backdrop-filter:blur(8px)}
.room-lightbox-nav.is-prev{left:8px}.room-lightbox-nav.is-next{right:8px}
.room-lightbox-caption{min-height:32px;max-width:780px;margin:8px auto 0;text-align:center;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5;pointer-events:none}
body.modal-open{overflow:hidden}

@media(max-width:1050px) and (min-width:761px){
  .room-showcase{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:360px}
  .room-showcase-card.is-featured{grid-row:auto}
  .room-modal-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}
  .room-modal-content{padding:52px 34px 40px}
}

@media(max-width:760px){
  .room-section-heading{margin-bottom:28px}
  .room-showcase-wrap{margin-right:calc((100vw - 100%) / -2)}
  .room-showcase{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:0 calc((100vw - 100%) / 2) 5px 0;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .room-showcase::-webkit-scrollbar{display:none}
  .room-showcase[data-room-count="1"],.room-showcase[data-room-count="2"]{display:flex}
  .room-showcase-card,.room-showcase-card.is-featured,.room-showcase[data-room-count="1"] .room-showcase-card,.room-showcase[data-room-count="2"] .room-showcase-card{flex:0 0 min(86vw,430px);height:520px;min-height:520px;grid-row:auto;scroll-snap-align:start;border-radius:20px}
  .room-showcase-card:last-child{margin-right:22px}
  .room-card-summary{padding:24px 22px 23px}
  .room-card-summary>strong,.room-showcase-card:not(.is-featured) .room-card-summary>strong{font-size:29px}
  .room-card-view{top:16px;right:16px;min-height:34px;padding:0 11px;font-size:10px}
  .room-photo-count{top:16px;left:16px;min-height:34px;padding:0 11px;font-size:10px}
  .room-card-meta{font-size:11px}
  .room-carousel-controls{width:calc(100% - 28px);display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;margin-top:15px}
  .room-carousel-controls button{width:42px;height:42px;border:1px solid rgba(0,51,117,.13);border-radius:50%;background:#fff;color:var(--blue);font:500 18px/1 inherit;cursor:pointer}
  .room-carousel-controls span{text-align:center;color:#6b7885;font-size:11px;font-weight:700;letter-spacing:.08em}

  .room-detail-modal{padding:0;place-items:stretch}
  .room-modal-panel{width:100%;height:100dvh;max-height:none;border-radius:0;overflow-y:auto;overscroll-behavior:contain}
  .room-modal-close{position:fixed;top:calc(12px + env(safe-area-inset-top));right:12px;width:42px;height:42px;background:rgba(255,255,255,.95)}
  .room-modal-layout{height:auto;display:block}
  .room-modal-visual{height:min(62svh,570px);min-height:430px;padding:0;gap:0;background:#e7eceb}
  .room-modal-main-wrap{border-radius:0;flex:1}
  .room-modal-main>img{object-fit:cover}
  .room-modal-thumbs{height:82px;flex-basis:82px;padding:7px 10px;background:#fff;gap:7px}
  .room-modal-thumb{height:68px;flex-basis:88px;border-radius:9px}
  .room-modal-gallery-nav{width:40px;height:40px;margin-top:-20px}
  .room-modal-image-counter{bottom:12px}
  .room-modal-content{overflow:visible;padding:35px 22px calc(110px + env(safe-area-inset-bottom))}
  .room-modal-content h3{font-size:42px}
  .room-modal-lead{font-size:16px}
  .room-modal-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin:24px 0}
  .room-modal-details>div{grid-template-columns:1fr;gap:4px}
  .room-modal-amenity-grid{grid-template-columns:1fr 1fr;gap:12px 10px}
  .room-modal-actions{position:fixed;z-index:7;left:0;right:0;bottom:0;margin:0;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 -12px 34px rgba(0,35,75,.08);border-top:1px solid rgba(0,51,117,.09)}
  .room-gallery-open-button{display:none}
  .room-modal-book{width:100%;min-width:0}

  .room-lightbox-shell{padding:calc(8px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom))}
  .room-lightbox-toolbar{height:50px;flex-basis:50px}
  .room-lightbox-toolbar button{width:40px;height:40px}
  .room-lightbox-stage>img{max-width:100%;max-height:calc(100dvh - 118px);transition:transform .18s ease}
  .room-lightbox-stage>img.is-zoomed{transform:scale(1.85)}
  .room-lightbox-nav{width:42px;height:42px;margin-top:-21px;background:rgba(0,0,0,.22)}
  .room-lightbox-nav.is-prev{left:2px}.room-lightbox-nav.is-next{right:2px}
  .room-lightbox-caption{display:none}
}

@media(max-width:420px){
  .room-showcase-card,.room-showcase-card.is-featured,.room-showcase[data-room-count="1"] .room-showcase-card,.room-showcase[data-room-count="2"] .room-showcase-card{flex-basis:86vw;height:480px;min-height:480px}
  .room-card-view{font-size:0;width:36px;padding:0;justify-content:center}.room-card-view span{font-size:13px}
  .room-modal-visual{height:58svh;min-height:390px}
  .room-modal-content h3{font-size:38px}
  .room-modal-facts{gap:7px}
  .room-modal-amenity-grid{grid-template-columns:1fr}
}

@supports not (height:100dvh){
  .room-modal-panel{height:min(820px,calc(100vh - 48px))}
  @media(max-width:760px){.room-modal-panel{height:100vh}.room-lightbox-stage>img{max-height:calc(100vh - 118px)}}
}

/* Phase 6.11C-HF1 — property section anchor/content hardening */
#stay,#facilities,#taste,#experience,#offers{scroll-margin-top:104px}
.offers-empty-state{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;padding:34px;border:1px solid var(--line);background:linear-gradient(135deg,#faf8f4 0%,#eef7f6 100%)}
.offers-empty-state>div{max-width:720px}.offers-empty-state>div>span{display:block;font-size:10px;letter-spacing:.16em;color:var(--wheat);margin-bottom:12px}.offers-empty-state h3{margin:0 0 12px;font-size:32px;font-weight:350;color:var(--blue);line-height:1.15}.offers-empty-state p{margin:0;color:#6f7d88;font-size:15px;line-height:1.7}
@media(max-width:820px){#stay,#facilities,#taste,#experience,#offers{scroll-margin-top:84px}.offers-empty-state{align-items:flex-start;flex-direction:column;padding:26px}.offers-empty-state h3{font-size:27px}.offers-empty-state .p-btn{width:100%}}

/* Phase 6.12A — property-specific photographic heroes */
.property-hero.has-photo{
  min-height:min(82vh,860px);
  background:#0a2d55;
  color:#fff;
}
.property-hero.has-photo:before{
  opacity:1;
  background-size:cover;
  background-position:center 48%;
  transform:scale(1.002);
}
.property-hero.has-photo:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,27,58,.78) 0%,rgba(2,30,63,.54) 42%,rgba(2,30,63,.18) 72%,rgba(2,30,63,.30) 100%),
    linear-gradient(0deg,rgba(1,24,52,.52) 0%,rgba(1,24,52,0) 42%);
}
.property-hero.has-photo .hero-grid{z-index:3}
.property-hero.has-photo .p-eyebrow{color:#c8eeee;text-shadow:0 2px 18px rgba(0,20,45,.20)}
.property-hero.has-photo .hero-content h1{color:#fff;text-shadow:0 4px 30px rgba(0,21,49,.22)}
.property-hero.has-photo .hero-content p{color:rgba(255,255,255,.90);text-shadow:0 2px 18px rgba(0,21,49,.22)}
.property-hero.has-photo .property-logo-hero{
  background:rgba(255,255,255,.91);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 65px rgba(0,28,62,.20);
  backdrop-filter:blur(12px);
}
.property-hero.has-photo .property-logo-hero img{filter:none}
.property-hero.has-photo .hero-bottomline{
  z-index:4;
  border-color:rgba(255,255,255,.24);
  color:rgba(255,255,255,.82);
  background:linear-gradient(0deg,rgba(1,23,50,.18),rgba(1,23,50,0));
}
.property-hero.has-photo .hero-bottomline a{color:#fff}
.property-hero.has-photo[data-property="pefki-islands-resort"]:before{background-position:center 44%}
.property-hero.has-photo[data-property="island-blue-hotel"]:before{background-position:center 50%}
.property-hero.has-photo[data-property="lindia-thalassa-resort"]:before{background-position:center 52%}
.property-hero.has-photo[data-property="lindos-del-mar"]:before{background-position:center 48%}
.property-hero.has-photo[data-property="lindos-portes"]:before{background-position:center 46%}
.property-hero.has-photo[data-property="aeonian-villas"]:before{background-position:center 54%}

/* Hotel Content: hero preview + upload / Media Library selection. */
.property-hero-admin{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:18px;align-items:stretch;padding:16px;border:1px solid rgba(0,51,117,.10);border-radius:16px;background:#f7faf9}
.property-hero-admin-preview{min-height:210px;border-radius:13px;overflow:hidden;background:linear-gradient(145deg,#e6f0ef,#eee7df);display:grid;place-items:center;color:#6f7e8a;font-size:12px}
.property-hero-admin-preview img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block}
.property-hero-admin-fields{display:grid;align-content:center;gap:12px}
.property-hero-admin-fields small{color:#6f7e8a;line-height:1.55}

@media(max-width:1000px){
  .property-hero.has-photo{min-height:760px}
  .property-hero.has-photo .property-logo-hero{display:grid}
}
@media(max-width:760px){
  .property-hero.has-photo{min-height:720px;padding-top:56px;padding-bottom:82px;justify-content:flex-end}
  .property-hero.has-photo:after{background:linear-gradient(0deg,rgba(1,23,50,.82) 0%,rgba(1,23,50,.38) 58%,rgba(1,23,50,.16) 100%)}
  .property-hero.has-photo:before{background-position:center 40%}
  .property-hero.has-photo .hero-grid{display:block}
  .property-hero.has-photo .property-logo-hero{width:min(250px,72vw);min-height:0;margin:28px 0 0;padding:12px 15px;border-radius:16px}
  .property-hero.has-photo .property-logo-hero img{height:86px;max-height:86px;padding:4px;background:transparent}
  .property-hero.has-photo .hero-content h1{font-size:clamp(46px,13vw,64px)}
  .property-hero.has-photo .hero-content p{font-size:16px;line-height:1.6;margin:20px 0}
  .property-hero.has-photo[data-property="aeonian-villas"]:before{background-position:center 42%}
  .property-hero.has-photo[data-property="lindos-del-mar"]:before{background-position:58% center}
  .property-hero-admin{grid-template-columns:1fr}
}

/* Phase 6.13B — slimmer property hero booking bar + branded date picker */
.property-hero{padding:82px 0 108px}
.property-hero .hero-grid{width:min(var(--max),calc(100% - 80px));margin-inline:auto}
.hero-booking-shell{position:relative;z-index:5;margin-top:34px}
.hero-booking-bar{
  min-height:82px;
  display:grid;
  grid-template-columns:minmax(220px,1.28fr) minmax(160px,.82fr) minmax(160px,.82fr) minmax(150px,.76fr) minmax(205px,.95fr);
  align-items:stretch;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:15px;
  background:rgba(255,253,250,.945);
  box-shadow:0 18px 50px rgba(0,25,56,.18);
  backdrop-filter:blur(13px);
  color:var(--ink);
}
.hero-booking-property,.hero-booking-field{min-width:0;padding:13px 16px;display:flex;flex-direction:column;justify-content:center;gap:3px;border-right:1px solid rgba(0,51,117,.115)}
.hero-booking-property>span,.hero-booking-field>span{font-size:8px;font-weight:800;letter-spacing:.17em;color:#837667;text-transform:uppercase}
.hero-booking-property strong{font-size:14px;line-height:1.2;color:var(--blue);font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-booking-property small{font-size:9px;line-height:1.2;color:#74818c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-booking-field input,.hero-booking-field select{
  width:100%;min-width:0;height:30px;margin:0;padding:0;border:0;background:transparent;color:var(--ink);
  font:600 13px/1.25 "Cera Pro","Century Gothic","Trebuchet MS",Arial,sans-serif;outline:0;
}
.hero-booking-field select{cursor:pointer}
.hero-booking-submit{
  appearance:none;border:0;margin:8px;border-radius:11px;background:var(--turq);color:var(--blue);cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;
  font:700 9px/1.25 "Cera Pro","Century Gothic","Trebuchet MS",Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.hero-booking-submit:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,51,117,.14);background:#93d8d8}
.hero-booking-submit img{width:20px;height:20px;object-fit:contain}
.hero-booking-result{margin:10px 0 0;max-width:620px}
.hero-booking-result:empty{display:none}
.property-hero.has-photo .hero-booking-bar{border-color:rgba(255,255,255,.76)}
.property-hero.has-photo .hero-booking-result .wh-result-status{background:rgba(255,255,255,.95);box-shadow:0 10px 30px rgba(0,25,56,.12)}

@media(max-width:1120px){
  .hero-booking-bar{grid-template-columns:minmax(200px,1.15fr) repeat(3,minmax(145px,.8fr)) minmax(190px,.95fr)}
  .hero-booking-property,.hero-booking-field{padding-inline:13px}
  .hero-booking-submit{margin:7px;padding-inline:11px}
}
@media(max-width:900px){
  .property-hero{padding-top:64px;padding-bottom:96px}
  .hero-booking-shell{margin-top:26px}
  .hero-booking-bar{grid-template-columns:1fr 1fr;border-radius:20px;padding:0}
  .hero-booking-property{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(0,51,117,.14);padding:16px 18px}
  .hero-booking-field{border-bottom:1px solid rgba(0,51,117,.14);padding:14px 18px}
  .hero-booking-field:nth-of-type(2){border-right:0}
  .hero-booking-guests{grid-column:1/-1;border-right:0}
  .hero-booking-submit{grid-column:1/-1;min-height:52px;margin:10px}
}
@media(max-width:760px){
  .property-hero,.property-hero.has-photo{padding:54px 0 90px;justify-content:flex-end;min-height:0}
  .property-hero .hero-grid{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
  .hero-booking-shell{width:calc(100% - 36px);margin-top:24px}
  .hero-booking-bar{grid-template-columns:1fr 1fr;background:rgba(255,253,250,.98);box-shadow:0 18px 46px rgba(0,25,56,.24)}
  .hero-booking-property{padding:15px 16px}
  .hero-booking-field{padding:12px 14px}
  .hero-booking-field input,.hero-booking-field select{font-size:15px}
  .hero-booking-property strong{font-size:16px}
  .hero-booking-submit{font-size:11px;min-height:58px}
  .hero-booking-result{max-width:none}
}
@media(max-width:460px){
  .property-hero .hero-grid,.hero-booking-shell{width:calc(100% - 28px)}
  .hero-booking-bar{grid-template-columns:1fr}
  .hero-booking-property,.hero-booking-field,.hero-booking-guests{grid-column:auto;border-right:0;border-bottom:1px solid rgba(0,51,117,.14)}
  .hero-booking-submit{grid-column:auto;margin:10px;min-height:56px}
}


/* Home collection mosaic — property hero photography reused directly from each property profile. */
.property-grid.property-mosaic{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:220px;
  grid-auto-flow:dense;
  gap:16px;
}
.property-mosaic .property-mosaic-card{
  padding:0;
  min-height:0;
  border:0;
  border-radius:20px;
  background:#0a315e;
  overflow:hidden;
  position:relative;
  transform:none;
  box-shadow:0 12px 34px rgba(0,38,83,.07);
}
.property-mosaic .property-mosaic-card:hover{
  transform:none;
  box-shadow:0 24px 54px rgba(0,38,83,.15);
}
.property-mosaic-card:nth-child(1){grid-column:span 2;grid-row:span 2}
.property-mosaic-card:nth-child(4){grid-row:span 2}
.property-mosaic-card:nth-child(5),
.property-mosaic-card:nth-child(6){grid-column:span 2}
.property-mosaic-link{
  display:block;
  width:100%;height:100%;
  color:#fff;
  text-decoration:none;
}
.property-mosaic-media{
  position:relative;
  width:100%;height:100%;
  overflow:hidden;
  isolation:isolate;
}
.property-mosaic-photo{
  position:absolute;
  inset:0;
  display:block;
  width:100%;height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .7s var(--ease),filter .35s ease;
}
.property-mosaic-fallback{
  background:linear-gradient(135deg,#0a315e 0%,#1f6b8d 50%,#89d1d1 100%);
}
.property-mosaic-card:hover .property-mosaic-photo{transform:scale(1.035)}
.property-mosaic-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,28,62,.28) 0%,rgba(0,28,62,.08) 34%,rgba(0,28,62,.78) 100%);
  transition:background .35s ease;
}
.property-mosaic-card:hover .property-mosaic-shade{
  background:linear-gradient(180deg,rgba(0,28,62,.32) 0%,rgba(0,28,62,.10) 34%,rgba(0,28,62,.84) 100%);
}
.property-mosaic-top{
  position:absolute;
  z-index:2;
  top:18px;left:18px;right:18px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.property-mosaic-type{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.48);
  border-radius:999px;
  background:rgba(2,32,67,.34);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:10px;
  font-weight:650;
  letter-spacing:.13em;
}
.property-mosaic-logo{
  display:grid;
  place-items:center;
  min-width:108px;
  height:52px;
  padding:7px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.91);
  backdrop-filter:blur(8px);
  box-shadow:0 7px 22px rgba(0,25,56,.10);
}
.property-mosaic-logo img{
  width:auto;
  max-width:112px;
  height:38px;
  max-height:38px;
  object-fit:contain;
}
.property-mosaic-copy{
  position:absolute;
  z-index:2;
  left:22px;right:22px;bottom:22px;
  color:#fff;
}
.property-mosaic-copy p{
  margin:0 0 7px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 2px 10px rgba(0,20,48,.28);
}
.property-mosaic-copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(26px,2.25vw,38px);
  line-height:1.05;
  font-weight:350;
  letter-spacing:-.03em;
  text-shadow:0 3px 18px rgba(0,20,48,.30);
}
.property-mosaic-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:15px;
  color:#fff;
  font-size:12px;
  font-weight:650;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.property-mosaic-cta b{
  font-size:18px;
  font-weight:300;
  transition:transform .25s var(--ease);
}
.property-mosaic-card:hover .property-mosaic-cta b{transform:translateX(4px)}
/* Match the focal points already used by the property heroes. */
.property-mosaic-card[data-property="pefki-islands-resort"] .property-mosaic-photo{object-position:center 44%}
.property-mosaic-card[data-property="island-blue-hotel"] .property-mosaic-photo{object-position:center 50%}
.property-mosaic-card[data-property="lindia-thalassa-resort"] .property-mosaic-photo{object-position:center 52%}
.property-mosaic-card[data-property="lindos-del-mar"] .property-mosaic-photo{object-position:center 48%}
.property-mosaic-card[data-property="lindos-portes"] .property-mosaic-photo{object-position:center 46%}
.property-mosaic-card[data-property="aeonian-villas"] .property-mosaic-photo{object-position:center 54%}

@media(max-width:1000px){
  .property-grid.property-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:300px}
  .property-mosaic-card:nth-child(n){grid-column:span 1;grid-row:span 1}
  .property-mosaic-card:nth-child(1),.property-mosaic-card:nth-child(4){grid-column:span 2}
}
@media(max-width:700px){
  .property-grid.property-mosaic{grid-template-columns:1fr;grid-auto-rows:310px;gap:12px}
  .property-mosaic-card:nth-child(n){grid-column:auto;grid-row:auto}
  .property-mosaic-top{top:14px;left:14px;right:14px}
  .property-mosaic-logo{min-width:94px;height:46px;padding:6px 9px}
  .property-mosaic-logo img{max-width:96px;height:32px;max-height:32px}
  .property-mosaic-copy{left:17px;right:17px;bottom:17px}
  .property-mosaic-copy h3{font-size:30px}
}
@media(max-width:420px){
  .property-grid.property-mosaic{grid-auto-rows:285px}
  .property-mosaic-type{font-size:9px;letter-spacing:.1em;padding-inline:9px}
  .property-mosaic-logo{min-width:82px;max-width:105px}
  .property-mosaic-copy h3{font-size:27px}
  .property-mosaic-cta{font-size:11px}
}
.property-mosaic .property-mosaic-link{margin-top:0;font-size:inherit;font-weight:inherit}

/* Homepage photographic hero: keep the supplied Rhodes image crisp and clearly visible. */
.p-hero.home-photo-hero{isolation:isolate}
.p-hero.home-photo-hero:before{
  opacity:.82;
  filter:none;
  transform:scale(1.002);
  z-index:0;
}
.p-hero.home-photo-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,253,250,.94) 0%,rgba(255,253,250,.82) 30%,rgba(255,253,250,.48) 50%,rgba(255,253,250,.10) 76%,rgba(255,253,250,.03) 100%);
}
.p-hero.home-photo-hero .hero-grid,.p-hero.home-photo-hero .hero-bottomline{z-index:3}
.p-hero.home-photo-hero .hero-visual{z-index:2;opacity:.12}
.p-hero.home-photo-hero .hero-bottomline{background:rgba(255,253,250,.58);backdrop-filter:blur(5px)}

/* BEYOND THE ROOM: photographic cards with visible category icons. */
.experience-grid .experience-photo-card{
  isolation:isolate;
  background:#062f63;
}
.experience-grid .experience-photo-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:var(--experience-image);
  background-size:cover;
  background-position:center;
  transform:scale(1.01);
  transition:transform .55s var(--ease);
}
.experience-grid .experience-photo-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(2,27,58,.22) 0%,rgba(2,27,58,.48) 45%,rgba(2,27,58,.92) 100%);
}
.experience-grid .experience-photo-card:hover:before{transform:scale(1.045)}
.experience-grid .experience-photo-card>span,
.experience-grid .experience-photo-card>small,
.experience-grid .experience-photo-card>h3,
.experience-grid .experience-photo-card>p,
.experience-grid .experience-photo-card>a,
.experience-grid .experience-photo-card>.experience-icon-plate{position:relative;z-index:2}
.experience-grid .experience-photo-card>span{color:#b9eeee}
.experience-grid .experience-photo-card small{color:#d6eeee;text-shadow:0 2px 12px rgba(0,20,45,.35)}
.experience-grid .experience-photo-card h3{color:#fff;text-shadow:0 3px 20px rgba(0,20,45,.38)}
.experience-grid .experience-photo-card p{color:rgba(255,255,255,.82);text-shadow:0 2px 14px rgba(0,20,45,.32)}
.experience-grid .experience-icon-plate{
  width:68px;
  height:68px;
  margin-bottom:20px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.74);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,20,45,.20);
  backdrop-filter:blur(5px);
}
.experience-grid .experience-icon-plate img{
  position:static;
  right:auto;
  top:auto;
  width:52px;
  height:52px;
  opacity:1;
  object-fit:contain;
}
.experience-grid .micro-action-icon{
  position:static;
  right:auto;
  top:auto;
  width:28px;
  height:28px;
  opacity:1;
  object-fit:contain;
}
.experience-grid .property-discover-link{color:#fff}

@media(max-width:700px){
  .p-hero.home-photo-hero:before{opacity:.78;background-position:center}
  .p-hero.home-photo-hero:after{background:linear-gradient(180deg,rgba(255,253,250,.34) 0%,rgba(255,253,250,.72) 52%,rgba(255,253,250,.96) 100%)}
  .p-hero.home-photo-hero .hero-visual{opacity:.06}
  .experience-grid .experience-photo-card{min-height:390px}
}


/* Phase 6.12E-HF1 — homepage hero layer cleanup.
   The photograph remains the true background; brand geometry and signature stay crisp above it. */
.p-hero.home-photo-hero{
  isolation:isolate;
  background:#e9e4dc;
}
.p-hero.home-photo-hero:before{
  z-index:0;
  opacity:.90;
  filter:none;
  transform:scale(1.001);
  background-position:center 48%;
}
.p-hero.home-photo-hero:after{
  z-index:1;
  background:
    linear-gradient(90deg,
      rgba(246,242,235,.62) 0%,
      rgba(246,242,235,.50) 26%,
      rgba(246,242,235,.34) 48%,
      rgba(10,43,77,.12) 76%,
      rgba(3,27,58,.16) 100%),
    linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(4,33,70,.06) 100%);
}
.p-hero.home-photo-hero .hero-grid{
  position:relative;
  z-index:4;
}
.p-hero.home-photo-hero .hero-content{
  position:relative;
  z-index:5;
}
.p-hero.home-photo-hero .hero-content h1,
.p-hero.home-photo-hero .hero-content p,
.p-hero.home-photo-hero .p-eyebrow{
  text-shadow:0 1px 1px rgba(255,255,255,.28),0 8px 30px rgba(247,243,236,.18);
}
.p-hero.home-photo-hero .hero-visual{
  z-index:3;
  opacity:1;
  pointer-events:none;
}
.p-hero.home-photo-hero .hero-visual span:nth-child(1){
  border-color:rgba(255,255,255,.50);
  box-shadow:0 0 0 1px rgba(0,51,117,.06),0 22px 70px rgba(0,27,61,.08);
}
.p-hero.home-photo-hero .hero-visual span:nth-child(2){
  border-color:rgba(136,209,209,.72);
  background:rgba(255,255,255,.045);
}
.p-hero.home-photo-hero .hero-visual span:nth-child(3){
  background:linear-gradient(150deg,rgba(0,51,117,.72),rgba(5,65,111,.62));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 35px 90px rgba(0,28,62,.24);
  backdrop-filter:blur(1.5px);
}
.p-hero.home-photo-hero .hero-visual span:nth-child(3):after{
  background:rgba(136,209,209,.88);
  box-shadow:0 15px 40px rgba(0,32,68,.16);
}
.p-hero.home-photo-hero .hero-signature{
  z-index:5;
  padding:26px 28px;
  border:1px solid rgba(255,255,255,.44);
  border-left:1px solid rgba(0,51,117,.28);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,253,250,.76),rgba(255,253,250,.48));
  box-shadow:0 20px 55px rgba(0,30,65,.10);
  backdrop-filter:blur(5px);
}
.p-hero.home-photo-hero .hero-signature strong{color:#003375;text-shadow:none}
.p-hero.home-photo-hero .hero-signature span{color:#51697c;text-shadow:none}
.p-hero.home-photo-hero .hero-signature-index{color:#9a7d5e;text-shadow:none}
.p-hero.home-photo-hero .hero-bottomline{
  z-index:5;
  background:rgba(251,248,243,.78);
  border-top-color:rgba(0,51,117,.11);
  backdrop-filter:blur(3px);
}
@media(max-width:1000px){
  .p-hero.home-photo-hero:after{
    background:linear-gradient(90deg,rgba(246,242,235,.58) 0%,rgba(246,242,235,.42) 44%,rgba(3,30,64,.12) 100%);
  }
  .p-hero.home-photo-hero .hero-visual{right:-22vw;opacity:.82}
  .p-hero.home-photo-hero .hero-signature{background:rgba(255,253,250,.72)}
}
@media(max-width:700px){
  .p-hero.home-photo-hero:before{opacity:.88;background-position:center}
  .p-hero.home-photo-hero:after{
    background:linear-gradient(180deg,rgba(246,242,235,.32) 0%,rgba(246,242,235,.46) 40%,rgba(246,242,235,.74) 78%,rgba(246,242,235,.90) 100%);
  }
  .p-hero.home-photo-hero .hero-visual{opacity:.34;right:-58vw;top:42%}
  .p-hero.home-photo-hero .hero-signature{
    background:rgba(255,253,250,.82);
    backdrop-filter:blur(3px);
    box-shadow:0 16px 38px rgba(0,30,65,.09);
  }
}

/* Phase 6.12F — homepage mobile card carousels.
   Desktop/tablet layouts remain unchanged; phones use touch-first horizontal rails. */
.mobile-carousel-status{display:none}
@media(max-width:700px){
  [data-mobile-card-carousel]{
    display:flex!important;
    grid-template-columns:none!important;
    grid-auto-columns:auto!important;
    grid-auto-rows:auto!important;
    align-items:stretch;
    gap:14px!important;
    width:calc(100vw - 16px);
    max-width:none;
    margin-right:calc((100vw - 100% - 16px) * -1);
    padding:2px 15vw 16px 0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    touch-action:pan-x pan-y;
  }
  [data-mobile-card-carousel]::-webkit-scrollbar{display:none}
  [data-mobile-card-carousel] > *{
    flex:0 0 min(82vw,340px)!important;
    width:min(82vw,340px)!important;
    min-width:min(82vw,340px)!important;
    max-width:min(82vw,340px)!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .property-grid.property-mosaic[data-mobile-card-carousel]{grid-auto-rows:auto!important}
  .property-grid.property-mosaic[data-mobile-card-carousel] > .property-mosaic-card{
    height:360px;
    min-height:360px;
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .property-grid.property-mosaic[data-mobile-card-carousel] .property-mosaic-media{height:100%}
  .property-dining-grid[data-mobile-card-carousel] > article{
    min-height:360px;
    height:auto;
  }
  .logo-gallery[data-mobile-card-carousel] > .logo-tile{
    height:280px;
    min-height:280px;
  }
  .experience-grid[data-mobile-card-carousel] > article,
  .experience-grid[data-mobile-card-carousel] > .experience-photo-card{
    min-height:410px;
    height:410px;
    border-right:1px solid rgba(255,255,255,.16);
    border-bottom:0;
  }
  .mobile-carousel-status{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:8px;
    color:var(--blue);
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .experiences .mobile-carousel-status{color:#d9f4f4}
  .mobile-carousel-status .mobile-carousel-hint{
    display:inline-flex;
    align-items:center;
    gap:8px;
    opacity:.72;
  }
  .mobile-carousel-status .mobile-carousel-hint:after{
    content:"↔";
    font-size:16px;
    line-height:1;
    letter-spacing:0;
  }
  .mobile-carousel-status strong{
    min-width:52px;
    text-align:right;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
  }
}
@media(max-width:420px){
  [data-mobile-card-carousel] > *{
    flex-basis:84vw!important;
    width:84vw!important;
    min-width:84vw!important;
    max-width:84vw!important;
  }
  .property-grid.property-mosaic[data-mobile-card-carousel] > .property-mosaic-card{height:335px;min-height:335px}
  .experience-grid[data-mobile-card-carousel] > article,
  .experience-grid[data-mobile-card-carousel] > .experience-photo-card{height:395px;min-height:395px}
}

/* Phase 6.14A — transparent public headers + cleaner property hero identity. */
.site-header.site-header--overlay{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:transparent;
  border-bottom-color:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  transition:
    height .25s var(--ease),
    background-color .24s var(--ease),
    border-color .24s var(--ease),
    box-shadow .25s var(--ease),
    backdrop-filter .24s var(--ease),
    color .24s var(--ease);
}
.preview-bar + .site-header.site-header--overlay{top:38px}
.site-header.site-header--overlay:not(.scrolled) .site-brand,
.site-header.site-header--overlay:not(.scrolled) .desktop-nav a,
.site-header.site-header--overlay:not(.scrolled) .language-switch a.active,
.site-header.site-header--overlay:not(.scrolled) .mobile-menu-button{color:#fff}
.site-header.site-header--overlay:not(.scrolled) .site-brand small,
.site-header.site-header--overlay:not(.scrolled) .language-switch a{color:rgba(255,255,255,.76)}
.site-header.site-header--overlay:not(.scrolled) .site-brand img{
  filter:drop-shadow(0 2px 12px rgba(0,20,45,.22));
}
.site-header.site-header--overlay:not(.scrolled) .desktop-nav a,
.site-header.site-header--overlay:not(.scrolled) .site-brand strong,
.site-header.site-header--overlay:not(.scrolled) .site-brand small,
.site-header.site-header--overlay:not(.scrolled) .language-switch a{
  text-shadow:0 2px 14px rgba(0,20,45,.28);
}
.site-header.site-header--overlay:not(.scrolled) .desktop-nav a:after{background:#fff}
.site-header.site-header--overlay.scrolled{
  background:rgba(255,253,250,.95);
  border-bottom-color:rgba(0,51,117,.09);
  box-shadow:0 16px 40px rgba(0,35,75,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.site-header.site-header--overlay.scrolled .site-brand,
.site-header.site-header--overlay.scrolled .desktop-nav a,
.site-header.site-header--overlay.scrolled .language-switch a.active,
.site-header.site-header--overlay.scrolled .mobile-menu-button{color:var(--blue)}
.site-header.site-header--overlay.scrolled .site-brand small{color:#55718e}
.site-header.site-header--overlay.scrolled .language-switch a{color:#8190a0}
.site-header.site-header--overlay.scrolled .site-brand img{filter:none}

/* Careers opens on a light hero, so the transparent top state keeps the brand navy. */
.careers-site .site-header.site-header--overlay:not(.scrolled) .site-brand,
.careers-site .site-header.site-header--overlay:not(.scrolled) .desktop-nav a,
.careers-site .site-header.site-header--overlay:not(.scrolled) .language-switch a.active,
.careers-site .site-header.site-header--overlay:not(.scrolled) .mobile-menu-button{color:var(--blue)}
.careers-site .site-header.site-header--overlay:not(.scrolled) .site-brand small,
.careers-site .site-header.site-header--overlay:not(.scrolled) .language-switch a{color:#61778c}
.careers-site .site-header.site-header--overlay:not(.scrolled) .desktop-nav a,
.careers-site .site-header.site-header--overlay:not(.scrolled) .site-brand strong,
.careers-site .site-header.site-header--overlay:not(.scrolled) .site-brand small,
.careers-site .site-header.site-header--overlay:not(.scrolled) .language-switch a{text-shadow:none}
.careers-site .site-header.site-header--overlay:not(.scrolled) .desktop-nav a:after{background:var(--turq)}

/* Property identity: the photographic hero carries the logo, not a duplicated property title. */
.property-hero.has-photo .property-hero-copy{
  max-width:610px;
  align-self:end;
  padding-bottom:10px;
}
.property-hero.has-photo .property-hero-copy p{
  margin:18px 0 0;
  max-width:560px;
  font-size:18px;
}
.property-hero.has-photo .property-logo-hero{
  background:rgba(255,255,255,.68);
  border-color:rgba(255,255,255,.48);
  box-shadow:0 22px 60px rgba(0,28,62,.15);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}
.property-hero.has-photo .property-logo-hero img{opacity:.90}

@media(max-width:820px){
  .site-header.site-header--overlay{height:74px;padding-inline:18px}
  .site-header.site-header--overlay.scrolled{height:68px}
  .property-hero.has-photo .property-hero-copy p{font-size:16px}
}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


/* Phase 6.14C — compact floating Availability launcher on the main public site.
   It appears at the same scroll threshold as the existing back-to-top action.
   Spa public pages are intentionally outside this change. */
.wh-floating-booking{
  opacity:0;
  pointer-events:none;
  transform:translateY(14px) scale(.97);
  transition:opacity .2s ease,transform .2s ease;
}
.wh-floating-booking.visible,
.wh-floating-booking.is-open{
  opacity:1;
  pointer-events:auto;
  transform:none;
}
.wh-floating-launcher{
  width:50px;
  height:50px;
  min-width:50px;
  min-height:50px;
  padding:6px;
  gap:0;
  justify-content:center;
  overflow:hidden;
  white-space:nowrap;
  transition:width .24s var(--ease),padding .24s var(--ease),gap .24s var(--ease),transform .18s ease,box-shadow .18s ease;
}
.wh-floating-launcher img{
  width:38px;
  height:38px;
  flex:0 0 38px;
  padding:5px;
}
.wh-floating-launcher span{
  display:block;
  max-width:0;
  opacity:0;
  overflow:hidden;
  margin:0;
  white-space:nowrap;
  transition:max-width .24s var(--ease),opacity .16s ease,margin .24s var(--ease);
}
@media (hover:hover) and (pointer:fine){
  .wh-floating-launcher:hover,
  .wh-floating-launcher:focus-visible{
    width:176px;
    padding:6px 16px 6px 7px;
    gap:9px;
    justify-content:flex-start;
  }
  .wh-floating-launcher:hover span,
  .wh-floating-launcher:focus-visible span{
    max-width:112px;
    opacity:1;
  }
}
@media(max-width:700px){
  .wh-floating-booking,
  .wh-floating-booking.is-open{right:12px;bottom:calc(76px + env(safe-area-inset-bottom))}
  .wh-floating-launcher,
  .wh-floating-launcher:hover,
  .wh-floating-launcher:focus-visible{
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    padding:6px;
    gap:0;
    justify-content:center;
  }
  .wh-floating-launcher img{width:38px;height:38px;flex-basis:38px}
  .wh-floating-launcher span,
  .wh-floating-launcher:hover span,
  .wh-floating-launcher:focus-visible span{
    position:absolute;
    width:1px;
    height:1px;
    max-width:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
    opacity:0;
  }
}
