@font-face { font-family: "Sora"; src: url("../fonts/sora-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Sora"; src: url("../fonts/sora-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Sora"; src: url("../fonts/sora-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Sora"; src: url("../fonts/sora-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Sora"; src: url("../fonts/sora-800.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --green: #077400;
  --green-dark: #034c00;
  --green-deep: #022f00;
  --green-pale: #eaf5e8;
  --orange: #f98e05;
  --orange-light: #ffad35;
  --brown: #70350f;
  --ink: #172017;
  --muted: #667065;
  --line: #dfe6dd;
  --paper: #f7f8f4;
  --white: #ffffff;
  --radius: 28px;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Sora", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

/* Neutraliza espaçamentos globais do Elementor sem impedir a edição. */
.elementor-widget-verian-section,
.elementor-widget-verian-section > .elementor-widget-container,
.verian-section-container,
.verian-section-container > .e-con-inner {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  max-width: none !important;
}
.elementor-widget-verian-section { width: 100%; }
.elementor-widget-verian-section > .elementor-widget-container { width: 100%; }
.verian-editor-block { width: 100%; overflow: hidden; }
.elementor .e-con.verian-section-container,
.elementor .e-con.verian-section-container > .e-con-inner {
  --container-max-width: 100%;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  width: 100%;
  max-width: none;
}
.elementor-page .elementor-widget-verian-section:not(:last-child) { margin-bottom: 0; }

.site-header {
  width: var(--shell);
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 30;
}
.brand { width: 224px; }
.desktop-nav { justify-self: center; display: flex; gap: 30px; }
.desktop-nav a {
  color: #6e776d;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease;
}
.desktop-nav a:hover { color: var(--green); }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  padding: 0 25px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button span { font-size: 18px; line-height: 1; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 14px 30px rgba(7,116,0,.18); }
.button-small { min-height: 46px; padding-inline: 21px; background: var(--orange); }
.button-small:hover, .button-orange:hover { background: #e67e00; }
.button-orange { background: var(--orange); }
.mobile-nav { display: none; }

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 14% 26%, rgba(70, 166, 57, .52), transparent 33%),
    linear-gradient(125deg, var(--green) 0%, var(--green-dark) 58%, var(--green-deep) 100%);
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  left: -290px;
  top: -310px;
  box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.02);
}
.hero-grid {
  min-height: 690px;
  padding: 74px 0 65px;
  display: grid;
  grid-template-columns: .91fr 1.09fr;
  align-items: center;
  gap: 68px;
  position: relative;
  z-index: 2;
}
.hero-copy { max-width: 600px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 31px; height: 2px; background: currentColor; }
.eyebrow-light { color: #d9f0d5; }
.hero h1 {
  margin: 0;
  font-size: clamp(60px, 6.7vw, 102px);
  line-height: .9;
  letter-spacing: -.07em;
  font-weight: 800;
}
.hero h1 span { color: var(--orange); }
.hero-kicker {
  margin: 23px 0 21px;
  font-size: clamp(22px, 2.5vw, 35px);
  line-height: 1.18;
  letter-spacing: -.04em;
  font-weight: 600;
  max-width: 510px;
}
.hero-lead { max-width: 540px; margin: 0; color: #d4e4d2; font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.text-link { color: #eff8ed; font-size: 12px; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.text-link span { margin-left: 7px; color: var(--orange); }

.hero-visual {
  height: 540px;
  border-radius: 38px 38px 150px 38px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: 0 32px 70px rgba(0,0,0,.22);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(0,50,0,.52), transparent 50%), linear-gradient(0deg, rgba(0,30,0,.25), transparent 45%);
  z-index: 1;
}
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp {
  position: absolute;
  z-index: 3;
  left: 34px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(3,76,0,.86);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.18);
}
.hero-stamp strong { color: var(--orange); font-size: 26px; letter-spacing: -.04em; }
.hero-stamp span { font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-number {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: -54px;
  color: rgba(255,255,255,.10);
  font-size: 230px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.1em;
}
.hero-facts {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero-facts article { min-height: 106px; display: flex; align-items: center; gap: 17px; padding: 22px 31px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-facts article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts article > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.hero-facts strong, .hero-facts small { display: block; }
.hero-facts strong { margin-bottom: 5px; font-size: 14px; }
.hero-facts small { color: #bcd2ba; font-size: 11px; }

.intro { padding-block: 120px; }
.section-index { margin: 0 0 30px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.intro h2, .technology h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.06;
  letter-spacing: -.055em;
}
.intro-grid > div { padding-top: 8px; }
.intro-grid p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.technology { background: var(--green); color: var(--white); padding-block: 118px; position: relative; overflow: hidden; }
.technology::after {
  content: "VIP2";
  position: absolute;
  right: -30px;
  bottom: -80px;
  color: rgba(255,255,255,.045);
  font-size: 270px;
  font-weight: 800;
  letter-spacing: -.08em;
}
.technology-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; position: relative; z-index: 2; }
.section-index-light { color: #bfe4bb; }
.technology-heading > p:last-child { max-width: 530px; color: #cde3ca; font-size: 15px; line-height: 1.75; }
.technology h2 { margin-bottom: 30px; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.2); }
.benefit-list article { min-height: 75px; display: grid; grid-template-columns: 46px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-list article > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.benefit-list p { margin: 0; font-size: 15px; line-height: 1.45; font-weight: 550; }
.benefit-list em { color: #cdf0c9; font-weight: 400; }

.agronomy { padding-block: 120px; }
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
}
.section-heading h2,
.protection h2,
.glyphosate h2,
.differentials h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(39px, 4.4vw, 66px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.section-heading > p {
  max-width: 490px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature-card {
  min-height: 305px;
  grid-column: span 2;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:nth-child(4), .feature-card:nth-child(5) { grid-column: span 3; min-height: 268px; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(4,64,0,.09); }
.feature-card-highlight { background: var(--orange); border-color: var(--orange); }
.feature-number { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-card-highlight .feature-number { color: var(--green-dark); }
.feature-symbol {
  position: absolute;
  top: 22px;
  right: 26px;
  color: var(--green);
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
}
.feature-card-highlight .feature-symbol { color: rgba(3,76,0,.75); }
.feature-card h3 { max-width: 300px; margin: auto 0 14px; font-size: 22px; line-height: 1.12; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-card-highlight p { color: #4d3517; }

.protection { padding-block: 120px; background: var(--paper); }
.protection-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: center; }
.protection-image {
  min-height: 650px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 42px 42px 130px 42px;
  background: linear-gradient(145deg, #dce9d8, #f2eee1);
}
.protection-image::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(7,116,0,.18);
  border-radius: 29px 29px 110px 29px;
}
.protection-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; position: relative; z-index: 1; }
.image-caption {
  position: absolute;
  z-index: 3;
  left: 27px;
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 21px;
  border-radius: 18px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 15px 36px rgba(0,0,0,.13);
}
.image-caption span { color: var(--orange); font-size: 27px; letter-spacing: -.05em; }
.protection h2 { margin-bottom: 32px; }
.protection-copy > p:not(.section-index) { margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.species-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.species-row article { padding: 20px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.species-row span, .species-row strong, .species-row em { display: block; }
.species-row span { margin-bottom: 22px; color: var(--orange); font-size: 10px; font-weight: 800; }
.species-row strong { margin-bottom: 5px; color: var(--green-dark); font-size: 13px; }
.species-row em { color: var(--muted); font-family: Georgia, serif; font-size: 13px; }

.glyphosate { position: relative; overflow: hidden; padding-block: 120px; background: var(--brown); color: var(--white); }
.glyphosate::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -240px;
  top: -250px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.025);
}
.glyphosate-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 115px; align-items: center; position: relative; z-index: 2; }
.rr-mark {
  aspect-ratio: 1;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(255,173,53,.24), transparent 42%);
}
.rr-mark span { color: #ffd08e; font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.rr-mark strong { color: var(--orange); font-size: clamp(100px, 12vw, 175px); line-height: .9; letter-spacing: -.1em; }
.glyphosate h2 { margin-bottom: 29px; }
.glyphosate-copy > p:not(.section-index) { max-width: 670px; margin: 0 0 18px; color: #eadbd0; font-size: 15px; line-height: 1.8; }
.manejo-note { margin-top: 35px; display: inline-flex; align-items: center; gap: 13px; color: #fff5e8; font-size: 12px; font-weight: 650; }
.manejo-note span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--green-dark); font-size: 20px; }

.naming { padding-block: 125px; }
.naming-heading h2 span { color: var(--green); }
.name-display { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr .7fr .7fr; gap: 10px; margin-bottom: 35px; }
.name-code {
  min-height: 155px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 25px;
  background: var(--green);
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.07em;
}
.name-code::after { content: ""; position: absolute; width: 10px; height: 10px; right: -10px; top: 50%; background: var(--orange); transform: translate(50%, -50%) rotate(45deg); z-index: 2; }
.name-code:last-child::after { display: none; }
.name-code:nth-child(2) { background: var(--orange); color: var(--green-dark); }
.name-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.name-grid article { min-height: 135px; display: grid; grid-template-columns: 70px 1fr; gap: 17px; align-items: center; padding: 25px 30px 25px 0; border-bottom: 1px solid var(--line); }
.name-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.name-grid article:nth-child(even) { padding-left: 30px; }
.name-grid article > span { color: var(--orange); font-size: 27px; font-weight: 800; letter-spacing: -.05em; }
.name-grid h3 { margin: 0 0 6px; color: var(--green-dark); font-size: 15px; }
.name-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.differentials { padding-block: 120px; background: var(--green-deep); color: var(--white); }
.differentials-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.differentials-intro { position: sticky; top: 45px; }
.differentials h2 { margin-bottom: 27px; }
.differentials-intro > p:last-child { color: #b9cfb7; font-size: 14px; line-height: 1.75; }
.differential-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.differential-list li { min-height: 76px; display: grid; grid-template-columns: 56px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.differential-list span { color: var(--orange); font-size: 10px; font-weight: 800; }
.differential-list p { margin: 0; font-size: 14px; font-weight: 550; }

.final-cta { padding-block: 130px; background: var(--orange); color: var(--green-deep); position: relative; overflow: hidden; }
.final-cta::before {
  content: "21";
  position: absolute;
  right: -60px;
  bottom: -95px;
  color: rgba(255,255,255,.22);
  font-size: 330px;
  font-weight: 800;
  letter-spacing: -.12em;
}
.final-cta-inner { position: relative; z-index: 2; }
.final-cta .section-index-light { color: var(--green-dark); }
.final-cta h2 { max-width: 900px; font-size: clamp(49px, 6.5vw, 96px); line-height: .98; }
.final-cta h2 span { color: var(--white); }
.final-cta-inner > p:not(.section-index) { max-width: 650px; margin: 37px 0; color: #4f370d; font-size: 15px; line-height: 1.7; }
.button-large { min-height: 61px; padding-inline: 30px; background: var(--green); }
.button-large:hover { background: var(--green-dark); }

.site-footer { padding-top: 74px; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 285px 1fr auto; gap: 85px; align-items: start; padding-bottom: 65px; }
.footer-grid > img { width: 245px; }
.footer-grid > p { max-width: 440px; margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-grid nav { display: grid; gap: 12px; }
.footer-grid nav a { color: var(--green-dark); font-size: 12px; font-weight: 650; }
.footer-bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #818a80; font-size: 10px; }
.footer-bottom a { color: var(--green); font-weight: 700; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px, 820px); }
  .site-header { grid-template-columns: 220px 1fr auto; }
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { height: 480px; }
  .intro-grid, .technology-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .feature-card { grid-column: span 3; }
  .feature-card:nth-child(5) { grid-column: span 6; }
  .protection-grid, .glyphosate-grid, .differentials-grid { grid-template-columns: 1fr; gap: 70px; }
  .protection-image { min-height: 570px; }
  .protection-image img { min-height: 570px; }
  .rr-mark { max-width: 340px; }
  .name-display { grid-template-columns: repeat(3, 1fr); }
  .name-code::after { display: none; }
  .differentials-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-grid nav { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); --radius: 22px; }
  .site-header { height: 78px; grid-template-columns: 1fr auto; gap: 14px; }
  .brand { width: 184px; }
  .site-header > .button { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 44px; height: 44px; border-radius: 50%; background: var(--green); list-style: none; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 17px; height: 2px; background: white; display: block; }
  .mobile-nav nav { position: absolute; right: 0; top: 51px; width: 210px; padding: 13px; border-radius: 18px; background: white; box-shadow: 0 20px 50px rgba(0,0,0,.15); display: grid; }
  .mobile-nav nav a { padding: 11px 10px; color: var(--ink); font-size: 12px; font-weight: 650; }
  .hero-grid { min-height: auto; padding: 66px 0 42px; gap: 40px; }
  .hero h1 { font-size: clamp(57px, 19vw, 76px); }
  .hero-kicker { font-size: 23px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { height: 370px; border-radius: 28px 28px 86px 28px; }
  .hero-number { font-size: 150px; }
  .hero-stamp { left: 18px; bottom: 18px; padding: 13px 17px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts article, .hero-facts article:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-inline: 7px; }
  .intro { padding-block: 74px; }
  .intro h2, .technology h2 { font-size: 37px; }
  .intro-grid { gap: 35px; }
  .intro-grid p { font-size: 14px; }
  .technology { padding-block: 76px; }
  .technology-grid { gap: 42px; }
  .benefit-list article { grid-template-columns: 40px 1fr; min-height: 78px; }
  .benefit-list p { font-size: 14px; }
  .agronomy, .protection, .glyphosate, .naming, .differentials { padding-block: 76px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .protection h2, .glyphosate h2, .differentials h2 { font-size: 37px; }
  .section-heading > p { font-size: 13px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:nth-child(4), .feature-card:nth-child(5) { grid-column: span 1; min-height: 245px; }
  .feature-card h3 { font-size: 20px; }
  .protection-grid, .glyphosate-grid { gap: 48px; }
  .protection-image { min-height: 445px; border-radius: 30px 30px 88px 30px; }
  .protection-image img { min-height: 445px; }
  .protection-copy > p:not(.section-index), .glyphosate-copy > p:not(.section-index) { font-size: 13px; }
  .species-row { grid-template-columns: 1fr; }
  .rr-mark { width: 265px; padding: 37px; }
  .rr-mark strong { font-size: 105px; }
  .name-display { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .name-code { min-height: 95px; border-radius: 17px; font-size: 39px; }
  .name-grid { grid-template-columns: 1fr; }
  .name-grid article, .name-grid article:nth-child(even) { min-height: 115px; padding: 20px 0; border-right: 0; }
  .differentials-grid { gap: 40px; }
  .differential-list li { grid-template-columns: 44px 1fr; }
  .differential-list p { font-size: 13px; }
  .final-cta { padding-block: 86px; }
  .final-cta h2 { font-size: 49px; }
  .final-cta-inner > p:not(.section-index) { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 45px; }
  .footer-grid nav { grid-column: auto; grid-row: auto; grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

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

/* Home */
.home-page { overflow: hidden; }
.home-page h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.home-hero {
  min-height: 920px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 720px;
  height: 720px;
  left: -380px;
  bottom: -420px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 0 0 84px rgba(255,255,255,.025), 0 0 0 168px rgba(255,255,255,.02);
}
.home-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 42%;
}
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.home-hero-wash {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,47,0,1) 0%, rgba(3,76,0,.97) 35%, rgba(3,76,0,.72) 55%, rgba(2,47,0,.18) 100%),
    linear-gradient(0deg, rgba(2,47,0,.64) 0%, transparent 36%);
}
.home-site-header {
  height: 78px;
  position: absolute;
  z-index: 20;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 23px;
  background: linear-gradient(118deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  box-shadow: 0 19px 55px rgba(0,37,0,.2), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}
.home-brand { width: 210px; }
.home-desktop-nav { justify-self: center; display: flex; align-items: center; gap: 28px; }
.home-desktop-nav a { color: #647063; font-size: 12px; font-weight: 650; transition: color .2s ease; }
.home-desktop-nav a:hover { color: var(--green); }
.home-header-cta { min-height: 47px; padding-inline: 22px; }
.home-mobile-nav { display: none; }

.home-hero-content {
  min-height: 820px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 58px;
  padding: 152px 0 70px;
}
.home-hero-copy { max-width: 740px; }
.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 31px;
  color: #c7e9c3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.home-eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.home-hero h1 { margin: 0; max-width: 735px; letter-spacing: -.065em; }
.home-hero h1 small {
  max-width: 650px;
  display: block;
  margin-bottom: 9px;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  font-weight: 650;
}
.home-hero h1 strong { display: inline-block; color: var(--orange); font-size: clamp(82px, 9vw, 136px); line-height: .92; font-weight: 800; }
.home-hero h1 em { display: inline-block; font-size: clamp(34px, 4.3vw, 63px); line-height: 1; font-style: normal; font-weight: 650; }
.home-hero-copy > p:not(.home-eyebrow) { max-width: 670px; margin: 29px 0 0; color: #d5e7d3; font-size: 15px; line-height: 1.78; }
.home-hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 35px; }
.home-primary-action { min-height: 68px; padding-inline: 24px; gap: 28px; }
.action-label, .home-glass-action > span { display: flex; flex-direction: column; align-items: flex-start; font-size: 14px; line-height: 1.2; }
.action-label small, .home-glass-action small { margin-bottom: 5px; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .78; }
.home-glass-action {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 23px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(32,159,25,.37), rgba(2,78,0,.25));
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 13px 35px rgba(0,37,0,.18);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.home-glass-action:hover { transform: translateY(-2px); background: rgba(42,171,34,.46); }
.home-glass-action > span + span { font-size: 18px; }

.liquid-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  background:
    linear-gradient(132deg, rgba(45,170,37,.42) 0%, rgba(3,95,0,.29) 52%, rgba(0,53,0,.18) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 28px 70px rgba(0,35,0,.24);
  backdrop-filter: blur(25px) saturate(155%);
  -webkit-backdrop-filter: blur(25px) saturate(155%);
}
.liquid-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.2), transparent 28%, transparent 71%, rgba(255,255,255,.08));
}
.hero-liquid-card {
  min-height: 415px;
  align-self: end;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 42px 42px 105px 42px;
}
.hero-liquid-card > p { position: relative; z-index: 2; max-width: 240px; margin: 0 0 32px; color: #eef8ed; font-size: 16px; line-height: 1.45; font-weight: 600; }
.liquid-orb {
  position: absolute;
  top: 30px;
  right: 29px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.37), rgba(82,204,73,.21) 32%, rgba(0,82,0,.16) 68%);
  box-shadow: inset -12px -15px 25px rgba(0,62,0,.25), 0 15px 30px rgba(0,39,0,.2);
}
.liquid-formula { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; }
.liquid-formula > span { display: flex; align-items: baseline; color: white; font-size: 45px; line-height: 1; font-weight: 800; letter-spacing: -.07em; }
.liquid-formula small { margin-left: 4px; color: #c8f1c4; font-size: 15px; letter-spacing: 0; }
.liquid-formula b { color: var(--orange); font-size: 24px; }
.liquid-card-footer { position: relative; z-index: 2; margin-top: 28px; padding-top: 19px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); }
.liquid-card-footer span { color: #bcd9ba; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.liquid-card-footer strong { color: var(--orange); font-size: 16px; }
.home-hero-facts {
  min-height: 100px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.22);
}
.home-hero-facts article { display: grid; grid-template-columns: 40px 1fr; align-content: center; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.home-hero-facts article:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.home-hero-facts article > span { grid-row: 1 / span 2; color: var(--orange); font-size: 10px; font-weight: 800; }
.home-hero-facts strong { font-size: 13px; }
.home-hero-facts small { margin-top: 5px; color: #bbd2b9; font-size: 10px; }

.home-about { padding-block: 132px; }
.home-section-heading { display: grid; grid-template-columns: 1fr 1.6fr; gap: 70px; align-items: start; margin-bottom: 74px; }
.home-section-heading .section-index { padding-top: 15px; }
.home-section-heading h2 span { color: var(--green); }
.home-about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: center; }
.home-about-visual { min-height: 690px; position: relative; border-radius: 40px 40px 135px 40px; background: var(--green-pale); }
.home-about-visual::before { content: ""; position: absolute; inset: -19px 22px 22px -19px; z-index: -1; border: 1px solid rgba(7,116,0,.2); border-radius: 50px 50px 145px 50px; }
.home-about-visual > img { width: 100%; height: 690px; object-fit: cover; border-radius: inherit; }
.about-liquid-card { width: 280px; min-height: 170px; position: absolute; right: -45px; bottom: 38px; padding: 25px; border-radius: 30px; color: white; }
.about-liquid-card p { position: relative; z-index: 2; max-width: 205px; margin: 21px 0 0; font-size: 13px; line-height: 1.5; font-weight: 600; }
.leaf-mark { width: 47px; height: 47px; position: relative; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: var(--orange); }
.leaf-mark span { width: 18px; height: 26px; border-radius: 100% 0 100% 0; background: var(--green-dark); transform: rotate(-18deg); }
.home-about-copy h3 { margin: 0 0 28px; color: var(--green-dark); font-size: 30px; letter-spacing: -.04em; }
.home-about-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.home-about-note { display: grid; grid-template-columns: 58px 1fr; gap: 19px; align-items: center; margin-top: 35px; padding-top: 30px; border-top: 1px solid var(--line); }
.home-about-note > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--orange); color: var(--green-dark); font-size: 27px; font-weight: 800; }
.home-about-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.home-about-note strong { color: var(--green-dark); }

.home-journey { position: relative; overflow: hidden; padding-block: 120px; background: linear-gradient(126deg, var(--green) 0%, var(--green-dark) 68%, var(--green-deep) 100%); color: white; }
.home-journey::after { content: "V"; position: absolute; right: -50px; top: -120px; color: rgba(255,255,255,.035); font-size: 530px; line-height: 1; font-weight: 800; }
.home-journey-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px 110px; }
.home-journey h2 { max-width: 600px; }
.home-journey-copy p { margin: 0 0 19px; color: #d0e4ce; font-size: 15px; line-height: 1.8; }
.journey-liquid-strip { grid-column: 1 / -1; min-height: 130px; display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr; align-items: center; padding: 25px 35px; border-radius: 28px; }
.journey-liquid-strip article, .journey-liquid-strip i { position: relative; z-index: 2; }
.journey-liquid-strip article { display: flex; align-items: center; gap: 15px; }
.journey-liquid-strip article span { color: var(--orange); font-size: 10px; font-weight: 800; }
.journey-liquid-strip article strong { font-size: 13px; }
.journey-liquid-strip i { color: rgba(255,255,255,.55); font-style: normal; text-align: center; }

.home-technology { padding-block: 130px; }
.home-technology-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.home-technology-top > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.home-technology-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; padding: 65px; border-radius: 38px 38px 120px 38px; background: var(--paper); border: 1px solid var(--line); }
.technology-statement { display: flex; flex-wrap: wrap; align-content: center; align-items: center; gap: 12px; }
.technology-statement > span { color: var(--green); font-size: clamp(34px, 3.3vw, 48px); line-height: 1; font-weight: 800; letter-spacing: -.055em; }
.technology-statement > b { color: var(--orange); font-size: 29px; }
.technology-statement > p { flex-basis: 100%; max-width: 440px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.technology-point-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.technology-point-grid article { min-height: 95px; display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 15px 18px 15px 0; border-bottom: 1px solid var(--line); }
.technology-point-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.technology-point-grid article:nth-child(even) { padding-left: 20px; }
.technology-point-grid span { color: var(--orange); font-size: 9px; font-weight: 800; }
.technology-point-grid p { margin: 0; color: var(--green-dark); font-size: 12px; line-height: 1.45; font-weight: 650; }

.home-2btrr { position: relative; overflow: hidden; padding-block: 125px; background: var(--green-deep); color: white; }
.home-2btrr::before { content: ""; position: absolute; width: 720px; height: 720px; left: 50%; top: 145px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.014), 0 0 0 160px rgba(255,255,255,.012); }
.home-2btrr > .shell { position: relative; z-index: 2; }
.home-2btrr-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.home-2btrr-heading .section-index { margin-bottom: 25px; }
.home-2btrr-heading h2 span { color: var(--orange); }
.home-2btrr-heading > p:last-child { max-width: 620px; margin: 25px auto 0; color: #bfd3bd; font-size: 15px; line-height: 1.7; }
.formula-stage { max-width: 880px; position: relative; margin: 0 auto 62px; text-align: center; }
.formula-glow { position: absolute; width: 410px; height: 220px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(51,180,42,.2); filter: blur(52px); }
.formula-main { position: relative; display: flex; justify-content: center; align-items: center; gap: 30px; }
.formula-main span { color: white; font-size: clamp(75px, 10vw, 142px); line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.formula-main span:last-child { color: var(--orange); }
.formula-main b { color: #89c982; font-size: 43px; }
.formula-stage > p { position: relative; max-width: 740px; margin: 25px auto 0; color: #bed4bc; font-size: 14px; line-height: 1.8; }
.home-glass-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-glass-grid article { min-height: 285px; padding: 30px; border-radius: 31px; }
.home-glass-grid article > span, .home-glass-grid h3, .home-glass-grid p { position: relative; z-index: 2; }
.home-glass-grid article > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.home-glass-grid h3 { margin: 79px 0 15px; font-size: 21px; letter-spacing: -.04em; }
.home-glass-grid p { margin: 0; color: #c9dec7; font-size: 12px; line-height: 1.7; }

.home-vip2 { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; padding-block: 130px; }
.vip2-wordmark { min-height: 540px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 42px 42px 135px 42px; background: var(--orange); }
.vip2-wordmark::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.10), 0 0 0 104px rgba(255,255,255,.08); }
.vip2-wordmark span, .vip2-wordmark strong { position: relative; z-index: 2; line-height: 1; font-weight: 800; letter-spacing: -.1em; }
.vip2-wordmark span { color: var(--green-dark); font-size: clamp(76px, 8.2vw, 126px); }
.vip2-wordmark strong { align-self: flex-start; margin-top: 145px; color: white; font-size: 74px; }
.home-vip2-content > p:not(.section-index) { margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.home-vip2-content h2 { margin-bottom: 30px; }
.vip2-highlight { margin: 32px 0; padding: 27px 29px; border-left: 4px solid var(--orange); border-radius: 0 20px 20px 0; background: var(--green-pale); }
.vip2-highlight span { color: var(--green); font-size: 17px; font-weight: 800; }
.vip2-highlight p { margin: 10px 0 0; color: var(--green-dark); font-size: 12px; line-height: 1.65; }

.home-products { padding-block: 125px; background: var(--paper); }
.home-products-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.home-products-heading > p { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.product-card { min-height: 670px; overflow: hidden; border: 1px solid var(--line); border-radius: 34px 34px 100px 34px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(0,60,0,.10); }
.product-image { height: 320px; position: relative; overflow: hidden; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,45,0,.5), transparent 55%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 10px 14px; border-radius: 999px; background: var(--orange); color: var(--green-dark); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-copy { padding: 34px 36px 39px; }
.product-copy > p:first-child { margin: 0 0 10px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-copy h3 { margin: 0 0 19px; color: var(--green-dark); font-size: clamp(35px, 3.4vw, 51px); line-height: 1; letter-spacing: -.065em; }
.product-copy h3 span { color: var(--green); }
.product-copy > p:not(:first-child) { min-height: 80px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-link { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--green); font-size: 12px; font-weight: 750; }
.product-link span { color: var(--orange); font-size: 18px; }
.future-visual { height: 320px; position: relative; display: flex; align-items: flex-end; padding: 31px; overflow: hidden; background: linear-gradient(140deg, var(--green) 0%, var(--green-dark) 58%, var(--green-deep) 100%); color: white; }
.future-visual > span { position: absolute; right: -8px; top: -34px; color: rgba(255,255,255,.09); font-size: 190px; line-height: 1; font-weight: 800; letter-spacing: -.1em; }
.future-visual strong { position: relative; z-index: 2; color: var(--orange); font-size: 45px; letter-spacing: -.06em; }
.future-rings { position: absolute; width: 260px; height: 260px; right: -30px; bottom: -110px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 80px rgba(255,255,255,.025); }

.home-results { padding-block: 125px; background: var(--brown); color: white; }
.home-results-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; }
.home-results-copy { align-self: start; position: sticky; top: 40px; }
.home-results-copy h2 { margin-bottom: 28px; }
.home-results-copy > p:last-child { max-width: 500px; color: #ead8cd; font-size: 14px; line-height: 1.75; }
.result-list { border-top: 1px solid rgba(255,255,255,.2); }
.result-list article { min-height: 92px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.result-list span { color: var(--orange); font-size: 10px; font-weight: 800; }
.result-list p { margin: 0; font-size: 15px; font-weight: 600; }
.result-list i { color: #d9c6ba; font-style: normal; font-size: 20px; }

.home-partnership { position: relative; padding-block: 120px; background: linear-gradient(140deg, #e9f3e6, #f8f5ec); }
.partnership-liquid { min-height: 570px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 74px; border-radius: 45px 45px 140px 45px; background: linear-gradient(128deg, rgba(7,116,0,.94), rgba(3,76,0,.91) 61%, rgba(2,47,0,.88)); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 35px 80px rgba(2,60,0,.18); }
.partnership-copy, .partnership-mark { position: relative; z-index: 2; }
.partnership-copy h2 { max-width: 700px; margin-bottom: 28px; }
.partnership-copy > p:not(.section-index) { max-width: 650px; margin: 0 0 16px; color: #d1e7ce; font-size: 14px; line-height: 1.75; }
.partnership-copy .button { margin-top: 22px; }
.partnership-mark { width: 300px; aspect-ratio: 1; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: radial-gradient(circle at 35% 26%, rgba(255,255,255,.19), rgba(14,123,8,.13) 45%, rgba(0,47,0,.19)); box-shadow: inset -23px -28px 45px rgba(0,53,0,.24); }
.partnership-mark span { color: var(--orange); font-size: 130px; line-height: .8; font-weight: 800; letter-spacing: -.11em; }
.partnership-mark small { margin-top: 24px; color: #d6e9d4; font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.home-footer { padding-top: 72px; }

@media (max-width: 1100px) {
  .home-site-header { grid-template-columns: 220px 1fr auto; }
  .home-desktop-nav { display: none; }
  .home-hero-content { grid-template-columns: 1fr 310px; gap: 35px; }
  .home-hero h1 small { font-size: 45px; }
  .home-hero h1 strong { font-size: 100px; }
  .home-hero h1 em { font-size: 45px; }
  .home-hero-actions { align-items: flex-start; flex-direction: column; }
  .home-primary-action, .home-glass-action { min-width: 270px; }
  .home-section-heading { grid-template-columns: 1fr 2fr; }
  .home-about-grid { gap: 70px; }
  .about-liquid-card { right: -20px; }
  .home-technology-panel { padding: 48px; gap: 50px; }
  .technology-statement > span { font-size: 37px; }
  .home-vip2 { gap: 70px; }
  .home-results-grid { gap: 70px; }
  .partnership-liquid { padding: 58px; }
}

@media (max-width: 900px) {
  .home-hero { min-height: 1080px; }
  .home-hero-image { inset: 0; opacity: .72; }
  .home-hero-wash { background: linear-gradient(90deg, rgba(2,47,0,.98), rgba(3,76,0,.82) 62%, rgba(2,47,0,.54)), linear-gradient(0deg, rgba(2,47,0,.76), transparent 50%); }
  .home-hero-content { min-height: 950px; grid-template-columns: 1fr; align-content: center; padding-top: 145px; }
  .home-hero-copy { max-width: 700px; }
  .home-hero-actions { flex-direction: row; }
  .home-primary-action, .home-glass-action { min-width: 0; }
  .hero-liquid-card { display: none; }
  .home-about-grid, .home-journey-grid, .home-technology-top, .home-technology-panel, .home-vip2, .home-products-heading, .home-results-grid, .partnership-liquid { grid-template-columns: 1fr; }
  .home-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .home-section-heading .section-index { padding-top: 0; }
  .home-about-visual { min-height: 580px; max-width: 650px; }
  .home-about-visual > img { height: 580px; }
  .about-liquid-card { right: 28px; }
  .home-journey-grid { gap: 45px; }
  .journey-liquid-strip { grid-template-columns: 1fr 28px 1fr 28px; gap: 16px 0; }
  .journey-liquid-strip article:nth-of-type(3) { grid-column: 1; }
  .journey-liquid-strip i:nth-of-type(3) { grid-column: 2; }
  .home-technology-top { gap: 25px; }
  .home-technology-panel { gap: 40px; }
  .vip2-wordmark { min-height: 420px; }
  .vip2-wordmark strong { margin-top: 95px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 690px; }
  .product-copy { padding-inline: 28px; }
  .home-results-copy { position: static; }
  .partnership-liquid { gap: 45px; }
  .partnership-mark { justify-self: start; width: 250px; }
}

@media (max-width: 680px) {
  .home-page h2 { font-size: 39px; }
  .home-hero { min-height: 1000px; }
  .home-site-header { height: 68px; top: 14px; grid-template-columns: 1fr auto; padding: 0 12px 0 16px; border-radius: 19px; }
  .home-brand { width: 176px; }
  .home-header-cta { display: none; }
  .home-mobile-nav { display: block; position: relative; }
  .home-mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; list-style: none; border-radius: 50%; background: var(--green); cursor: pointer; }
  .home-mobile-nav summary::-webkit-details-marker { display: none; }
  .home-mobile-nav summary span { width: 17px; height: 2px; display: block; background: white; }
  .home-mobile-nav nav { width: 220px; position: absolute; right: 0; top: 49px; display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 20px 45px rgba(0,40,0,.22); backdrop-filter: blur(20px); }
  .home-mobile-nav nav a { padding: 11px 10px; color: var(--green-dark); font-size: 12px; font-weight: 650; }
  .home-hero-content { min-height: 900px; padding: 130px 0 80px; }
  .home-eyebrow { margin-bottom: 25px; }
  .home-hero h1 small { font-size: 36px; }
  .home-hero h1 strong { font-size: clamp(78px, 27vw, 105px); }
  .home-hero h1 em { font-size: 37px; }
  .home-hero-copy > p:not(.home-eyebrow) { margin-top: 24px; font-size: 13px; line-height: 1.7; }
  .home-hero-actions { flex-direction: column; width: 100%; }
  .home-primary-action, .home-glass-action { width: 100%; justify-content: space-between; min-height: 64px; }
  .home-hero-facts { grid-template-columns: 1fr; }
  .home-hero-facts article, .home-hero-facts article:first-child { min-height: 76px; padding-inline: 7px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-about, .home-technology, .home-vip2, .home-products, .home-results, .home-partnership { padding-block: 78px; }
  .home-section-heading { margin-bottom: 43px; }
  .home-about-grid { gap: 55px; }
  .home-about-visual { min-height: 460px; border-radius: 28px 28px 90px 28px; }
  .home-about-visual > img { height: 460px; }
  .home-about-visual::before { inset: -11px 14px 15px -11px; border-radius: 34px 34px 99px 34px; }
  .about-liquid-card { width: 225px; min-height: 145px; right: 14px; bottom: 20px; padding: 20px; border-radius: 24px; }
  .about-liquid-card p { margin-top: 14px; font-size: 11px; }
  .leaf-mark { width: 39px; height: 39px; }
  .home-about-copy h3 { font-size: 26px; }
  .home-about-copy > p { font-size: 13px; line-height: 1.75; }
  .home-journey { padding-block: 78px; }
  .home-journey-copy p { font-size: 13px; }
  .journey-liquid-strip { grid-template-columns: 1fr; gap: 0; padding: 13px 22px; }
  .journey-liquid-strip article { min-height: 64px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .journey-liquid-strip article:last-child { border-bottom: 0; }
  .journey-liquid-strip i { display: none; }
  .journey-liquid-strip article:nth-of-type(3) { grid-column: auto; }
  .home-technology-top { margin-bottom: 38px; }
  .home-technology-top > p { font-size: 13px; }
  .home-technology-panel { padding: 29px 23px 39px; border-radius: 27px 27px 75px 27px; }
  .technology-statement > span { font-size: 31px; }
  .technology-point-grid { grid-template-columns: 1fr; }
  .technology-point-grid article, .technology-point-grid article:nth-child(even) { padding: 13px 0; border-right: 0; }
  .home-2btrr { padding-block: 78px; }
  .home-2btrr-heading { margin-bottom: 38px; }
  .home-2btrr-heading > p:last-child { font-size: 13px; }
  .formula-main { gap: 16px; }
  .formula-main span { font-size: 68px; }
  .formula-main b { font-size: 28px; }
  .formula-stage > p { font-size: 12px; }
  .home-glass-grid { grid-template-columns: 1fr; }
  .home-glass-grid article { min-height: 230px; }
  .home-glass-grid h3 { margin-top: 55px; }
  .home-vip2 { gap: 50px; }
  .vip2-wordmark { min-height: 350px; border-radius: 30px 30px 90px 30px; }
  .vip2-wordmark span { font-size: 86px; }
  .vip2-wordmark strong { margin-top: 80px; font-size: 56px; }
  .home-vip2-content > p:not(.section-index) { font-size: 13px; }
  .home-products-heading { gap: 24px; margin-bottom: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; border-radius: 27px 27px 75px 27px; }
  .product-image, .future-visual { height: 260px; }
  .product-copy { padding: 28px 24px 33px; }
  .product-copy > p:not(:first-child) { min-height: 0; }
  .home-results-grid { gap: 40px; }
  .home-results-copy > p:last-child { font-size: 13px; }
  .result-list article { min-height: 83px; grid-template-columns: 43px 1fr auto; }
  .result-list p { font-size: 13px; }
  .partnership-liquid { min-height: auto; padding: 35px 25px 43px; border-radius: 30px 30px 85px 30px; }
  .partnership-copy > p:not(.section-index) { font-size: 12px; }
  .partnership-mark { width: 205px; }
  .partnership-mark span { font-size: 95px; }
  .partnership-mark small { font-size: 7px; }
}

/* VIP M2761 */
.m2761-page { overflow: hidden; background: var(--white); }
.m2761-page h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.m2761-hero {
  min-height: 900px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}
.m2761-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 760px;
  height: 760px;
  right: -380px;
  top: -360px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255,255,255,.02), 0 0 0 170px rgba(255,255,255,.015);
}
.m2761-hero-image { position: absolute; z-index: -2; inset: 0 0 0 48%; }
.m2761-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.m2761-hero-wash {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,47,0,1) 0%, rgba(3,76,0,.97) 39%, rgba(3,76,0,.74) 59%, rgba(2,47,0,.23) 100%),
    linear-gradient(0deg, rgba(2,47,0,.72), transparent 46%);
}
.m2761-site-header { position: absolute; }
.m2761-hero-content {
  min-height: 800px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 365px;
  align-items: center;
  gap: 64px;
  padding: 145px 0 58px;
}
.m2761-hero-copy { max-width: 730px; }
.m2761-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: #c8e7c4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.m2761-eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.m2761-status-pill {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(25,143,18,.27);
  color: #e6f5e4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.m2761-status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(249,142,5,.14);
}
.m2761-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(67px, 7.6vw, 116px);
  line-height: .88;
  font-weight: 800;
  letter-spacing: -.075em;
}
.m2761-hero h1 span { color: var(--orange); }
.m2761-hero-kicker {
  max-width: 640px;
  margin: 25px 0 20px;
  font-size: clamp(25px, 2.7vw, 39px);
  line-height: 1.12;
  font-weight: 620;
  letter-spacing: -.045em;
}
.m2761-hero-lead { max-width: 665px; margin: 0 0 12px; color: #d2e5cf; font-size: 13px; line-height: 1.72; }
.m2761-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.m2761-text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); color: #edf7eb; font-size: 11px; font-weight: 650; }
.m2761-text-link span { margin-left: 8px; color: var(--orange); }
.m2761-hero-card {
  min-height: 435px;
  align-self: end;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 31px;
  border-radius: 43px 43px 110px 43px;
}
.m2761-hero-card > p, .m2761-hero-card > strong, .m2761-card-data { position: relative; z-index: 2; }
.m2761-hero-card > p { max-width: 245px; margin: 0 0 19px; color: #e4f2e2; font-size: 13px; line-height: 1.6; }
.m2761-hero-card > strong { color: var(--orange); font-size: 54px; line-height: 1; letter-spacing: -.07em; }
.m2761-orb {
  width: 115px;
  height: 115px;
  position: absolute;
  right: 27px;
  top: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, rgba(255,255,255,.38), rgba(70,194,61,.21) 34%, rgba(0,62,0,.2) 72%);
  box-shadow: inset -15px -18px 28px rgba(0,50,0,.24), 0 18px 35px rgba(0,39,0,.2);
}
.m2761-orb span { color: rgba(255,255,255,.74); font-size: 43px; font-weight: 800; letter-spacing: -.07em; }
.m2761-card-data { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 27px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.m2761-card-data span { color: white; font-size: 9px; line-height: 1.35; font-weight: 650; }
.m2761-card-data small { display: block; margin-bottom: 5px; color: #b8d5b5; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.m2761-hero-facts {
  min-height: 100px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
}
.m2761-hero-facts article { display: grid; grid-template-columns: 42px 1fr; align-content: center; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.19); }
.m2761-hero-facts article:first-child { border-left: 1px solid rgba(255,255,255,.19); }
.m2761-hero-facts article > span { grid-row: 1 / span 2; color: var(--orange); font-size: 9px; font-weight: 800; }
.m2761-hero-facts strong, .m2761-hero-facts small { display: block; }
.m2761-hero-facts strong { font-size: 12px; }
.m2761-hero-facts small { margin-top: 5px; color: #bad2b8; font-size: 9px; }

.m2761-potential { padding-block: 130px; }
.m2761-section-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: end; margin-bottom: 67px; }
.m2761-section-heading h2 span { color: var(--green); }
.m2761-potential-copy p { margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.m2761-cycle-panel {
  min-height: 390px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 40px 40px 120px 40px;
  background: var(--paper);
}
.m2761-cycle-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 45px;
  background: linear-gradient(140deg, var(--green), var(--green-dark) 68%, var(--green-deep));
  color: white;
}
.m2761-cycle-visual > strong, .m2761-cycle-visual > small { position: relative; z-index: 2; }
.m2761-cycle-visual > strong { font-size: 27px; letter-spacing: -.04em; }
.m2761-cycle-visual > small { margin-top: 7px; color: #c5ddc2; font-size: 10px; }
.m2761-cycle-rings {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -76px;
  right: -27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.04), 0 0 0 84px rgba(255,255,255,.025);
}
.m2761-cycle-rings span { color: var(--orange); font-size: 72px; font-weight: 300; }
.m2761-cycle-steps { display: grid; align-content: center; padding: 34px 55px; }
.m2761-cycle-steps article { min-height: 90px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.m2761-cycle-steps article:last-child { border-bottom: 0; }
.m2761-cycle-steps article > span { color: var(--orange); font-size: 9px; font-weight: 800; }
.m2761-cycle-steps strong, .m2761-cycle-steps small { display: block; }
.m2761-cycle-steps strong { color: var(--green-dark); font-size: 15px; }
.m2761-cycle-steps small { margin-top: 5px; color: var(--muted); font-size: 10px; }

.m2761-characteristics { padding-block: 125px; background: var(--paper); }
.m2761-characteristics-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.m2761-characteristics-heading > p { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.m2761-feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.m2761-feature-card {
  min-height: 300px;
  grid-column: span 2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  transition: transform .25s ease, box-shadow .25s ease;
}
.m2761-feature-card:hover { transform: translateY(-5px); box-shadow: 0 23px 55px rgba(2,63,0,.09); }
.m2761-feature-card:nth-child(4), .m2761-feature-card:nth-child(5), .m2761-feature-card:nth-child(6) { grid-column: span 3; min-height: 270px; }
.m2761-feature-card-wide { grid-column: 1 / -1; min-height: 245px; background: var(--green-pale); }
.m2761-feature-card-highlight { background: var(--orange); border-color: var(--orange); }
.m2761-feature-number { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.m2761-feature-card > i { position: absolute; right: 25px; top: 20px; color: var(--green); font-size: 36px; line-height: 1; font-style: normal; }
.m2761-feature-card-highlight > i, .m2761-feature-card-highlight .m2761-feature-number { color: var(--green-dark); }
.m2761-feature-card h3 { max-width: 370px; margin: auto 0 14px; color: var(--green-dark); font-size: 21px; line-height: 1.12; letter-spacing: -.04em; }
.m2761-feature-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.m2761-feature-card-highlight p { color: #4f3816; }

.m2761-positioning { position: relative; overflow: hidden; padding-block: 125px; background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 62%, var(--green-deep) 100%); color: white; }
.m2761-positioning::after { content: "27"; position: absolute; left: -35px; bottom: -130px; color: rgba(255,255,255,.035); font-size: 390px; line-height: 1; font-weight: 800; letter-spacing: -.11em; }
.m2761-positioning-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.m2761-positioning-intro { position: sticky; top: 45px; }
.m2761-positioning-intro h2 { margin-bottom: 28px; }
.m2761-positioning-intro > p:not(.section-index) { max-width: 500px; color: #cae0c7; font-size: 13px; line-height: 1.75; }
.m2761-positioning-mark { width: 220px; aspect-ratio: 1; margin-top: 44px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle at 34% 27%, rgba(255,255,255,.16), rgba(23,139,16,.13) 45%, rgba(0,47,0,.15)); }
.m2761-positioning-mark span { color: var(--orange); font-size: 63px; line-height: .9; font-weight: 800; }
.m2761-positioning-mark strong { margin-top: 7px; color: white; font-size: 22px; letter-spacing: -.04em; }
.m2761-positioning-card { padding: 17px 38px; border-radius: 35px 35px 100px 35px; }
.m2761-positioning-card article { min-height: 76px; position: relative; z-index: 2; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.18); }
.m2761-positioning-card article:last-child { border-bottom: 0; }
.m2761-positioning-card article > span { color: var(--orange); font-size: 9px; font-weight: 800; }
.m2761-positioning-card p { margin: 0; color: #cce1ca; font-size: 11px; }
.m2761-positioning-card strong { color: white; font-size: 12px; text-align: right; }

.m2761-environment { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; padding-block: 130px; }
.m2761-environment-image { min-height: 670px; position: relative; border-radius: 40px 40px 135px 40px; background: var(--green-pale); }
.m2761-environment-image::before { content: ""; position: absolute; inset: -18px 22px 22px -18px; z-index: -1; border: 1px solid rgba(7,116,0,.2); border-radius: 50px 50px 145px 50px; }
.m2761-environment-image > img { width: 100%; height: 670px; object-fit: cover; border-radius: inherit; }
.m2761-environment-glass { width: 285px; min-height: 140px; position: absolute; right: -38px; bottom: 34px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; border-radius: 28px; color: white; }
.m2761-environment-glass span, .m2761-environment-glass strong { position: relative; z-index: 2; }
.m2761-environment-glass span { margin-bottom: 18px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.m2761-environment-glass strong { font-size: 15px; line-height: 1.4; }
.m2761-environment-copy h2 { margin-bottom: 29px; }
.m2761-environment-copy > p:not(.section-index) { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.82; }
.m2761-environment-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 33px; padding-top: 28px; border-top: 1px solid var(--line); }
.m2761-environment-tags span { padding: 10px 14px; border-radius: 999px; background: var(--green-pale); color: var(--green-dark); font-size: 9px; font-weight: 700; }

.m2761-final { padding-block: 115px; background: linear-gradient(140deg, #e8f3e6, #fbf5e9); }
.m2761-final-card { min-height: 590px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 74px; border-radius: 46px 46px 145px 46px; background: linear-gradient(128deg, rgba(7,116,0,.95), rgba(3,76,0,.92) 60%, rgba(2,47,0,.9)); color: white; }
.m2761-final-copy, .m2761-final-orbit { position: relative; z-index: 2; }
.m2761-final-copy h2 { max-width: 720px; margin-bottom: 28px; }
.m2761-final-copy > p:not(.section-index) { max-width: 660px; margin: 0 0 30px; color: #d0e5cd; font-size: 13px; line-height: 1.78; }
.m2761-final-copy .button { max-width: 440px; text-align: left; }
.m2761-final-copy .button { background: var(--orange); color: var(--green-deep); }
.m2761-final-copy .button:hover { background: #e67e00; }
.m2761-final-orbit { width: 310px; aspect-ratio: 1; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: radial-gradient(circle at 35% 27%, rgba(255,255,255,.2), rgba(23,138,16,.12) 46%, rgba(0,47,0,.2)); box-shadow: inset -25px -30px 48px rgba(0,48,0,.25), 0 0 0 35px rgba(255,255,255,.025); }
.m2761-final-orbit div { display: flex; align-items: baseline; gap: 7px; }
.m2761-final-orbit span { color: var(--orange); font-size: 57px; line-height: 1; font-weight: 800; letter-spacing: -.07em; }
.m2761-final-orbit strong { color: white; font-size: 23px; letter-spacing: -.04em; }
.m2761-final-orbit small { margin-top: 20px; color: #d4e7d2; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .m2761-hero-content { grid-template-columns: 1fr 310px; gap: 38px; }
  .m2761-hero h1 { font-size: 82px; }
  .m2761-hero-card { min-height: 400px; }
  .m2761-section-heading, .m2761-characteristics-heading { grid-template-columns: 1fr 1fr; gap: 55px; }
  .m2761-positioning-grid, .m2761-environment { gap: 65px; }
  .m2761-final-card { padding: 58px; }
  .m2761-final-orbit { width: 255px; }
}

@media (max-width: 900px) {
  .m2761-hero { min-height: 1040px; }
  .m2761-hero-image { inset: 0; opacity: .65; }
  .m2761-hero-wash { background: linear-gradient(90deg, rgba(2,47,0,.98), rgba(3,76,0,.84) 65%, rgba(2,47,0,.62)), linear-gradient(0deg, rgba(2,47,0,.75), transparent 50%); }
  .m2761-hero-content { min-height: 940px; grid-template-columns: 1fr; align-content: center; padding-top: 150px; }
  .m2761-hero-copy { max-width: 690px; }
  .m2761-hero-card { display: none; }
  .m2761-section-heading, .m2761-characteristics-heading, .m2761-cycle-panel, .m2761-positioning-grid, .m2761-environment, .m2761-final-card { grid-template-columns: 1fr; }
  .m2761-section-heading, .m2761-characteristics-heading { gap: 28px; }
  .m2761-cycle-panel { min-height: auto; }
  .m2761-cycle-visual { min-height: 310px; }
  .m2761-positioning-intro { position: static; }
  .m2761-positioning-mark { width: 180px; }
  .m2761-environment-image { max-width: 650px; min-height: 590px; }
  .m2761-environment-image > img { height: 590px; }
  .m2761-environment-glass { right: 25px; }
  .m2761-final-card { gap: 50px; }
  .m2761-final-orbit { justify-self: start; }
}

@media (max-width: 680px) {
  .m2761-page h2 { font-size: 39px; }
  .m2761-hero { min-height: 990px; }
  .m2761-hero-content { min-height: 885px; padding: 127px 0 72px; }
  .m2761-hero h1 { font-size: clamp(66px, 21vw, 88px); }
  .m2761-hero-kicker { font-size: 27px; }
  .m2761-hero-lead { font-size: 12px; }
  .m2761-hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .m2761-hero-actions .button { width: 100%; justify-content: space-between; }
  .m2761-hero-facts { grid-template-columns: 1fr; }
  .m2761-hero-facts article, .m2761-hero-facts article:first-child { min-height: 74px; padding-inline: 7px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .m2761-potential, .m2761-characteristics, .m2761-positioning, .m2761-environment, .m2761-final { padding-block: 78px; }
  .m2761-section-heading, .m2761-characteristics-heading { margin-bottom: 41px; }
  .m2761-potential-copy p, .m2761-characteristics-heading > p, .m2761-environment-copy > p:not(.section-index) { font-size: 12px; }
  .m2761-cycle-panel { border-radius: 28px 28px 82px 28px; }
  .m2761-cycle-visual { min-height: 260px; padding: 30px; }
  .m2761-cycle-rings { width: 195px; height: 195px; }
  .m2761-cycle-steps { padding: 20px 25px 30px; }
  .m2761-cycle-steps article { min-height: 82px; grid-template-columns: 43px 1fr; }
  .m2761-feature-grid { grid-template-columns: 1fr; }
  .m2761-feature-card, .m2761-feature-card:nth-child(4), .m2761-feature-card:nth-child(5), .m2761-feature-card:nth-child(6), .m2761-feature-card-wide { grid-column: span 1; min-height: 245px; }
  .m2761-feature-card h3 { font-size: 20px; }
  .m2761-positioning-grid { gap: 48px; }
  .m2761-positioning-card { padding: 12px 22px 25px; border-radius: 28px 28px 77px 28px; }
  .m2761-positioning-card article { min-height: 81px; grid-template-columns: 33px 1fr; gap: 8px; }
  .m2761-positioning-card strong { grid-column: 2; padding-bottom: 12px; text-align: left; color: var(--orange); }
  .m2761-environment { gap: 53px; }
  .m2761-environment-image { min-height: 465px; border-radius: 28px 28px 92px 28px; }
  .m2761-environment-image > img { height: 465px; }
  .m2761-environment-image::before { inset: -11px 15px 15px -11px; border-radius: 36px 36px 101px 36px; }
  .m2761-environment-glass { width: 225px; min-height: 125px; right: 13px; bottom: 18px; padding: 20px; }
  .m2761-environment-copy h2 { margin-bottom: 25px; }
  .m2761-environment-tags { gap: 7px; }
  .m2761-environment-tags span { font-size: 8px; }
  .m2761-final-card { min-height: auto; padding: 37px 25px 46px; border-radius: 30px 30px 88px 30px; }
  .m2761-final-copy > p:not(.section-index) { font-size: 12px; }
  .m2761-final-copy .button { width: 100%; min-height: 70px; justify-content: space-between; padding-inline: 20px; font-size: 11px; }
  .m2761-final-orbit { width: 205px; }
  .m2761-final-orbit span { font-size: 45px; }
  .m2761-final-orbit strong { font-size: 19px; }
}
