:root {
  --red: #c1272d;
  --red-deep: #8f171c;
  --black: #080808;
  --charcoal: #151515;
  --steel: #2a2a2a;
  --muted: #b9b9b9;
  --light: #f5f5f5;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--light); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 88px; padding: 14px clamp(18px, 4vw, 64px); background: rgba(8, 8, 8, 0.92); border-bottom: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(14px); }
.brand img { width: 180px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: clamp(14px, 2vw, 28px); color: var(--white); font-size: 0.86rem; font-weight: 700; text-transform: uppercase; }
.main-nav a { border-bottom: 2px solid transparent; padding: 8px 0; }
.main-nav a:hover, .main-nav a[aria-current="page"] { border-color: var(--red); }
.hero { position: relative; min-height: calc(100vh - 88px); display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -2; background-image: url("assets/hero-sitework.png"); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.04) 62%); }
.hero-panel { width: min(760px, calc(100% - 36px)); margin: 0 0 clamp(44px, 8vw, 96px) clamp(18px, 6vw, 82px); }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; letter-spacing: 0; line-height: 0.96; text-transform: uppercase; }
h1 { margin: 0; max-width: 720px; color: var(--white); font-size: 7rem; }
h2 { margin: 0; color: var(--white); font-size: 4.4rem; }
h3 { margin: 0; }
.hero-copy { max-width: 650px; margin: 22px 0 0; color: #e0e0e0; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--red); border-radius: 4px; font-weight: 800; text-transform: uppercase; }
.button.primary { background: var(--red); color: var(--white); }
.button.secondary { background: rgba(0, 0, 0, 0.48); color: var(--white); }
.section { padding: clamp(64px, 9vw, 116px) clamp(18px, 4vw, 64px); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { margin: 18px 0 0; color: #d7d7d7; font-size: 1.04rem; }
.leadership-section { background: linear-gradient(135deg, rgba(193, 39, 45, 0.08), transparent 38%), var(--black); }
.leader-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) 88px; gap: 28px; align-items: stretch; padding: clamp(18px, 3vw, 28px); background: #020202; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.leader-card { display: grid; grid-template-columns: minmax(160px, 42%) 1fr; min-height: 320px; overflow: hidden; background: #0d0d0d; border: 1px solid rgba(255, 255, 255, 0.14); }
.leader-card picture { display: block; width: 100%; height: 100%; }
.leader-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.leader-card:first-child img { object-position: center top; }
.leader-card:nth-child(2) img { object-fit: cover; object-position: center center; }
.leader-info { display: grid; align-content: end; padding: 24px; }
.leader-info h3 { color: var(--white); font-size: 3.6rem; }
.leader-info p { margin: 5px 0 18px; color: #d9d9d9; font-size: 1.18rem; }
.leader-info strong { display: block; padding-top: 18px; border-top: 3px solid var(--white); color: var(--white); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 5.8rem; line-height: 0.78; }
.leader-info span { max-width: 150px; color: #f3f3f3; font-size: 1.05rem; font-weight: 700; }
.leader-label { display: grid; place-items: center; background: var(--red); color: var(--white); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 2rem; font-weight: 800; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.stats-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding-top: 0; padding-bottom: 0; background: var(--red); }
.stats-band div { min-height: 180px; display: grid; align-content: center; gap: 8px; padding: 30px; background: #111; }
.stats-band strong { color: var(--white); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 5.4rem; line-height: 0.8; }
.stats-band span { color: #d8d8d8; font-weight: 700; text-transform: uppercase; }
.services-section { background: var(--light); color: #181818; }
.services-section h2 { color: #111; }
.services-section .section-heading p:not(.eyebrow) { color: #404040; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-grid article { min-height: 270px; display: grid; align-content: start; gap: 18px; padding: 28px; background: var(--white); border-left: 5px solid var(--red); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08); }
.service-grid span { color: var(--red); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 3rem; font-weight: 800; line-height: 1; }
.service-grid h3 { color: #111; font-size: 2rem; }
.service-grid p { margin: 0; color: #454545; }
.experience-section { background: linear-gradient(145deg, rgba(193, 39, 45, 0.12), transparent 32%), #070707; }
.project-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 28px; }
.project-feature { overflow: hidden; background: #111; border: 1px solid var(--line); }
.project-feature img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(0.9) contrast(1.02); }
.project-feature div { padding: 20px; }
.project-type { margin: 0 0 8px; color: var(--red); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.project-feature h3 { color: var(--white); font-size: 2rem; }
.project-feature span { display: block; margin-top: 8px; color: #d7d7d7; font-weight: 700; }
.experience-table { display: grid; border-top: 1px solid var(--line); }
.experience-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 58px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.experience-row span { color: var(--white); font-weight: 700; }
.experience-row strong { color: var(--white); text-align: right; }
.cta-section { text-align: center; background: var(--light); }
.cta-section h2 { max-width: 850px; margin: 0 auto 28px; color: #111; }
.site-footer { display: grid; justify-items: center; gap: 14px; padding: 46px 18px; text-align: center; background: #030303; border-top: 1px solid var(--line); }
.site-footer img { width: 170px; }
.site-footer p { max-width: 560px; margin: 0; color: #d5d5d5; }
.site-footer a { color: var(--red); font-weight: 800; text-transform: uppercase; }
.contact-hero { min-height: 390px; display: grid; place-items: center; padding: 64px 18px; text-align: center; background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url("assets/hero-sitework.png") center / cover; }
.contact-panel { width: min(100%, 1500px); }
.contact-panel h1 { margin: 0; max-width: none; text-align: center; }
.company-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.company-contact a, .company-contact span { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 44px; padding: 0 18px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16); color: #f1f1f1; font-weight: 800; overflow-wrap: anywhere; text-align: center; }
.company-contact .email-button { cursor: pointer; }
.card-contact-section { background: var(--light); }
.business-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1280px; margin: 0 auto; }
.business-card-wrap { display: grid; gap: 18px; }
.business-card-wrap img { width: 100%; border-radius: 8px; box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18); }
.contact-meta { display: grid; gap: 4px; padding-left: 4px; color: #171717; }
.contact-meta h2 { color: #111; font-size: 2.6rem; }
.contact-meta p { margin: 0 0 8px; color: var(--red); font-weight: 900; text-transform: uppercase; }
.contact-meta a { color: #1f1f1f; font-weight: 800; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .leader-strip, .project-showcase, .service-grid, .stats-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leader-label { grid-column: 1 / -1; min-height: 66px; writing-mode: horizontal-tb; transform: none; }
  h1 { font-size: 5.4rem; }
  h2 { font-size: 3.6rem; }
  .leader-info h3 { font-size: 3rem; }
  .leader-info strong { font-size: 4.8rem; }
  .stats-band strong { font-size: 4.4rem; }
}
@media (max-width: 760px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .main-nav { justify-content: flex-start; }
  .hero { min-height: 760px; }
  .hero-panel { margin: 0 auto 42px; }
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.8rem; }
  .hero-copy { font-size: 1rem; }
  .leader-strip, .leader-card, .project-showcase, .service-grid, .stats-band, .business-card-grid, .experience-row { grid-template-columns: 1fr; }
  .leader-card { min-height: 0; }
  .leader-card img { aspect-ratio: 5 / 4; height: auto; }
  .leader-info h3 { font-size: 2.6rem; }
  .leader-info strong { font-size: 4.2rem; }
  .stats-band strong { font-size: 3.6rem; }
  .experience-row strong { text-align: left; }
}
