/* CoreBridge Advisory — site styles */

@font-face { font-family: "Neue Haas"; src: url("fonts/brand/NeueHaasText-Roman.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas"; src: url("fonts/brand/NeueHaasText-Italic.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Neue Haas"; src: url("fonts/brand/NeueHaasText-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas"; src: url("fonts/brand/NeueHaasText-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Display"; src: url("fonts/brand/NeueHaasDisplay-Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Display"; src: url("fonts/brand/NeueHaasDisplay-Roman.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Display"; src: url("fonts/brand/NeueHaasDisplay-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Display"; src: url("fonts/brand/NeueHaasDisplay-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Display"; src: url("fonts/brand/NeueHaasDisplay-Black.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-LightItalic.otf") format("opentype"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-RegularItalic.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Tiempos Headline"; src: url("fonts/brand/TiemposHeadline-MediumItalic.otf") format("opentype"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/JetBrainsMono-VariableFont_wght.ttf") format("truetype-variations"); font-weight: 100 800; font-style: normal; font-display: swap; }

:root {
  /* Ink — warm near-black, never pure */
  --ink: #14110D;
  --ink-2: #2E2A22;
  --ink-3: #6B6557;
  --ink-4: #9C9583;
  --ink-chip: #14110D;
  --ink-surface: #1A1714;

  /* Paper — the brand's defining surface */
  --paper: #F0EEE9;
  --paper-2: #E8E5DD;
  --paper-3: #DDD9CF;
  --paper-tint: #F7F5F0;
  --paper-bright: #FAF8F4;
  --paper-on-ink: #EFEAE0;
  --paper-on-ink-2: #B8B1A1;

  /* Rule */
  --rule: #C9C3B5;
  --rule-soft: #DDD9CF;
  --line-soft: rgba(20, 17, 13, 0.14);

  /* Accent — CoreBridge Indigo (Reality Warp violet) */
  --accent: #5B4FE5;
  --accent-deep: #3A2FB8;
  --accent-soft: #A39DEB;
  --accent-wash: #E7E4FA;
  --accent-ink: #2A2483;

  /* Italic accent gradient — pink → violet → sky. Use sparingly. */
  --gradient-accent: linear-gradient(94deg, #C5A6E8 0%, #8A7BE6 35%, #6F8FE8 70%, #9CC0E8 100%);

  /* Eyebrow chip yellow */
  --chip-yellow: #E6E04E;

  /* Type — Neue Haas Display is the institutional voice; Tiempos italic is accent */
  --display: "Neue Haas Display", "Helvetica Neue", "Inter", system-ui, -apple-system, sans-serif;
  --sans: "Neue Haas", "Neue Haas Display", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  --serif: "Tiempos Headline", "Source Serif 4", Georgia, serif; /* italic accent + body serif moments */
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --max: 1440px;
  --gutter: clamp(20px, 4vw, 64px);
  --header-h: 72px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* Type scale — Neue Haas Display Bold institutional voice; Tiempos italic accent word */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

/* Black eyebrow chip — the "PROPOSAL 06 / AERO" pattern */
.eyebrow-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink-chip);
  color: var(--chip-yellow);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 8px 14px 7px;
  border-radius: 6px;
  line-height: 1;
}
.section--ink .eyebrow-chip { background: var(--paper); color: var(--ink); }

.display {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(40px, 7.2vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.028em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.display em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05em;
  letter-spacing: -0.012em;
  vertical-align: -0.015em;
  color: var(--accent);
}
.display-2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(32px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  margin: 0;
  text-wrap: balance;
}
.display-2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05em;
  letter-spacing: -0.010em;
  color: var(--accent);
}
.h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  margin: 0;
  text-wrap: balance;
}
.h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); font-size: 1.05em; }
.h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  margin: 0;
}
.h3 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); }
.lede {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--ink-2);
  text-wrap: pretty;
}
.body { font-size: 17px; line-height: 1.62; color: var(--ink-2); }
.body p { margin: 0 0 1.05em; }
.body p:last-child { margin-bottom: 0; }
.small { font-size: 14px; line-height: 1.5; color: var(--ink-3); }
.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 400;
}
.num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}

