:root {
  --bg: #FFF7FB;
  --surface: #FFFFFF;
  --soft-pink: #FFF0F6;
  --soft-purple: #F6F1FF;
  --title: #332631;
  --text: #514451;
  --muted: #807080;
  --pink: #FF629F;
  --deep-pink: #E94D8E;
  --peach: #FF9BBC;
  --purple: #936BFF;
  --border: rgba(255, 98, 159, 0.16);
  --footer: #30232D;
  --footer-text: #FFEAF3;
  --shadow: 0 16px 44px rgba(112, 58, 88, 0.10);
  --radius: 24px;
  --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", sans-serif;
  line-height: 1.75;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; pointer-events: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; background: #fff; padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 800; width: 100%; background: rgba(255, 247, 251, 0.88); backdrop-filter: blur(14px); box-shadow: 0 8px 24px rgba(90, 42, 68, 0.07); }
.nav-shell { width: min(calc(100% - 32px), 1260px); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; color: var(--title); font-weight: 800; letter-spacing: .02em; }
.brand-logo, .drawer-logo, .footer-logo { max-width: 154px; max-height: 48px; object-fit: contain; }
.brand-wordmark { font-size: 1.3rem; background: linear-gradient(135deg, var(--deep-pink), var(--purple)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; white-space: nowrap; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; font-weight: 650; color: #655565; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-active { color: var(--deep-pink); background: var(--soft-pink); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.compact-cta, .button-primary, .button-secondary { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 750; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.compact-cta, .button-primary { padding: 0 20px; color: #fff; background: linear-gradient(135deg, #FF9BBC 0%, #FF629F 50%, #936BFF 100%); box-shadow: 0 12px 24px rgba(233, 77, 142, .22); }
.button-secondary { padding: 0 20px; color: var(--deep-pink); border: 1px solid var(--border); background: #fff; }
.compact-cta:hover, .button-primary:hover, .button-secondary:hover { transform: translateY(-2px); }
.icon-button, .drawer-close { width: 44px; height: 44px; border: 0; background: #fff; border-radius: 14px; cursor: pointer; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; box-shadow: 0 8px 20px rgba(88, 47, 70, .08); }
.icon-button span { width: 19px; height: 2px; background: var(--title); border-radius: 2px; }
.mobile-menu-button { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 900; opacity: 0; pointer-events: none; background: rgba(40, 27, 37, .45); transition: opacity .22s ease; }
.drawer-overlay.is-open { opacity: 1; pointer-events: auto; }
.site-drawer { position: fixed; top: 0; right: 0; z-index: 920; width: min(410px, 88vw); height: 100dvh; padding: 22px; background: #fff; box-shadow: -24px 0 60px rgba(61, 35, 53, .18); transform: translateX(105%); visibility: hidden; opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease, visibility .25s; overflow-y: auto; }
.site-drawer.is-open { transform: translateX(0); visibility: visible; opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.drawer-close { font-size: 1.8rem; color: var(--title); }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 22px 0 30px; }
.drawer-nav a { min-height: 48px; display: flex; align-items: center; padding: 10px 14px; border-radius: 14px; background: var(--soft-pink); font-weight: 650; }
.drawer-nav a:hover, .drawer-nav a:focus-visible { color: var(--deep-pink); outline: 2px solid rgba(255, 98, 159, .22); }
main { min-height: 60vh; }
.section { padding: 76px 0; }
.section-tight { padding: 54px 0; }
.section-soft { background: var(--soft-pink); }
.section-purple { background: var(--soft-purple); }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 10px; color: var(--deep-pink); font-weight: 800; letter-spacing: .08em; font-size: .9rem; }
h1, h2, h3 { color: var(--title); line-height: 1.28; margin-top: 0; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); margin-bottom: 22px; letter-spacing: -.04em; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.7rem); margin-bottom: 18px; letter-spacing: -.02em; }
h3 { font-size: 1.15rem; margin-bottom: 9px; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); color: #655665; max-width: 780px; }
.hero { padding: 76px 0 64px; position: relative; isolation: isolate; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(4px); }
.hero::before { width: 260px; height: 260px; right: 6%; top: 8%; background: rgba(255, 155, 188, .22); }
.hero::after { width: 190px; height: 190px; left: 4%; bottom: 2%; background: rgba(147, 107, 255, .12); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 58px; align-items: center; }
.hero-panel { min-height: 360px; padding: 34px; border: 1px solid var(--border); border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,240,246,.92)); box-shadow: var(--shadow); display: grid; align-content: center; gap: 18px; }
.hero-orbit { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.orbit-card { min-height: 110px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(95, 53, 77, .08); }
.orbit-card:nth-child(3) { grid-column: 1 / -1; background: linear-gradient(135deg, var(--soft-pink), var(--soft-purple)); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.feature-pills span, .tag { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.82); border: 1px solid var(--border); color: #705f70; font-size: .92rem; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.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; }
.card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 34px rgba(98, 54, 79, .07); }
.card p:last-child { margin-bottom: 0; }
.card-link, .text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--deep-pink); font-weight: 760; }
.card-link::after, .text-link::after { content: "→"; margin-left: 7px; }
.icon-badge { width: 46px; height: 46px; display: inline-grid; place-items: center; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(135deg, var(--soft-pink), var(--soft-purple)); color: var(--deep-pink); font-weight: 900; }
.masonry-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: minmax(145px, auto); gap: 18px; }
.inspiration-card { padding: 24px; border-radius: 26px; border: 1px solid var(--border); background: #fff; box-shadow: 0 12px 32px rgba(92, 51, 75, .07); }
.inspiration-card.tall { grid-row: span 2; }
.inspiration-card.wide { grid-column: span 2; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 44px; align-items: start; }
.sticky-note { position: sticky; top: 104px; padding: 28px; border-radius: 28px; background: linear-gradient(135deg, #fff, var(--soft-purple)); border: 1px solid var(--border); box-shadow: var(--shadow); }
.check-list, .plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink); font-size: .78rem; }
.plain-list li { padding: 14px 16px; border-radius: 15px; background: rgba(255,255,255,.74); border: 1px solid var(--border); }
.timeline { display: grid; gap: 18px; counter-reset: step; }
.timeline-item { position: relative; padding: 24px 24px 24px 74px; border: 1px solid var(--border); border-radius: 22px; background: #fff; }
.timeline-item::before { counter-increment: step; content: counter(step); position: absolute; left: 22px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--pink), var(--purple)); }
.notice { padding: 26px 28px; border-radius: 24px; border: 1px solid rgba(147,107,255,.18); background: var(--soft-purple); }
.notice strong { color: var(--title); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { margin: 0; padding: 24px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(95, 54, 78, .06); }
.quote-card footer { margin-top: 14px; color: var(--muted); font-size: .9rem; }
details { border: 1px solid var(--border); border-radius: 18px; background: #fff; overflow: hidden; }
details + details { margin-top: 12px; }
summary { min-height: 54px; display: flex; align-items: center; padding: 14px 18px; color: var(--title); font-weight: 760; cursor: pointer; }
details p { padding: 0 18px 18px; margin: 0; }
.link-strip { display: flex; flex-wrap: wrap; gap: 12px; }
.link-strip a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 15px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--deep-pink); font-weight: 700; }
.cta-panel { padding: 38px; border-radius: 32px; background: linear-gradient(135deg, #fff, var(--soft-pink) 55%, var(--soft-purple)); border: 1px solid var(--border); box-shadow: var(--shadow); display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.site-footer { padding: 64px 0 28px; background: var(--footer); color: var(--footer-text); }
.footer-grid, .footer-note { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 34px; }
.footer-grid h2 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-grid a { display: block; min-height: 36px; color: rgba(255,234,243,.82); }
.footer-grid a:hover, .footer-grid a:focus-visible { color: #fff; text-decoration: underline; }
.footer-brand .brand-wordmark { color: #fff; background: none; -webkit-text-fill-color: currentColor; }
.footer-brand-block p { max-width: 340px; color: rgba(255,234,243,.76); }
.footer-note { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 28px; color: rgba(255,234,243,.7); font-size: .9rem; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1040px) {
  .desktop-nav a { padding: 0 9px; font-size: .94rem; }
  .nav-shell { gap: 14px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-brand-block { grid-row: span 2; }
}
@media (max-width: 820px) {
  .desktop-nav, .desktop-menu-button { display: none; }
  .mobile-menu-button { display: inline-flex; order: 1; }
  .brand { order: 2; margin-inline: auto; }
  .nav-actions { order: 3; margin-left: 0; }
  .nav-shell { min-height: 68px; justify-content: space-between; }
  .hero { padding-top: 50px; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-panel { min-height: auto; }
  .grid-3, .quote-grid { grid-template-columns: 1fr 1fr; }
  .masonry-grid { grid-template-columns: 1fr 1fr; }
  .inspiration-card.wide { grid-column: span 1; }
  .sticky-note { position: static; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  body { padding-bottom: 78px; }
  .container, .footer-grid, .footer-note { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { width: calc(100% - 20px); gap: 8px; }
  .brand-wordmark { font-size: 1.08rem; }
  .brand-logo { max-width: 112px; max-height: 38px; }
  .compact-cta { padding: 0 13px; font-size: .9rem; }
  .section { padding: 58px 0; }
  .section-tight { padding: 42px 0; }
  h1 { font-size: clamp(2.25rem, 14vw, 3.7rem); }
  .hero-grid { gap: 30px; }
  .hero-panel { padding: 22px; border-radius: 28px; }
  .grid-2, .grid-3, .grid-4, .quote-grid, .masonry-grid { grid-template-columns: 1fr; }
  .inspiration-card.tall { grid-row: auto; }
  .card { padding: 22px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .site-drawer { width: 88vw; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; grid-row: auto; }
  .footer-note { flex-direction: column; gap: 6px; }
  .mobile-bottom-nav { position: fixed; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); z-index: 780; min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); box-shadow: 0 16px 42px rgba(68, 38, 55, .18); }
  .mobile-bottom-nav a { min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border-radius: 14px; font-size: .78rem; color: #6e5b6a; }
  .mobile-bottom-nav a span { font-size: 1.12rem; line-height: 1; }
  .mobile-bottom-nav a:hover, .mobile-bottom-nav a:focus-visible { background: var(--soft-pink); color: var(--deep-pink); outline: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
