:root {
  --ink: #0F0F10;
  --bone: #FAFAF7;
  --safety: #DC2626;
  --safety-dark: #991B1B;
  --safety-soft: #FECACA;
  --steel: #5C5F66;
  --hairline: #E5E2DA;
  --max: 1180px;
  --pad: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bone);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 .4em; }
h1 { font-size: clamp(34px, 5.5vw, 64px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3 { font-size: 22px; }
p { margin: 0 0 1em; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
  color: var(--safety);
  margin: 0 0 14px;
}
.lede { font-size: clamp(17px, 1.4vw, 20px); color: var(--steel); max-width: 56ch; }
.accent { color: var(--safety); }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--pad);
  background: rgba(250, 250, 247, .92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand:hover { text-decoration: none; }
.brand-mark {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px;
  background: var(--safety); color: #fff;
  border-radius: 8px;
}
.brand-mark svg { width: 26px; height: 26px; }
.brand-name { font-size: 17px; letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-weight: 600; font-size: 15px; }
.nav-cta {
  background: var(--ink); color: var(--bone);
  padding: 10px 16px; border-radius: 999px;
}
.nav-cta:hover { background: var(--safety); text-decoration: none; }
@media (max-width: 640px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: none; cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--safety); color: #fff; }
.btn-primary:hover { background: var(--safety-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bone); }

/* HERO */
.hero {
  position: relative;
  min-height: clamp(560px, 86vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,15,16,.15) 0%, rgba(15,15,16,.5) 60%, rgba(15,15,16,.78) 100%);
}
.hero-content {
  position: relative;
  padding: 80px var(--pad) 60px;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  color: #fff;
}
.hero-content .eyebrow { color: var(--safety-soft); }
.hero-content .lede { color: rgba(255,255,255,.88); margin: 20px 0 32px; max-width: 50ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.85); }
.hero-cta .btn-ghost:hover { background: #fff; color: var(--ink); }

/* TRUST STRIP */
.trust {
  background: var(--ink);
  color: var(--bone);
  padding: 28px var(--pad);
}
.trust ul {
  list-style: none; margin: 0 auto; padding: 0;
  max-width: var(--max);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.trust li { display: flex; flex-direction: column; align-items: center; }
.trust strong { font-size: 26px; color: var(--safety); font-weight: 800; }
.trust span { font-size: 13px; letter-spacing: .04em; color: rgba(250,250,247,.7); margin-top: 2px; }
@media (max-width: 640px) {
  .trust ul { grid-template-columns: repeat(2, 1fr); }
}

/* REVIEWS */
.reviews { background: var(--bone); padding: clamp(60px, 8vw, 100px) var(--pad); }
.reviews-head { max-width: var(--max); margin: 0 auto 40px; text-align: center; }
.reviews-head .eyebrow { text-align: center; }
.rating { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; }
.rating-num { font-size: clamp(38px, 5vw, 56px); font-weight: 800; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.rating-stars { color: var(--safety); font-size: 22px; letter-spacing: 4px; }
.rating-meta { font-size: 14px; color: var(--steel); font-weight: 600; }
.review-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.review {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 26px 26px 22px;
  margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.review-stars { color: var(--safety); font-size: 17px; letter-spacing: 3px; }
.review blockquote {
  margin: 0;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
  flex: 1;
}
.review figcaption { display: flex; flex-direction: column; padding-top: 12px; border-top: 1px solid var(--hairline); }
.review figcaption strong { font-weight: 800; font-size: 15px; color: var(--ink); }
.review figcaption span { font-size: 12px; color: var(--steel); margin-top: 2px; }
.reviews-cta { text-align: center; margin: 36px 0 0; font-weight: 700; }
.reviews-cta a { color: var(--safety); }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr; } }

/* MATERIALS STRIP */
.materials { padding: clamp(40px, 5vw, 70px) var(--pad); background: var(--bone); }
.materials-inner { max-width: var(--max); margin: 0 auto; }
.materials .eyebrow { text-align: center; margin-bottom: 24px; }
.materials-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.materials-row > div {
  text-align: center;
  padding: 22px 16px;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  background: #fff;
}
.materials-row strong { display: block; font-size: 20px; color: var(--ink); font-weight: 800; letter-spacing: -.01em; }
.materials-row span { display: block; font-size: 13px; color: var(--steel); margin-top: 4px; }
@media (max-width: 700px) { .materials-row { grid-template-columns: repeat(2, 1fr); } }

/* SECTION SHELL */
section { padding: clamp(60px, 8vw, 110px) var(--pad); }
.section-head { max-width: var(--max); margin: 0 auto 48px; }
.services, .work, .quote { max-width: 100%; }
.services .svc-grid, .work .gallery, .about, .process, .quote .quote-form,
.quote .quote-head, .section-head { max-width: var(--max); margin-left: auto; margin-right: auto; }

/* SERVICES */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.svc-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .svc-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .svc-grid, .svc-grid-3 { grid-template-columns: 1fr; } }
.svc-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(15,15,16,.35); }
.svc-card img { aspect-ratio: 4/3; object-fit: cover; }
.svc-body { padding: 22px 24px 26px; }
.svc-body h3 { margin-bottom: 8px; }
.svc-body p { color: var(--steel); margin: 0; }