/* Layout */
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: clamp(64px, 10vw, 128px) 0; position: relative; }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink .eyebrow, .section--ink .kicker, .section--ink .num { color: rgba(246, 242, 236, 0.55); }
.section--ink .body { color: rgba(246, 242, 236, 0.78); }
.section--ink .display em, .section--ink .display-2 em { color: var(--accent-soft); }
.section--paper-2 { background: var(--paper-2); }
.divider-rule { height: 1px; background: var(--line-soft); border: 0; margin: 0; }
.section--ink .divider-rule { background: rgba(246, 242, 236, 0.12); }

/* Header */
.site-head {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  background: rgba(246, 242, 236, 0.96);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.site-head--ink {
  background: rgba(14, 17, 22, 0.92);
  border-bottom-color: rgba(246, 242, 236, 0.10);
  color: var(--paper);
}
.site-head__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.012em;
  color: inherit;
}
.brand__mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.nav { display: none; }
@media (min-width: 880px) {
  .nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); }
}
.nav a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: var(--ink-2);
  position: relative;
  padding: 6px 0;
}
.site-head--ink .nav a { color: rgba(246, 242, 236, 0.78); }
.nav a:hover { color: var(--ink); }
.site-head--ink .nav a:hover { color: var(--paper); }
.nav a.is-active::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px 0;
  height: 1px;
  background: currentColor;
}
.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.005em;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.cta-pill:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.site-head--ink .cta-pill { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.site-head--ink .cta-pill:hover { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--ink); }
.cta-pill__arrow { transition: transform 220ms ease; }
.cta-pill:hover .cta-pill__arrow { transform: translateX(3px); }

.menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 8px 0;
  color: inherit;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (min-width: 880px) { .menu-btn { display: none; } }
.menu-btn__icon {
  width: 22px;
  height: 14px;
  position: relative;
}
.menu-btn__icon::before, .menu-btn__icon::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1.5px;
  background: currentColor;
  transition: transform 240ms ease;
}
.menu-btn__icon::before { top: 2px; }
.menu-btn__icon::after { bottom: 2px; }
.menu-btn[aria-expanded="true"] .menu-btn__icon::before { transform: translateY(5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn__icon::after { transform: translateY(-5px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--ink);
  color: var(--paper);
  z-index: 99;
  padding: 32px var(--gutter) 48px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.drawer.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.drawer__nav { display: flex; flex-direction: column; gap: 4px; }
.drawer__nav a {
  font-family: var(--display);
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 700;
  letter-spacing: -0.022em;
  padding: 14px 0;
  border-bottom: 1px solid rgba(246, 242, 236, 0.12);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.drawer__nav a .num { color: rgba(246, 242, 236, 0.4); font-size: 12px; }
.drawer__foot {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 242, 236, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  color: rgba(246, 242, 236, 0.6);
}

/* Buttons */
.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  color: inherit;
  transition: background 200ms ease, color 200ms ease;
}
.btn-line:hover { background: var(--ink); color: var(--paper); }
.section--ink .btn-line:hover { background: var(--paper); color: var(--ink); }
.btn-line__arrow { transition: transform 240ms ease; }
.btn-line:hover .btn-line__arrow { transform: translateX(4px); }

/* Hero */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(40px, 8vw, 96px));
  padding-bottom: clamp(56px, 9vw, 120px);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(0.7) contrast(1.05);
  transform: scale(1.04);
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,17,22,0.45) 0%, rgba(14,17,22,0.78) 60%, rgba(14,17,22,0.95) 100%);
}
.hero__credit {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 242, 236, 0.55);
  pointer-events: none;
}
@media (max-width: 600px) { .hero__credit { right: 12px; bottom: 12px; font-size: 9px; } }
.hero__inner { position: relative; z-index: 1; }
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: clamp(32px, 5vw, 64px);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 242, 236, 0.55);
}
.hero__meta span::before { content: "·"; margin-right: 12px; color: rgba(246, 242, 236, 0.3); }
.hero__meta span:first-child::before { content: ""; margin: 0; }
.hero__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(44px, 8.5vw, 128px);
  line-height: 0.94;
  letter-spacing: -0.030em;
  margin: 0 0 0.5em;
  color: var(--paper);
  text-wrap: balance;
}
.hero__title em { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.05em; letter-spacing: -0.012em; vertical-align: -0.015em; color: var(--accent-soft); }
.hero__title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  animation: word-rise 900ms cubic-bezier(0.2, 0.7, 0.1, 1) forwards;
}
.hero__lede {
  max-width: 56ch;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  color: rgba(246, 242, 236, 0.78);
  margin: 0 0 clamp(28px, 4vw, 48px);
  text-wrap: pretty;
}
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute;
  bottom: 24px;
  left: var(--gutter);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 242, 236, 0.55);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(246, 242, 236, 0.4);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  transform: translateY(-100%);
  animation: scroll-tick 2.4s ease-in-out infinite;
}

