:root {
  --charcoal: #17191b;
  --graphite: #24282b;
  --steel: #6d767d;
  --mist: #f4f1eb;
  --paper: #fffaf1;
  --brick: #b24b31;
  --ember: #e0723f;
  --spruce: #244437;
  --line: rgba(23, 25, 27, 0.14);
  --shadow: 0 24px 70px rgba(19, 22, 24, 0.18);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--mist);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  color: white;
  background: linear-gradient(180deg, rgba(15, 16, 17, 0.84), rgba(15, 16, 17, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}

.brand-logo {
  width: clamp(190px, 23vw, 280px);
  height: auto;
  object-fit: contain;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 0.92rem;
}

.main-nav a,
.header-call {
  text-decoration: none;
}

.header-calls {
  justify-self: end;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-call {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(23, 25, 27, 0.32);
  font-weight: 700;
}

.header-call.muted {
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(14, 15, 16, 0.88) 0%, rgba(14, 15, 16, 0.64) 36%, rgba(14, 15, 16, 0.12) 72%),
    linear-gradient(0deg, rgba(14, 15, 16, 0.58), rgba(14, 15, 16, 0.06) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 142px 0 56px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  width: min(780px, 100%);
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.lead {
  width: min(640px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: white;
  background: var(--brick);
}

.button.primary:hover {
  background: #963e29;
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin: 56px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
}

.proof-strip div {
  padding: 20px;
  background: rgba(23, 25, 27, 0.68);
  backdrop-filter: blur(8px);
}

.proof-strip dt {
  font-weight: 800;
}

.proof-strip dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.intro-section,
.notice-section,
.services,
.confidence-band,
.process,
.area,
.contact-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(70px, 10vw, 118px) 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro-text {
  margin: 34px 0 0;
  color: #4f5558;
  font-size: 1.15rem;
}

.notice-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  margin-top: -38px;
  margin-bottom: clamp(46px, 7vw, 78px);
  padding: clamp(28px, 5vw, 48px);
  color: white;
  background: linear-gradient(135deg, var(--spruce), #182d26);
  border-left: 8px solid var(--ember);
  box-shadow: var(--shadow);
}

.notice-section .section-label {
  color: #ffb384;
}

.notice-section h2 {
  font-size: clamp(1.9rem, 4vw, 3.7rem);
}

.notice-section p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(36, 40, 43, 0.08);
}

.service-card.dark {
  color: white;
  background: var(--graphite);
}

.service-media {
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-body {
  padding: clamp(24px, 4vw, 38px);
}

.service-kicker {
  color: var(--ember);
  font-weight: 900;
}

.service-card h3,
.confidence-grid h3,
.process-list h3 {
  margin: 10px 0 12px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  color: #51585b;
}

.service-card.dark p,
.service-card.dark li {
  color: rgba(255, 255, 255, 0.74);
}

.service-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  color: #3e4549;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 9px;
  background: var(--ember);
}

.confidence-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 76px);
  padding: clamp(70px, 9vw, 110px) 0;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.confidence-grid article {
  padding: 24px;
  background: #ffffff;
  border-left: 5px solid var(--spruce);
  box-shadow: 0 10px 28px rgba(36, 40, 43, 0.06);
}

.confidence-grid p,
.process-list p,
.area p,
.contact-copy p {
  margin: 0;
  color: #555b5f;
}

.process {
  padding: 72px clamp(18px, 4vw, 54px);
  color: white;
  background: var(--charcoal);
}

.process h2 {
  max-width: 730px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.14);
}

.process-list article {
  min-height: 240px;
  padding: 24px;
  background: #222629;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--charcoal);
  background: var(--ember);
  font-weight: 900;
}

.process-list p {
  color: rgba(255, 255, 255, 0.68);
}

.area {
  padding: clamp(70px, 10vw, 120px) 0;
}

.area-panel {
  padding: clamp(30px, 7vw, 78px);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 0.78)),
    repeating-linear-gradient(45deg, rgba(36, 68, 55, 0.12) 0 2px, transparent 2px 18px);
  border: 1px solid var(--line);
}

.area-panel p {
  max-width: 760px;
  margin-top: 24px;
  font-size: 1.08rem;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.area-tags span {
  padding: 10px 13px;
  color: white;
  background: var(--spruce);
  border-radius: 6px;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  padding-bottom: 90px;
}

.contact-copy p {
  margin-top: 22px;
  font-size: 1.08rem;
}

address {
  margin-top: 28px;
  font-style: normal;
  line-height: 1.7;
}

address a {
  color: var(--brick);
  font-weight: 800;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 25, 27, 0.2);
  border-radius: 6px;
  padding: 13px 12px;
  color: var(--charcoal);
  background: #fbfaf7;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #61686c;
  font-size: 0.92rem;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 26px clamp(18px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.72);
  background: #101112;
}

.footer-logo {
  width: min(230px, 48vw);
  height: auto;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: white;
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(14, 15, 16, 0.9), rgba(14, 15, 16, 0.44)),
      linear-gradient(0deg, rgba(14, 15, 16, 0.72), rgba(14, 15, 16, 0.08) 54%);
  }

  .proof-strip,
  .intro-section,
  .notice-section,
  .services,
  .confidence-band,
  .process-list,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .process-list article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand small,
  .header-calls {
    display: none;
  }

  .brand-logo {
    width: 178px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-content {
    width: min(100% - 28px, var(--max));
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.15rem);
  }

  .lead {
    font-size: 1rem;
  }

  .proof-strip div {
    padding: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .intro-section,
  .confidence-band,
  .area,
  .contact-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .process {
    width: 100%;
    padding: 58px 18px;
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
