:root {
  --black: #0b0c0d;
  --ink: #111;
  --muted: #777;
  --blue: #0756ff;
  --green: #009d56;
  --line: #888;
  --surface: #efefef;
  --max-width: 1024px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

.hero {
  min-height: 401px;
  margin: 32px;
  padding: 31px 32px;
  overflow: hidden;
  border-radius: 45px;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    url("assets/hero/hero-bg.png") center / cover no-repeat;
}

.site-header,
.header-actions,
.brand,
.main-nav,
.solutions-grid,
.project-grid,
.partners,
.partner-logos,
.contact-form,
.site-footer {
  display: flex;
}

.site-header {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  align-items: center;
  gap: 9px;
  min-width: 207px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.12;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.main-nav {
  position: relative;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #222;
  font-size: 13px;
}

.main-nav a {
  padding: 0 15px;
  border-right: 1px solid #777;
}

.main-nav .nav-solutions-link {
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
  border-right: 0 !important;
  line-height: normal;
}

.main-nav > a:hover,
.main-nav > .nav-link--active,
.nav-solutions-link:hover {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  background: #d1d1d1;
}

.main-nav a:last-child {
  border-right: 0;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 0 5px 0 2px;
  border: 0;
  border-right: 1px solid #777;
  background: transparent;
  color: #222;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

.nav-dropdown-trigger:hover,
.nav-dropdown.is-open .nav-dropdown-trigger {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  background: #d1d1d1;
}

.nav-menu {
  position: absolute;
  z-index: 5;
  top: 31px;
  left: 0;
  display: none;
  width: 280px;
  padding: 15px 15px 12px;
  border-radius: 0 0 18px 18px;
  background: #e8e8e8;
  color: #111;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

.nav-dropdown.is-open .nav-menu {
  display: block;
}

.nav-menu-title {
  padding: 0 7px 12px;
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: 700;
}

.nav-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 7px;
  border: 0;
  font-size: 13px;
}

.nav-menu a:hover {
  border-radius: 4px;
  background: #c2c2c2;
}

.nav-menu a span {
  font-size: 22px;
  line-height: 0.5;
}

.nav-menu .menu-arrow-icon {
  width: 16px;
  height: 11px;
  object-fit: contain;
}

.chevron-down {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 0;
  transform: translateY(-1px);
}

.header-actions {
  position: relative;
  align-items: center;
  gap: 14px;
}

.round-button {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #202020;
  font-size: 24px;
}

.round-button img {
  width: 24px;
  height: 24px;
}

.language-dropdown {
  position: relative;
}

.language-menu {
  position: absolute;
  z-index: 5;
  top: 53px;
  right: -12px;
  display: none;
  width: 310px;
  min-height: 243px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e8e8e8;
  color: #111;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

.language-menu-art {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.language-menu-content {
  padding: 12px 16px 11px;
}

.language-dropdown.is-open .language-menu {
  display: block;
}

.language-menu-title {
  padding: 0 7px 13px;
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: 700;
}

.language-menu button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 7px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover {
  border-radius: 4px;
  background: #c2c2c2;
}

body,
button,
a,
input,
textarea {
  cursor: url("assets/group-s/Mouse/Vector 7.svg") 4 4, auto;
}

button,
a {
  cursor: url("assets/group-s/Mouse/Vector 7.svg") 4 4, pointer;
}

.soil-extra {
  display: none;
}

.soil-extra.is-open {
  display: block;
}

.radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #111;
  border-radius: 50%;
}

.radio--selected {
  position: relative;
  background: #111;
}

.radio--selected::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.nav-chevron {
  width: 14px;
  height: 14px;
  margin-left: 0;
  vertical-align: middle;
}

.button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.button-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.button-icon--light {
  filter: invert(1);
}

.button--green {
  background: var(--green);
}

.button--blue {
  gap: 5px;
  padding: 0;
  background: transparent;
  color: var(--blue);
}

.button--blue .button-label {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
}

.arrow-button {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
}

.hero-content {
  padding-top: 57px;
  text-align: center;
}

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

h1 {
  font-size: clamp(31px, 3vw, 38px);
  line-height: 1.33;
}

.hero-content p {
  margin-top: 19px;
  color: #d0d0d0;
  font-size: 15px;
  line-height: 1.25;
}

.section {
  width: min(calc(100% - 48px), var(--max-width));
  margin-right: auto;
  margin-left: auto;
}

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

.section-heading h2 {
  font-size: clamp(31px, 3.4vw, 48px);
  letter-spacing: -1.5px;
  line-height: 1.08;
}

.section-heading p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.22;
}

.solutions {
  padding-top: 73px;
  text-align: center;
}

.solutions-grid {
  justify-content: space-between;
  gap: 28px;
  margin: 59px 0 35px;
}

.solution {
  flex: 1;
  text-align: center;
}

.solution img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.solution h3 {
  margin-top: 22px;
  font-size: 28px;
  letter-spacing: -1px;
}

.solution p {
  max-width: 195px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.projects {
  padding-top: 73px;
}

.project-grid {
  justify-content: center;
  gap: 30px;
  margin-top: 58px;
}

.project-card {
  width: 352px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--surface);
}

.project-image {
  display: block;
  width: 100%;
  height: 244px;
  object-fit: cover;
}

.project-copy {
  padding: 18px 25px 23px;
}

.project-copy h3 {
  font-size: 29px;
  letter-spacing: -1px;
}

.project-copy p {
  min-height: 50px;
  margin: 9px 0 21px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.deep-dive {
  max-width: 900px;
  padding: 100px 0 114px;
}

.accordion {
  margin-top: 40px;
}

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

.accordion summary {
  position: relative;
  padding: 12px 34px 10px 0;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

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

.accordion summary::after {
  display: none;
}

.accordion summary img {
  position: absolute;
  top: 9px;
  right: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.accordion details[open] summary img {
  transform: rotate(180deg);
}

.accordion details p {
  max-width: 700px;
  padding: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.partners {
  align-items: center;
  justify-content: center;
  gap: 100px;
  min-height: 137px;
  padding: 22px 64px;
  background: var(--surface);
}

.partners-intro {
  width: 280px;
}

.partners h2,
.site-footer h2 {
  font-size: 17px;
}

.partners p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.partner-logos {
  width: 470px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 38px;
}

.partner-logos img {
  width: 94px;
  max-height: 40px;
  object-fit: contain;
}

.partner-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partner-logos .partner-logo--pepsi {
  width: 70px;
  height: 71px;
  max-height: none;
}

.partner-logos .partner-logo--tasha {
  width: 82px;
  height: 75px;
  max-height: none;
}

.contact {
  padding: 70px 0 61px;
}

.contact-form {
  width: min(100%, 486px);
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin: 33px auto 0;
}

.contact-form input {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #777;
  border-radius: 999px;
  outline: none;
  font: inherit;
  font-size: 12px;
}

.contact-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 157, 86, 0.14);
}

.contact-modal {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 140px;
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(150, 150, 150, 0.48);
  backdrop-filter: blur(1px);
  cursor: pointer;
}

.contact-dialog {
  position: relative;
  z-index: 1;
  width: min(486px, calc(100% - 32px));
  padding: 24px 28px 28px;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.contact-dialog h2 {
  margin: 0 0 24px 3px;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.contact-close {
  position: absolute;
  top: 21px;
  right: 22px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  border: 1px solid #9b9b9b;
  border-radius: 999px;
  outline: none;
  color: #111;
  font: inherit;
  font-size: 11px;
}

.modal-form input {
  height: 43px;
  padding: 0 18px;
}

.modal-form textarea {
  min-height: 137px;
  padding: 14px 18px;
  border-radius: 18px;
  resize: vertical;
}

.modal-form input::placeholder,
.modal-form textarea::placeholder {
  color: #222;
  opacity: 1;
}

.modal-form input:focus,
.modal-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 157, 86, 0.14);
}

.modal-form .button {
  min-height: 43px;
  margin-top: 2px;
}

.site-footer {
  width: calc(100% - 64px);
  max-width: 1216px;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto 32px;
  padding: 42px 50px;
  border-radius: 42px;
  background: var(--surface);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 17px;
  line-height: 1.06;
}

.footer-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.footer-block h2 {
  margin-bottom: -5px;
}

.footer-block p,
.footer-block a {
  color: #555;
  line-height: 1.28;
}

.with-icon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.with-icon > img {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  object-fit: contain;
}

.social > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social a {
  display: inline-flex;
}

.social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 850px) {
  .hero {
    margin: 16px;
    padding: 25px;
    border-radius: 30px;
  }

  .main-nav {
    display: none;
  }

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

  .partners {
    gap: 32px;
    padding: 30px;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 590px) {
  .desktop-only,
  .language {
    display: none;
  }

  .hero {
    min-height: 455px;
    margin: 12px;
    padding: 20px;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
  }

  .header-actions {
    gap: 0;
  }

  .hero-content {
    padding-top: 75px;
  }

  h1 {
    font-size: 29px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .section {
    width: min(calc(100% - 36px), var(--max-width));
  }

  .solutions,
  .projects {
    padding-top: 60px;
  }

  .solutions-grid,
  .project-grid {
    display: flex;
    flex-direction: column;
  }

  .solutions-grid {
    gap: 40px;
  }

  .solution p {
    max-width: 290px;
  }

  .project-grid {
    align-items: center;
    gap: 22px;
    margin-top: 38px;
  }

  .project-card {
    width: 100%;
    max-width: 352px;
  }

  .deep-dive {
    padding: 80px 0;
  }

  .partners {
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 28px;
  }

  .partners-intro,
  .partner-logos {
    width: 100%;
  }

  .partner-logos {
    justify-content: flex-start;
  }

  .contact {
    padding: 60px 0;
  }

  .contact-modal {
    padding-top: 70px;
  }

  .contact-dialog {
    padding: 22px 20px 23px;
    border-radius: 30px;
  }

  .site-footer {
    width: calc(100% - 24px);
    flex-direction: column;
    gap: 28px;
    margin-bottom: 12px;
    padding: 34px 28px;
    border-radius: 30px;
  }
}

/* Group 50 logo backdrop */
.brand img{width:48px;height:48px;padding:3px;object-fit:contain;background:url("assets/icons/Group 50.svg") center/48px 48px no-repeat;}


