/* Автоматически ограничено селектором .qc-page - см. scope_css.py */
:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --color-dark: #242424;
  --color-dark-deep: #1e1e1e;
  --color-light: #ffffff;
  --color-muted: #f3f1ee;
  --color-accent: #8b4f2b;
  --color-accent-hover: #6f3d20;
  --color-line: #b88463;
  --color-text-muted: #6f6f6f;
  --color-danger: #f0a58a;
  --container: 1180px;
  --header-height: 74px;
  --section-space: clamp(84px, 9vw, 144px);
  --shadow: 0 24px 70px rgba(21, 18, 16, 0.18);
}
.qc-page,
.qc-page *,
.qc-page *::before,
.qc-page *::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.qc-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--color-dark-deep);
  background: var(--color-light);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
.qc-page.modal-open,
.qc-page.menu-open {
  overflow: hidden;
}
.qc-page img {
  display: block;
  max-width: 100%;
}
.qc-page a {
  color: inherit;
  text-underline-offset: 0.2em;
}
.qc-page button,
.qc-page input,
.qc-page textarea {
  font: inherit;
}
.qc-page button,
.qc-page a,
.qc-page input,
.qc-page textarea {
  -webkit-tap-highlight-color: transparent;
}
.qc-page button {
  color: inherit;
}
.qc-page :focus-visible {
  outline: 3px solid #dca780;
  outline-offset: 4px;
}
.qc-page ::selection {
  color: var(--color-light);
  background: var(--color-accent);
}
.qc-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.qc-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.qc-page .skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--color-accent);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}
.qc-page .skip-link:focus {
  transform: translateY(0);
}
.qc-page h1,
.qc-page h2,
.qc-page h3,
.qc-page p {
  margin-top: 0;
}
.qc-page h1,
.qc-page h2,
.qc-page h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.04;
}
.qc-page h2 {
  margin-bottom: 28px;
  font-size: clamp(36px, 4.3vw, 62px);
  letter-spacing: -0.035em;
}
.qc-page h3 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.2vw, 31px);
}
.qc-page .lead {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.46;
}
.qc-page .section {
  position: relative;
  padding-block: var(--section-space);
}
.qc-page .section-dark {
  color: var(--color-light);
  background: var(--color-dark-deep);
}
.qc-page .section-muted {
  background: var(--color-muted);
}
.qc-page .eyebrow {
  margin-bottom: 22px;
  color: #e0b08f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.qc-page .eyebrow-dark {
  color: var(--color-accent);
}
.qc-page .accent-rule {
  width: 156px;
  height: 1px;
  margin-top: 36px;
  background: var(--color-accent);
}
.qc-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.qc-page .button:hover {
  transform: translateY(-2px);
}
.qc-page .button:active {
  transform: translateY(0);
}
.qc-page .button-primary {
  color: var(--color-light);
  background: var(--color-accent);
}
.qc-page .button-primary:hover {
  background: var(--color-accent-hover);
}
.qc-page .button-outline-light {
  color: var(--color-light);
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}
.qc-page .button-outline-light:hover {
  color: var(--color-dark);
  background: var(--color-light);
}
.qc-page .site-header {
  position: fixed;
  z-index: 1000;
  top: 24px;
  left: 50%;
  width: min(1480px, calc(100% - 48px));
  color: #151515;
  transform: translateX(-50%);
  transition:
    top 0.25s ease,
    width 0.25s ease,
    box-shadow 0.25s ease;
}
.qc-page .site-header.is-scrolled {
  top: 0;
  width: 100%;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.18);
}
.qc-page .header-shell {
  display: flex;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 22px;
  background: #fff;
}
.qc-page .brand {
  flex: 0 0 auto;
  width: 168px;
  margin-right: clamp(22px, 2.3vw, 44px);
}
.qc-page .brand img {
  width: 100%;
  height: auto;
}
.qc-page .desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.15vw, 22px);
  min-width: 0;
}
.qc-page .desktop-nav a,
.qc-page .header-actions a,
.qc-page .mobile-menu a {
  text-decoration: none;
}
.qc-page .desktop-nav a {
  position: relative;
  padding: 27px 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
.qc-page .desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--color-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.qc-page .desktop-nav a:hover::after,
.qc-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.qc-page .header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  padding-left: 24px;
}
.qc-page .header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 12px;
}
.qc-page .phone-glyph {
  width: 16px;
  height: 20px;
  color: #151515;
  font-size: 15px;
  line-height: 20px;
}
.qc-page .languages {
  display: flex;
  margin-left: 6px;
  font-size: 11px;
}
.qc-page .languages a,
.qc-page .languages .lang-pending {
  padding: 7px 8px;
  background: #eee;
}
.qc-page .languages a[aria-current="page"] {
  color: #fff;
  background: var(--color-accent);
}
.qc-page .languages .lang-pending {
  color: #b8b8b8;
  cursor: not-allowed;
  user-select: none;
}
.qc-page .services-link {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 12px;
}
.qc-page .grid-icon {
  display: grid;
  grid-template-columns: repeat(3, 3px);
  gap: 3px;
}
.qc-page .grid-icon i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}
.qc-page .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.qc-page .menu-toggle > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.qc-page .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}
.qc-page .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  opacity: 0;
}
.qc-page .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}
.qc-page .mobile-menu {
  display: grid;
  max-height: calc(100vh - 74px);
  padding: 22px 24px 30px;
  overflow-y: auto;
  border-top: 1px solid #ddd;
  background: #fff;
}
.qc-page .mobile-menu[hidden] {
  display: none;
}
.qc-page .mobile-menu a {
  padding: 14px 0;
  border-bottom: 1px solid #e6e2df;
  font-family: var(--font-heading);
  font-size: 24px;
}
.qc-page .hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100vh);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.qc-page .hero-media,
.qc-page .hero-blueprint,
.qc-page .hero::before,
.qc-page .hero::after {
  position: absolute;
  inset: 0;
  content: "";
}
.qc-page .hero-media {
  z-index: -4;
  background: url("../images/quality-control/hero.webp") center / cover
    no-repeat;
  animation: heroZoom 18s ease-out both;
}
.qc-page .hero-blueprint {
  z-index: -2;
  background: url("../images/quality-control/blueprint.webp") right 12% bottom
    13% / 65% auto no-repeat;
  mix-blend-mode: screen;
  opacity: 0.28;
  animation: blueprintReveal 2.2s 0.4s both;
}
.qc-page .hero::before {
  z-index: -3;
  background: linear-gradient(
    90deg,
    rgba(15, 16, 17, 0.8) 0%,
    rgba(17, 19, 20, 0.58) 49%,
    rgba(12, 15, 17, 0.7) 100%
  );
}
.qc-page .hero::after {
  z-index: -1;
  background: radial-gradient(
    circle at 27% 34%,
    rgba(255, 192, 135, 0.2),
    transparent 24%
  );
  animation: lightDrift 8s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1.13);
  }
}

@keyframes blueprintReveal {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 0.28;
    transform: translateX(0);
  }
}

@keyframes lightDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(7%);
  }
}

