
:root{
  color-scheme:dark;
  --bg:#07090d;
  --bg-soft:#0b0f16;
  --surface:#10151f;
  --surface-2:#141b27;
  --surface-3:#0d121b;
  --line:rgba(206,218,255,.13);
  --line-strong:rgba(206,218,255,.24);
  --text:#f2f5fa;
  --muted:#aab4c4;
  --quiet:#7f8a9a;
  --accent:#9fd7ff;
  --accent-2:#c9b7ff;
  --accent-3:#9ff5d1;
  --warning:#ffd68a;
  --shadow:0 24px 70px rgba(0,0,0,.34);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:
  radial-gradient(circle at 16% -12%, rgba(117,150,255,.16), transparent 34rem),
  radial-gradient(circle at 92% 4%, rgba(103,238,195,.10), transparent 30rem),
  linear-gradient(180deg,#07090d 0%,#090c12 45%,#07090d 100%);
 color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
p{margin:0;color:var(--muted)}
strong{color:var(--text)}
h1,h2,h3,h4{margin:0;line-height:1.04;letter-spacing:-.045em;color:var(--text)}
h1{font-size:clamp(3rem,8vw,7.7rem);max-width:1050px}
h2{font-size:clamp(2rem,4vw,4.1rem)}
h3{font-size:clamp(1.25rem,2.2vw,2rem)}
h4{font-size:1.03rem;letter-spacing:-.02em}
main{overflow:hidden}.site-header{position:sticky;top:0;z-index:20;max-width:var(--max);margin:0 auto;padding:1.1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(18px)}
.wordmark{display:inline-flex;gap:.35rem;align-items:center;font-weight:720;letter-spacing:-.035em}.wordmark span:first-child{color:var(--text)}.wordmark span:last-child{color:var(--muted)}
.primary-nav{display:flex;gap:.3rem;border:1px solid var(--line);background:rgba(10,14,21,.72);border-radius:999px;padding:.25rem}.primary-nav a{padding:.55rem .85rem;border-radius:999px;color:var(--muted);font-size:.93rem}.primary-nav a:hover,.primary-nav a:focus-visible{background:rgba(255,255,255,.07);color:var(--text)}
a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.section{max-width:var(--max);margin:0 auto;padding:5.5rem 1.25rem}.hero{max-width:var(--max);margin:0 auto;padding:calc((7rem) * .4) 1.25rem 3.5rem;position:relative}.page-hero{max-width:var(--max);margin:0 auto;padding:6rem 1.25rem 2.5rem}.eyebrow{color:var(--accent);font-size:.86rem;letter-spacing:.09em;text-transform:uppercase;font-weight:700;margin-bottom:1.2rem}.hero-sub{font-size:clamp(1.1rem,2vw,1.42rem);max-width:820px;margin-top:1.6rem;color:#c8d0dc}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.button{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--line-strong);border-radius:999px;padding:.9rem 1.15rem;background:rgba(255,255,255,.06);color:var(--text);font-weight:650}.button.primary{background:linear-gradient(135deg,rgba(159,215,255,.95),rgba(201,183,255,.95));color:#071019;border-color:transparent}.button:hover{border-color:rgba(255,255,255,.36);transform:translateY(-1px)}.button:active{transform:translateY(0)}.hero-panel{margin-top:3rem;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:var(--shadow);padding:1rem}.leadership-map{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.map-large,.map-stack>div{border:1px solid var(--line);border-radius:24px;background:rgba(8,12,18,.78);padding:1.2rem}.map-large{min-height:290px;display:flex;flex-direction:column;justify-content:space-between}.map-kicker{color:var(--quiet);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.map-title{font-size:clamp(1.5rem,3vw,2.6rem);letter-spacing:-.05em;line-height:1.04}.map-stack{display:grid;gap:1rem}.micro-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:1.4rem}.micro-flow span{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:14px;padding:.75rem;text-align:center;color:#dce5f2;font-size:.86rem}.metrics-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}.metric-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border-radius:22px;padding:1.25rem;min-height:145px;display:flex;flex-direction:column;justify-content:space-between}.metric-card strong{font-size:clamp(1.7rem,3vw,3rem);letter-spacing:-.065em;line-height:1}.metric-card span{font-size:.9rem;color:var(--muted)}.section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:end;margin-bottom:2rem}.section-head p{font-size:1.05rem}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.focus-card,.content-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(14,19,28,.78);padding:1.4rem}.focus-card p{margin-top:.8rem}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.work-card{border:1px solid var(--line);background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border-radius:var(--radius-xl);overflow:hidden;position:relative}.work-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 0%,rgba(159,215,255,.16),transparent 18rem);pointer-events:none}.work-card.saif:before{background:radial-gradient(circle at 88% 0%,rgba(201,183,255,.16),transparent 18rem)}.work-card.governance:before{background:radial-gradient(circle at 88% 0%,rgba(159,245,209,.14),transparent 18rem)}.work-card.kaiser:before{background:radial-gradient(circle at 88% 0%,rgba(255,214,138,.14),transparent 18rem)}.card-link{position:relative;display:flex;flex-direction:column;min-height:410px;padding:1.5rem}.card-link:hover .text-cta,.card-link:focus-visible .text-cta{color:var(--accent)}.card-topline{display:flex;justify-content:space-between;color:var(--quiet);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:1.6rem}.work-card h3{max-width:720px;margin-bottom:1rem}.work-card p{font-size:1.03rem}.case-detail,.case-impact{border-top:1px solid var(--line);padding-top:1rem;margin-top:1rem;display:grid;grid-template-columns:92px 1fr;gap:1rem}.case-detail strong,.case-impact strong{font-size:.78rem;color:var(--quiet);text-transform:uppercase;letter-spacing:.08em}.case-detail span,.case-impact span{color:#d2dae6;font-size:.92rem}.text-cta{margin-top:auto;padding-top:1.4rem;font-weight:750}.page-intro{max-width:850px}.page-intro p{font-size:1.18rem;margin-top:1.2rem}.case-hero{max-width:var(--max);margin:0 auto;padding:6rem 1.25rem 2rem}.case-hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:1.2rem;align-items:start}.case-meta{border:1px solid var(--line);background:rgba(15,20,30,.78);border-radius:var(--radius-xl);padding:1.4rem}.meta-item{padding:1rem 0;border-bottom:1px solid var(--line)}.meta-item:first-child{padding-top:0}.meta-item:last-child{border-bottom:0;padding-bottom:0}.meta-item span{display:block;color:var(--quiet);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.35rem}.meta-item p{color:#dce4f0}.case-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.4rem}.case-nav a{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:999px;padding:.5rem .75rem;color:var(--muted);font-size:.86rem}.case-nav a:hover,.case-nav a:focus-visible{color:var(--text);border-color:var(--line-strong)}.case-section{max-width:var(--max);margin:0 auto;padding:2.2rem 1.25rem}.case-section-inner{display:grid;grid-template-columns:310px 1fr;gap:2rem;border-top:1px solid var(--line);padding-top:2.2rem}.case-section h2{font-size:clamp(1.5rem,2.7vw,2.45rem)}.case-copy{display:grid;gap:1rem}.case-copy p{font-size:1.04rem}.case-copy ul,.decision-card ul{margin:.2rem 0 0;padding-left:1.2rem;color:#c4ccd9}.case-copy li,.decision-card li{margin:.45rem 0}.decision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.decision-card{border:1px solid var(--line);border-radius:22px;background:rgba(14,19,28,.76);padding:1.25rem}.decision-card p{margin-top:.7rem}.artifact-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:stretch}.artifact{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));padding:1.2rem;min-height:440px;box-shadow:var(--shadow);overflow:hidden}.artifact-header{display:flex;justify-content:space-between;gap:1rem;color:var(--quiet);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid var(--line);padding-bottom:.8rem;margin-bottom:1.4rem}.artifact-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.2rem}.artifact-tags span{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:999px;padding:.35rem .55rem;color:#bdc7d6;font-size:.76rem}.artifact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.node{min-height:92px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.8rem;color:#dbe5f1}.hero-node{background:linear-gradient(135deg,rgba(159,215,255,.22),rgba(201,183,255,.13));color:#f6fbff}.artifact-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin:1.2rem 0}.artifact-flow i{height:8px;border-radius:99px;background:linear-gradient(90deg,var(--accent),transparent);opacity:.55}.pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:.65rem;margin-top:.5rem}.pipeline div{border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:18px;padding:1rem;min-height:112px}.pipeline b{display:block;color:var(--accent-2);font-size:1.8rem;line-height:1}.pipeline span{display:block;color:#d6dee9;margin-top:.5rem}.artifact-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:1rem}.artifact-matrix span{border:1px solid rgba(201,183,255,.25);background:rgba(201,183,255,.07);border-radius:14px;padding:.75rem;text-align:center;color:#dacfff}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.before-after div{border:1px solid var(--line);border-radius:20px;padding:1rem;background:rgba(255,255,255,.045)}.before-after small{display:block;color:var(--quiet);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.8rem}.before-after span{display:block;border:1px solid var(--line);border-radius:12px;padding:.65rem;margin-top:.55rem;color:#d8e0eb}.impact-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1rem}.impact-strip strong{border:1px solid rgba(159,245,209,.25);background:rgba(159,245,209,.06);border-radius:16px;padding:1rem;text-align:center;font-size:2rem;letter-spacing:-.05em}.mobile-system{display:grid;grid-template-columns:.8fr 1.1fr .9fr;gap:1rem;align-items:center}.phone{height:260px;border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.055);padding:1rem;display:grid;gap:.75rem}.phone span{border-radius:14px;background:rgba(255,255,255,.08);border:1px solid var(--line)}.component-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.component-grid i{height:58px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.06)}.team-ring{display:grid;gap:.6rem}.team-ring span{border:1px solid var(--line);border-radius:999px;padding:.7rem;text-align:center;color:#d8e0eb}.visual-list{border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(14,19,28,.74);padding:1.2rem}.visual-list h3{font-size:1.35rem;margin-bottom:.8rem}.visual-list ul{margin:0;padding-left:1.2rem;color:#c4ccd9}.visual-list li{margin:.52rem 0}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.related-card{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:20px;padding:1.2rem;color:#dce5ef}.related-card:hover,.related-card:focus-visible{border-color:var(--line-strong)}.about-flow{display:grid;gap:1rem}.about-section{border-top:1px solid var(--line);padding-top:2rem;display:grid;grid-template-columns:330px 1fr;gap:2rem}.about-section p+p{margin-top:1rem}.evidence-icon{display:inline-grid;place-items:center;width:1.15rem;height:1.15rem;margin-left:.18rem;vertical-align:.12rem;border:1px solid var(--line-strong);border-radius:999px;color:var(--accent);font-size:.72rem;font-weight:800;position:relative}.evidence-icon:hover,.evidence-icon:focus-visible{background:rgba(159,215,255,.12);border-color:var(--accent)}.evidence-icon:hover:after,.evidence-icon:focus-visible:after{content:attr(title);position:absolute;bottom:150%;left:50%;transform:translateX(-50%);white-space:nowrap;background:#121824;border:1px solid var(--line-strong);border-radius:10px;padding:.45rem .55rem;color:#e8eef8;font-size:.75rem;font-weight:650;box-shadow:var(--shadow);z-index:10}.closing-links{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.site-footer{max-width:var(--max);margin:4rem auto 0;padding:2.5rem 1.25rem 3rem;border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}.footer-wordmark{display:inline-block;font-weight:760;letter-spacing:-.035em;font-size:1.1rem}.footer-positioning{margin:.8rem 0;color:#d8e0eb}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:.65rem;align-content:start}.footer-links a{border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:14px;padding:.75rem;color:var(--muted)}.footer-links a:hover,.footer-links a:focus-visible{color:var(--text);border-color:var(--line-strong)}.external-note{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}[data-reveal].is-visible{opacity:1;transform:none}
@media (max-width:980px){.leadership-map,.section-head,.case-hero-grid,.case-section-inner,.artifact-wrap,.about-section,.footer-main{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(3,1fr)}.focus-grid,.work-grid,.decision-grid,.related-grid{grid-template-columns:1fr}.mobile-system{grid-template-columns:1fr}.case-section-inner{gap:1rem}.page-hero,.hero,.case-hero{padding-top:4.8rem}.card-link{min-height:auto}.artifact{min-height:unset}}
@media (max-width:640px){.site-header{padding:.85rem .9rem}.wordmark{display:grid;gap:0}.primary-nav a{padding:.5rem .65rem}.hero,.section,.page-hero,.case-hero,.case-section{padding-left:1rem;padding-right:1rem}h1{font-size:clamp(2.65rem,15vw,4.4rem)}.metrics-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:120px}.micro-flow,.pipeline,.artifact-matrix,.before-after,.impact-strip{grid-template-columns:1fr}.artifact-grid{grid-template-columns:1fr 1fr}.case-detail,.case-impact{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr}.hero-actions{display:grid}.button{justify-content:center}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}

/* V1.7 layout refinement: full-bleed section/header backgrounds with constrained content. */
.site-header{
  max-width:none;
  width:100%;
  margin:0;
  padding-left:max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem));
  padding-right:max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem));
  background:linear-gradient(90deg,rgba(7,9,13,.86),rgba(12,16,24,.72),rgba(7,9,13,.86));
  border-bottom:1px solid rgba(206,218,255,.08);
}
.hero,.section,.page-hero,.case-hero,.case-section,.site-footer{
  max-width:none;
  width:100%;
  margin-left:0;
  margin-right:0;
  padding-left:max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem));
  padding-right:max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem));
}
.hero{
  background:
    radial-gradient(circle at 16% 0%, rgba(117,150,255,.18), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(103,238,195,.09), transparent 28rem),
    linear-gradient(180deg, rgba(7,9,13,.42), rgba(7,9,13,0));
}
.section:nth-of-type(even){background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0));}

