:root {
  --ink: #10161c;
  --charcoal: #182027;
  --steel: #365f78;
  --steel-light: #7fa9c1;
  --silver: #e7ecef;
  --paper: #f6f7f5;
  --white: #ffffff;
  --line: #d8e1e5;
  --muted: #63717a;
  --brass: #b99457;
  --brass-dark: #7c6238;
  --shadow: 0 18px 48px rgba(16, 22, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(246, 247, 245, 0.94);
  border-bottom: 1px solid rgba(216, 225, 229, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  width: clamp(108px, 11vw, 146px);
}

.brand img,
.site-footer img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 30px);
  color: #4d5b64;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  flex: 0 0 auto;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  color: var(--steel);
}

.header-bid,
.button,
.contact-methods a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 900;
  white-space: nowrap;
}

.header-bid {
  padding: 0 18px;
  color: var(--white);
  background: var(--steel);
  box-shadow: 0 12px 28px rgba(54, 95, 120, 0.22);
}

.button {
  min-width: 166px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--steel);
  box-shadow: 0 16px 34px rgba(54, 95, 120, 0.28);
}

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

.phone-icon,
.mail-icon,
.pipe-icon,
.home-icon,
.drop-icon,
.gauge-icon,
.clipboard-icon,
.image-icon,
.send-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.phone-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.31-.31.76-.41 1.17-.28 1.29.43 2.68.66 4.12.66.66 0 1.2.54 1.2 1.2v3.44c0 .66-.54 1.2-1.2 1.2C10.73 21.4 2.6 13.27 2.6 3.3c0-.66.54-1.2 1.2-1.2h3.45c.66 0 1.2.54 1.2 1.2 0 1.44.23 2.83.66 4.12.13.41.03.86-.28 1.17l-2.21 2.2Z'/%3E%3C/svg%3E");
}

.mail-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8.2L4.7 7H4v.8l8 6.8 8-6.8V7h-.7L12 13.2Z'/%3E%3C/svg%3E");
}

.pipe-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h8v5h3a5 5 0 0 1 5 5v3h-5v-3h-3v8H8v-8H5V8h3V6H5V3Z'/%3E%3C/svg%3E");
}

.home-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.8 12 3l9 7.8V21h-6v-6H9v6H3V10.8Z'/%3E%3C/svg%3E");
}

.drop-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4S5.5 9.7 5.5 15a6.5 6.5 0 0 0 13 0C18.5 9.7 12 2.4 12 2.4Zm3.9 12.8a4 4 0 0 1-4 4v-2a2 2 0 0 0 2-2h2Z'/%3E%3C/svg%3E");
}

.gauge-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4a10 10 0 0 1 9.2 13.9 2 2 0 0 1-1.8 1.1H4.6a2 2 0 0 1-1.8-1.1A10 10 0 0 1 12 4Zm0 4a1 1 0 0 0-1 1v4.2a2 2 0 1 0 2 0V9a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E");
}

.clipboard-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2h6l1 2h3v18H5V4h3l1-2Zm0 6h6V5H9v3Zm-1 5h8v-2H8v2Zm0 4h8v-2H8v2Z'/%3E%3C/svg%3E");
}

.image-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm2 12h12l-3.8-5-3 3.6-1.8-2.2L6 16Zm12-6.8a1.7 1.7 0 1 0-3.4 0 1.7 1.7 0 0 0 3.4 0Z'/%3E%3C/svg%3E");
}

