/* ============================================================
   Folly Beach Getaway — Lowcountry direct-booking site
   Palette: Charleston "Rainbow Row" pastels + beach tones
   (blush, peach, butter, mint, sky) with coral/sunset accent
   and a soft navy for text. Type: Fraunces + Nunito Sans.
   ============================================================ */

:root {
  --shell: #fbf6ee;        /* warm shell white (page bg) */
  --sand: #f4ecdd;         /* soft sand (alt sections) */
  --sky: #bfe0e6;          /* soft sky blue */
  --sky-soft: #e4f1f3;     /* palest sky (alt sections) */
  --blush: #f7dbd4;        /* Rainbow Row blush pink */
  --blush-soft: #fbe9e4;
  --peach: #f8d8b6;        /* peach */
  --butter: #f7e7a6;       /* butter yellow */
  --mint: #d2e7d6;         /* soft mint/sage */
  --lav: #ddd2ec;          /* lavender */
  --coral: #ec8f6a;        /* sunset coral (primary CTA) */
  --coral-deep: #cf6a43;   /* deeper coral (hover / eyebrows) */
  --navy: #2b3f57;         /* deep Charleston navy (headings / anchor) */
  --navy-deep: #213142;    /* footer */
  --ink: #34424e;          /* body text */
  --ink-soft: #64717d;     /* muted text */
  --line: rgba(43, 63, 87, 0.14);
  --white: #ffffff;

  /* Rainbow Row stripe (the signature) */
  --rainbow: linear-gradient(90deg,
    #f2aebd 0 14.28%, #f6c79c 14.28% 28.56%, #f4e39a 28.56% 42.84%,
    #b9dcb4 42.84% 57.12%, #a7d6e0 57.12% 71.4%, #c9b6e2 71.4% 85.68%,
    #f0a5b6 85.68% 100%);

  --wrap: 1160px;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow: 0 18px 40px -24px rgba(43, 63, 87, 0.4);
  --shadow-soft: 0 12px 30px -20px rgba(43, 63, 87, 0.45);

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--shell);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.08; color: var(--navy); }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--mist { background: var(--sky-soft); }
.section--sand { background: var(--sand); }

