:root {
  --black: #111111;
  --charcoal: #1c1f24;
  --charcoal-2: #252a31;
  --gray-900: #2f343c;
  --gray-700: #5d6470;
  --gray-500: #8c939e;
  --gray-300: #d5d9df;
  --gray-200: #e7eaee;
  --gray-100: #f4f5f7;
  --white: #ffffff;
  --red: #c51624;
  --red-dark: #9e111c;
  --shadow: 0 16px 40px rgba(17, 17, 17, 0.10);
  --shadow-soft: 0 10px 28px rgba(17, 17, 17, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3, strong, .eyebrow, .btn, .main-nav a {
  font-family: 'Barlow Condensed', Impact, sans-serif;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: var(--black);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.84rem;
}
.topbar a { color: #ffd9dd; font-weight: 700; }
.topbar a:hover { color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-200);
}
.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand-logo-img {
  width: 320px;
  height: auto;
}
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-size: 1.18rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.main-nav a:hover {
  color: var(--red);
}
.menu-toggle {
  margin-left: auto;
  display: none;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--black);
  width: 46px;
  height: 46px;
  border-radius: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover {
  background: var(--red-dark);
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  background: transparent;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.45);
}
.btn-dark {
  background: var(--charcoal);
  color: var(--white);
}
.btn-dark:hover {
  background: var(--black);
}
.btn-lg {
  min-height: 54px;
  padding-inline: 1.45rem;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(197, 22, 36, 0.16), transparent 28%),
    linear-gradient(135deg, var(--black), var(--charcoal));
  color: var(--white);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 54px;
  padding: 84px 0 78px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffbdc3;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  opacity: 0.95;
}
.eyebrow.dark {
  color: var(--red);
}
.hero h1 {
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero h1 span,
.section h2 span {
  color: var(--red);
}
.hero-lead {
  color: #d5d9df;
  font-size: 1.12rem;
  max-width: 630px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 34px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.trust-row div {
  display: grid;
  gap: 2px;
  padding-right: 26px;
  border-right: 1px solid rgba(255,255,255,0.16);
}
.trust-row div:last-child { border-right: 0; padding-right: 0; }
.trust-row strong {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.trust-row span {
  font-size: 0.9rem;
  color: #c7ccd4;
}

.hero-visual {
  position: relative;
  min-height: 510px;
}
.sunburst {
  position: absolute;
  inset: 24px;
  border-radius: 30px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 55%);
}
.visual-card {
  position: relative;
  height: 100%;
  min-height: 510px;
  background: linear-gradient(180deg, #2b3037, #1a1d22);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(0,0,0,0.30);
}
.visual-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.20), transparent);
}
.visual-kicker {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cfd4dc;
}
.truck-illustration {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 78px;
  height: 250px;
}
.trailer {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 66%;
  height: 132px;
  border-radius: 16px 10px 8px 10px;
  background: linear-gradient(180deg, var(--white), #eff1f4);
  border: 3px solid var(--black);
  box-shadow: inset 0 0 0 4px #e9ecf0;
}
.trailer::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 20px;
  width: 22px;
  height: 22px;
  border-top: 4px solid var(--red);
  border-right: 4px solid var(--red);
  transform: skewX(-24deg) rotate(7deg);
}
.trailer-logo {
  position: absolute;
  top: 34px;
  left: 26px;
  color: var(--black);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.06em;
}
.trailer-logo small {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  color: var(--red);
}
.truck-cab {
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 30%;
  height: 110px;
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  border-radius: 22px 18px 8px 8px;
  border: 3px solid var(--black);
}
.truck-cab::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 48%;
  height: 30px;
  background: #f4f7fb;
  border: 3px solid var(--black);
  border-radius: 8px 10px 5px 5px;
}
.truck-cab::after {
  content: "";
  position: absolute;
  left: -36px;
  bottom: 14px;
  width: 44px;
  height: 12px;
  background: var(--gray-700);
  border-radius: 8px;
}
.wheel {
  position: absolute;
  bottom: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #20242a;
  box-shadow: inset 0 0 0 12px #59606b, inset 0 0 0 22px #d9dde3;
  border: 3px solid var(--black);
}
.w1 { left: 78px; }
.w2 { left: 280px; }
.w3 { right: 48px; }
.visual-bottom {
  position: absolute;
  left: 30px;
  bottom: 28px;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d3d8df;
}

