:root {
  --ink: #071008;
  --ink-2: #0d1b10;
  --leaf: #a7f432;
  --leaf-2: #61dc37;
  --acid: #d8ff5f;
  --cream: #f2f7df;
  --muted: #9aad92;
  --amber: #ffcb6b;
  --line: rgba(216, 255, 95, .18);
  --glass: rgba(12, 28, 15, .74);
  --shadow: 0 28px 90px rgba(0, 0, 0, .45);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 70% 0, rgba(70, 173, 47, .15), transparent 36rem),
    linear-gradient(180deg, #071008 0%, #0a160c 48%, #071008 100%);
  font-family: "Trebuchet MS", Arial, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  cursor: url("assets/weed-cursor-native.png") 20 19, auto;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

a, button { color: inherit; cursor: url("assets/weed-cursor-native.png") 20 19, pointer; }
body.custom-cursor-ready, body.custom-cursor-ready a, body.custom-cursor-ready button { cursor: none; }
a { text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--leaf); color: #091009; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--leaf);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.display {
  margin: 12px 0 18px;
  max-width: 900px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(3.4rem, 9.5vw, 8.4rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: .005em;
  text-transform: uppercase;
}
.display em { color: var(--leaf); font-style: normal; text-shadow: 0 0 35px rgba(167, 244, 50, .28); }
.section-title { margin: 10px 0 16px; font: 900 clamp(2.5rem, 6vw, 5.2rem)/.94 Impact, "Arial Black", sans-serif; letter-spacing: .005em; text-transform: uppercase; }
.lede { max-width: 650px; color: #c7d3c1; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; }

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 28px));
  min-height: 64px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(5, 14, 7, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 48px rgba(0,0,0,.28);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 1000; letter-spacing: -.04em; }
