@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 800;font-display:swap;src:url('assets/fonts/hanken-normal-400-800.woff2') format('woff2');}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:340 700;font-display:swap;src:url('assets/fonts/fraunces-normal.woff2') format('woff2');}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:340 600;font-display:swap;src:url('assets/fonts/fraunces-italic.woff2') format('woff2');}

:root {
  --charcoal: #201f1c;
  --ink: #2a2118;
  --ink-soft: #5c4433;
  --paper: #f5f0e6;
  --cream: #fbf7ed;
  --brass: #b08d57;
  --brass-bright: #d1ad73;
  --accent: #a97e3c;
  --accent-ink: #7a5a24;
  --accent-tint: rgba(169, 126, 60, 0.28);
  --blue: #1e5aa0;
  --blue-bright: #73a8e3;
  --navy: #163a66;
  --muted: #6b5d4e;
  --line: rgba(42, 33, 24, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --shell: 1380px;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  overflow-x: clip;
}
img, picture, video { display: block; max-width: 100%; }
img, video { width: 100%; height: auto; }
figure, picture { min-width: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }
.site-header :focus-visible, .site-footer :focus-visible { outline-color: var(--brass-bright); }
.sr-only {
  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 {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(32, 31, 28, 0.97);
  color: white;
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: white;
  text-decoration: none;
}
.wordmark-logo {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
}
.wordmark-name {
  display: block;
  color: white;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 0.95;
  white-space: nowrap;
}
.wordmark-name > span {
  display: block;
  margin-top: 5px;
  font-family: var(--body);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}
.site-nav a:hover { color: white; }
.site-nav .nav-action {
  min-height: 42px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: white;
}
.site-nav .nav-action:hover { border-color: var(--brass-bright); color: var(--brass-bright); }
.site-nav .nav-phone { color: var(--brass-bright); font-weight: 800; white-space: nowrap; }
.site-nav .nav-phone:hover { color: white; }
.site-nav .nav-phone span { margin-right: 3px; }
.utility-header-link { min-height: 42px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.45); padding: 9px 15px; color: white; font-size: 0.78rem; font-weight: 750; text-decoration: none; }
.utility-header-link:hover { border-color: var(--brass-bright); color: var(--brass-bright); }
.menu-button { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: flex-end;
  background: var(--charcoal);
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 38%; }
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(102deg, rgba(24, 20, 16, 0.94) 0%, rgba(24, 20, 16, 0.78) 34%, rgba(24, 20, 16, 0.28) 62%, rgba(24, 20, 16, 0.08) 100%),
    linear-gradient(0deg, rgba(24, 20, 16, 0.6), transparent 42%);
}
.hero-media-tag {
  position: absolute;
  z-index: 2;
  top: clamp(20px, 4vw, 34px);
  right: clamp(18px, 4vw, 40px);
  margin: 0;
  max-width: 260px;
  padding: 10px 14px;
  background: rgba(251, 247, 237, 0.94);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}
