:root {
  --ink: #13211f;
  --ink-deep: #0d1816;
  --paper: #f3f0e8;
  --cream: #e8e1d2;
  --rust: #b84c2a;
  --gold: #d6a44c;
  --sky: #8eb8c8;
  --moss: #526c5d;
  --line: rgba(19, 33, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, serif; font-weight: 400; }

.hero { position: relative; min-height: 760px; overflow: hidden; border-bottom: 10px solid var(--gold); background: var(--ink); color: var(--paper); }
.nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: min(1210px, calc(100% - 48px)); height: 94px; margin: auto; border-top: 3px solid var(--sky); border-bottom: 1px solid rgba(243, 240, 232, .2); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 236px; max-width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.nav-links > a:not(.call) { padding: 8px 0; border-bottom: 1px solid transparent; }
.nav-links > a:not(.call):hover { border-color: var(--gold); color: var(--gold); }
.call { padding: 13px 18px; border: 1px solid rgba(243, 240, 232, .46); transition: background .18s ease, color .18s ease; }
.call:hover { background: var(--gold); color: var(--ink); }

.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); grid-template-areas: "eyebrow visual" "title visual" "lede visual" "actions visual" "proof visual"; column-gap: clamp(38px, 5vw, 72px); align-items: start; width: min(1210px, calc(100% - 48px)); padding: 78px 0 70px; margin: auto; }
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { grid-area: eyebrow; align-self: end; }
.hero .eyebrow, .about .eyebrow { color: var(--gold); }
h1 { grid-area: title; max-width: 600px; margin: 0; font-size: clamp(58px, 6vw, 94px); letter-spacing: -.065em; line-height: .88; }
h1 em { color: var(--gold); }
.hero-visual { grid-area: visual; align-self: center; margin: 0; padding: 8px; border: 1px solid var(--sky); background: var(--gold); box-shadow: 22px 22px 0 rgba(184, 76, 42, .72); }
.hero-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.lede { grid-area: lede; max-width: 510px; margin: 30px 0 28px; color: rgba(243, 240, 232, .82); font-size: 17px; line-height: 1.6; }
.actions { grid-area: actions; display: flex; flex-wrap: wrap; gap: 12px; }
.actions a { display: flex; align-items: center; gap: 28px; min-height: 62px; padding: 16px 20px; font-size: 13px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.actions a:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: var(--ink); }
.primary span { margin-left: auto; font-size: 22px; }
.secondary { border: 1px solid rgba(243, 240, 232, .35); }
.secondary:hover { background: rgba(243, 240, 232, .1); }
.proof { grid-area: proof; display: flex; gap: 34px; max-width: 600px; padding-top: 17px; margin-top: 46px; border-top: 1px solid rgba(243, 240, 232, .2); }
.proof div { display: grid; gap: 4px; }
.proof strong { color: var(--gold); font-size: 14px; }
.proof div:first-child strong { color: var(--sky); }
.proof span { color: rgba(243, 240, 232, .7); font-size: 11px; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px max(24px, calc((100vw - 1210px) / 2)); background: var(--cream); }
.trust p { margin: 0; padding: 0 20px; text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.trust p + p { border-left: 1px solid var(--line); }
.trust span { margin-right: 12px; color: var(--rust); }
.section { width: min(1210px, 100%); padding: 128px 24px; margin: auto; }
.services header { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 34px; margin-bottom: 58px; }
.services header h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); letter-spacing: -.055em; line-height: .95; }
.services header > p:last-child { padding-top: 9px; margin: 0; color: #52605c; font-size: 15px; line-height: 1.65; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article { position: relative; min-height: 410px; padding: 29px; overflow: hidden; }
.cards article::after { position: absolute; right: -52px; bottom: -69px; width: 205px; height: 205px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .18; }
.cards small { font-weight: 800; letter-spacing: .14em; }
.cards h3 { position: absolute; z-index: 1; left: 29px; bottom: 96px; max-width: 88%; margin: 0; font-size: 50px; letter-spacing: -.055em; }
.cards p { position: absolute; z-index: 1; bottom: 34px; max-width: 300px; margin: 0; font-size: 14px; line-height: 1.55; }
.roofing { background: var(--moss); color: var(--paper); box-shadow: inset 0 7px 0 var(--sky); }
.painting { background: var(--rust); color: var(--paper); }
.pavement { background: var(--cream); box-shadow: inset 0 7px 0 var(--gold); }
.pavement small { color: var(--rust); }
.about { display: grid; grid-template-columns: 1.4fr .6fr; min-height: 510px; background: var(--ink); color: var(--paper); }
.about > div { padding: 95px max(24px, calc((100vw - 1210px) / 2)); padding-right: 12%; }
.about h2 { margin: 0 0 26px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.055em; line-height: .95; }
.about div > p:not(.eyebrow) { max-width: 600px; color: rgba(243, 240, 232, .75); line-height: 1.7; }
.about div > a { display: inline-flex; gap: 30px; margin-top: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 13px; font-weight: 800; }
.about aside { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: var(--gold); color: var(--ink); text-align: center; text-transform: uppercase; }
.about-mark { display: block; width: min(150px, 60%); height: auto; margin: 0 auto 24px; border: 5px solid rgba(19, 33, 31, .12); }
.about aside span { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.about aside strong { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(74px, 10vw, 150px); font-weight: 400; letter-spacing: -.1em; line-height: 1; }
.estimate { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 10%; }
.estimate h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.06em; line-height: .92; }
.estimate > div > p:not(.eyebrow) { max-width: 530px; color: #52605c; line-height: 1.7; }
.contact { padding: 37px; border-top: 5px solid var(--rust); background: var(--cream); }
.contact p { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact a { display: block; margin-bottom: 26px; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 39px); letter-spacing: -.045em; }
.contact p:nth-of-type(2) { padding-top: 22px; border-top: 1px solid var(--line); }
.contact a:nth-of-type(2) { font-family: Arial, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 0; }
.contact b { display: block; margin-top: 32px; color: var(--rust); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
footer { display: flex; align-items: center; justify-content: space-between; padding: 36px max(24px, calc((100vw - 1210px) / 2)); background: var(--ink-deep); color: var(--paper); }
footer p { margin: 0; color: rgba(243, 240, 232, .58); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
footer > a:not(.brand) { color: var(--gold); font-size: 13px; font-weight: 800; }
.powered-by { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; color: rgba(243, 240, 232, .58); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.powered-by > a { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.powered-by small { color: var(--sky); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.mobile-callbar { display: none; }

/* Keep tablet-sized embedded browsers in the compact layout as well. */
@media (max-width: 900px) {
  body { padding-bottom: 70px; }
  .hero { min-height: 0; }
  .nav { width: calc(100% - 32px); height: 76px; }
  .nav .brand-logo { width: 190px; }
  .nav-links > a:not(.call) { display: none; }
  .nav-links { gap: 0; }
  .call { padding: 11px 12px; font-size: 11px; }
  .hero-layout { grid-template-columns: 1fr; grid-template-areas: "eyebrow" "title" "visual" "lede" "actions" "proof"; width: calc(100% - 32px); padding: 46px 0 42px; }
  h1 { max-width: 100%; font-size: clamp(48px, 13vw, 68px); line-height: .9; }
  .hero-visual { width: 100%; margin: 28px 0 26px; padding: 5px; box-shadow: 10px 10px 0 rgba(184, 76, 42, .72); }
  .lede { max-width: 560px; margin: 0 0 27px; font-size: 15px; line-height: 1.55; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions a { justify-content: space-between; min-height: 61px; padding: 16px 20px; }
  .proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; max-width: none; padding-top: 17px; margin-top: 38px; }
  .proof div { gap: 5px; }
  .proof strong { font-size: 11px; line-height: 1.15; }
  .proof span { font-size: 10px; line-height: 1.22; }
  .trust { grid-template-columns: 1fr; gap: 13px; padding: 19px 16px; }
  .trust p + p { padding-top: 13px; border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 80px 20px; }
  .services header { display: block; margin-bottom: 37px; }
  .services header h2 { margin-bottom: 20px; }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: 300px; }
  .cards h3 { bottom: 91px; font-size: 48px; }
  .about { grid-template-columns: 1fr; }
  .about > div { padding: 76px 20px; }
  .about aside { padding: 54px 20px; }
  .estimate { grid-template-columns: 1fr; gap: 38px; }
  .contact { padding: 27px; }
  footer { flex-direction: column; align-items: flex-start; gap: 23px; }
  footer .brand-logo { width: 240px; }
  .powered-by { align-items: flex-start; text-align: left; }
  .mobile-callbar { position: fixed; z-index: 8; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 10px 17px; background: var(--gold); color: var(--ink); box-shadow: 0 -8px 24px rgba(13, 24, 22, .16); }
  .mobile-callbar span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-callbar strong { font-size: 15px; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hero-layout { grid-template-columns: minmax(0, .85fr) minmax(350px, 1.15fr); grid-template-areas: "eyebrow visual" "title visual" "lede visual" "actions visual" "proof visual"; column-gap: 30px; padding: 64px 0 54px; }
  h1 { max-width: 360px; font-size: clamp(54px, 7vw, 64px); }
  .hero-visual { align-self: start; margin: 0; }
  .lede { max-width: 340px; margin-top: 24px; font-size: 14px; }
  .proof { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .proof div { grid-template-columns: 85px 1fr; }
}

@media (max-width: 360px) {
  .nav .brand-logo { width: 158px; }
  .call { padding-inline: 9px; font-size: 10px; }
}
