@font-face{font-family:ABC Arizona Flare;font-weight:300;font-display:swap;src:url(/fonts/ABCArizonaFlare-Light.woff2) format("woff2"),url(/fonts/ABCArizonaFlare-Light.woff) format("woff")}@font-face{font-family:Booton;font-weight:400;font-display:swap;src:url(/fonts/Booton-Regular.otf) format("opentype")}@font-face{font-family:Booton;font-weight:500;font-display:swap;src:url(/fonts/Booton-Medium.otf) format("opentype")}@font-face{font-family:Booton;font-weight:600;font-display:swap;src:url(/fonts/Booton-Semibold.otf) format("opentype")}:root{--bg:#080707;--orange:#f24e0d;--purple:#9266ff;--display:"ABC Arizona Flare",Georgia,serif;--body:Booton,"Helvetica Neue",Helvetica,Arial,sans-serif;--mono:"SF Mono",Menlo,Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;background:var(--bg)}body{color:var(--purple);font-family:var(--body);letter-spacing:-.02em;-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0;font-weight:inherit}a{color:var(--purple)}a:hover{color:var(--orange)}.page{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:160px}.hero{display:block;width:100%;height:auto;margin-bottom:120px}.content{width:100%;max-width:1300px}.content,.section{display:flex;flex-direction:column;gap:120px}.divider{display:block;width:100%;height:auto}.row{display:flex;align-items:flex-start;gap:20px;padding:0 20px;flex-wrap:wrap}.row--header{align-items:flex-end}.row>*{flex:1 1 320px;min-width:0}.page-title{font-family:var(--display);font-weight:300;font-size:clamp(56px,7vw,81px);line-height:.94;letter-spacing:-.03em;color:var(--orange);white-space:pre-line}.page-intro{font-size:17px;line-height:1.3;max-width:420px;text-wrap:pretty}.col{width:50%}.col--info{gap:35px;padding-right:20px;color:var(--orange)}.col--info,.col--media{display:flex;flex-direction:column}.col--media{gap:40px}.eyebrow{font-size:17px;line-height:1;text-transform:uppercase}.section-heading{font-family:var(--display);font-weight:300;font-size:clamp(48px,5vw,66px);line-height:1;letter-spacing:-.03em;white-space:pre-line;text-wrap:balance}.blurb{font-size:17px;line-height:1.4;max-width:460px;text-wrap:pretty}.breakouts{gap:60px}.breakouts,.card{display:flex;flex-direction:column}.card{gap:24px}.card--small{gap:20px}.card__player,.card__poster{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden}.card__poster{padding:0;border:0;background:var(--bg);cursor:pointer}.card__poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card__frame{position:absolute;inset:0;pointer-events:none}.card__frame,.card__player{box-shadow:inset 0 0 0 5px var(--purple)}.card__player{background:#000}.card__player iframe{position:absolute;left:5px;top:5px;width:calc(100% - 10px);height:calc(100% - 10px);border:0;background:#000}.card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:96px;height:96px;border-radius:50%;background:var(--purple);display:flex;align-items:center;justify-content:center;transition:background .15s ease}.card__poster:focus-visible .card__play,.card__poster:hover .card__play{background:var(--orange)}.card__triangle{width:0;height:0;border-style:solid;border-color:transparent transparent transparent var(--bg);border-width:17px 0 17px 30px;margin-left:7px}.card--small .card__play{width:64px;height:64px}.card--small .card__triangle{border-width:11px 0 11px 20px;margin-left:5px}.card__duration{position:absolute;right:24px;bottom:24px;padding:8px 12px;background:var(--bg);border:1px solid var(--purple);color:var(--purple);font-family:var(--body);font-size:15px;line-height:1;letter-spacing:.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.card--small .card__duration{right:16px;bottom:16px;padding:6px 10px;font-size:13px}.card__title{font-family:var(--display);font-weight:300;font-size:30px;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.card__description{font-size:17px;line-height:1.4;text-wrap:pretty}.card__meta{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-top:24px;border-top:1px solid var(--purple)}.card--small .card__meta{gap:16px;padding-top:20px}.card__people{display:flex;flex-direction:column;gap:16px;min-width:0}.card--small .card__people{gap:14px}.card__speaker{display:flex;flex-direction:column;gap:6px;min-width:0}.card--small .card__speaker{gap:5px}.card__name{font-size:17px;line-height:1}.card--small .card__name{font-size:15px}.card__location,.card__role{font-family:var(--mono);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.card__role{line-height:1.3}.card__location{line-height:1;opacity:.7}.card--small .card__location,.card--small .card__role{font-size:11px}.card__open{flex-shrink:0;width:36px;height:36px;border:1px solid var(--purple);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--purple);transition:background .15s ease,color .15s ease}.card__open:hover{background:var(--purple);color:var(--bg)}.card--small .card__open{width:32px;height:32px}.footer{display:flex;flex-direction:column;align-items:center;gap:32px;padding:40px 20px 0}.footer__logo{display:block;width:100%;max-width:520px;height:auto}.footer__link{font-size:17px;line-height:1;text-decoration:underline;text-underline-offset:4px}