.hero-media-tag span {
  display: block;
  color: var(--accent-ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--shell));
  padding-block: clamp(40px, 6vw, 74px);
}
.motion-grid > *, .services-grid > *, .service-area-grid > *, .estimate-grid > *, .footer-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; max-width: 620px; color: white; }
.hero-copy .eyebrow { color: var(--brass-bright); }
.eyebrow, .project-kicker, .verified-media, .footer-label {
  margin: 0;
  color: var(--accent-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.hero h1, .section-heading h2, .motion-copy h2, .people-feature-copy h2, .area-intro h2, .estimate-copy h2, .profile-proof h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 0.98;
}
.hero h1 { max-width: 620px; margin-top: 17px; font-size: clamp(3rem, 5.4vw, 4.8rem); color: white; }
.hero h1 .accent { color: var(--brass-bright); font-style: italic; font-weight: 500; }
.hero-support { max-width: 500px; margin: 22px 0 26px; color: rgba(255, 255, 255, 0.82); font-size: clamp(1rem, 1.1vw, 1.12rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
}
.hero-chips strong { color: white; font-weight: 800; }
.hero-chips .chip-mark { color: var(--brass-bright); }
.hero-quote { margin: 26px 0 0; max-width: 520px; padding-left: 16px; border-left: 2px solid var(--brass-bright); }
.hero-quote blockquote { margin: 0; color: rgba(255, 255, 255, 0.9); font-family: var(--display); font-style: italic; font-size: clamp(0.98rem, 1.2vw, 1.1rem); line-height: 1.5; }
.hero-quote figcaption { margin-top: 9px; color: white; font-size: 0.8rem; font-weight: 750; }
.hero-quote figcaption span { color: rgba(255, 255, 255, 0.6); font-weight: 600; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 0;
  padding: 12px 20px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-ink); }
.button-ghost { border: 1px solid rgba(255, 255, 255, 0.5); background: transparent; color: white; }
.button-ghost:hover { border-color: white; background: rgba(255, 255, 255, 0.1); }

.project-viewer {
  min-width: 0;
  margin-top: clamp(30px, 3.4vw, 44px);
  padding: 16px;
  border: 1px solid rgba(42, 33, 24, 0.2);
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(42, 33, 24, 0.1);
  scroll-margin-top: 92px;
}
.project-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; margin-bottom: 12px; }
.project-heading h2 { margin: 2px 0 0; font-family: var(--display); font-size: clamp(1.55rem, 2.1vw, 2.15rem); line-height: 1.03; }
.verified-media { color: var(--muted); text-align: right; }
.verified-media span { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #4e824f; }
.comparison {
  --reveal: 70%;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(42, 33, 24, 0.25);
  background: #29302c;
  user-select: none;
}
.comparison-frame { margin: 0; }
.comparison-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.no-js .comparison { display: grid; grid-template-columns: 1fr 1fr; max-width: none; aspect-ratio: auto; cursor: default; }
.no-js .comparison-frame { position: relative; min-width: 0; }
.no-js .comparison-frame img { min-height: 390px; }
.js .comparison-frame { position: absolute; inset: 0; }
.js .comparison-after { clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
.comparison-label {
  position: absolute;
  top: 13px;
  z-index: 3;
  padding: 6px 9px;
  background: rgba(251, 247, 237, 0.92);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  pointer-events: none;
}
.label-left { left: 13px; background: rgba(32, 31, 28, 0.82); color: white; }
.label-right { right: 13px; }
.no-js .comparison-line { display: none; }
.comparison-line {
  position: absolute;
  inset: 0 auto 0 var(--reveal);
  z-index: 4;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(42, 33, 24, 0.14);
  pointer-events: none;
  transition: opacity 160ms ease;
}
.comparison.is-at-edge .comparison-line { opacity: 0; }
.comparison-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.comparison-line span { position: absolute; top: calc(50% - 12px); z-index: 1; color: white; font-size: 1rem; font-weight: 900; }
.comparison-line span:first-child { right: 4px; }
.comparison-line span:last-child { left: 4px; }
.mobile-project-caption { display: none; }
.no-js .comparison-controls { display: none; }
.comparison-controls { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; margin-top: 11px; }
.comparison-controls > * { min-width: 0; }
.comparison-controls button { min-height: 42px; border: 1px solid var(--line); padding: 0 13px; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }
.comparison-controls button:hover { background: var(--ink); color: white; }
.comparison-controls button:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 2px; }
.comparison-controls .comparison-replay { border-color: var(--accent); background: var(--accent); color: white; }
.comparison-controls .comparison-replay:hover { background: var(--ink); }
.project-caption { margin: 8px 0 0; color: var(--muted); font-family: var(--display); font-size: 0.88rem; font-style: italic; }

.project-categories { overflow-x: clip; padding-block: clamp(68px, 7vw, 104px); background: var(--charcoal); color: white; }
.section-heading { max-width: 780px; }
.section-heading h2, .motion-copy h2, .people-feature-copy h2, .area-intro h2, .estimate-copy h2, .profile-proof h2 { margin-top: 13px; font-size: clamp(2.4rem, 4.2vw, 4rem); }
.section-heading h2 br { display: none; }
.section-heading-light .eyebrow { color: var(--brass-bright); }
.category-cue { margin: 20px 0 0; color: rgba(255, 255, 255, 0.6); font-size: 0.82rem; }
.category-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 34px); margin: 38px 0 0; padding: 0; list-style: none; }
.category-item { min-width: 0; border-top: 1px solid rgba(255, 255, 255, 0.22); }
.category-select {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
  padding: 14px 0 16px;
  background: transparent;
  color: white;
  text-align: left;
  cursor: pointer;
}
.category-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #303934; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.category-select:hover .category-image img { transform: scale(1.02); }
.category-number { position: absolute; top: 10px; left: 10px; min-width: 34px; min-height: 34px; display: grid; place-items: center; background: rgba(251, 247, 237, 0.93); color: var(--ink); font-size: 0.68rem; font-weight: 900; }
.category-text { display: block; margin-top: 17px; }
.category-text strong { display: block; font-family: var(--display); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 600; line-height: 1.05; }
.category-text span { display: block; margin-top: 5px; color: rgba(255, 255, 255, 0.58); font-size: 0.78rem; }
.category-action { margin-top: 14px; color: rgba(255, 255, 255, 0.76); font-size: 0.76rem; font-weight: 750; }
.category-action span { margin-left: 6px; color: var(--brass-bright); }
.category-select:hover .category-action, .category-item.is-active .category-action { color: white; }
.category-item.is-active { border-top-color: var(--brass-bright); }
.category-item.is-active .category-select { box-shadow: inset 0 -1px 0 var(--brass-bright); }
.media-disclosure { max-width: 780px; margin: 20px 0 0; color: rgba(255, 255, 255, 0.5); font-size: 0.76rem; }

