/* Fonts are loaded from <head> in build-pages.mjs, with preconnect, rather
   than by @import here. An @import forces the browser to parse this whole
   stylesheet before it even discovers the font request, which serialises two
   round trips and directly delays Largest Contentful Paint. */

/* ============================================================
   Silver Lake Dune Guide.

   Freshwater sibling of the Oregon Dunes Guide / Little Sahara
   framework: same structural class vocabulary and type pairing,
   so the family reads as a family. The palette is the difference,
   and it comes from the place itself, deep Lake Michigan navy
   against pale Great Lakes dune sand, with a dark pine edge.

   The other framework sites ship generated SVG dune art because
   they have no photography. This one does, so page heroes are
   real images under a lake-deep gradient, and the SVG dune art
   is the fallback for pages that have no photo yet.
   ============================================================ */

:root{
  --lake-deep:#0a3346;    /* darkest navy, footer and ink        */
  --lake:#0f4c66;         /* primary deep blue                   */
  --lake-mid:#1d6a86;     /* lifted blue, links on dark          */
  --pine:#2f4636;         /* Michigan forest edge                */
  --sand:#f3ead9;         /* page background, pale dune          */
  --sand-deep:#e6d8b8;
  --dune:#c9a15a;         /* wind-lit gold sand                  */
  --dune-dark:#a67d3d;
  --sunset:#e2703a;       /* accent, calls to action             */
  --sunset-hot:#d1552a;
  --ink:#16303d;          /* body copy, a blue-black             */
  --white:#fffdf8;
  --rule:rgba(22,48,61,.15);
  --shadow:0 18px 46px rgba(10,51,70,.16);

  /* Layered dune silhouettes for pages with no photograph. */
  --dune-far:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 420' preserveAspectRatio='none'%3E%3Cpath d='M0,290 C180,238 330,316 492,288 C654,260 792,186 972,220 C1136,250 1294,320 1440,282 L1440,420 L0,420 Z' fill='%23000' fill-opacity='.18'/%3E%3C/svg%3E");
  --dune-mid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 420' preserveAspectRatio='none'%3E%3Cpath d='M0,340 C156,304 272,358 436,334 C618,306 748,248 922,276 C1098,304 1270,362 1440,332 L1440,420 L0,420 Z' fill='%23000' fill-opacity='.26'/%3E%3C/svg%3E");
  --dune-near:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 420' preserveAspectRatio='none'%3E%3Cpath d='M0,382 C196,354 344,392 524,376 C704,358 858,322 1042,346 C1206,368 1322,394 1440,380 L1440,420 L0,420 Z' fill='%23000' fill-opacity='.4'/%3E%3C/svg%3E");

  /* One gradient used over every photographic hero, so the whole
     site darkens its imagery the same way. */
  --photo-veil:linear-gradient(178deg,rgba(10,51,70,.78) 0%,rgba(10,51,70,.42) 46%,rgba(10,51,70,.72) 100%);
  --photo-veil-soft:linear-gradient(178deg,rgba(10,51,70,.74) 0%,rgba(10,51,70,.46) 50%,rgba(10,51,70,.66) 100%);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sand);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;height:auto}
.shell{width:min(1180px,calc(100% - 48px));margin:auto}

/* ---------- typography ---------- */
.kicker,.section-label{font-size:10px;font-weight:800;letter-spacing:.22em;color:var(--dune);margin:0}
.section-label.dark{color:var(--sunset-hot)}
.section-label.pale{color:var(--dune)}
h1,h2,h3{margin:0}
.display,.hero h1,.sub-hero h1,.intro h2,.directory h2,.conditions-band h2,.guide-hero h1,.guide-content h2,.official-band h2,.trip-strip h2,.zone-hero h1{font-family:"Cormorant Garamond",serif;font-weight:600;line-height:.92;letter-spacing:-.04em}
.hero h1{font-size:clamp(52px,7.2vw,104px);margin:22px 0 26px;line-height:.88}
.hero h1 em{font-style:italic;color:var(--dune)}
.intro h2,.directory h2,.conditions-band h2{font-size:clamp(38px,4.6vw,62px)}
.intro h2 i,.directory h2 i,.conditions-band h2 i{font-style:italic;color:var(--sunset-hot)}
.lead{font-size:19px;line-height:1.55}

/* ---------- header ---------- */
.site-header{height:76px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:18px;background:rgba(243,234,217,.97);border-bottom:1px solid var(--rule);position:sticky;top:0;z-index:40;backdrop-filter:saturate(1.2) blur(6px)}
.brand{display:block;width:198px;flex:none}
.brand img{display:block;width:100%;height:auto}
.site-header nav{display:flex;gap:14px;margin-left:auto;font-size:11px;font-weight:700}
.site-header nav a{padding:4px 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--sunset-hot);border-bottom-color:var(--sunset-hot)}
.header-cta{background:var(--lake-deep);color:var(--white);padding:13px 18px;font-size:11px;font-weight:800;letter-spacing:.06em;white-space:nowrap;transition:background .15s}
.header-cta:hover{background:var(--sunset)}
.menu-button{display:none;background:none;border:0;color:var(--lake-deep);font-weight:800;font-size:12px;letter-spacing:.12em;margin-left:auto}

