body {
  overflow-x: hidden;
}

header {
  height: 88px;
}

.brand strong {
  font-size: 19px;
}

.brand small {
  font-size: 9px;
}

nav a {
  font-size: 15px;
}

.header-cta {
  padding: 13px 20px;
  font-size: 14px;
}

.hero-text,
.section-heading > p,
.project-content > p:not(.project-kicker),
.about-card > div > p:not(.eyebrow) {
  color: #46534c;
  font-size: 17px;
  line-height: 1.8;
}

.hero-stats span,
.project-meta,
.project-kicker {
  font-size: 10px;
}

.button {
  padding: 15px 20px;
  font-size: 13px;
}

.hero-stats b {
  font-size: 26px;
}

.project-content li {
  padding: 12px 0;
  font-size: 15px;
}

.project-link {
  position: relative;
  padding: 17px 19px;
  border: 2px solid #18221d;
  border-radius: 9px;
  background: #176b50;
  box-shadow: 0 10px 25px #176b5028;
  font-size: 15px;
  transition: transform .2s, background .2s, box-shadow .2s;
}

.project-link::before {
  content: "LIVE PROJECT";
  margin-right: auto;
  padding-right: 18px;
  color: #bde8d4;
  font: 500 9px "DM Mono";
  letter-spacing: .12em;
}

.project-link:hover {
  transform: translateY(-2px);
  background: #11533d;
  box-shadow: 0 14px 30px #176b5035;
}

.about-card {
  grid-template-columns: 250px 1fr;
}

.portrait-wrap {
  position: relative;
}

.portrait-wrap img {
  width: 230px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid white;
  border-radius: 18px;
  box-shadow: 0 18px 45px #243d3025;
}

.portrait-wrap span {
  position: absolute;
  left: 18px;
  bottom: -13px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #176b50;
  color: white;
  font: 500 8px "DM Mono";
  letter-spacing: .12em;
}

.about-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-title-row img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.about-links a {
  padding: 14px 17px;
  font-size: 13px;
}

footer {
  height: auto;
  padding: 0;
  display: block;
  background: #14231c;
  color: white;
  border-top: 0;
}

.footer-main {
  padding: 70px 7vw 55px;
  display: grid;
  grid-template-columns: 1.6fr .7fr .7fr;
  gap: 6vw;
}

.footer-intro .brand span {
  background: #dff3e9;
  color: #176b50;
}

.footer-intro .brand small {
  color: #90a29a;
}

.footer-identity {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-identity img {
  width: 58px;
  height: 58px;
  padding: 5px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
}

.footer-intro > p {
  max-width: 430px;
  margin: 25px 0;
  color: #b8c4be;
  font-size: 17px;
  line-height: 1.8;
}

.footer-live {
  width: max-content;
  padding: 9px 12px;
  border: 1px solid #ffffff20;
  border-radius: 99px;
  color: #c6d2cc;
  font-size: 13px;
}

.footer-live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #6bd88b;
  box-shadow: 0 0 10px #6bd88b;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-column b {
  margin-bottom: 7px;
  color: #8ea198;
  font: 500 12px "DM Mono";
  letter-spacing: .15em;
  text-transform: uppercase;
}

.footer-column a {
  color: #e3e9e6;
  font-size: 15px;
  transition: color .2s, transform .2s;
}

.footer-column a:hover {
  color: #9ce1bd;
  transform: translateX(3px);
}

.footer-bottom {
  padding: 20px 7vw;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff16;
  color: #94a59c;
  font-size: 13px;
}

@media (max-width: 850px) {
  header {
    grid-template-columns: 1fr;
  }

  .header-cta {
    display: none;
  }

  .hero h1 {
    font-size: 13vw;
  }

  .hero-copy,
  .hero-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-visual {
    overflow: hidden;
  }

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

  .portrait-wrap img {
    width: 160px;
  }

  .about-title-row img {
    width: 48px;
    height: 48px;
  }

  .footer-main {
    padding: 50px 20px 35px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-intro > p {
    display: block;
  }

  .footer-intro .brand small {
    display: inline;
  }

  .footer-bottom {
    padding: 18px 20px;
    gap: 16px;
    font-size: 11px;
  }
}
