@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/fonts/manrope-latin-variable.woff2") format("woff2-variations");
}

:root {
  color-scheme: light;
  --page-background: #fbf8f2;
  --primary-surface: #fbf8f2;
  --secondary-surface: #f4efe6;
  --primary-text: #11100f;
  --secondary-text: #2b2824;
  --muted-text: #655e56;
  --divider: #d8cfc1;
  --brand-cream: #fffaf2;
  --brand-cinnabar: #aa211f;
  --accent-text: #7e1717;
  --nav-focus-accent: #aa211f;
  --status-open-text: #285f47;
  --status-open-border: rgba(40,95,71,.34);
  --status-open-surface: rgba(40,95,71,.08);
  --status-closed-text: #7e1717;
  --status-closed-border: rgba(170,33,31,.34);
  --status-closed-surface: rgba(170,33,31,.07);
  --jade-surface: #3f5c50;
  --jade-emphasis: #3f5c50;
  --menu-detail-accent: var(--jade-emphasis);
  --header-surface: rgba(251,248,242,.98);
  --sticky-surface: rgba(251,248,242,.97);
  --page-line: rgba(17,16,15,.12);
  --page-line-medium: rgba(17,16,15,.13);
  --page-line-strong: rgba(17,16,15,.35);
  --disabled-text: rgba(101,94,86,.28);
  --description-text: #45403a;
  --on-jade-line: rgba(255,250,242,.13);
  --on-jade-line-soft: rgba(255,250,242,.15);
  --on-jade-line-medium: rgba(255,250,242,.2);
  --on-jade-line-place: rgba(255,250,242,.24);
  --on-jade-line-announcement: rgba(255,250,242,.28);
  --on-jade-line-action: rgba(255,250,242,.45);
  --on-jade-line-call: rgba(255,250,242,.48);
  --on-jade-line-link: rgba(255,250,242,.5);
  --on-jade-focus: #fffaf2;
  --on-jade-muted: rgba(255,250,242,.82);
  --on-jade-soft: rgba(255,250,242,.88);
  --on-jade-nav: rgba(255,250,242,.76);
  --on-jade-copyright: rgba(255,250,242,.72);
  --jade-label: #d0ddd7;
  --jade-label-alt: #c8d6d0;
  --masthead-eyebrow: #d6e2dc;
  --hours-eyebrow: #c6d5ce;
  --closed-text: #f2c0b7;
  --skip-link-text: #11100f;
  --map-ground: #e8e5dc;
  --map-urban: #f5f2ea;
  --map-green: #bfd8c5;
  --map-campus: #dce8df;
  --map-water-area: #b7dadd;
  --map-water: #78b4bb;
  --map-road-casing: #788d9d;
  --map-road-major: #fffaf2;
  --map-road-secondary: #f8f4eb;
  --map-road-local: #c6ccc8;
  --map-label: #3e4f47;
  --map-label-halo: #d8ddd7;
  --map-heading-surface: rgba(251,248,242,.96);
  --map-focus-accent: #aa211f;
  --header-mark-filter: none;
  --media-proof-surface: #fbf8f2;
  --theme-light-indicator: inline-grid;
  --theme-dark-indicator: none;
  --ink: var(--primary-text);
  --ink-soft: var(--secondary-text);
  --porcelain: var(--secondary-surface);
  --paper: var(--primary-surface);
  --cream: var(--brand-cream);
  --cinnabar: var(--brand-cinnabar);
  --cinnabar-dark: var(--accent-text);
  --jade: var(--jade-surface);
  --smoke: var(--muted-text);
  --hairline: var(--divider);
  --sans: "Manrope Variable", "Helvetica Neue", Arial, sans-serif;
  --cjk: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --page-background: #0c1712;
  --primary-surface: #0c1712;
  --secondary-surface: #15241d;
  --primary-text: #f6eddf;
  --secondary-text: #e7dbc9;
  --muted-text: #b9aa96;
  --divider: #3a4b41;
  --brand-cream: #fff6e8;
  --brand-cinnabar: #b33a32;
  --accent-text: #f0a095;
  --nav-focus-accent: #f0a095;
  --status-open-text: #a9d5b8;
  --status-open-border: rgba(169,213,184,.38);
  --status-open-surface: rgba(77,139,98,.14);
  --status-closed-text: #f0a095;
  --status-closed-border: rgba(240,160,149,.4);
  --status-closed-surface: rgba(179,58,50,.15);
  --jade-surface: #1c332a;
  --jade-emphasis: #7fa594;
  --header-surface: rgba(12,23,18,.98);
  --sticky-surface: rgba(12,23,18,.97);
  --page-line: rgba(246,237,223,.14);
  --page-line-medium: rgba(246,237,223,.16);
  --page-line-strong: rgba(246,237,223,.38);
  --disabled-text: #8f877b;
  --description-text: #d7cbb9;
  --on-jade-line: rgba(255,246,232,.14);
  --on-jade-line-soft: rgba(255,246,232,.16);
  --on-jade-line-medium: rgba(255,246,232,.22);
  --on-jade-line-place: rgba(255,246,232,.26);
  --on-jade-line-announcement: rgba(255,246,232,.3);
  --on-jade-line-action: rgba(255,246,232,.48);
  --on-jade-line-call: rgba(255,246,232,.5);
  --on-jade-line-link: rgba(255,246,232,.54);
  --on-jade-focus: #fff6e8;
  --on-jade-muted: rgba(255,246,232,.82);
  --on-jade-soft: rgba(255,246,232,.9);
  --on-jade-nav: rgba(255,246,232,.8);
  --on-jade-copyright: rgba(255,246,232,.72);
  --jade-label: #c5d6cc;
  --jade-label-alt: #c2d2c8;
  --masthead-eyebrow: #d1ded7;
  --hours-eyebrow: #c6d7ce;
  --closed-text: #f0a096;
  --map-ground: #17231e;
  --map-urban: #25332c;
  --map-green: #213c2e;
  --map-campus: #2a4036;
  --map-water-area: #25454b;
  --map-water: #4f858b;
  --map-road-casing: #8396a3;
  --map-road-major: #d8d4c9;
  --map-road-secondary: #acaea8;
  --map-road-local: #68756e;
  --map-label: #d6e2da;
  --map-label-halo: #1a2a22;
  --map-heading-surface: rgba(12,23,18,.96);
  --map-focus-accent: #fff6e8;
  --header-mark-filter: invert(98%) sepia(9%) saturate(220%) hue-rotate(325deg) brightness(110%);
  --theme-light-indicator: none;
  --theme-dark-indicator: inline-grid;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --page-background: #0c1712;
    --primary-surface: #0c1712;
    --secondary-surface: #15241d;
    --primary-text: #f6eddf;
    --secondary-text: #e7dbc9;
    --muted-text: #b9aa96;
    --divider: #3a4b41;
    --brand-cream: #fff6e8;
    --brand-cinnabar: #b33a32;
    --accent-text: #f0a095;
    --nav-focus-accent: #f0a095;
    --status-open-text: #a9d5b8;
    --status-open-border: rgba(169,213,184,.38);
    --status-open-surface: rgba(77,139,98,.14);
    --status-closed-text: #f0a095;
    --status-closed-border: rgba(240,160,149,.4);
    --status-closed-surface: rgba(179,58,50,.15);
    --jade-surface: #1c332a;
    --jade-emphasis: #7fa594;
    --header-surface: rgba(12,23,18,.98);
    --sticky-surface: rgba(12,23,18,.97);
    --page-line: rgba(246,237,223,.14);
    --page-line-medium: rgba(246,237,223,.16);
    --page-line-strong: rgba(246,237,223,.38);
    --disabled-text: #8f877b;
    --description-text: #d7cbb9;
    --on-jade-line: rgba(255,246,232,.14);
    --on-jade-line-soft: rgba(255,246,232,.16);
    --on-jade-line-medium: rgba(255,246,232,.22);
    --on-jade-line-place: rgba(255,246,232,.26);
    --on-jade-line-announcement: rgba(255,246,232,.3);
    --on-jade-line-action: rgba(255,246,232,.48);
    --on-jade-line-call: rgba(255,246,232,.5);
    --on-jade-line-link: rgba(255,246,232,.54);
    --on-jade-focus: #fff6e8;
    --on-jade-muted: rgba(255,246,232,.82);
    --on-jade-soft: rgba(255,246,232,.9);
    --on-jade-nav: rgba(255,246,232,.8);
    --on-jade-copyright: rgba(255,246,232,.72);
    --jade-label: #c5d6cc;
    --jade-label-alt: #c2d2c8;
    --masthead-eyebrow: #d1ded7;
    --hours-eyebrow: #c6d7ce;
    --closed-text: #f0a096;
    --map-ground: #17231e;
    --map-urban: #25332c;
    --map-green: #213c2e;
    --map-campus: #2a4036;
    --map-water-area: #25454b;
    --map-water: #4f858b;
    --map-road-casing: #8396a3;
    --map-road-major: #d8d4c9;
    --map-road-secondary: #acaea8;
    --map-road-local: #68756e;
    --map-label: #d6e2da;
    --map-label-halo: #1a2a22;
    --map-heading-surface: rgba(12,23,18,.96);
    --map-focus-accent: #fff6e8;
    --header-mark-filter: invert(98%) sepia(9%) saturate(220%) hue-rotate(325deg) brightness(110%);
    --theme-light-indicator: none;
    --theme-dark-indicator: inline-grid;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--page-background); color: var(--ink); font-family: var(--sans); font-variant-numeric: tabular-nums; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
