:root {
  --ink: #183329;
  --muted: #64766c;
  --lime: #78a92f;
  --lime-strong: #669623;
  --fresh: #9bc34b;
  --sun: #e4b83f;
  --blossom: #d9899b;
  --sky: #6ea4b8;
  --pine: #f8f8ee;
  --pine-soft: #eaf1df;
  --cream: #fffaf0;
  --panel: rgba(255, 255, 255, 0.82);
  --line: rgba(38, 78, 54, 0.16);
  --shadow: 0 26px 70px rgba(62, 82, 54, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

::selection {
  background: rgba(120, 169, 47, 0.28);
  color: var(--ink);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 9% 17%, rgba(194, 220, 116, 0.3), transparent 29rem),
    radial-gradient(circle at 90% 9%, rgba(126, 184, 199, 0.2), transparent 34rem),
    radial-gradient(circle at 82% 38%, rgba(235, 173, 184, 0.13), transparent 24rem),
    linear-gradient(180deg, #fbfbf3 0%, #f5f8eb 46%, #fbf8ef 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 92px 40px at 4% 13%, rgba(116, 159, 70, 0.09) 0 48%, transparent 51%),
    radial-gradient(ellipse 74px 32px at 10% 19%, rgba(116, 159, 70, 0.07) 0 48%, transparent 51%),
    radial-gradient(ellipse 96px 42px at 96% 28%, rgba(88, 143, 102, 0.08) 0 48%, transparent 51%),
    radial-gradient(ellipse 70px 30px at 91% 33%, rgba(88, 143, 102, 0.06) 0 48%, transparent 51%),
    radial-gradient(circle at 17% 34%, rgba(228, 184, 63, 0.09) 0 4px, transparent 5px),
    radial-gradient(circle at 86% 18%, rgba(217, 137, 155, 0.1) 0 5px, transparent 6px),
    linear-gradient(rgba(255, 253, 245, 0.55), rgba(244, 248, 237, 0.78)),
    repeating-linear-gradient(
      120deg,
      transparent 0 70px,
      rgba(29, 72, 48, 0.018) 70px 71px
    );
  content: "";
}

body::after {
  position: fixed;
  top: 24%;
  left: -90px;
  z-index: -1;
  width: 280px;
  height: 460px;
  transform: rotate(-14deg);
  background:
    radial-gradient(ellipse 76px 34px at 40% 12%, rgba(95, 145, 66, 0.1) 0 48%, transparent 51%),
    radial-gradient(ellipse 86px 38px at 66% 27%, rgba(119, 165, 73, 0.08) 0 48%, transparent 51%),
    radial-gradient(ellipse 72px 31px at 34% 42%, rgba(95, 145, 66, 0.07) 0 48%, transparent 51%),
    linear-gradient(78deg, transparent 49.5%, rgba(80, 126, 63, 0.1) 50%, transparent 50.8%);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
video:focus-visible {
  outline: 3px solid rgba(102, 150, 35, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 10px;
  padding: 12px 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.86);
  box-shadow: 0 8px 30px rgba(54, 78, 47, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 760;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(103, 143, 47, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 68% 22%, rgba(246, 202, 103, 0.5), transparent 28%),
    radial-gradient(circle at 25% 78%, rgba(126, 184, 199, 0.3), transparent 35%),
    linear-gradient(145deg, #e8f2d4, #f7f1dc);
  color: var(--ink);
}

.brand-bird {
  transform: rotate(-18deg);
  color: #244b37;
  font-size: 24px;
}

.brand-branch {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 29px;
  height: 1px;
  transform: rotate(-12deg);
  background: var(--lime);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
}

.desktop-nav a {
  position: relative;
  padding: 32px 0 28px;
  color: #4f665a;
  font-size: 15px;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--lime);
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}

.desktop-nav a.active {
  color: var(--lime);
}

.mobile-nav {
  display: none;
}

.header-live {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 13px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
}

.section-shell {
  width: min(1390px, calc(100% - clamp(32px, 6vw, 96px)));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(540px, 1.7fr);
  gap: clamp(34px, 5vw, 80px);
  min-height: calc(100vh - 88px);
  align-items: center;
  padding-block: clamp(42px, 7vh, 86px);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 4%;
  left: -8%;
  width: 270px;
  height: 330px;
  transform: rotate(-20deg);
  opacity: 0.72;
  background:
    radial-gradient(ellipse 74px 32px at 38% 15%, rgba(110, 154, 69, 0.12) 0 48%, transparent 51%),
    radial-gradient(ellipse 88px 37px at 66% 32%, rgba(140, 179, 81, 0.1) 0 48%, transparent 51%),
    radial-gradient(ellipse 68px 29px at 36% 50%, rgba(110, 154, 69, 0.08) 0 48%, transparent 51%),
    linear-gradient(76deg, transparent 49.5%, rgba(91, 132, 67, 0.12) 50%, transparent 50.8%);
}

.hero::after {
  right: -5%;
  bottom: 2%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  opacity: 0.52;
  background:
    radial-gradient(circle at 28% 34%, rgba(227, 177, 69, 0.26) 0 5px, transparent 6px),
    radial-gradient(circle at 58% 24%, rgba(217, 137, 155, 0.25) 0 7px, transparent 8px),
    radial-gradient(circle at 72% 58%, rgba(110, 164, 184, 0.22) 0 6px, transparent 7px),
    radial-gradient(circle, rgba(173, 206, 107, 0.16), transparent 68%);
}

#live,
#tagebuch,
#wissen,
#projekt,
#datenschutz {
  scroll-margin-top: 100px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sun);
  box-shadow:
    5px 0 0 rgba(217, 137, 155, 0.72),
    -5px 0 0 rgba(217, 137, 155, 0.72),
    0 5px 0 rgba(217, 137, 155, 0.72),
    0 -5px 0 rgba(217, 137, 155, 0.72);
  content: "";
}

h1,
h2 {
  margin: 0;
  text-wrap: balance;
}

h1 {
  max-width: 650px;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 720;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

h1 span {
  display: block;
  color: var(--lime-strong);
}

.hero-intro {
  max-width: 580px;
  margin: 26px 0 0;
  color: #576d61;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 14px;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border: 1px solid rgba(103, 145, 38, 0.12);
  background: linear-gradient(135deg, #c4e66b 0%, #9dcb43 68%, #efcb63 130%);
  box-shadow: 0 16px 42px rgba(109, 148, 45, 0.23);
  color: #153022;
}

.play-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #214632;
  color: #dff58c;
  font-size: 13px;
}

.text-link {
  border-bottom: 1px dotted rgba(91, 133, 36, 0.58);
  padding: 8px 0;
  color: var(--lime);
  font-weight: 650;
  text-decoration: none;
}

.occupancy-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 17px 22px;
  color: #4d6658;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(252, 249, 234, 0.78));
  box-shadow: 0 14px 38px rgba(57, 81, 48, 0.08);
  font-size: 14px;
}

.occupancy-pill strong {
  color: var(--lime);
  letter-spacing: 0.17em;
}

.divider {
  color: #91a398;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 243, 63, 0.09), 0 0 16px rgba(201, 243, 63, 0.8);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 10px rgba(201, 243, 63, 0), 0 0 20px rgba(201, 243, 63, 0.55);
  }
}

.camera-stage {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border: 1px solid rgba(231, 235, 226, 0.26);
  border-radius: 25px;
  background:
    radial-gradient(circle at 70% 28%, rgba(173, 213, 111, 0.19), transparent 20rem),
    #0a0e0b;
  box-shadow:
    0 28px 80px rgba(57, 79, 51, 0.17),
    0 0 0 1px rgba(255, 255, 255, 0.38);
  isolation: isolate;
}

.camera-topline {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 15px;
  background: rgba(12, 16, 12, 0.72);
  color: #f5f2e8;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #080d09;
}

.video-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 9, 6, 0.45), transparent 35% 68%, rgba(4, 9, 6, 0.4)),
    linear-gradient(0deg, rgba(1, 8, 5, 0.55), transparent 42%);
}

