:root {
  --pff-home-green: #173f24;
  --pff-home-green-dark: #0c2a18;
  --pff-home-green-soft: #285d36;
  --pff-home-cream: #fbf5e8;
  --pff-home-paper: #fffaf0;
  --pff-home-gold: #d4a756;
  --pff-home-red: #d94c52;
  --pff-home-ink: #172119;
  --pff-home-muted: #5f665e;
  --pff-home-line: rgba(23, 63, 36, 0.18);
}

html {
  scroll-behavior: smooth;
}

body.pff-home-page,
body.pff-home-page #page,
body.pff-home-page .site-content,
body.pff-home-page .entry-content {
  overflow-x: hidden;
}

body.pff-home-page > #page,
body.pff-home-page .skip-link,
body.pff-home-page .skip-link.screen-reader-text {
  display: none !important;
}
body.pff-home-page .site-header,
body.pff-home-page .entry-header,
body.pff-home-page .page-header,
body.pff-home-page .page-title,
body.pff-home-page .fl-builder-content,
body.pff-home-page #expect {
  display: none !important;
}

body.pff-home-page .site-content,
body.pff-home-page .content-area,
body.pff-home-page .site-main,
body.pff-home-page article,
body.pff-home-page .entry-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.pff-home,
.pff-home * {
  box-sizing: border-box;
}

