:root {
  --mist: #e2e2dd;
  --sand: #beab9b;
  --olive: #5a5544;
  --earth: #3d302f;
  --soil: #2f271f;
  --ink: #241f1d;
  --white: #ffffff;
  --line: rgba(47, 39, 31, 0.16);
  --shadow: 0 26px 70px rgba(47, 39, 31, 0.18);
  --radius: 8px;
  --wrap: min(1180px, calc(100vw - 40px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* Restored conversation endpoint: final interior-page visual normalization. */
body[data-page="who"],
body[data-page="services"],
body[data-page="products"],
body[data-page="contact"] {
  --home-max: 1088px;
  --home-gutter: max(44px, calc((100vw - var(--home-max)) / 2));
  --home-copy: rgba(36, 31, 29, .68);
  background: #fff;
}

body[data-page="who"] main,
body[data-page="services"] main,
body[data-page="products"] main,
body[data-page="contact"] main {
  overflow: clip;
  background: #fff;
}

body[data-page="who"] .section-pad,
body[data-page="services"] .section-pad,
body[data-page="products"] .section-pad {
  width: 100%;
  max-width: none;
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="services"] .page-hero,
body[data-page="products"] .page-hero {
  min-height: 100svh;
  padding: 0;
}

body[data-page="services"] .page-hero .hero-content,
body[data-page="products"] .page-hero .hero-content {
  width: min(760px, 100%);
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="services"] .page-hero .hero-content h1,
body[data-page="products"] .page-hero .hero-content h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="services"] .page-hero .hero-content p,
body[data-page="products"] .page-hero .hero-content p {
  max-width: 760px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 330;
  line-height: 1.6;
}

body[data-page="who"] .about-hero {
  min-height: 100svh;
  grid-template-columns: minmax(0, 620px) minmax(280px, 470px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(54px, 8vw, 116px);
  padding-top: 124px;
  padding-bottom: 92px;
}

body[data-page="who"] .about-title {
  gap: 28px;
}

body[data-page="who"] .about-title h1 {
  max-width: 650px;
  margin: 0;
  color: var(--olive);
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="who"] .about-title img {
  width: min(340px, 62vw);
}

body[data-page="who"] .about-solar-story {
  max-width: 470px;
  margin: 0;
}

body[data-page="who"] .about-meaning {
  max-width: 470px;
  margin: 0;
  color: var(--home-copy);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 330;
  line-height: 1.68;
}

body[data-page="who"] .about-cycle {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: clamp(64px, 8vw, 104px) 0 0;
  color: var(--olive);
  font-size: clamp(2rem, 2.95vw, 3.2rem);
  font-weight: 510;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="who"] .who-flow-section {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: clip;
}

body[data-page="who"] .who-flow-section > div {
  min-height: 100svh;
  padding: clamp(104px, 12vh, 130px) var(--home-gutter);
}

body[data-page="who"] .who-flow-section .section-heading {
  max-width: 1080px;
  margin: 0;
}

body[data-page="who"] .who-flow-section .section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="who"] .mission-grid {
  gap: clamp(54px, 8vw, 116px);
  padding-top: clamp(92px, 11vw, 132px);
  padding-bottom: clamp(92px, 11vw, 132px);
}

body[data-page="who"] .mission-grid h2 {
  color: var(--olive);
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  font-weight: 510;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="who"] .mission-grid p,
body[data-page="services"] .timeline-item p,
body[data-page="products"] .product-copy p,
body[data-page="products"] .panel-copy p,
body[data-page="products"] .ecosystem p {
  color: var(--home-copy);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  font-weight: 330;
  line-height: 1.68;
}

body[data-page="products"] .product-feature,
body[data-page="products"] .benefit-row,
body[data-page="products"] .ecosystem,
body[data-page="products"] .solar-panel-product {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="products"] .product-copy h2,
body[data-page="products"] .panel-copy h2,
body[data-page="products"] .ecosystem h2,
body[data-page="products"] .panel-statement,
body[data-page="services"] .timeline-item h2,
body[data-page="services"] .monitor-strip p,
body[data-page="services"] .capability-stack {
  font-weight: 510;
  letter-spacing: 0;
}

body[data-page="products"] .product-copy h2,
body[data-page="products"] .panel-copy h2,
body[data-page="products"] .ecosystem h2 {
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  line-height: 1.08;
}

body[data-page="products"] .product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  transition: grid-template-columns .72s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(1):hover) {
  grid-template-columns: 1.9fr .7fr .7fr .7fr;
}

body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(2):hover) {
  grid-template-columns: .7fr 1.9fr .7fr .7fr;
}

body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(3):hover) {
  grid-template-columns: .7fr .7fr 1.9fr .7fr;
}

body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(4):hover) {
  grid-template-columns: .7fr .7fr .7fr 1.9fr;
}

body[data-page="products"] .product-category-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: clamp(260px, 30vw, 400px);
  padding: clamp(20px, 2.6vw, 38px);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

body[data-page="products"] .product-category-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(.96);
  transform: scale(1.03);
  transition: transform .95s cubic-bezier(.16, 1, .3, 1), filter .95s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .product-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(48, 45, 34, .12), rgba(48, 45, 34, .76)),
    linear-gradient(90deg, rgba(48, 45, 34, .3), rgba(48, 45, 34, .04));
  transition: opacity .55s var(--ease);
}

body[data-page="products"] .product-category-card span {
  max-width: 8.5ch;
  color: inherit;
  font-size: clamp(1.55rem, 2.35vw, 3rem);
  font-weight: 590;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
  transform: translate3d(0, 0, 0);
  transition: transform .55s var(--ease);
}

body[data-page="products"] .product-category-card i {
  position: absolute;
  right: clamp(22px, 2.5vw, 38px);
  bottom: clamp(22px, 2.5vw, 38px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--soil);
  background: rgba(255, 255, 255, .9);
  border-radius: 999px;
  opacity: 0;
  transform: translate3d(-8px, 8px, 0) scale(.86);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}

body[data-page="products"] .product-category-card i .icon {
  width: 19px;
  height: 19px;
}

body[data-page="products"] .product-category-card:hover img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.12);
}

body[data-page="products"] .product-category-card:hover::before {
  opacity: .82;
}

body[data-page="products"] .product-category-card:hover span {
  transform: translate3d(0, -18px, 0);
}

body[data-page="products"] .product-category-card:hover i {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body[data-page="products"] .product-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 110px;
}

body[data-page="products"] .product-anchor + .product-feature {
  padding-top: clamp(36px, 5vw, 64px);
}

body[data-page="products"] #solark,
body[data-page="products"] #batteries,
body[data-page="products"] #solar-panels {
  scroll-margin-top: 110px;
}

@media (max-width: 1100px) {
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(1):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(2):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(3):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(4):hover) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .product-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .product-category-card {
    height: 320px;
  }
}

@media (max-width: 760px) {
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(1):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(2):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(3):hover),
  body[data-page="products"] .product-category-grid:has(.product-category-card:nth-child(4):hover) {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-category-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-category-card {
    height: 240px;
  }

  body[data-page="products"] .product-category-card span {
    max-width: 10ch;
    font-size: clamp(1.85rem, 10vw, 3rem);
  }
}

body[data-page="contact"] .contact-page {
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="contact"] .contact-layout {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

body[data-page="contact"] .contact-info p,
body[data-page="contact"] .enquiry-card h1 {
  font-weight: 520;
  letter-spacing: 0;
}

body[data-page="contact"] .contact-info p {
  max-width: 650px;
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  line-height: 1;
}

body[data-page="contact"] .enquiry-card h1 {
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  line-height: 1.08;
}

body[data-page="contact"] .enquiry-card p {
  color: var(--home-copy);
  font-weight: 330;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  body[data-page="who"],
  body[data-page="services"],
  body[data-page="products"],
  body[data-page="contact"] {
    --home-gutter: 34px;
  }

  body[data-page="who"] .about-hero,
  body[data-page="who"] .mission-grid,
  body[data-page="contact"] .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="who"],
  body[data-page="services"],
  body[data-page="products"],
  body[data-page="contact"] {
    --home-gutter: 24px;
  }

  body[data-page="services"] .page-hero .hero-content,
  body[data-page="products"] .page-hero .hero-content,
  body[data-page="who"] .about-hero {
    padding-top: 104px;
    padding-bottom: 88px;
  }

  body[data-page="who"] .about-title h1,
  body[data-page="who"] .about-cycle,
  body[data-page="who"] .mission-grid h2,
  body[data-page="products"] .product-copy h2,
  body[data-page="products"] .panel-copy h2,
  body[data-page="products"] .ecosystem h2 {
    font-size: clamp(2rem, 9.2vw, 3.05rem);
    line-height: 1.06;
  }

  body[data-page="services"] .page-hero .hero-content h1,
  body[data-page="products"] .page-hero .hero-content h1,
  body[data-page="who"] .who-flow-section .section-heading h2,
  body[data-page="contact"] .contact-info p {
    font-size: clamp(2.45rem, 12.5vw, 4.65rem);
  }

  body[data-page="who"] .about-meaning {
    max-width: 340px;
    font-size: .98rem;
  }

  body[data-page="who"] .who-flow-section > div {
    min-height: 86svh;
    padding: 82px var(--home-gutter);
  }

  body[data-page="contact"] .contact-page {
    padding-top: 118px;
    padding-bottom: 60px;
  }
}

/* Shared interior rhythm: align section width, type weight, and spacing with the cleaned home system. */
body[data-page="who"],
body[data-page="services"],
body[data-page="products"],
body[data-page="contact"] {
  --home-max: 1088px;
  --home-gutter: max(44px, calc((100vw - var(--home-max)) / 2));
  --home-copy: rgba(36, 31, 29, .68);
  background: #fff;
}

body[data-page="who"] main,
body[data-page="services"] main,
body[data-page="products"] main,
body[data-page="contact"] main {
  overflow: clip;
  background: #fff;
}

body[data-page="who"] .section-pad,
body[data-page="services"] .section-pad,
body[data-page="products"] .section-pad {
  width: 100%;
  max-width: none;
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="services"] .page-hero,
body[data-page="products"] .page-hero {
  min-height: 100svh;
  padding: 0;
}

body[data-page="services"] .page-hero .hero-content,
body[data-page="products"] .page-hero .hero-content {
  width: min(760px, 100%);
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="services"] .page-hero .hero-content h1,
body[data-page="products"] .page-hero .hero-content h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="services"] .page-hero .hero-content p,
body[data-page="products"] .page-hero .hero-content p {
  max-width: 760px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 330;
  line-height: 1.6;
}

body[data-page="who"] .about-hero {
  min-height: 100svh;
  grid-template-columns: minmax(0, 620px) minmax(280px, 470px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(54px, 8vw, 116px);
  padding-top: 124px;
  padding-bottom: 92px;
}

body[data-page="who"] .about-title {
  gap: 28px;
}

body[data-page="who"] .about-title h1 {
  max-width: 650px;
  margin: 0;
  color: var(--olive);
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="who"] .about-title img {
  width: min(340px, 62vw);
}

body[data-page="who"] .about-meaning {
  max-width: 470px;
  margin: 0;
  color: var(--home-copy);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 330;
  line-height: 1.68;
}

body[data-page="who"] .wide-statement,
body[data-page="who"] .legacy-image,
body[data-page="products"] .product-feature,
body[data-page="products"] .benefit-row,
body[data-page="products"] .ecosystem,
body[data-page="products"] .solar-panel-product {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="who"] .wide-statement {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

body[data-page="who"] .wide-statement p,
body[data-page="who"] .legacy-image h2,
body[data-page="who"] .mission-grid h2 {
  font-weight: 510;
  letter-spacing: 0;
}

body[data-page="who"] .wide-statement p {
  max-width: 760px;
  margin: 0;
  color: var(--olive);
  font-size: clamp(2rem, 2.95vw, 3.2rem);
  line-height: 1.08;
}

body[data-page="who"] .legacy-image {
  height: min(72svh, 620px);
  margin-top: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body[data-page="who"] .legacy-image h2 {
  width: min(610px, calc(100% - (var(--home-gutter) * 2)));
  right: var(--home-gutter);
  font-size: clamp(2rem, 2.95vw, 3.2rem);
  line-height: 1.08;
}

body[data-page="who"] .mission-grid {
  gap: clamp(54px, 8vw, 116px);
  padding-top: clamp(92px, 11vw, 132px);
  padding-bottom: clamp(92px, 11vw, 132px);
}

body[data-page="who"] .mission-grid h2 {
  color: var(--olive);
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  line-height: 1.08;
}

body[data-page="who"] .mission-grid p,
body[data-page="services"] .timeline-item p,
body[data-page="products"] .product-copy p,
body[data-page="products"] .panel-copy p,
body[data-page="products"] .ecosystem p {
  color: var(--home-copy);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  font-weight: 330;
  line-height: 1.68;
}

body[data-page="products"] .product-copy h2,
body[data-page="products"] .panel-copy h2,
body[data-page="products"] .ecosystem h2,
body[data-page="products"] .panel-statement,
body[data-page="services"] .timeline-item h2,
body[data-page="services"] .monitor-strip p,
body[data-page="services"] .capability-stack {
  font-weight: 510;
  letter-spacing: 0;
}

body[data-page="products"] .product-copy h2,
body[data-page="products"] .panel-copy h2,
body[data-page="products"] .ecosystem h2 {
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  line-height: 1.08;
}

body[data-page="contact"] .contact-page {
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

body[data-page="contact"] .contact-layout {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

body[data-page="contact"] .contact-info p,
body[data-page="contact"] .enquiry-card h1 {
  font-weight: 520;
  letter-spacing: 0;
}

body[data-page="contact"] .contact-info p {
  max-width: 650px;
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  line-height: 1;
}

body[data-page="contact"] .enquiry-card h1 {
  font-size: clamp(2rem, 3.45vw, 3.7rem);
  line-height: 1.08;
}

body[data-page="contact"] .enquiry-card p {
  color: var(--home-copy);
  font-weight: 330;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  body[data-page="who"],
  body[data-page="services"],
  body[data-page="products"],
  body[data-page="contact"] {
    --home-gutter: 34px;
  }

  body[data-page="who"] .about-hero,
  body[data-page="who"] .mission-grid,
  body[data-page="contact"] .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="who"],
  body[data-page="services"],
  body[data-page="products"],
  body[data-page="contact"] {
    --home-gutter: 24px;
  }

  body[data-page="services"] .page-hero .hero-content,
  body[data-page="products"] .page-hero .hero-content,
  body[data-page="who"] .about-hero {
    padding-top: 104px;
    padding-bottom: 88px;
  }

  body[data-page="who"] .about-title h1,
  body[data-page="who"] .wide-statement p,
  body[data-page="who"] .legacy-image h2,
  body[data-page="who"] .mission-grid h2,
  body[data-page="products"] .product-copy h2,
  body[data-page="products"] .panel-copy h2,
  body[data-page="products"] .ecosystem h2 {
    font-size: clamp(2rem, 9.2vw, 3.05rem);
    line-height: 1.06;
  }

  body[data-page="services"] .page-hero .hero-content h1,
  body[data-page="products"] .page-hero .hero-content h1,
  body[data-page="contact"] .contact-info p {
    font-size: clamp(2.45rem, 12.5vw, 4.65rem);
  }

  body[data-page="who"] .about-meaning {
    max-width: 340px;
    font-size: .98rem;
  }

  body[data-page="who"] .legacy-image {
    height: 72svh;
  }

  body[data-page="who"] .legacy-image h2 {
    top: auto;
    right: auto;
    left: var(--home-gutter);
    bottom: 48px;
    transform: none;
    text-align: left;
  }

  body[data-page="contact"] .contact-page {
    padding-top: 118px;
    padding-bottom: 60px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(190, 171, 155, 0.22), transparent 28rem),
    linear-gradient(180deg, #f7f7f4 0%, #ffffff 44%, #f1f1ed 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(47, 39, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 39, 31, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 82%, transparent);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100vw - 100px));
  height: 72px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px 14px 12px 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 70px rgba(47, 39, 31, 0.12);
  backdrop-filter: blur(20px);
  transition: transform .5s var(--ease), background .5s var(--ease), box-shadow .5s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(247, 247, 244, 0.92);
  box-shadow: 0 18px 46px rgba(47, 39, 31, 0.14);
}

.brand img {
  width: 148px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 34px);
}

.desktop-nav a,
.mobile-panel a,
.lang-toggle,
.quote-link {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.desktop-nav a {
  position: relative;
  color: rgba(36, 31, 29, 0.64);
  transition: color .3s var(--ease);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--earth);
  transition: transform .35s var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--soil);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle,
.quote-link,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
}

.lang-toggle {
  width: 44px;
  color: var(--earth);
  background: var(--mist);
}

.quote-link {
  padding: 0 18px;
  color: var(--white);
  background: var(--earth);
}

.menu-toggle {
  display: none;
  width: 46px;
  color: var(--earth);
  border: 0;
  background: var(--mist);
  cursor: pointer;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-open .menu-toggle .icon-menu {
  display: none;
}

.menu-open .menu-toggle .icon-close {
  display: block;
}

.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  padding: 118px 24px 28px;
  background: rgba(47, 39, 31, 0.94);
  color: var(--white);
  transform: translateY(-100%);
  transition: transform .55s var(--ease);
}

.mobile-panel nav {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.mobile-panel nav a {
  font-size: clamp(2rem, 9vw, 4rem);
  line-height: 0.95;
  font-weight: 800;
}

.menu-open .mobile-panel {
  transform: translateY(0);
}

.floating-rail {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 25;
  transform: translateY(-50%);
  display: grid;
  gap: 16px;
}

.floating-rail a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: var(--earth);
}

.floating-rail span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.6);
  transition: transform .35s var(--ease), background .35s var(--ease);
}

.floating-rail em {
  position: absolute;
  right: 20px;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  color: var(--white);
  background: var(--earth);
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}

.floating-rail a:hover span,
.floating-rail a.active span {
  transform: scale(1.55);
  background: currentColor;
}

.floating-rail a:hover em {
  opacity: 1;
  transform: translateX(0);
}

.page-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 130px max(24px, calc((100vw - 1180px) / 2)) 8vh;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, 0.5), rgba(47, 39, 31, 0.04) 58%),
    linear-gradient(0deg, rgba(47, 39, 31, 0.64), transparent 52%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.05);
}

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

.hero-content {
  width: min(760px, 100%);
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(4rem, 11vw, 10.2rem);
  line-height: 0.86;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}

.hero-content p {
  max-width: 720px;
  margin: 26px 0 28px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.social-links {
  display: flex;
  gap: 8px;
}

.page-hero .social-links {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 8vh;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: currentColor;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  transition: transform .3s var(--ease), background .3s var(--ease);
}

.social-links a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
}

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

.button-light {
  color: var(--earth);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(47, 39, 31, 0.2);
}

.button-dark {
  color: var(--white);
  background: var(--earth);
  box-shadow: 0 18px 48px rgba(47, 39, 31, 0.16);
}

.button-outline {
  width: 100%;
  color: var(--earth);
  background: transparent;
  border-color: var(--earth);
}

.section-pad {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(80px, 12vw, 150px) 0;
}

.first-section {
  padding-top: 160px;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
}

.media-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.media-frame:hover img {
  transform: scale(1.05);
}

.media-frame.tall {
  aspect-ratio: 4 / 5.8;
}

.split-copy {
  max-width: 520px;
}

.split-copy p,
.section-heading p,
.product-copy p,
.panel-copy p,
.contact-page p,
.mission-grid p,
.timeline-item p {
  line-height: 1.7;
  color: rgba(36, 31, 29, 0.68);
}

.split-copy h2,
.section-heading h2,
.wide-statement p,
.mission-grid h2,
.capability-stack,
.why-block h2,
.panel-statement {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  color: var(--olive);
  font-weight: 850;
  text-wrap: balance;
}

.earth-panel {
  width: var(--wrap);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 6vw, 84px);
  color: var(--white);
  background: var(--olive);
  border-radius: var(--radius);
  overflow: hidden;
}

.earth-panel h2 {
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 5.8vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}

.earth-panel figure {
  height: 100%;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.earth-panel img,
.legacy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gateway {
  padding-bottom: 90px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 44px;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gateway-card {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--olive);
}

.gateway-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(47, 39, 31, 0.72), transparent 66%);
}

.gateway-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease), opacity .9s var(--ease);
}

.gateway-card:hover img {
  transform: scale(1.08);
  opacity: 0.88;
}

.gateway-card span {
  position: relative;
  z-index: 1;
  padding: 22px;
  font-size: clamp(1.6rem, 2.4vw, 2.7rem);
  line-height: 0.96;
  font-weight: 850;
}

.about-hero {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 60px;
}

.about-title h1 {
  max-width: 620px;
  margin: 0 0 32px;
  font-size: clamp(3rem, 6.8vw, 7rem);
  line-height: 0.9;
  font-weight: 850;
  color: var(--soil);
}

.about-title img {
  width: min(420px, 70vw);
}

.about-meaning {
  margin: 0;
  font-size: clamp(1.4rem, 2.8vw, 2.55rem);
  line-height: 1.05;
  font-weight: 600;
  text-wrap: balance;
}

.wide-statement {
  width: var(--wrap);
  margin: 0 auto;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legacy-image {
  position: relative;
  width: var(--wrap);
  height: clamp(440px, 68vw, 760px);
  margin: clamp(70px, 10vw, 120px) auto 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.legacy-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(47, 39, 31, 0.62));
}

.legacy-image h2 {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 6vw, 80px);
  top: 50%;
  width: min(430px, 70%);
  margin: 0;
  transform: translateY(-50%);
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  line-height: 0.9;
  text-align: right;
  font-weight: 800;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 7vw, 110px);
}

.mission-grid article {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.mission-grid h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 120px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(var(--earth), var(--sand), var(--earth));
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.timeline-item:nth-child(even) {
  transform: translateY(130px);
}

.timeline-item strong {
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.8;
  color: rgba(190, 171, 155, 0.72);
}

.timeline-item h2 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1;
}

.monitor-strip {
  position: relative;
  width: min(1280px, calc(100vw - 32px));
  min-height: 280px;
  margin: 80px auto 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  text-align: center;
}

.monitor-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 39, 31, 0.52);
}

.monitor-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monitor-strip p {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 40px));
  font-size: clamp(1.25rem, 3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 850;
}

.process {
  text-align: center;
}

.process-grid,
.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 38px;
}

.process-card,
.benefit-card {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 28px 22px;
  background: var(--mist);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.process-card:hover,
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.process-card .icon,
.benefit-card .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--olive);
}

.process-card h2,
.benefit-card h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.process-card p,
.benefit-card p {
  margin: 0;
  line-height: 1.45;
  color: rgba(36, 31, 29, 0.68);
}

.capability-stack {
  width: min(720px, 100%);
  margin: 70px auto 0;
  display: grid;
  color: var(--olive);
}

.product-feature,
.solar-panel-product {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) 0 0;
}

.product-feature {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}

.product-media {
  padding: 30px;
  background: var(--olive);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.main-product {
  width: 100%;
  height: clamp(360px, 44vw, 560px);
  object-fit: contain;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.product-thumbs img {
  height: 88px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
}

.product-copy h2,
.panel-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(2.6rem, 5.2vw, 5.8rem);
  line-height: 0.86;
  font-weight: 850;
  color: var(--soil);
}

.product-copy h2 span,
.panel-copy h2 span {
  display: block;
  color: var(--olive);
}

.product-copy p,
.panel-copy p {
  margin-bottom: 26px;
  font-weight: 500;
}

.benefit-row {
  width: var(--wrap);
}

.benefit-row {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 60px;
  padding-bottom: 60px;
}

.ecosystem {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 36px;
  padding: 54px;
  background: var(--mist);
  border-radius: var(--radius);
}

.ecosystem h2 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.82;
  color: var(--olive);
}

.ecosystem p {
  line-height: 1.6;
}

.ecosystem img {
  width: 100%;
  border-radius: var(--radius);
}

.battery-feature {
  padding-top: clamp(100px, 12vw, 170px);
}

.why-block {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.why-block h2 {
  width: min(600px, 100%);
  margin: 0 auto 42px;
}

.why-grid {
  width: min(820px, 100%);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}

.why-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--olive);
  font-weight: 800;
}

.why-grid .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.solar-panel-product {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
}

.panel-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 40px;
  border-radius: var(--radius);
  background: var(--olive);
  box-shadow: var(--shadow);
}

.panel-media img {
  max-height: 500px;
  object-fit: contain;
}

.panel-statement {
  grid-column: 1 / -1;
  width: min(960px, 100%);
  margin: 30px auto 0;
  text-align: center;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
}

.panel-specs {
  position: relative;
  grid-column: 1 / -1;
  min-height: 460px;
  margin-top: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
}

.panel-specs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 39, 31, 0.36);
}

.panel-specs img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-specs dl {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100% - 36px));
  margin: 0;
  padding: 34px;
  text-align: center;
  background: rgba(90, 85, 68, 0.92);
  border-radius: var(--radius);
}

.panel-specs div + div {
  margin-top: 16px;
}

.panel-specs dt {
  font-weight: 900;
  font-size: 1.05rem;
}

.panel-specs dd {
  margin: 3px 0 0;
}

.contact-band {
  position: relative;
  width: min(1280px, calc(100vw - 32px));
  min-height: 250px;
  margin: clamp(60px, 8vw, 110px) auto;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
}

.contact-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47, 39, 31, 0.24), rgba(47, 39, 31, 0.46));
}

.contact-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-band__content {
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(28px, 5vw, 58px);
}

.contact-band h2 {
  width: min-content;
  margin: 0;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  line-height: 0.78;
  font-weight: 850;
}

.contact-band__content div {
  display: grid;
  gap: 12px;
}

.contact-band a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.contact-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 150px max(22px, calc((100vw - 1180px) / 2)) 60px;
  overflow: hidden;
  background: var(--olive);
}

.contact-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr minmax(320px, 520px);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  color: var(--white);
}

.contact-info {
  display: grid;
  gap: 34px;
}

.contact-info img {
  width: min(360px, 76vw);
}

.contact-info p {
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 0.86;
  font-weight: 850;
  color: var(--white);
}

.contact-info h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  text-transform: uppercase;
}

.contact-info div {
  display: grid;
  gap: 7px;
}

.contact-info span,
.contact-info a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
}

.enquiry-card {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.enquiry-card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.94;
}

.enquiry-card p {
  margin: 0 0 8px;
}

.enquiry-card label {
  display: grid;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(36, 31, 29, 0.7);
}

