@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/dm-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/dm-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/dm-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/newsreader-400.ttf") format("truetype");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/newsreader-500.ttf") format("truetype");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/newsreader-600.ttf") format("truetype");
}

:root {
  --cream: #f2eee2;
  --paper: #faf7ee;
  --green: #16392d;
  --green-mid: #315a47;
  --green-pale: #dce3d6;
  --red: #a72823;
  --red-dark: #701914;
  --ink: #1d271f;
  --line: rgba(22, 57, 45, 0.2);
  --sans: "DM Sans", Helvetica, Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--red);
  transform: translateY(-110%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 112px;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  width: 166px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.4rem, 2.8vw, 3.25rem);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.desktop-nav a,
.footer-links a {
  position: relative;
}

.desktop-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding: 0.72rem 1.15rem;
  color: var(--paper);
  background: var(--green);
  border: 1px solid var(--green);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 180ms ease, background 180ms ease;
}

.header-cta:hover {
  color: var(--green);
  background: transparent;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  min-height: calc(100svh - 94px);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(3rem, 6.5vw, 7rem) clamp(3.5rem, 7vw, 6rem) 7vw;
  background:
    radial-gradient(circle at 13% 15%, rgba(167, 40, 35, 0.045) 0 2px, transparent 2px) 0 0 / 18px 18px,
    var(--cream);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.7rem;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 8vw, 8.75rem);
  font-weight: 400;
  letter-spacing: -0.064em;
  line-height: 0.82;
}

.hero h1 {
  font-size: clamp(3.6rem, 5.3vw, 6.5rem);
  line-height: 0.88;
}

.hero h1 em,
.section h2 em {
  color: var(--red);
  font-weight: 400;
}

.hero-intro {
  max-width: 34rem;
  margin: 2.5rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 0.85rem 1.4rem;
  border: 1px solid;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.button-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.button-primary:hover {
  color: var(--red);
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.text-link span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.microcopy,
.availability-note {
  margin: 1.3rem 0 0;
  color: rgba(29, 39, 31, 0.58);
  font-size: 0.72rem;
}

.hero-tagline {
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 670px;
  padding: 2.1vw 2.1vw 2.1vw 0;
  background: var(--green);
}

.hero-image-wrap {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 100px rgba(5, 23, 16, 0.18);
  pointer-events: none;
}

.hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-image-wrap:hover img {
  transform: scale(1.025);
}

.hero-image-wrap figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: grid;
  min-width: 198px;
  padding: 1rem 1.25rem;
  color: var(--paper);
  background: rgba(22, 57, 45, 0.92);
  backdrop-filter: blur(8px);
}

.hero-image-wrap figcaption span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-image-wrap figcaption strong {
  margin-top: 0.15rem;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
}

.season-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4rem;
  min-height: 87px;
  padding: 1rem 4.5vw;
  overflow: hidden;
  color: var(--paper);
  background: var(--red);
}

.season-banner > p {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.ticker span,
.ticker b {
  font-weight: 400;
  white-space: nowrap;
}

.ticker b {
  margin-left: 0.4rem;
  font-style: italic;
}

.ticker i {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.48rem;
}

.welcome {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3.5rem, 8vw, 9rem);
  align-items: end;
  background: var(--cream);
}

.welcome-copy {
  padding-bottom: clamp(0rem, 5vw, 5.5rem);
}

.welcome-copy h2 {
  max-width: 7em;
  font-size: clamp(3.8rem, 6.5vw, 7.4rem);
}

.welcome-copy > p:not(.eyebrow) {
  max-width: 31rem;
  margin: 2rem 0 1.75rem;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.5;
}

.welcome-copy > p:not(.eyebrow) + p {
  margin-top: -0.75rem;
}

.welcome-copy strong {
  font-weight: 600;
}

.welcome-images {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.53fr);
  gap: clamp(1rem, 2.2vw, 2.25rem);
  align-items: end;
  padding: 0 0 clamp(2rem, 6vw, 6rem);
}

