/* PabDer — Stores / Find a Boutique */
.st-hero{position:relative;height:min(56vh,480px);min-height:360px;color:#fff;overflow:hidden;}
.st-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.st-hero .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,8,.25),rgba(20,16,8,.55));z-index:2;}
.st-hero .inner{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(40px,6vh,72px);}
.st-hero .eyebrow{color:var(--camel-soft);margin-bottom:18px;}
.st-hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(40px,6vw,88px);line-height:.98;letter-spacing:-.015em;}
.store-group-head{margin-bottom:32px;max-width:640px;}
.store-group-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(28px,3vw,40px);line-height:1.08;margin-top:10px;margin-bottom:10px;}
.store-group-head p{font-size:14px;}
.pickup-badge{display:inline-block;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--camel-deep);background:var(--camel-tint);padding:6px 10px;margin:8px 0;}
.store-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.4vw,40px);}
.store-card{border:1px solid var(--line);background:#fff;overflow:hidden;}
.store-body{padding:30px 32px;display:flex;flex-direction:column;}
.store-body .city{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--camel-deep);font-weight:600;margin-bottom:10px;}
.store-body h3{font-family:var(--serif);font-size:26px;font-weight:500;line-height:1.1;margin-bottom:14px;}
.store-body .addr{font-size:13.5px;color:var(--ink-soft);line-height:1.6;margin-bottom:6px;}
.store-body .phone{font-size:13.5px;color:var(--ink-soft);line-height:1.6;margin:0 0 6px;}
.store-body .phone a{color:inherit;}
.store-body .hours{font-size:13px;color:var(--ink);margin:10px 0 18px;}
.store-body .links{display:flex;gap:18px;margin-top:auto;}
.store-body .links a{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--olive);border-bottom:1px solid var(--olive);padding-bottom:3px;}
.store-body .links a:hover{color:var(--camel-deep);border-color:var(--camel-deep);}
@media (max-width:1080px){.store-grid{grid-template-columns:1fr;}}