.send-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 20 22 12 3 4v6l10 2-10 2v6Z'/%3E%3C/svg%3E");
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(460px, 72svh, 640px);
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 10, 14, 0.82), rgba(6, 10, 14, 0.56) 42%, rgba(6, 10, 14, 0.18) 74%),
    linear-gradient(0deg, rgba(6, 10, 14, 0.68), transparent 42%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

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

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

h1 {
  max-width: 880px;
  margin-bottom: 16px;
  font-size: 5.15rem;
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.hero-kicker {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--silver);
  font-size: 1.9rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.photo-placeholder {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #202b33, #426980);
  box-shadow: var(--shadow);
}

.photo-placeholder::before,
.photo-placeholder::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(231, 236, 239, 0.5);
  border-radius: 999px;
}

.photo-placeholder::before {
  width: 44%;
  height: 26%;
  right: -8%;
  top: 18%;
}

.photo-placeholder::after {
  width: 30%;
  height: 18%;
  right: 18%;
  top: 34%;
}

.photo-placeholder span,
.photo-placeholder strong {
  position: relative;
  z-index: 2;
  display: block;
  padding-inline: 28px;
}

.photo-placeholder span {
  color: #c9d8df;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.photo-placeholder strong {
  padding-bottom: 28px;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1;
}

.section-photo {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  min-height: 118px;
  padding: 24px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 6px;
  color: var(--steel);
  font-size: 1rem;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.performance-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 22, 28, 0.98), rgba(24, 32, 39, 0.94) 58%, rgba(54, 95, 120, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px);
}

.performance-copy {
  max-width: 780px;
}

.performance-copy p {
  color: #d4e1e7;
  font-size: 1.08rem;
}

.performance-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.performance-stats strong,
.performance-stats span {
  display: block;
}

.performance-stats strong {
  margin-bottom: 6px;
  color: var(--white);
}

.performance-stats span {
  color: #cbd9e0;
  font-size: 0.94rem;
}

.performance-photo {
  height: clamp(320px, 36vw, 520px);
  object-position: center;
}

.section {
  padding: clamp(64px, 10vw, 118px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 720px;
}

.section-heading.wide {
  max-width: 900px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading p,
.builder-copy p,
.about-copy p,
.bid-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-section {
  background: linear-gradient(180deg, var(--paper), #eef2f3);
}

.service-stack {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.service-panel:last-child {
  border-bottom: 1px solid var(--line);
}

.service-panel-heading {
  display: grid;
  align-content: start;
}

.service-panel-heading p {
  margin: 0 0 18px;
  color: var(--brass-dark);
  font-weight: 950;
}

.service-panel-heading h3 {
  max-width: 380px;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.service-panel-body {
  max-width: 800px;
}

.service-panel-body p {
  color: var(--muted);
  font-size: 1.08rem;
}

.service-panel-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-panel-body li {
  position: relative;
  padding-left: 18px;
  color: var(--charcoal);
  font-weight: 800;
}

.service-panel-body li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--brass);
  border-radius: 50%;
}

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

.service-card {
  min-height: 252px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(216, 225, 229, 0.9);
  border-top: 4px solid rgba(54, 95, 120, 0.72);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 22, 28, 0.06);
}

.service-card p,
.project-content li,
.builder-list p,
.perk p,
.site-footer p {
  color: var(--muted);
}

.card-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--steel);
}

.scope-section {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 88px);
  background: var(--white);
}

.scope-intro {
  position: sticky;
  top: 138px;
  align-self: start;
  max-width: 640px;
}

.scope-intro p {
  color: var(--muted);
  font-size: 1.05rem;
}

.scope-timeline {
  display: grid;
}

.scope-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  padding: 0 0 34px 34px;
  border-left: 1px solid var(--line);
}

.scope-timeline article:last-child {
  padding-bottom: 0;
}

.scope-timeline article::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -6px;
  width: 11px;
  height: 11px;
  background: var(--brass);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--brass);
}

.scope-timeline span {
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 950;
}

.scope-timeline h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.scope-timeline p {
  grid-column: 2;
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
}

.projects-section {
  background: var(--white);
}

