:root {
  --ink: #edf2ef;
  --muted: #97a59f;
  --line: #35423e;
  --soft: #111816;
  --paper: #19221f;
  --forest: #0d1412;
  --forest-2: #b7d83d;
  --gold: #e5a83a;
  --blue: #3ba5b5;
  --danger: #e15f4f;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  --radius: 3px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: #101614; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 32px 32px; font-family: Bahnschrift, "Segoe UI", ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.12; }
h1 { margin-bottom: 18px; font-size: 4rem; font-weight: 760; }
h2 { margin-bottom: 10px; font-size: 2rem; }
h3 { margin-bottom: 8px; font-size: 1rem; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid #34413d; color: white; background: #090e0d; }
.header-inner { width: min(1180px, calc(100% - 40px)); height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { flex: 0 0 34px; }
.brand span { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.brand strong { font-size: 1rem; }
.brand small { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: 0; }
.main-nav { align-self: stretch; display: flex; align-items: stretch; gap: 4px; }
.main-nav a { position: relative; display: flex; align-items: center; padding: 0 12px; color: #aebbb6; font-size: .82rem; font-weight: 720; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 3px; background: var(--forest-2); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a.active::after { transform: scaleX(1); }
.nav-toggle { width: 42px; height: 42px; padding: 10px; display: none; border: 0; background: transparent; }
.nav-toggle span { width: 100%; height: 2px; margin: 4px 0; display: block; background: white; }
.status-strip { border-bottom: 1px solid var(--line); color: #c5cfcb; background: #151d1b; font-size: .7rem; font-weight: 720; text-transform: uppercase; }
.status-strip > div { width: min(1180px, calc(100% - 40px)); min-height: 30px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.status-strip a { color: #8f9e98; }
.status-strip a:hover { color: var(--forest-2); }
.status-strip i { width: 7px; height: 7px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--forest-2); box-shadow: 0 0 9px rgba(183,216,61,.8); }

.home-hero { position: relative; min-height: 520px; display: flex; overflow: hidden; isolation: isolate; background: #101614; }
.home-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,10,8,.94) 0%, rgba(5,10,8,.76) 34%, rgba(5,10,8,.2) 66%, rgba(5,10,8,.08) 100%), linear-gradient(0deg, rgba(5,10,8,.82) 0%, transparent 42%); content: ""; }
.home-hero-media { position: absolute; z-index: -2; inset: 0; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.home-hero-inner { width: min(1180px, calc(100% - 40px)); min-height: 520px; margin: 0 auto; padding: 58px 0 28px; display: flex; flex-direction: column; justify-content: space-between; }
.home-hero-copy { max-width: 670px; }
.home-hero h1 { max-width: 650px; margin-bottom: 16px; color: #fff; font-size: 4.1rem; text-shadow: 0 3px 26px rgba(0,0,0,.48); }
.home-hero .lede { max-width: 610px; margin-bottom: 0; color: #d1dbd7; font-size: 1.08rem; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-primary, .hero-secondary { min-height: 44px; padding: 10px 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest-2); border-radius: 3px; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.hero-primary { color: #111713; background: var(--forest-2); }
.hero-primary:hover { background: var(--gold); border-color: var(--gold); }
.hero-secondary { color: #f0f5f2; background: rgba(9,14,13,.7); border-color: #8c9b95; backdrop-filter: blur(6px); }
.hero-secondary:hover { color: #111713; background: #f0f5f2; border-color: #f0f5f2; }
.hero-stats { width: min(720px, 100%); margin: 36px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(7,12,10,.44); backdrop-filter: blur(5px); }
.hero-stats div { min-height: 64px; padding: 11px 17px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats dt { color: #9fada7; font-family: Consolas, monospace; font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.hero-stats dd { margin: 2px 0 0; color: #fff; font-size: .92rem; font-weight: 800; }

.page-intro { width: min(1180px, calc(100% - 40px)); min-height: 260px; margin: 0 auto; padding: 48px 0 38px; display: flex; align-items: center; }
.intro-copy { max-width: 760px; }
.page-intro .lede { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.page-intro-visual { min-height: 330px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, .78fr); gap: 58px; }
.page-intro-visual .intro-copy { max-width: 660px; }
.page-intro-media { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-top: 2px solid var(--forest-2); border-bottom: 1px solid #52605b; background: #0b100f; box-shadow: 0 18px 42px rgba(0,0,0,.32); }
.page-intro-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,12,10,.34), transparent 45%), linear-gradient(0deg, rgba(7,12,10,.3), transparent 38%); content: ""; pointer-events: none; }
.page-intro-media img { width: 100%; height: 100%; object-fit: cover; }
.eyebrow, .section-kicker { margin-bottom: 9px; color: var(--forest-2); font-size: .72rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }

.tools-menu { position: relative; align-self: stretch; }
.tools-menu summary { position: relative; height: 100%; padding: 0 12px; display: flex; align-items: center; color: #aebbb6; font-size: .82rem; font-weight: 720; text-transform: uppercase; cursor: pointer; list-style: none; }
.tools-menu summary::-webkit-details-marker { display: none; }
.tools-menu summary::after { margin-left: 7px; color: var(--gold); content: "+"; }
.tools-menu[open] summary, .tools-menu summary.active { color: white; }
.tools-menu > div { position: absolute; top: calc(100% - 1px); right: 0; width: 250px; max-height: calc(100vh - 108px); padding: 8px; overflow-y: auto; border: 1px solid #3d4a46; background: #0c1211; box-shadow: var(--shadow); }
.tools-menu > div a { min-height: 42px; padding: 0 12px; border-left: 2px solid transparent; }
.tools-menu > div a::after { display: none; }
.tools-menu > div a:hover { border-left-color: var(--forest-2); background: #171f1d; }

.content-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 80px; }
.narrow-top { padding-top: 10px; }
.tool-layout { margin-bottom: 72px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 20px; align-items: start; }
.tool-panel { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.tool-panel::before { position: absolute; top: -1px; left: 22px; width: 64px; height: 3px; background: var(--forest-2); content: ""; }
.input-panel, .result-panel { padding: 28px; }
.result-panel { position: sticky; top: 118px; overflow: hidden; }
.panel-heading { min-height: 48px; margin-bottom: 24px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.panel-heading h2 { margin: 0; font-size: 1.42rem; }
.panel-heading .section-kicker { margin-bottom: 6px; }
.text-button { padding: 5px 0; border: 0; color: var(--muted); background: transparent; font-size: .82rem; font-weight: 700; }
.text-button:hover { color: var(--forest-2); }
.secondary-button, .primary-button { min-height: 40px; padding: 9px 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest); border-radius: 4px; font-weight: 750; }
.secondary-button { color: var(--ink); background: #101614; border-color: #53615c; font-size: .8rem; }
.secondary-button:hover { color: #111713; background: var(--forest-2); border-color: var(--forest-2); }
.primary-button { margin-top: 8px; color: #101614; background: var(--forest-2); border-color: var(--forest-2); }
.primary-button:hover { background: var(--gold); border-color: var(--gold); }
.hud-tag { align-self: flex-start; padding: 5px 7px; display: inline-flex; border: 1px solid #56645f; color: #aebcb7; background: #101614; font-family: Consolas, monospace; font-size: .64rem; font-weight: 700; white-space: nowrap; }
.hud-tag.ok { color: var(--forest-2); border-color: #6d802c; }
.hud-tag.danger { color: #ff8173; border-color: #93433a; }

.form-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.form-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-wide { grid-column: 1 / -1; }
.field { min-width: 0; }
.field > span, .field legend { margin-bottom: 7px; display: block; color: #b4c0bb; font-size: .78rem; font-weight: 720; }
.field legend { padding: 0; }
.field input[type="number"], .field select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #45524e; border-radius: 2px; outline: none; color: var(--ink); background: #0e1513; color-scheme: dark; }
.field input:focus, .field select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(35, 91, 77, .12); }
.input-prefix, .input-suffix { height: 46px; display: flex; align-items: center; overflow: hidden; border: 1px solid #45524e; border-radius: 2px; background: #0e1513; }
.input-prefix:focus-within, .input-suffix:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(35, 91, 77, .12); }
.input-prefix b, .input-suffix b { padding: 0 11px; color: var(--muted); font-size: .8rem; }
.input-prefix b { border-right: 1px solid var(--line); }
.input-suffix b { border-left: 1px solid var(--line); }
.input-prefix input, .input-suffix input { min-width: 0; height: 44px !important; padding: 0 10px !important; border: 0 !important; box-shadow: none !important; }
.segmented-field { margin: 0; padding: 0; border: 0; }
.segmented { height: 46px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #45524e; border-radius: 2px; overflow: hidden; }
.segmented label { position: relative; }
.segmented label + label { border-left: 1px solid #45524e; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { height: 100%; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .78rem; font-weight: 700; }
.segmented input:checked + span { color: #111713; background: var(--forest-2); }
.range-row { height: 46px; display: grid; grid-template-columns: 1fr 50px; gap: 12px; align-items: center; }
.range-row input { width: 100%; accent-color: var(--forest-2); }
.range-row output { color: var(--forest-2); font-size: .85rem; font-weight: 800; text-align: right; }
.subsection-heading { margin: 28px 0 15px; padding-top: 23px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.subsection-heading h3 { margin: 0; }
.subsection-heading span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.cost-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.save-values-bar { grid-column: 1 / -1; margin: 26px -28px -28px; padding: 15px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #45524e; background: #101715; }
.save-values-bar > div:first-child { min-width: 0; }
.save-values-bar b, .save-values-bar span { display: block; }
.save-values-bar b { color: #dce6e2; font-size: .76rem; }
.save-values-bar span { color: #899892; font-size: .69rem; }
.save-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.save-actions button { min-height: 34px; padding: 6px 10px; border: 1px solid #53615c; border-radius: 2px; color: #dbe5e1; background: #18211e; font-size: .7rem; font-weight: 750; }
.save-actions button:first-child { color: #111713; border-color: var(--forest-2); background: var(--forest-2); }
.save-actions button:hover { border-color: var(--gold); }

.profit-callout { margin: 0 -28px 24px; padding: 28px; color: white; background: #0b1210; border-top: 1px solid #3b4944; border-bottom: 1px solid #3b4944; }
.profit-callout.blue { background: #10242a; border-color: #2d6e79; }
.profit-callout.amber { background: #292111; border-color: #80601f; }
.profit-callout span, .profit-callout small { display: block; color: #9baba5; font-size: .75rem; font-weight: 650; }
.profit-callout strong { margin: 3px 0; display: block; color: var(--forest-2); font-size: 3.2rem; line-height: 1; }
.profit-callout.blue strong { color: #6fc4d2; }
.profit-callout.amber strong { color: #f0b54a; }
.metric-grid { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.metric-grid div { min-height: 76px; padding: 14px; background: #161f1c; }
.metric-grid dt { margin-bottom: 5px; color: var(--muted); font-size: .72rem; }
.metric-grid dd { margin: 0; font-size: 1rem; font-weight: 780; }
.result-note { margin-top: 20px; padding: 15px 16px; border-left: 3px solid var(--gold); background: #292415; }
.result-note b { font-size: .78rem; }
.result-note p { margin: 3px 0 0; color: #a9a68f; font-size: .76rem; line-height: 1.5; }

.data-section { margin-bottom: 72px; }
.section-heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: .85rem; }
.table-wrap { overflow-x: auto; border-top: 2px solid var(--forest-2); border-bottom: 1px solid var(--line); background: #151d1b; }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
th { color: #a8b4af; background: #0d1412; font-size: .7rem; text-transform: uppercase; }
th:first-child, td:first-child { text-align: left; }
td:first-child { font-weight: 750; }
tbody tr:hover { background: #202a27; }
.positive { color: var(--forest-2); }
.negative { color: var(--danger); }

.content-band { margin: 72px 0; padding: 44px 0; display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.content-band h2 { max-width: 380px; }
.prose-columns { columns: 2; column-gap: 32px; }
.prose-columns p { break-inside: avoid; color: var(--muted); }
.related-tools { margin-bottom: 30px; }
.tool-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tool-links a { min-height: 130px; padding: 24px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.tool-links a:nth-child(4n) { border-right: 0; }
.tool-links a:hover { background: #1b2622; }
.tool-links span { grid-row: 1 / 3; color: var(--gold); font-size: .74rem; font-weight: 800; }
.tool-links strong { align-self: end; }
.tool-links small { color: var(--muted); }

.breadcrumbs { padding-top: 28px; display: flex; gap: 8px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--forest); }
.crop-header { min-height: 400px; padding: 46px 0; display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px; align-items: center; }
.crop-header > div:first-child { max-width: 740px; }
.crop-visual { justify-self: center; position: relative; width: min(320px, 70vw); aspect-ratio: 1; margin: 0; overflow: hidden; border-top: 3px solid var(--forest-2); border-right: 1px solid #4c5b56; border-bottom: 1px solid #4c5b56; border-left: 1px solid #4c5b56; background: #121a17; box-shadow: 0 24px 54px rgba(0,0,0,.38); transform: rotate(2deg); }
.crop-visual::after { position: absolute; inset: 0; border: 8px solid rgba(10,16,14,.3); content: ""; pointer-events: none; }
.crop-visual img { width: 100%; height: 100%; object-fit: cover; }
.crop-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--forest-2); border-bottom: 1px solid var(--line); }
.crop-facts div { padding: 23px 20px; border-right: 1px solid var(--line); }
.crop-facts div:last-child { border-right: 0; }
.crop-facts span, .crop-facts strong { display: block; }
.crop-facts span { margin-bottom: 5px; color: var(--muted); font-size: .72rem; }
.crop-analysis > div:last-child p { color: var(--muted); }
.faq-section { margin: 70px 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 20px 0; font-weight: 750; cursor: pointer; }
details p { max-width: 800px; padding-bottom: 20px; color: var(--muted); }
.crop-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.crop-link-grid a { padding: 18px 12px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.crop-link-grid a:hover { background: #1c2623; }
.crop-link-grid i { width: 12px; height: 36px; flex: 0 0 12px; background: var(--dot); }
.crop-link-grid strong, .crop-link-grid small { display: block; }
.crop-link-grid small { color: var(--muted); }

.article-page .page-intro { width: 100%; min-height: 330px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 80px; align-items: start; }
.article-layout aside { position: sticky; top: 118px; padding: 18px 0; border-top: 2px solid var(--forest-2); }
.article-layout aside p { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.article-layout aside a { padding: 6px 0; display: block; color: var(--muted); font-size: .84rem; }
.article-layout aside a:hover { color: var(--forest-2); }
.article-layout article section { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.article-layout article p { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.not-found { min-height: 65vh; padding-top: 100px; }
.not-found h1 { max-width: 700px; }
.not-found p:not(.eyebrow) { color: var(--muted); }

.calendar-console { margin-bottom: 58px; display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid #41504b; background: #151e1b; box-shadow: var(--shadow); }
.calendar-control { padding: 26px; display: grid; grid-template-columns: 1fr 150px; gap: 24px; align-items: end; border-right: 1px solid var(--line); }
.calendar-control h2 { margin: 0; font-size: 1.35rem; }
.calendar-readout { min-height: 150px; padding: 24px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; background: #0c1211; }
.readout-label { margin-bottom: 12px; display: block; color: #b5c1bc; font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.plant-dot, .harvest-dot, .selected-dot { width: 8px; height: 8px; margin-right: 6px; display: inline-block; }
.plant-dot { background: var(--forest-2); }
.harvest-dot { background: var(--gold); }
.selected-dot { border: 1px solid var(--blue); }
.crop-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.crop-chips span { padding: 5px 7px; border: 1px solid #42504c; color: #dbe3df; background: #1b2522; font-size: .7rem; }
.crop-chips em { color: #71817b; font-size: .75rem; }
.calendar-wrap { border-top-color: var(--blue); }
.calendar-table { min-width: 940px; table-layout: fixed; }
.calendar-table th, .calendar-table td { padding: 9px 5px; text-align: center; }
.calendar-table th:first-child, .calendar-table td:first-child { width: 150px; padding-left: 13px; text-align: left; }
.calendar-table td:first-child i { width: 5px; height: 20px; margin-right: 8px; display: inline-block; vertical-align: middle; background: var(--dot); }
.calendar-table td[data-month] { position: relative; height: 42px; background: #151d1b; }
.calendar-table td[data-month] span { position: relative; z-index: 1; font-family: Consolas, monospace; font-size: .67rem; font-weight: 800; }
.calendar-table td.planting { color: #15200d; background: #8eaa35; }
.calendar-table td.harvesting { color: #241a09; background: #c4892d; }
.calendar-table td.selected-month::after { position: absolute; inset: 3px; border: 2px solid #61c8da; content: ""; }
.calendar-legend { padding: 14px 0; display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: .75rem; }
.tmr-grid { grid-template-columns: repeat(3, 1fr); }

.site-footer { color: #dae7e2; background: #080d0c; border-top: 1px solid #35423e; }
.footer-inner { width: min(1180px, calc(100% - 40px)); min-height: 240px; margin: 0 auto; padding: 48px 0; display: grid; grid-template-columns: 1fr auto; gap: 30px 70px; align-content: center; }
.footer-brand { color: white; font-size: 1.15rem; font-weight: 800; }
.footer-inner p { margin: 5px 0 0; color: #9fb6ad; font-size: .8rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: .82rem; font-weight: 700; }
.footer-inner nav a:hover { color: var(--gold); }
.footer-inner .legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 900px) {
  h1 { font-size: 3.2rem; }
  .main-nav { position: fixed; top: 68px; right: 0; left: 0; height: auto; padding: 10px 20px 18px; display: none; border-bottom: 1px solid #3d4a46; background: #090e0d; }
  .main-nav.open { display: grid; }
  .main-nav a { min-height: 44px; padding: 0 8px; }
  .main-nav a::after { right: 8px; left: 8px; }
  .nav-toggle { display: block; }
  .tools-menu { align-self: auto; }
  .tools-menu summary { min-height: 44px; padding: 0 8px; }
  .tools-menu > div { position: static; width: 100%; padding: 4px 0 4px 14px; border: 0; border-left: 1px solid #3d4a46; box-shadow: none; }
  .home-hero h1 { font-size: 3.5rem; }
  .page-intro-visual { grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; }
  .tool-layout { grid-template-columns: 1fr; }
  .result-panel { position: static; }
  .cost-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-links { grid-template-columns: 1fr; }
  .tool-links a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-links a:last-child { border-bottom: 0; }
  .crop-header { grid-template-columns: 1fr 220px; gap: 30px; }
  .crop-facts { grid-template-columns: repeat(2, 1fr); }
  .crop-facts div:nth-child(2) { border-right: 0; }
  .crop-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .calendar-console { grid-template-columns: 1fr; }
  .calendar-control { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .header-inner, .status-strip > div, .home-hero-inner, .page-intro, .content-wrap, .footer-inner { width: min(100% - 28px, 1180px); }
  .status-strip > div { min-height: 28px; }
  .status-strip a { display: none; }
  .home-hero { min-height: 590px; }
  .home-hero::after { background: linear-gradient(90deg, rgba(5,10,8,.92), rgba(5,10,8,.52)), linear-gradient(0deg, rgba(5,10,8,.92) 0%, rgba(5,10,8,.15) 60%); }
  .home-hero-media img { object-position: 63% center; }
  .home-hero-inner { min-height: 590px; padding: 48px 0 22px; }
  .home-hero-copy { max-width: 94%; }
  .home-hero h1 { max-width: 520px; font-size: 2.65rem; }
  .home-hero .lede { max-width: 500px; font-size: .98rem; }
  .hero-actions { margin-top: 23px; }
  .hero-stats { width: 100%; margin-top: 34px; }
  .hero-stats div { min-height: 60px; padding: 10px; }
  .hero-stats dt { font-size: .56rem; }
  .hero-stats dd { font-size: .78rem; }
  .page-intro { min-height: auto; padding: 38px 0 32px; display: block; }
  .page-intro-visual .page-intro-media { margin-top: 26px; }
  h1 { font-size: 2.2rem; }
  .tool-layout { margin-bottom: 52px; }
  .input-panel, .result-panel { padding: 20px; }
  .save-values-bar { margin: 22px -20px -20px; padding: 14px 20px; align-items: flex-start; flex-direction: column; }
  .save-actions { width: 100%; justify-content: flex-start; }
  .profit-callout { margin-right: -20px; margin-left: -20px; padding: 22px 20px; }
  .form-grid.two-col, .cost-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid div { min-height: 74px; padding: 12px 10px; }
  .metric-grid dd { font-size: .88rem; }
  .section-heading, .content-band { display: block; }
  .section-heading > p { margin-top: 12px; }
  .content-band { margin: 52px 0; padding: 34px 0; }
  .prose-columns { columns: 1; }
  th, td { padding: 12px; }
  .crop-header { min-height: auto; padding: 38px 0; display: flex; flex-direction: column-reverse; align-items: flex-start; }
  .crop-visual { width: min(100%, 320px); justify-self: start; transform: none; }
  .crop-facts { grid-template-columns: 1fr; }
  .crop-facts div, .crop-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .crop-link-grid { grid-template-columns: 1fr; }
  .calendar-control { padding: 20px; display: grid; grid-template-columns: 1fr; }
  .calendar-readout { min-height: 0; padding: 20px; grid-template-columns: 1fr; }
  .tmr-grid { grid-template-columns: 1fr; }
  .article-layout { display: block; }
  .article-layout aside { position: static; margin-bottom: 42px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner .legal { grid-column: 1; }
}

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