@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #071a22;
  --ink-soft: #173039;
  --paper: #f3f0e9;
  --white: #fffdf8;
  --line: rgba(7, 26, 34, .14);
  --mint: #85efc1;
  --lime: #c8f36a;
  --blue: #50a6ff;
  --purple: #936cff;
  --orange: #ff8b55;
  --pink: #ff6eb4;
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 70px; background: rgba(7,26,34,.92); backdrop-filter: blur(16px); box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 35px; height: 35px; display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 3px; transform: skewY(-10deg); }
.brand-mark i { display: block; border-radius: 4px 4px 2px 2px; }
.brand-mark i:nth-child(1) { height: 58%; background: var(--mint); }
.brand-mark i:nth-child(2) { height: 100%; background: var(--blue); }
.brand-mark i:nth-child(3) { height: 76%; background: var(--pink); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; font-size: 8px; letter-spacing: .24em; opacity: .64; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { opacity: .72; transition: opacity .2s; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { opacity: 1; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .22; 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: 54px 54px; mask-image: linear-gradient(to bottom, black 45%, transparent 90%); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 520px; height: 520px; right: -170px; top: 90px; background: radial-gradient(circle at 35% 35%, rgba(133,239,193,.28), rgba(80,166,255,.08) 45%, transparent 68%); }
.orb-two { width: 420px; height: 420px; left: -250px; bottom: -160px; background: radial-gradient(circle at 65% 40%, rgba(147,108,255,.18), transparent 66%); }
.hero-layout { position: relative; min-height: 680px; padding-top: 142px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--mint); }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #367969; }
.eyebrow.light { color: var(--mint); }
.hero h1, .section-heading h2, .intro-grid h2, .games-heading h2, .about-title h2, .contact h2 { margin: 0; font-family: Manrope, sans-serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(52px, 6.2vw, 84px); max-width: 770px; }
em { color: var(--mint); font-style: normal; }
.hero-intro { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--mint); }
.button-primary:hover { background: #a7f6d3; }
.button-ghost { border-color: rgba(255,255,255,.22); color: var(--white); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); }

