:root {
  --paper: #f6f7f2;
  --ink: #243c31;
  --muted: #687169;
  --green: #4d7250;
  --line: #dcdfd5;
  --accent-soft: #eaf0e2;
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; min-width: 280px; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .22;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23818d77' opacity='.19' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
button, summary { cursor: pointer; }
::selection { background: #d9e4c8; color: #243c31; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-radius: 3px; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: fixed; top: -80px; left: 20px; padding: 14px 20px; z-index: 10; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.page-shell { width: min(1280px, calc(100% - 128px)); margin-inline: auto; }

.site-header { min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 34px; font-weight: 650; letter-spacing: -1.8px; line-height: 1; }
.brand-symbol { width: 28px; height: 32px; }
.wordmark-dot { color: #719563; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 20px; min-height: 654px; padding-block: 44px 46px; }
.hero-copy { position: relative; z-index: 1; padding-top: 13px; }
.status-label { display: inline-flex; align-items: center; gap: 10px; color: #52654b; font-size: 10px; font-weight: 600; letter-spacing: 1.7px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #7b965c; box-shadow: 0 0 0 4px #e8eddf; }
h1 { position: relative; width: fit-content; margin: 29px 0 23px; font-weight: 500; font-size: clamp(68px, 6.6vw, 94px); line-height: 1.075; letter-spacing: -5px; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #638054; letter-spacing: -5.5px; }
.heading-spark { position: absolute; top: 108px; right: -44px; color: #879b6d; font-family: Georgia, serif; font-size: 33px; font-weight: 400; line-height: 1; }
.hero-intro { margin: 0 0 9px; font-size: 17px; font-weight: 500; letter-spacing: -.3px; }
.hero-description { max-width: 365px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 30px; padding: 16px 18px 16px 22px; border: 1px solid var(--ink); border-radius: 5px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 500; transition: background .2s, box-shadow .2s, transform .2s; }
.primary-link:hover { background: #36553e; transform: translateY(-2px); box-shadow: 0 6px 18px #243c3114; }
.button-arrow { font-family: Arial, sans-serif; font-size: 19px; line-height: 1; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #757c71; font-size: 10px; letter-spacing: .15px; }
.note-line { height: 1px; width: 17px; background: #9fa88d; }

.hero-art { position: relative; width: 100%; min-width: 0; max-width: 600px; aspect-ratio: 1; justify-self: end; overflow: hidden; }
.seed-art { position: absolute; top: -7%; left: -6%; width: 112%; height: auto; max-width: none; overflow: visible; }
.sprout { transform-origin: 300px 453px; animation: sprout-sway 9s ease-in-out 2; }
.art-orbit { position: absolute; border: 1px solid #c3cdb680; border-radius: 50%; }
.orbit-one { inset: 7% 1%; transform: rotate(-27deg) scaleY(.81); }
.orbit-two { inset: 5% 4%; transform: rotate(38deg) scaleY(.94); border-style: dashed; border-color: #c3cdb66b; }
.orbit-point { position: absolute; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: #8c9e74; }
.point-one { top: 30%; left: 4%; }
.point-two { bottom: 21%; right: 10%; width: 5px; height: 5px; }
.art-spark { position: absolute; color: #7b9367; line-height: 1; }
.spark-one { right: 10%; top: 10%; font-family: Georgia, serif; font-size: 37px; }
.spark-two { left: 7%; bottom: 21%; color: #9faa8e; font-size: 25px; font-weight: 300; }
.art-caption { position: absolute; left: 12%; top: 4%; color: #7d886e; font-size: 8px; font-weight: 500; letter-spacing: 2px; transform: rotate(-11deg); }
.art-label { position: absolute; right: 2%; bottom: 15%; display: flex; align-items: center; gap: 12px; padding: 16px 22px 16px 16px; background: #fafbf6e8; border: 1px solid #fff; border-radius: 7px; box-shadow: 0 10px 30px #3e50320a; font-size: 12px; letter-spacing: -.2px; transform: rotate(-5deg); }
.tiny-sprout { display: grid; place-items: center; width: 32px; height: 32px; background: #e9eedd; border-radius: 50%; color: #6b8753; font-size: 22px; }
.art-label div > span { display: block; margin-top: 5px; color: #7d886e; font-size: 7px; font-weight: 500; letter-spacing: 1.4px; }
.art-footnote { position: absolute; bottom: 1%; left: 50%; transform: translateX(-50%); white-space: nowrap; color: #819072; font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-style: italic; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 40px 0 36px; border-top: 1px solid var(--line); }
.story-heading { display: flex; align-items: flex-start; gap: 26px; }
.section-number { margin-top: 6px; color: #7c8874; font-size: 9px; letter-spacing: 1px; }
h2 { margin: 0; font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -.6px; }
h2 span { color: #79846f; }
.story-body { padding-left: 27px; }
.story-body > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.launch-details { max-width: 470px; margin-top: 16px; }
.launch-details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: fit-content; min-height: 44px; list-style: none; font-size: 11px; font-weight: 600; }
.launch-details summary::-webkit-details-marker { display: none; }
.details-plus { position: relative; width: 12px; height: 12px; }
.details-plus::before, .details-plus::after { content: ""; position: absolute; top: 5px; left: 1px; width: 10px; height: 1px; background: currentColor; }
.details-plus::after { transform: rotate(90deg); transition: transform .2s; }
.launch-details[open] .details-plus::after { transform: rotate(0); }
.details-content { padding: 8px 0 2px; }
.details-content > p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.copy-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 13px; background: var(--accent-soft); border: 1px solid #d6dfcb; border-radius: 4px; color: var(--ink); font-size: 11px; }
.copy-button:hover { background: #dee8d4; }
.details-content > .copy-feedback { margin: 8px 0 0; overflow-wrap: anywhere; }
.copy-feedback:empty { display: none; }

.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 98px; padding-block: 20px; border-top: 1px solid var(--line); color: #737d6f; font-size: 10px; }
.site-footer p { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin: 0; }
.footer-dot { margin-inline: 8px; color: #a3ab99; }
.developer-link { padding-block: 12px; color: var(--ink); font-size: 11px; font-weight: 600; }
.developer-link:hover { color: #638351; }

@keyframes sprout-sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }

@media (min-width: 1550px) {
  .hero { min-height: 720px; }
  .page-shell { width: min(1320px, calc(100% - 160px)); }
  h1 { font-size: 104px; }
  .heading-spark { top: 120px; }
  .hero-description { max-width: 400px; font-size: 15px; }
}

@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 80px); }
  .hero { min-height: 610px; gap: 8px; }
  h1 { font-size: 74px; letter-spacing: -4px; }
  .heading-spark { top: 88px; right: -36px; font-size: 27px; }
  .hero-description { max-width: 335px; font-size: 13px; }
  .art-label { padding: 12px 15px 12px 12px; font-size: 10px; }
  .art-footnote { font-size: 13px; }
  .story-body { padding-left: 12px; }
}

@media (max-width: 900px) {
  .page-shell { width: calc(100% - 48px); }
  .site-header { min-height: 90px; }
  .wordmark { font-size: 29px; }
  .brand-symbol { width: 24px; height: 28px; }
  .hero { grid-template-columns: 1fr; gap: 8px; padding-block: 54px 38px; }
  .hero-copy { padding-top: 0; text-align: center; }
  .status-label { font-size: 9px; letter-spacing: 1.4px; }
  h1 { margin: 27px auto 22px; font-size: clamp(44px, 16vw, 84px); }
  h1 em { letter-spacing: -4px; }
  .heading-spark { top: 62%; right: 12px; font-size: 25px; }
  .hero-intro { font-size: 15px; }
  .hero-description { max-width: 360px; margin-inline: auto; font-size: 13px; }
  .primary-link { margin-top: 24px; padding: 15px 18px 15px 20px; }
  .hero-note { justify-content: center; margin-top: 19px; font-size: 9px; }
  .hero-art { width: min(430px, 100%); justify-self: center; margin-top: 27px; }
  .art-label { right: 2%; }
  .art-footnote { bottom: 0; }
  .art-caption { font-size: 7px; }
  .story-section { grid-template-columns: 1fr; gap: 22px; padding-block: 30px; }
  .story-heading { gap: 19px; }
  h2 { font-size: 20px; }
  .story-body { padding-left: 40px; }
  .story-body > p, .launch-details { max-width: none; }
  .site-footer { min-height: 115px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; font-size: 9px; }
  .developer-link { padding-block: 10px; }
}

@media (max-width: 380px) {
  .page-shell { width: calc(100% - 36px); }
  h1 { letter-spacing: -3px; }
  .heading-spark { right: 8px; font-size: 20px; }
  .status-label { font-size: 8px; letter-spacing: 1px; }
  .hero-intro { font-size: 14px; }
  .hero-note { font-size: 8px; }
  .art-label { padding: 10px; font-size: 9px; }
  .art-label div > span { font-size: 6px; }
  .story-body { padding-left: 0; }
}

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

@media print {
  .page-shell { width: 100%; }
  .primary-link, .hero-note, .copy-button { display: none !important; }
  .hero { min-height: 0; padding-block: 30px; }
  h1 { font-size: 64px; }
  .story-section { break-inside: avoid; }
}
