/*
Theme Name: Euro Suministros Home 1.0.18
Theme URI: https://example.com/
Author: Euro Suministros
Description: Home funcional para Euro Suministros basado en el visual principal.
Version: 1.0.18
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: euro-suministros
*/

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/poppins-regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/poppins-bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/poppins-bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/poppins-bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue LT Std";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/helvetica-neue-lt-std-roman.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Chunky Funks";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/chunky-funks.ttf") format("truetype");
}

:root {
  --blue: #0757f5;
  --blue-dark: #0141d2;
  --sky: #59c9f8;
  --orange: #ff9416;
  --orange-deep: #ff5f00;
  --text: #656565;
  --dark: #222222;
  --footer: #242424;
  --footer-bottom: #151515;
  --soft: #f2f7fa;
  --white: #ffffff;
  --container: 1060px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 72px clamp(20px, 7vw, 140px) 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 34px;
  max-width: 980px;
  margin: 0 auto;
}

.site-header--dark .search-button,
.site-header--dark .menu-toggle {
  color: var(--blue);
}

.site-logo img {
  width: 190px;
  aspect-ratio: 6042 / 2950;
  object-fit: contain;
}

.site-nav {
  justify-self: center;
  width: min(100%, 535px);
}

.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 13px 26px;
  list-style: none;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(245, 105, 0, 0.14);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  font-weight: 800;
}

.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.search-button,
.menu-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.search-button svg,
.menu-toggle svg {
  width: 27px;
  height: 27px;
}

.menu-toggle {
  display: none;
}

.home-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: 190px 20px 92px;
  color: var(--white);
  background: #ff9c16;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.home-hero::before {
  display: none;
}

.home-hero::after {
  z-index: 1;
  bottom: -176px;
  width: 125vw;
  height: 230px;
  background: var(--white);
  border-radius: 50% 50% 0 0;
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(290px, 520px) minmax(300px, 560px);
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 60px);
  max-width: 1050px;
  margin: 0 auto;
}

.hero-stage {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
}

.hero-product {
  width: 100%;
  margin-left: auto;
  mix-blend-mode: normal;
  filter: drop-shadow(0 22px 20px rgba(123, 47, 0, 0.28));
}

.hero-badge {
  position: absolute;
  z-index: 2;
  top: 22%;
  left: -22%;
  width: min(44%, 185px);
  border-radius: 22px;
  filter: drop-shadow(0 14px 16px rgba(78, 30, 0, 0.28));
}

.hero-copy {
  align-self: center;
}

.hero-eyebrow {
  margin: 0 0 -12px;
  font-size: clamp(2.3rem, 4.2vw, 4.25rem);
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 1;
}

.hero-title {
  margin: 0;
  color: var(--white);
  font-family: "Chunky Funks", "Poppins", Arial, sans-serif;
  font-size: clamp(5.8rem, 11vw, 11.8rem);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-title-art {
  width: min(100%, 520px);
}

.hero-tag {
  display: inline-flex;
  margin-top: 24px;
  padding: 5px 18px;
  color: var(--white);
  background: #0f8ef0;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  transform: skew(-14deg);
}

.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 72px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.hero-dots span:first-child {
  background: var(--white);
}

.section {
  padding: 76px 20px;
}

.section__inner {
  max-width: var(--container);
  margin: 0 auto;
}

.section-title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.section-title span,
.gradient-text {
  color: var(--sky);
}

.section-lead {
  max-width: 560px;
  margin: 28px auto 0;
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
}

.seeds {
  padding-top: 70px;
}

.seed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  max-width: 900px;
  margin: 70px auto 88px;
}

.seed-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.seed-card__image {
  display: grid;
  place-items: end center;
  width: 100%;
  height: 175px;
}

.seed-card__image img {
  width: auto;
  max-width: 118%;
  max-height: 175px;
  object-fit: contain;
}

