/* Mega menu theme integration */
:root {
  --qui-megaMenu-link-color: var(--qui-nav-link-color);
  --qui-megaMenu-link-color--hover: var(--qui-nav-link-color--hover);
  --qui-megaMenu-link-bgColor--hover: var(--qui-nav-link-bgColor--hover);
  --qui-megaMenu-text-color: var(--qui-colors-text);
  --qui-megaMenu-text-color--muted: var(--qui-colors-text-muted);
  --qui-megaMenu-submenu-bgColor: var(--qui-colors-surface);
  --qui-megaMenu-submenu-link-color: var(--qui-colors-link);
  --qui-megaMenu-submenu-link-color--hover: var(--qui-colors-link--hover);
  --qui-megaMenu-submenu-link-bgColor--hover: var(--qui-colors-surface-subtle);
}

.header-bar .quiqqer-menu-megaMenu-list-item-menu {
  border: var(--qui-border-width) var(--qui-border-style) var(--qui-border-color);
  box-shadow: var(--qui-shadow-card);
  overflow: hidden;
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry {
  border-bottom-color: var(--qui-border-color);
  color: var(--qui-colors-text);
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry:hover {
  background: var(--qui-colors-surface-subtle);
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry > a {
  color: var(--qui-colors-link);
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry > a:hover {
  color: var(--qui-colors-link--hover);
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry-short {
  color: var(--qui-colors-text-muted);
}

.header-bar .quiqqer-menu-megaMenu-children-standard-icon {
  background: var(--qui-colors-surface-subtle);
}
/* End mega menu theme integration */

/* Hell's Contractor global project theme */
:root {
  color-scheme: dark;
  --theme--template-settings__body-bgColor: #050406;
  --theme--qui-body-container-max-width: 1480px;
  --theme--qui-page-contentSize: 1280px;
  --theme--qui-page-wideSize: 1480px;
  --theme--qui-page-narrowSize: 900px;
  --theme--qui-page-padding: clamp(1rem, 3vw, 3rem);
  --theme--qui-colors-surface: #09070a;
  --theme--qui-colors-surface-subtle: #0d0909;
  --theme--qui-colors-surface-card: #111111;
  --theme--qui-colors-surface-card-subtle: #0d0909;
  --theme--qui-colors-heading: #f2e6c8;
  --theme--qui-colors-text-muted: #b8ae9e;
  --theme--qui-colors-text-soft: #8f8679;
  --theme--qui-link-color: #c89649;
  --theme--qui-link-color--hover: #e75a23;
  --theme--qui-border-color: rgba(200, 150, 73, 0.28);
  --theme--qui-nav-maxWidth: 1480px;
  --theme--qui-nav-bgColor: #050406;
  --theme--qui-nav-bgColor--scrolled: #050406;
  --theme--qui-nav-link-color: #f2e6c8;
  --theme--qui-nav-link-color--hover: #e75a23;
  --theme--qui-nav-link-bgColor--hover: #0d0909;
  --theme--qui-nav-initialTransparent-link-color: #f2e6c8;
  --theme--qui-nav-initialTransparent-link-color--hover: #e75a23;
  --theme--qui-nav-initialTransparent-link-bgColor--hover: #0d0909;
  --theme--qui-nav-mobile-bg: #09070a;
  --theme--qui-nav-mobile-font-color: #f2e6c8;
  --theme--qui-nav-subMenu-bgColor: #09070a;
  --theme--qui-nav-mobile-social-bar-bg: #0d0909;
  --theme--qui-shadow-card: none;
}

body,
.body-container,
.main-contentWrapper {
  background: var(--qui-colors-background);
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.header-bar {
  border-bottom: var(--qui-border-width, 1px) var(--qui-border-style, solid) var(--qui-border-color);
}

footer {
  border-top: var(--qui-border-width, 1px) var(--qui-border-style, solid) var(--qui-border-color);
}
/* End Hell's Contractor global project theme */

/* Hell's Contractor landing page - scoped to page 1 */
.hells-contractor-landing {
  --hc-black: #050406;
  --hc-surface: #09070a;
  --hc-surface-warm: #0d0909;
  --hc-ivory: #f2e6c8;
  --hc-gold: #c89649;
  --hc-gold-dim: #765b32;
  --hc-cyan: #39d5da;
  --hc-ember: #e75a23;
  --hc-violet: #8c4bc1;
  --hc-muted: #b8ae9e;
  --hc-line: rgba(200, 150, 73, 0.28);
  --qui-colors-surface: #111111;
  color: var(--hc-ivory);
  background: var(--hc-black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.hells-contractor-landing .body-container,
.hells-contractor-landing .main-contentWrapper,
.hells-contractor-landing .tpl-brickArea-header,
.hells-contractor-landing .tpl-brickArea-headerSuffix,
.hells-contractor-landing .tpl-brickArea-footerPrefix {
  background: var(--hc-black);
}

.hells-contractor-landing .main-contentWrapper {
  min-height: 0;
  padding: 0;
}

.hells-contractor-landing .header-bar {
  color: var(--hc-ivory);
  border-bottom: 1px solid rgba(200, 150, 73, 0.16);
}

.hells-contractor-landing .header-bar-container {
  background: rgba(5, 4, 6, 0.9);
  backdrop-filter: blur(14px);
}

.hells-contractor-landing .header-bar--initial-transparent:not(.header-bar--scrolled) .header-bar-container {
  background: linear-gradient(180deg, rgba(5, 4, 6, 0.88), rgba(5, 4, 6, 0));
  backdrop-filter: none;
}

.hells-contractor-landing .header-bar a {
  color: var(--hc-ivory);
  letter-spacing: 0.08em;
}

.hells-contractor-landing .tpl-brick,
.hells-contractor-landing .tpl-brick__inner {
  margin: 0;
  max-width: none;
}

.hells-contractor-landing .tpl-brick__inner {
  padding-inline: 0;
}

.hells-contractor-landing h1,
.hells-contractor-landing h2,
.hells-contractor-landing h3 {
  color: var(--hc-ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.hells-contractor-landing h1 {
  font-size: clamp(3.15rem, 6.25vw, 6.9rem);
  max-width: 68%;
}

.hells-contractor-landing h1 em {
  color: var(--hc-ember);
  font-style: normal;
}

.hells-contractor-landing h2 {
  font-size: clamp(2.55rem, 5.2vw, 5.8rem);
}

.hells-contractor-landing h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.hells-contractor-landing p {
  color: var(--hc-muted);
}

.hells-contractor-landing .hc-wordmark {
  color: var(--hc-ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: clamp(3rem, 8vh, 7rem);
  text-transform: uppercase;
}

.hells-contractor-landing .hc-wordmark::before {
  background: var(--hc-ember);
  box-shadow: 0 0 24px rgba(231, 90, 35, 0.55);
  content: "";
  display: inline-block;
  height: 0.72em;
  margin-right: 0.7em;
  transform: rotate(45deg);
  width: 0.72em;
}

.hells-contractor-landing .hc-eyebrow {
  color: var(--hc-cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-lead {
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  max-width: 64%;
}

.hells-contractor-landing .hc-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2rem;
}

.hells-contractor-landing .hc-button,
.hells-contractor-landing .hc-button.btn,
.hells-contractor-landing a.hc-button {
  align-items: center;
  background: linear-gradient(180deg, #f0722f, #a82f12);
  border: 1px solid #ff9257;
  border-radius: 0;
  box-shadow: 0 0 0 3px rgba(5, 4, 6, 0.85), 0 0 0 4px rgba(200, 150, 73, 0.62), 0 9px 36px rgba(231, 90, 35, 0.28);
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  color: #fff6df;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 3.55rem;
  padding: 0.95rem 2.3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 160ms ease, transform 160ms ease;
}

.hells-contractor-landing .hc-button:hover,
.hells-contractor-landing .hc-button:focus-visible {
  color: #fff;
  filter: brightness(1.14);
  transform: translateY(-2px);
}

.hells-contractor-landing .hc-button:focus-visible,
.hells-contractor-landing .hc-text-link:focus-visible,
.hells-contractor-landing .quiqqer-tabsAdvanced-nav-item:focus-visible {
  outline: 3px solid var(--hc-cyan);
  outline-offset: 5px;
}

.hells-contractor-landing .hc-button--nav {
  box-shadow: none;
  min-height: 2.55rem;
  padding: 0.55rem 1.35rem;
}

.hells-contractor-landing .hc-text-link {
  border-bottom: 1px solid var(--hc-gold);
  color: var(--hc-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  padding-bottom: 0.3rem;
  text-decoration: none;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-hero,
.hells-contractor-landing .hc-story {
  overflow: hidden;
  position: relative;
}

.hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo,
.hells-contractor-landing .hc-story .quiqqer-presentationBricks-backgroundVideo {
  min-height: inherit;
}

.hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo-videoContainer::after {
  background: linear-gradient(90deg, rgba(5, 4, 6, 0.98) 0%, rgba(5, 4, 6, 0.84) 28%, rgba(5, 4, 6, 0.12) 67%, rgba(5, 4, 6, 0.05) 100%),
              linear-gradient(0deg, #050406 0%, transparent 24%, transparent 86%, rgba(5, 4, 6, 0.52) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hells-contractor-landing .hc-story .quiqqer-presentationBricks-backgroundVideo-videoContainer::after {
  background: linear-gradient(0deg, rgba(5, 4, 6, 0.96) 0%, rgba(5, 4, 6, 0.12) 52%, rgba(5, 4, 6, 0.5) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hells-contractor-landing .hc-hero video,
.hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo-poster,
.hells-contractor-landing .hc-story video,
.hells-contractor-landing .hc-story .quiqqer-presentationBricks-backgroundVideo-poster {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo-content > .grid-container {
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.hells-contractor-landing .hc-hero__content {
  padding: clamp(7.5rem, 13vh, 10rem) clamp(1.5rem, 6vw, 6rem) clamp(4rem, 8vh, 7rem);
  text-align: left;
}

.hells-contractor-landing .hc-hero h1 em {
  display: block;
  font-size: 0.82em;
  line-height: 1.02;
  margin-top: 0.08em;
}

.hells-contractor-landing .hc-hero__content .hc-eyebrow {
  margin-bottom: 1.4rem;
}

.hells-contractor-landing .hc-section,
.hells-contractor-landing .hc-systems {
  margin-inline: auto;
  max-width: 1480px;
  padding: clamp(6rem, 11vw, 11rem) clamp(1.5rem, 6vw, 6rem);
}

.hells-contractor-landing .hc-section__intro {
  max-width: 760px;
}

.hells-contractor-landing .hc-section__intro > p:last-child {
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  max-width: 42rem;
}

.hells-contractor-landing .hc-section__intro--center {
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  max-width: 850px;
  padding-inline: 1.5rem;
  text-align: center;
}

.hells-contractor-landing .hc-promise-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.hells-contractor-landing .hc-promise-grid article {
  border-left: 1px solid var(--hc-line);
  min-height: 17rem;
  padding: 1.75rem clamp(1.5rem, 3vw, 3.5rem);
}

.hells-contractor-landing .hc-promise-grid article:last-child {
  border-right: 1px solid var(--hc-line);
}

.hells-contractor-landing .hc-index {
  color: rgba(200, 150, 73, 0.3);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  line-height: 0.85;
  margin-bottom: 2.5rem;
}

.hells-contractor-landing .hc-long-game {
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
}

.hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-wrapper {
  margin-inline: auto;
  max-width: 1380px;
}

.hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry {
  border: 0;
  border-left: 1px solid var(--hc-line);
  box-shadow: none;
  min-height: 15rem;
  padding: 1.6rem clamp(1rem, 2.5vw, 2.5rem);
}

.hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry-container:last-child .quiqqer-boxContentAdvanced-entry {
  border-right: 1px solid var(--hc-line);
}

.hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry-title {
  color: var(--hc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1;
}

.hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry-subTitle {
  color: var(--hc-ivory);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-story__content {
  background: linear-gradient(90deg, rgba(5, 4, 6, 0.94), rgba(5, 4, 6, 0.72), transparent);
  margin: 0 clamp(1.5rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  max-width: 880px;
  padding: clamp(2rem, 4vw, 4rem);
  text-align: left;
}

.hells-contractor-landing .hc-story__content h2 {
  font-size: clamp(2.4rem, 4.8vw, 5.4rem);
}

.hells-contractor-landing .hc-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
}

.hells-contractor-landing .hc-flow li {
  color: var(--hc-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-flow li:not(:last-child)::after {
  color: var(--hc-gold);
  content: ">";
  margin-left: 1rem;
}

.hells-contractor-landing .hc-systems {
  padding-block: clamp(6rem, 11vw, 11rem);
}

.hells-contractor-landing .hc-systems .control-body {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-nav {
  border-bottom: 1px solid var(--hc-line);
  border-top: 1px solid var(--hc-line);
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-nav-item,
.hells-contractor-landing .hc-systems button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--hc-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-height: 4rem;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-nav-item.active,
.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-nav-item:hover {
  color: var(--hc-ivory);
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-content {
  padding-top: clamp(2.5rem, 5vw, 5rem);
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-content-image img {
  filter: saturate(0.9) contrast(1.07);
  width: 100%;
}

.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-content-title {
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.hells-contractor-landing .hc-final-cta {
  position: relative;
}

.hells-contractor-landing .hc-final-cta::after {
  background: linear-gradient(90deg, rgba(5, 4, 6, 0.98) 0%, rgba(5, 4, 6, 0.8) 36%, rgba(5, 4, 6, 0.12) 72%),
              linear-gradient(0deg, #050406 0%, transparent 26%, rgba(5, 4, 6, 0.35) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hells-contractor-landing .hc-final-cta .qui-presentationBricks-controls-wallpaperText__contentWrapper {
  position: relative;
  z-index: 2;
}

.hells-contractor-landing .hc-final-cta__content {
  padding-block: clamp(4rem, 9vw, 8rem);
  text-align: left;
}

.hells-contractor-landing .hc-final-cta__content h2 {
  max-width: 10ch;
}

.hells-contractor-landing .hc-final-cta__content > p {
  max-width: 40rem;
}

.hells-contractor-landing .hc-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 2rem 0 2.5rem;
  padding: 0;
}

.hells-contractor-landing .hc-proof-list li {
  color: var(--hc-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hells-contractor-landing .hc-proof-list li::before {
  background: var(--hc-cyan);
  content: "";
  display: inline-block;
  height: 0.42rem;
  margin-right: 0.6rem;
  transform: rotate(45deg);
  width: 0.42rem;
}

.hells-contractor-landing .hc-final-cta small {
  color: var(--hc-muted);
  display: block;
  margin-top: 1.8rem;
}

.hells-contractor-landing footer {
  background: #030304;
  border-top: 1px solid var(--hc-line);
  color: var(--hc-muted);
}

@media (max-width: 980px) {
  .hells-contractor-landing .hc-hero h1,
  .hells-contractor-landing .hc-lead {
    max-width: 100%;
  }

  .hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo-videoContainer::after {
    background: linear-gradient(0deg, rgba(5, 4, 6, 0.96) 0%, rgba(5, 4, 6, 0.54) 58%, rgba(5, 4, 6, 0.35) 100%);
  }

  .hells-contractor-landing .hc-hero__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 760px;
  }

  .hells-contractor-landing .hc-wordmark {
    margin-bottom: auto;
  }

  .hells-contractor-landing .hc-promise-grid {
    grid-template-columns: 1fr;
  }

  .hells-contractor-landing .hc-promise-grid article,
  .hells-contractor-landing .hc-promise-grid article:last-child {
    border: 0;
    border-top: 1px solid var(--hc-line);
    min-height: 0;
    padding-block: 2.5rem;
  }

  .hells-contractor-landing .hc-index {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
  }

  .hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry {
    border-left: 0;
    border-top: 1px solid var(--hc-line);
  }

  .hells-contractor-landing .hc-long-game .quiqqer-boxContentAdvanced-entry-container:last-child .quiqqer-boxContentAdvanced-entry {
    border-right: 0;
    border-bottom: 1px solid var(--hc-line);
  }

  .hells-contractor-landing .hc-final-cta::after {
    background: linear-gradient(0deg, rgba(5, 4, 6, 0.97) 0%, rgba(5, 4, 6, 0.72) 56%, rgba(5, 4, 6, 0.25) 100%);
  }
}

@media (max-width: 640px) {
  .hells-contractor-landing {
    font-size: 16px;
  }

  .hells-contractor-landing .hc-hero__content {
    min-height: 680px;
    padding-inline: 1.25rem;
  }

  .hells-contractor-landing .hc-actions,
  .hells-contractor-landing .hc-button {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hells-contractor-landing .hc-button {
    width: 100%;
  }

  .hells-contractor-landing .hc-story__content {
    margin-inline: 1rem;
  }

  .hells-contractor-landing .hc-flow {
    align-items: flex-start;
    flex-direction: column;
  }

  .hells-contractor-landing .hc-flow li:not(:last-child)::after {
    content: "";
  }

  .hells-contractor-landing .hc-proof-list {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hells-contractor-landing *,
  .hells-contractor-landing *::before,
  .hells-contractor-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Generated media fallback for image-only BackgroundVideo bricks */
.hells-contractor-landing .brick-id-6,
.hells-contractor-landing .brick-id-2 {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hells-contractor-landing .brick-id-6::before,
.hells-contractor-landing .brick-id-2::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hells-contractor-landing .brick-id-6::before {
  background: linear-gradient(90deg, rgba(5, 4, 6, 0.98) 0%, rgba(5, 4, 6, 0.84) 28%, rgba(5, 4, 6, 0.12) 67%, rgba(5, 4, 6, 0.05) 100%),
              linear-gradient(0deg, #050406 0%, transparent 24%, transparent 86%, rgba(5, 4, 6, 0.52) 100%);
}

.hells-contractor-landing .brick-id-2::before {
  background: linear-gradient(0deg, rgba(5, 4, 6, 0.96) 0%, rgba(5, 4, 6, 0.12) 52%, rgba(5, 4, 6, 0.5) 100%);
}

.hells-contractor-landing .brick-id-6 > .tpl-brick__imageBgWrapper,
.hells-contractor-landing .brick-id-2 > .tpl-brick__imageBgWrapper {
  filter: brightness(0.76);
  z-index: 0;
}

.hells-contractor-landing .brick-id-6 > .tpl-brick__inner,
.hells-contractor-landing .brick-id-2 > .tpl-brick__inner {
  position: relative;
  z-index: 2;
}

.hells-contractor-landing .hc-hero .quiqqer-presentationBricks-backgroundVideo,
.hells-contractor-landing .hc-story .quiqqer-presentationBricks-backgroundVideo {
  background: transparent !important;
}

@media (max-width: 980px) {
  .hells-contractor-landing .brick-id-6::before {
    background: linear-gradient(0deg, rgba(5, 4, 6, 0.96) 0%, rgba(5, 4, 6, 0.54) 58%, rgba(5, 4, 6, 0.35) 100%);
  }
}

/* Direct QUIQQER image.php delivery; avoids inactive cache derivatives. */
.hells-contractor-landing .brick-id-6 {
  background-image: url('/image.php?id=6&project=hell');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hells-contractor-landing .brick-id-2 {
  background-image: url('/image.php?id=7&project=hell');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hells-contractor-landing .hc-final-cta {
  background-image: url('/image.php?id=8&project=hell') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hells-contractor-landing .hc-final-cta .qui-presentationBricks-controls-wallpaperText,
.hells-contractor-landing .hc-final-cta .qui-presentationBricks-wallpaperText {
  background: transparent !important;
}



.hells-contractor-landing .hc-systems .quiqqer-tabsAdvanced-content-text::before {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  filter: saturate(0.9) contrast(1.07);
  margin: 0 0 2rem;
  width: 100%;
}

.hells-contractor-landing #living-residents .quiqqer-tabsAdvanced-content-text::before {
  background-image: url('/image.php?id=6&project=hell');
}

.hells-contractor-landing #traffic-supply .quiqqer-tabsAdvanced-content-text::before,
.hells-contractor-landing #crisis-recovery .quiqqer-tabsAdvanced-content-text::before {
  background-image: url('/image.php?id=7&project=hell');
}

.hells-contractor-landing #districts-policy .quiqqer-tabsAdvanced-content-text::before {
  background-image: url('/image.php?id=8&project=hell');
}


/* Hell's Contractor subpage atmospheric wash */
body:not(.page-1),
body:not(.page-1) .body-container {
  background-color: #050406 !important;
  background-image:
    radial-gradient(ellipse 88rem 34rem at 56% 12rem, rgba(137, 34, 21, 0.38), rgba(76, 16, 13, 0.20) 48%, transparent 78%),
    radial-gradient(ellipse 72rem 46rem at 2% 60%, rgba(116, 27, 20, 0.22), transparent 76%),
    linear-gradient(118deg, transparent 8%, rgba(92, 20, 16, 0.11) 39%, rgba(137, 34, 21, 0.14) 62%, transparent 90%) !important;
  background-repeat: no-repeat !important;
}

body:not(.page-1) .main-contentWrapper,
body:not(.page-1) .tpl-brickArea-contentPrefix,
body:not(.page-1) .tpl-brickArea-contentPrefix__entry,
body:not(.page-1) .tpl-brickArea-prefixContentBricks,
body:not(.page-1) .tpl-brickArea-prefixContentBricks__entry,
body:not(.page-1) .tpl-brick__inner,
body:not(.page-1) [data-brickid] > .control-content,
body:not(.page-1) .hc-page {
  background: transparent !important;
}
/* End Hell's Contractor subpage atmospheric wash */

/* Hell's Contractor contact form */
body.type-quiqqer-sitetypes-types-contact .main-content {
  padding-block: clamp(3rem, 7vw, 6rem);
}

body.type-quiqqer-sitetypes-types-contact .hc-contact-intro {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.type-quiqqer-sitetypes-types-contact .hc-contact-intro h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}

body.type-quiqqer-sitetypes-types-contact .hc-contact-intro .lead {
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 46rem;
}

body.type-quiqqer-sitetypes-types-contact .content-template {
  background:
    radial-gradient(circle at 92% 3%, rgba(231, 90, 35, 0.13), transparent 22rem),
    linear-gradient(145deg, rgba(32, 14, 13, 0.86), rgba(8, 5, 6, 0.92));
  border: 1px solid rgba(200, 150, 73, 0.3);
  border-radius: 1rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
  padding: clamp(1.25rem, 4vw, 3rem);
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact > label:not([for="qui-contact-privacypolicy"]) {
  color: var(--qui-colors-heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
  text-transform: uppercase;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="text"],
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="email"],
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact textarea {
  background:
    linear-gradient(180deg, rgba(2, 2, 3, 0.88), rgba(10, 6, 7, 0.88));
  border: 1px solid rgba(200, 150, 73, 0.32);
  border-radius: 0.7rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  color: var(--qui-colors-text);
  font: inherit;
  outline: 0;
  padding: 0.95rem 1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="text"],
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="email"] {
  min-height: 3.35rem;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact textarea {
  line-height: 1.6;
  min-height: 13rem;
  resize: vertical;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input::placeholder,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact textarea::placeholder {
  color: #756b61;
  opacity: 1;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="text"]:hover,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="email"]:hover,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact textarea:hover {
  border-color: rgba(200, 150, 73, 0.56);
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="text"]:focus,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="email"]:focus,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact textarea:focus {
  border-color: var(--qui-colors-primary);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--qui-colors-primary) 16%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact label[for="qui-contact-privacypolicy"] {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(200, 150, 73, 0.18);
  border-radius: 0.65rem;
  color: var(--qui-colors-text-muted);
  display: flex;
  gap: 0.8rem;
  line-height: 1.5;
  margin-block: 0.85rem 0.45rem;
  padding: 0.9rem 1rem;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="checkbox"] {
  accent-color: var(--qui-colors-primary);
  flex: 0 0 auto;
  height: 1.1rem;
  margin: 0.15rem 0 0;
  width: 1.1rem;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="submit"],
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact button[type="submit"] {
  background: linear-gradient(180deg, #f07131, #d94b21);
  border: 1px solid #ff8950;
  border-radius: 0.55rem;
  box-shadow: 0 0.75rem 2rem rgba(231, 90, 35, 0.2);
  color: #fff8ec;
  cursor: pointer;
  font-weight: 800;
  margin: 0.25rem 0 0;
  min-height: 3.25rem;
  padding: 0.8rem 1.75rem;
  transition: filter 160ms ease, transform 160ms ease;
  width: fit-content;
}

body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="submit"]:hover,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="submit"]:focus-visible,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact button[type="submit"]:hover,
body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact button[type="submit"]:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

@media (max-width: 48rem) {
  body.type-quiqqer-sitetypes-types-contact .content-template {
    border-inline: 0;
    border-radius: 0;
    margin-inline: calc(var(--theme--qui-page-padding, 1rem) * -1);
  }

  body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact input[type="submit"],
  body.type-quiqqer-sitetypes-types-contact form.quiqqer-simple-contact button[type="submit"] {
    width: 100%;
  }
}
/* End Hell's Contractor contact form */

/* Hell's Contractor unified navigation typography */
.header-bar,
.header-bar a,
.header-bar button,
.quiqqer-menu-megaMenu-list,
.quiqqer-menu-megaMenu-list a,
.quiqqer-menu-megaMenu-list button {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.header-bar {
  font-size: 17px;
  line-height: 1.65;
}

.header-bar a,
.header-bar button {
  letter-spacing: 0.08em;
}

.header-bar .quiqqer-menu-megaMenu-children-standard-list-entry > a,
.header-bar .quiqqer-menu-megaMenu-list-item-menu a {
  letter-spacing: 0.035em;
}

@media (max-width: 767px) {
  .header-bar a,
  .header-bar button {
    letter-spacing: 0.055em;
  }
}
/* End Hell's Contractor unified navigation typography */

/* Hell's Contractor endless stat single line */
.hells-contractor-landing .hc-long-game
.quiqqer-boxContentAdvanced-entry-container:last-child
.quiqqer-boxContentAdvanced-entry-title {
  font-size: clamp(2.8rem, 4.2vw, 4.7rem);
  white-space: nowrap;
}
/* End Hell's Contractor endless stat single line */

/* Hell's Contractor centered desktop mega menu */
@media (min-width: 768px) {
  .header-bar .quiqqer-menu-megaMenu > .quiqqer-menu-megaMenu-list-item-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(1200px, calc(100% - 2rem)) !important;
  }

  .header-bar .quiqqer-menu-megaMenu-children-standard-icon:has(.quiqqer-empty-image) {
    display: none;
  }

  .header-bar .quiqqer-menu-megaMenu-children-standard-container {
    flex-basis: 100%;
    width: 100%;
  }
}
/* End Hell's Contractor centered desktop mega menu */
