:root {
  --red: #8c323c;
  --red-deep: #762630;
  --red-light: #a94650;
  --ink: #161313;
  --charcoal: #2b2625;
  --muted: #6b6360;
  --paper: #fffaf6;
  --white: #ffffff;
  --mist: #f2f5f7;
  --line: rgba(22, 19, 19, 0.12);
  --line-red: rgba(159, 51, 58, 0.22);
  --shadow: 0 24px 80px rgba(42, 32, 29, 0.12);
  --pad: clamp(1.1rem, 3vw, 3.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.site-header {
  position: relative;
  z-index: 20;
  color: var(--white);
  background: var(--red);
}

.brand-ribbon {
  display: grid;
  place-items: center;
  min-height: clamp(5.8rem, 9vw, 7.6rem);
  padding: 0.9rem var(--pad);
  background:
    linear-gradient(120deg, rgba(118, 38, 48, 0.4), rgba(140, 50, 60, 0) 38%),
    linear-gradient(90deg, #8c323c 0%, #903541 54%, #9f4650 100%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  width: auto;
  filter: none;
}

.brand-lockup img {
  width: clamp(3.2rem, 5.5vw, 4.9rem);
  height: auto;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.brand-lockup span {
  color: var(--white);
  font-size: clamp(2.25rem, 4.4vw, 3.85rem);
  font-weight: 560;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-ribbon {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.55rem;
  padding: 0.55rem var(--pad);
  background: rgba(132, 37, 44, 0.96);
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  width: 100%;
  font-size: 0.9rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a.is-current {
  color: var(--red-deep);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(39, 15, 18, 0.16);
}

.nav-contact {
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
  place-items: center;
  gap: 0.35rem;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
}

.hero,
.page-hero,
.navigation-lanes,
.conversion-band,
.ticker-band,
.process-grid,
.split-statement,
.network-board,
.region-strip,
.sector-wall,
.sector-index,
.about-section,
.dual-process,
.work-accordion,
.coverage-section,
.contact-grid,
.site-footer {
  width: 100%;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: stretch;
  min-height: 0;
  padding-top: clamp(2rem, 4vw, 3.8rem);
  padding-bottom: clamp(2rem, 4vw, 3.8rem);
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(159, 51, 58, 0.09) calc(100% - 1px)),
    linear-gradient(180deg, var(--white), #f7f8f8);
  background-size: 12.5% 100%, auto;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.lane h2,
.conversion-band h2,
.split-statement h2,
.network-column h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 23ch;
  font-size: clamp(2.15rem, 3.55vw, 3.75rem);
  line-height: 1.04;
}

.lead {
  max-width: 46rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.1;
  box-shadow: 0 12px 34px rgba(42, 32, 29, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease,
    background-color 180ms ease;
}

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

.button-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(159, 51, 58, 0.22);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  padding: clamp(1.1rem, 2vw, 1.7rem);
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.13), transparent 44%),
    var(--red);
  box-shadow: var(--shadow);
}

.hero-proof-card {
  gap: 1.25rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, #8c323c 0%, #903842 55%, #84303a 100%);
}

.panel-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.capital-stack {
  display: grid;
  gap: 0.55rem;
  margin: 2rem 0;
}

.capital-stack span {
  display: flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 700;
}

.hero-number {
  display: block;
  margin-top: 0.15rem;
  color: var(--white);
  font-size: clamp(3.3rem, 6.2vw, 5.9rem);
  font-weight: 760;
  line-height: 0.84;
}

.hero-number-label {
  margin-top: 0.35rem;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-proof-grid span {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.68rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.2;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.ticker-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.ticker-band span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-height: 4.4rem;
  padding: 0.7rem;
  border-right: 1px solid var(--line);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 760;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ticker-band strong {
  display: block;
  color: var(--red);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.ticker-band span:last-child {
  border-right: 0;
}

.navigation-lanes {
  display: grid;
  gap: 0;
  padding-top: clamp(1.6rem, 3.5vw, 3.2rem);
  padding-bottom: clamp(1.6rem, 3.5vw, 3.2rem);
  background: var(--paper);
}

.lane {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr) auto;
  gap: clamp(0.9rem, 2.2vw, 2.2rem);
  align-items: center;
  min-height: 7.5rem;
  padding: clamp(1rem, 2vw, 1.7rem) 0;
  border-top: 1px solid var(--line);
  transition: color 180ms ease, transform 180ms ease;
}

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

.lane:hover,
.lane:focus-visible {
  transform: translateX(8px);
  color: var(--red);
}

.lane-number {
  color: var(--red);
  font-size: clamp(1.55rem, 3vw, 3.1rem);
  font-weight: 780;
  line-height: 0.9;
}

.lane h2 {
  max-width: 28ch;
  font-size: clamp(1.4rem, 2.25vw, 2.45rem);
  line-height: 1.08;
}

.lane p:last-child {
  max-width: 44rem;
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lane-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.8rem;
  min-height: 3.8rem;
  border: 1px solid var(--line-red);
  border-radius: 999px;
  color: var(--red);
  font-weight: 760;
  transition: color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, transform 180ms ease;
}

.lane:hover .lane-arrow,
.lane:focus-visible .lane-arrow {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  transform: translateX(2px);
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: clamp(1rem, 3.5vw, 3.5rem);
  align-items: end;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  color: var(--white);
  background: var(--charcoal);
}

.about-section {
  padding-top: clamp(2.2rem, 4.5vw, 4rem);
  padding-bottom: clamp(2.2rem, 4.5vw, 4rem);
  background: #e9e9e8;
  border-top: 1px solid var(--line);
}

.about-heading {
  display: grid;
  justify-items: center;
  margin: 0 auto clamp(1.5rem, 3.5vw, 3rem);
  text-align: center;
}

.about-heading h2 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.about-heading::after {
  content: "";
  display: block;
  width: min(18rem, 42vw);
  height: 3px;
  margin-top: 1rem;
  background: var(--ink);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: clamp(1.7rem, 3.5vw, 3rem);
  border: 1px solid rgba(22, 19, 19, 0.16);
  background: var(--white);
}

.service-strip article {
  display: grid;
  align-content: space-between;
  min-height: 7.6rem;
  padding: clamp(0.85rem, 1.5vw, 1.15rem);
  border-right: 1px solid rgba(22, 19, 19, 0.12);
}

.service-strip article:last-child {
  border-right: 0;
}

.service-strip span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-strip strong {
  max-width: 10rem;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.14;
}

.about-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3rem, 9vw, 8rem);
  row-gap: clamp(3rem, 5vw, 5rem);
  max-width: 86rem;
  margin: 0 auto;
}

.about-accordion details {
  border-bottom: 1px solid rgba(22, 19, 19, 0.42);
}

.about-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.9rem;
  gap: 1.5rem;
  padding: 1rem 0.4rem 1rem 0;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1.35rem, 2.1vw, 2.35rem);
  font-weight: 720;
  line-height: 1.1;
  letter-spacing: 0;
  list-style: none;
}

.about-accordion summary::-webkit-details-marker {
  display: none;
}

.about-accordion summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
}

.about-accordion details[open] summary::after {
  content: "-";
}

.about-accordion-body {
  max-width: 40rem;
  padding: 0 2.2rem 1.4rem 0;
}

.about-accordion-body p {
  margin: 0;
  color: #2d2928;
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.62;
}

.about-accordion-body p + p {
  margin-top: 1.05rem;
}

.standout-line {
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.about-accordion strong,
.accordion-body strong {
  color: var(--ink);
  font-weight: 700;
}

.conversion-band .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.conversion-band h2 {
  max-width: 22ch;
  font-size: clamp(1.8rem, 3.1vw, 3.25rem);
  line-height: 1.05;
}

.conversion-band p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.75;
}

.page-hero {
  display: grid;
  align-content: center;
  min-height: clamp(15rem, 28vh, 21rem);
  padding-top: clamp(1.8rem, 3.5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 3.5vw, 3.2rem);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 26ch;
  font-size: clamp(1.85rem, 2.8vw, 3rem);
  line-height: 1.05;
}

.contact-hero {
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.42fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(159, 51, 58, 0.08) calc(100% - 1px)),
    linear-gradient(180deg, var(--white), #f7f8f8);
  background-size: 12.5% 100%, auto;
}

.contact-hero .hero-actions {
  margin-top: 1.6rem;
}

.contact-card {
  display: grid;
  gap: 0;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 40%),
    var(--red);
  box-shadow: var(--shadow);
}

