/*
 * QC Devworks — global Precision Workshop system.
 * Extends the homepage's engineering language across every editorial route
 * without turning service, proof, reading, and action pages into one template.
 */

.qe-page .qe-page-hero,
.qe-page .qe-showcase,
.qe-page .qe-content,
.qe-page .qe-faq,
.qe-page .qe-tool,
.qe-article__hero,
.qe-article__body {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.qe-page .qe-wrap,
.qe-article .qe-wrap {
  position: relative;
  z-index: 2;
}

.qe-page .qe-blueprint-section::after,
.qe-article .qe-blueprint-section::after {
  background-image:
    linear-gradient(90deg, transparent calc(100% - 1px), rgb(7 26 53 / 6%) 0),
    linear-gradient(transparent calc(100% - 1px), rgb(7 26 53 / 4%) 0),
    radial-gradient(circle at 100% 0, transparent 0 238px, rgb(7 26 53 / 7%) 239px 240px, transparent 241px);
  background-size: 270px 100%, 100% 160px, 620px 620px;
}

.qe-page :is(.qe-page-hero, .qe-showcase, .qe-content, .qe-faq, .qe-tool) > .qe-stage-rail,
.qe-article :is(.qe-article__hero, .qe-article__body) > .qe-stage-rail {
  left: clamp(18px, 2.2vw, 38px);
}

/* Hero families --------------------------------------------------------- */

.qe-page .qe-cinema-hero {
  border-bottom: 0;
  padding: 0;
}

.qe-page .qe-cinema-hero .qe-page-hero__grid {
  align-items: center;
  gap: clamp(54px, 7vw, 118px);
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  min-height: clamp(650px, 51vw, 780px);
  padding: clamp(88px, 8vw, 128px) 0;
  width: min(1344px, calc(100vw - (var(--qe-workshop-gutter) * 2)));
}

.qe-page .qe-cinema-hero .qe-page-hero__copy h1 {
  font-size: clamp(58px, 5.6vw, 86px);
  font-weight: 690;
  letter-spacing: -.065em;
  line-height: .97;
  margin: 0;
  max-width: 790px;
  text-wrap: balance;
}

.qe-page .qe-cinema-hero .qe-page-hero__copy h1::after {
  bottom: -26px;
  height: 2px;
  width: 70px;
}

.qe-page .qe-cinema-hero .qe-page-hero__copy > p {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
  margin-top: 56px;
  max-width: 650px;
}

.qe-page .qe-cinema-hero .qe-actions {
  margin-top: 36px;
}

.qe-page .qe-cinema-hero figure {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: polygon(10% 0, 100% 0, 100% 94%, 0 100%);
  height: clamp(470px, 40vw, 620px);
  margin: 0;
  opacity: 1;
}

.qe-page .qe-cinema-hero figure::before,
.qe-page .qe-cinema-hero figure::after {
  display: none;
}

.qe-page .qe-cinema-hero figure img {
  filter: none;
  height: 100%;
  mix-blend-mode: normal;
  object-fit: cover;
  opacity: 1;
  transform: none;
  width: 100%;
}

.qe-page .qe-cinema-hero figure figcaption {
  background: var(--qe-workshop-navy);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 13px 18px;
  right: auto;
}

.qe-page :is(.qe-cinema-hero--service, .qe-cinema-hero--work, .qe-cinema-hero--industry, .qe-cinema-hero--standard) {
  background: var(--qe-workshop-navy);
  color: #fff;
}

.qe-page :is(.qe-cinema-hero--service, .qe-cinema-hero--work, .qe-cinema-hero--industry, .qe-cinema-hero--standard) .qe-page-hero__copy :is(h1, p) {
  color: #fff;
}

.qe-page :is(.qe-cinema-hero--service, .qe-cinema-hero--work, .qe-cinema-hero--industry, .qe-cinema-hero--standard) .qe-page-hero__copy > p {
  color: #c1ccda;
}

.qe-page :is(.qe-cinema-hero--service, .qe-cinema-hero--work, .qe-cinema-hero--industry, .qe-cinema-hero--standard) .qe-button--outline {
  border-color: #72849a;
  color: #fff;
}

.qe-page :is(.qe-cinema-hero--service, .qe-cinema-hero--work, .qe-cinema-hero--industry, .qe-cinema-hero--standard)::after,
.qe-page .qe-cinema-hero--contact::after,
.qe-page .qe-tool::after,
.qe-page .qe-showcase::after {
  background-image:
    linear-gradient(90deg, transparent calc(100% - 1px), rgb(255 255 255 / 6%) 0),
    linear-gradient(transparent calc(100% - 1px), rgb(255 255 255 / 4%) 0),
    radial-gradient(circle at 100% 0, transparent 0 238px, rgb(255 255 255 / 8%) 239px 240px, transparent 241px);
}

/* Open index heroes. */
.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) {
  background: #fff;
  color: var(--qe-workshop-ink);
}

