/* Elementor-native compatibility layer. Content and layout remain editable widgets. */
html,
body {
  margin: 0;
  padding: 0;
}

/* Source inline spacing translated to reusable Elementor advanced classes. */
.elementor .cba-mt-8 { margin-top: 8px !important; }
.elementor .cba-mt-12 { margin-top: 12px !important; }
.elementor .cba-mt-14 { margin-top: 14px !important; }
.elementor .cba-mt-16 { margin-top: 16px !important; }
.elementor .cba-mt-18 { margin-top: 18px !important; }
.elementor .cba-mt-22 { margin-top: 22px !important; }
.elementor .cba-mt-32 { margin-top: 32px !important; }
.elementor .cba-mt-34 { margin-top: 34px !important; }
.elementor .cba-mb-6 { margin-bottom: 6px !important; }
.elementor .cba-mb-10 { margin-bottom: 10px !important; }
.elementor .cba-fs-095 { font-size: .95rem !important; }
.elementor .cba-justify-center { justify-content: center !important; }

body.elementor-page {
  font-family: var(--body);
  color: var(--text-on-dark);
  background: var(--black);
}

.elementor.elementor .elementor-element {
  --widgets-spacing: 0px;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor .elementor-widget-heading .elementor-heading-title {
  font-family: var(--heading) !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  line-height: .96;
  color: var(--text-on-dark-strong) !important;
}

.elementor h4 {
  font-family: var(--sans) !important;
}

.elementor .e-con {
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}

.elementor .elementor-widget-text-editor p,
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.elementor .elementor-widget-text-editor {
  font-family: var(--body);
  color: inherit;
}

.elementor .hero .lede {
  color: rgba(245, 243, 238, .86) !important;
}

.elementor .trust-label,
.elementor .hero-meta {
  font-family: var(--sans);
}

.elementor .trust-label {
  font-family: var(--heading) !important;
  font-weight: 700 !important;
  color: var(--orange-bright) !important;
}

.elementor .why-advantages-panel h3,
.elementor .why-advantages-panel .elementor-heading-title {
  font-family: var(--sans) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: none;
  color: var(--ink) !important;
}

.elementor .overflow-check-panel h3,
.elementor .overflow-check-panel .elementor-heading-title {
  font-family: var(--sans) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none;
  color: var(--text-on-dark-strong) !important;
}

.elementor .detail-body h4,
.elementor .detail-body h4.elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: .85rem !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange-bright) !important;
}

.elementor .site-footer h4,
.elementor .site-footer h4.elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange) !important;
}

.elementor .section-light h1,
.elementor .section-light h2,
.elementor .section-light h3,
.elementor .section-light .elementor-heading-title {
  color: var(--ink) !important;
}

.elementor .section-light .dark-card h3,
.elementor .section-light .dark-card .elementor-heading-title,
.elementor .dark-card h3,
.elementor .dark-card .elementor-heading-title,
.elementor .contact-aside h3,
.elementor .contact-aside .elementor-heading-title {
  color: var(--text-on-dark-strong) !important;
}

.elementor .hero h1,
.elementor .hero .elementor-heading-title {
  color: #f7f5ef !important;
}

.elementor .services-showcase .section-head h2,
.elementor .services-showcase .section-head .elementor-heading-title,
.elementor .industry-showcase .section-head h2,
.elementor .industry-showcase .section-head .elementor-heading-title {
  color: var(--orange) !important;
}

.elementor .services-showcase .card > .elementor-widget-text-editor {
  color: rgba(207, 204, 196, .82);
  flex: 1 1 0;
}

.elementor .services-showcase .card > .card-icon {
  margin-bottom: 10px;
}

.elementor .card > .elementor-widget-text-editor,
.elementor .project-card > .elementor-widget-text-editor {
  font-size: .98rem;
}

.elementor .section-light .card > .elementor-widget-text-editor,
.elementor .section-light .project-card > .elementor-widget-text-editor {
  color: var(--text-on-light);
}

.elementor .cta-band > .wrap > .elementor-widget-text-editor:not(.kicker) {
  color: var(--text-on-dark);
}

