@import url('https://rsms.me/inter/inter.css');

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

body {
  font-family: 'Inter', sans-serif;
  background-color: #25313A;
  color: #EDEDE8;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* Site header */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 64px;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
}

.nav {
  padding-top: 8px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}

.brand-name {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #EDEDE8;
  line-height: 1;
}

.brand-rules {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 2px 0 2px;
}

.brand-rule {
  height: 1px;
  width: 31px;
  background-color: #6F848E;
}

.brand-descriptor {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #6F848E;
  line-height: 1;
}

/* Light header version of brand */

.site-header-light .brand-name {
  color: #25313A;
}

.site-header-light .brand-rule {
  background-color: #3E5663;
}

.site-header-light .brand-descriptor {
  color: #3E5663;
}

.nav {
  display: flex;
  gap: 40px;
}

.nav a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F848E;
  transition: color 200ms ease;
}

.nav a:hover {
  color: #EDEDE8;
}

/* Hero */

.hero {
  min-height: 100vh;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-inner {
  max-width: 720px;
}

.hero-meta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6F848E;
  margin-bottom: 32px;
}

.hero-statement {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: #EDEDE8;
  margin-bottom: 32px;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #6F848E;
  max-width: 420px;
}

.hero-footer {
  position: absolute;
  bottom: 64px;
  left: 64px;
  right: 64px;
  padding-top: 24px;
  border-top: 0.5px solid #3E5663;
  display: flex;
  gap: 48px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F848E;
}
/* Light pages */

body.page-light {
  background-color: #EDEDE8;
  color: #25313A;
}

.site-header-light .brand-name {
  color: #25313A;
}

.site-header-light .brand-descriptor {
  color: #3E5663;
}

.nav-light a {
  color: #3E5663;
}

.nav-light a:hover {
  color: #25313A;
}

.nav-light a.active {
  color: #25313A;
}

/* Page content shared */

.page-content {
  padding: 160px 64px 96px;
  max-width: 1280px;
  margin: 0 auto;
}

.page-header {
  margin-bottom: 96px;
  max-width: 720px;
}

.page-meta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6F848E;
  margin-bottom: 24px;
}

.page-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: #25313A;
}

/* Contact specific */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 96px;
  padding-bottom: 64px;
  border-bottom: 0.5px solid #C9CCC8;
}

.contact-block {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F848E;
  margin-bottom: 16px;
}

.contact-address {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #25313A;
  margin-bottom: 16px;
}

.contact-detail {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #25313A;
}

.contact-emails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-bottom: 96px;
}

.contact-email-block {
  display: flex;
  flex-direction: column;
}

.contact-link {
  font-size: 18px;
  font-weight: 400;
  color: #25313A;
  text-decoration: none;
  transition: color 200ms ease;
}

.contact-link:hover {
  color: #3E5663;
}

/* Site footer */

.site-footer {
  padding: 32px 64px;
  border-top: 0.5px solid #C9CCC8;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6F848E;
}
.contact-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #6F848E;
  font-style: italic;
  margin-top: -4px;
  margin-bottom: 4px;
}
.nav .disabled,
.nav-light .disabled {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A5A65;
  cursor: default;
  opacity: 0.5;
}

.nav-light .disabled {
  color: #6F848E;
  opacity: 0.4;
}
/* ===========================
   MOBILE RESPONSIVE STYLES
   =========================== */

@media (max-width: 768px) {

  /* Header */

  .site-header {
    padding: 24px 24px;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .brand {
    align-items: center;
    align-self: flex-start;
    gap: 2px;
  }

  .brand-name {
    font-size: 24px;
  }

  .brand-rule {
    width: 26px;
    height: 1px;
  }

  .brand-descriptor {
    font-size: 8px;
    letter-spacing: 0.32em;
  }

  .nav {
    flex-wrap: wrap;
    gap: 16px 20px;
    padding-top: 0;
  }

  .nav a,
  .nav .disabled {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  /* Hero */

  .hero {
    padding: 200px 24px 100px;
    min-height: 100vh;
  }

  .hero-meta {
    font-size: 10px;
    letter-spacing: 0.28em;
    margin-bottom: 24px;
  }

  .hero-statement {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-footer {
    position: static;
    margin-top: 80px;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 16px 24px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  /* Contact page */

  .page-content {
    padding: 200px 24px 64px;
  }

  .page-header {
    margin-bottom: 64px;
  }

  .page-meta {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .page-title {
    font-size: 36px;
    line-height: 1.1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
    padding-bottom: 48px;
  }

  .contact-emails {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }

  .contact-label {
    font-size: 10px;
  }

  .contact-address,
  .contact-detail {
    font-size: 14px;
  }

  .contact-link {
    font-size: 16px;
  }

  .site-footer {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    font-size: 10px;
  }

}