:root {
  --ink:#07111f; --ink-2:#0b1c2f; --paper:#f5f1ea; --cream:#ebe4da; --white:#fff;
  --gold:#d39a38; --amber:#e5a235; --violet:#9a63d6; --cyan:#2ca6b7; --lime:#a5b94f;
  --muted:#aab5c3; --line:rgba(255,255,255,.15); --dark-line:rgba(7,17,31,.15);
  --serif: Georgia, 'Times New Roman', serif; --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow:0 20px 50px rgba(4,12,22,.18); --radius:18px; --shell:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6} img{display:block;max-width:100%} a{color:inherit;text-decoration:none} button{font:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:absolute;left:-999px;top:0}.skip-link:focus{left:15px;top:15px;z-index:1000;background:#fff;padding:10px 14px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(4,12,23,.55);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);transition:background .25s ease}.nav-wrap{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;color:white;min-width:max-content}.brand-mark{font-family:var(--serif);font-style:italic;font-size:30px;color:var(--gold);line-height:1}.brand-copy{display:grid;line-height:1.05;text-transform:uppercase;letter-spacing:.08em}.brand-copy strong{font-size:13px}.brand-copy small{font-size:8px;color:var(--gold);margin-top:5px}.site-nav{display:flex;gap:24px;margin-left:auto}.site-nav a{color:#e9eef4;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.site-nav a:hover{color:var(--gold)}.menu-button{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:13px 20px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;border:1px solid transparent;transition:.25s}.button:hover{transform:translateY(-2px)}.button-outline{color:white;border-color:rgba(211,154,56,.75)}.button-gold{border-color:var(--gold);color:white;background:rgba(6,13,22,.42)}.text-link{color:white;font-size:13px;border-bottom:1px solid rgba(255,255,255,.4)}
.section{padding:110px 0}.section-dark{background:var(--ink);color:white}.section-dark-soft{background:#111821;color:white}.section-light{background:var(--paper)}.section-cream{background:var(--cream)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:700;font-size:11px;color:var(--gold);margin:0 0 16px}.section-heading h2,.stories-head h2,.beyond-copy h2,.contact-grid h2{font-family:var(--serif);font-weight:400;line-height:1.06;margin:0;font-size:clamp(38px,5vw,68px)}.centered{text-align:center;max-width:820px;margin:0 auto 55px}.centered>p:last-child{max-width:650px;margin:18px auto 0;color:#bec8d3}
.hero{min-height:820px;position:relative;display:flex;align-items:center;padding-top:76px;overflow:hidden}.hero-art{position:absolute;inset:0;background:url('../images/hero-flow.webp') left center/cover no-repeat;opacity:.68}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,21,.78) 0%,rgba(4,11,21,.35) 50%,rgba(4,11,21,.96) 82%),linear-gradient(0deg,rgba(4,11,21,.85),transparent 35%)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(270px,.55fr);gap:70px;align-items:center}.hero-copy{max-width:720px}.hero h1{font-family:var(--serif);font-size:clamp(48px,6.5vw,86px);font-weight:400;line-height:.98;margin:0 0 28px;letter-spacing:-.03em}.hero-intro{max-width:600px;font-size:18px;color:#d7dee7}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:35px}.hero-outcome{align-self:end;border-left:2px solid var(--gold);padding-left:28px;margin-bottom:45px}.hero-outcome h2{font-family:var(--serif);font-weight:400;font-size:36px;line-height:1.06}.hero-outcome p:last-child{color:#c8d1dd}.gold{color:var(--gold)}.violet{color:var(--violet)}.amber{color:var(--amber)}.cyan{color:var(--cyan)}.lime{color:var(--lime)}
.intro-grid{display:grid;grid-template-columns:.8fr 1fr .62fr;gap:60px;align-items:start}.leadership-copy .lead{font-family:var(--serif);font-size:28px;line-height:1.35;margin-top:0}.leadership-copy p:not(.lead){color:#46515f}.portrait-card{background:var(--ink);color:white;padding:16px;box-shadow:var(--shadow)}.portrait-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.portrait-card div{padding:18px 6px 6px}.portrait-card strong,.portrait-card span{display:block}.portrait-card span{color:#aab5c3;font-size:12px;margin-top:6px}
.foundation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.foundation-card{background:#18222f;border:1px solid rgba(255,255,255,.09);overflow:hidden}.foundation-card img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.8)}.foundation-card .card-body{padding:24px;position:relative}.foundation-card h3{font-family:var(--serif);font-size:30px;margin:0 0 12px}.foundation-card p{color:#c4ced8;font-size:14px}.foundation-card .number{position:absolute;right:20px;top:18px;font-size:11px;color:#8391a1}.foundation-card.people{border-top:4px solid var(--violet)}.foundation-card.customers{border-top:4px solid var(--amber)}.foundation-card.operations{border-top:4px solid var(--cyan)}.foundation-card.growth{border-top:4px solid var(--lime)}
.outcome-strip{background:linear-gradient(90deg,#09213a,#06121f);color:white;padding:48px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.outcome-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:24px;align-items:center}.outcome-grid>div{display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto;column-gap:15px}.outcome-icon{grid-row:1/3;width:54px;height:54px;border:1px solid #5682af;border-radius:50%;display:grid;place-items:center;font-size:24px}.outcome-grid strong{align-self:end}.outcome-grid small{color:#aebccc}.arrow{color:var(--gold);font-size:22px}
.stories-head{display:flex;justify-content:space-between;gap:80px;align-items:end;margin-bottom:42px}.stories-head>p{max-width:420px;color:#53606d}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.story-card{position:relative;min-height:510px;background:var(--ink);color:white;overflow:hidden}.story-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,10,18,.98),rgba(3,10,18,.15) 65%)}.story-content{position:absolute;inset:auto 0 0;padding:25px}.story-content h3{font-family:var(--serif);font-size:27px;line-height:1.08;font-weight:400;margin:0 0 12px}.story-content>p:not(.eyebrow){font-size:13px;color:#d3dce5}.story-toggle{background:none;border:0;color:var(--gold);padding:0;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700;cursor:pointer}.story-detail{display:none;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;max-height:230px;overflow:auto}.story-card.open{min-height:650px}.story-card.open .story-detail{display:block}.story-detail blockquote{margin:14px 0 0;border-left:2px solid var(--gold);padding-left:12px;color:#e5c687}
.evidence-layout{display:grid;grid-template-columns:.4fr 1fr;gap:65px;align-items:start}.evidence .section-heading h2{font-size:56px}.evidence .section-heading>p:last-of-type{color:#4c5965}.evidence-tabs{display:grid;gap:8px;margin-top:32px}.tab{text-align:left;background:transparent;border:1px solid var(--dark-line);padding:14px 16px;cursor:pointer}.tab.active,.tab:hover{background:var(--ink);color:white;border-color:var(--ink)}.evidence-viewer{background:white;padding:18px;box-shadow:var(--shadow)}.evidence-panel{display:none;margin:0}.evidence-panel.active{display:block}.evidence-panel img{width:100%;max-height:620px;object-fit:contain;background:#f0f2f4}.evidence-panel figcaption{display:grid;grid-template-columns:.35fr 1fr;gap:25px;padding:20px 6px 5px}.evidence-panel figcaption span{color:#5a6672;font-size:13px}.confidentiality-note{font-size:10px;color:#68727b;border-top:1px solid #ddd;padding:12px 6px 0;margin:12px 0 0}
.testimonials{padding-bottom:125px}.quote-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.15)}.quote-card{margin:0;background:var(--ink);padding:30px}.quote-card p{font-family:var(--serif);font-size:24px;line-height:1.35;margin:0 0 24px}.quote-card footer{font-size:11px;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}
.beyond-grid{display:grid;grid-template-columns:.75fr 1fr 1fr;gap:18px;align-items:stretch}.beyond-copy{padding-right:35px}.beyond-copy p:last-child{color:#52606d}.beyond-img{width:100%;height:100%;min-height:390px;object-fit:cover}.contact-section{background:linear-gradient(100deg,#102537,#0d4850);color:white;padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr .48fr;gap:70px;align-items:center}.contact-grid h2{font-size:48px}.contact-links{display:grid;gap:15px}.contact-links a{border-bottom:1px solid rgba(255,255,255,.35);padding:15px 0;display:flex;justify-content:space-between}.site-footer{background:#02070d;color:white;padding:25px 0}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-grid p{font-size:11px;color:#8290a0}.footer-grid>a{justify-self:end;font-size:11px;color:#a8b4c1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:1050px){.site-nav{display:none}.menu-button{display:block;margin-left:auto;background:none;border:1px solid rgba(255,255,255,.25);color:white;padding:8px 12px}.site-nav.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#06101b;padding:25px;flex-direction:column}.nav-cta{display:none}.hero-grid{grid-template-columns:1fr}.hero-outcome{max-width:400px}.intro-grid{grid-template-columns:1fr 1fr}.portrait-card{grid-column:1/3;display:grid;grid-template-columns:200px 1fr;align-items:center}.foundation-grid,.story-grid,.quote-grid{grid-template-columns:repeat(2,1fr)}.outcome-grid{grid-template-columns:1fr 1fr}.outcome-grid .arrow{display:none}.evidence-layout{grid-template-columns:1fr}.beyond-grid{grid-template-columns:1fr 1fr}.beyond-copy{grid-column:1/3}.contact-grid{grid-template-columns:1fr}}
@media(max-width:680px){:root{--shell:min(100% - 28px,1180px)}.section{padding:78px 0}.nav-wrap{height:66px}.brand-copy{display:none}.hero{min-height:780px;padding-top:66px}.hero-art{background-position:35% center}.hero-overlay{background:linear-gradient(90deg,rgba(4,11,21,.9),rgba(4,11,21,.62)),linear-gradient(0deg,rgba(4,11,21,.9),transparent)}.hero h1{font-size:49px}.hero-actions{align-items:flex-start;flex-direction:column}.intro-grid,.foundation-grid,.story-grid,.quote-grid,.beyond-grid{grid-template-columns:1fr}.portrait-card{grid-column:auto;display:block}.outcome-grid{grid-template-columns:1fr}.stories-head{display:block}.stories-head>p{margin-top:25px}.evidence-panel figcaption{grid-template-columns:1fr}.beyond-copy{grid-column:auto}.contact-grid h2{font-size:40px}.footer-grid{grid-template-columns:1fr;text-align:center;gap:15px}.footer-grid .brand{justify-content:center}.footer-grid>a{justify-self:center}.story-card{min-height:480px}.section-heading h2,.stories-head h2,.beyond-copy h2{font-size:43px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button:hover{transform:none}}

/* Version 1.1 refinements */
.clarity-white{color:#fff;font-weight:700;text-shadow:0 0 18px rgba(255,255,255,.15)}
.hero{min-height:850px}
.hero-art{background-position:center center;opacity:.86}
.hero-overlay{background:linear-gradient(90deg,rgba(4,11,21,.08) 0%,rgba(4,11,21,.12) 48%,rgba(4,11,21,.88) 69%,rgba(4,11,21,.98) 100%),linear-gradient(0deg,rgba(4,11,21,.76),transparent 30%)}
.hero-grid{grid-template-columns:1.25fr .78fr;gap:35px}
.hero-right{grid-column:2;display:flex;flex-direction:column;justify-content:center;min-height:690px;padding-top:35px}
.hero-copy{max-width:560px;margin-left:auto}
.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.01}
.hero-intro{font-size:16px;max-width:520px}
.hero-outcome{align-self:auto;margin:35px 0 0 auto;max-width:520px;border-left:0;border-top:2px solid var(--gold);padding:20px 0 0;width:100%}
.hero-outcome h2{font-size:31px;margin:0 0 12px}.hero-outcome p{margin:0}
.foundation-card img{filter:none}
.foundation-card.people img{object-position:center 38%}
.foundation-card.customers img{object-position:center center}
.foundation-card.operations img{object-position:center 55%}
.story-grid{align-items:start}
.story-card{min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--ink)}
.story-card>img{position:relative;inset:auto;width:100%;height:245px;object-fit:cover}
.story-card:first-child>img{object-position:center 62%}
.story-card:nth-child(3)>img{object-position:center center}
.story-card:nth-child(4)>img{object-position:center center}
.story-gradient{display:none}
.story-content{position:relative;inset:auto;padding:25px;display:flex;flex-direction:column;flex:1}
.story-content h3{min-height:88px}
.story-content>p:not(.eyebrow){min-height:64px}
.story-toggle{margin-top:auto;text-align:left;padding-top:12px}
.story-detail{display:none;max-height:none;overflow:visible;margin-top:20px;padding-top:18px}
.story-card.open{min-height:0;grid-column:span 2}
.story-card.open .story-detail{display:block}
.story-card.open>img{height:310px}
.evidence-panel img{max-height:680px}
@media(max-width:1050px){.hero-grid{grid-template-columns:.8fr 1fr}.hero-right{grid-column:2}.story-card.open{grid-column:span 2}}
@media(max-width:680px){.hero-art{background-position:35% center;opacity:.58}.hero-overlay{background:linear-gradient(90deg,rgba(4,11,21,.78),rgba(4,11,21,.96))}.hero-grid{grid-template-columns:1fr}.hero-visual-space{display:none}.hero-right{grid-column:1;min-height:680px}.hero-copy{margin-left:0}.story-card.open{grid-column:auto}.story-content h3,.story-content>p:not(.eyebrow){min-height:0}}


/* Version 1.2 refinements */
/* Keep the full visual metaphor visible at mainstream desktop resolutions. */
.hero{min-height:780px}
.hero-art{
  inset:76px 39% 0 0;
  background-size:contain;
  background-position:left center;
  background-repeat:no-repeat;
  opacity:.92;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(4,11,21,.04) 0%,rgba(4,11,21,.08) 47%,rgba(4,11,21,.77) 68%,rgba(4,11,21,.98) 100%),
    linear-gradient(0deg,rgba(4,11,21,.62),transparent 28%);
}
.hero-grid{grid-template-columns:minmax(480px,1.28fr) minmax(430px,.72fr)}
.hero-right{min-height:630px}
.hero h1{font-size:clamp(46px,4.8vw,72px)}

/* Selected story expands while the remaining stories visibly recede. */
.story-grid{transition:grid-template-columns .42s ease,gap .42s ease}
.story-card{transition:transform .38s ease,opacity .38s ease,filter .38s ease,box-shadow .38s ease}
.story-card.deemphasised{transform:scale(.955);opacity:.48;filter:saturate(.45) brightness(.8)}
.story-card.open{transform:translateY(-10px) scale(1.012);opacity:1;filter:none;box-shadow:0 28px 65px rgba(4,12,22,.32);z-index:2}
.story-card.open .story-detail{animation:storyReveal .38s ease both}
@keyframes storyReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

/* Morgan joins the Beyond Work team. */
.beyond-grid{grid-template-columns:.72fr 1fr 1fr .78fr}
.morgan-card{margin:0;position:relative;min-width:0;background:var(--ink);overflow:hidden}
.morgan-card .beyond-img{min-height:390px;object-position:center 72%}
.morgan-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:38px 20px 18px;color:white;background:linear-gradient(0deg,rgba(3,10,18,.94),transparent)}
.morgan-card figcaption strong,.morgan-card figcaption span{display:block}
.morgan-card figcaption strong{font-family:var(--serif);font-size:25px;font-weight:400}
.morgan-card figcaption span{font-size:11px;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-top:3px}

@media(max-width:1500px){
  .hero-art{right:41%;background-size:contain}
  .hero-grid{grid-template-columns:minmax(430px,1.12fr) minmax(420px,.88fr)}
  .hero h1{font-size:clamp(44px,4.35vw,66px)}
}
@media(max-width:1180px){
  .hero-art{right:35%;opacity:.65}
  .hero-overlay{background:linear-gradient(90deg,rgba(4,11,21,.2),rgba(4,11,21,.94) 61%)}
  .hero-grid{grid-template-columns:.7fr 1fr}
  .beyond-grid{grid-template-columns:1fr 1fr}
  .beyond-copy{grid-column:1/3}
}
@media(max-width:1050px){
  .hero-art{inset:76px 0 0 0;background-size:cover;background-position:32% center;opacity:.42}
  .hero-grid{grid-template-columns:1fr}
  .hero-right{grid-column:1;max-width:650px;margin-left:auto}
  .story-card.deemphasised{transform:scale(.97)}
}
@media(max-width:680px){
  .hero-art{inset:66px 0 0 0;background-size:cover;background-position:27% center}
  .hero-right{margin:0;min-height:660px}
  .story-card.deemphasised{opacity:.7;transform:scale(.985)}
  .beyond-grid{grid-template-columns:1fr}
  .beyond-copy{grid-column:auto}
}

/* Version 1.3 refinements */
/* Return to the cinematic v1.1 hero treatment while revealing more of the left-side artwork. */
.hero{
  min-height:820px;
  padding-top:76px;
}
.hero-art{
  inset:76px 0 0 0;
  background-size:auto 100%;
  background-position:left center;
  background-repeat:no-repeat;
  opacity:.72;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(4,11,21,.10) 0%,rgba(4,11,21,.13) 45%,rgba(4,11,21,.72) 61%,rgba(4,11,21,.97) 78%,rgba(4,11,21,.99) 100%),
    linear-gradient(0deg,rgba(4,11,21,.74),transparent 34%);
}
.hero-grid{
  grid-template-columns:minmax(0,1.22fr) minmax(430px,.78fr);
  gap:42px;
}
.hero-right{
  grid-column:2;
  min-height:700px;
  padding-top:32px;
}
.hero-copy{max-width:590px;margin-left:auto}
.hero h1{font-size:clamp(48px,5vw,74px)}

/* Keep all four stories on one row. The selected story grows; the others recede. */
.story-grid{
  display:flex;
  align-items:stretch;
  gap:12px;
  overflow:visible;
}
.story-card{
  flex:1 1 0;
  min-width:0;
  grid-column:auto !important;
}
.story-card.open{
  flex:2.15 1 0;
  min-height:0;
  grid-column:auto !important;
}
.story-card.deemphasised{
  flex:.68 1 0;
}
.story-card.open>img{height:310px}
.story-card.deemphasised .story-content h3{font-size:22px}
.story-card.deemphasised .story-content>p:not(.eyebrow){font-size:12px}
.story-card.deemphasised .story-detail{display:none !important}

/* Morgan remains one of the original two images, with the title overlaid on his photo. */
.beyond-grid{grid-template-columns:.75fr 1fr 1fr}
.morgan-card{margin:0;position:relative;min-width:0;background:var(--ink);overflow:hidden}
.morgan-card .beyond-img{min-height:390px;object-position:center 58%}
.morgan-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:48px 24px 20px;color:white;background:linear-gradient(0deg,rgba(3,10,18,.92),transparent)}
.morgan-card figcaption strong,.morgan-card figcaption span{display:block}
.morgan-card figcaption strong{font-family:var(--serif);font-size:27px;font-weight:400}
.morgan-card figcaption span{font-size:11px;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-top:3px}

@media(max-width:1500px){
  .hero-art{background-size:auto 100%;background-position:-5vw center}
  .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)}
  .hero h1{font-size:clamp(46px,4.65vw,68px)}
}
@media(max-width:1180px){
  .hero-art{background-size:cover;background-position:31% center;opacity:.52}
  .hero-overlay{background:linear-gradient(90deg,rgba(4,11,21,.22),rgba(4,11,21,.94) 60%)}
  .hero-grid{grid-template-columns:.68fr 1fr}
  .story-grid{display:grid;grid-template-columns:repeat(2,1fr)}
  .story-card,.story-card.open,.story-card.deemphasised{flex:none;transform:none;opacity:1;filter:none}
  .story-card.open{grid-column:span 2 !important}
  .beyond-grid{grid-template-columns:1fr 1fr}
  .beyond-copy{grid-column:1/3}
}
@media(max-width:680px){
  .hero-art{background-size:cover;background-position:28% center;opacity:.44}
  .hero-grid{grid-template-columns:1fr}
  .hero-right{grid-column:1;min-height:680px;margin:0}
  .story-grid{grid-template-columns:1fr}
  .story-card.open{grid-column:auto !important}
  .beyond-grid{grid-template-columns:1fr}
  .beyond-copy{grid-column:auto}
}