.hero-stage { position: relative; min-height: 480px; }
.signal-rings { position: absolute; width: 360px; height: 360px; left: 48%; top: 50%; transform: translate(-50%,-50%); }
.signal-rings i { position: absolute; border-radius: 50%; border: 1px solid rgba(133,239,193,.18); inset: 0; animation: pulse 5s ease-in-out infinite; }
.signal-rings i:nth-child(2) { inset: 55px; animation-delay: -1.4s; }
.signal-rings i:nth-child(3) { inset: 110px; animation-delay: -2.8s; background: radial-gradient(circle, rgba(80,166,255,.14), transparent 66%); }
@keyframes pulse { 0%,100% { transform: scale(.96); opacity: .55; } 50% { transform: scale(1.04); opacity: 1; } }
.float-card { position: absolute; display: flex; align-items: center; gap: 15px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(16,46,56,.72); backdrop-filter: blur(16px); box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.float-card small, .float-card strong { display: block; }
.float-card small { margin-bottom: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.float-card strong { font-family: Manrope, sans-serif; font-size: 14px; }
.mini-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-family: Manrope, sans-serif; font-weight: 700; }
.icon-form { color: #183b5a; background: linear-gradient(135deg,#72dcff,#92ffcf); }
.icon-cents { color: #453e08; background: linear-gradient(135deg,#fff07b,#c8f36a); font-size: 21px; }
.card-form { top: 42px; left: 5px; transform: rotate(-4deg); }
.card-finance { right: -6px; bottom: 66px; transform: rotate(4deg); }
.card-game { min-width: 260px; left: 22%; top: 40%; transform: translateY(-50%); padding: 20px; background: linear-gradient(135deg, rgba(29,50,80,.86), rgba(54,32,75,.86)); }
.pixel-orb { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 15px; background: conic-gradient(from 20deg,var(--pink),var(--orange),var(--lime),var(--blue),var(--purple),var(--pink)); box-shadow: inset 0 0 0 10px rgba(7,26,34,.56), 0 0 34px rgba(147,108,255,.36); }
.stage-label { position: absolute; font-size: 9px; letter-spacing: .28em; opacity: .28; writing-mode: vertical-rl; }
.label-build { left: 5%; bottom: 50px; }
.label-play { right: 4%; top: 55px; }
.hero-foot { position: relative; display: flex; align-items: center; gap: 20px; padding-bottom: 28px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-foot-line { height: 1px; width: 70px; background: rgba(255,255,255,.2); }

.intro-band { padding: 84px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .72fr 1.4fr 1fr; gap: 55px; align-items: start; }
.section-number { margin: 8px 0 0; color: #648087; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.intro-grid h2 { font-size: clamp(36px,4vw,54px); }
.intro-grid h2 em, .section-heading h2 em, .about-title h2 em { color: #367969; }
.intro-grid > p:last-child { margin: 8px 0 0; color: #64767b; font-size: 15px; line-height: 1.75; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: end; }
.section-heading h1, .section-heading h2, .games-heading h1, .games-heading h2, .about-title h1, .about-title h2 { margin: 0; font-family: Manrope, sans-serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; font-size: clamp(44px,5.5vw,72px); }
.section-heading h1 em, .section-heading h2 em, .games-heading h1 em, .games-heading h2 em, .about-title h1 em, .about-title h2 em { color: #367969; }
.section-heading > p { margin: 0 0 5px; color: #64767b; line-height: 1.75; }
.filter-row { display: flex; gap: 7px; flex-wrap: wrap; margin: 52px 0 25px; }
.filter-button { cursor: pointer; padding: 10px 15px; color: #5b7077; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 600; transition: .2s; }
.filter-button:hover, .filter-button.active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-card { min-height: 370px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.58); transition: transform .25s, box-shadow .25s, opacity .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(18,42,48,.08); }
.product-card.is-hidden { display: none; }
.product-featured { color: var(--white); background: var(--ink-soft); border-color: var(--ink-soft); }
.product-top { display: flex; justify-content: space-between; align-items: flex-start; }
.product-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; font-family: Manrope,sans-serif; font-size: 17px; font-weight: 700; letter-spacing: -.04em; }
.product-icon.quickformix { color: #183b5a; background: linear-gradient(135deg,#72dcff,#92ffcf); }
.product-icon.easyavail { color: #304622; background: #d6f47c; }
.product-icon.recurease { color: #fff; background: #6a60dd; }
.product-icon.making-cents { color: #3c5415; background: #d5ee93; font-size: 26px; }
.product-icon.skin-spoon { color: #56333b; background: #f4becd; font-size: 15px; }
.product-icon.skin-spoon span { font-size: 10px; margin: 0 -2px; }
.product-icon.postrebel { color: #fff; background: #ef6f59; }
.status { padding: 7px 9px; border-radius: 999px; background: rgba(7,26,34,.06); color: #6a7b80; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.status.live { display: flex; align-items: center; gap: 6px; }
.status.live i { width: 5px; height: 5px; border-radius: 50%; background: #52c483; box-shadow: 0 0 0 3px rgba(82,196,131,.14); }
.product-featured .status { color: rgba(255,255,255,.58); background: rgba(255,255,255,.08); }
.status.soon { color: #94616f; background: #f5e1e7; }
.product-copy { margin-top: 50px; }
.product-type { margin: 0 0 8px; color: #76898e; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.product-featured .product-type { color: var(--mint); }
.product-copy h2, .product-copy h3 { margin: 0 0 17px; font: 600 27px/1 Manrope,sans-serif; letter-spacing: -.04em; }
.product-copy > p:last-child { margin: 0; color: #66787d; font-size: 13px; line-height: 1.72; }
.product-featured .product-copy > p:last-child { color: rgba(255,255,255,.62); }
.product-link { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.product-featured .product-link { border-color: rgba(255,255,255,.12); }
.product-link span { transition: transform .2s; }
a.product-link:hover span { transform: translate(2px,-2px); }
.product-link.muted { color: #8a9a9e; }

.inner-page main { padding-top: 82px; }
.inner-page .site-header { background: var(--ink); }
.page-content { min-height: calc(100vh - 82px); }

.home-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.home-path-card { min-height: 270px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.58); transition: transform .25s, box-shadow .25s; }
.home-path-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(18,42,48,.08); }
.home-path-number { color: #648087; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-path-card h3 { margin: 58px 0 14px; font: 600 30px/1 Manrope, sans-serif; letter-spacing: -.045em; }
.home-path-card p { max-width: 470px; margin: 0; color: #66787d; font-size: 13px; line-height: 1.72; }
.home-path-arrow { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.home-path-arrow span { transition: transform .2s; }
.home-path-card:hover .home-path-arrow span { transform: translate(2px,-2px); }
.home-path-games { color: var(--white); background: #101520; border-color: #101520; }
.home-path-games .home-path-number { color: var(--mint); }
.home-path-games p { color: rgba(255,255,255,.58); }
.home-path-games .home-path-arrow { border-color: rgba(255,255,255,.14); }
.home-path-custom { background: #e7f3ed; border-color: #d1e8dc; }
.home-path-custom .home-path-number { color: #367969; }

.custom-projects { background: var(--paper); }
.custom-intro { max-width: 900px; margin-top: 75px; display: grid; grid-template-columns: .95fr 1fr; gap: 70px; align-items: start; }
.custom-intro .lead { margin: 0; color: var(--ink); font: 500 22px/1.5 Manrope, sans-serif; letter-spacing: -.02em; }
.custom-intro > p:last-child { margin: 4px 0 0; color: #66787d; line-height: 1.8; }
.custom-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 75px; }
.custom-service-card { min-height: 245px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.58); }
.custom-service-card:nth-child(2) { background: #e7f3ed; border-color: #d1e8dc; }
.custom-service-card:nth-child(3) { background: #f2eafb; border-color: #dfd0ed; }
.custom-service-card:nth-child(4) { color: var(--white); background: var(--ink-soft); border-color: var(--ink-soft); }
.custom-service-number { color: #367969; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.custom-service-card:nth-child(4) .custom-service-number { color: var(--mint); }
.custom-service-card h2 { margin: 52px 0 14px; font: 600 27px/1 Manrope, sans-serif; letter-spacing: -.04em; }
.custom-service-card p { margin: 0; color: #66787d; font-size: 13px; line-height: 1.72; }
.custom-service-card:nth-child(4) p { color: rgba(255,255,255,.62); }
.custom-process { margin-top: 110px; padding-top: 75px; border-top: 1px solid var(--line); }
.custom-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 55px; }
.custom-process-step { padding-top: 23px; border-top: 1px solid var(--line); }
.custom-process-step strong { color: #83a39a; font-size: 10px; }
.custom-process-step h3 { margin: 22px 0 12px; font: 600 20px/1 Manrope, sans-serif; letter-spacing: -.03em; }
.custom-process-step p { margin: 0; color: #66787d; font-size: 13px; line-height: 1.72; }
.custom-opportunity { margin-top: 110px; padding: 70px; color: var(--white); border-radius: 26px; background: var(--ink-soft); }
.custom-opportunity-heading { max-width: 720px; }
.custom-opportunity-heading h2 { margin: 0; font: 500 clamp(38px,4.5vw,62px)/.98 Manrope, sans-serif; letter-spacing: -.055em; }
.custom-opportunity-heading h2 em { color: var(--mint); }
.custom-opportunity-heading > p:last-child { margin: 28px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; }
.opportunity-card { padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.05); }
.opportunity-card .custom-service-number { color: var(--mint); }
.opportunity-card h3 { margin: 35px 0 14px; font: 600 22px/1.05 Manrope, sans-serif; letter-spacing: -.035em; }
.opportunity-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.72; }
.custom-cta { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-top: 110px; padding-top: 65px; border-top: 1px solid var(--line); }
.custom-cta .eyebrow { margin-bottom: 20px; }
.custom-cta h2 { margin: 0; font: 500 clamp(36px,4.5vw,58px)/.98 Manrope, sans-serif; letter-spacing: -.055em; }
.custom-cta h2 em { color: #367969; }
.custom-cta .button { flex: 0 0 auto; }

.games { position: relative; overflow: hidden; color: var(--white); background: #101520; }
.game-noise { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px); background-size: 8px 8px; }
.games .shell { position: relative; }
.games-heading { max-width: 820px; }
.games-heading > p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.57); line-height: 1.75; }
.game-showcase { display: grid; grid-template-columns: 1.35fr .85fr; min-height: 480px; margin-top: 65px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.04); }
.game-art { position: relative; overflow: hidden; min-height: 480px; background: linear-gradient(160deg,#224c83,#814f98 58%,#ff9f58); }
.sun { position: absolute; width: 160px; height: 160px; right: 13%; top: 14%; border-radius: 50%; background: #ffe997; box-shadow: 0 0 60px rgba(255,233,151,.45); }
.mountain { position: absolute; left: -10%; right: -10%; bottom: -12%; height: 70%; clip-path: polygon(0 100%, 0 55%, 15% 25%, 30% 58%, 47% 8%, 62% 50%, 77% 18%, 100% 61%, 100% 100%); }
.mountain-back { background: rgba(32,32,70,.48); transform: translateY(-55px) scale(1.1); }
.mountain-front { background: #182238; }
.colour-drop { position: absolute; width: 26px; height: 34px; border-radius: 55% 55% 60% 60%; transform: rotate(45deg); box-shadow: 0 0 24px currentColor; }
.drop-red { left: 20%; top: 24%; color: #ff557b; background: currentColor; }
.drop-green { left: 50%; top: 42%; color: #8dfa72; background: currentColor; }
.drop-blue { right: 15%; top: 57%; color: #5bd6ff; background: currentColor; }
.player { position: absolute; left: 38%; bottom: 20%; width: 60px; height: 60px; border-radius: 16px 16px 24px 24px; background: #f1e8dc; box-shadow: inset 0 -12px 0 rgba(0,0,0,.15), 0 12px 22px rgba(0,0,0,.24); }
.player::before, .player::after { content: ""; position: absolute; width: 9px; height: 14px; top: 17px; border-radius: 50%; background: #182238; }
.player::before { left: 15px; }.player::after { right: 15px; }
.player span { position: absolute; width: 20px; height: 5px; left: 20px; top: 40px; border-radius: 99px; background: #e76376; }
.scanlines { position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,0,0,.08) 50%); background-size: 100% 4px; mix-blend-mode: multiply; pointer-events: none; }
.game-details { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; }
.game-kicker { margin: 0 0 13px; color: var(--mint); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.game-details h2, .game-details h3, .game-secondary h2, .game-secondary h3 { margin: 0; font: 600 42px/1 Manrope,sans-serif; letter-spacing: -.045em; }
.game-tagline { margin: 15px 0 !important; color: var(--lime) !important; font: 500 17px Manrope,sans-serif; }
.game-details > p:not(.game-kicker):not(.game-tagline) { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.game-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0 30px; }
.game-tags span { padding: 7px 10px; border-radius: 999px; color: rgba(255,255,255,.58); background: rgba(255,255,255,.07); font-size: 9px; }
.button-colour { align-self: flex-start; color: var(--ink); background: linear-gradient(90deg,var(--mint),var(--lime)); }
.game-secondary { margin-top: 16px; padding: 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.chopper-badge { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(135deg,#ff795b,#ffbc58); }
.chopper-badge span { font-size: 25px; transform: rotate(90deg); }
.game-secondary-3d .chopper-badge { background: linear-gradient(135deg,#6d7cff,#9c70ff); }
.game-secondary-3d .chopper-badge span { font: 700 18px/1 Manrope,sans-serif; letter-spacing: -.08em; transform: none; }
.game-secondary h3 { font-size: 27px; }
.game-secondary p:last-child { margin: 10px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
.round-link { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: .2s; }
.round-link:hover { color: var(--ink); background: var(--mint); border-color: var(--mint); transform: rotate(8deg); }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 120px; align-items: start; }
.about-copy .lead { margin: 0 0 25px; color: var(--ink); font: 500 22px/1.5 Manrope,sans-serif; letter-spacing: -.02em; }
.about-copy > p:not(.lead) { color: #66787d; line-height: 1.8; }
.principles { margin-top: 50px; border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 45px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.principles strong { color: #83a39a; font-size: 10px; }

.contact { padding: 110px 0; text-align: center; color: var(--white); background: #174454; }
.contact-inner { max-width: 900px; }
.contact .eyebrow { justify-content: center; }
.contact h1, .contact h2 { margin: 0; font-family: Manrope, sans-serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; font-size: clamp(44px,6vw,76px); }
.contact > .shell > p:not(.eyebrow) { max-width: 560px; margin: 28px auto 34px; color: rgba(255,255,255,.62); line-height: 1.75; }
.contact-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button-light { color: var(--ink); background: var(--white); }

.site-footer { padding: 55px 0; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr .8fr; gap: 45px; align-items: start; }
.site-footer p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.6; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; }
.site-footer small { color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 145px; gap: 25px; }
  .hero-stage { min-height: 390px; max-width: 600px; width: 100%; margin-inline: auto; }
  .hero { min-height: 1050px; }
  .intro-grid { grid-template-columns: 1fr 1.5fr; }
  .intro-grid > p:last-child { grid-column: 2; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { max-width: 600px; }
  .home-path-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-intro { grid-template-columns: 1fr; gap: 30px; }
  .custom-process-grid, .opportunity-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-opportunity { padding: 50px; }
  .game-showcase { grid-template-columns: 1fr; }
  .game-art { min-height: 400px; }
  .about-layout { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .site-header { height: 70px; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; color: white; }
  .menu-toggle > span:not(.sr-only) { width: 21px; height: 1px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 70px 0 0; padding: 45px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 5px; background: var(--ink); transform: translateX(100%); transition: transform .3s ease; font-size: 18px; }
  .primary-nav.open { transform: none; }
  .primary-nav a { padding: 16px 5px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { margin-top: 20px; text-align: center; border-color: rgba(255,255,255,.28) !important; }
  .hero { min-height: 960px; }
  .hero-layout { padding-top: 125px; }
  .hero h1 { font-size: clamp(45px,13vw,62px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-stage { min-height: 340px; transform: scale(.9); transform-origin: center top; }
  .card-game { left: 10%; }
  .card-form { left: -3%; }
  .card-finance { right: -4%; bottom: 30px; }
  .intro-grid, .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .intro-grid > p:last-child { grid-column: auto; }
  .inner-page main { padding-top: 70px; }
  .page-content { min-height: calc(100vh - 70px); }
  .section { padding: 85px 0; }
  .home-path-grid, .custom-service-grid, .custom-process-grid, .opportunity-grid { grid-template-columns: 1fr; }
  .custom-opportunity { padding: 38px 24px; border-radius: var(--radius); }
  .custom-cta { flex-direction: column; align-items: flex-start; gap: 30px; margin-top: 75px; padding-top: 45px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 340px; }
  .game-showcase { margin-top: 45px; }
  .game-art { min-height: 330px; }
  .game-details { padding: 38px 28px; }
  .game-secondary { grid-template-columns: auto 1fr; }
  .game-secondary .round-link { grid-column: 2; }
  .chopper-badge { width: 68px; height: 68px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

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