.eyebrow {
  font-family: var(--body);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin-bottom: 0.9rem;
}
.section-title { font-size: clamp(1.9rem, 4.2vw, 3rem); max-width: 18ch; }
.section-lead { color: var(--ink-soft); max-width: 60ch; margin-top: 1rem; font-size: 1.06rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--body); font-weight: 800; font-size: 0.98rem;
  padding: 0.9rem 1.6rem; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  letter-spacing: 0.01em;
}
/* primary = sunset coral with deep text */
.btn--gold { background: var(--coral); color: #45260f; box-shadow: 0 10px 22px -12px rgba(236, 143, 106, 0.95); }
.btn--gold:hover { background: var(--coral-deep); color: #fff; transform: translateY(-2px); }
/* secondary = navy */
.btn--marsh { background: var(--navy); color: #eef4f7; }
.btn--marsh:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }

:focus-visible { outline: 3px solid var(--coral-deep); outline-offset: 3px; border-radius: 4px; }

/* ---------- top nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1rem, 4vw, 2.5rem);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  border-bottom: 3px solid transparent;
}
.nav.scrolled {
  background: rgba(251, 246, 238, 0.95);
  backdrop-filter: blur(10px);
  border-image: var(--rainbow) 1;
  box-shadow: 0 6px 20px -18px rgba(0, 0, 0, 0.5);
  padding-top: 0.7rem; padding-bottom: 0.7rem;
}
.brand { display: flex; align-items: center; gap: 0.6rem; font-family: var(--display); font-size: 1.28rem; font-weight: 600; color: #fff; letter-spacing: 0.01em; text-shadow: 0 1px 10px rgba(0,0,0,0.35); }
.brand .mark { width: 30px; height: 30px; flex: none; }
.nav.scrolled .brand { color: var(--navy); text-shadow: none; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { font-weight: 700; font-size: 0.95rem; color: #fff; opacity: 0.95; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.nav.scrolled .nav-links a { color: var(--ink); text-shadow: none; }
.nav-links a:hover { color: var(--butter); }
.nav.scrolled .nav-links a:hover { color: var(--coral-deep); }
.nav-links .btn--gold { color: #45260f !important; text-shadow: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.4rem; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: 0.25s; box-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.nav.scrolled .nav-toggle span { background: var(--navy); box-shadow: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(24,34,48,0.5) 0%, rgba(24,34,48,0.18) 32%, rgba(24,34,48,0.86) 100%),
    linear-gradient(90deg, rgba(24,34,48,0.55) 0%, rgba(24,34,48,0.05) 62%),
    url("images/photo-01.jpg") center 40% / cover no-repeat;
}
.hero::before { /* Rainbow Row stripe at the top — the signature */
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 8px;
  background: var(--rainbow); z-index: 3;
}
.hero-inner { padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3rem, 7vw, 5.5rem); width: min(var(--wrap), 92vw); margin-inline: auto; }
.hero .eyebrow { color: #fff; opacity: 0.95; text-shadow: 0 1px 10px rgba(0,0,0,0.6); }
.hero h1 {
  color: #fff; font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 500;
  letter-spacing: -0.01em; max-width: 15ch;
  text-shadow: 0 2px 28px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.5);
}
.hero h1 em { font-style: italic; color: var(--butter); text-shadow: 0 2px 22px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.7); }
.hero-sub { margin-top: 1.2rem; font-size: clamp(1.05rem, 2.2vw, 1.35rem); max-width: 46ch; font-weight: 600; color: #fbf7f0; text-shadow: 0 1px 14px rgba(0,0,0,0.6); }
.hero-cta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.hero-trust { margin-top: 1.4rem; display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 0.95rem; color: #fbf7f0; text-shadow: 0 1px 10px rgba(0,0,0,0.6); }
.hero-trust .stars { color: var(--butter); letter-spacing: 0.1em; }
.scroll-cue { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.8; text-shadow: 0 1px 8px rgba(0,0,0,0.5); animation: bob 2.4s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* ---------- quick facts strip ---------- */
.facts { background: var(--sky); color: var(--navy); }
.facts .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.2rem 1rem; padding: 1.4rem 0; }
.fact { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 0.98rem; }
.fact svg { width: 26px; height: 26px; color: var(--coral-deep); flex: none; }

/* ---------- intro / welcome ---------- */
.welcome .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.welcome-copy p { color: var(--ink-soft); margin-top: 1.1rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.6rem; }
.pill { background: var(--blush); color: #8a3f34; font-weight: 700; font-size: 0.85rem; padding: 0.45rem 0.9rem; border-radius: 999px; }
.welcome-figure { position: relative; }
.welcome-figure img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.welcome-figure .tag {
  position: absolute; bottom: -14px; left: -14px; background: var(--coral); color: #45260f;
  font-weight: 800; font-size: 0.8rem; padding: 0.6rem 1rem; border-radius: 999px; box-shadow: var(--shadow-soft);
}

/* ---------- gallery ---------- */
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.gallery-grid button { border: 0; padding: 0; cursor: pointer; background: none; border-radius: var(--radius-sm); overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 0.5s ease; }
.gallery-grid button:hover img { transform: scale(1.06); }
.gallery-grid .g-big { grid-column: span 2; grid-row: span 2; }
.gallery-grid .g-big img { aspect-ratio: 1/1; }

/* ---------- rooms + amenities ---------- */
.rooms .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.sleep-list { margin-top: 1.5rem; display: grid; gap: 0.8rem; }
.sleep-item { display: flex; gap: 0.9rem; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.sleep-item svg { width: 26px; height: 26px; color: var(--coral-deep); flex: none; margin-top: 2px; }
.sleep-item strong { display: block; font-size: 1.02rem; color: var(--navy); }
.sleep-item span { color: var(--ink-soft); font-size: 0.92rem; }
.amenities-title { margin-top: 0.2rem; }
.amenity-grid { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem 1.4rem; }
.amenity-grid li { list-style: none; display: flex; align-items: center; gap: 0.6rem; font-weight: 600; font-size: 0.96rem; }
.amenity-grid svg { width: 20px; height: 20px; color: var(--coral-deep); flex: none; }

/* ---------- why book direct ---------- */
.direct { background: var(--blush-soft); }
.direct-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.direct-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-soft); }
.direct-card .num { font-family: var(--display); font-size: 1.15rem; color: var(--coral-deep); font-weight: 600; }
.direct-card h3 { color: var(--navy); font-size: 1.35rem; margin: 0.5rem 0 0.6rem; }
.direct-card p { color: var(--ink-soft); font-size: 0.98rem; }
.savings-note { margin-top: 2.2rem; text-align: center; font-size: 0.95rem; color: var(--ink-soft); }
.savings-note strong { color: var(--coral-deep); }

/* ---------- steps ---------- */
.steps-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step { position: relative; padding-left: 0.5rem; }
.step .step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--sky); color: var(--navy); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.3rem; margin-bottom: 1rem; }
.step h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.step p { color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- reviews ---------- */
.reviews-head { text-align: center; display: flex; flex-direction: column; align-items: center; }
.rating-big { display: flex; align-items: baseline; gap: 0.6rem; margin-top: 1rem; }
.rating-big .score { font-family: var(--display); font-size: 3rem; color: var(--navy); font-weight: 600; }
.rating-big .stars { color: var(--coral); font-size: 1.3rem; letter-spacing: 0.12em; }
.rating-big .count { color: var(--ink-soft); font-weight: 700; }
.review-grid { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-soft); }
.review-card .stars { color: var(--coral); letter-spacing: 0.1em; font-size: 0.95rem; }
.review-card blockquote { font-family: var(--display); font-style: italic; font-size: 1.08rem; line-height: 1.5; color: var(--ink); margin: 0.7rem 0 1rem; }
.review-card .who { font-weight: 800; font-size: 0.9rem; color: var(--navy); }
.review-card .when { color: var(--ink-soft); font-size: 0.82rem; }

