:root{--pine: #153a36;--pine-deep: #0d2926;--pool: #168e91;--pool-dark: #0e6d70;--terracotta: #bc6848;--olive: #6f775b;--sand: #e7ded1;--cream: #f6f1e8;--paper: #fcfaf6;--stone: #cfc5b8;--ink: #202624;--muted: #66706c;--line: rgba(32, 38, 36, .15);--white: #fff;--display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;--body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;--container: 1280px;--header-h: 88px;--space-section: clamp(78px, 8.5vw, 128px);--space-section-compact: clamp(58px, 6.5vw, 92px);--space-heading: clamp(38px, 4.5vw, 62px);--space-grid: clamp(16px, 1.8vw, 26px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:var(--paper);font-family:var(--body);-webkit-font-smoothing:antialiased}body.menu-open,body.lightbox-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:400;line-height:.99;letter-spacing:-.035em}h1{font-size:clamp(3.35rem,6.7vw,7.25rem)}h2{font-size:clamp(2.65rem,4.7vw,5.2rem)}h3{font-size:1.65rem;line-height:1.1}p{color:var(--muted);line-height:1.75}em{color:var(--pool-dark);font-style:italic}address{font-style:normal}:focus-visible{outline:3px solid #47c1c3;outline-offset:4px}.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.narrow{max-width:850px}.section-pad{padding:clamp(88px,10vw,150px) 0}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:12px 18px;color:var(--pine);background:var(--white);transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:translateY(0)}.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:var(--pool-dark);font-size:.71rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.eyebrow i{width:34px;height:1px;background:currentColor}.eyebrow--light{color:#ffffffd1}.button-group{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 23px;border:1px solid transparent;border-radius:0;font-size:.82rem;font-weight:700;letter-spacing:.04em;transition:background-color .25s,color .25s,border-color .25s,transform .25s}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--white);background:var(--pool-dark)}.button--primary:hover{background:var(--pine)}.button--dark{color:var(--white);background:var(--pine)}.button--dark:hover{background:var(--pine-deep)}.button--cream{color:var(--pine);background:var(--cream)}.button--cream:hover{background:var(--white)}.button--outline{color:var(--pine);border-color:#153a3673}.button--outline:hover{color:var(--white);background:var(--pine);border-color:var(--pine)}.button--outline-light{color:var(--white);border-color:#ffffff9e}.button--outline-light:hover{color:var(--pine);background:var(--white);border-color:var(--white)}.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding-bottom:7px;border-bottom:1px solid currentColor;color:var(--pine);font-size:.81rem;font-weight:700;letter-spacing:.035em}.text-link svg{transition:transform .22s}.text-link:hover svg{transform:translate(4px)}.text-link--light{color:var(--white)}.section-heading{max-width:820px;margin-bottom:58px}.section-heading h2{color:var(--pine)}.section-heading>p{max-width:590px;margin-top:26px;font-size:1rem}.section-heading--center{margin-inline:auto;text-align:center}.section-heading--center .eyebrow{justify-content:center}.section-heading--light h2,.section-heading--light p{color:var(--white)}.site-header{position:fixed;z-index:100;inset:0 0 auto;height:var(--header-h);color:var(--white);background:linear-gradient(180deg,#07191773,#07191700);transition:height .28s,background-color .28s,color .28s,box-shadow .28s}.site-header.is-scrolled,.site-header.menu-active{height:72px;color:var(--pine);background:#fcfaf6f0;box-shadow:0 1px #153a361f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;gap:42px}.brand{min-width:136px;display:flex;flex-direction:column;line-height:1;text-align:center}.brand-name{font-family:var(--display);font-size:1.75rem;letter-spacing:-.035em}.brand-place{margin-top:4px;font-size:.56rem;font-weight:700;letter-spacing:.38em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(17px,2vw,34px);margin-left:auto}.desktop-nav a{position:relative;padding:14px 0;color:inherit;font-size:.76rem;font-weight:600;opacity:.84}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:8px;left:0;height:1px;background:currentColor;transform:scaleX(0);transition:transform .22s}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.desktop-nav a.active{opacity:1}.button--header{min-height:43px;padding:0 18px;color:var(--pine);background:var(--cream);border-color:#ffffff47}.is-scrolled .button--header,.menu-active .button--header{color:var(--white);background:var(--pine)}.menu-toggle{display:none;width:44px;height:44px;padding:0;place-items:center;border:0;background:transparent;cursor:pointer}.mobile-menu{display:none}.home-hero{position:relative;height:min(920px,100svh);min-height:720px;overflow:hidden;color:var(--white);background:var(--pine)}.home-hero>img{width:100%;height:100%;object-fit:cover}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#061917d1,#0619177d 43%,#06191714 78%),linear-gradient(0deg,rgba(5,20,18,.34),transparent 42%)}.home-hero__content{position:absolute;z-index:2;top:51%;left:50%;transform:translate(-50%,-45%)}.home-hero__content h1{max-width:1050px;color:var(--white);text-wrap:balance}.home-hero__content>p{max-width:610px;margin-top:27px;color:#ffffffdb;font-size:1.08rem}.hero-scroll{position:absolute;z-index:3;right:38px;bottom:42px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#ffffffd1;font-size:.63rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-scroll:before{content:"";width:1px;height:42px;background:#ffffff8c}.page-hero{position:relative;height:min(720px,80svh);min-height:590px;overflow:hidden;color:var(--white);background:var(--pine)}.page-hero>img{width:100%;height:100%;object-fit:cover}.page-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081d1ac9,#081d1a4f 59%,#081d1a24),linear-gradient(0deg,rgba(8,29,26,.35),transparent 55%)}.page-hero__content{position:absolute;z-index:2;top:55%;left:50%;transform:translate(-50%,-42%)}.page-hero h1{max-width:900px;font-size:clamp(3.5rem,6vw,6.6rem)}.page-hero__content>p{max-width:600px;margin-top:25px;color:#ffffffd9;font-size:1.04rem}.intro-section{background:var(--cream)}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:9%}.intro-copy{padding-top:70px}.intro-copy h2{color:var(--pine)}.intro-copy .lead{margin-top:34px;color:#3f4a46;font-family:var(--display);font-size:1.36rem;line-height:1.48}.intro-copy>p:not(.lead){margin-top:20px}.intro-image{position:relative;margin:0}.intro-image>img{width:100%;aspect-ratio:1.16;object-fit:cover}.intro-image:before{content:"";position:absolute;z-index:2;top:-26px;right:-26px;width:96px;height:96px;border-top:1px solid var(--terracotta);border-right:1px solid var(--terracotta)}.intro-image figcaption{position:absolute;right:-18px;bottom:-34px;width:230px;padding:22px 25px;color:var(--white);background:var(--pine)}.intro-image figcaption span{display:block;margin-bottom:7px;color:#9dd0ca;font-size:.62rem;font-weight:700;letter-spacing:.15em}.intro-image figcaption p{color:var(--white);font-family:var(--display);font-size:1.18rem;line-height:1.25}.features-section{background:var(--paper)}.features-section .section-heading{display:grid;max-width:none;grid-template-columns:1.1fr .72fr;gap:10%;align-items:end}.features-section .section-heading .eyebrow{grid-column:1 / -1}.features-section .section-heading>p{margin:0 0 5px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid article{position:relative;min-height:330px;padding:32px 30px 34px;border-right:1px solid var(--line);transition:background .25s,color .25s}.feature-grid article:last-child{border-right:0}.feature-grid article:hover{color:var(--white);background:var(--pine)}.feature-grid article>svg{width:31px;height:31px;margin:58px 0 32px;color:var(--pool-dark);stroke-width:1.5}.feature-number{color:#929b97;font-size:.66rem;font-weight:700;letter-spacing:.13em}.feature-grid h3{margin-bottom:14px;color:inherit}.feature-grid p{font-size:.88rem;transition:color .25s}.feature-grid article:hover p,.feature-grid article:hover .feature-number,.feature-grid article:hover>svg{color:#ffffffbf}.accommodation-empty{padding:clamp(82px,8vw,120px) 0;color:var(--white);background:var(--pool-dark)}.accommodation-empty--page{padding:clamp(105px,11vw,160px) 0}.accommodation-empty__grid{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:10%}.accommodation-empty .eyebrow{color:#ffffffb3}.accommodation-empty h2{color:var(--white)}.accommodation-empty__copy>p{max-width:560px;color:#ffffffc7;font-size:1.04rem}.accommodation-empty .button--primary{color:var(--pine);background:var(--cream)}.accommodation-empty .button--outline{color:var(--white);border-color:#ffffff73}.accommodation-empty .button--outline:hover{color:var(--pine);background:var(--white)}.accommodation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.accommodation-card{background:var(--cream)}.accommodation-card>img{width:100%;aspect-ratio:1.25;object-fit:cover}.accommodation-card>div{padding:28px}.accommodation-card ul{display:flex;gap:18px;padding:0;list-style:none}.story-banner{position:relative;height:clamp(480px,65vw,820px);overflow:hidden}.story-banner>img{width:100%;height:100%;object-fit:cover}.story-banner__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a1f1cb3,#0a1f1c14 67%)}.story-banner__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-42%);color:var(--white)}.story-banner__content span{display:block;margin-bottom:20px;font-size:.67rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.story-banner__content h2{max-width:760px;color:var(--white);font-size:clamp(3.1rem,6vw,6.5rem)}.experience-section{background:var(--cream)}.split-heading{display:grid;grid-template-columns:1.15fr .65fr;gap:9%;align-items:end;margin-bottom:65px}.split-heading .section-heading{margin:0}.split-heading>div:last-child{padding-bottom:5px}.editorial-gallery{min-width:0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;align-items:start}.gallery-item{position:relative;min-width:0;max-width:100%;display:block;grid-column:span 4;margin:0;padding:0;overflow:hidden;border:0;background:#d8d0c5;cursor:zoom-in;text-align:left}.gallery-item>img{width:100%;height:440px;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.gallery-item:hover>img{transform:scale(1.035)}.gallery-item>span{position:absolute;right:15px;bottom:13px;padding:7px 10px;color:var(--white);background:#0d2926c2;font-size:.57rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.editorial-gallery--preview .gallery-item:nth-child(1){grid-column:span 7}.editorial-gallery--preview .gallery-item:nth-child(1)>img{height:610px}.editorial-gallery--preview .gallery-item:nth-child(2){grid-column:9 / span 4;margin-top:80px}.editorial-gallery--preview .gallery-item:nth-child(2)>img{height:390px}.editorial-gallery--preview .gallery-item:nth-child(3){grid-column:2 / span 4;margin-top:22px}.editorial-gallery--preview .gallery-item:nth-child(3)>img{height:480px}.editorial-gallery--preview .gallery-item:nth-child(4){grid-column:7 / span 6;margin-top:-80px}.editorial-gallery--preview .gallery-item:nth-child(4)>img{height:530px}.editorial-gallery--preview .gallery-item:nth-child(n+5){display:none}.pool-section{color:var(--white);background:var(--pine)}.pool-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:9%;align-items:center}.pool-images{position:relative;padding:0 58px 58px 0}.pool-images>img:first-child{width:100%;aspect-ratio:1.1;object-fit:cover}.pool-images>img:last-child{position:absolute;right:-20px;bottom:0;width:42%;aspect-ratio:.82;object-fit:cover;border:9px solid var(--pine)}.pool-copy .eyebrow{color:#9ed1cc}.pool-copy h2{color:var(--white)}.pool-copy p{margin-top:28px;color:#ffffffb8}.pool-copy .text-link{color:var(--white)}.map-section{padding:clamp(88px,10vw,145px) 0;background:var(--paper)}.map-section--compact{background:var(--cream)}.map-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:8%;align-items:center}.map-copy h2{color:var(--pine);font-size:clamp(2.45rem,4vw,4.35rem)}.map-copy>p{margin-top:26px}.map-copy address{display:flex;align-items:flex-start;gap:12px;margin:28px 0;color:var(--pine);font-size:.88rem;line-height:1.55}.map-copy address svg{flex:0 0 auto;margin-top:2px;color:var(--terracotta)}.map-frame{position:relative;min-height:520px;box-shadow:24px 24px 0 var(--sand)}.map-frame:before{content:"Villa Nora · Datça";position:absolute;z-index:2;top:18px;left:18px;padding:10px 14px;color:var(--white);background:var(--pine);font-family:var(--display)}.map-frame iframe{width:100%;height:520px;display:block;border:0;filter:saturate(.78) contrast(.94)}.reviews-section{background:var(--cream)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{min-height:280px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);background:var(--paper)}.review-card>span{color:var(--pool-dark);font-size:.72rem;font-weight:700}.review-card blockquote{margin:35px 0;color:var(--pine);font-family:var(--display);font-size:1.3rem;line-height:1.45}.review-card footer{margin-top:auto;color:var(--muted);font-size:.72rem}.faq-section{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:9%}.faq-intro{position:sticky;top:120px;align-self:start}.faq-intro h2{color:var(--pine)}.faq-intro>p{max-width:360px;margin-top:24px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:92px;display:grid;grid-template-columns:42px 1fr 22px;align-items:center;gap:17px;cursor:pointer;list-style:none;color:var(--pine);font-family:var(--display);font-size:1.42rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-family:var(--body);color:var(--pool-dark);font-size:.62rem;font-weight:700;letter-spacing:.14em}.faq-list summary i{position:relative;width:18px;height:18px}.faq-list summary i:before,.faq-list summary i:after{content:"";position:absolute;top:8px;left:0;width:18px;height:1px;background:var(--pine);transition:transform .2s}.faq-list summary i:after{transform:rotate(90deg)}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-list details>p{max-width:710px;padding:0 40px 27px 59px}.social-strip{padding:23px 0;color:var(--white);background:var(--terracotta)}.social-strip .container{display:flex;align-items:center;gap:25px}.social-strip p,.social-strip span,.social-strip a{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-size:.76rem}.social-strip a{margin-left:auto;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.5);font-weight:700}.final-cta{position:relative;min-height:610px;display:flex;align-items:center;overflow:hidden;color:var(--white);background:var(--pine)}.final-cta__image{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081e1be0,#081e1b61 64%,#081e1b40),url(/images/villa-nora-datca-havuz-gece-1280.avif) center 48% / cover}.final-cta__content{position:relative;z-index:2}.final-cta h2{color:var(--white)}.final-cta p{max-width:540px;margin-top:23px;color:#ffffffbf}.gallery-page{background:var(--cream)}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:56px}.gallery-filters button{min-height:42px;padding:0 17px;border:1px solid rgba(21,58,54,.26);background:transparent;font-size:.73rem;font-weight:700;cursor:pointer}.gallery-filters button.active,.gallery-filters button:hover{color:var(--white);background:var(--pine);border-color:var(--pine)}.gallery-page .gallery-item:nth-child(7n+1),.gallery-page .gallery-item:nth-child(7n+5){grid-column:span 7}.gallery-page .gallery-item:nth-child(7n+2),.gallery-page .gallery-item:nth-child(7n+6){grid-column:span 5}.gallery-page .gallery-item:nth-child(7n+3),.gallery-page .gallery-item:nth-child(7n+4),.gallery-page .gallery-item:nth-child(7n+7){grid-column:span 4}.gallery-page .gallery-item:nth-child(7n+1)>img{height:560px}.gallery-page .gallery-item:nth-child(7n+2)>img{height:460px}.lightbox{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:35px 90px;color:var(--white);background:#081412f5}.lightbox figure{width:min(1200px,100%);height:min(78vh,850px);display:flex;flex-direction:column;align-items:center;margin:0}.lightbox figure>img{width:100%;height:calc(100% - 62px);object-fit:contain}.lightbox figcaption{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding-top:15px}.lightbox figcaption span,.lightbox figcaption small{color:#9ed1cc;font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.lightbox figcaption p{color:#ffffffc7;font-size:.8rem;line-height:1.4}.lightbox button{position:absolute;display:grid;place-items:center;padding:0;color:var(--white);border:1px solid rgba(255,255,255,.32);background:#ffffff0d;cursor:pointer}.lightbox__close{top:24px;right:24px;width:46px;height:46px}.lightbox__arrow{top:50%;width:50px;height:66px;transform:translateY(-50%)}.lightbox__arrow--prev{left:24px}.lightbox__arrow--next{right:24px}.plain-copy h2{margin-bottom:28px;color:var(--pine)}.plain-copy p{font-size:1.05rem}.location-intro{background:var(--cream)}.location-story{display:grid;grid-template-columns:1fr 1fr;gap:10%}.location-story h2{max-width:620px;color:var(--pine)}.location-story>div:last-child p+p{margin-top:19px}.location-photo{padding-top:0;background:var(--cream)}.location-photo__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:7%;align-items:center}.location-photo figure{margin:0}.location-photo figure img{width:100%;aspect-ratio:1.2;object-fit:cover}.location-photo figcaption{padding-top:13px;color:var(--muted);font-size:.69rem;letter-spacing:.08em}.location-photo__grid>div{border-top:1px solid var(--line)}.location-photo article{display:grid;grid-template-columns:35px 1fr;gap:2px 15px;padding:26px 0;border-bottom:1px solid var(--line)}.location-photo article>svg{grid-row:span 2;width:24px;color:var(--pool-dark);stroke-width:1.5}.location-photo article h3{font-size:1.42rem}.location-photo article p{margin-top:7px;font-size:.83rem}.about-story{background:var(--cream)}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%;align-items:center}.about-copy h2{color:var(--pine)}.about-copy .lead{margin-top:30px;color:#3e4945;font-family:var(--display);font-size:1.35rem;line-height:1.5}.about-copy p+p{margin-top:20px}.about-images{position:relative;padding:0 0 100px 55px}.about-images>img:first-child{width:100%;aspect-ratio:1.08;object-fit:cover}.about-images>img:last-child{position:absolute;bottom:0;left:0;width:31%;aspect-ratio:.72;object-fit:cover;border:8px solid var(--cream)}.values-section{color:var(--white);background:var(--pine)}.values-section header{display:grid;grid-template-columns:1fr 1fr;margin-bottom:60px}.values-section header .eyebrow{grid-column:1 / -1;color:#9ed1cc}.values-section h2{color:var(--white)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2)}.values-grid article{position:relative;min-height:300px;padding:35px 34px;border-right:1px solid rgba(255,255,255,.2)}.values-grid article:last-child{border-right:0}.values-grid article>svg{width:34px;height:34px;margin-bottom:58px;color:#9ed1cc;stroke-width:1.4}.values-grid article>span{position:absolute;top:37px;right:34px;color:#ffffff7a;font-size:.65rem}.values-grid h3{color:var(--white)}.values-grid p{max-width:290px;margin-top:14px;color:#ffffffa6;font-size:.88rem}.about-wide-image{height:min(720px,70vw);overflow:hidden}.about-wide-image img{width:100%;height:100%;object-fit:cover}.contact-section{background:var(--cream)}.contact-grid{display:grid;grid-template-columns:.58fr 1.42fr;gap:8%;align-items:start}.contact-intro{position:sticky;top:115px}.contact-intro h2{color:var(--pine)}.contact-intro p{margin-top:25px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{position:relative;min-height:310px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);background:var(--paper);transition:transform .25s,box-shadow .25s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #153a361a}.contact-card--primary{color:var(--white);background:var(--pool-dark);border-color:var(--pool-dark)}.contact-card>svg{width:30px;height:30px;margin-bottom:auto;color:var(--terracotta);stroke-width:1.5}.contact-card--primary>svg{color:#b9e2dc}.contact-card>span{margin:45px 0 9px;color:var(--pool-dark);font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.contact-card--primary>span{color:#b9e2dc}.contact-card h3{overflow-wrap:anywhere;font-size:1.4rem}.contact-card p{margin-top:10px;font-size:.82rem}.contact-card--primary p{color:#ffffffa8}.contact-card>i{position:absolute;top:27px;right:27px}.contact-card>i svg{width:20px}.address-strip{padding:32px 0;color:var(--white);background:var(--terracotta)}.address-strip .container{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:20px}.address-strip span{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.75}.address-strip p{color:var(--white)}.address-strip a{display:flex;align-items:center;gap:10px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.45);font-size:.75rem;font-weight:700}.not-found{position:relative;height:100svh;min-height:620px;display:grid;place-items:center;overflow:hidden;color:var(--white)}.not-found>img{position:absolute;width:100%;height:100%;object-fit:cover}.not-found__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#09231fb3}.not-found__content{position:relative;z-index:2;max-width:680px;padding:30px;text-align:center}.not-found__content>span{font-size:.75rem;font-weight:700;letter-spacing:.2em}.not-found h1{margin:20px 0;font-size:clamp(3rem,7vw,6rem)}.not-found p{color:#ffffffc2}.not-found .button{margin-top:30px}.site-footer{padding:85px 0 0;color:var(--white);background:var(--pine-deep)}.footer-grid{display:grid;grid-template-columns:1.2fr .55fr .8fr;gap:10%;padding-bottom:72px}.footer-wordmark{display:inline-flex;flex-direction:column;font-family:var(--display);font-size:2.25rem;line-height:.9}.footer-wordmark small{margin-top:9px;font-family:var(--body);font-size:.55rem;font-weight:700;letter-spacing:.38em;text-transform:uppercase}.footer-intro p{max-width:410px;margin-top:27px;color:#ffffff9c;font-size:.87rem}.footer-nav,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-nav h2,.footer-contact h2{margin-bottom:8px;color:#9ed1cc;font-family:var(--body);font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.footer-nav a,.footer-contact a{display:flex;align-items:center;gap:9px;color:#ffffffb8;font-size:.78rem;font-style:normal}.footer-nav a:hover,.footer-contact a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;padding:24px 0 27px;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{color:#ffffff73;font-size:.66rem}.footer-bottom nav{display:flex;gap:18px;color:#ffffff8c;font-size:.66rem}.mobile-contact-bar{display:none}html.js [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease var(--delay, 0ms),transform .7s ease var(--delay, 0ms)}html.js [data-reveal].is-visible{opacity:1;transform:none}@media(max-width:1120px){.desktop-nav{gap:17px}.header-inner{gap:22px}.features-section .section-heading{grid-template-columns:1fr .65fr}.feature-grid article{padding-inline:22px}}@media(max-width:920px){:root{--header-h: 76px}.container{width:min(var(--container),calc(100% - 42px))}.desktop-nav,.desktop-book{display:none}.menu-toggle{display:grid;margin-left:auto}.mobile-menu{position:fixed;top:72px;right:0;bottom:0;width:min(440px,100%);display:flex;flex-direction:column;justify-content:space-between;padding:30px 27px 35px;color:var(--pine);background:var(--paper);transform:translate(105%);visibility:hidden;transition:transform .32s,visibility .32s}.mobile-menu.is-open{transform:translate(0);visibility:visible}.mobile-menu nav{border-top:1px solid var(--line)}.mobile-menu nav a{min-height:59px;display:grid;grid-template-columns:38px 1fr;align-items:center;border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.25rem}.mobile-menu nav a span{color:var(--pool-dark);font-family:var(--body);font-size:.56rem}.mobile-menu nav a.active{color:var(--pool-dark)}.mobile-menu__contact{display:flex;flex-direction:column;gap:15px}.mobile-menu__contact>a:last-child{text-align:center;font-size:.76rem}.intro-grid,.pool-grid,.map-grid,.about-grid{grid-template-columns:1fr;gap:65px}.intro-copy{max-width:650px}.intro-image{width:90%;margin-left:auto}.features-section .section-heading,.split-heading{grid-template-columns:1fr;gap:26px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid article:nth-child(2){border-right:0}.feature-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.accommodation-empty__grid{grid-template-columns:1fr;gap:28px}.editorial-gallery--preview .gallery-item:nth-child(1){grid-column:span 7}.editorial-gallery--preview .gallery-item:nth-child(2){grid-column:8 / span 5}.pool-copy,.map-copy{max-width:650px}.map-frame{min-height:460px;box-shadow:16px 16px 0 var(--sand)}.map-frame iframe{height:460px}.faq-grid,.contact-grid{grid-template-columns:1fr;gap:58px}.review-grid{grid-template-columns:1fr 1fr}.faq-intro,.contact-intro{position:static;max-width:650px}.location-photo__grid{grid-template-columns:1fr;gap:50px}.location-photo__grid>div{display:grid;grid-template-columns:repeat(3,1fr)}.location-photo article{grid-template-columns:1fr;padding:24px 20px;border-right:1px solid var(--line)}.location-photo article:last-child{border-right:0}.location-photo article>svg{margin-bottom:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-intro{grid-column:1 / -1}}@media(max-width:680px){.container{width:min(var(--container),calc(100% - 30px))}.section-pad{padding:76px 0}h1{font-size:clamp(2.9rem,14vw,4.8rem)}h2{font-size:clamp(2.35rem,11vw,3.6rem)}.site-header{height:70px}.site-header.is-scrolled,.site-header.menu-active{height:64px}.mobile-menu{top:64px}.brand-name{font-size:1.5rem}.home-hero{height:760px;min-height:0}.home-hero>img{object-position:61% center!important}.home-hero__overlay{background:linear-gradient(0deg,#071b18e3,#071b188c 63%,#071b1824)}.home-hero__content{top:auto;bottom:77px;transform:translate(-50%)}.home-hero__content h1{font-size:clamp(3.05rem,13vw,4.3rem)}.home-hero__content>p{margin-top:20px;font-size:.91rem;line-height:1.65}.home-hero .button-group{align-items:stretch;flex-direction:column;margin-top:26px}.home-hero .button{width:100%}.hero-scroll{display:none}.page-hero{height:620px;min-height:0}.page-hero__content{top:auto;bottom:58px;transform:translate(-50%)}.page-hero h1{font-size:clamp(2.85rem,11.5vw,3.7rem);overflow-wrap:anywhere}.page-hero__content>p{font-size:.9rem;line-height:1.6}.page-hero__veil{background:linear-gradient(0deg,#081d1ade,#081d1a38 80%)}.intro-grid{gap:54px}.intro-copy{padding-top:0}.intro-copy .lead{font-size:1.2rem}.intro-image{width:100%}.intro-image>img{aspect-ratio:.9}.intro-image:before{right:-7px}.intro-image figcaption{right:-7px;bottom:-27px}.features-section .section-heading{margin-bottom:40px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:250px;border-right:0;border-bottom:1px solid var(--line)}.feature-grid article:last-child{border-bottom:0}.feature-grid article>svg{margin:35px 0 23px}.accommodation-empty{padding:72px 0}.accommodation-empty .button-group{align-items:stretch;flex-direction:column}.story-banner{height:610px}.story-banner>img{object-position:56% center!important}.story-banner__shade{background:linear-gradient(0deg,#0a1f1cc4,#0a1f1c1c 74%)}.story-banner__content{top:auto;bottom:62px;transform:translate(-50%)}.story-banner__content h2{font-size:3.6rem}.split-heading{margin-bottom:43px}.editorial-gallery{gap:13px}.editorial-gallery--preview .gallery-item:nth-child(1),.editorial-gallery--preview .gallery-item:nth-child(2),.editorial-gallery--preview .gallery-item:nth-child(3),.editorial-gallery--preview .gallery-item:nth-child(4){grid-column:1 / -1;width:100%;margin:0}.editorial-gallery--preview .gallery-item:nth-child(1)>img{height:430px}.editorial-gallery--preview .gallery-item:nth-child(2){width:78%;margin:8px 0 8px auto}.editorial-gallery--preview .gallery-item:nth-child(2)>img{height:360px}.editorial-gallery--preview .gallery-item:nth-child(3){width:84%}.editorial-gallery--preview .gallery-item:nth-child(3)>img{height:410px}.editorial-gallery--preview .gallery-item:nth-child(4)>img{height:350px}.pool-images{padding:0 24px 45px 0}.pool-images>img:first-child{aspect-ratio:.92}.pool-images>img:last-child{right:-3px;width:45%}.map-frame{min-height:390px;box-shadow:9px 9px 0 var(--sand)}.map-frame iframe{height:390px}.faq-list summary{min-height:82px;grid-template-columns:31px 1fr 19px;gap:10px;font-size:1.15rem}.review-grid{grid-template-columns:1fr}.faq-list details>p{padding:0 8px 24px 41px;font-size:.87rem}.social-strip .container{flex-wrap:wrap;gap:9px 15px}.social-strip p{width:100%}.social-strip a{margin-left:0}.social-strip span{margin-left:auto}.final-cta{min-height:650px;padding:80px 0 115px}.final-cta .button-group{align-items:stretch;flex-direction:column}.final-cta .button{width:100%}.final-cta .text-link{align-self:flex-start}.gallery-filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-inline:-15px;padding:0 15px 8px;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filters button{flex:0 0 auto}.gallery-page .gallery-item:nth-child(n){grid-column:span 6}.gallery-page .gallery-item:nth-child(5n+1){grid-column:1 / -1}.gallery-page .gallery-item:nth-child(n)>img{height:300px}.gallery-page .gallery-item:nth-child(5n+1)>img{height:430px}.lightbox{padding:60px 13px 88px}.lightbox figure{height:72vh}.lightbox figcaption{grid-template-columns:1fr auto}.lightbox figcaption span{display:none}.lightbox__arrow{top:auto;bottom:18px;width:52px;height:48px;transform:none}.lightbox__arrow--prev{left:calc(50% - 59px)}.lightbox__arrow--next{right:calc(50% - 59px)}.lightbox__close{top:13px;right:13px}.location-story{grid-template-columns:1fr;gap:35px}.location-photo__grid>div{grid-template-columns:1fr}.location-photo article{grid-template-columns:35px 1fr;border-right:0}.location-photo article>svg{margin:0}.about-grid{gap:52px}.about-copy .lead{font-size:1.2rem}.about-images{padding:0 0 70px 28px}.about-images>img:first-child{aspect-ratio:.84}.about-images>img:last-child{width:37%}.values-section header{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.values-grid article{min-height:245px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.values-grid article:last-child{border-bottom:0}.values-grid article>svg{margin-bottom:39px}.about-wide-image{height:520px}.contact-cards{grid-template-columns:1fr}.contact-card{min-height:270px}.address-strip .container{grid-template-columns:28px 1fr}.address-strip a{grid-column:2;justify-self:start}.footer-grid{grid-template-columns:1fr;gap:42px}.footer-intro{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px;padding-bottom:88px}.mobile-contact-bar{position:fixed;z-index:90;right:0;bottom:0;left:0;min-height:66px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:env(safe-area-inset-bottom);color:var(--pine);background:#fcfaf6f5;box-shadow:0 -1px #153a361f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-contact-bar a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-right:1px solid var(--line);font-size:.57rem;font-weight:700}.mobile-contact-bar a:first-child{color:var(--white);background:var(--pool-dark)}.mobile-contact-bar svg{width:19px;height:19px}}@media(max-width:380px){.home-hero{height:730px}.home-hero__content h1{font-size:2.82rem}.button{padding-inline:17px}.gallery-page .gallery-item:nth-child(n){grid-column:1 / -1}.gallery-page .gallery-item:nth-child(n)>img{height:400px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html.js [data-reveal]{opacity:1;transform:none}}.responsive-image{object-position:var(--image-position, 50% 50%)}.section-pad{padding:var(--space-section) 0}h1{font-size:clamp(3.45rem,5.65vw,6.15rem)}h2{font-size:clamp(2.6rem,4.15vw,4.65rem)}h1,h2{text-wrap:balance}h1,h2,h3,p{max-width:100%}.intro-grid>*,.location-story>*,.location-photo__grid>*,.about-grid>*,.accommodation-overview__heading>*,.accommodation-experience>*,.contact-grid>*,.pool-grid>*,.split-heading>*{min-width:0}.section-heading{margin-bottom:var(--space-heading)}.section-heading>p{font-size:1.03rem}.button{min-height:54px;padding-inline:25px;font-size:.86rem}.text-link{min-height:44px;align-items:center;margin-top:24px;font-size:.84rem}.eyebrow{margin-bottom:20px;font-size:.73rem}.header-inner{gap:34px}.desktop-nav{gap:clamp(20px,2vw,32px)}.desktop-nav a{min-height:44px;display:flex;align-items:center;font-size:.84rem}.button--header{min-height:48px;padding-inline:21px}.home-hero{height:min(860px,100svh);min-height:680px}.home-hero>.responsive-image,.story-banner>.responsive-image{object-position:var(--image-position)!important}.home-hero__content{top:53%;transform:translate(-50%,-46%)}.home-hero__content h1{max-width:930px}.home-hero__content>p{margin-top:23px;font-size:1.04rem}.home-hero__overlay{background:linear-gradient(90deg,#061917d1,#06191780 42%,#06191714 78%),linear-gradient(0deg,rgba(5,20,18,.38),transparent 46%)}.page-hero{height:min(650px,74svh);min-height:520px}.page-hero h1{max-width:850px;font-size:clamp(3.25rem,4.95vw,5.6rem)}.page-hero__content{top:57%;transform:translate(-50%,-44%)}.page-hero__content>p{margin-top:22px;font-size:1rem}.intro-grid{grid-template-columns:.88fr 1.12fr;gap:7%;align-items:center}.intro-copy{padding-top:0}.intro-copy .lead{margin-top:28px;font-size:1.31rem}.intro-image>img{aspect-ratio:1.32}.intro-image figcaption{right:-16px;bottom:-28px}.features-section .section-heading{grid-template-columns:1fr .72fr;gap:9%}.feature-grid{grid-template-columns:1.12fr .88fr 1.12fr .88fr;background:var(--cream)}.feature-grid article{min-height:292px;padding:29px 28px 32px}.feature-grid article:nth-child(2n){background:#6f68480e}.feature-grid article>svg{margin:50px 0 27px}.feature-grid article:nth-child(2n)>svg{margin-top:73px}.accommodation-empty{padding:var(--space-section-compact) 0;background:linear-gradient(120deg,var(--pine-deep),var(--pool-dark))}.accommodation-empty--page{padding:var(--space-section-compact) 0}.accommodation-empty__grid{align-items:center}.accommodation-empty__status{display:inline-flex;margin-bottom:18px;padding:9px 12px;border:1px solid rgba(255,255,255,.27);color:#ffffffd1;font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.accommodation-empty__copy>p{font-size:1rem}.story-banner{height:clamp(470px,57vw,730px)}.story-banner__content h2{max-width:720px;font-size:clamp(3rem,5.4vw,5.7rem)}.story-banner__shade{background:linear-gradient(90deg,#0a1f1cba,#0a1f1c17 66%)}.split-heading{grid-template-columns:1.05fr .7fr;gap:8%;margin-bottom:var(--space-heading)}.editorial-gallery{gap:var(--space-grid)}.editorial-gallery--preview .gallery-item:nth-child(1){grid-column:1 / span 7;margin:0}.editorial-gallery--preview .gallery-item:nth-child(1)>img{height:500px}.editorial-gallery--preview .gallery-item:nth-child(2){grid-column:8 / span 5;margin:0;align-self:end}.editorial-gallery--preview .gallery-item:nth-child(2)>img{height:380px}.editorial-gallery--preview .gallery-item:nth-child(3){grid-column:1 / span 5;margin:0}.editorial-gallery--preview .gallery-item:nth-child(3)>img{height:380px}.editorial-gallery--preview .gallery-item:nth-child(4){grid-column:6 / span 7;margin:0}.editorial-gallery--preview .gallery-item:nth-child(4)>img{height:500px}.gallery-item--enter{animation:gallery-in .42s ease both}@keyframes gallery-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.pool-grid{grid-template-columns:1.28fr .72fr;gap:8%}.pool-visual{margin:0}.pool-visual>img{width:100%;aspect-ratio:1.43;object-fit:cover}.pool-visual figcaption{display:flex;justify-content:space-between;gap:22px;padding-top:16px;color:#ffffff9e;font-size:.72rem;line-height:1.5}.pool-visual figcaption span{color:#9ed1cc;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.pool-copy p{margin-top:24px;font-size:1rem}.map-section{padding:var(--space-section) 0}.map-frame{overflow:hidden;background:var(--pine);box-shadow:18px 18px 0 var(--sand)}.map-frame:before{z-index:4}.map-frame iframe{position:relative;z-index:2;opacity:0;transition:opacity .3s ease}.map-frame.is-loaded iframe{opacity:1}.map-frame__fallback{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:45px;color:var(--white);text-align:center;background:radial-gradient(circle at 50% 30%,rgba(22,142,145,.42),transparent 42%),var(--pine)}.map-frame__fallback>svg{width:34px;height:34px;margin-bottom:8px;color:#9ed1cc}.map-frame__fallback strong{font-family:var(--display);font-size:1.75rem;font-weight:400}.map-frame__fallback span{max-width:360px;color:#ffffffa8;font-size:.8rem;line-height:1.6}.map-frame__fallback a{min-height:44px;display:inline-flex;align-items:center;gap:9px;margin-top:8px;padding-inline:16px;border:1px solid rgba(255,255,255,.45);font-size:.76rem;font-weight:700}.gallery-filters{margin-bottom:48px}.gallery-filters button{min-height:48px;padding-inline:19px;font-size:.8rem}.gallery-page .gallery-item:nth-child(7n+1)>img{height:530px}.gallery-page .gallery-item:nth-child(7n+2)>img{height:450px}.location-story{grid-template-columns:.9fr 1.1fr;gap:9%}.location-photo__grid{grid-template-columns:1.22fr .78fr;gap:7%}.location-photo figure img{aspect-ratio:1.38}.about-grid{grid-template-columns:.88fr 1.12fr;gap:8%;align-items:center}.about-media{margin:0}.about-media>img{width:100%;aspect-ratio:1.24;object-fit:cover}.about-media figcaption{display:flex;align-items:center;gap:12px;padding-top:14px;color:var(--muted);font-size:.7rem;letter-spacing:.055em}.about-media figcaption:before{content:"";width:34px;height:1px;background:var(--terracotta)}.about-wide-image{height:min(650px,62vw)}.accommodation-overview{background:var(--cream)}.accommodation-overview__heading{display:grid;grid-template-columns:1.05fr .75fr;gap:9%;align-items:end;margin-bottom:var(--space-heading)}.accommodation-overview__heading h2{color:var(--pine)}.accommodation-overview__heading>p{padding-bottom:6px;font-size:1rem}.accommodation-experience{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-grid)}.accommodation-experience figure{position:relative;grid-column:span 6;margin:0;overflow:hidden;background:var(--sand)}.accommodation-experience figure>img{width:100%;height:390px;object-fit:cover;transition:transform .55s ease}.accommodation-experience figure:nth-child(1),.accommodation-experience figure:nth-child(4){grid-column:span 7}.accommodation-experience figure:nth-child(2),.accommodation-experience figure:nth-child(3){grid-column:span 5}.accommodation-experience figure:nth-child(n)>img{height:440px}.accommodation-experience figure:hover>img{transform:scale(1.025)}.accommodation-experience figcaption{position:absolute;right:14px;bottom:14px;padding:8px 11px;color:var(--white);background:#0d2926cc;font-size:.61rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-grid{grid-template-columns:.64fr 1.36fr;gap:7%}.contact-card{min-height:290px;padding:34px;box-shadow:none}.contact-card:hover{box-shadow:0 14px 34px #15684817}.contact-card h3{font-size:1.52rem}.contact-card p{font-size:.86rem}.address-strip{padding:29px 0}@media(max-width:920px){:root{--space-section: clamp(74px, 11vw, 102px)}.responsive-image{object-position:var(--image-position-mobile, var(--image-position, 50% 50%))}.intro-grid,.pool-grid,.map-grid,.about-grid,.contact-grid,.location-story,.location-photo__grid{grid-template-columns:1fr;gap:54px}.intro-image{width:100%}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid article:nth-child(2n)>svg{margin-top:50px}.accommodation-overview__heading{grid-template-columns:1fr;gap:24px}.accommodation-experience figure:nth-child(n){grid-column:span 6}.accommodation-experience figure:nth-child(n)>img{height:390px}.pool-visual,.about-media{max-width:760px}}@media(max-width:680px){:root{--space-section: clamp(68px, 18vw, 82px);--space-section-compact: clamp(58px, 15vw, 72px);--space-heading: 38px;--space-grid: 12px}.container{width:min(var(--container),calc(100% - 32px))}h1{font-size:clamp(2.35rem,10.7vw,3.55rem)}h2{font-size:clamp(2.05rem,8.3vw,2.8rem)}h3{font-size:1.5rem}p{line-height:1.68}.eyebrow{gap:10px;margin-bottom:17px;font-size:.67rem;letter-spacing:.16em}.eyebrow i{width:28px}.button{min-height:54px;font-size:.84rem}.brand{min-width:118px;text-align:left}.brand-name{font-size:1.48rem}.brand-place{padding-left:2px;letter-spacing:.32em}.home-hero{height:min(760px,100svh);min-height:660px}.home-hero>.responsive-image,.story-banner>.responsive-image{object-position:var(--image-position-mobile, var(--image-position))!important}.home-hero__content{bottom:49px}.home-hero__content h1{max-width:350px;font-size:clamp(2.35rem,10.7vw,3.2rem);line-height:.98}.home-hero__content>p{max-width:345px;margin-top:18px;font-size:.9rem}.home-hero .button-group{margin-top:23px;gap:10px}.page-hero{height:min(590px,82svh);min-height:530px}.page-hero__content{bottom:47px}.page-hero h1{max-width:355px;font-size:clamp(2.3rem,10.2vw,3.12rem);line-height:1.01;overflow-wrap:normal}.page-hero__content>p{max-width:350px;margin-top:18px;font-size:.88rem}.intro-grid{gap:46px}.intro-copy .lead{margin-top:24px;font-size:1.16rem}.intro-image>img{aspect-ratio:.95}.intro-image:before{top:-12px;right:-5px;width:64px;height:64px}.intro-image figcaption{position:relative;right:auto;bottom:auto;width:78%;margin:-24px 0 0 auto;padding:18px 20px}.features-section .section-heading{margin-bottom:34px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:0;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:16px;padding:27px 20px}.feature-grid article:nth-child(2n)>svg,.feature-grid article>svg{grid-row:1 / span 2;width:28px;height:28px;margin:2px 0 0}.feature-number{position:absolute;top:15px;right:18px}.feature-grid h3{margin:0 0 7px}.accommodation-empty__grid{gap:24px}.accommodation-empty__status{margin-bottom:15px;font-size:.61rem}.story-banner{height:570px}.story-banner__content{bottom:48px}.story-banner__content h2{max-width:340px;font-size:clamp(2.7rem,12vw,3.35rem)}.editorial-gallery--preview .gallery-item:nth-child(n){grid-column:1 / -1;width:100%;margin:0}.editorial-gallery--preview .gallery-item:nth-child(1)>img,.editorial-gallery--preview .gallery-item:nth-child(4)>img{height:370px}.editorial-gallery--preview .gallery-item:nth-child(2)>img,.editorial-gallery--preview .gallery-item:nth-child(3)>img{height:280px}.gallery-item>span{right:10px;bottom:10px}.pool-grid{gap:38px}.pool-visual>img{aspect-ratio:.92}.pool-visual figcaption{flex-direction:column;gap:5px;padding-top:13px}.pool-copy p{margin-top:20px}.map-frame{min-height:370px;box-shadow:8px 8px 0 var(--sand)}.map-frame iframe{height:370px}.map-frame__fallback{padding:38px 24px}.map-frame:before{top:12px;left:12px}.gallery-filters{margin-bottom:34px}.gallery-filters button{min-height:46px;padding-inline:17px}.gallery-page .gallery-item:nth-child(n)>img{height:280px}.gallery-page .gallery-item:nth-child(5n+1)>img{height:400px}.location-story{gap:29px}.location-photo figure img{aspect-ratio:1}.location-photo__grid{gap:38px}.about-grid{gap:42px}.about-media>img{aspect-ratio:.92}.about-wide-image{height:470px}.accommodation-overview__heading{margin-bottom:34px}.accommodation-overview__heading>p{padding:0}.accommodation-experience{grid-template-columns:1fr 1fr}.accommodation-experience figure:nth-child(n){grid-column:span 1}.accommodation-experience figure:nth-child(1),.accommodation-experience figure:nth-child(4){grid-column:1 / -1}.accommodation-experience figure:nth-child(n)>img{height:245px}.accommodation-experience figure:nth-child(1)>img,.accommodation-experience figure:nth-child(4)>img{height:350px}.contact-grid{gap:42px}.contact-card{min-height:250px;padding:28px}.contact-card h3{font-size:1.38rem}.address-strip{padding:27px 0}}@media(max-width:380px){.home-hero__content h1{font-size:2.38rem}.page-hero h1{font-size:2.3rem}.accommodation-experience{grid-template-columns:1fr}.accommodation-experience figure:nth-child(n){grid-column:1 / -1}.accommodation-experience figure:nth-child(n)>img{height:320px}}@media(prefers-reduced-motion:reduce){.gallery-item--enter{animation:none}}