.enquiry-card input,
.enquiry-card textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(47, 39, 31, 0.45);
  border-radius: 0;
  padding: 10px 0;
  color: var(--ink);
  background: transparent;
  outline: none;
}

.enquiry-card textarea {
  resize: vertical;
}

.enquiry-card input:focus,
.enquiry-card textarea:focus {
  border-color: var(--soil);
}

.enquiry-card small {
  display: none;
  color: var(--olive);
  font-weight: 700;
}

.enquiry-card.is-sent small {
  display: block;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.8fr;
  gap: 34px;
  padding: 58px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--soil);
}

.footer-brand img {
  width: 190px;
}

.site-footer p {
  max-width: 440px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.64);
}

.site-footer nav,
.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-contact .social-links {
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

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

@media (max-width: 1100px) {
  .desktop-nav,
  .quote-link,
  .floating-rail {
    display: none;
  }

  .menu-toggle,
  .mobile-panel {
    display: inline-flex;
  }

  .mobile-panel {
    display: block;
  }

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

  .product-feature,
  .solar-panel-product,
  .contact-layout,
  .section-heading,
  .about-hero {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .timeline::before {
    left: 18px;
    top: 20px;
    bottom: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    transform: none;
    padding-left: 34px;
  }

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

@media (max-width: 760px) {
  :root {
    --wrap: min(100vw - 28px, 1180px);
  }

  .site-header {
    top: 10px;
    width: calc(100vw - 20px);
    height: 64px;
    padding: 10px 10px 10px 14px;
  }

  .brand img {
    width: 118px;
  }

  .page-hero {
    min-height: 92svh;
    padding: 112px 18px 34px;
  }

  .page-hero .social-links {
    left: 18px;
    right: auto;
    bottom: 24px;
  }

  .hero-content {
    padding-bottom: 56px;
  }

  .hero-content h1 {
    font-size: clamp(3.3rem, 19vw, 5.6rem);
  }

  .split-intro,
  .earth-panel,
  .mission-grid,
  .benefit-row {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 70px 0;
  }

  .first-section {
    padding-top: 122px;
  }

  .earth-panel {
    min-height: auto;
    padding: 24px;
  }

  .earth-panel figure {
    min-height: 300px;
  }

  .gateway-grid,
  .process-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .gateway-card {
    min-height: 260px;
  }

  .legacy-image {
    height: 560px;
  }

  .legacy-image::after {
    background: linear-gradient(0deg, rgba(47, 39, 31, 0.65), transparent 68%);
  }

  .legacy-image h2 {
    top: auto;
    right: 20px;
    bottom: 24px;
    width: calc(100% - 40px);
    transform: none;
  }

  .product-media,
  .panel-media {
    padding: 18px;
  }

  .main-product,
  .panel-media {
    height: auto;
    min-height: 340px;
  }

  .product-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-thumbs img {
    height: 70px;
  }

  .ecosystem,
  .panel-specs dl {
    padding: 24px;
  }

  .contact-band__content {
    min-height: 330px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .contact-page {
    padding-top: 112px;
  }

  .contact-info p {
    font-size: clamp(2.6rem, 16vw, 5rem);
  }

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

  }

/* Phase 2 polish: wider canvas, calmer type, softer chrome, richer motion. */
:root {
  --wrap: min(1360px, calc(100vw - 48px));
  --radius: 18px;
  --shadow: 0 30px 90px rgba(47, 39, 31, 0.14);
}

.site-header {
  top: 14px;
  width: min(1440px, calc(100vw - 28px));
  height: 68px;
  padding: 10px 12px 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(226, 226, 221, 0.38)),
    rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 58px rgba(47, 39, 31, 0.12);
}

.site-header.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(226, 226, 221, 0.54)),
    rgba(255, 255, 255, 0.38);
}

.brand img {
  width: 132px;
}

.desktop-nav {
  gap: clamp(18px, 2.4vw, 42px);
}

.desktop-nav a,
.mobile-panel a,
.lang-toggle,
.quote-link {
  font-size: 0.78rem;
}

.lang-toggle,
.quote-link,
.menu-toggle {
  min-height: 42px;
}

.quote-link {
  background: rgba(61, 48, 47, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.floating-rail {
  right: 26px;
  gap: 18px;
}

.floating-rail span {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: rgba(61, 48, 47, 0.76);
  box-shadow: 0 8px 24px rgba(47, 39, 31, 0.28);
}

.floating-rail a {
  color: var(--earth);
}

.floating-rail a:hover span,
.floating-rail a.active span {
  transform: scale(1.28);
  background: var(--sand);
  border-color: var(--earth);
}

.page-hero {
  padding: 124px max(24px, calc((100vw - 1360px) / 2)) 9vh;
}

.page-hero .social-links {
  right: max(24px, calc((100vw - 1360px) / 2));
}

.hero-content {
  width: min(680px, 100%);
}

.hero-content h1 {
  font-size: clamp(3.4rem, 7.4vw, 7.8rem);
  line-height: 0.9;
}

.split-copy h2,
.section-heading h2,
.wide-statement p,
.mission-grid h2,
.capability-stack,
.why-block h2,
.panel-statement {
  font-size: clamp(2.05rem, 4.4vw, 4.65rem);
  line-height: 0.96;
}

.earth-panel {
  width: min(1440px, calc(100vw - 32px));
  min-height: 560px;
}

.earth-panel h2 {
  font-size: clamp(2.1rem, 4.8vw, 4.9rem);
  line-height: 0.94;
}

.about-title h1 {
  max-width: 740px;
  font-size: clamp(2.7rem, 5.5vw, 5.8rem);
  line-height: 0.94;
}

.about-meaning {
  font-size: clamp(1.25rem, 2.15vw, 2.05rem);
  line-height: 1.12;
}

.legacy-image {
  width: min(1440px, calc(100vw - 32px));
  height: clamp(420px, 58vw, 690px);
}

.legacy-image h2 {
  width: min(500px, 76%);
  font-size: clamp(2rem, 4.1vw, 4.15rem);
  line-height: 0.94;
}

.timeline-item strong {
  font-size: clamp(2.8rem, 6vw, 4.9rem);
}

.monitor-strip {
  width: 100%;
  min-height: 340px;
  border-radius: 0;
}

.monitor-strip p {
  font-size: clamp(1.2rem, 2.45vw, 2rem);
}

.product-feature,
.solar-panel-product,
.benefit-row,
.ecosystem {
  width: var(--wrap);
}

.product-copy h2,
.panel-copy h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.6rem);
  line-height: 0.92;
}

.ecosystem h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  line-height: 0.9;
}

.panel-statement {
  width: min(1060px, 100%);
}

.contact-band {
  width: 100%;
  min-height: clamp(290px, 34vw, 460px);
  margin: clamp(70px, 9vw, 130px) 0 0;
  border-radius: 0;
}

.contact-band img {
  width: 112%;
  max-width: none;
  animation: slow-drift 22s ease-in-out infinite alternate;
}

.contact-band__content {
  min-height: clamp(290px, 34vw, 460px);
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 72px) 0;
}

.contact-band h2 {
  font-size: clamp(3.1rem, 6.2vw, 6.2rem);
  line-height: 0.84;
}

.contact-page {
  min-height: auto;
  padding: 132px max(24px, calc((100vw - 1360px) / 2)) 74px;
}

.contact-layout {
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 500px);
  gap: clamp(28px, 5vw, 72px);
}

.contact-info {
  gap: 22px;
}

.contact-info img {
  width: min(300px, 66vw);
}

.contact-info p {
  margin: 0;
  font-size: clamp(2.35rem, 4.7vw, 4.85rem);
  line-height: 0.9;
}

.contact-info h2 {
  margin-bottom: 8px;
}

.enquiry-card {
  gap: 13px;
  padding: clamp(24px, 3.3vw, 38px);
}

.enquiry-card h1 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.98;
}

.site-footer {
  padding-left: max(24px, calc((100vw - 1360px) / 2));
  padding-right: max(24px, calc((100vw - 1360px) / 2));
}

.media-frame,
.earth-panel figure,
.legacy-image,
.gateway-card,
.product-media,
.panel-media,
.panel-specs {
  will-change: transform;
}

.media-frame img,
.earth-panel img,
.legacy-image img,
.product-media .main-product,
.panel-media img,
.panel-specs img {
  transition: transform 1.1s var(--ease), filter 1.1s var(--ease);
}

.media-frame:hover img,
.earth-panel:hover img,
.legacy-image:hover img,
.panel-specs:hover img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.03);
}

.product-media,
.panel-media {
  position: relative;
  overflow: hidden;
}

.product-media::before,
.panel-media::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 38%);
  transform: translate3d(-18%, -18%, 0);
  transition: opacity .55s var(--ease), transform 1.4s var(--ease);
}

.product-media:hover::before,
.panel-media:hover::before {
  opacity: 1;
  transform: translate3d(18%, 12%, 0);
}

.main-product,
.panel-media img {
  animation: product-float 7s ease-in-out infinite;
}

.product-thumbs img {
  transition: transform .45s var(--ease), background .45s var(--ease);
}

.product-thumbs img:hover {
  transform: translateY(-4px) scale(1.04);
  background: rgba(255, 255, 255, 0.95);
}

.reveal {
  transform: translateY(34px) scale(0.985);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

@keyframes slow-drift {
  from {
    transform: translate3d(-3%, 0, 0) scale(1.04);
  }
  to {
    transform: translate3d(0, -3%, 0) scale(1.1);
  }
}

@keyframes product-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 1100px) {
  .site-header {
    width: calc(100vw - 24px);
  }

  .contact-band__content {
    width: min(100vw - 36px, 1360px);
  }
}

@media (max-width: 760px) {
  :root {
    --wrap: min(100vw - 28px, 1360px);
  }

  .site-header {
    top: 10px;
    width: calc(100vw - 18px);
    height: 62px;
    border-radius: 999px;
  }

  .brand img {
    width: 112px;
  }

  .page-hero {
    min-height: 90svh;
    padding: 108px 18px 34px;
  }

  .hero-content h1 {
    font-size: clamp(2.75rem, 14vw, 4.65rem);
    line-height: 0.94;
  }

  .split-copy h2,
  .section-heading h2,
  .wide-statement p,
  .mission-grid h2,
  .capability-stack,
  .why-block h2,
  .panel-statement {
    font-size: clamp(1.9rem, 10vw, 3.2rem);
  }

  .earth-panel,
  .legacy-image {
    width: calc(100vw - 20px);
  }

  .contact-band {
    min-height: 360px;
  }

  .contact-band__content {
    min-height: 360px;
    width: calc(100vw - 32px);
    padding: 32px 0;
  }

  .contact-band h2 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .contact-layout {
    gap: 24px;
  }

  .contact-info {
    gap: 18px;
  }

  .contact-info img {
    width: min(230px, 62vw);
  }

  .contact-info p {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }
}

/* Phase 3 proportion pass: inner pages, header balance, footer, social scale, refined cursor. */
.site-header {
  height: 76px;
  align-items: center;
  padding: 11px 14px 11px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 172px;
}

.desktop-nav {
  align-items: center;
}

.desktop-nav a,
.lang-toggle,
.quote-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.header-actions {
  height: 100%;
}

.hero-content {
  width: min(620px, 100%);
}

.hero-content h1 {
  font-size: clamp(3rem, 5.8vw, 6.35rem);
  line-height: 0.95;
}

.service-hero .hero-content,
.products-hero .hero-content {
  width: min(760px, 100%);
}

.service-hero .hero-content h1,
.products-hero .hero-content h1 {
  font-size: clamp(2.7rem, 4.8vw, 5.25rem);
  line-height: 0.98;
}

.about-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(32px, 5vw, 78px);
  padding-top: 145px;
  padding-bottom: clamp(62px, 8vw, 105px);
}

.about-title {
  display: grid;
  gap: 26px;
}

.about-title h1 {
  max-width: 650px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.1vw, 4.55rem);
  line-height: 1;
}

.about-title img {
  width: min(390px, 62vw);
}

.about-meaning {
  max-width: 470px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(90, 85, 68, 0.94), rgba(61, 48, 47, 0.9)),
    var(--olive);
  box-shadow: var(--shadow);
  font-size: clamp(1.08rem, 1.65vw, 1.55rem);
  line-height: 1.24;
}

.wide-statement p {
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 1.05;
}

.legacy-image h2 {
  font-size: clamp(1.8rem, 3.35vw, 3.35rem);
}

/* Header refinement: logo swap, desktop shrink state, and calmer mobile navigation. */
.site-header {
  top: 14px;
  grid-template-columns: minmax(116px, auto) minmax(0, 1fr) auto;
  height: 82px;
  padding: 13px 16px 13px 24px;
  gap: clamp(18px, 2.2vw, 34px);
  border: 0;
  border-radius: 999px;
  background: rgba(247, 247, 244, 0.84);
  box-shadow: 0 18px 54px rgba(47, 39, 31, 0.12);
  backdrop-filter: blur(22px) saturate(1.08);
  transition:
    top .42s var(--ease),
    width .42s var(--ease),
    height .42s var(--ease),
    padding .42s var(--ease),
    background .42s var(--ease),
    box-shadow .42s var(--ease),
    transform .42s var(--ease);
}

.site-header.is-scrolled {
  top: 10px;
  height: 62px;
  width: min(1180px, calc(100vw - 100px));
  padding: 9px 12px 9px 18px;
  background: rgba(247, 247, 244, 0.9);
  box-shadow: 0 12px 34px rgba(47, 39, 31, 0.1);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.brand img {
  width: auto;
  height: 48px;
  max-width: 150px;
  margin: 0;
  vertical-align: middle;
  object-fit: contain;
  transition: height .42s var(--ease), max-width .42s var(--ease);
}

.site-header.is-scrolled .brand img {
  height: 36px;
  max-width: 118px;
}

.desktop-nav {
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 38px);
}

.desktop-nav a,
.lang-toggle,
.quote-link {
  font-size: 0.9rem;
  line-height: 1;
}

.desktop-nav a {
  white-space: nowrap;
}

.site-header.is-scrolled .desktop-nav a,
.site-header.is-scrolled .lang-toggle,
.site-header.is-scrolled .quote-link {
  font-size: 0.8rem;
}

.header-actions {
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: max-content;
}

.lang-toggle,
.quote-link,
.menu-toggle {
  min-height: 44px;
  border-radius: 999px;
  transition:
    min-height .42s var(--ease),
    padding .42s var(--ease),
    background .3s var(--ease),
    color .3s var(--ease),
    box-shadow .3s var(--ease),
    transform .3s var(--ease);
}

.site-header.is-scrolled .lang-toggle,
.site-header.is-scrolled .quote-link,
.site-header.is-scrolled .menu-toggle {
  min-height: 38px;
}

.lang-toggle {
  width: 46px;
  background: rgba(226, 226, 221, 0.84);
}

.quote-link {
  padding: 0 19px;
  background: rgba(47, 39, 31, 0.94);
}

.lang-toggle:hover,
.quote-link:hover,
.menu-toggle:hover {
  transform: translateY(-1px);
}

.mobile-panel {
  display: block;
  z-index: 44;
  padding: 108px 20px 28px;
  background:
    linear-gradient(180deg, rgba(47, 39, 31, 0.98), rgba(36, 31, 29, 0.94)),
    var(--soil);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -18px, 0) scale(0.985);
  transform-origin: top center;
  transition:
    opacity .34s ease,
    visibility 0s linear .34s,
    transform .48s var(--ease);
}

.mobile-panel nav {
  gap: 6px;
  margin: 0 0 24px;
}

.mobile-panel nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(1.45rem, 8vw, 2.7rem);
  line-height: 1.02;
  font-weight: 750;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity .34s ease,
    transform .46s var(--ease),
    color .25s ease;
}

.mobile-panel nav a.active,
.mobile-panel nav a:hover {
  color: var(--sand);
}

.mobile-panel .button {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .34s ease .16s, transform .46s var(--ease) .16s;
}

.menu-open .mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity .34s ease,
    visibility 0s linear 0s,
    transform .48s var(--ease);
}

.menu-open .mobile-panel nav a,
.menu-open .mobile-panel .button {
  opacity: 1;
  transform: translateY(0);
}

.menu-open .mobile-panel nav a:nth-child(1) {
  transition-delay: .04s;
}

.menu-open .mobile-panel nav a:nth-child(2) {
  transition-delay: .08s;
}

.menu-open .mobile-panel nav a:nth-child(3) {
  transition-delay: .12s;
}

.menu-open .mobile-panel nav a:nth-child(4) {
  transition-delay: .16s;
}

.menu-open .mobile-panel nav a:nth-child(5) {
  transition-delay: .2s;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(86px, 1fr) auto;
    width: calc(100vw - 24px);
    gap: 12px;
  }

  .desktop-nav {
    display: none;
  }

  .quote-link {
    display: inline-flex;
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-header.is-scrolled {
    top: 10px;
    width: calc(100vw - 18px);
    height: 66px;
    padding: 9px 9px 9px 14px;
  }

  .site-header.is-scrolled {
    height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand img,
  .site-header.is-scrolled .brand img {
    height: 40px;
    max-width: 104px;
  }

  .site-header.is-scrolled .brand img {
    height: 35px;
    max-width: 96px;
  }

  .header-actions {
    gap: 7px;
  }

  .lang-toggle,
  .quote-link,
  .menu-toggle,
  .site-header.is-scrolled .lang-toggle,
  .site-header.is-scrolled .quote-link,
  .site-header.is-scrolled .menu-toggle {
    min-height: 40px;
  }

  .site-header.is-scrolled .lang-toggle,
  .site-header.is-scrolled .quote-link,
  .site-header.is-scrolled .menu-toggle {
    min-height: 36px;
  }

  .lang-toggle {
    width: 40px;
    font-size: 0.72rem;
  }

  .quote-link {
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .site-header.is-scrolled .quote-link,
  .site-header.is-scrolled .lang-toggle {
    font-size: 0.68rem;
  }

  .menu-toggle {
    width: 42px;
  }

  .site-header.is-scrolled .menu-toggle {
    width: 38px;
  }

  .mobile-panel {
    padding: 96px 22px 24px;
  }
}

@media (max-width: 390px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100vw - 12px);
    padding-left: 10px;
    padding-right: 7px;
  }

  .site-header.is-scrolled {
    height: 58px;
  }

  .brand img,
  .site-header.is-scrolled .brand img {
    height: 36px;
    max-width: 94px;
  }

  .header-actions {
    gap: 5px;
  }

  .quote-link {
    padding: 0 10px;
    font-size: 0.68rem;
  }
}

.split-copy h2,
.section-heading h2,
.mission-grid h2,
.capability-stack,
.why-block h2,
.panel-statement {
  font-size: clamp(1.9rem, 3.5vw, 3.65rem);
  line-height: 1;
}

.timeline-item strong {
  font-size: clamp(2.35rem, 4.6vw, 3.95rem);
}

.timeline-item h2 {
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  line-height: 1.08;
}

.monitor-strip p {
  font-size: clamp(1.05rem, 2vw, 1.65rem);
  line-height: 1.18;
}

.product-copy h2,
.panel-copy h2 {
  font-size: clamp(1.95rem, 3.45vw, 3.7rem);
  line-height: 0.98;
}

.ecosystem h2 {
  font-size: clamp(2rem, 3.45vw, 3.6rem);
  line-height: 0.98;
}

.panel-statement {
  font-size: clamp(1.7rem, 3.1vw, 3.2rem);
}

.contact-band h2 {
  width: auto;
  min-width: 0;
  white-space: nowrap;
  font-size: clamp(2.8rem, 5.4vw, 5.4rem);
  line-height: 1;
}

.social-links {
  gap: 12px;
}

.social-links a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 12px 30px rgba(47, 39, 31, 0.16);
}

.social-links .icon {
  width: 20px;
  height: 20px;
}

.page-hero .social-links {
  bottom: 7.2vh;
}

.site-footer {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1.2fr 0.65fr 0.9fr;
  gap: clamp(28px, 5vw, 86px);
  padding-top: clamp(70px, 8vw, 118px);
  padding-bottom: clamp(64px, 7vw, 96px);
  background:
    linear-gradient(135deg, rgba(47, 39, 31, 0.94), rgba(90, 85, 68, 0.92)),
    var(--soil);
}

.site-footer::before {
  content: "NUMU";
  position: absolute;
  right: max(20px, calc((100vw - 1360px) / 2));
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(7rem, 18vw, 18rem);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 12%, rgba(190, 171, 155, 0.24), transparent 24rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 1px);
  background-size: auto, 120px 100%;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: 240px;
}

.site-footer p {
  max-width: 520px;
  margin-top: 26px;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer nav a,
.footer-contact > a {
  width: fit-content;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.78);
  transition: color .3s var(--ease), transform .3s var(--ease);
}

.site-footer nav a:hover,
.footer-contact > a:hover {
  color: var(--white);
  transform: translateX(5px);
}

.footer-contact .social-links a {
  width: 48px;
  height: 48px;
}

@media (max-width: 1100px) {
  .brand img {
    width: 150px;
  }

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

@media (max-width: 760px) {
  .brand img {
    width: 132px;
  }

  .hero-content h1,
  .service-hero .hero-content h1,
  .products-hero .hero-content h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.9rem);
    line-height: 1;
  }

  .about-title h1 {
    font-size: clamp(2rem, 9vw, 3.15rem);
  }

  .about-meaning {
    max-width: none;
    font-size: 1.05rem;
  }

  .split-copy h2,
  .section-heading h2,
  .wide-statement p,
  .mission-grid h2,
  .capability-stack,
  .why-block h2,
  .panel-statement {
    font-size: clamp(1.7rem, 8.3vw, 2.75rem);
  }

  .product-copy h2,
  .panel-copy h2,
  .ecosystem h2 {
    font-size: clamp(1.8rem, 8.4vw, 2.9rem);
  }

  .contact-band__content {
    justify-content: center;
  }

  .contact-band h2 {
    white-space: normal;
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .social-links a,
  .footer-contact .social-links a {
    width: 42px;
    height: 42px;
  }

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

  .footer-brand img {
    width: 210px;
  }

  }

/* Header micro-adjustments requested after logo review. */
.site-header {
  width: min(1180px, calc(100vw - 100px));
  padding-left: 30px;
  background: rgba(247, 247, 244, 0.5);
}

.site-header.is-scrolled {
  width: min(1180px, calc(100vw - 100px));
  padding-left: 24px;
  background: rgba(247, 247, 244, 0.5);
}

.brand img,
.site-header.is-scrolled .brand img {
  width: auto;
  transform: none;
}

.mobile-panel .button.button-dark {
  color: var(--soil);
  background: #beab9b;
  box-shadow: none;
  font-size: 0.95rem;
}

.mobile-panel .button.button-dark:hover {
  background: #c8b9ac;
}

.site-header .desktop-nav a::after {
  display: none;
}

.site-header .desktop-nav a,
.site-header .lang-toggle,
.site-header .quote-link {
  transition: none;
}

.site-header .lang-toggle:hover,
.site-header .quote-link:hover,
.site-header .menu-toggle:hover {
  transform: none;
}

@media (min-width: 1101px) {
  .site-header,
  .site-header.is-scrolled {
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    background: rgba(247, 247, 244, 0.5);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      inset 0 -1px 0 rgba(255, 255, 255, 0.24),
      0 18px 54px rgba(47, 39, 31, 0.12);
  }
}

@media (max-width: 1100px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100vw - 28px);
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100vw - 36px);
    height: 66px;
    padding-left: 20px;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
  }

  .site-header.is-scrolled {
    top: 10px;
    height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand img {
    width: auto;
    height: 39px;
    max-width: 104px;
    transform: none;
  }

  .site-header.is-scrolled .brand img {
    width: auto;
    height: 35px;
    max-width: 96px;
    transform: none;
  }

  .lang-toggle,
  .quote-link,
  .menu-toggle {
    min-height: 40px;
  }

  .site-header.is-scrolled .lang-toggle,
  .site-header.is-scrolled .quote-link,
  .site-header.is-scrolled .menu-toggle {
    min-height: 36px;
  }

  .lang-toggle,
  .site-header.is-scrolled .lang-toggle {
    width: 40px;
  }

  .lang-toggle {
    font-size: 0.72rem;
  }

  .site-header.is-scrolled .lang-toggle {
    font-size: 0.68rem;
  }

  .quote-link {
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .site-header.is-scrolled .quote-link {
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .menu-toggle {
    width: 42px;
  }

  .site-header.is-scrolled .menu-toggle {
    width: 38px;
  }
}

@media (max-width: 390px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100vw - 30px);
    height: 66px;
    padding-left: 16px;
    padding-right: 10px;
  }

  .site-header.is-scrolled {
    height: 58px;
  }

  .brand img {
    width: auto;
    height: 36px;
    max-width: 96px;
  }

  .site-header.is-scrolled .brand img {
    width: auto;
    height: 33px;
    max-width: 90px;
  }
}

/* Footer refinement: centered composition, horizontal nav, softer social controls. */
.site-footer {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.08fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 4.4vw, 76px);
  min-height: 360px;
  padding: clamp(62px, 6.6vw, 92px) max(28px, calc((100vw - 1360px) / 2));
}

.site-footer::after {
  animation: footer-drift 18s linear infinite alternate;
  opacity: 0.95;
}

.footer-brand-block,
.footer-contact {
  display: grid;
  align-content: center;
  gap: 22px;
}

.footer-brand-block {
  justify-items: start;
}

.footer-brand img {
  width: clamp(210px, 16vw, 252px);
}

.site-footer p {
  max-width: 390px;
  margin: 0;
  line-height: 1.48;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 18px;
  align-content: center;
}

.site-footer .footer-nav a {
  width: auto;
  padding: 10px 0;
  font-size: clamp(0.84rem, 1vw, 0.98rem);
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.74);
  transform: none;
}

.site-footer .footer-nav a:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.footer-contact {
  justify-items: end;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 470px);
}

.footer-contact-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.16);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  transition: color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}

.footer-contact-grid a:hover {
  color: var(--white);
  background: rgba(190, 171, 155, 0.16);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.34);
  transform: translateY(-2px);
}

.footer-contact-grid span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: var(--soil);
  background: #beab9b;
}

.footer-contact-grid .icon {
  width: 15px;
  height: 15px;
  stroke-width: 1.9;
}

.footer-contact .social-links {
  justify-content: flex-end;
  gap: 10px;
}

.footer-contact .social-links a {
  position: relative;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.22);
  overflow: hidden;
}

.footer-contact .social-links a::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: rgba(190, 171, 155, 0.12);
  transform: scale(0.7);
  opacity: 0;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}

