:root { --yellow:#f6c945; --green:#08783f; --green-dark:#07552f; --blue:#0756a5; --ink:#101a18; --muted:#64716d; --paper:#fcfbf6; --line:#dfe5df; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",sans-serif; }
a { color:inherit; text-decoration:none; }
.container { width:min(1160px, calc(100% - 48px)); margin:0 auto; }
.site-header { background:var(--paper); padding:25px 0; position:relative; z-index:3; }
.nav-wrap,.footer-inner { display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:12px; font-family:"Space Grotesk",sans-serif; font-size:20px; font-weight:700; letter-spacing:-.06em; }.brand-logo { width:52px; height:52px; display:block; object-fit:contain; }
.brand-accent { color:var(--green); }
.brand-mark { width:28px; height:28px; border-radius:50%; background:var(--yellow); position:relative; display:inline-block; }
.brand-mark:before,.brand-mark:after,.brand-mark span { content:""; position:absolute; background:var(--ink); border-radius:10px; transform:rotate(-30deg); }
.brand-mark:before { width:5px; height:16px; left:8px; top:6px; }.brand-mark:after { width:5px; height:16px; right:8px; top:6px; }.brand-mark span { width:5px; height:16px; left:11px; top:6px; transform:rotate(90deg); }
.main-nav { display:flex; align-items:center; gap:35px; font-size:16px; color:#5c6863; }.main-nav a:hover { color:var(--green); }.nav-cta { color:var(--ink)!important; font-weight:700; padding:12px 18px; background:white; border:1px solid var(--line); border-radius:100px; }.nav-cta span { color:var(--green); margin-left:8px; }
.menu-toggle { display:none; border:0; background:none; font:inherit; font-weight:700; }
.hero { overflow:hidden; padding:57px 0 36px; background:var(--paper); }.hero-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:45px; min-height:460px; }.eyebrow,.section-kicker { color:var(--green); text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:.17em; }.eyebrow-dot { display:inline-block; width:7px; height:7px; margin-right:8px; background:var(--yellow); border-radius:50%; }.hero h1 { max-width:580px; margin:18px 0 22px; font:600 clamp(52px,7vw,91px)/.97 "Space Grotesk",sans-serif; letter-spacing:-.075em; }.hero h1 em,.community-section h2 em,.final-cta h2 em { color:var(--green); font-style:normal; }.hero-text { max-width:460px; color:var(--muted); font-size:19px; line-height:1.65; }.hero-actions { display:flex; align-items:center; gap:28px; margin-top:34px; }.button { display:inline-flex; align-items:center; justify-content:center; gap:24px; padding:17px 22px; border-radius:5px; font-size:16px; font-weight:700; }.button-primary { color:white; background:var(--green); box-shadow:0 10px 25px #08783f25; }.button-primary span,.button-dark span { font-size:20px; line-height:0; }.text-link { font-size:16px; font-weight:700; }.text-link span { margin-left:10px; color:var(--green); }.hero-art { min-height:455px; position:relative; z-index:1; background:var(--yellow); border-radius:50% 45% 47% 52%; overflow:visible; transform:rotate(4deg); }.art-glow { position:absolute; width:340px; height:340px; left:8%; top:12%; border-radius:50%; background:#fbe890; opacity:.72; }.art-ring { position:absolute; border:2px solid var(--green); border-radius:50%; width:480px; height:480px; left:9%; top:4%; }.ring-two { width:255px; height:255px; left:40%; top:33%; border-color:var(--blue); }.logo-halo { position:absolute; z-index:1; width:min(70%, 325px); aspect-ratio:1; left:50%; top:47%; border-radius:50%; transform:translate(-50%, -50%); background:radial-gradient(circle, #fff 0%, #fffdf4 42%, #fffdf480 66%, transparent 76%); box-shadow:0 0 45px #fff9, 0 18px 35px #07552f1f; }.hero-logo { position:absolute; z-index:3; width:min(62%, 285px); height:min(62%, 285px); object-fit:contain; left:50%; top:47%; transform:translate(-50%, -50%) rotate(-4deg); filter:drop-shadow(0 18px 14px #07552f29); }.art-orbit { position:absolute; z-index:2; inset:-3%; width:106%; height:106%; fill:none; stroke:var(--green); stroke-width:2; opacity:.8; transform:rotate(-13deg); }.art-orbit path { fill:var(--blue); stroke:none; }.art-label { position:absolute; z-index:4; right:14%; bottom:19%; color:var(--blue); text-transform:uppercase; font-size:10px; letter-spacing:.15em; line-height:1.7; transform:rotate(-4deg); }.art-label strong { font-size:14px; }
.hero-line { display:flex; gap:45px; padding-top:25px; border-top:1px solid var(--line); color:#8a9690; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }.line-arrow { margin-left:auto; color:var(--green); font-size:18px; line-height:.5; }
.intro-section { padding:140px 0 150px; }.intro-grid { display:grid; grid-template-columns:240px 1fr; gap:75px; }.section-kicker { margin:7px 0 0; }.intro-section h2,.people-section h2 { margin:0; font:600 clamp(40px,5.2vw,70px)/1.03 "Space Grotesk"; letter-spacing:-.07em; }.intro-section h2 span,.people-section h2 span { color:var(--green); }.intro-lead { max-width:600px; margin:30px 0 55px; color:var(--muted); font-size:21px; line-height:1.55; }.feature-row { display:grid; grid-template-columns:1fr 1fr; gap:30px; max-width:670px; border-top:1px solid var(--line); padding-top:30px; }.feature-icon { color:var(--blue); font-size:29px; }.feature-icon.green { color:var(--green); }.feature-card h3 { font:600 18px "Space Grotesk"; margin:16px 0 8px; }.feature-card p { margin:0; color:var(--muted); font-size:15px; line-height:1.6; }
.community-section { padding:105px 0; background:var(--green); color:white; }.community-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }.section-kicker.light { color:var(--yellow); }.community-section h2 { max-width:560px; margin:25px 0; font:600 clamp(39px,4.8vw,65px)/1.05 "Space Grotesk"; letter-spacing:-.07em; }.community-section h2 em { color:var(--yellow); }.community-copy { max-width:430px; color:#c7e0ce; font-size:18px; line-height:1.6; }.channel-list { display:flex; flex-direction:column; gap:16px; }.channel-card { display:grid; grid-template-columns:48px 1fr auto; gap:16px; align-items:center; padding:25px; border-radius:7px; color:var(--ink); background:var(--yellow); transition:transform .2s; }.channel-card:hover { transform:translateX(6px); }.channel-card.discord { background:#e5ece8; }.channel-icon { display:grid; place-items:center; width:43px; height:43px; border-radius:50%; background:white; color:var(--blue); font-size:20px; }.channel-icon svg { width:22px; height:22px; fill:currentColor; }.discord .channel-icon { color:var(--green); }.channel-card strong,.channel-card small { display:block; }.channel-card strong { font:700 20px "Space Grotesk"; }.channel-card small { margin-top:3px; color:#66716d; font-size:14px; }.card-arrow { font-size:23px; color:var(--green); }
.raffle-section { padding:65px 0; background:var(--blue); color:white; }.raffle-inner { display:grid; grid-template-columns:82px 1fr auto; gap:30px; align-items:center; }.raffle-icon { display:grid; place-items:center; width:82px; height:82px; border-radius:50%; background:var(--yellow); color:var(--ink); }.raffle-icon svg { width:42px; height:42px; fill:currentColor; }.raffle-copy h2 { margin:15px 0 12px; font:600 clamp(34px,4vw,54px)/1.02 "Space Grotesk"; letter-spacing:-.07em; }.raffle-copy h2 em { color:var(--yellow); font-style:normal; }.raffle-copy p:last-child { max-width:570px; margin:0; color:#d3e3f1; font-size:16px; line-height:1.55; }.button-light { background:white; color:var(--blue); white-space:nowrap; }.button-light span { color:var(--green); font-size:20px; line-height:0; }
.people-section { padding:140px 0; }.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:60px; }.heading-note { max-width:260px; margin:0 0 8px; color:var(--muted); font-size:15px; line-height:1.55; }.people-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }.person-card { display:flex; align-items:center; min-height:150px; gap:22px; padding:22px 25px; border-radius:6px; position:relative; overflow:hidden; }.person-yellow { background:var(--yellow); }.person-green { background:#a7d1b5; }.person-blue { background:#b5d2eb; }.person-dark { background:var(--ink); color:white; }.avatar { display:grid; place-items:center; width:83px; height:83px; border-radius:50%; color:white; position:relative; }.avatar svg { width:43px; height:43px; fill:currentColor; }.avatar-ferox { background:var(--green); }.avatar-dionata { background:var(--blue); }.avatar-leonardo { background:var(--green); }.avatar-lucioano { background:#d2b23d; }.person-card h3 { max-width:205px; margin:0 0 6px; font:600 18px/1.15 "Space Grotesk"; }.person-card p { margin:0; font-size:13px; opacity:.7; }.person-number { position:absolute; top:17px; right:22px; font-size:11px; opacity:.45; }
.final-cta { padding:92px 0; background:var(--yellow); }.final-cta-inner { display:flex; justify-content:space-between; align-items:center; }.final-cta h2 { margin:18px 0 0; font:600 clamp(42px,5vw,70px)/.98 "Space Grotesk"; letter-spacing:-.07em; }.button-dark { background:var(--ink); color:white; }.button-dark span { color:var(--yellow); }.site-footer { padding:30px 0; background:var(--paper); }.footer-inner { gap:30px; }.site-footer p,.site-footer>div>span:last-child { margin:0; color:#85908b; font-size:13px; }.site-footer>div>span:last-child { margin-left:auto; }
@media (max-width:760px) { .container { width:min(100% - 36px, 560px); }.site-header { padding:18px 0; }.menu-toggle { display:block; }.main-nav { display:none; position:absolute; top:70px; left:18px; right:18px; padding:18px; flex-direction:column; align-items:stretch; gap:18px; background:white; border:1px solid var(--line); border-radius:8px; box-shadow:0 10px 25px #00000012; }.main-nav.open { display:flex; }.nav-cta { text-align:center; }.hero { padding-top:28px; }.hero-grid,.intro-grid,.community-grid { grid-template-columns:1fr; gap:45px; }.hero h1 { font-size:58px; }.hero-art { min-height:310px; }.hero-logo { width:64%; height:64%; }.art-ring { width:350px; height:350px; }.art-label { right:11%; bottom:14%; }.hero-line { gap:18px; justify-content:space-between; }.hero-line span:nth-child(2) { display:none; }.intro-section,.people-section { padding:90px 0; }.intro-grid { gap:30px; }.feature-row,.people-grid { grid-template-columns:1fr; }.community-section { padding:80px 0; }.community-grid { gap:25px; }.raffle-section { padding:50px 0; }.raffle-inner { grid-template-columns:1fr; gap:22px; }.raffle-icon { width:64px; height:64px; }.raffle-icon svg { width:34px; height:34px; }.raffle-copy h2 { font-size:42px; }.button-light { width:max-content; }.section-heading,.final-cta-inner { display:block; }.heading-note { margin-top:28px; }.people-grid { gap:12px; }.person-card { min-height:125px; }.final-cta .button { margin-top:35px; }.footer-inner { flex-wrap:wrap; }.site-footer p { order:3; width:100%; }.site-footer>div>span:last-child { margin-left:0; } }
