:root {
  --blue: #446fd2;
  --blue-dark: #2149ae;
  --ink: #343a47;
  --muted: #6d7480;
  --line: #cfd4de;
  --tint: #f5f7fb;
  --white: #ffffff;
  --shell: 1120px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.shell {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section {
  padding: 72px 0;
}

.section--tint {
  background: var(--tint);
}

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

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 56px;
  font-weight: 200;
}

h2 {
  margin-bottom: 20px;
  color: var(--blue);
  letter-spacing: -0.025em;
}

h3 {
  margin: 24px 0 10px;
  color: var(--blue);
  font-size: 24px;
}

p {
  margin-bottom: 14px;
}

.hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: var(--white);
  background-image: url("banner.webp");
  background-size: cover;
  background-position: center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 71, 163, .05), rgba(38, 82, 178, .1));
}

.hero__inner {
  padding-top: 24px;
  min-height: 657px;
}


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

.hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(610px, 80vw);
  text-align: center;
  transform: translate(-50%, -42%);
  text-shadow: 0 1px 16px rgba(23, 54, 124, .22);
}

.hero__copy .eyebrow {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 3.6px;
}

.hero__copy h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 74px;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.hero__copy span {
  font-size: 12px;
  opacity: .9;
}

.intro {
  padding-bottom: 48px;
}

.intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.intro__copy {
  max-width: 548px;
}

.intro__copy p,
.stewardship p,
.people__copy p {
  color: #000;
  font-size: 16px;
}

.intro__media {
  margin: 0;
}

.intro__media img {
  width: 100%;
  aspect-ratio: 1.33 / 1;
  object-fit: cover;
}

.stewardship {
  margin-top: 48px;
}




.people {
  padding: 58px 0;
}

.people__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 64px;
}



.people__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}

.people__logo--gptw {
  max-width: 200px;
}

.people__logo--ungc {
  max-width: 246px;
}

.strategies {
  padding-top: 74px;
  padding-bottom: 38px;
}

.strategies__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}


.strategy-list {
  border-top: 1px solid #9ca4b2;
}

.strategy-list .strategy-list__item {
  border-bottom: 1px solid #9ca4b2;
}

.strategy-list summary {
  display: grid;
  grid-template-columns: 42px 1fr 110px;
  /* align-items: center; */
  min-height: 64px;
  list-style: none;
  cursor: pointer;
  padding: 20px;
  position: relative;
}

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

.strategy-list summary span {
  color: rgba(12, 11, 11, 0.70);
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
}

.strategy-list p.visit {
  font-size: 16px !important;
  width: max-content;
  color: #000!important;
  font-weight: 400!important;
}

.strategy-list summary strong {
  font-weight: 400;
  font-size: 14px;
}

.visit-btn {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
}

.strategy-list summary i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #8d96a4;
  border-radius: 50%;
}

.strategy-list summary i::before,
.strategy-list summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #667080;
  transform: translate(-50%, -50%);
}

.strategy-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}



.strategy-list .strategy-list__item p {
  margin-top: 8px;
  color: #000;
  font-weight: 200;
  font-size: 24px;
  max-width: 305px;
  line-height: 160%;
  margin-bottom: 0;
}

.strategy-list .strategy-list__item img {
  max-width: 40px;
}

.certifications {
  padding-top: 58px;
}

.certifications__heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 100px;
  margin-bottom: 40px;
}

.certifications__heading h2 {
  margin-bottom: 0;
  color: rgba(12, 11, 11, 0.70);
}

.certifications__heading p {
  margin-bottom: 4px;
  color: rgba(12, 11, 11, 0.70);
}

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

.document-card {
  min-height: 190px;
  padding: 26px 24px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.document-card:hover {
  position: relative;
  z-index: 1;
  background: #f8faff;
  transform: translateY(-2px);
}

.document-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 45px;
  place-items: center;
  border-radius: 50%;
  color: #596474;
  font-size: 13px;
}

.document-card__type {
  display: block;
  margin-bottom: 8px;
  color: rgba(12, 11, 11, 0.70);
  font-weight: 200;
  font-size: 18px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.document-card strong {
  display: block;
  min-height: 42px;
  font-size: 14px;
  font-weight: 400;
}

.document-card small {
  color: rgba(12, 11, 11, 0.70);
  font-weight: 400;
  font-size: 16px;
}

.cta {
  padding: 88px 0 72px;
}

.cta__inner {
  text-align: center;
}

.cta h2 {
  margin-bottom: 16px;
  color: #0C0B0B;
  ;
  font-weight: 200;
}

.cta p {
  font-size: 16px;
  margin: 10px auto 30px;
  max-width: 794px;
  color: rgba(12, 11, 11, 0.70);
}

.cta .sub-txt {
  font-size: 14px;
  color: rgba(12, 11, 11, 0.70);
  margin-bottom: 10px;
  letter-spacing: 3.6px;
}

.cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 38px;
  padding: 12px 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  gap:10px;
}

.button--primary {
  color: #fff;
  background: var(--blue-dark);
}

.button--secondary {
  border-color: #cbd1db;
  color: #525a67;
  background: #fff;
}

.footer {
  border-top: 1px solid #e7e9ee;
  padding: 48px 0 62px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr .6fr;
  gap: 80px;
}

.footer__brand img {
  width: 165px;
  margin-bottom: 12px;
}

.footer__brand p {
  max-width: 470px;
  color: rgba(12, 11, 11, 0.70);
  font-size: 16px;
  margin-top: 30px;
}

.footer h3 {
  margin: 0 0 24px;
  color: #0C0B0B;
  font-size: 18px;
  font-weight: 600;
}

.footer__links,
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__links a,
.footer__contact>a {
  margin-bottom: 16px;
  color: rgba(12, 11, 11, 0.70);
  font-size: 16px;
  text-decoration: none;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.socials a {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.footer__contact a {
    display: flex;
    align-items: center;
    gap: 5px;
    color:rgba(12, 11, 11, 0.70);
}
.footer__contact a svg{
  max-width:20px;
}
@media (max-width: 800px) {
  .shell {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section {
    padding: 52px 0;
  }

  .hero,
  .hero__inner {
    min-height: 360px;
  }

  .brand {
    top: 18px;
    width: 130px;
  }

  .intro__grid,
  .people__grid,
  .strategies__grid,
  .certifications__heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro__copy {
    max-width: none;
  }

  .intro__media {
    order: -1;
  }

  .stewardship {
    margin-top: 36px;
  }

  .people__logos {
    justify-content: flex-start;
  }

  .strategies h2,
  .certifications__heading h2 {
    font-size: 34px;
  }

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

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .hero,
  .hero__inner {
    min-height: 330px;
  }

  .hero__copy {
    width: 88vw;
  }

  .hero__copy h1 {
    font-size: 36px;
  }

  .hero__copy>p:not(.eyebrow) {
    font-size: 13px;
  }

  .hero__copy span {
    font-size: 10px;
  }

  h2,
  .intro__copy h2 {
    font-size: 31px;
  }

  .stewardship h2,
  .people__copy h2 {
    font-size: 29px;
  }

  .people__logos {
    gap: 28px;
  }

  .people__logo--gptw {
    width: 74px;
  }

  .people__logo--ungc {
    width: 118px;
  }

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

  .document-card {
    min-height: 160px;
  }

  .cta__actions {
    flex-direction: column;
    align-items: center;
  }

  .button {
    min-width: 190px;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}