:root {
  --charcoal: #171918;
  --charcoal-2: #222624;
  --ivory: #f5f2ea;
  --concrete: #d8d3c8;
  --steel: #5e6461;
  --orange: #b54a17;
  --orange-dark: #8d3512;
  --orange-bright: #f07a3a;
  --white: #ffffff;
  --ink: #1b1d1c;
  --rule: rgba(23, 25, 24, 0.18);
  --rule-light: rgba(255, 255, 255, 0.18);
  --font-display: "Source Serif 4", Georgia, serif;
  --font-condensed: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shell: 1240px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, summary, input, select, textarea { touch-action: manipulation; }
img, svg { max-width: 100%; }
figure { margin: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--white);
  color: var(--charcoal);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.section-light, .section-dark, .section-concrete { padding: 76px 0; }
.section-light { background: var(--ivory); }
.section-dark { background: var(--charcoal); color: var(--ivory); }
.section-concrete { background: var(--concrete); }


.utility-bar { background: #0d0f0e; color: rgba(255,255,255,.72); border-bottom: 1px solid var(--rule-light); }
.utility-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 500 11px/1 var(--font-condensed); letter-spacing: .12em; text-transform: uppercase; }
.utility-inner p { margin: 0; }
.phone-pending { min-height: 44px; display: inline-flex; align-items: center; color: var(--concrete); text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 200; background: rgba(23,25,24,.97); color: var(--white); border-bottom: 1px solid var(--rule-light); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; flex: 0 0 auto; }
.wordmark-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); font: 600 18px/1 var(--font-condensed); letter-spacing: -.03em; transform: skewX(-7deg); }
.wordmark-text { font: 600 17px/1 var(--font-condensed); letter-spacing: .08em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { min-width: 44px; min-height: 44px; padding-inline: 4px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font: 500 12px/1 var(--font-condensed); letter-spacing: .1em; text-transform: uppercase; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.75); font: 500 11px/1 var(--font-condensed); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--orange);
  border-radius: 0;
  background: var(--orange);
  color: var(--white);
  font: 600 12px/1.1 var(--font-condensed);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 16px; }
.menu-toggle { display: none; min-width: 58px; min-height: 44px; padding: 0 6px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-label { font: 500 11px/1 var(--font-condensed); letter-spacing: .08em; text-transform: uppercase; }
.menu-icon { width: 22px; display: grid; gap: 6px; }
.menu-icon i { display: block; height: 1px; background: currentColor; transition: transform 160ms ease; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - 74px); z-index: 190; background: var(--charcoal); overflow-y: auto; }
.mobile-menu-inner { padding-block: 24px 100px; }
.mobile-menu a { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule-light); text-decoration: none; font: 500 clamp(25px, 7vw, 38px)/1 var(--font-display); }
.mobile-menu a span { color: var(--orange); font: 500 12px/1 var(--font-condensed); letter-spacing: .12em; }
.mobile-menu p { color: rgba(255,255,255,.6); font-size: 13px; }