.welcome-images::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 12%;
  height: 45%;
  background: var(--green);
  content: "";
}

.welcome-images figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.welcome-images img {
  height: clamp(490px, 49vw, 760px);
  object-fit: cover;
}

.stand-photo img {
  object-position: center 48%;
}

.sign-photo {
  transform: translateY(clamp(2rem, 6vw, 6rem));
}

.sign-photo img {
  height: clamp(340px, 36vw, 555px);
  object-position: center 35%;
}

.welcome-images figcaption {
  margin-top: 0.75rem;
  color: rgba(250, 247, 238, 0.72);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: clamp(6rem, 11vw, 11rem) 6.5vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.45fr 0.75fr;
  align-items: end;
  gap: 3vw;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.section-heading .eyebrow {
  align-self: start;
  margin-top: 0.5rem;
}

.section-heading h2 {
  font-size: clamp(3.7rem, 6.5vw, 7rem);
}

.section-heading > p:last-child {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.45;
}

.orchards {
  background: var(--paper);
}

.location-grid {
  display: block;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: end;
  border-top: 1px solid var(--green);
}

.location-photo {
  position: relative;
  margin-top: 0.8rem;
  overflow: hidden;
}

.location-photo img {
  height: 42vw;
  max-height: 680px;
  min-height: 430px;
  object-fit: cover;
  transition: transform 800ms ease;
}

.location:hover .location-photo img {
  transform: scale(1.018);
}

.location-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--paper);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 600;
  place-items: center;
}

.location-copy {
  padding: 2rem 0 1rem;
}

.location-kicker {
  margin: 0 0 0.5rem;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.location-copy > p:not(.location-kicker) {
  max-width: 34rem;
  margin: 1.25rem 0 1.5rem;
  color: rgba(29, 39, 31, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.visit-details {
  max-width: 36rem;
  margin: 1.75rem 0 2rem;
  border-top: 1px solid var(--green);
}

.visit-details > p {
  display: grid;
  grid-template-columns: minmax(7rem, 0.65fr) 1.35fr;
  gap: 0.2rem 1rem;
  margin: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.visit-details span {
  grid-row: 1 / span 2;
  padding-top: 0.18rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-details strong {
  display: grid;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.35;
}

.visit-details small {
  color: rgba(29, 39, 31, 0.58);
  font-size: 0.68rem;
}

.visit-details a:hover {
  color: var(--red);
}

.fruit {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  background: var(--green-pale);
}

.fruit-image {
  position: relative;
  padding-bottom: 3.4rem;
}

.fruit-image::before {
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  bottom: 2.2rem;
  left: 1.2rem;
  z-index: 0;
  content: "";
  border: 1px solid rgba(22, 57, 45, 0.42);
}

.fruit-image img {
  position: relative;
  z-index: 1;
  aspect-ratio: 0.86;
  object-fit: cover;
}

.fruit-image p {
  position: absolute;
  right: -4.5rem;
  bottom: 2.2rem;
  z-index: 2;
  margin: 0;
  padding: 0.75rem 1rem;
  color: var(--paper);
  background: var(--red);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  transform: rotate(-3deg);
}

.fruit-copy h2 {
  font-size: clamp(3.7rem, 6vw, 6.9rem);
}

.fruit-intro {
  max-width: 36rem;
  margin: 2rem 0 2.5rem;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.48;
}

.variety-list {
  border-top: 1px solid var(--green);
}

.variety-list article {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(22, 57, 45, 0.33);
}

.variety-list span {
  font-size: 0.6rem;
  font-weight: 600;
}

.variety-list h3,
.variety-list p {
  margin: 0;
}

.variety-list h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
}

.variety-list p {
  color: rgba(29, 39, 31, 0.63);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.u-pick {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(3.5rem, 8vw, 9rem);
  align-items: center;
  background: var(--paper);
}

.u-pick-photo {
  position: relative;
  margin: 0;
  padding: 0 2.4rem 2.4rem 0;
}

.u-pick-photo::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 62%;
  background: var(--red);
  content: "";
}

.u-pick-photo img {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.u-pick-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0.9rem;
  z-index: 2;
  margin: 0;
  padding: 0.7rem 1rem;
  color: var(--paper);
  background: var(--green);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
}

.u-pick-copy h2 {
  font-size: clamp(3.8rem, 6.5vw, 7.2rem);
}

.u-pick-intro {
  max-width: 36rem;
  margin: 2rem 0 2.25rem;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.5;
}

.u-pick-facts {
  max-width: 38rem;
  border-top: 1px solid var(--green);
}

.u-pick-facts p {
  display: grid;
  grid-template-columns: minmax(7rem, 0.7fr) 1.3fr;
  gap: 1rem;
  align-items: baseline;
  margin: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(22, 57, 45, 0.3);
}

.u-pick-facts span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.u-pick-facts strong {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.u-pick-copy .button {
  margin-top: 2.25rem;
}

.season {
  color: var(--paper);
  background:
    linear-gradient(rgba(22, 57, 45, 0.92), rgba(22, 57, 45, 0.97)),
    url("assets/cherries-on-tree.jpg") center / cover fixed;
}

.section-heading.light {
  grid-template-columns: 0.65fr 1.35fr;
}

.section-heading.light h2 {
  max-width: 900px;
}

.section-heading.light h2 em {
  color: #f0aaa5;
}

.season-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}

.season-steps article > span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.step-line {
  position: relative;
  height: 1px;
  margin: 1.3rem 0 2rem;
  background: rgba(255, 255, 255, 0.32);
}

.step-line i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #f0aaa5;
  border-radius: 50%;
}

.season-steps h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
}

.season-steps p {
  max-width: 23rem;
  color: rgba(250, 247, 238, 0.68);
  font-size: 0.85rem;
  line-height: 1.7;
}

.season blockquote {
  max-width: 1050px;
  margin: clamp(5rem, 10vw, 10rem) auto 0;
  padding: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.5vw, 6rem);
  font-style: italic;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-align: center;
}

.harvest-list {
  background: var(--cream);
}

.signup-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 7vw;
  padding: clamp(3rem, 6vw, 6rem);
  color: var(--paper);
  background: var(--red);
}

