:root {
  color-scheme: light;
  --ink: #17191c;
  --ink-soft: #454b52;
  --concrete: #e7e7e3;
  --paper: #f7f7f2;
  --white: #ffffff;
  --steel: #667079;
  --graphite: #44494c;
  --graphite-deep: #383d40;
  --line: #d7d8d2;
  --accent: #b3472f;
  --accent-deep: #792b1f;
  --teal: #315d64;
  --shadow: 0 24px 80px rgba(23, 25, 28, 0.14);
  --radius: 8px;
  --max: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --serif: "Source Serif 4", Cambria, Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(90deg, rgba(23, 25, 28, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(23, 25, 28, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 247, 242, 0.9);
  border-bottom: 1px solid rgba(23, 25, 28, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  min-height: 74px;
  margin: 0 auto;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark img {
  width: 46px;
  height: 52px;
  object-fit: contain;
  background: var(--white);
  border: 1px solid rgba(23, 25, 28, 0.14);
}

.brand-mark span {
  display: grid;
  line-height: 1.05;
}

.brand-mark strong {
  font-family: var(--serif);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark small {
  color: var(--ink-soft);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-menu a {
  padding: 12px 14px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  text-decoration: none;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--ink);
}

.site-menu .nav-cta {
  margin-left: 8px;
  background: var(--graphite-deep);
  color: var(--white);
  border-radius: var(--radius);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(74svh - 74px);
  overflow: clip;
  background:
    linear-gradient(115deg, rgba(68, 73, 76, 0.94), rgba(82, 85, 87, 0.78) 48%, rgba(179, 71, 47, 0.12)),
    repeating-linear-gradient(155deg, rgba(255, 255, 255, 0.105) 0 1px, transparent 1px 18px),
    var(--graphite);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  right: -14vw;
  bottom: -10vw;
  width: 62vw;
  height: 30vw;
  min-width: 520px;
  min-height: 260px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 26px);
  transform: rotate(-13deg);
  opacity: 0.42;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) 0 clamp(28px, 4vw, 48px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0a08b;
}

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

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  overflow-wrap: normal;
}

h1,
h2 {
  font-family: var(--serif);
}

h1 {
  max-width: 930px;
  font-size: clamp(2.8rem, 5.8vw, 5.9rem);
  line-height: 0.98;
  font-weight: 700;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-brand-lockup {
  display: inline-block;
  margin-right: 0.08em;
  font-family: var(--serif);
  font-size: 1em;
  font-weight: 800;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 4.5vw, 4.65rem);
  line-height: 0.96;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-deep);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.hero-visual {
  position: relative;
  min-height: 485px;
}

.logo-plate {
  position: absolute;
  top: 10px;
  right: 2%;
  width: clamp(280px, 21vw, 380px);
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(216, 218, 217, 0.92)),
    var(--white);
  box-shadow: var(--shadow);
  transform: rotate(0deg);
}

.logo-plate img {
  width: 100%;
  aspect-ratio: 0.5725;
  object-fit: contain;
  background: var(--white);
}

.proof-strip {
  background: var(--teal);
  color: var(--white);
  overflow: hidden;
}

.proof-track {
  display: flex;
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto;
  padding: 18px 0;
  gap: clamp(18px, 4vw, 48px);
  justify-content: space-between;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.proof-track::-webkit-scrollbar {
  display: none;
}

.proof-track span {
  white-space: nowrap;
}

.section {
  padding: clamp(70px, 9vw, 128px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto clamp(34px, 5vw, 64px);
}

.section-heading.compact {
  display: block;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-grid,
.project-grid,
.review-grid {
  display: grid;
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.project-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(23, 25, 28, 0.06);
}

.service-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 24px;
}

.service-number {
  width: fit-content;
  margin-bottom: 34px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--teal);
  font-weight: 900;
  font-size: 0.78rem;
}

.service-card p,
.project-card p,
.review-card p,
.timeline p,
.capability-list p,
.faq-list p,
.contact-section p,
.quote-copy p {
  color: var(--ink-soft);
  line-height: 1.68;
}

.service-card a {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 800;
  text-decoration: none;
}

.capability-section,
.quote-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.24)),
    var(--concrete);
}