.site-footer{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(7,9,13,.62));}
@media (max-width:640px){
  .site-header,.hero,.section,.page-hero,.case-hero,.case-section,.site-footer{
    padding-left:1rem;
    padding-right:1rem;
  }
}


/* V1.8 requested refinements. */
.site-header{
  background:transparent;
  border-bottom:1px solid rgba(206,218,255,.045);
  backdrop-filter:blur(18px);
}
.hero > .eyebrow{
  font-size:.86rem;
  line-height:1.25;
}



/* V1.9 requested refinements. */
.eyebrow,
.hero > .eyebrow,
.section .eyebrow,
.page-hero .eyebrow{
  font-size:.9rem;
  line-height:1.25;
}
.evidence-icon{
  width:1.35rem;
  height:1.35rem;
  margin-left:.22rem;
  vertical-align:.05rem;
  border-color:rgba(201,183,255,.46);
  background:linear-gradient(135deg,rgba(159,215,255,.18),rgba(201,183,255,.20));
  color:#f6f1ff;
  font-size:.72rem;
  box-shadow:0 8px 24px rgba(98,73,162,.14);
}
.evidence-icon:hover,
.evidence-icon:focus-visible{
  background:linear-gradient(135deg,rgba(159,215,255,.28),rgba(201,183,255,.34));
  border-color:rgba(201,183,255,.86);
  color:#fff;
}
.footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.55rem;
}
.footer-links a{
  position:relative;
  border:0;
  background:transparent;
  border-radius:0;
  padding:0;
  margin:0;
  color:var(--muted);
  line-height:1.35;
}
.footer-links a:hover,
.footer-links a:focus-visible{
  color:var(--text);
  border-color:transparent;
}
.footer-links .external-link span[aria-hidden="true"]{
  display:inline-block;
  margin-left:.22rem;
  color:var(--accent-2);
  font-size:.82em;
}
.footer-links .external-link:hover:after,
.footer-links .external-link:focus-visible:after{
  content:"Open in new tab";
  position:absolute;
  left:100%;
  top:50%;
  transform:translate(.7rem,-50%);
  white-space:nowrap;
  background:#121824;
  border:1px solid var(--line-strong);
  border-radius:10px;
  padding:.45rem .55rem;
  color:#e8eef8;
  font-size:.75rem;
  font-weight:650;
  box-shadow:var(--shadow);
  z-index:10;
}
@media (max-width:640px){
  .footer-links .external-link:hover:after,
  .footer-links .external-link:focus-visible:after{
    left:0;
    top:auto;
    bottom:140%;
    transform:none;
  }
}

/* V2.0 requested refinements. */
.section-head-full{
  display:block;
  max-width:100%;
}
.section-head-full h2{
  max-width:1120px;
}
.work-card{
  display:flex;
}
.card-link{
  width:100%;
  height:100%;
}
.text-cta{
  margin-top:auto;
}
.footer-main{
  align-items:start;
}
.footer-links{
  justify-self:end;
  min-width:180px;
}
@media (max-width:980px){
  .footer-links{
    justify-self:start;
    min-width:0;
  }
}

/* V2.1 requested refinements. */
.metrics-grid{
  grid-template-columns:repeat(5,1fr);
}
.work-card,
.work-card .card-link,
.work-card h3,
.work-card p,
.work-card .case-detail span,
.work-card .case-impact span,
.work-card .card-topline,
.work-card .text-cta{
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,opacity .22s ease;
}
.work-card:hover,
.work-card:focus-within{
  background:linear-gradient(160deg,rgba(7,10,16,.96),rgba(12,16,24,.92));
  border-color:rgba(255,255,255,.24);
  box-shadow:0 26px 70px rgba(0,0,0,.34);
}
.work-card:hover:before,
.work-card:focus-within:before{
  opacity:.45;
}
.work-card:hover h3,
.work-card:focus-within h3{
  color:#ffffff;
}
.work-card:hover p,
.work-card:focus-within p,
.work-card:hover .case-detail span,
.work-card:focus-within .case-detail span,
.work-card:hover .case-impact span,
.work-card:focus-within .case-impact span{
  color:#eef4ff;
}
.work-card:hover .card-topline,
.work-card:focus-within .card-topline{
  color:#d7def0;
}
.work-card:hover .text-cta,
.work-card:focus-within .text-cta{
  color:#e7dcff;
}
@media (max-width:980px){
  .metrics-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:640px){
  .metrics-grid{grid-template-columns:1fr 1fr}
}


/* V2.2 requested refinements. */
h1{
  font-size:clamp(2.1rem,5.6vw,5.4rem);
}
.metric-card{
  min-height:178px;
  justify-content:flex-start;
  gap:1.35rem;
}
.metric-card strong{
  margin:0;
}
.metric-card span{
  display:block;
  line-height:1.55;
}
.metric-card span b{
  display:inline;
  color:#eef4ff;
  font-weight:760;
}
.work-card{
  isolation:isolate;
  background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  transition:border-color 1s ease-in, box-shadow 1s ease-in;
}
.work-card:before{
  z-index:0;
  transition:opacity 1s ease-in;
}
.work-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:rgba(0,0,0,.20);
  opacity:0;
  transition:opacity 1s ease-in;
}
.work-card .card-link{
  z-index:1;
}
.work-card:hover,
.work-card:focus-within{
  background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  border-color:rgba(255,255,255,.23);
  box-shadow:0 26px 70px rgba(0,0,0,.30);
}
.work-card:hover:after,
.work-card:focus-within:after{
  opacity:1;
}
.work-card:hover:before,
.work-card:focus-within:before{
  opacity:.62;
}
.work-card,
.work-card .card-link,
.work-card h3,
.work-card p,
.work-card .case-detail span,
.work-card .case-impact span,
.work-card .card-topline,
.work-card .text-cta{
  transition:background-color 1s ease-in,border-color 1s ease-in,color 1s ease-in,box-shadow 1s ease-in,opacity 1s ease-in;
}
@media (max-width:640px){
  h1{font-size:clamp(1.9rem,10.5vw,3.1rem)}
  .metric-card{min-height:158px;gap:1rem}
}


/* V2.3 requested refinements. */
h1{
  font-size:clamp(2.52rem,6.72vw,6.48rem);
  letter-spacing:-.036em;
}