/* ---------- home hero ---------- */
.hero{min-height:680px;position:relative;color:var(--white);display:flex;flex-direction:column;justify-content:center;
  background:var(--photo-veil),url(../images/hero-home-silver-lake-orv-v1.webp) center/cover no-repeat,linear-gradient(178deg,#0a3346,#1d6a86);
}
.hero-content{position:relative;z-index:2;padding:96px 0 64px}
.hero-copy{max-width:560px;font-size:18px;color:rgba(255,253,248,.92)}
.actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:34px}

.region-ribbon{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,253,248,.2);border-top:1px solid rgba(255,253,248,.2);margin-top:auto}
.region-ribbon>div{background:rgba(10,51,70,.68);padding:20px max(24px,calc((100vw - 1180px)/2 - 8px));display:flex;flex-direction:column;gap:2px;backdrop-filter:blur(3px)}
.region-ribbon span{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--dune)}
.region-ribbon b{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;letter-spacing:-.02em}
.region-ribbon small{font-size:12px;color:rgba(255,253,248,.74)}

/* ---------- buttons ---------- */
.button{display:inline-block;padding:15px 24px;font-size:11.5px;font-weight:800;letter-spacing:.08em;transition:transform .15s,background .15s,color .15s}
.button:hover{transform:translateY(-2px)}
.button.light{background:var(--white);color:var(--lake-deep)}
.button.light:hover{background:var(--sand-deep)}
.button.sand{background:var(--sand-deep);color:var(--lake-deep)}
.button.sand:hover{background:var(--dune)}
.button.ink{background:var(--lake-deep);color:var(--white)}
.button.ink:hover{background:var(--sunset)}
.button.rust{background:var(--sunset);color:var(--white)}
.button.rust:hover{background:var(--lake-deep)}
.text-link{font-size:12.5px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.text-link:hover{color:var(--dune)}

/* ---------- intro ---------- */
.intro{padding:96px 0 78px}
.intro-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;margin-top:26px;align-items:start}
.intro-grid p{margin:0 0 16px}

/* ---------- feature grid (photo cards) ---------- */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:96px}
.feature{position:relative;padding:34px 30px 30px;min-height:300px;display:flex;flex-direction:column;color:var(--white);overflow:hidden;transition:transform .2s;background:var(--lake);background-size:cover;background-position:center}
.feature:hover{transform:translateY(-4px)}
.feature::before{content:"";position:absolute;inset:0;background:linear-gradient(178deg,rgba(10,51,70,.5) 0%,rgba(10,51,70,.62) 52%,rgba(10,51,70,.9) 100%);pointer-events:none}
.feature>*{position:relative;z-index:1}
.feature span{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--dune)}
.feature h3{font-family:"Cormorant Garamond",serif;font-size:31px;font-weight:600;line-height:1;margin:14px 0 12px;letter-spacing:-.02em}
.feature p{font-size:14px;color:rgba(255,253,248,.86);margin:0}
.feature b{margin-top:auto;padding-top:22px;font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--dune)}
.feature-permits{background-image:url(../images/tile-home-rules-v1.webp)}
.feature-camp{background-image:url(../images/tile-home-camping-v1.webp)}
.feature-ride{background-image:url(../images/tile-home-conditions-v1.webp)}
.feature-rentals{background-image:url(../images/tile-home-rentals-v2.webp)}
.feature-safety{background-image:url(../images/tile-home-safety-v1.webp)}
.feature-map{background-image:url(../images/tile-home-map-staging-v1.webp)}

/* ---------- directory ---------- */
.directory{padding-bottom:96px}
.directory-heading{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:end;margin-bottom:34px}
.directory-heading p:last-child{margin:0;color:rgba(22,48,61,.76)}
.directory-featured{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center;padding:34px 36px;background:var(--lake-deep);color:var(--white);margin-bottom:20px;transition:background .18s}
.directory-featured:hover{background:var(--lake)}
.directory-featured>span{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--dune);writing-mode:vertical-rl;transform:rotate(180deg)}
.directory-featured h3{font-family:"Cormorant Garamond",serif;font-size:34px;font-weight:600;margin:0 0 8px;letter-spacing:-.02em}
.directory-featured p{margin:0;font-size:14.5px;color:rgba(255,253,248,.84);max-width:64ch}
.directory-featured b{font-size:11px;font-weight:800;letter-spacing:.08em;white-space:nowrap;color:var(--dune)}
.directory-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.directory-category{background:var(--white);padding:28px 24px;border:1px solid var(--rule)}
.directory-category>p{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot);margin:0}
.directory-category h3{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;margin:8px 0 18px;letter-spacing:-.02em}
.directory-category a{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;border-top:1px solid var(--rule);transition:color .15s}
.directory-category a:hover{color:var(--sunset-hot)}
.directory-category b{display:block;font-size:13.5px;font-weight:700}
.directory-category small{display:block;font-size:11.5px;color:rgba(22,48,61,.62);line-height:1.4;margin-top:2px}
.directory-category i{font-style:normal;font-size:15px}