.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__grid {
  display: block;
  min-height: 690px;
  padding: clamp(96px, 9vw, 142px) 0;
}

.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy {
  column-gap: clamp(70px, 9vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
}

.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy > :is(h1, p, .qe-actions) {
  grid-column: 1;
}

.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy h1 {
  font-size: clamp(76px, 8vw, 122px);
  max-width: 880px;
}

.qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) figure {
  display: none;
}

.qe-page .qe-hero-index,
.qe-page .qe-hero-sequence,
.qe-page .qe-hero-articles {
  align-self: center;
  border-left: 0;
  border-top: 1px solid var(--qe-workshop-rule);
  grid-column: 2;
  grid-row: 1 / 5;
  margin: 0;
  padding: 0;
}

.qe-page .qe-hero-index li,
.qe-page .qe-hero-sequence li,
.qe-page .qe-hero-articles a {
  align-items: center;
  border-bottom: 1px solid var(--qe-workshop-rule);
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 78px;
  padding: 0;
}

.qe-page .qe-hero-index span,
.qe-page .qe-hero-sequence span,
.qe-page .qe-hero-articles span {
  color: var(--qe-workshop-blue);
  font-size: 21px;
  font-weight: 680;
  letter-spacing: -.04em;
  margin: 0;
}

.qe-page .qe-hero-index strong,
.qe-page .qe-hero-sequence strong,
.qe-page .qe-hero-articles strong {
  border: 0;
  color: var(--qe-workshop-ink);
  font-size: 16px;
  font-weight: 580;
  line-height: 1.25;
  padding: 0;
}

.qe-page .qe-hero-sequence span {
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: .8;
}

.qe-page .qe-hero-sequence li {
  grid-template-columns: 118px 1fr;
  min-height: 102px;
}

.qe-page .qe-hero-articles a {
  grid-template-columns: 104px 1fr;
  text-decoration: none;
}

.qe-page .qe-hero-articles span {
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.qe-page .qe-cinema-hero--insights .qe-page-hero__copy h1 {
  font-size: clamp(92px, 10vw, 152px);
}

/* Place, contact, and utility have a distinct job. */
.qe-page .qe-cinema-hero--place {
  background: var(--qe-workshop-navy);
  color: #fff;
}

.qe-page .qe-cinema-hero--place .qe-page-hero__grid {
  min-height: 720px;
  padding: 0;
  width: 100%;
}

.qe-page .qe-cinema-hero--place .qe-page-hero__copy {
  align-self: stretch;
  background: var(--qe-workshop-navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 9vw, 138px) clamp(72px, 9vw, 150px);
  width: 118%;
}

.qe-page .qe-cinema-hero--place .qe-page-hero__copy :is(h1, p) {
  color: #fff;
}

.qe-page .qe-cinema-hero--place .qe-page-hero__copy > p {
  color: #c1ccda;
}

.qe-page .qe-cinema-hero--place figure {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  height: 720px;
}

.qe-page .qe-cinema-hero--contact {
  background: var(--qe-workshop-navy);
  color: #fff;
}

.qe-page .qe-cinema-hero--contact .qe-page-hero__grid {
  grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr);
  min-height: 760px;
}

.qe-page .qe-cinema-hero--contact .qe-page-hero__copy :is(h1, p) {
  color: #fff;
}

.qe-page .qe-cinema-hero--contact .qe-page-hero__copy > p {
  color: #c1ccda;
}

.qe-page .qe-cinema-hero--contact .qe-page-hero__copy .qe-actions {
  display: none;
}

.qe-page .qe-page-hero__form .qcdw-contact-form form {
  gap: 26px 34px;
}

.qe-page .qe-page-hero__form .qcdw-contact-form label {
  color: #aebdce;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.qe-page .qe-page-hero__form .qcdw-contact-form :is(input, textarea) {
  border-bottom-color: #60758e;
  font-size: 16px;
}

.qe-page .qe-cinema-hero--utility {
  background: #fff;
}

/* Proof and content bands ---------------------------------------------- */

.qe-page .qe-showcase {
  background: var(--qe-workshop-navy);
  color: #fff;
  padding: clamp(100px, 9vw, 150px) 0;
}

.qe-page .qe-showcase__grid {
  align-items: center;
  gap: clamp(62px, 9vw, 140px);
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr);
}

