@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;650;700;750;800;900&display=swap');
@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{--red:#F50038;--ink:#181818;--muted:#696969;--paper:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid var(--red);outline-offset:5px}.wrap{width:min(1240px,calc(100% - 96px));margin:auto}header{height:108px;display:flex;align-items:center;gap:30px;border-bottom:1px solid #dededc}.brand{font-family:Manrope,sans-serif;font-size:31px;font-weight:800;letter-spacing:-1.8px;display:flex;align-items:center}.brand-dot{color:var(--red)}.rings{position:relative;width:48px;height:40px;margin-right:10px}.rings i{width:25px;height:25px;border:3px solid;position:absolute;border-radius:50%;top:3px}.rings i:nth-child(2){left:20px}.rings i:nth-child(3){left:10px;top:17px}nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:600}.login{border:0;background:none;font-size:14px;margin-left:25px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border:0;background:var(--red);color:white;border-radius:6px;padding:19px 24px;font-weight:650;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#ce0030;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.small{padding:13px 17px;font-size:14px}.hero{display:grid;grid-template-columns:1fr 1.03fr;gap:25px;padding-top:66px;padding-bottom:74px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 28px}.line{display:inline-block;width:23px;height:2px;background:var(--red);vertical-align:middle;margin-right:8px}h1{font-family:Manrope,sans-serif;font-size:clamp(64px,6.6vw,96px);line-height:1.03;letter-spacing:-5px;font-weight:800;margin:0 0 29px}.outline{-webkit-text-stroke:1.5px var(--ink);color:transparent}.red{color:var(--red)}h1 .red{font-size:92px;margin-left:8px}.hero h2{font-size:17px;font-weight:700;margin:0 0 12px;max-width:430px}.intro{line-height:1.65;color:var(--muted);max-width:440px;font-size:16px;margin:0 0 28px}.micro{font-size:12px;color:#666;margin:16px 0 0;display:flex;gap:18px}.hero-visual{position:relative;padding-top:35px}.orbit{position:absolute;border:1px solid #dededb;border-radius:50%;width:440px;height:440px;top:-17px;left:34px;z-index:-1}.orbit-two{width:490px;height:490px;left:8px;top:-42px}.dashboard{background:#fff;border:1px solid #dededb;border-radius:12px;box-shadow:0 24px 60px #00000012;transform:rotate(-3deg);overflow:hidden}.dash-top{display:flex;align-items:center;border-bottom:1px solid #eee;padding:16px 20px;gap:15px}.dash-top strong{font-weight:800;letter-spacing:-.7px}.demo-label{font-size:10px;letter-spacing:1px;color:#777;margin-left:auto}.avatar{background:#ececea;border-radius:50%;width:25px;height:25px;text-align:center;font-size:10px;line-height:25px}.dash-body{display:flex}.dash-body aside{width:54px;border-right:1px solid #eee;display:flex;flex-direction:column;align-items:center;gap:25px;padding-top:23px;color:#888}.side-selected{background:#eee;padding:5px 10px;border-radius:4px;color:#111}.dash-content{padding:24px 21px;width:calc(100% - 54px)}.dash-title{display:flex;align-items:center;justify-content:space-between}.muted{color:#777;font-size:9px;letter-spacing:1.2px;margin:0 0 7px}.dash-title h3{font-size:22px;letter-spacing:-.8px;margin:0}.date{font-size:10px;border:1px solid #eee;border-radius:5px;padding:7px}.stats{display:flex;gap:9px;margin-top:22px}.stats>div{background:#f6f6f4;border:1px solid #ededeb;flex:1;padding:12px;border-radius:5px}.stats span{font-size:10px;color:#666;display:block}.stats strong{display:block;font-size:29px;letter-spacing:-1px;margin-top:6px}.stats small{font-size:18px}.class-heading{display:flex;justify-content:space-between;margin-top:23px;font-size:12px}.class-heading>span{font-size:10px;color:#888}.tabs{display:flex;border-bottom:1px solid #eee;margin-top:12px;gap:18px}.tabs button{font-size:10px;background:none;border:0;padding:9px 0;color:#888}.tabs button[aria-selected=true]{border-bottom:2px solid #222;color:#222}.class-row{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #eee}.time{font-size:10px;color:#777}.class-row strong{font-size:12px;display:block}.class-row small{display:block;font-size:10px;color:#888;margin-top:5px}.capacity{margin-left:auto;font-size:10px;background:#f1f1ef;border-radius:4px;padding:5px 7px}.dash-note{display:flex;align-items:center;gap:10px;margin-top:18px}.mini-icon{background:#eee;border-radius:50%;padding:6px 9px}.dash-note strong{font-size:11px}.dash-note p{font-size:10px;color:#888;margin:4px 0}.floating-note{position:relative;display:flex;gap:12px;align-items:center;background:#fff;width:max-content;max-width:100%;padding:17px 23px;border-radius:8px;box-shadow:0 10px 40px #00000010;margin:-12px -8px 0 auto;transform:rotate(3deg)}.floating-note>span{background:#202020;color:white;border-radius:50%;padding:7px 10px}.floating-note strong{font-size:13px;display:block}.floating-note small{font-size:11px;color:#777;display:block;margin-top:4px}.preview-caption{font-size:12px;text-align:center;color:#777;margin-top:29px}.sports{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.sports>.wrap{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:26px;padding-bottom:26px}.sports span{font-size:10px;letter-spacing:1.3px;max-width:135px;line-height:1.5}.sports strong{font-family:Manrope;font-size:17px;letter-spacing:-.5px}.sports b{font-size:17px;color:#999}.section{padding-top:95px;padding-bottom:92px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:46px}.section h2,.story h2,.pricing h2{font-family:Manrope,sans-serif;font-size:44px;line-height:1.16;letter-spacing:-2px;margin:0}.section-head .eyebrow{margin-bottom:19px}.section-head>p{color:#777;line-height:1.7;font-size:15px;margin-bottom:4px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.features article{padding:30px 28px 30px 0;border-top:1px solid #d5d5d3}.features article:not(:nth-child(3n+1)){padding-left:29px;border-left:1px solid #d5d5d3}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:41px;height:41px;font-size:25px;background:#ecece9;border-radius:7px;margin-bottom:18px}article h3{font-size:19px;letter-spacing:-.5px;margin:0 0 12px}article p{font-size:15px;color:#737373;line-height:1.7;margin:0 0 20px}.feature-tag{font-size:10px;font-weight:700;letter-spacing:1.1px}.story{background:#202020;color:#fff;padding:73px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px}.story .eyebrow{color:#b4b4b4}.story h2{font-size:51px}.story h2 em{font-style:normal;color:#aaa}.story-copy{position:relative;padding-top:28px}.asterisk{position:absolute;right:0;top:-30px;font-size:58px}.story-copy>p{font-size:23px;line-height:1.4;max-width:400px}.story-copy .secondary{font-size:16px;line-height:1.7;color:#bdbdbd;max-width:none}.story a{font-size:13px;border-bottom:1px solid #888;padding-bottom:7px;display:inline-block;margin-top:12px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.trust-grid article>span{font-size:13px;color:#888;border-bottom:1px solid #ccc;display:block;padding-bottom:15px;margin-bottom:23px}.trust-grid p{margin:0}.pricing{background:#eaeae7;border-radius:12px;padding:55px;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin-bottom:83px}.pricing .eyebrow{font-size:10px}.pricing h2{font-size:43px}.pricing>div>p:not(.eyebrow){color:#666;line-height:1.6}.price-card{background:#fff;padding:31px;border-radius:8px}.pill{display:inline-block;font-size:10px;letter-spacing:1px;border:1px solid #ddd;border-radius:20px;padding:7px 12px;font-weight:700}.price-card h3{font-size:29px;letter-spacing:-1px;margin:18px 0 10px}.price-card p{font-size:14px;line-height:1.7;color:#777}.price-rule{height:1px;background:#ddd;margin:22px 0}.price-check{line-height:2.2!important;color:#333!important}.price-card .button{width:100%;font-size:14px;gap:14px}.demo-text{text-align:center;font-size:12px!important;margin-bottom:0}.demo-text button{border:0;background:none;font-weight:700;text-decoration:underline;font-size:12px}.footer-top{border-top:1px solid #d4d4d1;display:flex;align-items:center;gap:55px;padding:36px 0}.footer-top p{font-size:13px;color:#666;line-height:1.6}.footer-top button{background:none;border:0;font-size:14px}.footer-top button:first-of-type{margin-left:auto}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ddd;padding:22px 0 28px;font-size:11px;color:#777}dialog{border:1px solid #ddd;border-radius:12px;padding:42px;max-width:500px;width:calc(100% - 36px);color:#181818}dialog::backdrop{background:#0008;backdrop-filter:blur(5px)}dialog h2{font-family:Manrope;font-size:30px;letter-spacing:-1px}dialog p{line-height:1.7;color:#666}.close{position:absolute;right:15px;top:8px;border:0;background:none;font-size:28px}.close-button{margin-top:20px}@media(min-width:1500px){.hero{padding-top:85px;padding-bottom:90px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}header{gap:18px}nav{gap:18px}.login{margin-left:0}.hero{gap:28px}h1{font-size:73px}.hero h2{font-size:15px}.micro{display:block;line-height:1.8}.micro span{display:block}.dashboard{transform:rotate(-2deg)}.dash-content{padding:17px 12px}.stats>div{padding:9px}.dash-title h3{font-size:18px}.orbit{max-width:100%}.orbit-two{display:none}.floating-note{margin-right:0}.sports strong{font-size:14px}.section h2{font-size:38px}.pricing{padding:35px;gap:30px}.pricing h2{font-size:35px}.story-grid{gap:45px}.story h2{font-size:43px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}header{height:85px;gap:12px}.brand{font-size:27px}.rings{transform:scale(.85);margin-right:3px}nav,.login{display:none}header .button{margin-left:auto;padding:11px 12px;font-size:12px;gap:10px}.hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:35px;gap:40px}.eyebrow{font-size:10px}h1{font-size:76px;letter-spacing:-4px}h1 .red{font-size:76px}.hero h2{font-size:17px}.intro{font-size:16px}.micro{display:flex;font-size:10px;gap:13px}.hero-visual{padding:10px 3px 0}.orbit{width:290px;height:290px;left:20px;top:0}.dash-content{padding:22px 16px}.dash-title h3{font-size:20px}.stats>div{padding:12px 9px}.floating-note{padding:12px 18px;margin-top:-4px}.sports>.wrap{flex-wrap:wrap;justify-content:center;gap:15px;padding-top:22px;padding-bottom:22px}.sports span{max-width:none;width:100%;text-align:center}.sports strong{font-size:13px}.sports b{font-size:12px}.section{padding-top:58px;padding-bottom:53px}.section-head{display:block;margin-bottom:30px}.section h2,.pricing h2{font-size:34px;letter-spacing:-1.5px}.section-head>p{margin-top:22px}.features{grid-template-columns:1fr 1fr}.features article{padding:24px 17px 24px 0!important;border-left:0!important}.features article:nth-child(even){padding-left:18px!important;border-left:1px solid #d5d5d3!important}article h3{font-size:18px}article p{font-size:14px}.feature-tag{font-size:9px;line-height:1.6;display:block}.story{padding:50px 0}.story-grid{grid-template-columns:1fr;gap:24px}.story h2{font-size:39px}.story-copy{padding:0}.asterisk{top:-22px;font-size:42px}.story-copy>p{max-width:85%;font-size:22px}.story-copy .secondary{max-width:none}.trust-grid{grid-template-columns:1fr;gap:30px}.trust-grid article>span{margin-bottom:17px}.pricing{padding:28px 22px;grid-template-columns:1fr;gap:24px;margin-bottom:40px}.price-card{padding:24px 20px}.pricing .eyebrow{font-size:9px}.footer-top{gap:10px;flex-wrap:wrap}.footer-top .brand,.footer-top p{width:calc(50% - 5px);margin:0 0 20px}.footer-top button:first-of-type{margin-left:0}.footer-top button{padding:0;margin-right:25px}.footer-bottom{gap:20px;font-size:10px}.demo-label{font-size:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}} 
/* AnyClub identity and launch story */
body{font-family:'Nunito',sans-serif}.header-band{background:#d9d9d9}header{border:0;height:105px}.actual-logo{width:208px;flex-shrink:0;overflow:hidden;display:block;line-height:0}.actual-logo img{width:100%;height:auto;display:block}.brand{letter-spacing:0}h1,.hero h2,.section h2,.story h2,.pricing h2,.problem h2,.faq-section h2,.final-cta h2,dialog h2{font-family:'Nunito',sans-serif;font-weight:800}.hero{padding-top:68px;padding-bottom:60px;gap:34px;grid-template-columns:1.05fr 1fr}h1{font-size:clamp(60px,6vw,88px);line-height:1.06;letter-spacing:-3.6px}.hero h2{font-size:18px;line-height:1.5}.hero .intro{margin-bottom:14px}.audience-note{font-size:14px;color:#5e5e5e;margin:0 0 26px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button{border-radius:30px}.quiet-link{font-size:15px;font-weight:800;text-decoration:underline;text-underline-offset:5px;background:none;border:0;padding:0}.micro{font-size:13px}.parent-signpost{border-top:1px solid #e6e6e6;margin-top:25px;padding-top:18px;font-size:13px;line-height:1.8;color:#666}.parent-signpost button{background:none;border:0;padding:0;font-size:13px;color:#222;font-weight:800;text-decoration:underline;text-underline-offset:3px}.dashboard{transform:rotate(-2deg);border-radius:18px}.hero-visual{isolation:isolate}.orbit{border-color:#e8e8e8;z-index:-1}.orbit-one{border:35px solid #f4f4f4}.dash-top strong .red{color:var(--red)}.floating-note>span{background:var(--red)}.problem{background:#f4f4f4;padding:48px 0;text-align:center}.problem .eyebrow{margin-bottom:15px}.problem h2{font-size:32px;letter-spacing:-1px;line-height:1.25;margin:0 0 16px}.problem p:last-child{max-width:640px;margin:auto;color:#666;line-height:1.75}.section h2{font-size:43px}.section-head>p{font-size:16px}.eyebrow{font-size:12px;letter-spacing:1.7px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.steps article{position:relative}.step-number{display:inline-flex;width:48px;height:48px;border:1px solid #ccc;border-radius:50%;align-items:center;justify-content:center;font-weight:800;margin-bottom:24px}.steps h3{font-size:23px}.steps p{font-size:16px;min-height:80px}.step-example{background:#f4f4f4;border:1px solid #e5e5e5;border-radius:14px;padding:22px;height:120px}.step-example span{display:block;font-size:12px;color:#777}.step-example strong{display:block;font-size:16px;margin-top:8px}.step-example .mini-progress{height:3px;background:#222;width:80%;margin-top:13px}.code-example strong{letter-spacing:6px;font-size:24px}.booked-example{display:flex;gap:12px;align-items:center}.booked-example>b{border:1px solid #ccc;border-radius:50%;padding:6px 11px}.booked-example strong{font-size:14px;margin:0 0 8px}.role-section{background:#f4f4f4}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.role-grid article{background:white;border:1px solid #e5e5e5;border-radius:20px;padding:31px 28px;display:flex;flex-direction:column}.role-label{font-size:12px;font-weight:800;letter-spacing:1.1px;color:#666;margin-bottom:25px}.role-grid h3{font-size:31px;line-height:1.15;letter-spacing:-1px;margin-bottom:20px}.role-grid p{font-size:16px}.role-grid ul{list-style:none;padding:0;margin:0 0 25px;line-height:2.2;font-size:15px}.role-grid li:before{content:'✓';margin-right:10px;font-weight:700}.role-bottom{font-size:13px;border-top:1px solid #ddd;padding-top:17px;margin-top:auto;font-weight:700}.story h2{font-size:53px}.story h2 em{color:#fff}.asterisk{color:var(--red)}.founding-badge{display:inline-block;border:1px solid #777;border-radius:25px;padding:10px 16px;margin-top:29px;font-size:14px}.story-copy{padding-top:12px}.story-copy .secondary{font-size:17px}.pricing{margin-top:85px;margin-bottom:0;background:#f0f0f0;border-radius:24px}.pricing h2{font-size:43px}.pricing-disclosure{font-size:14px;max-width:360px}.price-card{border-radius:18px}.price-card h3{font-size:28px}.price-card p{font-size:16px}.price-card .demo-text{font-size:14px!important}.demo-text a{font-weight:800;text-decoration:underline}.trust{padding-bottom:65px}.trust-grid p{font-size:16px}.trust-grid article>span{font-size:12px}.trust-grid .quiet-link{display:inline-block;margin-top:18px}.faq-section{border-top:1px solid #ddd;display:grid;grid-template-columns:1fr 1.2fr;gap:65px;padding-top:66px;padding-bottom:85px}.faq-section h2{font-size:38px;line-height:1.2;letter-spacing:-1.2px;margin:0 0 28px}.faq-list details{border-bottom:1px solid #ddd;padding:21px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{font-size:17px;font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-list summary:after{content:'+';font-size:23px;color:var(--red);font-weight:500}.faq-list details[open] summary:after{content:'−'}.faq-list p{font-size:16px;color:#666;line-height:1.7;margin-bottom:6px}.final-cta{background:#f3f3f3;text-align:center;padding:66px 0}.final-cta h2{font-size:45px;line-height:1.2;letter-spacing:-1.5px;margin:0 0 28px}.final-cta h2 span{color:var(--red)}.final-cta .hero-actions,.final-cta .micro{justify-content:center}.footer-top{border:0;gap:35px}.footer-top .actual-logo{background:#d9d9d9;border-radius:12px;width:185px}.footer-top>a:not(.brand){margin-left:auto;font-size:14px;font-weight:700}.footer-bottom{font-size:12px;align-items:center}.footer-bottom div{display:flex;gap:22px}.footer-bottom button{border:0;background:none;padding:0;font-size:12px;color:inherit}.support-page{max-width:800px;min-height:58vh;padding-top:75px;padding-bottom:85px}.support-page h1{font-size:55px;letter-spacing:-1.5px}.support-page>p:not(.eyebrow){font-size:18px;line-height:1.8;color:#666;margin-bottom:30px}
@media(max-width:1100px){.actual-logo{width:180px}header{gap:18px}nav{gap:18px;font-size:13px}.hero{gap:25px}h1{font-size:65px}.hero-actions{gap:18px}.hero .button{font-size:14px;padding:17px 20px;gap:15px}.role-grid article{padding:25px 21px}.role-grid h3{font-size:28px}.steps{gap:24px}.pricing h2{font-size:36px}}
@media(max-width:760px){header{height:87px}.actual-logo{width:155px}header .button{font-size:12px;padding:12px 15px}.hero{grid-template-columns:1fr;padding-top:40px;gap:38px}h1{font-size:65px;letter-spacing:-2.6px}.hero h2{font-size:17px}.hero .button{font-size:14px}.hero-visual{padding:10px 5px}.problem{padding:36px 0}.problem h2{font-size:26px}.problem p:last-child{font-size:16px}.section h2{font-size:34px}.steps,.role-grid{grid-template-columns:1fr;gap:28px}.steps article{display:grid;grid-template-columns:48px 1fr;gap:0 18px}.steps .step-number{grid-row:1/3;margin:0}.steps h3{font-size:23px;padding-top:8px}.steps p{grid-column:2;min-height:0}.step-example{grid-column:2}.role-grid article{padding:28px}.role-grid h3{font-size:32px}.role-grid h3 br{display:none}.role-label{margin-bottom:18px}.role-grid ul{font-size:16px}.story h2{font-size:42px}.pricing{margin-top:50px;padding:28px 22px;gap:20px}.pricing h2{font-size:34px}.pricing .eyebrow{font-size:11px}.faq-section{grid-template-columns:1fr;gap:35px;padding-top:45px;padding-bottom:55px}.faq-section h2{font-size:33px}.faq-list summary{font-size:16px}.final-cta{padding:48px 0}.final-cta h2{font-size:33px}.final-cta .hero-actions{gap:22px}.footer-top{gap:20px}.footer-top .actual-logo{width:155px;margin:0}.footer-top p{width:calc(100% - 180px);margin:0}.footer-top>a:not(.brand){margin-left:0}.footer-bottom{flex-wrap:wrap;gap:18px;font-size:12px}.footer-bottom>span:last-child{display:none}.footer-bottom div{gap:17px}.support-page h1{font-size:40px}.support-page{padding-top:48px;padding-bottom:55px}.trust-grid article h3{font-size:21px}}

/* Coach-led hero photograph */
.hero-visual.coach-hero{margin:0;padding:0;min-width:0;align-self:center}.coach-photo-frame{border-radius:28px;overflow:hidden;background:#ededed;box-shadow:0 14px 45px #00000009}.coach-photo-frame img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;object-position:center}.coach-hero figcaption{font-size:13px;font-weight:700;line-height:1.6;margin-top:14px;display:flex;justify-content:space-between;gap:15px;color:#555}.coach-hero figcaption span{font-weight:400;color:#777;font-size:12px}@media(max-width:760px){.hero-visual.coach-hero{padding:0}.coach-photo-frame{border-radius:22px}.coach-photo-frame img{aspect-ratio:1 / 1}.coach-hero figcaption{flex-wrap:wrap;gap:2px 12px}}

/* Full-width photograph with overlaid hero content */
.hero.hero-full{width:100%;margin:0;position:relative;isolation:isolate;display:block;min-height:850px;padding:68px 0 70px;overflow:hidden;background:#181818;color:#fff}.hero-full .hero-inner{position:relative;z-index:2}.hero-full .hero-copy{max-width:540px}.hero-backdrop{position:absolute;inset:0;z-index:-2}.hero-backdrop img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 65%}.hero-full:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,10,10,.94) 0%,rgba(10,10,10,.86) 25%,rgba(10,10,10,.60) 44%,rgba(10,10,10,.13) 67%,rgba(10,10,10,0) 100%)}.hero-full h1{font-size:clamp(64px,6vw,88px);text-shadow:0 2px 20px #0002}.hero-full h1 .red{color:white}.hero-full .eyebrow{color:#f2f2f2}.hero-full .intro{color:#ededed;max-width:440px}.hero-full .audience-note,.hero-full .micro{color:#e2e2e2}.hero-full .quiet-link{color:#fff}.hero-full .parent-signpost{border-color:#ffffff45;color:#e2e2e2;max-width:470px}.hero-full .parent-signpost button{color:#fff}.hero-full .button{box-shadow:0 5px 22px #0002}.hero-image-caption{position:absolute;bottom:18px;right:28px;font-size:12px;padding:5px 9px;background:#181818aa;border-radius:5px;color:#fff;margin:0;z-index:2}@media(min-width:1600px){.hero.hero-full{min-height:900px;padding-top:86px}.hero-backdrop img{object-position:center 61%}}@media(max-width:1100px) and (min-width:761px){.hero.hero-full{min-height:820px;padding-top:60px}.hero-full .hero-copy{max-width:460px}.hero-full h1{font-size:68px}.hero-full:after{background:linear-gradient(90deg,#111e 0%,#111d 35%,#1117 60%,#1110 100%)}.hero-backdrop img{object-position:65% center}}@media(max-width:760px){.hero.hero-full{min-height:0;padding:300px 0 65px}.hero-backdrop img{width:100%;height:auto;object-fit:contain;object-position:top}.hero-full:after{background:linear-gradient(180deg,transparent 0px,rgba(24,24,24,.08) 160px,rgba(24,24,24,.8) 310px,#181818 430px)}.hero-full h1{font-size:61px;letter-spacing:-2.4px}.hero-full .hero-copy{max-width:540px}.hero-full .eyebrow{margin-bottom:22px}.hero-full h2{max-width:400px}.hero-full .intro{max-width:440px}.hero-image-caption{bottom:14px;right:20px;font-size:11px}.hero-full .parent-signpost{margin-top:23px}.hero-full .hero-actions{gap:22px}}@media(max-width:380px){.hero.hero-full{padding-top:250px}.hero-full h1{font-size:53px}.hero-full:after{background:linear-gradient(180deg,transparent 0px,#18181833 150px,#181818d9 270px,#181818 360px)}}