@keyframes word-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scroll-tick {
  0% { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title .word { opacity: 1; transform: none; animation: none; }
  .hero__scroll-line::after { animation: none; display: none; }
}

/* Reveal-on-scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms cubic-bezier(0.2, 0.7, 0.1, 1), transform 800ms cubic-bezier(0.2, 0.7, 0.1, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* About / two-col blocks */
.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
@media (min-width: 920px) {
  .two-col { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr); }
}
.two-col__head { position: static; }
@media (min-width: 920px) {
  .two-col__head { position: sticky; top: calc(var(--header-h) + 24px); }
}
.two-col__body { display: flex; flex-direction: column; gap: 28px; }
.principles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 32px;
}
.principle {
  border-top: 1px solid var(--line-soft);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;
}
.section--ink .principle { border-top-color: rgba(246, 242, 236, 0.12); }
.principle:last-child { border-bottom: 1px solid var(--line-soft); }
.section--ink .principle:last-child { border-bottom-color: rgba(246, 242, 236, 0.12); }
.principle__num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  padding-top: 4px;
}
.section--ink .principle__num { color: rgba(246, 242, 236, 0.45); }

/* Practices — three-surface card system from the design system */
.practices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: clamp(40px, 6vw, 72px);
  align-items: stretch;
}
@media (min-width: 760px) {
  .practices { grid-template-columns: 1fr 1fr 1fr; }
}
/* The Reveal wrapper is the actual grid item — make it fill the row */
.practices > .reveal { display: flex; height: 100%; }
.practice {
  flex: 1;
  border-radius: 20px;
  padding: clamp(28px, 3.4vw, 40px) clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(20,17,13,.04), 0 12px 28px -12px rgba(20,17,13,.10);
  transition: transform 280ms cubic-bezier(0.2,0.7,0.2,1), box-shadow 280ms ease;
}
@media (max-width: 759px) {
  .practice { min-height: 0; padding: 24px 22px; gap: 12px; }
  .practice__body { margin-top: 0 !important; }
}
/* Title block sits at top; spacer below pushes any future footer/cta down. Body wraps freely. */
.practice__title { margin-top: 4px; }
.practice:hover { transform: translateY(-2px); box-shadow: 0 24px 48px -16px rgba(20,17,13,.14), 0 8px 16px -8px rgba(20,17,13,.06); }

/* Variant: Paper (cream-tint card on cream page) */
.practice--paper { background: var(--paper-tint); color: var(--ink); }

/* Variant: Wash (lavender accent-wash card) */
.practice--wash { background: var(--accent-wash); color: var(--ink); }
.practice--wash .practice__num { color: var(--accent-ink); }

/* Variant: Dark (prismatic indigo-warm gradient with violet glow) */
.practice--dark {
  background-image: linear-gradient(135deg, #1A1816 0%, #2A1F30 38%, #3F2D58 65%, #1F1A22 100%);
  color: var(--paper-on-ink);
}
.practice--dark::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(91,79,229,0.22) 0%, rgba(91,79,229,0) 55%);
}
.practice--dark > * { position: relative; z-index: 1; }
.practice--dark .practice__num { color: var(--accent-soft); }
.practice--dark .practice__title { color: var(--paper); }
.practice--dark .practice__title em {
  background-image: var(--gradient-accent);
  background-clip: text; -webkit-background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.practice--dark .practice__body { color: rgba(239, 234, 224, 0.78); }

.practice__num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--accent); font-weight: 500; text-transform: uppercase; }
.practice__title { font-family: var(--display); font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; line-height: 1.15; letter-spacing: -0.018em; }
.practice__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); font-size: 1.05em; }
.practice__body { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin-top: auto; }