/* ---------- area ---------- */
.area .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.dist-list { margin-top: 1.5rem; display: grid; gap: 0.2rem; }
.dist-item { display: flex; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.dist-item .place { font-weight: 700; color: var(--navy); }
.dist-item .place span { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.85rem; }
.dist-item .mi { font-family: var(--display); color: var(--coral-deep); font-weight: 600; white-space: nowrap; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-embed iframe { display: block; width: 100%; height: 420px; border: 0; filter: saturate(1.05); }

/* ---------- explore attractions ---------- */
.explore { background: var(--sky-soft); }
.explore-group { margin-top: 2.6rem; }
.explore-group__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.explore-group__head h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); color: var(--navy); }
.see-all { font-weight: 800; font-size: 0.9rem; color: var(--coral-deep); white-space: nowrap; }
.see-all:hover { color: var(--navy); }
.explore-group__more { margin-top: 1.1rem; text-align: center; font-size: 0.98rem; color: var(--ink-soft); }
.explore-group__more strong { color: var(--navy); }
.explore-group__more a { font-weight: 800; color: var(--coral-deep); }
.explore-group__more a:hover { color: var(--navy); }
.explore-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.att-card { position: relative; flex: 0 1 calc((100% - 2rem) / 3); border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 2.1; box-shadow: var(--shadow-soft); }
.att-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.att-card:hover img { transform: scale(1.07); }
.att-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,25,0) 38%, rgba(18,28,23,0.85) 100%); }
.att-card .att-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 1rem 1.1rem 1.05rem; color: #fff; }
.att-card h3, .att-card h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; color: #fff; font-size: 1.28rem; margin-bottom: 0.15rem; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.att-card p { font-size: 0.85rem; color: #f3efe7; line-height: 1.4; text-shadow: 0 1px 10px rgba(0,0,0,0.6); }
.att-card .att-dist { position: absolute; top: 0.8rem; right: 0.8rem; z-index: 2; background: var(--coral); color: #45260f; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.02em; padding: 0.32rem 0.65rem; border-radius: 999px; box-shadow: 0 4px 12px -4px rgba(0,0,0,0.4); }
.explore-more { margin-top: 1.9rem; text-align: center; color: var(--ink-soft); font-size: 0.96rem; line-height: 1.7; max-width: 74ch; margin-inline: auto; }
.explore-more strong { color: var(--navy); font-weight: 700; }

/* ---------- booking form ---------- */
.book { background: linear-gradient(160deg, var(--sky) 0%, var(--mint) 100%); }
.book-lead { color: var(--ink-soft); max-width: 52ch; margin-top: 1rem; }
.book-wrap { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.book-form { background: var(--shell); color: var(--ink); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1rem; }
.field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 0.35rem; color: var(--navy); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; padding: 0.75rem 0.85rem;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); outline: none; box-shadow: 0 0 0 3px rgba(236,143,106,0.32); }
.field textarea { resize: vertical; min-height: 90px; }
.hp { position: absolute; left: -9999px; }
.book-form .btn { width: 100%; justify-content: center; margin-top: 0.4rem; }
.book-note { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.9rem; text-align: center; }
.book-side h3 { color: var(--navy); font-size: 1.5rem; margin-bottom: 0.8rem; }
.book-side ul { list-style: none; display: grid; gap: 0.9rem; }
.book-side li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink); }
.book-side svg { width: 22px; height: 22px; color: var(--coral-deep); flex: none; margin-top: 3px; }
.book-side .contact { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid rgba(43,63,87,0.18); }
.book-side .contact a { color: var(--coral-deep); font-weight: 700; }

