@charset "UTF-8";

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/instrument-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/instrument-sans-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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-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;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-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;
}

:root {
  --ink: #181a1d;
  --ink-soft: #4e565e;
  --ink-faint: #727c85;
  --paper: #ffffff;
  --cool: #e8edf2;
  --mist: #f4f6f7;
  --lavender: #e9e7ed;
  --slate: #506c83;
  --slate-deep: #354c60;
  --dark: #181a1d;
  --dark-card: #1d2024;
  --dark-2: #22262b;
  --line: rgba(24, 26, 29, .12);
  --line-dark: rgba(255, 255, 255, .09);
  --white-soft: rgba(255, 255, 255, .72);
  --radius: 18px;
  --radius-sm: 12px;
  --pill: 999px;
  --wrap: 1280px;
  --gutter: clamp(20px, 4vw, 54px);
  --section: clamp(88px, 10vw, 148px);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; text-rendering: optimizeLegibility; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

html[data-theme="dark"] body { background: #131518; color: #f7f8f9; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid #9db5c9;
  outline-offset: 4px;
  border-radius: 6px;
}

::selection { background: #b9cad8; color: #111315; }
.wrap { width: min(calc(100% - (2 * var(--gutter))), var(--wrap)); margin-inline: auto; }
.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;
}
.lang-en { display: none; }
html[lang="en"] .lang-sr { display: none; }
html[lang="en"] .lang-en { display: inline; }
p.lang-en, div.lang-en, section.lang-en { display: none; }
html[lang="en"] p.lang-en, html[lang="en"] div.lang-en, html[lang="en"] section.lang-en { display: block; }

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 18px;
  top: 12px;
  padding: 10px 16px;
  border-radius: var(--pill);
  background: #fff;
  color: #181a1d;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* Global chrome */
.announcement-bar {
  position: relative;
  z-index: 80;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  background: #24272b;
  color: rgba(255, 255, 255, .82);
  border-bottom: 1px solid var(--line-dark);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .03em;
}
.announcement-bar a { display: inline-flex; align-items: center; gap: 9px; }
.announcement-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4dd680;
  box-shadow: 0 0 0 4px rgba(77, 214, 128, .1);
}

.site-header {
  position: sticky;
  z-index: 70;
  top: 0;
  height: 88px;
  display: flex;
  align-items: center;
  background: rgba(24, 26, 29, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: height .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.site-header.scrolled { height: 72px; background: rgba(24, 26, 29, .96); border-color: var(--line-dark); }
.nav-inner { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 34px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo, .footer-logo { width: 138px; height: auto; object-fit: contain; }
.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  padding: 6px;
  border: 1px solid var(--line-dark);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .045);
}
.nav-links > a,
.services-menu > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--pill);
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}
.nav-links > a:hover,
.services-menu > a:hover,
.nav-links a[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .09); }
.nav-waas { box-shadow: none !important; }
.nav-cta,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  background: var(--slate);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.nav-cta { flex: 0 0 auto; background: #fff; color: var(--ink); padding-inline: 24px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta:hover { background: var(--cool); }
.button:hover { background: var(--slate-deep); }
.button.secondary { background: transparent; border-color: currentColor; color: inherit; }
.button.secondary:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.button.inverse { background: #fff; color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--slate-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(53, 76, 96, .3);
  text-underline-offset: 5px;
}
.text-link:hover { text-decoration-color: currentColor; }

.theme-toggle,
.language-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.theme-toggle svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 1.6; }
.theme-toggle .moon { display: none; }
html[data-theme="dark"] .theme-toggle .sun { display: none; }
html[data-theme="dark"] .theme-toggle .moon { display: block; }
.language-switch { gap: 4px; }
.language-switch button {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: .55;
}
.language-switch button[aria-pressed="true"] { border-color: var(--line-dark); background: rgba(255,255,255,.08); opacity: 1; }
.language-switch svg { width: 19px; border-radius: 2px; }
.menu-button { display: none; }

