.about-page-hero,
.about-page-farm,
.about-page-news,
.about-page-founder,
.about-page-people,
.about-page-gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(1rem, calc((100vw - 1360px) / 2 + 1rem));
  padding-right: max(1rem, calc((100vw - 1360px) / 2 + 1rem));
}

.about-page-hero {
  margin-top: -0.45rem;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(9, 20, 14, 0.4), rgba(15, 33, 23, 0.22)),
    radial-gradient(circle at 18% 24%, rgba(242, 207, 88, 0.1), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(102, 163, 114, 0.14), transparent 24%),
    url("images/background/aboutus_hero.jpeg") center center / cover no-repeat;
}

.about-page-hero::before,
.about-page-farm::before,
.about-page-news::before,
.about-page-founder::before,
.about-page-people::before,
.about-page-gallery::before {
  content: none;
}

.about-page-hero__overlay {
  max-width: 52rem;
  text-align: center;
}

.about-page-eyebrow {
  margin: 0;
  color: #f2cf58;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-page-farm .about-page-eyebrow,
.about-page-news .about-page-eyebrow,
.about-page-gallery .about-page-eyebrow {
  color: #c8921e;
}

.about-page-hero h1,
.about-page-section-head h2,
.about-feature__copy h3,
.about-people-card h3 {
  margin: 0;
  font-family: "Marcellus", "Fraunces", serif;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.about-page-hero h1 {
  color: #f7fbf6;
  font-size: clamp(2.7rem, 5.2vw, 4.7rem);
}

.about-page-farm,
.about-page-news,
.about-page-gallery {
  background:
    radial-gradient(circle at top center, rgba(242, 207, 88, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff, #f7fbf5);
  color: #274734;
}

.about-page-farm {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.about-page-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.8rem;
}

.about-page-farm .about-page-section-head {
  display: block;
  margin-bottom: 1.8rem;
}

.about-page-news .about-page-section-head {
  margin-bottom: 1.2rem;
}

.about-page-farm .about-page-section-head > div {
  max-width: 52rem;
}

.about-page-farm .about-page-section-head > p {
  max-width: none;
  margin-top: 0.95rem;
}

.about-page-section-head h2 {
  color: var(--brand-dark);
  font-size: clamp(2.15rem, 3.7vw, 3.3rem);
}

.about-page-section-head > p {
  max-width: 35rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.about-page-founder {
  background:
    radial-gradient(circle at 18% 22%, rgba(242, 207, 88, 0.1), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(102, 163, 114, 0.12), transparent 22%),
    linear-gradient(160deg, #132b1f, #0d1f16 68%, #09150f);
  color: #edf5ee;
}

.about-page-founder .about-page-eyebrow {
  color: #f2cf58;
}

.about-page-people {
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 207, 88, 0.1), transparent 18%),
    radial-gradient(circle at 84% 26%, rgba(102, 163, 114, 0.12), transparent 22%),
    linear-gradient(160deg, #142c20, #0d2017 72%, #09150f);
  color: #edf5ee;
}

.about-page-people .about-page-eyebrow {
  color: #f2cf58;
}

.about-page-people .about-page-section-head h2 {
  color: #f5f8f2;
}

.about-page-people .about-page-section-head {
  justify-content: center;
  margin-bottom: 1.6rem;
}

.about-page-people .about-page-section-head > div {
  width: 100%;
  text-align: center;
}

.about-founder-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.56fr) minmax(0, 1.44fr);
  gap: 1.75rem;
  align-items: center;
}

.about-founder-panel__image {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 44px rgba(7, 17, 12, 0.24);
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 4;
  justify-self: center;
  align-self: center;
}

.about-founder-panel__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.about-founder-panel__copy {
  max-width: 42rem;
  align-self: center;
}

.about-page-founder h2 {
  margin: 0.45rem 0 0;
  color: #f5f8f2;
  font-family: "Marcellus", "Fraunces", serif;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.about-founder-panel__copy p:not(.about-page-eyebrow) {
  margin: 0.9rem 0 0;
  color: rgba(237, 245, 238, 0.82);
  line-height: 1.84;
}

.about-news-shell {
  position: relative;
  width: 100%;
  margin: 0.8rem 0 0;
}

.about-news-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.2rem 0;
}

.about-news-track::-webkit-scrollbar {
  display: none;
}

.about-news-slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  align-items: stretch;
  scroll-snap-align: start;
  padding: 0.85rem 0.95rem;
  border-radius: 26px;
  border: 1px solid rgba(53, 92, 65, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 245, 0.94));
  box-shadow: 0 14px 28px rgba(34, 53, 40, 0.06);
}

.about-news-slide__media {
  overflow: hidden;
  border-radius: 20px;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  box-shadow: 0 14px 24px rgba(31, 48, 37, 0.1);
}

.about-news-slide__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.about-news-slide__copy {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.6rem 0.2rem 0;
}

.about-news-slide h3 {
  margin: 0;
  color: var(--brand-dark);
  font-family: "Marcellus", "Fraunces", serif;
  font-size: clamp(1.7rem, 2.7vw, 2.25rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.about-news-slide p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.74;
}

.about-news-shell .scroller-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 247, 229, 0.92);
  box-shadow: 0 10px 28px rgba(72, 98, 57, 0.16);
  color: #2f6541;
  font-size: 1.55rem;
  font-weight: 800;
  cursor: pointer;
}