/* ---------- faq ---------- */
.faq-grid { margin-top: 2.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem; }
.faq details { border-bottom: 1px solid var(--line); padding: 0.4rem 0; }
.faq summary { cursor: pointer; font-weight: 800; font-size: 1.02rem; padding: 0.8rem 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.5rem; color: var(--coral-deep); transition: transform 0.2s; }
.faq details[open] summary::after { content: "\2212"; }
.faq p { color: var(--ink-soft); padding: 0 0 1rem; }

/* ---------- footer ---------- */
.footer { position: relative; background: var(--navy-deep); color: #c3d0da; padding: 3.4rem 0 2rem; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--rainbow); }
.footer .wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; }
.footer .brand { color: #fff; margin-bottom: 0.6rem; text-shadow: none; }
.footer p { font-size: 0.92rem; max-width: 42ch; }
.footer .foot-cta { text-align: right; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); margin-top: 2.2rem; padding-top: 1.4rem; font-size: 0.8rem; color: #92a4b1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- tide-line divider (signature accent) ---------- */
.tideline { display: block; width: 100%; height: 24px; color: var(--sky); }
.tideline svg { display: block; width: 100%; height: 100%; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(20,28,40,0.94); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lightbox button { position: absolute; background: rgba(255,255,255,0.14); border: 0; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; display: grid; place-items: center; transition: background 0.2s; }
.lightbox button:hover { background: rgba(255,255,255,0.28); }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); color: #e6eef3; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.05em; }

/* ---------- scroll reveal (progressive enhancement) ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .welcome .wrap, .rooms .wrap, .area .wrap, .book-wrap, .footer .wrap { grid-template-columns: 1fr; }
  .direct-grid, .steps-grid, .review-grid { grid-template-columns: 1fr; }
  .att-card { flex-basis: calc((100% - 1rem) / 2); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .footer .foot-cta { text-align: left; }
  .area .map-embed { order: -1; }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--shell); padding: 1rem 1.5rem 1.5rem; box-shadow: var(--shadow);
    transform: translateY(-140%); transition: transform 0.32s ease; border-bottom: 4px solid transparent; border-image: var(--rainbow) 1;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { color: var(--ink) !important; padding: 0.85rem 0; border-bottom: 1px solid var(--line); text-shadow: none; }
  .nav-links .btn { margin-top: 0.8rem; text-align: center; justify-content: center; }
  .nav-toggle { display: block; }
  .amenity-grid { grid-template-columns: 1fr; }
  .att-card { flex-basis: 100%; }
  .facts .wrap { justify-content: flex-start; }
  .fact { width: calc(50% - 1rem); }
}
@media (max-width: 460px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .g-big { grid-column: span 1; grid-row: span 1; }
  .field.row { grid-template-columns: 1fr; }
}

/* ============================================================
   Local Guide page (guide.html) — generated tile grids
   ============================================================ */
.guide-hero {
  background: var(--navy-deep); color: #eaf1f5; position: relative;
  padding: clamp(6.5rem, 11vw, 8.5rem) 0 clamp(2.2rem, 5vw, 3.2rem);
}
.guide-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--rainbow); }
.guide-hero .eyebrow { color: var(--butter); }
.guide-hero h1 { color: #fff; font-size: clamp(2.2rem, 6vw, 3.4rem); }
.guide-hero__sub { margin-top: 0.9rem; max-width: 62ch; color: #cdd9e2; font-size: 1.05rem; }

.guide-subnav {
  position: sticky; top: 58px; z-index: 40;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem;
  background: rgba(251, 246, 238, 0.95); backdrop-filter: blur(8px);
  padding: 0.7rem 1rem; border-bottom: 1px solid var(--line);
}
.guide-subnav a {
  font-weight: 800; font-size: 0.85rem; letter-spacing: 0.02em; color: var(--navy);
  padding: 0.4rem 0.95rem; border-radius: 999px; background: var(--sky-soft);
}
.guide-subnav a:hover { background: var(--coral); color: #45260f; }

.cf-guide { background: var(--shell); padding: 0 0 clamp(2.5rem, 6vw, 4rem); }
.guide-section { width: min(var(--wrap), 92vw); margin-inline: auto; padding: clamp(2.2rem, 5vw, 3.2rem) 0 0.5rem; scroll-margin-top: 120px; }
.guide-section__heading { font-size: clamp(1.6rem, 3.4vw, 2.3rem); color: var(--navy); margin-bottom: 1.4rem; }

.tile-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
a.tile {
  flex: 0 1 calc((100% - 2rem) / 3);
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  overflow: hidden; box-shadow: var(--shadow-soft);
  color: var(--ink); text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
a.tile:hover, a.tile:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--coral); }
.tile__img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; background: var(--sky-soft); }
.tile:hover .tile__img { }
.tile__body { display: flex; flex-direction: column; gap: 0.4rem; padding: 1rem 1.15rem 0.95rem; flex: 1; }
.tile__tag {
  align-self: flex-start; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  color: #8a3f34; background: var(--blush); padding: 0.25rem 0.6rem; border-radius: 999px;
}
.tile__title { font-size: 1.08rem; line-height: 1.25; margin: 0.15rem 0 0; color: var(--navy); }
.tile__desc { font-size: 0.9rem; line-height: 1.5; margin: 0; color: var(--ink-soft); flex: 1; }
.tile__meta { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; font-size: 0.76rem; color: var(--ink-soft); margin: 0.35rem 0 0; }
.tile__map { color: var(--coral-deep); font-weight: 800; white-space: nowrap; }

@media (max-width: 900px) { a.tile { flex-basis: calc((100% - 1rem) / 2); } }
@media (max-width: 600px) { a.tile { flex-basis: 100%; } .guide-subnav { top: 56px; } }

/* ============ OWNER'S FAVORITES + GUIDE EXTRAS ============ */
a.tile { position: relative; }
.tile__fav {
  position: absolute; top: 0.75rem; left: 0.75rem; z-index: 2;
  background: var(--butter); color: #6b5510;
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.3rem 0.65rem; border-radius: 999px;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.35);
}
.guide-section--favs .guide-section__heading { margin-bottom: 0.5rem; }
.guide-section__intro { color: var(--ink-soft); font-size: 1.02rem; margin: 0 0 1.4rem; }

.guide-filters { display: none; flex-wrap: wrap; gap: 0.45rem; margin: 0 0 1.3rem; }
html.js .guide-filters { display: flex; }
.guide-filters .chip {
  font-family: var(--body); font-size: 0.82rem; font-weight: 700;
  color: var(--ink-soft); background: #fff; border: 1.5px solid var(--line);
  padding: 0.34rem 0.85rem; border-radius: 999px; cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.guide-filters .chip:hover { border-color: var(--coral); color: var(--coral-deep); }
.guide-filters .chip.is-active { background: var(--coral); border-color: var(--coral); color: #45260f; }

.guide-section, a.tile[id] { scroll-margin-top: 130px; }
a.tile:target { border-color: var(--coral); box-shadow: var(--shadow); }