.work-motion { padding-block: clamp(72px, 8vw, 118px); background: var(--cream); border-bottom: 1px solid var(--line); }
.motion-grid { display: grid; grid-template-columns: minmax(260px, 0.62fr) minmax(560px, 1.38fr); gap: clamp(42px, 6vw, 84px); align-items: start; }
.motion-copy { max-width: 560px; }
.motion-copy p:not(.eyebrow) { max-width: 520px; margin: 20px 0; color: var(--muted); }
.motion-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 30px); }
.motion-card { min-width: 0; border-top: 2px solid var(--brass); padding: 14px; background: var(--paper); box-shadow: 0 18px 44px rgba(42, 33, 24, 0.09); }
.motion-card-copy { padding: 18px 4px 5px; }
.motion-card-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(1.42rem, 2vw, 1.82rem); font-weight: 600; line-height: 1.08; }
.motion-card-copy p { margin: 13px 0; color: var(--muted); font-size: 0.88rem; }
.motion-card-copy .motion-description { padding-left: 12px; border-left: 2px solid var(--brass); }
.motion-card-copy .motion-availability { color: var(--ink-soft); }
.motion-description strong { color: var(--ink); }
.motion-card-copy a, .recommendation-link a { color: var(--accent-ink); font-size: 0.84rem; font-weight: 750; text-underline-offset: 4px; }
.motion-media { width: 100%; min-width: 0; margin: 0; overflow: hidden; }
.motion-media video { width: 100%; max-width: 100%; height: auto; aspect-ratio: 9 / 16; border: 1px solid rgba(42, 33, 24, 0.24); background: #111; object-fit: cover; box-shadow: 0 18px 44px rgba(42, 33, 24, 0.14); }
.motion-media figcaption { margin-top: 9px; color: var(--muted); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }

.services-section { padding-block: clamp(76px, 8vw, 120px); }
.services-grid { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(480px, 1.22fr); gap: clamp(52px, 8vw, 128px); align-items: start; }
.service-lines { border-top: 1px solid var(--line); }
.service-lines article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding-block: 23px; border-bottom: 1px solid var(--line); }
.service-lines article > span { color: var(--accent-ink); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; }
.service-lines h3 { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 1.95rem); font-weight: 600; line-height: 1.06; }
.service-lines p { max-width: 580px; margin: 8px 0 0; color: var(--muted); }

