:root {
  color-scheme: light;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #231f1a;
  background: var(--page-bg, #f8f3eb);
  line-height: 1.7;
  font-size: calc(16px * var(--font-scale, 1));
  --ink: #231f1a;
  --muted: #746c63;
  --line: rgba(48, 37, 26, .12);
  --cream: #f8f3eb;
  --dark: #201a17;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page-bg, var(--cream)); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement { min-height: 38px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center; background: var(--dark); color: #fff7e8; font-weight: 750; font-size: .8rem; letter-spacing: .06em; }
.announcement span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 18%, transparent); }
.site-header { min-height: 78px; background: color-mix(in srgb, var(--surface, #fff) 94%, transparent); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.header-inner { width: min(1240px, calc(100% - 48px)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 900; text-decoration: none; letter-spacing: -.02em; }
.brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand img, .brand-mark { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--primary); color: #fff; font-size: 1rem; box-shadow: inset 0 -5px 10px rgba(0,0,0,.16); }
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 2.8vw, 36px); }
.site-header nav a { color: #4d463f; font-size: .88rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { color: var(--primary); }
.site-header nav .nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--primary); color: #fff; }

.hero, .page-title { position: relative; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 72%, #1e0d0c), var(--primary)); color: #fff; }
.hero-solid .hero, .hero-solid .page-title { background: var(--primary); }
.hero-soft .hero, .hero-soft .page-title { background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 72%, #1e0d0c), color-mix(in srgb, var(--primary) 86%, #2d1710)); color: #fff; }
.hero::before, .page-title::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.55) 1px, transparent 0); background-size: 26px 26px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-inner, .store-hero-inner, .page-title-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin: auto; }
.hero-inner { min-height: 680px; padding: clamp(76px, 9vw, 126px) 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.hero-copy { max-width: 760px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; right: -140px; top: -180px; background: color-mix(in srgb, var(--accent) 25%, transparent); }
.hero-glow-two { width: 260px; height: 260px; left: 48%; bottom: -150px; border: 1px solid rgba(255,255,255,.16); }
.eyebrow, .section-kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; line-height: 1.4; font-weight: 900; color: var(--accent); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .page-title h1 { max-width: 950px; margin: .12em 0 .28em; font-size: clamp(3rem, 6.2vw, 6.3rem); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.hero-description { max-width: 650px; margin: 0; color: rgba(255,255,255,.79); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; background: var(--accent); color: #241b13; text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.14); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.button.secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.42); box-shadow: none; }
.button.dark { background: var(--dark); color: #fff; }
.hero-points { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-points span, .page-title-meta span { padding: 6px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.86); font-size: .76rem; font-weight: 700; }

.hero-store-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: color-mix(in srgb, #fff 94%, var(--accent)); color: var(--ink); box-shadow: 0 38px 90px rgba(22, 5, 5, .3); transform: rotate(1.2deg); }
.hero-store-card::after { content: ""; position: absolute; width: 88px; height: 88px; right: -22px; bottom: -28px; border-radius: 50%; border: 18px solid color-mix(in srgb, var(--accent) 72%, #fff); opacity: .72; }
.hero-store-card h2 { margin: 8px 0 12px; font-size: clamp(1.5rem, 2.4vw, 2.05rem); line-height: 1.2; letter-spacing: -.035em; }
.mini-label { margin: 26px 0 0; color: var(--primary); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.store-address { color: var(--muted); }
.store-quick-facts { margin: 24px 0; padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-quick-facts small, .store-card-facts small, .fact-list small, .store-ticket small, .store-fact-bar small { display: block; margin-bottom: 3px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-quick-facts strong { font-size: .9rem; }
.card-link { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--primary); font-size: .86rem; font-weight: 900; text-decoration: none; }
.card-link b { font-size: 1.2rem; }

.trust-strip { width: min(1240px, calc(100% - 48px)); margin: -30px auto 0; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; background: var(--surface, #fff); box-shadow: 0 22px 55px rgba(47,34,20,.09); }
.trust-strip > div { min-height: 112px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { font-size: 1.55rem; line-height: 1.1; letter-spacing: -.04em; }
.trust-strip span { margin-top: 7px; color: var(--muted); font-size: .76rem; font-weight: 700; }

.section { width: min(1240px, calc(100% - 48px)); margin: auto; padding: clamp(76px, 9vw, 118px) 0; }
.section-heading { margin-bottom: 36px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.section-heading h2, .store-content-heading h2, .service-section h2, .visit-section h2, .final-cta h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.35rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p:not(.section-kicker), .store-content-heading > p:last-child, .service-section > div > p:last-child { max-width: 660px; margin: 12px 0 0; color: var(--muted); }
.text-link { color: var(--primary); font-weight: 900; text-decoration: none; white-space: nowrap; }
.grid { display: grid; gap: 20px; }
.card { background: var(--surface, #fff); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 46px rgba(52,38,22,.06); }
.status { width: fit-content; margin: 0; display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 99px; background: #e7f5eb; color: #25623a; font-size: .72rem; font-weight: 900; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status.temporarily_closed { background: #fff1cc; color: #795500; }
.status.permanently_closed { background: #f3dddd; color: #7d2525; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; }
.tags span { padding: 8px 12px; border-radius: 999px; background: color-mix(in srgb, var(--primary) 8%, #fff); color: color-mix(in srgb, var(--primary) 86%, #1b1712); font-size: .76rem; font-weight: 800; }
.tags.compact { gap: 7px; }
.tags.compact span { padding: 6px 10px; }

.featured-location { overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); border-radius: 28px; background: var(--surface, #fff); box-shadow: 0 24px 65px rgba(52,38,22,.08); }
.location-main { min-height: 460px; padding: clamp(36px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 8%, #fff), #fff); }
.city-pill { width: fit-content; padding: 6px 11px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 24%, #fff); color: #5d3c12; font-size: .72rem; font-weight: 900; }
.location-main h3 { max-width: 650px; margin: 22px 0 16px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.06em; }
.location-main > p { max-width: 570px; color: var(--muted); }
.location-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.inline-phone { color: var(--primary); font-weight: 900; }
.fact-list { padding: clamp(32px, 5vw, 62px); display: grid; align-content: center; background: var(--dark); color: #fff; }
.fact-list > div { padding: 24px 0; display: grid; grid-template-columns: 42px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.fact-list > div:last-child { border-bottom: 0; }
.fact-list > div > span { color: var(--accent); font-size: .72rem; font-weight: 900; }
.fact-list p { margin: 0; }
.fact-list small { color: rgba(255,255,255,.5); }
.fact-list strong { font-size: .96rem; line-height: 1.6; }

.guide-section { padding-top: 42px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: color-mix(in srgb, var(--surface, #fff) 80%, transparent); }
.guide-grid article > span { color: var(--primary); font-size: .72rem; font-weight: 900; }
.guide-grid h3 { margin: 56px 0 10px; font-size: 1.35rem; }
.guide-grid p { margin: 0; color: var(--muted); }

.cities { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.city-card { min-height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.city-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(52,38,22,.11); }
.city-index { margin-bottom: auto; color: var(--primary); font-size: .72rem; font-weight: 900; }
.city-card strong { font-size: 1.55rem; }
.city-card > span:last-child { color: var(--muted); font-size: .8rem; }

.faq-section { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.faq-list article > span { color: var(--primary); font-size: .72rem; font-weight: 900; }
.faq-list h3 { margin: 0 0 8px; font-size: 1.08rem; }
.faq-list p { max-width: 820px; margin: 0; color: var(--muted); }
.final-cta { margin-bottom: 100px; padding: clamp(40px, 6vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 28px; background: var(--primary); color: #fff; }
.final-cta p:not(.section-kicker) { margin-bottom: 0; color: rgba(255,255,255,.72); }
.final-cta .actions { margin-top: 0; }

.page-title-inner { padding: clamp(80px, 10vw, 135px) 0; }
.page-title h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 6rem); }
.page-title-inner > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.74); font-size: 1.05rem; }
.page-title-meta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.directory-section { padding-top: 72px; }
.stores { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.store-card { padding: 28px; }
.store-card h3 { margin: 20px 0 10px; font-size: 1.4rem; line-height: 1.25; }
.store-card h3 a { text-decoration: none; }
.store-card-facts { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.store-card-facts p { margin: 0; }
.store-card-facts strong { font-size: .86rem; }

.store-hero-inner { min-height: 630px; padding: clamp(72px, 9vw, 118px) 0; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); align-items: center; gap: clamp(42px, 8vw, 110px); }
.breadcrumb { display: inline-block; margin-bottom: 46px; color: rgba(255,255,255,.66); font-size: .8rem; font-weight: 800; text-decoration: none; }
.store-hero h1 { max-width: 820px; font-size: clamp(2.9rem, 5.6vw, 5.8rem); }
.store-hero-line { margin-top: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.store-hero-line > p:last-child { margin: 0; color: rgba(255,255,255,.76); }
.store-ticket { position: relative; padding: 32px; border-radius: 22px; background: var(--surface, #fff); color: var(--ink); box-shadow: 0 30px 75px rgba(22,5,5,.28); }
.store-ticket > div { padding: 18px 0; border-bottom: 1px dashed var(--line); }
.store-ticket > div:last-of-type { border-bottom: 0; }
.store-ticket strong { display: block; font-size: 1rem; }
.ticket-cut { position: absolute; width: 22px; height: 22px; top: 52%; border-radius: 50%; background: var(--primary); }
.ticket-cut-left { left: -11px; }
.ticket-cut-right { right: -11px; }
.store-fact-bar { width: min(1240px, calc(100% - 48px)); margin: -30px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 22px; border: 1px solid var(--line); background: var(--surface, #fff); box-shadow: 0 20px 55px rgba(52,38,22,.09); }
.store-fact-bar > div { min-height: 120px; padding: 24px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; border-right: 1px solid var(--line); }
.store-fact-bar > div:last-child { border-right: 0; }
.store-fact-bar > div > span { color: var(--primary); font-size: .68rem; font-weight: 900; }
.store-fact-bar p { margin: 0; }
.store-fact-bar strong { display: block; font-size: .88rem; line-height: 1.45; }
.store-content-heading { padding-bottom: 16px; }
.store-details { padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.store-details article { position: relative; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface, #fff); }
.detail-number { color: var(--primary); font-size: .72rem; font-weight: 900; }
.store-details h2 { margin: 28px 0; font-size: 1.55rem; }
dl { display: grid; grid-template-columns: minmax(90px, .35fr) 1fr; gap: 12px 18px; }
dt { color: var(--muted); font-size: .78rem; font-weight: 800; }
dd { margin: 0; font-weight: 700; }
.phone-link { color: var(--primary); font-weight: 900; }
.hours-list dd { font-variant-numeric: tabular-nums; }
.detail-note { margin-top: 26px; padding: 12px 14px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 16%, #fff); color: #68491e; font-size: .78rem; }
.service-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; }
.tags.large { justify-content: flex-end; }
.tags.large span { padding: 14px 18px; border-radius: 16px; background: var(--surface, #fff); border: 1px solid var(--line); font-size: .9rem; }
.tags.large b { margin-right: 8px; color: var(--primary); }
.visit-section { overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 28px; background: var(--dark); color: #fff; }
.visit-copy { padding: clamp(36px, 6vw, 72px); background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 72%, #190c0a), var(--primary)); }
.visit-copy > p:not(.section-kicker) { color: rgba(255,255,255,.75); }
.visit-steps { padding: clamp(34px, 5vw, 62px); display: grid; align-content: center; }
.visit-steps > div { padding: 20px 0; display: grid; grid-template-columns: 38px 1fr; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.visit-steps > div:last-child { border-bottom: 0; }
.visit-steps span { color: var(--accent); font-size: .72rem; font-weight: 900; }
.visit-steps p { margin: 0; color: rgba(255,255,255,.65); }
.visit-steps strong { display: block; color: #fff; }
.store-faq { margin-bottom: 70px; }
.mobile-actions { display: none; }

/* 门店转化模板：把电话、地址和到店动作放在首屏。 */
.conversion-hero { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.conversion-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 82% 18%, var(--accent), transparent 28%), linear-gradient(120deg, transparent 0 54%, rgba(255,255,255,.06) 54% 55%, transparent 55%); }
.conversion-hero-inner { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 650px; margin: auto; padding: clamp(72px, 9vw, 118px) 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr); align-items: center; gap: clamp(46px, 7vw, 96px); }
.conversion-copy h1 { max-width: 780px; margin: 16px 0 20px; font-size: clamp(48px, 6.4vw, 92px); line-height: .98; letter-spacing: -.065em; }
.conversion-copy .hero-description { color: rgba(255,255,255,.72); }
.conversion-address { max-width: 680px; margin: 28px 0 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.conversion-address small,.conversion-address strong { display: block; }
.conversion-address small { margin-bottom: 6px; color: rgba(255,255,255,.54); font-size: 12px; letter-spacing: .08em; }
.conversion-address strong { font-size: 18px; line-height: 1.5; }
.conversion-panel { padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.conversion-panel h2 { margin: 24px 0; font-size: 30px; line-height: 1.25; }
.conversion-panel dl { margin: 0 0 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.conversion-panel dt { color: rgba(255,255,255,.52); }
.conversion-panel dd { color: #fff; }
.conversion-actions { position: relative; z-index: 4; width: min(1120px, calc(100% - 48px)); margin: -38px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 24px 65px rgba(40,24,15,.13); }
.conversion-actions a { min-width: 0; padding: 26px; display: grid; grid-template-columns: 34px 1fr; gap: 3px 14px; color: var(--text); text-decoration: none; border-right: 1px solid var(--line); }
.conversion-actions a:last-child { border-right: 0; }
.conversion-actions a > span { grid-row: 1 / 3; color: var(--primary); font-weight: 800; }
.conversion-actions strong,.conversion-actions small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.conversion-actions small { color: var(--muted); }

/* 极简信息模板：减少装饰，让公开事实与可抓取文本成为主角。 */
.template-minimal_info .site-header { background: rgba(255,255,255,.96); }
.template-minimal_info .brand-mark { border-radius: 8px; }
.minimal-hero { padding: clamp(82px, 11vw, 150px) 0 76px; border-bottom: 1px solid var(--line); background: var(--surface); }
.minimal-inner { width: min(980px, calc(100% - 48px)); margin: auto; }
.minimal-inner h1 { max-width: 900px; margin: 18px 0; font-size: clamp(46px, 7.4vw, 104px); line-height: .98; letter-spacing: -.065em; }
.minimal-inner > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.minimal-meta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.minimal-meta span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 12px; }
.minimal-feature { max-width: 980px; padding-top: 80px; }
.minimal-feature-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 28px; border-bottom: 2px solid var(--text); }
.minimal-feature-heading h2 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 48px); }
.minimal-feature dl { margin: 0; padding: 34px 0; grid-template-columns: 150px 1fr; border-bottom: 1px solid var(--line); }
.minimal-feature dt,.minimal-feature dd { padding: 8px 0; }
.minimal-feature dd { font-size: 17px; }
.minimal-directory { max-width: 980px; }
.minimal-list { border-top: 1px solid var(--line); }
.minimal-list a { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; }
.minimal-list a > span { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.minimal-list a > span:last-child { align-items: flex-end; flex: 0 0 auto; }
.minimal-list strong { font-size: 18px; }
.minimal-list small { color: var(--muted); }
.minimal-list em { color: var(--primary); font-style: normal; font-size: 13px; }
.minimal-faq { max-width: 980px; }

footer { padding: 46px 0; border-top: 1px solid var(--line); background: var(--surface, #fff); }
.footer-inner { width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; justify-content: space-between; gap: 32px; }
.footer-inner > div:last-child { text-align: right; }
.footer-inner strong { font-size: 1rem; }
.footer-inner span, .footer-inner p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.corners-square .card, .corners-square .store-details article, .corners-square .featured-location, .corners-square .visit-section { border-radius: 3px; }
.corners-square .button { border-radius: 3px; }
.corners-pill .card, .corners-pill .store-details article { border-radius: 30px; }

.resource-section { border-top: 1px solid var(--line); }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-grid-wide { grid-template-columns: 1fr; }
.resource-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: var(--surface); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.resource-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary), transparent 40%); }
.resource-card > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--primary), white 88%); color: var(--primary); font-size: .75rem; font-weight: 900; letter-spacing: .04em; }
.resource-card h2, .resource-card h3 { margin: 0 0 8px; }
.resource-card p { margin: 0 0 12px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.resource-card small { color: var(--muted); }
.resource-directory-hero, .resource-detail-hero { padding-bottom: 72px; }
.resource-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.resource-meta span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.resource-body { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; align-items: start; }
.resource-body article { white-space: pre-wrap; line-height: 1.9; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.resource-body aside { position: sticky; top: 94px; padding: 24px; border-radius: var(--radius); background: color-mix(in srgb, var(--primary), white 91%); }
.resource-body aside strong { font-size: 1.1rem; }
.resource-body aside p { color: var(--muted); line-height: 1.7; }
.resource-body aside a { color: var(--primary); font-weight: 800; }
.answer-hero { padding-bottom: 72px; }
.answer-card { padding-top: 42px; padding-bottom: 42px; }
.answer-card + .answer-card { padding-top: 0; }
.answer-card > h2 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 46px); }
.answer-text { max-width: 980px; margin: 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.8; color: var(--text); }
.answer-facts { margin-top: 28px; max-width: 960px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.link-cards { display: grid; grid-template-columns: minmax(0, 520px); gap: 18px; }
.link-cards .resource-card { grid-template-columns: 92px 1fr; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .conversion-hero-inner { grid-template-columns: 1fr; }
  .conversion-actions { grid-template-columns: 1fr; margin-top: -24px; }
  .conversion-actions a { border-right: 0; border-bottom: 1px solid var(--line); }
  .conversion-actions a:last-child { border-bottom: 0; }
  .hero-inner, .store-hero-inner { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; }
  .hero-store-card { max-width: 620px; transform: none; }
  .trust-strip, .store-fact-bar { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(2), .store-fact-bar > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2), .store-fact-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .featured-location, .visit-section { grid-template-columns: 1fr; }
  .service-section { grid-template-columns: 1fr; gap: 32px; }
  .tags.large { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .conversion-hero-inner { width: min(100% - 32px, 1240px); min-height: auto; padding: 58px 0 72px; }
  .conversion-copy h1 { font-size: clamp(42px, 13vw, 64px); }
  .conversion-panel { padding: 24px; border-radius: 20px; }
  .conversion-actions { width: min(100% - 32px, 1120px); }
  .minimal-hero { padding: 60px 0 52px; }
  .minimal-inner { width: min(100% - 32px, 980px); }
  .minimal-inner h1 { font-size: clamp(42px, 14vw, 68px); }
  .minimal-feature dl { grid-template-columns: 104px 1fr; }
  .minimal-list a { align-items: flex-start; }
  .minimal-list a > span:last-child { align-items: flex-start; }
  .announcement { min-height: 34px; padding: 7px 16px; font-size: .7rem; }
  .site-header, .header-inner { min-height: 66px; }
  .header-inner, .hero-inner, .store-hero-inner, .page-title-inner, .section, .trust-strip, .store-fact-bar, .footer-inner { width: min(100% - 32px, 1240px); }
  .brand { font-size: .86rem; }
  .brand img, .brand-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .site-header nav { gap: 0; }
  .site-header nav .nav-cta { padding: 8px 11px; font-size: .72rem; }
  .hero-inner { padding: 72px 0 80px; gap: 38px; }
  .hero h1, .page-title h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-description { font-size: .96rem; }
  .hero-store-card { padding: 24px; border-radius: 22px; }
  .store-quick-facts { grid-template-columns: 1fr; }
  .trust-strip, .store-fact-bar { margin-top: -18px; }
  .trust-strip > div, .store-fact-bar > div { min-height: 96px; padding: 18px; }
  .section { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-heading h2, .store-content-heading h2, .service-section h2, .visit-section h2, .final-cta h2 { font-size: 2.15rem; }
  .location-main { min-height: auto; padding: 34px 26px; }
  .location-main h3 { font-size: 2.25rem; }
  .fact-list { padding: 26px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { min-height: 210px; }
  .guide-grid h3 { margin-top: 38px; }
  .faq-list article { grid-template-columns: 34px 1fr; }
  .final-cta { margin-bottom: 70px; padding: 34px 26px; align-items: flex-start; flex-direction: column; }
  .final-cta .actions { margin-top: 8px; }
  .store-hero-inner { min-height: auto; padding: 66px 0 78px; gap: 36px; }
  .breadcrumb { margin-bottom: 34px; }
  .store-ticket { padding: 26px; }
  .store-details { grid-template-columns: 1fr; }
  dl { grid-template-columns: 90px 1fr; }
  .store-card-facts { grid-template-columns: 1fr; }
  .stores { grid-template-columns: 1fr; }
  .mobile-actions { position: sticky; bottom: 0; z-index: 18; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; color: #fff; background: var(--primary); font-size: .86rem; font-weight: 900; text-decoration: none; }
  .mobile-actions a + a { background: var(--dark); }
  .footer-inner { flex-direction: column; }
  .footer-inner > div:last-child { text-align: left; }
  .resource-grid, .resource-body { grid-template-columns: 1fr; }
  .resource-body aside { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .city-card { transition: none; }
}
