
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/onest-400-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/onest-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/onest-500-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/onest-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/onest-600-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/onest-600-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/onest-700-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/onest-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Unbounded'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/unbounded-700-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Unbounded'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/unbounded-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/jetbrains-mono-400-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/jetbrains-mono-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root {
--red: #E8531F;        
--red-ui: #D24619;     
--red-soft: #FDECE4;
--ink: #0F0F0F;
--ink-2: #171717;
--ink-3: #222222;
--paper: #FFFFFF;
--paper-2: #F5F3F0;
--line: #E7E3DE;
--line-dark: #2C2C2C;
--muted: #66625D;
--muted-dark: #A19D98;
--font-display: "Unbounded", "Arial Black", system-ui, sans-serif;
--font-body: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
--container: 1280px;
--gutter: clamp(20px, 4vw, 48px);
--section: clamp(56px, 6.4vw, 100px);
--radius: 28px;
--radius-md: 20px;
--radius-sm: 14px;
--header-h: 76px;
--ease: cubic-bezier(.22, .7, .2, 1);
--shadow: 0 24px 60px -28px rgba(15, 15, 15, .35);
--pac: conic-gradient(from 73deg, transparent 0 50deg, currentColor 50deg 360deg); 
}
*, *::before, *::after { box-sizing: border-box; }
html {
scroll-behavior: smooth;
scroll-padding-top: calc(var(--header-h) + 16px);
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
margin: 0;
font-family: var(--font-body);
font-size: 17px;
line-height: 1.6;
color: var(--ink);
background: var(--paper);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--red); color: #fff; }
body.menu-open { overflow: hidden; }
.sr-only {
position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
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; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 600;
transition: top .2s;
}
.skip-link:focus { top: 16px; }
.container {
width: 100%;
max-width: calc(var(--container) + var(--gutter) * 2);
margin-inline: auto;
padding-inline: var(--gutter);
}
.section { position: relative; padding-block: var(--section); }
.section--soft { background: var(--paper-2); }
.section--dark { background: var(--ink); color: #fff; }
.section--tight { padding-block: clamp(40px, 4.6vw, 68px); }
.section-head { max-width: 920px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--row {
display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
gap: 24px 48px; max-width: none;
}
.section-head--row > :first-child { max-width: 900px; }
.section-head .lead { margin-top: 22px; }
.section-head--row .lead { margin-top: 0; max-width: 42ch; }
h1, h2, h3, .h1, .h2, .h3 {
font-family: var(--font-display);
font-weight: 700;
line-height: 1.06;
letter-spacing: -.035em;
text-wrap: balance;
}
.h2 { font-size: clamp(1.9rem, 3.1vw + .7rem, 3.5rem); }
.h3 { font-size: clamp(1.2rem, .9vw + .95rem, 1.6rem); letter-spacing: -.02em; line-height: 1.2; }
.br-wide { display: none; }
.h2--manual { text-wrap: normal; }
@media (min-width: 900px) { .br-wide { display: inline; } }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
margin-bottom: 22px;
font-family: var(--font-mono);
font-size: .78rem; font-weight: 500;
letter-spacing: .12em; text-transform: uppercase;
color: var(--red-ui);
}
.eyebrow::before {
content: ""; flex-shrink: 0;
width: 11px; height: 11px; border-radius: 50%;
background: var(--pac);
}
.section--dark .eyebrow, .footer .eyebrow { color: var(--red); }
.lead {
font-size: clamp(1.05rem, .4vw + .95rem, 1.22rem);
line-height: 1.6;
color: var(--muted);
max-width: 60ch;
}
.section--dark .lead { color: var(--muted-dark); }
.hl { position: relative; color: var(--red-ui); white-space: nowrap; }
.hl::after {
content: "";
position: absolute; left: -1%; right: -1%; bottom: -.2em; height: .3em;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M3 13 C 28 4, 48 4, 70 11 S 112 19, 134 10 S 176 3, 197 9' fill='none' stroke='%23E8531F' stroke-width='4' stroke-linecap='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
clip-path: inset(0 100% 0 0);
animation: draw-line 1.1s .6s var(--ease) forwards;
}
@keyframes draw-line { to { clip-path: inset(0 0 0 0); } }
.btn {
--btn-bg: var(--ink);
--btn-fg: #fff;
display: inline-flex; align-items: center; justify-content: center; gap: 14px;
min-height: 56px; padding: 0 28px;
border-radius: 999px;
background: var(--btn-bg); color: var(--btn-fg);
font-weight: 600; font-size: 1rem; line-height: 1.1; white-space: nowrap;
transition: background-color .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease), transform .2s var(--ease);
}
.btn:active { transform: scale(.97); }
.btn--icon { padding-right: 9px; }
.btn__icon {
display: grid; place-items: center; flex-shrink: 0;
width: 40px; height: 40px; border-radius: 50%;
background: rgba(255, 255, 255, .16);
transition: transform .35s var(--ease), background-color .25s;
}
.btn__icon svg { width: 18px; height: 18px; }
.btn:hover .btn__icon { transform: rotate(-45deg); }
.btn--red { --btn-bg: var(--red-ui); }
.btn--red:hover { --btn-bg: var(--ink); }
.btn--dark:hover { --btn-bg: var(--red-ui); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--ink); }
.btn--light .btn__icon { background: var(--ink); color: #fff; }
.btn--light:hover { --btn-bg: var(--red); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1.5px currentColor; }
.btn--ghost:hover { --btn-bg: var(--ink); --btn-fg: #fff; box-shadow: inset 0 0 0 1.5px var(--ink); }
.section--dark .btn--ghost, .footer .btn--ghost { --btn-fg: #fff; }
.section--dark .btn--ghost:hover, .footer .btn--ghost:hover { --btn-bg: #fff; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1.5px #fff; }
.btn--sm { min-height: 46px; padding: 0 22px; font-size: .95rem; }
.btn--block { width: 100%; }
.link-arrow {
display: inline-flex; align-items: center; gap: 10px;
padding-bottom: 5px;
border-bottom: 1.5px solid currentColor;
font-weight: 600;
transition: gap .25s var(--ease), color .2s;
}
.link-arrow svg { width: 18px; height: 18px; }
.link-arrow:hover { gap: 16px; color: var(--red-ui); }
.section--dark .link-arrow:hover { color: var(--red); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
display: inline-flex; align-items: center;
height: 32px; padding: 0 14px;
border-radius: 999px; border: 1px solid var(--line);
font-size: .85rem; font-weight: 500; color: var(--muted); white-space: nowrap;
}
.section--dark .tag { border-color: var(--line-dark); color: var(--muted-dark); }
.checks li { position: relative; padding-left: 30px; }
.checks li + li { margin-top: 12px; }
.checks li::before {
content: ""; position: absolute; left: 0; top: .32em;
width: 16px; height: 16px; border-radius: 50%;
background: var(--pac); color: var(--ink);
}
.section--dark .checks li::before, .plan--hot .checks li::before { color: var(--red); }
.header {
position: sticky; top: 0; z-index: 50;
height: var(--header-h);
background: rgba(255, 255, 255, .86);
-webkit-backdrop-filter: saturate(1.4) blur(14px);
backdrop-filter: saturate(1.4) blur(14px);
border-bottom: 1px solid transparent;
transition: border-color .3s, background-color .3s, color .3s;
}
.header.is-scrolled { border-bottom-color: var(--line); background: rgba(255, 255, 255, .95); }
.header__inner { height: 100%; display: flex; align-items: center; gap: clamp(12px, 1.4vw, 24px); }
.logo {
display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0;
font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -.02em; line-height: 1; white-space: nowrap;
}
.logo__mark { display: block; width: 52px; }
.logo__mark img, .logo__mark svg { width: 100%; height: auto; }
.logo__word span { color: var(--red-ui); }
.logo .shrimp-antennae { stroke-width: 11; }
.logo .shrimp-legs-long { stroke-width: 12; }
.logo .shrimp-legs-short { stroke-width: 10; }
.logo:hover .shrimp { animation: wiggle .7s var(--ease); }
.nav { flex: 1 1 auto; min-width: 0; margin-left: clamp(10px, 1.6vw, 30px); }
.nav__list { display: flex; justify-content: space-between; gap: 4px; max-width: 720px; }
.nav__link {
position: relative; display: block;
padding: 10px 16px; border-radius: 999px;
font-weight: 500; font-size: .98rem;
transition: background-color .2s, color .2s;
}
.nav__link:hover { background: var(--paper-2); }
.nav__link[aria-current="page"] { color: var(--red-ui); }
.nav__link[aria-current="page"]::after {
content: ""; position: absolute; left: 50%; bottom: 3px;
width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: currentColor;
}
.header__cta { flex-shrink: 0; }
.lang {
display: inline-flex; align-items: center; flex-shrink: 0; margin-left: auto;
padding: 3px; border-radius: 999px; background: var(--paper-2);
font-family: var(--font-mono); font-size: .78rem; letter-spacing: .06em;
}
.lang__item {
display: block; padding: 7px 11px; border-radius: 999px; color: var(--muted);
transition: background-color .2s, color .2s;
}
.lang__item:hover { color: var(--ink); }
.lang__item.is-on { background: var(--ink); color: #fff; }
.mobile-menu .lang { margin: 0 0 18px; }
.burger {
display: none; position: relative; margin-left: auto;
width: 48px; height: 48px; border-radius: 50%;
background: var(--ink); color: #fff;
}
.burger span {
position: absolute; left: 15px; right: 15px; height: 2px; border-radius: 2px; background: currentColor;
transition: transform .3s var(--ease), top .3s var(--ease);
}
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 27px; }
.menu-open .burger { background: var(--red); color: var(--ink); }
.menu-open .burger span:first-child { top: 23px; transform: rotate(45deg); }
.menu-open .burger span:last-child { top: 23px; transform: rotate(-45deg); }
.menu-open .header { background: var(--ink); color: #fff; border-bottom-color: var(--line-dark); }
.menu-open .header .shrimp-eye-ring { opacity: 1; }
.mobile-menu {
position: fixed; inset: var(--header-h) 0 0; z-index: 49;
display: flex; flex-direction: column; justify-content: space-between; gap: 40px;
padding: 24px var(--gutter) 32px;
background: var(--ink); color: #fff;
overflow-y: auto;
opacity: 0; visibility: hidden;
transition: opacity .3s var(--ease), visibility .3s;
}
.menu-open .mobile-menu { opacity: 1; visibility: visible; }
.mobile-menu__list a {
display: flex; align-items: center; justify-content: space-between;
padding: 16px 0; border-bottom: 1px solid var(--line-dark);
font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 6vw, 2.4rem); letter-spacing: -.035em;
}
.mobile-menu__list a[aria-current="page"] { color: var(--red); }
.mobile-menu__list a::after { content: "→"; font-family: var(--font-body); font-size: 1.4rem; color: var(--muted-dark); }
.mobile-menu__foot { display: grid; gap: 20px; }
.mobile-menu__foot p { color: var(--muted-dark); line-height: 1.8; }
.mobile-menu__foot p a { color: #fff; }
.shrimp { width: 100%; height: auto; overflow: visible; }
.shrimp .shrimp-eye-ring { opacity: 0; transition: opacity .3s; }
.section--dark .shrimp .shrimp-eye-ring,
.footer .shrimp .shrimp-eye-ring,
.shrimp-host--ring .shrimp-eye-ring { opacity: 1; }
.shrimp-antenna {
transform-box: fill-box; transform-origin: 0% 100%;
animation: antenna 4.8s ease-in-out infinite;
}
.shrimp-antenna--2 { animation-duration: 5.7s; animation-delay: -1.9s; }
.shrimp-eye { transform-box: fill-box; transform-origin: 50% 50%; transition: transform .22s ease-out; }
.shrimp-eye-ball { transform-box: fill-box; transform-origin: 50% 50%; transition: transform .1s ease; }
.shrimp-eye-glint { transition: opacity .1s; }
.shrimp.is-blink .shrimp-eye-ball { transform: scaleY(.1); }
.shrimp.is-blink .shrimp-eye-glint { opacity: 0; }
.shrimp-host--white .shrimp-body { fill: #fff; }
.shrimp-host--white .shrimp-antennae, .shrimp-host--white .shrimp-legs { stroke: #fff; }
@keyframes antenna { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-3.5deg); } }
@keyframes wiggle { 0%, 100% { transform: rotate(0); } 30% { transform: rotate(-9deg); } 65% { transform: rotate(6deg); } }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(-1.4deg); } }
@keyframes jump {
0% { transform: translateY(0) rotate(0); }
30% { transform: translateY(-34px) rotate(-5deg); }
58% { transform: translateY(0) rotate(2deg); }
78% { transform: translateY(-9px) rotate(0); }
100% { transform: translateY(0) rotate(0); }
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(232, 83, 31, .55); } 100% { box-shadow: 0 0 0 12px rgba(232, 83, 31, 0); } }
.hero { position: relative; padding-block: clamp(28px, 4vw, 56px) clamp(48px, 6vw, 84px); overflow: clip; }
.hero__grid {
display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
gap: clamp(24px, 4vw, 64px); align-items: center;
}
.hero__status {
display: inline-flex; align-items: center; gap: 12px;
margin-bottom: 28px; padding: 8px 16px 8px 12px;
border-radius: 999px; background: var(--paper-2);
font-size: .9rem; font-weight: 500;
}
.hero__status i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: pulse 1.8s infinite; }
.hero__title {
font-size: clamp(2rem, 4.9vw + .6rem, 4.5rem);
line-height: 1.03; letter-spacing: -.04em;
margin-bottom: 28px;
}
.hero__lead { font-size: clamp(1.05rem, .45vw + .95rem, 1.25rem); color: var(--muted); max-width: 50ch; margin-bottom: 36px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 12px 14px; max-width: 700px; color: var(--muted); font-weight: 500; font-size: .95rem; }
.hero__tags li { display: inline-flex; align-items: center; gap: 8px; }
.hero__tags li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--pac); color: var(--red); }
.hero__art { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.hero__disc {
position: absolute; inset: 7%;
border-radius: 50%; background: var(--paper-2);
}
.hero__disc::before, .hero__disc::after {
content: ""; position: absolute; border-radius: 50%; border: 1.5px dashed var(--line);
}
.hero__disc::before { inset: -6%; }
.hero__disc::after { inset: 16%; border-style: solid; border-color: rgba(15, 15, 15, .05); }
.hero__shrimp {
position: relative; z-index: 1; width: 94%;
cursor: pointer; animation: bob 6.5s ease-in-out infinite;
-webkit-tap-highlight-color: transparent;
}
.hero__shrimp.is-jumping .shrimp { animation: jump .8s var(--ease); }
.bubble {
position: absolute; z-index: 2; right: 49%; top: 21%;
width: max-content; max-width: 220px; padding: 12px 18px;
border-radius: 20px 20px 6px 20px;
background: var(--ink); color: #fff;
font-weight: 600; font-size: .98rem; line-height: 1.3; text-align: left;
box-shadow: var(--shadow);
transform-origin: 100% 100%;
transition: transform .3s var(--ease);
}
.bubble:hover { transform: scale(1.04) rotate(-2deg); }
.bubble.is-pop { animation: pop .45s var(--ease); }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.float-chip {
position: absolute; z-index: 2;
display: inline-flex; align-items: center; gap: 8px;
padding: 10px 16px; border-radius: 999px;
background: #fff; box-shadow: 0 14px 34px -14px rgba(15, 15, 15, .28);
font-family: var(--font-mono); font-size: .8rem; font-weight: 500; white-space: nowrap;
animation: float 7s ease-in-out infinite;
}
.float-chip b { color: var(--red-ui); font-weight: 500; }
.float-chip--1 { right: 2%; top: 38%; animation-delay: -2s; }
.float-chip--2 { left: 2%; bottom: 9%; animation-delay: -4s; }
.float-chip--3 { right: 12%; bottom: 7%; animation-delay: -1s; }
.marquee { overflow: hidden; background: var(--ink); color: #fff; padding-block: 24px; }
.marquee__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; }
.marquee__item {
display: flex; align-items: center; gap: 30px; padding-right: 30px;
font-family: var(--font-display); font-weight: 600;
font-size: clamp(1.25rem, 1.7vw + .6rem, 2.1rem); letter-spacing: -.025em; white-space: nowrap;
}
.marquee__item::after {
content: ""; width: .62em; height: .62em; border-radius: 50%;
background: var(--pac); color: var(--red);
}
@keyframes marquee { to { transform: translateX(-50%); } }
.showreel {
position: relative; margin: clamp(32px, 4vw, 48px) 0 0;
border-radius: var(--radius); overflow: hidden; background: #000;
box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .9);
}
.showreel__video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }
.showreel::after {
content: ""; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(180deg, rgba(15, 15, 15, .25) 0 18%, transparent 42%, rgba(10, 10, 10, .88));
}
.showreel__steps {
position: absolute; z-index: 1; left: 0; right: 0; bottom: 0;
display: flex; flex-wrap: wrap; gap: 10px clamp(20px, 3vw, 44px);
padding: clamp(18px, 2.4vw, 34px);
}
.showreel__steps span { display: inline-flex; align-items: baseline; gap: 10px; font-weight: 600; font-size: .96rem; color: #fff; }
.showreel__steps b { font-family: var(--font-mono); font-weight: 500; font-size: .74rem; letter-spacing: .1em; color: var(--red); }
@media (max-width: 640px) {
.showreel__steps { gap: 6px 18px; font-size: .86rem; }
.showreel__steps span { font-size: .86rem; }
}
.works-rows { background: var(--ink); }
.work-row {
display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
min-height: min(80vh, 720px); background: var(--ink); color: #fff;
border-top: 1px solid var(--line-dark);
}
.work-row.is-hidden { display: none; }
.work-row__shot {
display: flex; align-items: center; justify-content: center;
padding: clamp(24px, 3vw, 54px);
background: radial-gradient(120% 100% at 30% 0%, #1F1D1C, #0A0A0A 72%);
}
.work-row--flip .work-row__shot { order: 2; }
.work-shot {
width: 100%; max-width: 680px; border-radius: 14px; overflow: hidden;
border: 1px solid rgba(255, 255, 255, .09); background: #141210;
box-shadow: 0 34px 70px rgba(0, 0, 0, .55);
}
.work-shot__bar { display: flex; align-items: center; gap: 7px; padding: 11px 16px; background: #1A1817; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.work-shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.work-shot__bar span {
margin-left: 12px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .04em;
color: var(--muted-dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.work-shot__window { aspect-ratio: 16 / 10; overflow: hidden; background: #0B0B0B; }
.work-shot__window img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transition: object-position 6s linear; }
.work-row:hover .work-shot__window img { object-position: 50% 100%; }
.work-row__panel {
position: relative; overflow: hidden;
display: flex; flex-direction: column; justify-content: center; gap: 16px;
padding: clamp(32px, 4.5vw, 76px);
}
.work-row__ghost {
position: absolute; right: -3%; bottom: -20%; z-index: 0;
font-family: var(--font-display); font-weight: 700; line-height: .8;
font-size: clamp(12rem, 24vw, 24rem); color: rgba(255, 255, 255, .04);
user-select: none; pointer-events: none;
}
.work-row__panel > *:not(.work-row__ghost) { position: relative; z-index: 1; }
.work-row__name {
font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
font-size: clamp(2.2rem, 4.4vw, 4.2rem); line-height: .95; letter-spacing: -.05em; color: var(--red);
}
.work-row__kind { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); }
.work-row__text { max-width: 48ch; color: #C9C5C0; font-size: 1.02rem; }
.work-row__list { display: grid; gap: 10px; padding-left: 22px; border-left: 1px solid var(--line-dark); }
.work-row__list li { color: #E6E2DD; font-size: .97rem; }
.work-row__list li::before { content: "#"; margin-right: 10px; color: var(--red); font-family: var(--font-mono); }
.work-row__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.work-row__panel .btn--ghost { --btn-fg: #fff; }
.work-row__panel .btn--ghost:hover { --btn-bg: #fff; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1.5px #fff; }
@media (prefers-reduced-motion: reduce) {
.work-row:hover .work-shot__window img { object-position: 50% 0; }
}
@media (max-width: 900px) {
.work-row { grid-template-columns: minmax(0, 1fr); min-height: 0; }
.work-row--flip .work-row__shot { order: 0; }
.work-row__shot { padding: clamp(20px, 5vw, 40px); }
.work-row__panel { padding-top: clamp(26px, 6vw, 44px); }
.work-row__ghost { font-size: 12rem; bottom: -8%; }
}
.process { --fill: 0px; --x: 32px; position: relative; margin-top: 104px; }
.process__track { position: absolute; left: 21px; right: 0; top: 35px; height: 2px; background: var(--line); }
.process__fill { position: absolute; inset: 0 auto 0 0; width: var(--fill); background: var(--red); }
.process__crawler {
position: absolute; z-index: 2; top: 0; left: var(--x);
width: 104px; margin-top: 4px; translate: 0 -100%;
pointer-events: none;
}
.process.is-ready .process__fill { transition: width .75s var(--ease), height .75s var(--ease); }
.process.is-ready .process__crawler { transition: left .8s var(--ease), scale .35s var(--ease); }
.process__crawler.is-left { scale: -1 1; }
.process__crawler.is-walking .shrimp { animation: scuttle .26s ease-in-out infinite; }
@keyframes scuttle { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-5px) rotate(-3deg); } }
.process__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.process__step { position: relative; padding-top: 84px; cursor: pointer; }
.process__num {
position: absolute; top: 14px; left: 0;
display: grid; place-items: center;
width: 44px; height: 44px; border-radius: 50%;
background: var(--paper); border: 2px solid var(--line);
font-family: var(--font-mono); font-size: .85rem; font-weight: 500;
transition: background-color .35s var(--ease), border-color .35s, color .35s, transform .35s var(--ease), box-shadow .35s;
}
.section--soft .process__num { background: var(--paper-2); }
.process__step.is-active .process__num { background: var(--red); border-color: var(--red); color: var(--ink); }
.process__step.is-current .process__num { transform: scale(1.12); box-shadow: 0 0 0 6px rgba(232, 83, 31, .16); }
.process__title { font-size: 1.14rem; letter-spacing: -.025em; margin-bottom: 10px; transition: color .25s; }
.process__step.is-current .process__title { color: var(--red-ui); }
.process__text { color: var(--muted); font-size: .96rem; }
.process__time { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: .78rem; color: var(--red-ui); }
.reels { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin-top: 56px; }
.reel {
position: relative; overflow: hidden; isolation: isolate;
aspect-ratio: 9 / 16; border-radius: var(--radius-md); background: var(--ink-3);
cursor: pointer;
}
.reel video { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.reel:hover video { transform: scale(1.05); }
.reel::after {
content: ""; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .8));
}
.reel figcaption { position: absolute; z-index: 1; left: 14px; right: 14px; bottom: 16px; font-weight: 600; line-height: 1.25; }
.reel__tag {
display: inline-block; margin-bottom: 8px; padding: 5px 10px; border-radius: 999px;
background: var(--red); color: var(--ink);
font-family: var(--font-mono); font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.reel__play {
position: absolute; z-index: 1; top: 12px; right: 12px;
display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
background: rgba(255, 255, 255, .2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
transition: opacity .3s, transform .3s var(--ease);
}
.reel__play svg { width: 14px; height: 14px; margin-left: 2px; }
.reel.is-playing .reel__play { opacity: 0; transform: scale(.6); }
.stats { background: var(--red); color: var(--ink); padding-block: clamp(44px, 5vw, 72px); }
.stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.stat { padding-left: 22px; border-left: 2px solid rgba(15, 15, 15, .22); }
.stat__num {
display: block;
font-family: var(--font-display); font-weight: 700;
font-size: clamp(2.4rem, 3.4vw + .9rem, 4.4rem); line-height: 1; letter-spacing: -.05em;
font-variant-numeric: tabular-nums;
}
.stat__label { display: block; margin-top: 12px; font-weight: 500; max-width: 22ch; }
.reviews {
display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px;
margin-top: 56px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
scrollbar-width: none;
}
.reviews::-webkit-scrollbar { display: none; }
.review {
display: flex; flex-direction: column; gap: 26px; padding: 32px;
border-radius: var(--radius); background: var(--paper-2); scroll-snap-align: start;
}
.slider-nav { display: flex; gap: 10px; }
.slider-btn {
display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%;
border: 1.5px solid var(--line); transition: background-color .25s, border-color .25s, color .25s, opacity .25s;
}
.slider-btn svg { width: 20px; height: 20px; }
.slider-btn:hover:not(:disabled) { background: var(--ink); border-color: var(--ink); color: #fff; }
.slider-btn:disabled { opacity: .35; cursor: default; }
.slider-progress { height: 3px; margin-top: 32px; border-radius: 3px; background: var(--line); overflow: hidden; }
.slider-progress span { display: block; height: 100%; width: 25%; border-radius: 3px; background: var(--red); transition: margin-left .2s linear, width .2s; }
.review__mark { font-family: var(--font-display); font-size: 4rem; line-height: .6; color: var(--red); height: 28px; }
.review blockquote { flex: 1; font-size: 1.06rem; }
.review figcaption { display: flex; align-items: center; gap: 14px; }
.review__avatar {
display: grid; place-items: center; flex-shrink: 0;
width: 48px; height: 48px; border-radius: 50%;
background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700;
}
.review figcaption b { display: block; }
.review figcaption small { color: var(--muted); font-size: .9rem; }
.cta {
--scallop: var(--paper);
position: relative; overflow: hidden;
padding-block: clamp(72px, 8vw, 116px) clamp(52px, 6vw, 88px);
background: var(--red); color: var(--ink);
}
.cta::before {
content: ""; position: absolute; left: 0; right: 0; top: 0; height: 26px;
background: radial-gradient(circle at 50% 0, var(--scallop) 18px, transparent 18.5px) 0 0 / 46px 26px repeat-x;
}
.cta--after-soft { --scallop: var(--paper-2); }
.cta--after-dark { --scallop: var(--ink); }
.cta__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 40px; align-items: center; }
.cta__title {
font-size: clamp(2.2rem, 4.4vw + .5rem, 5rem); line-height: 1; letter-spacing: -.045em;
color: #fff; margin-bottom: 26px;
}
.cta__text { max-width: 46ch; margin-bottom: 36px; font-size: 1.15rem; font-weight: 500; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta .btn--ghost:hover { --btn-bg: var(--ink); --btn-fg: #fff; }
.cta__shrimp { width: 100%; max-width: 440px; justify-self: end; transform: rotate(-10deg); cursor: pointer; }
.footer { background: var(--ink); color: #fff; padding-top: clamp(48px, 5.6vw, 84px); overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: 40px; }
.footer .logo .shrimp-eye-ring { opacity: 1; }
.footer__about { margin-top: 20px; max-width: 34ch; color: var(--muted-dark); }
.footer__col h3 {
margin-bottom: 18px;
font-family: var(--font-mono); font-size: .76rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
color: var(--muted-dark);
}
.footer__col li + li { margin-top: 10px; }
.footer__col a { transition: color .2s; }
.footer__col a:hover { color: var(--red); }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.socials a {
display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
border: 1px solid var(--line-dark);
transition: background-color .25s, border-color .25s, color .25s;
}
.socials a svg { width: 18px; height: 18px; }
.socials a:hover { background: var(--red); border-color: var(--red); color: var(--ink); }
.footer__big {
display: flex; align-items: flex-end; gap: .06em;
margin-top: clamp(56px, 7vw, 96px);
font-family: var(--font-display); font-weight: 700;
font-size: clamp(1.2rem, 6.8vw, 6.3rem); line-height: .8; letter-spacing: -.05em;
color: var(--red); white-space: nowrap; user-select: none;
}
.footer__big .shrimp-host { width: 1.2em; flex-shrink: 0; margin: 0 0 .02em .08em; }
.footer__bottom {
display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px;
margin-top: clamp(28px, 3vw, 40px); padding-block: 24px 32px;
border-top: 1px solid var(--line-dark);
color: var(--muted-dark); font-size: .9rem;
}
.footer__bottom a:hover { color: #fff; }
.page-hero { position: relative; padding-block: clamp(26px, 3.2vw, 52px) clamp(26px, 3.2vw, 44px); overflow: clip; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, .5fr); gap: 40px; align-items: end; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; font-family: var(--font-mono); font-size: .8rem; color: var(--muted); }
.crumbs a:hover { color: var(--red-ui); }
.page-hero__title { font-size: clamp(2.4rem, 5.2vw + .5rem, 5rem); line-height: 1; letter-spacing: -.05em; }
.page-hero__lead { margin-top: 28px; font-size: clamp(1.05rem, .45vw + .95rem, 1.25rem); color: var(--muted); max-width: 56ch; }
.page-hero__shrimp { width: min(340px, 100%); justify-self: end; }
.page-hero__wide .page-hero__title { max-width: 20ch; }
.page-hero__wide .page-hero__lead { max-width: 74ch; }
.page-hero__shrimp .shrimp { animation: bob 7s ease-in-out infinite; }
.svc-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.svc-nav a {
display: inline-flex; align-items: center; gap: 10px;
height: 46px; padding: 0 20px; border-radius: 999px; border: 1.5px solid var(--line);
font-weight: 600; font-size: .95rem; transition: border-color .2s, background-color .2s, color .2s;
}
.svc-nav a span { font-family: var(--font-mono); font-size: .75rem; color: var(--red-ui); }
.svc-nav a:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.svc-nav a:hover span { color: var(--red); }
.svc { padding-block: clamp(44px, 5.2vw, 76px); border-top: 1px solid var(--line); scroll-margin-top: var(--header-h); }
.svc__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 96px); }
.svc__aside { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
.svc__num { display: block; margin-bottom: 18px; font-family: var(--font-mono); font-size: .9rem; color: var(--red-ui); }
.svc__title { font-size: clamp(1.8rem, 2.4vw + .7rem, 3rem); margin-bottom: 24px; }
.svc__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.svc__meta span { padding: 9px 16px; border-radius: 999px; background: var(--paper-2); font-weight: 600; font-size: .92rem; }
.svc__meta span b { color: var(--red-ui); }
.svc__lead { font-size: clamp(1.08rem, .5vw + .95rem, 1.28rem); margin-bottom: 40px; }
.svc__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-bottom: 40px; }
.svc__cols h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: 0; margin-bottom: 16px; }
.svc__stack-title { font-family: var(--font-mono); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.stack { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
.stack li {
padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line-dark);
font-family: var(--font-mono); font-size: .9rem;
transition: border-color .2s, color .2s, background-color .2s;
}
.stack li:hover { border-color: var(--red); color: var(--red); }
.works-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding-block: clamp(36px, 4.4vw, 72px) clamp(28px, 3.4vw, 48px); }
.works-hero::before {
content: ""; position: absolute; inset: -40% -20% auto auto; width: 62vw; height: 62vw; pointer-events: none;
background: radial-gradient(circle, rgba(232, 83, 31, .3), transparent 62%);
}
.works-hero > .container { position: relative; }
.works-hero .crumbs { color: var(--muted-dark); }
.works-hero .crumbs a:hover { color: var(--red); }
.works-hero__title { font-size: clamp(2.6rem, 8.4vw, 7.5rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.works-hero__title span { color: var(--red); }
.works-hero__lead { max-width: 60ch; margin-top: 26px; color: var(--muted-dark); font-size: clamp(1.02rem, .45vw + .92rem, 1.22rem); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.filter {
display: inline-flex; align-items: center; gap: 8px;
height: 46px; padding: 0 20px; border-radius: 999px;
border: 1.5px solid var(--line-dark); color: #fff;
font-weight: 600; font-size: .95rem;
transition: border-color .2s, background-color .2s, color .2s;
}
.filter:hover { border-color: #fff; }
.filter[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: var(--ink); }
.filter__count { font-family: var(--font-mono); font-size: .75rem; opacity: .6; }
.works-empty { display: none; padding-block: 60px; color: var(--muted); }
.project { --accent: var(--red); }
.project-hero__kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-family: var(--font-mono); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.project-hero__kicker::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }
.case-hero { padding-block: clamp(26px, 3.2vw, 52px) clamp(32px, 4vw, 56px); }
.case-hero__title { font-size: clamp(2.6rem, 8vw, 8.5rem); line-height: .92; letter-spacing: -.055em; }
.case-hero__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 96px); margin-top: clamp(28px, 4vw, 48px); align-items: start; }
.case-hero__sub { max-width: 46ch; margin-bottom: 30px; font-size: clamp(1.08rem, .5vw + .95rem, 1.3rem); color: var(--muted); }
.case-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.case-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.case-meta div { padding: 16px 0; border-top: 1px solid var(--line); }
.case-meta dt { margin-bottom: 6px; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.case-meta dd { font-weight: 600; }
.case-stage { position: relative; overflow: hidden; background: var(--ink); padding-block: clamp(44px, 6vw, 88px) clamp(60px, 7.4vw, 110px); }
.case-stage::before {
content: ""; position: absolute; inset: 0; pointer-events: none;
background:
radial-gradient(55% 60% at 50% 38%, color-mix(in srgb, var(--accent) 45%, transparent), transparent 72%),
radial-gradient(40% 45% at 88% 92%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 70%);
}
.stage { position: relative; max-width: 1060px; margin-inline: auto; padding-right: 8%; }
.laptop { position: relative; margin: 0; }
.laptop__screen {
position: relative; aspect-ratio: 16 / 10; padding: 2.4% 2.4% 2.8%;
border-radius: 22px 22px 0 0; background: #0B0B0C;
box-shadow: inset 0 0 0 2px #2C2C31, 0 50px 90px -40px rgba(0, 0, 0, .85);
}
.laptop__screen::before { content: ""; position: absolute; top: 1.1%; left: 50%; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: #2C2C31; }
.laptop__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 6px; }
.laptop__base {
position: relative; height: clamp(10px, 1.6vw, 20px); margin: 0 -7%;
border-radius: 0 0 18px 18px / 0 0 12px 12px;
background: linear-gradient(#E4E4E9, #9B9BA4);
box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .8);
}
.laptop__base::before { content: ""; position: absolute; left: 42%; top: 0; width: 16%; height: 42%; border-radius: 0 0 10px 10px; background: #B4B4BC; }
.phone {
position: relative; margin: 0; aspect-ratio: 390 / 844;
border-radius: 15% / 7%; background: #0B0B0C;
box-shadow: inset 0 0 0 2px #2C2C31, 0 34px 60px -26px rgba(0, 0, 0, .6);
}
.phone::before { content: ""; position: absolute; z-index: 1; top: 3.9%; left: 35%; width: 30%; height: 3.3%; border-radius: 99px; background: #000; }
.phone__screen {
position: absolute; left: 2.6%; right: 2.6%; top: 50%; translate: 0 -50%;
aspect-ratio: 390 / 844; overflow: hidden; border-radius: 11% / 5.1%; background: #111;
}
.phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.stage .phone { position: absolute; right: 0; bottom: -7%; width: 22%; animation: float 7s ease-in-out infinite; }
.stage--solo { max-width: 980px; padding-right: 0; }
.case-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 5vw, 80px) clamp(32px, 6vw, 96px); }
.case-story__num { display: block; margin-bottom: 14px; font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 4.4vw, 4.8rem); line-height: 1; letter-spacing: -.06em; color: var(--accent); }
.case-story .eyebrow { margin-bottom: 14px; }
.case-story h2 { font-size: clamp(1.5rem, 1.5vw + .8rem, 2.2rem); margin-bottom: 16px; }
.case-story p { color: var(--muted); font-size: 1.08rem; }
.case-features { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 96px); padding-top: clamp(36px, 4vw, 56px); border-top: 1px solid var(--line); }
.case-features .checks { columns: 2; column-gap: 32px; }
.case-features .checks li { break-inside: avoid; margin: 0 0 14px; }
.case-features .checks li + li { margin-top: 0; }
.browser { margin: 0; overflow: hidden; border-radius: 18px; background: #1C1B22; border: 1px solid rgba(255, 255, 255, .06); box-shadow: 0 30px 70px -34px rgba(15, 15, 15, .5); }
.browser__bar { display: flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px; }
.browser__bar i { flex-shrink: 0; width: 11px; height: 11px; border-radius: 50%; background: #FF5F57; }
.browser__bar i:nth-child(2) { background: #FEBC2E; }
.browser__bar i:nth-child(3) { background: #28C840; }
.browser__url { margin: 0 auto; max-width: 62%; padding: 5px 16px; overflow: hidden; border-radius: 999px; background: #2A2931; color: #B9B6C3; font-family: var(--font-mono); font-size: .76rem; white-space: nowrap; text-overflow: ellipsis; transition: color .2s; }
a.browser__url:hover { color: #fff; }
.browser__view { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #111; }
.browser__view img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.case-scroll { max-width: 1120px; margin: 48px auto 0; }
.browser--tall .browser__view { aspect-ratio: 16 / 9; }
.browser--tall img { animation: page-scroll var(--dur, 30s) ease-in-out infinite alternate; animation-play-state: paused; }
.browser--tall.is-running img { animation-play-state: running; }
.browser--tall:hover img { animation-play-state: paused; }
@keyframes page-scroll { 0%, 6% { object-position: 50% 0; } 94%, 100% { object-position: 50% 100%; } }
.screens { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); margin-top: 48px; }
.screens > :first-child { grid-column: 1 / -1; }
.phones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 4vw, 64px); max-width: 960px; margin: 72px auto 0; align-items: center; }
.phones .phone:nth-child(2) { translate: 0 -40px; }
.phones--single { grid-template-columns: minmax(0, 300px); justify-content: center; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(16px, 2vw, 28px); margin-top: 48px; }
.gallery figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius); background: var(--paper-2); }
.gallery figure.is-wide { grid-column: 1 / -1; aspect-ratio: auto; }
.gallery figure.is-tall { grid-row: span 2; aspect-ratio: auto; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figure.is-wide img { height: auto; }
.gallery figure.is-tall img { position: absolute; inset: 0; }
.next-case {
position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(24px, 4vw, 56px);
padding: clamp(24px, 3.5vw, 48px); overflow: hidden; border-radius: var(--radius);
background: var(--ink); color: #fff; transition: background-color .35s var(--ease);
}
.next-case:hover { background: var(--ink-3); }
.next-case small { display: block; margin-bottom: 12px; font-family: var(--font-mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dark); }
.next-case strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 4.4vw, 4rem); letter-spacing: -.05em; line-height: 1; }
.next-case__text { padding-bottom: 80px; }
.next-case__text span { display: block; margin-top: 14px; color: var(--muted-dark); }
.next-case__media { overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius-md); }
.next-case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.next-case:hover .next-case__media img { transform: scale(1.05); }
.next-case > .btn__icon { position: absolute; left: clamp(24px, 3.5vw, 48px); bottom: clamp(24px, 3.5vw, 48px); width: 64px; height: 64px; background: var(--red); color: var(--ink); }
.next-case:hover > .btn__icon { transform: rotate(-45deg); }
.project-missing { padding-block: 120px; text-align: center; }
@media (max-width: 900px) {
.case-hero__row, .case-story, .case-features, .next-case { grid-template-columns: minmax(0, 1fr); }
.next-case__text { padding-bottom: 0; padding-right: 72px; }
.next-case > .btn__icon { left: auto; bottom: auto; right: clamp(24px, 3.5vw, 48px); top: clamp(24px, 3.5vw, 48px); width: 52px; height: 52px; }
}
@media (max-width: 640px) {
.case-features .checks { columns: 1; }
.screens { grid-template-columns: minmax(0, 1fr); }
.stage { padding-right: 12%; }
.stage .phone { width: 30%; bottom: -12%; }
.browser { border-radius: 14px; }
.browser__bar { height: 34px; padding: 0 12px; gap: 6px; }
.browser__bar i { width: 9px; height: 9px; }
.browser__url { font-size: .7rem; padding: 4px 12px; }
.browser--tall .browser__view { aspect-ratio: 3 / 4; }
.phones {
grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 62%;
overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
margin: 40px calc(var(--gutter) * -1) 0; padding: 10px var(--gutter) 24px;
}
.phones::-webkit-scrollbar { display: none; }
.phones .phone { scroll-snap-align: center; }
.phones .phone:nth-child(2) { translate: none; }
.gallery figure.is-tall { grid-row: auto; aspect-ratio: 9 / 16; }
}
@media (prefers-reduced-motion: reduce) {
.browser--tall .browser__view { overflow-y: auto; }
.browser--tall img { height: auto; animation: none; }
.stage .phone { animation: none; }
}
.plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.plan { position: relative; display: flex; flex-direction: column; padding: 32px 28px; border-radius: var(--radius); background: var(--paper-2); }
.plan--hot { background: var(--ink); color: #fff; }
.plan__badge {
position: absolute; top: -13px; right: 22px;
padding: 6px 12px; border-radius: 999px; background: var(--red); color: var(--ink);
font-family: var(--font-mono); font-size: .68rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.plan__name { font-size: 1.28rem; letter-spacing: -.03em; margin-bottom: 10px; }
.plan__desc { color: var(--muted); font-size: .95rem; min-height: 4.8em; }
.plan--hot .plan__desc { color: var(--muted-dark); }
.plan__price { margin: 26px 0 6px; font-family: var(--font-display); font-weight: 700; font-size: 2.3rem; letter-spacing: -.05em; line-height: 1; }
.plan__price small { font-family: var(--font-body); font-size: .95rem; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.plan--hot .plan__price small { color: var(--muted-dark); }
.plan__time { margin-bottom: 26px; font-family: var(--font-mono); font-size: .8rem; color: var(--red-ui); }
.plan--hot .plan__time { color: var(--red); }
.plan .checks { flex: 1; margin-bottom: 32px; font-size: .96rem; }
.calc { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 20px; margin-top: 56px; align-items: start; }
.calc__form { display: grid; gap: 38px; padding: clamp(24px, 3vw, 44px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.calc__group { border: 0; margin: 0; padding: 0; min-width: 0; }
.calc__group legend, .calc__label { display: flex; justify-content: space-between; gap: 12px; width: 100%; margin-bottom: 16px; padding: 0; font-weight: 700; font-size: 1.05rem; }
.calc__label output { font-family: var(--font-mono); font-weight: 500; color: var(--red-ui); }
.opt-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.opt { position: relative; display: block; }
.opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.opt span {
display: flex; flex-direction: column; gap: 4px; height: 100%;
padding: 16px 18px; border-radius: 16px; border: 1.5px solid var(--line);
font-weight: 600; line-height: 1.3;
transition: border-color .2s, background-color .2s, color .2s;
}
.opt small { font-weight: 400; font-size: .85rem; color: var(--muted); }
.opt:hover span { border-color: var(--ink); }
.opt input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.opt input:checked + span small { color: var(--muted-dark); }
.opt input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 2px; }
.range { width: 100%; height: 28px; accent-color: var(--red-ui); cursor: pointer; }
.range-scale { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: .75rem; color: var(--muted); }
.calc__summary { position: sticky; top: calc(var(--header-h) + 24px); padding: clamp(24px, 3vw, 36px); border-radius: var(--radius); background: var(--ink); color: #fff; }
.calc__summary .eyebrow { color: var(--red); margin-bottom: 14px; }
.calc__price { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 1.8vw + 1.1rem, 2.7rem); letter-spacing: -.05em; line-height: 1.05; }
.calc__rows { margin: 26px 0; border-top: 1px solid var(--line-dark); }
.calc__rows div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); color: var(--muted-dark); font-size: .95rem; }
.calc__rows b { color: #fff; font-weight: 600; text-align: right; }
.calc__note {
display: flex; align-items: flex-start; gap: 12px; margin: 0 0 18px; padding: 14px 16px;
border: 1.5px solid var(--red); border-radius: 16px; background: rgba(232, 83, 31, .16);
color: #fff; font-size: .95rem; line-height: 1.45;
}
.calc__note b { display: block; margin-bottom: 2px; color: var(--red); font-size: 1rem; }
.calc__note-icon {
display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
background: var(--red); color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: .85rem;
}
.prose { max-width: 78ch; margin-top: 40px; font-size: 1.06rem; color: var(--muted); }
.prose p + h3 { margin-top: 32px; }
.prose h3 { margin-bottom: 12px; font-size: clamp(1.15rem, .8vw + .95rem, 1.45rem); letter-spacing: -.025em; color: var(--ink); }
.prose p + p { margin-top: 16px; }
.prose a { color: var(--red-ui); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--ink); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.fact { padding: 32px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--line-dark); }
.fact .fact__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 3.6vw + 1.2rem, 5rem); line-height: 1; letter-spacing: -.06em; color: var(--red); }
.fact__num small { font-size: .4em; letter-spacing: -.02em; margin-left: .15em; }
.fact__title { font-size: 1.18rem; letter-spacing: -.025em; margin: 22px 0 10px; }
.fact p { color: var(--muted-dark); }
.fact p b { color: #fff; font-weight: 600; }
.values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.value { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 32px; border-radius: var(--radius); background: var(--paper-2); }
.value__icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 18px; background: var(--red); color: var(--ink); }
.value__icon svg { width: 28px; height: 28px; }
.value h3 { font-size: 1.22rem; letter-spacing: -.03em; margin-bottom: 8px; }
.value p { color: var(--muted); }
.roles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.role { position: relative; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); transition: border-color .3s, transform .3s var(--ease); }
.role:hover { border-color: var(--ink); transform: translateY(-3px); }
.role__emoji { font-size: 2rem; line-height: 1; }
.role h3 { font-size: 1.12rem; letter-spacing: -.025em; margin: 20px 0 8px; }
.role p { color: var(--muted); font-size: .96rem; }
.about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.about-story__text p + p { margin-top: 18px; }
.about-story__text p { font-size: 1.1rem; color: var(--muted); }
.about-story__text p:first-child { font-size: clamp(1.25rem, .9vw + 1rem, 1.6rem); color: var(--ink); font-weight: 500; line-height: 1.45; }
.about-story__art { position: relative; aspect-ratio: 1; border-radius: var(--radius); background: var(--paper-2); display: grid; place-items: center; overflow: hidden; }
.about-story__art .shrimp-host { width: 78%; }
.about-story__art .segments { position: absolute; left: 0; right: 0; bottom: 0; height: 26px; background: radial-gradient(circle at 50% 100%, var(--red) 18px, transparent 18.5px) 0 0 / 46px 26px repeat-x; }
.contact { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 20px; align-items: start; }
.form { padding: clamp(24px, 3.5vw, 48px); border-radius: var(--radius); background: var(--paper-2); }
.form__group { margin-bottom: 34px; }
.form__label { display: block; margin-bottom: 14px; font-weight: 700; font-size: 1.05rem; }
.form__label small { font-weight: 400; color: var(--muted); font-size: .9rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
height: 44px; padding: 0 18px; border-radius: 999px;
background: var(--paper); border: 1.5px solid var(--line);
font-weight: 500; font-size: .95rem;
transition: border-color .2s, background-color .2s, color .2s;
}
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .92rem; font-weight: 600; }
.field label i { font-style: normal; color: var(--red-ui); }
.field input, .field textarea {
width: 100%; padding: 16px 18px; border-radius: 16px;
border: 1.5px solid var(--line); background: var(--paper);
font-size: 1rem; line-height: 1.4; outline: none;
transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #A8A39E; }
.field input:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(15, 15, 15, .07); }
.field textarea { min-height: 150px; resize: vertical; }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--red-ui); }
.field__error { min-height: 1.2em; font-size: .85rem; color: var(--red-ui); }
.consent { display: flex; align-items: flex-start; gap: 12px; margin: 26px 0 30px; font-size: .92rem; color: var(--muted); cursor: pointer; }
.consent input { flex-shrink: 0; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--red-ui); cursor: pointer; }
.consent.is-invalid { color: var(--red-ui); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; } 
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.form__hint { font-size: .9rem; color: var(--muted); }
.form__estimate {
display: none; align-items: center; gap: 14px; margin-bottom: 30px;
padding: 16px 20px; border-radius: 16px; background: var(--ink); color: #fff; font-size: .95rem;
}
.form__estimate.is-shown { display: flex; }
.form__estimate b { color: var(--red); }
.form__success { display: none; padding: clamp(24px, 4vw, 48px) 0; text-align: center; }
.form.is-sent .form__body { display: none; }
.form.is-sent .form__success { display: block; }
.thanks { position: relative; width: 210px; margin: 0 auto 26px; }
.form__success .shrimp-host { width: 100%; margin: 0; animation: bob 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .form__success .shrimp-host { animation: none; } }
.form__success h2 { font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem); margin-bottom: 14px; }
.form__success p { color: var(--muted); max-width: 44ch; margin: 0 auto 28px; }
.contact-card { position: sticky; top: calc(var(--header-h) + 24px); padding: clamp(24px, 3vw, 40px); border-radius: var(--radius); background: var(--ink); color: #fff; }
.contact-card h2 { font-size: 1.5rem; margin-bottom: 8px; }
.contact-card > p { color: var(--muted-dark); margin-bottom: 18px; }
.contact-card__row { padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.contact-card__row small { display: block; margin-bottom: 6px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dark); }
.contact-card__row a, .contact-card__row span { font-size: 1.08rem; font-weight: 600; }
.contact-card__row a:hover { color: var(--red); }
.next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.next-step { padding: 32px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.next-step__num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: var(--ink); font-family: var(--font-mono); font-weight: 500; }
.next-step h3 { font-size: 1.15rem; letter-spacing: -.025em; margin: 22px 0 8px; }
.next-step p { color: var(--muted); }
.faq { max-width: 940px; margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
display: flex; align-items: center; justify-content: space-between; gap: 24px;
padding: 26px 0; cursor: pointer; list-style: none;
font-family: var(--font-display); font-weight: 600; font-size: clamp(1.02rem, .5vw + .9rem, 1.28rem); letter-spacing: -.025em; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--red-ui); }
.faq__icon { position: relative; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--paper-2); color: var(--ink); transition: background-color .3s, transform .3s var(--ease); }
.section--soft .faq__icon { background: var(--paper); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; border-radius: 2px; background: currentColor; }
.faq__icon::after { transform: rotate(90deg); transition: transform .3s var(--ease); }
.faq details[open] .faq__icon { background: var(--red); transform: rotate(180deg); }
.faq details[open] .faq__icon::after { transform: rotate(0); }
.faq__body { padding: 0 64px 28px 0; color: var(--muted); }
.faq__body p + p { margin-top: 12px; }
.nf { min-height: calc(100vh - var(--header-h)); display: grid; place-items: center; padding: 56px var(--gutter); text-align: center; }
.nf__shrimp { width: min(340px, 78vw); margin: 0 auto 8px; animation: drift 9s ease-in-out infinite; }
.nf .nf__code { font-family: var(--font-display); margin: 0; font-weight: 700; font-size: clamp(5.5rem, 20vw, 14rem); line-height: .85; letter-spacing: -.07em; color: var(--red); }
.nf h1 { font-size: clamp(1.5rem, 2vw + 1rem, 2.4rem); margin: 22px 0 14px; }
.nf p { color: var(--muted); max-width: 44ch; margin: 0 auto 32px; }
.nf__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
@keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(-6deg); } 50% { transform: translate(26px, -14px) rotate(4deg); } }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.6vw, 24px); }
.post-card { position: relative; }
.post-card__link {
position: relative; overflow: hidden; isolation: isolate;
display: flex; flex-direction: column; height: 100%;
border-radius: var(--radius-md);
background: var(--paper-2); color: inherit;
transition: background-color .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}
.section--soft .post-card__link { background: var(--paper); }
.post-card__link:hover { background: var(--ink); color: #fff; transform: translateY(-4px); }
.post-card__cover { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--ink); }
.post-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card__link:hover .post-card__cover img { transform: scale(1.045); }
.post-card__body {
position: relative; display: flex; flex-direction: column; gap: 14px; flex: 1;
padding: clamp(22px, 2vw, 30px);
}
.post-card__ghost {
position: absolute; right: 16px; top: 2px; z-index: -1;
font-family: var(--font-display); font-weight: 700; font-size: 4.4rem; line-height: 1;
color: rgba(15, 15, 15, .05); transition: color .35s var(--ease);
}
.post-card__link:hover .post-card__ghost { color: rgba(232, 83, 31, .22); }
.post-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .04em; color: var(--muted); }
.post-card__link:hover .post-card__meta { color: var(--muted-dark); }
.post-card__cat {
padding: 6px 12px; border-radius: 999px; background: var(--red-soft); color: var(--red-ui);
font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.post-card__title { font-size: clamp(1.12rem, .7vw + .95rem, 1.4rem); line-height: 1.2; letter-spacing: -.03em; }
.post-card__text { color: var(--muted); font-size: .96rem; }
.post-card__link:hover .post-card__text { color: #C9C5C0; }
.post-card__more { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--red-ui); }
.post-card__link:hover .post-card__more { color: var(--red); }
.post-card__more svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.post-card__link:hover .post-card__more svg { transform: translateX(6px); }
.post { padding-block: clamp(24px, 3vw, 48px) clamp(44px, 5vw, 72px); }
.post__head, .post__layout, .post__foot { max-width: 1080px; margin-inline: auto; }
.post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: .76rem; color: var(--muted); }
.post__title { font-size: clamp(2rem, 3.4vw + .8rem, 3.6rem); line-height: 1.04; letter-spacing: -.04em; margin-top: 22px; }
.post__lead { margin-top: 24px; max-width: 62ch; font-size: clamp(1.05rem, .45vw + .95rem, 1.25rem); color: var(--muted); }
.post__layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(28px, 4vw, 72px); align-items: start; margin-top: clamp(40px, 5vw, 64px); }
.post__aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 20px; }
.post__toc { padding: 24px; border-radius: var(--radius-sm); background: var(--paper-2); }
.post__toc h2 { font-family: var(--font-mono); font-size: .74rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.post__toc ol { list-style: none; counter-reset: toc; display: grid; gap: 10px; }
.post__toc li { counter-increment: toc; }
.post__toc a { display: flex; gap: 10px; font-size: .92rem; line-height: 1.4; }
.post__toc a::before { content: counter(toc, decimal-leading-zero); font-family: var(--font-mono); font-size: .72rem; color: var(--red-ui); }
.post__toc a:hover { color: var(--red-ui); }
.post__ask { padding: 24px; border-radius: var(--radius-sm); background: var(--ink); color: #fff; }
.post__ask p { font-size: .94rem; color: var(--muted-dark); margin-bottom: 16px; }
.post__body { max-width: 72ch; font-size: 1.06rem; line-height: 1.75; }
.post__body > p:first-child { font-size: 1.14rem; }
.post__body h2 { font-size: clamp(1.5rem, 1.6vw + 1rem, 2.1rem); line-height: 1.15; letter-spacing: -.035em; margin: clamp(40px, 5vw, 64px) 0 18px; scroll-margin-top: calc(var(--header-h) + 20px); }
.post__body h2:first-child { margin-top: 0; }
.post__body h3 { font-family: var(--font-body); font-size: 1.12rem; font-weight: 700; letter-spacing: 0; margin: 32px 0 12px; }
.post__body p { margin-bottom: 18px; }
.post__body a { color: var(--red-ui); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.post__body a:hover { color: var(--ink); }
.post__body ul, .post__body ol { display: grid; gap: 12px; margin: 0 0 22px; padding-left: 26px; }
.post__body ul { list-style: none; padding-left: 0; }
.post__body ul li { position: relative; padding-left: 26px; }
.post__body ul li::before { content: ""; position: absolute; left: 4px; top: .66em; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.post__body ol li::marker { font-family: var(--font-mono); font-size: .9rem; color: var(--red-ui); }
.post__body code { padding: 2px 7px; border-radius: 6px; background: var(--paper-2); font-family: var(--font-mono); font-size: .86em; }
.post__body b { font-weight: 700; }
.post__note { margin: 28px 0; padding: 24px 26px; border-radius: var(--radius-sm); border-left: 3px solid var(--red); background: var(--red-soft); }
.post__note p { margin: 0; }
.post__table { margin: 26px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.post__table table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.post__table th, .post__table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.post__table thead th { background: var(--paper-2); font-family: var(--font-mono); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.post__table tbody tr:last-child td { border-bottom: 0; }
.post__table td:first-child { font-weight: 600; }
.post__body .faq { margin-top: 24px; }
.post__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: clamp(40px, 5vw, 64px); padding-top: 28px; border-top: 1px solid var(--line); }
.post__foot-title { font-family: var(--font-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.blog-grid--related { margin-top: 40px; }
@media (max-width: 1080px) {
.blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.post__layout { grid-template-columns: minmax(0, 1fr); }
.post__aside { position: static; grid-template-columns: minmax(0, 1fr) minmax(0, 320px); align-items: start; }
.post__body { max-width: none; }
}
@media (max-width: 700px) {
.blog-grid, .post__aside { grid-template-columns: minmax(0, 1fr); }
}
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (max-width: 1180px) {
.plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footer__top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footer__brand { grid-column: 1 / -1; }
.roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
.nav, .header__cta { display: none; }
.lang { margin-left: auto; }
.burger { display: block; }
}
@media (max-width: 900px) {
.hero__grid, .page-hero__grid, .cta__inner, .svc__grid, .calc, .contact,
.project-body, .project-features, .about-story { grid-template-columns: minmax(0, 1fr); }
.hero__art { width: 100%; max-width: 540px; margin-inline: auto; }
.page-hero__shrimp { display: none; }
.svc__aside, .calc__summary, .contact-card { position: static; }
.process__track { left: 21px; right: auto; top: 14px; bottom: 0; width: 2px; height: auto; }
.process { margin-top: 56px; }
.process__fill { width: 100%; height: var(--fill); }
.process__crawler { display: none; }
.process__steps { grid-template-columns: minmax(0, 1fr); gap: 36px; }
.process__step { padding: 0 0 0 76px; min-height: 44px; }
.process__num { top: 0; }
.stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
.facts, .values, .next-steps { grid-template-columns: minmax(0, 1fr); }
.reviews { grid-auto-columns: calc((100% - 16px) / 2); }
.project-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cta__shrimp { justify-self: start; max-width: 300px; order: -1; }
}
@media (max-width: 640px) {
body { font-size: 16px; }
.logo { gap: 10px; font-size: .92rem; }
.logo__mark { width: 44px; }
.reviews { grid-auto-columns: 86%; }
.plans, .gallery, .roles, .fields, .svc__cols { grid-template-columns: minmax(0, 1fr); }
.reels {
grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 64%;
overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
}
.reels::-webkit-scrollbar { display: none; }
.reel { scroll-snap-align: center; }
.footer__top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.footer__col:last-child { grid-column: 1 / -1; } 
.contact-card__row a { overflow-wrap: anywhere; }
.project-features .checks { columns: 1; }
.faq__body { padding-right: 0; }
.hero__actions .btn, .cta__actions .btn { flex: 1 1 auto; }
.float-chip { font-size: .72rem; padding: 8px 12px; }
.bubble { font-size: .88rem; max-width: 170px; }
}
@media (max-width: 360px) {
.logo { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: .01ms !important; animation-iteration-count: 1 !important;
transition-duration: .01ms !important; scroll-behavior: auto !important;
}
.js [data-reveal] { opacity: 1; transform: none; }
.marquee__track { animation: none; }
}
