:root {
  --bg: #000;
  --bg-soft: #000;
  --fg: #f4f4f2;
  --muted: rgba(244, 244, 242, .72);
  --line: rgba(255, 255, 255, .1);
  --line-strong: rgba(255, 255, 255, .38);
  --page-pad: clamp(20px, 4vw, 72px);
  --header-h: 76px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.16, 1, .3, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); width: 100%; max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; }
body {
  margin: 0;
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  position: relative;
  background: var(--bg);
  color: var(--fg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-loading, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #f4f4f2; color: #000; }
main, section, header, footer {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}


.preloader {
  position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; background: #000;
  transition: opacity .45s ease, visibility .45s ease;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader-inner { width: min(320px, calc(100vw - 44px)); }
.preloader-logo { display: block; width: min(190px, 56vw); height: auto; margin: 0 auto 18px; opacity: .96; }
.preloader-bar { overflow: hidden; height: 1px; background: rgba(255,255,255,.12); }
.preloader-bar-fill { display: block; width: 100%; height: 100%; background: rgba(255,255,255,.92); transform: translateX(-100%); animation: loadBar .72s var(--ease-soft) forwards; }
@keyframes loadBar { to { transform: translateX(0); } }

.page-noise { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .02; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.shell, .section-shell { width: 100%; max-width: 100%; padding-left: var(--page-pad); padding-right: var(--page-pad); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; justify-content: space-between;
  width: 100%; height: var(--header-h); padding: 0 var(--page-pad);
  transition: background-color .45s ease, border-color .45s ease, backdrop-filter .45s ease;
}
.site-header.is-scrolled { background: rgba(0,0,0,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.brand { position: relative; z-index: 102; display: inline-flex; align-items: center; height: 44px; overflow: visible; }
.brand-logo { display: block; width: clamp(126px, 10.4vw, 158px); height: auto; transform: translate3d(0,-5px,0); opacity: .98; transition: opacity .28s ease, transform .45s var(--ease-soft); }
.brand:hover .brand-logo { opacity: .78; transform: translate3d(0,-6px,0); }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 42px); font-size: 10px; font-weight: 500; }
.desktop-nav > a:not(.nav-cta) { opacity: .86; transition: opacity .25s ease, transform .25s ease; }
.desktop-nav > a:not(.nav-cta):hover { opacity: 1; transform: translateY(-1px); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 22px; border: 1px solid var(--line-strong); border-radius: 8px; transition: color .3s ease, background .3s ease; }
.nav-cta:hover { background: #f4f4f2; color: #000; }

.menu-button {
  position: relative; z-index: 102; display: none; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; cursor: pointer;
}
.menu-button span { position: absolute; left: 5px; width: 28px; height: 1px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-button span:first-child { top: 14px; }
.menu-button span:last-child { top: 23px; }
.menu-button[aria-expanded="true"] span:first-child { top: 19px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 19px; transform: rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; background: rgba(0,0,0,.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: opacity .4s ease, visibility .4s ease;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu-inner { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: calc(var(--header-h) + 32px) var(--page-pad) max(34px, env(safe-area-inset-bottom)); }
.mobile-menu nav { display: grid; gap: 8px; margin-bottom: auto; padding-top: 16vh; }
.mobile-menu nav a { font-size: clamp(42px, 13vw, 64px); line-height: .98; letter-spacing: -.06em; }
.mobile-menu-cta { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: 10px; font-size: 12px; }

.hero {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: #000;
}
.hero-media, .hero-media img, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center center; filter: contrast(1.05) brightness(.88); transform: translate3d(0,var(--hero-shift,0px),0) scale(1.04); will-change: transform; }
.hero-grid { display: none; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.08) 55%, rgba(0,0,0,.12) 100%), linear-gradient(180deg, rgba(0,0,0,.08), transparent 60%, rgba(0,0,0,.22)); }
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 100vh; min-height: 100svh; padding-top: var(--header-h); padding-bottom: 8vh; }
.hero-stack { max-width: min(720px, 53vw); }
.hero-title { margin: 0 0 42px; font-size: clamp(58px, 7.15vw, 112px); line-height: .91; font-weight: 400; letter-spacing: -.068em; }
.text-link { display: inline-flex; align-items: center; gap: 16px; width: max-content; font-size: 11px; font-weight: 500; }
.link-line { width: 70px; height: 1px; background: rgba(255,255,255,.7); }
.works { padding-top: clamp(78px, 8vw, 132px); padding-bottom: clamp(90px, 9vw, 150px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.section-head h2, .about h2, .contact h2 { margin: 0; font-weight: 400; letter-spacing: -.055em; }
.section-head h2 { font-size: clamp(42px, 4.1vw, 66px); line-height: 1; }
.works-list { display: grid; grid-template-columns: 1fr; gap: 18px; }
.work-card { display: block; }
.work-media {
  position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.06); border-radius: 12px;
  background: #000; transition: transform .35s var(--ease-soft), border-color .35s ease; will-change: transform;
}
.work-card:hover .work-media { transform: translateY(-2px); border-color: rgba(255,255,255,.12); }
.work-media picture, .work-media img { width: 100%; height: 100%; }
.work-media img { object-fit: contain; object-position: center center; transition: transform .8s var(--ease-soft), filter .8s var(--ease-soft); }
.work-overlay {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 24px;
  color: #f4f4f2; background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.12) 52%, rgba(0,0,0,.45) 100%);
  transition: background .35s ease;
}
.work-title { font-size: clamp(20px, 2.1vw, 32px); letter-spacing: -.04em; }
.work-meta { font-size: clamp(12px, 1vw, 14px); color: rgba(244,244,242,.74); }
.work-cta { margin-top: 6px; font-size: 11px; letter-spacing: .04em; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .45s var(--ease-soft); }
.work-card:hover .work-media img { transform: scale(1.02); filter: brightness(.86); }
.work-card:hover .work-overlay { background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.2) 52%, rgba(0,0,0,.6) 100%); }
.work-card:hover .work-cta { opacity: 1; transform: translateY(0); }

.about {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden;
  background: #000;
}
.about-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; }
.about-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: brightness(.72) contrast(1.05); transform: translate3d(0,var(--about-shift,0px),0) scale(1.045); will-change: transform; }
.about-shade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.1) 65%, rgba(0,0,0,.34));
}
.about-content {
  position: relative; z-index: 2; display: flex; align-items: center; min-height: 100vh; min-height: 100svh;
  padding-top: calc(var(--header-h) + 28px); padding-bottom: 48px;
}
.about-copy { width: min(650px, 58vw); position: relative; z-index: 3; text-shadow: 0 2px 30px rgba(0,0,0,.28); }
.about h2 { font-size: clamp(58px, 6vw, 96px); line-height: .98; margin-bottom: 34px; }
.about p { margin: 0; max-width: 620px; font-size: clamp(20px, 2vw, 32px); line-height: 1.48; letter-spacing: -.035em; color: rgba(244,244,242,.9); }


