:root{--ink:#17211e;--green:#087f69;--cream:#fffaf1;--yellow:#ffc244;--line:#e8e1d6;--muted:#69736e}*{box-sizing:border-box}body{min-width:320px;margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',sans-serif}.shell,.topbar{width:min(1180px,calc(100% - 48px));margin:auto}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{color:var(--green);font:800 30px/1 'Outfit',sans-serif;letter-spacing:-1.5px;text-decoration:none}.brand span{color:var(--ink)}.brand i{font-style:normal;color:var(--green)}nav{display:flex;gap:26px}nav a{color:var(--ink);font-size:14px;font-weight:700;text-decoration:none}nav a[aria-current=page]{color:var(--green)}.back-home{border-radius:9px;background:var(--green);padding:11px 16px;color:#fff;font-size:13px;font-weight:700;text-decoration:none;box-shadow:inset 0 2px 0 #ffffff6b,inset 0 -3px 0 #034d3f,0 4px 8px #05675428}.directory-hero{overflow:hidden;position:relative;padding:76px 0 112px;background:linear-gradient(115deg,#ffc244 0%,#ffd36f 55%,#eff1bd 100%)}.directory-hero:after{position:absolute;right:-70px;top:-130px;width:380px;height:380px;border:42px solid #087f6924;border-radius:50%;content:''}.directory-hero .shell{position:relative;z-index:1}.eyebrow{margin:0 0 10px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:1.5px}.directory-hero h1{max-width:650px;margin:0;font:800 clamp(46px,7vw,76px)/.96 'Outfit',sans-serif;letter-spacing:-3px}.directory-hero>div>p:not(.eyebrow){max-width:600px;margin:22px 0 0;font-size:17px;line-height:1.55}.location-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:700px;margin-top:30px;padding:15px 16px 15px 20px;border:1px solid #ffffffa6;border-radius:12px;background:#fffdf5cc;box-shadow:0 9px 24px #805f1721}.location-panel strong,.location-panel span{display:block}.location-panel span{max-width:380px;margin-top:3px;color:#596a63;font-size:13px}.location-panel button{border:0;border-radius:9px;background:var(--green);padding:12px 14px;color:#fff;font:700 13px inherit;white-space:nowrap;cursor:pointer}.directory{padding:43px 0 86px}.directory-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.directory-heading h2{margin:0;font:800 clamp(29px,4vw,43px)/1 'Outfit',sans-serif;letter-spacing:-1.6px}.directory-heading>p{margin:0;color:var(--muted);font-size:13px;text-align:right}.category-row{display:flex;gap:9px;overflow-x:auto;margin:27px -2px 26px;padding:3px 2px 7px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category{flex:0 0 auto;border:1px solid var(--line);border-radius:9px;background:#fff;padding:10px 14px;color:var(--ink);font:700 13px inherit;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.category:hover{transform:translateY(-2px);box-shadow:0 8px 17px #17211e13}.category.active{border-color:var(--green);background:var(--green);color:#fff}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.store-card{overflow:hidden;border:1px solid #eee6d8;border-radius:12px;background:#fff;box-shadow:0 6px 18px #162d1b0b;transition:transform .25s ease,box-shadow .25s ease;animation:appear .4s both}.store-card:hover{transform:translateY(-6px);box-shadow:0 18px 28px #162d1b18}.store-card a{display:block;height:100%;color:inherit;text-decoration:none}.store-image,.store-image-placeholder{display:block;width:100%;height:166px;object-fit:cover}.store-image-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#087f69,#0a5c4b);color:#fff;font:800 24px 'Outfit',sans-serif}.store-copy{padding:15px}.store-tags{display:flex;gap:5px;min-height:20px;overflow:hidden;margin-bottom:8px}.store-tag{flex:0 0 auto;border-radius:20px;background:#eaf4ef;padding:4px 7px;color:var(--green);font-size:10px;font-weight:800}.store-copy h3{margin:0;font:700 19px/1.05 'Outfit',sans-serif;letter-spacing:-.4px}.store-detail{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.store-detail b{color:var(--green)}.store-delivery{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:15px;padding-top:12px;border-top:1px solid #f0eadf;color:#60736c;font-size:11px}.store-delivery strong{color:var(--green);font-size:12px}.status{display:inline-flex;align-items:center;gap:5px;margin-top:13px;color:#5c6d66;font-size:11px;font-weight:700}.status:before{width:7px;height:7px;border-radius:50%;background:#087f69;content:''}.status.extended:before{background:#ef9e1a}.empty,.loading-card{grid-column:1/-1;display:grid;min-height:220px;place-content:center;text-align:center;color:var(--muted)}.empty h3{margin:0;color:var(--ink);font:800 25px 'Outfit',sans-serif}.empty p{max-width:390px;line-height:1.5}.empty button{margin:7px auto 0;border:0;border-radius:9px;background:var(--green);padding:12px 15px;color:white;font:700 13px inherit;cursor:pointer}.loading-card span{width:30px;height:30px;margin:auto;border:3px solid #d9e6df;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes appear{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.shell,.topbar{width:min(100% - 32px,650px)}.directory-hero{padding:57px 0 84px}.directory-hero h1{letter-spacing:-2.4px}.location-panel{align-items:flex-start;flex-direction:column}.location-panel button{width:100%}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.store-image,.store-image-placeholder{height:132px}.store-copy{padding:12px}.store-copy h3{font-size:16px}.store-tags{margin-bottom:6px}.store-delivery{display:block}.store-delivery strong{display:block;margin-top:4px}}@media(max-width:570px){.topbar{min-height:69px}.topbar nav{display:none}.back-home{padding:9px 11px;font-size:12px}.directory-hero>div>p:not(.eyebrow){font-size:15px}.directory-heading{align-items:flex-start;flex-direction:column;gap:8px}.directory-heading>p{text-align:left}.store-grid{grid-template-columns:1fr}.store-image,.store-image-placeholder{height:180px}}
