:root {
  --bg: #f7fbfd;
  --bg-soft: #eef5f8;
  --panel: #ffffff;
  --panel-soft: #f4f8fb;
  --text: #1f2f3d;
  --text-soft: #5d7182;
  --white: #ffffff;
  --line: rgba(31, 47, 61, 0.10);
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #7eb8c9;
  --accent-dark: #5d98aa;
  --accent-soft: #dceef4;
  --shadow: 0 18px 45px rgba(38, 67, 89, 0.10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfdfe 0%, #f2f7fa 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: rgba(126, 184, 201, 0.12);
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section { padding: 5.5rem 0; }
.section-light { background: var(--panel); }
.section-dark {
  background: linear-gradient(180deg, #edf6f9 0%, #e4f0f5 100%);
  color: var(--text);
}
.section-kicker,
.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-dark);
  margin: 0 0 0.85rem;
}

h1, h2, h3 {
  margin: 0 0 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.04;
  color: var(--text);
}

h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }
p { margin: 0 0 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 251, 253, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(31, 47, 61, 0.08);
  box-shadow: 0 12px 28px rgba(38, 67, 89, 0.07);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--text);
  min-width: 0;
}

.brand-badge {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--accent-soft) 100%);
  border: 1px solid rgba(93, 152, 170, 0.16);
  box-shadow: 0 10px 24px rgba(38, 67, 89, 0.08);
  color: var(--accent-dark);
}

.brand-icon {
  width: 30px;
  height: 30px;
}

.brand-text {
  display: grid;
  min-width: 0;
}

.brand-text strong {
  font-size: 1.08rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.brand-text small {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-soft);
}

.site-nav a {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--text);
  background: rgba(126, 184, 201, 0.12);
}

.nav-toggle {
  display: none;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(31, 47, 61, 0.08);
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(38, 67, 89, 0.06);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: min(90vh, 920px);
  display: grid;
  align-items: end;
  background: #dceaf1;
  color: var(--white);
}
.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media img { object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 28, 38, 0.18) 0%, rgba(15, 28, 38, 0.38) 52%, rgba(15, 28, 38, 0.56) 100%),
    linear-gradient(90deg, rgba(15, 28, 38, 0.16) 0%, rgba(15, 28, 38, 0.04) 48%, rgba(15, 28, 38, 0.18) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 7rem 0 5rem;
  max-width: 760px;
}
.hero-copy {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.96);
  max-width: 650px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}
.hero .eyebrow,
.hero h1 {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.6rem;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-highlights li {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.28);
  color: #ffffff;
  backdrop-filter: blur(6px);
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.button:hover { transform: translateY(-1px); }

.button-primary {
  background: var(--accent);
  color: #173142;
  box-shadow: 0 14px 30px rgba(126, 184, 201, 0.32);
}
.button-primary:hover { background: #91c6d4; }

.button-secondary {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(255,255,255,0.96);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(38, 67, 89, 0.08);
}

.button-airbnb {
  background: #ff385c;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 56, 92, 0.24);
}
.button-airbnb:hover { background: #e93153; }

.button-facebook {
  background: #1877f2;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
}
.button-facebook:hover { background: #1464cc; }

.footer-airbnb-link {
  color: #ff6e8c !important;
  font-weight: 700;
}

.footer-facebook-link {
  color: #1877f2 !important;
  font-weight: 700;
}

.two-column,
.scenic-grid,
.contact-grid,
.footer-grid,
.lists-grid {
  display: grid;
  gap: 2rem;
}
.two-column,
.contact-grid,
.scenic-grid { grid-template-columns: 1.2fr 0.9fr; }
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; align-items: start; }
.lists-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.info-card,
.feature-card,
.list-card,
.callout-card,
.contact-form,
.gallery-item,
.scenic-photo-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.info-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  padding: 2rem;
  border: 1px solid var(--line);
}
.quick-facts {
  display: grid;
  gap: 1.1rem;
  margin: 0;
}
.quick-facts div { border-top: 1px solid rgba(31, 47, 61, 0.08); padding-top: 1rem; }
.quick-facts div:first-child { border-top: 0; padding-top: 0; }
.quick-facts dt {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-soft);
}
.quick-facts dd { margin: 0.35rem 0 0; font-weight: 600; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
.section-heading.compact { margin-bottom: 1.8rem; }
.section-note { max-width: 480px; color: var(--text-soft); }

.gallery-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gallery-item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(31, 47, 61, 0.08);
}
.gallery-button {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
  color: inherit;
  text-align: left;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-caption {
  padding: 1rem 1rem 1.1rem;
}
.gallery-caption strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text);
}
.gallery-caption span { color: var(--text-soft); }

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.feature-card {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 1.5rem;
}
.feature-card p { color: var(--text-soft); margin-bottom: 0; }