.footer-contact .social-links a:hover {
  color: var(--soil);
  background: #beab9b;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
}

.footer-contact .social-links a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.footer-contact .social-links .icon {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  stroke-width: 1.65;
}

@keyframes footer-drift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 0, 120px 0;
  }
}

@media (max-width: 1100px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    text-align: center;
  }

  .footer-brand-block,
  .footer-contact {
    justify-items: center;
  }

  .site-footer p {
    max-width: 580px;
  }

  .footer-contact {
    width: 100%;
  }

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

@media (max-width: 760px) {
  .site-footer {
    padding-top: 64px;
    padding-bottom: 88px;
    gap: 30px;
  }

  .footer-nav {
    gap: 8px 14px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .footer-contact .social-links a {
    width: 46px;
    height: 46px;
  }
}

/* Footer/header second pass: stronger background motion, sturdier icons, mobile pill nav. */
.icon-facebook {
  fill: currentColor;
  stroke: none;
}

.icon-instagram,
.icon-whatsapp {
  stroke-width: 1.65;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 18%, rgba(190, 171, 155, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(47, 39, 31, 0.97), rgba(90, 85, 68, 0.9) 48%, rgba(47, 39, 31, 0.98)),
    var(--soil);
}

.site-footer::after {
  opacity: 1;
  background:
    radial-gradient(circle at var(--footer-x, 18%) var(--footer-y, 22%), rgba(190, 171, 155, 0.34), transparent 18rem),
    linear-gradient(100deg, rgba(255, 255, 255, 0.12), transparent 1px),
    linear-gradient(180deg, rgba(190, 171, 155, 0.08), transparent 32%, rgba(255, 255, 255, 0.04));
  background-size: auto, 86px 100%, auto;
  animation: footer-drift 12s ease-in-out infinite alternate;
}

.footer-contact-grid a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-contact-grid span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.footer-contact-grid span .icon {
  display: block;
  width: 16px;
  height: 16px;
  color: var(--soil);
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.footer-contact .social-links a {
  width: 54px;
  height: 54px;
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(190, 171, 155, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(190, 171, 155, 0.2),
    0 12px 30px rgba(0, 0, 0, 0.12);
}

.footer-contact .social-links .icon {
  width: 23px;
  height: 23px;
}

.footer-contact .social-links a[aria-label="WhatsApp"] .icon {
  width: 24px;
  height: 24px;
}

.footer-contact .social-links a:hover {
  background: #beab9b;
}

.mobile-panel nav {
  display: flex;
  gap: 10px;
  margin: 0 -4px 26px;
  padding: 0 4px 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mobile-panel nav::-webkit-scrollbar {
  display: none;
}

.mobile-panel nav a {
  flex: 0 0 auto;
  min-width: max-content;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.05);
  scroll-snap-align: start;
  font-size: clamp(0.92rem, 3.4vw, 1.08rem);
  line-height: 1;
  font-weight: 800;
}

.mobile-panel nav a.active {
  color: var(--soil);
  background: #beab9b;
  border-color: transparent;
}

/* Header interaction correction: keep desktop underline, keep mobile menu as a list. */
.site-header .desktop-nav a {
  transition: color .3s var(--ease);
}

.site-header .desktop-nav a::after {
  display: block;
  transition: transform .35s var(--ease);
}

@media (max-width: 1100px) {
  .mobile-panel nav {
    display: grid;
    gap: 6px;
    margin: 0 0 24px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .mobile-panel nav a {
    display: block;
    min-width: 0;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-align: none;
    font-size: clamp(1.45rem, 8vw, 2.7rem);
    line-height: 1.02;
    font-weight: 750;
  }

  .mobile-panel nav a.active {
    color: var(--sand);
    background: transparent;
  }

  .mobile-panel nav a:hover {
    color: var(--sand);
    transform: translateX(4px);
  }
}

@media (min-width: 900px) {
  html {
    scroll-snap-type: y proximity;
  }

  main > section {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  main > section:not(.contact-band):not(.wide-statement):not(.service-monitor-strip):not(.service-system-works) {
    min-height: min(100svh, 980px);
  }

  .page-hero,
  .split-intro,
  .earth-panel,
  .product-gateway,
  .about-hero,
  .mission-grid,
  .timeline,
  .process,
  .product-feature,
  .benefit-row,
  .ecosystem,
  .solar-panel-product,
  .why-block,
  .contact-page {
    display: grid;
    align-items: center;
  }
}

/* Footer correction pass: visible motion, compact navigation, resilient contact marks. */
.site-footer {
  grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 0.8fr) minmax(340px, 1fr);
  gap: clamp(22px, 3.2vw, 54px);
  background:
    linear-gradient(130deg, rgba(47, 39, 31, 0.98), rgba(75, 68, 52, 0.94) 46%, rgba(47, 39, 31, 0.98)),
    var(--soil);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: -36%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 24% 34%, rgba(190, 171, 155, 0.34), transparent 18rem),
    radial-gradient(circle at 78% 66%, rgba(255, 255, 255, 0.13), transparent 16rem),
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 74px);
  filter: blur(0.2px);
  transform: translate3d(-3%, -2%, 0) rotate(0.001deg);
  animation: footer-ambient 14s var(--ease) infinite alternate;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-nav {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  max-width: 360px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.14);
}

.site-footer .footer-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer .footer-nav a:hover {
  color: var(--soil);
  background: #beab9b;
  transform: none;
}

.footer-contact-grid {
  width: min(100%, 500px);
}

.footer-contact-grid a {
  justify-content: flex-start;
  min-height: 58px;
  padding: 0 18px 0 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.085);
  box-shadow:
    inset 0 0 0 1px rgba(190, 171, 155, 0.2),
    0 12px 26px rgba(0, 0, 0, 0.1);
}

.footer-contact-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--soil);
  background:
    linear-gradient(145deg, #d0c3b7, #beab9b);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 10px 18px rgba(0, 0, 0, 0.16);
  font-size: 0.6rem;
  font-weight: 900;
  line-height: 1;
}

.footer-contact-icon-mail {
  font-size: 0.52rem;
}

.footer-contact-grid span .icon,
.footer-contact-grid .icon {
  display: none;
}

.footer-contact .social-links a {
  border: 0;
  box-shadow:
    inset 0 0 0 1px rgba(190, 171, 155, 0.2),
    0 16px 34px rgba(0, 0, 0, 0.12);
}

@keyframes footer-ambient {
  0% {
    transform: translate3d(-4%, -2%, 0) rotate(-1.2deg) scale(1);
    opacity: 0.58;
  }
  55% {
    transform: translate3d(3%, 1%, 0) rotate(1deg) scale(1.04);
    opacity: 0.82;
  }
  100% {
    transform: translate3d(5%, -3%, 0) rotate(-0.6deg) scale(1.02);
    opacity: 0.72;
  }
}

@media (max-width: 1100px) {
  .footer-nav {
    max-width: min(100%, 560px);
  }
}

@media (max-width: 760px) {
  .site-footer {
    justify-items: center;
  }

  .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: min(100%, 420px);
    max-width: calc(100vw - 36px);
    padding: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .footer-nav::-webkit-scrollbar {
    display: none;
  }

  .site-footer .footer-nav a {
    flex: 0 0 auto;
    scroll-snap-align: center;
    padding: 11px 14px;
    font-size: 0.78rem;
  }

  .footer-contact-grid {
    width: min(100%, 390px);
  }

  .footer-contact-grid a {
    justify-content: flex-start;
    min-height: 56px;
  }
}

/* Definitive footer composition: single-line ambience, compact contact, responsive nav. */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  min-height: 380px;
  padding: clamp(72px, 7vw, 104px) max(30px, calc((100vw - 1360px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 18% 12%, rgba(190, 171, 155, 0.2), transparent 24rem),
    linear-gradient(135deg, #2f271f 0%, #504a38 48%, #2f271f 100%);
}

.site-footer::before {
  content: "NUMU";
  position: absolute;
  right: max(18px, calc((100vw - 1360px) / 2));
  bottom: -0.2em;
  z-index: 0;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(7rem, 18vw, 18rem);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.64;
  background:
    repeating-linear-gradient(90deg, transparent 0 108px, rgba(255, 255, 255, 0.13) 108px 109px, transparent 109px 216px),
    radial-gradient(circle at 22% 24%, rgba(190, 171, 155, 0.22), transparent 22rem);
  background-size: 216px 100%, auto;
  background-position: 0 0, 0 0;
  animation: footer-lines-flow 22s linear infinite;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand-block {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 22px;
}

.footer-brand img {
  width: clamp(218px, 15vw, 252px);
}

.site-footer p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.5;
}

.footer-nav {
  display: none;
  justify-self: center;
  gap: 12px;
  width: min(100%, 230px);
  padding-left: clamp(16px, 2vw, 26px);
  border-left: 1px solid rgba(190, 171, 155, 0.38);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer .footer-nav a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  transform: none;
  transition: color .3s var(--ease), transform .3s var(--ease);
}

.site-footer .footer-nav a:hover {
  color: #beab9b;
  transform: translateX(5px);
}

.footer-contact {
  display: grid;
  justify-items: end;
  align-content: center;
  gap: 18px;
  width: 100%;
}

.footer-offices {
  display: grid;
  justify-items: end;
  gap: 10px;
  width: min(100%, 430px);
}

.footer-offices div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
}

.footer-offices span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #beab9b;
  background: rgba(190, 171, 155, 0.12);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.22);
}

.footer-offices .icon {
  width: 15px;
  height: 15px;
  stroke-width: 1.9;
}

.footer-offices p {
  margin: 0;
  max-width: none;
  color: inherit;
  font: inherit;
}

.footer-contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  width: min(100%, 430px);
}

.footer-contact-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  min-height: 46px;
  padding: 0 16px 0 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.085);
  box-shadow:
    inset 0 0 0 1px rgba(190, 171, 155, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.12);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}

.footer-contact-grid a:hover {
  color: var(--white);
  background: rgba(190, 171, 155, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(190, 171, 155, 0.34),
    0 16px 36px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

.footer-contact-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.footer-contact-icon .icon {
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.footer-contact-grid .footer-contact-icon .icon {
  display: block;
  width: 18px;
  height: 18px;
}

.footer-contact-grid span.footer-contact-icon .icon {
  display: block;
  color: #fff;
  stroke: #fff;
}

.footer-contact-icon .icon-phone {
  fill: none;
  stroke: #fff;
}

.footer-contact .social-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.footer-contact .social-links a {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.32);
  overflow: hidden;
  transition: color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}

.footer-contact .social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #beab9b;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}

.footer-contact .social-links .icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.footer-contact .social-links a[aria-label] .icon {
  width: 19px;
  height: 19px;
}

.footer-contact .social-links .icon-facebook,
.footer-contact .social-links .icon-whatsapp {
  fill: currentColor;
  stroke: none;
}

.footer-contact .social-links .icon-facebook {
  width: 18px;
  height: 18px;
  transform: translateY(-0.5px);
}

.footer-contact .social-links .icon-whatsapp {
  width: 19px;
  height: 19px;
}

.footer-contact .social-links a:hover {
  color: var(--soil);
  background: transparent;
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, 0.48), 0 16px 34px rgba(0, 0, 0, 0.15);
}

.footer-contact .social-links a:hover::before {
  opacity: 1;
  transform: scale(1);
}

@keyframes footer-lines-flow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 216px 0, 0 0;
  }
}

@media (max-width: 1100px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand-block,
  .footer-contact {
    justify-items: center;
  }

  .footer-offices,
  .footer-offices div,
  .footer-contact-grid,
  .footer-contact .social-links {
    justify-content: center;
  }

  .footer-offices {
    justify-items: center;
  }

  .footer-offices div {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-footer {
    min-height: auto;
    padding: 62px 18px 90px;
    gap: 28px;
  }

  .footer-brand img {
    width: 214px;
  }

  .site-footer p {
    max-width: 340px;
  }

  .footer-offices {
    width: min(100%, 360px);
  }

  .footer-offices div {
    font-size: 0.84rem;
  }

  .footer-contact-grid {
    width: min(100%, 360px);
  }

  .footer-contact-grid a {
    min-height: 44px;
    font-size: 0.86rem;
  }

  .footer-contact .social-links a {
    width: 44px;
    height: 44px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}



/* Restored who page solar/orbit experience. */
:root {
  --numu-page-max: 1180px;
  --numu-content-max: 1180px;
  --numu-gutter: max(28px, calc((100vw - var(--numu-page-max)) / 2));
  --numu-ink: #2f271f;
  --numu-muted: rgba(47, 39, 31, .66);
  --numu-sand: #beab9b;
}

body[data-page="who"] {
  background: #fff;
  color: var(--numu-ink);
}

body[data-page="who"] main {
  overflow: clip;
  background: #fff;
}

body[data-page="who"] .section-pad {
  width: 100%;
  max-width: none;
  padding-left: var(--numu-gutter);
  padding-right: var(--numu-gutter);
}

body[data-page="who"] .about-hero,
body[data-page="who"] .who-legacy-section,
body[data-page="who"] .who-principles-section,
body[data-page="who"] .home-contact-band {
  --numu-section-inner: min(var(--numu-content-max), calc(100vw - (var(--numu-gutter) * 2)));
}

body[data-page="who"] .about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(300px, 470px);
  grid-template-rows: 1fr auto;
  gap: clamp(22px, 4vw, 72px);
  align-items: center;
  justify-content: space-between;
  min-height: 100svh;
  padding-top: clamp(118px, 14vh, 170px);
  padding-bottom: clamp(34px, 5vh, 64px);
  isolation: isolate;
  overflow: hidden;
}

body[data-page="who"] .about-hero::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto auto;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 42%, rgba(205, 154, 65, .16), transparent 36%),
    radial-gradient(circle, rgba(190, 171, 155, .16), transparent 68%);
  filter: blur(2px);
  z-index: -1;
}

body[data-page="who"] .about-title {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: clamp(18px, 2.8vw, 34px);
}

body[data-page="who"] .about-title h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(1.82rem, 3.05vw, 3.22rem);
  line-height: .98;
  letter-spacing: 0;
}

body[data-page="who"] .about-title img {
  width: min(460px, 72vw);
  height: auto;
}

body[data-page="who"] .about-solar-story {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: clamp(430px, 58vh, 610px);
  padding-top: clamp(10px, 2vh, 22px);
  padding-bottom: clamp(12px, 2vh, 26px);
}

body[data-page="who"] .solar-orbit {
  position: absolute;
  top: 46%;
  left: 50%;
  width: min(440px, 76vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body[data-page="who"] .solar-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 36% 34%, #fff5bd 0 11%, #f3cd6f 20%, #c99138 54%, #9e642b 100%);
  box-shadow:
    0 18px 42px rgba(158, 100, 43, .26),
    0 0 0 30px rgba(238, 202, 121, .08),
    0 0 80px rgba(220, 168, 78, .28);
  animation: solar-pulse 5.8s ease-in-out infinite;
}

body[data-page="who"] .orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  height: 48%;
  border: 1px solid rgba(190, 171, 155, .52);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--orbit-tilt, 0deg));
  transform-origin: center;
  animation: solar-orbit-spin var(--orbit-speed, 14s) linear infinite;
}

body[data-page="who"] .orbit-two {
  width: 96%;
  height: 40%;
  --orbit-tilt: -22deg;
  --orbit-speed: 18s;
  animation-direction: reverse;
}

body[data-page="who"] .orbit-three {
  width: 72%;
  height: 74%;
  --orbit-tilt: 58deg;
  --orbit-speed: 21s;
}

body[data-page="who"] .orbit i {
  position: absolute;
  top: 50%;
  left: -6px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border-radius: 999px;
  background: #c8aa85;
  box-shadow: 0 0 16px rgba(200, 170, 133, .4);
  transform: translateY(-50%);
}

body[data-page="who"] .about-meaning {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(360px, 86vw);
  min-height: 112px;
  margin: clamp(238px, 33vh, 318px) auto 0;
  padding: 22px 28px;
  border: 1px solid rgba(190, 171, 155, .22);
  border-radius: 24px;
  background: rgba(247, 247, 244, .14) !important;
  color: #beab9b;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 650;
  line-height: 1.65;
  text-align: center;
  box-shadow: 0 26px 70px rgba(47, 39, 31, .08);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

body[data-page="who"] .about-cycle {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 820px;
  margin: clamp(18px, 3vh, 34px) auto 0;
  color: rgba(47, 39, 31, .58);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
  text-align: center;
}

body[data-page="who"] .who-flow-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #2f271f;
  color: #fff;
}

body[data-page="who"] .who-nature {
  display: grid;
  align-items: center;
}

body[data-page="who"] .who-nature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .38), rgba(47, 39, 31, .12) 42%, rgba(47, 39, 31, .72)),
    linear-gradient(0deg, rgba(47, 39, 31, .58), transparent 58%);
}

body[data-page="who"] .who-nature .product-gateway__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0;
  transform: scale(1.16);
  transform-origin: 58% 50%;
  filter: saturate(.76) contrast(1.08) brightness(.82) blur(10px);
  will-change: opacity, transform, filter;
}

body[data-page="who"] .who-nature.is-visible .product-gateway__bg {
  animation: who-nature-bg-awaken 4.8s cubic-bezier(.16, 1, .3, 1) forwards;
}

body[data-page="who"] .who-nature > div {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: end;
  width: 100%;
  min-height: 100svh;
  padding: clamp(104px, 12vh, 150px) var(--numu-gutter);
}

body[data-page="who"] .who-nature .section-heading {
  max-width: 780px;
  margin-left: auto;
  text-align: right;
}

body[data-page="who"] .who-nature .section-heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(2.75rem, 5.25vw, 5.65rem);
  font-weight: 430;
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 20px 60px rgba(0, 0, 0, .26);
}

body[data-page="who"] .who-nature .section-heading h2 span {
  display: inline-block;
  opacity: 0;
  color: rgba(255, 255, 255, .2);
  filter: blur(8px);
  transform: translate3d(0, 22px, 0);
  line-height: inherit;
  vertical-align: baseline;
  will-change: opacity, color, filter, transform;
}

body[data-page="who"] .who-nature.is-visible .section-heading h2 span {
  animation: who-nature-word-write 1.35s cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(.16s + (var(--word-index, 0) * 78ms));
}

body[data-page="who"] main > section.who-mission,
body[data-page="who"] .who-mission {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
  min-height: 0 !important;
  width: 100%;
  max-width: none;
  padding: clamp(58px, 6vw, 78px) var(--numu-gutter) clamp(64px, 6.5vw, 86px);
  scroll-snap-align: none;
  background:
    radial-gradient(circle at 16% 22%, rgba(205, 154, 65, .12), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
  overflow: hidden;
}

body[data-page="who"] .who-mission::before {
  content: "";
  position: absolute;
  inset: 18% auto auto 50%;
  width: min(520px, 52vw);
  aspect-ratio: 1;
  border: 1px solid rgba(190, 171, 155, .2);
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: .6;
  pointer-events: none;
}

body[data-page="who"] .who-mission article {
  position: relative;
  display: grid;
  align-content: center;
  min-height: clamp(280px, 34vw, 390px);
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(190, 171, 155, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 28px 80px rgba(47, 39, 31, .08);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

body[data-page="who"] .who-mission article::before {
  content: "";
  position: absolute;
  top: 28px;
  left: clamp(30px, 4vw, 52px);
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: #c99a41;
}

body[data-page="who"] .who-mission article::after {
  content: "01";
  position: absolute;
  right: clamp(26px, 3.4vw, 44px);
  bottom: clamp(18px, 2.6vw, 34px);
  color: rgba(190, 171, 155, .28);
  font-size: clamp(3.6rem, 8vw, 8rem);
  font-weight: 800;
  line-height: 1;
}

body[data-page="who"] .who-mission article:nth-child(2)::after {
  content: "02";
}

body[data-page="who"] .who-mission h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--numu-ink);
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  line-height: .98;
  letter-spacing: 0;
}

body[data-page="who"] .who-mission p {
  position: relative;
  z-index: 1;
  max-width: 54ch;
  margin: 0;
  color: rgba(47, 39, 31, .7);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}

body[data-page="who"] .who-mission article.reveal {
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(-34px, 34px, 0);
  transition:
    opacity .95s cubic-bezier(.16, 1, .3, 1),
    filter .95s cubic-bezier(.16, 1, .3, 1),
    transform .95s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="who"] .who-mission article:nth-child(2).reveal {
  transform: translate3d(34px, 34px, 0);
  transition-delay: .08s;
}

body[data-page="who"] .who-mission article.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 901px) {
  body[data-page="who"] .who-nature > div {
    display: block;
    position: static;
    min-height: 100svh;
    padding: 0;
  }

  body[data-page="who"] .who-nature .section-heading {
    position: absolute;
    top: clamp(122px, 18vh, 188px);
    right: clamp(18px, 2.4vw, 34px);
    left: auto;
    width: min(690px, 46vw);
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: right;
    transform: none;
  }

  body[data-page="who"] .who-nature .section-heading h2 {
    margin: 0;
    text-align: right;
    font-size: clamp(1.82rem, 2.72vw, 3.05rem);
    line-height: 1.18;
    text-wrap: normal;
  }

  body[data-page="who"] .about-hero {
    grid-template-rows: minmax(0, 1fr) auto;
    gap: clamp(16px, 2.4vh, 28px) clamp(22px, 4vw, 72px);
    padding-top: clamp(92px, 11vh, 128px);
    padding-bottom: clamp(24px, 4vh, 44px);
  }

  body[data-page="who"] .about-title img {
    width: min(390px, 34vw);
  }

  body[data-page="who"] .about-solar-story {
    min-height: clamp(330px, 45vh, 470px);
  }

  body[data-page="who"] .solar-orbit {
    width: min(360px, 32vw);
  }

  body[data-page="who"] .about-meaning {
    margin-top: clamp(190px, 26vh, 250px);
  }

  body[data-page="who"] .about-cycle {
    margin-top: 0;
  }

  body[data-page="who"] .about-hero .reveal {
    opacity: 0;
    filter: blur(14px);
    transition:
      opacity 1.9s cubic-bezier(.16, 1, .3, 1),
      filter 1.9s cubic-bezier(.16, 1, .3, 1),
      transform 1.9s cubic-bezier(.16, 1, .3, 1);
  }

  body[data-page="who"] .about-hero .about-title.reveal {
    animation: who-title-entry 2.1s cubic-bezier(.16, 1, .3, 1) .1s forwards;
    transform: translate3d(-46px, 22px, 0);
  }

  body[data-page="who"] .about-hero .about-title h1,
  body[data-page="who"] .about-hero .about-title img {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(-28px, 18px, 0);
    animation: who-copy-entry 1.8s cubic-bezier(.16, 1, .3, 1) .28s forwards;
  }

  body[data-page="who"] .about-hero .about-title img {
    transform: translate3d(-16px, 10px, 0) scale(.92);
    animation-name: who-logo-entry;
    animation-delay: .68s;
  }

  body[data-page="who"] .about-hero .about-solar-story.reveal {
    animation: who-orbit-entry 2.25s cubic-bezier(.16, 1, .3, 1) .5s forwards;
    transform: translate3d(48px, 22px, 0) scale(.96);
  }

  body[data-page="who"] .about-hero .solar-orbit {
    opacity: 0;
    filter: blur(16px);
    transform: translate(-50%, -50%) rotate(-10deg) scale(.86);
    animation: who-solar-entry 2.1s cubic-bezier(.16, 1, .3, 1) .66s forwards;
  }

  body[data-page="who"] .about-hero .about-meaning {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 28px, 0) scale(.96);
    animation: who-meaning-entry 1.75s cubic-bezier(.16, 1, .3, 1) 1.22s forwards;
  }

  body[data-page="who"] .about-hero .about-cycle.reveal {
    animation: who-cycle-entry 1.9s cubic-bezier(.16, 1, .3, 1) 1.62s forwards;
    transform: translate3d(0, 32px, 0);
  }

  body[data-page="who"] .about-hero .reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes solar-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 18px 42px rgba(158, 100, 43, .26),
      0 0 0 30px rgba(238, 202, 121, .08),
      0 0 80px rgba(220, 168, 78, .28);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.045);
    box-shadow:
      0 22px 54px rgba(158, 100, 43, .32),
      0 0 0 38px rgba(238, 202, 121, .11),
      0 0 108px rgba(220, 168, 78, .34);
  }
}

@keyframes solar-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(var(--orbit-tilt, 0deg)) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(var(--orbit-tilt, 0deg)) rotate(360deg);
  }
}

@keyframes who-title-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes who-copy-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes who-logo-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes who-orbit-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes who-solar-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}

