@font-face {
  font-family: "PT Bold Heading";
  src: url("assets/PT Bold Heading Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --bg: #ffffff;
  --text: #242424;
  --muted: #6b6b6b;
  --line: #e9e9e9;
  --charcoal: #2f2f2f;
  --paper: #f3efe9;
  --accent: #a05252;
  --highlight: rgba(176, 68, 68, 0.34);
  --highlight-strong: rgba(176, 68, 68, 0.44);
  --marker-fill: rgba(176, 68, 68, 0.2);
  --marker-fill-strong: rgba(176, 68, 68, 0.28);
  --arabic: rgb(160, 71, 71);
  --chip-text: #393939;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --display: "Inter", "Helvetica Neue", Arial, sans-serif;
  --arabic-font: "PT Bold Heading", "Noto Sans Arabic", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
}

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

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

.page {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px 72px;
}

.masthead {
  width: 100%;
  background:
    linear-gradient(rgba(47, 47, 47, 0.38), rgba(47, 47, 47, 0.38)),
    url("assets/medina-of-fez-cyber-risk.png") center / cover no-repeat;
}

.masthead-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 48px 24px 92px;
}

.masthead-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: flex-end;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(54px, 8.8vw, 108px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.title-word {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}

.title-en {
  position: relative;
  z-index: 1;
}

.title-ar {
  position: absolute;
  right: -0.18em;
  top: 0.72em;
  z-index: 2;
  color: var(--arabic);
  font-family: var(--arabic-font);
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  pointer-events: none;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
  gap: 72px;
  align-items: start;
  padding: 0 0 48px;
}

.home-hero {
  padding-top: 72px;
}

.profile-hero--solo {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.profile-hero--solo .work-embedded {
  width: 100%;
  max-width: none;
}

.hero-main {
  min-width: 0;
}

.hero-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hero-header-text {
  min-width: 0;
}

.avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px var(--bg);
}

.kicker,
.work-meta,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(40px, 4.6vw, 54px);
  line-height: 1.02;
  font-weight: 700;
}

.role {
  max-width: 640px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
}

.meta-row a,
.work-links a:hover {
  color: var(--accent);
}

.intro p,
.background-copy p,
.work-summary,
.work-notes,
.expertise-list p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.55;
}

.intro p,
.background-copy p {
  margin-bottom: 18px;
}

.expertise-panel {
  position: static;
  padding-top: 180px;
}

.expertise-list {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}

.expertise-list article {
  padding: 0;
}

.expertise-list p {
  margin: 0;
  color: var(--chip-text);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.expertise-panel .panel-kicker {
  color: var(--muted);
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.expertise-list-compact {
  max-width: 320px;
}

.contact-panel {
  display: grid;
  gap: 8px;
  max-width: 320px;
  margin-top: 20px;
}

.contact-panel a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
}

.section-head {
  margin-top: 34px;
  padding: 24px 0 14px;
}

.section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.work-list {
  display: grid;
  gap: 18px;
  padding-top: 4px;
}

.work-embedded {
  width: 100%;
  max-width: none;
}

.work-item {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 0.8fr) minmax(170px, 0.75fr);
  gap: 16px 26px;
  padding: 18px 0 20px;
  border-bottom: 1px dashed #e8e8e8;
}

.work-field {
  padding: 0;
}

.work-field:last-child {
  border-bottom: 0;
}

.work-row {
  display: contents;
}

.work-row .work-field {
  border-bottom: 0;
}

.work-row .work-field + .work-field {
  border-left: 0;
}

.work-project {
  grid-column: 1 / -1;
}

.work-scope {
  grid-column: 1 / 3;
}

.work-access {
  grid-column: 1 / -1;
}

