:root {
  --ink: #071426;
  --muted: #4f5b6b;
  --line: #d6dde8;
  --panel: #ffffff;
  --soft: #f4f6f9;
  --navy: #061426;
  --teal: #6f9f05;
  --amber: #7aa612;
  --crimson: #7f2d3b;
  --max: 1160px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fbfcfe;
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 252, 254, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  isolation: isolate;
  gap: 0;
}

.brand-mark .mark-c,
.brand-mark .mark-p,
.brand-orb .mark-c,
.brand-orb .mark-p {
  position: relative;
  display: inline-block;
}

.brand-mark .mark-c {
  transform: translate(4px, -3px);
}

.brand-mark .mark-p {
  transform: translate(-2px, 1px);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 4%, 88% 16%, 83% 63%, 50% 94%, 17% 63%, 12% 16%);
  z-index: -2;
}

.brand-mark::before {
  background: var(--navy);
}

.brand-mark::after {
  inset: 2px;
  background: #fbfcfe;
  z-index: -1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
}

.site-nav a {
  padding: 11px 13px;
  border-radius: 6px;
  color: #243246;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: #e9eef6;
  color: var(--navy);
}

.site-nav a:last-child {
  border: 1px solid #c7d2df;
  background: #fff;
  font-weight: 800;
}

.hero {
  min-height: min(520px, calc(66vh - 68px));
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(122, 166, 18, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(122, 166, 18, 0.14), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 72px),
    #081726;
  color: #fff;
}

.hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 36px;
  align-items: center;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #8fb41e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.08;
}

.hero p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #e6edf8;
  font-size: clamp(18px, 1.55vw, 19px);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.advisor-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.96));
  color: var(--navy);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.advisor-card-header {
  padding-bottom: 14px;
  border-bottom: 1px solid #d7dee8;
}

.portrait-lockup,
.contact-identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.advisor-lockup {
  align-items: center;
}

.portrait-photo {
  width: 78px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow: 0 12px 28px rgba(12, 29, 51, 0.22);
}

.portrait-photo.compact {
  width: 58px;
  border-width: 2px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.brand-orb {
  position: relative;
  width: 86px;
  height: 96px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  isolation: isolate;
  filter: drop-shadow(0 10px 18px rgba(12, 29, 51, 0.13));
}

.brand-orb .mark-c {
  transform: translate(4px, -7px);
}

.brand-orb .mark-p {
  transform: translate(-4px, -1px);
}

.brand-orb::before,
.brand-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 4%, 89% 16%, 84% 64%, 50% 95%, 16% 64%, 11% 16%);
  z-index: -2;
}

.brand-orb::before {
  background: var(--navy);
}

.brand-orb::after {
  inset: 4px;
  background: #fbfcfe;
  z-index: -1;
}

.advisor-card-header span {
  display: block;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.advisor-card-header strong {
  display: block;
  margin-top: 6px;
  font-size: 26px;
  line-height: 1;
}

.advisor-card-header small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.credential-stack {
  display: grid;
  gap: 6px;
  margin: 12px 0;
}

.credential-stack div {
  padding: 8px 0 8px 12px;
  border-left: 4px solid var(--teal);
  background: #f5f8fb;
}

.credential-stack strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}

.credential-stack span {
  display: block;
  color: #334155;
  font-size: 14px;
  line-height: 1.42;
}

.advisor-card a {
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 15px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  background: #8ab414;
  color: var(--navy);
  border-color: #668d09;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 22px rgba(122, 166, 18, 0.24);
}

.button.primary:hover {
  background: #7aa612;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
}

.button.ghost {
  border-color: var(--line);
  background: #fff;
}

.section {
  padding: 58px 24px;
}

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

.contrast-section {
  background: var(--navy);
  color: #fff;
}

.contrast-section .section-heading h2 {
  color: #fff;
}

.contrast-section .section-heading p {
  color: #d9e2ef;
}

