@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');
:root{--orange:#ff5a1f;--orange2:#ff7a30;--warm:#fff8f4;--ink:#171717;--muted:#737373;--line:#efeae6;--white:#fff;--radius:24px;--shadow:0 16px 45px rgba(37,22,15,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,system-ui,-apple-system,sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}main{min-height:75vh}.topbar{height:82px;max-width:1320px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:20px;font-weight:800;display:flex;gap:10px;align-items:center}.brand i,.auth-mark{font-style:normal;background:var(--orange);color:white;border-radius:11px;width:35px;height:35px;display:grid;place-items:center}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.nav-pill{border:1px solid var(--line);padding:11px 18px;border-radius:99px}.mobile-profile,.bottom-nav{display:none}.page{max-width:1240px;margin:auto;padding:30px 30px 100px}.hero{height:min(66vw,650px);min-height:510px;display:block;border-radius:30px;overflow:hidden;position:relative;color:white}.hero>img,.hero>.image-fallback{width:100%;height:100%;object-fit:cover}.image-fallback{background:#302922;display:grid;place-items:center;color:#fff}.image-fallback span{font-size:clamp(28px,6vw,80px);font-weight:800;letter-spacing:-.06em}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,7,4,.8),rgba(10,7,4,.05) 72%),linear-gradient(0deg,rgba(8,5,3,.55),transparent 60%)}.hero-content{position:absolute;left:6%;bottom:9%;max-width:680px}.eyebrow,.kicker{font-size:11px;letter-spacing:.18em;font-weight:800;text-transform:uppercase}.hero h1{font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin:18px 0}.hero-content p{font-size:16px}.hero-content strong{display:inline-flex;background:white;color:var(--ink);padding:14px 20px;border-radius:99px;margin-top:12px;gap:20px}.hero-empty{background:var(--ink);color:white;text-align:left;align-items:flex-start}.hero-empty h1{max-width:700px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin:80px 0 25px}.section-head h2,.page-intro h1{font-size:clamp(32px,4.5vw,58px);letter-spacing:-.045em;margin:8px 0 0}.section-head>a{font-size:14px;font-weight:700}.kicker{color:var(--orange)}.chips{display:flex;gap:9px;overflow:auto;scrollbar-width:none;margin:0 0 28px;padding:2px}.chips a{white-space:nowrap;padding:10px 17px;border:1px solid var(--line);border-radius:99px;font-size:13px;font-weight:700;background:white}.chips a.active,.chips a:hover{background:var(--orange);border-color:var(--orange);color:white}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 22px}.event-card{border-radius:22px;transition:.3s}.event-image{aspect-ratio:4/3;position:relative;overflow:hidden;border-radius:22px;background:var(--warm)}.event-image img,.event-image .image-fallback{width:100%;height:100%;object-fit:cover;transition:transform .5s}.event-card:hover{transform:translateY(-4px)}.event-card:hover .event-image img{transform:scale(1.035)}.date-badge{position:absolute;top:14px;left:14px;background:white;border-radius:12px;width:48px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;text-transform:uppercase}.date-badge b{font-size:18px;line-height:20px}.status{position:absolute;right:14px;top:14px;background:var(--orange);color:#fff;border-radius:99px;padding:7px 11px;font-size:10px;font-weight:800;font-style:normal;text-transform:uppercase}.status.sold{background:#222}.event-copy{padding:15px 4px}.event-copy>p{margin:0;color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase}.event-copy h3{font-size:20px;letter-spacing:-.025em;margin:7px 0}.place{color:var(--muted);font-size:13px}.card-foot{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;display:flex;justify-content:space-between;font-size:12px;font-weight:700}.card-foot b{font-size:18px;color:var(--orange)}.editorial{margin-top:100px;background:var(--warm);border-radius:28px;padding:70px;text-align:center}.editorial>span{color:var(--orange);font-size:10px;letter-spacing:.2em;font-weight:800}.editorial h2{font-size:clamp(34px,5vw,62px);letter-spacing:-.055em;line-height:1.05;margin:20px}.editorial a{display:inline-block;border-bottom:1px solid;padding:8px;font-weight:700}.page-intro{padding:50px 0 35px}.page-intro p{color:var(--muted)}.filters{background:var(--warm);padding:18px;border-radius:20px;margin-bottom:20px;display:flex;gap:14px}.searchbox{background:white;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;padding:0 8px 0 15px;flex:1}.searchbox svg{width:21px}.searchbox input{border:0;outline:0;padding:14px;width:100%}.searchbox button{border:0;background:var(--ink);color:white;padding:10px 18px;border-radius:10px}.filter-row{display:flex;gap:10px;align-items:center}.filter-row select,.check{border:1px solid var(--line);background:white;border-radius:12px;padding:13px}.empty{background:var(--warm);border-radius:var(--radius);padding:75px 30px;text-align:center;margin:25px 0}.empty i{font-style:normal;font-size:35px;color:var(--orange);font-weight:800}.empty h2,.empty h1{margin-bottom:8px}.empty p{color:var(--muted)}.empty.compact{padding:30px;margin:0}.button{border:0;display:inline-flex;justify-content:center;align-items:center;background:var(--orange);color:white;border-radius:13px;padding:14px 22px;font-weight:800;cursor:pointer}.button:hover{background:#e94b13}.button.outline{background:white;color:var(--ink);border:1px solid var(--line)}.button.disabled{background:#ddd;color:#777;cursor:not-allowed}.button.wide{width:100%}.detail{padding-bottom:120px}.detail-cover{height:min(62vw,690px);position:relative;background:var(--warm)}.detail-cover img,.detail-cover>.image-fallback{width:100%;height:100%;object-fit:cover}.back{position:absolute;top:25px;left:30px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;font-size:20px}.detail-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:80px;padding:65px 30px}.detail-main>h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.055em;margin:16px 0}.orange{color:var(--orange)}.lede{font-size:19px;color:var(--muted);line-height:1.7}.quick-facts{display:flex;gap:20px;border-block:1px solid var(--line);padding:25px 0;margin:35px 0}.quick-facts>div{background:var(--orange);color:white;border-radius:15px;width:65px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center}.quick-facts>div b{font-size:25px;line-height:1}.quick-facts>div span{font-size:10px;text-transform:uppercase}.quick-facts p{display:flex;flex-direction:column;margin:7px 0;gap:6px}.quick-facts p span,.muted{color:var(--muted)}.detail-main section{margin-top:55px}.detail-main section h2{font-size:27px;letter-spacing:-.035em}.prose{line-height:1.8;color:#444}.location-card{display:flex;gap:17px;background:var(--warm);padding:23px;border-radius:18px}.location-card>span{font-size:25px;color:var(--orange)}.location-card p{color:var(--muted);margin:5px 0}.ticket-types{display:grid;gap:12px}.ticket-type{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--line);padding:20px;border-radius:18px}.ticket-type h3{margin:0 0 5px}.ticket-type p,.ticket-type small{color:var(--muted);margin:0;font-size:12px}.ticket-type>div:last-child{text-align:right;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.ticket-type strong small{display:block}.ticket-type a{color:var(--orange);font-weight:800}.ticket-type.disabled{opacity:.55}.purchase-card{position:sticky;top:25px;height:max-content;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}.purchase-card>span{font-size:12px;color:var(--muted)}.purchase-card>strong{font-size:24px}.purchase-card>strong small{font-size:12px}.purchase-card p{color:var(--muted);font-size:12px}.mobile-buy{display:none}.narrow,.auth,.scanner,.ticket-page{max-width:680px;margin:auto;padding:60px 24px 130px}.narrow>header h1,.auth h1,.scanner h1{font-size:42px;letter-spacing:-.045em;margin:10px 0}.narrow>header p,.auth>p,.scanner header p{color:var(--muted)}.steps{display:flex;align-items:center;margin-bottom:55px}.steps b{width:30px;height:30px;background:var(--orange);color:white;border-radius:50%;display:grid;place-items:center;font-size:12px}.steps span{height:1px;flex:1;background:var(--line)}.steps .muted-step{background:#eee;color:#888}.form-card,.receipt{border:1px solid var(--line);border-radius:22px;padding:28px;margin-top:30px;box-shadow:var(--shadow)}.form-card h2{font-size:18px;margin:8px 0 16px}.field{display:block;margin:15px 0}.field>span{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.field input{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;outline:0}.field input:focus{border-color:var(--orange)}.field em{font-size:11px;color:#c22}.type-select{display:grid;gap:10px;margin-bottom:30px}.type-select label{border:1px solid var(--line);padding:15px;border-radius:14px;display:flex;gap:12px;align-items:center}.type-select label.selected{border-color:var(--orange);background:var(--warm)}.type-select label span{flex:1;display:flex;flex-direction:column}.type-select small{font-size:10px;color:var(--muted)}.type-select strong{text-align:right}.receipt dl div,.ticket-facts{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0}.receipt dt{color:var(--muted)}.receipt dd{font-weight:700;margin:0}.receipt .total{font-size:18px;border:0}.notice{padding:15px;background:var(--warm);border-radius:13px;font-size:12px;margin:15px 0}.notice p{color:var(--muted);margin-bottom:0}.ticket-page{max-width:520px;text-align:center}.digital-ticket{background:white;border-radius:27px;box-shadow:0 20px 70px rgba(30,20,10,.14);overflow:hidden;text-align:left;margin-top:20px}.ticket-visual{height:235px;position:relative;background:#222;color:white}.ticket-visual img{width:100%;height:100%;object-fit:cover}.ticket-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent)}.ticket-visual>div{position:absolute;z-index:1;left:25px;bottom:20px}.ticket-visual h1{margin:5px 0;font-size:29px}.ticket-info{padding:16px 28px 30px}.ticket-facts{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ticket-facts p{display:flex;flex-direction:column;margin:0}.ticket-facts small{color:var(--muted);font-size:10px;text-transform:uppercase}.perforation{border-top:2px dashed var(--line);margin:24px -35px;position:relative}.qr{text-align:center}.qr img{width:190px;margin:auto}.qr code{font-size:9px;color:var(--muted);display:block;margin:8px}.ticket-state{display:block;border-radius:99px;padding:9px;margin:12px auto;width:max-content;font-size:11px;letter-spacing:.1em}.ticket-state.valid{color:#147a48;background:#e5f8ee}.ticket-state.used{color:#886300;background:#fff4cb}.ticket-state.invalid{color:#a22;background:#ffe7e7}.qr>small{color:var(--muted)}.my-ticket-grid{display:grid;gap:12px}.mini-ticket{display:flex;align-items:center;gap:18px;padding:18px;border:1px solid var(--line);border-radius:18px}.mini-ticket time{background:var(--warm);width:55px;height:58px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:10px;text-transform:uppercase}.mini-ticket time b{font-size:20px}.mini-ticket div{flex:1}.mini-ticket h3,.mini-ticket p{margin:3px}.mini-ticket p{color:var(--muted);font-size:12px}.dim{opacity:.65}.past-title{margin-top:55px}.scan-form{display:flex;gap:10px;margin:30px 0}.scan-form input{flex:1;border:1px solid var(--line);border-radius:13px;padding:14px}.scan-result{border:2px solid;padding:25px;border-radius:20px}.scan-result.success{border-color:#24a36a;background:#f0fff8}.scan-result.warning{border-color:#e6aa26;background:#fffbeb}.scan-result.danger{border-color:#db4c4c;background:#fff5f5}.result-label{font-weight:800;font-size:12px;letter-spacing:.12em}.scan-result dl div{display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.08);padding:10px 0;font-size:12px}.scan-result dd{font-weight:700;text-align:right}.auth{text-align:center;max-width:500px}.auth-mark{margin:0 auto 25px}.auth .form-card{text-align:left}.error-box{background:#fff0f0;color:#a22;padding:12px;border-radius:12px}.profile-head{display:flex;align-items:center;gap:20px;margin-bottom:40px}.profile-head h1{margin:5px 0}.avatar{width:80px;height:80px;border-radius:25px;background:var(--orange);color:white;display:grid;place-items:center;font-size:32px;font-weight:800}.account-menu{border:1px solid var(--line);border-radius:20px;overflow:hidden}.account-menu>a{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.account-menu span{display:flex;flex-direction:column;font-weight:700}.account-menu small{color:var(--muted);font-weight:400;margin-top:4px}.account-menu form{padding:15px}.account-menu button{border:0;background:none;color:#b22;font-weight:700}.error-page{max-width:700px;margin:80px auto}.error-page i{font-size:70px}
@media(max-width:900px){.event-grid{grid-template-columns:repeat(2,1fr)}.detail-layout{gap:35px}.purchase-card{width:260px}.desktop-nav{display:none}.mobile-profile{display:block;width:24px}.mobile-profile svg{width:24px}.topbar{height:66px;padding:0 20px}}
@media(max-width:600px){body{background:#fff}main{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.topbar{position:relative;height:62px}.brand{font-size:18px}.brand i{width:31px;height:31px}.bottom-nav{position:fixed;display:flex;z-index:50;bottom:0;left:0;right:0;background:rgba(255,255,255,.96);border-top:1px solid var(--line);padding:7px 10px calc(7px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -8px 25px rgba(30,20,10,.05);backdrop-filter:blur(14px)}.bottom-nav a{width:25%;display:flex;flex-direction:column;align-items:center;gap:3px;color:#888;font-size:10px;font-weight:700}.bottom-nav span{height:26px;width:38px;border-radius:14px;display:grid;place-items:center}.bottom-nav svg{width:21px;height:21px}.bottom-nav a.active{color:var(--orange)}.bottom-nav a.active span{background:#fff0e9}.page{padding:12px 16px 75px}.hero{height:62vh;min-height:470px;border-radius:22px}.hero-shade{background:linear-gradient(0deg,rgba(8,5,3,.82),transparent 72%)}.hero-content{left:22px;right:22px;bottom:26px}.hero h1{font-size:43px}.hero-content p{font-size:13px}.section-head{margin:46px 2px 20px}.section-head h2{font-size:29px}.section-head>a{font-size:12px}.chips{margin-inline:-16px;padding-inline:16px}.event-grid{grid-template-columns:1fr 1fr;gap:24px 11px}.event-image{border-radius:17px;aspect-ratio:3/4}.date-badge{top:9px;left:9px;width:42px;height:45px}.status{top:9px;right:9px;font-size:8px;padding:6px 8px}.event-copy h3{font-size:15px}.event-copy>p{font-size:9px}.place{font-size:11px}.card-foot{font-size:10px}.editorial{margin-top:60px;padding:50px 20px}.page-intro{padding:30px 0 20px}.page-intro h1{font-size:39px}.filters{padding:10px;display:block}.searchbox button{display:none}.filter-row{margin-top:8px}.filter-row>*{flex:1;font-size:12px}.detail{padding-bottom:100px}.detail-cover{height:57vh;min-height:400px}.back{top:15px;left:16px}.detail-layout{display:block;padding:35px 19px}.detail-main>h1{font-size:42px}.lede{font-size:16px}.purchase-card{display:none}.mobile-buy{position:fixed;display:flex;z-index:40;left:10px;right:10px;bottom:calc(72px + env(safe-area-inset-bottom));padding:10px 10px 10px 17px;background:rgba(255,255,255,.96);box-shadow:0 10px 40px rgba(20,10,5,.2);border:1px solid var(--line);border-radius:18px;align-items:center;justify-content:space-between}.mobile-buy div{display:flex;flex-direction:column}.mobile-buy small{color:var(--muted);font-size:9px}.mobile-buy strong{font-size:13px}.mobile-buy .button{padding:12px 18px}.ticket-type{padding:16px}.ticket-type p{display:none}.narrow,.auth,.scanner,.ticket-page{padding:35px 16px 115px}.narrow>header h1,.auth h1,.scanner h1{font-size:35px}.form-card,.receipt{padding:20px;border-radius:18px}.steps{margin-bottom:35px}.digital-ticket{border-radius:22px}.ticket-visual{height:210px}.ticket-info{padding:15px 22px 28px}.ticket-facts{grid-template-columns:1fr 1fr}.scan-form{display:grid}.profile-head{align-items:flex-start}.avatar{width:65px;height:65px}.profile-head h1{font-size:25px}.error-page{margin:30px 16px}.hero-empty{padding:45px 25px;justify-content:center}}
@media(max-width:380px){.event-grid{grid-template-columns:1fr}.event-image{aspect-ratio:4/3}.hero h1{font-size:37px}}

@media(max-width:600px){.bottom-nav a{width:20%;font-size:9px}.bottom-nav .plus-icon{font-size:24px;line-height:1}}

.field select,.field textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;outline:0;background:#fff}

/* Persian minimal home */
html[dir=rtl] body{font-family:Vazirmatn,Manrope,system-ui,sans-serif}.topbar{max-width:1400px;gap:32px;border-bottom:1px solid #f5f1ef}.brand{font-weight:900;white-space:nowrap}.desktop-nav{gap:25px;font-size:13px}.nav-pill.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.header-search{height:46px;max-width:530px;flex:1;display:flex;align-items:center;border:1px solid var(--line);border-radius:99px;box-shadow:0 7px 22px rgba(35,25,20,.05);overflow:hidden;background:#fff}.header-search span{width:48px;display:grid;place-items:center;color:var(--muted)}.header-search svg{width:19px}.header-search input{border:0;outline:0;flex:1;padding:10px;background:transparent}.header-search button{height:36px;border:0;background:var(--orange);color:#fff;border-radius:99px;padding:0 19px;margin-left:5px;font-size:12px;font-weight:700}.fa-home{overflow:hidden}.community-hero{max-width:1350px;min-height:550px;margin:0 auto;display:grid;grid-template-columns:1fr minmax(470px,650px) 1fr;align-items:center;padding:70px 30px 35px;direction:ltr}.hero-message{text-align:center;direction:rtl;position:relative;z-index:3}.hero-kicker{display:inline-block;color:var(--orange);background:#fff2ec;border-radius:99px;padding:8px 14px;font-size:11px;font-weight:800;letter-spacing:.02em}.hero-message h1{font-size:clamp(45px,5.2vw,72px);line-height:1.22;letter-spacing:-.055em;margin:22px 0 18px;font-weight:900}.hero-message h1 em{font-style:normal;color:var(--orange);position:relative}.hero-message h1 em:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:8px;border-radius:50%;border-top:3px solid #ffb69c;transform:rotate(-1deg)}.hero-message>p{max-width:610px;margin:0 auto;color:#595959;line-height:2;font-size:15px}.hero-actions{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:28px}.hero-button{border-radius:99px;padding:14px 28px}.text-button{font-size:13px;font-weight:700;border-bottom:1px solid #bbb;padding:8px}.hero-orbit{height:390px;position:relative}.orbit-blob{position:absolute;width:210px;height:105px;background:#ffb093;border-radius:46% 54% 57% 43% / 55% 35% 65% 45%;top:70px;left:15px;transform:rotate(-8deg);opacity:.85}.orbit-blob.yellow{background:#ffd385;top:210px;left:auto;right:4px;transform:rotate(12deg)}.orbit-photo{position:absolute;width:235px;height:155px;border-radius:48% 52% 48% 52% / 52% 44% 56% 48%;overflow:visible;z-index:2;filter:drop-shadow(0 12px 20px rgba(40,25,17,.12))}.orbit-photo img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.photo-one{top:42px;left:28px}.photo-two{right:20px;bottom:38px}.orbit-photo small{position:absolute;bottom:-15px;background:var(--orange);color:#fff;padding:7px 13px;border-radius:8px;font-size:10px;font-weight:800;white-space:nowrap;transform:rotate(-4deg)}.photo-one small{right:5px}.photo-two small{left:0;background:#292929;transform:rotate(4deg)}.placeholder-people{display:grid;place-items:center;background:#31302e;color:#fff;font-size:26px;font-weight:900}.placeholder-people.alt{background:#ffa37f}.doodle{position:absolute;font-size:50px;bottom:60px;left:100px;transform:rotate(25deg)}.doodle.second{top:55px;right:50px;color:var(--orange)}.home-events{max-width:1240px;margin:35px auto 0;padding:60px 30px 100px}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.home-section-head h2{font-size:38px;letter-spacing:-.04em;margin:8px 0 0}.home-section-head>a{color:var(--orange);font-weight:800;font-size:13px}.home-grid{grid-template-columns:repeat(4,1fr)}.home-grid .event-image{aspect-ratio:1.55/1}.home-manifesto{max-width:1180px;margin:0 auto 100px;background:var(--warm);border-radius:30px;padding:65px;display:grid;grid-template-columns:1fr 1.5fr;gap:70px}.home-manifesto h2{font-size:43px;line-height:1.4;letter-spacing:-.04em}.manifesto-points{display:grid;gap:5px}.manifesto-points article{position:relative;padding:15px 55px 15px 0;border-bottom:1px solid #eadfd8}.manifesto-points article:last-child{border:0}.manifesto-points b{position:absolute;right:0;top:17px;color:var(--orange);font-size:12px}.manifesto-points h3{margin:0 0 5px}.manifesto-points p{margin:0;color:var(--muted);font-size:13px;line-height:1.9}.site-footer{background:#191919;color:#fff;padding:70px max(30px,calc((100% - 1240px)/2)) 25px}.footer-main{display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:70px}.site-footer .brand{margin-bottom:18px}.footer-brand>p,.footer-main>div>p{color:#aaa;max-width:330px;line-height:1.9;font-size:13px}.footer-main h3{font-size:14px;margin:5px 0 20px}.footer-main>div:not(:first-child)>a:not(.brand){display:block;color:#aaa;font-size:13px;margin:12px 0;transition:.2s}.footer-main>div>a:hover{color:#fff}.footer-cta{color:#fff!important;border:1px solid #444;border-radius:99px;padding:11px 16px;width:max-content}.footer-bottom{border-top:1px solid #333;margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;color:#777;font-size:11px}
@media(max-width:1050px){.header-search{max-width:370px}.community-hero{grid-template-columns:220px 1fr 220px}.orbit-photo{width:190px;height:135px}.home-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer-main>div:last-child{grid-column:1/-1}}
@media(max-width:900px){.header-search{display:none}.community-hero{grid-template-columns:170px 1fr 170px;padding-inline:10px}.hero-message h1{font-size:45px}.orbit-photo{width:160px;height:125px}.home-manifesto{margin-inline:20px}}
@media(max-width:600px){.topbar{border:0}.community-hero{min-height:auto;display:flex;flex-direction:column;padding:38px 18px 25px}.hero-message{order:1}.hero-message h1{font-size:39px;line-height:1.3;margin-top:18px}.hero-message>p{font-size:13px;line-height:1.9}.hero-actions{margin-top:22px}.text-button{display:none}.hero-orbit{order:2;width:100%;height:205px}.orbit-left{display:none}.orbit-right{margin-top:20px}.orbit-photo{width:205px;height:145px;left:50%;transform:translateX(-50%)}.orbit-blob{left:50%;transform:translateX(-50%) rotate(-8deg)}.doodle{left:16%}.home-events{padding:35px 16px 70px;margin-top:0}.home-section-head h2{font-size:29px}.home-section-head>a{font-size:11px}.home-grid{grid-template-columns:1fr 1fr}.home-grid .event-image{aspect-ratio:3/4}.home-manifesto{margin:0 16px 55px;padding:35px 24px;display:block}.home-manifesto h2{font-size:32px}.manifesto-points{margin-top:25px}.site-footer{padding:48px 24px 105px}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-main>div:last-child{grid-column:1/-1}.footer-bottom{margin-top:35px;display:grid;gap:8px}.site-footer .brand i{display:grid}}

/* Refined luxury direction */
.header-right{display:flex;align-items:center;gap:42px;flex-shrink:0}.header-account{margin-right:auto}.luxury-hero{max-width:1280px;margin:0 auto;padding:76px 30px 70px;display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}.luxury-copy{padding-right:25px}.luxury-copy h1{font-size:clamp(54px,6vw,82px);font-weight:900;line-height:1.18;letter-spacing:-.065em;margin:24px 0}.luxury-copy h1 em{font-style:normal;color:var(--orange)}.luxury-copy>p{max-width:510px;color:var(--muted);font-size:15px;line-height:2.1}.luxury-copy .hero-actions{justify-content:flex-start}.luxury-visual{height:570px;background:#f3eee9;border-radius:4px 80px 4px 4px;overflow:hidden;position:relative}.luxury-visual>a{display:block;width:100%;height:100%;position:relative}.luxury-visual img{width:100%;height:100%;object-fit:cover}.luxury-visual>a:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(0deg,rgba(13,10,8,.78),transparent)}.luxury-visual>a>div{position:absolute;z-index:2;bottom:32px;right:35px;left:35px;color:#fff;display:flex;flex-direction:column}.luxury-visual small{font-size:10px;letter-spacing:.08em;color:#ffc0a8}.luxury-visual strong{font-size:27px;margin:7px 0}.luxury-visual span{font-size:12px;opacity:.78}.luxury-placeholder{height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:55px;color:#fff;background:#252321;position:relative}.luxury-placeholder:before{content:"";position:absolute;width:260px;height:260px;border:1px solid #ff7a30;border-radius:50%;left:-70px;top:-60px}.luxury-placeholder span{color:var(--orange);font-size:12px}.luxury-placeholder strong{font-size:45px;line-height:1.5;margin-top:10px}.home-events{margin-top:0;padding-top:70px;border-top:1px solid var(--line)}.home-manifesto.refined{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px 80px}.home-manifesto.refined h2{margin-bottom:0}.home-manifesto.refined>p{font-size:16px;line-height:2.2;color:var(--muted);max-width:480px}.home-grid .event-card:nth-child(n+4){display:none}
@media(max-width:1050px){.header-right{gap:22px}.header-account{display:none}.luxury-hero{gap:40px}.luxury-visual{height:500px}.luxury-copy h1{font-size:55px}}
@media(max-width:900px){.luxury-hero{grid-template-columns:1fr 1fr}.luxury-copy{padding:0}.luxury-copy h1{font-size:46px}.luxury-visual{height:460px}.header-right .desktop-nav{display:none}}
@media(max-width:600px){.header-right{flex:1}.luxury-hero{display:flex;flex-direction:column;padding:35px 16px 45px;gap:35px}.luxury-copy{text-align:center}.luxury-copy h1{font-size:43px;margin:18px 0}.luxury-copy>p{font-size:13px;line-height:2}.luxury-copy .hero-actions{justify-content:center}.luxury-visual{width:100%;height:390px;border-radius:3px 45px 3px 3px}.luxury-visual>a>div{right:22px;left:22px;bottom:22px}.luxury-visual strong{font-size:21px}.home-events{padding-top:45px}.home-manifesto.refined{display:block;padding:40px 27px}.home-manifesto.refined>p{font-size:14px}.home-grid .event-card:nth-child(n+3){display:none}}
