:root{--ink: #292929;--text: #4a4641;--muted: #746f68;--line: #e7dfd5;--page: #f7f4ef;--surface: #ffffff;--brick: #b74434;--brick-dark: #913528;--teal: #3c8790;--sand: #ead8c4;--ochre: #d69b3a;--blue: #2f6f9f;--shadow: 0 10px 28px rgba(41, 41, 41, .07)}*{box-sizing:border-box}html{min-width:320px;color:var(--text);background:var(--page);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.58;font-size:16px}body{margin:0;color:var(--text)}a{color:var(--blue);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover,a:focus-visible{color:var(--teal)}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:34px;padding:18px clamp(22px,5vw,72px);border-bottom:1px solid rgba(229,231,235,.85);background:#fffffff0;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none}.brand img{width:clamp(210px,21vw,320px);height:auto;max-height:92px;object-fit:contain}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px}.mobile-menu{display:none}.nav-link{display:inline-flex;align-items:center;min-height:36px;padding:6px 10px;border-radius:8px;color:var(--text);font-size:.88rem;font-weight:650;text-decoration:none}.nav-link:hover,.nav-link:focus-visible{color:var(--brick);background:#b7443414}.nav-link.active{color:var(--surface);background:var(--brick)}.page-hero{padding:clamp(30px,4vw,54px) clamp(22px,5vw,72px) 24px;border-bottom:1px solid var(--line);background:var(--page)}.page-hero-inner{max-width:1060px;margin:0 auto}h1{max-width:860px;margin:0;color:var(--ink);font-size:clamp(1.85rem,4vw,3.35rem);line-height:1.06;letter-spacing:0}.subtitle{max-width:720px;margin:14px 0 0;color:var(--muted);font-size:1.02rem}.hero-actions,.page-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.page-actions{margin:0 0 30px;padding-bottom:26px;border-bottom:1px solid var(--line)}.button{display:inline-flex;align-items:center;min-height:42px;padding:9px 16px;border:1px solid transparent;border-radius:12px;font-size:.94rem;font-weight:760;line-height:1.2;text-decoration:none}.button.primary{background:var(--brick);color:var(--surface)}.button.secondary{border-color:#b7443457;background:#b7443414;color:var(--brick)}.button:hover,.button:focus-visible{transform:translateY(-1px);box-shadow:0 8px 22px #1822351f}.button.primary:hover,.button.primary:focus-visible{color:var(--surface);background:var(--brick-dark)}.button.secondary:hover,.button.secondary:focus-visible{color:var(--brick-dark);border-color:#b7443480;background:#b7443421}.content-shell{width:min(980px,calc(100% - 44px));margin:30px auto 66px;padding:clamp(24px,4vw,44px);border:1px solid var(--line);border-radius:8px;background:#ffffffc2;box-shadow:none}.home-content{width:min(1120px,calc(100% - 44px))}.content-shell>img:first-child{display:block;width:calc(100% + clamp(24px,4vw,42px)*2);max-height:520px;margin:calc(clamp(24px,4vw,42px)*-1) calc(clamp(24px,4vw,42px)*-1) clamp(26px,4vw,38px);max-width:calc(100% + clamp(24px,4vw,42px)*2);border-radius:8px 8px 0 0;object-fit:cover}.content-shell h2,.content-shell h3,.content-shell h4{color:var(--ink);line-height:1.2;letter-spacing:0}.content-shell h3{margin-top:1.85rem;margin-bottom:.75rem!important;font-size:clamp(1.16rem,2.2vw,1.55rem)}.content-shell h4{margin-bottom:.35rem;font-size:1.15rem}.description{max-width:82ch;font-size:1rem!important}.content-shell p,.content-shell li,.content-shell div{font-size:1rem}.content-shell p[style*="14pt"],.content-shell div[style*="14pt"],.content-shell p[style*="11pt"],.content-shell div[style*="11pt"]{font-size:1rem!important}.content-shell ul,.content-shell ol{padding-left:1.35rem}.content-shell li{margin:.4rem 0}.content-shell p{max-width:82ch}.content-shell .row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:22px;align-items:start;margin:26px 0;padding:22px 0;border-top:1px solid var(--line)}.content-shell .row img{width:100%;max-width:170px;border-radius:8px;box-shadow:0 12px 34px #1720331f}.content-shell .row h4{margin-top:0}.job-card{margin:0 0 28px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#ffffffa3}.job-card h4{margin-top:0;font-size:1.22rem}.job-details{display:grid;gap:10px 20px;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0 22px}.job-details div{min-width:0}.job-details dt{color:var(--muted);font-size:.82rem;font-weight:760}.job-details dd{margin:2px 0 0;color:var(--ink)}.speaker-affiliation{margin:.1rem 0;color:var(--muted)}.collapsible{display:inline-flex;align-items:center;min-height:34px;margin-top:.65rem;padding:6px 12px;border:1px solid rgba(18,139,132,.28);border-radius:8px;background:#128b8414;color:var(--ink);font:inherit;font-size:.92rem;font-weight:750;cursor:pointer}.collapsible:hover,.collapsible:focus-visible,.collapsible.active{border-color:#b7443473;background:#b744341a;color:var(--brick)}.collapsible+.content{display:none;margin-top:.85rem;padding:1px 18px;border-left:3px solid var(--teal);background:#f7f9fbcc}.text-center{text-align:center}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:34px clamp(20px,5vw,64px);border-top:1px solid var(--line);background:var(--ink);color:#ffffffc7}.site-footer strong{color:var(--surface)}.site-footer p{margin:6px 0 0}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.site-footer a{color:var(--sand);font-weight:700}@media(max-width:1080px){.site-header{flex-direction:row;align-items:center}.site-footer{flex-direction:column;align-items:stretch}.site-nav{display:none}.mobile-menu{position:relative;display:block;margin-left:auto}.mobile-menu summary{display:grid;width:40px;height:40px;place-items:center;padding:10px;border:1px solid rgba(23,32,51,.16);border-radius:8px;background:var(--surface);box-shadow:0 8px 26px #17203314;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:20px;height:2px;border-radius:999px;background:var(--ink)}.mobile-menu nav{position:absolute;top:52px;right:0;display:grid;min-width:220px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.mobile-menu .nav-link{justify-content:flex-start}.site-footer nav{justify-content:flex-start}.content-shell .row,.job-details{grid-template-columns:1fr}}@media(max-width:560px){.site-header{padding:12px 16px}.page-hero{padding-inline:20px}.content-shell,.home-content{width:calc(100% - 24px);padding:20px}.content-shell>img:first-child{margin:-20px -20px 26px;width:calc(100% + 40px);max-width:calc(100% + 40px)}.brand img{width:190px;max-height:66px}.button{width:100%;justify-content:center}}