.qe-page .qe-showcase figure {
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 0 100%);
  margin: 0;
}

.qe-page .qe-showcase figure img {
  display: block;
  filter: none;
  width: 100%;
}

.qe-page .qe-showcase h2 {
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 680;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
}

.qe-page .qe-showcase p {
  color: #c2cedc;
  font-size: 19px;
  line-height: 1.6;
  margin-top: 26px;
}

.qe-page .qe-content {
  background: #fff;
  border-bottom: 1px solid var(--qe-workshop-rule);
  padding: clamp(100px, 9vw, 148px) 0;
}

.qe-page .qe-content:nth-of-type(even),
.qe-page .qe-content--2 {
  background: var(--qe-workshop-paper);
}

.qe-page .qe-content__grid {
  gap: clamp(64px, 9vw, 144px);
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
}

.qe-page .qe-content header > span,
.qe-page .qe-content__items article > span {
  color: var(--qe-workshop-blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.qe-page .qe-content h2 {
  font-size: clamp(46px, 4.7vw, 70px);
  font-weight: 680;
  letter-spacing: -.058em;
  line-height: .98;
  margin: 20px 0 26px;
}

.qe-page .qe-content header p {
  color: var(--qe-workshop-muted);
  font-size: 18px;
  line-height: 1.62;
}

.qe-page .qe-content__items {
  border-top: 1px solid var(--qe-workshop-rule);
}

.qe-page .qe-content__items article {
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--qe-workshop-rule);
  border-radius: 0;
  box-shadow: none;
  column-gap: 22px;
  display: grid;
  grid-template-columns: 46px minmax(170px, .72fr) minmax(230px, 1fr);
  padding: 31px 0;
}

.qe-page .qe-content__items article > span {
  grid-row: auto;
  padding-top: 4px;
}

.qe-page .qe-content__items h3 {
  font-size: 22px;
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.18;
  margin: 0;
}

.qe-page .qe-content__items p {
  color: var(--qe-workshop-muted);
  line-height: 1.58;
  margin: 0;
}

/* First services band becomes the package ladder from the concept. */
.qe-page--services #qe-page-content {
  background: var(--qe-workshop-navy);
  color: #fff;
}

.qe-page--services #qe-page-content::after {
  background-image:
    linear-gradient(90deg, transparent calc(100% - 1px), rgb(255 255 255 / 6%) 0),
    linear-gradient(transparent calc(100% - 1px), rgb(255 255 255 / 4%) 0);
}

.qe-page--services #qe-page-content .qe-content__grid {
  grid-template-columns: 1fr;
}

.qe-page--services #qe-page-content header {
  max-width: 850px;
}

.qe-page--services #qe-page-content header p,
.qe-page--services #qe-page-content .qe-content__items p {
  color: #c2cedc;
}

.qe-page--services #qe-page-content .qe-content__items {
  border-color: #40536c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qe-page--services #qe-page-content .qe-content__items article {
  border-bottom-color: #40536c;
  border-right: 1px solid #40536c;
  display: block;
  min-height: 300px;
  padding: 36px clamp(26px, 3vw, 44px);
}

.qe-page--services #qe-page-content .qe-content__items article:last-child {
  border-right: 0;
}

.qe-page--services #qe-page-content .qe-content__items h3 {
  font-size: clamp(26px, 2.3vw, 34px);
  margin: 54px 0 18px;
}

.qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__grid {
  grid-template-columns: 1fr;
}

.qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__items article {
  border-right: 1px solid var(--qe-workshop-rule);
  display: block;
  min-height: 220px;
  padding: 32px clamp(24px, 3vw, 42px);
}

.qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__items h3 {
  margin: 44px 0 14px;
}

/* Insight index and article reading surfaces --------------------------- */

.qe-page .qe-insights {
  background: #fff;
  padding: clamp(100px, 9vw, 150px) 0;
}

