:root {
  --cyan: #00adc1;
  --gray: #718084;
  --slide-time: 850ms;
  --slide-ease: cubic-bezier(0.76, 0, 0.24, 1);
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
body {
  font-family: Oswald, Arial, sans-serif;
  color: #fff;
  background: var(--cyan);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.presentation {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}
.slides-track {
  display: flex;
  width: 200vw;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform var(--slide-time) var(--slide-ease);
  will-change: transform;
}
.presentation[data-page="contact"] .slides-track {
  transform: translate3d(-100vw, 0, 0);
}
.slide {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
}
.home-slide {
  background: var(--cyan);
}
.home-logo {
  position: absolute;
  z-index: 4;
  left: 2%;
  top: 0;
  width: clamp(56px, 3.8vw, 83px);
  height: auto;
}
.people-stage {
  position: absolute;
  z-index: 2;
  left: 2.5%;
  bottom: 4.5%;
  height: 75%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.people-stage img {
  width: 17%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 -1.4%;
}
.people-stage img:nth-child(1),
.people-stage img:nth-child(6) {
  height: 91%;
}
.home-content {
  position: absolute;
  z-index: 3;
  left: 57.8%;
  top: 39%;
  width: 39%;
  transform: translateY(-20%);
}
.home-content h1 {
  margin: 0;
  font-size: clamp(43px, 4.25vw, 83px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.045em;
}
.home-content h2 {
  margin: 0.55em 0 1em;
  font-size: clamp(11px, 1.08vw, 21px);
  font-weight: 300;
  letter-spacing: 0.075em;
}
.home-intro {
  font-size: clamp(8px, 0.59vw, 12px);
  line-height: 1.25;
  letter-spacing: 0.025em;
}
.service-summary {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
  font-size: clamp(7px, 0.48vw, 10px);
  line-height: 1.35;
  letter-spacing: 0.035em;
}
.service-summary li {
  display: flex;
  align-items: baseline;
  gap: 0.55em;
}
.service-summary li:before {
  content: "›";
  font-size: 1.5em;
  line-height: 0.7;
}
.service-summary .maintenance:before {
  color: #115e59;
}
.service-summary .renovate:before {
  color: #2563eb;
}
.service-summary .media:before {
  color: #ea580c;
}
.service-summary .online:before {
  color: #07d5ff;
}
.service-summary .event:before {
  color: #db2777;
}
.service-summary .radio:before {
  color: #38bd6d;
}
.service-summary strong {
  font-weight: 500;
}
.service-summary span:before {
  content: "— ";
  opacity: 0.7;
}
.closing-copy {
  font-size: clamp(7px, 0.49vw, 10px);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.home-copyright {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 7vh;
  font-size: clamp(5px, 0.34vw, 7px);
  line-height: 1.3;
  opacity: 0.75;
}
.home-copyright img {
  width: 25px;
  height: auto;
}
.building-lines {
  position: absolute;
  z-index: 1;
  right: -2%;
  bottom: -6%;
  width: 39%;
  height: 50%;
  opacity: 0.13;
  transform: skewY(-7deg);
  border: 1px solid #fff;
  background: repeating-linear-gradient(
      90deg,
      transparent 0 35px,
      #fff 36px 37px
    ),
    repeating-linear-gradient(0deg, transparent 0 27px, #fff 28px 29px);
}
.nav-button {
  position: absolute;
  z-index: 8;
  bottom: 6.4%;
  height: 30px;
  border: 0;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.06em;
  font-size: clamp(8px, 0.55vw, 11px);
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
}
.nav-button b {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.go-contact {
  right: 0;
}
.go-contact span {
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #ffffff21;
  border-left: 1px solid #fff;
}
.go-home {
  left: 0;
}
.go-home span {
  height: 22px;
  min-width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cyan);
}
.nav-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.contact-slide {
  background: var(--gray);
}
.contact-brand {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 10%;
  width: 19%;
  height: 16%;
}
.contact-brand .cyan-wedge {
  position: absolute;
  left: 0;
  top: 0;
  width: 19%;
  height: 100%;
  background: var(--cyan);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.contact-brand img {
  position: absolute;
  left: 22%;
  top: 20%;
  width: 47%;
  height: 62%;
  object-fit: contain;
}
.company-info {
  position: absolute;
  z-index: 2;
  left: 20.5%;
  top: 8%;
  width: 18%;
  height: 68%;
  padding-left: 1.2%;
  border-left: 2px solid #393025;
}
.contact-slide h2 {
  margin: 0;
  font-size: clamp(48px, 4.5vw, 88px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0.04em;
}
.company-info h2 {
  color: #393025;
}
.section-kicker {
  margin: 0.4em 0 1em;
  color: #dbe2e3;
  font-size: clamp(9px, 0.63vw, 13px);
  letter-spacing: 0.075em;
}
.company-info dl {
  margin: 0;
  font-size: clamp(7px, 0.5vw, 10px);
  line-height: 1.2;
}
.company-info dt,
.office-card .label {
  margin-top: 0.7em;
  color: #aeb8ba;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.company-info dd {
  margin: 0;
  letter-spacing: 0.035em;
}
.contact-details {
  position: absolute;
  z-index: 2;
  left: 44%;
  right: 2.5%;
  top: 8%;
  height: 84%;
}
.contact-details > h2 {
  color: #fff;
}
.office-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  margin-top: 0.5%;
}
.office-card {
  position: relative;
  padding-left: 1.3%;
  border-left: 3px solid #fff;
  font-size: clamp(7px, 0.5vw, 10px);
  line-height: 1.2;
}
.office-card h3 {
  margin: 0 0 0.8em;
  font-size: clamp(10px, 0.65vw, 13px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
.office-card p {
  margin: 0.1em 0;
}
.office-card .label {
  margin: 0.55em 0 0;
}
.office-card iframe {
  display: block;
  width: 100%;
  height: 22vh;
  min-height: 120px;
  margin-top: 1.2em;
  border: 0;
}
.email-contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51%;
  padding-left: 1.4%;
  border-left: 3px solid var(--cyan);
  font-size: clamp(7px, 0.48vw, 10px);
  line-height: 1.35;
  letter-spacing: 0.035em;
}
.email-contact h3 {
  margin: 0 0 0.7em;
  font-size: clamp(10px, 0.7vw, 14px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
.email-contact p {
  margin: 0.7em 0;
}
.email-contact span {
  color: #9fabad;
}
.office-image {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 28%;
  height: 39%;
  overflow: hidden;
}
.office-image img {
  width: 100%;
  height: 522px;
  object-fit: cover;
  object-position: center bottom;
}
.contact-team {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: 0;
  width: 27%;
  height: 25%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.contact-team img {
  width: 17%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  margin: 0 -1.5%;
}
.contact-team img:nth-child(1),
.contact-team img:nth-child(6) {
  height: 89%;
}
.contact-screen {
  transition: visibility 0s linear var(--slide-time);
}
.presentation[data-page="home"] .contact-screen {
  visibility: hidden;
}
.presentation[data-page="contact"] .home-screen {
  visibility: hidden;
}
.presentation[data-page="contact"] .contact-screen {
  visibility: visible;
  transition-delay: 0s;
}
@media (max-width: 800px) {
  .slide {
    min-height: 560px;
  }
  .home-content {
    left: 51%;
    width: 47%;
  }
  .people-stage {
    left: 0;
    height: 67%;
  }
  .company-info {
    left: 17%;
    width: 21%;
  }
  .contact-details {
    left: 39%;
    right: 1.5%;
  }
  .office-card iframe {
    height: 18vh;
  }
  .contact-team {
    width: 31%;
  }
  .office-image {
    width: 31%;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --slide-time: 1ms;
  }
}
