:root {
  --ink: #101114;
  --paper: #f3f6f5;
  --white: #ffffff;
  --mist: #dfe6e4;
  --gray: #69716f;
  --red: #ff365f;
  --cyan: #20d8d1;
  --acid: #efff63;
  --line: rgba(16,17,20,.16);
  --sans: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--red); }

.shop-dock { position: fixed; z-index: 80; inset: 0 auto 0 0; width: 268px; display: flex; flex-direction: column; padding: 28px 22px 24px; color: var(--white); background: var(--ink); }
.dock-brand { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; }
.dock-brand img { width: 54px; height: 54px; border-radius: 8px; box-shadow: 5px 5px 0 var(--cyan); }
.dock-brand strong, .dock-brand small { display: block; }
.dock-brand strong { font-size: 20px; }
.dock-brand small { color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .1em; }
.dock-edition { display: flex; align-items: center; justify-content: space-between; margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.dock-edition b { color: var(--white); font-size: 30px; line-height: 1; }
.dock-nav { display: grid; }
.dock-nav a { display: grid; grid-template-columns: 30px 1fr; align-items: center; min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 13px; font-weight: 800; transition: color .2s ease, padding .2s ease; }
.dock-nav a::before { content: attr(data-no); color: var(--cyan); font-size: 11px; }
.dock-nav a:hover { padding-left: 7px; color: var(--white); }
.dock-bottom { margin-top: auto; }
.dock-bottom p { margin: 0 0 15px; color: rgba(255,255,255,.58); font-size: 13px; }
.dock-buy { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px 0 18px; color: var(--ink); background: var(--acid); font-size: 13px; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.dock-buy i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-style: normal; }
.dock-buy:hover { background: var(--cyan); transform: translateX(4px); }
.dock-toggle { display: none; }

.shop-canvas, .shop-footer { margin-left: 268px; }
.storefront { position: relative; min-height: 760px; display: grid; grid-template-rows: auto auto auto; align-content: start; padding: 34px clamp(32px,6vw,100px) 0; overflow: hidden; background: var(--white); }
.store-meta { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.store-meta span:last-child { color: var(--red); }
.store-center { position: relative; justify-self: center; width: min(100%,880px); display: flex; flex-direction: column; align-items: center; margin: 58px auto 52px; padding: 0; text-align: center; }
.store-logo { position: relative; width: 116px; height: 116px; margin-bottom: 25px; }
.store-logo::before, .store-logo::after { content: ""; position: absolute; inset: -13px; border: 1px solid var(--ink); border-radius: 50%; animation: ringTurn 12s linear infinite; }
.store-logo::after { inset: -25px; border-color: var(--cyan); border-style: dashed; animation-direction: reverse; }
.store-logo img { position: relative; z-index: 2; width: 116px; height: 116px; border-radius: 22px; box-shadow: 8px 8px 0 var(--red); animation: logoLift 4s ease-in-out infinite; }
.store-center > span { margin-bottom: 10px; color: var(--gray); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.store-center h1 { margin: 0; font-size: clamp(58px,7.4vw,116px); line-height: 1.08; letter-spacing: 0; }
.store-center h1 em { display: inline-block; margin-top: .07em; color: var(--red); font-style: normal; animation: titleSignal 4.5s ease-in-out infinite; }
.store-center > p { max-width: 720px; margin: 30px auto 0; color: var(--gray); font-size: 17px; line-height: 1.9; }
.store-action { min-width: 270px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; margin-top: 28px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 900; box-shadow: 8px 8px 0 var(--cyan); transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.store-action:hover { color: var(--ink); background: var(--acid); box-shadow: 12px 12px 0 var(--red); transform: translateY(-3px); }
.store-flank { position: absolute; z-index: 2; top: 245px; width: 190px; min-height: 225px; display: grid; align-content: start; gap: 10px; padding: 28px 25px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); color: var(--gray); background: var(--paper); animation: flankFloat 5s ease-in-out infinite; }
.store-flank::before { content: attr(data-mark); position: absolute; right: 13px; top: -14px; color: rgba(255,54,95,.11); font-size: 58px; font-weight: 900; line-height: 1; letter-spacing: 0; }
.store-flank::after { content: ""; position: absolute; top: 50%; width: 92px; height: 2px; background: var(--ink); transform: scaleX(.35); animation: connectorSignal 2.8s ease-in-out infinite; }
.store-flank--left { left: clamp(24px,4vw,68px); box-shadow: 10px 10px 0 rgba(32,216,209,.28); }
.store-flank--left::after { right: -92px; transform-origin: left; }
.store-flank--right { right: clamp(24px,4vw,68px); text-align: right; box-shadow: -10px 10px 0 rgba(255,54,95,.2); animation-delay: -2.5s; }
.store-flank--right::before { right: auto; left: 14px; color: rgba(32,216,209,.14); }
.store-flank--right::after { left: -92px; transform-origin: right; animation-delay: -1.4s; }
.store-flank > span { margin-bottom: 7px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.store-flank > b { font-size: 13px; }
.flank-bars { height: 35px; display: flex; align-items: end; gap: 5px; margin-top: 10px; }
.store-flank--right .flank-bars { justify-content: flex-end; }
.flank-bars i { width: 4px; height: 10px; background: var(--cyan); animation: flankBars .8s ease-in-out infinite alternate; }
.flank-bars i:nth-child(2) { animation-delay: -.2s; }
.flank-bars i:nth-child(3) { animation-delay: -.45s; }
.flank-bars i:nth-child(4) { animation-delay: -.1s; }
.flank-bars i:nth-child(5) { animation-delay: -.6s; }
.store-flank--right .flank-bars i { background: var(--red); }
.store-counters { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.store-counters div { min-height: 104px; display: grid; grid-template-columns: 56px 1fr; align-content: center; gap: 2px 15px; padding: 14px 24px; border-right: 1px solid var(--ink); }
.store-counters div:last-child { border-right: 0; }
.store-counters b { grid-row: 1 / span 2; align-self: center; color: var(--red); font-size: 34px; }
.store-counters span { align-self: end; font-size: 16px; font-weight: 900; }
.store-counters small { align-self: start; color: var(--gray); font-size: 13px; }

.word-belt { overflow: hidden; color: var(--white); background: var(--red); }
.word-belt div { width: max-content; display: flex; align-items: center; min-height: 54px; animation: beltMove 24s linear infinite; }
.word-belt span { padding: 0 30px; font-size: 13px; font-weight: 900; white-space: nowrap; }
.word-belt i { color: var(--acid); font-style: normal; }

.shelf { padding: 110px clamp(32px,6vw,100px) 130px; }
.section-cap { display: grid; grid-template-columns: 150px 1fr minmax(220px,320px); align-items: end; gap: 38px; margin-bottom: 48px; }
.section-cap > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.section-cap h2 { margin: 0; font-size: clamp(42px,5.5vw,78px); line-height: 1.06; letter-spacing: 0; }
.section-cap p { margin: 0; color: var(--gray); font-size: 14px; }
.shelf-table { border-top: 2px solid var(--ink); }
.shelf-row { display: grid; grid-template-columns: 90px 1fr 1.3fr auto; align-items: center; gap: 28px; min-height: 132px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.shelf-row:hover { padding: 0 22px; background: var(--white); }
.shelf-row > b { color: var(--cyan); font-size: 14px; }
.shelf-row h3 { margin: 0; font-size: 25px; }
.shelf-row p { margin: 0; color: var(--gray); font-size: 14px; }
.shelf-row a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); transition: color .2s ease, background .2s ease; }
.shelf-row:hover a { color: var(--white); background: var(--ink); }

.use-window { display: grid; grid-template-columns: 1fr 1fr; }
.use-intro { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 65px clamp(30px,5vw,80px); color: var(--white); background: var(--ink); }
.use-intro span { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.use-intro h2 { max-width: 600px; margin: auto 0 25px; font-size: clamp(46px,5.5vw,78px); line-height: 1.05; }
.use-intro p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); }
.use-scenes { display: grid; grid-template-columns: 1fr 1fr; }
.use-scenes article { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-left: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); transition: color .25s ease, background .25s ease; }
.use-scenes article:nth-child(3), .use-scenes article:nth-child(4) { border-bottom: 0; }
.use-scenes article:hover { color: var(--ink); background: var(--acid); }
.use-scenes b { color: var(--red); font-size: 13px; }
.use-scenes h3 { margin: auto 0 12px; font-size: 27px; }
.use-scenes p { margin: 0; color: var(--gray); font-size: 14px; }

.quick-route { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 115px clamp(32px,6vw,100px); background: var(--cyan); }
.route-copy span { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.route-copy h2 { margin: 17px 0 0; font-size: clamp(42px,5vw,72px); line-height: 1.08; }
.route-list { counter-reset: route; border-top: 2px solid var(--ink); }
.route-list li { counter-increment: route; display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(16,17,20,.28); list-style: none; }
.route-list li::before { content: "0" counter(route); font-size: 13px; font-weight: 900; }
.route-list h3 { margin: 0 0 4px; font-size: 18px; }
.route-list p { margin: 0; color: rgba(16,17,20,.62); font-size: 14px; }

.magazine { padding: 120px clamp(32px,6vw,100px); background: var(--white); }
.magazine-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.magazine-head span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.magazine-head h2 { margin: 12px 0 0; font-size: clamp(42px,5vw,74px); line-height: 1.05; }
.magazine-head > a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 900; }
.magazine-grid { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--ink); }
.magazine-grid > a { min-height: 250px; display: flex; flex-direction: column; padding: 34px; border-bottom: 1px solid var(--ink); transition: background .25s ease; }
.magazine-grid > a:nth-child(odd) { border-right: 1px solid var(--ink); }
.magazine-grid > a:nth-last-child(-n+2) { border-bottom: 0; }
.magazine-grid > a:hover { background: var(--acid); }
.magazine-grid > a:first-child { color: var(--white); background: var(--red); }
.magazine-grid > a:first-child:hover { color: var(--ink); background: var(--cyan); }
.magazine-grid span { font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.magazine-grid h3 { max-width: 600px; margin: auto 0 20px; font-size: clamp(24px,2.4vw,38px); line-height: 1.25; }
.magazine-grid b { font-size: 13px; }

.answer-strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 75px clamp(32px,6vw,100px); color: var(--white); background: var(--ink); }
.answer-strip h2 { max-width: 820px; margin: 0; font-size: clamp(36px,4.7vw,68px); line-height: 1.08; }
.answer-strip a { min-height: 54px; display: grid; place-items: center; padding: 0 24px; color: var(--ink); background: var(--acid); font-size: 13px; font-weight: 900; }

.shop-footer { display: grid; grid-template-columns: 1.4fr repeat(3,.65fr); gap: 50px; padding: 70px clamp(32px,6vw,100px) 28px; color: var(--ink); background: var(--mist); }
.footer-brand { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 14px; }
.footer-brand img { grid-row: 1 / span 2; width: 58px; border-radius: 8px; }
.footer-brand strong { align-self: end; font-size: 20px; }
.footer-brand span { align-self: start; color: var(--gray); font-size: 12px; }
.shop-footer b { display: block; margin-bottom: 13px; font-size: 13px; }
.shop-footer a { display: block; width: fit-content; margin: 7px 0; color: var(--gray); font-size: 14px; }
.shop-footer a:hover { color: var(--red); }
.shop-footer > p { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--gray); font-size: 12px; }

