:root {
  --bg: #FFF7FB;
  --surface: #FFFFFF;
  --surface-pink: #FFF0F6;
  --surface-purple: #F6F1FF;
  --title: #332631;
  --text: #514451;
  --muted: #807080;
  --pink: #FF629F;
  --pink-dark: #E94D8E;
  --peach: #FF9BBC;
  --purple: #936BFF;
  --line: rgba(255,98,159,.16);
  --footer: #30232D;
  --footer-text: #FFEAF3;
  --shadow: 0 18px 50px rgba(98, 52, 85, .10);
  --shadow-soft: 0 10px 30px rgba(98, 52, 85, .07);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 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", 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, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--title); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,247,251,.88); border-bottom: 1px solid rgba(255,98,159,.12); backdrop-filter: blur(16px); box-shadow: 0 6px 24px rgba(74, 31, 60, .06); }
.nav-shell { width: min(calc(100% - 36px), 1260px); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 44px; }
.brand-logo img { width: auto; max-height: 44px; object-fit: contain; }
.brand-mark { color: var(--title); font-size: 25px; font-weight: 900; letter-spacing: -.5px; }
.brand-mark::after { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--peach), var(--purple)); vertical-align: top; }
.desktop-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 4px; white-space: nowrap; }
.nav-link { position: relative; min-height: 44px; padding: 9px 14px; border-radius: 999px; color: #665563; font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--pink-dark); background: rgba(255,98,159,.09); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.experience-link { min-height: 44px; padding: 10px 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: white; font-size: 15px; font-weight: 800; white-space: nowrap; background: linear-gradient(135deg, #FF9BBC 0%, #FF629F 50%, #936BFF 100%); box-shadow: 0 9px 22px rgba(233,77,142,.22); }
.experience-link:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(147,107,255,.25); }
.menu-trigger { width: 46px; height: 44px; border: 1px solid var(--line); border-radius: 15px; background: white; cursor: pointer; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; position: relative; z-index: 102; }
.menu-trigger span { width: 19px; height: 2px; border-radius: 4px; background: var(--title); pointer-events: none; }
.mobile-only, .mobile-label { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 180; background: rgba(45,30,40,.42); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.site-drawer { position: fixed; top: 0; right: 0; z-index: 190; width: min(410px, 88vw); height: 100dvh; padding: 22px; overflow-y: auto; background: #fff; box-shadow: -22px 0 60px rgba(44,24,38,.18); transform: translateX(105%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
.drawer-open .site-drawer { transform: translateX(0); visibility: visible; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.drawer-brand { min-height: 44px; display: inline-flex; align-items: center; color: var(--title); font-size: 22px; }
.drawer-brand img { max-height: 42px; width: auto; object-fit: contain; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-pink); color: var(--title); font-size: 28px; line-height: 1; cursor: pointer; }
.drawer-intro { margin: 20px 0; padding: 16px; border-radius: 16px; background: linear-gradient(135deg, var(--surface-pink), var(--surface-purple)); color: #715f6d; font-size: 14px; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.drawer-nav a { min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; color: #5f4d59; font-weight: 700; }
.drawer-nav a:hover, .drawer-nav a:focus-visible, .drawer-nav a.is-active { border-color: rgba(255,98,159,.36); background: var(--surface-pink); color: var(--pink-dark); outline: none; }
main { display: block; padding-top: 76px; }
.section { padding: 82px 0; position: relative; }
.section.compact { padding: 58px 0; }
.section.tint-pink { background: var(--surface-pink); }
.section.tint-purple { background: var(--surface-purple); }
.section-shell { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-flex; min-height: 34px; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(255,98,159,.10); color: var(--pink-dark); font-size: 13px; font-weight: 800; letter-spacing: .5px; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple)); }
h1, h2, h3 { margin: 0; color: var(--title); line-height: 1.25; }
h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -2px; }
h2 { font-size: clamp(29px, 4vw, 46px); letter-spacing: -1px; }
h3 { font-size: 21px; }
p { margin: 0; }
.lead { margin-top: 20px; color: #665762; font-size: clamp(17px, 2vw, 20px); line-height: 1.9; }
.section-head p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.hero { min-height: 690px; padding: 92px 0 70px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 16%, rgba(147,107,255,.14), transparent 28%), radial-gradient(circle at 8% 82%, rgba(255,155,188,.18), transparent 30%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero::before { width: 170px; height: 170px; right: 4%; top: 18%; background: rgba(255,155,188,.15); }
.hero::after { width: 80px; height: 80px; left: 7%; bottom: 12%; background: rgba(147,107,255,.13); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr); gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 span { display: block; margin-top: 10px; font-size: clamp(25px, 3vw, 40px); font-weight: 800; letter-spacing: -1px; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn, .text-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.btn { padding: 11px 22px; border-radius: 999px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #FF9BBC 0%, #FF629F 50%, #936BFF 100%); box-shadow: 0 12px 28px rgba(233,77,142,.2); }
.btn-soft { color: var(--pink-dark); background: #fff; border: 1px solid var(--line); }
.text-link { color: var(--pink-dark); gap: 7px; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.hero-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.78); color: #6c5a67; font-size: 14px; }
.hero-art { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-art::before { content: ""; width: 340px; height: 340px; position: absolute; border-radius: 40% 60% 52% 48%; background: linear-gradient(150deg, rgba(255,155,188,.32), rgba(147,107,255,.18)); transform: rotate(-8deg); }
.media-card { margin: 0; position: relative; z-index: 2; overflow: hidden; border-radius: var(--radius-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: auto; object-fit: contain; }
.hero-art .media-card { width: min(100%, 410px); padding: 14px; transform: rotate(2deg); }
.css-phone { position: relative; z-index: 2; width: 270px; min-height: 470px; padding: 18px; border: 8px solid #3c2b36; border-radius: 42px; background: #fff; box-shadow: var(--shadow); }
.css-phone::before { content: ""; display: block; width: 78px; height: 8px; margin: -3px auto 18px; border-radius: 999px; background: #3c2b36; }
.phone-screen { min-height: 390px; padding: 22px; border-radius: 27px; background: linear-gradient(180deg, var(--surface-pink), #fff 58%, var(--surface-purple)); }
.phone-bubbles { display: grid; gap: 13px; margin-top: 24px; }
.phone-bubbles i { height: 54px; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); }
.phone-bubbles i:nth-child(2) { margin-left: 26px; background: rgba(147,107,255,.1); }
.phone-bubbles i:nth-child(3) { width: 74%; background: rgba(255,98,159,.12); }
.card-grid { display: grid; gap: 20px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card, .feature-card, .topic-card, .quote-card, .step-card { position: relative; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); overflow: hidden; }
.info-card::after, .feature-card::after { content: ""; position: absolute; right: -24px; bottom: -34px; width: 90px; height: 90px; border-radius: 50%; background: rgba(255,155,188,.12); pointer-events: none; }
.icon-dot { width: 44px; height: 44px; margin-bottom: 18px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(255,155,188,.22), rgba(147,107,255,.18)); color: var(--pink-dark); font-size: 18px; font-weight: 900; }
.info-card p, .feature-card p, .topic-card p, .step-card p { margin-top: 12px; color: #74636f; }
.info-card .text-link, .topic-card .text-link { margin-top: 16px; }
.link-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.channel-card { min-height: 170px; padding: 21px; border-radius: 20px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 8px 22px rgba(98,52,85,.05); }
.channel-card h3 { font-size: 18px; }
.channel-card p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.channel-card a { margin-top: 16px; color: var(--pink-dark); font-weight: 800; }
.mosaic-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: minmax(190px, auto); gap: 18px; }
.mosaic-card { padding: 27px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: space-between; }
.mosaic-card:first-child { grid-row: span 2; background: linear-gradient(160deg, #fff, var(--surface-pink)); }
.mosaic-card:nth-child(4) { grid-column: span 2; background: linear-gradient(135deg, #fff, var(--surface-purple)); }
.tag-list { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 6px 10px; border-radius: 999px; background: rgba(255,98,159,.09); color: #8b5670; font-size: 12px; font-weight: 700; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); align-items: center; gap: 54px; }
.split.reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr); }
.split.reverse .split-media { order: -1; }
.prose p + p { margin-top: 16px; }
.prose ul { padding-left: 20px; }
.prose li + li { margin-top: 8px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill-list span, .pill-list a { min-height: 40px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; display: inline-flex; align-items: center; color: #6e5b67; font-weight: 700; }
.mini-list { display: grid; gap: 14px; margin-top: 22px; }
.mini-list article { padding: 18px 20px; border-left: 4px solid rgba(255,98,159,.48); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.72); }
.mini-list h3 { font-size: 17px; }
.mini-list p { margin-top: 5px; color: var(--muted); font-size: 14px; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.security-panel { padding: 32px; border-radius: var(--radius-xl); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-soft); }
.security-panel.pink { background: linear-gradient(155deg, #fff, var(--surface-pink)); }
.security-panel.purple { background: linear-gradient(155deg, #fff, var(--surface-purple)); }
.security-panel ul { margin: 20px 0 0; padding-left: 20px; }
.security-panel .text-link { margin-top: 18px; }
.quote-card { padding-top: 40px; }
.quote-card::before { content: "“"; position: absolute; top: 4px; left: 20px; color: rgba(255,98,159,.22); font-size: 58px; font-family: Georgia, serif; }
.quote-card p { color: #685663; }
.quote-card span { display: block; margin-top: 15px; color: var(--muted); font-size: 13px; font-weight: 700; }
.faq-list { display: grid; gap: 13px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(98,52,85,.04); overflow: hidden; }
.faq-list summary { min-height: 58px; padding: 16px 52px 16px 20px; color: var(--title); font-weight: 800; cursor: pointer; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list 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(--surface-pink); color: var(--pink-dark); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 20px 20px; color: #74636f; }
.notice { padding: 25px 28px; border-radius: 22px; border: 1px solid rgba(147,107,255,.18); background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(246,241,255,.9)); }
.notice strong { display: block; margin-bottom: 8px; color: var(--title); font-size: 20px; }
.cta-band { padding: 42px; border-radius: 30px; background: linear-gradient(135deg, #47323f 0%, #6f3e5b 48%, #5f4a88 100%); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band p { margin-top: 10px; color: rgba(255,255,255,.78); }
.cta-band .btn { background: #fff; color: #7b3f63; flex: 0 0 auto; }
.page-hero { padding: 106px 0 66px; background: radial-gradient(circle at 80% 20%, rgba(147,107,255,.14), transparent 28%), linear-gradient(180deg, var(--surface-pink), var(--bg)); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 50px; align-items: center; }
.page-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.page-hero .hero-note { margin-top: 24px; display: inline-flex; flex-wrap: wrap; gap: 8px; }
.page-hero .hero-note span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.75); border: 1px solid var(--line); color: #735f6b; font-size: 13px; }
.page-hero-art { min-height: 300px; display: grid; place-items: center; position: relative; }
.page-hero-art::before { content: ""; width: 250px; height: 250px; border-radius: 50% 42% 58% 45%; position: absolute; background: linear-gradient(140deg, rgba(255,155,188,.28), rgba(147,107,255,.19)); }
.abstract-stack { position: relative; z-index: 2; width: 260px; display: grid; gap: 13px; transform: rotate(-3deg); }
.abstract-stack i { display: block; height: 72px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); }
.abstract-stack i:nth-child(2) { margin-left: 34px; background: rgba(255,240,246,.96); }
.abstract-stack i:nth-child(3) { width: 74%; background: rgba(246,241,255,.96); }
.timeline { display: grid; gap: 0; max-width: 900px; }
.timeline article { position: relative; padding: 0 0 34px 46px; }
.timeline article::before { content: ""; position: absolute; left: 12px; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 0 0 7px rgba(255,98,159,.10); }
.timeline article::after { content: ""; position: absolute; left: 18px; top: 29px; bottom: 0; width: 2px; background: var(--line); }
.timeline article:last-child::after { display: none; }
.timeline p { margin-top: 8px; color: var(--muted); }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { counter-increment: step; padding-top: 66px; }
.step-card::before { content: counter(step, decimal-leading-zero); position: absolute; top: 18px; left: 22px; color: rgba(255,98,159,.35); font-size: 29px; font-weight: 900; }
.list-table { display: grid; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; }
.list-row { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.list-row:last-child { border-bottom: 0; }
.list-row h3 { font-size: 18px; }
.list-row p { color: var(--muted); }
.site-footer { background: var(--footer); color: var(--footer-text); padding: 70px 0 24px; }
.footer-shell { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 34px; }
.footer-logo { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 26px; font-weight: 900; }
.footer-logo img { max-height: 46px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { margin-top: 15px; max-width: 360px; color: rgba(255,234,243,.72); }
.footer-group h2 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer-group a { display: block; min-height: 34px; color: rgba(255,234,243,.72); font-size: 14px; }
.footer-group a:hover { color: #fff; }
.footer-bottom { width: min(calc(100% - 40px), var(--container)); margin: 42px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,234,243,.58); font-size: 13px; }
.mobile-bottom-nav { display: none; }
:focus-visible { outline: 3px solid rgba(147,107,255,.35); outline-offset: 3px; }
@media (max-width: 1060px) {
  .desktop-nav { gap: 0; }
  .nav-link { padding-inline: 10px; font-size: 14px; }
  .hero-grid, .split, .split.reverse, .page-hero-grid { gap: 34px; }
  .link-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .card-grid.cols-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-shell { grid-template-columns: 1.4fr repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .desktop-nav, .desktop-only, .desktop-label { display: none; }
  .mobile-only, .mobile-label { display: inline-flex; }
  .nav-shell { width: min(calc(100% - 24px), 760px); min-height: 66px; justify-content: space-between; gap: 10px; }
  .brand-logo { position: absolute; left: 50%; transform: translateX(-50%); max-width: 42%; justify-content: center; }
  .brand-logo img { max-width: 100%; max-height: 38px; }
  .brand-mark { font-size: 21px; white-space: nowrap; }
  .nav-actions { margin-left: auto; }
  .experience-link { min-height: 44px; padding: 9px 15px; }
  main { padding-top: 66px; }
  .hero { min-height: auto; padding: 64px 0 60px; }
  .hero-grid, .page-hero-grid, .split, .split.reverse { grid-template-columns: 1fr; }
  .hero-copy, .page-hero-grid > div:first-child { text-align: left; }
  .hero-art { min-height: 390px; }
  .split.reverse .split-media { order: 0; }
  .card-grid.cols-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mosaic-grid { grid-template-columns: 1fr 1fr; }
  .mosaic-card:first-child { grid-row: auto; grid-column: span 2; }
  .mosaic-card:nth-child(4) { grid-column: span 2; }
  .security-grid { grid-template-columns: 1fr; }
  .footer-shell { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 620px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .section { padding: 62px 0; }
  .section.compact { padding: 45px 0; }
  .section-shell { width: min(calc(100% - 28px), var(--container)); }
  h1 { letter-spacing: -1px; }
  .hero { padding-top: 50px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn, .hero-actions .text-link { flex: 1 1 140px; }
  .hero-art { min-height: 340px; }
  .hero-art::before { width: 280px; height: 280px; }
  .css-phone { width: 225px; min-height: 400px; border-radius: 34px; }
  .phone-screen { min-height: 320px; }
  .card-grid.cols-2, .card-grid.cols-3, .card-grid.cols-4, .link-grid, .mosaic-grid, .steps { grid-template-columns: 1fr; }
  .mosaic-card:first-child, .mosaic-card:nth-child(4) { grid-column: auto; }
  .info-card, .feature-card, .topic-card, .quote-card, .step-card { padding: 23px; }
  .step-card { padding-top: 62px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .page-hero { padding: 78px 0 50px; }
  .page-hero-art { min-height: 230px; }
  .list-row { grid-template-columns: 1fr; gap: 8px; }
  .cta-band { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .cta-band .btn { width: 100%; }
  .footer-shell { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-bottom-nav { position: fixed; left: 10px; right: 10px; bottom: 8px; z-index: 120; min-height: 62px; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); border: 1px solid rgba(255,98,159,.18); border-radius: 22px; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 36px rgba(64,32,52,.16); display: grid; grid-template-columns: repeat(4, 1fr); }
  .mobile-bottom-nav a { min-height: 48px; border-radius: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: #786672; font-size: 11px; font-weight: 800; }
  .mobile-bottom-nav a.is-active { color: var(--pink-dark); background: var(--surface-pink); }
  .mini-icon { font-size: 18px; line-height: 1; }
}
@media (max-width: 380px) {
  .brand-mark { font-size: 18px; }
  .experience-link { padding-inline: 12px; }
  .menu-trigger { width: 44px; }
  .footer-shell { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