.people-feature { padding: 0 0 clamp(76px, 8vw, 120px); background: var(--paper); scroll-margin-top: 80px; }
.people-feature-frame {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.people-feature-art { position: relative; height: 100%; max-width: 100%; aspect-ratio: 3 / 4; overflow: hidden; box-shadow: 0 16px 36px rgba(42, 33, 24, 0.14); }
.people-feature-media { position: absolute; inset: 0; }
.people-feature-media img { width: 100%; height: 100%; object-fit: contain; filter: brightness(1.02) contrast(1.03) saturate(1.05); }
.people-feature-copy {
  position: absolute;
  z-index: 1;
  top: clamp(26px, 4vw, 52px);
  right: clamp(16px, 3vw, 30px);
  width: 40%;
  max-width: 250px;
  margin: 0;
  color: var(--ink);
  text-shadow:
    0 1px 0 rgba(255, 252, 244, 0.98),
    0 0 8px rgba(255, 252, 244, 0.96),
    0 0 18px rgba(255, 252, 244, 0.84);
}
.people-feature-copy .eyebrow { color: #5b3b14; }
.people-feature-copy h2 { color: #241a12; font-size: clamp(1.7rem, 2.5vw, 2.5rem); line-height: 0.98; }
.people-feature-copy > p:not(.eyebrow) { margin: 16px 0; color: #32261c; font-size: clamp(0.82rem, 1vw, 0.95rem); line-height: 1.5; }
.people-feature-copy a { color: #4a3013; font-size: 0.78rem; font-weight: 800; line-height: 1.4; text-decoration-color: var(--accent-ink); text-underline-offset: 4px; }
.people-feature-copy a:hover { color: #20170f; }

.profile-proof { padding-block: clamp(70px, 7.5vw, 110px); background: var(--cream); border-block: 1px solid var(--line); }
.profile-proof .section-heading { max-width: 720px; }
.profile-proof-intro { max-width: 600px; margin: 18px 0 0; color: var(--muted); }
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 38px); margin-top: clamp(34px, 4vw, 50px); }
.testimonial { margin: 0; padding: clamp(22px, 2.4vw, 34px); border: 1px solid var(--line); border-top: 2px solid var(--accent); background: var(--paper); }
.testimonial blockquote { margin: 0; color: var(--ink-soft); font-family: var(--display); font-size: clamp(1.05rem, 1.3vw, 1.24rem); line-height: 1.5; }
.testimonial figcaption { margin-top: 18px; }
.testimonial-name { display: block; color: var(--ink); font-weight: 750; }
.testimonial-src { display: block; margin-top: 2px; color: var(--accent-ink); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.recommendation-link { margin: 22px 0 0; }
.proof-strip { margin-top: clamp(30px, 4vw, 46px); padding-top: 22px; border-top: 1px solid var(--line); }
.proof-facts { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 0; padding: 0; list-style: none; }
.proof-facts li { font-family: var(--display); font-size: clamp(1.05rem, 1.3vw, 1.28rem); font-weight: 600; }
.proof-facts li:not(:last-child)::after { content: "·"; margin-left: 20px; color: var(--accent-ink); }

.service-area { padding-block: clamp(76px, 8vw, 118px); background: var(--charcoal); color: white; }
.service-area .eyebrow { color: var(--brass-bright); }
.service-area-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(52px, 9vw, 132px); align-items: end; }
.area-intro p:last-child { max-width: 540px; color: rgba(255, 255, 255, 0.7); }
.city-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.26); list-style: none; }
.city-list li { padding: 14px 11px; border-bottom: 1px solid rgba(255, 255, 255, 0.26); font-family: var(--display); font-size: clamp(1.28rem, 2vw, 1.85rem); font-weight: 600; }
.city-list li:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.26); }

