:root {
    --page: #fff8fb;
    --surface: #ffffff;
    --pink-soft: #fff0f6;
    --violet-soft: #f7f3ff;
    --gray-pink: #f8f4f6;
    --title: #32262d;
    --text: #51444c;
    --muted: #7c6d76;
    --light: #a09199;
    --pink: #ff5d9e;
    --berry: #d94c83;
    --coral: #ff8eac;
    --violet: #8c76e8;
    --violet-dark: #6753b5;
    --border: rgba(255, 93, 158, 0.15);
    --shadow: 0 14px 36px rgba(76, 48, 66, 0.08);
    --shadow-strong: 0 18px 46px rgba(217, 76, 131, 0.15);
    --gradient: linear-gradient(135deg, #ff8eac 0%, #ff5d9e 52%, #8c76e8 100%);
    --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.75; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--berry); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(140, 118, 232, .48); outline-offset: 3px; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.notice-bar { background: #fff0f6; border-bottom: 1px solid var(--border); font-size: 14px; }
.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; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 248, 251, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 93, 158, .10); }
.nav-shell { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--title); font-size: 19px; font-weight: 800; white-space: nowrap; }
.brand img { width: auto; height: 42px; object-fit: contain; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 13px; color: #fff; background: var(--gradient); box-shadow: var(--shadow-strong); }
.primary-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 6px; white-space: nowrap; }
.primary-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 999px; color: var(--muted); font-weight: 700; }
.primary-nav a:hover, .primary-nav a.is-current { color: var(--berry); background: var(--pink-soft); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.button, .channel-trigger { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 22px; cursor: pointer; font-weight: 800; white-space: nowrap; }
.button { color: #fff; background: var(--gradient); box-shadow: 0 10px 26px rgba(217, 76, 131, .22); }
.button:hover { color: #fff; transform: translateY(-1px); }
.button-secondary, .channel-trigger { color: var(--berry); background: #fff; border: 1px solid var(--border); box-shadow: 0 8px 22px rgba(76, 48, 66, .05); }
.button-secondary:hover, .channel-trigger:hover { color: var(--violet-dark); border-color: rgba(140, 118, 232, .3); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.text-link { color: var(--berry); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: rgba(217, 76, 131, .28); }
.text-link:hover { text-decoration-color: currentColor; }
.desktop-only { display: flex; }
.mobile-only { display: none; }

main { display: block; }
.section { padding: 84px 0; }
.section-compact { padding: 58px 0; }
.section-soft { background: var(--pink-soft); }
.section-violet { background: var(--violet-soft); }
.section-white { background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--berry); font-weight: 850; letter-spacing: .05em; font-size: 14px; }
.eyebrow::before { content: ""; width: 25px; height: 3px; border-radius: 99px; background: var(--gradient); }
h1, h2, h3 { margin: 0; color: var(--title); line-height: 1.28; }
h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -.04em; }
h2 { font-size: clamp(28px, 4vw, 43px); letter-spacing: -.02em; }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
.lead { font-size: 18px; color: var(--muted); }
.muted { color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 3px 11px; border-radius: 999px; background: var(--pink-soft); color: var(--berry); font-size: 13px; font-weight: 750; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.card-pad { padding: 28px; }
.card h3 { margin-bottom: 12px; }
.card p:last-child { margin-bottom: 0; }
.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: 18px; }
.icon-chip { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 16px; background: var(--gradient); color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(217, 76, 131, .18); }

.hero { padding: 68px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .8fr .75fr; align-items: center; gap: 32px; }
.hero-copy .brand-kicker { display: inline-flex; padding: 7px 12px; margin-bottom: 18px; border-radius: 999px; background: var(--violet-soft); color: var(--violet-dark); font-weight: 850; }
.hero-copy h1 span { display: block; color: var(--berry); font-size: .36em; letter-spacing: .08em; margin-bottom: 8px; }
.hero-copy .lead { max-width: 670px; margin-top: 22px; }
.phone-art { position: relative; width: min(100%, 310px); aspect-ratio: .58; margin-inline: auto; border-radius: 44px; padding: 13px; background: #32262d; box-shadow: 0 28px 70px rgba(65, 41, 54, .18); }
.phone-screen { height: 100%; border-radius: 34px; overflow: hidden; background: linear-gradient(165deg, #fff 0 28%, #fff0f6 28% 58%, #f7f3ff 58% 100%); padding: 22px 17px; }
.phone-notch { width: 38%; height: 18px; margin: -7px auto 22px; border-radius: 0 0 12px 12px; background: #32262d; }
.phone-banner { height: 28%; border-radius: 24px; background: var(--gradient); position: relative; overflow: hidden; }
.phone-banner::before, .phone-banner::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.24); }
.phone-banner::before { width: 120px; height: 120px; right: -28px; top: -35px; }
.phone-banner::after { width: 70px; height: 70px; left: -20px; bottom: -18px; }
.phone-lines { display: grid; gap: 12px; margin-top: 17px; }
.phone-line { height: 64px; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(76,48,66,.07); }
.hero-side { display: grid; gap: 18px; }
.hero-side .card { padding: 25px; }
.hero-side .card:nth-child(2) { transform: translateX(20px); }
.hero-side p { color: var(--muted); }
.theme-strip { display: flex; gap: 14px; overflow-x: auto; padding: 4px 0 16px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.theme-item { flex: 1 0 138px; min-height: 144px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); scroll-snap-align: start; }
.theme-item:nth-child(3n+2) { background: var(--violet-soft); }
.theme-item:nth-child(3n) { background: var(--pink-soft); }
.theme-item strong { color: var(--title); }
.theme-item small { display: block; color: var(--muted); line-height: 1.5; margin-top: 7px; }

.magazine-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, minmax(230px, auto)); gap: 20px; }
.story-card { position: relative; overflow: hidden; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.story-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; bottom: -65px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,142,172,.25), rgba(140,118,232,.18)); pointer-events: none; }
.story-card.main { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: flex-end; min-height: 500px; background: linear-gradient(160deg, #fff 0 35%, #fff0f6 35% 68%, #f7f3ff 68% 100%); }
.story-card.main::before { content: "VLOG"; position: absolute; left: 32px; top: 28px; font-size: clamp(52px, 8vw, 110px); font-weight: 950; color: rgba(217, 76, 131, .08); letter-spacing: -.04em; }
.story-card h3 { font-size: 23px; }
.story-card p { color: var(--muted); }
.circle-card { min-height: 280px; display: flex; flex-direction: column; }
.circle-card .text-link { margin-top: auto; }
.timeline { position: relative; display: grid; gap: 20px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--pink), var(--violet)); }
.timeline-item { position: relative; padding: 24px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.timeline-item::before { content: ""; position: absolute; left: -31px; top: 30px; width: 16px; height: 16px; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 0 6px var(--page); }
.topic-list { display: grid; gap: 14px; }
.topic-row { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 18px; padding: 22px 24px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.topic-number { color: var(--berry); font-size: 28px; font-weight: 900; }
.topic-row p { margin: 6px 0 0; color: var(--muted); }
.diary-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.diary-note { padding: 38px; border-radius: 28px; background: linear-gradient(145deg, #fff, #fff0f6); border: 1px solid var(--border); box-shadow: var(--shadow); }
.diary-prompts { display: grid; gap: 16px; }
.diary-prompts .card { padding: 24px; }
.app-showcase { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 46px; padding: 44px; border-radius: 34px; background: linear-gradient(135deg, #fff0f6, #f7f3ff); }
.app-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 26px; }
.app-mini-grid .card { padding: 21px; background: rgba(255,255,255,.78); }
.split-safety { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.safety-pane { padding: 34px; border-radius: 28px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.safety-pane ul { margin: 18px 0 0; padding-left: 20px; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.feedback-card { position: relative; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.feedback-card::before { content: "“"; position: absolute; right: 20px; top: 8px; color: rgba(217,76,131,.14); font-size: 70px; line-height: 1; font-weight: 900; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 0 22px; box-shadow: 0 8px 24px rgba(76,48,66,.05); }
summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--title); font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--berry); font-size: 24px; }
details[open] summary::after { content: "−"; }
details p { padding: 0 0 20px; color: var(--muted); }
.brand-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; }
.brand-art { min-height: 360px; border-radius: 32px; background: linear-gradient(145deg, #fff0f6, #f7f3ff); position: relative; overflow: hidden; }
.brand-art::before, .brand-art::after { content: ""; position: absolute; border-radius: 50%; background: var(--gradient); opacity: .75; }
.brand-art::before { width: 210px; height: 210px; left: 12%; top: 14%; }
.brand-art::after { width: 130px; height: 130px; right: 14%; bottom: 12%; }
.brand-art span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 42px; font-weight: 950; z-index: 1; text-shadow: 0 4px 20px rgba(70,38,55,.15); }

.page-hero { padding: 72px 0 48px; }
.page-hero-inner { display: grid; grid-template-columns: 1fr .55fr; gap: 40px; align-items: center; padding: 42px; border-radius: 32px; background: linear-gradient(135deg, #fff, #fff0f6 58%, #f7f3ff); border: 1px solid var(--border); box-shadow: var(--shadow); }
.page-hero h1 { font-size: clamp(36px, 5vw, 60px); }
.page-hero p { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.page-symbol { width: 190px; aspect-ratio: 1; justify-self: end; display: grid; place-items: center; border-radius: 50% 38% 48% 42%; background: var(--gradient); color: #fff; font-size: 58px; font-weight: 950; box-shadow: var(--shadow-strong); transform: rotate(6deg); }
.content-index { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.content-index a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--berry); font-weight: 750; }
.prose { max-width: 850px; }
.prose h2 { margin: 38px 0 16px; font-size: 30px; }
.prose h3 { margin: 26px 0 10px; }
.prose ul, .prose ol { padding-left: 22px; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.info-card { padding: 26px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.info-card h2, .info-card h3 { margin-bottom: 12px; }
.info-card p { color: var(--muted); }
.steps { display: grid; counter-reset: step; gap: 16px; }
.step { counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.step::before { content: counter(step, decimal-leading-zero); width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--gradient); color: #fff; font-weight: 900; }
.notice-box { padding: 26px 28px; border-left: 5px solid var(--pink); border-radius: 0 20px 20px 0; background: var(--pink-soft); }
.notice-box h2, .notice-box h3 { margin-bottom: 10px; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--berry); font-weight: 900; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { min-height: 46px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--berry); font-weight: 800; }
.service-tip { padding: 30px; border-radius: 26px; background: linear-gradient(135deg, #fff0f6, #f7f3ff); border: 1px solid var(--border); }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: #fff; }
.compare-table th, .compare-table td { padding: 18px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table th { color: var(--title); background: var(--pink-soft); }

.site-footer { background: #30242b; color: #ffdeea; padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 34px; }
.site-footer .brand { color: #fff; }
.site-footer h2 { color: #fff; font-size: 16px; margin-bottom: 15px; }
.site-footer a:not(.brand) { display: block; padding: 4px 0; color: #ffeaf2; opacity: .82; }
.site-footer a:hover { opacity: 1; color: #fff; }
.footer-brand p { color: #ffeaf2; opacity: .75; max-width: 360px; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: #ffeaf2; opacity: .72; }
.footer-bottom p { margin: 0; }
.menu-overlay { position: fixed; inset: 0; z-index: 79; background: rgba(48,36,43,.36); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.menu-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel { position: fixed; left: 0; right: 0; top: 108px; z-index: 80; background: #fff; box-shadow: 0 30px 70px rgba(48,36,43,.18); transform: translateY(-24px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.channel-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.channel-panel-head button, .drawer-head button { min-height: 42px; padding: 0 15px; border-radius: 999px; border: 1px solid var(--border); background: #fff; cursor: pointer; }
.channel-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding-top: 28px; padding-bottom: 34px; }
.channel-groups h2 { font-size: 16px; margin-bottom: 10px; color: var(--berry); }
.channel-groups a { display: block; padding: 10px 12px; margin-inline: -12px; border-radius: 14px; }
.channel-groups a:hover, .channel-groups a.is-current { background: var(--pink-soft); color: var(--berry); }
.channel-groups strong, .channel-groups span { display: block; }
.channel-groups span { color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 3px; }
.mobile-channel-panel, .mobile-bottom-nav { display: none; }

@media (max-width: 1080px) {
    .hero-grid { grid-template-columns: 1fr .78fr; }
    .hero-side { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .hero-side .card:nth-child(2) { transform: none; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .magazine-grid { grid-template-columns: 1fr 1fr; }
    .story-card.main { grid-row: auto; grid-column: 1 / -1; min-height: 390px; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 32px, var(--max)); }
    .desktop-only { display: none !important; }
    .mobile-only { display: flex; }
    .notice-community { display: none; }
    .notice-inner { min-height: 32px; font-size: 12px; }
    .site-header { top: 0; }
    .nav-shell { min-height: 66px; gap: 8px; justify-content: space-between; }
    .nav-shell .brand { position: absolute; left: 50%; transform: translateX(-50%); font-size: 16px; }
    .nav-shell .brand img { height: 36px; max-width: 126px; }
    .nav-shell .brand-mark { width: 34px; height: 34px; border-radius: 12px; }
    .nav-actions { margin-left: 0; }
    .nav-actions .button { min-height: 44px; padding-inline: 14px; font-size: 13px; }
    .channel-trigger.mobile-only { min-height: 44px; padding-inline: 13px; font-size: 13px; }
    .section { padding: 64px 0; }
    .section-compact { padding: 48px 0; }
    .hero { padding: 46px 0 62px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .lead { margin-inline: auto; }
    .hero-copy .actions { justify-content: center; }
    .phone-art { width: min(76vw, 320px); }
    .hero-side { grid-template-columns: 1fr; }
    .grid-3, .grid-4, .info-grid, .feedback-grid { grid-template-columns: 1fr 1fr; }
    .magazine-grid { grid-template-columns: 1fr; }
    .story-card.main { grid-column: auto; min-height: 360px; }
    .topic-row { grid-template-columns: 52px 1fr; }
    .topic-row .text-link { grid-column: 2; }
    .diary-layout, .app-showcase, .brand-story, .page-hero-inner { grid-template-columns: 1fr; }
    .page-symbol { justify-self: start; width: 140px; font-size: 44px; }
    .split-safety { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .site-footer { padding-bottom: 110px; }
    .mobile-bottom-nav { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 64px; align-items: stretch; padding: 6px; border-radius: 22px; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(48,36,43,.2); border: 1px solid var(--border); }
    .mobile-bottom-nav a { flex: 1; min-width: 0; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 16px; color: var(--muted); font-size: 12px; font-weight: 750; }
    .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
    .mobile-bottom-nav a.is-current { color: var(--berry); background: var(--pink-soft); }
    .mobile-channel-panel { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 82; max-height: 85vh; overflow-y: auto; padding: 10px 16px calc(24px + env(safe-area-inset-bottom)); background: #fff; border-radius: 26px 26px 0 0; box-shadow: 0 -20px 60px rgba(48,36,43,.22); transform: translateY(105%); visibility: hidden; pointer-events: none; transition: transform .24s ease, visibility .24s ease; }
    .mobile-channel-panel.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
    .drawer-handle { width: 42px; height: 5px; margin: 2px auto 10px; border-radius: 999px; background: #ded2d8; }
    .drawer-head { min-height: 54px; display: flex; align-items: center; justify-content: space-between; }
    .drawer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 8px; }
    .drawer-links a { min-height: 48px; display: flex; align-items: center; padding: 0 16px; border-radius: 15px; background: var(--gray-pink); color: var(--title); font-weight: 750; }
    .drawer-links a.is-current { background: var(--pink-soft); color: var(--berry); }
    .menu-overlay { z-index: 81; }
}

@media (max-width: 560px) {
    .container { width: calc(100% - 32px); }
    h1 { font-size: 40px; }
    h2 { font-size: 30px; }
    .hero-copy h1 span { font-size: .42em; }
    .grid-2, .grid-3, .grid-4, .info-grid, .feedback-grid { grid-template-columns: 1fr; }
    .app-mini-grid { grid-template-columns: 1fr; }
    .app-showcase, .page-hero-inner { padding: 28px 22px; }
    .page-hero { padding-top: 42px; }
    .page-symbol { width: 110px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .topic-row { grid-template-columns: 44px 1fr; padding: 20px; }
    .topic-number { font-size: 22px; }
    .diary-note, .safety-pane { padding: 26px 22px; }
    .step { grid-template-columns: 46px 1fr; padding: 20px; gap: 14px; }
    .step::before { width: 46px; height: 46px; border-radius: 15px; }
    .compare-table { display: block; overflow-x: auto; }
}

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