.seed-card h3 {
  margin: 16px 0 8px;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  font-weight: 900;
  line-height: 0.95;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 4px 11px;
  color: var(--blue);
  background: var(--sky);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pill-link:hover,
.pill-link:focus-visible {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(7, 87, 245, 0.22);
  transform: translateY(-1px);
}

.divider {
  height: 2px;
  max-width: 1125px;
  margin: 0 auto;
  background: #d7d7d7;
}

.products {
  position: relative;
  overflow: visible;
  padding-top: 112px;
  padding-bottom: 118px;
}

.products-heading {
  position: relative;
  z-index: 1;
  margin: 0 auto 28px;
  max-width: 960px;
  color: transparent;
  background: linear-gradient(90deg, #0757f5 0%, #0757f5 52%, #2faed3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(4.7rem, 10vw, 9.8rem);
  font-weight: 900;
  line-height: 0.84;
}

.products-heading span {
  color: #2ea5d3;
}

.products-feature {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 640px) minmax(260px, 360px);
  align-items: center;
  gap: 38px;
  max-width: 1040px;
  margin: -74px auto 0;
}

.products-feature img,
.product-farmer {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.product-farmer {
  position: relative;
  z-index: 3;
  display: block;
  max-width: none;
  overflow: visible;
  border-radius: 0;
  clip-path: none;
  transform: translate3d(0, var(--farmer-parallax, 0px), 0);
  transition: transform 120ms linear;
  will-change: transform;
}

.products-copy h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.82;
}

.products-copy h2 span {
  color: var(--sky);
}

.products-copy p {
  margin: 0 0 24px;
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  min-height: 42px;
  padding: 8px 24px;
  color: var(--blue);
  background: var(--sky);
  border-radius: 999px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(7, 87, 245, 0.28);
  transform: translateY(-2px);
}

.marangatu {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 92px 20px 88px;
  color: var(--white);
  background: var(--white);
}

.marangatu-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.marangatu__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(300px, 500px);
  align-items: center;
  justify-content: center;
  gap: 58px;
  max-width: 1060px;
  margin: 0 auto;
}

.marangatu-art {
  width: min(100%, 560px);
  justify-self: end;
}

.marangatu-copy p {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 400;
  line-height: 1;
}

.marangatu-copy h2 {
  margin: 0 0 34px;
  color: var(--white);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.82;
}

.brands {
  padding: 68px 20px 76px;
  background: var(--white);
}

.brand-cloud {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  overflow: visible;
}

.brand-cloud img {
  width: min(100%, 980px);
  height: auto;
  object-fit: contain;
  opacity: 0.78;
}

.site-footer {
  color: var(--white);
  background: var(--footer);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(220px, 1fr) minmax(160px, 240px);
  align-items: start;
  gap: 58px;
  max-width: 850px;
  margin: 0 auto;
  padding: 92px 20px 82px;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 120px;
  overflow: visible;
}

.site-footer__logo {
  display: block;
  width: min(100%, 280px);
  height: auto;
  object-fit: contain;
}

.footer-block h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.footer-block p,
.footer-nav a {
  margin: 0;
  color: var(--white);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-social {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--white);
  pointer-events: auto;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--sky);
  transform: translateY(-1px);
}

.footer-social svg {
  width: 23px;
  height: 23px;
}

.footer-nav {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__bottom {
  padding: 27px 20px;
  background: var(--footer-bottom);
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-about {
  position: relative;
  overflow: hidden;
  background: var(--white);
  scroll-margin-top: 90px;
}

.home-about__intro {
  position: relative;
  z-index: 2;
  padding: 116px 20px 48px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--white) 28%),
    linear-gradient(105deg, #0757f5 0%, #39b6dc 100%);
}

.home-about__inner {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(320px, 430px);
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 7vw, 86px);
  max-width: 1040px;
  margin: 0 auto 70px;
}

.home-about__logo {
  width: min(100%, 370px);
}

.home-about__copy p {
  margin: 0 0 22px;
  color: #5f5f5f;
  font-size: clamp(1rem, 1.45vw, 1.55rem);
  font-weight: 500;
  line-height: 1.24;
}

.home-about__timeline {
  display: grid;
  grid-template-columns: minmax(210px, 330px) minmax(300px, 560px);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 54px;
  background: var(--white);
  border: 3px solid var(--blue);
  border-left-color: var(--sky);
  border-radius: 26px;
}

.home-about__year span {
  display: block;
  margin-bottom: 0;
  color: var(--sky);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
}

.home-about__year strong {
  display: block;
  color: var(--blue);
  font-size: clamp(5.2rem, 8vw, 7.4rem);
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
}

.home-about__timeline p {
  margin: 0;
  color: #5f5f5f;
  font-size: clamp(0.98rem, 1.4vw, 1.35rem);
  font-weight: 500;
  line-height: 1.18;
}

