@font-face {
  font-family: Inter;
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f1f2f4;
  --ink: #17201f;
  --muted: #59615f;
  --line: #cfd4d3;
  --blue: #2448eb;
  --white: #fff;
  --font: Inter, Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
a:hover {
  color: var(--blue);
}
::selection {
  color: white;
  background: var(--blue);
}
.wrap {
  width: calc(100% - 112px);
  max-width: 1488px;
  margin-inline: auto;
}
.header {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-size: 40px;
  font-weight: 850;
  letter-spacing: -3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.logo-halo {
  width: 17px;
  height: 10px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  transform: rotate(-38deg);
  margin-top: -26px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 14px;
  font-weight: 550;
}
.nav-contact {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav-contact span {
  font-size: 23px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1.7;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  min-height: 625px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 45px 0 60px;
}
.hero h1 {
  font-size: clamp(58px, 6.6vw, 106px);
  font-weight: 550;
  letter-spacing: -0.071em;
  line-height: 0.99;
  margin: 0 0 31px;
}
em {
  font-style: normal;
  color: var(--blue);
}
.hero-copy p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 31px;
  color: #4d5653;
}
.button {
  display: inline-flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: white;
  padding: 18px 23px;
  min-height: 58px;
  font-size: 14px;
  font-weight: 550;
  border: 1px solid var(--ink);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  transform: translateY(-2px);
}
.hero-art {
  margin: 0;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.hero-art img {
  width: 115%;
  height: auto;
  margin-left: -7%;
  mix-blend-mode: multiply;
  display: block;
  mask-image: radial-gradient(ellipse closest-side, #000 78%, transparent 120%);
}
.hero-art figcaption {
  position: absolute;
  bottom: 49px;
  left: 16%;
  right: 4%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 1.8px;
  color: #525b61;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 1.1px;
  font-weight: 550;
}
.hero-bottom a {
  font-size: 13px;
  letter-spacing: 0;
  display: flex;
  gap: 30px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 118px 126px;
}
.section-label h2 {
  font-size: clamp(35px, 3.2vw, 52px);
  line-height: 1.12;
  letter-spacing: -2px;
  font-weight: 500;
  margin: 28px 0;
}
.intro {
  font-size: 25px;
  letter-spacing: -0.7px;
  line-height: 1.42;
  margin: 0 0 50px;
  max-width: 550px;
}
.service-row {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 31px 0 34px;
}
.service-number {
  font-size: 12px;
  color: var(--muted);
  padding-top: 5px;
}
.service-row h3 {
  font-size: 23px;
  letter-spacing: -0.6px;
  font-weight: 550;
  margin: 0 0 16px;
}
.service-row p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 460px;
  margin: 0 0 26px;
}
.service-tag {
  font-size: 10px;
  letter-spacing: 1.2px;
}
.platforms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.platforms span {
  font-size: 12px;
  border: 1px solid #c4cbc9;
  padding: 8px 12px;
  border-radius: 2px;
}
.contact-band {
  background: var(--blue);
  color: white;
}
.band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 76px 86px;
}
.band-inner h2 {
  font-size: clamp(44px, 5.5vw, 82px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 25px 0 0;
}
.circle-link {
  height: 116px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #96a6fa;
  border-radius: 50%;
  font-size: 70px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.circle-link:hover {
  color: var(--blue);
  background: white;
  transform: rotate(5deg);
}
.circle-link:focus-visible {
  outline-color: white;
}
.footer {
  padding-block: 55px 25px;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  padding-bottom: 68px;
}
.footer-top p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}
.footer-email {
  margin-left: auto;
  display: flex;
  gap: 38px;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom div {
  display: flex;
  gap: 28px;
}
.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  padding-block: 90px 120px;
}
.contact-intro h1 {
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.03;
  margin: 28px 0;
}
.contact-intro > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.contact-details {
  align-self: center;
  border-top: 1px solid var(--ink);
  padding-top: 32px;
}
.contact-details > a {
  font-size: clamp(22px, 2.4vw, 38px);
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.contact-details > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 18px;
}
.contact-details address {
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
  color: var(--muted);
  margin-top: 48px;
}
.legal-page a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 65px;
  padding-block: 85px 110px;
  max-width: 1230px;
}
.legal-page aside p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 30px;
}
.legal-page h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.05;
  margin: 0 0 35px;
}
.legal-lead {
  font-size: 21px !important;
  color: var(--ink) !important;
}
.legal-page h2 {
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin: 37px 0 13px;
}
.legal-page article p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 17px;
}
.not-found {
  padding-block: 100px 130px;
}
.not-found h1 {
  font-size: clamp(48px, 7vw, 90px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 10;
  background: white;
  padding: 15px;
}
.skip-link:focus {
  top: 15px;
}
@media (min-width: 1700px) {
  .hero-art img {
    max-height: 760px;
    width: auto;
    max-width: 115%;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-layout {
    min-height: 520px;
  }
  .hero h1 {
    font-size: 7.5vw;
  }
  .hero-art figcaption {
    left: 10%;
    right: 0;
    bottom: 44px;
  }
  .about {
    gap: 55px;
    padding-block: 85px;
  }
  .hero-art img {
    width: 110%;
    margin-left: -5%;
  }
  .contact-page {
    gap: 5%;
  }
  .contact-intro h1 {
    font-size: 6vw;
  }
  .footer-top {
    gap: 40px;
  }
  .footer-email {
    font-size: 16px;
  }
  .legal-page {
    gap: 30px;
    grid-template-columns: 1fr 3fr;
  }
  .hero-location {
    display: none;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 86px;
  }
  .wordmark {
    font-size: 34px;
  }
  .logo-halo {
    width: 15px;
    height: 9px;
    margin-top: -24px;
  }
  .header nav {
    gap: 22px;
    font-size: 12px;
  }
  .nav-contact {
    gap: 12px;
  }
  .hero-top {
    padding-top: 26px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .hero-copy {
    padding: 45px 0 10px;
  }
  .hero h1 {
    font-size: clamp(54px, 13.8vw, 87px);
    line-height: 1.02;
    margin-bottom: 26px;
  }
  .hero-copy p {
    font-size: 15px;
    margin-bottom: 27px;
  }
  .button {
    padding: 16px 20px;
  }
  .hero-art {
    height: auto;
    aspect-ratio: 1.17;
    overflow: hidden;
    margin: 0 -12px;
  }
  .hero-art img {
    width: 100%;
    margin: 0;
    align-self: center;
  }
  .hero-art figcaption {
    bottom: 22px;
    left: 8%;
    right: 8%;
    font-size: 8px;
  }
  .hero-bottom {
    font-size: 9px;
    gap: 15px;
    padding-block: 20px;
    line-height: 1.7;
  }
  .hero-bottom a {
    font-size: 11px;
    gap: 13px;
    white-space: nowrap;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 64px;
  }
  .section-label h2 {
    font-size: 39px;
    margin-top: 20px;
    letter-spacing: -1.6px;
  }
  .intro {
    font-size: 23px;
    margin-bottom: 33px;
  }
  .service-row {
    grid-template-columns: 25px 1fr;
    gap: 14px;
    padding: 27px 0;
  }
  .service-row p {
    font-size: 15px;
  }
  .service-row h3 {
    font-size: 22px;
  }
  .band-inner {
    padding-block: 54px;
    gap: 25px;
  }
  .band-inner h2 {
    font-size: 43px;
    margin-top: 20px;
  }
  .circle-link {
    height: 72px;
    width: 72px;
    min-width: 72px;
    font-size: 42px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
  }
  .footer-top p {
    font-size: 13px;
  }
  .footer-email {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
    font-size: 11px;
  }
  .footer-bottom > span:nth-child(2) {
    margin-left: auto;
  }
  .footer-bottom div {
    width: 100%;
    gap: 22px;
  }
  .contact-page {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-block: 55px 70px;
  }
  .contact-intro h1 {
    font-size: clamp(43px, 11vw, 70px);
    margin-block: 23px;
  }
  .contact-intro > p {
    font-size: 16px;
  }
  .contact-details address {
    margin-top: 22px;
  }
  .legal-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 50px 75px;
  }
  .legal-page aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .legal-page aside p {
    margin: 0;
    font-size: 11px;
  }
  .legal-page h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .legal-lead {
    font-size: 19px !important;
  }
  .legal-page h2 {
    font-size: 22px;
  }
  .legal-page article p {
    font-size: 15px;
  }
  .not-found {
    padding-block: 70px 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