.elementor .footer-brand > .elementor-widget-text-editor {
  max-width: 40ch;
  font-size: .92rem;
  color: rgba(207, 204, 196, .75);
}

.elementor .form-note {
  font-size: .92rem;
  color: rgba(58, 56, 47, .85);
}

.elementor .lede {
  width: 100% !important;
  max-width: 62ch !important;
  font-size: 1.02rem !important;
}

.elementor .elementor-widget-image img {
  display: block;
}

.elementor .wrap,
.elementor .header-inner {
  width: min(1180px, 92vw);
  max-width: none !important;
  margin-inline: auto;
}

.elementor .site-header {
  padding: 0;
}

.elementor .header-inner {
  display: flex !important;
  min-height: var(--header-h);
  padding-inline: 0 !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.elementor .brand {
  width: auto;
}

.elementor .brand img {
  width: auto;
  height: 54px;
  object-fit: contain;
}

.elementor .main-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: auto;
}

.elementor .main-nav .elementor-widget-button {
  width: auto;
}

.elementor .main-nav .elementor-button {
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text-on-dark);
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.65;
}

.elementor .main-nav .is-current .elementor-button {
  color: var(--orange-bright);
  border-bottom: 1px solid var(--orange);
}

.elementor .header-cta {
  width: auto;
  margin-left: auto;
}

.elementor .btn {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.elementor .btn .elementor-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.65;
  text-transform: uppercase;
}

.elementor .header-cta .elementor-button {
  min-height: 44px;
  padding: 10px 22px;
  font-size: .85rem;
}

.elementor .btn-primary .elementor-button {
  color: var(--ink);
  background: linear-gradient(135deg, var(--orange-bright), var(--orange) 58%, var(--copper));
  border-color: rgba(255,255,255,.14);
}

.elementor .btn-ghost .elementor-button {
  color: var(--orange-bright);
  background: rgba(255,255,255,.025);
  border-color: var(--orange);
}

.elementor .text-link {
  width: auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.elementor .text-link .elementor-button {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--orange-bright);
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.65;
}

.elementor .industry-showcase .card .text-link .elementor-button,
.elementor .industry-showcase .card .text-link .elementor-button-content-wrapper,
.elementor .industry-showcase .card .text-link .elementor-button-text {
  justify-content: flex-start;
  text-align: left !important;
}

.elementor .hero,
.elementor .page-hero,
.elementor .section-light,
.elementor .services-showcase,
.elementor .industry-showcase,
.elementor .overflow-band,
.elementor .detail-section,
.elementor .cta-band,
.elementor #faq {
  width: 100%;
}

.elementor .cta-band {
  background-image:
    linear-gradient(135deg, rgba(7, 7, 6, .44), rgba(7, 7, 6, .72)),
    radial-gradient(760px 320px at 50% 112%, rgba(209, 125, 0, .24), transparent 62%),
    url("images/background-with-steel-cable.jpg") !important;
  background-position: center;
  background-size: cover;
}

.elementor .cta-band.index-cta,
.elementor .cta-band.industries-cta {
  background-image:
    linear-gradient(135deg, rgba(7, 7, 6, .44), rgba(7, 7, 6, .72)),
    radial-gradient(760px 320px at 50% 112%, rgba(209, 125, 0, .24), transparent 62%),
    url("img/Backgrounds/IMG_0742.webp") !important;
}

.elementor .cta-band.projects-cta {
  background-image:
    linear-gradient(135deg, rgba(7, 7, 6, .44), rgba(7, 7, 6, .72)),
    radial-gradient(760px 320px at 50% 112%, rgba(209, 125, 0, .24), transparent 62%),
    url("img/Backgrounds/LMR400 yellow small.png") !important;
}

.elementor .cta-band.about-cta {
  background-image:
    linear-gradient(135deg, rgba(7, 7, 6, .44), rgba(7, 7, 6, .72)),
    radial-gradient(760px 320px at 50% 112%, rgba(209, 125, 0, .24), transparent 62%),
    url("img/Backgrounds/Yellow background 2.png") !important;
}

