:root {
  --ink: #151512;
  --charcoal: #20201c;
  --graphite: #33332d;
  --cream: #f2ebdb;
  --paper: #fffaf0;
  --line: rgba(21, 21, 18, .16);
  --yellow: #d9ab15;
  --yellow-bright: #efc31a;
  --blue: #17306f;
  --red: #a63a2f;
  --muted: #625f55;
  --shadow: 0 18px 50px rgba(21, 21, 18, .14);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
[id] {
  scroll-margin-top: 60px;
}
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(21,21,18,.026) 1px, transparent 1px),
    linear-gradient(0deg, rgba(21,21,18,.026) 1px, transparent 1px),
    var(--cream);
  background-size: 52px 52px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.concept-blue {
  --cream: #e7eef5;
  --paper: #fbfdff;
  --charcoal: #15233a;
  --graphite: #263752;
  --yellow: #dfb21b;
  --yellow-bright: #f2c63a;
  --blue: #17306f;
  --red: #9d302e;
  --muted: #536070;
  background:
    radial-gradient(circle at 18% 0%, rgba(23,48,111,.12), transparent 30%),
    linear-gradient(90deg, rgba(23,48,111,.034) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23,48,111,.034) 1px, transparent 1px),
    var(--cream);
  background-size: auto, 48px 48px, 48px 48px, auto;
}
body.concept-navy {
  --ink: #f8f4e8;
  --cream: #101827;
  --paper: #172339;
  --line: rgba(255,255,255,.15);
  --charcoal: #080d16;
  --graphite: #1c2941;
  --yellow: #e2b51d;
  --yellow-bright: #f5c928;
  --blue: #9ab3f7;
  --red: #d85f54;
  --muted: #bdc7d9;
  --shadow: 0 22px 60px rgba(0,0,0,.28);
  background:
    radial-gradient(circle at 14% 6%, rgba(226,181,29,.18), transparent 28%),
    radial-gradient(circle at 82% 2%, rgba(37,84,168,.22), transparent 30%),
    linear-gradient(180deg, #101827 0%, #111722 100%);
}
body.concept-white {
  --cream: #f5f7fa;
  --paper: #ffffff;
  --charcoal: #171a1f;
  --graphite: #2d323a;
  --yellow: #d2a516;
  --yellow-bright: #edc22a;
  --blue: #18356f;
  --red: #a2342e;
  --muted: #60656b;
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f5f8 100%);
}
body.concept-white .topbar {
  background: color-mix(in srgb, var(--cream) 92%, white 8%);
}
body.concept-blue .topbar {
  background: rgba(234, 240, 246, .94);
}
body.concept-navy .topbar {
  background: rgba(16, 24, 39, .94);
  border-bottom-color: rgba(255,255,255,.16);
}
body.concept-navy .navlinks,
body.concept-navy .section-head p,
body.concept-navy .service p,
body.concept-navy .area-strip span,
body.concept-navy .quote-card p {
  color: rgba(248,244,232,.76);
}
body.concept-navy .hero-panel,
body.concept-navy .process-dark {
  color: #f8f4e8;
}
body.concept-navy .hero-panel .lead {
  color: rgba(248,244,232,.82);
}
body.concept-navy .hero-panel .btn.outline {
  color: #f8f4e8;
}
body.concept-navy .service,
body.concept-navy form,
body.concept-navy .area-strip,
body.concept-navy .section-head p {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.15);
}
body.concept-navy input,
body.concept-navy textarea,
body.concept-navy select {
  background: rgba(255,255,255,.92);
  color: #101827;
}
body.concept-navy .quote-card {
  background: #e2b51d;
  color: #111722;
}
body.concept-navy .quote-card p {
  color: rgba(17,23,34,.74);
}
body.concept-navy .logo-brand img,
body.concept-navy .footer-logo img {
  filter:
    drop-shadow(0 0 1px rgba(248,244,232,.95))
    drop-shadow(0 8px 18px rgba(0,0,0,.28))
    brightness(1.18)
    saturate(1.18);
}
body.concept-navy .logo-brand.logo-white {
  min-width: 310px;
  max-width: 390px;
  height: 76px;
}
body.concept-navy .footer-logo.logo-white {
  width: min(390px, 100%);
  height: 96px;
}
body.concept-navy .logo-brand.logo-white img,
body.concept-navy .footer-logo.logo-white img {
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.28));
}
body.concept-navy .phone-pill {
  color: #f8f4e8;
  background: #080d16;
  border-color: rgba(245,201,40,.38);
  box-shadow: inset 0 -3px 0 rgba(245,201,40,.75), 0 8px 22px rgba(0,0,0,.22);
}
body.concept-navy .btn.primary,
body.concept-navy .tag,
body.concept-navy .footer-action.primary {
  color: #111722;
}
body.concept-navy .footer-action {
  color: #f8f4e8;
  border-color: rgba(248,244,232,.44);
  background: rgba(248,244,232,.12);
}
body.concept-navy .footer-action:not(.primary):hover {
  background: rgba(248,244,232,.18);
}
body.concept-navy .footer-action.primary {
  background: #f5c928;
  border-color: #f5c928;
  color: #111722;
  box-shadow: inset 0 -4px 0 rgba(17,23,34,.24), 0 12px 28px rgba(0,0,0,.22);
}
body.concept-navy .service svg {
  stroke: #f5c928 !important;
}
body.concept-navy .project-card,
body.concept-navy .media-card {
  border-color: rgba(248,244,232,.22);
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}
body.concept-navy .area-list b {
  background: #080d16;
  border-color: rgba(248,244,232,.16);
  color: #f8f4e8;
}
body.concept-navy .submit {
  background: #f5c928;
  color: #111722;
}
body.concept-forest {
  --ink: #f9f1df;
  --cream: #132219;
  --paper: #1f3427;
  --line: rgba(255,255,255,.16);
  --charcoal: #07120c;
  --graphite: #26372a;
  --yellow: #e2b51d;
  --yellow-bright: #f5c52a;
  --blue: #a9c8ff;
  --red: #d45a4d;
  --muted: #cbd4c7;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  background:
    radial-gradient(circle at 10% 0%, rgba(245,197,42,.16), transparent 26%),
    radial-gradient(circle at 84% 7%, rgba(74,119,78,.32), transparent 34%),
    linear-gradient(180deg, #132219 0%, #0f1b14 100%);
}
body.concept-graphite {
  --ink: #f8f2e6;
  --cream: #202226;
  --paper: #2b2e33;
  --line: rgba(255,255,255,.15);
  --charcoal: #101114;
  --graphite: #34383f;
  --yellow: #d9ac18;
  --yellow-bright: #f0c229;
  --blue: #96b4f7;
  --red: #d45d50;
  --muted: #c7c2b7;
  --shadow: 0 22px 60px rgba(0,0,0,.3);
  background:
    radial-gradient(circle at 15% 0%, rgba(240,194,41,.15), transparent 28%),
    linear-gradient(135deg, #292c31 0%, #191b1f 54%, #23201a 100%);
}
body.concept-redline {
  --ink: #231815;
  --cream: #f5eadc;
  --paper: #fff7ea;
  --charcoal: #241716;
  --graphite: #3b2825;
  --yellow: #dba817;
  --yellow-bright: #efc022;
  --blue: #17306f;
  --red: #a5342d;
  --muted: #6b5750;
  background:
    linear-gradient(110deg, rgba(165,52,45,.13), transparent 31%),
    linear-gradient(180deg, #fff5e6 0%, #ecd7c7 100%);
}
body.concept-sage {
  --ink: #172018;
  --cream: #e9f0e4;
  --paper: #fbfff6;
  --charcoal: #17251b;
  --graphite: #2d3b31;
  --yellow: #d3a817;
  --yellow-bright: #efc229;
  --blue: #233d72;
  --red: #9b3b31;
  --muted: #556258;
  background:
    radial-gradient(circle at 14% 0%, rgba(82,126,77,.16), transparent 28%),
    linear-gradient(135deg, rgba(239,194,41,.10), transparent 34%),
    linear-gradient(180deg, #f4f7ed 0%, #dce9d8 100%);
}
body.concept-light-red {
  --ink: #241514;
  --cream: #f5e4df;
  --paper: #fff8f4;
  --charcoal: #2a1716;
  --graphite: #402a27;
  --yellow: #d7a516;
  --yellow-bright: #efc128;
  --blue: #1d3670;
  --red: #a6352f;
  --muted: #6a524e;
  background:
    radial-gradient(circle at 13% 0%, rgba(166,53,47,.18), transparent 29%),
    linear-gradient(135deg, rgba(239,193,40,.10), transparent 35%),
    linear-gradient(180deg, #fff0ea 0%, #efd2ca 100%);
}
body.concept-forest .topbar,
body.concept-graphite .topbar,
body.concept-navy .topbar {
  background: color-mix(in srgb, var(--cream) 88%, black 12%);
  border-bottom-color: rgba(255,255,255,.16);
}
body.concept-redline .topbar {
  background: rgba(245,234,220,.94);
}
body.concept-sage .topbar {
  background: rgba(233,240,228,.94);
}
body.concept-light-red .topbar {
  background: rgba(245,228,223,.94);
}
body.concept-forest .navlinks,
body.concept-graphite .navlinks,
body.concept-forest .section-head p,
body.concept-graphite .section-head p,
body.concept-forest .service p,
body.concept-graphite .service p,
body.concept-forest .area-strip span,
body.concept-graphite .area-strip span,
body.concept-forest .quote-card p,
body.concept-graphite .quote-card p {
  color: rgba(249,241,223,.76);
}
body.concept-forest .hero-panel,
body.concept-graphite .hero-panel,
body.concept-forest .process-dark,
body.concept-graphite .process-dark {
  color: #f9f1df;
}
body.concept-forest .hero-panel .lead,
body.concept-graphite .hero-panel .lead {
  color: rgba(249,241,223,.82);
}
body.concept-forest .hero-panel .btn.outline,
body.concept-graphite .hero-panel .btn.outline {
  color: #f9f1df;
}
body.concept-forest .service,
body.concept-graphite .service,
body.concept-forest form,
body.concept-graphite form,
body.concept-forest .area-strip,
body.concept-graphite .area-strip,
body.concept-forest .section-head p,
body.concept-graphite .section-head p {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.16);
}
body.concept-forest input,
body.concept-forest textarea,
body.concept-forest select,
body.concept-graphite input,
body.concept-graphite textarea,
body.concept-graphite select {
  background: rgba(255,255,255,.93);
  color: #101114;
}
body.concept-forest .quote-card,
body.concept-graphite .quote-card {
  background: var(--yellow-bright);
  color: #101114;
}
body.concept-forest .quote-card p,
body.concept-graphite .quote-card p {
  color: rgba(16,17,20,.76);
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(242, 235, 219, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: -.03em;
}
.logo-brand {
  flex: 0 0 auto;
  min-width: 285px;
  max-width: 350px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
}
.logo-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--charcoal);
  color: var(--yellow-bright);
  border: 3px solid var(--yellow-bright);
  font-size: 18px;
  font-weight: 950;
}
.brand small {
  display: block;
  margin-top: 3px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.navlinks { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 850; color: #38362f; }
.navlinks a { padding: 9px 10px; }
.phone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--charcoal);
  border: 1px solid rgba(21, 21, 18, .35);
  color: var(--paper);
  font-weight: 950;
  white-space: nowrap;
  box-shadow: inset 0 -3px 0 rgba(239, 195, 26, .55);
}

.hero { padding: 42px 0 34px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr);
  gap: 24px;
  align-items: start;
}
.hero-panel {
  min-height: 450px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgba(21,21,18,.2);
  background: var(--charcoal);
  color: var(--paper);
  box-shadow: var(--shadow);
}
.hero-panel.light {
  background: var(--paper);
  color: var(--ink);
}
.hero-panel.yellow {
  background: #dcb11d;
  color: var(--ink);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow-bright);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-panel.light .eyebrow,
.hero-panel.yellow .eyebrow { color: var(--blue); }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
h1 {
  margin: 20px 0 16px;
  max-width: 760px;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.lead {
  margin: 0;
  max-width: 690px;
  color: rgba(255,250,240,.78);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.5;
  font-weight: 650;
}
.hero-panel.light .lead,
.hero-panel.yellow .lead { color: rgba(21,21,18,.74); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 3px solid currentColor;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.btn.primary { background: var(--yellow-bright); color: var(--ink); border-color: var(--yellow-bright); }
.btn.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn.outline { background: transparent; color: inherit; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}
.proof {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.hero-panel.light .proof,
.hero-panel.yellow .proof {
  border-color: rgba(21,21,18,.14);
  background: rgba(255,255,255,.35);
}
.proof strong { display: block; color: var(--yellow-bright); font-size: 25px; line-height: 1; }
.hero-panel.light .proof strong,
.hero-panel.yellow .proof strong { color: var(--blue); }
.proof span { display: block; margin-top: 8px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.hero-panel.light .proof span,
.hero-panel.yellow .proof span { color: rgba(21,21,18,.62); }

.media-card {
  height: clamp(420px, 42vw, 560px);
  min-height: 0;
  border: 1px solid rgba(21,21,18,.22);
  background: #ddd5c2;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.media-card.short { height: 360px; }
.media-card img { object-position: center; }
.media-card .tag,
.project-card .tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 9px 11px;
  background: var(--yellow-bright);
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

section { padding: 48px 0; }
.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}
.section-head h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: -.04em;
}
.section-head p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.5;
  padding: 14px 16px;
  border-left: 4px solid var(--yellow);
  background: rgba(255, 250, 240, .78);
  border-radius: 4px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(6px, 1.1vw, 14px);
}
.service {
  min-height: clamp(162px, 18vw, 220px);
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 1vw, 14px);
  padding: clamp(10px, 1.8vw, 22px);
  background: var(--paper);
  border: 1px solid rgba(21,21,18,.18);
  min-width: 0;
}
.service svg {
  width: clamp(30px, 5vw, 62px);
  height: clamp(30px, 5vw, 62px);
  stroke: var(--blue);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service h3 { margin: auto 0 0; font-size: clamp(13px, 2.1vw, 23px); line-height: 1.05; letter-spacing: -.02em; }
.service p { margin: 0; color: var(--muted); font-weight: 650; line-height: 1.35; font-size: clamp(10px, 1.45vw, 16px); }
.tools-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.tool {
  min-height: 88px;
  display: grid;
  place-items: center;
  background: #e2b719;
  border: 1px solid rgba(21,21,18,.22);
}
.tool svg { width: 50px; height: 50px; stroke: var(--ink); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.project-card {
  height: 245px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21,21,18,.24);
  background: #d5cfbf;
}
.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 48%, rgba(0,0,0,.38));
}
.project-card .tag { z-index: 1; }
.project-card img { object-position: center; }

.process-dark {
  background: var(--charcoal);
  color: var(--paper);
  border-top: 5px solid var(--yellow);
  border-bottom: 5px solid var(--yellow);
}
.process-dark .section-head p { color: rgba(255,250,240,.68); }
.process-dark .section-head p {
  background: rgba(255, 255, 255, .06);
  border-left-color: var(--yellow-bright);
}

.service-areas {
  padding: 28px 0;
}

.area-strip {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(21,21,18,.18);
  background:
    linear-gradient(135deg, rgba(255,250,240,.92), rgba(239,195,26,.16)),
    var(--paper);
  box-shadow: 0 16px 42px rgba(21,21,18,.08);
}

.area-strip strong {
  display: block;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.03em;
}

.area-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 760;
}

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

.area-list b {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid rgba(21,21,18,.16);
  background: var(--charcoal);
  color: var(--paper);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.step {
  min-height: 185px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}
.step b { color: var(--yellow-bright); font-size: 30px; }
.step h3 { margin: 28px 0 8px; font-size: 21px; }
.step p { margin: 0; color: rgba(255,250,240,.72); line-height: 1.45; }

.quote {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}
.quote-card {
  padding: 30px;
  background: #dcb11d;
  border: 1px solid rgba(21,21,18,.24);
}
.quote-card h2 { margin: 0 0 12px; font-size: clamp(32px, 4.4vw, 58px); line-height: 1; letter-spacing: -.04em; }
.quote-card p { color: rgba(21,21,18,.72); font-weight: 760; line-height: 1.5; }
form {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid rgba(21,21,18,.2);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}
form label span {
  color: color-mix(in srgb, var(--ink) 76%, var(--muted) 24%);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
input, textarea, select {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid rgba(21,21,18,.28);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}
textarea { min-height: 126px; resize: vertical; }
.submit {
  min-height: 54px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}
.submit:disabled {
  cursor: progress;
  opacity: .72;
  transform: none;
  box-shadow: none;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form-status {
  min-height: 22px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.form-status.pending {
  color: color-mix(in srgb, var(--blue) 78%, var(--ink) 22%);
}
.form-status.success {
  padding: 11px 12px;
  border: 1px solid rgba(37, 126, 74, .24);
  background: rgba(37, 126, 74, .1);
  color: #1f6b3f;
}
.form-status.error {
  padding: 11px 12px;
  border: 1px solid rgba(166, 58, 47, .28);
  background: rgba(166, 58, 47, .1);
  color: #8b2d25;
}
footer { padding: 30px 0; background: var(--charcoal); color: var(--paper); }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-weight: 850; }
.foot span { color: rgba(255,250,240,.7); }
.footer-logo {
  display: inline-flex;
  width: min(320px, 100%);
  height: 82px;
  padding: 0;
  background: transparent;
  border: 0;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 1px 0 rgba(255, 250, 240, .65));
}
.footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  border: 2px solid rgba(255,250,240,.32);
  background: rgba(255,250,240,.12);
  color: var(--paper);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.22);
}
.footer-action.primary {
  background: var(--yellow-bright);
  border-color: var(--yellow-bright);
  color: var(--ink);
  box-shadow: inset 0 -4px 0 rgba(21,21,18,.22);
}
.footer-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

.sample-index { padding: 48px 0; }
.index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.index-card { min-height: 210px; display: flex; flex-direction: column; padding: 22px; background: var(--paper); border: 1px solid rgba(21,21,18,.2); }
.index-card strong { font-size: 23px; }
.index-card p { color: var(--muted); line-height: 1.45; font-weight: 650; }
.index-card .btn { margin-top: auto; align-self: flex-start; }

@media (max-width: 920px) {
  html { scroll-padding-top: 126px; }
  [id] { scroll-margin-top: 126px; }
  .nav { align-items: flex-start; flex-direction: column; padding: 13px 0; }
  .logo-brand { width: min(330px, 100%); max-width: 330px; height: 76px; }
  .navlinks { width: 100%; overflow-x: auto; }
  .phone-pill { width: 100%; }
  .footer-actions { width: 100%; justify-content: stretch; }
  .footer-action { flex: 1 1 210px; }
  .hero-grid, .quote { grid-template-columns: 1fr; }
  .hero-panel, .media-card { min-height: auto; }
  .media-card { height: 330px; }
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .steps, .index-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .area-strip { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { display: block; }
  .section-head p { margin-top: 12px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  html { scroll-padding-top: 136px; }
  [id] { scroll-margin-top: 136px; }
  .wrap { width: min(100% - 24px, 1180px); }
  h1 { font-size: 38px; }
  .hero { padding-top: 24px; }
  .hero-panel { padding: 24px; }
  .actions .btn { width: 100%; }
  .proof-strip, .tools-row, .project-grid { grid-template-columns: 1fr; }
  .services-grid { gap: 6px; }
  .service { min-height: 150px; padding: 9px; }
  .service p { line-height: 1.28; }
  .area-list { grid-template-columns: 1fr; }
  .project-card { height: 205px; }
  .media-card { height: 260px; }
}
