:root {
  --cream: #f8efe1;
  --paper: #fff8ec;
  --sage: #8c9a72;
  --olive: #60683e;
  --moss: #29351d;
  --clay: #bd6542;
  --gold: #d0a655;
  --charcoal: #24231f;
  --muted: #716b60;
  --line: rgba(36, 35, 31, 0.14);
  --shadow: 0 20px 50px rgba(36, 35, 31, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.waitlist-banner {
  background: var(--moss);
  color: var(--paper);
  padding: 9px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.waitlist-banner a {
  color: #f0c583;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 6px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 241, 230, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.calendar-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.calendar-offer {
  background: var(--moss);
  color: var(--paper);
  border-radius: 4px;
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  align-content: center;
  gap: 18px;
}

.calendar-offer h2,
.calendar-offer p {
  color: var(--paper);
  margin: 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.season-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(36, 35, 31, 0.06);
}

.season-card h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 14px;
}

.month-list {
  display: grid;
  gap: 14px;
}

.month-list div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.month-list strong {
  display: block;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.calendar-note {
  background: #efe2c9;
  border-left: 4px solid var(--gold);
  padding: 22px;
  margin-top: 24px;
}

.harvest-feature {
  background: #efe2c9;
}

.harvest-feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
}

.harvest-photo-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 14px;
  align-items: end;
}

.harvest-photo {
  height: 310px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.harvest-photo-tall {
  height: 520px;
}

.harvest-photo img {
  object-position: center;
}

.seed-vault-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: stretch;
}

.seed-photo-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  min-height: 480px;
}

.seed-photo-collage img {
  min-height: 0;
  border-radius: 3px;
}

.seed-vault-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.print-only {
  display: none;
}

.seed-suppliers {
  background: var(--paper);
}