.signup-card h2 {
  font-size: clamp(3.6rem, 6vw, 6.75rem);
}

.signup-card h2 em {
  color: #ffd0b8;
}

.signup-copy {
  align-self: end;
}

.signup-copy > p:first-child {
  max-width: 31rem;
  margin: 0 0 2rem;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.45;
}

.signup-form label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.form-row input {
  min-width: 0;
  padding: 0.8rem 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  outline: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.form-row input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-row button {
  padding: 0.8rem 0 0.8rem 1rem;
  color: var(--paper);
  background: none;
  border: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-row button span {
  margin-left: 0.5rem;
  font-size: 1rem;
}

.form-message {
  min-height: 1.25rem;
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
}

.privacy {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.66rem;
}

.faq {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 7vw;
  padding-top: clamp(5rem, 9vw, 9rem);
}

.faq h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.faq-list {
  border-top: 1px solid var(--green);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  font-family: var(--sans);
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 44rem;
  margin: -0.2rem 0 1.5rem;
  color: rgba(29, 39, 31, 0.68);
  font-size: 0.85rem;
  line-height: 1.75;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 3.5rem 6.5vw 2rem;
  color: var(--green);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-brand {
  align-self: end;
}

.copyright,
.photo-credits {
  color: rgba(22, 57, 45, 0.58);
  font-size: 0.65rem;
}

.footer-logo {
  display: block;
  width: 205px;
  height: auto;
}

.footer-links {
  display: flex;
  gap: 2rem;
  font-size: 0.72rem;
}

.copyright {
  justify-self: end;
  margin: 0;
}

.photo-credits {
  position: absolute;
  right: 6.5vw;
  bottom: 0.55rem;
  max-width: 34rem;
  text-align: right;
}

.photo-credits summary {
  cursor: pointer;
}

.photo-credits p {
  margin: 0.3rem 0 0;
}

.photo-credits a {
  color: rgba(22, 57, 45, 0.82);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 750ms ease, transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 240ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px;
    background: transparent;
    border: 1px solid var(--line);
    place-content: center;
    cursor: pointer;
  }

  .menu-button > span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    margin: 3px 0;
    background: var(--green);
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 112px;
    right: 0;
    left: 0;
    display: grid;
    padding: 1rem 4.5vw 2rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(22, 57, 45, 0.12);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.5rem;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding-left: 5vw;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 6.5vw, 5.6rem);
  }

  .section-heading {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
    max-width: 36rem;
    margin-top: 1rem;
  }

  .welcome {
    gap: 5vw;
  }

  .fruit {
    gap: 5vw;
  }

  .fruit-image p {
    right: -2rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 94px;
    padding: 0 5vw;
  }

  .brand-logo {
    width: 138px;
  }

  .mobile-nav {
    top: 94px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy {
    padding: 4.5rem 6vw 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 15vw, 5.1rem);
  }

  .hero-intro {
    margin-top: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
  }

  .hero-visual {
    min-height: 540px;
    padding: 0 5vw 5vw;
  }

  .season-banner {
    display: block;
    padding: 1.5rem 6vw;
  }

  .season-banner > p {
    margin-bottom: 0.7rem;
  }

  .ticker {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.2rem;
  }

  .ticker i,
  .ticker span:last-child {
    display: none;
  }

  .section {
    padding: 6rem 6vw;
  }

  .welcome {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .welcome-copy {
    padding-bottom: 0;
  }

  .welcome-copy h2 {
    font-size: clamp(3.55rem, 16vw, 5rem);
  }

  .welcome-images {
    grid-template-columns: minmax(0, 1.12fr) minmax(112px, 0.58fr);
    gap: 0.85rem;
    padding-bottom: 3.25rem;
  }

  .welcome-images::before {
    left: 8%;
  }

  .welcome-images img {
    height: 120vw;
    max-height: 650px;
  }

  .sign-photo {
    transform: translateY(3.25rem);
  }

  .sign-photo img {
    height: 79vw;
    max-height: 430px;
  }

  .welcome-images figcaption {
    font-size: 0.53rem;
  }

  .section-heading,
  .section-heading.light {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 2rem;
  }

  .section-heading h2,
  .fruit-copy h2,
  .u-pick-copy h2,
  .signup-card h2 {
    font-size: clamp(3.55rem, 16vw, 5rem);
  }

  .section-heading > p:last-child {
    margin-top: 1.5rem;
  }

  .location {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .location-photo img {
    height: 80vw;
    min-height: 0;
    max-height: 660px;
  }

  .visit-details > p {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .visit-details span {
    grid-row: auto;
  }

  .fruit {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .fruit-image {
    padding: 0 0 2rem;
  }

  .fruit-image::before {
    right: -0.7rem;
    left: 0.7rem;
    bottom: 1rem;
  }

  .fruit-image p {
    right: -0.8rem;
    bottom: 1rem;
  }

  .variety-list article {
    grid-template-columns: 2rem 1fr;
  }

  .variety-list p {
    grid-column: 2;
  }

  .u-pick {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .u-pick-photo {
    padding: 0 1.5rem 1.5rem 0;
  }

  .u-pick-photo figcaption {
    bottom: 0.45rem;
  }

  .u-pick-facts p {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .season {
    background-attachment: scroll;
  }

  .season-steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .season blockquote {
    margin-top: 6rem;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .signup-card,
  .faq {
    grid-template-columns: 1fr;
  }

  .signup-card {
    gap: 3rem;
    margin: 0 -1vw;
    padding: 3.5rem 7vw;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row button {
    justify-self: start;
    padding: 1rem 0;
  }

  .faq {
    gap: 3rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 3.5rem 6vw 3rem;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .copyright {
    justify-self: start;
  }

  .photo-credits {
    position: static;
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
