:root {
  --ink: #362b2a;
  --muted: #7d6e69;
  --cream: #fff8ee;
  --paper: #fffdf9;
  --peach: #ff8b72;
  --peach-dark: #e86550;
  --green: #738b67;
  --line: rgba(75, 54, 49, .13);
  --shadow: 0 18px 50px rgba(91, 64, 51, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.announcement { padding: 9px 20px; color: #fff; background: var(--ink); text-align: center; font-size: 13px; letter-spacing: .08em; }
.setup-warning { padding: 10px 20px; color: #7d4d16; background: #fff0cd; text-align: center; font-size: 13px; }
.header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,248,238,.92); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .08em; font-size: 20px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; color: #fff; background: var(--peach); transform: rotate(-4deg); }
.brand-mark span { transform: rotate(4deg); }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.nav-links a { padding: 9px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--peach-dark); border-color: var(--peach); }
.shop-btn { padding: 11px 17px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 800; }
.page-hero { position: relative; overflow: hidden; padding: 84px 0 72px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 20%, rgba(255,139,114,.25), transparent 25rem), linear-gradient(135deg, #fffaf2, #f8eadb); }
.page-hero::after { content: attr(data-mark); position: absolute; right: 6%; bottom: -40px; color: rgba(232,101,80,.08); font-family: Georgia, serif; font-size: 210px; font-weight: 900; line-height: 1; }
.breadcrumb { position: relative; z-index: 1; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.breadcrumb a:hover { color: var(--peach-dark); }
.eyebrow { color: var(--peach-dark); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
h1, h2 { font-family: Georgia, "STSong", serif; letter-spacing: -.03em; }
h1 { position: relative; z-index: 1; max-width: 800px; margin: 16px 0 18px; font-size: clamp(43px, 6vw, 70px); line-height: 1.08; }
.lead { position: relative; z-index: 1; max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.section { padding: 78px 0; }
.section.alt { background: rgba(255,255,255,.52); }
.section-head { margin-bottom: 31px; }
.kicker { margin: 0 0 10px; color: var(--peach-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
h2 { margin: 0; font-size: clamp(32px, 4.5vw, 50px); }
.body-copy { color: var(--muted); line-height: 1.9; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.visual-card { min-height: 360px; padding: 38px; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #f2d4c8, #f7e7d3); box-shadow: var(--shadow); }
.visual-card .emoji { font-size: 135px; filter: drop-shadow(0 20px 16px rgba(70,41,33,.15)); }
.quote { margin: 0; font-family: Georgia, "STSong", serif; font-size: 23px; line-height: 1.7; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); }
.card-icon { width: 50px; height: 50px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 16px; background: #f5dfd4; font-size: 25px; }
.card h3 { margin: 0 0 10px; font-size: 18px; }
.card p, .card li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.card p { margin: 0; }
.card ul { margin: 13px 0 0; padding-left: 19px; }
.timeline { display: grid; gap: 0; }
.timeline-item { position: relative; padding: 0 0 32px 62px; }
.timeline-item::before { content: ""; position: absolute; left: 20px; top: 38px; bottom: 0; width: 1px; background: var(--line); }
.timeline-item:last-child::before { display: none; }
.timeline-num { position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--peach-dark); font-weight: 900; }
.timeline-item h3 { margin: 8px 0 8px; }
.timeline-item p { margin: 0; color: var(--muted); line-height: 1.75; }
.info-list { display: grid; gap: 14px; }
.info-row { padding: 18px 20px; display: grid; grid-template-columns: 130px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.info-row b { font-size: 14px; }
.info-row span, .info-row a { color: var(--muted); line-height: 1.6; }
.policy { padding: 24px 26px; border-left: 4px solid var(--peach); border-radius: 0 18px 18px 0; background: #fff; }
.policy + .policy { margin-top: 16px; }
.policy h3 { margin: 0 0 9px; }
.policy p, .policy li { color: var(--muted); line-height: 1.8; }
.policy p { margin: 0; }
.policy ul { margin: 8px 0 0; padding-left: 20px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::after { content: "+"; float: right; color: var(--peach-dark); font-size: 22px; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0 0 20px; color: var(--muted); line-height: 1.75; }
.cta { padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 28px; color: #fff; background: var(--ink); }
.cta h2 { margin-bottom: 10px; font-size: 35px; }
.cta p { margin: 0; color: rgba(255,255,255,.64); }
.btn { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; color: #fff; background: var(--peach-dark); font-weight: 900; cursor: pointer; }
.btn.light { color: var(--ink); background: #fff; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.map-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 26px; background: linear-gradient(145deg, #e4eadb, #f2e9d8); }
.map-dots { align-self: center; font-size: 110px; filter: drop-shadow(0 16px 12px rgba(54,43,42,.12)); }
.form { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.field textarea { min-height: 110px; resize: vertical; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
footer { padding: 44px 0; color: rgba(255,255,255,.72); background: #292220; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 38px; }
.footer-title { margin-bottom: 12px; color: #fff; font-weight: 900; }
.footer-text, .footer-links { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.9; }
.footer-links { display: grid; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 28px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
@media (max-width: 850px) {
  .nav-links { display: none; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  .announcement { font-size: 11px; }
  .nav { min-height: 67px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 36px; height: 36px; }
  .page-hero { padding: 60px 0 55px; }
  .section { padding: 58px 0; }
  .grid-3, .grid-2, .footer-main { grid-template-columns: 1fr; }
  .cta { padding: 30px; display: block; }
  .cta .btn { margin-top: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .info-row { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom { display: block; }
}
