:root {
  --navy: #071d38;
  --navy-2: #0e3157;
  --ink: #13243a;
  --gold: #d8a83b;
  --gold-2: #f0c75b;
  --steel: #dce4ee;
  --paper: #f8f6ef;
  --white: #ffffff;
  --muted: #66758a;
  --line: rgba(7, 29, 56, 0.12);
  --shadow: 0 24px 80px rgba(7, 29, 56, 0.16);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-shell {
  overflow: hidden;
  max-width: 100vw;
  background:
    linear-gradient(135deg, rgba(216, 168, 59, 0.08), transparent 28rem),
    linear-gradient(180deg, #fffdf6 0%, #eef3f8 58%, #ffffff 100%);
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 29, 56, 0.86);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}

.brand span {
  display: block;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.82);
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav-cta {
  border: 1px solid rgba(240, 199, 91, 0.65);
  color: var(--gold-2) !important;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 8px;
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: 92px 0 56px;
  color: var(--white);
  background:
    linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.07) 41%, transparent 58%),
    radial-gradient(112% 84% at 76% 6%, rgba(240, 199, 91, 0.2), transparent 56%),
    radial-gradient(88% 76% at 6% 98%, rgba(216, 168, 59, 0.13), transparent 60%),
    linear-gradient(115deg, #061a33 0%, #0e3157 46%, #082441 78%, #061a33 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(240, 199, 91, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 199, 91, 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(700px) rotateX(58deg) translateY(-18%);
  transform-origin: top;
  animation: blueprintMove 18s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -10vw;
  width: 52vw;
  aspect-ratio: 1;
  border: 28px solid rgba(216, 168, 59, 0.24);
  border-left-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: slowSpin 28s linear infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 56px;
}

.hero-grid > *,
.section-head > *,
.split > *,
.detail-grid > *,
.contact-grid > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold-2);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.section-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: 13px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #071d38;
  box-shadow: 0 18px 46px rgba(216, 168, 59, 0.28);
}

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

.button-dark {
  background: var(--navy);
  color: var(--white);
}

.hero-panel {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-logo {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
}

.metric {
  padding: 18px 12px;
  background: rgba(7, 29, 56, 0.72);
}

.metric strong {
  display: block;
  color: var(--gold-2);
  font-size: 24px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-tight {
  padding: 64px 0;
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head p,
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-dark .section-head p,
.section-dark .lead {
  color: rgba(255, 255, 255, 0.72);
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  color: var(--navy);
}

.section-dark h2 {
  color: var(--white);
}

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

.service-card {
  position: relative;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 32px rgba(7, 29, 56, 0.08);
  overflow: hidden;
  transform-style: preserve-3d;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -35% auto;
  width: 180px;
  aspect-ratio: 1;
  border: 20px solid rgba(216, 168, 59, 0.2);
  border-radius: 50%;
  transition: transform 400ms ease;
}

.service-card:hover::after {
  transform: scale(1.35) rotate(30deg);
}

.service-card .num {
  color: var(--gold);
  font-weight: 950;
}

.service-card h3 {
  margin-top: 28px;
  color: var(--navy);
  font-size: 25px;
}

.service-card p {
  color: var(--muted);
}

.service-card ul,
.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-card li,
.check-list li {
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
}

.service-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--gold);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 480px;
}

.image-stack img {
  position: absolute;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  inset: 0 14% 17% 0;
  width: 86%;
  height: 78%;
}

.image-stack img:last-child {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 46%;
  border: 8px solid var(--paper);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.process-step {
  min-height: 230px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.process-step strong {
  color: var(--gold-2);
  font-size: 34px;
}

.process-step h3 {
  margin-top: 24px;
  font-size: 21px;
}

.process-step p {
  color: rgba(255, 255, 255, 0.7);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.project-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy);
}

.project-card.small {
  min-height: 202px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 700ms ease, opacity 300ms ease;
}

.project-card:hover img {
  transform: scale(1.06);
  opacity: 0.92;
}

.project-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(7, 29, 56, 0.92));
}

.project-caption h3 {
  font-size: 26px;
}

.project-caption p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
}

.cta-band h2 {
  color: var(--navy);
  font-size: clamp(28px, 4vw, 44px);
}

.footer {
  padding: 56px 0 24px;
  color: rgba(255, 255, 255, 0.74);
  background: #051426;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
}

