:root{
  --navy:#061321;--navy-mid:#0b1e32;--navy-light:#183551;
  --gold:#e1a33a;--gold-light:#efc266;--ivory:#f4efe7;--ivory-2:#eee7dc;
  --ink:#111827;--white:#fff;--line:rgba(255,255,255,.18);
  --max:1540px;--header:92px;
  --serif:Georgia,"Times New Roman",serif;--sans:"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans)}
a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.05}
.wrap{width:min(calc(100% - 72px),var(--max));margin-inline:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:9999;background:#fff;padding:10px 14px;transform:translateY(-200%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.site-header{height:var(--header);position:sticky;top:0;z-index:1000;background:rgba(4,16,29,.98);color:#fff;border-bottom:1px solid var(--line)}
.header-inner{height:100%;display:grid;grid-template-columns:310px 1fr auto;gap:38px;align-items:center}.brand{display:flex;flex-direction:column;text-decoration:none}
.brand-name{text-transform:uppercase;letter-spacing:.145em;font-size:1.48rem}.brand-sub{text-transform:uppercase;letter-spacing:.19em;color:var(--gold);font-size:.78rem;margin-top:4px}
.primary-nav{display:flex;justify-content:center;gap:40px}
.primary-nav a{
position:relative;
text-decoration:none;
text-transform:uppercase;
font-size:.79rem;
font-weight:650;
padding:33px 0 27px;
color:#fff;
transition:color .28s ease,opacity .28s ease;
}
.primary-nav a::after{
content:"";
position:absolute;
left:0;
bottom:18px;
width:100%;
height:2px;
background:var(--gold);
transform:scaleX(0);
transform-origin:left;
transition:transform .28s ease;
}
.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active{
color:var(--gold-light);
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.active::after{
transform:scaleX(1);
}
.header-cta{
text-decoration:none;
text-transform:uppercase;
border:1px solid var(--gold);
color:var(--gold);
padding:16px 22px;
font-size:.75rem;
white-space:nowrap;
transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease;
}
.header-cta:hover,
.header-cta:focus-visible{
background:linear-gradient(135deg,var(--gold-light),var(--gold));
color:var(--navy);
transform:translateY(-2px);
box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.menu-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.3);width:46px;height:42px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:#fff;margin:5px 8px}
.hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}.hero-media{position:absolute;inset:0;background:url("../assets/images/home-hero.png") center/cover no-repeat}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,33,.99) 0%,rgba(6,19,33,.94) 31%,rgba(6,19,33,.45) 53%,rgba(6,19,33,0) 76%)}
.hero-layout{position:relative;min-height:560px;display:flex;align-items:center}.hero-copy{max-width:735px;padding:66px 0}.eyebrow{text-transform:uppercase;letter-spacing:.19em;color:#9b6a1b;font-size:.76rem;font-weight:750}.eyebrow-light{color:var(--gold-light)}
.hero-copy h1{font-size:clamp(4.1rem,5.25vw,6.5rem);letter-spacing:-.045em;margin-bottom:0}.hero-copy h1 span,.perspective h2 span{color:var(--gold)}
.gold-rule{width:52px;height:2px;background:var(--gold);margin:27px 0}.hero-support{max-width:695px;color:rgba(255,255,255,.84);font-size:1.21rem;line-height:1.62}
.hero-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;text-decoration:none;text-transform:uppercase;font-size:.76rem;font-weight:800;letter-spacing:.02em;
transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease}
.button-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--navy)}.button-outline{border:1px solid var(--gold);color:#fff}
.perspective{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--ivory),var(--ivory-2));min-height:215px;border-top:1px solid rgba(225,163,58,.22)}
.perspective-media{position:absolute;inset:0 auto 0 0;width:35%;background:url("../assets/images/home-perspective.png") center/cover no-repeat}
.perspective-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,239,231,0) 70%,var(--ivory) 100%)}
.perspective-layout{min-height:215px;display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:36px 0 36px 38%}.perspective-heading{border-right:1px solid #c9c0b3;padding-right:55px}
.perspective-heading h2{font-size:2.3rem;margin-bottom:0}.perspective-copy{font-size:1.03rem;line-height:1.62}.principle-stack{display:grid;gap:3px}.principle-stack strong:last-child{color:#9f6b18}
.representative{background:var(--navy);color:#fff;padding:20px 0 23px;border-top:1px solid rgba(225,163,58,.45)}
.representative-label{text-align:center;text-transform:uppercase;letter-spacing:.2em;font-size:.67rem;color:rgba(255,255,255,.74);margin-bottom:14px}
.organization-row{display:grid;grid-template-columns:repeat(8,1fr);align-items:center}.organization-row .org{text-align:center;padding:10px 12px;border-right:1px solid rgba(255,255,255,.18);font-size:1rem;color:rgba(255,255,255,.88)}
.organization-row .org:last-child{border-right:0}.deloitte{font-weight:800}.deloitte .dot{color:#7ac943}.manulife{font-weight:700;letter-spacing:.02em}.bmo,.rbc,.hso,.btr{font-weight:800}.endeavour{font-weight:700;font-style:italic}.move{font-weight:700;letter-spacing:.02em}
.leadership{background:radial-gradient(circle at 50% 24%,rgba(225,163,58,.08),transparent 34rem),var(--navy);color:#fff;padding:44px 0 36px}
.section-heading{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:30px}.section-heading p{margin:0;text-transform:uppercase;letter-spacing:.21em;color:var(--gold);font-size:.76rem}.section-heading span{width:58px;height:1px;background:var(--gold)}
.leadership-grid{display:grid;grid-template-columns:repeat(4,1fr)}.leadership-card{display:grid;grid-template-columns:66px 1fr;gap:20px;padding:26px 34px;border-right:1px solid rgba(255,255,255,.2);min-height:176px}
.leadership-card:last-child{border-right:0}.leadership-card img{width:60px;height:60px}.leadership-card h3{font-size:1.42rem;margin-bottom:10px}.leadership-card p{font-size:.93rem;line-height:1.54;color:rgba(255,255,255,.72);margin-bottom:0}
.quote-cta{background:linear-gradient(135deg,var(--navy-light),var(--navy-mid));color:#fff;padding:40px 0 44px;border-top:1px solid rgba(255,255,255,.12)}
.quote-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:52px;align-items:center}.quote-layout blockquote{display:grid;gap:5px;margin:0;font-family:var(--serif);font-size:2rem;line-height:1.32;padding:0 48px;border-right:1px solid var(--gold)}
.quote-action{display:flex;align-items:center;gap:24px}.arrow-circle{width:52px;height:52px;border-radius:50%;background:var(--gold-light);color:var(--navy);display:grid;place-items:center;font-size:1.8rem;flex:0 0 auto}
.quote-action h3{font-size:1.62rem;line-height:1.24;margin-bottom:10px}.quote-action a{text-transform:uppercase;color:var(--gold-light);text-decoration:none;font-size:.76rem;letter-spacing:.11em;font-weight:800}
.site-footer{background:#020c17;color:#fff;padding:28px 0;border-top:1px solid var(--line)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:34px}.footer-brand{display:flex;flex-direction:column}
.footer-position{margin-top:5px;color:var(--gold-light);font-size:.78rem}.site-footer small{display:block;color:rgba(255,255,255,.58);margin-top:8px}.site-footer nav{display:flex;gap:24px;flex-wrap:wrap}.site-footer nav a{text-decoration:none;text-transform:uppercase;font-size:.7rem}
.placeholder{min-height:calc(100vh - var(--header));display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--navy-light));color:#fff;padding:50px 0}.placeholder-inner{text-align:center;max-width:850px}.placeholder h1{font-size:clamp(3rem,7vw,6rem)}.placeholder p{font-size:1.1rem;color:rgba(255,255,255,.75)}
:focus-visible{outline:3px solid var(--gold-light);outline-offset:4px}
@media(max-width:1200px){.header-inner{grid-template-columns:260px 1fr}.header-cta{display:none}.primary-nav{justify-content:flex-end;gap:24px}.leadership-grid{grid-template-columns:repeat(2,1fr)}.leadership-card:nth-child(2){border-right:0}}
@media(max-width:860px){:root{--header:74px}.wrap{width:min(calc(100% - 30px),var(--max))}.header-inner{display:flex}.menu-toggle{display:block;margin-left:auto}.primary-nav{position:fixed;top:var(--header);left:0;right:0;background:var(--navy);display:grid;padding:18px 22px;transform:translateY(-130%);transition:transform .25s ease}.primary-nav.open{transform:none}.primary-nav a{padding:11px 6px;border-bottom:1px solid rgba(255,255,255,.12)}.hero-media{position:relative;height:450px;background-position:58% center}.hero-media::after{background:linear-gradient(180deg,rgba(6,19,33,0),var(--navy) 96%)}.hero{display:flex;flex-direction:column-reverse}.hero-layout{min-height:auto}.hero-copy{padding:54px 0}.perspective-media{position:relative;width:100%;height:220px}.perspective-media::after{background:linear-gradient(180deg,rgba(244,239,231,0),var(--ivory) 100%)}.perspective-layout{grid-template-columns:1fr;padding:32px 0;gap:24px}.perspective-heading{border-right:0;border-bottom:1px solid #c9c0b3;padding:0 0 22px}.organization-row{grid-template-columns:repeat(4,1fr)}.quote-layout{grid-template-columns:1fr}.quote-layout blockquote{border-right:0;border-bottom:1px solid var(--gold);padding:0 0 28px}.footer-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.brand-name{font-size:1rem}.brand-sub{font-size:.62rem}.hero-copy h1{font-size:2.8rem}.hero-actions{display:grid}.button{width:100%}.hero-media{height:365px}.leadership-grid{grid-template-columns:1fr}.leadership-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.organization-row{grid-template-columns:repeat(2,1fr)}.quote-layout blockquote{font-size:1.55rem}.site-footer nav{display:grid}.perspective-heading h2{font-size:1.9rem}}

/* ==========================================================
   SPRINT 015 – Executive Interaction Standard
   ========================================================== */

/* Primary navigation */
.primary-nav a{
  transition:color .28s ease,border-color .28s ease;
}

/* Executive buttons */
.button:hover,
.button:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.button-gold:hover,
.button-gold:focus-visible{
  background:linear-gradient(135deg,#f3cb79,#e1a33a);
}
.button-outline:hover,
.button-outline:focus-visible{
  background:rgba(225,163,58,.10);
  border-color:var(--gold-light);
}

/* Executive links */
.engagement-link{
  transition:letter-spacing .25s ease,color .25s ease;
}
.engagement-link:hover,
.engagement-link:focus-visible{
  letter-spacing:.03em;
  color:#fff;
  text-decoration:none;
}

/* Unified executive card hover */
.exec-card,
.leadership-card,
.thought-card{
  transition:
    background .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}
.exec-card:hover,
.leadership-card:hover,
.thought-card:hover{
  background:linear-gradient(145deg,rgba(31,63,91,.90),rgba(7,25,42,.82));
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
  .engagement-card:hover,.engagement-card:focus-within{transform:none}
}

/* === SPRINT 008 EXECUTIVE EXPERIENCE START === */
.exec-page{background:var(--navy);color:#fff}
.exec-hero{position:relative;min-height:430px;overflow:hidden;background:var(--navy)}
.exec-hero-media{position:absolute;inset:0;background:url("../assets/images/executive-experience-hero.jpg") center 43%/cover no-repeat}
.exec-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,33,.99) 0%,rgba(6,19,33,.93) 34%,rgba(6,19,33,.43) 58%,rgba(6,19,33,.08) 100%)}
.exec-hero-inner{position:relative;min-height:430px;display:flex;align-items:center}
.exec-hero-copy{max-width:760px;padding:55px 0}
.exec-hero-copy h1{font-size:clamp(3.7rem,5vw,5.9rem);letter-spacing:-.04em;margin-bottom:0}
.exec-hero-copy h1 span,.exec-closing h2 span{color:var(--gold)}
.exec-hero-copy>p:last-child{font-size:1.1rem;line-height:1.62;color:rgba(255,255,255,.82);max-width:700px}
.exec-capabilities{padding:0 0 18px;background:linear-gradient(180deg,#071727,#061321)}
.exec-card-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.22);transform:translateY(-1px)}
.exec-card{padding:28px 30px 26px;border-right:1px solid rgba(255,255,255,.2);min-height:390px;background:linear-gradient(180deg,rgba(9,29,48,.96),rgba(5,20,34,.96))}
.exec-card:last-child{border-right:0}
.exec-card img{width:60px;height:60px;margin-bottom:18px}
.exec-card h2{font-size:1.95rem;margin-bottom:19px}
.exec-card p{font-size:.95rem;line-height:1.55;color:rgba(255,255,255,.76);min-height:116px}
.exec-card-rule{height:1px;background:rgba(255,255,255,.24);margin:16px 0 15px}
.exec-card h3{text-transform:uppercase;font-family:var(--sans);font-size:.78rem;letter-spacing:.04em;color:var(--gold);margin-bottom:10px}
.exec-card ul{padding-left:17px;margin:0}
.exec-card li{margin:7px 0;color:rgba(255,255,255,.88)}
.exec-card li::marker{color:var(--gold)}
.exec-patterns{padding:0 0 46px;background:var(--navy)}
.exec-pattern-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;border:1px solid rgba(255,255,255,.22)}
.exec-pattern-grid>article{display:flex;gap:20px;align-items:center;padding:25px 28px;border-right:1px solid rgba(255,255,255,.18);min-height:145px}
.exec-pattern-grid>article:last-child{border-right:0}
.exec-pattern-grid img{width:58px;height:58px;flex:0 0 auto}
.exec-pattern-grid p{margin:0 0 7px;color:var(--gold);font-size:.9rem}
.exec-pattern-grid span{display:block;color:rgba(255,255,255,.78);margin-bottom:4px}
.exec-pattern-grid h2{margin:0;color:var(--gold);font-size:1.85rem}
.exec-pattern-statement{display:block!important}
.exec-pattern-statement p{font-family:var(--serif);font-size:1.28rem;color:#fff;margin-bottom:11px}
.exec-pattern-statement strong{font-weight:500;line-height:1.55;color:rgba(255,255,255,.78)}
.exec-pattern-statement em{color:var(--gold);font-style:normal}
.exec-impact{padding:62px 0 70px;background:linear-gradient(180deg,#0a1c2f,#061321)}
.exec-metrics{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.2)}
.exec-metrics article{text-align:center;padding:30px 16px;border-right:1px solid rgba(255,255,255,.18)}
.exec-metrics article:last-child{border-right:0}
.exec-metrics strong{display:block;font-family:var(--serif);font-size:2.55rem;color:var(--gold-light);margin-bottom:8px}
.exec-metrics span{font-size:.84rem;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.72)}
.exec-closing{padding:54px 0;background:linear-gradient(135deg,var(--navy-light),var(--navy-mid));border-top:1px solid rgba(255,255,255,.12)}
.exec-closing-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.exec-closing h2{font-size:2.5rem;margin:0}
@media(max-width:1100px){
  .exec-card-grid{grid-template-columns:repeat(2,1fr)}
  .exec-card:nth-child(2){border-right:0}
  .exec-pattern-grid{grid-template-columns:repeat(2,1fr)}
  .exec-pattern-grid>article:nth-child(2){border-right:0}
  .exec-metrics{grid-template-columns:repeat(3,1fr)}
  .exec-metrics article:nth-child(3){border-right:0}
}
@media(max-width:700px){
  .exec-hero{display:flex;flex-direction:column-reverse}
  .exec-hero-media{position:relative;height:300px;background-position:center}
  .exec-hero-media::after{background:linear-gradient(180deg,rgba(6,19,33,0),var(--navy))}
  .exec-hero-inner{min-height:auto}
  .exec-card-grid,.exec-pattern-grid,.exec-metrics{grid-template-columns:1fr}
  .exec-card,.exec-pattern-grid>article,.exec-metrics article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .exec-card:last-child,.exec-pattern-grid>article:last-child,.exec-metrics article:last-child{border-bottom:0}
  .exec-closing-inner{align-items:flex-start;flex-direction:column}
}
/* === SPRINT 008 EXECUTIVE EXPERIENCE END === */

/* === SPRINT 009 LEADERSHIP LENS START === */
.lens-page{background:var(--navy);color:#fff}
.lens-hero{position:relative;min-height:510px;overflow:hidden;background:var(--navy)}
.lens-hero-media{position:absolute;inset:0;background:url("../assets/images/leadership-lens-hero.jpg") center/cover no-repeat}
.lens-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,33,.995) 0%,rgba(6,19,33,.95) 38%,rgba(6,19,33,.48) 63%,rgba(6,19,33,.12) 100%)}
.lens-hero-inner{position:relative;min-height:510px;display:flex;align-items:center}
.lens-hero-copy{max-width:820px;padding:65px 0}
.lens-hero-copy h1{font-size:clamp(3.8rem,5.2vw,6rem);letter-spacing:-.04em;margin-bottom:0}
.lens-hero-copy h1 span,.lens-framework-heading h2 span,.lens-future h2 span,.lens-closing h2 span{color:var(--gold)}
.lens-hero-copy>p:last-child{font-size:1.08rem;line-height:1.65;color:rgba(255,255,255,.8);max-width:730px}

.lens-principles{padding:62px 0 72px;background:linear-gradient(180deg,#071727,#061321)}
.lens-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2)}
.lens-principle-grid article{padding:30px 30px 34px;min-height:260px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);transition:background .22s ease,transform .22s ease}
.lens-principle-grid article:nth-child(3n){border-right:0}
.lens-principle-grid article:nth-last-child(-n+3){border-bottom:0}
.lens-principle-grid article:hover{background:rgba(225,163,58,.055);transform:translateY(-2px)}
.lens-principle-grid img{width:58px;height:58px;margin-bottom:20px}
.lens-principle-grid h2{font-size:1.72rem;margin-bottom:13px}
.lens-principle-grid p{font-size:.96rem;line-height:1.58;color:rgba(255,255,255,.73);margin:0}

.lens-observations{padding:72px 0;background:#081827}
.lens-observation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.18)}
.lens-observation-grid article{background:#081827;padding:38px 42px;min-height:245px}
.lens-observation-grid article>span{display:block;color:var(--gold);font-size:.72rem;letter-spacing:.16em;margin-bottom:18px}
.lens-observation-grid h2{font-size:2rem;margin-bottom:15px}
.lens-observation-grid p{font-size:1rem;line-height:1.65;color:rgba(255,255,255,.72);max-width:620px;margin:0}

.lens-framework{padding:78px 0 82px;background:linear-gradient(180deg,#0c2035,#061321)}
.lens-framework-heading{text-align:center;max-width:820px;margin:0 auto 44px}
.lens-framework-heading h2{font-size:2.75rem;margin-bottom:18px}
.lens-framework-heading>p:last-child{color:rgba(255,255,255,.7);font-size:1rem;line-height:1.6}
.lens-framework-flow{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid rgba(255,255,255,.2)}
.lens-framework-flow article{position:relative;text-align:center;padding:28px 12px 25px;border-right:1px solid rgba(255,255,255,.18);min-height:190px}
.lens-framework-flow article:last-child{border-right:0}
.lens-framework-flow article:not(:last-child)::after{content:"→";position:absolute;right:-10px;top:44%;z-index:2;color:var(--gold);background:#092039;padding:2px}
.lens-framework-flow img{width:48px;height:48px;margin:0 auto 17px}
.lens-framework-flow strong{display:block;font-family:var(--serif);font-size:1.23rem;margin-bottom:9px}
.lens-framework-flow span{font-size:.78rem;line-height:1.4;color:rgba(255,255,255,.63)}

.lens-future{position:relative;overflow:hidden;padding:76px 0;background:#061321}
.lens-future-media{position:absolute;inset:0;background:url("../assets/images/leadership-signal.jpg") center/cover no-repeat;opacity:.28}
.lens-future-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,33,.99),rgba(6,19,33,.78))}
.lens-future-inner{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}
.lens-future h2{font-size:2.8rem;margin:0}
.lens-future-copy{border-left:1px solid var(--gold);padding-left:50px}
.lens-future-copy p{font-size:1.05rem;line-height:1.7;color:rgba(255,255,255,.78)}
.lens-future-copy p:last-child{margin-bottom:0}
.lens-future-copy strong{color:#fff}

.lens-signature{padding:58px 0;background:linear-gradient(135deg,var(--navy-light),var(--navy-mid));border-top:1px solid rgba(255,255,255,.13)}
.lens-signature-inner{display:grid;grid-template-columns:1.12fr .88fr;gap:60px;align-items:center}
.lens-signature blockquote{margin:0;border-right:1px solid var(--gold);padding-right:54px;font-family:var(--serif);font-size:2.25rem;line-height:1.28}
.lens-signature blockquote span{color:var(--gold-light)}
.lens-signature-points{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 30px}
.lens-signature-points article{border-left:2px solid var(--gold);padding-left:15px}
.lens-signature-points strong{display:block;font-family:var(--serif);font-size:1.25rem;margin-bottom:5px}
.lens-signature-points span{font-size:.82rem;color:rgba(255,255,255,.66)}

.lens-closing{padding:52px 0;background:#071727;border-top:1px solid rgba(255,255,255,.12)}
.lens-closing-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.lens-closing h2{font-size:2.5rem;margin:0}

@media(max-width:1100px){
  .lens-principle-grid{grid-template-columns:repeat(2,1fr)}
  .lens-principle-grid article:nth-child(3n){border-right:1px solid rgba(255,255,255,.18)}
  .lens-principle-grid article:nth-child(2n){border-right:0}
  .lens-principle-grid article:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.18)}
  .lens-principle-grid article:nth-last-child(-n+2){border-bottom:0}
  .lens-framework-flow{grid-template-columns:repeat(4,1fr)}
  .lens-framework-flow article{border-bottom:1px solid rgba(255,255,255,.18)}
  .lens-framework-flow article:nth-child(4){border-right:0}
  .lens-framework-flow article:nth-last-child(-n+3){border-bottom:0}
  .lens-framework-flow article::after{display:none}
}
@media(max-width:760px){
  .lens-hero{display:flex;flex-direction:column-reverse}
  .lens-hero-media{position:relative;height:310px}
  .lens-hero-media::after{background:linear-gradient(180deg,rgba(6,19,33,0),var(--navy))}
  .lens-hero-inner{min-height:auto}
  .lens-principle-grid,.lens-observation-grid,.lens-framework-flow{grid-template-columns:1fr}
  .lens-principle-grid article,.lens-observation-grid article,.lens-framework-flow article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .lens-principle-grid article:last-child,.lens-observation-grid article:last-child,.lens-framework-flow article:last-child{border-bottom:0!important}
  .lens-future-inner,.lens-signature-inner{grid-template-columns:1fr;gap:34px}
  .lens-future-copy{border-left:0;border-top:1px solid var(--gold);padding:28px 0 0}
  .lens-signature blockquote{border-right:0;border-bottom:1px solid var(--gold);padding:0 0 30px}
  .lens-closing-inner{flex-direction:column;align-items:flex-start}
}
/* === SPRINT 009 LEADERSHIP LENS END === */

/* === SPRINT 010 EXECUTIVE ENGAGEMENT START === */
.engagement-page{background:var(--navy);color:#fff}
.engagement-hero{position:relative;min-height:540px;overflow:hidden;background:#02070d}
.engagement-hero-media{position:absolute;inset:0;background:url("../assets/images/executive-engagement-hero.jpg") 68% center/cover no-repeat}
.engagement-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,22,.995) 0%,rgba(3,12,22,.94) 42%,rgba(3,12,22,.3) 69%,rgba(3,12,22,.08) 100%)}
.engagement-hero-inner{position:relative;min-height:540px;display:flex;align-items:center}
.engagement-hero-copy{max-width:810px;padding:70px 0}
.engagement-hero-copy h1{font-size:clamp(4rem,5.5vw,6.5rem);letter-spacing:-.045em;margin-bottom:0}
.engagement-hero-copy h1 span,.tool-intro h2 span,.readiness-layout h2 span,.promise-layout h2 span,.engagement-closing h2 span{color:var(--gold)}
.engagement-hero-copy>p:not(.eyebrow){max-width:720px;font-size:1.1rem;line-height:1.65;color:rgba(255,255,255,.8)}
.engagement-hero-copy .button{margin-top:18px}

.engagement-options{padding:68px 0 76px;background:linear-gradient(180deg,#071727,#061321)}
.engagement-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2)}
.engagement-card{
  position:relative;
  min-height:300px;
  padding:34px 34px 32px;
  border-right:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
  background:rgba(7,25,42,.72);
  transition:background .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease;
}
.engagement-card:nth-child(3n){border-right:0}
.engagement-card:nth-last-child(-n+3){border-bottom:0}
.engagement-card.featured{background:rgba(7,25,42,.72)}
.engagement-card:hover,
.engagement-card:focus-within{
  background:linear-gradient(145deg,rgba(31,63,91,.9),rgba(7,25,42,.82));
  border-color:rgba(225,163,58,.7);
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  z-index:1;
}
.engagement-card img{width:58px;height:58px;margin-bottom:21px;transition:filter .28s ease}
.engagement-card:hover img,
.engagement-card:focus-within img{filter:brightness(1.15)}
.engagement-number{position:absolute;top:32px;right:31px;color:var(--gold);font-size:.7rem;letter-spacing:.13em}
.engagement-card h2{font-size:1.75rem;margin-bottom:14px}
.engagement-card p{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.7);min-height:92px}
.engagement-link{appearance:none;border:0;background:none;padding:0;color:var(--gold-light);font:700 .76rem var(--sans);letter-spacing:.055em;text-transform:uppercase;text-decoration:none;cursor:pointer}
.engagement-link{
transition:color .25s ease,letter-spacing .25s ease;
}
.engagement-link:hover,
.engagement-link:focus-visible{
color:#fff;
letter-spacing:.03em;
text-decoration:none;
}
.engagement-link-group{display:flex;gap:19px;flex-wrap:wrap}

.engagement-tools{padding:76px 0;background:#091b2e}
.engagement-tool-panel{display:none}
.engagement-tool-panel.active{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:start}
.tool-intro{position:sticky;top:125px}
.tool-intro h2{font-size:2.65rem;margin-bottom:18px}
.tool-intro>p:last-child{font-size:1rem;line-height:1.65;color:rgba(255,255,255,.7)}
.executive-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;background:#f0e8dc;color:#111827;padding:34px;border:1px solid rgba(225,163,58,.5)}
.executive-form label{display:grid;gap:8px;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;font-weight:750;color:#4a4034}
.executive-form input,.executive-form select,.executive-form textarea{width:100%;border:1px solid #bdb1a1;background:#faf7f2;padding:13px 14px;font:1rem var(--sans);color:#101827;border-radius:0}
.executive-form textarea{resize:vertical}
.form-wide{grid-column:1/-1}
.form-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.form-actions .button-outline{color:var(--navy)}
.form-actions span{font-size:.84rem;color:#6e4d16}
.brief-exchange-layout{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.file-drop,.file-manifest{min-height:280px;border:1px solid rgba(225,163,58,.55);padding:34px;background:rgba(7,25,42,.78)}
.file-drop{display:grid;place-items:center;text-align:center;cursor:pointer}
.file-drop input{position:absolute;opacity:0;pointer-events:none}
.file-drop strong{font-family:var(--serif);font-size:1.8rem;color:#fff}
.file-drop span{color:rgba(255,255,255,.65)}
.file-manifest h3{font-size:1.6rem}
.file-manifest ul{padding-left:20px;min-height:130px;color:rgba(255,255,255,.72);line-height:1.7}

.engagement-journey{padding:72px 0;background:linear-gradient(180deg,#071727,#061321)}
.journey-flow{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.2)}
.journey-flow article{position:relative;text-align:center;padding:29px 18px;border-right:1px solid rgba(255,255,255,.18);min-height:190px}
.journey-flow article:last-child{border-right:0}
.journey-flow article:not(:last-child)::after{content:"";position:absolute;right:-10px;top:43%;z-index:2;background:#071727;color:var(--gold);padding:3px}
.journey-flow img{width:50px;height:50px;margin:0 auto 17px}
.journey-flow strong{display:block;font-family:var(--serif);font-size:1.35rem;margin-bottom:8px}
.journey-flow span{font-size:.82rem;color:rgba(255,255,255,.65)}

.engagement-readiness{padding:72px 0;background:#0b2035}
.readiness-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.readiness-layout h2{font-size:2.8rem;margin:0}
.readiness-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.readiness-list span{padding:16px 18px;border-left:2px solid var(--gold);background:rgba(255,255,255,.035);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}

.executive-promise{padding:74px 0;background:linear-gradient(135deg,var(--navy-light),var(--navy-mid))}
.promise-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.promise-layout h2{font-size:2.9rem;margin-bottom:20px}
.promise-layout>div>p:last-child{font-size:1rem;line-height:1.65;color:rgba(255,255,255,.72)}
.promise-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.promise-principles article{border-left:2px solid var(--gold);padding:12px 0 12px 17px}
.promise-principles strong{display:block;font-family:var(--serif);font-size:1.45rem;margin-bottom:5px}
.promise-principles span{font-size:.82rem;color:rgba(255,255,255,.65)}

.engagement-closing{padding:55px 0;background:#061321;border-top:1px solid rgba(255,255,255,.12)}
.engagement-closing-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.engagement-closing h2{font-size:2.55rem;margin:0}

@media(max-width:1100px){
  .engagement-card-grid{grid-template-columns:repeat(2,1fr)}
  .engagement-card:nth-child(3n){border-right:1px solid rgba(255,255,255,.18)}
  .engagement-card:nth-child(2n){border-right:0}
  .engagement-card:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.18)}
  .engagement-card:nth-last-child(-n+2){border-bottom:0}
  .engagement-tool-panel.active{grid-template-columns:1fr}
  .tool-intro{position:static}
}
@media(max-width:760px){
  .engagement-hero{display:flex;flex-direction:column-reverse}
  .engagement-hero-media{position:relative;height:330px;background-position:75% center}
  .engagement-hero-media::after{background:linear-gradient(180deg,rgba(3,12,22,0),var(--navy))}
  .engagement-hero-inner{min-height:auto}
  .engagement-card-grid,.journey-flow,.readiness-layout,.promise-layout{grid-template-columns:1fr}
  .engagement-card,.journey-flow article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .engagement-card:last-child,.journey-flow article:last-child{border-bottom:0!important}
  .journey-flow article::after{display:none}
  .executive-form,.brief-exchange-layout{grid-template-columns:1fr}
  .form-wide{grid-column:auto}
  .readiness-list,.promise-principles{grid-template-columns:1fr}
  .engagement-closing-inner{flex-direction:column;align-items:flex-start}
}
/* === SPRINT 010 EXECUTIVE ENGAGEMENT END === */

/* === SPRINT 011 EXECUTIVE INSIGHTS START === */
.insights-page{background:var(--navy);color:#fff}
.insights-page h1,.insights-page h2,.insights-page h3,.insights-page blockquote{font-family:var(--serif)}
.insights-page h2 span,.insights-page blockquote span{color:var(--gold)}

.insights-hero{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#061321 0%,#0a2036 62%,#0c2a46 100%)}
.insights-hero-pattern{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(225,163,58,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(225,163,58,.14) 1px,transparent 1px);background-size:92px 92px;mask-image:linear-gradient(90deg,transparent 0%,#000 55%,#000 100%)}
.insights-hero-pattern::after{content:"";position:absolute;width:560px;height:560px;right:8%;top:-120px;border:1px solid rgba(225,163,58,.22);border-radius:50%;box-shadow:0 0 0 85px rgba(225,163,58,.025),0 0 0 170px rgba(225,163,58,.02)}
.insights-hero-inner{position:relative;padding:82px 0;max-width:940px}
.insights-hero h1{font-size:clamp(4rem,5.7vw,6.7rem);line-height:1.02;letter-spacing:-.045em;margin:0}
.insights-hero h1 span{color:var(--gold)}
.insights-hero-summary{max-width:790px;font-size:1.08rem;line-height:1.7;color:rgba(255,255,255,.78)}
.insights-hero .button{margin-top:20px}

.insights-current{padding:72px 0;background:linear-gradient(180deg,#071727,#061321)}
.current-exhibition-card{position:relative;display:grid;grid-template-columns:110px 1.35fr .65fr;border:1px solid rgba(255,255,255,.2);background:rgba(8,28,46,.78);min-height:350px}
.current-exhibition-index{display:flex;align-items:flex-start;justify-content:center;padding-top:38px;border-right:1px solid rgba(255,255,255,.16);font:700 1rem var(--sans);letter-spacing:.18em;color:var(--gold)}
.current-exhibition-copy{padding:42px 44px}
.insight-status{margin:0 0 16px;color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.current-exhibition-copy h2{font-size:clamp(2.25rem,3.1vw,3.7rem);line-height:1.08;margin:0 0 18px}
.current-exhibition-copy>p:not(.insight-status){max-width:760px;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.65}
.artifact-meta{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.artifact-meta span{padding:9px 12px;border:1px solid rgba(225,163,58,.3);font-size:.68rem;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.artifact-link{display:inline-block;color:var(--gold-light);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.current-exhibition-plaque{padding:42px 32px;border-left:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.025)}
.current-exhibition-plaque span{display:block;color:var(--gold);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:16px}
.current-exhibition-plaque p{font-family:var(--serif);font-size:1.35rem;line-height:1.45;color:rgba(255,255,255,.82)}

.insights-gallery{padding:78px 0;background:#091b2e}
.insights-section-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:end;margin-bottom:36px}
.insights-section-intro.compact{align-items:center}
.insights-section-intro h2{font-size:clamp(2.45rem,3.4vw,3.8rem);line-height:1.08;margin:0}
.insights-section-intro>p{color:rgba(255,255,255,.7);line-height:1.68;margin:0}
.insights-collection-filters{display:flex;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);margin-bottom:30px}
.insights-collection-filters button{appearance:none;border:0;border-right:1px solid rgba(255,255,255,.14);padding:14px 17px;background:transparent;color:rgba(255,255,255,.66);font:750 .67rem var(--sans);letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
.insights-collection-filters button:hover,.insights-collection-filters button.active{background:rgba(225,163,58,.08);color:var(--gold-light)}
.insights-thought-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}
.thought-card{display:flex;flex-direction:column;min-height:295px;padding:29px 27px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);background:rgba(6,19,33,.58);transition:background .22s ease,transform .22s ease,opacity .2s ease}
.thought-card:hover{background:rgba(225,163,58,.055);transform:translateY(-2px)}
.thought-card-feature{grid-column:span 2;background:linear-gradient(145deg,rgba(27,57,83,.9),rgba(6,19,33,.7))}
.thought-card-wide{grid-column:span 2}
.thought-card[hidden]{display:none}
.thought-category{margin:0 0 20px;color:var(--gold);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.thought-card h3{font-size:1.75rem;line-height:1.18;margin:0 0 15px}
.thought-card-feature h3{font-size:2.3rem}
.thought-card>p:not(.thought-category){color:rgba(255,255,255,.67);font-size:.9rem;line-height:1.58}
.thought-state{margin-top:auto;color:rgba(255,255,255,.43);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.gallery-empty{padding:30px;border:1px solid rgba(255,255,255,.2);text-align:center;color:rgba(255,255,255,.68)}

.insights-reading-room{padding:72px 0;background:linear-gradient(180deg,#071727,#061321)}
.reading-room-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2)}
.reading-room-grid article{padding:34px 31px;min-height:330px;border-right:1px solid rgba(255,255,255,.18)}
.reading-room-grid article:last-child{border-right:0}
.reading-room-grid img{width:56px;height:56px;margin-bottom:25px}
.reading-room-label{color:var(--gold);font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.reading-room-grid h3{font-size:1.85rem;line-height:1.2}
.reading-room-grid article>p:not(.reading-room-label){color:rgba(255,255,255,.68);line-height:1.6}
.reading-room-grid article>span{display:block;margin-top:27px;color:rgba(255,255,255,.42);font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

.insights-perspectives{padding:0;background:#061321}
.perspectives-grid{display:grid;grid-template-columns:1fr 1fr;padding-top:72px;padding-bottom:72px}
.perspective-panel{padding:45px 43px;border:1px solid rgba(255,255,255,.2);min-height:390px}
.perspective-panel+ .perspective-panel{border-left:0}
.perspective-panel.retrospective{background:linear-gradient(145deg,#0d2944,#071727)}
.perspective-panel.foresight{background:linear-gradient(145deg,#122c46,#081a2c)}
.perspective-panel h2{font-size:2.65rem;line-height:1.08}
.perspective-panel>p:not(.eyebrow){color:rgba(255,255,255,.7);line-height:1.65}
.perspective-placeholder{margin-top:30px;padding:19px;border-left:2px solid var(--gold);background:rgba(255,255,255,.035);color:rgba(255,255,255,.52);font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}

.insights-permanent{padding:76px 0;background:#0b2035}
.permanent-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.2)}
.permanent-grid article{position:relative;padding:32px 28px;min-height:240px;border-right:1px solid rgba(255,255,255,.18)}
.permanent-grid article:last-child{border-right:0}
.permanent-grid span{display:block;color:var(--gold);font-size:.68rem;font-weight:800;letter-spacing:.14em;margin-bottom:29px}
.permanent-grid h3{font-size:1.65rem}
.permanent-grid p{color:rgba(255,255,255,.67);font-size:.88rem;line-height:1.58}

.insights-quote{padding:92px 0;background:#061321;text-align:center}
.insights-quote blockquote{font-size:clamp(2.4rem,4vw,4.7rem);line-height:1.1;margin:0}

.insights-briefings{padding:72px 0;background:linear-gradient(135deg,var(--navy-light),var(--navy-mid))}
.briefings-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.briefings-layout h2{font-size:2.75rem;line-height:1.08;margin-bottom:18px}
.briefings-layout>div>p:last-child{color:rgba(255,255,255,.67);line-height:1.65}
.briefings-form{padding:31px;border:1px solid rgba(225,163,58,.45);background:rgba(6,19,33,.55)}
.briefings-form label{display:block;margin-bottom:9px;color:var(--gold-light);font-size:.69rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.briefings-form>div{display:flex}
.briefings-form input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.25);border-right:0;background:#f4eee5;padding:14px 15px;color:#111827;font:1rem var(--sans)}
.briefings-form .button{white-space:nowrap}
.briefings-form>p{min-height:20px;margin:12px 0 0;color:rgba(255,255,255,.7);font-size:.78rem}

.insights-closing{padding:58px 0;background:#061321;border-top:1px solid rgba(255,255,255,.12)}
.insights-closing-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.insights-closing h2{font-size:2.55rem;line-height:1.08;margin:0}

@media(max-width:1100px){
  .insights-thought-grid{grid-template-columns:repeat(2,1fr)}
  .thought-card-feature,.thought-card-wide{grid-column:span 1}
  .permanent-grid{grid-template-columns:repeat(2,1fr)}
  .permanent-grid article:nth-child(2){border-right:0}
  .permanent-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
}
@media(max-width:850px){
  .current-exhibition-card{grid-template-columns:75px 1fr}
  .current-exhibition-plaque{grid-column:1/-1;border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .insights-section-intro,.briefings-layout{grid-template-columns:1fr;gap:27px}
  .reading-room-grid{grid-template-columns:1fr}
  .reading-room-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .reading-room-grid article:last-child{border-bottom:0}
  .perspectives-grid{grid-template-columns:1fr}
  .perspective-panel+ .perspective-panel{border-left:1px solid rgba(255,255,255,.2);border-top:0}
}
@media(max-width:620px){
  .insights-hero{min-height:auto}
  .insights-hero-inner{padding:62px 0}
  .insights-hero h1{font-size:3.45rem}
  .current-exhibition-card{display:block}
  .current-exhibition-index{justify-content:flex-start;padding:21px 25px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .current-exhibition-copy,.current-exhibition-plaque{padding:29px 25px}
  .insights-thought-grid,.permanent-grid{grid-template-columns:1fr}
  .permanent-grid article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)}
  .permanent-grid article:last-child{border-bottom:0}
  .perspectives-grid{padding-left:0;padding-right:0}
  .briefings-form>div{display:grid}
  .briefings-form input{border-right:1px solid rgba(255,255,255,.25);border-bottom:0}
  .insights-closing-inner{flex-direction:column;align-items:flex-start}
}
/* === SPRINT 011 EXECUTIVE INSIGHTS END === */

/* ==========================================================
   SPRINT 016 — EXECUTIVE DESIGN SYSTEM
   Unified interaction standards across all pages
   ========================================================== */

:root{
  --executive-hover-bg:linear-gradient(145deg,rgba(31,63,91,.90),rgba(7,25,42,.82));
  --executive-hover-border:rgba(225,163,58,.70);
  --executive-hover-shadow:0 14px 34px rgba(0,0,0,.22);
  --executive-transition:.28s ease;
}

/* Unified card motion */
.exec-card,
.leadership-card,
.lens-principle-grid article,
.thought-card,
.engagement-card,
.reading-room-grid article,
.permanent-grid article{
  transition:
    background var(--executive-transition),
    border-color var(--executive-transition),
    transform var(--executive-transition),
    box-shadow var(--executive-transition),
    filter var(--executive-transition);
}

/* Unified card hover/focus */
.exec-card:hover,
.exec-card:focus-within,
.leadership-card:hover,
.leadership-card:focus-within,
.lens-principle-grid article:hover,
.lens-principle-grid article:focus-within,
.thought-card:hover,
.thought-card:focus-within,
.engagement-card:hover,
.engagement-card:focus-within,
.reading-room-grid article:hover,
.reading-room-grid article:focus-within,
.permanent-grid article:hover,
.permanent-grid article:focus-within{
  background:var(--executive-hover-bg);
  border-color:var(--executive-hover-border);
  transform:translateY(-4px);
  box-shadow:var(--executive-hover-shadow);
  z-index:1;
}

/* Unified icon response */
.exec-card img,
.leadership-card img,
.lens-principle-grid article img,
.engagement-card img,
.reading-room-grid article img{
  transition:filter var(--executive-transition);
}

.exec-card:hover img,
.exec-card:focus-within img,
.leadership-card:hover img,
.leadership-card:focus-within img,
.lens-principle-grid article:hover img,
.lens-principle-grid article:focus-within img,
.engagement-card:hover img,
.engagement-card:focus-within img,
.reading-room-grid article:hover img,
.reading-room-grid article:focus-within img{
  filter:brightness(1.15);
}

/* Unified button response */
.button,
.header-cta{
  transition:
    background var(--executive-transition),
    color var(--executive-transition),
    border-color var(--executive-transition),
    transform var(--executive-transition),
    box-shadow var(--executive-transition);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.button-gold:hover,
.button-gold:focus-visible,
.header-cta:hover,
.header-cta:focus-visible{
  background:linear-gradient(135deg,#f3cb79,var(--gold));
  color:var(--navy);
  border-color:var(--gold-light);
}

.button-outline:hover,
.button-outline:focus-visible{
  background:rgba(225,163,58,.10);
  border-color:var(--gold-light);
}

/* Unified text-link response */
.engagement-link,
.artifact-link,
.quote-action a,
.site-footer nav a{
  transition:
    color .25s ease,
    letter-spacing .25s ease,
    opacity .25s ease;
}

.engagement-link:hover,
.engagement-link:focus-visible,
.artifact-link:hover,
.artifact-link:focus-visible,
.quote-action a:hover,
.quote-action a:focus-visible,
.site-footer nav a:hover,
.site-footer nav a:focus-visible{
  color:#fff;
  text-decoration:none;
}

/* Unified keyboard focus */
:focus-visible{
  outline:3px solid var(--gold-light);
  outline-offset:4px;
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .exec-card:hover,
  .exec-card:focus-within,
  .leadership-card:hover,
  .leadership-card:focus-within,
  .lens-principle-grid article:hover,
  .lens-principle-grid article:focus-within,
  .thought-card:hover,
  .thought-card:focus-within,
  .engagement-card:hover,
  .engagement-card:focus-within,
  .reading-room-grid article:hover,
  .reading-room-grid article:focus-within,
  .permanent-grid article:hover,
  .permanent-grid article:focus-within,
  .button:hover,
  .button:focus-visible,
  .header-cta:hover,
  .header-cta:focus-visible{
    transform:none;
  }
}