/* Impact (case studies) — card-framed list */
.impact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: clamp(40px, 6vw, 72px);
}
@media (min-width: 760px) {
  .impact-list { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.impact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 3vw, 32px);
  background: var(--paper-tint);
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  position: relative;
  box-shadow: 0 1px 2px rgba(20,17,13,.03), 0 6px 16px -10px rgba(20,17,13,.08);
  transition: transform 240ms cubic-bezier(0.2,0.7,0.2,1), box-shadow 240ms ease, border-color 200ms ease;
}
.impact__num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); font-weight: 500; }
.impact__title { font-family: var(--display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; line-height: 1.2; letter-spacing: -0.018em; margin: 0; }
.impact__body { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin-top: 4px; }
.impact:hover {
  transform: translateY(-2px);
  border-color: var(--line);
  box-shadow: 0 18px 40px -18px rgba(20,17,13,.12), 0 6px 14px -8px rgba(20,17,13,.06);
}

/* Trusted-by marquee */
.trusted {
  display: flex;
  gap: clamp(32px, 5vw, 64px);
  flex-wrap: wrap;
  margin-top: 32px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 28px);
  color: var(--ink-2);
  letter-spacing: -0.01em;
}
.trusted span { white-space: nowrap; }
.trusted span + span::before { content: "—"; margin-right: clamp(32px, 5vw, 64px); margin-left: -8px; color: var(--ink-4); font-style: italic; }

/* Logo grid for trusted-by — cream tiles on dark band, full-colour logos */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: clamp(40px, 6vw, 64px);
}
@media (min-width: 640px) { .logo-grid { grid-template-columns: repeat(3, 1fr); } }
.logo-cell {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 3vw, 32px);
  min-height: 140px;
  border-radius: 4px;
  transition: transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 280ms ease;
}
.logo-cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(0, 0, 0, 0.45);
}
.logo-cell img {
  max-height: 64px;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 6vw, 72px) clamp(28px, 3vw, 44px);
  margin-top: clamp(40px, 6vw, 72px);
  align-items: start;
}
@media (min-width: 640px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .team-grid { grid-template-columns: 1fr 1fr 1fr; } }

.member {
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-margin-top: 96px;
}

/* Photo button — clickable to expand */
.member__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
  border-radius: 3px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  isolation: isolate;
}
.member__photo:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  /* Editorial treatment: warm desaturation, never duotone-heavy */
  filter: grayscale(0.35) contrast(1.04) brightness(0.99) saturate(0.92);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.1, 1), filter 500ms ease;
}
/* Subtle warm-paper vignette — keeps faces clean, only deepens edges */
.member__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 17, 13, 0) 55%, rgba(20, 17, 13, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 400ms ease;
}
.member:hover .member__photo img,
.member--open .member__photo img {
  transform: scale(1.02);
  filter: grayscale(0) contrast(1.04) brightness(1.0) saturate(1);
}
.member:hover .member__photo::after,
.member--open .member__photo::after { opacity: 0.5; }

/* Per-person framing — adjust for the original crops we have */
.member__photo img[data-person="benjie"]   { object-position: center 28%; }
.member__photo img[data-person="margaret"] { object-position: center 22%; }
.member__photo img[data-person="belinda"]  { object-position: center 22%; }
.member__photo img[data-person="bronwyn"]  { object-position: center 30%; }
.member__photo img[data-person="jacob"]    { object-position: center 24%; }
.member__photo img[data-person="ray"]      { object-position: center 18%; }
.member__photo img[data-person="annette"]  { object-position: center 32%; }

/* Expand/collapse glyph in photo corner */
.member__photo-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 999px;
  box-shadow: 0 2px 8px -2px rgba(20, 17, 13, 0.25);
  transition: transform 240ms ease, background 240ms ease;
}
.member:hover .member__photo-toggle { transform: scale(1.08); }
.member--open .member__photo-toggle { background: var(--ink); color: var(--paper); }