.project-grid {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.project-card:nth-child(even) .project-photo {
  order: 2;
}

.project-photo {
  min-height: 300px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.project-content {
  padding: clamp(24px, 4vw, 44px);
  background: var(--white);
}

.project-type {
  margin-bottom: 10px;
  color: var(--brass-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.project-content li {
  position: relative;
  padding-left: 18px;
  font-weight: 750;
}

.project-content li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--brass);
  border-radius: 50%;
}

.detail-cta {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  background: var(--white);
}

.detail-photo {
  height: clamp(340px, 42vw, 560px);
}

.detail-copy {
  max-width: 760px;
}

.detail-copy h2 {
  font-size: 3.6rem;
}

.detail-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.detail-copy .button {
  margin-top: 16px;
}

.builder-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  color: var(--white);
  background: var(--charcoal);
}

.builder-copy {
  max-width: 660px;
}

.builder-copy p {
  color: #cbd9e0;
}

.builder-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.builder-list div {
  display: grid;
  grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.builder-list strong {
  color: var(--white);
}

.builder-list p {
  margin-bottom: 0;
  color: #cbd9e0;
}

.why-section {
  background: #edf1f2;
}

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

.perk {
  min-height: 188px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.perk strong {
  display: block;
  margin-bottom: 10px;
  color: var(--steel);
  font-size: 1.02rem;
  text-transform: uppercase;
}

.about-section {
  background: var(--white);
}

.about-copy {
  max-width: 860px;
  margin: 0 auto;
}

.bid-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 22, 28, 0.98), rgba(24, 32, 39, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px);
}

.bid-copy {
  position: sticky;
  top: 138px;
  align-self: start;
}

.bid-copy p {
  color: #cbd9e0;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a {
  justify-content: flex-start;
  width: fit-content;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 16px;
}

.bid-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfcfc;
  font: inherit;
}

input[type="file"] {
  padding: 10px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(127, 169, 193, 0.28);
  border-color: var(--steel);
}

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

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: clamp(24px, 5vw, 72px);
  padding: 34px clamp(18px, 5vw, 72px) 22px;
  background: #071017;
  color: var(--white);
}

.site-footer div:first-child {
  max-width: 520px;
}

.site-footer img {
  width: 166px;
  margin-bottom: 14px;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
  font-weight: 850;
}

.footer-links {
  color: #cbd9e0;
}

.site-credit {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  color: #8ca1ad;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.gallery-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  align-items: end;
  gap: clamp(28px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(16, 22, 28, 0.98), rgba(24, 32, 39, 0.95) 62%, rgba(54, 95, 120, 0.78)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
}

.gallery-hero p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: #d4e1e7;
  font-size: 1.08rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.gallery-item {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: none;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(6, 10, 14, 0.72), rgba(6, 10, 14, 0) 54%);
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.gallery-item figcaption {
  position: relative;
  z-index: 2;
  padding: 22px;
  color: var(--white);
}

.gallery-item span,
.gallery-item strong {
  display: block;
}

.gallery-item span {
  color: #c9d8df;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gallery-item strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 558px;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.gallery-cta p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 4.45rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .detail-copy h2 {
    font-size: 3rem;
  }

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

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-bid {
    justify-self: end;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .performance-section,
  .service-panel,
  .detail-cta,
  .scope-section,
  .project-card,
  .gallery-hero,
  .gallery-cta,
  .builder-section,
  .bid-section {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .perk-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .bid-copy,
  .scope-intro {
    position: static;
  }

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

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 70px;
    gap: 12px;
  }

  .brand {
    width: 96px;
  }

  .header-bid {
    min-height: 42px;
    padding: 0 12px;
    gap: 8px;
    font-size: 0.78rem;
  }

  .header-bid .clipboard-icon {
    width: 18px;
    height: 18px;
  }

  .nav {
    gap: 16px;
    font-size: 0.78rem;
  }

  h1 {
    font-size: 2.95rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .detail-copy h2 {
    font-size: 2.25rem;
  }

  .hero-kicker {
    font-size: 1.35rem;
  }

  .photo-placeholder strong {
    font-size: 1.65rem;
  }

  .performance-copy p,
  .service-panel-body p,
  .detail-copy p,
  .gallery-hero p:last-child {
    font-size: 1rem;
  }

  .service-panel-heading h3 {
    font-size: 1.55rem;
  }

  .hero {
    padding-top: 42px;
  }

  .performance-photo,
  .detail-photo {
    min-height: 250px;
  }

  .hero-actions,
  .hero-actions .button,
  .gallery-cta .button {
    width: 100%;
  }

  .proof-strip,
  .service-grid,
  .service-panel-body ul,
  .performance-stats,
  .gallery-grid,
  .perk-list,
  .two-col,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .builder-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .project-content ul {
    grid-template-columns: 1fr;
  }

  .project-card:nth-child(even) .project-photo {
    order: 0;
  }

  .scope-timeline article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding-left: 22px;
  }
}