.brand-mark { position: relative; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid rgba(226,188,102,.72); border-radius: 50%; background: #18391f url("assets/leafy-logo.png") center / cover no-repeat; box-shadow: 0 0 0 4px rgba(226,188,102,.07), 0 0 24px rgba(167,244,50,.28); }
.brand-mark::before, .brand-mark::after { content: none; }
.brand span { display: none; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 11px 13px; border-radius: 999px; color: #b7c5b3; font-size: .83rem; font-weight: 800; transition: .25s ease; }
.nav a:hover, .nav a.active { color: #091009; background: var(--leaf); }
.nav-live::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #ff715d; box-shadow: 0 0 10px #ff715d; animation: pulse 1.5s infinite; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--cream); background: rgba(255,255,255,.08); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.03); animation: heroBreath 12s ease-in-out infinite alternate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,11,5,.93) 0%, rgba(4,11,5,.63) 44%, rgba(4,11,5,.03) 74%), linear-gradient(0deg, #071008 0%, transparent 36%); }
.hero-copy { padding: 170px 0 100px; }
.hero-copy .lede { max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--leaf); color: #081008; font-size: .9rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 14px 34px rgba(92, 214, 44, .18); transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { background: var(--acid); box-shadow: 0 16px 42px rgba(167,244,50,.3); }
.btn.secondary { color: var(--cream); border-color: rgba(255,255,255,.18); background: rgba(8,18,10,.58); backdrop-filter: blur(12px); box-shadow: none; }
.btn.secondary:hover { border-color: var(--leaf); color: var(--leaf); }
.btn svg { width: 18px; height: 18px; }
.hero-sticker { position: absolute; right: 5vw; bottom: 11vh; width: 155px; height: 155px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,20,10,.5); backdrop-filter: blur(14px); animation: spinSlow 18s linear infinite; }
.hero-sticker::before { content: "CHARACTER FIRST • FOREVER GREEN • "; position: absolute; inset: 12px; color: var(--acid); font: 800 10px/1 monospace; letter-spacing: .16em; text-align: center; }
.hero-sticker span { font-size: 3.4rem; animation: spinReverse 18s linear infinite; }

.ticker { position: relative; z-index: 4; display: flex; align-items: center; gap: 22px; min-height: 48px; overflow: hidden; border-block: 1px solid var(--line); background: #bafc38; color: #081008; font-size: .78rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.ticker-track { display: flex; flex: none; gap: 24px; min-width: max-content; animation: marquee 25s linear infinite; }
.ticker b { font-weight: 1000; }
.ticker .dot { opacity: .45; }
.up { color: #6bff7c !important; }
.down { color: #ff826f !important; }
.ticker .up { color: #0b6e2d !important; }
.ticker .down { color: #a31913 !important; }

section { position: relative; padding: 110px 0; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.big-quote { margin: 0; font: 900 clamp(2.4rem, 5vw, 5rem)/.98 Impact, "Arial Black", sans-serif; text-transform: uppercase; letter-spacing: .005em; }
.big-quote span { color: var(--leaf); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.stat { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.stat strong { display: block; color: var(--leaf); font: 900 1.8rem/1 Impact, sans-serif; }
.stat small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 280px 280px; gap: 18px; margin-top: 44px; }
.story-card { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.1); background: #102013; box-shadow: var(--shadow); transform-style: preserve-3d; }
.story-card:first-child { grid-row: 1 / span 2; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s; }
.story-card:hover img { transform: scale(1.07); filter: saturate(1.12); }
.story-label { position: absolute; inset: auto 16px 16px; padding: 14px 16px; border-radius: 14px; background: rgba(4,13,6,.72); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.1); }
.story-label b { display: block; font-size: 1.1rem; }
.story-label small { color: var(--leaf); text-transform: uppercase; letter-spacing: .1em; }

.shop-feature { overflow: hidden; }
.shop-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: #d5f6a4; color: #081008; }
.shop-image { position: relative; min-height: 500px; background: #c5e98a; overflow: hidden; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; }
.shop-image::after { content: "HUG DEALER"; position: absolute; right: -26px; bottom: 48px; padding: 12px 22px; background: #071008; color: var(--leaf); font: 900 1rem Impact, sans-serif; transform: rotate(-7deg); letter-spacing: .12em; }
.shop-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 76px); }
.shop-copy h2 { margin: 10px 0; font: 900 clamp(3rem, 6vw, 6rem)/.86 Impact, sans-serif; text-transform: uppercase; letter-spacing: .005em; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 14px 0 18px; }
.price strong { font: 900 2rem Impact, sans-serif; }
.price span { opacity: .6; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 32px; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.feature-list li::before { content: "✦"; color: #296c21; }

.page-hero { padding: 170px 0 76px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::after { content: attr(data-word); position: absolute; right: -2vw; bottom: -4vw; z-index: -1; color: rgba(167,244,50,.045); font: 900 clamp(8rem, 24vw, 24rem)/.65 Impact, sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.page-hero .display { max-width: 1100px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #b8c9b2; background: rgba(255,255,255,.025); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.roadmap-wrap { padding-top: 80px; }
.roadmap-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(167,244,50,.14); transform: translateX(-50%); }
.roadmap-progress { position: absolute; top: 0; left: 0; width: 100%; height: var(--progress, 0%); background: linear-gradient(var(--leaf), #42a43d); box-shadow: 0 0 22px var(--leaf); }
.phase { position: relative; display: grid; grid-template-columns: 1fr 90px 1fr; min-height: 330px; align-items: center; }
.phase:nth-child(even) .phase-card { grid-column: 3; }
.phase:nth-child(odd) .phase-card { grid-column: 1; }
.phase-marker { grid-column: 2; grid-row: 1; z-index: 2; justify-self: center; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid var(--leaf); border-radius: 50%; background: #081109; color: var(--leaf); font-size: 1.6rem; box-shadow: 0 0 0 9px #081109, 0 0 34px rgba(167,244,50,.18); }
.phase-card { grid-row: 1; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); transition: .3s; }
.phase-card:hover { transform: translateY(-6px); border-color: rgba(167,244,50,.45); }
.phase-card h2 { margin: 8px 0 12px; font: 900 2rem Impact, sans-serif; text-transform: uppercase; }
.phase-card p { margin: 0; color: #afbdab; line-height: 1.65; }
.status { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #091009; background: var(--leaf); font-size: .66rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .1em; }
.status.next { color: var(--leaf); border: 1px solid var(--line); background: transparent; }
.milestones { display: grid; gap: 8px; padding: 0; margin: 20px 0 0; list-style: none; }
.milestones li { color: #d7e1d3; font-size: .9rem; }
.milestones li::before { content: "↳"; margin-right: 9px; color: var(--leaf); }

.character-banner { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; min-height: 640px; border: 1px solid var(--line); border-radius: 34px; background: #0d2011; }
.character-banner img { width: 100%; height: 100%; object-fit: cover; }
.character-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.character-copy h2 { margin: 10px 0 18px; font: 900 clamp(3.2rem, 7vw, 6.8rem)/.85 Impact, sans-serif; text-transform: uppercase; }
.traits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.traits span { padding: 9px 12px; border-radius: 999px; background: var(--leaf); color: #081008; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0 24px; }
.filter-btn { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #aebba9; font-weight: 800; }
.filter-btn.active, .filter-btn:hover { color: #081008; background: var(--leaf); }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; grid-auto-rows: 190px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 2; overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: #132218; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .5s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after { content: attr(data-caption); position: absolute; inset: auto 0 0; padding: 28px 16px 14px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.84)); font-weight: 900; text-align: left; transform: translateY(20px); opacity: 0; transition: .3s; }
.gallery-item:hover::after { transform: none; opacity: 1; }
.gallery-item.hidden { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 30px; background: rgba(2,7,3,.92); backdrop-filter: blur(18px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 84vh; border-radius: 20px; box-shadow: var(--shadow); }
.lightbox-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.4); color: white; font-size: 1.4rem; }

.x-live-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 75% 45%, rgba(167,244,50,.09), transparent 30rem); }
.x-feed-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.x-feed-copy { position: sticky; top: 124px; }
.x-feed-copy .btn { margin-top: 24px; }
.x-feed-shell { overflow: hidden; border: 1px solid rgba(167,244,50,.24); border-radius: 28px; background: #071008; box-shadow: var(--shadow); }
.x-feed-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 58px; padding: 0 18px; border-bottom: 1px solid var(--line); color: #aebda9; font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.x-feed-top span { display: flex; align-items: center; gap: 9px; }
.x-feed-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 12px var(--leaf); animation: pulse 1.5s infinite; }
.x-feed-top a { color: var(--leaf); }
.x-feed-widget { padding: 0 12px 12px; color-scheme: dark; }
.x-feed-widget > a { display: none; }
.x-feed-widget .twitter-timeline-rendered { width: 100% !important; min-height: 640px !important; }
.x-feed-widget .twitter-timeline-rendered iframe {
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
  height: 720px !important;
  min-height: 640px !important;
}
.x-feed-fallback { display: none; padding: 18px; }
.x-feed-fallback > p { margin: 0 0 18px; color: #b8c8b3; line-height: 1.6; }
.x-feed-widget.timeline-failed > .twitter-timeline-rendered { display: none !important; }
.x-feed-widget.timeline-failed .x-feed-fallback { display: block; }
.x-post-grid { display: grid; gap: 14px; }
.x-post-grid .twitter-tweet { margin: 0 auto !important; }
.x-fallback-button { display: flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 18px; border: 1px solid rgba(167,244,50,.35); border-radius: 999px; color: var(--leaf); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.live-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 34px 0; }
.metric-card { padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.metric-card span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.metric-card strong { font: 900 clamp(1.35rem, 3vw, 2rem)/1 Impact, sans-serif; }
.metric-card.primary { grid-column: span 2; background: var(--leaf); color: #081008; }
.metric-card.primary span { color: #315728; }
.chart-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #071008; box-shadow: var(--shadow); }
.chart-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.chart-head > div { display: flex; align-items: baseline; gap: 12px; }
.chart-period { color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.live-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.live-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 12px var(--leaf); animation: pulse 1.5s infinite; }
.native-chart { position: relative; width: 100%; height: 560px; background: radial-gradient(circle at 50% 0, rgba(167,244,50,.045), transparent 46%), #071008; }
#leafy-chart { display: block; width: 100%; height: 100%; touch-action: pan-y; }
.chart-loading { position: absolute; inset: 0; display: grid; place-items: center; color: var(--leaf); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: opacity .3s; pointer-events: none; }
.native-chart.ready .chart-loading { opacity: 0; }
.chart-tooltip { position: absolute; z-index: 3; min-width: 210px; padding: 10px 12px; border: 1px solid rgba(167,244,50,.3); border-radius: 12px; color: var(--cream); background: rgba(5,14,7,.92); box-shadow: 0 12px 34px rgba(0,0,0,.38); backdrop-filter: blur(10px); font-size: .72rem; line-height: 1.55; opacity: 0; transform: translate(-50%, calc(-100% - 14px)); pointer-events: none; transition: opacity .14s; }
.chart-tooltip.show { opacity: 1; }
.chart-tooltip strong { color: var(--leaf); font-size: .86rem; }
.chart-attribution { display: block; padding: 11px 20px; border-top: 1px solid var(--line); color: #758a72; font-size: .68rem; text-align: right; }
.chart-attribution:hover { color: var(--leaf); }
.contract-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; margin-top: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); }
.contract-card small { display: block; margin-bottom: 6px; color: var(--leaf); text-transform: uppercase; letter-spacing: .12em; }
.contract-card code { color: #c4d1c0; font-size: clamp(.68rem, 1.6vw, .92rem); overflow-wrap: anywhere; }
.copy-btn { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--cream); font-weight: 900; }
.copy-btn:hover { color: #081008; background: var(--leaf); }
.disclaimer { margin: 20px 0 0; color: #7e927a; font-size: .76rem; line-height: 1.6; }

.product-page { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-shot { overflow: hidden; border-radius: 26px; background: #d7efb2; }
.product-shot:first-child { grid-column: 1 / -1; }
.product-shot img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .55s; }
.product-shot:hover img { transform: scale(1.05); }
.product-info { position: sticky; top: 104px; padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); border-radius: 28px; background: var(--glass); backdrop-filter: blur(16px); }
.product-info h1 { margin: 12px 0; font: 900 clamp(3.2rem, 7vw, 6.3rem)/.85 Impact, sans-serif; text-transform: uppercase; }
.product-info .price strong { color: var(--leaf); }
.product-info p { color: #b8c6b3; line-height: 1.75; }
.buy-btn { width: 100%; min-height: 62px; margin-top: 18px; font-size: 1rem; }
.care-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

.social-cta { text-align: center; border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(167,244,50,.11), transparent 50%); }
.social-cta h2 { margin: 12px auto 28px; max-width: 900px; font: 900 clamp(3rem, 8vw, 7.5rem)/.85 Impact, sans-serif; text-transform: uppercase; letter-spacing: .005em; }
.phase-card h2, .character-copy h2, .product-info h1, .metric-card strong, .stat strong, .price strong { letter-spacing: .005em; }
.social-cta h2 span { color: var(--leaf); }

.site-footer { padding: 56px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
.footer-grid h3 { margin: 0 0 12px; font: 900 1rem Impact, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .88rem; line-height: 1.8; }
.footer-links { display: grid; }
.footer-links a:hover { color: var(--leaf); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); color: #667963; font-size: .72rem; }
.site-credit { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; margin-left: auto; border: 1px solid rgba(226,188,102,.25); border-radius: 999px; color: #b8c8b3; background: linear-gradient(135deg, rgba(167,244,50,.07), rgba(226,188,102,.05)); transition: border-color .25s, color .25s, transform .25s, box-shadow .25s; }
.site-credit small { color: #71806f; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.site-credit strong { color: var(--cream); font-size: .72rem; letter-spacing: .03em; }
.site-credit b { color: var(--leaf); font-size: .8rem; }
.site-credit:hover { color: var(--leaf); border-color: rgba(167,244,50,.5); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.leaf-field { position: fixed; inset: 0; z-index: 80; pointer-events: none; overflow: hidden; }
.drift-leaf { position: absolute; top: -60px; width: 18px; height: 32px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, var(--acid), #3c8a31); opacity: .46; filter: drop-shadow(0 0 7px rgba(167,244,50,.25)); animation: fall var(--dur) linear var(--delay) infinite; }
.leaf-cursor { position: fixed; left: 0; top: 0; z-index: 999; width: 48px; height: 48px; pointer-events: none; transform: translate(-50%, -50%); filter: drop-shadow(0 2px 2px rgba(0,0,0,.8)) drop-shadow(0 0 7px rgba(95,238,0,.65)); transition: width .18s, height .18s, filter .18s; }
.leaf-cursor img { width: 100%; height: 100%; object-fit: contain; }
.leaf-cursor.active { width: 60px; height: 60px; filter: drop-shadow(0 3px 3px rgba(0,0,0,.9)) drop-shadow(0 0 16px rgba(95,238,0,.9)); }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 500; padding: 12px 18px; border-radius: 999px; background: var(--leaf); color: #081008; font-weight: 900; transform: translate(-50%, 30px); opacity: 0; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

body.splash-open { overflow: hidden; }
.leafy-splash { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 50% 42%, #173b1b 0, #09150b 36%, #040a05 72%); clip-path: circle(150% at 50% 46%); transition: clip-path .7s cubic-bezier(.7,0,.3,1), opacity .55s ease; }
.leafy-splash::before { content: ""; position: absolute; inset: -20%; opacity: .18; background: repeating-conic-gradient(from 0deg, transparent 0 18deg, rgba(167,244,50,.16) 19deg 20deg); animation: splashSpin 16s linear infinite; }
.leafy-splash.leaving { clip-path: circle(0 at 50% 43%); opacity: .2; }
.splash-energy { position: absolute; left: 50%; top: 43%; width: min(64vw, 560px); aspect-ratio: 1; border: 1px solid rgba(167,244,50,.24); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 28px rgba(167,244,50,.025), 0 0 0 62px rgba(167,244,50,.018), inset 0 0 80px rgba(167,244,50,.1); animation: energyPulse 1.15s ease-in-out infinite alternate; }
.splash-stage { position: relative; z-index: 2; width: 260px; height: 280px; margin-top: -68px; animation: leafyEntrance 1.05s cubic-bezier(.16,1.15,.3,1) both; }
.splash-character { position: absolute; left: 50%; top: 50%; width: 218px; height: 218px; overflow: hidden; border: 4px solid #0a100a; border-radius: 50%; background: var(--leaf); transform: translate(-50%,-50%); box-shadow: 0 0 0 3px var(--leaf), 0 26px 70px rgba(0,0,0,.48), 0 0 60px rgba(167,244,50,.28); animation: leafyWobble .72s ease-in-out 1.05s infinite alternate; transform-origin: 50% 88%; }
.splash-character img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; transform: scale(3.15); }
.splash-shadow { position: absolute; left: 50%; bottom: 6px; width: 150px; height: 24px; border-radius: 50%; background: rgba(0,0,0,.45); filter: blur(8px); transform: translateX(-50%); animation: shadowBounce .72s ease-in-out 1.05s infinite alternate; }
.splash-leaf { position: absolute; z-index: 4; width: 22px; height: 38px; border: 2px solid #102d12; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, var(--acid), #4cb832); filter: drop-shadow(0 0 8px rgba(167,244,50,.55)); }
.leaf-one { left: -8px; top: 72px; animation: leafOrbitOne 1.8s ease-in-out infinite; }
.leaf-two { right: -12px; top: 38px; animation: leafOrbitTwo 2.1s ease-in-out -.4s infinite; }
.leaf-three { left: 25px; bottom: 14px; width: 15px; height: 28px; animation: leafOrbitTwo 1.6s ease-in-out -.8s infinite reverse; }
.leaf-four { right: 18px; bottom: 30px; width: 17px; height: 30px; animation: leafOrbitOne 1.9s ease-in-out -.3s infinite reverse; }
.splash-copy { position: absolute; z-index: 3; left: 50%; top: calc(50% + 155px); width: min(90vw, 600px); text-align: center; transform: translateX(-50%); animation: splashCopy .7s ease .65s both; }
.splash-copy strong { display: block; color: var(--leaf); font: 900 clamp(2.1rem, 6vw, 4.2rem)/.9 Impact, "Arial Black", sans-serif; letter-spacing: .005em; text-transform: uppercase; }
.splash-copy span { display: block; margin-top: 12px; color: #b5c4af; font-size: .75rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.splash-loader { position: absolute; z-index: 3; left: 50%; top: calc(50% + 245px); width: min(240px, 56vw); height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); transform: translateX(-50%); }
.splash-loader i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #4fb32f, var(--acid)); transform-origin: left; animation: splashLoad 1.85s .25s cubic-bezier(.2,.8,.2,1) both; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes heroBreath { to { transform: scale(1.075); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.82); } }
@keyframes fall { 0% { transform: translate3d(var(--x), -5vh, 0) rotate(0); } 50% { transform: translate3d(calc(var(--x) + 80px), 52vh, 0) rotate(210deg); } 100% { transform: translate3d(calc(var(--x) - 40px), 110vh, 0) rotate(430deg); } }
@keyframes splashSpin { to { transform: rotate(360deg); } }
@keyframes energyPulse { to { transform: translate(-50%,-50%) scale(1.06); box-shadow: 0 0 0 38px rgba(167,244,50,.028), 0 0 0 78px rgba(167,244,50,.012), inset 0 0 100px rgba(167,244,50,.15); } }
@keyframes leafyEntrance { 0% { opacity: 0; transform: translateY(140px) scale(.45) rotate(-12deg); } 55% { opacity: 1; transform: translateY(-18px) scale(1.08) rotate(5deg); } 74% { transform: translateY(8px) scale(.94,1.05) rotate(-2deg); } 100% { transform: translateY(0) scale(1) rotate(0); } }
@keyframes leafyWobble { from { transform: translate(-50%,-50%) rotate(-2.5deg) translateY(2px); } to { transform: translate(-50%,-50%) rotate(2.5deg) translateY(-8px); } }
@keyframes shadowBounce { to { width: 122px; opacity: .65; } }
@keyframes leafOrbitOne { 0%,100% { transform: translate(0,0) rotate(-35deg); } 50% { transform: translate(16px,-18px) rotate(28deg); } }
@keyframes leafOrbitTwo { 0%,100% { transform: translate(0,0) rotate(25deg); } 50% { transform: translate(-14px,-22px) rotate(-42deg); } }
@keyframes splashCopy { from { opacity: 0; transform: translate(-50%,18px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes splashLoad { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 980px) and (min-width: 901px) {
  .gallery { grid-auto-rows: 165px; }
  .gallery-item, .gallery-item.wide { grid-column: span 6; }
}

@media (max-width: 900px) {
  body, a, button { cursor: auto; }
  .leaf-cursor { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .nav { position: fixed; top: 84px; left: 14px; right: 14px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: rgba(5,14,7,.96); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .nav a { padding: 14px 16px; }
  .intro-grid, .shop-panel, .character-banner, .product-page { grid-template-columns: 1fr; }
  .x-feed-grid { grid-template-columns: 1fr; }
  .x-feed-copy { position: static; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: 440px 260px 260px; }
  .story-card:first-child { grid-row: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(4,11,5,.9), rgba(4,11,5,.25)), linear-gradient(0deg,#071008,transparent 60%); }
  .hero-bg { object-position: 62% center; }
  .hero-sticker { right: 20px; bottom: 35px; width: 115px; height: 115px; }
  .live-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .product-info { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero-copy { padding-bottom: 145px; }
  .display { font-size: clamp(3.3rem, 18vw, 5.4rem); }
  section { padding: 78px 0; }
  .stat-row { grid-template-columns: 1fr; }
  .roadmap-line { left: 30px; transform: none; }
  .phase { grid-template-columns: 60px 1fr; min-height: 0; padding-bottom: 40px; }
  .phase-marker { grid-column: 1; width: 48px; height: 48px; font-size: 1.2rem; }
  .phase .phase-card, .phase:nth-child(even) .phase-card, .phase:nth-child(odd) .phase-card { grid-column: 2; }
  .gallery { grid-auto-rows: 150px; }
  .gallery-item, .gallery-item.wide { grid-column: span 12; grid-row: span 2; }
  .gallery-item.tall { grid-row: span 3; }
  .live-grid { grid-template-columns: 1fr; }
  .metric-card.primary { grid-column: span 1; }
  .native-chart { height: 430px; }
  .chart-head { align-items: flex-start; }
  .chart-head > div { display: grid; gap: 5px; }
  .contract-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .site-credit { align-self: flex-start; margin-left: 0; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-shot:first-child { grid-column: auto; }
  .splash-stage { width: 210px; height: 230px; }
  .splash-character { width: 176px; height: 176px; }
  .splash-copy { top: calc(50% + 118px); }
  .splash-loader { top: calc(50% + 202px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .leaf-field { display: none; }
}