.services {
  position: relative;
  padding-top: clamp(96px, 10vw, 164px);
  padding-bottom: clamp(104px, 11vw, 176px);
  background: #000;
  isolation: isolate;
}
.services::before {
  content: "";
  position: absolute;
  inset: 8% -16% auto 36%;
  height: 58%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.055), rgba(255,255,255,0) 66%);
}
.services-top {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
  align-items: end;
  gap: clamp(34px,6vw,100px);
}
.section-kicker {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .16em;
  color: rgba(244,244,242,.48);
}
.services h2 {
  margin: 0;
  font-size: clamp(54px,6.2vw,100px);
  line-height: .91;
  font-weight: 400;
  letter-spacing: -.06em;
}
.services-top > p {
  margin: 0 0 7px;
  max-width: 420px;
  justify-self: end;
  font-size: clamp(16px,1.35vw,21px);
  line-height: 1.5;
  letter-spacing: -.025em;
  color: rgba(244,244,242,.66);
}
.services-grid {
  display: grid;
  margin-top: clamp(54px,6vw,88px);
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
}
.service-group {
  position: relative;
  min-height: 390px;
  padding: clamp(30px,3vw,48px) clamp(20px,2.2vw,34px) 28px 0;
}
.service-group + .service-group { padding-left: clamp(20px,2.2vw,34px); }
.service-group + .service-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.035));
}
.service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: clamp(62px,7vw,112px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
  transition: transform .55s var(--ease-soft), background .35s ease, border-color .35s ease;
}
.service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: rgba(244,244,242,.9);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-group:hover .service-icon {
  transform: translate3d(0,-5px,0) rotate(-2deg);
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.32);
}
.service-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(24px,2vw,32px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.045em;
}
.service-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(244,244,242,.58);
}

