:root {
  --ink: #151718;
  --ink-soft: #394044;
  --muted: #596166;
  --paper: #ffffff;
  --paper-warm: #f2f5f6;
  --paper-deep: #e7ecee;
  --line: #cfd6d9;
  --brand: #b5121b;
  --brand-dark: #790910;
  --brand-soft: #fbe9ea;
  --success: #176b4a;
  --focus: #0068c9;
  --shadow-sm: 0 0.6rem 1.8rem rgb(21 23 24 / 9%);
  --shadow-lg: 0 1.5rem 4.5rem rgb(21 23 24 / 16%);
  --radius-sm: 0.25rem;
  --radius-md: 0.45rem;
  --radius-lg: 0.7rem;
  --container: 74rem;
  --measure: 47rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

img {
  height: auto;
}

a {
  color: var(--brand-dark);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--brand);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  min-height: 2.75rem;
}

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.2rem;
}

::selection {
  background: var(--brand-soft);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.45rem;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), var(--measure));
  margin-inline: auto;
}

.section {
  padding-block: clamp(3.75rem, 7vw, 6.5rem);
}

.section-compact {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

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

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

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

.section-dark a:not(.button) {
  color: #fff;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-dark .eyebrow {
  color: #ff8d94;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: inherit;
  font-family: Aptos, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 16ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

h2 {
  max-width: 19ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

h4 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

p {
  margin-top: 0;
}

.lede {
  max-width: 43rem;
  margin-bottom: 1.8rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.section-dark .lede,
.section-dark .muted {
  color: #d9d9d9;
}

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

.small {
  font-size: 0.9rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border: 0.125rem solid var(--brand);
  border-radius: var(--radius-sm);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
}

.button-secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.section-dark .button-secondary {
  border-color: #fff;
  color: #fff;
}

.section-dark .button-secondary:hover {
  background: #fff;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 800;
}

.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 0.86rem;
}

.topbar-inner {
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar p {
  margin: 0;
}

.topbar a {
  color: #fff;
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 0.0625rem solid rgb(23 23 23 / 12%);
  background: rgb(255 255 255 / 95%);
  backdrop-filter: blur(0.8rem);
}

.header-inner {
  display: flex;
  min-height: 4.85rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  min-width: 12.5rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-name {
  font-family: Aptos, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.brand-tagline {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  min-width: 3rem;
  padding: 0.6rem;
  border: 0.125rem solid var(--ink);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding-inline: 0.68rem;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.site-nav .nav-cta {
  margin-left: 0.35rem;
  padding-inline: 1rem;
  background: var(--brand);
  color: #fff;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] {
  background: var(--brand-dark);
  color: #fff;
}

.breadcrumbs {
  padding-block: 1rem;
  border-bottom: 0.0625rem solid var(--line);
  background: var(--paper-warm);
  font-size: 0.9rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.45rem;
  color: var(--muted);
  content: "/";
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(21 23 24 / 4%) 1px, transparent 1px),
    linear-gradient(rgb(21 23 24 / 4%) 1px, transparent 1px),
    var(--paper-warm);
  background-size: 2rem 2rem;
}

.hero-grid {
  display: grid;
  min-height: clamp(34rem, 68vh, 44rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: clamp(3.25rem, 6vw, 5.5rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-image-wrap {
  position: relative;
  margin: 0;
}

.hero-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0.35rem solid #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.project-label {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.9rem;
  border-left: 0.25rem solid var(--brand);
  background: rgb(255 255 255 / 94%);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.project-label span {
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-note {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.4rem 0.7rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
  background: rgb(255 255 255 / 82%);
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-line li::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  background: var(--success);
  content: "";
}

.proof-strip {
  border-block: 0.0625rem solid var(--line);
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  display: flex;
  min-height: 7.5rem;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.5rem;
  color: var(--ink);
  text-decoration: none;
}

.proof-item + .proof-item {
  border-left: 0.0625rem solid var(--line);
}

a.proof-item:hover {
  background: var(--brand-soft);
  color: var(--ink);
}

.proof-item strong {
  color: var(--brand-dark);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.proof-item span {
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 750;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.66fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-heading > * {
  margin-bottom: 0;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.25rem;
}

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

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

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

.service-card,
.feature-card,
.blog-card,
.review-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.service-card {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  padding: 1.5rem;
}

.service-number {
  display: inline-grid;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 2.8rem;
  place-content: center;
  border-radius: 0.15rem;
  background: var(--ink);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
}

.service-card h3 {
  max-width: 13ch;
}

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

.service-card .text-link {
  margin-top: auto;
}

.service-card::after {
  position: absolute;
  right: -1.8rem;
  bottom: -1.8rem;
  width: 5.2rem;
  height: 5.2rem;
  border-top: 1.1rem solid var(--brand-soft);
  border-left: 1.1rem solid var(--brand-soft);
  content: "";
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.split-reverse .split-media {
  order: 2;
}

.split-media img {
  width: 100%;
  min-height: 25rem;
  max-height: 40rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  object-fit: cover;
}

.split-media img.contain {
  min-height: 0;
  max-height: 28rem;
  padding: 1rem;
  background: #fff;
  object-fit: contain;
}

.check-list,
.plain-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-block: 0.75rem;
  padding-left: 1.8rem;
}

.check-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: var(--brand);
  content: "";
}

.plain-list li {
  padding-block: 0.5rem;
  border-bottom: 0.0625rem solid var(--line);
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 0.0625rem solid var(--line);
}

.stat {
  padding: 2rem 1rem;
  text-align: center;
}

.stat + .stat {
  border-left: 0.0625rem solid var(--line);
}

.stat strong {
  display: block;
  color: var(--brand);
  font-family: Aptos, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-source {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  counter-reset: process;
  list-style: none;
}

.process-list li {
  position: relative;
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-top: 0.25rem solid var(--brand);
  background: #fff;
  box-shadow: var(--shadow-sm);
  counter-increment: process;
}

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

.section-dark .process-list li {
  color: var(--ink);
}

.process-list li::before {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  display: grid;
  min-width: 2.8rem;
  min-height: 2rem;
  padding-inline: 0.55rem;
  place-items: center;
  border: 0.0625rem solid rgb(255 255 255 / 38%);
  border-radius: var(--radius-sm);
  background: rgb(21 23 24 / 92%);
  color: #fff;
  content: "0" counter(process);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.process-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--paper-warm);
  object-fit: cover;
}

.process-card-body {
  flex: 1;
  padding: 1.25rem 1.35rem 1.4rem;
}

.process-list strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.06rem;
}

.process-list-compact li {
  min-height: 10rem;
  padding: 1.35rem 1.35rem 1.4rem 4.8rem;
  overflow: visible;
}

.process-list-compact li::before {
  top: 1.35rem;
  left: 1.25rem;
}

.process-list-compact p {
  margin: 0;
}

.process-card-body p:last-child {
  margin-bottom: 0;
}

.feature-card {
  padding: 1.4rem;
}

.feature-card p:last-child {
  margin-bottom: 0;
}

.image-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 15rem 15rem;
  gap: 0.75rem;
}

.image-grid img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.image-grid img:first-child {
  grid-row: 1 / 3;
}

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

.project-card {
  position: relative;
  min-height: 22rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--ink);
}

.project-card-wide {
  grid-column: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  transition: transform 240ms ease;
}

.project-card:hover img {
  transform: scale(1.02);
}

.project-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 2.8rem 1.2rem 1.1rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 86%));
  color: #fff;
  line-height: 1.4;
}

.project-card figcaption strong {
  font-size: 1.08rem;
}

.project-card figcaption span {
  color: #e6e6e6;
  font-size: 0.88rem;
}

.review-quote {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-top: 0.3rem solid var(--brand);
  background: #fff;
  color: var(--ink);
}

.review-quote blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.review-quote footer {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

.trust-logo {
  display: grid;
  min-height: 7.5rem;
  place-items: center;
  padding: 1rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

.trust-logo img {
  width: auto;
  max-height: 4.5rem;
  object-fit: contain;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 0.0625rem solid var(--line);
  border-left: 0.3rem solid var(--brand);
  border-radius: var(--radius-sm);
  background: #fff;
}

.faq-list summary {
  position: relative;
  min-height: 3.5rem;
  padding: 1rem 3.5rem 1rem 1rem;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  color: var(--brand);
  content: "+";
  font-size: 1.55rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 54rem;
  padding: 0 1rem 1.1rem;
  color: var(--ink-soft);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.area-grid li {
  padding: 0.7rem 0.2rem;
  border-bottom: 0.0625rem solid var(--line);
  font-weight: 700;
}

.service-area-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.7fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 6rem);
}

.area-list-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.area-list-compact li {
  padding: 0.42rem 0.65rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 750;
}

.quote-panel {
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border-top: 0.35rem solid var(--brand);
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  color: #fff;
}

.quote-panel h3 {
  max-width: 17ch;
}

.quote-panel .eyebrow {
  color: #ff9ca2;
}

.quote-panel .button {
  border-color: #fff;
  background: #fff;
  color: var(--brand-dark);
}

.section-actions {
  margin-top: 1.75rem;
}

.blog-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

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

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.blog-card-body p {
  color: var(--ink-soft);
}

.blog-card-body .text-link {
  margin-top: auto;
}

.article-header {
  padding-block: clamp(3.5rem, 8vw, 7rem);
  background: var(--paper-warm);
}

.article-header h1 {
  max-width: 19ch;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-hero {
  width: min(calc(100% - 2rem), var(--container));
  max-height: 40rem;
  margin: -2.5rem auto 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.prose {
  width: min(calc(100% - 2rem), var(--measure));
  margin-inline: auto;
  padding-block: clamp(3rem, 7vw, 6rem);
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.prose h2,
.prose h3 {
  max-width: none;
  margin-top: 2.4em;
  color: var(--ink);
}

.prose h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.prose h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.prose li + li {
  margin-top: 0.55rem;
}

.comparison-table {
  max-width: 100%;
  margin-block: 2rem;
  overflow-x: auto;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
}

.comparison-table table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  background: #fff;
  color: var(--ink);
  font-size: 0.96rem;
}

.comparison-table th,
.comparison-table td {
  padding: 0.85rem 1rem;
  border-bottom: 0.0625rem solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  background: var(--ink);
  color: #fff;
}

.comparison-table tbody th {
  background: var(--paper-warm);
}

.comparison-table tr:last-child > * {
  border-bottom: 0;
}

.center {
  text-align: center;
}

.center h1,
.center h2,
.center .lede {
  margin-inline: auto;
}

.callout {
  margin-block: 2rem;
  padding: 1.25rem 1.35rem;
  border-left: 0.35rem solid var(--brand);
  background: var(--brand-soft);
  color: var(--ink);
}

.callout p:last-child {
  margin-bottom: 0;
}

.video-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #050505;
  box-shadow: var(--shadow-lg);
}

.video-frame video {
  width: 100%;
  max-height: 42rem;
  margin-inline: auto;
}

.visual-description {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 0.3rem solid var(--brand);
  background: var(--paper-warm);
}

.reviews-toolbar {
  display: grid;
  grid-template-columns: minmax(14rem, 1.4fr) minmax(12rem, 0.8fr) minmax(10rem, 0.6fr);
  gap: 0.75rem;
  align-items: end;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-size: 0.86rem;
  font-weight: 800;
}

.field input,
.field select {
  width: 100%;
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
  border: 0.125rem solid #8b8b8b;
  border-radius: 0.5rem;
  background: #fff;
}

.review-status {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-weight: 700;
}

.reviews-list {
  display: grid;
  gap: 1rem;
}

.review-card {
  padding: 1.35rem;
}

.review-card[hidden] {
  display: none;
}

.review-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.review-card h3 {
  margin-bottom: 0.25rem;
}

.review-date,
.review-service {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.review-service {
  display: inline-flex;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.review-title {
  margin: 0.85rem 0 0.35rem;
  font-weight: 800;
}

.owner-reply {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 0.25rem solid var(--ink);
  background: var(--paper-warm);
}

.owner-reply strong {
  display: block;
  margin-bottom: 0.35rem;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.pagination button {
  min-width: 2.75rem;
  padding: 0.55rem;
  border: 0.125rem solid var(--ink);
  border-radius: 0.45rem;
  background: #fff;
  font-weight: 800;
}

.pagination button[aria-current="page"],
.pagination button:hover {
  background: var(--ink);
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.contact-card {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.contact-card-dark {
  background: var(--ink);
  color: #fff;
}

.contact-card-dark a {
  color: #fff;
}

.contact-method {
  display: block;
  margin-block: 0.8rem;
  font-family: Aptos, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.social-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border: 0.0625rem solid currentColor;
  border-radius: var(--radius-sm);
  font-weight: 800;
  text-decoration: none;
}

.cta-band {
  overflow: hidden;
  background: var(--brand);
  color: #fff;
}

.cta-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.cta-band h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cta-band p {
  margin-bottom: 0;
}

.cta-band .button {
  border-color: #fff;
  background: #fff;
  color: var(--brand-dark);
}

.cta-band .button:hover {
  background: var(--ink);
  color: #fff;
}

.site-footer {
  background: #0d0d0d;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 0.75fr));
  gap: 2rem;
  padding-block: 4rem;
}

.footer-grid h2,
.footer-grid h3 {
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-grid p,
.footer-grid a {
  color: #d7d7d7;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li + li {
  margin-top: 0.55rem;
}

.footer-bottom {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 0.0625rem solid #444;
  color: #bfbfbf;
  font-size: 0.88rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-actions {
  display: none;
}

@media (max-width: 68rem) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-inner {
    position: relative;
  }

  .js .site-nav {
    position: absolute;
    top: calc(100% + 0.0625rem);
    right: 0;
    left: 0;
    display: none;
    padding: 0.8rem;
    border: 0.0625rem solid var(--line);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-lg);
  }

  .js .site-nav.is-open {
    display: grid;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .site-nav a,
  .site-nav .nav-cta {
    width: 100%;
    margin: 0;
  }

  .grid-4,
  .proof-grid,
  .trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(3) {
    border-left: 0;
  }

  .proof-item:nth-child(n + 3) {
    border-top: 0.0625rem solid var(--line);
  }

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

@media (max-width: 52rem) {
  .hero-grid,
  .split,
  .section-heading,
  .contact-grid,
  .cta-band-inner,
  .service-area-summary {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 1rem;
  }

  .hero-image {
    max-height: 36rem;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-lg);
  }

  .split-reverse .split-media {
    order: 0;
  }

  .grid-3,
  .process-list,
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .stat:nth-child(n + 3) {
    border-top: 0.0625rem solid var(--line);
  }

  .reviews-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 38rem) {
  body {
    padding-bottom: calc(4.1rem + env(safe-area-inset-bottom));
  }

  .topbar-inner {
    min-height: 2.35rem;
    justify-content: center;
    padding-block: 0.2rem;
  }

  .topbar-inner > p:first-child {
    display: none;
  }

  .brand-tagline {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 2.65rem;
    height: 2.65rem;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .process-list,
  .project-grid,
  .trust-logos,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .process-list-compact li {
    min-height: 0;
  }

  .project-card-wide {
    grid-column: auto;
  }

  .proof-item {
    min-height: 6.5rem;
    padding: 1rem;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .service-card {
    min-height: 18rem;
  }

  .service-number {
    margin-bottom: 2.25rem;
  }

  .image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 14rem);
  }

  .image-grid img:first-child {
    grid-row: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 1rem;
  }

  .mobile-actions {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 0.0625rem solid var(--line);
    background: #fff;
    box-shadow: 0 -0.5rem 1.5rem rgb(21 23 24 / 13%);
  }

  .mobile-actions a {
    display: grid;
    min-height: 4.1rem;
    place-items: center;
    color: var(--ink);
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-actions a + a {
    background: var(--brand);
    color: #fff;
  }
}

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

@media print {
  .topbar,
  .site-header,
  .skip-link,
  .cta-band,
  .site-footer,
  .mobile-actions,
  .reviews-toolbar,
  .pagination {
    display: none !important;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .section,
  .prose {
    padding-block: 1.5rem;
  }
}