.quick-strip {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.quick-grid > div {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,0.18);
}
.quick-grid > div:last-child { border-right: 0; }
.quick-grid span {
  display: block;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  opacity: 0.9;
}
.quick-grid strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.quick-grid p {
  margin: 7px 0 0;
  color: #ffe2e5;
  font-size: 0.95rem;
}

.section,
.quote-section {
  padding: 96px 0;
}
.section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}
.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: end;
}
.section h2,
.quote-section h2 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(2.7rem, 5.2vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.section-heading p {
  color: var(--gray-700);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 28px 24px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.service-card.featured {
  border-top: 5px solid var(--red);
}
.service-number {
  color: var(--gray-500);
  letter-spacing: 0.15em;
  font-size: 0.84rem;
  font-weight: 700;
}
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbe8ea;
  color: var(--red);
  font-size: 1.6rem;
  margin: 18px 0;
}
.service-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.service-card p {
  font-size: 0.97rem;
  color: var(--gray-700);
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 22px;
}
.service-card li {
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-200);
  font-size: 0.92rem;
  color: var(--gray-900);
}
.service-card a {
  margin-top: auto;
  color: var(--red);
  font-weight: 800;
  font-size: 0.95rem;
}
.future-card {
  background: linear-gradient(180deg, var(--charcoal), var(--black));
  border-color: #2c3138;
  color: var(--white);
}
.future-card p,
.future-card small {
  color: #c7ccd3;
}
.future-card .service-icon {
  background: rgba(255,255,255,0.08);
  color: var(--white);
}
.future-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
}
.future-tags span {
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.76rem;
}

.dark-section {
  background: var(--charcoal);
  color: var(--white);
}
.centered {
  margin-inline: auto;
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.centered p,
.step p {
  color: #c8cdd4;
}
.dark-section h2 { color: var(--white); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 24px 20px;
}
.step-num {
  font-size: 3.5rem;
  line-height: 1;
  color: var(--red);
  text-transform: uppercase;
}
.step h3 {
  margin: 14px 0 8px;
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.why {
  background: var(--gray-100);
}
.why-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: start;
}
.why-panel p {
  color: var(--gray-700);
  font-size: 1.08rem;
  max-width: 500px;
  margin-bottom: 24px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.benefit {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 14px;
  box-shadow: var(--shadow-soft);
}
.benefit > span {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbe6e8;
  color: var(--red);
  font-weight: 900;
}
.benefit strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}
.benefit p {
  margin-top: 4px;
  font-size: 0.92rem;
  color: var(--gray-700);
}

.commercial {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
}
.commercial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}
.commercial h2,
.commercial p {
  color: var(--white);
}
.commercial p { opacity: 0.92; }
.commercial-list {
  border-top: 1px solid rgba(255,255,255,0.28);
}
.commercial-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}

.service-area {
  background: var(--white);
}
.area-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 38px;
  align-items: center;
}
.area-grid p {
  color: var(--gray-700);
  max-width: 640px;
}
.towns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.towns span {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--charcoal);
}
.area-card {
  background: linear-gradient(180deg, var(--charcoal), var(--black));
  color: var(--white);
  border-radius: 24px;
  padding: 42px;
  box-shadow: var(--shadow);
}
.cardinal-pin {
  color: var(--red);
  font-size: 2.8rem;
  line-height: 1;
}
.area-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.area-card p {
  color: #d2d7de;
}
.area-card a {
  color: var(--white);
  font-weight: 800;
}