.hero-content {
  align-self: center;
  padding-top: 128px;
  padding-bottom: 116px;
}
.qc-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}
.qc-page .breadcrumbs a {
  text-decoration: none;
}
.qc-page .hero h1 {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: clamp(54px, 6.2vw, 100px);
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.qc-page .hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.48;
}
.qc-page .hero-principle {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 720px;
  margin-bottom: 34px;
  padding: 15px 20px;
  border-left: 1px solid var(--color-line);
  background: rgba(22, 22, 22, 0.48);
  backdrop-filter: blur(8px);
}
.qc-page .hero-principle-number {
  color: var(--color-line);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.qc-page .hero-principle p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.22;
}
.qc-page .hero-scan-marker {
  position: absolute;
  z-index: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(226, 173, 133, 0.86);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(226, 173, 133, 0.12);
  animation: markerPulse 3.2s ease-in-out infinite;
}
.qc-page .hero-scan-marker::before,
.qc-page .hero-scan-marker::after {
  position: absolute;
  background: rgba(226, 173, 133, 0.5);
  content: "";
}
.qc-page .hero-scan-marker::before {
  top: 7px;
  left: -30px;
  width: 60px;
  height: 1px;
}
.qc-page .hero-scan-marker::after {
  top: -30px;
  left: 7px;
  width: 1px;
  height: 60px;
}
.qc-page .marker-a {
  top: 32%;
  right: 17%;
}
.qc-page .marker-b {
  top: 62%;
  right: 31%;
  animation-delay: 0.7s;
}
.qc-page .marker-c {
  top: 44%;
  right: 7%;
  animation-delay: 1.4s;
}
@keyframes markerPulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(226, 173, 133, 0.12);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(226, 173, 133, 0.02);
  }
}