.camera-insights {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  display: grid;
  width: min(470px, calc(100% - 245px));
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(238, 240, 226, 0.3);
  border-radius: 18px;
  background: rgba(13, 22, 16, 0.68);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.camera-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 18px 54px 18px 19px;
}

.camera-card + .camera-card {
  border-left: 1px solid rgba(238, 240, 226, 0.16);
}

.camera-card small {
  color: #b8c3ba;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.camera-card strong {
  overflow: hidden;
  margin-top: 6px;
  color: #f5f2e8;
  font-size: clamp(18px, 1.7vw, 23px);
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-overflow: ellipsis;
}

.camera-card > span:not(.status-icon, .nest-icon, .phase-track) {
  margin-top: 7px;
  color: #b9c1b5;
  font-size: 11px;
}

.status-icon,
.nest-icon {
  position: absolute;
  top: 18px;
  right: 17px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid rgba(201, 243, 63, 0.28);
  border-radius: 50%;
  color: var(--lime);
  font-size: 9px;
  background: rgba(120, 169, 47, 0.08);
}

.phase-track {
  height: 5px;
  overflow: hidden;
  margin-top: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.phase-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}

.camera-fallback {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  padding: 12px 15px;
  border-radius: 12px;
  background: rgba(2, 11, 7, 0.64);
  color: #c9d0c6;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.camera-fallback p {
  margin: 0 0 3px;
}

