:root {
  color-scheme: light;
  --ink: #151711;
  --muted: #55594c;
  --paper: #f1eee5;
  --stone: #c9c4b7;
  --concrete: #d8d5cb;
  --soil: #2d2b22;
  --grass: #426a34;
  --field: #eef0d8;
  --line: rgba(21, 23, 17, 0.22);
  --max: 1180px;
  font-family: "Arial Narrow", "Aptos Narrow", "Roboto Condensed", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(66, 106, 52, 0.11), transparent 38%),
    var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

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

.site-strip {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(230px, 1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.brand-mark,
.route-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.brand-mark {
  padding: 14px clamp(16px, 4vw, 42px);
  gap: 10px;
  text-decoration: none;
  border-right: 1px solid var(--ink);
  text-transform: uppercase;
}

.brand-mark span {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  line-height: 0.9;
  font-weight: 800;
}

.brand-mark strong {
  max-width: 90px;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
}

.route-nav {
  justify-content: center;
}

.route-nav a,
.text-link,
.solid-link,
.outline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.98rem;
}

.route-nav a {
  border-right: 1px solid var(--line);
}

.route-nav a:first-child {
  border-left: 1px solid var(--line);
}

.header-actions {
  justify-content: flex-end;
  padding-right: clamp(12px, 3vw, 32px);
  gap: 10px;
}

.solid-link {
  background: var(--grass);
  color: #fbfbf2;
  border: 1px solid var(--grass);
}

.outline-link {
  border: 1px solid var(--ink);
  background: transparent;
}

.large {
  min-height: 52px;
  padding-inline: 22px;
}

.work-opening {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(460px, 1.12fr);
  border-bottom: 1px solid var(--ink);
}

.opening-copy {
  padding: clamp(24px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--ink);
  background: linear-gradient(180deg, rgba(238, 240, 216, 0.78), transparent 48%);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--grass);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4.45vw, 4rem);
  line-height: 0.92;
  font-weight: 900;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  line-height: 0.98;
  font-weight: 900;
}

h3 {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.lede {
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 28px;
}

.quick-facts {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  border-top: 1px solid var(--ink);
}

.quick-facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--grass);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

dd {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.photo-belt {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(58px, 6vw, 86px);
  gap: 10px;
  padding: clamp(16px, 3vw, 36px);
  align-content: center;
  background: var(--soil);
}

.proof-photo,
.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--concrete);
}

.proof-photo img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-photo:first-child img,
.gallery-item:first-child img {
  object-position: center 38%;
}

.proof-photo figcaption,
.gallery-item figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(21, 23, 17, 0.82);
  color: #fbfbf2;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.p1 {
  grid-column: 1 / span 5;
  grid-row: 1 / span 4;
}

.p2 {
  grid-column: 6 / span 3;
  grid-row: 1 / span 4;
}

.p3 {
  grid-column: 9 / span 4;
  grid-row: 1 / span 3;
}

.p4 {
  grid-column: 1 / span 4;
  grid-row: 5 / span 3;
}

.p5 {
  grid-column: 6 / span 7;
  grid-row: 6 / span 3;
}

.material-note,
.split-proof,
.quote-band,
.project-note {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(34px, 7vw, 90px) clamp(16px, 4vw, 32px);
}

.material-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.material-note p {
  max-width: 760px;
  font-size: clamp(1.45rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

.material-note a {
  font-weight: 900;
  text-transform: uppercase;
}

.service-lines {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--field);
}

.section-head {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px) clamp(16px, 4vw, 32px) 28px;
}

.section-head h2 {
  max-width: 790px;
}

.line-list,
.service-directory {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(34px, 6vw, 80px);
}

.service-line,
.service-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) 1fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--ink);
}

.service-line p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 700;
}

.split-proof {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.42fr);
  gap: clamp(24px, 6vw, 70px);
  align-items: center;
}