.scroll-cue {
  position: absolute;
  right: 42px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.qc-page .scroll-cue span {
  position: relative;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.38);
}
.qc-page .scroll-cue span::after {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}
.qc-page .intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 52px 90px;
  align-items: start;
}
.qc-page .intro-copy p:last-child {
  margin-bottom: 0;
}
.qc-page .intro-copy {
  grid-column: 1 / -1;
}
.qc-page .intro-visual {
  position: relative;
  grid-column: 1 / -1;
  min-height: 500px;
  margin-top: 24px;
}
.qc-page .intro-photo {
  width: min(73%, 850px);
  height: 500px;
  margin-left: auto;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.qc-page .intro-grid-image {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 54%;
  height: 220px;
  object-fit: cover;
  opacity: 0.94;
}
.qc-page .intro-caption {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 54%;
  height: 220px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  padding-right: 24px;
  max-width: 400px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.17;
  box-sizing: border-box;
}
.qc-page .split-heading {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 62px;
}
.qc-page .split-heading h2,
.qc-page .split-heading p:not(.eyebrow) {
  margin-bottom: 0;
}
.qc-page .split-heading > p:last-child {
  padding-top: 0.5em;
  color: var(--color-text-muted);
}
.qc-page .split-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}
.qc-page .section-index {
  align-self: start;
  padding-top: 0.7em;
  color: var(--color-accent);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.qc-page .benefits-section {
  padding-top: 28px;
}
.qc-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfc9c4;
  border-bottom: 1px solid #cfc9c4;
}
.qc-page .benefit-card {
  position: relative;
  min-height: 360px;
  padding: 30px 24px 38px;
  border-right: 0;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.qc-page .benefit-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: #cfc9c4;
}
.qc-page .benefit-card:hover {
  background: var(--color-muted);
  transform: translateY(-8px);
}
.qc-page .benefit-card > span {
  display: block;
  margin-bottom: 40px;
  color: var(--color-accent);
  font-size: 12px;
}
.qc-page .benefit-card h3 {
  font-size: 27px;
  margin-bottom: 18px;
}
.qc-page .benefit-card p {
  margin-bottom: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
.qc-page .control-map-section {
  overflow: hidden;
  padding-top: calc(var(--section-space) + 28px);
  padding-bottom: calc(var(--section-space) + 12px);
}
.qc-page .control-map-section .split-heading {
  margin-bottom: 78px;
}
.qc-page .control-map-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 42% 34%,
    rgba(184, 132, 99, 0.09),
    transparent 34%
  );
  content: "";
}
.qc-page .control-map-section .container {
  position: relative;
}
.qc-page .control-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.72fr);
  gap: 38px;
  align-items: stretch;
}
.qc-page .control-map {
  position: relative;
  min-height: 0;
  aspect-ratio: 99 / 64;
  overflow: hidden;
  border: 1px solid rgba(184, 132, 99, 0.34);
  background: #17191a;
}
.qc-page .control-map::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(11, 14, 16, 0.46),
      rgba(11, 14, 16, 0.08) 54%,
      rgba(11, 14, 16, 0.36)
    ),
    linear-gradient(0deg, rgba(10, 12, 13, 0.42), transparent 48%);
  content: "";
  pointer-events: none;
}
.qc-page .control-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78) saturate(0.78);
}
.qc-page .control-map-caption {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.qc-page .control-marker {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  color: #fff;
  background: rgba(22, 24, 25, 0.82);
  backdrop-filter: blur(4px);
  cursor: pointer;
  font-size: 11px;
  transform: translate(-50%, -50%);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.qc-page .control-marker::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(184, 132, 99, 0.25);
  border-radius: 50%;
  content: "";
}
.qc-page .control-marker:hover,
.qc-page .control-marker.is-active {
  background: var(--color-accent);
  box-shadow: 0 0 0 12px rgba(139, 79, 43, 0.18);
  transform: translate(-50%, -50%) scale(1.08);
}
.qc-page .control-point-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  min-height: 100%;
  padding: 52px 28px;
  color: var(--color-dark);
  background: var(--color-light);
}
.qc-page .control-card-number {
  margin-bottom: clamp(52px, 7vw, 92px);
  color: var(--color-accent);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.qc-page .control-point-card h3 {
  margin-bottom: 24px;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.08;
  text-wrap: balance;
}
.qc-page .control-point-card p {
  margin-bottom: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.72;
}
.qc-page .control-mobile-list {
  display: none;
}
.qc-page .control-map-section blockquote {
  max-width: 930px;
  margin: 76px 0 0;
  padding-left: 38px;
  border-left: 1px solid var(--color-line);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 57px);
  line-height: 1.12;
}
.qc-page .process-stepper {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid #bcb5af;
}
.qc-page .process-step {
  position: relative;
  min-height: 154px;
  padding: 23px 14px;
  border: 0;
  border-right: 1px solid #d0cbc7;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.qc-page .process-step::before {
  position: absolute;
  top: -4px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aaa;
  content: "";
}
.qc-page .process-step.is-active::before,
.qc-page .process-step:hover::before {
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(139, 79, 43, 0.13);
}
.qc-page .process-step span {
  display: block;
  margin-bottom: 28px;
  color: var(--color-accent);
  font-size: 11px;
}
.qc-page .process-step b {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 400;
}
.qc-page .process-detail {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 42px;
  align-content: start;
  min-height: 330px;
  margin-top: 34px;
  padding: 54px 58px;
  overflow: hidden;
  color: #fff;
  background: #202020 url("../images/quality-control/hero.webp") right 38%
    center / cover no-repeat;
}
.qc-page .process-detail::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 26, 26, 0.98) 0%,
    rgba(27, 27, 27, 0.94) 48%,
    rgba(27, 27, 27, 0.68) 72%,
    rgba(27, 27, 27, 0.42) 100%
  );
  content: "";
}
.qc-page .process-detail > span {
  color: var(--color-line);
  font-family: var(--font-heading);
  font-size: 70px;
  line-height: 0.9;
}
.qc-page .process-detail h3 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 54px);
}
.qc-page .process-detail p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.68;
}
.qc-page .tab-list {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid #c8c1bc;
  scrollbar-width: thin;
}
.qc-page .tab-list button {
  flex: 0 0 auto;
  padding: 18px 22px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #666;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
}
.qc-page .tab-list button[aria-selected="true"] {
  color: var(--color-dark);
  border-color: var(--color-accent);
}
.qc-page .tab-panel {
  position: relative;
  display: flow-root;
  min-height: 780px;
  margin-top: 38px;
  padding-bottom: 36px;
  background: transparent;
}
.qc-page .tab-panel[hidden] {
  display: none;
}
.qc-page .tab-image-wrap {
  position: relative;
  width: 75%;
  min-height: 0;
  aspect-ratio: 1073 / 651;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 18px 55px rgba(44, 38, 34, 0.12);
}
.qc-page .tab-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qc-page .tab-image-wrap::after {
  position: absolute;
  inset: 0;
  border: 20px solid rgba(255, 255, 255, 0.1);
  content: "";
}
.qc-page .tab-content {
  position: relative;
  z-index: 2;
  width: 72%;
  min-height: 430px;
  margin: -112px 0 0 auto;
  padding: clamp(40px, 4.3vw, 62px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(44, 38, 34, 0.15);
}
.qc-page .tab-content h3 {
  margin-bottom: 30px;
  font-size: clamp(34px, 4vw, 52px);
}
.qc-page .tab-content dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
  margin: 0;
}
.qc-page .tab-content dl > div {
  padding-top: 18px;
  border-top: 1px solid #d8d1cc;
}
.qc-page .tab-content dt {
  margin-top: 0;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.qc-page .tab-content dd {
  margin: 8px 0 0;
  color: #4f4b48;
  font-size: 15px;
  line-height: 1.55;
}
.qc-page .tab-content ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
.qc-page .directions-note {
  max-width: 900px;
  margin: 30px 0 0;
  padding-left: 24px;
  border-left: 1px solid var(--color-line);
  color: #67605c;
  font-size: 14px;
}
.qc-page .path-scroll {
  overflow-x: auto;
  padding: 12px 0 24px;
  scrollbar-color: var(--color-accent) #ddd;
}
.qc-page .path-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(132px, 1fr));
  min-width: 1040px;
}
.qc-page .path-track::before {
  position: absolute;
  top: 28px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: #aaa;
  content: "";
}
.qc-page .path-step {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.qc-page .path-step i {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin: 19px auto 26px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #a9a9a9;
  box-shadow: 0 0 0 1px #a9a9a9;
}
.qc-page .path-step.is-active i,
.qc-page .path-step:hover i {
  background: var(--color-accent);
  box-shadow:
    0 0 0 1px var(--color-accent),
    0 0 0 9px rgba(139, 79, 43, 0.11);
}
.qc-page .path-step span {
  display: block;
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 1.25;
}
.qc-page .path-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  padding: 0;
  border: 1px solid #cac4bf;
}
.qc-page .path-detail > div {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid #cac4bf;
}
.qc-page .path-detail > div:last-child {
  border-right: 0;
}
.qc-page .path-detail span {
  display: block;
  margin-bottom: 25px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.qc-page .path-detail p {
  margin-bottom: 0;
}
.qc-page .stop-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-space);
  color: var(--color-dark);
  background: #eee7df;
}
.qc-page .stop-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 55%;
  background:
    linear-gradient(
      90deg,
      rgba(238, 231, 223, 0.98) 0%,
      rgba(238, 231, 223, 0.78) 42%,
      rgba(238, 231, 223, 0.46) 100%
    ),
    url("../images/quality-control/general-waterproofing.jpg") center 28% /
      cover no-repeat;
  content: "";
  opacity: 0.86;
}
.qc-page .stop-section::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 18%,
    rgba(238, 231, 223, 0.72) 48%,
    #eee7df 70%
  );
  content: "";
  pointer-events: none;
}
.qc-page .stop-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.8fr);
  gap: 60px 90px;
}
.qc-page .stop-copy {
  padding-top: 40px;
  color: rgba(33, 31, 29, 0.74);
}
.qc-page .stop-progress-label {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  color: #72523f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.qc-page .stop-flow {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
}
.qc-page .stop-flow::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 18px;
  border: 1px solid #503a2e;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #422d21 0%,
    #6f4e39 82%,
    rgba(255, 255, 255, 0.25) 82%,
    rgba(255, 255, 255, 0.25) 100%
  );
  box-shadow: inset 0 1px 5px rgba(64, 43, 29, 0.22);
  content: "";
}
.qc-page .stop-flow li {
  position: relative;
  min-height: 118px;
  padding: 20px 16px 12px;
  border-right: 1px solid rgba(72, 48, 34, 0.18);
  font-family: var(--font-heading);
  font-size: 18px;
}
.qc-page .stop-flow li:last-child {
  border-right: 0;
}
.qc-page .stop-flow li::after {
  display: none;
}
.qc-page .stop-flow li:last-child::after {
  display: none;
}
.qc-page .stop-flow span {
  display: block;
  margin-bottom: 26px;
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 11px;
}
.qc-page .client-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: 60px 110px;
}
.qc-page .client-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: client;
}
.qc-page .client-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #d6d0cb;
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.25;
  counter-increment: client;
}
.qc-page .client-list li::before {
  flex: 0 0 32px;
  color: var(--color-accent);
  content: counter(client, decimal-leading-zero);
  font-family: var(--font-body);
  font-size: 11px;
}
.qc-page .privacy-note {
  grid-column: 2;
  padding: 30px;
  color: #fff;
  background: var(--color-dark);
}
.qc-page .privacy-note span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.qc-page .privacy-note p {
  margin-bottom: 0;
}
.qc-page .documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 90px;
  align-items: center;
}
.qc-page .documents-grid > div:first-child > p:last-child {
  max-width: 620px;
}
.qc-page .document-links {
  display: grid;
  border-top: 1px solid #c9c3be;
}
.qc-page .document-link {
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #c9c3be;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.qc-page .document-link span:first-child {
  color: var(--color-accent);
  font-size: 11px;
}
.qc-page .document-link strong {
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 400;
}
.qc-page .document-link span:last-child {
  font-size: 22px;
  transition: transform 0.2s ease;
}
.qc-page .document-link:hover span:last-child {
  transform: translateX(5px);
}
.qc-page .michael-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.05fr);
  gap: 90px;
  align-items: center;
}
.qc-page .michael-photo {
  margin: 0;
}
.qc-page .michael-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 30%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.qc-page .michael-photo figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}
.qc-page .michael-copy h2 {
  font-size: clamp(42px, 5vw, 68px);
}
.qc-page .michael-copy > p:not(.eyebrow):not(.michael-role) {
  color: rgba(255, 255, 255, 0.72);
}
.qc-page .michael-role {
  margin-bottom: 30px;
  color: var(--color-line);
  font-family: var(--font-heading);
  font-size: 22px;
}
.qc-page .qualification-card {
  display: grid;
  gap: 10px;
  margin: 36px 0;
  padding: 26px 28px;
  border-left: 2px solid var(--color-line);
  background: rgba(255, 255, 255, 0.05);
}
.qc-page .qualification-card span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.qc-page .qualification-card strong {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28;
}
.qc-page .qualification-card b {
  color: var(--color-line);
  font-size: 14px;
  font-weight: 400;
}
.qc-page .career-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.qc-page .career-timeline::before {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  height: 1px;
  background: #bbb;
  content: "";
}
.qc-page .career-timeline li {
  position: relative;
  padding: 0 18px;
}
.qc-page .career-timeline li:first-child {
  padding-left: 0;
}
.qc-page .career-timeline li:last-child {
  padding-right: 0;
}
.qc-page .career-timeline li::before {
  position: absolute;
  top: 39px;
  left: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 1px var(--color-accent);
  content: "";
}
.qc-page .career-timeline li:first-child::before {
  left: 0;
}
.qc-page .career-year {
  display: block;
  margin-bottom: 57px;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
}
.qc-page .career-timeline h3 {
  font-size: 20px;
}
.qc-page .career-timeline p {
  color: #666;
  font-size: 14px;
}
.qc-page .risks-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 90px;
}
.qc-page .risk-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qc-page .risk-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cbc5c0;
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.3;
}
.qc-page .risk-list span {
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 11px;
}
.qc-page .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: start;
}
.qc-page .faq-heading {
  position: sticky;
  top: 120px;
}
.qc-page .faq-heading-title {
  display: flex;
  flex-direction: column;
}
.qc-page .faq-heading-title .faq-line {
  display: block;
}
.qc-page .faq-heading-title .faq-line:nth-child(1) {
  margin-bottom: 5mm;
}
.qc-page .faq-heading-title .faq-line:nth-child(2) {
  margin-bottom: 5mm;
}
.qc-page .accordion {
  border-top: 1px solid #bfb9b4;
}
.qc-page .accordion-item {
  border-bottom: 1px solid #bfb9b4;
}
.qc-page .accordion-trigger {
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 25px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
}
.qc-page .accordion-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
}
.qc-page .accordion-icon::before,
.qc-page .accordion-icon::after {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 10px;
  height: 1px;
  background: var(--color-accent);
  content: "";
  transition: transform 0.2s ease;
}
.qc-page .accordion-icon::after {
  transform: rotate(90deg);
}
.qc-page .accordion-trigger[aria-expanded="true"] .accordion-icon::after {
  transform: rotate(0deg);
}
.qc-page .accordion-panel {
  padding: 0 60px 26px 0;
  color: #5d5955;
}
.qc-page .accordion-panel[hidden] {
  display: none;
}
.qc-page .accordion-panel p {
  margin: 0;
}
.qc-page .project-section {
  position: relative;
  display: block;
  min-height: 770px;
  overflow: hidden;
  color: #fff;
  background: var(--color-dark-deep);
}
.qc-page .project-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(15, 15, 15, 0.04), rgba(15, 15, 15, 0.18)),
    url("../images/quality-control/project-study.webp") 42% center / cover
      no-repeat;
}
.qc-page .project-panel {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: 50%;
  min-height: 770px;
  margin-left: auto;
  padding: clamp(54px, 6vw, 100px);
  background: rgba(29, 29, 29, 0.91);
  backdrop-filter: blur(2px);
}
.qc-page .project-panel-inner {
  width: min(620px, 100%);
}
.qc-page .project-panel h2 {
  font-size: clamp(40px, 4vw, 60px);
}
.qc-page .project-panel-inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.65);
}
.qc-page .field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  margin-top: 42px;
}
.qc-page .field {
  display: grid;
  align-content: start;
}
.qc-page .field-comment {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.qc-page .field label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
.qc-page .field input,
.qc-page .field textarea {
  width: 100%;
  min-height: 42px;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0;
  color: #fff;
  background: transparent;
  outline: 0;
  resize: vertical;
}
.qc-page .field textarea {
  min-height: 142px;
}
.qc-page .field input:focus,
.qc-page .field textarea:focus {
  border-color: var(--color-line);
  box-shadow: 0 1px 0 var(--color-line);
}
.qc-page .field input[aria-invalid="true"],
.qc-page .field textarea[aria-invalid="true"] {
  border-color: var(--color-danger);
}
.qc-page .field-error {
  display: block;
  min-height: 20px;
  margin-top: 4px;
  color: var(--color-danger);
  font-size: 12px;
  line-height: 1.3;
}
.qc-page .file-area {
  margin: 26px 0 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.qc-page .file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.qc-page .file-input:focus-visible + .file-label {
  outline: 3px solid #dca780;
  outline-offset: 4px;
}
.qc-page .file-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.qc-page .file-label span {
  color: var(--color-line);
  font-size: 25px;
  font-weight: 400;
}
.qc-page .file-area > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.qc-page .file-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.qc-page .file-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.qc-page .file-list button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.qc-page .consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.qc-page .consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--color-accent);
}
.qc-page .form-submit {
  min-width: 220px;
  margin-top: 14px;
}
.qc-page .form-demo-note {
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 11px;
}
.qc-page .form-success {
  padding: 36px;
  border: 1px solid rgba(184, 132, 99, 0.56);
  background: rgba(255, 255, 255, 0.04);
}
.qc-page .form-success[hidden] {
  display: none;
}
.qc-page .form-success > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  color: var(--color-line);
  font-size: 28px;
}
.qc-page .form-success h3 {
  font-size: 42px;
}
.qc-page .form-success p {
  color: rgba(255, 255, 255, 0.72);
}
.qc-page .footer {
  padding: 60px 0 30px;
  background: #242424;
}
.qc-page .footer__logo {
  margin-bottom: 40px;
  text-align: center;
}
.qc-page .footer__logo img {
  vertical-align: top;
  max-width: 240px;
  height: auto;
}
.qc-page .footer-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}
.qc-page .footer__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.qc-page .footer__links > div:not(:last-child) {
  margin-bottom: 20px;
}
.qc-page .footer__links a {
  font-family: var(--font-heading);
  transition: color 0.25s;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.qc-page .footer__links a:hover {
  color: #794a2d;
}
.qc-page .footer__socials > div:not(:last-child) {
  margin-bottom: 15px;
}
.qc-page .footer__socials a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-left: 36px;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 0.25s;
}
.qc-page .footer__socials a span {
  width: 24px;
  height: 24px;
  position: absolute;
  mask-position: left center;
  -webkit-mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qc-page .footer__socials a.pinterest span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.04C6.5 2.04 2 6.53 2 12.04c0 4.24 2.62 7.86 6.33 9.32-.09-.79-.17-2 .03-2.87.19-.78 1.2-4.94 1.2-4.94s-.3-.61-.3-1.52c0-1.42.83-2.48 1.86-2.48.88 0 1.3.66 1.3 1.45 0 .88-.56 2.2-.85 3.42-.24 1.02.51 1.85 1.51 1.85 1.82 0 3.21-1.92 3.21-4.68 0-2.45-1.76-4.16-4.28-4.16-2.91 0-4.62 2.18-4.62 4.44 0 .88.34 1.82.76 2.33.08.1.09.19.07.29-.08.32-.25 1.02-.29 1.16-.05.19-.15.23-.35.14-1.3-.61-2.11-2.5-2.11-4.03 0-3.28 2.38-6.29 6.87-6.29 3.61 0 6.41 2.57 6.41 6.01 0 3.59-2.26 6.47-5.4 6.47-1.05 0-2.04-.55-2.38-1.19l-.65 2.47c-.23.9-.87 2.02-1.29 2.71.97.3 2 .46 3.07.46 5.5 0 10-4.49 10-10S17.5 2.04 12 2.04z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.04C6.5 2.04 2 6.53 2 12.04c0 4.24 2.62 7.86 6.33 9.32-.09-.79-.17-2 .03-2.87.19-.78 1.2-4.94 1.2-4.94s-.3-.61-.3-1.52c0-1.42.83-2.48 1.86-2.48.88 0 1.3.66 1.3 1.45 0 .88-.56 2.2-.85 3.42-.24 1.02.51 1.85 1.51 1.85 1.82 0 3.21-1.92 3.21-4.68 0-2.45-1.76-4.16-4.28-4.16-2.91 0-4.62 2.18-4.62 4.44 0 .88.34 1.82.76 2.33.08.1.09.19.07.29-.08.32-.25 1.02-.29 1.16-.05.19-.15.23-.35.14-1.3-.61-2.11-2.5-2.11-4.03 0-3.28 2.38-6.29 6.87-6.29 3.61 0 6.41 2.57 6.41 6.01 0 3.59-2.26 6.47-5.4 6.47-1.05 0-2.04-.55-2.38-1.19l-.65 2.47c-.23.9-.87 2.02-1.29 2.71.97.3 2 .46 3.07.46 5.5 0 10-4.49 10-10S17.5 2.04 12 2.04z' fill='white'/%3E%3C/svg%3E");
}
.qc-page .footer__socials a.vk span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3625 9.618C21.3625 9.618 23.3029 11.5344 23.7829 12.4212C23.7922 12.434 23.7995 12.4482 23.8045 12.4632C24.0001 12.7908 24.0481 13.0476 23.9521 13.2372C23.7901 13.5504 23.2417 13.7076 23.0557 13.7208H19.6261C19.3873 13.7208 18.8905 13.6584 18.2857 13.2408C17.8237 12.918 17.3641 12.3864 16.9189 11.8668C16.2541 11.0952 15.6793 10.4256 15.0973 10.4256C15.0238 10.4254 14.9508 10.4376 14.8813 10.4616C14.4409 10.6008 13.8817 11.2284 13.8817 12.9C13.8817 13.4232 13.4689 13.7208 13.1797 13.7208H11.6089C11.0737 13.7208 8.28731 13.5336 5.81651 10.9284C2.78891 7.7388 0.0697081 1.3404 0.0433081 1.284C-0.125892 0.87 0.229308 0.6444 0.613308 0.6444H4.07651C4.54091 0.6444 4.69211 0.9252 4.79771 1.1772C4.92011 1.4664 5.37371 2.6232 6.11771 3.9228C7.32251 6.0372 8.06291 6.8976 8.65451 6.8976C8.76566 6.89793 8.87492 6.86895 8.97131 6.8136C9.74411 6.3888 9.60011 3.6288 9.56411 3.06C9.56411 2.9496 9.56291 1.8276 9.16691 1.2852C8.88371 0.8964 8.40131 0.7452 8.10971 0.69C8.18771 0.5772 8.35331 0.4044 8.56571 0.3024C9.09491 0.0383998 10.0513 0 11.0005 0H11.5273C12.5569 0.0144 12.8233 0.0803999 13.1977 0.1752C13.9513 0.3552 13.9657 0.8436 13.8997 2.5068C13.8805 2.982 13.8601 3.5172 13.8601 4.1472C13.8601 4.2816 13.8541 4.4316 13.8541 4.584C13.8313 5.4372 13.8013 6.3984 14.4037 6.7932C14.4818 6.84187 14.5721 6.86765 14.6641 6.8676C14.8729 6.8676 15.4981 6.8676 17.1937 3.9576C17.9377 2.6724 18.5137 1.1568 18.5533 1.0428C18.5869 0.9792 18.6877 0.8004 18.8101 0.7284C18.8972 0.682074 18.9947 0.658933 19.0933 0.6612H23.1673C23.6113 0.6612 23.9125 0.7284 23.9713 0.8964C24.0697 1.1688 23.9521 2.0004 22.0921 4.5156C21.7789 4.9344 21.5041 5.2968 21.2629 5.6136C19.5769 7.8264 19.5769 7.938 21.3625 9.618Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3625 9.618C21.3625 9.618 23.3029 11.5344 23.7829 12.4212C23.7922 12.434 23.7995 12.4482 23.8045 12.4632C24.0001 12.7908 24.0481 13.0476 23.9521 13.2372C23.7901 13.5504 23.2417 13.7076 23.0557 13.7208H19.6261C19.3873 13.7208 18.8905 13.6584 18.2857 13.2408C17.8237 12.918 17.3641 12.3864 16.9189 11.8668C16.2541 11.0952 15.6793 10.4256 15.0973 10.4256C15.0238 10.4254 14.9508 10.4376 14.8813 10.4616C14.4409 10.6008 13.8817 11.2284 13.8817 12.9C13.8817 13.4232 13.4689 13.7208 13.1797 13.7208H11.6089C11.0737 13.7208 8.28731 13.5336 5.81651 10.9284C2.78891 7.7388 0.0697081 1.3404 0.0433081 1.284C-0.125892 0.87 0.229308 0.6444 0.613308 0.6444H4.07651C4.54091 0.6444 4.69211 0.9252 4.79771 1.1772C4.92011 1.4664 5.37371 2.6232 6.11771 3.9228C7.32251 6.0372 8.06291 6.8976 8.65451 6.8976C8.76566 6.89793 8.87492 6.86895 8.97131 6.8136C9.74411 6.3888 9.60011 3.6288 9.56411 3.06C9.56411 2.9496 9.56291 1.8276 9.16691 1.2852C8.88371 0.8964 8.40131 0.7452 8.10971 0.69C8.18771 0.5772 8.35331 0.4044 8.56571 0.3024C9.09491 0.0383998 10.0513 0 11.0005 0H11.5273C12.5569 0.0144 12.8233 0.0803999 13.1977 0.1752C13.9513 0.3552 13.9657 0.8436 13.8997 2.5068C13.8805 2.982 13.8601 3.5172 13.8601 4.1472C13.8601 4.2816 13.8541 4.4316 13.8541 4.584C13.8313 5.4372 13.8013 6.3984 14.4037 6.7932C14.4818 6.84187 14.5721 6.86765 14.6641 6.8676C14.8729 6.8676 15.4981 6.8676 17.1937 3.9576C17.9377 2.6724 18.5137 1.1568 18.5533 1.0428C18.5869 0.9792 18.6877 0.8004 18.8101 0.7284C18.8972 0.682074 18.9947 0.658933 19.0933 0.6612H23.1673C23.6113 0.6612 23.9125 0.7284 23.9713 0.8964C24.0697 1.1688 23.9521 2.0004 22.0921 4.5156C21.7789 4.9344 21.5041 5.2968 21.2629 5.6136C19.5769 7.8264 19.5769 7.938 21.3625 9.618Z' fill='white'/%3E%3C/svg%3E");
}
.qc-page .footer__socials a.mail span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.71181 3.97081C10.2303 3.65621 13.7699 3.65621 17.2885 3.97081L18.8058 4.10648C20.3182 4.2417 21.5401 5.39708 21.7598 6.89951C22.2543 10.2818 22.2543 13.7181 21.7598 17.1004C21.5401 18.6029 20.3182 19.7582 18.8058 19.8935L17.2885 20.0291C13.7699 20.3437 10.2303 20.3437 6.71181 20.0291L5.19447 19.8935C3.6821 19.7582 2.46015 18.6029 2.2405 17.1004C1.74601 13.7181 1.74601 10.2818 2.2405 6.89951C2.46015 5.39708 3.6821 4.2417 5.19447 4.10648L6.71181 3.97081ZM5.8557 6.83962C5.62327 6.71446 5.34216 6.72072 5.11553 6.85608C4.8889 6.99145 4.75012 7.23599 4.75012 7.49997V17C4.75012 17.4142 5.08591 17.75 5.50012 17.75C5.91434 17.75 6.25012 17.4142 6.25012 17V8.75563L11.6445 11.6603C11.8665 11.7799 12.1337 11.7799 12.3557 11.6603L17.7501 8.75563V17C17.7501 17.4142 18.0859 17.75 18.5001 17.75C18.9143 17.75 19.2501 17.4142 19.2501 17V7.49997C19.2501 7.23599 19.1113 6.99145 18.8847 6.85608C18.6581 6.72072 18.377 6.71446 18.1445 6.83962L12.0001 10.1482L5.8557 6.83962Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.71181 3.97081C10.2303 3.65621 13.7699 3.65621 17.2885 3.97081L18.8058 4.10648C20.3182 4.2417 21.5401 5.39708 21.7598 6.89951C22.2543 10.2818 22.2543 13.7181 21.7598 17.1004C21.5401 18.6029 20.3182 19.7582 18.8058 19.8935L17.2885 20.0291C13.7699 20.3437 10.2303 20.3437 6.71181 20.0291L5.19447 19.8935C3.6821 19.7582 2.46015 18.6029 2.2405 17.1004C1.74601 13.7181 1.74601 10.2818 2.2405 6.89951C2.46015 5.39708 3.6821 4.2417 5.19447 4.10648L6.71181 3.97081ZM5.8557 6.83962C5.62327 6.71446 5.34216 6.72072 5.11553 6.85608C4.8889 6.99145 4.75012 7.23599 4.75012 7.49997V17C4.75012 17.4142 5.08591 17.75 5.50012 17.75C5.91434 17.75 6.25012 17.4142 6.25012 17V8.75563L11.6445 11.6603C11.8665 11.7799 12.1337 11.7799 12.3557 11.6603L17.7501 8.75563V17C17.7501 17.4142 18.0859 17.75 18.5001 17.75C18.9143 17.75 19.2501 17.4142 19.2501 17V7.49997C19.2501 7.23599 19.1113 6.99145 18.8847 6.85608C18.6581 6.72072 18.377 6.71446 18.1445 6.83962L12.0001 10.1482L5.8557 6.83962Z' fill='white'/%3E%3C/svg%3E%0A");
}
.qc-page .footer__socials a:hover {
  color: #794a2d;
}
.qc-page .footer__socials a:hover span {
  background-color: #794a2d;
}
.qc-page .footer__copyright {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
}
.qc-page .modal {
  position: fixed;
  z-index: 1800;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}