.work-project strong {
  display: block;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: var(--arabic);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.work-label {
  display: block;
  margin-bottom: 7px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.work-field > span:not(.work-label),
.work-scope > span:not(.work-label),
.work-type > span:not(.work-label),
.work-location > span:not(.work-label) {
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.work-meta > span:not(.work-label) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.work-status {
  grid-column: 1 / -1;
}

.work-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.work-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
}

.work-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.work-links a {
  color: var(--accent);
}

.tlp {
  color: #b8b8b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.background {
  padding-bottom: 24px;
}

/* ── Navigation ──────────────────────────────────────── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.nav-brand {
  color: var(--paper);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.75;
  transition: opacity 0.15s;
}

.nav-brand:hover {
  opacity: 1;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.65;
  transition: opacity 0.15s;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-links a.active {
  opacity: 1;
  font-weight: 700;
}


/* ── Field Notes — main content ──────────────────────── */
.fn-hero {
  min-width: 0;
  padding-top: 36px;
}

.fn-kicker {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.fn-title {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.08;
  font-weight: 600;
}

.fn-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 13px;
}

.fn-body p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.report-brief .fn-body {
  display: flow-root;
}

.report-brief .fn-body h2 {
  margin: 44px 0 16px;
  font-size: 20px;
  line-height: 1.3;
}

.report-brief .fn-body p {
  line-height: 1.68;
  margin-bottom: 24px;
}

.report-brief .fn-body ul {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding-left: 24px;
}

.report-brief .fn-body li {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.62;
}

.report-brief .work-access {
  margin-bottom: 36px;
}

.landing-section {
  margin-top: 32px;
}

.landing-section h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.landing-section p,
.landing-section li {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--text);
}

.landing-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.landing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.fn-sources {
  margin-top: 48px;
  padding: 22px 26px 24px;
  border: 1.5px dashed #d4cfc8;
}

.fn-sources-label {
  display: block;
  margin-bottom: 14px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fn-sources ol {
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 9px;
}

.fn-sources li {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

/* ── Field Notes — sidebar panel ─────────────────────── */
.fn-panel {
  padding-top: 180px;
}

.home-sidebar {
  padding-top: 0;
}

.field-notes-sidebar {
  padding-top: 72px;
}

.sidebar-avatar {
  margin-left: auto;
  margin-right: auto;
  margin-top: -116px;
  margin-bottom: 28px;
}

.fn-nav-section {
  margin: 20px 0 0;
  padding: 0 0 6px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.fn-nav-section a,
.fn-index-heading a {
  color: inherit;
}

.fn-nav-section a:hover,
.fn-index-heading a:hover {
  color: var(--accent);
}

.fn-nav-section:first-child {
  margin-top: 0;
}

.fn-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 16px;
}

.fn-filter {
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: transparent;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.fn-filter:hover {
  color: var(--text);
  border-color: #c0b8b0;
}

.fn-filter.fn-filter-active {
  border-color: var(--accent);
  color: var(--accent);
}

/* ── Field Notes — index listing ─────────────────────── */
.fn-index-intro {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 28px;
  max-width: 680px;
}

.fn-index-group {
  margin-bottom: 28px;
}

.fn-index-heading {
  margin: 0 0 4px;
  color: #9a9a9a;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.fn-index-item {
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

.fn-index-item:last-child {
  border-bottom: none;
}

.fn-index-item a {
  display: block;
}

.fn-index-item .fn-nav-title {
  font-size: 17px;
}

.category-featured {
  padding: 18px 0 34px;
  border-top: 1px solid var(--line);
}

.category-featured .fn-index-heading {
  margin: 0 0 18px;
  padding-bottom: 18px;
  line-height: 1;
}

.category-featured .fn-kicker {
  margin: 0 0 12px;
}

.category-featured .fn-title {
  margin: 0 0 16px;
}

.category-featured .fn-meta-row {
  margin-bottom: 28px;
}

.category-featured .fn-body p:last-child {
  margin-bottom: 0;
}

.category-featured .landing-links {
  margin-top: 22px;
}

.category-list {
  margin-top: 36px;
}

/* ── Engagements ──────────────────────────────────────── */
.engagements-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  padding-top: 4px;
}

.engagement-item {
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}

.engagement-name {
  display: block;
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.engagement-desc {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
}

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

/* ── Services page ────────────────────────────────────── */
.services-intro {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 40px;
}

.services-section {
  margin-bottom: 48px;
}

.services-section > h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.services-engagement {
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}

.services-engagement:last-child {
  border-bottom: none;
}

.services-engagement-name {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
}

.services-engagement p {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

.services-deliverable {
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}

.services-deliverable:last-child {
  border-bottom: none;
}

.services-deliverable-title {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
}

.services-deliverable p {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
}

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

.services-body-text {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.services-body-text:last-child {
  margin-bottom: 0;
}

/* ── Footer ──────────────────────────────────────────── */
.site-footer {
  border-top: 1px dashed var(--line);
  padding: 28px 24px 36px;
  background: var(--bg);
}

.footer-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 12px 40px;
  align-items: center;
}

.footer-contact {
  display: flex;
  gap: 20px;
}

.footer-contact a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
}

.footer-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}

.footer-areas span {
  color: #b0a8a0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ── Home page notes panel ───────────────────────────── */
.fn-notes-home {
  margin-top: 28px;
}

.fn-nav-list {
  display: grid;
  gap: 0;
  padding-top: 8px;
  max-width: 320px;
}

.fn-nav-item {
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}

.fn-nav-item:first-child {
  padding-top: 0;
}

.fn-nav-item:last-child {
  border-bottom: none;
}

.fn-nav-item a {
  display: block;
}

.fn-nav-date {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.fn-nav-title {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text);
  transition: color 0.15s;
}

.fn-nav-item a:hover .fn-nav-title {
  color: var(--accent);
}

.fn-nav-item.fn-current .fn-nav-title {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .profile-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-hero {
    position: relative;
    padding-top: 48px;
  }

  .expertise-panel {
    padding-top: 0;
  }

  .fn-panel {
    padding-top: 0;
  }

  .sidebar-avatar {
    margin-top: -92px;
  }

  .home-sidebar .sidebar-avatar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
  }

}

@media (max-width: 760px) {
  .page {
    padding: 0 20px 64px;
  }

  .masthead-inner {
    padding: 34px 20px 72px;
  }

  .masthead-title {
    gap: 8px 14px;
    font-size: clamp(42px, 12vw, 72px);
  }

  .profile-hero {
    padding-top: 36px;
  }

  .home-hero {
    padding-top: 64px;
  }

  .home-sidebar .sidebar-avatar {
    right: 0;
    width: 96px;
    height: 96px;
  }


  .role {
    font-size: 18px;
  }

  .work-field {
    padding: 0;
  }

  .work-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .work-project,
  .work-scope,
  .work-access {
    grid-column: auto;
  }

  .work-row {
    grid-template-columns: 1fr;
  }

  .work-row .work-field + .work-field {
    border-top: 0;
    border-left: 0;
  }

  .work-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .intro p,
  .background-copy p,
  .work-summary,
  .expertise-list p {
    font-size: 19px;
  }

  .expertise-list p {
    font-size: 11px;
  }

  .fn-body p {
    font-size: 19px;
  }

  .fn-sources {
    padding: 18px 20px 20px;
  }
}

/* Capability home */
.capability-page {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px 72px;
}

.capability-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 56px;
  align-items: start;
  padding: 66px 0 38px;
}

.capability-title h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: 40px;
}

.capability-deck {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
}

.capability-side {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.capability-side .avatar {
  width: 132px;
  height: 132px;
  margin: 0;
}

.profile-name {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.profile-detail {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.profile-links {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.profile-links a {
  color: var(--accent);
}

.profile-note-links {
  display: grid;
  gap: 7px;
  width: 100%;
  padding-top: 14px;
}

.profile-note-links span {
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.profile-note-links a {
  color: var(--text);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.profile-note-links a:hover {
  color: var(--accent);
}

.profile-note-categories {
  padding: 8px 0 0;
}

.profile-note-links .fn-filter {
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: transparent;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.profile-note-links .fn-filter:hover {
  color: var(--text);
  border-color: #c0b8b0;
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.signal-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.capability-section {
  padding: 30px 0 8px;
  border-bottom: 1px dashed var(--line);
}

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

.capability-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
}

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

.scan-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scan-list li {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.45;
}

.scan-list strong {
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.35;
}

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

.use-item {
  padding: 16px 0 20px;
  border-top: 1px solid var(--line);
}

.use-label {
  display: block;
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.use-item p {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
}

.evidence-primary {
  padding: 18px 0 24px;
  border-top: 1px solid var(--line);
}

.evidence-primary strong {
  display: block;
  max-width: 780px;
  margin-bottom: 8px;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.25;
}

.evidence-primary p,
.evidence-secondary p,
.contact-note {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.evidence-secondary {
  padding: 18px 0 20px;
  border-top: 1px solid var(--line);
}

.evidence-secondary strong {
  display: block;
  margin-bottom: 6px;
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.35;
}

.standard-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 16px 0 20px;
  border-top: 1px solid var(--line);
}

.standard-line span {
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 900px) {
  .capability-hero,
  .scan-grid,
  .use-grid {
    grid-template-columns: 1fr;
  }

  .capability-hero {
    gap: 28px;
    padding-top: 52px;
  }

  .capability-deck {
    font-size: 20px;
  }

  .scan-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
