.about-page.visual-about-page {
  --about-ink: #0d3424;
  --about-muted: #607269;
  --about-green: #1a9f61;
  --about-green-dark: #0e6843;
  --about-teal: #2d9f91;
  --about-blue: #3970c8;
  --about-gold: #d99b37;
  --about-line: rgba(13, 52, 36, 0.1);
  overflow: hidden;
  background: #f5f8f6;
}

.visual-about-page .about-visual-hero {
  min-height: min(920px, 100svh);
  background:
    radial-gradient(circle at 78% 50%, rgba(26, 159, 97, 0.13), transparent 28%),
    radial-gradient(circle at 44% 5%, rgba(45, 159, 145, 0.08), transparent 32%),
    linear-gradient(135deg, #edf8f2 0%, #ffffff 56%, #f3f9f5 100%);
}

.visual-about-page .about-visual-hero::after {
  position: absolute;
  right: -10%;
  bottom: -36%;
  width: min(66vw, 830px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(26, 159, 97, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 78px rgba(26, 159, 97, 0.022),
    0 0 0 154px rgba(45, 159, 145, 0.018);
  pointer-events: none;
}

.visual-about-page .about-hero.about-upgrade-hero {
  display: grid;
  width: min(100%, 1320px);
  min-height: 670px;
  grid-template-columns: minmax(340px, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 6vw, 86px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) clamp(10px, 2vw, 34px) 48px;
}

.about-hero-copy {
  position: relative;
  z-index: 4;
}

.about-hero-copy h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.about-hero-lead {
  max-width: 670px;
  margin: 0 0 30px;
  color: var(--about-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.26rem);
  font-weight: 650;
  line-height: 1.65;
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.about-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(26, 159, 97, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--about-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.about-hero-points span::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--about-green);
  box-shadow: 0 0 0 5px rgba(26, 159, 97, 0.1);
}

.about-hero-collage {
  position: relative;
  min-height: 570px;
  isolation: isolate;
}

.about-hero-collage figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 7px solid rgba(255, 255, 255, 0.86);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(13, 52, 36, 0.16);
}

.about-hero-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about-hero-collage:hover img {
  transform: scale(1.035);
}

.about-collage-main {
  z-index: 2;
  top: 50%;
  left: 4%;
  width: 68%;
  height: 76%;
  border-radius: 34px !important;
  transform: translateY(-50%) rotate(-2deg);
}

.about-collage-small {
  z-index: 3;
  right: 1%;
  width: 40%;
  height: 35%;
  border-radius: 26px !important;
}

.about-collage-top {
  top: 8%;
  transform: rotate(3deg);
}

.about-collage-bottom {
  right: 4%;
  bottom: 8%;
  transform: rotate(-3deg);
}

.about-collage-orbit {
  position: absolute;
  z-index: 1;
  top: 7%;
  left: 0;
  width: 87%;
  aspect-ratio: 1;
  border: 1px dashed rgba(26, 159, 97, 0.23);
  border-radius: 50%;
  animation: aboutOrbitSpin 28s linear infinite;
}

.about-collage-orbit::after {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--about-teal);
  box-shadow: 0 0 0 7px rgba(45, 159, 145, 0.13);
}

.about-floating-fact {
  position: absolute;
  z-index: 6;
  display: grid;
  min-width: 122px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 17px 40px rgba(13, 52, 36, 0.14);
  backdrop-filter: blur(12px);
  animation: aboutFactFloat 4.6s ease-in-out infinite;
}

.about-floating-fact strong {
  color: var(--about-ink);
  font-size: 1.35rem;
  line-height: 1;
}

.about-floating-fact small {
  margin-top: 6px;
  color: var(--about-green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-fact-founded {
  top: 2%;
  left: -2%;
}

.about-fact-location {
  right: -2%;
  bottom: 2%;
  animation-delay: -2.2s;
}

.about-visual-content {
  display: grid;
  gap: clamp(84px, 9vw, 132px);
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: clamp(78px, 8vw, 116px) clamp(20px, 5vw, 58px) 112px;
  background:
    linear-gradient(rgba(13, 52, 36, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 52, 36, 0.025) 1px, transparent 1px),
    #f8faf9;
  background-size: 52px 52px;
}

.about-section-heading {
  max-width: 960px;
}

.about-section-heading h2,
.about-network-copy h2,
.about-final-cta h2 {
  margin: 0 0 20px;
  color: var(--about-ink);
  font-size: clamp(2.1rem, 4.6vw, 4.35rem);
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.about-section-heading > p:last-child,
.about-network-copy > p {
  max-width: 880px;
  margin: 0;
  color: var(--about-muted);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.72;
}

.about-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.about-fact-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--about-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(13, 52, 36, 0.08);
}

.about-fact-grid article::after {
  position: absolute;
  right: -44px;
  bottom: -64px;
  width: 180px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--about-green);
  opacity: 0.06;
}

.about-fact-grid article:nth-child(2)::after { background: var(--about-blue); }
.about-fact-grid article:nth-child(3)::after { background: var(--about-gold); }

.about-fact-grid article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 50%;
  background: rgba(26, 159, 97, 0.1);
  color: var(--about-green-dark);
  font-size: 0.7rem;
  font-weight: 800;
}

.about-fact-grid article > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--about-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.about-fact-grid article > p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin: 14px 0 0;
  color: var(--about-muted);
  font-weight: 650;
  line-height: 1.5;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 46px;
  padding: 18px 0;
}

