/* ============================================================
   Peg & Lantern — "Storybook Firelight"
   Deep forest ink, ember amber, firefly gold, parchment cream.
   Fraunces (display serif, WONK on) + Outfit (humanist sans).
   ============================================================ */

:root {
  --ink: #14231b;
  --pine: #1d3529;
  --moss: #3e5c46;
  --sage: #7d9a85;
  --ember: #e8963c;
  --ember-deep: #c96f1e;
  --link: #a1570f;            /* AA on cream and white */
  --firefly: #ffd66b;
  --cream: #faf6ec;
  --paper: #f2ebda;
  --paper-deep: #e9dfc8;
  --card-bg: #fffdf6;
  --text: #2a3830;
  --text-soft: #5c6b61;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Outfit", -apple-system, "Segoe UI", sans-serif;
  --shadow-soft: 0 6px 30px rgba(20, 35, 27, .10);
  --shadow-lift: 0 18px 50px rgba(20, 35, 27, .22);
  --radius: 18px;
  --wrap: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@view-transition { navigation: auto; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}

body {
  font-family: var(--sans);
  font-weight: 340;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ember-deep); }
:focus-visible { outline: 3px solid var(--ember-deep); outline-offset: 2px; border-radius: 4px; }
.nav :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .site-hero :focus-visible,
.ethos :focus-visible, .footer :focus-visible { outline-color: var(--firefly); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.wrap-narrow { max-width: 780px; }

h1, h2, h3 {
  font-family: var(--serif); font-weight: 480; color: var(--ink);
  line-height: 1.08; letter-spacing: -.01em; font-optical-sizing: auto;
}
h1 { font-variation-settings: "SOFT" 40, "WONK" 1; }
h1 em, h2 em { font-style: italic; color: var(--ember); font-weight: 420; font-variation-settings: "SOFT" 70, "WONK" 1; }
section h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--firefly); color: var(--ink); padding: 10px 18px; border-radius: 0 0 12px 0; z-index: 200; font-weight: 600; }
.skip:focus { left: 0; }

.eyebrow {
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--link); font-weight: 600; margin-bottom: 10px;
}

/* facility icon svgs */
.fac-svg { width: 20px; height: 20px; color: var(--moss); flex: none; }
.chip-svg { width: 16px; height: 16px; color: currentColor; vertical-align: -3px; margin-right: 2px; }

/* ---------------- nav ---------------- */

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 214, 107, .12);
}
@supports not (background: color-mix(in srgb, red 50%, blue)) { .nav { background: rgba(20, 35, 27, .92); } }
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cream); font-family: var(--serif); font-size: 1.28rem; font-weight: 520; letter-spacing: .01em; }
.brand em { color: var(--firefly); font-style: italic; margin-left: 2px; }
.brand-mark { width: 26px; height: 26px; }
.nav-links { display: flex; gap: clamp(10px, 1.8vw, 26px); margin-left: auto; }
.nav-links a { color: rgba(250, 246, 236, .82); text-decoration: none; font-size: .92rem; font-weight: 420; letter-spacing: .03em; padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav-links a:hover { color: var(--firefly); border-bottom-color: var(--firefly); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--cream); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }

