:root {
  --bg: #f2f3f1;
  --surface: #fbfcfd;
  --surface-soft: #e8ebef;
  --ink: #0b1623;
  --ink-soft: #111f2e;
  --muted: #657283;
  --line: #d3d8de;
  --line-dark: #2a3948;
  --accent: #3156c4;
  --accent-dark: #24439b;
  --white: #ffffff;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1320px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.accessibility-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
::selection { background: var(--accent); color: var(--white); }

.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; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 10px; transform: translateY(-140%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--accent); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: rgba(242, 243, 241, 0.9); border-bottom: 1px solid rgba(211, 216, 222, 0.86); backdrop-filter: blur(18px); transition: transform 280ms ease, background 220ms ease; }
.site-header.hidden { transform: translateY(-100%); }
.site-header.menu-active { transform: none; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 760; letter-spacing: -0.025em; }
.brand-logo { width: 40px; height: 40px; border-radius: 11px; animation: corePulse 4.8s ease-in-out infinite; transform-origin: center; }
@keyframes corePulse {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(72, 130, 255, 0)); transform: scale(1); }
  50% { filter: drop-shadow(0 0 7px rgba(72, 130, 255, 0.3)); transform: scale(1.025); }
}
.brand > span { display: grid; line-height: 1.05; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #3d4149; font-size: 13px; font-weight: 600; }
.site-nav a { transition: color 180ms ease; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.58); cursor: pointer; }
.language-switch span { display: grid; min-width: 32px; height: 28px; padding: 0 8px; place-items: center; border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 780; letter-spacing: .06em; transition: background 180ms ease, color 180ms ease; }
.language-switch span[data-active="true"] { background: var(--ink); color: var(--white); }
.language-switch:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.nav-contact { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: var(--white) !important; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover { color: var(--ink); }
  .nav-contact:hover { background: var(--accent); }
}

