:root {
  --green: #35b98a;
  --green-dark: #187a5d;
  --ink: #20332d;
  --muted: #68766f;
  --cream: #fbf8f0;
  --paper: #fffdf8;
  --line: #dfe7df;
  --blue: #3b82f6;
  --yellow: #ffc547;
  --shell: min(1180px, calc(100vw - 48px));
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--cream); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .42; background-image: radial-gradient(rgba(36, 90, 67, .12) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(to bottom, #000, transparent 45%); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: 94px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(251, 248, 240, .88); box-shadow: 0 1px 0 rgba(32, 51, 45, .08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand > img { width: 40px; height: 40px; }
.brand-wordmark { color: var(--ink); font-size: 20px; font-weight: 780; line-height: 1; letter-spacing: .045em; white-space: nowrap; }
.brand-wordmark span { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { min-width: 176px; padding: 12px 20px; border-radius: 999px; color: #fff !important; background: var(--ink); box-shadow: 0 10px 24px rgba(32, 51, 45, .13); text-align: center; white-space: nowrap; }
.nav-cta span { margin-left: 8px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform .2s; }

.hero { min-height: 640px; padding-top: 92px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 24px; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .5; z-index: -1; }
.hero::before { width: 170px; height: 170px; left: -150px; top: 260px; background: #dcebdd; }
.hero::after { width: 80px; height: 80px; right: -110px; top: 120px; background: #d7e8dc; }
.eyebrow { margin: 0 0 22px; color: var(--green-dark); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.eyebrow span { display: inline-block; width: 4px; height: 20px; margin-right: 9px; border-radius: 3px; background: var(--green); vertical-align: middle; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 94px); line-height: .94; letter-spacing: -.07em; }
.hero h1 span { display: block; font-size: .37em; letter-spacing: -.02em; color: var(--green-dark); margin-bottom: 15px; }
.hero h1 span b { color: var(--green); font-weight: inherit; }
.hero h2 { margin: 22px 0 18px; font-size: clamp(28px, 3vw, 46px); line-height: 1.28; letter-spacing: -.04em; font-weight: 700; }
.hero-intro { max-width: 470px; margin: 0 0 12px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.brand-note { margin: 0 0 28px; color: var(--green-dark); font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.primary-button { display: inline-flex; align-items: center; gap: 24px; padding: 15px 22px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 700; box-shadow: 0 14px 28px rgba(32, 51, 45, .15); transition: transform .2s, box-shadow .2s; }
.primary-button span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--ink); background: #fff; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(32, 51, 45, .2); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-mark { width: 295px; height: 295px; display: grid; place-items: center; z-index: 2; filter: drop-shadow(0 28px 24px rgba(47, 125, 91, .17)); animation: float-mark 5s ease-in-out infinite; }
.hero-mark img { width: 100%; height: 100%; }
.orbit { position: absolute; border: 2px solid rgba(53, 185, 138, .25); border-radius: 50%; transform: rotate(-8deg); }
.orbit-one { width: 620px; height: 270px; }
.orbit-two { width: 530px; height: 410px; border-color: rgba(59, 130, 246, .13); transform: rotate(18deg); }
.product-badge { position: absolute; z-index: 3; width: 132px; padding: 14px 12px 10px; border: 1px solid rgba(32, 51, 45, .11); border-radius: 34px; text-align: center; background: rgba(255, 255, 255, .76); backdrop-filter: blur(10px); box-shadow: 0 18px 34px rgba(37, 87, 67, .09); }
.product-badge img { display: block; width: 85px; height: 85px; margin: auto; object-fit: contain; }
.product-badge b { display: block; font-size: 16px; }
.badge-douman { left: 1%; top: 27%; transform: rotate(-3deg); }
.badge-rabbit { right: 0; top: 33%; transform: rotate(3deg); }
.orbit-dot { position: absolute; z-index: 4; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(53,185,138,.08); }
.dot-one { left: 18%; top: 57%; }.dot-two { right: 18%; top: 23%; background: var(--blue); }.dot-three { right: 19%; bottom: 17%; background: var(--yellow); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2 { margin: 0; font-size: 42px; letter-spacing: -.045em; }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-card { min-height: 590px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; position: relative; box-shadow: 0 20px 50px rgba(59, 82, 69, .07); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(59, 82, 69, .11); }
.douman-card { background: linear-gradient(145deg, #fffaf0, #fffdf8 58%, #edf8ee); }.douman-card::after { content: ""; position: absolute; right: -78px; bottom: -105px; width: 330px; height: 330px; border: 1px solid rgba(53,185,138,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(53,185,138,.035); pointer-events: none; }
.product-copy { width: calc(100% - 245px); min-width: 285px; padding: 47px 0 0 34px; position: relative; z-index: 3; }
.douman-brand { display: flex; align-items: center; gap: 15px; }.douman-brand > img { flex: 0 0 auto; width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 9px 8px rgba(49,94,68,.1)); }.douman-brand > div { transform: translateY(-3px); }.douman-brand h3 { margin: 0; color: #267c60; font-size: 40px; line-height: 1; letter-spacing: -.06em; }
.product-slogan { margin: 0 0 15px; font-size: 17px; font-weight: 700; }
.douman-brand .product-slogan { margin: 8px 0 0; color: #415c50; font-size: 13px; font-weight: 650; letter-spacing: .025em; }
.product-description, .rabbit-description { margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.douman-brand + .product-description { max-width: 300px; margin-top: 30px; font-size: 13px; line-height: 1.85; }
.status-pill { display: inline-block; padding: 8px 12px; border-radius: 999px; color: #287c62; background: #e8f5ec; font-size: 11px; font-weight: 700; }
.product-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-action { padding: 7px 0; border: 0; color: var(--green-dark); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }.text-action span { margin-left: 4px; transition: margin .2s; }.text-action:hover span { margin-left: 8px; }.muted-action { color: #5a77a0; cursor: default; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(53,185,138,.12); }
.wechat-code { position: absolute; z-index: 4; left: 76px; bottom: 56px; width: 132px; padding: 7px 7px 9px; border: 1px solid #d9e4d9; border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 12px 28px rgba(43,84,63,.1); text-align: center; backdrop-filter: blur(8px); cursor: zoom-in; font-family: inherit; transition: transform .2s, box-shadow .2s; }
.wechat-code:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(43,84,63,.15); }
.wechat-code img { display: block; width: 100%; aspect-ratio: 1; border-radius: 11px; object-fit: cover; }
.wechat-code b, .wechat-code span { display: block; }.wechat-code b { margin-top: 6px; color: #267c60; font-size: 10px; }.wechat-code span { margin-top: 2px; color: var(--muted); font-size: 8px; }
.phone-mockup { position: absolute; z-index: 2; width: 205px; height: 390px; right: 28px; bottom: 8px; padding: 8px; border: 4px solid #26332f; border-radius: 36px; background: #121a17; box-shadow: 0 20px 30px rgba(36, 55, 48, .18); transform: rotate(.7deg); }
.phone-speaker { position: absolute; z-index: 3; top: 14px; left: 50%; width: 65px; height: 18px; border-radius: 20px; background: #17201d; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 36px 18px 20px; border-radius: 28px; background: #f9fbf5; overflow: hidden; }
.phone-brand { margin-bottom: 24px; font-size: 13px; font-weight: 800; }.phone-brand span { float: right; }
.phone-screen > small { color: #89948e; font-size: 9px; }.phone-screen > strong { display: block; margin: 4px 0; font-size: 26px; }.income-row { display: flex; justify-content: space-between; color: #7d8983; font-size: 9px; }.income-row b { color: var(--green); }
.budget-line { height: 5px; margin: 20px 0 16px; border-radius: 8px; background: #e1e9e2; }.budget-line i { display: block; width: 58%; height: 100%; border-radius: inherit; background: var(--green); }
.bill-row { display: flex; align-items: center; gap: 9px; padding: 10px 0; border-top: 1px solid #e2e9e3; font-size: 9px; }
.bill-row em { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: #fff0cf; font-style: normal; }.bill-row span { flex: 1; font-weight: 700; }.bill-row small { display: block; margin-top: 2px; color: #9aa39e; font-weight: 400; }.bill-row b { font-size: 10px; }

.rabbit-card { padding: 38px; background: linear-gradient(145deg, #f7fbff, #fff 54%, #edf7ff); border-color: #cfe0f5; }
.rabbit-card::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -80px; top: -80px; background: rgba(59,130,246,.06); }
.rabbit-brand { display: flex; align-items: center; gap: 14px; position: relative; z-index: 2; }
.rabbit-brand img { width: 68px; height: 68px; }.rabbit-brand h3 { margin: 0; color: #0b1f44; font-size: 39px; letter-spacing: -.06em; }.rabbit-brand p { margin: 2px 0 0; color: #334b68; font-size: 13px; letter-spacing: .18em; }
.rabbit-description { max-width: 430px; margin: 20px 0 15px; }
.blue-pill { color: #286ac6; background: #eaf3ff; }
.dashboard { position: absolute; right: 28px; bottom: -16px; left: 28px; height: 275px; display: grid; grid-template-columns: 56px 1fr; border: 5px solid #a6c3e8; border-radius: 22px; background: #fff; box-shadow: 0 18px 30px rgba(59, 130, 246, .13); overflow: hidden; }
.dashboard aside { padding: 18px 12px; border-right: 1px solid #e2e9f1; background: #fbfdff; }.dash-logo { display: grid; place-items: center; width: 28px; height: 28px; margin: 0 auto 22px; border-radius: 8px; color: #fff; background: var(--green); font-style: normal; }.dashboard aside span { display: block; width: 28px; height: 7px; margin: 18px auto; border-radius: 5px; background: #dde7f1; }.dashboard aside span:first-of-type { background: #b6ecdc; }
.dash-main { padding: 19px; background: #f8fbff; }.dash-title { display: flex; justify-content: space-between; }.dash-title b { display: block; color: #0b1f44; font-size: 12px; }.dash-title small { display: block; margin-top: 5px; color: #8a99aa; font-size: 7px; }.dash-title i { width: 42px; height: 22px; border-radius: 6px; background: #e7f9f3; }
.dash-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 17px; }.dash-actions > span { min-height: 68px; padding: 12px; border: 1px solid #ccecdf; border-radius: 10px; color: #078a6e; background: #f0fdf9; font-size: 9px; font-weight: 700; }.dash-actions > span:nth-child(2) { color: #2875d8; border-color: #d2e1f8; background: #f1f6ff; }.dash-actions > span:nth-child(3) { color: #b17808; border-color: #f5e4b8; background: #fffbef; }.dash-actions small { display: block; margin-top: 8px; color: #8291a1; font-size: 6px; font-weight: 400; }
.dash-bottom { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8px; margin-top: 9px; }.dash-bottom > div { height: 94px; padding: 10px; border: 1px solid #e2e9f1; border-radius: 10px; background: #fff; }.dash-bottom b { display: block; margin-bottom: 8px; color: #334b68; font-size: 8px; }.dash-bottom i { display: block; height: 12px; margin: 6px 0; border-radius: 4px; background: linear-gradient(90deg, #dce8f4 64%, #edf3f9 64%); }.calendar-dots { display: block; height: 55px; background-image: radial-gradient(#79aeea 2px, transparent 2.5px); background-size: 15px 15px; }

.community-section { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,500px); align-items: center; gap: 54px; margin-bottom: 42px; padding: 56px 64px; overflow: hidden; border: 1px solid #bad7ca; border-radius: 30px; background: linear-gradient(135deg, rgba(240,250,244,.92), rgba(255,251,240,.94)); box-shadow: 0 18px 45px rgba(48,87,68,.07); }
.community-section::before { content: ""; position: absolute; right: 135px; bottom: -120px; width: 310px; height: 310px; border: 1px solid rgba(53,185,138,.18); border-radius: 50%; box-shadow: 0 0 0 48px rgba(53,185,138,.045); pointer-events: none; }
.community-copy { position: relative; z-index: 1; }.community-copy h2 { max-width: 670px; margin: 0 0 17px; font-size: clamp(30px,3.6vw,46px); line-height: 1.35; letter-spacing: -.04em; }.community-copy > p:not(.eyebrow):not(.community-note) { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.community-topics { display: flex; flex-wrap: wrap; gap: 9px; margin: 23px 0; }.community-topics span { padding: 8px 13px; border: 1px solid rgba(53,185,138,.2); border-radius: 999px; color: var(--green-dark); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
.community-note { max-width: 650px; margin: 0; padding: 14px 17px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; color: #51655c; background: rgba(255,255,255,.62); font-size: 12px; line-height: 1.75; }.community-note strong { color: var(--ink); }
.community-actions { position: relative; z-index: 1; display: grid; gap: 12px; padding: 23px; border: 1px solid rgba(35,96,68,.13); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 18px 42px rgba(35,77,57,.09); backdrop-filter: blur(10px); }.community-actions > p { margin: 0 0 3px; color: #74847c; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.community-action { width: 100%; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(40,112,81,.14); border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 8px 20px rgba(35,77,57,.06); text-align: left; font-family: inherit; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.community-action:hover { transform: translateY(-2px); border-color: rgba(40,112,81,.3); box-shadow: 0 13px 25px rgba(35,77,57,.1); }.community-action:focus-visible { outline: 3px solid rgba(53,185,138,.24); outline-offset: 2px; }.community-action > span:nth-child(2) { min-width: 0; }.community-action strong,.community-action small { display: block; }.community-action strong { font-size: 14px; }.community-action small { margin-top: 4px; color: var(--muted); font-size: 10px; }.community-action i { color: #91a199; font-size: 18px; font-style: normal; transition: transform .2s ease; }.community-action:hover i { transform: translateX(3px); }
.community-action-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; font-size: 15px; font-weight: 800; }.community-action-qq .community-action-icon { background: linear-gradient(145deg,#68b9f3,#5686e8); }.community-action-wechat .community-action-icon { background: linear-gradient(145deg,#55c889,#2fa66a); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #b9d0c5; border-radius: 24px; background: rgba(255,255,255,.55); box-shadow: 0 13px 35px rgba(65, 91, 77, .05); }
.values article { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 18px 0; padding: 8px 30px; border-right: 1px solid #d5e0da; }.values article:last-child { border: 0; }.values h3 { margin: 0 0 3px; font-size: 19px; }.values p { margin: 0; color: var(--muted); font-size: 11px; }
.value-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 26px; font-weight: 700; }.leaf-icon { background: var(--green); }.check-icon { background: var(--blue); }.smile-icon { color: #fff; background: var(--yellow); }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-art { height: 380px; position: relative; border: 1px solid rgba(58,132,96,.12); border-radius: 35px; overflow: hidden; isolation: isolate; background: #faf8f1; box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 18px 45px rgba(54,90,70,.08); }
.about-art::after { content: ""; position: absolute; z-index: 6; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(250,248,241,.08), transparent 48%, rgba(23,73,49,.08)); box-shadow: inset 0 0 42px rgba(250,248,241,.14); }
.about-scene { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; filter: saturate(1.1) contrast(1.025) hue-rotate(3deg); }
.about-sprout-layer { position: absolute; z-index: 2; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; transform-origin: 48.8% 81.7%; animation: sprout-wind 4.4s cubic-bezier(.42,.05,.58,.95) infinite; will-change: transform; }
.about-bean-foreground, .about-ground-foreground { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; filter: saturate(1.1) contrast(1.025) hue-rotate(3deg); pointer-events: none; }
.about-bean-foreground { z-index: 4; clip-path: polygon(47.2% 77.4%, 53.8% 76.9%, 55.8% 79.8%, 55.7% 84.4%, 52.8% 87.6%, 46.5% 86.8%, 46.4% 81.1%); }
.about-ground-foreground { z-index: 3; clip-path: inset(85.8% 0 0 0); }
.dew-glint { position: absolute; z-index: 3; width: 5px; height: 5px; border-radius: 50%; pointer-events: none; background: rgba(255,255,255,.92); box-shadow: 0 0 7px rgba(255,255,255,.8); animation: dew-shimmer 3.6s ease-in-out infinite; }
.dew-glint-one { left: 42.5%; top: 39%; }.dew-glint-two { left: 59.5%; top: 31%; animation-delay: 1.1s; }.dew-glint-three { left: 51%; top: 51%; width: 4px; height: 4px; animation-delay: 2.1s; }
.scene-mote { position: absolute; z-index: 4; width: 3px; height: 3px; border-radius: 50%; pointer-events: none; background: rgba(255,244,194,.9); box-shadow: 0 0 8px rgba(255,230,145,.72); animation: mote-drift 6.5s ease-in-out infinite; }.scene-mote-one { left: 31%; top: 42%; }.scene-mote-two { left: 67%; top: 47%; animation-delay: -2.2s; }.scene-mote-three { left: 74%; top: 36%; width: 2px; height: 2px; animation-delay: -4.4s; }
.scene-caption { position: absolute; z-index: 5; left: 22px; bottom: 19px; display: flex; align-items: center; gap: 9px; margin: 0; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: #315c47; background: rgba(255,253,247,.76); box-shadow: 0 8px 24px rgba(31,72,51,.1); backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; letter-spacing: .05em; }.scene-caption span { width: 7px; height: 7px; border-radius: 50%; background: #50ad79; box-shadow: 0 0 0 4px rgba(80,173,121,.13); }
.about-art .sun, .about-art .cloud, .about-art .hill, .about-art .plant-stage { display: none; }
.sun { position: absolute; width: 76px; height: 76px; right: 58px; top: 42px; border-radius: 50%; background: #f6d978; opacity: .6; box-shadow: 0 0 0 14px rgba(247,223,140,.13), 0 0 45px rgba(239,201,83,.2); animation: sun-breathe 5s ease-in-out infinite; }.sun i { position: absolute; left: 50%; top: 50%; width: 4px; height: 15px; border-radius: 3px; background: #e7c45d; transform-origin: 2px 38px; opacity: .45; }.sun i:nth-child(1) { transform: translate(-50%,-50%) rotate(0deg) translateY(-46px); }.sun i:nth-child(2) { transform: translate(-50%,-50%) rotate(65deg) translateY(-46px); }.sun i:nth-child(3) { transform: translate(-50%,-50%) rotate(125deg) translateY(-46px); }
.cloud { position: absolute; height: 16px; border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 13px -8px 0 3px rgba(255,255,255,.72), 28px -2px 0 1px rgba(255,255,255,.72); }.cloud-one { width: 45px; left: 55px; top: 80px; animation: cloud-drift 8s ease-in-out infinite; }.cloud-two { width: 34px; right: 105px; top: 135px; opacity: .65; transform: scale(.72); animation: cloud-drift 10s 1s ease-in-out infinite reverse; }
.hill { position: absolute; right: -5%; bottom: -35%; left: -5%; height: 72%; border-radius: 50% 50% 0 0; }.hill-back { bottom: -18%; background: #dcebd8; transform: rotate(5deg); }.hill-front { background: linear-gradient(165deg,#cce2c8,#b8d7b7); transform: rotate(-4deg); }
.plant-stage { position: absolute; z-index: 4; left: 50%; bottom: 25px; width: 240px; height: 280px; transform: translateX(-50%); }
.bean-plant { display: block; width: 100%; height: 100%; overflow: visible; transform-origin: 50% 90%; animation: plant-breathe 4.8s 2.25s ease-in-out infinite; }
.earth-mound { opacity: 0; transform-box: fill-box; transform-origin: center; animation: earth-arrive .55s .1s ease-out forwards; }
.plant-stem { stroke-dasharray: 190; stroke-dashoffset: 190; animation: stem-draw 1.15s .42s cubic-bezier(.35,.05,.2,1) forwards; }
.stem-highlight { opacity: 0; animation: detail-in .4s 1.35s ease-out forwards; }
.plant-leaf, .plant-bud, .seed-shell { opacity: 0; transform-box: fill-box; }
.lower-leaf { transform-origin: 100% 72%; transform: scale(.08) rotate(18deg); animation: leaf-grow .62s 1.05s cubic-bezier(.2,.85,.3,1.2) forwards; }
.top-left-leaf { transform-origin: 100% 76%; transform: scale(.08) rotate(24deg); animation: leaf-grow .72s 1.25s cubic-bezier(.2,.85,.3,1.15) forwards; }
.top-right-leaf { transform-origin: 0 74%; transform: scale(.08) rotate(-24deg); animation: leaf-grow .72s 1.43s cubic-bezier(.2,.85,.3,1.15) forwards; }
.plant-bud { transform-origin: 45% 85%; transform: scale(.1); animation: bud-grow .48s 1.75s ease-out forwards; }
.seed-shell { animation: detail-in .45s .75s ease-out forwards; }
.about-copy h2 { margin: 0 0 24px; font-size: 40px; line-height: 1.4; letter-spacing: -.04em; }.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.9; }.about-ending { margin-top: 20px; color: var(--green-dark) !important; font-weight: 700; }

.qr-dialog { width: min(430px, calc(100vw - 32px)); padding: 26px 28px 28px; border: 1px solid #dce6dd; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(22,58,43,.25); text-align: center; }.qr-dialog::backdrop { background: rgba(18,38,30,.58); backdrop-filter: blur(6px); }.qr-dialog img { display: block; width: min(310px, 80vw); margin: 8px auto 18px; border-radius: 20px; }.qr-dialog h2 { margin: 0; font-size: 24px; }.qr-dialog p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }.dialog-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font-size: 22px; line-height: 1; cursor: pointer; }
.community-dialog { width: min(390px,calc(100vw - 32px)); padding: 54px 24px 24px; border: 1px solid #dce6dd; border-radius: 26px; background: #fffdf8; box-shadow: 0 30px 90px rgba(22,58,43,.25); text-align: center; }.community-dialog::backdrop { background: rgba(18,38,30,.58); backdrop-filter: blur(6px); }.community-dialog img { display: block; width: min(310px,100%); margin: 0 auto; border-radius: 18px; }.community-dialog .community-dialog-qq { aspect-ratio: 1; object-fit: contain; background: #111116; }.community-dialog p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }.community-dialog p strong { color: var(--ink); font-size: 14px; letter-spacing: .04em; }

.site-footer { padding: 60px 0 26px; border-top: 1px solid #dce3dc; background: rgba(255,255,255,.28); }.footer-inner { display: flex; justify-content: space-between; align-items: end; }.footer-inner > div > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }.footer-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 12px; }.footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font-family: inherit; font-size: inherit; cursor: pointer; }.footer-links a:hover,.footer-links button:hover { color: var(--green-dark); }.footer-links button:focus-visible { outline: 2px solid rgba(53,185,138,.35); outline-offset: 4px; border-radius: 3px; }.footer-bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid #dce3dc; color: #87928d; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float-mark { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes earth-arrive { from { opacity: 0; transform: scaleX(.35); } to { opacity: 1; transform: scaleX(1); } }
@keyframes stem-draw { to { stroke-dashoffset: 0; } }
@keyframes leaf-grow { 0% { opacity: 0; } 70% { opacity: 1; transform: scale(1.06) rotate(0); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes bud-grow { 70% { opacity: 1; transform: scale(1.1); } 100% { opacity: 1; transform: scale(1); } }
@keyframes detail-in { to { opacity: 1; } }
@keyframes plant-breathe { 0%,100% { transform: rotate(-.8deg) translateY(0); } 50% { transform: rotate(1.1deg) translateY(-3px); } }
@keyframes sprout-wind { 0%,100% { transform: rotate(-1.8deg); } 38% { transform: rotate(2.6deg); } 68% { transform: rotate(.55deg); } }
@keyframes dew-shimmer { 0%,58%,100% { opacity: .15; transform: scale(.6); } 68% { opacity: .95; transform: scale(1.25); } 78% { opacity: .32; transform: scale(.8); } }
@keyframes mote-drift { 0%,100% { opacity: 0; transform: translate(0, 8px) scale(.7); } 35% { opacity: .8; } 70% { opacity: .25; transform: translate(13px, -14px) scale(1.15); } }
@keyframes sun-breathe { 0%,100% { transform: scale(1); opacity: .55; } 50% { transform: scale(1.06); opacity: .7; } }
@keyframes cloud-drift { 0%,100% { margin-left: -7px; } 50% { margin-left: 10px; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 66px; right: 18px; left: 18px; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.96); box-shadow: 0 18px 40px rgba(34,61,50,.13); backdrop-filter: blur(15px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }.main-nav.is-open { opacity: 1; visibility: visible; transform: none; }.main-nav a { padding: 12px 14px; }.nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding-top: 112px; grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-intro { margin-inline: auto; }.hero-visual { min-height: 500px; }.hero h1 { font-size: 76px; }.hero h1 span { font-size: 32px; }
  .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 590px; }.section-heading { align-items: start; }.about-section { gap: 35px; }.phone-mockup { right: 45px; }.product-copy { width: calc(100% - 280px); }
  .community-section { grid-template-columns: 1fr; gap: 35px; padding: 46px; }.community-actions { width: min(100%,440px); margin-inline: auto; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section-pad { padding-block: 68px; }.site-header { height: 68px; }.brand > img { width: 34px; height: 34px; }.brand-wordmark { font-size: 17px; }
  .hero { padding-top: 96px; }.hero h1 { font-size: 58px; }.hero h1 span { font-size: 25px; }.hero h2 { margin-top: 19px; font-size: 31px; }.hero-intro { font-size: 14px; }.brand-note { font-size: 13px; }.hero-visual { min-height: 390px; }.hero-mark { width: 205px; height: 205px; }.orbit-one { width: 350px; height: 185px; }.orbit-two { width: 310px; height: 275px; }.product-badge { width: 94px; padding: 9px; border-radius: 24px; }.product-badge img { width: 60px; height: 60px; }.product-badge b { font-size: 12px; }.badge-douman { left: -2%; }.badge-rabbit { right: -2%; }.orbit-dot { display: none; }
  .section-heading { display: block; }.section-heading h2 { font-size: 34px; }.section-heading > p { margin-top: 16px; font-size: 14px; }.product-card { min-height: 720px; border-radius: 25px; }.product-copy { width: 100%; min-width: 0; padding: 28px 24px 0; }.douman-brand > img { width: 62px; height: 62px; }.douman-brand h3 { font-size: 35px; }.douman-brand .product-slogan { margin-top: 6px; font-size: 12px; }.douman-brand + .product-description { max-width: none; margin-top: 18px; }.product-description { max-width: none; }.wechat-code { left: 30px; bottom: 42px; width: 120px; }.phone-mockup { width: 160px; height: 350px; right: 10px; bottom: 4px; }.phone-screen { padding-inline: 10px; }.rabbit-card { min-height: 620px; padding: 28px; }.rabbit-brand h3 { font-size: 34px; }.dashboard { left: 15px; right: 15px; height: 300px; grid-template-columns: 42px 1fr; }.dashboard aside { padding-inline: 5px; }.dash-main { padding: 12px; }.dash-actions { grid-template-columns: 1fr 1fr; }.dash-actions > span:last-child { display: none; }.dash-bottom { grid-template-columns: 1fr; }.dash-bottom > div:last-child { display: none; }
  .community-section { grid-template-columns: 1fr; gap: 34px; margin-bottom: 28px; padding: 34px 24px; border-radius: 25px; }.community-copy h2 { font-size: 30px; }.community-actions { width: 100%; padding: 16px; }
  .values { grid-template-columns: 1fr; padding: 8px 20px; }.values article { justify-content: flex-start; margin: 0; padding: 18px 8px; border-right: 0; border-bottom: 1px solid #d5e0da; }.values article:last-child { border-bottom: 0; }.about-section { grid-template-columns: 1fr; }.about-art { height: 260px; }.about-copy h2 { font-size: 32px; }.footer-inner { display: block; }.footer-links { margin-top: 35px; flex-direction: column; gap: 14px; }.footer-bottom { display: block; line-height: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
