:root {
  --ink: #102a43;
  --ink-soft: #486581;
  --paper: #ffffff;
  --mist: #edf5f5;
  --teal: #0b7a75;
  --teal-dark: #075e5b;
  --amber: #ffb703;
  --line: #d7e3e8;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(16, 42, 67, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: var(--paper); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(215,227,232,.8); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-logo { display: block; width: 225px; height: auto; }
.brand-mark { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; border-radius: 15px 15px 15px 5px; color: var(--paper); background: var(--teal); box-shadow: 0 8px 20px rgba(11,122,117,.2); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.15; font-size: 1.05rem; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; background: var(--paper); color: var(--ink); font-weight: 800; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 13px; color: white; background: var(--teal); box-shadow: 0 12px 30px rgba(11,122,117,.25); text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .9rem; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--ink); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--amber); }

.hero { position: relative; overflow: hidden; padding: 76px 0 90px; background: linear-gradient(140deg, #f6fbfb 0 55%, #dceeee 55%); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -170px; border: 1px solid rgba(11,122,117,.22); border-radius: 50%; box-shadow: 0 0 0 46px rgba(11,122,117,.05), 0 0 0 92px rgba(11,122,117,.04); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-weight: 900; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.4vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.7vw, 3.4rem); line-height: 1.07; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; font-size: 1.16rem; }
.lead { max-width: 640px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.quick-facts { display: flex; gap: 0; margin: 46px 0 0; padding: 0; list-style: none; }
.quick-facts li { padding: 0 23px; border-left: 1px solid var(--line); }
.quick-facts li:first-child { padding-left: 0; border: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font-size: 1rem; }
.quick-facts span { color: var(--ink-soft); font-size: .78rem; }
.hero-image { position: relative; margin: 0; }
.hero-image img { aspect-ratio: 4/5; object-fit: cover; border-radius: 80px 18px 80px 18px; box-shadow: var(--shadow); }
.hero-image figcaption { position: absolute; left: -28px; bottom: 28px; min-width: 240px; padding: 18px 22px; background: var(--ink); color: white; border-radius: 4px 16px 16px 16px; box-shadow: var(--shadow); }
.hero-image figcaption span, .hero-image figcaption strong { display: block; }
.hero-image figcaption span { color: #b9d4e3; font-size: .8rem; }

.section { padding: 100px 0; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; align-items: start; }
.intro-grid h2 { max-width: 520px; }
.intro-copy { color: var(--ink-soft); font-size: 1.08rem; }
.intro-copy p:last-child { margin-bottom: 0; padding-left: 20px; border-left: 4px solid var(--amber); color: var(--ink); font-weight: 700; }
.amenities { background: var(--ink); color: white; }
.amenities .eyebrow { color: #5eead4; }
.section-heading { margin-bottom: 42px; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.amenity-grid article { min-height: 210px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.amenity-grid p { margin: 0; color: #bcccdc; }
.icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 50%; background: var(--amber); color: var(--ink); font-size: 1.3rem; font-weight: 900; }

.gallery-section { background: var(--mist); }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.heading-row h2 { margin-bottom: 0; }
.heading-row > p { max-width: 330px; margin-bottom: 8px; color: var(--ink-soft); }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-auto-rows: 260px; gap: 18px; }
.gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: #ccd9df; }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: 2; }
.gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 7px 11px; border-radius: 8px; color: white; background: rgba(16,42,67,.86); font-size: .8rem; font-weight: 800; }

.contact { background: var(--teal); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8%; }
.contact-copy h2 { max-width: 650px; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: #d9fffb; font-size: 1.08rem; }
.eyebrow.light { color: #a7f3d0; }
.button-light { color: var(--ink); background: white; box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: #effffd; }
.contact-card { padding: 34px; border-radius: 24px 24px 24px 6px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-details { margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-details p { margin-bottom: 10px; }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: #bff7ef; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.map-link-light { max-width: 290px; margin-top: 12px; color: white; }
.contact-form h3 { margin-bottom: 2px; font-size: 1.45rem; }
.form-intro { margin-bottom: 22px; color: var(--ink-soft); }
.contact-form label { display: block; margin-bottom: 16px; color: var(--ink); font-size: .86rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid #b8cbd4; border-radius: 10px; padding: 11px 12px; background: #fbfdfd; color: var(--ink); font: inherit; font-weight: 500; }
.contact-form input { min-height: 47px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(11,122,117,.2); border-color: var(--teal); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #829ab1; }
.form-submit { width: 100%; border: 0; cursor: pointer; font-size: 1rem; }
.form-note, .form-status { margin: 12px 0 0; color: var(--ink-soft); font-size: .78rem; text-align: center; }
.form-status { color: var(--teal-dark); font-weight: 800; }
.form-status.error { color: #a61b1b; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.map-link { display: flex; justify-content: space-between; margin-top: 24px; color: var(--teal); font-weight: 850; text-decoration: none; }

footer { padding: 38px 0; background: #091c2c; color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { margin: 0; }
.footer-brand .brand-mark { background: var(--amber); color: var(--ink); box-shadow: none; }
.footer-brand small, footer p { color: #9fb3c8; }
footer p { margin: 0; font-size: .85rem; }
footer > .container > a { color: white; text-decoration: none; font-weight: 800; }
.mobile-call { display: none; }

@media (max-width: 880px) {
  .container { width: min(100% - 28px, 700px); }
  .site-header .nav-wrap { min-height: 70px; }
  .menu-button { display: inline-flex; }
  .header-call { display: none; }
  nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 12px 10px; }
  .hero { padding: 48px 0 64px; background: linear-gradient(180deg, #f6fbfb 0 72%, #dceeee 72%); }
  .hero-grid, .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  h1 { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .hero-image { width: calc(100% - 16px); margin-left: 16px; }
  .hero-image img { aspect-ratio: 1.18/1; border-radius: 50px 14px 50px 14px; }
  .hero-image figcaption { left: -16px; bottom: 16px; }
  .section { padding: 76px 0; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .heading-row { align-items: start; flex-direction: column; gap: 12px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .contact-grid { gap: 38px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 68px; }
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .66rem; }
  .site-header .brand-logo { width: 185px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .quick-facts li { padding: 0 10px; }
  .quick-facts span { font-size: .7rem; }
  .hero-image figcaption { min-width: 205px; padding: 13px 16px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid article { min-height: auto; padding: 28px; }
  .icon { margin-bottom: 18px; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-large { grid-row: auto; }
  .gallery-wide { grid-column: auto; }
  .contact-card { padding: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { align-items: flex-start; flex-direction: column; gap: 20px; }
  .mobile-call { position: fixed; z-index: 15; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 10px 20px; background: var(--amber); color: var(--ink); text-decoration: none; box-shadow: 0 -8px 30px rgba(16,42,67,.18); }
  .mobile-call span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call strong { font-size: 1.08rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
