*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7}button,a,[role=button],select{cursor:pointer}a{color:inherit;text-decoration:none}button{font:inherit}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{display:block;max-width:100%;height:auto}figure{margin:0}h1,h2,h3,p{margin:0}h1,h2,h3{overflow-wrap:anywhere}h1{font-size:clamp(38px,4.5vw,68px);line-height:1.06;letter-spacing:-.048em;margin:18px 0 26px;font-weight:600}h2{font-size:clamp(28px,3vw,44px);line-height:1.16;letter-spacing:-.035em;font-weight:600}h3{font-size:23px;line-height:1.3;letter-spacing:-.02em;margin:0 0 18px}p{margin:0 0 19px}strong{font-weight:700;color:var(--ink)}ul,ol{padding-inline-start:22px;margin:18px 0 24px}li{margin-bottom:9px}table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px;line-height:1.55;margin:24px 0}th,td{text-align:start;vertical-align:top;overflow-wrap:anywhere;padding:17px 14px;border-bottom:1px solid var(--line)}th{background:var(--soft);font-size:12px;font-weight:700}td{color:var(--muted)}table strong{font-weight:600}::selection{background:var(--accent);color:var(--paper)}.site-header{position:relative;z-index:30;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{max-width:1440px;margin:auto;min-height:88px;display:flex;align-items:center;gap:24px;padding:18px 5%}.brand{display:inline-flex;gap:12px;align-items:center;font-size:24px;font-weight:700;letter-spacing:-1px;white-space:nowrap}.brand img{width:36px;height:36px}.header-note{font-size:11px;color:var(--muted);margin-inline-start:auto;letter-spacing:.08em;text-transform:uppercase}.header-join{font-size:12px!important;padding:10px 18px!important;min-height:42px!important}.menu-toggle{width:43px;height:43px;display:flex;flex-direction:column;justify-content:center;gap:6px;align-items:center;background:none;border:1px solid var(--line);color:inherit;border-radius:50%;flex-shrink:0}.menu-toggle span{height:1px;width:17px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.site-navigation{display:none;position:absolute;inset-inline:5%;top:100%;padding:24px;background:var(--soft);border:1px solid var(--line);box-shadow:0 20px 60px #0003;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 24px}.site-navigation.is-open{display:grid}.site-navigation a{font-size:13px;padding:12px 8px;border-bottom:1px solid var(--line);line-height:1.5;overflow-wrap:anywhere}.conversion{display:inline-flex;align-items:center;justify-content:center;gap:26px;border:1px solid var(--accent);background:var(--accent);color:var(--button-ink);border-radius:6px;padding:16px 24px;min-height:56px;font-size:14px;font-weight:700;line-height:1.4;transition:transform .2s,box-shadow .2s;max-width:100%;white-space:normal;text-align:start}.conversion:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0002}.conversion span{font-size:19px;flex-shrink:0}.button-quiet{background:transparent;color:var(--ink);border-color:var(--line);font-size:12px;padding:12px 16px}.small-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;line-height:1.6;display:inline-block;color:var(--muted)}.hero{max-width:1440px;margin:0 auto;padding:64px 5% 84px}.hero-copy{min-width:0}.hero-intro{color:var(--muted);font-size:15px;line-height:1.8;max-width:640px}.hero-intro p:last-child{margin-bottom:0}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px 24px;margin-top:28px}.explore-link{font-size:12px;line-height:1.6;text-decoration:underline;text-underline-offset:5px}.profile-card{position:relative;isolation:isolate;min-width:0;background:var(--soft);border:1px solid var(--line);border-radius:12px;overflow:clip;transition:transform .25s,box-shadow .25s}.profile-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.profile-card img{width:100%;height:100%;object-fit:cover;object-position:center 22%}.profile-card figcaption{position:absolute;inset-inline:0;bottom:0;padding:40px 17px 16px;color:white;background:linear-gradient(transparent,#000c);display:flex;flex-direction:column;gap:3px;pointer-events:none}.profile-card figcaption b{font-size:20px;font-weight:500;letter-spacing:-.025em;line-height:1.2}.profile-card figcaption span{font-size:10px;line-height:1.5}.section-no{font-size:13px;color:var(--accent);font-weight:700;letter-spacing:.1em}.section-lead{font-size:17px;line-height:1.85;color:var(--muted);margin:25px 0 32px;overflow-wrap:anywhere}.prose-group{min-width:0;color:var(--muted);font-size:15px;line-height:1.85;margin:0 0 38px;overflow-wrap:anywhere}.prose-group h3{color:var(--ink)}.prose-group p:last-child{margin-bottom:0}.answers{padding:64px 0 80px}.answers>header{display:flex;align-items:center;gap:25px;margin-bottom:28px}.answers-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px}.answers .prose-group{border-top:1px solid var(--line);padding:26px 0;margin-bottom:4px}.answers h3{font-size:19px;letter-spacing:-.02em}.answers p{font-size:14px;line-height:1.9}.closing-block{max-width:1280px;margin:40px auto 80px;border-top:1px solid var(--line);padding:64px 5% 0;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.closing-copy h2{margin:15px 0 26px}.platform-window{border:1px solid var(--line);border-radius:10px;background:var(--soft);overflow:clip}.platform-window img{width:100%;height:auto}.platform-window figcaption{padding:13px 18px;font-size:12px}.site-footer{max-width:1440px;margin:auto;padding:38px 5%;border-top:1px solid var(--line);display:flex;gap:30px;align-items:center;color:var(--muted);font-size:12px}.site-footer p{margin:0;margin-inline-end:auto;font-size:12px;line-height:1.6}.site-footer>span{border:1px solid var(--line);border-radius:50%;width:38px;height:38px;display:grid;place-items:center;flex-shrink:0}.brand-context{display:block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;color:var(--accent);line-height:1.6;margin-bottom:14px}.language-choice{max-width:220px;font:inherit;background:var(--soft);color:var(--ink);border:1px solid var(--line);padding:10px;border-radius:5px}.language-bar{max-width:1280px;margin:auto;padding:0 5% 30px;display:flex;gap:14px;align-items:center;font-size:12px}[dir=rtl] .section-no{direction:ltr}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{letter-spacing:0}[dir=rtl] .brand{direction:ltr}[dir=rtl] .profile-card figcaption{text-align:right}[dir=rtl] .hero-actions{justify-content:flex-start}@media(min-width:1600px){.hero{padding-top:85px;padding-bottom:105px}.hero-intro{font-size:17px}.profile-card figcaption b{font-size:24px}}@media(max-width:1050px){.header-note{display:none}.header-join{margin-inline-start:auto}.hero{padding-top:44px;padding-bottom:60px}h1{font-size:48px}.hero-intro{font-size:14px}.hero-actions{gap:15px}.conversion{padding:14px 18px;font-size:13px}.closing-block{gap:28px}.site-footer{gap:20px}.site-footer .brand{font-size:20px}.site-footer p{max-width:220px}}@media(max-width:767px){html{scroll-padding-top:25px}.header-inner{min-height:73px;padding:15px 6%;gap:14px}.brand{font-size:22px;gap:8px}.brand img{width:30px;height:30px}.header-join{display:inline-flex;font-size:10px!important;padding:8px 10px!important;gap:7px!important;min-height:36px!important}.header-join span{font-size:14px}.header-inner{gap:10px}.menu-toggle{margin-inline-start:auto;width:38px;height:38px}.site-navigation{inset-inline:5%;grid-template-columns:1fr;padding:14px 20px}.site-navigation a{padding:8px 4px}.hero{padding:35px 6% 45px}h1{font-size:clamp(34px,8.8vw,48px);line-height:1.1;letter-spacing:-.04em;margin:16px 0 21px}.hero-intro{font-size:14px;line-height:1.8}.hero-intro p{margin-bottom:14px}.hero-actions{margin-top:22px;gap:17px}.primary-cta{width:100%;min-height:52px}.small-label{font-size:9px}.section-lead{font-size:15px;line-height:1.8;margin:20px 0 28px}.prose-group{font-size:14px;margin-bottom:32px}.prose-group h3{font-size:21px}h2{font-size:29px}.answers{padding:38px 0 45px}.answers-body{grid-template-columns:1fr;gap:0}.answers .prose-group{padding:24px 0}.answers h3{font-size:20px}table{font-size:12px;margin:20px 0}th,td{padding:12px 9px;font-size:12px}.closing-block{display:flex;flex-direction:column;align-items:stretch;padding:40px 6% 0;margin:10px auto 50px;gap:32px}.closing-copy h2{font-size:33px}.site-footer{display:grid;grid-template-columns:1fr auto;gap:23px;padding:28px 6%}.site-footer p{max-width:none;font-size:12px}.site-footer>span{grid-column:2;grid-row:1}.profile-card figcaption{padding:35px 12px 12px}.profile-card figcaption b{font-size:17px}.profile-card figcaption span{font-size:9px}.language-bar{padding-inline:6%;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.club{--paper:#181514;--ink:#f6eee5;--muted:#c2b4a8;--accent:#f4a279;--button-ink:#29170e;--soft:#2b2421;--line:#504139}.club h1,.club h2{font-weight:800;letter-spacing:-.06em}.club .conversion{border-radius:0;font-weight:800;border:0}.club .site-header{border-bottom:2px solid var(--ink)}.club .brand{font-size:26px;letter-spacing:-1.4px}.club-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:7%;align-items:center;padding-top:60px;padding-bottom:75px}.club-hero h1{font-size:clamp(42px,4.3vw,66px);line-height:1.04}.club-hero .hero-copy>.small-label{background:var(--accent);color:var(--paper);padding:6px 9px;transform:rotate(-2deg);font-weight:800}.club-stage{display:grid;grid-template-columns:1.1fr 1fr;gap:17px;position:relative;padding:30px 0}.club-stage-label{position:absolute;top:0;inset-inline:0;border-bottom:2px solid var(--accent);color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.12em;padding-bottom:9px}.club-poster{padding-top:24px}.club-poster .profile-card{height:465px;border-radius:0;border:4px solid var(--ink);transform:rotate(-3deg)}.club-sidecars{display:grid;gap:20px;padding-bottom:22px}.club-sidecars .profile-card{height:222px;border-radius:0;border:4px solid var(--ink);transform:rotate(4deg)}.club-stage .profile-card figcaption{padding:35px 12px 14px}.club-stage .profile-card figcaption b{font-size:19px;font-weight:700}.club-stage .profile-card figcaption span{font-size:8px}.club-reading{max-width:1280px;margin:auto;padding:0 5%}.club-chapter{border-top:2px solid var(--line);padding:44px 0 46px}.club-heading{display:grid;grid-template-columns:84px 1fr;gap:25px;align-items:start}.club-heading>span{width:73px;height:73px;background:var(--accent);color:var(--paper);display:grid;place-items:center;transform:rotate(-4deg)}.club-heading .section-no{font-size:36px;color:var(--paper);letter-spacing:-.1em;font-weight:800}.club-heading h2{font-size:43px;max-width:820px}.club-lead{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;margin:20px 0 38px;padding-inline-start:110px}.club-lead .section-lead{margin:0;font-size:16px}.club-lead .section-lead p:last-child{margin-bottom:0}.club-lead .conversion{font-size:12px;min-height:45px;padding:12px 16px;gap:20px}.club-content{display:grid;grid-template-columns:1fr 245px;gap:48px;padding-inline-start:110px}.club-copy{min-width:0}.club-copy>.prose-group{padding-bottom:28px;border-bottom:1px solid var(--line)}.club-copy h3{font-size:25px;font-weight:700}.club-aside{align-self:start;position:sticky;top:30px}.club-aside .profile-card{height:350px;border-radius:0;border:5px solid var(--ink);transform:rotate(2deg)}.club-aside .small-label{font-size:9px;margin-top:23px;line-height:1.8}.club .answers-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.club .answers .prose-group{border:1px solid var(--line);padding:25px;background:var(--soft);margin-bottom:0}.club .answers h3{font-size:22px;font-weight:700}.club .answers>header{border-bottom:2px solid var(--accent);padding-bottom:22px}.club .closing-block{padding:50px;background:var(--accent);color:var(--paper);border:0;max-width:1150px;margin:25px auto 70px}.club .closing-copy h2{font-size:42px}.club .closing-copy .small-label{color:var(--paper)}.club .closing-copy .conversion{background:var(--paper);color:var(--ink)}.club .platform-window{border:5px solid #fff;border-radius:0;background:#fff;color:#181514;box-shadow:9px 9px 0 #18151435;transform:rotate(2deg)}.club .site-footer{border-top:2px solid var(--line)}@media(max-width:1100px){.club-hero{gap:38px}.club-hero h1{font-size:48px}.club-poster .profile-card{height:420px}.club-sidecars .profile-card{height:200px}.club-stage{gap:12px;padding-inline:8px}.club-stage .profile-card figcaption b{font-size:16px}.club-stage .profile-card figcaption span{font-size:7px}.club-content{padding-inline-start:0;grid-template-columns:1fr 180px;gap:34px}.club-lead{padding-inline-start:0}.club-aside .profile-card{height:280px}.club .closing-block{margin-inline:5%;padding:35px}}@media(max-width:767px){.club-hero{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding-top:35px;padding-bottom:40px}.club-hero h1{font-size:clamp(37px,9vw,50px)}.club-hero .hero-copy>.small-label{font-size:9px}.club-stage{padding:40px 7px 8px;gap:13px;margin:0 2px}.club-poster{padding-top:20px}.club-poster .profile-card{height:365px;border-width:3px}.club-sidecars .profile-card{height:172px;border-width:3px}.club-sidecars{gap:18px}.club-stage .profile-card figcaption b{font-size:16px}.club-stage .profile-card figcaption span{font-size:7px}.club-reading{padding:0 6%}.club-chapter{padding:32px 0}.club-heading{grid-template-columns:43px 1fr;gap:17px}.club-heading>span{width:40px;height:44px}.club-heading .section-no{font-size:24px}.club-heading h2{font-size:30px}.club-lead{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin:22px 0 32px}.club-lead .section-lead{font-size:14px}.club-content{grid-template-columns:1fr;gap:6px}.club-copy h3{font-size:23px}.club-copy>.prose-group{margin-bottom:30px;padding-bottom:24px}.club-aside{position:static;display:grid;grid-template-columns:120px 1fr;gap:22px;align-items:center;padding:0 4px 18px}.club-aside .profile-card{height:190px;border-width:3px}.club-aside .small-label{font-size:10px;line-height:1.8;margin:0}.club .answers-body{grid-template-columns:1fr;gap:20px}.club .answers .prose-group{padding:23px 18px}.club .answers h3{font-size:21px}.club .closing-block{padding:30px 22px;margin:20px 5% 50px}.club .closing-copy h2{font-size:34px}.club .platform-window{box-shadow:5px 5px 0 #18151435;border-width:3px}.club .brand-context{font-size:11px;letter-spacing:.15em;margin-bottom:10px}}
/* Full-width editorial masthead and horizontal portrait strip. */
.club-hero{display:block;padding-top:44px;padding-bottom:60px}.club-hero>.hero-copy{display:grid;grid-template-columns:1.2fr 1fr;gap:18px 7%;align-items:start}.club-hero .hero-copy>.small-label{grid-column:1;justify-self:start}.club-hero h1{grid-column:1;grid-row:2 / span 2;margin:0;font-size:clamp(42px,4.5vw,65px)}.club-hero .hero-intro{grid-column:2;grid-row:2;font-size:14px;line-height:1.8}.club-hero .hero-actions{grid-column:2;grid-row:3;margin-top:4px}.club-stage{display:flex;gap:22px;align-items:stretch;margin-top:46px;padding:38px 5px 0}.club-poster,.club-sidecars{display:contents}.club-stage .profile-card{flex:1 1 0;min-width:0;height:270px;border-width:4px;transform:none}.club-stage .shot-1{order:1;transform:rotate(-2deg)}.club-stage .shot-2{order:2;transform:translateY(9px)}.club-stage .shot-3{order:3;transform:rotate(2deg)}.club-stage .profile-card img{object-position:center 25%}.club-stage .profile-card figcaption b{font-size:22px}.club-stage .profile-card figcaption span{font-size:10px}.club-stage .shot-2 img{object-position:center 28%}
@media(max-width:1000px) and (min-width:768px){.club-hero>.hero-copy{gap:16px 5%;grid-template-columns:1fr 1fr}.club-hero h1{font-size:44px}.club-hero .hero-intro{font-size:13px}.club-stage .profile-card{height:220px}.club-stage .profile-card figcaption b{font-size:19px}.club-stage .profile-card figcaption span{font-size:9px}}
@media(max-width:767px){.club-hero>.hero-copy{display:block}.club-hero h1{font-size:clamp(35px,8.7vw,49px);margin:22px 0}.club-hero .hero-intro{font-size:14px}.club-hero .hero-actions{margin-top:24px}.club-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:42px;padding-inline:0}.club-stage .profile-card{height:235px;border-width:2px;flex:initial}.club-stage .profile-card figcaption{padding:35px 6px 9px}.club-stage .profile-card figcaption b{font-size:14px;letter-spacing:-.02em}.club-stage .profile-card figcaption span{font-size:8px;line-height:1.4}.club-stage .shot-2{transform:translateY(8px)}.club-stage .profile-card img{object-position:center 22%}}

.site-header .brand{flex-shrink:0}
.site-header .header-join{min-width:0;overflow-wrap:anywhere}
@media(max-width:480px){
.site-header .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.site-header .brand{grid-column:1;grid-row:1;justify-self:start}
.site-header .menu-toggle{grid-column:2;grid-row:1;margin-inline-start:0}
.site-header .header-join{grid-column:1/-1;grid-row:2;margin-inline-start:0;width:100%;font-size:12px!important}
}
