/* Shoujia 首家 · 前台样式（从 React/Tailwind 版视觉 1:1 移植） */
:root {
  --ink: #121412;
  --paper: #fff8ea;
  --yellow: #ffd83d;
  --coral: #f95340;
  --cyan: #54d4de;
  --green: #22c554;
  --green-dark: #08755a;
  --blue: #2b4fd4;
  --font-sans: 'Geist', ui-sans-serif, system-ui, -apple-system, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Noto Sans SC', sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; border: 0 solid var(--ink); }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper) url('/assets/img/paper-texture-v1.png') 0 0 / 640px 640px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; background: none; cursor: pointer; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: rgb(255 216 61 / 74%); }

.ic { display: inline-block; flex: none; width: 1em; height: 1em; vertical-align: -0.15em; }
.ic-12 { width: 12px; height: 12px; } .ic-14 { width: 14px; height: 14px; } .ic-16 { width: 16px; height: 16px; }
.ic-20 { width: 20px; height: 20px; } .ic-24 { width: 24px; height: 24px; } .ic-28 { width: 28px; height: 28px; }
.ic-36 { width: 36px; height: 36px; } .ic-40 { width: 40px; height: 40px; } .ic-56 { width: 56px; height: 56px; } .ic-80 { width: 80px; height: 80px; }

.bg-yellow { background-color: var(--yellow); } .bg-coral { background-color: var(--coral); }
.bg-cyan { background-color: var(--cyan); } .bg-green { background-color: var(--green); } .bg-white { background-color: #fff; }
.text-yellow { color: var(--yellow); } .text-white { color: #fff; } .text-green-dark { color: var(--green-dark); }

.refined-site, .street-site { overflow-x: clip; color: var(--ink); background: var(--paper) url('/assets/img/paper-texture-v1.png') 0 0 / 640px 640px; }
.street-site { min-height: 100vh; }
.site-container { width: min(100% - 2rem, 1200px); margin-inline: auto; }
.section-space { padding-block: clamp(3rem, 4.5vw, 4rem); }

/* ---------- 文字 ---------- */
.hero-title { max-width: 600px; font-size: clamp(3.5rem, 5.7vw, 5.4rem); font-weight: 900; line-height: 1.02; letter-spacing: -0.055em; text-wrap: balance; }
.section-title, .street-heading { margin-top: .5rem; max-width: 860px; font-size: clamp(2.4rem, 4.3vw, 3.9rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.045em; text-wrap: balance; }
.eyebrow-refined, .eyebrow-street { font-family: var(--font-mono); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* ---------- 组件 ---------- */
.brand { display: flex; align-items: center; gap: 12px; }
.brand-tile { display: grid; place-items: center; width: 36px; height: 36px; border: 1.5px solid var(--ink); border-radius: 8px; box-shadow: 2.5px 2.5px 0 var(--ink); color: #fff; }
.brand-tile--lg { width: 44px; height: 44px; }
.brand__name { display: block; font-size: 15px; font-weight: 900; line-height: 1; letter-spacing: -0.03em; }
.brand__sub { display: block; margin-top: 6px; font-family: var(--font-mono); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgb(18 20 18 / 50%); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 20px; font-size: 13px; font-weight: 900; white-space: nowrap; }
.btn--lg { height: 52px; padding: 0 24px; }
.btn--xl { height: 56px; padding: 0 28px; font-size: 16px; }
.street-button { border: 1.5px solid var(--ink); border-radius: 6px; color: var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: transform 150ms ease, box-shadow 150ms ease; }
.street-button:hover { transform: translate(1.5px, 1.5px); box-shadow: 1.5px 1.5px 0 var(--ink); }
.street-button:active { transform: translate(3px, 3px); box-shadow: none; }
.street-button.is-muted { opacity: .65; pointer-events: none; }

.marker-link { position: relative; isolation: isolate; }
.marker-link::after { content: ''; position: absolute; right: -2px; bottom: -3px; left: -2px; z-index: -1; height: 5px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform 170ms ease; }
.marker-link:hover::after, .marker-link:focus-visible::after { transform: scaleX(1); }

.micro-sign, .proof-chip, .small-label { border: 1.5px solid var(--ink); box-shadow: 2.5px 2.5px 0 var(--ink); }
.micro-sign { display: inline-flex; align-items: center; gap: 8px; border-radius: 4px; padding: .55rem .75rem; font-size: .68rem; font-weight: 800; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; }
.proof-chip { display: inline-flex; align-items: center; gap: 6px; border-radius: 3px; padding: .48rem .68rem; background: #fff; box-shadow: 2px 2px 0 var(--ink); font-size: 11px; font-weight: 700; }
.small-label, .sticker { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; padding: .4rem .65rem; font-family: var(--font-mono); font-size: .63rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sticker { border: 1.5px solid var(--ink); box-shadow: 2.5px 2.5px 0 var(--ink); }
.small-label--onDark { border-color: #fff; color: var(--ink); }

.bento-box { border: 1.5px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
.process-card { border: 1.5px solid var(--ink); border-radius: 5px; box-shadow: 4px 4px 0 var(--ink); }
.message-bubble { border-radius: 7px 3px 7px 7px; background: #d9fdd3; box-shadow: 0 1px 2px rgb(0 0 0 / 9%); }

/* ---------- 顶栏 ---------- */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1.5px solid var(--ink); background: rgb(255 248 234 / 95%); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 76px; }
.site-nav { display: none; align-items: center; gap: 36px; font-size: 13px; font-weight: 700; }
.btn--header { display: none; }

/* ---------- 首屏 ---------- */
.hero { position: relative; border-bottom: 1.5px solid var(--ink); background: var(--paper); }
.hero__grid { position: relative; display: grid; min-height: 690px; align-items: center; gap: 36px; padding-block: 56px; }
.hero__copy { position: relative; z-index: 20; max-width: 610px; padding-block: 32px; }
.hero__eyebrow { margin-top: 40px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgb(18 20 18 / 48%); }
.hero-title { margin-top: 28px; }
.hero__lead { margin-top: 26px; max-width: 480px; font-size: 16px; font-weight: 500; line-height: 30px; color: rgb(18 20 18 / 70%); }
.hero__cta { margin-top: 36px; height: 60px; padding: 0 36px; font-size: 17px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.hero-photo-stage { position: relative; min-height: 560px; background: #e4c678; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 100% 50%; }
.chat-overlay { position: absolute; right: 8px; top: 56px; width: min(84%, 360px); border: 1.5px solid var(--ink); border-radius: 8px; background: #efeae2; box-shadow: 4px 4px 0 var(--ink); }
.chat-sticker { position: absolute; left: -14px; top: 50px; z-index: 2; border: 1.5px solid var(--ink); border-radius: 3px; padding: 5px 9px; background: var(--yellow); font-size: 10px; font-weight: 900; box-shadow: 2px 2px 0 var(--ink); transform: rotate(-2deg); }
.chat-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 6px 6px 0 0; background: #075e54; color: #fff; }
.chat-avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; }
.chat-head__text { min-width: 0; flex: 1; }
.chat-head__name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; font-weight: 700; }
.chat-head__sub { font-size: 9px; color: rgb(255 255 255 / 65%); }
.chat-head__more { font-size: 18px; line-height: 1; color: rgb(255 255 255 / 70%); }
.chat-body { padding: 12px; border-radius: 0 0 6px 6px; background: #efeae2; }
.chat-day { width: fit-content; margin: 0 auto 12px; border-radius: 6px; padding: 4px 8px; background: #d9fdd3; font-size: 8px; font-weight: 700; color: rgb(18 20 18 / 50%); }
.message-bubble--out { margin-left: auto; padding: 8px; }
.chat-msg { padding: 0 4px 8px; font-size: 10px; font-weight: 600; }
.chat-card { display: block; overflow: hidden; border-radius: 6px; background: #fff; box-shadow: 0 0 0 1px rgb(0 0 0 / 8%); }
.chat-card__hero { position: relative; height: 128px; overflow: hidden; }
.chat-card__img { width: 100%; height: 100%; object-fit: cover; object-position: 100% 50%; }
.chat-card__tag { position: absolute; left: 10px; top: 10px; border: 1px solid var(--ink); padding: 2px 6px; background: var(--yellow); font-size: 8px; font-weight: 900; }
.chat-card__headline { position: absolute; left: 10px; bottom: 10px; font-size: 13px; font-weight: 900; line-height: 1.2; letter-spacing: -0.03em; color: #fff; text-shadow: 0 1px 2px rgb(0 0 0 / 55%); }
.chat-card__body { padding: 12px; }
.chat-card__title { font-size: 13px; font-weight: 900; }
.chat-card__sub { margin-top: 4px; font-size: 9px; font-weight: 500; color: rgb(18 20 18 / 52%); }
.chat-card__url { margin-top: 8px; font-size: 9px; font-weight: 700; color: var(--green-dark); }
.chat-time { padding-top: 4px; text-align: right; font-size: 8px; color: rgb(18 20 18 / 45%); }
.chat-ticks { color: #34b7f1; }
.chat-input { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.chat-input__field { flex: 1; height: 36px; border-radius: 999px; padding: 8px 12px; background: #fff; font-size: 10px; color: rgb(18 20 18 / 35%); }
.chat-input__send { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: #00a884; color: #fff; }
.photo-note { position: absolute; right: 12px; bottom: 32px; border: 1.5px solid var(--ink); border-radius: 3px; padding: .7rem .9rem; box-shadow: 3px 3px 0 var(--ink); font-size: .72rem; font-weight: 900; line-height: 1.45; }

/* ---------- 黑色横条 ---------- */
.band { border-bottom: 1.5px solid var(--ink); background: var(--ink); color: #fff; padding-block: 24px; }
.band__inner { display: flex; flex-direction: column; gap: 12px; }
.band__title { font-size: 20px; font-weight: 900; letter-spacing: -0.025em; }
.band__copy { font-size: 13px; font-weight: 500; color: rgb(255 255 255 / 62%); }

/* ---------- 页面里有什么 ---------- */
.section-inside { scroll-margin-top: 80px; border-bottom: 1.5px solid var(--ink); background: var(--paper); }
.section-head { display: grid; gap: 28px; }
.section-head__aside { max-width: 360px; font-size: 15px; font-weight: 500; line-height: 28px; color: rgb(18 20 18 / 58%); }
.bento { display: grid; gap: 16px; margin-top: 32px; }
.bento-box { padding: 24px; }
.bento--main { position: relative; min-height: 320px; overflow: hidden; padding: 28px; }
.bento--main__title { margin-top: 40px; max-width: 580px; font-size: 2.25rem; font-weight: 900; line-height: 1.06; letter-spacing: -0.045em; }
.bento--main__badge { position: absolute; right: -32px; bottom: -56px; display: grid; place-items: center; width: 208px; height: 208px; border: 2px solid var(--ink); background: #fff; transform: rotate(-6deg); }
.bento__head { display: flex; align-items: flex-start; justify-content: space-between; }
.bento__num { font-family: var(--font-mono); font-size: 12px; font-weight: 900; }
.bento__title { margin-top: 14px; font-size: 20px; font-weight: 900; letter-spacing: -0.025em; }
.bento__title--sm { font-size: 18px; }
.bento__copy { margin-top: 8px; font-size: 13px; font-weight: 500; color: rgb(18 20 18 / 58%); }
.bento__copy--sm { font-size: 12px; }
.bento--pair { display: grid; gap: 16px; }

/* ---------- 三步 ---------- */
.section-how { scroll-margin-top: 80px; background: var(--blue); color: #fff; }
.process { display: grid; gap: 20px; margin-top: 32px; }
.process-card { padding: 22px 24px; color: var(--ink); }
.process-card__top { display: flex; align-items: flex-start; justify-content: space-between; }
.process-card__num { font-family: var(--font-mono); font-size: 11px; font-weight: 900; }
.process-card__icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); background: #fff; }
.process-card__title { margin-top: 14px; font-size: 22px; font-weight: 900; letter-spacing: -0.035em; }
.process-card__copy { margin-top: 8px; font-size: 13px; font-weight: 500; line-height: 24px; color: rgb(18 20 18 / 66%); }
.channels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; font-family: var(--font-mono); font-size: 10px; font-weight: 700; }
.channel { border: 1px solid rgb(255 255 255 / 55%); padding: 8px 12px; }
.channel--end { border-color: var(--ink); color: var(--ink); }
.channels__arrow { margin-inline: 2px; opacity: .8; }

/* ---------- 示例 ---------- */
.section-demo { scroll-margin-top: 80px; border-bottom: 1.5px solid var(--ink); background: #fffcf4; }
.section-demo__grid { display: grid; gap: 40px; }
.section-demo__lead { margin-top: 20px; max-width: 480px; font-size: 15px; font-weight: 500; line-height: 28px; color: rgb(18 20 18 / 60%); }
.section-demo__cta { margin-top: 28px; }
.section-demo__note { margin-top: 16px; font-size: 10px; font-weight: 700; color: rgb(18 20 18 / 40%); }
.demo-frame { display: block; padding: 12px; border: 1.5px solid var(--ink); border-radius: 2px; box-shadow: 5px 5px 0 var(--ink); transition: transform 220ms ease, box-shadow 220ms ease; }
.demo-frame:hover { box-shadow: 3px 3px 0 var(--ink); transform: translate(2px, 2px); }
.demo-frame__inner { display: grid; overflow: hidden; border: 1.5px solid var(--ink); background: #fff; }
.demo-frame__copy { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.demo-frame__slogan { font-size: 30px; font-weight: 900; line-height: 1.08; letter-spacing: -0.04em; }
.demo-frame__store { margin-top: 40px; }
.demo-frame__store h3 { font-size: 30px; font-weight: 900; letter-spacing: -0.04em; }
.demo-frame__store p { margin-top: 8px; font-family: var(--font-mono); font-size: 10px; font-weight: 700; color: rgb(18 20 18 / 50%); }
.demo-frame__img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform 500ms ease; }
.demo-frame:hover .demo-frame__img { transform: scale(1.025); }
.demo-frame__bar { display: flex; align-items: center; justify-content: space-between; border: 1.5px solid var(--ink); border-top: 0; padding: 16px 20px; background: #fff; font-family: var(--font-mono); font-size: 10px; font-weight: 700; }
.demo-frame__go { display: grid; place-items: center; width: 32px; height: 32px; border: 1.5px solid var(--ink); }

/* ---------- 价格 ---------- */
.section-pricing { background: #ffe8b5; }
.section-pricing__grid { display: grid; gap: 40px; }
.section-pricing__lead { margin-top: 20px; max-width: 430px; font-size: 15px; font-weight: 500; line-height: 28px; color: rgb(18 20 18 / 60%); }
.pricing-shell { display: grid; border: 1.5px solid var(--ink); background: #fff; box-shadow: 4px 4px 0 var(--ink); }
.pricing-free { padding: 28px; }
.pricing-pro { padding: 28px; background: var(--ink); color: #fff; }
.pricing__price { margin-top: 20px; font-size: 30px; font-weight: 900; letter-spacing: -0.04em; }
.pricing__price--sm { font-size: 24px; letter-spacing: -0.035em; }
.pricing__sub { margin-top: 8px; font-size: 13px; font-weight: 500; color: rgb(18 20 18 / 52%); }
.pricing__sub--light { color: rgb(255 255 255 / 52%); }
.pricing__list { display: grid; gap: 10px; margin-top: 20px; font-size: 12px; font-weight: 700; }
.pricing__list li { display: flex; align-items: center; gap: 10px; }
.pricing__list--light { color: rgb(255 255 255 / 84%); }
.pricing__foot { display: flex; align-items: center; gap: 8px; margin-top: 20px; border-top: 1px dashed rgb(18 20 18 / 20%); padding-top: 16px; font-size: 10px; font-weight: 700; color: rgb(18 20 18 / 40%); }

/* ---------- 底部 CTA ---------- */
.section-final { border-block: 1.5px solid var(--ink); background: var(--coral); padding-block: 56px; }
.final-cta { border: 1.5px solid var(--ink); border-radius: 2px; padding: 28px; box-shadow: 5px 5px 0 var(--ink); }
.final-cta__grid { display: grid; gap: 32px; margin-top: 12px; }
.final-cta__row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.final-cta__note { font-size: 12px; font-weight: 700; color: rgb(18 20 18 / 55%); }
.final-cta__deco { display: none; width: 132px; height: 132px; color: var(--ink); }
.final-cta__title { max-width: 850px; font-size: 2.1rem; font-weight: 900; line-height: 1.05; letter-spacing: -0.045em; }
.final-cta__copy { margin-top: 16px; max-width: 720px; font-size: 14px; font-weight: 500; line-height: 24px; color: rgb(18 20 18 / 58%); }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--paper); padding-block: 28px; }
.site-footer__inner { display: flex; flex-direction: column; gap: 20px; }
.site-footer__name { font-size: 14px; font-weight: 900; }
.site-footer__tag { font-size: 10px; font-weight: 500; color: rgb(18 20 18 / 42%); }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 10px; font-weight: 700; color: rgb(18 20 18 / 45%); }
.site-footer__links a:hover { color: var(--ink); }

.mobile-cta { position: fixed; right: 16px; bottom: 16px; left: 16px; z-index: 40; display: flex; align-items: center; justify-content: center; gap: 8px; height: 52px; font-size: 14px; font-weight: 900; }
.page-home, .page-store { padding-bottom: 88px; }

/* ---------- 申请页 ---------- */
.apply { padding-block: clamp(3.5rem, 6vw, 6rem); border-bottom: 1.5px solid var(--ink); }
.apply__grid { display: grid; gap: 40px; }
.apply__copy .section-title { margin-top: 28px; }
.apply__lead { margin-top: 24px; max-width: 520px; font-size: 15px; font-weight: 500; line-height: 28px; color: rgb(18 20 18 / 60%); }
.apply__steps { display: grid; gap: 18px; margin-top: 36px; }
.apply__steps li { display: flex; gap: 14px; align-items: flex-start; }
.apply__steps strong { display: block; font-size: 15px; font-weight: 900; }
.apply__steps span:not(.apply__step-num) { display: block; margin-top: 2px; font-size: 13px; font-weight: 500; color: rgb(18 20 18 / 58%); }
.apply__step-num { display: grid; flex: none; place-items: center; width: 32px; height: 32px; border: 1.5px solid var(--ink); border-radius: 6px; box-shadow: 2px 2px 0 var(--ink); font-family: var(--font-mono); font-size: 12px; font-weight: 900; }
.apply__demo { margin-top: 36px; font-size: 13px; font-weight: 700; }
.apply-form { padding: 28px; background: #fff; }
.apply-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { display: block; margin-top: 18px; }
.field:first-of-type { margin-top: 0; }
.field-row { display: grid; gap: 18px; margin-top: 18px; }
.field-row .field { margin-top: 0; }
.field label { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; font-size: 12px; font-weight: 900; }
.field label em { color: var(--coral); font-style: normal; }
.field__hint { font-size: 10px; font-weight: 700; color: rgb(18 20 18 / 40%); }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid var(--ink); border-radius: 6px; padding: 12px 14px; font: inherit; font-size: 15px; font-weight: 600; color: var(--ink); background: var(--paper); box-shadow: 2px 2px 0 var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgb(53 87 215 / 35%); outline-offset: 1px; }
.field textarea { resize: vertical; min-height: 110px; }
.field--error input, .field--error select { border-color: #dd3f33; }
.field__error { margin-top: 6px; font-size: 12px; font-weight: 700; color: #dd3f33; }
.apply-form__submit { width: 100%; margin-top: 28px; }
.apply-form__fine { margin-top: 14px; font-size: 10px; font-weight: 700; line-height: 1.6; color: rgb(18 20 18 / 45%); }
.done-card { padding: 32px; }
.done-card__title { margin-top: 24px; font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 900; line-height: 1.06; letter-spacing: -0.045em; text-wrap: balance; }
.done-card__copy { margin-top: 20px; max-width: 640px; font-size: 15px; font-weight: 500; line-height: 28px; color: rgb(18 20 18 / 62%); }
.done-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.done-card__home { font-size: 13px; font-weight: 900; }

/* ---------- 店铺页 ---------- */
.notice-bar { border-bottom: 2px solid var(--ink); padding: 8px 12px; text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.store-header { border-bottom: 2px solid var(--ink); background: var(--paper); }
.store-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.store-header__back, .store-header__name { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 900; }
.store-header__by { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; color: rgb(18 20 18 / 50%); }
.dot-grid { background: var(--paper) url('/assets/img/paper-texture-v1.png') 0 0 / 640px 640px; }
.store-hero { border-bottom: 2px solid var(--ink); padding-block: 40px; }
.store-hero__grid { display: grid; gap: 32px; }
.store-card { display: grid; min-height: 430px; overflow: hidden; border: 2px solid var(--ink); background: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.store-card__img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.store-card__panel { position: relative; padding: 24px; background: var(--ink); color: #fff; }
.sticker-tag { position: absolute; top: -16px; right: 24px; border: 2px solid var(--ink); padding: 8px 12px; font-size: 12px; font-weight: 900; color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.store-card__tagline { font-family: var(--font-mono); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; color: var(--yellow); }
.store-card__name { margin-top: 12px; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: .92; letter-spacing: -0.065em; overflow-wrap: anywhere; }
.store-card__intro { margin-top: 16px; max-width: 512px; font-size: 16px; font-weight: 600; color: rgb(255 255 255 / 70%); }
.store-side { display: grid; gap: 20px; }
.offer-box { padding: 28px; }
.offer-box__icon { margin-top: 40px; }
.offer-box__title { margin-top: 20px; font-size: 2.25rem; font-weight: 900; line-height: 1.02; letter-spacing: -0.05em; }
.offer-box__detail { margin-top: 16px; font-weight: 600; line-height: 28px; color: rgb(18 20 18 / 65%); }
.offer-box__cta { margin-top: 20px; }
.store-side__pair { display: grid; gap: 20px; }
.info-box { padding: 24px; }
.info-box__label { margin-top: 32px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: rgb(18 20 18 / 45%); }
.info-box__value { margin-top: 8px; font-size: 20px; font-weight: 900; }

.store-menu { border-bottom: 2px solid var(--ink); background: #fffcf4; }
.store-menu__head { display: flex; flex-direction: column; gap: 24px; }
.store-menu__deco { display: none; transform: rotate(6deg); }
.menu-grid { display: grid; gap: 20px; margin-top: 48px; }
.menu-card { padding: 24px; }
.menu-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.menu-card__num { font-family: var(--font-mono); font-size: 12px; font-weight: 900; }
.menu-card__price { border: 2px solid var(--ink); padding: 8px 12px; background: #fff; font-size: 14px; font-weight: 900; box-shadow: 2px 2px 0 var(--ink); }
.menu-card__name { margin-top: 80px; font-size: 1.875rem; font-weight: 900; line-height: 1.02; letter-spacing: -0.045em; }
.menu-card__note { margin-top: 12px; font-weight: 600; color: rgb(18 20 18 / 58%); }
.store-menu__foot { margin-top: 56px; text-align: center; font-size: 12px; font-weight: 900; color: rgb(18 20 18 / 42%); }

.store-wa { border-bottom: 2px solid var(--ink); background: var(--blue); color: #fff; padding-block: 80px; }
.store-wa__grid { display: grid; gap: 40px; }
.store-wa__lead { margin-top: 24px; max-width: 576px; font-size: 18px; font-weight: 600; line-height: 32px; color: rgb(255 255 255 / 68%); }
.wa-card { position: relative; border: 2px solid var(--ink); padding: 24px; background: var(--paper); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.wa-card__label { margin-top: 32px; font-size: 14px; font-weight: 900; color: rgb(18 20 18 / 45%); }
.wa-card__bubble { margin-top: 12px; padding: 16px; font-size: 18px; font-weight: 900; }
.wa-card__cta { width: 100%; margin-top: 28px; }
.tape { position: absolute; z-index: 40; width: 92px; height: 24px; border: 1px solid rgb(18 20 18 / 58%); background: var(--yellow); box-shadow: 2px 2px 0 rgb(18 20 18 / 25%); }
.tape-two { top: -11px; left: 15%; transform: rotate(-2deg); }

.store-map { padding-block: 64px; }
.store-map__inner { display: flex; flex-direction: column; gap: 28px; }
.store-map__title { margin-top: 12px; font-size: 2.25rem; font-weight: 900; letter-spacing: -0.05em; }
.store-map__addr { margin-top: 12px; font-weight: 600; color: rgb(18 20 18 / 55%); }

.store-share { border-top: 2px solid var(--ink); padding-block: 56px; background: var(--paper); }
.store-share__inner { display: grid; gap: 24px; }
.store-share__title { margin-top: 12px; font-size: 1.75rem; font-weight: 900; letter-spacing: -0.04em; }
.share-box { display: grid; gap: 10px; }
.share-box__input { width: 100%; border: 1.5px solid var(--ink); border-radius: 6px; padding: 12px 14px; font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--ink); background: #fff; box-shadow: 2px 2px 0 var(--ink); }
.share-box .btn { height: 46px; }
.share-box .btn.is-done { background: var(--yellow); }

.store-footer { border-top: 2px solid var(--ink); background: var(--paper); padding-block: 32px; }
.store-footer__inner { display: flex; flex-direction: column; gap: 20px; font-size: 14px; font-weight: 900; }
.mobile-cta--store { display: flex; }

/* ---------- 响应式 ---------- */
@media (max-width: 639px) {
  .hero-title { font-size: clamp(3rem, 12.7vw, 3.3rem); letter-spacing: -0.05em; }
  .bento--main { min-height: 300px; padding-bottom: 120px; }
  .bento--main__title { font-size: 1.9rem; }
  .bento--main__badge { right: -24px; bottom: -36px; width: 130px; height: 120px; }
  .bento--main__badge .ic { width: 40px; height: 40px; }
  .section-title, .street-heading { font-size: clamp(2.5rem, 12vw, 3.5rem); letter-spacing: -0.045em; }
  .chat-overlay { top: 26px; width: calc(100% - 3rem); }
  .photo-note { bottom: 18px; }
}
@media (min-width: 640px) {
  .site-container { width: min(100% - 4rem, 1200px); }
  .btn--header { display: inline-flex; }
  .chat-overlay { right: 24px; }
  .photo-note { right: 24px; }
  .bento--main { padding: 36px; }
  .bento--main__title { font-size: 3.2rem; }
  .bento--pair { grid-template-columns: 1fr 1fr; }
  .demo-frame__inner { grid-template-columns: .42fr .58fr; }
  .demo-frame__copy { padding: 32px; }
  .pricing-free, .pricing-pro { padding: 36px; }
  .section-final { padding-block: 64px; }
  .final-cta { padding: 40px 44px; }
  .final-cta__title { font-size: 2.9rem; }
  .site-footer__inner, .store-footer__inner, .store-map__inner, .store-menu__head { flex-direction: row; align-items: center; justify-content: space-between; }
  .store-menu__head { align-items: flex-end; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .apply-form { padding: 36px; }
  .done-card { padding: 48px; }
  .store-hero { padding-block: 64px; }
  .store-card { min-height: 570px; grid-template-rows: 1fr auto; }
  .store-card__panel { padding: 36px; }
  .offer-box { padding: 36px; }
  .store-side__pair { grid-template-columns: 1fr 1fr; }
  .menu-card { padding: 28px; }
  .store-wa { padding-block: 112px; }
  .wa-card { padding: 36px; }
  .store-map { padding-block: 80px; }
  .share-box { grid-template-columns: 1fr auto auto; }
  .mobile-cta--store { display: none; }
  .page-store { padding-bottom: 0; }
}
@media (min-width: 768px) {
  .site-nav { display: flex; }
  .band__inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .pricing-shell { grid-template-columns: 1fr 1fr; }
  .pricing-free { border-right: 1.5px solid var(--ink); }
  .mobile-cta:not(.mobile-cta--store) { display: none; }
  .page-home { padding-bottom: 0; }
}
@media (max-width: 1023px) {
  .hero-photo-stage { min-height: 620px; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
}
@media (max-width: 639px) { .hero-photo-stage { min-height: 560px; } }
@media (min-width: 1024px) {
  .hero__grid { position: static; grid-template-columns: minmax(0, 560px) 1fr; min-height: 760px; padding-block: 0; }
  .hero__copy { max-width: 560px; padding-block: 56px; }
  .hero-photo-stage {
    position: absolute; top: 0; right: 0; bottom: 0; left: 28%; width: auto; min-height: 0;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 622 455' preserveAspectRatio='none'><filter id='t' x='-15%25' y='-15%25' width='130%25' height='130%25'><feTurbulence type='fractalNoise' baseFrequency='0.018 0.035' numOctaves='3' seed='4' result='n1'/><feDisplacementMap in='SourceGraphic' in2='n1' scale='46' xChannelSelector='R' yChannelSelector='G' result='d1'/><feTurbulence type='turbulence' baseFrequency='0.12 0.2' numOctaves='2' seed='9' result='n2'/><feDisplacementMap in='d1' in2='n2' scale='12' xChannelSelector='R' yChannelSelector='B'/><feGaussianBlur stdDeviation='0.4'/></filter><path d='M16,-40 L16,0 L36,30 L48,60 L54,90 L60,120 L66,150 L72,180 L80,210 L88,240 L96,270 L104,300 L114,330 L124,360 L132,390 L138,420 L144,455 L150,500 L700,500 L700,-40 Z' fill='white' filter='url(%23t)'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 622 455' preserveAspectRatio='none'><filter id='t' x='-15%25' y='-15%25' width='130%25' height='130%25'><feTurbulence type='fractalNoise' baseFrequency='0.018 0.035' numOctaves='3' seed='4' result='n1'/><feDisplacementMap in='SourceGraphic' in2='n1' scale='46' xChannelSelector='R' yChannelSelector='G' result='d1'/><feTurbulence type='turbulence' baseFrequency='0.12 0.2' numOctaves='2' seed='9' result='n2'/><feDisplacementMap in='d1' in2='n2' scale='12' xChannelSelector='R' yChannelSelector='B'/><feGaussianBlur stdDeviation='0.4'/></filter><path d='M16,-40 L16,0 L36,30 L48,60 L54,90 L60,120 L66,150 L72,180 L80,210 L88,240 L96,270 L104,300 L114,330 L124,360 L132,390 L138,420 L144,455 L150,500 L700,500 L700,-40 Z' fill='white' filter='url(%23t)'/></svg>");
    -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  }
  .chat-overlay { right: 36px; top: 120px; width: 300px; }
  .hero-photo { transform: scale(1.22); transform-origin: 100% 42%; }
  .photo-note { right: 36px; bottom: 44px; }
  .section-head { grid-template-columns: .75fr .25fr; align-items: end; }
  .section-head__aside { justify-self: end; }
  .bento { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, auto); }
  .bento--main { grid-column: span 7; grid-row: span 2; }
  .bento--wide, .bento--pair { grid-column: span 5; }
  .process { grid-template-columns: repeat(3, 1fr); }
  .section-demo__grid { grid-template-columns: .8fr 1.2fr; align-items: center; }
  .demo-frame { transform: rotate(-1.5deg); }
  .demo-frame:hover { transform: rotate(0) translate(2px, 2px); }
  .section-pricing__grid { grid-template-columns: .72fr 1.28fr; align-items: center; }
  .final-cta { padding: 48px 56px; }
  .final-cta__grid { grid-template-columns: 1fr auto; align-items: center; }
  .final-cta__deco { display: block; }
  .apply__grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
  .store-hero__grid { grid-template-columns: 1.08fr .92fr; align-items: stretch; }
  .store-menu__deco { display: block; }
  .menu-grid { grid-template-columns: repeat(3, 1fr); }
  .menu-grid--4 { grid-template-columns: repeat(4, 1fr); }
  .menu-grid--1 { grid-template-columns: minmax(0, 480px); }
  .menu-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .menu-card--lift { transform: translateY(28px); }
  .store-wa__grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .store-share__inner { grid-template-columns: .4fr .6fr; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* ===== 桌面端按设计稿（864 宽 ×1.667）逐块对齐 ===== */
@media (min-width: 1024px) {
  .site-container { width: min(90.3%, 1300px); }
  .site-header__inner { display: grid; grid-template-columns: 300px 1fr auto; align-items: center; height: 83px; }
  .brand-tile--lg { width: 45px; height: 45px; }
  .brand__name { font-size: 19px; }
  .brand__sub { margin-top: 5px; font-size: 11px; }
  .site-nav { justify-self: start; margin-left: 40px; gap: 33px; font-size: 15px; }
  .btn--header { height: 42px; padding: 0 22px; font-size: 14px; }

  .hero__grid { min-height: 758px; align-items: start; grid-template-columns: minmax(0, 46%) 1fr; }
  .hero__copy { max-width: 600px; padding: 82px 0 0; }
  .micro-sign { height: 30px; padding: 0 12px; font-size: 13px; }
  .hero-title { margin-top: 45px; max-width: none; font-size: clamp(56px, 5.7vw, 82px); line-height: 1.08; letter-spacing: -0.05em; }
  .hero__lead { margin-top: 43px; max-width: 530px; font-size: 19px; line-height: 32px; }
  .hero__cta { margin-top: 52px; height: 66px; padding: 0 44px; font-size: 19px; }
  .hero__chips { margin-top: 33px; gap: 16px; }
  .proof-chip { height: 42px; padding: 0 14px; font-size: 13px; }
  .hero-photo-stage { overflow: hidden; }
  .hero-photo { object-position: 100% 50%; transform: translate(52px, -50px) scale(1.42); transform-origin: 100% 38%; }
  .hero-photo-stage::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, rgb(252 246 234 / 85%) 0, rgb(252 246 234 / 45%) 90px, rgb(252 246 234 / 0%) 175px); }
  .chat-overlay { right: 32px; top: 117px; width: 317px; }
  .chat-sticker { left: -20px; top: 46px; padding: 6px 10px; font-size: 11px; }
  .chat-head { padding: 12px 14px; }
  .chat-card__hero { height: 160px; }
  .chat-day { margin-bottom: 14px; }
  .message-bubble--out { padding: 10px; }
  .chat-msg { padding: 0 4px 10px; font-size: 11px; }
  .chat-card__body { padding: 16px; }
  .chat-card__title { font-size: 15px; }
  .chat-card__sub { margin-top: 6px; font-size: 10px; }
  .chat-card__url { margin-top: 8px; font-size: 10px; }
  .chat-time { font-size: 9px; padding-top: 6px; }
  .chat-input { margin-top: 18px; }
  .chat-input__field, .chat-input__send { height: 40px; }
  .chat-input__send { width: 40px; }
  .photo-note { right: 32px; bottom: 67px; width: 247px; padding: 14px 18px; font-size: 16px; line-height: 1.5; }

  .section-inside { padding: 72px 0 58px; }
  .section-inside .site-container { width: min(85%, 1225px); }
  .section-head { grid-template-columns: 1fr 1fr; align-items: start; gap: 40px; }
  .section-title { margin-top: 0; font-size: clamp(36px, 3.5vw, 50px); line-height: 1.14; letter-spacing: -0.04em; }
  .section-head__aside { justify-self: start; margin: 62px 0 0 27px; max-width: 270px; font-size: 16px; line-height: 2; }
  .bento { margin-top: 14px; grid-template-columns: minmax(0, 51fr) minmax(0, 47fr); grid-template-rows: 148px 145px; gap: 18px 2%; }
  .bento--main { grid-column: 1; grid-row: 1 / 3; min-height: 0; padding: 45px 33px; }
  .bento--main__title { margin-top: 26px; max-width: 540px; font-size: clamp(26px, 2.6vw, 37px); line-height: 1.15; }
  .bento--main__badge { right: -22px; bottom: -34px; width: 165px; height: 150px; transform: rotate(-8deg); }
  .bento--wide { grid-column: 2; grid-row: 1; padding: 22px 25px; }
  .bento--pair { grid-column: 2; grid-row: 2; gap: 25px; }
  .bento--small { padding: 22px 25px; }
  .bento__num { font-size: 15px; }
  .bento__title, .bento__title--sm { margin-top: 10px; font-size: 23px; }
  .bento__copy, .bento__copy--sm { margin-top: 6px; font-size: 15px; }

  .section-how { padding: 42px 0 24px; }
  .section-how .site-container { width: min(81.5%, 1174px); }
  .section-how .section-title { margin-top: 8px; }
  .process { margin-top: 37px; gap: 25px; }
  .process-card { min-height: 192px; padding: 25px; }
  .process-card__num { font-size: 15px; }
  .process-card__icon { width: 42px; height: 42px; }
  .process-card__title { margin-top: 8px; font-size: 23px; }
  .process-card__copy { margin-top: 8px; font-size: 15px; line-height: 24px; }
  .channels { margin-top: 28px; gap: 10px; }
  .channel { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; font-size: 13px; }

  .section-demo { padding: 100px 0 42px; background: var(--paper); }
  .section-demo .site-container { width: min(81.5%, 1174px); grid-template-columns: minmax(0, 1fr) minmax(0, min(600px, 51%)); gap: 3.4%; align-items: start; }
  .section-demo__lead { margin-top: 33px; max-width: 440px; font-size: 16px; line-height: 1.65; }
  .section-demo__cta { margin-top: 38px; height: 50px; padding: 0 22px; font-size: 15px; }
  .section-demo__note { margin-top: 28px; font-size: 13px; }
  .demo-frame { width: 100%; max-width: 600px; min-width: 0; margin-top: -42px; padding: 12px; transform: rotate(-1.5deg); }
  .demo-frame__inner, .demo-frame__img { min-width: 0; }
  .demo-frame__inner { grid-template-columns: .31fr .69fr; }
  .demo-frame__copy { padding: 22px 16px; }
  .demo-frame__slogan { font-size: 24px; line-height: 1.15; letter-spacing: -0.03em; }
  .demo-frame__store { margin-top: 30px; }
  .demo-frame__store h3 { font-size: 28px; }
  .demo-frame__store p { font-size: 11px; }
  .demo-frame__img { height: 303px; min-height: 0; }
  .demo-frame__bar { padding: 10px 18px; font-size: 13px; }

  .section-pricing { padding: 20px 0; }
  .section-pricing .site-container { width: min(81.5%, 1174px); grid-template-columns: minmax(0, 1fr) minmax(0, min(688px, 58.6%)); gap: 3.4%; align-items: start; }
  .section-pricing__copy { padding-top: 26px; }
  .section-pricing__lead { margin-top: 24px; max-width: 400px; font-size: 15px; line-height: 1.65; }
  .pricing-shell { grid-template-columns: minmax(0, 47fr) minmax(0, 53fr); }
  .pricing-free, .pricing-pro { padding: 14px 33px 14px; }
  .pricing__price { margin-top: 14px; font-size: 30px; }
  .pricing__price--sm { margin-top: 18px; font-size: 24px; }
  .pricing__sub { margin-top: 4px; font-size: 14px; }
  .pricing__list { margin-top: 14px; gap: 4px; font-size: 12px; }
  .pricing__foot { margin-top: 12px; padding-top: 10px; font-size: 12px; }

  .section-final { padding: 25px 0; }
  .section-final .site-container { width: min(70%, 1008px); }
  .final-cta { padding: 36px 42px 30px; }
  .final-cta__grid { margin-top: 0; grid-template-columns: 1fr 67px; align-items: start; gap: 24px; }
  .final-cta .eyebrow-refined { line-height: 1; }
  .final-cta__title { margin-top: 12px; }
  .final-cta__title { font-size: clamp(26px, 2.6vw, 37px); line-height: 1.15; letter-spacing: -0.03em; }
  .final-cta__copy { margin-top: 12px; max-width: 640px; font-size: 14px; line-height: 20px; }
  .final-cta__row { margin-top: 16px; }
  .final-cta__row .btn { height: 36px; padding: 0 20px; font-size: 13px; }
  .final-cta__deco { width: 67px; height: 67px; }

  .site-footer { padding: 8px 0; }
  .site-footer .brand-tile { width: 33px; height: 33px; }
  .site-footer__name { font-size: 13px; }
  .site-footer__tag { font-size: 10px; }
  .site-footer__links { font-size: 12px; }
}

/* 法律页 */
.legal { max-width: 760px; }
.legal .section-title { font-size: clamp(2rem, 4vw, 3rem); }
.legal h2 { margin-top: 32px; font-size: 20px; font-weight: 900; }
.legal p { margin-top: 10px; font-size: 15px; line-height: 1.8; color: rgb(18 20 18 / 72%); }
.legal__meta { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: rgb(18 20 18 / 45%); }
.legal__contact { margin-top: 32px; font-weight: 700; }

/* ---- site pages (legacy URLs) ---- */
.sp-hero { position: relative; border-bottom: 1.5px solid var(--ink); background: var(--paper); padding-block: clamp(3rem, 5vw, 5.5rem); }
.sp-hero--yellow { background: var(--yellow); }
.sp-hero--cyan { background: var(--cyan); }
.sp-hero--sand { background: #ffe8b5; }
.sp-hero__grid { display: grid; gap: 36px; }
.sp-hero .section-title { margin-top: 22px; max-width: 780px; }
.sp-hero__lead { margin-top: 22px; max-width: 580px; font-size: 16px; font-weight: 500; line-height: 1.75; color: rgb(18 20 18 / 66%); }
.sp-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.sp-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.sp-hero__aside { align-self: start; }
.sp-hero__aside .bento-box { background: #fff; }

.sp-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgb(18 20 18 / 50%); }
.sp-crumb a:hover { color: var(--ink); }
.sp-subnav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.sp-subnav .proof-chip { transition: transform 120ms ease, box-shadow 120ms ease; }
.sp-subnav .proof-chip:hover { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--ink); }
.sp-subnav .is-active { background: var(--yellow); }

.sp-section--line { border-bottom: 1.5px solid var(--ink); }
.sp-section--tint { background: #fffcf4; }
.sp-section--sand { background: #ffe8b5; }
.sp-section--dark { background: var(--blue); color: #fff; }
.sp-section--ink { background: var(--ink); color: #fff; }
.sp-h2 { max-width: 780px; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; line-height: 1.12; letter-spacing: -0.04em; text-wrap: balance; }
.eyebrow-refined + .sp-h2 { margin-top: 12px; }
.sp-lead { margin-top: 14px; max-width: 620px; font-size: 15px; font-weight: 500; line-height: 1.75; color: rgb(18 20 18 / 62%); }
.sp-section--dark .sp-lead, .sp-section--ink .sp-lead { color: rgb(255 255 255 / 70%); }
.sp-head { display: grid; gap: 16px; }

.sp-grid { display: grid; gap: 16px; margin-top: 28px; }
.sp-card { padding: 22px 24px; background: #fff; }
.sp-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.sp-card__num { font-family: var(--font-mono); font-size: 12px; font-weight: 900; }
.sp-card__icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 6px; background: #fff; }
.sp-card__title { margin-top: 14px; font-size: 19px; font-weight: 900; line-height: 1.2; letter-spacing: -0.03em; }
.sp-card__copy { margin-top: 8px; font-size: 14px; font-weight: 500; line-height: 1.65; color: rgb(18 20 18 / 62%); }
.sp-card__copy a, .sp-faq__a a, .sp-prose a { font-weight: 800; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.sp-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 18px; }
.sp-card--link { display: block; transition: transform 150ms ease, box-shadow 150ms ease; }
.sp-card--link:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.sp-list { display: grid; gap: 12px; margin-top: 18px; }
.sp-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 600; line-height: 1.55; }
.sp-list .ic { flex: none; margin-top: 3px; }
.sp-list--x .ic { color: var(--coral); }
.sp-list--pain li { border: 1.5px solid var(--ink); border-radius: 6px; padding: 12px 14px; background: #fff; box-shadow: 2px 2px 0 var(--ink); }

.sp-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; font-family: var(--font-mono); font-size: 11px; font-weight: 800; }
.sp-flow__step { display: inline-flex; align-items: center; gap: 6px; height: 34px; border: 1.5px solid var(--ink); border-radius: 4px; padding: 0 12px; background: #fff; color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.sp-flow__step--end { background: var(--yellow); }
.sp-flow__arrow { opacity: .55; }

.sp-faq { margin-top: 20px; border-top: 1.5px solid var(--ink); }
.sp-faq__item { padding-block: 20px; border-bottom: 1px dashed rgb(18 20 18 / 32%); }
.sp-faq__q { display: flex; gap: 12px; font-size: 16px; font-weight: 900; line-height: 1.35; letter-spacing: -0.01em; }
.sp-faq__mark { display: grid; flex: none; place-items: center; width: 22px; height: 22px; margin-top: 1px; border: 1.5px solid var(--ink); border-radius: 4px; background: var(--yellow); font-family: var(--font-mono); font-size: 11px; font-weight: 900; }
.sp-faq__a { margin-top: 8px; padding-left: 34px; font-size: 14px; font-weight: 500; line-height: 1.75; color: rgb(18 20 18 / 66%); }
.sp-faq__group { margin-top: 36px; }
.sp-faq__group:first-child { margin-top: 0; }
.sp-faq__group .sp-h3 { font-size: 13px; }

.sp-h3 { font-family: var(--font-mono); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgb(18 20 18 / 55%); }
.sp-prose { max-width: 720px; }
.sp-prose p { margin-top: 12px; font-size: 15px; font-weight: 500; line-height: 1.85; color: rgb(18 20 18 / 70%); }
.sp-prose p:first-child { margin-top: 0; }
.sp-prose strong { font-weight: 800; color: var(--ink); }

.sp-two { display: grid; gap: 32px; }
.sp-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 24px; font-size: 14px; font-weight: 800; }
.sp-note { margin-top: 14px; font-size: 12px; font-weight: 700; line-height: 1.6; color: rgb(18 20 18 / 45%); }
.sp-section--dark .sp-note, .sp-section--ink .sp-note { color: rgb(255 255 255 / 55%); }
.sp-alert { display: flex; gap: 12px; margin-top: 24px; max-width: 760px; border: 1.5px solid var(--ink); border-radius: 6px; padding: 16px 18px; background: #fff; box-shadow: 3px 3px 0 var(--ink); font-size: 13px; font-weight: 600; line-height: 1.65; }
.sp-alert .ic { flex: none; margin-top: 2px; }

.sp-cat { display: flex; flex-direction: column; gap: 10px; min-height: 180px; padding: 22px; border: 1.5px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); transition: transform 150ms ease, box-shadow 150ms ease; }
.sp-cat:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.sp-cat__icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 6px; background: #fff; }
.sp-cat__name { margin-top: auto; font-size: 22px; font-weight: 900; letter-spacing: -0.035em; }
.sp-cat__sub { font-size: 12px; font-weight: 700; color: rgb(18 20 18 / 58%); }
.sp-cat__go { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 12px; font-weight: 900; }

.sp-store { display: flex; flex-direction: column; overflow: hidden; background: #fff; }
.sp-store__img { height: 150px; width: 100%; object-fit: cover; border-bottom: 1.5px solid var(--ink); }
.sp-store__body { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 18px 20px; }
.sp-store__name { font-size: 19px; font-weight: 900; letter-spacing: -0.03em; }
.sp-store__meta { font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgb(18 20 18 / 50%); }
.sp-store__offer { display: inline-flex; width: fit-content; align-items: center; gap: 6px; margin-top: 6px; border: 1.5px solid var(--ink); border-radius: 4px; padding: 5px 9px; background: var(--yellow); font-size: 12px; font-weight: 900; }
.sp-store__go { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 12px; font-size: 12px; font-weight: 900; }

.sp-form__title { font-size: 20px; font-weight: 900; letter-spacing: -0.03em; }
.sp-form__sub { margin: 6px 0 20px; font-size: 13px; font-weight: 500; line-height: 1.6; color: rgb(18 20 18 / 58%); }
.sp-contact { display: grid; gap: 12px; margin-top: 18px; }
.sp-contact a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; font-size: 14px; font-weight: 800; }
.sp-contact a:hover { text-decoration: underline; text-underline-offset: 3px; }
.sp-pair { display: grid; gap: 16px; }
.sp-final .final-cta__row { gap: 12px 16px; }

@media (min-width: 640px) {
  .sp-grid--2, .sp-grid--3, .sp-grid--4, .sp-grid--5, .sp-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-card { padding: 26px 28px; }
}
@media (min-width: 768px) {
  .sp-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .sp-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 48px; }
  .sp-hero__lead { font-size: 17px; }
  .sp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sp-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .sp-two { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 48px; }
  .sp-head { grid-template-columns: minmax(0, 1fr) minmax(0, 400px); align-items: end; gap: 40px; }
  .sp-head .sp-lead { margin-top: 0; }
  .sp-faq--2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; }
  .sp-flow { font-size: 12px; }
}