.work-card,
.work-card:before,
.work-card:after,
.work-card .card-link,
.work-card h3,
.work-card p,
.work-card .case-detail span,
.work-card .case-impact span,
.work-card .card-topline,
.work-card .text-cta{
  transition:background-color .7s ease-in,border-color .7s ease-in,border-width .7s ease-in,color .7s ease-in,box-shadow .7s ease-in,opacity .7s ease-in;
}
.work-card:hover,
.work-card:focus-within{
  border-width:2px;
  border-color:rgba(255,255,255,.32);
}
.footer-wordmark{
  color:var(--text);
  cursor:default;
}
@media (max-width:640px){
  h1{font-size:clamp(2.28rem,12.6vw,3.72rem);letter-spacing:-.034em}
}


/* V2.4 requested refinements. */
h1{
  font-size:clamp(2.14rem,5.71vw,5.51rem);
}
.work-card,
.work-card:before,
.work-card:after,
.work-card .card-link,
.work-card h3,
.work-card p,
.work-card .case-detail span,
.work-card .case-impact span,
.work-card .card-topline,
.work-card .text-cta{
  transition:background-color .7s ease-in,border-color .7s ease-in,color .7s ease-in,box-shadow .7s ease-in,opacity .7s ease-in;
}
.work-card:hover,
.work-card:focus-within{
  border-width:1px;
  border-color:rgba(255,255,255,.23);
}
@media (max-width:640px){
  h1{font-size:clamp(1.94rem,10.71vw,3.16rem);letter-spacing:-.034em}
}

/* V2.5 requested refinements. */
h1{
  max-width:var(--max);
  letter-spacing:-.029em;
  font-weight:560;
}
h2,
h3{
  letter-spacing:-.0315em;
}
@media (max-width:640px){
  h1{letter-spacing:-.027em;font-weight:560;}
  h2,h3{letter-spacing:-.0315em;}
}



/* V3.1 requested refinements. */
.meta-item.abstracted-visuals p{
  color:#c2b6ea;
}
.work-card:before{
  background:radial-gradient(circle at 88% 0%,rgba(159,215,255,.16),transparent 20.7rem);
}
.work-card.saif:before{
  background:radial-gradient(circle at 88% 0%,rgba(201,183,255,.16),transparent 20.7rem);
}
.work-card.governance:before{
  background:radial-gradient(circle at 88% 0%,rgba(159,245,209,.14),transparent 20.7rem);
}
.work-card.kaiser:before{
  background:radial-gradient(circle at 88% 0%,rgba(255,214,138,.14),transparent 20.7rem);
}


/* V3.2 cleanup: skip link removed, standalone Work page removed, footer links aligned with header nav. */
.footer-main{
  grid-template-columns:1fr auto;
  align-items:start;
}
.footer-links{
  justify-self:end;
  width:clamp(150px, 14vw, 190px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.55rem;
}
.footer-links a{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
}
@media (max-width:980px){
  .footer-main{grid-template-columns:1fr auto;}
  .footer-links{justify-self:end;width:clamp(150px, 28vw, 190px);}
}
@media (max-width:640px){
  .footer-main{grid-template-columns:1fr auto;gap:1.5rem;}
  .footer-links{justify-self:end;width:clamp(150px, 42vw, 190px);}
}


/* V3.3 case-study and About page refinements. */
.case-hero h1{
  font-size:clamp(1.82rem,4.85vw,4.68rem);
}
.work-card:before{
  background:radial-gradient(circle at 88% 0%,rgba(159,215,255,.16),transparent 26.91rem);
}
.work-card.saif:before{
  background:radial-gradient(circle at 88% 0%,rgba(201,183,255,.16),transparent 26.91rem);
}
.work-card.governance:before{
  background:radial-gradient(circle at 88% 0%,rgba(159,245,209,.14),transparent 26.91rem);
}
.work-card.kaiser:before{
  background:radial-gradient(circle at 88% 0%,rgba(255,214,138,.14),transparent 26.91rem);
}
.about-flow{
  gap:0;
}
.about-section{
  border-top:1px solid var(--line);
  padding:2.2rem 0;
  display:grid;
  grid-template-columns:310px 1fr;
  gap:2rem;
  align-items:start;
}
.about-section h2{
  font-size:clamp(1.5rem,2.7vw,2.45rem);
  line-height:1.02;
  letter-spacing:-.0315em;
}
.about-copy{
  display:grid;
  gap:1rem;
}
.about-copy h3{
  font-size:clamp(1.35rem,2vw,2rem);
  line-height:1.08;
  letter-spacing:-.0315em;
  max-width:860px;
}
.about-copy p{
  font-size:1.04rem;
  color:var(--muted);
  max-width:920px;
}
.about-section p+p{
  margin-top:0;
}
@media (max-width:980px){
  .about-section{grid-template-columns:1fr;gap:1rem;padding:2rem 0;}
  .case-hero h1{font-size:clamp(1.7rem,8vw,3.6rem);}
}
@media (max-width:640px){
  .case-hero h1{font-size:clamp(1.62rem,9.1vw,2.9rem);}
}


/* V3.4 About hero actions and section typography refinements. */
.about-hero-actions{
  margin-top:1.35rem;
  margin-bottom:.9rem;
}
.resume-button,
.button.primary.resume-button{
  background:linear-gradient(135deg,rgba(103,238,195,.95),rgba(159,215,255,.95));
  color:#061016;
  border-color:transparent;
}
.resume-button:hover,
.button.primary.resume-button:hover,
.resume-button:focus-visible,
.button.primary.resume-button:focus-visible{
  background:linear-gradient(135deg,rgba(117,245,205,1),rgba(148,209,255,1));
}
.about-copy h3{
  font-size:1.04rem;
  line-height:1.6;
  letter-spacing:normal;
  font-weight:760;
  color:#eef4fb;
  max-width:920px;
}
.about-copy p{
  font-size:1.04rem;
  line-height:1.6;
}
@media (max-width:640px){
  .about-hero-actions{display:grid;}
}


/* V3.5 homepage heading and metrics layout refinements. */
.section-head{
  grid-template-columns:minmax(0, .74fr) minmax(360px, .76fr);
  gap:1.5rem;
}
.section-head > div{
  min-width:0;
}
.section-head h2{
  max-width:100%;
}
.section-head > p{
  max-width:660px;
  justify-self:start;
}
#metrics-title{
  white-space:nowrap;
}
@media (max-width:980px){
  .section-head{
    grid-template-columns:1fr;
    gap:1rem;
  }
  .section-head > p{
    max-width:820px;
  }
  #metrics-title{
    white-space:normal;
  }
}
@media (max-width:640px){
  #metrics-title{
    white-space:normal;
  }
}


/* V3.7 refinements: unified wordmark, active hero, brighter parallax hero gradient, and faster case card hover. */
.wordmark span:first-child,
.wordmark span:last-child{
  color:var(--text);
}
.hero{
  background:transparent;
  overflow:hidden;
  isolation:isolate;
}
.hero:before{
  content:"";
  position:absolute;
  inset:-8rem 0 -20rem;
  z-index:0;
  pointer-events:none;
  opacity:1;
  background:
    radial-gradient(circle at 16% 0%, rgba(117,150,255,.234), transparent 38rem),
    radial-gradient(circle at 88% 18%, rgba(103,238,195,.117), transparent 36rem),
    linear-gradient(180deg, rgba(7,9,13,.42), rgba(7,9,13,0));
}
.hero > *{
  position:relative;
  z-index:1;
}
.hero h1{
  max-width:980px;
}
.hero-sub{
  max-width:980px;
}
.work-card,
.work-card:before,
.work-card:after,
.work-card .card-link,
.work-card h3,
.work-card p,
.work-card .case-detail span,
.work-card .case-impact span,
.work-card .card-topline,
.work-card .text-cta{
  transition:background-color .49s ease-in,border-color .49s ease-in,color .49s ease-in,box-shadow .49s ease-in,opacity .49s ease-in;
}
.work-card:hover,
.work-card:focus-within{
  border-color:rgba(255,255,255,.345);
}
@media (prefers-reduced-motion:reduce){
  .hero:before{
    transform:none;
    opacity:.85;
  }
}


/* V4.0 case study impact snapshot cards. */
.case-impact-snapshot{
  width:100%;
  margin:0;
  padding:1.25rem max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem)) 2.2rem;
}
.case-impact-inner{
  border-top:1px solid var(--line);
  padding-top:2rem;
}
.case-impact-head{
  margin-bottom:1rem;
  display:block;
}
.case-impact-head .eyebrow{
  margin-bottom:.55rem;
}
.case-impact-head h2{
  font-size:clamp(1.55rem,2.6vw,2.35rem);
  letter-spacing:-.045em;
}
.case-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:.8rem;
}
.case-impact-card{
  min-height:168px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border-radius:22px;
  padding:1.2rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:1.1rem;
}
.case-impact-title{
  font-size:clamp(1.35rem,2.4vw,2.65rem);
  line-height:1;
  letter-spacing:-.06em;
  color:#f4f7ff;
}
.case-impact-card span{
  color:var(--muted);
  line-height:1.5;
}
@media (max-width:980px){
  .case-impact-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
  .case-impact-snapshot{padding-left:1rem;padding-right:1rem;}
  .case-impact-grid{grid-template-columns:1fr;}
  .case-impact-card{min-height:142px;}
}

/* V4.1 case study impact snapshot refinements. */
.case-impact-inner{
  border-top:0;
  padding-top:0;
}
.case-impact-head{
  margin-bottom:2rem;
}
.case-impact-head .eyebrow{
  display:none;
}
.case-impact-head h2{
  font-size:clamp(2.25rem,4.8vw,4.15rem);
  letter-spacing:-.055em;
  line-height:.95;
  font-weight:760;
}
.case-impact-card{
  min-height:178px;
  padding:1.25rem;
  gap:1.35rem;
  justify-content:flex-start;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid var(--line);
  border-radius:22px;
}
.case-impact-title{
  font-size:clamp(1.7rem,3vw,3rem);
  letter-spacing:-.065em;
  line-height:1;
  margin:0;
  color:#f4f7ff;
}
.case-impact-card span{
  display:block;
  font-size:.9rem;
  line-height:1.55;
  color:var(--muted);
}
@media (max-width:640px){
  .case-impact-card{min-height:158px;gap:1rem;}
}