/* ---------- conditions band ---------- */
.conditions-band{background:var(--lake-deep);color:var(--white);padding:82px 0}
.conditions-band .split{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:start}
.conditions-band h2 i{color:var(--dune)}
.conditions-band p{color:rgba(255,253,248,.82);max-width:52ch}
.conditions-band .button{margin-top:12px}
.quick-list{display:flex;flex-direction:column;gap:1px;background:rgba(255,253,248,.18)}
.quick-list article{background:var(--lake-deep);padding:22px 26px}
.quick-list span{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--dune)}
.quick-list h3{font-size:17px;font-weight:700;margin:7px 0 5px}
.quick-list p{font-size:13.5px;margin:0;color:rgba(255,253,248,.74)}

/* ---------- trip strip ---------- */
.trip-strip{background:var(--dune);padding:56px 0}
.trip-strip .shell{display:flex;justify-content:space-between;align-items:center;gap:36px;flex-wrap:wrap}
.trip-strip small{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--lake-deep)}
.trip-strip h2{font-size:clamp(30px,3.4vw,44px);margin-top:8px;color:var(--lake-deep)}

/* ---------- footer ---------- */
footer{background:var(--lake-deep);color:rgba(255,253,248,.74);padding:64px 0 52px;font-size:13.5px}
footer .shell{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.footer-brand{display:block;width:min(360px,100%)}
.footer-brand img{display:block;width:100%;height:auto}
footer p{margin:0;max-width:74ch}
footer a{border-bottom:1px solid rgba(255,253,248,.4)}
footer a:hover{color:var(--dune)}
.footer-sister-link{color:rgba(255,253,248,.88)}
.footer-contact{font-size:12.5px;color:rgba(255,253,248,.6)}
.footer-imagery{font-size:12px;color:rgba(255,253,248,.52);line-height:1.6}
.footer-legal{font-size:12.5px;color:rgba(255,253,248,.6);border-top:1px solid rgba(255,253,248,.14);padding-top:16px;width:100%}
.footer-feedback-card{margin-top:14px;background:rgba(255,253,248,.07);border:1px solid rgba(255,253,248,.18);color:var(--white);text-align:left;padding:20px 24px;cursor:pointer;display:flex;flex-direction:column;gap:5px;transition:background .15s}
.footer-feedback-card:hover{background:rgba(255,253,248,.13)}
.footer-feedback-card small{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--dune)}
.footer-feedback-card strong{font-size:16px}
.footer-feedback-card span{font-size:12.5px;color:rgba(255,253,248,.68)}

/* ---------- feedback dialog ---------- */
.site-feedback-dialog{border:0;padding:0;background:transparent;max-width:640px;width:calc(100% - 32px)}
.site-feedback-dialog::backdrop{background:rgba(10,51,70,.66)}
.site-feedback-window{background:var(--sand);padding:38px 36px;position:relative;max-height:88vh;overflow:auto}
.site-feedback-close{position:absolute;top:14px;right:16px;background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:var(--ink)}
.site-feedback-window h2{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:600;margin:8px 0 12px;letter-spacing:-.02em}
.site-feedback-form{display:flex;flex-direction:column;gap:16px;margin-top:22px}
.site-feedback-form label{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:700}
.site-feedback-form label span{font-weight:400;color:rgba(22,48,61,.58);font-size:11.5px}
.site-feedback-form input,.site-feedback-form select,.site-feedback-form textarea{font:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--rule);background:var(--white);color:var(--ink)}
.site-feedback-form textarea{resize:vertical}
.site-feedback-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.site-feedback-form button{background:var(--lake-deep);color:var(--white);border:0;padding:15px 22px;font-size:11.5px;font-weight:800;letter-spacing:.08em;cursor:pointer}
.site-feedback-form button:hover{background:var(--sunset)}
.site-feedback-honeypot{position:absolute;left:-9999px}
.site-feedback-status{font-size:13px;margin:0}

/* ---------- guide page heroes ----------
   Photo where one exists, layered SVG dune art where it does not.
   Every variant keeps the same veil so the set feels deliberate. */
