/* Beach Blessing — coastal cottage-chic */
:root {
  --sand: #f8f4ec;
  --paper: #ffffff;
  --ink: #2b3a42;
  --ocean: #34566b;
  --ocean-deep: #27414f;
  --teal: #279d96;
  --teal-dark: #1f7f79;
  --driftwood: #8a7d6b;
  --line: #e6dfd2;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.65;
  font-size: 16.5px;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-dark); }

h1, h2, h3 { font-family: var(--serif); color: var(--ocean-deep); font-weight: 600; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin-bottom: 0.6em; }
h3 { font-size: 1.25rem; margin-bottom: 0.4em; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
section { padding: 64px 0; }
.center { text-align: center; }
.lede { font-size: 1.12rem; max-width: 760px; margin: 0 auto 1em; color: #44535c; }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 244, 236, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1200px; margin: 0 auto; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.brand .brand-mark { height: 46px; width: auto; }
.brand .brand-text { display: block; }
.footer-mark { height: 72px; width: auto; margin-bottom: 12px; }
.brand .name { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; color: var(--ocean-deep); display: block; line-height: 1.1; }
.brand .tag { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--driftwood); }
nav.links { display: flex; gap: 26px; align-items: center; }
nav.links a { text-decoration: none; color: var(--ink); font-size: 0.95rem; font-weight: 500; }
nav.links a:hover, nav.links a.active { color: var(--teal-dark); }

.btn {
  display: inline-block; background: var(--teal); color: #fff !important;
  padding: 12px 26px; border-radius: 999px; text-decoration: none;
  font-weight: 600; font-size: 0.97rem; letter-spacing: 0.01em;
  transition: background 0.2s;
}
.btn:hover { background: var(--teal-dark); }
.btn.ghost { background: transparent; border: 1.5px solid #fff; }
.btn.ghost:hover { background: rgba(255,255,255,0.15); }
.btn.big { padding: 15px 34px; font-size: 1.05rem; }

/* Mobile nav */
#menu-toggle { display: none; background: none; border: 0; font-size: 1.7rem; color: var(--ocean-deep); cursor: pointer; }
@media (max-width: 820px) {
  #menu-toggle { display: block; }
  nav.links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--sand); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 18px 24px; gap: 16px; align-items: flex-start;
  }
  nav.links.open { display: flex; }
}

/* Hero */
.hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero.rotating img.bg { opacity: 0; transition: opacity 1.4s ease-in-out; }
.hero.rotating img.bg.active { opacity: 1; }
.hero-dots { position: absolute; top: 22px; right: 26px; z-index: 3; display: flex; gap: 8px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.45); cursor: pointer; padding: 0; }
.hero-dots button.active { background: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,35,45,0.05) 30%, rgba(20,35,45,0.65) 100%); }
.hero .content { position: relative; z-index: 2; padding: 48px 24px 56px; max-width: 1100px; margin: 0 auto; width: 100%; }
.hero h1, .hero p { color: #fff; }
.hero h1 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,0.35); }
.hero p.sub { font-size: 1.15rem; margin: 12px 0 24px; max-width: 620px; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Page hero (interior pages) */
.page-hero { position: relative; min-height: 42vh; display: flex; align-items: flex-end; }
.page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,35,45,0.1) 30%, rgba(20,35,45,0.6) 100%); }
.page-hero .content { position: relative; z-index: 2; padding: 40px 24px; max-width: 1100px; margin: 0 auto; width: 100%; }
.page-hero h1 { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.35); }

/* Trust strip */
.trust { background: var(--ocean); color: #fff; padding: 22px 0; }
.trust .wrap { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; text-align: center; }
.trust .item strong { display: block; font-size: 1.25rem; font-family: var(--serif); }
.trust .item span { font-size: 0.85rem; opacity: 0.85; }

/* Cards & grids */
.grid { display: grid; gap: 22px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 820px) { .grid.cols-3, .grid.cols-2 { grid-template-columns: 1fr; } }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.card .pad { padding: 18px 20px 22px; }
.card p { font-size: 0.95rem; color: #4a5860; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 820px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery a { display: block; border-radius: 10px; overflow: hidden; }
.gallery img { aspect-ratio: 3/2; object-fit: cover; width: 100%; transition: transform 0.3s; }
.gallery a:hover img { transform: scale(1.04); }

/* Lightbox */
#lightbox {
  display: none; position: fixed; inset: 0; z-index: 100;
  background: rgba(15, 25, 32, 0.92); align-items: center; justify-content: center; padding: 4vmin;
}
#lightbox.open { display: flex; }
#lightbox img { max-width: 94vw; max-height: 90vh; border-radius: 8px; }
#lightbox .close { position: absolute; top: 18px; right: 26px; color: #fff; font-size: 2.2rem; background: none; border: 0; cursor: pointer; }

/* Feature rows */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .feature { grid-template-columns: 1fr; } }
.feature img { border-radius: 14px; aspect-ratio: 3/2; object-fit: cover; width: 100%; }

/* Lists */
ul.checks { list-style: none; margin: 14px 0; }
ul.checks li { padding: 7px 0 7px 30px; position: relative; }
ul.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

/* Rules */
.rule-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; }
.rule-card h3 { display: flex; align-items: center; gap: 10px; }
.rule-card .icon { font-size: 1.4rem; }

/* FAQ */
details { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 0 22px; }
details summary { cursor: pointer; font-weight: 600; padding: 18px 0; list-style: none; position: relative; padding-right: 30px; }
details summary::after { content: "+"; position: absolute; right: 0; font-size: 1.4rem; color: var(--teal); }
details[open] summary::after { content: "–"; }
details p { padding: 0 0 18px; color: #4a5860; }

/* CTA band */
.cta-band { background: var(--ocean-deep); text-align: center; padding: 70px 24px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.85); max-width: 560px; margin: 10px auto 26px; }