.services-menu { position: relative; display: flex; align-items: center; }
.services-menu > a { padding-right: 5px; }
.services-toggle {
  width: 30px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-left: -6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.services-toggle svg { width: 18px; fill: none; stroke: #fff; stroke-width: 1.8; transition: transform .2s ease; }
.services-menu.is-open .services-toggle svg { transform: rotate(180deg); }
.services-panel {
  position: absolute;
  z-index: 90;
  top: calc(100% + 18px);
  left: 50%;
  width: min(660px, 72vw);
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(29, 32, 36, .98);
  color: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  transform: translateX(-42%);
}
.services-panel[hidden] { display: none; }
.services-panel::before { content: ""; position: absolute; inset: -20px 0 auto; height: 20px; }
.services-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 14px; border-bottom: 1px solid var(--line-dark); }
.services-panel-head span { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.services-panel-head a { font-size: 13px; color: #fff; }
.services-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 22px; padding-top: 10px; }
.services-panel-grid a { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; min-height: 44px; border-radius: 9px; }
.services-panel-grid a:hover { background: rgba(255,255,255,.06); }
.services-panel-grid span { color: rgba(255,255,255,.38); font-family: "IBM Plex Mono", monospace; font-size: 10px; }
.services-panel-grid strong { font-size: 14px; font-weight: 550; }

/* Hero system */
.hero,
.page-hero,
.service-landing-hero,
.waas-page-hero,
.about-hero,
.case-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 65% 75% at 8% 30%, rgba(105, 70, 56, .22), transparent 70%),
    radial-gradient(ellipse 55% 80% at 82% 28%, rgba(62, 105, 134, .34), transparent 72%),
    radial-gradient(ellipse 32% 50% at 55% 8%, rgba(102, 123, 139, .12), transparent 72%),
    var(--dark);
  color: #fff;
}
.hero::after,
.page-hero::after,
.service-landing-hero::after,
.waas-page-hero::after,
.about-hero::after,
.case-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero { min-height: min(850px, calc(100vh - 36px)); padding: clamp(90px, 10vw, 150px) 0 40px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); align-items: center; gap: clamp(44px, 7vw, 104px); }
.hero h1,
.page-hero h1,
.service-landing-hero h1,
.waas-page-hero h1,
.about-hero h1,
.case-hero h1 {
  max-width: 900px;
  margin: 20px 0 24px;
  font-size: clamp(54px, 6.2vw, 94px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 760px; }
.hero h1 span, .hero h1 .accent-word { color: #fff; }
.hero-copy, .page-hero p, .service-landing-hero p, .waas-page-hero p, .about-hero p, .case-intro {
  max-width: 720px;
  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--slate-deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero .eyebrow,
.page-hero .eyebrow,
.service-landing-hero .eyebrow,
.waas-page-hero .eyebrow,
.about-hero .eyebrow,
.case-hero .eyebrow,
.section.dark .eyebrow,
.trust-section .eyebrow,
.section.blue .eyebrow { color: #b4c7d6; }
.hero .button.primary, .hero .button:first-child { background: #fff; color: var(--ink); }
.hero .button:not(.primary):not(:first-child) { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.26); color: #fff; }
.hero .button:hover { background: var(--cool); color: var(--ink); }
.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(48px, 7vw, 92px);
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255,255,255,.52);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.browser-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  background: rgba(255,255,255,.97);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
}
.browser-frame::before, .browser-frame::after {
  content: "+";
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--slate);
  font: 12px "IBM Plex Mono", monospace;
  box-shadow: 0 0 0 1px var(--line);
}
.browser-frame::before { top: -12px; left: -12px; }
.browser-frame::after { right: -12px; bottom: -12px; }
.browser-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--cool); border: 1px solid #c8d1d8; }
.browser-url, .browser-label { font: 10px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; color: #68747d; }
.browser-body { padding: clamp(28px, 4vw, 56px); }
.browser-body h2 { margin: 15px 0 44px; font-size: clamp(36px, 4vw, 58px); font-weight: 520; line-height: 1; letter-spacing: -.045em; }
.delivery-map { border-top: 1px solid var(--line); }
.delivery-row { display: grid; grid-template-columns: 92px 1fr 26px; gap: 14px; align-items: center; min-height: 63px; border-bottom: 1px solid var(--line); }
.delivery-row span, .delivery-row em { font: 9px "IBM Plex Mono", monospace; color: #7b858d; font-style: normal; }
.delivery-row b { font-size: 14px; font-weight: 600; }

.page-hero, .service-landing-hero, .waas-page-hero, .about-hero, .case-hero { padding: clamp(88px, 10vw, 144px) 0 clamp(76px, 9vw, 132px); }
.page-hero .wrap, .service-landing-hero .wrap, .waas-page-hero .wrap, .about-hero .wrap { position: relative; }
.page-hero h1 { max-width: 1050px; }
.page-hero-editorial.wrap,
.page-hero-editorial > .wrap,
.waas-hero-editorial > .wrap { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 80px; align-items: end; }
.page-hero-editorial > .wrap > .editorial-image,
.waas-hero-editorial > .wrap > .editorial-image { max-height: 560px; }
.service-landing-hero .wrap { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.7fr); gap: 72px; align-items: end; }
.service-landing-panel { padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.service-landing-panel > *:first-child { margin-top: 0; }
.case-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(310px,.55fr); align-items: end; gap: 72px; }
.case-summary { padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.055); }

/* Sections and typography */
.section, .home-carousel-section, .case-media-section { padding: var(--section) 0; background: var(--paper); color: var(--ink); }
.section:nth-of-type(even):not(.dark):not(.blue),
.process-editorial-section,
.package-intro-section { background: var(--cool); }
.section.dark, .trust-section { background: var(--dark); color: #fff; }
.section.blue { position: relative; overflow: hidden; background: var(--slate); color: #fff; }
.section-title, .contact-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.lede, .contact-copy { max-width: 760px; margin: 22px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.45vw, 21px); }
.section.dark .lede, .section.blue .lede, .trust-section .lede { color: var(--white-soft); }
.section.blue .contact-copy,
.section.blue .contact-copy .beam-word-base { color: #fff; }
.section.blue .eyebrow,
.section.blue .eyebrow .beam-word-base { color: #fff; }
.split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(48px, 8vw, 112px); align-items: start; }
.editorial-split { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.65fr); gap: clamp(48px,7vw,100px); align-items: center; }
.editorial-image { display: block; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: #dfe5e9; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-wide { aspect-ratio: 16/8.2; margin-top: 50px; }

/* Portfolio */
.home-carousel-section { overflow: hidden; background: var(--mist); }
.projects-head, .news-head { position: relative; }
.projects-head > .text-link, .news-head > .text-link { position: absolute; top: 24px; right: 0; }
.home-project-carousel-viewport { width: 100vw; margin: 54px calc(50% - 50vw) 0; overflow: hidden; cursor: grab; }
.home-project-carousel-track { display: flex; width: max-content; will-change: transform; }
.home-project-carousel-track.is-dragging { cursor: grabbing; }
.home-project-carousel-group { display: flex; gap: 22px; padding-right: 22px; }
.home-project-carousel-group .portfolio-item { width: clamp(320px, 44vw, 690px); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(20px,3vw,38px); margin-top: 50px; }
.portfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--dark-card);
}
.portfolio-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .65s var(--ease); }
.portfolio-item h2 { margin: 0; padding: 19px 22px 22px; background: var(--dark-card); color: #fff; font-size: clamp(20px,2vw,29px); font-weight: 520; line-height: 1.12; letter-spacing: -.025em; }
.portfolio-item:hover img { transform: scale(1.025); }
.portfolio-item:hover::after { transform: translate(0,0); }
.portfolio-item::after { content: "↗"; position: absolute; right: 16px; bottom: 17px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--slate); color: #fff; transform: translate(4px,4px); transition: transform .25s var(--ease); }
.portfolio-meta { display: flex; gap: 9px; flex-wrap: wrap; }
.filters, .news-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.filter, .news-filter-button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: transparent;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.filter.active, .filter[aria-pressed="true"], .news-filter-button.is-active, .news-filter-button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Service and proof systems */
.service-list { margin-top: 50px; border-top: 1px solid currentColor; }
.service-row { display: grid; grid-template-columns: 90px minmax(250px,.75fr) minmax(300px,1.25fr); gap: 34px; align-items: start; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.section:not(.dark) .service-row { border-color: var(--line); }
.service-code { font: 11px "IBM Plex Mono", monospace; letter-spacing: .11em; color: #a8bdce; }
.service-row h3 { margin: 0; font-size: clamp(24px,3vw,38px); font-weight: 520; line-height: 1.06; letter-spacing: -.035em; }
.service-row p { margin: 2px 0 0; color: var(--white-soft); }
.section:not(.dark) .service-row p { color: var(--ink-soft); }
.service-row:hover h3 { color: #b9cfdf; }
.service-detail-grid, .service-feature-grid, .service-related-grid, .engagement-grid, .values-grid, .waas-grid, .comparison-grid, .fit-grid, .project-three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 42px;
}
.comparison-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-detail, .service-feature-card, .service-related-card, .engagement-grid > article, .values-grid > article, .waas-grid > article, .comparison-grid > article, .fit-card {
  padding: clamp(24px,3vw,38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.55);
}
.section.dark .service-detail, .section.dark .service-feature-card, .section.dark .service-related-card, .section.dark .engagement-grid > article, .section.dark .values-grid > article {
  border-color: var(--line-dark);
  background: var(--dark-card);
}
.service-detail h2, .service-detail h3, .service-feature-card h3, .service-related-card h3, .engagement-grid h3, .values-grid h3, .fit-card h3 { margin: 0 0 14px; font-size: clamp(22px,2.2vw,31px); line-height: 1.1; letter-spacing: -.025em; }
.service-detail p, .service-feature-card p, .service-related-card p, .engagement-grid p, .values-grid p, .fit-card p { margin: 0; color: var(--ink-soft); }
.section.dark .service-detail p, .section.dark .service-feature-card p, .section.dark .service-related-card p, .section.dark .engagement-grid p, .section.dark .values-grid p { color: var(--white-soft); }
.service-checklist, .features, .plan-features { padding: 0; margin: 24px 0 0; list-style: none; }
.service-checklist li, .features li, .plan-features li { position: relative; padding: 12px 0 12px 27px; border-top: 1px solid var(--line); }
.service-checklist li::before, .features li::before, .plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--slate); font-weight: 800; }
.excluded-list li::before { content: "×"; }
.service-mini-grid, .service-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 38px; }