.contact-card .panel-kicker {
  margin: 0;
  padding: 1.15rem 1.25rem 0.35rem;
}

.contact-card a,
.contact-card div {
  display: grid;
  gap: 0.4rem;
  padding: 1.05rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--white);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.25;
  word-break: break-word;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.process-grid article {
  min-height: 16rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span,
.network-column span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.process-grid h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.9vw, 2rem);
  line-height: 1.08;
}

.process-grid p,
.split-statement p,
.network-column p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.split-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: clamp(1rem, 3.5vw, 3.5rem);
  align-items: end;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  background: var(--white);
}

.split-statement h2 {
  max-width: 22ch;
  font-size: clamp(1.8rem, 3.1vw, 3.25rem);
  line-height: 1.05;
}

.split-statement p {
  margin: 0;
}

.dual-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: var(--paper);
}

.process-track {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--white);
}

.process-track:last-child {
  border-right: 1px solid var(--line);
}

.process-track-red {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.process-track h2 {
  max-width: 12ch;
  margin: 0 0 clamp(2rem, 4vw, 4rem);
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.process-track ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-track li {
  display: grid;
  grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

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

.process-track strong {
  font-size: 1.02rem;
}

.process-track span {
  color: var(--muted);
  line-height: 1.6;
}

.process-track-red .eyebrow,
.process-track-red span {
  color: rgba(255, 255, 255, 0.76);
}

.process-track-red li,
.process-track-red li:last-child {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-accordion {
  padding-top: clamp(2.2rem, 4vw, 3.8rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.8rem);
  background: #f7f7f6;
}

.work-heading {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}

.work-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.work-heading::after {
  content: "";
  display: block;
  width: min(17rem, 42vw);
  height: 3px;
  margin-top: 0.75rem;
  background: var(--ink);
}

.accordion-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 5rem);
}

.accordion-column h3 {
  margin: 0 0 clamp(1rem, 2vw, 1.6rem);
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
}

.accordion-column details {
  border-top: 1px solid var(--ink);
}

.accordion-column details:last-child {
  border-bottom: 1px solid var(--ink);
}

.accordion-column summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.1rem;
  gap: 1.5rem;
  padding: 0.95rem 1.6rem 0.95rem 0;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 720;
  line-height: 1.25;
  list-style: none;
}

.accordion-column summary::-webkit-details-marker {
  display: none;
}

.accordion-column summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 320;
  line-height: 1;
}