.shortlist-toggle {
  position: relative; display: flex; align-items: center; background: none; border: 0; cursor: pointer;
  color: rgba(250, 246, 236, .85); padding: 8px;
}
.shortlist-toggle svg { width: 22px; height: 22px; }
.shortlist-toggle:hover { color: var(--firefly); }
.shortlist-count {
  position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; border-radius: 8px;
  background: var(--ember); color: var(--ink); font-size: .68rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.shortlist-toggle.has-items svg { fill: var(--firefly); color: var(--firefly); }

.shortlist-drawer {
  position: fixed; top: 64px; right: clamp(8px, 2vw, 24px); z-index: 120; width: min(340px, calc(100vw - 24px));
  background: var(--card-bg); border-radius: var(--radius); box-shadow: var(--shadow-lift);
  padding: 20px; border: 1px solid var(--paper-deep);
}
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.drawer-title { font-family: var(--serif); font-weight: 480; color: var(--ink); font-size: 1.2rem; }
.drawer-close { background: none; border: 0; cursor: pointer; font-size: 1rem; color: var(--text-soft); padding: 6px; }
.drawer-empty { font-size: .9rem; color: var(--text-soft); }
.drawer-list { list-style: none; }
.drawer-list li { display: flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px dashed var(--paper-deep); font-size: .92rem; }
.drawer-list li:last-child { border-bottom: 0; }
.drawer-list a { flex: 1; text-decoration: none; font-weight: 500; }
.drawer-list .drawer-meta { color: var(--text-soft); font-size: .78rem; }
.drawer-remove { background: none; border: 0; cursor: pointer; color: var(--text-soft); font-size: .9rem; padding: 4px 6px; }
.drawer-remove:hover { color: var(--ember-deep); }
.drawer-clear { margin-top: 12px; }

@media (max-width: 1080px) {
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--ink); padding: 8px 24px 22px; border-bottom: 1px solid rgba(255,214,107,.15);
    transform: translateY(-130%); visibility: hidden; transition: transform .3s ease, visibility 0s .3s;
  }
  .nav-links.open { transform: translateY(0); visibility: visible; transition: transform .3s ease; }
  .nav-links a { padding: 13px 4px; font-size: 1.05rem; border-bottom: 1px solid rgba(250,246,236,.08); }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------------- hero ---------------- */

.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-media {
  position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover;
  animation: kenburns 26s ease-in-out infinite alternate;
  filter: saturate(1.05);
}
@keyframes kenburns { from { transform: scale(1) translateY(0); } to { transform: scale(1.09) translateY(-1.6%); } }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(20,35,27,.88) 0%, rgba(20,35,27,.42) 45%, rgba(20,35,27,.30) 100%),
    linear-gradient(180deg, rgba(20,35,27,.55) 0%, rgba(20,35,27,.05) 30%);
}
.hero-inner { position: relative; z-index: 3; max-width: var(--wrap); margin: 0 auto; padding: 130px clamp(18px, 4vw, 40px) 90px; width: 100%; }
.hero-eyebrow { color: var(--firefly); letter-spacing: .3em; text-transform: uppercase; font-size: .8rem; font-weight: 500; margin-bottom: 22px; }
.hero h1 {
  color: var(--cream); font-size: clamp(2.7rem, 8.5vw, 6.4rem); font-weight: 420;
  text-shadow: 0 2px 40px rgba(0,0,0,.35);
}
.hero-sub { color: rgba(250, 246, 236, .88); max-width: 560px; margin-top: 24px; font-size: clamp(1.02rem, 1.6vw, 1.18rem); font-weight: 330; }

.hero-search { display: flex; gap: 10px; margin-top: 34px; max-width: 560px; }
.hero-search input {
  flex: 1; min-width: 0; border: 1px solid rgba(255, 214, 107, .35); background: rgba(20, 35, 27, .55);
  backdrop-filter: blur(8px); border-radius: 999px; padding: 15px 24px; font: inherit;
  font-size: 1rem; color: var(--cream); transition: border-color .2s, background .2s;
}
.hero-search input::placeholder { color: rgba(250, 246, 236, .55); }
.hero-search input:focus { border-color: var(--firefly); background: rgba(20, 35, 27, .75); outline: none; box-shadow: 0 0 0 3px rgba(255, 214, 107, .35); }
.hero-search button {
  border: 0; border-radius: 999px; padding: 15px 30px; font: inherit; font-weight: 600;
  background: linear-gradient(135deg, var(--firefly), var(--ember)); color: var(--ink);
  cursor: pointer; transition: transform .2s, box-shadow .2s; white-space: nowrap;
}
.hero-search button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(232, 150, 60, .4); }