.hero { padding: 44px 0 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 52px; align-items: stretch; }
.hero-copy { padding: 38px 0 16px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--steel); font: 600 11px/1.3 var(--font-condensed); letter-spacing: .14em; text-transform: uppercase; }
.section-dark .eyebrow { color: rgba(255,255,255,.6); }
.eyebrow span { color: var(--orange); }
.section-dark .eyebrow span { color: var(--orange-bright); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 760px; font: 500 clamp(46px, 6.2vw, 92px)/.93 var(--font-display); letter-spacing: -.045em; }
h1 em { color: var(--orange-bright); font-weight: 500; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font: 600 12px/1.2 var(--font-condensed); letter-spacing: .08em; text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-meta { margin-top: auto; padding-top: 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: 100%; }
.hero-meta div { padding-top: 12px; border-top: 1px solid var(--rule-light); }
.hero-meta span, .hero-meta strong { display: block; }
.hero-meta span { color: rgba(255,255,255,.45); font: 500 10px/1 var(--font-condensed); letter-spacing: .14em; }
.hero-meta strong { margin-top: 8px; font-size: 13px; }

.hero-visual { min-height: 610px; margin: 0; background: #9b9e99; }
.hero-photo { position: relative; overflow: hidden; background: #454946; }
.hero-photo > img { display: block; width: 100%; height: calc(100% - 70px); object-fit: cover; object-position: center 62%; }
.hero-visual figcaption { position: absolute; inset: auto 0 0; min-height: 70px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 14px 18px; background: var(--ivory); color: var(--ink); font-size: 11px; }
.hero-visual figcaption span { font: 600 10px/1 var(--font-condensed); letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .5fr); gap: 50px; align-items: end; margin-bottom: 44px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.section-heading h2, .intro-grid h2, .proof-copy h2, .area-grid h2, .estimate-copy h2 { margin: 0; font: 500 clamp(38px, 5vw, 70px)/1 var(--font-display); letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--steel); font-size: 14px; }
.project-kicker { margin: 5px 0 0; color: var(--orange-bright); font: 600 10px/1 var(--font-condensed); letter-spacing: .12em; }
.project-details h3 { margin: 0; font: 500 clamp(25px, 3vw, 40px)/1.05 var(--font-display); }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 8vw; }
.intro-copy { padding-top: 44px; }
.intro-copy p { color: rgba(255,255,255,.65); }
.intro-copy .lead { color: var(--white); font: 500 clamp(22px, 2.3vw, 31px)/1.3 var(--font-display); }
.fact-list { margin: 40px 0 0; }
.fact-list div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--rule-light); }
.fact-list dt { color: rgba(255,255,255,.55); font: 500 11px/1 var(--font-condensed); letter-spacing: .12em; text-transform: uppercase; }
.fact-list dd { margin: 0; font-weight: 600; font-size: 13px; }

.project-story { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .7fr); grid-template-rows: minmax(410px, 44vw) auto; gap: 20px; }
.project-main { min-width: 0; display: grid; place-items: center; }
.project-photo { position: relative; min-width: 0; overflow: hidden; background: #575b58; }
.project-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.project-main figcaption { position: absolute; left: 16px; bottom: 14px; padding: 7px 9px; background: rgba(23,25,24,.82); color: var(--white); font: 500 9px/1 var(--font-condensed); letter-spacing: .14em; }
.project-details { padding: 26px; border-top: 5px solid var(--orange); background: var(--charcoal); color: var(--white); }
.project-details h3 { margin-top: 18px; }
.project-details dl { margin: 26px 0; }
.project-details dl div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--rule-light); }
.project-details dt { color: rgba(255,255,255,.5); font: 500 10px/1 var(--font-condensed); letter-spacing: .1em; text-transform: uppercase; }
.project-details dd { margin: 0; font-size: 12px; text-align: right; }
.story-block { margin-top: 20px; }
.story-block strong { color: var(--orange-bright); font: 600 10px/1 var(--font-condensed); letter-spacing: .1em; text-transform: uppercase; }
.story-block p { margin: 6px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }
.project-support-grid { grid-column: 1 / -1; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.project-support { height: clamp(420px, 40vw, 540px); display: grid; place-items: center; background: var(--charcoal); }
.project-support img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.project-support.alternate { background-color: #626662; }

.photo-archive { min-width: 0; margin-top: 76px; padding-top: 34px; border-top: 1px solid var(--rule); }
.photo-archive-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .65fr); gap: 22px 50px; align-items: end; margin-bottom: 30px; }
.photo-archive-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.photo-archive-heading h3 { margin: 0; font: 500 clamp(32px, 4vw, 58px)/1 var(--font-display); letter-spacing: -.035em; }
.photo-archive-heading > p:last-child { margin: 0; color: var(--steel); font-size: 14px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 18px; align-items: start; }
.photo-grid figure { min-width: 0; border-bottom: 1px solid var(--rule); background: #ece8df; }
.photo-grid img { display: block; width: 100%; height: auto; background: #777b78; }
.photo-grid figcaption { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 10px 2px; color: #4c514e; font: 500 11px/1.25 var(--font-condensed); letter-spacing: .07em; text-transform: uppercase; }
.photo-grid figcaption span { color: var(--orange-dark); }


.proof-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 5vw; align-items: center; }
.proof-visual { min-height: 470px; display: grid; place-items: center; }
.proof-photo { position: relative; overflow: hidden; background: #4e524f; }
.proof-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.proof-photo figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; background: rgba(23,25,24,.82); color: var(--white); font: 500 9px/1 var(--font-condensed); letter-spacing: .13em; }
.proof-copy p { color: rgba(255,255,255,.65); }
.proof-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.proof-copy li { padding: 12px 0 12px 24px; border-top: 1px solid var(--rule-light); position: relative; }
.proof-copy li::before { content: "+"; position: absolute; left: 0; color: var(--orange-bright); }

.area-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 7vw; align-items: start; }
.area-grid p { color: var(--steel); }
.area-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rule); list-style: none; }
.area-list li { min-height: 86px; display: flex; align-items: center; padding: 18px; border-bottom: 1px solid var(--rule); font: 500 12px/1.2 var(--font-condensed); letter-spacing: .1em; }
.area-list li:nth-child(odd) { border-right: 1px solid var(--rule); }