.guide-hero{position:relative;color:var(--white);padding:88px 0 76px;
  background:var(--dune-mid) bottom/100% 46% no-repeat,linear-gradient(160deg,#0a3346,#1d6a86)}
.guide-hero .shell{position:relative;z-index:1}
.guide-hero h1{font-size:clamp(42px,5.6vw,74px);margin:16px 0 18px}
.guide-hero p{max-width:64ch;color:rgba(255,253,248,.88)}
.guide-hero .hero-actions{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap}

.guide-hero-photo{background-size:cover;background-position:center}
.guide-hero-permits{background:var(--photo-veil-soft),url(../images/hero-rules-permits-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-camping{background:var(--photo-veil-soft),url(../images/hero-camping-silver-lake-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-conditions{background:var(--photo-veil-soft),url(../images/hero-conditions-weather-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-safety{background:var(--photo-veil-soft),url(../images/hero-safety-group-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-rentals{background:var(--photo-veil-soft),url(../images/hero-rentals-guided-rides-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-maps{background:var(--photo-veil-soft),url(../images/hero-map-staging-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-offseason{background:var(--photo-veil-soft),url(../images/hero-off-season-fat-bike-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-history{background:var(--photo-veil-soft),url(../images/hero-history-dune-ride-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-riding{background:var(--photo-veil-soft),url(../images/tile-home-conditions-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-rules{background:var(--photo-veil-soft),url(../images/tile-home-rules-v1.webp) center/cover no-repeat,var(--lake)}

/* Additional page-specific hero photography. */
.guide-hero-area{background:var(--photo-veil-soft),url(../images/hero-area-lighthouse-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-towns{background:var(--photo-veil-soft),url(../images/hero-nearby-towns-hart-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-planner{background:var(--photo-veil-soft),url(../images/hero-planner-group-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-weather{background:var(--photo-veil-soft),url(../images/hero-weather-lake-michigan-v1.webp) center/cover no-repeat,var(--lake)}
.guide-hero-fuel{background:var(--photo-veil-soft),url(../images/hero-fuel-stop-v1.webp) center/cover no-repeat,var(--lake)}

.guide-content{padding:76px 0 92px}
.guide-content section{scroll-margin-top:96px}
.guide-content h2{font-size:clamp(28px,3.2vw,40px);margin-bottom:14px}
.guide-content h3{font-size:19px;font-weight:700;margin:22px 0 8px}
.guide-content p{max-width:74ch;margin:0 0 14px}
.guide-content ul,.guide-content ol{max-width:74ch;padding-left:20px;margin:0 0 14px}
.guide-content li{margin-bottom:7px}
.guide-toc{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 52px;padding:0;list-style:none}
.guide-toc a{display:inline-block;padding:9px 15px;background:var(--white);border:1px solid var(--rule);font-size:12px;font-weight:700;transition:background .15s,color .15s}
.guide-toc a:hover{background:var(--lake-deep);color:var(--white)}
.guide-story{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);min-height:390px;margin:0 0 34px;background:var(--white);border:1px solid var(--rule);box-shadow:0 18px 50px rgba(10,51,70,.09);overflow:hidden}
.guide-story-reverse{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}
/* Real <img> rather than a background, so the photography is indexable by
   image search. object-fit reproduces the old background-size:cover, and the
   inline object-position carries the per-image crop the art direction wants. */
.guide-story-media{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;background-color:var(--sand-deep)}
.guide-story-reverse .guide-story-media{order:2}
.guide-story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,4.3vw,58px)}
.guide-story-copy h2{margin-top:10px}
.guide-story-copy p,.guide-story-copy ul{font-size:16px;line-height:1.72}
.guide-story-copy ul{margin-bottom:0}
.guide-story-number{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot)}

/* ---------- content cards, reused everywhere ---------- */
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:20px;margin:0 0 26px}
.card-grid.two{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.card{background:var(--white);border:1px solid var(--rule);padding:26px 24px}
.card>span{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot)}
.card h3{font-family:"Cormorant Garamond",serif;font-size:25px;font-weight:600;margin:8px 0 10px;letter-spacing:-.02em}
.card p{font-size:14px;margin:0 0 10px}
.card ul{padding-left:18px;margin:0;font-size:13.5px}
.card li{margin-bottom:6px}
.card dl{margin:12px 0 0;display:grid;grid-template-columns:auto 1fr;gap:5px 14px;font-size:13px}
.card dt{font-weight:700;color:rgba(22,48,61,.62)}
.card dd{margin:0}
.card.accent{background:var(--lake-deep);color:var(--white);border-color:transparent}
.card.accent p,.card.accent li{color:rgba(255,253,248,.86)}
.card.accent dt{color:var(--dune)}
.card.accent h3{color:var(--white)}
.card.accent>span{color:var(--dune)}
.card.accent a{border-bottom:1px solid rgba(255,253,248,.5)}
.guide-index-grid{gap:22px}
.guide-index-card{position:relative;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--white);border:0;padding:30px;background:linear-gradient(180deg,rgba(10,51,70,.03) 12%,rgba(10,51,70,.94) 100%),var(--card-image) center/cover no-repeat,var(--lake-deep);box-shadow:0 14px 34px rgba(10,51,70,.14);overflow:hidden}
.guide-index-card>span{color:var(--dune)}
.guide-index-card h3{font-size:29px;margin-top:10px}
.guide-index-card h3,.guide-index-card a{color:var(--white)}
.guide-index-card p{font-size:15px;line-height:1.55;color:rgba(255,253,248,.88)}
.guide-index-card a::after{content:" →"}
.guide-index-card.accent{background:linear-gradient(180deg,rgba(10,51,70,.03) 12%,rgba(10,51,70,.94) 100%),var(--card-image) center/cover no-repeat,var(--lake-deep)}

.callout{border-left:4px solid var(--sunset);background:var(--white);padding:22px 26px;margin:0 0 26px;max-width:78ch}
.callout strong{display:block;font-size:15px;margin-bottom:6px}
.callout p{margin:0 0 8px;font-size:14px}
.callout p:last-child{margin-bottom:0}
.callout.warn{border-left-color:#b3341f;background:#fdf1ee}
.callout.official{border-left-color:var(--pine)}
.callout a{border-bottom:1px solid currentColor}

table.data{width:100%;border-collapse:collapse;background:var(--white);font-size:13.5px;margin:0 0 26px;border:1px solid var(--rule)}
table.data caption{text-align:left;font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot);padding:0 0 10px}
table.data th,table.data td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--rule);vertical-align:top}
table.data th{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:var(--sand-deep);color:var(--lake-deep)}
table.data tr:last-child td{border-bottom:0}
.table-scroll{overflow-x:auto;margin:0 0 26px}
.table-scroll table.data{margin:0;min-width:620px}

.official-band{background:var(--sand-deep);padding:64px 0}
.official-band h2{font-size:clamp(28px,3.2vw,42px);margin-bottom:12px}
.official-band p{max-width:70ch}
.official-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:22px}
.official-links a{background:var(--white);border:1px solid var(--rule);padding:16px 18px;font-size:13px;font-weight:700;display:flex;justify-content:space-between;gap:12px;transition:background .15s,color .15s}
.official-links a:hover{background:var(--lake-deep);color:var(--white)}

/* ---------- deep-dive pages ---------- */
.zone-hero{position:relative;color:var(--white);padding:84px 0 72px;background:var(--dune-mid) bottom/100% 48% no-repeat,linear-gradient(160deg,#0f4c66,#1d6a86)}
.zone-hero h1{font-size:clamp(40px,5.4vw,70px);margin:14px 0 16px}
.zone-hero p{max-width:62ch;color:rgba(255,253,248,.9)}
.zone-hero-first{background:var(--photo-veil-soft),url(../images/tile-home-safety-v1.webp) center/cover no-repeat,var(--lake)}
.zone-hero-vehicles{background:var(--photo-veil-soft),url(../images/tile-home-rentals-v2.webp) center/cover no-repeat,var(--lake)}
.zone-hero-macwoods{background:var(--photo-veil-soft),url(../images/hero-history-dune-ride-v1.webp) center/cover no-repeat,var(--lake)}
.zone-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin:0 0 34px}
.zone-stats div{background:var(--white);padding:20px 22px}
.zone-stats dt{font-size:9.5px;font-weight:800;letter-spacing:.18em;color:var(--sunset-hot);margin-bottom:5px}
.zone-stats dd{margin:0;font-family:"Cormorant Garamond",serif;font-size:27px;font-weight:600;line-height:1;letter-spacing:-.02em}
.zone-stats small{display:block;font-family:Inter,sans-serif;font-size:11.5px;font-weight:400;color:rgba(22,48,61,.62);margin-top:5px;letter-spacing:0}
.difficulty{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:800;letter-spacing:.12em;padding:6px 12px;background:var(--sand-deep);color:var(--lake-deep)}
.difficulty.beginner{background:#d5e6da;color:#22503a}
.difficulty.intermediate{background:#f2e0b8;color:#6b4c12}
.difficulty.advanced{background:#f0cdbe;color:#8a2f16}

/* ---------- planner ---------- */
.planner-layout{padding:52px 0 92px}
.planner-form{background:var(--white);border:1px solid var(--rule);padding:34px 32px;margin-bottom:30px}
.planner-step{border-top:1px solid var(--rule);padding:26px 0}
.planner-step:first-of-type{border-top:0;padding-top:0}
.planner-step>p:first-child{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot);margin:0 0 4px}
.planner-step h2{font-family:"Cormorant Garamond",serif;font-size:27px;font-weight:600;margin:0 0 16px;letter-spacing:-.02em}
.planner-field{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:700;margin-bottom:16px;min-width:0}
.planner-field input,.planner-field select{width:100%;min-width:0;font:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--rule);background:var(--sand);color:var(--ink)}
.planner-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}
.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:11px}
.option{position:relative;display:block;cursor:pointer}
.option input{position:absolute;opacity:0;pointer-events:none}
.option span{display:block;border:1px solid var(--rule);background:var(--sand);padding:15px 17px;font-size:13.5px;font-weight:700;transition:border-color .15s,background .15s}
.option small{display:block;font-weight:400;font-size:11.5px;color:rgba(22,48,61,.64);margin-top:3px;line-height:1.4}
.option input:checked+span{border-color:var(--lake-deep);background:var(--sand-deep);box-shadow:inset 0 0 0 1px var(--lake-deep)}
.option input:focus-visible+span{outline:2px solid var(--sunset);outline-offset:2px}
.planner-submit{display:flex;gap:14px;flex-wrap:wrap;align-items:center;padding-top:22px;border-top:1px solid var(--rule)}
.planner-submit button{background:var(--lake-deep);color:var(--white);border:0;padding:16px 26px;font-size:11.5px;font-weight:800;letter-spacing:.08em;cursor:pointer}
.planner-submit button:hover{background:var(--sunset)}

.plan-output{background:var(--white);border:1px solid var(--rule);padding:38px 34px}
.plan-header{border-bottom:1px solid var(--rule);padding-bottom:22px;margin-bottom:26px}
.plan-header h2{font-family:"Cormorant Garamond",serif;font-size:38px;font-weight:600;margin:8px 0 10px;letter-spacing:-.03em}
.plan-header p{margin:0;max-width:70ch}
.plan-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.plan-meta span{background:var(--sand-deep);padding:7px 13px;font-size:11.5px;font-weight:700}
.plan-day{border-left:3px solid var(--dune);padding:0 0 4px 22px;margin-bottom:26px}
.plan-day h3{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;margin:0 0 4px;letter-spacing:-.02em}
.plan-day>span{font-size:9.5px;font-weight:800;letter-spacing:.2em;color:var(--sunset-hot)}
.plan-day ul{padding-left:18px;margin:10px 0 0;font-size:14px}
.plan-day li{margin-bottom:7px}
.plan-section{margin-bottom:30px}
.plan-section h3{font-size:19px;font-weight:700;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--rule)}
.plan-section ul{padding-left:18px;margin:0;font-size:14px}
.plan-section li{margin-bottom:7px}
.plan-section a{border-bottom:1px solid var(--rule)}
.plan-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid var(--rule)}
.plan-actions button,.plan-actions a{background:var(--sand-deep);color:var(--lake-deep);border:0;padding:14px 20px;font-size:11.5px;font-weight:800;letter-spacing:.08em;cursor:pointer}
.plan-actions button:hover,.plan-actions a:hover{background:var(--lake-deep);color:var(--white)}

/* ---------- live data widgets ---------- */
.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin:0 0 26px}
.data-cell{background:var(--white);padding:22px 24px}
.data-cell dt{font-size:9.5px;font-weight:800;letter-spacing:.18em;color:var(--sunset-hot);margin-bottom:6px}
.data-cell dd{margin:0;font-family:"Cormorant Garamond",serif;font-size:38px;font-weight:600;line-height:1;letter-spacing:-.03em}
.data-cell small{display:block;font-family:Inter,sans-serif;font-size:11.5px;font-weight:400;color:rgba(22,48,61,.62);margin-top:6px;line-height:1.4}
.forecast-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin:0 0 26px}
.forecast-day{background:var(--white);padding:18px 16px;text-align:center}
.forecast-day b{display:block;font-size:11.5px;font-weight:800;letter-spacing:.06em;margin-bottom:8px}
.forecast-day .temps{font-family:"Cormorant Garamond",serif;font-size:23px;font-weight:600;letter-spacing:-.02em}
.forecast-day .temps i{font-style:normal;color:rgba(22,48,61,.52)}
.forecast-day small{display:block;font-size:11px;color:rgba(22,48,61,.64);margin-top:6px;line-height:1.35}
.status-line{font-size:12.5px;color:rgba(22,48,61,.62);margin:0 0 22px}
.risk{display:inline-block;padding:5px 11px;font-size:10.5px;font-weight:800;letter-spacing:.1em}
.risk.low{background:#d5e6da;color:#22503a}
.risk.moderate{background:#f2e0b8;color:#6b4c12}
.risk.high{background:#f0cdbe;color:#8a2f16}
.risk.extreme{background:#b3341f;color:#fff}

/* ---------- misc ---------- */
.sub-hero{background:var(--lake-deep);color:var(--white);padding:64px 0 56px}
.sub-hero h1{font-size:clamp(38px,4.8vw,62px);margin:14px 0 14px}
.sub-hero p{max-width:64ch;color:rgba(255,253,248,.86);margin:0}
.back-link{display:inline-block;margin-bottom:12px;font-size:12px;font-weight:700}
.hero-credit{position:absolute;right:14px;bottom:10px;z-index:2;font-size:9.5px;letter-spacing:.06em;color:rgba(255,253,248,.55)}
.print-only{display:none}
[hidden]{display:none !important}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:2px solid var(--sunset);outline-offset:2px}

/* ---------- responsive ---------- */
@media(max-width:1500px) and (min-width:861px){
  .site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--sand);grid-template-columns:repeat(2,1fr);gap:0;padding:12px max(24px,calc((100vw - 1180px)/2)) 22px;border-bottom:1px solid var(--rule);box-shadow:var(--shadow)}
  .site-header.open nav{display:grid}
  .site-header nav a{padding:11px 0;border-bottom:1px solid var(--rule);font-size:13px}
  .header-cta{margin-left:auto}
  .menu-button{display:block;margin-left:0}
}
@media(max-width:1080px){
  .directory-category-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .site-header{gap:16px}
  .site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--sand);flex-direction:column;gap:0;padding:8px 24px 20px;border-bottom:1px solid var(--rule);box-shadow:var(--shadow)}
  .site-header.open nav{display:flex}
  .site-header nav a{padding:13px 0;border-bottom:1px solid var(--rule);font-size:14px}
  .header-cta{display:none}
  .menu-button{display:block}
  .hero{min-height:580px}
  .hero-content{padding:64px 0 48px}
  .region-ribbon{grid-template-columns:1fr}
  .intro-grid,.directory-heading,.conditions-band .split{grid-template-columns:1fr;gap:26px}
  .directory-featured{grid-template-columns:1fr;gap:18px}
  .directory-featured>span{writing-mode:horizontal-tb;transform:none}
  .feature-grid{grid-template-columns:1fr}
  .directory-category-grid{grid-template-columns:1fr}
  .site-feedback-row,.planner-row{grid-template-columns:minmax(0,1fr)}
  .feature-grid,.directory{padding-bottom:64px}
  .intro{padding:64px 0 48px}
  .guide-story,.guide-story-reverse{grid-template-columns:1fr;min-height:0}
  .guide-story-reverse .guide-story-media{order:0}
  .guide-story-media{height:260px;min-height:260px}
  .guide-story-copy{padding:34px 30px}
}
@media(max-width:520px){
  .shell{width:calc(100% - 32px)}
  .plan-output,.planner-form{padding:24px 20px}
  .guide-content{padding:52px 0 64px}
  .guide-story{margin-bottom:24px}
  .guide-story-media{height:220px;min-height:220px}
  .guide-story-copy{padding:28px 24px 30px}
  .guide-index-card{min-height:210px;padding:26px 24px}
  .site-feedback-window{padding:30px 22px}
}

/* ---------- print (trip plans) ---------- */
@media print{
  .site-header,footer,.plan-actions,.planner-form,.footer-feedback-card{display:none !important}
  body{background:#fff}
  .plan-output{border:0;padding:0}
  .guide-story{display:block;min-height:0;box-shadow:none;break-inside:avoid}
  .guide-story-media{display:none}
  .print-only{display:block}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:10px;color:#666}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
}

/* ============================================================
   LIVE RIDE CONSOLE
   The one widget carried over by name from the old site, because
   the park-hours and voucher logic behind it was the best thing
   in there. Rebuilt on the framework's status-strip pattern.
   ============================================================ */
.status-strip{background:var(--lake-deep);color:var(--white);padding:34px 0 0}
.conditions-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;padding-bottom:22px}
.conditions-head h2{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,3.4vw,44px);font-weight:600;letter-spacing:-.03em;line-height:1}
.conditions-head p{margin:0;font-size:13.5px;color:rgba(255,253,248,.72)}
.live-dot{display:inline-block;width:8px;height:8px;background:#7fd88f;border-radius:50%;margin-left:10px;vertical-align:middle;animation:sldg-pulse 2s infinite}
@keyframes sldg-pulse{0%{box-shadow:0 0 0 0 rgba(127,216,143,.6)}70%{box-shadow:0 0 0 9px rgba(127,216,143,0)}100%{box-shadow:0 0 0 0 rgba(127,216,143,0)}}
.status-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,253,248,.12)}
.status-cell{display:block;color:var(--white);padding:22px 20px;border-left:1px solid rgba(255,253,248,.12);border-bottom:1px solid rgba(255,253,248,.12);transition:background .18s}
.status-cell:first-child{border-left:0}
.status-cell:hover{background:rgba(255,253,248,.06)}
.status-cell .k{display:flex;align-items:center;gap:8px;font-size:9.5px;font-weight:800;letter-spacing:.18em;color:var(--dune);margin-bottom:10px}
.status-cell .k svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}
.status-cell .v{font-family:"Cormorant Garamond",serif;font-size:27px;font-weight:600;line-height:1.05;letter-spacing:-.02em;margin-bottom:6px}
.status-cell small{display:block;font-size:11.5px;color:rgba(255,253,248,.64);line-height:1.4}
.status-open{color:#8fdb9d}
.status-caution{color:#f0c073}
.status-closed{color:#f09a86}
.status-neutral{color:rgba(255,253,248,.82)}

/* ---------- seasonal band ---------- */
.seasonal-band{background:var(--sand-deep);padding:34px 0 38px}
.sb-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:18px;flex-wrap:wrap}
.sb-head .section-label{color:var(--sunset-hot)}
.sb-head a{font-size:12.5px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px}
.sb-head a:hover{color:var(--sunset-hot)}
.sb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:16px}
.sb-item{display:block;background:var(--white);border:1px solid var(--rule);padding:20px 22px;transition:transform .15s,box-shadow .15s}
.sb-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.sb-meta{display:flex;justify-content:space-between;font-size:9.5px;font-weight:800;letter-spacing:.18em;color:var(--sunset-hot);margin-bottom:9px}
.sb-meta span{color:rgba(22,48,61,.48)}
.sb-item h3{font-family:"Cormorant Garamond",serif;font-size:23px;font-weight:600;letter-spacing:-.02em;margin:0 0 7px}
.sb-item p{font-size:13.5px;margin:0;color:rgba(22,48,61,.8);line-height:1.5}

/* ============================================================
   INTERACTIVE MAP (Leaflet)
   ============================================================ */
.map-shell{display:grid;grid-template-columns:1fr 330px;gap:0;border:1px solid var(--rule);background:var(--white);margin-bottom:26px}
#map{height:620px;width:100%;background:#cfe0e8;z-index:1}
.map-sidebar{border-left:1px solid var(--rule);display:flex;flex-direction:column;max-height:620px}
.map-sidebar-head{padding:20px 22px 14px;border-bottom:1px solid var(--rule)}
.map-sidebar-head p{margin:0 0 4px}
.map-sidebar-head h2{font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0 0 10px}
.map-sidebar-head button{background:var(--sand-deep);border:0;color:var(--lake-deep);padding:9px 14px;font-size:10.5px;font-weight:800;letter-spacing:.08em;cursor:pointer}
.map-sidebar-head button:hover{background:var(--lake-deep);color:var(--white)}
.poi-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}
.poi-list .poi-head{padding:14px 22px 7px;font-size:9.5px;font-weight:800;letter-spacing:.18em;color:var(--sunset-hot);background:var(--sand);position:sticky;top:0;z-index:2}
.poi-list li button{width:100%;display:flex;align-items:flex-start;gap:11px;background:none;border:0;border-bottom:1px solid var(--rule);padding:12px 22px;text-align:left;cursor:pointer;font-size:13.5px;font-weight:700;color:var(--ink);transition:background .14s}
.poi-list li button:hover{background:var(--sand)}
.poi-list .dot{width:11px;height:11px;border-radius:50%;flex:none;margin-top:4px;border:2px solid var(--white);box-shadow:0 0 0 1px rgba(22,48,61,.22)}
.poi-list small{display:block;font-weight:400;font-size:11px;color:rgba(22,48,61,.58);margin-top:2px}

/* Leaflet popup, restyled to match the guide */
.leaflet-popup-content-wrapper{border-radius:0;background:var(--white);box-shadow:0 14px 40px rgba(10,51,70,.3)}
.leaflet-popup-content{margin:0;padding:18px 20px;font-family:Inter,Arial,sans-serif;line-height:1.5}
.leaflet-popup-tip{background:var(--white)}
.pop-title{font-family:"Cormorant Garamond",serif;font-size:23px;font-weight:600;letter-spacing:-.02em;line-height:1.05;color:var(--lake-deep)}
.pop-cat{font-size:9.5px;font-weight:800;letter-spacing:.16em;color:var(--sunset-hot);margin:5px 0 10px;text-transform:uppercase}
.pop-body{font-size:13px;color:var(--ink);margin-bottom:9px}
.pop-note{font-size:12px;color:rgba(22,48,61,.74);background:var(--sand);border-left:3px solid var(--dune);padding:9px 11px;margin-bottom:9px}
.pop-dl{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;font-size:12px;margin:0 0 10px}
.pop-dl dt{font-weight:700;color:rgba(22,48,61,.58)}
.pop-dl dd{margin:0}
.pop-gps{font-size:11px;color:rgba(22,48,61,.62);border-top:1px solid var(--rule);padding-top:9px;line-height:1.5}
.pop-src{display:block;font-weight:700;color:var(--pine);margin-top:3px}
.pop-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:11px}
.pop-actions a{font-size:11.5px;font-weight:800;letter-spacing:.05em;color:var(--sunset-hot);border-bottom:1px solid currentColor;padding-bottom:2px}
.pop-actions a:hover{color:var(--lake-deep)}
.leaflet-control-layers,.leaflet-bar{border-radius:0 !important;border:1px solid var(--rule) !important;box-shadow:0 6px 18px rgba(10,51,70,.2) !important}
.leaflet-control-layers-expanded{padding:12px 14px;font-family:Inter,Arial,sans-serif;font-size:12.5px;background:var(--white)}
.leaflet-control-layers-list label{margin-bottom:3px}
.leaflet-container{font-family:Inter,Arial,sans-serif}

@media(max-width:960px){
  .map-shell{grid-template-columns:1fr}
  .map-sidebar{border-left:0;border-top:1px solid var(--rule);max-height:400px}
  #map{height:460px}
}
@media(max-width:860px){
  .status-grid{grid-template-columns:repeat(2,1fr)}
  .status-cell:nth-child(odd){border-left:0}
}
@media(max-width:520px){
  .status-grid{grid-template-columns:1fr}
  .status-cell{border-left:0}
  #map{height:380px}
}