.about-timeline-line {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 145px;
  width: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(26, 159, 97, 0.1);
}

.about-timeline-line i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(var(--about-green), var(--about-teal), var(--about-blue));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-timeline.is-visible .about-timeline-line i {
  transform: scaleY(1);
}

.about-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 118px 56px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 0 0 38px;
}

.about-timeline article:last-child { padding-bottom: 0; }

.about-timeline-year {
  padding-top: 20px;
  color: var(--about-green-dark);
  font-size: 1.1rem;
  font-weight: 800;
  text-align: right;
}

.about-timeline-dot {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  margin: 21px auto 0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--about-green);
  box-shadow:
    0 0 0 5px rgba(26, 159, 97, 0.12),
    0 8px 20px rgba(13, 52, 36, 0.14);
}

.about-timeline article > div:last-child {
  padding: 24px 30px;
  border: 1px solid var(--about-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(13, 52, 36, 0.06);
}

.about-timeline h3,
.about-method-flow h3,
.about-sector-grid h3,
.about-value-grid h3 {
  margin: 0 0 9px;
  color: var(--about-ink);
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
}

.about-timeline p,
.about-method-flow p,
.about-sector-grid p,
.about-value-grid p {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.65;
}

.about-method-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 46px;
}

.about-method-flow article {
  position: relative;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--about-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(13, 52, 36, 0.07);
}

.about-method-flow article > span {
  display: block;
  color: rgba(13, 52, 36, 0.36);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-method-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 34px 0 30px;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--about-green), var(--about-green-dark));
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 159, 97, 0.2);
  font-size: 1.8rem;
  animation: aboutIconPulse 4s ease-in-out infinite;
}

