/* Browser-sanitized TikTok Sans subsets from Google Fonts. */
@font-face {
  font-family: "TikTok Sans";
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/tiktok-sans-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "TikTok Sans";
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/tiktok-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  background: var(--ap-paper);
  color: var(--ap-ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: clip;
  background: #f3f0ec;
  color: var(--ap-ink);
  font-family: "TikTok Sans", Arial, sans-serif;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.ap-site-header {
  position: absolute;
  z-index: 20;
  top: 65px;
  left: 50%;
  width: min(100%, 1920px);
  height: 42px;
  transform: translateX(-50%);
  color: var(--ap-white);
  container-type: inline-size;
}

.admin-bar .ap-site-header {
  top: 97px;
}

.ap-site-header__inner {
  display: flex;
  align-items: center;
  width: 83.333cqw;
  max-width: 1600px;
  height: 42px;
  margin: 0 auto;
}

.ap-brand {
  display: flex;
  flex: 0 0 24.271cqw;
  align-items: center;
  min-width: 0;
  color: var(--ap-white);
  font-size: min(1.823cqw, 35px);
  font-weight: 300;
  line-height: .9;
  white-space: nowrap;
}

.ap-brand__mark {
  width: min(1.51cqw, 29px);
  height: min(1.51cqw, 29px);
  margin-right: min(.781cqw, 15px);
  flex: 0 0 auto;
}

.ap-primary-nav {
  min-width: 0;
}

.ap-primary-nav__list {
  display: flex;
  align-items: center;
  gap: min(2.083cqw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ap-primary-nav a {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: min(.833cqw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.ap-phone,
.ap-header-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
}

.ap-phone {
  gap: min(.313cqw, 6px);
  margin-left: min(2.083cqw, 40px);
  color: var(--ap-white);
  font-size: min(.833cqw, 16px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -.03em;
}

.ap-phone img {
  width: min(.938cqw, 18px);
  height: min(.938cqw, 18px);
}

.ap-header-cta {
  justify-content: center;
  gap: min(.521cqw, 10px);
  min-height: min(2.188cqw, 42px);
  margin-left: min(2.083cqw, 40px);
  padding: min(.365cqw, 7px) min(1.042cqw, 20px) min(.521cqw, 10px);
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  color: var(--ap-black);
  font-size: min(.833cqw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.01em;
}

.ap-header-cta img {
  width: min(.833cqw, 16px);
  height: min(.833cqw, 16px);
}

.ap-home {
  width: min(100%, 1920px);
  margin: 0 auto;
  overflow: clip;
  background: var(--ap-paper);
  container-type: inline-size;
}

.ap-hero {
  position: relative;
  height: min(88.281cqw, 1695px);
  overflow: hidden;
  background: var(--ap-black);
  color: var(--ap-white);
}

.ap-hero::after {
  position: absolute;
  z-index: 1;
  top: min(59.375cqw, 1140px);
  bottom: 0;
  left: min(8.333cqw, 160px);
  width: min(83.333cqw, 1600px);
  border-right: 1px solid rgba(255, 255, 255, .12);
  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, .12) 0,
    rgba(255, 255, 255, .12) 1px,
    transparent 1px,
    transparent 25%
  );
  content: "";
  pointer-events: none;
}

.ap-hero__image {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: min(73.49cqw, 1411px);
  object-fit: cover;
}

.ap-hero__content {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.ap-hero__title {
  position: absolute;
  top: min(22.344cqw, 429px);
  left: min(8.073cqw, 155px);
  width: min(83.333cqw, 1600px);
  margin: 0;
  color: var(--ap-white);
  font-size: min(6.771cqw, 130px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}

.ap-hero__divider {
  position: absolute;
  top: min(45.052cqw, 865px);
  left: min(8.438cqw, 162px);
  width: min(83.125cqw, 1596px);
  height: 1px;
  background: rgba(255, 255, 255, .45);
}

.ap-hero__intro,
.ap-hero__side {
  position: absolute;
  top: min(47.76cqw, 917px);
  margin: 0;
  color: var(--ap-white);
  font-size: min(1.146cqw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.03em;
}

.ap-hero__intro {
  left: min(8.438cqw, 162px);
  width: min(32.24cqw, 619px);
}

.ap-hero__side {
  left: min(64.948cqw, 1247px);
  width: min(19.635cqw, 377px);
}

.ap-stat-grid {
  position: absolute;
  top: min(67.604cqw, 1298px);
  left: min(8.333cqw, 160px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(83.333cqw, 1600px);
}

.ap-stat:nth-child(2) { padding-left: min(.313cqw, 6px); }
.ap-stat:nth-child(3) { padding-left: min(.833cqw, 16px); }
.ap-stat:nth-child(4) { padding-left: min(.99cqw, 19px); }

.ap-stat__value {
  display: flex;
  align-items: flex-start;
  gap: min(.365cqw, 7px);
  height: min(3.281cqw, 63px);
  margin: 0;
  color: var(--ap-white);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}

.ap-stat__value span {
  font-size: min(3.646cqw, 70px);
}

.ap-stat__value sup {
  position: static;
  width: auto;
  font-size: min(2.604cqw, 50px);
  line-height: .9;
  vertical-align: baseline;
}

.ap-stat__label {
  margin: min(.573cqw, 11px) 0 0;
  color: var(--ap-white);
  font-size: min(1.146cqw, 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.03em;
}

.ap-about {
  position: relative;
  height: min(105.156cqw, 2019px);
  background: var(--ap-paper);
  color: var(--ap-ink);
}

.ap-about::before {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 min(8.333cqw, 160px);
  width: min(83.333cqw, 1600px);
  border-right: 1px solid rgba(51, 51, 51, .1);
  background-image: repeating-linear-gradient(
    to right,
    rgba(51, 51, 51, .1) 0,
    rgba(51, 51, 51, .1) 1px,
    transparent 1px,
    transparent 25%
  );
  content: "";
  pointer-events: none;
}

.ap-about__canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.ap-about__label {
  position: absolute;
  top: min(3.75cqw, 72px);
  left: min(8.333cqw, 160px);
  margin: 0;
  font-size: min(1.146cqw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.03em;
}

.ap-about__title {
  position: absolute;
  top: min(9.792cqw, 188px);
  left: min(22.448cqw, 431px);
  width: min(54.792cqw, 1052px);
  margin: 0;
  font-size: min(3.125cqw, 60px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.ap-about__intro {
  position: absolute;
  top: min(22.813cqw, 438px);
  left: min(29.635cqw, 569px);
  width: min(39.948cqw, 767px);
  margin: 0;
  font-size: min(1.146cqw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.02em;
}

.ap-service {
  position: absolute;
  margin: 0;
}

.ap-service--interior {
  top: min(31.302cqw, 601px);
  left: min(22.5cqw, 432px);
  width: min(26.719cqw, 513px);
}

.ap-service--architecture {
  top: min(44.583cqw, 856px);
  left: min(57.917cqw, 1112px);
  width: min(26.719cqw, 513px);
}

.ap-service--construction {
  top: min(69.792cqw, 1340px);
  left: min(22.448cqw, 431px);
  width: min(19.635cqw, 377px);
}

.ap-service__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ap-service__title {
  margin: min(1.042cqw, 20px) 0 0;
  font-size: min(1.302cqw, 25px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.03em;
}

.ap-service__copy {
  margin: 0;
  color: rgba(51, 51, 51, .5);
  font-size: min(.938cqw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.02em;
}

@media (max-width: 1480px) {
  .ap-primary-nav__list,
  .ap-phone,
  .ap-header-cta {
    gap: min(1.7cqw, 26px);
  }

  .ap-phone,
  .ap-header-cta {
    margin-left: min(1.7cqw, 26px);
  }
}

@media (max-width: 1180px) {
  .ap-site-header__inner {
    width: 90cqw;
  }

  .ap-brand {
    flex-basis: 23cqw;
  }

  .ap-primary-nav__list {
    gap: 1.3cqw;
  }

  .ap-primary-nav a,
  .ap-phone,
  .ap-header-cta {
    font-size: max(11px, .78cqw);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
