:root {
  --bg: #FFF8F0; --ink: #2A1F1A; --title: #24130C; --muted: #75645A;
  --soft: #A9978C; --brand: #FF6B35; --deep: #2B1A3F; --mint: #00E5B0;
  --gold: #FFD166; --wine: #B8336A; --aqua: #E9FFF8; --cream: #FFF1C7;
  --card: #FFFFFF; --dark: #24130C; --border: rgba(255,107,53,.18);
  --shadow: 0 20px 46px rgba(97,45,16,.14); --radius: 24px;
  --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: var(--brand); text-decoration: none; }
a:hover { color: #d94916; }
img { max-width: 100%; height: auto; object-fit: contain; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 12000; background: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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 { width: min(1280px, calc(100% - 32px)); margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; white-space: nowrap; }
.site-logo:hover { color: #fff; }
.site-logo img { width: auto; max-width: 128px; max-height: 44px; display: block; }
.site-logo strong { font-size: 1.05rem; letter-spacing: .06em; }
.nav-core { display: flex; align-items: center; gap: 6px; }
.nav-core a { color: #FFF3E8; border-radius: 999px; padding: 8px 12px; font-size: .94rem; }
.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 { display: inline-flex; align-items: center; justify-content: center; background: var(--gradient); color: #fff; border-radius: 999px; box-shadow: 0 14px 32px rgba(255,107,53,.22); padding: 13px 24px; font-weight: 800; border: 0; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px rgba(255,107,53,.28); }
.main-btn.compact { padding: 9px 18px; font-size: .92rem; }
.secondary-btn { display: inline-flex; padding: 11px 20px; border: 1px solid rgba(43,26,63,.22); border-radius: 999px; color: var(--deep); font-weight: 750; background: rgba(255,255,255,.72); }
.menu-toggle { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-menu { display: none; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(26,15,10,.52); opacity: 0; visibility: hidden; z-index: 10000; transition: .25s; }
.site-drawer { position: fixed; top: 0; right: 0; z-index: 10001; width: min(390px, 88vw); height: 100dvh; overflow-y: auto; background: #fffaf5; transform: translateX(102%); transition: transform .28s ease; box-shadow: -24px 0 60px rgba(36,19,12,.22); padding: 22px; }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .site-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--border); color: var(--title); }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--aqua); color: var(--deep); font-size: 26px; cursor: pointer; }
.site-drawer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 18px 0; }
.site-drawer nav a { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; border-radius: 14px; color: var(--ink); background: #fff; border: 1px solid rgba(255,107,53,.11); }
.site-drawer nav a.active, .site-drawer nav a:hover { background: var(--aqua); color: var(--deep); }
.drawer-note { padding: 16px; background: var(--cream); border-radius: 16px; color: #66512f; font-size: .88rem; }
.hero { position: relative; overflow: hidden; padding: 76px 0 58px; background: radial-gradient(circle at 12% 10%,rgba(255,209,102,.42),transparent 24%), radial-gradient(circle at 88% 18%,rgba(0,229,176,.24),transparent 28%), linear-gradient(130deg,#fff2e7 0%,#f2edff 47%,#e9fff8 100%); }
.hero:before, .hero:after { content:""; position:absolute; border-radius:50%; filter: blur(2px); pointer-events:none; }
.hero:before { width: 240px; height: 240px; right: -100px; top: 90px; background: rgba(184,51,106,.08); }
.hero:after { width: 160px; height: 160px; left: -80px; bottom: -60px; background: rgba(255,107,53,.11); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero-copy { max-width: 670px; }
.kicker, .section-kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; color: var(--wine); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.kicker:before, .section-kicker:before { content:""; width: 28px; height: 3px; border-radius: 3px; background: var(--gradient); }
h1, h2, h3, .section-title { color: var(--title); line-height: 1.25; }
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); margin: 16px 0 14px; letter-spacing: -.04em; }
.hero h1 span { background: linear-gradient(120deg,#FF6B35,#B8336A,#2B1A3F); -webkit-background-clip: text; color: transparent; }
.hero-subtitle { font-size: clamp(1.2rem, 2.4vw, 1.85rem); font-weight: 850; color: var(--deep); margin: 0 0 15px; }
.hero-copy > p { font-size: 1.03rem; color: #5f5149; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-points span { padding: 7px 12px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,107,53,.15); border-radius: 999px; font-size: .9rem; color: var(--deep); }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; max-height: 560px; filter: drop-shadow(0 30px 45px rgba(43,26,63,.2)); }
.floating-label { position: absolute; padding: 10px 14px; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); font-size: .82rem; font-weight: 800; color: var(--deep); }
.floating-label.one { left: -18px; top: 18%; } .floating-label.two { right: 0; bottom: 12%; }
.highlight-strip { margin-top: -22px; position: relative; z-index: 5; }
.highlight-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 22px; overflow: hidden; }
.highlight-item { padding: 22px; }
.highlight-item + .highlight-item { border-left: 1px solid var(--border); }
.highlight-item strong { display: block; color: var(--deep); margin-bottom: 5px; }
.highlight-item p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.section { padding: 78px 0; }
.section.compact-section { padding: 52px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .section-kicker { justify-content: center; }
.section-title { font-size: clamp(1.9rem, 4vw, 3.1rem); margin: 12px 0 14px; }
.section-intro { color: var(--muted); font-size: 1rem; }
.capsule-nav { display: flex; flex-wrap: wrap; gap: 11px; }
.capsule-nav a { flex: 1 1 185px; min-height: 105px; display: block; padding: 17px 18px; background: #fff; border: 1px solid var(--border); border-radius: 20px; color: var(--ink); box-shadow: 0 10px 26px rgba(97,45,16,.08); }
.capsule-nav a:hover { transform: translateY(-2px); border-color: rgba(0,229,176,.42); }
.capsule-nav strong { display: block; color: var(--deep); margin-bottom: 5px; }
.capsule-nav small { display: block; color: var(--muted); line-height: 1.55; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.split.reverse .media { order: 2; }
.media img { width: 100%; max-height: 520px; border-radius: var(--radius); background: linear-gradient(135deg,var(--aqua),#fff); box-shadow: var(--shadow); }
.copy p { color: var(--muted); }
.feature-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 12px 16px 12px 42px; background: rgba(255,255,255,.74); border: 1px solid var(--border); border-radius: 15px; }
.feature-list li:before { content:"✓"; position: absolute; left: 15px; color: var(--brand); font-weight: 900; }
.text-link { font-weight: 800; display: inline-flex; gap: 6px; align-items: center; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card-grid.two { grid-template-columns: repeat(2,1fr); }
.card-grid.four { grid-template-columns: repeat(4,1fr); }
.card, .zone-card, .info-card, .review-card { background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius); padding: 25px; }
.card img, .zone-card img { width: 100%; max-height: 260px; border-radius: 18px; margin-bottom: 18px; background: var(--aqua); }
.card h3, .zone-card h3 { margin: 4px 0 10px; font-size: 1.3rem; }
.card p, .zone-card p, .info-card p, .review-card p { color: var(--muted); margin: 0 0 14px; }
.badge, .tag, .label { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--deep); color: var(--gold); font-size: .78rem; font-weight: 850; }
.soft-aqua { background: linear-gradient(145deg,#fff,#effffa); }
.soft-cream { background: linear-gradient(145deg,#fff,#fff5d9); }
.soft-purple { background: linear-gradient(145deg,#fff,#f4efff); }
.dark-band { background: linear-gradient(135deg,#24130C,#2B1A3F); color: #fff; }
.dark-band .section-title, .dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .section-intro, .dark-band p { color: rgba(255,255,255,.76); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.safety-card { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 22px; }
.safety-card img { max-height: 200px; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { position: relative; padding-top: 45px; }
.review-card:before { content:"“"; position: absolute; top: 8px; left: 22px; font-size: 3.4rem; color: rgba(255,107,53,.28); line-height: 1; }
.review-card strong { color: var(--deep); }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--border); border-radius: 17px; padding: 0 20px; }
summary { cursor: pointer; font-weight: 850; color: var(--title); padding: 18px 0; }
details p { color: var(--muted); margin: 0; padding: 0 0 20px; }
.notice { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 22px; border-radius: 20px; background: var(--cream); border: 1px solid rgba(255,183,3,.24); }
.notice-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--wine); font-weight: 900; }
.inner-hero { padding: 72px 0 52px; background: radial-gradient(circle at 88% 16%,rgba(0,229,176,.2),transparent 26%), linear-gradient(130deg,#fff2e7,#f0edff 50%,#e9fff8); }
.inner-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center; }
.inner-hero h1 { font-size: clamp(2.4rem,5vw,4.4rem); }
.inner-hero p { color: #5f5149; font-size: 1.02rem; }
.inner-hero img { max-height: 410px; width: 100%; filter: drop-shadow(0 24px 35px rgba(43,26,63,.18)); }
.content-section { padding: 66px 0; }
.prose { max-width: 820px; }
.prose.wide { max-width: none; }
.prose p { color: var(--muted); margin: 0 0 18px; }
.prose h2 { margin-top: 36px; font-size: 1.8rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 30px 0; }
.service-item { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.service-item span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--aqua); color: var(--deep); font-weight: 900; }
.service-item h3 { margin: 13px 0 8px; }
.service-item p { margin: 0; font-size: .92rem; }
.steps { counter-reset: step; display: grid; gap: 14px; margin: 26px 0; }
.step { position: relative; counter-increment: step; padding: 18px 18px 18px 72px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.step:before { content: counter(step); position: absolute; left: 18px; top: 17px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); color: #fff; font-weight: 900; }
.page-review { margin: 30px 0; padding: 22px; background: var(--deep); color: #fff; border-radius: 20px; }
.page-review p { color: rgba(255,255,255,.8); margin: 0 0 8px; }
.page-review strong { color: var(--gold); }
.contact-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-list .info-card { box-shadow: 0 12px 28px rgba(97,45,16,.09); }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 38px; }
.site-footer h2 { color: #fff; font-size: 1rem; margin: 4px 0 16px; }
.site-footer p { color: rgba(255,243,232,.68); }
.site-footer a { display: block; color: rgba(255,243,232,.72); margin: 8px 0; }
.site-footer a:hover { color: var(--mint); }
.footer-logo { display: inline-flex !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 38px; padding-top: 20px; color: rgba(255,243,232,.56); font-size: .84rem; }
.mobile-bottom { display: none; }
@media (max-width: 980px) {
  .nav-core { display: none; }
  .mobile-menu { display: grid; }
  .desktop-menu { display: none; }
  .hero-grid, .inner-hero-grid, .split { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-visual { max-width: 700px; margin-inline: auto; }
  .split.reverse .media { order: initial; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .highlight-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .highlight-item:nth-child(4) { border-top: 1px solid var(--border); }
  .card-grid, .card-grid.four, .review-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { width: calc(100% - 20px); min-height: 64px; gap: 8px; }
  .site-logo strong { display: none; }
  .site-logo img { max-width: 104px; max-height: 38px; }
  .main-btn.compact { padding: 8px 13px; font-size: .82rem; }
  .menu-toggle { width: 38px; height: 38px; }
  .hero { padding: 52px 0 48px; }
  .hero-grid { gap: 26px; }
  h1 { font-size: clamp(2.35rem,14vw,3.7rem); }
  .floating-label { display: none; }
  .highlight-strip { margin-top: -12px; }
  .highlight-grid, .card-grid, .card-grid.two, .card-grid.four, .review-grid, .service-grid, .contact-list { grid-template-columns: 1fr; }
  .highlight-item + .highlight-item { border-left: 0; border-top: 1px solid var(--border); }
  .section { padding: 56px 0; }
  .section-title { font-size: 2rem; }
  .safety-card { grid-template-columns: 1fr; }
  .site-drawer nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-bottom { position: fixed; left: 10px; right: 10px; bottom: max(8px,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(12px); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 7px; box-shadow: 0 15px 40px rgba(36,19,12,.3); }
  .mobile-bottom a { display: grid; place-items: center; color: rgba(255,255,255,.72); font-size: .72rem; border-radius: 12px; padding: 4px; }
  .mobile-bottom a span { font-size: 1rem; }
  .mobile-bottom a.active { color: #fff; background: rgba(0,229,176,.16); }
}