.hero-stats { display: flex; gap: clamp(20px, 5vw, 60px) ; margin-top: 50px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--firefly); font-weight: 480; line-height: 1; }
.hero-stats span { color: rgba(250, 246, 236, .7); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 7px; }

.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; width: 24px; height: 40px; border: 2px solid rgba(250,246,236,.4); border-radius: 14px; }
.hero-scroll span { position: absolute; top: 7px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 4px; background: var(--firefly); animation: scrolldot 1.8s ease-in-out infinite; }
@keyframes scrolldot { 0%,100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(14px); opacity: .2; } }

@media (max-width: 560px) {
  .hero-search { flex-direction: column; }
  .hero-search button { width: 100%; }
  .hero-stats { gap: 18px 30px; margin-top: 38px; }
  .hero-inner { padding-bottom: 70px; }
}

/* ---------------- filters ---------------- */

.filters {
  position: sticky; top: 64px; z-index: 90;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--paper-deep);
  padding: 14px 0 10px;
}
@supports not (background: color-mix(in srgb, red 50%, blue)) { .filters { background: rgba(250, 246, 236, .96); } }
.filter-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.county-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill {
  border: 1.5px solid var(--moss); background: transparent; color: var(--moss);
  font: inherit; font-size: .88rem; font-weight: 520; padding: 8px 18px; border-radius: 999px;
  cursor: pointer; transition: all .18s; text-decoration: none; display: inline-block;
}
.pill:hover { border-color: var(--ember-deep); color: var(--ember-deep); }
.pill.is-active { background: var(--ink); border-color: var(--ink); color: var(--firefly); }
.sort-box { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--text-soft); }
.sort-box select { font: inherit; font-size: 1rem; padding: 8px 12px; border-radius: 10px; border: 1.5px solid var(--paper-deep); background: #fff; color: var(--text); cursor: pointer; }

.chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.chip {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1.5px solid var(--paper-deep); background: var(--card-bg); color: var(--text-soft);
  font: inherit; font-size: .82rem; font-weight: 460; padding: 6px 13px; border-radius: 999px;
  cursor: pointer; transition: all .18s; white-space: nowrap;
}
.chip:hover { border-color: var(--ember); color: var(--ember-deep); }
.chip[aria-pressed="true"] { background: var(--ember); border-color: var(--ember); color: var(--ink); font-weight: 560; box-shadow: 0 4px 14px rgba(232,150,60,.35); }
.result-count { margin-top: 12px; font-size: .88rem; color: var(--text-soft); font-style: italic; font-family: var(--serif); }

@media (max-width: 700px) {
  .chip-row {
    flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin-inline: calc(-1 * clamp(18px, 4vw, 40px)); padding-inline: clamp(18px, 4vw, 40px);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 28px), transparent);
  }
  .chip-row::-webkit-scrollbar { display: none; }
  .chip { scroll-snap-align: start; flex-shrink: 0; }
}

/* ---------------- cards & grid ---------------- */

.grid-section { padding: clamp(36px, 6vw, 70px) 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: clamp(18px, 2.6vw, 30px); }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--card-bg); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card.hide { display: none; }
.card-link { display: block; text-decoration: none; color: inherit; height: 100%; }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.badge {
  display: inline-block; background: rgba(20, 35, 27, .78); backdrop-filter: blur(6px);
  color: var(--cream); font-size: .76rem; font-weight: 560; letter-spacing: .04em;
  padding: 5px 12px; border-radius: 999px;
}
.badge-distance { position: absolute; top: 12px; left: 12px; }
.badge-price { position: absolute; top: 12px; right: 12px; background: rgba(255, 214, 107, .92); color: var(--ink); }
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 7px; }
.card-body .eyebrow { margin-bottom: 0; font-size: .7rem; }
.card-body h3 { font-size: 1.28rem; }
.card-loc { font-size: .85rem; color: var(--text-soft); }
.card-blurb { font-size: .93rem; margin-top: 3px; }
.card-facs { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }
.fac { display: inline-flex; background: var(--paper); border-radius: 8px; padding: 5px 6px; line-height: 1; }
.fac-more { font-size: .78rem; color: var(--text-soft); align-self: center; font-weight: 560; }
.card-cta { margin-top: 12px; font-weight: 600; font-size: .88rem; color: var(--link); letter-spacing: .02em; }
.card:hover .card-cta { color: var(--ember-deep); }

