:root{--capella-navy:#092743;--capella-blue:#1b57c4;--capella-border:#dfe2e6;--capella-muted:#666666;--capella-bg-soft:#f5f6f7}.stores-archive,.store-single{max-width:1080px;margin:0 auto;padding:40px 24px 80px}.breadcrumb{max-width:1000px;font-size:0.8rem;color:var(--capella-muted);margin:0 auto 24px}.breadcrumb a{color:var(--capella-muted);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep{margin:0 6px}.badge-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 12px;padding:0}.badge{display:inline-block;border:1px solid var(--capella-navy);color:var(--capella-navy);font-size:0.75rem;line-height:1;padding:6px 10px;border-radius:3px;white-space:nowrap}.stores-archive__header{text-align:center;margin-bottom:40px}.stores-archive__title{font-size:2rem;margin:0 0 16px}.stores-archive__lead{font-family:var(--tcd-font-type3);color:var(--capella-muted);line-height:1.9;margin:0}.store-list{display:flex;flex-direction:column;gap:24px}.store-card{display:flex;align-items:stretch;gap:32px;border:1px solid var(--capella-border);border-radius:4px;padding:0 20px 0 0;text-decoration:none;color:inherit;transition:box-shadow 0.2s ease}.store-card:hover{text-decoration:none;color:#333;box-shadow:0 4px 16px rgba(9,39,67,0.1)}.store-card__thumb{flex:0 0 280px;aspect-ratio:4 / 3;overflow:hidden;border-radius:2px;background:var(--capella-bg-soft)}.store-card__thumb img{width:100%;height:100%;object-fit:cover}.store-card__body{padding: 20px 0;flex:1 1 auto;min-width:0}.store-card__name{font-size:1.4rem;margin:0 0 8px}.store-card__meta{color:var(--capella-muted);font-size:0.85rem;margin:0 0 10px}.store-card__excerpt{color:#333333;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card__excerpt p{margin:0}.store-card__arrow{flex:0 0 auto;align-self:center;font-size:1.6rem;color:var(--capella-blue)}.store-list__empty{font-family:var(--tcd-font-type3);color:var(--capella-muted)}.store-hero{position:relative;margin-bottom:40px;border-radius:4px;overflow:hidden}.store-hero__image img{width:100%;height:368px;object-fit:cover;display:block}.store-hero__caption{position:absolute;left:0;right:0;bottom:0;padding:32px;background:linear-gradient(to top,rgba(0,0,0,0.65),transparent);color:#ffffff}.store-hero__title{font-size:2.5rem;margin:0 0 20px}.store-hero__meta{font-family:var(--tcd-font-type3);margin:0;opacity:0.9}.store-layout{max-width:1000px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:48px;align-items:start}.store-section{margin-bottom:48px}.store-section__title{font-size:1.4rem;margin:0 0 20px}.store-section__body{font-family:var(--tcd-font-type3);line-height:2;color:#333333}.store-section__body p {line-height:2}.store-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.store-product{display:flex;align-items:center;gap:12px;background:var(--capella-bg-soft);border-radius:4px;padding:12px;text-decoration:none;color:inherit}.store-product__thumb{flex:0 0 48px;height:64px;display:flex;align-items:center;justify-content:center}.store-product__thumb img{max-width:100%;max-height:100%;object-fit:contain}.store-product__info{font-family:var(--tcd-font-type3);display:flex;flex-direction:column;gap:4px}.store-product__name{line-height:1.4;font-weight:600}.store-product__cat{font-size:0.8rem;color:var(--capella-muted)}.store-products-extra{max-height:0;opacity:0;overflow:hidden;transition:max-height 0.35s ease,opacity 0.3s ease}.store-products-extra .store-products{margin-top:12px}.store-products__toggle{float:right;font-family:var(--tcd-font-type3);display:inline-flex;align-items:center;gap:6px;margin-top:16px;margin-bottom:48px;border:0;background:none;padding:0;cursor:pointer}.store-products__toggle::after{content:"";width:8px;height:8px;border-right:1px solid var(--color-black);border-bottom:1px solid var(--color-black);transform:rotate(45deg);transition:transform 0.2s ease}.store-products__toggle.is-open::after{transform:rotate(-135deg)}.store-products__toggle-label--open{display:none}.store-products__toggle.is-open .store-products__toggle-label--closed{display:none}.store-products__toggle.is-open .store-products__toggle-label--open{display:inline}.store-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.store-gallery__item{display:block;aspect-ratio:4 / 3;overflow:hidden;border-radius:2px}.store-gallery__item img{width:100%;height:100%;object-fit:cover}.store-map iframe{display:block;border-radius:4px}.store-info{margin-bottom:48px;border:1px solid var(--capella-navy);border-radius:4px;overflow:hidden}.store-info__title{background:var(--capella-navy);color:#ffffff;font-size:1rem;margin:0;padding:14px 20px}.store-info__list{font-family:var(--tcd-font-type3);margin:0;padding:4px 20px}.store-info__row{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--capella-border);font-size:0.85rem}.store-info__row:last-child{border-bottom:none}.store-info__row dt{flex:0 0 88px;color:var(--capella-muted)}.store-info__row dd{flex:1 1 auto;margin:0}.store-info__cta{font-family:var(--tcd-font-type3);display:block;text-align:center;background:var(--capella-blue);color:var(--color-white);text-decoration:none;font-weight:600;padding:16px;margin:20px}.store-info__cta:hover{text-decoration:none;background-color:var(--color-gray);color:var(--color-white)}.store-access{max-width:1000px;margin:auto}@media (max-width:900px){.store-card__body{padding:0 20px 20px}.store-layout{grid-template-columns:1fr}.store-card{padding:0;flex-direction:column}.store-card__thumb{flex-basis:auto}.store-card__arrow{display:none}.store-products,.store-gallery{grid-template-columns:repeat(2,1fr)}}