/* Walk times table */
.walk { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.walk td { padding: 13px 20px; border-bottom: 1px solid var(--line); }
.walk tr:last-child td { border-bottom: 0; }
.walk td:last-child { text-align: right; color: var(--driftwood); white-space: nowrap; }

/* Map */
.map-frame { width: 100%; height: 420px; border: 0; border-radius: 14px; }

/* Footer */
footer.site { background: #1f3038; color: rgba(255,255,255,0.8); padding: 48px 0 80px; font-size: 0.92rem; }
footer.site .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
@media (max-width: 820px) { footer.site .wrap { grid-template-columns: 1fr; } }
footer.site h4 { color: #fff; font-family: var(--serif); font-size: 1.1rem; margin-bottom: 10px; }
footer.site a { color: #9fd6d2; text-decoration: none; }
footer.site a:hover { text-decoration: underline; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 7px; }
.fineprint { margin-top: 26px; font-size: 0.8rem; opacity: 0.6; }

/* Mobile sticky book bar */
.book-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: var(--teal); text-align: center; padding: 13px 16px;
  display: none; box-shadow: 0 -3px 14px rgba(0,0,0,0.18);
}
.book-bar a { color: #fff; text-decoration: none; font-weight: 700; font-size: 1rem; }
@media (max-width: 820px) { .book-bar { display: block; } }

/* Reviews */
.review-filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0 26px; }
.review-filters button {
  border: 1.5px solid var(--line); background: var(--paper); border-radius: 999px;
  padding: 8px 20px; font-family: var(--sans); font-size: 0.92rem; font-weight: 600;
  color: var(--ink); cursor: pointer;
}
.review-filters button.active { background: var(--teal); border-color: var(--teal); color: #fff; }
.review-cols { columns: 3 300px; column-gap: 20px; }
.review-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 24px; margin-bottom: 20px; break-inside: avoid;
}
.review-card .stars { color: #e8a33d; letter-spacing: 2px; font-size: 0.95rem; }
.review-card h3 { font-size: 1.08rem; margin: 8px 0 6px; }
.review-card p { font-size: 0.93rem; color: #4a5860; }
.review-card .meta { margin-top: 12px; font-size: 0.82rem; color: var(--driftwood); display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.review-card .src { background: var(--sand); border: 1px solid var(--line); border-radius: 999px; padding: 2px 11px; font-weight: 600; white-space: nowrap; }
.stats-band { background: var(--ocean); color: #fff; border-radius: 16px; padding: 30px 26px; display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; text-align: center; }
.stats-band strong { display: block; font-family: var(--serif); font-size: 1.7rem; }
.stats-band span { font-size: 0.84rem; opacity: 0.85; }

/* Availability calendar */
.cal-wrap { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
@media (max-width: 980px) { .cal-wrap { grid-template-columns: 1fr; } }
.cal-months { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.cal-month { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 16px 14px 14px; }
.cal-month h3 { text-align: center; font-size: 1.05rem; margin-bottom: 10px; }
.cal-month table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.cal-month th { font-size: 0.68rem; color: var(--driftwood); font-weight: 600; padding-bottom: 6px; text-transform: uppercase; }
.cal-month td { text-align: center; padding: 1px; }
.cal-month td button {
  width: 100%; aspect-ratio: 1; border: 0; border-radius: 8px; background: transparent;
  font-family: var(--sans); font-size: 0.85rem; color: var(--ink); cursor: pointer;
}
.cal-month td button:hover:not(:disabled) { background: #d8ece9; }
.cal-month td button:disabled { color: #c8c0b2; cursor: default; text-decoration: line-through; }
.cal-month td button.booked { background: #f1e9dc; color: #b7a98f; text-decoration: line-through; cursor: default; }
.cal-month td button.sel { background: var(--teal); color: #fff; font-weight: 700; }
.cal-month td button.range { background: #bfe3df; }
.cal-legend { display: flex; gap: 18px; flex-wrap: wrap; margin: 14px 0 0; font-size: 0.85rem; color: #5a6770; }
.cal-legend span { display: inline-flex; align-items: center; gap: 7px; }
.cal-legend i { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }

/* Quote panel */
.quote-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 26px; position: sticky; top: 90px; }
.quote-panel h3 { margin-bottom: 12px; }
.quote-panel .dates { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.quote-panel .dates div { background: var(--sand); border: 1px solid var(--line); border-radius: 10px; padding: 9px 13px; font-size: 0.9rem; }
.quote-panel .dates label { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--driftwood); }
.quote-panel select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--sans); font-size: 0.95rem; background: var(--sand); margin-bottom: 14px; }
.quote-lines { font-size: 0.93rem; margin: 10px 0; }
.quote-lines .row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px dashed var(--line); }
.quote-lines .row.total { border-bottom: 0; font-weight: 700; font-size: 1.05rem; padding-top: 10px; }
.quote-msg { font-size: 0.9rem; color: #8a5a2b; background: #fbf3e4; border-radius: 10px; padding: 12px 14px; margin: 10px 0; }
.quote-panel .btn { width: 100%; text-align: center; }
.muted { color: var(--driftwood); font-size: 0.85rem; }

.eyebrow { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.75rem; color: var(--driftwood); font-weight: 600; display: block; margin-bottom: 8px; }
.note { font-size: 0.85rem; color: var(--driftwood); font-style: italic; }
