:root {
  --bg: #FFF8F0; --ink: #2A1F1A; --title: #24130C; --muted: #75645A; --soft: #A9978C;
  --orange: #FF6B35; --purple: #2B1A3F; --mint: #00E5B0; --gold: #FFD166;
  --rose: #B8336A; --blue-soft: #EFFFFA; --gold-soft: #FFF1C7; --card: #FFFFFF;
  --border: rgba(255,107,53,.18); --shadow: 0 20px 46px rgba(97,45,16,.14);
  --radius: 24px; --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", system-ui, sans-serif; line-height: 1.75; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 12000; padding: 10px 16px; border-radius: 12px; background: #fff; color: var(--title); }
.skip-link:focus { top: 12px; }
.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 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; text-decoration: none; white-space: nowrap; }
.site-logo img { width: 42px; height: 42px; object-fit: contain; }
.site-logo strong { font-size: 20px; letter-spacing: .04em; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 8px; }
.nav-core a { color: #FFF3E8; text-decoration: none; border-radius: 999px; padding: 8px 12px; font-size: 15px; transition: .25s ease; }
.nav-core a:hover, .nav-core a.active { color: #fff; background: rgba(0,229,176,.16); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.main-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.main-btn { background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%); color: #fff; box-shadow: 0 14px 32px rgba(255,107,53,.22); }
.main-btn:hover, .secondary-btn:hover { transform: translateY(-2px); }
.main-btn.compact { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.secondary-btn { background: #fff; color: var(--title); border: 1px solid var(--border); box-shadow: 0 10px 22px rgba(97,45,16,.08); }
.menu-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-button span { width: 17px; height: 2px; background: #fff; border-radius: 3px; }
.mobile-menu { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(16,8,5,.55); opacity: 0; transition: opacity .25s ease; }
.drawer-overlay.visible { opacity: 1; }
.site-drawer { position: fixed; z-index: 10001; top: 0; right: 0; width: min(420px, 92vw); height: 100dvh; padding: 24px; background: #fffaf5; transform: translateX(105%); transition: transform .32s ease; overflow-y: auto; box-shadow: -24px 0 70px rgba(26,15,10,.28); }
.site-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; }
.drawer-brand { display: flex; align-items: center; gap: 10px; color: var(--title); font-weight: 800; font-size: 20px; }
.drawer-brand img { width: 42px; height: 42px; object-fit: contain; }
.drawer-close { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border); background: #fff; font-size: 25px; cursor: pointer; }
.drawer-intro { color: var(--muted); margin: 20px 0; }
.drawer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.drawer-nav a { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: #fff; border: 1px solid var(--border); border-radius: 16px; text-decoration: none; color: var(--title); }
.drawer-nav a:hover { border-color: var(--orange); color: var(--orange); }
.drawer-safe { margin-top: 20px; padding: 16px; border-radius: 18px; background: var(--blue-soft); color: #365c52; font-size: 14px; }
.section-space { padding: 88px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--rose); font-weight: 800; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--orange), var(--mint)); }
h1,h2,h3,.section-title { color: var(--title); line-height: 1.24; margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.04em; margin-bottom: 22px; }
h2 { font-size: clamp(28px, 3.4vw, 44px); margin-bottom: 16px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin-top: 0; }
.lead { font-size: clamp(17px, 1.8vw, 20px); color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero { position: relative; overflow: hidden; padding: 84px 0 70px; background: radial-gradient(circle at 15% 20%, rgba(255,209,102,.45), transparent 24%), radial-gradient(circle at 78% 22%, rgba(0,229,176,.2), transparent 27%), linear-gradient(135deg, #FFF6EE 0%, #F4EEFF 55%, #E9FFF8 100%); }
.hero::after { content: ""; position: absolute; inset: auto -120px -160px auto; width: 420px; height: 420px; border: 1px solid rgba(184,51,106,.2); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; position: relative; z-index: 1; }
.hero-copy h1 { margin-bottom: 8px; }
.hero-subtitle { font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--purple); margin-bottom: 22px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-points li { padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.75); border: 1px solid rgba(43,26,63,.09); color: var(--purple); font-weight: 700; font-size: 14px; }
.hero-visual { position: relative; padding: 22px; }
.hero-visual::before { content: ""; position: absolute; inset: 4% 10%; border-radius: 44px; transform: rotate(-5deg); background: linear-gradient(145deg, rgba(255,107,53,.32), rgba(0,229,176,.28)); filter: blur(2px); }
.hero-visual img { position: relative; width: 100%; max-height: 620px; object-fit: contain; border-radius: 34px; filter: drop-shadow(0 28px 44px rgba(43,26,63,.2)); }
.highlight-strip { margin-top: -24px; position: relative; z-index: 2; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.highlight-item { padding: 24px; border-right: 1px solid var(--border); }
.highlight-item:last-child { border-right: 0; }
.highlight-item h3 { font-size: 18px; margin-bottom: 6px; }
.highlight-item p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.quick-channels { display: flex; flex-wrap: wrap; gap: 12px; }
.channel-pill { flex: 1 1 210px; padding: 18px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--border); text-decoration: none; transition: .25s ease; }
.channel-pill strong { display: block; color: var(--title); }
.channel-pill span { color: var(--muted); font-size: 13px; }
.channel-pill:hover { transform: translateY(-3px); border-color: rgba(0,229,176,.65); box-shadow: 0 14px 28px rgba(97,45,16,.1); }
.soft-section { background: linear-gradient(180deg, rgba(233,255,248,.65), rgba(255,248,240,0)); }
.media-split, .dual-grid, .security-grid, .inner-hero-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items: center; }
.media-card, .zone-card, .info-card, .review-card, .triple-card, .inner-visual, .content-story, details { background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius); }
.media-card { padding: 22px; }
.media-card img, .zone-card img, .triple-card img, .inner-visual img { width: 100%; max-height: 420px; object-fit: contain; border-radius: 18px; background: linear-gradient(145deg, #FFF1C7, #EFFFFA); }
.media-copy { padding: 20px 10px; }
.text-link { color: var(--orange); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.zone-card { padding: 24px; height: 100%; }
.zone-card img { max-height: 260px; margin-bottom: 20px; }
.zone-card ul { padding-left: 20px; color: var(--muted); }
.triple-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.triple-card { padding: 20px; }
.triple-card img { max-height: 220px; margin-bottom: 18px; }
.security-grid { padding: 38px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #2B1A3F 0%, #4A255D 62%, #1B4E4A 100%); box-shadow: 0 28px 60px rgba(43,26,63,.24); }
.security-grid h2, .security-grid h3 { color: #fff; }
.security-grid p { color: rgba(255,255,255,.78); }
.security-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.security-images img { border-radius: 20px; background: #fff; max-height: 320px; object-fit: contain; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading p { color: var(--muted); }
.section-heading.align-left { text-align: left; margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 24px; }
.review-card p { color: var(--muted); }
.review-card footer { color: var(--rose); font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { padding: 18px 20px; box-shadow: 0 10px 24px rgba(97,45,16,.08); }
summary { cursor: pointer; color: var(--title); font-weight: 800; }
details p { margin: 14px 0 0; color: var(--muted); }
.age-note { padding: 30px; border-radius: 26px; background: var(--gold-soft); border: 1px solid rgba(255,209,102,.55); }
.about-band { background: #fff; }
.about-band .media-split { align-items: center; }
.inner-hero { background: radial-gradient(circle at 82% 18%, rgba(0,229,176,.16), transparent 26%), linear-gradient(135deg, #FFF8F0, #F2EEFF 60%, #EFFFFA); }
.inner-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.inner-visual { padding: 22px; transform: rotate(1.5deg); }
.inner-visual figcaption { color: var(--muted); font-size: 14px; padding: 12px 4px 0; }
.content-sections { display: grid; gap: 24px; }
.content-story { padding: 34px; display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: start; }
.content-story.reverse { background: linear-gradient(145deg, #fff, #F7FFFC); }
.story-number { font-size: 42px; line-height: 1; color: rgba(255,107,53,.28); font-weight: 900; letter-spacing: -.06em; }
.content-story p { color: var(--muted); margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { padding: 26px; }
.info-card p { color: var(--muted); margin-bottom: 0; }
.mini-icon { width: 44px; height: 44px; display: grid; place-content: center; border-radius: 14px; background: var(--blue-soft); color: var(--rose); font-weight: 900; margin-bottom: 16px; }
.dark-band { background: #24130C; color: #fff; }
.dark-band h2 { color: #fff; }
.dark-band p { color: rgba(255,255,255,.76); }
.advice-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
blockquote { margin: 0; padding: 28px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
blockquote footer { color: var(--gold); font-weight: 800; }
.compliance-section { padding: 70px 0 96px; }
.compliance-card { padding: 34px; border-radius: 28px; background: linear-gradient(135deg, #FFF1C7, #EFFFFA); display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 26px; align-items: center; }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 70px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.footer-grid h2 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer-grid a { display: block; color: rgba(255,243,232,.76); text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: var(--mint); }
.footer-brand p { color: rgba(255,243,232,.66); max-width: 420px; }
.footer-logo { margin-bottom: 20px; }
.footer-notice { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,243,232,.58); font-size: 13px; }
.footer-notice p:first-child { max-width: 850px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 980px) {
  .nav-core { display: none; }
  .mobile-menu { display: grid; }
  .desktop-menu { display: none; }
  .site-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .site-logo strong { display: none; }
  .header-inner { min-height: 66px; }
  .hero-grid, .media-split, .dual-grid, .security-grid, .inner-hero-grid, .faq-layout, .advice-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 680px; margin-inline: auto; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .highlight-item:nth-child(2) { border-right: 0; }
  .highlight-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .triple-grid, .review-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .compliance-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-space { padding: 62px 0; }
  .header-actions .main-btn { padding-inline: 14px; min-height: 40px; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 26px; }
  .hero-visual { padding: 8px; }
  .highlight-strip { margin-top: -12px; }
  .highlight-grid, .triple-grid, .review-grid, .service-grid { grid-template-columns: 1fr; }
  .highlight-item { border-right: 0; border-bottom: 1px solid var(--border); }
  .highlight-item:last-child { border-bottom: 0; }
  .drawer-nav { grid-template-columns: 1fr; }
  .content-story { grid-template-columns: 1fr; padding: 26px; }
  .story-number { font-size: 30px; }
  .security-grid { padding: 24px; }
  .security-images { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-notice { display: block; }
  .site-footer { padding-bottom: 126px; }
  .mobile-bottom-nav { position: fixed; z-index: 9000; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border-radius: 22px; background: rgba(36,19,12,.94); backdrop-filter: blur(12px); box-shadow: 0 16px 34px rgba(26,15,10,.34); }
  .mobile-bottom-nav a { color: #FFF3E8; text-decoration: none; text-align: center; font-size: 12px; padding: 5px; }
  .mobile-bottom-nav span { display: block; color: var(--mint); font-size: 18px; line-height: 1.2; }
}
