:root {
  --background: #061d19;
  --foreground: #f7f4df;
  --primary: #7af3a2;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; background: #061d19; }
.hero { position: relative; min-height: 100svh; isolation: isolate; background: #06241d; }
.hero-backdrop { position: absolute; inset: 0; z-index: -3; background: url('/assets/grove-background.png') center 44% / cover; filter: saturate(.82) brightness(.55); transform: scale(1.02); }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 77% 47%, rgba(50,240,179,.15), transparent 26%), linear-gradient(90deg, rgba(3,21,17,.97) 0%, rgba(4,28,22,.79) 45%, rgba(3,23,19,.34) 75%, rgba(2,18,15,.64) 100%), linear-gradient(180deg, rgba(4,25,20,.65), transparent 30%, rgba(3,20,16,.78)); }
.nav-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(232,255,235,.16); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 15px; letter-spacing: .15em; font-weight: 650; }
.brand img { width: 38px; height: 38px; border-radius: 12px; box-shadow: 0 0 28px rgba(255,211,93,.24); }
.brand strong { color: var(--primary); font-weight: 650; }
.nav-wrap nav { display: flex; gap: 34px; font-size: 13px; color: rgba(247,244,223,.76); }
.nav-wrap nav a { transition: color .2s ease; }
.nav-wrap nav a:hover { color: #fffbe9; }
.language-toggle { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(238,255,238,.22); border-radius: 999px; color: #f8f6e8; background: rgba(5,35,28,.55); cursor: pointer; backdrop-filter: blur(12px); }
.hero-content { width: min(1180px, calc(100% - 40px)); min-height: calc(100svh - 84px); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.86fr); align-items: center; gap: 32px; padding: 44px 0 76px; }
.hero-copy { position: relative; z-index: 3; max-width: 700px; padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #a4fac1; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 750; }
.hero h1 { margin: 22px 0 24px; font-family: var(--font-heading); font-size: clamp(52px,6.2vw,92px); line-height: .93; letter-spacing: -.052em; font-weight: 500; text-wrap: balance; }
.hero h1 em { color: #ffe69d; font-weight: 500; }
.hero-intro { max-width: 615px; margin: 0; color: rgba(244,247,227,.78); font-size: clamp(17px,1.6vw,21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.coming-soon { display: inline-flex; align-items: center; gap: 10px; padding: 15px 20px; border-radius: 999px; color: #09251d; background: linear-gradient(135deg,#a2f9ba,#62e89b); font-size: 14px; font-weight: 800; box-shadow: 0 12px 38px rgba(45,231,145,.18); }
.discover-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,250,226,.82); font-size: 14px; font-weight: 650; }
.micro-badges { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: rgba(232,245,226,.54); font-size: 12px; letter-spacing: .04em; }
.micro-badges i { width: 4px; height: 4px; border-radius: 50%; background: #ffda72; box-shadow: 0 0 10px #ffda72; }
.hero-visual { position: relative; min-height: 690px; display: grid; place-items: center; }
.phone-frame { position: relative; z-index: 1; width: min(310px,70vw); padding: 8px; border-radius: 46px; background: linear-gradient(150deg,#9ba9a4,#223d36 18%,#04120f 62%,#56736b); box-shadow: 0 45px 95px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.15); transform: rotate(4deg); }
.phone-frame::after { content: ''; position: absolute; inset: 8px; border-radius: 38px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.phone-frame img { display: block; width: 100%; border-radius: 38px; }
.phone-speaker { position: absolute; z-index: 2; top: 17px; left: 50%; width: 74px; height: 18px; transform: translateX(-50%); border-radius: 999px; background: #020705; }
.lumi-mascot { position: absolute; z-index: 2; width: 220px; right: -18px; top: 20px; filter: drop-shadow(0 24px 34px rgba(0,0,0,.35)); animation: float 5s ease-in-out infinite; }
.ambient-orb { position: absolute; border-radius: 50%; filter: blur(9px); opacity: .9; }
.orb-one { width: 12px; height: 12px; left: 12%; top: 25%; background: #ffe787; box-shadow: 0 0 36px 15px rgba(255,224,115,.32); }
.orb-two { width: 9px; height: 9px; right: 8%; bottom: 22%; background: #70f3bd; box-shadow: 0 0 36px 16px rgba(82,237,177,.28); }
.section { position: relative; padding: clamp(92px, 11vw, 150px) 0; }
.section-inner { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.section-heading { max-width: 750px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker { display: block; margin-bottom: 18px; color: #82efab; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.section h2 { margin: 0; font-family: var(--font-heading); color: #fff8d9; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; text-wrap: balance; }
.section-heading > p, .grove-copy > p, .fair-copy > p, .world-content > p { color: rgba(232,243,222,.69); font-size: 17px; line-height: 1.75; }
.game-section { background: linear-gradient(180deg,#061d19,#08251e 70%,#071f1a); }
.game-section::before { content: ''; position: absolute; width: 520px; height: 520px; top: 16%; left: -330px; border-radius: 50%; background: rgba(59,235,156,.12); filter: blur(90px); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; }
.feature-card { position: relative; min-height: 295px; padding: 34px; border: 1px solid rgba(170,244,190,.13); border-radius: 28px; background: rgba(255,255,255,.025); overflow: hidden; }
.feature-card.featured { background: linear-gradient(150deg,rgba(83,229,151,.15),rgba(255,222,117,.055)); border-color: rgba(130,242,172,.26); transform: translateY(-16px); }
.feature-number { color: rgba(217,244,218,.36); font-size: 11px; letter-spacing: .12em; }
.feature-icon { display: block; margin: 36px 0 30px; color: #ffdf81; font-size: 35px; text-shadow: 0 0 24px rgba(255,219,105,.5); }
.feature-card h3 { margin: 0 0 13px; font-family: var(--font-heading); color: #fff7dc; font-size: 26px; font-weight: 500; }
.feature-card p { margin: 0; color: rgba(227,240,218,.59); font-size: 14px; line-height: 1.65; }
.screens-section { padding-top: 72px; background: #071f1a; overflow: hidden; }
.screens-glow { position: absolute; inset: 18% 15% auto; height: 50%; background: radial-gradient(ellipse,rgba(70,224,153,.16),transparent 65%); filter: blur(30px); }
.screen-row { position: relative; display: flex; align-items: center; justify-content: center; gap: clamp(16px,4vw,55px); }
.screen-card { margin: 0; text-align: center; }
.screen-card img { display: block; width: 100%; border-radius: 34px; box-shadow: 0 35px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(219,255,223,.13); }
.screen-card.main { width: min(310px, 29vw); z-index: 2; }
.screen-card.side { width: min(240px, 23vw); opacity: .74; }
.screen-card.side.left { transform: rotate(-4deg) translateY(42px); }
.screen-card.side.right { transform: rotate(4deg) translateY(42px); }
.screen-card figcaption { margin-top: 22px; color: rgba(235,246,222,.65); font-size: 12px; letter-spacing: .03em; }
.grove-section { background: #0a2820; }
.grove-grid { display: grid; grid-template-columns: .84fr 1fr; align-items: center; gap: clamp(60px,8vw,110px); }
.garden-frame { position: relative; width: min(420px,100%); margin-inline: auto; padding: 10px; border-radius: 48px; background: linear-gradient(145deg,#719486,#183d32,#071612); box-shadow: 0 40px 90px rgba(0,0,0,.42); }
.garden-frame > img { display: block; width: 100%; border-radius: 39px; }
.garden-note { position: absolute; right: -42px; bottom: 12%; display: flex; align-items: center; gap: 10px; max-width: 190px; padding: 15px 17px; border: 1px solid rgba(218,255,223,.2); border-radius: 16px; background: rgba(5,30,24,.9); color: #f9f4d8; font-size: 12px; line-height: 1.4; box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.garden-note > span:first-child { color: #ffdf7e; }
.grove-copy > p { margin: 28px 0 38px; }
.detail-list { border-top: 1px solid rgba(230,255,230,.13); }
.detail-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(230,255,230,.13); }
.detail-list b { color: #6ceaa0; font-size: 11px; letter-spacing: .1em; }
.detail-list span { display: flex; flex-direction: column; gap: 6px; }
.detail-list strong { color: #f8f4da; font-size: 15px; font-weight: 650; }
.detail-list small { color: rgba(223,239,215,.51); font-size: 13px; }
.fair-section { background: linear-gradient(180deg,#0a2820,#061d19); }
.fair-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px,8vw,110px); padding: clamp(42px,6vw,76px); border: 1px solid rgba(175,245,195,.17); border-radius: 38px; background: radial-gradient(circle at 90% 10%,rgba(255,218,102,.09),transparent 35%), rgba(255,255,255,.025); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.fair-copy h2 { font-size: clamp(38px,4.5vw,62px); }
.fair-copy > p { margin: 26px 0 0; }
.fair-points { display: flex; flex-direction: column; justify-content: center; }
.fair-points > div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(224,249,221,.11); }
.fair-points > div:last-child { border-bottom: 0; }
.fair-points > div > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #092019; background: #7ef0a7; font-weight: 900; }
.fair-points p { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.fair-points strong { color: #fff8dd; font-size: 14px; }
.fair-points small { color: rgba(225,241,215,.52); font-size: 12px; line-height: 1.5; }
.world-section { isolation: isolate; text-align: center; background: #061d19; overflow: hidden; }
.world-backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(4,25,20,.78),rgba(4,25,20,.9)), url('/assets/grove-background.png') center 78% / cover; filter: saturate(.72); }
.world-content { display: flex; flex-direction: column; align-items: center; }
.world-content > img { width: 190px; margin-bottom: 22px; filter: drop-shadow(0 25px 35px rgba(0,0,0,.34)); }
.world-content > p { max-width: 650px; margin: 25px auto 32px; }
.store-soon { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.store-soon > span { display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: 12px; min-width: 195px; padding: 13px 18px; border: 1px solid rgba(236,255,235,.22); border-radius: 15px; background: rgba(2,18,14,.65); text-align: left; backdrop-filter: blur(12px); }
.store-soon i { grid-row: 1 / 3; align-self: center; color: #9ef2ba; font-style: normal; }
.store-soon b { color: #fff9e4; font-size: 14px; }
.store-soon small { color: rgba(232,244,222,.53); font-size: 10px; }
footer { padding: 54px 0; background: #041512; border-top: 1px solid rgba(224,255,225,.1); }
.footer-inner { width: min(1140px,calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; }
.footer-brand img { width: 34px; height: 34px; }
.footer-inner > p { grid-column: 1; margin: 0; color: rgba(227,241,218,.48); font-family: var(--font-heading); font-style: italic; }
.footer-inner nav { grid-column: 2; grid-row: 1; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: rgba(235,245,223,.62); font-size: 12px; }
.footer-inner nav a:hover { color: #fff8df; }
.footer-inner > small { grid-column: 2; color: rgba(227,241,218,.36); font-size: 10px; text-align: right; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-14px) rotate(-1deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .lumi-mascot { animation: none; } }
@media (max-width: 860px) { .nav-wrap { grid-template-columns: 1fr auto; } .nav-wrap nav { display: none; } .hero-content { grid-template-columns: 1fr; padding-top: 68px; text-align: center; } .hero-copy { margin: 0 auto; } .eyebrow,.hero-actions,.micro-badges { justify-content: center; } .hero-intro { margin-inline: auto; } .hero-visual { min-height: 590px; margin-top: -8px; } .lumi-mascot { width: 185px; right: calc(50% - 260px); } .feature-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; } .feature-card.featured { transform: none; } .grove-grid,.fair-card { grid-template-columns: 1fr; } .garden-frame { max-width: 360px; } .footer-inner { grid-template-columns: 1fr; text-align: center; } .footer-brand { margin-inline: auto; } .footer-inner > p,.footer-inner nav,.footer-inner > small { grid-column: 1; grid-row: auto; text-align: center; justify-content: center; } }
@media (max-width: 520px) { .nav-wrap,.hero-content,.section-inner { width: min(100% - 28px,1180px); } .brand span { font-size: 13px; } .brand img { width: 34px; height: 34px; } .hero-content { padding-top: 52px; } .hero h1 { font-size: clamp(45px,14vw,63px); } .hero-intro { font-size: 16px; } .hero-actions { flex-direction: column; gap: 18px; } .hero-visual { min-height: 540px; } .phone-frame { width: 248px; border-radius: 38px; } .phone-frame img,.phone-frame::after { border-radius: 31px; } .lumi-mascot { width: 145px; right: -8px; top: 8px; } .feature-card { min-height: auto; } .screen-row { gap: 12px; } .screen-card.main { width: 52vw; } .screen-card.side { width: 34vw; } .screen-card.side.left { margin-left: -18vw; } .screen-card.side.right { margin-right: -18vw; } .screen-card figcaption { display: none; } .garden-note { right: -4px; bottom: 7%; } .fair-card { padding: 34px 24px; border-radius: 28px; } .store-soon { flex-direction: column; } .footer-inner nav { gap: 15px; } }
