:root {
  color-scheme: light;
  --ink: #18231d;
  --muted: #5d6a62;
  --paper: #f3f0e8;
  --paper-soft: #faf8f2;
  --leaf: #255f47;
  --leaf-dark: #153c2c;
  --lime: #c9ef68;
  --berry: #98567b;
  --line: rgba(24, 35, 29, 0.14);
  --shadow: 0 24px 80px rgba(24, 35, 29, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--berry); outline-offset: 4px; }

.site-shell { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; }
.site-header, .site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-header { min-height: 88px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; font-weight: 760; letter-spacing: -.03em; font-size: 1.24rem; }
.wordmark-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50% 50% 48% 52%; background: var(--leaf); color: var(--lime); transform: rotate(-8deg); font-size: .8rem; }
.site-nav { display: flex; gap: 1.3rem; align-items: center; font-size: .86rem; color: var(--muted); }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--ink); }

main { position: relative; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: min(720px, calc(100vh - 180px)); margin: 0 auto; display: grid; align-items: center; grid-template-columns: minmax(0, 1.14fr) minmax(280px, .86fr); gap: clamp(2.5rem, 8vw, 7rem); padding: 5rem 0 6rem; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -180px; top: 30px; border-radius: 44% 56% 58% 42%; background: color-mix(in srgb, var(--lime) 28%, transparent); filter: blur(2px); transform: rotate(18deg); }
.eyebrow { margin: 0 0 1.2rem; color: var(--leaf); font-weight: 750; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; }
h1 { margin: 0; max-width: 820px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.8rem, 9vw, 8.2rem); font-weight: 500; line-height: .88; letter-spacing: -.065em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.04em; font-weight: 500; margin: 0 0 1.4rem; }
h3 { margin: 0 0 .6rem; font-size: 1.08rem; }
.hero-tagline { margin: 1.8rem 0 0; font-size: clamp(1.45rem, 2.8vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; color: var(--leaf-dark); }
.hero-copy { max-width: 560px; margin: 1.7rem 0 0; font-size: 1.05rem; line-height: 1.75; color: var(--muted); }
.coming { display: inline-flex; align-items: center; gap: .7rem; margin-top: 2rem; padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.36); }
.coming::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--berry); box-shadow: 0 0 0 5px rgba(152,86,123,.14); }

.ecosystem-orbit { min-height: 410px; position: relative; display: grid; place-items: center; }
.orbit-core { width: 142px; height: 142px; border-radius: 48% 52% 45% 55%; display: grid; place-items: center; background: var(--leaf); color: white; box-shadow: var(--shadow); font-family: Georgia, serif; font-size: 1.35rem; transform: rotate(-6deg); }
.orbit-core span { transform: rotate(6deg); }
.orbit-line { position: absolute; width: 350px; height: 350px; border: 1px solid var(--line); border-radius: 50%; }
.orbit-app { position: absolute; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 28px; background: var(--paper-soft); border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(24,35,29,.08); font-weight: 750; }
.orbit-berry { transform: translate(0, -175px); }
.orbit-nectar { transform: translate(150px, 100px); }
.orbit-lime { transform: translate(-150px, 100px); }

.page { width: min(1060px, calc(100% - 40px)); margin: 0 auto; padding: 7rem 0 8rem; }
.page-header { max-width: 760px; margin-bottom: 4rem; }
.page-header h1 { font-size: clamp(3.4rem, 8vw, 6.7rem); }
.lede { color: var(--muted); font-size: 1.16rem; line-height: 1.75; max-width: 720px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { min-height: 220px; padding: 1.65rem; border: 1px solid var(--line); border-radius: 24px; background: rgba(250,248,242,.76); display: flex; flex-direction: column; }
.card p { color: var(--muted); line-height: 1.65; }
.card a { margin-top: auto; color: var(--leaf); font-weight: 720; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.status { width: fit-content; margin-bottom: 2rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(201,239,104,.35); color: var(--leaf-dark); font-size: .7rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 3.5rem; font-size: 2.6rem; }
.prose p, .prose li { line-height: 1.75; color: var(--muted); }
.prose code { font-family: ui-monospace, monospace; font-size: .9em; }

.site-footer { min-height: 108px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { text-underline-offset: 4px; }

@media (max-width: 780px) {
  .site-header { min-height: 72px; }
  .site-nav a:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; padding: 4.2rem 0; }
  .ecosystem-orbit { min-height: 370px; transform: scale(.88); }
  .grid { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 1.5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
