:root{
  --bg:#080808;
  --bg2:#0d0d0d;
  --panel:#111113;
  --panel2:#171719;
  --text:#f7f7f4;
  --muted:#9b9ba2;
  --line:rgba(255,255,255,.10);
  --red:#ef234d;
  --red2:#a60e2e;
  --gold:#d6ad45;
  --gold2:#f2d47a;
  --white:#ffffff;
  --radius:24px;
  --shadow:0 25px 70px rgba(0,0,0,.45);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.grain{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}
.announcement{height:30px;border-bottom:1px solid rgba(255,255,255,.08);background:#0c0c0d;color:#a9afbd;font-size:12px}
.announcement-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.02em}.announcement-dot{color:var(--gold)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(8,8,8,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:13px;min-width:245px}.brand-crest{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 0 28px rgba(239,35,77,.12)}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:20px;letter-spacing:-.035em}.brand-copy small{font-size:10px;color:var(--gold2);letter-spacing:.08em;font-weight:800;margin-top:7px}
.desktop-nav{display:flex;align-items:center;gap:30px;font-size:13px;color:#c9c9cf}.desktop-nav a{transition:.2s}.desktop-nav a:hover{color:white}
.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:15px 22px;font-weight:850;font-size:12px;letter-spacing:.035em;transition:.22s ease;cursor:pointer;text-transform:uppercase}.btn:hover{transform:translateY(-2px)}
.btn-small{padding:13px 18px}.btn-glow{background:linear-gradient(135deg,#ff355c,#d51042);box-shadow:0 10px 35px rgba(239,35,77,.28)}.btn-primary{background:linear-gradient(135deg,#f42c52,#c80f3a);box-shadow:0 12px 40px rgba(239,35,77,.22)}.btn-outline{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.03)}.btn-outline:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.06)}.btn-light{background:#fff;color:#111}
.menu-button{display:none;width:48px;height:44px;border:1px solid var(--line);background:#151518;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-button span{width:18px;height:2px;background:#d8d8dd;border-radius:2px}.mobile-menu{display:none}
.hero{min-height:730px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.035),transparent 50%),linear-gradient(#080808,#09090a)}
.hero::after{content:"";position:absolute;left:50%;bottom:-140px;transform:translateX(-50%);width:900px;height:320px;border-radius:50%;background:radial-gradient(ellipse,rgba(239,35,77,.20),transparent 66%);filter:blur(35px)}
.hero-lines{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.045) 50%,transparent 50.1%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,100% 90px;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 70%,transparent 100%);opacity:.55}
.hero-glow{position:absolute;border-radius:999px;filter:blur(90px);opacity:.18}.hero-glow-red{width:480px;height:250px;background:var(--red);right:-150px;top:150px}.hero-glow-gold{width:360px;height:180px;background:var(--gold);left:-160px;bottom:100px;opacity:.10}
.hero-content{position:relative;z-index:2;text-align:center;padding:70px 0 85px}.eyebrow,.section-label{display:inline-flex;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);border-radius:999px;padding:8px 16px;color:var(--gold2);font-size:11px;font-weight:850;letter-spacing:.12em}.hero-wordmark-wrap{margin:18px auto 0;display:flex;justify-content:center;align-items:center;overflow:visible}.hero-wordmark{display:block;width:min(1180px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.42));mix-blend-mode:normal}
.hero-kicker{font-size:clamp(20px,2.3vw,32px);font-weight:900;letter-spacing:.06em;margin:28px 0 0}.hero-copy{max-width:680px;margin:14px auto 0;color:#a7a7ae;font-size:17px}.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:32px;flex-wrap:wrap}.scroll-cue{margin-top:72px;color:#74747b;font-size:10px;letter-spacing:.16em;display:flex;align-items:center;justify-content:center;gap:10px}.scroll-cue span{width:1px;height:30px;background:linear-gradient(var(--gold),transparent)}
.section-dark-border{border-block:1px solid var(--line)}.metrics{background:#0b0b0c}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:128px}.metric-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line)}.metric-grid>div:last-child{border-right:0}.metric-grid strong{font-size:25px;letter-spacing:-.04em}.metric-grid span{font-size:9px;color:#777780;letter-spacing:.16em;margin-top:4px}
.section{padding:120px 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.section h2{font-size:clamp(48px,6vw,84px);line-height:.9;letter-spacing:-.055em;margin:24px 0 0;font-weight:950}.section h2 span{color:var(--red)}.story-copy{padding-top:46px;color:#aaaab1}.story-copy .lead{font-size:22px;color:#f3f3f5;line-height:1.45}.story-copy p{max-width:580px}.text-link{display:inline-flex;margin-top:16px;color:var(--gold2);font-size:12px;font-weight:850;letter-spacing:.09em}.value-grid{margin-top:72px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.value-card{position:relative;min-height:270px;background:linear-gradient(180deg,#111113,#0c0c0d);border:1px solid var(--line);border-radius:20px;padding:30px;overflow:hidden}.value-card::after{content:"";position:absolute;right:-65px;bottom:-65px;width:160px;height:160px;border:1px solid rgba(214,173,69,.18);border-radius:50%}.value-card.featured{border-color:rgba(239,35,77,.38);box-shadow:inset 0 0 80px rgba(239,35,77,.055)}.value-number{color:var(--gold);font-size:12px}.value-card h3{font-size:26px;margin:70px 0 10px}.value-card p{color:#8d8d95;max-width:310px}
.journey{background:#0c0c0d;border-block:1px solid var(--line)}.journey-head{display:flex;justify-content:space-between;align-items:end;gap:40px}.journey-head p{max-width:400px;color:#8f8f97}.roadmap{margin-top:70px;position:relative;display:grid;grid-template-columns:repeat(8,1fr);gap:0}.road-line{position:absolute;top:22px;left:5%;right:5%;height:1px;background:linear-gradient(90deg,var(--red) 0 18%,rgba(255,255,255,.14) 18% 100%)}.road-step{position:relative;padding-top:55px;text-align:center}.road-step::before{content:"";position:absolute;top:15px;left:50%;transform:translateX(-50%);width:14px;height:14px;border:3px solid #29292e;background:#0c0c0d;border-radius:50%;z-index:2}.road-step.active::before,.road-step.current::before{border-color:var(--red);background:var(--red);box-shadow:0 0 0 7px rgba(239,35,77,.08)}.road-step.current::before{animation:pulse 1.8s infinite}.road-step b{font-size:9px;color:#56565e}.road-step span{display:block;font-weight:800;font-size:11px;margin-top:7px}.road-step small{display:block;font-size:8px;color:#606069;letter-spacing:.1em;margin-top:5px}.road-step.active small,.road-step.current small{color:var(--red)}@keyframes pulse{50%{box-shadow:0 0 0 13px rgba(239,35,77,0)}}
.section-head-row,.kits-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.team-panel{margin-top:55px;display:grid;grid-template-columns:260px 1fr;gap:50px;align-items:center;padding:52px;background:linear-gradient(120deg,#121214,#0c0c0d);border:1px solid var(--line);border-radius:28px;overflow:hidden;position:relative}.team-panel::after{content:"LONDON RICHES";position:absolute;right:-30px;bottom:-40px;font-size:90px;font-weight:950;letter-spacing:-.06em;color:rgba(255,255,255,.018);white-space:nowrap}.team-crest-wrap{display:grid;place-items:center}.team-crest-wrap img{width:210px;border-radius:50%;box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 40px rgba(239,35,77,.07)}.status-pill{display:inline-flex;border:1px solid rgba(214,173,69,.26);color:var(--gold2);padding:7px 11px;border-radius:999px;font-size:9px;letter-spacing:.12em;font-weight:850}.team-panel h3{font-size:38px;letter-spacing:-.04em;margin:18px 0 10px}.team-panel p{color:#92929a;max-width:620px}
.kits{padding-bottom:80px}.kits-head p{max-width:390px;color:#8c8c94}.kit-strip{margin-top:55px;display:grid;grid-template-columns:repeat(5,minmax(230px,1fr));gap:12px;padding:0 max(20px,calc((100vw - var(--max))/2));overflow-x:auto;scroll-snap-type:x mandatory}.kit-card{scroll-snap-align:start;min-width:250px;background:#0f0f10;border:1px solid var(--line);border-radius:22px;overflow:hidden;position:relative}.kit-card img{width:100%;aspect-ratio:.56/1;object-fit:contain;object-position:center top;background:#0c0c0d;transition:transform .45s}.kit-card:hover img{transform:scale(1.025)}.kit-card>div{position:absolute;left:0;right:0;bottom:0;padding:55px 20px 18px;background:linear-gradient(transparent,rgba(0,0,0,.92))}.kit-card small{color:var(--gold);font-size:9px}.kit-card h3{font-size:25px;margin:3px 0 0}.kit-card p{font-size:9px;color:#b8b8bf;letter-spacing:.11em;margin:2px 0 0}
.match-section{background:#0c0c0d}.match-card{margin-top:26px;border:1px solid var(--line);border-radius:28px;padding:55px;display:grid;grid-template-columns:1fr 300px;align-items:center;gap:40px;background:radial-gradient(circle at 75% 50%,rgba(239,35,77,.08),transparent 34%),#101012}.match-card h2{font-size:clamp(42px,5vw,72px)}.match-card p{color:#8f8f97;max-width:650px}.match-tbc{text-align:center;border-left:1px solid var(--line);padding:45px 20px}.match-tbc span,.match-tbc small{display:block;color:#777780;font-size:10px;letter-spacing:.14em}.match-tbc strong{display:block;font-size:74px;line-height:1;color:var(--gold2);margin:14px 0}
.community-grid{align-items:center}.community-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:60px}.community-cards>div{padding:34px;border-top:1px solid rgba(214,173,69,.36);background:linear-gradient(180deg,rgba(214,173,69,.03),transparent)}.community-cards b{font-size:10px;color:var(--gold)}.community-cards h3{font-size:21px;margin:25px 0 9px}.community-cards p{color:#888891}
.first1000{position:relative;overflow:hidden;background:linear-gradient(120deg,#131315,#0c0c0e);border-block:1px solid var(--line)}.first1000-bg{position:absolute;right:-30px;top:-130px;font-size:440px;line-height:1;font-weight:950;letter-spacing:-.1em;color:rgba(255,255,255,.018)}.first1000-inner{position:relative;display:grid;grid-template-columns:1fr 460px;gap:80px;align-items:center}.first1000-inner>div>p{max-width:520px;color:#9b9ba2;font-size:18px}.signup-card,.recruitment-form{background:#111113;border:1px solid var(--line);padding:28px;border-radius:22px;box-shadow:var(--shadow)}label{display:flex;flex-direction:column;gap:8px;font-size:9px;color:#8f8f98;letter-spacing:.12em;font-weight:850;margin-bottom:14px}input,select,textarea{width:100%;background:#0b0b0d;border:1px solid #242428;color:#fff;border-radius:10px;padding:14px 14px;outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:rgba(239,35,77,.65);box-shadow:0 0 0 3px rgba(239,35,77,.08)}textarea{resize:vertical}.signup-card .btn,.recruitment-form .btn{width:100%}.signup-card>small{display:block;color:#66666f;font-size:9px;margin-top:12px}.form-message{min-height:19px;color:var(--gold2);font-size:11px;margin-top:12px}
.recruitment{background:#09090a}.recruitment-grid{display:grid;grid-template-columns:1fr 520px;gap:80px;align-items:start}.recruitment-grid .lead{font-size:22px;color:#e9e9ec;max-width:520px}.recruit-process{display:flex;align-items:center;margin-top:50px;max-width:650px;overflow-x:auto;padding-bottom:10px}.recruit-process div{display:flex;flex-direction:column;gap:3px;white-space:nowrap}.recruit-process b{color:var(--red);font-size:10px}.recruit-process span{font-size:10px;font-weight:850}.recruit-process i{height:1px;background:#29292d;width:34px;min-width:34px;margin:0 10px}.form-topline{display:flex;justify-content:space-between;color:var(--gold2);font-size:10px;letter-spacing:.13em;font-weight:850;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:22px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.form-note{color:#66666f;font-size:10px;line-height:1.5}
.news{background:#0c0c0d;border-top:1px solid var(--line)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px}.news-grid article{border:1px solid var(--line);background:#111113;border-radius:22px;padding:18px;overflow:hidden}.news-grid article>span{color:var(--gold2);font-size:9px;letter-spacing:.12em;font-weight:850}.news-placeholder{height:240px;border-radius:15px;margin:14px 0 16px;display:grid;place-items:center;font-weight:950;font-size:90px;letter-spacing:-.07em;background:radial-gradient(circle,#1d1d21,#0c0c0e);color:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06)}.crest-news img{width:150px;border-radius:50%}.red-news{background:radial-gradient(circle at 50% 50%,rgba(239,35,77,.35),#10090c);color:rgba(255,255,255,.15)}.news-grid small{font-size:9px;color:#66666e}.news-grid h3{font-size:24px;line-height:1.1;margin:8px 0}.news-grid p{color:#85858e;font-size:14px}
.partner-cta{padding:85px 0;background:linear-gradient(110deg,#d21642,#7d091f);position:relative;overflow:hidden}.partner-cta::after{content:"LR";position:absolute;right:2%;top:-105px;font-size:350px;line-height:1;font-weight:950;color:rgba(255,255,255,.045);letter-spacing:-.1em}.partner-inner{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:30px}.partner-inner small{font-size:10px;letter-spacing:.13em;font-weight:850}.partner-inner h2{font-size:clamp(48px,7vw,90px);line-height:.85;letter-spacing:-.06em;margin:18px 0 0}
.site-footer{padding:70px 0 28px;background:#070707}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-brand{display:flex;align-items:center;gap:16px}.footer-brand img{width:72px;border-radius:50%}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-size:19px}.footer-brand span{font-size:9px;color:var(--gold2);letter-spacing:.12em;margin-top:7px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid b{font-size:10px;color:#66666f;letter-spacing:.14em;margin-bottom:7px}.footer-grid a{font-size:13px;color:#aaaab2}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--line);margin-top:50px;padding-top:23px;display:flex;justify-content:space-between;color:#52525a;font-size:9px;letter-spacing:.08em}
@media (max-width:1000px){.desktop-nav{display:none}.menu-button{display:flex}.header-actions .btn-glow{display:none}.mobile-menu{position:fixed;top:118px;left:20px;right:20px;z-index:50;background:#121214;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.mobile-menu.open{display:flex;flex-direction:column}.mobile-menu a{padding:14px;border-bottom:1px solid rgba(255,255,255,.06);font-weight:750}.mobile-menu a:last-child{border-bottom:0}.split-grid,.recruitment-grid,.first1000-inner{grid-template-columns:1fr;gap:35px}.story-copy{padding-top:0}.journey-head{align-items:start;flex-direction:column}.roadmap{grid-template-columns:repeat(8,140px);overflow-x:auto;padding-bottom:20px}.road-line{left:70px;right:auto;width:980px}.team-panel{grid-template-columns:180px 1fr;padding:35px}.team-crest-wrap img{width:160px}.kit-strip{grid-template-columns:repeat(5,260px)}.match-card{grid-template-columns:1fr}.match-tbc{border-left:0;border-top:1px solid var(--line)}.first1000-inner{grid-template-columns:1fr}.signup-card{max-width:550px}.recruitment-grid{grid-template-columns:1fr}.recruitment-form{max-width:680px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media (max-width:720px){.wrap{width:min(calc(100% - 28px),var(--max))}.announcement{display:none}.header-inner{height:78px}.brand{min-width:0}.brand-crest{width:46px;height:46px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:8px}.mobile-menu{top:88px}.hero{min-height:690px}.hero-content{padding-top:50px}.hero-wordmark{width:min(1120px,112vw);max-width:none}.hero-wordmark-wrap{margin-top:14px}.hero-kicker{font-size:19px}.hero-copy{font-size:15px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.scroll-cue{margin-top:48px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid>div:nth-child(2){border-right:0}.metric-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:85px 0}.section h2{font-size:clamp(43px,13vw,68px)}.value-grid,.community-cards,.news-grid{grid-template-columns:1fr}.value-card{min-height:220px}.value-card h3{margin-top:45px}.team-panel{grid-template-columns:1fr;text-align:center}.team-panel p{margin-inline:auto}.kit-strip{padding-left:14px;padding-right:14px;grid-template-columns:repeat(5,240px)}.kit-card{min-width:240px}.match-card{padding:28px}.match-tbc strong{font-size:60px}.first1000-bg{font-size:240px;top:-30px}.form-two{grid-template-columns:1fr}.partner-inner{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.partner-cta::after{font-size:240px;right:-30px}.section-head-row,.kits-head{align-items:start;flex-direction:column}.kits-head p{max-width:none}}
.value-card,.team-panel,.kit-card,.community-cards>div,.news-grid article,.match-card{opacity:.01;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease,border-color .25s ease}.revealed{opacity:1!important;transform:translateY(0)!important}

.hidden-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-row{display:grid!important;grid-template-columns:18px 1fr!important;align-items:start!important;gap:10px!important;text-transform:none!important;letter-spacing:0!important;line-height:1.45!important;color:#92929a!important;font-size:10px!important}
.consent-row input{width:16px!important;height:16px!important;margin:2px 0 0!important;accent-color:var(--red)}
.consent-row a{color:var(--gold2);text-decoration:underline}
button:disabled{opacity:.6;cursor:wait;transform:none!important}
.footer-muted{font-size:13px;color:#777780}
.legal-links a{color:#73737b}.legal-links a:hover{color:#fff}
.legal-page{min-height:100vh;background:#09090a}.legal-hero{padding:95px 0 45px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 25% 0,rgba(239,35,77,.10),transparent 38%)}
.legal-hero h1{font-size:clamp(46px,7vw,86px);line-height:.9;letter-spacing:-.055em;margin:20px 0 12px}.legal-hero p{color:#9b9ba2;max-width:720px}.legal-body{padding:55px 0 100px;max-width:900px}.legal-body h2{font-size:25px;margin:42px 0 10px}.legal-body p,.legal-body li{color:#a2a2aa}.legal-body ul{padding-left:20px}.legal-note{border-left:2px solid var(--gold);padding:14px 18px;background:rgba(214,173,69,.05);border-radius:0 12px 12px 0}.simple-header{border-bottom:1px solid var(--line);background:#080808}.simple-header .header-inner{height:78px}.simple-footer{padding:36px 0;border-top:1px solid var(--line);color:#6d6d75;font-size:11px}.simple-footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.simple-footer a{color:#a3a3aa}
.partner-form-wrap{max-width:760px;margin-top:40px}.partner-form{background:#111113;border:1px solid var(--line);padding:30px;border-radius:22px;box-shadow:var(--shadow)}
@media(max-width:720px){.legal-hero{padding:70px 0 35px}.legal-body{padding-top:38px}.footer-bottom{gap:14px}.legal-links{line-height:1.8}}



.house-riches{position:relative;overflow:hidden;padding:105px 0;background:
  radial-gradient(circle at 82% 24%,rgba(214,173,69,.16),transparent 28%),
  radial-gradient(circle at 10% 78%,rgba(214,173,69,.08),transparent 24%),
  linear-gradient(180deg,#050505 0%,#0a0a0b 48%,#050505 100%);
  border-top:1px solid rgba(214,173,69,.16)}
.house-riches::before{content:"";position:absolute;inset:0;background:
  linear-gradient(rgba(214,173,69,.035) 1px,transparent 1px),
  linear-gradient(90deg,rgba(214,173,69,.035) 1px,transparent 1px);
  background-size:78px 78px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 82%,transparent);pointer-events:none}
.house-riches::after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(214,173,69,.5),transparent)}
.house-riches-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:-120px;top:20px;background:rgba(214,173,69,.12);filter:blur(100px);pointer-events:none}
.house-riches-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:80px;align-items:center}
.house-riches-overline{margin:22px 0 10px;color:var(--gold2);font-size:11px;font-weight:850;letter-spacing:.18em}
.house-riches h2{font-size:clamp(56px,7vw,98px);line-height:.86;letter-spacing:-.06em;margin:10px 0 28px;color:#fff}
.house-riches h2 span{background:linear-gradient(180deg,#fff0bc,#d6ad45 56%,#8b651d 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.house-riches-lead{max-width:760px;color:#f0efe9;font-size:21px;line-height:1.45;margin:0 0 14px}
.house-riches-text{max-width:760px;color:#aaa79e;font-size:15px;line-height:1.7;margin:0}
.house-riches-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px}
.house-riches-points>div{min-height:180px;padding:22px;border:1px solid rgba(214,173,69,.18);border-radius:18px;background:linear-gradient(180deg,rgba(214,173,69,.08),rgba(255,255,255,.015));backdrop-filter:blur(8px);box-shadow:0 10px 25px rgba(0,0,0,.22)}
.house-riches-points b{display:block;color:var(--gold);font-size:10px;margin-bottom:34px}
.house-riches-points span{display:block;font-size:13px;font-weight:900;letter-spacing:.06em;margin-bottom:9px;color:#fff4d1}
.house-riches-points small{display:block;color:#9f9a8e;font-size:11px;line-height:1.55}
.house-riches-actions{display:flex;align-items:center;gap:20px;margin-top:30px;flex-wrap:wrap}
.btn-house{background:linear-gradient(180deg,#f1d27b 0%,#d6ad45 55%,#8e691c 100%);color:#0b0b0c!important;box-shadow:0 14px 34px rgba(214,173,69,.22)}
.btn-house:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(214,173,69,.30)}
.house-riches-actions>small{max-width:300px;color:#746f63;font-size:9px;line-height:1.5}
.house-riches-mark{min-height:520px;border:1px solid rgba(214,173,69,.25);border-radius:28px;background:
  radial-gradient(circle at 50% 16%,rgba(214,173,69,.22),transparent 28%),
  linear-gradient(180deg,#090909 0%,#111111 100%);
  display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;box-shadow:0 35px 80px rgba(0,0,0,.42)}
.house-riches-mark::before{content:"HR";position:absolute;font-size:250px;font-weight:950;letter-spacing:-.12em;color:rgba(214,173,69,.06);line-height:1}
.house-riches-mark span{position:relative;color:#cab57b;font-size:15px;font-weight:850;letter-spacing:.35em;margin-left:.35em}
.house-riches-mark strong{position:relative;font-size:clamp(70px,8vw,115px);line-height:.9;letter-spacing:-.07em;background:linear-gradient(180deg,#fff2c7,#d6ad45 52%,#8c651c);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 16px 30px rgba(0,0,0,.18)}
.house-riches-mark i{position:relative;margin-top:25px;color:#fff0bc;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.22em}
@media(max-width:1000px){.house-riches-inner{grid-template-columns:1fr}.house-riches-mark{min-height:340px}.house-riches-points{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:720px){.house-riches{padding:82px 0}.house-riches-inner{gap:38px}.house-riches h2{font-size:clamp(48px,14vw,70px)}.house-riches-lead{font-size:18px}.house-riches-points{grid-template-columns:1fr}.house-riches-points>div{min-height:0}.house-riches-mark{min-height:300px}.house-riches-mark strong{font-size:72px}.house-riches-actions{align-items:flex-start;flex-direction:column}.btn-house{width:100%;text-align:center}}
.house-riches-inner{gap:38px}.house-riches h2{font-size:clamp(48px,14vw,70px)}.house-riches-lead{font-size:18px}.house-riches-points{grid-template-columns:1fr}.house-riches-points>div{min-height:0}.house-riches-mark{min-height:300px}.house-riches-mark strong{font-size:72px}.house-riches-actions{align-items:flex-start;flex-direction:column}.btn-house{width:100%;text-align:center}}


.house-riches-top{position:relative;z-index:2;text-align:center;max-width:980px;margin:0 auto 72px}
.house-riches-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(214,173,69,.25);background:rgba(214,173,69,.055);border-radius:999px;padding:9px 17px;color:#d9bd70;font-size:10px;font-weight:900;letter-spacing:.16em}
.house-riches-title{margin:22px 0 16px!important;font-size:clamp(56px,7.5vw,104px)!important;line-height:.87!important;letter-spacing:-.065em!important;color:#fff!important}
.house-riches-title span{background:linear-gradient(180deg,#fff0bc,#d6ad45 58%,#8b651d);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.house-riches-facts{max-width:850px;margin:0 auto;color:#c0baaa;font-size:16px;line-height:1.65}
@media(max-width:720px){.house-riches-top{margin-bottom:48px}.house-riches-title{font-size:clamp(46px,14vw,72px)!important}.house-riches-facts{font-size:14px}}


.nav-riches{color:#d6ad45!important;font-weight:800!important}
.nav-riches:hover{color:#f0cf73!important}
.house-riches-text-strong{margin-top:14px!important;color:#c9c3b5!important}

.supporter-live-counter{margin-top:32px;max-width:600px;padding:24px 26px;border:1px solid rgba(214,173,69,.22);border-radius:20px;background:linear-gradient(145deg,rgba(214,173,69,.075),rgba(255,255,255,.025));box-shadow:0 22px 55px rgba(0,0,0,.18)}
.supporter-counter-top{display:flex;align-items:center;gap:9px;color:#d7bd77;font-size:10px;font-weight:900;letter-spacing:.14em}
.supporter-live-dot{width:7px;height:7px;border-radius:50%;background:#d6ad45;box-shadow:0 0 0 5px rgba(214,173,69,.09),0 0 18px rgba(214,173,69,.6);animation:supporterPulse 1.8s ease-in-out infinite}
.supporter-count-line{display:flex;align-items:baseline;gap:12px;margin-top:17px}
.supporter-count-line strong{font-size:clamp(54px,6vw,88px);line-height:.85;letter-spacing:-.06em;color:#fff}
.supporter-count-line>span{color:#d6ad45;font-size:20px;font-weight:900}
.supporter-progress{height:10px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden;margin:20px 0 13px;border:1px solid rgba(255,255,255,.045)}
.supporter-progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d6ad45,#f1d27b,#ef234d);transition:width .8s ease}
.supporter-remaining{margin:0!important;color:#b8b8bf!important;font-size:14px!important}
.supporter-remaining strong{color:#fff}
.supporter-live-counter>small{display:block;margin-top:8px;color:#777780;font-size:10px;line-height:1.5}
@keyframes supporterPulse{0%,100%{opacity:.65;transform:scale(.95)}50%{opacity:1;transform:scale(1.12)}}
@media(max-width:720px){.supporter-live-counter{padding:20px}.supporter-count-line strong{font-size:58px}}
