/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --font-weight-medium: 500;
  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --color-background: hsl(var(--background));
  --color-foreground: hsl(var(--foreground));
  --color-card: hsl(var(--card));
  --color-card-foreground: hsl(var(--card-foreground));
  --color-primary: hsl(var(--primary));
  --color-primary-foreground: hsl(var(--primary-foreground));
  --color-muted: hsl(var(--muted));
  --color-muted-foreground: hsl(var(--muted-foreground));
  --color-border: hsl(var(--border));
  --color-input: hsl(var(--input));
  --color-ring: hsl(var(--ring));
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.isolate {
  isolation: isolate;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.w-fit {
  width: fit-content;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: var(--spacing);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.py-1 {
  padding-block: var(--spacing);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.lowercase {
  text-transform: lowercase;
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: var(--color-ring);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:opacity-50:disabled {
  opacity: 50%;
}
.cinematic-story {
  --story-ink: var(--ink, #243b2b);
  --story-muted: var(--text-muted, #657162);
  --story-line: var(--line, #dce1d2);
  --story-paper: var(--paper, #f8f8ef);
  --story-sage: var(--sage, #e7ecdc);
  --story-olive: #718744;
  --story-terracotta: #b77739;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(24px, 3.2vw, 44px) 5% clamp(72px, 10vw, 140px);
  color: var(--story-ink);
}
.cinematic-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, .82fr);
  align-items: end;
  gap: clamp(28px, 7vw, 100px);
  margin-bottom: 14px;
}
.cinematic-story__intro h1 {
  margin: 16px 0 0;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1;
}
.cinematic-story__intro h1 em {
  color: var(--story-olive);
  font-style: normal;
}
.cinematic-story__intro > p {
  max-width: 360px;
  margin: 0 0 4px;
  color: var(--story-muted);
  font-size: 13px;
  line-height: 1.85;
}
.cinematic-story__nav {
  overflow-x: auto;
  margin: 0 0 16px;
  border-top: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
  scrollbar-width: thin;
}
.cinematic-story__nav ol {
  display: flex;
  min-width: max-content;
  gap: clamp(18px, 3vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.cinematic-story__nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  color: var(--story-muted);
  font-size: 10px;
  letter-spacing: .04em;
  white-space: nowrap;
}
.cinematic-story__nav a span:first-child {
  color: var(--story-terracotta);
  font-size: 9px;
  letter-spacing: .12em;
}
.cinematic-story__nav a:hover, .cinematic-story__nav a:focus-visible, .cinematic-story__nav a[aria-current="step"] {
  color: var(--story-ink);
}
.cinematic-story__nav a[aria-current="step"] span:last-child {
  text-decoration: underline;
  text-decoration-color: var(--story-olive);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.cinematic-story__layout {
  display: grid;
  grid-template-columns: minmax(260px, .83fr) minmax(0, 1.17fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: stretch;
}
.cinematic-story__stage-column {
  min-width: 0;
  align-self: stretch;
}
.cinematic-story__stage {
  position: sticky;
  top: clamp(14px, 4vh, 42px);
  height: min(74vh, 690px);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--story-line);
  border-radius: 18px;
  background: #e8ebdb;
  box-shadow: 0 22px 50px rgb(44 63 40 / 8%);
}
.cinematic-story__scene-host {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 18%, rgb(255 255 245 / 80%), transparent 52%), linear-gradient(160deg, #e9eedf, #dce5d2 58%, #c8d1b7);
}
.cinematic-story__scene-host .farm-canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-action: pan-y;
}
.cinematic-story__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 4vw, 38px);
  background: linear-gradient(180deg, transparent 30%, rgb(33 57 38 / 24%)), linear-gradient(155deg, #eef2df 0 44%, #c6d2b4 44% 45%, #8c7255 45% 68%, #d8cba9 68%);
  color: #263d2b;
}
.cinematic-story__fallback[hidden] {
  display: none !important;
}
.cinematic-story__fallback p {
  max-width: 310px;
  margin: 0;
  color: #f7f6e9;
  font-size: 12px;
  line-height: 1.7;
  text-shadow: 0 1px 16px rgb(24 40 27 / 50%);
}
.cinematic-story__fallback p strong {
  display: block;
  margin-bottom: 4px;
  color: #fffdf0;
  font-family: var(--serif, Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}
.cinematic-story__fallback-bed {
  position: absolute;
  top: 20%;
  right: 15%;
  left: 15%;
  display: flex;
  height: 44%;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: 10px solid #725b43;
  opacity: .8;
  transform: perspective(260px) rotateX(15deg);
}
.cinematic-story__fallback-bed span {
  position: relative;
  display: block;
  width: 7px;
  height: 72%;
  border-radius: 8px;
  background: #4a743f;
  box-shadow: -20px 20px 0 -1px #638c4d, 21px 25px 0 -2px #86a453;
}
.cinematic-story__fallback-bed span::after {
  position: absolute;
  top: -10px;
  left: -13px;
  width: 32px;
  height: 18px;
  border-radius: 65% 12% 65% 12%;
  background: #769653;
  content: "";
  transform: rotate(-24deg);
}
.cinematic-story__stage-meta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #f7f8ed;
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 1.4;
  pointer-events: none;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgb(25 43 28 / 60%);
}
.cinematic-story__stage-note {
  color: #ebf0d9;
  text-align: right;
}
.cinematic-story__chapters {
  min-width: 0;
}
.cinematic-story__chapter {
  display: flex;
  min-height: min(78vh, 720px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 82px) 0;
  border-top: 1px solid var(--story-line);
  scroll-margin-top: 28px;
}
.cinematic-story__chapter:first-child {
  border-top: 0;
  padding-top: 24px;
}
.cinematic-story__chapter.is-active h3 {
  text-decoration: underline;
  text-decoration-color: rgb(113 135 68 / 35%);
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}
.cinematic-story__chapter-index {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
  color: var(--story-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cinematic-story__chapter-index span:first-child {
  color: var(--story-terracotta);
  font-size: 10px;
}
.cinematic-story__chapter h3 {
  max-width: 600px;
  margin-bottom: 18px;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.cinematic-story__body {
  max-width: 550px;
  margin-bottom: 17px;
  color: var(--story-muted);
  font-size: 14px;
  line-height: 1.85;
}
.cinematic-story__action, .cinematic-story__caveat, .cinematic-story__source {
  max-width: 550px;
  font-size: 11px;
  line-height: 1.7;
}
.cinematic-story__action {
  margin-bottom: 8px;
}
.cinematic-story__action strong {
  color: var(--story-ink);
  font-weight: 600;
}
.cinematic-story__caveat {
  margin-bottom: 22px;
  color: var(--story-muted);
  font-style: italic;
}
.cinematic-story__figure {
  max-width: 520px;
  margin: 0 0 12px;
}
.cinematic-story__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--story-line);
  border-radius: 11px;
  background: #f4f3e6;
  object-fit: cover;
}
.cinematic-story__figure figcaption {
  margin-top: 8px;
  color: var(--story-muted);
  font-size: 10px;
  line-height: 1.6;
}
.cinematic-story__figure a, .cinematic-story__source a {
  color: var(--story-olive);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cinematic-story__source {
  margin-bottom: 15px;
}
.cinematic-story__next, .cinematic-story__chapter-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px solid #aab79b;
  color: var(--story-ink);
  font-size: 11px;
  font-weight: 600;
}
.cinematic-story__next:hover, .cinematic-story__chapter-link:hover {
  color: var(--story-olive);
}
.cinematic-story__chapter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
@media (max-width: 900px) {
  .cinematic-story__intro {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .cinematic-story__intro > p {
    max-width: 540px;
  }
  .cinematic-story__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .cinematic-story__stage {
    top: 12px;
    height: min(56vh, 520px);
    min-height: 330px;
  }
  .cinematic-story__chapter {
    min-height: min(74vh, 660px);
  }
}
@media (max-width: 560px) {
  .cinematic-story {
    padding-inline: 5%;
  }
  .cinematic-story__intro h1 {
    font-size: clamp(36px, 12vw, 54px);
  }
  .cinematic-story__stage {
    height: 54vh;
    min-height: 290px;
    border-radius: 13px;
  }
  .cinematic-story__stage-meta {
    right: 12px;
    bottom: 11px;
    left: 12px;
    font-size: 8px;
  }
  .cinematic-story__stage-note {
    max-width: 130px;
  }
  .cinematic-story__chapter {
    min-height: 70vh;
    padding-block: 48px;
  }
  .cinematic-story__chapter:first-child {
    padding-top: 34px;
  }
  .cinematic-story__chapter h3 {
    font-size: clamp(31px, 10vw, 44px);
  }
  .cinematic-story__body {
    font-size: 13px;
  }
  .cinematic-story__figure img {
    border-radius: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-story, .cinematic-story * {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
:root {
  --ink: #243b2b;
  --text-muted: #657162;
  --paper: #f8f8ef;
  --line: #dce1d2;
  --green: #354e37;
  --lime: #ddeda5;
  --sage: #e7ecdc;
  --peach: #eec9a5;
  --radius: 18px;
  --sans: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --serif: Georgia,"Times New Roman",serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color: transparent;
}
button,a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1em;
}
h1,h2,h3 {
  margin: 0;
  font-weight: 400;
}
h1,h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(44px,5.8vw,80px);
}
h2 {
  font-size: clamp(30px,3.8vw,48px);
}
h3 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.025em;
}
h1 em,h2 em {
  font-weight: 400;
  color: #718744;
}
img,svg {
  max-width: 100%;
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 4px;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  flex-shrink: 0;
}
main,footer,.site-header {
  max-width: 1440px;
  margin: auto;
}
.site-header {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 24px;
}
.logo {
  font-size: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.logo-lab {
  font-size: 10px;
  letter-spacing: .13em;
  font-weight: 600;
}
.logo-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 37px;
}
.logo-icon .icon {
  width: 28px;
  height: 32px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 500;
}
.site-header nav a {
  padding: 8px 0;
}
.site-header nav a:hover,.site-header nav a.active {
  color: #708240;
}
.button {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  transition: transform .2s,background .2s;
  line-height: 1.45;
  text-align: center;
}
.button:hover {
  transform: translateY(-2px);
  background: #456348;
}
.button.outline {
  background: transparent;
  color: var(--ink);
  border-color: #aebaa3;
}
.button.outline:hover {
  background: var(--sage);
}
.button.small {
  font-size: 11px;
  min-height: 39px;
  padding: 8px 14px;
  gap: 7px;
}
.button.lime {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.button.wide {
  width: 100%;
}
.text-link,.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
}
.text-link {
  border-bottom: 1px solid #94a287;
  padding-bottom: 3px;
}
.text-link:hover {
  color: #7c8d49;
}
.text-button {
  border: 0;
  background: none;
  color: var(--ink);
  padding: 8px 0;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  color: #59684f;
  text-transform: uppercase;
}
.eyebrow.light {
  color: #d5e1be;
}
.muted,.micro {
  color: var(--text-muted);
}
.micro {
  display: block;
  font-size: 10px;
  line-height: 1.7;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #84a444;
  margin-right: 8px;
  vertical-align: middle;
}
.hero {
  padding: 40px 5% 55px;
  display: grid;
  grid-template-columns: 39% 61%;
  align-items: center;
  min-height: 630px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-right: 26px;
}
.hero-copy h1 {
  margin: 23px 0;
  font-size: clamp(50px,6.3vw,84px);
}
.hero-copy>p {
  font-size: 13px;
  max-width: 370px;
  line-height: 1.85;
  color: var(--text-muted);
}
.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.hero-footnote {
  margin-top: 27px;
  font-size: 10px;
  color: var(--text-muted);
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-world {
  margin-left: 7px;
}
.world-wrap {
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background: #e8ebdb;
  border: 1px solid #dce1ce;
}
.world {
  position: relative;
  width: 100%;
  height: 540px;
  isolation: isolate;
  background: radial-gradient(ellipse at 48% 45%,#f7f6e9,#e4e9d5 80%);
  overflow: hidden;
}
.farm-canvas {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  touch-action: pan-y;
  cursor: grab;
}
.farm-canvas:active {
  cursor: grabbing;
}
.world-status {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 8px;
  letter-spacing: .13em;
  color: #4f6146;
  pointer-events: none;
  z-index: 1;
}
.world-status #engine-label {
  display: block;
  font-size: 7px;
  letter-spacing: .03em;
  color: #829077;
  margin-top: 3px;
  padding-left: 14px;
}
.world-coordinates {
  position: absolute;
  bottom: 24px;
  left: 22px;
  font-size: 8px;
  letter-spacing: .1em;
  color: #68795d;
  line-height: 1.8;
  pointer-events: none;
}
.scene-hint {
  position: absolute;
  bottom: 25px;
  right: 22px;
  font-size: 9px;
  color: #66745c;
  pointer-events: none;
}
.scene-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
  font-size: 13px;
  color: #607c49;
}
.world[data-loading=false] .scene-loading {
  display: none;
}
.scene-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  background: #f0f2e5;
  border-top: 1px solid #dce1d0;
  gap: 6px;
}
.view-modes {
  display: flex;
  gap: 4px;
}
.view-modes button,.seasons button,.filter-chips button {
  border: 1px solid transparent;
  background: none;
  padding: 8px 11px;
  border-radius: 5px;
  color: #65755d;
  font-size: 10px;
  white-space: nowrap;
}
.view-modes button.selected,.seasons button.selected,.filter-chips button.selected {
  background: var(--green);
  color: #fff;
}
.scene-toolbar .text-button {
  font-size: 9px;
  gap: 5px;
}
.scene-toolbar .icon {
  width: 14px;
  height: 14px;
}
.promise-strip {
  margin: 0 5%;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 12px;
  font-size: 10px;
  color: #68765f;
}
.promise-strip>span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.promise-strip .icon {
  color: #708e4d;
  width: 18px;
  height: 18px;
}
.section {
  padding: 65px 5%;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin-top: 12px;
}
.section-heading>.text-link {
  white-space: nowrap;
  margin-bottom: 4px;
}
.card-grid {
  display: grid;
  gap: 19px;
}
.four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.three {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.entity-card {
  border: 1px solid #e0e4d8;
  border-radius: 10px;
  background: #fcfcf5;
  position: relative;
  overflow: hidden;
  transition: transform .2s,box-shadow .2s;
}
.entity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px #273e2310;
}
.art-link {
  display: block;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--accent) 9%,#f3f4e8);
  }
  position: relative;
  height: 182px;
  overflow: hidden;
}
.botanical {
  width: 100%;
  height: 100%;
  transition: transform .4s;
}
.entity-card:hover .botanical {
  transform: rotate(-3deg) scale(1.05);
}
.tiny-label {
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #56634a;
}
.save-button {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  border-radius: 50%;
  background: #fffffaab;
  color: #687b5f;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}
.save-button .icon {
  width: 15px;
  height: 15px;
}
.save-button.saved {
  background: var(--green);
  color: var(--lime);
}
.save-button.saved svg {
  fill: currentColor;
  stroke: none;
}
.card-text {
  padding: 20px;
}
.card-text .eyebrow {
  font-size: 8px;
  letter-spacing: .13em;
}
.card-text h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin: 9px 0 11px;
  letter-spacing: -.035em;
}
.card-text p {
  font-size: 11px;
  line-height: 1.75;
  color: var(--text-muted);
  min-height: 57px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9eadf;
  padding-top: 13px;
  color: #7a856e;
  font-size: 8px;
  gap: 5px;
}
.card-bottom .icon {
  width: 15px;
  height: 15px;
}
.feature-band {
  background: #2c452f;
  margin: 15px 5%;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 54px 55px;
  color: #f2f5e4;
  gap: 35px;
  align-items: center;
  overflow: hidden;
}
.feature-band h2 {
  font-size: clamp(34px,4.5vw,58px);
  margin: 17px 0 24px;
}
.feature-band h2 em {
  color: #c8dda2;
}
.feature-band p {
  font-size: 12px;
  line-height: 1.85;
  color: #cbd7bc;
  max-width: 400px;
}
.feature-band .button {
  margin-top: 10px;
}
.connection-art {
  position: relative;
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
}
.connection-art:before,.connection-art:after {
  content: '';
  position: absolute;
  border: 1px solid #c0d19830;
  width: 78%;
  height: 78%;
  border-radius: 50%;
}
.connection-art:after {
  width: 100%;
  height: 100%;
  border-style: dashed;
}
.connection-art .botanical {
  width: 74%;
  height: 90%;
}
.orbit-word {
  position: absolute;
  font-size: 9px;
  padding: 7px 12px;
  background: #3f583b;
  border-radius: 30px;
  z-index: 2;
  white-space: nowrap;
}
.w1 {
  left: 0;
  top: 27%;
}
.w2 {
  right: 0;
  top: 18%;
}
.w3 {
  right: 0;
  bottom: 25%;
}
.w4 {
  bottom: 1%;
  left: 28%;
}
.split-callout {
  margin: 20px 5% 70px;
  padding: 45px 5%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 45px;
  background: #eeeede;
  border-radius: 12px;
  align-items: center;
}
.split-callout h2 {
  margin: 16px 0 22px;
}
.split-callout p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 430px;
}
.paper-stack {
  padding: 20px;
  transform: rotate(5deg);
  position: relative;
}
.paper-stack:before {
  content: '';
  position: absolute;
  inset: 23px;
  background: #d8ddc4;
  transform: rotate(-10deg);
  border-radius: 5px;
}
.paper-card {
  position: relative;
  background: #fafbf1;
  box-shadow: 0 12px 30px #253e2620;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
}
.paper-card h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin-top: 15px;
}
.paper-card .botanical {
  height: 160px;
}
.paper-card>span:last-child {
  font-size: 8px;
  letter-spacing: .13em;
  color: #83926d;
}
.page-intro {
  padding: 55px 5% 42px;
}
.page-intro h1 {
  margin: 20px 0 25px;
  font-size: clamp(42px,5.5vw,70px);
}
.page-intro>p {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 610px;
  line-height: 1.85;
}
.page-intro.compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.compact h1 {
  font-size: 55px;
  margin-bottom: 0;
}
.compact>p {
  font-size: 12px;
  max-width: 330px;
  margin-bottom: 6px;
}
.explorer-layout {
  padding: 0 5% 70px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  gap: 24px;
  align-items: start;
}
.explorer-layout .world {
  height: 590px;
}
.explorer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.season-box,.inspector,.discovery-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #fafbf2;
}
.season-box p,.inspector p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--text-muted);
}
.seasons {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 15px 0;
}
.seasons button {
  padding: 8px 7px;
  border-radius: 4px;
  font-size: 10px;
}
.switch-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 10px;
}
.switch-row input {
  accent-color: var(--green);
  width: 16px;
  height: 16px;
}
.inspector h2 {
  font-size: 34px;
  margin: 14px 0;
}
.inspector-art {
  height: 130px;
  margin: 0 0 -6px;
}
.fact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 14px 0;
}
.fact-pills span {
  font-size: 9px;
  border: 1px solid #dce2d2;
  border-radius: 30px;
  padding: 3px 8px;
}
.inspector .micro {
  font-size: 9px;
}
.inspector .button {
  font-size: 11px;
  min-height: 43px;
}
.discovery-box {
  background: #e9efda;
}
.discovery-box h3 {
  font-size: 14px;
  margin: 12px 0 6px;
}
.discovery-box p {
  font-size: 11px;
  color: var(--text-muted);
}
#discovery-progress {
  display: flex;
  gap: 6px;
  margin: 12px 0;
}
#discovery-progress i {
  width: 40px;
  height: 5px;
  border-radius: 4px;
  background: #cfdbb8;
}
#discovery-progress i.done {
  background: #6e8f42;
}
.growth-controls {
  padding: 21px 3px 14px;
}
.growth-controls label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: #5a6c4f;
}
.growth-controls output {
  font-size: 9px;
  color: #899576;
}
.slider-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
}
.slider-row span {
  font-size: 9px;
  color: #8b977e;
}
.slider-row input {
  flex: 1;
  min-width: 0;
}
.growth-controls input {
  accent-color: #77964b;
  width: 100%;
}
.icon-button {
  border: 1px solid #cdd7bb;
  background: #f9fcf0;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  color: var(--green);
}
.icon-button .icon {
  width: 13px;
  height: 13px;
}
.bed-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
}
.bed-button {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 12px 10px;
  border-radius: 7px;
  background: #fffdf3;
  color: var(--ink);
  font-size: 10px;
  text-align: left;
}
.bed-button span {
  font-size: 8px;
  color: #97a383;
}
.bed-button.selected {
  background: #e1ebcc;
  border-color: #829b5d;
}
.library-section {
  padding: 0 5% 65px;
}
.filter-bar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.searchbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
  border: 1px solid #ced8c2;
  border-radius: 8px;
  background: #fcfdf5;
  padding: 0 16px;
  gap: 12px;
}
.searchbox .icon {
  color: #7a8d67;
}
.searchbox input {
  height: 48px;
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
}
.filter-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.filter-chips button {
  border-color: var(--line);
  padding: 7px 14px;
}
.results-label {
  font-size: 10px;
  color: #859179;
  margin: 22px 0;
}
.note-panel {
  padding: 23px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  gap: 18px;
  margin: 30px 5%;
  font-size: 12px;
  color: var(--text-muted);
  align-items: center;
}
.note-panel p {
  margin: 0;
}
.library-section>.note-panel {
  margin: 30px 0 0;
}
.note-panel .icon {
  width: 25px;
  height: 25px;
}
.breadcrumbs {
  padding: 25px 5% 0;
  font-size: 10px;
  color: #7a8970;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.entity-hero {
  padding: 38px 5% 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 55px;
  align-items: center;
}
.entity-hero h1 {
  font-size: clamp(40px,5.4vw,70px);
  margin: 22px 0;
}
.entity-hero p {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 600px;
}
.entity-hero-art {
  height: 300px;
  border-radius: 14px;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--accent) 8%,#f4f4e9);
  }
}
.entity-hero-art .botanical {
  padding: 10px;
}
.detail-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 23px 0 17px;
}
.reading-layout {
  padding: 0 9% 25px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 235px;
  gap: 60px;
}
.reading-main {
  max-width: 770px;
}
.reading-main h2 {
  font-size: 32px;
  margin: 36px 0 21px;
}
.reading-main>p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.9;
}
.answer-box {
  background: #e8efdc;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 32px;
}
.answer-box p {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -.02em;
  margin: 13px 0 0;
}
.evidence-point {
  margin: 25px 0;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}