.quote-section {
  background: var(--black);
  color: var(--white);
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: start;
}
.quote-section h2 { color: var(--white); }
.quote-copy p {
  color: #c8cdd4;
  font-size: 1.05rem;
}
.contact-stack {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.contact-stack a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 3px solid var(--red);
  padding-left: 14px;
}
.contact-stack small {
  color: #8f97a2;
  font-size: 0.74rem;
  letter-spacing: 0.17em;
}
.contact-stack strong {
  font-size: 1.7rem;
  line-height: 1;
}
.quote-form {
  background: var(--white);
  color: var(--black);
  border-radius: 20px;
  padding: 30px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.quote-form label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--black);
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  border-radius: 12px;
  padding: 14px 15px;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(197,22,36,0.16);
  border-color: var(--red);
}
.file-label span,
.form-note {
  color: var(--gray-700);
}
.form-note {
  margin: 0;
  font-size: 0.82rem;
}
.quote-form .btn {
  width: 100%;
}

footer {
  background: var(--charcoal);
  color: var(--white);
  padding: 54px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 34px;
}
.footer-logo-image {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  background: var(--white);
  border-radius: 14px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
.footer-brand-logo-img {
  width: 280px;
}
.footer-brand p,
.footer-grid > div:not(.footer-brand) {
  color: #c1c7cf;
}
.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.95rem;
}
.footer-grid > div:not(.footer-brand) > strong {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.footer-grid a:hover { color: var(--white); }
.footer-bottom {
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #a0a8b3;
  font-size: 0.85rem;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }
  .brand-logo-img { width: 280px; }
  .hero-grid,
  .split-heading,
  .commercial-grid,
  .quote-grid,
  .area-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { gap: 34px; }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    padding: 22px 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-left: 0;
  }
  .main-nav.open { display: flex; }
  .nav-cta { display: none; }
  .quote-grid,
  .commercial-grid,
  .why-grid,
  .area-grid,
  .split-heading { gap: 32px; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-inner span:first-child {
    display: none;
  }
  .nav-wrap {
    min-height: 74px;
    gap: 14px;
  }
  .brand-logo-img {
    width: 215px;
  }
  .hero-grid {
    padding: 58px 0 58px;
  }
  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .trust-row {
    gap: 16px;
  }
  .trust-row div {
    border-right: 0;
    padding-right: 0;
  }
  .hero-visual,
  .visual-card {
    min-height: 360px;
  }
  .truck-illustration {
    left: 16px;
    right: 16px;
    bottom: 64px;
    height: 180px;
  }
  .trailer {
    height: 96px;
    bottom: 36px;
  }
  .trailer-logo {
    top: 24px;
    left: 16px;
    font-size: 1.35rem;
  }
  .trailer-logo small {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
  }
  .truck-cab {
    height: 82px;
    bottom: 36px;
  }
  .truck-cab::before {
    height: 22px;
    left: 14px;
    top: 12px;
  }
  .wheel {
    width: 45px;
    height: 45px;
    box-shadow: inset 0 0 0 9px #59606b, inset 0 0 0 16px #d9dde3;
  }
  .w1 { left: 42px; }
  .w2 { left: 160px; }
  .w3 { right: 24px; }
  .visual-kicker,
  .visual-bottom {
    left: 18px;
    font-size: 0.68rem;
  }
  .section,
  .quote-section {
    padding: 72px 0;
  }
  .quick-grid,
  .service-grid,
  .steps,
  .benefit-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }
  .quick-grid > div:last-child {
    border-bottom: 0;
  }
  .service-card {
    min-height: 0;
  }
  .quote-form,
  .area-card {
    padding: 24px;
  }
  .contact-stack strong {
    font-size: 1.35rem;
    word-break: break-word;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-brand-logo-img { width: 220px; }
}