.supplier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.supplier-card {
  min-height: 180px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  background: #efe2c9;
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.supplier-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.supplier-card h3 {
  font-size: 30px;
}

.supplier-card span {
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.shop-account-card {
  min-height: 390px;
  padding: clamp(30px, 5vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.shop-account-card h2,
.shop-account-card p {
  margin: 0;
}

.amazon-card {
  background: var(--moss);
  color: var(--paper);
}

.amazon-card h2,
.amazon-card p {
  color: var(--paper);
}

.shopmy-card {
  background: #efe2c9;
}

.button.is-disabled {
  cursor: default;
  opacity: 0.68;
  pointer-events: none;
}

.favorite-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.favorite-products-intro {
  max-width: 720px;
  margin-top: 12px;
}

.favorite-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 22px;
}

.favorite-product-card {
  min-width: 0;
}

.favorite-product-image {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.favorite-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.favorite-product-copy {
  padding-top: 18px;
}

.favorite-product-copy h3 {
  margin-bottom: 10px;
  font-size: 27px;
}

.favorite-product-copy > p:not(.eyebrow) {
  min-height: 92px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.favorite-product-copy .button {
  width: fit-content;
}

.favorite-category {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.favorite-category span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 700;
}

.favorite-category h3 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.favorite-category p {
  margin: 0;
  color: var(--muted);
}

.shop-disclosure {
  max-width: 850px;
  padding: 24px 28px;
  background: rgba(255, 248, 236, 0.78);
  border-left: 4px solid var(--gold);
}

.shop-disclosure p {
  margin: 0;
  color: var(--muted);
}

.seed-category {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--sage);
  padding: 24px;
  min-height: 100%;
}

.seed-category:nth-child(even) {
  border-top-color: var(--clay);
}

.seed-category-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.seed-number {
  font-family: var(--serif);
  font-size: 50px;
  line-height: 0.8;
  color: var(--olive);
  font-weight: 700;
}

.seed-category h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.seed-category ul {
  margin: 0;
  padding-left: 18px;
  columns: 2;
  column-gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.seed-category li {
  break-inside: avoid;
  margin-bottom: 4px;
}

@media (max-width: 780px) {
  .calendar-intro,
  .calendar-grid,
  .harvest-feature-grid,
  .seed-vault-intro,
  .seed-vault-grid,
  .supplier-grid {
    grid-template-columns: 1fr;
  }

  .seed-category ul {
    columns: 1;
  }

  .harvest-photo-tall {
    height: 420px;
  }
}

@media print {
  .waitlist-banner,
  .site-header,
  .page-hero,
  .calendar-intro,
  .calendar-actions,
  .footer {
    display: none !important;
  }

  body {
    background: #fff;
    font-size: 10pt;
  }

  section {
    padding: 0;
  }

  .calendar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .season-card {
    box-shadow: none;
    break-inside: avoid;
    padding: 16px;
  }

  .print-only {
    display: block;
  }

  .print-title {
    margin: 0 0 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid #60683e;
  }

  .print-title h1 {
    font-size: 34pt;
  }

  .seed-photo-collage,
  .calendar-offer {
    display: none;
  }

  .seed-suppliers {
    padding: 0 0 22px;
  }

  .supplier-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .supplier-card {
    min-height: 0;
    padding: 12px;
    break-inside: avoid;
  }

  .supplier-card h3 {
    font-size: 16pt;
  }

  .seed-vault-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .seed-category {
    padding: 12px;
    break-inside: avoid;
  }
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: grid;
  gap: 0;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 0.95;
  color: var(--moss);
  font-weight: 700;
}

.brand span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: var(--moss);
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  border-color: var(--clay);
}

.button,
button {
  border: 0;
  background: var(--moss);
  color: var(--paper);
  padding: 12px 18px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.button.secondary {
  background: transparent;
  color: var(--moss);
  border: 1px solid rgba(40, 53, 31, 0.35);
}

.button.clay {
  background: var(--clay);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: calc(100vh - 75px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(50, 40, 23, 0.74), rgba(75, 53, 31, 0.34), rgba(55, 45, 26, 0.05)),
    url("images/homegrowingwild-main-hero.jpg") center 66%/cover;
  color: var(--paper);
  padding: 80px 22px 42px;
}

.hero-inner,
.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 690px;
  padding-bottom: 24px;
}

.eyebrow {
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.hero .eyebrow {
  color: #f0c583;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: var(--moss);
}

.hero h1 {
  color: var(--paper);
  font-size: clamp(46px, 7vw, 88px);
  max-width: 840px;
  margin: 18px 0;
}

.hero p {
  font-size: 19px;
  max-width: 580px;
  margin: 0 0 26px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero .button.secondary {
  color: var(--paper);
  border-color: rgba(255, 250, 241, 0.55);
}

.next-peek {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 250, 241, 0.3);
  margin-top: 38px;
  max-width: 780px;
}

.peek-card {
  background: rgba(255, 250, 241, 0.88);
  color: var(--moss);
  padding: 16px;
  min-height: 82px;
}

.peek-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.peek-card span {
  color: var(--muted);
  font-size: 13px;
}

section,
.page-hero {
  padding: 76px 22px;
}

.page-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  margin: 14px 0 18px;
}

.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 720px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(36px, 5vw, 58px);
  max-width: 700px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.image-panel {
  height: 460px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.family-garden-photo img {
  object-position: center 42%;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.copy-stack p {
  margin: 0;
  color: var(--muted);
}

.press-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.press-card {
  background: rgba(255, 248, 236, 0.86);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
}

.press-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  color: var(--moss);
  margin-bottom: 8px;
}

.press-card p {
  color: var(--muted);
  margin: 0;
}

.services-grid,
.product-grid,
.portfolio-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.product-card,
.project-card,
.testimonial-card,
.callout,
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-card {
  padding: 26px;
  display: grid;
  gap: 14px;
}

.service-card h3,
.product-card h3,
.project-card h3 {
  font-size: 30px;
}

.service-card p,
.product-card p,
.project-card p,
.testimonial-card p,
.callout p {
  color: var(--muted);
  margin: 0;
}

.service-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.portfolio-grid {
  grid-template-columns: repeat(4, 1fr);
}

.project-card {
  overflow: hidden;
}

.project-image,
.product-image {
  aspect-ratio: 4 / 3;
  background: var(--sage);
}

.project-body,
.product-body {
  padding: 18px;
  display: grid;
  gap: 10px;
}

.coming-soon-note {
  display: none;
  margin: 0;
  padding: 10px 12px;
  background: rgba(140, 154, 114, 0.18);
  color: var(--moss) !important;
  border-radius: 3px;
  font-size: 13px;
}

.coming-soon-note.is-visible {
  display: block;
}

.garden-stories-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.garden-tabs {
  display: grid;
  gap: 10px;
}

.garden-tab {
  background: var(--paper);
  color: var(--moss);
  border: 1px solid var(--line);
  justify-content: flex-start;
  text-align: left;
  min-height: 52px;
}

.garden-tab.is-active {
  background: var(--clay);
  color: var(--paper);
}

.garden-story {
  display: none;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  min-height: 480px;
}

.garden-story.is-active {
  display: grid;
}

.garden-story-image {
  min-height: 480px;
}

.garden-story-media {
  position: relative;
  min-width: 0;
  background: var(--sage);
}

.garden-story-media .garden-story-image,
.garden-story-media .garden-story-image img {
  height: 100%;
}

.carousel-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 50%;
  background: rgba(41, 53, 29, 0.9);
  font-size: 20px;
  pointer-events: auto;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 2;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  min-height: 8px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 248, 236, 0.5);
  border: 1px solid rgba(255, 248, 236, 0.85);
}

.carousel-dot.is-active {
  background: var(--paper);
  transform: scale(1.25);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent),
    var(--sage);
  color: var(--forest);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
}

.team-section .section-heading {
  margin-bottom: 36px;
}

.team-intro {
  max-width: 760px;
  margin-top: 14px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.team-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(41, 53, 29, 0.08);
}

.team-photo-placeholder {
  min-height: 370px;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent),
    var(--sage);
  color: var(--forest);
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.05;
}

.team-card-copy {
  padding: 30px;
}

.team-card-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(38px, 5vw, 52px);
}

