:root {
  --pine: #315f4b;
  --pine-dark: #1f3d33;
  --sky: #b8d7df;
  --snow: #f7f7f2;
  --paper: #fffdf7;
  --ink: #1d2523;
  --muted: #5f6b66;
  --amber: #805013;
  --rust: #a84f2d;
  --line: rgba(29, 37, 35, 0.16);
  --shadow: 0 18px 50px rgba(24, 37, 34, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

body {
  overflow-x: clip;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffd493;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(49, 95, 75, 0.3);
}

main:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--pine-dark);
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 247, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(24, 37, 34, 0.08);
  backdrop-filter: blur(18px);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand span {
  min-width: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.weather-bug {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  max-width: 210px;
  padding: 7px 11px;
  color: var(--pine-dark);
  background: white;
  border: 1px solid rgba(49, 95, 75, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(24, 37, 34, 0.08);
  font-weight: 850;
  text-decoration: none;
}

.weather-bug::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--amber);
  border-radius: 50%;
}

.weather-bug:hover {
  border-color: rgba(49, 95, 75, 0.44);
  color: var(--rust);
}

.weather-bug-temp {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.weather-bug-label {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, 3vw, 28px);
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  color: var(--muted);
  border-top: 1px solid rgba(29, 37, 35, 0.1);
  font-size: 0.95rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-inline: 4px;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--pine-dark);
}

.hero {
  position: relative;
  min-height: min(680px, calc(100vh - 68px));
  display: flex;
  align-items: flex-end;
  padding: clamp(48px, 8vw, 90px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  background: #12211d;
  color: white;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 32, 29, 0.82) 0%, rgba(20, 32, 29, 0.58) 42%, rgba(20, 32, 29, 0.2) 74%),
    linear-gradient(0deg, rgba(20, 32, 29, 0.62) 0%, rgba(20, 32, 29, 0) 42%);
  pointer-events: none;
}