.camera-fallback a {
  color: var(--lime);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -18px;
  padding-bottom: 76px;
}

.quick-stats article {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 18px 21px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 40px rgba(63, 84, 53, 0.07);
}

.quick-stats article:nth-child(1) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(229, 241, 204, 0.75));
}

.quick-stats article:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(217, 237, 242, 0.72));
}

.quick-stats article:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(249, 229, 221, 0.68));
}

.stat-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: rgba(120, 169, 47, 0.12);
  color: var(--lime);
}

.quick-stats article:nth-child(2) .stat-icon {
  background: rgba(110, 164, 184, 0.14);
  color: #4b879f;
}

.quick-stats article:nth-child(3) .stat-icon {
  background: rgba(217, 137, 155, 0.13);
  color: #b9687b;
}

.quick-stats small,
.quick-stats strong {
  display: block;
}

.quick-stats small {
  color: #71847a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-stats strong {
  margin-top: 2px;
  color: #244437;
  font-size: 15px;
}

.season-balance {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: -18px;
  padding-bottom: 76px;
}

.season-balance-copy {
  padding: 28px 0 20px;
}

.season-balance-copy .eyebrow {
  margin-bottom: 14px;
}

.season-balance-copy h2 {
  font-size: clamp(32px, 3.8vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.season-balance-copy > p:last-child {
  margin: 18px 0 0;
  color: #60756a;
  line-height: 1.65;
}

.balance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.balance-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 36px rgba(63, 84, 53, 0.07);
}

.balance-grid article:nth-child(1) {
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(232,243,207,0.78));
}

.balance-grid article:nth-child(2) {
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(217,237,242,0.75));
}

.balance-grid article:nth-child(3) {
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(249,232,206,0.72));
}

.balance-grid article:nth-child(4) {
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(247,225,231,0.7));
}

.balance-grid .stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.balance-grid small,
.balance-grid strong {
  display: block;
}

.balance-grid small {
  margin-top: 18px;
  color: #71847a;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.balance-grid strong {
  overflow-wrap: anywhere;
  margin-top: 5px;
  color: #244437;
  font-size: 15px;
  line-height: 1.25;
}

.placeholder-section {
  padding: 100px 0 140px;
  border-top: 1px solid var(--line);
}

.placeholder-section h2 {
  max-width: 760px;
  font-size: clamp(38px, 6vw, 72px);
  letter-spacing: -0.055em;
}

.dashboard-band,
.knowledge-band {
  border-block: 1px solid var(--line);
}

.dashboard-band {
  background:
    radial-gradient(circle at 82% 16%, rgba(110, 164, 184, 0.17), transparent 30rem),
    radial-gradient(circle at 14% 78%, rgba(228, 184, 63, 0.13), transparent 26rem),
    rgba(232, 241, 221, 0.73);
}

.knowledge-band {
  background:
    radial-gradient(circle at 15% 18%, rgba(217, 137, 155, 0.12), transparent 25rem),
    radial-gradient(circle at 88% 74%, rgba(151, 196, 91, 0.18), transparent 31rem),
    rgba(239, 243, 225, 0.7);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, 0.65fr);
  gap: 28px;
  padding-block: clamp(90px, 10vw, 150px);
}

.section-heading {
  grid-column: 1 / -1;
  display: grid;
  max-width: 1040px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 0.7fr);
  column-gap: clamp(30px, 7vw, 100px);
  align-items: end;
  margin-bottom: 22px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.knowledge-copy h2,
.project-callout h2,
.capture-result h2 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.section-heading > p:last-child,
.knowledge-copy > p,
.project-callout > div > p:last-child {
  margin: 0;
  color: #61756a;
  font-size: 17px;
  line-height: 1.7;
}

