:root{
  --bg: rgba(8, 10, 18, 0.80);
  --bg-alt: rgba(4, 6, 14, 0.88);
  --text: #f1f5f9;
  --muted: #94a3b8;
  --line: rgba(148, 163, 184, 0.18);
  --card: rgba(12, 16, 28, 0.84);
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  --radius: 18px;
  --radius-sm: 14px;
  --container: 1060px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background-color: #060810;
  background-image: url('../images/work-3.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.container{
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

a{ color: inherit; text-underline-offset: 3px; }
a:hover{ opacity:.9; }

.header{
  position: sticky;
  top:0;
  z-index: 50;
  background: rgba(6, 8, 16, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
  font-weight: 750;
  letter-spacing: -0.01em;
}
.brand__mark{
  height: 36px;
  width: auto;
  display:inline-block;
}
.brand__name{ font-size: 15px; }

.nav{
  display:flex;
  gap: 14px;
  align-items:center;
}
.nav a{
  text-decoration:none;
  color: var(--muted);
  font-weight: 650;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 12px;
}
.nav a:hover{ background: rgba(255,255,255,.08); color: var(--text); }
.nav__cta{
  background: #f1f5f9;
  color: #0a0f1e !important;
}
.nav__cta:hover{ background: #cbd5e1; opacity: 1; }

.hero{
  padding: 44px 0 44px;
}
.hero__copy{
  max-width: 680px;
}
.eyebrow{
  margin:0 0 10px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1{
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.lead{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 17px;
}

.hero__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  margin-bottom: 16px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 750;
  border: 1px solid transparent;
}
.btn--primary{
  background: #f1f5f9;
  color: #0a0f1e;
}
.btn--primary:hover{ background: #cbd5e1; opacity: 1; }
.btn--soft{
  background: rgba(255,255,255,.08);
  border-color: var(--line);
  color: var(--text);
}

.trust{
  margin:0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.section{
  padding: 34px 0;
  background: var(--bg);
}
.section--alt{
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__head{
  margin-bottom: 16px;
}
h2{
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.muted{
  color: var(--muted);
  line-height: 1.6;
}

.grid{
  display:grid;
  gap: 14px;
}
.grid--3{ grid-template-columns: repeat(3, 1fr); }
.grid--2{ grid-template-columns: repeat(2, 1fr); }
.section__subgrid{ margin-top: 14px; }

.card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.callout{
  background: rgba(20, 26, 46, 0.88);
}

.media img{
  width:100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
}
.media figcaption{
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

h3{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery__item{
  margin:0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery__item img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}

.areas{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.areas span{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  font-size: 13px;
  color: var(--muted);
}
.areas__footer{
  margin-top: 12px;
  font-size: 14px;
}

.lead-sm{
  margin: 6px 0 0;
  font-size: 18px;
}
.phone{
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid rgba(241,245,249,.25);
}

.contact__chips{
  display:flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.chip{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  text-decoration:none;
  font-weight: 700;
  font-size: 13px;
}

.sep{
  border:0;
  border-top: 1px solid var(--line);
  margin: 16px 0;
}

form label{
  display:block;
  font-weight: 750;
  font-size: 13px;
  color: var(--text);
  margin: 10px 0 6px;
}
input, textarea{
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 14px;
  padding: 12px 12px;
  font-size: 16px;
  outline: none;
  background: rgba(255,255,255,.07);
  color: var(--text);
}
input::placeholder, textarea::placeholder{
  color: #64748b;
}
input:focus, textarea:focus{
  border-color: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148,163,184,.15);
}
textarea{
  min-height: 120px;
  resize: vertical;
}
.hp{ display:none; }

#address-map{
  display: none;
  height: 240px;
  margin-top: 10px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
}

.form__fineprint{
  margin-top: 10px;
  font-size: 13px;
}

.footer{
  padding: 18px 0 44px;
}
.footer__inner{
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 12px;
}
.footer__left{
  display:flex;
  align-items:center;
  gap: 10px;
}
.footer__right a{
  color: var(--muted);
  text-decoration:none;
  font-weight: 700;
  font-size: 13px;
}

@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  h1{ font-size: 36px; }
  .media img{ height: 280px; }
  .grid--3{ grid-template-columns: 1fr; }
  .grid--2{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: repeat(2, 1fr); }
  .hero__copy{ max-width: 100%; }
  .nav{ display:none; } /* keeps header clean on mobile */
}