.about-news-shell .scroller-arrow.prev {
  left: 0.8rem;
}

.about-news-shell .scroller-arrow.next {
  right: 0.8rem;
}

.scroller-dots.about-news-dots {
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.scroller-dots.about-news-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(47, 122, 75, 0.18);
}

.scroller-dots.about-news-dots .dot.active {
  background: #2f7a4b;
}

.about-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.26fr);
  gap: 2.1rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(47, 122, 75, 0.14);
}

.about-feature--reverse {
  grid-template-columns: minmax(150px, 0.26fr) minmax(0, 1fr);
}

.about-feature--vision {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: center;
  min-height: 0;
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  margin-bottom: 0;
}

.about-feature .about-feature__image {
  order: 2;
}

.about-feature .about-feature__copy {
  order: 1;
}

.about-feature--reverse .about-feature__image {
  order: 1;
}

.about-feature--reverse .about-feature__copy {
  order: 2;
}

.about-feature__image {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 20px 38px rgba(29, 46, 34, 0.12);
  min-height: 150px;
  align-self: center;
}

.about-feature:not(.about-feature--reverse) .about-feature__image {
  justify-self: center;
}

.about-feature__image--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-self: stretch;
  background: transparent;
  box-shadow: none;
}

.about-feature__image img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}

.about-feature:not(.about-feature--reverse) .about-feature__image--icon {
  justify-self: stretch;
}

.about-feature__image--icon img {
  width: min(100%, 204px);
  height: auto;
  min-height: 0;
  max-height: 204px;
  object-fit: contain;
}

.about-feature__copy {
  max-width: 42rem;
  padding: 0;
  align-self: center;
}

.about-feature--vision .about-feature__copy {
  max-width: 36rem;
  padding-right: 1rem;
}

.about-feature:not(.about-feature--reverse) .about-feature__copy {
  padding-right: 1rem;
}

.about-feature--reverse .about-feature__copy {
  padding-left: 1rem;
}

.about-feature--vision .about-feature__image {
  min-height: 0;
  align-self: center;
}

.about-feature--vision .about-feature__image--icon {
  width: 100%;
  min-height: 0;
  padding: 0;
  justify-self: stretch;
  align-self: center;
}

.about-feature--vision .about-feature__image--icon img {
  width: min(100%, 588px);
  max-height: none;
}

