/* Final composition: one atmosphere, distinct movements, a native scroll path. */
body:has(.impact) main { overflow-x: clip; }

/* Let the full headline connector fit beside each rotating word. */
.impact__composition-bottom { grid-template-columns: max-content minmax(0, 1fr); }
.impact__connector { white-space: nowrap; }
@media (max-width: 360px) {
  .impact__primary-row--right { font-size: 13vw; }
}

/* A narrow, machined navigation spine. */
.nav__journey { display: none; }
@media (min-width: 768px) {
  .nav, .nav.scrolled, .legal-top {
    background: linear-gradient(90deg,rgba(5,11,19,.96),rgba(15,24,38,.92));
    border-right-color: rgba(180,214,237,.12);
    padding: 22px 7px 22px; min-height: 0;
    box-shadow: 10px 0 40px rgba(3,8,16,.12);
  }
  .nav__journey { display: block; position: absolute; right: -1px; inset-block: 0; width: 1px;
    background: linear-gradient(#b4e9ee,#a8c3f5 55%,#b4a8e9); transform: scaleY(var(--page-progress,0));
    transform-origin: top; opacity: .8; pointer-events: none; }
  .nav__brand, .legal-top__brand { width: 44px; height: 44px; display: grid; place-items: center; position: relative; }
  .nav__brand::before, .legal-top__brand::before { content: ''; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(145deg,rgba(188,225,245,.65),rgba(148,181,227,.04) 44%,rgba(194,181,237,.4));
    clip-path: polygon(0 0,76% 0,100% 24%,100% 100%,24% 100%,0 76%,0 0,1px 1px,1px calc(76% - 1px),calc(24% + 1px) calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) calc(24% + 1px),calc(76% - 1px) 1px,1px 1px);
    transition: opacity .3s, transform .45s; }
  .nav__brand:hover::before, .legal-top__brand:hover::before { opacity: .65; transform: rotate(90deg); }
  .nav__logo { font-size: 25px; letter-spacing: -.04em; color: #e4eff8; }
  .nav__right { padding-top: clamp(28px,7vh,68px); gap: 10px; justify-content: flex-start; }
  .nav__link:not(.nav__link--cta) { display: flex; align-items: center; justify-content: center;
    width: 38px; min-height: 86px; padding: 13px 10px; font-size: 11px; letter-spacing: .05em;
    color: #9faec1; opacity: 1; border: 1px solid transparent;
    transition: background .35s, color .3s, border-color .3s;
  }
  .nav__link:not(.nav__link--cta)::after { display: block; top: 50%; left: 0; bottom: auto; width: 2px; height: 14px;
    transform: translateY(-50%) scaleY(0); transform-origin: center; background: #b9e9f6; }
  .nav__link:not(.nav__link--cta):hover, .nav__link:not(.nav__link--cta).active {
    color: #ecf5fc; background: linear-gradient(90deg,rgba(148,201,237,.12),transparent);
    border-color: rgba(170,206,232,.06);
  }
  .nav__link:not(.nav__link--cta):hover::after, .nav__link:not(.nav__link--cta).active::after { transform: translateY(-50%) scaleY(1); }
  .nav__link--cta { margin-top: 18px; min-height: 144px; font-size: 11px; letter-spacing: .015em; }
  .nav .lang-switch { padding-top: 24px; gap: 4px; }
  .nav .lang-switch__btn, .legal-language .lang-switch__btn { min-width: 36px; min-height: 30px; font-size: 10px; }
}
@media (min-width: 768px) and (max-height: 660px) {
  .nav, .nav.scrolled { padding-block: 12px; }
  .nav__right { padding-top: 16px; gap: 2px; }
  .nav__link:not(.nav__link--cta) { min-height: 66px; }
  .nav__link--cta { min-height: 126px; margin-top: 10px; }
  .nav .lang-switch { padding-top: 12px; }
}

/* Belgrade as a geographic object in the page, with no rectangular map surface. */
.stats { display: block; padding-top: 0; }
.stats__scene { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 4%; }
.stats__statement p { font-size: clamp(25px,2.5vw,36px); line-height: 1.4; max-width: 27ch; }
.stats__statement em { color: #d6edf6; }
.atlas { position: relative; width: 100%; aspect-ratio: 600 / 520; isolation: isolate; }
.atlas__sphere { width: 100%; height: 100%; transform-origin: 50% 50%; }
.atlas__sphere img { display: block; width: 100%; height: 100%; object-fit: contain; }
.atlas__location { position: absolute; top: 26.6%; right: 14%; font: 400 10px/1.5 var(--f-mono); color: #bbd1e3; letter-spacing: .06em; }
.atlas__caption { position: absolute; left: 12%; bottom: 8%; display: flex; flex-direction: column; gap: 12px; }
.atlas__city { font: 400 clamp(45px,5.5vw,76px)/.9 var(--f-display); letter-spacing: -.015em;
  background: linear-gradient(100deg,#d9f7f7,#a2c6e3 60%,#aaa3db); background-clip: text; -webkit-text-fill-color: transparent; }
.atlas__coordinates { font: 400 10px/1.5 var(--f-mono); color: #a0b4c7; letter-spacing: .05em; }

/* Testimonials occupy a scene. The source is also the navigation. */
.clients { position: relative; padding-block: clamp(80px,10vw,140px) 40px; isolation: isolate; }
.clients::before { content: ''; position: absolute; inset: -10% -8% -15%; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at 62% 43%,rgba(103,78,154,.17),transparent 58%),radial-gradient(ellipse at 21% 60%,rgba(44,127,162,.11),transparent 50%);
  transform: translate3d(calc(var(--scene-drift,0) * -50px),0,0); }
.clients__inner { grid-template-columns: minmax(0,.72fr) minmax(0,1.5fr); gap: 9%; min-height: 430px; align-items: center; }
.clients__left { display: flex; flex-direction: column; gap: 30px; padding: 0; border: 0; position: relative; align-self: stretch; }
.clients__title, html:lang(sr) .clients__title { display: flex; flex-direction: column; flex: none; gap: 6px; font-size: clamp(27px,2.5vw,36px); line-height: 1.1; margin: 0; }
.clients__title em, html:lang(sr) .clients__title em { font-size: clamp(106px,12vw,172px); line-height: .87; letter-spacing: -.035em;
  background: linear-gradient(125deg,#edfbff 5%,#a7cddd 55%,#aba7d9); background-clip: text; -webkit-text-fill-color: transparent; }
.clients__title span:last-child:not(:first-child) { align-self: flex-end; margin-right: 10%; font-size: .8em; }
.clients__edition { display: flex; align-items: baseline; gap: 12px; margin-top: auto; font: 400 14px/1 var(--f-mono); color: #7e91aa; }
.clients__edition-current { font: 300 54px/1 var(--f-body); letter-spacing: -.07em; color: #abc7dd; }
.clients__stage { display: grid; min-height: 440px; overflow: visible; position: relative; }
.clients__stage::before { content: '“'; position: absolute; right: -10px; top: -55px; font: 400 220px/1 var(--f-body);
  color: #aecde1; opacity: .09; pointer-events: none; }
.clients__card, .clients__card.active { position: relative; inset: auto; grid-area: 1 / 1; display: flex;
  justify-content: center; align-items: start; padding: 0; transform: none; transition: opacity .25s; min-width: 0; }
.clients__card { visibility: hidden; opacity: 0; }
.clients__card.active { visibility: visible; opacity: 1; }
.clients__brand-mark { display: grid; place-items: center; width: 68px; height: 62px; margin-bottom: 24px; }
.clients__brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(1.8); opacity: .85; }
.clients__quote { font: 400 clamp(26px,2.7vw,40px)/1.32 var(--f-body); color: #e1edf6;
  letter-spacing: -.045em; margin: 0 0 30px; text-wrap: pretty; }
.clients__quote::before { content: none; }
.clients__word { display: inline-block; }
.clients__author { padding: 0; border: 0; gap: 12px; }
.clients__author::before { content: ''; width: 22px; height: 1px; background: linear-gradient(90deg,#a8ecf5,#ada2e5); }
.clients__author-info strong { font: 500 14px/1.5 var(--f-body); letter-spacing: -.01em; }
.clients__author-info span { font: 400 12px/1.6 var(--f-body); text-transform: none; letter-spacing: 0; color: #9fb3c9; }
.clients__nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin: 50px 0 0; }
.clients__tab { position: relative; border: 0; border-top: 1px solid rgba(179,203,229,.22); padding: 22px 0 15px;
  display: flex; gap: 13px; align-items: baseline; background: none; color: #9aadc3;
  text-align: left; font: 400 14px/1.4 var(--f-body); cursor: pointer; transition: color .3s; }
.clients__tab::before { content: ''; position: absolute; top: -1px; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg,#b8ecec,#a5b8ef); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.clients__tab[aria-pressed="true"], .clients__tab:hover { color: #e5f4fe; }
.clients__tab[aria-pressed="true"]::before { transform: scaleX(1); }
.clients__tab-index { font: 400 10px/1.5 var(--f-mono); color: #8d9fb8; }
.clients__tab:focus-visible { outline: 1px solid #aecff0; outline-offset: 5px; }

/* An open brief with numbered chapters and a tactile service selection. */
.contact { grid-template-columns: minmax(0,.7fr) minmax(0,1.25fr); gap: 40px 10%; align-items: start; }
.contact__header { gap: 35px; }
.contact__title, html:lang(sr) .contact__title { font-size: clamp(33px,3.1vw,46px); }
.contact__title em, html:lang(sr) .contact__title em { font-size: clamp(80px,8vw,118px); }
.contact__info { margin-top: 30px; }
.contact__form { display: flex; flex-direction: column; padding: 0; gap: 36px; isolation: isolate; border: 0; box-shadow: none; }
.contact__form::before { inset: -12% -15%; clip-path: none;
  background: radial-gradient(ellipse at 35% 40%,rgba(75,118,167,.08),transparent 67%); z-index: -1; }
.contact__form::after { content: none; }
.contact__form-head { display: flex; flex-direction: row; align-items: start; gap: 24px; padding: 0 0 4px; border: 0; }
.contact__form-kicker { white-space: nowrap; padding-top: 4px; }
.contact__form-intro { margin: 0; max-width: 30ch; font-size: 14px; color: #a6bad0; }
.brief-section { position: relative; min-width: 0; margin: 0; padding: 12px 0 0 42px; border: 0; }
.brief-section::before { content: ''; position: absolute; top: 37px; left: 10px; bottom: 0; width: 1px;
  background: linear-gradient(rgba(144,177,218,.27),rgba(144,177,218,.02)); transition: background .3s; }
.brief-section:focus-within::before { background: linear-gradient(#9dc5f0,rgba(164,172,229,.1)); }
.brief-section legend { display: flex; align-items: baseline; gap: 20px; padding: 0; margin-left: -42px;
  font: 400 21px/1.4 var(--f-body); letter-spacing: -.035em; color: #dfebf6; }
.brief-section__index { font: 400 11px/1 var(--f-mono); letter-spacing: 0; color: #97abc7; }
.brief-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 24px; }
.brief-fields .form-field:has(#f-link) { grid-column: 1 / -1; }
.contact__form .form-field { padding: 8px 0 0; }
.contact__form .form-field label { font: 400 11px/1.5 var(--f-mono); color: #9eb2c9; margin-bottom: 3px; letter-spacing: .015em; }
.contact__form .form-field input, .contact__form .form-field textarea {
  border: 0; border-bottom: 1px solid rgba(169,196,228,.3); border-radius: 0; background: transparent;
  font: 400 18px/1.5 var(--f-body); letter-spacing: -.025em; color: #e6f3fc; min-height: 50px; padding: 12px 0;
  transition: border-color .3s, box-shadow .3s; box-shadow: none;
}
.contact__form .form-field input::placeholder, .contact__form .form-field textarea::placeholder { color: #7e94ad; opacity: 1; }
.contact__form .form-field input:focus, .contact__form .form-field textarea:focus { outline: none; border-color: #c0eafa; box-shadow: 0 1px 0 #a8c5ec; }
.contact__form .form-field input.error, .contact__form .form-field textarea.error { border-color: #e7a4b2; }
.contact__form .form-field textarea { min-height: 118px; resize: vertical; }
.brief-services { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 12px; }
.brief-service { cursor: pointer; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 22px;
  min-height: 48px; padding: 12px 16px; color: #afc3d8; font: 400 13px/1.5 var(--f-body); isolation: isolate; }
.brief-service::before, .brief-service::after { content: ''; position: absolute; pointer-events: none;
  clip-path: polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px); }
.brief-service::before { inset: 0; z-index: -2; background: rgba(164,193,225,.3); transition: background .3s; }
.brief-service::after { inset: 1px; z-index: -1; background: #152133; transition: background .3s; }
.brief-service input { position: absolute; width: 1px; height: 1px; opacity: 0; margin: 0; }
.brief-service__mark { width: 12px; height: 12px; position: relative; flex-shrink: 0; }
.brief-service__mark::before, .brief-service__mark::after { content: ''; position: absolute; top: 5px; left: 1px; width: 10px; height: 1px; background: currentColor; transition: transform .25s; }
.brief-service__mark::after { transform: rotate(90deg); }
.brief-service:hover::before, .brief-service:focus-within::before { background: #c6e5fa; }
.brief-service:has(input:checked) { color: #102138; }
.brief-service:has(input:checked)::after { background: linear-gradient(115deg,#c1eced,#adc6ee 65%,#b3aae7); }
.brief-service:has(input:checked)::before { background: #d1eafa; }
.brief-service:has(input:checked) .brief-service__mark::before { transform: translate(-2px,1px) rotate(45deg) scaleX(.5); }
.brief-service:has(input:checked) .brief-service__mark::after { transform: translate(2px,-1px) rotate(-45deg); }
.brief-service:has(input:focus-visible) { outline: 2px solid #d6edff; outline-offset: 4px; }
.contact__submit { margin: 0 0 0 42px; align-self: flex-start; min-width: 230px; min-height: 62px; }
.contact__form .form-success, .contact__form .form-error-banner { margin-left: 42px; }
.contact__privacy-note { margin: 0 0 0 42px; max-width: 52ch; font: 400 11px/1.7 var(--f-body); color: #9fb4c7; }
.contact__privacy-note a { color: #c1d5e5; text-underline-offset: 3px; text-decoration: underline; text-decoration-color: rgba(193,213,229,.4); }

/* Distinct entrances, followed by scroll-linked counter-movement. */
body:has(.impact) [data-story] { filter: none; }
body:has(.impact) [data-story="detail"] { transform: translate3d(var(--flight-x,70px),35px,0); transition-duration: .9s,1.35s,.9s; }
body:has(.impact) [data-story="detail"]:nth-child(even) { --flight-x: -70px; }
body:has(.impact) [data-story="title"] { transform: translate3d(-55px,35px,0) skewY(3deg); }
body:has(.impact) [data-story="scene"] { transform: translate3d(100px,55px,0) rotate(10deg) scale(.88); }
body:has(.impact) [data-story].story-visible { transform: none; }
body:has(.impact) [data-story="title"].story-visible { animation-duration: 1.3s; }
.process__viewport { min-width: 0; }
@media (min-width: 1000px) and (min-height: 680px) and (prefers-reduced-motion: no-preference) {
  .journey-ready .stats { min-height: 120svh; padding-bottom: 0; }
  .journey-ready .stats__scene { position: sticky; top: 5svh; min-height: 85svh; }
  .journey-ready .atlas__sphere { transform: translate3d(calc(var(--scene-arrival,0) * 130px),0,0) rotate(calc(var(--scene-arrival,0) * 17deg)); }
  .journey-ready .stats__statement { translate: calc(var(--scene-arrival,0) * -85px) calc(var(--scene-drift,0) * -22px); }
  .journey-ready .services__header { translate: 0 calc(var(--scene-drift,0) * -32px); }
  .journey-ready .cg__title { translate: calc(var(--scene-arrival,0) * 100px) 0; }
  .journey-ready .clients__left { translate: calc(var(--scene-arrival,0) * -90px) calc(var(--scene-drift,0) * -24px); }
  .journey-ready .clients__stage { translate: calc(var(--scene-arrival,0) * 130px) calc(var(--scene-drift,0) * 25px); }
  .journey-ready .process { height: 230svh; padding-block: 0; }
  .journey-ready .process__sticky { display: grid; grid-template-columns: 25% minmax(0,1fr); align-items: center; gap: 6%;
    position: sticky; top: 8svh; height: 84svh; overflow: visible; }
  .journey-ready .process__eyebrow { align-self: center; position: relative; }
  .journey-ready .process__eyebrow::after { content: attr(data-step); position: absolute; top: 60px; left: 0;
    border: 0; width: auto; height: auto; margin: 0; font: 300 clamp(70px,10vw,144px)/1 var(--f-body); letter-spacing: -.08em; color: #a9c6dc; opacity: .55; }
  .journey-ready .process__viewport { overflow: visible; margin: 0; padding: 24px 0; mask-image: none; }
  .journey-ready .process__track { display: grid; grid-template-columns: minmax(0,1fr); width: 100%; gap: 0;
    height: auto; transform: none; }
  body.journey-ready .process__panel, body.journey-ready .process__panel:first-child, body.journey-ready .process__panel:last-child {
    position: relative; grid-area: 1 / 1; width: 100%; height: auto; box-sizing: border-box; padding: 20px clamp(32px,4vw,64px) 20px 0;
    border: 0; opacity: 0; pointer-events: none; transform: translate3d(calc(var(--phase-direction,1) * 85px),12px,0);
    filter: blur(4px); transition: opacity .32s ease, transform .7s cubic-bezier(.16,1,.3,1), filter .5s ease;
  }
  body.journey-ready .process__panel[data-process-active="true"] { opacity: 1; pointer-events: auto; transform: none; filter: none; }
  .journey-ready .process__content { display: flex; flex-direction: column; gap: 28px; }
  .journey-ready .process__title, html:lang(sr) .journey-ready .process__title { font: 400 clamp(37px,4.7vw,66px)/1.05 var(--f-body); letter-spacing: -.055em; }
  .journey-ready .process__body { max-width: 39ch; font-size: 17px; line-height: 1.7; }
  .journey-ready .process__detail { display: flex; flex-direction: row; flex-wrap: wrap; gap: 9px 22px; }
  .journey-ready .process__detail span { font-size: 12px; color: #becfe0; }
  .journey-ready .process__index { display: none; }
  .journey-ready .contact__header { translate: calc(var(--scene-arrival,0) * -70px) 0; }
}
@media (max-width: 1100px) {
  .clients__inner { gap: 6%; }
  .clients__quote { font-size: 28px; }
  .contact { column-gap: 7%; }
  .contact__form-head { flex-direction: column; gap: 15px; }
  .contact__form-intro { max-width: 42ch; }
  .brief-fields { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 767px) {
  .stats { padding-block: 0 58px; }
  .stats__scene { display: flex; flex-direction: column; gap: 12px; }
  .stats__statement { width: 100%; }
  .stats__statement p { font-size: 25px; line-height: 1.4; }
  .stats__visual { width: calc(100% + 32px); margin-inline: -16px; }
  .atlas__caption { bottom: 5%; }
  .atlas__location { font-size: 9px; }
  .atlas__city { font-size: 52px; }
  .atlas__coordinates { font-size: 9px; }
  .clients { padding-block: 65px 28px; }
  .clients__inner { grid-template-columns: 1fr; gap: 30px; min-height: 0; }
  .clients__left { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: end; }
  .clients__kicker { grid-column: 1 / -1; }
  .clients__title, html:lang(sr) .clients__title { font-size: 25px; }
  .clients__title em, html:lang(sr) .clients__title em { font-size: 99px; }
  .clients__title span:last-child:not(:first-child) { align-self: flex-start; margin: 0; }
  .clients__edition { margin: 0 0 7px; gap: 8px; }
  .clients__edition-current { font-size: 42px; }
  .clients__edition-total { font-size: 11px; }
  .clients__stage { min-height: 385px; }
  .clients__card, .clients__card.active { justify-content: flex-start; }
  .clients__brand-mark { width: 52px; height: 48px; margin-bottom: 18px; }
  .clients__quote { font-size: 26px; line-height: 1.36; margin-bottom: 22px; }
  .clients__stage::before { top: -30px; font-size: 150px; }
  .clients__nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 22px; margin-top: 24px; }
  .clients__tab { font-size: 13px; gap: 10px; padding: 18px 0 14px; min-height: 55px; }
  .contact { gap: 30px; }
  .contact__header { gap: 28px; }
  .contact__header { order: 0; }
  .contact__form { order: 1; }
  .contact__info { order: 2; }
  .contact__title, html:lang(sr) .contact__title { font-size: 33px; }
  .contact__title em, html:lang(sr) .contact__title em { font-size: 87px; }
  .contact__info { margin-top: 0; }
  .contact__form { gap: 30px; padding: 25px 0 0; margin: 0; }
  .contact__form-head { gap: 18px; padding: 0; }
  .brief-section { padding-left: 30px; }
  .brief-section legend { margin-left: -30px; gap: 13px; font-size: 20px; }
  .brief-section__index { font-size: 10px; }
  .brief-section::before { left: 8px; }
  .brief-fields { grid-template-columns: 1fr; gap: 16px; }
  .contact__form .form-field input, .contact__form .form-field textarea { font-size: 17px; }
  .brief-services { gap: 9px; }
  .brief-service { padding: 11px 13px; gap: 16px; font-size: 12px; }
  .contact__submit { margin-left: 30px; min-width: 218px; }
  .contact__form .form-success, .contact__form .form-error-banner { margin-left: 0; }
  .contact__privacy-note { margin-left: 30px; }
  body:has(.impact) [data-story="detail"] { transform: translate3d(var(--flight-x,26px),22px,0); }
  body:has(.impact) [data-story="detail"]:nth-child(even) { --flight-x: -26px; }
  body:has(.impact) [data-story="title"] { transform: translate3d(-24px,20px,0); }
  body:has(.impact) [data-story="scene"] { transform: translate3d(30px,25px,0) rotate(5deg); }
  body:has(.impact) [data-story].story-visible { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  body:has(.impact) [data-story] { opacity: 1; transform: none; translate: none; filter: none; clip-path: none; animation: none; transition: none; }
  .atlas__sphere, .clients::before, .process__track { transform: none; }
  .nav__brand:hover::before, .legal-top__brand:hover::before { transform: none; }
}

/* Six capabilities share a single, expanding typographic surface. */
.services { display: block; padding-block: 80px 110px; }
.services__header { position: static; display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.42fr);
  gap: 22px 9%; align-items: end; margin: 0 0 44px; translate: none !important; }
.services__num { grid-column: 1 / -1; }
.services__title, html:lang(sr) .services__title { width: auto; max-width: none; font-size: clamp(29px,3vw,42px); line-height: 1.1; }
.services__title br { display: none; }
.services__title em, html:lang(sr) .services__title em { display: inline; font-size: 1.85em; line-height: .93; margin-inline: .08em; }
.services__header .services__system { display: block; grid-column: auto; padding: 0; margin: 0 0 5px; }
.services__header .services__system-text { max-width: 34ch; font-size: 14px; line-height: 1.7; color: #a8bdd1; }
.services__list { position: relative; padding: 0; }
.services .service-panel { position: relative; display: block; min-height: 0; min-width: 0; padding: 0;
  border: 0; background: none; cursor: auto; overflow: clip; isolation: isolate; }
.services .service-panel::before { content: ''; display: block; position: absolute; inset: 0 0 auto; height: 1px; width: auto;
  background: linear-gradient(90deg,rgba(181,211,237,.27),rgba(181,211,237,.1) 60%,transparent); }
.services .service-panel::after { content: ''; position: absolute; inset: 0; display: block; z-index: -1; pointer-events: none;
  opacity: 0; background: radial-gradient(ellipse at 25% 25%,rgba(110,158,197,.15),transparent 70%);
  transition: opacity .6s; }
.services .service-panel.is-open::after { opacity: 1; }
.service-panel__toggle { display: flex; align-items: center; gap: 20px; width: 100%; padding: 25px 18px;
  border: 0; background: none; color: #a0b7cc; text-align: left; cursor: pointer; }
.service-panel__number { font: 400 10px/1.5 var(--f-mono); letter-spacing: .02em; color: #829bb5; }
.service-panel__label { font: 400 19px/1.3 var(--f-body); letter-spacing: -.025em; }
.service-panel__indicator { position: relative; width: 15px; height: 15px; margin-left: auto; flex-shrink: 0; }
.service-panel__indicator::before, .service-panel__indicator::after { content: ''; position: absolute;
  inset: 7px 1px auto; height: 1px; background: currentColor; transition: transform .4s; }
.service-panel__indicator::after { transform: rotate(90deg); }
.is-open .service-panel__indicator::after { transform: rotate(0); }
.service-panel__toggle:hover, .service-panel__toggle[aria-expanded="true"] { color: #e0f2fb; }
.service-panel__toggle:focus-visible { outline: 1px solid #bee7f5; outline-offset: -5px; }
.service-panel__detail { padding: 18px 38px 35px; }
.services .service-row__content { display: flex; flex-direction: column; gap: 24px; }
.services .service-row__title { font: 400 clamp(34px,3.8vw,56px)/1.07 var(--f-body); letter-spacing: -.055em;
  color: #dcebf6; max-width: 18ch; margin: 0; }
.services .service-row__body { font: 400 16px/1.7 var(--f-body); letter-spacing: -.01em; color: #a8bfd3;
  max-width: 47ch; max-height: none; opacity: 1; transform: none; margin: 0; }
.services .service-row__tags { display: flex; flex-flow: row wrap; align-items: baseline; justify-content: flex-start;
  width: 100%; max-width: none; gap: 7px 20px; margin-top: 30px; text-align: left; opacity: 1; }
.services .service-row__tags span { padding: 0; border: 0; background: none; font: 400 11px/1.6 var(--f-mono);
  letter-spacing: -.015em; text-transform: none; color: #98afc5; opacity: 1; }
.services--interactive .service-panel__detail[aria-hidden="true"] { display: none; }

@media (min-width: 1000px) {
  .services--interactive .services__list { display: flex; flex-direction: row; min-height: 470px; }
  .services--interactive .service-panel { flex: 0 0 68px; min-height: 470px;
    transition: flex-grow .8s cubic-bezier(.22,1,.36,1), flex-basis .8s cubic-bezier(.22,1,.36,1); }
  .services--interactive .service-panel.is-open { flex: 1 0 0; }
  .services--interactive .service-panel::before { inset: 0 auto 0 0; height: auto; width: 1px;
    background: linear-gradient(transparent,rgba(181,211,237,.3) 12%,rgba(181,211,237,.14) 78%,transparent); }
  .services--interactive .service-panel::after { background: radial-gradient(ellipse at 10% 30%,rgba(111,164,202,.18),transparent 75%); }
  .services--interactive .service-panel__toggle { position: relative; width: 68px; height: 100%; min-height: 470px;
    flex-direction: column; gap: 30px; padding: 24px 0; }
  .services--interactive .service-panel__label { writing-mode: vertical-rl; font-size: 20px; white-space: nowrap; }
  .services--interactive .service-panel__indicator { margin: auto 0 0; }
  .services--interactive .is-open .service-panel__toggle { height: 68px; min-height: 0; width: 100%;
    flex-direction: row; gap: 16px; padding: 24px 38px 10px; }
  .services--interactive .is-open .service-panel__label { writing-mode: horizontal-tb; font: 400 11px/1.5 var(--f-mono); letter-spacing: .01em; }
  .services--interactive .is-open .service-panel__indicator { margin: 0 0 0 auto; }
  .services--interactive .service-panel__detail { position: relative; padding-top: 20px; }
  .services--interactive .is-open .service-panel__detail { animation: service-unfold .75s .12s cubic-bezier(.16,1,.3,1) both; }
  .services--interactive .service-row__title { background: linear-gradient(120deg,#edf8fc 15%,#b2d2e6 65%,#b2abd9);
    background-clip: text; -webkit-text-fill-color: transparent; }
  @keyframes service-unfold {
    from { opacity: 0; transform: translate3d(32px,12px,0); clip-path: inset(0 40% 0 0); }
    to { opacity: 1; transform: none; clip-path: inset(0); }
  }
}
@media (min-width: 1000px) and (max-width: 1190px) {
  .services--interactive .service-panel { flex-basis: 58px; }
  .services--interactive .service-panel__toggle { width: 58px; }
  .services--interactive .is-open .service-panel__toggle { padding-inline: 28px; }
  .services .service-panel__detail { padding-inline: 28px; }
  .services .service-row__title { font-size: 39px; }
  .services .service-row__body { font-size: 15px; }
}
@media (max-width: 999px) {
  .services__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .services__header .services__system-text { max-width: 49ch; }
  .service-panel__detail { padding: 8px 18px 35px 50px; }
  .services--interactive .is-open .service-panel__detail { animation: service-mobile-in .5s both; }
  .services .service-row__title { max-width: 24ch; font-size: 36px; }
}
@media (max-width: 767px) {
  .services { padding-block: 45px 70px; }
  .services__title, html:lang(sr) .services__title { font-size: 28px; }
  .services__title em, html:lang(sr) .services__title em { font-size: 1.8em; }
  .services__header .services__system-text { font-size: 13px; }
  .service-panel__toggle { padding: 23px 2px; gap: 16px; }
  .service-panel__label { font-size: 18px; }
  .service-panel__detail { padding: 5px 2px 32px 30px; }
  .services .service-row__title { font-size: clamp(27px,7.7vw,36px); }
  .services .service-row__content { gap: 18px; }
  .services .service-row__body { font-size: 14px; }
  .services .service-row__tags { margin-top: 23px; gap: 7px 16px; }
  .services .service-row__tags span { font-size: 10px; }
}

@keyframes service-mobile-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Each project's impact is part of its summary, not another section. */
.cg__grid { --cg-column-gap: 44px; column-gap: var(--cg-column-gap); }
@media (min-width: 768px) {
  .cg__grid { --cg-stagger: clamp(40px, 4vw, 64px); }
  .cg__cell:nth-child(even) { top: var(--cg-stagger); }
  .cg__grid:has(> .cg__cell:last-child:nth-child(even)) { padding-bottom: var(--cg-stagger); }
}
.cg__cell { border: 0; position: relative; }
.cg__cell::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg,rgba(183,207,231,.23),rgba(183,207,231,.13) 70%,transparent); }
.cg__grid:not(.has-hover) .cg__cell-content { grid-template-columns: 88px minmax(0,1fr) 104px 20px; gap: 16px; padding-block: 27px; }
.cg__grid:not(.has-hover) .cg__logo, .cg__cell:hover .cg__logo { width: 82px; height: 54px; max-width: 82px; max-height: 54px;
  padding: 0; border-radius: 0; background: none; object-fit: contain; filter: brightness(0) invert(1); opacity: .8; transition: opacity .3s; }
.cg__cell:hover .cg__logo { opacity: 1; }
.clients__brand-mark { width: 88px; height: 58px; }
.clients__brand-mark img { filter: brightness(0) invert(1); opacity: .8; }
.cg__grid:not(.has-hover) .cg__name { font-size: 17px; }
.cg__grid:not(.has-hover) .cg__tags { font-size: 11px; }
.cg__result { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.cg__result-value { font: 300 34px/1.12 var(--f-body); letter-spacing: -.065em; white-space: nowrap; color: #d3e9f5;
  transition: color .35s, transform .5s cubic-bezier(.16,1,.3,1); }
.cg__result-value > span { font-size: .52em; margin-left: 2px; color: #a8bede; }
.cg__result-label { font: 400 11px/1.5 var(--f-body); color: #a8bcd0; max-width: 18ch; }
.cg__result--scope .cg__result-value { font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -.04em; }
.cg__cell:hover .cg__result-value, .cg__cell[open] .cg__result-value { color: #eef9fc; transform: translateY(-2px); }
.cg__expand { padding-left: 104px; }
.cg__website { display: flex; flex-direction: column; align-items: flex-start; gap: 3px;
  width: fit-content; margin-top: 20px; padding-block: 8px; color: #d3e9f5;
  font: 400 13px/1.5 var(--f-body); text-decoration: underline; text-underline-offset: 4px; }
.cg__website-domain { font-size: 12px; color: #a8bcd0; }
.cg__website:hover { color: #eef9fc; }
.cg__website:focus-visible { outline: 1px solid #aecff0; outline-offset: 5px; }
.cg__cell[open] .cg__expand { animation: service-mobile-in .5s both; }
@media (min-width: 768px) and (max-width: 1190px), (max-width: 600px) {
  .cg__grid:not(.has-hover) .cg__cell-content { grid-template-columns: 66px minmax(0,1fr) 20px; gap: 12px; padding-block: 24px; }
  .cg__grid:not(.has-hover) .cg__logo { grid-column: 1; grid-row: 1 / 3; align-self: start; width: 62px; height: 48px; }
  .cg__grid:not(.has-hover) .cg__meta { grid-column: 2; grid-row: 1; }
  .cg__result { grid-column: 2; grid-row: 2; flex-direction: row; align-items: baseline; gap: 10px; }
  .cg__result-value { font-size: 29px; }
  .cg__result-label { font-size: 11px; max-width: 17ch; }
  .cg__result--scope { flex-wrap: wrap; gap: 2px 7px; }
  .cg__result--scope .cg__result-value { font-size: 17px; }
  .cg__toggle { grid-column: 3; grid-row: 1 / 3; }
  .cg__expand { padding-left: 78px; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .services .service-panel, .service-panel__indicator::after, .cg__result-value { transition: none; }
  .services--interactive .is-open .service-panel__detail, .cg__cell[open] .cg__expand { animation: none; }
}

/* The brief sits directly in the page; light belongs to the whole contact scene. */
.contact { position: relative; isolation: isolate; }
.contact::before { content: none; }
.contact__form::before, .contact__form::after { content: none; display: none; }
.brief-service::before { background: linear-gradient(125deg,rgba(187,217,241,.32),rgba(173,197,230,.06) 55%,rgba(173,197,230,.17)); }
.brief-service::after { background: linear-gradient(120deg,#1c2639,#171f31); }
.brief-section::before { opacity: .5; }
.contact__form .form-field input, .contact__form .form-field textarea { border-bottom-color: transparent;
  background-image: linear-gradient(90deg,rgba(166,196,225,.32),rgba(166,196,225,.2) 65%,transparent);
  background-size: 100% 1px; background-repeat: no-repeat; background-position: left bottom; }
.contact__form .form-field input:focus, .contact__form .form-field textarea:focus { border-bottom-color: transparent; box-shadow: none;
  background-image: linear-gradient(90deg,#b1d7ee,rgba(161,190,236,.6) 65%,transparent); }

/* Direct contact shares the brief's open, vertically grouped rhythm. */
.contact { grid-template-rows: min-content 1fr; row-gap: 48px; }
.contact__info { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-self: start;
  gap: 28px 24px; margin: 0; padding: 0; border: 0; }
.contact__info-row { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  gap: 9px; min-width: 0; min-height: 0; padding: 0; border: 0; background: none; }
.contact__info-row::before, .contact__info-row::after { content: none; }
.contact__info-row:first-child { grid-column: 1 / -1; padding: 0 0 23px; position: relative; }
.contact__info-row:first-child::after { content: ''; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg,rgba(157,206,229,.38),rgba(157,206,229,.08) 65%,transparent); }
.contact__info-row:nth-child(2) { grid-column: 1; grid-row: 2; }
.contact__info-row:nth-child(3) { grid-column: 1 / -1; grid-row: 3; }
.contact__info-row:nth-child(4) { grid-column: 2; grid-row: 2; }
.contact__info-label { font: 400 10px/1.5 var(--f-mono); letter-spacing: .03em; color: #829db6;
  min-width: 0; width: auto; text-transform: none; }
.contact__info-value { font: 400 15px/1.5 var(--f-body); letter-spacing: -.025em; color: #c1d5e5;
  overflow-wrap: anywhere; transition: color .3s; }
.contact__info-row:first-child .contact__info-value { font-size: clamp(21px,2vw,28px); letter-spacing: -.055em;
  color: #d7edf7; line-height: 1.35; }
.contact__info-row:hover { background: none; padding-left: 0; }
.contact__info-row:hover .contact__info-value { color: #edfaff; }
.contact__info-row:focus-visible { outline: 1px solid #b4dae9; outline-offset: 8px; }
@media (min-width: 768px) and (max-width: 1100px) {
  .contact__info { grid-template-columns: 1fr; gap: 24px; }
  .contact__info-row:nth-child(n) { grid-column: 1; grid-row: auto; }
  .contact__info-row:first-child .contact__info-value { font-size: 22px; }
}
@media (max-width: 767px) {
  .contact { gap: 34px; }
  .contact__info { gap: 25px 20px; margin-top: 18px; }
  .contact__info-value { font-size: 14px; }
  .contact__info-row:first-child .contact__info-value { font-size: clamp(21px,6.3vw,27px); }
}

/* A quotation and its signature: the brand is given a separate place to breathe. */
.clients { padding-block: clamp(80px,9vw,125px) 70px; }
.clients__inner { grid-template-columns: minmax(0,.58fr) minmax(0,1.65fr); gap: 10%; min-height: 430px; }
.clients__left { gap: 25px; }
.clients__title, html:lang(sr) .clients__title { font-size: clamp(22px,2vw,29px); gap: 8px; }
.clients__title em, html:lang(sr) .clients__title em { font-size: clamp(88px,8vw,116px); }
.clients__edition { margin: 2px 0 0; gap: 8px; font-size: 10px; }
.clients__edition-current { font-size: 28px; letter-spacing: -.05em; }
.clients__nav { display: flex; flex-direction: column; gap: 0; margin: auto 0 0; }
.clients__tab { min-height: 48px; padding: 13px 0 13px 17px; gap: 14px; border: 0; font-size: 13px; }
.clients__tab::before { inset: 12px auto 12px 0; width: 2px; height: auto;
  background: linear-gradient(transparent,#b7e9ee 35%,#b1a8e6 70%,transparent); transform: scaleY(0); transform-origin: center; }
.clients__tab[aria-pressed="true"]::before { transform: scaleY(1); }
.clients__tab[aria-pressed="true"] { background: linear-gradient(90deg,rgba(138,184,208,.06),transparent 85%); }
.clients__stage { min-height: 0; align-self: stretch; padding-top: 32px; }
.clients__stage::before { content: none; }
.clients__card, .clients__card.active { display: flex; flex-direction: column; justify-content: center; gap: 40px; padding: 0; }
.clients__quote { font: 400 clamp(28px,2.7vw,39px)/1.42 var(--f-body); letter-spacing: -.045em;
  margin: 0; max-width: 36ch; color: #dcebf5; text-wrap: pretty; }
.clients__author { display: flex; align-items: center; flex-shrink: 0; gap: 28px; padding: 0; margin: 0; }
.clients__author::before { content: none; }
.clients__author .clients__brand-mark { display: flex; align-items: center; justify-content: center;
  flex: 0 0 86px; width: 86px; height: 58px; margin: 0; padding: 0; }
.clients__author .clients__brand-mark img { display: block; width: 100%; height: 100%; max-height: 58px;
  object-fit: contain; filter: brightness(0) invert(1); opacity: .8; }
.clients__author-info { min-width: 0; position: relative; padding-left: 27px; gap: 6px; }
.clients__author-info::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 1px;
  background: linear-gradient(transparent,rgba(181,207,229,.3),transparent); }
.clients__author-info strong { font-size: 14px; color: #d9eaf6; }
.clients__author-info span { font-size: 12px; line-height: 1.6; }
@media (max-width: 1100px) and (min-width: 768px) {
  .clients__inner { grid-template-columns: minmax(0,.62fr) minmax(0,1.5fr); gap: 7%; }
  .clients__quote { font-size: 29px; }
}
@media (max-width: 767px) {
  .clients { padding-block: 65px 35px; }
  .clients__inner { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .clients__left { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; }
  .clients__title, html:lang(sr) .clients__title { font-size: 22px; }
  .clients__title em, html:lang(sr) .clients__title em { font-size: 85px; }
  .clients__edition { align-self: end; margin-bottom: 5px; }
  .clients__nav { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; margin: 0; }
  .clients__tab { display: flex; flex-direction: row; align-items: baseline; gap: 10px; padding: 14px 0 14px 10px;
    font-size: 12px; min-height: 48px; }
  .clients__tab:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .clients__stage { padding: 0; }
  .clients__card, .clients__card.active { gap: 32px; justify-content: flex-start; }
  .clients__quote { font-size: clamp(23px,6.1vw,29px); line-height: 1.44; }
  .clients__author { gap: 19px; }
  .clients__author .clients__brand-mark { flex-basis: 68px; width: 68px; height: 49px; }
  .clients__author-info { padding-left: 18px; }
  .clients__author-info strong { font-size: 13px; }
  .clients__author-info span { font-size: 11px; }
}