/* V4.2 case-study refinements. */
.case-impact-head h2{
  font-size:clamp(1.5rem,2.7vw,2.45rem);
  letter-spacing:inherit;
  line-height:1.04;
  font-weight:760;
}
.case-impact-head{
  margin-bottom:1.35rem;
}
.case-impact-title,
.decision-card h3{
  font-size:1.35rem;
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:760;
  color:#f4f7ff;
}
.case-impact-card{
  min-height:168px;
  gap:1rem;
}
.case-impact-card span{
  font-size:.95rem;
  line-height:1.55;
}

/* V4.3 homepage case-study card company lockups and tighter card copy. */
.card-topline .company-lockup{
  display:inline-flex;
  align-items:center;
  gap:.48rem;
  color:#dce4f0;
  font-weight:760;
  letter-spacing:.03em;
  text-transform:none;
}
.company-logo{
  width:auto;
  height:1.05em;
  display:inline-block;
  object-fit:contain;
  flex:0 0 auto;
}
.work-card.kaiser .company-logo{
  height:1.18em;
  border-radius:3px;
}
.work-card h3{
  max-width:640px;
}
.case-detail,
.case-impact{
  grid-template-columns:74px 1fr;
}

.company-name{
  font-size:1.15em;
  line-height:1;
}

.card-role{
  color:var(--muted);
  font-weight:650;
  letter-spacing:.02em;
}


/* V5.7 footer links moved farther right only */
.site-footer .footer-inner{
  display:grid;
  grid-template-columns:minmax(0, 1fr) clamp(180px, 14vw, 250px);
  column-gap:clamp(5rem, 18vw, 24rem);
  align-items:start;
}

.site-footer .footer-brand{
  min-width:0;
}

.site-footer .footer-links{
  justify-self:start;
  align-self:start;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.78rem;
  text-align:left;
  width:max-content;
}

.site-footer .footer-links a{
  display:inline-block;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  text-align:left;
}

@media (max-width: 760px){
  .site-footer .footer-inner{
    grid-template-columns:1fr;
    row-gap:2rem;
  }
  .site-footer .footer-links{
    justify-self:start;
  }
}

/* V6.0 homepage hero gradient brightness only */
body.home .hero{
  filter:none;
}
body.home .hero::before{
  filter:brightness(1.15);
}


/* V6.2 consolidated homepage About me narrative */
.leadership-map-focused .map-large{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:1rem;
}

.map-copy{
  margin-top:0;
  color:#c8d0dc;
  max-width:62ch;
}

.about-me-section .section-head{
  margin-bottom:1.35rem;
}

.about-metrics{
  margin-bottom:1.25rem;
}

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

.about-focus-grid .focus-card{
  min-height:100%;
}

.about-focus-grid .focus-card-wide{
  grid-column:1 / -1;
}

.about-home-actions{
  margin-top:1.35rem;
}

@media (max-width:980px){
  .about-focus-grid{
    grid-template-columns:1fr;
  }
}


/* V6.5 hero metrics placement */
.hero .hero-metrics{
  margin-top:2.4rem;
}


/* V6.6 homepage section H2 substyle and parallax removal */
.home .section-title-substyle{
  font-size:clamp(1.1rem,2vw,1.42rem);
  line-height:1.55;
  font-weight:400;
  letter-spacing:normal;
  max-width:755px;
  color:#c8d0dc;
}

.home #work-title.section-title-substyle{
  margin-bottom:0;
}


/* V7.4 align About and Work subheader style */
.home #about-title.section-title-substyle,
.home #selected-work-title.section-title-substyle{
  max-width:755px;
}


/* V7.7 footer and About action refinements */
.footer-inner-simple{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:clamp(1.4rem, 4vw, 3rem);
}

.footer-inner-simple .footer-links{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:1rem;
  justify-self:auto;
  width:auto;
}

.about-home-actions .linkedin-button{
  background:linear-gradient(135deg,rgba(94,151,246,.96),rgba(88,116,255,.74));
  color:#f8fbff;
  border-color:rgba(159,215,255,.55);
}

.about-home-actions .resume-button-secondary{
  background:transparent;
  color:var(--text);
}

@media (max-width:640px){
  .footer-inner-simple{
    flex-direction:column;
    gap:1.1rem;
  }
}


/* V8.0 footer links right alignment */
.footer-inner-simple{
  width:100%;
  justify-content:space-between;
}

.footer-inner-simple .footer-links{
  margin-left:auto;
  justify-content:flex-end;
  text-align:right;
}


/* V8.2 case-study body-copy emphasis treatment */
.case-copy p strong,
.case-copy li strong,
.case-copy p b,
.case-copy li b{
  color:var(--text);
  font-weight:650;
}


/* V8.4 Kaiser case-study media assets */
.case-asset-section{
  width:100%;
  margin:0;
  padding:0 max(1.25rem,calc((100vw - var(--max))/2 + 1.25rem)) 2.2rem;
}

.case-media{
  width:100%;
  margin:0;
  display:block;
}

.case-media img,
.case-media video{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border:0;
  border-radius:inherit;
  box-shadow:none;
  background:transparent;
}

.case-media-stack{
  width:100%;
  margin-top:1.35rem;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:1rem;
}

.case-video-greyscale{
  filter:grayscale(1);
}

@media (max-width:640px){
  .case-asset-section{
    padding-left:1rem;
    padding-right:1rem;
  }
}


/* V8.8 Kaiser case hero logo */
.case-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
}

.case-hero-logo{
  display:inline-block;
  height:1.05rem;
  width:auto;
  object-fit:contain;
}


/* V9.1 About Me photo */
#about .section-head-full{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.5rem;
}

#about .about-head-copy{
  max-width:755px;
}

#about .about-head-photo{
  height:clamp(5.24rem, 6.85vw, 6.85rem);
  width:clamp(5.24rem, 6.85vw, 6.85rem);
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  flex:0 0 auto;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

@media (max-width:720px){
  #about .section-head-full{
    flex-direction:column;
    align-items:flex-start;
  }

  #about .about-head-photo{
    height:4.75rem;
    width:4.75rem;
  }
}


/* V9.3 hero metric-card body emphasis */
.hero-metrics .metric-card span strong,
.hero-metrics .metric-card span b{
  font-size:inherit;
  line-height:inherit;
  color:var(--text);
  font-weight:650;
}


/* Enablement mini-story visual treatment */
.enablement-card{
  cursor:default;
  position:relative;
  overflow:hidden;
  display:block;
  text-decoration:none;
  color:inherit;
  background:var(--card);
  border-color:rgba(114,235,177,.22);
  transition:none;
}

.enablement-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(30deg, rgba(71,221,146,.105), rgba(40,164,118,.060) 41%, rgba(255,255,255,0) 70%);
  opacity:1;
  transition:none;
}

.enablement-card > *{
  position:relative;
  z-index:1;
}

.enablement-card .inline-card-link{
  display:none;
}


/* V9.9 About photo alignment refinement */
#about .section-head-full{
  grid-template-columns:minmax(0, 1fr) auto;
}

#about .about-head-photo{
  justify-self:end;
  margin-right:clamp(.65rem, 1vw, 1.05rem);
}

@media (max-width:720px){
  #about .section-head-full{
    grid-template-columns:minmax(0, 1fr) auto;
    align-items:start;
    column-gap:clamp(.9rem, 4vw, 1.25rem);
  }

  #about .about-head-photo{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:start;
    justify-self:end;
    height:clamp(4.2rem, 18vw, 5.2rem);
    width:clamp(4.2rem, 18vw, 5.2rem);
    margin-right:clamp(.35rem, 2vw, .65rem);
  }

  #about .section-head-full .eyebrow,
  #about .section-head-full h2{
    grid-column:1;
  }
}


/* V9.15 Corrected rendered subheader match */
#about .section-title-substyle strong{
  color:var(--text);
  font-weight:650;
  font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
}

#about .focus-card h3,
#work .work-card h3{
  color:var(--text);
  font-family:inherit;
  font-size:clamp(1.1rem,2vw,1.42rem);
  line-height:1.55;
  letter-spacing:normal;
  font-weight:650;
}

#about .focus-card p{
  margin-top:1rem;
  margin-bottom:.35rem;
}

#about.about-me-section .section-head-full{
  margin-bottom:2.16rem;
}

#work.work-section .section-head-full{
  margin-bottom:3.2rem;
}

#about .about-focus-grid,
#work .work-grid{
  margin-top:0;
}



/* V9.19 Four-metric hero layout */
.hero-metrics{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

@media (max-width:980px){
  .hero-metrics{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

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



/* V9.22 Correct About photo alignment */
.hero-sub{
  max-width:calc(760px * .85);
}

#about .section-head-full{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:clamp(1rem, 3vw, 2rem);
  width:100%;
}

#about .about-head-copy{
  flex:1 1 auto;
  min-width:0;
  max-width:calc(100% - clamp(6.5rem, 9vw, 9rem));
}

#about .about-head-copy .eyebrow,
#about .about-head-copy h2{
  grid-column:auto;
  grid-row:auto;
}

#about .about-head-photo{
  flex:0 0 auto;
  align-self:flex-start;
  justify-self:auto;
  grid-column:auto;
  grid-row:auto;
  margin-top:clamp(2.3rem, 3.4vw, 3rem);
  margin-right:clamp(.65rem, 1vw, 1.05rem);
}

@media (max-width:720px){
  #about .section-head-full{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:clamp(.75rem, 3.5vw, 1.1rem);
  }

  #about .about-head-copy{
    flex:1 1 auto;
    min-width:0;
    max-width:calc(100% - clamp(5rem, 20vw, 6.4rem));
  }

  #about .about-head-photo{
    flex:0 0 auto;
    height:clamp(4.2rem, 18vw, 5.2rem);
    width:clamp(4.2rem, 18vw, 5.2rem);
    margin-top:clamp(2rem, 6vw, 2.6rem);
    margin-right:clamp(.35rem, 2vw, .65rem);
  }
}

