.stores-hero{background:#1a1a1a;padding:72px 40px 56px;margin-top:58px;text-align:center;}
.stores-hero-eyebrow{font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#b8973a;margin-bottom:14px;}
.stores-hero-title{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:300;color:#fff;margin-bottom:14px;}
.stores-hero-sub{font-size:13px;color:rgba(255,255,255,.6);line-height:1.8;max-width:480px;margin:0 auto;}
.stores-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1200px;margin:0 auto;padding:60px 40px 80px;}
.store-card{padding:48px 40px;border:1px solid #f0f0f0;background:#fff;transition:box-shadow .3s;}
.store-card:hover{box-shadow:0 12px 48px rgba(0,0,0,.08);}
.store-card-img{width:100%;height:280px;object-fit:cover;margin-bottom:32px;background:#f0ece4;}
.store-city{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#b8973a;margin-bottom:10px;}
.store-name{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:400;color:#1a1a1a;margin-bottom:20px;}
.store-info-row{display:flex;gap:12px;margin-bottom:14px;align-items:flex-start;}
.store-info-icon{width:18px;height:18px;color:#b8973a;flex-shrink:0;margin-top:1px;}
.store-info-text{font-size:13px;color:#555;line-height:1.7;}
.store-info-text a{color:#b8973a;transition:opacity .2s;} .store-info-text a:hover{opacity:.7;}
.store-hours{background:#f9f8f5;padding:18px 20px;margin:20px 0;border-left:3px solid #b8973a;}
.store-hours-title{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1a;margin-bottom:10px;}
.store-hours-row{display:flex;justify-content:space-between;font-size:12px;color:#666;padding:3px 0;}
.store-hours-row .day{font-weight:500;color:#1a1a1a;}
.store-appt-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#1a1a1a;color:#fff;font-family:'Poppins',sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;transition:background .25s;margin-top:10px;}
.store-appt-btn:hover{background:#b8973a;color:#fff;}
.stores-contact-strip{background:#f9f8f5;padding:48px 40px;text-align:center;}
.stores-contact-title{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:300;margin-bottom:20px;}
.stores-contact-row{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;}
.stores-contact-item{font-size:13px;color:#555;}
.stores-contact-item a{color:#b8973a;font-weight:600;}
@media(max-width:800px){
  .stores-grid{grid-template-columns:1fr;padding:40px 24px;}
  .stores-hero{padding:52px 24px 40px;} .stores-hero-title{font-size:32px;}
  .store-card{padding:32px 24px;}
}
