@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dm-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/contracting/assets/fonts/newsreader-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root { color: #f3ede4; background: #1d1d1c; font-family: "DM Sans", sans-serif; --gold: #c99b3b; --copper: #b86f43; --serif: "Newsreader", Georgia, serif; }
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: #1d1d1c; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid #d8aa4a; outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 13px; color: #171614; background: var(--gold); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
header, footer { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }
header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #3b3a36; }
.brand { display: flex; align-items: baseline; gap: 13px; }
.brand span { color: #d9aa55; font-family: var(--serif); font-size: 31px; }
.brand strong { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.phone { color: #cfc7bc; font-size: 12px; }
.intro { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 74px 0 80px; }
.intro p { margin: 0 0 22px; color: #bdb5a9; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2 { margin-top: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 950px; margin-bottom: 0; font-size: clamp(54px, 7vw, 94px); line-height: .98; }
h1 em { color: #d9aa55; font-style: normal; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; }
.service { min-height: 660px; display: grid; grid-template-rows: 1fr 280px; }
.service-copy { padding: clamp(42px, 6vw, 88px); }
.service-copy > span { display: block; margin-bottom: 30px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service h2 { max-width: 600px; margin-bottom: 25px; font-size: clamp(48px, 5.2vw, 72px); line-height: 1.02; }
.service p { max-width: 520px; margin: 0 0 34px; font-size: 14px; line-height: 1.7; }
.service a { min-height: 48px; display: inline-flex; align-items: center; gap: 18px; padding: 0 20px; font-size: 12px; font-weight: 700; border: 1px solid currentColor; }
.service img { width: 100%; height: 280px; object-fit: cover; }
.inspection { color: #272621; background: #f2ede4; }
.inspection .service-copy > span, .inspection h2 em { color: #765a18; }
.inspection p { color: #6f695f; }
.inspection img { object-position: 55% 38%; }
.contracting { color: #f5eee5; background: #292a27; border-left: 1px solid #4b4b46; }
.contracting .service-copy > span, .contracting h2 em { color: #cb8355; font-style: normal; }
.contracting p { color: #c1bab1; }
.contracting img { object-position: 58% center; }
.boundary { width: min(1000px, calc(100% - 64px)); display: grid; grid-template-columns: .45fr 1fr; gap: 70px; margin: 0 auto; padding: 52px 0; }
.boundary strong { color: #d9aa55; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.boundary p { margin: 0; color: #aaa399; font-size: 12px; line-height: 1.7; }
footer { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #928c83; border-top: 1px solid #353530; font-size: 10px; }
footer a:hover { color: #d9aa55; }
@media (max-width: 780px) { header, footer, .intro { width: calc(100% - 36px); } .intro { padding: 56px 0 62px; } .service-grid { grid-template-columns: 1fr; } .service { min-height: 0; grid-template-rows: auto 240px; } .contracting { border-top: 1px solid #4b4b46; border-left: 0; } .service-copy { padding: 58px 20px; } .service img { height: 240px; } .boundary { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 17px; } footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px 0; } }
@media (max-width: 450px) { .phone { display: none; } h1 { font-size: 53px; } .service h2 { font-size: 48px; } }