.elementor .cta-band > .wrap {
  min-height: 410px;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

/* Elementor gives container overlays width/height: 100%, which makes an
   inset CTA panel overrun its right and bottom edges. Let the paired insets
   define the panel dimensions so its margins stay visually symmetrical. */
.elementor .cta-band > .wrap::before {
  width: auto;
  height: auto;
}

.elementor .cta-band > .wrap > .elementor-widget-heading,
.elementor .cta-band > .wrap > .elementor-widget-text-editor {
  width: 100%;
  align-self: center;
  text-align: center;
}

.elementor .cta-band > .wrap > .elementor-widget-text-editor:not(.kicker) {
  max-width: 54ch;
  margin: 18px auto 0;
}

.elementor .cta-band .btn-row {
  width: 100%;
  justify-content: center !important;
}

.elementor .cta-band .btn-row > .elementor-widget-button {
  width: auto;
  max-width: 100%;
}

.elementor .cta-band .elementor-button,
.elementor .cta-band .elementor-button-text {
  white-space: normal;
  text-align: center;
}

@media (min-width: 761px) {
  .elementor .cta-band .btn-row {
    width: fit-content;
    max-width: 100%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .elementor .cta-band .btn-row > .elementor-widget-button {
    flex: 0 0 auto;
  }

  .elementor .cta-band .btn .elementor-button {
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.elementor .hero {
  justify-content: center !important;
}

.elementor .hero > .wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.elementor .hero-logo {
  width: clamp(236px, 32vw, 380px);
  margin-bottom: clamp(30px, 4vw, 50px) !important;
}

.elementor .hero-logo img {
  width: 100%;
  height: auto;
}

/* Exact eyebrow typography from the static build. */
.elementor .kicker {
  font-family: var(--sans) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  letter-spacing: .24em !important;
  color: var(--orange) !important;
  margin-bottom: 18px !important;
}

.elementor .hero .kicker {
  color: var(--orange-bright) !important;
  margin-bottom: 16px !important;
}

.elementor .section-head > .elementor-widget-text-editor {
  margin-top: 18px !important;
}

.elementor .cta-band > .wrap > .kicker {
  max-width: 54ch;
  margin: 18px auto 0 !important;
}

.elementor .dark-card > .elementor-widget-heading {
  margin-bottom: 14px;
}

.elementor .detail-body > .elementor-widget-text-editor + .elementor-widget-text-editor {
  margin-top: 16px;
}

.elementor .kicker .elementor-widget-container {
  display: contents;
}

.elementor .kicker p {
  margin: 0;
}

.elementor .hero h1,
.elementor .hero .elementor-widget-heading {
  width: auto;
  max-width: min(940px, 12.5ch);
  text-align: center;
}

.elementor .hero .lede {
  width: 100% !important;
  max-width: 66ch !important;
  text-align: center;
}

.elementor .hero .btn-row,
.elementor .hero .hero-meta {
  width: auto !important;
}

.elementor .btn-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
}

.elementor .hero-meta .elementor-icon-list-items,
.elementor .trust-list .elementor-icon-list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 26px;
}

.elementor .hero-meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
}

.elementor .hero-meta > .elementor-widget-text-editor {
  display: flex;
  width: auto;
  align-items: center;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit;
}

.elementor .hero-meta > .elementor-widget-text-editor::before {
  content: "\2726\00a0\00a0";
  flex: none;
  color: var(--orange);
}

.elementor .hero-meta .elementor-icon-list-item,
.elementor .trust-list .elementor-icon-list-item {
  margin: 0;
}

/* Preserve the five bespoke line icons from the static build. */
.elementor .card-icon .elementor-icon {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit !important;
  font-size: inherit;
}

.elementor .card-icon .elementor-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}

.elementor .card-icon .elementor-icon svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.elementor .trust-strip {
  padding: 26px 0;
}

.elementor .trust-strip > .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  justify-content: space-between;
}

.elementor .trust-strip .trust-label,
.elementor .trust-strip .trust-list {
  width: auto !important;
  max-width: none;
  flex: 0 1 auto;
}

.elementor .trust-strip .trust-list {
  margin-left: auto;
  color: var(--text-on-dark) !important;
}

/* The longer contact-page strip wraps onto a second, left-aligned row. */
.page-id-35 .elementor .trust-strip .trust-list {
  margin-left: 0;
}