.contact { padding: clamp(78px, 9vw, 132px) 0 clamp(70px, 7vw, 108px); background: #000; }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; }
.contact h2 { font-size: clamp(58px, 6.1vw, 96px); line-height: .9; }

.contact-copy { max-width: 860px; }
.contact-copy p {
  margin: 28px 0 0;
  max-width: 660px;
  font-size: clamp(16px,1.25vw,20px);
  line-height: 1.55;
  letter-spacing: -.025em;
  color: rgba(244,244,242,.62);
}
.project-button { display: flex; align-items: center; justify-content: space-between; gap: 64px; min-width: 260px; height: 54px; padding: 0 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; font-size: 11px; transition: color .3s ease, background .3s ease; }
.project-button:hover { color: #000; background: #f4f4f2; }
.site-footer { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; min-height: min(62vh, 680px); padding-top: clamp(90px, 12vw, 180px); padding-bottom: max(22px, env(safe-area-inset-bottom)); background: #000; overflow: hidden; }
.footer-display { width: 100%; display: flex; align-items: center; justify-content: center; }
.footer-display-logo { display: block; width: min(88vw, 1420px); height: auto; object-fit: contain; object-position: center; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: clamp(52px, 6vw, 84px); font-size: 10px; }
.footer-links { display: flex; align-items: center; gap: 28px; color: rgba(244,244,242,.8); flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { transition: opacity .25s ease; }
.footer-links a:hover { opacity: 1; }
.reveal, .reveal-hero { opacity: 0; transform: translate3d(0,26px,0); transition: opacity .82s ease var(--delay,0ms), transform .98s var(--ease-soft) var(--delay,0ms); will-change: transform, opacity; }
.reveal.is-visible, .reveal-hero.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 901px) {
  .work-media {
    height: clamp(380px, 34vw, 520px);
    aspect-ratio: auto;
  }
  .work-media img { object-fit: cover; object-position: center center; }
}

@media (max-width: 900px) {
  :root { --page-pad: 20px; --header-h: 72px; }
  .desktop-nav { display: none; }
  .brand-logo { width: 138px; transform: translate3d(0,-4px,0); }
  .menu-button { display: block; }
  .hero-media img { object-fit: cover; object-position: center center; transform: scale(1.025); filter: contrast(1.04) brightness(.94); will-change: auto; }
  .hero-content { align-items: flex-start; padding-top: clamp(170px, 22vh, 230px); padding-bottom: 44px; }
  .hero-stack { max-width: 100%; }
  .hero-title { max-width: 520px; margin-bottom: 34px; font-size: clamp(50px, 13vw, 74px); }
  .works { padding-top: 72px; padding-bottom: 96px; }
  .section-head { margin-bottom: 22px; }
  .section-head h2 { font-size: 42px; }
  .works-list { gap: 14px; }
  .work-media { aspect-ratio: 1 / 1; }
  .work-media img { object-fit: contain; }
  .work-overlay { padding: 18px; background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.14) 56%, rgba(0,0,0,.42) 100%); }
  .work-title { font-size: 28px; }
  .work-meta { font-size: 13px; }
  .work-cta { opacity: 1; transform: none; }
  .about-content { align-items: center; padding-top: calc(var(--header-h) + 24px); padding-bottom: 36px; }
  .about-copy { width: 100%; max-width: 620px; }
  .about h2 { font-size: clamp(58px, 15vw, 78px); margin-bottom: 28px; }
  .about p { max-width: 560px; font-size: clamp(21px, 5vw, 28px); line-height: 1.42; }
  .about-bg img { object-position: 58% center; filter: brightness(.62) contrast(1.05); transform: scale(1.035); will-change: auto; }
  .about-shade { background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.78) 42%, rgba(0,0,0,.78) 100%); }
  .services { padding-top: 92px; padding-bottom: 100px; }
  .services-top { grid-template-columns: 1fr; gap: 28px; }
  .services h2 { font-size: clamp(52px,13vw,78px); }
  .services-top > p { justify-self: start; max-width: 520px; font-size: 17px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-group { min-height: 320px; padding: 32px 22px 30px 0; }
  .service-group:nth-child(2n) { padding-left: 22px; }
  .service-group:nth-child(3) { padding-left: 0; }
  .service-group:nth-child(3)::before { display: none; }
  .service-group + .service-group::before { top: 24px; bottom: 24px; }
  .service-icon { margin-bottom: 58px; }
  .contact { padding: 78px 0 48px; }
  .contact-inner { grid-template-columns: 1fr; gap: 42px; }
  .contact h2 { font-size: clamp(54px, 14vw, 76px); }
  .project-button { width: 100%; min-width: 0; height: 58px; }
  .site-footer { min-height: 46vh; padding-top: 92px; }
  .footer-display-logo { width: min(90vw, 1100px); }
  .footer-bottom { align-items: flex-end; margin-top: 42px; }
  .footer-links { gap: 18px; }
}
@media (max-width: 520px) {
  .hero-title { font-size: clamp(50px, 15vw, 67px); }
  .brand-logo { width: 126px; }
  .section-head h2 { font-size: 38px; }
  .work-overlay { padding: 16px; }
  .work-title { font-size: 25px; }
  .about h2 { font-size: 60px; }
  .about p { font-size: 21px; }
  .services h2 { font-size: 50px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-group, .service-group:nth-child(2n), .service-group:nth-child(3) { min-height: 0; padding: 30px 0 34px; }
  .service-group + .service-group::before, .service-group:nth-child(3)::before { display: block; top: 0; bottom: auto; width: 100%; height: 1px; background: rgba(255,255,255,.09); }
  .service-icon { width: 54px; height: 54px; margin-bottom: 42px; border-radius: 14px; }
  .service-copy p { line-height: 1.78; }
  .contact h2 { font-size: 58px; }
  .footer-display-logo { width: 92vw; }
  .footer-bottom { font-size: 9px; }
  .footer-links { gap: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-hero { opacity: 1; transform: none; }
  .hero-media img, .about-bg img { transform: none !important; }
}

/* Full-screen live project preview */
body.case-open { overflow: hidden; }
.case-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  width: 100%;
  height: 100dvh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0,0,0);
  transition: opacity .22s ease, visibility .22s ease;
  contain: layout paint style;
}
.case-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0,0,0);
}
.case-live-shell {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 68px minmax(0,1fr);
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #000;
}
.case-live-bar {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  padding: 0 max(18px, var(--page-pad));
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
.case-live-identity {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: 14px;
  white-space: nowrap;
}
.case-live-kicker {
  font-size: 9px;
  letter-spacing: .14em;
  color: rgba(244,244,242,.48);
}
.case-live-title {
  max-width: 42vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.02em;
}
.case-live-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.case-live-open {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 11px;
  font-size: 10px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.case-live-open:hover {
  background: #f4f4f2;
  color: #000;
  border-color: #f4f4f2;
  transform: translateY(-1px);
}
.case-close {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 11px;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: background .25s ease, transform .3s var(--ease-soft);
}
.case-close:hover { background: rgba(255,255,255,.1); transform: rotate(2deg); }
.case-close span {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 20px;
  height: 1px;
  background: #fff;
}
.case-close span:first-child { transform: rotate(45deg); }
.case-close span:last-child { transform: rotate(-45deg); }
.case-live-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #050505;
  border-radius: 14px 14px 0 0;
  isolation: isolate;
}
.case-live-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  opacity: 0;
  transform: scale(1.004);
  transition: opacity .45s ease, transform .75s var(--ease-soft);
}
.case-live-frame.is-ready {
  opacity: 1;
  transform: scale(1);
}
.case-live-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 16px;
  background: #000;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s ease, visibility .4s ease;
}
.case-live-loader.is-hidden { opacity: 0; visibility: hidden; }
.case-live-loader span {
  font-size: 10px;
  letter-spacing: .13em;
  color: rgba(244,244,242,.62);
}
.case-live-loader i {
  display: block;
  width: min(260px, 54vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}
.case-live-loader b {
  display: block;
  width: 45%;
  height: 100%;
  background: #f4f4f2;
  animation: liveLoad 1.15s var(--ease-soft) infinite;
}
@keyframes liveLoad {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(330%); }
}
.case-live-fallback {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(620px, calc(100% - 32px));
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 10px, 0);
  transition: opacity .28s ease, transform .4s var(--ease-soft), visibility .28s ease;
}
.case-live-fallback.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%,0,0);
}
.case-live-fallback p {
  margin: 0;
  flex: 1 1 auto;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(244,244,242,.7);
}
.case-live-fallback a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 10px;
  background: #f4f4f2;
  color: #000;
  font-size: 10px;
}
.case-transition {
  position: fixed;
  inset: 0;
  z-index: 1100;
  width: 100vw;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform-origin: 0 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
  contain: strict;
  background-color: #000;
  transition: transform .54s var(--ease-soft), opacity .18s ease;
}

