@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@600;700;800;900&family=Inter:wght@400;500;700;800;900&family=JetBrains+Mono:wght@600;700;800&display=swap");

:root {
  --orange: #ff6600;
  --burnt: #a33e00;
  --charcoal: #2e3132;
  --ink: #191c1d;
  --muted: #5a4136;
  --line: #8e7164;
  --soft-line: #e3bfb1;
  --paper: #f8f9fa;
  --white: #ffffff;
  --shadow: 4px 4px 0 #191c1d;
  --max: 1200px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--orange);
  color: var(--white);
  padding: .75rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 68px;
  padding: 0 max(5vw, calc((100vw - var(--max)) / 2));
  background: rgba(248, 249, 250, .97);
  border-bottom: 1px solid #d8c1b5;
  box-shadow: 0 2px 12px rgba(18, 21, 23, .08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 850;
  letter-spacing: 0;
}
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 1.65rem; }
.site-nav a,
.header-phone,
.eyebrow,
.site-footer h3,
.check-list,
.area-grid,
.stats span {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-nav a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 1.6rem 0;
}
.site-nav a[aria-current="page"],
.site-nav a:hover { color: var(--burnt); border-bottom-color: var(--burnt); }
.header-phone { color: var(--burnt); text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: .95rem 1.7rem;
  border: 1px solid currentColor;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: .04em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 #111; }
.btn-primary { background: var(--orange); color: #231f1b; border-color: var(--orange); box-shadow: 4px 4px 0 #111; }
.btn-dark { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.btn-light { background: var(--white); color: var(--burnt); border-color: var(--white); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); }

.trust-rail {
  position: fixed;
  left: 0;
  top: 68px;
  bottom: 0;
  z-index: 8;
  width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-top: 2rem;
  background: #fafafa;
  border-right: 1px solid #e3cabc;
}
.trust-rail span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.trust-rail span:first-child { color: var(--burnt); }

main { margin-left: 62px; }

.hero {
  position: relative;
  min-height: clamp(700px, 82vh, 900px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.05) saturate(1.1);
  opacity: .72;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 15, 16, .96), rgba(16, 19, 20, .78) 46%, rgba(16, 19, 20, .46)), linear-gradient(0deg, rgba(8, 10, 11, .58), rgba(8, 10, 11, .08) 45%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 88vw);
  margin-left: clamp(5rem, 8vw, 9rem);
  margin-bottom: clamp(5.75rem, 14vh, 10rem);
  color: var(--white);
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 1rem;
  color: var(--burnt);
}
.hero .eyebrow {
  background: var(--burnt);
  color: var(--white);
  padding: .25rem .75rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 840px;
  font-size: clamp(3.4rem, 7.4vw, 6.9rem);
  line-height: .9;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  font-weight: 900;
}
h1,
h2,
h3,
.brand,
.stats strong {
  font-family: "Hanken Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}
h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: 0;
}
.hero p:not(.eyebrow) {
  max-width: 660px;
  color: #d4d9db;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.hero-emphasis { color: var(--orange); display: inline; }
.hero-actions { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-top: 2.25rem; }
.hero-actions .btn {
  min-height: 58px;
  padding: 1.05rem 1.95rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #1f2423;
  color: var(--white);
  padding: 3.6rem max(7vw, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 3px solid #0f1111;
}
.stats div { text-align: center; }
.stats strong {
  display: block;
  color: #ff7a30;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}
.stats span { color: #d5d9da; }

.section,
.area-band,
.contact-layout {
  padding: 112px max(7vw, calc((100vw - var(--max)) / 2));
}
.section-muted {
  background: #e9ebed;
  padding: 112px max(7vw, calc((100vw - var(--max)) / 2));
}
.centered { text-align: center; }
.section > h2,
.section > .eyebrow { max-width: 760px; }

.service-bento {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.25fr);
  grid-template-rows: 260px 260px;
  gap: 1.35rem;
  margin-top: 3.2rem;
}
.services-section .service-bento {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.25fr);
  grid-template-rows: 290px 290px;
  gap: 1.25rem;
}
.service-card {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid var(--line);
  color: var(--white);
}
.service-card-1 { grid-row: 1 / 3; }
.services-section .service-card-2 {
  grid-column: 2;
  grid-row: 1;
}
.services-section .service-card-3 {
  grid-column: 2;
  grid-row: 2;
  align-items: center;
  background: #e9ebed;
  color: var(--ink);
}
.services-section .service-card-3::after { display: none; }
.services-section .service-card-3 div { padding: clamp(2rem, 4vw, 3.3rem); }
.services-section .service-card-3 p { color: var(--muted); }
.services-section .service-card-3 a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.services-section .service-card-3 a::after {
  content: ">";
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: 1rem;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  color: var(--burnt);
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.12) saturate(1.05);
  opacity: .78;
  transition: transform .55s ease, opacity .55s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16,19,20,.92), rgba(16,19,20,.2) 68%);
}
.service-card:hover img { transform: scale(1.045); opacity: .88; }
.service-card div { position: relative; z-index: 1; padding: 2rem; }
.service-card h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); margin-bottom: .7rem; }
.service-card p { color: #e2e6e7; max-width: 520px; }
.service-card a,
.text-link {
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8rem;
}
.support-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.support-services a {
  min-height: 112px;
  padding: 1.25rem;
  border: 1px solid var(--soft-line);
  background: #ffffff;
  text-decoration: none;
}
.support-services strong { display: block; font-family: "Hanken Grotesk", Inter, sans-serif; font-size: 1.15rem; margin-bottom: .35rem; }
.support-services span { color: var(--muted); font-size: .9rem; }

.split,
.service-detail {
  display: grid;
  grid-template-columns: minmax(460px, .95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.split img,
.service-detail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 10px solid var(--white);
  box-shadow: 0 24px 50px rgba(22, 26, 28, .18);
}
.section-muted.split {
  position: relative;
}
.section-muted.split::before {
  content: "";
  position: absolute;
  left: max(4vw, calc((100vw - var(--max)) / 2 - 32px));
  top: 64px;
  width: 96px;
  height: 96px;
  border-left: 3px solid var(--orange);
  border-top: 3px solid var(--orange);
}
.section-muted.split img {
  aspect-ratio: 1 / .82;
  border: 12px solid var(--white);
  box-shadow: 0 28px 48px rgba(25,28,29,.22);
}
.check-list {
  display: grid;
  gap: .7rem;
  padding: 0;
  margin: 1.6rem 0 2rem;
  list-style: none;
}
.check-list li::before { content: ""; display: inline-block; width: .45rem; height: .45rem; margin-right: .5rem; border-radius: 50%; background: var(--orange); vertical-align: middle; }

.area-band {
  background: var(--charcoal);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  border-top: 3px solid #151718;
  border-bottom: 3px solid #151718;
}
.area-copy p { max-width: 520px; color: #d4d8d9; }
.area-band h2 { color: var(--white); }
.area-band .eyebrow { color: #ff9a5c; }
.area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: .8rem 1.4rem;
  margin-top: 2rem;
}
.area-grid span {
  display: flex;
  align-items: center;
  min-height: auto;
  padding: .15rem 0;
  background: transparent;
  border: 0;
  text-align: left;
  color: #f1f3f4;
}
.area-grid span::before {
  content: "";
  width: .45rem;
  height: .45rem;
  margin-right: .55rem;
  border: 1px solid var(--orange);
  border-radius: 50%;
  background: transparent;
}
.area-map {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}
.area-map img {
  width: 100%;
  min-height: 360px;
  max-height: 460px;
  object-fit: cover;
  filter: grayscale(.2) contrast(1.08);
  opacity: .82;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.25rem 1.5rem;
  margin-top: .9rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 1.1rem;
}
.faq p { margin: .8rem 0 0; color: var(--muted); }

.cta-band {
  text-align: center;
  background: var(--orange);
  color: var(--white);
  padding: clamp(5.5rem, 10vw, 8rem) max(7vw, calc((100vw - var(--max)) / 2));
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
  background-image: radial-gradient(circle at 2px 2px, rgba(25,28,29,.12) 1px, transparent 0);
  background-size: 24px 24px;
}
.cta-band h2 { margin-left: auto; margin-right: auto; max-width: 920px; color: #261d18; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.cta-band p { max-width: 720px; margin-left: auto; margin-right: auto; color: rgba(38,29,24,.78); }
.cta-band div { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 2rem;
  align-items: start;
}
.estimate-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
}
.form-note,
.wide { grid-column: 1 / -1; }
label {
  display: grid;
  gap: .45rem;
  color: #5d6063;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
input,
select,
textarea {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: #eceeef;
  padding: 1rem;
  font: inherit;
  color: var(--ink);
}
textarea { resize: vertical; }
.estimate-form button { justify-self: start; }
.contact-card {
  background: var(--charcoal);
  color: var(--white);
  border-left: 4px solid var(--burnt);
  padding: 2.5rem;
}
.contact-card a { color: var(--white); font-size: 1.6rem; font-weight: 900; text-decoration: none; }
.contact-map {
  margin: 1.3rem 0 0;
  border: 1px solid var(--line);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}
.contact-map img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(.2);
  opacity: .82;
}

.mini-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin-top: 2rem;
}
.mini-grid a,
.value-grid article {
  min-height: 190px;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  text-decoration: none;
}
.mini-grid span { display: block; margin-top: .7rem; color: var(--muted); }
.prose { max-width: 900px; }

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) .8fr 1fr .7fr;
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--charcoal);
  color: #d9ddde;
  padding: clamp(5rem, 7vw, 6.5rem) max(7vw, calc((100vw - var(--max)) / 2)) 3rem;
  margin-left: 62px;
}
.site-footer h2,
.site-footer h3 { color: var(--white); }
.site-footer h3 { color: #c85a25; font-size: .78rem; }
.site-footer a {
  display: block;
  margin: .55rem 0;
  color: #d9ddde;
  text-decoration: none;
}
.site-footer a:hover { color: #ff8d4a; }
.footer-brand h2 { font-size: clamp(2rem, 3vw, 3rem); }
.footer-trust span {
  display: inline-grid;
  min-width: 92px;
  min-height: 78px;
  place-items: center;
  margin-right: .6rem;
  margin-top: .4rem;
  border: 1px solid var(--line);
  color: #ff9a5c;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .72rem;
  text-align: center;
}
.copyright {
  grid-column: 1 / -1;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: .82rem;
}

.mobile-action-bar { display: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 0 5vw; }
  .header-phone { display: none; }
  .service-bento,
  .services-section .service-bento { grid-template-columns: minmax(320px, .92fr) minmax(0, 1.25fr); }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  main,
  .site-footer { margin-left: 0; }
  .trust-rail { display: none; }
  .site-header {
    grid-template-columns: 1fr auto;
    gap: .8rem;
    min-height: 68px;
    padding: .7rem 4vw;
  }
  .site-header > .btn { display: none; }
  .menu-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--line);
    background: var(--white);
    padding: .6rem .85rem;
    font-weight: 850;
  }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem 0; }
  .hero { min-height: 650px; }
  .hero-content { margin: 0 auto 4rem; width: 90vw; }
  h1 { font-size: clamp(2.65rem, 12vw, 4.7rem); }
  .stats,
  .service-bento,
  .support-services,
  .split,
  .service-detail,
  .area-band,
  .contact-layout,
  .mini-grid,
  .value-grid,
  .site-footer { grid-template-columns: 1fr; }
  .stats { gap: 2rem; }
  .service-bento { grid-template-rows: none; margin-top: 2rem; }
  .service-card { min-height: 360px; }
  .service-card-1,
  .services-section .service-card-2,
  .services-section .service-card-3 {
    grid-column: auto;
    grid-row: auto;
  }
  .services-section .service-card-3 { min-height: 280px; }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .estimate-form { grid-template-columns: 1fr; }
  .mobile-action-bar {
    position: sticky;
    bottom: 0;
    z-index: 11;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    box-shadow: 0 -8px 22px rgba(0,0,0,.14);
  }
  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 56px;
    background: var(--charcoal);
    color: var(--white);
    text-decoration: none;
    font-weight: 900;
  }
  .mobile-action-bar a:last-child { background: var(--orange); color: #241c16; }
}

@media (max-width: 500px) {
  .brand span { font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  .section,
  .section-muted,
  .area-band,
  .contact-layout,
  .cta-band,
  .site-footer { padding-left: 5vw; padding-right: 5vw; }
  .hero-actions .btn,
  .cta-band .btn { width: 100%; }
  .area-grid { grid-template-columns: 1fr; }
}