/* =========================================================
   Version 2.3 — Executive Signature Sequence
   Four foundations appear individually, then return together.
   Clarity is the permanent outcome. Calm fades only.
   ========================================================= */
:root{
  --people:#2f9dff;
  --operations:#24c6a3;
  --growth:#f0aa2b;
  --customers:#a965e8;
  --hero-top:76px;
  --join-y:53.1%;
}

.hero-v2{
  min-height:clamp(760px,84vh,920px);
  height:auto;
  padding:var(--hero-top) 0 0;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:block;
  background:#03101f;
}
.hero-v2 .hero-art{
  position:absolute;
  inset:var(--hero-top) 0 0;
  background:url('../images/hero-flow.webp') center center/100% 100% no-repeat;
  opacity:.94;
  z-index:0;
}
.hero-dimmer{
  position:absolute;
  inset:var(--hero-top) 0 0;
  z-index:1;
  background:rgba(2,10,20,.13);
  pointer-events:none;
}
.hero-signature{
  position:absolute;
  inset:0;
  z-index:7;
  pointer-events:none;
}

/* The four concepts occupy fixed compass points in the open map area. */
.foundation-constellation{
  position:absolute;
  left:54.5%;
  top:15.2%;
  width:37%;
  height:27%;
  font-family:var(--serif);
}
.foundation-node{
  position:absolute;
  margin:0;
  opacity:0;
  white-space:nowrap;
  font-size:clamp(28px,2.05vw,39px);
  line-height:1;
  font-weight:500;
  letter-spacing:-.02em;
  text-shadow:0 0 0 transparent;
}
.foundation-node span{display:block}
.foundation-node i{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:currentColor;
  opacity:0;
  box-shadow:0 0 0 currentColor;
}
.node-people{
  color:var(--people);
  top:0;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  animation:foundationSolo .9s ease .45s both, foundationReturn .72s ease 4.05s forwards;
}
.node-people i{left:50%;top:calc(100% + 12px);transform:translateX(-50%);animation:dotSolo .9s ease .45s both,dotReturn .72s ease 4.05s forwards}
.node-operations{
  color:var(--operations);
  left:0;
  top:45%;
  transform:translateY(-50%);
  text-align:right;
  animation:foundationSolo .9s ease 1.25s both, foundationReturn .72s ease 4.05s forwards;
}
.node-operations i{left:calc(100% + 15px);top:50%;transform:translateY(-50%);animation:dotSolo .9s ease 1.25s both,dotReturn .72s ease 4.05s forwards}
.node-growth{
  color:var(--growth);
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  animation:foundationSolo .9s ease 2.05s both, foundationReturn .72s ease 4.05s forwards;
}
.node-growth i{left:50%;bottom:calc(100% + 12px);transform:translateX(-50%);animation:dotSolo .9s ease 2.05s both,dotReturn .72s ease 4.05s forwards}
.node-customers{
  color:var(--customers);
  right:0;
  top:45%;
  transform:translateY(-50%);
  text-align:left;
  animation:foundationSolo .9s ease 2.85s both, foundationReturn .72s ease 4.05s forwards;
}
.node-customers i{right:calc(100% + 15px);top:50%;transform:translateY(-50%);animation:dotSolo .9s ease 2.85s both,dotReturn .72s ease 4.05s forwards}