/* Directory pages */
.directory-cover { min-height: 520px; display: grid; align-content: end; padding: 70px clamp(32px,7vw,120px); color: var(--white); background: var(--red); }
.directory-cover.cyan { color: var(--ink); background: var(--cyan); }
.directory-cover.black { background: var(--ink); }
.directory-cover > span { margin-bottom: 25px; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.directory-cover h1 { max-width: 1000px; margin: 0; font-size: clamp(54px,7.5vw,110px); line-height: 1; letter-spacing: 0; }
.directory-cover p { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.7); }
.directory-cover.cyan p { color: rgba(16,17,20,.64); }
.stock-lines { padding: 80px clamp(32px,6vw,100px) 120px; }
.stock-line { display: grid; grid-template-columns: 72px .8fr 1.2fr; gap: 42px; padding: 52px 0; border-top: 1px solid var(--ink); }
.stock-line:last-child { border-bottom: 1px solid var(--ink); }
.stock-line > b { color: var(--red); }
.stock-line h2 { margin: 0; font-size: clamp(30px,3.5vw,50px); line-height: 1.12; }
.stock-line p { margin: 0 0 15px; color: var(--gray); }
.stock-line ul { margin: 0; padding-left: 1.2em; font-size: 14px; }
.scene-bands article { min-height: 330px; display: grid; grid-template-columns: .7fr 1.3fr; border-bottom: 1px solid var(--ink); }
.scene-bands header { display: flex; flex-direction: column; justify-content: space-between; padding: 45px clamp(30px,5vw,70px); background: var(--acid); }
.scene-bands article:nth-child(even) header { color: var(--white); background: var(--red); }
.scene-bands header span { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.scene-bands h2 { margin: 0; font-size: clamp(38px,4vw,58px); line-height: 1.05; }
.scene-bands > article > div { align-self: center; padding: 45px clamp(30px,5vw,70px); }
.scene-bands p { color: var(--gray); }
.scene-bands ul { columns: 2; padding-left: 1.2em; }

/* FAQ */
.faq-sheet { max-width: 1040px; margin: 0 auto; padding: 90px 24px 130px; }
.faq-item { border-top: 1px solid var(--ink); }
.faq-item:last-child { border-bottom: 1px solid var(--ink); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 45px 1fr 40px; align-items: center; gap: 18px; padding: 25px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { color: var(--red); font-size: 12px; font-weight: 900; }
.faq-item button b { font-size: 18px; }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-style: normal; transition: transform .25s ease, background .25s ease; }
.faq-item.is-open button i { color: var(--ink); background: var(--cyan); transform: rotate(45deg); }
.faq-copy { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-copy > div { overflow: hidden; }
.faq-copy p { max-width: 740px; margin: 0 0 28px 63px; color: var(--gray); }
.faq-item.is-open .faq-copy { grid-template-rows: 1fr; }

/* Articles and legal */
.reading-cover { padding: 85px clamp(32px,7vw,120px); border-bottom: 1px solid var(--ink); background: var(--white); }
.reading-cover > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.reading-cover h1 { max-width: 1050px; margin: 20px 0; font-size: clamp(50px,6.3vw,92px); line-height: 1.05; letter-spacing: 0; }
.reading-cover > p { max-width: 740px; color: var(--gray); }
.reading-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: var(--gray); font-size: 12px; }
.reading-columns { display: grid; grid-template-columns: 190px minmax(0,760px); justify-content: center; gap: 75px; padding: 75px 24px 130px; }
.reading-index { position: sticky; top: 30px; align-self: start; border-top: 2px solid var(--ink); }
.reading-index b { display: block; padding: 16px 0 8px; font-size: 13px; }
.reading-index a { display: block; margin: 8px 0; color: var(--gray); font-size: 13px; }
.reading-body { font-size: 16px; line-height: 2; }
.reading-body > p:first-child { font-size: 19px; font-weight: 800; }
.reading-body h2 { margin: 58px 0 17px; padding-top: 18px; border-top: 2px solid var(--ink); font-size: 32px; line-height: 1.25; }
.reading-body h3 { margin: 30px 0 8px; font-size: 20px; }
.reading-body ul { padding-left: 1.25em; }
.reading-body blockquote { margin: 35px 0; padding: 24px 27px; border-left: 9px solid var(--cyan); color: var(--white); background: var(--ink); }
.reading-body a { color: var(--red); border-bottom: 1px solid currentColor; }
.reading-note { margin: 34px 0; padding: 24px; border: 1px solid var(--ink); background: var(--acid); }
.reading-author { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 14px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--ink); }
.reading-author img { width: 50px; border-radius: 7px; }
.reading-author b, .reading-author span { display: block; }
.reading-author span { color: var(--gray); font-size: 12px; }
.legal-sheet { max-width: 900px; margin: 0 auto; padding: 100px 24px 130px; }
.legal-sheet > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.legal-sheet h1 { margin: 12px 0 5px; font-size: clamp(52px,7vw,88px); line-height: 1; }
.legal-sheet > p { color: var(--gray); }
.legal-sheet h2 { margin-top: 42px; padding-top: 16px; border-top: 1px solid var(--ink); font-size: 21px; }
.legal-alert { margin: 30px 0; padding: 22px; border-left: 9px solid var(--cyan); background: var(--white); }

