@import "/fonts/Playfair_Display/playfairdisplay.css";@import "/fonts/Lato/lato.css";@font-face{font-family:'Magnetar';src:url('/fonts/Magnetar.otf') format("opentype")}@font-face{font-family:'NotoEmoji';src:url('/fonts/NotoEmoji-VariableFont_wght.ttf')}:root{font-size:clamp(10px,1.667vw,16px);--blue:#1a4f8a;--orange:#e8621a;--blue-light:#e8f0f9;--blue-dark:#0f2f52;--orange-light:#fdf0e8;--orange-dark:#b34a12;--warm-white:#faf8f5;--warm-gray:#f2efe9;--warm-gray-mid:#e0dcd6;--ink:#1e1b18;--ink-mid:#4a4540;--ink-light:#7a736b;--color-bg:var(--warm-white);--color-bg-alt:var(--warm-gray);--color-bg-dark:var(--blue-dark);--color-text:var(--ink);--color-text-muted:var(--ink-light);--color-text-on-dark:#f0ecе6;--color-heading:var(--blue-dark);--color-border:var(--warm-gray-mid);--color-accent:var(--orange);--color-accent-hover:var(--orange-dark);--color-accent-light:var(--orange-light);--color-link:var(--blue);--color-link-hover:var(--blue-dark);--color-nav-bg:var(--blue-dark);--color-nav-text:#e8eef6;--color-footer-bg:var(--blue-dark);--color-footer-text:#b8c4d4;--font-heading:'Playfair Display',Georgia,serif;--font-body:'Lato',Helvetica,sans-serif}footer *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.7;color:var(--color-text);background:var(--color-bg)}img{display:block;max-width:100%}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-heading);line-height:1.25}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.split{display:flex;flex-direction:column;gap:2rem}.split>*{flex:1}.card-row{display:flex;flex-direction:column;gap:1.5rem}.card-row>*{flex:1}.card{border:1px solid var(--color-border);padding:1.5rem;background:var(--color-bg)}.steps{display:flex;flex-direction:column;gap:1.5rem}.steps>*{flex:1}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1.5px solid var(--color-accent);border-radius:50%;margin-bottom:0.75rem;font-size:0.85rem;font-weight:700;color:var(--color-accent);font-family:var(--font-body)}.stat-split{display:flex;flex-direction:column;gap:2rem}.stat-split>*{flex:1}.big-stat{font-size:5rem;line-height:1;font-family:var(--font-heading);font-weight:700;color:var(--color-accent)}.mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:22.5rem}.mosaic .tall{grid-row:1 / 3}.mosaic .image-box{background:var(--color-bg-alt);border:1px solid var(--color-border)}.pullquote{text-align:center;padding:4rem 2rem;border-top:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent)}.pullquote blockquote{font-family:var(--font-heading);font-size:1.5rem;font-style:italic;color:var(--color-heading);margin-bottom:1rem}.pullquote cite{font-size:0.9rem;color:var(--color-text-muted)}.logo-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.logo-bar p{font-size:0.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:0.12em;white-space:nowrap}.logo-placeholder{width:5rem;height:1.5rem;background:var(--color-border)}nav{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:var(--color-nav-bg);position:relative}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:1rem;padding-bottom:1rem}nav ul{list-style:none;display:flex;gap:2rem}nav a{text-decoration:none;font-size:0.95rem;color:var(--color-nav-text)}nav a:hover{color:#fff}.nav-logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.logo{font-size:1.25rem;font-family:'Magnetar';font-weight:bold;color:#fff;border-bottom:1px solid var(--color-accent)}.nav-logo span{color:var(--color-accent)}.nav-cta{background:var(--color-accent);color:#fff;padding:0.45rem 1.1rem;font-size:0.9rem;font-weight:700;text-decoration:none;letter-spacing:0.02em}.nav-cta:hover{background:var(--color-accent-hover);color:#fff}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--color-nav-text);transition:transform 0.3s ease,opacity 0.3s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:30rem){.nav-toggle{display:flex}.nav-cta{display:none}nav ul{display:none;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--color-nav-bg);padding:0.5rem 0 1rem;border-top:1px solid #1e3a5f;z-index:100}nav ul.open{display:flex}nav ul li a{display:block;padding:0.65rem 1.5rem;font-size:1rem}}.hero{background:var(--color-bg-dark);text-align:center;padding:6rem 1.5rem}.hero h1{font-family:var(--font-heading);font-size:3rem;line-height:1.15;margin-bottom:1rem;color:#fff}.hero h1 em{font-style:italic;color:var(--color-accent)}.hero p{font-size:1.1rem;color:#b8c4d4;margin-bottom:2rem;font-weight:300}.hero a{display:inline-block;background:var(--color-accent);color:#fff;padding:0.8rem 2.2rem;font-weight:700;text-decoration:none;letter-spacing:0.03em}.hero a:hover{background:var(--color-accent-hover);color:#fff}.section-heading{font-family:var(--font-heading);font-size:1.75rem;color:var(--color-heading);text-align:center;margin-bottom:2.5rem}.section-heading::after{content:'';display:block;width:2.5rem;height:2px;background:var(--color-accent);margin:0.6rem auto 0}.team-card{text-align:center}.team-avatar{width:4.5rem;height:4.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin:0 auto 1.25rem}.team-name{margin-bottom:0.2rem}.team-role{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-accent);margin-bottom:0.75rem}.team-bio{line-height:1.5}.article-header{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);padding:5rem 1.5rem 4rem}.article-header .container{max-width:720px}.article-tag{display:inline-block;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--color-accent);margin-bottom:1.25rem}.article-header h1{font-family:var(--font-heading);font-size:2.75rem;line-height:1.15;color:var(--color-heading);margin-bottom:1.25rem}.article-header .standfirst{font-size:1.1rem;color:var(--color-text);font-weight:300;line-height:1.6;margin-bottom:2rem}.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--color-border)}.article-author-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:0.75rem;font-weight:700;color:var(--blue-dark);flex-shrink:0}.article-meta-text{font-size:0.875rem;color:var(--color-text-muted);line-height:1.4}.article-meta-text strong{color:var(--color-text);font-weight:700}.article-meta-divider{color:var(--color-border);margin:0 0.25rem}.timeline{display:flex;flex-direction:column}.timeline-entry{display:flex;flex-direction:column;gap:0.5rem;padding:2rem 0;border-top:1px solid var(--color-border)}.timeline-entry:last-child{border-bottom:1px solid var(--color-border)}.timeline-year{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-accent);line-height:1;flex-shrink:0}.timeline-body h3{margin-bottom:0.4rem}.timeline-body p{color:var(--color-text-muted)}@media (min-width:30rem){.timeline-entry{flex-direction:row;gap:3rem;align-items:baseline}.timeline-year{width:6rem;text-align:right}}.contact-row{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1.25rem}.contact-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.contact-icon svg{width:1.1rem;height:1.1rem;stroke:var(--color-accent);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.contact-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--color-text-muted);margin-bottom:0.2rem}.contact-value{font-size:1rem;color:var(--color-heading);font-weight:400;text-decoration:none}.contact-value:hover{color:var(--color-accent)}@media (min-width:37.5rem){.contact-row{flex-direction:row;gap:3rem}}.article-layout{display:flex;flex-direction:column;gap:3rem;align-items:flex-start}.article-layout>main{flex:3;width:100%}.article-layout>aside{flex:1;width:100%;position:static}aside nav{background:none;padding:0}aside nav ul{list-style:none}aside nav ul li{margin-bottom:0.5rem;border-bottom:1px solid var(--color-border);padding-bottom:0.5rem}aside nav ul li:last-child{border-bottom:none}aside nav ul li a{font-size:0.9rem;text-decoration:none;color:var(--color-text-muted)}aside nav ul li a:hover{color:var(--color-link)}aside h4{font-family:var(--font-body);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:1rem;color:var(--color-text-muted)}.aside-divider{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}footer{background:var(--color-footer-bg);padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-cols{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-cols>*{flex:1}.footer-logo{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:#fff}.footer-logo span{color:var(--color-accent)}.footer-cols h4{font-family:var(--font-body);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:1rem;color:var(--color-footer-text)}.footer-cols ul{list-style:none;color:var(--color-footer-text)}.footer-cols ul li{margin-bottom:0.5rem}.footer-cols ul li a{font-size:0.9rem;text-decoration:none;color:var(--color-footer-text)}.footer-cols ul li a:hover{color:#fff}.footer-tagline{font-size:0.9rem;color:var(--color-footer-text);margin-top:0.5rem;font-weight:300}.footer-bottom{border-top:1px solid #1e3a5f;padding-top:1rem;font-size:0.8rem;color:#4a6a8a}@media (min-width:30rem){.split{flex-direction:row;align-items:center}.stat-split{flex-direction:row;align-items:center;gap:3rem}}@media (min-width:37.5rem){.footer-cols{flex-direction:row;gap:3rem}.article-layout{flex-direction:row}.article-layout>aside{position:sticky;top:1.5rem;width:auto}}@media (min-width:60rem){.card-row{flex-direction:row}.steps{flex-direction:row}}.reveal{opacity:0;transform:translateY(1.5rem);transition:opacity 0.6s ease,transform 0.6s ease;transition-delay:var(--reveal-delay,0s)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.muted{color:var(--color-text-muted)}.small{font-size:0.85rem}h2{font-family:var(--font-heading);font-size:1.75rem;color:var(--color-heading);margin-bottom:1rem}h3{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-heading);margin-bottom:0.5rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.nav-item{position:relative}.dropdown{display:none;position:absolute;top:top:calc(100% - 3px);left:0;background:var(--blue-dark);padding:10px}.nav-item:hover .dropdown{display:block}.dropdown a{white-space:nowrap}