:root {
    --bg: #FFF8FB; --surface: #FFFFFF; --pink-soft: #FFF0F6; --purple-soft: #F7F3FF; --muted-soft: #F8F4F6;
    --title: #32262D; --text: #51444C; --muted: #7C6D76; --faint: #A09199;
    --pink: #FF5D9E; --berry: #D94C83; --coral: #FF8EAC; --purple: #8C76E8; --purple-deep: #6753B5;
    --border: rgba(255, 93, 158, .15); --shadow: 0 14px 36px rgba(76, 48, 66, .08); --shadow-strong: 0 18px 46px rgba(217, 76, 131, .15);
    --gradient: linear-gradient(135deg, #FF8EAC 0%, #FF5D9E 52%, #8C76E8 100%);
    --footer: #30242B; --footer-text: #FFEAF2; --radius: 22px; --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", Arial, sans-serif; line-height: 1.75; overflow-x: hidden; }
body.channels-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(140,118,232,.38); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: white; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-shell { position: sticky; top: 0; z-index: 80; }
.notice-bar { background: #fff4f8; border-bottom: 1px solid var(--border); font-size: 13px; }
.notice-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-inner p { margin: 0; color: var(--muted); }
.notice-links { display: flex; gap: 18px; white-space: nowrap; }
.notice-links a:hover { color: var(--berry); }
.main-header { background: rgba(255,255,255,.94); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(217,76,131,.1); }
.nav-row { min-height: 74px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 24px; }
.brand, .footer-logo { display: inline-flex; align-items: center; min-height: 44px; }
.brand-logo { width: auto; max-width: 150px; max-height: 46px; object-fit: contain; }
.brand-wordmark { font-weight: 900; font-size: 25px; letter-spacing: -.04em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.desktop-primary { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; }
.desktop-primary a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.desktop-primary a:hover, .desktop-primary a.is-current { color: var(--berry); background: var(--pink-soft); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button, .secondary-button, .icon-button, .mobile-experience { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 800; white-space: nowrap; }
.button { color: white; background: var(--gradient); box-shadow: 0 10px 22px rgba(217,76,131,.22); }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow-strong); }
.button-small { min-height: 42px; padding-inline: 18px; }
.secondary-button, .icon-button { background: white; color: var(--berry); border: 1px solid var(--border); }
.mobile-channels-toggle, .mobile-experience { display: none; }
main { display: block; }
.section { padding: 78px 0; }
.section-tight { padding: 54px 0; }
.section-soft { background: var(--pink-soft); }
.section-purple { background: var(--purple-soft); }
.section-muted { background: var(--muted-soft); }
.eyebrow { margin: 0 0 10px; color: var(--berry); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
h1, h2, h3 { color: var(--title); line-height: 1.22; margin-top: 0; }
h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -.055em; margin-bottom: 22px; }
h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.035em; margin-bottom: 16px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin-top: 0; }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 760px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading > div { max-width: 760px; }
.text-link { color: var(--berry); font-weight: 800; display: inline-flex; align-items: center; min-height: 44px; }
.text-link::after { content: '→'; margin-left: 8px; }
.hero { padding: 68px 0 76px; background: radial-gradient(circle at 12% 18%, rgba(255,142,172,.18), transparent 34%), radial-gradient(circle at 83% 18%, rgba(140,118,232,.15), transparent 30%), var(--bg); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.78fr) minmax(230px,.62fr); gap: 28px; align-items: center; }
.hero-copy .brand-kicker { font-weight: 900; color: var(--berry); margin-bottom: 8px; }
.hero-copy p { max-width: 650px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.hero-media { min-height: 540px; border-radius: 34px; overflow: hidden; background: linear-gradient(160deg, #fff, #ffe9f3 56%, #eee9ff); box-shadow: var(--shadow-strong); padding: 18px; display: flex; align-items: center; justify-content: center; }
.hero-media img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; border-radius: 24px; }
.hero-side { display: grid; gap: 18px; }
.soft-card, .content-card, .feature-card, .quote-card, .faq-card, .info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.soft-card { padding: 26px; }
.soft-card:nth-child(2) { background: var(--purple-soft); }
.theme-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); gap: 14px; overflow-x: auto; padding: 5px 2px 18px; scroll-snap-type: x proximity; }
.theme-chip { scroll-snap-align: start; min-height: 150px; padding: 22px; background: white; border-radius: 20px; border: 1px solid var(--border); }
.theme-chip p { color: var(--muted); font-size: 14px; }
.magazine-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: repeat(2, minmax(250px, auto)); gap: 20px; }
.content-card { overflow: hidden; padding: 0; }
.content-card.main-story { grid-row: 1 / 3; }
.card-media { aspect-ratio: 16 / 10; background: var(--pink-soft); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 24px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.tag { background: var(--pink-soft); color: var(--berry); border-radius: 999px; padding: 4px 10px; font-size: 13px; font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card { padding: 26px; }
.feature-card p { color: var(--muted); }
.timeline { display: grid; gap: 0; border-left: 2px solid rgba(217,76,131,.22); margin-left: 10px; }
.timeline article { position: relative; padding: 0 0 30px 34px; }
.timeline article::before { content: ''; position: absolute; left: -8px; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 0 6px var(--bg); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.split-wide { grid-template-columns: 1.15fr .85fr; }
.panel { padding: 34px; border-radius: 28px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); }
.panel-accent { background: linear-gradient(145deg, #fff0f6, #f7f3ff); }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--berry); font-weight: 900; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { padding: 24px; }
.quote-card p { margin-bottom: 0; }
.faq-list { display: grid; gap: 14px; }
details { background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 8px 22px rgba(76,48,66,.05); }
summary { cursor: pointer; list-style: none; padding: 20px 56px 20px 22px; font-weight: 900; color: var(--title); position: relative; min-height: 56px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 22px; top: 16px; font-size: 24px; color: var(--berry); }
details[open] summary::after { content: '−'; }
details p { padding: 0 22px 22px; margin: 0; color: var(--muted); }
.page-hero { padding: 64px 0 54px; background: linear-gradient(145deg, var(--pink-soft), var(--purple-soft)); }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(260px,.55fr); gap: 36px; align-items: center; }
.page-hero h1 { font-size: clamp(38px,5vw,62px); }
.page-hero .content-media { max-height: 360px; width: 100%; object-fit: contain; border-radius: 28px; }
.media-fallback { min-height: 260px; border-radius: 26px; background: linear-gradient(145deg, rgba(255,142,172,.25), rgba(140,118,232,.22)); display: flex; align-items: center; justify-content: center; color: var(--berry); font-weight: 900; text-align: center; padding: 28px; }
.media-fallback.hero-phone { min-height: 480px; }
.info-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-card { padding: 24px; }
.steps { counter-reset: steps; display: grid; gap: 18px; }
.step { counter-increment: steps; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; background: white; border: 1px solid var(--border); border-radius: 20px; padding: 22px; }
.step::before { content: counter(steps); width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; color: white; font-weight: 900; background: var(--gradient); }
.link-cluster { display: flex; flex-wrap: wrap; gap: 12px; }
.link-cluster a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 15px; border-radius: 999px; background: white; border: 1px solid var(--border); color: var(--berry); font-weight: 800; }
.callout { padding: 28px; border-left: 5px solid var(--pink); border-radius: 0 20px 20px 0; background: white; box-shadow: var(--shadow); }
.table-like { display: grid; gap: 12px; }
.table-row { display: grid; grid-template-columns: minmax(150px,.35fr) 1fr; gap: 20px; padding: 20px; background: white; border-radius: 18px; border: 1px solid var(--border); }
.table-row strong { color: var(--title); }
.site-footer { background: var(--footer); color: var(--footer-text); padding: 66px 0 calc(28px + env(safe-area-inset-bottom)); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 34px; }
.footer-grid h2 { color: white; font-size: 16px; margin-bottom: 16px; }
.footer-grid a { display: block; color: rgba(255,234,242,.78); min-height: 36px; }
.footer-grid a:hover { color: white; }
.footer-brand p { color: rgba(255,234,242,.72); max-width: 330px; }
.footer-brand .brand-wordmark { color: white; background: none; }
.footer-brand-logo { filter: brightness(0) invert(1); }
.footer-note { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,234,242,.68); font-size: 14px; }
.channel-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(48,36,43,.38); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.channel-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.desktop-channel-panel { position: fixed; z-index: 95; left: 0; right: 0; top: 108px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-strong); transform: translateY(-18px); opacity: 0; visibility: hidden; pointer-events: none; transition: .22s ease; max-height: calc(100vh - 108px); overflow-y: auto; }
.desktop-channel-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.panel-header, .sheet-header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; }
.panel-close { min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--border); background: white; color: var(--berry); cursor: pointer; }
.channel-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; padding-bottom: 30px; }
.channel-group h2 { font-size: 18px; }
.channel-group a { display: block; padding: 13px; border-radius: 14px; }
.channel-group a:hover { background: var(--pink-soft); }
.channel-group strong, .channel-group span { display: block; }
.channel-group span { color: var(--muted); font-size: 13px; }
.mobile-channel-sheet, .mobile-bottom-nav { display: none; }

