:root {
  --paper: #f7f5f2;
  --white: #fffefd;
  --ink: #241f23;
  --muted: #6f686d;
  --plum: #5b3c55;
  --plum-deep: #3f293b;
  --plum-soft: #e8dde5;
  --sage: #829487;
  --sage-soft: #e1e7e2;
  --experience-bg: #5b3c55;
  --experience-panel: #6c5065;
  --line: rgba(54, 42, 51, .14);
  --shadow: 0 20px 60px rgba(51, 36, 47, .11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.dialog-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #a9869f; outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 242, .86);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(36,31,35,.06); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 54px; height: 34px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; color: #4b4449; }
.site-nav a:hover { color: var(--plum); }
.site-nav .nav-pill { border: 1px solid var(--line); padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.55); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); align-items: center; gap: 8px; font-weight: 700; }
.menu-toggle svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { min-height: 760px; padding: 100px 0 92px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; vertical-align: middle; margin: 0 10px 3px 0; }
.hero .eyebrow b { padding-inline: .28em; color: var(--sage); font-weight: 800; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.1vw, 78px); line-height: .99; letter-spacing: -.06em; font-weight: 720; }
.hero h1 em { display: block; font-family: Georgia, "Times New Roman", serif; color: var(--plum); font-weight: 500; letter-spacing: -.045em; }
.hero-lede { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 11px 20px; font-size: 14px; font-weight: 750; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--plum); }
.button.primary:hover { background: var(--plum-deep); }
.text-button { color: var(--plum); padding-inline: 10px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 40px 0 0; padding: 0; list-style: none; color: #5f595d; font-size: 13px; font-weight: 650; }
.hero-proof li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); margin-right: 9px; vertical-align: 1px; }