@media (max-width: 900px) {
  .case-live-shell { grid-template-rows: 60px minmax(0,1fr); }
  .case-live-bar { padding: 0 12px 0 16px; gap: 10px; }
  .case-live-kicker { display: none; }
  .case-live-title { max-width: 38vw; font-size: 12px; }
  .case-live-open { height: 38px; padding: 0 12px; border-radius: 10px; font-size: 9px; }
  .case-close { width: 38px; height: 38px; flex-basis: 38px; border-radius: 10px; }
  .case-close span { left: 9px; top: 18px; }
  .case-live-stage { border-radius: 12px 12px 0 0; }
  .case-live-fallback { bottom: max(14px, env(safe-area-inset-bottom)); gap: 12px; padding-left: 14px; }
  .case-live-fallback p { font-size: 10px; }
}

@media (max-width: 520px) {
  .case-live-title { max-width: 28vw; }
  .case-live-open { padding: 0 10px; }
  .case-live-open span { display: none; }
  .case-live-fallback { align-items: stretch; flex-direction: column; }
  .case-live-fallback a { justify-content: center; }
}

/* V4.8 — minimal art direction */
.hero-title.reveal-hero { transform: none; }
.hero-title .hero-line { display: block; overflow: hidden; padding-bottom: .055em; margin-bottom: -.055em; }
.hero-title .hero-line > span {
  display: block;
  transform: translate3d(0, 112%, 0);
  transition: transform 1.02s var(--ease-soft);
  will-change: transform;
}
.hero-title.is-visible .hero-line:nth-child(1) > span { transition-delay: .02s; transform: translate3d(0,0,0); }
.hero-title.is-visible .hero-line:nth-child(2) > span { transition-delay: .10s; transform: translate3d(0,0,0); }
.hero-title.is-visible .hero-line:nth-child(3) > span { transition-delay: .18s; transform: translate3d(0,0,0); }