.hero-rotator {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 1200ms ease, transform 8000ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide.village {
  object-position: center center;
}

.hero-slide.winter {
  object-position: center center;
}

.hero-slide.lake {
  object-position: center center;
}

.hero-slide.ridge {
  object-position: center center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd493;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.lede {
  width: min(650px, 100%);
  margin: 22px 0 0;
  font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.hero-scene {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 18px 0 0;
  padding: 6px 10px;
  color: #fff6df;
  background: rgba(18, 33, 29, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-controls {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(20px, 5vw, 58px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(18, 33, 29, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.hero-control,
.hero-dot {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: white;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.hero-control {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font: inherit;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
}

.hero-control:hover,
.hero-dot:hover,
.hero-dot.is-active {
  background: #ffd493;
  color: #12211d;
}

.hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-inline: 2px;
}

.hero-dot {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
}

.hero-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.72;
}

.hero-dot.is-active,
.hero-dot:hover {
  background: rgba(255, 255, 255, 0.13);
  color: white;
}

.hero-dot.is-active::before,
.hero-dot:hover::before {
  background: #ffd493;
  opacity: 1;
}

.button,
.weather-refresh,
.filter-button,
.privacy-manage {
  min-height: 42px;
  border-radius: 6px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
}

.button.primary {
  color: #12211d;
  background: #ffd493;
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.12);
}

.quick-planner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--snow);
}

.quick-planner div {
  min-height: 104px;
  padding: 22px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.quick-planner div:last-child {
  border-right: 0;
}

.stat,
.label {
  display: block;
}

.stat {
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
}

.label {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: clamp(54px, 8vw, 94px) clamp(18px, 5vw, 72px);
}

.intro-band {
  background: var(--paper);
}

.intro-band .section-copy {
  width: min(920px, 100%);
}

.section-copy {
  width: min(760px, 100%);
}

.section-copy p:not(.eyebrow),
.section-note {
  color: var(--muted);
  font-size: 1rem;
}

.weather-band {
  background: #dfecef;
}

.weather-refresh {
  padding: 9px 14px;
  color: white;
  background: var(--pine);
}

.weather-refresh:hover,
.privacy-manage:hover {
  background: var(--pine-dark);
}

.privacy-manage {
  padding: 9px 14px;
  color: white;
  background: var(--pine);
}

.weather-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 22px;
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.weather-temp,
.weather-condition {
  display: block;
}

.weather-temp {
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
}

.weather-condition {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.weather-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.weather-grid div {
  min-width: 0;
  padding: 14px;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.weather-grid dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.weather-grid dd {
  margin: 7px 0 0;
  font-size: 1.05rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.weather-meta {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.pass-band {
  background: #f7f0e2;
}

.pass-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

.pass-guide,
.pass-map-card {
  min-width: 0;
}

.pass-callout {
  padding: 18px;
  color: #263832;
  background: white;
  border: 1px solid var(--line);
  border-left: 5px solid var(--pine);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.pass-visual-wrap {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 14px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.forest-pass-card {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  padding: 18px;
  color: white;
  background:
    linear-gradient(142deg, rgba(28, 62, 49, 0.98), rgba(49, 95, 75, 0.88)),
    linear-gradient(28deg, rgba(184, 215, 223, 0.18), rgba(244, 168, 86, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.forest-pass-card::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  right: 0;
  top: -70px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.forest-pass-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  pointer-events: none;
}

.forest-pass-card > * {
  position: relative;
  z-index: 1;
}

.pass-card-kicker,
.pass-card-type,
.pass-card-range {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pass-card-kicker {
  color: #f7d69d;
}

.forest-pass-card strong {
  display: block;
  max-width: 190px;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1;
}

.pass-card-type {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.pass-card-price {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 14px;
  padding: 6px 10px;
  color: var(--pine-dark);
  background: #fff6df;
  border-radius: 999px;
  font-weight: 950;
}

.pass-card-range {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.pass-card-peak {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 102px;
  height: 58px;
  background: rgba(255, 255, 255, 0.26);
  clip-path: polygon(0 100%, 33% 26%, 49% 55%, 70% 8%, 100% 100%);
}

.pass-card-peak::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.56);
  clip-path: polygon(30% 35%, 37% 26%, 45% 49%, 69% 12%, 77% 34%, 62% 28%, 50% 62%);
}

.pass-visual-copy {
  color: var(--muted);
}

.pass-visual-copy h3 {
  color: var(--ink);
}

.pass-visual-copy p {
  margin: 8px 0 0;
}

.pass-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.pass-rule-grid article,
.pass-details,
.pass-map-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.pass-rule-grid article {
  padding: 16px;
}

.pass-rule-grid h3 {
  overflow-wrap: normal;
}

.pass-rule-grid p,
.pass-details,
.pass-map-card {
  color: var(--muted);
}

.pass-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  margin-bottom: 12px;
  color: white;
  background: var(--rust);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pass-details {
  margin-top: 14px;
  padding: 18px;
}

.pass-details h3 {
  color: var(--ink);
}

.pass-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.pass-map-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.pass-map-head h3 {
  color: var(--ink);
}

.pass-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pass-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 5px 8px;
  color: #31443d;
  background: #f7f0e2;
  border: 1px solid rgba(49, 95, 75, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.legend-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--pine);
  border-radius: 50%;
}

.legend-dot.adventure {
  background: var(--rust);
}

.legend-dot.big-pines {
  background: #224f86;
}

.pass-map {
  position: relative;
  min-height: 620px;
  margin: 18px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(135deg, rgba(49, 95, 75, 0.14), rgba(184, 215, 223, 0.28)),
    #eef4ef;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-forest-zone {
  position: absolute;
  inset: 10% 4% 9% 28%;
  background:
    linear-gradient(120deg, rgba(49, 95, 75, 0.16), rgba(49, 95, 75, 0.05)),
    repeating-linear-gradient(135deg, rgba(49, 95, 75, 0.16) 0 2px, transparent 2px 12px);
  border: 1px solid rgba(49, 95, 75, 0.18);
  border-radius: 48% 22% 38% 26%;
  transform: rotate(-7deg);
}

.map-ridge {
  position: absolute;
  height: 2px;
  background: rgba(49, 95, 75, 0.18);
  border-radius: 999px;
  transform-origin: left center;
}

.ridge-one {
  width: 72%;
  left: 18%;
  top: 25%;
  transform: rotate(-12deg);
}

.ridge-two {
  width: 62%;
  left: 29%;
  top: 72%;
  transform: rotate(-16deg);
}

.map-route {
  position: absolute;
  height: 10px;
  background: rgba(49, 95, 75, 0.36);
  border-radius: 999px;
  transform-origin: left center;
}

.map-route em {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #30443d;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.route-one {
  width: 82%;
  left: 8%;
  top: 57%;
  background: rgba(49, 95, 75, 0.4);
  transform: rotate(-17deg);
}

.route-two {
  width: 58%;
  left: 29%;
  top: 36%;
  background: rgba(168, 79, 45, 0.34);
  transform: rotate(25deg);
}

.map-compass {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--pine-dark);
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 950;
}

.map-point {
  position: absolute;
  display: block;
  width: min(210px, 58%);
  padding: 12px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-point::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 14px;
  bottom: -8px;
  background: var(--rust);
  border: 2px solid white;
  border-radius: 50%;
}

.map-point strong,
.map-point em {
  display: block;
}

.map-point strong {
  font-size: 0.95rem;
}

.map-point em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.map-point.village {
  left: 7%;
  bottom: 22%;
  width: 190px;
}

.map-point.adventure {
  right: 7%;
  top: 11%;
}

.map-point.big-pines {
  right: 9%;
  bottom: 5%;
}

.map-point.adventure::before {
  background: var(--rust);
}

.map-point.big-pines::before {
  background: #224f86;
}

.map-pin {
  position: absolute;
  display: block;
  width: 126px;
  padding: 8px 9px 8px 23px;
  color: #1f302b;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(29, 37, 35, 0.12);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(24, 37, 34, 0.08);
}

.map-pin::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 9px;
  height: 9px;
  background: #224f86;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(29, 37, 35, 0.18);
}

.map-pin.trailheads::before {
  background: var(--rust);
}

.map-pin strong,
.map-pin em {
  display: block;
  overflow-wrap: anywhere;
}

.map-pin strong {
  font-size: 0.78rem;
  line-height: 1.12;
}

.map-pin em {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.map-pin.inspiration {
  right: 7%;
  top: 37%;
}

.map-pin.jackson {
  left: 7%;
  right: auto;
  top: 49%;
}

.map-pin.vincent {
  right: 7%;
  top: 60%;
}

.map-pin.trailheads {
  left: 7%;
  top: 30%;
}

.pass-map-note {
  margin: -4px 0 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.pass-links {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.pass-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 12px;
  color: white;
  background: var(--pine-dark);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.pass-links a::after {
  content: "open";
  color: #ffd493;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.pass-links a:hover {
  background: var(--rust);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.filter-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  background: var(--snow);
  border-radius: 8px;
}

.filter-button {
  padding: 8px 12px;
  color: var(--muted);
  background: transparent;
}

.filter-button:hover,
.filter-button.is-active {
  color: white;
  background: var(--pine);
}

.activity-grid,
.kit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.activity-card,
.kit-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.activity-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--sky);
}

.activity-card.image-missing .activity-image {
  display: none;
}

.activity-body,
.kit-card {
  padding: 18px;
}

.meta-row,
.tag-row,
.rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.meta-row {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.rating-row {
  margin: 14px 0 10px;
}

.score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  color: white;
  background: var(--rust);
  border-radius: 6px;
  font-weight: 900;
}

.activity-card p,
.kit-card p {
  color: var(--muted);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  color: #233a34;
  background: #eaf1e5;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.activity-card a:not(.button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  color: var(--pine-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gear-band {
  background: #eef4ef;
}

.kit-card {
  justify-content: space-between;
}

.product-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  color: white;
  background: var(--pine-dark);
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.product-list a:hover {
  background: var(--rust);
}

.conditions-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 30px;
  background: #f7f0e2;
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-self: end;
}

.resource-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--pine-dark);
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.resource-grid a::after {
  content: "open";
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.privacy-band {
  background: var(--paper);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.privacy-grid article {
  min-width: 0;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 37, 34, 0.07);
}

.privacy-grid p {
  color: var(--muted);
}

.privacy-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--pine-dark);
  font-weight: 850;
  text-underline-offset: 3px;
}

.consent-banner {
  position: fixed;
  right: clamp(14px, 4vw, 34px);
  bottom: clamp(14px, 4vw, 34px);
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(760px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  overflow-y: auto;
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.98);
  border: 1px solid rgba(49, 95, 75, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner h2 {
  font-size: 1.12rem;
}

.consent-banner p {
  margin: 6px 0 0;
  color: var(--muted);
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.consent-actions .button.secondary {
  color: var(--pine-dark);
  background: white;
  border-color: var(--line);
}

.consent-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--pine-dark);
  font-weight: 850;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #18251f;
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-heading {
  display: block;
  margin-top: 18px;
}

.footer-disclosure {
  max-width: 620px;
}

.site-footer strong,
.site-footer a {
  color: white;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 8px 14px 0 0;
  text-underline-offset: 3px;
}

code {
  padding: 2px 5px;
  background: rgba(29, 37, 35, 0.08);
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 1100px) {
  .activity-grid,
  .kit-grid,
  .privacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pass-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-nav a {
    min-height: 40px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 154px;
  }

  .site-header {
    padding: 10px 18px 9px;
  }

  .header-top {
    align-items: center;
    gap: 12px;
  }

  .weather-bug {
    max-width: 150px;
    padding: 7px 10px;
  }

  .site-nav {
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
    margin-inline: 0;
    padding: 9px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(29, 37, 35, 0.1);
    border-radius: 999px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 590px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(20, 32, 29, 0.46) 0%, rgba(20, 32, 29, 0.8) 70%),
      linear-gradient(90deg, rgba(20, 32, 29, 0.68) 0%, rgba(20, 32, 29, 0.24) 100%);
  }

  .hero-controls {
    left: 20px;
    right: auto;
    bottom: 18px;
  }

  .hero-scene {
    margin-bottom: 74px;
  }

  .quick-planner,
  .intro-band,
  .weather-panel,
  .pass-layout,
  .conditions-band,
  .privacy-grid,
  .consent-banner,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .consent-banner {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .consent-actions {
    justify-content: stretch;
  }

  .consent-actions .button,
  .consent-actions a {
    width: 100%;
  }

  .quick-planner div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-button {
    min-width: 0;
  }

  .weather-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pass-rule-grid {
    grid-template-columns: 1fr;
  }

  .pass-visual-wrap {
    grid-template-columns: 1fr;
  }

  .pass-details ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .activity-grid,
  .kit-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-controls {
    flex-wrap: wrap;
    justify-content: center;
    width: min(274px, calc(100% - 40px));
    border-radius: 24px;
  }

  .hero-dots {
    flex-basis: 100%;
    justify-content: center;
  }

  .hero-dot {
    width: 40px;
    height: 40px;
  }

  .button {
    width: 100%;
  }

  .weather-refresh {
    width: 100%;
  }

  .weather-grid {
    grid-template-columns: 1fr;
  }

  .pass-map {
    min-height: 720px;
  }

  .map-point {
    width: calc(100% - 32px);
    left: 16px;
    right: auto;
  }

  .map-point.village {
    bottom: 24px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .map-point.adventure {
    top: 24px;
  }

  .map-point.big-pines {
    top: 332px;
    bottom: auto;
  }

  .map-pin {
    width: calc(50% - 24px);
  }

  .map-pin.trailheads {
    left: 16px;
    top: 158px;
  }

  .map-pin.inspiration {
    left: auto;
    right: 16px;
    top: 158px;
  }

  .map-pin.jackson {
    left: 16px;
    right: auto;
    top: 246px;
  }

  .map-pin.vincent {
    right: 16px;
    top: 246px;
  }
}

@media (max-width: 420px) {
  html {
    scroll-padding-top: 150px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .header-top {
    gap: 10px;
  }

  .brand {
    gap: 8px;
    font-size: 0.95rem;
  }

  .brand span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .pass-map {
    min-height: 850px;
  }

  .map-pin {
    left: 16px;
    right: auto;
    width: calc(100% - 32px);
  }

  .map-pin.trailheads {
    top: 154px;
  }

  .map-pin.inspiration {
    top: 234px;
  }

  .map-pin.jackson {
    top: 314px;
  }

  .map-pin.vincent {
    top: 394px;
  }

  .map-point.big-pines {
    top: 480px;
  }

  .weather-bug {
    max-width: 96px;
    gap: 6px;
    padding-inline: 9px;
  }

  .weather-bug-label {
    display: none;
  }
}

@media (max-width: 340px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand {
    gap: 7px;
    font-size: 0.9rem;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .weather-bug {
    max-width: 82px;
    min-height: 38px;
    padding-inline: 8px;
  }

  .weather-bug-temp {
    font-size: 0.92rem;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-controls {
    left: 18px;
    width: min(274px, calc(100% - 36px));
  }
}

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