:root {
  --ink: #142033;
  --muted: #5b6576;
  --line: #dfe4ed;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --navy: #17213b;
  --plum: #4f3b7a;
  --blue: #335f94;
  --gold: #b9843f;
  --mist: #eef2f7;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(20, 32, 51, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.skip-link {
  position: fixed;
  left: 10px;
  top: -100px;
  z-index: 99;
  background: var(--ink);
  color: white;
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid rgba(20, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.section,
.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--plum));
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 580;
  font-size: 0.76rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  width: 18px;
  height: 2px;
  background: var(--ink);
  display: block;
  content: "";
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -6px;
}

.nav-toggle span::after {
  position: absolute;
  top: 6px;
}

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

.site-nav a {
  text-decoration: none;
  color: #2c3547;
  font-size: 0.94rem;
  font-weight: 640;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(79, 59, 122, 0.09);
  color: var(--plum);
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.05rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--plum);
  color: white;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(79, 59, 122, 0.22);
}

.button.secondary {
  background: white;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.button.ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(20, 32, 51, 0.18);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(79, 59, 122, 0.18), transparent 33rem),
    linear-gradient(135deg, #fbfaf7 0%, #f0f4fa 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -14vw;
  bottom: -22vw;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  background: rgba(51, 95, 148, 0.08);
}

.hero-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: calc(100vh - 76px);
  padding: 5rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 820;
  font-size: 0.78rem;
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--ink);
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 4.2rem);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-subtitle {
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  color: var(--plum);
  font-weight: 760;
}

.lede {
  color: #3d4658;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  max-width: min(68ch, 100%);
  overflow-wrap: break-word;
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
  max-width: 680px;
}

.proof-item {
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.85rem 1rem;
}

.proof-item strong {
  display: block;
  font-size: 1.18rem;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.portrait-panel {
  justify-self: end;
  width: min(430px, 100%);
}

.portrait-card {
  background: var(--panel);
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}

.portrait-caption {
  margin: 0;
  padding: 1rem 0.3rem 0.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.research-visual {
  margin-top: 1rem;
  background: linear-gradient(135deg, var(--navy), #263e67);
  color: white;
  border-radius: 8px;
  padding: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.research-line {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.14));
}

.section {
  padding: clamp(3rem, 6vw, 6.5rem) 0;
}

.section.tight {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section.dark {
  width: 100%;
  max-width: none;
  background: var(--navy);
  color: white;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
}

.section.dark h2,
.section.dark h3,
.section.dark .section-kicker {
  color: white;
}

.section.dark a:not(.button) {
  color: white;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.section.dark .muted,
.section.dark p {
  color: rgba(255, 255, 255, 0.76);
}

.section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-kicker {
  margin: 0 0 0.6rem;
  color: var(--gold);
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
}

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

.grid {
  display: grid;
  gap: 1rem;
}

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

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

.card {
  background: var(--panel);
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 8px;
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  box-shadow: 0 12px 36px rgba(20, 32, 51, 0.06);
}

.card.dark-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

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

.icon-chip {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(79, 59, 122, 0.1);
  color: var(--plum);
  margin-bottom: 1.1rem;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 44px;
  padding: 0.25rem 0;
  font-weight: 780;
  color: var(--plum);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: start;
}

.timeline {
  border-left: 2px solid var(--line);
  padding-left: 1.4rem;
  display: grid;
  gap: 1.2rem;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: calc(-1.4rem - 6px);
  top: 0.45rem;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.pill-list,
.topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pill-list li,
.topic-list li {
  background: var(--mist);
  border: 1px solid var(--line);
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  color: #334056;
  font-weight: 650;
  font-size: 0.9rem;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.quote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  line-height: 1.55;
}

.quote::before {
  content: "“";
  color: var(--gold);
  font-size: 2rem;
  line-height: 0;
}

.quote-source {
  color: var(--muted);
  font-weight: 720;
}

.page-hero {
  background: linear-gradient(135deg, var(--navy), #263e67);
  color: white;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.page-hero .section {
  padding: 0;
}

.page-hero h1,
.page-hero p,
.page-hero .section-kicker {
  color: white;
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero .lede {
  color: rgba(255, 255, 255, 0.78);
}

.publication-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.publication-tabs a {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  background: white;
  color: #334056;
  font-weight: 700;
}

.entry {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.entry-title {
  margin: 0 0 0.5rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.42;
}

.new-tag {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.35rem;
  background: rgba(185, 132, 63, 0.14);
  color: #7a4e16;
  border: 1px solid rgba(185, 132, 63, 0.32);
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  font-size: 0.72rem;
  font-weight: 820;
}

.blog-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.blog-feature {
  margin: 1.6rem 0;
}

.blog-feature-card,
.blog-card,
.video-card {
  background: var(--panel);
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(20, 32, 51, 0.06);
  overflow: hidden;
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 360px;
}

.blog-feature-media,
.blog-image-link {
  display: block;
  background: var(--mist);
  text-decoration: none;
}

.blog-feature-media img,
.blog-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-feature-media img {
  min-height: 360px;
}

.blog-feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.2rem);
}

.blog-feature-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  overflow-wrap: anywhere;
}

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

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

.blog-card.compact {
  min-height: 100%;
}

.blog-image-link {
  aspect-ratio: 4 / 3;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1rem, 2.1vw, 1.45rem);
}

.blog-card h3,
.video-card h3 {
  overflow-wrap: anywhere;
}

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

.blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.blog-author {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--ink);
}

.blog-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-empty {
  grid-column: 1 / -1;
  color: var(--muted);
}

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

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #0f1728;
  object-fit: cover;
}

.video-body {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.video-meta {
  color: var(--gold);
  font-weight: 820;
  letter-spacing: 0;
  margin: 0 0 0.45rem;
}

.input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.82rem 0.9rem;
  font: inherit;
  color: var(--ink);
  background: white;
}

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

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

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

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 760;
}

.form-note {
  font-size: 0.9rem;
  color: var(--muted);
}

.site-footer {
  background: #0f1728;
  color: white;
  padding: 3rem 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.footer-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.35rem;
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: flex-end;
}

.socials {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 820;
}

.placeholder-note {
  border: 1px dashed rgba(79, 59, 122, 0.35);
  background: rgba(79, 59, 122, 0.07);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  color: #3e315d;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.6rem;
    box-shadow: var(--shadow);
  }

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

  .hero-inner,
  .split,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 3.5rem;
  }

  .portrait-panel {
    justify-self: start;
  }

  .grid.three,
  .grid.two,
  .blog-grid,
  .video-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .blog-feature-media img {
    min-height: 240px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .nav-wrap,
  .section,
  .footer-inner,
  .hero-inner {
    width: min(100% - 28px, var(--max));
  }

  h1 {
    font-size: clamp(2.15rem, 9.5vw, 2.55rem);
    max-width: 100%;
  }

  .hero-actions,
  .blog-controls {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .site-nav {
    left: 14px;
    right: 14px;
  }
}
