:root {
  --bg: #ffffff;
  --ink: #141217;
  --muted: #625c68;
  --line: rgba(20, 18, 23, 0.13);
  --purple: #7c5fb8;
  --purple-soft: rgba(124, 95, 184, 0.13);
  --highlight: #eee7ff;
  --panel: #fbf9ff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Aptos, "Segoe UI", Calibri, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
  border-radius: 8px;
}

.site-header {
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  justify-content: flex-end;
}

.header-links {
  display: flex;
  gap: 12px;
}

.icon-link {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 32px;
  color: var(--muted);
  transition: transform 180ms ease, color 180ms ease;
}

.icon-link:hover {
  transform: translateY(-2px);
  color: var(--ink);
}

.icon-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.linkedin-glyph {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.page {
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: 28px 0 96px;
}

.back {
  display: inline-block;
  margin-bottom: 72px;
  color: var(--muted);
  font-size: 0.95rem;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.ms-mark {
  display: grid;
  grid-template-columns: repeat(2, 9px);
  gap: 2px;
  width: 20px;
  height: 20px;
}

.ms-mark span {
  display: block;
}

.ms-mark span:nth-child(1) { background: #f25022; }
.ms-mark span:nth-child(2) { background: #7fba00; }
.ms-mark span:nth-child(3) { background: #00a4ef; }
.ms-mark span:nth-child(4) { background: #ffb900; }

h1, h2, h3, h4 {
  font-family: Lora, Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

h2 {
  max-width: 860px;
  margin: 88px 0 22px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

h3 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
}

p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 300;
  line-height: 1.68;
}

strong { color: var(--ink); font-weight: 500; }

.lead {
  max-width: 880px;
  font-size: clamp(1.16rem, 1.8vw, 1.48rem);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: start;
  margin: 22px 0 68px;
}

.hero-copy h1 {
  margin-bottom: 22px;
}

.hero-copy .lead {
  max-width: 700px;
}

.parallax-visual {
  position: sticky;
  top: 28px;
  margin: 4px -42px 0 0;
  will-change: transform;
}

.parallax-visual img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(20, 18, 23, 0.1);
}

.parallax-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tag {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 0.86rem;
}

.case-section {
  padding: 16px 0;
}

.case-section.emphasis-line p {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.45;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.narrative-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.callout {
  margin-top: 12px;
  padding: 24px;
  border-left: 4px solid var(--purple);
  background: linear-gradient(90deg, var(--purple-soft), transparent);
}

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

.visual {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 20%, var(--purple-soft), transparent 18rem),
    var(--panel);
}

.sketch-board {
  margin: 46px 0;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(20, 18, 23, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(rgba(20, 18, 23, 0.11) 1px, transparent 1px),
    linear-gradient(135deg, #fff, #fbf9ff);
  background-size: 14px 14px, auto;
}

.sketch-notes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 34px);
  margin-top: 24px;
}

.sketch-note {
  min-height: 118px;
  padding: 22px 20px;
  border: 2px solid rgba(20, 18, 23, 0.68);
  border-radius: 22px 26px 20px 28px;
  color: var(--ink);
  font-family: Caveat, "Comic Sans MS", cursive;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.05;
  box-shadow: 8px 10px 0 rgba(20, 18, 23, 0.06);
  opacity: 0;
  transform: rotate(-1.5deg);
  animation: note-pop 560ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.sketch-note:nth-child(even) {
  transform: rotate(1.4deg);
}

.sketch-note:nth-child(2) { animation-delay: 90ms; }
.sketch-note:nth-child(3) { animation-delay: 180ms; }
.sketch-note:nth-child(4) { animation-delay: 270ms; }
.sketch-note:nth-child(5) { animation-delay: 360ms; }
.sketch-note:nth-child(6) { animation-delay: 450ms; }

.sketch-note.blue { background: #dcebff; }
.sketch-note.yellow { background: #fff1a8; }
.sketch-note.green { background: #d7f4d5; }
.sketch-note.pink { background: #ffd7dd; }
.sketch-note.purple { background: #eee2ff; }
.sketch-note.orange { background: #ffe2be; }

@keyframes note-pop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96) rotate(-3deg);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px) scale(1.015) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--note-rotation, -1.5deg));
  }
}

.sketch-note:nth-child(even) {
  --note-rotation: 1.4deg;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .sketch-note {
    opacity: 1;
    animation: none;
  }
}

.public-figure {
  margin: 36px 0;
  max-width: 920px;
}

.public-figure.wide {
  max-width: 100%;
}

.image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  margin: 44px 0;
  align-items: start;
}

.image-stack {
  display: grid;
  gap: 32px;
  margin: 44px 0;
}

.image-stack.compact {
  gap: 22px;
}

.artifact-snapshot img {
  filter: saturate(0.92) contrast(0.98);
}

.deck-visual img {
  padding: clamp(10px, 1.5vw, 18px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(124, 95, 184, 0.1), rgba(255,255,255,0.88)),
    #fff;
  object-fit: contain;
}

.deck-visual figcaption {
  max-width: 760px;
}

.leadership-rhythm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.leadership-rhythm div {
  padding: 22px;
  background: #fff;
}

.leadership-rhythm span {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.leadership-rhythm p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.5;
}

.leadership-rhythm strong {
  display: block;
  margin-bottom: 8px;
}

.tool-stack {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(22px, 4vw, 42px);
  margin: 46px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, var(--panel));
}

.tool-stack h2 {
  margin-top: 0;
}

.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.tool-pill {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
}

.time-saved {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 8px;
}

.time-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.time-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  font-weight: 500;
  line-height: 1;
}

.time-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 600;
}

.time-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 10px;
}

.insight-card {
  padding: 20px;
  border-top: 1px solid var(--line);
}

.insight-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.02rem;
}