.member__photo--initial {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(72px, 12vw, 132px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.member__role {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}
.member__name {
  font-family: var(--display);
  font-size: clamp(22px, 2.1vw, 26px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.018em;
  margin: -4px 0 0;
}

.member__bio {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
}
.member__bio p { margin: 0 0 0.85em; }
.member__bio p:last-child { margin-bottom: 0; }

.member__bullets {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
  border-top: 1px solid var(--line-soft);
}
.member__bullets li {
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.member__bullets li:last-child { border-bottom: 0; }
.member__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 1px;
  background: var(--accent);
}

/* Sectors / specialism chips — refined, paper-toned (not bright violet) */
.member__sectors {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.member__sectors li {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  background: transparent;
  padding: 5px 9px 4px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: border-color 200ms ease, color 200ms ease;
}
.member:hover .member__sectors li,
.member--open .member__sectors li {
  border-color: rgba(91, 79, 229, 0.35);
  color: var(--accent-ink);
}

/* Actions row — Read more + LinkedIn */
.member__actions {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}
.member__more {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 200ms ease;
}
.member__more:hover { color: var(--accent); }
.member__more-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--ink-3);
  text-transform: none;
  font-weight: 400;
}
.member__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 0;
  border: 0;
  transition: color 200ms ease;
}
.member__linkedin:hover { color: var(--accent); }

/* Footer / contact */
.contact-cta {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(72px, 12vw, 160px) 0;
  position: relative;
  overflow: hidden;
}
.contact-cta__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(40px, 8vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.030em;
  margin: 0 0 clamp(24px, 4vw, 48px);
  text-wrap: balance;
}
.contact-cta__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent-soft); font-size: 1.05em; letter-spacing: -0.012em; }
.contact-cta__lede { max-width: 56ch; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.5; color: rgba(246, 242, 236, 0.78); margin: 0 0 clamp(28px, 4vw, 40px); }
.contact-cta__email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 600;
  color: var(--paper);
  border-bottom: 1px solid rgba(246, 242, 236, 0.4);
  padding-bottom: 6px;
  letter-spacing: -0.018em;
  transition: border-color 240ms ease, color 240ms ease;
}
.contact-cta__email:hover { color: var(--accent-soft); border-bottom-color: var(--accent-soft); }

.site-foot__brand {
  display: inline-block;
  margin-bottom: 24px;
  /* Wordmark is dark-on-white — invert for the dark footer */
  filter: invert(1) hue-rotate(180deg);
}
.site-foot__brand img { width: 160px; height: auto; opacity: 0.95; }
.site-foot {
  background: var(--ink);
  color: rgba(246, 242, 236, 0.6);
  padding: 56px 0 32px;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
}
.site-foot__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 56px;
}
@media (min-width: 760px) {
  .site-foot__grid { grid-template-columns: 1.7fr 0.9fr 1.1fr 1.2fr; gap: 56px; }
}
.site-foot a { color: rgba(246, 242, 236, 0.78); }
.site-foot a:hover { color: var(--paper); }
.site-foot__col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246, 242, 236, 0.4); margin: 0 0 16px; font-weight: 400; }
.site-foot__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.site-foot__col ul a { font-size: 14px; }
.site-foot__colophon li {
  font-family: var(--serif);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(246, 242, 236, 0.6);
  font-weight: 300;
}
.site-foot__colophon li em { font-style: italic; color: rgba(246, 242, 236, 0.8); }
.site-foot__colophon a { color: rgba(246, 242, 236, 0.85); border-bottom: 1px dotted rgba(246, 242, 236, 0.3); }
.site-foot__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
  font-size: 12px;
  color: rgba(246, 242, 236, 0.45);
}
@media (min-width: 760px) {
  .site-foot__bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
.acknowledgement {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(246, 242, 236, 0.6);
  max-width: 64ch;
}

/* Inline page heads (non-home pages) */
.page-head {
  padding: calc(var(--header-h) + clamp(56px, 9vw, 120px)) 0 clamp(48px, 7vw, 96px);
  background: var(--paper);
  border-bottom: 1px solid var(--line-soft);
}
.page-head--ink { background: var(--ink); color: var(--paper); border-bottom-color: rgba(246, 242, 236, 0.12); }
.page-head__crumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: clamp(28px, 4vw, 48px);
}
.page-head--ink .page-head__crumbs { color: rgba(246, 242, 236, 0.55); }
.page-head__crumbs .sep { color: var(--ink-4); }
.page-head__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.028em;
  margin: 0 0 clamp(20px, 3vw, 32px);
  text-wrap: balance;
}
.page-head__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); font-size: 1.05em; }
.page-head--ink .page-head__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent-soft); font-size: 1.05em; }
.page-head__lede { max-width: 60ch; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-2); }
.page-head--ink .page-head__lede { color: rgba(246, 242, 236, 0.78); }