.credibility-head, .fit-head, .team-head, .package-intro-head { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); gap: 64px; align-items: end; }
.credibility-grid, .process-grid, .proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credibility-card, .process-step, .proof-item { padding: 34px 30px; border-right: 1px solid var(--line); }
.credibility-card:last-child, .process-step:last-child, .proof-item:last-child { border-right: 0; }
.credibility-card > span, .process-step > span, .proof-item > span { font: 10px "IBM Plex Mono",monospace; letter-spacing: .1em; color: var(--slate); }
.credibility-card h3, .process-step h3 { margin: 24px 0 12px; font-size: clamp(23px,2.2vw,32px); font-weight: 520; line-height: 1.1; letter-spacing: -.03em; }
.credibility-card p, .process-step p { margin: 0; color: var(--ink-soft); }
.process-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.process-editorial-section .process-grid { background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.credibility-strip, .proof-bar { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.credibility-strip a, .proof-bar > * { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--line); }
.credibility-strip a:last-child, .proof-bar > *:last-child { border-right: 0; }
.credibility-strip span, .proof-bar span { font: 10px "IBM Plex Mono",monospace; letter-spacing: .1em; color: var(--ink-faint); text-transform: uppercase; }
.credibility-strip strong, .proof-bar strong { font-size: clamp(22px,2.4vw,34px); font-weight: 540; letter-spacing: -.035em; }

.waas-overview .waas-benefits { border-top: 1px solid var(--line); }
.waas-benefits article { display: grid; grid-template-columns: 50px 1fr; gap: 6px 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.waas-benefits article > span { grid-row: 1 / span 2; font: 11px "IBM Plex Mono",monospace; color: var(--slate); }
.waas-benefits strong { font-size: 19px; }
.waas-benefits p { margin: 4px 0 0; color: var(--ink-soft); }

/* Testimonials */
.trust-layout { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: clamp(48px,7vw,104px); align-items: start; }
.trust-copy { position: sticky; top: 110px; }
.trust-carousel { overflow: hidden; }
.trust-track { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; transform: none !important; }
.trust-review-card { min-width: 0; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--dark-card); }
.trust-review-stars { color: #d4e0e8; letter-spacing: .13em; }
.trust-review-card blockquote { margin: 22px 0 30px; font-size: clamp(18px,1.5vw,22px); line-height: 1.48; color: rgba(255,255,255,.9); }
.trust-review-author { display: grid; grid-template-columns: 44px 1fr; gap: 1px 12px; align-items: center; }
.review-profile-link { grid-row: 1 / span 2; }
.review-profile-link img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line-dark); }
.trust-review-author cite { grid-column: 2; font-style: normal; font-weight: 700; }
.trust-review-author > span { grid-column: 2; color: rgba(255,255,255,.5); font: 10px "IBM Plex Mono",monospace; letter-spacing: .06em; text-transform: uppercase; }
.trust-link { margin-top: 28px; }

