:root {
  --color--bg: #fdf5ed;
  --color--black: #262626;
  --color--white: #f2f2f2;
  --color--gray: #676462;
}

body {
  background-color: var(--color--bg);
  color: var(--color--black);
  letter-spacing: -.02em;
  font-family: fonTeX, sans-serif;
  font-size: 15px;
  line-height: 1.28;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 1;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.is-nav {
  mix-blend-mode: difference;
  position: fixed;
  top: 14px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sg-item-headline {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  padding-bottom: 4px;
  display: flex;
}

.heading {
  letter-spacing: -.03em;
}

.sg-layout {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  padding-top: 56px;
  display: flex;
}

.sg-item-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.button {
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50vw;
  align-self: center;
  padding: 11px 28px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.cta-link {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: underline;
}

.sg-item {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.tag {
  align-self: center;
  font-size: 14px;
}

.p {
  color: var(--color--gray);
  align-self: center;
}

.p.lg {
  font-size: 18px;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.is-coming-soon {
  height: 100svh;
  min-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-lettermark {
  mix-blend-mode: difference;
}

.cs-layout {
  max-width: 540px;
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  display: flex;
}

.cs-heading {
  max-width: 40ch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.title-md {
  font-size: 46px;
}

.cs-contact {
  text-align: center;
}

.footer-tag {
  color: var(--color--gray);
  margin-bottom: 8px;
}

.cs-contact-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.footer-contact-link {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.footer-contact-link:hover {
  opacity: .7;
}

.cs-contact-layout {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.cs-contact-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.social-icon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.social-icon:hover {
  color: rgba(38, 38, 38, .79);
}

.html-embed {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cs-wrapper {
  height: 100%;
  grid-column-gap: 2.77778vw;
  grid-row-gap: 2.77778vw;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cs-image {
  width: 37.5vw;
  height: 100%;
  object-fit: cover;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cs-lettermark-bg {
  z-index: -1;
  width: 106.528vw;
  position: fixed;
  top: auto;
  bottom: -1.875vw;
  left: 0%;
  right: 0%;
}

.cs-copyright {
  color: var(--color--gray);
  mix-blend-mode: difference;
  font-size: 12px;
  position: fixed;
  top: auto;
  bottom: 13px;
  left: 40px;
  right: auto;
}

.image-cover {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .cs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cs-image {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-tag {
    font-size: 13px;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .cs-image {
    width: 100%;
  }

  .cs-lettermark-bg {
    display: none;
  }

  .cs-copyright {
    color: var(--color--white);
    mix-blend-mode: normal;
    position: absolute;
    left: 13px;
  }
}


@font-face {
  font-family: 'fonTeX';
  src: url('../fonts/TeXGyreHeros-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fonTeX';
  src: url('../fonts/TeXGyreHeros-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}