:root {
  --bg: #FFF8F0;
  --surface: #FFFFFF;
  --ink: #2A1F1A;
  --title: #24130C;
  --muted: #75645A;
  --soft: #A9978C;
  --brand: #FF6B35;
  --deep: #2B1A3F;
  --cyan: #00E5B0;
  --gold: #FFD166;
  --rose: #B8336A;
  --aqua: #EFFFFA;
  --cream: #FFF1C7;
  --border: rgba(255,107,53,.18);
  --shadow: 0 20px 46px rgba(97,45,16,.14);
  --gradient: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%);
}
* { 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, -apple-system, 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(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-space { padding: 88px 0; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { color: var(--title); line-height: 1.22; }
h1 { font-size: clamp(44px, 7vw, 84px); letter-spacing: -3px; }
h2 { font-size: clamp(28px, 4vw, 46px); letter-spacing: -1.5px; }
h3 { font-size: 22px; }
p { color: var(--muted); }
.section-kicker,.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #9C5A00; font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.section-kicker::before,.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--gradient); }
.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 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo,.drawer-brand,.footer-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; text-decoration: none; font-weight: 900; white-space: nowrap; }
.site-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-core { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-core a { color: #FFF3E8; text-decoration: none; border-radius: 999px; padding: 8px 12px; font-size: 14px; }
.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,.ghost-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn { background: var(--gradient); color: #fff; box-shadow: 0 14px 32px rgba(255,107,53,.22); }
.main-btn:hover,.ghost-btn:hover { transform: translateY(-2px); }
.main-btn.compact { min-height: 40px; padding: 0 18px; font-size: 14px; }
.ghost-btn { border: 1px solid rgba(255,107,53,.28); background: rgba(255,255,255,.82); color: var(--brand); }
.menu-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-button span { width: 18px; height: 2px; background: #fff; border-radius: 999px; }
.mobile-menu-button { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(26,15,10,.52); opacity: 0; visibility: hidden; transition: .25s; }
.site-drawer { position: fixed; top: 0; right: 0; z-index: 10001; width: min(390px, 90vw); height: 100dvh; padding: 26px; background: #fffaf5; box-shadow: -20px 0 60px rgba(36,19,12,.24); transform: translateX(105%); transition: .3s ease; overflow-y: auto; }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .site-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; }
.drawer-brand { color: var(--title); }
.drawer-brand img,.footer-logo img { width: 40px; height: 40px; object-fit: contain; }
.drawer-close { border: 0; background: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 30px; cursor: pointer; box-shadow: 0 8px 24px rgba(36,19,12,.12); }
.drawer-intro { margin: 24px 0 18px; font-size: 14px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-radius: 14px; text-decoration: none; color: var(--title); background: #fff; border: 1px solid var(--border); }
.drawer-nav a:hover,.drawer-nav a.active { background: var(--aqua); color: #7F3D00; }
.drawer-nav b { font-size: 22px; color: var(--brand); }
.drawer-note { margin-top: 22px; padding: 16px; border-radius: 16px; background: var(--cream); color: #5e4016; font-size: 13px; }
.home-hero { padding: 70px 0 56px; background: radial-gradient(circle at 15% 20%, rgba(255,209,102,.28), transparent 32%), radial-gradient(circle at 85% 10%, rgba(0,229,176,.16), transparent 28%), linear-gradient(135deg, #FFF8F0, #F4F1FF 58%, #EFFFFA); }
.hero-grid,.story-grid,.inner-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { margin-bottom: 12px; }
.hero-subtitle { font-size: clamp(24px, 3.2vw, 38px); color: var(--deep); font-weight: 900; margin-bottom: 18px; }
.hero-description,.lead { font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-points span { padding: 8px 13px; background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-visual > img { position: relative; z-index: 2; max-height: 520px; object-fit: contain; filter: drop-shadow(0 26px 50px rgba(43,26,63,.18)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.glow-one { width: 360px; height: 360px; background: rgba(255,107,53,.18); }
.glow-two { width: 260px; height: 260px; right: 0; bottom: 20px; background: rgba(0,229,176,.22); }
.floating-card { position: absolute; z-index: 3; width: 180px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.9); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card b,.floating-card span { display: block; }
.floating-card b { color: var(--title); }
.floating-card span { color: var(--muted); font-size: 12px; margin-top: 3px; }
.card-top { top: 60px; right: 0; }.card-bottom { bottom: 30px; left: 0; }
.feature-strip { margin-top: -12px; position: relative; z-index: 3; }
.feature-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.feature-strip article { padding: 28px; background: #fff; border-right: 1px solid var(--border); }
.feature-strip article:last-child { border-right: 0; }
.feature-strip article > span { color: var(--brand); font-weight: 900; font-size: 12px; }
.feature-strip h2 { font-size: 20px; margin: 6px 0 8px; }
.feature-strip p { font-size: 14px; margin-bottom: 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { font-size: 17px; }
.split-heading { max-width: none; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.split-heading > p { max-width: 480px; }
.capsule-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.capsule-grid a { min-height: 112px; padding: 18px; border-radius: 22px; background: #fff; border: 1px solid var(--border); text-decoration: none; box-shadow: 0 12px 30px rgba(97,45,16,.08); transition: .2s; }
.capsule-grid a:hover { transform: translateY(-4px); background: var(--aqua); }
.capsule-grid b,.capsule-grid span { display: block; }
.capsule-grid b { color: var(--title); margin-bottom: 8px; }
.capsule-grid span { color: var(--muted); font-size: 13px; }
.brand-story { background: linear-gradient(135deg, rgba(255,241,199,.56), rgba(233,255,248,.72)); }
.media-frame { padding: 22px; border-radius: 32px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.media-frame img { width: 100%; max-height: 560px; object-fit: contain; }
.story-copy p { font-size: 17px; }
.story-grid.reverse .story-media { order: 2; }
.showcase-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.poster-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.poster-card.large { grid-row: span 2; }
.poster-card img { width: 100%; height: 240px; object-fit: contain; background: #f7f2ff; }
.poster-card.large img { height: 420px; }
.poster-card > div { padding: 24px; }
.poster-card span,.info-card > span { color: var(--brand); font-size: 13px; font-weight: 900; }
.poster-card a,.info-card a,.text-link { color: var(--brand); text-decoration: none; font-weight: 800; }
.two-column { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.three-column { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.zone-card,.info-card,.safety-card,.content-card,.side-card,.review-grid blockquote,.faq-page-list details { background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 24px; }
.zone-card { padding: 28px; }
.zone-card.alt { background: var(--aqua); }
.zone-card img { width: 100%; height: 260px; object-fit: contain; margin-bottom: 24px; }
.zone-card ul,.check-list { padding-left: 20px; color: var(--muted); }
.soft-bg { background: linear-gradient(180deg, transparent, rgba(233,255,248,.68), transparent); }
.info-card { padding: 22px; }
.info-card img { width: 100%; height: 190px; object-fit: contain; margin-bottom: 18px; border-radius: 16px; background: #f7f2ff; }
.info-card h2 { font-size: 24px; margin: 8px 0; }
.safety-zone { background: #2B1A3F; }
.safety-card { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: center; padding: 24px; }
.safety-card img { width: 180px; height: 180px; object-fit: contain; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-grid blockquote { margin: 0; padding: 24px; }
.review-grid blockquote p { color: var(--title); font-size: 16px; }
.review-grid blockquote footer { color: var(--soft); font-size: 13px; }
.accordion-list,.faq-page-list { display: grid; gap: 14px; }
.accordion-list details,.faq-page-list details { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 22px; }
.accordion-list summary,.faq-page-list summary { cursor: pointer; color: var(--title); font-weight: 900; list-style: none; }
.accordion-list summary::-webkit-details-marker,.faq-page-list summary::-webkit-details-marker { display: none; }
.accordion-list details p,.faq-page-list details p { margin: 14px 0 0; }
.faq-page-list summary { display: flex; gap: 14px; align-items: center; font-size: 19px; }
.faq-page-list summary span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gradient); color: #fff; font-size: 12px; }
.responsible-callout { padding: 64px 0; background: #24130C; }
.callout-grid,.notice-grid { display: grid; grid-template-columns: .8fr 1.3fr auto; gap: 32px; align-items: center; }
.callout-grid h2,.notice-grid h2 { color: #fff; margin-bottom: 0; }
.callout-grid p,.notice-grid p { color: #f1dfd3; margin-bottom: 0; }
.inner-hero { padding: 76px 0; background: radial-gradient(circle at 12% 20%, rgba(255,209,102,.3), transparent 30%), radial-gradient(circle at 88% 20%, rgba(0,229,176,.18), transparent 30%), linear-gradient(135deg,#FFF8F0,#F3EEFF,#EFFFFA); }
.compact-hero h1 { font-size: clamp(40px,6vw,68px); }
.inner-hero-copy h1 { font-size: clamp(42px,6vw,72px); margin-bottom: 18px; }
.content-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.7fr); gap: 28px; align-items: start; }
.prose-stack,.side-stack { display: grid; gap: 24px; }
.content-card,.side-card { padding: 30px; }
.content-card h2,.side-card h2 { font-size: 30px; }
.content-card p { font-size: 16px; }
.dark-card { background: var(--deep); }
.dark-card h2,.dark-card p,.dark-card .section-kicker { color: #fff; }
.light-link { color: var(--gold); }
.side-card blockquote { margin: 0; color: var(--title); font-size: 18px; font-weight: 800; }
.review-meta { margin: 12px 0 0; font-size: 13px; }
.notice-band { padding: 54px 0; background: linear-gradient(135deg,#2B1A3F,#24130C); }
.notice-grid .ghost-btn { white-space: nowrap; }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 60px 0 26px; }
.footer-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 40px; }
.site-footer p { color: #cdb9ad; }
.site-footer h2 { color: #fff; font-size: 16px; }
.site-footer a { display: block; color: #e8d7cb; text-decoration: none; margin: 8px 0; }
.footer-logo { display: inline-flex !important; margin: 0 0 16px !important; }
.footer-bottom { width: min(1180px, calc(100% - 40px)); margin: 38px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #aa9589; font-size: 13px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1060px) {
  .nav-core { display: none; }
  .desktop-menu-button { display: none; }
  .mobile-menu-button { display: grid; }
  .header-inner { gap: 12px; }
  .site-logo { margin-right: auto; }
  .hero-grid,.story-grid,.inner-hero-grid,.content-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .feature-strip-grid { grid-template-columns: repeat(2,1fr); }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .capsule-grid { grid-template-columns: repeat(3,1fr); }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .container { width: min(100% - 24px, 1180px); }
  .section-space { padding: 64px 0; }
  .header-inner { min-height: 64px; padding: 0 12px; }
  .site-logo img { width: 36px; height: 36px; }
  .site-logo strong { display: none; }
  .main-btn.compact { min-height: 38px; padding: 0 14px; font-size: 12px; }
  .home-hero { padding-top: 48px; }
  h1 { letter-spacing: -2px; }
  .hero-grid,.story-grid,.inner-hero-grid { gap: 34px; }
  .hero-visual { min-height: 360px; }
  .hero-visual > img { max-height: 340px; }
  .floating-card { width: 145px; padding: 10px 12px; }
  .card-top { top: 20px; }.card-bottom { bottom: 12px; }
  .feature-strip-grid,.two-column,.three-column,.review-grid,.footer-grid,.showcase-grid,.callout-grid,.notice-grid { grid-template-columns: 1fr; }
  .feature-strip article { border-right: 0; border-bottom: 1px solid var(--border); }
  .feature-strip article:last-child { border-bottom: 0; }
  .capsule-grid { grid-template-columns: repeat(2,1fr); }
  .split-heading { display: block; }
  .poster-card.large { grid-row: auto; }
  .poster-card.large img,.poster-card img { height: 260px; }
  .safety-card { grid-template-columns: 1fr; }
  .safety-card img { width: 100%; height: 220px; }
  .story-grid.reverse .story-media { order: initial; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; display: grid; grid-template-columns: repeat(4,1fr); padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-top: 1px solid var(--border); box-shadow: 0 -10px 30px rgba(36,19,12,.1); }
  .mobile-bottom-nav a { display: grid; justify-items: center; gap: 2px; color: var(--muted); text-decoration: none; font-size: 11px; }
  .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
  .mobile-bottom-nav a.active { color: var(--brand); font-weight: 900; }
  .inner-hero { padding: 54px 0; }
  .content-card,.side-card { padding: 24px; }
  .notice-grid .ghost-btn { justify-self: start; }
}
@media (max-width: 430px) {
  .capsule-grid { grid-template-columns: 1fr; }
  .hero-actions { align-items: stretch; }
  .hero-actions a { width: 100%; }
  .hero-points { gap: 7px; }
  .hero-points span { font-size: 12px; }
}
