:root {
  --ink: #0b3042;
  --deep: #0b3a53;
  --sea: #5fd5d0;
  --sun: #f7b563;
  --sand: #f5efe5;
  --paper: #fffdf9;
  --white: #ffffff;
  --muted: #63747a;
  --line: rgba(11, 48, 66, .14);
  --shadow: 0 24px 70px rgba(3, 35, 50, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--white); color: var(--ink); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.wrap { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 94px; display: flex; align-items: center; gap: 2.2rem; padding: 0 max(1.5rem, calc((100vw - 1180px)/2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: .75rem; line-height: 1; white-space: nowrap; }
.brand span:last-child { display: grid; gap: .26rem; }
.brand strong { font-size: .85rem; letter-spacing: .18em; }
.brand small { font-size: .61rem; letter-spacing: .31em; opacity: .78; }
nav { display: flex; gap: 1.7rem; margin-left: auto; }
nav a { font-size: .86rem; font-weight: 600; opacity: .86; }
nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.language-switcher { display: flex; padding: .2rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; backdrop-filter: blur(8px); }
.lang { border: 0; background: transparent; color: var(--white); min-width: 30px; min-height: 30px; padding: .2rem; border-radius: 50%; font-size: .7rem; font-weight: 700; cursor: pointer; }
.lang.active { background: var(--white); color: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.35rem; background: var(--sun); color: #193746; font-size: .88rem; font-weight: 700; border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.button-small { min-height: 42px; padding: .65rem 1.1rem; }
.hero { position: relative; min-height: 760px; height: 100svh; color: var(--white); display: grid; align-items: end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(3,31,45,.82) 0%, rgba(3,31,45,.46) 48%, rgba(3,31,45,.12) 76%), linear-gradient(0deg, rgba(3,31,45,.32), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 12rem 0 7.5rem; }
.eyebrow { margin: 0 0 1.2rem; font-size: .75rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow.dark { color: #4f747c; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.02; letter-spacing: -.025em; }
h1 { max-width: 850px; font-size: clamp(3.6rem, 7.3vw, 7.2rem); margin: 0 0 1.8rem; text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.32rem); color: rgba(255,255,255,.88); }
.hero-buttons { display: flex; align-items: center; gap: 1.7rem; margin-top: 2.3rem; }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-weight: 700; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.48); padding: .5rem 0; }
.distance-card { position: absolute; z-index: 3; right: max(1.5rem, calc((100vw - 1180px)/2)); bottom: 3.2rem; display: grid; width: 260px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow); }
.distance-card div { display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 1rem; padding: 1.05rem 1.2rem; border-bottom: 1px solid var(--line); }
.distance-card div:last-child { border: 0; }
.distance-card strong { font-family: "Playfair Display", serif; font-size: 1.35rem; }
.distance-card span { font-size: .76rem; line-height: 1.35; color: var(--muted); }
.intro { padding: 8rem 0 4rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.2rem 7rem; }
.section-heading h2, .location-copy h2, .booking h2 { font-size: clamp(2.7rem, 5vw, 5rem); margin: 0; }
.intro-copy { display: flex; align-items: end; }
.intro-copy p { margin: 0; max-width: 530px; font-size: 1.1rem; color: var(--muted); }
.stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); padding-top: 2.5rem; border-top: 1px solid var(--line); }
.stats div { display: grid; gap: .2rem; padding-left: 1.5rem; border-left: 1px solid var(--line); }
.stats div:first-child { padding-left: 0; border: 0; }
.stats strong { font-family: "Playfair Display", serif; font-size: 2.7rem; line-height: 1; }
.stats span { color: var(--muted); font-size: .85rem; }
figure { margin: 0; }
.property-collage { padding: 3rem 0 8rem; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 175px; gap: .8rem; }
.property-collage figure { position: relative; overflow: hidden; background: var(--sand); }
.property-collage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.property-collage figure:hover img { transform: scale(1.02); }
.collage-large { grid-column: span 2; grid-row: span 2; }
.collage-wide { grid-column: span 2; }
.property-collage figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: center; padding: .65rem .8rem; background: linear-gradient(0deg, rgba(5,37,51,.88), rgba(5,37,51,.08)); color: var(--white); font-size: .74rem; font-weight: 700; }
.property-collage figcaption b { color: var(--sea); }
.amenities-card { background: var(--deep); color: var(--white); padding: 2rem 2.2rem; }
.collage-amenities { grid-column: span 2; grid-row: span 2; padding: 1.5rem 1.7rem; overflow: hidden; }
.amenities-card h3 { margin: 0 0 1.4rem; font-family: "Playfair Display", serif; font-size: 2rem; line-height: 1.1; }
.amenities-card ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 1.3rem; }
.amenities-card li { break-inside: avoid; font-size: .8rem; padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.location-section { background: var(--deep); color: var(--white); padding: 8rem 0; overflow: hidden; }
.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 7rem; align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.activity-list { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.activity-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.activity-list > div > span { color: var(--sea); font-size: .7rem; font-weight: 700; }
.activity-list p { margin: 0; display: grid; gap: .2rem; }
.activity-list strong { font-size: .95rem; }
.activity-list small { color: rgba(255,255,255,.62); font-size: .78rem; }
.feature-photo { position: relative; min-height: 530px; background: #163f43; box-shadow: 30px 30px 0 var(--sea); }
.feature-photo img { width: 100%; height: 530px; object-fit: cover; image-rendering: auto; }
.feature-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .6rem .8rem; background: var(--white); color: var(--ink); font-size: .78rem; font-weight: 700; }
.experience-gallery { padding: 8rem 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.4rem; }
.experience-heading { grid-column: 1 / -1; max-width: 780px; margin-bottom: 2rem; }
.experience-heading h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.025em; }
.experience-card { position: relative; min-height: 460px; overflow: hidden; background: var(--sand); }
.experience-card img { height: 460px; object-fit: cover; transition: transform .6s ease; }
.experience-card:hover img { transform: scale(1.02); }
.experience-card figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .15rem; padding: 1.1rem 1.25rem; color: var(--white); background: linear-gradient(0deg, rgba(3,31,45,.9), rgba(3,31,45,.12)); }
.experience-card figcaption strong { font-family: "Playfair Display", serif; font-size: 1.35rem; }
.experience-card figcaption span { font-size: .78rem; color: rgba(255,255,255,.78); }
.area-map { padding: 0 0 8rem; display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; align-items: center; }
.area-map-copy h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.025em; }
.map-link { display: inline-block; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .88rem; font-weight: 700; }
.map-frame { position: relative; min-height: 500px; background: var(--sand); box-shadow: 24px 24px 0 var(--sea); }
.map-frame iframe { display: block; width: 100%; height: 500px; border: 0; filter: saturate(.8) contrast(.95); }
.map-frame span { position: absolute; left: 1rem; bottom: 1rem; padding: .65rem .85rem; background: rgba(255,255,255,.94); color: var(--ink); font-size: .74rem; font-weight: 700; box-shadow: 0 8px 22px rgba(3,31,45,.16); }
.stay { padding: 8rem 0; }
.stay .section-heading { max-width: 770px; }
.stay-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; margin-top: 4rem; }
.stay-grid article { min-height: 270px; padding: 1.7rem; border: 1px solid var(--line); background: var(--white); }
.line-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2.5rem; border: 1px solid var(--line); border-radius: 50%; color: #157e82; font-size: 1.2rem; }
.stay-grid h3 { margin: 0 0 .7rem; font-size: 1rem; }
.stay-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.stay-grid p strong { color: var(--ink); }
.note { margin-top: 1.4rem; display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; padding: 1.2rem 1.5rem; background: var(--sand); }
.note p { margin: 0; color: var(--muted); }
.booking { background: var(--sun); padding: 6.5rem 0; }
.booking-inner { display: grid; grid-template-columns: 1fr .75fr; gap: 7rem; align-items: end; }
.booking h2 { max-width: 700px; }
.booking p:not(.eyebrow) { margin: 1.2rem 0 0; }
.booking-links { display: grid; gap: .8rem; }
.portal-link { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 76px; padding: 1rem 1.3rem; background: var(--ink); color: var(--white); transition: transform .2s ease, background .2s ease; }
.portal-link:hover { transform: translateX(5px); background: #062536; }
.portal-link span { font-family: "Playfair Display", serif; font-size: 1.45rem; }
.portal-link b { font-size: .72rem; color: var(--sea); }
.portal-link-light { background: var(--white); color: var(--ink); }
.portal-link-light:hover { background: #f7f7f3; }
.portal-link-light b { color: #107a7f; }
.contact-link { background: var(--white); color: var(--ink); }
.contact-button { width: 100%; border: 0; text-align: left; cursor: pointer; font: inherit; }
.contact-link:hover { background: #f7f7f3; }
.contact-link b { color: #107a7f; }
.whatsapp-link { border-left: 5px solid #25D366; }
.email-link { border-left: 5px solid var(--deep); }
.contact-name { display: inline-flex; align-items: center; gap: .7rem; }
.contact-name svg { width: 1.55rem; height: 1.55rem; fill: currentColor; flex: 0 0 auto; }
.whatsapp-fab { position: fixed; z-index: 50; right: 1.4rem; bottom: 1.4rem; width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #25D366; color: var(--white); box-shadow: 0 12px 30px rgba(3,31,45,.28); cursor: pointer; transition: transform .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px); }
.whatsapp-fab svg { width: 31px; height: 31px; fill: currentColor; }
.whatsapp-dialog { position: fixed; z-index: 51; right: 1.4rem; bottom: 5.8rem; width: min(360px, calc(100vw - 2rem)); overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: 0 24px 70px rgba(3,35,50,.28); opacity: 0; transform: translateY(12px) scale(.98); transition: opacity .18s ease, transform .18s ease; }
.whatsapp-dialog.open { opacity: 1; transform: translateY(0) scale(1); }
.whatsapp-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; background: #075E54; color: var(--white); }
.whatsapp-dialog-head div { display: grid; }
.whatsapp-dialog-head strong { font-size: 1rem; }
.whatsapp-dialog-head small { color: rgba(255,255,255,.74); font-size: .72rem; }
.whatsapp-dialog-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: var(--white); font-size: 1.4rem; cursor: pointer; }
.whatsapp-dialog-body { display: grid; gap: .75rem; padding: 1.15rem; }
.whatsapp-dialog-body p { margin: 0 0 .25rem; padding: .8rem .9rem; border-radius: 0 12px 12px 12px; background: #eef7f1; font-size: .88rem; }
.whatsapp-dialog-body label { font-size: .78rem; font-weight: 700; }
.whatsapp-dialog-body textarea { resize: vertical; width: 100%; min-height: 86px; padding: .75rem; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: inherit; font-size: .88rem; }
.whatsapp-dialog-body textarea:focus { outline: 2px solid rgba(37,211,102,.35); border-color: #25D366; }
.whatsapp-send { min-height: 46px; border: 0; border-radius: 999px; background: #25D366; color: #073c31; font-weight: 700; cursor: pointer; }
.whatsapp-dialog-body > small { color: var(--muted); font-size: .7rem; text-align: center; }
footer { padding: 2.6rem 0; background: #062536; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.footer-grid p { color: rgba(255,255,255,.6); font-size: .78rem; text-align: center; }
.back-top { justify-self: end; font-size: .78rem; font-weight: 700; }
@media (max-width: 980px) {
  nav { display: none; }
  .site-header { gap: 1rem; }
  .header-actions { margin-left: auto; }
  .distance-card { width: auto; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; grid-template-columns: repeat(3,1fr); }
  .distance-card div { grid-template-columns: 1fr; gap: .2rem; }
  .hero-content { padding-bottom: 12rem; }
  .intro, .location-grid, .booking-inner { grid-template-columns: 1fr; gap: 2.7rem; }
  .property-collage { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 165px; }
  .collage-large { grid-column: span 2; grid-row: span 2; }
  .collage-wide, .collage-amenities { grid-column: span 2; }
  .collage-amenities { grid-row: span 2; }
  .stay-grid { grid-template-columns: repeat(2,1fr); }
  .feature-photo { min-height: 400px; box-shadow: 18px 18px 0 var(--sea); }
  .feature-photo img { height: 400px; }
  .experience-gallery { grid-template-columns: 1fr; }
  .area-map { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 680px) {
  .wrap, .hero-content { width: min(100% - 2rem, 1180px); }
  .site-header { height: 78px; padding: 0 1rem; }
  .brand strong { font-size: .72rem; }
  .brand small { font-size: .54rem; }
  .header-actions .button { display: none; }
  .language-switcher { gap: 0; }
  .lang { min-width: 26px; min-height: 26px; font-size: .63rem; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 8rem; padding-bottom: 14.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-copy { max-width: 92%; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .distance-card { left: 1rem; right: 1rem; bottom: 1rem; }
  .distance-card div { padding: .9rem .65rem; }
  .distance-card strong { font-size: 1.05rem; }
  .distance-card span { font-size: .65rem; }
  .intro, .stay { padding: 5.5rem 0; }
  .intro { gap: 1.6rem; }
  .section-heading h2, .location-copy h2, .booking h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .stats { grid-template-columns: repeat(2,1fr); gap: 1.7rem 0; }
  .stats div:nth-child(3) { padding-left: 0; border: 0; }
  .property-collage { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: .55rem; padding: 2rem 0 5.5rem; }
  .collage-large { grid-column: span 2; grid-row: span 2; }
  .collage-wide, .collage-amenities { grid-column: span 2; }
  .collage-amenities { grid-row: span 2; }
  .amenities-card ul { columns: 1; }
  .location-section { padding: 5.5rem 0; }
  .experience-gallery { padding: 5.5rem 0; }
  .experience-card, .experience-card img { min-height: 330px; height: 330px; }
  .area-map { padding-bottom: 5.5rem; }
  .map-frame, .map-frame iframe { min-height: 400px; height: 400px; }
  .map-frame { box-shadow: 12px 12px 0 var(--sea); }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-grid article { min-height: auto; }
  .line-icon { margin-bottom: 1.5rem; }
  .note { grid-template-columns: 1fr; gap: .4rem; }
  .booking { padding: 5.5rem 0; }
  .portal-link { min-height: 70px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
  .back-top { justify-self: start; }
  .whatsapp-fab { right: 1rem; bottom: 1rem; }
  .whatsapp-dialog { right: 1rem; bottom: 5.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