@keyframes who-meaning-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes who-cycle-entry {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes who-nature-word-write {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, .18);
    filter: blur(8px);
    transform: translate3d(0, 22px, 0);
  }

  72% {
    opacity: .86;
    color: rgba(255, 255, 255, .82);
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    color: rgba(255, 255, 255, .96);
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes who-nature-bg-awaken {
  0% {
    opacity: 0;
    filter: saturate(.58) contrast(1.12) brightness(.72) blur(12px);
    transform: scale(1.16);
  }

  34% {
    opacity: 1;
    filter: saturate(1.05) contrast(1.1) brightness(.9) blur(0);
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    filter: saturate(.96) contrast(1.04) brightness(.86) blur(0);
    transform: scale(1.02);
  }
}

@media (max-width: 900px) {
  :root {
    --numu-gutter: clamp(22px, 7vw, 34px);
  }

  body[data-page="who"] .about-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-content: start;
    min-height: 100svh;
    padding-top: 116px;
    gap: 18px;
  }

  body[data-page="who"] .about-title {
    justify-items: center;
    text-align: center;
  }

  body[data-page="who"] .about-title h1 {
    max-width: min(17ch, 92vw);
    font-size: clamp(2rem, 9.4vw, 3.18rem);
  }

  body[data-page="who"] .about-title img {
    width: min(360px, 78vw);
  }

  body[data-page="who"] .about-solar-story {
    min-height: 430px;
  }

  body[data-page="who"] .solar-orbit {
    top: 43%;
    width: min(390px, 88vw);
  }

  body[data-page="who"] .about-meaning {
    width: min(340px, 90vw);
    margin-top: 248px;
    padding: 20px 22px;
  }

  body[data-page="who"] .who-nature > div {
    min-height: 92svh;
    justify-items: end;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  body[data-page="who"] .who-nature .section-heading {
    max-width: 92vw;
  }

  body[data-page="who"] .who-mission {
    grid-template-columns: 1fr;
    padding-top: 52px;
    padding-bottom: 62px;
  }

  body[data-page="who"] .who-mission article {
    min-height: 250px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .site-header,
  body[data-page="home"].home-hero-ready .site-header,
  body[data-page="who"] .about-hero .reveal,
  body[data-page="who"] .about-hero .about-title h1,
  body[data-page="who"] .about-hero .about-title img,
  body[data-page="who"] .about-hero .solar-orbit,
  body[data-page="who"] .about-hero .about-meaning,
  body[data-page="who"] .who-nature .product-gateway__bg,
  body[data-page="who"] .solar-core,
  body[data-page="who"] .orbit,
  body[data-page="who"] .who-mission article.reveal {
    animation: none;
    transition-duration: .001ms;
  }

  body[data-page="home"] .site-header,
  body[data-page="home"].home-hero-ready .site-header {
    opacity: 1;
    filter: none;
    transform: translate3d(-50%, 0, 0);
  }

  body[data-page="who"] .about-hero .reveal,
  body[data-page="who"] .about-hero .about-title h1,
  body[data-page="who"] .about-hero .about-title img,
  body[data-page="who"] .about-hero .solar-orbit,
  body[data-page="who"] .about-hero .about-meaning {
    opacity: 1;
    filter: none;
  }

  body[data-page="who"] .who-nature .section-heading h2 span {
    opacity: 1;
    color: rgba(255, 255, 255, .96);
    filter: none;
    transform: none;
  }

  body[data-page="who"] .who-nature .product-gateway__bg {
    opacity: 1;
    filter: saturate(.96) contrast(1.04) brightness(.86);
    transform: scale(1.02);
  }
}

/* Definitive home rebuild: consistent proportions, no cursor, no rounded contact container. */
.page-cursor {
  display: none !important;
}

body[data-page="home"] {
  --home-max: 1180px;
  --home-gutter: max(24px, calc((100vw - var(--home-max)) / 2));
  --home-copy: rgba(36, 31, 29, .68);
  background: #fff;
}

body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-page="home"] main {
  overflow: clip;
  background: #fff;
}

body[data-page="home"] .site-header {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-50%, -22px, 0);
  transition:
    opacity 1.25s cubic-bezier(.16, 1, .3, 1),
    filter 1.25s cubic-bezier(.16, 1, .3, 1),
    transform 1.25s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, filter, transform;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .site-header {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(-50%, 0, 0);
  transition-delay: .18s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero {
  position: relative;
  display: block;
  height: 126vh;
  min-height: 760px;
  padding: 0;
  color: var(--white);
  overflow: clip;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  opacity: 1;
  transform: none;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1) contrast(1);
  transform: translate3d(0, var(--hero-drift, -18px), 0) scale(var(--kenburns-scale, 1.135));
  transition:
    opacity 2.8s cubic-bezier(.16, 1, .3, 1),
    filter 3.1s cubic-bezier(.16, 1, .3, 1),
    transform 3.4s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, filter, transform;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]):not(.home-hero-image-ready) .page-hero.home-hero .hero-media img {
  opacity: 0;
  filter: saturate(.82) contrast(.94) blur(8px);
  transform: translate3d(0, -26px, 0) scale(1.18);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-image-ready .page-hero.home-hero .hero-media img {
  opacity: 1;
  filter: saturate(1) contrast(1) blur(0);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .58), rgba(47, 39, 31, .12) 58%, rgba(47, 39, 31, .24)),
    linear-gradient(0deg, rgba(47, 39, 31, .62), transparent 56%);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: min(900px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px var(--home-gutter) 82px;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content h1 {
  margin: 0;
  max-width: 780px;
  color: var(--white);
  font-size: clamp(3rem, 7.4vw, 7.6rem);
  font-weight: 430;
  line-height: .94;
  letter-spacing: 0;
}

body[data-page="services"] .page-hero.service-home-hero .hero-content h1 {
  max-width: 760px;
  font-size: clamp(1.5rem, 3.7vw, 3.8rem);
  line-height: 1.04;
}

body[data-page="services"] .timeline {
  gap: clamp(74px, 8vw, 104px) clamp(92px, 10vw, 132px);
}

body[data-page="services"] .timeline::before {
  top: 44px;
  bottom: 44px;
  width: 1px;
  background: linear-gradient(180deg, rgba(103, 112, 86, .18), rgba(103, 112, 86, .72) 18%, rgba(103, 112, 86, .72) 82%, rgba(103, 112, 86, .18));
}

body[data-page="services"] .timeline-item {
  position: relative;
  gap: clamp(18px, 2vw, 26px);
  padding: 8px 0 18px;
  transition: transform .38s var(--ease), opacity .75s var(--ease);
}

body[data-page="services"] .timeline-item:nth-child(even) {
  transform: translateY(118px);
}

body[data-page="services"] .timeline-item::before {
  content: "";
  position: absolute;
  top: 22px;
  width: clamp(34px, 4.4vw, 54px);
  height: 1px;
  background: rgba(103, 112, 86, .42);
  transition: background .32s var(--ease), transform .32s var(--ease);
}

body[data-page="services"] .timeline-item::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--olive);
  transition: transform .32s var(--ease), background .32s var(--ease), border-color .32s var(--ease);
}

body[data-page="services"] .timeline-item:nth-child(odd)::before {
  right: calc(clamp(46px, 5vw, 66px) * -1);
}

body[data-page="services"] .timeline-item:nth-child(even)::before {
  left: calc(clamp(46px, 5vw, 66px) * -1);
}

body[data-page="services"] .timeline-item:nth-child(odd)::after {
  right: calc(clamp(92px, 10vw, 132px) / -2 - 6px);
}

body[data-page="services"] .timeline-item:nth-child(even)::after {
  left: calc(clamp(92px, 10vw, 132px) / -2 - 6px);
}

body[data-page="services"] .timeline-item strong {
  min-width: clamp(74px, 8vw, 104px);
  color: rgba(103, 112, 86, .38);
  font-weight: 430;
  transition: color .32s var(--ease), transform .32s var(--ease);
}

body[data-page="services"] .timeline-item h2 {
  max-width: 420px;
  color: var(--soil);
  font-weight: 560;
  line-height: 1.06;
  transition: color .32s var(--ease), transform .32s var(--ease);
}

body[data-page="services"] .timeline-item p {
  max-width: 46ch;
  transition: color .32s var(--ease), transform .32s var(--ease);
}

body[data-page="services"] .timeline-item:hover {
  transform: translateY(-4px);
}

body[data-page="services"] .timeline-item:nth-child(even):hover {
  transform: translateY(112px);
}

body[data-page="services"] .timeline-item:hover::before {
  background: rgba(103, 112, 86, .74);
  transform: scaleX(1.12);
}

body[data-page="services"] .timeline-item:hover::after {
  background: var(--olive);
  border-color: var(--olive);
  transform: scale(1.18);
}

body[data-page="services"] .timeline-item:hover strong,
body[data-page="services"] .timeline-item:hover h2 {
  color: var(--olive);
}

body[data-page="services"] .timeline-item:hover h2,
body[data-page="services"] .timeline-item:hover p {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  body[data-page="services"] .timeline {
    gap: 34px;
  }

  body[data-page="services"] .timeline::before {
    left: 18px;
    top: 20px;
    bottom: 20px;
  }

  body[data-page="services"] .timeline-item,
  body[data-page="services"] .timeline-item:nth-child(even),
  body[data-page="services"] .timeline-item:hover,
  body[data-page="services"] .timeline-item:nth-child(even):hover {
    transform: none;
  }

  body[data-page="services"] .timeline-item::before,
  body[data-page="services"] .timeline-item:nth-child(odd)::before,
  body[data-page="services"] .timeline-item:nth-child(even)::before {
    left: -16px;
    right: auto;
    width: 34px;
  }

  body[data-page="services"] .timeline-item::after,
  body[data-page="services"] .timeline-item:nth-child(odd)::after,
  body[data-page="services"] .timeline-item:nth-child(even)::after {
    left: -21px;
    right: auto;
  }

  body[data-page="services"] .timeline-item strong {
    min-width: 0;
  }

}

body[data-page="products"] .page-hero.home-hero .hero-content h1 {
  max-width: 820px;
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  line-height: 1.04;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content p {
  width: min(100%, 680px);
  max-width: none;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 330;
  line-height: 1.6;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content .button {
  width: fit-content;
  max-width: 100%;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content h1,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content p,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content .button,
body[data-page="home"] .page-hero.home-hero .home-hero__bottom-copy,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a {
  opacity: 0;
  will-change: opacity, transform, filter;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content h1 {
  filter: blur(10px);
  transform: translate3d(0, 58px, 0) scale(.97);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content p {
  filter: blur(8px);
  transform: translate3d(0, 34px, 0);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content .button {
  filter: blur(6px);
  transform: translate3d(0, 26px, 0) scale(.96);
}

body[data-page="home"] .page-hero.home-hero .home-hero__bottom-copy {
  filter: blur(8px);
  transform: translate3d(0, 28px, 0);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a {
  filter: blur(6px);
  transform: translate3d(0, 22px, 0) scale(.88);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content h1,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content p,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content .button,
body[data-page="home"].home-hero-ready .page-hero.home-hero .home-hero__bottom-copy,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .social-links a {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content h1 {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .42s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content p {
  transform: translate3d(0, 0, 0);
  transition-delay: .9s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .hero-content .button {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1.28s;
}

body[data-page="home"].home-hero-ready .page-hero.home-hero .home-hero__bottom-copy {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.46s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .social-links a:nth-child(1) {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1.68s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .social-links a:nth-child(2) {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1.88s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]).home-hero-ready .page-hero.home-hero .social-links a:nth-child(3) {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 2.08s;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links {
  position: sticky;
  z-index: 2;
  width: fit-content;
  margin-left: auto;
  margin-right: var(--home-gutter);
  bottom: 54px;
  right: auto;
  top: auto;
  opacity: 1;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links a {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, .92);
  background: transparent;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, .42);
  overflow: hidden;
  backdrop-filter: none;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a::before,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #beab9b;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links .icon,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links .icon {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links .icon-facebook,
:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links .icon-whatsapp,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links .icon-facebook,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links .icon-whatsapp {
  fill: currentColor;
  stroke: none;
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a:hover,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links a:hover {
  color: var(--soil);
  transform: translateY(-3px);
}

:is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links a:hover::before,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .social-links a:hover::before {
  opacity: 1;
  transform: scale(1);
}

body[data-page="home"] .home-flow-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: clip;
}

body[data-page="home"] .home-intro {
  background: #fff;
}

body[data-page="home"] .home-intro .split-intro__inner,
body[data-page="home"] .home-earth .earth-panel__inner,
body[data-page="home"] .home-nature > div {
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 112px var(--home-gutter) 84px;
}

body[data-page="home"] .home-intro .split-intro__inner {
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(0, 620px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(54px, 8vw, 116px);
}

body[data-page="home"] .home-intro .media-frame {
  width: 100%;
  max-width: 470px;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  box-shadow: 0 24px 72px rgba(47, 39, 31, .12);
  transform: translate3d(0, var(--intro-figure-y, 260px), 0);
  will-change: opacity, transform, filter;
}

body[data-page="home"] .home-intro .split-copy {
  max-width: 620px;
  transform: translate3d(0, var(--intro-copy-y, -220px), 0);
  will-change: opacity, transform, filter;
}

body[data-page="home"] .home-intro .split-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--home-copy);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 330;
  line-height: 1.68;
}

body[data-page="home"] .home-intro .split-copy h2 {
  margin: 0;
  color: var(--olive);
  font-size: clamp(2.2rem, 4.2vw, 4.15rem);
  font-weight: 430;
  line-height: 1;
}

body[data-page="home"] .home-earth {
  color: var(--white);
  background: var(--olive);
  border-radius: 0;
}

body[data-page="home"] .home-earth .earth-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: clamp(54px, 7vw, 110px);
}

body[data-page="home"] .home-earth h2 {
  max-width: 700px;
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(2.2rem, 4.2vw, 4.15rem);
  font-weight: 430;
  line-height: 1;
  transform: translate3d(0, var(--earth-copy-y, -220px), 0);
  will-change: opacity, transform, filter;
}

body[data-page="home"] .home-earth figure {
  min-height: min(62vh, 600px);
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  transform: translate3d(0, var(--earth-figure-y, 260px), 0);
  will-change: opacity, transform, filter;
}

body[data-page="home"] .home-nature {
  display: block;
  height: 100vh;
  min-height: 720px;
  isolation: isolate;
  color: var(--white);
  background: var(--soil);
}

body[data-page="home"] .home-nature .product-gateway__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
}

body[data-page="home"] .home-nature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .68), rgba(47, 39, 31, .12) 56%, rgba(47, 39, 31, .38)),
    linear-gradient(0deg, rgba(47, 39, 31, .54), transparent 55%);
}

body[data-page="home"] .home-nature > div {
  display: grid;
  align-items: start;
  align-content: start;
  padding-top: clamp(92px, 14vh, 150px);
}

body[data-page="home"] .home-nature .section-heading {
  display: block;
  max-width: 620px;
  margin: 0;
}

body[data-page="home"] .home-nature .section-heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(2.55rem, 5.55vw, 5.45rem);
  font-weight: 430;
  line-height: .94;
  text-wrap: balance;
}

body[data-page="home"] .home-nature h2 span {
  display: inline-block;
  opacity: clamp(.04, calc(((var(--scene-reveal, 0) - .34 - (var(--word-index, 0) * .07)) * 1.75) - (var(--nature-text-exit, 0) * 3.2) - (var(--word-index, 0) * .025)), 1);
  color: rgba(255, 255, 255, clamp(.18, calc(((var(--scene-reveal, 0) - .26 - (var(--word-index, 0) * .06)) * 1.45) - (var(--nature-text-exit, 0) * 2.45)), .96));
  filter: blur(clamp(0px, calc(((1 - var(--scene-reveal, 0)) * 7px) + (var(--nature-text-exit, 0) * 9px)), 10px));
  transform: translate3d(0, clamp(0px, calc(((1 - var(--scene-reveal, 0)) * 24px) - (var(--nature-text-exit, 0) * 28px)), 24px), 0);
  transition:
    opacity 3.15s cubic-bezier(.16, 1, .3, 1),
    color 3.15s cubic-bezier(.16, 1, .3, 1),
    filter 3.15s cubic-bezier(.16, 1, .3, 1),
    transform 3.15s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(.34s + (var(--word-index, 0) * 150ms));
  will-change: opacity, color, filter, transform;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band {
  width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content {
  position: relative;
  z-index: 1;
  min-height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 7vw, 110px);
  padding: clamp(54px, 7vw, 92px) var(--home-gutter);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band h2 {
  width: auto;
  max-width: 620px;
  margin: 0;
  color: transparent;
  font-size: clamp(3.1rem, 6.8vw, 7.2rem);
  font-weight: 430;
  line-height: .86;
  white-space: normal;
  background: linear-gradient(110deg, #fff, #beab9b, #e2e2dd, #5a5544, #fff);
  background-size: 320% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: talk-color-flow 7s ease-in-out infinite alternate;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content > div {
  display: grid;
  justify-items: end;
  gap: 12px;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band a {
  color: rgba(255, 255, 255, .9);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__social .social-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content h2,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content > div > a,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__social {
  opacity: 0;
  will-change: opacity, transform, filter;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content h2 {
  filter: blur(10px);
  transform: translate3d(0, 58px, 0) scale(.97);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content > div > a {
  filter: blur(8px);
  transform: translate3d(0, 34px, 0);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__social {
  filter: blur(6px);
  transform: translate3d(0, 26px, 0) scale(.96);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__content h2,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__content > div > a,
:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__social {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1);
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__content h2 {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .18s;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__content > div > a:nth-child(1) {
  transform: translate3d(0, 0, 0);
  transition-delay: .52s;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__content > div > a:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition-delay: .76s;
}

:is(body[data-page="home"], body[data-page="services"]) .home-contact-band.is-visible .contact-band__social {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1s;
}

@keyframes talk-color-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

body[data-page="home"] .reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .42s var(--ease), transform .42s var(--ease);
  will-change: opacity, transform;
}

body[data-page="home"] .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body[data-page="home"] .home-intro .media-frame.reveal,
body[data-page="home"] .home-intro .split-copy.reveal,
body[data-page="home"] .home-earth h2,
body[data-page="home"] .home-earth .button,
body[data-page="home"] .home-earth figure {
  transition:
    opacity 1.45s cubic-bezier(.16, 1, .3, 1),
    filter 1.45s cubic-bezier(.16, 1, .3, 1),
    transform 1.45s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="home"] .home-intro .media-frame.reveal:not(.is-visible),
body[data-page="home"] .home-intro .split-copy.reveal:not(.is-visible),
body[data-page="home"] .home-earth:not(.is-visible) h2,
body[data-page="home"] .home-earth:not(.is-visible) .button,
body[data-page="home"] .home-earth:not(.is-visible) figure {
  opacity: 0;
  filter: blur(8px);
}

body[data-page="home"] .home-intro .media-frame.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--intro-figure-y, 0px), 0);
}

body[data-page="home"] .home-intro .split-copy.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--intro-copy-y, 0px), 0);
}

body[data-page="home"] .home-earth.is-visible h2 {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--earth-copy-y, 0px), 0);
}

body[data-page="home"] .home-earth.is-visible .button {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

body[data-page="home"] .home-earth.is-visible figure {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--earth-figure-y, 0px), 0);
}

body[data-page="home"] .home-nature .section-heading.reveal {
  transform: translate3d(64px, 0, 0);
}

body[data-page="home"] .home-nature .section-heading.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1100px) {
  body[data-page="home"] {
    --home-gutter: 34px;
  }

  body[data-page="home"] .home-intro .split-intro__inner,
  body[data-page="home"] .home-earth .earth-panel__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: center;
  }

  body[data-page="home"] .home-intro .media-frame {
    max-width: 560px;
    aspect-ratio: 1.15 / 1;
  }
}

@media (max-width: 760px) {
  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) {
    --home-gutter: 24px;
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero {
    height: 112vh;
    min-height: 740px;
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content {
    padding: 96px var(--home-gutter) 92px;
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content h1 {
    font-size: clamp(2.55rem, 13.5vw, 4.35rem);
    line-height: 1;
  }

  body[data-page="services"] .page-hero.service-home-hero .hero-content h1 {
    font-size: clamp(1.28rem, 6.75vw, 2.18rem);
    line-height: 1.08;
  }

  body[data-page="products"] .page-hero.home-hero .hero-content h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.75rem);
    line-height: 1.02;
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content p {
    width: min(100%, 560px);
    max-width: none;
    margin: 18px 0 22px;
    font-size: .98rem;
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .social-links {
    margin-left: var(--home-gutter);
    margin-right: auto;
    bottom: 28px;
  }

  body[data-page="home"] .home-flow-section {
    height: auto;
    min-height: 100vh;
  }

  body[data-page="home"] .home-intro .split-intro__inner,
  body[data-page="home"] .home-earth .earth-panel__inner,
  body[data-page="home"] .home-nature > div {
    position: relative;
    min-height: auto;
    padding: 76px var(--home-gutter);
  }

  body[data-page="home"] .home-intro .media-frame {
    max-width: none;
    aspect-ratio: 1 / .88;
  }

  body[data-page="home"] .home-intro .media-frame.reveal:not(.is-visible) {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-42px, 58px, 0) scale(.93);
  }

  body[data-page="home"] .home-intro .split-copy.reveal:not(.is-visible) {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(44px, 54px, 0) scale(.965);
  }

  body[data-page="home"] .home-intro .media-frame.reveal.is-visible,
  body[data-page="home"] .home-intro .split-copy.reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  body[data-page="home"] .home-intro .split-copy h2,
  body[data-page="home"] .home-earth h2 {
    font-size: clamp(2rem, 9.2vw, 3.05rem);
  }

  body[data-page="home"] .home-earth figure {
    min-height: 300px;
  }

  body[data-page="home"] .home-earth:not(.is-visible) h2,
  body[data-page="home"] .home-earth:not(.is-visible) .button {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(44px, 54px, 0) scale(.965);
  }

  body[data-page="home"] .home-earth:not(.is-visible) figure {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-42px, 58px, 0) scale(.93);
  }

  body[data-page="home"] .home-earth.is-visible h2,
  body[data-page="home"] .home-earth.is-visible .button,
  body[data-page="home"] .home-earth.is-visible figure {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  body[data-page="home"] .home-nature {
    height: auto;
    min-height: 86vh;
  }

  body[data-page="home"] .home-nature .section-heading h2 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

  :is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content {
    min-height: 360px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 68px var(--home-gutter);
  }

  :is(body[data-page="home"], body[data-page="services"]) .home-contact-band h2 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  :is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__content > div,
  :is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__social .social-links {
    justify-items: start;
    justify-content: flex-start;
  }

  :is(body[data-page="home"], body[data-page="services"]) .home-contact-band .contact-band__social .social-links {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 761px) {
  body[data-page="home"] .home-intro,
  body[data-page="home"] .home-earth,
  body[data-page="home"] .home-nature {
    height: auto;
    min-height: 100vh;
  }

  body[data-page="home"] .home-intro .split-intro__inner,
  body[data-page="home"] .home-earth .earth-panel__inner,
  body[data-page="home"] .home-nature > div {
    position: relative;
    top: auto;
    min-height: 100vh;
  }
}

@media (min-width: 901px) {
  body[data-page="who"] .who-nature .section-heading {
    position: absolute !important;
    top: clamp(118px, 17vh, 176px) !important;
    right: var(--numu-gutter) !important;
    left: auto !important;
    width: min(760px, 54vw) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  body[data-page="who"] .who-nature .section-heading h2 {
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(2.35rem, 3.85vw, 4.35rem) !important;
    line-height: 1.12 !important;
    text-align: right !important;
    text-wrap: normal !important;
  }
}

body[data-page="who"] .who-legacy-section {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #2f271f;
}

body[data-page="who"] .who-legacy-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .28), rgba(47, 39, 31, .08) 42%, rgba(47, 39, 31, .62)),
    linear-gradient(0deg, rgba(47, 39, 31, .58), rgba(47, 39, 31, .08) 54%, rgba(47, 39, 31, .2));
}

body[data-page="who"] .who-legacy-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: calc(.88 + (var(--legacy-reveal, 0) * .12));
  transform: scale(var(--legacy-bg-scale, 1.18));
  transform-origin: center center;
  filter: saturate(calc(.78 + (var(--legacy-reveal, 0) * .32))) contrast(calc(1.02 + (var(--legacy-reveal, 0) * .08))) brightness(calc(.72 + (var(--legacy-reveal, 0) * .18)));
  will-change: transform, opacity, filter;
}

body[data-page="who"] .who-legacy-section.is-visible .who-legacy-bg {
  opacity: 1;
}

body[data-page="who"] .who-legacy-title {
  position: absolute;
  top: 50%;
  right: clamp(96px, 10vw, 140px);
  width: min(420px, 30vw);
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: clamp(2.35rem, 3.85vw, 4.35rem);
  font-weight: 430;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: right;
  text-wrap: normal;
  text-shadow: 0 20px 60px rgba(0, 0, 0, .34);
  transform: translateY(-50%);
}

body[data-page="who"] .who-legacy-title span {
  display: inline-block;
  opacity: 0;
  color: rgba(255, 255, 255, .18);
  filter: blur(8px);
  transform: translate3d(0, 24px, 0);
  line-height: inherit;
  vertical-align: baseline;
}

body[data-page="who"] .who-legacy-section.is-visible .who-legacy-title span {
  animation: who-legacy-word-reveal 1.35s cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(.28s + (var(--word-index, 0) * 76ms));
}

@keyframes who-legacy-word-reveal {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, .18);
    filter: blur(8px);
    transform: translate3d(0, 24px, 0);
  }

  100% {
    opacity: 1;
    color: rgba(255, 255, 255, .96);
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  body[data-page="who"] .who-legacy-title {
    top: 50%;
    right: var(--numu-gutter);
    left: var(--numu-gutter);
    width: auto;
    font-size: clamp(2.35rem, 10.8vw, 4.4rem);
    line-height: 1.05;
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="who"] .who-legacy-bg,
  body[data-page="who"] .who-legacy-title span {
    animation: none;
  }

  body[data-page="who"] .who-legacy-bg {
    opacity: 1;
    filter: saturate(.98) contrast(1.04) brightness(.84);
    transform: scale(var(--legacy-bg-scale, 1.18));
  }

  body[data-page="who"] .who-legacy-title span {
    opacity: 1;
    color: rgba(255, 255, 255, .96);
    filter: none;
    transform: none;
  }
}

@media (min-width: 901px) {
  body[data-page="who"] .who-legacy-title {
    right: clamp(96px, 10vw, 140px) !important;
  }
}

body[data-page="who"] .who-principles-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 36px);
  min-height: 100svh;
  width: 100%;
  padding: clamp(84px, 10vh, 128px) var(--numu-gutter);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(201, 154, 65, .18), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(190, 171, 155, .18), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

@media (min-width: 901px) {
  body[data-page="who"] .who-principles-section {
    grid-template-columns: repeat(2, minmax(0, calc((var(--numu-content-max) - clamp(20px, 2.8vw, 36px)) / 2)));
  }
}

body[data-page="who"] .who-principles-section::before {
  content: "";
  position: absolute;
  inset: auto auto 10% 50%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 154, 65, .18);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: .8;
}

body[data-page="who"] .who-principle-card {
  --card-bg-a: rgba(255, 255, 255, .96);
  --card-bg-b: rgba(247, 244, 239, .78);
  --card-bg-c: rgba(255, 255, 255, .8);
  --card-text: var(--numu-ink);
  --card-copy: rgba(47, 39, 31, .72);
  --card-border: rgba(190, 171, 155, .24);
  --card-shadow: rgba(47, 39, 31, .09);
  --ring-opacity: .54;
  position: relative;
  display: grid;
  align-content: center;
  min-height: clamp(390px, 48vh, 520px);
  padding: clamp(32px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: 8px;
  background:
    linear-gradient(142deg, var(--card-bg-a), var(--card-bg-b)),
    radial-gradient(circle at 17% 18%, rgba(201, 154, 65, .2), transparent 38%),
    linear-gradient(180deg, var(--card-bg-c), rgba(226, 226, 221, .18));
  box-shadow: 0 30px 90px var(--card-shadow);
  transform-style: preserve-3d;
  will-change: transform, filter, box-shadow;
  transition:
    border-color .65s var(--ease),
    box-shadow .65s var(--ease),
    background-position .65s var(--ease),
    transform .65s var(--ease);
}

body[data-page="who"] .who-principle-card::after {
  content: "";
  position: absolute;
  inset: auto clamp(30px, 4vw, 56px) clamp(30px, 4vw, 56px) auto;
  width: clamp(74px, 8vw, 132px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c99a41, #beab9b);
  transform: scaleX(0);
  transform-origin: right center;
  opacity: 1;
}

body[data-page="who"] .who-principle-card::before {
  content: "";
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  width: clamp(180px, 22vw, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(201, 154, 65, .16), rgba(190, 171, 155, .04)),
    radial-gradient(circle at 35% 34%, rgba(255, 255, 255, .8), transparent 11%),
    repeating-conic-gradient(from -18deg, rgba(201, 154, 65, .28) 0 8deg, transparent 8deg 19deg);
  mask-image: radial-gradient(circle, transparent 0 36%, #000 37% 100%);
  opacity: var(--ring-opacity);
  transform: translate3d(18%, 18%, 0) scale(.9);
  rotate: -12deg;
  animation: who-principle-ring-spin 18s linear infinite;
  transition:
    opacity .55s var(--ease),
    transform .55s var(--ease);
  pointer-events: none;
}

body[data-page="who"] .who-principle-card--vision {
  --card-bg-a: rgba(47, 39, 31, .95);
  --card-bg-b: rgba(61, 48, 47, .9);
  --card-bg-c: rgba(90, 85, 68, .4);
  --card-text: rgba(255, 255, 255, .94);
  --card-copy: rgba(255, 255, 255, .72);
  --card-border: rgba(201, 154, 65, .34);
  --card-shadow: rgba(47, 39, 31, .2);
  --ring-opacity: .54;
  background:
    linear-gradient(142deg, var(--card-bg-a), var(--card-bg-b)),
    radial-gradient(circle at 88% 18%, rgba(201, 154, 65, .28), transparent 36%),
    linear-gradient(180deg, var(--card-bg-c), rgba(36, 31, 29, .92));
  border-color: var(--card-border);
  box-shadow: 0 34px 96px var(--card-shadow);
}

body[data-page="who"] .who-principle-card--vision::after {
  background: linear-gradient(90deg, #e2e2dd, #c99a41);
}

body[data-page="who"] .who-principle-card--vision::before {
  background:
    linear-gradient(135deg, rgba(226, 226, 221, .13), rgba(201, 154, 65, .06)),
    radial-gradient(circle at 35% 34%, rgba(255, 255, 255, .58), transparent 11%),
    repeating-conic-gradient(from 12deg, rgba(226, 226, 221, .24) 0 8deg, transparent 8deg 19deg);
}

body[data-page="who"] .who-principle-card h2 {
  position: relative;
  z-index: 1;
  align-self: start;
  margin: 0 0 clamp(14px, 1.8vw, 24px);
  color: var(--card-text);
  font-size: clamp(3.2rem, 6.5vw, 7.4rem);
  font-weight: 520;
  line-height: .86;
  letter-spacing: 0;
  transform-origin: left bottom;
}

body[data-page="who"] .who-principle-card--vision h2 {
  color: var(--card-text);
}

body[data-page="who"] .who-principle-card p {
  position: relative;
  z-index: 1;
  max-width: 57ch;
  margin: 0;
  color: var(--card-copy);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  font-weight: 360;
  line-height: 1.72;
}

body[data-page="who"] .who-principle-card--vision p {
  color: var(--card-copy);
}

body[data-page="who"] .who-principle-card:hover {
  --card-bg-a: rgba(47, 39, 31, .95);
  --card-bg-b: rgba(61, 48, 47, .9);
  --card-bg-c: rgba(90, 85, 68, .4);
  --card-text: rgba(255, 255, 255, .94);
  --card-copy: rgba(255, 255, 255, .72);
  --card-border: rgba(201, 154, 65, .42);
  --card-shadow: rgba(47, 39, 31, .2);
  border-color: var(--card-border);
  box-shadow: 0 36px 96px var(--card-shadow);
  transform: translate3d(0, -6px, 0);
}

body[data-page="who"] .who-principle-card:hover::before {
  opacity: .82;
  transform: translate3d(18%, 18%, 0) scale(.98);
  animation-duration: 8s;
}

body[data-page="who"] .who-principle-card:hover::after {
  animation: who-principle-line-pulse 1.1s cubic-bezier(.16, 1, .3, 1) both;
}

body[data-page="who"] .who-principle-card:hover h2 {
  transform: translate3d(0, -3px, 0);
}

body[data-page="who"] .who-principle-card:hover p {
  transform: translate3d(0, -2px, 0);
}

body[data-page="who"] .who-principle-card--vision:hover {
  --card-bg-a: rgba(255, 255, 255, .96);
  --card-bg-b: rgba(247, 244, 239, .78);
  --card-bg-c: rgba(255, 255, 255, .8);
  --card-text: var(--numu-ink);
  --card-copy: rgba(47, 39, 31, .72);
  --card-border: rgba(190, 171, 155, .28);
  --card-shadow: rgba(47, 39, 31, .11);
  border-color: var(--card-border);
  box-shadow: 0 40px 106px var(--card-shadow);
}

body[data-page="who"] .who-principle-card.reveal {
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(-46px, 98px, 0) rotate(-1.2deg) scale(.94);
  transition:
    opacity 1.85s cubic-bezier(.16, 1, .3, 1),
    filter 1.85s cubic-bezier(.16, 1, .3, 1),
    transform 1.85s cubic-bezier(.16, 1, .3, 1),
    border-color .65s var(--ease),
    box-shadow .65s var(--ease);
}

body[data-page="who"] .who-principle-card--vision.reveal {
  transform: translate3d(46px, 98px, 0) rotate(1.2deg) scale(.94);
  transition-delay: .26s;
}

body[data-page="who"] .who-principle-card h2,
body[data-page="who"] .who-principle-card p {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 24px, 0);
  transition:
    color .38s var(--ease),
    filter .38s var(--ease),
    transform .38s var(--ease);
}

body[data-page="who"] .who-principle-card::after {
  transform: scaleX(0);
  transform-origin: right center;
}

body[data-page="who"] .who-principle-card.reveal.is-visible::before {
  animation:
    who-principle-orb 1.7s cubic-bezier(.16, 1, .3, 1) .08s both,
    who-principle-ring-spin 18s linear 1.78s infinite;
}

body[data-page="who"] .who-principle-card.reveal.is-visible::after {
  animation: who-principle-line 1.45s cubic-bezier(.16, 1, .3, 1) .48s forwards;
}

body[data-page="who"] .who-principle-card.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

body[data-page="who"] .who-principle-card.reveal.is-visible:hover {
  transform: translate3d(0, -6px, 0) rotate(0deg) scale(1);
}

body[data-page="who"] .who-principle-card--vision.reveal.is-visible:hover {
  transform: translate3d(0, -6px, 0) rotate(0deg) scale(1);
}

body[data-page="who"] .who-principle-card.reveal.is-visible h2 {
  animation: who-principle-title 1.45s cubic-bezier(.16, 1, .3, 1) .46s forwards;
}

body[data-page="who"] .who-principle-card.reveal.is-visible p {
  animation: who-principle-copy 1.55s cubic-bezier(.16, 1, .3, 1) .72s forwards;
}

body[data-page="who"] .who-principle-card--vision.reveal.is-visible h2 {
  animation-delay: .7s;
}

body[data-page="who"] .who-principle-card--vision.reveal.is-visible p {
  animation-delay: .96s;
}

body[data-page="who"] .who-principle-card.reveal.is-visible:hover h2 {
  opacity: 1;
  filter: blur(0);
  animation: none;
  transform: translate3d(0, -3px, 0);
}

body[data-page="who"] .who-principle-card.reveal.is-visible:hover p {
  opacity: 1;
  filter: blur(0);
  animation: none;
  transform: translate3d(0, -2px, 0);
}

@keyframes who-principle-ring-spin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}

@keyframes who-principle-orb {
  0% {
    opacity: 0;
    transform: translate3d(18%, 18%, 0) scale(.72);
    rotate: -12deg;
  }

  100% {
    opacity: var(--ring-opacity);
    transform: translate3d(18%, 18%, 0) scale(.9);
    rotate: -12deg;
  }
}

@keyframes who-principle-line {
  to {
    transform: scaleX(1);
  }
}

@keyframes who-principle-line-pulse {
  0% {
    transform: scaleX(1);
    filter: brightness(1);
  }

  44% {
    transform: scaleX(.64);
    filter: brightness(1.38);
  }

  100% {
    transform: scaleX(1);
    filter: brightness(1);
  }
}

@keyframes who-principle-title {
  0% {
    letter-spacing: 0;
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes who-principle-copy {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  body[data-page="who"] .who-principles-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 64px var(--numu-gutter);
    gap: 18px;
  }

  body[data-page="who"] .who-principle-card {
    min-height: 430px;
    padding: 30px;
  }

  body[data-page="who"] .who-principle-card--vision {
    border-left: 1px solid rgba(190, 171, 155, .24);
    border-top: 1px solid rgba(190, 171, 155, .24);
  }

  body[data-page="who"] .who-principle-card::after {
    left: auto;
  }

  body[data-page="who"] .who-principle-card h2 {
    font-size: clamp(3rem, 17vw, 5.2rem);
  }
}

body[data-page="who"] .home-contact-band {
  position: relative;
  width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
}

body[data-page="who"] .home-contact-band > img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, var(--contact-bg-y, -46px), 0) scale(var(--contact-bg-scale, 1.2));
  transform-origin: center;
  will-change: transform;
}

body[data-page="who"] .home-contact-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .72), rgba(47, 39, 31, .28) 52%, rgba(47, 39, 31, .58)),
    linear-gradient(0deg, rgba(47, 39, 31, .42), transparent 58%);
}