/* Frameworks block */
.frameworks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}
@media (min-width: 760px) {
  .frameworks {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}
.framework {
  border: 1px solid var(--line-soft);
  padding: clamp(28px, 3.6vw, 40px);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.section--ink .framework { background: rgba(246, 242, 236, 0.04); border-color: rgba(246, 242, 236, 0.14); }
.framework__num {
  font-family: var(--serif);
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.03em;
  font-style: italic;
}
.framework__title { font-family: var(--display); font-size: clamp(22px, 2.4vw, 28px); font-weight: 700; line-height: 1.18; letter-spacing: -0.018em; }
.framework__body { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.section--ink .framework__body { color: rgba(246, 242, 236, 0.78); }

/* IP Set — three integrated instruments, deeper treatment */
.ip-intro { margin-top: 8px; }
.ip-intro__kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 500;
  margin-bottom: 14px;
}
.ip-intro__lede {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  color: var(--paper-on-ink);
  max-width: 64ch;
  margin: 0 0 clamp(40px, 5vw, 56px);
  text-wrap: pretty;
}
.ip-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .ip-set {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 24px;
  }
}
.ip-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(28px, 3vw, 40px);
  background: rgba(246, 242, 236, 0.04);
  border: 1px solid rgba(246, 242, 236, 0.14);
  border-radius: 4px;
  color: var(--paper-on-ink);
  overflow: hidden;
}
.ip-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(91,79,229,0.7) 0%, rgba(163,157,235,0.4) 50%, rgba(246,242,236,0.06) 100%);
}
.ip-card--accent {
  background: linear-gradient(180deg, rgba(91,79,229,0.10) 0%, rgba(91,79,229,0.04) 36%, rgba(246,242,236,0.04) 100%);
  border-color: rgba(163,157,235,0.32);
}
.ip-card__roman {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--accent-soft);
  margin-bottom: 28px;
}
.ip-card--accent .ip-card__roman { color: #C7C1F0; }
.ip-card__kicker {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 242, 236, 0.55);
  font-weight: 500;
  margin-bottom: 10px;
}
.ip-card__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--paper);
  margin: 0 0 14px;
  text-wrap: balance;
}
.ip-card__lede {
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(246, 242, 236, 0.78);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.ip-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
}
.ip-card__list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(246, 242, 236, 0.08);
  font-size: 14px;
  line-height: 1.5;
}
.ip-card__list-key {
  font-family: var(--display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: var(--paper);
}
.ip-card__list-val {
  color: rgba(246, 242, 236, 0.65);
  font-size: 13.5px;
}
.ip-card__list-val em { font-family: var(--serif); font-style: italic; color: var(--accent-soft); }
/* Compact two-column grid for the eight dimensions */
.ip-card__list--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
  border-bottom: 1px solid rgba(246, 242, 236, 0.08);
  margin-bottom: 20px;
}
.ip-card__list--grid li {
  display: block;
  padding: 10px 0;
  border-bottom: none;
  border-top: 1px solid rgba(246, 242, 236, 0.06);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--paper);
  text-transform: uppercase;
}
.ip-card__list--grid li:nth-child(-n+2) { border-top: none; }
.ip-card__verdict {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
}
.ip-card__verdict-label {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 500;
  margin-bottom: 12px;
}
.ip-card__verdict-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ip-card__verdict-row span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(246, 242, 236, 0.18);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: rgba(246, 242, 236, 0.78);
  white-space: nowrap;
}
.ip-card__foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 242, 236, 0.10);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(246, 242, 236, 0.72);
  text-wrap: pretty;
}
.ip-card__foot em { font-style: italic; }

