:root {
  --ink: #0D1B2A;
  --muted: #53616d;
  --blue: #17B5B6;
  --blue-dark: #10989a;
  --aqua: #C7EFF2;
  --aqua-soft: #eefafb;
  --sand: #F2E4CF;
  --coral: #FF7F6E;
  --white: #FFFFFF;
  --line: rgba(13, 27, 42, 0.12);
  --reserved: #FF7F6E;
  --selected: #17B5B6;
  --shadow: 0 24px 70px rgba(13, 27, 42, 0.10);
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Montserrat', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%); line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .85rem; font-weight: 800; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: var(--white); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { border-color: rgba(13,27,42,.18); background: transparent; }
.text-link { font-size: .88rem; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(13,27,42,.08); backdrop-filter: blur(16px); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 220px; max-width: 100%; height: auto; display: block; }
.hero-tagline { width: min(100%, 470px); height: auto; margin: 0 0 22px; display: block; }
.statement-logo { width: min(100%, 250px); margin: 0 auto 22px; display: block; }
.note-brand-icon { width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; }
.contact-lockup { width: 185px; max-width: 100%; margin: 0 0 30px; display: block; }




.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { font-size: .79rem; font-weight: 750; }
.main-nav a:hover { color: var(--blue); }
.header-cta { justify-self: end; padding: 11px 18px; border: 1px solid rgba(13,27,42,.14); border-radius: 999px; font-size: .76rem; font-weight: 800; background: rgba(255,255,255,.75); }
.menu-toggle { display: none; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; padding-block: 74px 100px; }
.hero h1, .section-heading h2, .water-copy h2, .reservation-copy h2, .contact-copy h2, .gallery-copy h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .99; }
.hero h1 { max-width: 680px; font-size: clamp(3.55rem, 6.3vw, 6.8rem); }
.hero h1 em { color: var(--blue); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 610px; margin: 28px 0 32px; color: var(--muted); font-size: 1.03rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 54px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { font-family: var(--serif); font-size: 1.18rem; }
.hero-facts dd { margin: 0; color: var(--muted); font-size: .76rem; }
.hero-visual { position: relative; min-height: 640px; }
.image-frame-main { position: absolute; inset: 0 0 30px 60px; overflow: hidden; background: var(--aqua); border-radius: 26px; box-shadow: var(--shadow); }
.image-frame-main::after { content: ''; position: absolute; inset: 0; border-radius: 26px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); pointer-events: none; }
.image-frame-main img { height: 100%; object-fit: cover; transform: scale(1.06); filter: saturate(.92) contrast(.96); }
.image-label { position: absolute; right: 22px; bottom: 20px; z-index: 2; padding: 7px 12px; background: rgba(255,255,255,.92); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.floating-note { position: absolute; left: 0; bottom: 0; z-index: 3; display: flex; align-items: center; gap: 13px; width: 290px; padding: 18px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(13,27,42,.08); box-shadow: var(--shadow); border-radius: 18px; font-size: .78rem; line-height: 1.4; }
.note-icon { font-size: 1.8rem; color: var(--blue); }

.statement { padding-block: 115px 120px; text-align: center; }
.statement h2 { color: var(--ink); }
.statement p { margin-top: 2px; }
.statement p { margin: 0 0 10px; color: var(--blue); font-size: .84rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5.2vw, 5.4rem); font-weight: 500; letter-spacing: -.045em; }