/* PROCESS */
.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 800px) { .process { grid-template-columns: 1fr; } }
.process-img { border-radius: 14px; aspect-ratio: 4/5; object-fit: cover; }
.process-media { border-radius: 14px; overflow: hidden; aspect-ratio: 4/5; background: #111; position: relative; box-shadow: 0 30px 60px -30px rgba(15,15,16,.5); }
.process-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.process-media::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  pointer-events: none;
}
.process ol { margin: 24px 0 28px; padding-left: 20px; }
.process ol li { margin-bottom: 14px; color: var(--steel); }
.process ol strong { color: var(--ink); }

/* WORK */
.work { background: #fff; }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
}
.g-item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.g-item:hover img { transform: scale(1.04); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }
@media (max-width: 1024px) {
  .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  .g-wide { grid-column: span 2; }
  .g-tall { grid-row: span 2; }
}
@media (max-width: 700px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 8px; }
  .g-tall { grid-row: span 1; }
  .g-wide { grid-column: span 2; grid-row: span 1; }
}

/* ABOUT */
.about { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 800px; }
.about p { color: var(--steel); }

/* QUOTE */
.quote { background: var(--ink); color: var(--bone); }
.quote .eyebrow { color: var(--safety); }
.quote h2, .quote .lede { color: var(--bone); }
.quote .lede { color: rgba(250,250,247,.7); }
.quote-head { margin: 0 auto 36px; text-align: center; }
.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  max-width: 720px;
}
.quote-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: rgba(250,250,247,.78); font-weight: 600; }
.quote-form .full { grid-column: 1 / -1; }
.quote-form input, .quote-form textarea, .quote-form select {
  font: inherit;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid rgba(250,250,247,.18);
  background: rgba(250,250,247,.06);
  color: var(--bone);
}
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus {
  outline: 2px solid var(--safety);
  outline-offset: 0;
  border-color: transparent;
}
.quote-form .checkbox { flex-direction: row; align-items: center; gap: 10px; cursor: pointer; }
.quote-form .checkbox input { width: 18px; height: 18px; accent-color: var(--safety); }
.quote-form button { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
.form-note { grid-column: 1 / -1; color: rgba(250,250,247,.6); font-size: 14px; }
.form-note a { color: var(--safety); }
.form-status { max-width: 720px; margin: 16px auto 0; color: var(--safety); font-weight: 600; }
.hidden-bot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 640px) { .quote-form { grid-template-columns: 1fr; } }

/* FOOTER */
.foot {
  background: #0a0a0b;
  color: rgba(250,250,247,.65);
  padding: 56px var(--pad) 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: none;
}
.foot p { margin: 0 0 6px; font-size: 14px; }
.foot .brand-name { color: var(--bone); font-weight: 800; font-size: 17px; margin-bottom: 10px; }
.foot-label { color: var(--bone); font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; margin-bottom: 10px; }
.foot a { color: rgba(250,250,247,.85); }
.foot a:hover { color: var(--safety); }
.foot-fine { grid-column: 1 / -1; border-top: 1px solid rgba(250,250,247,.08); padding-top: 20px; margin-top: 12px; font-size: 12px; color: rgba(250,250,247,.4); }
@media (max-width: 700px) { .foot { grid-template-columns: 1fr; } }
