@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--sea:#143d46;--deep:#092b33;--mint:#dcece7;--sand:#f6f1e8;--cream:#fcfaf6;--coral:#dd805f;--ink:#203235;--muted:#5b6b6b;--line:#d8dfdb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em}h1{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.08;font-size:clamp(3.2rem,5.4vw,6.4rem)}h1 em,h2 em{font-family:'Playfair Display',Georgia,serif;font-weight:500;color:#a9d7ca}h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;font-size:clamp(2.15rem,3.5vw,4rem);line-height:1.16}h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;font-size:1.45rem;line-height:1.2}.site-header{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:2}.brand,.footer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;line-height:1}.brand strong,.footer-brand strong{font-size:18px;letter-spacing:.23em;color:var(--sea);display:block}.brand small,.footer-brand small{font-size:9px;letter-spacing:.25em;color:var(--sea);display:block;margin-top:6px}.brand-icon{font-family:Georgia,serif;color:var(--coral);font-size:40px;line-height:1}.site-header nav{display:flex;gap:35px;align-items:center}.site-header nav a{text-decoration:none;font-size:13px;font-weight:700;color:var(--sea)}.site-header nav a:hover,.footer-links a:hover,.text-link:hover{text-decoration:underline}.site-header .nav-cta{border:1px solid var(--sea);padding:10px 17px;border-radius:3px}.hero{display:grid;grid-template-columns:52% 48%;min-height:650px;background:var(--sea);color:#fff}.hero-copy{padding:clamp(55px,6.5vw,110px) 5vw 60px max(5vw,24px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero h1{margin:25px 0 25px}.hero p{max-width:550px;font-size:19px;color:#e4eeea;line-height:1.62}.hero-visual{min-height:550px;background:linear-gradient(90deg,rgba(6,38,44,.12),rgba(6,38,44,0)),url('https://static.wixstatic.com/media/c22c98_e67974ab50204695a7a95076f1ce535b~mv2.jpg') center/cover;position:relative}.hero-stamp{position:absolute;right:38px;bottom:35px;width:154px;height:154px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--sea);background:var(--sand);font-size:11px;letter-spacing:.12em;line-height:1.6;transform:rotate(8deg)}.hero-stamp strong{font-size:14px;letter-spacing:.08em}.eyebrow,.section-kicker{display:block;font-weight:700;font-size:11px;letter-spacing:.2em}.eyebrow{color:#c8e2d8}.eyebrow-line{display:inline-block;width:30px;border-top:2px solid var(--coral);vertical-align:middle;margin-right:9px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;text-decoration:none;border:0;border-radius:3px;padding:16px 23px;font-size:14px;font-weight:700;white-space:nowrap;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.button-light{background:#fff;color:var(--sea)}.button-dark{background:var(--sea);color:#fff}.button-outline{border:1px solid #fff;color:#fff;background:transparent}.hero-foot{font-size:12px!important;letter-spacing:.04em;margin:28px 0 0}.search-wrap{max-width:1280px;margin:-1px auto 0;padding:70px 5vw 85px;background:var(--sand)}.search-intro{display:grid;grid-template-columns:1.2fr 1fr;column-gap:40px;align-items:end}.search-intro .section-kicker{grid-column:1/-1}.search-intro h2{margin:10px 0 20px}.search-intro p{max-width:460px;color:var(--muted);margin-bottom:20px}.section-kicker{color:#a45f43}.search-form{display:grid;grid-template-columns:1fr 1fr .7fr auto;gap:10px;align-items:end;background:#fff;padding:15px;box-shadow:0 14px 30px rgba(16,48,49,.08)}.search-form label{display:flex;flex-direction:column;gap:6px;padding:0 10px;color:var(--muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.search-form input,.search-form select{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:8px 0;color:var(--ink);background:#fff;font-size:15px;letter-spacing:0;text-transform:none;min-width:0}.search-form input:focus,.search-form select:focus{outline:2px solid #88c5b4;outline-offset:3px}.search-form button{height:48px}.search-note{font-size:13px;color:var(--muted);margin:15px 0 0}.intro-section,.featured-section,.all-section{max-width:1280px;margin:auto;padding:100px 5vw}.intro-section{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.intro-section h2{margin:14px 0 0}.intro-section p{font-size:18px;line-height:1.8;color:var(--muted)}.text-link{display:inline-flex;gap:10px;color:var(--sea);font-size:14px;font-weight:700;text-decoration:none;border-bottom:1px solid var(--sea);padding-bottom:6px}.featured-section{padding-top:55px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:32px}.section-heading h2{margin:12px 0 0}.section-heading p{max-width:400px;margin:0 0 8px;color:var(--muted)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:#fff;box-shadow:0 4px 24px rgba(16,48,49,.06);display:flex;flex-direction:column}.feature-card img{height:240px;width:100%;object-fit:cover;display:block}.feature-body{padding:23px 24px 26px;display:flex;flex-direction:column;flex:1}.feature-category{color:#a45f43;font-size:10px;letter-spacing:.18em;font-weight:700;text-transform:uppercase}.feature-body h3{margin:11px 0 10px}.feature-body p{font-size:14px;color:var(--muted);line-height:1.65;flex:1;margin-bottom:20px}.feature-meta{font-size:12px;font-weight:700;color:var(--sea);padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.feature-meta a{text-decoration:none;border-bottom:1px solid var(--sea);white-space:nowrap}.feature-meta a:hover{text-decoration:underline}.offer-strip{background:var(--sea);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:50px max(5vw,24px)}.offer-strip>div{max-width:800px}.offer-strip .section-kicker{color:#b6dacd}.offer-strip h2{font-size:2.6rem;margin:10px 0}.offer-strip p{color:#d3e4dd;margin:0}.all-section{padding-top:100px}.inventory-note{background:#f1e7d9;border-left:4px solid var(--coral);padding:18px 22px;color:#4c5d5d;font-size:14px;line-height:1.6;margin-bottom:25px}.inventory-note strong{color:var(--sea)}.list-tools{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:28px 0 14px}.search-list-label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);width:min(420px,100%)}.search-list-label input{width:100%;border:1px solid var(--line);background:#fff;padding:13px 15px;font-size:15px;letter-spacing:0;text-transform:none}.list-tools span{font-size:13px;color:var(--muted)}.stay-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stay-item{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fff;border:1px solid #e5e9e6;padding:14px 17px;min-height:62px}.stay-item strong{font-size:14px;font-weight:600;line-height:1.35}.stay-item span{font-size:12px;color:var(--coral);white-space:nowrap}.stay-item.featured{border-color:#9ec5b9;background:#f2f8f4}.stay-item[hidden]{display:none}.list-end{margin:25px 0 0;color:var(--muted);font-size:14px}.list-end a{color:var(--sea);font-weight:700}.closing-section{background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:75px max(5vw,24px)}.closing-section h2{margin:12px 0 0}.closing-section .section-kicker{color:#b6dacd}footer{padding:55px max(5vw,24px) 35px;background:#fff;color:var(--sea)}footer p{color:var(--muted)}.footer-links{display:flex;gap:22px;flex-wrap:wrap;margin:25px 0}.footer-links a{text-decoration:none;font-size:13px;font-weight:700}footer>small{font-size:12px;color:var(--muted)}@media(max-width:900px){.site-header nav{gap:14px}.site-header nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 6vw}.hero-visual{min-height:370px}.search-intro,.intro-section{grid-template-columns:1fr}.search-form{grid-template-columns:repeat(2,1fr)}.search-form button{grid-column:1/-1}.featured-grid,.stay-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.site-header{height:72px;padding:0 18px}.brand strong{font-size:14px}.brand small{font-size:8px}.brand-icon{font-size:32px}.site-header .nav-cta{font-size:12px;padding:8px}.hero-copy{padding:55px 22px}.hero h1{font-size:3.25rem}.hero p{font-size:16px}.hero-visual{min-height:290px}.hero-stamp{width:115px;height:115px;right:15px;bottom:15px;font-size:9px}.hero-stamp strong{font-size:11px}.search-wrap,.intro-section,.featured-section,.all-section{padding:65px 22px}.search-form{grid-template-columns:1fr}.search-form button{grid-column:auto}.section-heading{display:block}.section-heading p{margin-top:18px}.featured-grid,.stay-list{grid-template-columns:1fr}.feature-card img{height:230px}.offer-strip,.closing-section{display:block;padding:50px 22px}.offer-strip .button,.closing-section .button{margin-top:25px}.list-tools{align-items:stretch;flex-direction:column}footer{padding:45px 22px}}
.stay-item{text-decoration:none}.stay-item:hover{border-color:var(--sea);background:#f4f9f6}
.hero-offer{display:flex;align-items:center;gap:18px;max-width:540px;padding:15px 18px;margin:2px 0 23px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.1)}.hero-offer-value{white-space:nowrap;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:2.7rem;font-weight:600;letter-spacing:-.06em;line-height:1}.hero-offer-value small{font-family:'DM Sans',Arial,sans-serif;font-size:.82rem;letter-spacing:.1em}.hero-offer-copy{display:flex;flex-direction:column;gap:2px;border-left:1px solid rgba(255,255,255,.35);padding-left:17px;line-height:1.4}.hero-offer-copy strong{font-size:14px;color:#fff}.hero-offer-copy small{font-size:12px;color:#dbeae4}.hero-copy>.button{white-space:normal;text-align:center}
@media(min-width:901px){.hero{grid-template-columns:55% 45%}.hero-copy{padding:48px 4vw 44px max(5vw,24px)}.hero h1{font-size:clamp(3.2rem,5vw,5.7rem);margin:20px 0}.hero-copy>p:not(.hero-foot){font-size:18px;line-height:1.5}.hero-foot{margin-top:20px!important}}
@media(max-width:600px){.hero-offer{gap:13px;padding:13px}.hero-offer-value{font-size:2.3rem}.hero-offer-copy{padding-left:13px}.hero-offer-copy strong{font-size:13px}.hero-offer-copy small{font-size:11px}}
[hidden]{display:none!important}
.offer-strip{padding-top:42px;padding-bottom:42px}.offer-strip h2{font-size:clamp(2rem,3vw,3rem)}.offer-strip p{max-width:720px}.offer-strip .button{flex-shrink:0}
.all-section{padding-top:78px}.all-section .section-heading{margin-bottom:30px}.filter-panel{background:var(--sand);padding:25px;margin-bottom:22px}.filter-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px;color:var(--sea)}.filter-heading strong{font-family:'Playfair Display',Georgia,serif;font-weight:600;font-size:1.5rem}.filter-heading button{border:0;background:none;color:var(--sea);text-decoration:underline;font-size:13px;font-weight:700}.area-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.area-chip{border:1px solid #bfcfc9;border-radius:30px;background:#fff;color:var(--sea);padding:9px 14px;font-size:13px;font-weight:700}.area-chip[aria-pressed="true"]{background:var(--sea);border-color:var(--sea);color:#fff}.area-chip:focus-visible,.filter-heading button:focus-visible,.more-wrap button:focus-visible{outline:3px solid var(--coral);outline-offset:2px}.filter-fields{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:12px}.filter-fields label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}.filter-fields input,.filter-fields select{width:100%;min-width:0;padding:12px;background:#fff;border:1px solid var(--line);color:var(--ink);font-size:15px;letter-spacing:0;text-transform:none}.results-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin:0 0 18px}.results-heading span{color:var(--sea);font-weight:700}.results-heading p{margin:0;max-width:550px;color:var(--muted);font-size:13px;text-align:right}.stay-list{gap:20px}.stay-card{display:flex;flex-direction:column;background:#fff;text-decoration:none;border:1px solid #e5e9e6;box-shadow:0 4px 24px rgba(16,48,49,.05);transition:transform .15s,border-color .15s}.stay-card:hover{transform:translateY(-3px);border-color:#91bdb0}.stay-card:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.stay-card img{display:block;width:100%;height:185px;object-fit:cover;background:#dfe7e2}.stay-card-body{padding:17px 19px 19px;display:flex;flex-direction:column;flex:1}.stay-card-area{font-size:11px;color:#9b5c42;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.stay-card h3{font-size:1.27rem;margin:8px 0 12px}.stay-card-details{color:var(--muted);font-size:13px;margin:0 0 15px}.stay-card-action{display:block;border-top:1px solid var(--line);padding-top:13px;color:var(--sea);font-size:13px;font-weight:700;margin-top:auto}.more-wrap{text-align:center;margin-top:30px}.empty-results{background:var(--sand);padding:26px;color:var(--muted)}.inventory-note{font-size:12px;background:none;border:0;padding:0;margin:28px 0 0;color:var(--muted)}.list-end{margin-top:20px}
@media(max-width:900px){.filter-fields{grid-template-columns:repeat(2,1fr)}.filter-fields label:last-child{grid-column:1/-1}}
@media(max-width:600px){.filter-panel{padding:20px 16px}.filter-fields{grid-template-columns:1fr}.filter-fields label:last-child{grid-column:auto}.area-options{flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;scroll-snap-type:x proximity}.area-chip{white-space:nowrap;scroll-snap-align:start}.results-heading{display:block}.results-heading p{margin-top:5px;text-align:left}.stay-card img{height:220px}.offer-strip .button{margin-top:22px}}

/* Flowers website palette and supplied brand assets */
:root{--sea:#1e5c91;--deep:#17202a;--mint:#eaf4fb;--sand:#f5f7f9;--cream:#fff;--coral:#d1f66a;--ink:#242b32;--muted:#59636d;--line:#dce3e8}
body{font-family:Inter,'DM Sans',Arial,sans-serif}
.site-header{border-bottom:1px solid #e8edf0}
.brand,.footer-brand{gap:11px}
.brand img,.footer-brand img{width:54px;height:54px;object-fit:contain;flex:none}
.brand-label{font-size:15px;font-weight:500;line-height:1.2;color:#393f45;white-space:nowrap}
.brand-label small{display:block;margin-top:4px;font-size:9px;font-weight:400;letter-spacing:.04em;color:#68717b}
.site-header nav a{color:#27343f}
.site-header .nav-cta{border-color:#368bd9;background:#368bd9;color:#fff}
.site-header .nav-cta:hover,.button:hover{background:#277dc8;color:#fff}
.hero{background:#17202a}
.hero p{color:#edf1f4}
h1 em,h2 em{color:#d1f66a}
.eyebrow{color:#edf1f4}
.eyebrow-line{border-color:#d1f66a}
.hero-visual{height:650px;min-height:0;background:#f3f7f3 url('/assets/placencia-hero-pattern.svg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding:36px;position:relative}
@media(min-width:901px){.hero-visual{height:auto;min-height:650px;align-self:stretch}}
.site-footer{background:#f3f7f5;color:#172e42;padding:0 max(5vw,24px)}
.footer-main{max-width:1320px;margin:auto;display:grid;grid-template-columns:1fr minmax(320px,440px);gap:clamp(48px,8vw,150px);padding:70px 0 62px;align-items:start}
.footer-intro .footer-brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}
.footer-intro .brand-label{font-size:16px;letter-spacing:.02em;font-weight:700;line-height:1.25}
.footer-intro .brand-label small{font-size:9px;letter-spacing:.14em;margin-top:5px;font-weight:600}
.footer-intro p{font-size:17px;max-width:390px;line-height:1.6;margin:22px 0 0;color:#50606b}
.footer-kicker{display:block;color:#24659a;font-size:11px;font-weight:800;letter-spacing:.2em;margin-bottom:13px}
.footer-help h2{font-size:clamp(1.65rem,2.2vw,2.3rem);letter-spacing:-.025em;margin:0 0 12px;color:#172e42}
.footer-help p{font-size:15px;line-height:1.65;color:#50606b;margin:0 0 20px;max-width:420px}
.footer-contact{display:inline-flex;align-items:center;gap:14px;color:#175787;font-size:14px;font-weight:700;text-decoration:none;border-bottom:1px solid #175787;padding-bottom:5px;transition:gap .2s ease,color .2s ease}
.footer-contact:hover,.footer-contact:focus-visible{gap:20px;color:#0e3e64}
.footer-bottom{max-width:1320px;margin:auto;border-top:1px solid #d6e1df;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0 105px}
.footer-bottom small{max-width:700px;color:#5b6971;font-size:12px;line-height:1.5}
.footer-bottom small a{color:#175787;text-underline-offset:3px}
.site-footer .footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px;margin:0}
.site-footer .footer-links a{font-size:12px;text-decoration:none;white-space:nowrap;color:#175787}
.site-footer .footer-links a:hover,.site-footer .footer-links a:focus-visible{text-decoration:underline}
@media(max-width:700px){.site-footer{padding:0 22px}.footer-main{grid-template-columns:1fr;gap:42px;padding:54px 0 48px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:18px}.site-footer .footer-links{justify-content:flex-start}}
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:20;display:inline-flex;align-items:center;gap:10px;padding:12px 17px 12px 13px;border-radius:999px;background:#157247;color:#fff;text-decoration:none;font-size:13px;font-weight:700;box-shadow:0 8px 24px rgba(14,55,42,.22);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.whatsapp-float:hover,.whatsapp-float:focus-visible{background:#0f6040;transform:translateY(-3px);box-shadow:0 12px 28px rgba(14,55,42,.3)}
.whatsapp-float svg{flex:none}
@media(max-width:600px){.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px;justify-content:center;padding:0}.whatsapp-float span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}
@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}}
.hero-photo{position:relative;z-index:1;margin:0;width:min(75%,470px)}
.hero-photo img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center bottom;border:9px solid #fff;box-shadow:0 24px 65px rgba(18,32,42,.16)}
.hero-photo figcaption{color:#41515d;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;text-align:right;margin-top:16px}
.hero-slides{position:relative;width:100%;aspect-ratio:1/1;border:9px solid #fff;box-shadow:0 24px 65px rgba(18,32,42,.16);overflow:hidden;background:#fff}
.hero-photo .hero-slide{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border:0;box-shadow:none;opacity:0;transition:opacity .9s ease;pointer-events:none}
.hero-slide.is-active{opacity:1;z-index:1}
.hero-slide[data-position="bottom"]{object-position:center bottom}
.hero-slide[data-position="spread"]{object-position:center 37%}
.hero-slide-controls{display:flex;justify-content:flex-end;gap:9px;margin-top:13px}
.hero-slide-dot{width:24px;height:24px;border:0;background:transparent;padding:7px;display:grid;place-items:center}
.hero-slide-dot:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:#a8b4b5;transition:background .2s,transform .2s}
.hero-slide-dot.is-active:before{background:#387dcb;transform:scale(1.25)}
.hero-slide-dot:focus-visible{outline:2px solid #387dcb;outline-offset:2px}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}
.hero-offer{border-color:#d1f66a;background:rgba(209,246,106,.08)}
.hero-offer-value{color:#d1f66a}
.hero-offer-copy small{color:#e8edf1}
.button-light,.button-dark{background:#368bd9;color:#fff}
.button-light:hover,.button-dark:hover{background:#277dc8}
.section-kicker,.feature-category,.stay-card-area{color:#1e5c91}
.search-wrap{background:#f5f7f9}
.search-form{box-shadow:0 14px 30px rgba(24,42,61,.08)}
.search-form input:focus,.search-form select:focus{outline-color:#368bd9}
.intro-section{grid-template-columns:1fr 1fr;gap:7vw;align-items:start}
.intro-story img{width:100%;height:300px;object-fit:cover;object-position:center 70%;display:block;margin-top:22px}
.intro-photo-caption{display:block;margin-top:10px;color:#59636d;font-size:12px;letter-spacing:.04em}
.intro-section p{margin-bottom:0}
.feature-card,.stay-card{box-shadow:0 4px 24px rgba(24,42,61,.06)}
.feature-meta a,.stay-card-action,.list-end a{color:#1e5c91}
.filter-panel{background:#f5f7f9}
.area-chip[aria-pressed="true"]{background:#368bd9;border-color:#368bd9}
.area-chip:focus-visible,.filter-heading button:focus-visible,.more-wrap button:focus-visible,.stay-card:focus-visible{outline-color:#368bd9}
.stay-card:hover{border-color:#368bd9}
.closing-section{background:#17202a}
.closing-section .section-kicker{color:#d1f66a}
@media(max-width:900px){.hero-visual{height:500px}.hero-photo{width:min(65%,330px)}.intro-section{grid-template-columns:1fr}.intro-story img{height:320px}}
@media(max-width:600px){.brand img{width:42px;height:42px}.brand-label{font-size:11px}.brand-label small{font-size:7px}.site-header{gap:8px}.site-header .nav-cta{font-size:11px;padding:8px 10px}.eyebrow{font-size:10px;letter-spacing:.1em}.eyebrow-line{width:18px;margin-right:5px}.hero h1{font-size:2.8rem}.hero-visual{height:410px;padding:22px}.hero-photo{width:min(72%,275px)}.hero-slides{border-width:7px}.intro-story img{height:240px}}
.button>span[aria-hidden="true"],.site-header .nav-cta>span[aria-hidden="true"]{position:relative;display:inline-block;flex:0 0 18px;width:18px;height:18px;font-size:0;line-height:1}
.button>span[aria-hidden="true"]:before,.site-header .nav-cta>span[aria-hidden="true"]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M3.5 9h17'/%3E%3Cg fill='%23dce9f2' stroke='none'%3E%3Ccircle cx='8' cy='11' r='.8'/%3E%3Ccircle cx='12' cy='11' r='.8'/%3E%3Ccircle cx='16' cy='11' r='.8'/%3E%3Ccircle cx='8' cy='13' r='.8'/%3E%3Ccircle cx='12' cy='13' r='.8'/%3E%3Ccircle cx='16' cy='13' r='.8'/%3E%3Ccircle cx='8' cy='15' r='.8'/%3E%3Ccircle cx='12' cy='15' r='.8'/%3E%3Ccircle cx='16' cy='15' r='.8'/%3E%3Ccircle cx='8' cy='17' r='.8'/%3E%3Ccircle cx='12' cy='17' r='.8'/%3E%3Ccircle cx='16' cy='17' r='.8'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;transition:opacity .2s ease,transform .2s ease}
.button>span[aria-hidden="true"]:after,.site-header .nav-cta>span[aria-hidden="true"]:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M3.5 9h17'/%3E%3Cg fill='%23dce9f2' stroke='none'%3E%3Ccircle cx='8' cy='11' r='.8'/%3E%3Ccircle cx='12' cy='11' r='.8'/%3E%3Ccircle cx='16' cy='11' r='.8'/%3E%3Ccircle cx='8' cy='13' r='.8'/%3E%3Ccircle cx='12' cy='13' r='.8'/%3E%3Ccircle cx='16' cy='13' r='.8'/%3E%3Ccircle cx='8' cy='15' r='.8'/%3E%3Ccircle cx='12' cy='15' r='.8'/%3E%3Ccircle cx='16' cy='15' r='.8'/%3E%3Ccircle cx='8' cy='17' r='.8'/%3E%3Ccircle cx='12' cy='17' r='.8' fill='%23d1f66a'/%3E%3Ccircle cx='16' cy='17' r='.8'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:0;transform:scale(.88);transition:opacity .2s ease,transform .2s ease}
.button:hover>span[aria-hidden="true"]:before,.button:focus-visible>span[aria-hidden="true"]:before,.site-header .nav-cta:hover>span[aria-hidden="true"]:before,.site-header .nav-cta:focus-visible>span[aria-hidden="true"]:before{opacity:0;transform:scale(.88)}
.button:hover>span[aria-hidden="true"]:after,.button:focus-visible>span[aria-hidden="true"]:after,.site-header .nav-cta:hover>span[aria-hidden="true"]:after,.site-header .nav-cta:focus-visible>span[aria-hidden="true"]:after{opacity:1;transform:scale(1)}
.feature-card,.stay-card{overflow:hidden;transition:transform .24s cubic-bezier(.2,.75,.25,1),box-shadow .24s ease,border-color .24s ease}
.feature-card:hover,.feature-card:focus-within,.stay-card:hover,.stay-card:focus-visible{transform:translateY(-5px);box-shadow:0 16px 34px rgba(24,42,61,.14);border-color:#91bdb0}
.feature-card img,.stay-card img{transition:transform .38s cubic-bezier(.2,.75,.25,1)}
.feature-card:hover img,.feature-card:focus-within img,.stay-card:hover img,.stay-card:focus-visible img{transform:scale(1.035)}
@media(prefers-reduced-motion:reduce){.button>span[aria-hidden="true"]:before,.button>span[aria-hidden="true"]:after,.site-header .nav-cta>span[aria-hidden="true"]:before,.site-header .nav-cta>span[aria-hidden="true"]:after,.feature-card,.stay-card,.feature-card img,.stay-card img{transition:none}.feature-card:hover,.feature-card:focus-within,.stay-card:hover,.stay-card:focus-visible,.feature-card:hover img,.feature-card:focus-within img,.stay-card:hover img,.stay-card:focus-visible img{transform:none}}
.site-header .nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;flex-shrink:0;line-height:1.2}
.feature-photo-link{display:block;overflow:hidden}
@media(max-width:600px){.site-header .nav-cta{gap:6px}}
.feature-meta a{position:relative;border-bottom:0;text-decoration:none}
.feature-meta a:hover{text-decoration:none}
.feature-meta a:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .34s cubic-bezier(.2,.7,.25,1)}
.feature-meta a:hover:after,.feature-meta a:focus-visible:after{transform:scaleX(1)}
@media(prefers-reduced-motion:reduce){.feature-meta a:after{transition:none}}
.stay-card-action-label{position:relative;display:inline-block}
.stay-card-action-label:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .34s cubic-bezier(.2,.7,.25,1)}
.stay-card:hover .stay-card-action-label:after,.stay-card:focus-visible .stay-card-action-label:after{transform:scaleX(1)}
@media(prefers-reduced-motion:reduce){.stay-card-action-label:after{transition:none}}
.button>span[aria-hidden="true"]{flex-basis:28px;width:28px;height:28px}
.site-header .nav-cta>span[aria-hidden="true"]{flex-basis:24px;width:24px;height:24px}
.button>span[aria-hidden="true"]:before,.site-header .nav-cta>span[aria-hidden="true"]:before{background-image:url('/assets/calendar-months.svg')}
.button>span[aria-hidden="true"]:after,.site-header .nav-cta>span[aria-hidden="true"]:after{background-image:url('/assets/calendar-dining.svg')}
@media(max-width:600px){.hero .button{max-width:100%;white-space:normal;gap:12px;justify-content:space-between}}

/* Softer, consistent corners across the booking journey. */
.site-header .nav-cta,.button,.search-form button,.more-wrap button{border-radius:12px}
.hero-offer{border-radius:16px}
.hero-visual{overflow:hidden}
.hero-slides{border-radius:18px}
.search-wrap{border-radius:0 0 28px 28px}
.search-form{border-radius:20px}
.intro-story img{border-radius:18px}
.feature-card,.stay-card{border-radius:18px}
.filter-panel{border-radius:22px}
.filter-fields input,.filter-fields select,.search-list-label input{border-radius:10px}
.empty-results{border-radius:16px}
@media(max-width:900px){.search-wrap{border-radius:0 0 24px 24px}}
@media(max-width:600px){.hero-slides{border-radius:14px}.search-wrap{border-radius:0 0 18px 18px}.search-form,.filter-panel{border-radius:16px}.feature-card,.stay-card{border-radius:15px}}
