@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--bg:#f5f2ec;--bg-alt:#ede9e0;--bg-dark:#141a14;--text:#1c1f1c;--text-light:#5a6057;--teal:#2c6e5a;--teal-light:#3d8f72;--teal-pale:#e8f2ee;--sand:#c8a96e;--sand-soft:#e5d4b0;--white:#fff;--line:#ddd8cc;--shadow-sm:0 2px 12px #1c1f1c12;--shadow-md:0 8px 32px #1c1f1c1c;--shadow-lg:0 20px 60px #1c1f1c29;--radius:4px;--radius-lg:12px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}img{width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-weight:600}.container{width:min(1200px,100% - 3rem);margin:0 auto}.section{padding:6rem 0}.header{z-index:100;background:0 0;border-bottom:none;width:100%;padding:.75rem 0;transition:background .32s,box-shadow .32s,padding .32s;position:fixed;top:0;left:0}.header-inner{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.logo{align-items:center;display:flex}.logo-img{width:auto;height:120px;transition:height .32s;display:block}.main-nav{align-items:center;gap:2rem;margin-left:auto;display:flex}.main-nav a{color:#ffffffe0;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:500;transition:color .2s;position:relative}.main-nav a:after{content:"";background:var(--sand);width:0;height:1px;transition:width .25s;position:absolute;bottom:-3px;left:0}.main-nav a:hover:after{width:100%}.main-nav a:hover{color:#fff}.header.is-scrolled{box-shadow:0 1px 0 var(--line),var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f2ecf5;padding:.5rem 0}.header.is-scrolled .logo-img{height:76px}.header.is-scrolled .main-nav a{color:var(--text-light)}.header.is-scrolled .main-nav a:hover{color:var(--teal)}.header.is-scrolled .main-nav a:after{background:var(--teal)}.header.is-scrolled .nav-toggle span{background:var(--text)}.nav-toggle{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.25rem;display:none}.nav-toggle span{background:#ffffffe6;width:24px;height:1.5px;transition:transform .25s,opacity .25s;display:block}.header-cta{display:inline-flex}.btn{text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border-radius:var(--radius);border:1.5px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1.7rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600;transition:background .22s,color .22s,border-color .22s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff;border-color:var(--teal)}.btn-primary:hover{background:var(--teal-light);border-color:var(--teal-light);color:#fff}.btn-outline{color:#fff;background:0 0;border-color:#ffffffbf}.btn-outline:hover{background:#ffffff1f;border-color:#fff}.btn-outline-dark{border-color:var(--text);color:var(--text);background:0 0}.btn-outline-dark:hover{background:var(--text);color:#fff}.btn-small{padding:.6rem 1.1rem;font-size:.67rem}.subtitle{color:var(--teal);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:.55rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600;display:inline-flex}.subtitle:before{content:"";background:var(--teal);width:24px;height:1px;display:block}.subtitle.light{color:var(--sand-soft)}.subtitle.light:before{background:var(--sand-soft)}.section-head{margin-bottom:2.4rem}.section-head.centered{text-align:center}.section-head.centered .subtitle{justify-content:center}.section-head.centered .subtitle:before{display:none}.section-head h2{margin-top:.6rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.section-head p{color:var(--text-light);max-width:52ch;margin-top:.75rem;line-height:1.75}.section-head.centered p{margin-inline:auto}.section-head.light h2,.section-head.light p{color:#fff}.hero-section{background:var(--bg);align-items:center;min-height:100svh;padding:0;display:flex;position:relative}.hero-image-wrap{clip-path:polygon(66% 0,100% 0,100% 100%,32% 100%);width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-image-wrap:after{content:"";background:linear-gradient(270deg,#0c120c2e 0%,#0c120c05 60%);position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center;height:100%;min-height:0}.hero-grid{z-index:10;grid-template-columns:1fr;display:grid;position:relative}.hero-copy{z-index:10;max-width:600px;padding:8.4rem 0 2rem;position:relative}.hero-copy h1{color:var(--text);font-size:clamp(3rem,5.5vw,5.2rem);font-weight:600;line-height:1.05}.hero-copy h1 em{color:var(--teal);font-style:italic}.hero-copy>p{color:var(--text-light);max-width:48ch;margin-top:1.2rem;font-size:1rem;line-height:1.8}.hero-mobile-logo{display:none}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero-actions .btn-outline{border-color:var(--text);color:var(--text);background:0 0}.hero-actions .btn-outline:hover{background:var(--text);color:#fff;border-color:var(--text)}.hero-stats{border-top:1px solid var(--line);gap:2.2rem;margin-top:2rem;padding-top:2rem;display:flex}.hero-stat strong{color:var(--text);white-space:nowrap;align-items:center;gap:.15em;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;display:flex}.hero-stat strong .stat-icon{font-family:system-ui,sans-serif;font-size:1em;font-style:normal;font-weight:700;line-height:1}.hero-stat span{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-top:.18rem;font-size:.7rem;display:block}.hero-search{max-width:580px;box-shadow:var(--shadow-md);border-radius:var(--radius-lg);border:1px solid var(--line);background:#fff;align-items:stretch;margin-top:2.6rem;display:flex;overflow:hidden}.search-field{border-right:1px solid var(--line);flex-direction:column;flex:1;gap:.2rem;min-width:0;padding:.75rem 1rem;display:flex}.search-field label{text-transform:uppercase;letter-spacing:.1em;color:var(--text);font-size:.63rem;font-weight:600}.search-field select,.search-field input[type=date]{color:var(--text-light);cursor:pointer;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:DM Sans,sans-serif;font-size:.8rem}.search-field input[type=date]::-webkit-calendar-picker-indicator{opacity:.45;cursor:pointer}.btn-search{background:var(--teal);color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:0 1.5rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;text-decoration:none;transition:background .22s;display:flex}.btn-search:hover{background:var(--teal-light)}.btn-search:disabled{opacity:.65;cursor:not-allowed}.hero-search-status{border-radius:10px;max-width:580px;margin-top:.65rem;padding:.55rem .85rem;font-size:.82rem;font-weight:600}.hero-search-status.is-error{color:#b2443b;background:#b2443b14;border:1px solid #b2443b33}.hero-search-status.is-success{color:#1f7a5f;background:#1f7a5f14;border:1px solid #1f7a5f33}.hero-mobile-availability{display:none}.about-section{background:var(--white)}.about-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:4rem;display:grid}.about-image-wrap{position:relative}.about-image-wrap:after{content:"";border:1.5px solid var(--sand-soft);z-index:-1;border-radius:var(--radius);position:absolute;inset:-16px 16px 16px -16px}.about-image{object-fit:cover;border-radius:var(--radius);min-height:500px}.about-card{padding:1rem 0}.about-card h2{margin-top:.75rem;font-size:clamp(2rem,3.8vw,2.9rem);line-height:1.2}.about-card p{color:var(--text-light);margin-top:1.1rem;font-size:.97rem;line-height:1.85}.about-card .btn{margin-top:1.8rem}.about-features{grid-template-columns:1fr 1fr;gap:.55rem 1.2rem;margin:1.4rem 0 0;padding:0;list-style:none;display:grid}.about-features li{color:var(--text-light);align-items:center;gap:.6rem;font-size:.88rem;display:flex}.about-features li:before{content:"";background:var(--teal);border-radius:50%;flex-shrink:0;width:5px;height:5px}.cta-section{background-position:50%;background-size:cover;align-items:center;min-height:480px;display:flex;position:relative}.cta-overlay{background:linear-gradient(135deg,#0a140cb8 0%,#0a140c7a 100%);position:absolute;inset:0}.cta-inner{z-index:1;grid-template-columns:minmax(240px,300px) minmax(320px,520px);justify-content:center;align-items:center;gap:2rem;display:grid;position:relative}.cta-card{background:var(--white);border-radius:var(--radius-lg);width:min(520px,100%);box-shadow:var(--shadow-lg);order:2;justify-self:start;padding:2.2rem 2.4rem}.cta-card h2{font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.28}.cta-card p{color:var(--text-light);margin-top:.9rem;font-size:.95rem;line-height:1.78}.promo-links{flex-wrap:wrap;gap:.6rem;margin-top:1.3rem;display:flex}.promo-side{color:#fff;order:1;justify-self:end;width:min(300px,100%)}.promo-points{color:#ffffffe6;flex-direction:column;gap:.85rem;margin:0;padding-left:0;list-style:none;display:flex}.promo-points li{align-items:center;gap:.75rem;font-size:.97rem;display:flex}.promo-points li:before{content:"";background:var(--sand);border-radius:50%;flex-shrink:0;width:6px;height:6px}.promo-booking{color:#fff;border-top:1px solid #ffffff2e;margin-top:1.6rem;padding-top:1.1rem;font-size:1.05rem;font-weight:600;line-height:1.75}.promo-booking span{color:var(--sand-soft);margin-top:.3rem;font-size:.85rem;font-weight:500;display:block}.rooms-section{background:var(--bg-alt)}.rooms-info-bar{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:0;margin-bottom:2.4rem;display:flex;overflow:hidden}.rooms-info-item{text-align:center;border-right:1px solid var(--line);flex:1;padding:1rem 1.2rem}.rooms-info-item:last-child{border-right:none}.rooms-info-item strong{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:.25rem;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:600;display:block}.rooms-info-item span{color:var(--teal);font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600}.rooms-layout{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;gap:1.5rem;display:grid}.room-showcase-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.room-showcase-media{position:relative}.room-showcase-image{object-fit:cover;width:100%;height:360px;display:block}.room-showcase-badge{color:#ffffffeb;letter-spacing:.11em;text-transform:uppercase;background:#141a14db;border-radius:999px;padding:.35rem .75rem;font-size:.62rem;font-weight:600;position:absolute;top:.9rem;left:.9rem}.room-showcase-body{padding:1.25rem 1.35rem 1.4rem}.room-showcase-body h3{font-size:1.35rem;line-height:1.25}.room-showcase-body p{color:var(--text-light);margin-top:.55rem;font-size:.9rem;line-height:1.75}.room-showcase-dots{gap:.45rem;margin-top:1rem;display:flex}.room-dot{cursor:pointer;background:#c8ccb9;border:0;border-radius:999px;width:9px;height:9px;transition:transform .2s,background .2s}.room-dot.active{background:var(--teal);transform:scale(1.2)}.room-photo-fade-enter-active,.room-photo-fade-leave-active{transition:opacity .4s}.room-photo-fade-enter-from,.room-photo-fade-leave-to{opacity:0}.booking-widget{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.booking-widget-title{color:var(--text);margin-bottom:1.4rem;font-size:1.25rem}.booking-step{margin-bottom:1.4rem}.booking-step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.6rem;font-size:.68rem;font-weight:600}.booking-options{flex-wrap:wrap;gap:.6rem;display:flex}.booking-opt-btn{border:1.5px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:.55rem 1.3rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;transition:border-color .2s,background .2s,color .2s}.booking-opt-btn:hover{border-color:var(--teal);color:var(--teal)}.booking-opt-btn.active{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:600}.booking-summary{background:var(--teal-pale);border-radius:var(--radius);border:1px solid #2c6e5a33;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;margin-top:.4rem;padding:1.1rem 1.4rem;display:flex}.booking-summary-info{flex-direction:column;gap:.3rem;display:flex}.booking-summary-label{color:var(--teal);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:700}.booking-summary-price{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.booking-price-offer{color:var(--text);font-size:1.3rem;font-weight:700}.booking-price-regular{color:var(--text-light);font-size:.85rem;text-decoration:line-through}.booking-price-note{color:var(--text-light);font-size:.8rem}.booking-total-note{color:#215a48;margin-top:.2rem;font-size:.82rem;font-weight:600}.booking-date-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.booking-date-field{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:.65rem .8rem}.booking-date-field label{margin-bottom:.25rem;font-size:.65rem}.booking-date-field input{width:100%;color:var(--text);background:0 0;border:0;font-family:DM Sans,sans-serif}.booking-date-field input:focus{outline:none}.booking-status{width:100%;margin-top:.25rem;font-size:.86rem;font-weight:600;line-height:1.5}.booking-status.is-success{color:#1f7a5f}.booking-status.is-error{color:#b2443b}.booking-summary .btn[disabled]{opacity:.65;cursor:not-allowed}.fade-slide-enter-active,.fade-slide-leave-active{transition:opacity .25s,transform .25s}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(-8px)}.experiences-section{background:var(--bg-dark)}.experiences-section .section-head h2{color:#fff}.experiences-section .section-head p{color:#ffffff9e}.experiences-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.experience-card{border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid #ffffff17;transition:background .25s,border-color .25s,transform .25s;overflow:hidden}.experience-card:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-4px)}.experience-card img{object-fit:cover;height:220px;transition:transform .5s}.experience-card:hover img{transform:scale(1.04)}.experience-card-body{padding:1.2rem 1.4rem 1.5rem}.experience-card-body h3{color:#fff;font-size:1.25rem}.experience-card-body p{color:#ffffff9e;margin-top:.6rem;font-size:.88rem;line-height:1.75}.testimonials-section{background:var(--bg)}.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:.5rem;display:grid}.testimonial-card{border:1px solid var(--line);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;position:relative}.testimonial-card:before{content:"“";color:var(--teal-pale);pointer-events:none;font-family:Cormorant Garamond,serif;font-size:5rem;line-height:1;position:absolute;top:1.4rem;right:1.8rem}.testimonial-card p{color:var(--text);font-size:.97rem;font-style:italic;line-height:1.85}.testimonial-meta{border-top:1px solid var(--line);align-items:center;gap:.9rem;margin-top:1.4rem;padding-top:1.1rem;display:flex}.testimonial-meta img{object-fit:cover;border:2px solid var(--teal-pale);border-radius:999px;width:52px;height:52px}.testimonial-meta h4{font-family:DM Sans,sans-serif;font-size:.97rem;font-weight:600}.testimonial-meta span{color:var(--teal);margin-top:.15rem;font-size:.77rem;font-weight:500;display:block}.testimonial-cta{text-align:center;margin-top:2rem}.instagram-section{background:var(--bg-alt)}.instagram-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.instagram-grid img{object-fit:cover;border-radius:var(--radius);height:210px;transition:transform .35s,opacity .3s}.instagram-grid img:hover{opacity:.88;transform:scale(1.03)}.footer{background:var(--bg-dark);color:#ffffffa6;padding-top:4.5rem}.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:3rem;display:grid}.footer-grid h3{color:#fff;margin-bottom:.75rem;font-size:1.4rem}.footer-grid h4{color:var(--sand-soft);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600}.footer-grid p,.footer-grid a{color:#fff9;font-size:.9rem;line-height:1.9;transition:color .2s;display:block}.footer-grid a:hover{color:var(--sand-soft)}.footer-bottom{color:#ffffff59;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;margin-top:2.5rem;padding:1.2rem 0 2.2rem;font-size:.82rem;display:flex}@media (width<=1024px){.hero-grid,.about-grid{grid-template-columns:1fr}.about-grid{gap:2.5rem}.about-image-wrap:after{display:none}.cta-inner{grid-template-columns:1fr;gap:2rem}.cta-card{order:1}.promo-side{order:2;justify-self:start;width:min(520px,100%)}.rooms-layout{grid-template-columns:1fr}.room-showcase-image{height:320px}.experiences-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-nav{gap:1.4rem}}@media (width<=768px){.header{background:0 0;padding:.7rem 0}.header.is-scrolled{background:#f5f2ecf7}.header-inner{flex-wrap:wrap;position:relative}.logo{display:none}.logo-img{height:68px}.header.is-scrolled .logo-img{height:56px}.nav-toggle{margin-left:auto;display:flex}.header-cta{display:none}.main-nav{background:var(--white);width:100%;box-shadow:none;border-top:1px solid var(--line);border-radius:0;flex-direction:column;align-items:stretch;gap:0;margin-top:.5rem;margin-left:0;padding:.5rem 0 1.2rem;display:none}.main-nav.nav-open{display:flex}.main-nav a{border-bottom:1px solid var(--line);color:var(--text);padding:.8rem 0;font-size:.82rem}.main-nav a:after{display:none}.hero-section{min-height:100svh;padding:0}.hero-grid{grid-template-columns:1fr;width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.hero-copy{z-index:1;text-align:center;flex-direction:column;grid-area:1/1;place-self:center;align-items:center;gap:1.4rem;max-width:100%;padding:2rem 1.5rem 2.5rem;display:flex;position:relative;transform:none}.hero-copy h1{color:#fff;text-shadow:0 10px 28px #00000059;max-width:14ch;margin-inline:auto;font-size:clamp(2.8rem,10vw,3.8rem)}.hero-copy h1 em{color:var(--sand-soft)}.hero-eyebrow{color:#ffffffe6}.hero-copy>p{color:#ffffffe0;margin-inline:auto;text-shadow:0 6px 18px #00000047;max-width:100%;margin-top:0}.hero-mobile-logo{filter:drop-shadow(0 8px 18px #0000005c);width:min(38vw,136px);height:auto;display:block}.hero-image-wrap{clip-path:none;grid-area:1/1;width:100%;height:100%;position:absolute;inset:0}.hero-image-wrap:after{content:"";background:linear-gradient(#0a0a0a4d 0%,#0a0a0a8f 45%,#0a0a0abd 100%);position:absolute;inset:0}.hero-image{object-fit:cover;height:100svh;min-height:100svh}.hero-actions{justify-content:center;margin-top:0}.hero-actions .btn-outline{color:#fff;background:0 0;border-color:#ffffffbf}.hero-actions .btn-outline:hover{color:#fff;background:#ffffff1f;border-color:#fff}.hero-search,.hero-search-status{display:none}.hero-mobile-availability{width:100%;display:block}.hero-mobile-availability .btn{width:100%;max-width:320px}.hero-stats{justify-content:center;gap:1.2rem;margin-top:1.4rem;padding-top:1.4rem}.hero-stat{text-align:center}.hero-stat strong{justify-content:center;font-size:1rem}.hero-stats{border-top:1px solid #ffffff5c}.hero-stat strong{color:#fffffff5;text-shadow:0 3px 10px #00000059}.hero-stat strong .stat-icon{filter:grayscale()brightness(0)invert();opacity:.9}.hero-stat span{color:#ffffffc7;text-shadow:0 2px 8px #0000004d}.about-grid{grid-template-columns:1fr}.about-image-wrap{display:none}.about-card{padding-top:0}.promo-links{flex-direction:column;align-items:flex-start}.promo-side{width:100%}.rooms-layout{grid-template-columns:1fr}.room-showcase-image{height:250px}.rooms-info-bar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.rooms-info-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.rooms-info-item:nth-child(2n){border-right:none}.rooms-info-item:nth-last-child(-n+2){border-bottom:none}.booking-summary{flex-direction:column;align-items:flex-start}.booking-widget{padding:1.4rem}.booking-date-fields,.experiences-grid,.testimonials-grid{grid-template-columns:1fr}.instagram-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.section{padding:4rem 0}.section-head{margin-bottom:2rem}.section-head h2,.about-card h2,.cta-card h2{font-size:clamp(1.7rem,7vw,2.4rem)}.container{width:min(100%,100% - 2.2rem)}}