.claim-kind {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #80935f;
}
.evidence-point p {
  font-size: 13px;
  line-height: 1.9;
  margin: 10px 0;
}
.evidence-point .micro {
  font-size: 10px;
}
.inline-sources {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 9px;
  color: #7e905e;
}
.inline-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.action-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.action-steps li {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  align-items: start;
}
.action-steps li>span {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #e6edd7;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 10px;
}
.action-steps p {
  margin: 1px 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-muted);
}
.caution {
  background: #f0e7d5;
  border-radius: 10px;
  padding: 22px;
  margin: 30px 0;
}
.caution p {
  font-size: 12px;
  line-height: 1.8;
  margin: 10px 0 0;
}
.sticky-aside {
  position: sticky;
  top: 25px;
}
.source-link {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}
.source-link small {
  display: block;
  font-size: 10px;
  color: #849176;
  font-weight: 400;
  margin-top: 5px;
}
.source-link>span {
  float: right;
}
.scope-note {
  margin: 22px 0;
  font-size: 10px;
  color: var(--text-muted);
}
.scope-note p {
  margin-top: 6px;
}
.next-action {
  padding: 27px;
  background: var(--sage);
  border-radius: 10px;
  margin: 35px 0;
}
.next-action h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin: 13px 0;
}
.next-action p {
  font-size: 12px;
  color: var(--text-muted);
}
.relation-map {
  display: flex;
  gap: 25px;
  align-items: center;
}
.relation-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  border: 1px solid #a6b98c;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  flex-shrink: 0;
  padding: 10px;
  background: #e9efdc;
}
.relation-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.relation-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
}
.relation-links a span {
  font-size: 8px;
  color: #879577;
  text-transform: uppercase;
  min-width: 55px;
}
.relation-links .icon {
  margin-left: auto;
  width: 14px;
}
.tool-tabs {
  display: flex;
  gap: 8px;
  padding: 0 5%;
  border-bottom: 1px solid var(--line);
}
.tool-tabs button {
  border: 0;
  background: none;
  color: #748466;
  padding: 17px 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  border-bottom: 2px solid transparent;
}
.tool-tabs button[aria-selected=true] {
  color: var(--ink);
  border-bottom-color: var(--green);
}
.tool-tabs .icon {
  width: 17px;
  height: 17px;
}
.tool-panel {
  display: grid;
  grid-template-columns: 370px minmax(0,1fr);
  gap: 40px;
  padding: 35px 5%;
}
.tool-form,.studio-form {
  background: #f0f2e5;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
}
.tool-form h2 {
  font-size: 32px;
  margin: 10px 0 24px;
}
label {
  display: block;
  font-size: 11px;
  color: #5c7051;
}
input:not([type=range]):not([type=checkbox]),select,textarea {
  border: 1px solid #cdd6c0;
  border-radius: 5px;
  padding: 11px 12px;
  color: var(--ink);
  width: 100%;
  background: #fffef6;
  display: block;
  margin: 6px 0 16px;
  font-size: 12px;
  min-height: 42px;
}
textarea {
  resize: vertical;
}
input[type=checkbox] {
  accent-color: var(--green);
}
.input-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.tool-result {
  background: #fdfdf5;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 32px;
  min-width: 0;
}
.result-stat {
  font-family: var(--serif);
  font-size: 68px;
  letter-spacing: -.05em;
  line-height: 1.1;
  margin: 20px 0;
}
.result-stat small {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0;
  color: #7b8b6c;
  margin-left: 10px;
}
.bed-diagram {
  margin: 24px auto;
  max-width: 500px;
  min-height: 210px;
  width: 100%;
  border-radius: 8px;
  background: #dddfc1;
  padding: 12px;
  border: 8px solid #afa77d;
  display: flex;
  justify-content: center;
}
.bed-diagram svg {
  max-height: 290px;
  width: 100%;
}
.result-footer {
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--text-muted);
}
.water-display {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: #e2eee5;
  border-radius: 10px;
  margin: 20px 0;
}
.water-display>.icon {
  width: 65px;
  height: 80px;
  color: #80ac9c;
}
.calendar-table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  margin: 20px 0;
}
.calendar-table th,.calendar-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.calendar-table th {
  color: #758564;
  font-weight: 500;
}
.error {
  padding: 18px;
  background: #f7e3d8;
  color: #704431;
  border-radius: 8px;
  font-size: 12px;
}
.empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 45px;
  border: 1px dashed #a8b696;
  border-radius: 10px;
}
.empty-state p {
  color: var(--text-muted);
  margin: 14px 0 24px;
}
.studio-layout {
  padding: 5px 5% 50px;
  display: grid;
  grid-template-columns: 370px minmax(0,1fr);
  gap: 30px;
}
.studio-form>.eyebrow {
  margin-bottom: 22px;
}
.consent-row {
  display: flex;
  gap: 8px;
  align-items: start;
  margin: 17px 0;
  font-size: 10px;
}
.consent-row input {
  margin-top: 3px;
  flex-shrink: 0;
}
.studio-form .micro {
  margin-top: 16px;
}
.studio-output {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 35px;
  background: #fffef5;
  min-width: 0;
}
.studio-empty {
  text-align: center;
  padding: 20px 8%;
}
.studio-empty .botanical {
  height: 200px;
}
.studio-empty h2 {
  font-size: 35px;
  margin: 12px 0 20px;
}
.studio-empty>p {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 20px;
}
.studio-formats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.studio-formats span {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 9px;
  color: #81936c;
}
.studio-output h2 {
  font-size: 34px;
  margin: 10px 0 25px;
}
.studio-output h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin: 25px 0 13px;
}
.studio-output p,.studio-output li {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.9;
}
.studio-output pre {
  font: 11px/1.8 var(--sans);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f0f3e7;
  border-radius: 9px;
  padding: 20px;
}
.output-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.output-buttons .button {
  font-size: 11px;
  min-height: 42px;
}
.observation-box {
  border-left: 3px solid #a7bd76;
  padding: 15px 20px;
  background: #f2f5e9;
}
.notebook-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 5%;
}
.journal-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin: 0 5% 65px;
  background: #edf1e2;
  padding: 35px;
  border-radius: 12px;
}
.journal-panel label {
  margin-top: 20px;
}
.journal-panel h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.journal-entry {
  padding: 17px 0;
  border-bottom: 1px solid #d0dac0;
}
.journal-entry p {
  font-size: 12px;
  color: var(--text-muted);
  white-space: pre-wrap;
}
.journal-entry small {
  font-size: 9px;
  color: #839575;
}
.business-points {
  padding: 10px 20px;
}
.business-points h3 {
  font-family: var(--serif);
  font-size: 31px;
  margin-bottom: 20px;
}
.business-points p {
  padding: 12px 0;
  border-top: 1px solid #57704c;
}
.three-text {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.three-text article>span {
  font-family: var(--serif);
  font-size: 30px;
  color: #7e965a;
}
.three-text h3 {
  font-family: var(--serif);
  font-size: 27px;
  margin: 12px 0;
}
.three-text p {
  color: var(--text-muted);
  font-size: 12px;
}
.inquiry-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #e9efdd;
  border-radius: 12px;
  padding: 45px;
  margin: 0 5% 60px;
}
.inquiry-panel h2 {
  font-size: 42px;
  margin: 16px 0 25px;
}
.inquiry-panel p {
  font-size: 12px;
  color: var(--text-muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 23px;
  margin: 0 5% 45px;
}
.price-card {
  padding: 35px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffef7;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.price-card.featured {
  background: #e6eecf;
  border-color: #c2d09e;
}
.price-card h2 {
  font-size: 35px;
  margin: 14px 0;
}
.price {
  font-family: var(--serif);
  font-size: 52px;
  margin: 5px 0 20px;
  letter-spacing: -.045em;
}
.price span {
  font-family: var(--sans);
  display: block;
  font-size: 10px;
  color: #899779;
  letter-spacing: 0;
}
.price-card p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--text-muted);
  flex: 1;
}
.price-card .button {
  margin: 17px 0;
}
.sources-list {
  padding: 0 10% 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
}
.sources-list article {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.sources-list h2 {
  font-size: 25px;
  line-height: 1.25;
  margin: 12px 0;
}
.sources-list p {
  font-size: 12px;
  color: var(--text-muted);
}
.prose-page {
  max-width: 780px;
  padding: 0 5% 60px;
  margin: auto;
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-muted);
}
footer {
  padding: 45px 5% 20px;
  background: #edf0e3;
  border-top: 1px solid #dce1d0;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 20px;
}
.footer-top p {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -.03em;
  margin: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  color: #77866b;
  font-size: 10px;
}
.footer-grid a {
  display: block;
  padding: 5px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d5dec8;
  padding-top: 19px;
  margin-top: 25px;
  font-size: 8px;
  color: #879679;
}
.hidden {
  display: none !important;
}
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%,30px);
  background: #2c452f;
  color: #f2f7e2;
  padding: 13px 23px;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 8px 30px #20361e25;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 100;
  max-width: 90vw;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%,0);
}
.skip {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 999;
  background: var(--green);
  color: white;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
.scene-fallback {
  padding: 150px 40px;
  text-align: center;
}
.brand-card-preview {
  background: #e6ecd7;
  border-radius: 10px;
  padding: 24px;
  margin-top: 23px;
}
.brand-card-preview h3 {
  font-size: 30px;
}
.brand-card-preview small {
  display: block;
  font-size: 9px;
  color: #8b996f;
}
.brand-card-preview p {
  font-size: 14px;
}
.brand-card-preview .botanical {
  height: 170px;
}
@media (min-width:1600px) {
  body {
    font-size: 16px;
  }
  .hero {
    min-height: 710px;
  }
  .hero-world .world {
    height: 580px;
  }
}
@media (max-width:1100px) {
  .site-header {
    padding: 0 4%;
    gap: 15px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 11px;
  }
  .logo {
    font-size: 21px;
  }
  .hero {
    grid-template-columns: 42% 58%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .hero-copy h1 {
    font-size: 65px;
  }
  .hero-world .world {
    height: 490px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 12px 15px;
  }
  .four {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .hero~.section .four {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .card-text {
    padding: 15px;
  }
  .card-text h3 {
    font-size: 23px;
  }
  .art-link {
    height: 160px;
  }
  .explorer-layout {
    grid-template-columns: minmax(0,1fr) 260px;
    gap: 18px;
  }
  .explorer-layout .world {
    height: 520px;
  }
  .bed-list {
    grid-template-columns: repeat(2,1fr);
  }
  .reading-layout {
    padding: 0 5% 25px;
    gap: 32px;
  }
  .tool-panel,.studio-layout {
    grid-template-columns: 320px minmax(0,1fr);
    gap: 22px;
  }
  .tool-form,.studio-form {
    padding: 23px;
  }
  .scene-hint {
    bottom: 12px;
    font-size: 8px;
  }
  .world-coordinates {
    bottom: 27px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .price-card {
    padding: 27px 20px;
  }
  .compact h1 {
    font-size: 48px;
  }
}
@media (max-width:820px) {
  .site-header {
    height: auto;
    min-height: 83px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 12px;
    gap: 15px;
  }
  .site-header nav {
    order: 3;
    flex-basis: 100%;
    overflow: auto;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 4px;
  }
  .site-header .button {
    margin-left: auto;
  }
  .hero {
    padding-top: 35px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero-copy {
    max-width: 570px;
    padding-right: 0;
  }
  .hero-copy h1 {
    font-size: 65px;
    margin: 18px 0 20px;
  }
  .hero-copy h1 br:first-child {
    display: none;
  }
  .hero-copy>p {
    max-width: 470px;
    font-size: 14px;
  }
  .hero-world {
    margin: 0;
  }
  .hero-world .world {
    height: 530px;
  }
  .hero-footnote {
    margin-top: 20px;
  }
  .promise-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-heading>.text-link {
    font-size: 10px;
  }
  .four,.hero~.section .four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .three {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .three .entity-card:last-child {
    display: block;
  }
  .feature-band {
    padding: 38px;
    gap: 18px;
  }
  .feature-band h2 {
    font-size: 39px;
  }
  .feature-band p {
    font-size: 11px;
  }
  .connection-art {
    aspect-ratio: 1;
  }
  .orbit-word {
    font-size: 7px;
    padding: 5px 7px;
  }
  .split-callout {
    padding: 30px;
    gap: 18px;
  }
  .paper-stack {
    padding: 10px;
  }
  .paper-card {
    padding: 20px 12px;
  }
  .page-intro {
    padding-top: 36px;
  }
  .page-intro h1 {
    font-size: 58px;
  }
  .page-intro.compact {
    display: block;
  }
  .compact>p {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .explorer-layout {
    grid-template-columns: 1fr;
  }
  .explorer-layout .world {
    height: 560px;
  }
  .explorer-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .discovery-box {
    grid-column: 1/-1;
  }
  .bed-list {
    grid-template-columns: repeat(4,1fr);
  }
  .entity-hero {
    gap: 23px;
  }
  .entity-hero h1 {
    font-size: 47px;
  }
  .entity-hero p {
    font-size: 12px;
  }
  .entity-hero-art {
    height: 240px;
  }
  .reading-layout {
    grid-template-columns: 1fr 210px;
    gap: 25px;
  }
  .answer-box {
    padding: 22px;
  }
  .answer-box p {
    font-size: 21px;
  }
  .tool-panel,.studio-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .tool-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .tool-form h2,.tool-form>.eyebrow,.tool-form>.micro,.tool-form>.button {
    grid-column: 1/-1;
  }
  .tool-form>.button {
    justify-self: start;
  }
  .tool-form label {
    min-width: 0;
  }
  .tool-form .input-pair {
    grid-column: 1/-1;
  }
  .studio-form {
    max-width: none;
  }
  .studio-output {
    padding: 25px;
  }
  .tool-tabs button {
    padding: 14px 13px;
    font-size: 10px;
  }
  .notebook-actions {
    flex-wrap: wrap;
    gap: 15px;
  }
  .journal-panel {
    gap: 25px;
    padding: 25px;
  }
  .inquiry-panel {
    gap: 30px;
    padding: 30px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-card {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .price-card>.eyebrow,.price-card>h2 {
    grid-column: 1/-1;
  }
  .price-card p {
    grid-column: 2;
    grid-row: 3/5;
  }
  .price-card>.button {
    grid-column: 1;
    grid-row: 4;
  }
  .price-card>.micro {
    grid-column: 1/-1;
  }
  .three-text {
    gap: 25px;
  }
  .footer-top p {
    font-size: 19px;
  }
}
@media (max-width:560px) {
  .site-header {
    padding: 17px 5% 10px;
  }
  .logo {
    font-size: 21px;
  }
  .site-header nav {
    font-size: 10px;
    gap: 18px;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .site-header>.button {
    font-size: 9px;
    min-height: 34px;
    padding: 7px 9px;
  }
  .site-header .button .icon {
    width: 14px;
  }
  .hero {
    padding: 27px 5% 32px;
    gap: 25px;
    min-height: 0;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .hero-copy h1 {
    font-size: 57px;
    line-height: 1.06;
    margin: 17px 0 20px;
  }
  .hero-copy h1 br:first-child {
    display: block;
  }
  .hero-copy>p {
    font-size: 12px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 22px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 13px 16px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .hero-world .world {
    height: 380px;
  }
  .world-status {
    left: 16px;
    top: 16px;
    font-size: 7px;
  }
  .world-coordinates {
    left: 16px;
    font-size: 7px;
    bottom: 25px;
  }
  .scene-hint {
    right: 15px;
    bottom: 11px;
    font-size: 7px;
  }
  .scene-toolbar {
    padding: 10px;
    flex-wrap: wrap;
  }
  .view-modes button {
    font-size: 9px;
    padding: 7px 8px;
  }
  .scene-toolbar .text-button {
    font-size: 8px;
  }
  .scene-toolbar .text-button .icon {
    width: 11px;
  }
  .promise-strip {
    font-size: 9px;
    padding: 18px 0;
    gap: 15px 5px;
  }
  .promise-strip>span {
    gap: 7px;
  }
  .promise-strip .icon {
    width: 15px;
  }
  .section {
    padding: 38px 5%;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 23px;
  }
  .section-heading h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .section-heading>.text-link {
    font-size: 10px;
  }
  .card-grid {
    gap: 12px;
  }
  .card-text {
    padding: 14px 12px;
  }
  .card-text .eyebrow {
    font-size: 7px;
    letter-spacing: .07em;
  }
  .card-text h3 {
    font-size: 22px;
    margin: 7px 0 10px;
  }
  .card-text p {
    font-size: 10px;
    line-height: 1.7;
    min-height: 68px;
  }
  .card-bottom {
    font-size: 7px;
    padding-top: 10px;
  }
  .card-bottom .icon {
    width: 13px;
  }
  .art-link {
    height: 135px;
  }
  .tiny-label {
    font-size: 7px;
    left: 11px;
    top: 10px;
  }
  .save-button {
    width: 27px;
    height: 27px;
    right: 9px;
    top: 8px;
  }
  .save-button .icon {
    width: 13px;
  }
  .feature-band {
    padding: 32px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .feature-band h2 {
    font-size: 41px;
    margin: 14px 0 19px;
  }
  .feature-band p {
    font-size: 12px;
  }
  .connection-art {
    width: 85%;
    max-width: 330px;
    justify-self: center;
    aspect-ratio: 1.2;
  }
  .orbit-word {
    font-size: 8px;
  }
  .three {
    grid-template-columns: 1fr;
  }
  .three .art-link {
    height: 190px;
  }
  .three .card-text {
    padding: 23px;
  }
  .three .card-text h3 {
    font-size: 29px;
  }
  .three .card-text p {
    min-height: 0;
    font-size: 12px;
  }
  .three .card-bottom {
    font-size: 9px;
  }
  .split-callout {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    margin: 12px 5% 40px;
  }
  .split-callout h2 {
    font-size: 37px;
  }
  .paper-stack {
    max-width: 310px;
    justify-self: center;
    transform: rotate(3deg);
  }
  .paper-card .botanical {
    height: 140px;
  }
  .page-intro {
    padding: 28px 5%;
  }
  .page-intro h1,.page-intro.compact h1 {
    font-size: 44px;
    line-height: 1.08;
    margin: 15px 0 21px;
  }
  .page-intro p {
    font-size: 12px;
    line-height: 1.8;
  }
  .page-intro .eyebrow {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .explorer-layout {
    padding-bottom: 40px;
  }
  .explorer-layout .world {
    height: 410px;
  }
  .explorer-sidebar {
    grid-template-columns: 1fr;
  }
  .discovery-box {
    grid-column: auto;
  }
  .bed-list {
    grid-template-columns: repeat(2,1fr);
    gap: 7px;
  }
  .bed-button {
    padding: 10px;
  }
  .inspector-art {
    height: 145px;
  }
  .inspector h2 {
    font-size: 36px;
  }
  .inspector p {
    font-size: 12px;
  }
  .inspector .button {
    width: auto;
  }
  .season-box {
    padding: 22px;
  }
  .season-box .seasons {
    max-width: 100%;
  }
  .seasons button {
    padding: 10px 13px;
    font-size: 11px;
    flex: 1;
  }
  .switch-row {
    font-size: 11px;
  }
  .growth-controls label {
    font-size: 10px;
  }
  .growth-controls output {
    font-size: 8px;
  }
  .library-section {
    padding-bottom: 35px;
  }
  .filter-chips {
    gap: 6px;
  }
  .filter-chips button {
    font-size: 9px;
    padding: 6px 10px;
  }
  .results-label {
    font-size: 9px;
  }
  .note-panel {
    padding: 19px;
    font-size: 11px;
    align-items: start;
  }
  .note-panel .icon {
    width: 20px;
  }
  .breadcrumbs {
    font-size: 8px;
    gap: 8px;
  }
  .entity-hero {
    padding-top: 25px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .entity-hero h1 {
    font-size: 50px;
    margin: 15px 0 20px;
  }
  .entity-hero p {
    font-size: 13px;
  }
  .entity-hero-art {
    height: 230px;
    order: -1;
  }
  .entity-hero .micro {
    font-size: 8px;
  }
  .reading-layout {
    grid-template-columns: 1fr;
    padding: 0 5%;
    gap: 35px;
  }
  .reading-main h2 {
    font-size: 32px;
  }
  .reading-aside {
    padding: 20px;
    background: #edf2e2;
    border-radius: 10px;
  }
  .sticky-aside {
    position: static;
  }
  .reading-main>.note-panel {
    margin-left: 0;
    margin-right: 0;
  }
  .relation-map {
    gap: 14px;
    flex-direction: column;
    align-items: stretch;
  }
  .relation-center {
    width: auto;
    height: auto;
    border-radius: 8px;
    flex-direction: row;
    padding: 20px;
  }
  .relation-links a {
    font-size: 11px;
  }
  .action-steps li {
    gap: 13px;
  }
  .tool-tabs {
    gap: 0;
    justify-content: space-between;
    overflow: auto;
  }
  .tool-tabs button {
    font-size: 9px;
    padding: 11px 9px;
    gap: 6px;
    flex-direction: column;
    text-align: center;
  }
  .tool-tabs .icon {
    width: 17px;
  }
  .tool-panel {
    padding-top: 25px;
    gap: 20px;
  }
  .tool-form {
    padding: 23px;
    display: block;
  }
  .tool-form h2 {
    font-size: 33px;
  }
  .input-pair {
    gap: 11px;
  }
  .tool-result {
    padding: 23px;
  }
  .result-stat {
    font-size: 60px;
  }
  .result-stat small {
    font-size: 10px;
  }
  .bed-diagram {
    min-height: 170px;
    border-width: 7px;
    padding: 8px;
  }
  .calendar-table {
    font-size: 10px;
  }
  .calendar-table th,.calendar-table td {
    padding: 10px 5px;
  }
  .studio-form,.studio-output {
    padding: 23px;
  }
  .studio-empty {
    padding: 8px 0;
  }
  .studio-empty .botanical {
    height: 165px;
  }
  .studio-empty h2 {
    font-size: 31px;
  }
  .studio-output h2 {
    font-size: 32px;
  }
  .output-buttons .button {
    font-size: 10px;
  }
  .notebook-actions .button {
    font-size: 10px;
  }
  .notebook-actions .text-button {
    font-size: 10px;
  }
  .journal-panel {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .journal-panel h2 {
    font-size: 31px;
  }
  .inquiry-panel {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .inquiry-panel h2 {
    font-size: 35px;
  }
  .three-text {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .three-text h3 {
    margin-top: 7px;
  }
  .business-points {
    padding: 0;
  }
  .business-points h3 {
    font-size: 28px;
  }
  .price-card {
    display: block;
    padding: 29px;
  }
  .price-card .price {
    font-size: 55px;
  }
  .price-card .button {
    display: flex;
  }
  .sources-list {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 5% 40px;
  }
  .prose-page {
    padding: 0 5% 40px;
    font-size: 13px;
  }
  .footer-top {
    display: block;
  }
  .footer-top p {
    margin-top: 17px;
    font-size: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 9px;
  }
  .footer-grid>p {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .footer-bottom {
    display: block;
    font-size: 8px;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .toast {
    font-size: 11px;
    padding: 12px 17px;
    width: max-content;
    max-width: 88vw;
    text-align: center;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,footer,.button,.text-button,.save-button,.toast {
    display: none !important;
  }
  body {
    background: white;
  }
  .page-intro {
    padding-top: 0;
  }
  .reading-layout {
    display: block;
  }
  .reading-aside {
    break-inside: avoid;
  }
  .entity-hero-art {
    max-height: 150px;
  }
  .tool-panel {
    display: block;
  }
  .tool-result {
    margin-top: 20px;
  }
  a[href^=http]:after {
    content: ' (' attr(href) ')';
    font-size: 8px;
    overflow-wrap: anywhere;
  }
}
.lab-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin: 48px 0 26px;
}
.lab-intro h1 {
  font-size: clamp(38px,4.4vw,65px);
  line-height: 1.06;
  margin: 12px 0 0;
}
.lab-intro p {
  font-size: 14px;
  line-height: 1.9;
  color: #697560;
}
.lab-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 306px;
  gap: 22px;
  align-items: start;
}
.lab-stage {
  min-width: 0;
}
.lab-stage .world {
  height: 530px;
  background: radial-gradient(ellipse at 50% 46%,#f9f6e9 0%,#ebefd9 68%,#e0e6cd 100%);
}
.lab-stage .world-wrap {
  border-radius: 2px 2px 22px 22px;
}
.lab-stage .scene-toolbar {
  padding: 14px 15px;
  gap: 8px;
  flex-wrap: wrap;
}
.lab-stage .scene-toolbar button {
  font-size: 10px;
}
.layer-tabs {
  display: flex;
  gap: 1px;
  padding: 5px;
  background: #e7ebd9;
  border-radius: 13px 13px 0 0;
  overflow: auto;
}
.layer-tabs button {
  flex: 1;
  white-space: nowrap;
  border: 0;
  background: transparent;
  color: #516649;
  font-size: 10px;
  font-weight: 600;
  padding: 12px 9px;
  border-radius: 8px;
  cursor: pointer;
}
.layer-tabs button.selected {
  background: #304e38;
  color: #f3f2dc;
  box-shadow: 0 3px 12px #304e3822;
}
.layer-caption {
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px solid #dfe4d3;
  color: #5c745d;
  background: #f0f3e7;
  min-height: 68px;
}
.lab-sidebar {
  display: grid;
  gap: 14px;
}
.tour-panel {
  background: #304c38;
  color: #edf1df;
  padding: 25px;
  border-radius: 18px;
}
.tour-panel h2 {
  font-size: 29px;
  line-height: 1.14;
  margin: 14px 0;
}
.tour-panel p {
  font-size: 12px;
  line-height: 1.75;
  color: #ccd9bf;
}
.tour-panel .eyebrow {
  color: #bedc91;
  font-size: 9px;
}
.tour-panel .button {
  background: #c9df98;
  color: #29432e;
  border: 0;
  margin-top: 10px;
  font-size: 11px;
}
.tour-panel .tour-nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}
.tour-nav button {
  padding: 9px 11px;
  border-radius: 20px;
  border: 1px solid #a4c08b;
  background: transparent;
  color: #e6efcf;
  font-size: 11px;
  cursor: pointer;
}
.tour-panel .tour-progress {
  display: flex;
  gap: 6px;
  margin: 16px 0;
}
.tour-progress span {
  height: 3px;
  flex: 1;
  background: #668059;
  border-radius: 4px;
}
.tour-progress span.on {
  background: #c9df98;
}
.tour-panel .tour-exit {
  border: 0;
  background: transparent;
  color: #d6e5c2;
  font-size: 10px;
  cursor: pointer;
  float: right;
}
.tour-panel a {
  color: #dfedb3;
}
.tour-panel .source-link {
  background: #3f5b43;
  color: #eef4dd;
  padding: 10px;
  font-size: 10px;
  margin: 7px 0;
}
.tour-panel .source-link small {
  color: #d3dfc3;
  font-size: 9px;
}
.tour-choices {
  display: grid;
  gap: 8px;
}
.tour-choices button {
  background: #456048;
  border: 1px solid #73916a;
  color: #f3f5e8;
  border-radius: 9px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.6;
}
.tour-choices button.correct {
  border-color: #c7dc86;
  background: #567142;
}
.mini-lessons {
  margin-top: 18px;
}
.mini-lessons button {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: transparent;
  border: 0;
  border-top: 1px solid #54704d;
  width: 100%;
  color: #dce6cf;
  text-align: left;
  padding: 13px 0;
  cursor: pointer;
  font-size: 11px;
}
.lab-settings {
  border: 1px solid #dde4d1;
  border-radius: 13px;
  padding: 15px;
  background: #f9faf2;
}
.lab-settings summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.lab-settings[open] summary {
  margin-bottom: 15px;
}
.lab-settings label {
  font-size: 11px;
}
.lab-settings .seasons button {
  font-size: 9px;
  padding: 9px 6px;
}
.lab-settings input[type=range] {
  width: 100%;
  margin: 12px 0 18px;
}
.lab-sidebar .inspector {
  padding: 20px;
}
.lab-sidebar .inspector h2 {
  font-size: 27px;
}
.lab-sidebar .inspector-art {
  height: 135px;
}
.scene-disclaimer {
  font-size: 10px;
  line-height: 1.7;
  padding: 16px 0;
  color: #76816e;
}
.lesson-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.lesson-card {
  background: #f8f8ef;
  border: 1px solid #dfe4d2;
  border-radius: 18px;
  text-align: left;
  padding: 0 22px 21px;
  color: #314b33;
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s;
}
.lesson-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px #536b3b16;
}
.lesson-art {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  margin: 0 -22px 23px;
  background: radial-gradient(circle,#eef0d7,#dce5c1);
  font-size: 84px;
  font-family: Georgia;
  color: #748e53;
  position: relative;
  overflow: hidden;
}
.lesson-art:before,.lesson-art:after {
  content: '';
  position: absolute;
  width: 145px;
  height: 145px;
  border: 1px solid #72916244;
  border-radius: 50%;
  transform: translate(24px,8px);
}
.lesson-art:after {
  width: 100px;
  height: 100px;
  transform: translate(-35px,-14px);
}
.lesson-art-1 {
  background: radial-gradient(circle,#efe5cc,#e2d6b9);
  color: #9a8059;
}
.lesson-art-2,.lesson-art-3 {
  background: radial-gradient(circle,#e6f0df,#c7ded5);
  color: #6b9894;
}
.lesson-art-5 {
  background: radial-gradient(circle,#f2e6c7,#e1dab6);
  color: #ac9567;
}
.lesson-card .eyebrow {
  font-size: 9px;
}
.lesson-card h3 {
  font-family: Georgia,serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 12px 0;
}
.lesson-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #737c65;
  min-height: 42px;
}
.lesson-action {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e6d2;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 11px;
}
.cloud-pill {
  font-size: 10px;
  color: #6f8463;
}
.atlas-picker {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  font-size: 12px;
}
.atlas-picker select {
  max-width: 340px;
  flex: 1;
}
.atlas-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 345px;
  gap: 24px;
}
.graph-canvas {
  background: #f3f5e9;
  border: 1px solid #dfe5d0;
  border-radius: 20px;
  overflow: hidden;
  align-self: start;
}
.graph-caption {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  color: #718164;
}
.graph-canvas svg {
  width: 100%;
  height: auto;
  display: block;
}
.graph-node[role=button] {
  cursor: pointer;
  outline: none;
}
.graph-node[role=button]:hover circle,.graph-node[role=button]:focus circle {
  fill: #cbdcab;
  stroke: #3a5d3c;
  stroke-width: 3;
}
.graph-legend {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #6b7e62;
  padding: 16px;
  border-top: 1px solid #e1e6d6;
}
.graph-links {
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.graph-links .chip {
  font-size: 10px;
  border: 1px solid #d2dfbe;
  border-radius: 20px;
  background: #f9faef;
  color: #57704d;
  padding: 8px 12px;
  cursor: pointer;
}
.evidence-panel {
  padding: 5px 0;
}
.evidence-panel h2 {
  font-family: Georgia;
  font-size: 37px;
  line-height: 1.15;
  margin: 12px 0;
}
.evidence-panel p {
  font-size: 13px;
  line-height: 1.9;
  color: #65765e;
}
.evidence-stats {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-block: 1px solid #dce5cc;
  font-size: 10px;
  color: #6b7c60;
}
.evidence-stats b {
  display: block;
  font-size: 25px;
  color: #3e5b39;
  font-family: Georgia;
  font-weight: normal;
  margin-bottom: 4px;
}
.evidence-panel h3 {
  font-size: 17px;
  margin-top: 26px;
}
.claim-detail {
  border-bottom: 1px solid #dce3d0;
  padding: 15px 0;
}
.claim-detail summary {
  font-size: 12px;
  line-height: 1.75;
  cursor: pointer;
  color: #415b3b;
}
.claim-detail div {
  padding-top: 15px;
}
.claim-detail a {
  display: block;
  padding: 10px 0;
  color: #507147;
  font-size: 11px;
}
.claim-detail small {
  display: block;
  color: #7c8970;
  font-size: 10px;
  margin-top: 4px;
}
.world[data-layer=water]:after,.world[data-layer=air]:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(165deg,transparent 0 82px,#a1d4d013 83px 84px,transparent 85px 140px);
  animation: flow-lines 8s linear infinite;
  mix-blend-mode: multiply;
  z-index: 0;
}
@keyframes flow-lines {
  to {
    background-position: 0 280px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .world:after {
    animation: none !important;
  }
  .lesson-card {
    transition: none;
  }
}
@media (max-width:1050px) {
  .lab-grid {
    grid-template-columns: minmax(0,1fr) 280px;
  }
  .lab-stage .world {
    height: 470px;
  }
  .atlas-layout {
    grid-template-columns: minmax(0,1fr) 295px;
  }
  .lesson-grid {
    gap: 13px;
  }
  .lesson-card {
    padding-inline: 17px;
  }
  .lesson-art {
    margin-inline: -17px;
  }
}
@media (max-width:760px) {
  .lab-intro {
    margin-top: 25px;
    display: block;
  }
  .lab-intro h1 {
    font-size: 41px;
  }
  .lab-intro p {
    font-size: 12px;
    margin-top: 20px;
  }
  .lab-grid,.atlas-layout {
    grid-template-columns: 1fr;
  }
  .lab-stage .world {
    height: 370px;
  }
  .layer-tabs button {
    font-size: 9px;
    padding: 11px 9px;
  }
  .layer-tabs {
    border-radius: 10px 10px 0 0;
  }
  .lab-sidebar {
    grid-template-columns: 1fr;
  }
  .tour-panel {
    padding: 23px;
  }
  .lab-settings {
    order: 3;
  }
  .lesson-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }
  .lesson-art {
    height: 110px;
    font-size: 59px;
    margin-bottom: 15px;
  }
  .lesson-card {
    padding: 0 14px 16px;
  }
  .lesson-card h3 {
    font-size: 19px;
  }
  .lesson-card p {
    font-size: 11px;
  }
  .lesson-card .eyebrow {
    font-size: 8px;
  }
  .lesson-art {
    margin-inline: -14px;
  }
  .lesson-action {
    font-size: 10px;
  }
  .atlas-picker {
    flex-wrap: wrap;
    gap: 12px;
  }
  .atlas-picker label {
    width: 100%;
  }
  .graph-caption {
    padding: 16px;
    font-size: 9px;
  }
  .evidence-panel {
    padding: 15px 5px;
  }
  .lab-stage .world-status {
    font-size: 7px;
  }
  .lab-stage .world-status #engine-label {
    font-size: 7px;
  }
  .lab-stage .world-coordinates {
    font-size: 7px;
  }
  .graph-links {
    padding: 10px;
  }
  .graph-legend {
    font-size: 9px;
    gap: 9px;
  }
  .hero .hero-footnote {
    font-size: 10px;
  }
}
.lab-intro,.lab-grid,.atlas-picker,.atlas-layout {
  margin-left: 5%;
  margin-right: 5%;
}
.lab-grid {
  margin-bottom: 40px;
}
.atlas-layout {
  margin-bottom: 55px;
}
.lesson-grid {
  max-width: 1440px;
  margin-inline: auto;
}
.page-intro+.lesson-grid {
  margin-inline: 5%;
}
.lab-intro {
  margin-top: 40px;
}
.lab-stage .world {
  height: 540px;
}
@media (max-width:760px) {
  .lab-stage .world {
    height: 365px;
  }
  .lab-intro,.lab-grid,.atlas-picker,.atlas-layout {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.hero-illustration {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 30px;
  animation: arrive .8s ease both;
}
.hero {
  grid-template-columns: 38% 62%;
  gap: 10px;
}
.hero-copy h1 {
  font-size: clamp(50px,5.8vw,80px);
}
.hero-actions {
  gap: 16px;
}
.hero-actions a:last-child {
  font-size: 11px;
}
.lab-grid,.lab-intro {
  margin-left: 5%;
  margin-right: 5%;
}
.lab-stage .world {
  height: 570px;
  background: radial-gradient(ellipse at center,#fcfaf1,#e2e9d0);
}
.lab-sidebar {
  position: sticky;
  top: 12px;
}
.world:after {
  z-index: -1 !important;
}
.lifecycle {
  margin-top: 20px;
  padding: 25px;
  background: #fcfcf3;
  border: 1px solid #dce4cd;
  border-radius: 17px;
  box-shadow: 0 12px 35px #35522c06;
}
.life-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.life-heading h2 {
  font-size: 33px;
  margin-top: 5px;
}
.life-speeds {
  max-width: 180px;
}
.life-speeds label {
  font-size: 10px;
}
.life-speeds select {
  font-size: 10px;
  margin-bottom: 0;
  min-height: 34px;
}
.life-scrub {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
}
.life-scrub input {
  flex: 1;
  min-width: 0;
  accent-color: #6d8a42;
  cursor: pointer;
}
.life-scrub button {
  white-space: nowrap;
  min-width: 72px;
}
.life-stops {
  display: flex;
  overflow: auto;
  gap: 7px;
  padding-bottom: 11px;
  scrollbar-width: thin;
}
.life-stops button {
  min-width: 92px;
  max-width: 130px;
  flex: 1;
  font-size: 10px;
  line-height: 1.45;
  color: #64765b;
  border: 1px solid #dce5d0;
  background: #f5f7e9;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: left;
}
.life-stops button span {
  display: block;
  font-size: 9px;
  color: #839976;
  margin-bottom: 6px;
}
.life-stops button.active {
  background: #35553c;
  border-color: #35553c;
  color: #f0f3df;
}
.life-stops button.active span {
  color: #c7db9f;
}
.life-story {
  display: flex;
  gap: 24px;
  margin: 15px 0;
  min-height: 222px;
}
.life-story .phase-art {
  width: 175px;
  height: 175px;
  object-fit: contain;
  border-radius: 13px;
  background: #f4f5e8;
  align-self: center;
  flex: 0 0 auto;
}
.life-story>div {
  flex: 1;
  min-width: 0;
}
.life-story h3 {
  font-family: Georgia,serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.035em;
  margin: 10px 0;
}
.life-story p {
  font-size: 12px;
  color: #65775b;
  line-height: 1.8;
}
.life-action {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  border-left: 3px solid #b8ce89;
  background: #f0f5df;
  font-size: 11px;
  color: #637557;
  margin: 14px 0;
}
.life-action b {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #4f7043;
  margin-bottom: 4px;
}
.life-story details {
  font-size: 10px;
}
.life-story details a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 8px 0;
}
.life-story details summary {
  cursor: pointer;
  color: #637850;
}
.voice-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding-top: 15px;
  border-top: 1px solid #e3e9d5;
}
.voice-bar .button {
  font-size: 10px;
  padding: 9px 12px;
  min-height: 34px;
}
.voice-opt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}
.voice-opt input {
  width: 14px;
  height: 14px;
}
.voice-bar select {
  font-size: 10px;
  width: 150px;
  margin: 0;
  min-height: 34px;
  padding: 7px;
}
.voice-bar [role=status] {
  flex-basis: 100%;
  font-size: 9px;
  color: #7e8f6b;
  margin: 4px 0;
}
.lifecycle>.micro {
  font-size: 9px;
  margin: 13px 0 0;
}
.crop-cycle-guide {
  margin: 30px 0;
}
.crop-cycle-guide>p {
  font-size: 12px;
  color: #718065;
}
.crop-cycle-steps details {
  border: 1px solid #dce3cf;
  border-radius: 9px;
  margin: 8px 0;
  padding: 14px 18px;
  background: #f8faf0;
}
.crop-cycle-steps summary {
  cursor: pointer;
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: Georgia;
  font-size: 21px;
}
.crop-cycle-steps summary span {
  font-family: Arial;
  font-size: 10px;
  color: #8aa36e;
}
.crop-cycle-steps p {
  font-size: 12px;
  color: #66785c;
  margin-top: 13px;
}
.crop-cycle-steps strong {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.crop-cycle-steps a {
  margin-top: 5px;
}
.crop-cycle-guide h2 {
  font-size: 31px;
}
.farm-intro {
  padding: 42px 5% 28px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.farm-intro h1 {
  font-size: clamp(40px,4.5vw,64px);
  margin: 15px 0 18px;
}
.farm-intro p {
  font-size: 13px;
  color: #758469;
  max-width: 500px;
}
.farm-hud {
  margin: 0 5% 18px;
  padding: 15px 22px;
  border-radius: 12px;
  background: #334e39;
  color: #eef4df;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.farm-hud>strong {
  font-family: Georgia;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -.03em;
}
.farm-hud>div {
  display: flex;
  gap: 24px;
  font-size: 11px;
  color: #dce9c2;
}
.farm-hud .text-button {
  color: #d9eab8;
  font-size: 11px;
}
.farm-layout {
  display: grid;
  grid-template-columns: 210px minmax(0,1fr) 245px;
  gap: 20px;
  margin: 0 5% 50px;
  align-items: start;
}
.farm-shelf,.farm-discoveries {
  background: #f9fbf0;
  border: 1px solid #dce5cc;
  border-radius: 15px;
  padding: 20px;
}
.farm-shelf h2,.farm-discoveries h2 {
  font-size: 27px;
  margin: 12px 0;
}
.farm-shelf>p {
  font-size: 11px;
  color: #758468;
}
.build-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.build-grid button {
  background: #eef3e1;
  border: 1px solid #dce5cc;
  padding: 10px 5px;
  border-radius: 8px;
  color: #476540;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  transition: transform .2s;
}
.build-grid button:hover {
  transform: translateY(-2px);
}
.build-grid button.selected {
  border-color: #738e4d;
  background: #dce9bf;
}
.build-grid button>span {
  font-size: 30px;
  line-height: 1.1;
}
.build-grid button b {
  font-size: 10px;
  font-weight: 500;
}
.build-grid button small {
  font-size: 8px;
  color: #819366;
}
.build-grid img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.selected-tile {
  margin-top: 22px;
  border-top: 1px solid #dce4cd;
  padding-top: 18px;
}
.selected-tile h3 {
  font-family: Georgia;
  font-size: 25px;
  margin: 10px 0;
}
.selected-tile p {
  font-size: 11px;
  color: #6c7e5e;
  line-height: 1.7;
}
.selected-tile select {
  font-size: 11px;
  margin-bottom: 10px;
}
.plot-progress {
  height: 5px;
  background: #e4ead7;
  border-radius: 4px;
  overflow: hidden;
  margin: 12px 0;
}
.plot-progress span {
  height: 100%;
  background: #89a458;
  display: block;
}
.farm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 13px 0;
}
.farm-actions button {
  border: 1px solid #cbd9b5;
  background: #eff5e1;
  border-radius: 6px;
  font-size: 10px;
  padding: 8px;
  color: #547141;
}
.farm-actions button:last-child {
  grid-column: 1/-1;
  background: #3f6142;
  color: #f2f4df;
}
.farm-stage {
  min-width: 0;
}
.farm-stage .world {
  height: 540px;
  background: radial-gradient(ellipse at center,#faf9ea,#e3eacd);
}
.farm-viewbar {
  display: flex;
  gap: 7px;
  background: #eef2e0;
  padding: 11px 14px;
}
.farm-viewbar button {
  border: 1px solid #ccd9b7;
  background: #f8f9ef;
  padding: 7px 12px;
  border-radius: 6px;
  color: #5a7148;
  font-size: 10px;
}
.farm-viewbar button:last-child {
  margin-left: auto;
  border: 0;
  background: transparent;
}
.farm-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.farm-time .button {
  font-size: 10px;
  padding: 9px 12px;
  min-height: 35px;
}
.farm-time select {
  width: 120px;
  margin: 0;
  font-size: 10px;
  padding: 7px;
  min-height: 35px;
}
.farm-time>span {
  font-size: 9px;
  color: #7d8b6c;
}
.farm-message {
  font-size: 12px;
  line-height: 1.7;
  color: #42633d;
  padding: 13px 17px;
  min-height: 67px;
  background: #e8f0d5;
  border-radius: 9px;
}
.farm-tiles {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  margin: 15px 0;
}
.farm-tiles button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  font-size: 10px;
  border: 1px dashed #cdd7b9;
  background: #f5f8eb;
  color: #8d9f73;
  padding: 8px 10px;
  border-radius: 7px;
}
.farm-tiles button.occupied {
  background: #e8efd9;
  border-style: solid;
  color: #466538;
}
.farm-tiles button.selected {
  border: 2px solid #759650;
  color: #304f2d;
}
.farm-tiles button small {
  font-size: 8px;
  color: #91a573;
}
.farm-discoveries h3 {
  font-size: 16px;
  margin-top: 23px;
}
.farm-quest {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e0e7d0;
  padding: 13px 0;
}
.farm-quest>span {
  font-size: 20px;
  color: #9aad7e;
}
.farm-quest h3 {
  font-size: 12px;
  margin: 0 0 5px;
}
.farm-quest p {
  font-size: 10px;
  color: #7d8b6a;
  line-height: 1.65;
  margin: 0 0 4px;
}
.farm-quest small {
  font-size: 8px;
  color: #8a9c70;
}
.farm-quest.done>span {
  color: #597933;
}
.farm-quest.done small {
  color: #456b39;
}
.basket-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  border-bottom: 1px solid #e1e8d3;
  padding: 9px 0;
}
.farm-save {
  margin-top: 22px;
  font-size: 11px;
}
.farm-save summary {
  cursor: pointer;
}
.farm-save input {
  font-size: 10px;
}
.farm-save label {
  margin-top: 15px;
}
.farm-save .micro {
  font-size: 9px;
  margin-top: 15px;
}
.visual-intro {
  padding: 50px 5% 32px;
}
.visual-intro h1 {
  font-size: clamp(40px,5vw,66px);
  margin: 18px 0 25px;
}
.visual-intro p {
  font-size: 13px;
  color: #6f7e65;
  max-width: 500px;
}
.visual-tabs {
  display: flex;
  gap: 10px;
  margin: 0 5% 20px;
  flex-wrap: wrap;
}
.visual-tabs button,.harvest-switch button {
  border: 1px solid #d3ddc1;
  background: #f8faf0;
  padding: 12px 19px;
  border-radius: 30px;
  color: #6b8058;
  font-size: 11px;
}
.visual-tabs button.selected,.harvest-switch button.selected {
  background: #39583b;
  color: #f1f4df;
  border-color: #39583b;
}
.visual-lab {
  margin: 0 5% 35px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 35px;
  align-items: start;
}
.visual-canvas {
  min-width: 0;
  border: 1px solid #dce4ce;
  border-radius: 18px;
  background: #eff2e3;
  overflow: hidden;
  box-shadow: 0 20px 50px #354d2f08;
}
.visual-canvas svg {
  display: block;
  width: 100%;
  height: auto;
}
.visual-scale {
  display: block;
  font-size: 8px;
  letter-spacing: .13em;
  color: #95a37d;
  padding: 18px 25px;
}
.visual-canvas #visual-controls {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #dce5cd;
  font-size: 11px;
  min-height: 70px;
}
.visual-canvas input[type=range] {
  flex: 1;
  accent-color: #729449;
  min-width: 0;
}
.vent-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vent-toggle input {
  width: 18px;
  height: 18px;
}
.visual-lab aside {
  padding: 15px 0;
}
.visual-lab aside h2 {
  font-size: 36px;
  line-height: 1.13;
  margin: 16px 0 22px;
}
.visual-lab aside>p {
  font-size: 13px;
  color: #718167;
  line-height: 1.9;
}
.visual-lab aside .button {
  font-size: 11px;
}
.visual-lab aside details {
  border-top: 1px solid #dce4cc;
  padding: 16px 0;
  font-size: 12px;
}
.visual-lab aside summary {
  cursor: pointer;
  color: #557249;
  font-weight: 500;
}
.visual-lab aside details p {
  font-size: 12px;
  line-height: 1.9;
  color: #6a7c5c;
  margin: 13px 0;
}
.visual-lab aside details a {
  display: block;
  font-size: 11px;
  line-height: 1.65;
  margin: 12px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.visual-after {
  padding: 30px 5% 60px;
}
.visual-after h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.visual-after a {
  margin-right: 22px;
}
.wet-flow {
  animation: wet-travel 6s linear infinite;
}
.air-flow {
  animation: wet-travel 2.5s linear infinite;
}
@keyframes wet-travel {
  to {
    stroke-dashoffset: -100;
  }
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lesson-art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.lesson-art:before,.lesson-art:after {
  display: none;
}
.lesson-art {
  background: #edf1dd;
}
.knowledge-banner {
  margin: 30px 5%;
  padding: 35px;
  background: #e6eed7;
  border-radius: 15px;
}
.knowledge-banner h2 {
  font-size: 38px;
  margin: 13px 0 20px;
}
.knowledge-banner p {
  font-size: 13px;
  color: #708061;
  max-width: 540px;
}
.knowledge-banner .button {
  margin-right: 20px;
}
.site-header nav {
  gap: 20px;
}
@media (max-width:1180px) {
  .farm-layout {
    grid-template-columns: 190px minmax(0,1fr);
  }
  .farm-discoveries {
    grid-column: 1/-1;
    display: block;
  }
  .farm-discoveries #farm-quests {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .farm-stage .world {
    height: 480px;
  }
  .visual-lab {
    grid-template-columns: minmax(0,1fr) 280px;
  }
  .lab-stage .world {
    height: 470px;
  }
  .life-story .phase-art {
    width: 115px;
    height: 145px;
  }
  .life-story {
    gap: 15px;
  }
  .life-stops button {
    min-width: 82px;
  }
  .life-heading h2 {
    font-size: 29px;
  }
}
@media (max-width:820px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-illustration {
    max-height: 520px;
  }
  .lab-sidebar {
    position: static;
  }
  .lifecycle {
    padding: 20px;
  }
  .visual-lab {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .visual-lab aside {
    max-width: 650px;
  }
  .farm-intro {
    display: block;
  }
  .farm-hud {
    flex-wrap: wrap;
    gap: 10px;
  }
  .farm-hud>div {
    gap: 18px;
  }
  .farm-discoveries #farm-quests {
    grid-template-columns: 1fr 1fr;
  }
  .farm-intro .text-link {
    margin-top: 8px;
  }
  .life-story .phase-art {
    width: 160px;
    height: 170px;
  }
}
@media (max-width:560px) {
  .lab-stage .world {
    height: 365px;
  }
  .lifecycle {
    padding: 17px;
    margin-top: 15px;
  }
  .life-heading {
    gap: 10px;
  }
  .life-heading h2 {
    font-size: 26px;
  }
  .life-speeds {
    max-width: 150px;
  }
  .life-speeds select {
    font-size: 9px;
  }
  .life-scrub {
    gap: 9px;
    margin: 18px 0;
  }
  .life-scrub .button {
    min-width: 55px;
    padding: 8px;
    font-size: 9px;
  }
  .life-story {
    gap: 14px;
    flex-direction: column;
  }
  .life-story .phase-art {
    width: 100%;
    height: 140px;
    object-fit: contain;
  }
  .life-story h3 {
    font-size: 25px;
  }
  .life-stops button {
    font-size: 9px;
    min-width: 86px;
    padding: 9px;
  }
  .voice-bar .button {
    font-size: 9px;
  }
  .voice-opt {
    flex-basis: 100%;
  }
  .farm-layout {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .farm-stage {
    grid-row: 1;
  }
  .farm-shelf {
    grid-row: 2;
  }
  .farm-discoveries {
    grid-column: 1;
  }
  .build-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .farm-stage .world {
    height: 370px;
  }
  .farm-hud {
    padding: 13px 16px;
  }
  .farm-hud>strong {
    font-size: 22px;
  }
  .farm-hud>div {
    font-size: 10px;
  }
  .farm-hud .text-button {
    font-size: 9px;
  }
  .farm-tiles button {
    gap: 6px;
    padding: 8px 5px;
    font-size: 9px;
  }
  .farm-stage .micro {
    font-size: 9px;
  }
  .farm-time {
    gap: 6px;
  }
  .farm-time select {
    width: 100px;
  }
  .farm-message {
    font-size: 11px;
  }
  .farm-actions {
    grid-template-columns: repeat(3,1fr);
  }
  .farm-discoveries #farm-quests {
    display: block;
  }
  .farm-discoveries h2 {
    font-size: 30px;
  }
  .visual-intro {
    padding-top: 32px;
  }
  .visual-tabs {
    gap: 6px;
  }
  .visual-tabs button {
    font-size: 9px;
    padding: 9px 12px;
  }
  .visual-lab {
    margin-bottom: 20px;
  }
  .visual-canvas #visual-controls {
    padding: 13px;
    gap: 12px;
  }
  .visual-canvas #visual-controls label {
    font-size: 10px;
  }
  .visual-scale {
    font-size: 7px;
    padding: 13px;
  }
  .visual-lab aside h2 {
    font-size: 34px;
  }
  .harvest-switch button {
    font-size: 10px;
    padding: 8px 14px;
  }
  .visual-after h2 {
    font-size: 29px;
  }
  .visual-after a {
    margin-bottom: 16px;
  }
  .hero-copy h1 {
    font-size: 56px;
  }
  .hero-illustration {
    border-radius: 14px;
  }
  .knowledge-banner {
    padding: 24px;
  }
  .knowledge-banner h2 {
    font-size: 30px;
  }
  .crop-cycle-steps summary {
    font-size: 20px;
  }
  .life-speeds label {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .wet-flow,.air-flow,.hero-illustration {
    animation: none !important;
  }
}
.honey-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.button:disabled {
  opacity: .55;
  cursor: wait;
  transform: none;
}
.skip:not(:focus-visible) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
}
.skip:focus-visible {
  clip-path: none;
  top: 10px;
  width: auto;
  height: auto;
  overflow: visible;
}
.discovery-shortcuts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin: 5px 5% 45px;
}
.discovery-shortcuts a {
  padding: 28px;
  border: 1px solid #d8e0c9;
  border-radius: 18px;
  background: #eef1e2;
  transition: transform .2s;
}
.discovery-shortcuts a:nth-child(2) {
  background: #f2ecdd;
}
.discovery-shortcuts a:nth-child(3) {
  background: #e3eddf;
}
.discovery-shortcuts a:hover {
  transform: translateY(-4px);
}
.discovery-shortcuts span {
  font-size: 9px;
  letter-spacing: .13em;
  color: #758366;
}
.discovery-shortcuts h2 {
  font-size: 30px;
  margin: 20px 0 13px;
  line-height: 1.12;
}
.discovery-shortcuts p {
  font-size: 12px;
  color: #697861;
}
.discovery-shortcuts b {
  font-size: 11px;
  font-weight: 500;
  display: block;
  margin-top: 24px;
}
.lesson-lab {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 24px;
  padding: 0 5% 45px;
  align-items: start;
}
.lab-visual-column {
  min-width: 0;
}
.lab-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.lab-pills button {
  border: 1px solid #d5dec6;
  background: #f8f9ef;
  color: #567052;
  padding: 10px 14px;
  border-radius: 30px;
  font-size: 11px;
}
.lab-pills button[aria-pressed=true] {
  color: #f5f6e5;
  background: #34523b;
  border-color: #34523b;
}
.lesson-inspector {
  background: #304d38;
  border-radius: 20px;
  padding: 28px;
  color: #f4f4e5;
  position: sticky;
  top: 22px;
}
.lesson-inspector .eyebrow {
  color: #c3d994;
  font-size: 9px;
}
.lesson-inspector h2 {
  font-size: 33px;
  line-height: 1.12;
  margin: 16px 0 23px;
}
.lesson-inspector>p {
  font-size: 13px;
  line-height: 1.9;
  color: #d7e0c9;
}
.take-outside {
  margin-top: 25px;
  padding-top: 19px;
  border-top: 1px solid #5d7653;
}
.take-outside p {
  font-size: 12px;
  color: #dae4cb;
  line-height: 1.85;
  margin: 13px 0;
}
.lab-evidence {
  border-top: 1px solid #597450;
  padding-top: 17px;
  font-size: 11px;
  margin-top: 20px;
}
.lab-evidence summary {
  cursor: pointer;
  color: #e4edcb;
}
.lab-evidence a {
  display: block;
  font-size: 10px;
  line-height: 1.65;
  color: #d7e7b9;
  padding: 10px 0;
  border-bottom: 1px solid #5a744f;
}
.lab-evidence p {
  font-size: 10px;
  line-height: 1.8;
  color: #d0ddc1;
  margin: 15px 0 0;
}
#soil-diagram,#nutrition-diagram {
  border: 1px solid #dbe2cc;
  border-radius: 22px;
  overflow: hidden;
  background: #e9efdc;
}
#soil-diagram svg,#nutrition-diagram svg {
  display: block;
  width: 100%;
  height: auto;
}
.soil-hotspot {
  cursor: pointer;
  outline: none;
}
.soil-hotspot:focus circle {
  stroke: #b36f35;
  stroke-width: 4;
}
.soil-point-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}
.soil-point-buttons button {
  border: 1px solid #d4dcc6;
  background: #f9f9ef;
  color: #62745b;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 10px;
}
.soil-point-buttons button[aria-pressed=true] {
  background: #dce8bf;
  color: #294831;
  border-color: #809960;
}
.lab-control-line {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 18px 0;
}
.lab-control-line label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}
.lab-control-line select {
  width: auto;
  max-width: 210px;
  font-size: 10px;
  margin: 0;
}
.lab-control-line .micro {
  max-width: 330px;
  font-size: 9px;
}
.lab-control-line input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.soil-condition-grid,.soil-diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 17px;
}
.soil-condition-grid article,.soil-diagnostic-grid article {
  border: 1px solid #dbe2cd;
  border-radius: 15px;
  padding: 25px;
  background: #fcfcf2;
}
.soil-condition-grid h3,.soil-diagnostic-grid h3 {
  font-family: Georgia,serif;
  font-size: 25px;
  margin: 13px 0;
}
.soil-condition-grid p,.soil-diagnostic-grid p {
  font-size: 12px;
  color: #6a7b61;
  line-height: 1.8;
}
.soil-condition-grid a,.soil-diagnostic-grid a {
  font-size: 10px;
  border-bottom: 1px solid #9aa983;
}
.soil-condition-grid .eyebrow {
  font-size: 9px;
}
.harvest-foods {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 8px;
  margin: 12px 0;
}
.harvest-foods button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 5px;
  border: 1px solid #dce2cd;
  border-radius: 12px;
  background: #fafbf0;
  color: #465f3c;
}
.harvest-foods button[aria-pressed=true] {
  background: #dfebc3;
  border-color: #7e9557;
}
.harvest-foods span {
  font-size: 10px;
  margin-top: 5px;
}
.harvest-foods small {
  font-size: 8px;
  color: #7e8c6b;
}
.bowl-notice {
  padding: 20px;
  border: 1px solid #d8e1c9;
  border-radius: 13px;
  background: #eef2e0;
  font-size: 12px;
  color: #627656;
  line-height: 1.8;
}
.bowl-notice a {
  display: block;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.bowl-notice .micro {
  margin-top: 8px;
}
.evidence-stage-tabs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 15px;
}
.evidence-stage-tabs button {
  background: #eef2e2;
  border: 1px solid #d8e2c6;
  color: #526e49;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
  font-size: 14px;
}
.evidence-stage-tabs button span {
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.evidence-stage-tabs button[aria-pressed=true] {
  background: #334f39;
  color: #eef3d9;
}
.evidence-stage-body {
  padding: 32px;
  background: #f2f4e9;
  border: 1px solid #dce3d0;
  border-radius: 14px;
  margin-top: 18px;
}
.evidence-stage-body h3 {
  font-family: Georgia;
  font-size: 30px;
  margin-bottom: 14px;
}
.evidence-stage-body p {
  font-size: 14px;
  color: #617457;
  line-height: 1.85;
  max-width: 880px;
}
.evidence-stage-body a {
  font-size: 11px;
  display: block;
  color: #60764a;
  margin-top: 10px;
  text-decoration: underline;
}
.food-form-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 19px;
  margin: 28px 0;
}
.food-form-grid details {
  padding: 25px;
  background: #efefe0;
  border: 1px solid #dce1cf;
  border-radius: 15px;
  align-self: start;
}
.food-form-grid summary {
  cursor: pointer;
  font-family: Georgia;
  font-size: 27px;
}
.food-form-grid summary span {
  float: right;
  font-family: Arial;
  font-size: 17px;
  color: #8a9870;
}
.food-form-grid p {
  font-size: 12px;
  line-height: 1.8;
  color: #647158;
  margin-top: 18px;
}
.mini-refs a {
  display: block;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 10px;
  color: #73855a;
}
.form-explainer h2 {
  margin: 15px 0;
}
.nutrition-tabs {
  min-height: 46px;
}
@keyframes water-dash {
  to {
    stroke-dashoffset: -96;
  }
}
.playing .water-traces,.playing .water-traces path,.playing .nutrition-path {
  stroke-dasharray: 5 9;
  animation: water-dash 3s linear infinite;
}
.nutrition-path {
  stroke-dashoffset: 0;
}
.retail-proof-strip {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 0;
  border-block: 1px solid #dce3ce;
  margin: 0 5% 30px;
  color: #687b5c;
  font-size: 11px;
}
.retail-card-preview {
  background: #eaeddf;
  padding: 22px;
  text-align: center;
  border-radius: 16px;
  margin: 24px 0;
}
.retail-card-preview>svg {
  width: 270px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 9px 14px #263f2420);
}
.studio-output details {
  margin: 20px 0;
  border-bottom: 1px solid #dfe4d3;
  padding-bottom: 17px;
}
.studio-output summary {
  cursor: pointer;
  font-size: 13px;
}
.studio-output pre {
  max-width: 100%;
  word-break: break-word;
}
.economy-layout {
  display: grid;
  grid-template-columns: 340px minmax(0,1fr);
  gap: 27px;
  margin: 0 5% 50px;
  align-items: start;
}
.economy-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 5%;
  margin-bottom: 27px;
}
.economy-tabs button {
  border: 1px solid #d0dcc0;
  background: #f7f9ec;
  color: #59734c;
  font-size: 12px;
  padding: 13px 18px;
  border-radius: 30px;
}
.economy-tabs button[aria-selected=true] {
  background: #36543a;
  color: #f2f6df;
}
.economy-form {
  padding: 25px;
  background: #eff2e2;
  border: 1px solid #dce4cb;
  border-radius: 17px;
}
.eco-details {
  padding: 16px 0;
  border-bottom: 1px solid #d3dec2;
}
.eco-details:first-child {
  padding-top: 0;
}
.eco-details summary {
  font-size: 12px;
  color: #425d3e;
  font-weight: 600;
  cursor: pointer;
}
.eco-details .micro {
  margin-top: 10px;
}
.eco-cap-row {
  background: #f8f9ed;
  border: 1px solid #dce3ce;
  padding: 14px;
  border-radius: 10px;
  margin: 14px 0;
}
.eco-cap-row summary {
  font-size: 10px;
  font-weight: 400;
}
.eco-cap-row .input-pair {
  gap: 10px;
}
.eco-cap-row input {
  font-size: 11px !important;
}
.eco-cap-row .input-pair input {
  margin-bottom: 5px !important;
}
.eco-op-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 8px;
}
.eco-op-row input {
  min-width: 0;
  font-size: 11px !important;
}
.economy-form label {
  font-size: 11px;
}
.economy-form .micro {
  font-size: 9px;
  line-height: 1.7;
}
.economy-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.economy-actions button {
  font-size: 10px;
  padding: 11px 13px;
}
.economy-result {
  border: 1px solid #dce3cd;
  background: #fdfdf6;
  border-radius: 20px;
  padding: 30px;
  min-width: 0;
}
.eco-heading h2 {
  font-size: 43px;
  line-height: 1.1;
  margin: 15px 0 19px;
}
.eco-heading p {
  font-size: 13px;
  line-height: 1.8;
  color: #6b7b61;
}
.eco-flow {
  background: #eef2e3;
  border-radius: 15px;
  width: 100%;
  margin: 23px 0;
}
.eco-stat-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin: 25px 0;
}
.eco-stat {
  padding: 23px;
  border: 1px solid #dce4d0;
  background: #f3f6e9;
  border-radius: 14px;
}
.eco-stat.green {
  background: #e4edcf;
}
.eco-stat.warm {
  background: #f0e4d3;
}
.eco-stat span {
  font-size: 10px;
  color: #6e7d60;
}
.eco-stat strong {
  display: block;
  font-family: Georgia;
  font-size: 37px;
  letter-spacing: -.035em;
  font-weight: 400;
  margin: 10px 0;
  color: #314f37;
}
.eco-stat p {
  font-size: 10px;
  color: #6b7a61;
  line-height: 1.65;
  margin: 0;
}
.eco-insight {
  padding: 22px;
  background: #edf1e2;
  border-radius: 13px;
  color: #59704f;
  font-size: 12px;
  line-height: 1.8;
}
.eco-insight h3 {
  font-family: Georgia;
  font-size: 26px;
  margin-bottom: 14px;
}
.eco-subheading {
  font-family: Georgia;
  font-size: 26px;
  margin: 27px 0 14px;
}
.eco-comparison {
  padding: 18px;
  border: 1px solid #aabb88;
  border-radius: 12px;
  font-size: 12px;
  margin-top: 22px;
  background: #ecf3d9;
}
.evidence-drawer {
  margin-top: 23px;
  border-top: 1px solid #dbe2cb;
  padding-top: 20px;
  font-size: 11px;
  color: #637659;
  line-height: 1.8;
}
.evidence-drawer summary {
  cursor: pointer;
}
.evidence-drawer a {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
.evidence-drawer p {
  margin-top: 16px;
}
.bed-volume-art {
  background: #edf1df;
  border-radius: 15px;
  margin-top: 25px;
}
.economy-result .micro {
  margin: 13px 0;
}
.farm-walk-controls {
  padding: 16px;
  background: #e4ecd5;
  border-radius: 12px;
  margin: 12px 0;
}
.farm-walk-controls>div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.farm-walk-controls button {
  font-size: 11px;
  padding: 10px 13px;
  border: 1px solid #bdcdab;
  background: #fafcee;
  color: #3e5c3e;
  border-radius: 7px;
}
.farm-walk-controls label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.farm-walk-controls p {
  margin: 12px 0 0;
}
.farm-viewbar button[aria-pressed=true] {
  background: #36543a;
  color: #f3f6e7;
}
.farm-viewbar {
  flex-wrap: wrap;
}
.farm-time select {
  min-width: 145px !important;
}
.lesson-lab a:hover {
  text-decoration: underline;
}
@media (max-width:1100px) {
  .lesson-lab {
    grid-template-columns: minmax(0,1fr) 265px;
    gap: 18px;
  }
  .lesson-inspector {
    padding: 23px;
  }
  .lesson-inspector h2 {
    font-size: 29px;
  }
  .economy-layout {
    grid-template-columns: 300px minmax(0,1fr);
    gap: 20px;
  }
  .economy-form {
    padding: 21px;
  }
  .economy-result {
    padding: 24px;
  }
  .eco-heading h2 {
    font-size: 35px;
  }
  .eco-stat {
    padding: 18px;
  }
  .eco-stat strong {
    font-size: 33px;
  }
  .soil-condition-grid,.soil-diagnostic-grid {
    gap: 12px;
  }
  .discovery-shortcuts h2 {
    font-size: 25px;
  }
  .discovery-shortcuts a {
    padding: 23px;
  }
}
@media (max-width:820px) {
  .lesson-lab,.economy-layout {
    grid-template-columns: 1fr;
  }
  .lesson-inspector {
    position: static;
  }
  .lesson-inspector h2 {
    max-width: 470px;
    font-size: 35px;
  }
  .soil-condition-grid,.soil-diagnostic-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .discovery-shortcuts {
    gap: 12px;
  }
  .discovery-shortcuts h2 {
    font-size: 25px;
  }
  .discovery-shortcuts a {
    padding: 20px;
  }
  .retail-proof-strip {
    flex-wrap: wrap;
  }
  .economy-tabs button {
    font-size: 11px;
    padding: 11px 15px;
  }
  .eco-stat strong {
    font-size: 42px;
  }
  .economy-form .input-pair input {
    max-width: 100%;
  }
  .lab-control-line {
    gap: 12px;
  }
  .evidence-stage-tabs button {
    font-size: 12px;
    padding: 17px;
  }
  .food-form-grid {
    gap: 12px;
  }
  .food-form-grid details {
    padding: 20px;
  }
  .food-form-grid summary {
    font-size: 23px;
  }
}
@media (max-width:560px) {
  .discovery-shortcuts {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .discovery-shortcuts h2 {
    font-size: 30px;
  }
  .discovery-shortcuts b {
    margin-top: 14px;
  }
  .lesson-lab {
    padding-bottom: 25px;
    gap: 20px;
  }
  .lab-pills {
    gap: 5px;
  }
  .lab-pills button {
    font-size: 9px;
    padding: 9px 11px;
  }
  .lab-control-line label {
    font-size: 10px;
  }
  .lesson-inspector {
    padding: 25px;
  }
  .lesson-inspector h2 {
    font-size: 33px;
  }
  .soil-condition-grid,.soil-diagnostic-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .soil-point-buttons button {
    font-size: 9px;
    padding: 9px 11px;
  }
  .harvest-foods {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
  }
  .harvest-foods button {
    padding: 10px;
  }
  .harvest-foods span {
    font-size: 11px;
  }
  .food-form-grid {
    grid-template-columns: 1fr;
  }
  .food-form-grid summary {
    font-size: 27px;
  }
  .evidence-stage-tabs {
    gap: 8px;
  }
  .evidence-stage-tabs button {
    padding: 14px 10px;
    font-size: 11px;
  }
  .evidence-stage-tabs button span {
    font-size: 9px;
  }
  .evidence-stage-body {
    padding: 24px;
  }
  .evidence-stage-body h3 {
    font-size: 27px;
  }
  .evidence-stage-body p {
    font-size: 12px;
  }
  .retail-proof-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
  }
  .eco-stat {
    padding: 17px;
  }
  .eco-stat strong {
    font-size: 33px;
  }
  .eco-stat-grid {
    gap: 10px;
  }
  .eco-stat p {
    font-size: 10px;
  }
  .eco-heading h2 {
    font-size: 33px;
  }
  .economy-form,.economy-result {
    padding: 22px;
  }
  .economy-tabs {
    gap: 6px;
  }
  .economy-tabs button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .eco-details summary {
    font-size: 12px;
  }
  .economy-actions .button {
    font-size: 10px;
  }
  .eco-subheading {
    font-size: 25px;
  }
  .eco-insight {
    padding: 20px;
  }
  .eco-insight h3 {
    font-size: 25px;
  }
  .bowl-notice {
    font-size: 11px;
  }
  .retail-card-preview>svg {
    width: 245px;
  }
  .farm-walk-controls button {
    font-size: 10px;
    padding: 10px;
  }
  .farm-walk-controls label {
    font-size: 10px;
  }
  .farm-intro .text-link {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .playing .water-traces,.playing .water-traces path,.playing .nutrition-path {
    animation: none !important;
  }
}
.eco-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 5%;
  margin-bottom: 27px;
}
.eco-tabs button {
  border: 1px solid #d0dcc0;
  background: #f7f9ec;
  color: #59734c;
  font-size: 12px;
  padding: 13px 18px;
  border-radius: 30px;
}
.eco-tabs button[aria-selected=true] {
  background: #36543a;
  color: #f2f6df;
}
.eco-form {
  padding: 25px;
  background: #eff2e2;
  border: 1px solid #dce4cb;
  border-radius: 17px;
}
.economy-output {
  border: 1px solid #dce3cd;
  background: #fdfdf6;
  border-radius: 20px;
  padding: 30px;
  min-width: 0;
}
.economy-downloads {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 22px 0 12px;
}
.economy-downloads button {
  font-size: 10px;
  padding: 11px 13px;
}
.sample-banner {
  font-size: 10px;
  line-height: 1.6;
  color: #775a3d;
  background: #eee3cd;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}
.eco-timeline {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}
.soil-condition-grid>details {
  border: 1px solid #dbe2cd;
  border-radius: 15px;
  padding: 25px;
  background: #fcfcf2;
  align-self: start;
}
.soil-condition-grid summary {
  font-family: Georgia,serif;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.soil-condition-grid summary span {
  display: block;
  font-family: Arial;
  font-size: 10px;
  color: #8d9b70;
  margin-bottom: 15px;
}
.soil-condition-grid summary b {
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  float: right;
}
.soil-condition-grid>details>p {
  margin-top: 20px;
  font-size: 12px;
  color: #6a7b61;
  line-height: 1.8;
}
.soil-condition-grid>details>strong {
  font-size: 11px;
  font-weight: 500;
}
.soil-condition-grid a {
  border: 0;
}
@media (max-width:1100px) {
  .eco-form {
    padding: 21px;
  }
  .economy-output {
    padding: 24px;
  }
}
@media (max-width:560px) {
  .eco-form,.economy-output {
    padding: 22px;
  }
  .eco-tabs {
    gap: 6px;
  }
  .eco-tabs button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .soil-condition-grid>details {
    padding: 22px;
  }
}
.feature-band .evidence-chain {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 0;
}
.feature-band .evidence-chain>span {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.3;
  padding: 22px 9px;
  border: 1px solid #78916e;
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  color: #f1f3de;
}
.feature-band .evidence-chain>b {
  font-size: 20px;
  color: #bed292;
  font-weight: 400;
}
.feature-band .evidence-chain>p {
  grid-column: 1/-1;
  text-align: center;
  margin: 17px 0 0;
  max-width: none;
  font-size: 11px;
}
@media (max-width:1100px) {
  .feature-band .evidence-chain {
    gap: 7px;
  }
  .feature-band .evidence-chain>span {
    font-size: 16px;
    padding: 16px 6px;
  }
}
@media (max-width:560px) {
  .feature-band .evidence-chain>span {
    font-size: 15px;
    min-width: 0;
  }
  .feature-band .evidence-chain>b {
    font-size: 14px;
  }
}
:root {
  --background: 52 33% 96%;
  --foreground: 136 26% 19%;
  --card: 60 50% 98%;
  --card-foreground: 136 26% 19%;
  --primary: 124 20% 26%;
  --primary-foreground: 60 33% 96%;
  --muted: 72 24% 91%;
  --muted-foreground: 100 11% 41%;
  --border: 81 18% 84%;
  --input: 81 20% 80%;
  --ring: 30 48% 48%;
  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.platform-shell {
  flex: 1;
  min-width: 0;
}
.platform-fallback-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 500;
}
.platform-fallback-nav a {
  padding: 8px 0;
  color: #62705e;
}
.platform-fallback-nav a:hover,.platform-fallback-nav a:focus-visible {
  color: #708240;
}
.platform-shell-inner {
  width: 100%;
  min-width: 0;
}
.platform-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}
.platform-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}
.platform-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 8px;
  border-radius: 6px;
  color: #62705e;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition-property: color,background-color;
  transition-duration: .15s;
}
.platform-nav-link:hover {
  background: #edf1e4;
  color: #354e37;
}
.platform-nav-link.is-active {
  background: #e4ecd4;
  color: #354e37;
}
.platform-nav-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.platform-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.platform-search {
  margin: 0;
  min-width: 0;
}
.platform-search-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 150px;
  border: 1px solid #d1dac7;
  border-radius: 7px;
  background: #fcfdf5;
}
.platform-search-icon {
  width: 14px;
  height: 14px;
  margin-left: 9px;
  flex-shrink: 0;
  color: #849276;
}
.platform-search-field .ui-input {
  height: 34px;
  min-width: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 6px 4px 6px 7px;
  font-size: 10px;
  box-shadow: none;
}
.platform-search-field .ui-input:focus-visible {
  outline: 0;
}
.platform-search-field .ui-button {
  width: 30px;
  min-height: 32px;
  padding: 6px;
  border: 0;
  border-radius: 5px;
}
.platform-search-field .ui-button .lucide {
  width: 14px;
  height: 14px;
}
.platform-saved-link {
  display: inline-flex;
  align-items: center;
}
.platform-saved-link:hover .ui-badge {
  background: #e2ecd0;
  color: #354e37;
}
.platform-utility-links {
  display: none;
}
.platform-mobile-nav {
  display: none;
}
.platform-menu-button {
  display: none;
}
.ui-button {
  min-height: 40px;
  padding: 9px 15px;
  color: var(--ink);
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ui-button:hover {
  background: #edf1e4;
}
.ui-button:focus-visible,.ui-input:focus-visible,.ui-select:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 2px;
}
.ui-button:active {
  transform: scale(.96);
}
.ui-button-default {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.ui-button-default:hover {
  background: #456348;
}
.ui-button-outline {
  background: transparent;
  border-color: #aebaa3;
}
.ui-button-outline:hover {
  background: var(--sage);
}
.ui-button-ghost {
  background: transparent;
}
.ui-button-link {
  padding-inline: 0;
  border-color: transparent;
  background: transparent;
  color: #607740;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ui-button-default-size {
  min-height: 40px;
}
.ui-button-sm {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 11px;
}
.ui-button-lg {
  min-height: 46px;
  padding: 11px 18px;
}
.ui-button-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.ui-badge {
  min-height: 24px;
}
.ui-badge-default {
  background: #e0ebc9;
  border-color: #c8d9ae;
  color: #354e37;
}
.ui-badge-outline {
  background: transparent;
  border-color: #cbd8bd;
  color: #536c48;
}
.ui-badge-muted {
  background: #f0f2e7;
  border-color: #dde4d4;
  color: #66765e;
}
.ui-badge svg {
  width: 13px;
  height: 13px;
}
.ui-field {
  min-width: 0;
}
.ui-field-label {
  display: block;
}
.ui-field-description {
  font-size: 11px;
  color: hsl(var(--muted-foreground));
  line-height: 1.55;
}
.ui-input {
  display: block;
  width: 100%;
  min-height: 40px;
  border: 1px solid #cdd6c0;
  border-radius: 6px;
  background: #fffef6;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
}
.ui-input::placeholder {
  color: #8b977e;
}
.ui-input:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.ui-select {
  display: block;
  width: 100%;
  min-height: 40px;
  border: 1px solid #cdd6c0;
  border-radius: 6px;
  background: #fffef6;
  color: var(--ink);
  font-size: 12px;
  padding: 8px 10px;
}
@media (max-width:1100px) {
  .platform-nav-link {
    padding-inline: 6px;
    font-size: 9px;
  }
  .platform-search-field {
    min-width: 126px;
  }
  .platform-search-field .ui-input {
    font-size: 9px;
  }
}
@media (max-width:900px) {
  .site-header {
    flex-wrap: wrap;
    height: auto;
    min-height: 82px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .platform-shell {
    order: 3;
    flex-basis: 100%;
  }
  .site-header .platform-main-nav {
    display: none;
  }
  .platform-nav-actions {
    flex: 1;
    justify-content: flex-end;
  }
  .platform-search {
    flex: 1;
    max-width: 360px;
  }
  .platform-search-field {
    width: 100%;
  }
  .platform-menu-button {
    display: inline-flex;
  }
  .platform-mobile-nav.is-open {
    display: block;
    padding-top: 10px;
  }
  .platform-mobile-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 5px;
    border-top: 1px solid var(--line);
    padding-top: 10px;
  }
  .platform-mobile-links .platform-nav-link {
    justify-content: flex-start;
    background: #f4f6ec;
  }
  .platform-mobile-nav[aria-hidden=true] {
    display: none;
  }
  .platform-utility-links {
    display: none;
  }
}
@media (max-width:560px) {
  .platform-nav-actions {
    gap: 5px;
  }
  .platform-saved-link .ui-badge {
    font-size: 10px;
    padding-inline: 7px;
  }
  .platform-search-field {
    min-width: 0;
  }
  .platform-search-field .ui-input {
    font-size: 11px;
  }
  .platform-menu-button {
    width: 38px;
    height: 38px;
  }
  .site-header>.button {
    font-size: 10px;
    min-height: 36px;
    padding: 7px 10px;
  }
  .platform-mobile-links {
    grid-template-columns: 1fr;
  }
  .platform-mobile-links .platform-nav-link {
    min-height: 44px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .platform-nav-link,.ui-button {
    transition: none;
  }
  .ui-button:active {
    transform: none;
  }
}
.gear-toolbar {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  align-items: end;
}
.gear-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 20px 0 32px;
}
.gear-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fcfcf4;
  transition: transform .18s;
}
.gear-card:hover {
  transform: translateY(-4px);
}
.gear-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: radial-gradient(ellipse,#f8f5e7,#e5ead7);
}
.gear-card a>div {
  padding: 22px;
}
.gear-card small {
  font-size: 10px;
  color: var(--text-muted);
}
.gear-card h3 {
  font: 28px/1.1 Georgia;
  margin: 12px 0;
}
.gear-card p {
  font-size: 12px;
  color: var(--text-muted);
  min-height: 38px;
}
.gear-compare {
  padding: 0 22px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gear-intro {
  padding-bottom: 18px;
}
.gear-intro .eyebrow {
  display: block;
  margin-top: 26px;
}
.gear-detail {
  display: grid;
  grid-template-columns: minmax(0,1.9fr) minmax(270px,1fr);
  gap: 30px;
  padding: 15px 5% 35px;
  align-items: start;
}
.gear-stage {
  height: 520px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(ellipse at center,#fffbee,#e3e9d3);
}
.equipment-canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
}
.gear-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 9px;
  letter-spacing: .14em;
  pointer-events: none;
}
.gear-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 0;
}
.gear-controls label {
  flex: 1;
  max-width: 220px;
}
.gear-controls input {
  width: 100%;
  accent-color: var(--green);
}
.gear-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f0f3e5;
}
.gear-panel h2 {
  font-size: 39px;
  margin: 15px 0;
}
.gear-panel p {
  font-size: 13px;
  color: var(--text-muted);
}
.gear-parts {
  display: grid;
  gap: 0;
}
.gear-parts button {
  background: none;
  border: 0;
  border-top: 1px solid #d5dfc9;
  text-align: left;
  padding: 15px 0;
  color: var(--ink);
  font-size: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.gear-parts button[aria-pressed=true] {
  color: #738f3b;
  font-weight: 700;
}
.gear-parts button b {
  margin-left: auto;
}
.gear-parts button span {
  font-size: 10px;
  color: #829363;
}
#gear-explanation {
  min-height: 95px;
  font: 18px/1.5 Georgia;
  padding: 19px 0;
}
.gear-notes {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}
.gear-notes h2 {
  margin: 16px 0 25px;
  font-size: 40px;
}
.gear-notes h3 {
  font: 26px Georgia;
  margin: 27px 0 17px;
}
.gear-notes p {
  font-size: 13px;
  color: var(--text-muted);
}
.gear-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gear-questions span {
  background: #e6ecd8;
  border-radius: 30px;
  padding: 9px 14px;
  font-size: 11px;
}
.gear-sources a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: 13px;
}
.gear-sources small {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 5px;
}
.gear-cost {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 30px;
  background: #eaf0dd;
}
.gear-cost h2 {
  font-size: 43px;
  margin: 15px 0;
}
.gear-cost p {
  font-size: 13px;
}
.gear-cost .answer-box p {
  font-size: 29px;
}
.gear-comparison h2 {
  font-size: 35px;
}
.workspace-shell {
  padding: 35px 5% 65px;
}
.workspace-grid {
  display: grid;
  grid-template-columns: minmax(270px,1fr) minmax(0,1.8fr);
  gap: 25px;
}
.workspace-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcf4;
}
.workspace-card h2 {
  font-size: 34px;
  margin: 14px 0 22px;
}
.workspace-card p {
  font-size: 13px;
  color: var(--text-muted);
}
.workspace-card input[type=checkbox] {
  width: auto;
  display: inline;
  margin-right: 10px;
}
.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}
.job {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.job strong {
  font-size: 13px;
}
.job small {
  display: block;
  color: var(--text-muted);
}
.job .workspace-actions button {
  font-size: 11px;
}
.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  max-width: 940px;
  margin: 0 auto;
}
.auth-promise {
  background: #304e38;
  color: #f2f7df;
  padding: 40px;
  border-radius: 22px;
}
.auth-promise p {
  color: #ccdcb9;
}
.workspace-status {
  padding: 15px;
  border-radius: 8px;
  background: #e6edd4;
  font-size: 12px;
  margin: 15px 0;
}
.workspace-status.error {
  background: #f4e2d6;
}
.public-preview {
  border: 0;
  width: 100%;
  min-height: 600px;
}
.workspace-wide {
  grid-column: 1/-1;
}
@media (max-width:850px) {
  .gear-detail,.gear-notes {
    grid-template-columns: 1fr;
  }
  .gear-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .gear-cost {
    grid-template-columns: 1fr 1fr;
  }
  .gear-cost>div:last-child {
    grid-column: 1/-1;
  }
  .gear-stage {
    height: 440px;
  }
  .gear-panel {
    padding: 25px;
  }
  .workspace-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:560px) {
  .gear-toolbar,.gear-cost,.auth-grid {
    grid-template-columns: 1fr;
  }
  .gear-grid {
    gap: 12px;
  }
  .gear-card img {
    height: 160px;
  }
  .gear-card h3 {
    font-size: 23px;
  }
  .gear-card a>div {
    padding: 15px;
  }
  .gear-compare {
    padding: 0 15px 15px;
  }
  .gear-stage {
    height: 350px;
  }
  .gear-controls {
    flex-wrap: wrap;
  }
  .gear-controls label {
    order: 3;
    max-width: none;
    flex-basis: 100%;
  }
  .gear-notes {
    gap: 25px;
  }
  .workspace-card {
    padding: 22px;
  }
  .auth-promise {
    padding: 26px;
  }
  .gear-cost>div:last-child {
    grid-column: auto;
  }
}
.editorial-figure {
  margin: 0;
  min-width: 0;
}
.editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 12px;
}
.editorial-figure figcaption {
  margin-top: 9px;
  color: #6f7f68;
  font-size: 10px;
  line-height: 1.55;
}
.knowledge-banner.editorial-band {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,.72fr);
  gap: 30px;
  align-items: center;
}
.knowledge-banner.editorial-band .editorial-figure {
  max-width: 430px;
  justify-self: end;
}
.discovery-shortcuts .soil-discovery-figure {
  margin: 18px 0 0;
}
.discovery-shortcuts .soil-discovery-figure img {
  aspect-ratio: 16/9;
  border-radius: 10px;
  max-height: 160px;
}
.discovery-shortcuts .soil-discovery-figure figcaption {
  font-size: 9px;
  line-height: 1.5;
}
.discovery-shortcuts .nutrition-discovery-figure {
  margin: 18px 0 0;
}
.discovery-shortcuts .nutrition-discovery-figure img {
  aspect-ratio: 16/9;
  border-radius: 10px;
  max-height: 160px;
}
.discovery-shortcuts .nutrition-discovery-figure figcaption {
  font-size: 9px;
  line-height: 1.5;
}
@media (max-width:820px) {
  .knowledge-banner.editorial-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .knowledge-banner.editorial-band .editorial-figure {
    max-width: none;
    justify-self: stretch;
  }
  .discovery-shortcuts .soil-discovery-figure img,.discovery-shortcuts .nutrition-discovery-figure img {
    max-height: none;
  }
}
.equipment-editorial-band {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(250px,.72fr);
  gap: 34px;
  align-items: center;
  background: #eef1e2;
}
.equipment-editorial-band h2 {
  max-width: 600px;
  margin: 14px 0 18px;
  font-size: clamp(32px,4vw,48px);
}
.equipment-editorial-band p {
  max-width: 540px;
  font-size: 12px;
  line-height: 1.85;
  color: var(--text-muted);
}
.equipment-editorial-band .equipment-cutout {
  width: min(100%,360px);
  justify-self: end;
}
.equipment-cutout img {
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 12px;
  background: #fffaf0;
}
.equipment-cutout figcaption {
  max-width: 360px;
}
@media (max-width:820px) {
  .equipment-editorial-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .equipment-editorial-band .equipment-cutout {
    justify-self: stretch;
    max-width: 360px;
  }
}
.gear-compare {
  min-height: 44px;
  padding: 10px 22px;
  cursor: pointer;
}
@media (max-width:560px) {
  .gear-compare {
    padding: 10px 15px;
  }
}
.platform-nav-row {
  justify-content: space-between;
  gap: clamp(16px,2.8vw,38px);
}
.platform-main-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 2px;
}
.platform-nav-link {
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 11px;
  transition: color .16s ease,background-color .16s ease,transform .16s ease;
}
.platform-nav-link:active {
  transform: scale(.98);
}
.platform-nav-actions {
  gap: 10px;
}
.platform-more {
  position: relative;
  min-width: 0;
}
.platform-more>summary {
  list-style: none;
  cursor: pointer;
}
.platform-more>summary::-webkit-details-marker {
  display: none;
}
.platform-more-icon {
  width: 14px;
  height: 14px;
  transition: transform .16s ease;
}
.platform-more[open] .platform-more-icon {
  transform: rotate(180deg);
}
.platform-more-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  display: grid;
  min-width: 205px;
  gap: 3px;
  padding: 7px;
  border: 1px solid hsl(var(--border));
  border-radius: 10px;
  background: hsl(var(--card));
  box-shadow: 0 16px 36px rgb(35 58 39 / .16);
}
.platform-more-menu .platform-nav-link {
  justify-content: flex-start;
  min-height: 44px;
  width: 100%;
  font-size: 11px;
}
.platform-search-trigger {
  min-height: 42px;
  padding: 8px 12px;
  border-color: hsl(var(--border));
  background: hsl(var(--card));
  color: var(--foreground);
  gap: 9px;
  border-radius: 8px;
  transition: background-color .16s ease,border-color .16s ease,transform .16s ease;
}
.platform-search-trigger:hover {
  background: #edf1e4;
  border-color: #b8c7aa;
}
.platform-search-trigger:active {
  transform: scale(.96);
}
.platform-search-trigger .lucide {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.platform-search-trigger-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .01em;
}
.platform-search-trigger kbd {
  min-width: 29px;
  padding: 3px 5px;
  border: 1px solid #d7dfcf;
  border-radius: 4px;
  background: #f2f5eb;
  color: #78866e;
  font: 10px/1.1 var(--sans);
  text-align: center;
}
.platform-menu-button {
  display: none;
  min-width: 42px;
  min-height: 42px;
}
.ui-dialog-overlay,.ui-sheet-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgb(24 42 27 / .38);
  backdrop-filter: blur(2px);
  animation: ui-overlay-in .16s ease-out both;
}
.ui-dialog-overlay[data-state=closed],.ui-sheet-overlay[data-state=closed] {
  animation: ui-overlay-out .13s ease-in both;
}
.ui-dialog-content {
  position: fixed;
  z-index: 91;
  top: 50%;
  left: 50%;
  display: flex;
  width: min(620px,calc(100vw - 32px));
  max-height: min(680px,calc(100vh - 32px));
  transform: translate(-50%,-50%);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: 0 24px 70px rgb(35 58 39 / .22);
  outline: none;
  animation: ui-dialog-in .18s cubic-bezier(.2,0,0,1) both;
}
.ui-dialog-content[data-state=closed] {
  animation: ui-dialog-out .13s ease-in both;
}
.ui-dialog-close,.ui-sheet-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #77856d;
  transition: background-color .16s ease,color .16s ease,transform .16s ease;
}
.ui-dialog-close:hover,.ui-sheet-close:hover {
  background: #edf1e4;
  color: var(--ink);
}
.ui-dialog-close:active,.ui-sheet-close:active {
  transform: scale(.96);
}
.ui-dialog-close:focus-visible,.ui-sheet-close:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 2px;
}
.ui-dialog-close .lucide,.ui-sheet-close .lucide {
  width: 17px;
  height: 17px;
}
.ui-dialog-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ui-dialog-title {
  font: 600 16px/1.3 var(--sans);
  letter-spacing: -.01em;
}
.ui-dialog-description {
  font-size: 12px;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
}
.ui-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.ui-command {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: inherit;
  background: transparent;
  color: inherit;
}
.ui-command-input-wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 55px 12px 18px;
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--card));
}
.ui-command-input-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #7a8d67;
}
.ui-command-input-wrap input.ui-command-input {
  display: block;
  min-width: 0;
  width: 100%;
  height: 34px;
  min-height: 34px;
  margin: 0 !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
  outline: 0 !important;
}
.ui-command-input-wrap input.ui-command-input:focus,.ui-command-input-wrap input.ui-command-input:focus-visible {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.ui-command-input-wrap input.ui-command-input::placeholder {
  color: #8b977e;
}
.ui-command-list {
  max-height: min(510px,calc(100vh - 150px));
  overflow-y: auto;
  padding: 8px;
  overscroll-behavior: contain;
}
.ui-command-group {
  padding: 4px 0;
}
.ui-command-group [cmdk-group-heading] {
  padding: 7px 10px 5px;
  color: #849179;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ui-command-item {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: background-color .14s ease,border-color .14s ease,transform .14s ease;
}
.ui-command-item:hover,.ui-command-item[data-selected=true],.ui-command-item[aria-selected=true] {
  border-color: #d8e2cc;
  background: #edf2e4;
}
.ui-command-item:active {
  transform: scale(.99);
}
.ui-command-item-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #67834e;
}
.platform-command-item-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}
.platform-command-item-copy strong {
  overflow: hidden;
  color: #2e4632;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-command-item-copy small {
  overflow: hidden;
  color: #78866f;
  font-size: 10px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-command-item-arrow {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #91a27e;
  transition: transform .14s ease;
}
.ui-command-item:hover .platform-command-item-arrow,.ui-command-item[data-selected=true] .platform-command-item-arrow,.ui-command-item[aria-selected=true] .platform-command-item-arrow {
  transform: translateX(2px);
  color: #557740;
}
.ui-command-empty {
  padding: 34px 16px;
  color: #78866f;
  font-size: 12px;
  text-align: center;
}
.ui-command-separator {
  height: 1px;
  margin: 7px -8px;
  background: hsl(var(--border));
}
.ui-sheet-content {
  position: fixed;
  z-index: 91;
  top: 0;
  bottom: 0;
  display: flex;
  width: min(390px,calc(100vw - 20px));
  flex-direction: column;
  overflow-y: auto;
  padding: 30px 25px 28px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: -18px 0 55px rgb(35 58 39 / .18);
  outline: none;
}
.ui-sheet-content[data-side=right] {
  right: 0;
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
  animation: ui-sheet-right-in .18s cubic-bezier(.2,0,0,1) both;
}
.ui-sheet-content[data-side=left] {
  left: 0;
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  animation: ui-sheet-left-in .18s cubic-bezier(.2,0,0,1) both;
}
.ui-sheet-content[data-side=top] {
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  max-height: 85vh;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  animation: ui-sheet-top-in .18s cubic-bezier(.2,0,0,1) both;
}
.ui-sheet-content[data-side=bottom] {
  top: auto;
  right: 0;
  width: 100%;
  max-height: 85vh;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  animation: ui-sheet-bottom-in .18s cubic-bezier(.2,0,0,1) both;
}
.ui-sheet-content[data-state=closed] {
  animation: ui-sheet-right-out .13s ease-in both;
}
.ui-sheet-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 43px;
}
.ui-sheet-title {
  font: 600 18px/1.3 var(--sans);
  letter-spacing: -.02em;
}
.ui-sheet-description {
  color: hsl(var(--muted-foreground));
  font-size: 12px;
  line-height: 1.55;
}
.ui-sheet-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}
.platform-sheet-nav {
  display: grid;
  gap: 5px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid hsl(var(--border));
}
.platform-sheet-nav .platform-nav-link {
  justify-content: flex-start;
  min-height: 48px;
  padding: 11px 12px;
  background: transparent;
  font-size: 12px;
}
.platform-sheet-nav .platform-nav-link:hover,.platform-sheet-nav .platform-nav-link.is-active {
  background: #edf2e4;
}
.platform-sheet-nav .platform-nav-icon {
  width: 17px;
  height: 17px;
}
.library-section .searchbox {
  max-width: 700px;
  min-height: 52px;
  border-color: #cbd8bd;
  border-radius: 10px;
  background: #fcfdf5;
  padding: 0 15px;
  box-shadow: 0 1px 2px rgb(35 58 39 / .04);
  transition: border-color .16s ease,box-shadow .16s ease;
}
.library-section .searchbox:focus-within {
  border-color: hsl(var(--ring));
  box-shadow: 0 0 0 3px hsl(var(--ring) / .18);
}
.library-section .searchbox input[type=search] {
  height: 50px;
  min-height: 50px;
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  appearance: none;
}
.library-section .searchbox input[type=search]:focus,.library-section .searchbox input[type=search]:focus-visible {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.library-section .searchbox input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}
@keyframes ui-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ui-overlay-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ui-dialog-in {
  from {
    opacity: 0;
    transform: translate(-50%,-48%) scale(.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
}
@keyframes ui-dialog-out {
  from {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%,-48%) scale(.98);
  }
}
@keyframes ui-sheet-right-in {
  from {
    opacity: .75;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ui-sheet-right-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: .75;
    transform: translateX(100%);
  }
}
@keyframes ui-sheet-left-in {
  from {
    opacity: .75;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ui-sheet-top-in {
  from {
    opacity: .75;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ui-sheet-bottom-in {
  from {
    opacity: .75;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:1100px) {
  .site-header>.button {
    display: none;
  }
}
@media (min-width:901px) and (max-width:1120px) {
  .platform-nav-link {
    padding-inline: 7px;
    font-size: 11px;
  }
  .platform-nav-icon {
    display: none;
  }
  .platform-search-trigger-label,.platform-search-trigger kbd {
    display: none;
  }
  .platform-search-trigger {
    padding-inline: 11px;
  }
}
@media (max-width:900px) {
  .site-header {
    flex-wrap: nowrap;
  }
  .site-header .platform-main-nav {
    display: none;
  }
  .site-header .platform-shell {
    order: initial;
    flex: 1;
    flex-basis: auto;
  }
  .platform-nav-row {
    justify-content: flex-end;
    gap: 10px;
  }
  .platform-nav-actions {
    flex: 1;
    justify-content: flex-end;
  }
  .platform-search-trigger {
    margin-left: auto;
  }
  .platform-menu-button {
    display: inline-flex;
  }
  .platform-utility-links {
    display: none;
  }
}
@media (max-width:560px) {
  .platform-nav-actions {
    gap: 6px;
  }
  .platform-search-trigger {
    padding-inline: 10px;
  }
  .platform-search-trigger-label,.platform-search-trigger kbd {
    display: none;
  }
  .platform-saved-link .ui-badge {
    font-size: 10px;
    padding-inline: 8px;
  }
  .ui-dialog-content {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }
  .ui-command-input-wrap {
    padding-right: 50px;
  }
  .ui-command-list {
    max-height: calc(100vh - 122px);
  }
  .ui-sheet-content {
    width: min(350px,calc(100vw - 12px));
    padding-inline: 20px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .platform-nav-link,.platform-search-trigger,.ui-dialog-overlay,.ui-dialog-content,.ui-dialog-close,.ui-sheet-overlay,.ui-sheet-content,.ui-sheet-close,.ui-command-item,.ui-command-item-arrow,.library-section .searchbox {
    animation: none !important;
    transition: none !important;
  }
  .platform-search-trigger:active,.ui-dialog-close:active,.ui-sheet-close:active,.ui-command-item:active {
    transform: none;
  }
}
.world> [data-scene-pick-card],.world-wrap> [data-scene-pick-card],.gear-stage> [data-scene-pick-card] {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  display: grid;
  width: min(320px,calc(100% - 40px));
  gap: 10px;
  padding: 17px 18px 15px;
  border: 1px solid #cdd9c0;
  border-radius: 12px;
  background: #fbfcf4;
  color: var(--ink);
  box-shadow: 0 14px 32px rgb(35 58 39 / .16);
  pointer-events: auto;
}
.world> [data-scene-pick-card][hidden],.world-wrap> [data-scene-pick-card][hidden],.gear-stage> [data-scene-pick-card][hidden] {
  display: none !important;
}
.world> [data-scene-pick-card][aria-hidden=false],.world-wrap> [data-scene-pick-card][aria-hidden=false],.gear-stage> [data-scene-pick-card][aria-hidden=false] {
  animation: scene-pick-in .18s cubic-bezier(.2,0,0,1) both;
}
.world> .scene-pick-label,.world> [data-scene-pick-label],.world-wrap> .scene-pick-label,.world-wrap> [data-scene-pick-label],.gear-stage> .scene-pick-label,.gear-stage> [data-scene-pick-label] {
  z-index: 7;
  display: block;
  max-width: min(190px,calc(100% - 24px));
  padding: 4px 8px;
  border: 1px solid rgb(255 255 255 / .42);
  border-radius: 5px;
  background: #26392b;
  color: #fff;
  box-shadow: 0 5px 12px rgb(28 44 32 / .22);
  font: 600 10px/1.25 var(--sans);
  letter-spacing: .01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translate(8px,-100%);
  pointer-events: none;
  user-select: none;
}
.world> .scene-pick-label[hidden],.world> [data-scene-pick-label][hidden],.world-wrap> .scene-pick-label[hidden],.world-wrap> [data-scene-pick-label][hidden],.gear-stage> .scene-pick-label[hidden],.gear-stage> [data-scene-pick-label][hidden] {
  display: none !important;
}
[data-scene-pick-card] [data-pick-title] {
  margin: 0;
  padding-right: 26px;
  font: 600 18px/1.2 Georgia,var(--serif);
  letter-spacing: -.02em;
  color: #2e4934;
}
[data-scene-pick-card] [data-pick-description] {
  margin: 0;
  color: #6c7b67;
  font-size: 11px;
  line-height: 1.65;
}
[data-scene-pick-card] [data-pick-action] {
  display: inline-flex;
  min-height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 10px 14px;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  transition: background-color .16s ease,border-color .16s ease,transform .16s ease;
}
[data-scene-pick-card] [data-pick-action]:hover {
  border-color: #456348;
  background: #456348;
}
[data-scene-pick-card] [data-pick-action]:active {
  transform: scale(.98);
}
[data-scene-pick-card] [data-pick-action]:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 3px;
}
[data-scene-pick-card] [data-pick-learn] {
  display: inline-flex;
  min-height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  padding: 9px 12px;
  border: 1px solid #cdd9c0;
  border-radius: 7px;
  background: #f1f4e9;
  color: #385b40;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color .16s ease,border-color .16s ease,color .16s ease;
}
[data-scene-pick-card] [data-pick-learn]:hover {
  border-color: #aebf98;
  background: #e7eddc;
  color: #2d4c35;
}
[data-scene-pick-card] [data-pick-learn]:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 3px;
}
[data-scene-pick-card] [data-pick-learn][hidden] {
  display: none !important;
}
[data-scene-pick-card] [data-pick-close] {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #74856e;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .16s ease,color .16s ease,transform .16s ease;
}
[data-scene-pick-card] [data-pick-close]:hover {
  background: #edf1e4;
  color: var(--ink);
}
[data-scene-pick-card] [data-pick-close]:active {
  transform: scale(.96);
}
[data-scene-pick-card] [data-pick-close]:focus-visible {
  outline: 3px solid #b77739;
  outline-offset: 2px;
}
@keyframes scene-pick-in {
  from {
    opacity: 0;
    transform: translateY(5px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width:700px) {
  .world> [data-scene-pick-card],.world-wrap> [data-scene-pick-card],.gear-stage> [data-scene-pick-card] {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    padding: 15px 16px 14px;
  }
}
@media (max-width:560px) {
  [data-scene-pick-card] [data-pick-title] {
    font-size: 16px;
  }
  [data-scene-pick-card] [data-pick-description] {
    font-size: 10px;
    line-height: 1.55;
  }
  [data-scene-pick-card] [data-pick-action],[data-scene-pick-card] [data-pick-learn] {
    min-height: 46px;
  }
}
@media (prefers-reduced-motion:reduce) {
  [data-scene-pick-card],[data-scene-pick-card] [data-pick-action],[data-scene-pick-card] [data-pick-learn],[data-scene-pick-card] [data-pick-close] {
    animation: none !important;
    transition: none !important;
  }
  [data-scene-pick-card] [data-pick-action]:active,[data-scene-pick-card] [data-pick-close]:active {
    transform: none;
  }
}
.entity-hero-art--editorial {
  height: auto;
  min-width: 0;
  overflow: visible;
  background: transparent;
}
.entity-hero-art--editorial .entity-hero-editorial-figure {
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
}
.entity-hero-art--editorial .entity-hero-editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 14px;
  mix-blend-mode: normal;
}
.entity-hero-art--editorial .entity-hero-editorial-figure figcaption {
  padding: 9px 2px 0;
  color: #62735b;
  font-size: 10px;
  line-height: 1.5;
}
@media (max-width:560px) {
  .entity-hero-art--editorial .entity-hero-editorial-figure img {
    border-radius: 12px;
  }
  .entity-hero-art--editorial .entity-hero-editorial-figure figcaption {
    padding: 8px 1px 0;
    font-size: 9px;
  }
}
.entity-hero-art--editorial .entity-hero-study-figure {
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #f4f3e9;
}
.entity-hero-art--editorial .entity-hero-study-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
  background: #f4f3e9;
}
.entity-hero-art--editorial .entity-hero-study-figure figcaption {
  padding: 9px 2px 0;
  color: #62735b;
  font-size: 10px;
  line-height: 1.5;
}
.connection-art .tomato-connection-study {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(74%,390px);
  min-width: 0;
  margin: 0 auto;
  flex-direction: column;
}
.connection-art .tomato-connection-study img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  background: #f4f3e9;
}
.connection-art .tomato-connection-study figcaption {
  margin-top: 8px;
  color: #cbd7bc;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
.connection-art .w4 {
  left: 0;
  bottom: 12%;
}
@media (max-width:560px) {
  .entity-hero-art--editorial .entity-hero-study-figure img {
    border-radius: 12px;
  }
  .entity-hero-art--editorial .entity-hero-study-figure figcaption {
    padding: 8px 1px 0;
    font-size: 9px;
  }
  .connection-art .tomato-connection-study {
    width: min(74%,260px);
  }
}
body[data-scene-immersive-lock] {
  overflow: hidden;
}
#farm-stage[data-scene-immersive] {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  min-height: 100vh;
  margin: 0;
  padding: max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
  background: #f5f7ee;
  color: var(--ink);
}
#farm-stage[data-scene-immersive]::backdrop {
  background: #f5f7ee;
}
#farm-stage[data-scene-immersive]>.world-wrap {
  flex: 0 0 auto;
  min-height: 0;
  height: min(70dvh,calc(100dvh - 240px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d3ddc3;
  border-radius: 14px;
  background: #e8eddd;
}
#farm-stage[data-scene-immersive] #farm-world {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  width: 100%;
  background: radial-gradient(ellipse at center,#fbfaee,#dfe8d2);
}
#farm-stage[data-scene-immersive] .farm-viewbar {
  flex: 0 0 auto;
  min-height: 57px;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 8px 12px;
  background: #eef2e1;
  border-top: 1px solid #d3ddc3;
}
#farm-stage[data-scene-immersive] .farm-viewbar::-webkit-scrollbar {
  display: none;
}
#farm-stage[data-scene-immersive] .farm-viewbar button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 12px;
  font-size: 11px;
}
#farm-stage[data-scene-immersive] #farm-immersive-toggle {
  position: fixed;
  top: max(12px,env(safe-area-inset-top));
  right: max(12px,env(safe-area-inset-right));
  z-index: 5;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #294331;
  border-radius: 8px;
  background: #294331;
  color: #f5f8e9;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgb(32 53 37 / .24);
}
#farm-stage[data-scene-immersive] #farm-immersive-toggle:focus-visible {
  outline-color: #b77739;
  outline-offset: 3px;
}
#farm-stage[data-scene-immersive]>.farm-walk-controls {
  flex: 0 0 auto;
  max-height: clamp(100px,20dvh,190px);
  margin: 0;
  overflow: auto;
  border: 1px solid #cbd9b8;
  background: #e4ecd5;
}
#farm-stage[data-scene-immersive]>.farm-walk-controls>div {
  gap: 7px;
}
#farm-stage[data-scene-immersive]>.farm-walk-controls button {
  min-height: 42px;
  padding: 9px 12px;
}
#farm-stage[data-scene-immersive]>.farm-time {
  flex: 0 0 auto;
  min-height: 40px;
  margin: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 2px 0;
}
#farm-stage[data-scene-immersive]>.farm-time::-webkit-scrollbar {
  display: none;
}
#farm-stage[data-scene-immersive]>.farm-time .button,#farm-stage[data-scene-immersive]>.farm-time select {
  flex: 0 0 auto;
  min-height: 38px;
}
#farm-stage[data-scene-immersive]>#farm-message {
  flex: 0 0 auto;
  min-height: 0;
  max-height: 44px;
  overflow: auto;
  margin: 0;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.45;
}
#farm-stage[data-scene-immersive]>.farm-tiles {
  flex: 0 0 auto;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: 5px;
  max-height: 82px;
  overflow: hidden;
  margin: 0;
}
#farm-stage[data-scene-immersive]>.farm-tiles button {
  min-height: 34px;
  gap: 5px;
  padding: 6px 5px;
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#farm-stage[data-scene-immersive]>.farm-tiles button small {
  font-size: 7px;
}
#farm-stage[data-scene-immersive]>.micro {
  flex: 0 0 auto;
  max-height: 23px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9px;
  line-height: 1.5;
}
@media (max-width:700px) {
  #farm-stage[data-scene-immersive] {
    gap: 6px;
    padding-top: max(10px,env(safe-area-inset-top));
    padding-right: max(10px,env(safe-area-inset-right));
    padding-bottom: max(10px,env(safe-area-inset-bottom));
    padding-left: max(10px,env(safe-area-inset-left));
  }
  #farm-stage[data-scene-immersive]>.world-wrap {
    height: min(64dvh,calc(100dvh - 225px));
  }
  #farm-stage[data-scene-immersive] .farm-viewbar {
    padding-inline: 8px;
  }
  #farm-stage[data-scene-immersive] .farm-viewbar button {
    font-size: 10px;
    padding-inline: 10px;
  }
  #farm-stage[data-scene-immersive] #farm-immersive-toggle {
    top: max(10px,env(safe-area-inset-top));
    right: max(10px,env(safe-area-inset-right));
    font-size: 11px;
    padding-inline: 12px;
  }
  #farm-stage[data-scene-immersive]>.farm-tiles {
    grid-template-columns: repeat(4,minmax(0,1fr));
    max-height: 145px;
  }
  #farm-stage[data-scene-immersive]>.farm-tiles button {
    min-height: 31px;
    font-size: 8px;
  }
}
@media (max-width:420px) {
  #farm-stage[data-scene-immersive]>.world-wrap {
    height: min(60dvh,calc(100dvh - 220px));
  }
  #farm-stage[data-scene-immersive]>.farm-walk-controls {
    max-height: 22dvh;
  }
  #farm-stage[data-scene-immersive] #farm-immersive-toggle {
    min-height: 42px;
  }
}
@media (prefers-reduced-motion:reduce) {
  #farm-stage[data-scene-immersive] * {
    scroll-behavior: auto !important;
  }
}
.gear-stage {
  position: relative;
}
.gear-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 160ms ease;
}
.gear-stage .equipment-canvas {
  position: relative;
  z-index: 1;
  opacity: 0;
  touch-action: pan-y;
}
.gear-stage[data-ready=true] .equipment-canvas {
  opacity: 1;
}
.gear-stage[data-ready=true] .gear-poster {
  opacity: 0;
  visibility: hidden;
}
.gear-stage .scene-fallback {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 8px;
  left: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--paper);
  font-size: 13px;
  line-height: 1.5;
}
@media (prefers-reduced-motion:reduce) {
  .gear-poster {
    transition: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