.season-panel,
.metric-card,
.screenshot-card,
.project-callout {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 60px rgba(62, 82, 54, 0.1);
}

.season-panel {
  border-top: 3px solid rgba(150, 190, 71, 0.68);
  padding: clamp(24px, 3vw, 38px);
}

.metric-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(110, 164, 184, 0.16), transparent 9rem),
    rgba(255, 255, 255, 0.78);
}

.screenshot-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(228, 184, 63, 0.17), transparent 9rem),
    rgba(255, 255, 255, 0.78);
}

.panel-topline,
.metric-header,
.season-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-topline {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: #72847a;
  font-size: 12px;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-label .pulse-dot {
  width: 8px;
  height: 8px;
}

.season-summary {
  margin-top: 30px;
}

.season-summary > div {
  display: flex;
  align-items: center;
  gap: 19px;
}

.summary-index {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #a9cf51, #d9d866);
  color: #173124;
  font-size: 24px;
  font-weight: 850;
}

.season-summary small {
  color: #74877c;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.season-summary h3 {
  margin: 3px 0 0;
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.04em;
}

.season-summary > strong {
  color: var(--lime);
  font-size: 27px;
}

.season-progress {
  height: 10px;
  overflow: hidden;
  margin-top: 28px;
  border-radius: 999px;
  background: rgba(41, 83, 55, 0.1);
}

.season-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #91bd42, var(--lime));
  box-shadow: 0 0 18px rgba(103, 145, 38, 0.2);
  transition: width 450ms ease;
}

