@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f8f9f2;
  --ink: #233f32;
  --green: #315b3d;
  --muted: #74806e;
  --line: #e1e6d8;
  --lime: #dfedb8;
  --yellow: #f0cf70;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
button, summary { cursor: pointer; }
button { touch-action: manipulation; }
img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }
button, a, summary { outline-offset: 5px; }
:focus-visible { outline: 3px solid #738c38; }
::selection { background: #d7e4ad; color: #203b2b; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 10px 18px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 23px; min-height: 54px; padding: 13px 25px; border: 1px solid var(--green); background: var(--green); border-radius: 9px; color: #fffef4; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: #25482f; transform: translateY(-2px); box-shadow: 0 5px 12px #25482f18; }
.button-small { min-height: 43px; font-size: 12px; gap: 16px; padding: 9px 16px; border-radius: 7px; }
.button-small .icon { width: 17px; height: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover .icon { transform: translate(3px, -2px); }
.status-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #76944d; flex-shrink: 0; }
.site-header { height: 88px; border-bottom: 1px solid #e6e9df; background: #f8f9f2f2; position: sticky; z-index: 20; top: 0; backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-name { font-size: 18px; font-weight: 750; letter-spacing: 1px; line-height: 1.3; }
.brand-name > span { display: block; margin-top: 5px; color: #73806a; font-size: 8px; letter-spacing: 2px; font-weight: 600; }
.main-nav { display: flex; gap: 29px; margin-left: auto; margin-right: 38px; align-items: center; }
.main-nav a { font-size: 12px; color: #677361; position: relative; padding-block: 12px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; bottom: 5px; height: 2px; background: var(--green); width: 100%; left: 0; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover { color: var(--green); }
.main-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 7px; background: transparent; width: 44px; height: 44px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; width: 18px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

.hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 52px; padding-block: 88px 95px; min-height: 650px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; color: #667348; border: 1px solid #dce4c9; background: #eef2e2; padding: 5px 12px; border-radius: 30px; letter-spacing: 1px; }
h1 { font-family: "Songti SC", "Noto Serif CJK SC", "STSong", "SimSun", serif; font-size: clamp(39px, 4.05vw, 58px); font-weight: 800; line-height: 1.48; letter-spacing: -2px; margin-block: 22px 20px; white-space: nowrap; }
.highlight { position: relative; isolation: isolate; }
.highlight::after { content: ""; position: absolute; z-index: -1; height: 11px; background: #e7d688; left: 0; right: -3px; bottom: 3px; border-radius: 80% 25% 65% 35%; transform: rotate(-2deg); }
.hero-description { color: #77806f; font-size: 14px; line-height: 2.05; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 30px; }
.hero-meta { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-size: 10px; color: #87907d; }
.hero-meta .icon { width: 17px; height: 17px; }
.hero-meta strong { color: #637d48; font-weight: 500; }
.meta-divider { width: 1px; height: 9px; background: #d6ddcd; margin-inline: 4px; }
.hero-visual { position: relative; min-width: 0; margin-top: 19px; }
.orbit { position: absolute; z-index: -1; border-radius: 50%; background: #edf1df; }
.orbit-one { width: 430px; height: 430px; left: 42px; top: -53px; }
.orbit-two { width: 170px; height: 170px; right: -24px; bottom: -25px; background: #eff0dd; }
.little-spark { position: absolute; font-size: 34px; color: #a6b774; }
.spark-one { top: -40px; left: 16px; transform: rotate(10deg); }
.spark-two { bottom: 5px; right: 17px; font-size: 39px; color: #a8b482; }
.free-sticker { position: absolute; z-index: 3; width: 98px; height: 98px; top: -51px; right: -6px; background: #e7edc5; border: 1px solid #92a763; border-radius: 50%; box-shadow: inset 0 0 0 6px #e7edc5, inset 0 0 0 7px #b6c48b; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(12deg); color: #53653d; }
.free-sticker > span:first-child { font-family: Georgia, serif; font-size: 28px; line-height: 1.2; font-style: italic; }
.free-sticker > span:nth-child(2) { font-size: 7px; font-weight: 700; letter-spacing: 1.3px; margin-top: 4px; }
.free-sticker .icon { margin-top: 3px; width: 17px; height: 17px; }
.game-figure { transform: rotate(-3deg); position: relative; z-index: 1; }
.game-window { border: 7px solid #fffef6; border-radius: 18px; overflow: hidden; background: #fffef6; box-shadow: 0 22px 42px #48533519, 0 3px 8px #4853350c; }
.game-topbar { display: flex; align-items: center; justify-content: space-between; background: #f7f6e9; padding: 10px 14px 12px; font-size: 10px; color: #7d8567; }
.game-title { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: #3f593b; }
.game-title img { border-radius: 6px; }
.game-level-dot { color: #a0a58a; margin-inline: 5px; }
.game-topbar > .icon { width: 17px; height: 17px; }
.game-landscape { background: #e5eccb; position: relative; padding: 14px 17px 15px; overflow: hidden; }
.cloud { position: absolute; display: block; width: 110px; height: 24px; border-radius: 40px; background: #f7f8e6; opacity: .7; }
.cloud::before { content: ""; position: absolute; bottom: 0; left: 28px; width: 42px; height: 43px; border-radius: 50%; background: inherit; }
.cloud-one { top: 34px; left: 14px; }
.cloud-two { top: 62px; right: 22px; transform: scale(.8); }
.far-hill { position: absolute; top: 75px; width: 70%; height: 130px; border-radius: 50% 50% 0 0; background: #c3d8a6; }
.hill-one { left: -65px; }
.hill-two { right: -80px; background: #b7ce95; top: 68px; }
.seed-tray { display: flex; position: relative; z-index: 2; justify-content: center; gap: 7px; width: 90%; margin: 0 auto 22px; padding: 6px; border-radius: 10px; border: 1px solid #aeae7a; background: #b9c593; box-shadow: 0 4px 0 #80926420; }
.sun-bank { display: flex; flex-direction: column; justify-content: center; align-items: center; min-width: 45px; padding-right: 4px; color: #6c643a; font-size: 13px; line-height: 1.2; }
.sun-bank img { width: 32px; height: 32px; }
.seed { width: 43px; flex: 1; min-width: 0; background: #f4f0d9; border: 1px solid #e0ddb9; border-radius: 5px; text-align: center; color: #707747; font-size: 8px; line-height: 1.2; padding: 2px 2px 3px; }
.seed img { width: 34px; height: 36px; object-fit: contain; margin: auto; }
.seed:nth-child(3) { border: 1.5px solid #5a804e; background: #e1edc4; }
.garden-fence { height: 30px; width: calc(100% - 34px); position: absolute; top: 75px; background: repeating-linear-gradient(90deg, #f3eed3 0 8px, transparent 8px 22px); opacity: .7; border-bottom: 5px solid #e8e3be; }
.lawn { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(9, 1fr); grid-template-rows: repeat(5, 1fr); aspect-ratio: 9 / 5; background: conic-gradient(#afc887 25%, #bdd396 0 50%, #afc887 0 75%, #bdd396 0) 0 0 / 22.222222% 40%; border: 5px solid #8da86b; border-radius: 7px; box-shadow: 0 4px 0 #718754; }
.garden-character { width: 108%; max-width: none; height: 118%; align-self: end; justify-self: center; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(1px 2px 0 #49713c10); }
.enemy { width: 102%; height: 125%; }
.row-1 { grid-row: 1; }.row-2 { grid-row: 2; }.row-3 { grid-row: 3; }.row-4 { grid-row: 4; }.row-5 { grid-row: 5; }
.col-1 { grid-column: 1; }.col-2 { grid-column: 2; }.col-3 { grid-column: 3; }.col-4 { grid-column: 4; }.col-5 { grid-column: 5; }.col-6 { grid-column: 6; }.col-7 { grid-column: 7; }.col-8 { grid-column: 8; }.col-9 { grid-column: 9; }
.pea { width: 9px; height: 9px; border: 1.5px solid #5e8f4e; background: #b9de80; border-radius: 50%; justify-self: center; align-self: center; box-shadow: 0 2px 3px #66894322; }
.frost-pea { border-color: #79aaa1; background: #d4f2de; }
.floating-sun { width: 72%; align-self: center; justify-self: center; position: relative; z-index: 2; filter: drop-shadow(0 0 5px #f8ed9477); animation: sun-float 4s ease-in-out infinite; }
.sun-second { animation-delay: -2s; }
.wave-indicator { display: flex; align-items: center; gap: 8px; justify-content: flex-end; margin: 12px 1px 0; font-size: 8px; color: #657d4e; position: relative; }
.wave-track { display: inline-block; width: 90px; height: 5px; border-radius: 5px; background: #bfcea6; overflow: hidden; }
.wave-track > span { display: block; height: 100%; width: 30%; background: #718c4f; }
.wave-indicator .icon { width: 14px; height: 14px; }
.game-figure figcaption { display: flex; gap: 6px; align-items: center; justify-content: center; color: #909580; font-size: 9px; letter-spacing: .5px; margin-top: 17px; }
.game-figure figcaption > span { width: 4px; height: 4px; border-radius: 50%; background: #a3af8c; }
.garden-note { position: absolute; z-index: 4; left: -22px; bottom: 5px; display: flex; align-items: center; gap: 11px; border: 1px solid #e5e5d8; border-radius: 10px; box-shadow: 0 5px 20px #495c3610; padding: 13px 18px 13px 13px; background: #fffff7; transform: rotate(2deg); }
.note-icon { width: 34px; height: 34px; border-radius: 50%; color: #6c8247; background: #edf2df; display: grid; place-items: center; }
.note-icon .icon { width: 18px; height: 18px; }
.garden-note strong { display: block; font-size: 11px; font-weight: 600; }
.garden-note div > span { display: block; color: #9a9f8a; font-size: 9px; margin-top: 2px; }
.promise-strip { border-block: 1px solid var(--line); background: #f0f3e8; }
.promise-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; }
.promise-inner > span { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; white-space: nowrap; color: #576949; }
.promise-inner > .promise-intro { font-size: 11px; color: #8b937e; padding-right: 24px; border-right: 1px solid #dbe2ce; }
.promise-inner .icon { width: 18px; height: 18px; color: #7f9266; }

.section { padding-block: 92px; }
.section-heading { margin-bottom: 37px; }
.eyebrow { color: #7e8d61; font-size: 9px; font-weight: 650; letter-spacing: 2.7px; line-height: 1.5; margin-bottom: 15px; }
h2 { font-size: 31px; letter-spacing: -.7px; font-weight: 650; line-height: 1.6; }
.section-heading > p:last-child, .section-heading > div > p:last-child { color: #87907d; font-size: 12px; margin-top: 12px; line-height: 1.9; }
.centered { text-align: center; }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.section-aside { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; color: #83916e; margin-bottom: 5px; white-space: nowrap; }
.section-aside .icon { width: 15px; height: 15px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 66px; padding: 7px 32px 0; }
.how-card { min-width: 0; }
.how-illustration { height: 131px; position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 19px; }
.how-illustration::before { content: ""; position: absolute; z-index: -1; width: 120px; height: 90px; background: #edf0df; border-radius: 54% 42% 45% 38%; transform: rotate(-8deg); }
.sunshine-illustration::before { background: #f4efd8; }
.sunshine-illustration > img { transform: rotate(-10deg); }
.mini-tag { position: absolute; left: calc(50% + 12px); top: 9px; font-size: 10px; padding: 4px 10px; border: 1px solid #eadfbb; border-radius: 6px; background: #fffdf2; color: #9e8a42; transform: rotate(7deg); }
.how-number { font-family: Georgia, serif; position: absolute; left: 6px; bottom: 15px; color: #bec7ac; font-size: 15px; }
.how-card h3 { font-size: 17px; margin-bottom: 9px; font-weight: 600; }
.how-card p { color: #828c79; font-size: 12px; line-height: 1.95; }
.mini-grid { position: absolute; width: 117px; height: 71px; background: repeating-linear-gradient(0deg, transparent 0 22px, #bac9a350 22px 24px), repeating-linear-gradient(90deg, #dfe9cf 0 37px, #bac9a350 37px 39px); transform: rotate(-8deg) skewX(13deg); bottom: 5px; border-radius: 6px; border: 1px solid #bdcba6; }
.planting-illustration img { position: relative; transform: translateY(-7px); }
.guarding-illustration > img { transform: rotate(-5deg); }
.shield-badge { position: absolute; left: calc(50% + 19px); bottom: 12px; width: 42px; height: 46px; color: #5e8251; background: #e5eace; border: 1px solid #c9d6b5; border-radius: 10px 10px 17px 17px; display: grid; place-items: center; transform: rotate(10deg); }
.shield-badge .icon { width: 27px; height: 27px; }
.garden-facts { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; border-top: 1px solid var(--line); margin-top: 53px; padding-top: 34px; }
.garden-facts > div { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.garden-facts > div:last-child { border: none; }
.garden-facts strong { font-family: Georgia, var(--font); font-size: 32px; line-height: 1.3; font-weight: 500; color: #547244; }
.garden-facts strong > span { font-size: 16px; }
.garden-facts div > span { font-size: 10px; color: #919980; margin-top: 9px; }

.plant-section { background: #eff2e8; border-block: 1px solid #e6ebdc; }
.plant-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.plant-card { display: flex; flex-direction: column; align-items: flex-start; text-align: left; position: relative; background: #f8f6e7; border: 1px solid #e4e5d6; border-radius: 11px; padding: 15px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.plant-card:hover { transform: translateY(-6px); box-shadow: 0 9px 20px #39532e0b; }
.plant-card[aria-pressed="true"] { border-color: #7d935e; box-shadow: 0 0 0 2px #7d935e18; }
.plant-role { font-size: 9px; color: #899067; padding: 3px 7px; border-radius: 4px; border: 1px solid #737e4320; background: #ffffff40; letter-spacing: .4px; }
.plant-card > img { width: 100%; height: 145px; object-fit: contain; margin: 9px auto 10px; transition: transform .25s; }
.plant-card:hover > img { transform: rotate(-4deg) scale(1.05); }
.plant-card > strong { font-size: 15px; font-weight: 650; }
.plant-english { font-family: Georgia, serif; font-style: italic; color: #8c957c; font-size: 11px; margin-top: 1px; }
.plant-summary { font-size: 10px; color: #88917b; margin-top: 13px; letter-spacing: -.2px; white-space: nowrap; }
.plant-cost { border-top: 1px solid #647e3820; width: 100%; margin-top: 16px; padding-top: 11px; display: flex; gap: 5px; align-items: center; font-size: 11px; font-family: Georgia, serif; color: #717d52; }
.plant-cost > .icon { width: 16px; height: 16px; color: #ad9b56; }
.plant-select-mark { margin-left: auto; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #899770; background: #f8faee90; }
.plant-select-mark .icon { width: 12px; height: 12px; transition: transform .2s; }
.plant-card[aria-pressed="true"] .plant-select-mark { background: #72864d; color: #fff; }
.plant-card[aria-pressed="true"] .plant-select-mark .icon { transform: rotate(45deg); }
.plant-dart { background: #e7efe0; }
.plant-wall { background: #f0eade; }
.plant-ice { background: #e5efeb; }
.plant-bomb { background: #f4e6df; }
.plant-twin { background: #e9eddb; }
.plant-detail { display: flex; align-items: center; gap: 17px; background: #f8faf1; border: 1px solid #e1e6d5; border-radius: 9px; margin-top: 22px; padding: 22px 25px; }
.detail-icon { width: 38px; height: 38px; display: grid; place-items: center; background: #eaf0dc; border-radius: 50%; color: #82965f; flex-shrink: 0; }
.detail-icon .icon { width: 20px; height: 20px; }
.detail-copy { flex: 1; }
.detail-copy h3 { font-size: 12px; font-weight: 600; }
.detail-copy p { font-size: 10px; line-height: 1.9; color: #879178; margin-top: 5px; }
.detail-stat { padding-left: 23px; margin-left: 9px; border-left: 1px solid #e0e6d4; white-space: nowrap; }
.detail-stat span { display: block; font-size: 9px; color: #929b83; }
.detail-stat strong { display: block; font-size: 12px; font-weight: 500; margin-top: 5px; color: #657c4a; }
.illustration-note { margin-top: 17px; font-size: 9px; color: #8d967f; text-align: center; line-height: 1.8; }

.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.level-card { border: 1px solid #e4e8da; border-radius: 12px; overflow: hidden; background: #fcfcf6; }
.level-art { height: 215px; position: relative; overflow: hidden; background: #e4ecd9; }
.level-number { position: absolute; z-index: 5; top: 17px; left: 20px; font-size: 8px; font-weight: 600; letter-spacing: 1.6px; color: #708564; }
.level-sun { position: absolute; width: 57px; height: 57px; top: 49px; right: 67px; border-radius: 50%; background: #f4e4a3; box-shadow: 0 0 0 13px #f4e4a333, 0 0 0 25px #f4e4a31a; }
.level-cloud { position: absolute; width: 70px; height: 13px; background: #fffef67a; border-radius: 10px; top: 64px; left: 35px; }
.level-cloud::before { content: ""; position: absolute; bottom: 0; left: 12px; background: inherit; width: 27px; height: 25px; border-radius: 50%; }
.level-hill { position: absolute; width: 100%; height: 135px; border-radius: 50% 60% 0 0; }
.level-hill-back { bottom: 0; right: -22%; background: #c4d7aa; transform: rotate(-12deg); }
.level-hill-front { bottom: -47px; left: -10%; width: 130%; background: #a9c28c; transform: rotate(7deg); }
.level-fence { position: absolute; bottom: 37px; left: 0; width: 100%; height: 34px; background: repeating-linear-gradient(90deg, #f8f2d660 0 7px, transparent 7px 25px); border-top: 3px solid #f8f2d660; transform: rotate(3deg); }
.level-plant { position: absolute; z-index: 2; bottom: 25px; }
.level-plant-one { left: 24%; transform: rotate(-7deg); }
.level-plant-two { left: 48%; bottom: 21px; transform: rotate(6deg); }
.level-waves { position: absolute; bottom: 12px; right: 14px; border: 1px solid #fffdfd33; font-size: 9px; padding: 3px 9px; background: #fffced99; border-radius: 20px; color: #63744b; z-index: 4; }
.level-afternoon { background: #f0e9cb; }
.level-afternoon .level-hill-back { background: #d6d5a1; }
.level-afternoon .level-hill-front { background: #b6be8d; }
.level-afternoon .level-sun { background: #ebcd80; right: 52px; top: 36px; }
.level-afternoon .level-number { color: #928562; }
.level-sunset { background: #ead9c9; }
.level-sunset .level-hill-back { background: #c1baa0; }
.level-sunset .level-hill-front { background: #a0ad8d; }
.level-sunset .level-sun { background: #e5b68a; top: 83px; right: 52px; }
.level-sunset .level-number { color: #8c7e6b; }
.level-copy { padding: 22px 23px 25px; }
.level-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.level-copy h3 { font-size: 17px; font-weight: 600; }
.level-label { color: #879374; background: #f0f3e7; border-radius: 4px; padding: 3px 6px; font-size: 8px; white-space: nowrap; }
.level-copy p { font-size: 11px; color: #8c947f; line-height: 1.95; margin-top: 11px; }

.free-section { background: #2e4d38; position: relative; overflow: hidden; }
.free-inner { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; padding-block: 67px; min-height: 387px; }
.free-copy .eyebrow { color: #a3b587; }
.free-copy h2 { color: #f0f3e0; font-size: 34px; line-height: 1.65; font-weight: 500; }
.free-copy > p:not(.eyebrow) { color: #a8b69b; font-size: 12px; line-height: 2; margin-top: 17px; }
.free-checks { display: flex; gap: 27px; margin-top: 25px; }
.free-checks span { display: flex; align-items: center; gap: 7px; font-size: 10px; color: #c8d4b0; }
.free-checks .icon { width: 15px; height: 15px; color: #c6d591; }
.free-art { min-height: 270px; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.free-art-ring { position: absolute; width: 340px; height: 340px; border: 1px solid #81996629; border-radius: 50%; }
.ring-small { width: 260px; height: 260px; }
.free-art-caption { color: #aab894; font-size: 9px; letter-spacing: 4px; transform: rotate(-8deg); margin-left: -15px; }
.zero-price { display: block; font-family: Georgia, serif; font-size: 96px; font-weight: 400; line-height: 1.25; color: #e3edb5; position: relative; z-index: 1; }
.zero-price > span { font-family: var(--font); display: block; text-align: center; font-size: 12px; letter-spacing: 6px; margin-left: 5px; color: #c1cf9f; }
.free-bloom { position: absolute; left: 7%; bottom: 11px; transform: rotate(-14deg); z-index: 2; }
.free-dart { position: absolute; right: 3%; bottom: 14px; transform: rotate(12deg); z-index: 2; }
.free-art-bottom { color: #859c74; font-size: 7px; letter-spacing: 2.7px; margin-top: 31px; }
.free-art-star { position: absolute; top: 16px; right: 95px; color: #b4c586; font-size: 27px; }

.faq-section { display: grid; grid-template-columns: .85fr 1.4fr; gap: 100px; padding-block: 100px 80px; }
.faq-flower { margin-top: 30px; margin-left: 9px; transform: rotate(-9deg); opacity: .85; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; font-size: 13px; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 17px; height: 17px; color: #7f8d69; transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { font-size: 11px; line-height: 2; color: #86917b; padding: 0 35px 22px 0; }
.start-section { padding-bottom: 75px; }
.start-card { background: #edf0de; border: 1px solid #e0e6cf; border-radius: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 27px; padding: 34px 37px 22px; }
.start-brand { position: relative; }
.start-brand img { width: 71px; height: 71px; border-radius: 19px; }
.version-pill { background: #f7f9ed; border: 1px solid #d9e3c5; color: #708558; border-radius: 20px; padding: 1px 8px; font-family: Georgia, serif; font-size: 9px; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); }
.start-copy .eyebrow { font-size: 8px; letter-spacing: 1.8px; margin-bottom: 8px; }
.start-copy h2 { font-size: 23px; letter-spacing: -.5px; }
.start-copy > p:last-child { color: #8c967d; font-size: 10px; margin-top: 7px; }
.start-action { display: flex; align-items: center; flex-direction: column; }
.availability { display: flex; align-items: center; gap: 8px; color: #778664; background: #e2e8d2; border: 1px solid #d3ddbf; border-radius: 7px; padding: 10px 17px; font-size: 11px; }
.availability .status-dot { background: #98a382; width: 5px; height: 5px; }
.start-action .text-link { font-size: 10px; gap: 8px; margin-top: 2px; min-height: 32px; color: #798b60; }
.start-action .icon { width: 14px; height: 14px; }
.release-note { grid-column: 1 / -1; margin-top: 26px; padding-top: 15px; border-top: 1px solid #dfe5d0; text-align: center; color: #8e987e; font-size: 9px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-block: 30px; }
.footer-brand { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 600; }
.footer-brand > span > span { color: #8b967e; margin-left: 5px; font-size: 10px; font-weight: 400; }
.site-footer > p { color: #9ca58e; font-size: 10px; letter-spacing: 1px; }
.back-top { display: flex; align-items: center; gap: 7px; font-size: 10px; color: #859471; min-height: 35px; }
.back-top .icon { width: 14px; height: 14px; }

@keyframes sun-float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-5px) rotate(5deg); } }

@media (min-width: 1441px) {
  .hero { gap: 60px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 20px; margin-right: 0; }
  .hero { gap: 31px; min-height: 610px; padding-block: 75px 90px; }
  h1 { font-size: 43px; }
  .hero-description { font-size: 12px; }
  .hero-actions { gap: 19px; }
  .hero-actions .button { gap: 12px; padding-inline: 18px; }
  .hero-actions .text-link { font-size: 12px; }
  .game-topbar { font-size: 8px; }
  .game-title { font-size: 10px; }
  .seed-tray { width: 98%; gap: 4px; }
  .game-landscape { padding-inline: 12px; }
  .sun-bank { min-width: 33px; font-size: 11px; }
  .seed img { height: 29px; }
  .garden-fence { top: 71px; }
  .orbit-one { width: 330px; height: 330px; left: 12px; top: -23px; }
  .orbit-two { right: -14px; width: 130px; height: 130px; }
  .garden-note { left: -12px; bottom: -5px; padding: 10px; }
  .free-sticker { width: 83px; height: 83px; top: -41px; right: -8px; }
  .free-sticker > span:first-child { font-size: 24px; }
  .free-sticker > span:nth-child(2) { font-size: 6px; }
  .promise-inner > .promise-intro { padding-right: 18px; font-size: 10px; }
  .promise-inner > span { font-size: 10px; gap: 6px; }
  .how-grid { gap: 44px; padding-inline: 14px; }
  .plant-grid { gap: 10px; }
  .plant-card { padding: 11px; }
  .plant-card > img { height: 120px; }
  .plant-summary { font-size: 9px; }
  .plant-card > strong { font-size: 14px; }
  .detail-stat { padding-left: 16px; margin-left: 0; }
  .level-copy { padding: 18px 17px 20px; }
  .level-copy > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .journey-grid { gap: 19px; }
  .free-bloom { left: 0; width: 125px; }
  .free-dart { right: -5%; width: 120px; }
  .faq-section { gap: 55px; }
  .start-card { padding-inline: 27px; gap: 20px; }
  .start-copy h2 { font-size: 21px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 89px; }
  .container { width: calc(100% - 48px); }
  .site-header { height: auto; min-height: 76px; }
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 76px; padding-block: 15px; }
  .brand > img { width: 36px; height: 36px; }
  .brand-name { font-size: 16px; }
  .brand-name > span { font-size: 7px; }
  .header-cta { margin-left: auto; margin-right: 14px; font-size: 11px; min-height: 39px; padding-inline: 13px; }
  .main-nav { order: 4; width: 100%; justify-content: center; padding-top: 10px; gap: 30px; }
  .js-ready .main-nav { display: none; }
  .js-ready .main-nav.is-open { display: flex; border-top: 1px solid var(--line); margin-top: 13px; padding-top: 10px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-block: 55px 56px; gap: 72px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(40px, 6.8vw, 57px); line-height: 1.45; }
  .hero-description { font-size: 13px; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-actions .button { padding-inline: 24px; }
  .hero-visual { width: 88%; max-width: 555px; justify-self: center; margin-top: 0; }
  .orbit-one { width: 85%; height: auto; aspect-ratio: 1; top: -26px; left: 7%; }
  .free-sticker { width: 90px; height: 90px; right: -5px; top: -43px; }
  .seed img { height: 34px; }
  .seed-tray { width: 88%; gap: 6px; }
  .garden-fence { top: 76px; }
  .garden-note { left: -17px; bottom: 0; padding: 13px; }
  .game-topbar { font-size: 10px; }
  .game-title { font-size: 11px; }
  .game-landscape { padding-inline: 18px; }
  .promise-inner { flex-wrap: wrap; justify-content: center; gap: 18px 30px; padding-block: 20px; }
  .promise-inner > .promise-intro { display: none; }
  .promise-inner > span { font-size: 10px; }
  .section { padding-block: 68px; }
  h2 { font-size: 27px; }
  .how-grid { gap: 29px; padding-inline: 0; }
  .how-card h3 { font-size: 15px; }
  .how-card p { font-size: 11px; }
  .how-number { left: 0; }
  .garden-facts { margin-top: 40px; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-aside { margin-bottom: 0; }
  .plant-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  .plant-card { padding: 17px; }
  .plant-card > img { height: 138px; }
  .plant-summary { font-size: 11px; }
  .plant-card > strong { font-size: 16px; }
  .plant-detail { flex-wrap: wrap; gap: 13px; padding: 20px; }
  .detail-copy { min-width: calc(100% - 60px); }
  .detail-stat { margin-left: 0; padding-left: 16px; }
  .detail-stat:first-of-type { margin-left: 51px; }
  .journey-grid { gap: 13px; }
  .level-art { height: 174px; }
  .level-number { font-size: 7px; left: 13px; letter-spacing: .8px; }
  .level-sun { width: 43px; height: 43px; right: 25px; }
  .level-plant-one { width: 76px; height: 81px; left: 12%; }
  .level-plant-two { width: 70px; height: 75px; left: 45%; }
  .level-copy h3 { font-size: 15px; }
  .level-copy p { font-size: 10px; }
  .level-copy { padding: 15px; }
  .free-copy h2 { font-size: 27px; }
  .free-inner { gap: 15px; padding-block: 54px; }
  .free-art-ring { width: 280px; height: 280px; }
  .ring-small { width: 215px; height: 215px; }
  .free-bloom { width: 105px; bottom: 5px; left: -7%; }
  .free-dart { width: 95px; bottom: 0; right: -5%; }
  .zero-price { font-size: 80px; }
  .free-art-bottom { letter-spacing: 1.5px; }
  .free-art-star { right: 25px; }
  .faq-section { grid-template-columns: 1fr 1.6fr; gap: 35px; }
  .faq-section h2 { font-size: 24px; }
  .faq-list summary { font-size: 12px; }
  .start-card { grid-template-columns: auto 1fr; padding: 27px; }
  .start-copy h2 { font-size: 21px; }
  .start-action { grid-column: 2; align-items: flex-start; margin-top: 5px; }
  .start-action .text-link { margin-left: 5px; }
  .release-note { margin-top: 7px; text-align: left; }
  .start-section { padding-bottom: 55px; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 0; }
  .brand { gap: 9px; }
  .header-cta { font-size: 10px; gap: 8px; margin-right: 10px; padding: 7px 10px; }
  .header-cta .icon { width: 13px; height: 13px; }
  .menu-toggle { width: 39px; height: 39px; padding: 9px; }
  .main-nav { gap: 0; justify-content: space-between; }
  .main-nav a { font-size: 10px; }
  .hero { padding-top: 42px; gap: 65px; padding-bottom: 44px; }
  .eyebrow-pill { font-size: 9px; padding: 5px 10px; }
  h1 { font-size: clamp(34px, 8.5vw, 46px); letter-spacing: -1px; margin-block: 20px 18px; }
  .hero-description { font-size: 12px; line-height: 2; }
  .hero-actions { gap: 21px; margin-top: 26px; }
  .hero-actions .button { padding-inline: 19px; font-size: 12px; min-height: 49px; }
  .hero-actions .text-link { font-size: 11px; gap: 8px; }
  .hero-meta { font-size: 9px; gap: 7px; margin-top: 20px; }
  .meta-divider { margin-inline: 1px; }
  .hero-visual { width: 96%; }
  .game-window { border-width: 5px; border-radius: 13px; }
  .game-topbar { font-size: 8px; padding: 8px 9px; }
  .game-title { font-size: 9px; gap: 5px; }
  .game-title img { width: 18px; height: 18px; }
  .game-topbar > .icon { width: 14px; height: 14px; }
  .game-landscape { padding: 10px 10px 9px; }
  .seed-tray { width: 95%; padding: 4px; gap: 4px; margin-bottom: 17px; border-radius: 7px; }
  .seed { padding: 1px 1px 2px; font-size: 6px; }
  .seed img { height: 25px; }
  .sun-bank { font-size: 9px; min-width: 28px; padding: 0; }
  .sun-bank img { width: 24px; height: 24px; }
  .garden-fence { height: 25px; top: 57px; }
  .far-hill { top: 45px; }
  .hill-two { top: 48px; }
  .lawn { border-width: 3px; border-radius: 5px; }
  .pea { width: 6px; height: 6px; border-width: 1px; }
  .wave-indicator { margin-top: 9px; font-size: 7px; }
  .wave-indicator .icon { width: 11px; height: 11px; }
  .wave-track { height: 4px; width: 66px; }
  .free-sticker { width: 72px; height: 72px; top: -37px; right: -3px; box-shadow: inset 0 0 0 5px #e7edc5, inset 0 0 0 6px #b6c48b; }
  .free-sticker > span:first-child { font-size: 21px; }
  .free-sticker > span:nth-child(2) { font-size: 5px; letter-spacing: 1px; }
  .free-sticker .icon { width: 13px; height: 13px; margin-top: 2px; }
  .spark-one { left: 3px; font-size: 26px; }
  .spark-two { bottom: -18px; font-size: 27px; }
  .garden-note { left: -6px; bottom: 6px; padding: 8px 11px 8px 8px; gap: 7px; border-radius: 7px; }
  .garden-note strong { font-size: 9px; }
  .garden-note div > span { font-size: 7px; }
  .note-icon { width: 26px; height: 26px; }
  .note-icon .icon { width: 15px; height: 15px; }
  .game-figure figcaption { font-size: 7px; margin-top: 16px; justify-content: flex-end; padding-right: 15px; }
  .orbit-two { right: -6px; width: 95px; height: 95px; }
  .promise-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; padding-block: 21px; width: min(310px, calc(100% - 50px)); }
  .promise-inner > span { font-size: 10px; }
  .promise-inner .icon { width: 17px; height: 17px; }
  .section { padding-block: 55px; }
  .eyebrow { font-size: 8px; letter-spacing: 2px; margin-bottom: 12px; }
  h2 { font-size: 24px; letter-spacing: -.6px; line-height: 1.65; }
  .section-heading { margin-bottom: 29px; }
  .section-heading > p:last-child, .section-heading > div > p:last-child { font-size: 11px; margin-top: 10px; }
  .how-grid { grid-template-columns: 1fr; gap: 27px; }
  .how-card { display: grid; grid-template-columns: 113px 1fr; column-gap: 16px; }
  .how-illustration { grid-row: 1 / 3; height: 110px; margin: 0; }
  .how-illustration::before { width: 94px; height: 83px; }
  .how-number { bottom: 0; font-size: 11px; }
  .how-card h3 { align-self: end; font-size: 15px; margin-bottom: 8px; padding-top: 10px; }
  .how-card p { font-size: 11px; line-height: 1.85; }
  .how-illustration > img { max-width: 75px; height: 84px; }
  .mini-tag { font-size: 8px; padding: 2px 6px; left: 50%; top: 0; }
  .mini-grid { width: 95px; height: 58px; bottom: 8px; }
  .shield-badge { width: 32px; height: 37px; bottom: 6px; left: 63%; }
  .shield-badge .icon { width: 22px; height: 22px; }
  .garden-facts { grid-template-columns: repeat(2, 1fr); row-gap: 28px; margin-top: 36px; padding-top: 30px; }
  .garden-facts > div:nth-child(2) { border: none; }
  .garden-facts strong { font-size: 28px; }
  .garden-facts div > span { font-size: 9px; margin-top: 5px; }
  .heading-row { gap: 13px; }
  .section-aside { font-size: 9px; }
  .plant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .plant-card { padding: 14px; }
  .plant-card > img { height: 127px; margin-block: 7px; }
  .plant-card > strong { font-size: 15px; }
  .plant-summary { font-size: 10px; }
  .plant-detail { padding: 17px; gap: 12px; }
  .detail-icon { width: 30px; height: 30px; }
  .detail-copy { min-width: calc(100% - 43px); }
  .detail-copy h3 { font-size: 11px; }
  .detail-copy p { font-size: 10px; }
  .detail-stat { margin-top: 3px; padding-left: 13px; }
  .detail-stat strong { font-size: 11px; }
  .illustration-note { text-align: left; font-size: 9px; }
  .journey-grid { grid-template-columns: 1fr; gap: 21px; }
  .level-art { height: 205px; }
  .level-number { font-size: 9px; left: 21px; top: 19px; letter-spacing: 1px; }
  .level-sun { right: 62px; width: 56px; height: 56px; }
  .level-plant-one { width: 96px; height: 102px; left: 26%; }
  .level-plant-two { width: 88px; height: 94px; left: 49%; }
  .level-copy { padding: 20px 22px; }
  .level-copy > div { flex-direction: row; align-items: center; }
  .level-copy h3 { font-size: 17px; }
  .level-label { font-size: 9px; }
  .level-copy p { font-size: 11px; }
  .free-inner { grid-template-columns: 1fr; padding-block: 48px 26px; gap: 24px; }
  .free-copy { text-align: center; }
  .free-copy h2 { font-size: 27px; }
  .free-copy > p:not(.eyebrow) { font-size: 11px; }
  .free-checks { justify-content: center; gap: 25px; margin-top: 22px; }
  .free-art { min-height: 250px; max-width: 340px; width: 100%; margin: auto; }
  .free-bloom { width: 115px; left: 1%; bottom: 22px; }
  .free-dart { width: 105px; right: 1%; bottom: 14px; }
  .free-art-star { right: 43px; }
  .free-art-ring { width: 280px; height: 280px; }
  .ring-small { width: 215px; height: 215px; }
  .faq-section { grid-template-columns: 1fr; gap: 0; }
  .faq-section .section-heading { position: relative; }
  .faq-flower { position: absolute; width: 75px; height: 80px; right: 4px; bottom: 0; margin: 0; }
  .faq-list summary { font-size: 12px; padding-block: 20px; gap: 12px; }
  .faq-list details p { font-size: 11px; padding-right: 15px; }
  .start-card { grid-template-columns: 1fr; text-align: center; padding: 29px 21px 20px; row-gap: 20px; }
  .start-brand { justify-self: center; }
  .start-brand img { width: 65px; height: 65px; }
  .start-copy .eyebrow { font-size: 7px; letter-spacing: 1.2px; }
  .start-copy h2 { font-size: 21px; max-width: 240px; margin-inline: auto; }
  .start-copy > p:last-child { font-size: 9px; }
  .start-action { grid-column: 1; align-items: center; margin-top: 0; }
  .availability { padding-inline: 24px; }
  .release-note { text-align: center; margin-top: 0; font-size: 8px; }
  .start-section { padding-bottom: 40px; }
  .site-footer { flex-wrap: wrap; justify-content: space-between; padding-block: 22px; gap: 15px; }
  .footer-brand { font-size: 10px; gap: 7px; }
  .footer-brand > span > span { display: block; margin: 0; font-size: 8px; }
  .site-footer > p { order: 3; width: 100%; text-align: center; font-size: 9px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 28px); }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  h1 { font-size: 32px; }
  .hero-actions { gap: 14px; }
  .plant-card { padding: 11px; }
  .plant-card > img { height: 115px; }
  .plant-summary { font-size: 9px; }
  .faq-flower { width: 57px; right: 0; }
}

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