:root {
  --ink: #05050a;
  --paper: #f7f4e9;
  --lime: #b7ff36;
  --cyan: #42e8ff;
  --pink: #ff42bd;
  --orange: #ff8a1f;
  --violet: #8b5cff;
  --green: #45e890;
  --line: rgba(255, 255, 255, 0.16);
  --muted: rgba(255, 255, 255, 0.62);
  --display: "Arial Black", Impact, Haettenschweiler, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: white; font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
::selection { background: var(--pink); color: white; }
.wrap { width: min(calc(100% - 2.5rem), 82rem); margin-inline: auto; }
.label { display: inline-block; margin: 0 0 1.25rem; padding: 0.48rem 0.7rem; color: #05050a; font-size: 0.66rem; font-weight: 950; letter-spacing: 0.14em; line-height: 1; text-transform: uppercase; }
.label.lime { background: var(--lime); transform: rotate(-1deg); }
.label.pink { background: var(--pink); color: white; }
.label.cyan { background: var(--cyan); }
.label.orange { background: var(--orange); }
.label.black { background: var(--ink); color: white; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid var(--line); background: rgba(5, 5, 10, 0.76); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; width: min(calc(100% - 2.5rem), 82rem); height: 76px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand img { display: block; width: 166px; height: auto; mix-blend-mode: screen; }
.desktop-nav { display: flex; gap: 2rem; color: rgba(255, 255, 255, 0.72); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.04em; text-transform: uppercase; }
.desktop-nav a { transition: color 0.18s ease; }
.desktop-nav a:hover { color: var(--lime); }
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.coming-badge { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.56rem 0.75rem; border: 1px solid var(--lime); background: rgba(183, 255, 54, 0.08); color: var(--lime); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.coming-badge i { width: 0.42rem; height: 0.42rem; background: var(--lime); box-shadow: 0 0 14px var(--lime); animation: pulse 1.8s infinite; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 2.35rem; height: 2.35rem; cursor: pointer; list-style: none; place-items: center; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.05); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 3rem; display: grid; width: 13rem; padding: 0.5rem; border: 1px solid var(--line); background: #0c0c16; box-shadow: 12px 12px 0 var(--pink); }
.mobile-menu nav a { padding: 0.78rem; font-size: 0.78rem; font-weight: 800; }
.mobile-menu nav a:hover { background: var(--lime); color: var(--ink); }

.hero-new { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.26) contrast(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 10, 0.98) 0%, rgba(5, 5, 10, 0.83) 43%, rgba(5, 5, 10, 0.15) 80%), linear-gradient(0deg, rgba(5, 5, 10, 0.78), transparent 45%); }
.pixel-noise { position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100svh; padding-block: 9.5rem 6rem; flex-direction: column; justify-content: center; }
.hero-content h1 { max-width: 11ch; margin: 0; color: white; font-family: var(--display); font-size: clamp(4rem, 9vw, 8.3rem); font-weight: 950; letter-spacing: -0.072em; line-height: 0.82; text-transform: uppercase; }
.hero-content h1 span { background: linear-gradient(92deg, var(--orange), var(--pink) 48%, var(--cyan)); background-clip: text; color: transparent; -webkit-background-clip: text; }
.hero-lead { max-width: 40rem; margin: 2rem 0 0; color: rgba(255, 255, 255, 0.78); font-size: clamp(1rem, 2vw, 1.28rem); font-weight: 520; line-height: 1.62; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 1.5rem; padding: 0 1.4rem; border: 1px solid transparent; font-size: 0.75rem; font-weight: 950; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.button:hover { transform: translate(-3px, -3px); }
.button-hot { background: var(--lime); color: var(--ink); box-shadow: 7px 7px 0 var(--pink); }
.button-hot:hover { box-shadow: 10px 10px 0 var(--pink); }
.button-glass { border-color: rgba(255, 255, 255, 0.45); background: rgba(5, 5, 10, 0.48); color: white; backdrop-filter: blur(10px); }
.hero-meta { display: flex; width: min(100%, 46rem); margin-top: 3.4rem; border-block: 1px solid rgba(255,255,255,.25); }
.hero-meta span { display: grid; flex: 1; gap: 0.25rem; padding: 0.95rem; border-right: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.46); font-size: 0.55rem; font-weight: 850; letter-spacing: 0.12em; }
.hero-meta span:first-child { padding-left: 0; }
.hero-meta span:last-child { border-right: 0; }
.hero-meta b { color: white; font-size: 0.92rem; letter-spacing: 0; }
.scroll-tag { position: absolute; z-index: 3; right: 1.1rem; bottom: 4rem; color: rgba(255,255,255,.66); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.13em; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); background: var(--lime); color: var(--ink); white-space: nowrap; }
.ticker div { width: max-content; padding: 0.7rem 0; font-family: var(--display); font-size: 0.96rem; letter-spacing: 0.06em; animation: marquee 30s linear infinite; }
.ticker i { margin: 0 1rem; color: var(--pink); }

.intro-section { padding: 9rem 0; background: var(--paper); color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 2.7rem 1.15fr 0.85fr; gap: 3.2rem; align-items: center; }
.vertical-note { align-self: stretch; border-right: 2px solid var(--ink); font-size: 0.55rem; font-weight: 950; letter-spacing: 0.14em; text-align: right; text-transform: uppercase; writing-mode: vertical-rl; }
.intro-section h2, .section-top h2, .features-section h2, .event-copy h2, .minecraft-section h2, .fair-section h2, .launch-new h2, .social-section h2, .faq-new h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 6rem); font-weight: 950; letter-spacing: -0.064em; line-height: 0.87; text-transform: uppercase; }
.intro-section h2 span { color: var(--violet); }
.intro-copy { padding-left: 2rem; border-left: 1px solid rgba(5,5,10,.22); }
.intro-copy p { margin: 0 0 1.2rem; font-size: 1rem; line-height: 1.75; }
.intro-copy a { display: inline-flex; gap: 2rem; margin-top: 1rem; padding-bottom: 0.28rem; border-bottom: 2px solid var(--ink); font-size: 0.72rem; font-weight: 950; letter-spacing: 0.1em; }

