:root {
  --forest-950: #0d281d;
  --forest-900: #123426;
  --forest-800: #163b2b;
  --forest-700: #28533d;
  --leaf-500: #6e9f52;
  --lime-400: #b9d35c;
  --lime-300: #c9df79;
  --cream-100: #f4f0e6;
  --cream-50: #faf8f2;
  --white: #ffffff;
  --charcoal: #1a2520;
  --muted: #65716a;
  --line: rgba(22, 59, 43, 0.16);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 64px rgba(13, 40, 29, 0.12);
  --shell: min(1280px, calc(100vw - 64px));
  --sans:
    "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display:
    Futura, "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cream-50);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lime-400);
  outline-offset: 4px;
}

::selection {
  background: var(--lime-400);
  color: var(--forest-950);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--forest-900);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.04;
}

h1 {
  font-size: clamp(3rem, 6.7vw, 6.5rem);
}

h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.75rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.shell {
  margin-inline: auto;
  width: var(--shell);
}

.skip-link {
  background: var(--lime-400);
  color: var(--forest-950);
  font-weight: 700;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -100px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  background: rgba(13, 40, 29, 0.97);
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.brand {
  align-items: center;
  display: flex;
  height: 100%;
  margin-right: auto;
  overflow: visible;
  width: 160px;
}

.brand img {
  display: block;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  width: 150px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.1vw, 34px);
  margin-right: 30px;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--white);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.105em;
  min-height: 48px;
  padding: 12px 22px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-lime {
  background: var(--lime-400);
  color: var(--forest-950);
}

.button-lime:hover {
  background: var(--lime-300);
}

.button-forest {
  background: var(--forest-800);
  color: var(--white);
}