.capability-layout,
.quote-layout,
.contact-layout {
  display: grid;
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto;
  gap: clamp(28px, 5vw, 80px);
}

.capability-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  align-items: start;
}

.capability-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.capability-list article {
  padding: 26px;
  background: var(--paper);
}

.work-section {
  background:
    linear-gradient(rgba(247, 247, 242, 0.82), rgba(247, 247, 242, 0.82)),
    repeating-linear-gradient(135deg, rgba(49, 93, 100, 0.09) 0 1px, transparent 1px 18px);
}

.filter-bar {
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto 22px;
  justify-content: center;
}

.filter-button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink-soft);
  cursor: pointer;
}

.filter-button.active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
  overflow: hidden;
}

.project-card.is-hidden {
  display: none;
}

.project-media {
  position: relative;
  min-height: 240px;
  background-color: #8e9699;
  overflow: hidden;
}

.project-media::before,
.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.project-media::before {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.34), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 20px);
}

.project-media::after {
  top: auto;
  height: 42%;
  background: linear-gradient(transparent, rgba(23, 25, 28, 0.32));
}

.project-media.driveway {
  background:
    linear-gradient(18deg, transparent 0 48%, rgba(121, 43, 31, 0.7) 49% 52%, transparent 53%),
    linear-gradient(115deg, #b7bbb8, #6c7478);
}

.project-media.foundation {
  background:
    linear-gradient(90deg, rgba(23, 25, 28, 0.28) 0 7%, transparent 7% 93%, rgba(23, 25, 28, 0.28) 93%),
    linear-gradient(0deg, rgba(49, 93, 100, 0.55) 0 18%, transparent 18%),
    linear-gradient(135deg, #c9c8c1, #7f878a);
}

.project-media.patio {
  background:
    radial-gradient(circle at 70% 20%, rgba(49, 93, 100, 0.72), transparent 24%),
    linear-gradient(145deg, #d2d2cb, #828b8f);
}

.project-media.curb {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.55) 0 18%, transparent 18% 26%, rgba(255, 255, 255, 0.34) 26% 39%, transparent 39%),
    linear-gradient(145deg, #9da4a4, #535b60);
}

.project-media.apron {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 36px),
    linear-gradient(145deg, #c7c8c2, #646d73);
}

.project-media.detail {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 16px),
    linear-gradient(145deg, #bbbeb8, #727c80);
}

.project-body {
  padding: 22px;
}

.project-body span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-section {
  background: var(--graphite);
}

.reviews-section h2,
.reviews-section .section-heading p:last-child {
  color: var(--white);
}

.reviews-section .section-heading p:last-child {
  opacity: 0.72;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
}

.rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 42px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--accent-deep);
  font-weight: 900;
}

.review-card footer {
  margin-top: 24px;
  color: var(--ink);
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100% - var(--gutter), var(--max));
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline article {
  min-height: 260px;
  padding: 28px;
  background: var(--paper);
}

.timeline span {
  display: block;
  margin-bottom: 42px;
  color: var(--teal);
  font-weight: 900;
}

.quote-layout {
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-stack a,
.contact-stack span,
address a,
address span {
  color: var(--ink-soft);
  text-decoration: none;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(179, 71, 47, 0.35);
  outline-offset: 3px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(100% - var(--gutter), 900px);
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

summary {
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact-section {
  padding-top: 0;
}

.contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr) minmax(200px, 0.42fr);
  align-items: start;
  padding-top: clamp(64px, 8vw, 100px);
  border-top: 1px solid var(--line);
}

address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--ink);
  color: var(--ink);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(20px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer span,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .section-heading,
  .capability-layout,
  .quote-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .service-grid,
  .project-grid,
  .review-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-track {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-menu {
    position: fixed;
    inset: 74px 16px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-menu a {
    padding: 14px 12px;
  }

  .site-menu .nav-cta {
    margin: 8px 0 0;
    text-align: center;
  }

  .hero-grid {
    gap: 0;
    padding-top: 36px;
    padding-bottom: 30px;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .service-grid,
  .project-grid,
  .review-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .service-card,
  .timeline article {
    min-height: auto;
  }

  .project-media {
    min-height: 210px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 420px) {
  .brand-mark span {
    display: none;
  }

  .hero-actions,
  .filter-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .filter-button {
    width: 100%;
  }
}
