@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap&subset=latin-ext";:root{color-scheme:light;--ink: #3a3129;--muted: #776f67;--sea: #f59a1a;--sea-dark: #5a4030;--sand: #f7ead5;--shell: #fff9ef;--terracotta: #f28c00;--line: rgba(58, 49, 41, .12);--shadow: 0 24px 72px rgba(242, 140, 0, .16);font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}.will-reveal{opacity:0;filter:blur(5px);transform:translate3d(0,1.1rem,0);transition:opacity .72s ease,filter .72s ease,transform .72s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--reveal-index, 0) * 45ms);will-change:opacity,filter,transform}.will-reveal.is-visible{opacity:1;filter:blur(0);transform:translateZ(0)}body{margin:0;background:radial-gradient(circle at top left,rgba(242,140,0,.13),transparent 34rem),linear-gradient(180deg,var(--shell) 0%,#ffffff 46%,#fff9f1 100%);color:var(--ink)}body,button,input,textarea{font:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.75}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:.45rem clamp(1rem,4vw,4rem);background:#2e2219f5;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px #201c181f;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center}.brand img{width:clamp(5rem,6.4vw,5.8rem);height:auto}.menu-toggle{display:none;width:2.85rem;height:2.85rem;place-items:center;padding:0;cursor:pointer;background:#fff9ef1a;border:1px solid rgba(255,249,239,.18);border-radius:999px}.menu-toggle span{display:block;grid-area:1 / 1;width:1.15rem;height:2px;background:#fff9ef;border-radius:999px;transition:transform .22s ease,opacity .22s ease}.menu-toggle span:nth-child(1){transform:translateY(-.38rem)}.menu-toggle span:nth-child(3){transform:translateY(.38rem)}.site-header.nav-open .menu-toggle span:nth-child(1){transform:rotate(45deg)}.site-header.nav-open .menu-toggle span:nth-child(2){opacity:0}.site-header.nav-open .menu-toggle span:nth-child(3){transform:rotate(-45deg)}.main-nav,.language-switcher{display:flex;gap:.8rem;align-items:center}.main-nav{justify-content:flex-end;justify-self:end;font-size:.95rem;font-weight:700}.main-nav a,.language-switcher a{color:#fff9efdb;transition:color .2s ease,background .2s ease}.main-nav a{padding:.42rem .2rem;border-radius:999px}.main-nav a:hover,.language-switcher a:hover,.language-switcher .active{color:#fff}.main-nav a:hover{background:#fff9ef14}.language-switcher{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.language-switcher a{padding:.35rem .45rem;border-radius:999px}.language-switcher .active{background:#f28c0047}.hero{display:grid;grid-template-columns:minmax(0,.93fr) minmax(18rem,1.07fr);gap:clamp(2rem,5vw,5rem);align-items:center;min-height:calc(100vh - 5rem);padding:clamp(3rem,8vw,7rem) clamp(1rem,5vw,5rem)}.hero-copy{max-width:45rem}.eyebrow{margin:0 0 .8rem;color:var(--terracotta);font-size:.78rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--ink);line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,6vw,5.7rem);font-weight:800}h2{font-size:clamp(2rem,3.8vw,3.6rem);font-weight:800}h3{font-size:clamp(1.12rem,1.7vw,1.42rem);font-weight:700}.hero-lead{max-width:40rem;margin:1.4rem 0 0;font-size:clamp(1.02rem,1.55vw,1.2rem)}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;min-height:3.2rem;align-items:center;justify-content:center;padding:.9rem 1.25rem;font-weight:800;border:1px solid transparent;border-radius:999px}.button.primary{color:#fff;background:var(--terracotta);box-shadow:0 16px 34px #f28c0038}.button.secondary{color:var(--sea-dark);background:#ffffffb8;border-color:var(--line)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:2.2rem 0 0}.hero-stats div{display:grid;gap:.7rem;padding:1rem;background:#ffffff9e;border:1px solid var(--line);border-radius:1.2rem}.hero-stats dt{font-weight:900}.hero-stats dd{margin:0;color:var(--muted);font-size:.88rem}.icon-badge{display:inline-grid;width:2.55rem;height:2.55rem;place-items:center;color:var(--terracotta);background:#f28c001f;border:1px solid rgba(242,140,0,.2);border-radius:.95rem}.icon-badge.small{width:2.15rem;height:2.15rem;border-radius:.8rem}.icon-badge:before{width:1.25rem;height:1.25rem;content:"";background:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.icon-badge.small:before{width:1rem;height:1rem}.icon-badge[data-icon=home]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5 12 4l9 7.5v8a1 1 0 0 1-1 1h-5.5v-6h-5v6H4a1 1 0 0 1-1-1v-8Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=waves]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16c2 0 2-1.2 4-1.2S9 16 11 16s2-1.2 4-1.2S17 16 19 16s2-1.2 4-1.2v2.4c-2 0-2 1.2-4 1.2s-2-1.2-4-1.2-2 1.2-4 1.2-2-1.2-4-1.2-2 1.2-4 1.2V16Zm0-6c2 0 2-1.2 4-1.2S9 10 11 10s2-1.2 4-1.2S17 10 19 10s2-1.2 4-1.2v2.4c-2 0-2 1.2-4 1.2s-2-1.2-4-1.2-2 1.2-4 1.2-2-1.2-4-1.2-2 1.2-4 1.2V10Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=snowflake]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2h2v5.1l3.6-3.6L18 4.9l-4.2 4.2H20v2h-5.1l3.6 3.6-1.4 1.4-4.1-4.1V22h-2v-9.9l-4.1 4.1-1.4-1.4L9.1 11H4V9h6.2L6 4.9l1.4-1.4L11 7.1V2Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=map-pin]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=heart]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s-8-4.9-8-11.4A4.6 4.6 0 0 1 12 6a4.6 4.6 0 0 1 8 3.6C20 16.1 12 21 12 21Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=spark]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 1.8 6.2L20 10l-6.2 1.8L12 18l-1.8-6.2L4 10l6.2-1.8L12 2Zm7 12 .9 3.1L23 18l-3.1.9L19 22l-.9-3.1L15 18l3.1-.9L19 14Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=sun]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1h2v4h-2V1Zm0 18h2v4h-2v-4ZM1 11h4v2H1v-2Zm18 0h4v2h-4v-2ZM4.2 2.8 7 5.6 5.6 7 2.8 4.2l1.4-1.4Zm14.2 14.2 2.8 2.8-1.4 1.4L17 18.4l1.4-1.4ZM19.8 2.8l1.4 1.4L18.4 7 17 5.6l2.8-2.8ZM5.6 17 7 18.4l-2.8 2.8-1.4-1.4L5.6 17ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=family]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7ZM1.5 21c.4-4.1 3-7 6.5-7s6.1 2.9 6.5 7h-13Zm12.5 0a8.3 8.3 0 0 0-2-5.1 5.8 5.8 0 0 1 4.5-1.9c3.1 0 5.3 2.5 5.7 7H14Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=car]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11 7 5h10l2 6 2 1v6h-2v2h-3v-2H8v2H5v-2H3v-6l2-1Zm2.5-1h9L15.5 7h-7l-1 3ZM7 15.5A1.5 1.5 0 1 0 7 12a1.5 1.5 0 0 0 0 3.5Zm10 0A1.5 1.5 0 1 0 17 12a1.5 1.5 0 0 0 0 3.5Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=boat]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2h2v3h4l3 8H4l3-8h4V2Zm-6 13h14l-2 4H7l-2-4Zm-2 5c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1 2-1 4-1v2c-2 0-2 1-4 1s-2-1-4-1-2 1-4 1-2-1-4-1-2 1-4 1v-2Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=bus]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3h12a3 3 0 0 1 3 3v10a3 3 0 0 1-2 2.8V21h-3v-2H8v2H5v-2.2A3 3 0 0 1 3 16V6a3 3 0 0 1 3-3Zm0 5h12V6H6v2Zm0 6h12v-4H6v4Zm1.5 3A1.5 1.5 0 1 0 7.5 14a1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=plane]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 16.5 13 13v6l2 1.5V22l-3-1-3 1v-1.5l2-1.5v-6l-8 3.5V14l8-5V3a1 1 0 0 1 2 0v6l8 5v2.5Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=shield]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 20 5v6c0 5.1-3.1 9-8 11-4.9-2-8-5.9-8-11V5l8-3Zm-1 13.6 6-6-1.4-1.4L11 12.8 8.4 10.2 7 11.6l4 4Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=info]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 10h2v8h-2v-8Zm0-4h2v2h-2V6Zm1-4a10 10 0 1 1 0 20 10 10 0 0 1 0-20Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=bank]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 3 7v2h18V7l-9-5ZM5 11v7H3v2h18v-2h-2v-7h-3v7h-2v-7h-4v7H8v-7H5Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=fuel]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h9a2 2 0 0 1 2 2v16H3V5a2 2 0 0 1 2-2Zm2 3v5h7V6H7Zm10-1 4 4v9a2 2 0 0 1-4 0v-4h-1v-2h3V9.8l-2.8-2.8L17 5Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=wrench]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 6.5a6.5 6.5 0 0 1-8.5 6.2L6.2 20a2.5 2.5 0 0 1-3.5-3.5l7.3-7.3A6.5 6.5 0 0 1 17.5 2l-4 4 4.5 4.5 4-4Z'/%3E%3C/svg%3E")}.icon-badge[data-icon=wifi]:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 19 2.5 2.5L12 24l-2.5-2.5L12 19ZM2 9.5C7.5 4.5 16.5 4.5 22 9.5l-2.2 2.2c-4.3-3.8-11.3-3.8-15.6 0L2 9.5Zm4.4 4.4c3.1-2.7 8.1-2.7 11.2 0l-2.2 2.2a5.1 5.1 0 0 0-6.8 0l-2.2-2.2Z'/%3E%3C/svg%3E")}.hero-card{position:relative;min-height:32rem;margin:0;overflow:hidden;background:var(--sand);border:1rem solid #fff;border-radius:2.4rem;box-shadow:var(--shadow)}.hero-card img{width:100%;height:100%;min-height:32rem;object-fit:cover}.hero-card figcaption{position:absolute;right:1.2rem;bottom:1.2rem;padding:1rem 1.1rem;background:#fffaf2eb;border-radius:1.2rem;box-shadow:0 12px 32px #00000024}.hero-card span{display:block;color:var(--terracotta);font-size:1.9rem;font-weight:900}.section{padding:clamp(3.5rem,8vw,7rem) clamp(1rem,5vw,5rem)}.intro-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:0}.intro-strip article,.arrival-grid article,.useful-grid article,.contact-details{padding:1.35rem;background:#ffffffbd;border:1px solid var(--line);border-radius:1.4rem}.intro-strip h2{margin-top:1.2rem;font-size:1.28rem}.intro-strip a,.useful-grid a{color:var(--sea-dark);font-weight:800;text-decoration:underline;text-decoration-color:#f28c0059;text-underline-offset:.18em}.section-heading{max-width:48rem;margin-bottom:clamp(1.8rem,4vw,3rem)}.section-heading.compact{max-width:40rem}.apartment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.apartment-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:1.8rem;box-shadow:0 18px 60px #201c1814;transition:transform .25s ease,box-shadow .25s ease}.apartment-card:hover{transform:translateY(-4px);box-shadow:0 24px 70px #f28c0024}.apartment-card-link{display:block;height:100%}.apartment-card img{width:100%;height:22rem;object-fit:cover}.apartment-card-content{padding:1.35rem}.card-title{display:flex;gap:1rem;align-items:start;justify-content:space-between}.card-title h3{max-width:22rem;font-size:clamp(1.05rem,1.35vw,1.24rem);line-height:1.18;letter-spacing:-.018em}.card-title span,.capacity{color:var(--terracotta);font-weight:900}.apartment-card ul,.useful-grid ul{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1rem 0 0;list-style:none}.apartment-card li{display:inline-flex;gap:.4rem;align-items:center;padding:.45rem .65rem;color:var(--sea-dark);font-size:.9rem;font-weight:800;background:#f28c001a;border-radius:999px}.apartment-card li:before{width:.8rem;height:.8rem;content:"";background:currentColor;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.2 16.6-4.1-4.1L3.7 14l5.5 5.5L21 7.7l-1.4-1.4L9.2 16.6Z'/%3E%3C/svg%3E") center / contain no-repeat}.text-link,.back-link{display:inline-flex;width:fit-content;margin-top:1.1rem;color:var(--sea-dark);font-weight:800}.text-link:after{content:"→";margin-left:.45rem}.gallery-section{background:linear-gradient(135deg,#4e3b2e,#7a5638)}.gallery-section h2,.gallery-section .eyebrow{color:#fff}.gallery-section p{color:#ffffffc2}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:.75rem}.gallery-item{min-height:15rem;margin:0;overflow:hidden;border-radius:1.4rem}.gallery-item button{display:block;width:100%;height:100%;padding:0;cursor:zoom-in;background:transparent;border:0}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;min-height:15rem;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.035)}.split-section{position:relative;display:grid;grid-template-columns:minmax(0,.72fr) minmax(13rem,.5fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);align-items:center;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(242,140,0,.12),transparent 22rem),linear-gradient(135deg,#fffaf2eb,#fffffff5)}.split-section:before{position:absolute;top:16%;left:46%;width:18rem;height:18rem;pointer-events:none;content:"";background:#f28c0017;border-radius:999px;filter:blur(18px)}.split-section>*{position:relative;z-index:1}.about-collage{position:relative;min-height:19rem}.about-collage img{position:absolute;width:72%;height:10.5rem;object-fit:cover;background:var(--sand);border:.55rem solid #fff;border-radius:1.35rem;box-shadow:0 22px 60px #3a312929}.about-collage img:nth-child(1){top:0;left:10%;transform:rotate(-4deg)}.about-collage img:nth-child(2){top:5rem;right:0;z-index:2;transform:rotate(4deg)}.about-collage img:nth-child(3){bottom:0;left:0;width:62%;z-index:3;transform:rotate(-2deg)}.copy-stack{display:grid;gap:1rem;max-width:48rem;padding:clamp(1.2rem,3vw,2rem);background:#ffffffc2;border:1px solid var(--line);border-radius:1.6rem;box-shadow:0 18px 55px #3a31290f;backdrop-filter:blur(12px)}.copy-stack p{margin:0;font-size:1.12rem}.beaches{display:grid;grid-template-columns:minmax(0,.9fr) minmax(20rem,1.1fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;background:linear-gradient(180deg,#fff,#f3f7f7)}.beaches-copy{display:grid;gap:1.4rem}.beaches-copy>p{max-width:42rem;margin:0;font-size:1.08rem}.beach-cards{display:grid;gap:.75rem}.beach-cards article{display:grid;gap:.65rem;padding:1rem;background:#fffc;border:1px solid var(--line);border-radius:1.2rem}.beach-cards h3{font-size:1.08rem}.beach-cards p{margin:0}.beach-mosaic{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:8rem;gap:.65rem}.beach-photo{grid-column:span 2;padding:0;margin:0;overflow:hidden;cursor:zoom-in;background:var(--sand);border:0;border-radius:1.25rem;box-shadow:0 18px 50px #201c181a}.beach-photo.large{grid-column:span 4;grid-row:span 2}.beach-photo.tall{grid-column:span 2;grid-row:span 2}.beach-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.beach-photo:hover img{transform:scale(1.035)}.image-lightbox{width:min(92vw,72rem);padding:0;overflow:visible;background:transparent;border:0}.image-lightbox::backdrop{background:#0e171dc7;backdrop-filter:blur(8px)}.image-lightbox img{width:100%;max-height:86vh;object-fit:contain;background:#101820;border-radius:1.2rem;box-shadow:0 30px 90px #00000061}.lightbox-close{position:absolute;top:-1rem;right:-1rem;display:grid;width:2.75rem;height:2.75rem;place-items:center;color:var(--ink);font-size:1.8rem;line-height:1;cursor:pointer;background:#fff;border:0;border-radius:50%;box-shadow:0 16px 40px #0000003d}.arrival-grid,.useful-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.useful-section{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(242,140,0,.12),transparent 24rem),radial-gradient(circle at 92% 28%,rgba(90,64,48,.08),transparent 22rem),linear-gradient(180deg,#fffaf3,#fff)}.useful-section:before{position:absolute;top:2rem;right:clamp(1rem,5vw,5rem);width:11rem;height:11rem;pointer-events:none;content:"";background:#f28c001a;border-radius:999px;filter:blur(12px)}.useful-section>*{position:relative;z-index:1}.arrival-grid article,.useful-grid article{display:grid;gap:.75rem;align-content:start}.useful-grid article{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffffe6,#fff8eddb),#fff;box-shadow:0 18px 55px #3a312912;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.useful-grid article:before{position:absolute;top:-3rem;right:-3rem;width:9rem;height:9rem;pointer-events:none;content:"";background:radial-gradient(circle,rgba(242,140,0,.16),transparent 68%);border-radius:999px}.useful-grid article:after{position:absolute;right:1rem;bottom:.8rem;width:4.4rem;height:4.4rem;pointer-events:none;content:"";background:currentColor;color:#f28c000e;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 14h-2v-2h2v2Zm0-4h-2V6h2v6Z'/%3E%3C/svg%3E") center / contain no-repeat}.useful-grid article:hover{transform:translateY(-3px);border-color:#f28c003d;box-shadow:0 24px 70px #f28c0021}.useful-grid article h3{max-width:18rem}.useful-grid article .icon-badge{box-shadow:0 10px 24px #f28c001f}.useful-grid li{position:relative;z-index:1;width:100%;padding-top:.5rem;color:var(--muted);line-height:1.55;border-top:1px solid rgba(58,49,41,.07)}.useful-grid li:first-child{padding-top:0;border-top:0}.contact-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:1rem;align-items:stretch}.contact-card{padding:clamp(1.5rem,4vw,3rem);color:#fff;background:linear-gradient(135deg,#7a5638,var(--terracotta));border-radius:2rem}.contact-card h2,.contact-card .eyebrow{color:#fff}.contact-card p{max-width:42rem;color:#ffffffc7}.contact-card .button.primary{color:var(--sea-dark);background:#fff}.contact-card .button.secondary{color:#fff;background:#ffffff1f;border-color:#ffffff38}.contact-details{display:grid;gap:.8rem;align-content:center;font-style:normal}.contact-details strong{font-size:1.35rem}.contact-details span,.contact-details a{color:var(--muted)}.apartment-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(18rem,1.14fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,5rem)}.apartment-hero-copy{max-width:47rem}.back-link{margin:0 0 1.5rem}.apartment-hero-image{margin:0;overflow:hidden;background:var(--sand);border:1rem solid #fff;border-radius:2.1rem;box-shadow:var(--shadow)}.apartment-hero-image img{width:100%;height:min(64vh,42rem);min-height:28rem;object-fit:cover}.apartment-detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:1rem;padding-top:0}.apartment-story,.apartment-facts{padding:clamp(1.35rem,3vw,2.4rem);background:#ffffffbd;border:1px solid var(--line);border-radius:1.6rem}.apartment-story p{margin:0;font-size:1.08rem}.apartment-story p+p{margin-top:1rem}.apartment-facts{display:grid;gap:1.4rem}.apartment-facts p{margin:0}.apartment-facts ul{display:grid;gap:.6rem;padding:0;margin:0;list-style:none}.apartment-facts li{padding:.7rem .85rem;color:var(--sea-dark);font-weight:800;background:#f28c001a;border-radius:.9rem}.detail-gallery-section{background:#fff}.detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.detail-gallery-item{min-height:17rem;margin:0;overflow:hidden;background:var(--sand);border-radius:1.4rem}.detail-gallery-item button{display:block;width:100%;height:100%;padding:0;cursor:zoom-in;background:transparent;border:0}.detail-gallery-item.large{grid-column:span 2;grid-row:span 2}.detail-gallery-item img{width:100%;height:100%;min-height:17rem;object-fit:cover}.detail-gallery-item.large img{min-height:34.8rem}.apartment-more{padding-top:0}.related-apartments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.related-apartments a{position:relative;min-height:15rem;overflow:hidden;border-radius:1.4rem}.related-apartments img{width:100%;height:100%;min-height:15rem;object-fit:cover;filter:brightness(.82);transition:transform .3s ease}.related-apartments a:hover img{transform:scale(1.035)}.related-apartments span{position:absolute;left:1rem;bottom:1rem;padding:.55rem .75rem;color:#fff;font-weight:900;background:#1e2b328f;border-radius:999px;backdrop-filter:blur(10px)}.site-footer{display:grid;grid-template-columns:minmax(16rem,1.4fr) minmax(12rem,.9fr) minmax(14rem,1fr) auto;gap:1.5rem;align-items:start;padding:clamp(2rem,5vw,4rem) clamp(1rem,5vw,5rem);color:#fff9efc7;background:#2e2219;border-top:4px solid var(--terracotta)}.site-footer p{margin:0}.site-footer a{color:#fff9efd6;font-weight:800}.site-footer a:hover{color:#fff}.footer-brand{display:flex;gap:1rem;align-items:center}.footer-brand img{width:5.25rem;height:auto}.footer-brand strong{display:block;color:#fff;margin-bottom:.35rem}.footer-brand p,.footer-copy{color:#fff9efad}.footer-contact,.footer-legal{display:grid;gap:.55rem;font-style:normal}.footer-copy{grid-column:1 / 4;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.footer-top{display:inline-flex;grid-column:4;gap:.45rem;align-items:center;align-self:end;justify-self:end;width:fit-content;padding:.65rem .9rem;margin-top:.35rem;color:#2e2219;background:#fff9ef;border-top:1px solid rgba(255,255,255,.08);border-radius:999px;box-shadow:0 14px 34px #00000029}.footer-top:after{content:"↑";font-size:1rem;line-height:1}.site-footer .footer-top{color:#2e2219}.site-footer .footer-top:hover{color:#2e2219;background:#fff}.legal-page{padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,5rem)}.legal-hero{max-width:54rem;margin-bottom:clamp(2rem,5vw,4rem)}.legal-hero h1{font-size:clamp(2.6rem,5vw,5rem)}.legal-hero>p{max-width:42rem;font-size:1.12rem}.legal-hero span{display:inline-flex;margin-top:.6rem;color:var(--terracotta);font-weight:900}.legal-content{display:grid;max-width:58rem;gap:1rem}.legal-content article{padding:clamp(1.25rem,3vw,2rem);background:#ffffffc7;border:1px solid var(--line);border-radius:1.4rem}.legal-content h2{font-size:clamp(1.35rem,2vw,1.8rem)}.legal-content p{margin-bottom:0}.legal-content a{color:var(--sea-dark);font-weight:800;text-decoration:underline;text-decoration-color:#f28c0059;text-underline-offset:.18em}@media(max-width:1060px){.site-header{grid-template-columns:auto auto;justify-content:space-between;gap:.8rem}.menu-toggle{display:grid}.main-nav{grid-column:1 / -1}.main-nav,.language-switcher{width:100%;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .28s ease,opacity .22s ease,padding .22s ease}.main-nav{align-items:stretch;flex-direction:column;gap:.35rem;padding:0;font-size:1rem}.main-nav a{padding:.75rem 0;border-top:1px solid rgba(255,255,255,.08)}.language-switcher{grid-column:1 / -1;justify-content:flex-start;padding:0}.site-header.nav-open .main-nav,.site-header.nav-open .language-switcher{max-height:30rem;opacity:1;pointer-events:auto}.site-header.nav-open .main-nav{padding-top:.6rem}.site-header.nav-open .language-switcher{padding-top:.35rem}.hero,.split-section,.beaches,.contact-section,.apartment-hero,.apartment-detail-grid{grid-template-columns:1fr}.arrival-grid,.useful-grid,.detail-gallery,.related-apartments,.site-footer{grid-template-columns:1fr 1fr}.footer-copy{grid-column:1}.about-collage{width:min(26rem,100%)}.footer-top{grid-column:2}}@media(max-width:760px){.site-header{position:static}.hero{padding-top:2rem}.hero-stats,.intro-strip,.apartment-grid,.arrival-grid,.useful-grid,.detail-gallery,.related-apartments,.site-footer{grid-template-columns:1fr}.beach-mosaic{grid-template-columns:1fr;grid-auto-rows:auto}.beach-photo,.beach-photo.large,.beach-photo.tall{grid-column:span 1;grid-row:span 1}.beach-photo img{min-height:14rem}.about-collage{min-height:17rem}.about-collage img{height:9.2rem}.hero-card,.hero-card img{min-height:24rem}.apartment-card img{height:17rem}.gallery{grid-template-columns:1fr}.gallery-item.wide{grid-column:span 1}.detail-gallery-item.large{grid-column:span 1;grid-row:span 1}.detail-gallery-item.large img,.apartment-hero-image img{min-height:24rem}.footer-top{grid-column:1;justify-self:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.will-reveal{opacity:1;filter:none;transform:none;transition:none}}
