@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap";:root{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fdf3e9;background:#17191e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ardore-bg: #17191e;--ardore-cream: #fdf3e9;--ardore-muted: #eedac3;--ardore-orange: #ff6d36;--ardore-gradient: linear-gradient(66.97deg, #ff2d55 9.35%, #ffa01b 91.88%);--ardore-max: 1600px}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100%;overflow-x:hidden;overflow-y:auto;background:var(--ardore-bg)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default}a{color:inherit}p,h1,h2{margin:0}.ardore-page{min-height:100svh;background:var(--ardore-bg)}.ardore-stage{position:relative;min-height:100svh;overflow:hidden;background:linear-gradient(116.7deg,#121419cc 42.12%,#12141900 51.16%),linear-gradient(258.6deg,#121419f2 20.2%,#12141900 40.41%),linear-gradient(89.8deg,#12141966 16.6%,#12141900 49.96%),linear-gradient(0deg,#121419,#12141900 25.49%),url(/assets/ardoreclub/hero-bg.jpg) calc(50% - 135px) -18px / 2302px auto no-repeat,var(--ardore-bg)}.ardore-stage:after{content:"";position:absolute;inset:auto 0 0;z-index:0;height:200px;pointer-events:none;background:linear-gradient(180deg,rgba(18,20,25,0),var(--ardore-bg))}.ardore-header{position:relative;z-index:2;display:flex;width:min(100% - 320px,var(--ardore-max));min-height:100px;margin:0 auto;align-items:flex-end;justify-content:space-between;padding:0 32px 20px}.ardore-logo{display:block;flex:0 0 auto;width:217.5px;height:60px;text-decoration:none}.ardore-logo img{display:block;width:100%;height:100%;object-fit:contain}.ardore-button{display:inline-flex;min-height:60px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:8px 30px 30px;padding:16px 40px;color:#fff;background:var(--ardore-gradient);box-shadow:0 1px #b53218,0 11px 40px #ff643999;font-size:18px;font-weight:700;line-height:28px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.25);transition:transform .18s ease,filter .18s ease}.ardore-button:hover{transform:translateY(-1px);filter:saturate(1.05)}.ardore-button:focus-visible,.ardore-profile-card:focus-visible,.ardore-field input:focus-visible,.ardore-consent input:focus-visible,.ardore-modal-close:focus-visible,.ardore-footer a:focus-visible{outline:3px solid rgba(255,109,54,.48);outline-offset:4px}.ardore-button-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#fff3}.ardore-button-icon img{width:20px;height:20px}.ardore-header-join{flex:0 0 auto;min-height:40px;gap:8px;border-radius:20px 20px 20px 4px;padding:10px 24px;font-size:14px;line-height:20px;box-shadow:0 1px #b53218,0 4px 20px #ff643966}.ardore-header-join .ardore-button-icon{width:16px;height:16px;background:transparent}.ardore-header-join .ardore-button-icon img{width:16px;height:16px}.ardore-hero{position:relative;z-index:1;width:min(100% - 480px,1440px);margin:0 auto;padding:92px 0 190px}.ardore-hero-copy{width:742px}.ardore-hero h1{display:grid;gap:0;max-width:742px;padding-bottom:20px;color:var(--ardore-cream);font-size:56px;font-weight:800;line-height:56px;letter-spacing:0}.ardore-hero h1 span,.ardore-hero h1 strong{display:block}.ardore-hero h1 strong{width:max-content;max-width:100%;padding-top:12px;background:var(--ardore-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:76px;line-height:50px;text-shadow:0 4px 40px rgba(255,100,57,.82),0 1px 0 #b53218}.ardore-hero-copy>p{width:620px;margin-top:20px;padding:0 0 12px 40px;color:var(--ardore-muted);font-size:20px;font-weight:400;line-height:28px}.ardore-hero-cta{margin:20px 0 0 40px}.ardore-profile-row{--profile-gap: 20px;--profile-large-w: 220px;--profile-large-h: 309px;--profile-medium-w: 180px;--profile-medium-h: 252px;--profile-small-w: 140px;--profile-small-h: 196px;--profile-row-top: 60px;--profile-x-0: 0px;--profile-x-1: calc(var(--profile-large-w) + var(--profile-gap));--profile-x-2: calc(var(--profile-x-1) + var(--profile-medium-w) + var(--profile-gap));--profile-x-3: calc(var(--profile-x-2) + var(--profile-small-w) + var(--profile-gap));--profile-x-out: calc((var(--profile-large-w) + var(--profile-gap)) * -1);position:relative;width:min(100%,calc(var(--profile-x-2) + var(--profile-small-w)));height:calc(var(--profile-row-top) + var(--profile-large-h));overflow:hidden;isolation:isolate}.ardore-profile-card{position:absolute;top:var(--profile-row-top);left:0;display:block;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);padding:0;background:#fff;opacity:1;box-shadow:0 4px 8px #0a0b0d99;transform:translate3d(var(--profile-x-0),0,0);transition:transform .72s cubic-bezier(.22,1,.36,1),width .72s cubic-bezier(.22,1,.36,1),height .72s cubic-bezier(.22,1,.36,1),border-radius .72s cubic-bezier(.22,1,.36,1),opacity .52s ease,box-shadow .24s ease,filter .52s ease;will-change:transform,width,height,opacity}.ardore-profile-card.is-slot-0{z-index:4;transform:translate3d(var(--profile-x-0),0,0)}.ardore-profile-card.is-slot-1{z-index:3;transform:translate3d(var(--profile-x-1),0,0)}.ardore-profile-card.is-slot-2{z-index:2;transform:translate3d(var(--profile-x-2),0,0)}.ardore-profile-card.is-slot-3{z-index:1;opacity:0;pointer-events:none;transform:translate3d(var(--profile-x-3),0,0)}.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-0{opacity:0;filter:saturate(.82) brightness(.86);transform:translate3d(var(--profile-x-out),0,0) scale(.96)}.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-1{z-index:4;transform:translate3d(var(--profile-x-0),0,0)}.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-2{z-index:3;transform:translate3d(var(--profile-x-1),0,0)}.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-3{z-index:2;opacity:1;transform:translate3d(var(--profile-x-2),0,0)}.ardore-profile-card:hover{box-shadow:0 12px 28px #0a0b0d6b}.ardore-profile-card.is-large{width:var(--profile-large-w);height:var(--profile-large-h);border-radius:24px}.ardore-profile-card.is-medium{width:var(--profile-medium-w);height:var(--profile-medium-h);border-radius:20px}.ardore-profile-card.is-small{width:var(--profile-small-w);height:var(--profile-small-h);border-radius:16px}.ardore-profile-card>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .9s cubic-bezier(.22,1,.36,1),filter .52s ease}.ardore-profile-card:hover>img,.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-1>img,.ardore-profile-row.is-advancing .ardore-profile-card.is-slot-3>img{transform:scale(1.025)}.ardore-profile-shade{position:absolute;inset:0;background:linear-gradient(-27deg,#fff0 61.5%,#fff3 98.4%),linear-gradient(0deg,#0000007a,#0000 50%)}.ardore-profile-card.is-medium .ardore-profile-shade{background:linear-gradient(90deg,#12141966,#12141966),linear-gradient(-27deg,#fff0 61.5%,#fff3 98.4%),linear-gradient(0deg,#0000007a,#0000 50%)}.ardore-profile-card.is-small .ardore-profile-shade{background:linear-gradient(90deg,#12141999,#12141999),linear-gradient(-27deg,#fff0 61.5%,#fff3 98.4%),linear-gradient(0deg,#0000007a,#0000 50%)}.ardore-profile-copy{position:absolute;left:24px;right:24px;bottom:24px;display:grid;color:#fff;text-align:left}.ardore-profile-copy strong{font-size:24px;font-weight:600;line-height:32px}.ardore-profile-copy small{display:inline-flex;align-items:center;gap:4px;color:#fffc;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500;line-height:20px}.ardore-profile-copy small img{width:10.67px;height:13.33px}.ardore-profile-card.is-medium .ardore-profile-copy,.ardore-profile-card.is-small .ardore-profile-copy{left:16px;right:16px;bottom:16px}.ardore-profile-card.is-medium .ardore-profile-copy strong,.ardore-profile-card.is-small .ardore-profile-copy strong{font-size:18px;line-height:26px}.ardore-profile-card.is-medium .ardore-profile-copy small,.ardore-profile-card.is-small .ardore-profile-copy small{font-size:12px;line-height:18px}.ardore-footer{position:absolute;z-index:2;left:50%;bottom:40px;display:flex;width:min(100% - 320px,var(--ardore-max));align-items:flex-end;justify-content:space-between;gap:40px;min-height:62px;padding:0 32px;transform:translate(-50%)}.ardore-footer-copy{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 18px}.ardore-footer p,.ardore-footer a{color:#eedac338;font-size:10px;line-height:15px;text-decoration:none}.ardore-footer nav{display:flex;gap:12px}.ardore-footer a:hover{color:#eedac39e}.ardore-payments{display:flex;align-items:center;justify-content:flex-end;gap:21.4px;opacity:.22}.ardore-payments span{color:var(--ardore-muted);font-size:8px;font-weight:700;line-height:12px;letter-spacing:1px;text-transform:uppercase}.ardore-payments img{display:block;width:auto;max-width:68px;height:24px;object-fit:contain}.ardore-modal-layer{position:fixed;z-index:20;inset:0;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:40px 24px;background:#121419cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ardore-modal{position:relative;width:min(100%,900px);min-height:600px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:40px;background:linear-gradient(90deg,#18191e00 83.94%,#18191ecc),linear-gradient(180deg,#18191e00 80.75%,#18191e66),linear-gradient(54.3deg,#17191e99 9.42%,#17191e00 40.73%),linear-gradient(122.4deg,#17191eeb 36.77%,#17191e00 51.81%),url(/assets/ardoreclub/modal-bg.png) center bottom / cover no-repeat,var(--ardore-bg);box-shadow:0 20px 200px #ffb29633}.ardore-modal-copy{position:relative;z-index:1;width:440px;padding:73px 0 40px 61px}.ardore-modal-copy h2{display:grid;gap:0;margin:0 0 8px;color:var(--ardore-cream);font-weight:800}.ardore-modal-copy h2 span{font-size:28px;line-height:40px}.ardore-modal-copy h2 strong{width:max-content;max-width:100%;background:var(--ardore-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:48px;line-height:56px;text-shadow:0 4px 40px rgba(255,100,57,.82),0 1px 0 #b53218}.ardore-modal-copy>p{width:304px;margin-bottom:24px;color:var(--ardore-muted);font-size:14px;font-weight:500;line-height:22px}.ardore-form{display:grid;width:304px;gap:20px}.ardore-field{position:relative;display:block}.ardore-field>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.ardore-field:before{content:"";position:absolute;z-index:1;left:17px;top:14px;width:20px;height:20px}.ardore-field.is-name:before{background:url(/assets/ardoreclub/field-user.svg) center / contain no-repeat}.ardore-field.is-email:before{background:url(/assets/ardoreclub/field-mail.svg) center / contain no-repeat}.ardore-field input{width:100%;height:48px;border:1px solid #735841;border-radius:99px;padding:0 17px 0 45px;color:var(--ardore-muted);background:#3f332a66;font-size:14px;line-height:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ardore-field input::placeholder{color:var(--ardore-muted);opacity:1}.ardore-consent{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;padding:8px 0 8px 16px;color:var(--ardore-muted);font-size:12px;font-weight:500;line-height:19.5px}.ardore-consent input{width:20px;height:20px;margin:0;accent-color:var(--ardore-orange)}.ardore-consent a{color:var(--ardore-orange);text-decoration:none}.ardore-form-error{color:#ff9b9b;font-size:13px;font-weight:700;line-height:18px}.ardore-form-submit{width:304px;min-height:60px}.ardore-modal-close{position:absolute;z-index:3;top:27px;right:27px;display:grid;width:16px;height:16px;padding:0;place-items:center;border:0;background:transparent;opacity:.3}.ardore-modal-close img{width:16px;height:16px}@media(max-width:1400px){.ardore-header,.ardore-footer{width:min(100% - 96px,var(--ardore-max))}.ardore-hero{width:min(100% - 160px,1440px)}}@media(max-width:960px){.ardore-stage{min-height:100svh;background:linear-gradient(180deg,#121419f0,#12141994 52%,#121419),linear-gradient(90deg,#121419eb,#1214191f 82%),url(/assets/ardoreclub/hero-bg.jpg) 62% top / auto 760px no-repeat,var(--ardore-bg)}.ardore-header{width:100%;min-height:84px;padding:18px 20px 8px}.ardore-logo{width:150px;height:42px}.ardore-header-join{min-height:44px;padding:12px 16px;font-size:13px}.ardore-header-join .ardore-button-icon{display:none}.ardore-hero{width:100%;padding:78px 20px 260px}.ardore-hero-copy{width:100%;max-width:620px}.ardore-hero h1{font-size:44px;line-height:48px}.ardore-hero h1 strong{font-size:58px;line-height:58px}.ardore-hero-copy>p{width:100%;padding-left:0;font-size:17px;line-height:25px}.ardore-hero-cta{margin-left:0}.ardore-profile-row{--profile-gap: 12px;--profile-large-w: 156px;--profile-large-h: 219px;--profile-medium-w: 132px;--profile-medium-h: 185px;--profile-small-w: 108px;--profile-small-h: 152px;max-width:100%}.ardore-profile-copy{left:14px;right:14px;bottom:14px}.ardore-profile-copy strong{font-size:17px;line-height:22px}.ardore-profile-copy small{font-size:11px;line-height:16px}.ardore-footer{position:absolute;left:0;right:0;bottom:28px;width:100%;flex-direction:column;align-items:flex-start;padding:0 20px;transform:none}.ardore-payments{justify-content:flex-start;gap:10px}.ardore-payments img{max-width:54px}.ardore-modal-layer{align-items:flex-start;padding:28px 14px}.ardore-modal{min-height:0;border-radius:28px;background:linear-gradient(180deg,#17191efa,#17191ebd 58%,#17191e57),linear-gradient(90deg,#17191ef0,#17191e33),url(/assets/ardoreclub/modal-bg.png) 58% center / cover no-repeat,var(--ardore-bg)}.ardore-modal-copy{width:100%;padding:58px 24px 32px}.ardore-modal-copy h2 span{font-size:27px}.ardore-modal-copy h2 strong{font-size:42px;line-height:48px}.ardore-modal-copy>p,.ardore-form{width:100%;max-width:360px}.ardore-form-submit{width:100%}.ardore-consent{align-items:start;padding-left:0}}@media(max-width:480px){.ardore-hero h1 strong{font-size:48px;line-height:50px}}@media(max-width:420px){.ardore-header{padding-left:16px;padding-right:16px}.ardore-logo{width:132px;height:36px}.ardore-hero{padding-left:16px;padding-right:16px}.ardore-hero h1{font-size:38px;line-height:42px}.ardore-hero-cta{width:100%;max-width:304px}.ardore-profile-row{--profile-large-w: 140px;--profile-large-h: 196px;--profile-medium-w: 116px;--profile-medium-h: 162px;--profile-small-w: 96px;--profile-small-h: 135px}.ardore-payments{display:none}}@media(max-width:340px){.ardore-hero h1 strong{font-size:40px;line-height:44px}.ardore-profile-row{--profile-gap: 10px;--profile-large-w: 128px;--profile-large-h: 179px;--profile-medium-w: 106px;--profile-medium-h: 148px;--profile-small-w: 88px;--profile-small-h: 123px}}@media(prefers-reduced-motion:reduce){.ardore-button,.ardore-profile-card,.ardore-profile-card>img{transition:none}.ardore-button:hover,.ardore-profile-card:hover>img{transform:none}}
