@font-face {
  font-family:'Google Sans Flex';
  src:url('google-sans-flex.woff2') format('woff2');
  font-weight:100 1000;
  font-display:swap
}
@font-face {
  font-family:Inter;
  src:url('inter.woff2') format('woff2');
  font-weight:100 900;
  font-display:swap
}
:root {
  --em-navy:var(--e-global-color-primary,#003763);
  --em-dark:var(--e-global-color-secondary,#001627);
  --em-yellow:var(--e-global-color-accent,#ffce00);
  --em-text:var(--e-global-color-text,#030712);
  --em-muted:var(--e-global-color-muted,#6a7282);
  --em-heading:var(--e-global-typography-primary-font-family,'Google Sans Flex'),sans-serif;
  --em-body:var(--e-global-typography-text-font-family,Inter),sans-serif;
  --em-gutter:80px;
  --em-radius:24px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:90px
}
body {
  margin:0;
  background:#f3f4f6;
  color:var(--em-text);
  font-family:var(--em-body);
  font-size:16px;
  line-height:1.4;
  letter-spacing:-.32px
}
body .emera-site {
  width:100%;
  max-width:1440px;
  margin:0 auto;
  background:white;
  overflow:clip
}
a {
  color:inherit;
  text-decoration:none
}
a:hover {
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #1f72be;
  outline-offset:5px
}
p,h1,h2,h3 {
  margin:0
}
body .emera-site .elementor-widget:not(:last-child) {
  margin-block-end:0
}
body .emera-site .e-con {
  --gap:0px;
  --widgets-spacing:0px;
  gap:0;
  padding:0;
  min-width:0
}
body .emera-site .row {
  flex-direction:row;
  flex-wrap:nowrap
}
body .emera-site .row>.e-con {
  min-width:0;
  width:auto
}
body .emera-site .em-section {
  padding:60px var(--em-gutter)
}
body .emera-site .em-heading .elementor-heading-title {
  font-family:var(--em-heading);
  font-weight:400;
  line-height:1.2;
  letter-spacing:-.04em;
  color:inherit
}
body .emera-site .em-copy {
  font-family:var(--em-body);
  font-weight:400;
  line-height:1.4
}
body .emera-site .em-copy p:last-child {
  margin-bottom:0
}
body .emera-site .em-heading.display .elementor-heading-title {
  font-size:56px;
  line-height:1
}
body .emera-site .em-heading.statement .elementor-heading-title {
  font-size:36px;
  line-height:1.2
}
body .emera-site .accent {
  color:var(--em-yellow)
}
body .emera-site .muted {
  color:var(--em-muted)
}
body .emera-site .eyebrow {
  color:#185b98;
  font-size:14px;
  font-weight:300;
  text-transform:uppercase;
  line-height:18px;
  letter-spacing:-.56px
}
body .emera-site .section-title {
  gap:12px;
  align-items:flex-end;
  width:100%
}
body .emera-site .section-heading {
  gap:4px;
  flex:1
}
body .emera-site .section-description {
  flex:0 0 400px;
  gap:12px;
  text-align:right;
  align-items:flex-end;
  line-height:1.3
}
body .emera-site .em-button {
  width:auto;
  flex-shrink:0
}
body .emera-site .em-button .elementor-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 12px 10px 20px;
  border:0;
  border-radius:999px;
  background:var(--em-navy);
  color:#fff;
  font-family:var(--em-heading);
  font-size:16px;
  font-weight:500;
  line-height:20px;
  letter-spacing:-.32px;
  transition:transform .2s,box-shadow .2s
}
body .emera-site .elementor-button-content-wrapper {
  align-items:center;
  gap:8px
}
body .emera-site .elementor-button-icon {
  display:flex;
  align-items:center
}
body .emera-site .elementor-button-icon svg {
  width:18px;
  height:18px
}
body .emera-site .em-button .elementor-button:hover {
  transform:translateY(-2px);
  box-shadow:0 4px 12px #00376325
}
body .emera-site .em-button--yellow .elementor-button {
  background:var(--em-yellow);
  color:var(--em-navy)
}
body .emera-site .em-button--white .elementor-button {
  background:#fff;
  color:var(--em-navy)
}
body .emera-site .em-button--link .elementor-button,body .emera-site .em-button--text .elementor-button {
  padding:0;
  background:none;
  color:inherit;
  min-height:20px
}
body .emera-site .em-button--link .elementor-button {
  text-decoration:underline
}
body .emera-site .header-inner {
  height:80px;
  padding:15px var(--em-gutter);
  align-items:center;
  justify-content:space-between;
  gap:24px
}
body .emera-site .brand-logo {
  width:200px!important;
  flex-shrink:0
}
body .emera-site .brand-logo img {
  width:144px;
  height:48px;
  object-fit:contain
}
body .emera-site .navigation {
  width:auto
}
body .emera-site .header-inner>.em-button .elementor-button {
  min-height:50px;
  padding:16px 24px;
  font-size:18px;
  font-weight:600
}
body .emera-site .site-header {
  position:relative;
  z-index:20;
  background:white
}
body .emera-site .menu-toggle {
  display:none
}
#primary-menu {
  list-style:none;
  display:flex;
  gap:40px;
  margin:0;
  padding:0;
  align-items:center;
  font-size:16px;
  font-weight:500
}
#primary-menu>li {
  position:relative;
  padding:12px 0
}
#primary-menu>.menu-item-has-children>a:after {
  content:'';
  display:inline-block;
  width:16px;
  height:16px;
  background:url('ce8b7.svg') center no-repeat;
  vertical-align:middle;
  margin-left:8px
}
#primary-menu .sub-menu {
  display:none;
  position:absolute;
  top:100%;
  left:-20px;
  min-width:225px;
  background:#fff;
  padding:12px;
  list-style:none;
  border:1px solid #e5e7eb;
  border-radius:12px;
  box-shadow:0 8px 24px #00162715
}
#primary-menu li:hover>.sub-menu,#primary-menu li:focus-within>.sub-menu {
  display:block
}
#primary-menu .sub-menu a {
  display:block;
  padding:10px;
  border-radius:6px
}
#primary-menu .sub-menu a:hover {
  background:#f3f4f6
}
body .emera-site .hero {
  margin:24px 16px;
  width:calc(100% - 32px);
  min-height:672px;
  border-radius:24px;
  overflow:hidden;
  background-color:var(--em-dark);
  justify-content:flex-end;
  padding:40px 64px
}
body .emera-site .hero-content {
  align-items:flex-end;
  gap:40px;
  z-index:1
}
body .emera-site .hero-title {
  width:820px;
  max-width:calc(100% - 460px);
  flex:1;
  color:white;
  text-shadow:0 2px 12px #1d1b2252
}
body .emera-site .hero-title .elementor-heading-title {
  font-size:64px;
  line-height:1;
  letter-spacing:-2.56px
}
body .emera-site .hero-glass {
  flex:0 0 420px;
  padding:24px;
  gap:24px;
  color:#ffffffcc;
  background:#ffffff0f;
  backdrop-filter:blur(100px);
  border-radius:16px;
  font-size:18px;
  line-height:1.4;
  letter-spacing:-.72px
}
body .emera-site .hero-actions {
  gap:40px;
  align-items:center;
  justify-content:flex-end;
  width:100%;
  color:white
}
body .emera-site .partners-section {
  padding:56px 80px 60px;
  gap:120px
}
body .emera-site .partners {
  gap:80px;
  align-items:center
}
body .emera-site .partner-title {
  width:158px;
  flex-shrink:0
}
body .emera-site .partner-title .elementor-heading-title {
  font-size:24px;
  line-height:1.1
}
body .emera-site .partner-logos {
  gap:40px;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden
}
body .emera-site .partner-logos:after {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,white,transparent 12%,transparent 87%,white)
}
body .emera-site .partner-logo {
  flex-shrink:0;
  filter:grayscale(1);
  opacity:.28
}
body .emera-site .logo-141 {
  width:141px!important
}
body .emera-site .logo-134 {
  width:134px!important
}
body .emera-site .logo-104 {
  width:104px!important
}
body .emera-site .logo-88 {
  width:88px!important
}
body .emera-site .partner-logo img {
  width:auto;
  max-height:40px;
  object-fit:contain
}
body .emera-site .intro-statement .elementor-heading-title {
  font-size:36px;
  line-height:1.2
}
body .emera-site .industries {
  gap:80px;
  padding-top:60px;
  padding-bottom:80px
}
body .emera-site .industry-cards {
  gap:8px
}
body .emera-site .industry-card {
  border-radius:16px;
  overflow:hidden;
  background:var(--em-dark);
  color:#fff;
  flex:1;
  min-height:568px
}
body .emera-site .industry-image img {
  width:100%;
  height:457px;
  object-fit:cover;
  display:block
}
body .emera-site .featured .industry-image img {
  height:240px
}
body .emera-site .industry-content {
  padding:40px;
  gap:8px
}
body .emera-site .card-title .elementor-heading-title {
  font-size:28px;
  line-height:1.1
}
body .emera-site .card-copy {
  font-size:16px;
  line-height:21px;
  color:#91a9bb
}
body .emera-site .industry-content .em-checks {
  margin-top:8px;
  margin-bottom:16px
}
body .emera-site .em-checks .elementor-icon-list-items {
  display:flex;
  flex-direction:column;
  gap:12px
}
body .emera-site .em-checks .elementor-icon-list-item {
  align-items:flex-start;
  font-size:16px;
  line-height:21px;
  letter-spacing:-.32px
}
body .emera-site .em-checks .elementor-icon-list-text {
  padding-inline-start:8px;
  color:inherit
}
body .emera-site .em-checks .elementor-icon-list-icon {
  padding-top:1px;
  display:flex;
  align-items:center
}
body .emera-site .em-checks .elementor-icon-list-icon svg {
  width:20px;
  height:20px
}
body .emera-site .restoration {
  gap:40px;
  align-items:stretch
}
body .emera-site .restoration-copy {
  gap:40px
}
body .emera-site .restoration-copy .em-copy {
  line-height:23px;
  color:#364153
}
body .emera-site .restoration-image {
  width:calc(50% - 20px)
}
body .emera-site .restoration-image img {
  width:100%;
  height:396px;
  border-radius:16px;
  object-fit:cover
}
body .emera-site .certifications {
  padding:80px;
  background:var(--em-dark);
  color:#fff;
  gap:40px
}
body .emera-site .cert-heading {
  gap:80px;
  align-items:flex-start
}
body .emera-site .cert-title {
  flex:1
}
body .emera-site .cert-title .elementor-heading-title {
  font-size:32px;
  line-height:1.2
}
body .emera-site .cert-logos {
  flex:0 0 501px;
  gap:40px;
  align-items:center;
  justify-content:space-between
}
body .emera-site .cert-logo {
  width:88px!important
}
body .emera-site .cert-logo img {
  width:auto;
  height:88px;
  object-fit:contain
}
body .emera-site .cert-wide {
  width:131px!important
}
body .emera-site .cert-wide img {
  height:60px
}
body .emera-site .stats {
  gap:12px
}
body .emera-site .stat-card {
  background:#00213b;
  padding:24px;
  border-radius:16px;
  min-height:215px
}
body .emera-site .stat-icon {
  width:40px!important;
  height:40px;
  background:#ffffff3d;
  border-radius:100%;
  padding:10px
}
body .emera-site .stat-icon img {
  display:block;
  width:20px;
  height:20px
}
body .emera-site .stat-value {
  margin-top:24px;
  margin-bottom:8px
}
body .emera-site .stat-value .elementor-heading-title {
  font-size:24px;
  line-height:29px
}
body .emera-site .stat-description {
  font-size:16px;
  line-height:22px;
  color:#ffffffa3
}
body .emera-site .why-emera {
  padding-top:80px;
  gap:80px
}
body .emera-site .em-tabs .elementor-tabs {
  display:flex;
  gap:40px
}
body .emera-site .em-tabs .elementor-tabs-wrapper {
  width:300px;
  flex:0 0 300px
}
body .emera-site .em-tabs .elementor-tab-title {
  border:0;
  border-bottom:1px solid #e5e7eb;
  padding:16px;
  text-align:left;
  color:#99a1af;
  font-family:var(--em-heading);
  font-size:20px;
  font-weight:400;
  line-height:20px;
  letter-spacing:-.8px
}
body .emera-site .em-tabs .elementor-tab-title.elementor-active {
  border-bottom:2px solid var(--em-yellow);
  color:var(--em-text)
}
body .emera-site .em-tabs .elementor-tab-title:before,body .emera-site .em-tabs .elementor-tab-title:after {
  display:none!important
}
body .emera-site .em-tabs .elementor-tabs-content-wrapper {
  border:0;
  flex:1;
  min-width:0
}
body .emera-site .em-tabs .elementor-tab-content {
  border:0;
  padding:0
}
body .emera-site .em-tabs .tab-statement {
  font:24px/1.2 var(--em-heading);
  letter-spacing:-.96px;
  max-width:480px;
  margin:0 0 40px
}
body .emera-site .em-tabs .feature-photo {
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:16px;
  display:block
}
body .emera-site .case-studies {
  gap:64px;
  padding-bottom:80px
}
body .emera-site .case-studies .section-description {
  flex:1
}
body .emera-site .case-grid {
  gap:4px
}
body .emera-site .case-row {
  gap:4px;
  min-height:238px
}
body .emera-site .testimonial {
  flex:0 0 calc(50% - 2px)!important;
  padding:40px;
  background:#fbfbfb;
  border-radius:16px;
  gap:24px
}
body .emera-site .quote .elementor-heading-title {
  font-size:24px;
  line-height:29px
}
body .emera-site .testimonial .em-button {
  margin-top:auto
}
body .emera-site .case-brand {
  flex:1;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  position:relative
}
body .emera-site .case-brand .em-button {
  position:absolute;
  right:16px;
  top:16px
}
body .emera-site .case-brand .elementor-button {
  min-height:32px;
  width:32px;
  padding:7px
}
body .emera-site .case-logo img {
  width:134px;
  max-height:40px;
  object-fit:contain
}
body .emera-site .brand-navy {
  background:var(--em-navy)
}
body .emera-site .brand-yellow {
  background:var(--em-yellow)
}
body .emera-site .case-photo {
  width:calc(25% - 3px)
}
body .emera-site .case-photo img {
  display:block;
  width:100%;
  height:238px;
  object-fit:cover;
  border-radius:16px
}
body .emera-site .contact-section {
  padding:0 40px
}
body .emera-site .contact-panel {
  background:var(--em-dark);
  border-radius:24px;
  overflow:hidden;
  color:white
}
body .emera-site .contact-content {
  background:#002c4f url('d9fa5.svg') center 189px no-repeat;
  padding:64px;
  justify-content:space-between;
  align-items:flex-end;
  border-radius:24px;
  gap:40px
}
body .emera-site .contact-intro {
  gap:12px;
  flex:0 1 580px
}
body .emera-site .contact-title .elementor-heading-title {
  font-size:40px;
  line-height:1
}
body .emera-site .contact-copy {
  font-size:16px;
  color:#c1cfd9;
  line-height:1.3;
  font-weight:300
}
body .emera-site .contact-steps {
  gap:16px;
  flex:0 0 auto
}
body .emera-site .contact-step p {
  display:flex;
  gap:12px;
  align-items:center
}
body .emera-site .step-badge {
  display:inline-flex;
  width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  background:#ffffff29;
  border-radius:100%;
  font-size:12px;
  font-weight:700
}
body .emera-site .contact-step:first-child .step-badge {
  background:var(--em-yellow);
  color:var(--em-navy)
}
body .emera-site .contact-actions {
  padding:40px 64px;
  align-items:center;
  justify-content:space-between
}
body .emera-site .contact-phone a {
  text-decoration:underline
}
body .emera-site .faq {
  padding-top:80px;
  gap:64px;
  min-height:680px
}
body .emera-site .faq .section-description {
  flex:1
}
body .emera-site .em-faq {
  width:760px;
  max-width:100%
}
body .emera-site .em-faq .elementor-accordion-item {
  border:0;
  margin-bottom:12px;
  border-radius:8px;
  overflow:hidden;
  background:#f3f4f6
}
body .emera-site .em-faq .elementor-tab-title {
  padding:16px;
  line-height:24px;
  font-family:var(--em-body);
  font-size:16px;
  font-weight:500;
  color:var(--em-text)
}
body .emera-site .em-faq .elementor-tab-title.elementor-active {
  background:white;
  font-size:18px
}
body .emera-site .em-faq .elementor-tab-content {
  padding:0 16px 16px;
  border:0;
  background:white;
  color:#364153;
  font-size:16px;
  line-height:1.3
}
body .emera-site .em-faq .elementor-accordion-icon {
  width:24px!important
}
body .emera-site .em-faq .elementor-accordion-icon svg {
  width:24px;
  height:24px
}
body .emera-site .social {
  gap:40px;
  padding-bottom:80px
}
body .emera-site .social-heading {
  justify-content:space-between;
  align-items:center
}
body .emera-site .social-profile {
  gap:12px;
  align-items:center;
  flex:0 0 auto
}
body .emera-site .social-avatar {
  width:40px!important;
  height:40px;
  border-radius:100%;
  position:relative
}
body .emera-site .social-avatar:before {
  content:'';
  position:absolute;
  inset:-4px;
  background:url('e68b0.svg') center/48px 48px no-repeat
}
body .emera-site .social-avatar img {
  width:40px;
  height:40px;
  border-radius:50%
}
body .emera-site .social-handle .elementor-heading-title {
  font-size:24px
}
body .emera-site .social-posts {
  gap:8px
}
body .emera-site .social-post {
  padding:5px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  flex:1
}
body .emera-site .social-image img {
  width:100%;
  height:219px;
  object-fit:cover;
  display:block;
  border-radius:8px 8px 0 0
}
body .emera-site .social-post-content {
  padding:8px;
  gap:12px
}
body .emera-site .social-caption {
  font-size:14px;
  line-height:18px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden
}
body .emera-site .social-date {
  font-size:12px;
  color:#99a1af;
  line-height:16px
}
body .emera-site .site-footer {
  background:var(--em-dark);
  color:#91a9bb
}
body .emera-site .footer-main {
  padding:80px 80px 24px;
  gap:64px
}
body .emera-site .footer-brand {
  align-items:center;
  justify-content:space-between;
  padding-bottom:64px;
  border-bottom:1px solid #ffffff29
}
body .emera-site .footer-logos {
  gap:24px;
  align-items:center;
  flex:0 0 auto
}
body .emera-site .footer-logo {
  width:130px!important;
  border-right:1px solid #ffffff29;
  padding-right:24px
}
body .emera-site .footer-logo img {
  height:40px;
  width:106px;
  object-fit:contain
}
body .emera-site .footer-ccr {
  width:113px!important;
  opacity:.48
}
body .emera-site .footer-ccr img {
  width:113px;
  height:40px;
  object-fit:contain
}
body .emera-site .footer-tagline {
  color:white;
  font-size:18px;
  font-weight:300;
  text-align:right
}
body .emera-site .footer-columns {
  gap:24px;
  padding-bottom:64px;
  border-bottom:1px solid #ffffff29;
  align-items:flex-start
}
body .emera-site .footer-column {
  gap:12px;
  flex:1
}
body .emera-site .footer-col-title .elementor-heading-title {
  font-size:14px;
  color:#f2f5f7;
  line-height:20px;
  font-weight:500
}
body .emera-site .footer-link {
  font-size:14px;
  line-height:20px;
  letter-spacing:-.42px
}
body .emera-site .footer-link a:hover {
  color:white
}
body .emera-site .footer-contact {
  flex:1.25
}
body .emera-site .footer-legal {
  align-items:center;
  gap:28px;
  font-size:12px;
  color:#60839e;
  line-height:16px
}
body .emera-site .copyright {
  flex:1
}
body .emera-site .legal-links {
  flex:1.4
}
body .emera-site .footer-socials {
  gap:24px;
  flex:0 0 auto
}
body .emera-site .footer-social {
  width:16px!important;
  height:16px
}
body .emera-site .footer-social img {
  width:16px;
  height:16px
}
body .emera-site .site-credit {
  font-size:12px;
  text-align:center;
  padding:16px!important;
  color:#60839e
}
body .emera-site .site-credit a {
  color:#ff9b5d
}
.skip-link {
  position:fixed;
  left:12px;
  top:-100px;
  background:white;
  color:#003763;
  padding:12px;
  z-index:1000
}
.skip-link:focus {
  top:12px
}
.back-top {
  position:fixed;
  bottom:20px;
  right:max(18px,calc((100vw - 1440px)/2 + 18px));
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:white;
  color:#003763;
  border:1px solid #74a7d6;
  border-radius:50%;
  box-shadow:0 3px 10px #00162720;
  z-index:10
}
dialog {
  border:0;
  border-radius:24px;
  width:min(560px,calc(100% - 32px));
  max-height:90vh;
  padding:36px;
  box-shadow:0 24px 80px #0003
}
dialog::backdrop {
  background:#001627aa;
  backdrop-filter:blur(5px)
}
dialog h2 {
  font:36px/1.1 var(--em-heading);
  letter-spacing:-1.4px;
  margin-bottom:12px
}
.dialog-close {
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  background:transparent;
  font-size:28px;
  cursor:pointer
}
#visit-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:24px
}
#visit-form label {
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:14px
}
#visit-form label:nth-of-type(5),#visit-form label:nth-of-type(6),#form-status,.form-submit {
  grid-column:1/-1
}
#visit-form input,#visit-form select,#visit-form textarea {
  min-width:0;
  width:100%;
  padding:10px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:white
}
#visit-form .honey {
  display:none
}
.form-submit {
  background:var(--em-yellow);
  color:#003763;
  border:0;
  border-radius:999px;
  padding:14px;
  cursor:pointer
}
.form-submit:disabled {
  opacity:.6
}
#form-status {
  font-size:14px;
  color:#003763
}
@media(min-width:1441px) {
  body .emera-site {
    box-shadow:0 0 0 1px #e5e7eb
  }
}
@media(max-width:1200px) {
  :root {
    --em-gutter:40px
  }
  #primary-menu {
    gap:20px
  }
  body .emera-site .brand-logo {
    width:144px!important
  }
  body .emera-site .hero {
    padding:40px
  }
  body .emera-site .hero-title .elementor-heading-title {
    font-size:52px
  }
  body .emera-site .hero-glass {
    flex-basis:380px
  }
  body .emera-site .hero-title {
    max-width:calc(100% - 400px)
  }
  body .emera-site .hero-content {
    gap:20px
  }
  body .emera-site .hero-actions {
    gap:16px
  }
  body .emera-site .partners-section,body .emera-site .certifications,body .emera-site .footer-main {
    padding-left:40px;
    padding-right:40px
  }
  body .emera-site .cert-heading {
    gap:40px
  }
  body .emera-site .cert-logos {
    flex-basis:380px;
    gap:24px
  }
  body .emera-site .industry-content {
    padding:24px
  }
  body .emera-site .em-tabs .elementor-tabs-wrapper {
    width:260px;
    flex-basis:260px
  }
  body .emera-site .contact-content {
    padding:40px
  }
  body .emera-site .contact-actions {
    padding:32px 40px
  }
  body .emera-site .testimonial {
    padding:24px
  }
  body .emera-site .social-image img {
    height:190px
  }
}
@media(max-width:1024px) {
  .header-inner>.em-button {
    margin-left:auto
  }
  body .emera-site .header-inner {
    padding:15px 24px
  }
  body .emera-site .menu-toggle {
    display:flex;
    flex-direction:column;
    gap:5px;
    background:none;
    border:0;
    padding:12px;
    cursor:pointer
  }
  body .emera-site .menu-toggle span {
    height:2px;
    width:22px;
    background:#003763
  }
  body .emera-site .navigation {
    order:3
  }
  body .emera-site .navigation nav {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border-top:1px solid #eee;
    padding:16px 24px;
    box-shadow:0 8px 12px #0001
  }
  body .emera-site .menu-open nav {
    display:block
  }
  #primary-menu {
    display:flex;
    align-items:stretch;
    flex-direction:column;
    gap:0
  }
  #primary-menu .sub-menu {
    position:static;
    box-shadow:none;
    border:0;
    padding:8px 0 0 16px;
    display:block
  }
  body .emera-site .hero {
    min-height:740px
  }
  body .emera-site .hero-content {
    flex-direction:column;
    align-items:flex-start;
    gap:24px
  }
  body .emera-site .hero-title {
    max-width:100%;
    width:100%;
    flex:auto
  }
  body .emera-site .hero-glass {
    flex:auto;
    max-width:480px;
    width:100%
  }
  body .emera-site .hero-actions {
    justify-content:space-between
  }
  body .emera-site .section-title {
    flex-direction:column;
    align-items:flex-start;
    gap:16px
  }
  body .emera-site .section-description {
    flex:auto;
    text-align:left;
    align-items:flex-start;
    max-width:600px
  }
  body .emera-site .em-heading.display .elementor-heading-title {
    font-size:44px
  }
  body .emera-site .partners {
    gap:40px
  }
  body .emera-site .intro-statement .elementor-heading-title {
    font-size:30px
  }
  body .emera-site .industry-cards {
    flex-direction:column
  }
  body .emera-site .industry-card {
    min-height:0;
    flex-direction:row;
    align-items:stretch
  }
  body .emera-site .industry-image {
    width:48%!important;
    flex-shrink:0
  }
  body .emera-site .industry-image img,body .emera-site .featured .industry-image img {
    height:100%;
    min-height:260px
  }
  body .emera-site .industry-content {
    justify-content:center
  }
  body .emera-site .restoration {
    flex-direction:column;
    gap:32px
  }
  body .emera-site .restoration-image {
    width:100%
  }
  body .emera-site .cert-heading {
    flex-direction:column;
    gap:32px
  }
  body .emera-site .cert-logos {
    flex:auto
  }
  body .emera-site .stats {
    flex-wrap:wrap
  }
  body .emera-site .stat-card {
    flex:1 1 45%
  }
  body .emera-site .em-tabs .elementor-tabs {
    gap:24px
  }
  body .emera-site .em-tabs .elementor-tabs-wrapper {
    flex-basis:210px;
    width:210px
  }
  body .emera-site .em-tabs .elementor-tab-title {
    font-size:18px;
    padding:16px 12px
  }
  body .emera-site .case-row {
    flex-wrap:wrap
  }
  body .emera-site .testimonial {
    flex:0 0 100%!important
  }
  body .emera-site .case-brand {
    min-height:220px
  }
  body .emera-site .case-photo {
    width:calc(50% - 2px)
  }
  body .emera-site .case-row--reverse .testimonial {
    order:-1
  }
  body .emera-site .contact-content {
    flex-direction:column;
    align-items:flex-start;
    gap:32px
  }
  body .emera-site .contact-intro {
    flex:auto
  }
  body .emera-site .contact-steps {
    flex:auto
  }
  body .emera-site .social-posts {
    overflow-x:auto;
    padding-bottom:8px;
    scroll-snap-type:x mandatory
  }
  body .emera-site .social-post {
    flex:0 0 240px;
    scroll-snap-align:start
  }
  body .emera-site .footer-columns {
    flex-wrap:wrap;
    gap:32px
  }
  body .emera-site .footer-column {
    flex:1 1 28%
  }
  body .emera-site .footer-legal {
    flex-wrap:wrap
  }
  body .emera-site .footer-legal .em-copy {
    flex:1 1 45%
  }
}
@media(max-width:767px) {
  :root {
    --em-gutter:16px
  }
  body .emera-site .em-section {
    padding:40px 16px
  }
  body .emera-site .header-inner {
    height:68px;
    padding:14px 16px;
    gap:12px
  }
  body .emera-site .brand-logo {
    width:120px!important
  }
  body .emera-site .brand-logo img {
    width:108px;
    height:36px
  }
  body .emera-site .header-inner>.em-button .elementor-button {
    min-height:36px;
    padding:10px 14px;
    font-size:13px;
    line-height:16px
  }
  body .emera-site .menu-toggle {
    padding:8px
  }
  body .emera-site .hero {
    margin:8px;
    width:calc(100% - 16px);
    padding:32px 16px;
    min-height:740px;
    border-radius:16px;
    background-position:55% center!important
  }
  body .emera-site .hero-title .elementor-heading-title {
    font-size:40px;
    letter-spacing:-1.6px;
    line-height:1
  }
  body .emera-site .hero-content {
    gap:24px
  }
  body .emera-site .hero-glass {
    padding:20px 16px;
    font-size:16px;
    line-height:1.4;
    gap:24px
  }
  body .emera-site .hero-actions {
    gap:16px;
    flex-wrap:wrap
  }
  body .emera-site .hero-actions .elementor-button {
    font-size:14px
  }
  body .emera-site .partners-section {
    gap:64px;
    padding:40px 16px
  }
  body .emera-site .partners {
    gap:24px;
    flex-direction:column;
    align-items:flex-start
  }
  body .emera-site .partner-title .elementor-heading-title {
    font-size:20px
  }
  body .emera-site .partner-logos {
    width:100%;
    min-height:40px;
    justify-content:flex-start;
    gap:24px;
    flex:auto
  }
  body .emera-site .intro-statement .elementor-heading-title {
    font-size:28px;
    line-height:1.2
  }
  body .emera-site .intro-statement br {
    display:none
  }
  body .emera-site .em-heading.display .elementor-heading-title {
    font-size:36px;
    line-height:1
  }
  body .emera-site .eyebrow {
    font-size:12px;
    line-height:16px
  }
  body .emera-site .section-title {
    gap:12px
  }
  body .emera-site .section-description {
    font-size:16px;
    line-height:22px
  }
  body .emera-site .section-description br {
    display:none
  }
  body .emera-site .industries {
    gap:40px;
    padding-top:32px
  }
  body .emera-site .industry-cards {
    gap:8px
  }
  body .emera-site .industry-card {
    flex-direction:column;
    border-radius:12px
  }
  body .emera-site .industry-image {
    width:100%!important
  }
  body .emera-site .industry-image img,body .emera-site .featured .industry-image img {
    height:260px;
    min-height:0
  }
  body .emera-site .industry-content {
    padding:24px;
    gap:8px
  }
  body .emera-site .card-title .elementor-heading-title {
    font-size:28px
  }
  body .emera-site .em-heading.statement .elementor-heading-title {
    font-size:28px
  }
  body .emera-site .restoration-copy {
    gap:24px
  }
  body .emera-site .restoration-image img {
    height:300px
  }
  body .emera-site .certifications {
    gap:24px
  }
  body .emera-site .cert-title .elementor-heading-title {
    font-size:28px
  }
  body .emera-site .cert-title br {
    display:none
  }
  body .emera-site .cert-logos {
    width:100%;
    gap:16px;
    justify-content:space-between
  }
  body .emera-site .cert-logo {
    width:64px!important
  }
  body .emera-site .cert-logo img {
    height:64px
  }
  body .emera-site .cert-wide {
    width:95px!important
  }
  body .emera-site .cert-wide img {
    height:44px
  }
  body .emera-site .stats {
    flex-direction:column;
    gap:8px
  }
  body .emera-site .stat-card {
    min-height:124px;
    padding:16px;
    display:grid;
    grid-template-columns:32px 1fr;
    gap:16px;
    align-items:center
  }
  body .emera-site .stat-icon {
    width:32px!important;
    height:32px;
    padding:8px
  }
  body .emera-site .stat-icon img {
    width:16px;
    height:16px
  }
  body .emera-site .stat-value {
    margin:0
  }
  body .emera-site .stat-value .elementor-heading-title {
    font-size:24px;
    line-height:24px
  }
  body .emera-site .stat-description {
    grid-column:1/-1;
    font-size:16px;
    line-height:22px
  }
  body .emera-site .why-emera {
    gap:40px
  }
  body .emera-site .em-tabs .elementor-tabs {
    display:block
  }
  body .emera-site .em-tabs .elementor-tabs-wrapper {
    display:flex;
    width:100%;
    overflow-x:auto;
    margin-bottom:40px
  }
  body .emera-site .em-tabs .elementor-tab-title {
    white-space:nowrap;
    padding:8px 12px;
    font-size:18px;
    line-height:18px
  }
  body .emera-site .em-tabs .elementor-tab-mobile-title {
    display:none!important
  }
  body .emera-site .em-tabs .tab-statement {
    font-size:26px;
    line-height:31px;
    margin-bottom:24px
  }
  body .emera-site .em-tabs .feature-photo {
    height:380px;
    object-position:center
  }
  body .emera-site .case-studies {
    gap:40px;
    padding-top:32px
  }
  body .emera-site .testimonial {
    padding:16px;
    gap:24px
  }
  body .emera-site .quote .elementor-heading-title {
    font-size:24px;
    line-height:29px
  }
  body .emera-site .quote br {
    display:none
  }
  body .emera-site .case-brand {
    min-height:190px
  }
  body .emera-site .case-photo img {
    height:190px
  }
  body .emera-site .contact-section {
    padding:0 8px
  }
  body .emera-site .contact-content {
    padding:40px;
    gap:24px
  }
  body .emera-site .contact-title .elementor-heading-title {
    font-size:36px;
    line-height:36px
  }
  body .emera-site .contact-copy br {
    display:none
  }
  body .emera-site .contact-steps {
    gap:12px
  }
  body .emera-site .contact-step {
    font-size:14px;
    line-height:21px
  }
  body .emera-site .contact-actions {
    padding:24px;
    flex-direction:column;
    gap:24px
  }
  body .emera-site .contact-actions .em-button {
    width:100%
  }
  body .emera-site .contact-actions .elementor-button {
    width:100%;
    min-height:44px
  }
  body .emera-site .contact-phone {
    font-size:14px;
    line-height:21px
  }
  body .emera-site .faq {
    min-height:0;
    gap:40px;
    padding-bottom:32px
  }
  body .emera-site .em-faq .elementor-tab-title {
    font-size:14px;
    line-height:18px;
    padding:12px
  }
  body .emera-site .em-faq .elementor-tab-title.elementor-active {
    font-size:14px
  }
  body .emera-site .em-faq .elementor-tab-content {
    font-size:14px;
    padding:0 12px 12px;
    line-height:20px
  }
  body .emera-site .em-faq .elementor-accordion-item {
    margin-bottom:8px
  }
  body .emera-site .social {
    gap:24px;
    padding-top:32px
  }
  body .emera-site .social-heading {
    flex-direction:column;
    align-items:flex-start;
    gap:16px
  }
  body .emera-site .social-handle .elementor-heading-title {
    font-size:20px
  }
  body .emera-site .social-post {
    flex:0 0 210px
  }
  body .emera-site .social-image img {
    height:169px
  }
  body .emera-site .footer-main {
    padding:40px 16px 24px;
    gap:32px
  }
  body .emera-site .footer-brand {
    flex-direction:column;
    align-items:flex-start;
    padding-bottom:32px;
    gap:24px
  }
  body .emera-site .footer-tagline {
    text-align:left;
    font-size:16px
  }
  body .emera-site .footer-columns {
    padding-bottom:32px;
    gap:32px 24px
  }
  body .emera-site .footer-column {
    flex:1 1 42%
  }
  body .emera-site .footer-contact {
    flex:1 1 100%
  }
  body .emera-site .footer-legal {
    flex-direction:column;
    align-items:flex-start;
    gap:16px
  }
  body .emera-site .site-credit {
    font-size:11px
  }
  .back-top {
    width:36px;
    height:36px;
    right:12px;
    bottom:12px
  }
  dialog {
    padding:28px 20px
  }
  #visit-form {
    grid-template-columns:1fr
  }
  #visit-form label {
    grid-column:1/-1
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
body .emera-site .em-copy {
  color:inherit
}
body .emera-site .muted {
  color:var(--em-muted)
}
body .emera-site .eyebrow {
  color:#185b98
}
body .emera-site .card-copy {
  color:#91a9bb
}
body .emera-site .stat-description {
  color:#ffffffa3
}
body .emera-site .contact-copy {
  color:#c1cfd9
}
body .emera-site .social-date {
  color:#99a1af
}
body .emera-site .restoration-copy {
  flex:1
}
body .emera-site .brand-logo {
  text-align:left
}
body .emera-site .em-faq .elementor-accordion-title {
  color:var(--em-text)
}
/* Shared refinements preserve native widget content at each Figma breakpoint. */
body .emera-site .em-heading,body .emera-site .elementor-button {
  font-optical-sizing:none;
  font-variation-settings:'GRAD' 0,'ROND' 0,'wdth' 100
}
body .emera-site .hero-glass .em-copy,body .emera-site .card-copy {
  font-weight:300
}
body .emera-site .card-title .elementor-heading-title {
  font-weight:300;
  letter-spacing:-.02em
}
body .emera-site .em-checks .elementor-icon-list-text {
  font-weight:300
}
body .emera-site .em-checks strong {
  font-weight:500
}
body .emera-site .industry-card .em-checks {
  color:#91a9bb
}
body .emera-site .industry-card .em-checks strong {
  color:white
}
body .emera-site .industry-image {
  position:relative
}
body .emera-site .industry-image:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 47.6%,#001627)
}
body .emera-site .partner-logo {
  filter:none;
  opacity:.4
}
body .emera-site .contact-content {
  min-height:272px
}
body .emera-site .contact-icon {
  padding-left:24px;
  position:relative
}
body .emera-site .contact-icon:before {
  content:'';
  position:absolute;
  left:0;
  top:2px;
  width:16px;
  height:16px;
  background-size:contain;
  background-repeat:no-repeat
}
body .emera-site .contact-icon--phone:before {
  background-image:url('fbf62.svg')
}
body .emera-site .contact-icon--location:before {
  background-image:url('042ff.svg')
}
body .emera-site .contact-icon--mail:before {
  background-image:url('0bb02.svg')
}
@media(min-width:1025px) {
  body .emera-site .industry-card:not(.featured) .industry-content>:not(.card-title) {
    display:none
  }
  body .emera-site .industry-card:hover .industry-content>:not(.card-title),body .emera-site .industry-card:focus-within .industry-content>:not(.card-title) {
    display:block
  }
  body .emera-site .industry-card:hover .industry-image img,body .emera-site .industry-card:focus-within .industry-image img {
    height:240px
  }
  body .emera-site .industry-cards:has(.industry-card:not(.featured):hover) .featured .industry-content>:not(.card-title) {
    display:none
  }
  body .emera-site .industry-cards:has(.industry-card:not(.featured):hover) .featured .industry-image img {
    height:457px
  }
  body .emera-site .industry-card {
    height:568px
  }
}
@media(max-width:1024px) {
  body .emera-site .industry-cards>.industry-card {
    width:100%
  }
  body .emera-site .hero-glass {
    width:100%
  }
  body .emera-site .restoration-image {
    width:100%
  }
  body .emera-site .contact-content {
    min-height:0
  }
}
@media(max-width:767px) {
  body .emera-site .header-inner {
    height:68px
  }
  body .emera-site .brand-logo img {
    width:120px;
    height:40px
  }
  body .emera-site .header-inner>.em-button .elementor-button {
    min-height:44px;
    font-size:16px;
    padding:12px 16px
  }
  body .emera-site .header-inner {
    gap:12px
  }
  body .emera-site .menu-toggle {
    padding:0
  }
  body .emera-site .hero {
    margin:24px 8px 16px;
    min-height:712px;
    padding:24px 16px
  }
  body .emera-site .hero-title br {
    display:none
  }
  body .emera-site .hero-title .elementor-heading-title {
    letter-spacing:-.8px
  }
  body .emera-site .hero-content {
    gap:16px
  }
  body .emera-site .hero-glass {
    padding:16px;
    line-height:1.3;
    border-radius:8px
  }
  body .emera-site .hero-actions {
    flex-direction:column-reverse;
    gap:20px
  }
  body .emera-site .hero-actions .em-button,body .emera-site .hero-actions .elementor-button {
    width:100%
  }
  body .emera-site .hero-actions .elementor-button {
    font-size:16px
  }
  body .emera-site .partners-section {
    padding-top:24px;
    padding-bottom:32px
  }
  body .emera-site .industry-cards {
    gap:12px
  }
  body .emera-site .industry-image img,body .emera-site .featured .industry-image img {
    height:240px
  }
  body .emera-site .card-title .elementor-heading-title {
    font-size:24px
  }
  body .emera-site .industry-card .em-checks .elementor-icon-list-item {
    font-size:14px;
    line-height:20px
  }
  body .emera-site .restoration .muted {
    color:#1f72be
  }
  body .emera-site .industries .section-description br {
    display:initial
  }
  body .emera-site .social-handle .elementor-heading-title {
    font:600 18px/1.3 var(--em-body)
  }
  body .emera-site .footer-columns {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto auto;
    gap:40px
  }
  body .emera-site .footer-column:nth-child(1) {
    grid-area:1/1
  }
  body .emera-site .footer-column:nth-child(2) {
    grid-area:2/1
  }
  body .emera-site .footer-column:nth-child(3) {
    grid-area:1/2
  }
  body .emera-site .footer-column:nth-child(4) {
    grid-area:2/2
  }
  body .emera-site .footer-column:nth-child(5) {
    grid-area:3/1/4/3
  }
  body .emera-site .footer-brand {
    padding-bottom:24px
  }
  body .emera-site .footer-main {
    gap:24px
  }
}
@media(max-width:389px) {
  body .emera-site .header-inner>.em-button .elementor-button {
    font-size:14px;
    padding:12px
  }
  body .emera-site .brand-logo {
    width:108px!important
  }
  body .emera-site .brand-logo img {
    width:108px
  }
}
.screen-reader-text {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
body .emera-site .em-faq .elementor-tab-content p {
  margin-bottom:0
}
body .emera-site .em-faq .elementor-accordion-item:last-child {
  margin-bottom:0
}
@media(max-width:1024px) {
  body .emera-site .navigation,body .emera-site .navigation .elementor-widget-container {
    position:static
  }
  body .emera-site .navigation nav {
    top:100%;
    left:0;
    right:0;
    width:100%;
    max-height:calc(100vh - 80px);
    overflow:auto
  }
}

/* The exported poster already has this overlay; apply it only to moving footage. */
body .emera-site .hero .elementor-background-video-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,22,39,0), #00213b);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  body .emera-site .hero .elementor-background-video-container { display: none; }
}
