:root {
  --bg: #FFF8F0;
  --ink: #2A1F1A;
  --title: #24130C;
  --muted: #75645A;
  --soft: #A9978C;
  --brand: #FF6B35;
  --brand-dark: #B8336A;
  --deep: #2B1A3F;
  --cyan: #00E5B0;
  --gold: #FFD166;
  --mint: #EFFFFA;
  --blue-soft: #E9FFF8;
  --gold-soft: #FFF1C7;
  --pink-soft: #FFF0F6;
  --violet-soft: #F3EEFF;
  --card: #FFFFFF;
  --footer: #1A0F0A;
  --shadow: 0 20px 46px rgba(97,45,16,0.14);
  --border: rgba(255,107,53,0.18);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 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, input, textarea { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(38,20,12,0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 26px rgba(97,45,16,0.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: 20px;
}
.site-logo, .drawer-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.site-logo img, .drawer-brand img { max-height: 44px; width: auto; }
.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; }
.nav-core a:hover, .nav-core a.active { color: #FFFFFF; background: rgba(0,229,176,0.16); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.main-btn, .ghost-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease;
}
.main-btn { background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%); color: #FFFFFF; box-shadow: 0 14px 32px rgba(255,107,53,0.22); }
.main-btn:hover, .ghost-btn:hover { transform: translateY(-2px); }
.main-btn.compact { min-height: 42px; padding: 0 18px; font-size: 14px; }
.ghost-btn { background: #fff; color: var(--brand-dark); border: 1px solid rgba(184,51,106,.22); }
.menu-toggle, .drawer-close { border: 0; cursor: pointer; }
.menu-toggle { width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.12); color: #fff; font-size: 20px; }
.mobile-menu-toggle { display: none; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(20,10,20,.42); opacity: 0; visibility: hidden; transition: .25s ease; z-index: 10000; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.site-drawer { position: fixed; right: 0; top: 0; width: min(390px, 88vw); height: 100vh; background: #fffaf7; transform: translateX(105%); transition: transform .3s ease; z-index: 10001; padding: 22px; overflow-y: auto; box-shadow: -20px 0 50px rgba(36,19,12,.2); }
.site-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.drawer-brand { color: var(--title); }
.drawer-close { width: 42px; height: 42px; border-radius: 50%; background: #f5ece7; color: var(--title); font-size: 28px; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px 0; }
.drawer-nav a { text-decoration: none; padding: 12px 14px; border: 1px solid rgba(255,107,53,.14); border-radius: 16px; background: #fff; color: var(--title); font-weight: 700; }
.drawer-nav a:hover { background: var(--mint); color: var(--brand-dark); }
main { min-height: 60vh; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 78px 0; }
.section.compact-section { padding: 52px 0; }
.section.tint-mint { background: linear-gradient(180deg, rgba(233,255,248,.76), rgba(255,248,240,0)); }
.section.tint-violet { background: linear-gradient(180deg, rgba(243,238,255,.86), rgba(255,248,240,0)); }
.section.tint-pink { background: linear-gradient(180deg, rgba(255,240,246,.88), rgba(255,248,240,0)); }
.section-title { color: var(--title); font-size: clamp(28px, 4vw, 46px); line-height: 1.18; margin: 0 0 16px; letter-spacing: -.03em; }
.section-kicker { display: inline-flex; margin-bottom: 12px; color: #A64F00; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.section-lead { max-width: 820px; color: var(--muted); font-size: 17px; margin: 0 0 30px; }
.hero {
  position: relative; overflow: hidden; padding: 72px 0 62px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,107,53,.18), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(0,229,176,.18), transparent 25%),
    linear-gradient(135deg, #fff6ef 0%, #f4efff 48%, #ebfff9 100%);
}
.hero:before, .hero:after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero:before { width: 220px; height: 220px; background: rgba(255,209,102,.19); right: -60px; top: 40px; }
.hero:after { width: 160px; height: 160px; background: rgba(184,51,106,.09); left: -30px; bottom: -60px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.72); border: 1px solid rgba(184,51,106,.13); border-radius: 999px; padding: 8px 13px; font-weight: 800; color: var(--brand-dark); box-shadow: 0 10px 28px rgba(43,26,63,.08); }
.hero h1 { font-size: clamp(52px, 8vw, 88px); line-height: .98; letter-spacing: -.06em; margin: 20px 0 16px; color: var(--title); }
.hero-subtitle { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--deep); margin: 0 0 20px; }
.hero-copy { color: var(--muted); font-size: 17px; max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-points li { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 8px 13px; font-size: 14px; font-weight: 700; box-shadow: 0 10px 24px rgba(97,45,16,.08); }
.hero-visual { position: relative; }
.hero-visual .frame { border-radius: 34px; padding: 16px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.86); box-shadow: 0 28px 60px rgba(43,26,63,.17); }
.hero-visual img { width: 100%; max-height: 560px; object-fit: contain; border-radius: 24px; }
.floating-note { position: absolute; right: -18px; bottom: 24px; max-width: 210px; background: #24130C; color: #fff3e8; border-radius: 18px; padding: 14px 16px; box-shadow: 0 16px 34px rgba(36,19,12,.24); font-size: 13px; }
.highlight-strip { margin-top: -1px; background: #24130C; color: #fff3e8; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.highlight-item { padding: 26px 22px; border-right: 1px solid rgba(255,255,255,.1); }
.highlight-item:last-child { border-right: 0; }
.highlight-item strong { display: block; color: #fff; font-size: 18px; margin-bottom: 6px; }
.highlight-item p { margin: 0; color: #e7d8ce; font-size: 14px; }
.pill-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.pill { flex: 1 1 200px; min-width: 0; padding: 16px 18px; border-radius: 22px; border: 1px solid rgba(255,107,53,.16); background: #fff; box-shadow: 0 12px 30px rgba(97,45,16,.08); }
.pill strong { display: block; color: var(--title); margin-bottom: 4px; }
.pill span { display: block; color: var(--muted); font-size: 14px; }
.pill a { display: inline-block; margin-top: 9px; color: var(--brand); text-decoration: none; font-weight: 800; font-size: 14px; }
.card, .zone-card, .info-card, .review-card { background: #FFFFFF; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 22px; }
.media-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; align-items: center; }
.media-split.reverse { grid-template-columns: 1.05fr .95fr; }
.media-img { border-radius: 28px; overflow: hidden; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--border); padding: 12px; }
.media-img img { width: 100%; max-height: 520px; object-fit: contain; border-radius: 20px; }
.copy-card { padding: 32px; }
.copy-card p { color: var(--muted); }
.feature-list { display: grid; gap: 12px; margin: 22px 0; }
.feature-item { display: flex; gap: 12px; align-items: flex-start; padding: 13px 14px; background: #fffaf7; border-radius: 15px; }
.feature-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: #037b61; font-weight: 900; }
.inline-visual { width: 100%; max-height: 240px; object-fit: contain; border-radius: 18px; margin: 18px 0; background: #faf5f2; }
.text-link { color: var(--brand); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.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; }
.zone-card { overflow: hidden; }
.zone-card img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #f8f4f0; }
.zone-card .zone-body { padding: 24px; }
.zone-card h3 { margin: 0 0 12px; color: var(--title); font-size: 24px; }
.zone-card p { margin: 0 0 12px; color: var(--muted); }
.mini-points { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--ink); font-size: 14px; }
.mini-points li:before { content: "•"; color: var(--brand); font-weight: 900; margin-right: 8px; }
.safety-band { background: linear-gradient(120deg, #2B1A3F, #3B214F 56%, #1A4B46); color: #fff; border-radius: 32px; padding: 36px; box-shadow: 0 24px 60px rgba(43,26,63,.22); }
.safety-band h2, .safety-band h3 { color: #fff; }
.safety-band p { color: #eadff3; }
.safety-band .grid-2 { align-items: center; }
.safety-band img { max-height: 360px; object-fit: contain; margin: 0 auto; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { padding: 22px; }
.review-card p { margin: 0 0 16px; color: var(--muted); }
.review-card strong { color: var(--brand-dark); }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 20px 22px; box-shadow: 0 12px 26px rgba(97,45,16,.07); }
.faq-item h3 { margin: 0 0 8px; color: var(--title); font-size: 18px; }
.faq-item p { margin: 0; color: var(--muted); }
.notice-box { background: var(--gold-soft); border: 1px solid rgba(255,183,3,.22); border-radius: 22px; padding: 24px; color: #584414; }
.notice-box strong { color: #392b08; }
.page-hero { padding: 64px 0 44px; background: linear-gradient(130deg, #fff4ee, #f5f0ff 48%, #eafff8); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.page-hero h1 { color: var(--title); font-size: clamp(38px, 6vw, 64px); line-height: 1.08; margin: 10px 0 18px; }
.page-hero p { color: var(--muted); font-size: 17px; }
.page-hero img { width: 100%; max-height: 420px; object-fit: contain; border-radius: 28px; background: rgba(255,255,255,.62); padding: 12px; box-shadow: var(--shadow); }
.article-shell { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.article-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 32px; box-shadow: var(--shadow); }
.article-card h2 { color: var(--title); margin: 32px 0 12px; font-size: 28px; }
.article-card h2:first-child { margin-top: 0; }
.article-card p { color: var(--muted); margin: 0 0 16px; }
.side-stack { display: grid; gap: 16px; position: sticky; top: 92px; }
.side-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 20px; box-shadow: 0 14px 30px rgba(97,45,16,.09); }
.side-card h3 { margin: 0 0 10px; color: var(--title); }
.side-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.side-card img { border-radius: 16px; margin-bottom: 14px; max-height: 200px; width: 100%; object-fit: contain; background: #faf5f2; }
.breadcrumbs { font-size: 14px; color: var(--soft); margin-bottom: 10px; }
.breadcrumbs a { color: var(--brand); text-decoration: none; }
.service-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 18px 0 26px; }
.service-point { background: linear-gradient(135deg, #fff9f4, #f2fff9); border: 1px solid var(--border); border-radius: 18px; padding: 17px; }
.service-point strong { color: var(--title); display: block; margin-bottom: 5px; }
.service-point span { color: var(--muted); font-size: 14px; }
.quote-box { border-left: 4px solid var(--brand); background: #fff7f2; border-radius: 0 18px 18px 0; padding: 18px 20px; margin: 22px 0; color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 28px; padding: 28px 32px; background: linear-gradient(135deg, #F3EEFF, #EFFFFA 60%, #FFF1C7); border: 1px solid rgba(184,51,106,.12); }
.cta-panel h2 { margin: 0 0 8px; color: var(--title); }
.cta-panel p { margin: 0; color: var(--muted); }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 54px 0 86px; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; }
.footer-brand img { width: auto; max-height: 52px; }
.footer-brand strong { font-size: 24px; }
.footer-brand p { margin: 0; color: #d9c9bf; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-links h3 { color: #fff; margin: 0 0 10px; }
.footer-links a { display: block; color: #dac9bf; text-decoration: none; margin: 6px 0; }
.footer-links a:hover { color: var(--cyan); }
.footer-note { color: #bfaea4; font-size: 13px; margin-top: 22px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1020px) {
  .nav-core { display: none; }
  .mobile-menu-toggle { display: inline-grid; place-items: center; }
  .desktop-menu-toggle { display: none; }
  .hero-grid, .page-hero-grid, .media-split, .media-split.reverse, .article-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-visual { max-width: 760px; }
  .floating-note { right: 12px; }
  .side-stack { position: static; grid-template-columns: repeat(2, 1fr); }
  .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 rgba(255,255,255,.1); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .header-inner { min-height: 64px; padding: 0 12px; gap: 8px; }
  .site-logo span { display: none; }
  .site-logo img { max-height: 38px; }
  .header-actions { margin-left: auto; }
  .main-btn.compact { min-height: 38px; padding: 0 13px; font-size: 13px; }
  .wrap, .footer-inner { width: min(100% - 28px, var(--max)); }
  .section { padding: 56px 0; }
  .hero { padding: 44px 0; }
  .hero h1 { font-size: clamp(50px, 18vw, 72px); }
  .hero-subtitle { font-size: 24px; }
  .hero-copy { font-size: 15px; }
  .floating-note { position: static; margin-top: 12px; max-width: none; }
  .highlight-grid, .grid-2, .grid-3, .grid-4, .reviews-grid, .service-points, .footer-links, .side-stack { grid-template-columns: 1fr; }
  .highlight-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .highlight-item:last-child { border-bottom: 0; }
  .copy-card, .article-card { padding: 24px 20px; }
  .safety-band { padding: 24px 20px; border-radius: 24px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 24px 20px; }
  .page-hero { padding: 44px 0 30px; }
  .page-hero h1 { font-size: 40px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .mobile-bottom-nav { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 9000; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(36,19,12,.95); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; box-shadow: 0 14px 40px rgba(36,19,12,.28); overflow: hidden; }
  .mobile-bottom-nav a { color: #fff3e8; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 58px; font-size: 12px; }
  .mobile-bottom-nav span { font-size: 18px; color: var(--cyan); line-height: 1; }
  .site-footer { padding-bottom: 118px; }
}