.heart {
  position: absolute; z-index: 3; bottom: 14px; right: 14px; width: 40px; height: 40px;
  border-radius: 50%; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: center;
  background: rgba(20, 35, 27, .72); backdrop-filter: blur(6px);
  transition: transform .2s, background .2s;
}
.card .heart { top: auto; bottom: auto; top: 56px; right: 12px; }
.heart svg { width: 20px; height: 20px; fill: none; stroke: var(--cream); stroke-width: 1.7; transition: fill .2s, stroke .2s, transform .2s; }
.heart:hover { transform: scale(1.12); }
.heart[aria-pressed="true"] svg { fill: var(--firefly); stroke: var(--firefly); }
.heart[aria-pressed="true"] { background: rgba(20, 35, 27, .85); }
.heart-hero { position: static; width: auto; height: auto; border-radius: 999px; gap: 7px; padding: 5px 14px; display: inline-flex; }
.heart-hero span { color: var(--cream); font-size: .8rem; font-weight: 560; letter-spacing: .04em; }
.heart-hero[aria-pressed="true"] span { color: var(--firefly); }

.empty { text-align: center; padding: 60px 20px; }
.empty p { margin-bottom: 12px; }

/* ---------------- map ---------------- */

.map-section { padding: clamp(36px, 6vw, 70px) 0 0; background: var(--paper); }
.map-section .wrap { padding-bottom: 28px; }
.section-sub { color: var(--text-soft); max-width: 560px; margin-top: 8px; }
#map { height: min(72vh, 620px); z-index: 1; border-top: 1px solid var(--paper-deep); background: var(--paper-deep); }
#map .leaflet-popup-content-wrapper { border-radius: 14px; font-family: var(--sans); }
.map-pop { font-size: .92rem; }
.map-pop strong { font-family: var(--serif); font-size: 1.02rem; display: block; margin-bottom: 2px; }
.map-pop a { font-weight: 600; }

/* ---------------- collections & county cards ---------------- */

.coll-section { padding: clamp(46px, 7vw, 90px) 0; background: var(--paper); }
.coll-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: clamp(14px, 2vw, 22px); margin-top: 30px; }
.coll-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--card-bg); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--paper-deep); border-top: 3px solid var(--ember);
  box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s;
}
.coll-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); border-top-color: var(--firefly); }
.coll-body { padding: 20px 20px 18px; }
.coll-body h3 { font-size: 1.15rem; margin-bottom: 4px; }
.coll-body p { font-size: .85rem; color: var(--text-soft); }
.coll-body .card-cta { display: inline-block; margin-top: 8px; }

.coll-strip { margin-top: 44px; }
.coll-strip h2 { font-size: 1.4rem; margin-bottom: 12px; }
.coll-strip-links { display: flex; gap: 8px; flex-wrap: wrap; }

.counties-section { padding: clamp(46px, 7vw, 90px) 0 clamp(70px, 9vw, 130px); background: var(--paper); }
.county-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(16px, 2.4vw, 26px); margin-top: 30px; }
.county-card {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 380px;
  display: flex; align-items: flex-end; text-decoration: none;
  background-image: linear-gradient(180deg, rgba(20,35,27,.05) 30%, rgba(20,35,27,.88) 100%), var(--bg);
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s;
}
.county-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.county-card-inner { padding: 26px; }
.county-card h3 { color: var(--cream); font-size: 1.7rem; margin-bottom: 8px; }
.county-card p { color: rgba(250,246,236,.85); font-size: .92rem; }
.county-card .card-cta { display: inline-block; margin-top: 12px; color: var(--firefly); }