.accordion-column details[open] summary::after {
  content: "-";
}

.accordion-body {
  max-width: 32rem;
  padding: 0 2.5rem 1.15rem 0;
}

.accordion-body p {
  margin: 0;
  color: #2c2827;
  font-size: clamp(0.95rem, 1vw, 1.02rem);
  line-height: 1.62;
}

.accordion-body p + p {
  margin-top: 1rem;
}

.network-board {
  display: grid;
  grid-template-columns: 0.85fr repeat(2, minmax(0, 1fr));
  min-height: 0;
  padding-top: clamp(1.8rem, 3.5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 3.5vw, 3.2rem);
  background: var(--paper);
}

.network-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 16rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--white);
}

.network-column:last-child {
  border-right: 1px solid var(--line);
}

.network-column h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.7rem);
  line-height: 1.05;
}

.network-column h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.75rem);
  line-height: 1.08;
}

.network-column > strong {
  color: var(--red);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 0.9;
}

.network-column > span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.network-metric-card {
  gap: 0.9rem;
}

.network-relationship-card {
  grid-column: span 2;
}

.network-metric-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.network-metric-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: auto;
}

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

.network-metric-list div {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-height: 7.25rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  background: var(--paper);
}

.network-metric-list strong {
  color: var(--red);
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  line-height: 0.9;
}

