:root {
  --rust: #e6532f;
  --rust-light: #ff7650;
  --ink: #090b0a;
  --panel: #111412;
  --panel-2: #171b18;
  --line: rgba(255,255,255,.1);
  --text: #f0eee8;
  --muted: #9a9f99;
  --green: #79d477;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: Inter, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .045; 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='.75'/%3E%3C/svg%3E"); }
.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(9,11,10,.82); backdrop-filter: blur(16px); position: fixed; inset: 0 0 auto; z-index: 15; }
.brand { display: flex; align-items: center; gap: 11px; font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-weight: 800; letter-spacing: .6px; }
.brand > span:last-child span { color: var(--rust); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--rust); color: white; transform: skew(-7deg); font-size: 18px; box-shadow: 5px 5px 0 rgba(230,83,47,.18); }
nav { display: flex; align-items: center; gap: 34px; color: #bec1bc; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
nav a:hover { color: white; }
.nav-cta { border: 1px solid var(--rust); color: white; padding: 11px 16px; }
.menu-toggle { display: none; border: 0; background: none; color: white; font-size: 25px; }
.hero { min-height: 760px; height: 100vh; max-height: 980px; position: relative; display: grid; grid-template-columns: 54% 46%; align-items: center; padding: 110px clamp(22px, 7vw, 118px) 55px; overflow: hidden; background: radial-gradient(circle at 77% 44%, rgba(230,83,47,.13), transparent 31%), linear-gradient(110deg, #0a0d0b 56%, #121613); }
.hero::before { content: "LIFE4GAMING"; position: absolute; left: -18px; bottom: 5%; font-family: "Barlow Condensed"; font-weight: 800; font-size: clamp(90px, 14vw, 230px); color: rgba(255,255,255,.018); white-space: nowrap; }
.hero-glow { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(230,83,47,.15); border-radius: 50%; left: 18%; top: 29%; box-shadow: 0 0 100px rgba(230,83,47,.1); }
.hero-content { position: relative; z-index: 3; max-width: 760px; }
.eyebrow { color: #b7bbb4; font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 31px; height: 3px; display: inline-block; background: var(--rust); }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; margin: 0; text-transform: uppercase; line-height: .9; }
h1 { font-size: clamp(68px, 8vw, 132px); letter-spacing: -2px; margin: 22px 0 28px; }
h1 em, h2 em { color: var(--rust); font-style: normal; }
.hero-copy { max-width: 610px; line-height: 1.7; color: var(--muted); font-size: clamp(15px, 1.3vw, 18px); }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; text-transform: uppercase; font-family: "Barlow Condensed"; letter-spacing: 1.4px; font-weight: 800; transition: .25s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-3px); }
.primary { background: var(--rust); box-shadow: 6px 6px 0 rgba(230,83,47,.18); }
.primary:hover { background: var(--rust-light); box-shadow: 9px 9px 0 rgba(230,83,47,.12); }
.secondary { border-color: rgba(255,255,255,.25); }
.secondary:hover { border-color: white; }
.quick-stats { display: flex; margin-top: 52px; gap: 42px; }
.quick-stats div { display: flex; flex-direction: column; border-left: 2px solid var(--rust); padding-left: 12px; }
.quick-stats strong { font-family: "Barlow Condensed"; font-size: 23px; }
.quick-stats span { color: #777d77; font-size: 11px; text-transform: uppercase; margin-top: 3px; }
.hero-art { position: relative; height: 75%; min-height: 480px; filter: drop-shadow(-25px 5px 50px rgba(0,0,0,.6)); }
.sun { position: absolute; width: 360px; height: 360px; background: radial-gradient(circle, #f27b48, #be391c 58%, rgba(135,29,9,.4) 70%, transparent 71%); border-radius: 50%; top: 11%; left: 10%; opacity: .82; box-shadow: 0 0 80px rgba(230,83,47,.18); }
.horizon { position: absolute; height: 37%; inset: auto -100px 0 -70px; background: linear-gradient(155deg, transparent 24%, #080a09 25% 31%, transparent 32%), linear-gradient(28deg, transparent 37%, #0b0e0c 38% 49%, transparent 50%), linear-gradient(170deg, transparent 22%, #131713 23% 47%, #080a09 48%); clip-path: polygon(0 52%, 17% 35%, 32% 47%, 45% 22%, 58% 39%, 75% 14%, 100% 43%, 100% 100%, 0 100%); }
.tower { position: absolute; bottom: 25%; background: #090b0a; z-index: 2; }
.tower-one { width: 74px; height: 270px; left: 48%; clip-path: polygon(21% 0, 79% 0, 64% 13%, 91% 100%, 9% 100%, 34% 13%); }
.tower-one::after { content: ""; position: absolute; inset: 20px 19px 30px; background: repeating-linear-gradient(135deg, transparent 0 19px, #252b25 20px 24px); }
.tower-two { width: 18px; height: 185px; left: 32%; }
.tower-two::before { content: ""; position: absolute; width: 100px; height: 7px; background: #090b0a; left: -41px; top: 20px; transform: rotate(-10deg); }
.hazard { position: absolute; z-index: 5; bottom: 18%; right: 2%; border: 4px solid #171410; background: #d7ae48; color: #191611; padding: 10px 23px; transform: rotate(-6deg); font: 800 30px/0.8 "Barlow Condensed"; text-align: center; box-shadow: 10px 12px 0 rgba(0,0,0,.35); }
.section { padding: 105px clamp(22px, 7vw, 118px); }
.section-heading { max-width: 760px; }
.section-heading h2, .community-banner h2 { font-size: clamp(54px, 6vw, 90px); margin-top: 18px; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.server-section { background: #0d100e; }
.server-card { margin-top: 48px; display: grid; grid-template-columns: 1.35fr .8fr; border: 1px solid var(--line); background: linear-gradient(120deg, #171b18, #101310); position: relative; overflow: hidden; }
.server-card::after { content: "PVE"; position: absolute; left: 2%; bottom: -55px; font: 800 190px "Barlow Condensed"; color: rgba(255,255,255,.018); }
.status-strip { position: absolute; top: 0; right: 0; background: rgba(121,212,119,.1); color: var(--green); padding: 10px 17px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); display: inline-block; margin-right: 7px; box-shadow: 0 0 12px var(--green); }
.server-info { padding: clamp(38px, 5vw, 72px); position: relative; z-index: 1; }
.kicker { color: var(--rust); font-size: 11px; letter-spacing: 2px; font-weight: 700; }
.server-info h3 { font-size: clamp(39px, 4vw, 65px); margin: 13px 0 18px; }
.tags { font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: 1px; }
.tags b { color: var(--rust); margin: 0 5px; }
.server-info > p:last-child { color: var(--muted); line-height: 1.65; max-width: 650px; }
.connect-box { border-left: 1px solid var(--line); padding: clamp(38px, 5vw, 65px); display: flex; flex-direction: column; justify-content: center; background: rgba(0,0,0,.14); z-index: 2; }
.connect-box > span { color: #737a73; font-size: 10px; font-weight: 700; letter-spacing: 2px; }
.connect-box code { font: 700 clamp(19px, 2vw, 28px) "Barlow Condensed"; margin: 12px 0 20px; color: white; }
.copy-button, .steam-button { border: 0; cursor: pointer; background: var(--rust); color: white; padding: 14px; font: 800 15px "Barlow Condensed"; letter-spacing: 1.3px; text-align: center; }
.steam-button { margin-top: 9px; background: transparent; border: 1px solid var(--line); }
.copy-button:hover { background: var(--rust-light); }
.steam-button:hover { border-color: white; }
.apps-section { background: linear-gradient(180deg, #0a0c0b, #111411); }
.apps-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.app-card { position: relative; min-height: 320px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, #181c19, #101210); display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease; overflow: hidden; }
.app-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--accent); filter: blur(80px); opacity: .14; top: -70px; right: -60px; }
.app-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--accent), white 15%); }
.app-icon { width: 78px; height: 78px; border-radius: 19px; object-fit: cover; background: #222; box-shadow: 0 13px 30px rgba(0,0,0,.35); position: relative; z-index: 2; }
.app-platform { margin: 25px 0 9px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: 2px; }
.app-card h3 { font-size: 30px; line-height: 1; }
.app-card p { color: var(--muted); line-height: 1.55; font-size: 13px; flex: 1; }
.app-link { font: 800 14px "Barlow Condensed"; letter-spacing: 1.2px; }
.app-link span { color: var(--accent); }
.community-banner { margin: 0 clamp(22px, 7vw, 118px) 105px; padding: clamp(42px, 6vw, 78px); background: linear-gradient(100deg, rgba(230,83,47,.12), transparent), #171a17; border: 1px solid rgba(230,83,47,.28); display: flex; justify-content: space-between; align-items: center; gap: 35px; position: relative; overflow: hidden; }
.community-banner::after { content: "L4G"; position: absolute; right: 18%; bottom: -76px; font: 800 210px "Barlow Condensed"; color: rgba(255,255,255,.025); }
.community-banner > * { position: relative; z-index: 2; }
footer { min-height: 150px; padding: 35px clamp(22px, 7vw, 118px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #737873; font-size: 11px; }
footer > div { display: flex; gap: 25px; text-transform: uppercase; letter-spacing: 1px; }
footer a:hover { color: white; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 120px); background: #eef0ec; color: #121412; padding: 13px 22px; z-index: 30; font-weight: 700; font-size: 13px; transition: transform .35s ease; box-shadow: 0 15px 50px rgba(0,0,0,.4); }
.toast.show { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(20px); transition: .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; height: auto; min-height: 850px; }
  .hero-art { position: absolute; right: -16%; width: 60%; height: 70%; bottom: 0; opacity: .36; }
  .hero-content { max-width: 720px; }
  .apps-grid { grid-template-columns: repeat(2, 1fr); }
  .server-card { grid-template-columns: 1fr; }
  .connect-box { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 700px) {
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 28px; background: #0e110f; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: block; }
  h1 { font-size: clamp(61px, 20vw, 88px); }
  .hero { min-height: 820px; padding-bottom: 60px; }
  .hero-art { width: 95%; right: -45%; }
  .quick-stats { gap: 18px; flex-wrap: wrap; }
  .quick-stats span { display: none; }
  .apps-grid { grid-template-columns: 1fr; }
  .app-card { min-height: 285px; }
  .community-banner { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; text-align: center; gap: 25px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
