@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap");
:root {
  --ink: #24362b;
  --green: #294b39;
  --moss: #71806a;
  --paper: #f3efe5;
  --line: #c9c5b7;
  --rose: #9f4667;
}
* {
  box-sizing: border-box;
}
button,
input,
textarea,
select {
  font-family: "Cormorant Garamond", serif;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  background-image: radial-gradient(#50645212 0.7px, transparent 0.7px);
  background-size: 6px 6px;
}
header {
  min-height: 106px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px max(5vw, 34px);
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.13em;
}
.brand b {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
}
.brand small {
  display: block;
  font-size: 8px;
  margin-top: 3px;
  color: var(--moss);
}
.seal {
  width: 47px;
  height: 47px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
}
nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
nav a {
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  padding: 7px 0;
  border-bottom: 1px solid transparent;
}
nav a:hover,
nav .active {
  border-color: var(--rose);
}
.wrap {
  width: min(1180px, 90vw);
  margin: auto;
}
.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 5vw;
  padding: 66px 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  color: var(--rose);
  font-weight: 500;
}
.hero h1,
.page h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(56px, 7.2vw, 104px);
  font-weight: 400;
  line-height: 0.86;
  margin: 26px 0;
}
.lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.45;
  max-width: 650px;
}
.art {
  margin: 0;
  position: relative;
}
.art img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}
.art figcaption,
figure figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--moss);
  margin-top: 8px;
}
.intro {
  background: var(--green);
  color: #edf0e8;
  padding: 32px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
}
.paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 74px 0 90px;
}
.paths a {
  color: var(--ink);
  text-decoration: none;
  padding: 12px 35px 28px;
  border-left: 1px solid var(--line);
}
.paths span,
.number,
.plant-list span,
.season-grid span {
  color: var(--rose);
  font-size: 10px;
  letter-spacing: 0.18em;
}
.paths h2,
.notebook h2,
.plant-list h2,
.season-grid h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
  margin: 14px 0 8px;
}
.page {
  padding: 72px 0 100px;
}
.pagehead {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 530px;
  gap: 40px;
}
.pagehead .snake {
  width: min(420px, 100%);
  justify-self: center;
  filter: saturate(0.85);
  mix-blend-mode: multiply;
}
.notebook {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 45px;
  padding-top: 55px;
}
.notebook figure {
  margin: 0;
}
.notebook img,
.about img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}
.herbhead {
  position: relative;
}
.sprig {
  position: absolute;
  right: 2%;
  height: 610px;
  max-width: 42%;
  object-fit: contain;
  z-index: -1;
}
.herbhead > div {
  max-width: 650px;
}
.plant-list {
  border-top: 1px solid var(--line);
}
.plant-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  max-width: 760px;
}
.plant-list h2 {
  margin: 0;
}
.plant-list i {
  font-family: "Cormorant Garamond", serif;
  color: var(--moss);
}
.plant-list p {
  margin-bottom: 0;
}
.safety {
  font-size: 11px;
  color: var(--moss);
  max-width: 650px;
  margin-top: 35px;
}
.narrow {
  grid-template-columns: 1fr;
}
.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.season-grid article {
  padding: 35px 25px;
  border-right: 1px solid var(--line);
}
.about {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  gap: 9vw;
  align-items: center;
  min-height: 650px;
}
.about figure {
  margin: 0;
}
.about > div > p:not(.eyebrow, .lead) {
  line-height: 1.8;
  max-width: 620px;
}
footer {
  background: var(--green);
  color: #e9ece5;
  text-align: center;
  padding: 25px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.12em;
  font-size: 13px;
}
@media (max-width: 800px) {
  header {
    align-items: flex-start;
    flex-direction: column;
  }
  nav {
    gap: 15px;
  }
  .hero,
  .pagehead,
  .about {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 48px;
  }
  .hero h1,
  .page h1 {
    font-size: 58px;
  }
  .paths,
  .season-grid,
  .notebook {
    grid-template-columns: 1fr;
  }
  .paths a,
  .season-grid article {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .sprig {
    position: relative;
    right: auto;
    height: 440px;
    max-width: 100%;
    margin: auto;
    display: block;
    z-index: auto;
  }
  .herbhead {
    display: flex;
    flex-direction: column;
  }
  .notebook {
    gap: 40px;
  }
  .about {
    gap: 45px;
  }
}

/* Field Notes */
.field-notes-page {
  padding-bottom: 120px;
}
.field-head {
  min-height: 480px;
}
.location-index {
  border-top: 1px solid var(--line);
  padding: 58px 0 86px;
}
.section-intro {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
  align-items: start;
}
.section-intro h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
  max-width: 820px;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.location-grid article,
.location-card {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.location-grid > *:last-child {
  border-right: 0;
}
.location-grid span {
  color: var(--rose);
  font-size: 10px;
  letter-spacing: 0.18em;
}
.location-grid h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 8px;
}
.location-grid p {
  color: var(--moss);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin: 0;
}
.location-card b {
  display: block;
  margin-top: 24px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.active-location {
  background: #e7e7dc;
}
.active-location:hover {
  background: #dddfd2;
}
.journal {
  scroll-margin-top: 30px;
}
.journal-head {
  min-height: auto;
  padding: 72px 0 58px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: end;
  background: transparent;
  color: var(--ink);
  text-align: left;
}
.journal-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(62px, 8vw, 110px);
  font-weight: 400;
  line-height: 0.8;
  margin: 18px 0 0;
}
.journal-head > p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
  max-width: 630px;
  margin: 0;
}
.journal-year {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--line);
}
.year-marker {
  border-right: 1px solid var(--line);
  padding-top: 38px;
}
.year-marker p {
  position: sticky;
  top: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  color: var(--rose);
  margin: 0;
}
.entries {
  padding-left: 48px;
}
.entry {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 32px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  max-width: 910px;
}
.entry:last-child {
  border-bottom: 0;
}
.entry time {
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--rose);
  font-weight: 500;
}
.entry p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.58;
  margin: 0 0 15px;
}
.entry p:last-child {
  margin-bottom: 0;
}
.entry i {
  color: var(--moss);
}
.entry-photo {
  width: min(100%, 340px);
  margin: 22px 0 0;
}
.entry-photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .field-head {
    min-height: 420px;
  }
  .section-intro,
  .journal-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .location-grid {
    grid-template-columns: 1fr;
  }
  .location-grid article,
  .location-card {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .location-grid > *:last-child {
    border-bottom: 0;
  }
  .location-grid h3 {
    margin-top: 18px;
  }
  .journal-year {
    grid-template-columns: 1fr;
  }
  .year-marker {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 34px 0 15px;
  }
  .year-marker p {
    position: static;
  }
  .entries {
    padding-left: 0;
  }
  .entry {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 32px 0;
  }
  .entry p {
    font-size: 19px;
  }
}


/* Wildwood Springs image protection */
.site-footer p {
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.5;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}

footer .copyright {
  margin: 8px auto 0;
  max-width: 900px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  opacity: 0.85;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}
