:root { --ink:#f5f7fb; --muted:#9aa5b5; --night:#070a0f; --panel:#0e131b; --line:rgba(255,255,255,.1); --orange:#ff641f; --blue:#087be8; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--night); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
main { min-height:100vh; overflow:hidden; }
.site-header { height:84px; max-width:1240px; margin:0 auto; padding:0 28px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand img { width:250px; height:auto; display:block; }
nav { display:flex; gap:34px; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:#c2c9d3; }
nav a { transition:color .2s ease; } nav a:hover { color:white; }
.hero { min-height:670px; max-width:1240px; margin:0 auto; padding:100px 28px 82px; display:grid; grid-template-columns:1.15fr .85fr; align-items:center; position:relative; }
.hero-grid { position:absolute; inset:0 -40vw; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:56px 56px; mask-image:radial-gradient(circle at 68% 42%,black,transparent 62%); pointer-events:none; }
.hero-copy { position:relative; z-index:1; }
.kicker,.section-number { color:#94a0b0; text-transform:uppercase; letter-spacing:.16em; font-size:12px; font-weight:700; }
.kicker span,.live-pill span,.hero-mark p span { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--orange); margin-right:10px; box-shadow:0 0 18px var(--orange); }
h1 { font-size:clamp(58px,7vw,104px); line-height:.92; letter-spacing:-.065em; margin:28px 0; max-width:820px; }
.gradient-text { display:block; background:linear-gradient(100deg,var(--orange),#ff8a27 42%,var(--blue)); color:transparent; background-clip:text; }
.hero-lede { max-width:650px; color:#aab3bf; font-size:18px; line-height:1.75; }
.hero-actions { display:flex; gap:14px; margin-top:38px; }
.button { padding:15px 21px; border:1px solid var(--line); border-radius:8px; font-weight:700; font-size:14px; transition:transform .2s,border-color .2s,background .2s; }
.button:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.3); }
.button-primary { background:linear-gradient(110deg,#f65519,#ff762c); border-color:transparent; }
.button-quiet span { color:var(--blue); margin-left:8px; }
.hero-mark { width:min(100%,470px); aspect-ratio:1; justify-self:end; position:relative; display:grid; place-items:center; }
.hero-mark img { width:92%; position:relative; z-index:1; filter:drop-shadow(0 20px 50px rgba(0,86,190,.22)); }
.mark-glow { position:absolute; width:75%; height:75%; border-radius:50%; background:radial-gradient(circle,rgba(8,123,232,.2),rgba(255,100,31,.08) 40%,transparent 70%); filter:blur(20px); }
.hero-mark p { position:absolute; bottom:0; right:9%; font:700 10px ui-monospace,monospace; letter-spacing:.14em; color:#7f8a98; text-transform:uppercase; }
.hero-mark p span { background:#20d889; box-shadow:0 0 14px #20d889; width:6px; height:6px; margin-right:7px; }
.trust-strip { border-block:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); }
.trust-strip p { margin:0; padding:20px; text-align:center; color:#808b9a; font-size:11px; letter-spacing:.14em; text-transform:uppercase; border-right:1px solid var(--line); }
.trust-strip p:last-child { border:0; }
.section { max-width:1184px; margin:0 auto; padding:130px 0; }
.about { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.section-heading h2,.contact h2 { font-size:clamp(40px,5vw,66px); line-height:1.06; letter-spacing:-.045em; margin:25px 0 0; }
.about-copy { padding-top:40px; }
.about-copy p { color:#aab3bf; font-size:17px; line-height:1.8; margin:0 0 26px; }
.minecraft { border-top:1px solid var(--line); }
.project-card { min-height:560px; border:1px solid var(--line); border-radius:24px; background:linear-gradient(135deg,#101722,#0b0f15); overflow:hidden; display:grid; grid-template-columns:1fr 1fr; }
.project-content { padding:64px; position:relative; z-index:2; }
.live-pill { display:inline-block; margin:46px 0 12px; padding:8px 12px; border:1px solid rgba(32,216,137,.22); border-radius:99px; color:#7fe5b4; font-size:10px; text-transform:uppercase; letter-spacing:.16em; }
.live-pill span { background:#20d889; box-shadow:0 0 12px #20d889; width:5px; height:5px; margin-right:7px; }
.project-content h2 { font-size:clamp(48px,6vw,78px); line-height:1; letter-spacing:-.055em; margin:13px 0 20px; }
.project-description { color:#aab3bf; font-size:17px; line-height:1.7; max-width:540px; }
.tag-row { display:flex; flex-wrap:wrap; gap:8px; margin:28px 0 38px; }
.tag-row span { padding:8px 11px; border:1px solid var(--line); border-radius:6px; color:#b2bcc9; font-size:11px; }
.server-details { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.server-details div { background:rgba(0,0,0,.25); border:1px solid var(--line); padding:15px; border-radius:8px; }
.server-details span,.server-details strong { display:block; }
.server-details span { color:#697585; font-size:10px; text-transform:uppercase; letter-spacing:.12em; margin-bottom:7px; }
.server-details strong { font:600 13px ui-monospace,monospace; color:#d7dde5; }
.project-visual { position:relative; min-height:480px; overflow:hidden; background:radial-gradient(circle at center,rgba(8,123,232,.13),transparent 58%); }
.project-visual::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:40px 40px; transform:perspective(500px) rotateX(62deg) scale(1.7) translateY(18%); }
.block { position:absolute; width:120px; height:120px; background:linear-gradient(145deg,#1a91ff,#084da1); border:1px solid rgba(255,255,255,.2); box-shadow:26px 26px 55px rgba(0,0,0,.45); transform:rotate(30deg) skew(-5deg); }
.block-one { left:22%; top:31%; } .block-two { left:49%; top:47%; width:90px; height:90px; background:linear-gradient(145deg,#ff7c32,#b93305); } .block-three { left:35%; top:65%; width:60px; height:60px; opacity:.55; }
.project-orbit { position:absolute; width:370px; height:220px; left:12%; top:30%; border:3px solid var(--blue); border-top-color:var(--orange); border-radius:50%; transform:rotate(-18deg); filter:drop-shadow(0 0 15px rgba(8,123,232,.35)); }
.orbit-dot { position:absolute; width:15px; height:15px; border-radius:50%; } .orbit-dot-orange { background:var(--orange); right:9%; top:4%; } .orbit-dot-blue { background:var(--blue); left:3%; bottom:18%; }
.world-label { position:absolute; right:34px; bottom:28px; color:#677383; font:700 10px ui-monospace,monospace; letter-spacing:.15em; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:18px; gap:18px; }
.feature-grid article { border:1px solid var(--line); border-radius:16px; padding:30px; background:#0b0f15; }
.feature-icon { display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(8,123,232,.28); color:#42a1fb; border-radius:8px; }
.feature-grid h3 { margin:24px 0 10px; font-size:18px; } .feature-grid p { color:#8f9aaa; line-height:1.65; margin:0; font-size:14px; }
.contact { text-align:center; border-top:1px solid var(--line); }
.contact h2 { max-width:850px; margin:25px auto 44px; }
.contact a { display:inline-block; font-size:clamp(18px,3vw,28px); padding-bottom:8px; border-bottom:1px solid var(--blue); }
.contact a span { color:var(--orange); }
footer { max-width:1240px; margin:0 auto; border-top:1px solid var(--line); padding:40px 28px; display:grid; grid-template-columns:1fr auto; gap:12px 30px; align-items:center; color:#6e7988; font-size:11px; }
footer img { width:180px; } footer p { margin:0; } .legal-note { grid-column:1/-1; }
@media (max-width:900px) { .hero { grid-template-columns:1fr; padding-top:75px; } .hero-mark { width:360px; justify-self:center; margin-top:40px; } .about,.project-card { grid-template-columns:1fr; } .about { gap:30px; } .project-visual { min-height:420px; } .feature-grid { grid-template-columns:1fr; } .section { padding:90px 28px; } }
@media (max-width:620px) { .site-header { height:72px; } .brand img { width:190px; } nav { display:none; } .hero { padding:65px 22px 60px; min-height:auto; } h1 { font-size:54px; } .hero-lede { font-size:16px; } .hero-actions { flex-direction:column; align-items:stretch; } .button { text-align:center; } .hero-mark { width:290px; } .trust-strip { grid-template-columns:1fr 1fr; } .trust-strip p:nth-child(2) { border-right:0; } .trust-strip p:nth-child(-n+2) { border-bottom:1px solid var(--line); } .project-content { padding:38px 25px; } .project-visual { min-height:330px; } .project-orbit { width:280px; height:165px; left:4%; } .server-details { grid-template-columns:1fr; } .section-heading h2,.contact h2 { font-size:42px; } footer { grid-template-columns:1fr; } }
@media (prefers-reduced-motion:no-preference) { .hero-mark img { animation:float 6s ease-in-out infinite; } @keyframes float { 50% { transform:translateY(-8px); } } }