.qe-page--insights .qe-insights__rail {
  border-color: var(--qe-workshop-rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qe-page--insights .qe-insights__rail article {
  background: transparent;
  border-color: var(--qe-workshop-rule);
  min-height: 300px;
  padding: 38px;
}

.qe-page--insights .qe-insights__rail article:first-child {
  background: var(--qe-workshop-navy);
  color: #fff;
}

.qe-page--insights .qe-insights__rail article:first-child :is(a, span) {
  color: #fff;
}

.qe-article__hero {
  background: #fff;
  padding: clamp(94px, 9vw, 146px) 0;
}

.qe-article__hero > .qe-wrap {
  padding-left: clamp(36px, 6vw, 92px);
}

.qe-article__hero > .qe-wrap > a {
  color: var(--qe-workshop-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.qe-article__hero h1 {
  color: var(--qe-workshop-ink);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 690;
  letter-spacing: -.066em;
  line-height: .96;
  margin: 32px 0;
  max-width: 1120px;
  text-wrap: balance;
}

.qe-article__hero figure {
  clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 0 100%);
  margin: 74px 0 -230px;
  max-height: 660px;
}

.qe-article__hero figure img {
  display: block;
  filter: none;
  object-fit: cover;
  width: 100%;
}

.qe-article__body {
  background: var(--qe-workshop-paper);
  padding: 130px 0;
}

.qe-article__hero:has(figure) + .qe-article__body {
  padding-top: 280px;
}

.qe-article__body .qe-wrap {
  max-width: 820px;
}

.qe-article__body :is(p, li) {
  color: #314158;
  font-size: 19px;
  line-height: 1.75;
}

.qe-article__body h2 {
  border-top: 2px solid var(--qe-workshop-blue);
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -.045em;
  margin-top: 72px;
  padding-top: 24px;
}

.qe-article__body h3 {
  font-size: 27px;
  letter-spacing: -.03em;
  margin-top: 48px;
}

/* FAQ, tools, and legal ----------------------------------------------- */

.qe-page .qe-faq {
  background: var(--qe-workshop-paper);
  padding: clamp(96px, 9vw, 142px) 0;
}

.qe-page .qe-faq__grid {
  gap: clamp(70px, 9vw, 140px);
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
}

.qe-page .qe-faq h2 {
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 680;
  letter-spacing: -.06em;
  line-height: .96;
}

.qe-page .qe-faq details {
  border-color: var(--qe-workshop-rule);
}

.qe-page .qe-faq summary {
  font-size: 19px;
  min-height: 82px;
  padding: 27px 0;
}

.qe-page .qe-tool {
  background: var(--qe-workshop-navy);
  color: #fff;
  padding: clamp(100px, 9vw, 150px) 0;
}

.qe-page .qe-tool > .qe-wrap {
  padding-left: clamp(30px, 5vw, 78px);
}

.qe-page .qe-tool .qcdw-section {
  background: transparent;
  color: inherit;
  padding: 0;
}

.qe-page .qe-tool .qcdw-wrap {
  max-width: none;
  padding: 0;
  width: 100%;
}

.qe-page .qe-tool .qcdw-section-head {
  margin-bottom: 60px;
  max-width: 850px;
}

.qe-page .qe-tool .qcdw-section-head :is(h2, p) {
  color: #fff;
}

.qe-page .qe-tool .qcdw-section-head > p:last-child {
  color: #c2cedc;
}

.qe-page .qe-tool :is(.qcdw-roi-panel, .qcdw-roi__results, .qcdw-audit-chat__panel) {
  background: transparent;
  border: 1px solid #40536c;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.qe-page .qe-tool .qcdw-roi-panel :is(h3, label, strong),
.qe-page .qe-tool .qcdw-roi__results :is(strong, span),
.qe-page .qe-tool .qcdw-audit-chat__panel :is(strong, p) {
  color: #fff;
}

.qe-page .qe-tool :is(input[type="number"], input[type="text"], input[type="email"], select, textarea) {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #60758e;
  border-radius: 0;
  color: #fff;
}

.qe-page .qe-tool .qcdw-roi-tool {
  border-color: #40536c;
}

.qe-page .qe-tool .qcdw-roi-tool small,
.qe-page .qe-tool .qcdw-audit-chat__checks,
.qe-page .qe-tool .qcdw-chat-msg p {
  color: #b9c6d6;
}

.qe-legal {
  background: #fff;
  color: var(--qe-workshop-ink);
}

.qe-legal .qcdw-legal-page,
.qe-legal .qcdw-wrap {
  margin-inline: auto;
  max-width: 980px;
}

.qe-legal :is(h1, h2) {
  font-weight: 680;
  letter-spacing: -.055em;
}

.qe-legal h1 {
  font-size: clamp(56px, 7vw, 96px);
  line-height: .96;
}

.qe-legal h2 {
  border-top: 2px solid var(--qe-workshop-blue);
  font-size: clamp(30px, 3vw, 42px);
  margin-top: 64px;
  padding-top: 24px;
}

.qe-legal :is(p, li) {
  color: #314158;
  font-size: 18px;
  line-height: 1.72;
}

/* Responsive ----------------------------------------------------------- */

@media (max-width: 1120px) {
  .qe-page .qe-cinema-hero .qe-page-hero__grid {
    gap: 48px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }

  .qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy {
    column-gap: 52px;
  }

  .qe-page .qe-content__items article {
    grid-template-columns: 42px minmax(150px, .7fr) 1fr;
  }
}

@media (max-width: 860px) {
  .qe-page .qe-stage-rail,
  .qe-article .qe-stage-rail {
    display: none;
  }

  .qe-page .qe-cinema-hero .qe-page-hero__grid,
  .qe-page .qe-cinema-hero--contact .qe-page-hero__grid {
    gap: 54px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 76px 0;
  }

  .qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__grid {
    min-height: auto;
  }

  .qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy {
    display: block;
  }

  .qe-page .qe-hero-index,
  .qe-page .qe-hero-sequence,
  .qe-page .qe-hero-articles {
    margin-top: 54px;
  }

  .qe-page .qe-cinema-hero figure {
    height: min(72vw, 560px);
  }

  .qe-page .qe-cinema-hero--place .qe-page-hero__grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .qe-page .qe-cinema-hero--place .qe-page-hero__copy {
    min-height: 560px;
    padding: 78px var(--qe-workshop-gutter);
    width: 100%;
  }

  .qe-page .qe-cinema-hero--place figure {
    clip-path: none;
    height: 460px;
  }

  .qe-page .qe-showcase__grid,
  .qe-page .qe-content__grid,
  .qe-page .qe-faq__grid {
    gap: 58px;
    grid-template-columns: 1fr;
  }

  .qe-page--services #qe-page-content .qe-content__items,
  .qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__items {
    grid-template-columns: 1fr;
  }

  .qe-page--services #qe-page-content .qe-content__items article,
  .qe-page[data-qe-page-slug="contact"] #qe-page-content .qe-content__items article {
    border-right: 0;
    min-height: 0;
  }

  .qe-page--insights .qe-insights__rail {
    grid-template-columns: 1fr;
  }

  .qe-page--insights .qe-insights__rail article {
    border-bottom: 1px solid var(--qe-workshop-rule);
    border-right: 0;
  }
}

@media (max-width: 600px) {
  .qe-page .qe-cinema-hero .qe-page-hero__grid,
  .qe-page .qe-cinema-hero--contact .qe-page-hero__grid {
    padding: 58px 0;
    width: calc(100% - 32px);
  }

  .qe-page .qe-cinema-hero .qe-page-hero__copy h1,
  .qe-page :is(.qe-cinema-hero--services, .qe-cinema-hero--process, .qe-cinema-hero--insights) .qe-page-hero__copy h1 {
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -.06em;
  }

  .qe-page .qe-cinema-hero .qe-page-hero__copy > p {
    font-size: 17px;
    margin-top: 44px;
  }

  .qe-page .qe-cinema-hero .qe-actions {
    align-items: stretch;
    display: grid;
  }

  .qe-page .qe-cinema-hero .qe-button {
    justify-content: center;
    width: 100%;
  }

  .qe-page .qe-cinema-hero figure {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    height: 96vw;
  }

  .qe-page .qe-hero-index li,
  .qe-page .qe-hero-articles a {
    grid-template-columns: 60px 1fr;
  }

  .qe-page .qe-hero-sequence li {
    grid-template-columns: 88px 1fr;
  }

  .qe-page .qe-content,
  .qe-page .qe-showcase,
  .qe-page .qe-faq,
  .qe-page .qe-tool,
  .qe-page .qe-insights {
    padding: 82px 0;
  }

  .qe-page .qe-content__items article {
    display: grid;
    grid-template-columns: 38px 1fr;
    padding: 26px 0;
  }

  .qe-page .qe-content__items article > span {
    grid-row: 1 / 3;
  }

  .qe-page .qe-content__items p {
    grid-column: 2;
    margin-top: 10px;
  }

  .qe-page .qe-page-hero__form .qcdw-contact-form form {
    grid-template-columns: 1fr;
  }

  .qe-page .qe-page-hero__form .qcdw-contact-form :is(label, button) {
    grid-column: 1;
  }

  .qe-article__hero,
  .qe-article__body {
    padding: 78px 0;
  }

  .qe-article__hero > .qe-wrap {
    padding-left: 0;
  }

  .qe-article__hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .qe-article__hero figure {
    margin: 54px 0 -126px;
  }

  .qe-article__hero:has(figure) + .qe-article__body {
    padding-top: 170px;
  }

  .qe-article__body :is(p, li) {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qe-page .qe-cinema-hero figure,
  .qe-page .qe-stage-rail i,
  .qe-article .qe-stage-rail i {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