/* ---------------- dividers ---------------- */

.divider { display: block; width: 100%; height: clamp(40px, 7vw, 90px); margin-bottom: -1px; }
.divider-flip { transform: scaleY(-1); margin-bottom: 0; margin-top: -1px; }

/* ---------------- ethos & guides ---------------- */

.ethos { background: var(--ink); color: var(--cream); padding: clamp(46px, 7vw, 100px) 0; position: relative; overflow: hidden; }
.ethos::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(60% 80% at 80% 20%, rgba(255,214,107,.08), transparent 60%);
}
.ethos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(26px, 4vw, 60px); position: relative; }
.ethos-num { font-family: var(--serif); font-style: italic; color: var(--ember); font-size: 1.1rem; }
.ethos-item h3 { color: var(--firefly); font-size: 1.5rem; margin: 10px 0 12px; }
.ethos-item p { color: rgba(250, 246, 236, .78); font-size: .96rem; }

.guides-section { padding: clamp(46px, 7vw, 90px) 0 0; }
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(14px, 2vw, 24px); margin-top: 28px; }
.guide-card {
  display: block; text-decoration: none; color: inherit; background: var(--card-bg);
  border: 1px solid var(--paper-deep); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s;
}
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.guide-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.guide-card p { font-size: .92rem; color: var(--text-soft); }
.guide-card .card-cta { display: inline-block; margin-top: 12px; }

/* ---------------- faq ---------------- */

.faq-section { padding: clamp(46px, 7vw, 100px) 0; }
.faq-section h2 { margin-bottom: 26px; }
.faq { border-bottom: 1px solid var(--paper-deep); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 44px 20px 0; position: relative;
  font-family: var(--serif); font-size: 1.12rem; font-weight: 500; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--ember); transition: transform .25s; font-family: var(--sans); font-weight: 300;
}
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { padding: 0 0 22px; color: var(--text-soft); max-width: 680px; }

/* ---------------- page hero (county/collection/about/404) ---------------- */

.page-hero {
  position: relative; min-height: 62vh; display: flex; align-items: flex-end; overflow: hidden;
  background-image: linear-gradient(180deg, rgba(20,35,27,.5) 0%, rgba(20,35,27,.2) 40%, rgba(20,35,27,.85) 100%), var(--bg);
  background-size: cover; background-position: center;
}
.page-hero-short { min-height: 46vh; }
.page-hero-inner { position: relative; z-index: 3; max-width: var(--wrap); margin: 0 auto; padding: 130px clamp(18px, 4vw, 40px) 56px; width: 100%; }
.page-hero h1 { color: var(--cream); font-size: clamp(2.2rem, 6vw, 4.4rem); font-weight: 430; }
.page-hero .hero-sub { color: rgba(250,246,236,.88); margin-top: 16px; max-width: 560px; }
.crumbs { font-size: .84rem; color: rgba(250, 246, 236, .75); margin-bottom: 18px; letter-spacing: .04em; }
.crumbs a { color: rgba(250, 246, 236, .9); text-decoration: none; }
.crumbs a:hover { color: var(--firefly); }
.crumbs span { margin: 0 6px; opacity: .5; }
.county-intro { padding-bottom: clamp(24px, 4vw, 46px); }
.lede { font-size: clamp(1.06rem, 1.7vw, 1.22rem); font-weight: 330; color: var(--text); }
.lede + .lede { margin-top: 18px; }
.backlink { margin-top: 40px; }

/* ---------------- site detail ---------------- */