body[data-page="who"] .home-contact-band .contact-band__content {
  position: relative;
  z-index: 1;
  min-height: 360px;
  width: var(--numu-section-inner);
  max-width: var(--numu-content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 7vw, 110px);
  padding: clamp(54px, 7vw, 92px) 0;
}

body[data-page="who"] .home-contact-band h2 {
  width: auto;
  max-width: 620px;
  margin: 0;
  color: transparent;
  font-size: clamp(3.1rem, 6.8vw, 7.2rem);
  font-weight: 430;
  line-height: .86;
  white-space: normal;
  background: linear-gradient(110deg, #fff, #beab9b, #e2e2dd, #5a5544, #fff);
  background-size: 320% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: talk-color-flow 7s ease-in-out infinite alternate;
}

body[data-page="who"] .home-contact-band .contact-band__content > div {
  display: grid;
  justify-items: end;
  gap: 12px;
}

body[data-page="who"] .home-contact-band a {
  color: rgba(255, 255, 255, .9);
}

body[data-page="who"] .home-contact-band .contact-band__social .social-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body[data-page="who"] .home-contact-band .social-links a {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, .92);
  background: transparent;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, .42);
  overflow: hidden;
}

body[data-page="who"] .home-contact-band .social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #beab9b;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}

body[data-page="who"] .home-contact-band .social-links .icon {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
}

body[data-page="who"] .home-contact-band .social-links .icon-facebook,
body[data-page="who"] .home-contact-band .social-links .icon-whatsapp {
  fill: currentColor;
  stroke: none;
}

body[data-page="who"] .home-contact-band .social-links a:hover {
  color: var(--soil);
  transform: translateY(-3px);
}

body[data-page="who"] .home-contact-band .social-links a:hover::before {
  opacity: 1;
  transform: scale(1);
}

body[data-page="who"] .home-contact-band .contact-band__content h2,
body[data-page="who"] .home-contact-band .contact-band__content > div > a,
body[data-page="who"] .home-contact-band .contact-band__social {
  opacity: 0;
  will-change: opacity, transform, filter;
}

body[data-page="who"] .home-contact-band .contact-band__content h2 {
  filter: blur(10px);
  transform: translate3d(0, 58px, 0) scale(.97);
}

body[data-page="who"] .home-contact-band .contact-band__content > div > a {
  filter: blur(8px);
  transform: translate3d(0, 34px, 0);
}

body[data-page="who"] .home-contact-band .contact-band__social {
  filter: blur(6px);
  transform: translate3d(0, 26px, 0) scale(.96);
}

body[data-page="who"] .home-contact-band.is-visible .contact-band__content h2,
body[data-page="who"] .home-contact-band.is-visible .contact-band__content > div > a,
body[data-page="who"] .home-contact-band.is-visible .contact-band__social {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="who"] .home-contact-band.is-visible .contact-band__content h2 {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .18s;
}

body[data-page="who"] .home-contact-band.is-visible .contact-band__content > div > a:nth-child(1) {
  transform: translate3d(0, 0, 0);
  transition-delay: .52s;
}

body[data-page="who"] .home-contact-band.is-visible .contact-band__content > div > a:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition-delay: .76s;
}

body[data-page="who"] .home-contact-band.is-visible .contact-band__social {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1s;
}

@media (max-width: 760px) {
  body[data-page="who"] .home-contact-band .contact-band__content {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 68px 0;
  }

  body[data-page="who"] .home-contact-band h2 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  body[data-page="who"] .home-contact-band .contact-band__content > div,
  body[data-page="who"] .home-contact-band .contact-band__social .social-links {
    justify-items: start;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="who"] .who-principle-card.reveal,
  body[data-page="who"] .who-principle-card h2,
  body[data-page="who"] .who-principle-card p {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  body[data-page="who"] .who-principle-card::after {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Contact page refinement: align title weight and motion with the home page rhythm. */
body[data-page="contact"] .contact-info p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(2.2rem, 4.2vw, 4.15rem);
  font-weight: 430;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

body[data-page="contact"] .contact-info h2 {
  color: rgba(255, 255, 255, .92);
  font-weight: 620;
  letter-spacing: .08em;
}

body[data-page="contact"] .enquiry-card {
  gap: 12px;
  padding: clamp(24px, 3.1vw, 36px);
}

body[data-page="contact"] .enquiry-card h1 {
  max-width: none;
  font-size: clamp(1.15rem, 1.85vw, 1.9rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="contact"] .enquiry-card p {
  max-width: 42ch;
  color: rgba(36, 31, 29, .66);
  font-size: .98rem;
  line-height: 1.55;
}

body[data-page="contact"] .contact-info.reveal,
body[data-page="contact"] .enquiry-card.reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 54px, 0) scale(.985);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, filter, transform;
}

body[data-page="contact"] .enquiry-card.reveal {
  transform: translate3d(0, 66px, 0) scale(.975);
  transition-duration: 1.95s;
  transition-delay: .18s;
}

body[data-page="contact"] .contact-info.reveal.is-visible,
body[data-page="contact"] .enquiry-card.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 760px) {
  body[data-page="contact"] .contact-info p {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  body[data-page="contact"] .enquiry-card h1 {
    max-width: 100%;
    font-size: clamp(1.1rem, 5.6vw, 1.65rem);
  }
}

/* Products refinement: unified product system, compact rhythm, interactive galleries. */
body[data-page="products"] .product-category-grid {
  margin-bottom: 0;
}

body[data-page="products"] main > .product-category-grid {
  height: 400px;
  min-height: 0;
  align-items: stretch;
  overflow: hidden;
}

body[data-page="products"] main > .product-category-grid .product-category-card {
  height: 100%;
  min-height: 0;
}

body[data-page="products"] main > section:not(.page-hero):not(.home-contact-band),
body[data-page="products"] .product-feature,
body[data-page="products"] .benefit-row,
body[data-page="products"] .monitor-strip-product,
body[data-page="products"] .solar-panel-product,
body[data-page="products"] .why-block {
  min-height: 0;
}

body[data-page="products"] main > .product-category-grid + .product-family-band {
  margin-top: 0;
}

body[data-page="products"] .product-family-band {
  width: 100%;
  margin: 0;
  padding: clamp(22px, 3.2vw, 38px) var(--home-gutter);
  color: var(--soil);
  background: #beab9b;
  font-size: clamp(1.35rem, 2.5vw, 2.6rem);
  font-weight: 560;
  line-height: 1.05;
  letter-spacing: 0;
}

body[data-page="products"] .product-anchor {
  display: block;
  height: 0;
}

body[data-page="products"] .product-feature,
body[data-page="products"] .solar-panel-product {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(54px, 6.5vw, 86px) var(--home-gutter);
}

body[data-page="products"] .product-feature {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: stretch;
}

body[data-page="products"] .battery-feature {
  padding-top: clamp(54px, 6.5vw, 86px);
}

body[data-page="products"] .product-media,
body[data-page="products"] .panel-media {
  display: grid;
  align-content: stretch;
  padding: clamp(18px, 2.2vw, 28px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)), #565343;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

body[data-page="products"] .main-product,
body[data-page="products"] .panel-media img {
  width: 100%;
  height: clamp(300px, 36vw, 500px);
  padding: clamp(14px, 2vw, 24px);
  object-fit: contain;
  background: rgba(255, 255, 255, .92);
  border-radius: 6px;
  transition: opacity .28s var(--ease), transform .45s var(--ease);
}

body[data-page="products"] .main-product.is-switching {
  opacity: .18;
  transform: scale(.985);
}

body[data-page="products"] .product-thumbs {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

body[data-page="products"] .product-thumb {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body[data-page="products"] .product-thumb img {
  display: block;
  width: 100%;
  height: 84px;
  padding: 9px;
  object-fit: contain;
  background: rgba(255, 255, 255, .88);
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color .25s var(--ease), transform .25s var(--ease), background .25s var(--ease);
}

body[data-page="products"] .product-thumb:hover img,
body[data-page="products"] .product-thumb.is-active img {
  background: #fff;
  border-color: #beab9b;
  transform: translateY(-2px);
}

body[data-page="products"] .product-copy,
body[data-page="products"] .panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  background: #f2f0eb;
  border-radius: var(--radius);
}

body[data-page="products"] .product-copy h2,
body[data-page="products"] .panel-copy h2,
body[data-page="products"] .ecosystem h2 {
  max-width: 920px;
  margin-bottom: clamp(16px, 2vw, 24px);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.02;
  font-weight: 560;
  color: var(--soil);
}

body[data-page="products"] .product-copy h2 span,
body[data-page="products"] .panel-copy h2 span {
  margin-top: .18em;
  color: var(--olive);
}

body[data-page="products"] .product-copy p,
body[data-page="products"] .panel-copy p,
body[data-page="products"] .ecosystem p {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--home-copy);
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.62;
  font-weight: 340;
}

body[data-page="products"] .benefit-row {
  width: 100%;
  margin: 0;
  min-height: 0;
  padding: 0 var(--home-gutter) clamp(22px, 3vw, 36px);
  gap: clamp(12px, 1.6vw, 18px);
}

body[data-page="products"] .benefit-card {
  min-height: 160px;
  align-content: center;
  justify-items: center;
  text-align: center;
  border-radius: var(--radius);
  box-shadow: none;
  transform: none;
}

body[data-page="products"] .benefit-card:hover {
  box-shadow: none;
  transform: none;
}

body[data-page="products"] .benefit-card h2,
body[data-page="products"] .benefit-card p {
  text-align: center;
}

body[data-page="products"] .monitor-strip-product {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(320px, 1.22fr);
  align-items: center;
  gap: clamp(26px, 5vw, 76px);
  width: 100%;
  margin: 0;
  padding: clamp(24px, 3.5vw, 44px) var(--home-gutter) clamp(26px, 3.8vw, 50px);
  background: #fff;
}

body[data-page="products"] .monitor-strip-product img {
  width: min(340px, 100%);
  justify-self: center;
  align-self: end;
}

body[data-page="products"] .monitor-strip-product div {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 2.6vw, 34px);
}

body[data-page="products"] .monitor-strip-product p {
  max-width: 760px;
  margin: 0;
  color: var(--olive);
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}

body[data-page="products"] .monitor-strip-product .button {
  min-width: min(440px, 100%);
  justify-content: center;
  border-radius: 999px;
}

body[data-page="products"] .turnkey-solution-panel {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(28px, 4vw, 54px) var(--home-gutter);
  background: #e2e2dd;
}

body[data-page="products"] .turnkey-solution-panel img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: var(--radius);
}

body[data-page="products"] .monitor-strip-product img,
body[data-page="products"] .monitor-strip-product p,
body[data-page="products"] .monitor-strip-product .button {
  opacity: 0;
  will-change: opacity, transform, filter;
}

body[data-page="products"] .monitor-strip-product img {
  filter: blur(8px);
  transform: translate3d(-28px, 38px, 0) scale(.94);
}

body[data-page="products"] .monitor-strip-product p {
  filter: blur(8px);
  transform: translate3d(0, 30px, 0);
}

body[data-page="products"] .monitor-strip-product .button {
  filter: blur(6px);
  transform: translate3d(0, 22px, 0) scale(.96);
}