.hero { position: relative; display: flex; align-items: center; min-height: 640px; max-width: var(--max); margin: 0 auto; padding: 118px 24px 72px; }
.hero-copy { width: 100%; }
.eyebrow, .section-kicker { color: var(--muted); font-size: 12px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; margin-right: 12px; padding: 6px 9px; border-radius: 999px; background: var(--accent); color: var(--white); letter-spacing: 0.06em; }
.hero h1 { max-width: min(900px, calc(100% - 380px)); margin-top: 24px; font-size: clamp(62px, 8vw, 124px); font-weight: 760; line-height: 0.88; letter-spacing: -0.075em; }
.hero h1 > span, .hero h1 > em { display: inline-block; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: inherit; }
html[lang="hr"] .hero h1 { max-width: min(1050px, calc(100% - 370px)); font-size: clamp(60px, 6vw, 94px); letter-spacing: -0.068em; }
html[lang="hr"] .hero h1 > span, html[lang="hr"] .hero h1 > em { white-space: nowrap; }
.hero-proof { position: absolute; top: 164px; right: 24px; isolation: isolate; display: grid; width: 340px; overflow: hidden; padding: 20px 22px; border: 1px solid rgba(105, 139, 210, 0.25); border-radius: 24px; background: linear-gradient(145deg, #122338 0%, #0a1624 72%); color: var(--white); box-shadow: 0 22px 54px rgba(11, 28, 50, 0.18); }
.hero-proof::before { position: absolute; z-index: -1; top: -90px; right: -70px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 111, 240, 0.42), rgba(64, 111, 240, 0) 68%); content: ""; }
.hero-proof > span { padding: 0 0 12px; color: #9cb4ea; font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof > div { display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: center; gap: 14px; padding: 8px 0; }
.hero-proof strong { color: var(--white); font-size: 29px; line-height: 1; letter-spacing: -.055em; }
.hero-proof .hero-proof-global strong { font-size: 21px; letter-spacing: -.035em; }
.hero-proof small { color: #a9b3c1; font-size: 12px; }
.hero-proof .hero-proof-note { display: block; margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8f9caf; font-size: 11px; line-height: 1.45; }
.hero-intro { max-width: 620px; margin-top: 48px; }
.hero-intro > p { max-width: 600px; color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 760; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 720; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.platform-strip { overflow: hidden; padding: 15px 0; background: var(--ink); color: var(--white); }
.platform-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.platform-track { display: flex; width: max-content; will-change: transform; }
.platform-group { display: flex; align-items: center; gap: 25px; padding-right: 25px; white-space: nowrap; }
.platform-group strong { font-size: clamp(17px, 1.7vw, 24px); font-weight: 650; letter-spacing: -.025em; }
.platform-group i { color: #5679df; font-size: 24px; font-style: normal; line-height: 1; }
.platform-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: rgba(49, 92, 225, 0.16); color: #8aa6ff; }
.platform-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.work-snapshot { max-width: var(--max); margin: 0 auto; padding: 68px 24px 30px; }
.work-snapshot-heading { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: end; gap: 34px; }
.work-snapshot-heading h2 { font-size: clamp(30px, 3vw, 42px); font-weight: 730; line-height: 1; letter-spacing: -.045em; }
.work-snapshot-heading .text-link { justify-self: end; }
.work-snapshot-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.work-snapshot-list a { position: relative; isolation: isolate; display: block; min-height: 148px; padding: 20px; border: 1px solid transparent; border-radius: 18px; background: #e8ebef; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.work-snapshot-list a:nth-child(5) { background: var(--ink); color: var(--white); }
.snapshot-copy { position: relative; z-index: 2; display: grid; height: 106px; gap: 8px; transition: color 180ms ease, transform 220ms ease; }
.snapshot-copy > span { color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; transition: color 180ms ease; }
.work-snapshot-list a:nth-child(5) .snapshot-copy > span { color: #8f9bac; }
.snapshot-copy strong { align-self: end; margin-top: 12px; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
.snapshot-copy small { color: var(--muted); font-size: 11px; line-height: 1.35; transition: color 180ms ease; }
.work-snapshot-list a:nth-child(5) .snapshot-copy small { color: #9da8b8; }
.snapshot-preview { position: absolute; z-index: 20; bottom: calc(100% + 14px); left: 50%; display: flex; width: 286px; height: 176px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .32); border-radius: 18px; background: #0d1b2a; box-shadow: 0 24px 60px rgba(11, 22, 35, .28); opacity: 0; pointer-events: none; transform: translate(-50%, 10px) scale(.96); transition: opacity 180ms ease, transform 260ms cubic-bezier(.16, 1, .3, 1); }
.snapshot-preview::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 15, 24, .18), rgba(7, 15, 24, .86)); content: ""; }
.snapshot-preview img { width: 100%; height: 100%; object-fit: cover; }
.snapshot-preview-stat { flex-direction: column; background: radial-gradient(circle at 70% 25%, #3156c4, transparent 42%), #0b1623; color: var(--white); }
.snapshot-preview-stat::after { display: none; }
.snapshot-preview-stat b { font-size: 36px; line-height: 1; letter-spacing: -.06em; }
.snapshot-preview-stat small { margin-top: 8px; color: #aebbd0; font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.snapshot-preview-logos { gap: 8px; padding: 24px 14px; background: #f7f8fb; }
.snapshot-preview-logos img { width: 31%; height: 58px; padding: 7px; border-radius: 10px; background: white; object-fit: contain; box-shadow: 0 8px 24px rgba(11, 22, 35, .1); }
.snapshot-preview-health { padding: 30px; background: #f8fafc; }
.snapshot-preview-health img { object-fit: contain; }
.snapshot-preview-device { gap: 30px; padding: 12px 34px; background: radial-gradient(circle at 76% 50%, rgba(76, 112, 218, .32), transparent 38%), linear-gradient(145deg, #091522, #13263a); }
.snapshot-preview-device::after { display: none; }
.preview-app-identity { display: grid; width: 82px; justify-items: center; gap: 10px; }
.preview-app-identity > img { width: 58px; height: 58px; padding: 0; border-radius: 14px; object-fit: contain; box-shadow: 0 10px 28px rgba(0, 0, 0, .24); }
.preview-app-identity > small { color: #9baabd; font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.preview-phone { position: relative; display: block; width: 70px; height: 150px; flex: 0 0 auto; padding: 4px; overflow: hidden; border: 2px solid #647489; border-radius: 16px; background: #03070b; box-shadow: 0 16px 32px rgba(0, 0, 0, .4); }
.preview-phone > i { position: absolute; top: 7px; left: 50%; z-index: 3; width: 22px; height: 4px; border-radius: 999px; background: #070a0e; transform: translateX(-50%); }
.preview-phone > img { width: 100%; height: 100%; border-radius: 11px; object-fit: cover; object-position: top center; }
.snapshot-preview-multi { gap: 0; padding: 12px 58px; }
.snapshot-preview-multi .preview-phone { width: 72px; transform: rotate(4deg) translateX(-8px); }
.snapshot-preview-multi .preview-phone-back { z-index: -1; opacity: .82; transform: rotate(-7deg) translateX(8px) scale(.9); }
.snapshot-preview-multi .preview-phone > img { object-fit: cover; object-position: center; }
.snapshot-preview-commerce { gap: 28px; }
.snapshot-preview-commerce .preview-app-identity > img { padding: 8px; background: white; }
.preview-commerce-phone { background: #f4f5f7; }
.preview-commerce-screen { display: grid; height: 100%; align-content: start; gap: 11px; padding: 22px 6px 7px; border-radius: 11px; background: #f2f3f5; }
.preview-commerce-screen > img { width: 100%; height: 20px; object-fit: contain; }
.preview-commerce-screen > span { display: grid; gap: 7px; }
.preview-commerce-screen > span img { width: 100%; height: 42px; padding: 5px; border-radius: 6px; background: white; object-fit: contain; box-shadow: 0 4px 12px rgba(11, 22, 35, .08); }
.work-snapshot-list a:hover, .work-snapshot-list a:focus-visible { border-color: #bdc6d0; box-shadow: 0 18px 38px rgba(11, 22, 35, .14); transform: translateY(-4px); }
.work-snapshot-list a:hover, .work-snapshot-list a:focus-within { z-index: 5; }
.work-snapshot-list a:first-child .snapshot-preview { left: 0; transform: translate(0, 10px) scale(.96); }
.work-snapshot-list a:last-child .snapshot-preview { right: 0; left: auto; transform: translate(0, 10px) scale(.96); }
.work-snapshot-list a:hover .snapshot-preview, .work-snapshot-list a:focus-visible .snapshot-preview { opacity: 1; transform: translate(-50%, 0) scale(1); }
.work-snapshot-list a:first-child:hover .snapshot-preview, .work-snapshot-list a:first-child:focus-visible .snapshot-preview, .work-snapshot-list a:last-child:hover .snapshot-preview, .work-snapshot-list a:last-child:focus-visible .snapshot-preview { transform: translate(0, 0) scale(1); }
.work-snapshot-list a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
#nevera, #battista, #betting, #commerce, #svijet-zdravlja { scroll-margin-top: 96px; }

.platform-system { position: relative; width: calc(100% - 48px); max-width: calc(var(--max) - 48px); margin: 34px auto 0; padding: 28px 30px 30px; overflow: hidden; border: 1px solid #203245; border-radius: 28px; background: radial-gradient(circle at 88% 12%, rgba(49, 86, 196, .24), transparent 28%), linear-gradient(145deg, #08131f, #102235); color: var(--white); box-shadow: 0 24px 70px rgba(10, 11, 14, 0.12); }
.system-heading { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.system-brand { display: flex; align-items: center; gap: 14px; }
.system-brand > img { width: 44px; height: 44px; border: 1px solid rgba(129, 160, 255, .35); border-radius: 14px; box-shadow: 0 0 34px rgba(49, 86, 196, .25); }
.system-brand > span { display: grid; gap: 1px; }
.system-brand strong { font-size: 18px; letter-spacing: -.03em; }
.system-brand small { color: #91a1b7; font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.platform-system figcaption { display: grid; gap: 4px; text-align: right; }
.platform-system figcaption strong { font-size: clamp(23px, 2.35vw, 31px); line-height: 1; letter-spacing: -.045em; }
.platform-system figcaption span { color: #9aa8ba; font-size: 14px; }
.delivery-flow { counter-reset: delivery; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.delivery-flow li { position: relative; display: grid; min-height: 118px; align-content: end; padding: 17px 18px; border: 1px solid rgba(142, 163, 190, .18); border-radius: 18px; background: rgba(255, 255, 255, .045); }
.delivery-flow li:not(:last-child)::after { position: absolute; z-index: 2; top: 28px; right: -19px; display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #344b64; border-radius: 50%; background: #102235; color: #80a0ff; font-size: 13px; content: "→"; }
.delivery-flow li > span { position: absolute; top: 18px; left: 20px; color: #7597fa; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.delivery-flow strong { font-size: 22px; letter-spacing: -.035em; }
.delivery-flow small { margin-top: 6px; color: #9ba8b9; font-size: 12px; line-height: 1.4; }

[data-parallax] { --parallax-y: 0px; will-change: transform; }
.parallax-visual { transform: translate3d(0, var(--parallax-y), 0) scale(1.035); }
.parallax-backdrop { --parallax-scale: 1.045; transform: translate3d(0, var(--parallax-y), 0) scale(var(--parallax-scale)) !important; transition: transform 650ms cubic-bezier(.16, 1, .3, 1) !important; }
.parallax-foreground { --parallax-tilt: 0deg; transform: translate3d(0, var(--parallax-y), 0) rotate(var(--parallax-tilt)); transform-origin: 78% 56%; }
.project-card:hover .parallax-backdrop { --parallax-scale: 1.07; }

.section { max-width: var(--max); margin: 0 auto; padding: 82px 24px; }
.section-heading { display: grid; grid-template-columns: 0.7fr 2.3fr; gap: 44px; align-items: start; }
.section-heading h2, .independent-heading h2, .lab-heading h2, .contact-heading h2 { max-width: 900px; font-size: clamp(34px, 3.7vw, 52px); font-weight: 730; line-height: 1.02; letter-spacing: -0.05em; }
.services-intro { display: grid; grid-template-columns: 0.7fr 2.3fr; gap: 44px; margin-top: 20px; }
.services-intro p { grid-column: 2; max-width: 650px; color: var(--muted); font-size: 17px; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 40px; }
.service-list .service-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 24px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease; }
.service-card::before { position: absolute; inset: 0 0 auto; height: 3px; background: var(--service-accent); content: ""; }
.service-build { --service-accent: #3156c4; background: radial-gradient(circle at 92% 4%, rgba(49, 86, 196, 0.13), transparent 35%), #fbfcfd !important; }
.service-embed { --service-accent: #7087a6; background: linear-gradient(145deg, #e9eef4, #f7f9fb) !important; }
.service-modernize { --service-accent: #6387ee; background: radial-gradient(circle at 88% 6%, rgba(74, 112, 218, 0.12), transparent 38%), #f5f7fa !important; }
.service-ship { --service-accent: #46677f; background: radial-gradient(circle at 94% 8%, rgba(81, 117, 146, 0.16), transparent 38%), #eef2f5 !important; }
.service-list .service-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: 0 24px 60px rgba(10, 11, 14, 0.09); }
.service-list .service-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.service-number { color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-list h3 { margin-top: 24px; max-width: 250px; font-size: clamp(25px, 2vw, 31px); line-height: 1.02; letter-spacing: -0.045em; }
.service-list p { max-width: 290px; margin-top: 15px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.service-list ul { display: grid; gap: 8px; margin: auto 0 0; padding: 24px 0 0; color: var(--ink); list-style: none; }
.service-list li { position: relative; padding-left: 14px; font-size: 13px; line-height: 1.35; }
.service-list li::before { position: absolute; top: .48em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--service-accent); content: ""; }
.service-action { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-top: 20px; color: var(--accent-dark); font-size: 13px; font-weight: 780; }
.service-carousel-status { display: none; }
.service-action i { font-size: 16px; font-style: normal; line-height: 1; transition: transform 180ms ease; }
.service-card:hover .service-action i, .service-card:focus-visible .service-action i { transform: translateX(4px); }
.section-cta, .work-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 28px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.section-cta > div, .work-cta > div { display: grid; gap: 7px; }
.section-cta span, .work-cta span { color: var(--accent-dark); font-size: 10px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.section-cta strong, .work-cta strong { max-width: 720px; font-size: clamp(17px, 2vw, 24px); line-height: 1.25; letter-spacing: -0.025em; }
.section-cta .button, .work-cta .button { flex: 0 0 auto; }

.work { background: var(--ink); color: var(--white); }
.work-heading .section-kicker { color: #9397a0; }
.work-heading h2 { max-width: 760px; font-size: clamp(34px, 3.7vw, 52px); line-height: 1.02; letter-spacing: -.05em; }
.work-heading > p:last-child { grid-column: 2; max-width: 560px; margin-top: 18px; color: #9da1aa; }
.work-heading { padding-bottom: 56px; }
.project-grid { max-width: var(--max); margin: 0 auto; padding: 0 24px 78px; }
.automotive-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 28px; background: var(--ink-soft); }
.project-card figure { position: relative; overflow: hidden; height: 440px; background: #1b2a39; }
.project-card figure > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.16, 1, .3, 1); }
.project-card:hover figure > img:first-child { transform: scale(1.035); }
.project-card-rimac figure > img:first-child { object-position: 56% center; }
.project-app-mark { position: absolute; z-index: 3; top: 24px; left: 24px; width: clamp(72px, 13%, 104px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 22px; background: #101a28; box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36); transition: transform 240ms ease; }
.project-app-mark:hover { transform: translateY(-4px) scale(1.02); }
.project-app-mark img { width: 100%; height: 100%; object-fit: cover; }
.battista-figure::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6, 13, 22, 0.06), rgba(6, 13, 22, 0.54) 78%, rgba(6, 13, 22, 0.8)); content: ""; pointer-events: none; }
.project-card-battista .project-app-mark { top: 24px; left: 24px; width: clamp(72px, 13%, 104px); }
.project-card-battista .project-app-mark img { transform: scale(1.02); }
.battista-screen-stage { position: absolute; z-index: 2; inset: 20px 22px; display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.battista-phone { width: min(22%, 150px); aspect-ratio: 709 / 1536; overflow: hidden; border: 5px solid #09111b; border-radius: 20px; background: #09111b; box-shadow: 0 24px 54px rgba(0, 0, 0, 0.48); }
.battista-phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.battista-phone-activity { transform: rotate(-4deg) translateY(7px); }
.battista-phone-data { margin-left: -10px; transform: rotate(4deg) translateY(-7px); }
.nevera-figure { background: #07111b; }
.nevera-figure::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5, 12, 20, 0.08) 18%, rgba(5, 12, 20, 0.22) 48%, rgba(5, 12, 20, 0.76) 100%); content: ""; pointer-events: none; }
.nevera-backdrop { object-position: center !important; }
.nevera-app-mark { position: absolute; z-index: 3; top: 24px; left: 24px; width: clamp(72px, 13%, 104px) !important; height: auto !important; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 22px; object-fit: contain !important; box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36); transform: none !important; }
.nevera-device-stage { position: absolute; z-index: 2; inset: 20px 22px; display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.nevera-phone { width: min(22%, 170px); aspect-ratio: 709 / 1536; overflow: hidden; border: 6px solid #080d13; border-radius: 28px; background: #020911; box-shadow: 0 24px 55px rgba(0, 0, 0, 0.48); }
.nevera-phone img { width: 100%; height: 100%; object-fit: cover; }
.nevera-phone-home { transform: rotate(-3deg) translateY(10px); }
.nevera-phone-data { margin-left: -22px; transform: rotate(3deg) translateY(-10px); }
.project-copy { padding: 32px 34px 36px; }
.project-copy > span, .independent-copy > span, .lab-card > span { color: #a6aab3; font-size: 10px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.project-copy h3 { margin-top: 12px; font-size: clamp(34px, 3.6vw, 52px); font-weight: 700; letter-spacing: -0.055em; }
.project-copy p { max-width: 620px; margin-top: 16px; color: #a6aab3; }
.case-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; color: #c4c8d0; list-style: none; }
.case-facts li { position: relative; padding-left: 16px; font-size: 11px; line-height: 1.5; }
.case-facts li::before { position: absolute; top: 0.58em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); content: ""; }
.project-copy small { display: block; margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--line-dark); color: #8d929c; font-size: 11px; line-height: 1.45; letter-spacing: 0.065em; text-transform: uppercase; }

.betting-project { display: grid; grid-template-columns: minmax(310px, 0.85fr) minmax(430px, 1.15fr); max-width: calc(var(--max) - 48px); min-height: 560px; margin: 0 auto 22px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 28px; background: var(--ink-soft); }
.betting-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 72px); }
.betting-copy .section-kicker { color: var(--accent); }
.betting-copy h3 { margin-top: 20px; font-size: clamp(38px, 4.7vw, 66px); font-weight: 720; line-height: 0.98; letter-spacing: -0.06em; }
.betting-description { max-width: 430px; margin-top: 22px; color: #a4aab5; font-size: 16px; line-height: 1.55; }
.team-note { display: block; max-width: 420px; margin-top: 26px; color: #8d929c; font-size: 11px; font-weight: 650; line-height: 1.5; letter-spacing: 0.055em; text-transform: uppercase; }
.brand-gallery { position: relative; min-height: 560px; overflow: hidden; background: #111b26; cursor: grab; touch-action: pan-y; user-select: none; }
.brand-gallery:active, .brand-gallery.is-dragging { cursor: grabbing; }
.brand-gallery:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.brand-gallery::before, .brand-gallery::after { position: absolute; z-index: 4; top: 0; bottom: 0; width: 64px; content: ""; pointer-events: none; }
.brand-gallery::before { left: 0; background: linear-gradient(90deg, #111b26, transparent); }
.brand-gallery::after { right: 0; background: linear-gradient(-90deg, #111b26, transparent); }
.betting-screen-track { --betting-gap: 18px; display: flex; gap: var(--betting-gap); width: max-content; height: 560px; padding-block: 18px; box-sizing: border-box; will-change: transform; }
.betting-screen-group { display: flex; flex: 0 0 auto; gap: var(--betting-gap); width: max-content; height: 524px; }
.brand-screen { position: relative; flex: 0 0 clamp(310px, 36vw, 520px); overflow: hidden; border: 1px solid var(--line-dark); border-radius: 20px; background: #0d1723; }
.brand-screen::before { position: absolute; inset: -10%; background: var(--screen-image) center / cover no-repeat; filter: blur(30px) saturate(0.75); opacity: 0.24; transform: scale(1.08); content: ""; }
.brand-screen::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 17, 25, 0.2), rgba(10, 17, 25, 0.56)); content: ""; }
.brand-screen img { position: relative; z-index: 1; width: 100%; height: 100%; padding: clamp(18px, 3vw, 42px); object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.brand-screen figcaption { position: absolute; z-index: 2; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-radius: 12px; background: rgba(11, 12, 15, 0.88); color: var(--white); }
.brand-screen figcaption strong { font-size: 10px; }
.brand-screen figcaption span { color: #a6aab3; font-size: 8px; font-weight: 700; text-align: right; text-transform: uppercase; }

.independent { padding-top: 62px; }
.independent-heading { display: grid; grid-template-columns: 0.7fr 2.3fr; gap: 20px 44px; }
.independent-heading h2, .independent-heading > p:last-child { grid-column: 2; }
.independent-heading h2 { max-width: 700px; font-size: clamp(32px, 3.35vw, 48px); line-height: 1.02; letter-spacing: -.05em; }
.independent-heading > p:last-child { color: #9da1aa; }
.independent-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 18px; margin-top: 42px; }
.independent-card { display: grid; grid-template-rows: minmax(330px, 1fr) auto; min-height: 610px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 28px; background: var(--ink-soft); transition: transform 220ms ease, border-color 220ms ease; }
.independent-card:hover { transform: translateY(-5px); border-color: #4b4d55; }
.health-card, .verage-card { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; min-height: 380px; }
.health-brand { display: grid; place-items: center; padding: 54px; background: #e3ebe0; }
.health-brand img { width: min(440px, 80%); max-height: 250px; object-fit: contain; transition: transform 500ms ease; }
.health-card:hover .health-brand img { transform: scale(1.035); }
.verage-brand { min-height: 380px; overflow: hidden; background: #e7e9ed; }
.verage-brand img { width: 100%; height: 100%; object-fit: cover; }
.commerce-card { grid-column: 1 / -1; display: block; min-height: 0; }
.commerce-showcase { position: relative; padding: 38px 0 30px; overflow: hidden; background: #0d1723; }
.commerce-showcase-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 0 clamp(30px, 5vw, 64px) 28px; }
.commerce-showcase-heading span { color: #8caed4; font-size: 9px; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.commerce-showcase-heading strong { display: flex; align-items: baseline; gap: 8px; color: #e7edf5; font-size: 13px; }
.commerce-showcase-heading strong b { color: var(--white); font-size: 30px; line-height: 0.9; letter-spacing: -0.055em; }
.commerce-logo-viewport { position: relative; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.commerce-logo-viewport:active, .commerce-logo-viewport.is-dragging { cursor: grabbing; }
.commerce-logo-viewport:focus-visible { outline: 2px solid #87a7ff; outline-offset: -3px; }
.commerce-logo-viewport::before, .commerce-logo-viewport::after { position: absolute; z-index: 2; inset-block: 0; width: 110px; content: ""; pointer-events: none; }
.commerce-logo-viewport::before { left: 0; background: linear-gradient(90deg, #0d1723 0%, rgba(13, 23, 35, .92) 20%, transparent 100%); }
.commerce-logo-viewport::after { right: 0; background: linear-gradient(-90deg, #0d1723 0%, rgba(13, 23, 35, .92) 20%, transparent 100%); }
.commerce-logo-track { display: flex; width: max-content; will-change: transform; }
.commerce-logo-group { display: grid; grid-auto-columns: 210px; grid-auto-flow: column; grid-template-rows: repeat(2, 150px); gap: 14px; padding-right: 14px; }
.commerce-logo-group img { width: 100%; height: 100%; border: 1px solid rgba(200, 217, 237, 0.12); border-radius: 16px; object-fit: cover; object-position: center 55%; pointer-events: none; -webkit-user-drag: none; }
.commerce-copy { display: flex; flex-direction: column; justify-content: center; }
.independent-copy { padding: 32px 34px 36px; }
.independent-copy.commerce-copy { padding: clamp(36px, 5vw, 72px); }
.independent-copy h3 { margin-top: 10px; font-size: 38px; letter-spacing: -0.05em; }
.independent-copy p { margin-top: 13px; color: #a6aab3; }
.independent-copy strong { display: inline-block; margin-top: 24px; color: var(--white); font-size: 12px; }
.commerce-team-note { max-width: none; margin-top: 28px; }
.work-cta { margin-top: 18px; border-color: var(--line-dark); background: #162637; }
.work-cta span { color: #8caed4; }
.work-cta strong { color: var(--white); }

.lab { background: var(--bg); }
.lab-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 40px; align-items: end; }
.lab-heading .section-kicker, .lab-heading h2 { grid-column: 1; }
.lab-heading .text-link { grid-column: 2; grid-row: 1 / 3; align-self: end; justify-self: end; }
.lab-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.lab-more { grid-column: 1 / -1; display: grid; min-height: 72px; padding: 18px 24px; place-content: center; border-top: 1px solid var(--line); text-align: center; }
.lab-more strong { color: var(--muted); font-size: 13px; font-weight: 720; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.lab-card { position: relative; display: flex; min-height: 0; flex-direction: column; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 220ms ease, border-color 220ms ease; }
.lab-card-featured, .lab-card-secondary { grid-column: auto; min-height: 0; }
.lab-card:hover { transform: translateY(-5px); border-color: #bcc6d2; }
.lab-card h3 { margin-top: 18px; font-size: 30px; letter-spacing: -0.05em; }
.lab-card p { margin-top: 12px; color: var(--muted); transition: color 180ms ease; }
.lab-card small { margin-top: 28px; color: var(--accent-dark); font-size: 10px; font-weight: 720; letter-spacing: 0.05em; text-transform: uppercase; transition: color 180ms ease; }
.lab-visual { height: auto; aspect-ratio: 16 / 10; overflow: hidden; background: #e8edf3; }
.lab-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16, 1, .3, 1); }
.attendio-visual { background: #f3f6fa; }
.attendio-visual img { object-fit: contain; object-position: center; }
.lab-card-featured:hover .lab-visual img { transform: scale(1.025); }
.lab-content { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.lab-content > span { color: var(--accent-dark); font-size: 10px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.lab-content h3 { margin-top: 18px; }
.lab-content small { margin-top: auto; padding-top: 26px; }
.vid-architecture { display: grid; align-content: center; gap: 25px; height: 315px; padding: 34px; overflow: hidden; background: linear-gradient(145deg, #132231, #1b3045); color: var(--white); }
.vidconnect-visual img { object-position: center; }
.vid-architecture-secondary { height: auto; min-height: 180px; margin-top: 24px; padding: 24px; border-radius: 16px; }
.architecture-core { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; }
.architecture-core::after { position: absolute; top: calc(100% + 10px); left: 50%; width: 1px; height: 22px; background: rgba(175, 203, 235, 0.38); content: ""; }
.architecture-core span, .architecture-core strong { padding: 11px 14px; border: 1px solid rgba(185, 207, 233, 0.2); border-radius: 10px; background: rgba(255, 255, 255, 0.06); font-size: 11px; }
.architecture-core strong { background: var(--accent); }
.architecture-stores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.architecture-stores span { display: grid; gap: 7px; padding: 15px 12px; border: 1px solid rgba(185, 207, 233, 0.14); border-radius: 12px; background: rgba(6, 12, 19, 0.2); font-size: 11px; font-weight: 700; text-align: center; }
.architecture-stores i { color: #8caed4; font-size: 8px; font-style: normal; letter-spacing: 0.12em; text-transform: uppercase; }
.vid-data { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; }
.vid-data span { color: var(--muted); font-size: 9px; line-height: 1.4; }
.vid-data strong { display: block; margin-bottom: 4px; color: var(--accent-dark); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.scoreagents-card { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; align-items: stretch; gap: 0; min-height: 0; }
.scoreagents-copy { display: flex; flex-direction: column; align-self: stretch; padding: 24px; }
.scoreagents-copy > span { color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.scoreagents-copy h3 { margin-top: 18px; }
.scoreagents-copy small { margin-top: 28px; }
.scoreagents-visual { position: relative; display: grid; min-height: 0; aspect-ratio: 16 / 10; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 46%, rgba(54, 97, 210, .32), transparent 42%), linear-gradient(145deg, #0b1724, #14283b); }
.scoreagents-visual::before, .scoreagents-visual::after { position: absolute; width: 52%; height: 1px; background: linear-gradient(90deg, transparent, rgba(126, 161, 255, .52), transparent); content: ""; }
.scoreagents-visual::before { left: -5%; transform: rotate(8deg); }
.scoreagents-visual::after { right: -5%; transform: rotate(-8deg); }
.scoreagents-device { position: relative; z-index: 1; display: grid; width: min(43%, 148px); aspect-ratio: 9 / 14; grid-template-rows: auto 1fr auto; overflow: hidden; border: 3px solid #273b51; border-radius: 20px; background: #f7f9fc; box-shadow: 0 18px 38px rgba(0, 0, 0, .3), 0 0 32px rgba(55, 104, 225, .2); transform: rotate(-2deg); transition: transform 500ms cubic-bezier(.16, 1, .3, 1); }
.scoreagents-card:hover .scoreagents-device { transform: rotate(0) translateY(-2px); }
.scoreagents-device-bar { display: flex; align-items: center; gap: 6px; padding: 9px 9px 7px; color: #152130; font-size: 7px; }
.scoreagents-device-bar i { width: 6px; height: 6px; border-radius: 50%; background: #3968d8; box-shadow: 0 0 0 3px rgba(57, 104, 216, .12); }
.scoreagents-device-bar strong { overflow: hidden; flex: 1; text-overflow: ellipsis; white-space: nowrap; }
.scoreagents-device-bar span { padding: 3px 4px; border-radius: 999px; background: #e5f6eb; color: #168044; font-size: 5px; font-weight: 800; letter-spacing: .08em; }
.scoreagents-device-art { display: grid; min-height: 0; margin: 0 7px; place-items: center; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg, #eef2f7, #fff); }
.scoreagents-device-art img { width: 96%; max-height: 100%; object-fit: contain; }
.scoreagents-device-nav { display: flex; justify-content: center; gap: 9px; padding: 7px; }
.scoreagents-device-nav i { width: 12px; height: 3px; border-radius: 999px; background: #cad3df; }
.scoreagents-device-nav i:first-child { background: #3968d8; }

.about { background: var(--ink); color: var(--white); }
.founder-card { display: grid; grid-template-columns: 128px minmax(0, 1fr); align-items: center; gap: clamp(30px, 5vw, 72px); }
.founder-photo { width: 128px; height: 128px; border: 1px solid var(--line-dark); border-radius: 28px; object-fit: cover; object-position: center 24%; filter: saturate(0.82); }
.founder-copy .section-kicker { color: #9397a0; }
.founder-copy h2 { max-width: 900px; margin-top: 16px; font-size: clamp(36px, 4.2vw, 56px); line-height: 1; letter-spacing: -0.055em; }
.founder-copy h2 em { color: var(--accent); font-style: normal; }
.founder-copy > p:not(.section-kicker) { max-width: 700px; margin-top: 22px; color: #a6aab3; font-size: 18px; }
.founder-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.founder-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 16px; border: 1px solid var(--line-dark); border-radius: 999px; color: #d8dde5; font-size: 12px; font-weight: 680; transition: border-color 180ms ease, color 180ms ease; }
.founder-links a:hover { border-color: #657184; color: var(--white); }
.founder-links span { color: #87a7ff; }

.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr); gap: clamp(52px, 8vw, 130px); max-width: var(--max); margin: 0 auto; padding: 92px 24px; }
.contact-heading h2 { max-width: 760px; margin-top: 20px; }
.contact-heading > p:not(.section-kicker) { max-width: 620px; margin-top: 25px; color: var(--muted); font-size: 18px; }
.contact-next-step { display: grid; max-width: 620px; gap: 7px; margin-top: 32px; padding: 18px 0 0 20px; border-top: 1px solid var(--line); border-left: 3px solid var(--accent); }
.contact-next-step strong { color: var(--accent-dark); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.contact-next-step span { max-width: 560px; color: var(--ink); font-size: 14px; line-height: 1.5; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin-top: 14px; }
.contact-details > div { display: grid; gap: 6px; padding: 15px 16px; border-radius: 14px; background: #e8ebef; }
.contact-details strong { color: var(--ink); font-size: 12px; }
.contact-details span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.contact-form { display: grid; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 22px 60px rgba(10, 11, 14, 0.06); }
.contact-form:focus { outline: none; }
#contact-form { scroll-margin-top: 92px; }
.selected-service { padding: 11px 13px; border-radius: 11px; background: rgba(49, 86, 196, .1); color: #1e3f9a; font-size: 13px; font-weight: 700; line-height: 1.4; }
.selected-service[hidden] { display: none; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: var(--muted); font-size: 11px; font-weight: 760; letter-spacing: 0.07em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px 0 12px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form .button { justify-self: start; margin-top: 6px; }
.contact-form .button:disabled { cursor: wait; opacity: 0.68; }
.contact-form > small { color: var(--muted); font-size: 11px; }
.contact-form > small a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-status { padding: 14px 15px; border-radius: 12px; font-size: 13px; line-height: 1.45; }
.form-status[hidden] { display: none; }
.form-status.success { background: rgba(49, 86, 196, .1); color: #1e3f9a; }
.form-status.error { background: #fff0ed; color: #7d2c20; }
.form-status a { color: inherit; font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }

footer { display: grid; grid-template-columns: 1.1fr auto 1fr; align-items: end; gap: 48px; min-height: 220px; padding: 56px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); border-top: 1px solid var(--line-dark); }
.footer-brand { display: grid; gap: 8px; }
.footer-brand strong { font-size: clamp(32px, 4vw, 54px); letter-spacing: -0.055em; }
.footer-brand span, .footer-legal { color: #8e929c; font-size: 11px; }
.footer-links { display: flex; gap: 22px; font-size: 12px; font-weight: 650; }
.footer-links a:hover { color: var(--accent); }
.footer-actions { display: grid; justify-items: start; gap: 18px; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; color: #dce2ea; font-size: 13px; font-weight: 680; }
.footer-email span { color: #87a7ff; transition: transform 180ms ease; }
.footer-email:hover span { transform: translate(2px, -2px); }
.footer-language-select { display: grid; grid-template-columns: auto auto; align-items: center; gap: 10px; color: #8e929c; font-size: 11px; }
.footer-language-select > span { font-weight: 650; }
.footer-language-select select { min-width: 112px; padding: 7px 28px 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; outline: 0; background: #111e2d; color: #dce2ea; font-size: 11px; cursor: pointer; }
.footer-language-select select:focus-visible { border-color: #87a7ff; outline: 2px solid rgba(135,167,255,.28); outline-offset: 2px; }
.footer-preferences { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.footer-accessibility-control { display: inline-flex; min-height: 34px; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #111e2d; color: #dce2ea; font-size: 11px; font-weight: 650; cursor: pointer; }
.footer-accessibility-control > span { color: #87a7ff; font-size: 15px; line-height: 1; }
.footer-accessibility-control:hover { border-color: rgba(135,167,255,.5); }
.footer-accessibility-control:focus-visible { border-color: #87a7ff; outline: 2px solid rgba(135,167,255,.28); outline-offset: 2px; }
.footer-legal { display: grid; justify-items: end; gap: 7px; text-align: right; }

.accessibility-modal[hidden] { display: none; }
.accessibility-modal { position: fixed; z-index: 300; inset: 0; display: grid; align-items: center; justify-items: end; padding: 22px; }
.accessibility-backdrop { position: absolute; inset: 0; background: rgba(4, 10, 18, .62); backdrop-filter: blur(8px); }
.accessibility-panel { position: relative; display: grid; width: min(480px, 100%); max-height: min(760px, calc(100dvh - 44px)); gap: 0; overflow-y: auto; padding: 28px; border: 1px solid #33465a; border-radius: 24px; background: #0b1827; color: var(--white); box-shadow: 0 28px 90px rgba(0, 0, 0, .38); }
.accessibility-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.accessibility-panel > header p { color: #8ca9ef; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.accessibility-panel h2 { margin-top: 7px; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.accessibility-close { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: #132437; color: #dce5ef; font-size: 25px; line-height: 1; cursor: pointer; }
.accessibility-intro { max-width: 390px; margin-top: 18px; color: #aeb9c7; font-size: 14px; line-height: 1.55; }
.accessibility-setting { display: grid; gap: 15px; margin: 0; padding: 22px 0; border: 0; border-top: 1px solid rgba(255,255,255,.12); }
.accessibility-intro + .accessibility-setting { margin-top: 24px; }
.accessibility-setting:not(fieldset) > div:first-child { display: grid; gap: 4px; }
.accessibility-setting strong, .accessibility-setting legend { padding: 0; color: #f7f9fc; font-size: 15px; font-weight: 720; }
.accessibility-setting > div > span { color: #9ba8b7; font-size: 12px; line-height: 1.45; }
.accessibility-switch { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #132437; color: #edf2f8; font-size: 13px; font-weight: 680; text-align: left; cursor: pointer; }
.accessibility-switch i { position: relative; width: 42px; height: 24px; flex: 0 0 auto; border-radius: 999px; background: #536171; transition: background 180ms ease; }
.accessibility-switch i::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; content: ""; transition: transform 180ms ease; }
.accessibility-switch[aria-pressed="true"] i { background: #5378e5; }
.accessibility-switch[aria-pressed="true"] i::after { transform: translateX(18px); }
.accessibility-switch:disabled { cursor: not-allowed; opacity: .72; }
.accessibility-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.accessibility-options button { min-height: 44px; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: #132437; color: #b9c4d0; font-size: 12px; font-weight: 680; cursor: pointer; }
.accessibility-options button[aria-pressed="true"] { border-color: #7694ea; background: #29488f; color: white; }
.accessibility-panel > footer { display: flex; min-height: 0; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.12); background: transparent; }
.accessibility-panel > footer .button { min-height: 44px; background: var(--white); color: var(--ink); }
.accessibility-reset { min-height: 44px; padding: 0; border: 0; background: transparent; color: #aeb9c7; font-size: 12px; font-weight: 680; cursor: pointer; }
.accessibility-panel button:focus-visible { outline: 2px solid #87a7ff; outline-offset: 3px; }

html[data-font-size="large"] body :is(h1, h2, h3, p, li, figcaption, label, input, select, textarea, a, button, small, strong, span):not(.sr-only),
html[data-font-size="x-large"] body :is(h1, h2, h3, p, li, figcaption, label, input, select, textarea, a, button, small, strong, span):not(.sr-only) { font-size: var(--a11y-font-size) !important; }
html[data-color-mode="contrast"] body > :not(.accessibility-modal) { filter: contrast(1.18); }
html[data-color-mode="grayscale"] body > :not(.accessibility-modal) { filter: grayscale(1); }
html.a11y-reduce-motion { scroll-behavior: auto; }
html.a11y-reduce-motion *, html.a11y-reduce-motion *::before, html.a11y-reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
html.a11y-reduce-motion .reveal { opacity: 1; transform: none; }
html.a11y-reduce-motion .brand-logo { animation: none; }
html.a11y-reduce-motion [data-parallax] { transform: none !important; }

.contact-nudge[hidden] { display: none; }
.contact-nudge { position: fixed; right: 22px; bottom: 86px; z-index: 130; display: grid; width: min(360px, calc(100vw - 44px)); gap: 10px; padding: 25px; border: 1px solid rgba(135, 167, 255, .25); border-radius: 22px; background: rgba(8, 21, 37, .97); color: var(--white); box-shadow: 0 24px 70px rgba(4, 10, 18, .32); opacity: 0; transform: translateY(18px) scale(.98); backdrop-filter: blur(18px); transition: opacity 220ms ease, transform 220ms ease; }
.contact-nudge.show { opacity: 1; transform: none; }
.contact-nudge > p { color: #87a7ff; font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.contact-nudge > strong { max-width: 290px; padding-right: 22px; font-size: 23px; line-height: 1.08; letter-spacing: -.035em; }
.contact-nudge > span { max-width: 290px; color: #aeb7c4; font-size: 13px; line-height: 1.5; }
.contact-nudge-close { position: absolute; top: 10px; right: 10px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #aeb7c4; font-size: 25px; line-height: 1; cursor: pointer; }
.contact-nudge-close:hover { background: rgba(255, 255, 255, .08); color: var(--white); }
.contact-nudge-actions { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.contact-nudge-actions .button { min-height: 44px; padding: 0 18px; }
.contact-nudge-actions > button { min-height: 44px; border: 0; background: transparent; color: #c7ced8; font: inherit; font-size: 12px; font-weight: 680; cursor: pointer; }
.contact-nudge-actions > button:hover { color: var(--white); }
.contact-nudge button:focus-visible, .contact-nudge a:focus-visible { outline: 2px solid #87a7ff; outline-offset: 3px; }
.contact-nudge-active .back-to-top { opacity: 0; visibility: hidden; pointer-events: none; }

.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 50px; height: 50px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; background: rgba(13, 25, 39, 0.9); color: var(--white); box-shadow: 0 14px 36px rgba(6, 12, 20, 0.22); opacity: 0; visibility: hidden; transform: translateY(12px); cursor: pointer; backdrop-filter: blur(14px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top span { font-size: 24px; line-height: 1; transform: translateY(-1px); }
.back-to-top:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.toast { position: fixed; right: 18px; bottom: 86px; z-index: 140; padding: 11px 15px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.show { opacity: 1; transform: none; }
.remote-image.image-failed { opacity: 0; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms cubic-bezier(.16, 1, .3, 1), transform 700ms cubic-bezier(.16, 1, .3, 1); }
.project-card.reveal, .independent-card.reveal, .lab-card.reveal { transform: translateY(42px) scale(.985); transition-duration: 860ms; }
.reveal[data-delay="1"] { transition-delay: 80ms; }
.reveal[data-delay="2"] { transition-delay: 160ms; }
.reveal[data-delay="3"] { transition-delay: 240ms; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .hero-proof { display: none; }
  .hero h1 { max-width: 1120px; }
}

@media (min-width: 700px) and (max-width: 1180px) {
  .hero { align-items: flex-start; min-height: auto; }
  html[lang="hr"] .hero h1 { max-width: 100%; }
  html[lang="hr"] .hero h1 > span, html[lang="hr"] .hero h1 > em { white-space: normal; }
  .hero-proof {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 32px;
    padding: 18px 20px 20px;
  }
  .hero-proof > span {
    grid-column: 1 / -1;
    padding-bottom: 12px;
  }
  .hero-proof > div {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 7px;
    min-width: 0;
    padding: 15px 16px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
  }
  .hero-proof > div + div {
    margin-left: 0;
  }
  .hero-proof .hero-proof-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1.25fr 0.75fr; gap: 46px; min-height: 640px; }
  .service-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .project-card figure { height: 420px; }
  .betting-project { grid-template-columns: 1fr 1fr; }
  .independent-card { min-height: 560px; }
  .contact { gap: 54px; }
}

@media (max-width: 800px) {
  :root {
    --mobile-gutter: clamp(20px, 4vw, 28px);
    --mobile-start: max(var(--mobile-gutter), env(safe-area-inset-left));
    --mobile-end: max(var(--mobile-gutter), env(safe-area-inset-right));
  }

  .site-header { height: 70px; padding: 0 var(--mobile-end) 0 var(--mobile-start); }
  .parallax-visual { transform: translate3d(0, var(--parallax-y), 0) scale(1.07); }
  .parallax-backdrop { --parallax-scale: 1.06; }
  .project-card:hover .parallax-backdrop { --parallax-scale: 1.06; }
  .site-header.menu-active { background: #f8fafc; backdrop-filter: none; }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; border-radius: 2px; background: var(--ink); transform-origin: center; transition: transform 260ms cubic-bezier(.16, 1, .3, 1), background 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 0; min-height: calc(100dvh - 70px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 26px var(--mobile-end) max(26px, env(safe-area-inset-bottom)) var(--mobile-start); background: radial-gradient(circle at 88% 2%, rgba(49, 86, 196, 0.13), transparent 30%), linear-gradient(180deg, #f8fafc 0%, #edf1f5 100%); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 240ms ease, transform 300ms cubic-bezier(.16, 1, .3, 1), visibility 240ms; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 23px; opacity: 0; transform: translateY(14px); transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
  .site-nav.open a { animation: menuItemIn 420ms cubic-bezier(.16, 1, .3, 1) forwards; }
  .site-nav.open a:nth-child(2) { animation-delay: 45ms; }
  .site-nav.open a:nth-child(3) { animation-delay: 90ms; }
  .site-nav.open a:nth-child(4) { animation-delay: 135ms; }
  .site-nav.open a:nth-child(5) { animation-delay: 180ms; }
  .site-nav .language-switch { align-self: flex-start; margin-top: 18px; opacity: 0; transform: translateY(14px); }
  .site-nav.open .language-switch { animation: menuItemIn 420ms 180ms cubic-bezier(.16, 1, .3, 1) forwards; }
  .nav-contact { margin-top: 16px; padding: 17px !important; border-radius: 14px; text-align: center; }

  @keyframes menuItemIn { to { opacity: 1; transform: none; } }

  .hero { min-height: auto; padding: 126px var(--mobile-end) 72px var(--mobile-start); }
  .hero h1 { font-size: clamp(54px, 14.5vw, 88px); }
  html[lang="hr"] .hero h1 { max-width: 100%; font-size: clamp(48px, 12vw, 72px); }
  html[lang="hr"] .hero h1 > span, html[lang="hr"] .hero h1 > em { white-space: normal; }
  .hero-intro { margin-top: 34px; }
  .hero-actions { width: 100%; }
  .hero-proof {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    margin-top: 28px;
    padding: 16px;
    border-radius: 18px;
  }
  .hero-proof > span { grid-column: 1 / -1; padding-bottom: 4px; }
  .hero-proof > div {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 6px;
    min-width: 0;
    padding: 12px 9px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
  }
  .hero-proof > div + div { margin-left: 0; }
  .hero-proof .hero-proof-global { grid-column: 1 / -1; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; }
  .hero-proof .hero-proof-global strong { font-size: 23px; white-space: nowrap; }
  .hero-proof strong { font-size: 25px; }
  .hero-proof small { font-size: 10.5px; line-height: 1.35; }
  .hero-proof .hero-proof-note { grid-column: 1 / -1; margin-top: 3px; }
  .platform-strip { padding: 13px 0; }
  .platform-group { gap: 18px; padding-right: 18px; }
  .platform-group strong { font-size: 16px; }
  .platform-group i { font-size: 20px; }
  .work-snapshot { padding: 58px var(--mobile-end) 24px var(--mobile-start); }
  .work-snapshot-heading { grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .work-snapshot-heading .text-link { justify-self: start; }
  .work-snapshot-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 360px);
    gap: 12px;
    margin-top: 28px;
    margin-right: calc(var(--mobile-end) * -1);
    padding-right: var(--mobile-end);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 var(--mobile-end);
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .work-snapshot-list::-webkit-scrollbar { display: none; }
  .work-snapshot-list a {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .work-snapshot-list a:hover,
  .work-snapshot-list a:focus-visible { transform: none; }
  .snapshot-preview,
  .work-snapshot-list a:first-child .snapshot-preview,
  .work-snapshot-list a:last-child .snapshot-preview {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border: 0;
    border-bottom: 1px solid rgba(105, 119, 137, .18);
    border-radius: 17px 17px 0 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }
  .work-snapshot-list a:hover .snapshot-preview,
  .work-snapshot-list a:focus-visible .snapshot-preview,
  .work-snapshot-list a:first-child:hover .snapshot-preview,
  .work-snapshot-list a:first-child:focus-visible .snapshot-preview,
  .work-snapshot-list a:last-child:hover .snapshot-preview,
  .work-snapshot-list a:last-child:focus-visible .snapshot-preview { opacity: 1; transform: none; }
  .snapshot-copy { height: auto; min-height: 132px; padding: 17px 19px 19px; }
  .snapshot-copy strong { margin-top: 8px; }
  .system-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .platform-system figcaption { text-align: left; }
  .delivery-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery-flow li:not(:last-child)::after { display: none; }
  .section { padding: 72px var(--mobile-end) 72px var(--mobile-start); }
  .section-heading, .services-intro, .independent-heading, .lab-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .services-intro p, .work-heading > p:last-child, .independent-heading h2, .independent-heading > p:last-child, .lab-heading h2, .lab-heading .text-link { grid-column: 1; }
  .lab-heading .text-link { grid-row: auto; justify-self: start; }
  .service-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 360px);
    gap: 12px;
    margin-top: 48px;
    margin-right: calc(var(--mobile-end) * -1);
    padding-right: var(--mobile-end);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 var(--mobile-end);
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .service-list::-webkit-scrollbar { display: none; }
  .service-list .service-card, .service-list .service-card:nth-child(n) { grid-column: auto; min-height: 350px; padding: 26px 24px; scroll-snap-align: start; }
  .service-list h3 { margin-top: 20px; }
  .service-carousel-status { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; color: var(--muted); font-size: 12px; }
  .service-carousel-status b { color: var(--ink); font: inherit; font-weight: 760; }
  .section-cta, .work-cta { align-items: flex-start; flex-direction: column; }
  .project-grid { padding: 0 var(--mobile-end) 86px var(--mobile-start); }
  .automotive-grid { grid-template-columns: 1fr; }
  .project-card figure { height: auto; aspect-ratio: 16 / 10; }
  .nevera-device-stage { inset: 6px 10px; }
  .nevera-phone { width: min(21%, 94px); border-width: 3px; border-radius: 15px; }
  .nevera-phone-home { transform: rotate(-3deg) translateY(5px); }
  .nevera-phone-data { margin-left: -12px; }
  .nevera-phone-data { transform: rotate(3deg) translateY(-5px); }
  .case-facts { flex-direction: column; gap: 9px; }
  .betting-project { grid-template-columns: 1fr; max-width: none; min-height: 0; margin: 0 var(--mobile-end) 22px var(--mobile-start); }
  .betting-copy { justify-content: flex-start; min-height: 0; padding: 24px 26px 32px; }
  .brand-gallery { order: -1; min-height: 470px; }
  .betting-screen-track { --betting-gap: 18px; height: 470px; padding-block: 18px; }
  .betting-screen-group { height: 434px; }
  .independent-grid { grid-template-columns: 1fr; }
  .independent-card { min-height: 520px; }
  .health-card, .verage-card { grid-column: 1; grid-template-columns: 1fr; grid-template-rows: 320px auto; }
  .verage-card { grid-template-rows: auto max-content; min-height: 0; }
  .verage-brand { min-height: 0; aspect-ratio: 16 / 10; }
  .verage-card .independent-copy { align-self: start; }
  .commerce-card { grid-column: 1; }
  .lab-grid { grid-template-columns: none; grid-auto-columns: min(82vw, 350px); grid-auto-flow: column; gap: 12px; margin-right: calc(var(--mobile-end) * -1); padding-right: var(--mobile-end); overflow-x: auto; scroll-padding-inline: 0 var(--mobile-end); scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .lab-grid::-webkit-scrollbar { display: none; }
  .lab-card, .lab-card-featured, .lab-card-secondary { grid-column: auto; min-height: 410px; scroll-snap-align: start; }
  .lab-more { grid-column: auto; min-width: 180px; min-height: 410px; border: 1px solid var(--line); border-radius: var(--radius); scroll-snap-align: end; }
  .scoreagents-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .vid-architecture-secondary { height: auto; }
  .founder-card { grid-template-columns: 104px minmax(0, 1fr); gap: 28px; }
  .founder-photo { width: 104px; height: 104px; border-radius: 22px; }
  .contact { grid-template-columns: 1fr; gap: 42px; padding: 72px var(--mobile-end) 72px var(--mobile-start); }
  footer { grid-template-columns: 1fr auto; padding: 46px var(--mobile-end) 46px var(--mobile-start); }
  .footer-legal { grid-column: 1 / -1; justify-items: start; text-align: left; }
}

@media (max-width: 520px) {
  .brand > span { font-size: 13px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 14.2vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof small { font-size: 10px; }
  .section-cta .button, .work-cta .button { width: 100%; }
  .section-heading h2, .independent-heading h2, .lab-heading h2, .contact-heading h2 { font-size: 34px; }
  .project-card figure { height: auto; aspect-ratio: 16 / 10; }
  .project-copy { padding: 26px 22px 30px; }
  .project-app-mark, .project-card-battista .project-app-mark { top: 12px; left: 12px; width: min(18%, 64px); border-radius: 13px; }
  .battista-screen-stage { inset: 6px 10px; }
  .battista-phone { width: min(21%, 94px); border-width: 3px; border-radius: 12px; }
  .nevera-app-mark { top: 12px; left: 12px; width: min(18%, 64px) !important; border-radius: 13px; }
  .betting-copy { min-height: 0; padding: 22px 22px 28px; }
  .betting-copy h3 { margin-top: 12px; font-size: 40px; }
  .betting-description { margin-top: 18px; font-size: 15px; }
  .team-note { margin-top: 22px; }
  .brand-gallery { min-height: 330px; }
  .betting-screen-track { --betting-gap: 12px; height: 330px; padding-block: 12px; }
  .betting-screen-group { height: 306px; }
  .brand-screen { flex-basis: min(82vw, 330px); border-radius: 16px; }
  .brand-screen img { padding: 14px; }
  .independent-card { grid-template-rows: 290px auto; min-height: 0; }
  .health-card { grid-template-rows: 290px auto; }
  .verage-card { grid-template-rows: auto max-content; }
  .commerce-showcase-heading { align-items: flex-start; flex-direction: column; gap: 14px; padding-inline: 22px; }
  .commerce-logo-viewport::before, .commerce-logo-viewport::after { width: 46px; }
  .commerce-logo-group { grid-auto-columns: 170px; grid-template-rows: repeat(2, 122px); }
  .commerce-copy h3 { font-size: 31px; line-height: 1.05; }
  .health-brand { padding: 34px; }
  .independent-copy { padding: 26px 22px 32px; }
  .lab-card:not(.lab-card-featured) { padding: 0; }
  .lab-visual, .vid-architecture { height: auto; aspect-ratio: 16 / 10; }
  .lab-content { padding: 26px 22px; }
  .vid-data { grid-template-columns: 1fr; }
  .scoreagents-card { grid-template-columns: 1fr; gap: 0; }
  .scoreagents-visual { min-height: 0; }
  .scoreagents-device { width: min(40%, 132px); border-radius: 18px; }
  .scoreagents-copy h3 { margin-top: 18px; }
  .founder-card { grid-template-columns: 72px minmax(0, 1fr); gap: 20px; }
  .founder-photo { width: 72px; height: 72px; border-radius: 17px; align-self: start; }
  .founder-copy h2 { font-size: 38px; }
  .founder-copy > p:not(.section-kicker) { font-size: 16px; }
  .platform-system { width: auto; margin: 26px var(--mobile-end) 0 var(--mobile-start); padding: 20px 16px; border-radius: 20px; }
  .system-heading { gap: 16px; }
  .system-brand { gap: 11px; }
  .system-brand > img { width: 40px; height: 40px; border-radius: 12px; }
  .system-brand strong { font-size: 16px; }
  .platform-system figcaption { gap: 6px; }
  .platform-system figcaption strong { font-size: 25px; }
  .platform-system figcaption span { font-size: 12px; line-height: 1.4; }
  .delivery-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 20px; }
  .delivery-flow li { min-height: 126px; padding: 42px 13px 14px; }
  .delivery-flow li > span { top: 14px; left: 13px; font-size: 9px; }
  .delivery-flow strong { font-size: 20px; line-height: 1.05; }
  .delivery-flow small { margin-top: 7px; font-size: 12px; line-height: 1.35; }
  .founder-links { gap: 8px; margin-top: 24px; }
  .founder-links a { min-height: 40px; padding: 0 14px; }
  .contact-form { padding: 26px 20px; }
  .contact-next-step { margin-top: 24px; padding-left: 16px; }
  .contact-details { grid-template-columns: 1fr; }
  .work-snapshot-list { grid-auto-columns: min(84vw, 340px); }
  footer { grid-template-columns: 1fr; align-items: start; gap: 20px; min-height: 0; padding-top: 32px; padding-bottom: max(32px, env(safe-area-inset-bottom)); }
  .footer-brand { gap: 5px; }
  .footer-brand strong { font-size: 30px; }
  .footer-actions { gap: 12px; }
  .footer-legal { gap: 4px; margin-top: 2px; }
  .footer-actions, .footer-links, .footer-legal { grid-column: 1; }
  .accessibility-modal { align-items: end; padding: 12px; }
  .accessibility-panel { max-height: calc(100dvh - 24px); padding: 22px 18px 18px; border-radius: 22px; }
  .accessibility-panel h2 { font-size: 30px; }
  .accessibility-options { grid-template-columns: 1fr; }
  .contact-nudge { right: var(--mobile-end); bottom: max(16px, env(safe-area-inset-bottom)); left: var(--mobile-start); width: auto; gap: 8px; padding: 21px 20px 18px; border-radius: 20px; }
  .contact-nudge > strong { max-width: calc(100% - 28px); font-size: 21px; }
  .contact-nudge > span { font-size: 12px; }
  .contact-nudge-actions { margin-top: 6px; }
}

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

.privacy-page { min-height: 100vh; background: var(--paper, #f2f3f1); color: var(--ink, #081525); }
.privacy-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 16px clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(8, 21, 37, .14); }
.privacy-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 20px; font-weight: 800; text-decoration: none; }
.privacy-brand img { width: 48px; height: 48px; border-radius: 14px; }
.privacy-language { display: inline-flex; padding: 3px; border: 1px solid rgba(8, 21, 37, .18); border-radius: 999px; }
.privacy-language button { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 0; border-radius: 999px; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.privacy-language button span { display: grid; min-width: 42px; min-height: 38px; place-items: center; border-radius: 999px; font-weight: 750; }
.privacy-language button span[data-active="true"] { background: var(--ink, #081525); color: white; }
.privacy-content { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: clamp(64px, 9vw, 120px) 0 80px; }
.privacy-back { display: inline-block; margin-bottom: 64px; color: inherit; font-weight: 750; text-decoration: none; }
.privacy-content h1 { max-width: 700px; margin: 18px 0 26px; font-size: clamp(48px, 8vw, 88px); line-height: .92; letter-spacing: -.065em; }
.privacy-intro { max-width: 680px; margin-bottom: 68px; color: var(--muted, #6f7b89); font-size: clamp(19px, 2.2vw, 25px); line-height: 1.55; }
.privacy-content section { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); gap: 44px; padding: 34px 0; border-top: 1px solid rgba(8, 21, 37, .15); }
.privacy-content section h2 { margin: 0; font-size: 19px; line-height: 1.25; }
.privacy-content section p, .privacy-legal p { margin: 0; color: var(--muted, #6f7b89); font-size: 16px; line-height: 1.7; }
.privacy-content section a, .privacy-legal a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-legal { display: grid; gap: 8px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(8, 21, 37, .15); background: transparent; color: inherit; }
@media (max-width: 640px) {
  .privacy-header { min-height: 76px; padding-inline: 20px; }
  .privacy-brand img { width: 42px; height: 42px; }
  .privacy-content { width: min(100% - 40px, 820px); padding-top: 52px; }
  .privacy-back { margin-bottom: 44px; }
  .privacy-content h1 { font-size: 48px; }
  .privacy-intro { margin-bottom: 48px; }
  .privacy-content section { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
}