.experience { padding-bottom: 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; padding: 20px 20px 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: 0 16px 40px rgba(13,27,42,.04); }
.feature-image { height: 370px; margin-bottom: 22px; overflow: hidden; background: var(--aqua); border-radius: 18px; }
.feature-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.feature-card:hover img { transform: scale(1.06); }
.feature-image-two img { object-position: center; transform: scale(1.08); }
.feature-image-three img { object-position: center; transform: scale(1.02); }
.card-number { color: var(--blue); font-family: var(--serif); font-style: italic; font-size: .82rem; }
.feature-card h3 { margin: 10px 0 8px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.feature-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.water-section { position: relative; overflow: hidden; padding-block: 125px; background: linear-gradient(135deg, rgba(199,239,242,.85), rgba(255,255,255,.95) 45%, rgba(242,228,207,.55) 100%); }
.water-section::before, .water-section::after { content: ''; position: absolute; border: 1px solid rgba(8,125,152,.16); border-radius: 50%; }
.water-section::before { width: 620px; height: 260px; left: -160px; top: 180px; transform: rotate(-12deg); }
.water-section::after { width: 500px; height: 220px; right: -150px; bottom: 70px; transform: rotate(17deg); }
.water-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.water-copy h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.water-benefits { display: grid; gap: 0; }
.benefit { display: grid; grid-template-columns: 54px 140px 1fr; gap: 18px; align-items: start; padding: 25px 0; border-top: 1px solid rgba(13,27,42,.10); }
.benefit:last-child { border-bottom: 1px solid rgba(13,27,42,.10); }
.benefit span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.benefit h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.benefit p { margin: 0; color: #48636d; font-size: .86rem; }

.reservation-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding-block: 140px; }
.reservation-copy { padding-top: 30px; }
.reservation-copy h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.reservation-copy > p:not(.eyebrow) { max-width: 470px; margin: 24px 0; color: var(--muted); }
.legend { display: flex; gap: 18px; flex-wrap: wrap; margin: 32px 0; color: var(--muted); font-size: .75rem; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); }
.dot.reserved { background: var(--reserved); border-color: var(--reserved); }
.dot.selected { background: var(--selected); border-color: var(--selected); }
.booking-note { max-width: 420px; padding: 18px 20px; background: linear-gradient(135deg, rgba(199,239,242,.65), rgba(255,255,255,.9)); border-left: 3px solid var(--blue); color: var(--muted); font-size: .78rem; border-radius: 0 16px 16px 0; }
.booking-note strong { color: var(--ink); }
.booking-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.calendar-header { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 10px; margin-bottom: 20px; }
.calendar-header h3 { margin: 0; text-align: center; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; text-transform: capitalize; }
.calendar-nav { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; transition: background .2s ease; }
.calendar-nav:hover { background: var(--aqua-soft); }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.weekdays { margin-bottom: 8px; color: var(--muted); font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); font-size: .8rem; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.calendar-day:not(.disabled):not(.reserved):hover { transform: translateY(-2px); background: var(--aqua-soft); border-color: rgba(8,125,152,.45); }
.calendar-day.empty { border-color: transparent; cursor: default; }
.calendar-day.disabled { color: #b9c1c4; background: #f8f8f7; cursor: not-allowed; }
.calendar-day.reserved { color: var(--white); background: var(--reserved); border-color: var(--reserved); cursor: not-allowed; text-decoration: line-through; }
.calendar-day.selected { color: var(--white); background: var(--selected); border-color: var(--selected); }
.calendar-day.today { outline: 2px solid rgba(8,125,152,.28); outline-offset: -3px; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.field { display: grid; gap: 7px; }
.field.full, .booking-form .full { grid-column: 1 / -1; }
.field label { font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfd; padding: 12px 13px; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,125,152,.08); }
.field textarea { resize: vertical; }
.whatsapp-button { width: 100%; border: 0; color: var(--white); background: #138a4d; cursor: pointer; }
.whatsapp-button:hover { background: #0d7540; }

.gallery-strip { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 660px; background: linear-gradient(180deg, rgba(242,228,207,.45), rgba(255,255,255,1)); }
.gallery-large { margin: 0; min-height: 660px; overflow: hidden; }
.gallery-large img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.95); }
.gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(38px, 6vw, 100px); }
.gallery-copy h2 { font-size: clamp(2.8rem, 4.2vw, 4.6rem); }
.gallery-copy > p:not(.eyebrow) { margin: 23px 0 30px; color: var(--muted); }
.gallery-copy .button { align-self: flex-start; }

.gallery-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 28px; }
.gallery-mini-grid figure { margin: 0; height: 160px; overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 16px; }
.gallery-mini-grid img { width: 100%; height: 100%; object-fit: cover; }


