:root {
  --ink: #171b1f;
  --muted: #657078;
  --paper: #f6f5f1;
  --card: #ffffff;
  --red: #ce2624;
  --sage: #dfe8e2;
  --gold: #c59a48;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(246, 245, 241, 0.9);
  border-bottom: 1px solid rgba(23, 27, 31, 0.09);
  backdrop-filter: blur(18px);
}
.brand img { width: 174px; }
nav { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}
.nav-cta { background: var(--ink); color: white; }

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 88px) clamp(20px, 5vw, 70px);
}
.hero-copy { animation: rise 700ms ease both; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(3rem, 7.6vw, 7.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow),
.muted {
  color: var(--muted);
  max-width: 660px;
  font-size: 1.12rem;
  line-height: 1.65;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}
.primary { background: var(--red); color: white; box-shadow: 0 18px 38px rgba(206, 38, 36, 0.18); }
.secondary { border: 1px solid rgba(23, 27, 31, 0.24); }
.hero-panel {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(23, 27, 31, 0.18);
  animation: floatIn 900ms ease 120ms both;
}
.hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.metric {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 168px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
}
.metric strong { display: block; font-size: 3rem; line-height: 0.9; }
.metric span { color: var(--muted); font-weight: 900; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 clamp(20px, 5vw, 70px);
  background: var(--ink);
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.trust-strip span { padding: 20px; font-weight: 900; border-right: 1px solid rgba(255,255,255,0.16); }

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 128px) 0;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-list article {
  min-height: 210px;
  padding: 24px;
  background: var(--card);
  border: 1px solid rgba(23, 27, 31, 0.1);
  border-radius: 8px;
}
.service-list span { color: var(--gold); font-weight: 950; }
.service-list p { color: var(--muted); }
.process {
  width: 100%;
  max-width: none;
  padding-left: clamp(20px, 5vw, 70px);
  padding-right: clamp(20px, 5vw, 70px);
  background: var(--sage);
}
.section-head { width: min(1180px, 100%); margin: 0 auto 28px; }
.steps {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.steps div {
  padding: 22px;
  background: white;
  border-radius: 8px;
}
.steps b { display: block; color: var(--red); font-size: 2.4rem; }
.steps span { font-weight: 900; }
.work-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-auto-rows: 260px;
  gap: 14px;
}
figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
figure:first-child { grid-row: span 2; }
figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
figure:hover img { transform: scale(1.04); }
figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  color: white;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 6px;
  font-weight: 900;
}
.contact {
  margin: 0 clamp(20px, 5vw, 70px) 70px;
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
}

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes floatIn { from { opacity: 0; transform: translateY(26px) scale(0.98); } to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .topbar { align-items: flex-start; flex-direction: column; }
  .hero,
  .split,
  .trust-strip,
  .steps,
  .service-list,
  .work-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 380px; }
  figure:first-child { grid-row: auto; }
  .contact { flex-direction: column; align-items: flex-start; }
}