.home-about__people {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -2px;
  background: linear-gradient(100deg, #0757f5 0%, #176cf0 54%, #41bce2 100%);
}

.home-about__people img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.home-purpose {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.home-about__cards {
  display: grid;
  gap: 24px;
  max-width: 690px;
  margin: 0 auto;
  padding: 58px 20px 0;
}

.home-about-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  overflow: hidden;
  min-height: 210px;
  background: var(--blue);
  border-radius: 0 26px 26px 0;
}

.home-about-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-card > div {
  display: grid;
  align-content: center;
  padding: 32px 42px;
}

.home-about-card h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.home-about-card p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 500;
  line-height: 1.15;
}

.home-values {
  padding: 66px 20px 110px;
  text-align: center;
}

.home-values h2 {
  margin: 0 0 34px;
  color: transparent;
  background: linear-gradient(90deg, #0757f5 0%, #0757f5 55%, #35b5da 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 900;
  line-height: 0.82;
}

.home-values__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
}

.home-value-card {
  display: grid;
  place-items: center;
  gap: 8px;
  width: 122px;
  min-height: 122px;
  padding: 14px 10px;
  color: var(--white);
  background: #70a23a;
  border-radius: 14px;
  text-align: center;
}

.home-value-card svg {
  width: 48px;
  height: 48px;
}

.home-value-card span {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.05;
}

.page-shell {
  overflow: hidden;
  background: var(--white);
}

.page-hero {
  padding: 190px 20px 88px;
}

.page-hero--seeds {
  background: #eff8fc;
}

.page-hero__inner {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(320px, 560px);
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 7vw, 104px);
  max-width: 1120px;
  margin: 0 auto;
}

.page-hero__image {
  justify-self: end;
  width: min(100%, 430px);
  filter: drop-shadow(0 24px 28px rgba(14, 62, 122, 0.12));
}

.page-hero__copy h1,
.products-page-hero__copy h1 {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.page-hero__copy h1 span {
  color: var(--sky);
}

.page-hero__copy p,
.products-page-hero__copy p {
  max-width: 520px;
  margin: 0;
  color: #646464;
  font-size: clamp(1.1rem, 1.7vw, 1.8rem);
  font-weight: 500;
  line-height: 1.18;
}

.catalog-section {
  padding: 92px 20px 112px;
  background: var(--white);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px 52px;
  max-width: 1040px;
  margin: 0 auto;
}

.catalog-grid--products {
  max-width: 980px;
  gap: 70px 70px;
}

.catalog-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  text-align: center;
}

.catalog-card__media {
  display: grid;
  place-items: end center;
  width: 100%;
  min-height: 245px;
}

.catalog-card__media img {
  width: auto;
  max-width: 100%;
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.1));
}

.catalog-card--product .catalog-card__media {
  min-height: 230px;
}

.catalog-card--product .catalog-card__media img {
  max-height: 230px;
}

.catalog-card h2 {
  margin: 22px 0 6px;
  color: var(--blue);
  font-size: clamp(1.65rem, 2.5vw, 2.7rem);
  font-weight: 900;
  line-height: 0.96;
}

.catalog-card p {
  margin: 0 0 10px;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.blue-cta-band {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  color: var(--white);
  background: linear-gradient(100deg, #0757f5 0%, #146cf2 55%, #54c6f5 100%);
}

.blue-cta-band::before,
.blue-cta-band::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 9px solid rgba(0, 59, 185, 0.24);
  pointer-events: none;
}

.blue-cta-band::before {
  left: -90px;
  top: -120px;
  width: 520px;
  height: 320px;
}

.blue-cta-band::after {
  right: -130px;
  bottom: -170px;
  width: 620px;
  height: 330px;
}

.blue-cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(280px, 560px);
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 7vw, 92px);
  max-width: 1060px;
  margin: 0 auto;
}

.blue-cta-band__inner img {
  justify-self: end;
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.18));
}

.blue-cta-band__inner span {
  display: block;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 0.9;
}

.blue-cta-band__inner h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  font-weight: 900;
  line-height: 0.82;
}

.products-page-hero {
  padding: 188px 20px 80px;
  background: var(--white);
}

.products-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(360px, 640px);
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 68px);
  max-width: 1130px;
  margin: 0 auto;
}