.site-hero { position: relative; min-height: 68vh; background: var(--ink); overflow: hidden; }
.site-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-note {
  position: absolute; z-index: 3; top: 76px; right: 14px;
  background: rgba(20, 35, 27, .6); color: rgba(250, 246, 236, .85);
  font-size: .7rem; letter-spacing: .05em; padding: 4px 10px; border-radius: 999px;
  backdrop-filter: blur(4px);
}
.site-hero-overlay {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end;
  background: linear-gradient(180deg, rgba(20,35,27,.45) 0%, rgba(20,35,27,.12) 40%, rgba(20,35,27,.86) 100%);
  padding-bottom: 48px;
}
.site-hero-overlay .wrap { width: 100%; }
.site-hero h1 { color: var(--cream); font-size: clamp(2.1rem, 5.4vw, 4rem); font-weight: 440; max-width: 900px; }
.site-loc { color: rgba(250, 246, 236, .85); margin-top: 10px; font-size: 1.02rem; }
.site-badges { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; align-items: center; }
.site-badges .badge { position: static; background: rgba(255, 214, 107, .16); border: 1px solid rgba(255, 214, 107, .45); color: var(--firefly); }

.site-main { padding: clamp(40px, 6vw, 80px) 0 clamp(30px, 4vw, 50px); }
.site-cols { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(30px, 4.5vw, 70px); align-items: start; }
@media (max-width: 960px) { .site-cols { grid-template-columns: 1fr; } }

.site-article .lede { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.45rem); color: var(--pine); margin-bottom: 26px; line-height: 1.45; }
.site-article > p { margin-bottom: 18px; max-width: 640px; }
.site-article > p:first-of-type::first-letter {
  font-family: var(--serif); font-size: 3.2em; float: left; line-height: .84;
  padding: .06em .12em 0 0; color: var(--ember-deep); font-variation-settings: "SOFT" 40, "WONK" 1;
}
.site-article h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); margin: 40px 0 16px; }

.verdict-card {
  background: var(--pine); color: var(--cream); border-radius: var(--radius);
  padding: 22px 26px; margin-bottom: 26px; max-width: 640px; position: relative; overflow: hidden;
}
.verdict-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(255,214,107,.25), transparent 70%); }
.verdict-label { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--firefly); font-weight: 600; margin-bottom: 8px; }
.verdict-text { font-family: var(--serif); font-style: italic; font-size: 1.18rem; line-height: 1.45; }

.niggle-card {
  border: 1.5px dashed var(--ember); border-radius: var(--radius);
  padding: 20px 24px; margin: 34px 0 0; max-width: 640px; background: rgba(232, 150, 60, .06);
}
.niggle-card .verdict-label { color: var(--ember-deep); }
.niggle-card p:last-child { margin-bottom: 0; }

.glance { width: 100%; max-width: 640px; border-collapse: collapse; margin: 0 0 30px; font-size: .95rem; }
.glance th, .glance td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--paper-deep); }
.glance th { font-weight: 560; color: var(--pine); width: 52%; }
.glance-note { font-size: .8rem; margin-left: 6px; }

.love-list, .nearby-list, .tips-list { list-style: none; max-width: 640px; }
.love-list li, .nearby-list li, .tips-list li { padding: 12px 0 12px 30px; position: relative; border-bottom: 1px solid var(--paper-deep); }
.love-list li::before, .nearby-list li::before, .tips-list li::before {
  content: ""; position: absolute; left: 4px; top: 1.32em; width: 9px; height: 9px; border-radius: 50%;
  background: var(--firefly); box-shadow: 0 0 10px 2px rgba(232, 150, 60, .5);
}
.disclaimer { margin-top: 36px; font-size: .84rem; color: var(--text-soft); border-left: 3px solid var(--ember); padding-left: 14px; max-width: 560px; }