body[data-page="products"] .monitor-strip-product.is-visible img,
body[data-page="products"] .monitor-strip-product.is-visible p,
body[data-page="products"] .monitor-strip-product.is-visible .button {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 1.25s cubic-bezier(.16, 1, .3, 1),
    transform 1.25s cubic-bezier(.16, 1, .3, 1),
    filter 1.25s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .monitor-strip-product.is-visible img {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .08s;
}

body[data-page="products"] .monitor-strip-product.is-visible p {
  transform: translate3d(0, 0, 0);
  transition-delay: .28s;
}

body[data-page="products"] .monitor-strip-product.is-visible .button {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .48s;
}

body[data-page="products"] .ecosystem {
  width: calc(100% - (var(--home-gutter) * 2));
  margin: 0 auto clamp(54px, 6.5vw, 86px);
  padding: clamp(28px, 4vw, 48px);
  border-radius: 0;
}

body[data-page="products"] .why-block {
  width: 100%;
  margin: 0;
  padding: clamp(38px, 5vw, 62px) var(--home-gutter);
  text-align: left;
  background: #fff;
}

body[data-page="products"] .why-block h2 {
  width: min(1120px, 100%);
  margin: 0 auto clamp(18px, 2vw, 26px);
  color: var(--soil);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.05;
  font-weight: 560;
}

body[data-page="products"] .why-grid {
  width: min(1120px, 100%);
  margin: 0 auto clamp(24px, 2.8vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="products"] .why-grid span {
  justify-content: flex-start;
  min-height: 0;
  padding: 14px 16px;
  border-radius: 0;
  font-size: .94rem;
  font-weight: 620;
}

body[data-page="products"] .why-block > .button {
  margin-left: calc((100% - min(1120px, 100%)) / 2);
}

body[data-page="products"] .solar-panel-product {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  column-gap: clamp(28px, 4.5vw, 64px);
  row-gap: clamp(8px, 1.2vw, 16px);
}

body[data-page="products"] .panel-statement {
  margin: clamp(28px, 4vw, 48px) 0 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
}

body[data-page="products"] .panel-specs {
  margin-top: clamp(24px, 3vw, 38px);
}

@media (max-width: 1100px) {
  body[data-page="products"] .product-feature,
  body[data-page="products"] .solar-panel-product {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-copy,
  body[data-page="products"] .panel-copy {
    padding: clamp(24px, 4vw, 38px);
  }

  body[data-page="products"] .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="products"] .product-family-band {
    padding: 20px var(--home-gutter);
    font-size: clamp(1.25rem, 7vw, 2rem);
  }

  body[data-page="products"] .product-feature,
  body[data-page="products"] .solar-panel-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body[data-page="products"] .main-product,
  body[data-page="products"] .panel-media img {
    height: 300px;
  }

  body[data-page="products"] .product-thumb img {
    height: 70px;
  }

  body[data-page="products"] .benefit-row,
  body[data-page="products"] .why-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .ecosystem {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* Products final polish: restore rounded media, pill benefits, tighter rhythm, home contact band. */
body[data-page="products"] .product-family-band + .product-feature,
body[data-page="products"] .product-family-band + .solar-panel-product {
  padding-top: clamp(24px, 3vw, 36px);
}

body[data-page="products"] .product-category-grid + .product-family-band {
  margin-top: 0;
}

body[data-page="products"] .product-media,
body[data-page="products"] .panel-media {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

body[data-page="products"] .main-product,
body[data-page="products"] .panel-media img,
body[data-page="products"] .product-thumb img {
  border-radius: var(--radius);
}

body[data-page="products"] .why-block {
  padding-top: clamp(34px, 4vw, 50px);
  padding-bottom: clamp(34px, 4vw, 50px);
  text-align: center;
}

body[data-page="products"] .why-block h2 {
  margin-bottom: clamp(22px, 2.4vw, 32px);
  text-align: center;
}

body[data-page="products"] .why-grid {
  width: min(820px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(22px, 2.4vw, 32px);
  gap: 14px 18px;
}

body[data-page="products"] .why-grid span {
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--olive);
  font-weight: 760;
  text-align: center;
  white-space: nowrap;
  transition:
    background .28s var(--ease),
    color .28s var(--ease),
    box-shadow .28s var(--ease),
    transform .28s var(--ease);
}

body[data-page="products"] .why-block > .button {
  width: fit-content;
  min-width: 220px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  transition:
    background .28s var(--ease),
    color .28s var(--ease),
    box-shadow .28s var(--ease),
    transform .28s var(--ease);
}

body[data-page="products"] .why-grid span:hover {
  color: var(--soil);
  background: #beab9b;
  box-shadow: 0 16px 38px rgba(47, 39, 31, .12);
  transform: translateY(-3px);
}

body[data-page="products"] .why-block > .button:hover {
  box-shadow: 0 18px 42px rgba(47, 39, 31, .18);
  transform: translateY(-3px);
}

body[data-page="products"] .why-block h2,
body[data-page="products"] .why-grid span,
body[data-page="products"] .why-block > .button {
  opacity: 0;
  will-change: opacity, transform, filter;
}

body[data-page="products"] .why-block h2 {
  filter: blur(8px);
  transform: translate3d(0, 30px, 0);
}

body[data-page="products"] .why-grid span {
  filter: blur(7px);
  transform: translate3d(0, 24px, 0) scale(.96);
}

body[data-page="products"] .why-block > .button {
  filter: blur(6px);
  transform: translate3d(0, 22px, 0) scale(.96);
}

body[data-page="products"] .why-block h2.is-visible,
body[data-page="products"] .why-grid span.is-visible,
body[data-page="products"] .why-block > .button.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 1s cubic-bezier(.16, 1, .3, 1),
    transform 1s cubic-bezier(.16, 1, .3, 1),
    filter 1s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .why-grid span:nth-child(1).is-visible {
  transition-delay: .12s;
}

body[data-page="products"] .why-grid span:nth-child(2).is-visible {
  transition-delay: .22s;
}

body[data-page="products"] .why-grid span:nth-child(3).is-visible {
  transition-delay: .32s;
}

body[data-page="products"] .why-grid span:nth-child(4).is-visible {
  transition-delay: .42s;
}

body[data-page="products"] .why-block > .button.is-visible {
  transition-delay: .56s;
}

body[data-page="products"] .home-contact-band {
  position: relative;
  width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

body[data-page="products"] .home-contact-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

body[data-page="products"] .home-contact-band .contact-band__content {
  position: relative;
  z-index: 1;
  min-height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 7vw, 110px);
  padding: clamp(54px, 7vw, 92px) var(--home-gutter);
}

body[data-page="products"] .home-contact-band h2 {
  width: auto;
  max-width: 620px;
  margin: 0;
  color: transparent;
  font-size: clamp(3.1rem, 6.8vw, 7.2rem);
  font-weight: 430;
  line-height: .86;
  white-space: normal;
  background: linear-gradient(110deg, #fff, #beab9b, #e2e2dd, #5a5544, #fff);
  background-size: 320% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: talk-color-flow 7s ease-in-out infinite alternate;
}

body[data-page="products"] .home-contact-band .contact-band__content > div {
  display: grid;
  justify-items: end;
  gap: 12px;
}

body[data-page="products"] .home-contact-band a {
  color: rgba(255, 255, 255, .9);
}

body[data-page="products"] .home-contact-band .contact-band__social .social-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body[data-page="products"] .home-contact-band .contact-band__content h2,
body[data-page="products"] .home-contact-band .contact-band__content > div > a,
body[data-page="products"] .home-contact-band .contact-band__social {
  opacity: 0;
  will-change: opacity, transform, filter;
}

body[data-page="products"] .home-contact-band .contact-band__content h2 {
  filter: blur(10px);
  transform: translate3d(0, 58px, 0) scale(.97);
}

body[data-page="products"] .home-contact-band .contact-band__content > div > a {
  filter: blur(8px);
  transform: translate3d(0, 34px, 0);
}

body[data-page="products"] .home-contact-band .contact-band__social {
  filter: blur(6px);
  transform: translate3d(0, 26px, 0) scale(.96);
}

body[data-page="products"] .home-contact-band.is-visible .contact-band__content h2,
body[data-page="products"] .home-contact-band.is-visible .contact-band__content > div > a,
body[data-page="products"] .home-contact-band.is-visible .contact-band__social {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .home-contact-band.is-visible .contact-band__content h2 {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .18s;
}

body[data-page="products"] .home-contact-band.is-visible .contact-band__content > div > a:nth-child(1) {
  transform: translate3d(0, 0, 0);
  transition-delay: .52s;
}

body[data-page="products"] .home-contact-band.is-visible .contact-band__content > div > a:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition-delay: .76s;
}

body[data-page="products"] .home-contact-band.is-visible .contact-band__social {
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 1s;
}

body[data-page="products"] .home-contact-band .social-links a {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, .92);
  background: transparent;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(190, 171, 155, .42);
  overflow: hidden;
}

body[data-page="products"] .home-contact-band .social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #beab9b;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}

body[data-page="products"] .home-contact-band .social-links .icon {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
}

body[data-page="products"] .home-contact-band .social-links .icon-facebook,
body[data-page="products"] .home-contact-band .social-links .icon-whatsapp {
  fill: currentColor;
  stroke: none;
}

body[data-page="products"] .home-contact-band .social-links a:hover {
  color: var(--soil);
  transform: translateY(-3px);
}

body[data-page="products"] .home-contact-band .social-links a:hover::before {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1100px) {
  body[data-page="products"] main > .product-category-grid {
    height: auto;
  }

  body[data-page="products"] .product-family-band + .product-feature,
  body[data-page="products"] .product-family-band + .solar-panel-product {
    padding-top: 34px;
  }

  body[data-page="products"] .monitor-strip-product {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .monitor-strip-product img {
    width: min(280px, 100%);
  }
}

@media (max-width: 760px) {
  body[data-page="products"] main > .product-category-grid,
  body[data-page="products"] main > .product-category-grid:has(.product-category-card:nth-child(1):hover),
  body[data-page="products"] main > .product-category-grid:has(.product-category-card:nth-child(2):hover),
  body[data-page="products"] main > .product-category-grid:has(.product-category-card:nth-child(3):hover),
  body[data-page="products"] main > .product-category-grid:has(.product-category-card:nth-child(4):hover) {
    grid-template-columns: 1fr;
    height: auto;
  }

  body[data-page="products"] main > .product-category-grid .product-category-card {
    height: clamp(220px, 58vw, 320px);
    min-height: 220px;
    padding: 24px;
  }

  body[data-page="products"] main > .product-category-grid .product-category-card span {
    max-width: 11ch;
    font-size: clamp(2rem, 11vw, 3.6rem);
    line-height: .98;
  }

  body[data-page="products"] .why-block > .button {
    width: 100%;
    margin-left: 0;
  }

  body[data-page="products"] .why-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .why-grid span {
    white-space: normal;
  }

  body[data-page="products"] .home-contact-band .contact-band__content {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 58px var(--home-gutter);
  }

  body[data-page="products"] .home-contact-band h2 {
    font-size: clamp(2.6rem, 17vw, 5rem);
  }

  body[data-page="products"] .home-contact-band .contact-band__content > div,
  body[data-page="products"] .home-contact-band .contact-band__social .social-links {
    justify-items: start;
    justify-content: flex-start;
  }

  body[data-page="products"] .benefit-row {
    padding-bottom: 24px;
  }

  body[data-page="products"] .monitor-strip-product {
    padding-top: 18px;
  }

  body[data-page="products"] .monitor-strip-product img {
    width: min(230px, 100%);
  }

  body[data-page="products"] .monitor-strip-product p {
    font-size: clamp(1.2rem, 6vw, 1.7rem);
  }
}

/* Products spacing and hover final override. */
body[data-page="products"] {
  --product-section-gap: clamp(28px, 3.2vw, 42px);
}

body[data-page="products"] .product-family-band + .product-feature,
body[data-page="products"] .product-family-band + .solar-panel-product {
  padding-top: var(--product-section-gap);
}

body[data-page="products"] .monitor-strip-product,
body[data-page="products"] .turnkey-solution-panel,
body[data-page="products"] .why-block {
  padding-top: var(--product-section-gap);
  padding-bottom: var(--product-section-gap);
}

body[data-page="products"] .why-block h2,
body[data-page="products"] .why-grid {
  margin-bottom: var(--product-section-gap);
}

body[data-page="products"] .why-block > .button.is-visible:hover,
body[data-page="products"] .why-block > .button:hover {
  color: var(--soil);
  background: #beab9b;
  box-shadow: none;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (min-width: 900px) {
  html:has(body[data-page="products"]) {
    scroll-snap-type: none;
  }

  body[data-page="products"] main > section {
    scroll-snap-align: none;
  }
}

body[data-page="products"] .page-hero.home-hero .hero-content,
body[data-page="products"] .page-hero.home-hero .social-links {
  position: relative;
}

body[data-page="products"] .panel-statement {
  margin-top: clamp(8px, 1.2vw, 16px);
  margin-bottom: 0;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 34px, 0) scale(.97);
  will-change: opacity, transform, filter;
}

body[data-page="products"] .panel-statement.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 1.25s cubic-bezier(.16, 1, .3, 1),
    transform 1.25s cubic-bezier(.16, 1, .3, 1),
    filter 1.25s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="products"] .panel-specs {
  margin-top: clamp(22px, 2.4vw, 32px);
}

body[data-page="products"] .panel-specs dl {
  width: min(520px, calc(100% - 36px));
  padding: clamp(30px, 3.4vw, 44px);
}

body[data-page="products"] .panel-specs dt {
  font-size: clamp(1.16rem, 1.35vw, 1.35rem);
  line-height: 1.2;
}

body[data-page="products"] .panel-specs dd {
  margin-top: 6px;
  font-size: clamp(1.04rem, 1.2vw, 1.22rem);
  line-height: 1.25;
}

@media (max-width: 760px) {
  body[data-page="products"] {
    --product-section-gap: 28px;
  }
}

/* Final services timeline: original content, alternating premium layout. */
body[data-page="services"] .service-timeline.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(64px, 7vw, 92px) minmax(0, 1fr);
  gap: clamp(4px, .8vw, 12px) 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(74px, 8vw, 118px);
  padding-bottom: clamp(74px, 8vw, 118px);
  color: var(--soil);
  background:
    radial-gradient(circle at 50% 12%, rgba(190, 171, 155, .16), transparent 30vw),
    linear-gradient(180deg, #fff 0%, #f7f7f4 52%, #fff 100%);
  overflow: hidden;
}

body[data-page="services"] .service-timeline.section-pad::before {
  content: "";
  position: absolute;
  top: clamp(54px, 6vw, 86px);
  bottom: clamp(54px, 6vw, 86px);
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(90, 85, 68, .28) 12%, rgba(190, 171, 155, .82) 50%, rgba(90, 85, 68, .28) 88%, transparent);
}

body[data-page="services"] .service-timeline .service-timeline__item,
body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even),
body[data-page="services"] .service-timeline .service-timeline__item:hover,
body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even):hover {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(18px, 2.1vw, 28px);
  width: min(100%, 520px);
  min-height: clamp(148px, 15vw, 190px);
  padding: 0;
  transform: none;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) {
  grid-column: 1;
  justify-self: end;
  grid-template-columns: minmax(0, 1fr) auto;
  text-align: right;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even) {
  grid-column: 3;
  justify-self: start;
  grid-template-columns: auto minmax(0, 1fr);
  text-align: left;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(1) {
  grid-row: 1;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(2) {
  grid-row: 2;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(3) {
  grid-row: 3;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(4) {
  grid-row: 4;
}

body[data-page="services"] .service-timeline .service-timeline__item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--sand);
  box-shadow: 0 0 0 12px rgba(190, 171, 155, .14), 0 18px 40px rgba(47, 39, 31, .18);
  transform: translateY(-50%);
  transition: background .36s var(--ease), box-shadow .36s var(--ease), transform .36s var(--ease);
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd)::before {
  right: calc(clamp(64px, 7vw, 92px) / -2 - 7px);
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even)::before {
  left: calc(clamp(64px, 7vw, 92px) / -2 - 7px);
}

body[data-page="services"] .service-timeline .service-timeline__item::after,
body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd)::after,
body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even)::after {
  display: none;
  content: none;
}

body[data-page="services"] .service-timeline .service-timeline__item strong {
  display: block;
  min-width: 0;
  color: rgba(90, 85, 68, .24);
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  font-weight: 430;
  line-height: .74;
  letter-spacing: 0;
  transition: color .36s var(--ease), transform .36s var(--ease);
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) strong {
  order: 2;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) div {
  order: 1;
}

body[data-page="services"] .service-timeline .service-timeline__item > div {
  display: grid;
  gap: 12px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(190, 171, 155, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 58px rgba(47, 39, 31, .09);
  backdrop-filter: blur(12px);
  transition: border-color .36s var(--ease), box-shadow .36s var(--ease), transform .36s var(--ease), background .36s var(--ease);
}

body[data-page="services"] .service-timeline .service-timeline__item h2 {
  max-width: 420px;
  margin: 0;
  color: #3d302f;
  font-size: clamp(1.32rem, 2.15vw, 2.05rem);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

body[data-page="services"] .service-timeline .service-timeline__item p {
  max-width: 48ch;
  margin: 0;
  color: rgba(36, 31, 29, .64);
  font-size: clamp(.98rem, 1.05vw, 1.06rem);
  font-weight: 340;
  line-height: 1.66;
}

body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) h2,
body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) p {
  margin-left: auto;
}

body[data-page="services"] .service-timeline .service-timeline__item:hover::before {
  background: var(--sand);
  box-shadow: 0 0 0 15px rgba(190, 171, 155, .18), 0 22px 48px rgba(47, 39, 31, .22);
  transform: translateY(-50%) scale(1.14);
}

body[data-page="services"] .service-timeline .service-timeline__item:hover strong {
  color: rgba(90, 85, 68, .38);
}

body[data-page="services"] .service-timeline .service-timeline__item:hover > div {
  border-color: rgba(190, 171, 155, .58);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 32px 76px rgba(47, 39, 31, .14);
  transform: translateY(-6px);
}

@media (max-width: 760px) {
  body[data-page="services"] .service-timeline.section-pad {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 18px;
    padding-top: 54px;
    padding-bottom: 62px;
  }

  body[data-page="services"] .service-timeline.section-pad::before {
    top: 60px;
    bottom: 60px;
    left: calc(var(--home-gutter) + 14px);
    transform: none;
  }

  body[data-page="services"] .service-timeline .service-timeline__item,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd),
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even),
  body[data-page="services"] .service-timeline .service-timeline__item:hover,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even):hover {
    grid-column: 2;
    justify-self: stretch;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 0;
    gap: 10px;
    text-align: left;
  }

  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) strong,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) div {
    order: initial;
  }

  body[data-page="services"] .service-timeline .service-timeline__item::before,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd)::before,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(even)::before {
    top: 24px;
    left: -38px;
    right: auto;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 8px rgba(190, 171, 155, .14);
  }

  body[data-page="services"] .service-timeline .service-timeline__item strong {
    width: fit-content;
    padding-left: 2px;
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: .82;
  }

  body[data-page="services"] .service-timeline .service-timeline__item > div {
    padding: 22px 20px 24px;
    backdrop-filter: none;
  }

  body[data-page="services"] .service-timeline .service-timeline__item h2,
  body[data-page="services"] .service-timeline .service-timeline__item p,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) h2,
  body[data-page="services"] .service-timeline .service-timeline__item:nth-child(odd) p {
    margin-left: 0;
  }

  body[data-page="services"] .service-timeline .service-timeline__item h2 {
    font-size: clamp(1.24rem, 6.2vw, 1.78rem);
    line-height: 1.08;
  }

  body[data-page="services"] .service-timeline .service-timeline__item p {
    font-size: .96rem;
    line-height: 1.58;
  }
}

body[data-page="services"] .service-monitor-strip {
  position: relative;
  width: 100%;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  margin: 48px 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  scroll-snap-align: none;
}

body[data-page="services"] .service-monitor-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 39, 31, .5);
}

body[data-page="services"] .service-monitor-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="services"] .service-monitor-strip p {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0;
  font-size: clamp(.98rem, 1.55vw, 1.35rem);
  font-weight: 750;
  line-height: 1.2;
}

@media (max-width: 760px) {
  body[data-page="services"] .service-monitor-strip {
    height: 320px;
    min-height: 320px;
    max-height: 320px;
    margin-top: 36px;
  }

  body[data-page="services"] .service-monitor-strip p {
    width: min(100%, calc(100% - 42px));
    font-size: clamp(1.15rem, 5.2vw, 1.45rem);
    line-height: 1.28;
  }
}

body[data-page="services"] .service-system-works {
  position: relative;
  width: min(var(--numu-content-max, 1180px), calc(100vw - (var(--numu-gutter, 24px) * 2)));
  height: clamp(520px, 58vw, 680px);
  min-height: 520px;
  margin: clamp(56px, 6vw, 84px) auto 0;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  scroll-snap-align: none;
}

body[data-page="services"] .service-system-works::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 31, 25, .68), rgba(28, 31, 25, .22) 48%, rgba(28, 31, 25, .18)),
    linear-gradient(0deg, rgba(28, 31, 25, .52), rgba(28, 31, 25, 0) 48%);
}

body[data-page="services"] .service-system-works > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

body[data-page="services"] .service-system-works__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: start;
  padding: clamp(54px, 6vw, 82px) clamp(28px, 5vw, 72px) clamp(36px, 4.4vw, 58px);
}

body[data-page="services"] .service-system-works h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.75rem, 5.2vw, 5.45rem);
  font-weight: 430;
  line-height: .96;
  letter-spacing: 0;
}

body[data-page="services"] .service-system-works p {
  justify-self: center;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

body[data-page="services"] .service-system-works h2.reveal:not(.is-visible) {
  transform: translateY(34px);
}

body[data-page="services"] .service-system-works p.reveal:not(.is-visible) {
  transform: translateY(26px);
}

body[data-page="services"] .service-system-works h2.reveal.is-visible {
  transition-delay: .08s;
}

body[data-page="services"] .service-system-works p.reveal.is-visible {
  transition-delay: .22s;
}

@media (max-width: 760px) {
  body[data-page="services"] .service-system-works {
    width: min(100%, calc(100vw - 24px));
    height: 520px;
    min-height: 520px;
    margin-top: 44px;
    border-radius: var(--radius);
  }

  body[data-page="services"] .service-system-works::after {
    background:
      linear-gradient(90deg, rgba(28, 31, 25, .7), rgba(28, 31, 25, .22)),
      linear-gradient(0deg, rgba(28, 31, 25, .6), rgba(28, 31, 25, 0) 52%);
  }

  body[data-page="services"] .service-system-works__content {
    padding: 44px 24px 34px;
  }

  body[data-page="services"] .service-system-works h2 {
    max-width: 420px;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  body[data-page="services"] .service-system-works p {
    justify-self: start;
    width: min(100%, 360px);
    text-align: left;
    font-size: 1rem;
    white-space: normal;
  }
}

body[data-page="services"] .process.section-pad {
  min-height: 0;
  padding-top: clamp(52px, 5vw, 78px);
  padding-bottom: clamp(54px, 5vw, 80px);
}

body[data-page="services"] .process-grid {
  align-items: stretch;
  margin-bottom: clamp(30px, 3.2vw, 42px);
}

body[data-page="services"] .process-card {
  height: 100%;
  min-height: 260px;
  padding: clamp(30px, 3vw, 40px) clamp(20px, 2.4vw, 30px);
  align-content: center;
  border-color: rgba(190, 171, 155, .26);
  transition:
    opacity .75s var(--ease),
    transform .42s var(--ease),
    box-shadow .42s var(--ease),
    border-color .42s var(--ease),
    background .42s var(--ease);
}

body[data-page="services"] .process-card:nth-child(2) {
  transition-delay: .08s, .08s, 0s, 0s, 0s;
}

body[data-page="services"] .process-card:nth-child(3) {
  transition-delay: .16s, .16s, 0s, 0s, 0s;
}

body[data-page="services"] .process-card:nth-child(4) {
  transition-delay: .24s, .24s, 0s, 0s, 0s;
}

body[data-page="services"] .process-card:hover {
  border-color: rgba(103, 112, 86, .38);
  background: rgba(247, 247, 244, .96);
  transform: translateY(-8px);
}

body[data-page="services"] .process-card .icon {
  width: clamp(54px, 4.8vw, 72px);
  height: clamp(54px, 4.8vw, 72px);
  margin-bottom: 22px;
  stroke-width: 1.55;
}

body[data-page="services"] .process-card h2 {
  font-size: clamp(1.16rem, 1.4vw, 1.35rem);
}

body[data-page="services"] .process-card p {
  max-width: 24ch;
  margin-inline: auto;
}

body[data-page="services"] .process-cta {
  width: min(520px, calc(100% - 40px));
  min-height: 54px;
  margin: 0 auto;
  justify-content: center;
  overflow: hidden;
  transition:
    opacity .75s var(--ease),
    transform .42s var(--ease),
    background .34s var(--ease),
    color .34s var(--ease),
    box-shadow .34s var(--ease);
}

body[data-page="services"] .process-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--olive);
  opacity: 0;
  transform: scaleX(.72);
  transform-origin: center;
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}

body[data-page="services"] .process-cta:hover {
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(47, 39, 31, .18);
}

body[data-page="services"] .process-cta:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

body[data-page="services"] .process-cta span,
body[data-page="services"] .process-cta .icon {
  position: relative;
  z-index: 1;
}

body[data-page="services"] .process-cta:hover .icon {
  transform: translateX(5px);
}

body[data-page="services"] .capability-stack {
  width: min(820px, 100%);
  margin-top: clamp(54px, 5.5vw, 78px);
  gap: 0;
  color: var(--soil);
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  font-weight: 430;
  line-height: .98;
  letter-spacing: 0;
}

body[data-page="services"] .capability-stack span {
  display: block;
  transform: translateY(34px);
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    filter .9s cubic-bezier(.16, 1, .3, 1),
    color .45s var(--ease);
}

body[data-page="services"] .capability-stack span:nth-child(2) {
  transition-delay: .12s;
}

body[data-page="services"] .capability-stack span:nth-child(3) {
  transition-delay: .24s;
}

body[data-page="services"] .capability-stack.is-visible span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

body[data-page="services"] .capability-stack.is-visible span:hover {
  color: var(--olive);
}

@media (max-width: 900px) {
  body[data-page="services"] .process.section-pad {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  body[data-page="services"] .process-card {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  body[data-page="services"] .process-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="services"] .process-card {
    min-height: 220px;
  }

  body[data-page="services"] .process-cta {
    width: min(360px, calc(100% - 28px));
  }

  body[data-page="services"] .capability-stack {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
}

/* Products page stabilization: scoped final rhythm and category sizing. */
body[data-page="products"] {
  --product-section-y: clamp(34px, 4vw, 56px);
  --product-band-y: clamp(22px, 2.8vw, 34px);
  --product-category-h: 400px;
}

body[data-page="products"] main > .product-category-grid {
  height: var(--product-category-h);
  max-height: var(--product-category-h);
  min-height: 0;
  margin: 0;
  align-items: stretch;
  overflow: hidden;
}

body[data-page="products"] main > .product-category-grid .product-category-card {
  height: 100%;
  max-height: var(--product-category-h);
  min-height: 0;
}

body[data-page="products"] main > .product-category-grid .product-category-card img {
  height: 100%;
}

body[data-page="products"] .product-family-band {
  margin: 0;
  padding-top: var(--product-band-y);
  padding-bottom: var(--product-band-y);
}

body[data-page="products"] .product-feature,
body[data-page="products"] .solar-panel-product,
body[data-page="products"] .benefit-row,
body[data-page="products"] .monitor-strip-product,
body[data-page="products"] .turnkey-solution-panel,
body[data-page="products"] .why-block {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

body[data-page="products"] .product-feature,
body[data-page="products"] .solar-panel-product {
  padding-top: var(--product-section-y);
  padding-bottom: var(--product-section-y);
}

body[data-page="products"] .product-family-band + .product-feature,
body[data-page="products"] .product-family-band + .solar-panel-product {
  padding-top: var(--product-section-y);
}

body[data-page="products"] .product-feature + .benefit-row,
body[data-page="products"] .product-feature + .why-block {
  padding-top: 0;
}

body[data-page="products"] .benefit-row {
  padding-top: 0;
  padding-bottom: var(--product-section-y);
}

body[data-page="products"] .monitor-strip-product,
body[data-page="products"] .turnkey-solution-panel,
body[data-page="products"] .why-block {
  padding-top: var(--product-section-y);
  padding-bottom: var(--product-section-y);
}

body[data-page="products"] .why-block h2 {
  margin-top: 0;
  margin-bottom: clamp(18px, 2vw, 28px);
}

body[data-page="products"] .why-grid {
  margin-top: 0;
  margin-bottom: clamp(18px, 2vw, 28px);
}

body[data-page="products"] .turnkey-solution-panel + #batteries {
  display: block;
  height: 0;
}

body[data-page="products"] #batteries + .product-family-band {
  margin-top: 0;
}

@media (max-width: 1100px) {
  body[data-page="products"] main > .product-category-grid {
    height: auto;
    max-height: none;
  }

  body[data-page="products"] main > .product-category-grid .product-category-card {
    height: clamp(220px, 36vw, 320px);
    max-height: 320px;
  }
}

@media (max-width: 760px) {
  body[data-page="products"] {
    --product-section-y: 32px;
    --product-band-y: 20px;
  }

  body[data-page="products"] main > .product-category-grid .product-category-card {
    height: clamp(210px, 58vw, 300px);
    max-height: 300px;
  }
}

@media (min-width: 900px) {
  body[data-page="products"] main > section.product-feature,
  body[data-page="products"] main > section.benefit-row,
  body[data-page="products"] main > section.monitor-strip-product,
  body[data-page="products"] main > section.turnkey-solution-panel,
  body[data-page="products"] main > section.why-block,
  body[data-page="products"] main > section.solar-panel-product {
    min-height: 0 !important;
    scroll-snap-align: none;
  }

  body[data-page="products"] main > section.benefit-row,
  body[data-page="products"] main > section.why-block,
  body[data-page="products"] main > section.monitor-strip-product,
  body[data-page="products"] main > section.turnkey-solution-panel {
    align-items: start;
    align-content: start;
  }

  body[data-page="products"] main > section.product-feature + section.benefit-row,
  body[data-page="products"] main > section.product-feature + section.why-block {
    padding-top: 0;
  }
}

/* Responsive text normalization: keep headings/descriptions readable at tight widths and browser zoom levels. */
:is(
  body[data-page="home"],
  body[data-page="who"],
  body[data-page="services"],
  body[data-page="products"],
  body[data-page="contact"]
) :is(h1, h2, p, span) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-page="who"] .about-title h1 {
  width: min(720px, 100%);
  max-width: none;
  font-size: clamp(2rem, 3.65vw, 4.15rem);
  line-height: 1.04;
  text-wrap: balance;
}

body[data-page="who"] .who-legacy-title {
  width: min(720px, 54vw);
  max-width: none;
  font-size: clamp(2.05rem, 3.35vw, 4.05rem);
  line-height: 1.08;
}

body[data-page="products"] .product-category-card span,
body[data-page="products"] main > .product-category-grid .product-category-card span {
  max-width: min(100%, 16ch);
  text-wrap: normal;
}

body[data-page="home"] .page-hero.home-hero .hero-content {
  width: min(980px, calc(100vw - (var(--home-gutter) * 2)));
  align-items: flex-start;
}

body[data-page="home"] .page-hero.home-hero .hero-content p {
  display: block;
  align-self: stretch;
  inline-size: min(760px, 100%) !important;
  width: min(760px, 100%) !important;
  min-width: 0;
  max-width: min(760px, calc(100vw - (var(--home-gutter) * 2))) !important;
  text-wrap: normal !important;
}