.current-note {
  margin: 22px 0 0;
  border-left: 2px solid var(--lime);
  padding-left: 17px;
  color: #53695d;
  line-height: 1.65;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.timeline-item {
  min-height: 190px;
  border: 1px solid rgba(38, 78, 54, 0.11);
  border-radius: 17px;
  padding: 17px;
  background: rgba(244, 247, 238, 0.78);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.timeline-item:hover,
.timeline-item.exploring {
  transform: translateY(-3px);
  border-color: rgba(103, 145, 38, 0.55);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(56, 80, 48, 0.1);
}

.timeline-item.active {
  border-color: rgba(103, 145, 38, 0.52);
  background: rgba(156, 197, 76, 0.14);
}

.timeline-item.done {
  border-color: rgba(103, 145, 38, 0.24);
}

.timeline-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(120, 169, 47, 0.12);
  color: var(--lime);
  font-size: 19px;
}

.timeline-item small,
.timeline-item strong {
  display: block;
}

.timeline-item small {
  margin-top: 17px;
  color: #73867a;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-item strong {
  margin-top: 4px;
  color: #29483a;
  font-size: 15px;
}

.timeline-description {
  display: block;
  margin: 11px 0 0;
  color: #65796e;
  font-size: 12px;
  line-height: 1.5;
}

.phase-explorer {
  display: grid;
  grid-template-columns: minmax(140px, 0.55fr) minmax(260px, 1.45fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(103, 145, 38, 0.22);
  border-radius: 17px;
  padding: 19px 21px;
  background: rgba(120, 169, 47, 0.08);
}

.phase-explorer small,
.phase-explorer strong {
  display: block;
}

.phase-explorer small {
  color: var(--lime-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.phase-explorer strong {
  margin-top: 4px;
  color: #29483a;
  font-size: 18px;
}

.phase-explorer p {
  margin: 0;
  color: #53695d;
  font-size: 13px;
  line-height: 1.55;
}

.phase-explorer > span {
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #60736a;
  font-size: 11px;
  white-space: nowrap;
}

.side-stack {
  display: grid;
  align-content: start;
  gap: 20px;
}

.metric-card,
.screenshot-card {
  padding: 27px;
}

.metric-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: rgba(120, 169, 47, 0.12);
  color: var(--lime);
  font-size: 22px;
}

.online-chip,
.neutral-chip {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.online-chip {
  background: var(--lime);
  color: #173124;
}

.neutral-chip {
  border: 1px solid var(--line);
  color: #6d8075;
}

.metric-card > small {
  display: block;
  margin-top: 28px;
  color: #73857a;
}

.metric-card > strong {
  display: block;
  margin-top: 4px;
  font-size: 60px;
  letter-spacing: -0.06em;
}

.metric-card > p,
.screenshot-card > p {
  margin: 15px 0 0;
  color: #64786d;
  font-size: 13px;
  line-height: 1.65;
}

.card-kicker {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.screenshot-card h3 {
  margin: 12px 0 0;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.button.secondary {
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  border: 1px solid rgba(103, 145, 38, 0.28);
  background: rgba(120, 169, 47, 0.1);
  color: var(--lime);
  cursor: pointer;
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.capture-message {
  margin: 14px 0 0;
  font-size: 12px;
}

.capture-message.ready {
  color: var(--lime);
}

.capture-message.error {
  color: #e7c799;
}

.capture-result {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: 50px;
  align-items: center;
  padding-block: 90px;
}

.capture-result[hidden] {
  display: none;
}

.capture-result img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.capture-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.capture-actions a,
.capture-actions button {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.7);
  color: #425d4e;
  font: inherit;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.capture-actions a:hover,
.capture-actions button:hover {
  border-color: rgba(103, 145, 38, 0.5);
  color: var(--lime);
}

.story-section {
  padding-block: clamp(90px, 10vw, 150px);
}

.story-heading {
  margin-bottom: 50px;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(480px, 1.28fr);
  gap: clamp(42px, 8vw, 118px);
  align-items: start;
}

.story-copy {
  position: sticky;
  top: 132px;
  padding-top: 24px;
}

.story-copy h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.story-copy > p:not(.eyebrow) {
  margin: 25px 0 0;
  color: #61756a;
  font-size: 17px;
  line-height: 1.7;
}

.story-image,
.info-image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.story-image {
  width: 100%;
  max-width: 760px;
  justify-self: end;
}

.story-image picture,
.info-image picture {
  display: block;
}

.story-image img,
.info-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 450ms ease;
}

.story-image:hover img,
.info-image:hover img {
  transform: scale(1.01);
}

.story-image > span,
.info-image > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 12px 15px;
  background: rgba(2, 16, 11, 0.82);
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.content-transcript {
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.content-transcript summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  color: #315143;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.content-transcript summary::-webkit-details-marker {
  display: none;
}

.content-transcript summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--lime-strong);
  font-size: 20px;
  content: "+";
}

.content-transcript[open] summary::after {
  content: "−";
}

.content-transcript[open] summary {
  border-bottom: 1px solid var(--line);
}

.transcript-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 18px 16px;
  list-style: none;
}

.transcript-timeline li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding-block: 12px;
  border-bottom: 1px solid rgba(38, 78, 54, 0.1);
  color: #5d7166;
  font-size: 12px;
  line-height: 1.5;
}

.transcript-timeline li:last-child {
  border-bottom: 0;
}

.transcript-timeline time {
  color: var(--lime-strong);
  font-weight: 760;
}

.transcript-timeline strong {
  color: #29483a;
}

.knowledge-transcript {
  margin-top: 28px;
}

.transcript-copy {
  padding: 4px 18px 16px;
}

.transcript-copy p {
  margin: 14px 0 0;
  color: #5d7166;
  font-size: 13px;
  line-height: 1.65;
}

.transcript-copy strong {
  color: #29483a;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1.28fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding-block: clamp(90px, 10vw, 150px);
}

.knowledge-copy > p {
  margin-top: 25px;
}

.fact-list {
  display: grid;
  gap: 3px;
  margin-top: 38px;
}

.fact-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  padding-block: 21px;
  border-top: 1px solid var(--line);
}

.fact-list article > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fact-list article:nth-child(2) > span {
  color: var(--sky);
}

.fact-list article:nth-child(3) > span {
  color: var(--blossom);
}

.fact-list strong {
  color: #29483a;
}

.fact-list p {
  margin: 7px 0 0;
  color: #667a6f;
  font-size: 13px;
  line-height: 1.6;
}

.info-image {
  max-height: 820px;
}

.info-image img {
  height: 100%;
  object-fit: contain;
}

.project-section {
  padding-block: clamp(90px, 10vw, 150px);
}

.project-callout {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 50px);
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 60px);
  background:
    radial-gradient(circle at 10% 10%, rgba(178, 214, 91, 0.24), transparent 20rem),
    radial-gradient(circle at 92% 16%, rgba(217, 137, 155, 0.11), transparent 16rem),
    radial-gradient(circle at 74% 92%, rgba(110, 164, 184, 0.11), transparent 18rem),
    rgba(255, 255, 255, 0.78);
}

