strong {
  font-weight: 600;
}

.heading-1 {
  font-family: "TT Norms";
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.heading-2 {
  font-family: "TT Norms";
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.heading-3 {
  font-family: "TT Norms";
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.text-logo {
  font-family: "TT Norms";
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.text-logo-small {
  font-family: "TT Norms";
  text-transform: none;
  letter-spacing: -0.02em;
}

html {
  font-family: "Tilda Sans";
  font-size: 18px;
  font-weight: 300;
}

body {
  line-height: 1.3em;
}

main.centered {
  max-width: 1200px;
  padding: 0 calc(1rem + 4vw);
  margin: 0 auto;
}
main.centered p:not(:first-child) {
  margin-top: 1em;
}

.contact-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4em 2em;
  padding: calc(4em + 4rem + 2vw) calc(1rem + 4vw);
}
.contact-group .company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8em;
}
.contact-group .company p[itemprop=name] {
  font-family: "TT Norms";
  font-size: 1.8em;
  font-weight: 200;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin-bottom: 0.15em;
}
.contact-group .company p[itemprop=slogan] span {
  display: block;
  font-size: 1em;
  line-height: 1em;
  text-align: right;
}
.contact-group .company p[itemprop=slogan] span:not(:first-child) {
  margin-top: 1em;
}
.contact-group .contact .phones {
  margin-bottom: 1.5em;
}
.contact-group .contact .phones a {
  display: block;
  font-family: "TT Norms";
  font-size: 1.45em;
  line-height: 0.65em;
  letter-spacing: -0.03em;
  white-space: nowrap;
  margin-bottom: 0.9em;
  text-align: right;
}
.contact-group .contact ul.social {
  display: flex;
  gap: 0.3em;
}
.contact-group .contact ul.social li {
  width: 100%;
}
.contact-group .contact ul.social svg {
  display: block;
  transition: all 0.1s ease-in-out;
}
.contact-group .contact ul.social svg:hover {
  opacity: 0.5;
}

body > header + picture {
  display: block;
}
body > header + picture img {
  width: 100%;
  height: auto;
}

@media (min-width: 961px) {
  .top-banner {
    height: 30vw;
  }
}
.top-banner img {
  filter: saturate(0.1);
}
@media (min-width: 961px) {
  .top-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.caption {
  font-size: 1.3em;
}
@media (max-width: 42em) {
  .caption {
    padding: calc(8em + 2vw) calc(1rem + 4vw) calc(4em + 2vw);
  }
}
@media (min-width: 42em) {
  .caption {
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    margin: calc(8em + 2vw) auto calc(4em + 2vw);
    row-gap: 1em;
  }
}
@media (max-width: 80em) {
  .caption {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    grid-template-columns: repeat(min-content, 2);
    grid-template-rows: 1fr 1fr min-content;
    grid-template-areas: "logo menu" "title menu" "subtitle menu";
  }
}
@media (min-width: 80em) {
  .caption {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    grid-template-columns: repeat(min-content, 3);
    grid-template-rows: 1fr min-content;
    grid-template-areas: "logo title menu" "empty subtitle menu";
  }
}
.caption .logo {
  display: block;
  grid-area: logo;
  aspect-ratio: 5/1;
  position: relative;
}
@media (min-width: 42em) {
  .caption .logo {
    height: 58px;
  }
}
@media (min-width: 80em) {
  .caption .logo {
    height: 100px;
  }
}
.caption .logo .logo-cubiq {
  position: absolute;
  top: -70%;
  width: 20%;
}
.caption .logo .logo-standard {
  position: absolute;
  right: 10px;
  bottom: -40%;
  width: 30%;
}
.caption .title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
  height: 100%;
  font-family: "TT Norms";
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 42em) {
  .caption .title {
    margin-top: 4em;
  }
}
.caption > ul {
  grid-area: subtitle;
  font-size: 1rem;
  line-height: 1em;
}
@media (max-width: 42em) {
  .caption > ul {
    margin-top: 2em;
  }
}

@media (max-width: 42em) {
  .menu {
    border-top: 1px solid #999;
    margin-top: 3em;
    padding-top: 3em;
  }
}
@media (min-width: 42em) {
  .menu {
    grid-area: menu;
    border-left: 1px solid #999;
    padding-left: 5vw;
  }
}
@media (min-width: 80em) {
  .menu {
    padding-left: 3vw;
  }
}
.menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 80em) {
  .menu ul {
    gap: 0.5em;
  }
}
@media (min-width: 80em) {
  .menu ul {
    height: 100%;
  }
}
.menu li {
  font-family: "TT Norms";
  font-size: 0.8em;
  text-transform: uppercase;
}
.menu li p {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.menu li a {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.menu li a:after {
  content: "";
  background-color: #666;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  transition: all 0.3s ease-out;
}
.menu li a:hover::after {
  width: 30%;
}

.text-block {
  padding: 0 calc(1rem + 4vw);
  max-width: 1200px;
  margin: calc(4rem + 2vw) auto 0;
}
.text-block p:not(:first-child) {
  margin-top: 1em;
}