.estimate-section { padding-block: clamp(80px, 9vw, 132px); background: var(--paper); }
.estimate-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(54px, 8vw, 126px); align-items: start; }
.estimate-copy { position: sticky; top: 98px; }
.estimate-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.direct-contact { margin-top: 30px; border-top: 1px solid var(--line); }
.direct-contact a { display: block; padding-block: 15px; border-bottom: 1px solid var(--line); text-decoration: none; }
.direct-contact a:hover strong { color: var(--accent-ink); }
.direct-contact span { display: block; color: var(--muted); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.direct-contact strong { display: block; margin-top: 2px; font-size: clamp(1rem, 1.5vw, 1.22rem); overflow-wrap: anywhere; }
.estimate-form { padding: clamp(24px, 3.6vw, 48px); border: 1px solid var(--muted); background: var(--cream); box-shadow: 0 16px 40px rgba(42, 33, 24, 0.08); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.estimate-form label { display: block; margin-bottom: 18px; }
.estimate-form label > span:first-child { display: block; margin-bottom: 7px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.estimate-form input:not([type="checkbox"]), .estimate-form select, .estimate-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #6b5d4e;
  border-radius: 0;
  padding: 11px 12px;
  background: white;
  color: var(--ink);
}
.estimate-form textarea { min-height: 140px; resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--accent-ink); outline: 3px solid var(--accent-tint); outline-offset: 1px; }
.estimate-form [aria-invalid="true"] { border-color: #a12424 !important; }
.field-help { margin: -9px 0 18px; color: var(--muted); font-size: 0.75rem; }
.field-help.is-error { color: #8d1f1f; font-weight: 700; }
.consent-row { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.consent-row input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); }
.consent-row span { margin: 0 !important; font-size: 0.82rem !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.form-submit { width: 100%; }
.privacy-notice { margin: -3px 0 17px; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }
.privacy-notice a { color: var(--accent-ink); font-weight: 750; text-underline-offset: 3px; }
.form-status { min-height: 1.5em; margin: 13px 0 0; color: var(--muted); font-size: 0.76rem; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { padding-top: 58px; background: var(--charcoal); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 0.7fr; gap: 50px; padding-bottom: 40px; }
.wordmark-footer .wordmark-logo { width: 80px; height: 80px; }
.wordmark-footer .wordmark-name { font-size: 1.35rem; }
.footer-grid p:not(.footer-label) { max-width: 380px; color: rgba(255, 255, 255, 0.6); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--brass-bright); }
.footer-label { color: var(--brass-bright); }
.footer-provenance { padding-block: 20px; border-top: 1px solid var(--line-light); }
.footer-provenance p { max-width: 1000px; margin: 0; color: rgba(255, 255, 255, 0.5); font-size: 0.72rem; line-height: 1.55; }
.footer-provenance a { text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, 0.5); font-size: 0.7rem; }

.utility-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); }
.utility-main { display: grid; align-items: center; padding-block: clamp(64px, 10vw, 140px); }
.utility-card { max-width: 780px; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 44px rgba(42, 33, 24, 0.1); }
.utility-card h1 { max-width: 700px; margin: 14px 0 20px; font-family: var(--display); font-size: clamp(2.5rem, 6vw, 4.8rem); font-weight: 600; letter-spacing: -0.015em; line-height: 0.98; }
.utility-card h2 { margin: 34px 0 8px; font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 600; line-height: 1.1; }
.utility-card p, .utility-card li { max-width: 680px; color: var(--muted); }
.utility-card a:not(.button) { color: var(--accent-ink); font-weight: 750; text-underline-offset: 3px; overflow-wrap: anywhere; }
.utility-card .button { margin-top: 12px; color: white; }
.utility-footer { padding-block: 20px; background: var(--charcoal); color: rgba(255, 255, 255, 0.65); font-size: 0.76rem; }
.utility-footer a { color: white; }

@media (max-width: 1120px) {
  .hero h1 { font-size: clamp(2.7rem, 5vw, 4rem); }
}

