:root {
  --bg: #020713;
  --bg-soft: #071528;
  --surface: rgba(10, 31, 57, 0.62);
  --surface-strong: rgba(9, 26, 48, 0.9);
  --line: rgba(141, 207, 255, 0.15);
  --line-bright: rgba(151, 218, 255, 0.42);
  --text: #f6fbff;
  --muted: #9eb3c7;
  --blue: #62bfff;
  --blue-2: #b9e6ff;
  --cyan: #7ee8ff;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  --container: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -20%, rgba(46, 128, 196, 0.24), transparent 38%),
    linear-gradient(180deg, #020713 0%, #041021 48%, #020713 100%);
  color: var(--text);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
::selection { color: #03101f; background: #9cddff; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
#snow { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 40; pointer-events: none; opacity: .68; }
.page-glow { position: fixed; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(90px); opacity: .11; pointer-events: none; }
.page-glow--one { top: 25%; right: -220px; background: #4caeff; }
.page-glow--two { top: 62%; left: -240px; background: #5ce8ff; }

.loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-content: center; justify-items: center; background: #020713; transition: opacity .65s ease, visibility .65s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader img { width: 150px; filter: drop-shadow(0 0 32px rgba(92, 190, 255, .42)); animation: loaderFloat 2s ease-in-out infinite; }
.loader__bar { width: 180px; height: 3px; margin-top: 18px; overflow: hidden; border-radius: 30px; background: rgba(255,255,255,.08); }
.loader__bar span { display: block; width: 45%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, transparent, var(--blue), transparent); animation: loaderBar 1.15s ease-in-out infinite; }
@keyframes loaderFloat { 50% { transform: translateY(-8px); } }
@keyframes loaderBar { from { transform: translateX(220%); } to { transform: translateX(-220%); } }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; transition: .3s ease; }
.site-header::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); opacity: 0; transition: .3s; }
.site-header.scrolled { background: rgba(2, 10, 22, .76); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.site-header.scrolled::after { opacity: 1; }
.nav-wrap { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 11px; margin-left: auto; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(93, 193, 255, .28)); }
.brand span { display: grid; line-height: 1.1; direction: ltr; text-align: left; }
.brand strong { font-size: .92rem; letter-spacing: .14em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .64rem; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: #b7c8d7; font-size: .9rem; font-weight: 600; transition: .25s; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -11px; width: 0; height: 2px; border-radius: 4px; background: linear-gradient(90deg, var(--cyan), var(--blue)); box-shadow: 0 0 12px var(--blue); transition: .25s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-discord { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); font-size: .85rem; font-weight: 700; transition: .25s; }
.header-discord svg { width: 19px; fill: #c9edff; }
.header-discord:hover { border-color: var(--line-bright); background: rgba(96, 184, 255, .12); transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: #dff5ff; transition: .25s; }

.hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; padding: 150px 0 110px; }
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__banner { position: absolute; inset: -4%; background-image: url("../images/holly-banner.png"); background-position: center top 95px; background-size: min(1200px, 95vw) auto; background-repeat: no-repeat; opacity: .34; filter: saturate(.8) contrast(1.18); transform: scale(1.07); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,19,.98) 0%, rgba(2,7,19,.84) 43%, rgba(2,7,19,.35) 73%, rgba(2,7,19,.88) 100%), linear-gradient(180deg, rgba(2,7,19,.35), #020713 94%); }
.hero__grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(126,216,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(126,216,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #a8dbfa; font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow i { position: relative; width: 28px; height: 1px; background: var(--blue); box-shadow: 0 0 9px var(--blue); }
.eyebrow i::after { content: ""; position: absolute; right: -4px; top: -3px; width: 7px; height: 7px; border: 1px solid var(--cyan); transform: rotate(45deg); }
.hero h1 { max-width: 750px; margin: 22px 0 20px; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: 1.08; letter-spacing: -.04em; }
.hero h1 span { display: block; margin-top: 8px; color: transparent; background: linear-gradient(135deg, #fff 10%, #8fd3ff 50%, #e7f8ff 84%); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 38px rgba(76, 174, 255, .16); }
.hero__copy > p { max-width: 660px; margin: 0; color: #afc2d3; font-size: 1.05rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; color: white; cursor: pointer; font-weight: 800; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.btn svg { width: 20px; fill: currentColor; }
.btn:hover { transform: translateY(-3px); }
.btn--primary { color: #03101d; background: linear-gradient(135deg, #d5f3ff, #69bdff 60%, #8be9ff); box-shadow: 0 15px 40px rgba(74, 168, 241, .24), inset 0 1px rgba(255,255,255,.7); }
.btn--primary:hover { box-shadow: 0 20px 48px rgba(74, 168, 241, .34), inset 0 1px rgba(255,255,255,.7); }
.btn--glass { border-color: var(--line); background: rgba(10, 29, 50, .65); backdrop-filter: blur(12px); }
.btn--glass:hover { border-color: var(--line-bright); background: rgba(40, 105, 154, .25); }
.btn--large { min-width: 220px; min-height: 58px; }
.hero__mini-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 43px; }
.hero__mini-stats div { min-width: 145px; padding: 0 22px; border-right: 1px solid var(--line); }
.hero__mini-stats div:first-child { padding-right: 0; border-right: 0; }
.hero__mini-stats strong { display: block; font-size: 1.3rem; letter-spacing: .03em; }
.hero__mini-stats span { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; }
.online-dot-text { color: #8fe4b5; font-size: 1rem !important; }
.online-dot-text.offline { color: #ff9d9d; }

.hero__visual { display: grid; place-items: center; min-height: 530px; }
.logo-orbit { position: relative; width: min(470px, 42vw); aspect-ratio: 1; display: grid; place-items: center; }
.logo-card { position: relative; z-index: 3; width: 73%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; }
.logo-card::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(176, 226, 255, .3); border-radius: 50%; box-shadow: inset 0 0 40px rgba(79, 175, 242, .12), 0 0 60px rgba(79, 175, 242, .2); }
.logo-card::after { content: ""; position: absolute; inset: 17%; z-index: -1; border-radius: 50%; background: rgba(71, 170, 238, .2); filter: blur(30px); }
.logo-card img { width: 110%; max-width: none; filter: drop-shadow(0 24px 35px rgba(0,0,0,.45)); animation: logoFloat 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(121, 201, 252, .22); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #bdeaff; box-shadow: 0 0 13px #7dcfff; }
.orbit--one { inset: 4%; animation: spin 18s linear infinite; }
.orbit--one::before { top: 14%; left: 12%; }
.orbit--one::after { right: 7%; bottom: 24%; }
.orbit--two { inset: 13%; border-style: dashed; animation: spinReverse 24s linear infinite; }
.orbit--two::before { top: 8%; right: 28%; }
.orbit--two::after { left: 4%; bottom: 31%; }
.orbit--three { inset: 27%; opacity: .6; animation: pulseRing 3.4s ease-in-out infinite; }
.ice-shard { position: absolute; z-index: 2; width: 24px; height: 70px; clip-path: polygon(50% 0, 100% 78%, 56% 100%, 0 77%); background: linear-gradient(130deg, rgba(255,255,255,.88), rgba(83,185,251,.18)); filter: drop-shadow(0 0 12px rgba(112, 204, 255, .4)); }
.shard--one { top: 7%; right: 22%; transform: rotate(26deg); }
.shard--two { bottom: 10%; left: 17%; height: 48px; transform: rotate(-37deg); }
.shard--three { top: 34%; left: 1%; height: 38px; transform: rotate(-65deg); }
@keyframes logoFloat { 50% { transform: translateY(-12px) scale(1.012); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes pulseRing { 50% { transform: scale(1.07); opacity: .22; } }
.scroll-cue { position: absolute; z-index: 2; bottom: 34px; left: 50%; display: grid; justify-items: center; gap: 8px; transform: translateX(-50%); color: #839cb1; font-size: .68rem; letter-spacing: .1em; }
.scroll-cue i { width: 22px; height: 34px; border: 1px solid rgba(159, 213, 246, .35); border-radius: 20px; }
.scroll-cue i::after { content: ""; display: block; width: 3px; height: 7px; margin: 6px auto; border-radius: 4px; background: var(--cyan); animation: scrollDot 1.5s ease infinite; }
@keyframes scrollDot { to { transform: translateY(12px); opacity: 0; } }

.server-strip { position: relative; z-index: 5; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(6, 22, 41, .7); backdrop-filter: blur(14px); }
.server-strip__inner { min-height: 112px; display: grid; grid-template-columns: 1fr 1.2fr 1.4fr auto; align-items: center; gap: 34px; }
.server-strip__status, .server-strip__address { display: flex; align-items: center; gap: 13px; }
.server-strip small, .server-strip span { color: var(--muted); font-size: .72rem; }
.server-strip strong { display: block; font-size: .92rem; }
.pulse-dot { position: relative; width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: #8ae7b1; box-shadow: 0 0 15px rgba(98, 239, 157, .6); }
.pulse-dot::after { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(138,231,177,.35); border-radius: inherit; animation: statusPulse 1.7s ease-out infinite; }
.pulse-dot.offline { background: #ff8686; box-shadow: 0 0 15px rgba(255, 90, 90, .55); }
@keyframes statusPulse { to { transform: scale(1.7); opacity: 0; } }
.server-strip__address { display: grid; gap: 2px; }
.server-strip code { direction: ltr; width: max-content; color: #dff5ff; font-family: Consolas, monospace; font-size: .95rem; }
.server-strip__progress { min-width: 220px; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 8px; }
.progress { height: 5px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.07); }
.progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #59aff4, #a6ebff); box-shadow: 0 0 15px rgba(109, 204, 255, .7); transition: width .7s ease; }
.server-strip__join { padding: 11px 17px; border: 1px solid var(--line-bright); border-radius: 12px; color: #d9f4ff; font-size: .82rem; font-weight: 800; transition: .25s; }
.server-strip__join:hover { background: rgba(89, 175, 244, .16); }

.section { position: relative; padding: 125px 0; }
.section-kicker { color: #75c9ff; }
.section h2 { margin: 14px 0 22px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.18; letter-spacing: -.035em; }
.section h2 span { color: #8ed7ff; }
.section p { color: var(--muted); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-copy > p { max-width: 590px; margin: 0 0 15px; font-size: 1rem; }
.about__numbers { display: flex; gap: 12px; margin-top: 34px; }
.about__numbers div { min-width: 118px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.about__numbers b { display: block; color: #c8edff; font-size: 1.25rem; }
.about__numbers span { color: var(--muted); font-size: .72rem; }
.about__art { position: relative; padding: 32px 0 52px 32px; }
.about__art::before { content: ""; position: absolute; inset: 0 50px 25px 0; border: 1px solid var(--line); border-radius: var(--radius); background-image: radial-gradient(rgba(124, 201, 249, .25) 1px, transparent 1px); background-size: 17px 17px; opacity: .35; }
.banner-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(151, 218, 255, .28); border-radius: 24px; box-shadow: var(--shadow); background: #071425; }
.banner-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,19,.32), transparent 50%, rgba(2,7,19,.24)); pointer-events: none; }
.banner-frame img { width: 100%; min-height: 300px; object-fit: cover; image-rendering: auto; }
.banner-frame__badge { position: absolute; z-index: 2; left: 20px; bottom: 20px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(2, 10, 22, .68); backdrop-filter: blur(12px); direction: ltr; }
.banner-frame__badge span { display: block; color: #a8c5d9; font-size: .62rem; letter-spacing: .25em; }
.banner-frame__badge strong { font-size: .85rem; letter-spacing: .12em; }
.glass-note { position: absolute; z-index: 4; right: -34px; bottom: 0; max-width: 300px; display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line-bright); border-radius: 16px; background: rgba(5, 20, 38, .86); box-shadow: 0 20px 40px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.glass-note__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #d9f7ff; background: rgba(99, 193, 252, .15); }
.glass-note strong { font-size: .9rem; }
.glass-note p { margin: 2px 0 0; font-size: .72rem; line-height: 1.5; }

.features { background: linear-gradient(180deg, transparent, rgba(7, 24, 44, .52), transparent); }
.features::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, #6ac7ff 12%, transparent 12.5%, transparent 87%, #6ac7ff 87.5%, #6ac7ff), linear-gradient(150deg, #6ac7ff 12%, transparent 12.5%, transparent 87%, #6ac7ff 87.5%, #6ac7ff); background-size: 42px 72px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 470px; margin: 0 0 8px; }
.feature-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { position: relative; min-height: 260px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(13, 37, 65, .72), rgba(4, 15, 30, .68)); transition: transform .3s, border-color .3s, box-shadow .3s; }
.feature-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; top: -90px; border-radius: 50%; background: #52baff; filter: blur(55px); opacity: .12; transition: .3s; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(135, 210, 255, .38); box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.feature-card:hover::before { opacity: .24; }
.feature-card__number { position: absolute; left: 22px; top: 18px; color: rgba(159, 215, 249, .18); font: 800 2.4rem/1 Arial, sans-serif; }
.feature-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(137, 211, 255, .2); border-radius: 14px; background: rgba(94, 186, 246, .09); }
.feature-card__icon svg { width: 25px; fill: #aee1ff; }
.feature-card h3 { margin: 0 0 10px; font-size: 1.08rem; }
.feature-card p { margin: 0; font-size: .86rem; }

.community__panel { position: relative; min-height: 410px; overflow: hidden; display: grid; grid-template-columns: 220px 1fr 260px; align-items: center; gap: 45px; padding: 55px; border: 1px solid rgba(130, 205, 249, .24); border-radius: 30px; background: linear-gradient(110deg, rgba(10, 35, 62, .92), rgba(4, 16, 31, .92)); box-shadow: var(--shadow); }
.community__panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 70%, rgba(96, 188, 247, .23), transparent 28%), linear-gradient(90deg, transparent, rgba(114, 210, 255, .035), transparent); }
.community__panel::after { content: "HOLLY"; position: absolute; left: 3%; bottom: -60px; color: rgba(255,255,255,.025); font: 900 10rem/1 Arial, sans-serif; letter-spacing: .03em; }
.community__logo, .community__copy, .community__stats { position: relative; z-index: 2; }
.community__logo img { width: 210px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.38)); }
.community__copy h2 { margin-bottom: 15px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.community__copy p { max-width: 600px; margin-top: 0; }
.community__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.text-link { color: #b8ddf4; font-size: .83rem; font-weight: 700; }
.text-link span { display: inline-block; margin-right: 5px; transition: .2s; }
.text-link:hover span { transform: translateX(-5px); }
.community__stats { display: grid; gap: 10px; }
.community__stats div { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); }
.community__stats strong { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #9edcff; background: rgba(93, 184, 242, .11); font-size: .78rem; }
.community__stats span { color: #c4d5e2; font-size: .82rem; }

.join { min-height: 680px; display: grid; place-items: center; overflow: hidden; padding: 100px 0; }
.join__background { position: absolute; inset: 0; background: linear-gradient(rgba(2,7,19,.82), rgba(2,7,19,.93)), url("../images/holly-banner.png") center/cover no-repeat; filter: saturate(.8); }
.join__background::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(75, 168, 232, .25), transparent 35%); }
.join__content { position: relative; z-index: 2; text-align: center; }
.join__content > img { width: 190px; margin: 0 auto -8px; filter: drop-shadow(0 20px 35px rgba(0,0,0,.45)); }
.join__content h2 { margin-bottom: 13px; }
.join__content p { max-width: 620px; margin: 0 auto; }
.join__buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }

.site-footer { border-top: 1px solid var(--line); background: #020811; }
.footer__inner { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__brand { display: flex; align-items: center; gap: 10px; }
.footer__brand img { width: 52px; }
.footer__brand div { display: grid; direction: ltr; text-align: left; line-height: 1.2; }
.footer__brand strong { font-size: .8rem; letter-spacing: .11em; }
.footer__brand span { margin-top: 5px; color: var(--muted); font-size: .66rem; }
.site-footer p, .footer__links { color: #7f95a8; font-size: .75rem; }
.footer__links { display: flex; gap: 18px; }
.footer__links a:hover { color: #c7ebff; }

.toast { position: fixed; z-index: 500; right: 50%; bottom: 28px; display: flex; align-items: center; gap: 10px; min-width: 230px; padding: 13px 17px; border: 1px solid rgba(127, 218, 171, .28); border-radius: 14px; background: rgba(7, 28, 38, .94); box-shadow: 0 20px 50px rgba(0,0,0,.35); backdrop-filter: blur(14px); transform: translate(50%, 120px); opacity: 0; transition: .35s ease; }
.toast.show { transform: translate(50%, 0); opacity: 1; }
.toast span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #04150d; background: #85e1ae; font-weight: 900; }
.toast p { margin: 0; color: #dff9ea; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .18s; }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay-md { transition-delay: .16s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 0; z-index: -1; display: grid; place-content: center; gap: 25px; text-align: center; background: rgba(2, 8, 19, .97); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .3s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 1.25rem; }
  .nav-toggle { z-index: 2; display: block; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-discord { display: none; }
  .hero { min-height: auto; padding-top: 155px; }
  .hero__content { grid-template-columns: 1fr; gap: 15px; }
  .hero__copy { text-align: center; }
  .hero__copy > p { margin-inline: auto; }
  .hero__actions, .hero__mini-stats { justify-content: center; }
  .hero__visual { min-height: 450px; }
  .logo-orbit { width: min(470px, 72vw); }
  .server-strip__inner { grid-template-columns: 1fr 1fr; padding-block: 25px; }
  .server-strip__progress { order: 4; }
  .server-strip__join { width: max-content; }
  .about__grid { grid-template-columns: 1fr; gap: 55px; }
  .section-copy { text-align: center; }
  .section-copy > p { margin-inline: auto; }
  .about__numbers { justify-content: center; }
  .about__art { max-width: 780px; margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .community__panel { grid-template-columns: 180px 1fr; }
  .community__stats { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .76rem; }
  .brand small { font-size: .55rem; }
  .hero { padding: 126px 0 90px; }
  .hero__banner { background-position: center top 95px; background-size: 900px auto; opacity: .26; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero__copy > p { font-size: .94rem; }
  .hero__actions { display: grid; }
  .btn { width: 100%; }
  .hero__mini-stats { gap: 10px; }
  .hero__mini-stats div { min-width: calc(50% - 5px); padding: 12px; border: 1px solid var(--line) !important; border-radius: 12px; background: rgba(255,255,255,.025); }
  .hero__mini-stats div:last-child { width: 100%; }
  .hero__visual { min-height: 360px; }
  .logo-orbit { width: 94vw; max-width: 390px; }
  .scroll-cue { display: none; }
  .server-strip__inner { grid-template-columns: 1fr; gap: 18px; }
  .server-strip__progress { order: initial; width: 100%; }
  .server-strip__join { width: 100%; text-align: center; }
  .section { padding: 88px 0; }
  .section-heading { display: block; text-align: center; }
  .section-heading > p { margin: 15px auto 0; }
  .about__numbers { display: grid; grid-template-columns: repeat(3, 1fr); }
  .about__numbers div { min-width: 0; padding: 12px 7px; }
  .about__art { padding: 16px 0 70px; }
  .about__art::before { inset: 0 14px 48px; }
  .banner-frame img { min-height: 220px; }
  .glass-note { right: 14px; left: 14px; bottom: 0; max-width: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .community__panel { grid-template-columns: 1fr; gap: 24px; padding: 30px 20px; text-align: center; }
  .community__logo img { width: 170px; margin-inline: auto; }
  .community__actions { justify-content: center; }
  .community__stats { grid-column: auto; grid-template-columns: 1fr; text-align: right; }
  .join { min-height: 620px; }
  .join__content > img { width: 155px; }
  .join__buttons { display: grid; }
  .footer__inner { padding: 28px 0; flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  #snow { display: none; }
}
