@font-face {
  font-family: "Geist";
  src: url("https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --qe-white: #fff;
  --qe-cloud: #f5f7fa;
  --qe-navy: #071a35;
  --qe-navy-2: #0b2a50;
  --qe-blue: #075cff;
  --qe-blue-dark: #0049d9;
  --qe-text: #0a1c35;
  --qe-muted: #536174;
  --qe-line: #d9e0e8;
  --qe-wrap: min(1280px, calc(100vw - 96px));
  --qe-shadow: 0 24px 60px rgb(7 26 53 / 12%);
  --qe-ease: cubic-bezier(.2,.8,.2,1);
}

html { scroll-behavior: smooth; }
body.q3-document,
body { margin: 0; background: var(--qe-white); color: var(--qe-text); font-family: "Geist", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body * { box-sizing: border-box; }
body img { display: block; max-width: 100%; }
body a { color: inherit; }
body button, body input, body textarea, body select { font: inherit; }
.qe-wrap { width: var(--qe-wrap); margin-inline: auto; }
.qe-site { overflow: clip; }
.qe-section { padding: clamp(88px, 9vw, 148px) 0; }
.qe-skip { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--qe-blue); color: #fff; padding: 12px 16px; }
.qe-skip:focus { top: 16px; }

.qe-header { position: relative; z-index: 100; background: rgb(255 255 255 / 94%); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.qe-header.is-stuck { position: sticky; top: 0; border-color: var(--qe-line); box-shadow: 0 8px 30px rgb(7 26 53 / 5%); backdrop-filter: blur(16px); }
.qe-header__inner { height: 86px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 44px; }
.qe-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; text-decoration: none; }
.qe-brand__mark { width: 42px; height: 42px; display: grid; place-items: center; }
.qe-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.qe-brand__name { font-weight: 720; font-size: 17px; letter-spacing: -.02em; }
.qe-nav { display: flex; align-items: center; gap: 36px; }
.qe-nav a { text-decoration: none; font-size: 14px; font-weight: 520; position: relative; }
.qe-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--qe-blue); transition: right .25s var(--qe-ease); }
.qe-nav a:hover::after, .qe-nav a:focus-visible::after { right: 0; }
.qe-button { min-height: 50px; padding: 0 22px; border: 1px solid var(--qe-blue); background: var(--qe-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 14px; font-weight: 650; border-radius: 4px; transition: background .2s, transform .2s var(--qe-ease), border-color .2s; }
.qe-button:hover, .qe-button:focus-visible { background: var(--qe-blue-dark); border-color: var(--qe-blue-dark); transform: translateY(-2px); }
.qe-button--small { min-height: 44px; padding-inline: 19px; }
.qe-button--outline { color: var(--qe-navy); background: transparent; border-color: #8a97a8; }
.qe-button--outline:hover, .qe-button--outline:focus-visible { background: var(--qe-navy); border-color: var(--qe-navy); color: #fff; }
.qe-menu { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; }
.qe-menu span { display: block; height: 2px; background: var(--qe-navy); margin: 6px 0; transition: transform .2s; }

.qe-home-hero { padding: clamp(58px, 7vw, 108px) 0 clamp(74px, 8vw, 126px); }
.qe-home-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; min-height: 640px; }
.qe-home-hero__copy { padding-right: clamp(36px, 7vw, 108px); position: relative; z-index: 2; }
.qe-home-hero h1 { margin: 0; font-size: clamp(60px, 5.2vw, 78px); line-height: .98; letter-spacing: -.06em; font-weight: 690; max-width: 760px; }
.qe-home-hero h1 span { display: block; white-space: nowrap; }
.qe-home-hero__copy > p { max-width: 610px; margin: 36px 0 0; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.45; letter-spacing: -.02em; }
.qe-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.qe-home-hero__media { margin: 0; height: min(610px, 68vw); min-height: 520px; position: relative; overflow: hidden; border-radius: 4px; }
.qe-home-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.qe-home-hero__media::after { content: ""; position: absolute; left: -1px; bottom: -1px; width: 38%; height: 22%; background: var(--qe-white); clip-path: polygon(0 53%, 100% 100%, 0 100%); }

.qe-proof { border-top: 1px solid var(--qe-line); }
.qe-proof__intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 160px); align-items: end; margin-bottom: 72px; }
.qe-proof__intro h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 650; }
.qe-proof__intro p { font-size: 19px; max-width: 560px; margin: 0 0 24px; color: var(--qe-muted); }
.qe-link { width: fit-content; display: inline-flex; align-items: center; gap: 12px; color: var(--qe-blue); text-decoration: none; font-size: 14px; font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.qe-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s var(--qe-ease); }
.qe-link:hover svg { transform: translateX(4px); }
.qe-featured-work { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); background: var(--qe-navy); color: #fff; min-height: 560px; }
.qe-featured-work__copy { padding: clamp(40px, 5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.qe-featured-work__copy > span { color: #64a0ff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.qe-featured-work h3 { font-size: clamp(32px, 3.3vw, 50px); line-height: 1.06; letter-spacing: -.045em; margin: 26px 0 24px; }
.qe-featured-work p { color: #c2cede; font-size: 17px; margin: 0 0 36px; }
.qe-featured-work figure { margin: 0; min-height: 520px; overflow: hidden; }
.qe-featured-work figure img { width: 100%; height: 100%; object-fit: cover; }

.qe-services { background: var(--qe-white); }
.qe-services__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(56px, 9vw, 150px); }
.qe-services header h2 { margin: 0; font-size: clamp(43px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.qe-services header p { color: var(--qe-muted); max-width: 330px; margin-top: 24px; }
.qe-services ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--qe-line); }
.qe-services li { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; min-height: 136px; border-bottom: 1px solid var(--qe-line); }
.qe-services li > span { color: #8794a6; font-size: 14px; }
.qe-services h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.035em; font-weight: 580; }
.qe-services li p { margin: 0; color: var(--qe-muted); max-width: 520px; }

.qe-process { background: var(--qe-navy); color: #fff; padding: clamp(88px, 9vw, 142px) 0; }
.qe-process header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 72px; }
.qe-process h2 { margin: 0; max-width: 790px; font-size: clamp(44px, 5.2vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 580; }
.qe-process header a { color: #8fb7ff; text-underline-offset: 6px; }
.qe-process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; list-style: none; margin: 0; padding: 0; }
.qe-process li { border-top: 1px solid #496078; padding-top: 24px; }
.qe-process li > span { color: #2675ff; font-size: 25px; }
.qe-process h3 { margin: 34px 0 12px; font-size: 22px; font-weight: 570; }
.qe-process p { margin: 0; color: #b7c3d1; }

.qe-studio { background: var(--qe-cloud); }
.qe-studio__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.qe-studio figure { margin: 0; min-height: 630px; overflow: hidden; }
.qe-studio figure img { width: 100%; height: 100%; object-fit: cover; }
.qe-studio__grid > div { background: #fff; padding: clamp(48px, 7vw, 106px); display: flex; flex-direction: column; justify-content: center; }
.qe-studio h2 { margin: 0 0 36px; font-size: clamp(45px, 4.7vw, 72px); line-height: 1.01; letter-spacing: -.055em; font-weight: 620; }
.qe-studio p { font-size: 18px; color: var(--qe-muted); max-width: 520px; }
.qe-studio .qe-link { margin-top: 24px; }

.qe-insights header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 56px; }
.qe-insights h2 { margin: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.03; letter-spacing: -.05em; }
.qe-insights__rail { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--qe-line); border-bottom: 1px solid var(--qe-line); }
.qe-insights__rail article { min-height: 270px; padding: 36px 36px 36px 0; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--qe-line); }
.qe-insights__rail article + article { padding-left: 36px; }
.qe-insights__rail article:last-child { border-right: 0; }
.qe-insights__rail article > span { color: var(--qe-muted); font-size: 13px; }
.qe-insights h3 { margin: 26px 0 24px; font-size: 24px; line-height: 1.25; letter-spacing: -.035em; font-weight: 570; }
.qe-insights h3 a { text-decoration: none; }
.qe-insights .qe-link { margin-top: auto; }

.qe-contact { background: var(--qe-navy); color: #fff; padding: clamp(88px, 9vw, 142px) 0; }
.qe-contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.qe-contact h2 { margin: 0 0 28px; font-size: clamp(45px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; }
.qe-contact header p { color: #bdc9d8; max-width: 540px; font-size: 19px; }
.qe-contact header > span { display: block; color: #7eaaff; margin-top: 34px; font-size: 14px; }
.qe-contact .qcdw-contact-form { max-width: none; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.qe-contact .qcdw-contact-form__head { display: none; }
.qe-contact .qcdw-contact-form form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.qe-contact .qcdw-contact-form label { display: grid; gap: 8px; color: #c4cfdd; font-size: 13px; }
.qe-contact .qcdw-contact-form label:has(textarea), .qe-contact .qcdw-contact-form button, .qe-contact .qcdw-form-notice { grid-column: 1 / -1; }
.qe-contact .qcdw-contact-form input, .qe-contact .qcdw-contact-form textarea { width: 100%; border: 1px solid #496078; border-radius: 3px; background: #0b2342; color: #fff; padding: 15px 16px; outline: 0; }
.qe-contact .qcdw-contact-form textarea { min-height: 140px; resize: vertical; }
.qe-contact .qcdw-contact-form input:focus, .qe-contact .qcdw-contact-form textarea:focus { border-color: #6a9cff; box-shadow: 0 0 0 3px rgb(106 156 255 / 15%); }
.qe-contact .qcdw-contact-form button { min-height: 52px; border: 0; border-radius: 3px; padding: 0 24px; background: var(--qe-blue); color: #fff; font-weight: 650; cursor: pointer; }
.qe-contact .qcdw-contact-form button:hover { background: var(--qe-blue-dark); }

.qe-footer { background: #041226; color: #fff; padding-top: 74px; }
.qe-footer__top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 56px; border-bottom: 1px solid #30445e; }
.qe-brand--footer .qe-brand__name { color: #fff; }
.qe-footer__top p { margin: 0; color: #aebccc; max-width: 500px; text-align: right; }
.qe-footer__nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; padding: 56px 0; }
.qe-footer__nav nav, .qe-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.qe-footer__nav strong { font-size: 12px; color: #7eaaff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 9px; }
.qe-footer__nav a { text-decoration: none; color: #c4cfdb; font-size: 14px; }
.qe-footer__nav a:hover { color: #fff; }
.qe-footer__contact span { color: #8292a6; font-size: 14px; }
.qe-footer__bottom { display: flex; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid #30445e; color: #8292a6; font-size: 13px; }

/* Inner pages deliberately vary composition without inventing new visual gimmicks. */
.qe-page-hero { padding: clamp(64px, 8vw, 120px) 0 clamp(78px, 9vw, 140px); border-bottom: 1px solid var(--qe-line); }
.qe-page-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 9vw, 140px); align-items: end; }
.qe-page-hero__copy h1 { margin: 0; max-width: 780px; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.06em; font-weight: 650; text-wrap: balance; overflow-wrap: normal; hyphens: none; }
.qe-page-hero__copy > p { max-width: 720px; margin: 36px 0 0; color: var(--qe-muted); font-size: clamp(18px, 1.65vw, 23px); }
.qe-page-hero figure { margin: 0; height: clamp(360px, 40vw, 590px); overflow: hidden; border-radius: 4px; }
.qe-page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.qe-page--services .qe-page-hero__grid, .qe-page--process .qe-page-hero__grid { grid-template-columns: 1fr; }
.qe-page--services .qe-page-hero__copy h1, .qe-page--process .qe-page-hero__copy h1 { max-width: 1100px; font-size: clamp(58px, 6.4vw, 92px); }
.qe-page--services .qe-page-hero figure, .qe-page--process .qe-page-hero figure { height: clamp(300px, 36vw, 500px); margin-left: 22%; }
.qe-page--case-examples .qe-page-hero__grid { grid-template-columns: .85fr 1.15fr; }
.qe-page--about .qe-page-hero__grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
.qe-page--insights .qe-page-hero figure { display: none; }
.qe-page--insights .qe-page-hero__grid { display: block; }
.qe-page--insights .qe-page-hero__copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; }
.qe-page--insights .qe-page-hero__copy p { margin: 0; }
.qe-page--insights .qe-page-hero .qe-actions { grid-column: 2; }
.qe-showcase { background: var(--qe-navy); color: #fff; }
.qe-showcase__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(56px, 8vw, 120px); align-items: center; }
.qe-showcase figure { margin: 0; }
.qe-showcase h2 { font-size: clamp(40px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.qe-showcase p { color: #bdc9d8; font-size: 18px; }
.qe-content { border-bottom: 1px solid var(--qe-line); }
.qe-content:nth-of-type(even) { background: var(--qe-cloud); }
.qe-content__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.qe-content header > span, .qe-content__items article > span { color: var(--qe-blue); font-size: 13px; }
.qe-content h2 { margin: 18px 0 24px; font-size: clamp(39px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.qe-content header p { color: var(--qe-muted); max-width: 620px; font-size: 18px; }
.qe-content__items { border-top: 1px solid var(--qe-line); }
.qe-content__items article { display: grid; grid-template-columns: 44px 1fr; column-gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--qe-line); }
.qe-content__items article > span { grid-row: 1 / 3; }
.qe-content__items h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.035em; }
.qe-content__items p { margin: 0; color: var(--qe-muted); }
.qe-faq { background: var(--qe-cloud); }
.qe-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.qe-faq h2 { margin: 0; font-size: clamp(40px, 4.3vw, 66px); line-height: 1.03; letter-spacing: -.055em; }
.qe-faq details { border-top: 1px solid var(--qe-line); }
.qe-faq details:last-child { border-bottom: 1px solid var(--qe-line); }
.qe-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; font-size: 19px; font-weight: 580; }
.qe-faq summary::-webkit-details-marker { display: none; }
.qe-faq summary span { color: var(--qe-blue); font-size: 24px; }
.qe-faq details[open] summary span { transform: rotate(45deg); }
.qe-faq details p { color: var(--qe-muted); padding: 0 48px 28px 0; margin: 0; }
.qe-tool { background: var(--qe-cloud); }
.qe-tool .qcdw-roi-calculator, .qe-tool .qcdw-audit-shell { max-width: 1100px; margin-inline: auto; }
.qe-legal { padding: 90px 0; background: #fff; }
.qe-legal > * { width: min(860px, calc(100vw - 48px)); margin-inline: auto; }
.qe-article__hero { padding: 90px 0; background: var(--qe-cloud); }
.qe-article__hero h1 { max-width: 1040px; margin: 26px 0; font-size: clamp(50px, 6vw, 88px); line-height: 1; letter-spacing: -.06em; }
.qe-article__hero figure { margin: 70px 0 -170px; max-height: 660px; overflow: hidden; }
.qe-article__hero figure img { width: 100%; height: 100%; object-fit: cover; }
.qe-article__body { padding: 190px 0 110px; }
.qe-article__body .qe-wrap { max-width: 820px; }
.qe-article__body p, .qe-article__body li { font-size: 18px; color: #314158; }
.qe-article__body h2 { margin-top: 56px; font-size: 38px; letter-spacing: -.04em; }

.qe-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--qe-ease), transform .7s var(--qe-ease); }
.qe-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  :root { --qe-wrap: min(100% - 48px, 1280px); }
  .qe-header__inner { gap: 24px; }
  .qe-nav { gap: 22px; }
  .qe-home-hero__grid { grid-template-columns: 1fr 1fr; min-height: 560px; }
  .qe-home-hero h1 { font-size: clamp(54px, 6.4vw, 68px); }
  .qe-home-hero__media { min-height: 480px; }
  .qe-services__grid, .qe-content__grid { gap: 60px; }
  .qe-process ol { gap: 24px; }
  .qe-contact__grid { gap: 64px; }
  .qe-page-hero__grid { gap: 60px; }
}

@media (max-width: 820px) {
  :root { --qe-wrap: calc(100vw - 40px); }
  .qe-header__inner { height: 74px; grid-template-columns: 1fr auto auto; gap: 12px; }
  .qe-header__inner > .qe-button { display: none; }
  .qe-menu { display: block; }
  .qe-nav { position: absolute; left: 0; right: 0; top: 74px; background: #fff; border-top: 1px solid var(--qe-line); border-bottom: 1px solid var(--qe-line); padding: 18px 20px 26px; flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  .qe-nav a { padding: 13px 0; font-size: 18px; }
  .qe-header.is-open .qe-nav { opacity: 1; visibility: visible; transform: none; }
  .qe-header.is-open .qe-menu span:first-child { transform: translateY(4px) rotate(45deg); }
  .qe-header.is-open .qe-menu span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .qe-home-hero { padding-top: 50px; }
  .qe-home-hero__grid { grid-template-columns: 1fr; }
  .qe-home-hero__copy { padding-right: 0; padding-bottom: 54px; }
  .qe-home-hero__media { height: 68vw; min-height: 420px; }
  .qe-proof__intro, .qe-services__grid, .qe-studio__grid, .qe-contact__grid, .qe-page-hero__grid, .qe-showcase__grid, .qe-content__grid, .qe-faq__grid { grid-template-columns: 1fr; gap: 52px; }
  .qe-featured-work { grid-template-columns: 1fr; }
  .qe-featured-work figure { min-height: 420px; order: -1; }
  .qe-process ol { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .qe-studio figure { min-height: 500px; }
  .qe-insights__rail { grid-template-columns: 1fr; }
  .qe-insights__rail article, .qe-insights__rail article + article { min-height: 210px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--qe-line); }
  .qe-footer__nav { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .qe-page--services .qe-page-hero figure, .qe-page--process .qe-page-hero figure { margin-left: 12%; }
  .qe-page--about .qe-page-hero__grid, .qe-page--case-examples .qe-page-hero__grid { grid-template-columns: 1fr; }
  .qe-page--insights .qe-page-hero__copy { grid-template-columns: 1fr; gap: 26px; }
  .qe-page--insights .qe-page-hero .qe-actions { grid-column: auto; }
}

@media (max-width: 540px) {
  :root { --qe-wrap: calc(100vw - 32px); }
  .qe-section { padding: 76px 0; }
  .qe-brand__mark { width: 36px; height: 36px; }
  .qe-brand__name { font-size: 16px; }
  .qe-home-hero { padding: 40px 0 72px; }
  .qe-home-hero h1 { font-size: clamp(38px, 11.5vw, 48px); line-height: 1; }
  .qe-home-hero__copy > p { margin-top: 26px; font-size: 18px; }
  .qe-actions { margin-top: 28px; }
  .qe-actions .qe-button { width: 100%; }
  .qe-home-hero__media { min-height: 360px; height: 98vw; }
  .qe-proof__intro { margin-bottom: 48px; }
  .qe-proof__intro h2, .qe-services header h2, .qe-process h2, .qe-studio h2, .qe-insights h2, .qe-contact h2 { font-size: 43px; }
  .qe-featured-work__copy { padding: 34px 26px 42px; }
  .qe-featured-work figure { min-height: 290px; }
  .qe-services li { grid-template-columns: 34px 1fr; padding: 24px 0; }
  .qe-services li .qe-link { grid-column: 2; margin-top: 12px; }
  .qe-process header, .qe-insights header, .qe-footer__top { display: block; }
  .qe-process header a, .qe-insights header .qe-link { display: inline-flex; margin-top: 24px; }
  .qe-process ol { grid-template-columns: 1fr; }
  .qe-studio figure { min-height: 360px; }
  .qe-studio__grid > div { padding: 42px 26px; }
  .qe-contact .qcdw-contact-form form { grid-template-columns: 1fr; }
  .qe-contact .qcdw-contact-form label, .qe-contact .qcdw-contact-form button { grid-column: 1; }
  .qe-footer__top p { text-align: left; margin-top: 28px; }
  .qe-footer__nav { grid-template-columns: 1fr; }
  .qe-footer__bottom { display: block; }
  .qe-footer__bottom span { display: block; margin-top: 7px; }
  .qe-page-hero { padding: 54px 0 76px; }
  .qe-page-hero__copy h1, .qe-page--services .qe-page-hero__copy h1, .qe-page--process .qe-page-hero__copy h1 { font-size: clamp(42px, 11.8vw, 54px); line-height: 1; }
  .qe-page-hero__copy > p { margin-top: 26px; font-size: 18px; }
  .qe-page-hero figure { height: 92vw; }
  .qe-page--services .qe-page-hero figure, .qe-page--process .qe-page-hero figure { margin-left: 0; }
  .qe-content h2, .qe-faq h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .qe-reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}



