:root{--bg: #ffffff;--ink: #222222;--muted: #555f68;--blue: #1b75bc;--blue-dark: #15619c;--orange: #ff5f00;--cyan: #27aae0;--grey-band: #d5d5d5;--rule: #e0e4e8;--header-h: 76px;--f-body: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;--f-display: "Merriweather", Georgia, serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f-body);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 40px;background:#fffffff2;backdrop-filter:saturate(120%) blur(6px);box-shadow:0 1px 10px #00000014}.brand{display:flex;align-items:center}.logo{height:46px;width:auto}.site-header nav{display:flex;flex-wrap:wrap;gap:26px}.site-header nav a{color:#3a4149;text-decoration:none;font-weight:700;font-size:.98rem}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--cyan)}.site-header.over-hero{background:#0000006b;box-shadow:none}.site-header.over-hero nav a{color:#fff}.site-header.over-hero nav a:hover,.site-header.over-hero nav a[aria-current=page]{color:var(--cyan)}.site-header.over-hero.scrolled{background:#fffffff5;box-shadow:0 1px 10px #00000014}.site-header.over-hero.scrolled nav a{color:#3a4149}.site-header.over-hero.scrolled nav a:hover,.site-header.over-hero.scrolled nav a[aria-current=page]{color:var(--cyan)}.site-header.over-hero .logo-dark,.site-header.over-hero.scrolled .logo-light{display:none}.site-header.over-hero.scrolled .logo-dark{display:block}@media(max-width:760px){.site-header{height:auto;flex-direction:column;gap:8px;padding:10px 16px}.site-header nav{gap:14px;font-size:.85rem;justify-content:center}:root{--header-h: 104px}}main{padding-top:var(--header-h)}.has-hero main{padding-top:0}.has-hero .hero{height:100vh}[id]{scroll-margin-top:var(--header-h)}.page{max-width:1180px;margin:0 auto;padding:56px 24px 80px}.page-title{font-family:var(--f-display);color:var(--orange);font-size:2rem;margin:0 0 22px;text-wrap:balance}.section-title{font-family:var(--f-display);color:var(--orange);font-size:1.9rem;text-align:center;margin:0 0 8px}.split{display:grid;grid-template-columns:minmax(0,360px) 1fr;gap:48px;align-items:start}.split img.side{width:100%;border-radius:4px;box-shadow:0 6px 22px #0000002e}@media(max-width:800px){.split{grid-template-columns:1fr;gap:24px}.split img.side{max-width:360px}}.prose p{margin:0 0 1.1em}.prose h3{font-family:var(--f-body);font-weight:700;font-size:1.02rem;margin:1.4em 0 .1em}.prose ul{margin:.2em 0 1.1em;padding-left:1.2em}.prose a{color:var(--blue)}.hero{position:relative;height:calc(100vh - var(--header-h));min-height:460px;overflow:hidden}.hero .slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease-in-out;will-change:opacity}.hero .slide.active{opacity:1}.chevron{color:#fff;text-decoration:none;opacity:.9}.chevron svg{width:32px;height:32px;display:block;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.hero .chevron{position:absolute;left:50%;bottom:24px;transform:translate(-50%);animation:bobX 2s ease-in-out infinite}@keyframes bobX{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,8px)}}@keyframes bobY{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){.hero .slide{transition:none}.hero .chevron,.blue-section .chevron{animation:none}}.blue-section{position:relative;background:var(--blue) url(/images/world-map.png) center / contain no-repeat;color:#fff;padding:70px 24px 84px;text-align:center}.blue-section .social{display:flex;justify-content:center;gap:20px;margin-bottom:26px}.blue-section .social img{height:34px}.premise{max-width:60ch;margin:0 auto}.premise p{font-family:var(--f-display);font-style:italic;font-size:1.15rem;line-height:1.6;margin:0 0 1.1em}.blue-section .chevron{display:block;width:32px;margin:20px auto 0;animation:bobY 2s ease-in-out infinite}.letter-section{background:url(/images/letter-bg.jpg) center / cover no-repeat;padding:80px 24px;min-height:520px}.letter-inner{max-width:1120px;margin:0 auto}.letter-col{max-width:620px}.letter-col h2{font-family:var(--f-display);color:#fff;font-size:1.9rem;margin:0 0 18px;text-shadow:0 2px 6px rgba(0,0,0,.35)}.letter-col p{color:#141414;margin:0 0 .9em}.letter-col .signature{height:60px;margin-top:4px;filter:none}.video-section{padding:66px 24px;text-align:center}.video-section .lead{max-width:62ch;margin:8px auto 26px;color:var(--muted)}.video-wrap{max-width:1280px;width:92%;margin:0 auto;aspect-ratio:16 / 9;background:#000;border-radius:4px;overflow:hidden}.video-wrap iframe{width:100%;height:100%;border:0;display:block}.register-band{background:var(--grey-band);padding:60px 24px 70px}.register-inner{max-width:720px;margin:0 auto;text-align:center}.register-inner .intro{color:#333;margin:0 auto 26px}.reg-form{display:grid;gap:16px;text-align:left}.reg-form .row{display:grid;gap:16px}.reg-form .row.two{grid-template-columns:1fr 1fr}.reg-form .row.three{grid-template-columns:1fr 1fr 1fr}.reg-form input{font:inherit;padding:12px 14px;border:1px solid #b9bcc0;border-radius:3px;background:#fff;color:#222;width:100%}.reg-form button{font:inherit;font-weight:700;letter-spacing:.03em;padding:14px;border:0;border-radius:3px;background:#4b4b4b;color:#fff;cursor:pointer;text-transform:uppercase}.reg-form button:hover{background:#333}.reg-form button:disabled{opacity:.6;cursor:progress}.reg-response{margin:0;font-weight:700}.reg-response.ok{color:#1c6b49}.reg-response.err{color:#b0261c}@media(max-width:560px){.reg-form .row.two,.reg-form .row.three{grid-template-columns:1fr}}.manuals-section,.sponsors-section{max-width:1000px;margin:0 auto;padding:60px 24px;text-align:center}.section-note{color:var(--muted);margin:6px 0 30px}.manuals{display:flex;flex-wrap:wrap;gap:44px;justify-content:center}.manual{text-decoration:none;color:var(--ink);font-weight:700;display:grid;gap:12px;justify-items:center}.manual img{width:250px;max-width:60vw;box-shadow:0 6px 20px #0000002e;transition:transform .2s ease}.manual:hover img{transform:translateY(-4px)}.sponsors{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.sponsors img{height:62px;width:auto;padding:0 26px;border-right:1px solid var(--rule)}.sponsors img:last-child{border-right:0}.faq-list{border-top:1px solid var(--rule)}details.faq{border-bottom:1px solid var(--rule)}details.faq summary{list-style:none;cursor:pointer;padding:15px 6px;font-family:var(--f-display);font-weight:700;font-size:1rem;display:flex;align-items:baseline;gap:14px}details.faq summary::-webkit-details-marker{display:none}details.faq summary:before{content:"+";color:#9aa3ab;font-weight:700;font-family:var(--f-body)}details.faq[open] summary:before{content:"–"}details.faq .answer{padding:0 6px 18px 34px;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:300px 1fr 1.1fr;gap:40px;align-items:start}.contact-grid img.photo{width:100%;border-radius:4px;box-shadow:0 6px 22px #0000002e}dl.contact{margin:12px 0 0}dl.contact dt{font-weight:700;margin-top:14px}dl.contact dd{margin:0}dl.contact a{color:var(--blue)}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{font:inherit;padding:12px 14px;border:1px solid #b9bcc0;border-radius:3px;background:#fff;color:#222;width:100%}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{justify-self:start;font:inherit;font-weight:700;padding:13px 26px;border:0;border-radius:3px;background:#4b4b4b;color:#fff;cursor:pointer;text-transform:uppercase}.contact-form button:hover{background:#333}.contact-form button:disabled{opacity:.6;cursor:progress}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-grid img.photo{max-width:320px}}.map-embed{position:relative;width:100%;height:72vh;min-height:460px;overflow:hidden}.map-embed iframe{position:absolute;top:-64px;left:0;width:100%;height:calc(100% + 64px);border:0;display:block}.site-footer{background:var(--blue);color:#fff;text-align:center;padding:44px 24px 0}.footer-nav{display:flex;flex-wrap:wrap;gap:8px 28px;justify-content:center;margin-bottom:26px}.footer-nav a{color:#fff;text-decoration:none;font-weight:700}.footer-nav a:hover{color:#d7ecfa}.footer-logo img{height:54px;width:auto;margin:0 auto 16px}.site-footer .social{display:flex;gap:20px;justify-content:center;margin-bottom:18px}.site-footer .social img{height:30px}.hashtag{font-weight:700;margin:0 0 34px}.footer-bar{background:var(--blue-dark);color:#ffffffd9;font-size:.82rem;padding:12px 24px;margin:0 -24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bar .malcolm img{height:26px;width:auto;display:block}@media(max-width:560px){.footer-bar{justify-content:center;text-align:center}}