.list-card {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 1.75rem;
}
.list-card ul,
.check-list {
  margin: 0;
  padding-left: 1.2rem;
}
.accent-card {
  background: linear-gradient(180deg, #f3f9fb 0%, #e7f2f6 100%);
  border-color: rgba(126, 184, 201, 0.28);
}

.scenic-section {
  background: linear-gradient(180deg, #f8fcfe 0%, #eef5f8 100%);
}
.scenic-photo-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
}
.scenic-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.check-list li { margin-bottom: 0.7rem; }

.callout-section {
  background: linear-gradient(135deg, #e9f4f8 0%, #dbeef4 100%);
}
.callout-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(255,255,255,0.72));
  color: var(--text);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid rgba(126, 184, 201, 0.18);
}
.callout-card p { color: var(--text-soft); }

.contact-copy { color: var(--text-soft); }
.contact-details {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.75rem;
}
.contact-details span {
  display: block;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  margin-bottom: 0.3rem;
}
.contact-details a { font-weight: 700; }
.contact-details p { margin: 0; }

.contact-form {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 1.6rem;
}
.form-row { display: grid; gap: 0.9rem; margin-bottom: 1rem; }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }

label span {
  display: block;
  font-weight: 600;
  margin-bottom: 0.45rem;
}
input,
textarea {
  width: 100%;
  border: 1px solid rgba(31, 47, 61, 0.14);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  background: #ffffff;
  color: var(--text);
}
textarea { resize: vertical; }
input:focus,
textarea:focus {
  outline: 2px solid rgba(126, 184, 201, 0.24);
  border-color: var(--accent);
}
.hidden-field { position: absolute; left: -9999px; opacity: 0; }

.submit-button { width: 100%; }

.site-footer {
  background: #edf5f8;
  color: var(--text);
  padding: 2.25rem 0;
  border-top: 1px solid rgba(31, 47, 61, 0.08);
}
.site-footer h2 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
  color: var(--text);
}
.site-footer p,
.site-footer a { color: var(--text-soft); }
.site-footer a { display: block; margin-bottom: 0.4rem; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(17, 31, 43, 0.82);
}
.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
}
.lightbox p {
  color: #ffffff;
  margin: 1rem 0 0;
  text-align: center;
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  font-size: 2rem;
  cursor: pointer;
  background: #ffffff;
  color: var(--text);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lightbox[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .two-column,
  .contact-grid,
  .scenic-grid,
  .footer-grid,
  .lists-grid,
  .amenities-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .callout-card {
    align-items: start;
    flex-direction: column;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: rgba(248, 251, 253, 0.98);
    padding: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(31, 47, 61, 0.08);
    box-shadow: 0 14px 26px rgba(38, 67, 89, 0.08);
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-block; }
  .two-up { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 4rem 0; }
  .hero-content { padding: 6rem 0 4rem; }
  .brand-text small { display: none; }
  .hero-highlights li { width: 100%; }
  .contact-form,
  .callout-card,
  .info-card,
  .list-card,
  .feature-card { padding: 1.25rem; }
}


@media (max-width: 640px) {
  .hero-actions .button {
    width: 100%;
  }
}


/* Accommodation cards and organized gallery */
section[id] {
  scroll-margin-top: 92px;
}

.hero-media img {
  object-position: center 48%;
}

.stays-section {
  background:
    radial-gradient(circle at top left, rgba(126, 184, 201, 0.16), transparent 34rem),
    linear-gradient(180deg, #f8fcfe 0%, #eef6f9 100%);
}

.stays-heading {
  align-items: end;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.stay-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 47, 61, 0.09);
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(38, 67, 89, 0.11);
}

.stay-card-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--accent-soft);
}

.stay-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.stay-card:hover .stay-card-media img {
  transform: scale(1.025);
}

.stay-card-content {
  padding: 1.75rem;
}

.stay-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.7rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stay-card h3 {
  margin-bottom: 0.75rem;
}

.stay-card p {
  color: var(--text-soft);
}

.stay-points {
  margin: 1.15rem 0 1.35rem;
  padding-left: 1.2rem;
}

.stay-points li {
  margin-bottom: 0.45rem;
}

.stay-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--accent-dark);
  font-weight: 800;
}

.stay-link::after {
  content: "→";
  transition: transform 0.18s ease;
}

.stay-link:hover::after {
  transform: translateX(3px);
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}

.gallery-filter-button {
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(93, 152, 170, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-soft);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.gallery-filter-button:hover {
  transform: translateY(-1px);
  color: var(--text);
  border-color: rgba(93, 152, 170, 0.44);
}

.gallery-filter-button.is-active {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(93, 152, 170, 0.22);
}

select {
  width: 100%;
  border: 1px solid rgba(31, 47, 61, 0.14);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  background: #ffffff;
  color: var(--text);
}

select:focus {
  outline: 2px solid rgba(126, 184, 201, 0.24);
  border-color: var(--accent);
}

@media (max-width: 980px) {
  .stay-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-media img {
    object-position: 45% center;
  }

  .stay-card-content {
    padding: 1.3rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
  }

  .gallery-filter-button {
    flex: 0 0 auto;
  }
}