.network-metric-list span {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.35;
}

.red-column {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.red-column span {
  color: rgba(255, 255, 255, 0.72);
}

.region-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 0;
  padding-bottom: 0;
  background: var(--charcoal);
  color: var(--white);
}

.region-strip span {
  display: grid;
  place-items: center;
  min-height: 4.8rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  font-weight: 760;
}

.region-strip span:last-child {
  border-right: 0;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 var(--pad);
  background: var(--paper);
}

.stat-row article {
  display: grid;
  gap: 0.4rem;
  min-height: 7rem;
  padding: clamp(1rem, 1.8vw, 1.4rem);
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--white);
}

.stat-row article + article {
  border-left: 0;
}

.stat-row strong {
  color: var(--red);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 0.9;
}

.stat-row span {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.coverage-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-top: clamp(2.2rem, 4.5vw, 4rem);
  padding-bottom: clamp(2.2rem, 4.5vw, 4rem);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.coverage-heading h2 {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.coverage-heading p:last-child {
  max-width: 28rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--paper);
}

.coverage-grid article {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 13rem;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.coverage-grid article:nth-child(2n) {
  border-right: 1px solid var(--line);
}

.coverage-grid article:nth-child(3n) {
  border-right: 0;
}

.coverage-grid article:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.coverage-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.coverage-grid strong {
  color: var(--red);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
}

.coverage-grid ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coverage-grid li {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(22, 19, 19, 0.1);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.35;
}

.sector-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: var(--paper);
}

.sector-wall span {
  display: flex;
  align-items: flex-end;
  min-height: clamp(9rem, 18vw, 16rem);
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
  background: var(--white);
  color: var(--ink);
  font-size: clamp(1.35rem, 2.8vw, 3.3rem);
  font-weight: 770;
  line-height: 0.96;
}

.sector-wall span:nth-child(4n) {
  border-right: 1px solid var(--line);
}

.sector-wall span:nth-last-child(-n + 4) {
  border-bottom: 1px solid var(--line);
}

.sector-wall span:nth-child(3n) {
  background: #f7f8f8;
}

.sector-wall span:nth-child(5n) {
  color: var(--red);
}

.sector-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: clamp(1.8rem, 3.5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 3.5vw, 3.2rem);
  background: var(--paper);
}

.sector-index article {
  min-height: 16rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
  background: var(--white);
}

.sector-index article:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.sector-index article:nth-last-child(-n + 3) {
  border-bottom: 1px solid var(--line);
}

.sector-index h2 {
  margin: 0 0 clamp(1.2rem, 2.8vw, 2.6rem);
  color: var(--red);
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
  line-height: 1.05;
}

.sector-index ul {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sector-index li {
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
  color: var(--charcoal);
  font-size: 0.96rem;
  line-height: 1.4;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: clamp(1.8rem, 3.5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 3.5vw, 3.2rem);
  background: var(--paper);
}

.contact-grid a,
.contact-grid article {
  display: grid;
  align-content: space-between;
  min-height: 10rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--white);
}

.contact-grid a:last-child,
.contact-grid article:last-child {
  border-right: 1px solid var(--line);
}

.contact-grid span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-grid strong {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.25;
  word-break: break-word;
}

.contact-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(1.8rem, 3.5vw, 3.2rem) var(--pad);
  background: var(--paper);
}

.contact-paths article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.1rem;
  overflow: hidden;
  min-height: 15rem;
  padding: clamp(1rem, 2vw, 1.55rem);
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-paths article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(140, 50, 60, 0.2);
}