.world-section { padding: 8rem 0; background: #0b0b14; }
.section-top { margin-bottom: 3.5rem; }
.section-top h2 span { color: var(--lime); }
.image-stage { position: relative; width: min(calc(100% - 2.5rem), 94rem); height: min(68vw, 47rem); margin-inline: auto; border: 1px solid var(--line); overflow: hidden; }
.image-stage>img { width: 100%; height: 100%; object-fit: cover; }
.image-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,10,.8), transparent 45%); }
.image-chip { position: absolute; z-index: 2; top: 1.5rem; left: 1.5rem; padding: 0.65rem 0.8rem; color: white; font-family: var(--display); font-size: 0.74rem; letter-spacing: 0.08em; }
.chip-pink { background: var(--pink); box-shadow: 6px 6px 0 var(--cyan); }
.image-caption { position: absolute; z-index: 2; right: 1.8rem; bottom: 1.8rem; display: grid; max-width: 28rem; gap: 0.45rem; padding: 1.2rem 1.4rem; border: 1px solid rgba(255,255,255,.35); background: rgba(5,5,10,.74); backdrop-filter: blur(12px); }
.image-caption b { color: var(--lime); font-size: 0.7rem; letter-spacing: 0.12em; }
.image-caption span { color: rgba(255,255,255,.72); font-size: 0.82rem; line-height: 1.55; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-block: 1px solid var(--line); }
.fact-row article { padding: 2rem; border-right: 1px solid var(--line); }
.fact-row article:first-child { padding-left: 0; }
.fact-row article:last-child { border-right: 0; }
.fact-row b { color: var(--pink); font-family: var(--display); font-size: 0.7rem; }
.fact-row h3 { margin: 1.3rem 0 0; font-family: var(--display); font-size: 1.2rem; letter-spacing: -0.03em; }
.fact-row p { margin: 0.7rem 0 0; color: var(--muted); font-size: 0.83rem; line-height: 1.7; }