.site-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 90px; }
.side-card { background: var(--card-bg); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-soft); }
.side-card h2 { font-size: 1.25rem; margin-bottom: 14px; }
.side-card p { font-size: .93rem; color: var(--text-soft); margin-bottom: 12px; }
.fac-list { list-style: none; }
.fac-list li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: .92rem; border-bottom: 1px dashed var(--paper-deep); }
.fac-list li:last-child { border-bottom: 0; }
.fac-list .fac-ic { width: 20px; height: 20px; }
.fac-list .fac-flag { margin-left: auto; font-weight: 700; }
.fac-list .has .fac-flag { color: var(--moss); }
.fac-list .not { opacity: .62; }
.fac-list .not .fac-flag { color: var(--ember-deep); }
.fac-list .not .fac-ic { color: var(--sage); }

.btn {
  display: block; text-align: center; text-decoration: none; font-weight: 600; font-size: .95rem;
  background: linear-gradient(135deg, var(--firefly), var(--ember)); color: var(--ink);
  border-radius: 999px; padding: 13px 22px; margin-top: 8px; transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(232, 150, 60, .4); color: var(--ink); }
.btn-ghost { background: transparent; border: 1.5px solid var(--moss); color: var(--moss); }
.btn-ghost:hover { border-color: var(--ember-deep); color: var(--ember-deep); box-shadow: none; }
.side-note { background: var(--pine); }
.side-note h2 { color: var(--firefly); }
.side-note p { color: rgba(250, 246, 236, .8); }

/* weather */
.weather-block { margin-top: 40px; }
.weather-strip {
  display: grid; grid-template-columns: repeat(7, minmax(76px, 1fr)); gap: 8px;
  margin-top: 18px; max-width: 640px; overflow-x: auto;
}
.wx-day {
  background: var(--card-bg); border: 1px solid var(--paper-deep); border-radius: 14px;
  padding: 12px 6px; text-align: center; font-size: .8rem;
}
.wx-day .wx-name { font-weight: 600; color: var(--pine); }
.wx-day svg { width: 26px; height: 26px; margin: 6px auto 4px; color: var(--ember-deep); display: block; }
.wx-day .wx-temp { font-weight: 560; }
.wx-day .wx-temp span { color: var(--text-soft); font-weight: 340; }
.wx-day .wx-rain { color: var(--text-soft); font-size: .72rem; margin-top: 2px; }

/* journey prev/next */
.journey { display: flex; justify-content: space-between; gap: 14px; max-width: var(--wrap); margin: 46px auto 0; padding: 0 clamp(18px, 4vw, 40px); }
.journey-link {
  flex: 1; max-width: 46%; text-decoration: none; background: var(--paper); border: 1px solid var(--paper-deep);
  border-radius: var(--radius); padding: 16px 20px; transition: transform .2s, box-shadow .2s;
}
.journey-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.journey-link span { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 4px; }
.journey-link strong { font-family: var(--serif); color: var(--ink); font-size: 1.05rem; }
.journey-next { text-align: right; }

.related { background: var(--paper); padding: clamp(40px, 6vw, 80px) 0; }
.related h2 { margin-bottom: 26px; }

/* ---------------- compare table ---------------- */

.table-scroll { overflow-x: auto; margin: 26px 0; -webkit-overflow-scrolling: touch; }
.compare { border-collapse: collapse; width: 100%; min-width: 1050px; font-size: .88rem; background: var(--card-bg); }
.compare thead th {
  position: sticky; top: 64px; background: var(--ink); color: var(--cream); padding: 12px 10px;
  text-align: center; cursor: pointer; user-select: none; font-weight: 500; font-size: .78rem; z-index: 5;
}
.compare thead th:hover { color: var(--firefly); }
.th-sort { all: unset; cursor: pointer; display: block; width: 100%; text-align: inherit; color: inherit; font: inherit; }
.th-sort:focus-visible { outline: 3px solid var(--firefly); outline-offset: 2px; border-radius: 4px; }
.compare thead th .fac-svg { color: var(--firefly); width: 18px; height: 18px; display: block; margin: 0 auto 4px; }
.compare .th-label { display: block; max-width: 74px; margin: 0 auto; line-height: 1.2; }
.compare .th-site { text-align: left; min-width: 220px; }
.compare tbody th { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--paper-deep); font-weight: 500; }
.compare tbody th a { text-decoration: none; font-family: var(--serif); font-size: .98rem; }
.compare .tr-loc { display: block; font-size: .76rem; color: var(--text-soft); }
.compare tbody td { text-align: center; padding: 10px 8px; border-bottom: 1px solid var(--paper-deep); }
.compare tbody tr:hover { background: var(--paper); }
.cell-yes { color: var(--moss); font-weight: 700; }
.cell-no { color: var(--paper-deep); }
.compare th[aria-sort] { color: var(--firefly); }