.contact-paths article:hover,
.contact-paths article:focus-within {
  z-index: 1;
  transform: translateY(-3px);
  border-color: rgba(140, 50, 60, 0.32);
  box-shadow: 0 22px 60px rgba(42, 32, 29, 0.1);
}

.contact-paths article:last-child {
  border-right: 1px solid var(--line);
}

.contact-paths span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-paths h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.contact-paths p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.contact-paths .button {
  justify-self: start;
  margin-top: 0.2rem;
}

.contact-path-red {
  color: var(--ink);
  background: var(--white) !important;
  border-color: rgba(140, 50, 60, 0.32) !important;
}

.contact-path-red::before {
  background: var(--red);
}

.contact-path-red span {
  color: var(--red);
}

.contact-path-red p {
  color: var(--muted);
}

.contact-path-red h2 {
  color: var(--ink);
}

.contact-path-red .button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 40px rgba(159, 51, 58, 0.22);
}

.contact-note {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: clamp(1rem, 3.5vw, 3.5rem);
  align-items: end;
  padding: clamp(2rem, 4vw, 3.5rem) var(--pad);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(140, 50, 60, 0.08), transparent 46%),
    var(--white);
  border-top: 1px solid var(--line);
}

.contact-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad);
  width: clamp(4rem, 9vw, 8rem);
  height: 3px;
  background: var(--red);
}

.contact-note h2 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-note p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--red);
}

@media (max-width: 1050px) {
  .hero,
  .contact-hero,
  .conversion-band,
  .split-statement,
  .contact-note,
  .network-board,
  .stat-row,
  .dual-process,
  .accordion-columns,
  .coverage-section,
  .contact-paths,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel,
  .network-column,
  .process-grid article {
    min-height: auto;
  }

  .network-relationship-card {
    grid-column: auto;
  }

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

  .service-strip article,
  .service-strip article:last-child,
  .contact-paths article,
  .contact-paths article:last-child {
    border: 1px solid rgba(22, 19, 19, 0.12);
  }

  .process-track,
  .process-track:last-child {
    border: 1px solid var(--line);
  }

  .process-track-red,
  .process-track-red:last-child {
    border-color: var(--red);
  }

  .ticker-band,
  .process-grid,
  .region-strip,
  .network-category-grid,
  .about-accordion,
  .sector-wall,
  .sector-index,
  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid article,
  .network-column,
  .sector-wall span,
  .sector-index article,
  .coverage-grid article,
  .ticker-band span,
  .region-strip span {
    border: 1px solid var(--line);
  }

  .stat-row article + article {
    border-left: 1px solid var(--line);
  }

  .network-column.red-column {
    border-color: var(--red);
  }
}

@media (max-width: 720px) {
  .brand-ribbon {
    min-height: 5rem;
  }

  .brand-lockup {
    gap: 0.65rem;
  }

  .brand-lockup img {
    width: clamp(2.9rem, 13vw, 3.8rem);
  }

  .brand-lockup span {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .nav-ribbon {
    justify-content: flex-end;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: var(--pad);
    right: var(--pad);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--red-deep);
    box-shadow: 0 24px 70px rgba(42, 32, 29, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 1rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a.is-current {
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
  }

  .nav-contact {
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .hero,
  .page-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ticker-band,
  .process-grid,
  .region-strip,
  .sector-wall,
  .sector-index,
  .stat-row,
  .network-category-grid,
  .about-accordion,
  .service-strip,
  .contact-paths,
  .coverage-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .lane {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .process-track li {
    grid-template-columns: 1fr;
  }

  .lane-arrow {
    min-width: 3rem;
    min-height: 3rem;
    justify-self: start;
  }

  .conversion-band h2,
  .split-statement h2,
  .work-heading h2 {
    font-size: clamp(1.75rem, 9vw, 2.8rem);
  }

  .accordion-column h3 {
    text-align: left;
  }

  .accordion-body {
    padding-right: 0;
  }

  .site-footer,
  .site-footer div {
    flex-direction: column;
  }
}