@media (max-width: 980px) {
  .hero { min-height: min(82vh, 660px); }
  .hero-copy { max-width: 100%; }
  .comparison { min-height: 0; }
  .motion-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid, .service-area-grid, .estimate-grid { grid-template-columns: 1fr; }
  .estimate-copy { position: static; }
  .service-area-grid { align-items: start; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-inner { min-height: 72px; gap: 12px; }
  .wordmark { gap: 8px; }
  .wordmark-logo { width: 56px; height: 56px; }
  .wordmark-name { font-size: 0.94rem; }
  .wordmark-name > span { margin-top: 4px; font-size: 0.52rem; }
  .js .menu-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 10px;
    background: transparent;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    cursor: pointer;
  }
  .menu-icon { position: relative; width: 18px; height: 12px; border-block: 2px solid currentColor; }
  .menu-icon::after { content: ""; position: absolute; top: 4px; left: 0; width: 100%; border-top: 2px solid currentColor; }
  .js .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 8px 18px 18px;
    background: var(--charcoal);
  }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .site-nav .nav-action { justify-content: center; margin-top: 10px; border: 1px solid rgba(255, 255, 255, 0.42); }
  .no-js .header-inner { flex-wrap: wrap; padding-block: 10px; }
  .no-js .site-nav { width: 100%; display: flex; flex-wrap: wrap; gap: 4px 16px; }
  .no-js .site-nav a { min-height: 40px; border-bottom: 0; }
  .no-js .site-nav .nav-action { margin: 0; padding: 6px 10px; }
  .category-list { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .category-item { flex: 0 0 min(76vw, 390px); scroll-snap-align: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero { min-height: min(88vh, 640px); }
  .hero-inner { width: calc(100% - 28px); }
  .hero h1 { margin-top: 8px; font-size: clamp(2.35rem, 9.6vw, 3rem); line-height: 0.98; }
  .hero h1 br { display: none; }
  .hero-support { max-width: 420px; margin: 12px 0 16px; font-size: 0.94rem; line-height: 1.48; }
  .button { min-height: 46px; padding: 9px 14px; }
  .hero-actions { gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-chips { gap: 7px; margin-top: 18px; }
  .hero-chips li { padding: 7px 11px; font-size: 0.74rem; }
  .hero-quote { margin-top: 18px; }
  .hero-media-tag { display: none; }
  .project-viewer { padding: 12px; }
  .project-heading { display: none; }
  .comparison { width: 100%; max-width: 380px; aspect-ratio: 3 / 4; min-height: 0; }
  .comparison-frame img { object-position: center; }
  .no-js .comparison-frame img { min-height: 0; }
  .comparison-label { top: 9px; padding: 5px 7px; font-size: 0.6rem; }
  .label-left { left: 9px; }
  .label-right { right: 9px; }
  .comparison-line::after { width: 34px; height: 34px; }
  .mobile-project-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    max-width: calc(100% - 20px);
    display: grid;
    padding: 7px 9px;
    background: rgba(32, 31, 28, 0.82);
    color: white;
    pointer-events: none;
  }
  .mobile-project-caption span { font-size: 0.58rem; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
  .mobile-project-caption strong { font-family: var(--display); font-size: 0.94rem; font-weight: 600; }
  .comparison-controls { gap: 7px; margin-top: 7px; }
  .comparison-controls button { min-height: 40px; padding-inline: 9px; font-size: 0.75rem; }
  .project-caption { display: none; }
  .project-categories, .work-motion, .services-section, .profile-proof, .service-area, .estimate-section { padding-block: 58px; }
  .section-heading h2, .motion-copy h2, .people-feature-copy h2, .area-intro h2, .estimate-copy h2, .profile-proof h2 { font-size: clamp(2.05rem, 9vw, 2.85rem); line-height: 0.98; }
  .category-cue { margin-top: 15px; }
  .category-list { margin-top: 25px; }
  .category-item { flex-basis: min(79vw, 350px); }
  .category-select { padding-top: 10px; }
  .category-text { margin-top: 13px; }
  .motion-grid { grid-template-columns: 1fr; gap: 34px; }
  .motion-gallery { grid-template-columns: 1fr; gap: 26px; }
  .motion-card { padding: 12px; }
  .motion-media { width: 100%; max-width: min(78vw, 330px); margin-inline: auto; }
  .people-feature { padding-bottom: 58px; }
  .people-feature-frame { aspect-ratio: 4 / 5; }
  .people-feature-art { height: 100%; }
  .people-feature-copy { top: 16px; right: 12px; width: 40%; max-width: none; }
  .people-feature-copy .eyebrow { font-size: 0.58rem; letter-spacing: 0.1em; }
  .people-feature-copy h2 { margin-top: 7px; font-size: 1.35rem; line-height: 1; }
  .people-feature-copy > p:not(.eyebrow) { margin: 10px 0; font-size: 0.78rem; line-height: 1.4; }
  .people-feature-copy a { font-size: 0.73rem; line-height: 1.35; }
  .service-lines article { grid-template-columns: 32px 1fr; gap: 13px; }
  .testimonials { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .testimonial { padding: 20px; }
  .testimonial blockquote { font-size: 1.03rem; }
  .proof-facts { display: grid; gap: 5px; }
  .proof-facts li:not(:last-child)::after { display: none; }
  .city-list { grid-template-columns: 1fr; }
  .city-list li:nth-child(odd) { border-right: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .estimate-form { padding: 20px; box-shadow: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 360px) {
  .wordmark { gap: 6px; }
  .wordmark-name { font-size: 0.78rem; }
  .wordmark-name > span { font-size: 0.47rem; }
}

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