/* Quote block */
.pullquote {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  text-wrap: balance;
  color: var(--ink);
  margin: 0;
}
.pullquote em { font-style: italic; color: var(--accent); }
.section--ink .pullquote { color: var(--paper); }
.section--ink .pullquote em { color: var(--accent-soft); }
.pullquote__attr { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-top: 24px; font-style: normal; font-weight: 400; }
.section--ink .pullquote__attr { color: rgba(246, 242, 236, 0.55); }

/* Photo splits */
.photo-split { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (min-width: 920px) { .photo-split { grid-template-columns: 1fr 1fr; } }
.photo-split__img {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper-2);
}
.photo-split__img img { width: 100%; height: 100%; object-fit: cover; }
.photo-split__credit {
  position: absolute;
  bottom: 8px; left: 8px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  color: rgba(246, 242, 236, 0.7);
  text-transform: uppercase;
  background: rgba(14, 17, 22, 0.4);
  padding: 4px 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Perspectives — same three-surface card system */
.posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: clamp(40px, 6vw, 72px);
}
@media (min-width: 760px) { .posts { grid-template-columns: 1fr 1fr; } }
.post {
  border-radius: 20px;
  padding: clamp(28px, 3.4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(20,17,13,.04), 0 12px 28px -12px rgba(20,17,13,.10);
  transition: transform 280ms cubic-bezier(0.2,0.7,0.2,1), box-shadow 280ms ease;
  color: var(--ink);
}
.post:hover { transform: translateY(-2px); box-shadow: 0 24px 48px -16px rgba(20,17,13,.14), 0 8px 16px -8px rgba(20,17,13,.06); }
.post--paper { background: var(--paper-tint); }
.post--wash { background: var(--accent-wash); }
.post--dark {
  background-image: linear-gradient(135deg, #1A1816 0%, #2A1F30 38%, #3F2D58 65%, #1F1A22 100%);
  color: var(--paper-on-ink);
}
.post--dark::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(91,79,229,0.22) 0%, rgba(91,79,229,0) 55%);
}
.post--dark > * { position: relative; z-index: 1; }
.post--dark .post__title { color: var(--paper); }
.post--dark .post__excerpt { color: rgba(239, 234, 224, 0.78); }
.post--dark .post__meta { color: rgba(239, 234, 224, 0.55); }
.post--dark .post__cta { color: var(--accent-soft); }
.post__meta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.post__title { font-family: var(--display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; line-height: 1.18; letter-spacing: -0.018em; }
.post__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); font-size: 1.05em; }
.post__excerpt { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin-top: auto; }
.post__cta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }

/* Founding-principle callout — lavender accent-wash, two-column */
.callout {
  background: var(--accent-wash);
  border-radius: 20px;
  padding: clamp(28px, 3.4vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: clamp(32px, 4vw, 48px);
}
@media (min-width: 760px) { .callout { grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 4vw, 56px); align-items: start; } }
.callout__eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-ink); }
.callout__title { font-family: var(--display); font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -0.020em; line-height: 1.05; color: var(--ink); margin: 8px 0 0; }
.callout__title em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent-ink); font-size: 1.05em; }
.callout__body { font-family: var(--sans); font-size: 16px; line-height: 1.55; color: var(--accent-ink); padding-top: 10px; }

/* Form */
.form { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .form { grid-template-columns: 1fr 1fr; } }
.form__row--full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.field input, .field textarea, .field select {
  font-family: var(--sans);
  font-size: 16px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  padding: 10px 0;
  color: var(--ink);
  border-radius: 0;
  transition: border-color 200ms ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--accent); }
.field textarea { resize: vertical; min-height: 120px; }

/* Misc */
.bridge-rule {
  display: block;
  height: 1px;
  background: var(--line-soft);
  position: relative;
  margin: clamp(40px, 6vw, 80px) 0;
}
.bridge-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateX(-50%);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── View-all link (Perspectives → Blog) ─────────────── */
.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding: 16px 22px 16px 0;
  border-bottom: 1px solid var(--ink);
  transition: gap 220ms ease, color 220ms ease;
}
.view-all-link svg { transition: transform 220ms ease; }
.view-all-link:hover { gap: 22px; color: var(--accent); }
.view-all-link:hover svg { transform: translateX(4px); }

