:root {
  --ink: #0a0d12;
  --slate: #151b24;
  --paper: #f5f6f7;
  --white: #ffffff;
  --orange: #f47b20;
  --orange-dark: #d45f08;
  --line: #d9dde2;
  --muted: #616975;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.site-header { height: 72px; padding: 0 max(18px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(8,10,14,.96); color: white; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { text-decoration: none; font: 800 34px/1 Barlow Condensed, Impact, sans-serif; letter-spacing: .5px; }
.brand-5s { color: var(--orange); margin-left: 3px; }
.header-call { text-decoration: none; font-weight: 800; font-size: 14px; letter-spacing: .4px; }
.hero { min-height: 700px; position: relative; display: grid; align-items: end; color: white; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(180deg, rgba(4,7,10,.12) 16%, rgba(4,7,10,.58) 58%, rgba(4,7,10,.93) 100%); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 70px; }
.eyebrow { font: 800 14px/1.2 Inter, sans-serif; letter-spacing: 2px; color: var(--orange); margin: 0 0 14px; }
.eyebrow.dark { color: var(--orange-dark); }
h1,h2,h3 { font-family: Barlow Condensed, Impact, sans-serif; margin-top: 0; }
h1 { font-size: clamp(60px, 9vw, 112px); line-height: .88; margin-bottom: 12px; text-transform: uppercase; max-width: 900px; }
.hero-location { font: 700 clamp(24px, 4vw, 42px)/1 Barlow Condensed, sans-serif; margin: 0 0 18px; text-transform: uppercase; }
.hero-copy { max-width: 720px; font-size: clamp(18px, 2.2vw, 25px); line-height: 1.45; color: #eef1f5; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; text-decoration: none; font-weight: 900; letter-spacing: .4px; border-radius: 5px; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #111; }
.button-primary:hover { background: #ff8a30; }
.button-secondary { background: rgba(255,255,255,.11); color: white; border: 1px solid rgba(255,255,255,.42); }
.quick-info { background: var(--slate); color: white; border-top: 1px solid rgba(255,255,255,.08); }
.quick-grid { min-height: 130px; display: grid; grid-template-columns: 1.2fr .8fr 1.4fr; gap: 24px; align-items: center; }
.quick-grid > div { padding: 24px 0; }
.quick-grid a { font-weight: 800; font-size: 20px; color: white; }
.quick-label { display: block; font-size: 11px; letter-spacing: 1.6px; color: #9fa7b1; margin-bottom: 8px; font-weight: 800; }
.quick-grid strong { font-size: 18px; line-height: 1.45; }
.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2, .aerial-copy h2, .final-inner h2 { font-size: clamp(44px, 6vw, 72px); line-height: .95; text-transform: uppercase; margin-bottom: 18px; }
.section-heading p, .aerial-copy p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: white; border: 1px solid var(--line); padding: 30px; min-height: 260px; }
.service-number { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--orange); font-weight: 900; margin-bottom: 42px; }
.service-card h3 { font-size: 34px; text-transform: uppercase; margin-bottom: 10px; }
.service-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.aerial-section { background: #0d1117; color: white; padding: 88px 0; }
.aerial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.aerial-copy p { color: #c4cad2; }
.aerial-card { margin: 0; background: #171d25; border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.aerial-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.aerial-card figcaption { padding: 16px 18px; font-weight: 700; color: #d9dee5; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; border-radius: 3px; }
.gallery img:nth-child(1) { grid-column: span 7; }
.gallery img:nth-child(2) { grid-column: span 5; }
.gallery img:nth-child(3) { grid-column: span 4; }
.gallery img:nth-child(4) { grid-column: span 4; }
.gallery img:nth-child(5) { grid-column: span 4; }
.final-cta { background: var(--orange); padding: 62px 0; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-inner .eyebrow { color: #2b1708; }
.final-inner h2 { margin-bottom: 0; max-width: 720px; }
.final-cta .button-primary { background: #0e1116; color: white; min-width: 230px; }
.footer { background: #07090c; color: #c7cbd2; padding: 26px 0; }
.footer-inner { display: flex; gap: 20px; flex-wrap: wrap; justify-content: space-between; font-size: 14px; }
.footer a { color: white; font-weight: 800; }
@media (max-width: 850px) {
  .site-header { height: 64px; }
  .header-call { font-size: 12px; }
  .hero { min-height: 650px; }
  .quick-grid, .service-grid, .aerial-grid { grid-template-columns: 1fr; }
  .quick-grid { padding: 18px 0; gap: 0; }
  .quick-grid > div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section, .aerial-section { padding: 66px 0; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 24px; }
  .aerial-grid { gap: 30px; }
  .gallery img, .gallery img:nth-child(n) { grid-column: 1 / -1; min-height: 230px; }
  .final-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .brand { font-size: 30px; }
  .header-call { font-size: 11px; }
  .hero-content { padding-bottom: 44px; }
  h1 { font-size: 58px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
}

.header-actions{display:flex;align-items:center;gap:10px}
.home-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border:1px solid rgba(255,255,255,.28);padding:11px 13px;border-radius:7px;color:#fff}
@media(max-width:600px){.home-link{font-size:12px;padding:10px}.header-actions{gap:6px}}
