/* CROPX, LLC — Precision Agronomy Stylesheet
   Full-screen scenes skeleton: four 100vh acts stacked top to bottom.
   FURROW NIGHT body with STALK CREAM text and HARVEST OCHRE accent. */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: #1E241D;
  color: #F1EFE2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

.page-wrap { display: block; }

/* ACT SCENES — every scene occupies at least the full viewport */
.act-scene {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 56px 96px 56px;
  width: 100%;
}

/* Each act has its own background tone (furrow / leaf / soil / furrow) */
.act-scene-scene-one { background-color: #1E241D; }
.act-scene-scene-two { background-color: #161B15; }
.act-scene-scene-three { background-color: #262E23; }
.act-scene-scene-four { background-color: #1E241D; }

/* ACT LABEL — small ochre letterspaced caps, only divider between acts */
.act-label {
  margin: 0 0 28px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #D9A83C;
}

.act-label .act-number { color: #D9A83C; }
.act-label .act-bullet { color: #4E6B4A; }
.act-label .act-title { color: #D9A83C; }

/*========= ACT I — THE FIELD — typography billboard with furrow lines =========*/
.act-one-board {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.act-one-companyline {
  margin: 0 0 20px 0;
  font-size: 15px;
}

.billboard-headline {
  margin: 0 0 24px 0;
  font-size: clamp(2.6rem, 7vw, 6.2rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.billboard-kicker {
  color: #D9A83C;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.billboard-lede {
  margin: 0 0 36px 0;
  font-size: 1.32rem;
  line-height: 1.6;
  max-width: 52ch;
  color: #F6F2E4;
}

.billboard-furrows {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 110px;
  color: #262E23;
}

.furrow-strip { fill: #262E23; }
.furrow-dash { fill: #36894E; }
.furrow-crest { fill: #2E4130; }

.act-one-footnote {
  margin: 30px 0 0 0;
  font-size: 0.9rem;
  color: #B8B2A0;
  max-width: 46ch;
}

/*========= ACT II — THE PROGRAMME — 60 / 40 split with field-note card =========*/
.act-two-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 72px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  align-items: start;
}

.act-two-prose p {
  margin: 0 0 20px 0;
  font-size: 1.12rem;
  max-width: 60ch;
}

.act-two-sechead {
  margin: 0 0 16px 0;
  font-size: 2rem;
  color: #F1EFE2;
}

.act-two-lead {
  color: #D9A83C;
  font-size: 1.06rem;
  line-height: 1.7;
}

.fieldnote-card {
  background-color: #262E23;
  border-left: 6px solid #D9A83C;
  padding: 34px 34px;
  color: #F6F2E4;
}

.fieldnote-eyebrow {
  margin: 0 0 12px 0;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D9A83C;
  font-weight: 700;
}

.fieldnote-tagline {
  margin: 0 0 14px 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.fieldnote-body {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.7;
}

.fieldnote-stamp {
  display: inline-block;
  border: 2px dashed #4E6B4A;
  padding: 6px 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F6F2E4;
}

/*========= ACT III — THE INPUT PLAN — centered narrow reading column + pull quote =========*/
.act-three-columnwrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.act-three-column {
  max-width: 780px;
  width: 100%;
}

.act-three-column > p {
  margin: 0 0 20px 0;
  font-size: 1.12rem;
  max-width: 60ch;
}

.act-three-heading {
  margin: 0 0 18px 0;
  font-size: 2rem;
  color: #F1EFE2;
}

.pullquote {
  margin: 40px 0;
  padding: 28px 32px;
  border-left: 6px solid #D9A83C;
  background-color: #141812;
  color: #F6F2E4;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.4;
}

.pullquote-attrib {
  display: block;
  margin-top: 12px;
  font-size: 0.9rem;
  font-style: normal;
  color: #D9A83C;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/*========= ACT IV — THE HARVEST — call text + tally lines + contact link =========*/
.act-four-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.act-four-kicker {
  color: #D9A83C;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.act-four-headline {
  margin: 0 0 26px 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
  max-width: 20ch;
}

.act-four-call {
  margin: 0 0 34px 0;
  font-size: 1.2rem;
  max-width: 46ch;
  color: #F6F2E4;
}

.tally-card {
  width: 100%;
}

.tally-line {
  display: flex;
  align-items: baseline;
  padding: 18px 6px;
  border-bottom: 2px solid #262E23;
  font-size: 1.3rem;
}

.tally-line:first-child { border-top: 2px solid #262E23; }

.tally-mark {
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 22px;
  color: #D9A83C;
  font-weight: 700;
}

.tally-text { color: #F1EFE2; margin-right: 20px; }
.tally-note { margin-left: auto; color: #D9A83C; font-size: 1rem; }

.act-four-cta {
  display: inline-block;
  margin-top: 40px;
  background-color: #D9A83C;
  color: #141812;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.95rem;
  padding: 18px 40px;
}

/*========= FOOTER ANCHOR STRIP — all nav links live here =========*/
.footer-anchor-strip {
  position: relative;
  z-index: 1;
  padding: 40px 56px 48px 56px;
  background-color: #141812;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}

.footer-brand {
  font-weight: 700;
  color: #F6F2E4;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.footer-link {
  color: #F1EFE2;
  text-decoration: none;
  font-size: 0.98rem;
}

.footer-link:hover,
.footer-link:focus { color: #D9A83C; text-decoration: underline; }

.footer-line {
  font-size: 0.85rem;
  color: #B8B2A0;
  margin: 10px 0 0 0;
  width: 100%;
}

/*========= FIXED SCENE INDICATOR (bottom left) =========*/
.scene-indicator {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0;
}

.scene-spot {
  width: 22px;
  height: 22px;
  border: 2px solid #D9A83C;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #D9A83C;
  text-decoration: none;
}

.scene-spot-current {
  background-color: #D9A83C;
  color: #141812;
}

/*========= FIXED GO-TO-TOP BUTTON (bottom right) 48px round =========*/
.goto-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #D9A83C;
  color: #141812;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  display: block;
}

/*========= SCROLL REVEAL — noscript safe, default visible =========*/
.reveal-hidden { opacity: 1; }
.reveal-visible { opacity: 1; transform: translateY(0); }
.reveal-hidden,
.reveal-visible {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Only when JavaScript is active do reveal targets start hidden. */
.js-enabled .reveal-hidden {
  opacity: 0;
  transform: translateY(28px);
}

/* Once revealed this rule must overpower the hidden state above. */
.js-enabled .reveal-hidden.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/*========= SERVICES PAGE — secondary page acts =========*/
.service-anchor-bookends { display: block; }

.contact-form {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 720px;
}

.form-flour { display: flex; flex-flow: column nowrap; gap: 6px; }

.form-legend {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #D9A83C;
}

.form-input,
.form-textarea,
.form-select {
  background-color: #141812;
  border: 2px solid #3A4038;
  color: #F1EFE2;
  padding: 12px 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  width: 100%;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: #D9A83C;
  outline: none;
}

.form-submit {
  background-color: #D9A83C;
  color: #141812;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 28px;
  border: 0;
  font-size: 0.95rem;
  text-align: left;
  width: auto;
  cursor: pointer;
}

.contact-details {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 720px;
}

.detail-call { color: #D9A83C; font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase; }
.detail-value {
  color: #F6F2E4;
  font-size: 1.1rem;
}
.detail-value a { color: #F1EFE2; }

.faq-item { margin: 0 0 24px 0; width: 100%; max-width: 720px; }
.faq-question { color: #D9A83C; font-weight: 700; font-size: 1.12rem; margin: 0 0 6px 0; }
.faq-answer { margin: 0; color: #F1EFE2; max-width: 58ch; }

.act-three-subhead { color: #D9A83C; font-size: 1.15rem; margin: 30px 0 8px 0; }

/* Responsive behaviour keeps every scene centered and legible */
@media (max-width: 900px) {
  .act-scene { padding: 64px 28px 88px 28px; }
  .footer-anchor-strip { padding: 32px 28px 40px 28px; }
  .act-two-layout { grid-template-columns: 1fr; gap: 36px; }
  .tally-note { display: block; margin-left: 0; margin-top: 4px; }
  .goto-top { right: 14px; bottom: 14px; }
  .scene-indicator { left: 14px; bottom: 14px; }
}