.callout-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(103, 145, 38, 0.34);
  background: rgba(120, 169, 47, 0.1);
  border-radius: 23px;
  color: var(--lime);
  font-size: 35px;
}

.project-callout .eyebrow {
  margin-bottom: 15px;
}

.project-callout h2 {
  font-size: clamp(38px, 5vw, 62px);
}

.project-callout > div > p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #61756a;
  font-size: 16px;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
}

.project-grid article {
  border-top: 1px solid var(--line);
  padding: 26px 10px 0 0;
}

.project-grid article:nth-child(1) {
  border-top-color: rgba(120, 169, 47, 0.42);
}

.project-grid article:nth-child(2) {
  border-top-color: rgba(110, 164, 184, 0.42);
}

.project-grid article:nth-child(3) {
  border-top-color: rgba(217, 137, 155, 0.42);
}

.project-grid article:nth-child(2) > span {
  color: var(--sky);
}

.project-grid article:nth-child(3) > span {
  color: var(--blossom);
}

.project-grid article > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.project-grid h3 {
  margin: 18px 0 0;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.project-grid p {
  margin: 12px 0 0;
  color: #65796e;
  line-height: 1.65;
}

.site-notes {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(460px, 1.3fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
  padding-block: clamp(70px, 8vw, 110px);
  border-top: 1px solid var(--line);
}

.site-notes h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.note-details {
  display: grid;
  gap: 12px;
}

.note-details details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.7);
}

.note-details summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  color: #315143;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.note-details summary::-webkit-details-marker {
  display: none;
}

.note-details summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--lime-strong);
  font-size: 20px;
  content: "+";
}

.note-details details[open] summary::after {
  content: "−";
}

.note-details details[open] summary {
  border-bottom: 1px solid var(--line);
}

.note-details details > div {
  padding: 3px 20px 19px;
}