@media (max-width: 980px) {
    .nav-row { grid-template-columns: 150px 1fr auto; gap: 10px; }
    .desktop-primary { gap: 2px; }
    .desktop-primary a { padding-inline: 10px; }
    .nav-actions .button { display: none; }
    .hero-grid { grid-template-columns: 1fr .82fr; }
    .hero-side { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .card-grid.four { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
}
@media (max-width: 760px) {
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .notice-inner { min-height: 32px; }
    .notice-links a:first-child { display: none; }
    .nav-row { min-height: 64px; grid-template-columns: 1fr auto 1fr; }
    .desktop-primary, .nav-actions { display: none; }
    .mobile-channels-toggle, .mobile-experience { display: inline-flex; min-height: 44px; padding: 0 12px; font-size: 14px; }
    .mobile-channels-toggle { justify-self: start; }
    .mobile-experience { justify-self: end; color: white; background: var(--gradient); }
    .brand { justify-self: center; }
    .brand-logo { max-width: 124px; max-height: 38px; }
    .brand-wordmark { font-size: 21px; }
    .section { padding: 56px 0; }
    .section-tight { padding: 44px 0; }
    .section-heading { align-items: start; flex-direction: column; margin-bottom: 26px; }
    .hero { padding: 48px 0 54px; }
    .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
    .hero-media { min-height: 420px; order: 2; }
    .hero-side { grid-template-columns: 1fr; order: 3; }
    .magazine-grid, .card-grid, .quote-grid, .info-band, .split, .split-wide, .footer-grid { grid-template-columns: 1fr; }
    .content-card.main-story { grid-row: auto; }
    .card-grid.four { grid-template-columns: 1fr; }
    .table-row { grid-template-columns: 1fr; gap: 8px; }
    .footer-note { flex-direction: column; }
    .desktop-channel-panel { display: none; }
    .mobile-channel-sheet { display: block; position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; max-height: 85vh; overflow-y: auto; border-radius: 28px 28px 0 0; background: white; padding: 8px 16px calc(24px + env(safe-area-inset-bottom)); transform: translateY(105%); visibility: hidden; pointer-events: none; transition: transform .24s ease, visibility .24s ease; box-shadow: 0 -20px 60px rgba(48,36,43,.2); }
    .mobile-channel-sheet.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
    .sheet-handle { width: 48px; height: 5px; background: #e6d9df; border-radius: 999px; margin: 2px auto 8px; }
    .mobile-channel-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
    .mobile-channel-list a { min-height: 48px; display: flex; align-items: center; padding: 10px 14px; border-radius: 14px; background: var(--pink-soft); font-weight: 800; }
    .mobile-bottom-nav { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); border-top: 1px solid var(--border); padding-bottom: env(safe-area-inset-bottom); }
    .mobile-bottom-nav a { min-height: 64px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; font-weight: 800; }
    .mobile-bottom-nav a.is-current { color: var(--berry); background: linear-gradient(to top, rgba(255,93,158,.1), transparent); }
    .page-hero { padding: 48px 0; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