/* Redirect */
.entry-body { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--cyan); }
.entry-panel { width: min(100%,560px); padding: 54px; border: 2px solid var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--red); text-align: center; }
.entry-panel img { width: 76px; margin: 0 auto; border-radius: 12px; }
.entry-panel h1 { margin: 25px 0 8px; font-size: 30px; }
.entry-panel p { color: var(--gray); font-size: 14px; }
.entry-progress { height: 5px; margin: 28px 0; overflow: hidden; background: var(--mist); }
.entry-progress i { display: block; width: 34%; height: 100%; background: var(--red); animation: entryMove 1.2s ease-in-out infinite; }
.entry-panel a { color: var(--red); border-bottom: 1px solid currentColor; font-size: 13px; }

.motion-ready [data-rise] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.motion-ready [data-rise].is-visible { opacity: 1; transform: none; }

@keyframes ringTurn { to { transform: rotate(360deg); } }
@keyframes logoLift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes beltMove { to { transform: translateX(-50%); } }
@keyframes entryMove { from { transform: translateX(-110%); } to { transform: translateX(300%); } }
@keyframes flankFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes flankBars { from { height: 8px; } to { height: 34px; } }
@keyframes titleSignal { 0%,100% { text-shadow: 0 0 0 rgba(32,216,209,0); } 50% { text-shadow: 5px 5px 0 rgba(32,216,209,.22); } }
@keyframes connectorSignal { 0%,100% { transform: scaleX(.25); opacity: .35; } 50% { transform: scaleX(1); opacity: 1; } }