.contact-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-block: 135px; }
.contact-copy h2 { font-size: clamp(3.1rem, 5vw, 5.2rem); }
.contact-copy > p:not(.eyebrow) { max-width: 390px; margin: 22px 0 18px; color: var(--muted); }
.contact-list { display: grid; border-top: 1px solid var(--line); }
.contact-list a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.contact-list span { color: var(--muted); }
.contact-list strong { font-weight: 750; text-align: right; }
.map-card { min-height: 510px; display: grid; grid-template-rows: 1fr auto; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--aqua-soft); }
.map-card iframe { width: 100%; height: 100%; min-height: 460px; border: 0; filter: grayscale(.15) contrast(.95); }
.map-card a { padding: 16px 20px; color: var(--white); background: var(--blue); text-align: center; font-size: .78rem; font-weight: 800; }

.site-footer { color: var(--white); background: linear-gradient(135deg, #0D1B2A, #10263a); }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 50px; align-items: center; padding-block: 74px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-mark { background: transparent; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.65); font-size: .75rem; }
.footer-brand strong { color: var(--white); letter-spacing: .08em; }
.footer-message { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.1rem); line-height: 1.05; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.6); font-size: .7rem; }
.footer-bottom div { display: flex; gap: 22px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: inline-flex; align-items: center; gap: 9px; padding: 13px 15px; color: var(--white); background: #138a4d; border-radius: 999px; box-shadow: 0 12px 34px rgba(10,60,35,.25); font-weight: 800; }
.whatsapp-float span { font-size: 1.15rem; }
.whatsapp-float small { font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; gap: 52px; }
  .hero-visual { min-height: 600px; }
  .image-frame-main { left: 12%; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .water-grid, .reservation-section, .contact-section { grid-template-columns: 1fr; }
  .water-grid { gap: 58px; }
  .reservation-section, .contact-section { gap: 56px; }
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-large { min-height: 520px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .button { justify-self: start; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; padding-inline: 15px; }
  .brand-logo { width: 176px; }
  .hero-tagline { margin-bottom: 18px; }
  .main-nav { top: 72px; padding-inline: 15px; }
  .hero { min-height: auto; padding-block: 58px 80px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .image-frame-main { inset: 0 0 20px 28px; }
  .floating-note { width: 215px; padding: 14px; }
  .statement { padding-block: 90px; }
  .section-heading { align-items: start; flex-direction: column; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; max-width: none; }
  .feature-image { height: 360px; }
  .water-section { padding-block: 90px; }
  .benefit { grid-template-columns: 40px 1fr; gap: 8px 12px; }
  .benefit p { grid-column: 2; }
  .reservation-section { padding-block: 95px; }
  .booking-card { padding: 20px 14px; }
  .weekdays, .calendar-grid { gap: 4px; }
  .calendar-day { font-size: .7rem; }
  .booking-form { grid-template-columns: 1fr; }
  .field.full, .booking-form .full { grid-column: auto; }
  .gallery-large { min-height: 400px; }
  .gallery-copy { padding: 64px 24px; }
  .gallery-mini-grid { grid-template-columns: 1fr; }
  .gallery-mini-grid figure { height: 180px; }
  .contact-section { padding-block: 95px; }
  .contact-list a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .contact-list strong { text-align: left; }
  .map-card, .map-card iframe { min-height: 380px; }
  .footer-top { padding-block: 55px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float small { display: none; }
}


.text-link:hover, .contact-list a:hover, .footer-bottom a:hover, .main-nav a:hover { color: var(--blue); }
.image-label, .card-number { color: var(--blue); }
.calendar-day.selected, .dot.selected { background: var(--selected); }
.hero::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  right: 40%;
  top: 10%;
  background: radial-gradient(circle, rgba(199,239,242,.35) 0%, rgba(199,239,242,0) 70%);
  pointer-events: none;
}
main { overflow: hidden; }
.hero, .reservation-section, .contact-section, .experience, .statement { position: relative; }
.footer-brand-logo { width: 190px; height: auto; display: block; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.96); }
@media (max-width: 980px) {
  .brand-logo { width: 190px; }
  .footer-brand-logo { width: 176px; }
}
