.stores-map-hero{padding:var(--space-xl)0;background:var(--color-bg-alt);text-align:center}.stores-map-hero__title{font-family:var(--font-serif);margin-bottom:var(--space-xs)}.stores-map-hero__desc{max-width:600px;margin:var(--space-sm) auto 0;color:var(--color-text-muted);line-height:2}.stores-map-frame{max-width:1000px;margin:var(--space-lg) auto 0;padding:0 var(--space-md)}.stores-map-frame__inner{position:relative;padding-bottom:56.25%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.stores-map-frame__inner iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.stores-list{padding:var(--space-2xl)0}.stores-list__item{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);max-width:var(--container-max);margin:0 auto var(--space-xl);padding:0 var(--space-md);align-items:center}.stores-list__item:nth-child(even){direction:rtl}.stores-list__item:nth-child(even)>*{direction:ltr}@media (max-width:768px){.stores-list__item{grid-template-columns:1fr;direction:ltr}}.stores-list__image{aspect-ratio:16/10;background:var(--color-bg-alt);border-radius:var(--radius);overflow:hidden}.stores-list__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.stores-list__item:hover .stores-list__image img{transform:scale(1.03)}.stores-list__body{padding:var(--space-md)}.stores-list__tag{font-size:.75rem;letter-spacing:.2em;color:var(--color-accent);text-transform:uppercase;margin-bottom:var(--space-sm)}.stores-list__name{font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;margin-bottom:var(--space-sm)}.stores-list__catch{font-size:1rem;line-height:1.9;color:var(--color-text);margin-bottom:var(--space-md)}.stores-list__meta{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);margin-bottom:var(--space-md);font-size:.875rem;color:var(--color-text-muted)}.stores-list__meta dt{display:none}.stores-list__meta dd{margin:0;padding-left:1.25rem;position:relative}.stores-list__meta dd::before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;background:var(--color-accent);border-radius:50%}.stores-list__cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--color-accent)}.stores-list__cta::after{content:" →";transition:transform var(--transition)}.stores-list__cta:hover::after{transform:translateX(4px)}.stores-list__item{position:relative}.stores-list__cover{position:absolute;inset:0;z-index:2}.stores-list__book{position:relative;z-index:3;display:flex;gap:10px;margin-top:var(--space-sm);flex-wrap:wrap}.stores-list__book-btn{display:inline-flex;align-items:center;padding:8px 18px;border-radius:40px;font-size:.8125rem;font-weight:700;letter-spacing:.05em;transition:background var(--transition),color var(--transition)}.stores-list__book-btn--tel{border:1.5px solid var(--color-accent);color:var(--color-accent);background:var(--color-white)}.stores-list__book-btn--tel:hover,.stores-list__book-btn--web{background:var(--color-accent);color:#fff}.stores-list__book-btn--web{border:1.5px solid var(--color-accent)}.stores-list__book-btn--web:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}