:root {
  --ink: #17342a;
  --forest: #084b31;
  --forest-deep: #043523;
  --forest-soft: #dbe7dc;
  --cream: #f7f3e8;
  --paper: #fffdf7;
  --peach: #efc0ae;
  --terracotta: #9f352f;
  --yellow: #e4c36b;
  --blue: #5b91b4;
  --purple: #7b4b82;
  --earth: #a96f49;
  --muted: #68766e;
  --line: rgba(23, 52, 42, .17);
  --shadow: 0 28px 70px rgba(4, 53, 35, .13);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-synthesis: none;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, summary, textarea { font: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; border-radius: 999px; background: var(--yellow); color: var(--forest); }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

h1, h2, h3 { font-family: inherit; font-weight: 800; }
h1, h2 { letter-spacing: 0; }
.chapter { margin: 0 0 1rem; color: var(--terracotta); font-size: .88rem; font-weight: 850; letter-spacing: .08em; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.25rem; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.button-ghost { border: 1px solid rgba(8, 75, 49, .36); color: var(--forest); background: rgba(255,255,255,.32); }
.button-light { background: var(--yellow); color: var(--forest-deep); }
.button-outline { border: 1px solid rgba(255,255,255,.45); color: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-top: 4px solid var(--terracotta);
  border-bottom: 1px solid rgba(23,52,42,.12);
  background: rgba(247,243,232,.91);
  backdrop-filter: blur(18px);
}
.nav-shell { width: min(1320px, calc(100% - 56px)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; }
.brand-logo-frame { position: relative; width: 196px; height: 52px; display: block; overflow: hidden; flex: 0 0 auto; border-radius: 5px; background: #064d30; }
.brand-logo-frame img { position: absolute; top: 50%; left: 0; width: 100%; max-width: none; height: auto; transform: translateY(-50%); }
.brand small { color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 1.45rem; font-size: .95rem; font-weight: 750; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--terracotta); }
.nav-cta { padding: .62rem .95rem; border: 1px solid var(--forest); border-radius: 999px; }

.hero { min-height: 760px; overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(159,53,47,.07), transparent 27%), var(--cream); }
.hero-wrap { width: min(1320px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 4vw, 4.5rem); align-items: center; padding: clamp(4rem, 8vw, 7.5rem) 0 6rem; }
.hero-content { position: relative; z-index: 2; min-width: 0; }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .8rem; color: #5e6b63; font-size: .88rem; font-weight: 850; letter-spacing: .08em; }
.eyebrow span { color: var(--terracotta); }
h1 { max-width: 760px; margin: 0; color: var(--forest); font-size: clamp(3.35rem, 4.6vw, 4.4rem); line-height: 1.16; word-break: keep-all; }
h1 em { color: var(--terracotta); font-style: normal; }
.hero-copy { max-width: 560px; margin: 1.5rem 0; color: #59635d; font-size: 1.08rem; line-height: 1.95; }
.hero-academy { max-width: 560px; margin: 0 0 1.5rem; padding: 1rem 1.15rem; border: 1px solid rgba(159,53,47,.23); border-left: 5px solid var(--terracotta); border-radius: 0 16px 16px 0; background: #fff8e7; box-shadow: 0 14px 35px rgba(93,26,23,.08); }
.hero-academy > span { display: block; margin-bottom: .28rem; color: var(--terracotta); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.hero-academy strong { display: block; color: var(--forest); font-size: 1.32rem; line-height: 1.5; }
.hero-academy small { display: block; margin-top: .35rem; color: #74675c; font-size: .78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-promise { margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem .9rem; color: #5d695f; font-size: .84rem; font-weight: 750; }
.hero-promise span { position: relative; padding-left: 1rem; }
.hero-promise span::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 900; }
.hero-proof { margin: 2.8rem 0 0; display: flex; flex-wrap: wrap; gap: 1rem 2.6rem; }
.hero-proof div { padding-left: 1rem; border-left: 2px solid var(--terracotta); }
.hero-proof dt { color: #68756d; font-size: .82rem; letter-spacing: .06em; }
.hero-proof dd { margin: .12rem 0 0; font-size: 1rem; font-weight: 800; }
.hero-gallery { position: relative; min-height: 630px; isolation: isolate; }
.hero-photo { position: absolute; inset: 0 0 2.4rem 2.4rem; margin: 0; overflow: hidden; border: 1px solid rgba(23,52,42,.12); border-radius: 38px 38px 12px 12px; background: #edf0e7; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,53,35,.1), transparent 45%, rgba(255,253,247,.06)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-photo figcaption { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; padding: .5rem .78rem; border: 1px solid rgba(23,52,42,.12); border-radius: 999px; background: rgba(255,253,247,.88); color: var(--forest); font-size: .76rem; font-weight: 850; letter-spacing: .05em; backdrop-filter: blur(10px); }
.hero-product { position: absolute; z-index: 3; left: 52%; bottom: 2.55rem; width: min(38%, 210px); display: grid; place-items: end center; }
.hero-product::after { content: ""; position: absolute; z-index: 0; left: 5%; right: 3%; bottom: -.42rem; height: 1.35rem; border-radius: 50%; background: rgba(24,35,28,.35); filter: blur(8px); transform: skewX(-9deg) scaleX(1.05); transform-origin: center; }
.hero-bottle { position: relative; z-index: 1; width: 100%; height: auto; max-height: 560px; object-fit: contain; filter: drop-shadow(0 16px 14px rgba(16,54,72,.2)); }
.hero-product-note { position: absolute; z-index: 4; left: 1.1rem; bottom: 3.6rem; width: min(280px, 46%); padding: 1.2rem 1.25rem; border: 1px solid rgba(23,52,42,.13); border-radius: 18px; background: rgba(255,253,247,.9); box-shadow: 0 18px 55px rgba(7,36,26,.14); backdrop-filter: blur(16px); }
.hero-product-note span { display: block; margin-bottom: .4rem; color: var(--terracotta); font-size: .76rem; font-weight: 850; letter-spacing: .05em; }
.hero-product-note strong { display: block; color: var(--forest); font-family: inherit; font-size: 1.45rem; line-height: 1.35; }
.hero-product-note p { margin: .45rem 0 0; color: #4d5c54; font-size: .9rem; line-height: 1.7; }
.hero-seal { position: absolute; z-index: 5; top: 2rem; right: -1.15rem; width: 82px; height: 82px; display: grid; place-items: center; border: 5px solid rgba(255,253,247,.8); border-radius: 50%; background: var(--terracotta); color: white; font-family: inherit; font-size: 1rem; font-weight: 800; line-height: 1.25; text-align: center; transform: rotate(7deg); box-shadow: 0 10px 30px rgba(93,26,23,.2); }

.academy-section { position: relative; overflow: hidden; padding-block: 7rem; background: var(--paper); }
.academy-section::after { content: "中"; position: absolute; right: -2rem; bottom: -8rem; color: rgba(8,75,49,.035); font-size: 25rem; font-weight: 900; line-height: 1; pointer-events: none; }
.academy-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.academy-heading h2 { margin: 0; color: var(--forest); font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.2; }
.academy-heading h2 em { color: var(--terracotta); font-style: normal; }
.academy-heading > p:not(.chapter) { max-width: 680px; margin: 1.5rem 0; color: #546159; font-size: 1.05rem; line-height: 1.95; }
.academy-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .25rem; border-bottom: 1px solid var(--terracotta); color: var(--terracotta); font-weight: 900; }
.academy-link span { font-size: 1.3rem; transition: transform .2s ease; }
.academy-link:hover span, .academy-link:focus-visible span { transform: translateX(4px); }
.academy-panel { position: relative; min-height: 470px; padding: clamp(2rem, 4vw, 3rem); display: flex; flex-direction: column; overflow: hidden; border-radius: 44% 44% 22px 22px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.academy-panel::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(228,195,107,.35); border-radius: inherit; pointer-events: none; }
.academy-seal { position: relative; width: 84px; height: 84px; display: grid; place-items: center; align-self: flex-end; border: 1px solid rgba(228,195,107,.72); border-radius: 50%; color: var(--yellow); font-size: 1rem; font-weight: 900; line-height: 1.25; text-align: center; }
.academy-panel > p { position: relative; margin: auto 0 1.4rem; color: var(--yellow); font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 900; line-height: 1.4; }
.academy-metrics { position: relative; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.2); }
.academy-metrics div { padding: 1rem .8rem; border-right: 1px solid rgba(255,255,255,.2); }
.academy-metrics div:last-child { border-right: 0; }
.academy-metrics dt { color: var(--peach); font-size: 1.45rem; font-weight: 900; }
.academy-metrics dd { margin: .1rem 0 0; color: rgba(255,255,255,.76); font-size: .85rem; line-height: 1.5; }
.academy-panel small { position: relative; margin-top: 1.2rem; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.65; }

.purchase-confidence { padding-block: 7rem; background: #efe4d2; }
.purchase-shell { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.purchase-intro { position: sticky; top: 125px; }
.purchase-intro h2 { margin: 0; color: var(--forest); font-size: clamp(2.7rem, 4.7vw, 4.9rem); line-height: 1.2; }
.purchase-intro > p:not(.chapter) { max-width: 520px; margin: 1.4rem 0 1.8rem; color: #566259; font-size: 1.05rem; }
.purchase-intro small { display: block; margin-top: .65rem; color: #746b60; font-size: .85rem; }
.purchase-checklist { border-block: 1px solid rgba(23,52,42,.26); }
.purchase-checklist article { display: grid; grid-template-columns: 72px 1fr; gap: 1.2rem; padding: 1.65rem 0; border-top: 1px solid rgba(23,52,42,.18); }
.purchase-checklist article:first-child { border-top: 0; }
.purchase-checklist article > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font-size: .9rem; font-weight: 900; }
.purchase-checklist h3 { margin: 0 0 .35rem; color: var(--forest); font-size: 1.5rem; line-height: 1.35; }
.purchase-checklist p { margin: 0; color: #4f5c54; font-size: 1.02rem; line-height: 1.85; }
.purchase-promise { margin-top: 3rem; padding: 1.35rem 1.6rem; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 1rem; align-items: center; border-radius: 18px; background: var(--forest); color: white; }
.purchase-promise strong { color: var(--yellow); font-size: 1.05rem; }
.purchase-promise span { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .95rem; font-weight: 750; }

.garden-ribbon { overflow: hidden; padding: .78rem 0; background: var(--forest); color: white; }
.garden-ribbon div { width: max-content; display: flex; align-items: center; gap: 2rem; padding-left: 1rem; font-family: inherit; font-size: 1rem; font-weight: 700; letter-spacing: .08em; }
.garden-ribbon i { color: var(--peach); font-style: normal; }

.brand-origin { position: relative; overflow: hidden; padding-block: 8rem; background: #7d2927; color: white; }
.brand-origin::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 12%, rgba(228,195,107,.12), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.025), transparent 55%); pointer-events: none; }
.origin-shell { position: relative; display: grid; grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr); gap: clamp(3rem, 6vw, 6rem); align-items: stretch; }
.origin-heading { position: relative; min-height: 540px; padding: clamp(2rem, 4vw, 3.4rem); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; isolation: isolate; border: 1px solid rgba(228,195,107,.46); border-radius: 48% 48% 20px 20px; background: rgba(255,255,255,.055); }
.origin-mark { position: absolute; z-index: -1; top: -4rem; right: -1.2rem; color: rgba(228,195,107,.14); font-size: 20rem; font-weight: 900; line-height: 1; }
.origin-kicker { margin: 0 0 1rem; color: var(--yellow); font-size: .88rem; font-weight: 900; letter-spacing: .08em; }
.origin-heading h2 { margin: 0; color: white; font-size: clamp(3rem, 5vw, 5.2rem); line-height: 1.15; }
.origin-heading > p:last-child { margin: 1.5rem 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.95; }
.origin-story { display: grid; align-content: center; border-block: 1px solid rgba(255,255,255,.2); }
.origin-story article { display: grid; grid-template-columns: 64px 1fr; gap: 1.25rem; padding: 1.55rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.origin-story article:first-child { border-top: 0; }
.origin-story article > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(228,195,107,.62); border-radius: 50%; color: var(--yellow); font-size: 1rem; font-weight: 900; }
.origin-story h3 { margin: 0 0 .35rem; color: var(--yellow); font-size: 1.55rem; line-height: 1.35; }
.origin-story p { margin: 0; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.85; }
.origin-belief { grid-column: 1 / -1; margin: 0; padding: clamp(1.6rem, 3.5vw, 2.6rem); display: grid; grid-template-columns: minmax(220px, .62fr) minmax(420px, 1.38fr); gap: .65rem 2.4rem; align-items: center; border-radius: 20px; background: #fff8e7; color: var(--forest-deep); box-shadow: 0 22px 58px rgba(58,16,14,.22); }
.origin-belief > span { color: var(--terracotta); font-size: .9rem; font-weight: 900; letter-spacing: .06em; }
.origin-belief strong { font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.45; }
.origin-belief p { grid-column: 2; margin: 0; color: #685f54; font-size: .88rem; }
.origin-belief a { color: var(--terracotta); border-bottom: 1px solid currentColor; font-weight: 800; }

.elder-guide { padding-block: 7rem; }
.elder-guide-heading { max-width: 900px; margin-bottom: 2.5rem; }
.elder-guide-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.7vw, 4.9rem); line-height: 1.2; }
.elder-guide-heading > p:last-child { max-width: 680px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; }
.elder-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.elder-guide-grid article { min-height: 300px; padding: 1.65rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 14px 40px rgba(7,36,26,.07); }
.elder-guide-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: .9rem; font-weight: 900; }
.elder-guide-grid h3 { margin: auto 0 .7rem; color: var(--forest); font-size: 2rem; line-height: 1.3; }
.elder-guide-grid p { margin: 0; color: #4e5c54; font-size: 1rem; }
.elder-guide-note { margin-top: 1rem; padding: 1.2rem 1.4rem; display: flex; flex-wrap: wrap; gap: .4rem 1rem; border-radius: 16px; background: var(--yellow); color: var(--forest-deep); font-size: 1.08rem; }
.elder-guide-note strong { font-weight: 900; }

.diagnosis { padding-block: 8rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.diagnosis-intro { position: sticky; top: 125px; }
.diagnosis-intro h2, .section-heading h2, .story-copy h2, .care-heading h2, .guide-title h2, .faq-intro h2, .contact-grid h2 { margin: 0; font-size: clamp(2.7rem, 4.7vw, 4.9rem); line-height: 1.2; }
.diagnosis-intro > p:last-child { max-width: 500px; margin: 1.5rem 0 0; color: var(--muted); }
.diagnosis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.diagnosis-card { min-height: 270px; padding: 1.5rem; display: flex; flex-direction: column; border-radius: 54% 54% 18px 18px; background: white; box-shadow: 0 16px 44px rgba(7,36,26,.08); }
.diagnosis-card > span { align-self: flex-end; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; font-size: .72rem; font-weight: 850; }
.diagnosis-card p { margin: auto 0 .15rem; color: rgba(23,52,42,.72); font-size: .9rem; font-weight: 750; letter-spacing: .03em; }
.diagnosis-card h3 { margin: 0; font-size: 2.15rem; }
.diagnosis-card strong { margin-top: .45rem; font-size: .9rem; font-weight: 750; }
.root-card { background: #dfe8f0; color: #245e7d; }
.bloom-card { background: #f3cbc2; color: #843c38; }
.soil-card { background: #ead5bd; color: #725034; }
.microbe-card { background: #d7e8d3; color: #275b3b; }

.garden-story { padding-block: 8rem; overflow: hidden; background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(380px, .92fr) minmax(420px, 1.08fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.story-image { position: relative; min-height: 640px; padding: 2.5rem 0 0 2.5rem; }
.story-image::before { content: ""; position: absolute; inset: 0 3rem 3rem 0; border: 1px solid var(--terracotta); border-radius: 48% 48% 10px 10px; }
.story-image img { position: relative; width: 100%; height: 610px; object-fit: cover; object-position: 50% center; border-radius: 48% 48% 10px 10px; box-shadow: var(--shadow); }
.story-image > span { position: absolute; right: -2rem; bottom: 1rem; padding: 1rem 1.2rem; background: var(--yellow); color: var(--forest); font-size: .82rem; font-weight: 900; letter-spacing: .06em; line-height: 1.5; transform: rotate(-4deg); }
.story-lead { margin: 1.6rem 0 2rem; color: #48584f; font-size: 1.12rem; }
.story-copy blockquote { margin: 0; padding: 1.3rem 0 1.3rem 1.4rem; border-left: 3px solid var(--terracotta); color: var(--forest); font-family: inherit; font-size: clamp(1.35rem, 2.3vw, 2.05rem); font-weight: 700; line-height: 1.65; }
.story-facts { margin-top: 2.4rem; display: grid; gap: .75rem; }
.story-facts div { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: .8rem; padding-top: .75rem; border-top: 1px solid var(--line); }
.story-facts b { color: var(--terracotta); font-size: .82rem; }
.story-facts span { font-weight: 750; }

.products { padding-block: 8rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading > p { margin: 0 0 .5rem; color: var(--muted); }
.fit-check { margin: -1rem 0 2.5rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: 1px; overflow: hidden; border: 1px solid rgba(23,52,42,.18); border-radius: 18px; background: rgba(23,52,42,.18); box-shadow: 0 12px 35px rgba(7,36,26,.06); }
.fit-check > * { background: var(--paper); }
.fit-check div { padding: 1.25rem 1.35rem; }
.fit-check span { display: block; margin-bottom: .35rem; color: var(--terracotta); font-size: .8rem; font-weight: 900; letter-spacing: .06em; }
.fit-check strong { display: block; color: #415048; font-size: .96rem; line-height: 1.75; }
.fit-check a { min-width: 190px; padding: 1.25rem; display: flex; flex-direction: column; justify-content: center; background: var(--yellow); color: var(--forest-deep); font-size: 1.15rem; font-weight: 900; }
.fit-check a small { font-size: .78rem; font-weight: 750; }
.product-showcase { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.product-tile { min-width: 0; overflow: hidden; border: 1px solid rgba(23,52,42,.1); border-radius: 24px; background: white; box-shadow: 0 14px 45px rgba(7,36,26,.07); }
.product-tile-main { grid-column: span 7; display: grid; grid-template-columns: 54% 46%; }
.product-tile-editorial { grid-column: span 5; min-height: 510px; padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; color: white; }
.product-tile-portrait { grid-column: span 4; }
.product-tile-landscape { grid-column: span 4; }
.purple-art { grid-column: span 8; display: grid; grid-template-columns: minmax(280px, .55fr) 1fr; align-items: center; }
.green-art { grid-column: span 12; display: grid; grid-template-columns: minmax(280px, .55fr) 1fr; align-items: center; }
.product-art { min-height: 520px; display: grid; place-items: center; overflow: hidden; }
.product-art img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
.blue-art { position: relative; background: linear-gradient(180deg, rgba(241,248,249,.1), rgba(213,231,239,.4)), url("./assets/qiuxian-home-balcony-hero-v3.png") 55% center / cover no-repeat; }
.blue-art::before { content: ""; position: absolute; z-index: 1; left: 50%; bottom: 1.1rem; width: 54%; height: 1.3rem; border-radius: 50%; background: rgba(25,38,30,.3); filter: blur(9px); transform: translateX(-50%) skewX(-8deg); }
.blue-art::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(45,104,131,.13)); pointer-events: none; }
.blue-art img { position: relative; z-index: 2; width: auto; max-width: 84%; height: 480px; align-self: end; padding: .65rem 0 .8rem; filter: drop-shadow(0 15px 13px rgba(16,54,72,.18)); }
.product-art-note { position: absolute; z-index: 3; left: 1.1rem; bottom: 1.1rem; padding: .45rem .68rem; border: 1px solid rgba(23,52,42,.12); border-radius: 999px; background: rgba(255,253,247,.88); color: var(--forest); font-size: .76rem; font-weight: 850; letter-spacing: .05em; backdrop-filter: blur(10px); }
.earth-art { min-height: 390px; background: #f0e1d3; }
.rose-art { background: linear-gradient(155deg, #9c3d4b, #d97c83); }
.purple-art { background: #efe3ef; }
.green-art { background: #e1efe5; }
.product-info { padding: clamp(1.4rem, 3vw, 2.8rem); align-self: center; }
.product-info > p, .product-tile-editorial > div > p { margin: 0 0 .5rem; color: var(--terracotta); font-size: .85rem; font-weight: 900; letter-spacing: .05em; }
.product-tile-editorial > div > p { color: rgba(255,255,255,.72); }
.product-info h3, .product-tile-editorial h3 { margin: 0 0 .8rem; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.2; }
.product-info > span, .product-tile-editorial > div > span { color: #58665f; }
.product-tile-editorial > div > span { color: rgba(255,255,255,.76); }
.product-info > span b, .product-tile-editorial > div > span b { display: block; margin-bottom: .25rem; color: var(--forest); font-weight: 900; }
.product-tile-editorial > div > span b { color: white; }
.product-info dl, .product-tile-editorial dl { margin: 2rem 0 0; display: grid; gap: .7rem; }
.product-info dl div, .product-tile-editorial dl div { display: grid; grid-template-columns: 58px 1fr; gap: .8rem; padding-top: .7rem; border-top: 1px solid var(--line); }
.product-tile-editorial dl div { border-color: rgba(255,255,255,.25); }
.product-info dt, .product-tile-editorial dt { font-size: .88rem; opacity: .78; }
.product-info dd, .product-tile-editorial dd { margin: 0; font-weight: 750; }
.product-label { display: flex; align-items: center; justify-content: space-between; }
.product-label span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.product-label small { font-size: .82rem; font-weight: 850; letter-spacing: .05em; }
.product-tile-portrait .product-info { border-top: 1px solid var(--line); }
.product-tile-landscape > img { width: 100%; height: 360px; object-fit: contain; padding: 1rem; }
.green-art > img { width: 100%; height: 430px; object-fit: contain; padding: 1.2rem; }

.root-reassurance { margin-top: 1rem; padding: clamp(1.6rem, 4vw, 3.2rem); overflow: hidden; border-radius: 24px; background: var(--forest); color: white; }
.root-reassurance-heading { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(220px, .55fr); gap: 2rem; align-items: end; }
.root-reassurance-heading > p { grid-column: 1 / -1; margin: 0 0 -.7rem; color: var(--peach); font-size: .88rem; font-weight: 900; letter-spacing: .05em; }
.root-reassurance-heading h3 { margin: 0; color: white; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.2; }
.root-reassurance-heading > span { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.root-reassurance-grid { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.root-reassurance-grid article { min-height: 220px; padding: 1.4rem; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); }
.root-reassurance-grid strong { color: var(--yellow); font-size: 1.2rem; }
.root-reassurance-grid p { margin: auto 0 0; color: rgba(255,255,255,.82); font-size: 1rem; }
.root-reassurance-note { margin: 1.3rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); }
.root-reassurance-note b { color: white; }

.product-manual { padding-block: 8rem; background: var(--paper); }
.manual-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.manual-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.7vw, 4.9rem); line-height: 1.2; }
.manual-intro { color: var(--muted); }
.manual-intro p { margin: 0 0 1.25rem; }
.manual-download { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .35rem; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: 1rem; font-weight: 850; }
.manual-download span { color: var(--terracotta); font-size: 1.1rem; }
.usage-table-wrap { overflow-x: auto; border: 1px solid var(--ink); background: var(--cream); box-shadow: 0 18px 50px rgba(7,36,26,.07); }
.usage-table { width: 100%; min-width: 1060px; border-collapse: collapse; text-align: left; }
.usage-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.usage-table th, .usage-table td { padding: 1.2rem 1.1rem; border-right: 1px solid rgba(23,52,42,.25); border-bottom: 1px solid rgba(23,52,42,.25); vertical-align: top; }
.usage-table tr > *:last-child { border-right: 0; }
.usage-table tbody tr:last-child > * { border-bottom: 0; }
.usage-table thead th { background: var(--forest); color: white; font-size: .88rem; letter-spacing: .03em; }
.usage-table tbody th { width: 17%; background: #e8decb; }
.usage-table tbody th strong { display: block; color: var(--forest); font-family: inherit; font-size: 1.15rem; font-weight: 800; }
.usage-table tbody th span { display: block; margin-top: .35rem; color: var(--muted); font-size: .84rem; font-weight: 650; }
.usage-table td { color: #435249; font-size: .95rem; line-height: 1.75; }
.manual-details { margin-top: 1rem; display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.formula-card, .use-notes { padding: clamp(1.6rem, 3.4vw, 3rem); border-radius: 22px; }
.formula-card { background: #dfe8f0; }
.use-notes { background: #ecd0c7; }
.manual-kicker { margin: 0 0 1rem; color: var(--terracotta); font-size: .84rem; font-weight: 900; letter-spacing: .05em; }
.formula-card h3, .use-notes h3 { margin: 0 0 1.6rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.formula-card dl { margin: 0; display: grid; gap: .9rem; }
.formula-card dl div { display: grid; grid-template-columns: 94px 1fr; gap: 1rem; padding-top: .9rem; border-top: 1px solid rgba(23,52,42,.18); }
.formula-card dt { color: var(--forest); font-weight: 900; }
.formula-card dd { margin: 0; color: #435249; font-size: .95rem; }
.use-notes ul { margin: 0; padding: 0; display: grid; gap: .8rem; list-style: none; }
.use-notes li { position: relative; padding-left: 1.35rem; color: #5e453f; }
.use-notes li::before { content: "✦"; position: absolute; left: 0; top: .05rem; color: var(--terracotta); font-size: .75rem; }
.source-note { margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(93,26,23,.18); color: #6d5049; font-size: .84rem; }

.care-path { padding-block: 8rem; color: white; background: var(--forest); }
.care-heading { max-width: 900px; margin-bottom: 4rem; }
.care-heading .chapter { color: var(--peach); }
.care-heading > p:last-child { max-width: 660px; color: rgba(255,255,255,.78); }
.care-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.care-steps li { min-height: 280px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.care-steps li:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.care-steps > li > span { align-self: flex-end; color: var(--peach); font-size: .85rem; font-weight: 900; }
.care-steps div { margin-top: auto; }
.care-steps h3 { margin: 0; color: var(--yellow); font-size: 2rem; }
.care-steps p { margin: .5rem 0 0; color: rgba(255,255,255,.78); }

.plant-guide { padding-block: 8rem; background: #f0e6d6; }
.guide-title { max-width: 800px; margin-bottom: 3.5rem; }
.guide-title > p:last-child { max-width: 650px; color: var(--muted); }
.plant-notes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.plant-notes article { min-height: 320px; padding: 1.7rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.plant-notes article:hover { background: var(--forest); color: white; }
.plant-notes article > span { color: var(--terracotta); font-size: .8rem; font-weight: 900; letter-spacing: .04em; }
.plant-notes h3 { margin: 2.4rem 0 auto; font-size: 2.7rem; }
.plant-notes b { margin: .7rem 0 .35rem; font-size: .98rem; }
.plant-notes p { margin: 0; color: #59675f; font-size: 1rem; }
.plant-notes article:hover p { color: rgba(255,255,255,.8); }
.guide-note { margin: 1.5rem 0 0; color: #59675f; font-size: .92rem; }

.evidence-section { padding-block: 8rem; }
.evidence-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 3rem; }
.evidence-summary article { padding: 1.5rem; border-radius: 18px; background: var(--forest-soft); }
.evidence-summary span { display: block; margin-bottom: .7rem; color: var(--forest); font-size: .85rem; font-weight: 850; letter-spacing: .03em; }
.evidence-summary strong { display: block; line-height: 1.55; }
.evidence-summary p { margin: .6rem 0 0; color: #59675f; font-size: .95rem; }
.document-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.document-card { appearance: none; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(7,28,21,.08); color: var(--ink); text-align: left; cursor: zoom-in; }
.document-card img { width: 100%; height: 220px; object-fit: cover; object-position: top center; border-bottom: 1px solid var(--line); transition: transform .3s ease; }
.document-card:hover img, .document-card:focus-visible img { transform: scale(1.03); }
.document-card span { display: block; padding: 1rem; font-size: .86rem; font-weight: 800; }

.faq-section { padding-block: 8rem; display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; border-top: 1px solid var(--line); }
.faq-intro > p:last-child { max-width: 480px; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; list-style: none; cursor: pointer; font-size: 1.04rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: .95rem; color: var(--terracotta); font-size: 1.75rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.2rem 3rem 1.6rem 0; color: var(--muted); }

.contact-section { padding-block: 8rem; overflow: hidden; color: white; background: var(--terracotta); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: center; }
.contact-grid .chapter { color: var(--yellow); }
.contact-grid h2 { max-width: 800px; }
.contact-grid > div > p:not(.chapter) { max-width: 660px; color: rgba(255,255,255,.72); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1rem; }
.contact-grid small { color: rgba(255,255,255,.55); }
.contact-card { padding: 2rem; border: 1px solid rgba(255,255,255,.25); border-radius: 38% 38% 22px 22px; background: rgba(255,255,255,.09); }
.contact-card span { color: var(--yellow); font-size: .86rem; font-weight: 850; letter-spacing: .05em; }
.contact-card h3 { margin: 1rem 0 1.5rem; font-size: 2.8rem; }
.contact-card p { margin: .55rem 0; color: rgba(255,255,255,.8); font-size: 1rem; }
.contact-card hr { margin: 1.4rem 0; border: 0; border-top: 1px solid rgba(255,255,255,.22); }
.contact-card b { color: var(--yellow); font-size: 1rem; }

.image-dialog { width: min(980px, calc(100% - 32px)); max-height: 92vh; padding: 3.5rem 1rem 1rem; border: 0; border-radius: 22px; background: #111b17; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.image-dialog::backdrop { background: rgba(4,12,9,.82); backdrop-filter: blur(7px); }
.image-dialog img { max-height: calc(92vh - 5rem); margin: auto; object-fit: contain; }
.dialog-close { position: absolute; top: .65rem; right: .65rem; padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); color: white; cursor: pointer; }

.site-footer { padding-block: 3.5rem; border-top: 4px solid var(--yellow); background: var(--forest-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: .7fr .5fr 1fr; gap: 3rem; align-items: start; }
.footer-brand { display: inline-block; }
.footer-brand .brand-logo-frame { width: 230px; height: 62px; border-radius: 7px; }
.footer-grid p { margin: .4rem 0; color: rgba(255,255,255,.6); }
.footer-grid > div:nth-child(2) { display: grid; gap: .4rem; }
.footer-grid a { color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--yellow); }
.footer-grid span { color: rgba(255,255,255,.62); font-size: .9rem; }

@media (max-width: 1080px) {
  nav a:not(.nav-cta) { display: none; }
  .hero-wrap { grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-content { max-width: 780px; }
  .hero-gallery { min-height: 660px; }
  .hero-product { left: 60%; width: min(36%, 215px); }
  .hero-product-note { left: 3rem; width: min(320px, 42%); }
  .academy-shell { grid-template-columns: 1fr; }
  .academy-panel { min-height: 420px; }
  .purchase-shell { grid-template-columns: 1fr; gap: 3rem; }
  .purchase-intro { position: static; }
  .purchase-promise { grid-template-columns: 1fr 1fr; }
  .purchase-promise strong { grid-column: 1 / -1; }
  .origin-shell { grid-template-columns: 1fr; }
  .origin-heading { min-height: 460px; }
  .diagnosis { grid-template-columns: 1fr; gap: 3rem; }
  .diagnosis-intro { position: static; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { width: min(720px, 90%); }
  .product-tile-main { grid-column: span 12; }
  .product-tile-editorial, .product-tile-portrait, .product-tile-landscape { grid-column: span 6; }
  .green-art { grid-column: span 12; }
  .root-reassurance-heading { grid-template-columns: 1fr; gap: 1rem; }
  .root-reassurance-grid { grid-template-columns: 1fr; }
  .root-reassurance-grid article { min-height: 180px; }
  .manual-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .manual-details { grid-template-columns: 1fr; }
  .care-steps { grid-template-columns: repeat(2, 1fr); }
  .care-steps li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.2); }
  .plant-notes { grid-template-columns: repeat(2, 1fr); }
  .document-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-section, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: span 2; }
}

@media (max-width: 680px) {
  .section-shell, .nav-shell, .hero-wrap { width: min(100% - 32px, 1200px); }
  .site-header { position: relative; }
  .nav-shell { min-height: 68px; }
  .brand-logo-frame { width: 150px; height: 40px; }
  .brand small { display: none; }
  .nav-cta { padding: .52rem .78rem; font-size: .78rem; }
  .hero-wrap { gap: 2.6rem; padding: 3.5rem 0 4rem; }
  .eyebrow { display: block; line-height: 1.8; }
  .eyebrow span { display: block; }
  h1 { font-size: clamp(2.05rem, 10vw, 2.9rem); line-height: 1.24; word-break: normal; }
  .hero-copy { max-width: 100%; font-size: 1rem; overflow-wrap: anywhere; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 2.5rem; display: grid; }
  .hero-gallery { min-height: 510px; }
  .hero-photo { inset: 0 0 1.6rem .75rem; border-radius: 28px 28px 8px 8px; }
  .hero-photo img { object-position: 58% center; }
  .hero-photo figcaption { top: .8rem; right: .8rem; max-width: 58%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-product { left: 47%; bottom: 1.72rem; width: min(49%, 175px); }
  .hero-product::after { bottom: -.3rem; height: 1rem; filter: blur(6px); }
  .hero-bottle { max-height: 430px; }
  .hero-product-note { left: .65rem; bottom: 2.4rem; width: 55%; padding: .9rem; border-radius: 14px; }
  .hero-product-note strong { font-size: 1.1rem; }
  .hero-product-note p { font-size: .82rem; line-height: 1.6; }
  .hero-seal { width: 64px; height: 64px; top: 4rem; right: -.35rem; border-width: 4px; font-size: .88rem; }
  .garden-ribbon div { gap: 1.3rem; }
  .academy-section, .purchase-confidence, .brand-origin, .elder-guide, .diagnosis, .garden-story, .products, .product-manual, .care-path, .plant-guide, .evidence-section, .faq-section, .contact-section { padding-block: 5rem; }
  .hero-academy strong { font-size: 1.15rem; }
  .academy-heading h2 { font-size: clamp(2.15rem, 9.5vw, 3rem); }
  .purchase-intro h2 { font-size: clamp(2.15rem, 9.5vw, 3rem); }
  .purchase-checklist article { grid-template-columns: 52px 1fr; gap: .85rem; }
  .purchase-checklist article > span { width: 44px; height: 44px; }
  .purchase-promise { grid-template-columns: 1fr; padding: 1.2rem; }
  .purchase-promise strong { grid-column: auto; }
  .purchase-promise span { padding: .65rem 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .academy-panel { min-height: 400px; padding: 1.5rem; border-radius: 38% 38% 18px 18px; }
  .academy-metrics { grid-template-columns: 1fr; }
  .academy-metrics div { padding: .72rem 0; display: grid; grid-template-columns: 52px 1fr; align-items: center; border-right: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .academy-metrics div:first-child { border-top: 0; }
  .origin-heading { min-height: 450px; padding: 1.5rem; border-radius: 42% 42% 18px 18px; }
  .origin-mark { top: -1.5rem; right: -1rem; font-size: 13rem; }
  .origin-heading h2 { font-size: clamp(2.6rem, 13vw, 3.8rem); }
  .origin-story article { grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.3rem 0; }
  .origin-story article > span { width: 42px; height: 42px; }
  .origin-belief { grid-template-columns: 1fr; gap: .8rem; }
  .origin-belief p { grid-column: auto; }
  .elder-guide-heading h2, .diagnosis-intro h2, .section-heading h2, .manual-heading h2, .story-copy h2, .care-heading h2, .guide-title h2, .faq-intro h2, .contact-grid h2 { font-size: clamp(2.15rem, 9.5vw, 3rem); line-height: 1.25; }
  .elder-guide-grid { grid-template-columns: 1fr; }
  .elder-guide-grid article { min-height: 230px; }
  .diagnosis-grid { grid-template-columns: 1fr; }
  .diagnosis-card { min-height: 230px; border-radius: 48% 48% 16px 16px; }
  .story-image { width: calc(100% - 14px); min-height: 470px; padding: 1.5rem 0 0 1.5rem; }
  .story-image img { height: 450px; }
  .story-image > span { right: -1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .fit-check { margin-top: 0; grid-template-columns: 1fr; }
  .fit-check a { min-width: 0; }
  .product-showcase { display: block; }
  .product-tile { margin-bottom: 1rem; }
  .product-tile-main, .green-art { display: block; }
  .purple-art { display: block; }
  .product-art { min-height: 330px; }
  .blue-art img { height: 395px; max-width: 74%; padding-bottom: .7rem; }
  .product-tile-editorial { min-height: 430px; }
  .product-tile-landscape > img, .green-art > img { height: 340px; }
  .usage-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .usage-table { min-width: 0; display: block; }
  .usage-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .usage-table tbody { display: grid; gap: 1rem; }
  .usage-table tbody tr { display: block; overflow: hidden; border: 1px solid rgba(23,52,42,.22); border-radius: 16px; background: var(--cream); box-shadow: 0 10px 28px rgba(7,36,26,.06); }
  .usage-table tbody th, .usage-table tbody td { width: 100%; display: block; padding: 1rem; border: 0; border-bottom: 1px solid rgba(23,52,42,.16); }
  .usage-table tbody tr > *:last-child { border-bottom: 0; }
  .usage-table tbody th { background: #e8decb; }
  .usage-table tbody td::before { display: block; margin-bottom: .3rem; color: var(--terracotta); font-size: .72rem; font-weight: 800; }
  .usage-table tbody td:nth-child(2)::before { content: "什么时候用"; }
  .usage-table tbody td:nth-child(3)::before { content: "怎么用"; }
  .usage-table tbody td:nth-child(4)::before { content: "多久一次"; }
  .usage-table tbody td:nth-child(5)::before { content: "要注意什么"; }
  .formula-card dl div { grid-template-columns: 1fr; gap: .35rem; }
  .care-steps { grid-template-columns: 1fr; }
  .care-steps li { min-height: 230px; border-left: 1px solid rgba(255,255,255,.2); }
  .plant-notes { grid-template-columns: 1fr; }
  .plant-notes article { min-height: 280px; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .document-card img { height: 180px; }
  .contact-actions { display: grid; }
  .contact-actions .button { width: 100%; }
  .contact-card { border-radius: 30% 30% 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

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