:root {
  --bg: #FFF9FC;
  --surface: #FFFFFF;
  --pink-soft: #FFF1F6;
  --purple-soft: #F6F3FF;
  --gray-soft: #F8F6F7;
  --ink: #31262C;
  --text: #51454C;
  --muted: #7C6E75;
  --faint: #A2949B;
  --brand: #FF5C98;
  --berry: #D9467B;
  --peach: #FF96AD;
  --purple: #8B74E8;
  --purple-deep: #6250B0;
  --line: rgba(255,92,152,.15);
  --shadow: 0 14px 38px rgba(70,44,58,.08);
  --shadow-strong: 0 20px 48px rgba(217,70,123,.14);
  --max: 1220px;
  --header-h: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif; line-height: 1.72; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 3000; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(139,116,232,.55); outline-offset: 3px; }
.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 1200; border-bottom: 1px solid rgba(255,92,152,.09); background: rgba(255,249,252,.92); backdrop-filter: blur(18px); }
.header-inner { position: relative; width: min(var(--max), calc(100% - 32px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.desktop-nav { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.nav-left { justify-content: flex-end; }
.nav-right { justify-content: flex-start; padding-right: 52px; }
.nav-link { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-link:hover, .nav-link.is-active { color: var(--berry); background: var(--pink-soft); }
.brand { min-width: 170px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; color: var(--ink); font-weight: 900; letter-spacing: -.02em; }
.brand img { width: auto; max-height: 48px; object-fit: contain; }
.brand-mark { width: 36px; height: 36px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 12px 12px 18px 12px; color: white; background: linear-gradient(135deg,var(--peach),var(--brand) 52%,var(--purple)); box-shadow: 0 8px 18px rgba(217,70,123,.2); font-size: 18px; }
.brand-text { font-size: 22px; }
.header-actions { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 8px; }
.mobile-experience { display: none; min-height: 42px; align-items: center; padding: 0 16px; border-radius: 999px; color: white; background: linear-gradient(135deg,var(--peach),var(--brand),var(--purple)); font-size: 14px; font-weight: 800; }
.menu-toggle { width: 44px; height: 44px; display: inline-grid; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); cursor: pointer; box-shadow: 0 8px 20px rgba(70,44,58,.06); }
.menu-toggle span { width: 17px; height: 2px; border-radius: 4px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
main { display: block; padding-top: var(--header-h); }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 86px 0; position: relative; }
.section-sm { padding: 62px 0; }
.section-tint { background: var(--pink-soft); }
.section-purple { background: var(--purple-soft); }
.section-gray { background: var(--gray-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--berry); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 4px; background: linear-gradient(90deg,var(--brand),var(--purple)); }
h1,h2,h3,h4 { margin: 0; color: var(--ink); line-height: 1.25; letter-spacing: -.035em; }
h1 { font-size: clamp(38px,6vw,76px); }
h2 { font-size: clamp(28px,4vw,46px); }
h3 { font-size: clamp(19px,2vw,24px); }
p { margin: 0; }
.lead { max-width: 780px; color: var(--muted); font-size: clamp(17px,2vw,20px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head > div { max-width: 760px; }
.section-head p { margin-top: 14px; color: var(--muted); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--berry); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 900; white-space: nowrap; }
.btn-primary { color: white; background: linear-gradient(135deg,var(--peach) 0%,var(--brand) 50%,var(--purple) 100%); box-shadow: var(--shadow-strong); }
.btn-secondary { color: var(--berry); background: white; border: 1px solid var(--line); }
.card { border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.card-pad { padding: 28px; }
.card p { margin-top: 12px; color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.grid-6 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hero { min-height: calc(100vh - var(--header-h)); padding: 64px 0 38px; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; filter: blur(2px); }
.hero::before { width: 380px; height: 380px; left: -170px; top: 90px; background: radial-gradient(circle,rgba(255,150,173,.26),rgba(255,150,173,0) 70%); }
.hero::after { width: 420px; height: 420px; right: -190px; top: 30px; background: radial-gradient(circle,rgba(139,116,232,.19),rgba(139,116,232,0) 70%); }
.hero-top { display: grid; grid-template-columns: minmax(0,.82fr) minmax(380px,1.45fr) minmax(0,.82fr); align-items: center; gap: 24px; }
.hero-note { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.hero-note h2 { font-size: 21px; }
.hero-note p { margin-top: 10px; color: var(--muted); font-size: 14px; }
.hero-center { text-align: center; }
.hero-center .lead { margin: 20px auto 0; }
.hero-center .button-row { justify-content: center; }
.hero-kicker { display: inline-flex; margin-bottom: 18px; padding: 8px 14px; border-radius: 999px; color: var(--berry); background: var(--pink-soft); font-weight: 900; font-size: 13px; }
.hero-visual { position: relative; min-height: 300px; margin-top: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.65); border-radius: 34px; background: linear-gradient(135deg,#fff 0%,#fff1f6 35%,#f6f3ff 100%); box-shadow: var(--shadow-strong); }
.hero-visual::before { content: ""; position: absolute; width: 45%; aspect-ratio: 1; left: 8%; top: 11%; border-radius: 42% 58% 58% 42% / 48% 35% 65% 52%; background: linear-gradient(145deg,rgba(255,150,173,.85),rgba(255,92,152,.52)); transform: rotate(-10deg); }
.hero-visual::after { content: ""; position: absolute; width: 38%; aspect-ratio: 1; right: 9%; bottom: -12%; border-radius: 56% 44% 38% 62%; background: linear-gradient(145deg,rgba(139,116,232,.78),rgba(246,243,255,.6)); transform: rotate(18deg); }
.visual-phone { position: absolute; z-index: 2; width: 180px; height: 260px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(5deg); border: 10px solid #332830; border-radius: 36px; background: linear-gradient(180deg,#fff,#fff3f8); box-shadow: 0 22px 45px rgba(49,38,44,.22); }
.visual-phone::before { content: ""; position: absolute; width: 68px; height: 14px; left: 50%; top: 8px; transform: translateX(-50%); border-radius: 20px; background: #332830; }
.visual-phone::after { content: "生活 · 兴趣 · 安心交流"; position: absolute; inset: 62px 18px auto; padding: 22px 13px; border-radius: 20px; color: var(--berry); background: linear-gradient(135deg,var(--pink-soft),var(--purple-soft)); font-size: 13px; font-weight: 900; text-align: center; }
.index-grid .card { min-height: 210px; display: flex; flex-direction: column; }
.index-grid .text-link { margin-top: auto; }
.story-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.feature-card { padding: 34px; border-radius: 30px; background: linear-gradient(145deg,#fff,#fff3f8); }
.story-list { display: grid; gap: 14px; }
.story-mini { padding: 20px; }
.tag { display: inline-flex; margin-top: 14px; padding: 6px 10px; border-radius: 999px; color: var(--purple-deep); background: var(--purple-soft); font-size: 12px; font-weight: 900; }
.visual-tile { min-height: 240px; position: relative; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg,#fff,#fff1f6 60%,#f6f3ff); }
.visual-tile::before { content: ""; position: absolute; width: 150px; height: 150px; right: -25px; top: -25px; border-radius: 42% 58% 64% 36%; background: rgba(255,92,152,.19); }
.visual-tile::after { content: ""; position: absolute; width: 120px; height: 120px; left: -28px; bottom: -35px; border-radius: 58% 42%; background: rgba(139,116,232,.18); }
.visual-label { position: absolute; left: 22px; bottom: 20px; z-index: 2; max-width: calc(100% - 44px); padding: 10px 14px; border-radius: 14px; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 900; box-shadow: var(--shadow); }
.list-card { padding: 26px; }
.list-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.topic-card { padding: 26px; }
.topic-card .number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; color: white; background: linear-gradient(135deg,var(--brand),var(--purple)); font-weight: 900; }
.app-showcase { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; }
.app-device { position: relative; width: min(370px,100%); aspect-ratio: .75; margin-inline: auto; border: 14px solid #31262C; border-radius: 52px; background: linear-gradient(180deg,#fff,#fff1f6); box-shadow: 0 28px 60px rgba(49,38,44,.2); }
.app-device::before { content: ""; position: absolute; width: 110px; height: 22px; left: 50%; top: 8px; transform: translateX(-50%); border-radius: 30px; background: #31262C; }
.app-screen { position: absolute; inset: 60px 22px 28px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.app-screen span { border-radius: 20px; background: linear-gradient(145deg,var(--pink-soft),var(--purple-soft)); }
.app-screen span:first-child { grid-column: 1/-1; }
.principle { display: flex; gap: 16px; padding: 24px; }
.principle-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 16px; color: var(--berry); background: var(--pink-soft); font-weight: 900; }
.feedback { padding: 26px; }
.feedback::before { content: "“"; display: block; height: 34px; color: var(--peach); font: 900 52px/1 Georgia,serif; }
details { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(70,44,58,.05); }
details + details { margin-top: 12px; }
summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 20px; color: var(--ink); font-weight: 900; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--brand); font-size: 22px; }
details[open] summary::after { content: "−"; }
.details-body { padding: 0 20px 20px; color: var(--muted); }
.page-hero { padding: 84px 0 58px; background: linear-gradient(180deg,var(--pink-soft),rgba(255,249,252,0)); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 44px; }
.page-hero .lead { margin-top: 20px; }
.page-visual { min-height: 300px; position: relative; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg,#fff,#fff1f6 54%,#f6f3ff); box-shadow: var(--shadow-strong); }
.page-visual::before, .page-visual::after { content: ""; position: absolute; border-radius: 50%; }
.page-visual::before { width: 210px; height: 210px; right: -35px; top: -35px; background: rgba(255,92,152,.21); }
.page-visual::after { width: 170px; height: 170px; left: -40px; bottom: -45px; background: rgba(139,116,232,.18); }
.page-visual .visual-word { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; color: var(--ink); font-size: clamp(34px,5vw,60px); font-weight: 900; letter-spacing: -.06em; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 30px; align-items: start; }
.prose { padding: 34px; }
.prose h2 { margin-top: 40px; font-size: 30px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 28px; }
.prose p { margin-top: 14px; }
.prose ul, .prose ol { margin: 14px 0 0; padding-left: 22px; }
.prose li + li { margin-top: 8px; }
.sidebar { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
.sidebar-card { padding: 24px; }
.sidebar-card h2 { font-size: 21px; }
.sidebar-card nav { display: grid; margin-top: 12px; }
.sidebar-card nav a { min-height: 44px; display: flex; align-items: center; color: var(--muted); border-bottom: 1px solid rgba(255,92,152,.1); }
.sidebar-card nav a:last-child { border-bottom: 0; }
.notice-box { margin-top: 24px; padding: 22px; border-left: 4px solid var(--brand); border-radius: 0 18px 18px 0; background: var(--pink-soft); }
.steps { counter-reset: step; display: grid; gap: 14px; margin-top: 20px; }
.step { position: relative; padding: 20px 20px 20px 70px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg,var(--brand),var(--purple)); font-weight: 900; }
.link-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.link-cloud a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--berry); background: white; font-weight: 800; }
.site-footer { background: #30252B; color: #FFEAF2; padding: 64px 0 26px; }
.footer-inner { width: min(var(--max),calc(100% - 40px)); margin-inline: auto; display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 32px; }
.footer-brand p { max-width: 330px; margin-top: 18px; color: rgba(255,234,242,.72); font-size: 14px; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.footer-logo img { max-height: 48px; width: auto; }
.footer-group h2 { color: white; font-size: 16px; margin-bottom: 14px; }
.footer-group a { min-height: 38px; display: flex; align-items: center; color: rgba(255,234,242,.72); font-size: 14px; }
.footer-group a:hover { color: white; }
.footer-bottom { width: min(var(--max),calc(100% - 40px)); margin: 40px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,234,242,.58); font-size: 13px; }
.footer-bottom p:first-child { max-width: 740px; }
.menu-overlay { position: fixed; inset: 0; z-index: 1400; opacity: 0; visibility: hidden; pointer-events: none; background: rgba(49,38,44,.35); backdrop-filter: blur(3px); transition: opacity .22s ease, visibility .22s ease; }
.menu-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel { position: fixed; z-index: 1500; left: 0; right: 0; top: var(--header-h); max-height: calc(100vh - var(--header-h) - 16px); overflow-y: auto; transform: translateY(-18px); opacity: 0; visibility: hidden; pointer-events: none; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 24px 60px rgba(49,38,44,.14); transition: .22s ease; }
.channel-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel-inner { width: min(var(--max),calc(100% - 40px)); margin-inline: auto; padding: 30px 0 34px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.panel-head h2 { font-size: 30px; }
.panel-close, .drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; cursor: pointer; font-size: 26px; line-height: 1; }
.channel-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.channel-column { padding: 20px; border-radius: 22px; background: var(--bg); }
.channel-column h3 { margin-bottom: 10px; color: var(--berry); font-size: 15px; }
.channel-column a { display: block; min-height: 66px; padding: 12px 0; border-bottom: 1px solid rgba(255,92,152,.1); }
.channel-column a:last-child { border-bottom: 0; }
.channel-column strong, .channel-column span { display: block; }
.channel-column strong { color: var(--ink); font-size: 14px; }
.channel-column span { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.mobile-drawer { position: fixed; z-index: 1500; top: 0; right: 0; bottom: 0; width: min(88vw,390px); overflow-y: auto; transform: translateX(102%); visibility: hidden; pointer-events: none; background: white; box-shadow: -20px 0 50px rgba(49,38,44,.18); transition: transform .24s ease, visibility .24s ease; }
.mobile-drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { position: sticky; top: 0; z-index: 2; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.drawer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; }
.drawer-nav { padding: 12px 18px 30px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.drawer-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-radius: 14px; background: var(--bg); color: var(--text); font-weight: 800; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1100px) {
  .nav-link { padding-inline: 9px; font-size: 13px; }
  .header-inner { gap: 12px; }
  .brand { min-width: 150px; }
  .brand-text { font-size: 19px; }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-inner { grid-template-columns: 1.2fr repeat(2,1fr); }
  .footer-brand { grid-row: span 2; }
}
@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .header-inner { grid-template-columns: 1fr auto; width: min(100% - 28px,var(--max)); }
  .desktop-nav { display: none; }
  .brand { justify-content: flex-start; min-width: 0; }
  .header-actions { position: static; transform: none; justify-self: end; }
  .mobile-experience { display: inline-flex; }
  .channel-panel { display: none; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-top { grid-template-columns: 1fr; }
  .hero-center { order: -1; }
  .hero-note { text-align: center; }
  .story-feature, .app-showcase, .page-hero-grid, .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-3, .grid-6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-inner { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; grid-row: auto; }
}
@media (max-width: 640px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 32px); }
  .section { padding: 62px 0; }
  .section-sm { padding: 48px 0; }
  .brand-mark { width: 32px; height: 32px; border-radius: 11px 11px 16px 11px; }
  .brand-text { font-size: 18px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(38px,12vw,54px); }
  .hero-visual { min-height: 240px; border-radius: 26px; }
  .visual-phone { width: 140px; height: 210px; border-width: 8px; border-radius: 28px; }
  .visual-phone::after { inset: 52px 12px auto; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 12px; }
  .grid-2, .grid-3, .grid-4, .grid-6, .sidebar { grid-template-columns: 1fr; }
  .card-pad, .prose { padding: 24px; }
  .page-hero { padding: 56px 0 42px; }
  .page-visual { min-height: 220px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 10px; }
  .mobile-bottom-nav { position: fixed; z-index: 1100; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); min-height: 64px; display: grid; grid-template-columns: repeat(4,1fr); padding: 7px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: 0 16px 40px rgba(49,38,44,.16); backdrop-filter: blur(18px); }
  .mobile-bottom-nav a { min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 16px; color: var(--muted); font-size: 11px; font-weight: 800; }
  .mobile-bottom-nav a.is-active { color: var(--berry); background: var(--pink-soft); }
  .mini-icon { font-size: 19px; line-height: 1; }
}
@media (max-width: 410px) {
  .mobile-experience { padding-inline: 13px; }
  .header-inner { width: calc(100% - 22px); }
  .brand-text { font-size: 16px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