.products-page-hero__copy h1 {
  color: transparent;
  background: linear-gradient(90deg, #0757f5 0%, #0757f5 54%, #4fc2f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(5.2rem, 10vw, 10.2rem);
  line-height: 0.82;
}

.products-page-hero__image {
  justify-self: end;
  width: min(100%, 620px);
  filter: drop-shadow(0 26px 30px rgba(12, 67, 135, 0.16));
}

.catalog-section--products {
  padding-top: 72px;
}

.blue-cta-band--products .blue-cta-band__inner img {
  max-height: 300px;
}

.about-page {
  background: var(--white);
}

.about-intro {
  padding: 190px 20px 88px;
  color: var(--white);
  background: linear-gradient(118deg, #0757f5 0%, #1469f3 58%, #59c9f8 100%);
}

.about-intro__inner {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(320px, 560px);
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 7vw, 92px);
  max-width: 1050px;
  margin: 0 auto 72px;
}

.about-logo {
  justify-self: end;
  width: min(100%, 360px);
  filter: drop-shadow(0 22px 30px rgba(0, 44, 122, 0.2));
}

.about-copy p {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  font-weight: 500;
  line-height: 1.28;
}

.timeline-card {
  display: grid;
  grid-template-columns: minmax(160px, 250px) minmax(280px, 620px);
  align-items: center;
  gap: clamp(26px, 5vw, 68px);
  max-width: 970px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  color: var(--blue);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 43, 126, 0.18);
}

.timeline-card span {
  display: block;
  color: var(--sky);
  font-size: clamp(1.3rem, 2vw, 2.3rem);
  font-weight: 900;
  line-height: 0.95;
}

.timeline-card strong {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-size: clamp(4.4rem, 9vw, 9rem);
  font-weight: 900;
  line-height: 0.78;
}

.timeline-card p {
  margin: 0;
  color: #646464;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.22;
}