.note-details p {
  margin: 14px 0 0;
  color: #60746a;
  font-size: 13px;
  line-height: 1.7;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: #697c71;
  background: rgba(250, 251, 245, 0.74);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

footer .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

footer strong,
footer p {
  display: block;
  margin: 0;
}

footer strong {
  color: #29483a;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

footer a {
  color: var(--lime);
  text-decoration: none;
}

.image-dialog {
  width: min(980px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  padding: 0;
  background: #f7f8f0;
  box-shadow: 0 36px 100px rgba(12, 31, 21, 0.42);
  color: var(--ink);
}

.legal-page {
  width: min(820px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: clamp(48px, 8vw, 100px);
}

.legal-back {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--lime-strong);
  font-weight: 700;
  text-decoration: none;
}

.legal-page h1 {
  font-size: clamp(42px, 7vw, 72px);
}

.legal-intro {
  max-width: 700px;
  margin: 26px 0 0;
  color: #60746a;
  font-size: 17px;
  line-height: 1.7;
}

.legal-card {
  margin-top: 46px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 5vw, 44px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  font-size: 28px;
}

.legal-card dl {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0 24px;
  margin: 28px 0 0;
}

.legal-card dt,
.legal-card dd {
  margin: 0;
  padding-block: 16px;
  border-top: 1px solid var(--line);
}

.legal-card dt {
  color: #315143;
  font-weight: 760;
}

.legal-card dd {
  color: #687b71;
}

.image-dialog::backdrop {
  background: rgba(8, 22, 14, 0.78);
  backdrop-filter: blur(8px);
}

.dialog-topline {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 251, 245, 0.95);
}

.dialog-topline small,
.dialog-topline strong {
  display: block;
}

.dialog-topline small {
  color: var(--lime-strong);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dialog-topline strong {
  margin-top: 3px;
  font-size: 16px;
}

.dialog-topline button {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.dialog-scroll {
  max-height: calc(100dvh - 118px);
  overflow: auto;
  padding: 18px;
  overscroll-behavior: contain;
}

.dialog-scroll img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .camera-stage {
    min-height: min(640px, 74vw);
  }

  .occupancy-pill {
    margin-top: 34px;
  }

  .dashboard-grid,
  .knowledge-grid {
    grid-template-columns: 1fr;
  }

  .season-balance,
  .story-layout,
  .site-notes {
    grid-template-columns: 1fr;
  }

  .season-balance {
    margin-top: 0;
  }

  .story-copy {
    position: static;
    max-width: 760px;
    padding-top: 0;
  }

  .story-image {
    max-width: 760px;
    justify-self: center;
  }

  .side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-image {
    max-height: none;
  }
}

@media (max-width: 760px) {
  body::after {
    opacity: 0.55;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .site-header {
    min-height: 74px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    right: auto;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    left: 50%;
    z-index: 30;
    display: grid;
    width: min(520px, calc(100vw - 24px));
    width: min(520px, calc(100dvw - 24px));
    max-width: calc(100% - 24px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    overflow: hidden;
    transform: translateX(-50%);
    border: 1px solid rgba(38, 78, 54, 0.14);
    border-radius: 18px;
    padding: 7px;
    background: rgba(250, 251, 245, 0.94);
    box-shadow: 0 18px 55px rgba(35, 60, 42, 0.2);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    padding: 11px 4px;
    color: #61756a;
    font-size: clamp(9px, 3vw, 11px);
    font-weight: 720;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav a.active {
    background: rgba(120, 169, 47, 0.14);
    color: var(--lime-strong);
  }

  .header-live {
    display: inline-flex;
  }

  .hero {
    gap: 22px;
    min-height: auto;
    padding-block: 48px 40px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
  }

  .camera-stage {
    order: 3;
  }

  .hero-copy .hero-intro {
    order: 4;
  }

  .hero-copy .hero-actions {
    order: 5;
  }

  .hero-copy .occupancy-pill {
    order: 6;
  }

  .hero::before {
    top: 0;
    left: -36%;
    opacity: 0.5;
  }

  .hero::after {
    right: -25%;
    opacity: 0.38;
  }

  h1 {
    font-size: clamp(45px, 13vw, 64px);
  }

  .hero-intro {
    margin-top: 0;
    font-size: 16px;
  }

  .button {
    min-height: 58px;
    width: 100%;
  }

  .hero-actions {
    margin-top: 4px;
  }

  .occupancy-pill {
    margin-top: 0;
  }

  .text-link {
    margin-left: 4px;
  }

  .camera-stage {
    min-height: 520px;
    margin-top: 0;
    border-radius: 20px;
  }

  .camera-insights {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .camera-card {
    padding: 15px 42px 15px 14px;
  }

  .camera-card strong {
    font-size: 16px;
  }

  .camera-card .status-icon,
  .camera-card .nest-icon {
    top: 14px;
    right: 12px;
    width: 25px;
    height: 25px;
  }

  .camera-fallback {
    top: 72px;
    right: 14px;
    bottom: auto;
    left: 14px;
  }

  .quick-stats {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 56px;
  }

  .season-balance {
    gap: 24px;
    padding-block: 34px 58px;
  }

  .season-balance-copy {
    padding: 0;
  }

  .balance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-grid,
  .knowledge-grid,
  .capture-result {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .knowledge-copy h2,
  .project-callout h2,
  .capture-result h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .section-heading > p:last-child {
    margin-top: 22px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    display: grid;
    min-height: 0;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    align-items: center;
  }

  .timeline-icon {
    grid-row: 1 / 4;
  }

  .timeline-item small,
  .timeline-item strong,
  .timeline-description {
    grid-column: 2;
    margin-top: 0;
  }

  .timeline-description {
    grid-column: 2;
    margin-top: 4px;
  }

  .phase-explorer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .phase-explorer > span {
    width: fit-content;
    white-space: normal;
  }

  .side-stack,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .story-image,
  .info-image {
    border-radius: 17px;
  }

  .story-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .transcript-timeline li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .story-image > span,
  .info-image > span {
    right: 10px;
    bottom: 10px;
    padding: 9px 11px;
  }

  .project-callout {
    grid-template-columns: 1fr;
  }

  .site-notes {
    gap: 28px;
  }

  .legal-card dl {
    grid-template-columns: 1fr;
  }

  .legal-card dd {
    padding-top: 0;
    border-top: 0;
  }

  footer {
    flex-wrap: wrap;
    padding-bottom: 42px;
  }

  .footer-nav {
    width: 100%;
    justify-content: flex-start;
  }

  footer a {
    width: auto;
    margin: 0;
  }
}

@media (max-width: 340px) {
  .mobile-nav {
    gap: 2px;
    border-radius: 15px;
    padding: 5px;
  }

  .mobile-nav a {
    padding: 10px 2px;
  }

  .balance-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