@media (max-width:480px){
  #about .section-head-full{
    gap:.75rem;
  }

  #about .about-head-copy{
    max-width:calc(100% - 4.8rem);
  }

  #about .about-head-photo{
    height:4rem;
    width:4rem;
    margin-top:2rem;
    margin-right:0;
  }
}




/* V9.28 Mobile About photo row fix */
@media (max-width:720px){
  #about .section-head-full{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start;
    justify-content:space-between;
    gap:clamp(.75rem, 3.5vw, 1rem);
  }

  #about .about-head-copy{
    flex:1 1 0;
    min-width:0;
    max-width:none;
  }

  #about .about-head-photo{
    flex:0 0 auto;
    align-self:flex-start;
    order:2;
    height:clamp(3.7rem, 16vw, 4.6rem);
    width:clamp(3.7rem, 16vw, 4.6rem);
    margin-top:2.35rem;
    margin-right:0;
  }
}

@media (max-width:480px){
  #about .section-head-full{
    gap:.7rem;
  }

  #about .about-head-copy{
    flex-basis:calc(100% - 4.6rem);
  }

  #about .about-head-photo{
    height:3.9rem;
    width:3.9rem;
    margin-top:2.25rem;
  }
}


/* V10 Kaiser visual case-study card experiment */
.work-card-visual .card-link{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.work-card-visual .card-topline{
  align-items:center;
}

.work-card-visual .company-lockup{
  gap:.45rem;
}

.work-card-visual .card-role{
  text-align:right;
}

.work-card-visual h3{
  margin:0;
}

.work-card-visual .case-impact-line{
  margin:0;
  color:var(--muted);
}

.work-card-visual .work-card-image{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  border-radius:1.15rem;
  border:1px solid rgba(255,255,255,.10);
  margin-top:.15rem;
}


/* V10.3 Kaiser visual-first card layout */
.work-card-visual .card-link{
  gap:0;
}

.work-card-visual .card-topline{
  margin-bottom:1.35rem;
}

.work-card-visual .work-card-image{
  margin-top:0;
  margin-bottom:1.35rem;
}

.work-card-visual h3{
  margin-bottom:.85rem;
}

.work-card-visual .case-impact-line{
  margin-bottom:0;
}


/* Visual-first Featured Work cards */
.work-card-visual .company-lockup{
  flex-direction:row-reverse;
}

.work-card-visual .company-logo{
  width:1.15rem;
  height:1.15rem;
}

.work-card-visual .card-role{
  white-space:normal;
}


/* V10.6 unified heading typography */
h1{
  font-family:"Google Sans Flex", "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size:clamp(2.3rem, 5.7vw, 5.7rem);
  line-height:1.04;
  letter-spacing:normal;
  font-weight:700;
  color:var(--text);
}

h2,
.case-section h2,
#about .section-title-substyle,
#work .section-title-substyle{
  font-family:"Google Sans Flex", "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size:clamp(1.5rem, 2.9vw, 2.9rem);
  line-height:1.04;
  letter-spacing:normal;
  font-weight:550;
  color:var(--text);
}

h3,
#about .focus-card h3,
#work .work-card h3{
  font-family:inherit;
  font-size:clamp(1.5rem, 2.3vw, 1.5rem);
  line-height:1.04;
  letter-spacing:normal;
  font-weight:650;
  color:var(--text);
}

h1 strong,
h2 strong,
h3 strong,
#about .section-title-substyle strong,
#work .section-title-substyle strong{
  font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  font-weight:inherit;
  color:inherit;
}

/* V10.8 formulaic spacing and heading refinement */
:root{
  --space-xs:.5rem;
  --space-sm:.75rem;
  --space-md:1rem;
  --space-lg:1.5rem;
  --space-xl:2rem;
  --space-2xl:3rem;
  --space-3xl:4.5rem;
  --space-4xl:6rem;
  --space-5xl:8rem;
}

h1{
  font-size:clamp(2.7rem, 6vw, 6rem);
}

.hero{
  padding-top:var(--space-5xl);
  padding-bottom:var(--space-4xl);
}

.section{
  padding-top:var(--space-5xl);
  padding-bottom:var(--space-5xl);
}

.section-head,
.section-head-full{
  margin-bottom:var(--space-3xl);
}

#about .about-head-copy,
#work .section-head-full > div{
  max-width:760px;
}

#about .section-title-substyle,
#work .section-title-substyle{
  max-width:760px;
}

.eyebrow{
  margin-bottom:var(--space-lg);
}

.hero-sub{
  margin-top:var(--space-xl);
}

.hero-actions{
  gap:var(--space-md);
  margin-top:var(--space-2xl);
}

.hero-metrics{
  margin-top:var(--space-2xl);
}

.metrics-grid,
.work-grid,
.focus-grid,
.decision-grid,
.related-grid{
  gap:var(--space-xl);
}

.metric-card,
.focus-card,
.content-card,
.decision-card,
.related-card,
.case-meta,
.visual-list{
  padding:var(--space-xl);
}

.card-link{
  padding:var(--space-xl);
}

.work-card-visual .card-topline,
.work-card-visual .work-card-image{
  margin-bottom:var(--space-lg);
}

.work-card-visual h3{
  margin-bottom:var(--space-md);
}

.case-section{
  padding-top:var(--space-2xl);
  padding-bottom:var(--space-2xl);
}

.case-section-inner{
  gap:var(--space-2xl);
  padding-top:var(--space-2xl);
}

.case-copy,
.about-flow{
  gap:var(--space-lg);
}

.site-footer{
  margin-top:var(--space-4xl);
  padding-top:var(--space-2xl);
  padding-bottom:var(--space-2xl);
}

@media (max-width:980px){
  .hero,
  .page-hero,
  .case-hero{
    padding-top:var(--space-4xl);
  }

  .section{
    padding-top:var(--space-4xl);
    padding-bottom:var(--space-4xl);
  }

  .section-head,
  .section-head-full{
    margin-bottom:var(--space-2xl);
  }
}

@media (max-width:640px){
  h1{
    font-size:clamp(2.7rem, 13vw, 4.6rem);
  }

  .hero,
  .page-hero,
  .case-hero{
    padding-top:var(--space-3xl);
  }

  .hero{
    padding-bottom:var(--space-3xl);
  }

  .section{
    padding-top:var(--space-3xl);
    padding-bottom:var(--space-3xl);
  }

  .section-head,
  .section-head-full{
    margin-bottom:var(--space-xl);
  }

  .metric-card,
  .focus-card,
  .content-card,
  .decision-card,
  .related-card,
  .case-meta,
  .visual-list,
  .card-link{
    padding:var(--space-lg);
  }
}

/* V10.9 spacing and mobile footer refinements */
:root{
  --space-2xl:2.5rem;
  --space-3xl:3.75rem;
  --space-4xl:5.25rem;
  --space-5xl:6.75rem;
}

.hero-sub{
  margin-top:1.65rem;
}

.hero-actions,
.hero-metrics{
  margin-top:2.5rem;
}

.section-head,
.section-head-full{
  margin-bottom:3.25rem;
}

.wordmark,
.wordmark span,
.footer-name{
  white-space:nowrap;
}

@media (max-width:640px){
  .wordmark{
    display:inline-flex !important;
    flex-direction:row;
    align-items:center;
    gap:.35rem;
    white-space:nowrap;
  }

  .wordmark span{
    display:inline;
  }

  .footer-inner-simple,
  .site-footer .footer-inner{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
  }

  .site-footer .footer-brand{
    flex:0 0 auto;
    min-width:max-content;
  }

  .site-footer .footer-links,
  .footer-inner-simple .footer-links{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    gap:1rem;
    margin-left:auto;
    width:auto;
    text-align:right;
    white-space:nowrap;
  }

  .site-footer .footer-links a{
    display:inline-flex;
    padding:0;
    white-space:nowrap;
  }
}

@media (max-width:380px){
  .site-footer .footer-links,
  .footer-inner-simple .footer-links{
    gap:.7rem;
  }

  .footer-name,
  .site-footer .footer-links a{
    font-size:.95rem;
  }
}

/* V11.1 hero H1 desktop scale refinement */
@media (min-width:641px){
  h1{
    font-size:clamp(3.15rem, 6.8vw, 7.15rem);
    line-height:1.02;
  }
}

/* V11.2 selected work desktop copy width refinement */
@media (min-width:981px){
  #work .section-head-full > div,
  #work #selected-work-title.section-title-substyle{
    max-width:927px;
  }
}

/* V11.9 site nav mono video mark */
.video-wordmark{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:clamp(2.45rem, 3.2vw, 2.95rem);
  height:clamp(2.45rem, 3.2vw, 2.95rem);
  min-width:2.45rem;
  overflow:hidden;
  border-radius:999px;
}

.nav-wordmark-video{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  pointer-events:none;
}

.video-wordmark:hover .nav-wordmark-video,
.video-wordmark:focus-visible .nav-wordmark-video{
  filter:brightness(1.08);
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media (max-width:640px){
  .video-wordmark{
    width:2.25rem;
    min-width:2.25rem;
    height:2.25rem;
    gap:0;
  }

  .site-header{
    gap:.8rem;
  }
}

/* V11.8 hero eyebrow and reduced top spacing */
.hero{
  padding-top:calc(var(--space-5xl) * .7);
}

.hero-eyebrow{
  margin:0 0 var(--space-lg);
  color:var(--text);
  font-size:.82rem;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:760;
}

@media (max-width:980px){
  .hero{
    padding-top:calc(var(--space-4xl) * .7);
  }
}

@media (max-width:640px){
  .hero{
    padding-top:calc(var(--space-3xl) * .7);
  }

  .hero-eyebrow{
    font-size:.76rem;
    margin-bottom:var(--space-md);
  }
}


/* V12.1 consolidated eyebrow system */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  color:var(--accent);
  font-size:.9rem;
  line-height:1.25;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}

.eyebrow-logo,
.eyebrow .eyebrow-logo,
.eyebrow .case-hero-logo{
  display:none;
  height:1.05rem;
  width:auto;
  object-fit:contain;
  flex:0 0 auto;
}