/* ── Blog index page ────────────────────────────────── */
.blog-page { background: var(--paper); }
.blog-hero {
  padding: clamp(140px, 18vw, 200px) 0 clamp(64px, 8vw, 96px);
  border-bottom: 1px solid var(--line-soft);
}
.blog-hero__eyebrow { margin-bottom: 24px; }
.blog-hero__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(56px, 8.6vw, 132px);
  line-height: 0.96;
  letter-spacing: -0.024em;
  color: var(--ink);
  margin: 0;
  max-width: 14ch;
}
.blog-hero__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}
.blog-hero__lede {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
  margin: clamp(32px, 4vw, 48px) 0 0;
}

.blog-list {
  padding: clamp(64px, 8vw, 112px) 0 clamp(96px, 12vw, 160px);
}
.blog-list__items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.blog-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 240ms ease, padding-left 240ms ease;
}
.blog-row:hover { background: var(--paper-2); padding-left: 16px; padding-right: 16px; }
.blog-row__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 8px;
}
.blog-row__main { display: flex; flex-direction: column; gap: 16px; }
.blog-row__meta {
  display: flex;
  gap: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.blog-row__meta span:first-child { color: var(--accent); }
.blog-row__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
  max-width: 24ch;
  transition: color 220ms ease;
}
.blog-row:hover .blog-row__title { color: var(--accent); }
.blog-row__title em { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--accent); }
.blog-row__excerpt {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 60ch;
}
.blog-row__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  padding-top: 4px;
}
.blog-row__cta svg { transition: transform 220ms ease; }
.blog-row:hover .blog-row__cta svg { transform: translateX(4px); }

@media (max-width: 720px) {
  .blog-row { grid-template-columns: 1fr; gap: 12px; }
  .blog-row__num { padding-top: 0; }
}

/* ── Blog post page ─────────────────────────────────── */
.post-hero {
  padding: clamp(140px, 18vw, 200px) 0 clamp(48px, 6vw, 72px);
  border-bottom: 1px solid var(--line-soft);
}
.post-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  text-decoration: none;
  margin-bottom: 40px;
  transition: color 200ms ease, gap 200ms ease;
}
.post-hero__back:hover { color: var(--accent); gap: 16px; }
.post-hero__back svg { width: 14px; height: 14px; transform: rotate(180deg); transition: transform 220ms ease; }
.post-hero__back:hover svg { transform: rotate(180deg) translateX(-4px); }
.post-hero__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 24px;
}
.post-hero__meta span:first-child { color: var(--accent); }
.post-hero__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0;
  max-width: 22ch;
}
.post-hero__title em { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--accent); }
.post-hero__byline {
  margin-top: clamp(40px, 5vw, 56px);
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.post-body {
  padding: clamp(56px, 7vw, 96px) 0 clamp(80px, 10vw, 128px);
  max-width: 720px;
  margin: 0 auto;
}
.post-body p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.62;
  color: var(--ink);
  margin: 0 0 1.4em;
  text-wrap: pretty;
}
.post-body p:first-child::first-letter {
  font-family: var(--display);
  font-weight: 700;
  font-size: 4.2em;
  line-height: 0.86;
  float: left;
  padding: 6px 14px 0 0;
  color: var(--accent);
}
.post-body p:first-child::first-line {
  font-variant-caps: small-caps;
  letter-spacing: 0.04em;
}
.post-body .post-h2 {
  font-family: var(--display);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
  color: var(--ink);
  margin: 2.2em 0 0.6em;
  text-wrap: balance;
}
.post-body .post-h3 {
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink);
  margin: 1.6em 0 0.4em;
}
.post-body .post-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 1.6em 0;
  padding: 0 0 0 24px;
  border-left: 3px solid var(--accent);
}

/* Other posts at the end of an article */
.post-related {
  border-top: 1px solid var(--line);
  padding: clamp(64px, 8vw, 96px) 0;
}
.post-related__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 32px;
}
.post-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 720px) { .post-related__grid { grid-template-columns: 1fr 1fr; } }
.post-related__item {
  background: var(--paper);
  padding: 32px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 220ms ease;
}
.post-related__item:hover { background: var(--paper-2); }
.post-related__item-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.post-related__item-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
}
