:root {
  --orange: #fe4606;
  --deep-orange: #ff3f05;
  --ink: #09090b;
  --paper: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.eyebrow { margin: 0; }
.menu-toggle { display: none; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.quote-form :focus-visible, .contact :focus-visible { outline-color: var(--orange); }

.hero {
  position: relative;
  height: 46.32vw;
  overflow: hidden;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.72vw;
  min-height: 86px;
}

.logo {
  position: absolute;
  top: 1.265vw;
  left: 2.885vw;
  width: 13.44vw;
}

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

.site-header nav {
  position: absolute;
  top: 2.53vw;
  right: 2.88vw;
  display: flex;
  gap: 2.76vw;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.107vw;
  line-height: 1.5;
  color: #fff;
}

.site-header nav a { white-space: nowrap; }

.hero-card {
  position: absolute;
  z-index: 1;
  left: 2.35vw;
  top: 18.18vw;
  width: 27.75vw;
  height: 22.70vw;
  padding: 1.68vw 1.58vw;
  border-radius: 1.5vw;
  background: rgba(255,255,255,.95);
}

.hero-card h1 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 2.372vw;
  font-weight: 400;
  line-height: .9;
}

.hero-card p {
  margin: 1.25vw 0 0;
  font-size: 1.107vw;
  line-height: 1.3;
}

.hero-actions {
  position: absolute;
  left: 1.52vw;
  bottom: 1.58vw;
  display: flex;
  gap: .47vw;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.53vw;
  padding: .55vw 1.52vw;
  border: 0;
  border-radius: 2.14vw;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.107vw;
  line-height: 1.3;
  cursor: pointer;
}

.button--orange { color: #fff; background: var(--orange); }
.button--dark { color: #fff; background: #454545; }

.about {
  position: relative;
  height: 43.95vw;
  background: #fff;
}

.about__image {
  position: absolute;
  left: 7.47vw;
  top: 8.22vw;
  width: 34.62vw;
  height: 34.98vw;
  border-radius: 1.95vw;
  object-fit: cover;
}

.about__copy {
  position: absolute;
  left: 50.47vw;
  top: 4.82vw;
  width: 39.76vw;
}

.about__copy .eyebrow {
  font-size: 1.107vw;
  line-height: 1.3;
  margin-bottom: .75vw;
}

.about__copy h2 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 3.004vw;
  font-weight: 400;
  line-height: 1.25;
}

.about__copy > p:not(.eyebrow) {
  margin: .05vw 0 1.76vw;
  font-size: 1.265vw;
  line-height: 1;
}

.services {
  position: relative;
  min-height: 98.02vw;
  padding-top: 6.87vw;
  background: #fff;
}

.services__heading { margin-left: 8.42vw; }
.services__heading .eyebrow { font-size: 1.107vw; line-height: 1.3; }
.services__heading h2 {
  margin: 1.25vw 0 0;
  font-family: Arial, sans-serif;
  font-size: 3.795vw;
  font-weight: 400;
  line-height: 1.08;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.95vw 1.58vw;
  margin: 4.25vw 7.47vw 0;
}

.service-card {
  position: relative;
  height: 33vw;
  overflow: hidden;
  border-radius: 1.95vw;
  color: #fff;
  background: linear-gradient(180deg, #ff6a42 0%, #ff3f05 100%);
  box-shadow: 0 1.5vw 1.8vw rgba(0,0,0,.09);
}

.service-card img {
  position: absolute;
  left: 50%;
  top: 6.16vw;
  width: 18.43vw;
  max-height: 7.9vw;
  object-fit: contain;
  transform: translateX(-50%);
}

.service-card:nth-child(4) img { top: 4.8vw; width: 18.43vw; max-height: 9.6vw; }
.service-card:nth-child(5) img { top: 5.0vw; width: 17vw; max-height: 9.3vw; }
.service-card:nth-child(6) img { top: 4.5vw; width: 15.2vw; max-height: 10.2vw; }

.service-card h3 {
  position: absolute;
  top: 17.90vw;
  left: 2.29vw;
  right: 2.29vw;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.265vw;
  font-weight: 400;
  line-height: 1.3;
}

.service-card p {
  position: absolute;
  top: 23.00vw;
  left: 2.29vw;
  width: 21.55vw;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.107vw;
  line-height: 1.3;
}

.quote {
  position: relative;
  height: 75.25vw;
  color: #fff;
  background:
    linear-gradient(rgba(29,30,32,.4), rgba(29,30,32,.4)),
    #aa3510 url('/assets/quote-background.webp') center / cover no-repeat;
}

.quote__intro {
  position: absolute;
  left: 5.89vw;
  top: 29.72vw;
  width: 34.22vw;
}

.quote__intro .eyebrow { font-size: .949vw; line-height: 1.3; }
.quote__intro h2 {
  margin: .4vw 0 1.25vw;
  font-family: Arial, sans-serif;
  font-size: 3.004vw;
  font-weight: 400;
  line-height: 1.25;
}

.quote__intro > p:last-child { margin: 0; font-size: 1.265vw; line-height: 1.5; }

.quote-form {
  position: absolute;
  left: 42.72vw;
  top: 6.80vw;
  width: 51.38vw;
  min-height: 59.61vw;
  padding: 3.16vw;
  border-radius: 1.98vw;
  color: var(--ink);
  background: #fff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.quote-form > label { display: block; margin: 0 0 1.66vw; font-size: 1.107vw; line-height: 1.32; }
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
  display: block;
  width: 100%;
  margin-top: .3vw;
  border: 1px solid #c7c7c7;
  border-radius: 1.58vw;
  outline: none;
  background: #f3f3f3;
  font-size: 1.107vw;
}

.quote-form input[type="text"], .quote-form input[type="email"] { height: 4.15vw; padding: 1.27vw; }
.quote-form textarea { height: 7.59vw; padding: 1.27vw; resize: none; }
.quote-form input:focus, .quote-form textarea:focus { border-color: #777; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #919191; opacity: 1; }

.quote-form fieldset { margin: -.2vw 0 1.62vw; padding: 0; border: 0; }
.quote-form legend { margin-bottom: .55vw; font-size: 1.107vw; }
.quote-form fieldset label { display: flex; align-items: center; gap: .42vw; margin: 0 0 .48vw; font-size: 1.107vw; line-height: 1.35; }
.quote-form input[type="checkbox"] { width: 1.03vw; height: 1.03vw; margin: 0; accent-color: #454545; }
.form-footer { display: flex; align-items: center; justify-content: flex-end; gap: 1vw; }
.form-status { flex: 1; color: #666; font-size: .82vw; line-height: 1.25; }
.quote-form .button { min-width: 9.17vw; min-height: 3.45vw; padding: 1.1vw 2.05vw; font-size: .949vw; }
.quote-form button:disabled { opacity: .55; cursor: wait; }

.contact {
  position: relative;
  height: 24.43vw;
  background: #f3f3f3;
}

.contact > img {
  position: absolute;
  left: 5.49vw;
  top: 3.12vw;
  width: 53.52vw;
  height: 17.86vw;
  object-fit: contain;
}

.contact__copy {
  position: absolute;
  top: 4.42vw;
  right: 4.31vw;
  width: 24.0vw;
  text-align: center;
}

.contact__copy h2 {
  margin: 0 0 1.65vw;
  font-family: Arial, sans-serif;
  font-size: 2.214vw;
  font-weight: 400;
  line-height: 1.3;
}

.contact__copy p { margin: 0 0 1.07vw; font-size: 1.107vw; line-height: 1.3; }
.contact footer {
  position: absolute;
  left: 0;
  bottom: .52vw;
  width: 100%;
  text-align: center;
  color: #c5c5c6;
  font-size: 1.107vw;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .hero { height: 700px; min-height: 0; }
  .site-header { height: 90px; background: rgba(0,0,0,.18); }
  .logo { top: 18px; left: 22px; width: 170px; }
  .site-header nav { top: 34px; right: 22px; gap: 24px; font-size: 14px; }
  .hero__image { object-fit: cover; object-position: 57% center; }
  .hero-card { left: 5%; top: 220px; width: 430px; height: 395px; padding: 28px; border-radius: 24px; }
  .hero-card h1 { font-size: 38px; }
  .hero-card p { margin-top: 22px; font-size: 16px; }
  .hero-actions { left: 28px; bottom: 28px; gap: 8px; }
  .button { min-height: 42px; padding: 10px 24px; border-radius: 28px; font-size: 15px; }
  .about { height: auto; padding: 70px 7%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 7%; }
  .about__image, .about__copy { position: static; width: 100%; height: auto; }
  .about__image { aspect-ratio: 1 / 1.01; border-radius: 24px; }
  .about__copy .eyebrow { font-size: 14px; }
  .about__copy h2 { font-size: 36px; }
  .about__copy > p:not(.eyebrow) { margin-bottom: 22px; font-size: 15px; line-height: 1.15; }
  .services { min-height: 0; padding: 70px 7%; }
  .services__heading { margin: 0; }
  .services__heading .eyebrow { font-size: 14px; }
  .services__heading h2 { margin-top: 16px; font-size: 46px; }
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 70px 0 0; }
  .service-card { height: 470px; border-radius: 24px; }
  .service-card img, .service-card:nth-child(n) img { top: 75px; width: 68%; max-height: 120px; }
  .service-card h3 { top: 245px; left: 28px; right: 28px; font-size: 20px; }
  .service-card p { top: 310px; left: 28px; width: calc(100% - 56px); font-size: 16px; }
  .quote { height: auto; min-height: 0; padding: 76px 7%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 6%; align-items: center; }
  .quote__intro, .quote-form { position: static; width: 100%; }
  .quote__intro .eyebrow { font-size: 13px; }
  .quote__intro h2 { margin: 8px 0 20px; font-size: 42px; }
  .quote__intro > p:last-child { font-size: 16px; }
  .quote__intro br { display: none; }
  .quote-form { min-height: 0; padding: 36px; border-radius: 24px; }
  .quote-form > label { margin-bottom: 18px; font-size: 14px; }
  .quote-form input[type="text"], .quote-form input[type="email"] { height: 54px; margin-top: 5px; padding: 14px; border-radius: 22px; font-size: 14px; }
  .quote-form textarea { height: 110px; margin-top: 5px; padding: 14px; border-radius: 22px; font-size: 14px; }
  .quote-form fieldset { margin: 0 0 18px; }
  .quote-form legend, .quote-form fieldset label { font-size: 14px; }
  .quote-form input[type="checkbox"] { width: 15px; height: 15px; }
  .form-status { font-size: 12px; }
  .quote-form .button { min-width: 120px; min-height: 44px; font-size: 13px; }
  .contact { height: 360px; min-height: 0; }
  .contact > img { left: 3%; top: 62px; width: 57%; height: 220px; }
  .contact__copy { top: 58px; right: 3%; width: 36%; }
  .contact__copy h2 { margin-bottom: 24px; font-size: 31px; }
  .contact__copy p { margin-bottom: 14px; font-size: 14px; }
  .contact footer { bottom: 10px; font-size: 14px; }
}

@media (max-width: 800px) {
  .quote { display: block; padding: 64px 7%; }
  .quote__intro { margin-bottom: 40px; }
}

@media (max-width: 700px) {
  .site-header { height: 84px; }
  .logo { top: 16px; left: 16px; width: 152px; }
  .menu-toggle {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 16px;
    display: inline-flex;
    width: 48px;
    height: 48px;
    padding: 12px 10px;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(11px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-11px) rotate(-45deg); }
  .site-header nav {
    position: absolute;
    z-index: 3;
    top: 76px;
    right: 16px;
    display: none;
    width: min(260px, calc(100vw - 32px));
    padding: 10px;
    flex-direction: column;
    gap: 0;
    border-radius: 14px;
    background: rgba(17,17,17,.96);
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
    font-size: 16px;
  }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { display: flex; min-height: 48px; padding: 12px 14px; align-items: center; border-radius: 9px; }
  .site-header nav a:hover, .site-header nav a:focus-visible { background: rgba(255,255,255,.1); }
  .hero { height: 760px; min-height: 700px; }
  .hero__image { object-position: 61% center; }
  .hero-card { left: 16px; right: 16px; top: 220px; width: auto; height: auto; min-height: 470px; padding: 26px 22px 24px; }
  .hero-card h1 { font-size: clamp(32px, 9vw, 38px); line-height: .96; }
  .hero-card p { margin-top: 20px; font-size: clamp(14px, 3.8vw, 16px); line-height: 1.38; }
  .hero-actions { position: static; margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 46px; }
  .about { display: block; padding: 56px 20px; }
  .about__image { margin-bottom: 40px; }
  .about__copy h2 { font-size: clamp(32px, 9vw, 38px); }
  .about__copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.35; }
  .services { padding: 56px 20px; }
  .services__heading h2 { font-size: clamp(36px, 10vw, 44px); }
  .services__grid { grid-template-columns: 1fr; margin-top: 46px; }
  .service-card { height: auto; min-height: 390px; padding: 48px 24px 30px; }
  .service-card img, .service-card:nth-child(n) img { position: static; width: 82%; height: 110px; max-height: none; margin: 0 auto 42px; object-fit: contain; transform: none; }
  .service-card h3 { position: static; margin: 0 0 28px; font-size: 21px; }
  .service-card p { position: static; width: auto; font-size: 16px; line-height: 1.4; }
  .quote { padding: 56px 16px; background-position: 40% center; }
  .quote__intro { margin-bottom: 42px; }
  .quote__intro h2 { font-size: clamp(36px, 10vw, 44px); }
  .quote__intro > p:last-child { font-size: 16px; line-height: 1.5; }
  .quote-form { padding: 28px 20px; border-radius: 22px; }
  .quote-form > label, .quote-form legend, .quote-form fieldset label { font-size: 15px; }
  .quote-form input[type="text"], .quote-form input[type="email"] { height: 52px; border-radius: 18px; font-size: 16px; }
  .quote-form textarea { height: 140px; border-radius: 18px; font-size: 16px; }
  .quote-form fieldset label { min-height: 38px; gap: 10px; }
  .quote-form input[type="checkbox"] { width: 20px; height: 20px; flex: 0 0 auto; }
  .form-footer { display: block; }
  .form-status { display: block; min-height: 20px; margin-bottom: 10px; font-size: 13px; }
  .quote-form .button { width: 100%; min-height: 48px; font-size: 15px; }
  .contact { height: auto; padding: 46px 20px 68px; }
  .contact > img, .contact__copy { position: static; width: 100%; }
  .contact > img { height: 230px; object-fit: cover; object-position: 25% center; }
  .contact > img { margin-bottom: 35px; }
  .contact__copy h2 { font-size: clamp(32px, 9vw, 38px); }
  .contact__copy p { font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
  .contact-address span, .contact-links a { display: block; }
  .contact__copy p br, .contact-separator { display: none; }
  .contact__copy a { padding: 4px 0; }
  .contact footer { bottom: 16px; }
}

@media (max-width: 380px) {
  .hero-card { min-height: 490px; }
  .quote-form { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