.insight-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.public-figure img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 18, 23, 0.08);
}

.public-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.video-embed {
  margin: 34px auto;
  max-width: 900px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 18px 42px rgba(20, 18, 23, 0.08);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.video-story {
  max-width: 920px;
  margin: 82px auto;
  text-align: center;
}

.video-story h2,
.video-story p {
  margin-left: auto;
  margin-right: auto;
}

.video-story h2 {
  margin-top: 0;
}

.video-story p {
  max-width: 720px;
}

.story-note {
  max-width: 900px;
  margin: 48px 0;
  padding: 0 0 0 clamp(22px, 4vw, 44px);
  border-left: 1px solid var(--purple);
}

.story-note p {
  max-width: 820px;
  color: var(--ink);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2.4vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.visual-title {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.flow.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flow.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.step {
  position: relative;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  color: var(--purple);
  content: "→";
  transform: translateY(-50%);
}

.step-number {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
}

.step p {
  margin: 8px 0 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

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

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

.principle p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.artifact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.artifact {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--highlight);
  color: var(--ink);
  font-size: 0.95rem;
}

.artifact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 10px;
  padding: 0;
  list-style: none;
}

.artifact-inline li {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--highlight);
  color: var(--ink);
  font-size: 0.92rem;
}

.role-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 44px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.role-strip span {
  min-height: 96px;
  padding: 18px;
  background: #fff;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

.timeline-notes {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.timeline-note {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  padding-top: 20px;
}

.timeline-note span {
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-note p {
  margin: 0;
}

.leadership-board {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(22px, 4vw, 48px);
  margin: 44px 0;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, var(--highlight), rgba(255,255,255,0.72)),
    #fff;
}

.board-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.74);
}

.board-card p {
  margin: 0;
  font-size: 0.98rem;
}

.board-list {
  display: grid;
  gap: 12px;
}

.board-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.board-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.source-card {
  display: block;
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform 180ms ease, background 180ms ease;
}

.source-card:hover {
  background: var(--highlight);
  transform: translateY(-3px);
}

.source-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.source-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.42;
}

.source-list.compact {
  display: block;
  columns: 2;
  column-gap: 42px;
}

.source-list.compact a {
  display: block;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote {
  margin: 72px 0 24px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 32px;
  background: var(--highlight);
}

.quote p {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.quote.reflection-quote {
  margin: 52px 0;
  padding: clamp(24px, 4vw, 42px);
}

.quote.reflection-quote p {
  max-width: 900px;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.24;
}

@media (max-width: 820px) {
  .narrative-grid,
  .hero-split,
  .grid,
  .image-row,
  .artifact-list,
  .source-list,
  .source-list.compact,
  .flow,
  .flow.three,
  .flow.four,
  .flow.six,
  .sketch-notes,
  .role-strip,
  .leadership-board,
  .leadership-rhythm,
  .tool-stack,
  .time-saved,
  .insight-grid,
  .timeline-note {
    grid-template-columns: 1fr;
    columns: 1;
  }

  .step::after { display: none; }

  .parallax-visual {
    position: static;
    transform: none !important;
  }
}