.eyebrow.has-inline-logo .eyebrow-logo,
.eyebrow.has-inline-logo .case-hero-logo,
.eyebrow.case-hero-kicker .case-hero-logo{
  display:inline-block;
}

.hero-eyebrow{
  color:var(--text);
  font-size:.9rem;
  line-height:1.25;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}

/* V12.7 homepage flow refinement */
.hero .about-home-actions{
  margin-top:var(--space-2xl);
}

.work-enablement-card{
  margin-top:var(--space-xl);
}

#work .work-enablement-card h3{
  color:var(--text);
  font-family:inherit;
  font-size:clamp(1.5rem, 2.3vw, 1.5rem);
  line-height:1.04;
  letter-spacing:normal;
  font-weight:650;
}

#work .work-enablement-card p{
  margin-top:1rem;
  margin-bottom:.35rem;
}


/* Leadership gradient refinement */
.leadership-card{
  position:relative;
  overflow:hidden;
  background:var(--card);
  border-color:rgba(145,179,255,.24);
}

.leadership-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(210deg, rgba(49,121,255,.090), rgba(120,92,255,.051) 62%, rgba(255,255,255,0) 100%);
  opacity:1;
}

.leadership-card > *{
  position:relative;
  z-index:1;
}


/* V13.6 homepage editorial refinement */
.hero-sub{
  max-width:1040px;
}

/* Remove card treatment from About Me content while preserving the full-width Leadership placement. */
#about .about-focus-grid{
  gap:1.6rem 2rem;
}

#about .focus-card{
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:1.2rem 0 1.35rem;
  min-height:auto;
}

#about .focus-card::before{
  display:none;
}

#about .leadership-card{
  grid-column:1 / -1;
  overflow:visible;
}

#about .leadership-card h3{
  max-width:820px;
}

#about .leadership-card p{
  max-width:920px;
}

/* Remove Enablement card border while preserving its supporting visual emphasis. */
#work .work-enablement-card{
  border:0;
}


/* V13.7 homepage copy-width refinement */
.hero-sub{
  padding-right:clamp(2rem, 8vw, 8rem);
  box-sizing:border-box;
}

#about .about-focus-grid .focus-card:not(.leadership-card){
  padding-right:clamp(1.5rem, 4vw, 4.5rem);
}

@media (max-width:640px){
  .hero-sub{
    padding-right:1.25rem;
  }

  #about .about-focus-grid .focus-card:not(.leadership-card){
    padding-right:1rem;
  }
}

/* Enablement mini-story header treatment */
#work .work-enablement-card .enablement-header{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:2rem;
  margin-bottom:1.1rem;
}

#work .work-enablement-card .enablement-header h3{
  margin:0;
  max-width:760px;
}

#work .work-enablement-card .enablement-label{
  flex:0 0 auto;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.2;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-weight:650;
  padding-top:.15rem;
  white-space:nowrap;
  text-align:right;
}

#work .work-enablement-card .enablement-story{
  position:relative;
  z-index:1;
  display:grid;
  gap:1.05rem;
}

#work .work-enablement-card .enablement-story-section{
  display:grid;
  gap:.5rem;
}

#work .work-enablement-card .enablement-subhead{
  color:var(--quiet);
  font-size:.72rem;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}

#work .work-enablement-card .enablement-story-section p{
  margin-top:0;
  margin-bottom:.25rem;
}

@media (max-width:760px){
  #work .work-enablement-card .enablement-header{
    flex-direction:column-reverse;
    gap:.75rem;
  }

  #work .work-enablement-card .enablement-label{
    white-space:normal;
    text-align:left;
  }
}

/* V14.2 Enablement one-way inline read-more interaction */
#work .work-enablement-card .enablement-readmore{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--accent-3);
  font:inherit;
  font-weight:700;
  padding:0;
  margin-left:.2rem;
  cursor:pointer;
}

#work .work-enablement-card .enablement-readmore:hover,
#work .work-enablement-card .enablement-readmore:focus-visible{
  color:#c3ffe5;
}

#work .work-enablement-card .enablement-readmore-content{
  display:grid;
  gap:1.05rem;
}

#work .work-enablement-card .enablement-readmore-content[hidden]{
  display:none;
}


/* V14.8 case-study editorial hero refinements */
.case-hero{
  padding-bottom:var(--space-xl);
}

.case-hero-grid{
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:clamp(2rem,4vw,3.5rem);
  align-items:start;
}

.case-hero-title-col{
  max-width:860px;
}

.case-hero .case-hero-summary{
  width:100%;
  max-width:none;
  margin:0;
  padding-right:0;
  padding-left:0;
  box-sizing:border-box;
  color:#dce4f0;
  font-size:clamp(1.02rem,1.35vw,1.22rem);
  line-height:1.55;
  letter-spacing:-.012em;
}

.case-summary-block{
  width:100%;
  max-width:none;
  padding-bottom:1.15rem;
  margin-bottom:.15rem;
  border-bottom:1px solid var(--line);
}

.case-meta{
  margin-top:.35rem;
}

.case-hero .case-meta{
  padding-right:clamp(1rem,1.4vw,1.15rem);
}

.case-meta .meta-item:first-of-type{
  padding-top:1rem;
}

@media (max-width:980px){
  .case-hero-grid{
    grid-template-columns:1fr;
    gap:var(--space-xl);
  }

  .case-hero-title-col{
    max-width:none;
  }

  .case-meta{
    margin-top:0;
  }
}

@media (max-width:640px){
  .case-summary-block{
    padding-bottom:1rem;
  }
}


/* V15.0 Kaiser copy support: homepage card summary and related-work summary line */
.work-card-visual .case-card-summary{
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.55;
  margin:0 0 var(--space-md);
}
.related-card-with-summary{
  display:grid;
  gap:.65rem;
}
.related-card-title{
  color:#dce5ef;
  font-weight:700;
}
.related-card-summary{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.5;
}

/* V15.1 Governance case study support: pending visuals and structured editorial modules */
.work-card-image-placeholder,
.pending-media{
  display:grid;
  place-items:center;
  min-height:220px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    radial-gradient(circle at 80% 0%,rgba(159,245,209,.12),transparent 18rem);
  color:var(--quiet);
  font-size:.78rem;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.work-card-image-placeholder{
  width:100%;
  min-height:220px;
  margin-bottom:1.35rem;
}
.case-media-placeholder{
  overflow:hidden;
}
.case-media-placeholder .pending-media{
  min-height:360px;
  width:100%;
  border:0;
  border-radius:inherit;
}
.before-after p{
  color:#d8e0eb;
  font-size:1rem;
}
.key-decision-grid,
.outcome-group-grid{
  display:grid;
  gap:1rem;
}
.key-decision-card,
.outcome-group-card,
.visual-artifact-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(14,19,28,.72);
  padding:1.2rem;
}
.key-decision-card h3,
.outcome-group-card h3,
.visual-artifact-card h3{
  font-size:1.25rem;
  margin-bottom:.75rem;
}
.decision-detail{
  border-top:1px solid var(--line);
  margin-top:1rem;
  padding-top:.9rem;
}
.decision-detail span{
  display:block;
  color:var(--quiet);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:.35rem;
}
.visual-artifact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.visual-artifact-card .case-media-placeholder .pending-media{
  min-height:220px;
}
.visual-artifact-card p{
  margin-top:1rem;
}
.public-safe-note{
  border-top:1px solid var(--line);
  padding-top:1rem;
  color:var(--muted);
  font-size:.98rem;
}
@media (max-width:760px){
  .visual-artifact-grid{
    grid-template-columns:1fr;
  }
}

/* V15.4 case-study typography and markup sanitation: normalize emphasis and structured-card type. */
.case-hero .case-hero-summary strong,
.work-card-visual .case-card-summary strong,
.case-copy p strong,
.case-copy li strong,
.related-card-summary strong{
  color:var(--text);
  font-weight:650;
}

.case-impact-title{
  display:block;
  font-size:1.35rem;
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:760;
  color:#f4f7ff;
  margin:0;
}

.case-impact-card span strong{
  display:inline;
  color:#eef4ff;
  font-size:inherit;
  line-height:inherit;
  letter-spacing:normal;
  font-weight:650;
  margin:0;
}

.before-after small,
.decision-detail span{
  font-size:.76rem;
  line-height:1.2;
  font-weight:720;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:var(--quiet);
}

.before-after p,
.key-decision-card p,
.visual-artifact-card p,
.outcome-group-card li{
  font-size:.98rem;
  line-height:1.55;
}

.key-decision-card h3,
.outcome-group-card h3,
.visual-artifact-card h3{
  color:var(--text);
  font-size:1.18rem;
  line-height:1.2;
  letter-spacing:-.018em;
  font-weight:760;
  margin-bottom:.75rem;
}

.outcome-group-card ul{
  margin:.2rem 0 0;
}


/* Homepage Featured Work hierarchy refinement */
#work.work-section .section-head-full{
  margin-bottom:2.4rem;
}
#work .section-head-full > div,
#work #selected-work-title.section-title-substyle{
  max-width:760px;
}
#work #selected-work-title.section-title-substyle{
  font-size:clamp(1.7rem, 3vw, 2.9rem);
  line-height:1.04;
  letter-spacing:normal;
  font-weight:550;
  color:var(--text);
}
#work .work-grid{
  gap:1.1rem;
}
#work .work-card-visual .card-link{
  gap:.92rem;
}
#work .work-card-visual h3{
  font-size:clamp(1.42rem, 2.2vw, 1.9rem);
  line-height:1.08;
  font-weight:680;
  max-width:94%;
}
#work .case-card-summary{
  color:#aeb8c8;
  font-size:.98rem;
  line-height:1.58;
  max-width:96%;
}
#work .case-impact-line{
  border-top:1px solid rgba(206,218,255,.13);
  padding-top:.92rem;
  margin-top:.12rem;
  color:#dce4f0;
  font-size:.84rem;
  line-height:1.45;
  letter-spacing:.01em;
  font-weight:650;
}
#work .work-card-visual .text-cta{
  color:#9aa6b7;
  font-size:.9rem;
  line-height:1.2;
  font-weight:650;
  padding-top:.15rem;
}
#work .work-card:hover .case-card-summary,
#work .work-card:focus-within .case-card-summary{
  color:#d7deea;
}
#work .work-card:hover .case-impact-line,
#work .work-card:focus-within .case-impact-line{
  color:#f0f5ff;
}
#work .work-card:hover .text-cta,
#work .work-card:focus-within .text-cta{
  color:var(--accent-3);
}
@media (max-width:640px){
  #work .work-card-visual h3{
    max-width:100%;
  }
  #work .case-card-summary{
    max-width:100%;
  }
}


