body.home .site-content .ast-container,
body.front-page .site-content .ast-container {
  display: block;
  max-width: none;
  padding: 0;
}

body.home #primary,
body.front-page #primary {
  width: 100%;
  margin: 0;
}

body.home #secondary,
body.front-page #secondary {
  display: none;
}

.pn-home {
  background: #f5f6f2;
  color: #1f2937;
}

.pn-home a {
  text-decoration: none;
}

.pn-home-hero {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(8, 21, 28, 0.8) 0%, rgba(8, 21, 28, 0.58) 42%, rgba(8, 21, 28, 0.2) 100%),
    var(--pn-home-hero-bg, linear-gradient(135deg, #20352d, #4e6f2a));
  background-position: center;
  background-size: cover;
}

.pn-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(170px, 260px) minmax(0, 720px);
  gap: 42px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 620px;
  margin: 0 auto;
  padding: 76px 0;
}

.pn-home-hero__cover {
  display: block;
  align-self: center;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.36));
}

.pn-home-hero__cover img {
  display: block;
  width: 100%;
  height: auto;
}

.pn-home-hero__content {
  color: #fff;
}

.pn-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.94;
  text-wrap: balance;
}

.pn-home-hero__issue {
  margin: 18px 0 0;
  color: #f7d313;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 850;
  text-transform: uppercase;
}

.pn-home-hero__content > p:not(.pn-home-kicker):not(.pn-home-hero__issue) {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.pn-home-kicker {
  margin: 0 0 10px;
  color: #759739;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pn-home-hero .pn-home-kicker {
  color: #f7d313;
}

.pn-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pn-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  color: #fff;
  font-weight: 850;
}

.pn-home-button:hover {
  color: #fff;
  border-color: #fff;
}

.pn-home-button--primary {
  background: #f7d313;
  border-color: #f7d313;
  color: #111827;
}

.pn-home-button--primary:hover {
  color: #111827;
}

.pn-home-button--dark {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.pn-home-button--dark:hover {
  color: #fff;
}

.pn-home-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0;
}

.pn-home-section + .pn-home-section {
  border-top: 1px solid #e5e7db;
}

.pn-home-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
}

.pn-home-section__head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.06;
}

.pn-home-section__head > div {
  min-width: 0;
}

.pn-home-section__head > a {
  flex-shrink: 0;
  color: #5f7f2d;
  font-weight: 850;
}

.pn-home-featured__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 24px;
}

.pn-home-lead,
.pn-home-card,
.pn-home-product,
.pn-home-event,
.pn-home-ad,
.pn-home-subscribe {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(31, 41, 55, 0.05);
}

.pn-home-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  overflow: hidden;
}

.pn-home-lead__image,
.pn-home-card__image {
  display: block;
  background: #e8ede0;
}

.pn-home-lead__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.pn-home-lead__body {
  align-self: center;
  padding: 34px;
}

.pn-home-lead h3,
.pn-home-card h3,
.pn-home-product h3,
.pn-home-event h3 {
  margin: 0;
  color: #111827;
  font-size: 1.2rem;
  line-height: 1.18;
}

.pn-home-lead h3 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.02;
}

.pn-home-lead h3 a,
.pn-home-card h3 a,
.pn-home-product h3 a,
.pn-home-event h3 a {
  color: inherit;
}

.pn-home-lead p,
.pn-home-card p,
.pn-home-subscribe p {
  color: #4b5563;
  line-height: 1.62;
}

.pn-home-link {
  display: inline-flex;
  margin-top: auto;
  color: #6f9531;
  font-weight: 850;
}

.pn-home-featured__cards,
.pn-home-grid,
.pn-home-products,
.pn-home-shop-categories,
.pn-home-explore__grid {
  display: grid;
  gap: 18px;
}

.pn-home-featured__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.pn-home-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pn-home-shop-categories {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pn-home-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pn-home-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.pn-home-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}

.pn-home-card h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.pn-home-card p {
  margin: 0 0 16px;
  font-size: 0.95rem;
}

.pn-home-explore {
  width: 100%;
  max-width: none;
  padding: 54px max(24px, calc((100% - 1320px) / 2));
  background: #e9ede4;
}

.pn-home-explore__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pn-home-explore-card {
  min-height: 150px;
  padding: 18px;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  border: 1px solid rgba(117, 153, 57, 0.22);
}

.pn-home-explore-card span,
.pn-home-explore-card small {
  display: block;
}

.pn-home-explore-card span {
  margin-bottom: 10px;
  color: #5f7f2d;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.18;
}

.pn-home-explore-card small {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.45;
}

.pn-home-now__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 24px;
}

