:root {
    --bg: #FFF7FB;
    --surface: #FFFFFF;
    --soft-pink: #FFF0F6;
    --soft-purple: #F6F1FF;
    --title: #332631;
    --text: #514451;
    --muted: #807080;
    --pink: #FF629F;
    --pink-dark: #E94D8E;
    --peach: #FF9BBC;
    --purple: #936BFF;
    --border: rgba(255,98,159,0.16);
    --footer: #30232D;
    --footer-text: #FFEAF3;
    --shadow: 0 18px 50px rgba(95, 54, 82, 0.09);
    --shadow-soft: 0 10px 30px rgba(95, 54, 82, 0.07);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --max: 1220px;
    --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    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.75;
    -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; pointer-events: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
main { padding-top: calc(var(--header-h) + 12px); }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 78px 0; position: relative; }
.section.compact { padding: 58px 0; }
.section-soft { background: var(--soft-pink); }
.section-purple { background: var(--soft-purple); }
.section-white { background: var(--surface); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255,98,159,0.11);
    color: var(--pink-dark);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
}
h1, h2, h3 { color: var(--title); line-height: 1.3; margin: 0; }
h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -.04em; }
h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.02em; }
h3 { font-size: 20px; }
p { margin: 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 17px; }
.lead { font-size: 18px; color: var(--muted); }
.muted { color: var(--muted); }

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 3000;
    background: var(--title);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 247, 251, .9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 6px 24px rgba(74, 38, 62, .06);
    border-bottom: 1px solid rgba(255,255,255,.72);
}
.nav-shell {
    width: min(calc(100% - 36px), 1260px);
    height: var(--header-h);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 190px;
    align-items: center;
    gap: 18px;
}
.brand { display: inline-flex; align-items: center; min-height: 44px; min-width: 0; }
.brand-logo { width: auto; max-width: 150px; max-height: 44px; object-fit: contain; }
.brand-text {
    color: var(--title);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.04em;
}
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; white-space: nowrap; }
.desktop-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #645363;
    font-weight: 700;
    font-size: 15px;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { background: rgba(255,98,159,.08); color: var(--pink-dark); outline: none; }