.pff-home {
  background: var(--pff-home-cream);
  color: var(--pff-home-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  width: 100%;
}

.pff-home img {
  display: block;
  height: auto;
  max-width: 100%;
}

.pff-home a {
  color: inherit;
  text-decoration: none;
}

.pff-home-ticker {
  align-items: center;
  background: var(--pff-home-green-dark);
  color: #fffaf0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 10px 18px;
  justify-content: center;
  min-height: 34px;
  padding: 7px 18px;
  text-align: center;
}

.pff-home-ticker span + span::before,
.pff-home-ticker a::before {
  color: var(--pff-home-gold);
  content: "|";
  margin-right: 18px;
}

.pff-home-nav {
  align-items: center;
  background: rgba(255, 250, 240, 0.96);
  border-bottom: 1px solid var(--pff-home-line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 88px;
  padding: 14px 6%;
  position: relative;
  z-index: 20;
}

.pff-home-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 250px;
}

.pff-home-brand-mark {
  align-items: center;
  background: var(--pff-home-green);
  border: 2px solid var(--pff-home-gold);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.pff-home-brand strong {
  color: var(--pff-home-green);
  display: block;
  font-family: Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.1;
}

.pff-home-brand em {
  color: var(--pff-home-muted);
  display: block;
  font-size: 0.76rem;
  font-style: normal;
  line-height: 1.25;
  margin-top: 3px;
}

.pff-home-nav-links {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 18px;
  justify-content: center;
}

.pff-home-nav-links > a,
.pff-home-dropdown > a,
.pff-home-directions {
  color: var(--pff-home-ink);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.pff-home-nav-links > a:hover,
.pff-home-dropdown > a:hover {
  color: var(--pff-home-green-soft);
}

.pff-home-dropdown {
  position: relative;
}

.pff-home-dropdown-menu {
  background: #fffaf0;
  border: 1px solid var(--pff-home-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(12, 42, 24, 0.16);
  display: none;
  left: -18px;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  top: 100%;
}

.pff-home-dropdown:hover .pff-home-dropdown-menu,
.pff-home-dropdown:focus-within .pff-home-dropdown-menu {
  display: grid;
}

.pff-home-dropdown-menu a {
  border-radius: 6px;
  color: var(--pff-home-green);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 10px;
}

.pff-home-dropdown-menu a:hover {
  background: rgba(23, 63, 36, 0.08);
}

.pff-home-directions {
  background: var(--pff-home-green);
  border-radius: 6px;
  color: #fff !important;
  padding: 12px 18px;
}

.pff-home-hero {
  background: var(--pff-home-green-dark);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 45px rgba(12, 42, 24, 0.13);
  margin: clamp(16px, 2vw, 28px) auto 0;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  width: min(100% - clamp(28px, 5vw, 88px), 1540px);
}

.pff-home-slides {
  min-height: 620px;
  position: relative;
}

.pff-home-slide {
  align-items: center;
  animation: pffHomeFade 18s infinite;
  background-image: linear-gradient(90deg, rgba(6, 28, 16, 0.86), rgba(6, 28, 16, 0.52) 45%, rgba(6, 28, 16, 0.12)), var(--pff-home-bg);
  background-position: center;
  background-size: cover;
  display: flex;
  inset: 0;
  min-height: 620px;
  opacity: 0;
  padding: 72px 7%;
  position: absolute;
}

.pff-home-slide-1 { animation-delay: 0s; }
.pff-home-slide-2 { animation-delay: 6s; }
.pff-home-slide-3 { animation-delay: 12s; }

@keyframes pffHomeFade {
  0%, 28% { opacity: 1; z-index: 2; }
  33%, 100% { opacity: 0; z-index: 1; }
}

.pff-home-hero-content {
  color: #fffaf0;
  max-width: 680px;
  position: relative;
  z-index: 3;
}

.pff-home-kicker,
.pff-home-section-head p,
.pff-home-farmstand p,
.pff-home-csa p,
.pff-home-about p {
  color: var(--pff-home-gold);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pff-home-script {
  color: var(--pff-home-gold);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
  margin: 0 0 2px;
}

.pff-home h1,
.pff-home h2,
.pff-home h3 {
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0;
  margin: 0;
}

.pff-home h1,
.pff-home-hero h2 {
  font-size: 4.25rem;
  line-height: 0.98;
  max-width: 720px;
  text-wrap: balance;
}

.pff-home-hero-copy {
  font-size: 1.14rem;
  margin: 22px 0 0;
  max-width: 560px;
}

.pff-home-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.pff-home-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  text-align: center;
}

.pff-home-button-primary {
  background: var(--pff-home-green);
  border: 1px solid var(--pff-home-green);
  color: #fffaf0 !important;
}

.pff-home-button-secondary {
  background: #fffaf0;
  border: 1px solid rgba(23, 63, 36, 0.32);
  color: var(--pff-home-green) !important;
}

.pff-home-hero .pff-home-button-secondary {
  background: rgba(255, 250, 240, 0.08);
  border-color: rgba(255, 250, 240, 0.72);
  color: #fffaf0 !important;
}

.pff-home-dots {
  bottom: 24px;
  display: flex;
  gap: 8px;
  left: 7%;
  position: absolute;
  z-index: 8;
}

.pff-home-dots span {
  animation: pffDot 18s infinite;
  background: rgba(255, 250, 240, 0.5);
  border: 1px solid #fffaf0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.pff-home-dots span:nth-child(2) { animation-delay: 6s; }
.pff-home-dots span:nth-child(3) { animation-delay: 12s; }

@keyframes pffDot {
  0%, 28% { background: #fffaf0; }
  33%, 100% { background: rgba(255, 250, 240, 0.5); }
}

.pff-home-current {
  background: var(--pff-home-paper);
  display: grid;
  margin-top: clamp(18px, 2vw, 30px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
}

.pff-home-current figure {
  margin: 0;
  min-height: 390px;
}

.pff-home-current img,
.pff-home-csa img,
.pff-home-about img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pff-home-current > div {
  align-self: center;
  padding: 58px 8%;
}

.pff-home-current h2,
.pff-home-section-head h2,
.pff-home-farmstand h2,
.pff-home-csa h2,
.pff-home-about h2 {
  color: var(--pff-home-green);
  font-size: 2.35rem;
  line-height: 1.08;
}

.pff-home-current p:not(.pff-home-script),
.pff-home-farmstand span,
.pff-home-csa span,
.pff-home-about span {
  color: #2d382f;
  display: block;
  font-size: 1.05rem;
  margin: 16px 0 0;
  max-width: 650px;
}

.pff-home-status-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 0;
}

.pff-home-status-grid div {
  border-left: 1px solid var(--pff-home-line);
  padding-left: 16px;
}

.pff-home-status-grid dt {
  color: var(--pff-home-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pff-home-status-grid dd {
  color: var(--pff-home-green);
  font-size: 0.96rem;
  font-weight: 900;
  margin: 4px 0 0;
}

.pff-home-section {
  padding: 58px 7%;
}

.pff-home-section-head {
  margin: 0 auto 28px;
  max-width: 780px;
  text-align: center;
}

.pff-home-section-head span {
  color: var(--pff-home-muted);
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}

.pff-home-crop-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1220px;
}

.pff-home-crop-tile,
.pff-home-guide-card {
  background: #fffaf0;
  border: 1px solid var(--pff-home-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 63, 36, 0.08);
  min-width: 0;
  overflow: hidden;
}

.pff-home-crop-tile {
  color: #fffaf0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 330px;
  padding: 22px;
  position: relative;
}

.pff-home-crop-tile::after {
  background: linear-gradient(180deg, rgba(12, 42, 24, 0.05), rgba(12, 42, 24, 0.83));
  content: "";
  inset: 0;
  position: absolute;
}

.pff-home-crop-tile img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.pff-home-crop-tile > *:not(img) {
  position: relative;
  z-index: 2;
}

.pff-home-season-tag {
  align-self: flex-start;
  background: rgba(255, 250, 240, 0.88);
  border-radius: 999px;
  color: var(--pff-home-green);
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.pff-home-crop-tile strong {
  font-family: Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.05;
}

.pff-home-crop-tile em {
  font-size: 0.94rem;
  font-style: normal;
  margin-top: 6px;
}

.pff-home-card-link {
  color: #fffaf0;
  font-size: 0.88rem;
  font-weight: 900;
  margin-top: 14px;
}

.pff-home-farmstand {
  background: linear-gradient(90deg, rgba(12, 42, 24, 0.9), rgba(12, 42, 24, 0.52)), url('https://petersonfarm.net/wp-content/uploads/2026/04/IMG_20250425_151648604-2400x1300.webp') center/cover;
  color: #fffaf0;
  padding: 70px 7%;
}

.pff-home-farmstand > div {
  max-width: 620px;
}

.pff-home-farmstand h2,
.pff-home-farmstand span {
  color: #fffaf0;
}

.pff-home-season-grid,
.pff-home-visit-grid,
.pff-home-guide-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1180px;
}

.pff-home-season-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pff-home-season-grid div,
.pff-home-visit-grid div {
  background: #fffaf0;
  border: 1px solid var(--pff-home-line);
  border-radius: 8px;
  min-width: 0;
  padding: 24px;
}

.pff-home-season-grid span,
.pff-home-visit-grid span {
  color: var(--pff-home-red);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pff-home-season-grid strong,
.pff-home-visit-grid strong {
  color: var(--pff-home-green);
  display: block;
  font-size: 1.05rem;
  margin-top: 8px;
}

.pff-home-calendar > .pff-home-button {
  display: flex;
  margin: 26px auto 0;
  max-width: 260px;
}

.pff-home-csa,
.pff-home-about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.pff-home-csa {
  background: var(--pff-home-green);
  color: #fffaf0;
}

.pff-home-csa > div,
.pff-home-about > div {
  align-self: center;
  padding: 62px 8%;
}

.pff-home-csa h2,
.pff-home-csa span,
.pff-home-csa p {
  color: #fffaf0;
}

.pff-home-csa ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.pff-home-csa li {
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
  font-weight: 800;
  padding: 8px 12px;
}

.pff-home-about {
  background: var(--pff-home-paper);
}

.pff-home-links {
  background: linear-gradient(180deg, #fffaf0, #f7efdf);
}

.pff-home-link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.pff-home-link-grid a {
  background: #fffaf0;
  border: 1px solid var(--pff-home-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(52, 36, 17, 0.08);
  color: var(--pff-home-green);
  min-width: 0;
  padding: 22px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pff-home-link-grid a:hover,
.pff-home-link-grid a:focus-visible {
  border-color: rgba(25, 92, 46, 0.42);
  box-shadow: 0 20px 42px rgba(52, 36, 17, 0.12);
  transform: translateY(-2px);
}

.pff-home-link-grid span {
  color: var(--pff-home-red);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pff-home-link-grid strong {
  color: var(--pff-home-green);
  display: block;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-top: 8px;
}

.pff-home-visit-copy {
  color: #31473a;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: -12px auto 24px;
  max-width: 760px;
  text-align: center;
}
.pff-home-visit {
  background: #fffaf0;
}

.pff-home-visit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pff-home-centered-actions {
  justify-content: center;
}

.pff-home-guides {
  background: linear-gradient(180deg, var(--pff-home-cream), #f5ecdc);
}

.pff-home-guides-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  text-align: left;
}

.pff-home-guides-head a {
  color: var(--pff-home-green);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pff-home-guide-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pff-home-guide-card {
  display: flex;
  flex-direction: column;
}

.pff-home-guide-card img {
  aspect-ratio: 1.7 / 1;
  object-fit: cover;
  width: 100%;
}

.pff-home-guide-card strong {
  color: var(--pff-home-green);
  font-family: Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.2;
  padding: 16px 16px 6px;
}

.pff-home-guide-card span {
  color: var(--pff-home-red);
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: auto;
  padding: 0 16px 16px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pff-home-slide,
  .pff-home-dots span { animation: none; }
  .pff-home-slide { opacity: 0; }
  .pff-home-slide-1 { opacity: 1; }
}

@media (max-width: 1180px) {
  .pff-home-nav {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .pff-home-nav-links {
    justify-content: flex-start;
    order: 3;
    width: 100%;
  }

  .pff-home-crop-grid,
  .pff-home-link-grid,
  .pff-home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .pff-home-ticker {
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
  }

  .pff-home-ticker span + span::before,
  .pff-home-ticker a::before {
    content: "";
    margin: 0;
  }

  .pff-home-nav {
    gap: 14px;
    min-height: 0;
    padding: 14px 20px;
  }

  .pff-home-brand {
    min-width: 0;
  }

  .pff-home-brand strong {
    font-size: 1.08rem;
  }

  .pff-home-brand em {
    max-width: 230px;
  }

  .pff-home-nav-links {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pff-home-nav-links > a,
  .pff-home-dropdown > a {
    background: rgba(23, 63, 36, 0.06);
    border-radius: 6px;
    display: block;
    font-size: 0.82rem;
    padding: 9px 8px;
    text-align: center;
    white-space: normal;
  }

  .pff-home-dropdown-menu {
    display: none !important;
  }

  .pff-home-directions {
    margin-left: auto;
  }

  .pff-home-hero {
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    width: 100%;
  }

  .pff-home-hero,
  .pff-home-slides,
  .pff-home-slide {
    min-height: 620px;
  }

  .pff-home-slide {
    background-image: linear-gradient(180deg, rgba(6, 28, 16, 0.64), rgba(6, 28, 16, 0.88)), var(--pff-home-bg);
    padding: 50px 24px 78px;
  }

  .pff-home h1,
  .pff-home-hero h2 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .pff-home-hero-copy {
    font-size: 1rem;
  }

  .pff-home-current,
  .pff-home-csa,
  .pff-home-about {
    grid-template-columns: 1fr;
  }

  .pff-home-current figure {
    min-height: 280px;
  }

  .pff-home-current > div,
  .pff-home-csa > div,
  .pff-home-about > div {
    padding: 38px 24px;
  }

  .pff-home-current h2,
  .pff-home-section-head h2,
  .pff-home-farmstand h2,
  .pff-home-csa h2,
  .pff-home-about h2 {
    font-size: 2rem;
  }

  .pff-home-status-grid,
  .pff-home-season-grid,
  .pff-home-link-grid,
  .pff-home-visit-grid {
    grid-template-columns: 1fr;
  }

  .pff-home-section,
  .pff-home-farmstand {
    padding: 42px 24px;
  }

  .pff-home-crop-grid,
  .pff-home-link-grid,
  .pff-home-guide-grid {
    grid-template-columns: 1fr;
  }

  .pff-home-crop-tile {
    min-height: 300px;
  }

  .pff-home-guides-head {
    align-items: flex-start;
    display: block;
    text-align: center;
  }

  .pff-home-guides-head a {
    display: inline-flex;
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .pff-home-nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pff-home-brand-mark {
    height: 38px;
    width: 38px;
  }

  .pff-home-directions {
    width: 100%;
  }

  .pff-home h1,
  .pff-home-hero h2 {
    font-size: 2.25rem;
  }

  .pff-home-actions,
  .pff-home-button {
    width: 100%;
  }

  .pff-home-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.pff-home-hero h1,
.pff-home-hero h2,
.pff-home-hero .pff-home-script,
.pff-home-hero .pff-home-hero-copy {
  color: #fffaf0 !important;
}

.pff-home-crop-tile strong,
.pff-home-crop-tile em,
.pff-home-crop-tile .pff-home-card-link {
  color: #fffaf0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}