.elementor .trust-list .elementor-icon-list-text {
  padding-left: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
  text-transform: inherit;
}

.elementor .split,
.elementor .card-grid,
.elementor .media-duo,
.elementor .service-list-layout,
.elementor .form-grid,
.elementor .footer-grid {
  display: grid !important;
}

.elementor .card,
.elementor .project-card,
.elementor .detail-body,
.elementor .dark-card,
.elementor .overflow-check-panel,
.elementor .contact-aside,
.elementor .quote-form,
.elementor .why-braiding-copy,
.elementor .why-advantages-panel {
  display: flex;
  flex-direction: column;
}

/* Elementor resets widget margins; retain the static industry card's lower breathing room. */
.elementor .industry-showcase .card > :last-child {
  margin-bottom: 28px !important;
}

.elementor .image-frame .elementor-widget-container,
.elementor .image-frame a,
.elementor .image-frame img {
  width: 100%;
  height: 100%;
}

.elementor .about-partnership .image-frame > .elementor-widget-image,
.elementor .about-specialist .image-frame > .elementor-widget-image,
.elementor .why-braiding-proof > .image-frame > .elementor-widget-image,
.elementor .card-media > .elementor-widget-image,
.elementor .project-media > .elementor-widget-image {
  position: static;
  width: 100%;
  height: 100%;
}

.elementor .about-partnership .image-frame > .elementor-widget-image img,
.elementor .about-specialist .image-frame > .elementor-widget-image img,
.elementor .why-braiding-proof > .image-frame > .elementor-widget-image img,
.elementor .card-media > .elementor-widget-image img,
.elementor .project-media > .elementor-widget-image img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.elementor .project-media,
.elementor .card-media {
  aspect-ratio: 4 / 3;
}

.elementor .project-card dl {
  margin: 0;
}

/* Project category tags are text-editor widgets in Elementor. */
.elementor .project-card > .tag {
  font-family: var(--sans) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #704100 !important;
}

.elementor .detail-num,
.elementor .detail-num .elementor-heading-title,
.elementor .detail-num p {
  color: transparent !important;
  font-family: var(--heading) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  -webkit-text-stroke: 1px rgba(209,125,0,.66);
}

.elementor .tick-list .elementor-icon-list-items,
.elementor .x-list .elementor-icon-list-items,
.elementor .footer-links .elementor-icon-list-items,
.elementor .footer-contact .elementor-icon-list-items {
  display: grid;
  gap: 9px;
}

.elementor .x-list .elementor-icon-list-items {
  gap: 13px;
}

.elementor .tick-list .elementor-icon-list-items {
  gap: 13px;
}

.elementor .overflow-check-panel .tick-list {
  margin-top: 0 !important;
}

.elementor .overflow-check-panel .tick-list .elementor-icon-list-items {
  gap: 16px;
}

.elementor .why-advantages-panel .tick-list .elementor-icon-list-items,
.elementor .contact-info-col .tick-list .elementor-icon-list-items {
  gap: 10px;
}

.elementor .tick-list .elementor-icon-list-item,
.elementor .x-list .elementor-icon-list-item {
  align-items: flex-start;
}

.elementor .x-list .elementor-icon-list-item {
  display: block;
  position: relative;
  padding-left: 34px !important;
}

.elementor .x-list .elementor-icon-list-text {
  display: block;
  padding-left: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
  text-transform: inherit;
}

.elementor .tick-list .elementor-icon-list-text {
  display: block;
  padding-left: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
  text-transform: inherit;
}

.elementor .tick-list .elementor-icon-list-icon,
.elementor .x-list .elementor-icon-list-icon {
  display: none;
}

.elementor .trust-list .elementor-icon-list-icon,
.elementor .footer-links .elementor-icon-list-icon {
  display: none;
}

.elementor .site-footer .footer-links .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 0 !important;
  color: var(--text-on-dark) !important;
  font-family: var(--body) !important;
  font-size: .95rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

.elementor .footer-contact .elementor-widget-button {
  width: auto;
}

.elementor .footer-contact .elementor-button {
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-on-dark);
  font: inherit;
  text-align: left;
}

.elementor .faq-grid {
  display: block;
}

