.page-entry.page-about {
  --green: #008a70;
  --green-dark: #083d34;
  --leaf: #7cb342;
  --ink: #252a2d;
  --muted: #687773;
  --line: #dfe8e4;
  --soft: #f4f8f5;
  --white: #fff;
  --shadow: 0 12px 28px rgba(9, 40, 34, .09);
}
.page-entry.page-about * { box-sizing: border-box; }
.page-entry.page-about {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  letter-spacing: 0;
}
.page-entry.page-about a { color: inherit; text-decoration: none; }
.page-entry.page-about img { display: block; max-width: 100%; object-fit: cover; }
.page-entry.page-about .wrap { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.page-entry.page-about .topbar { background: var(--green); color: #fff; font-size: 14px; }
.page-entry.page-about .topbar-inner { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.page-entry.page-about .topbar a { justify-self: end; font-weight: 700; }
.page-entry.page-about .social { display: flex; gap: 24px; align-items: center; font-weight: 700; }
.page-entry.page-about .social span { min-width: 12px; text-align: center; }
.page-entry.page-about .site-header { background: #fff; border-bottom: 1px solid var(--line); }
.page-entry.page-about .nav { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.page-entry.page-about .brand { display: flex; align-items: center; }
.page-entry.page-about .brand img { width: 240px; height: auto; object-fit: contain; }
.page-entry.page-about nav { display: flex; align-items: center; gap: 34px; font-weight: 700; font-size: 16px; }
.page-entry.page-about nav .active { color: var(--green); }
.page-entry.page-about .quote,
.page-entry.page-about .btn.primary { background: var(--green); color: #fff; }
.page-entry.page-about .quote { padding: 18px 24px; border-radius: 6px; }
.page-entry.page-about main { overflow: hidden; }
.page-entry.page-about .eyebrow { margin: 0 0 18px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 800; }
.page-entry.page-about h1,
.page-entry.page-about h2,
.page-entry.page-about h3,
.page-entry.page-about p { margin-top: 0; }
.page-entry.page-about h1 { font-size: clamp(38px, 3.55vw, 52px); line-height: 1.08; margin-bottom: 22px; letter-spacing: 0; font-weight: 800; }
.page-entry.page-about h2 { font-size: clamp(31px, 2.45vw, 42px); line-height: 1.12; margin-bottom: 18px; letter-spacing: 0; font-weight: 760; }
.page-entry.page-about h3 { font-size: 20px; line-height: 1.28; margin-bottom: 12px; letter-spacing: 0; font-weight: 760; }
.page-entry.page-about p,
.page-entry.page-about li { color: var(--muted); font-size: 16px; line-height: 1.66; }
.page-entry.page-about .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.page-entry.page-about .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 27px; border-radius: 999px; font-weight: 800; border: 1px solid rgba(255,255,255,.45); }
.page-entry.page-about .btn.light { color: var(--ink); background: #fff; border-color: #fff; }
.page-entry.page-about .btn.secondary.green { color: var(--green-dark); background: #fff; border-color: rgba(18, 96, 76, .20); }
.page-entry.page-about .about-hero {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 34px;
  min-height: 610px;
  padding: 72px 64px;
  border: 1px solid rgba(18, 96, 76, .14);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 250, 248, .97) 0%, rgba(247, 250, 248, .91) 39%, rgba(247, 250, 248, .60) 67%, rgba(15, 48, 42, .20) 100%),
    linear-gradient(180deg, rgba(18, 84, 72, .055), rgba(0, 0, 0, .075)),
    url("assets/about-hero-strawberry-greenhouse.jpg") 56% center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(18, 96, 76, .10);
}
.page-entry.page-about .about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(6,61,50,.10));
  pointer-events: none;
}
.page-entry.page-about .about-hero-copy { position: relative; z-index: 1; max-width: 690px; }
.page-entry.page-about .about-hero .eyebrow { color: #066957; }
.page-entry.page-about .about-hero h1 { color: #182023; text-shadow: 0 1px 0 rgba(255,255,255,.24); }
.page-entry.page-about .about-hero-copy p { max-width: 650px; color: #3c504c; font-size: 18px; line-height: 1.72; }
.page-entry.page-about .about-hero .btn.primary { background: #075f4e; }
.page-entry.page-about .about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid rgba(9, 74, 61, .16);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234, 246, 240, .96) 0%, rgba(213, 234, 225, .95) 46%, rgba(178, 212, 197, .92) 100%),
    linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,.24));
  box-shadow: 0 18px 44px rgba(8, 61, 52, .11);
}
.page-entry.page-about .about-metrics div {
  padding: 30px 30px;
  border-right: 1px solid rgba(9, 74, 61, .14);
  animation: metricRise .7s ease both;
}
.page-entry.page-about .about-metrics div:nth-child(2) { animation-delay: .08s; }
.page-entry.page-about .about-metrics div:nth-child(3) { animation-delay: .16s; }
.page-entry.page-about .about-metrics div:nth-child(4) { animation-delay: .24s; }
.page-entry.page-about .about-metrics div:last-child { border-right: 0; }
.page-entry.page-about .about-metrics strong { display: block; margin-bottom: 10px; color: #063d32; font-size: 26px; line-height: 1.12; }
.page-entry.page-about .about-metrics span { color: #45665d; font-size: 16px; line-height: 1.5; }
@keyframes metricRise {
  from { transform: translateY(12px); background: rgba(255,255,255,.24); }
  to { transform: translateY(0); background: transparent; }
}
.page-entry.page-about .about-intro {
  margin-top: 62px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(120deg, #fbfdf9, #f1faf5);
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 70px;
  align-items: stretch;
}
.page-entry.page-about .about-intro p { font-size: 17px; }
.page-entry.page-about .about-intro > div { display: flex; flex-direction: column; justify-content: space-between; }
.page-entry.page-about .section { padding: 68px 0; }
.page-entry.page-about .muted { background: var(--soft); }
.page-entry.page-about .factory-base-section { padding-top: 52px; padding-bottom: 52px; }
.page-entry.page-about .about-factory {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(640px, 1.22fr);
  gap: 22px;
  align-items: center;
  min-height: clamp(260px, 19vw, 300px);
  padding: clamp(14px, 1.7vw, 20px);
  border: 1px solid rgba(14, 87, 70, .14);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 38%, rgba(241,249,245,.12) 49%, rgba(241,249,245,.46) 100%),
    url("assets/about-factory-base-clean.jpg") left 50% / auto 100% no-repeat;
  box-shadow: 0 24px 58px rgba(8,61,52,.08);
  overflow: hidden;
}
.page-entry.page-about .factory-image-space {
  min-height: 100%;
}
.page-entry.page-about .about-factory .factory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(250,253,251,.78), rgba(238,248,244,.64));
  box-shadow: 0 16px 34px rgba(8,61,52,.07);
  backdrop-filter: blur(1.5px);
}
.page-entry.page-about .about-factory .factory-copy h2 {
  font-size: clamp(30px, 2.9vw, 44px);
  margin-bottom: 14px;
}
.page-entry.page-about .about-factory .factory-copy p {
  line-height: 1.58;
}
.page-entry.page-about .capabilities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.page-entry.page-about .capabilities span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green-dark);
  background: #fff;
  font-weight: 700;
  font-size: 13px;
}
.page-entry.page-about .section-head { max-width: 900px; margin-bottom: 28px; }
.page-entry.page-about .section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: 54px;
  align-items: stretch;
}
.page-entry.page-about .section-head.split > div,
.page-entry.page-about .section-head.split > p { display: flex; flex-direction: column; justify-content: space-between; }
.page-entry.page-about .section-head.split p { font-size: 18px; line-height: 1.72; }
.page-entry.page-about .proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.page-entry.page-about .proof-row figure {
  position: relative;
  margin: 0;
  height: 305px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(18,96,76,.12);
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,61,52,.04);
}
.page-entry.page-about .proof-row figure,
.page-entry.page-about .delivery-images img,
.page-entry.page-about .packing-strip figure {
  border-radius: 8px;
}
.page-entry.page-about .proof-row img { width: 100%; height: 100%; object-position: center 50%; }
.page-entry.page-about .proof-row figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 11px 13px;
  border-radius: 8px;
  color: #fff;
  background: rgba(7,61,51,.58);
  font-weight: 800;
}
.page-entry.page-about .material-section {
  margin-top: 14px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.page-entry.page-about .material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.page-entry.page-about .material-card,
.page-entry.page-about .packing-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18,96,76,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,61,52,.04);
}
.page-entry.page-about .material-card {
  padding: 28px;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-entry.page-about .material-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 22px;
  line-height: 1.22;
}
.page-entry.page-about .material-card p {
  margin: 18px 0 22px;
  font-size: 16px;
}
.page-entry.page-about .material-card span {
  display: block;
  color: var(--green);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
}
.page-entry.page-about .packing-strip figcaption {
  padding: 14px 16px;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 800;
  border-top: 1px solid var(--line);
}
.page-entry.page-about .scope-section {
  margin-top: 26px;
  padding: 54px 56px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: stretch;
  border-radius: 8px;
  background: linear-gradient(135deg, #064431 0%, #0b5b47 48%, #073227 100%);
}
.page-entry.page-about .scope-section .eyebrow { color: #99c53d; }
.page-entry.page-about .scope-section h2 { color: #fff; }
.page-entry.page-about .scope-section p { color: rgba(255,255,255,.78); font-size: 17px; }
.page-entry.page-about .scope-section > div { display: flex; flex-direction: column; justify-content: space-between; }
.page-entry.page-about .scope-table { display: grid; gap: 14px; }
.page-entry.page-about .scope-table div {
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}
.page-entry.page-about .scope-table strong,
.page-entry.page-about .scope-table span { display: block; }
.page-entry.page-about .scope-table strong { color: #fff; margin-bottom: 6px; }
.page-entry.page-about .scope-table span { color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }
.page-entry.page-about .delivery-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: stretch;
}
.page-entry.page-about .delivery-section > div:first-child { display: flex; flex-direction: column; justify-content: space-between; }
.page-entry.page-about .delivery-section p { font-size: 17px; }
.page-entry.page-about .delivery-images { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.page-entry.page-about .delivery-images img {
  width: 100%;
  height: 430px;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(8,61,52,.14), 0 0 0 1px rgba(255,255,255,.82);
  object-position: center 50%;
  filter: brightness(1.06) contrast(1.04) saturate(1.02);
}
.page-entry.page-about .delivery-images .delivery-packaging-photo { object-position: center 44%; }
.page-entry.page-about .delivery-images .delivery-loading-photo { object-position: center 42%; }
.page-entry.page-about .packing-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.page-entry.page-about .packing-strip img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center 50%;
  filter: brightness(1.06) contrast(1.04) saturate(1.02);
}
.page-entry.page-about .quality-strip figure {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  box-shadow: 0 16px 34px rgba(8,61,52,.08);
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-entry.page-about .quality-strip figure:hover,
.page-entry.page-about .quality-strip figure:focus-visible {
  border-color: rgba(0,132,107,.34);
  box-shadow: 0 22px 48px rgba(8,61,52,.14);
  outline: none;
  transform: translateY(-4px);
}
.page-entry.page-about .quality-strip img {
  object-fit: cover;
  object-position: center center;
  padding: 10px;
  background: #fff;
  filter: brightness(1.04) contrast(1.06);
  transition: transform .2s ease;
}
.page-entry.page-about .quality-strip figure:hover img,
.page-entry.page-about .quality-strip figure:focus-visible img {
  transform: scale(1.025);
}
.page-entry.page-about .image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 46px;
  background: rgba(4,34,29,.84);
  backdrop-filter: blur(4px);
}
.page-entry.page-about .image-lightbox.open { display: flex; }
.page-entry.page-about .image-lightbox img {
  width: auto;
  height: auto;
  max-width: min(1180px, calc(100vw - 92px));
  max-height: calc(100vh - 150px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  object-fit: contain;
}
.page-entry.page-about .image-lightbox p {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 18px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.page-entry.page-about .image-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}
.page-entry.page-about .image-lightbox-close:hover,
.page-entry.page-about .image-lightbox-close:focus-visible {
  background: rgba(255,255,255,.22);
  outline: none;
}
body.lightbox-open {
  overflow: hidden;
}
.page-entry.page-about .service-section {
  margin-top: 68px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: stretch;
}
.page-entry.page-about .service-section > div,
.page-entry.page-about .service-section ol { display: grid; align-content: space-between; }
.page-entry.page-about .service-section p { font-size: 17px; }
.page-entry.page-about .service-section ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  counter-reset: service;
}
.page-entry.page-about .service-section li {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.page-entry.page-about .service-section li::before {
  counter-increment: service;
  content: "0" counter(service);
  display: block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.page-entry.page-about .service-section strong { display: block; margin-bottom: 7px; color: var(--green-dark); font-size: 20px; }
.page-entry.page-about .service-section span { display: block; color: var(--muted); font-size: 15px; line-height: 1.55; }
.page-entry.page-about .about-seo {
  margin-top: 72px;
  padding-top: 64px;
  padding-bottom: 92px;
  border-top: 1px solid var(--line);
  max-width: 1280px;
}
.page-entry.page-about .about-seo h2 {
  max-width: none;
  white-space: nowrap;
}
.page-entry.page-about .about-seo p {
  max-width: 1180px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.78;
}
.page-entry.page-about .about-seo p:last-child { margin-bottom: 0; }
.page-entry.page-about .footer-cta {
  display: grid;
  grid-template-columns: minmax(360px, 500px) 1fr;
  gap: 62px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 66px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(255,255,255,.10), rgba(255,255,255,.035)), linear-gradient(135deg, #0c4a31 0%, #073f34 52%, #04362d 100%);
  box-shadow: 0 24px 64px rgba(0,0,0,.18);
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-entry.page-about .footer-cta img {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  order: 2;
  object-position: center 42%;
}
.page-entry.page-about .footer-cta .eyebrow { color: #99c53d; }
.page-entry.page-about .footer-cta h2 { max-width: 740px; color: #fff; }
.page-entry.page-about .footer-cta p { color: rgba(255,255,255,.82); font-size: 17px; }
.page-entry.page-about .site-footer {
  margin-top: 0;
  padding: 86px 0 34px;
  color: rgba(255,255,255,.84);
  background:
    radial-gradient(circle at 18% 42%, rgba(77, 132, 72, .5), transparent 34%),
    linear-gradient(135deg, #0d5134 0%, #064437 50%, #03382f 100%);
}
.page-entry.page-about .footer-main {
  margin: 0 auto;
  margin-top: 54px;
  padding-top: 44px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr 1.18fr;
  gap: 46px;
}
.page-entry.page-about .footer-main.footer-grid {
  grid-template-columns: minmax(250px, 1.18fr) minmax(140px, .72fr) minmax(245px, 1fr) minmax(360px, 1.28fr);
}
.page-entry.page-about .footer-brand img { width: 210px; filter: brightness(0) invert(1); opacity: .96; }
.page-entry.page-about .footer-brand p { margin: 26px 0; color: #fff; font-size: 21px; }
.page-entry.page-about .footer-main h3 { color: #fff; font-size: 15px; letter-spacing: 1.2px; text-transform: uppercase; }
.page-entry.page-about .footer-main a { display: block; margin: 12px 0; color: rgba(255,255,255,.8); }
.page-entry.page-about .footer-social { display: flex; gap: 18px; align-items: center; margin-top: 18px; }
.page-entry.page-about .footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin: 0; border-radius: 999px; color: #fff; }
.page-entry.page-about .footer-social svg { width: 24px; height: 24px; display: block; fill: currentColor; }
.page-entry.page-about .footer-contact { display: grid; gap: 13px; }
.page-entry.page-about .site-footer .footer-contact p { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 12px; max-width: 430px; margin: 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.55; }
.page-entry.page-about .footer-contact span { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .6px; line-height: 1.6; text-align: left; text-transform: uppercase; }
.page-entry.page-about .site-footer .footer-contact a { display: inline; margin: 0; color: rgba(255,255,255,.88); font-size: inherit; line-height: inherit; }
.page-entry.page-about .footer-bottom {
  margin: 56px auto 0;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
}
.page-entry.page-about .footer-bottom a { color: rgba(255,255,255,.78); }
.page-entry.page-about .footer-legal { display: inline-flex; align-items: center; justify-content: flex-end; gap: 12px; margin-left: auto; color: rgba(255,255,255,.72); font-size: 13px; }
@media (max-width: 980px) {
.page-entry.page-about .topbar-inner { grid-template-columns: 1fr; height: auto; padding: 12px 0; text-align: center; }
.page-entry.page-about .topbar a,
.page-entry.page-about .topbar .social { display: none; }
.page-entry.page-about .nav { flex-direction: column; align-items: flex-start; padding: 24px 0; }
.page-entry.page-about .brand img { width: 210px; }
.page-entry.page-about nav { flex-wrap: wrap; gap: 18px; }
.page-entry.page-about h1 { font-size: 38px; }
.page-entry.page-about h2 { font-size: 31px; }
.page-entry.page-about .about-intro,
.page-entry.page-about .about-factory,
.page-entry.page-about .section-head.split,
.page-entry.page-about .scope-section,
.page-entry.page-about .delivery-section,
.page-entry.page-about .service-section,
.page-entry.page-about .footer-cta,
.page-entry.page-about .footer-main {
    grid-template-columns: 1fr;
  }
.page-entry.page-about .about-hero { min-height: 560px; padding: 44px 30px; background-position: 42% center; }
.page-entry.page-about .about-intro,
.page-entry.page-about .scope-section,
.page-entry.page-about .footer-cta { padding: 32px 24px; }
.page-entry.page-about .about-factory {
    grid-template-columns: 1fr;
    min-height: 400px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.10) 40%, rgba(241,249,245,.74) 100%),
      url("assets/about-factory-base-clean.jpg") 28% center / auto 100% no-repeat;
  }
.page-entry.page-about .factory-image-space { min-height: 140px; }
.page-entry.page-about .about-factory .factory-copy { min-height: auto; }
.page-entry.page-about .about-seo { padding-bottom: 64px; }
.page-entry.page-about .about-seo h2 { white-space: normal; }
.page-entry.page-about .delivery-images img,
.page-entry.page-about .footer-cta img { height: 300px; }
.page-entry.page-about .about-metrics,
.page-entry.page-about .proof-row,
.page-entry.page-about .material-grid,
.page-entry.page-about .service-section ol { grid-template-columns: 1fr 1fr; }
.page-entry.page-about .packing-strip { grid-template-columns: 1fr; }
.page-entry.page-about .image-lightbox { padding: 28px; }
.page-entry.page-about .image-lightbox img {
    max-width: calc(100vw - 56px);
    max-height: calc(100vh - 120px);
  }
.page-entry.page-about .image-lightbox p {
    left: 28px;
    right: 28px;
  }
.page-entry.page-about .section-head.split p { padding-top: 0; }
.page-entry.page-about .footer-cta img { order: 0; }
.page-entry.page-about .footer-bottom { flex-direction: column; }
.page-entry.page-about .footer-main.footer-grid { grid-template-columns: 1fr 1fr; }


}
@media (max-width: 640px) {
.page-entry.page-about .wrap { width: min(100% - 28px, 1280px); }
.page-entry.page-about .nav { width: min(100% - 28px, 1280px); margin: 0 auto; padding-left: 0; padding-right: 0; }
.page-entry.page-about .brand img { width: 205px; }
.page-entry.page-about h1 { font-size: 34px; line-height: 1.1; }
.page-entry.page-about h2 { font-size: 28px; }
.page-entry.page-about .about-hero {
    min-height: 620px;
    padding: 34px 24px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(244, 251, 247, .96) 0%, rgba(244, 251, 247, .90) 48%, rgba(244, 251, 247, .72) 100%),
      linear-gradient(90deg, rgba(244, 251, 247, .92) 0%, rgba(244, 251, 247, .72) 58%, rgba(4, 42, 33, .22) 100%),
      url("assets/about-hero-strawberry-greenhouse.jpg") 50% center / cover no-repeat;
  }
.page-entry.page-about .about-hero::after { background: rgba(255,255,255,.10); }
.page-entry.page-about .about-metrics,
.page-entry.page-about .proof-row,
.page-entry.page-about .material-grid,
.page-entry.page-about .delivery-images,
.page-entry.page-about .service-section ol { grid-template-columns: 1fr; }
.page-entry.page-about .about-metrics div { border-right: 0; border-bottom: 1px solid rgba(9, 74, 61, .14); }
.page-entry.page-about .about-metrics div:last-child { border-bottom: 0; }
.page-entry.page-about .proof-row figure { height: 255px; }
.page-entry.page-about .about-factory {
    min-height: 430px;
    padding: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.10) 34%, rgba(241,249,245,.82) 100%),
      url("assets/about-factory-base-clean.jpg") 24% center / auto 100% no-repeat;
  }
.page-entry.page-about .factory-image-space { min-height: 130px; }
.page-entry.page-about .delivery-images img,
.page-entry.page-about .footer-cta img { height: 265px; }
.page-entry.page-about .delivery-images img { height: 300px; }
.page-entry.page-about .material-grid img,
.page-entry.page-about .packing-strip img { height: 235px; }
.page-entry.page-about .image-lightbox {
    padding: 18px;
    align-items: center;
  }
.page-entry.page-about .image-lightbox img {
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 112px);
  }
.page-entry.page-about .image-lightbox-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
.page-entry.page-about .image-lightbox p {
    left: 18px;
    right: 18px;
    bottom: 14px;
    font-size: 14px;
  }
.page-entry.page-about .quote { padding: 14px 18px; }
.page-entry.page-about .site-footer .footer-contact p { grid-template-columns: 1fr; gap: 6px; }
.page-entry.page-about .footer-main.footer-grid { grid-template-columns: 1fr; }
.page-entry.page-about .footer-legal { margin-left: 0; justify-content: flex-start; }


}



/* WordPress full-width escape for the About page content. */
.entry-content > .page-entry.page-about,
.wp-block-post-content > .page-entry.page-about,
.site-main .page-entry.page-about,
.page .page-entry.page-about.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.page-entry.page-about {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  letter-spacing: 0;
}

.page-entry.page-about .wrap,
.page-entry.page-about > section.wrap,
.page-entry.page-about .section > .wrap {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-entry.page-about > .section:not(.wrap),
.page-entry.page-about > section.section:not(.wrap) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-entry.page-about .about-hero {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
}

.page-entry.page-about .proof-row img,
.page-entry.page-about .delivery-images img,
.page-entry.page-about .packing-strip img {
  width: 100% !important;
  display: block !important;
}

/* Live WordPress tightening: keep section content compact and closer to the preview rhythm. */
.page-entry.page-about .section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.page-entry.page-about .factory-base-section {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.page-entry.page-about .about-intro {
  margin-top: 44px !important;
  gap: 42px !important;
}

.page-entry.page-about .section-head {
  margin-bottom: 22px !important;
}

.page-entry.page-about .section-head.split {
  gap: 42px !important;
  align-items: start !important;
}

.page-entry.page-about .section-head.split > div,
.page-entry.page-about .section-head.split > p,
.page-entry.page-about .delivery-section > div:first-child,
.page-entry.page-about .scope-section > div,
.page-entry.page-about .service-section > div,
.page-entry.page-about .service-section ol {
  justify-content: start !important;
  align-content: start !important;
}

.page-entry.page-about .section-head.split p,
.page-entry.page-about .delivery-section p,
.page-entry.page-about .scope-section p,
.page-entry.page-about .service-section p,
.page-entry.page-about .about-seo p {
  line-height: 1.58 !important;
}

.page-entry.page-about .material-section {
  margin-top: 0 !important;
  padding-top: 38px !important;
}

.page-entry.page-about .scope-section,
.page-entry.page-about .service-section,
.page-entry.page-about .about-seo {
  margin-top: 44px !important;
}

.page-entry.page-about .about-seo {
  padding-top: 44px !important;
  padding-bottom: 58px !important;
}

/* Force the delivery pair to remain a two-column visual block on desktop. */
.page-entry.page-about .delivery-section {
  grid-template-columns: minmax(430px, .9fr) minmax(560px, 1.1fr) !important;
  gap: 42px !important;
  align-items: center !important;
}

.page-entry.page-about .delivery-images {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  width: 100% !important;
}

.page-entry.page-about .delivery-images img {
  width: 100% !important;
  height: clamp(340px, 26vw, 430px) !important;
  max-width: none !important;
  object-fit: cover !important;
}

/* If an older synced HTML version is still cached in the page body, suppress its embedded footer. */
.page-entry.page-about > footer.site-footer,
.page-entry.page-about .footer-cta,
.page-entry.page-about .footer-main,
.page-entry.page-about .footer-bottom {
  display: none !important;
}

@media (max-width: 980px) {
  .page-entry.page-about .section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .page-entry.page-about .delivery-section {
    grid-template-columns: 1fr !important;
  }

  .page-entry.page-about .delivery-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-entry.page-about .delivery-images img {
    height: 300px !important;
  }
}

@media (max-width: 640px) {
  .page-entry.page-about .delivery-images {
    grid-template-columns: 1fr !important;
  }
}

/* More robust live override: WordPress may wrap image tags, so force the pair at child level. */
.page-entry.page-about .delivery-images {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.page-entry.page-about .delivery-images > img,
.page-entry.page-about .delivery-images > p,
.page-entry.page-about .delivery-images > figure,
.page-entry.page-about .delivery-images > div {
  flex: 1 1 0 !important;
  width: 50% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-entry.page-about .delivery-images > p {
  display: block !important;
  line-height: 0 !important;
}

.page-entry.page-about .delivery-images > p > img,
.page-entry.page-about .delivery-images > figure > img,
.page-entry.page-about .delivery-images > div > img,
.page-entry.page-about .delivery-images > img {
  width: 100% !important;
  height: clamp(340px, 26vw, 430px) !important;
  max-width: none !important;
  object-fit: cover !important;
}

.page-entry.page-about .quality-strip .zoomable {
  cursor: zoom-in !important;
}

@media (max-width: 640px) {
  .page-entry.page-about .delivery-images {
    flex-direction: column !important;
  }

  .page-entry.page-about .delivery-images > img,
  .page-entry.page-about .delivery-images > p,
  .page-entry.page-about .delivery-images > figure,
  .page-entry.page-about .delivery-images > div {
    width: 100% !important;
  }
}