@media (min-width: 981px) and (max-width: 1180px) {
  .store-flank { width: 125px; min-height: 205px; padding: 24px 16px; }
  .store-flank::before { font-size: 42px; }
  .store-flank::after { display: none; }
}

@media (max-width: 980px) {
  .shop-dock { position: sticky; inset: 0 0 auto; width: auto; height: 68px; flex-direction: row; align-items: center; padding: 8px 18px; }
  .dock-brand { grid-template-columns: 44px 1fr; }
  .dock-brand img { width: 44px; height: 44px; }
  .dock-brand strong { font-size: 17px; }
  .dock-edition, .dock-bottom { display: none; }
  .dock-toggle { width: 44px; height: 44px; display: grid; place-items: center; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.22); background: transparent; cursor: pointer; }
  .dock-toggle::before { content: "☰"; color: var(--white); font-size: 20px; }
  .dock-toggle.is-open::before { content: "×"; }
  .dock-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 8px 18px 18px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .dock-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .shop-canvas, .shop-footer { margin-left: 0; }
  .storefront { min-height: 0; }
  .store-flank { top: 235px; width: 92px; min-height: 0; padding: 0; background: transparent; box-shadow: none; }
  .store-flank::before, .store-flank::after { display: none; }
  .store-flank > b { font-size: 11px; }
  .section-cap { grid-template-columns: 110px 1fr; }
  .section-cap p { grid-column: 2; }
  .use-window { grid-template-columns: 1fr; }
  .use-intro { min-height: 430px; }
}

