@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  font-family: Manrope, Arial, sans-serif;
  color: #151a1e;
  background: #f3f4f3;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

button {
  font: inherit;
}

input {
  font: inherit;
}

textarea {
  font: inherit;
}

.wrap {
  width: min(100% - 48px,1240px);
  margin: auto;
}

.topbar {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  width: 260px;
  height: 64px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar nav {
  margin-left: auto;
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
}

.topbar nav a:hover {
  color: #ea4e2d;
}

.top-phone:hover {
  color: #ea4e2d;
}

.top-phone {
  font-size: 16px;
  font-weight: 800;
}

.top-phone span {
  color: #ef4c2b;
  margin-left: 10px;
}

.hero {
  min-height: 610px;
  background: #11171c;
  color: white;
  display: grid;
  grid-template-columns: 1.65fr .7fr;
  overflow: hidden;
}

.hero-copy {
  padding: 106px 7% 90px 7.5%;
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dash {
  width: 25px;
  height: 2px;
  background: #f05a38;
  display: inline-block;
}

.hero h1 {
  font-size: clamp(43px,5.1vw,76px);
  line-height: 1.1;
  letter-spacing: -.075em;
  margin: 32px 0 24px;
  font-weight: 800;
}

.contact-intro h2 {
  font-size: clamp(40px,4.3vw,64px);
  line-height: 1.1;
  letter-spacing: -.075em;
  margin: 35px 0 24px;
  font-weight: 800;
}

.hero h1 em {
  font-style: normal;
  color: #ef4c2b;
}

.contact-intro h2 em {
  font-style: normal;
  color: #ef4c2b;
}

.lead {
  max-width: 510px;
  color: #c4cbd0;
  font-size: 18px;
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 39px;
}

.button {
  border: 1px solid transparent;
  min-height: 55px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.button span {
  font-size: 19px;
  font-weight: 500;
}

.primary {
  background: #ef4c2b;
  color: #fff;
}

.primary:hover {
  background: #d73e20;
}

.outline {
  border-color: #626c74;
  color: white;
}

.outline:hover {
  background: #26313a;
}

.hero-side {
  background: #1b252d;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  gap: 36px;
}

.side-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}

.side-bottom>span {
  font-size: 11px;
  letter-spacing: .18em;
  color: #a4afb7;
  font-weight: 800;
}

.side-bottom strong {
  font-size: 23px;
  line-height: 1.35;
}

.side-bottom a {
  color: #ff7759;
  font-size: 13px;
  font-weight: 800;
}

.ticker {
  background: #ed4d2c;
  color: white;
}

.ticker-inner {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 800;
}

.ticker b {
  font-size: 19px;
}

.services {
  padding: 106px 0 117px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2 {
  font-size: clamp(36px,4vw,59px);
  line-height: 1.1;
  letter-spacing: -.065em;
  margin: 20px 0 0;
}

.location h2 {
  font-size: clamp(36px,4vw,59px);
  line-height: 1.1;
  letter-spacing: -.065em;
  margin: 20px 0 0;
}

.section-heading>p {
  max-width: 340px;
  color: #505b62;
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 45px;
}

.service-grid article {
  min-height: 215px;
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.service-grid article>span {
  font-size: 12px;
  color: #eb4e2d;
  font-weight: 800;
}

.service-grid h3 {
  margin: 28px 0 12px;
  font-size: 25px;
  letter-spacing: -.04em;
}

.service-grid p {
  color: #505b62;
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}

.contact-section {
  background: #182128;
  color: #fff;
  padding: 100px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}

.contact-intro>p:not(.eyebrow) {
  color: #d1d9de;
  line-height: 1.75;
  max-width: 440px;
}

.contact-tel {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.05em;
  display: inline-block;
  margin-top: 38px;
}

.contact-tel:hover {
  color: #ef4c2b;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.form input {
  width: 100%;
  border: 1px solid #53606a;
  background: #222e36;
  color: white;
  padding: 14px 16px;
  outline: none;
  border-radius: 0;
}

.form textarea {
  width: 100%;
  border: 1px solid #53606a;
  background: #222e36;
  color: white;
  padding: 14px 16px;
  outline: none;
  border-radius: 0;
  resize: vertical;
}

.form input:focus {
  border-color: #fb6949;
}

.form textarea:focus {
  border-color: #fb6949;
}

.form input::placeholder {
  color: #bac5cb;
}

.form textarea::placeholder {
  color: #bac5cb;
}

.form button {
  align-self: start;
  margin-top: 5px;
}

.form-note {
  margin: 0;
  color: #d1d9de;
  font-size: 13px;
  line-height: 1.5;
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  align-items: center;
  padding: 100px 0;
}

.location h2 span {
  color: #59646a;
}

.dark {
  color: #172026;
  border-color: #a9afb0;
  margin-top: 35px;
}

.dark:hover {
  background: #e7e8e7;
}

.map-panel {
  min-height: 330px;
  background: #e3e6e5;
  display: block;
  border: 1px solid #d1d7d5;
  position: relative;
}

footer {
  background: #10171b;
  color: white;
}

.footer-inner {
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 14px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 32px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #626c74;
  font-size: 14px;
  font-weight: 800;
}

.social-links a span {
  color: #ef4c2b;
}

.social-links a:hover {
  background: #26313a;
  border-color: #ef4c2b;
}

.social-links a:focus-visible {
  outline: 2px solid #ef4c2b;
  outline-offset: 3px;
}

.footer-inner small {
  color: #aab2b7;
}

.footer-inner>a:not(.brand) {
  font-weight: 800;
}

.side-call {
  border-top: 1px solid #53606a;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.side-call span {
  font-size: 12px;
  letter-spacing: .14em;
  color: #c6d0d6;
  font-weight: 800;
}

.side-call strong {
  font-size: 25px;
  letter-spacing: -.04em;
}

.side-call:hover strong {
  color: #ff7759;
}

.map-panel iframe {
  width: 100%;
  height: 330px;
  border: 0;
  display: block;
}

.map-panel>a {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #fff;
  color: #1b252d;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 3px 16px #0002;
}

.map-panel>a:hover {
  color: #e84426;
}

.form .form-trap {
  display: none;
}

.form button:disabled {
  opacity: .7;
  cursor: wait;
}

.confirmation {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
}

.confirmation h1 {
  font-size: clamp(38px,6vw,64px);
  letter-spacing: -.06em;
  line-height: 1.1;
  margin: 20px 0;
}

.confirmation p {
  max-width: 620px;
  line-height: 1.7;
}

.confirmation .actions {
  margin-top: 24px;
}

.menu-toggle {
  display: none;
}

@media (max-width: 850px) {
  .topbar nav {
    display: none;
  }

  .top-phone {
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 75px 6%;
  }

  .hero-side {
    flex-direction: row;
    min-height: 210px;
    align-items: end;
  }

  .side-bottom {
    gap: 8px;
  }

  .services {
    padding: 75px 0;
  }

  .service-grid article {
    min-height: 195px;
  }

  .contact-grid {
    gap: 40px;
  }

  .footer-inner {
    flex-wrap: wrap;
    padding: 35px 0;
  }

  .side-call {
    margin-left: auto;
    min-width: 160px;
  }

  .topbar {
    position: relative;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 2;
    min-height: 44px;
    padding: 0 10px;
    border: 1px solid #a9afb0;
    background: transparent;
    color: #151a1e;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
  }

  .menu-toggle:focus-visible {
    outline: 2px solid #ef4c2b;
    outline-offset: 3px;
  }

  .topbar nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid #a9afb0;
    background: #f3f4f3;
  }

  .topbar nav.is-open a {
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px,1240px);
  }

  .topbar {
    height: 72px;
  }

  .brand {
    width: clamp(112px, calc(100vw - 242px), 170px);
    height: 48px;
  }

  .top-phone {
    font-size: 14px;
  }

  .hero-copy {
    padding: 63px 22px 67px;
  }

  .hero h1 {
    font-size: clamp(40px,10vw,58px);
  }

  .lead {
    font-size: 16px;
  }

  .actions {
    flex-direction: column;
  }

  .hero-side {
    display: block;
    padding: 27px 22px;
    min-height: 0;
  }

  .ticker-inner {
    justify-content: flex-start;
    gap: 23px;
  }

  .section-heading {
    display: block;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }

  .contact-section {
    padding: 70px 0;
  }

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

  .contact-tel {
    margin: 10px 0 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form button {
    width: 100%;
  }

  .location {
    grid-template-columns: 1fr;
    padding: 75px 0;
  }

  .map-panel {
    min-height: 290px;
  }

  .footer-inner {
    display: grid;
    gap: 19px;
  }

  .actions .button {
    width: 100%;
  }

  .ticker-inner span:nth-of-type(n+3) {
    display: none;
  }

  .ticker-inner b:nth-of-type(n+3) {
    display: none;
  }

  .side-call {
    margin-top: 24px;
  }

  .map-panel iframe {
    height: 290px;
  }

}

@media (min-width: 851px) and (max-width: 1050px) {
  .topbar {
    gap: 20px;
  }
}