.features-section { padding: 9rem 0; background: var(--paper); color: var(--ink); }
.section-top.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: end; }
.features-section h2 span { color: var(--pink); }
.section-lead { margin: 0; font-size: 1.05rem; line-height: 1.75; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: 4rem; }
.feature-block, .feature-image { position: relative; min-height: 25rem; overflow: hidden; border: 2px solid var(--ink); }
.feature-block { display: flex; padding: 1.7rem; flex-direction: column; }
.feature-block>span { align-self: flex-start; padding-bottom: 0.3rem; border-bottom: 2px solid currentColor; font-family: var(--display); font-size: 0.7rem; }
.feature-block h3 { margin: auto 0 0; font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.6rem); letter-spacing: -0.06em; line-height: 0.88; }
.feature-block p { max-width: 24rem; margin: 1.2rem 0 0; font-size: 0.82rem; font-weight: 650; line-height: 1.62; }
.feature-block.acid { grid-column: span 5; background: var(--lime); }
.feature-block.violet { grid-column: span 7; background: var(--violet); color: white; }
.feature-image { grid-column: span 7; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image>span { position: absolute; top: 1rem; right: 1rem; padding: 0.55rem; background: var(--ink); color: white; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.11em; }
.feature-block.cyan-bg { grid-column: span 5; background: var(--cyan); }
.feature-block.hot { grid-column: span 12; min-height: 19rem; background: var(--orange); }
.feature-block.hot h3 { font-size: clamp(3rem, 7vw, 6rem); }

.event-section { position: relative; min-height: 53rem; overflow: hidden; }
.event-section>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,10,.94), rgba(5,5,10,.45) 55%, rgba(5,5,10,.08)), linear-gradient(0deg, rgba(5,5,10,.62), transparent 50%); }
.event-copy { position: relative; z-index: 2; display: flex; min-height: 53rem; padding-block: 7rem; flex-direction: column; justify-content: flex-end; }
.event-copy h2 { max-width: 9ch; font-size: clamp(4rem, 9vw, 8rem); }
.event-copy h2 span { color: var(--cyan); }
.event-copy>p:last-child { max-width: 35rem; margin: 2rem 0 0; color: rgba(255,255,255,.75); line-height: 1.7; }

.minecraft-section { padding: 9rem 0; background: var(--cyan); color: var(--ink); }
.minecraft-grid { display: grid; grid-template-columns: 1fr 0.72fr; gap: 5rem; }
.minecraft-section h2 span { color: var(--pink); }
.mc-copy { align-self: end; }
.mc-copy p { margin: 0 0 1.2rem; font-size: 1rem; line-height: 1.76; }
.server-specs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin: 1rem 0 0; border: 2px solid var(--ink); }
.server-specs div { padding: 1.35rem; border-right: 2px solid var(--ink); }
.server-specs div:last-child { border: 0; }
.server-specs dt { font-size: 0.55rem; font-weight: 950; letter-spacing: 0.12em; }
.server-specs dd { margin: 0.65rem 0 0; font-family: var(--display); font-size: 1.08rem; }

.fair-section { padding: 9rem 0; background: var(--pink); color: white; }
.fair-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; align-items: end; }
.fair-section h2 span { color: var(--lime); }
.fair-grid>div:last-child>p { margin: 0; font-size: 1rem; line-height: 1.75; }
.fair-grid ul { display: grid; gap: .65rem; margin: 1.8rem 0 0; padding: 0; list-style: none; font-size: .83rem; font-weight: 850; }
.shop-tag { display: inline-block; margin-top: 2rem; padding: .7rem; background: var(--ink); color: var(--lime); font-family: var(--display); font-size: .75rem; letter-spacing: .1em; transform: rotate(1.5deg); }