@media (max-width: 720px) {
  .storefront { padding: 18px 18px 0; }
  .store-meta { font-size: 10px; }
  .store-center { margin: 34px auto 32px; padding: 0; }
  .store-logo { width: 78px; height: 78px; margin-bottom: 18px; }
  .store-logo img { width: 78px; height: 78px; border-radius: 15px; box-shadow: 5px 5px 0 var(--red); }
  .store-logo::before { inset: -8px; }
  .store-logo::after { inset: -15px; }
  .store-center > span { margin-bottom: 7px; font-size: 10px; }
  .store-center h1 { font-size: clamp(42px,13vw,64px); line-height: 1; }
  .store-center h1 { line-height: 1.1; }
  .store-center h1 em { margin-top: .09em; }
  .store-center > p { margin-top: 21px; font-size: 15px; line-height: 1.8; }
  .store-action { min-width: min(100%,300px); min-height: 52px; margin-top: 18px; }
  .store-flank { top: 155px; width: 20px; min-height: 0; gap: 0; padding: 0; border: 0; opacity: .72; }
  .store-flank--left { left: 9px; }
  .store-flank--right { right: 9px; }
  .store-flank > span, .store-flank > b { display: none; }
  .flank-bars { height: 72px; flex-direction: column; align-items: start; justify-content: center; gap: 5px; margin: 0; }
  .store-flank--right .flank-bars { align-items: end; justify-content: center; }
  .flank-bars i { width: 8px; height: 3px; animation-name: flankBarsMobile; }
  .store-counters div { min-height: 78px; grid-template-columns: 28px 1fr; gap: 0 4px; padding: 9px 6px; }
  .store-counters b { font-size: 24px; }
  .store-counters span { font-size: 13px; }
  .store-counters small { font-size: 11px; }
  .word-belt div { min-height: 46px; }
  .shelf { padding: 55px 18px 75px; }
  .magazine { padding: 80px 18px; }
  .section-cap { grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
  .section-cap p { grid-column: auto; }
  .section-cap h2, .magazine-head h2 { font-size: 39px; }
  .shelf-row { grid-template-columns: 36px 1fr 40px; gap: 12px; min-height: 145px; padding: 18px 0; }
  .shelf-row p { grid-column: 2; }
  .shelf-row > a { grid-column: 3; grid-row: 1 / span 2; }
  .shelf-row h3 { font-size: 22px; }
  .use-intro { min-height: 360px; padding: 45px 20px; }
  .use-intro h2 { font-size: 41px; }
  .use-scenes { grid-template-columns: 1fr; }
  .use-scenes article { min-height: 220px; border-left: 0; border-bottom: 1px solid var(--ink) !important; padding: 26px 20px; }
  .quick-route { grid-template-columns: 1fr; gap: 40px; padding: 80px 18px; }
  .route-copy h2 { font-size: 40px; }
  .magazine-head { align-items: start; flex-direction: column; }
  .magazine-grid { grid-template-columns: 1fr; }
  .magazine-grid > a { min-height: 220px; border-right: 0 !important; border-bottom: 1px solid var(--ink) !important; }
  .magazine-grid > a:last-child { border-bottom: 0 !important; }
  .answer-strip { grid-template-columns: 1fr; padding: 65px 18px; }
  .answer-strip h2 { font-size: 38px; }
  .answer-strip a { justify-self: stretch; }
  .shop-footer { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding: 55px 18px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .directory-cover { min-height: 430px; padding: 55px 18px; }
  .directory-cover h1 { font-size: 50px; }
  .stock-lines { padding: 55px 18px 90px; }
  .stock-line { grid-template-columns: 35px 1fr; gap: 16px; padding: 38px 0; }
  .stock-line > div { grid-column: 2; }
  .scene-bands article { grid-template-columns: 1fr; }
  .scene-bands header { min-height: 230px; padding: 32px 20px; }
  .scene-bands > article > div { padding: 32px 20px; }
  .scene-bands ul { columns: 1; }
  .faq-sheet { padding: 60px 18px 100px; }
  .faq-item button { grid-template-columns: 28px 1fr 34px; gap: 10px; }
  .faq-copy p { margin-left: 38px; }
  .reading-cover { padding: 58px 18px; }
  .reading-cover h1 { font-size: 47px; }
  .reading-columns { grid-template-columns: 1fr; gap: 35px; padding: 55px 18px 100px; }
  .reading-index { position: static; }
  .legal-sheet { padding: 70px 18px 100px; }
  .entry-panel { padding: 42px 22px; box-shadow: 8px 8px 0 var(--red); }
}

@media (max-width: 390px) and (max-height: 820px) {
  .store-center { margin: 24px auto 22px; padding: 0; }
  .store-logo { width: 66px; height: 66px; margin-bottom: 14px; }
  .store-logo img { width: 66px; height: 66px; }
  .store-center h1 { font-size: 42px; }
  .store-center > p { margin-top: 11px; }
  .store-action { min-height: 48px; margin-top: 13px; }
}

@keyframes flankBarsMobile { from { width: 6px; } to { width: 20px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .motion-ready [data-rise] { opacity: 1; transform: none; }
}
