:root {
  --bg: #FFF8F0;
  --ink: #2A1F1A;
  --title: #24130C;
  --muted: #75645A;
  --soft: #A9978C;
  --orange: #FF6B35;
  --orange-deep: #FF7A00;
  --purple: #2B1A3F;
  --mint: #00E5B0;
  --gold: #FFD166;
  --berry: #B8336A;
  --blue-soft: #E9FFF8;
  --gold-soft: #FFF1C7;
  --card: #FFFFFF;
  --border: rgba(255,107,53,.18);
  --shadow: 0 20px 46px rgba(97,45,16,.14);
  --radius: 26px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.78; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.site-header { position: sticky; top: 0; width: 100%; z-index: 9999; background: rgba(38,20,12,.94); backdrop-filter: blur(12px); box-shadow: 0 8px 26px rgba(97,45,16,.16); }
.header-inner { max-width: 1280px; margin: 0 auto; min-height: 72px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-logo, .drawer-brand, .footer-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.site-logo img { width: 44px; max-height: 44px; object-fit: contain; }
.site-logo strong { color: #FFF3E8; font-size: 20px; letter-spacing: .08em; white-space: nowrap; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; }
.nav-core a { color: #FFF3E8; text-decoration: none; border-radius: 999px; padding: 8px 12px; font-size: 15px; white-space: nowrap; transition: .25s ease; }
.nav-core a:hover, .nav-core a.active { color: #FFFFFF; background: rgba(0,229,176,.16); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 0; text-decoration: none; font-weight: 800; background: linear-gradient(135deg,#FF6B35 0%,#FFB703 48%,#00E5B0 100%); color: #FFFFFF; border-radius: 999px; box-shadow: 0 14px 32px rgba(255,107,53,.22); transition: transform .25s ease, box-shadow .25s ease; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(255,107,53,.3); }
.main-btn.secondary { background: #FFFFFF; color: var(--orange); border: 1px solid var(--border); box-shadow: none; }
.menu-toggle { width: 44px; height: 44px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: #FFF3E8; border-radius: 2px; }
.mobile-menu-toggle { display: none; }
.site-main { min-height: 60vh; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section.compact { padding: 58px 0; }
.section.alt { background: linear-gradient(180deg, rgba(233,255,248,.62), rgba(255,248,240,.2)); }
.section.gold-wash { background: linear-gradient(180deg, rgba(255,241,199,.6), rgba(255,248,240,.15)); }
.section-kicker { color: var(--berry); font-size: 14px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 10px; }
h1, h2, h3, .section-title { color: var(--title); line-height: 1.25; }
h1 { font-size: clamp(40px, 6vw, 76px); margin: 0 0 18px; letter-spacing: -.04em; }
h2 { font-size: clamp(28px, 4vw, 46px); margin: 0 0 16px; }
h3 { font-size: 21px; margin: 0 0 10px; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 760px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head p { color: var(--muted); max-width: 660px; margin: 0; }
.hero { position: relative; overflow: hidden; padding: 84px 0 74px; background: radial-gradient(circle at 20% 10%, rgba(255,209,102,.5), transparent 30%), radial-gradient(circle at 82% 25%, rgba(0,229,176,.25), transparent 28%), linear-gradient(135deg,#FFF1E8 0%,#F3ECFF 46%,#E9FFF8 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero::before { width: 300px; height: 300px; right: -90px; top: 30px; background: rgba(184,51,106,.12); }
.hero::after { width: 220px; height: 220px; left: -80px; bottom: -60px; background: rgba(255,107,53,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.hero-copy { max-width: 700px; }
.hero-subtitle { font-size: clamp(23px, 3vw, 36px); color: var(--purple); margin: 0 0 18px; font-weight: 800; }
.hero-copy .lead { margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.hero-points li { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.76); border: 1px solid rgba(43,26,63,.1); color: var(--purple); font-weight: 700; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; max-height: 590px; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(43,26,63,.2)); }
.float-note { position: absolute; padding: 13px 16px; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); font-size: 14px; font-weight: 800; color: var(--purple); }
.float-note.one { left: -20px; bottom: 14%; }
.float-note.two { right: -12px; top: 12%; }
.highlight-strip { position: relative; z-index: 2; margin-top: -32px; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #FFFFFF; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 26px; overflow: hidden; }
.highlight-item { padding: 26px 24px; border-right: 1px solid var(--border); }
.highlight-item:last-child { border-right: 0; }
.highlight-item b { display: block; color: var(--title); margin-bottom: 7px; }
.highlight-item p { color: var(--muted); font-size: 14px; margin: 0; }
.channel-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.channel-pill { flex: 1 1 210px; max-width: 300px; background: #FFFFFF; border: 1px solid var(--border); border-radius: 999px; padding: 14px 18px; text-decoration: none; box-shadow: 0 10px 24px rgba(97,45,16,.08); }
.channel-pill strong { color: var(--title); display: block; font-size: 15px; }
.channel-pill span { color: var(--muted); font-size: 12px; }
.media-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.media-split.reverse .media-image { order: 2; }
.media-image { position: relative; }
.media-image img { width: 100%; max-height: 540px; object-fit: contain; border-radius: 28px; }
.media-copy p { color: var(--muted); }
.text-link { color: var(--orange); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.feature-list { padding: 0; margin: 22px 0; list-style: none; display: grid; gap: 11px; }
.feature-list li { position: relative; padding-left: 28px; color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card, .zone-card, .info-card, .review-card { background: #FFFFFF; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 22px; overflow: hidden; }
.card, .info-card, .review-card { padding: 26px; }
.zone-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: linear-gradient(135deg,#FFF1E8,#E9FFF8); }
.zone-card .card-body { padding: 26px; }
.card p, .zone-card p, .info-card p, .review-card p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 20px; }
.tag, .label, .badge { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 10px; border-radius: 999px; background: var(--purple); color: var(--gold); font-size: 12px; font-weight: 800; }
.deep-card { color: #FFF3E8; background: linear-gradient(145deg,#24130C,#2B1A3F); border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.deep-card h2, .deep-card h3 { color: #FFFFFF; }
.deep-card p { color: rgba(255,243,232,.78); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.safety-card { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; background: #FFFFFF; border: 1px solid var(--border); border-radius: 26px; padding: 24px; box-shadow: var(--shadow); }
.safety-card img { width: 100%; max-height: 210px; object-fit: contain; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { position: relative; }
.review-card::before { content: "“"; position: absolute; right: 20px; top: 4px; color: rgba(255,107,53,.18); font: 800 76px/1 Georgia, serif; }
.review-card b { display: block; color: var(--title); margin-top: 18px; }
.faq-list { display: grid; gap: 14px; }
details { background: #FFFFFF; border: 1px solid var(--border); border-radius: 18px; padding: 18px 22px; box-shadow: 0 12px 30px rgba(97,45,16,.07); }
summary { cursor: pointer; color: var(--title); font-weight: 800; }
details p { color: var(--muted); margin: 12px 0 0; }
.notice-band { display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; align-items: center; background: linear-gradient(135deg,#2B1A3F,#B8336A); color: #FFFFFF; border-radius: 28px; padding: 38px; box-shadow: var(--shadow); }
.notice-band h2 { color: #FFFFFF; }
.notice-band p { color: rgba(255,255,255,.82); }
.notice-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.page-hero { padding: 78px 0 62px; background: radial-gradient(circle at 12% 10%, rgba(255,209,102,.46), transparent 28%), radial-gradient(circle at 86% 20%, rgba(0,229,176,.22), transparent 27%), linear-gradient(135deg,#FFF3EA,#F4EEFF 48%,#E9FFF8); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.page-hero h1 { font-size: clamp(38px,5vw,64px); }
.page-hero img { width: 100%; max-height: 440px; object-fit: contain; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--orange); text-decoration: none; }
.content-prose { display: grid; gap: 24px; }
.prose-card { padding: 30px; background: #FFFFFF; border-radius: 24px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.prose-card p { color: var(--muted); }
.prose-card ul { margin: 14px 0 0; padding-left: 22px; color: var(--muted); }
.info-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mini-stat { padding: 22px; border-radius: 20px; background: #FFFFFF; border: 1px solid var(--border); }
.mini-stat b { display: block; color: var(--title); margin-bottom: 6px; }
.mini-stat span { color: var(--muted); font-size: 14px; }
.page-review { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; align-items: stretch; }
.page-review .quote-mark { display: flex; align-items: center; justify-content: center; min-height: 220px; border-radius: 26px; background: linear-gradient(135deg,#24130C,#2B1A3F); color: var(--gold); font: 800 100px/1 Georgia,serif; }
.page-review .review-card { display: flex; flex-direction: column; justify-content: center; }
.contact-list { display: grid; gap: 12px; }
.contact-list div { padding: 16px 18px; border-radius: 16px; background: var(--blue-soft); }
.contact-list b { color: var(--title); display: block; }
.contact-list span { color: var(--muted); font-size: 14px; }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding-top: 60px; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 60px; }
.footer-logo img { width: 46px; height: 46px; object-fit: contain; }
.footer-logo span { font-size: 23px; font-weight: 900; }
.footer-brand p { color: rgba(255,243,232,.68); margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-links h3 { color: #FFFFFF; font-size: 16px; }
.footer-links a { display: block; color: rgba(255,243,232,.7); text-decoration: none; font-size: 14px; margin: 8px 0; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 44px; padding: 20px; text-align: center; }
.footer-bottom p { margin: 0; color: rgba(255,243,232,.58); font-size: 13px; }
.drawer-mask { position: fixed; inset: 0; background: rgba(26,15,10,.56); z-index: 10000; opacity: 0; visibility: hidden; transition: .25s ease; }
.site-drawer { position: fixed; top: 0; right: 0; width: min(390px,88vw); height: 100vh; z-index: 10001; padding: 26px; background: #FFF8F0; box-shadow: -24px 0 60px rgba(43,26,63,.24); transform: translateX(105%); transition: .3s ease; overflow-y: auto; }
.drawer-open .drawer-mask { opacity: 1; visibility: visible; }
.drawer-open .site-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.drawer-brand img { width: 42px; height: 42px; object-fit: contain; }
.drawer-brand span { color: var(--title); font-weight: 900; font-size: 20px; }
.drawer-close { width: 42px; height: 42px; border-radius: 14px; border: 1px solid var(--border); background: #FFFFFF; color: var(--title); font-size: 28px; 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 { text-decoration: none; background: #FFFFFF; border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; color: var(--title); font-weight: 700; }
.drawer-nav a:hover { border-color: var(--orange); color: var(--orange); }
.drawer-note { margin-top: 22px; padding: 18px; border-radius: 18px; background: var(--gold-soft); }
.drawer-note strong, .drawer-note span { display: block; }
.drawer-note span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1060px) {
  .nav-core { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .desktop-menu-toggle { display: none; }
  .header-inner { gap: 10px; }
  .site-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .site-logo strong { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid, .page-hero-grid, .media-split { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 720px; margin: 0 auto; }
  .media-split.reverse .media-image { order: 0; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-item:nth-child(2) { border-right: 0; }
  .highlight-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .card-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .header-inner { min-height: 64px; padding: 0 14px; }
  .site-logo img { width: 38px; height: 38px; }
  .header-cta { min-height: 38px; padding: 0 14px; font-size: 13px; }
  .menu-toggle { width: 40px; height: 40px; }
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 62px 0; }
  .section.compact { padding: 44px 0; }
  .hero { padding: 58px 0 68px; }
  .hero-grid { gap: 36px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .main-btn { flex: 1 1 150px; }
  .float-note { position: static; display: inline-block; margin: 8px 8px 0 0; }
  .highlight-strip { margin-top: -24px; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-item, .highlight-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--border); }
  .highlight-item:last-child { border-bottom: 0; }
  .channel-pill { max-width: none; }
  .section-head { display: block; }
  .section-head p { margin-top: 10px; }
  .card-grid, .card-grid.two, .review-grid, .info-row { grid-template-columns: 1fr; }
  .safety-card { grid-template-columns: 1fr; }
  .safety-card img { max-height: 260px; }
  .notice-band { grid-template-columns: 1fr; padding: 28px; }
  .notice-actions { justify-content: flex-start; }
  .page-review { grid-template-columns: 1fr; }
  .page-review .quote-mark { min-height: 140px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .drawer-nav { grid-template-columns: 1fr; }
  .mobile-bottom-nav { position: fixed; display: grid; grid-template-columns: repeat(4,1fr); left: 0; right: 0; bottom: 0; z-index: 9998; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -12px 30px rgba(43,26,63,.1); }
  .mobile-bottom-nav a { text-decoration: none; color: var(--muted); text-align: center; font-size: 12px; font-weight: 700; }
  .mobile-bottom-nav span { display: block; color: var(--orange); font-size: 18px; line-height: 1.2; }
}
@media (max-width: 460px) {
  h1 { font-size: 40px; }
  .hero-subtitle { font-size: 24px; }
  .footer-links { grid-template-columns: 1fr; }
  .site-drawer { width: 92vw; }
}
