:root {
  --ink: #17202a;
  --muted: #5f6b73;
  --line: #d9e2e7;
  --paper: #f7faf9;
  --white: #ffffff;
  --green: #76bd42;
  --green-dark: #377b1f;
  --blue: #10a7d5;
  --blue-dark: #087a9d;
  --gold: #d49a13;
  --shadow: 0 18px 50px rgba(19, 47, 57, 0.12);
}

@font-face {
  font-family: "ArchTH";
  src: local("ArchTH"), local("ArchTH-Regular");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  height: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  min-height: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

section[id] {
  scroll-margin-top: 96px;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 82px;
  padding: 0 56px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-icon-vector {
  width: 56px;
  height: 58px;
  object-fit: contain;
}

.brand-name strong,
.brand-name small {
  display: block;
}

.brand-name strong {
  font-family: "ArchTH", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-name small {
  font-family: "ArchTH", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-blue {
  color: var(--blue);
}

.brand-amp {
  color: var(--ink);
  font-weight: 700;
}

.brand-green {
  color: var(--green);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--blue-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 800;
}

.header-cta {
  color: var(--blue-dark);
  border-color: var(--blue);
}

.button.primary {
  color: var(--white);
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.button.secondary {
  color: var(--green-dark);
  background: var(--white);
  border-color: var(--green);
}

.section-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 18px;
  color: var(--white);
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.disabled-link {
  opacity: 0.72;
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  min-height: 690px;
  padding: 86px 72px 72px;
  background:
    linear-gradient(120deg, rgba(247, 250, 249, 0.99) 0%, rgba(247, 250, 249, 0.95) 50%, rgba(230, 246, 240, 0.88) 100%),
    radial-gradient(circle at 86% 28%, rgba(118, 189, 66, 0.18), transparent 30%),
    radial-gradient(circle at 70% 72%, rgba(16, 167, 213, 0.14), transparent 32%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

h2 {
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  font-size: 21px;
  line-height: 1.22;
}

.hero-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-proof span {
  padding: 8px 12px;
  color: var(--blue-dark);
  background: rgba(16, 167, 213, 0.09);
  border: 1px solid rgba(16, 167, 213, 0.22);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  align-self: center;
  display: grid;
  gap: 22px;
}

.hero-mark {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(90deg, rgba(16, 167, 213, 0.08) 0 1px, transparent 1px 24px);
  border: 1px solid var(--line);
}

.hero-mark img {
  width: min(100%, 360px);
  max-height: 320px;
  object-fit: contain;
}

.hero-route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.hero-route span {
  padding: 14px 10px;
  text-align: center;
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-panel div {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.hero-panel div:last-child {
  border-right: 0;
}

.metric {
  color: var(--green-dark);
  font-size: 32px;
  font-weight: 900;
}

.sector-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sector-band article {
  padding: 42px 52px;
  background: var(--white);
}

.sector-band img {
  width: 132px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 24px;
}

.sector-band h2 {
  margin-bottom: 10px;
  font-size: 25px;
}

.distinction {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  padding: 74px 72px;
  background: var(--ink);
  color: var(--white);
}

.distinction .eyebrow {
  color: #bce868;
}

.distinction h2 {
  margin-bottom: 0;
}

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

.distinction-grid article {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.distinction-grid p {
  color: #d5dde0;
}

.local-intent {
  padding: 86px 72px;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.intent-grid a {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 190px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.intent-grid span {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-grid strong {
  font-size: 20px;
  line-height: 1.25;
}

.intent-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.split,
.quote-form,
.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  padding: 92px 72px;
}

.section-copy p,
.section-heading p,
.contact p {
  color: var(--muted);
  font-size: 18px;
}

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

.person-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.person-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.person-card div {
  padding: 24px;
}

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

.services,
.blog {
  padding: 92px 72px;
  background: var(--white);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

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

.blog-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 34vw);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 12px;
  scroll-snap-type: x proximity;
}

.service-grid article,
.blog-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.service-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.service-card span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  color: var(--blue-dark);
  background: rgba(16, 167, 213, 0.08);
  border: 1px solid rgba(16, 167, 213, 0.18);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.service-grid p,
.blog-grid p {
  color: var(--muted);
}

.blog-archive-page {
  background:
    linear-gradient(180deg, rgba(230, 246, 240, 0.86), rgba(247, 250, 249, 1) 360px),
    var(--paper);
}

.blog-archive-hero,
.blog-series,
.blog-archive-heading,
.blog-archive-list {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 72px 24px 0;
}

.blog-archive-hero {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.blog-archive-hero h1 {
  max-width: 940px;
  font-size: 54px;
}

.blog-series {
  padding-top: 48px;
}

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

.series-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 360px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.series-card span {
  width: fit-content;
  padding: 6px 9px;
  color: var(--blue-dark);
  background: rgba(16, 167, 213, 0.08);
  border: 1px solid rgba(16, 167, 213, 0.18);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.series-card h3 {
  margin-bottom: 0;
  font-size: 25px;
}

.series-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.series-card li {
  color: var(--muted);
}

.series-card li::marker {
  color: var(--green-dark);
  font-weight: 900;
}

.series-card a {
  color: var(--blue-dark);
  font-weight: 800;
}

.series-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 18px;
  color: var(--white) !important;
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.blog-archive-heading {
  padding-top: 62px;
  padding-bottom: 0;
}

.blog-archive-heading h2 {
  margin-bottom: 10px;
}

.blog-archive-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.blog-archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 96px;
}

.blog-archive-list article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 310px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.blog-archive-list article:first-child {
  border-color: rgba(118, 189, 66, 0.38);
  box-shadow: inset 4px 0 0 rgba(118, 189, 66, 0.76), var(--shadow);
}

.blog-archive-list p:first-child {
  margin-bottom: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-archive-list time {
  color: var(--muted);
  font-weight: 800;
}

.blog-archive-list h2 {
  margin-bottom: 0;
  font-size: 27px;
}

.blog-archive-list article > p:not(:first-child) {
  color: var(--muted);
  font-size: 18px;
}

.blog-archive-list .service-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 18px;
  color: var(--white);
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.archive-card-muted {
  box-shadow: none !important;
  opacity: 0.82;
}

.service-card small {
  color: var(--ink);
  font-weight: 700;
}

.service-card a {
  color: var(--blue-dark);
  font-weight: 900;
}

.service-card .service-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 18px;
  color: var(--white) !important;
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.service-card .service-link-button:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.primary-service {
  background: var(--paper) !important;
  border-color: rgba(118, 189, 66, 0.38) !important;
  box-shadow: inset 4px 0 0 rgba(118, 189, 66, 0.76);
}

.primary-service span {
  color: var(--green-dark);
  background: rgba(118, 189, 66, 0.1);
  border-color: rgba(118, 189, 66, 0.26);
}

.service-page {
  background:
    linear-gradient(180deg, rgba(230, 246, 240, 0.86), rgba(247, 250, 249, 1) 380px),
    var(--paper);
}

.service-article {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.service-hero h1 {
  font-size: 56px;
}

.service-lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 22px;
}

.service-summary {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--ink);
  color: var(--white);
}

.service-summary strong {
  color: #bce868;
  font-size: 28px;
  line-height: 1.1;
}

.service-summary span {
  color: #d5dde0;
}

.service-section {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.service-section:last-child {
  border-bottom: 0;
}

.service-section p,
.service-section li {
  max-width: 820px;
  font-size: 18px;
}

.service-grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.service-grid-list article {
  min-height: 180px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
}

.service-grid-list h3 {
  color: var(--blue-dark);
}

.service-cta {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-cta-compact {
  margin-top: 28px;
  box-shadow: none;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.related-links a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

.related-links strong {
  color: var(--blue-dark);
  font-size: 18px;
  line-height: 1.2;
}

.related-links span {
  color: var(--muted);
  font-size: 15px;
}

.method {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  padding: 72px;
  background: var(--ink);
  color: var(--white);
}

.method .eyebrow {
  color: #bce868;
}

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

.steps li {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.steps span {
  color: #d5dde0;
}

.apps-section {
  padding: 92px 72px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 244, 0.96)),
    var(--white);
}

.app-list {
  display: grid;
  gap: 24px;
}

.app-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.app-card-muted {
  box-shadow: none;
}

.app-card h3 {
  margin-bottom: 14px;
  font-size: 30px;
}

.app-card p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.app-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--ink);
  font-weight: 700;
}

.app-status {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  color: var(--blue-dark);
  background: rgba(16, 167, 213, 0.08);
  border: 1px solid rgba(16, 167, 213, 0.18);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.app-status-soon {
  color: var(--green-dark);
  background: rgba(118, 189, 66, 0.1);
  border-color: rgba(118, 189, 66, 0.26);
}

.app-panel {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
  background: var(--ink);
  color: var(--white);
}

.app-panel-muted {
  background: #eef4f2;
  color: var(--ink);
}

.app-panel strong {
  color: #bce868;
  font-size: 30px;
  line-height: 1;
}

.app-panel-muted strong {
  color: var(--green-dark);
}

.app-panel span {
  color: #d5dde0;
}

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

.disabled-link {
  opacity: 0.62;
  pointer-events: none;
}

.quote-form {
  background: linear-gradient(90deg, #eef8f4, #f7faf9);
}

.contact-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-shortcuts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid rgba(16, 167, 213, 0.28);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.form-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #b9c7cf;
  border-radius: 4px;
  font: inherit;
  background: var(--white);
}

textarea {
  resize: vertical;
}

.privacy-check {
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
}

.privacy-check input {
  min-height: 18px;
  margin-top: 3px;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.full,
.form-card button {
  grid-column: 1 / -1;
}

.blog-grid article {
  min-height: 210px;
  scroll-snap-align: start;
}

.blog-grid article p {
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.blog-grid time {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.blog-grid a {
  color: var(--blue-dark);
  font-weight: 800;
}

.blog-grid a[aria-disabled="true"] {
  color: var(--muted);
  cursor: default;
}

.blog-card-featured {
  background: #f3faf6 !important;
  border-color: rgba(118, 189, 66, 0.45) !important;
}

.blog-article-page {
  background:
    linear-gradient(180deg, rgba(230, 246, 240, 0.86), rgba(247, 250, 249, 1) 360px),
    var(--paper);
}

.blog-post {
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.post-hero {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.back-link {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--blue-dark);
  font-weight: 900;
}

.post-meta {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-byline {
  margin: -8px 0 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.post-lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 22px;
}

.blog-post section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.blog-post section:last-child {
  border-bottom: 0;
}

.blog-post h1 {
  font-size: 54px;
}

.blog-post h2 {
  margin-bottom: 18px;
  font-size: 32px;
}

.blog-post h3 {
  margin-top: 28px;
  color: var(--blue-dark);
}

.blog-post p,
.blog-post li {
  color: var(--ink);
  font-size: 18px;
}

.blog-post p {
  max-width: 820px;
}

.blog-post p a,
.blog-post li a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-post p a:hover,
.blog-post li a:hover {
  color: var(--blue);
}

.blog-post ul,
.blog-post ol {
  display: grid;
  gap: 12px;
  max-width: 820px;
  padding-left: 24px;
}

.blog-post pre {
  max-width: 820px;
  overflow-x: auto;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}

.blog-post code {
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 15px;
  line-height: 1.5;
}

.article-cta {
  padding: 28px !important;
  background: #101820;
  color: var(--white);
  border: 0 !important;
}

.article-cta h2,
.article-cta p {
  color: var(--white);
}

.article-cta .eyebrow {
  color: #bce868;
}

.article-cta .button.secondary {
  color: #bce868;
  border-color: rgba(188, 232, 104, 0.65);
}

.article-callout {
  max-width: 820px;
  margin: 22px 0;
  padding: 22px 24px;
  background: #eef8f4;
  border-left: 4px solid var(--green);
}

.article-callout p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.article-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.article-table th,
.article-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

.article-table th {
  color: var(--ink);
  background: #eef8f4;
  font-weight: 900;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-table th:last-child,
.article-table td:last-child {
  border-right: 0;
}

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

.seo-topic-grid article {
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.seo-topic-grid h3 {
  margin-bottom: 10px;
  color: var(--blue-dark);
}

.seo-topic-grid p {
  color: var(--muted);
}

.seo-topic-grid a {
  color: var(--blue-dark);
  font-weight: 900;
}

.sources a {
  color: var(--blue-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact {
  background: var(--white);
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 30px;
  background: var(--ink);
  color: var(--white);
}

.contact-card a {
  color: #bce868;
  font-size: 22px;
  font-weight: 900;
}

.contact-card p {
  color: #d5dde0;
  margin-bottom: 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-card .social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(188, 232, 104, 0.45);
  color: #bce868;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.contact-card .social-links a:hover,
.footer-social a:hover {
  border-color: #bce868;
  background: rgba(188, 232, 104, 0.10);
}

.legal-notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0 72px 72px;
  background: var(--white);
}

.legal-notes article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.legal-notes h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

.legal-notes p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 72px;
  color: #d5dde0;
  background: #101820;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer span {
  color: #bce868;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-placeholder {
  min-height: 100vh;
  padding: 92px 72px;
}

.app-placeholder > p {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 18px 24px;
    gap: 16px;
    position: static;
  }

  .main-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero,
  .split,
  .quote-form,
  .contact,
  .method,
  .apps-section,
  .distinction,
  .local-intent {
    grid-template-columns: 1fr;
    padding: 56px 24px;
  }

  .app-card {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .sector-band,
  .service-grid,
  .steps,
  .people-grid,
  .form-card,
  .distinction-grid,
  .intent-grid,
  .legal-notes {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(310px, 72vw);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .blog-grid article {
    scroll-snap-align: start;
  }

  .site-footer {
    display: grid;
    padding: 24px;
  }

  .blog-post {
    padding: 48px 24px 72px;
  }

  .blog-post h1 {
    font-size: 40px;
  }

  .service-article {
    width: 100%;
    padding: 48px 24px 72px;
  }

  .service-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
    padding-bottom: 28px;
  }

  .service-hero h1 {
    max-width: 720px;
    margin-bottom: 20px;
    font-size: clamp(38px, 7vw, 48px);
    line-height: 1.08;
  }

  .service-lead {
    max-width: 720px;
    font-size: 20px;
  }

  .service-summary {
    width: min(100%, 720px);
  }

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

  .related-links {
    grid-template-columns: 1fr;
  }

  .blog-archive-hero h1 {
    font-size: clamp(38px, 7vw, 48px);
    line-height: 1.08;
  }

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

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

@media (max-width: 680px) {
  html {
    scroll-padding-top: 0;
  }

  section[id] {
    scroll-margin-top: 0;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand-icon-vector {
    width: 46px;
    height: 48px;
  }

  .brand-name strong {
    font-size: 15px;
  }

  .brand-name small {
    font-size: 14px;
  }

  .main-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .header-cta {
    width: 100%;
  }

  .hero,
  .split,
  .quote-form,
  .contact,
  .method,
  .apps-section,
  .distinction,
  .local-intent,
  .services,
  .blog {
    padding: 44px 18px;
  }

  .hero {
    min-height: auto;
    gap: 34px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  h2 {
    font-size: 28px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-proof span {
    width: 100%;
  }

  .hero-mark {
    min-height: 300px;
    padding: 18px;
  }

  .hero-mark img {
    width: min(100%, 320px);
    max-height: 270px;
  }

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

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .sector-band article {
    padding: 32px 24px;
  }

  .sector-band img {
    width: 118px;
    height: 86px;
  }

  .distinction-grid article,
  .intent-grid a,
  .service-grid article,
  .blog-grid article {
    min-height: auto;
  }

  .person-card {
    grid-template-columns: 96px 1fr;
  }

  .person-card img {
    height: 100%;
    min-height: 126px;
  }

  .steps {
    padding-left: 0;
  }

  .form-card {
    padding: 22px;
  }

  .contact-card {
    padding: 24px;
  }

  .contact-card a {
    overflow-wrap: anywhere;
    font-size: 19px;
  }

  .legal-notes {
    padding: 0 18px 44px;
  }

  .site-footer {
    gap: 10px;
    font-size: 13px;
  }

  .blog-post {
    padding: 38px 18px 56px;
  }

  .blog-archive-hero,
  .blog-series,
  .blog-archive-heading,
  .blog-archive-list {
    padding-right: 18px;
    padding-left: 18px;
  }

  .blog-archive-hero {
    padding-top: 38px;
  }

  .blog-archive-hero h1 {
    font-size: 34px;
  }

  .blog-archive-list {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .blog-archive-list article {
    min-height: auto;
    padding: 24px;
  }

  .series-card {
    min-height: auto;
    padding: 24px;
  }

  .blog-archive-list h2 {
    font-size: 24px;
  }

  .blog-post h1 {
    font-size: 34px;
  }

  .blog-post h2 {
    font-size: 26px;
  }

  .seo-topic-grid {
    grid-template-columns: 1fr;
  }

  .post-lead,
  .blog-post p,
  .blog-post li {
    font-size: 17px;
  }

  .service-article {
    padding: 30px 18px 56px;
  }

  .service-hero {
    gap: 20px;
    padding-bottom: 24px;
  }

  .back-link {
    display: inline-flex;
    margin-bottom: 8px;
  }

  .service-hero .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .service-hero h1 {
    font-size: clamp(32px, 10vw, 38px);
    line-height: 1.08;
  }

  .service-lead {
    font-size: 18px;
    line-height: 1.55;
  }

  .service-summary {
    gap: 10px;
    padding: 20px;
  }

  .service-summary strong {
    font-size: 24px;
  }

  .service-section {
    padding: 32px 0;
  }

  .service-section p,
  .service-section li {
    font-size: 17px;
  }

  .service-cta {
    padding: 22px;
  }
}