[hidden] { display: none !important; }
:where(a,button,input):focus-visible { outline: 2px solid var(--cinnabar); outline-offset: 3px; }
:where(.site-menu,.about-hours,.visit-card,.site-footer) :where(a,button,input):focus-visible { outline-color: var(--on-jade-focus); }
.shell { width: min(1160px,calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 140; top: 8px; left: 8px; display: inline-flex; min-height: 44px; align-items: center; padding: 10px 14px; background: var(--cream); color: var(--skip-link-text); font-size: 12px; font-weight: 700; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.brand-mark { display: block; flex: 0 0 auto; line-height: 0; }
.brand-mark-image { display: block; width: 100%; height: auto; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.primary-cta,.text-link { display: inline-flex; min-height: 44px; align-items: center; font-size: 12px; font-weight: 750; }
.primary-cta { border-bottom: 2px solid var(--cinnabar); color: var(--cinnabar-dark); }
.text-link { color: var(--smoke); }

/* Brand-first header */
.site-header { position: sticky; z-index: 90; top: 0; height: 78px; border-bottom: 1px solid var(--page-line-medium); background: var(--header-surface); }
.header-bar { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; min-width: 0; min-height: 44px; max-width: 100%; align-items: center; gap: 16px; }
.header-mark { width: 50px; margin: 0; }
.header-mark .brand-mark-image { filter: var(--header-mark-filter); }
.custom-wordmark { display: block; height: auto; color: var(--ink); }
.custom-wordmark-accent { fill: var(--cinnabar); }
.custom-wordmark-subtitle { font-family: var(--sans); font-size: 35px; font-weight: 900; letter-spacing: .02em; }
.header-wordmark { width: 176px; }
.header-actions { display: flex; min-width: 0; flex: 0 0 auto; align-items: center; gap: 24px; }
.business-status { display: inline-flex; min-height: 34px; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--page-line-strong); border-radius: 2px; color: var(--smoke); font-size: 9px; font-weight: 850; letter-spacing: .075em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.business-status__signal { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px color-mix(in srgb,currentColor 14%,transparent); }
.business-status.is-open { border-color: var(--status-open-border); background: var(--status-open-surface); color: var(--status-open-text); }
.business-status.is-closed { border-color: var(--status-closed-border); background: var(--status-closed-surface); color: var(--status-closed-text); }
.business-status__text--compact { display: none; }
.business-status--home { min-height: 28px; padding-inline: 8px; border-color: var(--on-jade-line-medium); background: transparent; color: var(--on-jade-muted); font-size: 8.5px; }
.business-status--home.is-open { border-color: var(--on-jade-line-action); background: transparent; color: var(--hours-eyebrow); }
.business-status--home.is-closed { border-color: var(--on-jade-line-action); background: transparent; color: var(--closed-text); }
.header-call { display: grid; min-height: 44px; align-content: center; justify-items: end; color: var(--cinnabar-dark); line-height: 1; }
.header-call span { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.header-call strong { max-width: 100%; margin-top: 6px; overflow: hidden; border-bottom: 2px solid var(--cinnabar); font-size: 15px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 0; background: var(--cinnabar); cursor: pointer; }
.menu-toggle i { display: block; width: 21px; height: 2px; background: var(--cream); transition: transform 160ms ease,opacity 160ms ease; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
.site-menu { position: absolute; z-index: 89; top: 78px; right: 0; left: 0; visibility: hidden; border-top: 7px solid var(--cinnabar); background: var(--jade); color: var(--cream); opacity: 0; transform: translateY(-10px); transition: opacity 160ms ease,transform 160ms ease,visibility 160ms; }
.site-menu[data-open] { visibility: visible; opacity: 1; transform: translateY(0); }
.site-menu-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.site-menu a { display: flex; min-height: 94px; align-items: flex-end; padding: 18px 24px; border-right: 1px solid var(--on-jade-line); font-size: 21px; font-weight: 700; }
.site-menu a:last-child { border-right: 0; }
.site-menu a:hover,.site-menu a[aria-current="page"] { background: var(--cinnabar); }
.site-announcement { border-bottom: 1px solid var(--on-jade-line-announcement); background: var(--cinnabar); color: var(--cream); }
.site-announcement .shell { display: flex; min-height: 44px; align-items: center; justify-content: center; padding-block: 8px; font-size: 12px; font-weight: 750; line-height: 1.4; text-align: center; }

.back-to-top {
  position: fixed;
  z-index: 85;
  right: max(14px,env(safe-area-inset-right));
  bottom: max(14px,env(safe-area-inset-bottom));
  display: grid;
  width: 46px;
  height: 46px;
  place-content: center;
  gap: 3px;
  border: 1px solid var(--on-jade-line-action);
  border-top: 3px solid var(--cinnabar);
  background: var(--jade);
  box-shadow: 0 5px 18px rgba(17,16,15,.16);
  color: var(--cream);
  cursor: pointer;
}
.back-to-top span { width: 10px; height: 10px; margin: 3px auto 0; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.back-to-top b { font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.back-to-top:hover { background: var(--cinnabar); }
.back-to-top:focus-visible { outline-color: var(--cinnabar); }

/* One interior-page identity, derived from the landing screen */
.interior-masthead { position: relative; min-height: 132px; overflow: hidden; border-bottom: 7px solid var(--cinnabar); background: var(--jade); color: var(--cream); }
.interior-masthead::before { position: absolute; top: 0; right: 0; width: clamp(76px,11vw,165px); height: 100%; background: var(--cinnabar); content: ""; }
.interior-masthead-copy { position: relative; z-index: 2; display: flex; min-height: 132px; flex-direction: column; justify-content: center; padding-block: 17px; }
.interior-masthead .eyebrow { color: var(--masthead-eyebrow); }
.interior-masthead h1 { max-width: 760px; margin: 7px 0 0; color: var(--cream); font-size: clamp(40px,5vw,58px); font-weight: 780; letter-spacing: -.06em; line-height: .92; }
.interior-masthead-mark { position: absolute; z-index: 1; top: -105px; right: clamp(28px,7vw,115px); width: clamp(260px,26vw,380px); opacity: .54; filter: invert(98%) sepia(9%) saturate(220%) hue-rotate(325deg) brightness(110%); transform: rotate(-3deg); }
.interior-masthead--about .interior-masthead-mark { top: -90px; right: clamp(10px,4vw,58px); transform: rotate(1.5deg); }
.interior-masthead--visit .interior-masthead-mark { top: -118px; right: clamp(42px,9vw,138px); transform: rotate(-5deg); }

/* About */
.about-page { min-height: calc(100vh - 78px); background: var(--paper); }
.about-lead { border-bottom: 1px solid var(--hairline); }
.about-lead-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 48px; padding: 24px 0 27px; }
.about-statement { max-width: 800px; margin: 0; color: var(--ink-soft); font-size: clamp(17px,2vw,23px); font-weight: 520; letter-spacing: -.015em; line-height: 1.48; }
.about-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.about-narrative { padding: 24px 0 30px; }
.about-narrative-inner { display: grid; grid-template-columns: minmax(190px,.46fr) minmax(0,1.5fr); gap: 8px 48px; }
.about-narrative .eyebrow { align-self: start; color: var(--cinnabar-dark); }
.about-narrative h2 { grid-column: 1; max-width: 280px; margin: 0; font-size: clamp(27px,3vw,38px); font-weight: 760; letter-spacing: -.045em; line-height: 1.02; }
.about-narrative-copy { grid-column: 2; grid-row: 1 / span 2; max-width: 760px; border-top: 3px solid var(--cinnabar); }
.about-narrative-copy p { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--hairline); color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.about-hours { padding: 27px 0 32px; border-top: 7px solid var(--cinnabar); background: var(--jade); color: var(--cream); }
.about-hours-grid { display: block; }
.about-hours-grid > div:first-child { margin-bottom: 15px; text-align: center; }
.about-hours .eyebrow { color: var(--hours-eyebrow); }
.about-hours h2 { margin: 5px 0 0; font-size: clamp(34px,4vw,52px); font-weight: 760; letter-spacing: -.05em; line-height: 1; }

.weekly-hours { display: grid; max-width: 880px; gap: 14px; margin-inline: auto; }
.weekly-status { display: grid; grid-template-columns: repeat(7,1fr); overflow: hidden; border: 1px solid var(--on-jade-line-medium); }
.weekly-status > div { display: grid; min-width: 0; place-items: center; gap: 5px; padding: 10px 3px 9px; border-left: 1px solid var(--on-jade-line); }
.weekly-status > div:first-child { border-left: 0; }
.weekly-status span { color: var(--jade-label-alt); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.weekly-status strong { font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.weekly-status .is-open { color: var(--cream); }
.weekly-status .is-closed { color: var(--closed-text); }
.service-times { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 52px; text-align: center; }
.service-times > div { display: grid; justify-items: center; gap: 5px; }
.service-times span { color: var(--jade-label-alt); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-times strong { color: var(--cream); font-size: 13px; font-weight: 650; white-space: nowrap; }

/* Visit */
.visit-page { background: var(--paper); }
.visit-content { padding: 26px 0 34px; }
.visit-content-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(350px,.78fr); gap: 24px; }
.visit-map { position: relative; min-height: 410px; margin: 0; overflow: hidden; border-top: 6px solid var(--cinnabar); background: var(--map-ground); clip-path: polygon(0 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%); }
.visit-map::after { position: absolute; z-index: 550; inset: 0; border: 1px solid var(--on-jade-line-soft); content: ""; pointer-events: none; }
.pullman-static-map { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; font-family: var(--sans); }
.map-ground { fill: var(--map-ground); }
.map-area { stroke: none; }
.map-area--urban { fill: var(--map-urban); }
.map-area--green { fill: var(--map-green); }
.map-area--campus { fill: var(--map-campus); }
.map-area--water { fill: var(--map-water-area); }
.map-water { fill: none; stroke: var(--map-water); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.map-road-casing,.map-road { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.map-road-casing { stroke: var(--map-road-casing); }
.map-road-casing--primary { stroke-width: 11; }
.map-road-casing--secondary { stroke-width: 8; }
.map-road { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.map-road--primary { stroke: var(--map-road-major); stroke-width: 7; }
.map-road--secondary { stroke: var(--map-road-secondary); stroke-width: 5; }
.map-road--tertiary { stroke: var(--map-road-secondary); stroke-width: 3.5; }
.map-road--local { stroke: var(--map-road-local); stroke-width: 1.25; opacity: .52; }
.map-labels { fill: var(--map-label); paint-order: stroke; stroke: var(--map-label-halo); stroke-width: 4; stroke-linejoin: round; }
.map-place-label { font-weight: 900; letter-spacing: .035em; }
.map-place-label--city { font-size: 18px; }
.map-place-label--campus { font-size: 13px; }
.map-road-label { font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.map-neighborhood-label { font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.map-direction-label { font-size: 10px; font-weight: 800; }
.map-route-shields rect { fill: var(--map-heading-surface); stroke: var(--map-road-casing); stroke-width: 2; }
.map-route-shields text { fill: var(--map-label); font-size: 10px; font-weight: 900; text-anchor: middle; }
.map-marker > path { fill: var(--cinnabar); stroke: var(--cream); stroke-width: 4; }
.map-marker > circle { fill: var(--cinnabar); }
.map-marker > .map-marker-center { fill: var(--cream); }
.map-marker rect { fill: var(--jade); }
.map-marker text { fill: var(--cream); font-size: 8.25px; font-weight: 900; letter-spacing: .025em; }
.map-heading { position: absolute; z-index: 600; top: 18px; left: 18px; display: grid; padding: 10px 13px; border-left: 5px solid var(--cinnabar); background: var(--map-heading-surface); color: var(--ink); pointer-events: none; }
.map-heading span { color: var(--cinnabar-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-heading strong { margin-top: 4px; font-size: 12px; font-weight: 700; }
.map-open-link { position: absolute; z-index: 600; right: 17px; bottom: 20px; display: inline-flex; min-height: 44px; align-items: center; padding: 0 15px; background: var(--cinnabar); color: var(--cream); font-size: 11px; font-weight: 750; }
.map-open-link:focus-visible { outline-color: var(--map-focus-accent); }
.map-attribution { position: absolute; z-index: 600; bottom: 7px; left: 10px; padding: 3px 5px; background: var(--map-heading-surface); color: var(--smoke); font-size: 8px; font-weight: 650; line-height: 1.2; }
.visit-card { display: grid; align-content: start; border-top: 6px solid var(--cinnabar); background: var(--jade); color: var(--cream); }
.visit-card > div { padding: 17px 20px; border-bottom: 1px solid var(--on-jade-line); }
.visit-card span { color: var(--jade-label); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.visit-card h2,.visit-card p { margin: 7px 0 0; }
.visit-card h2 { font-size: 18px; font-weight: 650; line-height: 1.45; }
.visit-card p { color: var(--on-jade-muted); font-size: 13px; line-height: 1.65; }
.visit-card p a { display: inline-flex; min-height: 44px; align-items: center; color: var(--cream); font-size: 19px; font-weight: 750; }
.visit-hours .weekly-hours { margin-top: 10px; gap: 11px; }
.visit-hours > span { display: block; text-align: center; }
.visit-hours .weekly-status > div { gap: 4px; padding: 8px 1px 7px; }
.visit-hours .weekly-status span { font-size: 10px; letter-spacing: .03em; }
.visit-hours .weekly-status strong { font-size: 10px; letter-spacing: 0; }
.visit-hours .service-times { display: flex; gap: 28px; }
.visit-hours .service-times > div { gap: 3px; }
.visit-hours .service-times strong { font-size: 12px; }
.visit-card-actions { display: grid; gap: 8px; }
.visit-card-actions a { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid var(--on-jade-line-action); font-size: 12px; font-weight: 700; }

/* Information-rich footer */
.site-footer { padding: 24px 0 13px; background: var(--jade); color: var(--cream); border-top: 7px solid var(--cinnabar); }
.footer-grid { display: grid; grid-template-columns: minmax(270px,.9fr) minmax(0,1.6fr); align-items: start; gap: 50px; }
.footer-brand { display: inline-flex; min-width: 0; max-width: 100%; align-items: center; gap: 10px; }
.footer-mark { width: 116px; margin: -26px -6px -24px 0; }
.footer-mark .brand-mark-image { filter: invert(98%) sepia(9%) saturate(220%) hue-rotate(325deg) brightness(110%); }
.footer-wordmark { width: 184px; color: var(--cream); }
.footer-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.footer-facts > div { min-width: 0; text-align: center; }
.footer-facts span { color: var(--jade-label); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-facts p { margin: 6px 0 0; overflow-wrap: anywhere; color: var(--on-jade-soft); font-size: 12px; line-height: 1.6; }
.footer-facts p b { color: var(--cream); font-weight: 750; }
.footer-facts a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border-bottom: 1px solid var(--on-jade-line-link); font-size: 11px; font-weight: 700; }
.footer-facts p a { max-width: 100%; min-height: 44px; color: var(--cream); font-size: 14px; overflow-wrap: anywhere; text-align: center; }
.footer-bottom { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 24px; margin-top: 17px; padding-top: 11px; border-top: 1px solid var(--on-jade-line-soft); }
.footer-navs { display: flex; flex-wrap: wrap; align-items: center; gap: 0 18px; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom nav a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; color: var(--on-jade-nav); font-size: 10px; }
.footer-legal { padding-left: 18px; border-left: 1px solid var(--on-jade-line-soft); }
.footer-legal a { font-size: 9px !important; }
.footer-bottom > p { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--on-jade-copyright); font-size: 10px; text-align: right; }
.theme-toggle { display: inline-grid; min-width: 82px; min-height: 44px; grid-template-columns: 19px auto; place-content: center; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--on-jade-line-action); background: transparent; color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.theme-toggle:hover { background: var(--on-jade-line); }
.theme-toggle--compact { width: 44px; min-width: 44px; grid-template-columns: 19px; gap: 0; padding: 0; }
.theme-toggle--compact .theme-toggle-name { display: none; }
[data-home-footer] .theme-toggle--compact { align-self: end; justify-self: end; border-color: var(--hairline); background: var(--paper); color: var(--ink); }
[data-home-footer] .theme-toggle--compact:hover { background: var(--porcelain); }
.theme-toggle-icon { width: 19px; height: 19px; place-items: center; }
.theme-toggle-icon svg { display: block; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.theme-toggle-icon--sun,.theme-toggle-name--light { display: var(--theme-light-indicator); }
.theme-toggle-icon--moon,.theme-toggle-name--dark { display: var(--theme-dark-indicator); }
.theme-toggle-name { align-items: center; }
.not-found-page { min-height: calc(100vh - 78px); background: var(--paper); }
.not-found-content { padding: clamp(42px,8vw,92px) 0; }
.not-found-content p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: clamp(18px,2vw,23px); line-height: 1.5; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; }
.site-footer--compact { padding-top: 16px; }
.site-footer--compact .footer-grid { display: flex; justify-content: center; }
.site-footer--compact .footer-mark { width: 92px; margin: -20px -5px -20px 0; }
.site-footer--compact .footer-wordmark { width: 174px; }

/* Deliberately document-like policy pages */
.policy-page { width: min(100%,900px); margin: 0 auto; padding: clamp(40px,5vw,58px) clamp(26px,6vw,60px) clamp(58px,7vw,82px); background: var(--paper); }
.policy-document { max-width: 780px; margin: 0 auto; }
.policy-header { padding-bottom: 26px; border-bottom: 1px solid var(--page-line-strong); }
.policy-header h1 { margin: 0; font-size: clamp(42px,5.2vw,60px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; }
.policy-date { margin: 13px 0 0; color: var(--smoke); font-size: 13px; font-weight: 650; }
.policy-introduction { margin-top: 24px; }
.policy-introduction p,.policy-section p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.62; }
.policy-introduction p + p,.policy-section p + p,.policy-section ul + p { margin-top: 12px; }
.policy-contents { padding: 20px 0 18px; border-bottom: 1px solid var(--hairline); }
.policy-contents > p { margin: 0 0 10px; color: var(--ink); font-size: 13px; font-weight: 750; }
.policy-contents ol { columns: 2; column-gap: 34px; margin: 0; padding: 0; list-style: none; }
.policy-contents li { break-inside: avoid; margin: 0 0 5px; font-size: 12px; line-height: 1.45; }
.policy-contents a,.policy-section a { color: var(--jade-emphasis); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policy-section { scroll-margin-top: 96px; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.policy-section:last-child { border-bottom: 0; }
.policy-section h2 { margin: 0 0 10px; font-size: clamp(20px,2vw,24px); font-weight: 750; letter-spacing: -.02em; line-height: 1.3; }
.policy-section ul { margin: 10px 0 0; padding-left: 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.58; }
.policy-section li + li { margin-top: 4px; }
.policy-contents a:hover,.policy-contents a:focus-visible,.policy-section a:hover,.policy-section a:focus-visible { text-decoration-thickness: 2px; }

@media (max-width: 1050px) {
  .footer-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px,1160px); }
  .site-header,.header-bar { height: 70px; }
  .header-mark { width: 44px; margin: 0; }
  .wordmark { gap: 9px; }
  .header-wordmark { width: 146px; }
  .header-actions { gap: 12px; }
  .business-status__text--full { display: none; }
  .business-status__text--compact { display: inline; }
  .header-call strong { font-size: 12px; }
  .menu-toggle { width: 46px; height: 46px; }
  .site-menu { top: 70px; }
  .site-menu-inner { width: 100%; grid-template-columns: 1fr 1fr; }
  .site-menu a { min-height: 82px; padding: 16px 20px; font-size: 18px; }
  .interior-masthead,.interior-masthead-copy { min-height: 118px; }
  .interior-masthead-mark { top: -82px; right: 8px; width: 285px; }
  .interior-masthead--about .interior-masthead-mark { top: -74px; right: -12px; }
  .interior-masthead--visit .interior-masthead-mark { top: -94px; right: 22px; }
  .about-lead-grid { grid-template-columns: 1fr; gap: 14px; padding: 21px 0 23px; }
  .about-actions { justify-content: flex-start; }
  .about-narrative-inner { grid-template-columns: 1fr; gap: 7px; }
  .about-narrative h2,.about-narrative-copy { grid-column: 1; grid-row: auto; }
  .about-narrative h2 { max-width: none; margin-bottom: 14px; }
  .about-hours-grid { grid-template-columns: 1fr; }
  .visit-content-grid { grid-template-columns: 1fr; }
  .visit-map { min-height: 335px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-facts { grid-template-columns: 1.2fr 1fr auto; gap: 18px; }
}

@media (max-width: 560px) {
  .header-bar { width: calc(100% - 18px); gap: 4px; }
  .header-mark { width: 29px; margin: 0; }
  .wordmark { gap: 4px; }
  .header-wordmark { width: 96px; }
  .header-actions { gap: 7px; }
  .business-status { min-height: 32px; gap: 5px; padding-inline: 7px; font-size: 8px; letter-spacing: .04em; }
  .business-status__text--compact { line-height: 1.1; text-align: left; white-space: pre-line; }
  .business-status__signal { width: 6px; height: 6px; }
  .header-call span { display: inline; border-bottom: 2px solid var(--cinnabar); }
  .header-call strong { display: none; }
  .header-call { min-width: 36px; justify-items: center; }
  .menu-toggle { width: 44px; height: 44px; }
  .footer-bottom { grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 0 16px; }
  .footer-navs { display: grid; grid-column: 1 / -1; gap: 0; }
  .footer-bottom nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; }
  .footer-bottom nav a { justify-content: center; }
  .footer-legal { padding-left: 0; border-top: 1px solid var(--on-jade-line-soft); border-left: 0; }
  .footer-bottom > p { grid-column: 1; text-align: left; }
  .site-footer .theme-toggle { grid-column: 2; grid-row: 2; justify-self: end; margin-right: 58px; }
}

@media (max-width: 480px) {
  .interior-masthead,.interior-masthead-copy { min-height: 110px; }
  .interior-masthead::before { width: 56px; }
  .interior-masthead-copy { padding-right: 66px; }
  .interior-masthead h1 { font-size: clamp(34px,10vw,43px); }
  .interior-masthead-mark { top: -52px; right: -80px; width: 220px; opacity: .34; }
  .interior-masthead--about .interior-masthead-mark,
  .interior-masthead--visit .interior-masthead-mark { top: -52px; right: -80px; }
  .weekly-status { grid-template-columns: repeat(4,1fr); }
  .weekly-status > div:nth-child(5) { border-left: 0; }
  .service-times { gap: 30px; }
  .service-times > div { gap: 3px; }
  .map-heading { top: 12px; left: 12px; }
  .map-open-link { right: 12px; bottom: 12px; }
  .footer-wordmark { width: 174px; }
  .footer-facts { grid-template-columns: 1fr; }
  .policy-page { padding: 34px 20px 56px; }
  .policy-header { padding-bottom: 22px; }
  .policy-header h1 { font-size: clamp(36px,10vw,45px); }
  .policy-introduction { margin-top: 20px; }
  .policy-introduction p,.policy-section p { font-size: 15px; line-height: 1.58; }
  .policy-contents { padding-block: 18px 16px; }
  .policy-contents ol { columns: 1; }
  .policy-section { scroll-margin-top: 82px; padding: 17px 0; }
  .policy-section h2 { font-size: 20px; }
}

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

@media print {
  .policy-site .site-header,
  .policy-site .site-footer,
  .policy-site .back-to-top { display: none !important; }
  .policy-site,.policy-page { background: #fff !important; color: #000 !important; }
  .policy-page { width: auto; margin: 0; padding: 0; }
  .policy-document { max-width: none; }
  .policy-header { padding-bottom: 14pt; border-color: #777; }
  .policy-header h1 { color: #000; font-size: 28pt; }
  .policy-date,.policy-introduction p,.policy-section p,.policy-section ul,.policy-contents > p,.policy-contents li { color: #000; }
  .policy-introduction p,.policy-section p { font-size: 11pt; line-height: 1.45; }
  .policy-contents { padding-block: 12pt; border-color: #aaa; }
  .policy-section { padding: 12pt 0; border-color: #aaa; break-inside: avoid; }
  .policy-section h2 { color: #000; font-size: 15pt; }
  .policy-contents a,.policy-section a { color: #000; text-decoration: none; }
}
