:root{--bg: #0d0a0b;--bg-alt: #1a1410;--bg-deep: #120f0c;--text: #EEEAE2;--pink: #FF00FF;--border: rgba(238, 234, 226, .12);--border-mid: rgba(238, 234, 226, .18);--text-75: rgba(238, 234, 226, .75);--text-55: rgba(238, 234, 226, .55);--text-50: rgba(238, 234, 226, .5);--text-45: rgba(238, 234, 226, .45);--text-35: rgba(238, 234, 226, .35);--text-30: rgba(238, 234, 226, .3);--text-20: rgba(238, 234, 226, .2);--text-15: rgba(238, 234, 226, .15);--text-08: rgba(238, 234, 226, .08);--text-07: rgba(238, 234, 226, .07);--pink-85: rgba(255, 0, 255, .85);--pink-65: rgba(255, 0, 255, .65);--pink-40: rgba(255, 0, 255, .4);--pink-25: rgba(255, 0, 255, .25);--pink-12: rgba(255, 0, 255, .12);--pink-08: rgba(255, 0, 255, .08);--bg-glass: rgba(13, 10, 11, .92);--max: 1200px;--head: "Julius Sans One", sans-serif;--body: "Raleway", sans-serif;--sig: "lindsey-signature", "Palatino Linotype", Georgia, cursive}@font-face{font-family:lindsey-signature;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);background:var(--bg)!important;color:var(--text);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:#ff00ffe0;text-decoration:none}a:hover{color:var(--pink)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.mono img{filter:grayscale(1) contrast(1.18) brightness(.94)}.photo-grid-cell img{filter:grayscale(1) contrast(1.18) brightness(.94);transition:filter .3s ease}.divider{padding:24px 0}.rule{display:flex;align-items:center}.rule-line{flex:1;height:.5px;background:#ff00ff1f}.rule-dot{width:4px;height:4px;border-radius:50%;background:#f0f6;margin:0 12px}.eyebrow{font-family:var(--head);font-size:12px;letter-spacing:.26em;text-transform:uppercase;color:#eeeae2c7;display:block;margin-bottom:16px}.eyebrow--accent{color:#ff00ffe0}.h1-sig{font-family:var(--sig);font-weight:400;font-size:clamp(56px,8vw,88px);line-height:1;letter-spacing:.04em;color:var(--text);margin:0 0 20px}.h1{font-family:var(--body);font-weight:400;font-size:clamp(34px,5vw,48px);line-height:1.15;color:var(--text);margin:0 0 16px}.h2{font-family:var(--body);font-weight:200;font-size:32px;line-height:1.2;color:var(--text);margin:0 0 16px}@media(min-width:768px){.h2{font-size:36px}}.h3{font-family:var(--body);font-weight:200;font-size:24px;line-height:1.25;color:var(--text);margin:0 0 14px}@media(min-width:768px){.h3{font-size:28px}}.body-lead{font-family:var(--body);font-weight:300;font-size:17px;line-height:1.85;color:#eeeae2d1}@media(min-width:768px){.body-lead{font-size:18px}}.body{font-family:var(--body);font-weight:300;font-size:15px;line-height:1.75;color:#eeeae2c7}@media(min-width:768px){.body{font-size:16px}}.body-small{font-family:var(--body);font-weight:300;font-size:13px;line-height:1.65;color:#eeeae28c}@media(min-width:768px){.body-small{font-size:14px}}.body-italic{font-style:italic}.body-bright{color:#eeeae2eb}.body-muted{color:#eeeae28c}.btn-primary,.btn-secondary{font-family:var(--head);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--text);background:transparent;padding:18px 40px;text-decoration:none;display:inline-block;cursor:pointer;transition:background .2s,border-color .2s}.btn-primary{border:.5px solid rgba(255,0,255,.6)}.btn-primary:hover{background:#ff00ff1a;border-color:#ff00ffe6}.btn-secondary{border:.5px solid rgba(238,234,226,.35)}.btn-secondary:hover{background:#ff00ff14;border-color:#eeeae299}@media(max-width:767px){.btn-primary,.btn-secondary{display:block;width:100%;max-width:320px;margin-left:auto;margin-right:auto;padding:16px 32px;text-align:center}}.chapter{position:absolute;font-family:var(--body);font-weight:200;font-size:140px;color:#eeeae208;line-height:1;pointer-events:none;user-select:none}.site-header{background:var(--bg);position:sticky;top:0;z-index:1000;border-bottom:.5px solid rgba(238,234,226,.08)}.nav-desktop{max-width:var(--max);margin:0 auto;padding:0 60px;height:88px;display:flex;align-items:center;justify-content:space-between}@media(max-width:1200px)and (min-width:768px){.nav-desktop{padding:0 40px}}.nav-logo-link{display:flex;flex-direction:column;align-items:center;text-decoration:none}.nav-logo-sig{font-family:var(--sig);font-size:36px;color:var(--text);line-height:1;display:block}.nav-logo-sub{font-family:var(--head);font-size:9px;letter-spacing:.28em;text-transform:uppercase;color:#eeeae273;display:block;margin-top:2px}.nav-links{display:flex;gap:1.8rem;list-style:none;align-items:center}@media(max-width:1200px)and (min-width:768px){.nav-links{gap:1.2rem}}.nav-links a{font-family:var(--head);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#eeeae2b3;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{font-family:var(--head);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:10px 22px;text-decoration:none;transition:background .2s}.nav-cta:hover{background:#ff00ff14}.nav-links li{position:relative}.nav-links li .dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--bg);border:.5px solid rgba(238,234,226,.12);min-width:200px;padding:8px 0;z-index:100;margin-top:14px}.nav-links li .dropdown:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.nav-links li .dropdown a{display:block;padding:11px 22px;font-family:var(--head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#eeeae299;transition:color .2s,background .2s}.nav-links li .dropdown a:hover{color:var(--pink);background:#ff00ff0d}.nav-links li:hover .dropdown{display:block}.has-dropdown:hover>a{color:var(--pink)!important}.has-dropdown>a:after{content:"";display:inline-block;width:4px;height:4px;border-right:.5px solid currentColor;border-bottom:.5px solid currentColor;transform:rotate(45deg);margin-left:6px;margin-bottom:2px;transition:transform .2s}.has-dropdown:hover>a:after{transform:rotate(225deg);margin-top:1px}.nav-mobile{display:none;justify-content:space-between;align-items:center;padding:0 28px;height:64px}.mobile-logo{height:28px;width:auto}.hamburger{background:none;border:none;cursor:pointer;color:var(--text);padding:10px;display:flex;align-items:center}.hamburger svg{width:28px;height:28px}.mobile-overlay{display:none;position:fixed;inset:0;z-index:2000;background:var(--bg);flex-direction:column}.mobile-overlay.open{display:flex}.mobile-overlay-header{display:flex;justify-content:space-between;align-items:center;padding:0 28px;height:64px;border-bottom:.5px solid rgba(238,234,226,.08)}.mobile-overlay-close{background:none;border:none;cursor:pointer;color:var(--text);padding:10px}.mobile-overlay-close svg{width:28px;height:28px}.mobile-overlay-nav{display:flex;flex-direction:column;padding:16px 0;flex:1}.mobile-overlay-nav a{font-family:var(--head);font-size:20px;letter-spacing:.06em;text-transform:uppercase;color:#eeeae2bf;text-decoration:none;padding:16px 32px;border-bottom:.5px solid rgba(238,234,226,.06);transition:color .2s}.mobile-overlay-nav a:hover{color:var(--pink)}.mobile-overlay-footer{padding:24px 32px;border-top:.5px solid rgba(238,234,226,.08)}.mobile-overlay-footer a{display:block;text-align:center;font-family:var(--head);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:14px 24px}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--bg-deep);border-top:.5px solid rgba(238,234,226,.12);transition:transform .3s ease}.sticky-cta.hidden{transform:translateY(100%)}.sticky-cta a{display:block;text-align:center;font-family:var(--head);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--text);padding:14px 24px;text-decoration:none}.sticky-cta a span{color:#eeeae273;font-size:11px;letter-spacing:.07em;display:block;margin-top:2px;text-transform:none}@media(max-width:767px){.nav-desktop{display:none}.nav-mobile{display:flex}.sticky-cta{display:block}}.hero{position:relative;min-height:92vh;overflow:hidden;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;z-index:0}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:35% center;display:block}.hero-fade{position:absolute;inset:0;background:linear-gradient(to right,#0d0a0bd9,#0d0a0b66,#0d0a0b0d)}.ter-badge{position:absolute;bottom:24px;left:24px;z-index:5;opacity:.65;transition:opacity .2s}.ter-badge img{width:80px;height:auto;display:block}.ter-badge:hover{opacity:.85}.hero-content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;width:48%;min-height:92vh;padding:0 60px;margin-left:auto}@media(max-width:1280px)and (min-width:768px){.hero-content{width:54%;padding:14vh 44px 6vh}}.hero-chapter{top:24px;right:40px}.hero-top{display:flex;flex-direction:column;align-items:flex-end;padding-top:5vh}.hero-bottom{display:flex;flex-direction:column;align-items:flex-end;margin-right:5%}.hero-eyebrow{font-family:var(--head);font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:#eeeae280;margin-bottom:8px}.hero-sig{font-family:var(--sig);font-size:clamp(56px,5vw,72px);letter-spacing:.04em;color:var(--text);line-height:1;display:block;margin-bottom:12px}.hero-rule{width:48px;height:.5px;background:#ff00ffb3;margin:0 0 28px auto}.hero-h1{font-family:var(--body);font-weight:300;font-size:22px;letter-spacing:.06em;text-align:right;color:var(--text);line-height:1.35;margin-bottom:10px}.hero-tagline{font-family:var(--body);font-style:italic;font-weight:300;font-size:20px;text-align:right;color:#eeeae2b3;margin-bottom:32px}.hero-btn{font-family:var(--head);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:13px 32px;text-decoration:none;margin-bottom:28px;transition:background .2s}.hero-btn:hover{background:#ff00ff14}.hero-bio{font-family:var(--body);font-weight:400;font-size:14px;color:#eeeae280;text-align:right;line-height:1.6;max-width:300px;margin-left:auto}.hero-social{display:flex;align-items:center;gap:8px;margin-top:14px;justify-content:flex-end}.hero-social-item{display:flex;align-items:center;gap:5px;text-decoration:none;transition:opacity .2s}.hero-social-item:hover{opacity:.75}.hero-social-count{font-family:var(--body);font-size:12px;letter-spacing:.08em;color:#eeeae280}.hero-social-sep{font-size:11px;color:#eeeae233}@media(max-width:767px){.hero{min-height:100svh;align-items:stretch}.hero-photo img{object-position:40% center}.hero-fade{background:linear-gradient(to bottom,#0d0a0b0d,#0d0a0b59 40%,#0d0a0bd9 75%,#0d0a0bf5)}.hero-content{width:100%;margin-left:0;padding:0 28px;justify-content:space-between;align-items:stretch;min-height:100svh}.hero-top{padding-top:10vh;margin-right:0;transform:none;margin-bottom:20px}.hero-mid{display:flex;flex-direction:column;align-items:flex-end}.hero-bottom{padding-bottom:80px;margin-right:0;display:flex;flex-direction:column;align-items:flex-end}.hero-chapter,.hero-eyebrow{display:none}.hero-sig{font-size:clamp(38px,10vw,52px);margin-top:0}.hero-rule{margin-left:auto;margin-bottom:16px}.hero-h1{font-size:18px;letter-spacing:.04em;margin-bottom:6px}.hero-tagline{font-size:17px;margin-bottom:28px}.hero-btn{letter-spacing:.13em;padding:12px 22px}.hero-bio{text-align:right;margin-left:auto;max-width:280px}.ter-badge{bottom:20px;left:20px;opacity:.65}.ter-badge img{width:64px}}.presence-sec{position:relative;min-height:640px;display:flex;align-items:flex-end;padding:0 0 48px}.presence-sec img.presence-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.94)}.presence-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0d0a0b1a,#0d0a0bbf)}.presence-content{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:0 60px}.presence-headline{font-family:var(--body);font-weight:200;font-size:36px;color:var(--text);margin-bottom:16px}.presence-body{font-family:var(--body);font-weight:300;font-size:16px;color:#eeeae2bf;max-width:600px;line-height:1.7}@media(max-width:767px){.presence-sec{min-height:580px;padding:0 0 28px}.presence-sec img.presence-bg{object-position:center 42%}.presence-content{padding:0 28px 24px}.presence-headline{font-size:26px}.presence-body{font-size:15px}}.sessions-sec{background:var(--bg);padding:56px 0 80px;position:relative;overflow:hidden}.sessions-sec .container{max-width:var(--max);margin:0 auto;padding:0 60px;position:relative}.sessions-chapter{top:20px;right:48px}.sessions-intro{text-align:center;margin-bottom:56px}.sessions-headline{font-family:var(--body);font-weight:200;font-size:34px;color:var(--text);margin-bottom:16px}.sessions-sub{font-family:var(--body);font-weight:300;font-size:16px;color:#eeeae2a6;max-width:600px;margin:0 auto;line-height:1.7}.session-cards{display:grid;grid-template-columns:repeat(3,1fr);border:.5px solid var(--border)}.session-card{padding:40px 36px;border-right:.5px solid var(--border)}.session-card:last-child{border-right:none}.card-label{font-family:var(--head);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#eeeae266;margin-bottom:16px}.card-label:before{content:"";display:block;width:24px;height:.5px;background:var(--pink);margin-bottom:12px}.session-card h3{font-family:var(--body);font-weight:300;font-size:19px;color:var(--text);margin-bottom:16px}.session-card p{font-family:var(--body);font-weight:300;font-size:15px;color:#eeeae2a6;line-height:1.75}@media(min-width:768px){.session-card details{display:block}.session-card summary{display:flex;flex-direction:column;gap:0;pointer-events:none;padding:0;list-style:none}.session-card summary:after{display:none}.card-body{padding:0}}@media(max-width:900px)and (min-width:768px){.session-cards{grid-template-columns:1fr}.session-card{border-right:none;border-bottom:.5px solid var(--border)}.session-card:last-child{border-bottom:none}}@media(max-width:767px){.sessions-sec{padding:52px 0}.sessions-sec .container{padding:0 28px}.sessions-chapter{display:none}.sessions-headline{font-size:22px;font-weight:200;line-height:1.25}.sessions-sub{font-size:15px;font-weight:300}.sessions-intro{margin-bottom:36px}.session-cards{display:block;border:none}.session-card{padding:0;border-right:none;border-bottom:.5px solid var(--border)}.session-card:last-child{border-bottom:none}.session-card details{width:100%}.session-card summary{list-style:none;display:flex;flex-direction:column;gap:8px;padding:20px 0;cursor:pointer}.session-card summary::-webkit-details-marker{display:none}.session-card summary:after{content:"+";font-family:var(--head);font-size:24px;color:#f0f9;align-self:flex-end;margin-top:-8px}.session-card details[open] summary:after{content:"−"}.session-card .card-label{margin-bottom:4px;letter-spacing:.06em;font-size:10px}.session-card h3{font-size:18px;font-weight:300;margin-bottom:0}.card-body{padding:4px 0 24px}.card-body p{font-size:15px;font-weight:300;color:#eeeae2b3;line-height:1.75}}.pull-quote-sec{background:var(--bg);padding:80px 60px;text-align:center;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.pull-quote-label{font-family:var(--head);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#eeeae266;display:block;margin-bottom:32px}.pull-quote-text{font-family:var(--sig);font-size:38px;font-weight:300;letter-spacing:.03em;color:#f5eef0;line-height:1.4;max-width:800px;margin:0 auto}.pull-quote-text em{color:#f5eef0;font-style:normal;display:block;margin-top:.1em}@media(max-width:767px){.pull-quote-sec{padding:60px 36px}.pull-quote-text{font-size:24px;line-height:1.65}.pull-quote-label{letter-spacing:.14em;color:#eeeae273;margin-bottom:24px}}.interests-sec{background:var(--bg-alt);padding:80px 0 0}.interests-sec .container{max-width:var(--max);margin:0 auto;padding:0 60px}.interests-intro{max-width:800px;margin:0 0 2.5rem;font-size:15px;line-height:1.85;color:#eeeae2b3}.interests-intro p{margin-bottom:1.4rem}.interests-intro p:last-child{margin-bottom:0}.interests-intro a{color:var(--text);text-decoration:underline;text-decoration-color:#eeeae240}.interests-intro a.pink-link{color:var(--pink);text-decoration:none}.interests-headline{font-family:var(--body);font-weight:200;font-size:34px;color:var(--text);margin-bottom:24px}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:var(--border);margin-top:40px}.topic-card{background:var(--bg-alt);padding:32px 28px;transition:background .2s;border:none}.topic-card:hover{background:#201a17}.topic-card h3{font-family:var(--head);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:12px}.topic-card p{font-size:15px;color:#eeeae2b3;line-height:1.7;margin-bottom:12px}.topic-link{color:#ff00ffd9;font-size:12px;letter-spacing:.05em;display:inline-block;transition:color .2s}.topic-link:hover{color:var(--pink)}@media(max-width:1024px)and (min-width:900px){.topics-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:768px){.topics-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.topic-card details{display:contents}.topic-card summary{display:block;pointer-events:none;cursor:default;list-style:none}.topic-card summary::-webkit-details-marker{display:none}.topic-card summary:after{display:none}.topic-card-body{display:contents}.topic-card h3{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--text)}}@media(max-width:767px){.topics-grid{grid-template-columns:1fr;gap:0;background:none;margin-top:36px}.topic-card{background:#ffffff08;padding:0;border-bottom:.5px solid rgba(238,234,226,.1);border-radius:0}.topic-card:last-child{border-bottom:none}.topic-card h3{font-size:11px;letter-spacing:.14em;margin-bottom:0}.topic-card p{font-size:14px;line-height:1.65;margin-bottom:0;color:#eeeae2a6}.topic-link{margin-top:8px;font-size:11px}.topic-card details{width:100%}.topic-card summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:var(--head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#eeeae2bf}.topic-card summary::-webkit-details-marker{display:none}.topic-card summary:after{content:"+";font-size:16px;color:#f0f9;flex-shrink:0}.topic-card details[open] summary:after{content:"−"}.topic-card details[open] summary{color:var(--text)}.topic-card-body{padding:0 20px 16px}}.interests-browse{text-align:center;margin-top:2rem;padding:40px 0 60px}.interests-browse p{font-size:15px;color:#eeeae2b3;max-width:600px;margin:0 auto 20px;line-height:1.7}.interests-browse a{font-family:var(--head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:11px 28px;transition:background .2s}@media(max-width:767px){.interests-sec{padding:52px 0 40px}.interests-sec .container{padding:0 28px}.interests-headline{font-size:26px;margin-bottom:1.5rem}.interests-intro{font-size:15px;margin-bottom:2rem}}.photo-grid-sec{background:var(--bg);padding:0;margin:0}.photo-grid-sec-b{background:var(--bg-alt)}.photo-grid-a{display:grid;grid-template-columns:1.8fr 1fr 1fr;grid-template-rows:340px 340px}.photo-grid-b{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:340px 340px}.photo-grid-cell{overflow:hidden;position:relative}.photo-grid-cell img{width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:grayscale(1) contrast(1.18) brightness(.94);transition:filter .3s ease}.photo-grid-cell:hover img{filter:grayscale(0) contrast(1.05) brightness(.9)}.photo-grid-span{grid-row:1 / 3}.photo-grid-a .photo-grid-span img{object-position:center 20%}.photo-grid-b .photo-grid-span img{object-position:center 55%}.photo-grid-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,10,11,.4) 0%,transparent 60%)}.photo-grid-label{position:absolute;bottom:16px;left:18px;font-family:var(--head);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#eeeae280}@media(max-width:767px){.photo-grid-a,.photo-grid-b{grid-template-columns:1fr 1fr;grid-template-rows:680px 260px}.photo-grid-span{grid-row:1 / 2;grid-column:1 / 3}.photo-grid-span img{object-position:center 15%}}.drama-sec{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}.drama-sec img.drama-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.94)}.drama-overlay{position:absolute;inset:0;background:#0d0a0b85}.drama-content{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:80px 60px}.drama-content .eyebrow{margin-bottom:20px}.drama-headline{font-family:var(--body);font-weight:200;font-size:38px;color:var(--text);margin-bottom:20px;line-height:1.2}.drama-body{font-family:var(--body);font-weight:300;font-size:16px;color:#eeeae2b3;max-width:480px;line-height:1.7;margin-bottom:32px}.drama-btn{font-family:var(--head);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:12px 28px;text-decoration:none;transition:background .2s}.drama-btn:hover{background:#ff00ff14}@media(max-width:767px){.drama-content{padding:60px 28px}.drama-headline{font-size:26px}.drama-sec{align-items:flex-end;min-height:340px}.drama-content{padding-bottom:48px}.drama-overlay{background:#0d0a0b52}.drama-body{font-size:15px}.drama-sec img.drama-bg{object-position:center 55%}}.expect-sec{background:var(--bg-alt);padding:0;display:grid;grid-template-columns:55fr 45fr}.expect-photo-wrap{position:relative;overflow:hidden}.expect-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:grayscale(1) contrast(1.18) brightness(.94)}.expect-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 60%,var(--bg-alt) 100%)}.expect-photo-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,var(--bg-alt) 100%);z-index:1}.expect-text{background:var(--bg-alt);padding:72px 60px 72px 48px;display:flex;flex-direction:column;justify-content:center}.expect-text h2{font-family:var(--body);font-weight:200;font-size:34px;color:var(--text);margin-bottom:36px}.expect-list{list-style:none;padding:0;margin:0}.expect-list li{padding:20px 0;border-bottom:.5px solid rgba(238,234,226,.08);font-size:15px;color:#eeeae2b3;line-height:1.7}.expect-list li:last-child{border-bottom:none}.expect-list li strong{display:block;font-family:var(--head);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#eeeae273;margin-bottom:8px}.expect-list li a{color:#ff00ffb3}.expect-closing{font-size:13px;color:#eeeae273;margin-top:24px;font-style:italic}.expect-closing a{color:#ff00ffb3}@media(max-width:767px){.expect-sec{grid-template-columns:1fr}.expect-photo-wrap{min-height:380px}.expect-photo-wrap:after{background:linear-gradient(to bottom,transparent 50%,#1a1410 100%)}.expect-photo-wrap:before{display:none}.expect-text{padding:36px 28px 72px}.expect-text h2{font-size:26px;margin-bottom:28px}.expect-list li{font-size:15px;padding:22px 0}.expect-list li strong{letter-spacing:.1em;margin-bottom:10px}}.feature-sec{background:var(--bg);padding:80px 0}.feature-sec .container{max-width:var(--max);margin:0 auto;padding:0 60px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:520px}.feature-photo{overflow:hidden}.feature-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;filter:grayscale(1) contrast(1.18) brightness(.94)}.feature-photo.color img{filter:none}.feature-text{padding:56px;display:flex;flex-direction:column;justify-content:center}.feature-text.feature-text-left{padding:56px 56px 56px 0}.feature-chapter{bottom:16px;right:24px}.feature-sig{font-family:var(--sig);font-size:48px;letter-spacing:.03em;color:var(--text);line-height:1.1;display:block;margin-bottom:20px}.feature-body{font-family:var(--body);font-weight:300;font-size:15px;color:#eeeae2b3;line-height:1.8;max-width:440px;margin-bottom:12px}.feature-body a{color:#ff00ffb3}.feature-spread{padding:80px 0}.feature-spread-rule{height:.5px;background:#eeeae212;margin:0 60px}@media(max-width:767px){.feature-sec,.feature-sec .container,.feature-spread{padding:0}.feature-spread-rule{margin:0 28px}.feature-row{grid-template-columns:1fr;height:auto}.feature-photo{order:2}.feature-text,.feature-text.right,.feature-text.feature-text-left{order:1;padding:48px 28px!important}.feature-text .eyebrow{letter-spacing:.1em}.feature-sig{font-size:34px;margin-bottom:16px}.feature-body{font-size:15px;max-width:88%;margin-bottom:20px}.feature-chapter{display:none}.feature-photo img{min-height:420px;height:420px;object-fit:cover;object-position:center 30%}}.testi-sec{background:var(--bg-alt);padding:80px 0 0}.testi-heading{text-align:center;padding:0 60px 48px;max-width:var(--max);margin:0 auto}.testi-heading h2{font-family:var(--body);font-weight:200;font-size:34px;color:var(--text)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:var(--max);margin:0 auto;padding:0 60px 80px}.testi-card{border-top:.5px solid rgba(255,0,255,.4);padding-top:24px}.testi-text{font-family:var(--body);font-style:italic;font-weight:300;font-size:15px;color:#eeeae2bf;line-height:1.75;margin-bottom:20px}.testi-author{font-family:var(--head);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#eeeae266}@media(max-width:900px)and (min-width:768px){.testi-grid{grid-template-columns:1fr}}@media(max-width:767px){.testi-sec{padding:52px 0}.testi-heading{padding:0 28px 32px}.testi-heading h2{font-size:26px}.testi-grid{grid-template-columns:1fr;padding:0 28px;gap:28px}.testi-text{font-size:15px}.testi-author{letter-spacing:.1em}}.edu-sec{background:var(--bg);padding:80px 0 0}.edu-sec .container{max-width:var(--max);margin:0 auto;padding:0 60px}.edu-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:420px;align-items:center}.edu-text{padding:0 56px 0 0;display:flex;flex-direction:column;justify-content:center}.edu-text h5{font-family:var(--head);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#eeeae266;margin-bottom:16px}.edu-text h2{font-family:var(--body);font-weight:200;font-size:30px;color:var(--text);line-height:1.3;margin-bottom:20px}.edu-text h2 a{color:var(--text)}.edu-text p{font-size:15px;line-height:1.8;color:#eeeae2b3;font-weight:300;margin-bottom:16px}.edu-image{overflow:hidden}.edu-image img{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center 20%;filter:grayscale(1) contrast(1.18) brightness(.94)}.blueprint-cta{background:#ff00ff0a;border:.5px solid rgba(238,234,226,.12);padding:36px 40px;text-align:center;margin-top:40px;margin-bottom:60px}.blueprint-cta h3{font-family:var(--head);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:16px}.blueprint-cta p{font-size:15px;color:#eeeae2b3;max-width:560px;margin:0 auto 20px;line-height:1.7}.blueprint-cta p a{color:#ff00ffb3}@media(max-width:767px){.edu-sec{padding:52px 0 0}.edu-sec .container{padding:0 28px}.edu-grid{grid-template-columns:1fr}.edu-text{padding:0 0 32px}.edu-text h2{font-size:24px}.edu-text h5{letter-spacing:.1em}.edu-image{min-height:380px}.edu-image img{min-height:380px;height:380px;object-position:center 15%}.blueprint-cta{padding:28px 20px;margin-top:32px}.blueprint-cta h3{letter-spacing:.1em}.blueprint-cta p{font-size:14px}}.drama2-sec{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.drama2-sec img.drama-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.94)}.drama2-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0d0a0b80,#0d0a0b4d,#0d0a0b99)}.drama2-content{position:relative;z-index:2;padding:80px 60px;max-width:700px}.drama2-content .eyebrow{margin-bottom:20px}.drama2-headline{font-family:var(--sig);font-size:clamp(56px,6vw,80px);letter-spacing:.04em;color:var(--text);line-height:1.1}@media(max-width:767px){.drama2-sec{min-height:60svh}.drama2-content{padding:60px 28px}.drama2-headline{font-size:48px}}.faq-sec{background:var(--bg);padding:80px 60px}.faq-inner{max-width:860px;margin:0 auto}.faq-inner h2{font-family:var(--body);font-weight:200;font-size:34px;color:var(--text);margin-bottom:40px}.faq-inner details{border:.5px solid rgba(238,234,226,.15);margin-bottom:8px;overflow:hidden}.faq-inner summary{padding:18px 20px;cursor:pointer;font-family:var(--head);font-size:13px;letter-spacing:.08em;color:#eeeae2bf;display:flex;justify-content:space-between;align-items:center;list-style:none;transition:background .2s}.faq-inner summary::-webkit-details-marker{display:none}.faq-inner summary:after{content:"+";font-size:1rem;color:#ff00ffb3;flex-shrink:0;margin-left:16px}.faq-inner details[open] summary{background:#ffffff0a}.faq-inner details[open] summary:after{content:"−"}.faq-inner summary:hover{background:#ffffff08}.faq-body{padding:14px 20px 18px;font-size:15px;line-height:1.7;color:#eeeae2a6}.faq-body a{color:#ff00ffb3}@media(max-width:767px){.faq-sec{padding:52px 20px}.faq-inner h2{font-size:26px;margin-bottom:28px}.faq-inner summary{font-size:13px;padding:16px;letter-spacing:.04em}.faq-body{padding:12px 16px 16px;font-size:15px}}.cta-sec{background:var(--bg-deep);padding:96px 60px;text-align:center}.cta-sig{font-family:var(--sig);font-size:56px;letter-spacing:.04em;color:var(--text);display:block;margin-bottom:20px}.cta-headline{font-family:var(--body);font-weight:200;font-size:28px;color:var(--text);margin-bottom:20px}.cta-body{font-family:var(--body);font-weight:300;font-size:16px;color:#eeeae2a6;max-width:520px;margin:0 auto 36px;line-height:1.7}.cta-btn{font-family:var(--head);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--text);border:.5px solid rgba(238,234,226,.35);padding:14px 40px;text-decoration:none;transition:background .2s}.cta-btn:hover{background:#ff00ff14}@media(max-width:767px){.cta-sec{padding:96px 28px 72px}.cta-sig{font-size:40px}.cta-headline{font-size:22px}.cta-body{font-size:15px}.cta-btn{display:block;width:100%;text-align:center;letter-spacing:.1em;padding:16px 24px}}footer{background:var(--bg);color:var(--text)}.footer-social-bar{padding:12px 0;text-align:center;border-bottom:.5px solid rgba(255,0,255,.12)}.footer-social-bar a{font-family:var(--head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#eeeae280;text-decoration:none;transition:color .2s}.footer-social-bar a:hover{color:var(--text)}.footer-social-sep{color:#eeeae233;margin:0 6px}.footer-social-item{display:inline-flex;align-items:center;gap:5px}.footer-main{display:flex;gap:0;padding:48px 60px;flex-wrap:wrap;align-items:flex-start}.footer-brand{flex:0 0 50%;padding-right:8%;display:flex;flex-direction:column;gap:16px}.footer-brand-logo{max-width:240px}.footer-brand-desc{font-size:13px;color:#eeeae280;line-height:1.65}.footer-hogspy{display:inline-block;border:.5px solid rgba(238,234,226,.08);padding:8px 12px;transition:border-color .2s}.footer-hogspy img{max-width:140px;opacity:.7;transition:opacity .2s}.footer-hogspy:hover img{opacity:1}.footer-links,.footer-see{flex:0 0 25%}.footer-heading{font-family:var(--head);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#eeeae266;margin-bottom:16px}.footer-nav,.footer-see-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.footer-nav a,.footer-see-list a{font-size:13px;color:#eeeae28c;transition:color .2s;text-decoration:none}.footer-nav a:hover,.footer-see-list a:hover{color:var(--text)}.footer-location-note{font-size:12px;color:#eeeae24d;margin-top:16px;line-height:1.6}.footer-signup{border-top:.5px solid rgba(238,234,226,.07);padding:20px 60px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-signup-label{font-family:var(--head);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#eeeae266;white-space:nowrap}.footer-signup-input{font-family:var(--body);font-size:13px;background:transparent;border:.5px solid rgba(238,234,226,.2);color:var(--text);padding:8px 14px;outline:none;flex:1;min-width:200px;max-width:300px;transition:border-color .2s}.footer-signup-input::placeholder{color:#eeeae24d}.footer-signup-input:focus{border-color:#eeeae259}.footer-signup-btn{font-family:var(--head);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text);background:transparent;border:.5px solid rgba(238,234,226,.25);padding:9px 20px;cursor:pointer;transition:background .2s}.footer-signup-btn:hover{background:#ff00ff14}.footer-bottom{border-top:.5px solid rgba(238,234,226,.07);padding:20px 60px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p,.footer-name{font-size:12px;color:#eeeae24d;font-family:var(--body)}@media(max-width:767px){footer{padding-bottom:64px}.footer-main{display:grid;grid-template-columns:1fr 1fr;padding:40px 28px;gap:32px 20px}.footer-brand{grid-column:1 / 3;padding-right:0;flex-direction:row;align-items:center;flex-wrap:wrap;gap:12px}.footer-brand-logo{max-width:180px}.footer-brand-desc{flex:1 1 100%;font-size:12px}.footer-links,.footer-see{flex:unset}.footer-heading{letter-spacing:.1em}.footer-signup{padding:16px 28px}.footer-signup-input{max-width:100%}.footer-bottom{padding:16px 28px;flex-direction:column;align-items:flex-start;gap:4px}}@media(min-width:1400px){.nav-desktop,.sessions-sec .container,.interests-sec .container,.feature-sec .container,.edu-sec .container{padding:0 80px}.presence-content,.drama-content,.testi-grid,.testi-heading,.footer-main,.footer-bottom,.footer-signup,.faq-sec,.pull-quote-sec,.cta-sec{padding-left:80px;padding-right:80px}}@media(min-width:768px){body{font-size:17px}.sessions-headline,.interests-headline,.expect-text h2,.edu-text h2,.testi-heading h2{font-size:36px}.expect-list li,.feature-body,.topic-card p,.faq-body{font-size:16px}.expect-list li strong{font-size:11px;letter-spacing:.14em}.topic-card h3{letter-spacing:.16em}}.splx{background:var(--bg)}.splx-hero{display:grid;grid-template-columns:54fr 46fr;height:88vh;min-height:640px;overflow:hidden;background:var(--bg-deep)}.splx-hero-photo{position:relative;overflow:hidden;height:100%}.splx-hero-photo .splx-img-wrap,.splx-hero-photo picture{width:100%;height:100%;display:block}.splx-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.splx-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 0%,transparent calc(100% - 220px),var(--bg-deep) 100%);pointer-events:none}.splx-hero-photo.splx-hero-photo--darken:after{background:linear-gradient(to right,transparent 0%,transparent calc(100% - 280px),rgba(13,10,11,.6) calc(100% - 120px),var(--bg-deep) 100%)}.splx-hero-text{display:flex;flex-direction:column;justify-content:center;padding:0 6vw 0 96px;background:var(--bg-deep)}.splx-hero-eyebrow{font-family:var(--head);font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:#eeeae2d1;margin:0 0 48px}.splx-hero-sig{font-family:var(--sig);font-weight:400;font-size:clamp(68px,10vw,130px);line-height:.95;letter-spacing:.02em;color:var(--text);margin:0}.splx-hero-rule{width:56px;height:.5px;background:#eeeae280;margin:24px 0 20px}.splx-hero-sub{font-family:var(--body);font-weight:300;font-style:italic;font-size:clamp(17px,1.6vw,21px);line-height:1.5;color:#eeeae2e0;max-width:520px;margin:0}.splx-hero-text .splx-hero-social{display:flex;align-items:center;gap:8px;margin-top:28px;justify-content:flex-start}.splx-hero-stats-strip{display:none;background:var(--bg-deep);padding:18px 28px;border-bottom:.5px solid rgba(238,234,226,.08)}.splx-hero-stats-strip .splx-hero-social{max-width:var(--max);margin:0 auto;justify-content:center}@media(max-width:900px){.splx-hero-text .splx-hero-social{display:none}.splx-hero-stats-strip{display:block}}.splx-hero-social{display:flex;align-items:center;gap:8px;justify-content:center}.splx-hero-social-item{display:flex;align-items:center;gap:5px;text-decoration:none;transition:opacity .2s}.splx-hero-social-item:hover{opacity:.75}.splx-hero-social-count{font-family:var(--body);font-size:12px;letter-spacing:.08em;color:#eeeae28c}.splx-hero-social-sep{font-size:11px;color:#eeeae233}@media(max-width:900px){.splx-hero{display:block;position:relative;grid-template-columns:none;height:85vh;min-height:520px}.splx-hero-photo{position:absolute;inset:0;height:100%}.splx-hero-photo:after{background:linear-gradient(to bottom,transparent 0%,transparent 30%,rgba(13,10,11,.45) 55%,rgba(13,10,11,.9) 88%,rgba(13,10,11,.96) 100%)}.splx-hero-photo.splx-hero-photo--darken:after{background:linear-gradient(to bottom,#0d0a0b40,#0d0a0b59 35%,#0d0a0ba6,#0d0a0beb 85%,#0d0a0bf7)}.splx-hero-text{position:absolute;bottom:0;left:0;right:0;z-index:2;display:block;padding:0 28px 40px;background:transparent}.splx-hero-eyebrow{margin:0 0 32px}.splx-hero-sig{font-size:clamp(56px,14vw,88px)}.splx-hero-rule{margin:18px 0 16px}.splx-hero-sub{font-size:16px}}.splx-lead-section{background:var(--bg);padding:120px 24px 80px}.splx-lead{max-width:680px;margin:0 auto;text-align:center}.splx-lead p{font-family:var(--body);font-weight:300;font-size:clamp(17px,1.4vw,19px);line-height:1.85;color:#eeeae2d9;margin:0 0 20px}.splx-lead p:last-child{margin-bottom:0}@media(max-width:767px){.splx-lead-section{padding:64px 28px 48px}}.splx-pullquote-section{background:var(--bg);padding:60px 0 140px}.splx-pullquote{max-width:var(--max);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:62fr 38fr;gap:40px;align-items:start}.splx-pullquote blockquote{margin:0;padding:0;border:none;background:none}.splx-pullquote blockquote p{font-family:var(--body);font-weight:300;font-style:italic;font-size:clamp(22px,2.2vw,30px);line-height:1.45;color:#eeeae2eb;margin:0;letter-spacing:.005em}.splx-pullquote blockquote cite{display:block;margin-top:32px;font-family:var(--head);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#eeeae299;font-style:normal}@media(max-width:900px){.splx-pullquote{grid-template-columns:1fr;padding:0 28px;gap:0}.splx-pullquote-section{padding:20px 0 80px}}.splx-body{background:var(--bg);padding:40px 0 120px}.splx-body--cinematic-top{padding:48px 0 0}.splx-body--cinematic-after{padding:72px 0 0}.splx-cinema-gap{height:72px;background:var(--bg)}.splx-body-inner{max-width:var(--max);margin:0 auto;padding:0 60px}@media(max-width:767px){.splx-body-inner{padding:0 28px}.splx-body{padding:20px 0 72px}}.splx-roles{max-width:720px;margin:0}.splx-roles-primer{font-family:var(--body);font-weight:300;font-style:italic;font-size:17px;line-height:1.7;color:#eeeae2c7;max-width:620px;margin:28px auto 56px;text-align:center}.splx-role-item{padding:32px 0;border-top:.5px solid rgba(238,234,226,.14)}.splx-role-item:first-of-type{border-top:none;padding-top:8px}.splx-role-item:last-of-type{padding-bottom:8px}.splx-role-name{font-family:var(--body);font-weight:200;font-size:20px;line-height:1.25;letter-spacing:.01em;color:var(--text);margin:0 0 14px}.splx-role-name:before{content:"";display:inline-block;width:18px;height:.5px;background:#ff00ff8c;vertical-align:middle;margin-right:12px;transform:translateY(-2px)}.splx-role-item p{margin-bottom:0}@media(max-width:767px){.splx-roles-primer{font-size:17px;margin:24px auto 40px}.splx-role-item{padding:28px 0}.splx-role-name{font-size:19px;margin-bottom:12px}}.splx-body h3{font-family:var(--body);font-weight:200;font-size:clamp(24px,2.4vw,32px);line-height:1.2;color:var(--text);margin:0 0 24px;letter-spacing:.005em}.splx-body-inner>h3{margin-top:72px;max-width:720px}.splx-body-inner>h3:first-child{margin-top:0}.splx-body p{font-family:var(--body);font-weight:300;font-size:17px;line-height:1.85;color:#eeeae2cc;margin:0 0 24px;max-width:720px}.splx-body-inner>p em{color:#eeeae2eb}.splx-body a:not(.btn-primary):not(.btn-secondary):not(.splx-cta-inline-link){color:var(--text);border-bottom:.5px solid rgba(255,0,255,.55);text-decoration:none;transition:border-color .2s,color .2s;padding-bottom:1px}.splx-body a:not(.btn-primary):not(.btn-secondary):not(.splx-cta-inline-link):hover{border-bottom-color:var(--pink);color:#fff}.splx-block-offset{display:grid;grid-template-columns:440px 1fr;gap:72px;align-items:start;margin:0 0 96px}.splx-block-offset--reverse{grid-template-columns:1fr 440px}.splx-block-offset--center{align-items:center}.splx-block-offset-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.94);display:block;margin:0}.splx-block-offset-img.splx-color img,.splx-body-img.splx-color img{filter:none}.splx-block-offset--reverse .splx-block-offset-img{grid-column:2;grid-row:1}.splx-block-offset--reverse .splx-block-offset-text{grid-column:1;grid-row:1}.splx-block-offset-text h3{margin-top:0}.splx-block-offset-text p{max-width:none}@media(max-width:900px){.splx-block-offset,.splx-block-offset--reverse{grid-template-columns:1fr;gap:32px}.splx-block-offset--reverse .splx-block-offset-img,.splx-block-offset--reverse .splx-block-offset-text{grid-column:1;grid-row:auto}}.splx-accent{max-width:820px;padding:18px 0 18px 28px;border-left:.5px solid rgba(255,0,255,.35);margin:0 0 20px}.splx-accent strong{display:block;font-family:var(--head);font-weight:400;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#eeeae2c7;margin-bottom:10px}.splx-accent strong a{color:inherit!important;border-bottom:none!important}.splx-body p.splx-accent{font-family:var(--body);font-weight:300;font-size:16px;line-height:1.8;color:#eeeae2c7;margin-bottom:20px;max-width:820px}.splx-body-img{margin:72px 0}.splx-body-img img{display:block;max-width:100%;height:auto;filter:grayscale(1) contrast(1.18) brightness(.94);margin:0}.splx-body-img--wide img{width:100%}.splx-body-img--portrait-right{float:right;max-width:320px;margin:12px 0 32px 56px;shape-outside:margin-box}.splx-body-img--portrait-left{float:left;max-width:320px;margin:12px 56px 32px 0;shape-outside:margin-box}.splx-body-inner>h3{clear:both}.splx-ph{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#eeeae208 0 12px,#eeeae20f 12px 24px),#140f0ce6;border:.5px dashed rgba(238,234,226,.28);color:#eeeae28c;font-family:var(--head);font-size:10px;letter-spacing:.28em;text-transform:uppercase;text-align:center;padding:24px}.splx-ph--portrait{aspect-ratio:3 / 4}.splx-ph--landscape{aspect-ratio:3 / 2}.splx-ph--square{aspect-ratio:1 / 1}.splx-pullquote-ph{align-self:end;max-width:320px;margin-left:auto}@media(max-width:767px){.splx-body-img{margin:48px 0}.splx-body-img--portrait-right,.splx-body-img--portrait-left{float:none;max-width:100%;margin:48px 0}}.splx-cta-inline{max-width:720px;margin:56px 0;padding:0 0 0 28px;border-left:.5px solid rgba(238,234,226,.2);font-family:var(--body);font-weight:300;font-style:italic;font-size:18px;line-height:1.65;color:#eeeae2e0}.splx-cta-inline-link{color:#ff00ffc7!important;border-bottom:.5px solid rgba(255,0,255,.45)!important;font-style:normal;white-space:nowrap;margin-left:4px;padding-bottom:2px;letter-spacing:.02em;transition:border-color .2s;text-decoration:none}.splx-cta-inline-link:hover{border-bottom-color:var(--pink)!important}.splx-final-cta-section{background:var(--bg-deep);padding:120px 24px;text-align:center;border-top:.5px solid var(--border);position:relative;overflow:hidden}.splx-final-cta-section>.splx-final-cta-eyebrow,.splx-final-cta-section>.splx-final-cta-headline,.splx-final-cta-section>.btn-primary{position:relative;z-index:1}.splx-final-cta-eyebrow{font-family:var(--head);font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:#eeeae2c7;margin:0 0 28px}.splx-final-cta-headline{font-family:var(--sig);font-weight:400;font-size:clamp(44px,5.5vw,72px);line-height:1.05;color:var(--text);margin:0 0 44px;letter-spacing:.02em}@media(max-width:767px){.splx-final-cta-section{padding:80px 28px}}.splx-testimonials-section{background:var(--bg-alt)}.splx-related-section{background:var(--bg);padding-bottom:40px}.splx-cluster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 64px;margin:40px 0 72px}.splx-cluster-grid--three{grid-template-columns:repeat(3,1fr);gap:40px 48px}.splx-cluster-grid--shaded .splx-cluster{background:var(--bg-alt);border:1px solid var(--border);border-radius:2px;padding:32px 28px 28px}.splx-cluster h4{font-family:var(--body);font-weight:300;font-size:22px;line-height:1.3;letter-spacing:.01em;color:var(--text);margin:0 0 12px}.splx-cluster>p{font-family:var(--body);font-weight:300;font-size:15px;line-height:1.7;color:#eeeae2d1;margin:0 0 16px;max-width:none}.splx-cluster-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 14px}.splx-cluster-links li{margin:0;padding:0;font-family:var(--head);font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.splx-cluster-links a{color:#eeeae2e0!important;border-bottom:.5px solid rgba(255,0,255,.35);padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.splx-cluster-links a:hover{color:var(--pink)!important;border-bottom-color:var(--pink)}@media(max-width:900px){.splx-cluster-grid{grid-template-columns:1fr;gap:40px}}.splx-archetype-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:32px 0 72px}.splx-archetype-tile{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;padding:24px;border:.5px solid rgba(238,234,226,.18);background:#1a141099;text-align:center;text-decoration:none!important;border-bottom:.5px solid rgba(238,234,226,.18)!important;transition:border-color .25s ease,background .25s ease}.splx-archetype-tile:hover{border-color:#ff00ff8c!important;background:#1a1410e6}.splx-archetype-tile-label{font-family:var(--head);font-weight:400;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--text)}@media(max-width:900px){.splx-archetype-grid{grid-template-columns:repeat(2,1fr)}}.splx-community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0}.splx-community-tile{display:block;padding:28px 24px;border:.5px solid rgba(238,234,226,.18);background:#1a141099;text-decoration:none!important;border-bottom:.5px solid rgba(238,234,226,.18)!important;transition:border-color .25s ease,background .25s ease}.splx-community-tile:hover{border-color:#ff00ff8c!important;background:#1a1410e6}.splx-community-tile h4{font-family:var(--body);font-weight:300;font-size:18px;line-height:1.3;color:var(--text);margin:0 0 10px}.splx-community-tile p{font-family:var(--body);font-weight:300;font-size:14px;line-height:1.65;color:#eeeae2c7;margin:0;max-width:none}@media(max-width:900px){.splx-community-grid{grid-template-columns:1fr}}.splx-quiz-interstitial{margin:72px auto;padding:40px 28px;max-width:720px;text-align:center;border-top:.5px solid rgba(255,0,255,.35);border-bottom:.5px solid rgba(255,0,255,.35)}.splx-quiz-interstitial-eyebrow{font-family:var(--head);font-weight:400;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#eeeae2b3;margin:0 0 14px}.splx-quiz-interstitial-headline{font-family:var(--body);font-weight:300;font-style:italic;font-size:24px;line-height:1.4;color:var(--text);margin:0 0 22px}.splx-session-lengths{list-style:none;margin:16px 0 32px;padding:0}.splx-session-lengths li{font-family:var(--body);font-weight:300;font-size:16px;line-height:1.8;color:#eeeae2eb;margin:0 0 10px;padding-left:0}.splx-session-lengths strong{font-family:var(--head);font-weight:400;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--text);display:inline-block;min-width:140px;margin-right:4px}@media(max-width:767px){.splx-session-lengths strong{display:block;min-width:0;margin-bottom:2px}}.splx-cta-row{display:flex;flex-wrap:wrap;gap:16px;margin:32px 0 72px}.splx-img{width:100%;height:100%;object-fit:cover;display:block}.splx-img-wrap{position:relative;width:100%;height:100%;background:repeating-linear-gradient(45deg,#eeeae208 0 12px,#eeeae20f 12px 24px),#140f0ce6;overflow:hidden}.splx-img-wrap--portrait{aspect-ratio:3 / 4}.splx-img-wrap--landscape{aspect-ratio:3 / 2}.splx-img-wrap--square{aspect-ratio:1 / 1}.splx-img-wrap--ultrawide{aspect-ratio:21 / 9}.splx-img--mono{filter:grayscale(1) contrast(1.18) brightness(.94)}.splx-ph-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0006;padding:6px 14px;border:.5px solid rgba(238,234,226,.1);font-family:var(--head);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#eeeae28c;white-space:nowrap;z-index:2}.splx-hero-visual{position:relative;width:100%;height:80vh;min-height:540px;max-height:780px;overflow:hidden;background:var(--bg-deep)}.splx-hero-visual .splx-img-wrap{aspect-ratio:auto;height:100%}.splx-hero-visual-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 25%,rgba(13,10,11,.3) 55%,rgba(13,10,11,.88) 100%);pointer-events:none}.splx-hero-visual-text{position:absolute;bottom:0;left:0;right:0;z-index:2;max-width:var(--max);margin:0 auto;padding:0 60px 64px}.splx-hero-visual-eyebrow{font-family:var(--head);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#eeeae28c;margin:0 0 46px}.splx-hero-visual-sig{font-family:var(--sig);font-weight:400;font-size:clamp(68px,10vw,130px);line-height:.95;letter-spacing:.02em;color:var(--text);margin:0}.splx-hero-visual-rule{width:56px;height:.5px;background:#eeeae280;margin:32px 0 28px}.splx-hero-visual-sub{font-family:var(--body);font-weight:300;font-style:italic;font-size:clamp(17px,1.6vw,21px);line-height:1.5;color:#eeeae2d1;max-width:520px;margin:0}.splx-block-offset-img .splx-img-wrap{aspect-ratio:auto;height:100%;min-height:360px}.splx-cinema{position:relative;min-height:100vh;display:flex;align-items:stretch;overflow:hidden}.splx-cinema-bg{position:absolute;inset:0}.splx-cinema-bg .splx-img-wrap{height:100%;min-height:100%;border:none;aspect-ratio:auto}.splx-cinema-bg img{object-position:center 15%}.splx-cinema-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0d0a0b59,#0d0a0bcc,#0d0a0beb)}.splx-cinema-overlay--left{background:linear-gradient(270deg,#0d0a0b59,#0d0a0bcc,#0d0a0beb)}.splx-cinema-panel{position:relative;z-index:2;margin-left:auto;width:52%;display:flex;flex-direction:column;justify-content:center;padding:80px 72px}.splx-cinema-panel--left{margin-left:0;margin-right:auto}.splx-cinema-panel .eyebrow{font-family:var(--head);font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:#eeeae2a6;margin-bottom:16px;display:block}.splx-cinema-panel h3{font-family:var(--body);font-weight:200;font-size:clamp(24px,2.4vw,32px);line-height:1.2;color:var(--text);margin:0 0 24px;letter-spacing:.005em}.splx-cinema-panel p{font-family:var(--body);font-weight:300;font-size:17px;line-height:1.85;color:#eeeae2d9;margin:0 0 24px}.splx-cinema-panel p:last-child{margin-bottom:0}.splx-slideshow{position:relative;overflow:hidden}.splx-slideshow-track{display:flex;transition:transform .7s cubic-bezier(.25,.1,.25,1)}.splx-slideshow-slide{flex:0 0 100%;min-height:420px}.splx-slideshow-slide .splx-img-wrap{min-height:420px;height:100%;aspect-ratio:auto}.splx-slideshow-nav{position:absolute;bottom:20px;right:24px;display:flex;gap:8px;z-index:3}.splx-slideshow-dot{width:8px;height:8px;border-radius:50%;border:.5px solid rgba(238,234,226,.65);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.splx-slideshow-dot.active{background:var(--text);border-color:var(--text)}.splx-slideshow-counter{position:absolute;bottom:22px;left:24px;font-family:var(--head);font-size:10px;letter-spacing:.2em;color:#eeeae2a6;z-index:3}.splx-pullquote-centered{max-width:720px;margin:0 auto;padding:0 60px;text-align:center}.splx-pullquote-centered blockquote{margin:0;padding:0;border:none;background:none}.splx-pullquote-centered blockquote p{font-family:var(--body);font-weight:300;font-style:italic;font-size:clamp(22px,2.2vw,30px);line-height:1.45;color:#eeeae2eb;margin:0;letter-spacing:.005em}.pull-quote-ornament{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px}.pull-quote-ornament span{display:block;border-radius:50%;background:#ff00ff73}.pull-quote-ornament span:nth-child(1){width:4px;height:4px}.pull-quote-ornament span:nth-child(2){width:6px;height:6px;background:#ff00ffb3}.pull-quote-ornament span:nth-child(3){width:4px;height:4px}.splx-script-pullquote{margin:56px 0 0;padding:0;border:none;text-align:center}.splx-script-pullquote p{margin:0;font-family:var(--sig);font-weight:400;font-size:clamp(36px,4.2vw,54px);line-height:1.15;letter-spacing:.01em;color:var(--text);max-width:none}.splx-italic-pullquote{margin:0 0 48px;padding:0 0 0 28px;border:none;border-left:.5px solid rgba(255,0,255,.4)}.splx-italic-pullquote p{margin:0;font-family:var(--body);font-weight:300;font-style:italic;font-size:clamp(20px,1.9vw,26px);line-height:1.4;color:#eeeae2eb;max-width:none}.splx-banner{max-width:var(--max);margin:0 auto;padding:0 60px}.splx-banner-wrap{width:100%;aspect-ratio:21 / 9;overflow:hidden;background:var(--bg-alt)}.splx-banner-wrap img{width:100%;height:100%;object-fit:cover;display:block}.splx-banner--fullbleed{max-width:none;padding:0}@media(max-width:900px){.splx-banner{padding:0 28px}.splx-banner-wrap{aspect-ratio:16 / 9}}.splx-block-offset-img--natural .splx-img-wrap{height:auto;min-height:0;aspect-ratio:3 / 4;align-self:start}.splx-block-offset--natural{align-items:start!important}.splx-float-figure{float:left;width:440px;margin:8px 48px 24px 0;background:var(--bg-alt)}.splx-float-figure--right{float:right;margin:8px 0 24px 48px}.splx-float-figure img{width:100%;height:auto;display:block}.splx-float-section{overflow:hidden}.splx-float-section:after{content:"";display:block;clear:both}.splx-float-section>h3,.splx-float-section>p{max-width:none}.splx-float-section>h3{margin-top:0}.splx-float-section>.splx-italic-pullquote{max-width:none}@media(max-width:900px){.splx-float-figure,.splx-float-figure--right{float:none;width:100%;margin:0 0 32px;background:transparent}.splx-float-figure img{width:100%;height:auto}}.splx-cluster-photo{margin:0;grid-column:1 / -1;overflow:hidden;background:var(--bg-alt)}.splx-cluster-photo img{width:100%;height:auto;display:block}@media(min-width:901px){.splx-cluster-grid--three .splx-cluster-photo{display:none}}.splx-closing-photo{margin:56px 0 0;overflow:hidden;background:var(--bg-alt)}.splx-closing-photo img{width:100%;height:auto;display:block}.splx-detail-grid{max-width:var(--max);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.splx-detail-card{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--bg-alt)}.splx-detail-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.1,.25,1),filter .4s ease}.splx-detail-card:hover img{transform:scale(1.04);filter:brightness(1.08)}.splx-detail-caption{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(to top,rgba(13,10,11,.85),transparent);font-family:var(--head);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#eeeae2c7;pointer-events:none}@media(max-width:900px){.splx-detail-grid{padding:0 28px;grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:600px){.splx-detail-grid{grid-template-columns:1fr}.splx-detail-card{aspect-ratio:3 / 2}}.splx-section-gap{height:96px}.splx-part-gap{height:48px}.splx-coaching-row{text-align:center;padding:24px 60px 48px;background:var(--bg-deep)}.splx-coaching-row p{font-family:var(--body);font-weight:300;font-size:14px;color:#eeeae28c}.splx-coaching-row a{color:var(--text);border-bottom:.5px solid rgba(238,234,226,.25);text-decoration:none;padding-bottom:1px}@media(max-width:900px){.splx-hero-visual{height:60vh;min-height:420px}.splx-hero-visual-text{padding:0 28px 48px}.splx-hero-visual-sig{font-size:clamp(56px,14vw,88px)}.splx-block-offset-img .splx-img-wrap{height:auto;aspect-ratio:3 / 4;min-height:0}.splx-cinema{min-height:auto;flex-direction:column}.splx-cinema-bg{position:relative;min-height:45vh}.splx-cinema-bg .splx-img-wrap{min-height:45vh}.splx-cinema-overlay,.splx-cinema-overlay--left{position:relative;background:none}.splx-cinema-panel,.splx-cinema-panel--left{width:100%;padding:48px 28px;background:#0d0a0beb}.splx-slideshow-slide,.splx-slideshow-slide .splx-img-wrap{min-height:300px}.splx-pullquote-centered{padding:0 28px}.splx-section-gap{height:56px}.splx-part-gap{height:32px}}@media(max-width:767px){.splx-hero-visual{height:50vh;min-height:360px}.splx-hero-visual-text{padding:0 20px 40px}.splx-hero-visual-sig{font-size:clamp(44px,12vw,64px)}.splx-cinema-bg,.splx-cinema-bg .splx-img-wrap{min-height:60vh}.splx-cinema-panel,.splx-cinema-panel--left{padding:32px 20px}.splx-slideshow-slide,.splx-slideshow-slide .splx-img-wrap{min-height:250px}}.splx-halfbleed{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:96px;margin-bottom:96px}.splx-halfbleed-img{position:relative;min-height:520px;overflow:hidden}.splx-halfbleed-img img{width:100%;height:100%;object-fit:cover;display:block}.splx-halfbleed-img:after{content:"";position:absolute;inset:0;pointer-events:none}.splx-halfbleed--left .splx-halfbleed-img{order:1}.splx-halfbleed--left .splx-halfbleed-img:after{background:linear-gradient(to right,transparent 40%,var(--bg) 100%)}.splx-halfbleed--right .splx-halfbleed-img{order:2}.splx-halfbleed--right .splx-halfbleed-img:after{background:linear-gradient(to left,transparent 40%,var(--bg) 100%)}.splx-halfbleed-text{display:flex;flex-direction:column;justify-content:center;max-width:560px;padding:48px 60px}.splx-halfbleed--left .splx-halfbleed-text{order:2;margin-right:auto}.splx-halfbleed--right .splx-halfbleed-text{order:1;margin-left:auto}.splx-halfbleed-text h3{margin-top:0}.splx-halfbleed-text p:last-child{margin-bottom:0}@media(max-width:900px){.splx-halfbleed{grid-template-columns:1fr;margin:56px 0;width:auto}.splx-halfbleed-img{min-height:300px;order:1!important}.splx-halfbleed-img:after{background:linear-gradient(to bottom,transparent 50%,var(--bg) 100%)!important}.splx-halfbleed-text{order:2!important;padding:28px 0 0;max-width:100%;margin:0!important}}.splx-tile-img{display:block;position:relative;aspect-ratio:4 / 3;overflow:hidden;margin:0 0 16px;background:var(--bg-alt)}.splx-tile-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.94);display:block;transition:transform .5s ease,filter .4s ease}.splx-community-tile:hover .splx-tile-img img,.splx-cluster:hover .splx-tile-img img{transform:scale(1.04);filter:grayscale(0) contrast(1) brightness(1)}.splx-community-tile:has(.splx-tile-img){padding:0 0 24px;overflow:hidden}.splx-community-tile:has(.splx-tile-img) h4,.splx-community-tile:has(.splx-tile-img) p{padding-left:24px;padding-right:24px}.splx-community-tile:has(.splx-tile-img) h4{margin-top:20px}.splx-archetype-tile{position:relative}.splx-archetype-tile:has(.splx-archetype-tile-img){padding:0;overflow:hidden;align-items:flex-end;justify-content:stretch}.splx-archetype-tile-img{position:absolute;inset:0;z-index:0}.splx-archetype-tile-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.splx-archetype-tile:hover .splx-archetype-tile-img img{transform:scale(1.04)}.splx-archetype-tile-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0d0a0beb,#0d0a0b59 55%,#0d0a0b14)}.splx-archetype-tile:has(.splx-archetype-tile-img) .splx-archetype-tile-label{position:relative;z-index:1;width:100%;padding:18px 16px;text-align:center}.splx-final-cta-section--bleed{position:relative;overflow:hidden}.splx-final-cta-section--bleed>*:not(.splx-final-cta-bg){position:relative;z-index:1}.splx-final-cta-bg{position:absolute;inset:0;z-index:0}.splx-final-cta-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1) brightness(.55);display:block}.splx-final-cta-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0d0a0b73,#0d0a0bd9)}.splx-archetype-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:56px auto 48px;padding:0 28px}.splx-archetype-card{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;text-decoration:none;color:var(--text);background:var(--bg-deep);border:.5px solid var(--border);transition:border-color .3s}.splx-archetype-card:hover{border-color:var(--pink-40)}.splx-archetype-card-img{position:absolute;inset:0;overflow:hidden}.splx-archetype-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .4s ease}.splx-archetype-card:hover .splx-archetype-card-img img{transform:scale(1.05);filter:brightness(.5)}.splx-archetype-card-img .splx-ph{width:100%;height:100%;aspect-ratio:auto}.splx-archetype-card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px 24px 26px;background:linear-gradient(to top,#0a0806eb,#0a08068c 45%,#0a080600 72%);transition:background .4s ease}.splx-archetype-card:hover .splx-archetype-card-overlay{background:linear-gradient(to top,#0a0806eb,#0a0806c7 60%,#0a08068c)}.splx-archetype-card-eyebrow{font-family:var(--head);font-size:9px;letter-spacing:.32em;text-transform:uppercase;color:#eeeae299;margin:0 0 8px}.splx-archetype-card-name{font-family:var(--sig);font-weight:400;font-size:clamp(26px,2.4vw,32px);line-height:1.05;color:var(--text);margin:0 0 6px;letter-spacing:.01em}.splx-archetype-card-thesis{font-family:var(--body);font-style:italic;font-weight:300;font-size:14px;line-height:1.45;color:#eeeae2e0;margin:0}.splx-archetype-card-body{font-family:var(--body);font-weight:300;font-size:13px;line-height:1.6;color:#eeeae2d9;margin:0;max-height:0;opacity:0;overflow:hidden;overscroll-behavior:contain;transition:max-height .45s ease,opacity .3s ease .05s,margin .45s ease;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(238,234,226,.35) transparent}.splx-archetype-card-body::-webkit-scrollbar{width:4px}.splx-archetype-card-body::-webkit-scrollbar-track{background:transparent}.splx-archetype-card-body::-webkit-scrollbar-thumb{background:#eeeae259;border-radius:2px}.splx-archetype-card:hover .splx-archetype-card-body{max-height:240px;opacity:1;margin:12px 0 14px;overflow-y:auto;padding-right:6px}.splx-archetype-card-link{font-family:var(--head);font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--pink);align-self:flex-start;border-bottom:.5px solid var(--pink);padding-bottom:3px;max-height:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .3s ease .1s}.splx-archetype-card:hover .splx-archetype-card-link{max-height:40px;opacity:1}@media(max-width:900px){.splx-archetype-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:44px auto 36px;padding:0 20px}}@media(max-width:500px){.splx-archetype-grid{grid-template-columns:1fr;gap:16px}}.splx-disclaimer-card{max-width:640px;margin:48px auto 56px;padding:28px 36px;background:var(--bg-deep);border:.5px solid var(--border);text-align:center;font-family:var(--body);font-weight:300;font-style:italic;font-size:15px;line-height:1.7;color:#eeeae2c7}.splx-disclaimer-card p{margin:0;max-width:none}.splx-disclaimer-card--inline{max-width:100%;margin:0 0 28px;padding:20px 24px;font-size:14px;line-height:1.65}@media(max-width:767px){.splx-disclaimer-card{margin:36px 24px 44px;padding:22px 24px;font-size:14px}}.splx-final-cta-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:var(--bg);width:100%}.header-inner[data-astro-cid-3ef6ksr2]{max-width:var(--max);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:76px}.logo[data-astro-cid-3ef6ksr2]{cursor:pointer;text-decoration:none;color:inherit}.logo-lockup[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.logo-eyebrow[data-astro-cid-3ef6ksr2]{font-family:var(--head);font-size:9px;letter-spacing:.3em;opacity:.58;text-transform:uppercase;color:var(--text);line-height:1}.logo-name[data-astro-cid-3ef6ksr2]{font-family:var(--sig);font-size:26px;color:var(--text);opacity:.7;line-height:.9}.hamburger[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.hamburger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:100%;height:1px;background:var(--text-75);transition:transform .3s ease,opacity .3s ease}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-overlay[data-astro-cid-3ef6ksr2]{display:none;position:fixed;inset:76px 0 0;background:var(--bg);z-index:99;padding:40px 32px 48px;flex-direction:column;justify-content:space-between}.mobile-overlay[data-astro-cid-3ef6ksr2].open{display:flex}.mobile-nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:0}.mobile-nav-item[data-astro-cid-3ef6ksr2]{font-family:var(--head);font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:var(--text);opacity:.88;padding:18px 0;border-bottom:1px solid var(--border);cursor:pointer;text-decoration:none;display:block}.mobile-nav-sub[data-astro-cid-3ef6ksr2]{font-family:var(--head);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);opacity:.55;padding:14px 0 14px 20px;border-bottom:1px solid var(--border);cursor:pointer;text-decoration:none;display:block}.mobile-cta[data-astro-cid-3ef6ksr2]{display:block;width:100%;padding:16px 24px;font-family:var(--head);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--pink);background:transparent;border:1px solid var(--pink-65);cursor:pointer;text-align:center;text-decoration:none;transition:background .2s;box-sizing:border-box}.mobile-cta[data-astro-cid-3ef6ksr2]:hover{background:var(--pink-08)}.desktop-nav[data-astro-cid-3ef6ksr2],.desktop-cta[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:900px){.header-inner[data-astro-cid-3ef6ksr2]{height:88px;padding:0 40px 16px;align-items:flex-end;justify-content:space-between}.logo[data-astro-cid-3ef6ksr2]{flex:1;align-self:center}.desktop-cta[data-astro-cid-3ef6ksr2]{flex:1;display:flex;justify-content:flex-end;align-self:center}.logo-eyebrow[data-astro-cid-3ef6ksr2]{font-size:9px;color:var(--text);opacity:.58}.logo-name[data-astro-cid-3ef6ksr2]{font-size:36px;color:var(--text);opacity:.7}.hamburger[data-astro-cid-3ef6ksr2],.mobile-overlay[data-astro-cid-3ef6ksr2]{display:none!important}.desktop-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:36px}.nav-item[data-astro-cid-3ef6ksr2]{position:relative;font-family:var(--head);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);opacity:.88;cursor:pointer;padding:4px 0 20px;white-space:nowrap;transition:opacity .2s;text-decoration:none}.nav-item[data-astro-cid-3ef6ksr2]:hover,.nav-item[data-astro-cid-3ef6ksr2]:focus-within{opacity:1}.nav-label[data-astro-cid-3ef6ksr2]{color:inherit;text-decoration:none;font:inherit;letter-spacing:inherit;text-transform:inherit}.nav-label[data-astro-cid-3ef6ksr2]:hover,.nav-label[data-astro-cid-3ef6ksr2]:focus{opacity:1;outline:none}.nav-item[data-astro-cid-3ef6ksr2].has-dropdown:after{content:"";display:inline-block;width:4px;height:4px;border-right:1px solid var(--text-50);border-bottom:1px solid var(--text-50);transform:rotate(45deg) translateY(-2px);margin-left:7px;vertical-align:middle}.dropdown[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:-16px;background:#1a1410;border:.5px solid var(--border-mid);min-width:160px;padding:8px 0;z-index:200}.nav-item[data-astro-cid-3ef6ksr2]:hover .dropdown[data-astro-cid-3ef6ksr2],.nav-item[data-astro-cid-3ef6ksr2]:focus-within .dropdown[data-astro-cid-3ef6ksr2]{display:block}.dropdown-item[data-astro-cid-3ef6ksr2]{display:block;font-family:var(--head);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-75);padding:12px 20px;white-space:nowrap;border-left:2px solid transparent;text-decoration:none;transition:background .15s,border-color .15s}.dropdown-item[data-astro-cid-3ef6ksr2]:hover,.dropdown-item[data-astro-cid-3ef6ksr2]:focus{background:var(--pink-12);border-left-color:var(--pink-40);outline:none}.nav-cta[data-astro-cid-3ef6ksr2]{font-family:var(--head);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--pink)!important;background:transparent!important;border:1px solid var(--pink-65)!important;padding:10px 20px;cursor:pointer;white-space:nowrap;outline:none;text-decoration:none;transition:background .2s}.nav-cta[data-astro-cid-3ef6ksr2]:hover,.nav-cta[data-astro-cid-3ef6ksr2]:focus,.nav-cta[data-astro-cid-3ef6ksr2]:active{background:var(--pink-08)!important;border-color:var(--pink-85)!important;color:var(--pink)!important}}footer[data-astro-cid-sz7xmlte]{background:var(--bg);color:var(--text)}.footer-social-bar[data-astro-cid-sz7xmlte]{padding:12px 0;text-align:center;border-bottom:.5px solid var(--pink-25)}.footer-social-bar[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-family:var(--head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#eeeae28c;text-decoration:none;transition:color .2s}.footer-social-bar[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer-social-item[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:5px}.footer-social-sep[data-astro-cid-sz7xmlte]{color:var(--text-20);margin:0 6px}.footer-main[data-astro-cid-sz7xmlte]{display:flex;gap:0;padding:48px 60px;flex-wrap:wrap;align-items:flex-start;max-width:var(--max);margin:0 auto}.footer-brand[data-astro-cid-sz7xmlte]{flex:0 0 50%;padding-right:8%;display:flex;flex-direction:column;gap:16px}.footer-brand-logo[data-astro-cid-sz7xmlte]{max-width:240px;display:block}.footer-brand-desc[data-astro-cid-sz7xmlte]{font-size:13px;color:var(--text-50);line-height:1.65;font-family:var(--body);font-weight:300}.footer-hogspy[data-astro-cid-sz7xmlte]{display:inline-block;border:.5px solid var(--text-08);padding:8px 12px;text-decoration:none;align-self:flex-start}.footer-hogspy[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{max-width:140px;opacity:.7;transition:opacity .2s;display:block}.footer-hogspy[data-astro-cid-sz7xmlte]:hover img[data-astro-cid-sz7xmlte]{opacity:1}.footer-links[data-astro-cid-sz7xmlte],.footer-see[data-astro-cid-sz7xmlte]{flex:0 0 25%}.footer-heading[data-astro-cid-sz7xmlte]{font-family:var(--head);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#eeeae28c;margin-bottom:16px;display:block}.footer-nav[data-astro-cid-sz7xmlte],.footer-see-list[data-astro-cid-sz7xmlte]{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-see-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:13px;color:var(--text-55);text-decoration:none;transition:color .2s;font-family:var(--body);font-weight:300}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-see-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer-location-note[data-astro-cid-sz7xmlte]{font-size:12px;color:#eeeae299;margin-top:16px;line-height:1.6;font-family:var(--body);font-weight:300}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:.5px solid var(--text-07);padding:20px 60px;display:flex;justify-content:space-between;align-items:center;max-width:var(--max);margin:0 auto;flex-wrap:wrap;gap:8px}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.footer-name[data-astro-cid-sz7xmlte]{font-size:12px;color:#eeeae280;font-family:var(--head);letter-spacing:.06em}@media(max-width:767px){footer[data-astro-cid-sz7xmlte]{padding-bottom:64px}.footer-main[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr;padding:40px 28px;gap:32px 20px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / 3;padding-right:0;flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px}.footer-brand-logo[data-astro-cid-sz7xmlte]{max-width:180px}.footer-brand-desc[data-astro-cid-sz7xmlte]{flex:1 1 100%;font-size:12px}.footer-links[data-astro-cid-sz7xmlte],.footer-see[data-astro-cid-sz7xmlte]{flex:unset}.footer-heading[data-astro-cid-sz7xmlte]{letter-spacing:.1em}.footer-bottom[data-astro-cid-sz7xmlte]{padding:16px 28px;flex-direction:column;align-items:flex-start;gap:4px}}@media(min-width:1400px){.footer-main[data-astro-cid-sz7xmlte],.footer-bottom[data-astro-cid-sz7xmlte]{padding-left:80px;padding-right:80px}}@font-face{font-family:Raleway-fallback;src:local("Arial");size-adjust:100.06%;ascent-override:91.65%;descent-override:23.4%;line-gap-override:0%}:root{--body: "Raleway", "Raleway-fallback", sans-serif}.fade-in{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.fade-in.is-visible{opacity:1;transform:translateY(0)}[data-stagger] .fade-in:nth-child(1){transition-delay:0ms}[data-stagger] .fade-in:nth-child(2){transition-delay:80ms}[data-stagger] .fade-in:nth-child(3){transition-delay:.16s}[data-stagger] .fade-in:nth-child(4){transition-delay:.24s}[data-stagger] .fade-in:nth-child(5){transition-delay:.32s}[data-stagger] .fade-in:nth-child(6){transition-delay:.4s}
