@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
  --ink: #0c0908;
  --ink-soft: #17100d;
  --cream: #f3eee5;
  --cream-dark: #d9d0c2;
  --ember: #ea3b42;
  --ember-bright: #f35a60;
  --yellow: #ea3b42;
  --muted: #9c9189;
  --line: rgba(255, 255, 255, .12);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --pixel: "Minecrafted Seven", "Courier New", monospace;
  --micro: "Minecrafted Five", "Minecrafted Seven", "Courier New", monospace;
}

@font-face {
  font-family: "Minecrafted Seven";
  src: url("MinecraftedSeven-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Minecrafted Five";
  src: url("MinecraftedFive-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 24px; }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { z-index: 100; top: 10px; left: 10px; width: auto; height: auto; margin: 0; padding: 10px 14px; clip: auto; color: var(--ink); background: var(--cream); border-radius: 7px; }
:focus-visible { outline: 3px solid var(--ember-bright); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 2px solid transparent; transition: height .25s ease, background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(12,9,8,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; font: 800 1rem var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid rgba(255,156,73,.35); border-radius: 2px; background: rgba(255,99,50,.08); box-shadow: 3px 3px 0 rgba(0,0,0,.3); }
.brand img { width: 24px; height: 24px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; font: 400 .72rem var(--pixel); letter-spacing: .04em; }
.site-nav > a { color: #c9c0b7; transition: color .2s ease; }
.site-nav > a:hover { color: #fff; }
.site-nav .nav-cta { padding: 12px 16px 10px; color: var(--ink); background: var(--cream); border-radius: 2px; box-shadow: inset 0 -3px 0 rgba(0,0,0,.18), 4px 4px 0 rgba(0,0,0,.25); }
.site-nav .nav-cta:hover { color: var(--ink); background: #fff; }
.nav-cta span { margin-left: 5px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 4px 0; background: #fff; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 5vw; padding: 150px clamp(24px, 7vw, 110px) 100px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.025) 2px, transparent 2px), linear-gradient(90deg, rgba(255,255,255,.025) 2px, transparent 2px); background-size: 32px 32px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 660px; height: 660px; top: 5%; right: -4%; background: radial-gradient(circle, rgba(255,94,35,.18), rgba(255,94,35,.04) 42%, transparent 68%); }
.glow-two { width: 380px; height: 380px; bottom: -28%; left: 12%; background: radial-gradient(circle, rgba(255,181,72,.09), transparent 70%); }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--ember-bright); font: 400 .68rem var(--pixel); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 1px; background: var(--ember); box-shadow: 0 0 12px var(--ember); }
.hero h1 { max-width: 840px; margin: 0; font: 700 clamp(4.1rem, 8.2vw, 8.5rem)/.88 var(--display); letter-spacing: -.075em; }
.hero h1 em { color: var(--ember); font-style: normal; }
.hero-intro { max-width: 590px; margin: 34px 0 0; color: #b7aca4; font-size: clamp(1.02rem, 1.4vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 3px 22px 0; border: 2px solid rgba(255,255,255,.15); border-radius: 2px; font: 400 .7rem var(--pixel); letter-spacing: .025em; box-shadow: inset 0 -4px 0 rgba(0,0,0,.2), 5px 5px 0 rgba(0,0,0,.25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ember); box-shadow: 0 14px 34px rgba(255,99,50,.16); }
.button-primary:hover { background: #ff7448; box-shadow: 0 18px 40px rgba(255,99,50,.24); }
.text-link { color: #d6cdc5; font: 400 .69rem var(--pixel); }
.text-link span { margin-left: 8px; color: var(--ember-bright); }

.hero-art { position: relative; width: min(40vw, 580px); aspect-ratio: 1; justify-self: center; perspective: 900px; }
.hero-art::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,170,70,.3), rgba(255,90,31,.06) 44%, transparent 70%); filter: blur(12px); animation: core-breathe 4s ease-in-out infinite; }
.voxel-sun { position: absolute; top: 8%; right: 10%; width: 110px; height: 110px; background: #ff9c49; box-shadow: 0 0 0 12px rgba(255,156,73,.05), 0 0 70px rgba(255,99,50,.48); animation: float 6s ease-in-out infinite; }
.voxel-sun::before, .voxel-sun::after { content: ""; position: absolute; background: #ffd07a; }
.voxel-sun::before { inset: 20%; }
.voxel-sun::after { width: 12px; height: 12px; top: 12%; right: 12%; }
.voxel-island { position: absolute; left: 8%; right: 8%; top: 27%; height: 47%; transform: rotateX(55deg) rotateZ(-34deg); transform-style: preserve-3d; animation: island-float 5.5s ease-in-out infinite; }
.island-grass { position: absolute; inset: 0; background: linear-gradient(135deg, #8cad46, #5d792c); border: 5px solid #a8c95e; box-shadow: 20px 24px 0 #3e281b, 40px 48px 0 #291b15, 60px 72px 0 #1a1210, 0 40px 65px rgba(0,0,0,.48); }
.island-grass::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.13) 2px, transparent 2px), linear-gradient(90deg, rgba(255,255,255,.13) 2px, transparent 2px); background-size: 48px 48px; }
.island-dirt { position: absolute; width: 23%; height: 23%; z-index: 2; background: #729038; border: 3px solid #9fbe57; box-shadow: 11px 13px 0 #3e281b, 22px 26px 0 #251814; }
.dirt-one { left: 12%; top: 13%; }
.dirt-two { right: 14%; bottom: 13%; }
.dirt-three { right: 31%; top: 18%; width: 15%; height: 15%; }
.block-tree { position: absolute; z-index: 5; left: 23%; top: 21%; width: 22%; height: 34%; transform: rotateZ(34deg) rotateX(-55deg) translateZ(76px); transform-style: preserve-3d; }
.tree-trunk { position: absolute; left: 42%; bottom: -25%; width: 22%; height: 65%; background: #71452a; box-shadow: 7px 0 #4a2b20; }
.tree-top { position: absolute; inset: 0; background: #456b2c; box-shadow: 14px 14px 0 #2d4a22, -12px 17px 0 #577f34; }
.ember-beacon { position: absolute; z-index: 6; right: 19%; top: 27%; width: 20%; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid rgba(255,184,96,.8); background: #21110c; box-shadow: 8px 9px 0 rgba(71,29,18,.8), 0 0 40px rgba(255,91,34,.8); transform: rotateZ(34deg) rotateX(-55deg) translateZ(70px); }
.ember-beacon img { width: 62%; filter: drop-shadow(0 0 10px #ff6c37); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 15px 17px; border: 2px solid rgba(255,255,255,.12); border-radius: 2px; background: rgba(23,16,13,.82); box-shadow: inset 0 -3px 0 rgba(0,0,0,.22), 6px 6px 0 rgba(0,0,0,.3); backdrop-filter: blur(16px); animation: float 5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font: 700 .82rem var(--display); }
.floating-card small { margin-top: 5px; color: var(--muted); font: 400 .51rem var(--pixel); }
.card-players { top: 18%; right: -3%; }
.card-community { bottom: 17%; left: -8%; animation-delay: -2.3s; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #6ee7a0; box-shadow: 0 0 15px rgba(110,231,160,.7); }
.card-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ember-bright); border-radius: 8px; background: rgba(255,99,50,.1); }
.scroll-cue { position: absolute; bottom: 28px; left: clamp(24px, 7vw, 110px); display: flex; align-items: center; gap: 11px; color: #6f6660; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue span { width: 25px; height: 1px; background: #6f6660; }
.ember-particle { position: absolute; width: var(--size); height: var(--size); left: var(--left); bottom: -20px; border-radius: 50%; background: var(--ember-bright); box-shadow: 0 0 9px var(--ember); opacity: 0; animation: rise var(--duration) linear var(--delay) infinite; }

.section-pad { padding: 130px clamp(24px, 7vw, 110px); }
.manifesto { display: grid; grid-template-columns: .42fr 1.38fr .58fr; gap: 6vw; align-items: start; color: var(--ink); background: var(--cream); }
.manifesto .section-label { margin-top: 15px; color: #ad3e1e; }
.manifesto-copy { max-width: 850px; margin: 0; font: 500 clamp(2rem, 4vw, 4.2rem)/1.15 var(--display); letter-spacing: -.05em; }
.manifesto-copy strong { color: #c54320; font-weight: 700; }
.manifesto-note { margin-top: 16px; color: #716961; font-size: .9rem; line-height: 1.7; }
.note-line { display: block; width: 42px; height: 2px; margin-bottom: 20px; background: #c54320; }

.worlds { background: #110c0a; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 400px); gap: 8vw; align-items: end; margin-bottom: 66px; }
.section-heading h2 { margin: 0; font: 700 clamp(2.8rem, 5vw, 5.5rem)/1 var(--display); letter-spacing: -.06em; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.world-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.world-card { position: relative; min-height: 610px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; border: 2px solid rgba(255,255,255,.12); border-radius: 3px; box-shadow: 8px 8px 0 rgba(0,0,0,.25); isolation: isolate; }
.world-card::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .5s ease; }
.world-card:hover::before { transform: scale(1.035); }
.world-bumble::before { background: radial-gradient(circle at 76% 25%, rgba(255,225,94,.38), transparent 19%), linear-gradient(145deg, #523b0c 0%, #231d0a 44%, #11100a 100%); }
.world-realms::before { background: radial-gradient(circle at 76% 25%, rgba(113,128,255,.28), transparent 22%), linear-gradient(145deg, #161a44, #101128 48%, #0c0d18); }
.world-card::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.world-card-top { display: flex; justify-content: space-between; align-items: center; }
.world-number { color: rgba(255,255,255,.55); font: 400 .61rem var(--pixel); }
.world-symbol { position: absolute; top: 17%; right: 5%; color: rgba(255,226,102,.34); font: 400 13rem/1 var(--display); transform: rotate(11deg); }
.world-cube { width: 190px; height: 190px; top: 19%; right: 9%; border: 1px solid rgba(141,153,255,.32); transform: rotate(30deg) skew(-8deg); }
.world-cube::before, .world-cube::after, .world-cube span { content: ""; position: absolute; inset: 20%; border: 1px solid rgba(141,153,255,.27); }
.world-cube::before { inset: 38%; }
.world-cube::after { inset: -15%; border-radius: 50%; }
.world-card-content { max-width: 500px; }
.world-card h3 { margin: 0; font: 700 clamp(3rem, 5vw, 5.1rem)/.93 var(--display); letter-spacing: -.07em; }
.world-card-content > p { max-width: 460px; margin: 22px 0 28px; color: rgba(255,255,255,.66); line-height: 1.65; }
.world-card-content a { display: inline-flex; gap: 10px; align-items: center; padding: 11px 13px 9px; border: 2px solid rgba(255,255,255,.32); background: rgba(0,0,0,.18); box-shadow: inset 0 -3px 0 rgba(0,0,0,.25); font: 400 .62rem var(--pixel); }
.world-next { grid-column: 1 / -1; min-height: 380px; justify-content: end; background: #17100d; }
.world-next .world-card-content { max-width: 600px; }
.world-next h3 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.next-ember { position: absolute; right: 12%; top: 50%; width: 180px; height: 180px; border-radius: 44% 56% 62% 38%; background: radial-gradient(circle at 44% 56%, #ffd37a 0 4%, #ff7a35 15%, #9b2b19 37%, rgba(60,22,16,.6) 58%, transparent 70%); filter: blur(1px); transform: translateY(-50%) rotate(25deg); box-shadow: 0 0 90px rgba(255,92,43,.25); animation: core-breathe 3.4s ease-in-out infinite; }

.approach { background: var(--cream); color: var(--ink); }
.approach .section-label { color: #ad3e1e; }
.approach .section-heading > p { color: #746b64; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfc6b9; }
.principle { position: relative; min-height: 350px; padding: 28px 34px 20px 0; border-right: 1px solid #cfc6b9; }
.principle + .principle { padding-left: 34px; }
.principle:last-child { border-right: 0; }
.principle > span { color: #9a9087; font: 400 .57rem var(--pixel); }
.principle-icon { width: 55px; height: 55px; display: grid; place-items: center; margin: 62px 0 32px; border: 2px solid #c54320; color: #c54320; background: rgba(197,67,32,.06); box-shadow: 5px 5px 0 rgba(197,67,32,.12); font: 400 2rem var(--display); }
.principle h3 { margin: 0 0 14px; font: 700 1.35rem var(--display); letter-spacing: -.03em; }
.principle p { max-width: 300px; margin: 0; color: #746b64; font-size: .92rem; line-height: 1.7; }

.contact { position: relative; min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; background: #120b09; isolation: isolate; }
.contact::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 38px 38px; }
.contact-glow { position: absolute; z-index: -1; width: 700px; height: 450px; background: radial-gradient(ellipse, rgba(255,83,27,.22), transparent 68%); filter: blur(20px); }
.contact h2 { margin: 0; font: 700 clamp(3rem, 6.5vw, 6.8rem)/.95 var(--display); letter-spacing: -.07em; }
.contact > p:not(.section-label) { margin: 26px 0 32px; color: var(--muted); }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { background: #fff; box-shadow: 0 15px 36px rgba(255,255,255,.1); }

.site-footer { padding: 48px clamp(24px, 7vw, 110px) 24px; border-top: 2px solid rgba(255,255,255,.11); color: #aeb3c0; background: #15110f; font-size: .82rem; }
.footer-inner { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(300px, 410px); align-items: start; gap: 48px; max-width: 1600px; margin: 0 auto; }
.footer-company { display: flex; align-items: flex-start; gap: 16px; }
.footer-company-logo { width: 60px; height: 60px; flex: 0 0 auto; padding: 10px; border: 2px solid rgba(255,255,255,.12); border-radius: 2px; background: #241b17; box-shadow: 5px 5px 0 rgba(0,0,0,.26); object-fit: contain; }
.footer-company > div > strong { color: var(--cream); font: 400 .78rem var(--pixel); }
.footer-company p { margin: 7px 0 5px; }
.footer-registration { max-width: 560px; color: #827972; font-size: .7rem; }
.footer-registration strong { color: #c8c0ba; }
.footer-support { color: var(--ember-bright); }
.footer-support:hover { color: #ffd29a; text-decoration: underline; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 14px; margin-top: 16px; color: #a49b95; font: 400 .54rem var(--pixel); }
.footer-links a:hover { color: var(--cream); }
.footer-security { min-width: 0; padding-left: 32px; border-left: 1px solid rgba(255,255,255,.09); }
.footer-security h2, .footer-security h3 { margin: 0; color: var(--cream); font: 400 .68rem var(--pixel); letter-spacing: .035em; text-transform: uppercase; }
.footer-security h3 { margin-top: 22px; font-size: .57rem; text-transform: none; }
.security-list { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.security-list li { display: flex; align-items: center; gap: 11px; color: #d0cbc7; font-size: .76rem; }
.security-icon { position: relative; display: inline-block; width: 19px; height: 19px; flex: 0 0 19px; color: #65d493; }
.security-shield { background: currentColor; clip-path: polygon(50% 0, 94% 18%, 88% 66%, 50% 100%, 12% 66%, 6% 18%); }
.security-shield::after { content: ""; position: absolute; top: 4px; bottom: 5px; left: 8px; width: 2px; border-radius: 2px; background: #15110f; opacity: .56; }
.security-lock { height: 14px; margin-top: 5px; border-radius: 2px; background: currentColor; }
.security-lock::before { content: ""; position: absolute; top: -7px; left: 4px; width: 9px; height: 10px; border: 3px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.security-bolt { background: currentColor; clip-path: polygon(52% 0, 12% 54%, 43% 54%, 28% 100%, 88% 39%, 56% 39%, 74% 0); }
.payment-methods { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.payment-badge { display: grid; width: 52px; height: 34px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 2px; color: #e0dbd7; background: #332a26; box-shadow: inset 0 -2px 0 rgba(0,0,0,.2); }
.payment-badge .fa-brands { font-size: 26px; line-height: 1; }
.footer-bottom { max-width: 1600px; margin: 28px auto 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: #746b65; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes core-breathe { 0%,100% { transform: scale(.96); opacity: .72; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes island-float { 0%,100% { transform: rotateX(55deg) rotateZ(-34deg) translate3d(0,0,0); } 50% { transform: rotateX(55deg) rotateZ(-34deg) translate3d(0,-12px,14px); } }
@keyframes rise { 0% { transform: translateY(0) translateX(0); opacity: 0; } 12% { opacity: .9; } 75% { opacity: .5; } 100% { transform: translateY(-100vh) translateX(70px); opacity: 0; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; }
  .hero-art { width: min(72vw, 570px); margin: 20px auto 40px; }
  .hero h1 { font-size: clamp(4rem, 13vw, 7.2rem); }
  .manifesto { grid-template-columns: 1fr; gap: 35px; }
  .manifesto .section-label { margin: 0; }
  .manifesto-note { max-width: 450px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-next { grid-column: auto; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: auto; padding: 28px 0 48px; border-right: 0; border-bottom: 1px solid #cfc6b9; }
  .principle-icon { margin: 38px 0 22px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 30px 24px; background: rgba(12,9,8,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { padding: 15px 4px; font-size: 1.2rem; }
  .site-nav .nav-cta { margin-top: 12px; padding: 15px; text-align: center; }
  .hero { gap: 20px; padding: 125px 24px 70px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.7rem); }
  .hero-intro { margin-top: 25px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-art { width: min(92vw, 480px); }
  .floating-card { min-width: 180px; padding: 12px; }
  .card-players { right: -4%; }
  .card-community { left: -3%; }
  .scroll-cue { display: none; }
  .section-pad { padding: 90px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .world-card { min-height: 530px; padding: 23px; }
  .world-symbol { top: 19%; font-size: 10rem; }
  .world-next { min-height: 510px; }
  .next-ember { width: 140px; height: 140px; top: 30%; right: 50%; transform: translate(50%, -50%) rotate(25deg); }
  .contact { min-height: 550px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-security { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
}

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

/* Bumble store visual system */
:root {
  --ink: #08090d;
  --ink-soft: #11131a;
  --cream: #f6f7fb;
  --cream-dark: #d9dce5;
  --ember: #ea3b42;
  --ember-bright: #f35a60;
  --yellow: #ea3b42;
  --muted: #9399aa;
  --line: rgba(255, 255, 255, .09);
  --display: var(--pixel);
  --body: var(--pixel);
}

body { color: var(--cream); background: var(--ink); font-family: var(--pixel); line-height: 1.5; }
:focus-visible { outline-color: rgba(234, 59, 66, .82); }

.site-header { height: 70px; padding: 0 max(24px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--line); background: rgba(8, 9, 13, .72); backdrop-filter: blur(11px); }
.site-header.is-scrolled { height: 70px; background: rgba(8, 9, 13, .88); border-color: var(--line); }
.brand { gap: 11px; padding: 0; border: 0; background: transparent; box-shadow: none; font: 400 .82rem var(--pixel); letter-spacing: 0; text-transform: none; }
.brand .brand-logo { width: 158px; height: auto; object-fit: contain; }
.brand-mark { width: 36px; height: 36px; border: 1px solid rgba(234, 59, 66, .28); border-radius: 11px; background: rgba(234, 59, 66, .08); box-shadow: none; }
.brand-mark { overflow: hidden; border-color: rgba(255,255,255,.13); background: #ef3f4b; }
.brand-mark img { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }
.site-nav { gap: 8px; font-size: .61rem; letter-spacing: 0; }
.site-nav > a { padding: 9px 13px; border: 1px solid transparent; border-radius: 11px; color: var(--muted); }
.site-nav > a:hover { color: var(--cream); border-color: var(--line); background: rgba(255,255,255,.035); }
.site-nav .nav-cta { padding: 10px 14px; color: #fff; border: 1px solid rgba(234,59,66,.7); border-radius: 11px; background: var(--yellow); box-shadow: 0 8px 22px rgba(234,59,66,.12); }
.site-nav .nav-cta:hover { color: #fff; border-color: #ff7378; background: #f34f56; }

.hero { min-height: 760px; grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); gap: 64px; padding: 134px max(24px, calc((100vw - 1120px) / 2)) 80px; background: radial-gradient(circle at 82% 38%, rgba(234,59,66,.085), transparent 32%), linear-gradient(180deg, #0b0c11, #08090d); }
.hero::before { opacity: .18; 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: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-copy { max-width: 650px; }
.eyebrow, .section-label { color: var(--yellow); font-size: .75rem; letter-spacing: .045em; }
.eyebrow span { background: var(--yellow); box-shadow: none; }
.hero h1 { margin: 0; font: 400 clamp(3.5rem, 6.7vw, 6rem)/.96 var(--pixel); letter-spacing: -.035em; }
.hero h1 em { color: var(--yellow); }
.hero-intro { max-width: 600px; margin-top: 28px; color: var(--muted); font: 400 .78rem/1.8 var(--pixel); }
.hero-actions { margin-top: 34px; }
.button { min-height: 48px; padding: 3px 18px 0; border: 1px solid var(--line); border-radius: 12px; font-size: .61rem; box-shadow: none; }
.button-primary { color: #fff; border-color: rgba(234,59,66,.8); background: var(--yellow); box-shadow: 0 12px 28px rgba(234,59,66,.12); }
.button-primary:hover { color: #fff; background: #f34f56; box-shadow: 0 14px 30px rgba(234,59,66,.18); }
.text-link { color: #d3d6de; font-size: .61rem; }
.text-link span { color: var(--yellow); }
.hero *, .hero *::before, .hero *::after { animation: none !important; }
.hero .button, .hero .text-link { transition: none; }
.hero .button:hover { transform: none; }

.hero-panel { position: relative; min-height: 450px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; overflow: hidden; border: 1px solid rgba(234,59,66,.24); border-radius: 22px; background: linear-gradient(145deg, #1b1d25, #11131a 66%); box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.hero-panel::before { content: ""; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; border: 52px solid rgba(234,59,66,.07); border-radius: 50%; }
.hero-panel-grid { position: absolute; inset: 0; opacity: .3; 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: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 74%); }
.hero-panel-mark { position: absolute; top: 46px; left: 50%; width: 138px; height: 138px; display: grid; place-items: center; border: 1px solid rgba(234,59,66,.28); border-radius: 28px; background: #20232b; box-shadow: inset 0 0 35px rgba(234,59,66,.06), 0 18px 45px rgba(0,0,0,.28); transform: translateX(-50%); }
.hero-panel-mark img { width: 88px; filter: drop-shadow(0 0 20px rgba(234,59,66,.14)); }
.hero-panel-copy { position: relative; }
.hero-panel-copy span { color: var(--yellow); font-size: .55rem; text-transform: uppercase; }
.hero-panel-copy strong { display: block; margin-top: 8px; color: #fff; font-size: 1.1rem; font-weight: 400; }
.hero-panel-copy p { margin: 10px 0 20px; color: var(--muted); font-size: .65rem; line-height: 1.7; }
.hero-panel-tags { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-panel-tags span { padding: 7px 10px 5px; border: 1px solid var(--line); border-radius: 9px; color: #c9ccd5; background: rgba(255,255,255,.035); font-size: .5rem; }

.section-pad { padding: 104px max(24px, calc((100vw - 1120px) / 2)); }
.manifesto { grid-template-columns: .38fr 1.25fr .58fr; gap: 54px; color: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0f14; }
.manifesto .section-label { color: var(--yellow); }
.manifesto-copy { font: 400 clamp(1.55rem, 3.1vw, 2.85rem)/1.25 var(--pixel); letter-spacing: -.025em; }
.manifesto-copy strong { color: var(--yellow); font-weight: 400; }
.manifesto-note { color: var(--muted); font: 400 .66rem/1.8 var(--pixel); }
.note-line { height: 1px; background: var(--yellow); }

.worlds { background: var(--ink); }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { font: 400 clamp(2.2rem, 4.2vw, 4rem)/1.08 var(--pixel); letter-spacing: -.035em; }
.section-heading > p { color: var(--muted); font: 400 .68rem/1.8 var(--pixel); }
.world-grid { gap: 18px; }
.world-card { min-height: 540px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--ink-soft); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.world-card::after { opacity: .15; }
.world-bumble::before { background: radial-gradient(circle at 77% 24%, rgba(234,59,66,.24), transparent 23%), linear-gradient(145deg, #28171a, #11131a 63%); }
.world-realms::before { background: radial-gradient(circle at 77% 24%, rgba(88,170,255,.22), transparent 23%), linear-gradient(145deg, #151d2a, #11131a 63%); }
.world-card:hover::before { transform: none; }
.world-number { color: #777d8c; font-size: .54rem; }
.world-symbol { color: rgba(234,59,66,.22); }
.world-card h3 { font: 400 clamp(2.5rem, 4.5vw, 4rem)/1 var(--pixel); letter-spacing: -.04em; }
.world-card-content > p { color: var(--muted); font: 400 .65rem/1.8 var(--pixel); }
.world-card-content a { padding: 10px 13px 8px; border: 1px solid rgba(234,59,66,.35); border-radius: 10px; color: var(--yellow); background: rgba(234,59,66,.06); box-shadow: none; font-size: .55rem; }
.world-next { min-height: 350px; background: #11131a; }
.next-ember { width: 150px; height: 150px; border-radius: 28px; background: radial-gradient(circle at 44% 56%, #ffb0b4 0 4%, #ea3b42 15%, #9e2228 38%, rgba(72,24,28,.5) 60%, transparent 72%); box-shadow: 0 0 70px rgba(234,59,66,.14); animation: none; }

.approach { color: var(--cream); border-top: 1px solid var(--line); background: #0d0f14; }
.approach .section-label { color: var(--yellow); }
.approach .section-heading > p { color: var(--muted); }
.principles { gap: 14px; border-top: 0; }
.principle, .principle + .principle { min-height: 310px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #15171e; }
.principle:last-child { border-right: 1px solid var(--line); }
.principle > span { color: #777d8c; font-size: .52rem; }
.principle-icon { width: 50px; height: 50px; margin: 50px 0 26px; border: 1px solid rgba(234,59,66,.3); border-radius: 12px; color: var(--yellow); background: rgba(234,59,66,.07); box-shadow: none; font: 400 1.4rem var(--pixel); }
.principle h3 { font: 400 1.04rem var(--pixel); letter-spacing: -.015em; }
.principle p { color: var(--muted); font: 400 .62rem/1.8 var(--pixel); }

.contact { min-height: 520px; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(234,59,66,.075), transparent 42%), #08090d; }
.contact::before { opacity: .18; }
.contact-glow { display: none; }
.contact h2 { font: 400 clamp(2.5rem, 5vw, 4.6rem)/1.08 var(--pixel); letter-spacing: -.035em; }
.contact > p:not(.section-label) { color: var(--muted); font-size: .68rem; }
.button-light { color: #fff; border-color: rgba(234,59,66,.8); background: var(--yellow); }
.button-light:hover { background: #f34f56; box-shadow: 0 12px 28px rgba(234,59,66,.12); }

.site-footer { border-top: 1px solid rgba(255,255,255,.11); color: #aeb3c0; background: #15171c; }
.footer-company-logo { border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: #202229; box-shadow: none; }
.footer-company > div > strong { font-size: .7rem; }
.footer-registration { color: #8d93a1; }
.footer-support { color: var(--yellow); }
.footer-support:hover { color: #ff7b80; }
.footer-links { color: #aeb3c0; }
.footer-security h2, .footer-security h3 { font-size: .62rem; }
.footer-security h3 { font-size: .54rem; }
.payment-badge { border-radius: 7px; color: #d8dae1; background: #393c45; box-shadow: none; }
.footer-bottom { color: #777d8c; }
.security-shield::after { background: #15171c; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 45px; padding-top: 124px; }
  .hero-panel { width: 100%; min-height: 420px; }
  .hero h1 { font-size: clamp(3.2rem, 10vw, 5.3rem); }
  .manifesto { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: auto; }
}

@media (max-width: 760px) {
  .site-header { padding-inline: 16px; }
  .site-nav { background: rgba(8,9,13,.98); }
  .site-nav > a { font-size: .7rem; }
  .hero { padding: 112px 20px 64px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-actions { gap: 16px; }
  .hero-panel { min-height: 390px; padding: 24px; }
  .hero-panel-mark { top: 36px; width: 120px; height: 120px; }
  .hero-panel-mark img { width: 76px; }
  .section-pad { padding: 76px 20px; }
  .world-card { min-height: 500px; }
  .world-next { min-height: 470px; }
}

/* Static artwork hero */
.hero { position: relative; width: 100%; min-height: 680px; height: calc(100svh - 70px); max-height: 1080px; display: flex; align-items: flex-end; padding: 112px max(24px, calc((100vw - 1120px) / 2)) 48px; background: #08090d; isolation: isolate; }
.hero::before { display: none; }
.hero::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; z-index: -1; height: clamp(110px, 16vw, 220px); background: linear-gradient(to bottom, transparent 0%, rgba(8,9,13,.18) 28%, rgba(8,9,13,.72) 72%, #08090d 100%); pointer-events: none; }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #08090d; }
.hero-metrics { position: relative; z-index: 1; width: auto; display: flex; align-items: center; }
.hero-metric { display: flex; flex-direction: column; justify-content: center; gap: 11px; padding: 3px 44px 6px; text-align: left; }
.hero-metric:first-child { padding-left: 0; }
.hero-metric + .hero-metric { border-left: 1px solid rgba(255,255,255,.28); }
.hero-metric strong { color: #fff; font: 400 clamp(1.7rem, 3.3vw, 2.6rem)/1 var(--pixel); text-shadow: 0 5px 24px rgba(0,0,0,.65); }
.hero-metric > span { display: flex; align-items: center; gap: 10px; color: #ff5b62; font: 400 .66rem/1 var(--pixel); letter-spacing: .055em; text-transform: uppercase; }
.hero-metric > span::before { content: ""; width: 22px; height: 2px; background: #ea3b42; }
.hero-metric-sessions > span { color: #7fb4ff; }
.hero-metric-sessions > span::before { background: #5ca4ff; }
.hero-metric-playtime > span { color: #ffe06a; }
.hero-metric-playtime > span::before { background: #f2c83e; }
.hero-copy { width: min(100%, 650px); max-width: none; padding: 28px 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(8,9,13,.72); box-shadow: 0 24px 70px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.hero h1 { font-size: clamp(2.25rem, 4.2vw, 4rem); line-height: 1.08; }
.hero-intro { margin-top: 18px; font-size: .7rem; line-height: 1.7; }
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 22px 0 0; border: 1px solid rgba(234,59,66,.22); border-radius: 12px; background: rgba(234,59,66,.055); }
.hero-stats div { display: flex; flex-direction: column-reverse; gap: 5px; padding: 15px 17px 12px; }
.hero-stats div + div { border-left: 1px solid rgba(234,59,66,.18); }
.hero-stats dt { color: var(--muted); font-size: .5rem; text-transform: uppercase; }
.hero-stats dd { margin: 0; color: var(--yellow); font: 400 clamp(1.1rem, 2vw, 1.5rem)/1 var(--pixel); }
.hero-actions { margin-top: 24px; }

@media (max-width: 760px) {
  html { font-size: 21px; }
  .hero { min-height: 680px; height: calc(100svh - 70px); max-height: 900px; padding: 92px 16px 26px; }
  .hero-image { inset: 0; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 56% center; }
  .hero-metrics { width: 100%; flex-wrap: wrap; justify-content: center; }
  .hero-metric, .hero-metric:first-child { flex: 1 1 50%; padding: 2px 14px 4px; text-align: center; }
  .hero-metric strong { font-size: clamp(1.25rem, 6.3vw, 1.7rem); }
  .hero-metric > span { justify-content: center; font-size: .55rem; }
  .hero-metric-playtime { flex-basis: 100%; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); border-left: 0 !important; }
  .hero::before { background: linear-gradient(0deg, rgba(5,6,9,.93) 0%, rgba(5,6,9,.28) 62%, rgba(5,6,9,.08) 100%); }
  .hero-copy { padding: 22px 20px; border-radius: 15px; }
  .hero h1 { font-size: clamp(2rem, 9.5vw, 3.25rem); }
  .hero-intro { display: none; }
  .hero-stats { margin-top: 18px; }
  .hero-stats div { padding: 12px 11px 10px; }
  .hero-stats dd { font-size: clamp(.88rem, 4vw, 1.1rem); }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero .button { width: auto; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero .button { width: 100%; }
}

/* Trusted companies */
.trusted { padding: 54px clamp(24px, 4vw, 72px) 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: #0d0f14; }
.trusted-title { margin: 0 0 36px; color: var(--muted); font: 400 .75rem var(--pixel); letter-spacing: .05em; text-transform: uppercase; }
.trusted-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px clamp(38px, 4.5vw, 70px); }
.trusted-company { min-width: 0; height: 72px; display: flex; flex: 0 1 auto; align-items: center; justify-content: center; }
.trusted-company img { display: block; width: auto; max-width: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.trusted-starfish img { width: 230px; }
.trusted-spark img { width: 190px; }
.trusted-digital img { width: 165px; }
.trusted-strut img { width: auto; height: 72px; }
.trusted-partner img { width: auto; height: 68px; }

@media (max-width: 1000px) {
  .trusted-logos { gap-inline: 44px; }
}

@media (max-width: 700px) {
  .trusted { padding: 42px 20px 46px; }
  .trusted-title { margin-bottom: 28px; }
  .trusted-logos { gap: 26px 34px; }
  .trusted-company { height: 54px; }
  .trusted-starfish img { width: 210px; }
  .trusted-spark img { width: 175px; }
  .trusted-digital img { width: 150px; }
  .trusted-strut img { height: 58px; }
  .trusted-partner img { height: 56px; }
}

/* Contact form */
.contact-form-section { width: 100%; max-width: 1500px; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr); gap: clamp(48px, 5vw, 90px); align-items: start; margin: 58px auto 0; padding: 72px 0 0; border-top: 1px solid var(--line); text-align: left; }
.contact-form-intro h2 { max-width: 500px; margin: 0; font: 400 clamp(2rem, 3.8vw, 3.35rem)/1.08 var(--pixel); letter-spacing: -.035em; }
.contact-form-intro > p:not(.section-label) { max-width: 480px; margin: 24px 0; color: var(--muted); font: 400 .66rem/1.8 var(--pixel); }
.contact-form-intro > a { display: inline-flex; align-items: center; gap: 10px; padding: 13px 15px 11px; border: 1px solid rgba(234,59,66,.38); border-radius: 11px; color: #ff676d; background: rgba(234,59,66,.08); box-shadow: 0 10px 28px rgba(234,59,66,.08); font: 400 .92rem/1.35 var(--pixel); transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease; }
.contact-form-intro > a:hover { color: #fff; border-color: rgba(234,59,66,.72); background: rgba(234,59,66,.18); transform: translateY(-1px); }
.contact-form-intro > a span { margin-left: 0; }
.contact-form { display: grid; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #11131a; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.contact-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-field { display: grid; gap: 9px; min-width: 0; }
.contact-field > span { color: #d7dae2; font: 400 .54rem var(--pixel); }
.contact-field small { margin-left: 6px; color: #717786; font: inherit; }
.contact-field input, .contact-field textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; outline: 0; color: var(--cream); background: #0b0d12; font: 400 .64rem/1.6 var(--pixel); transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.contact-field input { min-height: 50px; }
.contact-field textarea { min-height: 150px; resize: vertical; }
.contact-field input:hover, .contact-field textarea:hover { border-color: rgba(255,255,255,.2); }
.contact-field input:focus, .contact-field textarea:focus { border-color: rgba(234,59,66,.74); background: #0d0f15; box-shadow: 0 0 0 3px rgba(234,59,66,.1); }
.contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 2px; }
.contact-form-footer p { max-width: 330px; margin: 0; color: #737988; font: 400 .49rem/1.6 var(--pixel); }
.contact-form-footer .button { flex: 0 0 auto; }

@media (max-width: 1200px) {
  .contact-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .contact-form-section { gap: 36px; margin-top: 44px; padding: 54px 0 0; }
  .contact-form { padding: 20px; }
  .contact-field-row { grid-template-columns: 1fr; }
  .contact-form-footer { align-items: stretch; flex-direction: column; }
  .contact-form-footer .button { width: 100%; }
}

/* Cinematic world selector */
.worlds { overflow: hidden; padding-inline: clamp(24px, 3vw, 64px); background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.04), transparent 36%), #08090d; }
.world-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: start; padding: 14px 18px 38px; perspective: 1200px; }
.world-card, .world-next { position: relative; min-height: 740px; grid-column: auto; justify-content: space-between; padding: 32px; overflow: hidden; border: 1px solid rgba(234,59,66,.2); border-radius: 0; background: #11131a; box-shadow: 0 30px 70px rgba(0,0,0,.28); isolation: isolate; mask-image: none; -webkit-mask-image: none; transition: transform .28s ease, filter .28s ease; }
.world-bumble { border-color: rgba(105,219,153,.34); box-shadow: 0 28px 64px rgba(0,0,0,.3), 0 0 24px rgba(105,219,153,.14); }
.world-realms { border-color: rgba(92,164,255,.36); box-shadow: 0 28px 64px rgba(0,0,0,.3), 0 0 24px rgba(92,164,255,.14); }
.world-oneblock { border-color: rgba(242,200,62,.36); box-shadow: 0 28px 64px rgba(0,0,0,.3), 0 0 24px rgba(242,200,62,.13); }
.world-card:nth-child(1) { clip-path: none; transform: rotate(-1.8deg) translateY(20px); }
.world-card:nth-child(2) { clip-path: none; transform: none; }
.world-card:nth-child(3) { clip-path: none; transform: rotate(1.8deg) translateY(20px); }
.world-card::before { display: none; }
.world-card::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 1; background: linear-gradient(180deg, rgba(4,5,7,.58) 0%, transparent 27%, rgba(4,5,7,.12) 42%, rgba(4,5,7,.94) 82%, #050608 100%); mask-image: none; pointer-events: none; }
.world-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.66); transition: filter .3s ease, transform .5s ease; }
.world-bumble .world-art { object-position: 62% center; }
.world-realms .world-art { object-position: 53% center; }
.world-oneblock .world-art { object-position: 52% center; }
.world-card:hover { z-index: 4; transform: translateY(-9px) scale(1.018); }
.world-card:nth-child(1):hover { transform: rotate(-1.8deg) translateY(-9px) scale(1.018); }
.world-card:nth-child(3):hover { transform: rotate(1.8deg) translateY(-9px) scale(1.018); }
.world-card:hover .world-art { filter: saturate(1) brightness(.78); transform: scale(1.035); }
.world-card-top { position: relative; z-index: 2; }
.world-number { color: rgba(255,255,255,.74); text-shadow: 0 2px 12px rgba(0,0,0,.8); }
.mode-pill { position: absolute; top: -20px; right: 10px; display: flex; align-items: center; gap: 10px; padding: 13px 18px 11px; border: 1px solid rgba(255,224,106,.38); border-radius: 4px; color: #ffe06a; background: rgba(7,9,12,.9); box-shadow: 0 9px 24px rgba(0,0,0,.35); backdrop-filter: blur(10px); clip-path: polygon(9px 0, 100% 0, 100% 100%, 0 100%, 0 9px); font: 400 .68rem var(--pixel); transform: translateX(20%); }
.mode-pill-relaxing { color: #8fe4ad; border-color: rgba(105,219,153,.48); background: rgba(7,30,19,.9); }
.mode-pill-adventure { color: #8fc7ff; border-color: rgba(92,164,255,.5); background: rgba(8,22,42,.9); }
.mode-pill-competitive { color: #ffe06a; border-color: rgba(255,208,61,.56); background: rgba(42,31,4,.92); }
.world-card-content { position: relative; z-index: 2; max-width: 100%; }
.world-brand { display: block; width: auto; max-width: min(92%, 330px); max-height: 128px; margin: 0 0 22px; object-fit: contain; object-position: left center; filter: drop-shadow(0 7px 18px rgba(0,0,0,.5)); }
.world-brand-bumble { max-height: 122px; }
.world-brand-realms { max-height: 104px; }
.world-brand-oneblock { max-width: min(96%, 360px); max-height: 116px; }
.world-card h3:not(.sr-only) { margin: 0; font: 400 clamp(1.45rem, 2.3vw, 2rem)/1.08 var(--pixel); letter-spacing: -.03em; }
.world-card-content > p { max-width: 440px; margin: 17px 0 23px; color: #aaa7b0; font-size: .62rem; line-height: 1.75; text-shadow: 0 2px 10px rgba(0,0,0,.8); }
.world-card-content a { border-color: rgba(234,59,66,.5); color: #ff858a; background: rgba(234,59,66,.1); backdrop-filter: blur(8px); }
.world-card-content a:hover { border-color: rgba(234,59,66,.7); color: #fff; background: rgba(234,59,66,.72); }
.world-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.world-actions a { min-width: 112px; justify-content: center; }
.world-actions .world-action-discord { color: #c9ceff; border-color: rgba(114,126,255,.5); background: rgba(88,101,242,.16); }
.world-actions .world-action-discord:hover { border-color: #7f8aff; background: rgba(88,101,242,.72); }
.world-actions .world-action-website { color: #fff; border-color: var(--yellow); background: rgba(234,59,66,.78); }
.world-actions .world-action-website:hover { border-color: #ff7b81; background: #f34f56; }
.world-actions .world-action-website-bumble { color: #07170e; border-color: #69db99; background: #69db99; }
.world-actions .world-action-website-bumble:hover { color: #07170e; border-color: #8fe4ad; background: #8fe4ad; }
.world-actions .world-action-website-realms { color: #071321; border-color: #5ca4ff; background: #5ca4ff; }
.world-actions .world-action-website-realms:hover { color: #071321; border-color: #8fc7ff; background: #8fc7ff; }
.world-actions .world-action-website-oneblock { color: #1c1503; border-color: #f2c83e; background: #f2c83e; }
.world-actions .world-action-website-oneblock:hover { color: #1c1503; border-color: #ffe06a; background: #ffe06a; }
.project-card { position: relative; width: calc(100% - 18px); min-height: 430px; grid-column: 1 / -1; justify-self: center; display: flex; align-items: flex-end; margin-top: 34px; padding: clamp(30px, 5vw, 68px); overflow: hidden; border: 1px solid rgba(95,190,255,.4); background: #08233f; box-shadow: 0 30px 70px rgba(0,0,0,.3), 0 0 26px rgba(95,190,255,.14); contain: paint; isolation: isolate; }
.project-card.reveal.is-visible { transform: rotate(-.45deg); }
.project-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,10,20,.96) 0%, rgba(4,13,27,.82) 38%, rgba(4,16,31,.2) 72%), linear-gradient(0deg, rgba(3,9,18,.82), transparent 62%); pointer-events: none; }
.project-card-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.project-card-content { max-width: 720px; }
.project-card-content > p:first-child { margin: 0 0 18px; color: #85d5ff; font: 400 .76rem var(--pixel); letter-spacing: .055em; text-transform: uppercase; }
.project-card-content h3 { max-width: 760px; margin: 0; font: 400 clamp(2.2rem, 4.8vw, 4.6rem)/1.02 var(--pixel); letter-spacing: -.04em; }
.project-card-content > p:not(:first-child) { max-width: 670px; margin: 22px 0 28px; color: #d0e3ee; font: 400 .86rem/1.75 var(--pixel); text-shadow: 0 2px 10px rgba(0,0,0,.75); }
.project-card-content a { display: inline-flex; align-items: center; gap: 12px; padding: 13px 16px 11px; border: 1px solid #69c8ff; color: #041523; background: #69c8ff; font: 400 .76rem var(--pixel); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.project-card-content a:hover { border-color: #a5e1ff; background: #a5e1ff; transform: translateY(-2px); }
.world-copyright { margin: 8px auto 0; color: rgba(255,255,255,.38); text-align: center; font: 400 .48rem/1.6 var(--pixel); }

@media (max-width: 900px) {
  .world-grid { grid-template-columns: 1fr; gap: 18px; padding-inline: 0; }
  .world-card, .world-next, .world-card:nth-child(n) { min-height: 620px; clip-path: none; border-radius: 0; transform: none; }
  .world-card:hover { transform: translateY(-5px); }
}

@media (max-width: 600px) {
  .world-card, .world-next, .world-card:nth-child(n) { min-height: 540px; padding: 22px; }
  .mode-pill { top: -12px; right: 8px; padding: 11px 14px 9px; font-size: .6rem; transform: translateX(10%); }
  .world-brand { max-width: 80%; max-height: 102px; }
  .world-card-content > p { font-size: .59rem; }
  .project-card { width: 100%; min-height: 500px; margin-top: 12px; padding: 26px 22px; }
  .project-card.reveal.is-visible { transform: none; }
  .project-card::after { background: linear-gradient(0deg, rgba(4,10,20,.98) 0%, rgba(4,13,27,.8) 58%, rgba(4,16,31,.15) 100%); }
  .project-card-art { object-position: 58% center; }
}

/* Floating site header */
.site-header {
  inset: 12px auto auto 50%;
  width: min(calc(100% - 32px), 1600px);
  height: 76px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(8,9,13,.22);
  box-shadow: 0 18px 55px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top .25s ease, height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { top: 8px; height: 66px; background: rgba(8,9,13,.38); border-color: rgba(255,255,255,.14); box-shadow: 0 14px 40px rgba(0,0,0,.38); }
.brand { height: 100%; flex: 0 0 auto; }
.brand .brand-logo { display: block; width: 52px; height: 52px; max-width: none; object-fit: contain; }
.site-nav { gap: 10px; }
.site-nav > a { padding: 10px 14px; }

@media (max-width: 760px) {
  .site-header { inset: 8px auto auto 50%; width: calc(100% - 16px); height: 64px; padding: 0 14px; border-radius: 14px; }
  .site-header.is-scrolled { top: 6px; height: 60px; }
  .brand .brand-logo { width: 42px; height: 42px; max-width: none; }
  .site-nav { inset: 78px 8px 8px; border: 1px solid var(--line); border-radius: 14px; }
}

/* Square interface language */
.site-header,
.site-nav,
.site-nav > a,
.site-nav .nav-cta,
.menu-toggle,
.button,
.world-card-content a,
.mode-pill,
.contact-form-intro > a { border-radius: 0; }
.mode-pill { clip-path: none; }

/* Small-text legibility pass */
.site-nav,
.site-nav > a { font-size: .82rem; }
.eyebrow,
.section-label,
.trusted-title { font-size: .92rem; }
.hero-metric > span { font-size: .8rem; }
.section-heading > p,
.contact-form-intro > p:not(.section-label) { font-size: .88rem; }
.world-number { font-size: .72rem; }
.mode-pill { font-size: .82rem; }
.world-card-content > p { font-size: .84rem; line-height: 1.75; }
.world-card-content a,
.button { font-size: .76rem; }
.contact-field > span { font-size: .74rem; }
.contact-field input,
.contact-field textarea { font-size: .82rem; }
.contact-form-footer p { font-size: .7rem; }
.footer-company > div > strong { font-size: .88rem; }
.footer-registration { font-size: .84rem; }
.footer-links { font-size: .74rem; }
.footer-security h2,
.footer-security h3 { font-size: .78rem; }
.footer-security h3 { font-size: .72rem; }
.security-list li { font-size: .88rem; }
.footer-bottom { font-size: .82rem; }
.world-copyright { font-size: .7rem; }

@media (max-width: 760px) {
  .site-nav > a { font-size: .9rem; }
  .hero-metric > span { font-size: .72rem; }
  .world-card-content > p { font-size: .8rem; }
  .world-card-content a,
  .button { font-size: .74rem; }
}

/* Clear hero metrics panel */
.hero-metrics { width: min(100%, 1080px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; border: 1px solid rgba(255,255,255,.16); background: rgba(6,8,12,.78); box-shadow: 0 22px 60px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.hero-metric,
.hero-metric:first-child { min-width: 0; align-items: center; gap: 10px; padding: 20px 24px 17px; text-align: center; }
.hero-metric + .hero-metric { border-left: 1px solid rgba(255,255,255,.16); }
.hero-metric strong { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.hero-metric > span { justify-content: center; font-size: .72rem; line-height: 1.2; white-space: nowrap; }
.site-header,
.hero-metrics,
.mode-pill,
.world-card-content a { backdrop-filter: none; -webkit-backdrop-filter: none; }
.site-header { background: rgba(8,9,13,.22); }
.hero-metrics { background: rgba(6,8,12,.9); }

@media (max-width: 760px) {
  .hero-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-metric,
  .hero-metric:first-child { padding: 15px 10px 13px; }
  .hero-metric strong { font-size: clamp(1.15rem, 6vw, 1.5rem); }
  .hero-metric > span { font-size: .62rem; }
  .hero-metric-playtime { grid-column: 1 / -1; margin-top: 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0 !important; }
}

/* Compact navigation-only header */
.site-header {
  inset: 12px clamp(16px, 3vw, 48px) auto auto;
  width: auto;
  height: auto;
  justify-content: flex-end;
  padding: 8px;
  background: rgba(8,9,13,.78);
  transform: none;
}
.site-header.is-scrolled { top: 8px; height: auto; background: rgba(8,9,13,.88); }

@media (max-width: 760px) {
  .site-header,
  .site-header.is-scrolled { inset: 8px 8px auto auto; width: auto; height: auto; padding: 6px; }
  .site-nav { position: static; inset: auto; flex-direction: row; align-items: center; gap: 4px; padding: 0; border: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { padding: 9px 10px; font-size: .64rem; }
  .site-nav .nav-cta { margin-top: 0; padding: 10px; }
}

/* Our team page */
.site-nav a[aria-current="page"] { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.team-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; padding: clamp(150px, 20vh, 230px) clamp(24px, 7vw, 110px) clamp(72px, 9vw, 120px); overflow: hidden; isolation: isolate; }
.team-hero-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.team-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,7,11,.94) 0%, rgba(5,7,11,.72) 45%, rgba(5,7,11,.28) 75%), linear-gradient(0deg, #08090d 0%, transparent 42%); }
.team-hero::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; z-index: -1; height: clamp(130px, 20vw, 280px); background: linear-gradient(to bottom, transparent 0%, rgba(8,9,13,.2) 28%, rgba(8,9,13,.76) 72%, #08090d 100%); pointer-events: none; }
.team-hero-content { width: min(850px, 74vw); }
.team-hero-content h1 { max-width: 820px; margin: 0; font: 400 clamp(3.3rem, 7vw, 7rem)/.94 var(--pixel); letter-spacing: -.055em; text-wrap: balance; }
.team-hero-content > p:last-child { max-width: 760px; margin: 30px 0 0; color: #c1c6d1; font-size: clamp(.88rem, 1.25vw, 1.08rem); line-height: 1.75; }
.team-home-link { position: fixed; top: 12px; left: clamp(16px, 3vw, 48px); z-index: 31; padding: 18px 16px 16px; color: #d5d9e2; border: 1px solid rgba(255,255,255,.14); background: rgba(8,9,13,.78); font-size: .68rem; }
.team-home-link:hover { color: #fff; border-color: rgba(234,59,66,.65); }

.team-roster { background: #08090d; }
.team-role { --role: #8f2028; --role-soft: rgba(143,32,40,.11); --role-border: rgba(143,32,40,.58); }
.team-role + .team-role { margin-top: clamp(46px, 5vw, 72px); }
.team-role-admins { --role: #ea3b42; --role-soft: rgba(234,59,66,.09); --role-border: rgba(234,59,66,.46); }
.team-role-team { --role: #4d8df7; --role-soft: rgba(77,141,247,.09); --role-border: rgba(77,141,247,.46); }
.team-role-staff { --role: #ee6aa7; --role-soft: rgba(238,106,167,.09); --role-border: rgba(238,106,167,.46); }
.team-role-heading { width: 11rem; display: flex; align-items: center; margin-bottom: 14px; padding: 15px 16px 12px; border: 1px solid var(--role-border); color: #fff; background: var(--role); box-shadow: 5px 5px 0 rgba(0,0,0,.34); }
.team-role-heading h2 { margin: 0; font: 400 1rem/1 var(--pixel); letter-spacing: .015em; text-transform: uppercase; }
.team-member-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.team-member-grid:empty { display: none; }
.team-member { position: relative; width: 140px; min-height: 0; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--role-border); background: #101219; box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.team-member-skull { width: 100%; height: 100%; display: grid; place-items: center; padding: 14px; background: var(--role-soft); }
.team-member-skull img { width: min(100%, 106px); aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; transition: opacity .16s ease, transform .16s ease; }
.team-member-details { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; min-width: 0; padding: 12px; color: #fff; background: rgba(6,8,12,.88); opacity: 0; transform: translateY(6px); transition: opacity .16s ease, transform .16s ease; }
.team-member-details h3 { margin: 0; overflow-wrap: anywhere; color: #fff; text-align: center; font: 400 clamp(.62rem, .8vw, .78rem)/1.15 var(--pixel); }
.team-member:hover .team-member-skull img { opacity: .32; transform: scale(1.04); }
.team-member:hover .team-member-details { opacity: 1; transform: none; }

.team-method { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(50px, 8vw, 140px); align-items: end; border-top: 1px solid rgba(255,255,255,.08); background: #0c0e14; }
.team-method-copy h2 { max-width: 900px; margin: 0; font: 400 clamp(2.5rem, 5vw, 5.2rem)/1 var(--pixel); letter-spacing: -.04em; }
.team-method-copy > p:last-child { max-width: 750px; margin: 30px 0 0; color: #aeb4c1; font-size: .86rem; line-height: 1.8; }
.team-method-list { border-top: 1px solid rgba(255,255,255,.15); }
.team-method-list p { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; margin: 0; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: .83rem; }
.team-method-list span { color: var(--yellow); font-size: .62rem; }

.team-cta { background: #0c0e14; }
.team-cta-card { position: relative; min-height: 100svh; display: flex; align-items: center; padding: clamp(90px, 9vw, 150px) clamp(24px, 7vw, 110px); overflow: hidden; border-top: 1px solid rgba(95,190,255,.38); border-bottom: 1px solid rgba(95,190,255,.38); background: #08233f; box-shadow: inset 0 0 90px rgba(95,190,255,.08); isolation: isolate; contain: paint; }
.team-cta-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,9,18,.96), rgba(4,13,27,.76) 48%, rgba(4,16,31,.16)); }
.team-cta-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.team-cta-layout { width: 100%; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(54px, 7vw, 120px); align-items: center; }
.team-cta-copy { max-width: 760px; }
.team-cta-copy h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 5rem)/1 var(--pixel); letter-spacing: -.045em; }
.team-cta-copy > p:not(.section-label) { max-width: 680px; margin: 24px 0; color: #d1d8e5; font-size: .82rem; line-height: 1.75; }
.team-cta-copy > a { display: inline-flex; align-items: center; gap: 10px; color: #8ed8ff; font-size: .86rem; border-bottom: 1px solid rgba(142,216,255,.5); }
.team-contact-form { border-color: rgba(142,216,255,.28); background: rgba(5,13,25,.88); box-shadow: 0 26px 70px rgba(0,0,0,.38); }
.team-contact-form .contact-field input,
.team-contact-form .contact-field textarea { background: rgba(3,9,18,.88); }
.team-contact-form .contact-field input:focus,
.team-contact-form .contact-field textarea:focus { border-color: #69c8ff; box-shadow: 0 0 0 3px rgba(105,200,255,.11); }
.team-contact-form .button { width: auto; background: #69c8ff; color: #041523; }

@media (max-width: 1000px) {
  .team-method { grid-template-columns: 1fr; }
  .team-cta-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .team-page .site-nav > a { padding: 8px 7px; font-size: .54rem; }
  .team-page .site-nav .nav-cta { padding: 9px 7px; }
  .team-hero { min-height: 700px; padding: 140px 22px 72px; }
  .team-hero-art { object-position: 58% center; }
  .team-hero-shade { background: linear-gradient(0deg, rgba(5,7,11,.98) 0%, rgba(5,7,11,.72) 62%, rgba(5,7,11,.32)); }
  .team-hero-content { width: 100%; }
  .team-hero-content h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .team-home-link { top: 8px; left: 8px; padding: 15px 10px 13px; font-size: .5rem; }
  .team-member { width: 126px; }
  .team-member-skull { padding: 12px; }
  .team-method { gap: 48px; }
  .team-cta-card { min-height: 100svh; padding: 90px 20px 70px; }
  .team-cta-card::after { background: linear-gradient(0deg, rgba(3,9,18,.98), rgba(4,13,27,.65) 70%, rgba(4,16,31,.1)); }
  .team-cta-card > img { object-position: 60% center; }
  .team-cta-layout { gap: 38px; }
  .team-contact-form { padding: 20px; }
}

@media (hover: none) {
  .team-member-details { inset: auto 0 0; padding: 8px; opacity: 1; transform: none; }
  .team-member-details h3 { font-size: .52rem; }
}

/* Minecrafted Five for small labels and interface copy */
.site-nav,
.site-nav > a,
.eyebrow,
.section-label,
.trusted-title,
.hero-metric > span,
.world-number,
.mode-pill,
.world-actions a,
.project-card-content > p:first-child,
.project-card-content a,
.world-copyright,
.button,
.text-link,
.contact-field > span,
.contact-form-footer p,
.footer-company > div > strong,
.footer-registration,
.footer-links,
.footer-security h2,
.footer-security h3,
.security-list li,
.footer-bottom,
.team-home-link,
.team-method-list p,
.team-method-list span {
  font-family: var(--micro);
}

/* Minecrafted Seven for navigation, metrics and interface copy */
.site-nav,
.site-nav > a,
.site-nav .nav-cta,
.hero-metric strong,
.hero-metric > span,
.world-number,
.world-copyright,
.contact-form,
.contact-field > span,
.contact-field input,
.contact-field textarea,
.contact-form-footer p,
.contact-form .button,
.footer-company,
.footer-company > div > strong,
.footer-registration,
.footer-support,
.footer-links,
.footer-security h2,
.footer-security h3,
.security-list li,
.footer-bottom {
  font-family: var(--pixel);
}

.site-nav,
.site-nav > a { font-size: .75rem; }
.world-number { font-size: .66rem; }
.contact-field > span { font-size: .68rem; }
.contact-field input,
.contact-field textarea { font-size: .76rem; }
.contact-form-footer p { font-size: .64rem; }
.contact-form .button { font-size: .7rem; }

@media (max-width: 760px) {
  .site-nav,
  .site-nav > a { font-size: .58rem; }
  .team-page .site-nav > a { font-size: .5rem; }
}

.site-nav,
.site-nav > a,
.site-nav .nav-cta,
.world-number {
  font-family: "Minecrafted Five", var(--pixel);
}

.button,
.world-card-content a,
.project-card-content a,
.contact-form-intro > a {
  font-family: var(--pixel);
}

/* Our values page */
.values-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; padding: clamp(150px, 20vh, 230px) clamp(24px, 7vw, 110px) clamp(72px, 9vw, 120px); overflow: hidden; isolation: isolate; }
.values-hero-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.values-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,7,11,.94) 0%, rgba(5,7,11,.7) 48%, rgba(5,7,11,.24) 78%); }
.values-hero::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; z-index: -1; height: clamp(130px, 20vw, 280px); background: linear-gradient(to bottom, transparent, rgba(8,9,13,.78) 72%, #08090d); pointer-events: none; }
.values-hero-content { width: min(900px, 76vw); }
.values-hero-content h1 { max-width: 900px; margin: 0; font: 400 clamp(3.2rem, 6.8vw, 6.8rem)/.96 var(--pixel); letter-spacing: -.05em; text-wrap: balance; }
.values-hero-content > p:last-child { max-width: 720px; margin: 30px 0 0; color: #c1c6d1; font-size: clamp(.88rem, 1.25vw, 1.08rem); line-height: 1.75; }

.values-grid-section { padding-inline: max(24px, calc((100vw - 1500px) / 2)); background: #08090d; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.value-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(26px, 2.4vw, 38px); border: 1px solid rgba(255,255,255,.14); background: #101219; }
.value-card > span { color: rgba(255,255,255,.55); font-size: .65rem; }
.value-card h2 { max-width: 100%; margin: 0; font: 400 clamp(1.7rem, 2.6vw, 2.65rem)/1.08 var(--pixel); letter-spacing: -.035em; }
.value-card p { margin: 24px 0 0; color: #b4bac6; font-size: .78rem; line-height: 1.8; }
.value-card-safety { border-color: rgba(234,59,66,.5); background: linear-gradient(180deg, rgba(234,59,66,.11), #101219 48%); }
.value-card-sustainable { border-color: rgba(105,219,153,.48); background: linear-gradient(180deg, rgba(105,219,153,.1), #101219 48%); }
.value-card-fun { border-color: rgba(242,200,62,.5); background: linear-gradient(180deg, rgba(242,200,62,.1), #101219 48%); }
.value-card-community { border-color: rgba(105,200,255,.5); background: linear-gradient(180deg, rgba(105,200,255,.1), #101219 48%); }
.value-card-craft { border-color: rgba(185,150,255,.5); background: linear-gradient(180deg, rgba(185,150,255,.1), #101219 48%); }
.value-card-listen { border-color: rgba(255,159,104,.5); background: linear-gradient(180deg, rgba(255,159,104,.1), #101219 48%); }
.value-card-safety h2 { color: #ff686f; }
.value-card-sustainable h2 { color: #8fe4ad; }
.value-card-fun h2 { color: #ffe06a; }
.value-card-community h2 { color: #69c8ff; }
.value-card-craft h2 { color: #b996ff; }
.value-card-listen h2 { color: #ff9f68; }

@media (max-width: 1000px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 360px; }
}

@media (max-width: 760px) {
  .site-nav > a,
  .team-page .site-nav > a,
  .values-page .site-nav > a { padding: 7px 6px; font-size: .5rem; }
  .site-nav .nav-cta,
  .team-page .site-nav .nav-cta { padding: 8px 6px; }
  .values-hero { min-height: 700px; padding: 140px 22px 72px; }
  .values-hero-art { object-position: 58% center; }
  .values-hero-shade { background: linear-gradient(0deg, rgba(5,7,11,.96), rgba(5,7,11,.65) 64%, rgba(5,7,11,.3)); }
  .values-hero-content { width: 100%; }
  .values-hero-content h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .value-card { min-height: 330px; padding: 25px; }
}

/* Support page */
.support-hero .values-hero-art { object-position: center 52%; }
.support-hero .values-hero-shade { background: linear-gradient(90deg, rgba(5,7,11,.96) 0%, rgba(5,7,11,.78) 46%, rgba(5,7,11,.4) 78%); }
.support-grid-section { padding-inline: max(24px, calc((100vw - 1500px) / 2)); background: #08090d; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.support-card { --support-accent: #ea3b42; --support-soft: rgba(234,59,66,.1); min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; gap: 42px; padding: clamp(28px, 3vw, 46px); border: 1px solid color-mix(in srgb, var(--support-accent) 48%, transparent); background: linear-gradient(145deg, var(--support-soft), #101219 44%); }
.support-number { color: rgba(255,255,255,.5); font-size: .65rem; }
.support-tag { margin: 0 0 18px; color: var(--support-accent); font-size: .65rem; text-transform: uppercase; }
.support-card h2 { margin: 0; color: var(--support-accent); font: 400 clamp(2.1rem, 4vw, 4rem)/1 var(--pixel); letter-spacing: -.04em; }
.support-card div > p:last-child { max-width: 690px; margin: 26px 0 0; color: #b7bdc9; font-size: .78rem; line-height: 1.8; }
.support-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.support-card .support-button { width: auto; color: #07090d; border-color: var(--support-accent); background: var(--support-accent); cursor: pointer; }
.support-card .support-button:hover { color: #07090d; background: #fff; }
.support-email { color: var(--support-accent); font-size: .72rem; border-bottom: 1px solid color-mix(in srgb, var(--support-accent) 50%, transparent); }
.support-card-appeals { --support-accent: #69c8ff; --support-soft: rgba(105,200,255,.1); }
.support-card-reports { --support-accent: #ee6aa7; --support-soft: rgba(238,106,167,.1); }
.support-card-technical { --support-accent: #8fe4ad; --support-soft: rgba(143,228,173,.1); }

.support-checklist { border-top: 1px solid rgba(255,255,255,.08); background: #0c0e14; }
.support-checklist-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); column-gap: clamp(48px, 8vw, 130px); align-items: end; margin-bottom: clamp(46px, 6vw, 76px); }
.support-checklist-heading .section-label { grid-column: 1 / -1; }
.support-checklist h2 { max-width: 900px; margin: 0; font: 400 clamp(2.5rem, 4.2vw, 4.4rem)/1 var(--pixel); letter-spacing: -.045em; }
.support-checklist-heading > p:last-child { max-width: 560px; margin: 0; color: #9ca3b1; font-size: .76rem; line-height: 1.75; }
.support-checklist ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.support-checklist li { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; gap: 42px; padding: 28px; border: 1px solid rgba(255,255,255,.14); color: #d1d5de; background: #101219; font-size: .72rem; line-height: 1.65; }
.support-checklist li span { color: var(--ember-bright); font-size: .66rem; }

@media (max-width: 1000px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 440px; }
  .support-checklist-heading { grid-template-columns: 1fr; gap: 24px; }
  .support-checklist ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .support-page .site-nav > a { padding: 7px 6px; font-size: .5rem; }
  .support-card { min-height: 400px; padding: 25px; }
  .support-card h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
  .support-checklist ul { grid-template-columns: 1fr; }
  .support-checklist li { min-height: 170px; }
}

@media (max-width: 520px) {
  .site-nav .nav-cta { display: none; }
}

/* Experience support picker */
body.modal-open { overflow: hidden; }
.experience-modal[hidden] { display: none; }
.experience-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.experience-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3,4,7,.86); cursor: default; }
.experience-dialog { position: relative; width: min(1180px, 100%); max-height: calc(100svh - 48px); overflow-y: auto; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(255,255,255,.18); background: #0b0d12; box-shadow: 0 32px 100px rgba(0,0,0,.68); }
.experience-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.experience-dialog-heading .section-label { margin-bottom: 14px; }
.experience-dialog h2 { margin: 0; font: 400 clamp(2.2rem, 4.5vw, 4.3rem)/1 var(--pixel); letter-spacing: -.04em; }
.experience-dialog-close { flex: 0 0 auto; width: 50px; height: 50px; padding: 0 0 5px; border: 1px solid rgba(255,255,255,.18); color: #fff; background: #151821; font: 400 1.55rem/1 var(--pixel); cursor: pointer; }
.experience-dialog-close:hover { color: #08090d; border-color: #fff; background: #fff; }
.experience-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.experience-choice { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #101219; transition: transform .18s ease, border-color .18s ease; isolation: isolate; }
.experience-choice::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5,7,11,.96), rgba(5,7,11,.2) 72%); }
.experience-choice:hover { z-index: 2; border-color: rgba(255,255,255,.62); transform: translateY(-5px); }
.experience-choice-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.experience-choice-logo { width: min(76%, 290px); max-height: 120px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.55)); }
.experience-choice > span { position: absolute; right: 20px; bottom: 18px; left: 20px; display: flex; justify-content: space-between; color: #fff; font-size: .62rem; }
.experience-choice > span b { color: var(--ember-bright); font-weight: 400; }
.experience-choice-bumble { border-color: rgba(143,228,173,.34); }
.experience-choice-realms { border-color: rgba(105,200,255,.34); }
.experience-choice-oneblock { border-color: rgba(255,224,106,.34); }

@media (max-width: 850px) {
  .experience-choices { grid-template-columns: 1fr; }
  .experience-choice { min-height: 230px; }
}

@media (max-width: 520px) {
  .experience-modal { padding: 10px; }
  .experience-dialog { max-height: calc(100svh - 20px); padding: 22px; }
  .experience-dialog-heading { margin-bottom: 26px; }
  .experience-dialog-close { width: 44px; height: 44px; }
  .experience-choice { min-height: 190px; }
}