.estimate-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(360px, 1fr); gap: 8vw; align-items: start; }
.estimate-copy > p { color: rgba(255,255,255,.65); }
.estimate-contact { margin-top: 48px; padding-top: 16px; border-top: 1px solid var(--rule-light); }
.estimate-contact span, .estimate-contact strong { display: block; }
.estimate-contact span { color: var(--orange-bright); font: 600 10px/1 var(--font-condensed); letter-spacing: .12em; }
.estimate-contact strong { margin-top: 9px; font-size: 15px; }
.estimate-contact strong + span { margin-top: 20px; }
.estimate-contact a, .footer-status a { min-height: 44px; display: inline-flex; align-items: center; color: inherit; text-underline-offset: 4px; }
.estimate-card { padding: 38px; background: var(--ivory); color: var(--ink); border-top: 5px solid var(--orange); }
.contact-card-label { margin: 0 0 22px; color: var(--orange-dark); font: 600 10px/1 var(--font-condensed); letter-spacing: .14em; }
.estimate-card h3 { margin: 0; font: 500 clamp(31px, 4vw, 52px)/1 var(--font-display); letter-spacing: -.025em; }
.estimate-card > p:not(.contact-card-label) { margin: 20px 0 0; color: var(--steel); }
.contact-card-actions { margin-top: 28px; display: grid; gap: 10px; }
.contact-card-actions .button { width: 100%; }
.button-secondary { background: transparent; color: var(--orange-dark); }
.button-secondary:hover { background: var(--orange-dark); color: var(--white); }

.site-footer { padding: 56px 0 22px; background: #0d0f0e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: minmax(250px, 1.4fr) minmax(150px, .6fr) minmax(210px, .7fr); gap: 5vw; }
.footer-grid p { max-width: 440px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-grid nav { display: grid; align-content: start; }
.footer-grid nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--rule-light); text-decoration: none; font: 500 11px/1 var(--font-condensed); letter-spacing: .1em; text-transform: uppercase; }
.footer-status { display: grid; align-content: start; gap: 7px; }
.footer-status span { margin-top: 10px; color: var(--orange-bright); font: 600 9px/1 var(--font-condensed); letter-spacing: .14em; }
.footer-status strong { font-size: 12px; }
.footer-bottom { margin-top: 46px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--rule-light); color: rgba(255,255,255,.65); font: 500 9px/1 var(--font-condensed); letter-spacing: .12em; text-transform: uppercase; }
.mobile-cta-bar { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .header-phone { display: none; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 540px; }
  .section-heading { grid-template-columns: 1.3fr .6fr; }
}

