:root {
  --ink: #141515;
  --ink-2: #1d1f1e;
  --paper: #f5f0eb;
  --paper-2: #e9dfd8;
  --accent: #f06a35;
  --accent-hot: #f04f50;
  --brand-rose: #c33f72;
  --brand-purple: #7d2f8e;
  --brand-gradient: linear-gradient(120deg, #f47a30 0%, #f04f50 48%, #7d2f8e 100%);
  --brand-sunset: linear-gradient(120deg, #f47a30 0%, #ed5159 100%);
  --white: #fff;
  --muted: #aaa19c;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(20,21,21,.15);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.cursor-trail {
  position: fixed;
  z-index: 9999;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .08s ease;
}
.cursor-trail.is-visible { opacity: 1; }
@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-trail { display: none; }
}
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { color: var(--ink); background: var(--paper); }
.section-accent { color: var(--ink); background: var(--brand-sunset); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  color: var(--white);
  background: rgba(20,21,21,.78);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 44px; }
.logo { display: grid; grid-template-columns: 40px auto; grid-template-rows: auto auto; column-gap: 8px; align-items: center; width: max-content; }
.logo-mark { grid-row: 1 / 3; display: block; width: 40px; height: 40px; object-fit: contain; }
.logo-word { font-size: 17px; font-weight: 900; line-height: 1; letter-spacing: .07em; }
.logo-note { align-self: start; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 13px; font-weight: 700; }
.site-nav a, .header-phone span { position: relative; }
.site-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: var(--brand-gradient); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { display: flex; align-items: center; gap: 12px; color: var(--accent); font-size: 13px; font-weight: 800; }
.header-phone svg { display: none; width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 150px 0 0; }
.hero-grid { position: absolute; inset: 76px 0 0; opacity: .14; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 0, transparent 85%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: 50px; min-height: 690px; align-items: center; padding-bottom: 75px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--accent); }
.section-light .eyebrow span, .section-accent .eyebrow span { background: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(64px, 7.3vw, 108px); line-height: .82; letter-spacing: -.068em; font-weight: 800; }
.hero-title-complex { font-size: clamp(58px, 5.7vw, 84px); line-height: .88; }
h1 em, .section-dark h2 em {
  color: transparent;
  background: var(--brand-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.section-light h2 em {
  color: var(--brand-purple);
  background: none;
  -webkit-text-fill-color: var(--brand-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.section-accent h2 em {
  color: rgba(20,21,21,.58);
  background: none;
  -webkit-text-fill-color: rgba(20,21,21,.58);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero-text { max-width: 585px; color: #c1c4bd; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 0 23px; border: 0; font-weight: 800; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--brand-sunset); box-shadow: 0 12px 30px rgba(195,63,114,.18); }
.button-primary:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; gap: 12px; padding-block: 7px; border-bottom: 1px solid var(--line-dark); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--accent); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 54px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line-dark); list-style: none; color: #aeb1ab; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof li { display: flex; align-items: flex-start; gap: 10px; }
.hero-proof strong { color: var(--accent); font-size: 10px; }

.hero-visual { position: relative; height: 570px; perspective: 1200px; }
.browser-card { position: absolute; z-index: 2; top: 34px; right: 5px; width: 92%; max-width: 600px; overflow: hidden; background: #f7f7f2; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.46); transform: rotate(1.5deg); }
.browser-bar { display: grid; grid-template-columns: 80px 1fr 30px; align-items: center; height: 43px; padding: 0 13px; color: #4b4c49; background: #e5e5df; border-bottom: 1px solid #d2d2cc; font-size: 10px; }
.browser-bar > span { justify-self: center; min-width: 190px; padding: 6px 18px; text-align: center; background: rgba(255,255,255,.73); border-radius: 9px; }
.browser-bar b { justify-self: end; font-size: 15px; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i, .case-window-top i { width: 7px; height: 7px; background: #9a9c94; border-radius: 50%; }
.browser-dots i:first-child, .case-window-top i:first-child { background: var(--accent-hot); }
.browser-page { position: relative; height: 400px; overflow: hidden; color: var(--ink); background: #f6f5ee; }
.mini-nav { position: relative; z-index: 3; display: flex; align-items: center; gap: 20px; height: 55px; padding: 0 31px; border-bottom: 1px solid rgba(0,0,0,.08); }
.mini-nav b { margin-right: auto; font-size: 13px; }
.mini-nav span { width: 42px; height: 4px; background: #cccac0; }
.mini-copy { position: relative; z-index: 3; width: 61%; padding: 70px 0 0 40px; }
.mini-copy small { color: #7d7f79; font-size: 8px; letter-spacing: .15em; }
.mini-copy strong { display: block; margin: 13px 0 21px; font-size: 29px; line-height: 1.07; letter-spacing: -.04em; }
.mini-copy > i { display: block; width: 80%; height: 4px; margin: 7px 0; background: #d0d0c9; }
.mini-copy > i:nth-of-type(2) { width: 60%; }
.mini-copy button { margin-top: 22px; padding: 10px 15px; color: var(--white); background: var(--brand-sunset); border: 0; font-size: 9px; font-weight: 800; }
.mini-art { position: absolute; inset: 54px 0 0 48%; overflow: hidden; background: #292b2a; }
.shape { position: absolute; display: block; border-radius: 50%; }
.shape-a { width: 250px; height: 250px; top: -35px; right: -35px; background: var(--brand-gradient); }
.shape-b { width: 165px; height: 220px; right: 85px; bottom: -100px; background: #f2f1eb; border-radius: 50% 50% 12% 12%; transform: rotate(-12deg); }
.shape-c { width: 68px; height: 68px; left: 28px; bottom: 24px; background: #777b73; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(240,79,80,.34); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; top: 1px; right: -80px; }
.orbit-two { width: 210px; height: 210px; bottom: 28px; left: 4px; }
.floating-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; min-width: 125px; padding: 12px 15px; color: var(--ink); background: var(--white); border: 1px solid rgba(0,0,0,.09); box-shadow: 0 15px 45px rgba(0,0,0,.25); transform: rotate(-4deg); }
.floating-tag span { font-size: 28px; font-weight: 900; }
.floating-tag small { font-size: 9px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.tag-speed { top: 12px; right: -18px; }
.tag-mobile { right: 35px; bottom: 78px; color: var(--white); background: var(--brand-sunset); transform: rotate(5deg); }
.tag-mobile svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.visual-caption { position: absolute; z-index: 3; bottom: 39px; left: 0; color: #acafa8; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.45; font-style: italic; transform: rotate(-3deg); }
.visual-caption span { color: var(--accent); font-size: 12px; }

.ticker { position: relative; overflow: hidden; padding: 16px 0; color: var(--white); background: var(--brand-gradient); border-block: 1px solid var(--ink); transform: rotate(-1deg) scale(1.01); }
.ticker-track { display: flex; width: max-content; animation: ticker 25s linear infinite; }
.ticker-group { display: flex; flex: 0 0 auto; justify-content: space-around; align-items: center; gap: 34px; width: max-content; min-width: 100vw; padding-inline: 17px; }
.ticker span { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services { padding: 135px 0 145px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 40px; align-items: end; padding-bottom: 58px; border-bottom: 1px solid var(--line-light); }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .process-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(42px, 5.3vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { margin-bottom: 3px; color: #676a64; line-height: 1.7; }
.service-card { display: grid; grid-template-columns: 52px 100px 1fr 42px; gap: 25px; align-items: center; min-height: 174px; border-bottom: 1px solid var(--line-light); transition: padding .3s ease, background .3s ease; }
.service-card:hover { padding-inline: 17px; background: var(--white); }
.service-number { align-self: start; padding-top: 30px; color: #8a8d85; font-size: 11px; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 74px; height: 74px; color: var(--white); background: var(--brand-gradient); border-radius: 50%; transition: transform .35s ease; }
.service-card:hover .service-icon { transform: rotate(-8deg) scale(1.05); }
.service-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 10px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { max-width: 650px; margin-bottom: 0; color: #70736c; line-height: 1.6; }
.service-arrow { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line-light); border-radius: 50%; font-size: 18px; }

.process { padding: 125px 0; }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 410px; margin: 30px 0 35px; line-height: 1.7; }
.process-steps { margin: 0; padding: 0; border-top: 1px solid rgba(20,21,21,.4); list-style: none; }
.process-steps li { display: grid; grid-template-columns: 55px 1fr auto; gap: 25px; padding: 35px 0 38px; border-bottom: 1px solid rgba(20,21,21,.4); }
.process-steps li > span { font-size: 12px; font-weight: 900; }
.process-steps h3 { margin-bottom: 11px; font-size: 25px; letter-spacing: -.03em; }
.process-steps p { max-width: 510px; margin-bottom: 0; line-height: 1.62; opacity: .67; }
.process-steps b { min-width: 80px; padding-top: 5px; font-size: 10px; text-align: right; text-transform: uppercase; letter-spacing: .08em; }

.work { padding: 135px 0 0; }
.work-heading { border-color: var(--line-dark); }
.work-heading > p:last-child { color: #aeb1ab; }
.projects-slider { position: relative; }
.projects-slider:focus-visible { outline: 2px solid var(--brand-sunset); outline-offset: 8px; }
.projects-slider-viewport { overflow: hidden; touch-action: pan-y; }
.projects-slider-track { display: flex; align-items: stretch; transition: transform .55s cubic-bezier(.22,.7,.24,1); will-change: transform; }
.projects-slider .case-card { flex: 0 0 100%; min-width: 0; }
.case-card { display: grid; grid-template-columns: 1.45fr .55fr; gap: 55px; padding: 70px 0 100px; }
.case-preview { position: relative; min-width: 0; padding: 44px 35px; background: #ecebe4; overflow: hidden; }
.case-preview::before { content: ""; position: absolute; width: 270px; height: 270px; right: -80px; top: -100px; background: var(--brand-gradient); border-radius: 50%; }
.case-window { position: relative; z-index: 1; display: block; overflow: hidden; color: inherit; background: #02030a; border: 8px solid #2a2c2b; border-radius: 11px; box-shadow: 0 22px 55px rgba(0,0,0,.22); transform: rotate(-1.2deg); }
.case-window-top { display: flex; align-items: center; gap: 5px; height: 30px; padding: 0 9px; background: #2a2c2b; }
.case-window-top span { margin-left: auto; margin-right: auto; color: #b7bab3; font-size: 7px; }
.game-case-preview { background: #d9d4f4; }
.game-case-preview::before { width: 330px; height: 330px; right: -95px; top: auto; bottom: -125px; background: linear-gradient(145deg, var(--brand-purple), var(--brand-rose), var(--brand-sunset)); }
.game-window { color: var(--white); background: #090b17; }
.game-preview { min-height: 415px; padding: 21px 25px 17px; background: radial-gradient(circle at 77% 52%, rgba(197,58,149,.27), transparent 27%), linear-gradient(135deg, #11142b, #080914 70%); }
.game-hud { display: flex; align-items: center; gap: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.13); color: #b9bdd2; font-size: 7px; letter-spacing: .12em; }
.game-hud strong { color: var(--brand-sunset); }
.game-hud span { margin-left: auto; }
.game-hud i { color: #ff6a46; font-style: normal; letter-spacing: .25em; }
.game-stage { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 20px; min-height: 320px; }
.game-copy small { color: #d88bc3; font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.game-copy strong { display: block; margin: 17px 0 22px; font-size: 34px; line-height: .9; letter-spacing: -.055em; }
.game-copy b { display: inline-block; padding: 11px 14px; color: var(--white); background: var(--brand-sunset); font-size: 8px; letter-spacing: .08em; }
.game-arena { position: relative; min-height: 275px; }
.game-arena::before, .game-arena::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.game-arena::before { inset: 14px 22px; }
.game-arena::after { inset: 45px 53px; }
.game-arena span { position: absolute; z-index: 2; border-radius: 50%; box-shadow: 0 0 30px currentColor; }
.game-arena span:first-child { width: 74px; height: 74px; top: 92px; left: calc(50% - 37px); color: var(--brand-rose); background: currentColor; }
.game-arena span:nth-child(2) { width: 27px; height: 27px; top: 38px; right: 45px; color: var(--brand-sunset); background: currentColor; }
.game-arena span:nth-child(3) { width: 19px; height: 19px; bottom: 39px; left: 42px; color: var(--brand-purple); background: currentColor; }
.game-arena i { position: absolute; z-index: 3; top: 112px; left: calc(50% - 9px); color: var(--white); font-size: 26px; font-style: normal; font-weight: 900; }
.game-arena em { position: absolute; z-index: 3; top: 56px; left: 43px; padding: 7px 9px; color: var(--white); background: var(--brand-purple); font-size: 9px; font-style: normal; font-weight: 900; transform: rotate(-8deg); }
.game-status { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); color: #888ca6; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.game-status span:nth-child(2) { text-align: center; }
.game-status span:last-child { text-align: right; }
.case-label { position: absolute; z-index: 3; right: 23px; bottom: 22px; padding: 9px 13px; color: var(--white); background: var(--brand-sunset); font-size: 9px; font-weight: 900; text-transform: uppercase; transform: rotate(2deg); }
.case-info { display: flex; flex-direction: column; padding: 10px 0; }
.case-info > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.case-info h3 { margin: auto 0 24px; font-size: clamp(38px, 4.2vw, 56px); line-height: .95; letter-spacing: -.055em; }
.case-info p { color: #aeb1aa; line-height: 1.7; }
.case-info ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.case-info li { padding: 7px 10px; border: 1px solid var(--line-dark); color: #c7cac3; font-size: 9px; text-transform: uppercase; }
.case-link { align-self: flex-start; margin-top: 26px; padding-bottom: 6px; border-bottom: 1px solid var(--accent-hot); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-link span { margin-left: 8px; color: var(--accent); }
.wordpress-case-preview { background: #e9dfd8; }
.wordpress-case-preview::before { right: auto; left: -90px; top: auto; bottom: -120px; }
.wordpress-preview { display: grid; grid-template-columns: 82px 1fr; min-height: 415px; color: var(--ink); background: #f7f3ef; }
.wordpress-sidebar { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 24px 16px; background: #202222; }
.wordpress-sidebar strong { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--brand-gradient); border-radius: 50%; font-family: Georgia, serif; font-size: 22px; }
.wordpress-sidebar span { width: 31px; height: 5px; background: rgba(255,255,255,.18); border-radius: 5px; }
.wordpress-sidebar span:nth-of-type(2) { width: 23px; }
.wordpress-editor { display: flex; flex-direction: column; min-width: 0; }
.wordpress-toolbar { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 0 24px; border-bottom: 1px solid rgba(20,21,21,.1); font-size: 10px; }
.wordpress-toolbar i { padding: 8px 12px; color: var(--white); background: var(--brand-sunset); font-style: normal; font-weight: 800; }
.wordpress-canvas { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; flex: 1; padding: 45px 36px 32px; }
.wordpress-copy small { color: var(--brand-rose); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.wordpress-copy strong { display: block; margin: 16px 0 20px; font-size: 31px; line-height: .96; letter-spacing: -.05em; }
.wordpress-copy p { width: 90%; height: 5px; margin: 8px 0; background: #d4cdc7; }
.wordpress-copy p:nth-of-type(2) { width: 65%; }
.wordpress-copy em { display: inline-block; margin-top: 22px; padding: 10px 13px; color: var(--white); background: var(--brand-sunset); font-size: 8px; font-style: normal; font-weight: 900; }
.wordpress-modules { display: flex; flex-direction: column; gap: 10px; padding: 18px; background: var(--white); border: 1px solid rgba(20,21,21,.1); box-shadow: 0 16px 32px rgba(20,21,21,.08); }
.wordpress-modules b { margin-bottom: 5px; font-size: 12px; }
.wordpress-modules span { padding: 11px 9px; background: #f0ebe6; border-left: 3px solid var(--accent-hot); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.landing-case-preview { background: #d9d4f4; }
.landing-case-preview::before { width: 330px; height: 330px; right: -105px; top: -135px; background: linear-gradient(135deg, var(--brand-purple), var(--brand-rose), var(--brand-sunset)); }
.landing-window { color: var(--ink); background: #f6f1e9; }
.landing-preview { min-height: 415px; padding: 25px 29px 22px; background: #f6f1e9; }
.landing-nav { display: flex; align-items: center; gap: 22px; padding-bottom: 19px; border-bottom: 1px solid rgba(20,21,21,.13); font-size: 8px; text-transform: uppercase; }
.landing-nav strong { margin-right: auto; font-size: 13px; letter-spacing: -.03em; }
.landing-nav i { padding: 9px 12px; color: var(--white); background: var(--ink); font-style: normal; font-weight: 800; }
.landing-hero { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 25px; min-height: 290px; }
.landing-copy small { color: var(--brand-purple); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.landing-copy strong { display: block; margin: 17px 0 15px; font-size: 37px; line-height: .92; letter-spacing: -.06em; }
.landing-copy p { max-width: 270px; margin-bottom: 19px; color: #6e706a; font-size: 10px; line-height: 1.5; }
.landing-copy b { display: inline-block; padding: 10px 13px; color: var(--white); background: var(--brand-sunset); font-size: 8px; text-transform: uppercase; }
.landing-art { position: relative; min-height: 245px; }
.landing-art span { position: absolute; border-radius: 50%; }
.landing-art span:first-child { inset: 13px 10px 18px 23px; background: linear-gradient(145deg, var(--brand-purple), var(--brand-rose) 55%, var(--brand-sunset)); box-shadow: 0 20px 45px rgba(73,32,116,.25); }
.landing-art span:nth-child(2) { width: 92px; height: 92px; right: 1px; bottom: 3px; background: #ffca5a; border: 10px solid #f6f1e9; }
.landing-art em { position: absolute; z-index: 1; top: 42px; left: 2px; padding: 13px 14px; color: var(--white); background: var(--ink); font-size: 16px; font-style: normal; font-weight: 900; transform: rotate(-5deg); }
.landing-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 16px; border-top: 1px solid rgba(20,21,21,.13); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.landing-stats span:nth-child(2) { text-align: center; }
.landing-stats span:last-child { text-align: right; }
.crm-case-preview { background: #dce5df; }
.crm-case-preview::before { width: 300px; height: 300px; right: -90px; top: auto; bottom: -120px; background: linear-gradient(145deg, var(--brand-sunset), var(--brand-rose), var(--brand-purple)); }
.crm-window { color: #202422; background: #f1f4f2; }
.crm-preview { display: grid; grid-template-columns: 66px 1fr; min-height: 415px; background: #f1f4f2; }
.crm-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 18px 12px; background: #202422; }
.crm-sidebar strong { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); background: var(--brand-gradient); font-size: 17px; }
.crm-sidebar span { width: 27px; height: 5px; background: rgba(255,255,255,.14); border-radius: 5px; }
.crm-sidebar span:nth-of-type(2), .crm-sidebar span:nth-of-type(5) { width: 20px; }
.crm-dashboard { min-width: 0; }
.crm-toolbar { display: flex; align-items: center; gap: 18px; min-height: 55px; padding: 0 22px; border-bottom: 1px solid rgba(20,21,21,.1); font-size: 10px; }
.crm-toolbar b { margin-right: auto; font-size: 12px; }
.crm-toolbar span { min-width: 130px; padding: 8px 10px; color: #8a8f8b; background: var(--white); border: 1px solid #dce1de; font-size: 8px; }
.crm-toolbar i { display: grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: var(--brand-purple); border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 900; }
.crm-content { padding: 20px; }
.crm-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 17px; }
.crm-summary article { padding: 13px; background: var(--white); border: 1px solid #e0e4e1; }
.crm-summary small { display: block; color: #858a86; font-size: 7px; text-transform: uppercase; }
.crm-summary strong { display: inline-block; margin-top: 8px; font-size: 18px; }
.crm-summary em { float: right; margin-top: 12px; color: var(--brand-purple); font-size: 7px; font-style: normal; font-weight: 800; }
.crm-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.crm-board section { min-width: 0; padding: 10px; background: #e7ece9; }
.crm-board section > b { display: block; margin-bottom: 10px; color: #767d78; font-size: 7px; letter-spacing: .1em; }
.crm-board section > span { display: block; margin-bottom: 8px; padding: 12px 10px; background: var(--white); border-left: 3px solid var(--brand-sunset); box-shadow: 0 5px 12px rgba(20,21,21,.05); }
.crm-board section:nth-child(2) > span { border-left-color: var(--brand-rose); }
.crm-board section:nth-child(3) > span { border-left-color: var(--brand-purple); }
.crm-board span strong, .crm-board span small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crm-board span strong { font-size: 8px; }
.crm-board span small { margin-top: 6px; color: #858a86; font-size: 7px; }
.shop-case-preview { background: #eadfc7; }
.shop-case-preview::before { width: 310px; height: 310px; right: auto; left: -105px; top: -125px; background: linear-gradient(145deg, #ffca5a, var(--brand-sunset), var(--brand-rose)); }
.shop-window { color: #22211f; background: #f8f4ec; }
.shop-preview { min-height: 415px; padding: 0 25px 16px; background: #f8f4ec; }
.shop-nav { display: flex; align-items: center; gap: 21px; min-height: 54px; border-bottom: 1px solid rgba(20,21,21,.13); font-size: 7px; text-transform: uppercase; }
.shop-nav strong { margin-right: auto; font-size: 13px; letter-spacing: .08em; }
.shop-nav i { padding: 9px 11px; color: var(--white); background: #22211f; font-style: normal; font-weight: 800; }
.shop-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; min-height: 305px; }
.shop-gallery { display: grid; grid-template-columns: 1fr 37px; gap: 10px; }
.shop-product { position: relative; display: grid; place-items: center; min-height: 248px; background: #e7d8c7; overflow: hidden; }
.shop-product::before { content: ""; position: absolute; width: 190px; height: 190px; background: #f4b552; border-radius: 50%; opacity: .7; }
.shop-product > span { position: relative; z-index: 1; width: 112px; height: 142px; background: linear-gradient(145deg, var(--brand-purple), var(--brand-rose)); border-radius: 46px 46px 20px 20px; box-shadow: 0 22px 32px rgba(73,32,116,.2); transform: rotate(-7deg); }
.shop-product > span::before { content: ""; position: absolute; width: 54px; height: 39px; top: -22px; left: 28px; border: 8px solid var(--brand-purple); border-bottom: 0; border-radius: 35px 35px 0 0; }
.shop-product > span::after { content: "A"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.85); font-family: Georgia, serif; font-size: 35px; }
.shop-product i, .shop-product em { position: absolute; z-index: 2; font-style: normal; font-weight: 900; }
.shop-product i { top: 12px; left: 12px; padding: 6px 8px; color: var(--white); background: var(--brand-sunset); font-size: 7px; }
.shop-product em { right: 12px; bottom: 10px; color: rgba(20,21,21,.45); font-size: 12px; }
.shop-thumbs { display: flex; flex-direction: column; gap: 8px; }
.shop-thumbs span { flex: 1; background: #e7d8c7; border: 1px solid transparent; }
.shop-thumbs span:first-child { border-color: #22211f; }
.shop-details small { color: var(--brand-rose); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.shop-details > strong { display: block; margin: 14px 0 13px; font-size: 29px; line-height: .95; letter-spacing: -.05em; }
.shop-details p { max-width: 220px; margin-bottom: 14px; color: #77766f; font-size: 9px; line-height: 1.5; }
.shop-price { font-size: 17px; font-weight: 900; }
.shop-colors { display: flex; gap: 7px; margin: 13px 0; }
.shop-colors i { width: 13px; height: 13px; background: var(--brand-purple); border: 2px solid #f8f4ec; border-radius: 50%; outline: 1px solid #aaa79f; }
.shop-colors i:nth-child(2) { background: var(--brand-rose); }
.shop-colors i:nth-child(3) { background: var(--brand-sunset); }
.shop-details b { display: inline-block; padding: 11px 13px; color: var(--white); background: #22211f; font-size: 7px; letter-spacing: .08em; }
.shop-benefits { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 14px; border-top: 1px solid rgba(20,21,21,.13); color: #77766f; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.shop-benefits span:nth-child(2) { text-align: center; }
.shop-benefits span:last-child { text-align: right; }
.projects-slider-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 23px 0 65px; border-top: 1px solid var(--line-dark); }
.projects-slider-count { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.projects-slider-count > span:first-child { color: var(--white); font-size: 20px; font-weight: 900; }
.projects-slider-total { color: var(--muted); font-size: inherit; }
.projects-slider-dots { display: flex; gap: 9px; }
.projects-slider-dot { width: 28px; height: 3px; padding: 0; background: #555852; border: 0; cursor: pointer; transition: width .25s, background .25s; }
.projects-slider-dot.is-active { width: 48px; background: var(--brand-sunset); }
.projects-slider-controls { display: flex; justify-content: flex-end; gap: 9px; }
.projects-slider-button { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); cursor: pointer; font-size: 18px; transition: color .2s, background .2s, border-color .2s; }
.projects-slider-button:hover { color: var(--ink); background: var(--brand-sunset); border-color: var(--brand-sunset); }
.projects-slider-button:focus-visible, .projects-slider-dot:focus-visible { outline: 2px solid var(--brand-sunset); outline-offset: 4px; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.principles article { min-height: 190px; padding: 35px 28px 25px 0; border-right: 1px solid var(--line-dark); }
.principles article:not(:first-child) { padding-left: 28px; }
.principles article:last-child { border-right: 0; }
.principles strong { display: block; margin-bottom: 34px; color: #f36b48; font-size: 20px; }
.principles p { margin-bottom: 0; color: #969a92; font-size: 13px; line-height: 1.6; }

.contact { padding: 135px 0 130px; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 45px; color: #666a62; line-height: 1.75; }
.contact-direct { display: grid; gap: 18px; }
.contact-direct a { width: max-content; }
.contact-direct small { display: block; margin-bottom: 4px; color: #858880; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.contact-direct strong { font-size: 18px; border-bottom: 1px solid var(--line-light); }
.contact-form { align-self: start; padding: 45px; background: var(--white); box-shadow: 0 20px 50px rgba(20,21,21,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.contact-form label { display: block; margin-bottom: 27px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 10px; padding: 15px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #c8cac3; outline: 0; resize: vertical; font-size: 15px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form textarea { min-height: 95px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; align-items: center; gap: 24px; margin-top: 12px; }
.form-footer p { max-width: 240px; margin: 0; color: #8a8d85; font-size: 10px; line-height: 1.5; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 18px; margin: 16px 0 0; color: var(--brand-purple); font-size: 12px; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 190px; border-bottom: 1px solid var(--line-dark); }
.logo-footer { display: block; }
.footer-logo-animated { display: block; width: min(230px, 100%); height: auto; }
.footer-top > p { margin: 0; color: #aeb1aa; font-size: 14px; line-height: 1.5; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; font-size: 12px; font-weight: 700; }
.footer-links a { position: relative; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 75px; color: #858981; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .container { width: min(100% - 36px, var(--container)); }
  .site-nav { gap: 18px; }
  .header-phone span { display: none; }
  .header-phone svg { display: block; }
  .hero-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 35px; }
  .hero-copy { position: relative; z-index: 5; }
  .hero-visual { width: min(700px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: .6fr 1.4fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .process-layout, .contact-layout { gap: 55px; }
  .case-card { grid-template-columns: 1.25fr .75fr; gap: 35px; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principles article:nth-child(2) { border-right: 0; }
  .principles article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 68px; }
  .header-inner { gap: 18px; }
  .header-phone { margin-left: auto; }
  .menu-toggle { order: 3; display: grid; place-content: center; gap: 6px; width: 40px; height: 40px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.15); }
  .menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; inset: 68px 0 auto; display: grid; gap: 0; padding: 18px 22px 28px; background: var(--ink); border-bottom: 1px solid var(--line-dark); transform: translateY(-125%); transition: transform .3s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-dark); font-size: 16px; }
  .hero { padding-top: 105px; }
  .hero-layout { min-height: 0; padding-bottom: 42px; }
  h1 { font-size: clamp(58px, 19vw, 88px); }
  .hero-title-complex { font-size: clamp(52px, 14vw, 66px); }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 38px; }
  .hero-visual { height: 420px; margin-top: 5px; }
  .browser-card { top: 30px; right: -42px; width: 110%; }
  .browser-page { height: 300px; }
  .mini-copy { padding: 45px 0 0 25px; }
  .mini-copy strong { font-size: 22px; }
  .tag-speed { right: -4px; }
  .tag-mobile { right: 1px; bottom: 30px; }
  .visual-caption { bottom: 10px; font-size: 12px; }
  .services, .work, .contact { padding-top: 90px; }
  .services { padding-bottom: 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; padding-bottom: 38px; }
  .section-heading > p:last-child { grid-column: auto; }
  .section-heading h2, .process-intro h2, .contact-copy h2 { font-size: clamp(40px, 13vw, 60px); }
  .service-card { grid-template-columns: 38px 60px 1fr; gap: 13px; padding: 25px 0; }
  .service-card:hover { padding-inline: 10px; }
  .service-icon { width: 54px; height: 54px; }
  .service-icon svg { width: 33px; }
  .service-number { padding-top: 7px; }
  .service-card h3 { font-size: 21px; }
  .service-card p { font-size: 13px; }
  .service-arrow { display: none; }
  .process { padding: 90px 0; }
  .process-layout { grid-template-columns: 1fr; gap: 65px; }
  .process-intro { position: static; }
  .process-steps li { grid-template-columns: 37px 1fr; gap: 10px; }
  .process-steps b { grid-column: 2; text-align: left; }
  .case-card { grid-template-columns: 1fr; padding-top: 45px; }
  .case-preview { padding: 26px 18px; }
  .case-info h3 { margin-top: 60px; }
  .game-preview { min-height: 285px; padding: 15px 14px 12px; }
  .game-hud { gap: 12px; padding-bottom: 10px; font-size: 6px; }
  .game-stage { grid-template-columns: .95fr 1.05fr; gap: 7px; min-height: 218px; }
  .game-copy strong { margin: 12px 0 15px; font-size: 24px; }
  .game-copy b { padding: 9px 10px; font-size: 6px; }
  .game-arena { min-height: 190px; }
  .game-arena::before { inset: 18px 3px; }
  .game-arena::after { inset: 47px 30px; }
  .game-arena span:first-child { width: 55px; height: 55px; top: 70px; left: calc(50% - 27px); }
  .game-arena span:nth-child(2) { width: 20px; height: 20px; top: 36px; right: 15px; }
  .game-arena span:nth-child(3) { bottom: 31px; left: 16px; }
  .game-arena i { top: 83px; left: calc(50% - 7px); font-size: 20px; }
  .game-arena em { top: 45px; left: 8px; }
  .game-status { padding-top: 9px; font-size: 5px; }
  .wordpress-preview { grid-template-columns: 52px 1fr; min-height: 285px; }
  .wordpress-sidebar { gap: 14px; padding: 16px 8px; }
  .wordpress-sidebar strong { width: 34px; height: 34px; font-size: 18px; }
  .wordpress-sidebar span { width: 24px; height: 4px; }
  .wordpress-toolbar { min-height: 42px; padding: 0 12px; }
  .wordpress-canvas { grid-template-columns: 1fr; padding: 24px 18px; }
  .wordpress-copy strong { margin: 10px 0 14px; font-size: 23px; }
  .wordpress-copy em { margin-top: 14px; }
  .wordpress-modules { display: none; }
  .landing-preview { min-height: 285px; padding: 17px 16px 15px; }
  .landing-nav { gap: 12px; padding-bottom: 13px; }
  .landing-nav span { display: none; }
  .landing-hero { grid-template-columns: 1.22fr .78fr; gap: 10px; min-height: 205px; }
  .landing-copy strong { margin: 12px 0 11px; font-size: 25px; }
  .landing-copy p { font-size: 8px; }
  .landing-art { min-height: 175px; }
  .landing-art span:first-child { inset: 18px 0 22px 5px; }
  .landing-art span:nth-child(2) { width: 62px; height: 62px; border-width: 7px; }
  .landing-art em { top: 36px; left: -4px; padding: 8px; font-size: 11px; }
  .landing-stats { padding-top: 11px; font-size: 6px; }
  .crm-preview { grid-template-columns: 44px 1fr; min-height: 285px; }
  .crm-sidebar { gap: 13px; padding: 13px 7px; }
  .crm-sidebar strong { width: 29px; height: 29px; font-size: 14px; }
  .crm-sidebar span { width: 22px; height: 4px; }
  .crm-toolbar { min-height: 42px; padding: 0 10px; }
  .crm-toolbar span { display: none; }
  .crm-content { padding: 12px; }
  .crm-summary { gap: 6px; margin-bottom: 10px; }
  .crm-summary article { padding: 9px 7px; }
  .crm-summary strong { font-size: 14px; }
  .crm-summary em { display: none; }
  .crm-board { gap: 6px; }
  .crm-board section { padding: 7px 5px; }
  .crm-board section > span { padding: 9px 6px; }
  .crm-board section > span:nth-of-type(2) { display: none; }
  .crm-board span strong { font-size: 6px; }
  .shop-preview { min-height: 285px; padding: 0 14px 12px; }
  .shop-nav { gap: 11px; min-height: 42px; }
  .shop-nav span { display: none; }
  .shop-layout { grid-template-columns: 1fr 1fr; gap: 12px; min-height: 220px; }
  .shop-gallery { grid-template-columns: 1fr; }
  .shop-product { min-height: 185px; }
  .shop-product::before { width: 135px; height: 135px; }
  .shop-product > span { width: 78px; height: 102px; border-radius: 33px 33px 15px 15px; }
  .shop-product > span::before { width: 38px; height: 29px; top: -16px; left: 20px; border-width: 6px; }
  .shop-product > span::after { font-size: 25px; }
  .shop-thumbs { display: none; }
  .shop-details > strong { margin: 10px 0; font-size: 21px; }
  .shop-details p { display: none; }
  .shop-price { font-size: 14px; }
  .shop-colors { margin: 10px 0; }
  .shop-details b { padding: 9px 8px; font-size: 6px; }
  .shop-benefits { padding-top: 10px; font-size: 5px; }
  .projects-slider-footer { grid-template-columns: 1fr auto; gap: 18px; padding-bottom: 52px; }
  .projects-slider-dots { grid-row: 2; grid-column: 1 / -1; justify-content: center; }
  .projects-slider-button { width: 44px; height: 44px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 0; padding: 28px 0 !important; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .principles strong { margin-bottom: 15px; }
  .contact { padding-bottom: 90px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .contact-direct strong { font-size: 16px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding: 42px 0; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-wrap: wrap; gap: 13px; padding: 25px 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; }
  .reveal { opacity: 1; transform: none; }
}