.desktop-nav a.active { background: #fff; color: var(--pink-dark); box-shadow: 0 6px 20px rgba(111,60,89,.08); }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.primary-btn, .secondary-btn, .text-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-btn {
    padding: 0 22px;
    color: #fff;
    background: linear-gradient(135deg, #FF9BBC 0%, #FF629F 50%, #936BFF 100%);
    box-shadow: 0 10px 24px rgba(233,77,142,.22);
}
.primary-btn:hover, .primary-btn:focus-visible { transform: translateY(-1px); box-shadow: 0 13px 30px rgba(233,77,142,.28); outline: none; }
.primary-btn:active { transform: translateY(0); }
.secondary-btn { padding: 0 22px; border: 1px solid var(--border); background: #fff; color: var(--title); }
.secondary-btn:hover, .secondary-btn:focus-visible { border-color: rgba(255,98,159,.35); color: var(--pink-dark); outline: none; }
.text-link { min-height: 44px; padding: 0; border-radius: 10px; color: var(--pink-dark); justify-content: flex-start; }
.text-link::after { content: "→"; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover::after, .text-link:focus-visible::after { transform: translateX(3px); }
.menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.menu-toggle span { width: 18px; height: 2px; border-radius: 4px; background: var(--title); pointer-events: none; }
.mobile-only { display: none; }

.drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 1800;
    background: rgba(43,29,39,.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}
.drawer-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1900;
    width: min(400px, 88vw);
    background: #fff;
    box-shadow: -20px 0 55px rgba(56,33,50,.18);
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.site-drawer.open { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
.drawer-head {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    z-index: 2;
}
.drawer-brand { font-size: 22px; color: var(--title); font-weight: 900; }
.drawer-brand img { max-width: 140px; max-height: 42px; object-fit: contain; }
.drawer-close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--soft-pink); color: var(--title); font-size: 28px; cursor: pointer; }
.drawer-nav { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.drawer-nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 14px;
    font-weight: 700;
    color: #5c4b59;
}
.drawer-nav a:hover, .drawer-nav a:focus-visible, .drawer-nav a.active { background: var(--soft-pink); color: var(--pink-dark); outline: none; }
.drawer-note { margin: 8px 18px 24px; padding: 18px; border-radius: 18px; background: var(--soft-purple); }
.drawer-note strong { display: block; color: var(--title); margin-bottom: 6px; }
.drawer-note p { color: var(--muted); font-size: 14px; }

.hero { padding: 52px 0 82px; position: relative; overflow: hidden; }
.hero::before, .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}
.hero::before { width: 420px; height: 420px; right: -130px; top: 20px; background: radial-gradient(circle, rgba(147,107,255,.14), rgba(147,107,255,0) 70%); }
.hero::after { width: 380px; height: 380px; left: -180px; bottom: -80px; background: radial-gradient(circle, rgba(255,98,159,.14), rgba(255,98,159,0) 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .72fr); gap: 58px; align-items: center; position: relative; z-index: 1; }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy h1 { margin-bottom: 18px; }
.hero-copy h1 .accent { color: var(--pink-dark); }
.hero-subtitle { font-size: clamp(22px, 3vw, 34px); color: var(--title); font-weight: 800; line-height: 1.35; margin-bottom: 20px; }
.hero-copy .lead { max-width: 780px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; align-items: center; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-points span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 13px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.78); font-weight: 700; font-size: 14px; }
.hero-visual { min-height: 470px; position: relative; display: flex; align-items: center; justify-content: center; }
.visual-card {
    width: min(100%, 390px);
    min-height: 430px;
    border-radius: 36px;
    padding: 28px;
    background: linear-gradient(160deg, #fff 0%, #FFF0F6 55%, #F6F1FF 100%);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 28px 65px rgba(108,61,91,.13);
    position: relative;
    overflow: hidden;
}
.visual-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -50px; top: -55px; background: rgba(255,98,159,.15); pointer-events: none; }
.visual-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; left: -60px; bottom: -60px; background: rgba(147,107,255,.12); pointer-events: none; }
.phone-mock { width: 210px; height: 350px; margin: 18px auto 0; padding: 14px; border-radius: 30px; background: #fff; border: 7px solid #392d36; box-shadow: 0 22px 40px rgba(66,43,58,.17); position: relative; z-index: 1; }
.phone-mock::before { content: ""; position: absolute; width: 62px; height: 7px; border-radius: 8px; background: #392d36; top: 8px; left: 50%; transform: translateX(-50%); }
.mock-line { height: 10px; border-radius: 999px; background: #f1dbe5; margin-top: 16px; }
.mock-line.short { width: 64%; }
.mock-tile { height: 84px; border-radius: 18px; margin-top: 16px; background: linear-gradient(135deg, #FFE4EF, #EEE5FF); }
.mock-tags { display: flex; gap: 6px; margin-top: 12px; }
.mock-tags i { display: block; height: 24px; flex: 1; border-radius: 999px; background: #fff0f6; border: 1px solid var(--border); }
.visual-badge { position: absolute; z-index: 2; padding: 10px 14px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); font-size: 14px; font-weight: 800; color: var(--title); }
.visual-badge.one { left: 16px; top: 92px; }
.visual-badge.two { right: 16px; bottom: 80px; }

.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; }
.grid-5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: var(--shadow-soft);
    position: relative;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); }
.card .text-link { margin-top: 14px; }
.feature-card { min-height: 220px; }
.feature-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; background: var(--soft-pink); color: var(--pink-dark); font-weight: 900; font-size: 20px; }
.feature-card:nth-child(even) .feature-icon { background: var(--soft-purple); color: var(--purple); }
.quick-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.quick-card { padding: 20px; min-height: 185px; box-shadow: none; }
.quick-card h3 { font-size: 18px; }
.quick-card p { font-size: 14px; }
.quick-card .text-link { margin-top: 8px; }
.inspiration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(176px, auto); gap: 18px; }
.inspiration-card { min-height: 180px; overflow: hidden; }
.inspiration-card.wide { grid-column: span 2; }
.inspiration-card.tall { grid-row: span 2; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 3px 10px; border-radius: 999px; background: var(--soft-pink); color: var(--pink-dark); font-size: 13px; font-weight: 700; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: center; }
.split.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.story-panel { padding: 34px; border-radius: 30px; background: linear-gradient(150deg, #fff, #FFF2F7); border: 1px solid var(--border); box-shadow: var(--shadow); }
.story-panel p + p { margin-top: 14px; }
.soft-visual { min-height: 360px; border-radius: 32px; background: linear-gradient(145deg, #FFF0F6, #F5EFFF); border: 1px solid rgba(147,107,255,.10); position: relative; overflow: hidden; }
.soft-visual .orb { position: absolute; border-radius: 50%; pointer-events: none; }
.soft-visual .orb.a { width: 180px; height: 180px; left: 10%; top: 16%; background: rgba(255,98,159,.20); }
.soft-visual .orb.b { width: 220px; height: 220px; right: 8%; bottom: 4%; background: rgba(147,107,255,.17); }
.soft-visual .center-card { position: absolute; inset: 24% 18%; background: rgba(255,255,255,.84); border-radius: 26px; border: 1px solid rgba(255,255,255,.95); box-shadow: var(--shadow); padding: 24px; }
.soft-visual .center-card strong { display: block; color: var(--title); font-size: 24px; margin-bottom: 10px; }
.topic-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.topic-strip article { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.82); border: 1px solid var(--border); }
.topic-strip h3 { font-size: 18px; margin-bottom: 8px; }
.topic-strip p { font-size: 14px; color: var(--muted); }
.list-clean { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.list-clean li { position: relative; padding-left: 26px; }
.list-clean li::before { content: "✓"; position: absolute; left: 0; color: var(--pink-dark); font-weight: 900; }
.notice { padding: 24px 26px; border-radius: 22px; border: 1px solid rgba(147,107,255,.16); background: var(--soft-purple); }
.notice strong { color: var(--title); display: block; margin-bottom: 6px; }
.safety-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.safety-card { padding: 30px; min-height: 340px; }
.safety-card ul { margin: 18px 0 0; padding-left: 20px; }
.safety-card li + li { margin-top: 7px; }
.quote-card { min-height: 185px; }
.quote-card .identity { display: inline-block; margin-top: 16px; color: var(--pink-dark); font-weight: 800; font-size: 14px; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
summary { min-height: 58px; cursor: pointer; padding: 16px 54px 16px 20px; list-style: none; color: var(--title); font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-pink); color: var(--pink-dark); }
details[open] summary::after { content: "−"; }
details p { padding: 0 20px 20px; color: var(--muted); }
.cta-panel { padding: 42px; border-radius: 32px; background: linear-gradient(135deg, #FFF0F6, #F6F1FF); border: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-panel h2 { margin-bottom: 10px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }

.page-hero { padding: 46px 0 54px; }
.page-hero-shell { padding: 42px; border-radius: 34px; background: linear-gradient(145deg, #fff, #FFF0F6 62%, #F6F1FF); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.page-hero-shell::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; right: -70px; top: -80px; background: rgba(147,107,255,.11); pointer-events: none; }
.page-hero h1 { font-size: clamp(36px, 5vw, 58px); margin: 10px 0 16px; }
.page-hero p { max-width: 820px; font-size: 18px; color: var(--muted); }
.content-wrap { width: min(calc(100% - 40px), 1040px); margin: 0 auto; }
.prose-section { padding: 34px 0; }
.prose-section + .prose-section { border-top: 1px solid var(--border); }
.prose-section h2 { font-size: clamp(26px, 4vw, 34px); margin-bottom: 14px; }
.prose-section p + p { margin-top: 14px; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.info-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-box { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 8px 24px rgba(95,54,82,.05); }
.info-box h3 { font-size: 18px; margin-bottom: 8px; }
.info-box p { font-size: 15px; color: var(--muted); }
.steps { counter-reset: step; display: grid; gap: 14px; margin-top: 22px; }
.step { counter-increment: step; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: 20px; }
.step::before { content: counter(step); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--soft-pink); color: var(--pink-dark); font-weight: 900; }
.step h3 { margin: 2px 0 6px; }
.timeline { margin-top: 24px; position: relative; padding-left: 24px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: rgba(255,98,159,.25); }
.timeline-item { position: relative; padding: 0 0 22px 22px; }
.timeline-item::before { content: ""; position: absolute; left: -22px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px #fff0f6; }
.timeline-item h3 { margin-bottom: 6px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.related-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--pink-dark); font-weight: 700; }
.warning-box { margin-top: 22px; padding: 22px 24px; border-left: 4px solid var(--pink); background: var(--soft-pink); border-radius: 0 18px 18px 0; }
.warning-box strong { display: block; color: var(--title); margin-bottom: 6px; }
.service-index { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.service-index a { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 10px 14px; text-align: center; border-radius: 16px; background: #fff; border: 1px solid var(--border); font-weight: 800; color: var(--title); }
.service-index a:hover, .service-index a:focus-visible { background: var(--soft-pink); color: var(--pink-dark); outline: none; }

.site-footer { background: var(--footer); color: var(--footer-text); padding: 62px 0 26px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 34px; }
.site-footer h2 { color: #fff; font-size: 16px; margin-bottom: 14px; }
.site-footer a { display: block; min-height: 36px; color: #f4cfdf; font-size: 14px; }
.site-footer a:hover, .site-footer a:focus-visible { color: #fff; outline: none; text-decoration: underline; text-underline-offset: 4px; }
.footer-brand strong { font-size: 25px; color: #fff; }
.footer-logo { max-width: 150px; max-height: 46px; object-fit: contain; }
.footer-brand p { max-width: 330px; margin-top: 14px; color: #dcbccc; font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; color: #c9a9b8; font-size: 13px; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1080px) {
    .nav-shell { grid-template-columns: 150px minmax(0, 1fr) 170px; gap: 10px; }
    .desktop-nav { gap: 2px; }
    .desktop-nav a { padding: 0 9px; font-size: 14px; }
    .quick-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-5 { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .footer-brand { grid-row: span 2; }
}

@media (max-width: 860px) {
    :root { --header-h: 68px; }
    main { padding-top: calc(var(--header-h) + 6px); }
    .container, .content-wrap { width: min(calc(100% - 30px), var(--max)); }
    .nav-shell { width: calc(100% - 24px); height: var(--header-h); grid-template-columns: 48px minmax(0,1fr) auto; }
    .desktop-nav, .desktop-menu { display: none; }
    .mobile-only { display: inline-flex; }
    .brand { justify-content: center; }
    .brand-text { font-size: 21px; }
    .brand-logo { max-width: 120px; max-height: 38px; }
    .nav-actions { justify-content: flex-end; }
    .nav-cta { min-height: 44px; padding: 0 16px; font-size: 14px; }
    .hero { padding: 32px 0 58px; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-visual { min-height: 390px; }
    .visual-card { min-height: 380px; }
    .phone-mock { height: 310px; }
    .grid-3, .info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .quick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .inspiration-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .split, .split.reverse { grid-template-columns: 1fr; gap: 26px; }
    .split.reverse .soft-visual { order: 2; }
    .topic-strip { grid-template-columns: 1fr; }
    .safety-columns { grid-template-columns: 1fr; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
    .service-index { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-brand { grid-column: span 2; grid-row: auto; }
    .footer-bottom { flex-direction: column; }
    .page-hero-shell { padding: 32px 26px; }
}

@media (max-width: 640px) {
    body { padding-bottom: 82px; }
    .container, .content-wrap { width: min(calc(100% - 24px), var(--max)); }
    .section { padding: 56px 0; }
    .section.compact { padding: 46px 0; }
    .hero-copy h1 { font-size: 46px; }
    .hero-subtitle { font-size: 24px; }
    .hero-copy .lead { font-size: 16px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .primary-btn, .hero-actions .secondary-btn { flex: 1 1 150px; }
    .hero-visual { min-height: 350px; }
    .visual-card { width: 100%; min-height: 340px; padding: 20px; }
    .phone-mock { width: 185px; height: 280px; }
    .visual-badge { font-size: 12px; padding: 8px 10px; }
    .grid-2, .grid-3, .grid-4, .grid-5, .info-grid, .info-grid.two { grid-template-columns: 1fr; }
    .quick-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .quick-card { min-height: 170px; padding: 16px; }
    .inspiration-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .inspiration-card.wide { grid-column: span 1; }
    .inspiration-card.tall { grid-row: span 1; }
    .card { padding: 22px; }
    .story-panel { padding: 25px; }
    .soft-visual { min-height: 300px; }
    .safety-card { min-height: 0; }
    .cta-panel { padding: 28px 22px; }
    .cta-actions { width: 100%; }
    .cta-actions a { width: 100%; }
    .page-hero { padding: 30px 0 40px; }
    .page-hero-shell { padding: 28px 20px; border-radius: 26px; }
    .page-hero p { font-size: 16px; }
    .prose-section { padding: 28px 0; }
    .step { grid-template-columns: 42px 1fr; padding: 16px; gap: 12px; }
    .step::before { width: 42px; height: 42px; border-radius: 13px; }
    .service-index { grid-template-columns: 1fr 1fr; }
    .site-footer { padding-bottom: 34px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
    .footer-brand { grid-column: span 2; }
    .footer-bottom { font-size: 12px; }
    .mobile-bottom-nav {
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: 8px;
        z-index: 900;
        min-height: 64px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 6px max(6px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));
        border: 1px solid rgba(255,98,159,.16);
        border-radius: 22px;
        background: rgba(255,255,255,.95);
        backdrop-filter: blur(14px);
        box-shadow: 0 16px 35px rgba(69,43,60,.15);
    }
    .mobile-bottom-nav a { min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 15px; color: var(--muted); font-size: 12px; font-weight: 800; }
    .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
    .mobile-bottom-nav a.active { color: var(--pink-dark); background: var(--soft-pink); }
    .drawer-nav { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
    .nav-cta { padding: 0 12px; font-size: 13px; }
    .brand-text { font-size: 19px; }
    .quick-grid { grid-template-columns: 1fr; }
    .service-index { grid-template-columns: 1fr; }
}

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