:root {
  --canvas: #fbfaf6;
  --warm: #f2f0ea;
  --panel: #fffefa;
  --ink: #38413e;
  --muted: #727772;
  --green: #08734b;
  --deep-green: #045e40;
  --gold: #ad8115;
  --gold-soft: #ead7a1;
  --line: #deddd5;
  --shadow: 0 18px 45px rgba(45, 53, 48, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-shell { overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(225, 250, 239, .72), transparent 26rem), var(--canvas); }

.header { height: 92px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand-logo { display: block; width: 190px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 28px; color: #5e625e; font-size: 14px; }
.header-link { transition: color .2s ease; }
.header-link:hover { color: var(--green); }
.contact-pill { display: inline-flex; justify-content: center; align-items: center; min-width: 144px; min-height: 38px; padding: 0 22px; border-radius: 999px; background: var(--gold); color: white; font-size: 14px; transition: transform .25s ease, background .25s ease; }
.contact-pill:hover { background: #946d0d; transform: translateY(-2px); }

.intro { padding: 66px 0 46px; text-align: center; animation: reveal .7s .05s both cubic-bezier(.2,.8,.2,1); }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--gold); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1.7px; margin: 0 0 15px; }
.eyebrow span { width: 20px; height: 1px; background: currentColor; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 15px; color: #3e4441; font-family: "Manrope", sans-serif; font-size: clamp(38px, 5.1vw, 66px); font-weight: 700; line-height: 1.07; letter-spacing: -2.8px; }
h1 em { color: var(--green); font-style: normal; }
.intro-copy { margin-bottom: 21px; color: var(--muted); font-size: 16px; }
.relocation-notice { width: fit-content; max-width: 100%; margin: 0 auto 21px; padding: 10px 15px; border: 1px solid #e5cf96; border-radius: 10px; background: #fff8e6; color: #80651c; font-size: 13px; line-height: 1.45; }
.relocation-notice strong { color: #6e5007; }
.location-button { display: inline-flex; align-items: center; gap: 9px; background: transparent; color: var(--green); border: 1px solid #b7c9bf; border-radius: 999px; padding: 10px 16px; font-size: 13px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.location-button:hover { background: #edf6f0; transform: translateY(-1px); }
.location-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }
.location-button:disabled { opacity: .65; cursor: wait; }
.location-status { min-height: 18px; margin: 8px 0 -18px; color: #737873; font-size: 12px; }

.locator { background: var(--panel); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); animation: reveal .75s .13s both cubic-bezier(.2,.8,.2,1); }
.map-panel { min-width: 0; position: relative; padding: 22px 22px 0; background: #f4f5f0; }
.map-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 0 2px 15px; }
.map-label { margin-bottom: 4px; color: var(--gold); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.map-selection { margin: 0; color: #59615d; font-size: 13px; }
.store-count { padding: 5px 9px; border-radius: 999px; background: #e6e8e1; color: #646a65; font-size: 11px; white-space: nowrap; }
#map { position: relative; height: 430px; min-height: 400px; overflow: hidden; border-radius: 14px 14px 0 0; background: #dfe6da; }
.map-fallback { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(130deg,#e1e8da,#f4f0e5 50%,#d9e8e5); }
.map-fallback::before, .map-fallback::after { content: ""; position: absolute; inset: -30% -15%; background: repeating-linear-gradient(29deg, transparent 0 25px, rgba(255,255,255,.74) 26px 31px, transparent 32px 70px); transform: rotate(-12deg); }
.map-fallback::after { background: repeating-linear-gradient(122deg, transparent 0 58px, rgba(220,194,134,.5) 59px 63px, transparent 64px 130px); transform: rotate(5deg); }
.map-fallback span { position: absolute; border-radius: 50%; background: rgba(142, 201, 169, .25); z-index: 1; }
.map-fallback span:nth-child(1) { width: 23%; aspect-ratio:1; left: 7%; top: 31%; }.map-fallback span:nth-child(2) { width: 31%; aspect-ratio:1; right: 7%; top: 7%; }.map-fallback span:nth-child(3) { width: 30%; aspect-ratio:1; left: 38%; bottom: -7%; }
.map-action { position: absolute; bottom: 16px; left: 50%; z-index: 500; width: min(340px, calc(100% - 50px)); transform: translate(-50%, 130%); opacity: 0; transition: transform .35s cubic-bezier(.2,.85,.2,1), opacity .25s ease; }
.map-action.visible { transform: translate(-50%, 0); opacity: 1; }
.navigate-button { display: flex; justify-content: center; align-items: center; gap: 9px; width: 100%; min-height: 49px; padding: 0 16px; border-radius: 10px; background: var(--green); color: #fff; box-shadow: 0 8px 22px rgba(4, 94, 64, .28); font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.navigate-button:hover { background: var(--deep-green); transform: translateY(-2px); }
.closed-action { display: flex; flex-direction: column; gap: 2px; width: 100%; padding: 12px 16px; border: 1px solid #e5cf96; border-radius: 10px; background: #fff8e6; color: #80651c; font-size: 12px; line-height: 1.35; }.closed-action strong { color: #6e5007; font-size: 13px; }
.navigate-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.leaflet-control-zoom { border: 0 !important; box-shadow: 0 4px 15px rgba(36, 57, 42, .14) !important; }.leaflet-control-zoom a { color: var(--green) !important; border: none !important; }.leaflet-control-attribution { font-size: 9px !important; }
.leaflet-popup-content-wrapper { border-radius: 10px; box-shadow: 0 8px 25px rgba(29,51,41,.18); }.leaflet-popup-content { margin: 11px 14px; font-family: "DM Sans", sans-serif; color: var(--ink); }.leaflet-popup-content strong { color: var(--green); }
.store-marker { background: transparent; border: 0; }.marker-pin { position: relative; display: grid; place-items: center; width: 35px; height: 35px; border: 3px solid #fff; border-radius: 50% 50% 50% 4px; background: var(--green); color: #fff; box-shadow: 0 4px 10px rgba(10, 80, 52, .28); transform: rotate(-45deg); transition: transform .2s ease, background .2s ease; }.marker-pin span { transform: rotate(45deg); font-family: "Manrope", sans-serif; font-weight: 800; font-size: 12px; }.store-marker.selected .marker-pin { background: var(--gold); transform: rotate(-45deg) scale(1.18); }

.stores-panel { padding: 31px 27px 18px; background: #fffefa; }
.stores-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 0 4px 18px; border-bottom: 1px solid var(--line); }.eyebrow.small { justify-content: flex-start; margin-bottom: 7px; font-size: 9px; letter-spacing: 1.4px; }.eyebrow.small span { width: 14px; }
h2 { margin: 0; color: #39413d; font-family: "Manrope", sans-serif; font-size: 29px; line-height: 1; letter-spacing: -1.2px; }.sort-label { margin: 0; color: #8a8b83; font-size: 11px; text-align: right; }
.store-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 22px; }.store-card { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 12px; width: 100%; min-height: 139px; padding: 20px 4px; border: 0; border-bottom: 1px solid #e9e7df; background: transparent; color: inherit; text-align: left; transition: padding .25s ease, background .25s ease; }.store-card:last-child { border-bottom: 0; }.store-card:hover, .store-card.selected { padding-left: 10px; padding-right: 7px; background: #f7f7f1; }.store-card.selected::after { content:""; position: absolute; top: 21px; bottom: 21px; left: 0; width: 3px; background: var(--gold); border-radius: 99px; }.card-number { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #e9eee7; color: var(--green); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }.store-card.selected .card-number { background: var(--green); color: #fff; }.card-name { display: flex; align-items: center; gap: 7px; margin: 1px 0 5px; color: #37413d; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800; }.store-card-logo { flex: 0 0 auto; width: 18px; height: 18px; object-fit: contain; }.card-address { max-width: 270px; margin: 0; color: #777b75; font-size: 12px; line-height: 1.45; }.card-meta { display: flex; align-items: center; gap: 6px; margin-top: 9px; color: #a27712; font-size: 11px; font-weight: 700; }.card-meta svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }.card-arrow { position: absolute; right: 4px; top: 50%; color: #959890; transform: translateY(-50%); font-size: 19px; transition: transform .2s ease, color .2s ease; }.store-card:hover .card-arrow, .store-card.selected .card-arrow { color: var(--green); transform: translate(3px, -50%); }

.help-strip { display: flex; align-items: center; gap: 16px; margin-top: 28px; padding: 23px 28px; border: 1px solid #e5dfcd; border-radius: 16px; background: linear-gradient(100deg, #fffdf6, #faf7ed); animation: reveal .8s .2s both cubic-bezier(.2,.8,.2,1); }.help-symbol { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border: 1px solid #c8ab61; border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 24px; }.help-strip p { margin: 0 0 2px; color: #4a504d; font-size: 14px; font-weight: 700; }.help-strip span { color: #81837c; font-size: 12px; }.help-strip > a { margin-left: auto; color: var(--green); font-size: 13px; font-weight: 700; white-space: nowrap; }.help-strip > a span { margin-left: 6px; color: inherit; font-size: 16px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 55px 0 31px; color: #858882; font-size: 11px; }.footer-brand .brand-logo { width: 142px; }.footer p { margin: 0; }.footer-links { display: flex; gap: 17px; color: #606660; }.footer-links a:hover { color: var(--green); }
.card-name { flex-wrap: wrap; }
.store-location-icon { flex: 0 0 auto; width: 15px; height: 15px; fill: none; stroke: #c8473f; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.store-card-logo { width: 68px; height: 22px; }
.store-status { padding: 3px 6px; border-radius: 5px; background: #f3e7c5; color: #80651c; font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; }

@keyframes reveal { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 850px) { .map-panel { padding-bottom: 0; } #map { height: 420px; }.stores-panel { padding: 27px 22px 15px; }.store-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }.store-card { min-height: 139px; }.help-strip { margin-top: 20px; }.footer { flex-wrap: wrap; }.footer p { order: 3; width: 100%; } }
@media (max-width: 580px) { .container { width: min(100% - 28px, 1180px); }.header { height: 74px; }.brand-logo { width: 161px; }.header-link { display: none; }.header-actions { gap: 0; }.contact-pill { min-width: auto; min-height: 34px; padding: 0 15px; font-size: 12px; }.intro { padding: 52px 0 35px; text-align: left; }.eyebrow { justify-content: flex-start; margin-bottom: 13px; }.intro-copy { max-width: 260px; font-size: 14px; }.locator { border-radius: 15px; }.map-panel { padding: 15px 15px 0; }.map-topline { padding-bottom: 11px; }.map-selection { max-width: 220px; font-size: 11px; }.store-count { font-size: 10px; } #map { height: 353px; min-height: 0; border-radius: 10px 10px 0 0; }.map-action { bottom: 11px; width: calc(100% - 38px); }.navigate-button { min-height: 45px; font-size: 13px; }.stores-panel { padding: 25px 17px 8px; }.stores-heading { padding: 0 1px 13px; } h2 { font-size: 26px; }.sort-label { max-width: 110px; }.store-list { grid-template-columns: 1fr; }.store-card { min-height: 0; padding-top: 17px; padding-bottom: 17px; }.store-card:hover, .store-card.selected { padding-left: 8px; }.help-strip { align-items: flex-start; flex-wrap: wrap; gap: 12px; padding: 20px; }.help-strip > a { width: 100%; margin-left: 51px; }.footer { align-items: flex-start; flex-direction: column; padding-top: 41px; gap: 17px; }.footer p { order: unset; }.footer-links { gap: 14px; }.footer-brand .brand-logo { width: 142px; } }
