:root {
  --ink: #142019;
  --ink-soft: #455149;
  --paper: #f3f1e8;
  --paper-bright: #fbfaf5;
  --line: rgba(20, 32, 25, 0.14);
  --forest: #101a14;
  --forest-soft: #18261d;
  --lime: #c9f16f;
  --lime-dark: #91bb34;
  --mint: #81d8a0;
  --radish: #dc6174;
  --broccoli: #9ccc62;
  --orange: #f5a756;
  --shadow: 0 22px 70px rgba(17, 30, 22, 0.12);
  --radius: 24px;
  --wrap: min(1180px, calc(100vw - 40px));
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

:where(a, button, input):focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

svg {
  display: block;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 200;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 8px;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 12px;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding-inline: max(22px, calc((100vw - 1180px) / 2));
  color: #f6f7ef;
  background: rgba(16, 26, 20, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.topbar.scrolled {
  background: rgba(16, 26, 20, 0.94);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.brand b {
  color: var(--lime);
}

.brand-mark {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
}

.brand-mark svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.03em;
  transition: color 160ms ease;
}

.nav-index,
.nav-copy small {
  display: none;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  content: "";
  background: var(--lime);
  transition: right 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.current {
  color: white;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.current::after {
  right: 0;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 154px 0 0;
  overflow: hidden;
  color: #f7f8f1;
  background:
    radial-gradient(circle at 77% 24%, rgba(126, 206, 144, 0.2), transparent 23%),
    radial-gradient(circle at 14% 62%, rgba(201, 241, 111, 0.09), transparent 26%),
    var(--forest);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 23px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 22px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: #527037;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(54px, 6.3vw, 88px);
}

.hero h1 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(247, 248, 241, 0.72);
  font-size: 18px;
  line-height: 1.68;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 720;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  gap: 16px;
  color: var(--forest);
  background: var(--lime);
}

.button-primary span {
  font-size: 18px;
}

.button-primary:hover {
  background: #dcff8e;
}

.button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

.hero-proof {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.hero-mobile-stats {
  display: none;
}

.rack-card {
  position: relative;
  padding: 22px 24px 25px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.rack-card::before {
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 35%;
  top: 26%;
  left: 20%;
  content: "";
  border-radius: 50%;
  background: rgba(201, 241, 111, 0.15);
  filter: blur(48px);
}

.rack-card-head,
.rack-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
}

.live-dot::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(201, 241, 111, 0.12);
}

.rack {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 390px;
  margin: 18px 8px;
  padding: 12px 22px;
}

.rack-post {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.rack-post.left { left: 0; }
.rack-post.right { right: 0; }

.rack-level {
  position: relative;
  height: 72px;
  padding-top: 12px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.4);
}

.rack-level::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 3px;
  content: "";
  background: repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, 0.22) 12px 14px);
}

.rack-level i {
  position: absolute;
  top: -4px;
  left: 12%;
  right: 12%;
  height: 7px;
  background: linear-gradient(90deg, transparent, #e7f5df 15%, #fff 50%, #e7f5df 85%, transparent);
  border-radius: 50%;
  box-shadow: 0 7px 24px rgba(230, 255, 214, 0.58);
}

.trays {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 54px;
}

.trays b {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px 6px 12px 12px;
  background:
    radial-gradient(circle at 25% 35%, rgba(201, 241, 111, 0.8) 0 4%, transparent 5%),
    radial-gradient(circle at 50% 22%, rgba(129, 216, 160, 0.75) 0 5%, transparent 6%),
    radial-gradient(circle at 76% 38%, rgba(201, 241, 111, 0.75) 0 4%, transparent 5%),
    linear-gradient(to bottom, rgba(107, 168, 78, 0.62) 10%, rgba(75, 108, 62, 0.22) 62%, rgba(8, 14, 10, 0.7) 63%);
}

.rack-legend {
  justify-content: flex-start;
  gap: 22px;
  letter-spacing: 0.06em;
  text-transform: none;
}

.rack-legend span:last-child {
  margin-left: auto;
}

.rack-legend b {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}

.rack-legend .radish { background: var(--radish); }
.rack-legend .broccoli { background: var(--broccoli); }

.hero-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stats div {
  padding: 23px 24px 26px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-stats div:not(:first-child) {
  padding-left: 24px;
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--lime);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 620;
  letter-spacing: -0.03em;
}

.hero-stats span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.section {
  position: relative;
  padding: 120px 0;
}

.section-tint {
  background: #e9eadf;
}

.section-heading {
  margin-bottom: 55px;
}

.section-heading.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2 {
  max-width: 860px;
  font-size: clamp(42px, 5.5vw, 70px);
}

.idea-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
}

.statement-card {
  position: relative;
  min-height: 260px;
  padding: 34px;
  overflow: hidden;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.statement-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 536px;
  color: white;
  background:
    radial-gradient(circle at 90% 10%, rgba(201, 241, 111, 0.23), transparent 24%),
    var(--forest-soft);
}

.statement-main::after {
  position: absolute;
  width: 340px;
  height: 340px;
  right: -150px;
  bottom: -170px;
  content: "";
  border: 1px solid rgba(201, 241, 111, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(201, 241, 111, 0.04), 0 0 0 90px rgba(201, 241, 111, 0.025);
}

.statement-card.warning {
  background: #f0ddcd;
}

.statement-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(20, 32, 25, 0.25);
  font-family: Georgia, serif;
  font-size: 40px;
  font-style: italic;
}

.statement-main .statement-number {
  color: var(--lime);
}

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

.statement-card p {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.statement-main p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.jump-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.jump-grid a {
  position: relative;
  min-height: 142px;
  padding: 24px;
  background: var(--paper-bright);
  transition: color 180ms ease, background 180ms ease;
}

.jump-grid a::after {
  position: absolute;
  top: 22px;
  right: 22px;
  content: "↗";
  color: rgba(20, 32, 25, 0.35);
  transition: transform 180ms ease;
}

.jump-grid a:hover {
  color: white;
  background: var(--forest-soft);
}

.jump-grid a:hover::after {
  color: var(--lime);
  transform: translate(3px, -3px);
}

.jump-grid span,
.jump-grid b,
.jump-grid i {
  display: block;
}

.jump-grid span {
  color: #6d7e56;
  font-size: 11px;
  font-weight: 700;
}

.jump-grid b {
  margin-top: 22px;
  font-size: 15px;
}

.jump-grid i {
  color: #788079;
  font-size: 12px;
  font-style: normal;
}

.budget-chip {
  min-width: 210px;
  padding: 18px 22px;
  background: var(--lime);
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(106, 142, 50, 0.18);
}

.budget-chip span,
.budget-chip strong,
.budget-chip small {
  display: block;
}

.budget-chip span {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.budget-chip strong {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.budget-chip small {
  color: rgba(20, 32, 25, 0.62);
  font-size: 10px;
}

.table-shell,
.market-table-wrap {
  overflow: hidden;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(24, 38, 28, 0.06);
}

.monthly-inputs {
  margin-top: 22px;
  padding: 30px;
  color: var(--forest);
  background: #f2f3eb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.monthly-inputs-head {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(300px, 1.2fr);
  align-items: end;
  gap: 28px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.monthly-inputs-head h3,
.monthly-inputs-head p {
  margin: 0;
}

.monthly-inputs-head h3 {
  margin-top: 5px;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.04em;
}

.monthly-inputs-head > p {
  color: #637067;
  font-size: 13px;
  line-height: 1.7;
}

.monthly-inputs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
}

.monthly-inputs-grid article {
  min-height: 180px;
  padding: 24px 20px;
  background: #f2f3eb;
}

.monthly-inputs-grid span,
.monthly-inputs-grid strong {
  display: block;
}

.monthly-inputs-grid span {
  color: #6a756d;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.monthly-inputs-grid strong {
  margin: 9px 0 10px;
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.monthly-inputs-grid p {
  margin: 0;
  color: #667168;
  font-size: 11px;
  line-height: 1.65;
}

.monthly-inputs-grid .monthly-total {
  color: white;
  background: var(--forest-soft);
}

.monthly-inputs-grid .monthly-total span,
.monthly-inputs-grid .monthly-total p {
  color: rgba(255, 255, 255, 0.58);
}

.table-scroll {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.shopping-table {
  min-width: 820px;
}

.shopping-table th,
.shopping-table td,
.market-table th,
.market-table td {
  padding: 18px 21px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.shopping-table th,
.market-table th {
  color: #647067;
  background: #eef0e8;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shopping-table td {
  font-size: 13px;
  vertical-align: middle;
}

.shopping-table tr:last-child td,
.market-table tr:last-child td {
  border-bottom: 0;
}

.product-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.product-icon {
  display: grid;
  flex: 0 0 38px;
  height: 38px;
  place-items: center;
  color: var(--forest);
  background: #e0e8d4;
  border-radius: 11px;
  font-size: 18px;
}

.product-title b,
.product-title small {
  display: block;
}

.product-title b {
  line-height: 1.3;
}

.product-title small {
  color: #7c857e;
  font-size: 10px;
}

.shopping-table .purpose {
  max-width: 270px;
  color: #667067;
}

.price-cell strong,
.price-cell small {
  display: block;
}

.price-cell strong {
  white-space: nowrap;
  font-size: 15px;
}

.price-cell small {
  color: #7c857e;
  font-size: 10px;
}

.shop-link,
.market-table a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: white;
  background: var(--forest-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: color 160ms ease, transform 160ms ease;
}

.shop-link {
  min-height: 36px;
  padding: 0 14px;
}

.shop-link:hover,
.shop-link:focus-visible {
  color: var(--lime);
  transform: translateY(-1px);
}

.table-note {
  margin: 18px 8px 0;
  color: #59635b;
  font-size: 12px;
}

.setup-section {
  overflow: hidden;
}

.setup-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  gap: 55px;
}

.setup-blueprint {
  position: relative;
  min-height: 620px;
  padding: 48px 52px 34px;
  color: #e9f4e8;
  background: #19291e;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.setup-blueprint::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image:
    linear-gradient(#90b49c 1px, transparent 1px),
    linear-gradient(90deg, #90b49c 1px, transparent 1px);
  background-size: 22px 22px;
  border-radius: inherit;
}

.dimension {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.dimension-top {
  top: 22px;
  left: 20%;
  right: 20%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.dimension-top::before,
.dimension-top::after {
  position: absolute;
  top: -4px;
  width: 1px;
  height: 8px;
  content: "";
  background: rgba(255, 255, 255, 0.26);
}

.dimension-top::before { left: 0; }
.dimension-top::after { right: 0; }

.dimension-side {
  top: 14%;
  bottom: 14%;
  left: 19px;
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.blueprint-rack {
  position: relative;
  z-index: 2;
  display: grid;
  height: 500px;
  padding: 18px;
  border-left: 5px solid rgba(255, 255, 255, 0.52);
  border-right: 5px solid rgba(255, 255, 255, 0.52);
}

.bp-shelf {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 22px 9px 5px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.52);
}

.bp-shelf > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  width: 100%;
}

.bp-shelf b {
  display: grid;
  height: 55px;
  place-items: center;
  color: var(--lime);
  font-size: 10px;
  border: 1px solid rgba(201, 241, 111, 0.5);
  border-radius: 3px 3px 9px 9px;
  background: rgba(201, 241, 111, 0.07);
}

.bp-light {
  position: absolute;
  top: 10px;
  left: 18%;
  right: 18%;
  height: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(255, 255, 230, 0.75);
}

.setup-blueprint > p {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  text-align: center;
}

.bp-fan {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.fan-one { right: 28px; top: 29%; }
.fan-two { left: 28px; bottom: 18%; }

.setup-specs {
  display: grid;
  align-content: start;
  gap: 0;
}

.setup-specs article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.setup-specs article:first-child {
  padding-top: 0;
}

.setup-specs article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #63863f;
  background: #e4e9d9;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 750;
}

.setup-specs h3,
.setup-specs p {
  margin: 0;
}

.setup-specs h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.setup-specs p {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
}

.light-callout {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 55px;
  padding: 30px;
  background: #e8dfc5;
  border: 1px solid rgba(92, 72, 29, 0.16);
  border-radius: 22px;
}

.callout-icon {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 90px;
  height: 90px;
  color: var(--forest);
  background: var(--orange);
  border-radius: 50%;
  font-size: 36px;
  font-weight: 760;
  line-height: 90px;
}

.callout-icon span {
  font-size: 13px;
}

.light-callout h3,
.light-callout p {
  margin: 0;
}

.light-callout h3 {
  font-size: 22px;
}

.light-callout p {
  margin-top: 7px;
  color: #5c5b4c;
  font-size: 13px;
}

.protocol-section {
  color: #f6f8f0;
  background: var(--forest);
}

.protocol-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.12;
  background: radial-gradient(circle at 85% 22%, var(--lime), transparent 23%);
}

.protocol-section .section-heading,
.protocol-section .crop-summary,
.protocol-section .timeline,
.protocol-section .conditions-grid,
.protocol-section .experiment-card {
  position: relative;
  z-index: 2;
}

.crop-switch,
.segment-control {
  display: inline-flex;
  gap: 3px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.crop-switch button,
.segment-control button {
  min-height: 39px;
  padding: 0 16px;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.crop-switch button {
  color: rgba(255, 255, 255, 0.62);
}

.crop-switch button.active {
  color: var(--forest);
  background: var(--lime);
}

.crop-summary {
  display: grid;
  grid-template-columns: 1fr repeat(4, auto);
  align-items: center;
  gap: 35px;
  margin-bottom: 24px;
  padding: 25px 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.crop-summary h3,
.crop-summary p {
  margin: 0;
}

.crop-summary h3 {
  font-size: 22px;
}

.crop-summary p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.crop-stat span,
.crop-stat strong {
  display: block;
  white-space: nowrap;
}

.crop-stat span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.crop-stat strong {
  color: var(--lime);
  font-size: 17px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 270px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  transition: transform 180ms ease, background 180ms ease;
}

.timeline li:hover {
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-4px);
}

.timeline-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 28px;
  padding: 0 9px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 760;
}

.timeline h3 {
  margin: 23px 0 10px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.6;
}

.timeline small {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: rgba(201, 241, 111, 0.72);
  font-size: 9px;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 45px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.conditions-grid article {
  min-height: 160px;
  padding: 24px;
  background: var(--forest-soft);
}

.conditions-grid span,
.conditions-grid strong,
.conditions-grid p {
  display: block;
  margin: 0;
}

.conditions-grid span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.conditions-grid strong {
  margin-top: 13px;
  color: var(--lime);
  font-size: 20px;
}

.conditions-grid p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.experiment-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 45px;
  margin-top: 55px;
  padding: 40px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 26px;
}

.experiment-card .eyebrow {
  color: #486127;
  margin-bottom: 15px;
}

.experiment-card h3,
.experiment-card p {
  margin: 0;
}

.experiment-card h3 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.experiment-card > p {
  color: rgba(20, 32, 25, 0.7);
  font-size: 13px;
}

.ab-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ab-grid div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 14px;
}

.ab-grid span,
.ab-grid strong {
  display: block;
}

.ab-grid span {
  color: rgba(20, 32, 25, 0.55);
  font-size: 10px;
}

.ab-grid strong {
  font-size: 22px;
}

.finance-section {
  background: #f1f0e7;
}

.calculator {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  overflow: hidden;
  color: white;
  background: var(--forest-soft);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.calculator-controls {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: 36px;
  background: #223226;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.control-group {
  display: grid;
  gap: 10px;
}

.control-label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.segment-control {
  width: fit-content;
  background: rgba(0, 0, 0, 0.2);
}

.segment-control button {
  color: rgba(255, 255, 255, 0.58);
}

.segment-control button.active {
  color: var(--forest);
  background: var(--lime);
}

.control-group small {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11.5px;
}

.range-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.range-row input {
  width: 100%;
  height: 4px;
  accent-color: var(--lime);
}

.range-row output {
  min-width: 54px;
  color: var(--lime);
  font-size: 15px;
  font-weight: 720;
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.calculator-results article {
  min-height: 180px;
  padding: 30px;
  background: var(--forest-soft);
}

.calculator-results article.accent {
  color: var(--forest);
  background: var(--lime);
}

.calculator-results span,
.calculator-results strong,
.calculator-results small {
  display: block;
}

.calculator-results span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calculator-results article.accent span,
.calculator-results article.accent small {
  color: rgba(20, 32, 25, 0.58);
}

.calculator-results strong {
  margin-top: 15px;
  color: var(--lime);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.calculator-results article.accent strong {
  color: var(--forest);
}

.calculator-results strong.negative {
  color: var(--orange);
}

.calculator-results small {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
}

.cost-breakdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.cost-breakdown article {
  min-height: 200px;
  padding: 25px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.cost-breakdown .cost-primary {
  background: #e4ead7;
}

.cost-breakdown .cost-total {
  color: white;
  background: var(--forest-soft);
}

.cost-breakdown span,
.cost-breakdown strong,
.cost-breakdown p {
  display: block;
  margin: 0;
}

.cost-breakdown span {
  color: #707a72;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cost-breakdown .cost-total span {
  color: rgba(255, 255, 255, 0.48);
}

.cost-breakdown strong {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.cost-breakdown .cost-total strong {
  color: var(--lime);
}

.cost-breakdown p {
  margin-top: 13px;
  color: #6f7871;
  font-size: 10px;
}

.cost-breakdown .cost-total p {
  color: rgba(255, 255, 255, 0.48);
}

.market-table-wrap {
  margin-top: 30px;
}

.market-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.market-heading h3 {
  margin: 0;
  font-size: 19px;
}

.market-heading span {
  color: #78817a;
  font-size: 10px;
}

.market-table {
  min-width: 720px;
}

.market-table td {
  font-size: 12px;
}

.market-table a {
  color: #53683c;
  background: transparent;
  font-size: 11px;
}

.market-table .muted-row {
  color: #818781;
  background: #f2f1eb;
}

.market-table-wrap > p {
  margin: 0;
  padding: 14px 22px;
  color: #7b837d;
  background: #f1f2eb;
  border-top: 1px solid var(--line);
  font-size: 9px;
}

.reality-section {
  color: white;
  background: #17231a;
}

.reality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.reality-grid article {
  min-height: 275px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.reality-grid span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 750;
}

.reality-grid h3 {
  margin: 55px 0 12px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.reality-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.drying-branch {
  margin-top: 55px;
  overflow: hidden;
  color: var(--forest);
  background: #eef0e7;
  border-radius: 24px;
}

.drying-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 45px;
  padding: 38px;
  border-bottom: 1px solid var(--line);
}

.drying-head h3,
.drying-head p {
  margin: 0;
}

.drying-head h3 {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.05em;
}

.drying-head > p {
  color: #59655c;
  font-size: 13px;
  line-height: 1.75;
}

.drying-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.drying-paths article {
  min-height: 330px;
  padding: 34px 38px;
  background: #f7f7f1;
}

.drying-paths .supplement-path {
  background: #e1e9d5;
}

.path-label,
.claim-warning span,
.drying-fees span {
  display: block;
  color: #6c776e;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.drying-paths h4 {
  margin: 28px 0 14px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.drying-paths p {
  margin: 0;
  color: #647067;
  font-size: 12px;
  line-height: 1.7;
}

.drying-paths strong {
  display: inline-block;
  margin-top: 22px;
  color: #40542f;
  font-size: 11px;
}

.claim-warning {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 24px;
  padding: 28px 38px;
  color: white;
  background: #8d433d;
}

.claim-warning span {
  color: #ffd9ce;
}

.claim-warning p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.7;
}

.drying-fees {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.drying-fees div {
  padding: 24px 28px;
  background: #eef0e7;
}

.drying-fees strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.drying-fees > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 17px 28px;
  color: #667168;
  background: #e6e9de;
  font-size: 10px;
}

.drying-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 38px 30px;
}

.drying-links a {
  padding: 8px 13px;
  color: white;
  background: var(--forest-soft);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.legal-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 45px;
  margin-top: 55px;
  padding: 38px;
  color: var(--forest);
  background: #f0d8bc;
  border-radius: 24px;
}

.legal-card span {
  color: #80502e;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-card h3,
.legal-card p {
  margin: 0;
}

.legal-card h3 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.legal-card > p {
  color: rgba(20, 32, 25, 0.68);
  font-size: 12px;
}

.legal-links {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.legal-links a {
  padding: 8px 13px;
  color: white;
  background: var(--forest-soft);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.sources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sources-grid a {
  position: relative;
  min-height: 180px;
  padding: 25px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.sources-grid a:hover {
  color: white;
  background: var(--forest-soft);
  transform: translateY(-3px);
}

.sources-grid span,
.sources-grid b,
.sources-grid i {
  display: block;
}

.sources-grid span {
  color: #6c7b5c;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sources-grid b {
  margin-top: 35px;
  font-size: 16px;
}

.sources-grid i {
  margin-top: 4px;
  color: #79817b;
  font-size: 10px;
  font-style: normal;
}

.sources-grid a:hover i {
  color: rgba(255, 255, 255, 0.5);
}

.source-note {
  max-width: 840px;
  margin: 25px 0 0;
  color: #6c746e;
  font-size: 11px;
}

footer {
  padding: 45px 0;
  color: white;
  background: #0b120e;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 35px;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.footer-inner > a:last-child {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .site-nav {
    gap: 18px;
  }

  .hero-grid,
  .setup-layout {
    gap: 38px;
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline li {
    min-height: 235px;
  }

  .cost-breakdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .monthly-inputs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  :root {
    --wrap: min(100% - 30px, 720px);
  }

  html {
    scroll-behavior: auto;
  }

  .topbar {
    background: rgba(16, 26, 20, 0.98);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    inset: 74px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    height: calc(100dvh - 74px);
    padding: 18px max(20px, calc((100vw - 720px) / 2)) calc(34px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 88% 12%, rgba(201, 241, 111, 0.13), transparent 28%),
      var(--forest);
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: min(100%, 720px);
    min-height: 72px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
  }

  .site-nav a::after {
    top: 18px;
    right: 0;
    bottom: 18px;
    left: auto;
    width: 3px;
    height: auto;
    opacity: 0;
    border-radius: 999px;
    transition: opacity 160ms ease;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after,
  .site-nav a.current::after {
    right: 0;
    opacity: 1;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.current {
    color: white;
    background: rgba(255, 255, 255, 0.055);
  }

  .nav-index {
    display: block;
    color: var(--lime);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.08em;
  }

  .nav-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .nav-label {
    font-size: 22px;
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .nav-copy small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 560;
    letter-spacing: 0.01em;
  }

  body.menu-open .menu-toggle {
    border-color: rgba(201, 241, 111, 0.52);
    background: rgba(201, 241, 111, 0.08);
  }

  .hero {
    padding-top: 130px;
  }

  .hero-grid,
  .setup-layout,
  .calculator {
    grid-template-columns: 1fr;
  }

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

  .rack-card {
    max-width: 590px;
  }

  .hero-stats,
  .jump-grid,
  .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats div:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 90px 0;
  }

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

  .statement-main {
    grid-row: auto;
    min-height: 420px;
  }

  .setup-blueprint {
    max-width: 650px;
  }

  .crop-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .crop-summary > div:first-child {
    grid-column: 1 / -1;
  }

  .experiment-card,
  .legal-card,
  .drying-head {
    grid-template-columns: 1fr;
  }

  .experiment-card > p,
  .legal-links {
    grid-column: auto;
  }

  .calculator-controls {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .reality-grid,
  .sources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  :root {
    --wrap: calc(100% - 32px);
  }

  .topbar {
    height: 66px;
    padding-inline: 16px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .site-nav {
    inset: 66px 0 0;
    height: calc(100dvh - 66px);
  }

  .hero {
    min-height: auto;
    padding: 112px 0 0;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 64px);
  }

  .hero-lede {
    font-size: 15px;
  }

  .hero-proof {
    margin-top: 17px;
    font-size: 11px;
  }

  .hero-mobile-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
  }

  .hero-mobile-stats div {
    min-width: 0;
    padding: 15px 14px;
    background: rgba(255, 255, 255, 0.045);
  }

  .hero-mobile-stats strong,
  .hero-mobile-stats span {
    display: block;
  }

  .hero-mobile-stats strong {
    color: var(--lime);
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .hero-mobile-stats span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .rack-card {
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  .rack {
    height: 292px;
    padding-inline: 15px;
  }

  .rack-legend {
    flex-wrap: wrap;
    gap: 9px 15px;
  }

  .rack-legend span:last-child {
    margin-left: 0;
  }

  .hero-stats {
    display: none;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading.split {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .statement-card {
    min-height: 240px;
    padding: 27px;
  }

  .statement-main {
    min-height: 330px;
  }

  .jump-grid,
  .conditions-grid,
  .cost-breakdown,
  .reality-grid,
  .sources-grid {
    grid-template-columns: 1fr;
  }

  .jump-grid a {
    min-height: 120px;
  }

  .budget-chip {
    width: 100%;
  }

  .setup-blueprint {
    min-height: 530px;
    padding: 43px 28px 25px;
  }

  .blueprint-rack {
    height: 420px;
    padding-inline: 8px;
  }

  .bp-shelf b {
    font-size: 8px;
  }

  .bp-fan {
    width: 37px;
    height: 37px;
  }

  .fan-one { right: 12px; }
  .fan-two { left: 12px; }

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

  .crop-switch,
  .segment-control {
    width: 100%;
  }

  .crop-switch button,
  .segment-control button {
    flex: 1;
    min-height: 44px;
  }

  .crop-summary {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

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

  .timeline li {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 22px 20px;
  }

  .timeline small {
    position: static;
    display: block;
    margin-top: 20px;
    font-size: 10px;
  }

  .crop-summary p,
  .timeline p,
  .conditions-grid p {
    font-size: 12px;
  }

  .crop-stat span,
  .conditions-grid span {
    font-size: 10px;
  }

  .conditions-grid article {
    min-height: 135px;
  }

  .experiment-card {
    padding: 28px;
  }

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

  .calculator-controls {
    padding: 28px 20px;
  }

  .calculator-results {
    grid-template-columns: 1fr;
  }

  .calculator-results article {
    min-height: 145px;
  }

  .market-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-card {
    padding: 28px;
  }

  .drying-paths,
  .drying-fees {
    grid-template-columns: 1fr;
  }

  .drying-fees > p {
    grid-column: auto;
  }

  .claim-warning {
    grid-template-columns: 1fr;
  }

  .monthly-inputs-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .table-shell {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .table-shell .table-scroll,
  .market-table-wrap .table-scroll {
    overflow: visible;
  }

  .shopping-table,
  .shopping-table tbody,
  .shopping-table tr,
  .shopping-table td {
    display: block;
    width: 100%;
  }

  .shopping-table {
    min-width: 0;
  }

  .shopping-table thead {
    display: none;
  }

  .shopping-table tbody {
    display: grid;
    gap: 12px;
  }

  .shopping-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 18px;
    padding: 18px;
    background: var(--paper-bright);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(24, 38, 28, 0.055);
  }

  .shopping-table td,
  .shopping-table tr:last-child td {
    padding: 0;
    border: 0;
  }

  .shopping-table td:first-child,
  .shopping-table .purpose,
  .shopping-table td:last-child {
    grid-column: 1 / -1;
  }

  .shopping-table td[data-label]::before {
    display: block;
    margin-bottom: 4px;
    color: #758077;
    content: attr(data-label);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .shopping-table td:first-child::before,
  .shopping-table .purpose::before,
  .shopping-table td:last-child::before {
    display: none;
  }

  .product-title {
    min-width: 0;
    align-items: flex-start;
  }

  .product-icon {
    flex-basis: 42px;
    height: 42px;
  }

  .product-title b {
    font-size: 14px;
  }

  .product-title small,
  .price-cell small {
    font-size: 10.5px;
  }

  .shopping-table .purpose {
    max-width: none;
    padding-top: 13px;
    color: #59645c;
    font-size: 12.5px;
    border-top: 1px solid var(--line);
  }

  .price-cell {
    text-align: right;
  }

  .shop-link {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }

  .market-table,
  .market-table tbody,
  .market-table tr,
  .market-table td {
    display: block;
    width: 100%;
  }

  .market-table thead {
    display: none;
  }

  .market-table tbody {
    display: grid;
    gap: 10px;
    padding: 0 14px 14px;
  }

  .market-table tr {
    padding: 14px 16px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
  }

  .market-table td,
  .market-table tr:last-child td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 0;
    border: 0;
  }

  .market-table td::before {
    color: #758077;
    font-size: 9px;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .market-table td:nth-child(1)::before { content: "Produkt"; }
  .market-table td:nth-child(2)::before { content: "Balenie"; }
  .market-table td:nth-child(3)::before { content: "Cena"; }
  .market-table td:nth-child(4)::before { content: "Prepočet"; }
  .market-table td:nth-child(5)::before { content: "Zdroj"; }

  .market-table a {
    min-height: 38px;
    padding: 0 13px;
  }
}

@media (max-width: 560px) {
  .drying-head,
  .drying-paths article {
    padding: 28px 22px;
  }

  .claim-warning,
  .drying-links {
    padding-inline: 22px;
  }

  .monthly-inputs {
    padding: 24px 18px;
  }

  .monthly-inputs-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;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
