:root {
  --orange: #f15a16;
  --orange-2: #ff7a2f;
  --black: #111214;
  --charcoal: #1b1d20;
  --charcoal-2: #24272b;
  --white: #ffffff;
  --off-white: #f7f7f5;
  --muted: #687078;
  --line: #dedfdf;
  --shadow: 0 18px 50px rgba(14, 16, 18, .12);
  --radius: 20px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, system-ui, sans-serif; color: var(--black); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px 16px; z-index: 9999; }
.skip-link:focus { left: 8px; }

.topbar { background: #0e0f10; color: #fff; font-size: 12px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; color: var(--orange-2); }
.top-contact { display: flex; gap: 18px; }
.top-contact a:hover { color: var(--orange-2); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 61px; height: 61px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: Montserrat, sans-serif; font-size: 20px; letter-spacing: -.5px; }
.brand small { color: var(--orange); font-weight: 800; margin-top: 5px; font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { font-size: 13px; font-weight: 800; text-transform: uppercase; position: relative; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--orange); transition:.25s; }
.main-nav a:hover::after { right:0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle svg { width: 26px; height: 26px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 2px solid transparent; border-radius: 8px; font-family: Montserrat, sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: .2px; font-weight: 800; transition: .25s ease; }
.button svg { width: 17px; height: 17px; }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 12px 25px rgba(241,90,22,.24); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(241,90,22,.34); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.78); background: rgba(0,0,0,.18); }
.button-outline-light:hover { background:#fff; color:var(--black); }
.button.full { width: 100%; }
.nav-quote { white-space: nowrap; }

.hero { min-height: 670px; position: relative; color: #fff; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-media { position: absolute; inset:0; background-image: url('assets/hero-earthmoving.jpg'); background-size: cover; background-position: center 58%; transform: scale(1.02); }
.hero-shade { position:absolute; inset:0; background: linear-gradient(90deg, rgba(8,10,11,.92) 0%, rgba(8,10,11,.75) 38%, rgba(8,10,11,.12) 76%), linear-gradient(0deg, rgba(8,10,11,.7) 0, transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 170px; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-family: Montserrat, sans-serif; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 900; }
.eyebrow.light { color: #fff; opacity: .85; }
.hero h1 { font-family: Montserrat, sans-serif; text-transform: uppercase; max-width: 760px; font-size: clamp(48px, 6.4vw, 92px); line-height: .94; letter-spacing: -3px; margin: 0 0 24px; }
.hero h1 span { display:block; color: var(--orange); }
.hero-copy { max-width: 650px; font-size: 18px; line-height: 1.7; margin: 0 0 32px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-capabilities { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; background: rgba(12,13,14,.95); border-top: 1px solid rgba(255,255,255,.08); }
.capability-grid { min-height: 120px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; }
.capability-grid > div { display:flex; align-items:center; gap:14px; padding: 18px; border-right:1px solid rgba(255,255,255,.15); }
.capability-grid > div:last-child { border-right:0; }
.capability-grid svg { width:32px; height:32px; color:var(--orange); flex:0 0 auto; }
.capability-grid span { display:flex; flex-direction:column; }
.capability-grid strong { font-size: 13px; }
.capability-grid small { color:rgba(255,255,255,.65); font-size:11px; line-height:1.4; margin-top:4px; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .about h2, .process h2, .quote h2 { font-family: Montserrat, sans-serif; font-size: clamp(34px,4vw,56px); line-height:1.08; letter-spacing:-1.8px; margin: 0 0 16px; }
.section-heading p, .about p, .process p { color: var(--muted); }
.section-heading.centered { text-align:center; max-width:800px; margin:0 auto 48px; }
.section-heading.inverse h2, .section-heading.inverse p { color:#fff; }
.section-heading.inverse p { color:rgba(255,255,255,.65); }
.split-heading { display:flex; align-items:end; justify-content:space-between; gap:60px; }
.split-heading > div { max-width:690px; }
.split-heading > p { max-width:430px; margin:0 0 10px; }

.about { background: linear-gradient(180deg,#fff,#f8f8f6); }
.about-grid { display:grid; grid-template-columns: 1.12fr .88fr; gap:60px; align-items:center; }
.about .lead { color:#24272b; font-size:18px; font-weight:600; }
.mini-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:32px; }
.mini-card { border:1px solid var(--line); background:#fff; border-radius:14px; padding:22px; box-shadow:0 8px 25px rgba(0,0,0,.04); }
.mini-card svg { width:27px; color:var(--orange); }
.mini-card h3 { font-family:Montserrat,sans-serif; font-size:15px; margin:12px 0 8px; }
.mini-card p { font-size:12px; margin:0; }
.about-image { position:relative; margin:0; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); min-height:560px; }
.about-image img { width:100%; height:560px; object-fit:cover; }
.about-image figcaption { position:absolute; left:24px; right:24px; bottom:24px; padding:22px; border-radius:14px; background:rgba(14,15,16,.9); color:#fff; display:flex; flex-direction:column; }
.about-image figcaption span { color:var(--orange-2); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:1.2px; }
.about-image figcaption strong { font-family:Montserrat,sans-serif; margin-top:5px; }

.services { background: var(--black); color:#fff; position:relative; overflow:hidden; }
.services::before, .gallery::before { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(30deg, transparent 24%, rgba(255,255,255,.18) 25%, transparent 26%), linear-gradient(150deg, transparent 24%, rgba(255,255,255,.14) 25%, transparent 26%); background-size: 80px 80px; pointer-events:none; }
.services .container, .gallery .container { position:relative; z-index:1; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { border-radius:16px; overflow:hidden; background:#202226; border:1px solid rgba(255,255,255,.1); transition:.25s; }
.service-card:hover { transform:translateY(-6px); border-color:rgba(241,90,22,.7); }
.service-card img { width:100%; height:175px; object-fit:cover; }
.service-card > div { padding:22px; }
.service-card svg { color:var(--orange); width:27px; }
.service-card h3 { font-family:Montserrat,sans-serif; font-size:18px; line-height:1.2; margin:12px 0 10px; }
.service-card p { color:rgba(255,255,255,.65); font-size:13px; margin:0; }
.service-card:last-child { grid-column: span 2; display:grid; grid-template-columns:.7fr 1.3fr; }
.service-card:last-child img { height:100%; min-height:240px; }

.developments { background:#f5f5f2; }
.development-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.development-card { background:#fff; border-radius:var(--radius); overflow:hidden; border:1px solid #e1e1df; box-shadow:0 15px 42px rgba(0,0,0,.06); }
.development-card > img { width:100%; height:230px; object-fit:cover; }
.development-body { padding:25px; }
.status { display:inline-flex; padding:7px 10px; border-radius:999px; background:#fff0e8; color:#bd3d00; text-transform:uppercase; font-size:10px; font-weight:900; letter-spacing:.8px; }
.development-card h3 { font-family:Montserrat,sans-serif; font-size:23px; margin:13px 0 7px; }
.development-card p { color:var(--muted); font-size:14px; }
.development-card ul { list-style:none; margin:18px 0; padding:0; display:grid; gap:8px; }
.development-card li { display:flex; align-items:center; gap:8px; color:#43484d; font-size:13px; }
.development-card li svg { width:16px; color:var(--orange); }
.development-card a { display:inline-flex; align-items:center; gap:8px; color:var(--orange); font-weight:800; font-size:13px; }
.development-card a svg { width:16px; }
.development-note { display:flex; gap:9px; align-items:flex-start; margin:25px 0 0; color:#6b7176; font-size:12px; }
.development-note svg { width:18px; flex:0 0 auto; color:var(--orange); }

.process { background:#fff; }
.process-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.process-list { list-style:none; padding:0; margin:34px 0 0; display:grid; gap:14px; }
.process-list li { display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:start; border-bottom:1px solid #e8e8e6; padding-bottom:14px; }
.process-list span { font-family:Montserrat,sans-serif; color:var(--orange); font-size:28px; font-weight:800; line-height:1; }
.process-list h3 { font-family:Montserrat,sans-serif; font-size:16px; margin:0 0 4px; }
.process-list p { font-size:13px; margin:0; }
.process-gallery { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.process-gallery img { width:100%; height:210px; object-fit:cover; border-radius:16px; box-shadow:0 12px 32px rgba(0,0,0,.09); }
.process-gallery .process-main { grid-column:1/-1; height:420px; }

.why-us { background:linear-gradient(180deg,#fafaf8,#fff); }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.why-grid article { padding:28px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 10px 25px rgba(0,0,0,.04); }
.why-grid svg { width:34px; height:34px; color:var(--orange); }
.why-grid h3 { font-family:Montserrat,sans-serif; font-size:17px; margin:16px 0 8px; }
.why-grid p { color:var(--muted); font-size:13px; margin:0; }

.gallery { background:#151719; color:#fff; position:relative; overflow:hidden; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:220px; gap:14px; }
.gallery-item { position:relative; padding:0; border:0; border-radius:15px; overflow:hidden; background:#222; }
.gallery-item.wide { grid-column:span 2; grid-row:span 2; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:.35s; }
.gallery-item::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 55%); }
.gallery-item span { position:absolute; z-index:2; left:18px; bottom:14px; color:#fff; font-weight:800; font-size:13px; }
.gallery-item:hover img { transform:scale(1.05); }

.quote { background:linear-gradient(120deg,#101112 0%,#222427 50%,#101112 100%); color:#fff; }
.quote-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:center; }
.quote-copy p { color:rgba(255,255,255,.68); }
.quote-points { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
.quote-points span { display:flex; align-items:center; gap:9px; font-size:13px; font-weight:700; }
.quote-points svg { width:19px; color:var(--orange-2); }
.quote-form { background:#fff; color:var(--black); padding:32px; border-radius:20px; box-shadow:0 25px 70px rgba(0,0,0,.3); display:grid; gap:17px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.quote-form label { display:grid; gap:7px; font-size:12px; font-weight:800; color:#303438; }
.quote-form input, .quote-form textarea, .quote-form select { width:100%; border:1px solid #d8dadb; background:#fafafa; border-radius:9px; padding:12px 13px; outline:none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(241,90,22,.12); }
.form-note { margin:0; color:#72777b; font-size:11px; text-align:center; }

.contact { background:#f7f7f5; }
.contact-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:28px; }
.contact-cards { display:grid; gap:16px; }
.contact-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:23px; display:flex; align-items:flex-start; gap:17px; box-shadow:0 9px 25px rgba(0,0,0,.04); }
.contact-card > svg { width:32px; height:32px; color:var(--orange); flex:0 0 auto; }
.contact-card h3 { font-family:Montserrat,sans-serif; margin:0 0 7px; font-size:17px; }
.contact-card p, .contact-card a { margin:0; color:#5e656a; }
.contact-card > div > a:first-of-type { font-size:18px; font-weight:800; color:var(--black); display:block; }
.contact-card .wa-link { display:inline-flex; align-items:center; gap:5px; color:var(--orange); font-weight:800; font-size:12px; margin-top:6px; }
.contact-card .wa-link svg { width:14px; }
.map-wrap { min-height:520px; border-radius:20px; overflow:hidden; box-shadow:var(--shadow); border:6px solid #fff; }
.map-wrap iframe { width:100%; height:100%; min-height:520px; border:0; }

.site-footer { background:#0d0e0f; color:#fff; padding:64px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.8fr 1fr 1fr 1.3fr; gap:48px; }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:72px; height:72px; object-fit:contain; }
.footer-brand strong { font-family:Montserrat,sans-serif; font-size:18px; }
.site-footer h3 { color:var(--orange-2); font-family:Montserrat,sans-serif; font-size:14px; margin:0 0 14px; }
.site-footer p, .site-footer a { display:block; color:rgba(255,255,255,.62); font-size:12px; margin:0 0 7px; }
.site-footer a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.11); margin-top:45px; padding-top:20px; display:flex; justify-content:space-between; gap:30px; color:rgba(255,255,255,.45); font-size:10px; }

.floating-wa { position:fixed; z-index:1200; right:24px; bottom:24px; }
.floating-main { width:58px; height:58px; border-radius:50%; border:0; color:#fff; background:#1ec763; box-shadow:0 12px 32px rgba(0,0,0,.24); display:grid; place-items:center; }
.floating-main svg { width:27px; height:27px; }
.floating-menu { position:absolute; right:0; bottom:70px; width:225px; padding:8px; background:#fff; border-radius:14px; box-shadow:0 20px 55px rgba(0,0,0,.22); opacity:0; visibility:hidden; transform:translateY(10px); transition:.2s; }
.floating-wa.open .floating-menu { opacity:1; visibility:visible; transform:translateY(0); }
.floating-menu a { display:flex; flex-direction:column; padding:12px; border-radius:9px; }
.floating-menu a:hover { background:#f5f5f3; }
.floating-menu strong { color:#1a1d20; font-size:12px; }
.floating-menu span { color:#687078; font-size:11px; }

.image-modal { border:0; padding:0; background:transparent; max-width:min(1000px,92vw); }
.image-modal::backdrop { background:rgba(0,0,0,.86); }
.image-modal img { max-height:85vh; border-radius:16px; }
.modal-close { position:fixed; right:24px; top:24px; width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.3); color:#fff; background:rgba(0,0,0,.45); display:grid; place-items:center; }

@media (max-width: 1100px) {
  .top-hours { display:none!important; }
  .main-nav { position:fixed; top:120px; left:20px; right:20px; padding:20px; background:#fff; border-radius:14px; box-shadow:var(--shadow); display:none; flex-direction:column; align-items:flex-start; gap:16px; }
  .main-nav.open { display:flex; }
  .menu-toggle { display:block; }
  .nav-quote { display:none; }
  .capability-grid { grid-template-columns:repeat(3,1fr); padding:12px 0; }
  .capability-grid > div { border-right:0; }
  .hero { min-height:790px; }
  .hero-content { padding-bottom:280px; }
  .about-grid, .process-grid, .quote-grid { grid-template-columns:1fr; }
  .mini-card-grid { grid-template-columns:repeat(3,1fr); }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .development-grid { grid-template-columns:1fr 1fr; }
  .why-grid { grid-template-columns:1fr 1fr; }
  .contact-grid { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  .container { width:min(100% - 28px,var(--container)); }
  .topbar { display:none; }
  .nav-wrap { height:72px; }
  .brand img { width:50px; height:50px; }
  .brand strong { font-size:16px; }
  .main-nav { top:82px; }
  .hero { min-height:850px; }
  .hero-media { background-position:65% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(8,10,11,.94),rgba(8,10,11,.62)); }
  .hero-content { padding-top:60px; padding-bottom:385px; }
  .hero h1 { font-size:49px; letter-spacing:-2px; }
  .hero-copy { font-size:15px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .capability-grid { grid-template-columns:1fr 1fr; min-height:330px; }
  .capability-grid > div:last-child { grid-column:1/-1; }
  .section { padding:72px 0; }
  .section-heading h2, .about h2, .process h2, .quote h2 { font-size:36px; }
  .split-heading { display:block; }
  .mini-card-grid, .service-grid, .development-grid, .why-grid { grid-template-columns:1fr; }
  .service-card:last-child { grid-column:auto; display:block; }
  .service-card:last-child img { height:175px; min-height:0; }
  .about-image, .about-image img { min-height:430px; height:430px; }
  .process-gallery .process-main { height:300px; }
  .process-gallery img { height:150px; }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:180px; }
  .gallery-item.wide { grid-column:1/-1; grid-row:span 2; }
  .field-row { grid-template-columns:1fr; }
  .quote-form { padding:23px; }
  .quote-points { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
}

@media (max-width: 460px) {
  .brand small { display:none; }
  .hero h1 { font-size:42px; }
  .capability-grid { grid-template-columns:1fr; min-height:430px; }
  .capability-grid > div:last-child { grid-column:auto; }
  .hero { min-height:970px; }
  .hero-content { padding-bottom:500px; }
  .gallery-grid { grid-template-columns:1fr; grid-auto-rows:220px; }
  .gallery-item.wide { grid-column:auto; grid-row:auto; }
  .footer-grid { grid-template-columns:1fr; }
}