.footer h2,
.footer h3 {
  color: var(--white);
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer a:hover {
  color: var(--gold-2);
}

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.page-hero {
  padding: 84px 0 72px;
  color: var(--white);
  background:
    linear-gradient(125deg, transparent 22%, rgba(255, 255, 255, 0.06) 40%, transparent 56%),
    radial-gradient(100% 130% at 84% 0%, rgba(240, 199, 91, 0.18), transparent 58%),
    linear-gradient(125deg, #061a33 0%, #0e3157 58%, #071d38 100%);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(38px, 5.2vw, 70px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 42px;
}

.fact-panel {
  position: sticky;
  top: 104px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
}

.fact-panel h2 {
  color: var(--white);
  font-size: 30px;
}

.fact-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.content-block {
  padding: 28px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.content-block h2,
.content-block h3 {
  color: var(--navy);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 28px;
}

.contact-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(7, 29, 56, 0.08);
}

.contact-card p {
  margin: 8px 0;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(7, 29, 56, 0.18);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfcfe;
}

.contact-form textarea {
  min-height: 144px;
  resize: vertical;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes blueprintMove {
  from { background-position: 0 0, 0 0; }
  to { background-position: 144px 144px, 144px 144px; }
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

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

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .main-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 20px 24px;
    background: rgba(7, 29, 56, 0.98);
    transform: translateY(-130%);
    transition: transform 240ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 15px 12px;
  }

  .hero-grid,
  .section-head,
  .split,
  .detail-grid,
  .contact-grid,
  .footer-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

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

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

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

  .brand span {
    font-size: 13px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .nav-wrap {
    min-height: 72px;
    gap: 12px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: calc(100svh - 72px);
    padding: 46px 0 38px;
    background:
      radial-gradient(120% 58% at 72% 4%, rgba(240, 199, 91, 0.18), transparent 58%),
      linear-gradient(180deg, #061a33 0%, #0e3157 46%, #071d38 100%);
  }

  .hero-grid {
    display: block;
  }

  .hero h1,
  .hero p,
  .hero .eyebrow,
  .hero-actions {
    width: min(360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
  }

  h1 {
    font-size: clamp(38px, 10.2vw, 46px);
    line-height: 1.02;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .eyebrow::before {
    width: 30px;
    margin-top: 8px;
  }

  .hero p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: min(230px, 100%);
  }

  .hero-panel {
    display: none;
  }

  .metrics,
  .service-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }

  .image-stack {
    min-height: 340px;
  }

  .project-card,
  .project-card.small {
    min-height: 320px;
  }
}

/* ==========================================================================
   Homepage layout — hero media, icon services, work grid, stats, footer
   ========================================================================== */

.ico {
  width: 40px;
  height: 40px;
  flex: none;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --- Header ---------------------------------------------------------------- */

.nav-cta {
  margin-left: 10px;
  padding: 11px 18px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #071d38 !important;
}

.nav-cta:hover {
  background: var(--gold-2);
  color: #071d38 !important;
}

/* --- Hero ------------------------------------------------------------------ */

.hero {
  min-height: 0;
  padding: 84px 0 96px;
}

.hero::after {
  right: -22vw;
  bottom: -24vw;
  width: 42vw;
  opacity: 0.5;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 56px;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(34px, 4.1vw, 58px);
  overflow-wrap: break-word;
  word-break: normal;
}

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 32px 90px rgba(3, 12, 26, 0.55);
}

/* --- Section heads with a trailing link ------------------------------------ */

.section-head.head-action {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.section-head .button {
  justify-self: end;
  margin-top: 0;
}

.button-ghost {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
  gap: 10px;
}

.button-ghost:hover {
  border-color: var(--gold);
}

.section-dark .button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.section-dark .button-ghost:hover {
  border-color: var(--gold-2);
}

/* --- Services -------------------------------------------------------------- */

.service-grid {
  gap: 20px;
}

.service-card.card-icon {
  min-height: 0;
  padding: 32px 26px 34px;
  background: var(--white);
  text-align: center;
}

.service-card.card-icon::after {
  display: none;
}

.service-card .ico {
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

.service-card.card-icon h3 {
  margin-top: 22px;
  font-size: 20px;
}

.service-card.card-icon p {
  margin: 12px 0 0;
  font-size: 15px;
}

/* --- Selected work --------------------------------------------------------- */

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.work-card {
  display: block;
}

.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 400ms ease;
}

.work-card:hover img {
  transform: scale(1.03);
}

.work-cat {
  margin: 16px 0 0;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-card h3 {
  margin-top: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
}

.work-meta {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

/* --- Stats band ------------------------------------------------------------ */

.stats-band {
  padding: 48px 0;
  background: var(--white);
  border-block: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.stat strong {
  display: block;
  color: var(--navy);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.1;
}

.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

/* --- About / why us -------------------------------------------------------- */

.about-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(7, 29, 56, 0.2);
}

/* --- CTA band -------------------------------------------------------------- */

.cta-band {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  padding: 38px 40px;
}

.cta-ico {
  width: 54px;
  height: 54px;
  stroke: var(--navy);
  opacity: 0.75;
}

.cta-band p {
  margin: 8px 0 0;
  color: rgba(7, 29, 56, 0.78);
  font-size: 17px;
}

/* --- Footer ---------------------------------------------------------------- */

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 36px;
}

.footer .brand {
  margin-bottom: 18px;
}

.footer-brand p {
  margin: 0;
  font-size: 15px;
}

.footer h3 {
  margin-bottom: 16px;
  font-size: 17px;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}

.footer-list li {
  margin-bottom: 10px;
}

.contact-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.contact-list .ico {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  stroke: var(--gold);
  stroke-width: 2;
}

/* --- Responsive ------------------------------------------------------------ */

@media (max-width: 1080px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .hero {
    padding: 56px 0 64px;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .section-head,
  .section-head.head-action {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-head .button {
    justify-self: start;
  }

  .work-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 30px 26px;
  }
}

@media (max-width: 640px) {
  .service-grid,
  .work-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    padding-left: 0;
    border-left: 0;
  }

  .nav-cta {
    margin-left: 0;
  }
}

.page-hero .lead {
  margin-top: 18px;
}
