:root {
  --ink: #101820;
  --ink-2: #172635;
  --paper: #f5f7fa;
  --paper-2: #e8eef4;
  --white: #ffffff;
  --accent: #1476df;
  --accent-light: #72b8ff;
  --accent-dark: #0b4f91;
  --steel: #31516d;
  --muted: #536474;
  --line: rgba(16, 24, 32, .17);
  --display: "Archivo", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shell: min(1520px, calc(100% - clamp(36px, 7vw, 128px)));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 500 18px/1.62 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
section[id] { scroll-margin-top: 145px; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow {
  margin: 0 0 17px;
  color: var(--accent-dark);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; }
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
h3 { line-height: 1.1; }
.section-lead { max-width: 700px; color: var(--muted); font-size: 1.18rem; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 16px 25px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { background: #0f63bd; border-color: #0f63bd; }
.btn.dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.btn.dark:hover { background: var(--steel); border-color: var(--steel); }
.btn.ghost { background: transparent; border-color: rgba(255, 255, 255, .72); color: var(--white); }
.btn.ghost:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.text-link {
  appearance: none;
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  margin-top: 18px;
  padding: 10px 0 8px;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}
.text-link:hover { color: var(--accent); }

.topline {
  background: var(--ink);
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.topline .shell {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.topline a { color: var(--white); text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
  color: var(--ink);
  backdrop-filter: blur(16px);
}
.site-nav {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-logo { display: block; width: clamp(215px, 17vw, 250px); height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 32px); }
.nav-links a {
  color: var(--ink-2);
  font-size: .96rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.nav-phone { font-size: .96rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-actions .btn { min-height: 49px; padding: 13px 18px; font-size: .92rem; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 46px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font-size: 1.25rem;
}

.hero {
  position: relative;
  min-height: min(850px, calc(100vh - 144px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-media, .hero-media::before, .hero-media::after { position: absolute; inset: 0; }
.hero-media { background: var(--hero-image) var(--hero-position, center 44%) / cover no-repeat; transform: scale(1.002); }
.hero-media::before { content: ""; background: linear-gradient(90deg, rgba(7,16,26,.94) 0%, rgba(8,22,35,.78) 38%, rgba(8,22,35,.16) 74%, rgba(8,22,35,.2) 100%); }
.hero-media::after { content: ""; background: linear-gradient(0deg, rgba(7,16,26,.72), transparent 48%); }
.hero .shell { position: relative; z-index: 2; padding: clamp(90px, 13vh, 145px) 0 58px; }
.hero-copy { max-width: 960px; }
.hero-context {
  margin-bottom: 25px;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(4rem, 7.5vw, 7.8rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.hero h1 em { color: var(--accent-light); font-style: normal; font-weight: 800; }
.hero-lead { max-width: 760px; margin-bottom: 34px; color: rgba(255,255,255,.9); font-size: clamp(1.12rem, 1.7vw, 1.38rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin-top: 58px;
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.proof-item { padding: 18px 18px 18px 0; }
.proof-item + .proof-item { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.24); }
.proof-item strong { display: block; font: 700 clamp(1.7rem, 2.5vw, 2.35rem)/1 var(--display); }
.proof-item span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.page-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,16,26,.95), rgba(7,16,26,.54) 52%, rgba(7,16,26,.17)), var(--page-image) var(--page-position, center) / cover no-repeat;
}
.page-hero .shell { position: relative; z-index: 2; padding: 100px 0 70px; }
.breadcrumbs { margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span { margin: 0 10px; color: var(--accent-light); }
.page-hero h1 { max-width: 1020px; margin-bottom: 24px; font-size: clamp(3.7rem, 7vw, 7rem); line-height: .94; letter-spacing: -.055em; }
.page-hero p { max-width: 760px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: clamp(1.12rem, 1.7vw, 1.35rem); }

.intro { padding: clamp(90px, 11vw, 170px) 0; }
.intro-grid, .content-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(60px, 9vw, 155px); align-items: start; }
.intro h2 { max-width: 750px; }
.intro-copy { max-width: 700px; padding-top: 28px; }
.intro-copy p, .prose p { color: var(--muted); font-size: 1.16rem; }
.intro-copy p:last-of-type, .prose p:last-child { margin-bottom: 0; }

.service-overview { padding: 0 0 clamp(100px, 12vw, 180px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 610px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center / cover no-repeat; transition: transform .7s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,16,26,.96), rgba(7,16,26,.05) 77%); }
.service-card:hover::before { transform: scale(1.035); }
.service-card-copy { width: calc(100% - 56px); margin: 0 auto; padding: 46px 0; }
.service-card h3 { margin: 0 0 14px; font-size: clamp(2.1rem, 3.3vw, 3.5rem); }
.service-card p { color: rgba(255,255,255,.86); font-size: 1.03rem; }
.service-card .eyebrow { color: var(--accent-light); }
.service-card .text-link { color: var(--white); }

.featured, .dark-section { background: #0c1c2b; color: var(--white); padding: clamp(90px, 11vw, 165px) 0; }
.featured .eyebrow, .dark-section .eyebrow { color: var(--accent-light); }
.featured-head, .section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.featured-head h2, .section-head h2 { max-width: 800px; margin-bottom: 0; }
.featured-head .text-link, .dark-section .text-link { color: var(--white); flex: none; }
.dark-section .section-lead, .dark-section .media-copy > p { color: rgba(255,255,255,.82); }
.project-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 380px 380px; gap: 14px; }
.project { position: relative; overflow: hidden; background: #26394b; }
.project:first-child { grid-row: 1 / span 2; }
.project img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.project:hover img { transform: scale(1.025); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,16,26,.88), transparent 46%); }
.project-caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 27px; }
.project-caption strong { display: block; font: 700 1.6rem/1.15 var(--display); }
.project-caption span { color: var(--accent-light); font-size: .92rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.people-section { padding: clamp(100px, 12vw, 180px) 0; background: var(--white); }
.people-grid { display: grid; grid-template-columns: .78fr 1fr .78fr; gap: clamp(28px, 4vw, 68px); align-items: center; }
.people-photo { margin: 0; overflow: hidden; background: var(--paper-2); }
.people-photo img { height: 100%; object-fit: cover; }
.people-photo-team { height: min(680px, 48vw); }
.people-photo-family { align-self: end; }
.people-photo-family img { aspect-ratio: 4 / 3; }
.people-photo figcaption, .about-story figcaption { padding: 12px 0 0; color: var(--muted); font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.people-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.people-copy p { color: var(--muted); font-size: 1.12rem; }

.about-hero { overflow: hidden; background: var(--ink); color: var(--white); }
.about-hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(55px, 8vw, 130px); align-items: end; }
.about-hero-copy { padding: 110px 0 85px; }
.about-hero .eyebrow { color: var(--accent-light); }
.about-hero h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(4rem, 7vw, 7.2rem); line-height: .92; letter-spacing: -.055em; }
.about-hero-copy > p:not(.eyebrow) { max-width: 690px; margin-bottom: 32px; color: rgba(255,255,255,.88); font-size: 1.2rem; }
.about-team-photo { height: 680px; margin: 0; overflow: hidden; align-self: end; }
.about-team-photo img { height: 100%; object-fit: cover; object-position: center 45%; }
.about-story { padding: clamp(100px, 12vw, 180px) 0; }
.about-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 9vw, 145px); align-items: center; }
.about-story figure { margin: 0; }
.about-story figure img { aspect-ratio: 3 / 2; object-fit: cover; }
.about-story p { color: var(--muted); font-size: 1.12rem; }
.crew-wide { padding: 0 0 clamp(100px, 12vw, 180px); }
.crew-wide figure { position: relative; min-height: 680px; margin: 0; display: flex; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.crew-wide figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,16,26,.92), transparent 65%); }
.crew-wide img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 48%; }
.crew-wide figcaption { position: relative; z-index: 2; max-width: 760px; padding: clamp(38px, 6vw, 80px); }
.crew-wide .eyebrow { color: var(--accent-light); }
.crew-wide h2 { margin-bottom: 18px; font-size: clamp(3rem, 5.6vw, 6rem); }
.crew-wide figcaption > p:last-child { margin: 0; color: rgba(255,255,255,.86); font-size: 1.12rem; }

.craft, .content-section { padding: clamp(100px, 12vw, 180px) 0; }
.craft-grid, .media-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(55px, 9vw, 145px); align-items: center; }
.craft-visual, .media-visual { position: relative; }
.craft-visual img, .media-visual img { aspect-ratio: 4 / 5; object-fit: cover; }
.craft-stamp {
  position: absolute;
  right: -25px;
  bottom: 40px;
  width: 170px;
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: var(--accent);
  color: var(--white);
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.craft-copy, .media-copy { max-width: 690px; }
.principles { margin-top: 42px; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principle b { color: var(--accent-dark); font-size: .92rem; letter-spacing: .08em; }
.principle strong { display: block; margin-bottom: 5px; font-size: 1.12rem; }
.principle span { color: var(--muted); font-size: 1rem; }

.process { background: var(--paper-2); padding: clamp(90px, 11vw, 160px) 0; }
.process-top { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.process-top h2 { margin-bottom: 0; }
.process-top p { max-width: 640px; color: var(--muted); font-size: 1.14rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { min-height: 280px; padding: 28px 26px; }
.step + .step { border-left: 1px solid var(--line); }
.step .num { color: var(--accent-dark); font-size: .92rem; font-weight: 800; letter-spacing: .08em; }
.step h3 { margin: 78px 0 12px; font-size: 1.8rem; }
.step p { color: var(--muted); font-size: 1rem; }

.review-section { padding: clamp(100px, 12vw, 180px) 0; }
.reviews-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.reviews-head h2 { margin-bottom: 0; }
.reviews-head p { max-width: 680px; color: var(--muted); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
blockquote { margin: 0; padding: 38px; border: 1px solid var(--line); border-top: 5px solid var(--accent); background: var(--white); }
.stars { color: var(--accent); font-size: .9rem; letter-spacing: .18em; }
blockquote p { min-height: 190px; margin: 28px 0 30px; font: 600 1.45rem/1.42 var(--display); }
blockquote cite { color: var(--muted); font-style: normal; font-size: .92rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.local { position: relative; overflow: hidden; background: #123e63; color: var(--white); padding: clamp(90px, 11vw, 150px) 0; }
.local::after { content: "DFW"; position: absolute; right: -1vw; bottom: -9vw; color: rgba(255,255,255,.055); font: 700 clamp(15rem, 30vw, 35rem)/1 var(--display); letter-spacing: -.08em; }
.local-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.local .eyebrow { color: var(--accent-light); }
.local h2 { max-width: 680px; }
.local p { max-width: 650px; color: rgba(255,255,255,.86); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 14px; border-top: 1px solid rgba(255,255,255,.3); }
.city-grid span, .city-grid a { padding: 18px 8px 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: inherit; font-size: 1rem; font-weight: 700; text-decoration: none; }
.city-grid a { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.city-grid a::after { content: "›"; color: var(--accent-light); font: 700 1.25rem/1 var(--display); }
.city-grid a:hover { color: var(--white); border-bottom-color: var(--accent-light); }
.local-note { margin-top: 28px; color: rgba(255,255,255,.76); font-size: .92rem; }

.faq { padding: clamp(95px, 12vw, 170px) 0; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.faq h2 { position: sticky; top: 155px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 44px 27px 0; font-size: 1.04rem; font-weight: 800; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 20px; font: 700 1.6rem var(--display); }
details[open] summary::after { content: "×"; }
details p { max-width: 760px; padding: 0 40px 27px 0; color: var(--muted); }

.feature-list, .link-grid, .project-grid { display: grid; gap: 18px; }
.feature-list { grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
.feature-item { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.feature-item h3 { margin-bottom: 10px; font-size: 1.45rem; }
.feature-item p { margin: 0; color: var(--muted); font-size: 1rem; }
.link-grid { grid-template-columns: repeat(3, 1fr); }
.link-card { display: block; padding: 30px; border: 1px solid var(--line); background: var(--white); text-decoration: none; }
.link-card:hover { border-color: var(--accent); }
.link-card h3 { margin: 0 0 9px; font-size: 1.55rem; }
.link-card p { margin: 0; color: var(--muted); }
.project-grid { grid-template-columns: repeat(3, 1fr); }
.project-grid-expanded { align-items: start; }
.project-grid-expanded .project-card:nth-child(6n + 1), .project-grid-expanded .project-card:nth-child(6n + 5) { grid-row: span 2; }
.project-grid-expanded .project-card:nth-child(6n + 1) img, .project-grid-expanded .project-card:nth-child(6n + 5) img { height: clamp(420px, 43vw, 650px); }
.gallery-heading { max-width: 900px; margin-bottom: 58px; }
.project-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.project-card img { height: clamp(220px, 20vw, 310px); object-fit: cover; }
.project-card-copy { padding: 24px; }
.project-card h3 { margin-bottom: 8px; font-size: 1.55rem; }
.project-card p { margin: 0; color: var(--muted); font-size: 1rem; }
.fact-note { margin-top: 34px; padding: 24px; border-left: 5px solid var(--accent); background: var(--paper-2); color: var(--muted); }
.related-pages { padding: clamp(70px, 8vw, 110px) 0; background: var(--paper-2); }
.related-pages .eyebrow { margin-bottom: 28px; }

.closing { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.closing::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,26,.94), rgba(7,16,26,.24)), var(--closing-image) center / cover; }
.closing .shell { position: relative; z-index: 2; }
.closing-copy { max-width: 800px; }
.closing .eyebrow { color: var(--accent-light); }
.closing h2 { font-size: clamp(3.5rem, 7vw, 7.4rem); }
.closing p { max-width: 640px; color: rgba(255,255,255,.88); font-size: 1.2rem; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }

.site-footer { background: #09131d; color: rgba(255,255,255,.76); padding: 75px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr .85fr; gap: 50px; }
.site-footer .brand { width: fit-content; padding: 7px 10px; border-radius: 4px; background: var(--white); color: var(--ink); }
.site-footer .brand-logo { width: min(290px, 100%); height: auto; filter: drop-shadow(0 0 1px rgba(255,255,255,.4)); }
.footer-copy { max-width: 410px; margin-top: 25px; font-size: 1rem; }
.footer-title { margin-bottom: 17px; color: var(--white); font-size: .92rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 10px; }
.site-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer .text-link { min-height: 44px; margin-top: 0; padding: 10px 0 8px; color: inherit; font-size: inherit; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .88rem; }
.mobile-cta { display: none; }

.estimate-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  grid-template-columns: minmax(430px, .72fr) minmax(600px, 1.28fr);
  background: var(--paper);
}
.estimate-modal.open { display: grid; }
.modal-visual { min-height: 100vh; overflow: hidden; background: var(--ink); }
.modal-photo { width: 100%; height: 100%; background: var(--modal-image) center / cover no-repeat; }
.modal-panel { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(50px, 8vw, 140px); background: var(--white); }
.modal-close { position: absolute; top: 28px; right: 32px; width: 47px; height: 47px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.55rem; }
.progress { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--paper-2); }
.progress span { display: block; width: 25%; height: 100%; background: var(--accent); transition: width .25s ease; }
.step-meta { margin-bottom: 32px; color: var(--accent-dark); font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-step { display: none; max-width: 760px; }
.form-step.active { display: block; animation: stepIn .3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(15px); } to { opacity: 1; transform: none; } }
.form-step label, .success h2 { display: block; margin-bottom: 26px; font: 700 clamp(2.5rem, 4.5vw, 4.7rem)/1.05 var(--display); letter-spacing: -.025em; }
.form-hint { margin: -9px 0 28px; color: var(--muted); }
.address-autocomplete { width: 100%; max-width: 760px; }
.address-autocomplete[hidden] { display: none; }
.address-autocomplete gmp-place-autocomplete { width: 100%; color-scheme: light; }
.address-native-hidden { display: none; }
.address-manual-toggle {
  min-height: 44px;
  margin-top: 15px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
}
.address-lookup-status { min-height: 25px; margin-top: 12px; color: var(--accent-dark); font-size: .9rem; font-weight: 700; }
.form-consent { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-step input, .form-step textarea { appearance: none; width: 100%; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.65rem); padding: 15px 0; }
.form-step input:focus, .form-step textarea:focus { border-bottom-color: var(--ink); outline: 0; box-shadow: 0 2px 0 var(--ink); }
.form-step input::placeholder, .form-step textarea::placeholder { color: #87929d; }
.form-step textarea { min-height: 120px; resize: vertical; }
.form-error { min-height: 25px; margin-top: 10px; color: #a1372d; font-size: .92rem; }
.form-controls { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.back-btn { display: none; min-height: 54px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); font-weight: 800; }
.next-btn:disabled { cursor: wait; opacity: .65; }
.key-hint { margin-left: 6px; color: var(--muted); font-size: .9rem; }
.success { display: none; max-width: 720px; }
.success.show { display: block; }
.success .check { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 28px; background: var(--accent); color: white; font-size: 1.5rem; }
.success p { max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.preview-note { margin-top: 35px; padding: 18px; border-left: 4px solid var(--accent); background: var(--paper); color: var(--muted); font-size: .94rem; }

@media (max-width: 1240px) {
  .nav-links { display: none; position: absolute; top: 110px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 16px max(24px, 5vw) 24px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 16px 30px rgba(16,24,32,.12); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-phone { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .quote-grid { grid-template-columns: 1fr; }
  blockquote p { min-height: 0; }
  .estimate-modal { grid-template-columns: 1fr; }
  .modal-visual { display: none; }
}

@media (max-width: 980px) {
  .service-grid, .project-grid, .link-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 520px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .step:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 38px); }
  body { font-size: 17px; padding-bottom: 68px; }
  section[id] { scroll-margin-top: 123px; }
  .topline .shell { justify-content: center; }
  .topline .shell span:first-child { display: none; }
  .site-nav { min-height: 88px; }
  .brand-logo { width: 190px; }
  .nav-actions .btn { display: none; }
  .nav-links { top: 88px; }
  .hero { min-height: 0; align-items: start; }
  .hero-media { background-position: 58% center; }
  .hero-media::before { background: linear-gradient(90deg, rgba(7,16,26,.95), rgba(7,16,26,.55)); }
  .hero .shell { padding: 52px 0 46px; }
  .hero-context { line-height: 1.45; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 13.5vw, 4.25rem); line-height: .94; letter-spacing: -.055em; }
  .hero-lead { margin-bottom: 26px; font-size: 1.04rem; line-height: 1.58; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .btn.ghost { display: none; }
  .proof-rail { margin-top: 34px; }
  .proof-item { padding: 15px 8px 15px 0; }
  .proof-item + .proof-item { padding-left: 10px; }
  .proof-item strong { font-size: clamp(1.35rem, 6vw, 1.7rem); }
  .proof-item span { font-size: .88rem; line-height: 1.35; letter-spacing: .025em; }
  .page-hero { min-height: 0; }
  .page-hero .shell { padding: 54px 0 58px; }
  .breadcrumbs { margin-bottom: 20px; }
  .page-hero h1 { font-size: clamp(2.9rem, 12vw, 4.25rem); line-height: .98; letter-spacing: -.05em; }
  .page-hero p { margin-bottom: 25px; font-size: 1.04rem; line-height: 1.56; }
  .about-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .about-hero-copy { padding: 54px 0 48px; }
  .about-hero h1 { font-size: clamp(2.9rem, 12vw, 4.25rem); line-height: .98; }
  .about-hero-copy > p:not(.eyebrow) { font-size: 1.04rem; }
  .about-team-photo { width: 100%; height: min(118vw, 620px); }
  .intro, .craft, .content-section, .featured, .dark-section, .process, .review-section, .local, .faq, .people-section, .about-story, .related-pages { padding-top: 68px; padding-bottom: 68px; }
  .crew-wide { padding-bottom: 68px; }
  .crew-wide figure { min-height: 500px; }
  .crew-wide figcaption { padding: 30px 24px; }
  .service-overview { padding-bottom: 72px; }
  .intro-grid, .content-grid, .craft-grid, .media-grid, .process-top, .reviews-head, .local-grid, .faq-grid, .people-grid, .about-story-grid { grid-template-columns: 1fr; gap: 35px; }
  .people-copy { order: -1; }
  .people-photo-team { height: min(125vw, 620px); }
  .people-photo-family { max-width: 620px; }
  .intro-copy { padding-top: 0; }
  .service-grid, .project-grid, .link-grid, .feature-list { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { min-height: 410px; grid-column: auto; }
  .featured-head, .section-head { align-items: start; flex-direction: column; }
  .project-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .project { aspect-ratio: 16 / 10; }
  .project:first-child { grid-row: auto; }
  .project-card img { height: 220px; }
  .project-grid-expanded .project-card:nth-child(6n + 1), .project-grid-expanded .project-card:nth-child(6n + 5) { grid-row: auto; }
  .project-grid-expanded .project-card:nth-child(6n + 1) img, .project-grid-expanded .project-card:nth-child(6n + 5) img { height: 220px; }
  .craft-visual, .media-visual { max-width: 620px; }
  .craft-visual img, .media-visual img { aspect-ratio: 16 / 11; }
  .craft-stamp { right: -8px; width: 145px; min-height: 135px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step h3 { margin-top: 42px; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .faq h2 { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .closing { min-height: 520px; }
  .closing h2 { font-size: clamp(3rem, 12vw, 4.35rem); }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: .36fr .64fr; min-height: 68px; background: var(--white); border-top: 1px solid var(--line); }
  .mobile-cta a, .mobile-cta button { display: grid; place-items: center; border: 0; border-radius: 0; font-weight: 800; text-decoration: none; }
  .mobile-cta a { color: var(--ink); }
  .mobile-cta button { background: var(--accent); color: var(--white); }
  .modal-panel { min-height: 100dvh; justify-content: flex-start; padding: 110px 24px 45px; }
  .modal-close { top: 21px; right: 21px; }
  .form-step label, .success h2 { font-size: clamp(2.3rem, 11vw, 3.8rem); }
  .key-hint { display: none; }
}

@media (max-width: 520px) {
  h2 { font-size: clamp(2.5rem, 10.8vw, 3.35rem); line-height: 1.02; }
  .brand-logo { width: 178px; }
  .project-caption { left: 20px; right: 20px; bottom: 20px; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .form-controls { align-items: stretch; flex-wrap: wrap; }
  .form-controls .btn { flex: 1; }
}

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