/* Premium refinement pass */
body { background: #ffffff; }
.site-header { box-shadow: 0 8px 24px rgba(17,17,17,.04); }
.nav-wrap { min-height: 92px; }
.brand-logo-img { width: 340px; }
.main-nav a { font-size: 1.08rem; letter-spacing: .055em; }
.nav-cta { box-shadow: none; border-radius: 10px; }
.hero {
  background:
    linear-gradient(120deg, rgba(197,22,36,.11), transparent 38%),
    linear-gradient(135deg,#0f1012 0%,#1b1e22 62%,#24282e 100%);
}
.hero-grid { padding: 96px 0 92px; gap: 64px; }
.hero h1 { max-width: 720px; }
.hero-lead { max-width: 620px; font-size: 1.08rem; color: #cfd4da; }
.eyebrow { color: #f0b6bc; }
.btn { border-radius: 10px; }
.btn-primary { box-shadow: none; }
.btn-primary:hover { box-shadow: 0 12px 26px rgba(197,22,36,.18); }

.hero-visual { min-height: 520px; }
.brand-showcase {
  min-height: 520px;
  height: 100%;
  border-radius: 26px;
  background: linear-gradient(180deg,#20242a 0%,#17191d 100%);
  border: 1px solid rgba(255,255,255,.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
  position: relative;
  overflow: hidden;
}
.brand-showcase::after {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-80px;
  top:-80px;
  background:rgba(197,22,36,.13);
}
.brand-showcase-logo {
  background:#fff;
  border-radius:18px;
  padding:18px 22px;
  min-height:170px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:1;
}
.brand-showcase-logo img { width:100%; max-height:150px; object-fit:contain; }
.brand-showcase-copy { position:relative; z-index:1; padding:0 4px; }
.brand-showcase-copy .visual-kicker {
  position:static;
  display:block;
  color:#aeb5bf;
  margin-bottom:9px;
}
.brand-showcase-copy > strong {
  display:block;
  font-family:'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  font-size:2rem;
  line-height:1;
  letter-spacing:.01em;
  color:#fff;
  margin-bottom:10px;
}
.brand-showcase-copy p { color:#bcc2ca; margin:0; font-size:.95rem; }
.brand-showcase-stats {
  margin-top:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,.11);
  position:relative;
  z-index:1;
}
.brand-showcase-stats > div { padding:18px 14px 4px; border-right:1px solid rgba(255,255,255,.1); }
.brand-showcase-stats > div:last-child { border-right:0; }
.brand-showcase-stats span { display:block; color:#c51624; font-size:.72rem; font-weight:800; letter-spacing:.16em; margin-bottom:5px; }
.brand-showcase-stats strong { color:#fff; font-size:.94rem; line-height:1.15; text-transform:uppercase; }

.quick-strip { background:#c51624; }
.quick-grid > div { padding:24px 26px; }
.section { padding:106px 0; }
.section-heading { margin-bottom:52px; }
.section h2,.quote-section h2 { letter-spacing:-.025em; }
.service-grid { gap:20px; }
.service-card {
  border-radius:16px;
  box-shadow:none;
  border:1px solid #e1e4e8;
  padding:30px 26px;
}
.service-card:hover { box-shadow:0 18px 45px rgba(17,17,17,.08); }
.service-icon { background:#f1f2f4; border:1px solid #e2e5e9; color:#c51624; }
.future-card {
  background:#1c1f24;
  border-color:#1c1f24;
}
.future-card ul { list-style:none; padding:0; margin:12px 0 22px; }
.future-card li { color:#d6d9de; border-bottom:1px solid #333840; }
.future-card a { color:#fff; }

.dark-section { background:#17191d; }
.step { background:#1d2025; border-color:#2b3037; }
.why { background:#f2f3f5; }
.benefit { box-shadow:none; border-color:#e0e3e7; }
.commercial { background:#b91421; }
.area-card { background:#1c1f24; border-radius:18px; box-shadow:none; }
.quote-section { background:#111214; }
.quote-form { box-shadow:none; border:1px solid #dedfe2; }
footer { background:#17191d; }

@media(max-width:1080px){
  .brand-logo-img{width:290px}
  .hero-grid{padding:76px 0}
}
@media(max-width:640px){
  .brand-logo-img{width:220px}
  .hero-grid{padding:62px 0}
  .hero-visual,.brand-showcase{min-height:430px}
  .brand-showcase{padding:18px}
  .brand-showcase-logo{min-height:140px;padding:14px}
  .brand-showcase-stats{grid-template-columns:1fr}
  .brand-showcase-stats>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 4px}
  .brand-showcase-stats>div:last-child{border-bottom:0}
}
