
:root{
  --pine:#173c2d;
  --pine2:#0d2a20;
  --lake:#236c78;
  --sky:#d8e7df;
  --cream:#f2ead8;
  --paper:#fffaf0;
  --orange:#d86b34;
  --gold:#e0aa45;
  --ink:#17231e;
  --muted:#5d685f;
  --red:#a64235;
  --shadow:0 18px 55px rgba(18,39,30,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
a{color:inherit}
.hero{
  min-height:92vh;
  background:linear-gradient(#bfd8d1 0 58%, #4c8a89 58% 72%, #173c2d 72%);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.nav{
  position:relative; z-index:8;
  width:min(1180px,92%);
  margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:24px 0;
  font-weight:800; letter-spacing:.06em; font-size:.83rem;
}
.brand{text-decoration:none}
.navlinks{display:flex; gap:22px; flex-wrap:wrap; justify-content:flex-end}
.navlinks a{text-decoration:none; opacity:.82}
.navlinks a:hover{opacity:1}
.hero-art{position:absolute;inset:0;pointer-events:none}
.sun{
  width:190px;height:190px;border-radius:50%;
  background:var(--gold);
  position:absolute;right:10%;top:15%;
  box-shadow:0 0 0 22px rgba(224,170,69,.12);
}
.mountain{position:absolute;bottom:23%;clip-path:polygon(50% 0,100% 100%,0 100%)}
.m1{width:55%;height:46%;left:-7%;background:#416c55}
.m2{width:58%;height:54%;left:28%;background:#315a48}
.m3{width:45%;height:42%;right:-7%;background:#234837}
.treeline{
  position:absolute;bottom:22%;left:0;right:0;height:13%;
  background:
    linear-gradient(60deg,transparent 48%,#173c2d 49% 51%,transparent 52%) 0 0/38px 74px,
    linear-gradient(-60deg,transparent 48%,#173c2d 49% 51%,transparent 52%) 19px 0/38px 74px,
    linear-gradient(#173c2d,#173c2d) bottom/100% 32% no-repeat;
  opacity:.98;
}
.lake{
  position:absolute;left:0;right:0;bottom:0;height:23%;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.16) 0 2px, transparent 2px 18px),
    linear-gradient(#276a74,#164b58);
}
.hero-copy{
  position:relative; z-index:5;
  width:min(1180px,92%);
  margin:auto;
  padding:70px 0 120px;
  max-width:1180px;
}
.eyebrow,.kicker,.day-num{
  letter-spacing:.15em;
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:900;
}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(4.4rem,10vw,9rem);
  line-height:.78;
  margin:18px 0 28px;
  letter-spacing:-.065em;
  max-width:900px;
}
.hero h1 span{
  display:inline-block;
  font-style:italic;
  color:var(--cream);
  text-shadow:3px 3px 0 var(--pine2);
  transform:rotate(-2deg);
}
.lede{max-width:720px;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:650}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.button{
  text-decoration:none;border:2px solid var(--ink);
  border-radius:999px;padding:12px 18px;font-weight:850;
}
.primary{background:var(--ink);color:white}
.ghost{background:rgba(255,250,240,.5)}
.countdown{
  display:inline-block;background:var(--paper);
  border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink);
  padding:9px 14px;font-weight:900;letter-spacing:.04em;
}
.section{width:min(1180px,92%);margin:0 auto;padding:90px 0}
.section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.5rem,5vw,5rem);
  letter-spacing:-.04em;line-height:.98;margin:10px 0 28px;
}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}
.big-copy{font-size:1.25rem;max-width:760px}
.lodging-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:35px}
.lodge-card{
  background:var(--paper);border:2px solid var(--ink);padding:34px;
  box-shadow:8px 8px 0 var(--pine);position:relative;overflow:hidden;
}
.lodge-card.alt{box-shadow:8px 8px 0 var(--orange)}
.lodge-number{position:absolute;right:18px;top:10px;font:900 5rem Georgia;color:rgba(23,35,30,.07)}
.date-pill{display:inline-block;background:var(--gold);padding:6px 10px;font-weight:900;font-size:.78rem;letter-spacing:.08em}
.lodge-card h3{font:700 2rem Georgia;margin:18px 0 8px}
.address{font-size:1.15rem;font-weight:800}
.text-link,.place-row a,.wild-grid a{font-weight:900;text-decoration-thickness:2px;text-underline-offset:3px}
.privacy-note,.closed-note{
  margin-top:24px;padding:16px 18px;border-left:6px solid var(--orange);background:rgba(255,250,240,.8)
}
.weather-strip{
  width:100%;max-width:none;padding:62px max(4%,calc((100vw - 1180px)/2));
  background:var(--pine);color:var(--cream);
}
.weather-strip h2{margin-bottom:12px}
.weather-days{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:32px}
.weather-days div{
  border:1px solid rgba(255,255,255,.28);padding:15px 10px;text-align:center;min-height:115px;
}
.weather-days b,.weather-days span,.weather-days small{display:block}
.weather-days span{font:700 2rem Georgia;margin:6px 0}
.weather-days small{opacity:.8}
.weather-days .best{outline:3px solid var(--gold)}
.weather-days .rain{outline:3px solid var(--orange)}
.micro{font-size:.86rem;opacity:.75;margin-top:18px}
.day-list{display:flex;flex-direction:column;gap:22px}
.day-card{
  background:var(--paper);border:2px solid var(--ink);box-shadow:6px 6px 0 rgba(23,60,45,.8);
}
.day-card.feature{box-shadow:8px 8px 0 var(--orange)}
.day-head{
  display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 26px;border-bottom:2px solid var(--ink)
}
.day-head h3{font:700 2rem Georgia;margin:3px 0 0}
.day-theme{font-weight:900;background:var(--pine);color:var(--cream);padding:7px 10px;transform:rotate(1deg)}
.day-body{display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:26px}
.timeline p{margin:.4rem 0 1rem}
.mission{
  align-self:start;background:#efe0b6;border:2px dashed var(--ink);padding:18px;transform:rotate(.5deg)
}
.mission b{font-size:1.05rem}
.place-row{
  display:flex;gap:18px;flex-wrap:wrap;padding:16px 26px 22px;border-top:1px dashed rgba(23,35,30,.35);font-size:.88rem
}
.camera-section{
  width:100%;max-width:none;background:var(--orange);padding:90px max(4%,calc((100vw - 1180px)/2));
  display:grid;grid-template-columns:1.7fr 1fr;gap:70px;align-items:center
}
.award-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}
.award-grid div{background:rgba(255,250,240,.85);padding:15px;border:1px solid var(--ink)}
.award-grid b,.award-grid span{display:block}
.award-grid span{font-size:.88rem;margin-top:3px}
.camera-card{background:var(--paper);border:2px solid var(--ink);box-shadow:10px 10px 0 var(--pine);padding:30px}
.camera-card h3{font:700 2rem Georgia;margin-bottom:8px}
.camera-illustration{
  height:230px;border-radius:18px;background:#333;position:relative;border:5px solid #161616;
  box-shadow:inset 0 0 0 3px #777;
}
.flash{position:absolute;width:70px;height:30px;background:#d8e2df;left:24px;top:24px;border-radius:4px}
.lens{
  position:absolute;width:120px;height:120px;border-radius:50%;background:#101820;left:50%;top:52%;transform:translate(-50%,-50%);
  border:12px solid #777;box-shadow:0 0 0 7px #222;
}
.lens span{position:absolute;width:46px;height:46px;border-radius:50%;background:#1e5361;left:50%;top:50%;transform:translate(-50%,-50%)}
.camera-label{position:absolute;bottom:15px;right:18px;color:#eee;font:800 .8rem monospace;letter-spacing:.1em}
.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.food-card{
  text-decoration:none;background:var(--paper);border:2px solid var(--ink);padding:23px;min-height:190px;transition:.15s ease
}
.food-card:hover{transform:translateY(-4px);box-shadow:6px 6px 0 var(--gold)}
.food-card span{font-weight:950;font-size:.78rem;letter-spacing:.12em;color:var(--red)}
.food-card h3{font:700 1.45rem Georgia;margin:12px 0 6px}
.food-card p{margin:0 0 18px}
.food-card small{color:var(--muted)}
.wildcards{background-image:radial-gradient(rgba(23,35,30,.07) 1px, transparent 1px);background-size:18px 18px}
.wild-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.wild-grid article{background:var(--paper);border:2px solid var(--ink);padding:26px;position:relative}
.wild-grid h3{font:700 1.7rem Georgia;margin:10px 0}
.stamp{
  display:inline-block;background:var(--red);color:white;padding:5px 10px;font-weight:950;transform:rotate(-4deg)
}
.fit{font-size:.92rem;background:#f1e5c4;padding:9px}
.photo-journal{background:var(--pine);color:var(--cream);width:100%;max-width:none;padding:90px max(4%,calc((100vw - 1180px)/2))}
.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:35px}
.photo-grid figure{margin:0;background:var(--paper);color:var(--ink);padding:10px 10px 16px;transform:rotate(-.4deg)}
.photo-grid figure:nth-child(even){transform:rotate(.5deg)}
.photo-slot{aspect-ratio:4/3;background:#d7d0c2;display:flex;align-items:center;justify-content:center;font:900 1rem monospace;letter-spacing:.15em}
.photo-slot.winner{font-size:4rem;color:var(--gold);background:#242f28}
.photo-grid figcaption{padding:10px 4px 0;font-family:Georgia;font-weight:700}
.pack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.pack-grid div{padding:14px;background:var(--paper);border:1px solid var(--ink);font-weight:700}
footer{
  padding:38px max(4%,calc((100vw - 1180px)/2));background:var(--ink);color:var(--cream);
  display:flex;justify-content:space-between;gap:30px;align-items:center
}
footer p{margin:.3rem 0 0;opacity:.75}
footer a{font-weight:900}
code{font-size:.9em}
@media(max-width:800px){
  .nav{align-items:flex-start}.navlinks{display:none}
  .hero{min-height:820px}
  .hero h1{font-size:4.2rem}
  .intro,.lodging-grid,.camera-section,.day-body,.wild-grid{grid-template-columns:1fr}
  .weather-days{grid-template-columns:repeat(2,1fr)}
  .weather-days div:last-child{grid-column:span 2}
  .day-head{align-items:flex-start;flex-direction:column}
  .food-grid{grid-template-columns:1fr}
  .award-grid,.pack-grid{grid-template-columns:1fr}
  .photo-grid{grid-template-columns:repeat(2,1fr)}
  .section{padding:65px 0}
}


/* ============================================================
   Accessibility + visibility refinement
   Target: strong WCAG 2.1 AA foundation
   ============================================================ */

html { scroll-padding-top: 1rem; }

body {
  font-size: 1rem;
  text-rendering: optimizeLegibility;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  background: #fffaf0;
  color: #17231e;
  border: 3px solid #17231e;
  padding: .8rem 1rem;
  font-weight: 900;
  text-decoration: underline;
}
.skip-link:focus { transform: translateY(0); }

a {
  text-decoration-thickness: .12em;
  text-underline-offset: .18em;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 4px solid #e0aa45;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #17231e;
}

.hero {
  min-height: 760px;
  background: #d8e7df;
}
.hero-art { z-index: 1; opacity: .72; }
.hero-copy {
  z-index: 5;
  margin: auto auto auto max(4%, calc((100vw - 1180px)/2));
  width: min(760px, 92%);
  padding: 4.25rem 2rem;
  background: rgba(255,250,240,.96);
  border: 3px solid #17231e;
  box-shadow: 12px 12px 0 rgba(23,60,45,.95);
}
.hero h1 {
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  line-height: .86;
  margin-bottom: 1.6rem;
}
.hero h1 span {
  color: #173c2d;
  text-shadow: none;
  transform: none;
}
.hero .lede {
  max-width: 650px;
  color: #17231e;
  font-size: clamp(1.1rem, 1.6vw, 1.34rem);
  line-height: 1.55;
}
.hero .eyebrow { color: #173c2d; }
.hero-buttons .ghost {
  background: #fffaf0;
  color: #17231e;
}
.hero-buttons .button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.countdown {
  background: #fffaf0;
  color: #17231e;
}

.nav {
  z-index: 10;
  background: rgba(255,250,240,.94);
  width: 100%;
  padding: 1rem max(4%, calc((100vw - 1180px)/2));
  border-bottom: 2px solid rgba(23,35,30,.2);
}
.navlinks a,
.brand {
  color: #17231e;
  opacity: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.navlinks a:hover { text-decoration: underline; }

.section p,
.timeline p,
.food-card p,
.wild-grid p {
  max-width: 75ch;
}

.section-note {
  max-width: 75ch;
  font-size: 1rem;
  color: #48534c;
}

.scenic {
  padding-top: 40px;
}
.scenic-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.scenic-card {
  margin: 0;
  background: #fffaf0;
  border: 2px solid #17231e;
  overflow: hidden;
}
.scenic-wide { grid-row: 1 / span 2; }
.scenic-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}
.scenic-wide img { min-height: 560px; }
.scenic-card {
  position: relative;
}
.scenic-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(23,35,30,.94);
  color: #fffaf0;
  padding: 1rem;
  border-left: 5px solid #e0aa45;
}
.scenic-card figcaption strong,
.scenic-card figcaption span {
  display: block;
}
.scenic-card figcaption span {
  margin-top: .25rem;
  line-height: 1.45;
}

.day-theme {
  background: #173c2d;
  color: #fffaf0;
}
.mission {
  background: #f6e8bf;
  color: #17231e;
}

.food-card:focus-visible,
.wild-grid a:focus-visible,
.place-row a:focus-visible,
.text-link:focus-visible {
  outline: 4px solid #e0aa45;
  outline-offset: 4px;
}

.camera-section {
  background: #d86b34;
  color: #17231e;
}
.camera-section .kicker,
.camera-section h2,
.camera-section p {
  color: #17231e;
}

.access-summary {
  border-top: 8px solid #173c2d;
}
.access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
  margin: 2rem 0;
}
.access-grid div {
  background: #fffaf0;
  border: 2px solid #17231e;
  padding: 1.1rem;
}
.access-grid strong,
.access-grid span {
  display: block;
}
.access-grid span {
  margin-top: .25rem;
}

@media (max-width: 900px) {
  .hero { min-height: auto; padding-bottom: 2rem; }
  .hero-copy {
    margin: 2rem auto;
    width: min(92%, 720px);
    padding: 2rem 1.35rem;
  }
  .hero-art { opacity: .32; }
  .scenic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .scenic-wide { grid-row: auto; }
  .scenic-card img,
  .scenic-wide img { min-height: 300px; height: 48vw; max-height: 480px; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .nav {
    align-items: center;
  }
  .navlinks {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: .5rem;
    margin-top: .5rem;
    padding-bottom: .25rem;
  }
  .navlinks a {
    white-space: nowrap;
    padding: .4rem .6rem;
  }
  .hero h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
}

@media (max-width: 520px) {
  .hero-copy { padding: 1.5rem 1rem; box-shadow: 7px 7px 0 rgba(23,60,45,.95); }
  .hero h1 { font-size: clamp(2.8rem, 16vw, 4.4rem); }
  .photo-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  .hero-copy,
  .lodge-card,
  .day-card,
  .food-card,
  .wild-grid article {
    box-shadow: none;
    border-width: 3px;
  }
}


/* ===== Stay galleries ===== */
.stay-preview { padding-top: 55px; }
.stay-gallery-block { margin-top: 2.5rem; }
.stay-gallery-block.second { margin-top: 4rem; }
.stay-gallery-head {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  align-items:end;
  margin-bottom:1rem;
}
.stay-gallery-head h3 {
  font:700 clamp(1.8rem,3vw,3rem) Georgia,"Times New Roman",serif;
  margin:.65rem 0 0;
}
.stay-gallery-head p { margin:0; font-size:1.05rem; }
.stay-gallery {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:repeat(2,220px);
  gap:.75rem;
}
.stay-gallery figure {
  margin:0;
  overflow:hidden;
  border:2px solid #17231e;
  background:#d8e7df;
}
.stay-gallery .gallery-main { grid-row:1 / span 2; }
.stay-gallery img {
  width:100%;height:100%;display:block;object-fit:cover;
  transition:transform .2s ease;
}
.stay-gallery img:hover { transform:scale(1.02); }

/* ===== Weather planner ===== */
.weather-planner {
  width:100%;max-width:none;
  background:#173c2d;color:#fffaf0;
  padding:80px max(4%,calc((100vw - 1180px)/2));
}
.weather-planner .section-note { color:#f2ead8; }
.weather-card-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-top:2rem;
}
.weather-card {
  background:#fffaf0;color:#17231e;
  border:2px solid #17231e;
  padding:1.15rem;
}
.weather-card.best { border-top:8px solid #e0aa45; }
.weather-card.caution { border-top:8px solid #d86b34; }
.weather-card header {
  display:flex;justify-content:space-between;gap:1rem;
  align-items:baseline;border-bottom:1px solid rgba(23,35,30,.2);
  padding-bottom:.6rem;
}
.weather-card header span { font-weight:950;letter-spacing:.08em; }
.weather-card header strong { font:700 1.65rem Georgia; }
.weather-card .forecast { min-height:3.1rem;color:#48534c; }
.weather-card h3 { font:700 1.45rem Georgia;margin:.9rem 0 .45rem; }
.weather-card ul { margin:.4rem 0 0;padding-left:1.2rem; }
.weather-card li { margin:.45rem 0; }

/* ===== Interactive packing ===== */
.packing-section { padding-top:80px; }
.packing-tools {
  display:flex;justify-content:space-between;gap:1rem;align-items:end;
  margin:1.5rem 0;
}
.packing-progress { flex:1;max-width:560px;font-weight:900; }
.progress-track {
  height:14px;background:#d7d0c2;border:2px solid #17231e;margin-top:.45rem;
}
#pack-progress-bar { height:100%;width:0;background:#173c2d; }
.reset-button {
  min-height:44px;background:#fffaf0;color:#17231e;
  border:2px solid #17231e;padding:.7rem 1rem;font:inherit;font-weight:900;
  cursor:pointer;
}
.reset-button:hover { background:#f2ead8; }
.packing-grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
}
.pack-card {
  background:#fffaf0;border:2px solid #17231e;padding:1rem;
  min-width:0;
}
.pack-card legend {
  padding:0 .45rem;font:700 1.35rem Georgia;
}
.pack-card label {
  display:grid;grid-template-columns:24px 1fr auto;gap:.55rem;
  align-items:start;padding:.55rem .25rem;
  border-bottom:1px dashed rgba(23,35,30,.22);
  cursor:pointer;
}
.pack-card label:last-child { border-bottom:0; }
.pack-card input[type="checkbox"] {
  width:20px;height:20px;margin:.15rem 0 0;
  accent-color:#173c2d;
}
.pack-card label span {
  background:#e0aa45;color:#17231e;
  font-size:.68rem;font-weight:950;letter-spacing:.06em;
  padding:.18rem .35rem;border:1px solid #17231e;
}
.pack-card label:has(input:checked) {
  text-decoration:line-through;
  color:#5d685f;
  background:#f5f1e7;
}
.day-bag-callout {
  margin-top:1.25rem;background:#173c2d;color:#fffaf0;
  padding:1.1rem 1.3rem;border-left:7px solid #e0aa45;
}
.day-bag-callout strong,
.day-bag-callout span { display:block; }
.day-bag-callout span { margin-top:.35rem;font-size:1.05rem; }

@media(max-width:900px){
  .stay-gallery-head { grid-template-columns:1fr;gap:.5rem; }
  .stay-gallery {
    grid-template-columns:1fr 1fr;
    grid-template-rows:300px 220px 220px;
  }
  .stay-gallery .gallery-main { grid-column:1 / -1;grid-row:auto; }
  .weather-card-grid { grid-template-columns:1fr 1fr; }
  .packing-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:620px){
  .stay-gallery { grid-template-columns:1fr;grid-template-rows:none; }
  .stay-gallery figure,.stay-gallery .gallery-main { height:240px;grid-column:auto; }
  .weather-card-grid,.packing-grid { grid-template-columns:1fr; }
  .packing-tools { align-items:stretch;flex-direction:column; }
  .reset-button { width:100%; }
}


/* ============================================================
   Vintage lake-magazine theme
   Inspired by late-1980s outdoor/fishing editorial design.
   Does not copy the film poster artwork or exact logo.
   ============================================================ */

:root{
  --poster-red:#b92e34;
  --poster-blue:#1c5d83;
  --poster-sky:#c8d9e6;
  --poster-cream:#f4eddf;
  --poster-navy:#18344a;
  --poster-ink:#17231e;
}

body{
  background:
    linear-gradient(rgba(244,237,223,.94), rgba(244,237,223,.94)),
    repeating-linear-gradient(0deg, transparent 0 23px, rgba(28,93,131,.05) 24px 25px);
}

.hero{
  background:
    linear-gradient(rgba(200,217,230,.96), rgba(200,217,230,.96)),
    #c8d9e6;
  min-height: 820px;
  border-bottom: 10px solid var(--poster-navy);
}

.hero-art{
  opacity:.34;
  filter:saturate(.78);
}

.nav{
  background:rgba(244,237,223,.98);
  border-bottom:3px solid var(--poster-navy);
  letter-spacing:.08em;
}

.brand{
  color:var(--poster-red);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.08rem;
}

.hero-copy{
  background:rgba(244,237,223,.96);
  border:3px solid var(--poster-navy);
  box-shadow:12px 12px 0 var(--poster-red);
  max-width:830px;
  padding:2rem 2.25rem 2.25rem;
}

.magazine-bar{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  border-top:3px solid var(--poster-navy);
  border-bottom:3px solid var(--poster-navy);
  padding:.38rem 0;
  margin-bottom:1.4rem;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.08em;
  color:var(--poster-navy);
}

.hero .eyebrow{
  color:var(--poster-blue);
  margin-bottom:.35rem;
}

.hero h1{
  margin:.15rem 0 1.1rem;
  line-height:.88;
  letter-spacing:-.045em;
}

.hero-small{
  display:inline-block;
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(1rem,2.4vw,1.8rem);
  letter-spacing:.24em;
  color:var(--poster-navy);
  font-weight:950;
}

.hero-title{
  display:inline-block;
  color:var(--poster-red)!important;
  text-shadow:
    -1px -1px 0 var(--poster-cream),
     1px -1px 0 var(--poster-cream),
    -1px  1px 0 var(--poster-cream),
     1px  1px 0 var(--poster-cream),
     4px  4px 0 var(--poster-navy)!important;
  font-style:normal!important;
  transform:none!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.8rem,8.5vw,7.8rem);
  letter-spacing:-.06em;
}

.hero .lede{
  color:var(--poster-navy);
  font-size:1.25rem;
  max-width:680px;
}

.hero-buttons .primary{
  background:var(--poster-navy);
  border-color:var(--poster-navy);
}

.hero-buttons .ghost{
  color:var(--poster-navy);
  border-color:var(--poster-navy);
  background:var(--poster-cream);
}

.countdown{
  border-color:var(--poster-navy);
  box-shadow:5px 5px 0 var(--poster-red);
  color:var(--poster-navy);
}

.cover-lines{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.35rem .9rem;
  margin-top:1.35rem;
  font-size:.84rem;
  font-weight:950;
  letter-spacing:.07em;
  color:var(--poster-blue);
}
.cover-lines span::before{
  content:"•";
  color:var(--poster-red);
  margin-right:.4rem;
}

.section-rule{
  display:flex;
  align-items:center;
  gap:.8rem;
  color:var(--poster-navy);
  font-weight:950;
  letter-spacing:.08em;
  font-size:.78rem;
  margin-bottom:1rem;
}
.section-rule::before,
.section-rule::after{
  content:"";
  height:3px;
  background:var(--poster-navy);
  flex:1;
}

.section h2{
  color:var(--poster-navy);
}

.kicker{
  color:var(--poster-blue);
}

.lodge-card,
.day-card,
.food-card,
.pack-card,
.weather-card,
.wild-grid article,
.camera-card{
  background:var(--poster-cream);
  border-color:var(--poster-navy);
}

.lodge-card{
  box-shadow:8px 8px 0 var(--poster-blue);
}
.lodge-card.alt{
  box-shadow:8px 8px 0 var(--poster-red);
}

.date-pill{
  background:var(--poster-red);
  color:#fff;
  border:1px solid var(--poster-navy);
}

.day-theme{
  background:var(--poster-red);
  color:#fff;
  letter-spacing:.05em;
}

.day-card.feature{
  box-shadow:8px 8px 0 var(--poster-blue);
}

.mission{
  background:#e6edf2;
  border:2px dashed var(--poster-blue);
}

.weather-planner{
  background:var(--poster-navy);
}
.weather-card.best{
  border-top-color:var(--poster-blue);
}
.weather-card.caution{
  border-top-color:var(--poster-red);
}

.camera-section{
  background:var(--poster-sky);
  color:var(--poster-navy);
  border-top:8px solid var(--poster-navy);
  border-bottom:8px solid var(--poster-navy);
}

.camera-section h2,
.camera-section .kicker,
.camera-section p{
  color:var(--poster-navy);
}

.award-grid div{
  border-color:var(--poster-navy);
  background:rgba(244,237,223,.96);
}

.stay-gallery figure{
  border-color:var(--poster-navy);
}
.stay-gallery img{
  filter:saturate(.92) contrast(1.02);
}

.food-card:hover{
  box-shadow:6px 6px 0 var(--poster-red);
}

.packing-progress #pack-progress-bar{
  background:var(--poster-blue);
}
.day-bag-callout{
  background:var(--poster-navy);
  border-left-color:var(--poster-red);
}
.pack-card label span{
  background:var(--poster-sky);
}

.photo-journal{
  background:var(--poster-navy);
}
.photo-slot{
  background:#dce3e8;
}
.photo-slot.winner{
  background:var(--poster-red);
}

.editorial-break{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:2rem;
  align-items:center;
  border-top:4px solid var(--poster-navy);
  border-bottom:4px solid var(--poster-navy);
  margin-top:1rem;
}
.editorial-number{
  font:900 clamp(5rem,12vw,9rem) Georgia,"Times New Roman",serif;
  color:var(--poster-red);
  line-height:1;
  text-align:center;
  border-right:3px solid var(--poster-navy);
}

footer{
  background:var(--poster-navy);
  border-top:8px solid var(--poster-red);
}

@media(max-width:800px){
  .magazine-bar{
    flex-direction:column;
    gap:.15rem;
  }
  .hero-title{
    font-size:clamp(3.2rem,16vw,5.3rem);
  }
  .cover-lines{
    grid-template-columns:1fr;
  }
  .editorial-break{
    grid-template-columns:1fr;
  }
  .editorial-number{
    border-right:0;
    border-bottom:3px solid var(--poster-navy);
    text-align:left;
    padding-bottom:.4rem;
  }
}


/* ===== Current-set additions: go-karts + steakhouse ===== */
.bonus-round{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:2rem;
  align-items:center;
  background:var(--poster-sky);
  border-top:4px solid var(--poster-navy);
  border-bottom:4px solid var(--poster-navy);
  width:100%;
  max-width:none;
  padding-left:max(4%,calc((100vw - 1180px)/2));
  padding-right:max(4%,calc((100vw - 1180px)/2));
}
.bonus-badge{
  width:150px;
  height:150px;
  border-radius:50%;
  background:var(--poster-red);
  color:#fff;
  border:5px double var(--poster-cream);
  outline:3px solid var(--poster-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font:950 1.25rem/1.05 ui-sans-serif,system-ui,sans-serif;
  letter-spacing:.08em;
  transform:rotate(-7deg);
  box-shadow:6px 6px 0 var(--poster-navy);
}
.bonus-round h2{ margin-bottom:1rem; }
.bonus-links{
  padding-left:0;
  padding-right:0;
  border-top:0;
  margin-top:.8rem;
}
.steak-card{
  border-top:8px solid var(--poster-red);
}
.verified-note{
  display:inline-block;
  margin:.1rem 0 1.2rem;
  padding:.4rem .65rem;
  background:#e8eef2;
  color:var(--poster-navy);
  border-left:5px solid var(--poster-blue);
  font-size:.88rem;
  font-weight:750;
}
@media(max-width:800px){
  .bonus-round{
    grid-template-columns:1fr;
  }
  .bonus-badge{
    width:120px;
    height:120px;
  }
}


/* ============================================================
   Responsive proportion + visibility pass
   Aug. 15, 2026
   Goals:
   - hero proportions respond to the content panel, not just viewport width
   - no title overflow on narrow screens
   - dark sections explicitly own their text colors
   - wide screens use available space more naturally
   - 320px reflow remains usable without page-level horizontal scrolling
   ============================================================ */

:root{
  --page-gutter: clamp(1rem, 4vw, 4.5rem);
  --content-max: 1180px;
  --hero-panel-max: 980px;
}

/* Avoid accidental width inflation anywhere on the page. */
html, body {
  max-width: 100%;
  overflow-x: clip;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

main, section, article, aside, header, footer, nav, div {
  min-width: 0;
}

/* ---------- Hero: proportional sizing ---------- */

.hero {
  min-height: clamp(680px, 82vh, 940px);
}

.hero-copy {
  container-type: inline-size;
  width: min(calc(100% - (2 * var(--page-gutter))), var(--hero-panel-max));
  max-width: none;
  margin:
    clamp(2rem, 6vh, 5rem)
    auto
    clamp(2rem, 7vh, 6rem)
    var(--page-gutter);
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

/* Scale against the hero PANEL using cqw.
   Fallback is the first clamp value for older engines. */
.hero-title {
  display: block;
  max-inline-size: 100%;
  font-size: clamp(3.15rem, 13.3cqw, 8.2rem);
  line-height: .82;
  letter-spacing: -.055em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.hero-small {
  display: block;
  max-inline-size: 100%;
  font-size: clamp(.95rem, 3.3cqw, 1.9rem);
  letter-spacing: clamp(.12em, .8cqw, .24em);
  line-height: 1.25;
}

.hero .lede {
  max-width: 34em;
  font-size: clamp(1.05rem, 2.8cqw, 1.35rem);
  line-height: 1.5;
}

.magazine-bar {
  font-size: clamp(.7rem, 1.8cqw, .82rem);
}

.hero-buttons {
  row-gap: .7rem;
}

.cover-lines {
  font-size: clamp(.78rem, 1.8cqw, .9rem);
}

/* On large screens let the cover card occupy more of the visual field. */
@media (min-width: 1200px) {
  .hero-copy {
    width: min(64vw, var(--hero-panel-max));
  }
}

/* ---------- Dark section visibility ---------- */

.photo-journal {
  background: var(--poster-navy);
  color: var(--poster-cream);
  padding:
    clamp(3.5rem, 7vw, 6.5rem)
    var(--page-gutter);
}

.photo-journal .kicker,
.photo-journal h2,
.photo-journal .photo-journal-title,
.photo-journal .big-copy,
.photo-journal p {
  color: var(--poster-cream);
}

.photo-journal .kicker {
  opacity: 1;
}

.photo-journal h2 {
  max-width: 14ch;
  margin-top: .45rem;
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: .94;
  text-wrap: balance;
}

.photo-journal .big-copy {
  max-width: 62ch;
  margin-top: 0;
}

/* Explicitly protect any other dark-background sections from global h2 color. */
.weather-planner h2,
.weather-planner .kicker,
.weather-planner > p,
.photo-journal h2,
.photo-journal .kicker,
.photo-journal > p {
  color: var(--poster-cream);
}

/* ---------- Shared content width behavior ---------- */

.section:not(.weather-planner):not(.camera-section):not(.photo-journal):not(.bonus-round) {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-max));
}

.weather-planner,
.camera-section,
.photo-journal,
.bonus-round {
  padding-left: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  padding-right: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
}

/* ---------- Navigation ---------- */

.nav {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.navlinks {
  min-width: 0;
}

/* ---------- Responsive galleries/cards ---------- */

.food-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.weather-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 275px), 1fr));
}

.packing-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr));
}

.photo-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.wild-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
}

/* ---------- Mobile ---------- */

@media (max-width: 800px) {
  :root {
    --page-gutter: clamp(.9rem, 4vw, 1.25rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: calc(100% - (2 * var(--page-gutter)));
    margin:
      clamp(1rem, 3vh, 1.75rem)
      var(--page-gutter)
      clamp(1.5rem, 4vh, 2.5rem);
    padding: clamp(1.15rem, 4vw, 1.55rem);
    box-shadow: 7px 7px 0 var(--poster-red);
  }

  /* cqw keeps this tied to the card width. This is intentionally
     more conservative than the prior 16vw rule. */
  .hero-title {
    font-size: clamp(2.55rem, 14cqw, 4.4rem);
    line-height: .84;
    letter-spacing: -.06em;
  }

  .hero-small {
    font-size: clamp(.86rem, 4.2cqw, 1.15rem);
  }

  .hero .lede {
    font-size: clamp(1rem, 4.7cqw, 1.22rem);
  }

  .magazine-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: .1rem;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-buttons .button {
    justify-content: center;
    width: 100%;
  }

  .cover-lines {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    min-height: 40px;
  }

  .navlinks {
    width: 100%;
    display: flex;
    gap: .3rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    padding-bottom: .4rem;
  }

  .navlinks a {
    flex: 0 0 auto;
  }

  .day-head {
    gap: .7rem;
  }

  .photo-journal h2 {
    font-size: clamp(2.25rem, 12vw, 4rem);
    max-width: 12ch;
  }

  .editorial-break,
  .bonus-round {
    grid-template-columns: 1fr;
  }
}

/* Very narrow phones / 320 CSS px reflow target. */
@media (max-width: 390px) {
  .hero-title {
    font-size: clamp(2.25rem, 13.6cqw, 3.35rem);
  }

  .hero-copy {
    padding: 1rem;
  }

  .day-head h3 {
    font-size: 1.55rem;
  }

  .section h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .photo-journal h2 {
    font-size: clamp(2.1rem, 11.5vw, 3.2rem);
  }
}

/* If container query units are unavailable, use a safe viewport fallback. */
@supports not (font-size: 10cqw) {
  .hero-title {
    font-size: clamp(3rem, 7.6vw, 7.8rem);
  }

  .hero-small {
    font-size: clamp(.95rem, 1.8vw, 1.8rem);
  }

  .hero .lede {
    font-size: clamp(1rem, 1.7vw, 1.3rem);
  }

  @media (max-width: 800px) {
    .hero-title {
      font-size: clamp(2.5rem, 11vw, 3.8rem);
    }
    .hero-small {
      font-size: clamp(.86rem, 3.8vw, 1.1rem);
    }
    .hero .lede {
      font-size: clamp(1rem, 4.6vw, 1.18rem);
    }
  }

  @media (max-width: 390px) {
    .hero-title {
      font-size: clamp(2.2rem, 10.8vw, 3rem);
    }
  }
}