.contrast-section .filter-button {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.contrast-section .filter-button.active {
  background: var(--amber);
  color: var(--navy);
  border-color: var(--amber);
}

.contrast-section .card {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.section-tight {
  padding-top: 28px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading h2,
.page-hero h1,
.article h1 {
  color: var(--navy);
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.section-heading p,
.page-hero p,
.lead {
  color: var(--muted);
  font-size: 19px;
}

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

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

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

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.card .actions {
  margin-top: auto;
  padding-top: 18px;
}

.card > a {
  width: fit-content;
  margin-top: auto;
  padding-top: 14px;
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.metric {
  padding: 18px;
  border-top: 3px solid var(--teal);
  background: #fff;
}

.metric strong {
  display: block;
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}

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

.visual-proof-section {
  background: #eef3f8;
}

.evidence-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
}

.evidence-copy h2,
.publication-feature h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.evidence-copy p,
.publication-feature p {
  color: var(--muted);
  font-size: 19px;
}

.evidence-copy a {
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.evidence-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.evidence-visual-grid img,
.publication-feature img,
.card-media {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #c8d4e4;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.16);
}

.evidence-visual-grid img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.evidence-cards {
  display: grid;
  gap: 12px;
}

.evidence-cards article {
  padding: 18px;
  border: 1px solid #c8d4e4;
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f7fafc);
  box-shadow: 0 12px 30px rgba(16, 35, 63, 0.08);
}

.evidence-cards span {
  display: block;
  margin-bottom: 6px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-cards strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.15;
}

.evidence-cards p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.authority-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.authority-panel .lead-card {
  padding: 28px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  min-height: 100%;
}

.authority-panel .lead-card h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.authority-panel .lead-card p {
  color: #d9e2ef;
  margin: 0;
}

.proof-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: #fff;
  color: #334155;
}

.proof-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.proof-list a {
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.narrative-section .authority-panel {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.18fr);
  gap: 40px;
  align-items: stretch;
}

.narrative-section .lead-card {
  padding: 30px;
}

.narrative-section .lead-card h2 {
  max-width: 620px;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.12;
}

.narrative-section .lead-card p {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.58;
}

.narrative-section .proof-list li {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .narrative-section .authority-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .narrative-section .lead-card {
    min-height: auto;
  }

  .offer-section .authority-panel {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 721px) and (max-width: 1040px) {
  .narrative-section .proof-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .narrative-section .proof-list li {
    padding: 16px;
    font-size: 16px;
    line-height: 1.45;
  }

  .offer-section .approval-steps {
    grid-template-columns: 1fr;
  }

  .offer-section .approval-steps article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .offer-section .approval-steps article h3 {
    margin-top: 2px;
  }

  .offer-section .approval-steps article p {
    grid-column: 2;
  }
}

.split-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
}

.split-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.split-cta p {
  margin: 0;
  color: #d9e2ef;
  font-size: 18px;
}

.split-cta .button {
  width: auto;
  min-width: 260px;
}

.split-cta .actions {
  margin-top: 0;
}

.short-list {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.short-list li {
  padding: 11px 14px;
  border-left: 4px solid var(--teal);
  background: #fff;
  color: #334155;
}

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

.approval-steps article {
  min-width: 0;
  padding: 22px;
  border: 1px solid #c8d4e4;
  border-top: 5px solid var(--teal);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 35, 63, 0.08);
}

.approval-steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4d8;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.approval-steps h3 {
  margin: 16px 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.approval-steps p {
  margin: 0;
  color: var(--muted);
}

.compact-card p,
.compact-card li {
  font-size: 16px;
}

.compact-card ul {
  margin-bottom: 0;
}

.service-card h4 {
  margin: 18px 0 8px;
  color: var(--navy);
  font-size: 15px;
  text-transform: uppercase;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
}

.service-card li {
  line-height: 1.45;
}

.mission-card h2 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.12;
}

.mission-card .lead {
  margin-top: 0;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.trust-panel h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.trust-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}

.trust-panel a {
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.trust-grid article {
  padding: 18px;
  border-radius: 8px;
  background: var(--soft);
  border-top: 4px solid var(--teal);
}

.trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.15;
}

.trust-grid span {
  color: #334155;
  font-size: 16px;
}

.card h3 {
  margin: 9px 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.18;
}

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

.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 9px;
  border-radius: 4px;
  background: #edf4d8;
  color: #415d02;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge.amber {
  background: #eef7d6;
  color: #4f7000;
}

.badge.red {
  background: #f7e5e9;
  color: #77263a;
}

.principle-band {
  background: var(--navy);
  color: #fff;
  padding: 34px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
}

.principle-band h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.principle-band p {
  margin: 0;
  color: #d9e2ef;
  font-size: 18px;
}

.page-hero {
  padding: 42px 24px 32px;
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
  border-bottom: 1px solid var(--line);
}

.compact-hero {
  padding-top: 28px;
  padding-bottom: 26px;
}

.page-hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-hero h1 {
  max-width: 700px;
  font-size: clamp(30px, 4vw, 46px);
}

.compact-hero h1 {
  max-width: 820px;
  font-size: clamp(30px, 3.4vw, 42px);
}

.compact-hero p {
  max-width: 880px;
}

.page-hero .actions {
  margin-top: 8px;
}

.tech-hero {
  padding: 46px 24px;
  background:
    radial-gradient(circle at 78% 12%, rgba(122, 166, 18, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(122, 166, 18, 0.18), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 64px),
    #081726;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-hero .container {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 34px;
  align-items: center;
}

.tech-hero h1,
.tech-hero .section-heading h2 {
  color: #fff;
}

.tech-hero p {
  max-width: 720px;
  color: #d9e2ef;
}

.tech-hero .button.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.tech-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(8, 23, 38, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.tech-panel > span {
  display: block;
  margin-bottom: 9px;
  color: #9cc23b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-panel strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.tech-panel ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tech-panel li,
.stack-line {
  padding: 10px 12px;
  border-left: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.08);
  color: #e6edf8;
}

.stack-line {
  display: grid;
  gap: 2px;
  margin-top: 10px;
}

.stack-line b {
  color: #9cc23b;
  font-size: 12px;
  text-transform: uppercase;
}

.stack-line em {
  font-style: normal;
}

.proof-band {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #0c1d33;
  color: #fff;
}

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

.proof-band-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.proof-band-grid strong,
.proof-band-grid span {
  display: block;
}

.proof-band-grid strong {
  color: #9cc23b;
}

.proof-band-grid span {
  margin-top: 4px;
  color: #d9e2ef;
  font-size: 15px;
  line-height: 1.45;
}

.archive-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.archive-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.sort-controls {
  flex: 0 0 auto;
  padding: 4px;
  border: 1px solid #c8d4e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.filter-button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 9px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-button.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.newsletter-cover {
  min-height: 152px;
  padding: 18px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(6, 20, 38, 0.98), rgba(61, 87, 10, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 28px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsletter-cover strong {
  font-size: 24px;
  line-height: 1.08;
}

.publication-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 22px;
  border: 1px solid #c8d4e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.08);
}

.publication-feature img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0;
}

.insight-starter {
  align-items: stretch;
}

.insight-starter .evidence-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insight-starter .evidence-cards article {
  background: rgba(255, 255, 255, 0.96);
}

.insight-starter .evidence-cards article a {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.insight-feature {
  background:
    linear-gradient(135deg, rgba(122, 166, 18, 0.08), rgba(255, 255, 255, 0.96) 42%),
    #fff;
}

.insight-feature .button {
  margin-top: 12px;
}

.publication-archive-section {
  background:
    radial-gradient(circle at 86% 10%, rgba(122, 166, 18, 0.12), transparent 28%),
    linear-gradient(180deg, #f4f8fb, #eef4f8);
}

.publication-archive-section [data-newsletter-archive] .card {
  border-top: 4px solid var(--teal);
}

.card-media {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 16px;
  box-shadow: none;
}

.article-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 24px 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
}

.article {
  max-width: 780px;
}

.article h1 {
  margin: 12px 0 18px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
}

.article h2 {
  margin-top: 34px;
  color: var(--navy);
}

.article-hero-image {
  width: 100%;
  margin: 24px 0 8px;
  border: 1px solid #c8d4e4;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.14);
}

.article p,
.article li {
  color: #334155;
}

.sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.sidebar h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--navy);
}

.sidebar .button {
  width: 100%;
  margin-top: 12px;
}

.sidebar ul,
.theme-list {
  padding-left: 20px;
}

.case-nav {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.timeline-item strong {
  color: var(--teal);
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

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

.article-table th {
  background: #eef4f8;
  color: var(--navy);
  font-size: 13px;
  text-transform: uppercase;
}

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

.phase-block {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: #fff;
}

.phase-block h2 {
  margin-top: 0;
}

.quote-callout {
  margin: 22px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--amber);
  background: #f4f9e7;
  color: #314800;
  font-size: 20px;
  font-weight: 800;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.insight-strip div {
  min-height: 122px;
  padding: 16px;
  border: 1px solid #c8d4e4;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f7fafc);
  box-shadow: 0 12px 30px rgba(16, 35, 63, 0.08);
}

.insight-strip strong {
  display: block;
  color: var(--navy);
  margin-bottom: 8px;
}

.insight-strip div:nth-child(1) {
  border-top: 5px solid var(--navy);
}

.insight-strip div:nth-child(2) {
  border-top: 5px solid var(--amber);
}

.insight-strip div:nth-child(3) {
  border-top: 5px solid var(--teal);
}

.insight-strip div:nth-child(4) {
  border-top: 5px solid var(--crimson);
}

.insights-page .trust-panel {
  border-top: 6px solid var(--amber);
}

.evidence-surface {
  background:
    radial-gradient(circle at 78% 8%, rgba(122, 166, 18, 0.12), transparent 28%),
    repeating-linear-gradient(90deg, rgba(12, 29, 51, 0.04) 0 1px, transparent 1px 54px),
    #eef3f8;
}

.evidence-surface .card,
.case-file-section .compact-card {
  border-color: #b8c7da;
  background:
    linear-gradient(180deg, #fff, #f6f9fc);
  box-shadow: 0 16px 38px rgba(16, 35, 63, 0.1);
}

.evidence-surface .card h3,
.case-file-section .compact-card h3 {
  color: var(--navy);
}

.case-file-section {
  background:
    linear-gradient(180deg, #fbfcfe 0%, #eef3f8 100%);
}

.case-file-section .compact-card {
  position: relative;
  overflow: hidden;
}

.case-file-section .compact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--amber));
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.contact-simple {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.lead-contact {
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
}

.contact-hero {
  padding: 34px 24px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.contact-tech {
  background:
    radial-gradient(circle at 86% 18%, rgba(122, 166, 18, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(6, 20, 38, 0.06), rgba(122, 166, 18, 0.06)),
    var(--soft);
}

.contact-hero .contact-simple {
  align-items: center;
}

.contact-card {
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(122, 166, 18, 0.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 54px),
    var(--navy);
  color: #fff;
  box-shadow: 0 24px 58px rgba(16, 35, 63, 0.16);
}

.contact-card .portrait-photo {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}

.contact-card h2 {
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

.contact-card p {
  max-width: 640px;
  color: #d9e2ef;
  font-size: 18px;
}

.contact-card .button {
  margin-top: 8px;
}

.lead-fit {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.lead-fit strong {
  color: #9cc23b;
  font-size: 12px;
  text-transform: uppercase;
}

.lead-fit span {
  color: #d9e2ef;
  font-size: 15px;
  line-height: 1.45;
}

.contact-guide {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(16, 35, 63, 0.08);
}

.contact-guide h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.12;
}

.lead-form {
  gap: 14px;
}

.lead-form textarea {
  min-height: 104px;
}

.lead-form .button {
  width: 100%;
  margin-top: 6px;
}

.lead-form .form-note {
  margin: 0;
}

.security-note {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(122, 166, 18, 0.28);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: rgba(122, 166, 18, 0.06);
  color: var(--ink);
}

.security-note strong {
  color: var(--navy);
  font-size: 15px;
}

.security-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.operator-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.operator-note h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.operator-note p {
  margin: 0;
  color: var(--muted);
}

.credential-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.credential-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--teal);
  background: var(--soft);
  color: #334155;
}

.contact-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--navy);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 13px;
  font: inherit;
}

textarea {
  min-height: 144px;
  resize: vertical;
}

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

.footer {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f6fa 100%);
  padding: 34px 24px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(220px, 0.9fr) minmax(240px, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-brand strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.footer-brand p,
.footer-cta span {
  margin: 8px 0 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.55;
}

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

.footer-links a {
  color: #27364a;
  font-size: 15px;
  font-weight: 700;
  text-decoration-color: rgba(122, 166, 18, 0.42);
  text-underline-offset: 4px;
}

.footer-links a:hover {
  color: var(--teal);
}

.footer-cta {
  padding-left: 22px;
  border-left: 4px solid rgba(122, 166, 18, 0.42);
}

.footer-cta span {
  display: block;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.footer-cta a {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (max-width: 1040px) {
  .hero-inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.52fr);
    gap: 24px;
  }

  .hero-copy,
  .advisor-card {
    max-width: 760px;
  }

  .advisor-card {
    padding: 20px;
  }

  .hero h1 {
    font-size: clamp(32px, 4.6vw, 46px);
  }

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

  .credential-stack div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .credential-stack span {
    font-size: 13px;
  }
}

@media (min-width: 721px) and (max-width: 920px) {
  .advisor-card-header small,
  .credential-stack span {
    display: none;
  }

  .credential-stack {
    gap: 4px;
    margin: 12px 0;
  }

  .advisor-card-header {
    padding-bottom: 14px;
  }
}

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

  .contact-card {
    max-width: 760px;
  }

  .contact-guide {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 560px;
    align-items: center;
    background-position: 58% center;
  }

  .hero h1 {
    max-width: 660px;
    font-size: clamp(36px, 8vw, 54px);
  }

  .hero-inner {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .grid,
  .grid.two,
  .grid.four,
  .approval-steps,
  .tech-hero .container,
  .proof-band-grid,
  .archive-toolbar,
  .evidence-showcase,
  .evidence-visual-grid,
  .publication-feature,
  .principle-band,
  .authority-panel,
  .split-cta,
  .trust-panel,
  .article-wrap,
  .contact-panel,
  .contact-simple,
  .insight-strip {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-cta {
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 4px solid rgba(122, 166, 18, 0.36);
  }

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

  .tech-hero {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tech-panel {
    max-width: 720px;
  }

  .card .actions .button,
  .contact-card .actions .button {
    width: 100%;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 520px) {
  .nav-shell,
  .section,
  .page-hero,
  .contact-hero,
  .article-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .evidence-visual-grid img + img {
    display: none;
  }

  .advisor-card {
    padding: 22px;
  }

  .portrait-lockup {
    align-items: flex-start;
  }

  .portrait-photo {
    width: 74px;
  }

  .advisor-card-header strong {
    font-size: 30px;
  }

  .case-nav {
    flex-direction: column;
  }

  .page-hero .button {
    width: 100%;
  }

  .tech-panel strong {
    font-size: 21px;
  }

  .footer {
    padding: 28px 18px;
  }

  .footer-links {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
}
