:root {
    --store-ink: #151719;
    --store-muted: #5c646a;
    --store-line: #dfe3e5;
    --store-red: #c51b2b;
    --store-red-dark: #97131f;
    --store-green: #247a52;
    --store-paper: #f5f6f4;
}

.store-page, .store-page * { box-sizing: border-box; letter-spacing: 0; }
.store-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.store-breadcrumb { display: flex; align-items: center; gap: 8px; min-height: 52px; color: var(--store-muted); font-size: 14px; }
.store-breadcrumb a:hover { color: var(--store-red); }
.store-breadcrumb svg { width: 15px; height: 15px; }

.store-hero { position: relative; min-height: min(600px, 67vh); display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #202427 var(--store-hero-image) center 42% / cover no-repeat; }
.store-hero__shade { position: absolute; inset: 0; background: rgba(10,12,13,.58); }
.store-hero__inner { position: relative; z-index: 1; padding-block: clamp(70px, 10vw, 130px) 66px; }
.store-eyebrow { display: inline-flex; align-items: center; min-height: 30px; margin: 0 0 18px; padding: 5px 10px; border-left: 3px solid #e22c3e; background: rgba(0,0,0,.48); font-size: 14px; font-weight: 700; }
.store-hero h1 { max-width: 780px; margin: 0; font-size: clamp(34px, 5vw, 66px); line-height: 1.08; font-weight: 800; text-wrap: balance; }
.store-hero__intro { max-width: 740px; margin: 22px 0 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.8; }
.store-hero__actions, .store-contact-band__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 17px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 700; transition: background-color .2s, border-color .2s, color .2s; }
.store-button svg { width: 18px; height: 18px; flex: 0 0 18px; }
.store-button--primary { background: var(--store-red); color: #fff; }
.store-button--primary:hover { background: var(--store-red-dark); color: #fff; }
.store-button--light { background: #fff; color: var(--store-ink); }
.store-button--light:hover { background: #edf0f1; }
.store-button--outline { border-color: #6d7478; color: #fff; }
.store-button--outline:hover { border-color: #fff; background: #fff; color: var(--store-ink); }

.store-service-nav { position: sticky; top: 64px; z-index: 35; border-bottom: 1px solid var(--store-line); background: rgba(255,255,255,.97); }
.store-service-nav__rail { display: flex; overflow-x: auto; scrollbar-width: thin; }
.store-service-nav a { display: inline-flex; flex: 1 0 auto; align-items: center; justify-content: center; gap: 8px; min-height: 58px; padding: 10px 18px; border-bottom: 3px solid transparent; color: #4e565b; font-size: 14px; font-weight: 700; white-space: nowrap; }
.store-service-nav a:hover, .store-service-nav a.is-active { color: var(--store-red); border-bottom-color: var(--store-red); }
.store-service-nav svg { width: 18px; height: 18px; }

.store-facts { background: var(--store-paper); border-bottom: 1px solid var(--store-line); }
.store-facts__grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr .8fr; }
.store-facts__grid > div { display: flex; align-items: flex-start; gap: 12px; min-width: 0; padding: 24px 20px; border-right: 1px solid var(--store-line); color: var(--store-muted); font-size: 14px; line-height: 1.65; }
.store-facts__grid > div:first-child { padding-left: 0; }
.store-facts__grid > div:last-child { border-right: 0; padding-right: 0; }
.store-facts svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--store-green); }
.store-facts strong { display: block; margin-bottom: 3px; color: var(--store-ink); }

.store-body { padding-block: 68px 82px; }
.store-section + .store-section, .store-scene + .store-section { margin-top: 70px; }
.store-section__heading { display: flex; align-items: baseline; gap: 15px; margin-bottom: 25px; }
.store-section__heading > span { color: var(--store-red); font-size: 13px; font-weight: 800; }
.store-section__heading h2 { margin: 0; color: var(--store-ink); font-size: clamp(25px, 3vw, 36px); line-height: 1.2; font-weight: 800; }
.store-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--store-ink); }
.store-topic { min-width: 0; padding: 25px 28px 27px 0; border-bottom: 1px solid var(--store-line); }
.store-topic:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--store-line); }
.store-topic h3 { margin: 0 0 9px; color: var(--store-ink); font-size: 18px; font-weight: 800; }
.store-topic p { margin: 0; color: var(--store-muted); font-size: 15px; line-height: 1.8; }
.store-scene { margin: 70px 0 0; }
.store-scene img { display: block; width: 100%; max-height: 620px; object-fit: cover; object-position: center 46%; }
.store-scene figcaption { padding-top: 10px; color: var(--store-muted); font-size: 13px; }

.store-faq__list { border-top: 1px solid var(--store-ink); }
.store-faq details { border-bottom: 1px solid var(--store-line); }
.store-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 0; color: var(--store-ink); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.store-faq summary::-webkit-details-marker { display: none; }
.store-faq summary svg { width: 18px; height: 18px; flex: 0 0 18px; transition: transform .2s; }
.store-faq details[open] summary svg { transform: rotate(45deg); }
.store-faq details p { max-width: 850px; margin: -5px 0 22px; color: var(--store-muted); line-height: 1.8; }

.store-contact-band { background: #202426; color: #fff; }
.store-contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding-block: 50px; }
.store-contact-band p { margin: 0 0 8px; color: #ef4a59; font-size: 14px; font-weight: 800; }
.store-contact-band h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.2; font-weight: 800; }
.store-contact-band span { display: block; margin-top: 10px; color: #c9ced1; font-size: 13px; }
.store-contact-band .store-button span { margin: 0; color: inherit; font-size: inherit; }

.article-store-links { width: min(100%, 880px); margin: 34px auto 0; padding: 26px; border: 1px solid var(--store-line); border-left: 4px solid var(--store-red); border-radius: 6px; background: #fafafa; }
.article-store-links__intro > span { color: var(--store-red); font-size: 13px; font-weight: 800; }
.article-store-links h2 { margin: 7px 0; color: var(--store-ink); font-size: 21px; line-height: 1.35; font-weight: 800; }
.article-store-links p { margin: 0; color: var(--store-muted); font-size: 14px; line-height: 1.7; }
.article-store-links__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.article-store-links__grid a { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 12px 10px; border: 1px solid var(--store-line); border-radius: 5px; background: #fff; color: var(--store-ink); font-size: 14px; font-weight: 700; }
.article-store-links__grid a:hover { border-color: var(--store-red); color: var(--store-red); }
.article-store-links__grid svg { width: 17px; height: 17px; flex: 0 0 17px; }

@media (max-width: 900px) {
    .store-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-facts__grid > div:nth-child(2) { border-right: 0; }
    .store-facts__grid > div:nth-child(3), .store-facts__grid > div:nth-child(4) { border-top: 1px solid var(--store-line); }
    .store-facts__grid > div:first-child, .store-facts__grid > div:nth-child(3) { padding-left: 0; }
    .store-contact-band__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .store-shell { width: min(100% - 28px, 1180px); }
    .store-breadcrumb { min-height: 46px; }
    .store-hero { min-height: 590px; background-position: 58% center; }
    .store-hero__shade { background: rgba(10,12,13,.64); }
    .store-hero__inner { padding-block: 88px 38px; }
    .store-hero h1 { font-size: 37px; overflow-wrap: anywhere; }
    .store-hero__intro { font-size: 16px; line-height: 1.75; }
    .store-hero__actions, .store-contact-band__actions { width: 100%; }
    .store-button { width: 100%; }
    .store-service-nav a { min-height: 54px; padding-inline: 15px; }
    .store-facts__grid { grid-template-columns: 1fr; }
    .store-facts__grid > div { padding: 18px 0; border-right: 0; border-top: 1px solid var(--store-line); }
    .store-facts__grid > div:first-child { border-top: 0; }
    .store-body { padding-block: 48px 58px; }
    .store-section + .store-section, .store-scene + .store-section { margin-top: 50px; }
    .store-topic-grid { grid-template-columns: 1fr; }
    .store-topic, .store-topic:nth-child(even) { padding: 20px 0 22px; border-left: 0; }
    .store-scene { margin-top: 50px; }
    .store-scene img { aspect-ratio: 4 / 3; max-height: none; }
    .store-contact-band__inner { padding-block: 40px; }
    .article-store-links { padding: 20px 17px; }
    .article-store-links__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
