.fall-blog-page { background: #f8f8f3; color: #151914; }
.fall-story { padding-bottom: 72px; }
.fall-story .breadcrumbs { margin: 28px 0 22px; }
.fall-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); align-items: stretch; border: 1px solid #cfd6c4; border-radius: 5px; overflow: hidden; background: #edf1e4; }
.fall-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 82px); }
.fall-hero h1 { max-width: 780px; margin: 16px 0 24px; font-size: clamp(48px, 5.4vw, 92px); line-height: .94; letter-spacing: -.065em; }
.fall-deck { max-width: 690px; margin: 0; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.45; }
.fall-byline { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 36px; padding-top: 18px; border-top: 1px solid #c5cdb8; font-size: 14px; font-weight: 700; }
.fall-hero-media { position: relative; min-height: 620px; margin: 0; background: #dfe5d5; }
.fall-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.fall-hero-media figcaption { position: absolute; right: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 8px 10px; background: rgba(248,248,243,.92); font-size: 12px; font-weight: 700; }
.fall-article { padding-top: 62px; }
.fall-prose { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.fall-prose p { margin: 0 0 22px; font-size: 19px; line-height: 1.72; }
.fall-prose .fall-lede { font-size: clamp(24px, 2.15vw, 34px); line-height: 1.42; letter-spacing: -.02em; }
.fall-picks, .fall-compare, .fall-list-heading, .fall-farm-list, .fall-planning, .fall-faq, .fall-guide-cta { margin-top: 78px; }
.section-head { display: grid; gap: 10px; max-width: 760px; margin-bottom: 26px; }
.section-head h2, .fall-list-heading h2, .fall-guide-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 62px); line-height: 1; letter-spacing: -.05em; }
.section-head p, .fall-guide-cta p { margin: 0; line-height: 1.55; }
.fall-pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fall-pick-grid a { display: flex; min-height: 176px; flex-direction: column; padding: 24px; border: 1px solid #bdc7ad; border-radius: 5px; background: #edf1e4; color: inherit; text-decoration: none; }
.fall-pick-grid a:hover, .fall-pick-grid a:focus-visible { border-color: #151914; box-shadow: inset 0 -5px 0 #ceff2f; }
.fall-pick-grid span { margin-bottom: auto; color: #65705e; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fall-pick-grid strong { margin: 28px 0 6px; font-size: 24px; line-height: 1.05; }
.fall-pick-grid small { color: #65705e; font-size: 14px; }
.fall-table-wrap { overflow-x: auto; border: 1px solid #cfd6c4; border-radius: 5px; background: #fff; }
.fall-table-wrap:focus-visible { outline: 3px solid #151914; outline-offset: 3px; }
.fall-compare table { width: 100%; min-width: 760px; border-collapse: collapse; }
.fall-compare th, .fall-compare td { padding: 18px 16px; border-bottom: 1px solid #dce1d5; text-align: left; vertical-align: middle; }
.fall-compare thead th { background: #edf1e4; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.fall-compare tbody tr:last-child th, .fall-compare tbody tr:last-child td { border-bottom: 0; }
.fall-compare tbody th a { color: inherit; font-size: 17px; }
.fall-compare tbody th small { display: block; margin-top: 4px; color: #697263; font-weight: 500; }
.fall-list-heading { padding-top: 26px; border-top: 2px solid #151914; }
.fall-list-heading .micro { margin: 0 0 12px; }
.fall-farm-list { display: grid; gap: 22px; }
.fall-farm { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); min-height: 510px; border: 1px solid #cfd6c4; border-radius: 5px; overflow: hidden; background: #fff; scroll-margin-top: 110px; }
.fall-farm:nth-child(even) .fall-farm-media { order: 2; }
.fall-farm-media { min-height: 100%; background: #dfe5d5; }
.fall-farm-media img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.fall-farm-copy { position: relative; padding: clamp(28px, 4vw, 58px); }
.fall-farm-number { position: absolute; top: 24px; right: 26px; color: #b8c2ae; font-size: 58px; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.fall-farm-place { margin: 0 70px 12px 0; color: #687162; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fall-farm h2 { max-width: 660px; margin: 0 70px 14px 0; font-size: clamp(36px, 4vw, 60px); line-height: .98; letter-spacing: -.055em; }
.fall-farm-best { margin: 0 0 24px; font-size: 18px; }
.fall-farm-copy > p:not(.fall-farm-place):not(.fall-farm-best) { max-width: 700px; margin: 0 0 16px; font-size: 16px; line-height: 1.62; }
.fall-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.fall-tags span { padding: 7px 9px; border: 1px solid #cfd6c4; border-radius: 5px; background: #f4f6ef; font-size: 12px; font-weight: 700; }
.fall-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 28px; }
.fall-actions .solid-button, .fall-guide-cta .solid-button { border-radius: 5px; }
.fall-planning { padding: clamp(30px, 4vw, 56px); border-radius: 5px; background: #151914; color: #f8f8f3; }
.fall-planning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.fall-planning-grid h3 { margin: 0 0 10px; font-size: 21px; }
.fall-planning-grid p { margin: 0; color: #d8dfd1; line-height: 1.6; }
.fall-faq { max-width: 1000px; }
.fall-faq details { border-top: 1px solid #bfc8b4; }
.fall-faq details:last-of-type { border-bottom: 1px solid #bfc8b4; }
.fall-faq summary { cursor: pointer; padding: 22px 42px 22px 0; font-size: 20px; font-weight: 750; }
.fall-faq details p { max-width: 780px; margin: -4px 0 24px; color: #4f594b; line-height: 1.65; }
.fall-guide-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(30px, 5vw, 64px); border: 1px solid #151914; border-radius: 5px; background: #ceff2f; }
.fall-guide-cta div { max-width: 760px; }
.fall-guide-cta p:not(.micro) { margin-top: 14px; font-size: 18px; }
.fall-guide-cta .solid-button { flex: 0 0 auto; background: #151914; color: #fff; }
.fall-story-card .story-image img { object-position: center 62%; }

@media (max-width: 980px) {
  .fall-hero { grid-template-columns: 1fr; }
  .fall-hero-media { min-height: min(66vw, 560px); }
  .fall-pick-grid, .fall-planning-grid { grid-template-columns: repeat(2, 1fr); }
  .fall-farm { grid-template-columns: 1fr; }
  .fall-farm:nth-child(even) .fall-farm-media { order: 0; }
  .fall-farm-media, .fall-farm-media img { min-height: min(64vw, 520px); max-height: 520px; }
  .fall-guide-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .fall-story { padding-bottom: 40px; }
  .fall-story .breadcrumbs { margin: 16px 0; }
  .fall-hero-copy { padding: 28px 20px; }
  .fall-hero h1 { margin: 12px 0 18px; font-size: clamp(40px, 12vw, 58px); }
  .fall-deck { font-size: 18px; }
  .fall-byline { margin-top: 24px; }
  .fall-hero-media { min-height: 74vw; }
  .fall-article { padding-top: 40px; }
  .fall-prose { width: calc(100% - 36px); }
  .fall-prose p { font-size: 17px; }
  .fall-prose .fall-lede { font-size: 23px; }
  .fall-picks, .fall-compare, .fall-list-heading, .fall-farm-list, .fall-planning, .fall-faq, .fall-guide-cta { margin-top: 52px; }
  .fall-pick-grid, .fall-planning-grid { grid-template-columns: 1fr; }
  .fall-pick-grid a { min-height: 132px; padding: 20px; }
  .fall-farm { min-height: 0; }
  .fall-farm-media, .fall-farm-media img { min-height: 70vw; max-height: 390px; }
  .fall-farm-copy { padding: 26px 20px 30px; }
  .fall-farm-number { top: 20px; right: 18px; font-size: 42px; }
  .fall-farm h2 { margin-right: 46px; }
  .fall-actions { align-items: stretch; flex-direction: column; }
  .fall-actions .solid-button { width: 100%; text-align: center; }
  .fall-planning { padding: 28px 20px; }
  .fall-guide-cta { padding: 28px 20px; }
  .fall-guide-cta .solid-button { width: 100%; text-align: center; }
}
