.ace-arc-full-bleed {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.elementor-widget-shortcode .ace-arc-full-bleed,
.elementor-widget-container .ace-arc-full-bleed {
  display: block;
}

.elementor-widget-shortcode:has(.ace-arc-full-bleed),
.elementor-widget-shortcode:has(.ace-arc-full-bleed) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ace-arc-scope,
.ace-arc-scope * {
  box-sizing: border-box;
}

.ace-arc-scope {
  text-align: initial;
  isolation: isolate;
  font-family: "DM Sans", Arial, sans-serif !important;
}

.ace-arc-scope h1,
.ace-arc-scope h2,
.ace-arc-scope h3,
.ace-arc-scope h4,
.ace-arc-scope h5,
.ace-arc-scope h6,
.ace-arc-scope p {
  color: inherit;
}

.ace-arc-scope a {
  box-shadow: none !important;
}

.ace-arc-scope img {
  box-shadow: none !important;
}

.ace-arc-scope h1,
.ace-arc-scope h2,
.ace-arc-scope h3 {
  font-family: "Source Serif 4", Georgia, serif;
}

.ace-arc-scope h4,
.ace-arc-scope h5,
.ace-arc-scope h6,
.ace-arc-scope p,
.ace-arc-scope a,
.ace-arc-scope button,
.ace-arc-scope input,
.ace-arc-scope textarea,
.ace-arc-scope span,
.ace-arc-scope label {
  font-family: "DM Sans", Arial, sans-serif;
}

.ace-arc-scope .ace-title,
.ace-arc-scope .projects-hero h1,
.ace-arc-scope .lead-form-panel h1,
.ace-arc-scope .hero-copy h1,
.ace-arc-scope .story-copy h1,
.ace-arc-scope .footer-top p:first-child {
  font-family: "Source Serif 4", Georgia, serif !important;
}

.ace-arc-scope .tool-icon,
.ace-arc-scope .step-icon,
.ace-arc-scope .theme-toggle,
.ace-arc-scope .ace-theme-toggle,
.ace-arc-scope .ace-mobile-arrow,
.ace-arc-scope .ace-play {
  background-color: var(--ace-icon-bg, var(--panel)) !important;
  border-color: var(--ace-icon-border, var(--line-strong)) !important;
}

.ace-arc-scope i,
.ace-arc-scope svg,
.ace-arc-scope svg * {
  color: var(--ace-icon-color, var(--accent)) !important;
  fill: var(--ace-icon-color, currentColor) !important;
  stroke: var(--ace-icon-color, currentColor) !important;
}

.ace-arc-scope .tool-action,
.ace-arc-scope .navigator-button,
.ace-arc-scope .submit-button,
.ace-arc-scope .ace-btn,
.ace-arc-scope .filter-button,
.ace-arc-scope .case-button,
.ace-arc-scope .next-project,
.ace-arc-scope .modal-tab {
  border-color: var(--ace-icon-border, var(--line-strong)) !important;
}

.ace-sketch-image-panel,
.ace-sketch-replacement {
  display: block;
  width: 100%;
}

.ace-sketch-image-panel img,
.ace-sketch-replacement {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ace-arc-scope--lead .sketch-panel.ace-sketch-image-panel,
.ace-arc-scope--footer .footer-sketch.ace-sketch-image-panel {
  display: grid;
  place-items: center;
}

.ace-arc-scope--footer .footer-sketch.ace-sketch-image-panel {
  height: auto;
  min-height: 0;
}

.ace-arc-scope--footer .footer-stage {
  padding-top: clamp(32px, 5vw, 64px) !important;
  padding-bottom: clamp(32px, 5vw, 64px) !important;
}

.ace-arc-scope--transparency .ace-wire-replacement {
  position: absolute;
  inset: 5% 0 8%;
  height: 87%;
}

.ace-arc-scope--transparency .story-copy h1,
.ace-arc-scope--transparency .story-copy p,
.ace-arc-scope--transparency .story-line span,
.ace-arc-scope--transparency .process-rail p {
  color: var(--text) !important;
}

.ace-arc-scope--transparency,
[data-theme="dark"] .ace-arc-scope--transparency,
[data-theme="light"] .ace-arc-scope--transparency {
  --bg: #d94f10;
  --bg-deep: #b83d0a;
  --text: #fff7ed;
  --muted: rgba(255, 247, 237, 0.76);
  --line: rgba(255, 247, 237, 0.33);
  --line-strong: rgba(255, 247, 237, 0.76);
  --accent: #fff7ed;
}

.ace-arc-scope--footer,
[data-theme="dark"] .ace-arc-scope--footer,
[data-theme="light"] .ace-arc-scope--footer {
  --bg: #f7f3eb;
  --footer-bg: #10100f;
  --panel: #151514;
  --text: #f7f3eb;
  --muted: rgba(247, 243, 235, 0.72);
  --line: rgba(247, 243, 235, 0.28);
  --line-strong: rgba(247, 243, 235, 0.48);
  --accent: #ff7518;
}

.ace-arc-scope--home .ace-page,
.ace-arc-scope--projects .projects-page,
.ace-arc-scope--lead .lead-page,
.ace-arc-scope--tools .tools-page,
.ace-arc-scope--transparency .navigator-page {
  width: 100% !important;
  max-width: none !important;
}

.ace-arc-scope--footer .footer-stage {
  width: 100% !important;
}