.about-people {
  padding: 0 20px;
  background: linear-gradient(180deg, #f2f8fb 0%, #ffffff 64%);
}

.about-people img {
  width: min(100%, 1040px);
  max-height: 470px;
  margin: -42px auto 0;
  border-radius: 0 0 8px 8px;
  object-fit: cover;
  object-position: center 34%;
  box-shadow: 0 24px 52px rgba(30, 80, 128, 0.16);
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 90px 20px 70px;
}

.mission-vision article {
  display: grid;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
  min-height: 300px;
  border-radius: 8px;
  background: #f4f9fc;
  box-shadow: 0 20px 48px rgba(38, 76, 118, 0.1);
}

.mission-vision img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-vision article > div {
  display: grid;
  align-content: center;
  padding: 30px;
}

.mission-vision h2,
.values-section h2 {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.mission-vision p {
  margin: 0;
  color: #656565;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.values-section {
  padding: 74px 20px 100px;
  background: var(--white);
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 34px auto 0;
}

.value-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 26px 14px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  background: #f2f8fb;
  border-radius: 8px;
}

.value-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--sky);
  border-radius: 999px;
  font-size: 25px;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pill-link,
  .cta,
  .product-farmer,
  .reveal-on-scroll {
    transition: none;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .product-farmer {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-top: 30px;
  }

  .site-header__inner {
    grid-template-columns: 180px 1fr 42px;
    gap: 16px;
  }

  .site-logo img {
    width: 165px;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    width: 100%;
    padding: 28px;
    background: rgba(255, 139, 17, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav ul {
    display: grid;
    width: min(100%, 320px);
    gap: 12px;
    padding: 28px;
    border-radius: 24px;
  }

  .site-nav a {
    justify-content: center;
    min-height: 44px;
    font-size: 17px;
  }

  .menu-toggle {
    position: relative;
    z-index: 25;
    display: inline-grid;
    justify-self: end;
  }

  .search-button {
    display: none;
  }

  .home-hero {
    padding-top: 120px;
  }

  .home-hero__inner,
  .home-about__inner,
  .home-about__timeline,
  .products-feature,
  .marangatu__inner,
  .site-footer__main,
  .page-hero__inner,
  .products-page-hero__inner,
  .about-intro__inner,
  .timeline-card,
  .blue-cta-band__inner {
    grid-template-columns: 1fr;
  }

  .hero-product,
  .hero-stage,
  .marangatu-art,
  .page-hero__image,
  .products-page-hero__image,
  .about-logo,
  .blue-cta-band__inner img {
    justify-self: center;
  }

  .hero-copy,
  .home-about__copy,
  .home-about__timeline,
  .products-copy,
  .marangatu-copy,
  .page-hero__copy,
  .products-page-hero__copy,
  .about-copy,
  .timeline-card,
  .blue-cta-band__inner {
    text-align: center;
  }

  .products-heading {
    text-align: center;
  }

  .products-feature {
    margin-top: 0;
  }

  .home-about__intro {
    padding-top: 90px;
  }

  .home-about__inner {
    margin-bottom: 46px;
  }

  .home-about__timeline {
    padding: 28px;
  }

  .home-about__people img {
    min-height: 360px;
  }

  .page-hero,
  .products-page-hero,
  .about-intro {
    padding-top: 138px;
  }

  .catalog-grid,
  .catalog-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 34px;
  }

  .mission-vision,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header__inner {
    grid-template-columns: 1fr 48px;
  }

  .site-logo img {
    width: 150px;
  }

  .site-header--dark .site-nav {
    background: rgba(242, 248, 252, 0.98);
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 118px;
  }

  .home-hero__inner {
    gap: 8px;
  }

  .hero-copy {
    order: -1;
  }

  .hero-eyebrow {
    letter-spacing: 5px;
  }

  .hero-dots {
    bottom: 58px;
  }

  .section {
    padding: 56px 18px;
  }

  .section-lead,
  .products-copy p {
    font-size: 16px;
  }

  .home-about__intro {
    padding: 62px 18px 38px;
  }

  .home-about__inner {
    gap: 26px;
    margin-bottom: 34px;
  }

  .home-about__logo {
    max-width: 285px;
  }

  .home-about__copy p,
  .home-about__timeline p,
  .home-about-card p {
    font-size: 15px;
  }

  .home-about__timeline {
    gap: 18px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .home-about__year strong {
    font-size: clamp(4.3rem, 18vw, 6rem);
  }

  .home-about__people img {
    min-height: 300px;
    object-position: center top;
  }

  .home-about__cards {
    gap: 18px;
    padding-top: 42px;
  }

  .home-about-card {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .home-about-card img {
    height: 185px;
  }

  .home-about-card > div {
    padding: 26px 24px;
  }

  .home-values {
    padding: 52px 18px 72px;
  }

  .home-values h2 {
    font-size: clamp(4.1rem, 18vw, 6.2rem);
  }

  .home-values__grid {
    gap: 14px;
  }

  .home-value-card {
    width: 112px;
    min-height: 112px;
  }

  .seed-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 42px auto 58px;
  }

  .seed-card__image {
    height: 112px;
  }

  .products {
    padding-top: 60px;
    padding-bottom: 76px;
  }

  .products-heading {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .marangatu {
    min-height: auto;
    padding-top: 64px;
  }

  .brands {
    padding: 52px 18px 58px;
  }

  .page-hero,
  .products-page-hero,
  .about-intro {
    padding: 120px 18px 62px;
  }

  .page-hero__inner,
  .products-page-hero__inner,
  .about-intro__inner {
    gap: 28px;
  }

  .page-hero__copy h1,
  .products-page-hero__copy h1 {
    font-size: clamp(3.2rem, 16vw, 5.8rem);
  }

  .page-hero__copy p,
  .products-page-hero__copy p,
  .about-copy p {
    font-size: 16px;
  }

  .catalog-section,
  .catalog-section--products {
    padding: 56px 18px 72px;
  }

  .catalog-grid,
  .catalog-grid--products {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .catalog-card__media,
  .catalog-card--product .catalog-card__media {
    min-height: 210px;
  }

  .catalog-card__media img,
  .catalog-card--product .catalog-card__media img {
    max-height: 210px;
  }

  .blue-cta-band {
    padding: 56px 18px;
  }

  .blue-cta-band__inner img {
    max-height: 240px;
  }

  .about-intro__inner {
    margin-bottom: 44px;
  }

  .timeline-card {
    padding: 28px 20px;
  }

  .about-people img {
    margin-top: -22px;
    max-height: 360px;
  }

  .mission-vision {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 18px 44px;
  }

  .mission-vision article {
    grid-template-columns: 1fr;
  }

  .mission-vision img {
    height: 220px;
  }

  .values-section {
    padding: 52px 18px 68px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__main {
    justify-items: center;
    gap: 34px;
    text-align: center;
    padding: 60px 20px;
  }

  .site-footer__logo {
    width: 220px;
  }

  .footer-social {
    justify-content: center;
  }
}
