:root {
  --cream: #fff8e8;
  --paper: #ffffff;
  --navy: #13243a;
  --muted: #5c6d7e;
  --sky: #41bff2;
  --cyan: #12a9d6;
  --sun: #ffd348;
  --coral: #ff6b66;
  --mint: #75dfbd;
  --violet: #8a76e8;
  --line: #dcecf2;
  --focus: #075f9c;
  --action-blue: #0668c9;
  --action-blue-hover: #0557a8;
  --success-ink: #087a47;
  --coral-ink: #b33d37;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --shadow: 0 1.2rem 3rem rgb(19 36 58 / 0.12);
  --display: ui-rounded, "Avenir Next Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 78rem;
  --store-accent: var(--coral);
  --store-ink: var(--coral-ink);
  --store-soft: #fff0ea;
  --ticket-cutout: var(--cream);
}

[data-store="lakewood"] { --store-accent: #ff766f; --store-ink: #b33d37; --store-soft: #fff0ea; --badge-tilt: -3deg; }
[data-store="aurora"] { --store-accent: #786de8; --store-ink: #5146b7; --store-soft: #f0efff; --badge-tilt: 2deg; }
[data-store="arvada"] { --store-accent: #2fbf91; --store-ink: #087a59; --store-soft: #e8fbf4; --badge-tilt: -1deg; }
[data-store="zuni"] { --store-accent: #16a9a5; --store-ink: #087874; --store-soft: #e8faf8; --badge-tilt: 3deg; }
[data-store="menaul"] { --store-accent: #e2a900; --store-ink: #765900; --store-soft: #fff7d8; --badge-tilt: -2deg; }
[data-store="coors-cottonwood"] { --store-accent: #00a7cf; --store-ink: #006d88; --store-soft: #e4f8fd; --badge-tilt: 1deg; }
[data-store="isleta"] { --store-accent: #ef755f; --store-ink: #a54231; --store-soft: #fff0e9; --badge-tilt: -3deg; }
[data-store="wood-dale"] { --store-accent: #277dd6; --store-ink: #195da6; --store-soft: #eaf3ff; --badge-tilt: 2deg; }
[data-store="midlothian"] { --store-accent: #a24a78; --store-ink: #7b3158; --store-soft: #faedf4; --badge-tilt: -1deg; }

*, *::before, *::after { box-sizing: border-box; }

html {
  color-scheme: light;
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  background: var(--cream);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body[data-store] {
  --ticket-cutout: var(--store-soft);
  background:
    radial-gradient(circle at 8% 14%, color-mix(in srgb, var(--store-accent) 9%, transparent) 0 5rem, transparent 5.1rem),
    var(--store-soft);
}

img, svg, iframe { max-width: 100%; }
img { height: auto; }
iframe { border: 0; }
a { color: #076bb4; text-underline-offset: 0.18em; }
button, input, select, textarea { font: 700 1rem/1.2 var(--body); }
button, select, input, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3 {
  margin-block: 0;
  color: var(--navy);
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h1 { font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); font-weight: 900; }
h3 { font-size: 1.25rem; font-weight: 850; }
p { margin-block: 0 1rem; }
address { font-style: normal; }

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.22rem;
}

.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;
  inset: 0.75rem auto auto 0.75rem;
  z-index: 1000;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  color: var(--paper);
  background: var(--navy);
  border-radius: var(--radius-sm);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

/* Quiet brand header */
.site-header {
  position: relative;
  z-index: 50;
  min-height: 6rem;
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 0.65rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: rgb(255 255 255 / 0.88);
  border-bottom: 1px solid rgb(220 236 242 / 0.85);
  backdrop-filter: blur(12px);
}

.site-header > .brand {
  width: 5rem;
  height: 5rem;
  display: block;
  overflow: hidden;
  border-radius: 0.9rem;
}

.site-header > .brand img,
.site-header .brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.header-inner {
  width: min(100%, var(--max));
  min-height: 5.4rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.header-inner .brand {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0.9rem;
  text-decoration: none;
}

.brand-name { display: none; }

.desktop-navigation,
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.35rem, 1.5vw, 1.75rem);
}

.desktop-navigation a,
.site-nav a,
.mobile-navigation a {
  position: relative;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.75rem;
  color: var(--navy);
  border-radius: 0.65rem;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
}

.desktop-navigation a[aria-current="page"]::after,
.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  bottom: 0.08rem;
  left: 0.7rem;
  height: 0.18rem;
  background: var(--sky);
  border-radius: 1rem;
}

.desktop-navigation a:hover,
.site-nav a:hover,
.mobile-navigation a:hover { color: #064d86; background: #eaf8fe; }

.desktop-navigation .nav-action,
.site-nav .nav-cta,
.mobile-navigation .nav-action {
  min-height: 3.35rem;
  padding-inline: 1.35rem;
  color: var(--paper);
  background: var(--action-blue);
  box-shadow: 0 0.65rem 1.6rem rgb(7 95 156 / 0.18);
}

.desktop-navigation .nav-action:hover,
.site-nav .nav-cta:hover,
.mobile-navigation .nav-action:hover { color: var(--paper); background: var(--action-blue-hover); }

.mobile-navigation, .menu-toggle { display: none; }
.announcement-bar { display: none; }

main { display: block; }

/* Shared actions */
.passport-hero a,
.store-hero a,
.store-hero button,
.today-panel a,
.visit-tools a,
.visit-tools button,
.social-floor a,
.not-found a,
.trust-section .button,
.button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  color: var(--action-blue);
  background: var(--paper);
  border: 0.12rem solid var(--action-blue);
  border-radius: 0.7rem;
  font: 800 0.96rem/1.2 var(--body);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.passport-hero a:first-child,
.store-hero a,
.today-panel a:first-of-type,
.visit-tools a:first-of-type,
.not-found a:first-of-type,
.button.primary {
  color: var(--paper);
  background: var(--action-blue);
  border-color: var(--action-blue);
  box-shadow: 0 0.65rem 1.5rem rgb(7 95 156 / 0.18);
}

.passport-hero a:hover,
.store-hero button:hover,
.today-panel a:hover,
.visit-tools a:hover,
.visit-tools button:hover,
.social-floor a:hover,
.not-found a:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.85rem 1.8rem rgb(19 36 58 / 0.14);
}

/* Home: open hero followed by the personalized ticket */
.home-page main {
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(13rem, 19rem) minmax(0, 59rem) minmax(1.5rem, 1fr);
  column-gap: 1rem;
}

.passport-hero {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  min-height: 34rem;
  overflow: hidden;
  padding: 3.6rem max(1.5rem, calc((100vw - var(--max)) / 2)) 9rem;
}

.passport-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 38%;
  background: url("/assets/hero-treasure-bins.png") right center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 92%, transparent 100%);
}

.passport-hero::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 11% 29%, rgb(255 211 72 / 0.18) 0 4.5rem, transparent 4.6rem),
    var(--cream);
}

.passport-hero > div {
  position: relative;
  z-index: 1;
  width: min(39rem, 49%);
}

.passport-hero h1 {
  max-width: 38rem;
  font-size: clamp(3.7rem, 6.2vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.passport-hero > div > p:first-of-type {
  max-width: 35rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.4;
}

.passport-hero > div > p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.passport-hero > img {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.my-store-ticket {
  position: relative;
  z-index: 4;
  grid-column: 2 / 4;
  width: min(52rem, 100%);
  min-height: 9.75rem;
  justify-self: end;
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  margin-top: -13rem;
  padding: 1rem 1.2rem;
  color: var(--navy);
  background:
    radial-gradient(circle at 0 0.75rem, var(--cream) 0 0.34rem, transparent 0.38rem) left top / 0.75rem 1.5rem repeat-y,
    radial-gradient(circle at 100% 0.75rem, var(--cream) 0 0.34rem, transparent 0.38rem) right top / 0.75rem 1.5rem repeat-y,
    var(--paper);
  box-shadow: var(--shadow);
}

.store-picker { min-width: 0; padding: 0.15rem 1.2rem 0.15rem 0.25rem; border-right: 0.13rem dashed #cfdfe5; }

.store-picker h2 { font-size: 1.35rem; }
.store-picker label { display: block; margin: 0.45rem 0 0.25rem; color: var(--muted); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.08em; }
.store-picker select { width: 100%; min-height: 2.75rem; padding: 0 2.3rem 0 0.7rem; color: var(--navy); background: var(--paper); border: 0.13rem solid var(--sky); border-radius: 0.65rem; }
.store-picker-fallback { display: none; }

.home-page .today-panel {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 0.75rem;
  align-content: center;
  padding: 0 0.2rem 0 1.25rem;
}

.home-page .today-panel h2 { grid-column: 1 / -1; margin-bottom: 0.15rem; font-size: 1.25rem; }
.home-page .today-panel p { margin: 0.12rem 0; font-size: 0.82rem; line-height: 1.35; }
.today-fact { display: flex; align-items: flex-start; gap: 0.45rem; }
.today-fact-icon { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: 0.08rem; color: var(--store-ink, var(--action-blue)); }
.today-fact-copy { min-width: 0; }
.home-page .today-panel p:nth-last-child(2) { display: none; }
.home-page .today-panel p:last-child { grid-column: 2; grid-row: 2 / 6; display: grid; align-content: center; gap: 0.35rem; }
.home-page .today-panel p:last-child a { min-width: 10.5rem; }
.home-page .today-panel p:last-child a:not(:first-child) { display: none; }
.home-page .today-panel strong { color: var(--success-ink); }

.passport-route,
.hunt-strategies,
.store-rhythms,
.home-page main > .first-visit {
  grid-column: 2 / 4;
  width: 100%;
}

.passport-route {
  position: relative;
  margin: 0.1rem 0 2.25rem;
  padding: 1rem 1.35rem 0.65rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0.75rem, var(--cream) 0 0.34rem, transparent 0.38rem) left top / 0.75rem 1.5rem repeat-y,
    radial-gradient(circle at 100% 0.75rem, var(--cream) 0 0.34rem, transparent 0.38rem) right top / 0.75rem 1.5rem repeat-y,
    var(--paper);
  border-radius: 0.35rem;
  box-shadow: 0 0.8rem 2.2rem rgb(19 36 58 / 0.09);
}

.passport-route::before,
.store-rhythms::before,
.other-stores::before {
  content: "";
  position: absolute;
  inset: 3.15rem 1rem auto;
  height: 8.5rem;
  background: url("/assets/treasure-route.svg") center / 100% 100% no-repeat;
  opacity: 0.62;
  pointer-events: none;
}

.passport-route h2 { position: relative; z-index: 1; display: inline-block; font-size: clamp(1.75rem, 2.5vw, 2.35rem); }
.passport-route > p { position: relative; z-index: 1; margin: 0.1rem 0 0; }
.passport-route > [data-passport-progress] { float: right; color: var(--action-blue); font-family: var(--display); font-size: 1.1rem; font-weight: 900; }
.passport-route > p:nth-of-type(2) { color: var(--muted); font-size: 0.82rem; }
.passport-route > p:nth-of-type(3) { display: none; }

.passport-route {
  display: grid;
  grid-template-columns: 3fr 4fr 2fr;
  gap: 0.25rem 0.5rem;
}

.passport-route > h2 { grid-column: 1 / 3; grid-row: 1; }
.passport-route > [data-passport-progress] { grid-column: 3; grid-row: 1; align-self: center; justify-self: end; }
.passport-route > p:nth-of-type(2) { grid-column: 1 / -1; grid-row: 2; }
.passport-route > .passport-state { position: relative; z-index: 1; grid-row: 3; min-width: 0; margin-top: 0.35rem; padding-inline: 0.3rem; }
.passport-route > .passport-state + .passport-state { border-left: 0.12rem dashed #cfdee4; }
.passport-state h3 { margin-bottom: 0.35rem; color: var(--store-ink, var(--action-blue)); font-size: 0.92rem; text-align: center; }
.passport-state ol { display: flex; justify-content: space-evenly; gap: 0.3rem; margin: 0; padding: 0; list-style: none; }
.passport-state li { --ticket-cutout: var(--cream); min-width: 0; flex: 1 1 0; display: grid; justify-items: center; align-content: start; text-align: center; }
.passport-badge { width: 4.25rem; height: 4.25rem; display: block; color: var(--store-accent); filter: drop-shadow(0 0.35rem 0.5rem rgb(19 36 58 / 0.12)); transform: rotate(var(--badge-tilt, 0deg)); transition: transform 180ms ease; }
.passport-state li.is-visited .passport-badge {
  outline: 0.2rem solid var(--store-ink);
  outline-offset: 0.16rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.74);
  filter: drop-shadow(0 0.45rem 0.65rem rgb(19 36 58 / 0.22)) saturate(1.28);
  transform: rotate(-6deg) scale(1.08);
}
.passport-state li:hover .passport-badge,
.store-spotlight:hover .passport-badge { transform: rotate(0) translateY(-0.2rem); }
.passport-state li.is-visited:hover .passport-badge { transform: rotate(-2deg) translateY(-0.2rem) scale(1.08); }
.passport-state a { min-height: 2.75rem; display: grid; align-content: center; color: var(--navy); text-decoration: none; }
.passport-state a strong { display: block; font-size: 0.78rem; }
.passport-state a span { display: none; }
.passport-state button {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.35rem 0.55rem;
  color: var(--navy);
  background: color-mix(in srgb, var(--store-soft) 72%, var(--paper));
  border: 1px solid var(--store-accent);
  border-radius: 999px;
  font-size: 0.67rem;
  cursor: pointer;
}
.passport-state button[aria-pressed="true"] { color: var(--paper); background: var(--store-ink); }

/* Homepage continuation: rails and paths, not repeated cards */
.hunt-strategies,
.store-rhythms,
.home-page main > .first-visit { position: relative; padding: 3.2rem 1.75rem; }
.hunt-strategies h2,
.store-rhythms h2,
.home-page main > .first-visit h2 { margin-bottom: 1.75rem; text-align: center; }

.hunt-strategies ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  background: var(--paper);
  border-block: 1px solid var(--line);
  list-style: none;
}
.hunt-strategies li { position: relative; min-height: 8rem; display: grid; grid-template-columns: 3.5rem 1fr; align-content: center; gap: 0.15rem 1rem; padding: 1.25rem 1.5rem; }
.hunt-strategies li + li { border-left: 0.12rem dashed #cfdee4; }
.hunt-strategies li::before { grid-row: 1 / 3; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; color: var(--paper); background: var(--success-ink); border-radius: 50%; font-family: var(--display); font-size: 1.4rem; font-weight: 900; }
.hunt-strategies li:nth-child(1)::before { content: "1"; }
.hunt-strategies li:nth-child(2)::before { content: "2"; background: var(--action-blue); }
.hunt-strategies li:nth-child(3)::before { content: "3"; background: var(--coral-ink); }
.hunt-strategies strong { align-self: end; color: var(--success-ink); font-size: 1.15rem; }
.hunt-strategies li:nth-child(2) strong { color: var(--action-blue); }
.hunt-strategies li:nth-child(3) strong { color: var(--coral-ink); }
.hunt-strategies span { color: var(--muted); font-size: 0.9rem; }

.store-rhythms {
  overflow: hidden;
  background: rgb(255 255 255 / 0.72);
  border-block: 1px solid var(--line);
}
.store-rhythms::before { top: 5.2rem; height: 11rem; }
.store-rhythms { display: grid; grid-template-columns: repeat(9, 1fr); gap: 0.55rem; }
.store-rhythms > h2 { grid-column: 1 / -1; position: relative; z-index: 1; }
.store-spotlight { position: relative; z-index: 1; min-width: 0; display: grid; justify-items: center; align-content: start; text-align: center; }
.store-spotlight .passport-badge { width: min(6.2vw, 5.25rem); height: min(6.2vw, 5.25rem); }
.store-spotlight h3 { margin-top: 0.45rem; font-size: 0.88rem; letter-spacing: -0.02em; }
.store-spotlight h3 a { min-height: 2.75rem; display: grid; align-items: center; color: var(--navy); text-decoration: none; }
.store-spotlight p { margin: 0; font-size: 0.75rem; line-height: 1.35; }
.store-spotlight p strong { color: var(--store-ink); }
.store-spotlight > p:last-child { display: none; }

.home-page main > .first-visit { margin-bottom: 2.5rem; background: var(--paper); box-shadow: 0 0.7rem 2rem rgb(19 36 58 / 0.07); }
.home-page main > .first-visit ol { counter-reset: hunt-step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.home-page main > .first-visit li { counter-increment: hunt-step; position: relative; padding: 4rem 0.75rem 0; text-align: center; font-size: 0.9rem; }
.home-page main > .first-visit li::before { content: counter(hunt-step); position: absolute; top: 0; left: 50%; width: 3rem; height: 3rem; display: grid; place-items: center; color: var(--paper); background: var(--action-blue); border: 0.3rem solid #dff4fd; border-radius: 50%; font-family: var(--display); font-size: 1.15rem; font-weight: 900; transform: translateX(-50%); }
.home-page main > .first-visit li:not(:last-child)::after { content: ""; position: absolute; top: 1.4rem; left: calc(50% + 2rem); width: calc(100% - 3rem); border-top: 0.18rem dashed #79baf0; }

/* Store hero and ticket system */
.store-page main {
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) repeat(12, minmax(0, 6.5rem)) minmax(1.5rem, 1fr);
  overflow-x: clip;
}

.store-page main > section,
.store-page main > aside { min-width: 0; }

.store-page .store-hero {
  position: relative;
  grid-column: 2 / 14;
  min-height: 27.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(27rem, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 1.5rem 5rem;
}

.store-page .store-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background:
    url("/assets/treasure-route.svg") center 25% / min(76rem, 88vw) auto no-repeat,
    linear-gradient(110deg, var(--store-soft), color-mix(in srgb, var(--store-soft) 65%, var(--paper)));
  opacity: 0.86;
}

.store-hero > div:first-child { position: relative; z-index: 2; }
.store-hero h1 { max-width: 43rem; font-size: clamp(3.1rem, 4.35vw, 4.4rem); line-height: 0.94; text-wrap: balance; }
.store-hero > div:first-child > p:first-of-type { max-width: 41rem; margin-top: 0.9rem; font-size: clamp(1rem, 1.35vw, 1.14rem); }
.store-hero address { max-width: 38rem; margin-top: 1.15rem; padding-left: 1.75rem; font-size: 0.98rem; font-weight: 700; }
.store-hero address::before { content: ""; width: 0.85rem; height: 1.1rem; position: absolute; margin: 0.2rem 0 0 -1.65rem; background: var(--store-accent); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; }
.store-hero-actions button { background: var(--paper); }
.store-preference-status { min-height: 1.2em; margin: 0.55rem 0 0; color: var(--muted); font-size: 0.78rem; }
.store-hero-art {
  position: relative;
  min-width: 0;
}
.store-hero-art > .passport-badge {
  position: absolute;
  right: 0.5rem;
  bottom: -1.2rem;
  z-index: 2;
  width: 6.5rem;
  height: 6.5rem;
}
.store-hero-art > img {
  width: 100%;
  height: 21rem;
  display: block;
  object-fit: cover;
  border-radius: 42% 30% 36% 31%;
  box-shadow: 0 1.5rem 3rem color-mix(in srgb, var(--store-accent) 22%, transparent);
  transform: rotate(1deg);
}

.lakewood-fresh-tickets {
  position: absolute;
  z-index: 4;
  top: -0.65rem;
  right: -1.1rem;
  display: grid;
  gap: 0.45rem;
}
.lakewood-fresh-tickets span {
  position: relative;
  width: 9.4rem;
  min-height: 4.4rem;
  display: grid;
  place-items: center;
  padding: 0.55rem 0.7rem;
  color: var(--store-ink);
  background: var(--paper);
  border: 0.2rem solid var(--store-accent);
  border-radius: 0.45rem;
  box-shadow: 0.3rem 0.35rem 0 color-mix(in srgb, var(--store-accent) 24%, transparent);
  font: 850 0.72rem/1.05 var(--display);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: rotate(4deg);
}
.lakewood-fresh-tickets span + span { transform: rotate(-3deg); }
.lakewood-fresh-tickets span::after { content: ""; position: absolute; inset: 0.28rem; border: 0.08rem dashed currentColor; border-radius: 0.25rem; }
.lakewood-fresh-tickets strong { display: block; font-size: 1.25rem; }

.store-page .today-panel,
.weekly-rhythm,
.price-ladder,
.store-story,
.event-board,
.visit-tools,
.store-page .first-visit,
.social-floor,
.other-stores {
  --ticket-base: var(--paper);
  position: relative;
  background:
    radial-gradient(circle at 0 0.75rem, var(--ticket-cutout) 0 0.34rem, transparent 0.38rem) left top / 0.75rem 1.5rem repeat-y,
    radial-gradient(circle at 100% 0.75rem, var(--ticket-cutout) 0 0.34rem, transparent 0.38rem) right top / 0.75rem 1.5rem repeat-y,
    var(--ticket-base);
  box-shadow: 0 0.7rem 2rem rgb(19 36 58 / 0.08);
}

.store-page .today-panel {
  grid-column: 8 / 14;
  z-index: 5;
  min-height: 11.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14rem;
  align-content: center;
  column-gap: 1rem;
  margin-top: -10.25rem;
  padding: 1.2rem 1.6rem;
  border-top: 0.3rem solid var(--store-accent);
}
.store-page .today-panel h2 { grid-column: 1 / -1; margin-bottom: 0.2rem; font-size: 1.45rem; }
.store-page .today-panel p { margin: 0.22rem 0; font-size: 0.86rem; line-height: 1.35; }
.store-page .today-panel p:nth-last-child(2) { color: var(--muted); font-size: 0.78rem; }
.store-page .today-panel p:last-child { grid-column: 2; grid-row: 2 / 7; display: grid; align-content: center; gap: 0.4rem; }
.store-page .today-panel p:last-child a { min-width: 10.5rem; }
.store-page .today-panel strong { color: var(--success-ink); }

.weekly-rhythm {
  grid-column: 2 / 8;
  margin: 0.65rem 0.45rem 0.8rem 0;
  padding: 1.15rem 1.45rem;
}

.price-ladder {
  grid-column: 8 / 14;
  margin: 0.65rem 0 0.8rem 0.45rem;
  padding: 1.15rem 1.45rem;
}

.weekly-rhythm h2,
.price-ladder h2 { margin-bottom: 0.4rem; font-size: clamp(1.55rem, 2.15vw, 2rem); }
.weekly-rhythm > p,
.price-ladder > p { color: var(--muted); font-size: 0.9rem; }
.weekly-rhythm > p strong { color: var(--store-ink); }

.typed-events {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 0.14rem dashed color-mix(in srgb, var(--store-accent) 60%, var(--line));
  list-style: none;
}
.typed-events li { position: relative; min-height: 3.8rem; display: grid; align-content: center; padding: 0.55rem 0.55rem 0.55rem 2.35rem; color: var(--navy); background: var(--store-soft); border-radius: var(--radius-sm); font-size: 0.78rem; }
.typed-events li::before { content: ""; position: absolute; left: 0.8rem; top: 50%; width: 1rem; height: 1rem; background: var(--paper); border: 0.22rem solid var(--store-accent); border-radius: 50%; transform: translateY(-50%); }
.typed-events strong { display: block; color: var(--store-ink); }
.typed-events [data-event-type="raffle"] { background: #f0efff; }
.typed-events [data-event-type="raffle"]::before { border-radius: 0.2rem; transform: translateY(-50%) rotate(45deg); }
.typed-events [data-event-type="giveaway"]::before { background: var(--sun); border-color: #c99600; }

.price-ladder-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); margin-top: 0.75rem; border-block: 1px solid var(--line); }
.price-row { min-width: 0; min-height: 6.25rem; display: grid; align-content: center; justify-items: center; gap: 0.2rem; padding: 0.5rem 0.2rem; text-align: center; }
.price-row + .price-row { border-left: 0.1rem dashed #cfdee4; }
.price-row span { font-size: 0.68rem; font-weight: 800; }
.price-row strong { color: var(--success-ink); font: 900 clamp(1.5rem, 2.4vw, 2.5rem)/1 var(--display); letter-spacing: -0.04em; }
.price-row small { color: var(--muted); font-size: 0.62rem; line-height: 1.3; }
.price-row[data-store-closed="true"] { background: var(--store-soft); }
.price-row[data-store-closed="true"] strong { color: var(--store-ink); font-size: 0.9rem; }
.price-row.is-today { position: relative; background: color-mix(in srgb, var(--sun) 28%, var(--paper)); }
.price-row.is-today::after { content: ""; position: absolute; inset: 0.25rem; border: 0.12rem solid #d5a700; border-radius: 0.4rem; }

.store-story {
  grid-column: 2 / 14;
  min-height: 23rem;
  margin: 0.35rem 0 1.15rem;
  overflow: hidden;
  padding: 3rem 54% 3rem 3rem;
}
.store-story::after {
  content: "";
  position: absolute;
  inset: 0 0 0 43%;
  background: url("/assets/hero-treasure-bins.png") 67% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%);
  mask-image: linear-gradient(90deg, transparent, #000 25%);
}
.store-story > * { position: relative; z-index: 1; }
.store-story h2 { margin-bottom: 1rem; }
.store-story p { color: #34475a; font-size: 1.03rem; }

.event-board {
  grid-column: 2 / 14;
  margin: 0 0 1.15rem;
  padding: 1.4rem 2rem;
  border-left: 0.35rem solid var(--store-accent);
}
.event-board h2 { font-size: 1.5rem; }
.event-board > p { margin: 0.5rem 0 0; color: var(--muted); font-size: 0.88rem; }
.current-highlight { margin-top: 1rem; padding: 1.1rem 1.25rem; background: var(--store-soft); border: 1px solid color-mix(in srgb, var(--store-accent) 45%, var(--line)); border-radius: var(--radius-sm); }
.current-highlight h3 { color: var(--store-ink); }

.visit-tools {
  grid-column: 2 / 8;
  margin: 0 0.55rem 1.15rem 0;
  padding: 2rem;
}
.store-page .first-visit {
  grid-column: 8 / 14;
  margin: 0 0 1.15rem 0.55rem;
  padding: 2rem;
}
.visit-tools h2,
.store-page .first-visit h2 { margin-bottom: 1rem; font-size: 1.85rem; }
.visit-tools address { color: var(--muted); }
.visit-tools p { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.1rem 0 0; }
.visit-tools button { background: var(--paper); }
.visit-tools button:disabled { cursor: not-allowed; opacity: 0.52; box-shadow: none; transform: none; }
.store-page .first-visit ul { display: grid; gap: 0.7rem; margin: 0; padding: 0; list-style: none; }
.store-page .first-visit li { position: relative; padding-left: 1.8rem; }
.store-page .first-visit li::before { content: ""; position: absolute; left: 0; top: 0.3rem; width: 1rem; height: 1rem; background: #109a59; border: 0.22rem solid #dff8ed; border-radius: 50%; }

.social-floor {
  grid-column: 2 / 14;
  min-height: 29rem;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1.2fr);
  gap: 2.25rem;
  align-items: center;
  margin: 0 0 1.15rem;
  padding: 2.5rem 3rem;
  overflow: hidden;
}
.social-floor::before { content: ""; position: absolute; inset: 0; background: url("/assets/treasure-route.svg") left bottom / 75% auto no-repeat; opacity: 0.18; pointer-events: none; }
.social-floor > * { position: relative; z-index: 1; }
.social-floor h2 { margin-bottom: 0.8rem; }
.social-floor p { color: #34475a; }
.social-floor [data-facebook-fallback][hidden] { display: none; }
.social-floor p:last-child { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }
.social-floor iframe {
  width: 100%;
  height: 25rem;
  min-height: 25rem;
  display: block;
  color: var(--muted);
  background:
    linear-gradient(90deg, #edf1f3 28%, #f8fafb 50%, #edf1f3 72%) 1.5rem calc(100% - 4.5rem) / 72% 0.65rem no-repeat,
    linear-gradient(90deg, #edf1f3 28%, #f8fafb 50%, #edf1f3 72%) 1.5rem calc(100% - 2.8rem) / 54% 0.65rem no-repeat,
    var(--paper);
  border: 0.12rem solid color-mix(in srgb, var(--store-accent) 55%, var(--line));
  border-radius: var(--radius-sm);
  box-shadow: 0 0.8rem 1.8rem rgb(19 36 58 / 0.08);
}

.other-stores {
  grid-column: 2 / 14;
  min-height: 12rem;
  margin-bottom: 2.5rem;
  padding: 2rem 2.5rem;
  overflow: hidden;
}
.other-stores::before { top: 2rem; height: 8rem; opacity: 0.4; }
.other-stores h2 { position: relative; z-index: 1; font-size: 1.75rem; }
.other-stores ol { position: relative; z-index: 1; display: flex; gap: 0.75rem; margin: 1.35rem 0 0; padding: 0 0 0.65rem; overflow-x: auto; list-style: none; scrollbar-color: var(--store-accent) transparent; }
.other-stores li { flex: 0 0 auto; }
.other-stores a { min-height: 3.25rem; display: inline-flex; align-items: center; padding: 0.7rem 1rem; color: var(--navy); background: color-mix(in srgb, var(--store-soft) 78%, var(--paper)); border: 1px solid var(--store-accent); border-radius: 0.55rem; text-decoration: none; }
.other-stores strong { color: var(--store-ink); }

.mobile-directions { display: none; }

/* Store-specific visual signatures */
body[data-theme="sunny-coral-tickets"] .store-hero-art > img { border-radius: 36% 24% 42% 28%; transform: rotate(1.5deg); }
body[data-theme="sky-blue-violet-prize-markers"] .store-hero-art > img { border: 0.45rem double var(--store-accent); border-radius: 2.5rem; transform: rotate(-1deg); }
body[data-theme="mint-rising-tickets"] .store-hero-art > img { border-radius: 48% 48% 1.5rem 1.5rem; transform: translateY(-0.5rem); }
body[data-theme="warm-turquoise-truckload-crates"] .store-hero-art > img { border-radius: 1.2rem; box-shadow: 1.1rem 1.1rem 0 color-mix(in srgb, var(--store-accent) 28%, var(--paper)); }
body[data-theme="sunny-yellow-confetti-stars"] .store-hero::after { content: ""; position: absolute; right: 3%; top: 12%; width: 5rem; height: 5rem; background: var(--sun); clip-path: polygon(50% 0, 61% 35%, 100% 24%, 70% 50%, 100% 76%, 61% 65%, 50% 100%, 39% 65%, 0 76%, 30% 50%, 0 24%, 39% 35%); opacity: 0.7; }
body[data-theme="electric-aqua-motion-lines"] .store-hero-art > img { border-radius: 7rem 1rem 7rem 1rem; transform: skewX(-1deg); }
body[data-theme="coral-desert-sky-camera"] .store-hero-art > img { border: 0.55rem solid var(--paper); border-radius: 1.5rem; outline: 0.18rem solid var(--store-accent); }
body[data-theme="bright-blue-orange-arrival-tags"] .store-hero-art > img { border-radius: 1rem 4rem 1rem 4rem; transform: rotate(1deg); }
body[data-theme="berry-gold-product-cards"] .store-hero-art > img { border: 0.5rem solid var(--paper); border-radius: 0.75rem; box-shadow: 0.85rem 0.85rem 0 #ffd348; transform: rotate(-1deg); }

/* Directory and state pages */
.directory-hero,
.how-hero,
.page-hero,
.market-hero {
  padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  background:
    url("/assets/treasure-route.svg") center bottom / min(70rem, 92vw) auto no-repeat,
    linear-gradient(120deg, var(--cream), #eefaff);
}
.directory-hero h1,
.how-hero h1,
.page-hero h1,
.market-hero h1 { max-width: 60rem; }
.directory-hero p,
.how-hero p,
.page-hero p,
.market-hero p { max-width: 48rem; margin: 1rem 0 0; color: var(--muted); font-size: 1.1rem; }

.location-market,
.how-it-works-page main > section:not(.how-hero),
.section,
.trust-section {
  width: min(calc(100% - 3rem), var(--max));
  margin-inline: auto;
  padding-block: 3.5rem;
}
.location-market h2 { margin-bottom: 1rem; }
.location-summary { display: grid; grid-template-columns: 1.2fr 0.9fr 1.7fr 1fr; gap: 0.65rem 1.5rem; align-items: center; padding: 1.35rem 0; border-top: 0.13rem dashed #cbdfe7; }
.location-summary:last-child { border-bottom: 0.13rem dashed #cbdfe7; }
.location-summary h3 { font-size: 1.45rem; }
.location-summary h3 a { color: var(--navy); text-decoration: none; }
.location-summary p,
.location-summary address { margin: 0; color: var(--muted); font-size: 0.83rem; }
.location-summary .store-signature { color: var(--store-ink, var(--action-blue)); font-weight: 850; }
.location-summary p:last-child { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.location-summary p:last-child a { min-height: 2.75rem; display: inline-flex; align-items: center; padding-inline: 0.8rem; background: var(--paper); border: 1px solid var(--sky); border-radius: 0.55rem; font-weight: 800; text-decoration: none; }

.how-it-works-page main > section:not(.how-hero) { max-width: 60rem; border-bottom: 0.13rem dashed #cbdfe7; }
.how-it-works-page main > section h2 { margin-bottom: 1rem; }
.how-it-works-page main > section li { margin-block: 0.7rem; }

/* Legal prose and supporting legacy surfaces */
.page-hero.compact { min-height: 18rem; }
.policy-list { max-width: 58rem; }
.policy-list article { padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.policy-list article:first-child { border-top: 1px solid var(--line); }
.policy-list h2 { margin-bottom: 0.8rem; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.policy-list p,
.section p,
.section li { color: #34475a; }
.trust-section { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-block: 2rem 4rem; padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 0.6rem 1.8rem rgb(19 36 58 / 0.07); }
.trust-section h2 { font-size: 1.8rem; }
.trust-section p { margin: 0.4rem 0 0; }
.prose-main { width: min(calc(100% - 3rem), 58rem); margin-inline: auto; padding-block: 4rem; }
.prose-main h1 { margin-bottom: 1.5rem; }
.prose-main h2 { margin: 2.75rem 0 0.75rem; font-size: 1.8rem; }
.prose-main li { margin-block: 0.55rem; }

.not-found { min-height: 66vh; display: grid; place-content: center; justify-items: center; gap: 1rem; padding: 4rem 1.5rem; text-align: center; background: url("/assets/treasure-route.svg") center 70% / min(70rem, 100%) auto no-repeat; }
.not-found h1 { max-width: 48rem; }
.not-found p { max-width: 42rem; margin: 0; }
.not-found p:last-child { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }

/* Light footer */
.site-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem 3rem;
  padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2));
  color: var(--navy);
  background: rgb(255 255 255 / 0.82);
  border-top: 1px solid var(--line);
}
.site-footer > a { width: 7.5rem; height: 5.5rem; display: block; overflow: hidden; border-radius: 0.8rem; }
.site-footer > a img { width: 100%; height: 100%; object-fit: contain; }
.site-footer > nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.35rem 1.4rem; }
.site-footer > nav a { min-height: 2.75rem; display: inline-flex; align-items: center; color: var(--navy); font-size: 0.84rem; font-weight: 750; text-decoration: none; }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 0.78rem; text-align: center; }

.footer-grid { grid-column: 1 / -1; width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-grid > div:first-child { display: grid; grid-template-columns: 7rem 1fr; gap: 1.25rem; align-items: center; }
.footer-logo { width: 5.5rem; height: 5.5rem; object-fit: contain; border-radius: 0.8rem; }
.footer-grid h2 { margin-bottom: 0.6rem; font-size: 1rem; }
.footer-grid a { min-height: 2.75rem; display: flex; align-items: center; color: var(--navy); font-size: 0.86rem; text-decoration: none; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 0.84rem; }
.footer-bottom { grid-column: 1 / -1; width: min(100%, var(--max)); margin-inline: auto; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; color: var(--muted); border-top: 1px solid var(--line); font-size: 0.75rem; }

/* Tablet: reflow at the first points where rails become unreadable */
@media (max-width: 64rem) {
  .site-header { padding-inline: 1.5rem; }
  .home-page main { grid-template-columns: 1.5rem minmax(12rem, 17rem) minmax(0, 1fr) 1.5rem; }
  .passport-hero { min-height: 35rem; padding-inline: 2.25rem; }
  .passport-hero > div { width: 54%; }
  .passport-hero h1 { font-size: clamp(3.4rem, 7vw, 5rem); }
  .my-store-ticket { margin-top: -8.5rem; }
  .passport-hero::before { left: 32%; }
  .home-page .today-panel p:last-child { grid-column: 1 / -1; grid-row: auto; display: flex; flex-wrap: wrap; margin-top: 0.5rem; }
  .home-page .today-panel p:last-child a { min-width: 0; }
  .passport-route { grid-template-columns: 1fr; }
  .passport-route > .passport-state { grid-row: auto; grid-column: 1; }
  .passport-route > .passport-state + .passport-state { border-left: 0; border-top: 0.12rem dashed #cfdee4; padding-top: 0.65rem; }
  .passport-state .passport-badge { width: 4.8rem; height: 4.8rem; }
  .store-rhythms { grid-template-columns: repeat(3, 1fr); gap: 1.5rem 0.75rem; }
  .store-spotlight .passport-badge { width: 5.5rem; height: 5.5rem; }
  .store-page .store-hero { grid-template-columns: 1fr 0.8fr; }
  .store-page .today-panel { grid-column: 7 / 14; }
  .weekly-rhythm { grid-column: 2 / 14; margin-right: 0; }
  .price-ladder { grid-column: 2 / 14; margin-left: 0; }
  .visit-tools { grid-column: 2 / 14; margin-right: 0; }
  .store-page .first-visit { grid-column: 2 / 14; margin-left: 0; }
  .location-summary { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 48rem) {
  body { font-size: 0.98rem; }
  body[data-store] { padding-bottom: 5.5rem; }
  .site-header { position: relative; min-height: 5.4rem; grid-template-columns: 1fr auto; padding: 0.55rem 1rem; }
  .site-header > .brand { width: 4.3rem; height: 4.3rem; }
  .desktop-navigation { display: none; }
  .mobile-navigation { display: block; }
  .js .mobile-navigation .menu-toggle {
    min-width: 3.5rem;
    min-height: 3.5rem;
    display: grid;
    place-items: end center;
    padding: 1.65rem 0.4rem 0.15rem;
    color: var(--navy);
    background:
      linear-gradient(var(--action-blue) 0 0) center 0.45rem / 2.2rem 0.22rem no-repeat,
      linear-gradient(var(--action-blue) 0 0) center 0.95rem / 2.2rem 0.22rem no-repeat,
      linear-gradient(var(--action-blue) 0 0) center 1.45rem / 2.2rem 0.22rem no-repeat;
    border-radius: 0.5rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .mobile-navigation nav { position: absolute; top: calc(100% - 0.25rem); right: 1rem; left: 1rem; display: grid; padding: 0.75rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
  .js .mobile-navigation nav:not(.is-open) { display: none; }

  .header-inner { min-height: 4.6rem; }
  .header-inner .brand { width: 4.3rem; height: 4.3rem; }
  .js .menu-toggle { min-width: 3.5rem; min-height: 3.5rem; display: inline-grid; place-items: center; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-radius: 0.65rem; }
  .site-nav { position: absolute; inset: calc(100% - 0.2rem) 1rem auto; display: none; padding: 0.75rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }

  .home-page main { display: block; }
  .passport-hero { min-height: 47rem; padding: 3rem 1.35rem 18rem; }
  .passport-hero::before { inset: 19rem -9rem 0 2rem; background-position: 62% center; -webkit-mask-image: linear-gradient(180deg, transparent, #000 15%, #000 92%, transparent); mask-image: linear-gradient(180deg, transparent, #000 15%, #000 92%, transparent); }
  .passport-hero > div { width: 100%; }
  .passport-hero h1 { max-width: 34rem; font-size: clamp(3.35rem, 14.8vw, 5rem); line-height: 0.94; }
  .passport-hero > div > p:first-of-type { max-width: 25rem; font-size: 1.05rem; }
  .passport-hero > div > p:last-child a { flex: 1 1 10rem; }
  .my-store-ticket,
  .passport-route,
  .hunt-strategies,
  .store-rhythms,
  .home-page main > .first-visit { width: min(calc(100% - 1.5rem), 42rem); margin-inline: auto; }
  .my-store-ticket { min-height: 0; display: block; margin-top: -4rem; padding: 1.1rem 1.25rem; }
  .store-picker { padding: 0 0 1rem; border-right: 0; border-bottom: 0.13rem dashed #cfdfe5; }
  .home-page .today-panel { min-height: 0; display: block; padding: 1rem 0 0; }
  .home-page .today-panel p:nth-last-child(2) { display: block; color: var(--muted); font-size: 0.82rem; }
  .home-page .today-panel p:last-child { display: grid; }
  .home-page .today-panel p:last-child a { width: 100%; }
  .home-page .today-panel p:last-child a:not(:first-child) { display: inline-flex; }
  .passport-route { margin-block: 1rem 1.5rem; display: block; }
  .passport-route > [data-passport-progress] { float: none; color: var(--action-blue); }
  .passport-route::before { inset: 4rem -8rem auto; height: 14rem; transform: rotate(90deg); }
  .passport-route > .passport-state { margin-top: 1rem; }
  .passport-state ol { gap: 0.5rem; }
  .passport-state li { min-width: 0; }
  .passport-state .passport-badge { width: 4.4rem; height: 4.4rem; }
  .hunt-strategies,
  .store-rhythms,
  .home-page main > .first-visit { padding: 2.5rem 1.1rem; }
  .hunt-strategies ol { grid-template-columns: 1fr; }
  .hunt-strategies li + li { border-left: 0; border-top: 0.12rem dashed #cfdee4; }
  .store-rhythms { grid-template-columns: repeat(2, 1fr); }
  .store-rhythms::before { inset: 6rem -10rem auto; height: 28rem; transform: rotate(90deg); }
  .store-spotlight .passport-badge { width: 5.3rem; height: 5.3rem; }
  .home-page main > .first-visit ol { grid-template-columns: 1fr; }
  .home-page main > .first-visit li { min-height: 4rem; padding: 0.5rem 0 0.5rem 4rem; text-align: left; }
  .home-page main > .first-visit li::before { top: 0; left: 0.5rem; transform: none; }
  .home-page main > .first-visit li:not(:last-child)::after { top: 3rem; left: 1.9rem; width: 0; height: calc(100% - 1rem); border-top: 0; border-left: 0.18rem dashed #79baf0; }

  .store-page main { display: block; }
  .store-page .store-hero,
  .store-page .today-panel,
  .weekly-rhythm,
  .price-ladder,
  .store-story,
  .event-board,
  .visit-tools,
  .store-page .first-visit,
  .social-floor,
  .other-stores { width: min(calc(100% - 1.5rem), 44rem); margin-inline: auto; }
  .store-page .store-hero { min-height: 31rem; display: block; padding: 2rem 0.65rem 1.2rem; }
  .store-page .store-hero::before { inset: 0 calc(50% - 50vw); }
  .store-hero h1 { max-width: 100%; font-size: clamp(2.65rem, 12.2vw, 3.4rem); }
  .store-hero > div:first-child > p:first-of-type { max-width: 58%; margin-top: 0.8rem; font-size: 0.92rem; line-height: 1.4; }
  .store-hero address { max-width: 68%; margin-top: 0.8rem; font-size: 0.86rem; line-height: 1.4; }
  .store-hero-actions { width: 68%; display: grid; grid-template-columns: 1fr; gap: 0.45rem; margin-top: 0.8rem; }
  .store-hero-actions > * { width: 100%; }
  .store-hero-art { position: absolute; z-index: 1; top: 10rem; right: -0.75rem; bottom: auto; width: 61%; height: 16.5rem; }
  .store-hero-art > img { width: 100%; height: 100%; border-radius: 35% 20% 20% 25%; object-position: 65% center; -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%); mask-image: linear-gradient(90deg, transparent, #000 22%); }
  .store-hero-art > .passport-badge { right: 1rem; bottom: 0.15rem; width: 5rem; height: 5rem; }
  .lakewood-fresh-tickets { top: 7.8rem; right: 0.15rem; gap: 0.3rem; }
  .lakewood-fresh-tickets span { width: 6.5rem; min-height: 3.2rem; padding: 0.4rem; font-size: 0.58rem; }
  .lakewood-fresh-tickets strong { font-size: 0.9rem; }
  .store-page .today-panel { min-height: 0; display: block; margin-top: -1.35rem; padding: 1.15rem 1.35rem; }
  .store-page .today-panel p:nth-last-child(2),
  .store-page .today-panel p:last-child { display: none; }
  .weekly-rhythm,
  .price-ladder,
  .event-board,
  .visit-tools,
  .store-page .first-visit,
  .social-floor,
  .other-stores { margin-top: 1rem; margin-bottom: 0; }
  .typed-events { grid-template-columns: 1fr 1fr; }
  .price-ladder-grid { display: grid; grid-template-columns: 1fr; border: 0; }
  .price-row { min-height: 3.3rem; grid-template-columns: 1fr 0.65fr 1.25fr; justify-items: start; align-items: center; padding: 0.45rem 0.75rem; border-bottom: 0.1rem dashed #cfdee4; }
  .price-row + .price-row { border-left: 0; }
  .price-row span { font-size: 0.9rem; }
  .price-row strong { justify-self: center; font-size: 1.7rem; }
  .price-row small { justify-self: end; font-size: 0.82rem; text-align: right; }
  .price-row[data-store-closed="true"] strong { font-size: 0.78rem; }
  .store-story { min-height: 35rem; padding: 2.2rem 1.7rem 18rem; }
  .store-story::after { inset: 45% 0 0; background-position: 63% center; -webkit-mask-image: linear-gradient(180deg, transparent, #000 24%); mask-image: linear-gradient(180deg, transparent, #000 24%); }
  .social-floor { min-height: 0; display: block; padding: 2rem 1.6rem; }
  .social-floor iframe { height: 21rem; min-height: 21rem; margin-top: 1.5rem; }
  .other-stores { margin-bottom: 1rem; padding: 1.8rem 1.6rem; }
  .mobile-directions {
    position: fixed;
    z-index: 90;
    right: 0.75rem;
    bottom: 0.65rem;
    left: 0.75rem;
    display: block;
    padding: 0.35rem;
    background: rgb(255 255 255 / 0.94);
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    box-shadow: 0 0.8rem 2.4rem rgb(19 36 58 / 0.22);
    backdrop-filter: blur(10px);
  }
  .mobile-directions a { min-height: 3.8rem; display: flex; align-items: center; justify-content: center; color: var(--paper); background: var(--action-blue); border-radius: 0.65rem; font-size: 1.05rem; font-weight: 850; text-decoration: none; }
  .location-market,
  .how-it-works-page main > section:not(.how-hero),
  .section,
  .trust-section { width: min(calc(100% - 1.5rem), var(--max)); padding-block: 2.5rem; }
  .directory-hero,
  .how-hero,
  .page-hero,
  .market-hero { padding: 3.5rem 1.35rem; }
  .directory-hero h1,
  .how-hero h1,
  .page-hero h1,
  .market-hero h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .location-summary { grid-template-columns: 1fr; gap: 0.55rem; }
  .trust-section { display: grid; }
  .site-footer { display: block; padding: 2rem 1.25rem 6rem; text-align: center; }
  .site-footer > a { margin-inline: auto; }
  .site-footer > nav { justify-content: center; margin-top: 1rem; }
  .site-footer > p { margin-top: 1rem; }
  .footer-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid > div:first-child { grid-template-columns: 1fr; justify-items: center; }
  .footer-grid a { justify-content: center; }
  .footer-bottom { flex-direction: column; margin-top: 1.5rem; }
}

@media (max-width: 24.5rem) {
  .passport-hero { min-height: 45rem; padding-inline: 1rem; }
  .passport-hero h1 { font-size: clamp(3rem, 14.4vw, 3.55rem); }
  .passport-state .passport-badge { width: 3.75rem; height: 3.75rem; }
  .passport-state a strong { font-size: 0.7rem; }
  .passport-state button { padding-inline: 0.3rem; font-size: 0.61rem; }
  .typed-events { grid-template-columns: 1fr; }
  .weekly-rhythm,
  .price-ladder { padding-inline: 1.3rem; }
  .price-row { grid-template-columns: 1fr 0.7fr 1.35fr; }
}

@media print {
  :root { --cream: #ffffff; --store-soft: #ffffff; }
  body { color: #000; background: #fff; }
  .site-header,
  .site-footer,
  .mobile-navigation,
  .mobile-directions,
  .passport-hero a,
  .visit-tools,
  .other-stores { display: none !important; }
  .store-page main,
  .home-page main { display: block; }
  .store-page main > section,
  .home-page main > section { width: 100%; margin: 0 0 1rem; break-inside: avoid; box-shadow: none; }
  .store-page .store-hero { min-height: 0; padding: 1rem 0; }
  .store-hero-art { display: none; }
  .store-page .today-panel { margin-top: 0; }
  a { color: #000; text-decoration: underline; }
}

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