:root{
  --navy:#0B2341;
  --navy-soft:#183A61;
  --navy-tint:#496786;
  --gold:#C7A15A;
  --gold-soft:#E7C887;
  --gold-pale:#F3E2B9;
  --emerald:#0E6B57;
  --emerald-deep:#063F37;
  --emerald-soft:#9ACBBC;
  --cream:#FAF6ED;
  --paper:#FFFDF8;
  --sand:#EFE5D3;
  --ink:#0B2341;
  --muted:#687283;
  --border:#D8C59C;
  --green:var(--emerald);
  --green-l:var(--gold);
  --green-xl:#ECF6F1;
  --green-2:var(--navy);
  --beige:var(--cream);
  --beige-2:#F2E8D8;
  --brown:#7B622F;
  --text:var(--ink);
  --amber:var(--gold);
  --amber-l:var(--gold-soft);
  --serif:'Cormorant Garamond',Georgia,serif;
  --display:'Cinzel',Georgia,serif;
  --sans:'Raleway',Arial,sans-serif;
  --texture-navy:url('../images/brand/final/texture-navy.webp');
  --texture-gold:url('../images/brand/final/texture-gold.webp');
  --texture-emerald:url('../images/brand/final/texture-emerald.webp');
  --r:8px;
  --shadow:0 18px 50px rgba(11,35,65,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans);
  background:
    linear-gradient(90deg,rgba(199,161,90,.08) 1px,transparent 1px) 0 0/72px 72px,
    linear-gradient(180deg,rgba(199,161,90,.06) 1px,transparent 1px) 0 0/72px 72px,
    var(--cream);
  color:var(--text);
  overflow-x:hidden;
}
button,input{font-family:var(--sans)}
nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  display:flex;align-items:center;justify-content:space-between;gap:1.4rem;
  height:68px;padding:0 2rem;
  background:
    linear-gradient(rgba(11,35,65,.94),rgba(11,35,65,.94)),
    var(--texture-navy) center/cover;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(199,161,90,.5);
  box-shadow:0 10px 30px rgba(11,35,65,.18);
}
.nav-logo-img{
  display:flex;align-items:center;justify-content:center;
  width:150px;height:52px;flex-shrink:0;
  background:rgba(255,253,248,.94);
  border:1px solid rgba(199,161,90,.72);
  border-radius:var(--r);
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.nav-logo-img img{width:140px;height:48px;display:block;object-fit:contain}
.nav-links{display:flex;gap:1.35rem;list-style:none}
.nav-links a{
  color:rgba(255,253,248,.72);
  text-decoration:none;
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
  transition:color .2s;
}
.nav-links a:hover{color:var(--gold-soft)}
.nav-cta{
  background:var(--gold);
  color:var(--navy);
  border:1px solid rgba(255,253,248,.45);
  padding:.52rem 1rem;
  border-radius:999px;
  font-size:.68rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
  font-weight:800;
}
#hero{height:100vh;min-height:680px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}
#hero .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.hero-ov{
  position:absolute;inset:0;
  background:
    linear-gradient(135deg,rgba(14,107,87,.20),transparent 32%,rgba(199,161,90,.12) 78%,transparent),
    linear-gradient(90deg,rgba(11,35,65,.78),rgba(11,35,65,.20) 48%,rgba(11,35,65,.82)),
    linear-gradient(to bottom,rgba(11,35,65,.18),rgba(11,35,65,.22) 42%,rgba(11,35,65,.88));
}
.hero-ov::after{
  content:"";position:absolute;inset:0;
  background:var(--texture-emerald) center/440px auto repeat;
  mix-blend-mode:soft-light;opacity:.075;
}
.hero-c{
  position:relative;z-index:2;text-align:center;
  padding:5.6rem 1.5rem 4rem;
  max-width:880px;width:100%;
}
.hero-c::before,.sec-hdr::before{
  content:"";
  display:block;
  width:94px;height:1px;
  margin:0 auto 1rem;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.hero-eye{
  display:inline-flex;align-items:center;gap:9px;
  background:rgba(11,35,65,.62);
  border:1px solid rgba(199,161,90,.62);
  color:var(--gold-pale);
  font-size:.62rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  padding:7px 15px;
  border-radius:999px;
  margin-bottom:20px;
  font-weight:800;
}
.loc-dot{width:7px;height:7px;border-radius:50%;background:var(--emerald-soft);animation:pulse 2s infinite;flex-shrink:0}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(154,203,188,.55)}50%{box-shadow:0 0 0 8px rgba(154,203,188,0)}}
.hero-logo{
  display:block;
  width:min(360px,76vw);
  max-height:160px;
  height:auto;
  object-fit:contain;
  margin:0 auto .9rem;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.46));
}
.hero-wordmark{background:transparent;border-radius:0}
.hero-headline{
  font-family:var(--display);
  font-size:1.02rem;
  letter-spacing:.52em;
  text-transform:uppercase;
  color:rgba(255,253,248,.88);
  line-height:1.35;
  font-weight:600;
  margin:.75rem 0 1.1rem;
  text-shadow:0 10px 28px rgba(0,0,0,.45);
}
.hero-p{font-size:.96rem;color:rgba(255,253,248,.74);margin:0 auto 1.75rem;line-height:1.85;max-width:760px}
.hero-stats{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:1.8rem}
.stat{
  text-align:center;
  background:rgba(11,35,65,.58);
  border:1px solid rgba(199,161,90,.46);
  padding:10px 16px;
  border-radius:var(--r);
  min-width:84px;
}
.stat-n{font-family:var(--display);font-size:1.35rem;color:var(--gold-soft);line-height:1}
.stat-l{font-size:.58rem;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,253,248,.58);margin-top:5px;font-weight:800}
.hero-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.btn-p,.btn-o{
  border-radius:999px;
  padding:12px 25px;
  font-size:.72rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  cursor:pointer;
  font-weight:800;
  transition:transform .2s,background .2s,color .2s,border-color .2s;
}
.btn-p{background:var(--gold);color:var(--navy);border:1px solid var(--gold)}
.btn-p:hover{transform:translateY(-2px);background:var(--gold-soft)}
.btn-o{background:rgba(255,253,248,.06);color:var(--paper);border:1px solid rgba(199,161,90,.72)}
.btn-o:hover{background:rgba(199,161,90,.14)}
.scroll-hint{
  position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:2;
  display:flex;flex-direction:column;align-items:center;gap:5px;
  color:rgba(255,253,248,.46);
  font-size:.56rem;letter-spacing:.24em;text-transform:uppercase;font-weight:800;
}
.scroll-arr{width:15px;height:15px;border-right:1.5px solid rgba(199,161,90,.75);border-bottom:1.5px solid rgba(199,161,90,.75);transform:rotate(45deg);animation:bounce 1.5s infinite}
@keyframes bounce{0%,100%{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(5px)}}
#strip{display:flex;height:220px;overflow:hidden;border-top:2px solid var(--gold);border-bottom:2px solid var(--gold);background:var(--navy)}
.sp{flex:1;background-size:cover;background-position:center;transition:flex .5s ease,filter .4s ease;cursor:pointer;position:relative;overflow:hidden;filter:saturate(.92) contrast(1.04)}
.sp::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(11,35,65,.70),rgba(11,35,65,.02));opacity:.72;transition:opacity .3s}
.sp:hover{flex:2.5;filter:saturate(1.04) contrast(1.06)}
.sp:hover::after{opacity:.45}
.sp-lbl{
  position:absolute;bottom:0;left:0;right:0;z-index:2;
  padding:.7rem .95rem;
  color:var(--gold-pale);
  font-size:.58rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:800;
  transform:translateY(100%);
  transition:transform .3s;
}
.sp:hover .sp-lbl{transform:translateY(0)}
.sec-hdr{text-align:center;margin-bottom:2.6rem;position:relative}
.sec-eye{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.62rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:10px;
  font-weight:800;
}
.sec-eye::before,.sec-eye::after{content:"";width:18px;height:1px;background:var(--gold)}
.sec-title{
  font-family:var(--serif);
  font-size:2.6rem;
  color:var(--navy);
  line-height:1.05;
  font-weight:700;
}
.sec-title.light{color:var(--paper)}
.sec-sub{color:var(--muted);margin-top:10px;font-size:.88rem;line-height:1.75}
.sec-sub.light{color:rgba(255,253,248,.62)}
.max-w{max-width:1040px;margin:0 auto}
#map-sec,#tips-sec,#merch-sec{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(14,107,87,.24),transparent 40%),
    linear-gradient(rgba(11,35,65,.93),rgba(11,35,65,.93)),
    var(--texture-navy) center/cover,
    var(--navy);
  padding:5rem 1.5rem;
}
#map-sec::before,#tips-sec::before,#merch-sec::before,
#prog-sec::before,#blog-sec::before,#gear-sec::before,#states-sec::before,#ivy-sec::before,#about-sec::before{
  content:"";position:absolute;left:0;right:0;top:0;height:7px;
  background:var(--texture-gold) center/cover;
  opacity:.72;
}
#map-sec::after,#tips-sec::after,#merch-sec::after{
  content:"";position:absolute;inset:0;
  background:var(--texture-emerald) center/520px auto repeat;
  opacity:.055;mix-blend-mode:screen;pointer-events:none;
}
#map-sec>*,#tips-sec>*,#merch-sec>*,#prog-sec>*,#blog-sec>*,#gear-sec>*,#states-sec>*,#ivy-sec>*,#about-sec>*{position:relative;z-index:1}
.map-outer{max-width:1080px;margin:0 auto}
.map-wrap{position:relative;border-radius:var(--r);overflow:hidden;border:1px solid rgba(199,161,90,.64);box-shadow:0 20px 60px rgba(0,0,0,.34)}
#routeMap{height:620px;width:100%;position:relative;z-index:2;background:#C9D8DB}
.map-reset{
  position:absolute;top:12px;right:12px;z-index:500;
  height:34px;border-radius:999px;border:1px solid rgba(199,161,90,.64);
  background:rgba(11,35,65,.82);color:var(--gold-pale);
  padding:0 12px;font-size:.62rem;font-weight:900;letter-spacing:.1em;
  text-transform:uppercase;cursor:pointer;backdrop-filter:blur(12px);
}
.map-reset:hover{background:var(--gold);color:var(--navy)}
.map-help{
  position:absolute;left:12px;bottom:12px;z-index:5;
  background:rgba(11,35,65,.74);border:1px solid rgba(199,161,90,.42);
  color:rgba(255,253,248,.72);border-radius:999px;
  padding:7px 11px;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  backdrop-filter:blur(12px);
}
.leaflet-container{font-family:var(--sans)}
.leaflet-control-zoom{border:none!important;box-shadow:0 10px 22px rgba(11,35,65,.22)!important}
.leaflet-control-zoom a{
  background:rgba(11,35,65,.88)!important;color:var(--gold-pale)!important;
  border-color:rgba(199,161,90,.5)!important;
}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{
  background:var(--paper);color:var(--navy);border:1px solid rgba(199,161,90,.5);
}
.leaflet-popup-content{margin:12px 14px;min-width:190px}
.ww-marker{
  border-radius:50%;display:grid;place-items:center;
  border:2px solid rgba(255,253,248,.92);
  box-shadow:0 5px 14px rgba(11,35,65,.32);
}
.ww-marker::after{
  content:"";position:absolute;inset:-5px;border-radius:50%;
  border:1px solid rgba(199,161,90,.35);opacity:0;
}
.ww-marker.current{background:#7ED99B;border-color:#fff}
.ww-marker.current::after{opacity:1}
.ww-marker.visited{background:#3D8B5E}
.ww-marker.planned{background:#E09B35}
.ww-marker.park{background:#2E6DA4}
.ww-popup-title{font-family:var(--serif);font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.1;margin-bottom:3px}
.ww-popup-sub{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gold);margin-bottom:8px}
.ww-popup-note{font-size:.75rem;line-height:1.45;color:var(--muted);margin-bottom:10px}
.ww-popup button{
  width:100%;border:none;border-radius:999px;background:var(--navy);color:var(--gold-pale);
  padding:8px 10px;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;cursor:pointer;
}
.map-fallback{height:100%;display:grid;place-items:center;color:var(--navy);background:var(--cream);font-size:.9rem;text-align:center;padding:2rem}
.map-ctrls,.tips-tabs,.gear-cats{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin-top:14px}
.m-btn,.t-tab,.g-cat,.r-tab,.s-chip,.soc{
  background:rgba(255,253,248,.04);
  border:1px solid rgba(199,161,90,.42);
  color:var(--gold-pale);
  padding:7px 13px;
  border-radius:999px;
  font-size:.68rem;
  letter-spacing:.11em;
  text-transform:uppercase;
  cursor:pointer;
  transition:all .2s;
  font-weight:800;
}
.m-btn.active,.m-btn:hover,.t-tab.active,.t-tab:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.map-legend{display:flex;gap:16px;justify-content:center;margin-top:12px;flex-wrap:wrap}
.leg{display:flex;align-items:center;gap:6px;color:rgba(255,253,248,.66);font-size:.7rem;font-weight:700}
.leg-dot{width:10px;height:10px;border-radius:50%}
#mapTip{position:fixed;background:var(--paper);border:1px solid var(--gold);border-radius:var(--r);padding:0;pointer-events:none;z-index:900;box-shadow:var(--shadow);max-width:270px;display:none;font-family:var(--sans);overflow:hidden}
#mapTip .tip-head{background:var(--navy);color:var(--paper);padding:11px 14px;border-bottom:1px solid var(--gold)}
#mapTip .tip-head strong{display:block;font-size:.82rem;margin-bottom:2px;color:var(--gold-pale)}
#mapTip .tip-head span{font-size:.65rem;opacity:.78}
#mapTip .tip-body{padding:11px 14px;display:flex;flex-direction:column;gap:8px}
#mapTip .tip-sec-title,.guide-section-title,.info-lbl,.guide-kicker{font-size:.56rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:5px}
#mapTip .tip-item,.guide-item{font-size:.82rem;line-height:1.55;color:var(--ink);padding:8px 0;background:transparent;border-radius:0;border-left:0;border-bottom:1px solid rgba(216,197,156,.45);margin-bottom:0}
.guide-item strong{font-weight:900;color:var(--navy)}
#prog-sec,#blog-sec,#gear-sec{
  position:relative;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(14,107,87,.055),transparent 32%,rgba(199,161,90,.06)),
    var(--paper);
  padding:5rem 2rem;
}
#prog-sec::after,#blog-sec::after,#gear-sec::after,#states-sec::after,#ivy-sec::after,#about-sec::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background:
    radial-gradient(circle at 14% 24%,transparent 0 42px,rgba(199,161,90,.38) 43px 44px,transparent 45px),
    linear-gradient(90deg,transparent calc(14% - 64px),rgba(199,161,90,.22) calc(14% - 63px),rgba(199,161,90,.22) calc(14% + 63px),transparent calc(14% + 64px)),
    linear-gradient(0deg,transparent calc(24% - 64px),rgba(199,161,90,.18) calc(24% - 63px),rgba(199,161,90,.18) calc(24% + 63px),transparent calc(24% + 64px)),
    radial-gradient(circle at 88% 76%,transparent 0 32px,rgba(14,107,87,.22) 33px 34px,transparent 35px),
    linear-gradient(45deg,transparent calc(88% - 45px),rgba(14,107,87,.16) calc(88% - 44px),rgba(14,107,87,.16) calc(88% + 44px),transparent calc(88% + 45px));
}
.prog-wrap{max-width:930px;margin:0 auto}
.prog-bar-bg{background:var(--sand);border-radius:999px;height:10px;overflow:hidden;margin:.85rem 0 .45rem;border:1px solid rgba(199,161,90,.28)}
.prog-bar{height:100%;background:linear-gradient(90deg,var(--emerald),var(--gold));border-radius:999px}
.prog-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:.9rem;margin-top:1.55rem}
.p-stat,.ivy-stat,.paw-stop,.gear-card,.blog-card,.state-panel,.no-state,.tip-card,.merch-box,.info-box,.modal{
  border-radius:var(--r);
  border:1px solid rgba(199,161,90,.42);
  box-shadow:0 10px 28px rgba(11,35,65,.06);
}
.p-stat,.ivy-stat,.paw-stop,.gear-card{background:var(--cream);padding:1rem;text-align:center}
.p-stat-n,.ivy-stat-n{font-family:var(--display);font-size:1.35rem;color:var(--emerald)}
.p-stat{cursor:pointer;font:inherit;transition:border-color .2s,background .2s}
.p-stat:hover{border-color:var(--emerald)}
.p-stat:focus-visible{outline:3px solid var(--emerald);outline-offset:4px}
.p-stat-n,.p-stat-l{display:block}
.p-stat-l,.ivy-stat-l{font-size:.58rem;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:4px;font-weight:800}
#states-sec,#ivy-sec,#about-sec{
  position:relative;overflow:hidden;
  background:
    linear-gradient(180deg,rgba(250,246,237,.92),rgba(245,234,216,.95)),
    var(--texture-emerald) center/620px auto repeat,
    var(--cream);
  padding:5rem 2rem;
  background-blend-mode:normal,soft-light,normal;
}
.region-browser{max-width:1080px;margin:0 auto;background:rgba(255,253,248,.82);border:1px solid rgba(199,161,90,.5);border-radius:var(--r);box-shadow:0 18px 42px rgba(11,35,65,.08);overflow:hidden}
.region-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:rgba(11,35,65,.035);border-bottom:1px solid rgba(199,161,90,.38)}
.r-tab{min-height:52px;background:transparent;color:var(--navy);border:0;border-right:1px solid rgba(199,161,90,.26);border-radius:0;padding:.75rem .55rem;letter-spacing:.08em;line-height:1.25}
.r-tab:last-child{border-right:0}
.r-tab.active,.r-tab:hover,.r-tab:focus-visible,.g-cat.active,.g-cat:hover{background:var(--navy);border-color:var(--gold);color:var(--gold-pale)}
.place-picker{padding:1.15rem 1.35rem 1.25rem;border-bottom:1px solid rgba(199,161,90,.38)}
.place-picker.direct-region{display:none}
.place-picker-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}
.place-picker-label{font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--navy)}
.route-key{display:flex;align-items:center;gap:1rem;color:var(--muted);font-size:.64rem;font-weight:700}
.route-key span{display:flex;align-items:center;gap:.38rem}
.route-key-dot{display:inline-block;width:7px;height:7px;border-radius:50%}
.route-key-dot.visited{background:var(--emerald)}
.route-key-dot.planned{background:var(--gold)}
.state-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.s-chip{display:inline-flex;align-items:center;gap:.45rem;background:var(--paper);color:var(--navy);border-color:rgba(199,161,90,.38);text-transform:none;letter-spacing:0;padding:8px 11px}
.s-chip.visited .chip-dot{background:var(--emerald)}
.s-chip.planned .chip-dot{background:var(--gold)}
.s-chip.active,.s-chip:hover,.s-chip:focus-visible{background:var(--navy);border-color:var(--gold);color:var(--gold-pale)}
.chip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.chip-count{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:rgba(11,35,65,.07);font-size:.58rem}
.s-chip.active .chip-count{background:rgba(255,253,248,.14)}
.state-panel{background:var(--paper);overflow:hidden;display:none}
.state-panel.active{display:block}
.sph{background:var(--navy);color:var(--paper);padding:1.2rem 1.5rem;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--gold)}
.sph-title{font-family:var(--serif);font-size:1.45rem;margin-bottom:.12rem;color:var(--gold-pale)}
.sph-sub{opacity:.72;font-size:.75rem}
.spb{padding:1.2rem 1.35rem 1.35rem}
.stops-list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.stop-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:1rem;background:var(--cream);border:1px solid rgba(199,161,90,.28);border-radius:calc(var(--r) - 2px)}
.stop-mark{
  width:10px;height:10px;display:block;border-radius:50%;background:var(--gold);
  box-shadow:0 0 0 4px rgba(199,161,90,.14)
}
.stop-mark.visited{background:var(--emerald);box-shadow:0 0 0 4px rgba(14,107,87,.12)}
.stop-mark.current{background:var(--gold-pale);box-shadow:0 0 0 4px rgba(199,161,90,.22),0 0 0 1px var(--navy)}
.stop-copy{min-width:0}
.stop-name{font-weight:800;font-size:.83rem;color:var(--navy)}
.stop-open{background:none;border:0;font-family:inherit;line-height:1.5;text-align:left;letter-spacing:0;cursor:pointer;padding:0;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:4px}
.stop-open:focus-visible{outline:2px solid var(--emerald);outline-offset:4px}
.stop-meta{font-size:.72rem;color:var(--muted);line-height:1.5;margin-top:3px}
.stop-badge{font-size:.55rem;padding:4px 8px;border-radius:999px;flex-shrink:0;font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:#FEF9F0;color:#8A641D}
.stop-badge.visited{background:#ECF6F1;color:var(--emerald)}
.stop-badge.current{background:var(--navy);color:var(--gold-pale);border:1px solid var(--gold)}
.no-state{text-align:center;padding:2.5rem;color:var(--muted);font-size:.88rem;background:var(--paper)}
.blog-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}
.journal-note{display:inline-block;color:rgba(11,35,65,.62);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-top:1px solid rgba(199,161,90,.45);border-bottom:1px solid rgba(199,161,90,.45);padding:.65rem 1rem}
.blog-card{background:var(--cream);overflow:hidden;cursor:pointer;transition:transform .25s,box-shadow .25s}
.blog-card:hover,.gear-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.blog-img{height:188px;background-size:cover;background-position:center;position:relative}
.blog-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(11,35,65,.58),transparent)}
.blog-tag{
  position:absolute;top:.8rem;left:.8rem;z-index:2;
  background:var(--navy);color:var(--gold-pale);
  font-size:.55rem;padding:4px 9px;border-radius:999px;
  letter-spacing:.14em;text-transform:uppercase;font-weight:800;border:1px solid var(--gold);
}
.blog-body{padding:1.15rem}
.blog-title{font-family:var(--serif);font-size:1.25rem;line-height:1.2;margin-bottom:.4rem;color:var(--navy);font-weight:700}
.blog-exc{font-size:.8rem;color:var(--muted);line-height:1.65;margin-bottom:.7rem}
.blog-meta{font-size:.68rem;color:var(--muted);display:flex;justify-content:space-between;gap:.75rem}
.read-more{color:var(--emerald);font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.journal-article{font-size:.91rem;line-height:1.9;color:var(--ink)}
.journal-article p{margin:0 0 1.05rem}
.journal-article .journal-lede{font-family:var(--serif);font-size:1.14rem;line-height:1.7;color:var(--navy)}
.journal-article h4{font-family:var(--serif);font-size:1.3rem;line-height:1.25;color:var(--navy);margin:1.9rem 0 .7rem;padding-top:1.15rem;border-top:1px solid rgba(199,161,90,.38)}
.journal-article blockquote{margin:1.4rem 0;padding:1rem 1.2rem;border-left:3px solid var(--gold);background:var(--cream);font-family:var(--serif);font-size:1.12rem;line-height:1.65;color:var(--navy)}
.tips-tabs{margin-bottom:2rem}
.tips-grid{max-width:940px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.tip-card{background:rgba(255,253,248,.055);padding:0;box-shadow:none;text-align:left;font-family:inherit;letter-spacing:0;display:flex;flex-direction:column;align-items:stretch;min-width:0;overflow:hidden}
.tip-card:focus-visible,.blog-card:focus-visible,.story-link:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.tip-label{display:flex;align-items:center;min-height:40px;max-width:100%;padding:8px 20px;border-bottom:1px solid var(--gold);background:var(--gold-pale);color:var(--emerald-deep);font-family:var(--serif);font-size:1.08rem;line-height:1.3;font-weight:700;letter-spacing:0;overflow-wrap:anywhere}
.tip-content{display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:20px;flex:1}
.tip-card .tip-title{margin:0;font-size:.94rem;line-height:1.45}
.tip-card .tip-text{font-size:.85rem;line-height:1.65}
.tip-more{display:block;margin-top:auto;padding-top:10px;font-size:.72rem;color:var(--gold-pale);font-weight:700;letter-spacing:0}
.tip-card .tip-title,.tip-card .tip-text{display:block;letter-spacing:0}
.tip-card .tip-text{color:rgba(255,253,248,.8)}
.progress-list{list-style:none;padding:0;margin:0}
.progress-list li{border-bottom:1px solid rgba(199,161,90,.3)}
.progress-entry{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:14px 0;border:0;background:none;color:var(--navy);font:inherit;text-align:left;line-height:1.5;letter-spacing:0}
button.progress-entry{cursor:pointer}
button.progress-entry:hover .progress-entry-name{text-decoration:underline;text-underline-offset:3px}
.progress-entry-name{font-size:.88rem;font-weight:700}
.progress-entry-meta{font-size:.73rem;color:var(--muted);display:block;font-weight:400}
.progress-arrow{color:var(--emerald);flex-shrink:0;font-size:1.2rem}
.progress-note{font-size:.8rem;line-height:1.7;color:var(--muted);margin-bottom:1rem}
.story-links{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--gold)}
.story-link{display:block;background:none;border:0;border-bottom:1px solid currentColor;padding:6px 0;margin:.5rem 0;text-align:left;color:var(--emerald);font:inherit;font-weight:700;cursor:pointer;line-height:1.5}
.tip-icon{
  width:38px;height:38px;display:grid;place-items:center;margin-bottom:.8rem;
  color:var(--gold-pale);border:1px solid rgba(199,161,90,.62);
  border-radius:50%;font-size:.58rem;font-weight:900;letter-spacing:.06em;
}
.tip-title{color:var(--gold-pale);font-weight:800;font-size:.9rem;margin-bottom:.35rem}
.tip-text{color:rgba(255,253,248,.62);font-size:.79rem;line-height:1.65}
.ivy-layout{max-width:940px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:3rem;align-items:start}
.ivy-portrait{display:block;width:156px;max-width:100%;height:156px;aspect-ratio:1;object-fit:cover;border:3px solid var(--gold);border-radius:50%;margin:0 0 1.15rem}
.ivy-stat .ivy-stat-n{font-family:var(--serif);font-size:1.15rem;line-height:1.3;letter-spacing:0}
.ivy-name{font-family:var(--serif);font-size:2rem;color:var(--navy);margin-bottom:.12rem}
.ivy-role{color:var(--gold);font-size:.78rem;margin-bottom:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ivy-bio{color:var(--navy);font-size:.86rem;line-height:1.8;opacity:.82}
.ivy-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;margin-top:1.2rem}
.paw-stops{display:grid;grid-template-columns:1fr 1fr;gap:.52rem}
.paw-stop{display:flex;align-items:center;justify-content:space-between;gap:6px;text-align:left;min-width:0}
.paw-stop-name{color:var(--navy);font-size:.78rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.paw-stop-loc{color:var(--muted);font-size:.66rem;white-space:nowrap}
.paw-row{display:flex;gap:4px;flex-shrink:0;align-items:center}
.paw-dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--gold);display:inline-block}
.paw-dot.filled{background:var(--gold)}
.paw-dot.half{background:linear-gradient(90deg,var(--gold) 50%,transparent 50%)}
.paw-dot.empty{opacity:.28}
.gear-cats{margin-bottom:2rem}
.gear-cats .g-cat{color:var(--navy);letter-spacing:0}
.gear-cats .g-cat.active,.gear-cats .g-cat:hover{color:var(--gold-pale);background:var(--navy)}
.gear-grid{max-width:940px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.gear-card{cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;min-height:190px;font-family:inherit;letter-spacing:0;padding:1.25rem}
.gear-card:focus-visible,.g-cat:focus-visible{outline:3px solid var(--emerald);outline-offset:4px}
.gear-card .gear-name{font-size:1rem;line-height:1.4;overflow-wrap:anywhere;margin-bottom:.5rem}
.gear-card .gear-desc{font-size:.86rem;line-height:1.65;margin-bottom:1rem}
.gear-card .gear-badge{margin-top:auto;font-size:.62rem;letter-spacing:0;text-align:left}
.gear-collections{max-width:940px;margin:3rem auto 0}
.gear-collection{border-top:1px solid rgba(199,161,90,.45);padding-top:1.5rem;margin-top:2rem}
.gear-collection-title{font-family:var(--serif);font-size:1.8rem;font-weight:600;color:var(--navy);margin-bottom:1rem;letter-spacing:0}
.gear-detail{font-size:1rem;line-height:1.8;color:var(--text)}
.gear-disclosure{font-size:.8rem;line-height:1.6;color:var(--muted);margin-top:1rem}
.gear-shop{display:block;text-decoration:none;text-align:center}
.merch-follow{display:inline-block;text-decoration:none;white-space:normal}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#gear-sec>.sr-only{position:absolute}
@media(max-width:700px){.gear-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:460px){.gear-grid{grid-template-columns:minmax(0,1fr)}.gear-card{min-height:165px}.gear-collection-title{font-size:1.6rem}}
.gear-icon{
  width:42px;height:42px;display:grid;place-items:center;margin-bottom:.75rem;
  border-radius:50%;border:1px solid rgba(199,161,90,.62);color:var(--gold);
  background:var(--paper);font-size:.55rem;font-weight:900;letter-spacing:.05em;
}
.gear-name{font-weight:800;font-size:.86rem;margin-bottom:.25rem;color:var(--navy)}
.gear-desc{font-size:.75rem;color:var(--muted);line-height:1.52;margin-bottom:.65rem}
.gear-badge{display:inline-block;background:#ECF6F1;color:var(--emerald);font-size:.58rem;padding:3px 9px;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.about-layout{max-width:840px;margin:0 auto;text-align:center}
.about-intro{max-width:640px;margin:0 auto 2rem;font-size:1rem;line-height:1.8;color:var(--navy)}
.about-portrait{display:block;width:100%;max-width:360px;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:4px;margin:0 auto 1rem}
.about-duo{display:flex;gap:1.75rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}
.about-person{flex:1;min-width:190px;max-width:360px}
.about-avatar{width:88px;height:88px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto .75rem;border:3px solid var(--gold)}
.about-avatar.photo-alex{background:url('../images/site/alex-camping-selected.webp') center/cover}
.about-avatar.photo-amber{background:url('../images/site/amber-tablelands-selected.webp') center/cover}
.about-name{font-family:var(--serif);font-size:1.35rem;margin-bottom:.2rem;color:var(--navy);font-weight:700}
.about-role{color:var(--gold);font-size:.68rem;margin-bottom:.5rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.about-text{font-size:.8rem;color:var(--muted);line-height:1.75}
.merch-box{max-width:560px;margin:0 auto;text-align:center;background:rgba(255,253,248,.055);border-style:dashed;padding:2.75rem;box-shadow:none}
.merch-title{font-family:var(--serif);font-size:1.9rem;color:var(--gold-pale);margin-bottom:.5rem}
.merch-sub{color:rgba(255,253,248,.58);font-size:.86rem;line-height:1.75;margin-bottom:1.35rem}
.email-wrap{display:flex;max-width:340px;margin:0 auto;border-radius:999px;overflow:hidden;border:1px solid rgba(199,161,90,.55)}
.email-inp{flex:1;background:rgba(255,253,248,.07);border:none;color:var(--paper);padding:.72rem 1.05rem;font-size:.8rem;outline:none}
.email-inp::placeholder{color:rgba(255,253,248,.38)}
.email-btn{background:var(--gold);border:none;color:var(--navy);padding:.72rem 1.05rem;font-size:.72rem;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:.12em}
footer{background:#07192E;padding:2.8rem 2rem;text-align:center;border-top:1px solid var(--gold)}
.foot-logo{font-family:var(--display);font-size:1.35rem;color:var(--gold-soft);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.06em}
.foot-social{display:flex;gap:.6rem;justify-content:center;margin:1rem 0;flex-wrap:wrap}
.soc{text-decoration:none;background:rgba(255,253,248,.04)}
.soc:hover{background:var(--gold);color:var(--navy)}
.foot-copy{color:rgba(255,253,248,.25);font-size:.64rem;margin-top:1rem}
.modal-ov{position:fixed;inset:0;background:rgba(7,25,46,.72);z-index:2000;display:none;align-items:center;justify-content:center;padding:88px 18px 22px}
.modal-ov.open{display:flex}
.modal{background:var(--paper);max-width:620px;width:100%;max-height:calc(100vh - 118px);overflow-y:auto;border:1px solid rgba(199,161,90,.54);box-shadow:0 28px 80px rgba(7,25,46,.38)}
.modal-h{background:linear-gradient(135deg,var(--navy),#0F3156);color:var(--paper);padding:19px 22px;border-radius:var(--r) var(--r) 0 0;position:relative;border-bottom:1px solid var(--gold)}
.modal-close{position:absolute;top:13px;right:13px;background:rgba(255,253,248,.08);border:1px solid rgba(199,161,90,.5);color:var(--gold-pale);width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;line-height:26px;text-align:center}
.modal-h h3{font-family:var(--serif);font-size:1.35rem;padding-right:34px;color:var(--gold-pale);font-weight:700}
.modal-h p{opacity:.72;font-size:.68rem;margin-top:4px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.modal-b{padding:22px 24px 24px}
.gear-modal-mark{
  width:58px;height:58px;margin:0 auto 1rem;display:grid;place-items:center;
  border-radius:50%;background:var(--navy);color:var(--gold-pale);
  border:1px solid var(--gold);font-size:.68rem;font-weight:900;letter-spacing:.08em;
}
.guide-kicker{color:var(--emerald);margin-bottom:12px}
.guide-section{margin-bottom:18px}
.info-box{background:linear-gradient(135deg,rgba(250,246,237,.92),rgba(255,253,248,.96));padding:14px 16px;margin-bottom:14px;border-left:3px solid var(--gold);box-shadow:none}
.info-val{font-family:var(--serif);font-weight:700;font-size:1.02rem;line-height:1.45;color:var(--navy)}
.modal-tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.modal-tag{padding:5px 10px;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.04em}
.modal-divider{border:none;border-top:1px solid rgba(199,161,90,.42);margin:16px 0 18px}
.modal-btn{background:var(--navy);color:var(--gold-pale);border:1px solid var(--gold);padding:10px 18px;border-radius:999px;cursor:pointer;font-size:.72rem;width:100%;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin-top:14px}
@media(max-width:760px){
  nav{height:62px;padding:0 1rem}
  .nav-links{display:none}
  .nav-logo-img{width:128px;height:48px}
  .nav-logo-img img{width:120px;height:44px}
  .hero-c{padding-top:5rem;padding-bottom:3.4rem}
  .hero-logo{width:min(315px,78vw);max-height:140px}
  .hero-headline{font-size:.78rem;letter-spacing:.32em}
  .hero-p{font-size:.88rem}
  .sec-title{font-size:2.05rem}
  .region-tabs{display:flex;overflow-x:auto;scrollbar-width:none}
  .region-tabs::-webkit-scrollbar{display:none}
  .r-tab{flex:0 0 auto;min-width:118px}
  .stops-list{grid-template-columns:1fr}
  .ivy-layout{grid-template-columns:1fr}
  .paw-stops{grid-template-columns:1fr}
  #strip{height:180px}
}
@media(max-width:520px){
  .tips-grid{grid-template-columns:minmax(0,1fr)}
  #hero{min-height:700px}
  .hero-logo{width:74vw;max-height:122px}
  .hero-eye{letter-spacing:.18em}
  .hero-headline{font-size:.7rem;letter-spacing:.22em}
  #routeMap{height:520px}
  #states-sec{padding:4rem 1rem}
  .place-picker{padding:1rem}
  .place-picker-head{align-items:flex-start;flex-direction:column}
  .route-key{gap:.75rem}
  .s-chip{flex:1 1 calc(50% - .5rem);justify-content:flex-start}
  .chip-count{margin-left:auto}
  .sph{padding:1rem}
  .spb{padding:1rem}
  .stop-item{grid-template-columns:auto minmax(0,1fr)}
  .stop-badge{grid-column:2;justify-self:start}
  .map-help{left:9px;right:9px;text-align:center;border-radius:var(--r)}
  .hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .email-wrap{flex-direction:column;border-radius:var(--r)}
}
