:root {
  --black: #070707;
  --black-2: #0d0d0d;
  --charcoal: #151515;
  --charcoal-2: #202020;
  --gold: #e9a915;
  --gold-light: #ffc443;
  --white: #f4f3ef;
  --muted: #b9b8b2;
  --line: rgba(255,255,255,.16);
  --light-bg: #efeee9;
  --ink: #151515;
  --max: 1220px;
  --wide: 1500px;
  --shadow: 0 20px 60px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--white);
  background: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container-wide { width: min(100%, var(--wide)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--gold); color: #000; padding: 10px 16px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  height: 84px;
  background: rgba(5,5,5,.96);
  border-bottom: 1px solid rgba(233,169,21,.26);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; display: grid; grid-template-columns: 116px 1fr auto; align-items: center; gap: 28px; }
.brand { align-self: start; position: relative; z-index: 2; }
.brand img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.45)); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.primary-nav a {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-size: .92rem;
  color: #ecebe7;
  position: relative;
  padding: 29px 0 24px;
}
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--gold); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.menu-toggle { display: none; }

.button {
  border: 1px solid transparent;
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: #080808; background: linear-gradient(180deg, var(--gold-light), var(--gold)); border-color: #f9c03a; box-shadow: 0 8px 25px rgba(233,169,21,.18); }
.button-gold:hover { background: #ffc84b; }
.button-outline { background: rgba(0,0,0,.28); color: white; border-color: rgba(255,255,255,.78); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.button-full { width: 100%; }
.header-cta { min-height: 42px; padding-inline: 22px; }

.hero {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 24%, rgba(139,42,20,.23), transparent 30%),
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(9,9,9,.94) 43%, rgba(8,8,8,.15) 72%, rgba(0,0,0,.28) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 47% 0 0;
  z-index: -2;
  opacity: .21;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 7px, transparent 7px 18px),
    linear-gradient(180deg, transparent 0 8%, rgba(117,31,20,.38) 8% 23%, transparent 23% 31%, rgba(117,31,20,.32) 31% 46%, transparent 46% 54%, rgba(117,31,20,.26) 54% 69%, transparent 69%),
    radial-gradient(circle at 10% 14%, rgba(255,255,255,.6) 0 2px, transparent 2.5px),
    radial-gradient(circle at 28% 34%, rgba(255,255,255,.45) 0 2px, transparent 2.5px),
    radial-gradient(circle at 15% 55%, rgba(255,255,255,.4) 0 2px, transparent 2.5px);
  background-size: auto, auto, 76px 64px, 88px 75px, 96px 82px;
}
.hero-image { position: absolute; z-index: -3; inset: 0 0 0 39%; background-image: url("assets/hero-excavator.jpg"); background-position: center right; background-size: cover; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.78) 12%, transparent 48%), linear-gradient(0deg, rgba(0,0,0,.6), transparent 38%); }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 42%, transparent 0 32%, rgba(0,0,0,.18) 55%), linear-gradient(90deg, rgba(0,0,0,.75), transparent 68%); }
.hero-inner { min-height: 590px; display: flex; align-items: center; }
.hero-copy { max-width: 650px; padding: 70px 0 56px; }
.eyebrow, .kicker { color: var(--gold); font-size: .78rem; text-transform: uppercase; font-weight: 800; letter-spacing: .13em; margin: 0 0 12px; }
.hero h1 { margin: 0; max-width: 690px; font-family: "Oswald", sans-serif; font-size: clamp(3.4rem, 6.1vw, 6.25rem); line-height: .98; text-transform: uppercase; letter-spacing: -.035em; text-shadow: 0 5px 25px rgba(0,0,0,.55); }
.hero h1 span { color: var(--gold); }
.hero-tagline { display: flex; align-items: center; gap: 14px; margin: 18px 0; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: #f0efeb; }
.hero-tagline i { width: 46px; height: 3px; background: var(--gold); display: inline-block; }
.hero-summary { max-width: 600px; color: #d4d3ce; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.service-ribbon { background: #111; border-top: 1px solid rgba(233,169,21,.42); border-bottom: 1px solid #2b2b2b; position: relative; }
.service-ribbon::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(45deg, rgba(255,255,255,.025) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,.025) 25%, transparent 25%); background-size: 15px 15px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.service-card { min-height: 198px; padding: 28px 20px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.service-card:last-child { border-right: 0; }
.service-card > i { font-size: 2.7rem; color: var(--gold); height: 58px; display: flex; align-items: center; }
.service-card h3 { margin: 6px 0 8px; font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.06; font-size: 1.35rem; }
.service-card p { color: #c8c7c2; margin: 0; font-size: .82rem; line-height: 1.45; }

.section-light { background: var(--light-bg); color: var(--ink); }
.projects { padding: 62px 0 70px; background-image: radial-gradient(rgba(0,0,0,.055) .8px, transparent .8px); background-size: 6px 6px; }
.section-heading { display: flex; align-items: center; gap: 24px; margin-bottom: 30px; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading h2 { margin: 0; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: .95; }
.section-heading .kicker { margin-bottom: 6px; color: #64625b; }
.heading-line { width: clamp(42px, 8vw, 110px); height: 3px; background: var(--gold); }
.project-collage { display: grid; grid-template-columns: 1.32fr .78fr .78fr; grid-template-rows: 250px 250px; gap: 8px; box-shadow: var(--shadow); }
.project { margin: 0; overflow: hidden; position: relative; background: #1a1a1a; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project:hover img { transform: scale(1.035); }
.project-featured { grid-row: 1 / 3; }
.project-featured figcaption { position: absolute; left: 18px; bottom: 18px; background: rgba(5,5,5,.9); border-left: 5px solid var(--gold); padding: 12px 16px; display: grid; }
.project-featured strong { color: var(--gold-light); font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.project-featured span { color: white; font-size: .8rem; }
.project-cta { background: #111; color: white; padding: 26px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-top: 5px solid var(--gold); }
.project-cta p { font-family: "Oswald", sans-serif; font-size: 1.45rem; line-height: 1.2; text-transform: uppercase; margin: 0 0 18px; }

.trust-strip { background: #0e0e0e; border-top: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { padding: 30px 28px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid i { font-size: 2rem; color: var(--gold); margin-top: 3px; }
.trust-grid h3 { margin: 0 0 6px; font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.1; font-size: 1.15rem; }
.trust-grid p { margin: 0; color: #c3c2bd; font-size: .78rem; line-height: 1.5; }

.about-section { padding: 74px 0; background: #111; position: relative; overflow: hidden; }
.about-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 20% 20%, rgba(233,169,21,.23), transparent 28%), repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 2px, transparent 2px 9px); }
.about-grid { position: relative; display: grid; grid-template-columns: 1.2fr .78fr 1.18fr; align-items: stretch; border: 1px solid rgba(255,255,255,.15); }
.about-copy, .why-panel { padding: 42px; }
.about-copy h2 { margin: 0 0 22px; font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.03; font-size: clamp(2.2rem, 3.6vw, 3.7rem); }
.about-copy p:not(.kicker) { color: #cbc9c3; }
.about-copy .button { margin-top: 12px; }
.about-logo-panel { border-inline: 1px solid rgba(255,255,255,.15); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.2)); display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 30px; text-align: center; }
.about-logo-panel img { width: 205px; filter: drop-shadow(0 15px 24px rgba(0,0,0,.5)); }
.about-logo-panel p { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .04em; color: #d8d6d0; margin: 12px 0 0; }
.about-logo-panel strong { color: var(--gold); }
.why-panel { background: rgba(0,0,0,.18); }
.why-panel ul { list-style: none; padding: 0; margin: 24px 0 0; }
.why-panel li { display: flex; gap: 13px; align-items: flex-start; margin: 15px 0; color: #dcdbd6; }
.why-panel li i { color: var(--gold); margin-top: 5px; }

.reviews { padding: 62px 0 70px; }
.reviews-heading { margin-bottom: 34px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: rgba(255,255,255,.72); border: 1px solid #cfcec8; padding: 28px; min-height: 220px; box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.stars { color: var(--gold); letter-spacing: .18em; font-size: 1.05rem; }
.review-card blockquote { margin: 16px 0 22px; font-size: .93rem; line-height: 1.7; }
.review-card > p { margin: 0; font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 600; }
.review-card > p span { display: block; font-family: "Montserrat", sans-serif; color: #6f6d67; font-size: .72rem; margin-top: 4px; }
.demo-note { color: #77746d; font-size: .72rem; text-align: center; margin: 18px 0 0; }

.site-footer { background: #090909; border-top: 3px solid var(--gold); }
.footer-grid { padding: 48px 0 38px; display: grid; grid-template-columns: 1.3fr .72fr .95fr 1.2fr; gap: 34px; }
.footer-brand img { width: 120px; float: left; margin: -10px 18px 0 0; }
.footer-brand p { font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.25; margin: 0 0 8px; }
.footer-brand strong { color: var(--gold); }
.footer-brand small { color: #aaa8a2; }
.site-footer h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.1rem; margin: 0 0 16px; }
.site-footer nav { display: grid; gap: 6px; }
.site-footer nav a { color: #c9c8c3; font-size: .85rem; }
.site-footer nav a:hover { color: var(--gold); }
.site-footer p { color: #c1c0ba; font-size: .86rem; }
.location i { color: var(--gold); margin-right: 8px; }
.footer-cta { border: 1px solid rgba(233,169,21,.7); padding: 24px; background: linear-gradient(180deg, rgba(233,169,21,.07), transparent); }
.footer-cta h2 { font-size: 1.55rem; margin-bottom: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: .68rem; color: #898883; }

.quote-dialog { width: min(900px, calc(100% - 28px)); padding: 0; border: 1px solid rgba(233,169,21,.62); background: #111; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.quote-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.quote-dialog[open] { display: grid; grid-template-columns: .65fr 1.35fr; }
.dialog-brand { display: flex; align-items: center; justify-content: center; padding: 42px; background: radial-gradient(circle, rgba(233,169,21,.12), transparent 58%), #080808; border-right: 1px solid rgba(255,255,255,.12); }
.dialog-brand img { width: 220px; }
.dialog-copy { padding: 42px; }
.dialog-copy h2 { margin: 0; font-family: "Oswald", sans-serif; font-size: 2.8rem; text-transform: uppercase; }
.dialog-copy > p:not(.kicker) { color: #c0bfb9; margin-top: 4px; }
.dialog-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 40px; height: 40px; border: 0; background: #222; color: white; font-size: 1.2rem; }
.dialog-close:hover { background: var(--gold); color: #000; }
#quote-form { display: grid; gap: 15px; margin-top: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
#quote-form label { display: grid; gap: 6px; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: #d7d6d1; }
#quote-form input, #quote-form select, #quote-form textarea { width: 100%; color: white; background: #202020; border: 1px solid #3f3f3f; padding: 12px 13px; outline: none; }
#quote-form input:focus, #quote-form select:focus, #quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(233,169,21,.12); }
#quote-form select option { color: #111; }
.form-status { margin: 0; color: var(--gold-light); min-height: 1.4em; font-size: .8rem; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 104px 1fr auto; gap: 16px; }
  .primary-nav { gap: 20px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(3) { border-right: 0; }
  .service-card:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .about-grid { grid-template-columns: 1fr 300px; }
  .about-logo-panel { grid-column: 2; grid-row: 1; border-right: 0; }
  .why-panel { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .header-inner { grid-template-columns: 82px 1fr 52px; }
  .brand img { width: 84px; height: 84px; }
  .header-cta { display: none; }
  .menu-toggle { grid-column: 3; display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; background: transparent; border: 1px solid rgba(255,255,255,.22); padding: 11px; }
  .menu-toggle span { height: 2px; background: white; width: 100%; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 72px; left: 0; right: 0; padding: 24px 20px 30px; display: grid; gap: 0; background: rgba(8,8,8,.98); border-bottom: 2px solid var(--gold); transform: translateY(-140%); transition: transform .28s ease; }
  .primary-nav.open { transform: translateY(0); }
  .primary-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav a::after { display: none; }

  .hero, .hero-inner { min-height: 680px; }
  .hero-image { inset: 0; background-position: 62% center; opacity: .65; }
  .hero-image::after { background: linear-gradient(0deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.62) 55%, rgba(5,5,5,.35)), linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18)); }
  .hero::before { inset: 0; }
  .hero-copy { align-self: flex-end; padding: 110px 0 54px; }
  .hero h1 { font-size: clamp(3.1rem, 13vw, 5rem); }
  .hero-tagline { align-items: flex-start; font-size: .82rem; }
  .hero-tagline i { width: 28px; margin-top: 9px; }

  .project-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 220px 190px; }
  .project-featured { grid-column: 1 / -1; grid-row: 1; }
  .project-cta { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; }
  .about-logo-panel { grid-column: 1; grid-row: 2; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .why-panel { grid-column: 1; grid-row: 3; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-cta { grid-column: 1 / -1; }
  .quote-dialog[open] { grid-template-columns: 1fr; }
  .dialog-brand { display: none; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero, .hero-inner { min-height: 650px; }
  .hero-copy { padding-bottom: 40px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-tagline { display: block; letter-spacing: .06em; }
  .hero-tagline i { display: none; }
  .hero-summary { font-size: .9rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 180px; padding: 24px 14px; }
  .service-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.17); }
  .service-card:nth-child(even) { border-right: 0; }
  .service-card:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .service-card h3 { font-size: 1.08rem; }
  .service-card p { font-size: .73rem; }
  .projects { padding: 48px 0; }
  .section-heading { gap: 12px; }
  .section-heading h2 { font-size: 2.35rem; }
  .heading-line { width: 24px; }
  .project-collage { display: grid; grid-template-columns: 1fr; grid-template-rows: 330px 200px 200px 200px auto; }
  .project-featured { grid-column: 1; }
  .project-featured figcaption { left: 10px; right: 10px; bottom: 10px; }
  .project-cta { grid-column: 1; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid article:last-child { border-bottom: 0; }
  .about-copy, .why-panel { padding: 30px 24px; }
  .about-logo-panel { padding: 28px; }
  .about-logo-panel img { width: 170px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; }
  .footer-brand img { float: none; width: 120px; margin: 0 0 16px; }
  .footer-cta { grid-column: 1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 14px 0; gap: 4px; }
  .dialog-copy { padding: 30px 22px; }
  .dialog-copy h2 { font-size: 2.25rem; }
  .form-row { grid-template-columns: 1fr; }
}

/* =========================================================
   REFINEMENT PASS — cleaner image proportions and spacing
   ========================================================= */

.site-header { height: 92px; }
.header-inner { grid-template-columns: 134px 1fr auto; gap: 34px; }
.brand img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  transform: translateY(2px);
}
.primary-nav a { padding-block: 33px 28px; }
.primary-nav a::after { bottom: 21px; }

.hero,
.hero-inner { min-height: 640px; }
.hero {
  background:
    radial-gradient(circle at 17% 22%, rgba(125,36,20,.22), transparent 32%),
    linear-gradient(90deg, #050505 0%, #080808 39%, rgba(7,7,7,.86) 49%, rgba(5,5,5,.26) 72%, rgba(0,0,0,.18) 100%);
}
.hero::before { inset: 0 44% 0 0; opacity: .17; }
.hero-image {
  inset: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.hero-image::after {
  background:
    linear-gradient(90deg, #070707 0%, rgba(7,7,7,.97) 28%, rgba(7,7,7,.78) 45%, rgba(7,7,7,.14) 68%, rgba(0,0,0,.1) 100%),
    linear-gradient(0deg, rgba(0,0,0,.62), transparent 42%);
}
.hero-scrim {
  background:
    radial-gradient(circle at 75% 45%, transparent 0 30%, rgba(0,0,0,.14) 58%),
    linear-gradient(90deg, rgba(0,0,0,.42), transparent 72%);
}
.hero-copy { max-width: 630px; padding: 92px 0 68px; }
.hero h1 { font-size: clamp(3.9rem, 5.65vw, 5.65rem); line-height: .95; }
.hero-summary { max-width: 560px; line-height: 1.72; }
.hero-actions { margin-top: 28px; }

.service-ribbon { border-top-color: rgba(233,169,21,.65); }
.service-grid { max-width: 1400px; }
.service-card { min-height: 210px; padding: 32px 22px 27px; }
.service-card > i { font-size: 2.85rem; height: 62px; }
.service-card h3 { font-size: 1.28rem; max-width: 170px; }
.service-card p { max-width: 170px; }

.projects { padding: 72px 0 80px; }
.project-collage {
  grid-template-columns: 1.42fr .79fr .79fr;
  grid-template-rows: 270px 270px;
  gap: 10px;
  background: #111;
  padding: 10px;
}
.project img {
  object-fit: cover;
  object-position: center;
  transform: none;
}
.project:hover img { transform: scale(1.018); }
.project-featured img { object-position: 51% 42%; }
.project-prep img { object-position: 52% 50%; }
.project-drain img { object-position: 50% 52%; }
.project-post img { object-position: 50% 48%; }
.project-featured figcaption { left: 20px; bottom: 20px; }
.project-cta { border-top: 0; border-left: 5px solid var(--gold); }
.project-cta p { max-width: 255px; }

.trust-grid article { padding-block: 34px; }

.about-section { padding: 84px 0; }
.about-grid {
  grid-template-columns: 1.14fr .72fr 1.14fr;
  border: 0;
  gap: 1px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.about-copy,
.about-logo-panel,
.why-panel { background: #121212; }
.about-copy,
.why-panel { padding: 48px; }
.about-logo-panel { border: 0; padding: 38px 28px; }
.about-logo-panel img { width: 220px; height: auto; }
.about-copy h2 { font-size: clamp(2.45rem, 3.4vw, 3.45rem); }
.why-panel ul { margin-top: 28px; }
.why-panel li { line-height: 1.55; }

.reviews { padding: 72px 0 78px; }
.review-card { min-height: 235px; padding: 30px; }

.footer-grid { align-items: start; padding-block: 52px 42px; }
.footer-brand {
  display: grid;
  grid-template-columns: 128px 1fr;
  column-gap: 20px;
  align-items: center;
}
.footer-brand img { width: 128px; height: auto; float: none; margin: 0; grid-row: 1 / 3; }
.footer-brand p { align-self: end; }
.footer-brand small { align-self: start; }

@media (max-width: 1080px) {
  .site-header { height: 84px; }
  .header-inner { grid-template-columns: 116px 1fr auto; }
  .brand img { width: 114px; height: 114px; }
  .hero,
  .hero-inner { min-height: 610px; }
  .hero-image { background-position: 62% center; }
  .hero h1 { font-size: clamp(3.55rem, 6.3vw, 5.1rem); }
  .project-collage { grid-template-rows: 245px 245px; }
  .about-grid { grid-template-columns: 1fr 310px; }
  .about-logo-panel { grid-column: 2; grid-row: 1; }
  .why-panel { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 820px) {
  .site-header { height: 78px; }
  .header-inner { grid-template-columns: 100px 1fr 48px; }
  .brand img { width: 98px; height: 98px; transform: translateY(0); }
  .primary-nav { top: 78px; }

  .hero,
  .hero-inner { min-height: 720px; }
  .hero {
    background: #070707;
  }
  .hero-image {
    opacity: 1;
    background-size: auto 58%;
    background-position: 70% 7%;
  }
  .hero-image::after {
    background:
      linear-gradient(0deg, #070707 0%, #070707 38%, rgba(7,7,7,.92) 48%, rgba(7,7,7,.48) 72%, rgba(7,7,7,.12) 100%),
      linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.08));
  }
  .hero::before { inset: 0; opacity: .11; }
  .hero-scrim { background: none; }
  .hero-copy { align-self: flex-end; max-width: 620px; padding: 210px 0 54px; }
  .hero h1 { font-size: clamp(3.2rem, 11.7vw, 4.7rem); max-width: 600px; }
  .hero-summary { max-width: 560px; }

  .project-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 220px 220px auto;
  }
  .project-featured { grid-column: 1 / -1; grid-row: 1; }
  .project-prep { grid-column: 1; grid-row: 2; }
  .project-drain { grid-column: 2; grid-row: 2; }
  .project-post { grid-column: 1 / -1; grid-row: 3; }
  .project-cta { grid-column: 1 / -1; grid-row: 4; border-left: 0; border-top: 5px solid var(--gold); }
  .project-post img { object-position: 50% 55%; }

  .about-grid { grid-template-columns: 1fr; }
  .about-logo-panel { grid-column: 1; grid-row: 2; }
  .why-panel { grid-column: 1; grid-row: 3; }

  .footer-brand { grid-template-columns: 120px 1fr; }
  .footer-brand img { width: 120px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .hero,
  .hero-inner { min-height: 735px; }
  .hero-image {
    background-size: auto 52%;
    background-position: 69% 4%;
  }
  .hero-image::after {
    background:
      linear-gradient(0deg, #070707 0%, #070707 44%, rgba(7,7,7,.93) 55%, rgba(7,7,7,.38) 78%, rgba(7,7,7,.08) 100%),
      linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.08));
  }
  .hero-copy { padding: 225px 0 46px; }
  .eyebrow { font-size: .67rem; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(3.05rem, 13.3vw, 3.7rem); line-height: .93; }
  .hero-tagline { margin: 16px 0; font-size: .78rem; line-height: 1.45; }
  .hero-summary { font-size: .88rem; line-height: 1.65; }
  .hero-actions { gap: 10px; margin-top: 24px; }

  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 194px; padding: 27px 12px 23px; }
  .service-card > i { font-size: 2.35rem; height: 52px; }
  .service-card h3 { font-size: 1.03rem; max-width: 145px; }
  .service-card p { font-size: .72rem; max-width: 145px; }

  .projects { padding: 54px 0 60px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2 { font-size: 2.15rem; }
  .project-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 180px 210px auto;
    gap: 7px;
    padding: 7px;
  }
  .project-featured { grid-column: 1 / -1; }
  .project-prep { grid-column: 1; }
  .project-drain { grid-column: 2; }
  .project-post { grid-column: 1 / -1; }
  .project-featured figcaption { left: 10px; right: auto; max-width: calc(100% - 20px); }
  .project-cta { padding: 24px; }
  .project-cta p { font-size: 1.3rem; }

  .trust-grid article { padding: 27px 10px; grid-template-columns: 42px 1fr; }
  .trust-grid i { font-size: 1.7rem; }

  .about-section { padding: 60px 0; }
  .about-copy,
  .why-panel { padding: 32px 24px; }
  .about-copy h2 { font-size: 2.55rem; }
  .about-logo-panel { padding: 32px 20px; }
  .about-logo-panel img { width: 186px; }

  .reviews { padding: 56px 0 62px; }
  .review-card { min-height: 0; padding: 25px; }

  .footer-grid { gap: 30px; padding-top: 44px; }
  .footer-brand { grid-template-columns: 112px 1fr; column-gap: 16px; }
  .footer-brand img { width: 112px; margin: 0; }
  .footer-brand p { font-size: .92rem; }
  .footer-brand small { font-size: .72rem; }
}
