@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--blue:#153fff;--ink:#122037;--muted:#5d677a;--orange:#ff642e;--yellow:#ffd943;--pink:#ff79c5;--violet:#7952ed;--ice:#eaf6ff;--line:#dfe3eb;--paper:#fff;--radius:24px;--shadow:0 16px 45px #1220370b;--font:'DM Sans',sans-serif;--display:'Manrope',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.65 var(--font);overflow-x:clip}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{width:20px;height:20px;flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--display);line-height:1.12;letter-spacing:-.045em}button{color:inherit}::selection{background:#ffdf49;color:#162137}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.sr-only{position:absolute!important;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}.skip-link{position:fixed;top:8px;left:8px;background:var(--ink);color:#fff;z-index:100;padding:12px 20px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.container{max-width:1360px;margin:auto;padding-inline:48px}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:750;letter-spacing:.15em;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor}.section{padding-block:100px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px}.section-heading h2{font-size:clamp(32px,4vw,52px);margin-top:12px}.section-heading p{color:var(--muted);max-width:440px;margin-top:16px}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:650;font-size:15px;padding-block:8px;white-space:nowrap;border-bottom:1px solid currentColor}.text-link svg{transition:transform .25s}.text-link:hover svg{transform:translate(3px,-3px)}.btn{border:1px solid transparent;border-radius:99px;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:13px 24px;font-weight:650;font-size:14px;line-height:1.4;transition:transform .25s,background .25s,box-shadow .25s;text-align:center}.btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #14223c17}.btn-primary{background:var(--blue);color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:white;color:var(--ink)}.btn-outline{border-color:#ccd1dc;background:transparent}.btn-white-outline{border-color:#ffffff60;color:#fff;background:transparent}.btn-small{padding:9px 18px;min-height:42px}.badge{display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:650;padding:6px 11px;border-radius:50px;line-height:1.3;background:#eff2f9}.badge svg{width:13px;height:13px}
.topbar{background:var(--ink);color:#fff;font-size:12px;line-height:1.4}.topbar .container{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar a{display:flex;align-items:center;gap:8px}.topbar svg{width:13px;height:13px}.topbar-links{display:flex;align-items:center;gap:24px;color:#d8dfea}.nav-wrap{position:sticky;top:0;z-index:30;background:#ffffffeb;backdrop-filter:blur(18px);border-bottom:1px solid #e8ebf0}.nav{height:88px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:10px;margin-right:auto;line-height:1}.brand-icon{font-weight:800;font-size:28px;letter-spacing:-.09em;color:var(--blue);font-family:var(--display)}.brand-word{font-weight:750;font-size:23px;letter-spacing:-.07em}.brand-word span{display:block;font-size:10px;letter-spacing:.26em;margin-top:5px;color:var(--muted)}.brand img{width:128px;height:53px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px}.nav-links>a,.nav-drop>button{font-size:14px;font-weight:550;white-space:nowrap}.nav-links>a:hover{color:var(--blue)}.nav-drop{position:relative}.nav-drop>button{display:flex;gap:6px;align-items:center;background:none;border:0;padding:20px 0}.nav-drop svg{width:13px}.mega-menu{position:absolute;top:56px;left:-24px;width:285px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 70px #18233820}.mega-menu[hidden]{display:none}.mega-menu a{display:block;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:600}.mega-menu a:hover{background:var(--ice);color:var(--blue)}.mega-menu small{display:block;font-weight:400;font-size:12px;color:var(--muted);margin-top:2px}.nav-actions{display:flex;align-items:center;gap:16px}.icon-btn{display:grid;place-items:center;width:42px;height:42px;background:transparent;border:1px solid var(--line);border-radius:50%}.menu-button{display:none}.mobile-menu{padding:20px 24px;border-top:1px solid var(--line)}.mobile-menu a{display:block;padding:11px 0;font-weight:600}.mobile-menu[hidden]{display:none}
.hero{position:relative;background:linear-gradient(110deg,#edf7fd,#f8faff 55%,#eef0ff);overflow:hidden}.hero:after{content:'';position:absolute;width:620px;height:620px;right:-180px;top:-200px;background:radial-gradient(circle,#cae7fcaa,transparent 65%);pointer-events:none}.hero-inner{min-height:690px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:36px;padding-top:64px;padding-bottom:72px;position:relative;z-index:1}.hero-copy{position:relative;z-index:3}.hero .eyebrow{color:var(--blue);margin-bottom:26px}.hero h1{font-size:clamp(48px,5.55vw,78px);font-weight:800;line-height:1.08;letter-spacing:-.065em;max-width:690px}.hero h1 em{font-style:normal;color:var(--blue);position:relative}.hero h1 em:after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:7px;border-radius:50%;background:var(--orange);transform:rotate(-3deg)}.hero-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:455px;margin-top:29px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-proof{display:flex;align-items:center;gap:13px;margin-top:34px;font-size:12px;color:#4c5870}.hero-proof strong{display:block;color:var(--ink);font-size:13px}.avatar-stack{display:flex;padding-left:5px}.avatar-stack img{width:35px;height:35px;object-fit:cover;border-radius:50%;border:2px solid #fff;margin-left:-5px;background:#d9e5ed}.hero-art{position:relative;height:520px;perspective:1000px;isolation:isolate}.hero-art-base{width:100%;height:100%;object-fit:cover;border-radius:38px;box-shadow:0 20px 45px #45649c18;transform:rotate(2deg);transition:transform .5s}.hero-art-empty{height:100%;border-radius:38px;background:linear-gradient(135deg,#266bfa,#6445db 55%,#e775b6);display:grid;align-content:center;padding:48px;color:#fff}.hero-art-empty span{font-size:84px;font-family:var(--display);font-weight:800;line-height:1;letter-spacing:-.06em}.art-caption{position:absolute;bottom:26px;left:24px;color:#fff;font-size:12px;text-shadow:0 2px 10px #17223a}.float-card{position:absolute;z-index:3;display:flex;align-items:center;gap:13px;max-width:245px;padding:16px 20px;background:#fffffff2;border:1px solid white;border-radius:17px;box-shadow:0 10px 40px #3349871c;backdrop-filter:blur(12px);font-size:12px;color:var(--muted);animation:float 7s ease-in-out infinite}.float-card strong{display:block;font-size:14px;line-height:1.5;color:var(--ink)}.float-card .float-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e6edff;color:var(--blue)}.float-one{left:-32px;top:58px;transform:rotate(-4deg)}.float-two{right:-18px;bottom:65px;animation-delay:-3s}.float-three{right:16px;top:18px;background:var(--yellow);color:var(--ink);border:0;padding:10px 16px;border-radius:50px;font-weight:650;transform:rotate(7deg)}.float-two .float-icon{background:#ffecd9;color:#c64b0b}.hero-bottom{border-top:1px solid #dce5ee;background:#ffffff6e}.hero-bottom .container{min-height:73px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-bottom span{font-size:12px;font-weight:650;color:#617086}.hero-bottom strong{font-size:15px;font-weight:650;display:flex;align-items:center;gap:10px}.hero-bottom svg{color:var(--blue);width:18px}.ticker{background:var(--blue);color:#fff;overflow:hidden;padding:16px 0;white-space:nowrap}.ticker-track{display:flex;gap:35px;width:max-content;animation:marquee 50s linear infinite}.ticker span{font-family:var(--display);font-size:14px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.ticker i{font-style:normal;color:#bdf445;margin-inline:30px}
.format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.format-card{position:relative;min-height:245px;border-radius:22px;padding:26px;display:flex;flex-direction:column;align-items:start;overflow:hidden;transition:transform .3s,box-shadow .3s}.format-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.format-card h3{font-size:24px;letter-spacing:-.04em;margin-top:22px}.format-card p{font-size:14px;line-height:1.55;max-width:190px;margin-top:10px;opacity:.83}.format-card .format-icon{width:44px;height:44px;border:1px solid #ffffff70;border-radius:14px;display:grid;place-items:center}.format-card .format-arrow{position:absolute;top:24px;right:22px;width:32px;height:32px;border-radius:50%;background:#ffffff60;display:grid;place-items:center}.format-blue{background:#dce9ff;color:#1738a4}.format-orange{background:#ffe5d7;color:#862700}.format-pink{background:#fce0f1;color:#842968}.format-green{background:#e4f3be;color:#355417}.event-section{background:#f7f8fc}.event-tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.pill{border:1px solid #dae0e9;background:transparent;color:var(--muted);padding:9px 19px;border-radius:50px;font-size:14px;transition:.2s}.pill.active,.pill[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.pill:hover{border-color:var(--ink)}.events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.event-card{background:#fff;border:1px solid #e5e9f0;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.event-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #14234312}.event-image{height:205px;position:relative;overflow:hidden;background:linear-gradient(140deg,#ccdefd,#f8e3dd)}.event-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.event-card:hover .event-image img{transform:scale(1.055)}.event-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#09172c45)}.event-image .badge{position:absolute;top:16px;left:16px;z-index:1;background:#fff}.event-image .date-badge{position:absolute;bottom:14px;left:16px;z-index:1;color:#fff;font-size:13px;font-weight:600}.event-card-body{padding:23px;display:flex;flex:1;flex-direction:column}.event-category{font-size:11px;text-transform:uppercase;color:var(--blue);font-weight:750;letter-spacing:.075em;margin-bottom:11px}.event-card h3{font-size:22px;letter-spacing:-.045em;line-height:1.25}.event-meta{display:flex;gap:16px;font-size:12px;color:var(--muted);margin-top:16px;flex-wrap:wrap}.event-meta span{display:flex;align-items:center;gap:6px}.event-meta svg{width:14px;height:14px}.event-card-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;margin-top:auto}.event-card-bottom strong{font-size:18px;letter-spacing:-.03em}.event-card-bottom button{border:0;background:#eef2ff;color:var(--blue);width:39px;height:39px;border-radius:50%;display:grid;place-items:center}.event-subline{font-size:12px;color:var(--muted);margin-top:16px}.section-bottom{margin-top:36px;text-align:center}
.simple-footer{background:var(--ink);color:white;padding:48px}.simple-footer .container{display:flex;justify-content:space-between;gap:24px}.simple-footer p{color:#b8c2d5;font-size:13px;margin-top:10px}.simple-footer a{font-size:14px}.reveal{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.js-motion .reveal:not(.is-visible){opacity:0;transform:translateY(24px)}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -12px}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes gradient{50%{background-position:100% 50%}}
@media(min-width:1500px){.hero-inner{min-height:740px}.hero-art{height:550px}}@media(max-width:1100px){.container{padding-inline:28px}.nav{gap:20px}.nav-links{gap:19px}.nav-actions .btn{padding-inline:16px}.hero h1{font-size:60px}.hero-art{height:460px}.float-one{left:-15px}.format-card{padding:22px}.format-card h3{font-size:22px}}
@media(max-width:900px){.nav-links,.nav-actions>.btn{display:none}.menu-button{display:grid}.nav{height:76px}.hero-inner{grid-template-columns:1fr 1fr;gap:25px;min-height:620px;padding-block:52px}.hero h1{font-size:48px}.hero-copy>p{font-size:16px}.hero-art{height:410px}.float-card{padding:11px;gap:8px}.float-three{font-size:11px}.float-card strong{font-size:12px}.float-one{left:-12px;top:75px}.hero-bottom .container{flex-wrap:wrap;justify-content:center;padding-block:20px}.hero-bottom .container>span{width:100%;text-align:center}.hero-bottom strong{font-size:13px}.format-grid{grid-template-columns:repeat(2,1fr)}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.events-grid .event-card:nth-child(3){display:none}.section{padding-block:70px}.section-heading h2{font-size:39px}}
@media(max-width:600px){.container{padding-inline:22px}.topbar-links{display:none}.topbar .container{justify-content:center;min-height:32px}.topbar{font-size:11px}.brand-icon{font-size:25px}.brand-word{font-size:21px}.nav-actions{gap:8px}.nav{height:71px}.hero-inner{display:flex;flex-direction:column;align-items:stretch;padding-top:43px;padding-bottom:40px;gap:42px}.hero .eyebrow{font-size:10px;margin-bottom:21px}.hero h1{font-size:clamp(42px,11.5vw,64px);line-height:1.07;letter-spacing:-.06em}.hero-copy>p{max-width:100%;margin-top:26px;font-size:15px}.hero-actions{margin-top:24px;gap:9px}.hero-actions .btn{font-size:13px;padding:13px 18px;min-height:47px}.hero-proof{margin-top:25px}.hero-art{height:345px;margin-inline:9px}.hero-art-base{border-radius:28px}.float-one{left:-16px;top:48px}.float-two{right:-15px;bottom:30px}.float-three{right:-3px;top:-10px}.hero-bottom .container{gap:14px}.hero-bottom strong{font-size:11px;gap:5px}.hero-bottom svg{width:15px}.hero-bottom .container>span{font-size:11px}.section{padding-block:56px}.section-heading{display:block;margin-bottom:26px}.section-heading h2{font-size:34px}.section-heading .text-link{margin-top:16px}.eyebrow{font-size:10px}.format-grid{gap:12px}.format-card{min-height:230px;padding:19px}.format-card h3{font-size:22px}.format-card p{font-size:12px}.format-card .format-arrow{right:13px;top:20px;width:27px;height:27px}.events-grid{grid-template-columns:1fr}.events-grid .event-card:nth-child(3){display:flex}.event-image{height:220px}.event-tabs{gap:6px}.pill{padding:8px 14px;font-size:12px}.simple-footer{padding:38px 0}.simple-footer .container{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal:not(.is-visible){opacity:1;transform:none}.hero-art-base{transform:none}}

.hero-sculpture{width:100%;height:100%;object-fit:cover;border-radius:34px;box-shadow:0 30px 70px #133b7220}.hero-art{min-height:560px}
/* The CAQA Skills visual system: colour, depth, clarity and room to breathe. */
.hero-sculpture{transform:rotate(2deg);transition:transform 1s;object-position:54% center}.hero-art{min-height:0}.hero-art:hover .hero-sculpture{transform:rotate(0) scale(1.015)}.hero-copy{padding-block:16px}.brand img{width:159px;height:auto;max-height:61px}.brand{min-width:159px}.event-image{display:block;width:100%;padding:0;border:0;text-align:left;color:var(--ink)}.event-card h3 button{font:inherit;letter-spacing:inherit;background:none;border:0;text-align:left;padding:0}.event-category{font-size:12px}.event-meta{font-size:14px;gap:10px}.event-image .date-badge{text-shadow:0 1px 4px #000}.event-image:after{background:linear-gradient(transparent 30%,#06172d95)}.hero-proof,.hero-proof strong{font-size:14px}.float-card{font-size:13px}.float-three{max-width:265px}.hero .eyebrow{font-size:11px}.catalogue-grid .event-card:nth-child(3){display:flex}.conference-section{height:665px;position:relative;overflow:hidden;background:#101125;color:white;isolation:isolate}.conference-art{position:absolute;inset:-50px 0;z-index:-2;will-change:transform}.conference-art img{width:100%;height:100%;object-fit:cover;object-position:center}.conference-section:after{content:'';inset:0;position:absolute;z-index:-1;background:linear-gradient(90deg,#080b26ef,#09133166 63%,#09133130)}.conference-copy{padding-top:115px}.conference-copy .badge{background:#ffffff1e;border:1px solid #ffffff50;color:#fff;letter-spacing:.1em}.conference-copy h2{font-size:clamp(43px,5.5vw,76px);line-height:1.05;letter-spacing:-.06em;margin-top:26px}.conference-copy p{font-size:18px;color:#d6d9ed;max-width:470px;margin-top:22px;line-height:1.6}.conference-copy .btn{margin-top:27px}.concept-caption{display:block;font-size:12px;margin-top:28px;color:#d4d6e6}.conference-side{position:absolute;right:32px;top:40px;writing-mode:vertical-rl;font-size:12px;letter-spacing:.25em;color:#ffffffad}.topics-section{background:#fff}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.topic-tile{min-height:215px;padding:27px;border-radius:22px;position:relative;transition:transform .3s;overflow:hidden}.topic-tile:hover{transform:translateY(-5px)}.topic-tile h3{font-size:26px;max-width:195px;margin-top:32px}.topic-tile svg{position:absolute;right:22px;top:25px}.topic-number{font:600 13px var(--display);opacity:.7}.experts-section{background:#f8f9fd}.people-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.person-photo{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:1;display:flex;align-items:end}.person-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .5s;mix-blend-mode:multiply}.person-card:hover .person-photo>img{transform:scale(1.04)}.person-photo .icon-btn{position:absolute;right:16px;bottom:16px;border:0;background:#fff;color:var(--ink)}.person-card h3{font-size:22px;margin-top:20px}.person-card p{font-size:14px;color:var(--muted);line-height:1.5;margin-top:7px;max-width:240px}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split h2,.section-title{font-size:clamp(37px,4.5vw,62px);line-height:1.07;margin-block:18px 22px}.split p{color:var(--muted);font-size:17px;line-height:1.75;margin-block:16px}.split .btn{margin-top:20px}.split em,.section-title em{font-style:normal;color:var(--blue)}.team-photo{position:relative;padding:30px 0}.team-photo>img{width:100%;filter:drop-shadow(0 16px 20px #19315a0c)}.photo-sticker{position:absolute;bottom:18px;left:20px;display:flex;gap:24px;align-items:center;background:var(--yellow);padding:15px 22px;border-radius:50px;font-weight:650;transform:rotate(-5deg);box-shadow:0 8px 24px #24335316}.tick-list{list-style:none;padding:0;margin:25px 0;display:grid;gap:12px}.tick-list li{display:flex;align-items:start;gap:10px;font-size:15px}.tick-list svg{color:var(--blue);width:18px;height:24px}.teams-section{background:#fff}.library-teaser{background:#fff1df;overflow:hidden}.publication-art{position:relative;height:435px;perspective:1000px}.magazine{position:absolute;width:245px;height:330px;padding:24px;box-shadow:12px 20px 35px #86451724;border-left:6px solid #ffffff30;display:flex;flex-direction:column}.magazine small{font-size:9px;letter-spacing:.13em;font-weight:650}.magazine strong{font:800 54px/.98 var(--display);letter-spacing:-.06em;margin-top:22px;position:relative;z-index:1}.magazine span{font-size:12px;margin-top:auto;line-height:1.4}.magazine i{font-size:150px;line-height:1;position:absolute;right:-3px;bottom:22px;font-style:normal;opacity:.3}.mag-one{left:4%;top:55px;background:#174bff;color:white;transform:rotate(-12deg);z-index:1}.mag-two{right:4%;top:30px;background:#ff7c52;color:#612019;transform:rotate(12deg)}.membership-strip{background:linear-gradient(115deg,#203bed,#793bdb,#b032a1);background-size:200% 200%;animation:gradient 14s ease infinite;color:white;padding:75px 0}.membership-strip .container{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.membership-strip h2{font-size:46px;margin-top:15px}.membership-strip p{font-size:17px;color:#eee8ff;line-height:1.7;margin-bottom:22px}.big-cta{background:#c8ee83;position:relative;overflow:hidden;padding:86px 0}.big-cta .container{position:relative}.big-cta h2{font-size:clamp(54px,6.5vw,90px);line-height:1.03;margin-block:21px 30px;position:relative;z-index:1}.big-cta em{font-style:normal;color:#476c23}.big-cta .btn{margin-right:12px;position:relative;z-index:1}.orb{position:absolute;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle at 30% 24%,#ffa355,#ef5334 48%,#6c287d 100%);box-shadow:24px 42px 40px #37571720;right:75px;top:10px;animation:float 9s ease-in-out infinite}.orb:after{content:'';position:absolute;width:380px;height:125px;border:18px solid #315dc1;border-radius:50%;top:85px;left:-67px;transform:rotate(-28deg);box-shadow:inset 0 6px 10px #00156130,0 6px 9px #00156130}.orb-two{width:90px;height:90px;right:14px;top:270px;background:radial-gradient(circle at 30% 20%,#e1affb,#a454cd 50%,#572da3);animation-delay:-4s}.orb-two:after{display:none}.page-hero{padding:85px 0;background:#eaf4ff;overflow:hidden}.page-hero h1{font-size:clamp(48px,6.2vw,84px);margin-top:20px;line-height:1.03;letter-spacing:-.065em}.page-hero h1 em{font-style:normal;color:var(--blue)}.page-hero p{max-width:620px;font-size:18px;color:var(--muted);margin-top:25px;line-height:1.7}.page-hero .split{gap:65px}.page-hero-image img{width:100%;height:350px;object-fit:cover;border-radius:26px;box-shadow:0 20px 55px #18365116}.workshop-hero{background:#fff0e4}.workshop-hero .page-hero-image img{object-fit:contain;box-shadow:none}.team-hero{background:#f0e9ff}.team-hero .page-hero-image img{height:330px}.membership-hero{background:linear-gradient(120deg,#e8edff,#fce3f0);position:relative}.membership-hero:after{content:'✳';position:absolute;font:500 380px/1 var(--display);right:7%;top:50px;color:#ee65aa45;pointer-events:none}.speakers-hero{background:#f1f4e5}.library-hero{background:#ffedd6}.library-hero h1 em{color:#ac390d}.past-hero{background:#f3edfc}.catalogue-section{padding-top:45px;background:#f8f9fc;min-height:600px}.search-box{display:flex;align-items:center;gap:13px;border:1px solid #ccd3e0;border-radius:13px;background:white;padding:0 20px;min-height:60px}.search-box:focus-within{outline:2px solid var(--blue);outline-offset:2px}.search-box svg{color:#637089}.search-box input{flex:1;min-width:0;border:0;outline:0;background:none;min-height:58px;color:var(--ink)}.filter-row{display:flex;gap:18px;align-items:end;margin-top:22px;flex-wrap:wrap}.filter-row label{flex:1;min-width:150px;font-size:13px;font-weight:650}.filter-row select{width:100%;margin-top:6px;min-height:45px}.filter-row select,.library-filter>select,.brief-form select{border:1px solid #ccd3e0;border-radius:9px;background:#fff;padding:10px 32px 10px 13px;font-size:14px;color:var(--ink)}.reset-filters{background:transparent;border:0;text-decoration:underline;min-height:45px;font-size:14px}.results-heading{display:flex;justify-content:space-between;align-items:center;margin:32px 0 24px;gap:20px;font-size:15px;font-weight:600}.results-heading span{font-size:13px;font-weight:400;color:var(--muted)}.catalogue-note{color:#596579;font-size:13px;line-height:1.7;margin-top:30px;max-width:900px}.empty-state{grid-column:1/-1;text-align:center;padding:75px 30px;border:1px dashed #c4cddb;border-radius:22px;background:white}.empty-state h2{font-size:31px;margin-bottom:15px}.empty-state p{color:var(--muted);margin-bottom:24px}.empty-state>span{display:inline-flex;width:60px;height:60px;border-radius:50%;background:var(--ice);align-items:center;justify-content:center;margin-bottom:20px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:32px;border:1px solid #e1e6ef;border-radius:23px;background:#fff}.feature-card:nth-child(2){background:#fff5eb;border-color:#ffe6cd}.feature-card:nth-child(3){background:#f4f8e9;border-color:#e3edcc}.feature-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:15px;width:51px;height:51px;background:#e9efff;color:var(--blue);margin-bottom:22px}.feature-card h3{font-size:26px;line-height:1.2}.feature-card p{color:var(--muted);margin-top:13px;font-size:15px}.brief-section{background:#eff3fc}.brief-section .split{align-items:start}.brief-section h2{margin-top:20px}.brief-note{display:block;font-size:14px;line-height:1.7;color:var(--muted);max-width:440px;border-left:3px solid var(--blue);padding-left:16px;margin-top:25px}.brief-form{background:#fff;padding:32px;border:1px solid #dfe5f0;border-radius:24px;box-shadow:0 20px 45px #1c376509;display:grid;gap:18px}.brief-form label{display:grid;gap:7px;font-size:14px;font-weight:650}.brief-form select{width:100%;min-width:0}.brief-form textarea{width:100%;border:1px solid #cdd6e5;border-radius:10px;padding:13px;font-size:14px;resize:vertical;min-height:100px;color:var(--ink)}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.brief-summary{border-radius:10px;padding:12px 15px;background:#edf2ff;color:#273977;font-size:13px}.brief-form .btn{margin:0}.brief-form .text-link{font-size:13px;justify-self:center;white-space:normal;text-align:center}.rounded-photo{width:100%;border-radius:25px}.large-copy{font-size:24px!important;line-height:1.45!important;color:var(--ink)!important}.conference-formats{background:#f7f4fb}.journey{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:65px}.journey>div{border-top:1px solid #d4dce9;padding-top:20px}.journey span{display:block;color:var(--blue);font-size:14px;margin-bottom:15px}.journey h3{font-size:25px}.journey p{font-size:14px;color:var(--muted);margin-top:12px}.membership-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.membership-card{padding:32px;border-radius:26px;display:flex;flex-direction:column}.membership-card h2{font-size:34px;margin-top:22px}.membership-card p{margin-top:20px;line-height:1.7;font-size:16px}.membership-card .btn{margin-top:auto}.membership-card .tick-list{margin-block:28px;font-size:14px}.narrow{max-width:900px}.faq-section{background:#f8f9fc}.faq-section h2{font-size:46px;margin:15px 0 35px}.faq-section details{border-bottom:1px solid #cfd8e8;padding:22px 0}.faq-section summary{font-size:18px;font-weight:650;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none}.faq-section summary::-webkit-details-marker{display:none}.faq-section details p{margin-top:15px;color:var(--muted);max-width:730px}.faq-section details[open] summary svg{transform:rotate(180deg)}.full-team{grid-template-columns:repeat(3,1fr);gap:40px}.full-team .person-photo{max-height:360px}.full-team .person-card p{max-width:100%}.guest-section{background:#ffefeb}.library-filter{display:grid;grid-template-columns:1fr 270px;gap:20px}.library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.library-card{min-height:320px;position:relative;border-radius:16px;padding:25px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.library-card:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:var(--shadow)}.library-card .eyebrow{font-size:9px;letter-spacing:.1em}.library-card .eyebrow:before{display:none}.library-card h2{font-size:26px;margin-top:35px;position:relative;z-index:1;line-height:1.15}.library-card-bottom{margin-top:auto;padding-top:25px;display:flex;align-items:center;justify-content:space-between;font-size:13px;position:relative;z-index:1}.library-card i{font-size:150px;line-height:1;position:absolute;right:-24px;bottom:25px;opacity:.12;font-style:normal}.resources-banner{padding:65px 0;background:#132039;color:#fff}.resources-banner .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.resources-banner h2{font-size:36px;margin-top:15px}.resources-banner p{color:#c1cadc;margin-top:15px}.resources-banner .btn{flex-shrink:0}.site-footer{background:#101e35;color:#fff;padding:75px 0 25px}.footer-top{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:45px}.footer-top h3{font-size:15px;letter-spacing:0;font-family:var(--font);margin-bottom:20px}.footer-top a:not(.brand){display:flex;align-items:center;gap:8px;font-size:14px;color:#c0cbdf;margin-block:10px}.footer-top a:hover{color:#fff}.footer-top a svg{width:13px;height:13px}.footer-brand .brand-word{font-size:31px;color:white;letter-spacing:-.05em}.footer-brand .footer-skills{font-size:inherit;display:inline;letter-spacing:inherit;color:white;font-weight:400}.footer-brand h2{font-size:27px;margin-block:22px;line-height:1.3}.motion-button{background:#ffffff13;border:1px solid #ffffff40;border-radius:7px;color:#e2e8f6;padding:10px 12px;font-size:13px;text-align:left;margin-top:12px;min-height:44px}.footer-small{font-size:13px;color:#a4b2cb;line-height:1.7;margin-top:18px}.footer-bottom{border-top:1px solid #ffffff24;margin-top:55px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;color:#a4b2cb}.footer-bottom>div{display:flex;gap:24px}.footer-bottom a{display:flex;gap:5px;align-items:center}.footer-bottom svg{width:11px;height:11px}dialog{border:0;border-radius:25px;padding:0;max-width:660px;width:calc(100% - 36px);max-height:90dvh;overflow:auto;color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#0a142bc2;backdrop-filter:blur(6px)}.dialog-close{position:absolute;right:15px;top:15px;background:#fff;z-index:2;box-shadow:0 5px 20px #0001}.dialog-photo{height:180px;overflow:hidden}.dialog-photo img{width:100%;height:100%;object-fit:cover}.dialog-body{padding:32px}.dialog-body h2{font-size:37px;margin-top:15px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:25px 0;padding-block:23px;border-block:1px solid var(--line)}.detail-grid span{display:block;color:var(--muted);font-size:12px}.detail-grid strong{font-size:15px;font-weight:600}.dialog-body p{font-size:15px;color:var(--muted);line-height:1.7}.dialog-body .btn{margin-top:24px}.dialog-body small{display:block;color:var(--muted);font-size:12px;margin-top:16px}.schedule-note{background:#fff2d7;padding:12px;border-radius:9px;margin-top:16px;color:#784205!important}.motion-paused,.motion-paused *{scroll-behavior:auto!important}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation:none!important;transition:none!important}.motion-paused .reveal{opacity:1!important;transform:none!important}main:focus{outline:none}.js-motion .reveal:focus-within{opacity:1;transform:none}
@media(max-width:1100px){.split{gap:45px}.topic-tile{padding:22px}.topic-tile h3{font-size:23px}.footer-top{gap:25px}.nav-links{gap:17px}.nav-actions{gap:10px}.nav{gap:22px}.brand{min-width:140px}.brand img{width:140px}.membership-card{padding:25px}.membership-card h2{font-size:28px}.library-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:58px}.hero-art{height:500px}.hero-inner{gap:30px}.page-hero .split{gap:35px}.magazine{width:220px}.orb{right:40px;width:210px;height:210px}.orb:after{width:310px;height:100px;left:-50px;top:75px}.orb-two{width:65px;height:65px;right:0;top:240px}}
@media(max-width:900px){.hero h1{font-size:49px}.hero-art{height:440px}.hero .eyebrow{font-size:10px}.hero-actions .btn{font-size:13px;padding-inline:18px}.hero-proof{font-size:12px}.hero-proof strong{font-size:12px}.hero-proof{gap:10px}.float-three{max-width:200px}.topic-grid,.people-grid{grid-template-columns:repeat(2,1fr)}.conference-section{height:620px}.conference-copy{padding-top:110px}.conference-copy h2{font-size:57px}.split{gap:32px}.split h2{font-size:42px}.publication-art{height:360px}.magazine{width:180px;height:275px;padding:20px}.magazine strong{font-size:43px}.mag-one{left:0;top:45px}.mag-two{right:0;top:20px}.magazine small{font-size:7px}.magazine i{font-size:110px}.membership-strip .container{gap:50px}.membership-strip h2{font-size:37px}.big-cta h2{font-size:68px}.orb{opacity:.7;right:-40px}.orb-two{right:0;top:260px}.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:35px}.footer-top>div:last-child{grid-column:2/4}.page-hero{padding:65px 0}.page-hero h1{font-size:60px}.page-hero p{font-size:16px}.page-hero-image img{height:310px}.feature-card{padding:24px}.feature-card h3{font-size:23px}.feature-grid{gap:15px}.brief-section .split{grid-template-columns:1fr;gap:28px}.brief-section h2 br{display:none}.brief-section .split>div>p{max-width:650px}.brief-note{max-width:100%}.membership-cards{gap:15px}.membership-card{padding:22px}.membership-card h2{font-size:27px}.membership-card .tick-list li{font-size:13px}.membership-card .btn{font-size:13px;padding:12px}.full-team{gap:30px}.library-grid{grid-template-columns:repeat(3,1fr);gap:15px}.library-card{padding:22px;min-height:290px}.library-card h2{font-size:23px}.resources-banner .container{align-items:start;flex-direction:column}.resources-banner h2{font-size:33px}.journey{gap:20px}.journey h3{font-size:22px}}
@media(max-width:600px){.hero h1{font-size:clamp(42px,11.5vw,64px)}.hero .eyebrow{font-size:10px}.hero-art{height:365px;min-height:0}.hero-sculpture{border-radius:25px}.hero-inner{gap:35px;padding-top:25px}.hero-copy{padding-top:12px}.hero-actions .btn{font-size:13px}.hero-proof{font-size:12px}.hero-proof strong{font-size:12px}.hero-proof .avatar-stack img{width:31px;height:31px}.hero-bottom strong{font-size:12px}.float-card{font-size:11px}.float-card strong{font-size:12px}.float-three{font-size:11px;max-width:210px}.format-card p{font-size:14px}.format-card{min-height:252px}.format-card h3{font-size:21px}.ticker{padding:13px 0}.ticker span{font-size:12px}.conference-section{height:620px}.conference-copy{padding-top:105px}.conference-copy h2{font-size:47px}.conference-copy p{font-size:16px;max-width:300px}.conference-side{display:none}.conference-art img{object-position:60%}.conference-section:after{background:linear-gradient(90deg,#080b26ea,#09133160)}.concept-caption{font-size:11px;max-width:270px;line-height:1.5}.topic-grid{gap:12px}.topic-tile{min-height:195px;padding:21px 18px}.topic-tile h3{font-size:22px;margin-top:30px}.topic-tile svg{right:17px;top:20px}.people-grid{gap:25px 14px}.person-photo{border-radius:16px}.person-card h3{font-size:19px;margin-top:14px}.person-card p{font-size:13px;margin-top:6px}.person-photo .icon-btn{width:32px;height:32px;right:10px;bottom:10px}.person-photo .icon-btn svg{width:15px;height:15px}.split{grid-template-columns:1fr;gap:30px}.split h2,.section-title{font-size:42px}.split p{font-size:16px}.team-photo{padding-top:0}.photo-sticker{font-size:13px;left:10px;bottom:8px;padding:12px 18px}.publication-art{height:380px;margin-top:10px;max-width:400px;width:100%;justify-self:center}.magazine{width:200px;height:290px}.mag-one{left:8%;top:50px}.mag-two{right:4%;top:25px}.magazine strong{font-size:48px}.magazine small{font-size:8px}.library-teaser .split{gap:0}.membership-strip{padding:57px 0}.membership-strip .container{grid-template-columns:1fr;gap:25px}.membership-strip h2{font-size:37px}.membership-strip p{font-size:16px}.big-cta{padding:58px 0 68px}.big-cta h2{font-size:54px;max-width:340px}.big-cta .btn{margin-top:12px;font-size:13px}.orb{right:-155px;top:15px;width:190px;height:190px;opacity:.3}.orb-two{display:none}.site-footer{padding-top:53px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 22px}.footer-brand{grid-column:1/-1}.footer-top>div:last-child{grid-column:1/-1}.footer-brand h2{font-size:27px;margin-block:18px}.footer-top a:not(.brand){font-size:14px}.footer-top h3{font-size:14px}.footer-bottom{margin-top:35px;font-size:12px;gap:15px;flex-direction:column}.footer-bottom>div{gap:25px}.page-hero{padding:53px 0}.page-hero h1{font-size:clamp(43px,12vw,65px)}.page-hero p{font-size:16px}.page-hero .split{gap:32px}.page-hero-image img{height:245px}.team-hero .page-hero-image img{height:auto}.membership-hero:after{font-size:240px;right:-90px;top:100px}.search-box{padding-inline:15px;min-height:54px}.search-box input{min-height:53px;font-size:14px}.filter-row{gap:15px;display:grid;grid-template-columns:1fr 1fr}.filter-row label{min-width:0}.filter-row select{font-size:13px;padding-left:10px}.reset-filters{grid-column:1/-1;justify-self:start;min-height:35px;padding-block:0}.results-heading{align-items:start;flex-direction:column;gap:8px;margin-top:24px}.results-heading span{font-size:12px}.feature-grid{grid-template-columns:1fr;gap:15px}.feature-card{padding:28px}.feature-card h3{font-size:26px}.brief-form{padding:23px;gap:18px}.form-pair{grid-template-columns:1fr}.brief-section h2 br{display:block}.brief-form .btn{padding-inline:16px}.journey{grid-template-columns:1fr 1fr;gap:30px 20px;margin-top:40px}.journey h3{font-size:22px}.membership-cards{grid-template-columns:1fr;gap:22px}.membership-card{padding:30px}.membership-card h2{font-size:32px}.membership-card .tick-list li{font-size:15px}.membership-card .btn{font-size:14px}.faq-section h2{font-size:38px}.faq-section summary{font-size:16px}.faq-section details p{font-size:15px}.full-team{grid-template-columns:1fr 1fr}.library-filter{grid-template-columns:1fr;gap:12px}.library-filter>select{min-height:48px}.library-grid{grid-template-columns:1fr 1fr;gap:12px}.library-card{padding:20px 17px;min-height:275px;border-radius:13px}.library-card h2{font-size:23px;margin-top:23px;overflow-wrap:anywhere}.library-card .eyebrow{font-size:8px;line-height:1.5}.library-card-bottom{font-size:12px}.library-card i{font-size:120px}.resources-banner h2{font-size:31px}.dialog-body{padding:25px}.dialog-body h2{font-size:30px}.dialog-photo{height:155px}.detail-grid{gap:18px 13px}.detail-grid strong{font-size:14px}.dialog-body .eyebrow{font-size:10px}.dialog-body .btn{width:100%;font-size:13px}.dialog-body p{font-size:14px}}
@media(prefers-reduced-motion:reduce){.hero-sculpture,.hero-art:hover .hero-sculpture{transform:none}.conference-art{will-change:auto}}


.avatar-stack,.avatar-stack img{flex-shrink:0}

:root{--ink:#111526;--blue:#2547f5;--orange:#ff653e;--pink:#f8a8d3;--yellow:#dbfd56;--muted:#5a6071;--line:#d9dce4;--display:'Manrope',sans-serif}body{background:#fff}.container{max-width:1480px;padding-inline:5vw}.topbar{display:none}.nav{height:94px}.nav-wrap{background:#ffffffef;border-bottom:1px solid #e6e6ed}.brand img{width:148px}.nav-actions>.btn{border-radius:5px;background:var(--ink);min-height:49px}.nav-links>a,.nav-drop>button{font-size:14px}.btn{border-radius:6px;font-size:14px}.btn-primary{background:var(--blue)}.eyebrow{font-size:12px;letter-spacing:.13em}.eyebrow:before{border-radius:0;width:6px;height:6px}.v2-hero{padding:0 5vw;background:#fff;overflow:hidden}.v2-hero-meta{display:flex;justify-content:space-between;border-bottom:1px solid #dde0e8;padding:23px 0;font-size:11px;letter-spacing:.08em;font-weight:600}.v2-hero-stage{display:grid;grid-template-columns:1.08fr 1fr;gap:0;position:relative;min-height:650px;align-items:center;padding-block:50px 30px}.v2-kicker{font-size:12px;font-weight:650;letter-spacing:.1em;display:flex;gap:10px;align-items:center;margin-bottom:25px}.v2-cross{font-size:30px;color:var(--orange);line-height:1}.v2-hero h1{font-size:clamp(74px,8.8vw,137px);line-height:.92;letter-spacing:-.07em;font-weight:800;position:relative;z-index:3}.v2-hero h1>span{color:var(--blue);display:block}.v2-hero-copy{position:relative;z-index:3;padding-bottom:20px}.v2-hero-bottom{display:flex;gap:30px;align-items:center;margin-top:37px}.v2-hero-bottom p{font-size:16px;color:var(--muted);line-height:1.65}.v2-round-link{flex-shrink:0;width:135px;height:135px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--orange);border-radius:50%;font-size:13px;line-height:1.5;font-weight:600;gap:10px;transition:background .25s,transform .35s}.v2-round-link:hover{transform:rotate(-6deg);background:#dafa5b}.v2-round-link svg{width:24px;height:24px}.v2-hero-visual{position:relative;height:535px;transform:rotate(2.5deg);margin-left:0;perspective:1000px}.v2-hero-art{width:100%;height:100%;object-fit:cover;border-radius:4px;object-position:60% center}.v2-hero-stamp{position:absolute;top:-23px;right:22px;font-size:16px;font-weight:800;line-height:1;letter-spacing:-.06em;background:var(--yellow);width:113px;height:113px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;transform:rotate(12deg)}.v2-hero-stamp span{font-size:28px;margin-top:5px}.v2-hero-photo{position:absolute;bottom:-26px;left:-31px;width:215px;transform:rotate(-9deg);border:7px solid #fff;background:#fff;box-shadow:0 18px 30px #18244118}.v2-hero-photo img{width:100%;height:142px;object-fit:cover}.v2-hero-photo>span{display:block;font-size:10px;font-weight:700;letter-spacing:.05em;line-height:1.4;padding:8px}.v2-orbit-label{position:absolute;right:-26px;bottom:20px;writing-mode:vertical-rl;font-size:10px;font-weight:650;letter-spacing:.1em}.v2-hero-foot{display:flex;align-items:center;gap:20px;border-top:1px solid #dde0e8;padding:28px 0;margin-top:33px}.v2-hero-foot>span{font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.07em;margin-right:12px}.v2-hero-foot .avatar-stack img{width:38px;height:38px}.v2-hero-foot p{font-size:12px;line-height:1.5;color:var(--muted)}.v2-scroll-cue{display:flex;gap:18px;align-items:center;font-size:11px;font-weight:650;letter-spacing:.09em;margin-left:auto}.v2-scroll-cue svg{transform:rotate(90deg);width:26px;height:26px}.v2-hero h1,.v2-hero-visual{animation:hero-entry .85s cubic-bezier(.16,1,.3,1) both}.v2-hero-visual{animation-delay:.1s}@keyframes hero-entry{from{opacity:0;translate:0 30px}to{opacity:1;translate:0 0}}@media(max-width:1050px){.v2-hero h1{font-size:9.3vw}.v2-hero-stage{min-height:590px}.v2-hero-visual{height:470px}.v2-hero-bottom{gap:18px}.v2-hero-bottom p{font-size:15px}.v2-round-link{width:116px;height:116px;font-size:12px}.v2-hero-photo{width:185px}.v2-hero-photo img{height:120px}.nav-links{gap:18px}.nav{gap:20px}}@media(max-width:900px){.nav{height:80px}.v2-hero-meta{font-size:10px}.v2-hero-meta>span:last-child{display:none}.v2-hero-stage{grid-template-columns:1.05fr 1fr;min-height:560px}.v2-hero-visual{height:410px}.v2-hero h1{font-size:9.2vw}.v2-hero-bottom{align-items:start;flex-direction:column}.v2-round-link{width:auto;height:auto;border-radius:4px;flex-direction:row;padding:13px 16px;gap:14px;text-align:left}.v2-round-link br{display:none}.v2-kicker{font-size:10px}.v2-hero-photo{width:155px;left:-10px;bottom:-25px}.v2-hero-photo img{height:100px}.v2-hero-stamp{width:90px;height:90px;font-size:14px;right:10px}.v2-hero-foot{gap:14px}.v2-hero-foot>span{font-size:10px}.v2-hero-foot p{font-size:11px}.v2-scroll-cue{font-size:10px}}@media(max-width:600px){.container{padding-inline:22px}.nav{height:76px}.brand img{width:140px}.v2-hero{padding-inline:22px}.v2-hero-meta{padding-block:18px;font-size:9px;letter-spacing:.055em}.v2-hero-stage{display:flex;flex-direction:column;align-items:stretch;padding-top:32px;gap:30px}.v2-kicker{font-size:10px;margin-bottom:22px}.v2-hero h1{font-size:clamp(65px,16.7vw,99px);line-height:.95}.v2-hero-bottom{margin-top:24px;gap:20px}.v2-hero-bottom p{font-size:16px}.v2-hero-bottom p br{display:none}.v2-hero-bottom p{max-width:310px}.v2-round-link{font-size:14px;min-height:48px}.v2-hero-visual{height:380px;margin:0 8px 15px}.v2-hero-photo{width:155px;left:-16px;bottom:-25px}.v2-orbit-label{right:-21px;font-size:9px}.v2-hero-foot{margin-top:12px;padding-block:25px;flex-wrap:wrap;gap:10px}.v2-hero-foot>span{width:100%;margin-bottom:6px}.v2-hero-foot p{font-size:12px}.v2-scroll-cue{font-size:0;gap:0}.v2-scroll-cue svg{width:30px;height:30px}.v2-hero-foot .avatar-stack img{width:32px;height:32px}.v2-hero-stamp{top:-15px;right:12px;width:88px;height:88px}.v2-hero-copy{padding-bottom:0}}
/* CAQA Skills: editorial scale, vivid colour and purposeful movement. */
.v2-section{padding-block:115px}.v2-label{font-size:12px;letter-spacing:.11em;font-weight:650;line-height:1.5;display:block}.v2-serif{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;letter-spacing:-.065em;text-transform:none}.v2-inline-link{display:inline-flex;gap:22px;align-items:center;border-bottom:1px solid currentColor;padding:11px 0;font-size:14px;font-weight:650;transition:gap .25s}.v2-inline-link:hover{gap:32px}.v2-inline-link svg{width:22px;height:22px}.v2-section-head{display:flex;justify-content:space-between;gap:45px;align-items:end;margin-bottom:45px}.v2-section-head h2{font-size:clamp(46px,5.4vw,82px);line-height:1.02;letter-spacing:-.06em;margin-top:24px}.v2-section-head>p,.v2-section-head>div>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:380px}.v2-section-head .v2-inline-link{margin-top:20px}.v2-progress{height:3px;position:absolute;bottom:-1px;left:0;width:100%;pointer-events:none;overflow:hidden}.v2-progress>span{height:3px;background:var(--blue);display:block;transform:scaleX(0);transform-origin:left;will-change:transform}.nav-drop{position:static}.v2-mega{width:min(850px,90vw);left:auto;right:5vw;top:84px;display:grid;grid-template-columns:.85fr 1fr;border-radius:6px;padding:10px;box-shadow:0 25px 70px #141f3320}.v2-mega[hidden]{display:none}.v2-mega-intro{background:#2547f5;color:#fff;padding:28px;position:relative;overflow:hidden;min-height:370px}.v2-mega-intro>span{font-size:10px;letter-spacing:.1em}.v2-mega-intro h2{font-size:45px;position:relative;z-index:1;margin-top:22px}.v2-mega-intro img{position:absolute;inset:180px 0 0;width:100%;height:220px;object-fit:cover;mix-blend-mode:luminosity;opacity:.8}.v2-mega-links{padding:5px 15px}.v2-mega-links a{border-bottom:1px solid #e1e4ed;border-radius:0;position:relative;padding:14px 10px;font-size:18px;letter-spacing:-.03em}.v2-mega-links a:last-child{border:0}.v2-mega-links a>span{font-size:10px;letter-spacing:0;margin-right:13px;color:var(--muted)}.v2-mega-links a>svg{position:absolute;right:12px;top:20px;width:17px}.v2-mega-links small{font-size:13px;margin-left:28px;letter-spacing:0}.v2-mobile{max-height:calc(100dvh - 76px);overflow:auto;padding:25px 22px;background:#f6f7fb}.v2-mobile .v2-label{margin-bottom:13px;color:var(--blue);font-size:11px}.v2-mobile a{font-family:var(--display);font-size:23px;letter-spacing:-.045em;border-bottom:1px solid #dce0e8;line-height:1.3;padding-block:13px}.v2-hero-visual{transform:perspective(1200px) rotate(2.5deg) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .5s ease-out}.v2-hero-art{object-position:70% center}.v2-intro{padding:105px 0 115px;background:#f5f5f8}.v2-intro h2{font-size:clamp(38px,4.25vw,66px);line-height:1.2;margin-top:32px;letter-spacing:-.055em;font-weight:600;max-width:1060px}.v2-intro h2>span{color:var(--blue)}.v2-intro-foot{display:grid;grid-template-columns:80px 1fr auto;gap:30px;align-items:center;margin-top:40px}.v2-intro-foot .v2-cross{font-size:72px}.v2-intro-foot p{max-width:510px;color:var(--muted);font-size:16px}.v2-formats{background:#151728;color:white;overflow:hidden}.v2-formats .v2-label{color:#aeb4cf}.v2-formats .v2-section-head p{color:#c3c6d7}.v2-formats h2 .v2-serif{color:#caff63}.v2-format-grid{display:grid;grid-template-columns:.95fr 1.35fr;gap:80px;margin-top:60px;align-items:start}.v2-format-tabs{border-top:1px solid #ffffff35}.v2-format-tabs button{display:flex;width:100%;align-items:center;gap:23px;padding:28px 0;background:none;border:0;border-bottom:1px solid #ffffff35;color:#a8acc3;text-align:left;transition:color .3s,padding .3s}.v2-format-tabs button:hover,.v2-format-tabs button[aria-selected=true]{color:#d8ff66;padding-left:12px}.v2-tab-number{font-size:12px;align-self:start;margin-top:8px}.v2-format-tabs button strong{font-family:var(--display);font-size:34px;font-weight:550;letter-spacing:-.055em;line-height:1.2}.v2-format-tabs button svg{margin-left:auto;width:26px;height:26px}.v2-format-tabs button:focus-visible{outline-color:#d8ff66;outline-offset:5px}.v2-format-panel{overflow:hidden}.v2-format-image{position:relative;height:345px;background:#284072;overflow:hidden;border-radius:4px}.v2-format-image>img{width:100%;height:100%;object-fit:cover;animation:format-in .6s ease both}.v2-format-image>span{position:absolute;left:20px;top:20px;background:#fff;color:#14182a;padding:7px 12px;font-size:10px;font-weight:650;letter-spacing:.08em}.v2-format-image>small{position:absolute;bottom:18px;right:20px;color:#fff;font-size:12px}.v2-format-copy{padding-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:20px 30px}.v2-format-copy h3{font-size:35px;line-height:1.12;font-weight:550;letter-spacing:-.04em}.v2-format-copy p{font-size:15px;color:#bfc3d9;line-height:1.7}.v2-format-copy .v2-inline-link{grid-column:1/-1;justify-self:start;color:#d8ff66}.v2-programme{background:#fff}.v2-programme h2{font-size:82px}.v2-programme h2 .v2-serif{color:var(--orange);font-size:1.2em}.v2-programme-bar{display:flex;justify-content:space-between;align-items:center;gap:25px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:36px}.v2-programme-bar .event-tabs{margin:0}.v2-programme-bar p{font-size:13px;color:var(--muted)}.pill{border-radius:3px;font-size:14px;padding:11px 19px}.pill.active,.pill[aria-pressed=true]{background:var(--blue);border-color:var(--blue)}.v2-event-card{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible}.v2-event-card:hover{transform:none;box-shadow:none}.v2-event-card .event-image{border-radius:5px;height:250px;overflow:hidden;background:#e8ecf6}.v2-event-card .event-image:after{background:linear-gradient(transparent 60%,#12173122)}.v2-event-card .event-image:hover img{transform:scale(1.065)}.v2-event-card .badge{left:16px;top:16px;font-size:10px;letter-spacing:.05em;border-radius:3px;padding:8px 11px}.v2-date-block{position:absolute;bottom:16px;left:16px;z-index:1;background:#fff;display:flex;flex-direction:column;min-width:67px;padding:10px 12px;color:var(--ink);text-align:center}.v2-date-block>strong{font:600 35px/1 var(--display);letter-spacing:-.06em}.v2-date-block>span{font-size:10px;margin-top:5px;text-transform:uppercase;font-weight:650}.v2-image-arrow{position:absolute;right:15px;bottom:16px;z-index:1;background:var(--yellow);color:var(--ink);width:45px;height:45px;border-radius:50%;display:grid;place-items:center;transition:transform .3s}.event-image:hover .v2-image-arrow{transform:rotate(45deg)}.v2-event-card .event-card-body{padding:24px 0 12px}.v2-event-card .event-category{font-size:11px;letter-spacing:.04em;margin-bottom:13px}.v2-event-card h3{font-size:26px;font-weight:650;line-height:1.2;letter-spacing:-.045em}.v2-event-card .event-card-bottom{border-top:1px solid #dfe2eb;padding-top:17px;margin-top:24px}.v2-event-card .event-card-bottom>span{font-size:13px;color:var(--muted)}.v2-event-card .event-card-bottom i{font-style:normal;margin:0 7px}.v2-event-card .event-card-bottom strong{font-size:19px;font-weight:650}.v2-featured-events{grid-template-columns:1.18fr 1fr 1fr;gap:30px;align-items:start}.v2-featured-events .event-card:nth-child(2){margin-top:45px}.v2-featured-events .event-card:nth-child(3){margin-top:90px;display:flex}.v2-featured-events .event-card:first-child .event-image{height:295px}.v2-conference{height:840px;display:flex;align-items:stretch;position:relative}.v2-conference>.container{width:100%;display:flex;flex-direction:column;padding-top:40px;padding-bottom:30px}.v2-conference .conference-art{inset:-45px 0;transform:translateY(var(--parallax-y,0px))}.v2-conference:after{background:linear-gradient(90deg,#071128b5,#050f2120),linear-gradient(0deg,#071125ce,transparent 50%)}.v2-conference-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.v2-conference-top .badge{border:1px solid #fff7;background:#0002;color:#fff;border-radius:3px;font-size:10px;letter-spacing:.1em;padding:8px 12px}.v2-conference .conference-copy{padding-top:0;margin-top:auto;width:100%}.v2-conference .conference-copy h2{font-size:clamp(65px,7vw,110px);line-height:.97;letter-spacing:-.065em;margin:0}.v2-conference h2 em{color:#dafa5b;font-style:normal}.v2-conference-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:25px;gap:35px}.v2-conference-bottom p{font-size:18px;max-width:460px;line-height:1.6;margin:0;color:#fff}.v2-conference-bottom .btn{margin:0}.v2-conference-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:45px;padding-top:23px;border-top:1px solid #ffffff60;font-size:10px;letter-spacing:.06em}.v2-conference-foot small{font-size:11px;letter-spacing:0;color:#d8dbe6}.v2-topics{background:#deff70;overflow:hidden}.v2-topics-head{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:start}.v2-topics h2{font-size:clamp(40px,4.8vw,74px);line-height:1.06;letter-spacing:-.055em}.v2-topics .v2-serif{color:#526b21}.v2-topic-list{margin-top:55px}.v2-topic-row{position:relative;display:flex;align-items:center;gap:45px;min-height:124px;border-top:1px solid #18251460;padding:28px 0;isolation:isolate}.v2-topic-row:last-child{border-bottom:1px solid #18251460}.v2-topic-index{font-size:12px;align-self:start;margin-top:10px}.v2-topic-row h3{font-size:clamp(27px,3.7vw,55px);font-weight:550;letter-spacing:-.055em;line-height:1.12;transition:translate .35s}.v2-topic-row:hover h3,.v2-topic-row:focus-visible h3{translate:14px 0}.v2-topic-arrow{margin-left:auto;border:1px solid #18251470;min-width:47px;height:47px;border-radius:50%;display:grid;place-items:center;transition:background .3s}.v2-topic-arrow svg{width:23px;height:23px}.v2-topic-row:hover .v2-topic-arrow{background:#fff}.v2-topic-reveal{position:absolute;width:200px;height:145px;right:100px;top:-10px;border:6px solid white;box-shadow:0 15px 30px #13271825;transform:rotate(8deg) scale(.8);opacity:0;transition:.35s;z-index:2;pointer-events:none}.v2-topic-reveal img{width:100%;height:100%;object-fit:cover}.v2-topic-row:hover .v2-topic-reveal,.v2-topic-row:focus-visible .v2-topic-reveal{opacity:1;transform:rotate(8deg) scale(1)}.v2-experts{background:#fff}.v2-experts h2{font-size:clamp(43px,4.6vw,72px)}.v2-experts h2 .v2-serif{color:var(--blue)}.v2-people-strip{margin-top:55px;gap:28px;align-items:start}.v2-people-strip .person-card:nth-child(even){margin-top:80px}.person-photo{aspect-ratio:4/5;border-radius:5px}.person-photo>img{mix-blend-mode:normal;object-position:top center}.person-photo .icon-btn{border-radius:50%;background:#fff;width:42px;height:42px}.v2-person-number{position:absolute;left:15px;top:15px;background:#fff;display:grid;place-items:center;width:29px;height:29px;font-size:11px;border-radius:50%;font-weight:600}.person-caption{display:flex;align-items:start;flex-direction:column;padding-top:3px}.person-card h3{font-size:22px;font-weight:650;margin-top:17px}.person-card p{font-size:14px;max-width:240px;line-height:1.5}.v2-expert-foot{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding-top:25px;margin-top:40px;gap:25px}.v2-expert-foot>span{font-size:11px;letter-spacing:.1em;font-weight:650}.v2-expert-foot p{font-size:15px;color:var(--muted)}.v2-team-story{background:#2846f2;color:white;overflow:hidden}.v2-team-story .v2-label{color:#d1d8ff}.v2-team-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;margin-top:40px;align-items:center}.v2-team-copy h2{font-size:clamp(56px,6vw,91px);line-height:1.04;letter-spacing:-.055em}.v2-team-copy h2 .v2-serif{color:#d7ff74}.v2-team-copy>p{max-width:380px;font-size:17px;line-height:1.75;color:#e1e5ff;margin-top:25px}.v2-team-copy>.btn{margin-top:25px}.v2-team-steps{display:flex;gap:30px;border-top:1px solid #ffffff50;margin-top:42px;padding-top:23px}.v2-team-steps span{font-size:14px}.v2-team-steps i{display:block;font-size:10px;color:#c5d0ff;font-style:normal;margin-bottom:4px}.v2-team-collage{height:480px;position:relative}.v2-team-main{position:absolute;right:0;top:10px;width:95%;height:360px;transform:rotate(4deg) translateY(var(--parallax-y,0px));overflow:hidden;border:8px solid #fff}.v2-team-main img{width:100%;height:100%;object-fit:cover}.v2-team-small{position:absolute;bottom:0;left:-10px;width:52%;height:225px;background:#e8eaff;transform:rotate(-8deg);border:8px solid white;box-shadow:0 15px 40px #101a4230}.v2-team-small img{width:100%;height:100%;object-fit:cover}.v2-team-sticker{position:absolute;right:-20px;bottom:10px;width:142px;height:142px;border-radius:50%;background:#fbb2d8;color:#1d1830;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:15px;font-weight:700;line-height:1.3;text-align:center;transform:rotate(12deg)}.v2-team-sticker svg{margin-top:12px;width:26px;height:26px}.v2-library-story{background:#f5f5f8}.v2-library-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.v2-library-visual{height:580px;position:relative;transform:perspective(1200px) rotate(-3deg) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .5s}.v2-library-visual>img{width:100%;height:100%;object-fit:cover;border-radius:5px}.v2-library-number{position:absolute;left:25px;bottom:25px;color:#fff;font:500 87px/1 var(--display);letter-spacing:-.07em}.v2-library-number small{display:block;font:600 10px/1.5 var(--font);letter-spacing:.1em;margin-top:9px}.v2-library-copy h2{font-size:clamp(45px,4.8vw,74px);line-height:1.03;letter-spacing:-.065em;margin-top:25px}.v2-library-copy h2 .v2-serif{color:var(--blue);font-size:1.15em}.v2-library-copy p{font-size:17px;line-height:1.7;color:var(--muted);margin-top:27px;max-width:440px}.v2-library-copy .v2-inline-link{margin-top:15px}.v2-library-series{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #d5d9e6;padding-top:25px;margin-top:35px}.v2-library-series span{font-size:12px;border:1px solid #bfc7db;padding:6px 10px;border-radius:2px}.v2-member-story{background:#ff916e;padding:95px 0 30px;overflow:hidden}.v2-member-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;margin-top:35px;align-items:center}.v2-member-grid h2{font-size:clamp(49px,5.7vw,87px);line-height:1;letter-spacing:-.06em}.v2-member-grid h2 .v2-serif{color:#792e20}.v2-member-grid>div{max-width:390px;justify-self:end}.v2-member-grid p{font-size:18px;line-height:1.7;margin-top:20px}.v2-member-grid .btn{margin-top:24px}.v2-member-mark{font:400 110px/1 var(--display);display:block}.v2-member-bottom{display:flex;justify-content:space-between;border-top:1px solid #763c3355;margin-top:65px;padding-top:24px;font-size:11px;letter-spacing:.09em;font-weight:650}.v2-finale{background:#ecf0fe;padding:35px 0 40px}.v2-finale .container{position:static}.v2-finale-top,.v2-finale-foot{display:flex;justify-content:space-between;align-items:center;gap:30px}.v2-finale-top>span:last-child{font-size:11px;font-weight:600;letter-spacing:.055em}.v2-finale-middle{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:45px}.v2-finale h2{font-size:clamp(52px,8vw,120px);line-height:.99;letter-spacing:-.065em;margin:0}.v2-finale h2 em{font-style:italic;font-family:Georgia,serif;font-weight:400;color:var(--blue)}.v2-finale .v2-round-link{width:148px;height:148px;font-size:16px;background:var(--blue);color:#fff}.v2-finale .v2-round-link:hover{background:var(--ink)}.v2-finale-foot{border-top:1px solid #b8c4e4;padding-top:24px}.v2-finale-foot p{font-size:14px;color:var(--muted)}.v2-footer{background:#141627;padding-top:65px;overflow:hidden}.v2-footer .footer-top{grid-template-columns:1.5fr 1fr 1fr 1.1fr}.v2-footer-wordmark{font-family:var(--display);font-size:30px;font-weight:750;letter-spacing:-.08em;line-height:1;color:#fff;display:block!important;margin:0!important}.v2-footer-wordmark span{display:block;color:#d8ff66;font-size:42px}.v2-footer .footer-brand>p{font-size:14px;line-height:1.6;color:#c4c8dd;margin:23px 0}.v2-footer .footer-top h3{font-size:11px;letter-spacing:.1em;color:#a4abc6}.v2-footer .footer-top a:not(.v2-footer-wordmark){font-size:14px;margin-block:11px;line-height:1.4}.v2-footer-symbol{display:block;font-size:67px;color:#d8ff66;margin-top:25px;line-height:1}.v2-footer-motto{font-size:clamp(65px,13.45vw,210px);font-family:var(--display);font-weight:750;letter-spacing:-.075em;line-height:.85;color:#35394f;margin-top:80px;white-space:nowrap}.v2-footer .footer-bottom{margin-top:36px}.v2-footer .footer-bottom a{font-size:12px}.motion-button{border-radius:3px}.v2-page-hero{padding:25px 0 75px;background:#f0f3ff}.v2-page-breadcrumb{display:flex;gap:13px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:0 0 27px;border-bottom:1px solid #14213b22;margin-bottom:50px;font-weight:600}.v2-page-breadcrumb>span:last-child{color:var(--muted)}.v2-page-hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;align-items:center}.v2-page-hero h1{font-size:clamp(56px,6.2vw,95px);text-transform:uppercase;line-height:1;letter-spacing:-.065em}.v2-page-hero h1 em{font-family:Georgia,serif;font-weight:400;font-style:italic;text-transform:none;color:var(--blue)}.v2-page-hero p{font-size:17px;max-width:470px;line-height:1.75}.v2-page-hero .page-hero-image{position:relative;transform:perspective(1000px) rotate(3deg) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .5s}.v2-page-hero .page-hero-image img{border-radius:5px;height:440px;width:100%;object-fit:cover;box-shadow:none}.v2-image-label{position:absolute;bottom:20px;left:20px;padding:7px 10px;background:white;color:var(--ink);font-size:10px;font-weight:650;letter-spacing:.05em}.v2-no-art{grid-template-columns:1fr}.v2-page-hero.workshop-hero{background:#ffbd9f}.v2-page-hero.workshop-hero .page-hero-image img{object-fit:contain;background:#ffe8d7}.v2-page-hero.team-hero{background:#d6f57c}.v2-page-hero.team-hero h1 em{color:#486019}.v2-page-hero.membership-hero{background:#eeaff0}.v2-page-hero.membership-hero:after{display:none}.v2-page-hero.membership-hero h1 em{color:#843c85}.v2-page-hero.speakers-hero{background:#eef0fa}.v2-page-hero.library-hero{background:#dcdefe}.v2-page-hero.library-hero h1 em{color:#4a38a7}.v2-catalogue-header{background:#eaf0ff;padding:45px 0 42px}.v2-catalogue-header>.container{display:flex;justify-content:space-between;align-items:end;gap:50px}.v2-catalogue-header h1{font-size:clamp(50px,5.5vw,80px);line-height:.99;letter-spacing:-.055em;margin-top:19px}.v2-catalogue-header h1 em{font-family:Georgia,serif;font-style:italic;font-weight:400;color:var(--blue)}.v2-catalogue-header p{font-size:17px;max-width:360px;color:var(--muted);line-height:1.7}.v2-recordings{background:#e3edcb}.v2-recordings h1 em{color:#53692e}.catalogue-section{background:white;padding-top:35px}.search-box{border-radius:4px;min-height:60px;border-color:#b3bcd3}.filter-row select{border-radius:3px;min-height:48px}.filter-row label{font-size:14px}.results-heading{border-top:1px solid var(--line);padding-top:22px}.catalogue-grid{gap:38px 28px}.catalogue-grid .event-image{height:250px}.catalogue-grid .event-card:nth-child(3){display:flex}.catalogue-grid .event-card-body h3{font-size:25px}.catalogue-note{font-size:13px;max-width:930px}.section-heading h2{font-size:clamp(39px,4.5vw,67px);line-height:1.07;letter-spacing:-.055em}.section-heading .eyebrow{font-size:12px}.v2-feature-card{border:0;border-top:1px solid #bcc5d9;padding:28px 25px 32px;border-radius:0;background:#f5f7fc;min-height:260px}.v2-feature-card:nth-child(2){background:#fff0e4;border-color:#dda67d}.v2-feature-card:nth-child(3){background:#eaf3cf;border-color:#b0c875}.v2-feature-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.v2-feature-top>span{font-size:12px;font-weight:650}.v2-feature-top svg{width:30px;height:30px}.v2-feature-card h3{font-size:27px;font-weight:600}.v2-feature-card p{font-size:16px;line-height:1.7}.brief-section{background:#172aab;color:white}.brief-section .eyebrow{color:#c6d0ff}.brief-section h2{font-size:clamp(42px,4.8vw,72px);line-height:1.04;color:#fff}.brief-section .split>div>p{color:#d5ddff;font-size:17px}.brief-note{color:#bec9f5;border-left-color:#d6fc6a;font-size:14px}.brief-form{border:0;border-radius:5px;padding:35px;color:var(--ink);box-shadow:none}.brief-form select,.brief-form textarea,.brief-summary{border-radius:3px}.brief-form label{font-size:14px}.brief-form .btn{min-height:52px}.brief-form .text-link{font-size:14px}.rounded-photo{border-radius:5px}.journey{gap:0;counter-reset:journey}.journey>div{padding:28px 24px;border-left:1px solid #d4dce9;min-height:170px}.journey>div:first-child{border-left:0}.journey span{font-size:13px}.journey h3{font-size:25px}.journey p{font-size:15px}.conference-formats{background:#f0f2fc}.section-title{font-size:clamp(45px,5.5vw,79px)}.membership-cards{gap:22px}.membership-card{border-radius:5px;padding:35px;min-height:435px;position:relative}.membership-card:nth-child(1){background:#e3eaff;color:#14214d}.membership-card:nth-child(2){background:#2343e6;color:#fff;transform:translateY(-20px)}.membership-card:nth-child(3){background:#dffa8c;color:#25351a}.membership-card:nth-child(2) .tick-list svg{color:#e0ff75}.membership-card:nth-child(2) .btn{background:#fff;color:#182a91}.membership-card .eyebrow{font-size:12px}.membership-card h2{font-size:35px;line-height:1.1;max-width:270px;margin-top:38px}.membership-card p{font-size:16px}.membership-card .tick-list{gap:15px}.membership-card .tick-list li{font-size:14px}.faq-section{background:#f5f5f9}.faq-section .narrow{max-width:1000px}.faq-section h2{font-size:55px;letter-spacing:-.055em;margin-bottom:45px}.faq-section details{padding-block:26px}.faq-section summary{font-size:20px;letter-spacing:-.025em}.faq-section details p{font-size:16px}.full-team{gap:55px 35px}.full-team .person-photo{max-height:430px;aspect-ratio:1/1.08}.full-team .person-card:nth-child(3n+2){transform:translateY(40px)}.full-team+.catalogue-note{margin-top:70px}.guest-section{background:#fbba94}.guest-section h2{font-size:clamp(40px,4.8vw,67px)}.guest-section h2 em{font-family:Georgia,serif;font-weight:400;color:#8d3b20}.library-filter{gap:15px;grid-template-columns:1fr 290px}.library-filter>select{border-radius:3px;font-size:14px}.library-grid{gap:27px}.library-card{border-radius:3px;min-height:360px;padding:27px;box-shadow:7px 8px 0 #161d3520;border-left:6px solid #fff4;transform:rotate(-1deg)}.library-card:nth-child(even){transform:rotate(1deg)}.library-card:hover{transform:translateY(-7px) rotate(0)}.library-card:nth-child(4n+1){background:#203ee6;color:#fff}.library-card:nth-child(4n+2){background:#ff8c64;color:#422014}.library-card:nth-child(4n+3){background:#dafe6c;color:#273516}.library-card:nth-child(4n+4){background:#e5b0db;color:#54285a}.library-card .eyebrow{font-size:10px;line-height:1.6}.library-card h2{font-size:27px;line-height:1.15;font-weight:600;margin-top:42px}.library-card-bottom{border-top:1px solid #ffffff60;font-size:13px;margin-top:auto}.library-card i{font-size:190px;opacity:.12;bottom:50px}.resources-banner{background:#2544e4;padding:65px 0}.resources-banner h2{font-size:43px;letter-spacing:-.05em}.resources-banner p{font-size:16px;color:#e4e8ff}.resources-banner .eyebrow{font-size:12px}dialog{border-radius:7px}.dialog-photo{height:215px}.dialog-body{padding:35px}.dialog-body h2{font-size:42px;letter-spacing:-.06em;line-height:1.07}.detail-grid{padding-block:26px}.detail-grid strong{font-size:16px}.dialog-body small{font-size:13px}.dialog-body .eyebrow{font-size:12px}.schedule-note{border-radius:3px}.v2-page-enter{animation:page-arrival .38s cubic-bezier(.2,.7,.2,1)}.reveal{transition-delay:var(--reveal-delay,0ms);transition-duration:.8s}.motion-paused [data-parallax]{transform:none!important}.motion-paused [data-tilt]{transform:none!important}.motion-paused .v2-topic-row:hover h3{translate:0 0}@keyframes page-arrival{from{opacity:.65;translate:0 10px}to{opacity:1;translate:0 0}}@keyframes format-in{from{opacity:.55;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}
@media(min-width:1600px){.v2-hero{padding-inline:max(5vw,calc((100vw - 1480px)/2))}.v2-hero-stage{min-height:710px}.v2-hero-visual{height:575px}.v2-hero h1{font-size:137px}.v2-hero-bottom{gap:45px}.v2-hero-photo{width:245px}.v2-hero-photo img{height:165px}}
@media(max-width:1100px){.v2-section{padding-block:90px}.v2-section-head h2{font-size:61px}.v2-format-grid{gap:40px}.v2-format-tabs button strong{font-size:29px}.v2-format-tabs button{padding-block:27px;gap:17px}.v2-format-image{height:310px}.v2-format-copy{gap:20px}.v2-format-copy h3{font-size:29px}.v2-format-copy p{font-size:14px}.v2-featured-events{gap:22px}.v2-event-card .event-image{height:230px}.v2-featured-events .event-card:first-child .event-image{height:270px}.v2-event-card h3{font-size:23px}.v2-conference{height:750px}.v2-conference .conference-copy h2{font-size:79px}.v2-people-strip{gap:20px}.person-card h3{font-size:20px}.v2-team-grid{gap:45px}.v2-team-collage{height:420px}.v2-team-main{height:310px}.v2-team-small{height:195px}.v2-team-sticker{width:110px;height:110px;right:-10px;font-size:12px}.v2-library-grid{gap:65px}.v2-library-visual{height:505px}.v2-library-copy h2{font-size:58px}.v2-member-grid{gap:60px}.v2-member-grid h2{font-size:65px}.v2-page-hero-grid{gap:45px}.v2-page-hero h1{font-size:68px}.v2-page-hero .page-hero-image img{height:380px}.library-grid{grid-template-columns:repeat(3,1fr)}.membership-card{padding:27px}.membership-card h2{font-size:29px}.brief-form{padding:29px}.v2-footer .footer-top{gap:28px}}
@media(max-width:900px){.v2-section{padding-block:75px}.v2-section-head h2{font-size:53px}.v2-section-head>p,.v2-section-head>div>p{font-size:15px}.v2-intro{padding-block:80px}.v2-intro-foot{grid-template-columns:60px 1fr;gap:25px}.v2-intro-foot .v2-inline-link{grid-column:2;justify-self:start}.v2-format-grid{grid-template-columns:.85fr 1.2fr;gap:30px;margin-top:40px}.v2-format-tabs button{padding-block:25px;gap:13px}.v2-format-tabs button strong{font-size:25px}.v2-format-tabs button svg{width:21px;height:21px}.v2-format-image{height:265px}.v2-format-copy{grid-template-columns:1fr}.v2-format-copy h3{font-size:30px}.v2-format-copy h3 br{display:none}.v2-format-copy p{font-size:15px}.v2-format-copy .v2-inline-link{grid-column:auto;margin-top:0}.v2-programme-bar{flex-direction:column;align-items:start;gap:15px}.v2-featured-events{grid-template-columns:1fr 1fr}.v2-featured-events .event-card:nth-child(2){margin-top:40px}.v2-featured-events .event-card:nth-child(3){display:none}.v2-featured-events .event-card:first-child .event-image{height:250px}.v2-featured-events .event-image{height:250px}.v2-conference{height:710px}.v2-conference .conference-copy h2{font-size:69px}.v2-conference-bottom p{font-size:16px}.v2-conference-foot{font-size:9px}.v2-conference-foot small{font-size:10px}.v2-topics-head{grid-template-columns:1fr;gap:25px}.v2-topics h2{font-size:55px}.v2-topic-row{gap:28px;min-height:105px}.v2-topic-row h3{font-size:35px}.v2-topic-reveal{width:155px;height:120px;right:70px}.v2-people-strip{grid-template-columns:repeat(4,1fr);gap:17px}.v2-people-strip .person-card:nth-child(even){margin-top:55px}.v2-people-strip .person-card h3{font-size:18px}.person-card p{font-size:13px}.v2-person-number{left:10px;top:10px;width:24px;height:24px;font-size:10px}.person-photo .icon-btn{width:32px;height:32px;right:10px;bottom:10px}.person-photo .icon-btn svg{width:16px;height:16px}.v2-team-grid{grid-template-columns:1fr 1fr;gap:35px}.v2-team-copy h2{font-size:60px}.v2-team-copy>p{font-size:16px}.v2-team-collage{height:390px}.v2-team-main{height:295px}.v2-team-small{height:160px;width:62%;left:-15px}.v2-team-sticker{right:-15px;bottom:20px;width:100px;height:100px;font-size:11px}.v2-team-steps{gap:22px}.v2-team-steps span{font-size:12px}.v2-library-grid{gap:40px}.v2-library-visual{height:470px}.v2-library-copy h2{font-size:47px}.v2-library-copy p{font-size:16px}.v2-library-number{font-size:65px;left:18px;bottom:20px}.v2-library-number small{font-size:9px}.v2-member-grid h2{font-size:54px}.v2-member-grid{gap:35px}.v2-member-grid p{font-size:16px}.v2-member-mark{font-size:80px}.v2-finale h2{font-size:69px}.v2-finale .v2-round-link{width:115px;height:115px;font-size:14px}.v2-finale-top>span:last-child{font-size:9px}.v2-finale-foot p{font-size:13px;max-width:300px}.v2-footer .footer-top{grid-template-columns:1.3fr 1fr 1fr}.v2-footer .footer-top>div:last-child{grid-column:2/4}.v2-footer-symbol{font-size:50px}.v2-footer-motto{margin-top:60px;font-size:13vw}.v2-page-hero-grid{gap:30px}.v2-page-hero h1{font-size:56px}.v2-page-hero .page-hero-image img{height:320px}.v2-page-hero p{font-size:16px}.v2-page-hero{padding-bottom:60px}.v2-catalogue-header{padding-block:40px}.v2-catalogue-header h1{font-size:61px}.v2-catalogue-header p{font-size:15px;max-width:270px}.v2-catalogue-header .v2-label{font-size:10px}.v2-catalogue-header>.container{gap:35px}.catalogue-grid{grid-template-columns:repeat(2,1fr)}.v2-feature-card{padding:25px 23px}.v2-feature-card h3{font-size:24px}.v2-feature-card p{font-size:15px}.membership-cards{gap:15px}.membership-card{padding:24px;min-height:435px}.membership-card h2{font-size:28px}.membership-card .tick-list li{font-size:13px}.membership-card .btn{font-size:13px;padding-inline:13px}.membership-card .eyebrow{font-size:10px}.full-team .person-card:nth-child(3n+2){transform:none}.full-team{grid-template-columns:repeat(3,1fr);gap:40px 25px}.full-team .person-card p{font-size:14px}.library-grid{gap:20px}.library-card{padding:23px;min-height:330px}.library-card h2{font-size:24px}.library-card .eyebrow{font-size:9px}.library-card i{font-size:140px}}
@media(max-width:600px){.v2-section{padding-block:62px}.v2-label{font-size:10px;letter-spacing:.09em}.v2-section-head{display:block;margin-bottom:30px}.v2-section-head h2{font-size:46px;margin-top:20px;line-height:1.02}.v2-section-head>p,.v2-section-head>div>p{margin-top:25px;font-size:16px}.v2-section-head .v2-inline-link{margin-top:20px}.v2-hero h1{font-size:clamp(51px,16.7vw,99px)}.v2-hero-visual{height:360px}.v2-hero-meta{font-size:9px}.v2-kicker{font-size:10px}.v2-intro{padding-block:58px}.v2-intro h2{font-size:34px;line-height:1.2;margin-top:27px}.v2-intro-foot{grid-template-columns:1fr;gap:20px;margin-top:28px}.v2-intro-foot .v2-cross{font-size:49px}.v2-intro-foot p{font-size:16px}.v2-intro-foot .v2-inline-link{grid-column:auto}.v2-inline-link{font-size:14px;gap:16px}.v2-formats .v2-section-head h2{font-size:43px}.v2-formats .v2-section-head p{font-size:16px}.v2-format-grid{grid-template-columns:1fr;gap:30px;margin-top:32px}.v2-format-tabs{display:grid;grid-template-columns:1fr 1fr;border-top:0;gap:10px}.v2-format-tabs button{border:1px solid #74788e;gap:10px;padding:15px 13px;min-height:64px}.v2-format-tabs button strong{font-size:19px;font-weight:550;letter-spacing:-.04em}.v2-format-tabs button svg{width:16px;height:16px}.v2-tab-number{font-size:9px;margin-top:2px;display:none}.v2-format-tabs button:hover,.v2-format-tabs button[aria-selected=true]{padding-left:13px;background:#d8ff66;border-color:#d8ff66;color:#141829}.v2-format-image{height:250px}.v2-format-copy{padding-top:25px;gap:17px}.v2-format-copy h3{font-size:33px}.v2-format-copy p{font-size:16px}.v2-format-copy .v2-inline-link{margin-top:0}.v2-format-image>span{font-size:9px;left:14px;top:14px}.v2-programme .v2-section-head h2{font-size:62px}.v2-programme .v2-section-head>div>p{font-size:16px;margin-top:22px}.v2-programme-bar{padding-bottom:20px;margin-bottom:28px}.v2-programme-bar p{font-size:12px}.v2-programme-bar .pill{font-size:12px;padding:10px 13px}.v2-featured-events{grid-template-columns:1fr;gap:32px}.v2-featured-events .event-card:nth-child(2),.v2-featured-events .event-card:nth-child(3){margin-top:0;display:flex}.v2-featured-events .event-card:first-child .event-image,.v2-featured-events .event-image{height:265px}.v2-event-card h3{font-size:26px}.v2-event-card .event-category{font-size:11px}.v2-event-card .event-card-body{padding-top:20px}.v2-event-card .event-card-bottom{margin-top:20px}.v2-conference{height:720px}.v2-conference>.container{padding-top:25px;padding-bottom:24px}.v2-conference-top{align-items:start;gap:15px}.v2-conference-top .v2-label{font-size:9px}.v2-conference-top .badge{font-size:8px;padding:7px 8px}.v2-conference .conference-copy h2{font-size:clamp(37px,10.25vw,61px);line-height:1.02}.v2-conference .conference-art img{object-position:60%}.v2-conference-bottom{display:block;margin-top:25px}.v2-conference-bottom p{font-size:16px;line-height:1.6}.v2-conference-bottom .btn{margin-top:22px}.v2-conference-foot{flex-direction:column;align-items:start;gap:12px;margin-top:30px;font-size:8px;letter-spacing:.04em}.v2-conference-foot small{font-size:11px}.v2-conference:after{background:linear-gradient(90deg,#071128b5,#050f2130),linear-gradient(0deg,#071125f2,transparent 80%)}.v2-topics-head{gap:24px}.v2-topics h2{font-size:42px;line-height:1.07}.v2-topic-list{margin-top:35px}.v2-topic-row{gap:17px;padding-block:23px;min-height:94px}.v2-topic-index{font-size:10px;margin-top:5px}.v2-topic-row h3{font-size:27px;line-height:1.14}.v2-topic-arrow{min-width:34px;height:34px}.v2-topic-arrow svg{width:18px;height:18px}.v2-topic-reveal{display:none}.v2-topic-row:hover h3{translate:0 0}.v2-experts .v2-section-head h2{font-size:43px}.v2-people-strip{grid-template-columns:1fr 1fr;gap:28px 15px;margin-top:35px}.v2-people-strip .person-card:nth-child(even){margin-top:36px}.v2-people-strip .person-card h3{font-size:19px;line-height:1.13}.person-card p{font-size:13px;line-height:1.5}.v2-expert-foot{display:block;margin-top:35px;padding-top:22px}.v2-expert-foot>span{font-size:10px}.v2-expert-foot p{font-size:15px;margin-top:14px}.v2-team-grid{grid-template-columns:1fr;gap:42px;margin-top:30px}.v2-team-copy h2{font-size:65px}.v2-team-copy>p{font-size:16px;max-width:100%}.v2-team-steps{margin-top:30px;gap:30px}.v2-team-steps span{font-size:14px}.v2-team-collage{height:355px;margin-right:8px}.v2-team-main{width:96%;height:265px;border-width:6px;top:0}.v2-team-small{height:175px;width:56%;border-width:6px;left:0}.v2-team-sticker{right:-12px;bottom:5px;width:110px;height:110px;font-size:12px}.v2-library-grid{grid-template-columns:1fr;gap:42px}.v2-library-visual{height:385px;margin-inline:9px}.v2-library-number{font-size:66px;bottom:23px;left:23px}.v2-library-copy h2{font-size:56px}.v2-library-copy p{font-size:16px}.v2-library-series{margin-top:27px;padding-top:20px;gap:7px}.v2-library-series span{font-size:12px}.v2-member-story{padding-top:60px;padding-bottom:25px}.v2-member-grid{grid-template-columns:1fr;gap:28px;margin-top:25px}.v2-member-grid h2{font-size:56px}.v2-member-grid>div{max-width:100%;justify-self:start;display:grid;grid-template-columns:60px 1fr;gap:0 20px;align-items:center}.v2-member-mark{font-size:70px;grid-row:1/3}.v2-member-grid p{font-size:16px;margin:0}.v2-member-grid .btn{justify-self:start;margin-top:20px;grid-column:2}.v2-member-bottom{font-size:9px;letter-spacing:.04em;margin-top:45px;padding-top:20px;gap:12px}.v2-finale{padding-top:25px;padding-bottom:30px}.v2-finale-top>span:last-child{display:none}.v2-finale-middle{display:block;padding-block:32px}.v2-finale h2{font-size:clamp(43px,12vw,70px);line-height:1.02}.v2-finale .v2-round-link{width:105px;height:105px;font-size:14px;margin-top:25px;border-radius:50%;flex-direction:column;text-align:center;padding:12px;gap:8px}.v2-finale .v2-round-link br{display:block}.v2-finale-foot{display:block;padding-top:22px}.v2-finale-foot p{font-size:14px;max-width:100%}.v2-finale-foot .v2-inline-link{margin-top:12px}.v2-footer{padding-top:45px}.v2-footer .footer-top{grid-template-columns:1fr 1fr;gap:32px 24px}.v2-footer .footer-top>div:last-child{grid-column:1/-1}.v2-footer .footer-brand{grid-column:1/-1}.v2-footer-wordmark{font-size:28px}.v2-footer-wordmark span{font-size:41px}.v2-footer .footer-top h3{font-size:10px;margin-bottom:18px}.v2-footer .footer-top a:not(.v2-footer-wordmark){font-size:14px}.v2-footer-symbol{position:absolute;right:30px;margin-top:-65px;font-size:65px}.v2-footer-motto{font-size:12.4vw;margin-top:50px}.v2-footer .footer-bottom{font-size:12px;gap:15px;margin-top:25px}.v2-footer .footer-bottom a{font-size:12px}.v2-page-hero{padding:20px 0 48px}.v2-page-breadcrumb{font-size:9px;gap:9px;padding-bottom:20px;margin-bottom:30px;flex-wrap:wrap}.v2-page-hero-grid{grid-template-columns:1fr;gap:35px}.v2-page-hero h1{font-size:clamp(46px,12.5vw,75px);line-height:1.02;margin-top:17px}.v2-page-hero p{font-size:16px;margin-top:22px;line-height:1.7}.v2-page-hero .eyebrow{font-size:10px;line-height:1.5}.v2-page-hero .page-hero-image{margin-inline:7px}.v2-page-hero .page-hero-image img{height:285px}.v2-image-label{font-size:9px;left:13px;bottom:13px}.v2-catalogue-header{padding-block:35px}.v2-catalogue-header>.container{display:block}.v2-catalogue-header h1{font-size:58px;margin-top:20px}.v2-catalogue-header p{font-size:16px;margin-top:24px;max-width:100%}.v2-catalogue-header .v2-label{font-size:10px}.catalogue-section{padding-top:25px}.search-box input{font-size:14px}.filter-row label{font-size:13px}.filter-row select{font-size:13px;min-height:46px}.results-heading{padding-top:20px;margin-top:22px}.results-heading>p{font-size:14px}.catalogue-grid{grid-template-columns:1fr;gap:33px}.catalogue-grid .event-image{height:255px}.catalogue-grid .event-card-body h3{font-size:26px}.v2-feature-card{min-height:230px;padding:26px}.v2-feature-top{margin-bottom:28px}.v2-feature-card h3{font-size:27px}.v2-feature-card p{font-size:16px}.section-heading h2{font-size:40px}.section-heading .eyebrow{font-size:11px;margin-bottom:17px}.brief-section h2{font-size:46px}.brief-form{padding:24px}.brief-section .split>div>p{font-size:16px}.brief-note{font-size:14px;line-height:1.6}.brief-form .text-link{font-size:13px}.journey{gap:0;grid-template-columns:1fr 1fr}.journey>div{padding:22px 17px;min-height:190px}.journey>div:nth-child(3){border-left:0}.journey h3{font-size:23px}.journey p{font-size:14px}.membership-cards{grid-template-columns:1fr;gap:23px}.membership-card{min-height:0;padding:30px}.membership-card:nth-child(2){transform:none}.membership-card .eyebrow{font-size:11px}.membership-card h2{font-size:36px;margin-top:26px}.membership-card .tick-list li{font-size:15px}.membership-card .btn{font-size:14px}.faq-section h2{font-size:43px;margin-bottom:30px}.faq-section summary{font-size:18px}.faq-section details p{font-size:16px}.full-team{grid-template-columns:1fr 1fr;gap:30px 15px}.full-team .person-card h3{font-size:19px}.full-team .person-card p{font-size:13px}.full-team .person-card:nth-child(even){transform:translateY(30px)}.full-team .person-photo{aspect-ratio:4/5}.full-team+.catalogue-note{margin-top:55px}.library-filter{grid-template-columns:1fr;gap:12px}.library-filter>select{min-height:48px;font-size:14px}.library-grid{grid-template-columns:1fr 1fr;gap:25px 16px}.library-card{padding:20px 15px;min-height:315px;border-left-width:4px;box-shadow:4px 5px 0 #161d3520}.library-card h2{font-size:22px;line-height:1.15;margin-top:25px;overflow-wrap:normal}.library-card .eyebrow{font-size:8px;letter-spacing:.05em}.library-card-bottom{font-size:11px;padding-top:15px}.library-card i{font-size:130px;bottom:45px}.resources-banner h2{font-size:34px}.resources-banner p{font-size:16px}.resources-banner .eyebrow{font-size:10px}.dialog-body{padding:25px}.dialog-body h2{font-size:34px}.dialog-photo{height:170px}.dialog-body .eyebrow{font-size:10px}.detail-grid strong{font-size:14px}.dialog-body small{font-size:12px}.dialog-body .btn{font-size:14px}.v2-topic-row h3{max-width:calc(100% - 75px)}}
@media(max-width:355px){.v2-hero-visual{height:315px}.v2-format-tabs button strong{font-size:16px}.v2-format-tabs button{padding-inline:11px}.v2-format-tabs button[aria-selected=true],.v2-format-tabs button:hover{padding-left:11px}.v2-section-head h2{font-size:39px}.v2-team-copy h2{font-size:55px}.v2-team-collage{height:310px}.v2-team-main{height:240px}.v2-library-copy h2{font-size:49px}.v2-member-grid h2{font-size:48px}.v2-page-hero h1{font-size:43px}.library-grid{grid-template-columns:1fr}.library-card{min-height:320px}.library-card h2{font-size:32px}.library-card .eyebrow{font-size:10px}.library-card-bottom{font-size:13px}.v2-topic-row h3{font-size:23px}.v2-people-strip .person-card h3,.full-team .person-card h3{font-size:17px}.v2-conference .conference-copy h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){[data-parallax]{transform:none!important}[data-tilt]{transform:none!important}.v2-topic-row:hover h3{translate:0 0}.v2-page-enter{animation:none}.reveal{transition:none}.v2-hero h1,.v2-hero-visual{animation:none;translate:0 0;opacity:1}}

/* Keep the editorial microtype readable across breakpoints. */
.v2-label,.v2-hero-meta,.v2-kicker,.v2-hero-photo>span,.v2-orbit-label,.v2-hero-foot>span,.v2-scroll-cue,.v2-mega-intro>span,.v2-tab-number,.v2-format-image>span,.v2-event-card .badge,.v2-date-block>span,.v2-event-card .event-category,.v2-conference-top .v2-label,.v2-conference-top .badge,.v2-conference-foot,.v2-topic-index,.v2-person-number,.v2-expert-foot>span,.v2-team-steps i,.v2-library-number small,.v2-member-bottom,.v2-finale-top>span:last-child,.v2-footer .footer-top h3,.v2-page-breadcrumb,.v2-image-label,.v2-page-hero .eyebrow,.v2-catalogue-header .v2-label,.membership-card .eyebrow,.library-card .eyebrow,.resources-banner .eyebrow{font-size:12px}
.v2-event-card .event-card-bottom>span,.v2-library-series span,.v2-format-copy p,.person-card p,.full-team .person-card p,.v2-people-strip .person-card p,.v2-programme-bar .pill,.filter-row label,.filter-row select,.library-card-bottom{font-size:14px}.v2-conference-foot small{font-size:12px}.v2-mega-links a>span{font-size:12px}.v2-date-block{min-width:78px}.v2-hero-foot p{font-size:14px}.v2-hero-foot{gap:22px}.v2-hero-foot>span{margin-right:0}.v2-hero-photo>span{line-height:1.35}.v2-hero-photo{width:230px}.v2-hero-photo img{height:150px}.v2-hero h1{max-width:100%}.v2-conference-foot>span{max-width:60%}.v2-finale-foot p{font-size:15px}.v2-format-tabs button{min-height:65px}.v2-event-card h3 button{min-height:44px}.v2-member-bottom{flex-wrap:wrap}.v2-mega-links small{font-size:14px}.v2-hero-meta{gap:20px}.v2-mobile .v2-label{font-size:12px}
@media(max-width:900px){.v2-hero-meta{font-size:11px}.v2-hero-photo{width:180px}.v2-hero-photo img{height:120px}.v2-hero-foot{flex-wrap:wrap}.v2-hero-foot p{font-size:13px}.v2-hero-foot>span{font-size:11px}.v2-scroll-cue{font-size:11px}.v2-orbit-label{font-size:10px}.v2-person-number{font-size:11px}}
@media(max-width:600px){.v2-hero-photo{width:165px}.v2-hero-photo img{height:110px}.v2-hero-photo>span{font-size:11px}.v2-hero-meta{font-size:10px}.v2-hero-foot{gap:11px}.v2-scroll-cue{font-size:0}.v2-kicker{font-size:11px}.v2-label{font-size:11px}.v2-page-breadcrumb{font-size:10px}.v2-page-hero .eyebrow{font-size:11px}.v2-format-image>span{font-size:11px;max-width:90%}.v2-event-card .badge,.v2-event-card .event-category{font-size:11px}.v2-conference-top .v2-label,.v2-conference-top .badge{font-size:10px}.v2-conference-foot{font-size:10px}.v2-conference-foot>span{max-width:100%}.v2-conference-foot small{font-size:12px}.v2-programme-bar .pill{font-size:13px}.v2-hero h1{font-size:clamp(50px,16.5vw,98px)}.v2-topic-index{font-size:11px}.v2-person-number{font-size:11px}.v2-member-bottom{font-size:10px}.v2-footer .footer-top h3{font-size:11px}.library-card .eyebrow{font-size:10px}.library-card-bottom{font-size:12px}.filter-row label,.filter-row select{font-size:14px}.v2-people-strip .person-card p,.full-team .person-card p{font-size:13px}.v2-image-label{font-size:10px}}


@media(max-width:355px){.v2-catalogue-header h1{font-size:52px}}
.v2-conference>.container{margin-block:0}