/* Clarity sits above the existing white beam and remains after the sequence. */
.clarity-word{
  position:absolute;
  left:64.1%;
  top:42.1%;
  transform:translate(-50%,-50%);
  margin:0;
  color:#fff;
  font-family:var(--serif);
  font-size:clamp(68px,6.4vw,108px);
  line-height:.9;
  font-weight:500;
  letter-spacing:-.04em;
  opacity:0;
  text-shadow:0 0 5px rgba(255,255,255,.15);
  animation:clarityReveal .8s ease 4.62s forwards;
}

.hero-philosophy{
  position:absolute;
  left:55.7%;
  top:57.4%;
  width:min(535px,36vw);
  text-align:left;
  opacity:0;
  pointer-events:auto;
  animation:contentReveal .72s ease 5.05s forwards;
}
.hero-philosophy p{margin:0 0 13px;color:#d8e0e8;font-size:clamp(15px,1.02vw,18px);line-height:1.55}
.hero-philosophy p:first-child{font-family:var(--serif);color:#fff;font-size:clamp(22px,1.6vw,30px);line-height:1.23}
.hero-philosophy .hero-actions{margin-top:28px;display:flex;gap:23px;align-items:center}
.people-text{color:var(--people)}
.operations-text{color:var(--operations)}
.growth-text{color:var(--growth)}
.customers-text{color:var(--customers)}

.scroll-cue{
  position:absolute;z-index:7;left:50%;bottom:24px;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:8px;color:#aebbc9;
  font-size:9px;text-transform:uppercase;letter-spacing:.18em;opacity:0;
  animation:contentReveal .65s ease 5.42s forwards;
}
.scroll-cue i{display:block;width:1px;height:30px;background:linear-gradient(#d39a38,transparent);animation:scrollCue 1.8s ease-in-out infinite}
.site-header{opacity:1;transform:none}

body.hero-sequence-complete .foundation-node,
body.hero-sequence-complete .foundation-node i,
body.hero-sequence-complete .clarity-word,
body.hero-sequence-complete .hero-philosophy,
body.hero-sequence-complete .site-header,
body.hero-sequence-complete .scroll-cue{opacity:1}
body.hero-sequence-complete .site-header{transform:none}

@keyframes foundationSolo{
  0%,100%{opacity:0;text-shadow:0 0 0 transparent}
  20%{opacity:0}
  38%{opacity:1;text-shadow:0 0 10px currentColor}
  70%{opacity:1;text-shadow:0 0 5px currentColor}
  88%{opacity:0}
}
@keyframes dotSolo{
  0%,100%{opacity:0;box-shadow:0 0 0 currentColor}
  30%{opacity:.25;box-shadow:0 0 5px currentColor}
  48%{opacity:1;box-shadow:0 0 18px 5px currentColor}
  74%{opacity:.75;box-shadow:0 0 9px 2px currentColor}
  90%{opacity:0;box-shadow:0 0 0 currentColor}
}
@keyframes foundationReturn{
  from{opacity:0;text-shadow:0 0 0 transparent}
  to{opacity:.92;text-shadow:0 0 4px currentColor}
}
@keyframes dotReturn{
  from{opacity:0;box-shadow:0 0 0 currentColor}
  to{opacity:.92;box-shadow:0 0 8px 2px currentColor}
}
@keyframes clarityReveal{
  from{opacity:0;text-shadow:0 0 0 rgba(255,255,255,0)}
  to{opacity:1;text-shadow:0 0 5px rgba(255,255,255,.16)}
}
@keyframes contentReveal{from{opacity:0}to{opacity:1}}
@keyframes navReveal{to{opacity:1;transform:none}}
@keyframes scrollCue{0%,100%{opacity:.35;transform:scaleY(.55);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}

.foundation-card.people{border-top-color:var(--people)}
.foundation-card.operations{border-top-color:var(--operations)}
.foundation-card.growth{border-top-color:var(--growth)}
.foundation-card.customers{border-top-color:var(--customers)}

@media(max-width:1500px){
  .foundation-constellation{left:53.5%;width:39%;top:15.5%}
  .clarity-word{left:63.2%;top:42.2%;font-size:clamp(62px,6vw,94px)}
  .hero-philosophy{left:55.2%;width:min(490px,37vw)}
}
@media(max-width:1180px){
  .hero-v2{min-height:850px}
  .hero-v2 .hero-art{background-size:cover;background-position:36% center}
  .foundation-constellation{left:46%;top:15%;width:49%;height:26%}
  .clarity-word{left:62%;top:42%}
  .hero-philosophy{left:52%;top:57%;width:44vw}
}
@media(max-width:760px){
  :root{--hero-top:66px}
  .hero-v2{min-height:860px;padding-top:66px}
  .hero-v2 .hero-art{background-size:auto 58%;background-position:left 11%}
  .hero-dimmer{background:linear-gradient(0deg,rgba(2,10,20,.97) 43%,rgba(2,10,20,.16) 100%)}
  .foundation-constellation{left:8%;top:34%;width:84%;height:21%}
  .foundation-node{font-size:clamp(23px,7vw,34px)}
  .clarity-word{left:50%;top:58%;font-size:clamp(66px,18vw,92px)}
  .hero-philosophy{left:50%;top:67%;width:88vw;transform:translateX(-50%);text-align:center}
  .hero-philosophy .hero-actions{justify-content:center;flex-wrap:wrap}
  .scroll-cue{display:none}
}
@media(prefers-reduced-motion:reduce){
  .hero-v2 *, .site-header{animation:none!important;transition:none!important}
  .site-header,.foundation-node,.foundation-node i,.clarity-word,.hero-philosophy{opacity:1}
  .site-header{transform:none}
  .hero-dimmer{display:none}
}

/* =========================================================
   Version 2.4 — Quiet foundation sequence
   Each foundation appears individually, then disappears.
   Clarity is the only permanent outcome.
   ========================================================= */
.hero-v2{
  min-height:clamp(790px,88vh,960px);
}
.hero-v2 .hero-art{
  background-position:center center;
  background-size:100% 100%;
}
.hero-dimmer{
  background:rgba(2,10,20,.08);
}

.foundation-constellation{display:none!important}
.foundation-sequence{
  position:absolute;
  left:64.5%;
  top:26.5%;
  width:30%;
  height:90px;
  transform:translateX(-50%);
  font-family:var(--serif);
  text-align:center;
}
.sequence-word{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  font-size:clamp(42px,3.4vw,64px);
  line-height:1;
  font-weight:500;
  letter-spacing:-.025em;
  white-space:nowrap;
  text-shadow:0 0 0 currentColor;
}
.sequence-people{color:var(--people);animation:foundationWord 1.91s ease .60s both}
.sequence-operations{color:var(--operations);animation:foundationWord 1.91s ease 2.55s both}
.sequence-growth{color:var(--growth);animation:foundationWord 1.91s ease 4.51s both}
.sequence-customers{color:var(--customers);animation:foundationWord 1.91s ease 6.46s both}

/* Final composition matches the approved Image 2 direction. */
.clarity-word{
  left:64.5%;
  top:45.2%;
  font-size:clamp(76px,7.2vw,118px);
  animation:clarityReveal 0.98s ease 8.54s forwards;
}
.hero-philosophy{
  left:54.0%;
  top:58.6%;
  width:min(600px,39vw);
  animation:contentReveal .77s ease 9.05s forwards;
}
.hero-philosophy p:first-child{
  font-size:clamp(25px,1.75vw,34px);
  line-height:1.24;
}
.hero-philosophy p{
  font-size:clamp(16px,1.08vw,19px);
  line-height:1.55;
}
.site-header{animation:navReveal .64s ease 9.44s forwards}
.scroll-cue{animation:contentReveal .60s ease 9.65s forwards}

body.hero-sequence-complete .sequence-word{opacity:0}
body.hero-sequence-complete .clarity-word,
body.hero-sequence-complete .hero-philosophy,
body.hero-sequence-complete .site-header,
body.hero-sequence-complete .scroll-cue{opacity:1}
body.hero-sequence-complete .site-header{transform:none}

@keyframes foundationWord{
  0%{opacity:0;text-shadow:0 0 0 currentColor}
  14%{opacity:0}
  30%{opacity:1;text-shadow:0 0 10px currentColor}
  69%{opacity:1;text-shadow:0 0 5px currentColor}
  88%{opacity:0;text-shadow:0 0 0 currentColor}
  100%{opacity:0}
}

@media(max-width:1500px){
  .foundation-sequence{left:63.7%;top:25.7%;width:34%}
  .clarity-word{left:63.7%;top:45.1%}
  .hero-philosophy{left:53.6%;top:58.4%;width:min(560px,40vw)}
}
@media(max-width:1180px){
  .hero-v2 .hero-art{background-size:cover;background-position:36% center}
  .foundation-sequence{left:62%;top:25%;width:44%}
  .clarity-word{left:62%;top:45%}
  .hero-philosophy{left:51.5%;top:58.3%;width:45vw}
}
@media(max-width:760px){
  .hero-v2{min-height:900px}
  .hero-v2 .hero-art{background-size:auto 58%;background-position:left 10%}
  .foundation-sequence{left:50%;top:37%;width:88%;height:70px}
  .sequence-word{font-size:clamp(36px,11vw,54px)}
  .clarity-word{left:50%;top:57%;font-size:clamp(68px,19vw,98px)}
  .hero-philosophy{left:50%;top:67%;width:88vw;transform:translateX(-50%);text-align:center}
}
@media(prefers-reduced-motion:reduce){
  .foundation-sequence{display:none}
  .clarity-word,.hero-philosophy,.site-header{opacity:1!important;animation:none!important}
}

/* =========================================================
   Version 2.5 — Hero optical balance refinement
   The four foundation words and Clarity share one focal point.
   The philosophy sits fully below the white beam.
   ========================================================= */
.foundation-sequence{
  left:72.2%;
  top:31.5%;
  width:31%;
  height:105px;
}
.sequence-word{
  font-size:clamp(46px,3.75vw,70px);
}
.clarity-word{
  left:72.2%;
  top:calc(31.5% + 50px);
  font-size:clamp(72px,6.7vw,110px);
  animation:clarityFocus 0.94s ease 8.54s forwards;
}
.hero-philosophy{
  left:60.2%;
  top:60.8%;
  width:min(610px,35vw);
}
.hero-philosophy p:first-child{
  font-size:clamp(25px,1.7vw,33px);
}

@keyframes clarityFocus{
  0%{opacity:0;filter:blur(1.5px)}
  18%{opacity:.85;filter:blur(.35px)}
  100%{opacity:1;filter:blur(0)}
}

@media(max-width:1500px){
  .foundation-sequence{left:70.7%;top:31%;width:35%}
  .clarity-word{left:70.7%;top:calc(31% + 50px)}
  .hero-philosophy{left:58.2%;top:60.5%;width:min(580px,39vw)}
}
@media(max-width:1180px){
  .foundation-sequence{left:67.5%;top:30.5%;width:44%}
  .clarity-word{left:67.5%;top:calc(30.5% + 50px)}
  .hero-philosophy{left:54%;top:60.2%;width:44vw}
}
@media(max-width:760px){
  .foundation-sequence{left:50%;top:38%;width:88%;height:76px}
  .clarity-word{left:50%;top:calc(38% + 50px);font-size:clamp(64px,18vw,92px)}
  .hero-philosophy{left:50%;top:67%;width:88vw;transform:translateX(-50%);text-align:center}
}


/* =========================================================
   Version 2.6 — Alignment and timing refinement
   Only two changes from V2.5:
   1) Clarity is 50px lower.
   2) Hero sequence is approximately 15% faster.
   ========================================================= */

/* =========================================================
   Version 2.7 — navigation, accessibility and quality polish
   ========================================================= */
.top-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
[id]{scroll-margin-top:96px}
#top{scroll-margin-top:0}
.site-header{background:rgba(4,12,23,.55);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}
.site-header.is-scrolled{background:rgba(4,12,23,.94);border-bottom-color:rgba(255,255,255,.12);box-shadow:0 10px 28px rgba(0,0,0,.16)}
.site-nav a{position:relative;transition:color .2s ease}
.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.site-nav a.active,.site-nav a[aria-current="page"]{color:var(--gold)}
.site-nav a.active::after,.site-nav a[aria-current="page"]::after{transform:scaleX(1)}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:2px}
.brand:focus-visible,.footer-brand:focus-visible{outline-offset:8px}
.story-toggle:focus-visible,.tab:focus-visible{outline-offset:3px}
main:focus{outline:none}
@media(max-width:1050px){
  .site-nav a::after{display:none}
  .site-nav.open{box-shadow:0 18px 36px rgba(0,0,0,.28)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

/* =========================================================
   Version 3.0 — Interactive Support Agreements evidence
   ========================================================= */
.interactive-evidence{padding-top:105px;padding-bottom:105px;background:linear-gradient(180deg,#07111f 0%,#0b1623 100%)}
.interactive-evidence-head{display:grid;grid-template-columns:.8fr 1fr;gap:70px;align-items:end;margin-bottom:42px}
.interactive-evidence-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5vw,70px);line-height:1.02;margin:0}
.interactive-evidence-copy{max-width:620px;color:#bdc8d5}
.interactive-evidence-copy .lead{font-family:var(--serif);font-size:25px;line-height:1.38;color:#fff;margin:0 0 12px}
.dashboard-stage{position:relative;width:100%;background:#161616;border:1px solid rgba(255,255,255,.14);border-radius:14px;box-shadow:0 30px 70px rgba(0,0,0,.35);overflow:visible}
.dashboard-base{display:block;width:100%;height:auto;background:#1a1a1a;border-radius:13px}
.dashboard-hotspots{position:absolute;inset:0}
.dashboard-hotspot{position:absolute;padding:0;border:0;background:rgba(255,255,255,0);cursor:help;border-radius:10px;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.dashboard-hotspot:hover,.dashboard-hotspot:focus-visible{background:rgba(211,154,56,.10);box-shadow:inset 0 0 0 2px rgba(229,162,53,.75),0 0 22px rgba(229,162,53,.18);outline:none;transform:translateY(-1px)}
.dashboard-hotspot::after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;transition:opacity .18s}
.dashboard-hotspot:focus-visible::after{opacity:1;box-shadow:0 0 0 4px rgba(255,255,255,.28)}

/* Coordinates are percentages of the 1628×824 Power BI screenshot. */
.hotspot-report{left:34.4%;top:11.9%;width:3.4%;height:5.5%}
.hotspot-active-info{left:16.6%;top:20.8%;width:2.2%;height:4.7%}
.hotspot-forecast-info{left:36.3%;top:20.8%;width:2.2%;height:4.7%}
.hotspot-won-info{left:56.1%;top:20.8%;width:2.2%;height:4.7%}
.hotspot-growth-info{left:75.8%;top:20.8%;width:2.2%;height:4.7%}
.hotspot-score-info{left:95.4%;top:20.8%;width:2.2%;height:4.7%}
.hotspot-active-value{left:1.0%;top:31.1%;width:18.4%;height:25.6%}
.hotspot-forecast-value{left:20.6%;top:31.1%;width:18.4%;height:25.6%}
.hotspot-won-value{left:40.5%;top:31.1%;width:18.4%;height:25.6%}
.hotspot-growth-value{left:60.4%;top:31.1%;width:18.4%;height:25.6%}
.hotspot-active-score{left:3.3%;top:52.6%;width:13.6%;height:12.0%}
.hotspot-forecast-score{left:23.3%;top:52.6%;width:13.6%;height:12.0%}
.hotspot-won-score{left:43.4%;top:52.6%;width:13.6%;height:12.0%}
.hotspot-growth-score{left:63.0%;top:52.6%;width:13.6%;height:12.0%}
.hotspot-overall-score{left:82.8%;top:42.8%;width:13.0%;height:18.0%}

.dashboard-popup{position:fixed;z-index:500;left:0;top:0;width:max-content;max-width:none;max-height:none;overflow:visible;transform:translateY(4px);opacity:0;pointer-events:none;background:#191919;border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 48px rgba(0,0,0,.55);transition:opacity .16s ease,transform .16s ease}
.dashboard-popup.open{opacity:1;transform:translateY(0);pointer-events:auto}
.dashboard-popup-content{padding:0;line-height:0}
.dashboard-popup-content>img{display:block;width:auto;height:auto;max-width:none;image-rendering:auto}

.active-trend-card{color:#fff;background:#1a1a1a;width:576px;height:242px;padding:8px 4px 2px;box-sizing:border-box;line-height:normal}
.active-trend-card h3{font-family:var(--sans);font-size:18px;margin:0 0 18px;font-weight:800}
.active-trend-card svg{display:block;width:568px;height:205px}
.active-trend-card .axis-label{font:12px var(--sans);fill:#7d8795}
.active-trend-card .year-label{font:12px var(--sans);fill:#8b94a1}
.dashboard-key{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.dashboard-key>div{display:grid;grid-template-columns:20px 1fr;grid-template-rows:auto auto;column-gap:12px;padding:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
.dashboard-key strong{font-size:13px;color:#fff}.dashboard-key small{grid-column:2;color:#9eacbc;margin-top:4px}
.key-dot{grid-row:1/3;align-self:start;margin-top:4px;width:10px;height:10px;border-radius:50%;box-shadow:0 0 12px currentColor}
.key-info{background:#42aee8;color:#42aee8}.key-value{background:#d56c9b;color:#d56c9b}.key-score{background:#72b344;color:#72b344}
.interactive-note{color:#9aa8b7;border-color:rgba(255,255,255,.15);margin-top:20px;padding-top:15px}

@media(max-width:900px){
  .interactive-evidence-head{grid-template-columns:1fr;gap:24px}
  .dashboard-key{grid-template-columns:1fr}
  .dashboard-stage{overflow-x:auto}
  .dashboard-base,.dashboard-hotspots{min-width:980px}
  .dashboard-hotspots{right:auto;width:980px}
}
@media(max-width:680px){
  .interactive-evidence{padding-top:78px;padding-bottom:78px}
  .interactive-evidence-copy .lead{font-size:22px}
}

/* =========================================================
   Version 3.3 — Executive Decision Intelligence introduction
   ========================================================= */
.executive-outcomes{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 30px}
.outcome-card{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start;padding:20px 18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));min-height:148px}
.outcome-card h3{font-size:14px;line-height:1.25;margin:1px 0 7px;color:#fff;letter-spacing:.01em}
.outcome-card p{font-size:12px;line-height:1.55;margin:0;color:#9eacbc}
.outcome-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(229,162,53,.5);border-radius:50%;color:#e5a235;font-size:18px;box-shadow:0 0 20px rgba(229,162,53,.08)}
.interactive-evidence-copy>p:not(.lead){margin-top:10px}
@media(max-width:1050px){.executive-outcomes{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.executive-outcomes{grid-template-columns:1fr}.outcome-card{min-height:0}}


/* =========================================================
   Version 3.4 — Header navigation refinement
   ========================================================= */
@media (min-width:1051px){
  .nav-wrap{height:82px;gap:34px}
  .brand{margin-right:8px}
  .brand-mark{font-size:32px}
  .brand-copy strong{font-size:13px}
  .site-nav{gap:22px;margin-left:auto;align-items:center;white-space:nowrap}
  .site-nav a{font-size:11px;letter-spacing:.075em;white-space:nowrap}
  .nav-cta{min-width:158px;padding-inline:22px;white-space:nowrap;flex-shrink:0}
}


/* v3.5 photographic polish */
.portrait-card,
.foundation-card,
.story-card,
.evidence-viewer,
.beyond-grid > img,
.morgan-card{
  border-radius:4px;
}

.portrait-card img,
.foundation-card img,
.story-card>img,
.beyond-img{
  transition:transform .55s cubic-bezier(.2,.7,.2,1), filter .45s ease;
  backface-visibility:hidden;
  transform:translateZ(0);
}

.portrait-card img{
  filter:contrast(1.035) saturate(1.035);
}

.foundation-card img{
  filter:contrast(1.045) saturate(1.045) brightness(1.01);
}

.foundation-card:hover img{
  transform:scale(1.025);
  filter:contrast(1.06) saturate(1.07) brightness(1.015);
}

.story-card>img{
  filter:contrast(1.045) saturate(1.045) brightness(.98);
}

.story-card:hover>img,
.story-card.open>img{
  transform:scale(1.018);
  filter:contrast(1.06) saturate(1.06) brightness(1.015);
}

.beyond-img{
  filter:contrast(1.045) saturate(1.04) brightness(1.01);
}

.beyond-grid>img:hover,
.morgan-card:hover .beyond-img{
  transform:scale(1.018);
  filter:contrast(1.06) saturate(1.055) brightness(1.015);
}

.evidence-viewer,
.dashboard-frame{
  border:1px solid rgba(10,24,38,.08);
}

.quote-card{
  position:relative;
  overflow:hidden;
}
.quote-card:before{
  content:'“';
  position:absolute;
  right:18px;
  top:-22px;
  font-family:var(--serif);
  font-size:96px;
  color:rgba(201,143,43,.10);
  line-height:1;
  pointer-events:none;
}
.quote-card footer{
  letter-spacing:.04em;
}

@media (prefers-reduced-motion:reduce){
  .portrait-card img,.foundation-card img,.story-card>img,.beyond-img{transition:none!important}
  .foundation-card:hover img,.story-card:hover>img,.story-card.open>img,.beyond-grid>img:hover,.morgan-card:hover .beyond-img{transform:none!important}
}

/* =========================================================
   Version 3.7 — Brand alignment and publishing metadata
   ========================================================= */
.site-header .brand,
.site-footer .footer-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:190px;
}
.site-header .brand-mark,
.site-footer .footer-brand .brand-mark{
  width:38px;
  flex:0 0 38px;
  text-align:center;
  font-size:32px;
  line-height:1;
}
.site-header .brand-copy,
.site-footer .footer-brand .brand-copy{
  min-width:138px;
  align-content:center;
}
.site-header .brand-copy strong,
.site-footer .footer-brand .brand-copy strong{
  font-size:13px;
  line-height:1.05;
}
.site-header .brand-copy small,
.site-footer .footer-brand .brand-copy small{
  font-size:8px;
  line-height:1;
  margin-top:5px;
}
.footer-brand{justify-self:start}
@media(max-width:680px){
  .site-header .brand,
  .site-footer .footer-brand{min-width:auto}
  .site-header .brand-mark,
  .site-footer .footer-brand .brand-mark{width:auto;flex-basis:auto}
}

/* =========================================================
   Version 3.7.1 — Footer brand alignment fix
   ========================================================= */
.footer-grid > .footer-brand{
  justify-self:start;
  width:190px;
  margin:0;
}
.site-footer .footer-brand .brand-mark,
.site-header .brand .brand-mark{
  width:38px;
  flex:0 0 38px;
  text-align:center;
  font-size:32px;
  line-height:1;
}
.site-footer .footer-brand .brand-copy,
.site-header .brand .brand-copy{
  min-width:138px;
  align-content:center;
}
@media(max-width:680px){
  .footer-grid > .footer-brand{
    width:auto;
    justify-self:center;
  }
}
