:root {
    --bg: #FFF7FB;
    --surface: #FFFFFF;
    --surface-pink: #FFF0F6;
    --surface-purple: #F6F1FF;
    --heading: #332631;
    --text: #514451;
    --muted: #807080;
    --pink: #FF629F;
    --pink-deep: #E94D8E;
    --peach: #FF9BBC;
    --purple: #936BFF;
    --border: rgba(255, 98, 159, 0.16);
    --footer: #30232D;
    --footer-text: #FFEAF3;
    --shadow: 0 18px 46px rgba(124, 68, 102, 0.10);
    --shadow-soft: 0 10px 28px rgba(124, 68, 102, 0.07);
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --max: 1220px;
}
* { 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; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; pointer-events: auto; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: 10px 14px; background: var(--heading); color: white; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 900; width: 100%; background: rgba(255, 247, 251, 0.88); backdrop-filter: blur(18px); box-shadow: 0 8px 24px rgba(72, 42, 60, 0.06); border-bottom: 1px solid rgba(255,255,255,.72); }
.nav-shell { width: min(calc(100% - 40px), 1260px); min-height: 74px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand-mark, .drawer-brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 800; color: var(--heading); letter-spacing: -0.5px; white-space: nowrap; }
.brand-mark img, .drawer-brand img, .footer-brand img { width: auto; height: 38px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: 4px; min-width: 0; white-space: nowrap; }
.desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; color: var(--muted); font-size: 15px; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-active { color: var(--pink-deep); background: var(--surface); }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 7px; height: 2px; border-radius: 2px; background: var(--pink); pointer-events: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, #FF9BBC 0%, #FF629F 50%, #936BFF 100%); box-shadow: 0 12px 26px rgba(233, 77, 142, .22); font-weight: 750; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(233, 77, 142, .28); }
.button:active { transform: translateY(0); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .menu-button:focus-visible, .drawer-close:focus-visible, a:focus-visible { outline: 3px solid rgba(147, 107, 255, .28); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-secondary { color: var(--pink-deep); background: white; border: 1px solid var(--border); box-shadow: none; }
.menu-button { width: 44px; height: 44px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--border); border-radius: 14px; background: white; cursor: pointer; }
.menu-button span { width: 19px; height: 2px; border-radius: 2px; background: var(--heading); pointer-events: none; }
.mobile-menu-button { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 1100; background: rgba(48,35,45,.34); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.site-drawer { position: fixed; z-index: 1200; top: 0; right: 0; width: min(420px, 88vw); height: 100dvh; padding: 24px; overflow-y: auto; background: var(--surface); box-shadow: -20px 0 60px rgba(48,35,45,.18); transform: translateX(104%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .24s ease, opacity .24s ease, visibility .24s ease; }
.site-drawer.is-open { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.drawer-close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--surface-pink); color: var(--heading); font-size: 30px; line-height: 1; cursor: pointer; }
.drawer-intro { margin: 22px 0; color: var(--muted); font-size: 14px; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.drawer-nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 13px; background: var(--bg); border: 1px solid var(--border); border-radius: 14px; font-size: 14px; font-weight: 650; }
.drawer-nav a:hover { background: var(--surface-pink); color: var(--pink-deep); }
main { display: block; }
.section { padding: 86px 0; }
.section-compact { padding: 62px 0; }
.section-tint { background: var(--surface-pink); }
.section-purple { background: var(--surface-purple); }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--pink-deep); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--pink); border-radius: 2px; pointer-events: none; }
h1, h2, h3 { color: var(--heading); line-height: 1.25; margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 78px); letter-spacing: -2.5px; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4.5vw, 48px); letter-spacing: -1.2px; margin-bottom: 18px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin-top: 0; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head > div { max-width: 780px; }
.section-head p { color: var(--muted); margin-bottom: 0; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--pink-deep); font-weight: 750; }
.text-link::after { content: "→"; transition: transform .2s ease; pointer-events: none; }
.text-link:hover::after { transform: translateX(4px); }
.hero { position: relative; overflow: hidden; padding: 96px 0 84px; }
.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: -170px; background: radial-gradient(circle, rgba(255,155,188,.28), rgba(255,155,188,0)); }
.hero::after { width: 360px; height: 360px; left: -170px; bottom: -150px; background: radial-gradient(circle, rgba(147,107,255,.20), rgba(147,107,255,0)); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: 54px; }
.hero-copy { max-width: 760px; }
.hero-copy h1 span { display: block; margin-top: 12px; font-size: clamp(28px, 4vw, 48px); color: var(--pink-deep); letter-spacing: -1.2px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 32px 0 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; list-style: none; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,.8); border: 1px solid var(--border); color: var(--heading); font-size: 14px; font-weight: 700; }
.hero-points li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: white; background: var(--pink); font-size: 12px; pointer-events: none; }
.hero-art { position: relative; min-height: 410px; display: grid; place-items: center; }
.phone-card { position: relative; width: min(100%, 340px); aspect-ratio: 4 / 5.2; padding: 24px; border-radius: 42px; background: linear-gradient(160deg, #fff, #FFF0F6 58%, #F2EBFF); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 28px 70px rgba(124,68,102,.18); transform: rotate(3deg); }
.phone-card::before { content: ""; display: block; width: 88px; height: 8px; margin: 0 auto 28px; border-radius: 999px; background: rgba(51,38,49,.12); }
.mini-vlog { display: grid; gap: 14px; }
.mini-vlog .cover { min-height: 190px; border-radius: 24px; background: linear-gradient(145deg, rgba(255,155,188,.72), rgba(147,107,255,.58)); position: relative; overflow: hidden; }
.mini-vlog .cover::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.28); right: -30px; top: -20px; }
.mini-vlog .cover::after { content: "VLOG"; position: absolute; left: 18px; bottom: 18px; color: white; font-size: 28px; font-weight: 900; letter-spacing: .12em; }
.mini-lines { display: grid; gap: 10px; }
.mini-lines span { height: 10px; border-radius: 999px; background: rgba(81,68,81,.11); }
.mini-lines span:nth-child(2) { width: 72%; }
.float-tag { position: absolute; padding: 10px 15px; border-radius: 999px; background: white; box-shadow: var(--shadow-soft); color: var(--heading); font-weight: 750; font-size: 13px; }
.float-tag.one { left: -38px; top: 92px; }
.float-tag.two { right: -44px; bottom: 94px; }
.grid-4, .grid-3, .grid-2, .channel-grid, .feedback-grid, .topic-grid, .info-grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.channel-grid { grid-template-columns: repeat(5, 1fr); }
.feedback-grid { grid-template-columns: repeat(3, 1fr); }
.topic-grid { grid-template-columns: repeat(4, 1fr); }
.info-grid { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; padding: 28px; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.card.soft { background: linear-gradient(160deg, #fff, #FFF8FB); }
.card.purple { background: linear-gradient(160deg, #fff, #F8F4FF); }
.icon-badge { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 17px; color: var(--pink-deep); background: var(--surface-pink); font-weight: 900; font-size: 21px; }
.card:nth-child(even) .icon-badge { color: var(--purple); background: var(--surface-purple); }
.card p { color: var(--muted); margin-bottom: 0; }
.channel-card { min-height: 195px; display: flex; flex-direction: column; padding: 24px; border-radius: 20px; background: white; border: 1px solid var(--border); }
.channel-card p { color: var(--muted); font-size: 14px; }
.channel-card .text-link { margin-top: auto; }
.mosaic { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: minmax(220px, auto); gap: 20px; }
.inspiration-card { min-height: 220px; display: flex; flex-direction: column; justify-content: end; padding: 28px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,240,246,.82)); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.inspiration-card:nth-child(2), .inspiration-card:nth-child(5) { background: linear-gradient(145deg, #F8F4FF, #fff); }
.inspiration-card.large { grid-row: span 2; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.tag { display: inline-flex; align-items: center; min-height: 32px; padding: 4px 10px; border-radius: 999px; background: rgba(255,98,159,.09); color: var(--pink-deep); font-size: 12px; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.visual-panel { min-height: 420px; border-radius: 34px; padding: 36px; display: grid; align-content: end; background: linear-gradient(145deg, #FFD5E5, #F1E9FF); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.34); pointer-events: none; }
.visual-panel::before { width: 260px; height: 260px; right: -70px; top: -60px; }
.visual-panel::after { width: 180px; height: 180px; left: -50px; bottom: -45px; }
.visual-panel strong { position: relative; color: var(--heading); font-size: 36px; line-height: 1.25; max-width: 380px; }
.visual-panel p { position: relative; max-width: 420px; margin: 14px 0 0; color: rgba(51,38,49,.72); }
.list-check { padding: 0; margin: 24px 0; list-style: none; display: grid; gap: 12px; }
.list-check li { position: relative; padding-left: 30px; }
.list-check li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-pink); color: var(--pink-deep); font-weight: 900; font-size: 12px; }
.notice { padding: 26px 28px; border-radius: var(--radius-md); background: linear-gradient(135deg, rgba(255,240,246,.94), rgba(246,241,255,.94)); border: 1px solid var(--border); }
.notice strong { color: var(--heading); }
.quote-card { padding: 26px; border-radius: 20px; background: white; border: 1px solid var(--border); }
.quote-card p { margin-bottom: 16px; color: var(--text); }
.quote-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.faq-list { display: grid; gap: 14px; }
details { border-radius: 18px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow-soft); overflow: hidden; }
summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; color: var(--heading); font-weight: 780; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-pink); color: var(--pink-deep); font-size: 20px; flex: 0 0 auto; margin-left: 16px; }
details[open] summary::after { content: "−"; }
details p { padding: 0 22px 20px; margin: 0; color: var(--muted); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 38px; border-radius: 30px; background: linear-gradient(135deg, #FFD4E4, #F1E7FF); }
.cta-band h2 { font-size: clamp(28px,4vw,42px); margin-bottom: 10px; }
.cta-band p { margin-bottom: 0; color: var(--muted); }
.page-hero { padding: 82px 0 58px; }
.page-hero-box { position: relative; overflow: hidden; padding: 54px; border-radius: 36px; background: linear-gradient(145deg, #FFF, #FFF0F6 56%, #F6F1FF); border: 1px solid var(--border); box-shadow: var(--shadow); }
.page-hero-box::after { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; right: -120px; top: -150px; background: rgba(147,107,255,.12); pointer-events: none; }
.page-hero h1 { font-size: clamp(40px, 6vw, 66px); }
.page-hero .lead { max-width: 850px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--pink-deep); }
.prose { max-width: 900px; }
.prose p { font-size: 17px; }
.number-list { counter-reset: steps; display: grid; gap: 18px; }
.number-item { position: relative; padding: 25px 25px 25px 78px; border-radius: 20px; background: white; border: 1px solid var(--border); }
.number-item::before { counter-increment: steps; content: counter(steps); position: absolute; left: 22px; top: 22px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: var(--surface-pink); color: var(--pink-deep); font-weight: 900; }
.timeline { position: relative; display: grid; gap: 22px; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--pink), var(--purple)); pointer-events: none; }
.timeline article { position: relative; padding: 24px; border-radius: 20px; background: white; border: 1px solid var(--border); }
.timeline article::before { content: ""; position: absolute; left: -26px; top: 30px; width: 12px; height: 12px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px var(--surface-pink); pointer-events: none; }
.table-like { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--border); }
.table-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 20px 22px; background: white; }
.table-row strong { color: var(--heading); }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { min-height: 42px; display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; background: white; border: 1px solid var(--border); color: var(--pink-deep); font-weight: 700; }
.site-footer { padding: 68px 0 30px; background: var(--footer); color: var(--footer-text); }
.footer-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.footer-brand-block { max-width: 520px; margin-bottom: 40px; }
.footer-brand { color: white; }
.footer-brand-block p { margin: 16px 0 0; color: rgba(255,234,243,.76); }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); }
.footer-links h2 { margin-bottom: 14px; color: white; font-size: 16px; }
.footer-links a { display: block; min-height: 36px; color: rgba(255,234,243,.72); font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-note { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-top: 26px; color: rgba(255,234,243,.62); font-size: 13px; }
.footer-note p:first-child { max-width: 760px; }
.mobile-tabbar { display: none; }
@media (max-width: 1050px) {
    .nav-shell { gap: 18px; }
    .desktop-nav a { padding: 0 9px; font-size: 14px; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .channel-grid { grid-template-columns: repeat(3, 1fr); }
    .topic-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 34px; }
}
@media (max-width: 820px) {
    .desktop-nav, .desktop-menu-button { display: none; }
    .mobile-menu-button { display: inline-flex; }
    .nav-shell { width: min(calc(100% - 24px), 760px); min-height: 66px; grid-template-columns: 44px 1fr auto; gap: 12px; }
    .brand-mark { justify-self: center; font-size: 20px; }
    .brand-mark img { height: 34px; }
    .nav-actions { justify-self: end; }
    .button-small { min-height: 44px; padding: 0 14px; }
    .hero { padding: 64px 0 72px; }
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero-copy { max-width: none; }
    .hero-art { min-height: 360px; }
    .float-tag.one { left: 0; }
    .float-tag.two { right: 0; }
    .section { padding: 68px 0; }
    .grid-3, .info-grid, .feedback-grid { grid-template-columns: repeat(2, 1fr); }
    .channel-grid { grid-template-columns: repeat(2, 1fr); }
    .mosaic { grid-template-columns: 1fr 1fr; }
    .inspiration-card.large { grid-row: auto; }
    .section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .page-hero-box { padding: 38px; }
    .footer-links { grid-template-columns: repeat(2, 1fr); }
    .footer-note { flex-direction: column; }
}
@media (max-width: 580px) {
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .container, .footer-shell { width: min(calc(100% - 28px), var(--max)); }
    .nav-shell { width: calc(100% - 18px); }
    .brand-mark { max-width: 125px; overflow: hidden; }
    h1 { letter-spacing: -1.5px; }
    .hero-copy h1 span { letter-spacing: -.8px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .button { width: 100%; }
    .hero-art { min-height: 330px; }
    .phone-card { width: min(88%, 320px); }
    .float-tag.one { top: 74px; }
    .float-tag.two { bottom: 72px; }
    .grid-4, .grid-3, .grid-2, .channel-grid, .feedback-grid, .topic-grid, .info-grid, .mosaic { grid-template-columns: 1fr; }
    .card, .channel-card { padding: 22px; }
    .section { padding: 58px 0; }
    .section-compact { padding: 48px 0; }
    .page-hero { padding: 46px 0 38px; }
    .page-hero-box { padding: 30px 22px; border-radius: 26px; }
    .page-hero h1 { font-size: clamp(36px, 12vw, 50px); }
    .cta-band { align-items: stretch; flex-direction: column; padding: 28px 22px; }
    .cta-band .button { width: 100%; }
    .table-row { grid-template-columns: 1fr; gap: 8px; }
    .drawer-nav { grid-template-columns: 1fr; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
    .site-footer { padding-top: 54px; }
    .mobile-tabbar { position: fixed; z-index: 850; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-top: 1px solid var(--border); box-shadow: 0 -8px 22px rgba(72,42,60,.08); }
    .mobile-tabbar a { min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 14px; color: var(--muted); font-size: 12px; font-weight: 720; }
    .mobile-tabbar a span { font-size: 18px; line-height: 1; }
    .mobile-tabbar a.is-active { color: var(--pink-deep); background: var(--surface-pink); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
.page-hero-plain { padding-bottom: 72px; background: linear-gradient(180deg, rgba(255,240,246,.55), rgba(255,247,251,0)); }
.page-hero-plain .visual-panel.compact { min-height: 300px; }
.page-hero-band { padding-bottom: 72px; background: var(--surface-purple); }
.hero-band-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: end; padding: 48px; border-radius: 32px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.hero-band-inner h1 { margin-bottom: 0; }
.hero-band-inner .lead { margin-bottom: 6px; }
.page-hero-minimal { padding-top: 96px; padding-bottom: 74px; border-bottom: 1px solid var(--border); background: linear-gradient(135deg, rgba(255,240,246,.8), rgba(246,241,255,.72)); }
.page-hero-minimal .container { max-width: 980px; }
@media (max-width: 820px) {
    .hero-band-inner { grid-template-columns: 1fr; padding: 34px; gap: 18px; }
}
@media (max-width: 580px) {
    .hero-band-inner { padding: 26px 20px; border-radius: 24px; }
    .page-hero-plain .visual-panel.compact { min-height: 240px; }
}
