:root {
  --black: #11110f;
  --panel: #1a1a17;
  --ivory: #f0e9dc;
  --muted: #aaa99f;
  --gold: #d5a33f;
  --orange: #e46435;
  --rule: #3a3932;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: var(--sans);
  line-height: 1.5;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.skip { position: absolute; left: -999px; }
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 1rem;
  color: #111;
  background: white;
}
header {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff3b;
}
.nav, .wrap {
  width: min(1400px, calc(100% - 3rem));
  margin: auto;
}
.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  text-decoration: none;
}
.wordmark {
  font: 1.3rem Georgia, serif;
  letter-spacing: .13em;
}
nav ul {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav a {
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover { color: var(--gold); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: end;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #0a0a08f5 0%, #0a0a08b3 48%, #0a0a0814 80%), linear-gradient(0deg, #0a0a08d1, transparent 55%);
}
.hero-inner {
  width: min(1400px, calc(100% - 3rem));
  margin: auto;
  padding: 13rem 0 6rem;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.kicker:before { content: ""; width: 46px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 {
  max-width: 900px;
  margin: 0 0 1.5rem;
  font-size: clamp(4rem, 9vw, 9rem);
  letter-spacing: -.055em;
}
h1 em { color: var(--gold); font-weight: 400; }
.hero-copy {
  max-width: 610px;
  margin: 0 0 2.25rem 6px;
  color: #d4d3ca;
  font-size: 1.1rem;
}
.actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button {
  display: inline-block;
  padding: 1rem 1.3rem;
  border: 1px solid var(--ivory);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.button.primary { color: #111; border-color: var(--gold); background: var(--gold); }
.text-link {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section { padding: 7rem 0; }
.section-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}
.section-top h2, .feature h2, .newsletter h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.5rem);
  letter-spacing: -.045em;
}
.section-top p { max-width: 520px; margin: 0 0 .5rem auto; color: var(--muted); }
.harvest-list { border-top: 1px solid var(--rule); }
.harvest {
  display: grid;
  grid-template-columns: minmax(150px, 260px) 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--rule);
}
.mushroom-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.harvest h2, .harvest h3 { margin: 0 0 .5rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.harvest p { margin: 0 0 .7rem; color: var(--muted); }
.harvest .harvest-date { color: var(--gold); font-size: .8rem; }
.harvest .storage { margin-top: 1.25rem; font-size: .9rem; }
.harvest-compact { grid-template-columns: minmax(110px, 180px) 1fr auto; }
.harvest-compact h3 { font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.pill {
  padding: .5rem .75rem;
  border: 1px solid #55744d;
  border-radius: 99px;
  color: #a9c79f;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
  text-transform: uppercase;
}
.feature { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ivory); color: #151513; }
.feature-image { width: 100%; min-height: 600px; object-fit: cover; }
.centered { justify-content: center; }
.feature-copy { padding: clamp(3rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.feature-copy .kicker { color: #9c552f; }
.feature p { max-width: 540px; color: #4b4a43; font: 1.12rem var(--serif); }
.feature dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid #bcb4a6; }
.feature dt { color: #777269; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature dd { margin: .35rem 0; font-family: var(--serif); }
.newsletter { padding: 7rem 1.5rem; }
.newsletter-inner { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 1.35fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.newsletter-logo { width: min(100%, 640px); }
.newsletter-copy p { max-width: 560px; margin: 0 0 2rem; color: var(--muted); }
.newsletter form { width: min(630px, 100%); margin: auto; display: flex; border-bottom: 1px solid #78776e; }
.newsletter label { position: absolute; left: -9999px; }
input, textarea { min-width: 0; width: 100%; padding: 1.2rem .8rem; border: 1px solid var(--rule); outline-offset: 4px; color: white; background: var(--panel); font: inherit; }
textarea { resize: vertical; }
button { border: 0; color: var(--gold); background: transparent; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.button:hover, button:hover { color: #111; border-color: white; background: white; }
button:disabled { color: var(--muted); cursor: not-allowed; background: none; }
footer { border-top: 1px solid var(--rule); }
.footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: #85857e; font-size: .75rem; }
.footer a { margin-left: 1.5rem; color: #bbb9ae; }
.prose { max-width: 850px; padding: 12rem 0 7rem; }
.prose h1 { font-size: clamp(3rem, 7vw, 7rem); }
.prose h2 { margin-top: 3rem; font-size: 2.5rem; }
.prose p, .prose li { max-width: 680px; color: #c4c2b8; font-size: 1.08rem; }
.detail-image { width: 100%; margin: 2rem 0; }
.muted { color: var(--muted); }
.contact-form { display: grid; gap: .55rem; max-width: 680px; margin-top: 2rem; }
.contact-form > label { position: static; color: var(--ivory); font-weight: 700; }
.contact-form .button { width: fit-content; margin-top: .8rem; }
.field-error { min-height: 1.3em; color: #ffab91; font-size: .9rem; }
.errors { margin: 2rem 0; padding: 1rem 1.25rem; border: 2px solid #e46435; color: #ffd0bd; }
.errors h2 { margin: 0; font: 1.1rem var(--sans); }
.errors a { text-decoration: underline; }
.success { padding: 1rem; border-left: 3px solid var(--gold); color: #e4d19a !important; }
.privacy-copy, .contact-links { font-size: .9rem !important; }
.contact-links a, .privacy-copy a { text-decoration: underline; }
.honeypot { display: none; }

@media (max-width: 800px) {
  .nav { min-height: 84px; flex-wrap: wrap; padding: 1rem 0; }
  nav { display: block; flex: 1 1 100%; max-width: 100%; overflow-x: auto; }
  nav ul { width: max-content; gap: 1.25rem; }
  .wordmark { font-size: 1rem; }
  .hero-inner { padding-bottom: 4rem; }
  .section-top { grid-template-columns: 1fr; gap: 1rem; }
  .section-top p { margin: 0; }
  .harvest, .harvest-compact { grid-template-columns: 110px 1fr; gap: 1rem; }
  .harvest .pill { grid-column: 2; justify-self: start; }
  .harvest .storage { display: none; }
  .mushroom-image { aspect-ratio: 1; }
  .feature { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; text-align: center; }
  .newsletter-logo { margin: auto; }
  .newsletter-copy .kicker { justify-content: center; }
  .newsletter-copy p { margin-left: auto; margin-right: auto; }
  .feature-image { min-height: 480px; }
  .feature dl { grid-template-columns: 1fr; }
  .footer { display: block; padding: 2rem 0; text-align: center; }
  .footer div { margin-top: 1rem; }
}

@media (max-width: 480px) {
  .nav, .hero-inner, .wrap { width: calc(100% - 2rem); }
  h1 { font-size: 3.65rem; }
}

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