.qc-page .modal[hidden] {
  display: none;
}
.qc-page .modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(5px);
}
.qc-page .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1380px, 100%);
  max-height: calc(100vh - 56px);
  overflow: hidden;
  color: var(--color-dark);
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
}
.qc-page .modal-dialog.is-fullscreen {
  position: fixed;
  inset: 0;
  width: 100%;
  max-height: 100vh;
}
.qc-page .modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 30px 20px;
  border-bottom: 1px solid #ddd;
}
.qc-page .modal-header .eyebrow {
  margin-bottom: 8px;
}
.qc-page .modal-header h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}
.qc-page .icon-button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.qc-page .modal-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}
.qc-page .modal-description {
  padding: 30px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  background: var(--color-muted);
}
.qc-page .modal-description p {
  color: #5e5854;
}
.qc-page .modal-description strong {
  display: block;
  margin-top: 26px;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
}
.qc-page .document-viewer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
}
.qc-page .viewer-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  background: #f7f5f3;
}
.qc-page .viewer-toolbar button {
  min-height: 36px;
  padding: 5px 12px;
  border: 1px solid #c7c1bc;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}
.qc-page .viewer-toolbar output {
  min-width: 54px;
  text-align: center;
  font-size: 12px;
}
.qc-page .viewer-toolbar button:last-child {
  margin-left: auto;
}
.qc-page .document-scroll {
  min-height: 0;
  padding: 24px;
  overflow: auto;
  background: #373737;
}
.qc-page .document-pages {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.qc-page .document-pages.two-up {
  grid-template-columns: minmax(0, 1fr);
}
.qc-page .document-pages.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 820px;
}
.qc-page .document-pages img {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.26);
}
.qc-page .about-insert-page {
  min-height: 100vh;
  background: var(--color-muted);
}
.qc-page .about-insert-preview {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 72px);
}
.qc-page .about-insert {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
  width: min(var(--container), 100%);
  padding: clamp(42px, 7vw, 92px);
  background: #fff;
  box-shadow: var(--shadow);
}
.qc-page .about-insert-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d7d0ca;
  background-image:
    linear-gradient(rgba(139, 79, 43, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 79, 43, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
}
.qc-page .about-insert-visual img {
  position: absolute;
  right: -15%;
  bottom: -18%;
  width: 88%;
  opacity: 0.12;
}
.qc-page .about-insert-line {
  position: absolute;
  height: 1px;
  background: var(--color-accent);
  transform-origin: left;
}
.qc-page .line-one {
  top: 33%;
  left: 12%;
  width: 66%;
  transform: rotate(24deg);
}
.qc-page .line-two {
  top: 66%;
  left: 20%;
  width: 60%;
  transform: rotate(-18deg);
}
.qc-page .about-insert-point {
  position: absolute;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  color: var(--color-accent);
  background: #fff;
  font-size: 11px;
}
.qc-page .point-one {
  top: 19%;
  left: 12%;
}
.qc-page .point-two {
  top: 50%;
  left: 48%;
}
.qc-page .point-three {
  right: 11%;
  bottom: 16%;
}
.qc-page .about-insert-copy h1 {
  margin-bottom: 32px;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.04em;
}
.qc-page .about-insert-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: #555;
  font-size: 18px;
}
.qc-page .about-insert-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
}
.qc-page .about-insert-link span {
  transition: transform 0.2s ease;
}
.qc-page .about-insert-link:hover span {
  transform: translateX(5px);
}
.qc-page .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.qc-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1420px) {
  .qc-page .site-header {
    width: calc(100% - 32px);
  }
  .qc-page .header-shell {
    padding-inline: 16px;
  }
  .qc-page .brand {
    width: 145px;
    margin-right: 22px;
  }
  .qc-page .desktop-nav {
    gap: 12px;
  }
  .qc-page .desktop-nav a {
    font-size: 11px;
  }
  .qc-page .header-actions {
    gap: 10px;
    padding-left: 18px;
  }
  .qc-page .header-phone span:last-child {
    font-size: 11px;
  }
  .qc-page .languages {
    display: none;
  }
  .qc-page .services-link span:last-child {
    display: none;
  }
}
@media (max-width: 1180px) {
  :root {
    --section-space: clamp(72px, 9vw, 112px);
  }
  .qc-page .site-header {
    top: 16px;
  }
  .qc-page .site-header.is-scrolled {
    top: 0;
  }
  .qc-page .header-shell {
    min-height: 68px;
  }
  .qc-page .brand {
    width: 152px;
  }
  .qc-page .desktop-nav {
    display: none;
  }
  .qc-page .header-actions {
    padding-left: 12px;
  }
  .qc-page .header-phone span:last-child {
    display: inline;
  }
  .qc-page .languages {
    display: flex;
  }
  .qc-page .services-link {
    display: none;
  }
  .qc-page .menu-toggle {
    display: block;
  }
  .qc-page .hero-content {
    padding-top: 142px;
  }
  .qc-page .intro-grid {
    gap: 48px;
  }
  .qc-page .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .qc-page .benefit-card:nth-child(2) {
    border-right: 0;
  }
  .qc-page .benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid #cfc9c4;
  }
  .qc-page .control-map-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
  }
  .qc-page .process-stepper {
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #bcb5af;
  }
  .qc-page .process-step:nth-child(4n) {
    border-right: 0;
  }
  .qc-page .process-step:nth-child(-n + 4) {
    border-bottom: 1px solid #d0cbc7;
  }
  .qc-page .career-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 38px 0;
  }
  .qc-page .career-timeline::before {
    display: none;
  }
  .qc-page .career-timeline li {
    min-height: 210px;
    padding: 0 18px;
    border-top: 1px solid #bbb;
  }
  .qc-page .career-timeline li::before {
    top: -6px;
    left: 18px;
  }
  .qc-page .career-timeline li:first-child {
    padding-left: 18px;
  }
  .qc-page .career-timeline li:first-child::before {
    left: 18px;
  }
  .qc-page .career-year {
    margin-top: 22px;
    margin-bottom: 26px;
  }
  .qc-page .project-panel {
    width: 56%;
    padding: 54px;
  }
}
@media (max-width: 920px) {
  .qc-page {
    font-size: 16px;
  }
  .qc-page .container {
    width: min(var(--container), calc(100% - 36px));
  }
  .qc-page .split-heading {
    grid-template-columns: 48px 1fr;
  }
  .qc-page .split-heading > p:last-child {
    grid-column: 2;
  }
  .qc-page .intro-grid,
  .qc-page .client-grid,
  .qc-page .documents-grid,
  .qc-page .michael-grid,
  .qc-page .risks-grid,
  .qc-page .faq-grid,
  .qc-page .stop-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .qc-page .intro-visual {
    min-height: 430px;
  }
  .qc-page .intro-photo {
    width: 85%;
    height: 430px;
  }
  .qc-page .intro-grid-image {
    width: 62%;
    height: 190px;
  }
  .qc-page .control-map-layout {
    grid-template-columns: 1fr;
  }
  .qc-page .control-map {
    min-height: 0;
  }
  .qc-page .control-point-card {
    min-height: auto;
  }
  .qc-page .control-card-number {
    margin-bottom: 42px;
  }
  .qc-page .tab-panel {
    min-height: 0;
  }
  .qc-page .tab-image-wrap {
    width: 84%;
    min-height: 0;
  }
  .qc-page .tab-content {
    width: 88%;
    margin-top: -72px;
  }
  .qc-page .stop-copy {
    padding-top: 0;
  }
  .qc-page .privacy-note {
    grid-column: 1;
  }
  .qc-page .michael-photo {
    max-width: 650px;
  }
  .qc-page .faq-heading {
    position: static;
  }
  .qc-page .project-panel {
    width: 62%;
    padding: 72px 6vw;
  }
  .qc-page .footer-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .qc-page .modal-body {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .qc-page .modal-description {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .qc-page .document-viewer {
    min-height: 58vh;
  }
  .qc-page .about-insert {
    grid-template-columns: 1fr;
  }
  .qc-page .about-insert-visual {
    min-height: 320px;
  }
}
@media (max-width: 720px) {
  .qc-page .site-header {
    top: 8px;
    width: calc(100% - 16px);
  }
  .qc-page .header-shell {
    padding-inline: 12px;
  }
  .qc-page .brand {
    width: 130px;
    margin-right: 0;
  }
  .qc-page .header-phone span:last-child {
    display: none;
  }
  .qc-page .languages {
    display: none;
  }
  .qc-page .hero {
    min-height: max(700px, 100svh);
  }
  .qc-page .hero-content {
    padding-top: 118px;
    padding-bottom: 96px;
  }
  .qc-page .breadcrumbs {
    margin-bottom: 44px;
  }
  .qc-page .hero h1 {
    font-size: clamp(49px, 14vw, 66px);
    line-height: 0.98;
  }
  .qc-page .hero-lead {
    font-size: 17px;
  }
  .qc-page .hero-principle {
    align-items: flex-start;
  }
  .qc-page .hero-principle p {
    font-size: 21px;
  }
  .qc-page .hero .button {
    width: 100%;
  }
  .qc-page .hero-blueprint {
    background-size: 120% auto;
    background-position: 40% 75%;
  }
  .qc-page .hero-scan-marker {
    display: none;
  }
  .qc-page .scroll-cue {
    right: 18px;
    bottom: 20px;
    font-size: 9px;
  }
  .qc-page .section {
    padding-block: 76px;
  }
  .qc-page .split-heading {
    display: block;
    margin-bottom: 42px;
  }
  .qc-page .section-index {
    margin-bottom: 18px !important;
  }
  .qc-page .split-heading > p:last-child {
    padding-top: 0;
  }
  .qc-page .intro-visual {
    min-height: auto;
    padding-bottom: 124px;
  }
  .qc-page .intro-photo {
    width: 100%;
    height: 330px;
  }
  .qc-page .intro-grid-image {
    bottom: 0;
    width: 78%;
    height: 160px;
  }
  .qc-page .intro-caption {
    bottom: 30px;
    left: 18px;
    max-width: 72%;
    font-size: 22px;
  }
  .qc-page .benefits-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }
  .qc-page .benefit-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #cfc9c4;
  }
  .qc-page .benefit-card > span {
    margin-bottom: 44px;
  }
  .qc-page .benefit-card:hover {
    transform: none;
  }
  .qc-page .control-map {
    display: block;
    width: 100%;
    margin-bottom: 32px;
  }
  .qc-page .control-map-caption {
    display: none;
  }
  .qc-page .control-marker {
    width: 34px;
    height: 34px;
    font-size: 9px;
  }
  .qc-page .control-marker::after {
    inset: -5px;
  }
  .qc-page .control-point-card {
    display: none;
  }
  .qc-page .control-mobile-list {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .qc-page .control-mobile-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .qc-page .control-mobile-item button {
    display: grid;
    grid-template-columns: 40px 1fr 24px;
    gap: 10px;
    width: 100%;
    padding: 19px 0;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 20px;
    text-align: left;
  }
  .qc-page .control-mobile-item button span:first-child {
    color: var(--color-line);
    font-family: var(--font-body);
    font-size: 11px;
  }
  .qc-page .control-mobile-item button span:last-child {
    font-family: var(--font-body);
  }
  .qc-page .control-mobile-answer {
    padding: 0 32px 20px 50px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
  }
  .qc-page .control-mobile-answer[hidden] {
    display: none;
  }
  .qc-page .control-map-section blockquote {
    margin-top: 54px;
    padding-left: 22px;
    font-size: 34px;
  }
  .qc-page .process-stepper {
    display: flex;
    margin-inline: 0;
    padding-inline: 0;
    overflow-x: auto;
    border-bottom: 1px solid #bcb5af;
  }
  .qc-page .process-step {
    flex: 0 0 142px;
    min-height: 142px;
  }
  .qc-page .process-step:nth-child(-n + 4) {
    border-bottom: 0;
  }
  .qc-page .process-detail {
    grid-template-columns: 1fr;
    min-height: 360px;
    padding: 32px 28px;
    background-position: 64% center;
  }
  .qc-page .process-detail::before {
    background: linear-gradient(
      90deg,
      rgba(26, 26, 26, 0.96),
      rgba(27, 27, 27, 0.78)
    );
  }
  .qc-page .process-detail > span {
    font-size: 50px;
  }
  .qc-page .process-detail p {
    font-size: 16px;
  }
  .qc-page .tab-list {
    margin-inline: 0;
    padding-inline: 0;
  }
  .qc-page .tab-list button {
    padding-inline: 14px;
  }
  .qc-page .tab-panel {
    margin-inline: 0;
    padding-bottom: 12px;
  }
  .qc-page .tab-image-wrap {
    width: 100%;
    min-height: 0;
  }
  .qc-page .tab-content {
    width: calc(100% - 20px);
    min-height: 0;
    margin-top: -32px;
    padding: 30px 24px;
  }
  .qc-page .tab-content h3 {
    font-size: 36px;
  }
  .qc-page .tab-content dl {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .qc-page .directions-note {
    margin-top: 24px;
    padding-left: 18px;
  }
  .qc-page .path-scroll {
    margin-inline: 0;
    padding-inline: 0;
  }
  .qc-page .path-detail {
    grid-template-columns: 1fr;
  }
  .qc-page .path-detail > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #cac4bf;
  }
  .qc-page .path-detail > div:last-child {
    border-bottom: 0;
  }
  .qc-page .stop-progress-label {
    flex-direction: column;
    gap: 8px;
  }
  .qc-page .stop-flow {
    grid-template-columns: 1fr;
    padding: 0 0 0 42px;
  }
  .qc-page .stop-flow::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 4px;
    width: 12px;
    height: auto;
    background: linear-gradient(
      180deg,
      #422d21 0%,
      #6f4e39 82%,
      rgba(255, 255, 255, 0.25) 82%,
      rgba(255, 255, 255, 0.25) 100%
    );
  }
  .qc-page .stop-flow li {
    min-height: auto;
    padding: 18px 0 22px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(72, 48, 34, 0.18);
  }
  .qc-page .stop-flow li::after {
    display: none !important;
  }
  .qc-page .stop-flow li:last-child::after {
    display: none !important;
  }
  .qc-page .stop-flow span {
    margin-bottom: 14px;
  }
  .qc-page .client-list li {
    gap: 18px;
    font-size: 20px;
  }
  .qc-page .documents-grid {
    gap: 30px;
  }
  .qc-page .document-link {
    grid-template-columns: 32px 1fr 20px;
  }
  .qc-page .document-link strong {
    font-size: 20px;
  }
  .qc-page .michael-copy .button {
    width: 100%;
  }
  .qc-page .career-timeline {
    grid-template-columns: 1fr;
  }
  .qc-page .career-timeline li {
    min-height: auto;
    padding: 22px 0 26px 32px;
    border-top: 0;
    border-left: 1px solid #bbb;
  }
  .qc-page .career-timeline li:first-child {
    padding-left: 32px;
  }
  .qc-page .career-timeline li::before,
  .qc-page .career-timeline li:first-child::before {
    top: 28px;
    left: -6px;
  }
  .qc-page .career-year {
    margin: 0 0 12px;
  }
  .qc-page .career-timeline h3 {
    margin-bottom: 8px;
  }
  .qc-page .risk-list li {
    grid-template-columns: 32px 1fr;
    font-size: 20px;
  }
  .qc-page .accordion-trigger {
    font-size: 21px;
  }
  .qc-page .accordion-panel {
    padding-right: 26px;
  }
  .qc-page .project-photo {
    min-height: 0;
    background-position: 36% center;
  }
  .qc-page .project-panel {
    width: 100%;
    min-height: 760px;
    padding: 62px 18px;
    background: rgba(29, 29, 29, 0.88);
  }
  .qc-page .field-grid {
    grid-template-columns: 1fr;
  }
  .qc-page .field-comment {
    grid-column: 1;
    grid-row: auto;
  }
  .qc-page .form-submit {
    width: 100%;
  }
  .qc-page .footer-row {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }
  .qc-page .footer__description {
    grid-column: 1 / -1;
  }
  .qc-page .modal {
    padding: 0;
  }
  .qc-page .modal-dialog {
    width: 100%;
    max-height: 100vh;
  }
  .qc-page .modal-header {
    padding: 17px 18px;
  }
  .qc-page .modal-description {
    padding: 22px 18px;
  }
  .qc-page .viewer-toolbar {
    flex-wrap: wrap;
  }
  .qc-page .viewer-toolbar button:last-child {
    margin-left: 0;
  }
  .qc-page .document-scroll {
    padding: 14px;
  }
  .qc-page .document-pages.two-up {
    grid-template-columns: 1fr;
  }
  .qc-page .about-insert-preview {
    padding: 0;
  }
  .qc-page .about-insert {
    padding: 54px 18px;
    gap: 42px;
  }
  .qc-page .about-insert-visual {
    min-height: 260px;
  }
  .qc-page .about-insert-copy h1 {
    font-size: 42px;
  }
}
@media (max-width: 390px) {
  .qc-page .container {
    width: calc(100% - 28px);
  }
  .qc-page .hero h1 {
    font-size: 47px;
  }
  .qc-page .header-actions {
    gap: 4px;
  }
  .qc-page .project-panel {
    padding-inline: 14px;
  }
  .qc-page .footer-row {
    grid-template-columns: 1fr;
  }