.hero-visual { min-height: 540px; position: relative; border-radius: 38px; background: linear-gradient(145deg, #e4ebe5, #eee7ec 70%, #f7f5f2); overflow: hidden; isolation: isolate; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50%; filter: blur(5px); z-index: -1; }
.hero-visual::before { width: 240px; height: 240px; background: rgba(91,60,85,.11); left: 34%; top: 24%; }
.hero-visual::after { width: 160px; height: 160px; border: 1px solid rgba(91,60,85,.22); right: 6%; bottom: 10%; }
.visual-path { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-path path { fill: none; stroke: rgba(91,60,85,.34); stroke-width: 2; stroke-dasharray: 8 10; }
.visual-path circle { fill: var(--plum); stroke: var(--paper); stroke-width: 5; }
.visual-note { position: absolute; width: min(190px, 44%); padding: 16px 18px; border: 1px solid rgba(91,60,85,.14); border-radius: 16px; background: rgba(255,254,253,.9); box-shadow: 0 14px 30px rgba(51,36,47,.08); backdrop-filter: blur(14px); }
.visual-note span { float: right; color: #9a8794; font-size: 11px; font-weight: 800; }
.visual-note strong, .visual-note small { display: block; }
.visual-note strong { font-size: 14px; color: var(--plum-deep); }
.visual-note small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.note-one { left: 6%; top: 6%; }
.note-two { right: 6%; top: 20%; }
.note-three { left: 6%; bottom: 20%; }
.note-four { right: 6%; bottom: 6%; }
.visual-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; border-radius: 50%; background: var(--plum); color: white; display: grid; place-content: center; text-align: center; box-shadow: 0 25px 70px rgba(91,60,85,.25); }
.visual-center span { font-family: Georgia, serif; font-style: italic; font-size: 42px; line-height: 1; }
.visual-center small { margin-top: 8px; color: #e9dfe6; line-height: 1.4; }

.work-section { padding: 112px 0 124px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; }
.section-heading h2, .experience-top h2, .contact-panel h2 { margin: 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.filter-bar { display: flex; gap: 8px; margin: 46px 0 26px; overflow-x: auto; padding-bottom: 4px; }
.filter { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; color: #5e575b; border-radius: 999px; padding: 9px 15px; cursor: pointer; font-size: 13px; font-weight: 700; }
.filter.active { background: var(--ink); border-color: var(--ink); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.project-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fbfaf8; transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease; }
.project-card.featured { grid-column: 1 / -1; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-card[hidden] { display: none; }
.project-open { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; text-decoration: none; cursor: pointer; display: grid; }
.featured .project-open { grid-template-columns: 1.17fr .83fr; }
.learning-project .project-open { grid-template-rows: 340px 1fr; }
.project-image { position: relative; min-height: 320px; overflow: hidden; background: #e9e4e8; }
.featured .project-image { min-height: 470px; }
.project-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-image > img { transform: scale(1.025); }
.asana-image > img { object-position: left center; }
.lms-recovery-image { background: var(--plum-deep); }
.lms-recovery-image > img { object-fit: contain; }
.pact-image > img { object-position: center 31%; }
.card-number { position: absolute; top: 18px; left: 18px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--plum); font-size: 11px; font-weight: 850; box-shadow: 0 8px 20px rgba(0,0,0,.08); }
.image-tag { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(38,31,36,.88); color: white; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.project-copy { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.featured .project-copy { padding: 52px; justify-content: center; }
.project-meta { display: flex; gap: 9px; flex-wrap: wrap; color: var(--plum); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.project-meta span + span::before { content: "•"; margin-right: 9px; color: var(--sage); }
.project-copy h3 { margin: 16px 0 12px; font-size: clamp(26px, 3vw, 40px); line-height: 1.12; letter-spacing: -.04em; }
.project-card:not(.featured) .project-copy h3 { font-size: 29px; }
.learning-project .project-copy h3 { min-height: 2.24em; }
.project-copy > p { margin: 0; color: var(--muted); }
.project-stats { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 28px 0 0; }
.project-stats div { border-top: 1px solid var(--line); padding-top: 14px; }
.project-stats dt { color: var(--plum); font-family: Georgia, serif; font-size: 30px; font-weight: 600; line-height: 1; }
.project-stats dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.project-chips { display: flex; gap: 7px; flex-wrap: wrap; padding: 0; margin: 24px 0 0; list-style: none; }
.project-chips li { padding: 6px 9px; border-radius: 999px; background: var(--sage-soft); color: #48564c; font-size: 11px; font-weight: 700; }
.explore-link { margin-top: auto; padding-top: 32px; color: var(--plum); font-weight: 800; font-size: 14px; }
.project-resource-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.project-resource-links a { padding: 16px 22px; background: var(--white); color: var(--plum); font-size: 13px; font-weight: 780; text-align: center; text-decoration: none; }
.project-resource-links a:hover { background: var(--plum-soft); }
.submit-image { padding: 0; background: #d8d2ce; color: white; }
.submit-image > img { object-position: center 56%; }
.submit-map { display: flex; align-items: center; gap: 8px; color: #f1e8ef; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.submit-map i { height: 1px; flex: 1; background: rgba(255,255,255,.38); }
.submit-panel { max-width: 430px; margin: 44px auto 0; padding: 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.submit-panel small { display: block; color: #d8cad5; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; }
.submit-panel > strong { display: block; max-width: 360px; margin: 10px 0 25px; font-size: 21px; line-height: 1.3; }
.submit-panel div { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.submit-panel b { padding: 8px 5px; border-radius: 8px; background: rgba(255,255,255,.12); text-align: center; font-size: 9px; }

/* LMS migration recovery case study */
.case-study-page { background: var(--white); }
.recovery-hero { min-height: 720px; padding: 84px 0 90px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 68px; align-items: center; }
.recovery-hero-copy h1 { max-width: 690px; margin: 0; font-size: clamp(50px, 6vw, 78px); line-height: 1; letter-spacing: -.058em; }
.recovery-hero-copy h1 em { display: block; font-family: Georgia, "Times New Roman", serif; color: var(--plum); font-weight: 500; letter-spacing: -.045em; }
.recovery-lede { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.secondary-button { border-color: var(--line); background: rgba(255,255,255,.66); color: var(--plum); }
.secondary-button:hover { border-color: rgba(91,60,85,.35); background: var(--white); }
.recovery-cover { position: relative; width: 100%; aspect-ratio: 16 / 9; align-self: center; display: block; padding: 0; border: 0; border-radius: 26px; background: var(--plum-deep); box-shadow: 0 30px 80px rgba(63,41,59,.22); overflow: hidden; cursor: zoom-in; line-height: 0; }
.recovery-cover img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.recovery-cover > span { position: absolute; right: 18px; top: 18px; padding: 8px 11px; border-radius: 999px; background: rgba(30,24,29,.86); color: white; font-size: 11px; font-weight: 750; line-height: 1.2; letter-spacing: .04em; }

.recovery-snapshot { background: var(--plum); color: white; }
.recovery-snapshot-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.recovery-snapshot-grid div { min-height: 126px; padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: space-between; }
.recovery-snapshot-grid div:nth-child(3n) { border-right: 0; }
.recovery-snapshot-grid small { color: #d9e3dc; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.recovery-snapshot-grid strong { font-size: 15px; line-height: 1.35; }

.case-study-nav { position: sticky; top: 78px; z-index: 45; border-bottom: 1px solid var(--line); background: rgba(255,254,253,.94); backdrop-filter: blur(18px); }
.case-study-nav .shell { display: flex; gap: 6px; overflow-x: auto; padding-block: 12px; scrollbar-width: none; }
.case-study-nav .shell::-webkit-scrollbar { display: none; }
.case-study-nav a { flex: 0 0 auto; padding: 7px 12px; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 750; }
.case-study-nav a:hover, .case-study-nav a.active, .case-study-nav a[aria-current="true"] { background: var(--plum-soft); color: var(--plum); }

.case-section { padding-block: 112px; scroll-margin-top: 130px; }
.case-section-tinted { background: #f3f0f2; }
.case-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.72fr); gap: 76px; align-items: start; }
.case-intro-grid h2, .recovery-plan-block h2 { max-width: 720px; margin: 0; font-size: clamp(38px,4.6vw,62px); line-height: 1.04; letter-spacing: -.052em; }
.case-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.case-copy p + p { margin-top: 18px; }

.metric-ribbon { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 64px; border: 1px solid var(--line); border-radius: 20px; background: var(--line); overflow: hidden; }
.metric-ribbon div { min-height: 180px; padding: 26px; background: var(--paper); display: flex; flex-direction: column; }
.metric-ribbon span { color: var(--plum); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.metric-ribbon strong { margin-top: 42px; font-family: Georgia, serif; color: var(--plum-deep); font-size: 32px; font-weight: 600; line-height: 1.05; }
.metric-ribbon small { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.challenge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 54px; }
.challenge-grid article { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.challenge-grid article:nth-child(4), .challenge-grid article:nth-child(5) { grid-column: span 1; }
.challenge-grid article > span, .approach-grid article > span { color: var(--sage); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.challenge-grid h3, .approach-grid h3, .governance-grid h3 { margin: 52px 0 10px; font-size: 20px; line-height: 1.25; }
.challenge-grid p, .approach-grid p, .governance-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.progress-panel { margin-top: 22px; padding: 34px; border-radius: 22px; background: var(--plum-deep); color: white; }
.progress-panel-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.progress-panel-heading .case-label { color: #b9c8be; }
.progress-panel-heading h3 { margin: 0; font-size: 28px; line-height: 1.2; }
.bar-legend { display: flex; gap: 18px; color: #e8e0e6; font-size: 11px; font-weight: 700; }
.bar-legend span::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 2px; }
.plan-key::before { background: #a7b8ab; }
.actual-key::before { background: #d6c2d1; }
.progress-comparison { margin-top: 32px; display: grid; gap: 22px; }
.progress-row { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; }
.progress-row > strong { font-size: 13px; }
.bars { display: grid; gap: 6px; }
.bars i { position: relative; display: block; min-width: 2px; height: 13px; border-radius: 0 999px 999px 0; font-style: normal; }
.bars i span { position: absolute; left: calc(100% + 8px); top: -4px; color: white; font-size: 10px; font-weight: 750; }
.plan-bar { width: var(--plan); background: #a7b8ab; }
.actual-bar { width: var(--actual); background: #d6c2d1; }
.actual-bar.zero span { left: 8px; }

.evidence-stage { margin: 76px 0 0; }
.artifact-visual { width: 100%; padding: 0; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 20px 55px rgba(51,36,47,.09); overflow: hidden; cursor: zoom-in; }
.artifact-visual img { width: 100%; height: auto; }
.wide-data-visual { padding: 18px; }
.evidence-stage figcaption { display: grid; grid-template-columns: .42fr 1fr; gap: 36px; padding: 20px 4px 0; }
.evidence-stage figcaption span { color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.evidence-stage figcaption strong { color: var(--muted); font-size: 14px; line-height: 1.55; }
.executive-evidence .artifact-visual { background: var(--plum-deep); }

.approach-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 58px; }
.approach-grid article { min-height: 250px; padding: 28px; border-top: 3px solid var(--sage); border-radius: 0 0 18px 18px; background: var(--paper); }
.approach-grid h3 { margin-top: 64px; }
.recovery-plan-block { margin-top: 96px; padding: 52px; border-radius: 28px; background: var(--plum); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; }
.recovery-plan-block .case-label { color: #c2d0c6; }
.recovery-plan-block h2 { font-size: clamp(34px,4vw,54px); }
.recovery-plan-block > div > p:last-child { margin: 22px 0 0; color: #eee6ec; }
.recovery-plan-metrics { display: grid; gap: 10px; }
.recovery-plan-metrics div { padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.06); }
.recovery-plan-metrics span, .recovery-plan-metrics strong, .recovery-plan-metrics small { display: block; }
.recovery-plan-metrics span { color: #c6d3ca; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.recovery-plan-metrics strong { margin-top: 8px; font-family: Georgia, serif; font-size: 28px; font-weight: 600; }
.recovery-plan-metrics small { color: #e6dfe4; font-size: 11px; }

.decision-table-wrap { margin-top: 60px; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.decision-table { width: 100%; min-width: 820px; border-collapse: collapse; }
.decision-table caption { padding: 18px 22px; color: var(--muted); text-align: left; font-size: 12px; }
.decision-table th, .decision-table td { padding: 18px 20px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; }
.decision-table thead th { background: var(--plum); color: white; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.decision-table tbody th { color: var(--ink); }
.decision-table td { color: var(--muted); }
.decision-table .investment { color: #526a59; font-weight: 800; }
.decision-table .saving { color: #a33b2f; font-weight: 800; }
.table-note { margin: 0; padding: 12px 20px 16px; color: var(--muted); font-size: 11px; }

.governance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 58px; }
.governance-grid article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.governance-grid article > span { color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.governance-grid h3 { margin-top: 52px; }
.governance-grid .escalation-card { grid-column: 1 / -1; min-height: 0; background: var(--sage-soft); border-color: rgba(75,95,81,.16); display: grid; grid-template-columns: .35fr .65fr 1.2fr; gap: 30px; align-items: center; }
.governance-grid .escalation-card h3 { margin: 0; }
.outlook-stage { margin-top: 92px; }

.artifact-section { background: var(--plum-soft); }
.artifact-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 58px; }
.artifact-card-grid article { min-height: 390px; padding: 38px; border: 1px solid rgba(91,60,85,.13); border-radius: 24px; background: var(--white); display: flex; flex-direction: column; }
.artifact-card-grid article > span { color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.artifact-card-grid h3 { margin: 62px 0 12px; font-size: 28px; line-height: 1.2; letter-spacing: -.035em; }
.artifact-card-grid p { margin: 0; color: var(--muted); }
.artifact-actions { margin-top: auto; padding-top: 30px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.artifact-download { color: var(--plum); font-size: 13px; font-weight: 750; }
.skills-block { margin-top: 74px; padding-top: 40px; border-top: 1px solid rgba(91,60,85,.16); }
.skills-block ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.skills-block li { padding: 8px 12px; border: 1px solid rgba(91,60,85,.16); border-radius: 999px; background: rgba(255,255,255,.62); color: #51464f; font-size: 12px; font-weight: 700; }
.simulation-note { margin-top: 60px; padding: 26px 28px; border-left: 4px solid var(--sage); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.58); }
.simulation-note strong { color: var(--plum); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.simulation-note p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.case-end-actions { display: flex; align-items: center; gap: 16px; margin-top: 52px; flex-wrap: wrap; }

.experience-section { padding: 118px 0 64px; background: var(--experience-bg); color: white; }
.eyebrow.light { color: #dbe5de; }
.experience-top { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.experience-top > p { margin: 0 0 6px; color: #f1e9ef; font-size: 17px; }
.impact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 64px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.impact-grid div { min-height: 180px; padding: 28px; background: var(--experience-bg); display: flex; flex-direction: column; justify-content: space-between; }
.impact-grid strong { font-family: Georgia, serif; font-size: clamp(36px,4vw,54px); color: #f3edf1; font-weight: 500; letter-spacing: -.03em; }
.impact-grid span { color: #f1e9ef; font-size: 13px; line-height: 1.45; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.capability-grid article { min-height: 250px; padding: 30px; border-radius: 20px; border: 1px solid rgba(255,255,255,.2); background: var(--experience-panel); }
.capability-grid article > span { color: #dbe5de; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.capability-grid h3 { margin: 50px 0 10px; font-size: 22px; }
.capability-grid p { margin: 0; color: #f1e9ef; font-size: 14px; }
.professional-impact { margin-top: 82px; padding-top: 64px; border-top: 1px solid rgba(255,255,255,.16); }
.professional-impact-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; }
.professional-impact-heading h3 { margin: 0; font-size: clamp(30px,3.5vw,46px); line-height: 1.1; letter-spacing: -.045em; }
.professional-impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.professional-impact-grid article { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.07); }
.professional-impact-grid article > span { color: #dbe5de; font-size: 10px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.professional-impact-grid h4 { margin: 50px 0 10px; font-size: 21px; }
.professional-impact-grid p { margin: 0; color: #f1e9ef; font-size: 14px; }
.resume-panel { scroll-margin-top: 100px; margin-top: 82px; padding: 48px; border-radius: 28px; background: var(--plum-deep); }
.resume-panel-heading { display: grid; grid-template-columns: .65fr 1fr; gap: 8px 60px; align-items: end; }
.resume-panel-heading .eyebrow { grid-column: 1; }
.resume-panel-heading h3 { grid-column: 1; margin: 0; font-size: clamp(30px,3.4vw,44px); line-height: 1.1; letter-spacing: -.045em; }
.resume-panel-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; color: #eee6ec; }
.resume-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 36px; }
.resume-grid article { min-height: 300px; padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.06); display: flex; flex-direction: column; align-items: flex-start; }
.resume-grid article > span { color: #cbd9cf; font-size: 10px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.resume-grid h4 { margin: 42px 0 10px; font-size: 21px; line-height: 1.28; }
.resume-grid p { margin: 0; color: #eee6ec; font-size: 14px; }
.resume-grid .button { margin-top: auto; }
.contact-panel { margin-top: 90px; padding: 58px; border-radius: 28px; background: var(--plum-deep); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.contact-panel h2 { max-width: 760px; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 190px; }
.light-button { background: white; color: var(--plum); }
.outline-button { border-color: rgba(255,255,255,.4); color: white; }
.disclosure { margin: 28px 0 0; color: #e5dce2; font-size: 12px; text-align: center; }
footer { background: var(--experience-bg); color: #e5dce2; padding: 30px 0 36px; }
.footer-inner { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-inner a { text-decoration: none; }

.project-dialog { width: min(1160px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow: auto; }
.project-dialog::backdrop { background: rgba(28,22,26,.72); backdrop-filter: blur(7px); }
.dialog-shell { position: relative; }
.dialog-close { position: sticky; top: 18px; float: right; margin: 18px 18px -64px 0; z-index: 3; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(36,31,35,.82); color: white; padding: 8px 12px; cursor: pointer; font-size: 12px; font-weight: 750; backdrop-filter: blur(12px); }
.dialog-close span { font-size: 18px; margin-left: 4px; vertical-align: -1px; }
.dialog-hero { min-height: 440px; padding: 92px 9% 68px; display: flex; flex-direction: column; justify-content: end; color: white; }
.dialog-hero .eyebrow { color: #dce5df; }
.dialog-hero h2 { max-width: 850px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.dialog-hero > p:last-child { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 18px; }
.asana-dialog-hero { background: radial-gradient(circle at 80% 20%, rgba(151,174,158,.32), transparent 30%), linear-gradient(135deg,#3e293a,#674c61); }
.submit-dialog-hero { background: radial-gradient(circle at 12% 25%, rgba(150,168,156,.34), transparent 28%), linear-gradient(135deg,#2f2b2e,#5b3c55); }
.pact-dialog-hero { background: radial-gradient(circle at 82% 30%, rgba(129,148,135,.42), transparent 30%), linear-gradient(135deg,#30252d,#655062); }
.snapshot-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.snapshot-grid div { padding: 24px 28px; background: var(--white); }
.snapshot-grid small, .snapshot-grid strong { display: block; }
.snapshot-grid small { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.snapshot-grid strong { font-size: 13px; line-height: 1.4; }
.case-layout { display: grid; grid-template-columns: 190px minmax(0,780px); gap: 75px; justify-content: center; padding: 90px 7% 120px; }
.case-nav { position: sticky; top: 36px; align-self: start; display: flex; flex-direction: column; gap: 4px; border-left: 1px solid var(--line); }
.case-nav a { display: block; margin-left: -1px; padding: 9px 12px 9px 16px; border-left: 2px solid transparent; border-radius: 0 10px 10px 0; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.case-nav a:hover, .case-nav a.active, .case-nav a[aria-current="true"] { color: var(--plum); border-left-color: var(--plum); background: var(--plum-soft); }
.case-content > section { scroll-margin-top: 30px; padding-bottom: 86px; margin-bottom: 86px; border-bottom: 1px solid var(--line); }
.case-content > section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.case-label { margin: 0 0 16px; color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.case-content h3 { max-width: 720px; margin: 0 0 22px; font-size: clamp(30px,4vw,46px); line-height: 1.1; letter-spacing: -.045em; }
.case-content > section > p:not(.case-label) { color: var(--muted); font-size: 17px; }
.decision-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 34px; }
.decision-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.decision-grid article > span { color: var(--sage); font-size: 10px; font-weight: 850; }
.decision-grid h4 { margin: 32px 0 8px; font-size: 17px; line-height: 1.3; }
.decision-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.deliverable-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.deliverable-list li { padding: 11px 0 11px 26px; position: relative; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.deliverable-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--sage); font-weight: 900; }
.evidence-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 38px; }
.evidence-gallery button { position: relative; min-height: 220px; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #ddd; cursor: zoom-in; }
.evidence-gallery button img { width: 100%; height: 100%; object-fit: cover; }
.evidence-gallery button span { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(36,31,35,.84); color: white; font-size: 10px; font-weight: 750; }
.integrity-note { margin-top: 28px; padding: 24px 26px; border-left: 4px solid var(--sage); border-radius: 0 14px 14px 0; background: var(--sage-soft); }
.integrity-note strong { font-size: 12px; color: #435048; text-transform: uppercase; letter-spacing: .08em; }
.integrity-note p { margin: 6px 0 0; color: #536159; font-size: 14px; }
.process-visual { display: grid; grid-template-columns: minmax(112px,1fr) 28px minmax(112px,1fr) 28px minmax(112px,1fr) 28px minmax(112px,1fr); align-items: stretch; margin-top: 42px; padding: 22px; border-radius: 16px; background: var(--plum); color: white; }
.process-visual div { min-width: 0; }
.process-visual b, .process-visual strong, .process-visual span { display: block; }
.process-visual b { color: #b9c8be; font-size: 10px; }
.process-visual strong { margin-top: 16px; font-size: 15px; }
.process-visual span { color: #d8ccd5; font-size: 10px; }
.process-visual i { width: 28px; align-self: center; justify-self: center; color: #c9b9c5; font-style: normal; text-align: center; }
.course-launch { margin-top: 28px; }
.measure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.measure-grid div { min-height: 150px; padding: 22px; border-radius: 14px; background: var(--plum-soft); }
.measure-grid span, .measure-grid strong { display: block; }
.measure-grid span { color: var(--plum); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.measure-grid strong { margin-top: 35px; font-size: 14px; line-height: 1.4; }
.pact-framework { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 30px 0 12px; }
.pact-framework div { display: grid; grid-template-columns: 46px 1fr; gap: 1px 12px; padding: 18px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.pact-framework b { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 50%; background: var(--plum); color: white; display: grid; place-items: center; font-family: Georgia, serif; font-size: 19px; }
.pact-framework strong { font-size: 14px; }
.pact-framework span { color: var(--muted); font-size: 11px; }

.lightbox { width: min(1380px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 18px; border: 0; border-radius: 18px; background: #141214; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox img { width: 100%; max-height: calc(100dvh - 64px); object-fit: contain; }
.lightbox-close { position: fixed; right: 28px; top: 24px; z-index: 2; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(20,18,20,.82); color: white; font-size: 26px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  :root { --shell: min(100% - 34px, 760px); }
  .site-nav { position: absolute; left: 17px; right: 17px; top: 72px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,254,253,.98); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 3px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .site-nav .nav-pill { margin-top: 4px; }
  .menu-toggle { display: inline-flex; }
  .hero { min-height: auto; padding: 68px 0 80px; grid-template-columns: 1fr; gap: 56px; }
  .hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  .section-heading, .experience-top { grid-template-columns: 1fr; gap: 20px; }
  .featured .project-open { grid-template-columns: 1fr; }
  .featured .project-image { min-height: 390px; }
  .featured .project-copy { padding: 36px; }
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 200px; }
  .capability-grid h3 { margin-top: 32px; }
  .professional-impact-heading, .resume-panel-heading { grid-template-columns: 1fr; gap: 14px; }
  .resume-panel-heading .eyebrow, .resume-panel-heading h3, .resume-panel-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .professional-impact-grid { grid-template-columns: 1fr; }
  .professional-impact-grid article { min-height: 210px; }
  .resume-panel { padding: 40px; }
  .contact-panel { grid-template-columns: 1fr; padding: 42px; }
  .contact-actions { flex-direction: row; min-width: 0; }
  .snapshot-grid { grid-template-columns: repeat(2,1fr); }
  .case-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; }
  .case-nav { position: static; flex-direction: row; overflow-x: auto; border: 0; padding-bottom: 8px; }
  .case-nav a { flex: 0 0 auto; margin-left: 0; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; }
  .case-nav a:hover, .case-nav a.active, .case-nav a[aria-current="true"] { border-color: var(--plum); }
  .recovery-hero { min-height: auto; padding-block: 68px; grid-template-columns: 1fr; gap: 48px; }
  .recovery-cover { max-width: 780px; }
  .case-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .metric-ribbon { grid-template-columns: repeat(2,1fr); }
  .challenge-grid { grid-template-columns: repeat(2,1fr); }
  .recovery-plan-block { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: repeat(2,1fr); }
  .governance-grid .escalation-card { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 45px; height: 29px; }
  .brand span { font-size: 14px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(44px,14vw,62px); }
  .hero-lede { font-size: 17px; }
  .hero-visual { min-height: 600px; border-radius: 30px; }
  .visual-note { width: 44%; padding: 13px; }
  .note-one { left: 4%; top: 4%; }
  .note-two { right: 4%; top: 20%; }
  .note-three { left: 4%; bottom: 20%; }
  .note-four { right: 4%; bottom: 4%; }
  .visual-center { width: 132px; height: 132px; }
  .work-section, .experience-section { padding-top: 86px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-column: auto; }
  .featured .project-image, .project-image { min-height: 290px; }
  .project-copy, .featured .project-copy { padding: 26px; }
  .project-copy h3, .project-card:not(.featured) .project-copy h3 { font-size: 27px; }
  .learning-project .project-copy h3 { min-height: 0; }
  .project-stats dt { font-size: 25px; }
  .learning-project .project-open { grid-template-rows: 290px 1fr; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-grid div { min-height: 138px; }
  .project-resource-links { grid-template-columns: 1fr; }
  .professional-impact { margin-top: 66px; padding-top: 50px; }
  .professional-impact-grid h4 { margin-top: 34px; }
  .resume-panel { margin-top: 66px; padding: 30px 24px; }
  .resume-grid { grid-template-columns: 1fr; }
  .resume-grid article { min-height: 280px; }
  .contact-panel { margin-top: 70px; padding: 30px 24px; }
  .contact-panel h2 { font-size: 38px; }
  .contact-actions { flex-direction: column; }
  .project-dialog { width: 100vw; height: 100dvh; max-height: none; border-radius: 0; }
  .dialog-hero { min-height: 430px; padding: 100px 24px 54px; }
  .dialog-hero h2 { font-size: 45px; }
  .snapshot-grid { grid-template-columns: 1fr; }
  .snapshot-grid div { padding: 18px 24px; }
  .case-layout { padding: 50px 22px 90px; }
  .case-content > section { padding-bottom: 66px; margin-bottom: 66px; }
  .decision-grid, .deliverable-list, .evidence-gallery, .measure-grid, .pact-framework { grid-template-columns: 1fr; }
  .evidence-gallery button { min-height: 185px; }
  .process-visual { overflow-x: auto; }
  .footer-inner { flex-direction: column; }
  .case-study-nav { top: 68px; }
  .recovery-hero { padding-top: 52px; }
  .recovery-hero-copy h1 { font-size: clamp(44px,13vw,60px); }
  .recovery-lede { font-size: 17px; }
  .recovery-cover { border-radius: 18px; }
  .recovery-snapshot-grid { grid-template-columns: 1fr; }
  .recovery-snapshot-grid div { min-height: 100px; border-right: 0; }
  .case-section { padding-block: 82px; }
  .metric-ribbon, .challenge-grid, .approach-grid, .governance-grid, .artifact-card-grid { grid-template-columns: 1fr; }
  .metric-ribbon div { min-height: 150px; }
  .challenge-grid article, .approach-grid article { min-height: 200px; }
  .progress-panel { padding: 26px 20px; }
  .progress-panel-heading { align-items: start; flex-direction: column; }
  .progress-row { grid-template-columns: 1fr; gap: 9px; }
  .bars i span { left: calc(100% + 5px); }
  .evidence-stage { margin-top: 54px; }
  .wide-data-visual { padding: 8px; overflow-x: auto; }
  .wide-data-visual img { width: 980px; max-width: none; }
  .evidence-stage figcaption { grid-template-columns: 1fr; gap: 7px; }
  .recovery-plan-block { margin-top: 72px; padding: 34px 24px; }
  .governance-grid .escalation-card { grid-column: auto; }
  .artifact-card-grid article { min-height: 350px; padding: 28px; }
  .artifact-card-grid h3 { margin-top: 48px; }
  .artifact-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