.team-card-copy p:not(.eyebrow) {
  color: var(--muted);
}

.contractor-note {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(41, 53, 29, 0.15);
  border-radius: 22px;
  background: rgba(255, 250, 241, 0.7);
}

.contractor-note h3 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 46px);
}

.contractor-note p:last-child {
  max-width: 850px;
  color: var(--muted);
}

.garden-story-copy {
  padding: 36px;
  display: grid;
  align-content: center;
  gap: 18px;
}

.garden-story-copy h3 {
  font-size: clamp(36px, 5vw, 58px);
}

.garden-story-copy p {
  color: var(--muted);
  margin: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag {
  border: 1px solid rgba(89, 102, 63, 0.24);
  color: var(--olive);
  border-radius: 99px;
  padding: 4px 9px;
  font-size: 12px;
  background: rgba(135, 149, 111, 0.09);
}

.split-band {
  background: var(--moss);
  color: var(--paper);
}

.split-band h2,
.split-band h3 {
  color: var(--paper);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 250, 241, 0.22);
}

.process-step {
  background: var(--moss);
  padding: 24px;
  min-height: 190px;
}

.process-step span {
  color: var(--gold);
  font-weight: 800;
}

.testimonial-card {
  padding: 26px;
}

.testimonial-card p {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.12;
  color: var(--moss);
}

.testimonial-card cite {
  display: block;
  margin-top: 18px;
  color: var(--clay);
  font-style: normal;
  font-weight: 800;
}

.callout {
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.newsletter-band {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: center;
}

.newsletter-band h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 8px 0 12px;
}

.newsletter-band p {
  color: var(--muted);
  margin: 0;
}

.newsletter-form {
  background: rgba(189, 101, 66, 0.08);
  border: 1px solid rgba(189, 101, 66, 0.16);
  padding: 20px;
  border-radius: 6px;
}

.callout h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 10px;
}

.story-card {
  background: var(--paper);
  padding: 34px;
  border-left: 5px solid var(--clay);
}

.note-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.note-list li {
  padding: 16px;
  background: rgba(189, 101, 66, 0.08);
  border-left: 3px solid var(--clay);
  color: var(--muted);
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price {
  color: var(--clay);
  font-weight: 800;
}

.service-card .price-note {
  margin-top: -8px;
  font-size: 13px;
  line-height: 1.45;
}

.service-pricing-note {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--clay);
  background: rgba(255, 250, 241, 0.72);
  color: var(--muted);
  font-size: 14px;
}

.service-secondary-heading {
  margin-top: 72px;
}

.service-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.role-note {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-style: italic;
}

.form-card {
  padding: 26px;
}

form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--moss);
  font-weight: 700;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(36, 35, 31, 0.2);
  border-radius: 3px;
  background: #fffdf7;
  padding: 12px;
  font: inherit;
  color: var(--charcoal);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  display: none;
  padding: 12px 14px;
  background: rgba(135, 149, 111, 0.18);
  color: var(--moss);
  border-radius: 3px;
}

.footer {
  background: var(--charcoal);
  color: var(--paper);
  padding: 42px 22px;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.footer a {
  color: #f0c583;
}

.footer-instagram {
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream);
    padding: 18px 22px 24px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .next-peek,
  .intro-grid,
  .page-hero .section-inner,
  .newsletter-band,
  .callout,
  .footer-inner,
  .shop-account-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .product-grid,
  .testimonial-grid,
  .portfolio-grid,
  .process,
  .press-row,
  .favorite-category-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .favorite-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-stories-layout,
  .garden-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav {
    padding: 13px 16px;
  }

  .hero,
  section,
  .page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p,
  .lead {
    font-size: 17px;
  }

  .services-grid,
  .product-grid,
  .testimonial-grid,
  .portfolio-grid,
  .process,
  .field-grid,
  .press-row,
  .favorite-category-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .favorite-product-grid {
    grid-template-columns: 1fr;
  }

  .favorite-product-copy > p:not(.eyebrow) {
    min-height: 0;
  }

  .service-support-grid {
    grid-template-columns: 1fr;
  }

  .team-photo-placeholder {
    min-height: 300px;
  }

  .section-heading {
    display: grid;
  }

  .image-panel {
    height: 320px;
  }

  .callout,
  .newsletter-band,
  .form-card,
  .story-card {
    padding: 24px;
  }
}