/* Pricing */
.pricing-model-toggle { display: inline-flex; gap: 6px; padding: 6px; margin-top: 34px; border: 1px solid var(--line); border-radius: var(--pill); background: rgba(255,255,255,.72); }
.pricing-model-option { min-height: 42px; padding: 8px 18px; border: 0; border-radius: var(--pill); background: transparent; cursor: pointer; font-weight: 650; }
.pricing-model-option[aria-pressed="true"] { background: var(--ink); color: #fff; }
.pricing-model-note, .pricing-scope-note { max-width: 780px; margin-top: 18px; color: var(--ink-soft); }
.price-grid, .waas-price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 46px; }
.price-card, .waas-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px,3vw,40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.price-card.featured, .price-card[data-package="Standard"] { background: var(--dark-card); color: #fff; border-color: var(--dark-card); transform: translateY(-14px); }
.price-label, .plan-badge { display: inline-flex; align-self: flex-start; padding: 7px 11px; border: 1px solid currentColor; border-radius: var(--pill); font: 10px "IBM Plex Mono",monospace; letter-spacing: .08em; text-transform: uppercase; }
.price-display, .price { margin: 30px 0 10px; font-size: clamp(38px,4vw,58px); font-weight: 520; line-height: 1; letter-spacing: -.045em; }
.price-subline, .price-alt, .price-outcome { color: var(--ink-soft); }
.featured .price-subline, .featured .price-alt, .featured .price-outcome, .price-card[data-package="Standard"] .price-subline, .price-card[data-package="Standard"] .price-alt, .price-card[data-package="Standard"] .price-outcome { color: var(--white-soft); }
.price-cta { margin-top: auto; padding-top: 30px; }
.featured .features li, .price-card[data-package="Standard"] .features li { border-color: var(--line-dark); }

/* About */
.about-editorial, .story-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(48px,8vw,110px); align-items: start; }
.story-copy { font-size: clamp(19px,1.7vw,24px); line-height: 1.55; }
.story-copy p:first-child { margin-top: 0; }
.principles { margin-top: 32px; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 180px 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle strong { font: 11px "IBM Plex Mono",monospace; letter-spacing: .08em; color: var(--slate); text-transform: uppercase; }
.principle h3 { margin: 0 0 8px; font-size: clamp(23px,2.2vw,32px); line-height: 1.1; letter-spacing: -.025em; }
.principle p { margin: 0; color: var(--ink-soft); }
.team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 46px; }
.person { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.person > img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; background: var(--cool); filter: saturate(.8); }
.person-copy { padding: 22px; }
.person h3 { margin: 0 0 5px; font-size: 24px; letter-spacing: -.02em; }
.person p { margin: 0; color: var(--ink-soft); }
.fit-positive { background: #f2f6f4; }
.fit-negative { background: #f5f2f1; }

/* News and articles */
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.news-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.news-card h3, .news-card h2 { margin: 26px 0 14px; font-size: clamp(25px,2.6vw,36px); font-weight: 520; line-height: 1.08; letter-spacing: -.035em; }
.news-card p { margin: 0; color: var(--ink-soft); }
.news-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--ink-faint); font: 10px "IBM Plex Mono",monospace; letter-spacing: .08em; text-transform: uppercase; }
.news-card .read { margin-top: auto; padding-top: 28px; color: var(--slate-deep); font-weight: 700; }
.news-list { margin-top: 42px; border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 180px 1fr; gap: 36px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.news-row time, .source { color: var(--ink-faint); font: 11px "IBM Plex Mono",monospace; letter-spacing: .04em; }
.news-row h2 { margin: 0 0 10px; font-size: clamp(25px,2.5vw,36px); font-weight: 520; line-height: 1.1; letter-spacing: -.03em; }
.news-row p { margin: 0; color: var(--ink-soft); }
.news-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; margin-top: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--dark); color: #fff; }
.news-feature-card img { width: 100%; height: 100%; object-fit: cover; }
.news-feature-content { padding: clamp(30px,5vw,64px); }
.news-feature-content p { color: var(--white-soft); }