@media (max-width: 900px) {
  .section-light, .section-dark, .section-concrete { padding: 58px 0; }
  .desktop-nav, .header-actions > .button, .header-phone { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 10px; }
  .hero-meta { margin-top: 20px; }
  .hero-visual { min-height: 480px; }
  .intro-grid, .proof-grid, .area-grid, .estimate-grid { grid-template-columns: 1fr; gap: 44px; }
  .intro-copy { padding-top: 0; }
  .project-story { grid-template-columns: 1fr 1fr; grid-template-rows: 440px auto auto; }
  .project-main { grid-column: 1 / -1; }
  .project-details { grid-column: 1 / -1; }
  .photo-archive { margin-top: 58px; }
  .photo-archive-heading { grid-template-columns: 1fr; }
  .photo-archive-heading .eyebrow { grid-column: auto; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 86px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .shell { width: min(calc(100% - 32px), var(--shell)); }

  .utility-bar { display: none; }
  .header-inner { min-height: 66px; }
  .mobile-menu { height: calc(100dvh - 66px); }
  .wordmark-mark { width: 38px; height: 38px; }
  .wordmark-text { font-size: 15px; }
  .hero { padding: 34px 0 38px; }
  h1 { font-size: clamp(45px, 14vw, 70px); }
  .hero-lede { margin-top: 22px; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-meta { padding-top: 24px; }
  .hero-visual { min-height: 420px; }
  .hero-photo > img { height: calc(100% - 78px); object-position: center 64%; }
  .hero-visual figcaption { grid-template-columns: 1fr; gap: 4px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 30px; }
  .section-heading h2, .intro-grid h2, .proof-copy h2, .area-grid h2, .estimate-copy h2 { font-size: clamp(38px, 11vw, 56px); }
  .project-story { grid-template-columns: 1fr; grid-template-rows: 330px auto auto; }
  .project-main, .project-details { grid-column: auto; }
  .project-support-grid { grid-template-columns: 1fr; gap: 14px; }
  .project-support { height: auto; }
  .project-support img { position: static; height: auto; }
  .project-photo img { object-position: center; }
  .photo-archive { margin-top: 48px; padding-top: 26px; }
  .photo-archive-heading { gap: 14px; margin-bottom: 22px; }
  .photo-archive-heading h3 { font-size: clamp(34px, 10vw, 50px); }
  .photo-grid { gap: 18px 12px; }
  .photo-grid figcaption { min-height: 44px; font-size: 10px; letter-spacing: .04em; }

  .proof-visual { min-height: 330px; }
  .proof-photo figcaption { left: 10px; bottom: 10px; max-width: calc(100% - 20px); }
  .area-list { grid-template-columns: 1fr; }
  .area-list li:nth-child(odd) { border-right: 0; }
  .estimate-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { margin-top: 32px; }
  .mobile-cta-bar {
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: var(--safe-bottom);
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    background: var(--charcoal);
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .mobile-cta-bar a { min-width: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 0; font: 600 11px/1.1 var(--font-condensed); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
  .mobile-cta-bar .mobile-call { background: #303431; color: var(--white); }
  .mobile-cta-bar .mobile-estimate { background: var(--orange); color: var(--white); }
  body.form-focus .mobile-cta-bar,
  body.estimate-visible .mobile-cta-bar { transform: translateY(110%); }
}

@media (max-width: 480px) {
  .section-light, .section-dark, .section-concrete { padding: 46px 0; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .wordmark-text { font-size: 14px; }
  .menu-label { display: none; }
  .menu-toggle { min-width: 44px; justify-content: center; }
  .hero { padding-top: 28px; }
  h1 { font-size: clamp(43px, 13.5vw, 61px); }
  .hero-actions { margin-top: 18px; }
  .hero-actions .button { display: none; }
  .hero-meta { grid-template-columns: 1fr; gap: 12px; }
  .hero-visual { min-height: 350px; }
  .hero-photo > img { height: calc(100% - 84px); }
  .hero-visual figcaption { min-height: 84px; }
  .project-story { grid-template-rows: 270px auto auto; }
  .project-details { padding: 22px 18px; }
  .photo-archive { margin-top: 42px; }
  .photo-grid { gap: 14px 9px; }
  .photo-grid figcaption { align-items: flex-start; min-height: 54px; padding: 9px 0; line-height: 1.35; }
  .project-photo img, .proof-photo img { object-position: center; }
  .area-list li { min-height: 68px; }
  .footer-bottom { gap: 14px; flex-direction: column; }
}

@media (max-width: 350px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .wordmark { gap: 8px; }
  .wordmark-mark { width: 36px; height: 36px; }
  .wordmark-text { font-size: 13px; letter-spacing: .04em; }
  h1 { font-size: 42px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid figcaption { min-height: 44px; }
  .mobile-cta-bar a { font-size: 10px; letter-spacing: .05em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
