:root {
  --soil: #6f4f2f;
  --deep-soil: #2e2b1f;
  --leaf: #2c5a3d;
  --bright-leaf: #7fb755;
  --sky: #add8df;
  --amber: #f1ae3b;
  --sand: #eee3c7;
  --paper: #f7f2e3;
  --ink: #25372b;
  --line: rgba(37, 55, 43, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; color: white; background: var(--leaf); }
.skip-link:focus { top: 1rem; }

.field-header {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  min-height: 88px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: white;
}
.brand { display: inline-flex; align-items: center; gap: .6rem; width: max-content; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand > span { width: 2rem; height: 2rem; display: grid; place-items: center; transform: rotate(-8deg); border: 1px solid currentColor; border-radius: 50% 35% 50% 42%; color: var(--amber); font: 700 1rem Georgia, serif; }
.field-header nav { display: flex; gap: 2rem; }
.field-header nav a { font-size: .78rem; font-weight: 800; text-decoration: none; }
.season-status { justify-self: end; display: grid; grid-template-columns: auto auto; gap: 0 .5rem; font-size: .65rem; text-transform: uppercase; }
.season-status i { grid-row: 1 / 3; align-self: center; width: .7rem; height: .7rem; background: var(--amber); border-radius: 50%; }
.season-status span { color: var(--sand); }.season-status strong { font-size: .7rem; }
.menu-button { display: none; }

.map-hero { position: relative; min-height: 920px; overflow: hidden; color: white; background: #405c3d; }
.map-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,45,31,.9) 0, rgba(28,45,31,.63) 42%, rgba(28,45,31,.08) 75%); }
.map-grid { position: absolute; inset: 0; transform: scale(1.05) rotate(-4deg); background: #698450; }
.field { position: absolute; border: 3px solid rgba(238,227,199,.48); background: repeating-linear-gradient(25deg, rgba(40,86,56,.75) 0 8px, rgba(127,183,85,.6) 8px 13px); box-shadow: inset 0 0 60px rgba(46,43,31,.2); }
.field-a { inset: 2% 62% 53% 2%; clip-path: polygon(0 0, 100% 7%, 86% 100%, 5% 88%); }
.field-b { inset: 0 30% 56% 40%; clip-path: polygon(5% 3%, 100% 0, 91% 95%, 0 100%); }
.field-c { inset: 5% 2% 48% 71%; clip-path: polygon(8% 0, 100% 4%, 95% 90%, 0 100%); }
.field-d { inset: 51% 68% 2% 0; clip-path: polygon(5% 0, 100% 8%, 86% 100%, 0 89%); }
.field-e { inset: 48% 33% 0 36%; clip-path: polygon(0 8%, 98% 0, 100% 89%, 8% 100%); }
.field-f { inset: 52% 0 2% 69%; clip-path: polygon(9% 0, 100% 6%, 90% 100%, 0 88%); }
.river { position: absolute; z-index: 3; left: 58%; top: -10%; width: 7%; height: 120%; transform: rotate(9deg); background: var(--sky); box-shadow: 0 0 0 5px rgba(238,227,199,.5); }
.coverage-zone { position: absolute; z-index: 4; display: grid; justify-items: center; color: white; transform: rotate(4deg); }
.coverage-zone b { width: 7rem; height: 7rem; display: block; border: 2px solid var(--amber); border-radius: 50%; box-shadow: 0 0 0 1.5rem rgba(241,174,59,.12); }
.coverage-zone b::before { content: ""; position: absolute; width: 1rem; height: 1rem; margin: 3rem; border-radius: 50%; background: var(--amber); }
.coverage-zone small { margin-top: .7rem; padding: .3rem .5rem; background: var(--deep-soil); font: .65rem Consolas, monospace; }
.zone-one { right: 17%; top: 22%; }.zone-two { right: 31%; bottom: 16%; transform: scale(.7) rotate(4deg); }
.rain-cell { position: absolute; z-index: 5; right: 3%; top: 9%; width: 22rem; height: 13rem; opacity: .75; filter: blur(3px); background: radial-gradient(ellipse, rgba(65,83,84,.9), rgba(173,216,223,.3) 50%, transparent 70%); }
.rain-cell i { position: absolute; width: 2px; height: 2.5rem; transform: rotate(16deg); background: var(--sky); }
.rain-cell i:nth-child(1) { left: 25%; bottom: 10%; }.rain-cell i:nth-child(2) { left: 48%; bottom: 0; }.rain-cell i:nth-child(3) { right: 25%; bottom: 15%; }
.hero-copy { position: relative; z-index: 6; max-width: 760px; padding: 14rem 1.25rem 8rem max(1.25rem, calc((100vw - 1300px)/2)); }
.field-label, .section-label { margin: 0 0 1.4rem; color: var(--amber); font: 700 .66rem Consolas, monospace; text-transform: uppercase; letter-spacing: .12em; }
.field-label span { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.4); background: rgba(37,55,43,.4); }
.hero-copy h1 { margin: 0; font: 700 clamp(4rem, 8vw, 8.8rem)/.86 Rockwell, Georgia, serif; letter-spacing: -.07em; }
.hero-copy h1 em { color: var(--amber); font-style: italic; font-weight: 400; }
.hero-copy > p:not(.field-label) { max-width: 640px; margin: 2rem 0; color: #e1ead9; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.field-button { padding: .9rem 1.2rem; color: var(--deep-soil); background: var(--amber); font-weight: 800; text-decoration: none; }
.map-link { color: white; font-size: .82rem; font-weight: 800; text-decoration: none; }
.map-legend { position: absolute; z-index: 7; left: max(1.25rem, calc((100vw - 1300px)/2)); bottom: 2rem; display: flex; gap: 1.5rem; }
.map-legend p { margin: 0; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.map-legend i { display: inline-block; width: .65rem; height: .65rem; margin-right: .3rem; }
.legend-cover { border: 2px solid var(--amber); border-radius: 50%; }.legend-rain { background: var(--sky); border-radius: 50%; }.legend-river { background: var(--sky); }
.coordinates { position: absolute; z-index: 7; right: 2rem; bottom: 2rem; font: .62rem/1.6 Consolas, monospace; text-align: right; }

.trigger-section { padding: 8rem max(1.25rem, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); background: var(--paper); }
.trigger-copy h2, .method-heading h2, .contact-section h2 { margin: 0; font: 700 clamp(3rem, 5.5vw, 6rem)/.96 Rockwell, Georgia, serif; letter-spacing: -.055em; }
.trigger-copy > p:not(.section-label) { color: #5b685e; }
.trigger-principle { margin-top: 3rem; display: flex; align-items: center; gap: .7rem; color: var(--leaf); font: .65rem Consolas, monospace; text-transform: uppercase; }
.trigger-principle i { flex: 1; border-top: 1px dashed var(--soil); }
.weather-console { padding: clamp(1.5rem, 4vw, 3rem); color: var(--paper); background: var(--deep-soil); box-shadow: 1.2rem 1.2rem 0 var(--sand); }
.console-title { display: flex; justify-content: space-between; gap: 1rem; }
.console-title span, .payout-result span { display: block; color: #a6aa94; font-size: .62rem; text-transform: uppercase; }
.console-title strong { display: block; margin-top: .3rem; }
.watch-state { margin: 0; color: var(--amber); font: .65rem Consolas, monospace; }
.watch-state i { display: inline-block; width: .55rem; height: .55rem; margin-right: .35rem; background: var(--amber); border-radius: 50%; }
.watch-state.triggered { color: #ff806e; }.watch-state.triggered i { background: #ff806e; }
.rain-gauge { margin: 4rem 0; }
.rain-gauge output { display: block; color: var(--sky); font: 700 clamp(4rem, 8vw, 7rem)/1 Rockwell, Georgia, serif; }
.rain-gauge > span { color: #a6aa94; font-size: .78rem; }
.rain-gauge input { width: 100%; margin: 2rem 0 .8rem; accent-color: var(--amber); }
.gauge-scale { display: flex; justify-content: space-between; gap: 1rem; font: .58rem Consolas, monospace; }
.gauge-scale strong { color: var(--amber); }
.payout-result { padding: 1.3rem 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.payout-result div:last-child { text-align: right; }
.payout-result strong { font-size: 1.2rem; }
.weather-console button { width: 100%; min-height: 52px; margin-top: 1.5rem; padding: .8rem 1rem; display: flex; justify-content: space-between; border: 1px solid var(--amber); color: var(--amber); background: transparent; font-weight: 800; cursor: pointer; }
.weather-console > p:last-child { min-height: 1.4rem; color: #a6aa94; font-size: .78rem; }

.method-section { padding: 8rem max(1.25rem, calc((100vw - 1380px)/2)); background: var(--sand); }
.method-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; align-items: end; }
.method-path { margin-top: 5rem; display: grid; grid-template-columns: repeat(4, 1fr); }
.method-path article { min-height: 460px; padding: 1.5rem; display: flex; flex-direction: column; border-top: 1px solid var(--soil); border-right: 1px solid rgba(111,79,47,.22); }
.method-path article:last-child { border-right: 0; }
.path-number { color: var(--soil); font: .65rem Consolas, monospace; }
.method-path h3 { margin: auto 0 .6rem; font: 700 1.4rem Rockwell, Georgia, serif; }
.method-path p { color: #646451; font-size: .9rem; }
.method-icon { position: relative; height: 150px; margin: 2.5rem 0; }
.plot-icon { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; transform: skew(-10deg); }
.plot-icon i { background: repeating-linear-gradient(90deg, var(--leaf) 0 3px, var(--bright-leaf) 3px 7px); }
.cloud-icon i { position: absolute; left: 12%; top: 30%; width: 75%; height: 45%; border-radius: 50%; background: var(--sky); box-shadow: -2rem 1rem 0 var(--sky), 2rem 1rem 0 var(--sky); }
.threshold-icon { border-left: 1px solid var(--soil); border-bottom: 1px solid var(--soil); }
.threshold-icon i { position: absolute; left: 0; right: 0; top: 35%; border-top: 3px dashed var(--amber); }
.phone-icon { display: grid; place-items: center; }
.phone-icon i { width: 5.2rem; height: 8rem; display: grid; place-items: center; border: 3px solid var(--leaf); border-radius: .8rem; color: var(--leaf); font: normal 2rem Rockwell, serif; }

.payouts-section { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--leaf); color: white; }
.field-story, .payout-copy { min-width: 0; }
.field-story { min-height: 680px; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(rgba(46,43,31,.25), rgba(46,43,31,.75)), repeating-linear-gradient(110deg, var(--bright-leaf) 0 18px, #507d43 18px 37px); }
.story-tag { align-self: start; padding: .4rem .6rem; background: var(--amber); color: var(--deep-soil); font: .65rem Consolas, monospace; text-transform: uppercase; }
.field-story blockquote { max-width: 700px; margin: 0; font: italic 700 clamp(2.8rem, 5vw, 5.5rem)/1 Rockwell, Georgia, serif; }
.payout-copy { padding: clamp(3rem, 7vw, 7rem); }
.payout-copy article { padding: 1.5rem 0; display: grid; grid-template-columns: 50px 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.payout-copy article > span { color: var(--amber); font: .65rem Consolas, monospace; }
.payout-copy h3, .payout-copy p { margin: 0 0 .4rem; }.payout-copy h3 { font: 700 1.4rem Rockwell, Georgia, serif; }.payout-copy p { color: #d2decf; }

.contact-section { padding: 8rem max(1.25rem, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; background: var(--sky); }
.contact-section form { display: grid; gap: 1rem; align-content: center; }
.contact-section label { font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.contact-section input, .contact-section select { width: 100%; min-height: 52px; margin-top: .4rem; padding: .75rem; border: 1px solid var(--ink); background: rgba(255,255,255,.35); }
.contact-section button { min-height: 52px; border: 0; color: white; background: var(--leaf); font-weight: 800; cursor: pointer; }
#contact-status { min-height: 1.4rem; margin: 0; color: var(--leaf); font-size: .82rem; }
.site-footer { padding: 4rem max(1.25rem, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; gap: 3rem; background: var(--deep-soil); color: var(--sand); font-size: .78rem; }
.footer-weather span, .site-footer address strong { display: block; color: var(--amber); font-size: .62rem; text-transform: uppercase; }
.site-footer p, .site-footer address { margin: 0; font-style: normal; }
.site-footer > a { color: var(--amber); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .field-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; padding: .55rem; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(37,55,43,.45); }
  .field-header nav { position: absolute; left: 1rem; right: 1rem; top: 82px; padding: 1.2rem; display: none; flex-direction: column; color: var(--ink); background: var(--paper); box-shadow: 0 15px 40px rgba(46,43,31,.18); }
  .field-header nav.open { display: flex; }
  .season-status { display: none; }
  .map-hero::after { background: linear-gradient(rgba(28,45,31,.8), rgba(28,45,31,.45)); }
  .trigger-section, .payouts-section, .contact-section { grid-template-columns: 1fr; }
  .method-heading { grid-template-columns: 1fr; }
  .method-path { grid-template-columns: 1fr 1fr; }
  .method-path article { border-bottom: 1px solid rgba(111,79,47,.22); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .map-hero { min-height: 850px; }
  .hero-copy { padding-top: 10rem; }
  .hero-copy h1 { font-size: 4.3rem; }
  .map-legend { display: grid; gap: .4rem; }
  .coordinates { display: none; }
  .trigger-section, .method-section { padding-left: 1rem; padding-right: 1rem; }
  .trigger-principle { flex-wrap: wrap; }
  .trigger-principle i { min-width: 2rem; }
  .weather-console { box-shadow: .6rem .6rem 0 var(--sand); }
  .method-path { grid-template-columns: 1fr; }
  .method-path article { min-height: 400px; border-right: 0; }
  .field-story, .payout-copy { padding: 3rem 1rem; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
