@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#07150e;--panel:#0e2418;--panel2:#143521;--green:#68aa57;--green2:#93d56f;--text:#f5f7f3;--muted:#a9b8ad;--line:#224530}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}
a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:50;height:78px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:30px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(7,21,14,.86);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand img{width:44px;height:44px;border-radius:14px}.brand strong{display:block;font-size:12px;letter-spacing:.04em}.brand span{display:block;color:var(--muted);font-size:8px;letter-spacing:.13em;margin-top:3px}
.nav nav{display:flex;gap:26px}.nav nav a{font-size:13px;color:#c5d0c7}.nav nav a:hover{color:white}.login-link{font-size:12px;font-weight:800;border:1px solid var(--line);padding:10px 13px;border-radius:12px}
main{overflow:hidden}.hero{min-height:680px;max-width:1180px;margin:auto;padding:92px 24px 70px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:60px}
.eyebrow{font-size:11px;font-weight:900;letter-spacing:.17em;color:var(--green2)}h1{font-size:68px;line-height:.98;letter-spacing:-.055em;margin:16px 0 20px;max-width:800px}h2{font-size:42px;line-height:1.05;letter-spacing:-.04em;margin:10px 0}p{color:var(--muted);line-height:1.7}
.hero-copy>p{font-size:17px;max-width:650px}.actions{display:flex;gap:10px;margin:30px 0}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:13px;font-size:13px;font-weight:800}.primary{background:var(--green2);color:#08150d}.secondary{border:1px solid var(--line);background:#0b1d14}
.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{font-size:11px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#c7d3c9}.hero-art{height:440px;position:relative;display:grid;place-items:center}.hero-art img{width:270px;height:270px;border-radius:50%;position:relative;z-index:2;box-shadow:0 30px 90px #000}.ring{position:absolute;border:1px solid rgba(105,171,88,.36);border-radius:50%}.ring-1{width:360px;height:360px}.ring-2{width:460px;height:460px;opacity:.5}
.section{max-width:1180px;margin:auto;padding:90px 24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px;border-top:1px solid var(--line)}.copy p{margin-top:0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.text-link{color:var(--green2);font-size:13px;font-weight:800}
.schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.schedule-card{border:1px solid var(--line);background:linear-gradient(145deg,#0e2519,#0a1b12);padding:22px;border-radius:18px}.schedule-card strong{font-size:24px;display:block;margin:7px 0}.schedule-card p{font-size:13px;margin:0}.day{color:var(--green2);font-size:11px;font-weight:900;letter-spacing:.14em}
.band{max-width:1180px;margin:20px auto;padding:45px;border-radius:28px;background:linear-gradient(135deg,#183f29,#0d2117);border:1px solid #28533a;display:grid;grid-template-columns:1.4fr 1fr auto;gap:35px;align-items:center}.band p{margin:0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery article{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--panel)}.gallery-art{aspect-ratio:1.25;background:linear-gradient(145deg,#1c4a2e,#0b1d13);position:relative}.gallery-art:after{content:"OG";position:absolute;right:18px;bottom:12px;font-weight:900;font-size:54px;color:rgba(255,255,255,.06)}.g2{background:linear-gradient(30deg,#10291c,#295438)}.g3{background:radial-gradient(circle at 25% 25%,#365e3f,#0a1e13 65%)}.gallery article span{display:block;padding:16px;font-weight:800}
.cta{text-align:center;padding:110px 24px 120px;background:radial-gradient(circle at 50% 45%,rgba(77,139,76,.2),transparent 38%)}.cta img{width:82px;height:82px;border-radius:24px;margin-bottom:16px}.cta h2{font-size:52px}.cta p{margin:14px auto 24px;max-width:560px}.cta .primary{margin-bottom:14px}.insta{display:block;color:var(--muted);font-size:12px}
footer{max-width:1180px;margin:auto;padding:28px 24px 45px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}footer strong{display:block;color:white}footer span{font-size:10px}.footer-links{display:flex;gap:18px}
@media(max-width:850px){.nav nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-art{height:280px}.hero-art img{width:190px;height:190px}.ring-1{width:250px;height:250px}.ring-2{width:310px;height:310px}h1{font-size:48px}.split{grid-template-columns:1fr;gap:24px}.schedule-grid,.gallery{grid-template-columns:1fr}.band{margin:15px;padding:28px;grid-template-columns:1fr}.section{padding:70px 18px}.cta h2{font-size:40px}}
@media(max-width:520px){.nav{padding:0 14px}.brand div{display:none}.hero{padding-left:18px;padding-right:18px}.hero-art{display:none}h1{font-size:43px}.actions{flex-direction:column;align-items:stretch}.primary,.secondary{width:100%}.section-head{align-items:flex-start;flex-direction:column}.cta{padding:90px 18px}.footer-links{flex-direction:column;gap:8px;text-align:right}}