@font-face {
  font-family: "Jura";
  src: url("fonts/Jura.eot");
  src:
    url("fonts/Jura.eot?#iefix") format("embedded-opentype"),
    url("fonts/Jura.woff2") format("woff2"),
    url("fonts/Jura.woff") format("woff"),
    url("fonts/Jura.ttf") format("truetype"),
    url("fonts/Jura.svg#Jura") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay.eot");
  src:
    url("fonts/PlayfairDisplay.eot?#iefix") format("embedded-opentype"),
    url("fonts/PlayfairDisplay.woff2") format("woff2"),
    url("fonts/PlayfairDisplay.woff") format("woff"),
    url("fonts/PlayfairDisplay.ttf") format("truetype"),
    url("fonts/PlayfairDisplay.svg#PlayfairDisplay") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saira";
  src: url("fonts/Saira.eot");
  src:
    url("fonts/Saira.eot?#iefix") format("embedded-opentype"),
    url("fonts/Saira.woff2") format("woff2"),
    url("fonts/Saira.woff") format("woff"),
    url("fonts/Saira.ttf") format("truetype"),
    url("fonts/Saira.svg#Saira") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Saira Thin';
    src: url('fonts/Saira-Thin.eot');
    src: url('fonts/Saira-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Saira-Thin.woff2') format('woff2'),
        url('fonts/Saira-Thin.woff') format('woff'),
        url('fonts/Saira-Thin.ttf') format('truetype'),
        url('fonts/Saira-Thin.svg#Saira-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



:root {
  --page-bg: #eef4f8;
  --hero-text: rgba(246, 251, 253, 0.96);
  --footer-text: #2a7090;
  --footer-panel: #a6d6e4;
  --shell-width: min(75vw, 1540px);
  --shell-min-width: 980px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--page-bg) url("assets/bg.svg") center center / cover no-repeat;
  color: var(--hero-text);
  font-family: "Jura", sans-serif;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px 0 34px;
}

.bg-path {
  position: absolute;
  pointer-events: none;
}

.bg-path-left {
  left: 0;
  bottom: 5%;
}

.bg-path-right {
  top: 13%;
  right: 0;
}

.hero-card,
.contact-card {
  position: relative;
  width: var(--shell-width);
  min-width: var(--shell-min-width);
  margin-inline: auto;
}

.hero-card {
  padding: 48px 110px 48px;
  background: url("assets/top-box.svg") center center / cover no-repeat;
  mix-blend-mode: multiply;
}

.brand {
  display: flex;
  justify-content: center;
}

.brand__logo {
  display: block;
  width: 400px;
  height: auto;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}

.hero-copy__lead,
.hero-copy__headline {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-copy__lead {
  font-size: 64px;
  line-height: 0.96;
}

.hero-copy__sublead {
  margin: 2px 0 0;
  font-family: "Jura", sans-serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.hero-copy__headline {
  margin-top: 45px;
  font-size: 62px;
  line-height: 0.95;
}

.hero-copy__body {
  max-width: 1080px;
  margin: 80px 0 0;
  font-family: "Jura", sans-serif;
  font-size: 29px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.hero-copy__body--secondary {
  margin-top: 25px;
}

.contact-card {
  margin-top: 15px;
  padding: 15px 30px 25px;
  text-align: center;
  color: var(--footer-text);
  background: url("assets/bottom-box.svg") center center / cover no-repeat;
  mix-blend-mode: multiply;
}

.contact-card>* {
  position: relative;
  z-index: 1;
}

.contact-card__company,
.contact-card__meta,
.contact-card__address,
.contact-card__email {
  margin: 0;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  width: fit-content;
  margin: 0 auto;
}

.contact-card__company {
  font-size: 20px;
  line-height: 1.05;
}

.contact-card__meta {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.18;
}

.contact-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 406px;
  min-height: 38px;
  margin-top: 16px;
  background: url("assets/button.svg") center center / 100% 100% no-repeat;
}

.contact-card__label span {
  display: block;
  padding: 2px 34px 4px;
  font-family: "Saira", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.contact-card__address {
  margin-top: 17px;
  font-size: 21px;
  line-height: 1.1;
}

.contact-card__email {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.04;
  text-decoration: none;
  color: var(--footer-text);
}

@media (max-width: 1200px) {
  :root {
    --shell-width: min(92vw, 1540px);
    --shell-min-width: 0;
  }

  .bg-path-right {
    top: 11.5%;
    right: -100px;
  }

  .bg-path-left {
    left: -235px;
    bottom: 5%;
  }

  .hero-card,
  .contact-card {
    min-width: 0;
  }

  .hero-card {
    min-height: auto;
    padding: 64px 48px 48px;
  }

  .hero-copy {
    margin-top: 84px;
  }

  .hero-copy__lead {
    font-size: clamp(56px, 6vw, 80px);
  }

  .hero-copy__sublead {
    font-size: clamp(42px, 4.8vw, 63px);
  }

  .hero-copy__headline {
    font-size: clamp(52px, 5.5vw, 76px);
  }

  .hero-copy__body {
    margin-top: 72px;
    font-size: clamp(20px, 2.2vw, 29px);
  }

  .contact-card__company {
    font-size: clamp(24px, 2.5vw, 31px);
  }

  .contact-card__meta,
  .contact-card__label span,
  .contact-card__address,
  .contact-card__email {
    font-size: clamp(17px, 2.2vw, 24px);
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 18px 12px 24px;
  }

  .bg-path-left {
    width: 105vw;
    bottom: 4%;
  }

  .bg-path-right {
    width: 105vw;
    top: 23%;
  }

  .hero-card {
    padding: 42px 22px 34px;
  }

  .brand__logo {
    width: min(78vw, 420px);
    min-width: 0;
  }

  .hero-copy {
    margin-top: 54px;
  }

  .hero-copy__lead {
    font-size: clamp(40px, 10vw, 56px);
  }

  .hero-copy__sublead {
    font-size: clamp(31px, 8vw, 42px);
  }

  .hero-copy__headline {
    margin-top: 30px;
    font-size: clamp(40px, 10vw, 52px);
  }

  .hero-copy__body {
    margin-top: 48px;
    font-size: clamp(18px, 4.7vw, 22px);
  }

  .contact-card {
    padding: 18px 14px 22px;
  }

  .contact-card__label {
    width: min(100%, 406px);
  }

  .contact-card__label span {
    padding-inline: 20px;
  }
}

@media (max-width: 644px) {
  .bg-path-right {
    top: 28%;
  }
}

@media (max-width: 460px) {
  .bg-path-right {
    top: 27%;
  }
}