@font-face {
  font-display: swap;
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/FTRegolaNeue-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/FTRegolaNeue-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/FTRegolaNeue-Semibold.woff2") format("woff2");
}

:root {
  --teal: #123f40;
  --teal-deep: #0b3031;
  --gold: #efb11a;
  --paper: #f6f4ee;
  --ink: #172323;
  --muted: #60706f;
  --line: #cad5d2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "FT Regola Neue", Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 32px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-decoration: none;
}

.brand img {
  border-radius: 7px;
  height: 50px;
  width: 50px;
}

.header-link,
.text-link {
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 5px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 620px;
}

.hero-copy {
  align-items: flex-start;
  background: var(--teal);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.eyebrow {
  color: #53706e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hero .eyebrow,
.launch-card .eyebrow {
  color: #d6e3df;
}

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

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin-bottom: 28px;
  max-width: 830px;
}

.lede {
  color: #d6e3df;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 34px;
  max-width: 670px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 3px;
  color: var(--teal-deep);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: #ffc438;
  border-color: #ffc438;
}

.owner {
  color: #a9c0bb;
  font-size: 13px;
  margin: 28px 0 0;
}

.hero-mark {
  align-items: center;
  background: var(--gold);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 60px;
}

.hero-mark img {
  aspect-ratio: 1;
  box-shadow: 0 24px 60px rgb(6 30 31 / 22%);
  display: block;
  height: auto;
  max-width: 390px;
  object-fit: contain;
  width: 100%;
}

.services,
.area-section,
.launch-card,
footer {
  margin: 0 auto;
  max-width: 1180px;
}

.services {
  padding: 110px 32px;
}

.section-heading {
  display: grid;
  gap: 50px;
  grid-template-columns: 0.65fr 1.35fr;
  margin-bottom: 54px;
}

h2 {
  color: var(--teal);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 22px;
}

.service-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article {
  border-right: 1px solid var(--line);
  padding: 32px;
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid article > span {
  color: #7c8b88;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 68px;
}

h3 {
  color: var(--teal);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.service-grid p,
.area-section p,
.launch-card > p,
footer {
  color: var(--muted);
  line-height: 1.7;
}

.area-section {
  background: white;
  border: 1px solid var(--line);
  display: grid;
  gap: 70px;
  grid-template-columns: 1.2fr 0.8fr;
  padding: 68px;
}

.area-section > div > p:last-child {
  font-size: 17px;
  max-width: 620px;
}

.area-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.area-section li {
  border-bottom: 1px solid var(--line);
  color: var(--teal);
  font-size: 20px;
  font-weight: 700;
  padding: 17px 0;
}

.area-section li:first-child {
  border-top: 1px solid var(--line);
}

.launch-card {
  background: var(--teal);
  color: white;
  margin-top: 28px;
  padding: 72px;
}

.launch-card h2 {
  color: white;
}

.launch-card > p {
  color: #d6e3df;
  font-size: 17px;
  max-width: 650px;
}

.launch-card .hero-actions {
  margin-top: 32px;
}

.button-light {
  min-width: 235px;
}

.light-link {
  color: white;
}

footer {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.7fr 1.1fr 1.2fr;
  padding: 54px 32px 70px;
}

footer strong,
footer span {
  color: var(--ink);
  display: block;
}

footer strong {
  font-weight: 600;
}

footer span {
  font-size: 13px;
  margin-top: 7px;
}

footer p,
footer small {
  font-size: 13px;
  margin: 0;
}

@media (max-width: 760px) {
  .site-header {
    padding: 16px 20px;
  }

  .header-link {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .hero-mark {
    height: 200px;
    padding: 34px;
  }

  .hero-mark img {
    max-width: 150px;
  }

  .hero-copy {
    padding: 50px 24px 56px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .lede {
    font-size: 16px;
  }

  .services {
    padding: 76px 20px;
  }

  .section-heading,
  .service-grid,
  .area-section,
  footer {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 0;
  }

  .service-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 30px 4px;
  }

  .service-grid article > span {
    margin-bottom: 28px;
  }

  .area-section {
    gap: 36px;
    padding: 48px 24px;
  }

  .launch-card {
    margin-top: 18px;
    padding: 52px 24px;
  }

  .button-light {
    width: 100%;
  }

  footer {
    padding: 44px 20px 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