.about-feature__copy h3 {
  margin-top: 0.45rem;
  color: var(--brand-dark);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.about-feature__copy p:not(.about-page-eyebrow) {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.about-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.about-people-card {
  min-height: 100%;
  padding: 1.3rem 1rem 1.15rem;
  border-radius: 28px;
  border: 1px solid rgba(236, 244, 234, 0.08);
  background:
    linear-gradient(180deg, rgba(22, 45, 32, 0.95), rgba(13, 28, 20, 0.92));
  box-shadow: 0 18px 34px rgba(5, 14, 9, 0.22);
  text-align: center;
}

.about-people-card__avatar {
  width: clamp(104px, 12vw, 132px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid rgba(242, 207, 88, 0.42);
  background: rgba(247, 251, 246, 0.08);
  box-shadow: 0 16px 28px rgba(4, 13, 8, 0.26);
}

.about-people-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-people-card h3 {
  margin-top: 1rem;
  color: #f5f8f2;
  font-size: 1.32rem;
}

.about-people-card__role {
  margin: 0.5rem 0 0;
  color: rgba(237, 245, 238, 0.74);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: none;
}

.about-people-note {
  margin: 1.5rem 0 0;
  color: rgba(237, 245, 238, 0.82);
  font-family: "Marcellus", "Fraunces", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: -0.01em;
  line-height: 1.45;
  text-align: center;
}

.about-gallery-shell {
  position: relative;
  width: 100%;
  margin: 1.1rem 0 0;
}

.about-gallery-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.2rem 0;
}

.about-gallery-track::-webkit-scrollbar {
  display: none;
}

.about-gallery-item {
  display: block;
  flex: 0 0 calc(25% - 0.75rem);
  min-width: calc(25% - 0.75rem);
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 22px;
  cursor: pointer;
  scroll-snap-align: start;
}

.about-gallery-item img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(53, 92, 65, 0.1);
  box-shadow: 0 18px 32px rgba(34, 53, 40, 0.08);
}

.about-gallery-shell .scroller-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 247, 229, 0.88);
  box-shadow: 0 10px 28px rgba(72, 98, 57, 0.16);
  color: #2f6541;
  font-size: 1.55rem;
  font-weight: 800;
  cursor: pointer;
}

.about-gallery-shell .scroller-arrow.prev {
  left: 0.8rem;
}

.about-gallery-shell .scroller-arrow.next {
  right: 0.8rem;
}

.scroller-dots.about-gallery-dots {
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.scroller-dots.about-gallery-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(47, 122, 75, 0.18);
}

.scroller-dots.about-gallery-dots .dot.active {
  background: #2f7a4b;
}

@media (max-width: 1080px) {
  .about-page-section-head,
  .about-feature,
  .about-feature--reverse,
  .about-news-slide,
  .about-founder-panel {
    grid-template-columns: 1fr;
  }

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

  .about-page-section-head {
    flex-direction: column;
    align-items: start;
  }

  .about-feature--reverse .about-feature__image,
  .about-feature--reverse .about-feature__copy {
    order: initial;
  }

  .about-founder-panel__image img {
    min-height: 0;
  }

  .about-news-slide {
    gap: 1.05rem;
  }

  .about-news-slide__copy {
    padding-right: 0;
  }

  .about-feature__image,
  .about-feature__image img {
    min-height: 220px;
  }

  .about-gallery-item {
    flex-basis: calc(33.333% - 0.67rem);
    min-width: calc(33.333% - 0.67rem);
  }

  .about-news-slide__media,
  .about-news-slide__media img {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }
}

@media (max-width: 760px) {
  .about-page-hero,
  .about-page-farm,
  .about-page-news,
  .about-page-founder,
  .about-page-people,
  .about-page-gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-page-hero {
    min-height: 40vh;
  }

  .about-page-section-head {
    margin-bottom: 1.35rem;
  }

  .about-feature {
    gap: 1.35rem;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
  }

  .about-feature__image,
  .about-feature__image img {
    min-height: 220px;
  }

  .about-gallery-item {
    flex-basis: calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }

  .about-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .about-people-card {
    padding: 1.15rem 0.8rem 1rem;
  }

  .about-people-card h3 {
    font-size: 1.15rem;
  }

  .about-people-note {
    margin-top: 1.2rem;
    font-size: 1.08rem;
  }

  .about-news-slide {
    padding: 0.75rem;
    border-radius: 22px;
  }

  .about-news-slide__media,
  .about-news-slide__media img {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-news-slide h3 {
    font-size: clamp(1.6rem, 7vw, 2rem);
  }

  .about-news-shell .scroller-arrow {
    display: none;
  }

  .about-gallery-shell .scroller-arrow {
    display: none;
  }

  .about-founder-panel {
    gap: 1.35rem;
  }

  .about-founder-panel__image img {
    min-height: 0;
  }

}

@media (max-width: 520px) {
  .about-gallery-item {
    flex-basis: 100%;
    min-width: 100%;
  }

  .about-gallery-item img {
    height: 260px;
  }

  .about-people-grid {
    grid-template-columns: 1fr;
  }
}