.pn-home-agenda {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pn-home-event {
  padding: 22px;
}

.pn-home-event p {
  margin: 0 0 10px;
  color: #759739;
  font-size: 0.88rem;
  font-weight: 850;
}

.pn-home-ad {
  padding: 18px;
}

.pn-home-ad__image {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f4f6;
  aspect-ratio: 1 / 1;
}

.pn-home-ad__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.pn-home-ad__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pn-home-ad__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.pn-home-ad__label span {
  flex: 1 1 auto;
  border-top: 1px solid #111827;
}

.pn-home-ad__label a {
  color: #111827;
  font-size: 0.88rem;
  font-weight: 850;
}

.pn-home-subscribe-section {
  width: 100%;
  max-width: none;
  padding: 54px max(24px, calc((100% - 1320px) / 2));
  background: #f7d313;
}

.pn-home-subscribe {
  padding: 28px;
  background: #f7d313;
  border-color: #f7d313;
}

.pn-home-subscribe-section + .pn-home-section {
  border-top: 0;
}

.pn-home-subscribe--wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 28px;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pn-home-subscribe--wide .pn-home-subscribe__offers {
  margin-top: 0;
}

.pn-home-subscribe .pn-home-kicker,
.pn-home-subscribe p {
  color: #374151;
}

.pn-home-subscribe h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.pn-home-subscribe__offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.pn-home-subscribe__offers a {
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  color: #111827;
}

.pn-home-subscribe__offers span,
.pn-home-subscribe__offers strong {
  display: block;
}

.pn-home-subscribe__offers span {
  color: #4b5563;
  font-size: 0.9rem;
  font-weight: 750;
}

.pn-home-subscribe__offers strong {
  margin-top: 6px;
  color: #6f9531;
  font-size: 1.7rem;
  line-height: 1;
}

.pn-home-product {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.pn-home-product__image {
  display: block;
}

.pn-home-product__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: contain;
}

.pn-home-product__price {
  margin: 12px 0 0;
  color: #6f9531;
  font-weight: 900;
}

.pn-home-shop-category {
  position: relative;
  display: block;
  min-height: clamp(240px, 24vw, 340px);
  overflow: hidden;
  border-radius: 8px;
  background: #2f4320;
  color: #fff;
  box-shadow: 0 10px 24px rgba(35, 46, 28, 0.14);
}

.pn-home-shop-category img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pn-home-shop-category:hover img,
.pn-home-shop-category:focus img {
  transform: scale(1.035);
}

.pn-home-shop-category__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.06) 0%, rgba(29, 45, 24, 0.36) 42%, rgba(23, 35, 18, 0.88) 100%);
}

.pn-home-shop-category__content {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.pn-home-shop-category__kicker {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f7d313;
  color: #172231;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pn-home-shop-category__content strong {
  max-width: 14ch;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.pn-home-shop-category__content em {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.pn-home-videos {
  padding-bottom: 76px;
}

.pn-home-videos .video-scroll-wrapper {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .pn-home-hero,
  .pn-home-hero__inner {
    min-height: 560px;
  }

  .pn-home-featured__layout,
  .pn-home-now__layout,
  .pn-home-subscribe--wide {
    grid-template-columns: 1fr;
  }

  .pn-home-lead {
    grid-template-columns: 1fr;
  }

  .pn-home-lead__image img {
    min-height: 320px;
  }

  .pn-home-grid--4,
  .pn-home-shop-categories,
  .pn-home-explore__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pn-home-products {
    grid-template-columns: 1fr;
  }

  .pn-home-shop-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .pn-home-hero__inner {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
    width: min(100% - 32px, 1320px);
    padding: 54px 0;
  }

  .pn-home-section {
    width: min(100% - 32px, 1320px);
    padding: 42px 0;
  }

  .pn-home-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pn-home-featured__cards,
  .pn-home-grid--4,
  .pn-home-agenda,
  .pn-home-shop-categories,
  .pn-home-explore__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pn-home-explore {
    padding: 42px 16px;
  }

  .pn-home-subscribe-section {
    padding: 42px 16px;
  }
}

@media (max-width: 640px) {
  .pn-home-hero {
    min-height: 0;
  }

  .pn-home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 40px 0 46px;
  }

  .pn-home-hero__cover {
    width: min(190px, 58vw);
  }

  .pn-home-actions,
  .pn-home-subscribe__offers {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .pn-home-button {
    width: 100%;
  }

  .pn-home-featured__cards,
  .pn-home-grid--4,
  .pn-home-agenda,
  .pn-home-shop-categories,
  .pn-home-explore__grid {
    grid-template-columns: 1fr;
  }

  .pn-home-lead__body,
  .pn-home-ad,
  .pn-home-subscribe {
    padding: 22px;
  }

  .pn-home-subscribe--wide {
    padding: 0;
  }

  .pn-home-card__body {
    padding: 16px;
  }

  .pn-home-product {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}