.article-wrap { position: relative; max-width: 1120px; }
.article-wrap.has-toc { display: grid; grid-template-columns: 250px minmax(0,720px); justify-content: space-between; gap: 72px; }
.article-wrap.has-toc > .source, .article-wrap.has-toc > .article-pager, .article-wrap.has-toc > p:last-child { grid-column: 2; }
.article-content { max-width: 760px; font-size: clamp(17px,1.35vw,20px); line-height: 1.8; }
.article-content > p:first-child { margin-top: 0; font-size: 1.18em; color: #343b40; }
.article-content h2 { scroll-margin-top: 110px; margin: 70px 0 18px; font-size: clamp(31px,3.5vw,48px); font-weight: 520; line-height: 1.08; letter-spacing: -.04em; }
.article-content h3 { margin-top: 44px; font-size: 26px; line-height: 1.18; }
.article-content a { color: var(--slate-deep); text-decoration: underline; text-underline-offset: 3px; }
.article-toc { position: sticky; top: 110px; align-self: start; padding-top: 2px; }
.article-toc > span { display: block; margin-bottom: 16px; font: 10px "IBM Plex Mono",monospace; letter-spacing: .1em; color: var(--ink-faint); text-transform: uppercase; }
.article-toc ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.article-toc li { border-bottom: 1px solid var(--line); }
.article-toc a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 12px 0; font-size: 12px; line-height: 1.35; color: var(--ink-soft); }
.article-toc em { font: 9px "IBM Plex Mono",monospace; color: var(--slate); font-style: normal; }
.article-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 66px; }
.article-pager-card { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.article-pager-label { font: 10px "IBM Plex Mono",monospace; color: var(--slate); text-transform: uppercase; }

/* Case studies */
.case-main-image { width: min(calc(100% - (2 * var(--gutter))), var(--wrap)); margin: clamp(42px,7vw,86px) auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cool); }
.case-main-image img { width: 100%; }
.case-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.case-story-grid > article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.case-story-grid h2, .case-story-grid h3 { margin: 0 0 14px; font-size: clamp(26px,2.8vw,38px); font-weight: 520; letter-spacing: -.03em; }
.case-delivery-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; }
.case-delivery-list { border-top: 1px solid var(--line); }
.case-delivery-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.case-context-links, .case-related-services { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.case-context-links a, .case-related-services a { padding: 9px 14px; border: 1px solid var(--line); border-radius: var(--pill); font-size: 13px; }

/* Forms, contact, footer */
.contact-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(440px,1.22fr); gap: clamp(48px,8vw,110px); align-items: start; }
.contact-links { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.22); }
.contact-links a { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-links span { font: 10px "IBM Plex Mono",monospace; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.contact-links strong { font-weight: 560; overflow-wrap: anywhere; }
.contact-form {
  padding: clamp(24px,3vw,42px);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full, .form-consent, .form-plan-summary { grid-column: 1 / -1; }
.form-field label, .form-consent { font-size: 13px; font-weight: 650; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--mist);
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--slate); background: #fff; box-shadow: 0 0 0 3px rgba(80,108,131,.14); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--ink-soft); }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--slate); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-plan-summary { padding: 14px 16px; border-radius: 10px; background: var(--cool); }
.form-plan-summary span { display: block; color: var(--ink-soft); font-size: 13px; }
.contact-form .button { width: 100%; margin-top: 8px; }

.site-footer { padding: clamp(76px,9vw,124px) 0 30px; background: #141619; color: #fff; }
.site-footer::before { content: "Imate projekat na umu?"; display: block; width: min(calc(100% - (2 * var(--gutter))), var(--wrap)); margin: 0 auto 64px; padding-bottom: 42px; border-bottom: 1px solid var(--line-dark); font-size: clamp(44px,7vw,104px); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
html[lang="en"] .site-footer::before { content: "Have a project in mind?"; }
.footer-grid { display: grid; grid-template-columns: minmax(260px,1.5fr) repeat(3,minmax(140px,.6fr)); gap: 48px; }
.footer-intro p, .site-footer p { color: rgba(255,255,255,.6); }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-col h3 { margin: 0 0 10px; color: rgba(255,255,255,.64); font: 10px "IBM Plex Mono",monospace; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-cookie-settings { color: rgba(255,255,255,.78); font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-cookie-settings { padding: 0; border: 0; background: transparent; cursor: pointer; }
.social-links { display: flex; gap: 9px; margin-top: 12px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; }
.social-links img { width: 17px; height: 17px; filter: grayscale(1) brightness(3); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 72px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.62); font: 10px "IBM Plex Mono",monospace; letter-spacing: .06em; text-transform: uppercase; }

.news-meta span,
.news-meta time,
.credibility-strip a > span { color: #59636c; }

.legal-layout { max-width: 780px; }
.legal-layout h2 { margin: 54px 0 14px; font-size: clamp(28px,3vw,42px); letter-spacing: -.035em; }
.legal-layout p, .legal-layout li { color: var(--ink-soft); }

.faq { border-top: 1px solid var(--line); }
.faq-item, .faq details { border-bottom: 1px solid var(--line); }
.faq-item summary, .faq details summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 48px 24px 0;
  list-style: none;
  cursor: pointer;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.faq-item summary::-webkit-details-marker, .faq details summary::-webkit-details-marker { display: none; }
.faq-item summary::after, .faq details summary::after { content: "+"; position: absolute; right: 4px; font: 24px/1 "IBM Plex Mono", monospace; color: var(--slate); transition: transform .25s ease; }
.faq-item[open] summary::after, .faq details[open] summary::after { transform: rotate(45deg); }
.faq-item > p, .faq details > p { max-width: 680px; margin: 0; padding: 0 48px 25px 0; color: var(--ink-soft); }

/* Consent and floating CTA */
.cookie-consent {
  position: fixed;
  z-index: 200;
  left: 18px;
  bottom: 18px;
  width: min(440px, calc(100vw - 36px));
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
}
.cookie-consent__eyebrow { margin: 0; font: 10px "IBM Plex Mono",monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }
.cookie-consent h2 { margin: 7px 0 8px; font-size: 24px; letter-spacing: -.02em; }
.cookie-consent p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.cookie-button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); border-radius: var(--pill); background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.cookie-button--primary { background: var(--slate); border-color: var(--slate); color: #fff; }
.cookie-consent__settings { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.cookie-consent__row { display: flex; justify-content: space-between; gap: 20px; }
.cookie-consent__row span { display: block; color: var(--ink-soft); font-size: 12px; }
.cookie-switch input { width: 18px; height: 18px; accent-color: var(--slate); }

.floating-cta {
  position: fixed;
  z-index: 65;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 11px;
  min-width: 280px;
  padding: 9px 12px 9px 9px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--pill);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
  transition: transform .25s var(--ease);
}
.floating-cta:hover { transform: translateY(-3px); }
.floating-cta-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--slate); color: #fff; }
.floating-cta-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.floating-cta strong, .floating-cta small { display: block; line-height: 1.2; }
.floating-cta strong { font-size: 13px; }
.floating-cta small { margin-top: 3px; color: var(--ink-faint); font-size: 10px; }
.floating-cta-arrow { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
body:has(.cookie-consent) .floating-cta { bottom: 18px; right: 18px; }

/* Motion: content remains visible unless enhancement initialized successfully. */
.reveal { opacity: 1 !important; transform: none !important; }
.split-word, .split-word > span, .beam-word, .beam-word-base { animation: none !important; transform: none !important; opacity: 1 !important; }
.beam-word-tint, .card-glow, .color-bends-canvas { display: none !important; }
.studio-js .studio-reveal { opacity: 0; transform: translateY(22px); transition: opacity .64s var(--ease) var(--studio-delay,0ms), transform .64s var(--ease) var(--studio-delay,0ms); }
.studio-js .studio-reveal.studio-in-view { opacity: 1; transform: translateY(0); }

html[data-theme="dark"] .section:not(.dark):not(.blue),
html[data-theme="dark"] .home-carousel-section,
html[data-theme="dark"] .case-media-section { background: #15181b; color: #f5f7f8; }
html[data-theme="dark"] .section:nth-of-type(even):not(.dark):not(.blue),
html[data-theme="dark"] .process-editorial-section,
html[data-theme="dark"] .package-intro-section { background: #1b1e22; }
html[data-theme="dark"] .lede,
html[data-theme="dark"] .section:not(.blue):not(.dark) p,
html[data-theme="dark"] .article-content > p:first-child { color: rgba(255,255,255,.68); }
html[data-theme="dark"] .portfolio-item,
html[data-theme="dark"] .service-detail,
html[data-theme="dark"] .service-feature-card,
html[data-theme="dark"] .service-related-card,
html[data-theme="dark"] .engagement-grid > article,
html[data-theme="dark"] .values-grid > article,
html[data-theme="dark"] .waas-grid > article,
html[data-theme="dark"] .comparison-grid > article,
html[data-theme="dark"] .fit-card,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .person,
html[data-theme="dark"] .price-card,
html[data-theme="dark"] .article-pager-card { background: var(--dark-card); color: #fff; border-color: var(--line-dark); }
html[data-theme="dark"] .principles, html[data-theme="dark"] .principle, html[data-theme="dark"] .news-row, html[data-theme="dark"] .news-list, html[data-theme="dark"] .article-toc ol, html[data-theme="dark"] .article-toc li { border-color: var(--line-dark); }

/* Responsive */
@media (max-width: 1120px) {
  .nav-links > a, .services-menu > a { padding-inline: 11px; font-size: 13px; }
  .nav-cta { padding-inline: 18px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); gap: 48px; }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-detail-grid, .service-feature-grid, .service-related-grid, .engagement-grid, .values-grid, .waas-grid, .comparison-grid, .fit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  :root { --section: 86px; }
  .site-header { height: 74px; }
  .nav-inner { gap: 11px; }
  .brand-logo { width: 122px; }
  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: var(--gutter);
    right: var(--gutter);
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(24,26,29,.99);
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
  }
  .nav-links.open { display: flex; }
  .nav-links > a, .services-menu > a { width: 100%; min-height: 48px; padding: 0 13px; }
  .menu-button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; }
  .menu-icon { display: grid; gap: 4px; }
  .menu-icon span { width: 18px; height: 1px; background: #fff; }
  .nav-cta { display: none; }
  .language-switch { margin-left: auto; }
  .services-menu { display: grid; grid-template-columns: 1fr 40px; }
  .services-toggle { grid-column: 2; grid-row: 1; width: 40px; height: 48px; }
  .services-panel { position: static; grid-column: 1 / -1; width: 100%; margin: 4px 0 8px; padding: 14px; transform: none; box-shadow: none; }
  .services-panel-grid { grid-template-columns: 1fr 1fr; }

  .hero { min-height: auto; padding-top: 84px; }
  .hero-grid, .service-landing-hero .wrap, .case-hero-grid, .page-hero-editorial.wrap, .page-hero-editorial > .wrap, .waas-hero-editorial > .wrap { grid-template-columns: 1fr; gap: 46px; }
  .hero h1, .page-hero h1, .service-landing-hero h1, .waas-page-hero h1, .about-hero h1, .case-hero h1 { font-size: clamp(50px,10vw,78px); }
  .browser-frame { max-width: 680px; }
  .hero-foot { flex-wrap: wrap; }
  .split, .editorial-split, .about-editorial, .story-grid, .contact-grid, .trust-layout, .case-delivery-grid { grid-template-columns: 1fr; gap: 48px; }
  .trust-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .credibility-strip, .proof-bar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .credibility-strip a:nth-child(2), .proof-bar > *:nth-child(2) { border-right: 0; }
  .credibility-strip a:nth-child(-n+2), .proof-bar > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .price-grid, .waas-price-grid { grid-template-columns: 1fr; max-width: 720px; }
  .price-card.featured, .price-card[data-package="Standard"] { transform: none; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .article-wrap.has-toc { grid-template-columns: 1fr; gap: 34px; }
  .article-toc { position: static; }
  .article-wrap.has-toc > .source, .article-wrap.has-toc > .article-pager, .article-wrap.has-toc > p:last-child { grid-column: 1; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; --section: 72px; --radius: 15px; }
  body { font-size: 16px; }
  .announcement-bar { min-height: 34px; font-size: 9px; padding-inline: 10px; text-align: center; }
  .announcement-link { display: none; }
  .site-header, .site-header.scrolled { height: 68px; }
  .theme-toggle { display: none; }
  .language-switch button { width: 31px; height: 31px; }
  .brand-logo { width: 112px; }
  .nav-links { left: 12px; right: 12px; }
  .services-panel-grid { grid-template-columns: 1fr; }
  .services-panel-head span { display: none; }

  .hero { padding: 72px 0 28px; }
  .hero h1, .page-hero h1, .service-landing-hero h1, .waas-page-hero h1, .about-hero h1, .case-hero h1 { margin-top: 15px; font-size: clamp(46px,14vw,64px); line-height: .98; }
  .page-hero, .service-landing-hero, .waas-page-hero, .about-hero, .case-hero { padding: 72px 0 76px; }
  .hero-copy, .page-hero p, .service-landing-hero p, .waas-page-hero p, .about-hero p, .case-intro { font-size: 17px; }
  .hero-foot { display: grid; margin-top: 48px; }
  .browser-body { padding: 28px 22px; }
  .browser-body h2 { margin-bottom: 28px; }
  .delivery-row { grid-template-columns: 70px 1fr 20px; min-height: 58px; gap: 8px; }
  .delivery-row b { font-size: 12px; }
  .section-title, .contact-title { font-size: clamp(39px,12vw,54px); }
  .actions { flex-direction: column; align-items: stretch; }
  .actions .button { width: 100%; }

  .projects-head > .text-link, .news-head > .text-link { position: static; margin-top: 22px; }
  .home-project-carousel-viewport { margin-top: 34px; }
  .home-project-carousel-group { gap: 12px; padding-right: 12px; }
  .home-project-carousel-group .portfolio-item { width: min(84vw,390px); }
  .portfolio-grid, .news-grid, .trust-track, .service-detail-grid, .service-feature-grid, .service-related-grid, .engagement-grid, .values-grid, .waas-grid, .comparison-grid, .fit-grid, .project-three-grid, .case-story-grid, .team-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 9px; padding: 26px 0; }
  .service-row p { margin-top: 8px; }
  .service-mini-grid, .service-process-grid { grid-template-columns: 1fr 1fr; }
  .credibility-head, .fit-head, .team-head, .package-intro-head { grid-template-columns: 1fr; gap: 26px; }
  .credibility-grid, .process-grid, .proof-grid { grid-template-columns: 1fr; }
  .credibility-card, .process-step, .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-card:last-child, .process-step:last-child, .proof-item:last-child { border-bottom: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .credibility-strip, .proof-bar { grid-template-columns: 1fr; }
  .credibility-strip a, .proof-bar > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-strip a:last-child, .proof-bar > *:last-child { border-bottom: 0; }
  .editorial-wide { aspect-ratio: 4/3; }
  .principle { grid-template-columns: 1fr; gap: 12px; }
  .news-row { grid-template-columns: 1fr; gap: 12px; }
  .news-feature-grid { grid-template-columns: 1fr; }
  .article-pager { grid-template-columns: 1fr; }
  .article-content h2 { margin-top: 54px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full, .form-consent, .form-plan-summary { grid-column: 1; }
  .contact-grid { gap: 34px; }
  .contact-links a { grid-template-columns: 72px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { display: grid; margin-top: 48px; }
  .site-footer::before { margin-bottom: 46px; font-size: clamp(46px,13vw,68px); }
  .floating-cta { min-width: 0; grid-template-columns: 42px 1fr; max-width: calc(100vw - 36px); }
  .floating-cta-arrow { display: none; }
  .floating-cta > span:nth-child(2) { display: none; }
  .floating-cta {
    width: 54px;
    height: 54px;
    grid-template-columns: 42px;
    padding: 5px;
    border-radius: 50%;
  }
  .cookie-consent { bottom: 10px; left: 10px; width: calc(100vw - 20px); }
  body:has(.cookie-consent) .floating-cta { display: none; }
  .studio-js .studio-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 390px) {
  :root { --gutter: 16px; }
  .brand-logo { width: 104px; }
  .language-switch { gap: 0; }
  .language-switch button { width: 28px; }
  .hero h1, .page-hero h1, .service-landing-hero h1, .waas-page-hero h1, .about-hero h1, .case-hero h1 { font-size: clamp(43px,13.5vw,54px); }
  .section-title, .contact-title { font-size: 40px; }
  .delivery-row { grid-template-columns: 60px 1fr 16px; }
  .service-mini-grid, .service-process-grid, .footer-grid { grid-template-columns: 1fr; }
  .floating-cta { right: 10px; bottom: 10px; }
}

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