.capability-rail {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 18px 0 17px;
  border-top: 1px solid rgba(255,255,255,.085);
  border-bottom: 1px solid rgba(255,255,255,.085);
  background: #000;
  contain: paint;
}
.capability-rail::before,
.capability-rail::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(8vw,120px);
  pointer-events: none;
}
.capability-rail::before { left: 0; background: linear-gradient(90deg,#000,transparent); }
.capability-rail::after { right: 0; background: linear-gradient(-90deg,#000,transparent); }
.capability-rail-track {
  display: flex;
  width: max-content;
  transform: translate3d(0,0,0);
  animation: capabilityRail 90s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.capability-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(34px,4.2vw,76px);
  padding-right: clamp(34px,4.2vw,76px);
}
.capability-set span {
  flex: 0 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px,1.25vw,21px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
  color: rgba(244,244,242,.94);
  white-space: nowrap;
}
@keyframes capabilityRail { to { transform: translate3d(-50%,0,0); } }


.services-top { grid-template-columns: 1fr; }
.services-top > p { display: none; }

[data-service-icon="ai-core"] .icon-core,
[data-service-icon="ai-core"] .icon-node {
  fill: none;
  transition: fill .35s ease, stroke .35s ease, transform .55s var(--ease-soft);
  transform-origin: center;
}
[data-service-icon="ai-core"] .icon-link { opacity: .7; transition: opacity .35s ease; }
.service-group:hover [data-service-icon="ai-core"] .icon-core { fill: rgba(244,244,242,.12); transform: rotate(45deg); }
.service-group:hover [data-service-icon="ai-core"] .icon-node { fill: rgba(244,244,242,.11); }
.service-group:hover [data-service-icon="ai-core"] .icon-link { opacity: 1; }

[data-service-icon="brand-system"] .brand-corner { opacity: .58; transition: opacity .35s ease, transform .55s var(--ease-soft); transform-origin: center; }
[data-service-icon="brand-system"] .brand-mark { stroke-width: 1.05; transition: stroke-width .35s ease, transform .55s var(--ease-soft); transform-origin: center; }
.service-group:hover [data-service-icon="brand-system"] .brand-corner { opacity: 1; transform: scale(.92); }
.service-group:hover [data-service-icon="brand-system"] .brand-mark { stroke-width: 1.35; transform: translate3d(1px,0,0); }

.work-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(112deg,transparent 20%,rgba(255,255,255,.055) 47%,transparent 72%);
  transform: translate3d(-115%,0,0);
  transition: transform .9s var(--ease-soft);
}
.work-card:hover .work-media::after { transform: translate3d(115%,0,0); }
.work-title { transition: transform .55s var(--ease-soft); }
.work-meta { transition: opacity .35s ease, transform .55s var(--ease-soft); }
.work-card:hover .work-title { transform: translate3d(0,-3px,0); }
.work-card:hover .work-meta { opacity: .82; transform: translate3d(0,-2px,0); }

.project-button span:last-child { transition: transform .45s var(--ease-soft); }
.project-button:hover span:last-child { transform: translate3d(6px,0,0); }
.nav-cta { position: relative; overflow: hidden; }
.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f4f2;
  transform: translate3d(0,102%,0);
  transition: transform .42s var(--ease-soft);
  z-index: -1;
}
.nav-cta:hover { background: transparent; }
.nav-cta:hover::after { transform: translate3d(0,0,0); }

.case-transition { transform: translateZ(0); image-rendering: auto; }
.case-live-frame { will-change: opacity, transform; backface-visibility: hidden; }

@media (max-width: 900px) {
  .capability-rail { padding: 16px 0 15px; }
  .capability-rail-track { animation-duration: 28s; }
}

@media (max-width: 520px) {
}

@media (prefers-reduced-motion: reduce) {
  .capability-rail-track { animation: none; }
  .hero-title .hero-line > span { transform: none !important; }
  .work-media::after { display: none; }
}

@media (max-width: 900px) {
  .capability-rail-track { animation-duration: 60s; }
  .capability-set { gap: 34px; padding-right: 34px; }
  .capability-set span { font-size: 15px; }
  .contact-copy p { margin-top: 22px; max-width: 560px; font-size: 16px; }
}


/* V5.0 final polish */
a:focus-visible,
button:focus-visible {
  outline: 1px solid rgba(244,244,242,.95);
  outline-offset: 5px;
  border-radius: 6px;
}

.about-copy { width: min(760px, 64vw); }
.about p { max-width: 730px; }

.footer-bottom {
  justify-content: flex-end;
  margin-top: clamp(44px, 5vw, 72px);
}
.footer-links {
  width: 100%;
  justify-content: flex-end;
  gap: clamp(18px, 2.1vw, 34px);
}
.footer-links a {
  position: relative;
  opacity: .8;
  transition: opacity .25s ease;
}
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s var(--ease-soft);
}
.footer-links a:hover { opacity: 1; }
.footer-links a:hover::after { transform: scaleX(1); transform-origin: left center; }

@media (max-width: 900px) {
  .about-copy { width: 100%; max-width: 680px; }
  .footer-bottom { align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .footer-links a:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-links a::after { transition: none; }
}

/* V5.2 bilingual interface */
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 26px);
  min-width: 0;
}
.language-switch {
  position: relative;
  z-index: 103;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 82px;
  height: 34px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018);
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  transition: border-color .3s ease, background-color .3s ease, transform .45s var(--ease-soft);
}
.language-switch:hover {
  border-color: rgba(255,255,255,.42);
  background: rgba(16,16,16,.58);
  transform: translateY(-1px);
}
.language-switch-indicator {
  position: absolute;
  z-index: 0;
  left: 3px;
  top: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: #f4f4f2;
  box-shadow: 0 5px 18px rgba(0,0,0,.28);
  transform: translate3d(0,0,0);
  transition: transform .5s var(--ease-soft), box-shadow .35s ease;
  will-change: transform;
}
.language-switch[data-language="en"] .language-switch-indicator {
  transform: translate3d(100%,0,0);
}
.language-choice {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244,244,242,.58);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  transition: color .32s ease, opacity .32s ease, transform .45s var(--ease-soft);
}
.language-choice:hover { color: rgba(244,244,242,.9); }
.language-choice.is-active { color: #050505; }
.language-choice:active { transform: scale(.94); }

/* Smooth full-page language morph where supported. */
::view-transition-old(root) {
  animation: .30s var(--ease-soft) both language-out;
}
::view-transition-new(root) {
  animation: .38s var(--ease-soft) both language-in;
}
@keyframes language-out {
  to { opacity: 0; transform: translate3d(0,-5px,0); filter: blur(3px); }
}
@keyframes language-in {
  from { opacity: 0; transform: translate3d(0,6px,0); filter: blur(4px); }
  to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); }
}
body > main,
body > .site-footer {
  transition: opacity .16s ease, transform .18s var(--ease-soft);
}
body.language-switching > main,
body.language-switching > .site-footer {
  opacity: .42;
  transform: translate3d(0,4px,0);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .desktop-nav { gap: 16px; font-size: 9px; }
  .nav-cta { padding: 0 15px; }
  .header-actions { gap: 12px; }
}

@media (max-width: 900px) {
  .header-actions { gap: 8px; }
  .language-switch {
    width: 76px;
    height: 32px;
    background: rgba(0,0,0,.42);
  }
  .language-choice { font-size: 8px; }
}

@media (max-width: 380px) {
  .brand-logo { width: 114px; }
  .language-switch { width: 70px; }
  .header-actions { gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none !important; }
  .language-switch-indicator { transition-duration: .01ms !important; }
}

html[lang="ru"] .hero-title {
  font-size: clamp(54px, 6.75vw, 106px);
}
@media (max-width: 900px) {
  html[lang="ru"] .hero-title {
    font-size: clamp(46px, 11.8vw, 68px);
    letter-spacing: -.06em;
  }
}
@media (max-width: 380px) {
  html[lang="ru"] .hero-title { font-size: 44px; }
}
