:root {
    --bg: #FFF8FB;
    --surface: #FFFFFF;
    --soft-pink: #FFF0F6;
    --soft-purple: #F7F3FF;
    --soft-gray: #F8F4F6;
    --ink: #32262D;
    --text: #51444C;
    --muted: #7C6D76;
    --subtle: #A09199;
    --pink: #FF5D9E;
    --berry: #D94C83;
    --coral: #FF8EAC;
    --purple: #8C76E8;
    --deep-purple: #6753B5;
    --border: rgba(255, 93, 158, 0.15);
    --shadow: 0 14px 36px rgba(76, 48, 66, 0.08);
    --strong-shadow: 0 18px 46px rgba(217, 76, 131, 0.15);
    --gradient: linear-gradient(135deg, #FF8EAC 0%, #FF5D9E 52%, #8C76E8 100%);
    --footer: #30242B;
    --footer-text: #FFEAF2;
    --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; line-height: 1.75; overflow-x: hidden; }
body.channel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, .button, .text-button, .mobile-experience { min-height: 44px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(140,118,232,.42); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 500; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-shell { position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 26px rgba(50,38,45,.06); }
.notice-bar { background: #fff5f9; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.notice-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-links { display: flex; gap: 20px; }
.notice-links a:hover { color: var(--berry); }
.site-header { background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,93,158,.1); }
.desktop-header, .mobile-header { min-height: 70px; align-items: center; }
.desktop-header { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; gap: 24px; }
.mobile-header { display: none; grid-template-columns: 1fr auto 1fr; gap: 10px; }
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand-mark, .footer-logo { font-size: 26px; font-weight: 900; letter-spacing: -.06em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav { display: flex; align-items: center; justify-content: center; min-width: 0; gap: clamp(12px, 2.4vw, 30px); white-space: nowrap; }
.main-nav a { position: relative; padding: 21px 2px 18px; font-weight: 700; color: var(--muted); }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 10px; width: 0; height: 3px; border-radius: 999px; background: var(--gradient); transform: translateX(-50%); transition: width .2s ease; pointer-events: none; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 22px; }
.header-actions { display: flex; gap: 10px; white-space: nowrap; }
.text-button, .channel-toggle, .mobile-experience, .button { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; border-radius: 999px; padding: 10px 18px; font-weight: 800; }
.text-button, .button-primary { background: var(--gradient); color: white; box-shadow: 0 9px 24px rgba(217,76,131,.2); }
.channel-toggle, .button-secondary { background: var(--soft-purple); color: var(--deep-purple); border: 1px solid rgba(140,118,232,.18); }
.text-button:hover, .button-primary:hover { transform: translateY(-1px); box-shadow: var(--strong-shadow); }
.channel-toggle:hover, .button-secondary:hover { background: #efe9ff; }
main { min-height: 50vh; }
.section { padding: 78px 0; }
.section-tight { padding: 48px 0; }
.section-soft { background: var(--soft-pink); }
.section-purple { background: var(--soft-purple); }
.section-gray { background: var(--soft-gray); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--berry); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 99px; background: var(--gradient); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2, .page-hero h1, .hero-copy h1 { margin: 8px 0 0; color: var(--ink); line-height: 1.2; letter-spacing: -.035em; }
.section-head h2 { font-size: clamp(28px, 4vw, 46px); }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); }
.text-link { color: var(--berry); font-weight: 800; display: inline-flex; align-items: center; gap: 6px; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.hero { padding: 72px 0 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .75fr) minmax(220px, .65fr); align-items: center; gap: 38px; }
.hero-copy h1 { font-size: clamp(44px, 6vw, 72px); }
.hero-brand { margin-top: 12px; font-size: 18px; font-weight: 900; color: var(--berry); }
.hero-copy p { margin: 22px 0 26px; max-width: 650px; font-size: 17px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { padding: 12px 22px; }
.phone-art { position: relative; width: min(100%, 310px); margin: 0 auto; aspect-ratio: 9 / 18; border-radius: 42px; padding: 14px; background: #2e252b; box-shadow: 0 32px 70px rgba(76,48,66,.2); transform: rotate(2deg); }
.phone-art::before { content: ""; position: absolute; width: 34%; height: 22px; top: 11px; left: 33%; border-radius: 0 0 14px 14px; background: #2e252b; z-index: 2; }
.phone-screen { height: 100%; border-radius: 31px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff0f6 56%, #f7f3ff 100%); padding: 34px 18px 18px; }
.phone-top { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; color: var(--muted); }
.phone-card-main { margin-top: 18px; min-height: 42%; border-radius: 24px; background: radial-gradient(circle at 22% 24%, rgba(255,255,255,.88) 0 10%, transparent 11%), linear-gradient(145deg, #ffb7cc, #ff6fa9 55%, #9178ed); position: relative; overflow: hidden; }
.phone-card-main::after { content: "记录一段今天的生活"; position: absolute; left: 16px; bottom: 16px; color: white; font-weight: 900; font-size: 16px; max-width: 70%; line-height: 1.35; }
.phone-pills { display: flex; gap: 7px; margin: 15px 0; overflow: hidden; }
.phone-pills span { flex: none; padding: 5px 9px; background: white; border-radius: 999px; font-size: 10px; color: var(--muted); }
.phone-list { display: grid; gap: 10px; }
.phone-list div { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; padding: 8px; border-radius: 15px; background: rgba(255,255,255,.82); }
.phone-list i { display: block; width: 46px; aspect-ratio: 1; border-radius: 12px; background: linear-gradient(145deg, #ffd7e3, #dcd4ff); }
.phone-list b { display: block; width: 76%; height: 7px; background: #eadde4; border-radius: 99px; box-shadow: 0 12px 0 #f3eaf0; }
.hero-side { display: grid; gap: 18px; }
.hero-note { padding: 24px; border-radius: 24px; background: white; box-shadow: var(--shadow); border: 1px solid var(--border); }
.hero-note:nth-child(2) { background: var(--soft-purple); }
.hero-note h2 { margin: 0 0 8px; color: var(--ink); font-size: 20px; }
.hero-note p { margin: 0; font-size: 14px; color: var(--muted); }
.topic-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr); gap: 14px; overflow-x: auto; padding: 4px 2px 16px; scrollbar-width: thin; }
.topic-chip { min-height: 150px; padding: 20px; border-radius: 22px; background: white; border: 1px solid var(--border); box-shadow: 0 8px 20px rgba(76,48,66,.045); }
.topic-chip:nth-child(3n+2) { background: var(--soft-purple); }
.topic-chip:nth-child(3n) { background: var(--soft-pink); }
.topic-chip h3 { margin: 0 0 8px; color: var(--ink); }
.topic-chip p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.magazine-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: minmax(220px, auto); gap: 18px; }
.story-card { position: relative; overflow: hidden; padding: 26px; border-radius: 26px; background: white; box-shadow: var(--shadow); border: 1px solid var(--border); display: flex; flex-direction: column; justify-content: end; min-height: 250px; }
.story-card::before { content: ""; position: absolute; inset: 0; opacity: .72; background: radial-gradient(circle at 70% 18%, rgba(255,255,255,.92) 0 8%, transparent 8.5%), linear-gradient(145deg, #ffd7e2, #ff9fbd 45%, #9984ee); pointer-events: none; }
.story-card:nth-child(2)::before { background: linear-gradient(145deg, #e9e3ff, #b7a9ff); }
.story-card:nth-child(3)::before { background: linear-gradient(145deg, #ffe3d9, #ffb58b); }
.story-card:nth-child(4)::before { background: linear-gradient(145deg, #dff4ea, #8ed5b3); }
.story-card:nth-child(5)::before { background: linear-gradient(145deg, #e6e9ff, #94a1ef); }
.story-card:first-child { grid-row: span 2; min-height: 520px; }
.story-content { position: relative; z-index: 1; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.86); backdrop-filter: blur(8px); }
.story-content h3 { margin: 0 0 9px; color: var(--ink); font-size: 24px; }
.story-content p { margin: 0 0 12px; font-size: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.tags span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.74); color: var(--berry); font-size: 12px; font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-card { padding: 26px; border-radius: 24px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); }
.info-card:nth-child(3n+2) { background: var(--soft-pink); }
.info-card:nth-child(3n) { background: var(--soft-purple); }
.info-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 21px; }
.info-card p { margin: 0 0 14px; color: var(--muted); }
.info-card ul { padding-left: 20px; margin: 12px 0 16px; }
.timeline { display: grid; grid-template-columns: repeat(6, minmax(210px, 1fr)); gap: 16px; overflow-x: auto; padding: 4px 2px 18px; }
.timeline article { position: relative; padding: 25px; background: white; border-radius: 23px; border: 1px solid var(--border); min-height: 260px; }
.timeline article::before { content: attr(data-step); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gradient); color: white; font-weight: 900; margin-bottom: 16px; }
.timeline h3 { margin: 0 0 8px; color: var(--ink); }
.timeline p { margin: 0 0 10px; font-size: 14px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quote-card { padding: 25px; border-radius: 24px; background: white; border: 1px solid var(--border); }
.quote-card::before { content: "“"; display: block; color: var(--coral); font: 900 44px/1 Georgia, serif; }
.quote-card p { margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.split-panel { padding: 32px; border-radius: 28px; background: white; box-shadow: var(--shadow); border: 1px solid var(--border); }
.split-panel:nth-child(2) { background: var(--soft-purple); }
.split-panel h3 { margin-top: 0; color: var(--ink); font-size: 28px; }
.check-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--berry); font-weight: 900; }
.faq-list { display: grid; gap: 12px; }
details { background: white; border: 1px solid var(--border); border-radius: 18px; padding: 0 20px; }
summary { list-style: none; cursor: pointer; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--berry); font-size: 23px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 0 20px; color: var(--muted); }
.brand-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; padding: 42px; border-radius: 32px; background: linear-gradient(135deg, #fff 0%, #fff0f6 46%, #f0eaff 100%); box-shadow: var(--strong-shadow); border: 1px solid var(--border); }
.brand-band h2 { margin: 8px 0 16px; color: var(--ink); font-size: clamp(30px, 4vw, 48px); line-height: 1.2; }
.abstract-art { position: relative; min-height: 330px; border-radius: 28px; background: linear-gradient(145deg, #ffb4c9, #ff659f 48%, #8f78e9); overflow: hidden; }
.abstract-art::before, .abstract-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.7); pointer-events: none; }
.abstract-art::before { width: 180px; height: 180px; right: -30px; top: -35px; }
.abstract-art::after { width: 120px; height: 120px; left: 30px; bottom: 28px; }
.abstract-art span { position: absolute; inset: auto 30px 28px auto; width: 46%; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.88); color: var(--ink); font-weight: 900; z-index: 1; }
.page-hero { padding: 70px 0 42px; }
.page-hero-box { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 70px); border-radius: 34px; background: linear-gradient(135deg, #fff 0%, #fff0f6 50%, #f4efff 100%); border: 1px solid var(--border); box-shadow: var(--shadow); }
.page-hero-box::after { content: "17c"; position: absolute; right: -12px; bottom: -62px; font-size: clamp(120px, 22vw, 260px); line-height: 1; font-weight: 900; color: rgba(255,93,158,.07); letter-spacing: -.08em; pointer-events: none; }
.page-hero h1 { max-width: 760px; font-size: clamp(38px, 6vw, 64px); }
.page-hero p { max-width: 790px; margin: 18px 0 0; font-size: 17px; position: relative; z-index: 1; }
.content-index { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; position: relative; z-index: 1; }
.content-index a { padding: 8px 13px; border-radius: 999px; background: white; color: var(--berry); font-weight: 800; font-size: 13px; border: 1px solid var(--border); }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.article-card { padding: 30px; border-radius: 26px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); }
.article-card:nth-child(4n+2), .article-card:nth-child(4n+3) { background: var(--soft-purple); }
.article-card h2, .article-card h3 { margin: 0 0 12px; color: var(--ink); line-height: 1.35; }
.article-card p { margin: 0 0 12px; }
.article-card p:last-child { margin-bottom: 0; }
.flow-steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.flow-step { counter-increment: step; padding: 24px; border-radius: 22px; background: white; border: 1px solid var(--border); }
.flow-step::before { content: counter(step, decimal-leading-zero); display: block; color: var(--berry); font-weight: 900; margin-bottom: 12px; }
.flow-step h3 { margin: 0 0 8px; color: var(--ink); }
.notice-panel { padding: 30px; border-radius: 26px; background: #33272e; color: #ffeaf2; }
.notice-panel h2, .notice-panel h3 { margin-top: 0; color: white; }
.notice-panel a { color: #ffc4da; font-weight: 800; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { padding: 12px 16px; border-radius: 999px; background: white; border: 1px solid var(--border); font-weight: 800; color: var(--berry); }
.service-ending { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 30px; border-radius: 26px; background: var(--soft-pink); border: 1px solid var(--border); }
.service-ending h2 { margin: 0 0 7px; color: var(--ink); }
.service-ending p { margin: 0; }
.site-footer { background: var(--footer); color: var(--footer-text); padding: 64px 0 calc(30px + env(safe-area-inset-bottom)); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 34px; }
.site-footer h2 { margin: 0 0 16px; font-size: 15px; color: white; }
.site-footer section:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.site-footer a { color: rgba(255,234,242,.76); font-size: 14px; }
.site-footer a:hover { color: white; }
.footer-logo { display: inline-block; margin-bottom: 12px; font-size: 34px; }
.footer-brand p { max-width: 280px; color: rgba(255,234,242,.72); font-size: 14px; }
.footer-note { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,234,242,.65); font-size: 13px; }
.channel-overlay { position: fixed; inset: 0; z-index: 180; background: rgba(50,38,45,.32); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.channel-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.desktop-channel-panel { position: fixed; z-index: 190; left: 50%; top: 106px; width: min(1200px, calc(100% - 40px)); transform: translate(-50%, -14px); opacity: 0; visibility: hidden; pointer-events: none; transition: .22s ease; }
.desktop-channel-panel.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.panel-shell { width: 100%; padding: 28px; border-radius: 0 0 28px 28px; background: white; box-shadow: 0 24px 70px rgba(50,38,45,.2); border: 1px solid var(--border); }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 22px; }
.panel-heading h2 { margin: 5px 0 0; color: var(--ink); }
.panel-close { border: 1px solid var(--border); background: white; color: var(--berry); border-radius: 999px; padding: 8px 14px; cursor: pointer; min-height: 44px; }
.channel-groups { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.channel-group { padding: 20px; border-radius: 22px; background: var(--soft-gray); }
.channel-group:nth-child(2), .channel-group:nth-child(4) { background: var(--soft-purple); }
.channel-group h3 { margin: 0 0 12px; color: var(--ink); font-size: 16px; }
.channel-group a { display: block; padding: 10px 0; border-top: 1px solid rgba(81,68,76,.08); }
.channel-group a:first-of-type { border-top: 0; }
.channel-group strong, .channel-group span { display: block; }
.channel-group strong { color: var(--ink); }
.channel-group span { color: var(--muted); font-size: 12px; }
.mobile-channel-panel { display: none; position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; max-height: 85vh; background: white; border-radius: 26px 26px 0 0; box-shadow: 0 -24px 70px rgba(50,38,45,.22); transform: translateY(104%); visibility: hidden; pointer-events: none; transition: transform .24s ease, visibility .24s ease; padding-bottom: env(safe-area-inset-bottom); }
.mobile-channel-panel.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
.sheet-handle { width: 48px; height: 5px; border-radius: 99px; background: #ded1d8; margin: 10px auto 4px; }
.mobile-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; }
.mobile-channel-list { overflow-y: auto; max-height: calc(85vh - 72px); padding: 0 14px 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.mobile-channel-list a { display: flex; align-items: center; min-height: 48px; padding: 8px 14px; border-radius: 15px; background: var(--soft-gray); font-weight: 800; }
.mobile-bottom-nav { display: none; }
@media (max-width: 980px) {
    .desktop-header { grid-template-columns: 90px minmax(0, 1fr) auto; gap: 12px; }
    .main-nav { gap: 14px; }
    .hero-grid { grid-template-columns: 1fr .75fr; }
    .hero-side { grid-column: 1 / -1; grid-template-columns: repeat(2,1fr); }
    .card-grid, .quote-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .magazine-grid { grid-template-columns: 1fr 1fr; }
    .story-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 440px; }
    .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
    .footer-brand { grid-row: span 2; }
    .channel-groups { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .flow-steps { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 32px, var(--container)); }
    .notice-inner { min-height: 32px; font-size: 12px; }
    .notice-community { display: none; }
    .notice-links { gap: 0; }
    .desktop-header { display: none; }
    .mobile-header { display: grid; min-height: 62px; }
    .mobile-menu-button { justify-self: start; padding: 8px 12px; font-size: 13px; }
    .mobile-brand { justify-self: center; }
    .mobile-experience { justify-self: end; padding: 8px 14px; background: var(--gradient); color: white; font-weight: 800; border-radius: 999px; }
    .section { padding: 58px 0; }
    .section-tight { padding: 36px 0; }
    .section-head { display: block; }
    .section-head p { margin-top: 12px; }
    .hero { padding: 45px 0 36px; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-copy h1 { font-size: clamp(42px, 13vw, 58px); }
    .hero-copy p { font-size: 16px; }
    .phone-art { width: min(78vw, 300px); transform: none; }
    .hero-side { grid-column: auto; display: flex; overflow-x: auto; gap: 14px; padding-bottom: 8px; }
    .hero-note { flex: 0 0 82%; }
    .topic-strip { grid-auto-columns: 74%; }
    .magazine-grid, .card-grid, .quote-grid, .split, .brand-band, .article-grid { grid-template-columns: 1fr; }
    .story-card:first-child, .story-card { min-height: 320px; grid-column: auto; }
    .timeline { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%; }
    .brand-band { padding: 28px; }
    .abstract-art { min-height: 280px; }
    .page-hero { padding: 40px 0 24px; }
    .page-hero-box { padding: 32px 24px; border-radius: 26px; }
    .page-hero h1 { font-size: clamp(36px, 11vw, 50px); }
    .flow-steps { grid-template-columns: 1fr; }
    .service-ending { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2,1fr); gap: 28px 20px; }
    .footer-brand { grid-column: 1 / -1; grid-row: auto; }
    .footer-note { display: block; }
    .site-footer { padding-bottom: calc(95px + env(safe-area-inset-bottom)); }
    .desktop-channel-panel { display: none; }
    .mobile-channel-panel { display: block; }
    .mobile-bottom-nav { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); min-height: 68px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.97); border-top: 1px solid var(--border); box-shadow: 0 -10px 30px rgba(76,48,66,.08); }
    .mobile-bottom-nav a { min-width: 0; min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: var(--subtle); font-size: 11px; }
    .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
    .mobile-bottom-nav a strong { font-weight: 800; }
    .mobile-bottom-nav a.is-active { color: var(--berry); background: linear-gradient(180deg, rgba(255,93,158,.08), transparent); }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .button-row { align-items: stretch; }
    .button-row .button { width: 100%; }
    .button-row .text-link { min-height: 44px; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
