:root{--green:#1f6f52;--deep:#173e31;--paper:#f7f3e8;--yellow:#ffd832;--ink:#24332d;--muted:#69756e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}.nav{height:76px;padding:0 max(5vw,28px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(31,111,82,.12);background:rgba(247,243,232,.92);position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}a{color:inherit;text-decoration:none}.brand{display:flex;gap:12px;align-items:center;font-size:21px;color:var(--deep)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--yellow);color:var(--green);font-size:22px}.nav nav{display:flex;gap:28px;font-size:14px}.nav nav a:hover{text-decoration:underline;text-underline-offset:5px}.hero{min-height:650px;padding:88px max(7vw,30px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:50px;align-items:center;overflow:hidden}.eyebrow,.section-no{color:var(--green);font-weight:700;letter-spacing:.16em}.hero h1{font-size:clamp(48px,7vw,88px);line-height:1.08;margin:18px 0 28px;letter-spacing:-.05em;color:var(--deep)}.hero p{font-size:18px;line-height:1.9;max-width:680px;color:var(--muted)}.primary{display:inline-flex;margin-top:24px;padding:15px 26px;border-radius:999px;background:var(--green);color:white;font-weight:700}.visual{position:relative;height:440px}.heart{position:absolute;right:17%;top:35px;width:240px;height:240px;display:grid;place-items:center;border-radius:48% 48% 54% 54%;background:var(--green);color:var(--yellow);font-size:145px;transform:rotate(-5deg);box-shadow:0 30px 80px rgba(31,111,82,.18)}.book{position:absolute;left:5%;right:5%;bottom:25px;height:190px;display:flex;filter:drop-shadow(0 28px 30px rgba(23,62,49,.14))}.book i{flex:1;background:var(--yellow);border:15px solid var(--deep)}.book i:first-child{border-radius:26px 4px 50% 20px;transform:skewY(5deg);border-right-width:8px}.book i:last-child{border-radius:4px 26px 20px 50%;transform:skewY(-5deg);border-left-width:8px}.section{padding:90px max(7vw,30px)}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--deep);color:white}.section h2{font-size:clamp(34px,4vw,56px);line-height:1.2;margin:14px 0 36px}.intro p{font-size:18px;line-height:2;color:#dce8e2}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{min-height:270px;padding:30px;border:1px solid rgba(31,111,82,.16);border-radius:24px;background:#fffdf7}.cards article>span{color:var(--green);font-weight:800}.cards h3{margin:42px 0 16px;font-size:22px}.cards p{color:var(--muted);line-height:1.8}.safety{background:#fffdf7}.safety ul{max-width:900px;margin:0;padding-left:24px}.safety li{margin:16px 0;line-height:1.8;color:var(--muted)}footer{padding:48px max(7vw,30px);background:var(--green);color:white;display:flex;justify-content:space-between;gap:32px;align-items:end}footer>div:first-child{display:flex;flex-direction:column;gap:10px}.compliance{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px;font-size:13px;color:#dce8e2}.compliance a{text-decoration:underline;text-underline-offset:4px}@media(max-width:860px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:54px}.visual{height:350px}.intro{grid-template-columns:1fr;gap:10px}.cards{grid-template-columns:1fr 1fr}footer{align-items:flex-start;flex-direction:column}.compliance{justify-content:flex-start}}@media(max-width:540px){.hero h1{font-size:48px}.visual{transform:scale(.82);margin:-25px}.cards{grid-template-columns:1fr}.section{padding-top:64px;padding-bottom:64px}}
