:root {
  --paper: #f7f4ed;
  --paper-strong: #fffdf8;
  --ink: #202725;
  --muted: #6f746e;
  --sage: #6d8065;
  --sage-soft: #e8ede3;
  --brick: #bf302f;
  --brick-dark: #9f2324;
  --peach: #e8aaa0;
  --line: #ddd9cf;
  --header-height: 86px;
  --shell: min(100% - 64px, 1380px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 12px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 11px 16px; color: #fff; background: var(--brick); }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247,244,237,.97); }
.header-inner { width: var(--shell); min-height: var(--header-height); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 52px; height: 52px; border-radius: 13px; object-fit: contain; }
.brand strong { font-size: 24px; letter-spacing: -.04em; white-space: nowrap; }
.brand-position { color: #676b65; font-size: 13px; letter-spacing: .08em; }
.main-nav { align-self: stretch; display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: -20px; width: 0; height: 2px; background: var(--brick); transform: translateX(-50%); transition: width 160ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.is-active::after { width: 24px; }
.main-nav a.is-active { color: var(--brick); }
.header-actions { position: relative; display: flex; align-items: center; gap: 10px; }
.header-search-toggle, .menu-button { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.header-search { display: none; align-items: center; gap: 5px; }
.header-search.is-open { display: flex; }
.header-search input { width: 180px; height: 42px; padding: 0 12px; border: 1px solid var(--line); background: var(--paper-strong); outline: none; }
.header-search button { width: 40px; height: 42px; border: 1px solid var(--line); background: var(--sage-soft); cursor: pointer; }
.header-download { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid var(--brick); color: var(--brick); font-size: 14px; font-weight: 750; }
.header-download:hover { color: #fff; background: var(--brick); }

.hero { min-height: 700px; display: grid; grid-template-columns: clamp(280px,22.6vw,326px) minmax(0,1fr) clamp(280px,22.6vw,326px); border-bottom: 1px solid var(--line); }
.hero > * { min-width: 0; padding: 40px 30px 36px; }
.discovery-panel { border-right: 1px solid var(--line); padding-left: max(32px, calc((100vw - 1380px) / 2)); padding-right: 18px; }
.shelf-panel { border-right: 1px solid var(--line); }
.featured-panel { padding-top: 50px; padding-right: max(32px, calc((100vw - 1380px) / 2)); }
.hero-kicker { display: block; margin-bottom: 16px; color: var(--sage); font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.discovery-panel h1 { position: relative; margin: 0 0 34px; font-size: clamp(38px,2.8vw,44px); line-height: 1.28; letter-spacing: -.065em; }
.discovery-panel h1::after { content: ""; position: absolute; left: 46px; bottom: -10px; width: 70px; height: 4px; border-radius: 50%; background: var(--peach); transform: rotate(-4deg); }
.page-search { position: relative; margin-bottom: 22px; }
.page-search > i { position: absolute; left: 14px; top: 50%; color: #8b8e88; transform: translateY(-50%); }
.page-search input { width: 100%; height: 48px; padding: 0 56px 0 42px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--paper-strong); outline: none; }
.page-search input:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(109,128,101,.14); }
.search-clear { position: absolute; right: 5px; top: 5px; height: 38px; padding: 0 10px; border: 0; color: var(--brick); background: transparent; font-size: 12px; cursor: pointer; }
.topic-list { display: grid; }
.topic-list button { min-height: 48px; display: grid; grid-template-columns: 26px 1fr 18px; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid rgba(221,217,207,.7); color: #4f5d4b; background: transparent; text-align: left; cursor: pointer; }
.topic-list button > i:first-child { font-size: 17px; }
.topic-list button > i:last-child { color: #a5a7a0; font-size: 11px; }
.topic-list button:hover, .topic-list button.is-active { color: var(--brick); }
.topic-list button.is-active { padding-inline: 10px; background: var(--sage-soft); }
.android-note { display: flex; align-items: center; gap: 13px; margin-top: 34px; color: var(--sage); }
.android-note > i { font-size: 38px; }
.android-note strong, .android-note small { display: block; }
.android-note strong { font-size: 12px; }
.android-note small { margin-top: 5px; color: var(--muted); font-size: 11px; }

.panel-heading { min-height: 44px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.panel-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.panel-heading > div > span { display: block; width: 54px; height: 3px; margin-top: 11px; background: var(--sage); }
.panel-heading a { display: inline-flex; align-items: center; gap: 7px; color: var(--sage); font-size: 12px; }
.cover-shelf { min-height: 520px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: end; gap: 11px; margin-top: 22px; }
.cover-shelf.is-filtered { grid-template-columns: repeat(var(--shelf-columns, 1),minmax(0,1fr)); align-items: start; gap: 18px; }
.cover-shelf.is-filtered .shelf-card > a { height: auto; aspect-ratio: 8/11; }
.shelf-card { min-width: 0; }
.shelf-card[hidden] { display: none; }
.shelf-card > a { position: relative; height: var(--cover-height, 350px); display: block; overflow: hidden; border-radius: 8px 8px 0 0; background: #ebe8df; }
.shelf-card-tall { --cover-height: 390px; }
.shelf-card-low { --cover-height: 310px; }
.shelf-card-peak { --cover-height: 420px; }
.shelf-card-mid { --cover-height: 350px; }
.shelf-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.shelf-card > a:hover img, .shelf-card > a:focus-visible img { transform: scale(1.025); }
.shelf-rank { position: absolute; left: 10px; bottom: 8px; z-index: 2; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 30px; font-weight: 700; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.shelf-card h3 { margin: 14px 0 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.shelf-card p, .shelf-card small { display: block; margin: 0; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.shelf-card small { margin-top: 8px; color: #969990; }
.shelf-empty { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); text-align: center; }
.shelf-empty[hidden] { display: none; }
.shelf-empty i { font-size: 30px; }
.shelf-empty strong { margin-top: 14px; color: var(--ink); }
.shelf-empty p { margin: 8px 0 16px; font-size: 13px; }
.shelf-empty button, .ranking-empty button { min-height: 42px; padding: 0 18px; border: 1px solid var(--sage); color: var(--sage); background: transparent; cursor: pointer; }

.featured-panel .panel-heading { margin-bottom: 14px; }
.featured-panel .panel-heading > div > span { width: 30px; background: var(--brick); }
.featured-cover { aspect-ratio: 1/1.05; display: block; overflow: hidden; border-radius: 8px; background: #ebe8df; }
.featured-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.featured-copy h3 { margin: 14px 0 4px; font-size: 21px; }
.featured-copy > p { margin: 0; color: var(--muted); font-size: 12px; }
.episode-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; font-size: 12px; }
.episode-line small { color: var(--muted); }
.wave-status { height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--brick); }
.wave-status i { min-width: 0; overflow: hidden; font-size: 60px; line-height: 1; }
.wave-status span { color: var(--muted); font-size: 10px; white-space: nowrap; }
.listen-button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--brick); font-size: 14px; font-weight: 750; }
.listen-button:hover, .listen-button:focus-visible { background: var(--brick-dark); }
.featured-download { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; color: var(--sage); font-size: 12px; }
.featured-download i:first-child { font-size: 19px; }

.ranking { padding: 30px 0 40px; border-bottom: 1px solid var(--line); background: var(--paper-strong); }
.ranking-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.ranking-heading > div { display: flex; align-items: baseline; gap: 20px; }
.ranking-heading h2 { margin: 0; font-size: 25px; }
.ranking-heading span { color: var(--muted); font-size: 11px; }
.ranking-heading span i { margin-right: 6px; color: var(--brick); }
.ranking-heading > a { display: inline-flex; align-items: center; gap: 8px; color: var(--sage); font-size: 12px; }
.ranking-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1px; background: var(--line); }
.ranking-card { position: relative; min-height: 145px; display: grid; grid-template-columns: 62px minmax(0,1fr) 28px; align-items: center; gap: 9px; padding: 14px 10px; background: var(--paper-strong); }
.ranking-card[hidden] { display: none; }
.rank-badge { position: absolute; left: 0; top: 14px; z-index: 2; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--sage); font-size: 12px; font-weight: 800; }
.ranking-card:nth-child(1) .rank-badge { background: var(--brick); }
.ranking-card:nth-child(2) .rank-badge { background: #d97828; }
.ranking-card:nth-child(3) .rank-badge { background: #d9a41f; }
.rank-cover { width: 62px; height: 96px; overflow: hidden; border-radius: 4px; background: #eeeae1; }
.rank-cover img { width: 100%; height: 100%; object-fit: cover; }
.ranking-card h3 { margin: 0 0 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.ranking-card p, .ranking-card small { display: block; margin: 0; color: var(--muted); font-size: 10px; }
.ranking-card small { margin-top: 8px; }
.heat { display: block; margin-top: 10px; color: var(--brick); font-size: 10px; }
.heat i { margin-right: 4px; }
.row-play { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brick); background: transparent; cursor: pointer; }
.row-play.is-playing { color: #fff; background: var(--brick); }
.ranking-empty { grid-column: 1/-1; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); background: var(--paper-strong); text-align: center; }
.ranking-empty[hidden] { display: none; }
.ranking-empty i { font-size: 30px; }
.ranking-empty h3 { margin: 12px 0 6px; color: var(--ink); }
.ranking-empty p { margin: 0 0 16px; font-size: 13px; }

.guide { display: grid; grid-template-columns: .8fr 1.35fr .85fr; gap: 50px; padding-top: 64px; padding-bottom: 64px; }
.guide-heading > span, .faq-heading > span { color: var(--brick); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.guide-heading h2 { margin: 14px 0 18px; font-size: 32px; line-height: 1.4; letter-spacing: -.04em; }
.guide-heading p, .faq-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.guide-steps { margin: 0; padding: 0; list-style: none; }
.guide-steps li { min-height: 110px; display: grid; grid-template-columns: 40px 42px 1fr; align-items: start; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.guide-steps li:first-child { padding-top: 0; }
.guide-steps li > span { color: var(--brick); font-family: Georgia, serif; font-size: 20px; }
.guide-steps li > i { color: var(--sage); font-size: 25px; }
.guide-steps h3 { margin: 0 0 8px; font-size: 15px; }
.guide-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.download-card { align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; color: #f8f6ef; background: #2f3d37; }
.download-card > img { width: 68px; height: 68px; border-radius: 16px; object-fit: contain; }
.download-card span { display: block; margin-top: 26px; color: #bdc8bd; font-size: 9px; letter-spacing: .16em; }
.download-card h3 { margin: 10px 0; font-size: 24px; }
.download-card p { margin: 0; color: #d6ddd4; font-size: 12px; line-height: 1.7; }
.download-card > a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: auto; padding: 0 20px; color: #fff; background: var(--brick); font-size: 13px; font-weight: 750; }

.faq { display: grid; grid-template-columns: .7fr 1.7fr; gap: 70px; padding-top: 58px; padding-bottom: 64px; border-top: 1px solid var(--line); }
.faq-heading h2 { margin: 12px 0 14px; font-size: 30px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--sage); transition: transform 160ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 38px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.site-footer { color: #e8ece6; background: #222b27; }
.footer-main { min-height: 130px; display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 13px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 19px; }
.footer-brand span { margin-top: 4px; color: #aeb7b0; font-size: 10px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 25px; color: #c3cbc4; font-size: 12px; }
.footer-actions { display: flex; gap: 8px; }
.footer-actions a { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid #526158; font-size: 11px; }
.footer-actions a:last-child { border-color: var(--brick); background: var(--brick); }
.footer-legal { min-height: 68px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 40px; border-top: 1px solid #3b4641; color: #8e9b93; font-size: 10px; }
.footer-legal p { margin: 0; }
.footer-legal p:last-child { max-width: 700px; justify-self: end; text-align: right; line-height: 1.6; }

:focus-visible { outline: 3px solid rgba(191,48,47,.34); outline-offset: 3px; }

/* Keep the editorial rails usable on ultrawide screens. The outer page gutter
   belongs outside the hero; adding it inside fixed side columns collapses text. */
@media (min-width: 1441px) {
  .hero { width: 1380px; margin-inline: auto; }
  .discovery-panel { padding-left: 32px; }
  .featured-panel { padding-right: 32px; }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1080px); }
  .header-inner { gap: 22px; }
  .brand-position { display: none; }
  .main-nav { gap: 22px; }
  .header-search-toggle { display: grid; }
  .header-search { position: absolute; right: 0; top: 52px; z-index: 4; padding: 10px; border: 1px solid var(--line); background: var(--paper-strong); }
  .hero { grid-template-columns: 218px minmax(0,1fr); }
  .hero > * { padding: 32px 24px; }
  .discovery-panel { padding-left: max(20px, calc((100vw - 1080px) / 2)); }
  .shelf-panel { border-right: 0; }
  .featured-panel { grid-column: 1/-1; display: grid; grid-template-columns: 240px 190px 1fr; gap: 22px; padding: 28px max(20px, calc((100vw - 1080px) / 2)); border-top: 1px solid var(--line); }
  .featured-panel .panel-heading { align-self: start; }
  .featured-cover { width: 190px; aspect-ratio: 8/10; }
  .featured-copy { align-self: center; }
  .cover-shelf { min-height: 490px; }
  .shelf-card-tall { --cover-height: 360px; }
  .shelf-card-low { --cover-height: 290px; }
  .shelf-card-peak { --cover-height: 390px; }
  .shelf-card-mid { --cover-height: 330px; }
  .ranking-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ranking-card:nth-child(2n+1) { padding-left: 0; padding-right: 18px; }
  .ranking-card:nth-child(2n) { padding-left: 18px; padding-right: 0; }
  .guide { grid-template-columns: .8fr 1.25fr; }
  .download-card { grid-column: 1/-1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
  .download-card span { margin-top: 0; }
  .download-card > a { margin-top: 0; }
}

@media (max-width: 760px) {
  :root { --header-height: 68px; --shell: min(100% - 28px, 620px); }
  .header-inner { grid-template-columns: 1fr auto; gap: 12px; }
  .brand img { width: 42px; height: 42px; border-radius: 10px; }
  .brand strong { font-size: 20px; }
  .header-download { display: none; }
  .menu-button, .header-search-toggle { display: grid; }
  .header-search { right: 50px; top: 50px; }
  .main-nav { position: fixed; left: 0; right: 0; top: var(--header-height); bottom: 0; z-index: 20; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 20px 22px; background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 54px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }

  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero > * { padding: 28px 14px; }
  .discovery-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .shelf-panel { border-bottom: 1px solid var(--line); }
  .discovery-panel h1 { font-size: 39px; }
  .topic-list { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .topic-list button { min-height: 48px; grid-template-columns: 20px 1fr; padding: 0 9px; border: 1px solid var(--line); border-radius: 6px; }
  .topic-list button > i:last-child { display: none; }
  .android-note { margin-top: 24px; }
  .cover-shelf { min-height: 0; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 20px 12px; margin-top: 24px; }
  .cover-shelf.is-filtered { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
  .cover-shelf.is-filtered .shelf-card.is-last-odd { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 0 12px; }
  .cover-shelf.is-filtered .shelf-card.is-last-odd > a { grid-column: 1; grid-row: 1/5; }
  .cover-shelf.is-filtered .shelf-card.is-last-odd h3 { grid-column: 2; margin-top: 2px; }
  .cover-shelf.is-filtered .shelf-card.is-last-odd p,
  .cover-shelf.is-filtered .shelf-card.is-last-odd small { grid-column: 2; }
  .shelf-card { --cover-height: auto !important; }
  .shelf-card > a { aspect-ratio: 8/11; height: auto; }
  .shelf-card-peak { grid-column: span 2; width: calc(50% - 6px); justify-self: center; }
  .cover-shelf.is-filtered .shelf-card-peak { grid-column: auto; width: auto; justify-self: stretch; }
  .shelf-card h3 { font-size: 13px; }
  .featured-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-inline: 14px; }
  .featured-panel .panel-heading { grid-column: 1/-1; }
  .featured-cover { width: 100%; aspect-ratio: 8/10.5; }
  .featured-copy { min-width: 0; }
  .featured-copy h3 { font-size: 18px; }
  .episode-line { align-items: flex-start; flex-direction: column; gap: 5px; }
  .wave-status i { font-size: 42px; }
  .featured-download span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .ranking { padding-top: 26px; }
  .ranking-heading { align-items: flex-start; }
  .ranking-heading > div { display: block; }
  .ranking-heading span { display: block; margin-top: 6px; }
  .ranking-grid { grid-template-columns: 1fr; background: transparent; }
  .ranking-card:nth-child(n) { padding-inline: 0; border-bottom: 1px solid var(--line); }
  .guide { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; padding-bottom: 44px; }
  .download-card { display: grid; grid-template-columns: auto 1fr; padding: 22px; }
  .download-card > a { grid-column: 1/-1; width: 100%; }
  .faq { grid-template-columns: 1fr; gap: 30px; padding-top: 42px; padding-bottom: 48px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .footer-main nav { gap: 18px; }
  .footer-actions { width: 100%; }
  .footer-actions a { flex: 1; justify-content: center; }
  .footer-legal { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
  .footer-legal p:last-child { justify-self: start; text-align: left; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 24px); }
  .header-inner { width: calc(100% - 24px); }
  .header-actions { gap: 6px; }
  .header-search-toggle, .menu-button { width: 40px; height: 40px; }
  .header-search { position: fixed; left: 12px; right: 12px; top: 62px; }
  .header-search input { flex: 1; width: auto; }
  .hero > * { padding-inline: 12px; }
  .discovery-panel h1 { font-size: 36px; }
  .cover-shelf { gap-inline: 10px; }
  .featured-panel { grid-template-columns: 42% 1fr; gap: 12px; }
  .featured-copy h3 { font-size: 16px; }
  .listen-button { min-height: 46px; }
  .featured-download { font-size: 10px; }
  .ranking-card { grid-template-columns: 68px minmax(0,1fr) 32px; gap: 10px; }
  .rank-cover { width: 68px; height: 102px; }
  .row-play { width: 32px; height: 32px; }
  .guide-steps li { grid-template-columns: 32px 34px 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