.elementor .faq-grid .elementor-accordion-item {
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014));
  box-shadow: inset 0 1px 0 rgba(209, 125, 0, .18);
  overflow: hidden;
}

.elementor .faq-grid .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor .faq-grid .elementor-tab-title {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--text-on-dark-strong);
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.elementor .faq-grid .elementor-accordion-title {
  color: var(--text-on-dark-strong) !important;
  font-family: var(--sans) !important;
  font-size: 1.12rem;
  font-weight: 700 !important;
  line-height: 1.25;
}

.elementor .faq-grid .elementor-accordion-icon {
  order: 2;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: var(--orange-bright) !important;
}

.elementor .faq-grid .elementor-accordion-icon span {
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(209, 125, 0, .38);
  background: rgba(209, 125, 0, .08);
  font-family: var(--sans);
  font-size: 1.12rem;
  line-height: 1;
}

.elementor .faq-grid .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon-closed,
.elementor .faq-grid .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: grid !important;
}

.elementor .faq-grid .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon-opened,
.elementor .faq-grid .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none !important;
}

.elementor .faq-grid .elementor-accordion-icon svg {
  display: none;
}

.elementor .faq-grid .elementor-accordion-icon-closed::before {
  content: "+";
}

.elementor .faq-grid .elementor-accordion-icon-opened::before {
  content: "-";
}

.elementor .faq-grid .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  background: rgba(209, 125, 0, .16);
}

.elementor .faq-grid .elementor-tab-content {
  padding: 0 24px 24px;
  border: 0;
  color: var(--text-on-dark);
  font-family: var(--body);
  font-size: .98rem;
  line-height: 1.65;
}

.elementor .faq-grid .elementor-tab-content p {
  margin: 0;
}

.elementor .form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.elementor .form-field.full {
  grid-column: 1 / -1;
}

.elementor .cba-field-label {
  color: var(--ink);
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.elementor .cba-field-control {
  min-height: 52px;
  padding: 15px;
  font-size: 1rem;
  line-height: normal;
  color: rgba(13,13,13,.58);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(13,13,13,.18);
  border-radius: var(--radius);
}

.elementor .cba-field-control.is-textarea {
  min-height: 140px;
}

.elementor .cba-form-placeholder-note {
  margin-bottom: 22px;
  padding: 12px 14px;
  color: #704100;
  background: rgba(209,125,0,.1);
  border-left: 3px solid var(--orange);
  font-size: .86rem;
}

.elementor .footer-brand img {
  width: auto;
  height: 84px;
}

.elementor .footer-bottom {
  display: flex;
  flex-direction: row;
}

.elementor .cba-mobile-menu {
  display: none;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  flex: 0 0 46px;
}

.elementor .cba-mobile-menu .elementor-tab-title {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
}

.elementor .cba-mobile-menu .elementor-toggle-title {
  color: transparent;
  font-size: 0;
}

.elementor .cba-mobile-menu .elementor-toggle-icon {
  display: none;
}

.elementor .cba-mobile-menu .elementor-tab-title::before,
.elementor .cba-mobile-menu .elementor-tab-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--text-on-dark-strong);
  transform: translate(-50%, -50%);
  transition: transform .2s ease, box-shadow .2s ease;
}

.elementor .cba-mobile-menu .elementor-tab-title::before {
  box-shadow: 0 -6px 0 var(--text-on-dark-strong), 0 6px 0 var(--text-on-dark-strong);
}