body[data-page="home"] .page-hero.home-hero .hero-content .button {
  width: auto;
  min-width: max-content;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  :is(
    body[data-page="home"],
    body[data-page="who"],
    body[data-page="services"],
    body[data-page="products"],
    body[data-page="contact"]
  ) {
    --home-gutter: clamp(18px, 5vw, 24px);
    --numu-gutter: clamp(18px, 5vw, 24px);
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content {
    width: 100%;
    padding-left: var(--home-gutter);
    padding-right: var(--home-gutter);
  }

  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content h1,
  :is(body[data-page="home"], body[data-page="products"], body[data-page="services"]) .page-hero.home-hero .hero-content p,
  body[data-page="who"] .about-title h1,
  body[data-page="who"] .about-meaning,
  body[data-page="who"] .who-legacy-title,
  body[data-page="contact"] .contact-info p,
  body[data-page="contact"] .enquiry-card h1 {
    text-wrap: normal;
  }

  body[data-page="products"] .page-hero.home-hero .hero-content h1 {
    font-size: clamp(1.9rem, 8.2vw, 3.25rem);
    line-height: 1.06;
  }

  body[data-page="who"] .about-title h1 {
    width: 100%;
    font-size: clamp(1.85rem, 7.8vw, 3rem);
    line-height: 1.08;
  }

  body[data-page="who"] .about-meaning {
    width: 100%;
    max-width: none;
  }

  body[data-page="who"] .who-legacy-title {
    left: var(--numu-gutter);
    right: auto;
    width: calc(100% - (var(--numu-gutter) * 2));
    font-size: clamp(1.75rem, 7.2vw, 2.65rem);
    line-height: 1.12;
    text-align: left;
  }

  body[data-page="products"] main > .product-category-grid .product-category-card span {
    max-width: 100%;
    font-size: clamp(1.65rem, 7.8vw, 2.65rem);
    line-height: 1.02;
  }

  body[data-page="services"] .service-system-works h2 {
    max-width: min(100%, 520px);
    font-size: clamp(2.05rem, 9.4vw, 3.45rem);
    line-height: 1.04;
  }
}

/* Final hard guard for the home hero: prevent paragraph/button min-content collapse at browser zoom. */
html body[data-page="home"] main .page-hero.home-hero > .hero-content {
  box-sizing: border-box !important;
  width: min(1180px, calc(100vw - 96px)) !important;
  max-width: none !important;
  min-width: 0 !important;
  align-items: flex-start !important;
}

html body[data-page="home"] main .page-hero.home-hero > .hero-content > p {
  box-sizing: border-box !important;
  display: block !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: min(760px, calc(100vw - 96px)) !important;
  inline-size: min(760px, calc(100vw - 96px)) !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: min(760px, calc(100vw - 96px)) !important;
  white-space: normal !important;
  text-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body[data-page="home"] main .page-hero.home-hero > .hero-content > .button {
  display: inline-flex !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

@media (max-width: 900px) {
  html body[data-page="home"] main .page-hero.home-hero > .hero-content {
    width: calc(100vw - (var(--home-gutter) * 2)) !important;
  }

  html body[data-page="home"] main .page-hero.home-hero > .hero-content > p {
    width: calc(100vw - (var(--home-gutter) * 2)) !important;
    inline-size: calc(100vw - (var(--home-gutter) * 2)) !important;
    max-width: calc(100vw - (var(--home-gutter) * 2)) !important;
  }
}

/* Footer layout refresh: quiet, uniform composition based on the supplied reference. */
.site-footer {
  position: relative;
  isolation: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.35fr) minmax(180px, 0.72fr);
  grid-template-areas:
    "brand tagline ."
    "social . ."
    "office office email";
  align-items: start;
  gap: clamp(34px, 5vw, 68px) clamp(34px, 7vw, 98px);
  min-height: 430px;
  padding: clamp(58px, 7vw, 82px) max(34px, calc((100vw - 1180px) / 2)) clamp(44px, 5vw, 64px);
  color: var(--white);
  background: #5a5544;
}

.site-footer::before,
.site-footer::after {
  content: none;
  display: none;
  animation: none;
  background: none;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand-block {
  grid-area: brand;
  display: block;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: clamp(160px, 16vw, 226px);
  height: auto;
}

.footer-tagline {
  grid-area: tagline;
  align-self: center;
  justify-self: end;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.12rem, 1.7vw, 1.7rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.footer-social-list {
  grid-area: social;
  display: grid;
  justify-items: start;
  gap: 4px;
  align-self: start;
  margin-top: -6px;
}

.footer-social-list h2,
.footer-contact h2 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(0.98rem, 1.08vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.footer-social-list h2,
.footer-contact h2 {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.footer-social-list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  box-shadow: none;
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
  font-weight: 600;
  line-height: 1.18;
  transition: color .3s var(--ease);
}

.footer-social-list a:hover,
.footer-email:hover {
  color: var(--white);
}

.footer-social-list strong {
  color: rgba(255, 255, 255, 0.74);
  font: inherit;
  font-weight: 600;
}

.footer-contact {
  grid-area: office;
  display: grid;
  justify-items: start;
  align-content: end;
  gap: 0;
  width: 100%;
  align-self: end;
}

.footer-offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, max-content));
  justify-items: start;
  gap: clamp(28px, 8vw, 110px);
  width: auto;
}

.footer-offices div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.footer-offices span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  box-shadow: none;
}

.footer-offices .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.65;
}

.footer-offices p {
  margin: 0;
  max-width: none;
  color: inherit;
  font: inherit;
}

.footer-email {
  grid-area: email;
  align-self: end;
  justify-self: end;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.84rem, 0.96vw, 0.98rem);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 820px) {
  .site-footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "tagline"
      "social"
      "office"
      "email";
    min-height: 0;
    gap: 30px;
    padding: 54px 28px;
  }

  .footer-tagline {
    justify-self: center;
    text-align: center;
  }

  .footer-social-list,
  .footer-contact,
  .footer-offices {
    justify-items: center;
    justify-content: center;
  }

  .footer-brand-block {
    justify-self: center;
    text-align: center;
  }

  .footer-social-list {
    text-align: center;
  }

  .footer-offices {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .footer-offices div {
    justify-content: center;
    text-align: center;
  }

  .footer-email {
    justify-self: center;
    text-align: center;
  }
}

/* Home hero: keep the intro line centered near the bottom, above the social icons. */
html body[data-page="home"] main .page-hero.home-hero > .home-hero__bottom-copy {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 126px !important;
  z-index: 2;
  inline-size: 100% !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: max(24px, calc((100vw - 1180px) / 2)) !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

html body[data-page="home"] main .page-hero.home-hero > .hero-content > .button {
  margin-top: 28px !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] main .page-hero.home-hero > .home-hero__bottom-copy {
    bottom: 122px !important;
  }

  html body[data-page="home"] main .page-hero.home-hero > .hero-content > .button {
    margin-top: 22px !important;
  }
}

/* Home hero fixed viewport composition: title/button, then copy, then social icons. */
html body[data-page="home"] main .page-hero.home-hero {
  display: block !important;
  height: 100svh !important;
  min-height: 0 !important;
  max-height: 100svh !important;
  overflow: hidden !important;
  padding: 0 !important;
}

html body[data-page="home"] main .page-hero.home-hero > .hero-media,
html body[data-page="home"] main .page-hero.home-hero > .hero-media img {
  height: 100% !important;
}

html body[data-page="home"] main .page-hero.home-hero > .hero-content {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: min(900px, 100%) !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 112px var(--home-gutter) 190px !important;
}

html body[data-page="home"] main .page-hero.home-hero > .home-hero__bottom-copy {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 112px !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: var(--home-gutter) !important;
  text-align: center !important;
}

html body[data-page="home"] main .page-hero.home-hero > .social-links {
  position: absolute !important;
  right: var(--home-gutter) !important;
  bottom: 48px !important;
  top: auto !important;
  margin: 0 !important;
  z-index: 3 !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] main .page-hero.home-hero > .hero-content {
    padding: 98px var(--home-gutter) 180px !important;
  }

  html body[data-page="home"] main .page-hero.home-hero > .home-hero__bottom-copy {
    bottom: 116px !important;
  }

  html body[data-page="home"] main .page-hero.home-hero > .social-links {
    right: var(--home-gutter) !important;
    bottom: 44px !important;
  }
}

/* Who page intro hero. */
body[data-page="who"] .who-intro-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(112px, 14vh, 156px) var(--home-gutter) clamp(34px, 7vh, 72px);
  overflow: hidden;
  isolation: isolate;
  background: var(--soil);
}

body[data-page="who"] .who-intro-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

body[data-page="who"] .who-intro-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .38), rgba(47, 39, 31, .08) 48%, rgba(47, 39, 31, .3)),
    linear-gradient(0deg, rgba(47, 39, 31, .64), rgba(47, 39, 31, .08) 58%);
}

body[data-page="who"] .who-intro-hero__backdrop img,
body[data-page="who"] .who-intro-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="who"] .who-intro-hero__backdrop img {
  opacity: 0;
  filter: saturate(.82) contrast(.94) blur(8px);
  transform: translate3d(0, -26px, 0) scale(1.18);
  transition:
    opacity 2.8s cubic-bezier(.16, 1, .3, 1),
    filter 3.1s cubic-bezier(.16, 1, .3, 1),
    transform 3.4s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, filter, transform;
}

body[data-page="who"].home-hero-image-ready .who-intro-hero__backdrop img {
  opacity: 1;
  filter: saturate(1) contrast(1) blur(0);
  transform: translate3d(0, -12px, 0) scale(1.12);
}

body[data-page="who"] .who-intro-hero__panel {
  position: relative;
  width: min(100%, 1220px);
  min-height: clamp(430px, 64vh, 590px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(360px, .86fr);
  align-items: stretch;
  background: #e2e2dd;
  color: var(--soil);
  box-shadow: 0 34px 92px rgba(36, 31, 29, .3);
  overflow: hidden;
}

body[data-page="who"] .who-intro-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 510px;
  padding: clamp(42px, 6vw, 72px) clamp(32px, 7vw, 118px);
}

body[data-page="who"] .who-intro-hero__eyebrow {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 720;
  line-height: 1.1;
  color: rgba(47, 39, 31, .82);
}

body[data-page="who"] .who-intro-hero__rule {
  width: 94px;
  height: 4px;
  margin: clamp(20px, 3vh, 32px) 0 clamp(28px, 4vh, 42px);
  background: var(--ink);
}

body[data-page="who"] .who-intro-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: rgba(36, 31, 29, .9);
  font-size: clamp(2.65rem, 5.1vw, 5rem);
  font-weight: 420;
  line-height: 1.06;
  letter-spacing: 0;
}

body[data-page="who"] .who-intro-hero__deck {
  max-width: 34ch;
  margin: clamp(26px, 4vh, 38px) 0 0;
  color: rgba(36, 31, 29, .72);
  font-size: clamp(.98rem, 1.25vw, 1.13rem);
  font-weight: 620;
  line-height: 1.3;
}

body[data-page="who"] .who-intro-hero__image {
  position: absolute;
  inset: 0 0 0 33%;
  z-index: 1;
  margin: 0;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

body[data-page="who"] .who-intro-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(226, 226, 221, .08), rgba(47, 39, 31, .05));
}

body[data-page="who"] .who-intro-hero__image img {
  transform: scale(1.035);
  transform-origin: 66% 50%;
}

body[data-page="who"] .who-intro-hero__panel,
body[data-page="who"] .who-intro-hero__eyebrow,
body[data-page="who"] .who-intro-hero__rule,
body[data-page="who"] .who-intro-hero h1,
body[data-page="who"] .who-intro-hero__deck,
body[data-page="who"] .who-intro-hero__image {
  opacity: 0;
  will-change: opacity, transform, filter;
}

body[data-page="who"] .who-intro-hero__panel {
  filter: blur(10px);
  transform: translate3d(0, 42px, 0) scale(.985);
}

body[data-page="who"] .who-intro-hero__eyebrow,
body[data-page="who"] .who-intro-hero__rule,
body[data-page="who"] .who-intro-hero h1,
body[data-page="who"] .who-intro-hero__deck {
  filter: blur(8px);
  transform: translate3d(0, 28px, 0);
}

body[data-page="who"] .who-intro-hero__image {
  filter: blur(8px);
  transform: translate3d(44px, 0, 0) scale(1.02);
}

body[data-page="who"].home-hero-ready .who-intro-hero__panel,
body[data-page="who"].home-hero-ready .who-intro-hero__eyebrow,
body[data-page="who"].home-hero-ready .who-intro-hero__rule,
body[data-page="who"].home-hero-ready .who-intro-hero h1,
body[data-page="who"].home-hero-ready .who-intro-hero__deck,
body[data-page="who"].home-hero-ready .who-intro-hero__image {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 1.75s cubic-bezier(.16, 1, .3, 1),
    transform 1.75s cubic-bezier(.16, 1, .3, 1),
    filter 1.75s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="who"].home-hero-ready .who-intro-hero__panel {
  transition-delay: .2s;
}

body[data-page="who"].home-hero-ready .who-intro-hero__eyebrow {
  transition-delay: .48s;
}

body[data-page="who"].home-hero-ready .who-intro-hero__rule {
  transition-delay: .66s;
}

body[data-page="who"].home-hero-ready .who-intro-hero h1 {
  transition-delay: .82s;
}

body[data-page="who"].home-hero-ready .who-intro-hero__deck {
  transition-delay: 1.08s;
}

body[data-page="who"].home-hero-ready .who-intro-hero__image {
  transition-delay: .72s;
}

@media (max-width: 900px) {
  body[data-page="who"] .who-intro-hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body[data-page="who"] .who-intro-hero__copy {
    max-width: none;
    min-height: 54svh;
    padding: clamp(38px, 9vw, 58px) clamp(28px, 8vw, 52px);
  }

  body[data-page="who"] .who-intro-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 10.5vw, 4.6rem);
  }

  body[data-page="who"] .who-intro-hero__deck {
    max-width: 32ch;
  }

  body[data-page="who"] .who-intro-hero__image {
    position: relative;
    inset: auto;
    min-height: 42svh;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-intro-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-page="who"] .who-intro-hero__copy {
    min-height: 56svh;
    padding: 34px 24px 28px;
  }

  body[data-page="who"] .who-intro-hero__eyebrow {
    font-size: 1.18rem;
  }

  body[data-page="who"] .who-intro-hero__rule {
    width: 76px;
    height: 3px;
    margin: 18px 0 28px;
  }

  body[data-page="who"] .who-intro-hero h1 {
    max-width: 10.8ch;
  }

  body[data-page="who"] .who-intro-hero__deck {
    font-size: .96rem;
  }
}

/* Who intro hero viewport correction: keep the full composition in one screen. */
body[data-page="who"] .who-intro-hero {
  height: 100svh;
  min-height: 0;
  box-sizing: border-box;
  place-items: center;
  align-items: center;
  padding: clamp(82px, 10svh, 118px) clamp(18px, 5vw, 64px) clamp(18px, 4svh, 44px);
}

body[data-page="who"] .who-intro-hero__backdrop {
  inset: 0;
}

body[data-page="who"].home-hero-image-ready .who-intro-hero__backdrop img {
  transform: translate3d(0, -8px, 0) scale(1.08);
}

body[data-page="who"] .who-intro-hero__panel {
  width: min(1180px, 100%);
  height: min(620px, calc(100svh - 150px));
  min-height: 430px;
  max-height: 72svh;
  margin: 0;
  grid-template-columns: minmax(260px, .58fr) minmax(360px, .9fr);
}

body[data-page="who"] .who-intro-hero__copy {
  max-width: 430px;
  padding: clamp(32px, 5vw, 66px) clamp(30px, 6vw, 96px);
}

body[data-page="who"] .who-intro-hero__eyebrow {
  font-size: clamp(1.08rem, 1.55vw, 1.7rem);
}

body[data-page="who"] .who-intro-hero__rule {
  width: clamp(70px, 7vw, 92px);
  height: 3px;
  margin: clamp(16px, 2.4vh, 24px) 0 clamp(20px, 3vh, 32px);
}

body[data-page="who"] .who-intro-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(2.15rem, 3.9vw, 4.15rem);
  line-height: 1.05;
}

body[data-page="who"] .who-intro-hero__deck {
  max-width: 32ch;
  margin-top: clamp(20px, 3vh, 30px);
  font-size: clamp(.88rem, 1.05vw, 1.02rem);
  line-height: 1.34;
}

body[data-page="who"] .who-intro-hero__image {
  inset: 0 0 0 35%;
  clip-path: polygon(39% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 900px) {
  body[data-page="who"] .who-intro-hero {
    height: 100svh;
    min-height: 0;
    padding: 88px 18px 18px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    height: calc(100svh - 106px);
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(170px, 34%);
  }

  body[data-page="who"] .who-intro-hero__copy {
    min-height: 0;
    justify-content: center;
    padding: clamp(24px, 6vw, 40px) clamp(22px, 7vw, 44px);
  }

  body[data-page="who"] .who-intro-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2rem, 8.6vw, 3.75rem);
  }

  body[data-page="who"] .who-intro-hero__deck {
    max-width: 31ch;
    font-size: clamp(.82rem, 3.1vw, .98rem);
  }

  body[data-page="who"] .who-intro-hero__image {
    position: relative;
    inset: auto;
    min-height: 0;
    height: 100%;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-intro-hero {
    padding: 82px 14px 14px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    height: calc(100svh - 96px);
    grid-template-rows: minmax(0, 1fr) minmax(150px, 31%);
  }

  body[data-page="who"] .who-intro-hero__copy {
    padding: 22px 22px 18px;
  }

  body[data-page="who"] .who-intro-hero__eyebrow {
    font-size: 1.02rem;
  }

  body[data-page="who"] .who-intro-hero__rule {
    width: 66px;
    margin: 14px 0 20px;
  }

  body[data-page="who"] .who-intro-hero h1 {
    font-size: clamp(1.86rem, 8.2vw, 3rem);
  }

  body[data-page="who"] .who-intro-hero__deck {
    margin-top: 16px;
    font-size: .8rem;
    line-height: 1.28;
  }
}

/* Who page corrections: readable intro hero and graphic-free meaning block. */
body[data-page="who"] .who-intro-hero {
  height: auto;
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(84px, 10svh, 116px);
  padding-bottom: clamp(18px, 4svh, 42px);
}

body[data-page="who"] .who-intro-hero__panel {
  height: auto;
  min-height: min(560px, calc(100svh - 126px));
  max-height: none;
}

body[data-page="who"] .who-intro-hero__copy {
  min-width: 0;
  max-width: 460px;
  padding-top: clamp(30px, 5svh, 58px);
  padding-bottom: clamp(30px, 5svh, 58px);
}

body[data-page="who"] .who-intro-hero h1 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.55vw, 3.65rem);
  line-height: 1.05;
}

body[data-page="who"] .who-intro-hero__deck {
  max-width: 35ch;
  font-size: clamp(.88rem, .98vw, 1rem);
  line-height: 1.38;
}

body[data-page="who"] .about-solar-story {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 0;
  height: 100%;
  padding: 0;
}

body[data-page="who"] .about-solar-story .solar-orbit,
body[data-page="who"] .about-solar-story .solar-core,
body[data-page="who"] .about-solar-story .orbit {
  display: none;
}

body[data-page="who"] .about-meaning {
  width: min(430px, 100%);
  min-height: 0;
  margin: 0;
  align-self: center;
}

@media (max-height: 760px) and (min-width: 901px) {
  body[data-page="who"] .who-intro-hero {
    padding-top: 78px;
    padding-bottom: 18px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    min-height: calc(100svh - 96px);
  }

  body[data-page="who"] .who-intro-hero__copy {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  body[data-page="who"] .who-intro-hero__eyebrow {
    font-size: clamp(1rem, 1.25vw, 1.35rem);
  }

  body[data-page="who"] .who-intro-hero__rule {
    margin: 14px 0 18px;
  }

  body[data-page="who"] .who-intro-hero h1 {
    font-size: clamp(1.9rem, 3.1vw, 3.1rem);
  }

  body[data-page="who"] .who-intro-hero__deck {
    margin-top: 16px;
    font-size: .86rem;
    line-height: 1.32;
  }
}

@media (max-width: 900px) {
  body[data-page="who"] .who-intro-hero {
    height: auto;
    min-height: 100svh;
  }

  body[data-page="who"] .who-intro-hero__panel {
    height: auto;
    min-height: calc(100svh - 106px);
    grid-template-rows: auto minmax(150px, 30svh);
  }

  body[data-page="who"] .who-intro-hero__copy {
    padding-top: clamp(24px, 5svh, 38px);
    padding-bottom: clamp(22px, 4svh, 34px);
  }

  body[data-page="who"] .who-intro-hero h1 {
    font-size: clamp(1.88rem, 7.2vw, 3.25rem);
    line-height: 1.06;
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-intro-hero__panel {
    min-height: calc(100svh - 96px);
    grid-template-rows: auto minmax(132px, 28svh);
  }

  body[data-page="who"] .who-intro-hero h1 {
    font-size: clamp(1.72rem, 7.4vw, 2.65rem);
  }

  body[data-page="who"] .who-intro-hero__deck {
    font-size: .78rem;
    line-height: 1.32;
  }
}

/* Who intro hero proportion refinement. */
body[data-page="who"] .who-intro-hero {
  padding-top: clamp(128px, 16svh, 168px);
  padding-bottom: clamp(22px, 4svh, 44px);
}

body[data-page="who"] .who-intro-hero__panel {
  width: min(1140px, 100%);
  min-height: min(548px, calc(100svh - 182px));
  grid-template-columns: minmax(320px, .72fr) minmax(300px, .5fr);
}

body[data-page="who"] .who-intro-hero__copy {
  max-width: 520px;
  padding-left: clamp(34px, 7vw, 88px);
  padding-right: clamp(72px, 10vw, 150px);
}

body[data-page="who"] .who-intro-hero h1 {
  max-width: 15ch;
  font-size: clamp(1.92rem, 3vw, 3.08rem);
  line-height: 1.08;
}

body[data-page="who"] .who-intro-hero__deck {
  max-width: 36ch;
}

body[data-page="who"] .who-intro-hero__image {
  inset: 0 0 0 42%;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-height: 760px) and (min-width: 901px) {
  body[data-page="who"] .who-intro-hero {
    padding-top: 116px;
    padding-bottom: 18px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    min-height: calc(100svh - 134px);
  }

  body[data-page="who"] .who-intro-hero h1 {
    font-size: clamp(1.78rem, 2.55vw, 2.62rem);
  }
}

@media (max-width: 900px) {
  body[data-page="who"] .who-intro-hero {
    padding-top: 104px;
  }

  body[data-page="who"] .who-intro-hero__panel {
    grid-template-columns: 1fr;
  }

  body[data-page="who"] .who-intro-hero__copy {
    max-width: none;
    padding-right: clamp(22px, 7vw, 44px);
  }

  body[data-page="who"] .who-intro-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(1.72rem, 6.4vw, 2.85rem);
  }
}

/* Who legacy section: reduce image zoom and place copy higher to the right. */
body[data-page="who"] .who-legacy-section {
  min-height: 100svh;
  background: #201b17;
}

body[data-page="who"] .who-legacy-section::after {
  background:
    linear-gradient(90deg, rgba(32, 27, 23, .08), rgba(32, 27, 23, .04) 42%, rgba(32, 27, 23, .52)),
    linear-gradient(180deg, rgba(32, 27, 23, .28), rgba(32, 27, 23, .04) 36%, rgba(32, 27, 23, .34));
}

body[data-page="who"] .who-legacy-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transform: scale(1);
  filter: saturate(.96) contrast(1.02) brightness(.82);
  background: #201b17;
}

body[data-page="who"] .who-legacy-section.is-visible .who-legacy-bg,
body[data-page="who"] .who-legacy-bg {
  transform: scale(1);
}

body[data-page="who"] .who-legacy-title {
  top: clamp(108px, 20svh, 170px);
  right: clamp(42px, 8vw, 118px) !important;
  width: min(460px, 34vw);
  font-size: clamp(1.55rem, 2.35vw, 2.85rem);
  line-height: 1.12;
  text-align: right;
  transform: none;
}