/* Featured Work heading and Enablement metadata refinements */
#work #selected-work-title.section-title-substyle{
  color:var(--accent);
  font-size:.86rem;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
  max-width:none;
}
#work.work-section .section-head-full{
  margin-bottom:1.7rem;
}
#work .work-enablement-card .enablement-label{
  color:var(--quiet);
  font-size:.78rem;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}

/* V15.8 Homepage content and CTA typography refinement */
#work .work-enablement-card .enablement-readmore{
  color:var(--accent-3);
  font-size:.9rem;
  line-height:1.2;
  font-weight:650;
  letter-spacing:normal;
  padding:0;
  margin-left:.2rem;
}
#work .work-enablement-card .enablement-readmore:hover,
#work .work-enablement-card .enablement-readmore:focus-visible{
  color:var(--accent-3);
}


/* V16.5 unified case-study hero system. */
.case-hero{
  padding-top:var(--space-5xl);
  padding-bottom:var(--space-lg);
}

.case-hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.82fr);
  gap:clamp(2rem,4.2vw,4rem);
  align-items:start;
}

.case-hero-side{
  display:flex;
  flex-direction:column;
  gap:.85rem;
  margin-top:.25rem;
}

.case-hero .case-meta{
  padding:clamp(1.15rem,1.7vw,1.45rem);
  margin-top:0;
}

.case-role-block{
  border-bottom:1px solid var(--line);
  padding-bottom:1rem;
  margin-bottom:1rem;
}

.case-role-title{
  display:block;
  color:#f4f7ff;
  font-size:clamp(1.12rem,1.6vw,1.42rem);
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:760;
  margin-bottom:.45rem;
}

.case-role-block p{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.5;
}

.case-summary-block{
  padding:0;
  margin:0;
  border-bottom:0;
}

.case-hero .case-hero-summary{
  font-size:clamp(1rem,1.25vw,1.16rem);
  line-height:1.58;
}

.case-public-safe-note{
  color:var(--quiet);
  font-size:.86rem;
  line-height:1.45;
  margin:0 .25rem;
}

.case-impact-snapshot{
  padding-top:.85rem;
  padding-bottom:2rem;
}

.case-impact-grid{
  gap:.7rem;
}

.case-impact-card{
  min-height:152px;
  padding:1.05rem;
  gap:.85rem;
}

.case-impact-card span{
  font-size:.88rem;
  line-height:1.48;
}

@media (max-width:980px){
  .case-hero{
    padding-top:var(--space-4xl);
  }
  .case-hero-grid{
    grid-template-columns:1fr;
    gap:var(--space-xl);
  }
  .case-hero-side{
    max-width:760px;
  }
}

@media (max-width:640px){
  .case-hero{
    padding-top:var(--space-3xl);
    padding-bottom:var(--space-md);
  }
  .case-hero .case-meta{
    padding:var(--space-lg);
  }
  .case-impact-card{
    min-height:132px;
  }
}

/* V16.6 case-study hero H1 breathing-room adjustment.
   Give the title column more width, reduce the column gap, and keep the summary card compact. */
.case-hero-grid{
  grid-template-columns:minmax(0,1.42fr) minmax(300px,.72fr);
  gap:clamp(1.1rem,2.5vw,2.2rem);
}

.case-hero-title-col{
  max-width:none;
}

.case-hero-side{
  width:100%;
  max-width:440px;
  justify-self:end;
}

.case-hero .case-meta{
  padding:clamp(1rem,1.45vw,1.25rem);
}

.case-hero .case-hero-summary{
  font-size:clamp(.98rem,1.08vw,1.08rem);
  line-height:1.56;
}

.case-role-block{
  padding-bottom:.85rem;
  margin-bottom:.85rem;
}

@media (max-width:980px){
  .case-hero-side{
    max-width:760px;
    justify-self:stretch;
  }
}

/* V16.7 case-study hero typography refinement.
   Keep impact-card typography as the visual reference, reduce role prominence,
   and lower the public-safe note so it reads as supporting context. */
.case-role-title{
  color:#eef4ff;
  font-size:clamp(.98rem,1.05vw,1.08rem);
  line-height:1.18;
  letter-spacing:-.018em;
  font-weight:740;
  margin-bottom:.34rem;
}

.case-role-block p{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.42;
}

.case-role-block{
  padding-bottom:.72rem;
  margin-bottom:.8rem;
}

.case-public-safe-note{
  color:var(--quiet);
  font-size:.74rem;
  line-height:1.38;
  margin:.05rem .25rem 0;
}

@media (max-width:640px){
  .case-role-title{
    font-size:1rem;
  }
  .case-role-block p{
    font-size:.84rem;
  }
  .case-public-safe-note{
    font-size:.72rem;
  }
}

/* V16.8 case-study hero role typography alignment.
   Role titles now use the same font treatment as the case summary copy so they read
   as supporting study context rather than dominant headings. */
.case-role-title{
  color:var(--muted);
  font-size:clamp(.98rem,1.08vw,1.08rem);
  line-height:1.56;
  letter-spacing:normal;
  font-weight:400;
  margin-bottom:.28rem;
}

.case-role-block p{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.42;
}

.case-public-safe-note{
  color:var(--quiet);
  font-size:.72rem;
  line-height:1.34;
  margin:.05rem .25rem 0;
}

@media (max-width:640px){
  .case-role-title{
    font-size:clamp(.98rem,1.08vw,1.08rem);
    line-height:1.5;
  }
  .case-public-safe-note{
    font-size:.7rem;
  }
}

/* V16.9 case-study visual cleanup and typography normalization.
   Moves company logos into the role/meta area and reduces typographic variety across case-study modules. */