.elementor .cba-mobile-menu .elementor-tab-title.elementor-active::before {
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.elementor .cba-mobile-menu .elementor-tab-title.elementor-active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.elementor .cba-mobile-menu .elementor-tab-title:not(.elementor-active)::after {
  opacity: 0;
}

.elementor .cba-mobile-menu .elementor-tab-content {
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  padding: 16px 4vw;
  border-bottom: 2px solid var(--orange);
  background: var(--charcoal);
}

.elementor .cba-mobile-menu .elementor-tab-content a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.elementor .cba-mobile-menu .elementor-tab-content a:last-child {
  border-bottom: 0;
}

body.home .elementor .cba-mobile-menu a[href="/"],
body.page-id-31 .elementor .cba-mobile-menu a[href*="/services/"],
body.page-id-32 .elementor .cba-mobile-menu a[href*="/industries/"],
body.page-id-33 .elementor .cba-mobile-menu a[href*="/projects/"],
body.page-id-34 .elementor .cba-mobile-menu a[href*="/about/"],
body.page-id-35 .elementor .cba-mobile-menu a[href*="/contact/"] {
  color: var(--orange-bright);
  border-bottom-color: var(--orange);
}

.elementor .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .elementor .main-nav {
    display: none !important;
  }

  .elementor .cba-mobile-menu {
    display: block;
    margin-left: auto;
  }

  /* The toggle itself is 46px wide, but the open menu should align with the
     full header wrapper rather than being clipped to the toggle column. */
  .elementor .cba-mobile-menu .elementor-tab-content {
    right: 0;
    left: auto;
    width: min(1180px, 92vw);
    box-sizing: border-box;
  }

  .elementor .header-cta {
    margin-left: auto;
  }

  .elementor .header-inner {
    flex-wrap: nowrap !important;
  }

  .elementor .brand img {
    height: 38px;
  }
}

@media (max-width: 480px) {
  .elementor .header-cta .elementor-button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: .74rem;
    letter-spacing: .03em;
  }
}

@media (min-width: 1601px) {
  .elementor section.e-con:not(.hero):not(.page-hero):not(.cta-band):not(.overflow-clean-section) {
    padding-block: clamp(64px, 9vw, 110px);
  }
}

@media (min-width: 761px) and (max-width: 1600px) {
  .elementor section.e-con:not(.hero):not(.page-hero):not(.cta-band):not(.overflow-clean-section) {
    padding-block: clamp(50px, 5.8vw, 78px);
  }

  .elementor section.e-con.detail-section {
    padding-block: clamp(50px, 5.8vw, 76px);
  }

  .elementor .hero .lede {
    font-size: 1.02rem !important;
    max-width: 66ch !important;
  }
}

@media (min-width: 761px) and (max-width: 1600px) and (max-height: 980px) {
  .elementor .hero .kicker {
    margin-bottom: 8px !important;
    font-size: .7rem !important;
  }
}

@media (min-width: 761px) and (max-width: 1600px) and (max-height: 760px) {
  .elementor .hero .kicker {
    margin-bottom: 6px !important;
    font-size: .66rem !important;
  }
}

@media (max-width: 760px) {
  .elementor section.e-con:not(.hero):not(.page-hero):not(.cta-band):not(.overflow-clean-section) {
    padding-block: clamp(54px, 14vw, 78px);
  }

  .elementor .hero {
    padding: 58px 0 72px;
  }

  .elementor .cta-band > .wrap {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .elementor .btn-row {
    flex-direction: column !important;
  }

  .elementor .btn-row .btn,
  .elementor .btn-row .elementor-button {
    width: 100%;
  }

  .elementor .cta-band .btn-row > .elementor-widget-button {
    width: 100%;
  }

  /* Industry detail CTAs retain their intrinsic static-site widths and wrap
     independently, while reserving the lower-right number treatment. */
  .elementor .industries-hero ~ .detail-section .detail-body .btn-row {
    flex-direction: row !important;
    align-items: flex-start;
  }

  .elementor .industries-hero ~ .detail-section .detail-body .btn-row > .elementor-widget-button {
    width: fit-content !important;
    max-width: calc(100% - 45px);
  }

  .elementor .industries-hero ~ .detail-section .detail-body .btn-row .elementor-button {
    width: 100% !important;
  }

  .elementor .hero-meta .elementor-icon-list-items,
  .elementor .trust-list .elementor-icon-list-items {
    justify-content: center;
  }

  .elementor .trust-strip > .wrap {
    flex-direction: column;
  }

  .elementor .trust-strip .trust-list {
    margin-left: 0;
  }
}

@media (max-width: 840px) {
  .elementor .site-footer .footer-links .elementor-icon-list-item {
    justify-content: center;
    text-align: center;
  }

  .elementor .site-footer .footer-links .elementor-icon-list-item > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .elementor .industries-hero ~ .detail-section .detail-body .btn-row .elementor-button {
    padding-right: 22px;
    padding-left: 22px;
    font-size: .85rem;
  }
}