@media (max-width: 900px) {
  body[data-page="who"] .who-legacy-bg {
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
  }

  body[data-page="who"] .who-legacy-title {
    top: clamp(92px, 15svh, 138px);
    left: auto;
    right: var(--numu-gutter) !important;
    width: min(420px, calc(100% - (var(--numu-gutter) * 2)));
    font-size: clamp(1.45rem, 6.2vw, 2.45rem);
    line-height: 1.14;
    text-align: right;
    transform: none;
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-legacy-bg {
    object-position: center bottom;
  }

  body[data-page="who"] .who-legacy-title {
    top: 86px;
    right: 22px !important;
    width: min(330px, calc(100% - 44px));
    font-size: clamp(1.32rem, 5.8vw, 2rem);
  }
}

/* Who legacy 16:9 image and stable mission/vision cards. */
body[data-page="who"] .who-legacy-section {
  min-height: 0;
  height: clamp(520px, 80svh, 760px);
}

body[data-page="who"] .who-legacy-bg,
body[data-page="who"] .who-legacy-section.is-visible .who-legacy-bg {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  filter: saturate(.98) contrast(1.03) brightness(.84);
}

body[data-page="who"] .who-legacy-title {
  top: clamp(76px, 14svh, 120px);
}

body[data-page="who"] .who-principles-section {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

body[data-page="who"] .who-principles-section::before,
body[data-page="who"] .who-principle-card::before {
  display: none;
  content: none;
  animation: none;
}

body[data-page="who"] .who-principle-card,
body[data-page="who"] .who-principle-card:hover,
body[data-page="who"] .who-principle-card.reveal.is-visible:hover,
body[data-page="who"] .who-principle-card--vision.reveal.is-visible:hover {
  transform: none;
}

body[data-page="who"] .who-principle-card:hover {
  --card-bg-a: rgba(255, 255, 255, .96);
  --card-bg-b: rgba(247, 244, 239, .78);
  --card-bg-c: rgba(255, 255, 255, .8);
  --card-text: var(--numu-ink);
  --card-copy: rgba(47, 39, 31, .72);
  --card-border: rgba(190, 171, 155, .24);
  --card-shadow: rgba(47, 39, 31, .09);
}

body[data-page="who"] .who-principle-card--vision:hover {
  --card-bg-a: rgba(47, 39, 31, .95);
  --card-bg-b: rgba(61, 48, 47, .9);
  --card-bg-c: rgba(90, 85, 68, .4);
  --card-text: rgba(255, 255, 255, .94);
  --card-copy: rgba(255, 255, 255, .72);
  --card-border: rgba(201, 154, 65, .34);
  --card-shadow: rgba(47, 39, 31, .2);
}

body[data-page="who"] .who-principle-card h2,
body[data-page="who"] .who-principle-card p,
body[data-page="who"] .who-principle-card.reveal.is-visible h2,
body[data-page="who"] .who-principle-card.reveal.is-visible p,
body[data-page="who"] .who-principle-card.reveal.is-visible:hover h2,
body[data-page="who"] .who-principle-card.reveal.is-visible:hover p {
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
  transition: color .25s var(--ease);
}

body[data-page="who"] .who-principle-card::after,
body[data-page="who"] .who-principle-card.reveal.is-visible::after,
body[data-page="who"] .who-principle-card:hover::after {
  transform: scaleX(1);
  animation: none;
}

@media (max-width: 900px) {
  body[data-page="who"] .who-legacy-section {
    height: clamp(460px, 78svh, 680px);
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-legacy-section {
    height: clamp(420px, 76svh, 620px);
  }

  body[data-page="who"] .who-legacy-bg {
    object-position: center center;
  }
}

/* Who legacy section height correction: remove excess lower empty space. */
body[data-page="who"] .who-legacy-section {
  height: clamp(460px, 68svh, 640px);
}

body[data-page="who"] .who-legacy-bg,
body[data-page="who"] .who-legacy-section.is-visible .who-legacy-bg {
  object-fit: cover;
  object-position: center 46%;
}

body[data-page="who"] .who-legacy-title {
  top: clamp(92px, 16svh, 126px);
  right: clamp(42px, 8vw, 118px) !important;
  width: min(440px, 32vw);
  font-size: clamp(1.42rem, 2.12vw, 2.55rem);
  line-height: 1.13;
}

@media (max-width: 900px) {
  body[data-page="who"] .who-legacy-section {
    height: clamp(420px, 66svh, 580px);
  }

  body[data-page="who"] .who-legacy-bg,
  body[data-page="who"] .who-legacy-section.is-visible .who-legacy-bg {
    object-position: center center;
  }

  body[data-page="who"] .who-legacy-title {
    top: clamp(76px, 12svh, 104px);
    width: min(390px, calc(100% - (var(--numu-gutter) * 2)));
    font-size: clamp(1.28rem, 5.2vw, 2.15rem);
    line-height: 1.15;
  }
}

@media (max-width: 560px) {
  body[data-page="who"] .who-legacy-section {
    height: clamp(360px, 62svh, 500px);
  }

  body[data-page="who"] .who-legacy-title {
    top: 64px;
    width: min(300px, calc(100% - 44px));
    font-size: clamp(1.08rem, 5vw, 1.72rem);
  }
}

/* Final correction: legacy should be a compact image band, not a full-screen hero. */
html body[data-page="who"] main .who-legacy-section {
  height: clamp(320px, 46svh, 500px) !important;
  min-height: 0 !important;
  max-height: 500px !important;
}

html body[data-page="who"] main .who-legacy-bg,
html body[data-page="who"] main .who-legacy-section.is-visible .who-legacy-bg {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 45% !important;
  transform: none !important;
}

html body[data-page="who"] main .who-legacy-title {
  top: clamp(56px, 10svh, 82px) !important;
  right: clamp(36px, 7vw, 104px) !important;
  width: min(390px, 30vw) !important;
  font-size: clamp(1.22rem, 1.82vw, 2.15rem) !important;
  line-height: 1.16 !important;
}

/* Mission and vision: keep entry motion, remove decorative rings, keep copy stable. */
html body[data-page="who"] main .who-principles-section::before,
html body[data-page="who"] main .who-principle-card::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

html body[data-page="who"] main .who-principle-card {
  min-height: clamp(320px, 38vh, 430px);
  padding: clamp(28px, 3.4vw, 44px);
}

html body[data-page="who"] main .who-principle-card.reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 54px, 0) scale(.96);
  transition:
    opacity 1.25s cubic-bezier(.16, 1, .3, 1),
    filter 1.25s cubic-bezier(.16, 1, .3, 1),
    transform 1.25s cubic-bezier(.16, 1, .3, 1),
    border-color .45s var(--ease),
    box-shadow .45s var(--ease);
}

html body[data-page="who"] main .who-principle-card--vision.reveal {
  transition-delay: .14s;
}

html body[data-page="who"] main .who-principle-card.reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

html body[data-page="who"] main .who-principle-card.reveal.is-visible:hover,
html body[data-page="who"] main .who-principle-card--vision.reveal.is-visible:hover {
  transform: translate3d(0, -4px, 0);
}

html body[data-page="who"] main .who-principle-card h2,
html body[data-page="who"] main .who-principle-card.reveal.is-visible h2,
html body[data-page="who"] main .who-principle-card.reveal.is-visible:hover h2 {
  opacity: 1;
  filter: none;
  animation: none;
  transform: none;
  font-size: clamp(2.35rem, 4.8vw, 5.8rem);
  line-height: .9;
}

html body[data-page="who"] main .who-principle-card p,
html body[data-page="who"] main .who-principle-card.reveal.is-visible p,
html body[data-page="who"] main .who-principle-card.reveal.is-visible:hover p {
  opacity: 1;
  filter: none;
  animation: none;
  transform: none;
  max-width: 54ch;
  font-size: clamp(.92rem, .98vw, 1.02rem);
  line-height: 1.62;
}

@media (max-width: 900px) {
  html body[data-page="who"] main .who-legacy-section {
    height: clamp(300px, 50svh, 460px) !important;
    max-height: 460px !important;
  }

  html body[data-page="who"] main .who-legacy-title {
    top: clamp(48px, 9svh, 76px) !important;
    right: var(--numu-gutter) !important;
    width: min(330px, calc(100% - (var(--numu-gutter) * 2))) !important;
    font-size: clamp(1.08rem, 4.4vw, 1.86rem) !important;
  }

  html body[data-page="who"] main .who-principle-card {
    min-height: 0;
  }

  html body[data-page="who"] main .who-principle-card h2 {
    font-size: clamp(2.05rem, 11vw, 4.1rem);
  }
}

@media (max-width: 560px) {
  html body[data-page="who"] main .who-legacy-section {
    height: clamp(260px, 44svh, 380px) !important;
    max-height: 380px !important;
  }

  html body[data-page="who"] main .who-legacy-title {
    top: 42px !important;
    right: 22px !important;
    width: min(280px, calc(100% - 44px)) !important;
    font-size: clamp(1rem, 4.6vw, 1.48rem) !important;
  }

  html body[data-page="who"] main .who-principle-card p {
    font-size: .92rem;
    line-height: 1.56;
  }
}

/* Services intro hero: diagonal image layout replacing the old full-bleed hero. */
html body[data-page="services"] main .services-intro-hero {
  position: relative;
  min-height: 100svh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: clamp(128px, 16svh, 168px) clamp(18px, 5vw, 64px) clamp(22px, 4svh, 44px);
  overflow: hidden;
  isolation: isolate;
  background: var(--soil);
}

html body[data-page="services"] main .services-intro-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

html body[data-page="services"] main .services-intro-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .42), rgba(47, 39, 31, .12) 48%, rgba(47, 39, 31, .34)),
    linear-gradient(0deg, rgba(47, 39, 31, .66), rgba(47, 39, 31, .08) 58%);
}

html body[data-page="services"] main .services-intro-hero__backdrop img,
html body[data-page="services"] main .services-intro-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body[data-page="services"] main .services-intro-hero__backdrop img {
  opacity: 0;
  filter: saturate(.82) contrast(.94) blur(8px);
  transform: translate3d(0, -24px, 0) scale(1.16);
  transition:
    opacity 2.4s cubic-bezier(.16, 1, .3, 1),
    filter 2.8s cubic-bezier(.16, 1, .3, 1),
    transform 3s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="services"].home-hero-ready main .services-intro-hero__backdrop img {
  opacity: 1;
  filter: saturate(1) contrast(1) blur(0);
  transform: translate3d(0, -8px, 0) scale(1.08);
}

html body[data-page="services"] main .services-intro-hero__panel {
  position: relative;
  width: min(1140px, 100%);
  min-height: min(548px, calc(100svh - 182px));
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(300px, .5fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  color: var(--soil);
  background: #e2e2dd;
  box-shadow: 0 34px 92px rgba(36, 31, 29, .3);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 42px, 0) scale(.985);
  transition:
    opacity 1.55s cubic-bezier(.16, 1, .3, 1),
    filter 1.55s cubic-bezier(.16, 1, .3, 1),
    transform 1.55s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="services"].home-hero-ready main .services-intro-hero__panel {
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: .2s;
}

html body[data-page="services"] main .services-intro-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  min-width: 0;
  padding: clamp(32px, 5svh, 58px) clamp(72px, 10vw, 150px) clamp(32px, 5svh, 58px) clamp(34px, 7vw, 88px);
}

html body[data-page="services"] main .services-intro-hero__eyebrow {
  margin: 0;
  color: rgba(47, 39, 31, .82);
  font-size: clamp(1.08rem, 1.55vw, 1.7rem);
  font-weight: 720;
  line-height: 1.1;
}

html body[data-page="services"] main .services-intro-hero__rule {
  width: clamp(70px, 7vw, 92px);
  height: 3px;
  margin: clamp(16px, 2.4vh, 24px) 0 clamp(20px, 3vh, 32px);
  background: var(--ink);
}

html body[data-page="services"] main .services-intro-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: rgba(36, 31, 29, .9);
  font-size: clamp(1.92rem, 3vw, 3.08rem);
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: 0;
}

html body[data-page="services"] main .services-intro-hero__deck {
  display: grid;
  gap: 14px;
  max-width: 35ch;
  margin-top: clamp(22px, 3vh, 30px);
  color: rgba(36, 31, 29, .72);
  font-size: clamp(.88rem, .98vw, 1rem);
  font-weight: 620;
  line-height: 1.34;
}

html body[data-page="services"] main .services-intro-hero__deck p {
  margin: 0;
}

html body[data-page="services"] main .services-intro-hero__image {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
  margin: 0;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(44px, 0, 0) scale(1.02);
  transition:
    opacity 1.55s cubic-bezier(.16, 1, .3, 1),
    filter 1.55s cubic-bezier(.16, 1, .3, 1),
    transform 1.55s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="services"].home-hero-ready main .services-intro-hero__image {
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: .72s;
}

html body[data-page="services"] main .services-intro-hero__image img {
  object-position: center center;
  transform: scale(1.02);
}

@media (max-height: 760px) and (min-width: 901px) {
  html body[data-page="services"] main .services-intro-hero {
    padding-top: 116px;
    padding-bottom: 18px;
  }

  html body[data-page="services"] main .services-intro-hero__panel {
    min-height: calc(100svh - 134px);
  }

  html body[data-page="services"] main .services-intro-hero h1 {
    font-size: clamp(1.78rem, 2.55vw, 2.62rem);
  }
}

@media (max-width: 900px) {
  html body[data-page="services"] main .services-intro-hero {
    min-height: 100svh;
    padding: 104px 18px 18px;
  }

  html body[data-page="services"] main .services-intro-hero__panel {
    min-height: calc(100svh - 122px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(150px, 30svh);
  }

  html body[data-page="services"] main .services-intro-hero__copy {
    max-width: none;
    padding: clamp(24px, 5svh, 38px) clamp(22px, 7vw, 44px) clamp(22px, 4svh, 34px);
  }

  html body[data-page="services"] main .services-intro-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(1.72rem, 6.4vw, 2.85rem);
  }

  html body[data-page="services"] main .services-intro-hero__image {
    position: relative;
    inset: auto;
    height: 100%;
    min-height: 0;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 560px) {
  html body[data-page="services"] main .services-intro-hero {
    padding: 82px 14px 14px;
  }

  html body[data-page="services"] main .services-intro-hero__panel {
    min-height: calc(100svh - 96px);
    grid-template-rows: auto minmax(132px, 28svh);
  }

  html body[data-page="services"] main .services-intro-hero__copy {
    padding: 22px 22px 18px;
  }

  html body[data-page="services"] main .services-intro-hero__eyebrow {
    font-size: 1.02rem;
  }

  html body[data-page="services"] main .services-intro-hero__rule {
    width: 66px;
    margin: 14px 0 20px;
  }

  html body[data-page="services"] main .services-intro-hero h1 {
    font-size: clamp(1.72rem, 7.4vw, 2.65rem);
  }

  html body[data-page="services"] main .services-intro-hero__deck {
    gap: 10px;
    font-size: .78rem;
    line-height: 1.32;
  }
}

/* Products intro hero: diagonal image layout replacing the old products hero. */
html body[data-page="products"] main .products-intro-hero {
  position: relative;
  min-height: 100svh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: clamp(128px, 16svh, 168px) clamp(18px, 5vw, 64px) clamp(22px, 4svh, 44px);
  overflow: hidden;
  isolation: isolate;
  background: var(--soil);
}

html body[data-page="products"] main .products-intro-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

html body[data-page="products"] main .products-intro-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 39, 31, .42), rgba(47, 39, 31, .12) 48%, rgba(47, 39, 31, .34)),
    linear-gradient(0deg, rgba(47, 39, 31, .66), rgba(47, 39, 31, .08) 58%);
}

html body[data-page="products"] main .products-intro-hero__backdrop img,
html body[data-page="products"] main .products-intro-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body[data-page="products"] main .products-intro-hero__backdrop img {
  opacity: 0;
  filter: saturate(.82) contrast(.94) blur(8px);
  transform: translate3d(0, -24px, 0) scale(1.16);
  transition:
    opacity 2.4s cubic-bezier(.16, 1, .3, 1),
    filter 2.8s cubic-bezier(.16, 1, .3, 1),
    transform 3s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="products"].home-hero-ready main .products-intro-hero__backdrop img {
  opacity: 1;
  filter: saturate(1) contrast(1) blur(0);
  transform: translate3d(0, -8px, 0) scale(1.08);
}

html body[data-page="products"] main .products-intro-hero__panel {
  position: relative;
  width: min(1140px, 100%);
  min-height: min(548px, calc(100svh - 182px));
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(300px, .5fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  color: var(--soil);
  background: #e2e2dd;
  box-shadow: 0 34px 92px rgba(36, 31, 29, .3);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 42px, 0) scale(.985);
  transition:
    opacity 1.55s cubic-bezier(.16, 1, .3, 1),
    filter 1.55s cubic-bezier(.16, 1, .3, 1),
    transform 1.55s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="products"].home-hero-ready main .products-intro-hero__panel {
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: .2s;
}

html body[data-page="products"] main .products-intro-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  min-width: 0;
  padding: clamp(32px, 5svh, 58px) clamp(72px, 10vw, 150px) clamp(32px, 5svh, 58px) clamp(34px, 7vw, 88px);
}

html body[data-page="products"] main .products-intro-hero__eyebrow {
  margin: 0;
  color: rgba(47, 39, 31, .82);
  font-size: clamp(1.08rem, 1.55vw, 1.7rem);
  font-weight: 720;
  line-height: 1.1;
}

html body[data-page="products"] main .products-intro-hero__rule {
  width: clamp(70px, 7vw, 92px);
  height: 3px;
  margin: clamp(16px, 2.4vh, 24px) 0 clamp(20px, 3vh, 32px);
  background: var(--ink);
}

html body[data-page="products"] main .products-intro-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: rgba(36, 31, 29, .9);
  font-size: clamp(1.92rem, 3vw, 3.08rem);
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: 0;
}

html body[data-page="products"] main .products-intro-hero__deck {
  display: grid;
  gap: 14px;
  max-width: 35ch;
  margin-top: clamp(22px, 3vh, 30px);
  color: rgba(36, 31, 29, .72);
  font-size: clamp(.88rem, .98vw, 1rem);
  font-weight: 620;
  line-height: 1.34;
}

html body[data-page="products"] main .products-intro-hero__deck p {
  margin: 0;
}

html body[data-page="products"] main .products-intro-hero__image {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
  margin: 0;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(44px, 0, 0) scale(1.02);
  transition:
    opacity 1.55s cubic-bezier(.16, 1, .3, 1),
    filter 1.55s cubic-bezier(.16, 1, .3, 1),
    transform 1.55s cubic-bezier(.16, 1, .3, 1);
}

html body[data-page="products"].home-hero-ready main .products-intro-hero__image {
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: .72s;
}

html body[data-page="products"] main .products-intro-hero__image img {
  object-position: center center;
  transform: scale(1.02);
}

@media (max-height: 760px) and (min-width: 901px) {
  html body[data-page="products"] main .products-intro-hero {
    padding-top: 116px;
    padding-bottom: 18px;
  }

  html body[data-page="products"] main .products-intro-hero__panel {
    min-height: calc(100svh - 134px);
  }

  html body[data-page="products"] main .products-intro-hero h1 {
    font-size: clamp(1.78rem, 2.55vw, 2.62rem);
  }
}

@media (max-width: 900px) {
  html body[data-page="products"] main .products-intro-hero {
    min-height: 100svh;
    padding: 104px 18px 18px;
  }

  html body[data-page="products"] main .products-intro-hero__panel {
    min-height: calc(100svh - 122px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(150px, 30svh);
  }

  html body[data-page="products"] main .products-intro-hero__copy {
    max-width: none;
    padding: clamp(24px, 5svh, 38px) clamp(22px, 7vw, 44px) clamp(22px, 4svh, 34px);
  }

  html body[data-page="products"] main .products-intro-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(1.72rem, 6.4vw, 2.85rem);
  }

  html body[data-page="products"] main .products-intro-hero__image {
    position: relative;
    inset: auto;
    height: 100%;
    min-height: 0;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 560px) {
  html body[data-page="products"] main .products-intro-hero {
    padding: 82px 14px 14px;
  }

  html body[data-page="products"] main .products-intro-hero__panel {
    min-height: calc(100svh - 96px);
    grid-template-rows: auto minmax(132px, 28svh);
  }

  html body[data-page="products"] main .products-intro-hero__copy {
    padding: 22px 22px 18px;
  }

  html body[data-page="products"] main .products-intro-hero__eyebrow {
    font-size: 1.02rem;
  }

  html body[data-page="products"] main .products-intro-hero__rule {
    width: 66px;
    margin: 14px 0 20px;
  }

  html body[data-page="products"] main .products-intro-hero h1 {
    font-size: clamp(1.72rem, 7.4vw, 2.65rem);
  }

  html body[data-page="products"] main .products-intro-hero__deck {
    gap: 10px;
    font-size: .78rem;
    line-height: 1.32;
  }
}

/* Final legacy sizing balance and principle-card rule clearance. */
@media (min-width: 901px) {
  html body[data-page="who"] main .who-legacy-section {
    height: clamp(560px, 62svh, 700px) !important;
    max-height: 700px !important;
  }

  html body[data-page="who"] main .who-legacy-bg,
  html body[data-page="who"] main .who-legacy-section.is-visible .who-legacy-bg {
    object-position: center 48% !important;
  }
}

html body[data-page="who"] main .who-principle-card {
  padding-bottom: clamp(58px, 5.5vw, 82px);
}

html body[data-page="who"] main .who-principle-card p {
  margin-bottom: clamp(16px, 2vw, 26px);
}

html body[data-page="who"] main .who-principle-card::after,
html body[data-page="who"] main .who-principle-card.reveal.is-visible::after,
html body[data-page="who"] main .who-principle-card:hover::after {
  bottom: clamp(28px, 3vw, 42px);
}

/* Turnkey product: moved services content keeps the original services visual language. */
body[data-page="products"] .turnkey-service-system-works {
  position: relative;
  width: min(var(--numu-content-max, 1180px), calc(100vw - (var(--numu-gutter, 24px) * 2)));
  height: clamp(520px, 58vw, 680px);
  min-height: 520px;
  margin: clamp(56px, 6vw, 84px) auto 0;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  scroll-snap-align: none;
}

body[data-page="products"] .turnkey-service-system-works::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 31, 25, .68), rgba(28, 31, 25, .22) 48%, rgba(28, 31, 25, .18)),
    linear-gradient(0deg, rgba(28, 31, 25, .52), rgba(28, 31, 25, 0) 48%);
}

body[data-page="products"] .turnkey-service-system-works > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

body[data-page="products"] .turnkey-service-system-works .service-system-works__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: start;
  padding: clamp(54px, 6vw, 82px) clamp(28px, 5vw, 72px) clamp(36px, 4.4vw, 58px);
}

body[data-page="products"] .turnkey-service-system-works h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.75rem, 5.2vw, 5.45rem);
  font-weight: 430;
  line-height: .96;
  letter-spacing: 0;
}

body[data-page="products"] .turnkey-service-system-works p {
  justify-self: center;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

body[data-page="products"] .turnkey-service-system-works h2.reveal:not(.is-visible) {
  transform: translateY(34px);
}

body[data-page="products"] .turnkey-service-system-works p.reveal:not(.is-visible) {
  transform: translateY(26px);
}

body[data-page="products"] .turnkey-service-system-works h2.reveal.is-visible {
  transition-delay: .08s;
}

body[data-page="products"] .turnkey-service-system-works p.reveal.is-visible {
  transition-delay: .22s;
}

body[data-page="products"] .turnkey-process {
  min-height: 0;
  padding-top: clamp(52px, 5vw, 78px);
  padding-bottom: clamp(54px, 5vw, 80px);
}

body[data-page="products"] .turnkey-process .process-grid {
  align-items: stretch;
  margin-bottom: clamp(30px, 3.2vw, 42px);
}

body[data-page="products"] .turnkey-process .process-card {
  height: 100%;
  min-height: 260px;
  padding: clamp(30px, 3vw, 40px) clamp(20px, 2.4vw, 30px);
  align-content: center;
  border-color: rgba(190, 171, 155, .26);
  transition:
    opacity .75s var(--ease),
    transform .42s var(--ease),
    box-shadow .42s var(--ease),
    border-color .42s var(--ease),
    background .42s var(--ease);
}

body[data-page="products"] .turnkey-process .process-card:nth-child(2) {
  transition-delay: .08s, .08s, 0s, 0s, 0s;
}

body[data-page="products"] .turnkey-process .process-card:nth-child(3) {
  transition-delay: .16s, .16s, 0s, 0s, 0s;
}

body[data-page="products"] .turnkey-process .process-card:nth-child(4) {
  transition-delay: .24s, .24s, 0s, 0s, 0s;
}

body[data-page="products"] .turnkey-process .process-card:hover {
  border-color: rgba(103, 112, 86, .38);
  background: rgba(247, 247, 244, .96);
  transform: translateY(-8px);
}

body[data-page="products"] .turnkey-process .process-card .icon {
  width: clamp(54px, 4.8vw, 72px);
  height: clamp(54px, 4.8vw, 72px);
  margin-bottom: 22px;
  stroke-width: 1.55;
}

body[data-page="products"] .turnkey-process .process-card h2 {
  font-size: clamp(1.16rem, 1.4vw, 1.35rem);
}

body[data-page="products"] .turnkey-process .process-card p {
  max-width: 24ch;
  margin-inline: auto;
}

body[data-page="products"] .turnkey-process .process-cta {
  width: min(520px, calc(100% - 40px));
  min-height: 54px;
  margin: 0 auto;
  justify-content: center;
  overflow: hidden;
  transition:
    opacity .75s var(--ease),
    transform .42s var(--ease),
    background .34s var(--ease),
    color .34s var(--ease),
    box-shadow .34s var(--ease);
}

body[data-page="products"] .turnkey-process .process-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--olive);
  opacity: 0;
  transform: scaleX(.72);
  transform-origin: center;
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}

body[data-page="products"] .turnkey-process .process-cta:hover {
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(47, 39, 31, .18);
}

body[data-page="products"] .turnkey-process .process-cta:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

body[data-page="products"] .turnkey-process .process-cta span,
body[data-page="products"] .turnkey-process .process-cta .icon {
  position: relative;
  z-index: 1;
}

body[data-page="products"] .turnkey-process .process-cta:hover .icon {
  transform: translateX(5px);
}

body[data-page="products"] .turnkey-process .capability-stack {
  width: min(820px, 100%);
  margin-top: clamp(54px, 5.5vw, 78px);
  gap: 0;
  color: var(--soil);
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  font-weight: 430;
  line-height: .98;
  letter-spacing: 0;
}

body[data-page="products"] .turnkey-process .capability-stack span {
  display: block;
  transform: translateY(34px);
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    filter .9s cubic-bezier(.16, 1, .3, 1),
    color .45s var(--ease);
}

body[data-page="products"] .turnkey-process .capability-stack span:nth-child(2) {
  transition-delay: .12s;
}

body[data-page="products"] .turnkey-process .capability-stack span:nth-child(3) {
  transition-delay: .24s;
}

body[data-page="products"] .turnkey-process .capability-stack.is-visible span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

body[data-page="products"] .turnkey-process .capability-stack.is-visible span:hover {
  color: var(--olive);
}

@media (max-width: 900px) {
  body[data-page="products"] .turnkey-process {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  body[data-page="products"] .turnkey-process .process-card {
    min-height: 240px;
  }
}

@media (max-width: 760px) {
  body[data-page="products"] .turnkey-service-system-works {
    width: min(100%, calc(100vw - 24px));
    height: 520px;
    min-height: 520px;
    margin-top: 44px;
    border-radius: var(--radius);
  }

  body[data-page="products"] .turnkey-service-system-works::after {
    background:
      linear-gradient(90deg, rgba(28, 31, 25, .7), rgba(28, 31, 25, .22)),
      linear-gradient(0deg, rgba(28, 31, 25, .6), rgba(28, 31, 25, 0) 52%);
  }

  body[data-page="products"] .turnkey-service-system-works .service-system-works__content {
    padding: 44px 24px 34px;
  }

  body[data-page="products"] .turnkey-service-system-works h2 {
    max-width: 420px;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  body[data-page="products"] .turnkey-service-system-works p {
    justify-self: start;
    width: min(100%, 360px);
    text-align: left;
    font-size: 1rem;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body[data-page="products"] .turnkey-process .process-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .turnkey-process .process-card {
    min-height: 220px;
  }

  body[data-page="products"] .turnkey-process .process-cta {
    width: min(360px, calc(100% - 28px));
  }

  body[data-page="products"] .turnkey-process .capability-stack {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
}

body[data-page="home"] .home-intro .split-copy h2,
body[data-page="home"] .home-earth h2 {
  font-size: clamp(1.95rem, 3.25vw, 3.15rem);
  line-height: 1.06;
}

@media (max-width: 760px) {
  body[data-page="home"] .home-intro .split-copy h2,
  body[data-page="home"] .home-earth h2 {
    font-size: clamp(1.75rem, 7.4vw, 2.55rem);
  }
}
