:root {
  --black: #101214;
  --charcoal: #171b1f;
  --charcoal-deep: #080a0c;
  --gold: #f0a900;
  --orange: #c84a18;
  --red: #d51f2b;
  --white: #ffffff;
  --soft-grey: #d3d5d7;
  --muted: #a8adb2;
  --panel: rgba(10, 12, 14, .58);
  --line: rgba(255, 255, 255, .16);
  --ech-font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --ech-font-body: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--ech-font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

:where(
  html,
  body,
  input,
  select,
  textarea,
  label,
  option,
  table,
  a,
  p,
  span,
  li,
  ul,
  ol,
  nav,
  header,
  main,
  section,
  article,
  aside,
  footer,
  .elementor-widget,
  .elementor-field,
  .elementor-field-label
) {
  font-family: var(--ech-font-body);
}

:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  nav a,
  button,
  .button,
  .eyebrow,
  .elementor-heading-title,
  .elementor-button
) {
  font-family: var(--ech-font-display);
  font-weight: 400;
  text-transform: uppercase;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.maintenance-page {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, .96) 0%, rgba(8, 10, 12, .88) 42%, rgba(8, 10, 12, .72) 100%),
    linear-gradient(180deg, rgba(16, 18, 20, .72), rgba(16, 18, 20, .94)),
    url("assets/hero.png") center center / cover no-repeat;
}

.maintenance-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 74, 24, .22), transparent 32%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .34) 100%);
  pointer-events: none;
}

.maintenance-header,
.maintenance-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.maintenance-header {
  padding: clamp(18px, 3vw, 34px) 0;
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.brand-mark {
  width: clamp(42px, 8vw, 58px);
  height: clamp(42px, 8vw, 58px);
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  color: var(--gold);
  transform: skew(-7deg);
  font: 400 clamp(18px, 3vw, 24px) / .9 var(--ech-font-display);
  letter-spacing: .03em;
  background: rgba(0, 0, 0, .34);
}

.brand-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
  text-transform: uppercase;
}

.brand-name {
  font: 400 clamp(26px, 4vw, 36px) / .9 var(--ech-font-display);
  letter-spacing: .04em;
}

.brand-line {
  max-width: 260px;
  color: var(--soft-grey);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
}

.maintenance-main {
  display: grid;
  align-items: center;
  justify-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(28px, 7vh, 88px) 0 clamp(34px, 8vh, 96px);
}

.maintenance-content {
  width: min(930px, 100%);
  padding: clamp(10px, 2vw, 20px) 0;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--soft-grey);
  font-family: var(--ech-font-display);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.accent-line {
  width: min(185px, 45vw);
  height: 4px;
  margin: 0 auto clamp(20px, 4vw, 34px);
  background: linear-gradient(90deg, transparent, var(--gold), var(--orange), transparent);
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  margin: 0;
  font-family: var(--ech-font-display);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(32px, 8.2vw, 68px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: .5px;
}

h2 {
  font-size: clamp(25px, 4vw, 34px);
  line-height: 1;
  letter-spacing: .5px;
}

.copy-block {
  max-width: 810px;
  margin: clamp(22px, 4vw, 32px) auto;
  color: var(--soft-grey);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
}

.copy-block p {
  margin: 0;
}

.copy-block p + p {
  margin-top: 14px;
}

.status-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 clamp(28px, 5vw, 44px);
  padding: 12px 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.45;
}

.status-dot {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(240, 169, 0, .15);
}

.contact-section {
  max-width: 850px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 34px) 0 0;
  border-top: 1px solid var(--line);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 48px);
  margin: 20px 0 28px;
  font-style: normal;
}

.contact-details div {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-width: 0;
}

.contact-details strong {
  color: var(--gold);
  font-family: var(--ech-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-details a {
  width: max-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--soft-grey);
  font-weight: 400;
  line-height: 1.35;
}

.contact-details a:hover {
  color: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  padding: 15px 22px;
  color: var(--white);
  font-family: var(--ech-font-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.button-primary {
  background: var(--gold);
  color: var(--charcoal-deep);
}

.button-secondary {
  border-color: var(--gold);
  background: rgba(0, 0, 0, .22);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary:hover {
  background: var(--white);
}

.button-secondary:hover {
  background: var(--gold);
  color: var(--charcoal-deep);
}

.services-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--muted);
  list-style: none;
  font-family: var(--ech-font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.services-strip li {
  display: inline-flex;
  align-items: center;
}

.services-strip li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 14px;
  border-radius: 999px;
  background: var(--gold);
}

.maintenance-footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0 0 clamp(18px, 4vw, 34px);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.maintenance-footer p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 768px) {
  .maintenance-page {
    background-position: 62% center;
  }

  .maintenance-main {
    align-items: center;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .maintenance-footer {
    display: grid;
    justify-items: center;
  }
}

@media (max-width: 520px) {
  .maintenance-header,
  .maintenance-main,
  .maintenance-footer {
    width: min(100% - 32px, 1180px);
  }

  .brand {
    gap: 11px;
  }

  .brand-line {
    max-width: 185px;
    font-size: 8px;
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
  }

  .services-strip {
    gap: 9px 12px;
    font-size: 10px;
    letter-spacing: .1em;
  }

  .services-strip li:not(:last-child)::after {
    display: none;
  }
}

@media (min-width: 1440px) {
  .maintenance-content {
    margin-top: -2vh;
  }
}