.case-page .case-hero-kicker{
  display:block;
  color:var(--accent);
  font-size:.86rem;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:1.2rem;
}
.case-role-lockup{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:.72rem;
  align-items:start;
}
.case-role-logo{
  display:block;
  width:auto;
  max-width:54px;
  max-height:22px;
  object-fit:contain;
  margin-top:.12rem;
  opacity:.82;
  filter:saturate(.85) brightness(1.06);
}
.case-role-logo-kp{
  max-width:76px;
  max-height:26px;
}
.case-role-copy{
  min-width:0;
}
.case-role-block{
  padding-bottom:.9rem;
  margin-bottom:.9rem;
}
.case-role-title,
.case-hero .case-hero-summary,
.case-role-block p{
  letter-spacing:normal;
}
.case-role-title{
  color:#dce4f0;
  font-size:clamp(.98rem,1.04vw,1.06rem);
  line-height:1.48;
  font-weight:520;
  margin-bottom:.16rem;
}
.case-role-block p{
  color:var(--quiet);
  font-size:.82rem;
  line-height:1.42;
}
.case-hero .case-meta{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.case-hero .case-hero-summary{
  color:#c8d0dc;
  font-size:clamp(.98rem,1.05vw,1.06rem);
  line-height:1.56;
  font-weight:400;
}
.case-impact-snapshot{
  padding-top:.65rem;
}
.case-impact-card{
  min-height:138px;
  padding:1rem;
  gap:.72rem;
}
.case-impact-title,
.case-page .meta-item span,
.case-page .decision-detail span,
.case-page .before-after small,
.case-page .artifact-header,
.case-page .artifact-tags span{
  color:var(--quiet);
  font-size:.74rem;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}
.case-impact-card span:not(.case-impact-title){
  color:#c8d0dc;
  font-size:.88rem;
  line-height:1.5;
  font-weight:400;
  letter-spacing:normal;
}
.case-impact-card span strong,
.case-copy p strong,
.case-copy li strong,
.related-card-summary strong{
  color:#eef4ff;
  font-size:inherit;
  line-height:inherit;
  letter-spacing:normal;
  font-weight:650;
}
.case-section h2{
  font-size:clamp(1.52rem,2.35vw,2.25rem);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:720;
}
.case-copy p,
.case-copy li{
  color:var(--muted);
  font-size:1rem;
  line-height:1.6;
}
.key-decision-card,
.outcome-group-card,
.visual-artifact-card{
  padding:1.12rem;
}
.key-decision-card h3,
.outcome-group-card h3,
.visual-artifact-card h3,
.visual-list h3{
  color:#eef4ff;
  font-size:1.05rem;
  line-height:1.26;
  letter-spacing:-.012em;
  font-weight:650;
  margin-bottom:.68rem;
}
.before-after p,
.key-decision-card p,
.visual-artifact-card p,
.outcome-group-card li{
  color:var(--muted);
  font-size:.96rem;
  line-height:1.56;
}
.decision-detail{
  margin-top:.92rem;
  padding-top:.82rem;
}
.visual-artifact-card .case-media-placeholder .pending-media{
  min-height:210px;
}
.public-safe-note,
.case-public-safe-note{
  color:var(--quiet);
  font-size:.72rem;
  line-height:1.38;
}
.related-card-with-summary{
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.related-card-title{
  color:#eef4ff;
  font-size:1rem;
  line-height:1.32;
  letter-spacing:-.012em;
  font-weight:650;
}
.related-card-summary{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.5;
}
@media (max-width:640px){
  .case-role-lockup{
    gap:.62rem;
  }
  .case-role-logo{
    max-width:48px;
    max-height:20px;
  }
  .case-role-logo-kp{
    max-width:68px;
    max-height:24px;
  }
  .case-impact-card{
    min-height:124px;
  }
}


/* V16.16 editorial impact treatment: compact narrative rows, not cards. */
.impact-editorial{
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.impact-editorial-item{
  padding:1.25rem 0;
}
.impact-editorial-item + .impact-editorial-item{
  border-top:1px solid var(--line);
}
.impact-editorial-item h3{
  color:#eef4ff;
  font-size:1rem;
  line-height:1.32;
  letter-spacing:-.01em;
  font-weight:650;
  margin:0 0 .48rem;
}
.impact-editorial-item p{
  color:var(--muted);
  font-size:1rem;
  line-height:1.65;
  max-width:78ch;
  margin:0;
}
.impact-editorial-item p + p{
  margin-top:.62rem;
}
.related-card:not(.related-card-with-summary){
  display:flex;
  align-items:flex-start;
}


/* Final case-study visual system unification. */
.case-page .case-hero-grid{
  grid-template-columns:minmax(0,1.42fr) minmax(300px,.72fr);
  gap:clamp(1.1rem,2.5vw,2.2rem);
  align-items:start;
}
.case-page .case-hero h1{
  font-size:clamp(2.35rem,4.65vw,5.05rem);
  line-height:1.04;
  letter-spacing:-.058em;
  font-weight:740;
  max-width:12.8ch;
}
.case-page .case-hero-side{
  width:100%;
  max-width:440px;
  justify-self:end;
}
.case-page .case-section-inner{
  grid-template-columns:310px minmax(0,1fr);
  gap:2rem;
}
.case-page .case-copy{
  gap:1rem;
}
.case-page .case-copy p,
.case-page .case-copy li{
  color:var(--muted);
  font-size:1rem;
  line-height:1.6;
  letter-spacing:normal;
}
.case-page .case-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.8rem;
}
.case-page .case-impact-card{
  min-height:138px;
  padding:1rem;
  gap:.72rem;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.case-page .case-media,
.case-page .case-media-full,
.case-page .case-media-placeholder{
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  overflow:hidden;
}
.case-page .case-media img,
.case-page .case-media video,
.case-page .case-video{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.case-page .case-media-stack{
  display:grid;
  gap:1rem;
}
.case-page .key-decision-card,
.case-page .visual-artifact-card,
.case-page .outcome-group-card,
.case-page .decision-card,
.case-page .related-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(14,19,28,.76);
}
.case-page .key-decision-card,
.case-page .visual-artifact-card,
.case-page .outcome-group-card,
.case-page .decision-card{
  padding:1.12rem;
}
.case-page .key-decision-card h3,
.case-page .visual-artifact-card h3,
.case-page .outcome-group-card h3,
.case-page .decision-card h3,
.case-page .impact-editorial-item h3{
  color:#eef4ff;
  font-size:1.05rem;
  line-height:1.26;
  letter-spacing:-.012em;
  font-weight:650;
}
.case-page .impact-editorial{
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.case-page .impact-editorial-item{
  padding:1.25rem 0;
}
.case-page .impact-editorial-item + .impact-editorial-item{
  border-top:1px solid var(--line);
}
.case-page .impact-editorial-item h3{
  margin:0 0 .48rem;
}
.case-page .impact-editorial-item p{
  margin:0;
  max-width:78ch;
  color:var(--muted);
  font-size:1rem;
  line-height:1.65;
}
.case-page .impact-editorial-item p + p{
  margin-top:.62rem;
}
.case-page .related-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.case-page .related-card{
  padding:1.2rem;
}
@media (max-width:900px){
  .case-page .case-hero-grid,
  .case-page .case-section-inner{
    grid-template-columns:1fr;
  }
  .case-page .case-impact-grid,
  .case-page .related-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:640px){
  .case-page .case-impact-grid,
  .case-page .related-grid{
    grid-template-columns:1fr;
  }
  .case-page .case-impact-card{
    min-height:124px;
  }
}

/* V18.4 Agent IAM video controls */
.case-page .case-video-frame{
  position:relative;
}
.case-page .case-video-frame video{
  display:block;
  width:100%;
  height:auto;
}
.case-page .media-control-group{
  position:absolute;
  right:.85rem;
  bottom:.85rem;
  display:flex;
  align-items:center;
  gap:.5rem;
  z-index:2;
}
.case-page .case-video-frame > .media-control-replay{
  position:absolute;
  right:.85rem;
  bottom:.85rem;
  z-index:2;
}
.case-page .media-control{
  width:2.35rem;
  height:2.35rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  color:#f4f7ff;
  background:rgba(7,10,18,.64);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 26px rgba(0,0,0,.32);
  cursor:pointer;
  font-size:1.05rem;
  line-height:1;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.case-page .media-control:hover,
.case-page .media-control:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.42);
  background:rgba(18,24,38,.78);
  outline:none;
}
.case-page .media-control-icon-unmuted{
  display:none;
}
.case-page .media-control-mute.is-unmuted .media-control-icon-muted{
  display:none;
}
.case-page .media-control-mute.is-unmuted .media-control-icon-unmuted{
  display:inline;
}
@media (max-width:640px){
  .case-page .media-control-group,
  .case-page .case-video-frame > .media-control-replay{
    right:.65rem;
    bottom:.65rem;
  }
  .case-page .media-control{
    width:2.15rem;
    height:2.15rem;
    font-size:.96rem;
  }
}


/* V18.7 media and public-safe footer layout hygiene */
.case-page .case-media,
.case-page .case-media-full,
.case-page .case-media-placeholder{
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  overflow:hidden;
  box-shadow:none;
}
.case-page .case-media img,
.case-page .case-media video,
.case-page .case-video{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.case-page .media-public-safe-note{
  margin:.62rem 0 0;
  padding:0 .2rem;
  border:0;
  color:var(--quiet);
  font-size:.72rem;
  line-height:1.38;
}
.case-page .media-public-safe-note a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:.12em;
}
.case-page .case-asset-full-width .media-public-safe-note{
  margin-top:.72rem;
}
.case-page .case-media[data-asset="AgentIAM_hero.mp4"] + .media-public-safe-note,
.case-page .case-media[data-asset="AgentIAM_Impact-Panel.mp4"] + .media-public-safe-note{
  margin-top:0;
}
.case-page .media-footnote-group{
  display:grid;
  gap:.42rem;
}
.case-page .media-footnote-group .media-public-safe-note{
  margin-top:0;
}
@media (max-width:640px){
  .case-page .media-public-safe-note{
    font-size:.7rem;
    padding:0 .1rem;
  }
}

/* V18.5 mute/unmute icon-button refinement */
.case-page .media-control-mute{
  color:#f6f8ff;
}
.case-page .media-control-svg{
  width:1.18rem;
  height:1.18rem;
  display:block;
  flex:0 0 auto;
}
.case-page .media-control-svg-unmuted{
  display:none;
}
.case-page .media-control-mute.is-unmuted .media-control-svg-muted{
  display:none;
}
.case-page .media-control-mute.is-unmuted .media-control-svg-unmuted{
  display:block;
}
@media (max-width:640px){
  .case-page .media-control-svg{
    width:1.08rem;
    height:1.08rem;
  }
}

/* V18.5 final public-safe footer typography normalization */
.case-page .case-public-safe-note,
.case-page .media-public-safe-note,
.public-safe-note{
  color:var(--quiet);
  font-size:.72rem;
}
.case-page .case-public-safe-note a,
.case-page .media-public-safe-note a,
.public-safe-note a{
  color:inherit;
}
@media (max-width:640px){
  .case-page .case-public-safe-note,
  .case-page .media-public-safe-note,
  .public-safe-note{
    color:var(--quiet);
    font-size:.7rem;
  }
}


/* V18.5 public-safe footer typography hardening */
.case-page p.case-public-safe-note,
.case-page p.media-public-safe-note,
.case-page .case-copy p.media-public-safe-note,
.case-page .case-impact-inner p.media-public-safe-note,
.public-safe-note{
  color:var(--quiet) !important;
  font-size:.72rem !important;
  line-height:1.38;
}
.case-page p.case-public-safe-note a,
.case-page p.media-public-safe-note a,
.case-page .case-copy p.media-public-safe-note a,
.case-page .case-impact-inner p.media-public-safe-note a,
.public-safe-note a{
  color:inherit !important;
}
@media (max-width:640px){
  .case-page p.case-public-safe-note,
  .case-page p.media-public-safe-note,
  .case-page .case-copy p.media-public-safe-note,
  .case-page .case-impact-inner p.media-public-safe-note,
  .public-safe-note{
    color:var(--quiet) !important;
    font-size:.7rem !important;
  }
}

/* Final polish: SVG replay control icon */
.case-page .media-control-svg{
  display:block;
  width:1.12rem;
  height:1.12rem;
}
.case-page .media-control-svg-replay{
  transform:translateX(-.02rem);
}
@media (max-width:640px){
  .case-page .media-control-svg{
    width:1.02rem;
    height:1.02rem;
  }
}


/* V19.1 audio control icon visibility fix */
.case-page .media-control-mute .media-control-svg{
  display:none !important;
}
.case-page .media-control-mute .media-control-svg-muted{
  display:block !important;
}
.case-page .media-control-mute .media-control-svg-unmuted{
  display:none !important;
}
.case-page .media-control-mute.is-unmuted .media-control-svg-muted{
  display:none !important;
}
.case-page .media-control-mute.is-unmuted .media-control-svg-unmuted{
  display:block !important;
}


/* V19.2 audio control: single SVG state rendering */
.case-page .media-control-mute .media-control-svg,
.case-page .media-control-mute .media-control-svg-audio{
  display:block !important;
  width:1.18rem;
  height:1.18rem;
  flex:0 0 auto;
}
.case-page .media-control-mute .media-control-svg-muted,
.case-page .media-control-mute .media-control-svg-unmuted{
  display:none !important;
}
@media (max-width:640px){
  .case-page .media-control-mute .media-control-svg,
  .case-page .media-control-mute .media-control-svg-audio{
    width:1.02rem;
    height:1.02rem;
  }
}


/* V19.3 audio control: DOM-swapped single SVG state */
.case-page .media-control-mute .media-control-svg-audio{
  display:block !important;
  width:1.18rem;
  height:1.18rem;
  flex:0 0 auto;
}
@media (max-width:640px){
  .case-page .media-control-mute .media-control-svg-audio{
    width:1.02rem;
    height:1.02rem;
  }
}
