:root {
  --night: #08232c;
  --night-2: #102934;
  --night-3: #16313d;
  --teal: #0f7d6c;
  --teal-2: #1a9c84;
  --blue: #1a5d92;
  --amber: #f8b84e;
  --orange: #ff7247;
  --paper: #f7faf8;
  --paper-2: #edf4f0;
  --surface: #ffffff;
  --line: #cfded8;
  --ink: #071219;
  --muted: #53646a;
  --shadow: 0 28px 80px rgba(6, 23, 31, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
li,
dt,
dd,
a,
button,
label {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 840px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

.container {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.narrow {
  width: min(840px, calc(100% - 64px));
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 30;
  padding: 10px 14px;
  color: #fff;
  background: var(--orange);
  border-radius: var(--radius);
  font-weight: 900;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  color: #fff;
  width: min(1200px, calc(100% - 64px));
  margin: 0;
  background: transparent;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  min-height: 78px;
  padding: 8px 14px;
  background: rgba(8, 35, 44, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 214px;
  height: 64px;
  padding: 6px 12px;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 15px;
  font-weight: 900;
}

.nav a {
  min-width: 0;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  border-radius: var(--radius);
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav .nav-cta {
  color: #fff;
  background: var(--orange);
}

.nav .nav-cta:hover,
.nav .nav-cta[aria-current="page"] {
  color: #fff;
  background: #e85f39;
}

.nav .nav-call {
  color: var(--night);
  background: #fff;
}

.nav .nav-call:hover {
  color: var(--night);
  background: var(--amber);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 35, 44, 1) 0%, rgba(8, 35, 44, 0.96) 46%, rgba(8, 35, 44, 0.70) 100%),
    radial-gradient(circle at 82% 18%, rgba(26, 156, 132, 0.34), transparent 32%),
    linear-gradient(135deg, var(--night), var(--night-2));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 35, 44, 0.52) 0%, rgba(8, 35, 44, 0.66) 48%, rgba(8, 35, 44, 0.32) 100%),
    url("/assets/completed-sign-install-photo.png") center 44% / cover no-repeat;
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.08);
  pointer-events: none;
}

.hero::after {
  content: "";
  display: none;
  position: absolute;
  inset: auto -8% -26% 44%;
  height: 420px;
  background:
    linear-gradient(30deg, transparent 0 40%, rgba(248, 184, 78, 0.16) 40% 43%, transparent 43%),
    linear-gradient(110deg, transparent 0 47%, rgba(255, 255, 255, 0.07) 47% 49%, transparent 49%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr);
  min-height: 650px;
  align-items: center;
  gap: 40px;
  z-index: 2;
}

.hero-copy {
  min-width: 0;
  padding: 124px 0 48px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-label {
  color: var(--blue);
}

.hero-lede,
.page-hero p,
.large-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.page-hero p,
.large-copy {
  color: #35474e;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 0;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--orange);
}

.button-primary:hover {
  background: #e85f39;
}

.button-light {
  color: var(--night);
  background: rgba(255, 255, 255, 0.93);
}

.button-light:hover {
  background: #fff;
}

.button-secondary {
  color: var(--night);
  background: var(--amber);
}

.button-secondary:hover {
  background: #e6aa3d;
}

.phone-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 900;
}

.phone-note a {
  color: #fff;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(790px, 100%);
  margin: 36px 0 0;
}

.hero-stats div {
  min-width: 0;
  padding-left: 16px;
  border-left: 3px solid var(--amber);
}

.hero-stats dt {
  color: #fff;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.hero-console-bg {
  min-width: 0;
  opacity: 0.62;
  transform: translateX(34px);
}

.hero-photo-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.30);
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(8, 35, 44, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.hero-photo-card span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-section {
  background: #fff;
}

.completed-photo-section {
  padding-top: 0;
  padding-bottom: 42px;
  background: #fff;
}

.completed-photo-band {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.completed-photo-band img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.completed-photo-band figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: min(460px, calc(100% - 44px));
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(8, 35, 44, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.completed-photo-band span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-feature-section {
  background: #fff;
}

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

.photo-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(6, 23, 31, 0.08);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.photo-card h3,
.photo-card p {
  margin-inline: 20px;
}

.photo-card h3 {
  margin-top: 18px;
}

.photo-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.feature-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.panel-photo {
  width: 100%;
  margin-bottom: 22px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.operations-console {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--night);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(8px);
}

.console-head {
  padding: 24px 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.console-head p,
.console-head h2 {
  margin: 0;
}

.console-head p {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.console-head h2 {
  margin-top: 6px;
  font-size: 25px;
  line-height: 1.12;
}

.console-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.console-tabs span {
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.console-tabs span:nth-child(2) {
  color: var(--night);
  background: #fff;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
}

.metric-card {
  min-height: 104px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 12px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1;
}

.metric-card em {
  display: block;
  margin-top: 8px;
  color: #3d5158;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.map-panel {
  grid-column: 1 / -1;
  min-height: 174px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
}

.map-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
}

.map-header span {
  color: var(--muted);
  font-weight: 800;
}

.ops-map {
  height: 108px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 42%, var(--orange) 0 7px, transparent 8px),
    radial-gradient(circle at 72% 64%, var(--amber) 0 7px, transparent 8px),
    radial-gradient(circle at 55% 28%, var(--teal) 0 5px, transparent 6px),
    linear-gradient(30deg, transparent 0 42%, rgba(15, 125, 108, 0.28) 42% 47%, transparent 47%),
    linear-gradient(100deg, rgba(26, 93, 146, 0.15), rgba(15, 125, 108, 0.2)),
    #d6e4df;
}

.section,
.page-hero {
  padding: 76px 0;
}

.page-hero {
  padding-top: 160px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 35, 44, 0.98), rgba(16, 41, 52, 0.92)),
    radial-gradient(circle at 88% 22%, rgba(26, 156, 132, 0.26), transparent 28%),
    var(--night);
}

.page-hero .section-label,
.page-hero .eyebrow {
  color: var(--amber);
}

.page-hero h1 {
  max-width: 920px;
  font-size: 50px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.section-muted {
  background: var(--paper-2);
}

.proof-section {
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(400px, 1fr);
  gap: 58px;
  align-items: start;
}

.proof-grid p:not(.section-label) {
  color: #35474e;
  font-size: 18px;
  line-height: 1.6;
}

.proof-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.work-package-card {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(15, 125, 108, 0.12), rgba(26, 93, 146, 0.10)),
    #fff;
}

.work-package-card h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.work-package-card ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 0;
  color: #203038;
  font-weight: 800;
}

.work-package-card .button {
  justify-self: start;
}

.proof-console {
  box-shadow: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: start;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading a,
.text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.section-heading a:hover,
.text-link:hover {
  text-decoration: underline;
}

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

.service-card,
.service-detail-grid article,
.contact-panel,
.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(6, 23, 31, 0.08);
}

.service-card {
  min-height: 238px;
  padding: 22px;
}

.service-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.service-card p,
.service-detail-grid p,
.project-panel p,
.content p,
.feature-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.workflow-section {
  background: var(--paper);
}

.workflow-section h2 {
  max-width: 800px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.workflow-steps article {
  min-height: 220px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.workflow-steps strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.workflow-steps p {
  margin: 0;
  color: #203038;
  font-weight: 800;
  line-height: 1.45;
}

.quote-band {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(8, 35, 44, 0.98), rgba(15, 125, 108, 0.82)),
    var(--night);
}

.quote-band .section-label {
  color: var(--amber);
}

.quote-band .large-copy {
  color: rgba(255, 255, 255, 0.88);
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-list article {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
}

.hero-facts div {
  min-width: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hero-facts dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.hero-media {
  margin: 0;
}

.hero-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-band {
  background: var(--paper-2);
}

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

.project-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(6, 23, 31, 0.08);
}

.proof-grid figure,
.project-panel figure {
  margin: 0;
}

.proof-grid img,
.project-panel img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process {
  display: grid;
  gap: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 220px;
  padding: 58px 18px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.steps span {
  color: var(--muted);
}

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

.service-detail-grid article,
.contact-panel,
.quote-form {
  padding: 26px;
}

.service-detail-grid h2 {
  margin-bottom: 12px;
  font-size: 25px;
}

.service-detail-grid ul {
  padding-left: 20px;
  margin: 18px 0 0;
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}

.contact-panel h2 {
  margin-bottom: 18px;
  font-size: 25px;
}

.contact-panel dl,
.contact-panel dd {
  margin: 0;
}

.contact-panel dl {
  display: grid;
  gap: 18px;
}

.contact-panel dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel dd {
  color: var(--muted);
}

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

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fbfdfc;
  border: 1px solid #c9d6d3;
  border-radius: var(--radius);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.full-span {
  grid-column: 1 / -1;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-status {
  margin: 0;
  color: var(--teal);
  font-weight: 900;
}

.content h2 {
  margin: 28px 0 10px;
  font-size: 24px;
}

.content h2:first-child {
  margin-top: 0;
}

.site-footer {
  padding: 46px 0 18px;
  color: #dfe9e6;
  background: var(--night);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(160px, 0.5fr));
  gap: 34px;
}

.footer-grid img {
  width: 180px;
  padding: 6px;
  background: #fff;
  border-radius: var(--radius);
}

.footer-grid p {
  max-width: 430px;
  color: #b9c7c4;
}

.footer-grid h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.footer-grid a {
  display: block;
  margin: 7px 0;
  color: #dfe9e6;
  text-decoration: none;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  color: #a9b8b4;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 54px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  }

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

@media (max-width: 900px) {
  .site-header {
    top: 8px;
    width: calc(100% - 28px);
    margin: 0;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .hero-layout,
  .split,
  .proof-grid,
  .project-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-copy {
    padding: 210px 0 18px;
  }

  .hero-console-bg {
    padding-bottom: 56px;
    opacity: 1;
    transform: none;
  }

  .hero-stats,
  .hero-facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

@media (max-width: 640px) {
  .container,
  .narrow {
    width: calc(100% - 28px);
  }

  .header-inner {
    align-items: stretch;
  }

  .brand {
    align-self: center;
    width: 214px;
    height: 64px;
  }

  .brand img {
    width: 188px;
    height: auto;
  }

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

  .nav a {
    padding: 9px 8px;
    font-size: 14px;
    text-align: center;
  }

  .nav .nav-cta {
    grid-column: 1 / -1;
  }

  h1 {
    font-size: 32px;
  }

  h2,
  .page-hero h1 {
    font-size: 30px;
  }

  .hero-lede,
  .page-hero p,
  .large-copy {
    font-size: 17px;
  }

  .section,
  .page-hero {
    padding: 52px 0;
  }

  .page-hero {
    padding-top: 286px;
  }

  .hero-copy {
    padding-top: 286px;
  }

  .console-head {
    padding: 20px;
  }

  .console-head h2 {
    font-size: 21px;
  }

  .console-grid,
  .metric-grid,
  .service-grid,
  .photo-grid,
  .workflow-steps,
  .service-detail-grid,
  .quote-form,
  .footer-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .metric-card,
  .map-panel {
    min-height: auto;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .service-card,
  .workflow-steps article,
  .steps li {
    min-height: auto;
  }

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

  .map-header {
    display: grid;
  }

  .completed-photo-band img {
    aspect-ratio: 4 / 3;
  }

  .completed-photo-band figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
}