/* ---------------- kit list ---------------- */

.kit-actions { margin: 20px 0 6px; display: flex; gap: 10px; }
.kit-section { margin-top: 40px; }
.kit-section h2 { margin-bottom: 4px; }
.check-list { list-style: none; margin-top: 16px; max-width: 640px; columns: 2; column-gap: 34px; }
@media (max-width: 640px) { .check-list { columns: 1; } }
.check-list li { break-inside: avoid; margin-bottom: 4px; }
.check-list label { display: flex; align-items: flex-start; gap: 10px; padding: 7px 4px; border-radius: 8px; cursor: pointer; font-size: .95rem; }
.check-list label:hover { background: var(--paper); }
.check-list input {
  appearance: none; flex: none; width: 20px; height: 20px; margin-top: 2px;
  border: 2px solid var(--moss); border-radius: 6px; cursor: pointer; position: relative; background: var(--card-bg);
}
.check-list input:checked { background: var(--ember); border-color: var(--ember); }
.check-list input:checked::after {
  content: "✓"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--ink); font-size: .82rem; font-weight: 800;
}
.check-list input:checked + span { text-decoration: line-through; text-decoration-color: rgba(92,107,97,.6); color: var(--text-soft); }

/* ---------------- when to camp ---------------- */

.month-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(14px, 2vw, 24px); margin-top: 10px; }
.month { background: var(--card-bg); border: 1px solid var(--paper-deep); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-soft); }
.month h2 { font-size: 1.4rem; margin-bottom: 8px; color: var(--ember-deep); font-style: italic; }
.month p { font-size: .93rem; }

/* ---------------- about / footer ---------------- */

.about-copy p { margin-bottom: 18px; }
.about-copy h2 { margin: 36px 0 14px; font-size: 1.6rem; }

.footer { background: var(--ink); color: rgba(250, 246, 236, .75); padding: clamp(46px, 6vw, 80px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); padding-bottom: 46px; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { font-family: var(--serif); font-size: 1.5rem; color: var(--cream); margin-bottom: 14px; }
.footer-logo em { color: var(--firefly); }
.footer-brand p { font-size: .9rem; margin-bottom: 12px; max-width: 340px; }
.footer-small { font-size: .78rem !important; opacity: .7; }
.footer h3 { color: var(--firefly); font-size: .95rem; margin-bottom: 14px; font-weight: 520; letter-spacing: .04em; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer a { color: rgba(250, 246, 236, .72); text-decoration: none; font-size: .86rem; }
.footer a:hover { color: var(--firefly); }
.footer-base {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  border-top: 1px solid rgba(250, 246, 236, .12); padding-top: 22px; padding-bottom: 26px; font-size: .82rem;
}

/* ---------------- reveal animation ---------------- */

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: calc(min(var(--i, 0), 8) * 55ms); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* ---------------- print ---------------- */

@media print {
  .nav, .footer, .heart, .shortlist-drawer, .shortlist-toggle, .hero-scroll,
  .kit-actions, .journey, .related, .weather-block, .backlink, .divider { display: none !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  body { background: #fff; }
  .page-hero, .site-hero, .hero { min-height: auto; }
  .check-list { columns: 2; }
  a { color: inherit; text-decoration: none; }
}