.contact-slab,
.quote-panel {
  background: var(--soil);
  color: #fbfbf2;
  padding: clamp(22px, 4vw, 42px);
}

.contact-slab a,
.quote-panel a {
  display: block;
  margin-top: 16px;
  font-weight: 900;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(16px, 4vw, 42px);
  border-top: 1px solid var(--ink);
  background: var(--ink);
  color: #fbfbf2;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fbfbf2;
  font-weight: 800;
}

.page-title,
.quote-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 92px) clamp(16px, 4vw, 32px);
}

.page-title h1,
.quote-page h1 {
  max-width: 15ch;
}

.page-title p,
.quote-page p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.15rem;
  font-weight: 700;
}

.compact-title {
  padding-bottom: 34px;
}

.service-row ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-row li {
  min-width: 0;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.gallery-board {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(42px, 8vw, 100px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 78px;
  gap: 10px;
}

.gallery-item {
  min-height: 220px;
  border-color: var(--ink);
}

.g1 {
  grid-column: 1 / span 4;
  grid-row: span 5;
}

.g2 {
  grid-column: 5 / span 3;
  grid-row: span 7;
}

.g3 {
  grid-column: 8 / span 5;
  grid-row: span 4;
}

.g4 {
  grid-column: 1 / span 3;
  grid-row: span 4;
}

.g5 {
  grid-column: 4 / span 5;
  grid-row: span 4;
}

.g6 {
  grid-column: 9 / span 4;
  grid-row: span 5;
}

.quote-page {
  display: grid;
  grid-template-columns: 1fr minmax(290px, 0.43fr);
  gap: clamp(28px, 7vw, 80px);
  align-items: start;
}

.phone-block {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-decoration: none;
}

.profile-links {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.profile-links a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.project-note {
  border-top: 1px solid var(--ink);
}

.project-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink);
}

.project-note li {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-weight: 900;
}

.project-note li:nth-child(4) {
  border-right: 0;
}

@media (max-width: 920px) {
  .site-strip,
  .work-opening,
  .material-note,
  .split-proof,
  .quote-page {
    grid-template-columns: 1fr;
  }

  .brand-mark {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .route-nav {
    justify-content: stretch;
    overflow-x: auto;
    border-bottom: 1px solid var(--ink);
  }

  .route-nav a {
    flex: 1 0 auto;
  }

  .header-actions {
    justify-content: space-between;
    padding: 10px 12px;
  }

  .opening-copy {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .work-opening {
    min-height: 0;
  }

  .photo-belt {
    grid-auto-rows: 94px;
  }

  .service-row ul,
  .project-note ul {
    grid-template-columns: 1fr 1fr;
  }

  .project-note li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .brand-mark span {
    font-size: 2.35rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }

  .header-actions {
    flex-wrap: wrap;
  }

  .text-link,
  .solid-link,
  .outline-link {
    flex: 1 1 auto;
  }

  .quick-facts div,
  .service-line,
  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .photo-belt {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 70px;
    padding: 10px;
  }

  .p1 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
  }

  .p2 {
    grid-column: 4 / span 3;
    grid-row: 1 / span 4;
  }

  .p3 {
    grid-column: 1 / span 3;
    grid-row: 4 / span 3;
  }

  .p4 {
    grid-column: 4 / span 3;
    grid-row: 5 / span 3;
  }

  .p5 {
    grid-column: 1 / span 6;
    grid-row: 8 / span 3;
  }

  .service-row ul,
  .project-note ul {
    grid-template-columns: 1fr;
  }

  .service-row li,
  .project-note li,
  .project-note li:nth-child(2n) {
    border-right: 0;
  }

  .gallery-board {
    display: block;
  }

  .gallery-item {
    height: auto;
    margin-bottom: 12px;
  }

  .gallery-item img {
    height: auto;
  }

  .footer {
    display: block;
  }

  .footer a {
    display: inline-block;
    margin-top: 12px;
  }
}
