/* Final cascade authority for the contact page density. */

.contact-hero {
  min-height: clamp(450px, 36vw, 520px);
}

.contact-hero__inner {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contact-hero h1 {
  max-width: 650px;
  font-size: clamp(2.9rem, 4.8vw, 4.6rem);
}

.contact-hero__inner > p:not(.section-kicker) {
  max-width: 520px;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
}

.contact-cta {
  padding-top: 42px;
  padding-bottom: 46px;
}

.contact-cta__inner {
  align-items: center;
  padding-bottom: 22px;
}

.contact-cta__inner h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.contact-cta__inner p:not(.section-kicker) {
  max-width: 760px;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .contact-hero {
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    min-height: 480px;
  }

  .contact-hero__inner {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .contact-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.65rem);
  }

  .contact-cta {
    padding-top: 40px;
    padding-bottom: 42px;
  }
}

/* Topbar readability, icon scale and expanded spacing */
.site-header .topbar {
  background: var(--nsi-green, #62ad05);
  font-size: 1.02rem;
  font-weight: 750;
  padding-block: 8px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.site-header .topbar__inner {
  min-height: 46px;
  gap: 26px;
}

.site-header .topbar__link {
  min-height: 38px;
  gap: 10px;
  font-size: 1.02rem;
  font-weight: 750;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-header .topbar__link:hover,
.site-header .topbar__link:focus-visible {
  opacity: 0.92;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header .topbar__link i {
  font-size: 1.25rem;
  opacity: 0.95;
}

.site-header .topbar__social {
  gap: 12px;
  margin-left: auto;
  align-items: center;
}

.site-header .topbar__social a {
  width: 38px;
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.15rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-header .topbar__social a:hover,
.site-header .topbar__social a:focus-visible {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

.site-header .topbar__news {
  margin-left: 10px;
  padding: 7px 18px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 8px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-header .topbar__news:hover,
.site-header .topbar__news:focus-visible {
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.site-header .topbar__news i {
  font-size: 1.2rem;
}

/* Background watermark large gears */
.site-header .nav-gearline {
  position: absolute;
  inset: 0;
  overflow: hidden !important;
  clip-path: inset(0 0 0 0);
  contain: paint;
  pointer-events: none;
  z-index: 0;
}

.nav-gearline__bg-gear {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.03));
  animation: nsi-gear-spin 50s linear infinite;
}

.nav-gearline__bg-gear--one {
  left: 6%;
  top: -65px;
  font-size: 185px;
  color: rgba(98, 173, 5, 0.13);
  animation-duration: 55s;
}

.nav-gearline__bg-gear--two {
  left: 36%;
  bottom: -95px;
  font-size: 230px;
  color: rgba(44, 76, 30, 0.11);
  animation-direction: reverse;
  animation-duration: 65s;
}

.nav-gearline__bg-gear--three {
  right: 22%;
  top: -85px;
  font-size: 200px;
  color: rgba(98, 173, 5, 0.14);
  animation-duration: 48s;
}

.nav-gearline__bg-gear--four {
  right: -25px;
  bottom: -60px;
  font-size: 155px;
  color: rgba(140, 160, 145, 0.12);
  animation-direction: reverse;
  animation-duration: 40s;
}

main .products-link,
main .solutions-text-link,
main .solutions-product-card__link,
main .solutions-modules a,
main .news-links a {
  min-height: 44px;
  align-items: center;
}

main .news-year-nav a {
  height: 44px;
}
/* Mobile usability safeguards outside the footer. */
@media (max-width: 640px) {
  .site-header .topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-block: 3px;
  }

  .site-header .topbar__link {
    min-height: 44px;
    align-items: center;
  }

  .site-header .nav__toggle,
  .site-header .language-switch {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
  }

  .site-header .nav__links > a,
  .site-header .nav-dropdown__label,
  .site-header .nav-subdropdown__label {
    min-height: 44px;
    align-items: center;
  }

  main .btn,
  main .responsibility-carousel__arrow,
  main .contact-social__links a,
  main .flokzu-social a {
    min-height: 44px;
  }

  .mf-advantages h2 {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    max-width: 100%;
  }

  .dm-label {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .responsibility-hero h1 {
    max-width: 100%;
    font-size: 2.65rem;
    line-height: 1;
  }
}

@media (max-width: 360px) {
  .responsibility-hero h1 {
    font-size: 2.35rem;
  }

  main .pm-heading--center .section-kicker {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
  }

  main .pm-heading h2,
  main .pm-implementation h2 {
    font-size: 1.95rem;
  }
}
/* Solar ecosystem and products hero redesign. */
.solutions-ecosystem {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.solutions-sun {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}

.solutions-sun::before,
.solutions-sun::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #c8dcb6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.solutions-sun::before {
  width: 68%;
  aspect-ratio: 1;
}

.solutions-sun::after {
  width: 43%;
  aspect-ratio: 1;
  border-style: dashed;
  border-color: #90bb65;
}

.solutions-sun__ray {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 36%;
  height: 2px;
  background: #9bc873;
  transform-origin: left center;
}

.solutions-sun__ray::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #62ad05;
  transform: translate(50%, -50%);
}

.solutions-sun__ray--1 { transform: rotate(-90deg); }
.solutions-sun__ray--2 { transform: rotate(-29deg); }
.solutions-sun__ray--3 { transform: rotate(35deg); }
.solutions-sun__ray--4 { transform: rotate(145deg); }
.solutions-sun__ray--5 { transform: rotate(209deg); }

.solutions-sun__brand {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 176px;
  min-height: 82px;
  place-items: center;
  padding: 15px;
  border: 1px solid #d4e2ca;
  border-top: 3px solid #62ad05;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 54, 24, 0.11);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solutions-sun__brand:hover,
.solutions-sun__brand:focus-visible {
  border-color: #62ad05;
  box-shadow: 0 16px 32px rgba(31, 54, 24, 0.17);
  transform: translate(-50%, calc(-50% - 4px));
}

.solutions-sun__brand img {
  display: block;
  width: 100%;
  max-width: 142px;
  max-height: 51px;
  object-fit: contain;
}

.solutions-sun__brand--1 { left: 50%; top: 8%; }
.solutions-sun__brand--2 { left: 83%; top: 29%; }
.solutions-sun__brand--3 { left: 79%; top: 77%; }
.solutions-sun__brand--4 { left: 21%; top: 77%; }
.solutions-sun__brand--5 { left: 17%; top: 29%; }

.solutions-sun__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  width: 154px;
  height: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 9px solid #dff2c9;
  border-radius: 50%;
  background: #17360f;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(23, 54, 15, 0.24);
}

.solutions-sun__core > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #9eea31;
  color: #17360f;
  font-size: 1.1rem;
}

.solutions-sun__core strong {
  margin-top: 7px;
  font-size: 1.35rem;
  line-height: 1;
}

.solutions-sun__core small {
  max-width: 108px;
  margin-top: 5px;
  color: #d8e8ce;
  font-size: 0.66rem;
  font-weight: 750;
  line-height: 1.2;
}

.solutions-ecosystem figcaption {
  margin-top: 6px;
  color: #52636e;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.products-hero__visual {
  min-height: 430px;
}

.products-system {
  width: min(100%, 470px);
  padding: 20px;
  border: 1px solid #cbdcc0;
  border-top: 5px solid #62ad05;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(28, 61, 43, 0.15);
}

.products-system__header,
.products-system__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-system__header {
  min-height: 42px;
  padding: 0 4px 14px;
  border-bottom: 1px solid #dce7d5;
  color: #27431e;
  font-size: 0.72rem;
  font-weight: 900;
}

.products-system__header span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.products-system__header b {
  color: #71806b;
  font-size: 0.68rem;
}

.products-system__body {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
}

.products-system__core {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #17360f;
  color: #fff;
  text-align: center;
}

.products-system__core > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid #83ba45;
  border-radius: 50%;
  color: #9eea31;
  font-size: 1.45rem;
}

.products-system__core strong {
  margin-top: 16px;
  font-size: 1rem;
}

.products-system__core small {
  margin-top: 5px;
  color: #cbd9c5;
  font-size: 0.68rem;
  line-height: 1.25;
}

.products-system__streams {
  display: grid;
  gap: 9px;
}

.products-system__streams > span {
  display: grid;
  grid-template-columns: 36px 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 67px;
  padding: 10px 13px;
  border: 1px solid #dbe6d4;
  background: #f6f9f3;
}

.products-system__streams i {
  color: #4d9200;
  font-size: 1rem;
  text-align: center;
}

.products-system__streams b {
  color: #162129;
  font-size: 0.85rem;
}

.products-system__streams small {
  color: #60706a;
  font-size: 0.7rem;
  font-weight: 700;
}

.products-system__footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce7d5;
}

.products-system__footer span {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #63715e;
  font-size: 0.64rem;
  font-weight: 750;
  text-align: center;
}

.products-system__footer span + span {
  border-left: 1px solid #dce7d5;
}

.products-system__footer b {
  color: #4f9900;
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .solutions-sun {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .products-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .products-hero__visual {
    min-height: 0;
  }

  .products-system {
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .solutions-sun {
    min-height: 450px;
  }

  .solutions-sun__brand {
    width: 148px;
    min-height: 70px;
    padding: 11px;
  }

  .solutions-sun__brand img {
    max-width: 120px;
    max-height: 43px;
  }

  .solutions-sun__core {
    width: 132px;
    height: 132px;
    border-width: 7px;
  }

  .products-hero__visual {
    min-height: 0;
  }
}

@media (max-width: 460px) {
  .solutions-sun {
    min-height: 402px;
  }

  .solutions-sun::before {
    width: 82%;
  }

  .solutions-sun::after {
    width: 52%;
  }

  .solutions-sun__ray {
    width: 40%;
  }

  .solutions-sun__brand {
    width: 108px;
    min-height: 60px;
    padding: 8px;
  }

  .solutions-sun__brand img {
    max-width: 92px;
    max-height: 34px;
  }

  .solutions-sun__brand--1 { top: 8%; }
  .solutions-sun__brand--2 { left: 80%; top: 29%; }
  .solutions-sun__brand--3 { left: 77%; top: 78%; }
  .solutions-sun__brand--4 { left: 23%; top: 78%; }
  .solutions-sun__brand--5 { left: 20%; top: 29%; }

  .solutions-sun__core {
    width: 108px;
    height: 108px;
    border-width: 6px;
  }

  .solutions-sun__core > span {
    width: 34px;
    height: 34px;
    font-size: 0.92rem;
  }

  .solutions-sun__core strong {
    font-size: 1.08rem;
  }

  .solutions-sun__core small {
    display: none;
  }

  .products-system {
    padding: 14px;
  }

  .products-system__body {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .products-system__core {
    min-height: 210px;
    padding: 10px;
  }

  .products-system__core > span {
    width: 46px;
    height: 46px;
    font-size: 1.15rem;
  }

  .products-system__core strong {
    margin-top: 12px;
    font-size: 0.78rem;
  }

  .products-system__core small {
    font-size: 0.6rem;
  }

  .products-system__streams > span {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
    min-height: 64px;
    padding: 8px;
  }

  .products-system__streams small {
    grid-column: 2;
    margin-top: -5px;
  }

  .products-system__footer span {
    min-height: 54px;
    font-size: 0.56rem;
  }
}
/* Products hero generated background */
.products-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  background-color: #f7faf4;
  background-image: url("../img/products-hero-automation-v2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.products-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 720px);
}

.products-hero__copy {
  max-width: 650px;
}

.products-hero__copy > p:not(.section-kicker) {
  max-width: 610px;
}

.products-hero__visual {
  display: none;
}

@media (max-width: 760px) {
  .products-hero {
    min-height: auto;
    background-position: 63% center;
    background-size: auto 100%;
  }

  .products-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(247, 250, 244, 0.82);
    content: "";
  }

  .products-hero__grid {
    gap: 0;
  }
}
.seo-breadcrumb {
  background: #f7faf4;
  border-bottom: 1px solid #dce8d4;
  color: #526070;
  font-size: 0.82rem;
}

.seo-breadcrumb ol {
  align-items: center;
  display: flex;
  gap: 0;
  list-style: none;
  margin-block: 0;
  min-height: 38px;
  overflow: hidden;
  padding-block: 7px;
  white-space: nowrap;
}

.seo-breadcrumb li {
  align-items: center;
  display: flex;
  min-width: 0;
}

.seo-breadcrumb li + li::before {
  color: #79a860;
  content: "/";
  padding-inline: 9px;
}

.seo-breadcrumb a {
  color: #2f6f13;
  text-decoration: none;
}

.seo-breadcrumb span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Kay handoff: sharp SVG brand and unclipped desktop navigation. */
.site-header .nav-wrap {
  overflow: visible;
}

.site-header .brand--image img {
  width: 154px;
  max-height: 76px;
}

.site-header .nav__links a {
  font-size: .96rem;
  font-weight: 850;
}

@media (min-width: 1321px) {
  .site-header .nav {
    grid-template-columns: 166px minmax(0, 1fr) auto;
    min-height: 92px;
    gap: 24px;
  }

  .site-header .brand {
    left: auto;
    grid-column: 1;
    justify-self: start;
  }

  .site-header .nav__links {
    grid-column: 2;
    width: auto;
    justify-self: end;
    gap: 2px;
  }

  .site-header .language-switch {
    grid-column: 3;
  }

  .site-header .nav-gearline {
    inset: 0;
    overflow: hidden !important;
    clip-path: inset(0 0 0 0);
    contain: paint;
    opacity: 1;
  }

  .site-header .nav-gearline__gear {
    line-height: 1;
  }

  .site-header .nav-gearline__gear--one {
    left: 18%;
    top: 8px;
    bottom: auto;
    font-size: 20px;
  }

  .site-header .nav-gearline__gear--two {
    left: 24%;
    top: auto;
    bottom: 9px;
    font-size: 14px;
  }

  .site-header .nav-gearline__gear--three {
    left: 37%;
    top: 7px;
    bottom: auto;
    font-size: 24px;
  }

  .site-header .nav-gearline__gear--four {
    left: 56%;
    top: auto;
    bottom: 8px;
    font-size: 15px;
  }

  .site-header .nav-gearline__gear--five {
    left: 73%;
    top: 8px;
    bottom: auto;
    font-size: 20px;
  }

  .site-header .nav-gearline__gear--six {
    left: 82%;
    top: auto;
    bottom: 9px;
    font-size: 13px;
  }

  .site-header .nav-gearline__gear--seven {
    left: 91%;
    top: 8px;
    bottom: auto;
    font-size: 18px;
  }

  .site-header .nav-gearline__gear--eight {
    right: 1.5%;
    top: auto;
    bottom: 9px;
    font-size: 14px;
  }
}

@media (max-width: 1320px) and (min-width: 901px) {
  .site-header .nav {
    grid-template-columns: 136px minmax(0, 1fr) auto;
    min-height: 84px;
    gap: 12px;
  }

  .site-header .brand--image img {
    width: 132px;
    max-height: 66px;
  }

  .site-header .nav__links a {
    padding-inline: 6px;
    font-size: .88rem;
  }
}

@media (max-width: 900px) {
  .site-header .nav {
    min-height: 78px;
  }

  .site-header .brand--image img {
    width: 132px;
    max-height: 66px;
  }

  .site-header .nav__links a {
    font-size: .95rem;
  }
}

@media (max-width: 640px) {
  .site-header .nav {
    min-height: 72px;
  }

  .site-header .brand--image img {
    width: 116px;
    max-height: 58px;
  }
}
/* Keep the medium desktop navigation on one compact row. */
@media (max-width: 1120px) and (min-width: 901px) {
  .site-header .nav {
    padding-block: 0;
  }

  .site-header .nav__links {
    order: 0;
    width: auto;
    overflow: visible;
  }

  .site-header .nav__links a {
    padding: 12px 4px;
    font-size: .82rem;
  }
}