.page-shell {
  background: var(--surface);
}

.page-hero {
  background: var(--ink);
  color: #fff;
}

.page-hero-inner,
.content-band-inner,
.site-footer-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px;
}

.page-hero .nav {
  margin-bottom: 62px;
}

.page-hero .brand {
  color: #fff !important;
}

.page-hero .nav a {
  color: #b9c0bd;
}

.page-hero .nav a:hover,
.page-hero .nav a[aria-current="page"] {
  background: #2a2d2b;
  color: #fff;
}

.breadcrumb {
  color: #aeb8b4;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #79c5ba;
}

.page-hero-copy {
  max-width: 950px;
  padding-bottom: 74px;
}

.page-hero-copy .eyebrow {
  color: #79c5ba;
}

.page-hero-copy h1 {
  font-size: 4.5rem;
  line-height: 0.98;
  max-width: 980px;
}

.page-hero-copy > p:not(.eyebrow) {
  color: #c9d0cd;
  font-size: 1.18rem;
  line-height: 1.65;
  max-width: 780px;
}

.page-hero-copy .primary {
  background: #e65d42;
}

.page-hero-copy .primary:hover {
  background: #c94e36;
}

.page-hero-copy .secondary {
  background: transparent;
  border-color: #4a5450;
  color: #fff;
}

.content-band {
  border-bottom: 1px solid var(--line);
}

.content-band.alt {
  background: var(--surface-strong);
}

.content-band.dark {
  background: var(--ink);
  color: #fff;
}

.content-band-inner {
  padding-bottom: 64px;
  padding-top: 64px;
}

.intro-grid,
.split-grid,
.case-grid {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.intro-grid h2,
.split-grid h2,
.case-grid h2,
.cta-band h2 {
  font-size: 2.8rem;
}

.content-copy {
  color: var(--muted);
  display: grid;
  font-size: 1.06rem;
  gap: 15px;
  line-height: 1.68;
}

.content-copy p {
  margin: 0;
}

.content-copy strong {
  color: var(--ink);
}

.dark .content-copy {
  color: #c9d0cd;
}

.dark .content-copy strong {
  color: #fff;
}

.service-list,
.process-list,
.fact-list,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.service-list li {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin: 0 -1px -1px 0;
  min-height: 180px;
  padding: 20px;
}

.service-list span,
.process-list span,
.fact-list dt {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-list strong {
  font-size: 1.2rem;
  line-height: 1.25;
}

.service-list p,
.process-list p,
.plain-list li {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.process-list {
  counter-reset: steps;
  display: grid;
}

.process-list li {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 56px minmax(0, 1fr);
  padding: 20px 0;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list span {
  grid-row: 1 / span 2;
}

.process-list strong {
  font-size: 1.12rem;
}

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

.proof-strip div {
  border-left: 3px solid var(--teal);
  padding: 8px 20px;
}

.proof-strip strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 7px;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.work-media {
  margin: 0;
}

.work-media img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.work-media figcaption {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
  padding-top: 10px;
}

.fact-list {
  display: grid;
  gap: 1px;
}

.fact-list div {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 7px;
  margin-bottom: -1px;
  padding: 16px;
}

.fact-list dd {
  line-height: 1.45;
}

.plain-list {
  display: grid;
  gap: 12px;
}

.plain-list li {
  border-left: 3px solid var(--teal);
  padding-left: 14px;
}

.cta-band {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 760px;
}

.site-footer-global {
  background: #111715;
  color: #bec7c3;
}

.site-footer-inner {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a:hover {
  color: #fff;
}

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

.privacy-copy h2 {
  font-size: 2rem;
  margin: 42px 0 14px;
}

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

.privacy-copy p,
.privacy-copy li {
  color: var(--muted);
  line-height: 1.68;
}

.privacy-copy a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-banner {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  bottom: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  left: 16px;
  max-width: 520px;
  padding: 16px;
  position: fixed;
  z-index: 50;
}

.privacy-banner[hidden] {
  display: none;
}

.privacy-banner strong {
  font-size: 1rem;
}

.privacy-banner p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.privacy-banner p a {
  color: var(--teal);
  font-weight: 800;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.privacy-actions button {
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 900;
  min-height: 40px;
  padding: 9px 13px;
}

.privacy-accept {
  background: var(--teal);
  color: #fff;
}

.privacy-decline {
  background: #fff;
  border: 1px solid var(--line-strong);
  color: var(--ink);
}

@media (max-width: 900px) {
  .page-hero-copy h1 {
    font-size: 3.6rem;
  }

  .intro-grid,
  .split-grid,
  .case-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 620px) {
  .page-hero-inner,
  .content-band-inner,
  .site-footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .page-hero .nav {
    margin-bottom: 38px;
  }

  .page-hero-copy {
    padding-bottom: 54px;
  }

  .page-hero-copy h1 {
    font-size: 2.75rem;
  }

  .page-hero-copy > p:not(.eyebrow) {
    font-size: 1.04rem;
  }

  .intro-grid h2,
  .split-grid h2,
  .case-grid h2,
  .cta-band h2 {
    font-size: 2rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-banner {
    bottom: 10px;
    left: 10px;
    max-width: none;
    right: 10px;
  }
}
