@charset "UTF-8";
:root {
  --ink: #09062c;
  --muted: #565b65;
  --paper: #f6f7f2;
  --line: #d9ddd7;
  --teal: #00616b;
  --serif: Georgia,'Times New Roman',serif;
  --sans: Arial,Helvetica,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 5px;
}

a: hover {;
  color: var(--teal);
}

a: focus-visible {;
  outline: 3px solid var(--teal);
  outline-offset: 6px;
}

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

::selection {
  background: #b3f1ee;
  color: var(--ink);
}

.wrap {
  width: min(1280px,calc(100% - 112px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-symbol {
  width: 60px;
}

.brand-wordmark {
  width: 114px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-header nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.site-header nav .nav-contact {
  border: 1px solid var(--ink);
  border-radius: 3px;
  padding: 10px 17px;
  display: flex;
  gap: 26px;
}

.nav-contact:hover {
  background: var(--ink);
  color: white;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
  padding-block: 78px 83px;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  margin: 0 0 31px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal);
  margin-right: 7px;
}

.eyebrow .status-dot {
  margin: 0;
}

h1 {
  font-size: clamp(54px,5.3vw,76px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 500;
  margin: 0;
}

h1 em,.large-copy em,.contact-body h3 em {
  font-family: var(--serif);
  font-weight: 400;
}

h1 em {
  letter-spacing: -4px;
}

.hero-description {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  margin: 29px 0 30px;
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  text-decoration: none;
  background: var(--ink);
  color: white;
  padding: 14px 21px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: 14px;
}

.button:hover {
  background: var(--teal);
  color: white;
  border-color: var(--teal);
}

.hero-note {
  font-size: 11px;
  color: var(--muted);
  margin: 25px 0 0;
}

.hero-art {
  position: relative;
  aspect-ratio: 1/1.06;
  overflow: hidden;
  background: #dbefea;
  background-image: linear-gradient(#09062c05 1px,transparent 1px),linear-gradient(90deg,#09062c05 1px,transparent 1px);
  background-size: 48px 48px;
  border: 1px solid #cfdfd9;
  border-radius: 3px;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-top,.art-bottom {
  position: absolute;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 1.1px;
}

.art-top {
  top: 24px;
}

.art-bottom {
  bottom: 23px;
  letter-spacing: .5px;
}

.art-bottom>span:first-child {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
}

.tiny-arrow {
  margin-left: 8px;
  font-size: 20px;
}

.hero-mark {
  width: 80%;
  position: relative;
  z-index: 2;
}

.orbit {
  position: absolute;
  width: 77%;
  height: 77%;
  border: 1px solid #9bbfb888;
  border-radius: 50%;
  transform: rotate(-30deg);
}

.orbit-two {
  width: 55%;
  height: 94%;
  transform: rotate(32deg);
}

.cross {
  position: absolute;
  font-size: 22px;
  color: #618c85;
  font-weight: 400;
}

.cross-one {
  left: 24px;
  top: 80px;
}

.cross-two {
  right: 24px;
  bottom: 74px;
}

.section-space {
  padding-block: 80px;
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-section,.company-inner,.contact-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 46px;
}

.section-label {
  display: flex;
  gap: 17px;
  align-items: baseline;
}

.section-label h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: 600;
  margin: 0;
}

.section-number {
  font-size: 11px;
  color: var(--muted);
}

.large-copy {
  font-size: 43px;
  line-height: 1.25;
  letter-spacing: -1.5px;
  margin: 0 0 34px;
}

.about-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
  color: var(--muted);
  font-size: 15px;
}

.about-details p {
  margin: 0;
}

.company-section {
  background: #eaece6;
  border-block: 1px solid var(--line);
}

.company-body h3 {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}

.company-body>p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 28px;
}

.company-facts {
  margin: 0;
}

.company-facts>div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 25px;
  border-top: 1px solid #cdd2cb;
  padding-block: 17px;
  font-size: 14px;
}

.company-facts dt {
  color: var(--muted);
}

.company-facts dd {
  margin: 0;
}

.company-facts dd a {
  text-decoration: none;
}

.company-facts dd a:hover {
  text-decoration: underline;
}

.contact-body h3 {
  font-size: 53px;
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 400;
  margin: 0 0 25px;
}

.contact-body p {
  font-size: 15px;
  color: var(--muted);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  font-size: clamp(20px,2.5vw,32px);
  line-height: 1.6;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-link > span:first-child {
  min-width: 0;
}

.contact-link > span:last-child {
  flex-shrink: 0;
}

.site-footer {
  display: flex;
  gap: 31px;
  align-items: center;
  min-height: 114px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}

.footer-brand {
  width: 92px;
  flex-shrink: 0;
}

.site-footer p {
  margin-right: auto;
}

.site-footer>a:not(.footer-brand) {
  text-decoration: none;
}

.site-footer>a:hover {
  text-decoration: underline;
}

.legal-page {
  max-width: 850px;
}

.legal-page h1 {
  font-size: 64px;
  margin-bottom: 48px;
  letter-spacing: -2px;
}

.prose {
  max-width: 680px;
  color: var(--muted);
}

.prose h2 {
  font-size: 23px;
  color: var(--ink);
  font-weight: 500;
  margin-top: 37px;
}

.prose a {
  color: var(--teal);
}

.error-page {
  min-height: 65vh;
}

.error-page>p:not(.eyebrow) {
  margin: 30px 0;
  max-width: 470px;
  color: var(--muted);
}

@media(min-width:1600px) {
  .hero {
    gap: 90px;
  }
  .hero h1 {
    font-size: 78px;
  }
  .hero-art {
    max-height: 520px;
  }
  .hero {
    padding-block: 88px;
  }
}

@media(max-width:1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 28px;
    padding-block: 60px;
  }
  .hero h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }
  .hero h1 em {
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-art {
    aspect-ratio: 1/1.25;
  }
  .art-top {
    font-size: 8px;
    left: 17px;
    right: 17px;
  }
  .about-section,.company-inner,.contact-section {
    grid-template-columns: 1fr 2.2fr;
    gap: 30px;
  }
  .large-copy {
    font-size: 36px;
  }

  .site-footer {
    gap: 22px;
  }
}

@media(max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 88px;
    height: auto;
    padding-block: 20px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .brand-symbol {
    width: 48px;
  }
  .brand-wordmark {
    width: 92px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav a {
    font-size: 12px;
  }
  .site-header nav .nav-contact {
    padding: 8px 10px;
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 48px;
  }
  .hero h1 {
    font-size: clamp(48px,9vw,70px);
  }
  .hero-description {
    font-size: 17px;
    max-width: 420px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
  }
  .hero-art {
    aspect-ratio: 1.18/1;
  }
  .hero-mark {
    width: 76%;
    max-width: 454px;
  }
  .art-top,.art-bottom {
    left: 21px;
    right: 21px;
  }
  .hero-note {
    margin-top: 20px;
  }

  .section-space {
    padding-block: 56px;
  }
  .about-section,.company-inner,.contact-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-details {
    gap: 24px;
  }
  .large-copy {
    font-size: 35px;
  }
  .company-body h3 {
    font-size: 32px;
  }
  .company-facts>div {
    font-size: 13px;
  }
  .contact-body h3 {
    font-size: 45px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 12px 25px;
    padding-block: 30px;
  }
  .site-footer p {
    margin: 0;
    flex: 1;
    min-width: 155px;
  }
  .legal-page h1 {
    font-size: 48px;
  }
  .error-page h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }
  .error-page h1 em {
    letter-spacing: -2px;
  }
}

@media(max-width:420px) {
  .site-header nav {
    gap: 14px;
  }
  .hero h1,.hero h1 em {
    letter-spacing: -2.5px;
  }
  .hero-art {
    aspect-ratio: 1.06/1;
  }
  .art-top {
    font-size: 8px;
  }
  .about-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .company-facts>div {
    grid-template-columns: 1fr 1.1fr;
    gap: 10px;
  }
  .contact-body h3 {
    font-size: 41px;
  }

}

@media print {
  body {
    background: white;
  }
  .site-header nav,.hero-art,.button,.hero-note {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .hero,.about-section,.company-inner,.contact-section {
    display: block;
  }
  .section-space,.hero {
    padding-block: 24px;
  }
  .section-label {
    margin-bottom: 20px;
  }
  .company-section {
    background: white;
  }
  .site-footer {
    min-height: 60px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .contact-body h3 {
    font-size: 32px;
  }
}
