@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/poppins-300.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/poppins-500.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/poppins-300-italic.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

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

a:hover {
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}

.header-inner {
  min-height: 84px;
  padding: 2vw 3vw;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.title-nav {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  align-items: center;
  gap: 52px;
}

.site-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
}

.desktop-nav a[aria-current="page"] {
  font-weight: 500;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 300px;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.button-solid {
  background: #000;
  color: #fff;
}

.mobile-menu {
  display: none;
}

.image-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section-image,
.section-dim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.section-image {
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -2;
}

.section-dim {
  background: #fff;
  z-index: -1;
}

.hero-dim {
  opacity: 0.81;
}

.footer-dim {
  opacity: 0.71;
}

.hero-section {
  min-height: 760px;
  display: grid;
  place-items: center;
  padding: 70px 3vw 80px;
}

.hero-content,
.about-section,
.contact-section,
.footer-content {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  row-gap: 22px;
  align-items: center;
}

.brand-logo {
  grid-column: 8 / 20;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.hero-copy {
  grid-column: 4 / 24;
  margin: 6px 0 0;
  text-align: center;
}

.hero-content .button {
  grid-column: 12 / 16;
  justify-self: center;
}

.sq-large {
  font-size: 22px;
  line-height: 1.65;
}

.sq-small {
  font-size: 14px;
  line-height: 1.8;
}

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

h1,
h2 {
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: 300;
  line-height: 1.16;
}

h3 {
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
  line-height: 1.25;
}

.talk-section {
  min-height: 40vh;
  display: grid;
  place-items: center;
  padding: calc(40vmax / 10) 3vw;
}

.talk-inner {
  width: min(760px, 100%);
  text-align: center;
}

.site-footer {
  min-height: 300px;
  padding: 48px 3vw 58px;
  display: grid;
  place-items: center;
}

.footer-content {
  text-align: center;
}

.footer-content h3 {
  margin-bottom: 46px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 7fr 10fr 4fr;
  gap: 28px;
  align-items: start;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
}

.social-links svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.about-section,
.contact-section {
  padding: 96px 3vw 118px;
}

.about-section {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  gap: 22px 11px;
}

.about-section h1,
.about-image,
.about-copy {
  grid-column: 8 / 20;
}

.about-section h1 {
  text-align: center;
}

.about-image {
  width: 100%;
  aspect-ratio: 574 / 767;
  object-fit: cover;
}

.about-copy {
  margin-top: 26px;
}

.contact-section {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  gap: 22px 11px;
}

.contact-copy {
  grid-column: 5 / 12;
}

.contact-copy h1 {
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
}

.contact-form {
  grid-column: 12 / 24;
  display: grid;
  gap: 26px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 15px;
}

.contact-form span,
.sub-labels small {
  color: #555;
  font-size: 12px;
}

.name-row,
.sub-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

input,
textarea {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fafafa;
  color: #000;
  font: inherit;
  padding: 14px 12px;
}

textarea {
  resize: vertical;
}

.form-submit {
  justify-self: start;
  border-radius: 0;
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 88px;
    padding: 6vw;
  }

  .title-nav {
    display: block;
  }

  .site-title {
    font-size: 17px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu summary {
    width: 34px;
    height: 26px;
    display: grid;
    align-content: center;
    gap: 8px;
    cursor: pointer;
    list-style: none;
  }

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

  .mobile-menu summary span {
    display: block;
    height: 1px;
    background: #000;
  }

  .mobile-menu nav {
    position: fixed;
    inset: 88px 0 auto;
    display: grid;
    gap: 22px;
    justify-items: center;
    padding: 36px 6vw 44px;
    background: #fff;
    font-size: 22px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  }

  .hero-content,
  .footer-grid,
  .about-section,
  .contact-section {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .brand-logo,
  .hero-copy,
  .footer-grid > *,
  .about-section h1,
  .about-image,
  .about-copy,
  .contact-copy,
  .contact-form {
    grid-column: 1 / -1;
  }

  .hero-content .button {
    grid-column: 3 / 7;
  }

  .sq-large {
    font-size: 19px;
  }

  .name-row,
  .sub-labels {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