.button-forest:hover {
  background: var(--forest-700);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

.button-ghost {
  border-color: var(--line);
  color: var(--forest-800);
}

.button-ghost:hover {
  border-color: var(--forest-800);
}

.mobile-menu {
  display: none;
}

.home-hero {
  --hero-copy-opacity: 1;
  --hero-copy-y: 0px;
  --hero-pointer-x: 0px;
  --hero-pointer-y: 0px;
  --hero-scroll-y: 0px;
  background:
    linear-gradient(
      90deg,
      rgba(13, 40, 29, 1) 0%,
      rgba(13, 40, 29, 0.98) 44%,
      rgba(13, 40, 29, 0.58) 74%,
      rgba(13, 40, 29, 0.34) 100%
    ),
    var(--forest-950);
  color: var(--white);
  min-height: min(820px, calc(100svh - 78px));
  overflow: hidden;
  position: relative;
}

.home-hero::before {
  animation: royal-hero-glow 8s ease-in-out infinite alternate;
  background: radial-gradient(circle, rgba(185, 211, 92, 0.2), transparent 68%);
  border-radius: 50%;
  content: "";
  height: min(54vw, 760px);
  left: 30%;
  pointer-events: none;
  position: absolute;
  top: -38%;
  width: min(54vw, 760px);
  z-index: 1;
}

.hero-image {
  animation: royal-image-reveal 1.25s cubic-bezier(0.22, 1, 0.36, 1) both;
  inset: 0;
  overflow: hidden;
  position: absolute;
  transform: translate3d(
    var(--hero-pointer-x),
    calc(var(--hero-pointer-y) + var(--hero-scroll-y)),
    0
  );
  transition: transform 180ms linear;
  will-change: clip-path, transform;
}

.hero-image::before {
  animation: royal-image-light 1.6s 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
  background: linear-gradient(
    104deg,
    transparent 35%,
    rgba(255, 255, 255, 0.16) 48%,
    transparent 62%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  z-index: 2;
}

.hero-image::after {
  background:
    linear-gradient(0deg, rgba(6, 22, 15, 0.42), transparent 46%),
    linear-gradient(
      90deg,
      rgba(6, 22, 15, 0.92) 0%,
      rgba(8, 29, 20, 0.78) 31%,
      rgba(10, 34, 24, 0.32) 60%,
      rgba(10, 34, 24, 0.08) 100%
    );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-image img {
  filter: saturate(1.08) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  width: 100%;
}

.hero-image-badge {
  align-items: center;
  animation: royal-badge-enter 700ms 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  backdrop-filter: blur(14px);
  background: rgba(13, 40, 29, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 42px;
  color: var(--white);
  display: grid;
  gap: 1px 12px;
  grid-template-columns: 9px 1fr;
  padding: 15px 19px;
  position: absolute;
  right: 38px;
  z-index: 3;
}

.hero-image-badge i {
  animation: royal-badge-dot 2s ease-in-out infinite;
  background: var(--lime-400);
  border-radius: 50%;
  grid-row: 1 / 3;
  height: 8px;
  width: 8px;
}

.hero-image-badge span,
.hero-image-badge strong {
  line-height: 1.25;
}

.hero-image-badge span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-image-badge strong {
  font-size: 0.88rem;
}

.hero-ambient {
  border: 1px solid rgba(185, 211, 92, 0.14);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-ambient-one {
  animation: royal-ring-drift 9s ease-in-out infinite;
  height: 380px;
  left: -220px;
  top: 12%;
  width: 380px;
}

.hero-ambient-two {
  animation: royal-ring-drift 11s -4s ease-in-out infinite reverse;
  bottom: -210px;
  height: 430px;
  left: 28%;
  width: 430px;
}

.hero-content {
  align-items: center;
  display: flex;
  min-height: min(820px, calc(100svh - 78px));
  padding-block: 88px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 810px;
  opacity: var(--hero-copy-opacity);
  transform: translate3d(0, var(--hero-copy-y), 0);
  will-change: opacity, transform;
}

.eyebrow {
  color: var(--leaf-500);
  font-size: 0.76rem;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--lime-400);
}

.hero-copy h1 {
  color: var(--white);
  font-size: clamp(3.15rem, 6vw, 6.35rem);
  margin-bottom: 30px;
  max-width: 900px;
}

.hero-copy h1 > span {
  display: block;
}

.hero-title-line {
  color: var(--white);
  overflow: hidden;
}

.hero-title-line > span {
  animation: royal-title-line 900ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
  display: block;
}

.hero-title-line:nth-child(2) > span {
  animation-delay: 260ms;
}

.hero-title-accent {
  color: var(--lime-400);
  font-family: var(--display);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.6;
  max-width: 690px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  margin: 20px 0 0;
}

.hero-scroll {
  align-items: center;
  bottom: 34px;
  display: flex;
  gap: 12px;
  left: max(32px, calc((100vw - min(1280px, calc(100vw - 64px))) / 2));
  position: absolute;
  z-index: 4;
}

.hero-scroll span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scroll i {
  background: rgba(255, 255, 255, 0.22);
  height: 1px;
  overflow: hidden;
  position: relative;
  width: 66px;
}

.hero-scroll i::after {
  animation: royal-scroll-line 2s ease-in-out infinite;
  background: var(--lime-400);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
}

.proof-strip {
  background: var(--lime-400);
  color: var(--forest-950);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid span {
  align-items: center;
  border-right: 1px solid rgba(13, 40, 29, 0.22);
  display: flex;
  font-size: 0.77rem;
  font-family: var(--display);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 74px;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
}

.proof-grid span:first-child {
  border-left: 1px solid rgba(13, 40, 29, 0.22);
}

.section {
  padding-block: clamp(88px, 10vw, 150px);
}

.section-cream {
  background: var(--cream-100);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  margin-bottom: clamp(50px, 7vw, 94px);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.section-heading.compact {
  align-items: end;
}

.section-heading.compact .text-link {
  justify-self: end;
}

.text-link {
  align-items: center;
  color: var(--forest-800);
  display: inline-flex;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.075em;
  padding-block: 5px;
  position: relative;
  text-transform: uppercase;
}

.text-link::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 200ms ease;
  width: 100%;
}

.text-link:hover::after {
  transform: scaleX(1);
}

.method-section {
  background:
    radial-gradient(circle at 8% 5%, rgba(185, 211, 92, 0.14), transparent 28%),
    var(--forest-950);
  color: var(--white);
  overflow: hidden;
}

.method-heading {
  align-items: end;
  display: grid;
  gap: clamp(48px, 9vw, 150px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  margin-bottom: clamp(54px, 7vw, 96px);
}

.method-heading h2 {
  color: var(--white);
  margin-bottom: 0;
  max-width: 850px;
}

.method-heading h2 span {
  color: var(--lime-400);
  display: block;
  font-family: var(--display);
  font-weight: 500;
}

.method-intro {
  border-top: 1px solid var(--line-dark);
  padding-top: 22px;
}

.method-intro > span {
  color: var(--lime-400);
  display: block;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.method-intro p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  margin-bottom: 0;
}

.method-body {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.method-photo {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.method-photo::after {
  background: linear-gradient(0deg, rgba(13, 40, 29, 0.9), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.method-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 700ms ease;
  width: 100%;
}

.method-photo:hover img {
  transform: scale(1.025);
}

.method-photo figcaption {
  bottom: 34px;
  display: flex;
  flex-direction: column;
  left: 34px;
  position: absolute;
  right: 34px;
  z-index: 2;
}

.method-photo figcaption strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.015em;
}

.method-photo figcaption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.method-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.method-card {
  display: flex;
  flex-direction: column;
  min-height: 317px;
  padding: clamp(26px, 3vw, 40px);
  transition: transform 200ms ease;
}

.method-card:hover {
  transform: translateY(-4px);
}

.method-card-1 {
  background: var(--lime-400);
  color: var(--forest-950);
}

.method-card-2 {
  background: var(--cream-100);
  color: var(--forest-900);
}

.method-card-3 {
  background: var(--forest-700);
  color: var(--white);
}

.method-card-4 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.method-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: auto;
}

.method-card-top span {
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.method-card-top i {
  border: 1px solid currentColor;
  border-radius: 54% 46% 58% 42% / 60% 54% 46% 40%;
  display: block;
  height: 34px;
  opacity: 0.55;
  transform: rotate(-24deg);
  width: 27px;
}

.method-card h3 {
  color: inherit;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  margin: 54px 0 13px;
}

.method-card p {
  color: inherit;
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 320px;
  opacity: 0.74;
}

.segment-card > span,
.value-grid article > span {
  color: var(--leaf-500);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 86px;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
}

.product-card {
  background: var(--white);
  border: 1px solid rgba(22, 59, 43, 0.09);
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  min-height: 590px;
  padding: 14px 14px 30px;
}

.product-card:nth-child(4),
.product-card:nth-child(5) {
  grid-column: span 6;
}

.product-art {
  align-items: end;
  aspect-ratio: 4 / 3;
  display: flex;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.product-art > img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.product-card:hover .product-art > img,
.product-list article:hover .product-art > img {
  transform: scale(1.035);
}

.product-art::before,
.product-art::after {
  border-radius: 54% 46% 58% 42% / 60% 54% 46% 40%;
  content: "";
  position: absolute;
  transform: rotate(-24deg);
}

.product-art:has(> img)::before,
.product-art:has(> img)::after {
  display: none;
}

.product-art::before {
  background: var(--forest-800);
  height: 70%;
  right: 17%;
  top: 14%;
  width: 44%;
}

.product-art::after {
  background: var(--lime-300);
  height: 33%;
  right: 27%;
  top: 33%;
  width: 22%;
}

.product-art > span {
  background: rgba(13, 40, 29, 0.78);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 7px 9px;
  position: relative;
  z-index: 2;
}

.product-art-4 > img {
  object-position: 72% center;
}

.product-art-1 {
  background: #dfe8c6;
}

.product-art-2 {
  background: #d6dfbe;
}

.product-art-2::before {
  background: #476b3b;
}

.product-art-3 {
  background: #e6d9b5;
}

.product-art-3::before,
.product-art-3::after {
  border-radius: 38%;
  box-shadow:
    -44px 32px 0 #88a849,
    40px 35px 0 #abc45f;
  height: 29%;
  right: 31%;
  top: 26%;
  transform: rotate(12deg);
  width: 24%;
}

.product-art-3::after {
  background: #c4d779;
  box-shadow: none;
  right: 23%;
  top: 48%;
}

.product-art-4 {
  background: #d9d0ad;
}

.product-art-4::before {
  background: #95ad51;
  border-radius: 50%;
  height: 58%;
  right: 22%;
  top: 22%;
  transform: none;
  width: 54%;
}

.product-art-4::after {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  height: 36%;
  right: 31%;
  top: 31%;
  transform: none;
  width: 36%;
}

.product-art-5 {
  background: #cad3ab;
}

.product-art-5::before {
  background: #667b2e;
  border-radius: 8px 8px 22px 22px;
  height: 64%;
  right: 36%;
  top: 24%;
  transform: none;
  width: 27%;
}

.product-art-5::after {
  background: var(--cream-100);
  border-radius: 4px;
  height: 22%;
  right: 39%;
  top: 42%;
  transform: none;
  width: 21%;
}

.card-eyebrow {
  color: var(--leaf-500);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 16px 12px;
  text-transform: uppercase;
}

.product-card h3,
.product-card > p:not(.card-eyebrow),
.product-card > a {
  margin-left: 16px;
  margin-right: 16px;
}

.product-card h3 {
  font-size: 1.65rem;
  margin-bottom: 15px;
}

.product-card > p:not(.card-eyebrow) {
  color: var(--muted);
  font-size: 0.93rem;
}

.product-card > a {
  color: var(--forest-800);
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin-top: auto;
}

.segment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.segment-card {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  grid-column: span 2;
  min-height: 370px;
  padding: 30px;
}

.segment-card:nth-child(3),
.segment-card:nth-child(5) {
  border-right: 1px solid var(--line);
}

.segment-card:nth-child(n + 4) {
  border-bottom: 1px solid var(--line);
  grid-column: span 3;
}

.segment-card > span {
  margin-bottom: 68px;
}

.segment-card h3 {
  min-height: 58px;
}

.segment-card p {
  color: var(--muted);
  font-size: 0.93rem;
}

.segment-card a {
  color: var(--forest-800);
  display: inline-block;
  font-family: var(--display);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin-top: 12px;
}

.section-link {
  margin-top: 40px;
}

.origin-section {
  background: var(--cream-50);
}

.origin-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 1.1fr 0.9fr;
}

.origin-collage {
  min-height: 720px;
  position: relative;
}

.origin-image {
  box-shadow: var(--shadow);
  overflow: hidden;
  position: absolute;
}

.origin-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.origin-image-main {
  inset: 0 14% 9% 0;
}

.origin-image-secondary {
  border: 10px solid var(--cream-50);
  bottom: 0;
  height: 43%;
  right: 0;
  width: 42%;
}

.origin-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.operations-section {
  background: var(--forest-950);
  color: var(--white);
}

.operations-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 0.9fr 1.1fr;
}

.operations-media {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  position: relative;
}

.operations-media::after {
  background: linear-gradient(0deg, rgba(13, 40, 29, 0.88), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.operations-media > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.operations-caption {
  align-items: end;
  bottom: 0;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.operations-caption span {
  color: var(--lime-400);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.operations-caption p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  margin: 0;
  max-width: 390px;
  text-align: right;
}

.operations-copy h2,
.dark-heading h2 {
  color: var(--white);
}

.operations-copy > p:not(.eyebrow),
.dark-heading > p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.03rem;
}

.process-list {
  counter-reset: steps;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  display: grid;
  gap: 28px;
  grid-template-columns: 48px 1fr;
  padding: 26px 4px;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.process-list span {
  color: var(--lime-400);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-list strong {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.quality-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 1.05fr 0.95fr;
}

.quality-grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.quality-visual {
  align-items: center;
  aspect-ratio: 1;
  background: var(--cream-100);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.quality-visual > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-label {
  background: var(--lime-400);
  bottom: 18px;
  color: var(--forest-950);
  font-size: 0.68rem;
  font-weight: 850;
  left: 18px;
  letter-spacing: 0.1em;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.quality-orbit {
  align-items: center;
  background: var(--forest-800);
  border-radius: 54% 46% 58% 42% / 60% 54% 46% 40%;
  color: var(--white);
  display: flex;
  height: 52%;
  justify-content: center;
  position: relative;
  transform: rotate(-24deg);
  width: 42%;
}

.quality-orbit::after {
  background: var(--lime-400);
  border-radius: 50%;
  content: "";
  height: 34%;
  width: 34%;
}

.quality-orbit span {
  color: var(--forest-800);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(24deg);
}

.quality-orbit span:nth-child(1) {
  left: -42%;
  top: 4%;
}

.quality-orbit span:nth-child(2) {
  right: -38%;
  top: 7%;
}

.quality-orbit span:nth-child(3) {
  bottom: 4%;
  left: -32%;
}

.quality-orbit span:nth-child(4) {
  bottom: 4%;
  right: -44%;
}

.faq-layout {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.7fr 1.3fr;
}

.faq-layout > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  color: var(--forest-900);
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 750;
  list-style: none;
  padding: 24px 48px 24px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 19px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  color: var(--muted);
  max-width: 760px;
  padding: 0 48px 24px 0;
}

.faq-more {
  margin-top: 26px;
}

.final-cta {
  background: var(--forest-800);
  color: var(--white);
  padding-block: clamp(86px, 9vw, 132px);
}

.final-cta-grid {
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: 1.15fr 0.85fr;
}

.final-cta h2 {
  color: var(--white);
  margin-bottom: 0;
}

.final-cta-grid > div:last-child > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.site-footer {
  background: var(--forest-950);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.35fr 0.75fr 0.85fr 1fr;
  padding-bottom: 72px;
}

.footer-brand img {
  margin-bottom: 20px;
  width: 220px;
}

.footer-brand p {
  font-size: 0.9rem;
  max-width: 340px;
}

.footer-title {
  color: var(--white);
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.footer-links {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.88rem;
}

.footer-links a:hover {
  color: var(--lime-400);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  padding-block: 24px;
}

.footer-bottom > div {
  display: flex;
  gap: 24px;
}

.page-hero {
  background:
    radial-gradient(circle at 82% 15%, rgba(185, 211, 92, 0.16), transparent 26%),
    var(--forest-950);
  color: var(--white);
  padding-block: clamp(100px, 12vw, 175px);
}

.page-hero-grid {
  align-items: end;
  display: grid;
  gap: clamp(50px, 10vw, 170px);
  grid-template-columns: 1.25fr 0.75fr;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 6vw, 6.2rem);
  margin-bottom: 0;
  max-width: 900px;
}

.page-hero-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
}

.page-hero-copy .text-link {
  color: var(--lime-400);
  margin-top: 18px;
}

.product-showcase-section {
  background: var(--cream-100);
}

.product-showcase {
  background: var(--forest-950);
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 16px;
}

.product-tabs {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 16px;
}

.product-tabs button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  min-height: 50px;
  padding: 10px 16px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.product-tabs button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.product-tabs button.active {
  background: var(--lime-400);
  color: var(--forest-950);
}

.product-feature {
  background: var(--cream-50);
  border-radius: 20px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 610px;
  overflow: hidden;
}

.product-feature-copy {
  align-self: center;
  padding: clamp(42px, 5vw, 76px);
}

.product-feature-copy .card-eyebrow {
  margin: 0 0 16px;
}

.product-feature-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  margin-bottom: 24px;
}

.product-feature-description {
  color: var(--muted);
  font-size: 1.02rem;
  margin-bottom: 28px;
}

.product-highlights {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.product-highlights li {
  border-bottom: 1px solid var(--line);
  color: var(--forest-900);
  font-size: 0.91rem;
  font-weight: 650;
  padding: 14px 0 14px 34px;
  position: relative;
}

.product-highlights li::before {
  align-items: center;
  border: 1px solid var(--leaf-500);
  border-radius: 50%;
  color: var(--forest-800);
  content: "✓";
  display: flex;
  font-size: 0.69rem;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 15px;
  width: 20px;
}

.product-feature-note {
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 28px;
}

.product-feature-image {
  margin: 16px 16px 16px 0;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.product-feature-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-feature-image-palta-chilena img {
  object-position: center 46%;
}

.product-feature-image-palta-peruana img {
  object-position: center 62%;
}

.product-feature-image-palta-trozada img {
  object-position: 36% center;
}

.product-feature-image-palta-molida img {
  object-position: 76% center;
}

.product-feature-image-aceite-de-palta img {
  object-position: center;
}

.inline-cta {
  background: var(--lime-400);
  padding-block: clamp(70px, 8vw, 112px);
}

.inline-cta-grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: 1fr 1fr;
}

.inline-cta h2 {
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  margin-bottom: 0;
}

.inline-cta-grid > div p {
  color: rgba(13, 40, 29, 0.76);
  font-size: 1.05rem;
}

.solutions-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(185, 211, 92, 0.16), transparent 24%),
    var(--forest-950);
  color: var(--white);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.solutions-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 720px;
  padding-block: 80px;
}

.solutions-hero-copy {
  position: relative;
  z-index: 2;
}

.solutions-hero h1 {
  color: var(--white);
  font-size: clamp(3.3rem, 6.2vw, 6.5rem);
  margin-bottom: 28px;
}

.solutions-hero h1 span {
  color: var(--lime-400);
  display: block;
  font-family: var(--display);
  font-weight: 500;
}

.solutions-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  max-width: 640px;
}

.solutions-hero-copy .button {
  margin-top: 20px;
}

.solutions-orbit {
  aspect-ratio: 1;
  margin-inline: auto;
  max-width: 510px;
  position: relative;
  width: 100%;
}

.solutions-orbit::before,
.solutions-orbit::after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  inset: 8%;
  position: absolute;
}

.solutions-orbit::after {
  border-color: rgba(185, 211, 92, 0.22);
  inset: 23%;
}

.solutions-orbit-core {
  align-items: center;
  background: var(--lime-400);
  border-radius: 54% 46% 58% 42% / 60% 54% 46% 40%;
  color: var(--forest-950);
  display: flex;
  height: 38%;
  justify-content: center;
  left: 31%;
  position: absolute;
  top: 30%;
  transform: rotate(-24deg);
  width: 34%;
  z-index: 2;
}

.solutions-orbit-core::after {
  background: var(--forest-800);
  border-radius: 50%;
  content: "";
  height: 33%;
  position: absolute;
  width: 36%;
}

.solutions-orbit-core span {
  font-family: var(--display);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  top: 108%;
  transform: rotate(24deg);
  white-space: nowrap;
}

.solutions-orbit-label {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 11px 16px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.solutions-orbit-label-1 { left: 5%; top: 18%; }
.solutions-orbit-label-2 { right: 3%; top: 12%; }
.solutions-orbit-label-3 { right: -2%; top: 54%; }
.solutions-orbit-label-4 { bottom: 6%; right: 18%; }
.solutions-orbit-label-5 { bottom: 12%; left: 2%; }

.solution-catalog {
  background: #101713;
  color: var(--white);
}

.solution-catalog-heading {
  margin: 0 auto clamp(54px, 7vw, 94px);
  max-width: 980px;
  text-align: center;
}

.solution-catalog-heading h2 {
  color: var(--white);
  margin-bottom: 24px;
}

.solution-catalog-heading > p:last-child {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  max-width: 700px;
}

.solution-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.solution-card {
  background: #17201b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  min-height: 720px;
  padding: 22px;
  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.solution-card:nth-child(3) {
  border-color: rgba(185, 211, 92, 0.7);
}

.solution-card:nth-child(4),
.solution-card:nth-child(5) {
  grid-column: span 6;
  min-height: 650px;
}

.solution-card:hover {
  border-color: var(--lime-400);
  transform: translateY(-6px);
}

.solution-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.solution-card-top > span {
  color: var(--lime-400);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.solution-card-top > p {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--display);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
}

.solution-card h3 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  margin-bottom: 15px;
}

.solution-card-description {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.89rem;
  min-height: 86px;
}

.solution-card-image {
  aspect-ratio: 4 / 3;
  margin-block: 18px 24px;
  overflow: hidden;
  position: relative;
}

.solution-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.solution-card:hover .solution-card-image img {
  transform: scale(1.04);
}

.solution-card-image-restaurantes-y-sushi img {
  object-position: 34% center;
}

.solution-card-image-industria-alimentaria img {
  object-position: 77% center;
}

.solution-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.solution-card li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  padding-left: 27px;
  position: relative;
}

.solution-card li::before {
  align-items: center;
  border: 1px solid var(--lime-400);
  border-radius: 50%;
  color: var(--lime-400);
  content: "✓";
  display: flex;
  font-size: 0.6rem;
  height: 17px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}

.solution-card .button {
  margin-top: auto;
  width: 100%;
}

.solution-formula {
  background: var(--lime-400);
  padding-block: clamp(82px, 10vw, 142px);
}

.solution-formula-grid {
  align-items: end;
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.solution-formula h2 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  margin-bottom: 0;
}

.solution-formula h2 span {
  color: rgba(13, 40, 29, 0.38);
}

.solution-formula-grid > div:last-child p {
  color: rgba(13, 40, 29, 0.72);
  font-size: 1.02rem;
}

.solution-formula .button-lime {
  background: var(--forest-900);
  color: var(--white);
}

.solutions-faq {
  background: var(--forest-950);
  color: var(--white);
}

.solutions-faq-heading {
  margin: 0 auto clamp(50px, 7vw, 84px);
  max-width: 790px;
  text-align: center;
}

.solutions-faq-heading h2 {
  color: var(--white);
}

.solutions-faq-heading > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.solutions-faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solutions-faq-grid details {
  align-self: start;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0 24px;
}

.solutions-faq-grid summary {
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 25px 44px 25px 0;
  position: relative;
}

.solutions-faq-grid summary::-webkit-details-marker {
  display: none;
}

.solutions-faq-grid summary::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  color: var(--lime-400);
  content: "+";
  display: flex;
  font-size: 1.2rem;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 20px;
  transition: transform 180ms ease;
  width: 30px;
}

.solutions-faq-grid details[open] summary::after {
  transform: rotate(45deg);
}

.solutions-faq-grid details > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  margin: 0;
  padding: 0 44px 25px 0;
}

.solutions-faq-footer {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 30px;
}

.solutions-faq-footer p {
  color: rgba(255, 255, 255, 0.64);
  margin: 0;
}

.dark-heading {
  align-items: end;
}

.logistics-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.logistics-steps li {
  border-left: 1px solid var(--line-dark);
  min-height: 310px;
  padding: 28px 24px;
  position: relative;
  transition:
    background 240ms ease,
    transform 240ms ease;
}

.logistics-steps li:hover {
  background: rgba(255, 255, 255, 0.035);
  transform: translateY(-6px);
}

.logistics-steps li:not(:last-child)::after {
  background: linear-gradient(90deg, var(--lime-400), rgba(185, 211, 92, 0));
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  top: 65px;
  width: 38px;
  z-index: 2;
}

.logistics-steps li:last-child {
  border-right: 1px solid var(--line-dark);
}

.step-number {
  color: var(--lime-400);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-step-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.process-icon {
  align-items: center;
  animation: royal-process-float 4.8s ease-in-out infinite;
  background:
    radial-gradient(circle at 48% 54%, rgba(185, 211, 92, 0.18), transparent 48%),
    rgba(185, 211, 92, 0.06);
  border: 1px solid rgba(185, 211, 92, 0.38);
  border-radius: 58% 42% 56% 44% / 68% 58% 42% 32%;
  display: flex;
  height: 72px;
  justify-content: center;
  position: relative;
  transform: rotate(-10deg);
  transition:
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
  width: 60px;
}

.logistics-steps li:nth-child(2) .process-icon {
  animation-delay: -1s;
}

.logistics-steps li:nth-child(3) .process-icon {
  animation-delay: -2s;
}

.logistics-steps li:nth-child(4) .process-icon {
  animation-delay: -3s;
}

.logistics-steps li:nth-child(5) .process-icon {
  animation-delay: -4s;
}

.logistics-steps li:hover .process-icon {
  background: rgba(185, 211, 92, 0.15);
  border-color: var(--lime-400);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

.process-icon i,
.process-icon b {
  box-sizing: border-box;
  color: var(--lime-400);
  display: block;
  position: absolute;
  transform: rotate(10deg);
}

.process-icon-request i {
  border: 2px solid currentColor;
  border-radius: 4px;
  height: 31px;
  width: 24px;
}

.process-icon-request b {
  background: currentColor;
  height: 2px;
  top: 30px;
  width: 12px;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.process-icon-evaluate i {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 25px;
  left: 15px;
  top: 20px;
  width: 25px;
}

.process-icon-evaluate b {
  background: currentColor;
  border-radius: 3px;
  height: 3px;
  left: 35px;
  top: 43px;
  transform: rotate(54deg);
  width: 14px;
}

.process-icon-prepare i {
  border: 2px solid currentColor;
  height: 24px;
  top: 28px;
  width: 31px;
}

.process-icon-prepare i::before,
.process-icon-prepare i::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  right: 4px;
}

.process-icon-prepare i::before {
  top: 6px;
}

.process-icon-prepare i::after {
  top: 14px;
}

.process-icon-prepare b {
  border: 2px solid currentColor;
  border-bottom: 0;
  height: 9px;
  top: 22px;
  width: 19px;
}

.process-icon-dispatch i {
  border: 2px solid currentColor;
  height: 21px;
  left: 11px;
  top: 27px;
  width: 28px;
}

.process-icon-dispatch b {
  border: 2px solid currentColor;
  border-left: 0;
  height: 17px;
  left: 37px;
  top: 31px;
  width: 13px;
}

.process-icon-dispatch::before,
.process-icon-dispatch::after {
  background: var(--forest-950);
  border: 2px solid var(--lime-400);
  border-radius: 50%;
  bottom: 15px;
  content: "";
  height: 7px;
  position: absolute;
  transform: rotate(10deg);
  width: 7px;
  z-index: 2;
}

.process-icon-dispatch::before {
  left: 17px;
}

.process-icon-dispatch::after {
  right: 10px;
}

.process-icon-receive i {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}

.process-icon-receive b {
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  height: 14px;
  left: 24px;
  top: 27px;
  transform: rotate(48deg);
  width: 8px;
}

.logistics-steps h3 {
  color: var(--white);
}

.logistics-steps p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.coverage-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px, 11vw, 170px);
  grid-template-columns: 0.9fr 1.1fr;
}

.coverage-grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
}

.coverage-map {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(rgba(22, 59, 43, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 59, 43, 0.06) 1px, transparent 1px),
    var(--cream-100);
  background-size: 40px 40px;
  overflow: hidden;
  position: relative;
}

.coverage-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}

.coverage-photo::after {
  background: linear-gradient(0deg, rgba(13, 40, 29, 0.32), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.coverage-photo > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.chile-line {
  border-left: 5px solid var(--forest-800);
  border-radius: 50%;
  height: 74%;
  left: 47%;
  position: absolute;
  top: 12%;
  transform: rotate(-7deg);
}

.chile-line::before,
.chile-line::after {
  border-left: 4px solid var(--forest-800);
  border-radius: 50%;
  content: "";
  height: 32%;
  position: absolute;
  width: 34px;
}

.chile-line::before {
  left: -27px;
  top: 8%;
  transform: rotate(12deg);
}

.chile-line::after {
  bottom: 4%;
  left: 6px;
  transform: rotate(-12deg);
}

.map-point {
  background: var(--lime-400);
  border: 6px solid rgba(185, 211, 92, 0.26);
  border-radius: 50%;
  height: 22px;
  position: absolute;
  width: 22px;
}

.map-point-1 {
  left: 45%;
  top: 24%;
}

.map-point-2 {
  left: 47%;
  top: 48%;
}

.map-point-3 {
  left: 51%;
  top: 68%;
}

.check-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.check-list li {
  border-bottom: 1px solid var(--line);
  color: var(--forest-800);
  font-weight: 700;
  padding: 14px 4px 14px 30px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  left: 3px;
  position: absolute;
}

.quality-controls {
  display: grid;
  gap: clamp(70px, 11vw, 170px);
  grid-template-columns: 0.75fr 1.25fr;
}

.quality-sticky {
  align-self: start;
  position: sticky;
  top: 120px;
}

.quality-sticky-image {
  aspect-ratio: 4 / 5;
  margin-bottom: 38px;
  overflow: hidden;
  position: relative;
}

.quality-sticky-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quality-sticky > p:not(.eyebrow) {
  color: var(--muted);
}

.quality-controls article {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 60px 1fr;
  padding-block: 34px;
}

.quality-controls article:last-child {
  border-bottom: 1px solid var(--line);
}

.quality-controls article > span {
  color: var(--leaf-500);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding-top: 6px;
}

.quality-controls article h3 {
  grid-column: 2;
  margin-bottom: -10px;
}

.quality-controls article p {
  color: var(--muted);
  grid-column: 2;
}

.story-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 1.1fr 0.9fr;
}

.story-image {
  aspect-ratio: 4 / 3;
  background: var(--forest-800);
  overflow: hidden;
  position: relative;
}

.story-image img {
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

.story-grid > div:last-child p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
}

.value-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.value-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 330px;
  padding: 30px;
}

.value-grid article > span {
  margin-bottom: 90px;
}

.value-grid p {
  color: var(--muted);
}

.faq-page-grid {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.65fr 1.35fr;
}

.faq-list-large summary {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  padding-block: 28px;
}

.quote-page {
  background: var(--forest-950);
  isolation: isolate;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  padding-block: clamp(60px, 7vw, 104px);
  position: relative;
}

.quote-page::before {
  background:
    linear-gradient(90deg, rgba(7, 18, 13, 0.84), rgba(7, 18, 13, 0.48)),
    url("../images/brand/generated/hero-avocados-v1.png") center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.quote-page::after {
  background: linear-gradient(0deg, rgba(13, 40, 29, 0.48), transparent 52%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.quote-page-grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 7vw, 110px);
  grid-template-columns: minmax(310px, 0.82fr) minmax(540px, 1.18fr);
}

.quote-intro {
  color: var(--white);
  padding-top: 32px;
  position: sticky;
  top: 118px;
}

.quote-intro h1 {
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.quote-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  max-width: 570px;
}

.quote-contact {
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 42px;
  padding-top: 28px;
}

.quote-contact a,
.quote-contact p {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  gap: 12px;
  margin: 0;
}

.quote-contact span {
  color: var(--lime-400);
  display: inline-flex;
  font-size: 1.05rem;
  justify-content: center;
  width: 22px;
}

.quote-panel {
  background: rgba(18, 20, 19, 0.96);
  border: 5px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  color: var(--white);
  padding: clamp(28px, 4vw, 54px);
}

.quote-progress {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 28px 1fr 28px;
  margin-bottom: 52px;
}

.quote-progress > span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.quote-progress > span.active {
  background: var(--forest-800);
  border-color: var(--forest-800);
  color: var(--white);
}

.quote-progress > div {
  background: rgba(22, 59, 43, 0.1);
  height: 3px;
}

.quote-progress i {
  background: var(--lime-400);
  display: block;
  height: 100%;
  transition: width 220ms ease;
}

.quote-panel fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.quote-panel legend {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.06;
  margin-bottom: 14px;
}

.form-intro {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  margin-bottom: 30px;
}

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

.form-grid label {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--white);
  display: block;
  font-size: 0.96rem;
  font-weight: 450;
  margin-top: 8px;
  min-height: 56px;
  padding: 13px 16px;
  width: 100%;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-grid select {
  color-scheme: light;
}

.form-grid select option {
  background: #ffffff;
  color: #17211c;
}

.form-grid textarea {
  min-height: 112px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--lime-400);
  outline: 3px solid rgba(185, 211, 92, 0.2);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-grid-final {
  margin-top: 28px;
}

.quote-panel .product-selector {
  border: 0;
  margin: 30px 0 0;
  padding: 0;
}

.product-selector > legend {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 13px;
}

.product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-options label {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  gap: 8px;
  padding: 9px 13px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.product-options label:has(input:checked) {
  background: rgba(185, 211, 92, 0.14);
  border-color: var(--lime-400);
  color: var(--white);
}

.product-options input {
  accent-color: var(--lime-400);
  height: 16px;
  margin: 0;
  width: 16px;
}

.product-help {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
  margin: 10px 0 0;
}

.form-submit {
  margin-top: 34px;
  min-width: 180px;
}

.consent {
  align-items: start;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 0.82rem;
  gap: 12px;
  margin-top: 26px;
}

.consent input {
  accent-color: var(--lime-400);
  height: 18px;
  margin-top: 3px;
  width: 18px;
}

.quote-submit {
  margin-top: 26px;
  width: 100%;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 34px;
}

.form-alternative {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  margin: 44px 0 0;
  padding-top: 22px;
}

.form-alternative a,
.legal-copy a {
  color: var(--forest-800);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thanks-page {
  background: var(--cream-100);
  min-height: 70svh;
  padding-block: clamp(90px, 12vw, 180px);
}

.thanks-card {
  background: var(--white);
  box-shadow: var(--shadow);
  max-width: 900px;
  padding: clamp(46px, 8vw, 105px);
}

.thanks-card h1 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.thanks-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 660px;
}

.thanks-card .hero-actions .text-link {
  margin-left: 14px;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy section {
  border-top: 1px solid var(--line);
  padding-block: 32px;
}

.legal-copy section:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-copy h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
}

.legal-copy p {
  color: var(--muted);
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 44px, 960px);
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-right: 12px;
  }

  .mobile-menu {
    display: block;
    position: relative;
  }

  .mobile-menu summary {
    align-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 46px;
    justify-content: center;
    list-style: none;
    width: 46px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    background: var(--white);
    display: block;
    height: 1px;
    width: 18px;
  }

  .mobile-menu nav {
    background: var(--forest-950);
    border: 1px solid var(--line-dark);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: min(330px, calc(100vw - 44px));
    padding: 18px;
    position: absolute;
    right: 0;
    top: 58px;
  }

  .mobile-menu nav > a:not(.button) {
    border-bottom: 1px solid var(--line-dark);
    font-weight: 700;
    padding: 12px 4px;
  }

  .mobile-menu .button {
    margin-top: 12px;
  }

  .solution-card,
  .solution-card:nth-child(4),
  .solution-card:nth-child(5) {
    grid-column: span 6;
  }

  .solution-card:last-child {
    grid-column: 4 / span 6;
  }

  .product-card {
    grid-column: span 6;
  }

  .product-card:last-child {
    grid-column: 4 / span 6;
  }

  .segment-card {
    grid-column: span 3;
  }

  .segment-card:nth-child(2),
  .segment-card:nth-child(4) {
    border-right: 1px solid var(--line);
  }

  .segment-card:nth-child(3) {
    border-right: 0;
  }

  .segment-card:nth-child(n + 4) {
    grid-column: span 3;
  }

  .segment-card:last-child {
    grid-column: 2 / span 4;
  }

  .logistics-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .logistics-steps li:nth-child(3) {
    border-right: 1px solid var(--line-dark);
  }

  .logistics-steps li:nth-child(n + 4) {
    border-top: 1px solid var(--line-dark);
  }

  .logistics-steps li:last-child {
    border-right: 1px solid var(--line-dark);
  }

  .logistics-steps li::after {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 68px;
  }

  .brand {
    height: 100%;
    width: 136px;
  }

  .brand img {
    max-height: 54px;
    width: 128px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu nav {
    min-width: calc(100vw - 32px);
  }

  .home-hero,
  .hero-content {
    min-height: calc(100svh - 68px);
  }

  .home-hero {
    background:
      linear-gradient(
        180deg,
        rgba(13, 40, 29, 0.55) 0%,
        rgba(13, 40, 29, 0.94) 52%,
        rgba(13, 40, 29, 1) 100%
      ),
      var(--forest-950);
  }

  .hero-image {
    inset: 0;
  }

  .hero-image::after {
    background: linear-gradient(
      180deg,
      rgba(13, 40, 29, 0.08),
      rgba(13, 40, 29, 0.18) 38%,
      var(--forest-950) 82%
    );
  }

  .hero-image img {
    height: 72%;
    object-position: center top;
  }

  .hero-image-badge,
  .hero-scroll {
    display: none;
  }

  .hero-ambient-one {
    height: 280px;
    left: -190px;
    width: 280px;
  }

  .hero-ambient-two {
    bottom: -140px;
    height: 300px;
    left: 45%;
    width: 300px;
  }

  .hero-content {
    align-items: end;
    padding-block: 150px 52px;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 4.7rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid span {
    border-bottom: 1px solid rgba(13, 40, 29, 0.22);
    min-height: 64px;
  }

  .proof-grid span:nth-child(3) {
    border-left: 1px solid rgba(13, 40, 29, 0.22);
  }

  .section-heading,
  .section-heading.compact,
  .operations-grid,
  .quality-grid,
  .faq-layout,
  .final-cta-grid,
  .page-hero-grid,
  .inline-cta-grid,
  .coverage-grid,
  .quality-controls,
  .story-grid,
  .faq-page-grid,
  .quote-page-grid,
  .method-heading,
  .method-body {
    grid-template-columns: 1fr;
  }

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

  .origin-collage {
    min-height: 580px;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading.compact .text-link {
    justify-self: start;
  }

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

  .method-heading {
    align-items: start;
    gap: 34px;
  }

  .method-photo {
    min-height: 560px;
  }

  .value-grid article > span {
    margin-bottom: 48px;
  }

  .product-grid {
    display: flex;
    flex-direction: column;
  }

  .product-card {
    min-height: 560px;
  }

  .segment-grid {
    display: block;
  }

  .segment-card,
  .segment-card:nth-child(n) {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    min-height: 310px;
  }

  .segment-card:last-child {
    border-bottom: 1px solid var(--line);
  }

  .segment-card > span {
    margin-bottom: 44px;
  }

  .process-list {
    margin-top: 40px;
  }

  .operations-media {
    margin-top: 12px;
  }

  .operations-caption {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
  }

  .operations-caption p {
    text-align: left;
  }

  .quality-visual {
    order: 2;
  }

  .quality-orbit span {
    display: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .page-hero {
    padding-block: 90px;
  }

  .page-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.7rem);
  }

  .page-hero-copy {
    border-top: 1px solid var(--line-dark);
    padding-top: 28px;
  }

  .product-showcase {
    border-radius: 20px;
    margin-inline: -8px;
    padding: 10px;
  }

  .product-tabs {
    display: flex;
    margin-bottom: 10px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scrollbar-width: none;
  }

  .product-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-tabs button {
    flex: 0 0 auto;
    min-width: 154px;
  }

  .product-feature {
    grid-template-columns: 1fr;
  }

  .product-feature-image {
    aspect-ratio: 4 / 3;
    margin: 10px 10px 0;
    min-height: 0;
    order: -1;
  }

  .product-feature-copy {
    padding: 34px 24px 40px;
  }

  .product-feature-copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  .solutions-hero,
  .solutions-hero-grid {
    min-height: auto;
  }

  .solutions-hero-grid,
  .solution-formula-grid {
    grid-template-columns: 1fr;
  }

  .solutions-hero-grid {
    gap: 46px;
    padding-block: 88px 54px;
  }

  .solutions-orbit {
    max-width: 420px;
  }

  .solution-card-grid {
    display: flex;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 14px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .solution-card-grid::-webkit-scrollbar {
    display: none;
  }

  .solution-card,
  .solution-card:nth-child(4),
  .solution-card:nth-child(5) {
    flex: 0 0 min(84vw, 430px);
    min-height: 680px;
    scroll-snap-align: start;
  }

  .solution-formula-grid {
    align-items: start;
  }

  .solutions-faq-grid {
    grid-template-columns: 1fr;
  }

  .solutions-faq-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .solutions-faq-footer .button {
    width: 100%;
  }

  .logistics-steps {
    grid-template-columns: 1fr;
  }

  .logistics-steps li {
    border-right: 1px solid var(--line-dark);
    min-height: 230px;
  }

  .process-step-head {
    margin-bottom: 34px;
  }

  .quality-sticky,
  .quote-intro {
    position: static;
  }

  .quote-page {
    min-height: 0;
    padding-block: 24px 48px;
  }

  .quote-intro {
    display: none;
  }

  .quote-panel {
    border-radius: 22px;
    border-width: 3px;
    margin-inline: 0;
  }

  .quality-controls article {
    grid-template-columns: 44px 1fr;
  }

  .value-grid article {
    min-height: 260px;
  }

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

  .form-wide {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-actions .button {
    width: 100%;
  }

  .thanks-card .hero-actions .text-link {
    margin-left: 0;
  }
}

@media (max-width: 520px) {

  .solutions-orbit {
    max-width: 340px;
  }

  .solutions-orbit-label {
    font-size: 0.61rem;
    padding: 8px 10px;
  }

  .solutions-orbit-label-3 {
    right: 0;
  }

  .solution-card,
  .solution-card:nth-child(4),
  .solution-card:nth-child(5) {
    flex-basis: 88vw;
    padding: 18px;
  }

  .solution-card-description {
    min-height: 0;
  }

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

  .method-card {
    min-height: 270px;
  }

  .method-photo {
    min-height: 500px;
  }

  .origin-collage {
    min-height: 470px;
  }

  .origin-image-main {
    inset: 0 9% 8% 0;
  }

  .origin-image-secondary {
    height: 40%;
    width: 43%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .quote-panel {
    margin-inline: 0;
    padding: 30px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .button:hover,
  .method-card:hover {
    transform: none;
  }

  .method-photo:hover img {
    transform: none;
  }
}

/* Integración WordPress. */
.pr-menu {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-hero.has-background-image {
  isolation: isolate;
  position: relative;
}

.page-hero.has-background-image::before {
  background:
    linear-gradient(90deg, rgba(13, 40, 29, 0.98), rgba(13, 40, 29, 0.72)),
    var(--pr-page-hero-image) center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
body.admin-bar .site-header {
  top: 32px;
}

.desktop-nav li,
.mobile-menu nav li,
.footer-links li {
  display: contents;
  list-style: none;
}

.desktop-nav .sub-menu,
.mobile-menu .sub-menu,
.footer-links .sub-menu {
  display: none;
}

.method-photo img,
.story-image img,
.coverage-photo img,
.quality-sticky-image img,
.solution-card-image img,
.product-feature-image img,
.wp-product-art img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-product-art::before,
.wp-product-art::after {
  display: none;
}

.wp-product-art {
  padding: 0;
}

.wp-product-art img {
  position: absolute;
  inset: 0;
}

.product-feature[hidden],
.pr-quote-step[hidden] {
  display: none !important;
}

.floating-whatsapp {
  align-items: center;
  background: #25d366;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(13, 40, 29, 0.26);
  color: #fff;
  display: flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 24px;
  width: 58px;
  z-index: 60;
}

.floating-whatsapp::after {
  border-color: #25d366 transparent transparent;
  border-style: solid;
  border-width: 10px 9px 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 2px;
  transform: rotate(8deg);
}

.floating-whatsapp svg {
  display: block;
  height: 34px;
  position: relative;
  width: 34px;
  z-index: 1;
}

.floating-whatsapp .whatsapp-bubble {
  fill: #fff;
}

.floating-whatsapp .whatsapp-phone {
  fill: #25d366;
}

.legal-copy > * + * {
  margin-top: 1.4em;
}

.legal-copy .wp-block-image img {
  height: auto;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .floating-whatsapp {
    bottom: 16px;
    height: 52px;
    right: 16px;
    width: 52px;
  }
}

/* Motion system: progressive enhancement with a reduced-motion escape hatch. */
.motion-reveal {
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-reveal.motion-scale {
  transform: translate3d(0, 24px, 0) scale(0.975);
}

.motion-reveal.is-visible,
.motion-reveal.motion-scale.is-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-copy > *,
.page-hero-grid > *,
.solutions-hero-copy > * {
  animation: royal-hero-enter 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy > :nth-child(2),
.page-hero-grid > :nth-child(2),
.solutions-hero-copy > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy > :nth-child(3),
.solutions-hero-copy > :nth-child(3) {
  animation-delay: 180ms;
}

.hero-copy > :nth-child(4),
.solutions-hero-copy > :nth-child(4) {
  animation-delay: 260ms;
}

.hero-copy > :nth-child(5) {
  animation-delay: 330ms;
}

.hero-image img {
  animation: royal-hero-breathe 16s ease-in-out infinite alternate;
}

.solutions-orbit-core {
  animation: royal-orbit-float 5.5s ease-in-out infinite;
}

.solutions-orbit-label {
  animation: royal-label-float 4.8s ease-in-out infinite;
}

.solutions-orbit-label:nth-of-type(2) {
  animation-delay: -1.2s;
}

.solutions-orbit-label:nth-of-type(3) {
  animation-delay: -2.4s;
}

.solutions-orbit-label:nth-of-type(4) {
  animation-delay: -3.6s;
}

.method-card-top i {
  animation: royal-seed-breathe 4.5s ease-in-out infinite;
}

.method-card:nth-child(2) .method-card-top i {
  animation-delay: -1.1s;
}

.method-card:nth-child(3) .method-card-top i {
  animation-delay: -2.2s;
}

.method-card:nth-child(4) .method-card-top i {
  animation-delay: -3.3s;
}

.button,
.solution-card,
.product-card {
  backface-visibility: hidden;
}

.button:hover {
  box-shadow: 0 12px 30px rgba(13, 40, 29, 0.16);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

@keyframes royal-hero-enter {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, 26px, 0);
  }
  to {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes royal-title-line {
  from {
    opacity: 0;
    transform: translate3d(0, 112%, 0) rotate(1.5deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes royal-image-reveal {
  from {
    clip-path: inset(0 0 0 100%);
    opacity: 0.5;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes royal-image-light {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes royal-badge-enter {
  from {
    opacity: 0;
    transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes royal-badge-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(185, 211, 92, 0.35);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(185, 211, 92, 0);
  }
}

@keyframes royal-hero-glow {
  from {
    opacity: 0.45;
    transform: translate3d(-3%, -2%, 0) scale(0.94);
  }
  to {
    opacity: 0.8;
    transform: translate3d(4%, 5%, 0) scale(1.08);
  }
}

@keyframes royal-ring-drift {
  0%,
  100% {
    opacity: 0.35;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.75;
    transform: translate3d(18px, -14px, 0) scale(1.04);
  }
}

@keyframes royal-scroll-line {
  0% {
    transform: translateX(-105%);
  }
  55%,
  100% {
    transform: translateX(105%);
  }
}

@keyframes royal-hero-breathe {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.065);
  }
}

@keyframes royal-orbit-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(2deg);
  }
}

@keyframes royal-label-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes royal-seed-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(185, 211, 92, 0.05);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(185, 211, 92, 0.08);
    transform: scale(1.08);
  }
}

@keyframes royal-process-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-10deg);
  }
  50% {
    transform: translate3d(0, -6px, 0) rotate(-6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .motion-reveal.motion-scale,
  .motion-reveal.is-visible,
  .motion-reveal.motion-scale.is-visible {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-copy > *,
  .hero-title-line > span,
  .page-hero-grid > *,
  .solutions-hero-copy > *,
  .home-hero::before,
  .hero-image img,
  .hero-image,
  .hero-image::before,
  .hero-image-badge,
  .hero-image-badge i,
  .hero-ambient,
  .hero-scroll i::after,
  .solutions-orbit-core,
  .solutions-orbit-label,
  .method-card-top i {
    animation: none !important;
  }

  .process-icon {
    animation: none !important;
    transform: rotate(-10deg) !important;
  }

  .logistics-steps li:hover {
    transform: none;
  }
}
