/* Standalone styles: no framework, font service or build step required. */
:root { --ink: #183e49; --muted: #52676c; --sea: #14636c; --paper: #fffefa; --tint: #f0f4f1; --line: #d6e1dc; --accent: #d9efab; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 system-ui, -apple-system, "Segoe UI", sans-serif; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sea); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: not-allowed; opacity: .6; }
:focus-visible { outline: 3px solid #b57b10; outline-offset: 5px; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); margin-bottom: 32px; }
h3 { font-size: 1.15rem; line-height: 1.4; margin: 24px 0 10px; }
p { margin-bottom: 20px; }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.narrow { max-width: 920px; }
.section { padding-block: 88px; }
.tint { background: var(--tint); }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 18px; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; }
.brand { flex: 0 0 273px; }
.brand img { width: 273px; height: 88px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 27px; }
nav a { font-size: .85rem; font-weight: 600; text-decoration: none; color: var(--ink); }
nav a:hover { text-decoration: underline; }
nav .nav-contact { padding: 10px 20px; border: 1px solid var(--ink); }
.menu-toggle { background: transparent; border: 1px solid var(--line); padding: 8px 14px; }
.hero { background: linear-gradient(90deg, rgba(7,32,42,.79), rgba(7,32,42,.14)), url("images/banner.jpg") center / cover; color: white; }
.hero-content { padding-block: 82px 90px; }
.hero h1 { margin-bottom: 28px; }
.hero-intro { font-size: 1.13rem; color: #eef4f3; margin-bottom: 32px; }
.hero .eyebrow { color: #d9efcf; }
.button { display: inline-block; border: 0; background: var(--sea); color: white; text-decoration: none; padding: 15px 23px; font-size: .9rem; font-weight: 650; }
.hero .button { background: var(--accent); color: #183e33; }
.hero-link { color: white; display: inline-block; margin: 12px 0 12px 24px; font-size: .9rem; }
.facts { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 32px; border-bottom: 1px solid var(--line); }
.facts div { padding-inline: 26px; border-left: 1px solid var(--line); }
.facts div:first-child { padding-left: 0; border-left: 0; }
.fact-icon { width: 48px; height: 48px; object-fit: contain; margin-bottom: 12px; }
.facts strong { display: block; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.facts span { font-size: .85rem; color: var(--muted); }
.split { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 70px; }
.split h3:first-child { margin-top: 0; }
.about-photo img { width: 100%; max-height: 640px; object-fit: cover; }
.about-photo figcaption { font-size: .8rem; color: var(--muted); margin-top: 10px; }
.shark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shark-grid img { width: 100%; height: 200px; object-fit: cover; }
.stay-grid { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 54px; }
.stay { padding: 26px 0; border-top: 1px solid #bccfc7; }
.stay h3 { margin-top: 0; }
.stay a, .price a { font-size: .9rem; font-weight: 650; }
.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 36px; margin-bottom: 24px; }
.section-heading > p { max-width: 400px; margin-top: 12px; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price { padding: 32px; border: 1px solid var(--line); }
.price:last-child { background: var(--tint); }
.price h3 { margin-top: 0; }
.amount { font: 3.6rem/1.4 Georgia, serif; margin-bottom: 10px; }
.amount span { font: .9rem system-ui, sans-serif; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filters button, .testimonial-controls button { border: 1px solid #b1c6be; background: transparent; padding: 8px 18px; font-size: .85rem; }
.filters button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gallery-link { text-decoration: none; display: block; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: filter .2s; }
.gallery a:hover img { filter: brightness(.88); }
.gallery figcaption { padding-top: 8px; font-size: .82rem; }
.testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial { padding: 26px; background: var(--tint); border-top: 3px solid #92bca8; }
.testimonial blockquote { font-size: .95rem; }
.testimonial figcaption { font-size: .8rem; font-weight: 700; }
.testimonial-controls { display: flex; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-layout > div > p { max-width: 360px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-weight: 600; font-size: .85rem; }
label span { font-weight: 400; }
input, textarea { display: block; width: 100%; min-width: 0; border: 1px solid #adbbb6; border-radius: 0; background: var(--paper); padding: 11px; margin-top: 6px; color: var(--ink); }
textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#captcha { margin-top: 22px; }
.form-note { font-size: .78rem; margin-block: 12px; color: var(--muted); }
.form-message { display: none; margin-top: 20px; padding: 14px; border-left: 3px solid var(--sea); background: white; }
.form-message.is-visible { display: block; }
.form-message.error { color: #8b2b1e; border-color: #8b2b1e; }
.site-footer { color: #e2eeea; background: #123e4b; padding: 65px 0 24px; }
.site-footer a { color: #e2eeea; }
.site-footer h2 { font-size: 2.4rem; margin-bottom: 24px; }
.site-footer h3 { margin-top: 0; }
address { font-style: normal; line-height: 2; margin-bottom: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; }
.useful-links { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #41636a; padding-top: 24px; margin-top: 45px; font-size: .8rem; }
dialog { width: min(1000px, calc(100% - 24px)); max-height: calc(100dvh - 24px); padding: 20px; border: 0; background: #102a33; color: white; }
dialog::backdrop { background: rgba(0,15,20,.88); }
dialog button { background: transparent; border: 1px solid #668088; color: white; padding: 8px 14px; }
#lightbox-close { display: block; margin: 0 0 14px auto; }
#lightbox-image { max-height: 65dvh; width: 100%; object-fit: contain; }
#lightbox-caption { padding-top: 12px; text-align: center; font-size: .9rem; }
.lightbox-controls { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 18px; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100; background: white; padding: 10px 20px; }
@media (max-width: 1000px) {
  .container { width: calc(100% - 48px); }
  nav { gap: 15px; }
  .split, .contact-layout { gap: 32px; }
  .facts div { padding-inline: 16px; }
  .section-heading { display: block; }
  .testimonial-controls { margin-bottom: 24px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 92px; }
  .header-inner { min-height: 80px; flex-wrap: wrap; gap: 0; }
  .brand img { height: 68px; width: 165px; }
  .menu-toggle:not([hidden]) { display: block; }
  nav { width: 100%; flex-wrap: wrap; gap: 12px 22px; padding: 14px 0 22px; }
  .js nav:not(.is-open) { display: none; }
  nav .nav-contact { border: 0; padding: 0; }
  .hero-content { padding-block: 66px; }
  .hero-link { display: block; margin-left: 0; margin-top: 20px; }
  .section { padding-block: 56px; }
  .split, .contact-layout, .footer-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .facts div:nth-child(3) { padding-left: 0; border-left: 0; }
  .facts strong { font-size: 1.4rem; }
  .about-photo { max-width: 500px; }
  .about-photo img { max-height: 450px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 20px 14px; }
  .testimonials { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .contact-layout > div > p { max-width: none; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 36px); }
  .stay-grid, .form-grid { grid-template-columns: 1fr; }
  .shark-grid img { height: 140px; }
  .price { padding: 24px; }
  .gallery figcaption { font-size: .75rem; }
  .useful-links { grid-template-columns: 1fr; }
  .contact-layout a, address a { overflow-wrap: anywhere; }
  .lightbox-controls button { font-size: .8rem; padding: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