.about-method-flow article:nth-of-type(2) .about-method-icon {
  background: linear-gradient(145deg, var(--about-teal), #217b70);
  animation-delay: -1s;
}

.about-method-flow article:nth-of-type(3) .about-method-icon {
  background: linear-gradient(145deg, var(--about-blue), #285595);
  animation-delay: -2s;
}

.about-method-flow article:nth-of-type(4) .about-method-icon {
  background: linear-gradient(145deg, var(--about-gold), #ad7420);
  animation-delay: -3s;
}

.about-method-flow > i {
  display: grid;
  place-items: center;
  color: var(--about-green);
  font-size: 1.5rem;
  font-style: normal;
  animation: aboutArrowNudge 1.7s ease-in-out infinite;
}

.about-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.about-sector-grid article {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--about-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(13, 52, 36, 0.08);
}

.about-sector-grid article::after {
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 190px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: currentColor;
  opacity: 0.06;
}

.about-sector-poultry { color: var(--about-green); }
.about-sector-ruminant { color: var(--about-blue); }
.about-sector-aqua { color: var(--about-teal); }

.about-sector-grid img {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 26px;
  padding: 14px;
  border-radius: 26px;
  background: color-mix(in srgb, currentColor 10%, white);
  object-fit: contain;
  transition: transform 0.35s ease;
}

.about-sector-grid article:hover img {
  transform: translateY(-5px) rotate(-3deg);
}

.about-sector-grid article > span {
  position: absolute;
  top: 30px;
  right: 30px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-sector-grid h3 {
  color: var(--about-ink);
}

.about-sector-grid p {
  position: relative;
  z-index: 1;
  min-height: 106px;
}

.about-sector-grid a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 24px;
  color: currentColor;
  font-weight: 800;
  text-decoration: none;
}

.about-sector-grid a::after {
  margin-left: 8px;
  content: "→";
  transition: transform 0.2s ease;
}

.about-sector-grid a:hover::after {
  transform: translateX(4px);
}

.about-network-section {
  display: grid;
  overflow: hidden;
  min-height: 570px;
  grid-template-columns: minmax(340px, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 95px);
  padding: clamp(40px, 6vw, 72px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 8%, rgba(45, 159, 145, 0.2), transparent 29%),
    radial-gradient(circle at 8% 100%, rgba(57, 112, 200, 0.13), transparent 26%),
    linear-gradient(135deg, #0d3224, #123f2e);
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(13, 52, 36, 0.24);
}

.about-network-copy {
  position: relative;
  z-index: 2;
}

.about-network-copy .section-kicker { color: #75e3b0; }
.about-network-copy h2 { color: #ffffff; }
.about-network-copy > p { color: rgba(255, 255, 255, 0.7); }

.about-network-copy .secondary-link {
  display: inline-flex;
  margin-top: 30px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.about-network-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.about-network-ring {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.about-network-ring-one {
  width: min(88%, 420px);
  aspect-ratio: 1;
  animation: aboutOrbitSpin 24s linear infinite;
}

.about-network-ring-two {
  width: min(60%, 290px);
  aspect-ratio: 1;
  border-color: rgba(117, 227, 176, 0.25);
  animation: aboutOrbitSpin 16s linear infinite reverse;
}

.about-network-center {
  position: relative;
  z-index: 3;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.2),
    0 0 0 14px rgba(117, 227, 176, 0.05);
  backdrop-filter: blur(12px);
}

.about-network-center img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.about-network-center strong {
  margin-top: 5px;
  color: #ffffff;
}

.about-network-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
  animation: aboutNodeFloat 4.6s ease-in-out infinite;
}

.about-node-science { top: 4%; left: 31%; }
.about-node-partners { top: 42%; right: -1%; animation-delay: -1.1s; }
.about-node-field { right: 24%; bottom: 3%; animation-delay: -2.2s; }
.about-node-support { top: 45%; left: -1%; animation-delay: -3.3s; }

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.about-value-grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--about-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(13, 52, 36, 0.07);
}

.about-value-grid article > span {
  display: inline-flex;
  margin-bottom: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26, 159, 97, 0.09);
  color: var(--about-green-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  padding: clamp(40px, 6vw, 70px);
  border-radius: 35px;
  background:
    radial-gradient(circle at 88% 0%, rgba(45, 159, 145, 0.22), transparent 29%),
    linear-gradient(135deg, var(--about-green-dark), #0b4931);
  color: #ffffff;
  box-shadow: 0 28px 82px rgba(13, 52, 36, 0.23);
}

.about-final-cta > div { max-width: 780px; }
.about-final-cta .section-kicker { color: #89ecc0; }
.about-final-cta h2 { color: #ffffff; }

.about-final-cta p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.about-final-cta .primary-link {
  flex: 0 0 auto;
  background: #ffffff;
  color: var(--about-green-dark);
  box-shadow: none;
}

.visual-about-page.about-effects-ready [data-about-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.visual-about-page.about-effects-ready [data-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes aboutOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes aboutFactFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes aboutIconPulse {
  0%, 100% { transform: scale(0.96) rotate(-2deg); }
  50% { transform: scale(1.03) rotate(2deg); }
}

@keyframes aboutArrowNudge {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(4px); }
}

@keyframes aboutNodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1120px) {
  .visual-about-page .about-hero.about-upgrade-hero {
    grid-template-columns: 1fr;
  }

  .about-hero-copy { max-width: 820px; }

  .about-hero-collage {
    width: min(100%, 760px);
    min-height: 560px;
  }

  .about-method-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .about-method-flow > i {
    display: none;
  }

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

  .about-network-copy { max-width: 820px; }

  .about-network-visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .visual-about-page .about-visual-hero {
    min-height: auto;
  }

  .visual-about-page .about-hero.about-upgrade-hero {
    min-height: auto;
    padding-top: 58px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.7rem, 10vw, 4.5rem);
  }

  .about-hero-collage {
    min-height: 490px;
  }

  .about-fact-grid,
  .about-sector-grid,
  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .about-fact-grid article { min-height: 205px; }

  .about-timeline-line { left: 29px; }

  .about-timeline article {
    grid-template-columns: 58px 1fr;
  }

  .about-timeline-year {
    grid-column: 2;
    padding: 0 0 8px;
    text-align: left;
  }

  .about-timeline-dot {
    grid-row: 1 / span 2;
    grid-column: 1;
    margin-top: 7px;
  }

  .about-timeline article > div:last-child {
    grid-column: 2;
    padding: 22px;
  }

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

  .about-method-flow > i {
    display: grid;
    min-height: 38px;
    transform: rotate(90deg);
  }

  .about-method-flow article { min-height: 270px; }

  .about-sector-grid article { min-height: 350px; }
  .about-sector-grid p { min-height: auto; }

  .about-network-section {
    padding: 36px 24px;
  }

  .about-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-final-cta .primary-link { width: 100%; }
}

@media (max-width: 520px) {
  .about-hero-points { gap: 7px; }

  .about-hero-points span {
    padding: 8px 10px;
    font-size: 0.71rem;
  }

  .about-hero-collage {
    min-height: 400px;
  }

  .about-collage-main {
    left: 0;
    width: 76%;
    height: 70%;
  }

  .about-collage-small {
    width: 42%;
    height: 31%;
  }

  .about-floating-fact {
    min-width: 102px;
    padding: 11px 13px;
  }

  .about-floating-fact strong { font-size: 1.08rem; }
  .about-floating-fact small { font-size: 0.62rem; }

  .about-visual-content {
    gap: 80px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 34px 34px;
  }

  .about-section-heading h2,
  .about-network-copy h2,
  .about-final-cta h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .about-fact-grid article,
  .about-timeline article > div:last-child,
  .about-method-flow article,
  .about-sector-grid article,
  .about-value-grid article {
    border-radius: 22px;
  }

  .about-network-section {
    margin-right: -6px;
    margin-left: -6px;
    border-radius: 28px;
  }

  .about-network-visual {
    min-height: 380px;
    transform: scale(0.9);
  }

  .about-node-science { top: 2%; left: 25%; }
  .about-node-partners { right: -5%; }
  .about-node-field { right: 18%; }
  .about-node-support { left: -5%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-collage-orbit,
  .about-floating-fact,
  .about-method-icon,
  .about-method-flow > i,
  .about-network-ring,
  .about-network-node {
    animation: none !important;
  }

  .visual-about-page.about-effects-ready [data-about-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-timeline-line i {
    transform: none;
    transition: none;
  }
}