.launch-new { position: relative; overflow: hidden; padding: 9rem 0; background: #080912; }
.launch-grid-bg { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(var(--cyan) 1px,transparent 1px),linear-gradient(90deg,var(--cyan) 1px,transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at center,black,transparent 75%); }
.launch-inner { position: relative; z-index: 2; text-align: center; }
.launch-new h2 { font-size: clamp(6rem,18vw,15rem); line-height: .67; }
.launch-new h2 span { color: var(--lime); -webkit-text-stroke: 1px var(--lime); }
.launch-inner>p:not(.label) { max-width: 38rem; margin: 2.5rem auto 0; color: var(--muted); line-height: 1.7; }
.server-address { display: flex; width: min(100%,34rem); margin: 2.5rem auto 0; padding: 1rem 1.1rem; align-items: center; justify-content: space-between; gap: 2rem; cursor: pointer; border: 1px solid var(--lime); background: rgba(183,255,54,.06); color: white; text-align: left; box-shadow: 7px 7px 0 var(--violet); }
.server-address:hover { background: rgba(183,255,54,.13); }
.server-address span { display: grid; gap: .28rem; }
.server-address small { color: var(--lime); font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.server-address strong { font-family: ui-monospace,monospace; font-size: 1rem; }
.server-address>b { color: var(--lime); }
.launch-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 5rem; border: 1px solid var(--line); text-align: left; }
.launch-steps>div { display: grid; min-height: 9rem; padding: 1rem; border-right: 1px solid var(--line); align-content: space-between; }
.launch-steps>div:last-child { border: 0; }
.launch-steps b { color: rgba(255,255,255,.26); font-family: var(--display); font-size: .68rem; }
.launch-steps span { font-family: var(--display); font-size: .92rem; }
.launch-steps em { color: var(--orange); font-size: .58rem; font-style: normal; font-weight: 950; letter-spacing: .12em; }
.launch-steps .is-done em,.launch-steps .is-done b { color: var(--lime); }

.social-section { padding: 9rem 0; background: var(--paper); color: var(--ink); }
.social-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
.social-section h2 span { color: var(--violet); }
.social-list { border-top: 2px solid var(--ink); }
.social-list>div { display: flex; min-height: 5.4rem; padding: 1rem 0; align-items: center; gap: 1.2rem; border-bottom: 2px solid var(--ink); }
.social-list>div>b { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; background: var(--ink); color: var(--lime); font-family: var(--display); font-size: .68rem; }
.social-list>div>span { display: grid; flex: 1; font-family: var(--display); font-size: 1.2rem; }
.social-list small { margin-top: .22rem; font-family: var(--sans); font-size: .58rem; font-weight: 650; letter-spacing: .07em; }
.social-list em { font-size: .58rem; font-style: normal; font-weight: 950; letter-spacing: .11em; }
.social-list>a { display: flex; margin-top: 1rem; padding: 1.2rem; justify-content: space-between; background: var(--ink); color: white; font-family: var(--display); font-size: .9rem; box-shadow: 7px 7px 0 var(--cyan); }

.faq-new { padding: 9rem 0; background: var(--orange); color: var(--ink); }
.faq-new h2 { font-size: clamp(4rem,10vw,8rem); }
.faq-list { margin-top: 3rem; border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { display: flex; min-height: 5rem; padding: .8rem 0; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(1rem,2vw,1.5rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { font-size: 1.8rem; transition: transform .18s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 50rem; margin: 0; padding: 0 0 1.5rem; line-height: 1.7; }

.site-footer { border-top: 1px solid var(--line); background: #05050a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 3rem; padding-block: 4rem; }
.footer-grid>div:first-child img { width: 210px; mix-blend-mode: screen; }
.footer-grid>div:first-child p { max-width: 27rem; color: rgba(255,255,255,.54); font-size: .82rem; line-height: 1.7; }
.footer-grid>div:first-child a { color: var(--lime); font-size: .82rem; font-weight: 800; }
.footer-grid h2 { margin: 0; color: var(--pink); font-size: .66rem; font-weight: 950; letter-spacing: .12em; }
.footer-grid nav { display: grid; gap: .7rem; margin-top: 1rem; color: rgba(255,255,255,.54); font-size: .78rem; }
.footer-grid nav a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom .wrap { padding-block: 1.5rem; color: rgba(255,255,255,.38); font-size: .66rem; line-height: 1.55; }
.footer-bottom p { margin: .22rem 0; }

.legal-main { min-height: 70vh; padding-top: 8rem; background: radial-gradient(circle at 85% 5%,rgba(139,92,255,.2),transparent 26%),var(--ink); }
.legal-wrap { width: min(calc(100% - 2.5rem),56rem); margin-inline: auto; padding: 4rem 0 7rem; }
.legal-wrap>h1 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem,9vw,7rem); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.legal-intro { margin: 1.2rem 0 0; color: var(--muted); line-height: 1.7; }
.legal-content { margin-top: 3rem; padding: clamp(1.4rem,5vw,3rem); border: 1px solid var(--line); background: rgba(255,255,255,.05); box-shadow: 12px 12px 0 var(--violet); }
.legal-content section+section { margin-top: 2.4rem; }
.legal-content h2 { margin: 0 0 .8rem; color: var(--lime); font-family: var(--display); font-size: 1.05rem; }
.legal-content p,.legal-content address { margin: .4rem 0; color: rgba(255,255,255,.62); font-size: .86rem; font-style: normal; line-height: 1.75; }
.legal-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.back-link { display: inline-flex; margin-top: 2.5rem; color: var(--lime); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .intro-grid { grid-template-columns: 2.2rem 1fr; }
  .intro-copy { grid-column: 2; padding: 0; border: 0; }
  .section-top.split,.minecraft-grid,.fair-grid,.social-layout { grid-template-columns: 1fr; gap: 3rem; }
  .feature-block.acid,.feature-block.violet,.feature-image,.feature-block.cyan-bg { grid-column: span 6; }
  .server-specs { grid-template-columns: repeat(2,1fr); }
  .server-specs div:nth-child(2) { border-right: 0; }
  .server-specs div:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
}

@media (max-width: 650px) {
  .wrap,.nav-wrap { width: min(calc(100% - 1.5rem),82rem); }
  .brand img { width: 136px; }
  .coming-badge { padding: .5rem; font-size: .5rem; }
  .coming-badge i { display: none; }
  .hero-content { padding-top: 8rem; }
  .hero-shade { background: linear-gradient(180deg,rgba(5,5,10,.55),rgba(5,5,10,.92) 62%,#05050a); }
  .hero-content h1 { font-size: clamp(3.8rem,18vw,6rem); }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-meta span { border-right: 1px solid rgba(255,255,255,.25); }
  .hero-meta span:first-child { padding-left: .95rem; }
  .hero-meta span:nth-child(2) { border-right: 0; }
  .hero-meta span:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.25); }
  .scroll-tag { display: none; }
  .intro-section,.world-section,.features-section,.minecraft-section,.fair-section,.launch-new,.social-section,.faq-new { padding-block: 6rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .vertical-note { display: none; }
  .intro-copy { grid-column: auto; }
  .image-stage { width: calc(100% - 1.5rem); height: 30rem; }
  .image-chip { top: .8rem; left: .8rem; }
  .image-caption { right: .8rem; bottom: .8rem; left: .8rem; }
  .fact-row { grid-template-columns: 1fr; }
  .fact-row article,.fact-row article:first-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-row article:last-child { border-bottom: 0; }
  .bento { grid-template-columns: 1fr; }
  .feature-block.acid,.feature-block.violet,.feature-image,.feature-block.cyan-bg,.feature-block.hot { grid-column: 1; min-height: 22rem; }
  .event-section,.event-copy { min-height: 46rem; }
  .event-overlay { background: linear-gradient(0deg,rgba(5,5,10,.96),rgba(5,5,10,.08)); }
  .event-copy { justify-content: flex-end; }
  .event-copy h2 { font-size: clamp(4rem,18vw,6rem); }
  .server-specs { grid-template-columns: 1fr; }
  .server-specs div { border-right: 0; border-bottom: 2px solid var(--ink); }
  .server-specs div:nth-child(2) { border-right: 0; }
  .server-specs div:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .server-specs div:last-child { border-bottom: 0; }
  .launch-new h2 { font-size: clamp(5rem,25vw,8rem); }
  .launch-steps { grid-template-columns: 1fr 1fr; }
  .launch-steps>div:nth-child(2) { border-right: 0; }
  .launch-steps>div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
}

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