
/* === css/preview.css?v=20260813-400 === */
@font-face{font-family:Jost;src:url('../assets/fonts/JostUA/Jost-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url('../assets/fonts/JostUA/Jost-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url('../assets/fonts/JostUA/Jost-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
:root{--black:#080808;--ink:#111;--paper:#f3f2ef;--line:rgba(255,255,255,.2);--muted:#a4a4a4;--accent:#f2f2f2;--header:86px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;font-family:Jost,sans-serif;color:#fff;background:var(--black);font-size:16px;line-height:1.5;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:18px;top:12px;z-index:1000;background:#fff;color:#000;padding:10px 16px;transform:translateY(-160%)}
.skip-link:focus{transform:none}
:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.site-header{height:var(--header);padding:0 clamp(22px,4vw,74px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:absolute;inset:0 0 auto;z-index:20;border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:inline-flex;align-items:center;gap:15px;width:max-content;font-weight:600;letter-spacing:.22em;font-size:12px}
.brand img{width:38px;height:auto}
.site-nav{display:flex;align-items:center;gap:clamp(26px,3.6vw,65px);font-size:14px;font-weight:600}
.site-nav a,.language{position:relative}
.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:#fff;transition:right .25s ease}
.site-nav a:hover:after,.site-nav a:focus-visible:after{right:0}
.language{justify-self:end;font-size:13px;font-weight:600}
.menu-toggle{display:none;background:none;border:0;padding:10px;cursor:pointer}
.menu-toggle span{display:block;width:27px;height:1px;background:#fff;margin:6px 0;transition:.25s}
.menu-toggle b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.hero{min-height:100svh;position:relative;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:heroIn 1.2s cubic-bezier(.2,.8,.2,1) both}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.56) 42%,rgba(0,0,0,.13) 78%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 50%)}
.hero-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.95%,rgba(255,255,255,.07) 50%,transparent 50.05%),linear-gradient(transparent 49.95%,rgba(255,255,255,.05) 50%,transparent 50.05%);background-size:25vw 25vw;opacity:.35}
.hero-content{position:relative;z-index:2;width:min(1100px,calc(100% - 44px));margin:var(--header) auto 0;padding:8vh 0 12vh;animation:copyIn .8s .08s both}
.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:600;margin:0 0 22px;color:#d9d9d9}
h1,h2,p{margin-top:0}
h1{font-size:clamp(40px,5.68vw,101px);line-height:.91;letter-spacing:-.045em;font-weight:300;max-width:1200px;margin:0 0 35px}
h1 span{display:block;font-size:.45em;letter-spacing:-.025em;margin-bottom:.23em}
.hero-lead{max-width:580px;color:#d9d9d9;font-size:clamp(16px,1.2vw,20px);font-weight:300}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.button{min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid #fff;font-weight:600;font-size:13px;letter-spacing:.03em;cursor:pointer;transition:background .25s,color .25s,transform .25s}
.button:hover{transform:translateY(-2px)}
.button-light{background:#fff;color:#070707}
.button-light:hover{background:var(--accent);border-color:var(--accent)}
.button-ghost{background:rgba(0,0,0,.22);color:#fff;backdrop-filter:blur(7px)}
.button-ghost:hover{background:#fff;color:#000}
.scroll-cue{position:absolute;left:clamp(22px,4vw,74px);bottom:30px;z-index:3;display:flex;align-items:center;gap:12px;color:#ccc;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.scroll-cue span{display:block;width:34px;height:1px;background:#fff}
.section{padding:clamp(85px,10vw,170px) clamp(22px,5vw,94px)}
.section-heading{display:grid;grid-template-columns:1fr minmax(260px,420px);align-items:end;gap:50px;margin-bottom:55px}
.section-heading h2,.services h2,.about h2,.contact h2{font-size:clamp(43px,5.6vw,94px);font-weight:300;line-height:.9;letter-spacing:-.045em;margin:0}
.section-heading>p{color:var(--muted);font-weight:300;font-size:18px;margin-bottom:8px}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.filter{border:1px solid #303030;background:transparent;padding:10px 17px;cursor:pointer;font-size:13px}
.filter:hover,.filter.is-active{background:#fff;color:#000;border-color:#fff}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,40px)}
.project-card{appearance:none;background:none;border:0;padding:0;text-align:left;cursor:pointer;min-width:0}
.project-card-wide{grid-column:span 2}
.project-card.is-hidden{display:none}
.project-image{display:block;overflow:hidden;background:#1b1b1b;aspect-ratio:16/10}
.project-card-wide .project-image{aspect-ratio:2.25/1}
.project-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.88);transition:transform .55s cubic-bezier(.2,.75,.2,1),filter .4s}
.project-card:hover .project-image img,.project-card:focus-visible .project-image img{transform:scale(1.025);filter:saturate(1.05)}
.project-meta{display:flex;justify-content:space-between;gap:16px;padding:17px 1px 6px;align-items:baseline}
.project-meta b{font-size:18px;font-weight:500}
.project-meta small{color:#949494;text-transform:uppercase;letter-spacing:.08em;font-size:10px}
.services{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);gap:clamp(50px,8vw,150px);align-items:center;background:var(--paper);color:var(--ink)}
.services-media{min-height:620px;height:70vh;max-height:850px;overflow:hidden}
.services-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.12)}
.services .eyebrow{color:#595959}
.services-copy>p:not(.eyebrow){font-size:18px;color:#555;max-width:580px;margin:32px 0}
.service-list{list-style:none;padding:0;margin:40px 0;border-top:1px solid #bbb}
.service-list li{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #bbb;align-items:center}
.service-list span{font-size:11px;color:#777}
.service-list b{font-weight:500;font-size:17px}
.text-link{display:inline-flex;gap:35px;align-items:center;border-bottom:1px solid #111;padding:4px 0 8px;font-weight:600}
.about{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);align-items:center;gap:clamp(50px,8vw,150px);background:#050505}
.about .big-copy{font-size:clamp(18px,1.45vw,23px);max-width:730px;color:#c2c2c2;font-weight:300;margin:40px 0 55px}
.about-media{height:min(68vw,760px);max-height:760px;overflow:hidden}
.about-media img{width:100%;height:100%;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid var(--line);padding-top:28px}
.stats strong{font-size:clamp(26px,3.2vw,54px);font-weight:300;display:block}
.stats span{display:block;color:#888;font-size:12px;max-width:120px}
.contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:clamp(56px,8vw,150px);align-items:start;background:#050505}
.contact-main{max-width:690px}
.contact-main h2{margin-bottom:42px}
.contact-aside{max-width:420px;justify-self:end;padding-top:clamp(14px,2vw,28px);display:grid;gap:clamp(30px,3.4vw,56px);align-content:start}
.contact-aside-primary{display:grid;gap:12px}
.contact-aside-primary p{margin:0;color:#aaa;font-size:17px;line-height:1.6}
.contact-aside a{text-decoration:underline;text-underline-offset:5px}
.contact-aside .preview-note{font-size:13px!important;max-width:360px;color:#777!important;margin:0!important;line-height:1.6}
.contact-phone{display:inline-block;margin-top:10px}
.contact-direct{margin-top:0;display:grid;gap:14px}
.contact-direct-label{display:block;color:#8e8e8a;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.contact-direct-links{display:flex;flex-wrap:wrap;gap:10px}
.contact-socials{display:grid;gap:14px;margin-top:0}
.contact-socials-label{color:#8e8e8a;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-right:0}
.contact-socials-links{display:flex;flex-wrap:wrap;gap:8px}
.contact-direct .messenger-link{padding:10px 14px 10px 12px;background:#fff;color:#050505!important;border-color:#fff;text-decoration:none}
.contact-socials a{text-decoration:none}
.contact-form{align-self:start;max-width:520px}
.contact-form label{display:block;color:#9a9a9a;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:22px}
.contact-form input,.contact-form textarea{display:block;width:100%;background:transparent;color:#fff;border:0;border-bottom:1px solid #555;padding:10px 0 13px;outline:none;text-transform:none;letter-spacing:normal;font-size:18px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:#fff}
.contact-form .button{margin-top:10px;min-width:0;width:100%;border-radius:0}.contact-form .button strong{font-weight:700}
.form-feedback{min-height:24px;color:var(--accent);margin:18px 0 0}
footer{padding:35px clamp(22px,5vw,94px);display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #222;color:#888;font-size:12px}
footer .brand{color:#fff}
.lightbox{width:min(1200px,92vw);max-width:none;background:#080808;border:1px solid #333;padding:0;color:#fff;overflow:visible}
.lightbox::backdrop{background:rgba(0,0,0,.9);backdrop-filter:blur(5px)}
.lightbox img{width:100%;max-height:80vh;object-fit:contain;background:#000}
.lightbox p{margin:0;padding:16px 20px;font-size:18px}
.lightbox-close{position:absolute;right:-1px;top:-48px;width:42px;height:42px;border:1px solid #444;background:#111;font-size:26px;cursor:pointer}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
@keyframes heroIn{from{opacity:.25;transform:scale(1.035)}to{opacity:1;transform:none}}
@keyframes copyIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(max-width:900px){
  :root{--header:72px}
  .site-header{grid-template-columns:1fr auto;padding:0 20px;position:absolute}
  .site-header>.language{display:none}
  .menu-toggle{display:block;z-index:23}
  .site-nav{display:flex;position:fixed;inset:0;background:#080808;flex-direction:column;align-items:flex-start;justify-content:center;padding:15vh 9vw;gap:24px;transform:translateX(100%);transition:transform .35s ease;z-index:22}
  .site-nav a{font-size:clamp(27px,8vw,46px);font-weight:300}
  body.menu-open .site-nav{transform:none}
  body.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.menu-open .menu-toggle span:nth-child(2){opacity:0}
  body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero-content{margin-top:var(--header);width:calc(100% - 40px);padding-bottom:18vh}
  .hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.18) 85%),linear-gradient(90deg,rgba(0,0,0,.55),transparent)}
  h1{font-size:clamp(38px,11.2vw,62px);line-height:.94}
  .hero-lead{max-width:95%;font-size:16px}
  .hero-actions{display:grid;max-width:340px}
  .scroll-cue{display:none}
  .section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:35px}
  .section-heading>p{font-size:16px}
  .project-grid{grid-template-columns:1fr;gap:30px}
  .project-card-wide{grid-column:auto}
  .project-card-wide .project-image,.project-image{aspect-ratio:4/3}
  .project-meta{display:block}
  .project-meta small{display:block;margin-top:4px}
  .services,.about,.contact{grid-template-columns:1fr}
  .services-media{height:70vw;min-height:350px}
  .services-copy{max-width:700px}
  .about-media{height:100vw;max-height:650px;order:-1}
  .contact-form{max-width:680px;width:100%}
  footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .brand span{display:none}
  .hero-media{object-position:58% center}
  .button{width:100%}
  .section{padding:80px 20px}
  .section-heading h2,.services h2,.about h2,.contact h2{font-size:40px}
  .filters{overflow:auto;flex-wrap:nowrap;padding-bottom:8px;margin-right:-20px}
  .filter{white-space:nowrap}
  .stats{grid-template-columns:1fr;gap:18px}
  .stats div{display:flex;align-items:baseline;gap:14px}
  .stats span{max-width:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}


/* === css/creative.css?v=20260813-400 === */
/* Archimetrica creative direction — expressive layer over the structural base. */
@font-face{font-family:Jost;src:local("Jost Thin"),local("Jost-Thin"),url('../assets/fonts/JostUA/Jost-Thin.ttf') format('truetype');font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Thin Italic"),local("Jost-ThinItalic"),url('../assets/fonts/JostUA/Jost-ThinItalic.ttf') format('truetype');font-weight:100;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost ExtraLight"),local("Jost-ExtraLight"),url('../assets/fonts/JostUA/Jost-ExtraLight.ttf') format('truetype');font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost ExtraLight Italic"),local("Jost-ExtraLightItalic"),url('../assets/fonts/JostUA/Jost-ExtraLightItalic.ttf') format('truetype');font-weight:200;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Light"),local("Jost-Light"),url('../assets/fonts/JostUA/Jost-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Light Italic"),local("Jost-LightItalic"),url('../assets/fonts/JostUA/Jost-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Regular"),local("Jost-Regular"),local("Jost"),url('../assets/fonts/JostUA/Jost-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Italic"),local("Jost-Italic"),url('../assets/fonts/JostUA/Jost-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Medium"),local("Jost-Medium"),url('../assets/fonts/JostUA/Jost-Medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Medium Italic"),local("Jost-MediumItalic"),url('../assets/fonts/JostUA/Jost-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost SemiBold"),local("Jost-SemiBold"),url('../assets/fonts/JostUA/Jost-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost SemiBold Italic"),local("Jost-SemiBoldItalic"),url('../assets/fonts/JostUA/Jost-SemiBoldItalic.ttf') format('truetype');font-weight:600;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Bold"),local("Jost-Bold"),url('../assets/fonts/JostUA/Jost-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Bold Italic"),local("Jost-BoldItalic"),url('../assets/fonts/JostUA/Jost-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost ExtraBold"),local("Jost-ExtraBold"),url('../assets/fonts/JostUA/Jost-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost ExtraBold Italic"),local("Jost-ExtraBoldItalic"),url('../assets/fonts/JostUA/Jost-ExtraBoldItalic.ttf') format('truetype');font-weight:800;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Black"),local("Jost-Black"),url('../assets/fonts/JostUA/Jost-Black.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:local("Jost Black Italic"),local("Jost-BlackItalic"),url('../assets/fonts/JostUA/Jost-BlackItalic.ttf') format('truetype');font-weight:900;font-style:italic;font-display:swap}

:root{--mono:#d7d7d7;--mono-soft:#f4f4f4;--accent-strong:#fff;--warm:#d8d8d8;--paper:#f0efec;--black:#050505;--ease:cubic-bezier(.18,.82,.22,1)}
body{font-family:Jost,sans-serif;background:#050505}
.fx-defs{position:fixed;width:0;height:0;pointer-events:none}

/* Fast cinematic ident. */
.intro{position:fixed;inset:0;z-index:1000;background:#030303;display:grid;place-items:center;overflow:hidden;transition:clip-path .9s var(--ease),visibility .9s;clip-path:inset(0 0 0 0)}
.intro.is-hidden{clip-path:inset(0 0 100% 0);visibility:hidden;pointer-events:none}
.intro-noise{position:absolute;inset:-50%;opacity:.22;background-image:url('../assets/pattern.jpg');background-size:420px;animation:introDrift 9s linear infinite}
.plexus-canvas,.triangle-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.intro-plexus{z-index:1;opacity:.72;mix-blend-mode:screen}
.intro:before,.intro:after{content:"";position:absolute;background:#272727}
.intro:before{width:1px;height:100%;left:50%;transform:scaleY(0);transform-origin:bottom;animation:introRule .75s .1s var(--ease) forwards}
.intro:after{height:1px;width:100%;top:50%;transform:scaleX(0);transform-origin:left;animation:introRuleX .75s .2s var(--ease) forwards}
.intro-mark{position:relative;width:min(380px,66vw);text-align:center;z-index:3}
.intro-mark img{width:100%;height:auto;opacity:0;filter:brightness(1.35);transform:scale(.83) skewX(-5deg);animation:introLogo .8s .28s var(--ease) forwards;transition:filter .52s var(--ease)}
.intro-mark img:hover{filter:brightness(1.35)}
.intro-line{display:block;width:0;height:1px;background:#fff;margin:26px auto 15px;animation:introWidth .65s .65s var(--ease) forwards}
.intro-mark p{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:#aaa;opacity:0;animation:introText .5s .82s forwards}
.intro-index{position:absolute;left:28px;top:26px;font-size:9px;letter-spacing:.2em;color:#686868}
.intro-skip{position:absolute;right:27px;bottom:25px;background:none;border:0;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.14em;cursor:pointer;z-index:3;display:flex;align-items:center;gap:12px}
.intro-skip-arrow{width:24px;height:3px;object-fit:fill;opacity:.7;transition:transform .35s var(--ease),opacity .25s}
.intro-skip:hover .intro-skip-arrow,.intro-skip:focus-visible .intro-skip-arrow{transform:translateX(4px);opacity:1}
.intro-skip:hover{color:#fff}
@keyframes introRule{to{transform:scaleY(1)}}
@keyframes introRuleX{to{transform:scaleX(1)}}
@keyframes introLogo{to{opacity:1;transform:none}}
@keyframes introWidth{to{width:100%}}
@keyframes introText{to{opacity:1}}
@keyframes introDrift{to{transform:translate3d(10%,7%,0) rotate(4deg)}}

/* Identity and navigation. */
.brand-am{position:relative;isolation:isolate;width:82px;height:58px;overflow:hidden;background:transparent}
.brand-am:before,.project-footer-brand:before{content:none}
.brand-am img{position:relative;z-index:1;width:82px;height:58px;object-fit:contain;filter:invert(0);transition:filter .48s var(--ease)}
.brand-am span{display:none}
@media(hover:hover) and (pointer:fine){
.brand-am:hover img,.brand-am:focus-visible img,.project-footer-brand:hover img,.project-footer-brand:focus-visible img{filter:invert(1)}
}
.site-header{mix-blend-mode:difference;border-bottom-color:rgba(255,255,255,.15)}
.site-nav{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.language{font-size:10px;letter-spacing:.16em}
.ui-arrow{width:32px;height:3px;object-fit:fill;transition:transform .35s var(--ease)}
.button:hover .ui-arrow,.text-link:hover .ui-arrow{transform:translateX(6px)}
.button-light .ui-arrow,.ui-arrow-dark{filter:invert(1)}

/* Original Archimetrica cursor: an immediate dot and an inertial trailing ring. */
#pointer-dot,#pointer-ring{position:fixed;left:0;top:0;width:0;height:0;border-style:solid;border-color:#fff;border-radius:100px;z-index:9999;pointer-events:none;opacity:0;mix-blend-mode:difference;will-change:transform}
#pointer-dot{border-width:2px;transition:border-color .35s,opacity .18s}
#pointer-ring{padding:15px;border-width:1px;transition:padding .32s cubic-bezier(.2,.9,.2,1.25),opacity .18s,box-shadow .28s}
#pointer-ring:before{content:"";position:absolute;inset:-1px;border:1px solid currentColor;border-radius:inherit;opacity:0;transform:scale(.72);pointer-events:none}
#pointer-ring:after{content:attr(data-label);position:absolute;left:50%;top:50%;color:#fff;font-family:Jost,sans-serif;font-size:8px;font-weight:500;letter-spacing:.17em;line-height:1;white-space:nowrap;opacity:0;transform:translate(-50%,-50%) scale(.82);transition:opacity .2s,transform .3s var(--ease);pointer-events:none}
#pointer-ring.is-project{box-shadow:0 0 0 1px rgba(255,255,255,.16) inset}
#pointer-ring.is-project:before{animation:projectCursorPulse 1.65s ease-out infinite}
#pointer-ring.is-project:after{opacity:1;transform:translate(-50%,-50%) scale(1)}
/* Iteration 170 — active controls use a thin plus inside the cursor circle. */
#pointer-dot.is-action{opacity:0!important}
#pointer-ring.is-action{border-width:1px;box-shadow:none}
#pointer-ring.is-action:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:1px;
  inset:auto;
  border:0;
  border-radius:0;
  background:currentColor;
  opacity:.92;
  transform:translate(-50%,-50%);
  animation:none;
}
#pointer-ring.is-action:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:1px;
  height:9px;
  color:inherit;
  background:currentColor;
  font-size:0;
  letter-spacing:0;
  opacity:.92;
  transform:translate(-50%,-50%);
}
#pointer-dot.is-visible,#pointer-ring.is-visible{opacity:1}
@keyframes projectCursorPulse{0%{opacity:.58;transform:scale(.74)}75%,100%{opacity:0;transform:scale(1.18)}}
@media(pointer:fine){html,body,a,button,input,textarea,label{cursor:none!important}}

/* Hero: full-bleed film, precise Jost typography and a cursor-drawn plexus trail. */
.creative-hero{min-height:820px;height:100svh;isolation:isolate;background:#050505 url('../assets/pattern.jpg') center/760px auto}
.hero-frame{position:absolute;z-index:-1;inset:0;width:100%;height:100%;overflow:hidden;animation:frameReveal 1.35s 1.1s var(--ease) both}
.hero-frame:before{content:"";position:absolute;inset:clamp(16px,2.8vw,52px);z-index:3;border:1px solid rgba(255,255,255,.18);pointer-events:none}
.hero-frame .hero-media{inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.05);animation:none;transform:none;transition:filter .65s var(--ease)}
.hero-frame:hover .hero-media{filter:saturate(.94) contrast(1.04);transform:none}
.hero-light-sweep{position:absolute;z-index:2;inset:-25%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.11) 49%,transparent 63%);transform:translateX(-65%);animation:heroSweep 8s 2.4s var(--ease) infinite;pointer-events:none}
.creative-hero .hero-shade{z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.48) 43%,rgba(0,0,0,.16) 76%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(5,5,5,.82) 0%,transparent 35%)}
.creative-hero .hero-grid{z-index:0;background-size:16.666vw 16.666vw;opacity:.28}
.hero-plexus-trail{position:absolute;z-index:1;inset:0;width:100%;height:100%;opacity:.82;mix-blend-mode:screen;pointer-events:none}
.creative-hero .hero-content{width:auto;max-width:none;margin:0;padding:calc(var(--header) + 3.8vh) 4.2vw 6vh;z-index:2;animation:none}
.creative-hero .eyebrow{margin:0 0 2.7vh 1.1vw;font-size:9px;letter-spacing:.32em;color:#aaa}
.creative-hero h1{display:flex;flex-direction:column;gap:clamp(0px,.08vw,2px);font-size:inherit;line-height:inherit;letter-spacing:normal;margin:0;width:78vw;max-width:none}
.hero-line{display:block;width:max-content;line-height:.58;white-space:nowrap;text-transform:none;transform:translateY(115%);opacity:0;overflow:visible;margin-bottom:0!important}
body.intro-complete .hero-line{animation:heroLineIn .95s var(--ease) forwards;animation-delay:calc(.06s + var(--line-delay,0s))}
.hero-line-black{font-size:clamp(64px,6.9vw,132px);font-weight:900;font-style:italic;letter-spacing:-.065em;color:#f3f3f3;text-shadow:0 10px 44px rgba(0,0,0,.3)}
.hero-line-top{margin-left:0;--line-delay:.02s}
.hero-line-mid{font-size:clamp(44px,4.96vw,96px);font-weight:200;font-style:italic;letter-spacing:-.062em;margin-left:1vw;color:#e1e1e1;text-transform:uppercase;text-shadow:0 10px 44px rgba(0,0,0,.34);--line-delay:.16s}
.hero-line-bottom{margin-left:14vw;--line-delay:.3s}
.hero-line .char{display:inline-block;font-size:.45em;line-height:1;margin-bottom:0!important;transform:translateY(1.1em) rotate(3deg);opacity:0}
body.intro-complete .hero-line .char{animation:charRise .85s var(--ease) forwards;animation-delay:calc(.05s + var(--line-delay,0s) + var(--char-index)*14ms)}
.hero-line .char-space{width:.27em}

.creative-hero h1{display:grid;gap:0;align-items:start;width:min(72vw,1040px)}
.hero-line-mid .char-space{width:.18em}
.hero-bottom{margin-top:2.4vh;margin-left:48vw;display:grid;grid-template-columns:minmax(230px,410px) auto;gap:3vw;align-items:end}
.creative-hero .hero-lead{font-size:clamp(14px,1.15vw,19px);color:#bdbdbd;margin:0;font-weight:300;max-width:410px}
.creative-hero .hero-actions{margin:0;flex-wrap:nowrap}
.creative-hero .button{min-width:165px;white-space:nowrap}
@media(min-width:981px){
  .creative-hero .eyebrow,.creative-hero h1{translate:0 clamp(-42px,-3vh,-26px)}
  .hero-bottom{margin-top:clamp(62px,6.5vh,84px)}
}
.hero-counter{position:absolute;right:4.2vw;bottom:3.3vh;z-index:3;display:flex;align-items:baseline;gap:6px}
.hero-counter b{font-size:34px;font-weight:200}.hero-counter span{font-size:10px;color:#8b8b8b}
@keyframes frameReveal{from{opacity:0;filter:blur(12px)}to{opacity:1;filter:none}}
@keyframes heroSweep{0%,56%{transform:translateX(-65%);opacity:0}64%{opacity:1}82%,100%{transform:translateX(65%);opacity:0}}
@keyframes heroLineIn{to{transform:none;opacity:1}}
@keyframes charRise{to{transform:none;opacity:1}}

/* Editorial portfolio grid and deliberate distortion. */
.projects{padding-top:clamp(110px,12vw,210px)}
.section-heading h2>span,.services h2>span,.about h2>span,.contact h2>span{font-weight:100}
.section-heading h2>em,.services h2>em,.about h2>em,.contact h2>em{font-weight:900;font-style:italic;color:currentColor}
.projects .section-heading h2>em,.about h2>em,.contact h2>em{color:var(--mono-soft)}
.projects .section-heading{grid-template-columns:1.25fr .75fr;align-items:start}
.projects .section-heading h2{font-size:clamp(50px,6.56vw,120px);line-height:.72}
.projects-intro{border-left:1px solid #3a3a3a;padding-left:25px;margin-top:38px!important}
.projects-intro b{font-size:40px;line-height:1;font-weight:100;float:left;margin-right:18px;color:#fff}
.filters{position:relative}
.filter{position:relative;overflow:hidden;isolation:isolate;transition:background-color .3s,color .3s,border-color .3s,opacity .3s,transform .3s var(--ease)}
.filter:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:1px;background:currentColor;opacity:.42;transform:scaleX(0);transform-origin:left;transition:transform .42s var(--ease)}
.filter:hover:after,.filter:focus-visible:after,.filter.is-active:after{transform:scaleX(1)}
.filter:active{transform:translateY(1px)}
.filter.is-switching:after{animation:filterLineSweep .52s var(--ease)}
.filters.is-filtering .filter:not(.is-active){opacity:.58}
.filters .filter:first-child:before{content:"";display:inline-block;width:12px;height:12px;margin-right:10px;background:url('../assets/icons/grid.svg') center/contain no-repeat;vertical-align:-2px;filter:invert(1)}
.filters .filter:first-child:not(.is-active):before{filter:none}
.projects>.creative-grid{width:calc(100vw - 16px);margin-left:calc(50% - 50vw + 8px)}
.creative-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:2px;row-gap:2px;gap:2px;align-content:start;grid-auto-flow:row}
.creative-grid.is-filtering{overflow:clip;will-change:height;transition:height .69s cubic-bezier(.22,1,.36,1)}
.creative-grid.is-filtering .project-card{pointer-events:none;will-change:transform,opacity,filter}
.creative-grid .project-card:nth-child(n){grid-column:auto;width:auto;margin-top:0;justify-self:stretch}
.project-card{--project-copy-x:0px;--project-copy-y:0px;position:relative;display:block;aspect-ratio:4/3;text-decoration:none;overflow:hidden;isolation:isolate;background:#0a0a0a;color:#fff}
.project-card:before{content:"";position:absolute;left:13px;top:13px;width:clamp(46px,3.8vw,72px);height:clamp(46px,3.8vw,72px);border-left:.75px solid rgba(255,255,255,.78);border-top:.75px solid rgba(255,255,255,.78);opacity:0;transform:translate(7px,7px) scale(.7);transform-origin:left top;transition:opacity .28s,transform .52s var(--ease);z-index:8;pointer-events:none}
.project-card:after{content:"";position:absolute;z-index:6;left:0;right:0;bottom:0;height:48%;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.28) 54%,transparent);opacity:0;transform:translateY(18%);transition:opacity .34s ease,transform .64s var(--ease);pointer-events:none}
.project-card:hover:before,.project-card:focus-visible:before,.project-card.is-pointer-active:before{opacity:1;transform:translate(0,0) scale(1)}
.project-card:hover:after,.project-card:focus-visible:after,.project-card.is-pointer-active:after{opacity:1;transform:translateY(0)}
.project-card .project-image,.project-card-wide .project-image{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}
.deform-media{isolation:isolate;overflow:hidden;clip-path:none;transition:none}
.deform-media img{transform:none;filter:saturate(.9);transition:opacity .5s var(--ease),filter .5s var(--ease)}
.deform-media:after{content:"";position:absolute;inset:-35%;z-index:4;background:linear-gradient(112deg,transparent 34%,rgba(255,255,255,.18) 48%,rgba(255,255,255,.1) 52%,transparent 66%);opacity:0;transform:translateX(-62%);transition:transform .95s var(--ease),opacity .25s;pointer-events:none}
.deform-media i{position:absolute;inset:0;z-index:5;border:1px solid rgba(255,255,255,.24);pointer-events:none;transform:none}
.project-card:hover .deform-media{clip-path:none;animation:none}
.project-card:hover .deform-media img,.project-card:focus-visible .deform-media img{filter:saturate(1.02) brightness(.94);transform:none}
.project-card:hover .deform-media:after,.project-card:focus-visible .deform-media:after{opacity:1;transform:translateX(62%)}
.has-motion-still .deform-media:before{content:"";position:absolute;inset:-2%;z-index:2;background-image:var(--image);background-repeat:no-repeat;background-size:cover;background-position:46% 50%;opacity:0;transition:opacity .42s var(--ease);will-change:background-position}
.has-motion-still:hover .deform-media:before,.has-motion-still:focus-visible .deform-media:before{opacity:1;animation:projectStillMotion 5.2s cubic-bezier(.37,0,.2,1) infinite alternate}
.project-preview-video{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .42s var(--ease);background:#080808}
.has-preview-video:hover .project-preview-video,.has-preview-video:focus-visible .project-preview-video{opacity:1}
.has-preview-video:hover .deform-media>img,.has-preview-video:focus-visible .deform-media>img{opacity:0}
.video-badge{display:none}
.video-badge:before{content:"";display:inline-block;width:10px;height:10px;margin-right:7px;background:url('../assets/icons/play.svg') center/contain no-repeat;vertical-align:-2px}
.project-meta{position:absolute;left:0;right:0;bottom:0;z-index:7;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:74px clamp(14px,1.25vw,23px) clamp(14px,1.25vw,22px);background:none;color:#fff;opacity:0;pointer-events:none;transform:translate3d(var(--project-copy-x),calc(18px + var(--project-copy-y)),0);transition:opacity .3s ease,transform .62s var(--ease);will-change:transform,opacity}
.project-meta b{font-size:clamp(15px,1.05vw,20px);line-height:1.06;font-weight:500;letter-spacing:-.025em;clip-path:inset(0 0 100% 0);transform:translateY(9px);transition:clip-path .56s var(--ease),transform .56s var(--ease)}
.project-meta small{color:rgba(255,255,255,.7);font-size:clamp(7px,.52vw,9px);line-height:1.35;clip-path:inset(0 0 100% 0);opacity:0;transform:translateY(7px);transition:clip-path .5s .06s var(--ease),opacity .32s .06s ease,transform .5s .06s var(--ease)}
.project-meta strong{position:absolute;right:clamp(14px,1.25vw,23px);bottom:clamp(14px,1.25vw,22px);font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:#fff;font-weight:600;opacity:0;transform:translateX(-8px);transition:opacity .32s .08s ease,transform .48s .08s var(--ease)}
.project-card:hover .project-meta,.project-card:focus-visible .project-meta,.project-card.is-pointer-active .project-meta{opacity:1;transform:translate3d(var(--project-copy-x),var(--project-copy-y),0)}
.project-card:hover .project-meta b,.project-card:focus-visible .project-meta b,.project-card.is-pointer-active .project-meta b{clip-path:inset(0);transform:translateY(0)}
.project-card:hover .project-meta small,.project-card:focus-visible .project-meta small,.project-card.is-pointer-active .project-meta small{clip-path:inset(0);opacity:1;transform:translateY(0)}
.project-card:hover .project-meta strong,.project-card:focus-visible .project-meta strong,.project-card.is-pointer-active .project-meta strong{opacity:1;transform:translateX(0)}
.project-card-featured .project-meta{padding-right:38%}
.all-projects-cta-wrap{display:flex;justify-content:center;padding:clamp(42px,5vw,76px) 0 clamp(6px,1vw,18px)}
.all-projects-cta{position:relative;isolation:isolate;overflow:hidden;width:min(92%,700px);min-height:72px;display:flex;align-items:center;gap:clamp(12px,1.7vw,26px);padding:14px clamp(20px,1.8vw,30px);color:#fff;border-top:1px solid #303030;border-bottom:1px solid #303030;transition:border-color .4s var(--ease)}
.all-projects-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleY(0);transform-origin:bottom;transition:transform .52s var(--ease);z-index:-1}
.all-projects-cta-index,.all-projects-cta small{font-size:8px;text-transform:uppercase;letter-spacing:.17em;color:#777;transition:color .35s}
.all-projects-cta strong{position:absolute;left:50%;top:50%;width:max-content;text-align:center;transform:translate(-50%,-50%);font-size:clamp(16px,1.1vw,20px);font-weight:500;letter-spacing:-.02em}
.all-projects-arrow{display:block;width:36px;height:3px;margin-left:auto;object-fit:fill;transition:transform .48s var(--ease),filter .3s}
.all-projects-cta:hover,.all-projects-cta:focus-visible{color:#050505;border-color:#fff}
.all-projects-cta:hover:before,.all-projects-cta:focus-visible:before{transform:scaleY(1)}
.all-projects-cta:hover .all-projects-cta-index,.all-projects-cta:hover small,.all-projects-cta:focus-visible .all-projects-cta-index,.all-projects-cta:focus-visible small{color:#555}
.all-projects-cta:hover .all-projects-arrow,.all-projects-cta:focus-visible .all-projects-arrow{filter:invert(1);transform:translateX(6px)}

/* Complete projects archive. */
.all-projects-page{background:#050505}
.all-projects-page .site-header{position:absolute}
.all-projects-hero{min-height:72vh;padding:calc(var(--header) + clamp(92px,10vw,180px)) clamp(22px,5vw,94px) clamp(65px,8vw,130px);display:grid;grid-template-columns:1.35fr .65fr;align-items:end;gap:7vw;border-bottom:1px solid #242424;position:relative;overflow:hidden}
.all-projects-hero:after{content:"ARCHIMETRICA";position:absolute;right:-3vw;bottom:-.22em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.045);font-size:clamp(96px,16vw,304px);font-weight:700;letter-spacing:-.08em;line-height:.7;pointer-events:none}
.all-projects-hero>div{position:relative;z-index:1}
.all-projects-hero h1{max-width:none;margin:0;font-size:clamp(61px,9.6vw,184px);line-height:.66;letter-spacing:-.075em;text-transform:none}
.all-projects-hero h1 span{font-size:.46em;font-weight:200;letter-spacing:-.055em;margin:0 0 .27em .08em}
.all-projects-hero h1 em{display:block;font-style:italic;font-weight:900;color:var(--mono-soft)}
.all-projects-summary{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:start;padding-left:26px;border-left:1px solid #3a3a3a}
.all-projects-summary b{font-size:clamp(34px,3.36vw,61px);line-height:.82;font-weight:100;font-variant-numeric:tabular-nums}
.all-projects-summary p{max-width:420px;margin:0;color:#999;font-size:clamp(14px,.9vw,16px);font-weight:300}
.all-projects-catalog{padding:clamp(56px,7vw,118px) clamp(22px,4vw,74px) clamp(90px,10vw,170px)}
.all-projects-filters{margin-bottom:clamp(30px,3.2vw,58px)}
.all-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.all-projects-grid .project-card:nth-child(n){grid-column:auto;width:auto;margin:0}
@keyframes projectStillMotion{0%{background-position:45% 50%;filter:saturate(.92) brightness(.92)}100%{background-position:55% 50%;filter:saturate(1.04) brightness(1)}}
[data-count-up]{font-variant-numeric:tabular-nums;white-space:nowrap}
[data-count-up].is-counting{animation:counterTick .16s ease-in-out infinite alternate}
@keyframes filterLineSweep{0%{transform:scaleX(0);transform-origin:left}48%{transform:scaleX(1);transform-origin:left}52%{transform:scaleX(1);transform-origin:right}100%{transform:scaleX(1);transform-origin:right}}
@keyframes counterTick{from{opacity:.72;filter:blur(.18px)}to{opacity:1;filter:none}}

/* Services and manifesto. */
.services{position:relative;overflow:hidden;background:#f7f7f5}
.services:before,.services:after{content:none}
.services>*{position:relative;z-index:1}
.services h2{font-size:clamp(46px,5.76vw,106px);line-height:.76}
.services-media{position:relative;clip-path:none;transform:none}
.services-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.018);filter:grayscale(.12);transition:opacity .52s var(--ease),transform .8s var(--ease)}
.services-media img.is-active{opacity:1;transform:scale(1)}
.media-number{position:absolute;left:20px;bottom:18px;background:#050505;color:#fff;padding:7px 10px;font-size:8px;letter-spacing:.16em}
.service-list .service-item{display:block;padding:0;border-bottom:1px solid #bbb;background:transparent}
.service-trigger{appearance:none;width:100%;display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;padding:18px 0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:padding .28s var(--ease),background-color .28s}
.service-item.is-current>.service-trigger{padding-left:14px;padding-right:14px;background:#e3e1dd}
.service-trigger:hover,.service-trigger:focus-visible{padding-left:14px;padding-right:14px;background:#050505;color:#fff;outline:none}
.service-trigger:hover span,.service-trigger:hover b,.service-trigger:hover i,.service-trigger:focus-visible span,.service-trigger:focus-visible b,.service-trigger:focus-visible i{color:#fff}
.service-trigger:focus-visible{box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.service-trigger span{font-size:11px;color:#777}.service-trigger b{font-size:17px;font-weight:500}.service-trigger i{font-style:normal;font-size:16px;font-weight:300;line-height:1}
.service-details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .48s var(--ease),opacity .3s}
.service-details>div{overflow:hidden}
.service-item.is-open .service-details{grid-template-rows:1fr;opacity:1}
.service-details p{margin:0;padding:4px 14px 14px 62px;color:#555;font-size:13px;line-height:1.55}
.service-scope{list-style:none;margin:0;padding:0 14px 20px 62px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 20px}
.service-list .service-scope li{position:relative;display:block;padding:0 0 0 13px;border:0;color:#343434;font-size:11px;line-height:1.45}
.service-scope li:before{content:"";position:absolute;left:0;top:.62em;width:5px;height:.5px;background:#777}
.manifesto{min-height:78vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#050505 url('../assets/pattern.jpg') center/620px auto}
.manifesto-triangles{z-index:1;opacity:.34;mix-blend-mode:screen}
.manifesto:before{content:"";position:absolute;width:min(54vw,760px);aspect-ratio:1;border:1px solid #343434;border-radius:50%}
.manifesto:after{content:"";position:absolute;width:min(34vw,480px);aspect-ratio:1;border:1px solid #272727;border-radius:50%}
.manifesto blockquote{position:relative;z-index:3;text-align:center;font-size:clamp(38px,6.3vw,112px);font-weight:100;line-height:.94;letter-spacing:-.04em;margin:0}
.manifesto blockquote em{font-weight:900;font-style:italic;color:var(--accent-strong)}
.manifesto-index{position:absolute;left:5vw;top:45px;color:#777;font-size:9px;letter-spacing:.2em}
.manifesto-orbit{position:absolute;z-index:1;width:min(54vw,760px);height:min(54vw,760px);display:grid;place-items:center;color:#585858;font-size:9px;letter-spacing:.35em;animation:spin 18s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Project geography: a precise map with a quiet responsive Plex field. */
.project-geography{--map-x:0px;--map-y:0px;--plex-x:0px;--plex-y:0px;position:relative;min-height:clamp(680px,52vw,1040px);padding:0;overflow:hidden;background:#f7f7f5;color:#101010;isolation:isolate}
.project-geography:after{content:"";position:absolute;z-index:3;inset:0;background:linear-gradient(90deg,rgba(247,247,245,.74),transparent 29%,transparent 80%,rgba(247,247,245,.3)),linear-gradient(0deg,rgba(247,247,245,.4),transparent 18%,transparent 84%,rgba(247,247,245,.28));pointer-events:none}
.geography-map{position:absolute;z-index:0;inset:-2%;width:104%;height:104%;object-fit:cover;opacity:.68;filter:grayscale(1) invert(1) contrast(1.09);mix-blend-mode:multiply;transform:translate3d(var(--map-x),var(--map-y),0) scale(1.025);transition:transform .8s var(--ease),filter .5s var(--ease),opacity .5s var(--ease);will-change:transform}
.geography-plexus{z-index:2;opacity:.2;mix-blend-mode:multiply;transform:translate3d(var(--plex-x),var(--plex-y),0) scale(1.06);transition:transform .75s var(--ease),opacity .35s;will-change:transform;mask-image:radial-gradient(ellipse at 62% 54%,#000 0%,rgba(0,0,0,.94) 52%,transparent 92%)}
.project-geography:hover .geography-plexus{opacity:.27}
.geography-heading{position:absolute;z-index:5;left:4.5vw;top:5vw}
.geography-heading .eyebrow{margin-bottom:18px;color:#6f6f6f}
.geography-heading h2{margin:0;font-size:clamp(45px,5.92vw,112px);font-weight:100;line-height:.72;letter-spacing:-.06em;text-transform:uppercase}
.geography-heading h2 em{font-weight:900;font-style:italic;color:#090909}
.geography-heading>p:last-child{margin:27px 0 0;color:#858585;font-size:8px;letter-spacing:.2em;text-transform:uppercase}
.geography-note{position:absolute;z-index:5;right:4.5vw;top:5vw;margin:0;text-align:right;color:#898989;font-size:8px;line-height:1.8;letter-spacing:.18em;text-transform:uppercase}
.geography-points{position:absolute;z-index:6;inset:0;list-style:none;margin:0;padding:0}
.geography-point{--point-energy:0;position:absolute;left:var(--x);top:var(--y);width:0;height:0}
.geography-anchor{position:absolute;inset:0 auto auto 0;color:inherit;text-decoration:none}
.geography-anchor:before{content:"";position:absolute;left:-16px;top:-16px;width:32px;height:32px;border-radius:50%}
.geography-anchor>i{position:absolute;left:-2.5px;top:-2.5px;width:5px;height:5px;border-radius:50%;background:#111;box-shadow:0 0 calc(8px + var(--point-energy)*14px) rgba(0,0,0,.2);transform:scale(calc(1 + var(--point-energy)*.78));transition:transform .28s var(--ease),box-shadow .28s}
.geography-anchor>i:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;border:.6px solid rgba(0,0,0,.18);border-radius:50%;transform:translate(-50%,-50%);animation:geographyPulse 3s ease-out infinite}
.geography-anchor>span{position:absolute;left:var(--dx);top:var(--dy);display:grid;width:max-content;max-width:190px;opacity:calc(.68 + var(--point-energy)*.32);transform:translate3d(calc(var(--point-energy)*7px),calc(var(--point-energy)*-3px),0);transition:opacity .28s,transform .28s var(--ease)}
.geography-point--quiet .geography-anchor>span{opacity:calc(.36 + var(--point-energy)*.64)}
.geography-point b{color:#222;font-size:8px;font-weight:600;line-height:1.35;letter-spacing:.15em;white-space:nowrap}
.geography-point small{margin-top:4px;color:#999;font-size:7px;font-weight:300;line-height:1.35;letter-spacing:.13em;white-space:nowrap}
.geography-point:hover,.geography-point:focus-within{--point-energy:1}
.geography-anchor:focus-visible{outline:none}.geography-anchor:focus-visible>i{box-shadow:0 0 0 8px rgba(0,0,0,.1)}
.geography-preview{--preview-x:0px;--preview-y:0px;position:absolute;z-index:8;left:0;top:0;width:clamp(176px,12.5vw,228px);padding:6px;background:rgba(255,255,255,.95);border:.6px solid rgba(0,0,0,.18);box-shadow:0 18px 44px rgba(0,0,0,.13);opacity:0;pointer-events:none;transform:translate3d(var(--preview-x),var(--preview-y),0) scale(.94);transform-origin:center;transition:opacity .2s,transform .35s var(--ease);will-change:transform,opacity}
.geography-preview.is-visible{opacity:1;transform:translate3d(var(--preview-x),var(--preview-y),0) scale(1)}
.geography-preview img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#ddd}
.geography-preview>span{display:grid;gap:3px;padding:9px 5px 4px}.geography-preview b{font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.01em}.geography-preview small{font-size:7px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:#777}
@keyframes geographyPulse{0%{opacity:.68;transform:translate(-50%,-50%) scale(.35)}70%,100%{opacity:0;transform:translate(-50%,-50%) scale(1.45)}}

.about h2,.contact h2{font-size:clamp(45px,5.44vw,99px);line-height:.76}
.about{position:relative;isolation:isolate;overflow:hidden;align-items:start;padding-top:clamp(78px,7vw,128px)}
.about>*:not(.about-plexus):not(.background-wordmark){position:relative;z-index:1}
.about-plexus{display:none!important;z-index:0;opacity:0;pointer-events:none}
.background-wordmark{position:absolute;z-index:0;left:-7vw;top:clamp(18px,2.2vw,44px);width:114vw;opacity:var(--wordmark-opacity,0);transform:translate3d(var(--wordmark-x,22vw),0,0);pointer-events:none;mix-blend-mode:screen;filter:grayscale(1) brightness(1.06);mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 84%,transparent 100%);will-change:transform,opacity}
.background-wordmark img{width:100%;max-width:none;height:auto}
.about-copy{max-width:880px;margin-top:clamp(86px,7.6vw,136px)}.about .big-copy{max-width:820px;margin-bottom:34px}
.about-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,52px);padding-top:28px;border-top:1px solid rgba(255,255,255,.18)}
.about-story p{margin:0;color:#919191;font-size:14px;font-weight:300;line-height:1.7}
.about-disciplines{display:flex;flex-wrap:wrap;gap:9px;margin-top:32px}
.about-disciplines span{padding:8px 11px;border:1px solid #353535;color:#b6b6b6;font-size:8px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;transition:color .25s,border-color .25s,background .25s}
.about-disciplines span:hover{color:#050505;border-color:#e8e8e8;background:#e8e8e8}
.about .stats{margin-top:42px}
.about .stats strong{font-size:clamp(34px,3.76vw,64px);line-height:.9}
.about-media{position:sticky;top:8vh;height:auto;max-height:none;overflow:visible;clip-path:none;margin:0}
.about-portrait{position:relative;height:min(68vw,760px);overflow:hidden;background:#202020}
.about-portrait img{width:100%;height:100%;object-fit:cover;object-position:center center}
.founder-caption{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:clamp(18px,2vw,38px);margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.22);color:#fff}
.founder-caption strong{font-size:clamp(16px,1vw,19px);font-weight:500;letter-spacing:-.015em}
.founder-caption span{color:#969696;font-size:9px;font-weight:500;line-height:1.45;letter-spacing:.16em;text-transform:uppercase}

/* The studio process turns vertical scrolling into a restrained horizontal journey. */
.process{position:relative;height:500vh;background:#050505;color:#fff}
.process-sticky{--process-x:0px;--process-mx:0px;--process-my:0px;position:sticky;top:0;height:100svh;min-height:700px;overflow:hidden;isolation:isolate;background:#050505}
.process-sticky:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,transparent 49.96%,rgba(255,255,255,.035) 50%,transparent 50.04%),linear-gradient(transparent 49.96%,rgba(255,255,255,.025) 50%,transparent 50.04%);background-size:25vw 25vw;opacity:.55;pointer-events:none}
.process-sticky:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.92) 0%,rgba(5,5,5,.48) 23%,transparent 43%),linear-gradient(0deg,rgba(5,5,5,.72),transparent 22%,transparent 82%,rgba(5,5,5,.72));pointer-events:none}
.process-plexus{z-index:0;opacity:.25;mix-blend-mode:screen;filter:brightness(1.12);transform:translate3d(calc(var(--process-mx) - 4vw),var(--process-my),0) scale(1.045);transition:transform .9s var(--ease);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.72) 18%,#000 34%,#000 96%,transparent 100%)}
.process-heading{position:absolute;z-index:4;left:4.5vw;top:6vh;width:min(39vw,690px)}
.process-heading .eyebrow{color:#777}
.process-heading h2{margin:0;font-size:clamp(42px,5.12vw,98px);font-weight:100;line-height:.75;letter-spacing:-.06em;text-transform:uppercase}
.process-heading h2>span{font-weight:100}.process-heading h2>em{font-weight:900;font-style:italic;color:#f0f0f0}
.process-heading>p:last-child{max-width:430px;margin:28px 0 0;color:#808080;font-size:13px;font-weight:300;line-height:1.65}
.process-track{position:absolute;z-index:2;left:0;top:24vh;height:66vh;width:max-content;display:flex;gap:clamp(82px,8vw,155px);padding:0 20vw 0 15vw;transform:translate3d(var(--process-x),0,0);will-change:transform}
.process-path{position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;pointer-events:none}
.process-step{--copy-x:0px;--copy-y:0px;position:relative;z-index:1;flex:0 0 clamp(320px,29vw,520px);height:100%;opacity:.5;transition:opacity .5s var(--ease)}
.process-step.is-active{opacity:1}
.process-node{position:absolute;z-index:2;left:50%;top:var(--node-y);width:7px;height:7px;border-radius:50%;background:#f7f7f7;box-shadow:0 0 0 6px rgba(255,255,255,.075),0 0 20px rgba(255,255,255,.48);transform:translate(-50%,-50%);transition:transform .4s var(--ease),box-shadow .4s}
.process-step.is-active .process-node{transform:translate(-50%,-50%) scale(1.28);box-shadow:0 0 0 9px rgba(255,255,255,.08),0 0 30px rgba(255,255,255,.62)}
.process-step-copy{position:absolute;left:calc(50% + 28px);top:calc(var(--node-y) + 22px);width:min(27vw,410px);transform:translate3d(var(--copy-x),var(--copy-y),0);transition:transform .8s var(--ease)}
.process-step-copy>span{display:block;margin-bottom:16px;color:#777;font-size:9px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.process-step h3{margin:0 0 18px;font-size:clamp(24px,2.56vw,46px);font-weight:300;line-height:.9;letter-spacing:-.045em;text-transform:uppercase}
.process-step p{max-width:390px;margin:0;color:#8c8c8c;font-size:14px;font-weight:300;line-height:1.6}
.process-step-final{flex-basis:clamp(380px,35vw,650px)}
.process-step-final h3{font-weight:900;font-style:italic;font-size:clamp(30px,3.52vw,62px)}
.process-step-final p{color:#b1b1b1;font-size:16px}
.process-signature{position:absolute;z-index:4;left:4.5vw;bottom:4vh;margin:0;color:#575757;font-size:8px;letter-spacing:.18em;text-transform:uppercase}
.process-progress{position:absolute;z-index:4;right:4.5vw;bottom:3.6vh;display:grid;grid-template-columns:min(22vw,310px) auto auto;align-items:center;gap:13px;color:#777;font-variant-numeric:tabular-nums}
.process-progress>span{position:relative;width:100%;height:1px;background:#292929;overflow:hidden}.process-progress i{position:absolute;inset:0;background:#ececec;transform:scaleX(var(--process-progress,0));transform-origin:left;transition:transform .12s linear}
.process-progress b{color:#fff;font-size:20px;font-weight:200;line-height:1}.process-progress small{font-size:8px;letter-spacing:.14em}
.process.is-static{height:auto!important}.process.is-static .process-sticky{position:relative;height:auto;min-height:0;padding:100px 5vw 76px}.process.is-static .process-heading{position:relative;left:auto;top:auto;width:100%;margin-bottom:76px}.process.is-static .process-heading h2{font-size:clamp(42px,6.4vw,75px)}.process.is-static .process-track{position:relative;left:auto;top:auto;height:auto;width:100%;display:grid;gap:0;padding:0;transform:none!important}.process.is-static .process-track:before{content:"";position:absolute;left:16px;top:7px;bottom:58px;width:1px;background:rgba(255,255,255,.86);pointer-events:none}.process.is-static .process-path{display:none}.process.is-static .process-step{width:100%;height:auto;min-height:220px;opacity:1;padding:0 0 54px 48px;border-left:none}.process.is-static .process-step:last-child{min-height:0}.process.is-static .process-node{left:16px;top:7px}.process.is-static .process-step-copy{position:relative;left:auto;top:auto;width:min(100%,620px);transform:none!important}.process.is-static .process-signature{position:relative;left:auto;bottom:auto;margin:20px 0 0 48px}.process.is-static .process-progress{display:none}

.contact{position:relative;overflow:hidden;isolation:isolate;background:#050505}
.contact:before{content:none}
.contact>*{position:relative;z-index:2}
.footer-back{display:flex;align-items:center;gap:12px}
.footer-back img{width:27px;height:3px;object-fit:fill;transform:scaleX(-1);transition:transform .35s var(--ease)}
.footer-top-link{display:flex;align-items:center;gap:12px}
.footer-top-arrow{display:block;width:24px;height:3px;object-fit:fill;opacity:.72;transform:rotate(-90deg);transition:opacity .3s,transform .4s var(--ease)}
.footer-top-link:hover .footer-top-arrow,.footer-top-link:focus-visible .footer-top-arrow{opacity:1;transform:translateY(-4px) rotate(-90deg)}
.footer-back:hover img,.footer-back:focus-visible img{transform:translateX(-5px) scaleX(-1)}
.replay-intro{background:none;border:0;color:#888;cursor:pointer;font-size:12px}
.replay-intro:hover{color:#fff}

/* Scroll depth inspired by editorial architecture layouts: media anchors, copy glides. */
.scroll-depth{translate:0 var(--depth-y,0px);will-change:translate;backface-visibility:hidden}

/* Airy icon language adapted from the original Archimetrica gallery controls. */
.gallery-shot{position:relative}
.gallery-shot:after{content:"";position:absolute;right:15px;top:15px;width:14px;height:14px;background:url('../assets/icons/fullscreen.svg') center/contain no-repeat;filter:invert(1);opacity:.42;transition:opacity .25s,transform .35s var(--ease)}
.gallery-shot:hover:after{opacity:1;transform:scale(1.12)}
.next-project-copy h2:after{content:none}

.lightbox{position:fixed;inset:0;width:100vw;height:100vh;max-width:none;max-height:none;margin:0;background:rgba(4,4,4,.97);border:0;padding:0;color:#fff;overflow:hidden}
.lightbox::backdrop{background:rgba(0,0,0,.96);backdrop-filter:blur(9px)}
.lightbox-pointer-cross,.lightbox-pointer-ring{position:fixed;z-index:2147483647;left:0;top:0;pointer-events:none;opacity:0;transform:translate3d(var(--pointer-x,-100px),var(--pointer-y,-100px),0) translate(-50%,-50%);transition:opacity .18s,width .24s var(--ease),height .24s var(--ease)}
.lightbox-pointer-cross{display:block;width:13px;height:13px;filter:drop-shadow(0 0 .7px rgba(0,0,0,.9))}
.lightbox-pointer-cross:before,.lightbox-pointer-cross:after{content:"";position:absolute;left:50%;top:50%;background:rgba(255,255,255,.94);transform:translate(-50%,-50%)}
.lightbox-pointer-cross:before{width:13px;height:.65px}.lightbox-pointer-cross:after{width:.65px;height:13px}
.lightbox-pointer-ring{width:42px;height:42px;border:.5px solid rgba(255,255,255,.68);border-radius:50%;background:rgba(0,0,0,.018);box-shadow:0 0 0 .25px rgba(0,0,0,.52),0 0 9px rgba(0,0,0,.12)}
.lightbox-pointer-cross.is-visible,.lightbox-pointer-ring.is-visible{opacity:.82}
.lightbox-pointer-cross.is-action{width:8px;height:8px}.lightbox-pointer-cross.is-action:before{width:8px}.lightbox-pointer-cross.is-action:after{height:8px}
.lightbox-pointer-ring.is-action{width:28px;height:28px}
.lightbox-pointer-ring.is-nav-prev,.lightbox-pointer-ring.is-nav-next{width:74px;height:74px;border-color:rgba(255,255,255,.74);background:rgba(0,0,0,.075);box-shadow:0 0 0 .25px rgba(0,0,0,.65),0 0 18px rgba(0,0,0,.24)}
.lightbox-pointer-ring.is-visible.is-nav-prev,.lightbox-pointer-ring.is-visible.is-nav-next{opacity:1}
.lightbox-pointer-cross.is-nav-prev,.lightbox-pointer-cross.is-nav-next{width:34px;height:3px;filter:drop-shadow(0 0 .45px rgba(0,0,0,.9))}
.lightbox-pointer-cross.is-nav-prev:before,.lightbox-pointer-cross.is-nav-next:before{left:0;top:0;width:34px;height:3px;background-color:transparent;background-position:center;background-size:100% 100%;background-repeat:no-repeat;transform:none}
.lightbox-pointer-cross.is-nav-prev:before{background-image:url('../assets/icons/arrow-corporate.png');transform:scaleX(-1)}
.lightbox-pointer-cross.is-nav-next:before{background-image:url('../assets/icons/arrow-corporate.png')}
.lightbox-pointer-cross.is-nav-prev:after,.lightbox-pointer-cross.is-nav-next:after{display:none}
.lightbox-pointer-ring{display:none!important}
@media(pointer:fine){.lightbox,.lightbox *{cursor:none!important}}
@media(pointer:coarse){.lightbox-pointer-cross,.lightbox-pointer-ring{display:none!important}}
.lightbox-stage{position:absolute;inset:76px 116px 72px;display:grid;place-items:center;transition:bottom .5s var(--ease)}
.lightbox-stage>img{width:100%;height:100%;max-height:none;object-fit:contain;background:transparent;will-change:opacity,transform;transition:opacity .18s var(--ease),transform .38s var(--ease)}
.lightbox-caption{position:absolute;left:0;right:0;bottom:-54px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;color:#8d8d8d;font-size:9px;text-transform:uppercase;letter-spacing:.15em}
.lightbox-caption p{margin:0;padding:0;font-size:inherit}
.lightbox-caption-copy{display:grid;gap:5px;max-width:min(760px,72vw)}
.lightbox-caption-copy small{display:block;color:#5f5f5f;font-size:9px;font-weight:400;line-height:1.35;letter-spacing:.08em;text-transform:none}
.lightbox-toolbar{position:absolute;z-index:5;top:16px;right:24px;display:flex;align-items:flex-start;gap:4px}
.lightbox-toolbar button{position:static;width:54px;height:50px;border:0;background:transparent;padding:5px;display:grid;grid-template-rows:20px 12px;place-items:center;color:#686868;cursor:pointer;transition:color .25s,background .25s}
.lightbox-toolbar button:hover,.lightbox-toolbar button:focus-visible,.lightbox-toolbar button.is-active{color:var(--mono-soft);background:rgba(255,255,255,.035)}
.lightbox-toolbar img{width:17px;height:17px;object-fit:contain;opacity:.88}
.lightbox-toolbar button:first-child img{width:14px;height:14px}
.lightbox-toolbar span{font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.14em}
.lightbox-nav{position:absolute;z-index:4;top:70px;bottom:48px;width:50%;height:auto;margin:0;border:0;background:transparent;cursor:pointer;opacity:1;transition:background .4s var(--ease)}
.lightbox-nav:focus-visible{outline:1px solid rgba(255,255,255,.18);outline-offset:-1px}
.lightbox-nav img{display:none}
.lightbox-prev{left:0;background:linear-gradient(90deg,rgba(255,255,255,0),transparent 28%)}
.lightbox-next{right:0;background:linear-gradient(270deg,rgba(255,255,255,0),transparent 28%)}
.lightbox-prev:hover,.lightbox-prev:focus-visible{background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 28%)}
.lightbox-next:hover,.lightbox-next:focus-visible{background:linear-gradient(270deg,rgba(255,255,255,.025),transparent 28%)}
.lightbox-thumbs{position:absolute;z-index:4;left:0;right:0;bottom:0;max-height:31vh;overflow:auto;padding:22px 5vw 28px;background:rgba(7,7,7,.96);border-top:1px solid #252525;display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:10px}
.lightbox-thumbs[hidden]{display:none}
.lightbox-thumb{border:1px solid transparent;background:#111;padding:0;cursor:pointer;opacity:.54;transition:opacity .25s,border-color .25s}
.lightbox-thumb:hover,.lightbox-thumb.is-active{opacity:1;border-color:var(--mono)}
.lightbox-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover}
.lightbox.is-grid-open .lightbox-stage{bottom:31vh}

/* Full project page. */
.project-page{background:#070707}
.project-page .site-header{position:absolute}
.project-back{display:flex;align-items:center;gap:13px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.project-back img{width:30px;height:3px;object-fit:fill;transform:scaleX(-1);transition:transform .35s var(--ease)}
.project-back:hover img{transform:translateX(-6px) scaleX(-1)}
.project-hero{height:100svh;min-height:760px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#111}
.project-hero-visual{position:absolute;inset:0;overflow:hidden;background:#111}
.project-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:projectCover 1.3s var(--ease) both}
.project-hero-video{z-index:2;opacity:0;transition:opacity 1.1s var(--ease)}
.project-hero-visual.has-playing-video .project-hero-video{opacity:1}
.project-hero-poster{z-index:1}
.project-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),transparent 57%),linear-gradient(90deg,rgba(0,0,0,.45),transparent 55%)}
.project-hero-copy{position:relative;z-index:2;width:100%;padding:0 4.6vw 7vh}
.project-hero-copy .eyebrow{margin-left:.5vw}
.project-hero h1{display:flex;align-items:baseline;flex-wrap:nowrap;gap:.14em;width:100%;max-width:1600px;margin:0;font-size:clamp(54px,6.52vw,126px);font-weight:100;line-height:.78;letter-spacing:-.065em;text-transform:none}
.project-hero h1.is-long-title{font-size:clamp(43px,5.12vw,99px)}
.project-hero h1>.project-title-light,.project-hero h1>.project-title-heavy{display:inline-flex;align-items:baseline;flex:0 0 auto;margin:0;font-size:1em;letter-spacing:inherit;white-space:nowrap;overflow:visible}
.project-hero h1>.project-title-light{font-weight:200}
.project-hero h1>.project-title-heavy{padding-right:.09em;margin-right:-.09em;font-weight:900;font-style:italic;color:var(--mono-soft)}
.project-hero h1 .char{display:inline-block;margin:0;font-size:1em;letter-spacing:inherit;opacity:0;transform:translate3d(0,1em,0) rotate(2deg);animation:projectTitleRise .82s var(--ease) forwards;animation-delay:calc(.06s + var(--char-index)*18ms)}
.project-hero h1>.project-title-heavy .char{animation-delay:calc(.18s + var(--char-index)*18ms)}
.project-hero h1 .char-space{width:.27em}
.project-hero-triangles{z-index:1;opacity:.3;mix-blend-mode:screen}
.project-hero-meta{display:flex;gap:40px;margin:5vh 0 0 53vw;font-size:10px;text-transform:uppercase;letter-spacing:.13em}
.project-hero-meta span{color:#8e8e8e}.project-hero-meta b{font-weight:500;color:#fff}
.project-scroll{position:absolute;right:3.6vw;bottom:3.8vh;z-index:3;display:flex;flex-direction:column;align-items:center;gap:17px;font-size:9px;text-transform:uppercase;letter-spacing:.16em}
.project-scroll>span{writing-mode:vertical-rl}
.project-scroll-arrow{display:block;width:24px;height:3px;object-fit:fill;opacity:.76;transform:rotate(90deg)}
@keyframes projectCover{from{transform:scale(1.12);filter:blur(10px)}to{transform:scale(1);filter:none}}
@keyframes projectTitleRise{to{opacity:1;transform:translate3d(0,0,0) rotate(0)}}
.project-intro{display:grid;grid-template-columns:.62fr 1.38fr;gap:8vw;background:var(--paper);color:#111;padding-top:7.2vw;padding-bottom:7.2vw;position:relative;isolation:isolate;overflow:hidden}
.project-intro>*:not(.project-intro-plexus){position:relative;z-index:1}
.project-intro-plexus{z-index:0;opacity:.075;mix-blend-mode:multiply;mask-image:radial-gradient(ellipse at 77% 42%,#000 0%,rgba(0,0,0,.78) 38%,transparent 76%)}
.project-label{font-size:10px;text-transform:uppercase;letter-spacing:.18em}
.project-lead{font-size:clamp(24px,3.04vw,53px);line-height:1;letter-spacing:-.04em;font-weight:200;max-width:1140px}
.project-lead strong{font-weight:800;font-style:italic}
.project-data{grid-column:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:30px;margin-top:3.6vw;border-top:1px solid #b9b9b9;padding-top:16px}
.project-data dt{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#777}.project-data dd{margin:8px 0 0;font-size:16px}.project-data-coordinates dd{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px;letter-spacing:.025em}
.full-bleed-shot{padding:0;background:#050505}
.full-bleed-shot img{display:block;width:100%;max-width:none;height:auto;object-fit:contain}
.shot-caption{display:flex;justify-content:space-between;padding:15px 4.5vw 45px;color:#777;font-size:9px;text-transform:uppercase;letter-spacing:.13em}
.project-narrative{display:grid;grid-template-columns:minmax(320px,.72fr) 1.28fr;gap:9vw;align-items:center;isolation:isolate}
.project-narrative-copy{position:relative;z-index:2}
.project-narrative h2{font-size:clamp(44px,6.4vw,116px);line-height:.75;font-weight:100;letter-spacing:-.055em;margin:0 0 45px}
.project-narrative h2 em{font-weight:900;font-style:italic;color:var(--mono-soft)}
.project-narrative p{color:#aaa;font-size:18px;max-width:570px;font-weight:300}
.project-narrative-media{position:relative;z-index:1;height:75vw;max-height:920px;overflow:hidden;clip-path:none}
.project-narrative-media img{width:100%;height:100%;object-fit:cover}
.gallery-section{padding:10vw 4.5vw 12vw;background:#ecebe7;overflow:hidden}
.gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:6vw}
.gallery-heading h2{font-size:clamp(50px,8vw,148px);font-weight:900;font-style:italic;line-height:.7;letter-spacing:-.07em;margin:0;color:#0f0f0f}
.gallery-heading p{color:#9a9a96;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.gallery-mosaic{--gallery-cursor-x:50%;--gallery-cursor-y:50%;position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(12,1fr);gap:3vw 2vw;align-items:start}
.gallery-mosaic:before{content:"";display:none;position:absolute;inset:-5vw -3vw;z-index:0;pointer-events:none;opacity:0;background:none;transition:none}
.gallery-mosaic.is-gallery-scene:before{display:none;opacity:0}
.gallery-shot{--gallery-scale:1;--gallery-x:0px;--gallery-y:0px;appearance:none;border:0;background:none;padding:0;color:#111;text-align:left;cursor:pointer;grid-column:span 7;z-index:1;transform:translate3d(var(--gallery-x),var(--gallery-y),0) scale(var(--gallery-scale));transform-origin:center;transition:transform .72s cubic-bezier(.2,.75,.2,1),opacity .48s var(--ease),filter .48s var(--ease);will-change:transform}
.gallery-mosaic.is-gallery-scene .gallery-shot.reveal.is-visible{transform:translate3d(var(--gallery-x),var(--gallery-y),0) scale(var(--gallery-scale))}
.gallery-mosaic.has-active-shot .gallery-shot:not(.is-active-shot){opacity:1;filter:none}
.gallery-shot.is-active-shot{z-index:5}
.gallery-shot:focus-visible{outline:1px solid rgba(17,17,17,.35);outline-offset:8px}
.gallery-shot:nth-child(2){grid-column:8/span 5;margin-top:12vw}.gallery-shot:nth-child(3){grid-column:2/span 5}.gallery-shot:nth-child(4){grid-column:7/span 6;margin-top:7vw}.gallery-shot:nth-child(5){grid-column:1/span 8}.gallery-shot:nth-child(6){grid-column:9/span 4;margin-top:18vw}
.gallery-shot:nth-child(7){grid-column:2/span 5;margin-top:2vw}.gallery-shot:nth-child(8){grid-column:7/span 6;margin-top:8vw}.gallery-shot:nth-child(9){grid-column:1/span 4;margin-top:6vw}.gallery-shot:nth-child(10){grid-column:5/span 8}.gallery-shot:nth-child(11){grid-column:1/span 6}.gallery-shot:nth-child(12){grid-column:7/span 5;margin-top:10vw}
.gallery-mosaic.is-flying-gallery{--gallery-pan-y:0px;width:172vw;margin-left:-36vw;grid-template-columns:repeat(18,minmax(0,1fr));gap:3vw 1.35vw;transform:translate3d(0,var(--gallery-pan-y),0);will-change:transform}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(1){grid-column:1/span 6;margin-top:4vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(2){grid-column:7/span 6;margin-top:0}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(3){grid-column:13/span 6;margin-top:7vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(4){grid-column:3/span 5;margin-top:2vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(5){grid-column:8/span 6;margin-top:7vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(6){grid-column:14/span 5;margin-top:1vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(7){grid-column:1/span 6;margin-top:7vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(8){grid-column:7/span 5;margin-top:0}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(9){grid-column:12/span 7;margin-top:7vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(10){grid-column:2/span 5;margin-top:0}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(11){grid-column:7/span 7;margin-top:9vw}
.gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(12){grid-column:14/span 5;margin-top:2vw}
.gallery-shot img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:filter .55s var(--ease);clip-path:none}
.gallery-shot:hover img,.gallery-shot.is-active-shot img{transform:none;clip-path:none;filter:saturate(1.04) brightness(.98)}
.gallery-shot span{display:flex;justify-content:space-between;padding-top:12px;color:#8f8f8a;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.project-finale{--finale-progress:0;--finale-side-gap:clamp(20px,2.2vw,34px);position:relative;height:200vh;background:#080808}
.project-finale-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:grid;place-items:center}
.project-finale-rail{position:relative;width:calc(100vw - var(--finale-side-gap)*2);max-width:none;height:100vh}
.project-finale-card{--card-opacity:0;--card-scale:1.025;position:absolute;inset:0;margin:0;color:#fff;opacity:var(--card-opacity);pointer-events:none;transition:opacity .16s linear;will-change:opacity}
.project-finale-card.is-current{pointer-events:auto}
.project-finale-media{height:calc(100% - 32px);overflow:hidden;background:#111}
.project-finale-card img{width:100%;height:100%;object-fit:cover;transform:scale(var(--card-scale));filter:saturate(.96);transition:transform .5s linear,filter .5s var(--ease);will-change:transform}
.project-finale-card.is-current img{filter:saturate(1.02)}
.project-finale-card figcaption{display:flex;justify-content:space-between;padding:10px 2px 0;color:#777;font-size:9px;text-transform:uppercase;letter-spacing:.13em}
.project-finale-progress{position:absolute;left:var(--finale-side-gap);right:var(--finale-side-gap);bottom:0;height:1px;background:#242424}
.project-finale-progress i{display:block;width:100%;height:100%;background:#e9e9e9;transform:scaleX(var(--finale-progress));transform-origin:left center}
.project-quote{min-height:78vh;display:grid;place-items:center;padding:10vw 5vw;background:#e7e7e7;color:#0a0a0a;text-align:center}
.project-closing{grid-template-columns:minmax(90px,.25fr) minmax(0,1fr);align-items:center;gap:5vw;text-align:left}
.project-closing blockquote{justify-self:center;text-align:center}
.project-quote blockquote{font-size:clamp(35px,5.6vw,102px);line-height:.9;font-weight:200;letter-spacing:-.05em;margin:0;max-width:1500px}
.project-quote em{font-weight:900;font-style:italic}
.next-project{--next-x:0px;--next-y:0px;height:82vh;min-height:650px;position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:flex-end;padding:6vw 4.5vw;color:#fff;background:#050505}
.next-project:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.64) 0%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.32) 100%),linear-gradient(0deg,rgba(0,0,0,.66),transparent 58%);transition:opacity .7s var(--ease);pointer-events:none}
.next-project-motion{position:absolute;inset:-3.5%;overflow:hidden;transform:translate3d(var(--next-x),var(--next-y),0);transition:transform .7s var(--ease);will-change:transform}
.next-project-motion img,.next-project-motion video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.62) saturate(.88);will-change:transform,filter}
.next-project-motion-video{z-index:.5;transform:scale(1.06)}
.next-project-motion-base{transform:scale(1.09) translate3d(-1.2%,0,0);animation:nextProjectDrift 16s cubic-bezier(.37,0,.2,1) infinite alternate;animation-play-state:paused}
.next-project-motion-fragment{opacity:.24;mix-blend-mode:screen;clip-path:polygon(58% 0,100% 0,100% 100%,43% 100%);transform:scale(1.16) translate3d(2.5%,-1%,0);animation:nextProjectFragment 10s cubic-bezier(.37,0,.2,1) infinite alternate;animation-play-state:paused}
.next-project-motion-grid{position:absolute;inset:0;opacity:.13;background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.28) 50%,transparent calc(50% + .5px)),linear-gradient(0deg,transparent calc(50% - .5px),rgba(255,255,255,.19) 50%,transparent calc(50% + .5px));transform:scale(1.08);pointer-events:none}
.next-project-motion-light{position:absolute;inset:-35%;opacity:0;background:linear-gradient(112deg,transparent 39%,rgba(255,255,255,.2) 48%,rgba(255,255,255,.05) 53%,transparent 62%);transform:translate3d(-38%,0,0);animation:nextProjectLight 8s ease-in-out infinite;animation-play-state:paused;pointer-events:none}
.next-project.is-in-view .next-project-motion-base,.next-project.is-in-view .next-project-motion-fragment,.next-project.is-in-view .next-project-motion-light{animation-play-state:running}
.next-project:hover:before,.next-project:focus-visible:before{opacity:.78}
.next-project:hover .next-project-motion img,.next-project:hover .next-project-motion video,.next-project:focus-visible .next-project-motion img,.next-project:focus-visible .next-project-motion video{filter:brightness(.72) saturate(.98)}
.next-project-copy{position:relative;z-index:2;width:min(82vw,1500px)}.next-project-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.17em}.next-project-copy h2{font-size:clamp(68px,9.4vw,172px);font-weight:100;line-height:.78;letter-spacing:-.065em;margin:18px 0 0;max-width:100%;text-transform:none}.next-project-copy h2 em{font-weight:900;font-style:italic}.next-project-copy h2 .tick-word,.next-project-copy h2 .tick-char{font-size:inherit!important;line-height:inherit!important;letter-spacing:inherit;text-transform:inherit}.next-project-copy h2>em{display:inline-block;margin-left:.08em}
.next-project-preview{position:absolute;left:4.5vw;top:4.5vw;z-index:2;display:flex;align-items:center;gap:11px;font-size:8px;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.72)}
.next-project-preview i{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.09);animation:nextProjectPulse 1.8s ease-in-out infinite}
.next-project-open{position:absolute;right:4.5vw;bottom:clamp(22px,2.4vw,46px);z-index:2;display:flex;align-items:center;gap:18px;font-size:9px;text-transform:uppercase;letter-spacing:.16em;opacity:.74;transition:opacity .35s,transform .55s var(--ease)}
.corporate-arrow{display:inline-block;flex:0 0 auto;width:36px;height:3px;object-fit:fill;transition:transform .45s var(--ease),opacity .3s}
.next-project:hover .corporate-arrow,.next-project:focus-visible .corporate-arrow{transform:translateX(6px)}
.next-project:hover .next-project-open,.next-project:focus-visible .next-project-open{opacity:1;transform:translateX(8px)}

/* Project footer: brand, social links and direct contact in one calm strip. */
.project-footer{min-height:112px;padding:20px clamp(22px,3.6vw,70px);display:grid;grid-template-columns:minmax(300px,1fr) minmax(280px,.9fr) minmax(390px,1fr);align-items:center;gap:28px;background:#050505;border-top:1px solid #252525;color:#8b8b8b;font-size:11px}
.project-footer a{color:inherit;text-decoration:none}
.project-footer-left{display:flex;align-items:center;gap:clamp(22px,2.8vw,50px);min-width:0}
.project-footer-brand{position:relative;isolation:isolate;display:flex;align-items:center;justify-self:start;width:66px;flex:0 0 66px;overflow:hidden;opacity:.82;transition:opacity .3s,transform .45s var(--ease)}
.project-footer-brand:hover,.project-footer-brand:focus-visible{opacity:1}
.project-footer-brand img{position:relative;z-index:1;display:block;width:100%;height:52px;object-fit:contain;filter:invert(0);transition:filter .48s var(--ease)}
.project-footer-right{display:flex;align-items:center;gap:clamp(14px,1.65vw,30px);min-width:0}
.project-footer-right{justify-self:end;justify-content:flex-end}
.project-footer-socials{display:flex;align-items:center;justify-self:auto;gap:7px}
.project-footer-projects{min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px clamp(28px,3vw,64px);border-left:1px solid #181818;border-right:1px solid #181818;color:#eee!important;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700;transition:color .35s var(--ease),background .35s var(--ease)}
.project-footer-projects:hover,.project-footer-projects:focus-visible{color:#fff!important;background:#0a0a0a}
.project-footer-projects-line{display:none}
.project-footer-projects-text{display:block}
.project-footer-projects-arrow{display:block;width:28px;height:3px;object-fit:fill;opacity:.9;transition:transform .35s var(--ease),opacity .3s}
.project-footer-projects:hover .project-footer-projects-arrow,.project-footer-projects:focus-visible .project-footer-projects-arrow{transform:translateY(2px);opacity:1}
.project-footer-socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #242424;color:#d8d8d8;transition:border-color .3s,color .3s,background .3s,transform .35s var(--ease)}
.project-footer-socials a:hover,.project-footer-socials a:focus-visible{border-color:#747474;background:#111;color:#fff;transform:translateY(-2px)}
.social-glyph{position:relative;display:grid;place-items:center;width:16px;height:16px;font-family:Jost,sans-serif;font-size:15px;font-weight:500;line-height:1}
.social-glyph-instagram{width:15px;height:15px;border:1px solid currentColor;border-radius:4px}
.social-glyph-instagram:before{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border:1px solid currentColor;border-radius:50%;transform:translate(-50%,-50%)}
.social-glyph-instagram:after{content:"";position:absolute;right:2px;top:2px;width:2px;height:2px;border-radius:50%;background:currentColor}
.social-glyph-facebook{font-size:20px;font-weight:600;transform:translateY(1px)}
.social-glyph-threads{font-size:18px;font-weight:400;letter-spacing:-.08em;transform:translateY(-.5px)}
.social-glyph-behance{width:22px;font-size:14px;font-weight:600;letter-spacing:-.08em}
.social-glyph-pinterest{font-family:Jost,sans-serif;font-size:18px;font-style:italic;font-weight:700}
.corporate-arrow-small{width:27px;height:3px}
.project-footer-messengers{display:flex;align-items:center;gap:8px}
.messenger-link{display:flex;align-items:center;gap:9px;padding:7px 10px 7px 7px;border:1px solid #292929;color:#bcbcbc!important;white-space:nowrap;transition:border-color .3s,color .3s,background .3s,transform .35s var(--ease)}
.messenger-link:hover,.messenger-link:focus-visible{color:#fff!important;background:#101010;transform:translateY(-2px)}
.messenger-telegram:hover,.messenger-telegram:focus-visible{border-color:#4099be}.messenger-whatsapp:hover,.messenger-whatsapp:focus-visible{border-color:#5da46a}
.messenger-icon{position:relative;display:grid;place-items:center;width:27px;height:27px;border:.5px solid #5a5a5a;border-radius:50%;color:#fff}
.messenger-icon-telegram:before{content:"";width:13px;height:12px;background:currentColor;clip-path:polygon(0 46%,100% 0,74% 100%,49% 68%,34% 88%,35% 58%)}
.messenger-icon-whatsapp{font-size:0}
.messenger-icon-whatsapp:before{content:"";width:9px;height:9px;border:1px solid currentColor;border-radius:50%}
.messenger-icon-whatsapp:after{content:"";position:absolute;left:5px;bottom:3px;width:6px;height:6px;border-left:1px solid currentColor;transform:rotate(28deg)}
.project-footer-top{display:flex;align-items:center;gap:10px;white-space:nowrap;transition:color .3s}
.project-footer-top:hover,.project-footer-top:focus-visible{color:#fff}
.project-footer-top-arrow{display:block;width:24px;height:3px;object-fit:fill;opacity:.66;transform:rotate(-90deg);transition:opacity .3s,transform .4s var(--ease)}
.project-footer-top:hover .project-footer-top-arrow,.project-footer-top:focus-visible .project-footer-top-arrow{opacity:1;transform:translateY(-4px) rotate(-90deg)}
@keyframes nextProjectDrift{0%{transform:scale(1.09) translate3d(-1.2%,0,0)}100%{transform:scale(1.14) translate3d(1.8%,-1.25%,0)}}
@keyframes nextProjectFragment{0%{clip-path:polygon(58% 0,100% 0,100% 100%,43% 100%);transform:scale(1.16) translate3d(2.5%,-1%,0)}100%{clip-path:polygon(43% 0,100% 0,100% 100%,62% 100%);transform:scale(1.2) translate3d(-1%,1.5%,0)}}
@keyframes nextProjectLight{0%,22%{opacity:0;transform:translate3d(-38%,0,0)}42%,58%{opacity:.28}78%,100%{opacity:0;transform:translate3d(38%,0,0)}}
@keyframes nextProjectPulse{0%,100%{opacity:.55;box-shadow:0 0 0 4px rgba(255,255,255,.08)}50%{opacity:1;box-shadow:0 0 0 8px rgba(255,255,255,0)}}

@media(hover:none),(pointer:coarse){
  #pointer-dot,#pointer-ring{display:none}
  .project-card:after{opacity:1;transform:none}
  .project-card .project-meta{opacity:1;transform:none}
  .project-card .project-meta b,.project-card .project-meta small{clip-path:inset(0);opacity:1;transform:none}
  .project-card .project-meta strong{opacity:1;transform:none}
  .project-card:hover .deform-media img{filter:none}
  .gallery-mosaic.is-gallery-scene:before{display:none}
  .gallery-mosaic.is-gallery-scene .gallery-shot{transform:none!important;opacity:1!important;filter:none!important}
}
@media(prefers-reduced-motion:reduce){
  .project-card:after,.project-meta,.project-meta b,.project-meta small,.project-meta strong{transition:none!important}
}
@media(max-width:980px){
  .hero-frame{inset:0;right:0;top:0;width:100%;height:100%}
  .creative-hero .hero-content{padding-left:20px;padding-right:20px}
  .hero-line-black{font-size:clamp(58px,9.4vw,94px)}.hero-line-top{margin-left:0}.hero-line-mid{font-size:clamp(34px,5.6vw,58px);margin-left:1vw}.hero-line-bottom{margin-left:11vw}
  .hero-bottom{margin-left:30vw;grid-template-columns:1fr;margin-top:3vh;max-width:620px}.creative-hero .hero-actions{flex-wrap:wrap}
  .projects .section-heading{grid-template-columns:1fr}.projects-intro{max-width:600px}
  .creative-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.all-projects-cta{width:min(94%,620px)}.all-projects-cta small{display:none}
  .all-projects-hero{grid-template-columns:1fr;min-height:64vh}.all-projects-summary{max-width:650px}.all-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .creative-grid .project-card:nth-child(n){margin-top:0;width:auto}
  .about-media{position:relative;top:auto}
  .manifesto{min-height:65vh}
  .project-geography{min-height:700px}.geography-heading h2{font-size:8vw}.geography-note{display:none}
  .process{height:auto!important}.process-sticky{position:relative;height:auto;min-height:0;padding:100px 20px 76px}.process-sticky:after{background:linear-gradient(0deg,rgba(5,5,5,.82),transparent 24%,transparent 82%,rgba(5,5,5,.82))}.process-plexus{opacity:.17;filter:brightness(1.08)}.process-heading{position:relative;left:auto;top:auto;width:100%;margin-bottom:76px}.process-heading h2{font-size:clamp(42px,8.8vw,75px)}.process-heading>p:last-child{max-width:560px}.process-track{position:relative;left:auto;top:auto;height:auto;width:100%;display:grid;gap:0;padding:0 0 0 24px;transform:none!important}.process-path{display:none}.process-step,.process-step-final{width:100%;height:auto;min-height:220px;opacity:1;padding:0 0 54px 38px;border-left:1px solid #323232}.process-step:last-child{min-height:0;border-color:transparent}.process-node{left:-24px;top:7px}.process-step-copy{position:relative;left:auto;top:auto;width:min(100%,620px);transform:none!important}.process-step h3,.process-step-final h3{font-size:clamp(27px,6.4vw,46px)}.process-step p,.process-step-final p{max-width:560px;font-size:14px}.process-signature{position:relative;left:auto;bottom:auto;margin:20px 0 0 62px}.process-progress{display:none}
  .project-hero h1{font-size:clamp(50px,8.16vw,90px)}.project-hero-meta{margin-left:0}
.project-intro{grid-template-columns:1fr}.project-data{grid-column:1;grid-template-columns:repeat(3,minmax(0,1fr))}.project-narrative{grid-template-columns:1fr}.project-narrative-media{height:110vw;max-height:850px;order:initial}
}
@media(max-width:620px){
  .intro-mark{width:58vw}.intro-index{left:18px;top:18px}.intro-skip{right:18px;bottom:18px}
  .creative-hero{min-height:720px}.hero-frame{inset:0;top:0;right:0;width:100%;height:100%;clip-path:none}
  .creative-hero .hero-shade{background:linear-gradient(0deg,#050505 5%,rgba(0,0,0,.35) 78%),linear-gradient(90deg,rgba(0,0,0,.55),transparent)}
  .creative-hero .eyebrow{margin-top:2vh;margin-bottom:2.2vh}.creative-hero h1{gap:1px;width:94vw}.hero-line{line-height:.62}.hero-line-black{font-size:12.9vw;letter-spacing:-.07em}.hero-line-top{margin-left:0}.hero-line-mid{font-size:7.2vw;margin-left:.4vw;letter-spacing:-.075em}.hero-line-bottom{margin-left:11vw}
  .hero-bottom{margin-left:0;margin-top:3.2vh}.hero-counter{display:none}
  .projects>.creative-grid{width:calc(100vw - 12px);margin-left:calc(50% - 50vw + 6px)}.creative-grid{grid-template-columns:1fr;gap:6px}.projects .section-heading h2{font-size:13.6vw}.projects-intro b{font-size:30px}
.all-projects-cta-wrap{padding-top:42px}.all-projects-cta{width:min(96%,460px);min-height:68px;padding:13px 18px}.all-projects-cta-index{display:none}.all-projects-cta strong{font-size:17px}.all-projects-arrow{width:32px}
  .all-projects-hero{min-height:560px;padding-left:20px;padding-right:20px}.all-projects-hero h1{font-size:17.6vw}.all-projects-summary{padding-left:16px;gap:15px}.all-projects-summary p{font-size:13px}.all-projects-catalog{padding-left:20px;padding-right:20px}.all-projects-grid{grid-template-columns:1fr}
  .about-story{grid-template-columns:1fr}.about .big-copy{margin-bottom:28px}.about-disciplines{margin-top:26px}.about-portrait{height:min(128vw,660px)}.founder-caption{grid-template-columns:1fr;gap:7px;margin-top:14px;padding-top:12px}
  .manifesto:before,.manifesto-orbit{width:92vw;height:92vw}.manifesto:after{width:62vw;height:62vw}.manifesto blockquote{font-size:10vw}
  .project-geography{min-height:auto;padding:72px 20px 54px}.project-geography:after{background:linear-gradient(0deg,#f7f7f5 8%,rgba(247,247,245,.2),#f7f7f5 94%)}.geography-map{opacity:.48;object-fit:cover}.geography-plexus,.geography-preview{display:none}.geography-heading{position:relative;left:auto;top:auto}.geography-heading h2{font-size:12.8vw}.geography-points{position:relative;inset:auto;display:grid;margin-top:70px}.geography-point{position:relative;left:auto;top:auto;width:100%;height:54px;border-top:1px solid #d9d9d7}.geography-point:last-child{border-bottom:1px solid #d9d9d7}.geography-anchor{position:relative;display:block;width:100%;height:54px}.geography-anchor:before{inset:0;width:100%;height:100%;border-radius:0}.geography-anchor>i{left:4px;top:23px}.geography-anchor>span{position:relative;left:30px;top:14px}.geography-point--quiet .geography-anchor>span{opacity:1}.geography-point b{font-size:8px}.geography-point small{font-size:7px}
  footer .replay-intro{order:4}
  .background-wordmark{left:-42vw;top:18px;width:190vw}
  .project-hero{min-height:700px}.project-hero-copy{padding:0 20px 8vh}.project-hero h1{font-size:clamp(38px,10.4vw,62px);line-height:.8;flex-wrap:wrap;gap:.04em .14em}.project-hero h1>.project-title-light{flex-basis:100%}.project-hero-meta{gap:16px;display:grid;grid-template-columns:1fr 1fr}.project-scroll{display:none}
  .project-intro{padding-left:20px;padding-right:20px}.project-lead{font-size:7.2vw}.project-data{grid-template-columns:1fr 1fr}.project-data-coordinates{grid-column:span 2}.project-data-coordinates dd{font-size:12px;white-space:normal}
  .full-bleed-shot img{height:auto}.project-narrative{padding-left:20px;padding-right:20px}.project-narrative h2{font-size:12vw}
  .gallery-section{padding-left:20px;padding-right:20px}.gallery-heading{display:block}.gallery-heading h2{font-size:14.4vw;margin-bottom:25px}.gallery-mosaic{display:block}.gallery-shot:nth-child(n){display:block;width:100%;margin:0 0 42px;transform:none!important;opacity:1!important;filter:none!important}.gallery-shot:nth-child(even){width:82%;margin-left:auto}
.project-finale{height:180vh;--finale-side-gap:20px}.project-finale-rail{width:calc(100vw - var(--finale-side-gap)*2);height:100svh}.project-finale-media{height:calc(100% - 24px)}.project-finale-card figcaption{font-size:8px}.project-finale-progress{left:var(--finale-side-gap);right:var(--finale-side-gap)}.project-quote{min-height:60vh}.project-quote blockquote{font-size:8.8vw}.project-closing{display:block;text-align:center;padding:22vw 20px}.project-closing .project-label{margin-bottom:30px}.next-project{min-height:560px;padding:40px 20px}.next-project-copy{width:calc(100vw - 40px)}.next-project-copy h2{font-size:15.8vw;line-height:.8}.next-project-copy h2>em{display:block;margin-left:0}.next-project-preview{left:20px;top:24px}.next-project-open{right:20px;bottom:18px}.next-project-open{font-size:0;gap:0}.next-project-open .corporate-arrow{width:32px}
.project-footer{grid-template-columns:auto 1fr;padding:24px 20px;gap:22px}.project-footer-brand{width:54px}.project-footer-brand img{height:43px}.project-footer-socials{justify-self:end;gap:5px}.project-footer-socials a{width:32px;height:32px}.project-footer-right{grid-column:1/-1;width:100%;justify-content:flex-end;gap:13px}.messenger-link>span:last-child{display:none}.messenger-link{padding:4px}.project-footer-top{margin-left:4px}
  .lightbox-stage{inset:72px 14px 76px}.lightbox-toolbar{right:9px}.lightbox-toolbar button{width:45px}.lightbox-nav{top:68px;bottom:48px;width:50%;height:auto}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox-prev img{left:12px}.lightbox-next img{right:12px}.lightbox-caption{bottom:-54px;padding:0 78px}.lightbox-caption-copy small{display:none}.lightbox-thumbs{grid-template-columns:repeat(2,1fr);padding:15px}.lightbox.is-grid-open .lightbox-stage{bottom:42vh}
}
@media(prefers-reduced-motion:reduce){.intro{display:none}.hero-line,.hero-line .char,.project-hero h1 .char{opacity:1!important;transform:none!important}.manifesto-orbit,.geography-anchor>i:after,#pointer-ring.is-project:before,[data-count-up].is-counting,.next-project-motion-base,.next-project-motion-fragment,.next-project-motion-light,.next-project-preview i,.project-hero h1 .char{animation:none!important}.geography-map,.geography-plexus{transform:none!important;transition:none!important}.scroll-depth{translate:none!important}.cursor-mesh-canvas,.cursor-mesh-hint{display:none!important}.next-project-motion{transform:none!important}.gallery-mosaic.is-gallery-scene:before{display:none}.gallery-mosaic.is-gallery-scene .gallery-shot{transform:none!important;opacity:1!important;filter:none!important}.project-finale{height:auto;padding:80px 0}.project-finale-sticky{position:relative;height:auto}.project-finale-rail{height:min(72vh,760px)}.project-finale-progress{display:none}.project-finale-card:not(:first-child){display:none}}


/* Iteration 33 — ultra-minimal project-video sound toggle. */
.project-sound-toggle{position:absolute;z-index:10;left:clamp(18px,2vw,34px);bottom:clamp(18px,2.6vh,28px);display:grid;place-items:center;width:28px;height:24px;padding:0;border:0;background:transparent;color:rgba(255,255,255,.82);cursor:pointer;transition:color .25s var(--ease),transform .25s var(--ease),opacity .25s}
.project-sound-toggle:hover,.project-sound-toggle:focus-visible{color:#fff;transform:translateY(-1px);opacity:1;outline:none}
.project-sound-icon{position:relative;display:grid;place-items:center;width:18px;height:16px}
.sound-bars{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;gap:2px}
.sound-bars i{display:block;width:1.5px;background:currentColor;border-radius:999px;transform-origin:50% 100%;transition:opacity .25s var(--ease),transform .35s var(--ease),height .35s var(--ease)}
.sound-bars i:nth-child(1){height:5px;opacity:.5}.sound-bars i:nth-child(2){height:9px;opacity:.72}.sound-bars i:nth-child(3){height:13px;opacity:1}.sound-bars i:nth-child(4){height:8px;opacity:.62}
.sound-bars-off i:nth-child(1){height:4px;opacity:.22}.sound-bars-off i:nth-child(2){height:6px;opacity:.28}.sound-bars-off i:nth-child(3){height:8px;opacity:.34}.sound-bars-off i:nth-child(4){height:5px;opacity:.24}
.sound-bars-off{opacity:1;transform:scale(1)}
.sound-bars-on{opacity:0;transform:translateY(1px) scale(.92)}
.sound-off-slash{position:absolute;left:-1px;top:7px;width:20px;height:1px;background:currentColor;transform:rotate(-38deg);opacity:.72;border-radius:999px;transition:opacity .25s var(--ease)}
.project-sound-toggle.is-sound-on .sound-bars-on{opacity:1;transform:translateY(0) scale(1)}
.project-sound-toggle.is-sound-on .sound-bars-off{opacity:0;transform:translateY(1px) scale(.94)}
.project-sound-toggle.is-sound-on .sound-bars-on i:nth-child(1){animation:projectSoundBars 1.12s .04s ease-in-out infinite}
.project-sound-toggle.is-sound-on .sound-bars-on i:nth-child(2){animation:projectSoundBars 1.12s .18s ease-in-out infinite}
.project-sound-toggle.is-sound-on .sound-bars-on i:nth-child(3){animation:projectSoundBars 1.12s ease-in-out infinite}
.project-sound-toggle.is-sound-on .sound-bars-on i:nth-child(4){animation:projectSoundBars 1.12s .3s ease-in-out infinite}
.project-sound-toggle.is-sound-on .sound-off-slash{opacity:0}
.project-sound-toggle.is-awaiting-gesture{color:#fff;animation:projectSoundPrompt 1.8s ease-in-out infinite}
@keyframes projectSoundBars{0%,100%{transform:scaleY(.55);opacity:.65}50%{transform:scaleY(1.05);opacity:1}}
@keyframes projectSoundPrompt{0%,100%{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}50%{filter:drop-shadow(0 0 4px rgba(255,255,255,.24))}}
@media(max-width:620px){.project-sound-toggle{left:14px;bottom:14px;width:24px;height:20px}.project-sound-icon{width:16px;height:14px}}
@media(prefers-reduced-motion:reduce){.project-sound-toggle,.sound-bars i{animation:none!important;transition:none!important}}


/* Iteration 39 — clients / trust block after How we work. */
.clients-trust{position:relative;overflow:hidden;background:#050505;color:#f5f5f2;padding:clamp(78px,8.4vw,154px) 0 clamp(64px,7vw,128px);border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.12)}
.clients-trust:before{content:none;display:none}
.clients-trust-head{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);align-items:end;gap:clamp(48px,8vw,150px);padding:0 clamp(22px,4.5vw,86px)}
.clients-trust .eyebrow{margin:0 0 18px;color:#7e7e78}
.clients-trust h2{margin:0;font-size:clamp(62px,8.7vw,168px);font-weight:100;line-height:.68;letter-spacing:-.07em;text-transform:uppercase}
.clients-trust h2>span{font-weight:100}.clients-trust h2>em{font-weight:900;font-style:italic;color:#ffffff}
.clients-trust-copy{max-width:510px;padding:0 0 10px 26px;border-left:1px solid rgba(255,255,255,.2)}
.clients-trust-copy p{margin:0 0 24px;font-size:clamp(15px,1vw,18px);font-weight:300;line-height:1.55;color:#b4b4af}
.clients-trust-copy span{display:block;font-size:8px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;color:#77736d}
.clients-marquee-window{position:relative;z-index:1;margin-top:clamp(60px,7vw,124px);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.clients-marquee-row{overflow:hidden}.clients-marquee-row+.clients-marquee-row{border-top:1px solid rgba(255,255,255,.09)}
.clients-marquee{display:flex;width:max-content;will-change:transform}.clients-marquee-set{display:flex;flex:0 0 auto}
.clients-marquee-forward{animation:clientsMarqueeForward 46s linear infinite}.clients-marquee-reverse{animation:clientsMarqueeReverse 42s linear infinite}
.clients-marquee-window:hover .clients-marquee{animation-play-state:paused}
.client-logo{position:relative;flex:0 0 clamp(190px,16.5vw,318px);height:clamp(100px,8.8vw,166px);display:grid;place-items:center;margin:0;padding:clamp(22px,2.4vw,45px);border-right:1px solid rgba(255,255,255,.11);background:#050505;transition:background .35s var(--ease),color .35s var(--ease)}
.client-logo span{position:absolute;left:12px;top:10px;color:#5f5f5a;font-size:7px;font-weight:600;letter-spacing:.12em;transition:color .35s var(--ease)}
.client-logo img{display:block;max-width:74%;max-height:58%;width:auto;height:auto;object-fit:contain;filter:grayscale(1) brightness(0) invert(1) contrast(1.05);opacity:.32;transform:scale(.96);transition:filter .35s var(--ease),opacity .35s var(--ease),transform .5s var(--ease)}
.client-logo:hover,.client-logo:focus-within{background:#ffffff}.client-logo:hover span,.client-logo:focus-within span{color:#111111}.client-logo:hover img,.client-logo:focus-within img{filter:grayscale(1) brightness(0) invert(0) contrast(1.18);opacity:.88;transform:scale(1)}
.clients-trust-foot{position:relative;z-index:1;display:flex;justify-content:space-between;gap:22px;padding:24px clamp(22px,4.5vw,86px) 0;color:#74746f;font-size:8px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
@keyframes clientsMarqueeForward{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@keyframes clientsMarqueeReverse{from{transform:translate3d(-50%,0,0)}to{transform:translate3d(0,0,0)}}
@media(max-width:980px){.clients-trust-head{grid-template-columns:1fr}.clients-trust-copy{max-width:620px}.clients-trust h2{font-size:clamp(58px,13vw,112px)}.client-logo{flex-basis:clamp(170px,28vw,250px)}}
@media(max-width:620px){.clients-trust{padding-top:72px;padding-bottom:74px}.clients-trust-head{gap:38px;padding:0 20px}.clients-trust h2{font-size:17vw}.clients-trust-copy{padding-left:16px}.clients-trust-copy p{font-size:14px}.clients-marquee-window{margin-top:54px}.client-logo{flex-basis:168px;height:102px;padding:23px}.clients-marquee-forward{animation-duration:34s}.clients-marquee-reverse{animation-duration:31s}.clients-trust-foot{padding:20px 20px 0;display:grid;grid-template-columns:repeat(2,1fr);row-gap:12px}}
@media(prefers-reduced-motion:reduce){.clients-marquee{animation:none!important}.clients-marquee-set[aria-hidden="true"]{display:none}.clients-marquee-row{overflow-x:auto}.client-logo img{transition:none}}

.gallery-section .gallery-shot img{box-shadow:none}.gallery-section .gallery-shot:hover:after{opacity:.8}.gallery-section .gallery-mosaic{color:#111}


/* Iteration 50 — remove concept plexus and restore per-image gallery hover */
.project-intro-plexus{display:none!important;opacity:0!important;visibility:hidden!important}
.gallery-shot{overflow:hidden}
.gallery-shot img{transform:translate3d(var(--img-shift-x,0px),var(--img-shift-y,0px),0) scale(1.012);will-change:transform,filter;transition:transform .58s cubic-bezier(.2,.75,.2,1),filter .55s var(--ease)}
.gallery-shot:hover img,.gallery-shot.is-active-shot img{transform:translate3d(var(--img-shift-x,0px),var(--img-shift-y,0px),0) scale(1.035);filter:saturate(1.04) brightness(.98)}


/* Iteration 51 — editorial typewriter reveal for large text */
.type-tick{position:relative}
.type-tick .tick-word{display:inline-block;white-space:nowrap}
.type-tick .tick-char{display:inline-block;opacity:0;transform:translate3d(0,.1em,0);filter:blur(.45px);animation:none!important;will-change:opacity,transform,filter}
.type-tick.is-typing .tick-char{animation:typeTickChar .12s steps(2,end) both!important;animation-delay:calc(var(--tick-base,0ms) + var(--tick-index,0)*var(--tick-step,25ms))!important}
.type-tick::after{content:"";display:inline-block;width:1px;height:.78em;margin-left:.055em;background:currentColor;vertical-align:-.04em;opacity:0;transform:scaleY(.88);transform-origin:center}
.type-tick.tick-no-cursor::after{display:none}
.type-tick.is-typing::after{animation:typeTickCursor .52s step-end 5;animation-delay:calc(var(--tick-base,0ms) + var(--tick-duration,500ms) + 90ms)}
@keyframes typeTickChar{0%{opacity:0;transform:translate3d(0,.1em,0);filter:blur(.45px)}48%{opacity:.42;transform:translate3d(0,.035em,0);filter:blur(.18px)}100%{opacity:1;transform:none;filter:none}}
@keyframes typeTickCursor{0%,100%{opacity:0}50%{opacity:.82}}
@media(prefers-reduced-motion:reduce){.type-tick .tick-char{opacity:1!important;transform:none!important;filter:none!important;animation:none!important}.type-tick::after{display:none!important}}


/* Iteration 52 — premium mixed FLIP transition for project filtering */
.creative-grid.is-filtering{position:relative;isolation:isolate;overflow:clip;transition:none;align-content:start;grid-auto-rows:auto}
.creative-grid.is-filtering .project-card{pointer-events:none;will-change:transform,opacity,filter,clip-path}
.creative-grid.is-filtering .project-card--extended{animation:none!important}
.project-filter-ghost-layer{position:absolute;inset:0;z-index:20;pointer-events:none;overflow:visible}
.project-filter-ghost{position:absolute!important;z-index:1!important;display:block!important;margin:0!important;pointer-events:none!important;will-change:transform,opacity,filter,clip-path}
.project-filter-ghost .project-meta,.project-filter-ghost:before,.project-filter-ghost:after{opacity:0!important}
.project-card.is-filter-entering,.project-card.is-filter-retained{z-index:2;transform-origin:center center}
.project-card.is-filter-entering .project-image{will-change:transform}
@media(prefers-reduced-motion:reduce){.project-filter-ghost-layer{display:none!important}}


/* Iteration 54 — stable equal spacing during filter and view changes */
.projects>.creative-grid,
.projects>.creative-grid.is-compact{
  position:relative;
  column-gap:2px!important;
  row-gap:2px!important;
  gap:2px!important;
  align-content:start!important;
  grid-auto-flow:row!important;
  grid-auto-rows:auto!important;
  height:auto!important;
  min-height:0;
}
.projects>.creative-grid.is-filtering{
  overflow:visible!important;
  transition:none!important;
  height:auto!important;
  align-content:start!important;
}
.projects>.creative-grid .project-card{
  min-width:0;
  min-height:0;
  margin:0!important;
  align-self:start;
}


/* Iteration 55 — quick-return navigation on upward scroll */
.site-header{
  position:fixed!important;
  inset:0 0 auto!important;
  transform:translate3d(0,0,0);
  opacity:1;
  will-change:transform,opacity,background-color;
  transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .28s ease,background-color .35s ease,border-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;
}
.site-header.is-floating{
  mix-blend-mode:normal!important;
  background:linear-gradient(180deg,rgba(7,7,7,.46),rgba(7,7,7,.38));
  border-bottom-color:rgba(255,255,255,.12)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.16);
  backdrop-filter:blur(16px) saturate(1.08);
  -webkit-backdrop-filter:blur(16px) saturate(1.08);
}
.site-header.is-scroll-hidden{
  transform:translate3d(0,calc(-100% - 12px),0);
  opacity:0;
  pointer-events:none;
}
body.menu-open .site-header,
.site-header:focus-within{
  transform:translate3d(0,0,0)!important;
  opacity:1!important;
  pointer-events:auto!important;
}
@media(max-width:760px){
  .site-header.is-floating{background:rgba(7,7,7,.45)}
}
@media(prefers-reduced-motion:reduce){
  .site-header{transition:opacity .01ms linear,background-color .01ms linear!important}
}


/* Iteration 56 — compact hero slogan composition from approved reference */
.creative-hero .scroll-cue{display:none!important}
@media (min-width:769px){
  .creative-hero h1{gap:0!important;width:min(58vw,900px)!important}
  .creative-hero .hero-line{line-height:.40!important}
  .creative-hero .hero-line-top{margin-left:0!important}
  .creative-hero .hero-line-mid{font-size:clamp(38px,3.85vw,74px)!important;margin-left:3.45vw!important;margin-top:-.025em!important;letter-spacing:-.07em!important}
  .creative-hero .hero-line-bottom{font-size:clamp(60px,6.45vw,124px)!important;margin-left:3.45vw!important;margin-top:-.045em!important}
  .creative-hero .eyebrow{margin-bottom:2.15vh!important}
}
@media (max-width:768px){
  .creative-hero h1{gap:0!important}
  .creative-hero .hero-line{line-height:.54!important}
  .creative-hero .hero-line-mid{margin-left:4.6vw!important}
  .creative-hero .hero-line-bottom{margin-left:4.6vw!important;margin-top:-.025em!important}
}


/* Iteration 57 — restore thin / bold hierarchy inside typewriter headings */
.type-tick>em,
.type-tick>em .tick-word,
.type-tick>em .tick-char{font-weight:900!important;font-style:italic!important}
.type-tick>span,
.type-tick>span .tick-word,
.type-tick>span .tick-char{font-weight:inherit;font-style:inherit}


/* Iteration 59 — next-project title restored to hero scale */
.next-project-copy>span[data-next-project-eyebrow]{font-size:10px!important;font-weight:600;line-height:1.2}
.next-project-copy{width:min(92vw,1700px)}
.next-project-copy h2.type-tick{
  display:flex;
  align-items:baseline;
  flex-wrap:nowrap;
  gap:.14em;
  width:100%;
  max-width:none;
  margin:18px 0 0;
  font-size:clamp(54px,6.52vw,126px)!important;
  font-weight:100;
  line-height:.78;
  letter-spacing:-.065em;
  text-transform:none;
}
.next-project-copy h2.type-tick .tick-word,
.next-project-copy h2.type-tick .tick-char{font-size:1em!important;line-height:inherit!important;letter-spacing:inherit}
.next-project-copy h2.type-tick>em{display:inline-flex;align-items:baseline;margin-left:0;font-weight:900!important;font-style:italic!important;white-space:nowrap}
.next-project-copy h2.type-tick>em .tick-word,
.next-project-copy h2.type-tick>em .tick-char{font-weight:900!important;font-style:italic!important}
@media(max-width:768px){
  .next-project-copy{width:calc(100vw - 40px)}
  .next-project-copy h2.type-tick{font-size:clamp(48px,15.8vw,92px)!important;line-height:.8;flex-wrap:wrap;gap:.02em .14em}
  .next-project-copy h2.type-tick>em{display:flex;flex-basis:100%;margin-left:0}
}


/* Iteration 61 — uniform project concept paragraph */
.project-lead,
.project-lead *,
.project-lead .tick-word,
.project-lead .tick-char{
  color:#171717!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:200!important;
  font-style:normal!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  background:transparent!important;
  opacity:1!important;
  filter:none!important;
  text-shadow:none!important;
  mix-blend-mode:normal!important;
  animation:none!important;
  transform:none!important;
}
.project-lead::after{display:none!important}
.project-lead::selection,.project-lead *::selection{background:rgba(17,17,17,.08);color:#171717}


/* Iteration 63 — project gallery: four images across */
@media (min-width:1181px){
  .gallery-mosaic,
  .gallery-mosaic.is-flying-gallery{
    width:100%;
    margin-left:0;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px 18px;
    transform:none!important;
  }
  .gallery-mosaic .gallery-shot:nth-child(n),
  .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(n){
    grid-column:auto;
    margin-top:0;
    width:auto;
  }
  .gallery-mosaic .gallery-shot img{aspect-ratio:4/3}
}
@media (min-width:769px) and (max-width:1180px){
  .gallery-mosaic,
  .gallery-mosaic.is-flying-gallery{
    width:100%;
    margin-left:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 16px;
    transform:none!important;
  }
  .gallery-mosaic .gallery-shot:nth-child(n),
  .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(n){
    grid-column:auto;
    margin-top:0;
    width:auto;
  }
}


/* Iteration 65 — pinned vertical-scroll project gallery */
.gallery-section[data-scroll-gallery]{
  position:relative;
  height:210vh;
  padding:0!important;
  overflow:visible!important;
  background:#080808!important;
  color:#f3f3ef;
}
.gallery-sticky-stage{
  --gallery-progress:0;
  position:sticky;
  top:0;
  height:100vh;
  min-height:620px;
  overflow:hidden;
  background:#080808;
  isolation:isolate;
}
.gallery-viewport{position:absolute;inset:0;overflow:hidden}
.gallery-section[data-scroll-gallery] .gallery-heading{
  position:absolute;
  left:clamp(28px,4.5vw,86px);
  right:clamp(28px,4.5vw,86px);
  top:clamp(8px,1.4vh,20px);
  z-index:12;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin:0!important;
  pointer-events:none;
  opacity:1!important;
  transform:translate3d(0,var(--gallery-scroll-y,0px),0);
  transition:none!important;
  will-change:transform;
}
.gallery-section[data-scroll-gallery] .gallery-heading h2{
  margin:0;
  color:#f4f4f0!important;
  font-size:clamp(74px,9.2vw,176px);
  font-weight:900;
  font-style:italic;
  line-height:.68;
  letter-spacing:-.075em;
}
.gallery-section[data-scroll-gallery] .gallery-heading p{
  margin-top:6px;
  color:rgba(244,244,240,.48)!important;
}
.gallery-section[data-scroll-gallery] .gallery-heading::after{content:"";position:absolute;left:0;right:0;top:100%;height:clamp(28px,5vh,54px);pointer-events:none}
.gallery-section[data-scroll-gallery] .gallery-mosaic,
.gallery-section[data-scroll-gallery] .gallery-mosaic.is-gallery-scene,
.gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
  --gallery-scroll-y:0px;
  position:relative;
  width:100%!important;
  margin:0!important;
  padding:clamp(240px,28vh,330px) clamp(24px,3.6vw,70px) clamp(110px,16vh,180px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.48fr) minmax(280px,.92fr)!important;
  grid-auto-flow:row!important;
  column-gap:clamp(26px,3.2vw,62px)!important;
  row-gap:clamp(92px,12vh,150px)!important;
  align-items:start!important;
  transform:translate3d(0,var(--gallery-scroll-y),0)!important;
  transition:none!important;
  will-change:transform;
  background:transparent!important;
}
.gallery-section[data-scroll-gallery] .gallery-mosaic::before{display:none!important}
.gallery-section[data-scroll-gallery] .gallery-shot:nth-child(n),
.gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(n){
  grid-column:auto!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  overflow:visible!important;
  background:transparent!important;
}
.gallery-section[data-scroll-gallery] .gallery-shot:nth-child(even){
  margin-top:clamp(72px,10vh,126px)!important;
}
.gallery-section[data-scroll-gallery] .gallery-shot img{
  display:block;
  width:100%;
  aspect-ratio:16/10!important;
  max-height:62vh;
  object-fit:cover;
  transform:translate3d(var(--img-shift-x,0px),var(--img-shift-y,0px),0) scale(1.006)!important;
  transform-origin:center;
  transition:transform .58s cubic-bezier(.2,.75,.2,1),filter .5s ease!important;
  will-change:transform;
}
.gallery-section[data-scroll-gallery] .gallery-shot:nth-child(even) img{
  aspect-ratio:4/3!important;
  max-height:54vh;
}
.gallery-section[data-scroll-gallery] .gallery-shot:hover img,
.gallery-section[data-scroll-gallery] .gallery-shot.is-active-shot img{
  transform:translate3d(var(--img-shift-x,0px),var(--img-shift-y,0px),0) scale(1.035)!important;
  filter:saturate(1.035) brightness(.985)!important;
}
.gallery-section[data-scroll-gallery] .gallery-shot span{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:10px;
  color:rgba(244,244,240,.46)!important;
  font-size:8px;
  line-height:1.2;
  letter-spacing:.14em;
}
.gallery-section[data-scroll-gallery] .gallery-shot:after{
  right:12px;
  top:12px;
  opacity:.32;
}
.gallery-section[data-scroll-gallery] .gallery-shot:hover:after{opacity:.82}

@media (min-width:769px) and (max-width:1180px){
  .gallery-section[data-scroll-gallery] .gallery-mosaic,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
    grid-template-columns:minmax(0,1.2fr) minmax(230px,.9fr)!important;
    padding-left:28px!important;
    padding-right:28px!important;
    column-gap:24px!important;
    row-gap:86px!important;
  }
}
@media (max-width:768px), (prefers-reduced-motion:reduce){
  .gallery-section[data-scroll-gallery]{height:auto!important;padding:88px 20px 92px!important;overflow:hidden!important}
  .gallery-sticky-stage{position:relative;height:auto;min-height:0;overflow:visible}
  .gallery-viewport{position:relative;inset:auto;overflow:visible}
  .gallery-section[data-scroll-gallery] .gallery-heading{position:relative;inset:auto;display:block;margin-bottom:44px!important;opacity:1!important}
  .gallery-section[data-scroll-gallery] .gallery-heading h2{font-size:14.4vw;margin-bottom:24px}
  .gallery-section[data-scroll-gallery] .gallery-mosaic,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-gallery-scene,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
    position:relative;
    display:block!important;
    padding:0!important;
    transform:none!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(n){display:block!important;width:100%!important;margin:0 0 42px!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(even){width:84%!important;margin-left:auto!important}
  .gallery-section[data-scroll-gallery] .gallery-shot img{max-height:none;aspect-ratio:4/3!important;transform:none!important}
}


/* Iteration 66 — larger project concept text */
.project-lead{
  font-size:clamp(36px,4.05vw,72px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  max-width:1040px!important;
}
@media (max-width:768px){
  .project-lead{font-size:clamp(30px,8.4vw,54px)!important;line-height:.98!important}
}


/* Iteration 69 — alternating gallery rhythm with larger images and tighter fields */
@media (min-width:1181px){
  .gallery-section[data-scroll-gallery] .gallery-mosaic,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-gallery-scene,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    padding-left:clamp(16px,2.1vw,40px)!important;
    padding-right:clamp(16px,2.1vw,40px)!important;
    column-gap:clamp(16px,1.5vw,28px)!important;
    row-gap:clamp(70px,8.5vh,112px)!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(n),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(n){
    margin-top:0!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+1),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(4n+1){
    grid-column:1/span 5!important;
    margin-top:clamp(42px,5.8vh,80px)!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+2),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(4n+2){
    grid-column:6/span 7!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+3),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(4n+3){
    grid-column:1/span 7!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+4),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(4n+4){
    grid-column:8/span 5!important;
    margin-top:clamp(50px,6.8vh,92px)!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+1) img,
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+4) img{
    aspect-ratio:4/3!important;
    max-height:58vh!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+2) img,
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+3) img{
    aspect-ratio:16/10!important;
    max-height:68vh!important;
  }
}

@media (min-width:769px) and (max-width:1180px){
  .gallery-section[data-scroll-gallery] .gallery-mosaic,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-gallery-scene,
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    padding-left:18px!important;
    padding-right:18px!important;
    column-gap:16px!important;
    row-gap:60px!important;
  }
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(n),
  .gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery .gallery-shot:nth-child(n){margin-top:0!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+1){grid-column:1/span 5!important;margin-top:34px!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+2){grid-column:6/span 7!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+3){grid-column:1/span 7!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+4){grid-column:8/span 5!important;margin-top:42px!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+1) img,
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+4) img{aspect-ratio:4/3!important;max-height:54vh!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+2) img,
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(4n+3) img{aspect-ratio:16/10!important;max-height:64vh!important}
}

@media (max-width:768px){
  .gallery-section[data-scroll-gallery]{padding-left:14px!important;padding-right:14px!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(n){margin-bottom:30px!important}
  .gallery-section[data-scroll-gallery] .gallery-shot:nth-child(even){width:92%!important}
}


/* Iteration 70 — delayed full navigation on project pages */
.project-page:not(.project-header-unlocked) .site-header{
  transform:translate3d(0,calc(-100% - 12px),0)!important;
  opacity:0!important;
  pointer-events:none!important;
}
.project-page .site-header .site-nav{display:flex}
.project-page .site-header .project-back{display:none!important}


/* Iteration 71 — gallery title follows normal page flow */
.gallery-section[data-scroll-gallery] > .gallery-heading{
  position:relative!important;
  inset:auto!important;
  z-index:2;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  margin:0!important;
  padding:clamp(64px,8vh,112px) clamp(24px,3.6vw,70px) clamp(42px,5.5vh,76px)!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  transition:none!important;
  will-change:auto!important;
  pointer-events:none;
  background:#080808;
}
.gallery-section[data-scroll-gallery] > .gallery-heading::after{display:none!important;content:none!important}
.gallery-section[data-scroll-gallery] > .gallery-heading h2{
  margin:0!important;
  color:#f4f4f0!important;
  font-size:clamp(74px,9.2vw,176px)!important;
  font-weight:900!important;
  font-style:italic!important;
  line-height:.68!important;
  letter-spacing:-.075em!important;
  opacity:1!important;
  transform:none!important;
}
.gallery-section[data-scroll-gallery] > .gallery-heading p{
  margin:6px 0 0!important;
  color:rgba(244,244,240,.48)!important;
  opacity:1!important;
  transform:none!important;
}
.gallery-section[data-scroll-gallery] .gallery-sticky-stage{
  position:sticky;
  top:0;
}
.gallery-section[data-scroll-gallery] .gallery-mosaic,
.gallery-section[data-scroll-gallery] .gallery-mosaic.is-gallery-scene,
.gallery-section[data-scroll-gallery] .gallery-mosaic.is-flying-gallery{
  padding-top:clamp(28px,4vh,54px)!important;
}
@media (max-width:768px), (prefers-reduced-motion:reduce){
  .gallery-section[data-scroll-gallery] > .gallery-heading{
    display:block!important;
    padding:0 0 44px!important;
    margin:0!important;
  }
  .gallery-section[data-scroll-gallery] > .gallery-heading h2{
    font-size:14.4vw!important;
    margin-bottom:24px!important;
  }
}


/* Iteration 72 — fullscreen lightbox wheel navigation */
.lightbox:fullscreen,.lightbox:-webkit-full-screen,.lightbox.is-browser-fullscreen{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#070707}
.lightbox:fullscreen .lightbox-stage,.lightbox:-webkit-full-screen .lightbox-stage,.lightbox.is-browser-fullscreen .lightbox-stage{inset:64px 72px 68px}
@media(max-width:768px){.lightbox:fullscreen .lightbox-stage,.lightbox:-webkit-full-screen .lightbox-stage,.lightbox.is-browser-fullscreen .lightbox-stage{inset:64px 12px 72px}}

/* Iteration 79 — true browser fullscreen with wheel/Escape exit */
.lightbox.is-browser-fullscreen{position:fixed!important;inset:0!important;z-index:2147483647!important}


/* Iteration 73 — neutral monochrome header colors */
.site-header,
.site-header.is-floating{
  mix-blend-mode:normal!important;
  color:#f1f1ee!important;
}
.site-header .site-nav a,
.site-header .site-nav a:visited,
.site-header .language,
.site-header .menu-toggle{
  color:inherit!important;
  text-shadow:0 1px 12px rgba(0,0,0,.58);
}
.site-header .site-nav a::after{
  background:#f1f1ee!important;
}
.site-header .menu-toggle span{
  background:#f1f1ee!important;
}
.site-header .brand-am img{
  filter:grayscale(1) brightness(1.08) contrast(1.02)!important;
  opacity:.82;
  drop-shadow:0 1px 10px rgba(0,0,0,.38);
}
@media(hover:hover) and (pointer:fine){
  .site-header .brand-am:hover img,
  .site-header .brand-am:focus-visible img{
    filter:grayscale(1) brightness(1.34) contrast(1.04)!important;
    opacity:1;
  }
  .site-header .site-nav a:hover,
  .site-header .site-nav a:focus-visible,
  .site-header .language:hover,
  .site-header .language:focus-visible{
    color:#fff!important;
  }
}
.site-header.is-floating{
  background:linear-gradient(180deg,rgba(7,7,7,.46),rgba(7,7,7,.38));
}
.lightbox-toolbar button,
.lightbox-toolbar button:visited{
  color:#8f8f8b!important;
}
.lightbox-toolbar button:hover,
.lightbox-toolbar button:focus-visible,
.lightbox-toolbar button.is-active{
  color:#fff!important;
}


/* Iteration 74 — cinematic fade teleport for header navigation */
.section-transition-layer{
  position:fixed;inset:0;z-index:20000;display:grid;place-items:center;
  background:rgba(5,5,5,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .34s cubic-bezier(.22,1,.36,1),visibility 0s linear .72s;
}
.section-transition-layer::before,.section-transition-layer::after{
  content:"";position:absolute;inset:0;pointer-events:none;
}
.section-transition-layer::before{
  background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.035) 48%,rgba(255,255,255,.09) 50%,rgba(255,255,255,.035) 52%,transparent 100%);
  transform:translateX(-110%);
}
.section-transition-layer::after{
  border:1px solid rgba(255,255,255,.08);inset:18px;opacity:0;transition:opacity .28s ease;
}
.section-transition-inner{width:min(520px,72vw);display:grid;grid-template-columns:auto 1fr;gap:14px 22px;align-items:end;color:#f2f2ef}
.section-transition-index{font-size:9px;line-height:1;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.42);opacity:0;transform:translateY(8px)}
.section-transition-label{font-size:clamp(22px,3vw,50px);line-height:.95;letter-spacing:-.035em;text-transform:uppercase;font-weight:600;opacity:0;transform:translateY(14px)}
.section-transition-line{grid-column:1/-1;height:1px;background:rgba(255,255,255,.72);transform:scaleX(0);transform-origin:left center}
.section-transition-layer.is-covering{opacity:1;visibility:visible;transition:opacity .34s cubic-bezier(.22,1,.36,1),visibility 0s}
.section-transition-layer.is-covering::before{animation:sectionTransitionSweep .72s cubic-bezier(.22,1,.36,1) both}
.section-transition-layer.is-covering::after{opacity:1}
.section-transition-layer.is-covering .section-transition-index{animation:sectionTransitionText .34s .1s both}
.section-transition-layer.is-covering .section-transition-label{animation:sectionTransitionText .42s .13s both}
.section-transition-layer.is-covering .section-transition-line{animation:sectionTransitionLine .5s .08s cubic-bezier(.22,1,.36,1) both}
.section-transition-layer.is-revealing{opacity:0;visibility:visible;transition:opacity .58s cubic-bezier(.22,1,.36,1),visibility 0s linear .62s}
body.section-transitioning{overflow:hidden}
body.section-transitioning main,body.section-transitioning footer{filter:blur(4px);transform:scale(.995);opacity:.78;transition:filter .32s ease,transform .32s ease,opacity .32s ease}
.section-arrival{animation:sectionArrivalReveal .78s cubic-bezier(.22,1,.36,1) both}
@keyframes sectionTransitionSweep{0%{transform:translateX(-110%)}100%{transform:translateX(110%)}}
@keyframes sectionTransitionText{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes sectionTransitionLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes sectionArrivalReveal{0%{opacity:.15;transform:translateY(18px);filter:blur(5px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}
@media(max-width:768px){
  .section-transition-layer::after{inset:10px}
  .section-transition-inner{width:78vw;gap:12px 16px}
  .section-transition-label{font-size:clamp(22px,9vw,40px)}
}
@media(prefers-reduced-motion:reduce){
  .section-transition-layer{display:none!important}
  .section-arrival{animation:none!important}
}


/* Iteration 77 — white gallery fullscreen corner marks */
.gallery-shot::after,
.gallery-shot:after,
.gallery-section[data-scroll-gallery] .gallery-shot::after,
.gallery-section[data-scroll-gallery] .gallery-shot:after{
  filter:none!important;
  opacity:.58!important;
}
.gallery-shot:hover::after,
.gallery-shot:hover:after,
.gallery-section[data-scroll-gallery] .gallery-shot:hover::after,
.gallery-section[data-scroll-gallery] .gallery-shot:hover:after{
  filter:none!important;
  opacity:1!important;
}


/* Iteration 78 — minimal typewriter cursor finish */
.type-tick.is-typing::after{
  animation:typeTickCursor .22s step-end 1!important;
  animation-delay:calc(var(--tick-base,0ms) + var(--tick-duration,500ms) + 35ms)!important;
}


/* Iteration 81 — cleaner opening screen and intro */
body[data-page="home"] .hero-frame::before{display:none!important;content:none!important}
body[data-page="home"] .creative-hero .hero-grid{display:none!important;background:none!important;opacity:0!important}
body[data-page="home"] .site-header{border-bottom:0!important}
.intro::before,.intro::after{display:none!important;content:none!important;animation:none!important}
.intro-skip{display:none!important}

@media (min-width:981px){
  body[data-page="home"] .hero-line-bottom{margin-top:-.12em!important}
  body[data-page="home"] .hero-bottom{
    margin-left:43.5vw!important;
    margin-top:clamp(98px,10vh,130px)!important;
  }
}
@media (max-width:980px){
  body[data-page="home"] .hero-line-bottom{margin-top:-.08em!important}
}


/* Iteration 82 — architecture service genplan image */
.services-media img[data-service-media="architecture"]{
  object-fit:contain;
  object-position:center;
  background:var(--paper);
}


/* Iteration 84 — static home header and duplicated footer navigation */
body[data-page="home"] .site-header,
body[data-page="home"] .site-header.is-floating,
body[data-page="home"] .site-header.is-scroll-hidden{
  position:absolute!important;
  inset:0 0 auto!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.project-footer-menu{
  min-height:72px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  border-left:1px solid #181818;
  border-right:1px solid #181818;
}
.project-footer-menu a{
  position:relative;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 clamp(12px,1.5vw,26px);
  color:#bdbdb9!important;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:10px;
  font-weight:700;
  white-space:nowrap;
  transition:color .3s ease,background .3s ease;
}
.project-footer-menu a+a{border-left:1px solid #181818}
.project-footer-menu a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:18px;
  width:24px;
  height:1px;
  background:#f0f0ec;
  transform:translateX(-50%) scaleX(0);
  transform-origin:center;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.project-footer-menu a:hover,
.project-footer-menu a:focus-visible{color:#fff!important;background:#0a0a0a}
.project-footer-menu a:hover::after,
.project-footer-menu a:focus-visible::after{transform:translateX(-50%) scaleX(1)}
@media(max-width:900px){
  .project-footer{grid-template-columns:1fr!important}
  .project-footer-left,.project-footer-right{width:100%}
  .project-footer-menu{grid-row:2;width:100%;border-top:1px solid #181818;border-bottom:1px solid #181818}
  .project-footer-right{grid-column:auto!important}
}
@media(max-width:560px){
  .project-footer-menu{grid-template-columns:repeat(2,1fr)}
  .project-footer-menu a:nth-child(3){border-left:0;border-top:1px solid #181818}
  .project-footer-menu a:nth-child(4){border-top:1px solid #181818}
}

/* Iteration 86 — official client logos from archimetrica.studio, true monochrome. */
.client-logo{
  place-items:center;
  padding:clamp(28px,2.9vw,52px);
}
.client-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:72%;
  max-height:56%;
  margin:auto;
  object-fit:contain;
  object-position:50% 50%;
  /* Preserve every original fill, gradient and internal tone; remove hue only. */
  filter:grayscale(100%);
  opacity:.66;
  transform:scale(1);
  transform-origin:center;
}
.client-logo:hover img{
  filter:grayscale(100%);
  opacity:.94;
  transform:scale(1.035);
}
@media(max-width:980px){
  .client-logo{padding:clamp(25px,3.8vw,42px)}
  .client-logo img{max-width:74%;max-height:58%}
}
@media(max-width:620px){
  .client-logo{padding:25px}
  .client-logo img{max-width:76%;max-height:58%}
}


/* Iteration 87 — restore logo and complete navigation on the opening project hero */
.project-page:not(.project-header-unlocked) .site-header:not(.is-scroll-hidden){
  transform:translate3d(0,0,0)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.project-page:not(.project-header-unlocked) .site-header.is-scroll-hidden{
  transform:translate3d(0,calc(-100% - 12px),0)!important;
  opacity:0!important;
  pointer-events:none!important;
}


/* Iteration 88 — optical centering for official client logos.
   The source artwork is preserved; only the visual position inside each tile is corrected. */
.client-logo{
  height:clamp(108px,9.2vw,174px);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:clamp(24px,2.65vw,46px);
}
.client-logo img{
  --logo-y:0%;
  --logo-x:0%;
  --logo-scale:1;
  flex:0 0 auto;
  margin:0;
  max-width:74%;
  max-height:60%;
  object-position:center;
  transform:translate3d(var(--logo-x),var(--logo-y),0) scale(var(--logo-scale));
  transform-origin:center center;
  will-change:transform;
}
.client-logo:hover img{
  --logo-scale:1.028;
  transform:translate3d(var(--logo-x),var(--logo-y),0) scale(var(--logo-scale));
}
/* Optical corrections compensate for uneven transparent margins in the original PNG files. */
.client-logo[data-logo="privilege"] img{--logo-y:-4%}
.client-logo[data-logo="aec"] img{--logo-y:-2%}
.client-logo[data-logo="the-space"] img{--logo-y:-7%}
.client-logo[data-logo="g1-design"] img{--logo-y:-4%}
.client-logo[data-logo="haipai"] img{--logo-y:-8%}
.client-logo[data-logo="canture"] img{--logo-y:-11%}
.client-logo[data-logo="imkan"] img{--logo-y:-3%}
@media(max-width:980px){
  .client-logo{height:clamp(108px,15vw,150px);padding:clamp(22px,3.2vw,38px)}
  .client-logo img{max-width:76%;max-height:62%}
}
@media(max-width:620px){
  .client-logo{height:108px;padding:22px}
  .client-logo img{max-width:78%;max-height:62%}
}

/* Iteration 90 — client logos enlarged by 30% without changing optical centering. */
.client-logo img{
  --logo-scale:1.3;
}
.client-logo:hover img{
  --logo-scale:1.34;
}
@media(max-width:980px){
  .client-logo img{--logo-scale:1.3}
  .client-logo:hover img{--logo-scale:1.34}
}
@media(max-width:620px){
  .client-logo img{--logo-scale:1.3}
  .client-logo:hover img{--logo-scale:1.34}
}


/* Iteration 91 — approved hero spacing + pure-white services + full service content. */
@media (min-width:769px){
  body[data-page="home"] .creative-hero h1{
    gap:0!important;
    width:min(58vw,900px)!important;
  }
  body[data-page="home"] .creative-hero .hero-line-top{
    margin-left:0!important;
  }
  body[data-page="home"] .creative-hero .hero-line-mid{
    margin-left:.6vw!important;
    margin-top:0!important;
  }
  body[data-page="home"] .creative-hero .hero-line-bottom{
    margin-left:.7vw!important;
    margin-top:.06em!important;
  }
}
@media (max-width:768px){
  body[data-page="home"] .creative-hero .hero-line-mid{margin-left:1.2vw!important}
  body[data-page="home"] .creative-hero .hero-line-bottom{margin-left:1.2vw!important;margin-top:.03em!important}
}

/* The reference uses clean neutral white — no warm/beige cast. */
.services,
.services-copy,
.services-media,
.services .service-list,
.services .service-details,
.services .service-details>div{
  background:#fff!important;
}
.services-media img[data-service-media="architecture"]{
  background:#fff!important;
}

/* Current, open and hovered service rows use a strict black/white inversion. */
.service-item.is-current>.service-trigger,
.service-item.is-open>.service-trigger,
.service-trigger:hover,
.service-trigger:focus-visible{
  padding-left:14px!important;
  padding-right:14px!important;
  background:#000!important;
  color:#fff!important;
}
.service-item.is-current>.service-trigger span,
.service-item.is-current>.service-trigger b,
.service-item.is-current>.service-trigger i,
.service-item.is-open>.service-trigger span,
.service-item.is-open>.service-trigger b,
.service-item.is-open>.service-trigger i,
.service-trigger:hover span,
.service-trigger:hover b,
.service-trigger:hover i,
.service-trigger:focus-visible span,
.service-trigger:focus-visible b,
.service-trigger:focus-visible i{
  color:#fff!important;
}

/* Extended content from the original services page. */
.service-details>div.service-rich{
  overflow:hidden;
  padding:16px 14px 28px 62px;
  color:#171717;
}
.service-details .service-rich p{
  margin:0 0 12px;
  padding:0!important;
  color:#3b3b3b;
  font-size:13px;
  line-height:1.58;
}
.service-details .service-rich .service-intro{
  margin-bottom:20px;
  color:#202020;
  font-size:14px;
  line-height:1.6;
}
.service-subsection{
  padding:18px 0 4px;
  border-top:1px solid #d8d8d8;
}
.service-subsection:first-of-type{padding-top:0;border-top:0}
.service-subsection h3{
  margin:0 0 10px;
  color:#050505;
  font-size:14px;
  line-height:1.25;
  font-weight:600;
  letter-spacing:.015em;
}
.service-rich-list{
  list-style:none;
  margin:2px 0 14px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 20px;
}
.service-list .service-rich-list li{
  position:relative;
  display:block;
  padding:0 0 0 14px;
  border:0;
  color:#303030;
  font-size:11.5px;
  line-height:1.48;
}
.service-rich-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:6px;
  height:1px;
  background:#555;
}
@media(max-width:1180px){
  .service-details>div.service-rich{padding-left:48px}
}
@media(max-width:760px){
  .service-details>div.service-rich{padding:14px 12px 24px 12px}
  .service-rich-list{grid-template-columns:1fr;gap:7px}
  .service-details .service-rich .service-intro{font-size:13px}
}


/* Iteration 92 — project header belongs to the opening hero and scrolls away naturally.
   It is never fixed, floating, blurred or recalled after the page starts moving. */
body.project-page .site-header,
body.project-page .site-header.is-floating,
body.project-page .site-header.is-scroll-hidden,
body.project-page:not(.project-header-unlocked) .site-header,
body.project-page:not(.project-header-unlocked) .site-header:not(.is-scroll-hidden),
body.project-page:not(.project-header-unlocked) .site-header.is-scroll-hidden{
  position:absolute!important;
  inset:0 0 auto!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  will-change:auto!important;
}


/* Iteration 94 — 05 / Other services with image-led hover navigation. */
.service-rich-other{padding-bottom:18px!important}
.other-services{margin:8px 0 0;border-top:1px solid #cfcfcf}
.other-service-row{
  appearance:none;display:grid;width:100%;grid-template-columns:46px minmax(180px,.72fr) minmax(0,1.28fr);
  gap:14px;align-items:start;padding:16px 12px 17px;border:0;border-bottom:1px solid #cfcfcf;
  border-radius:0;background:#fff;color:#101010;text-align:left;cursor:pointer;
  transition:background-color .25s var(--ease),color .25s var(--ease),padding .25s var(--ease);
}
.other-service-row span{font-size:9px;line-height:1.4;color:#777;letter-spacing:.08em}
.other-service-row b{font-size:13px;line-height:1.35;font-weight:600}
.other-service-row i{font-style:normal;font-size:11px;line-height:1.48;color:#555}
.other-service-row:hover,.other-service-row:focus-visible,.other-service-row.is-active{background:#000;color:#fff;outline:0;padding-left:16px;padding-right:16px}
.other-service-row:hover span,.other-service-row:hover i,.other-service-row:focus-visible span,.other-service-row:focus-visible i,.other-service-row.is-active span,.other-service-row.is-active i{color:#fff}
.services-media img[data-service-media^="other-"]{object-position:center;filter:none}
.services-media img[data-service-media="other-management"],.services-media img[data-service-media="other-prototyping"]{object-fit:cover;background:#f3f3f0}
@media(max-width:980px){
  .other-service-row{grid-template-columns:36px 1fr;padding:15px 10px}
  .other-service-row i{grid-column:2}
}
@media(max-width:760px){
  .other-service-row{grid-template-columns:32px 1fr;gap:9px;padding:14px 8px}
  .other-service-row b{font-size:14px}
  .other-service-row i{font-size:12px}
}


/* Iteration 96 — unified service system, compact alignment and live media previews. */
.services{
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr)!important;
  gap:clamp(30px,4.2vw,78px)!important;
  align-items:start!important;
  padding-top:clamp(82px,7.5vw,128px)!important;
  padding-bottom:clamp(84px,8vw,138px)!important;
  background:#fff!important;
}
.services-media{
  align-self:start!important;
  margin-top:0!important;
  height:clamp(610px,72vh,850px)!important;
  min-height:610px!important;
  background:#fff!important;
}
.services-media img,
.services-media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.018);
  transition:opacity .46s var(--ease),transform .78s var(--ease);
  background:#fff;
}
.services-media img.is-active,
.services-media video.is-active{opacity:1;transform:scale(1)}
.services-media .service-media-contain{object-fit:contain!important;padding:2.2%;filter:none!important}
.services-media video{filter:none}
.services-copy{
  align-self:start!important;
  min-width:0;
  margin-left:clamp(-40px,-2.2vw,-16px)!important;
  padding-top:0!important;
}
.services-intro-block{transform:translateX(clamp(-18px,-1.15vw,-8px));max-width:100%}
.services-copy .eyebrow{margin:0 0 14px!important}
.services-copy h2{margin:0!important;font-size:clamp(52px,5.25vw,96px)!important;line-height:.79!important}
.services-copy> .services-intro-block>p:not(.eyebrow){font-size:16px!important;line-height:1.45!important;margin:22px 0 0!important;color:#4f4f4f!important}
.services-copy .service-list{margin:22px 0 0!important;border-top:1px solid #c6c6c6!important}
.service-list .service-item{border-bottom:1px solid #c6c6c6!important}
.service-trigger{padding:17px 0!important;grid-template-columns:44px 1fr auto!important}
.service-item.is-current>.service-trigger,
.service-item.is-open>.service-trigger,
.service-trigger:hover,
.service-trigger:focus-visible{padding-left:13px!important;padding-right:13px!important}
.service-details>div.service-rich{padding:14px 0 22px!important}
.service-details .service-rich .service-intro{margin:0 14px 14px 58px!important;font-size:12.5px!important;line-height:1.55!important;max-width:720px}
.service-options{border-top:1px solid #d0d0d0}
.service-option-row{
  appearance:none;
  display:grid;
  width:100%;
  grid-template-columns:46px minmax(170px,.7fr) minmax(0,1.3fr);
  gap:14px;
  align-items:start;
  padding:15px 12px 16px;
  border:0;
  border-bottom:1px solid #d0d0d0;
  border-radius:0;
  background:#fff;
  color:#101010;
  text-align:left;
  cursor:pointer;
  transition:background-color .22s var(--ease),color .22s var(--ease),padding .22s var(--ease);
}
.service-option-row span{font-size:9px;line-height:1.4;color:#777;letter-spacing:.08em}
.service-option-row b{font-size:12.5px;line-height:1.38;font-weight:600}
.service-option-row i{font-style:normal;font-size:10.7px;line-height:1.5;color:#555}
.service-option-row:hover,
.service-option-row:focus-visible,
.service-option-row.is-active{background:#000;color:#fff;outline:0;padding-left:16px;padding-right:16px}
.service-option-row:hover span,
.service-option-row:hover i,
.service-option-row:focus-visible span,
.service-option-row:focus-visible i,
.service-option-row.is-active span,
.service-option-row.is-active i{color:#fff}
.services-copy>.text-link{margin-top:28px}
@media(max-width:1180px){
  .services{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)!important;gap:34px!important}
  .services-copy{margin-left:-14px!important}
  .service-option-row{grid-template-columns:40px minmax(150px,.72fr) minmax(0,1.28fr);gap:11px;padding:14px 9px}
}
@media(max-width:900px){
  .services{display:block!important;padding:0!important}
  .services-media{height:64svh!important;min-height:460px!important;max-height:720px!important}
  .services-copy{margin:0!important;padding:74px 20px 92px!important}
  .services-intro-block{transform:none}
  .services-copy h2{font-size:14vw!important}
  .service-details .service-rich .service-intro{margin-left:12px!important;margin-right:12px!important}
  .service-option-row{grid-template-columns:36px 1fr;padding:14px 10px}
  .service-option-row i{grid-column:2}
}
@media(max-width:560px){
  .services-media{height:56svh!important;min-height:390px!important}
  .service-option-row{grid-template-columns:32px 1fr;gap:9px;padding:13px 8px}
  .service-option-row b{font-size:13px}
  .service-option-row i{font-size:11px}
}


/* Iteration 97 — services composition aligned to the supplied layout reference. */
.services{
  display:grid!important;
  grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:clamp(40px,4.4vw,88px)!important;
  row-gap:clamp(46px,4.2vw,72px)!important;
  align-items:start!important;
  padding:clamp(82px,5.4vw,112px) clamp(70px,5.15vw,106px) clamp(62px,5vw,104px)!important;
  background:#fff!important;
}
.services-intro-block{
  grid-column:1 / -1;
  grid-row:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  column-gap:clamp(56px,7vw,148px);
  align-items:start;
  max-width:none!important;
  transform:none!important;
  margin:0!important;
}
.services-intro-block .eyebrow{
  grid-column:1;
  grid-row:1;
  margin:0 0 15px!important;
}
.services-intro-block h2{
  grid-column:1;
  grid-row:2;
  width:max-content;
  max-width:100%;
  margin:0!important;
  font-size:clamp(54px,4.75vw,90px)!important;
  line-height:.78!important;
}
.services-intro-block>p:not(.eyebrow){
  grid-column:2;
  grid-row:1 / span 2;
  align-self:start;
  margin:2px 0 0!important;
  max-width:none!important;
  white-space:nowrap;
  color:#4a4a4a!important;
  font-size:clamp(12px,.78vw,15px)!important;
  line-height:1.45!important;
}
.services-media{
  grid-column:1;
  grid-row:2;
  align-self:start!important;
  width:100%;
  height:clamp(540px,48vh,680px)!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  background:#fff!important;
}
.services-copy{
  grid-column:2;
  grid-row:2;
  display:flex;
  flex-direction:column;
  align-self:stretch!important;
  min-width:0;
  min-height:clamp(540px,48vh,680px);
  margin:0!important;
  padding:0!important;
}
.services-copy .service-list{
  width:100%;
  margin:0!important;
  border-top:1px solid #c6c6c6!important;
}
.services-copy>.text-link{
  align-self:flex-end;
  margin-top:auto!important;
  margin-bottom:0;
}
@media(max-width:1180px){
  .services{
    grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr)!important;
    column-gap:34px!important;
  }
  .services-intro-block{column-gap:34px}
  .services-intro-block>p:not(.eyebrow){white-space:normal;max-width:330px!important;text-align:right}
  .services-media,.services-copy{height:auto!important;min-height:560px!important}
}
@media(max-width:900px){
  .services{display:block!important;padding:72px 20px 92px!important}
  .services-intro-block{display:block;margin:0 0 46px!important}
  .services-intro-block>p:not(.eyebrow){margin-top:22px!important;max-width:100%!important;white-space:normal;text-align:left}
  .services-media{height:64svh!important;min-height:460px!important;max-height:720px!important;margin:0 0 58px!important}
  .services-copy{display:block;min-height:0!important}
  .services-copy>.text-link{display:inline-flex;margin-top:28px!important}
}
@media(max-width:560px){
  .services{padding:62px 16px 78px!important}
  .services-intro-block h2{font-size:14vw!important}
  .services-media{height:56svh!important;min-height:390px!important}
}

/* Iteration 105 — footer dwell and velocity-sensitive project handoff */
.next-project.is-continuous-next{--next-scroll-progress:0;--next-open-duration:620ms;cursor:pointer;touch-action:pan-y}
.project-footer.has-next-project-handoff{position:relative;isolation:isolate;border-top-color:transparent}
.next-project-scroll-progress{pointer-events:none;overflow:hidden}
.next-project-scroll-progress i{display:block;width:100%;height:100%;background:#fff;transform:scaleX(var(--next-scroll-progress));transform-origin:left center;transition:transform .1s linear}
.next-project-scroll-progress--footer{position:absolute;z-index:6;left:0;right:0;top:0;height:2px;background:transparent;opacity:0;transition:opacity .2s ease}
.project-footer.is-handoff-progressing .next-project-scroll-progress--footer{opacity:1}
.project-footer.is-handoff-progressing{box-shadow:none}
.next-project.is-scroll-ready .next-project-preview:after{content:" · footer pause";opacity:.8}
.next-project.is-auto-opening,.project-footer.is-auto-opening{pointer-events:none}
.next-project.is-auto-opening:after{content:"";position:absolute;inset:0;z-index:8;background:#050505;opacity:0;animation:nextProjectAutoOpen var(--next-open-duration) ease forwards;pointer-events:none}
.next-project.is-auto-opening .next-project-motion{transform:scale(1.035)}
.next-project-page-curtain{position:fixed;z-index:99998;inset:0;background:#050505;opacity:0;pointer-events:none;visibility:hidden}
.next-project-page-curtain.is-visible{visibility:visible;animation:nextProjectAutoOpen var(--next-open-duration,620ms) cubic-bezier(.22,.72,.22,1) forwards}
@keyframes nextProjectAutoOpen{to{opacity:1}}
@media(max-width:768px){
  .next-project-scroll-progress--footer{height:2px}
  .next-project.is-scroll-ready .next-project-preview:after{content:" · свайп після футера"}
  .next-project-open{bottom:26px}
}
@media(prefers-reduced-motion:reduce){
  .next-project.is-auto-opening:after,.next-project-page-curtain.is-visible{animation:none;opacity:1}
  .next-project-scroll-progress i{transition:none}
}


/* Iteration 106 — project coordinates in hero and editorially aligned project copy. */
.project-hero-coordinates b{
  display:inline-block;
  color:rgba(255,255,255,.72)!important;
  font-size:8px;
  font-weight:400!important;
  letter-spacing:.075em;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.project-data{grid-template-columns:repeat(4,minmax(0,1fr))}
.project-lead{
  text-align:left;
  font-size:clamp(36px,3.05vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}
.project-lead.is-editorial-lines .project-lead-line{
  display:block;
  max-width:100%;
  white-space:nowrap;
}
.project-narrative-copy>p:not(.eyebrow){
  width:100%;
  max-width:570px;
  text-align:justify;
  text-align-last:left;
  text-justify:inter-word;
  hyphens:auto;
  -webkit-hyphens:auto;
  overflow-wrap:normal;
}
@media (min-width:1101px){
  .project-intro{
    grid-template-columns:.72fr 1.28fr;
    gap:7vw;
  }
  .project-intro>div,
  .project-data{
    width:min(100%,940px);
    min-width:0;
  }
  .project-lead{
    width:100%;
    max-width:none!important;
  }
}
@media (max-width:1100px){
  .project-lead.is-editorial-lines .project-lead-line{display:inline;white-space:normal}
}
@media (max-width:768px){
  .project-narrative-copy>p:not(.eyebrow){
    text-align:left;
    hyphens:none;
    -webkit-hyphens:none;
  }
}

/* Iteration 108 — vertical service columns, white background and layered inversion interactions. */
.services.services-pricing{
  display:block!important;
  padding:clamp(86px,6.5vw,132px) clamp(30px,4.6vw,92px) clamp(84px,7vw,138px)!important;
  background:#fff!important;
  color:#0a0a0a;
}
.services-pricing .services-intro-block{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)!important;
  grid-template-rows:auto auto!important;
  gap:14px clamp(48px,7vw,154px)!important;
  align-items:end!important;
  margin:0 0 clamp(52px,4.8vw,88px)!important;
  max-width:none!important;
  transform:none!important;
}
.services-pricing .services-intro-block .eyebrow{
  grid-column:1!important;
  grid-row:1!important;
  margin:0!important;
}
.services-pricing .services-intro-block h2{
  grid-column:1!important;
  grid-row:2!important;
  width:auto!important;
  max-width:1180px!important;
  margin:0!important;
  font-size:clamp(56px,5.25vw,102px)!important;
  line-height:.83!important;
  letter-spacing:-.055em!important;
}
.services-pricing .services-intro-block>p:not(.eyebrow){
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:end!important;
  max-width:520px!important;
  margin:0 0 4px!important;
  white-space:normal!important;
  text-align:left!important;
  color:#4d4d4a!important;
  font-size:clamp(13px,.86vw,16px)!important;
  line-height:1.62!important;
}
.services-pricing .services-pricing-copy{
  display:block!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  transform:none;
}
.service-packages-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(10px,1.05vw,22px);
  align-items:stretch;
}
.service-package{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:clamp(30px,2.4vw,48px) clamp(22px,2vw,40px) clamp(24px,2vw,40px);
  overflow:hidden;
  border:1px solid #111;
  background:#fff;
  color:#111;
  transition:background-color .42s cubic-bezier(.22,.61,.36,1),color .42s cubic-bezier(.22,.61,.36,1),transform .42s cubic-bezier(.22,.61,.36,1);
}
.service-package:hover,
.service-package:focus-within{
  background:#111;
  color:#fff;
  transform:translateY(-5px);
}
.service-package-title{
  min-height:clamp(242px,17vw,330px);
  padding-bottom:clamp(24px,2vw,38px);
  border-bottom:1px solid #111;
  transition:border-color .35s ease;
}
.service-package-title>span,
.service-package-label,
.service-additional>span{
  display:block;
  margin:0 0 15px;
  color:#777570;
  font-size:9px;
  line-height:1.4;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:color .35s ease;
}
.service-package-title h3{
  margin:0 0 24px;
  font-size:clamp(31px,2.2vw,46px);
  line-height:.93;
  font-weight:500;
  letter-spacing:-.05em;
}
.service-package-title p{
  margin:0;
  max-width:390px;
  color:#54534f;
  font-size:12px;
  line-height:1.58;
  transition:color .35s ease;
}
.service-package-scope{
  padding:clamp(28px,2.2vw,40px) 0 clamp(30px,2.4vw,44px);
  border-bottom:1px solid #111;
  transition:border-color .35s ease;
}
.service-package-scope ul{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #d2d0ca;
  transition:border-color .35s ease;
}
.service-package-scope li{
  position:relative;
  margin:0;
  padding:10px 10px 10px 23px;
  border-bottom:1px solid #d2d0ca;
  color:#242422;
  font-size:11.5px;
  line-height:1.42;
  transition:background-color .24s ease,color .24s ease,border-color .24s ease,padding-left .24s ease;
}
.service-package-scope li::before{
  content:"";
  position:absolute;
  left:4px;
  top:17px;
  width:8px;
  height:1px;
  background:currentColor;
}
.service-package:hover .service-package-title,
.service-package:focus-within .service-package-title,
.service-package:hover .service-package-scope,
.service-package:focus-within .service-package-scope{
  border-color:#fff;
}
.service-package:hover .service-package-title>span,
.service-package:focus-within .service-package-title>span,
.service-package:hover .service-package-label,
.service-package:focus-within .service-package-label,
.service-package:hover .service-package-title p,
.service-package:focus-within .service-package-title p,
.service-package:hover .service-package-price>span,
.service-package:focus-within .service-package-price>span{
  color:#c8c8c5;
}
.service-package:hover .service-package-scope ul,
.service-package:focus-within .service-package-scope ul,
.service-package:hover .service-package-scope li,
.service-package:focus-within .service-package-scope li{
  border-color:#454545;
  color:#fff;
}
.service-package .service-package-scope li:hover{
  padding-left:29px;
  background:#fff;
  color:#111;
  border-color:#fff;
}
.service-package .service-package-scope li:hover::before{background:currentColor}
.service-package-price{
  padding:clamp(28px,2.2vw,40px) 0 clamp(30px,2.4vw,44px);
  border-bottom:1px solid #111;
  transition:border-color .35s ease;
}
.service-package:hover .service-package-price,
.service-package:focus-within .service-package-price{border-color:#fff}
.service-package-price strong{
  display:block;
  margin:0 0 16px;
  white-space:nowrap;
  font-size:clamp(34px,2.35vw,50px);
  line-height:.9;
  font-weight:500;
  letter-spacing:-.055em;
}
.service-package-price strong small{
  font-size:.29em;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.service-package-price strong i{
  margin-left:3px;
  font-size:.27em;
  font-style:normal;
  font-weight:500;
  letter-spacing:0;
}
.service-package-price strong.service-package-price-custom{
  white-space:normal;
  font-size:clamp(30px,2.2vw,45px);
  line-height:.95;
}
.service-package-price>span{
  display:block;
  max-width:350px;
  color:#5d5b56;
  font-size:10.5px;
  line-height:1.55;
  transition:color .35s ease;
}
.service-order-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:26px;
  padding-bottom:5px;
  border-bottom:1px solid currentColor;
  color:inherit;
  font-size:11px;
  line-height:1.2;
  text-decoration:none;
}
.service-order-link img{
  width:18px;
  height:auto;
  object-fit:contain;
  transition:filter .3s ease,transform .3s ease,opacity .3s ease;
}
.service-link-arrow{filter:invert(1)!important;opacity:.9}
.service-order-link:hover img{transform:translateX(3px)}
.service-package:hover .service-link-arrow,
.service-package:focus-within .service-link-arrow{filter:none!important;opacity:1}
.service-package-example{
  margin-top:auto;
  padding-top:clamp(28px,2.2vw,40px);
  min-width:0;
}
.service-pdf-card{
  display:block;
  color:inherit;
  text-decoration:none;
}
.service-pdf-cover{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:1.28 / 1;
  background:#fff;
  border:1px solid currentColor;
}
.service-pdf-cover::after{
  content:"PDF ↗";
  position:absolute;
  right:8px;
  top:8px;
  padding:5px 7px;
  background:#111;
  color:#fff;
  font-size:8px;
  letter-spacing:.12em;
  transition:background-color .35s ease,color .35s ease;
}
.service-package:hover .service-pdf-cover::after,
.service-package:focus-within .service-pdf-cover::after{
  background:#fff;
  color:#111;
}
.service-pdf-cover img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
  transition:transform .65s cubic-bezier(.22,.61,.36,1),filter .5s ease;
}
.service-pdf-card:hover .service-pdf-cover img,
.service-pdf-card:focus-visible .service-pdf-cover img{
  transform:scale(1.045);
  filter:contrast(1.05);
}
.service-pdf-meta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 10px;
  padding-top:12px;
}
.service-pdf-meta b{font-size:12px;font-weight:600}
.service-pdf-meta i{font-size:9px;font-style:normal;color:#777570;text-align:right;transition:color .35s ease}
.service-pdf-meta u{
  grid-column:1 / -1;
  width:max-content;
  padding-bottom:3px;
  border-bottom:1px solid currentColor;
  color:inherit;
  font-size:10px;
  text-decoration:none;
}
.service-package:hover .service-pdf-meta i,
.service-package:focus-within .service-pdf-meta i{color:#c8c8c5}
.service-vision-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:clamp(220px,18vw,340px);
  padding:clamp(22px,2vw,38px);
  border:1px solid currentColor;
  background:#111;
  color:#fff;
  text-decoration:none;
  transition:background-color .35s ease,color .35s ease,transform .45s cubic-bezier(.22,.61,.36,1);
}
.service-vision-card span{
  display:block;
  font-size:clamp(46px,4.4vw,86px);
  line-height:.73;
  letter-spacing:-.075em;
}
.service-vision-card small{
  display:block;
  margin-top:24px;
  font-size:9px;
  line-height:1.4;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.service-package:hover .service-vision-card,
.service-package:focus-within .service-vision-card{
  background:#fff;
  color:#111;
}
.service-vision-card:hover,
.service-vision-card:focus-visible{transform:scale(.985)}
.service-additional{
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,1.58fr);
  gap:clamp(30px,4vw,72px);
  align-items:start;
  padding:clamp(42px,4vw,72px) 0 0;
}
.service-extra-heading{position:sticky;top:94px;display:grid;gap:15px;max-width:300px}
.service-extra-heading>span{
  display:block;
  margin:0;
  color:#111;
  font-size:clamp(18px,1.45vw,27px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.025em;
  text-transform:none;
}
.service-extra-heading p{margin:0;color:#55534e;font-size:12px;line-height:1.6}
.service-extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.service-extra-item{min-width:0;border:1px solid #c8c6c0;background:#fff;color:#111;transition:background-color .32s ease,color .32s ease,border-color .32s ease}
.service-extra-item.is-open{grid-column:1/-1;border-color:#111}
.service-extra-trigger{appearance:none;width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:58px;padding:0 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background-color .3s ease,color .3s ease,padding .3s ease}
.service-extra-trigger span{color:#85827c;font-size:8px;letter-spacing:.1em;transition:color .3s ease}
.service-extra-trigger b{font-size:12px;font-weight:500;line-height:1.25;letter-spacing:-.01em}
.service-extra-trigger i{display:grid;place-items:center;width:24px;height:24px;border:1px solid currentColor;border-radius:50%;font-size:15px;font-style:normal;font-weight:300;line-height:1;transition:transform .35s var(--ease),background-color .3s ease,color .3s ease}
.service-extra-trigger:hover,.service-extra-trigger:focus-visible,.service-extra-item.is-open>.service-extra-trigger{background:#111;color:#fff;outline:none}
.service-extra-trigger:hover span,.service-extra-trigger:focus-visible span,.service-extra-item.is-open>.service-extra-trigger span{color:#aaa8a2}
.service-extra-trigger:hover i,.service-extra-trigger:focus-visible i,.service-extra-item.is-open>.service-extra-trigger i{background:#fff;color:#111;border-color:#fff}
.service-extra-item.is-open>.service-extra-trigger i{transform:rotate(45deg)}
.service-extra-panel{display:grid;grid-template-rows:0fr;opacity:0;background:#fff;color:#111;transition:grid-template-rows .46s var(--ease),opacity .28s ease}
.service-extra-panel>div{overflow:hidden}
.service-extra-item.is-open .service-extra-panel{grid-template-rows:1fr;opacity:1}
.service-extra-panel>div{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:clamp(24px,4vw,70px);padding:0 18px}
.service-extra-item.is-open .service-extra-panel>div{padding-top:24px;padding-bottom:28px}
.service-extra-panel p{margin:0;color:#4f4e49;font-size:12.5px;line-height:1.65}
.service-extra-panel ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}
.service-extra-panel li{position:relative;padding:9px 0 9px 15px;border-top:1px solid #deddd8;color:#33322e;font-size:11px;line-height:1.45}
.service-extra-panel li:before{content:"";position:absolute;left:0;top:1.45em;width:6px;height:1px;background:#111}
@media(max-width:1180px){
  .service-packages-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-package--vision{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(38px,5vw,76px)}
  .service-package--vision .service-package-title{grid-column:1;min-height:0}
  .service-package--vision .service-package-scope{grid-column:2;grid-row:1 / span 2;padding-top:0;border-bottom:0}
  .service-package--vision .service-package-price{grid-column:1;border-bottom:0}
  .service-package--vision .service-package-example{grid-column:2;padding-top:0}
  .service-additional{grid-template-columns:1fr}
  .service-extra-panel ul{grid-template-columns:1fr}
  .service-extra-trigger{min-height:56px;padding-left:14px;padding-right:14px}
  .service-extra-panel>div{padding-left:14px;padding-right:14px}
  .service-extra-heading{position:relative;top:auto;max-width:620px}
  .service-extra-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .services.services-pricing{padding:76px 24px 94px!important}
  .services-pricing .services-intro-block{grid-template-columns:1fr!important;gap:18px!important;margin-bottom:48px!important}
  .services-pricing .services-intro-block .eyebrow,
  .services-pricing .services-intro-block h2,
  .services-pricing .services-intro-block>p:not(.eyebrow){grid-column:1!important;grid-row:auto!important}
  .services-pricing .services-intro-block h2{font-size:clamp(50px,9vw,82px)!important}
  .services-pricing .services-intro-block>p:not(.eyebrow){max-width:610px!important}
  .service-packages-grid{grid-template-columns:1fr;gap:14px}
  .service-package,
  .service-package--vision{display:flex;grid-column:auto;padding:32px 24px 28px;transform:none!important}
  .service-package-title{min-height:0}
  .service-package--vision .service-package-title,
  .service-package--vision .service-package-scope,
  .service-package--vision .service-package-price,
  .service-package--vision .service-package-example{grid-column:auto;grid-row:auto;padding-top:28px;border-bottom:1px solid #111}
  .service-package--vision .service-package-title{padding-top:0}
  .service-package--vision .service-package-example{border-bottom:0}
  .service-package:hover .service-package--vision .service-package-scope,
  .service-package:focus-within .service-package--vision .service-package-scope,
  .service-package:hover .service-package--vision .service-package-price,
  .service-package:focus-within .service-package--vision .service-package-price{border-color:#fff}
  .service-additional{grid-template-columns:1fr;gap:26px}
  .service-extra-grid{grid-template-columns:1fr}
  .service-extra-item.is-open{grid-column:auto}
  .service-extra-panel>div{grid-template-columns:1fr;gap:18px}
  .service-extra-panel ul{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .services.services-pricing{padding:64px 16px 80px!important}
  .services-pricing .services-intro-block{margin-bottom:38px!important}
  .services-pricing .services-intro-block h2{font-size:13.2vw!important;line-height:.87!important}
  .service-package{padding:29px 18px 22px}
  .service-package-title h3{font-size:36px}
  .service-package-scope li{font-size:11.5px}
  .service-package-price strong{font-size:46px}
  .service-package-price strong.service-package-price-custom{font-size:34px}
  .service-pdf-cover{aspect-ratio:1.22/1}
  .service-additional{grid-template-columns:1fr}
}


/* Iteration 113 — cleaner footer and direct contacts. */
.project-footer-left{gap:0}
.project-footer-right{gap:0}
.project-footer-right .project-footer-top{margin-left:auto}
.project-footer-messengers,.project-footer-socials{display:none!important}
.contact-direct .messenger-link{background:#fff;color:#050505!important;border-color:#fff}
.contact-direct .messenger-link .messenger-icon{color:#050505}
.contact-direct .messenger-link:hover,.contact-direct .messenger-link:focus-visible{background:#050505;color:#fff!important;border-color:#fff;transform:translateY(-2px)}
.contact-direct .messenger-link:hover .messenger-icon,.contact-direct .messenger-link:focus-visible .messenger-icon{color:#fff}
@media(max-width:900px){
  .project-footer-right{justify-content:flex-end!important}
}


/* Iteration 114 — social links return inside Contacts, not the footer. */
.contact-socials{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;margin-top:18px}
.contact-socials-label{color:#8e8e8a;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-right:6px}
.contact-socials a{display:grid;place-items:center;width:36px;height:36px;border:1px solid #2c2c2c;color:#d8d8d5;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .35s var(--ease)}
.contact-socials a:hover,.contact-socials a:focus-visible{background:#fff;color:#050505;border-color:#fff;transform:translateY(-2px)}


/* Iteration 118 — restore the approved light “Нам доверяют” treatment. */
.clients-trust{
  background:#eeede8!important;
  color:#090909!important;
  border-top-color:rgba(0,0,0,.18)!important;
  border-bottom-color:rgba(0,0,0,.2)!important;
}
.clients-trust .eyebrow{color:#5f5f5b!important}
.clients-trust h2>em{color:#090909!important}
.clients-trust-copy{border-left-color:rgba(0,0,0,.3)!important}
.clients-trust-copy p{color:#353532!important}
.clients-trust-copy span{color:#77736d!important}
.clients-marquee-window{
  border-top-color:rgba(0,0,0,.22)!important;
  border-bottom-color:rgba(0,0,0,.22)!important;
}
.clients-marquee-row+.clients-marquee-row{border-top-color:rgba(0,0,0,.16)!important}
.client-logo{
  background:transparent!important;
  border-right-color:rgba(0,0,0,.16)!important;
}
.client-logo span{color:#8b8881!important}
.client-logo img{
  filter:grayscale(100%)!important;
  opacity:.66!important;
}
.client-logo:hover,.client-logo:focus-within{background:rgba(255,255,255,.5)!important}
.client-logo:hover span,.client-logo:focus-within span{color:#55524d!important}
.client-logo:hover img,.client-logo:focus-within img{
  filter:grayscale(100%)!important;
  opacity:.94!important;
}
.clients-trust-foot{color:#76736d!important}


/* Iteration 121 — remove hero pointer plexus trail and recompose slogan. */
.hero-plexus-trail{display:none!important;opacity:0!important;visibility:hidden!important}


/* Iteration 123 — light inversion for “Студия полного цикла”. */
.about{
  background:#f7f7f5!important;
  color:#090909!important;
}
.about .eyebrow{color:#323230!important}
.about h2,.about h2>span,.about h2>em{color:#090909!important}
.about .big-copy{color:#3f3f3c!important}
.about-story{border-top-color:rgba(0,0,0,.16)!important}
.about-story p{color:#696966!important}
.about-disciplines span{
  border-color:#cfcfca!important;
  color:#444440!important;
  background:transparent!important;
}
.about-disciplines span:hover{
  border-color:#090909!important;
  background:#090909!important;
  color:#fff!important;
}
.about .stats{border-top-color:rgba(0,0,0,.16)!important}
.about .stats strong{color:#090909!important}
.about .stats span{color:#666662!important}
.about .background-wordmark{
  mix-blend-mode:multiply!important;
  filter:grayscale(1) brightness(1.65)!important;
}
.about-portrait{background:#deded9!important}
.founder-caption{
  border-top-color:rgba(0,0,0,.18)!important;
  color:#090909!important;
}
.founder-caption span{color:#696966!important}


/* Iteration 127 — tighten the gap and move the wordmark left while scrolling. */
.about .background-wordmark{
  left:0!important;
  top:clamp(34px,2.8vw,56px)!important;
  width:100%!important;
  opacity:var(--wordmark-opacity,.18)!important;
  transform:translate3d(var(--wordmark-x,10vw),0,0)!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  will-change:transform,opacity;
}
.about .background-wordmark img{
  display:block;
  width:100%!important;
  height:auto!important;
  opacity:1!important;
}
@media (min-width:981px){
  .about-copy{
    margin-top:clamp(152px,10.2vw,210px)!important;
  }
  .about-media{
    margin-top:clamp(128px,8.6vw,176px)!important;
  }
}
@media (min-width:621px) and (max-width:980px){
  .about-copy{margin-top:clamp(126px,15vw,170px)!important}
  .about-media{margin-top:clamp(42px,6vw,76px)!important}
}
@media (max-width:620px){
  .about .background-wordmark{
    left:0!important;
    top:24px!important;
    width:100%!important;
  }
  .about-copy{margin-top:clamp(98px,23vw,136px)!important}
  .about-media{margin-top:34px!important}
}


/* Iteration 129 — refined hero message around architectural design. */
body[data-page="home"] .creative-hero .hero-onevision{
  display:grid!important;
  width:min(56vw,920px)!important;
  max-width:none!important;
  gap:0!important;
  align-items:start!important;
  margin:0!important;
}
body[data-page="home"] .hero-onevision .hero-line{
  width:max-content!important;
  margin:0!important;
  text-shadow:0 6px 20px rgba(0,0,0,.18)!important;
}
body[data-page="home"] .hero-onevision .hero-line .char{font-size:1em!important}
body[data-page="home"] .hero-slogan-thin{
  line-height:.68!important;
  font-style:normal!important;
  font-weight:100!important;
  letter-spacing:-.045em!important;
  color:#f5f5f2!important;
  text-transform:none!important;
  font-size:clamp(50px,6.56vw,120px)!important;
  --line-delay:.03s;
}
body[data-page="home"] .hero-slogan-bold{
  line-height:.76!important;
  font-style:italic!important;
  font-weight:900!important;
  letter-spacing:-.07em!important;
  color:#f5f5f2!important;
  text-transform:none!important;
  font-size:clamp(58px,5.55vw,108px)!important;
  --line-delay:.17s;
}
body[data-page="home"] .hero-slogan-bold-second{
  margin-top:-.16em!important;
  --line-delay:.28s;
}
@media(max-width:980px){
  body[data-page="home"] .creative-hero .hero-onevision{width:min(74vw,760px)!important}
  body[data-page="home"] .hero-slogan-thin{font-size:clamp(50px,6.56vw,120px)!important;line-height:.68!important;font-weight:100!important;letter-spacing:-.045em!important}
  body[data-page="home"] .hero-slogan-bold{font-size:clamp(52px,7.6vw,90px)!important;line-height:.74!important}
}
@media(max-width:620px){
  body[data-page="home"] .creative-hero .hero-onevision{width:92vw!important}
  body[data-page="home"] .hero-slogan-thin{font-size:13.6vw!important;line-height:.78!important;font-weight:100!important;letter-spacing:-.045em!important}
  body[data-page="home"] .hero-slogan-bold{font-size:12.4vw!important;line-height:.80!important}
  body[data-page="home"] .hero-slogan-bold-second{margin-top:-.12em!important}
}


/* Iteration 141 — arrow-only hero scroll cue. */
.hero-scroll-hint{
  position:absolute;
  left:clamp(28px,3.2vw,56px);
  bottom:clamp(24px,3.5vh,42px);
  z-index:3;
  display:grid;
  place-items:center;
  width:28px;
  height:54px;
  text-decoration:none;
  opacity:.72;
  transition:opacity .25s ease,transform .3s var(--ease);
}
.hero-scroll-hint:hover{opacity:1;transform:translateY(3px)}
.hero-scroll-hint-arrow{
  display:block;
  width:42px;
  height:2px;
  object-fit:fill;
  filter:brightness(0) invert(1);
  opacity:1;
  transform:rotate(90deg);
  transform-origin:center;
}
@media (max-width:980px){
  .hero-scroll-hint{left:24px;bottom:25px;width:24px;height:48px}
  .hero-scroll-hint-arrow{width:36px;height:1.5px}
}
@media (max-width:620px){
  .hero-scroll-hint{display:none!important}
}


/* Iteration 138 — remove “Макетирование” from the about chips and keep the row compact. */
@media (min-width: 981px){
  .about-disciplines{gap:8px!important;flex-wrap:nowrap!important}
  .about-disciplines span{padding:8px 10px!important;white-space:nowrap!important}
}


/* Iteration 139 — fix geography top overlap and move clients after process. */
@media (min-width: 981px){
  .project-geography{padding-top:clamp(42px,3.5vw,66px)!important}
  .geography-map{inset:4% -2% -2% -2%!important;height:100%!important;transform:translate3d(var(--map-x),calc(var(--map-y) + 10px),0) scale(1.02)!important}
  .geography-heading{top:calc(5vw + 24px)!important}
  .geography-note{top:calc(5vw + 24px)!important}
}


/* Iteration 142 — update architecture price and enlarge ONE VISION result block slightly. */
.service-package--vision .service-package-example{
  padding-top:clamp(18px,1.4vw,28px);
}
.service-package--vision .service-vision-card{
  min-height:clamp(250px,20vw,370px);
  width:100%;
}
@media(max-width:1180px){
  .service-package--vision .service-package-example{padding-top:0}
}


/* Iteration 144 — move hero arrow right and shift the lead text block slightly right. */
@media (min-width: 981px){
  .hero-scroll-hint{left:clamp(72px,6.3vw,116px)!important}
  .hero-bottom{margin-left:52vw!important}
}
@media (max-width: 980px){
  .hero-scroll-hint{left:30px!important}
}


/* Iteration 148 — lift the ONE VISION result block so it aligns with the example blocks to the left. */
.service-package--vision .service-package-example{
  margin-top:clamp(28px,2vw,38px)!important;
  padding-top:0!important;
}
.service-package--vision .service-vision-card{
  min-height:clamp(286px,21vw,398px);
  width:100%;
}


/* Iteration 150 — move hero arrow to bottom-right and align the hero lead text as a right-side comment. */
@media (min-width: 981px){
  body[data-page="home"] .hero-bottom{
    width:min(34vw,460px)!important;
    margin-left:auto!important;
    margin-right:clamp(88px,7vw,132px)!important;
    margin-top:clamp(112px,11vh,148px)!important;
    display:block!important;
  }
  body[data-page="home"] .hero-lead{
    max-width:none!important;
    text-align:right!important;
    margin-left:auto!important;
  }
  .hero-scroll-hint{
    left:auto!important;
    right:clamp(96px,8vw,148px)!important;
    bottom:clamp(24px,3.3vh,40px)!important;
  }
}
@media (max-width: 980px){
  .hero-scroll-hint{
    left:auto!important;
    right:22px!important;
    bottom:22px!important;
  }
}


/* Iteration 151 — align the right edge of the about text block and keep all discipline chips in one line. */
@media (min-width:981px){
  .about{
    grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr)!important;
    column-gap:clamp(56px,4.8vw,94px)!important;
    align-items:start!important;
  }
  .about-copy{
    width:100%!important;
    max-width:none!important;
  }
  .about .big-copy,
  .about-story,
  .about-disciplines,
  .about .stats{
    width:100%!important;
    max-width:none!important;
  }
  .about-story{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:clamp(22px,2.2vw,40px)!important;
  }
  .about-disciplines{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:8px!important;
    white-space:nowrap!important;
  }
  .about-disciplines span{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
  .about .stats{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
}


/* Iteration 152 — lower the left text composition in the geography section. */
@media (min-width:981px){
  .project-geography{
    padding-top:0!important;
  }
  .geography-heading{
    top:auto!important;
    bottom:clamp(44px,4.1vw,78px)!important;
  }
}


/* Iteration 153 — align the ONE VISION result card with the example cards and keep it white with a black outline. */
.service-package--vision .service-package-example{
  margin-top:0!important;
  padding-top:clamp(18px,1.4vw,24px)!important;
  display:flex;
  flex-direction:column;
}
.service-package--vision .service-package-example .service-package-label{
  margin-bottom:clamp(12px,1vw,16px);
}
.service-package--vision .service-vision-card{
  flex:1 1 auto;
  width:100%;
  min-height:clamp(370px,27vw,520px)!important;
  background:#fff!important;
  color:#111!important;
  border:1px solid #111!important;
}
.service-package:hover .service-vision-card,
.service-package:focus-within .service-vision-card,
.service-vision-card:hover,
.service-vision-card:focus-visible{
  background:#fff!important;
  color:#111!important;
}
@media (max-width:1180px){
  .service-package--vision .service-package-example{
    min-height:0;
  }
  .service-package--vision .service-vision-card{
    min-height:clamp(340px,44vw,500px)!important;
  }
}
@media (max-width:780px){
  .service-package--vision .service-vision-card{
    min-height:clamp(280px,70vw,420px)!important;
  }
}


/* Iteration 154 — add Ukrainian to the header language selector. */
.site-header .language{white-space:nowrap}


/* Iteration 156 — return A—04 Geography projects heading to the upper-left position. */
@media (min-width:981px){
  .geography-heading{
    top:calc(5vw + 24px)!important;
    bottom:auto!important;
  }
}


/* Iteration 157 — restore a wider gap before the founder photo while keeping all left-side items in one line. */
@media (min-width:981px){
  .about{
    grid-template-columns:minmax(0,1fr) minmax(420px,.78fr)!important;
    column-gap:clamp(82px,7.5vw,146px)!important;
  }
  .about-copy{
    width:100%!important;
    max-width:none!important;
  }
  .about-disciplines{
    flex-wrap:nowrap!important;
    gap:7px!important;
    white-space:nowrap!important;
  }
  .about-disciplines span{
    flex:0 0 auto!important;
    padding:8px 9px!important;
    font-size:7.7px!important;
    letter-spacing:.145em!important;
    white-space:nowrap!important;
  }
  .about .stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}


/* Iteration 158 — Ukrainian is the default language. */
.site-header .language{display:inline-flex;align-items:center;gap:.45em}
.site-header .language b,.site-header .language span,.site-header .language i{font:inherit;line-height:1;font-style:normal}
.site-header .language b{font-weight:700;opacity:1}
.site-header .language span{opacity:.58}
.site-header .language i{opacity:.4}


/* Iteration 163 — animated project area fact; year shifted to the far-right column. */
.project-data-area[hidden]{display:none!important}
.project-data-area dd{display:flex;align-items:baseline;gap:5px;font-variant-numeric:tabular-nums}
.project-data-area dd span{min-width:2.4ch}
.project-data-area dd small{font-size:10px;line-height:1;color:#777;letter-spacing:.06em}
@media(min-width:1101px){
  .project-data.has-project-area{grid-template-columns:repeat(5,minmax(0,1fr))}
  .project-data:not(.has-project-area){grid-template-columns:repeat(4,minmax(0,1fr))}
}


/* Iteration 168 — tag cloud returned to the full-cycle studio block with a subtler sticky/parallax hover. */
.about-tag-cloud{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center;
  align-content:flex-start;
  gap:10px 12px!important;
  perspective:900px;
  position:relative;
}
.about-tag-cloud span{
  --tag-x:0px;
  --tag-y:0px;
  --tag-r:0deg;
  --tag-s:1;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px!important;
  color:#111!important;
  border:1px solid #bdbdb8!important;
  background:rgba(255,255,255,.78)!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  transform:translate3d(var(--tag-x),var(--tag-y),0) rotate(var(--tag-r)) scale(var(--tag-s));
  transition:transform .34s cubic-bezier(.2,.75,.2,1),background .24s,color .24s,border-color .24s,box-shadow .24s;
  will-change:transform;
  cursor:default;
}
.about-tag-cloud span:nth-child(3n+1){--tag-r:-.35deg}
.about-tag-cloud span:nth-child(3n+2){--tag-r:.25deg}
.about-tag-cloud span:hover,
.about-tag-cloud span.is-near{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  z-index:3;
}
.service-package-example--placeholder{display:flex;flex-direction:column}
.service-example-placeholder{
  min-height:clamp(250px,18vw,360px);
  flex:1 1 auto;
  border:1px solid #111;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  background:#f7f7f4;
  color:#111;
}
.service-example-placeholder span{font-size:clamp(24px,2vw,40px);line-height:1.02;max-width:10ch}
.service-example-placeholder small{font-size:9px;letter-spacing:.18em;text-transform:uppercase}
.service-package:hover .service-example-placeholder,
.service-package:focus-within .service-example-placeholder{background:#111;color:#fff;border-color:#fff}
@media (min-width:1181px){
  .service-packages-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:780px){
  .about-tag-cloud span{padding:10px 12px!important;font-size:9px!important}
}


/* Iteration 165 — working documentation card and a more compact service grid. */
.services-pricing .service-packages-grid{
  gap:clamp(8px,.75vw,15px)!important;
}
.services-pricing .service-package{
  padding:clamp(24px,1.7vw,34px) clamp(16px,1.35vw,26px) clamp(20px,1.5vw,30px)!important;
}
.services-pricing .service-package-title{
  min-height:clamp(190px,13vw,250px)!important;
  padding-bottom:clamp(18px,1.35vw,26px)!important;
}
.services-pricing .service-package-title h3{
  margin-bottom:16px!important;
  font-size:clamp(27px,1.72vw,38px)!important;
  line-height:.94!important;
}
.services-pricing .service-package-title p{
  font-size:10.5px!important;
  line-height:1.5!important;
}
.services-pricing .service-package-scope{
  padding:clamp(20px,1.35vw,28px) 0!important;
}
.services-pricing .service-package-scope li{
  padding:7px 7px 7px 20px!important;
  font-size:10px!important;
  line-height:1.34!important;
}
.services-pricing .service-package-scope li::before{
  top:13px!important;
  width:7px!important;
}
.services-pricing .service-package-price{
  padding:clamp(20px,1.35vw,28px) 0!important;
}
.services-pricing .service-package-price strong{
  margin-bottom:12px!important;
  font-size:clamp(32px,2.05vw,44px)!important;
}
.services-pricing .service-package-price strong.service-package-price-custom{
  font-size:clamp(25px,1.72vw,36px)!important;
}
.services-pricing .service-package-price>span{
  font-size:9.5px!important;
  line-height:1.48!important;
}
.services-pricing .service-order-link{
  margin-top:18px!important;
  font-size:10px!important;
}
.services-pricing .service-package-example{
  padding-top:clamp(20px,1.35vw,28px)!important;
}
.services-pricing .service-pdf-meta{
  padding-top:9px!important;
}
.services-pricing .service-pdf-meta b{font-size:11px!important}
.services-pricing .service-example-placeholder{
  min-height:clamp(205px,14vw,285px)!important;
  padding:18px!important;
}
.services-pricing .service-example-placeholder span{
  font-size:clamp(20px,1.4vw,30px)!important;
}
@media (min-width:1700px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media (min-width:1181px) and (max-width:1699px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .services-pricing .service-package--vision{grid-column:auto!important;display:flex!important}
}


/* Iteration 167 — short thin line only on the right side of the hero slogan. */
body[data-page="home"] .hero-lead{
  position:relative!important;
  width:max-content!important;
  max-width:min(31vw,360px)!important;
  margin-left:auto!important;
  padding-right:clamp(10px,.8vw,14px)!important;
  text-align:right!important;
}
body[data-page="home"] .hero-lead::before{
  display:none!important;
  content:none!important;
}
body[data-page="home"] .hero-lead::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:clamp(30px,3vw,44px);
  background:rgba(255,255,255,.82);
  transform:translateY(-50%);
  pointer-events:none;
}
@media (max-width:980px){
  body[data-page="home"] .hero-bottom{
    margin-left:auto!important;
    margin-right:22px!important;
    width:auto!important;
  }
  body[data-page="home"] .hero-lead{
    max-width:260px!important;
    padding-right:11px!important;
  }
  body[data-page="home"] .hero-lead::after{
    height:34px;
  }
}


/* Iteration 169 — three new full service cards and one standard for all example previews. */
.services-pricing .service-packages-grid{
  grid-auto-flow:row;
  align-items:stretch;
}
.services-pricing .service-package{
  height:100%;
}
.services-pricing .service-package-example{
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  min-height:clamp(278px,18vw,352px);
}
.services-pricing .service-package-example>.service-pdf-card,
.services-pricing .service-package-example>.service-vision-card,
.services-pricing .service-package-example>.service-example-placeholder{
  width:100%;
  height:100%;
  min-height:0!important;
}
.services-pricing .service-pdf-card{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
}
.services-pricing .service-pdf-cover{
  height:100%;
  min-height:0;
  aspect-ratio:auto!important;
}
.services-pricing .service-vision-card{
  justify-content:center;
  min-height:0!important;
}
.services-pricing .service-example-placeholder{
  justify-content:space-between;
}
@media (min-width:1700px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width:1181px) and (max-width:1699px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (min-width:781px) and (max-width:1180px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .services-pricing .service-package--vision{grid-column:auto!important;display:flex!important}
}
@media (max-width:780px){
  .services-pricing .service-package-example{min-height:300px}
}


/* Iteration 172 — compact service cards, inverted headers, and full 3D model-making card. */
.services-pricing .service-packages-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(12px,1vw,20px)!important;
}
.services-pricing .service-package{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  padding:0!important;
  background:#fff!important;
  color:#111!important;
  transform:none!important;
}
.services-pricing .service-package:hover,
.services-pricing .service-package:focus-within{
  background:#fff!important;
  color:#111!important;
  transform:translateY(-3px)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.07);
}
.services-pricing .service-package-title{
  min-height:clamp(160px,11vw,210px)!important;
  margin:0!important;
  padding:clamp(18px,1.45vw,28px)!important;
  border:0!important;
  background:#111!important;
  color:#fff!important;
}
.services-pricing .service-package-title>span,
.services-pricing .service-package-title p{
  color:#c9c9c6!important;
}
.services-pricing .service-package-title h3{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:clamp(26px,1.6vw,36px)!important;
  line-height:.94!important;
}
.services-pricing .service-package-scope,
.services-pricing .service-package-price,
.services-pricing .service-package-example{
  margin-left:clamp(16px,1.25vw,24px)!important;
  margin-right:clamp(16px,1.25vw,24px)!important;
}
.services-pricing .service-package-scope{
  padding:clamp(18px,1.2vw,24px) 0!important;
}
.services-pricing .service-package-scope li{
  padding:6px 6px 6px 19px!important;
  font-size:9.5px!important;
  line-height:1.3!important;
}
.services-pricing .service-package-scope li::before{top:12px!important}
.services-pricing .service-package-price{
  padding:clamp(18px,1.2vw,24px) 0!important;
}
.services-pricing .service-package-example{
  min-height:clamp(220px,14vw,290px)!important;
  padding-top:clamp(18px,1.2vw,24px)!important;
  padding-bottom:clamp(16px,1.25vw,24px)!important;
}
.services-pricing .service-example-placeholder{
  padding:16px!important;
}
.services-pricing .service-example-placeholder span{
  font-size:clamp(19px,1.25vw,27px)!important;
}
.services-pricing .service-package:hover .service-package-title,
.services-pricing .service-package:focus-within .service-package-title{
  background:#000!important;
}
.services-pricing .service-package:hover .service-package-scope,
.services-pricing .service-package:focus-within .service-package-scope,
.services-pricing .service-package:hover .service-package-price,
.services-pricing .service-package:focus-within .service-package-price{
  border-color:#111!important;
}
.services-pricing .service-package:hover .service-package-scope ul,
.services-pricing .service-package:focus-within .service-package-scope ul,
.services-pricing .service-package:hover .service-package-scope li,
.services-pricing .service-package:focus-within .service-package-scope li{
  border-color:#d2d0ca!important;
  color:#111!important;
}
.services-pricing .service-package:hover .service-package-label,
.services-pricing .service-package:focus-within .service-package-label,
.services-pricing .service-package:hover .service-package-price>span,
.services-pricing .service-package:focus-within .service-package-price>span{
  color:#5d5b56!important;
}
.services-pricing .service-package:hover .service-link-arrow,
.services-pricing .service-package:focus-within .service-link-arrow{
  filter:invert(1)!important;
}
@media (min-width:1181px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (min-width:781px) and (max-width:1180px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:780px){
  .services-pricing .service-packages-grid{grid-template-columns:1fr!important}
}


/* Iteration 173 — restore full-card inversion on hover/focus. */
@media (hover:hover) and (pointer:fine){
  .services-pricing .service-package:hover,
  .services-pricing .service-package:focus-within{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
    transform:translateY(-3px)!important;
    box-shadow:0 16px 38px rgba(0,0,0,.16)!important;
  }

  .services-pricing .service-package:hover .service-package-title,
  .services-pricing .service-package:focus-within .service-package-title{
    background:#000!important;
    color:#fff!important;
    border-color:#fff!important;
  }

  .services-pricing .service-package:hover .service-package-title h3,
  .services-pricing .service-package:focus-within .service-package-title h3,
  .services-pricing .service-package:hover .service-package-scope,
  .services-pricing .service-package:focus-within .service-package-scope,
  .services-pricing .service-package:hover .service-package-price,
  .services-pricing .service-package:focus-within .service-package-price,
  .services-pricing .service-package:hover .service-package-price strong,
  .services-pricing .service-package:focus-within .service-package-price strong,
  .services-pricing .service-package:hover .service-package-example,
  .services-pricing .service-package:focus-within .service-package-example,
  .services-pricing .service-package:hover .service-order-link,
  .services-pricing .service-package:focus-within .service-order-link,
  .services-pricing .service-package:hover .service-pdf-meta,
  .services-pricing .service-package:focus-within .service-pdf-meta,
  .services-pricing .service-package:hover .service-pdf-meta b,
  .services-pricing .service-package:focus-within .service-pdf-meta b,
  .services-pricing .service-package:hover .service-pdf-meta u,
  .services-pricing .service-package:focus-within .service-pdf-meta u{
    color:#fff!important;
  }

  .services-pricing .service-package:hover .service-package-title>span,
  .services-pricing .service-package:focus-within .service-package-title>span,
  .services-pricing .service-package:hover .service-package-title p,
  .services-pricing .service-package:focus-within .service-package-title p,
  .services-pricing .service-package:hover .service-package-label,
  .services-pricing .service-package:focus-within .service-package-label,
  .services-pricing .service-package:hover .service-package-price>span,
  .services-pricing .service-package:focus-within .service-package-price>span,
  .services-pricing .service-package:hover .service-pdf-meta i,
  .services-pricing .service-package:focus-within .service-pdf-meta i{
    color:#c8c8c5!important;
  }

  .services-pricing .service-package:hover .service-package-scope,
  .services-pricing .service-package:focus-within .service-package-scope,
  .services-pricing .service-package:hover .service-package-price,
  .services-pricing .service-package:focus-within .service-package-price,
  .services-pricing .service-package:hover .service-package-example,
  .services-pricing .service-package:focus-within .service-package-example{
    border-color:rgba(255,255,255,.72)!important;
  }

  .services-pricing .service-package:hover .service-package-scope ul,
  .services-pricing .service-package:focus-within .service-package-scope ul,
  .services-pricing .service-package:hover .service-package-scope li,
  .services-pricing .service-package:focus-within .service-package-scope li{
    color:#fff!important;
    border-color:#454545!important;
  }

  .services-pricing .service-package:hover .service-package-scope li:hover,
  .services-pricing .service-package:focus-within .service-package-scope li:hover{
    background:#fff!important;
    color:#111!important;
    border-color:#fff!important;
  }

  .services-pricing .service-package:hover .service-link-arrow,
  .services-pricing .service-package:focus-within .service-link-arrow{
    filter:invert(1)!important;
    opacity:1!important;
  }

  .services-pricing .service-package:hover .service-example-placeholder,
  .services-pricing .service-package:focus-within .service-example-placeholder,
  .services-pricing .service-package:hover .service-vision-card,
  .services-pricing .service-package:focus-within .service-vision-card{
    background:#fff!important;
    color:#111!important;
    border-color:#fff!important;
  }

  .services-pricing .service-package:hover .service-pdf-cover,
  .services-pricing .service-package:focus-within .service-pdf-cover{
    border-color:#fff!important;
  }

  .services-pricing .service-package:hover .service-pdf-cover::after,
  .services-pricing .service-package:focus-within .service-pdf-cover::after{
    background:#fff!important;
    color:#111!important;
  }
}


/* Iteration 175 — service cards approximately twice as compact; light headers by default, full inversion on hover. */
.services-pricing .service-packages-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(8px,.7vw,14px)!important;
}
.services-pricing .service-package{
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  background:#fff!important;
  color:#111!important;
  border-color:#bdbdb8!important;
  box-shadow:none!important;
}
.services-pricing .service-package-title{
  min-height:0!important;
  padding:clamp(12px,.9vw,17px)!important;
  background:#fff!important;
  color:#111!important;
  border-bottom:1px solid #bdbdb8!important;
}
.services-pricing .service-package-title>span{
  margin-bottom:7px!important;
  color:#777570!important;
  font-size:7px!important;
  letter-spacing:.13em!important;
}
.services-pricing .service-package-title h3{
  margin:0 0 7px!important;
  color:#111!important;
  font-size:clamp(21px,1.25vw,28px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
}
.services-pricing .service-package-title p{
  max-width:none!important;
  color:#55534f!important;
  font-size:9px!important;
  line-height:1.38!important;
}
.services-pricing .service-package-scope,
.services-pricing .service-package-price,
.services-pricing .service-package-example{
  margin-left:clamp(11px,.8vw,15px)!important;
  margin-right:clamp(11px,.8vw,15px)!important;
}
.services-pricing .service-package-scope{
  padding:clamp(10px,.75vw,14px) 0!important;
}
.services-pricing .service-package-label{
  margin-bottom:7px!important;
  font-size:7px!important;
  letter-spacing:.13em!important;
}
.services-pricing .service-package-scope ul{
  column-count:2;
  column-gap:clamp(10px,.8vw,16px);
  column-rule:1px solid #e0dfda;
  border-top:0!important;
}
.services-pricing .service-package-scope li{
  break-inside:avoid;
  padding:4px 4px 4px 13px!important;
  border-top:1px solid #deddd8!important;
  border-bottom:0!important;
  font-size:8px!important;
  line-height:1.25!important;
}
.services-pricing .service-package-scope li:last-child{
  border-bottom:1px solid #deddd8!important;
}
.services-pricing .service-package-scope li::before{
  left:1px!important;
  top:8px!important;
  width:5px!important;
}
.services-pricing .service-package-price{
  padding:clamp(10px,.75vw,14px) 0!important;
}
.services-pricing .service-package-price strong{
  margin-bottom:5px!important;
  font-size:clamp(22px,1.35vw,30px)!important;
}
.services-pricing .service-package-price strong small,
.services-pricing .service-package-price strong i{
  font-size:8px!important;
}
.services-pricing .service-package-price>span{
  margin-bottom:8px!important;
  font-size:8px!important;
  line-height:1.32!important;
}
.services-pricing .service-order-link{
  min-height:32px!important;
  padding:7px 0!important;
  font-size:8px!important;
}
.services-pricing .service-order-link .service-link-arrow{
  width:20px!important;
}
.services-pricing .service-package-example{
  min-height:clamp(118px,8vw,155px)!important;
  padding-top:clamp(10px,.75vw,14px)!important;
  padding-bottom:clamp(10px,.75vw,14px)!important;
}
.services-pricing .service-example-placeholder{
  min-height:95px!important;
  padding:10px!important;
}
.services-pricing .service-example-placeholder span{
  font-size:clamp(14px,.9vw,19px)!important;
}
.services-pricing .service-example-placeholder small,
.services-pricing .service-pdf-meta i,
.services-pricing .service-pdf-meta u{
  font-size:7px!important;
}
.services-pricing .service-pdf-meta{
  padding-top:7px!important;
  gap:3px!important;
}
.services-pricing .service-pdf-meta b{
  font-size:9px!important;
}

@media (hover:hover) and (pointer:fine){
  .services-pricing .service-package:hover,
  .services-pricing .service-package:focus-within{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
    transform:translateY(-3px)!important;
    box-shadow:0 14px 32px rgba(0,0,0,.15)!important;
  }
  .services-pricing .service-package:hover .service-package-title,
  .services-pricing .service-package:focus-within .service-package-title{
    background:#111!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.72)!important;
  }
  .services-pricing .service-package:hover .service-package-title h3,
  .services-pricing .service-package:focus-within .service-package-title h3,
  .services-pricing .service-package:hover .service-package-title>span,
  .services-pricing .service-package:focus-within .service-package-title>span,
  .services-pricing .service-package:hover .service-package-title p,
  .services-pricing .service-package:focus-within .service-package-title p,
  .services-pricing .service-package:hover .service-package-label,
  .services-pricing .service-package:focus-within .service-package-label,
  .services-pricing .service-package:hover .service-package-price>span,
  .services-pricing .service-package:focus-within .service-package-price>span{
    color:#fff!important;
  }
  .services-pricing .service-package:hover .service-package-scope,
  .services-pricing .service-package:focus-within .service-package-scope,
  .services-pricing .service-package:hover .service-package-price,
  .services-pricing .service-package:focus-within .service-package-price,
  .services-pricing .service-package:hover .service-package-example,
  .services-pricing .service-package:focus-within .service-package-example{
    border-color:rgba(255,255,255,.72)!important;
  }
  .services-pricing .service-package:hover .service-package-scope ul,
  .services-pricing .service-package:focus-within .service-package-scope ul{
    column-rule-color:#454545!important;
  }
  .services-pricing .service-package:hover .service-package-scope li,
  .services-pricing .service-package:focus-within .service-package-scope li{
    color:#fff!important;
    border-color:#454545!important;
  }
  .services-pricing .service-package:hover .service-example-placeholder,
  .services-pricing .service-package:focus-within .service-example-placeholder,
  .services-pricing .service-package:hover .service-vision-card,
  .services-pricing .service-package:focus-within .service-vision-card{
    background:#111!important;
    color:#fff!important;
    border-color:#fff!important;
  }
  .services-pricing .service-package:hover .service-link-arrow,
  .services-pricing .service-package:focus-within .service-link-arrow{
    filter:invert(1)!important;
  }
}

@media (min-width:781px) and (max-width:1180px){
  .services-pricing .service-package-scope ul{column-count:1}
}
@media (max-width:780px){
  .services-pricing .service-package-title{padding:15px!important}
  .services-pricing .service-package-title h3{font-size:26px!important}
  .services-pricing .service-package-title p{font-size:10px!important}
  .services-pricing .service-package-scope ul{column-count:1}
  .services-pricing .service-package-scope li{font-size:9px!important}
  .services-pricing .service-package-example{min-height:170px!important}
}


/* Iteration 176 — restrained plexus field in the open centre of the contact section. */
@media (min-width:1281px){
  .contact{
    grid-template-columns:minmax(400px,.82fr) minmax(340px,1.16fr) minmax(270px,.56fr)!important;
    gap:clamp(24px,3vw,62px)!important;
  }
  .contact-main{max-width:560px!important}
  .contact-plexus-field{
    position:relative!important;
    align-self:stretch;
    min-height:clamp(520px,42vw,760px);
    overflow:hidden;
    pointer-events:none;
    opacity:.56;
    isolation:isolate;
    mask-image:radial-gradient(ellipse 76% 72% at 51% 50%,#000 0%,rgba(0,0,0,.94) 48%,rgba(0,0,0,.42) 76%,transparent 100%);
    -webkit-mask-image:radial-gradient(ellipse 76% 72% at 51% 50%,#000 0%,rgba(0,0,0,.94) 48%,rgba(0,0,0,.42) 76%,transparent 100%);
  }
  .contact-plexus-field:after{
    content:"";
    position:absolute;
    inset:12% 8%;
    z-index:1;
    border-radius:50%;
    background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.025),transparent 66%);
    filter:blur(26px);
    pointer-events:none;
  }
  .contact-plexus{
    z-index:0;
    opacity:.78;
    mix-blend-mode:screen;
    filter:brightness(.92) contrast(.9);
    transform:scale(.94);
  }
}
@media (max-width:1280px){
  .contact-plexus-field{display:none!important}
}
@media (prefers-reduced-motion:reduce){
  .contact-plexus{opacity:.42!important}
}


/* Iteration 177 — return service cards to the thin style: five across on wide screens, light header by default, full-card inversion on hover. */
.services-pricing .service-packages-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:clamp(8px,.62vw,12px)!important;
  align-items:stretch!important;
}
.services-pricing .service-package{
  grid-template-rows:auto auto auto 1fr!important;
  background:#fff!important;
  color:#111!important;
  border:1px solid #bdbdb8!important;
  box-shadow:none!important;
  transform:none!important;
}
.services-pricing .service-package-title{
  min-height:0!important;
  padding:12px 12px 11px!important;
  background:#fff!important;
  color:#111!important;
  border-bottom:1px solid #d9d7d0!important;
}
.services-pricing .service-package-title>span,
.services-pricing .service-package-label{
  margin:0 0 7px!important;
  font-size:7px!important;
  letter-spacing:.12em!important;
  color:#7b7974!important;
}
.services-pricing .service-package-title h3{
  margin:0 0 8px!important;
  font-size:clamp(15px,1.05vw,22px)!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
  color:#111!important;
}
.services-pricing .service-package-title p{
  margin:0!important;
  max-width:none!important;
  font-size:8px!important;
  line-height:1.38!important;
  color:#5f5d57!important;
}
.services-pricing .service-package-scope,
.services-pricing .service-package-price,
.services-pricing .service-package-example{
  margin-left:12px!important;
  margin-right:12px!important;
}
.services-pricing .service-package-scope{
  padding:10px 0!important;
  border-bottom:1px solid #d9d7d0!important;
}
.services-pricing .service-package-scope ul{
  column-count:1!important;
  column-gap:0!important;
  column-rule:0!important;
  border-top:1px solid #e3e1da!important;
}
.services-pricing .service-package-scope li{
  break-inside:avoid;
  padding:5px 4px 5px 13px!important;
  border-top:0!important;
  border-bottom:1px solid #e3e1da!important;
  font-size:7.8px!important;
  line-height:1.28!important;
  color:#262521!important;
}
.services-pricing .service-package-scope li::before{
  left:1px!important;
  top:10px!important;
  width:5px!important;
}
.services-pricing .service-package-price{
  padding:10px 0!important;
  border-bottom:1px solid #d9d7d0!important;
}
.services-pricing .service-package-price strong{
  margin:0 0 5px!important;
  font-size:clamp(21px,1.28vw,28px)!important;
}
.services-pricing .service-package-price strong small,
.services-pricing .service-package-price strong i{
  font-size:8px!important;
}
.services-pricing .service-package-price>span{
  display:block!important;
  margin-bottom:8px!important;
  font-size:7.8px!important;
  line-height:1.32!important;
  color:#64625c!important;
}
.services-pricing .service-order-link{
  min-height:28px!important;
  margin-top:0!important;
  padding:6px 0 4px!important;
  font-size:8px!important;
}
.services-pricing .service-order-link .service-link-arrow{width:18px!important}
.services-pricing .service-package-example{
  display:grid!important;
  grid-template-rows:auto minmax(104px,1fr)!important;
  min-height:142px!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}
.services-pricing .service-pdf-cover{
  aspect-ratio:1.05 / 1!important;
}
.services-pricing .service-example-placeholder,
.services-pricing .service-vision-card{
  min-height:104px!important;
  padding:10px!important;
}
.services-pricing .service-example-placeholder span{
  font-size:clamp(13px,.85vw,18px)!important;
}
.services-pricing .service-example-placeholder small,
.services-pricing .service-pdf-meta i,
.services-pricing .service-pdf-meta u{
  font-size:7px!important;
}
.services-pricing .service-pdf-meta{
  gap:3px!important;
  padding-top:7px!important;
}
.services-pricing .service-pdf-meta b{
  font-size:9px!important;
}
@media (hover:hover) and (pointer:fine){
  .services-pricing .service-package:hover,
  .services-pricing .service-package:focus-within{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
    transform:translateY(-3px)!important;
    box-shadow:0 14px 32px rgba(0,0,0,.15)!important;
  }
  .services-pricing .service-package:hover .service-package-title,
  .services-pricing .service-package:focus-within .service-package-title{
    background:#111!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.7)!important;
  }
  .services-pricing .service-package:hover .service-package-title h3,
  .services-pricing .service-package:focus-within .service-package-title h3,
  .services-pricing .service-package:hover .service-package-title>span,
  .services-pricing .service-package:focus-within .service-package-title>span,
  .services-pricing .service-package:hover .service-package-title p,
  .services-pricing .service-package:focus-within .service-package-title p,
  .services-pricing .service-package:hover .service-package-label,
  .services-pricing .service-package:focus-within .service-package-label,
  .services-pricing .service-package:hover .service-package-price>span,
  .services-pricing .service-package:focus-within .service-package-price>span,
  .services-pricing .service-package:hover .service-pdf-meta i,
  .services-pricing .service-package:focus-within .service-pdf-meta i{
    color:#c9c9c6!important;
  }
  .services-pricing .service-package:hover .service-package-scope,
  .services-pricing .service-package:focus-within .service-package-scope,
  .services-pricing .service-package:hover .service-package-price,
  .services-pricing .service-package:focus-within .service-package-price,
  .services-pricing .service-package:hover .service-package-example,
  .services-pricing .service-package:focus-within .service-package-example{
    border-color:rgba(255,255,255,.7)!important;
  }
  .services-pricing .service-package:hover .service-package-scope ul,
  .services-pricing .service-package:focus-within .service-package-scope ul,
  .services-pricing .service-package:hover .service-package-scope li,
  .services-pricing .service-package:focus-within .service-package-scope li{
    color:#fff!important;
    border-color:#454545!important;
  }
  .services-pricing .service-package:hover .service-package-scope li:hover,
  .services-pricing .service-package:focus-within .service-package-scope li:hover{
    background:#fff!important;
    color:#111!important;
    border-color:#fff!important;
  }
  .services-pricing .service-package:hover .service-example-placeholder,
  .services-pricing .service-package:focus-within .service-example-placeholder,
  .services-pricing .service-package:hover .service-vision-card,
  .services-pricing .service-package:focus-within .service-vision-card,
  .services-pricing .service-package:hover .service-pdf-cover,
  .services-pricing .service-package:focus-within .service-pdf-cover{
    border-color:#fff!important;
  }
  .services-pricing .service-package:hover .service-example-placeholder,
  .services-pricing .service-package:focus-within .service-example-placeholder,
  .services-pricing .service-package:hover .service-vision-card,
  .services-pricing .service-package:focus-within .service-vision-card{
    background:#111!important;
    color:#fff!important;
  }
  .services-pricing .service-package:hover .service-link-arrow,
  .services-pricing .service-package:focus-within .service-link-arrow{
    filter:invert(1)!important;
  }
  .services-pricing .service-package:hover .service-pdf-cover::after,
  .services-pricing .service-package:focus-within .service-pdf-cover::after{
    background:#fff!important;
    color:#111!important;
  }
}
@media (min-width:1440px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media (min-width:1181px) and (max-width:1439px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width:781px) and (max-width:1180px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:780px){
  .services-pricing .service-packages-grid{grid-template-columns:1fr!important}
  .services-pricing .service-package-title{padding:15px!important}
  .services-pricing .service-package-title h3{font-size:24px!important}
  .services-pricing .service-package-title p{font-size:10px!important}
  .services-pricing .service-package-scope li{font-size:9px!important}
  .services-pricing .service-package-example{min-height:180px!important}
}

/* Iteration 177 — contact plexus closer to the approved process reference, with gentle cursor adhesion. */
@media (min-width:1281px){
  .contact-plexus-field{
    opacity:.72!important;
    mask-image:radial-gradient(ellipse 84% 78% at 52% 50%,#000 0%,rgba(0,0,0,.96) 46%,rgba(0,0,0,.55) 76%,transparent 100%)!important;
    -webkit-mask-image:radial-gradient(ellipse 84% 78% at 52% 50%,#000 0%,rgba(0,0,0,.96) 46%,rgba(0,0,0,.55) 76%,transparent 100%)!important;
  }
  .contact-plexus-field:after{
    inset:10% 7%!important;
    background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.04),transparent 68%)!important;
    filter:blur(30px)!important;
  }
  .contact-plexus{
    opacity:.9!important;
    mix-blend-mode:screen!important;
    filter:brightness(1.02) contrast(1.02)!important;
    transform:scale(.98)!important;
  }
}

/* Iteration 178 — hero keywords above the main slogan and a repeated right-bottom comment with a pulsing arrow. */
body[data-page="home"] .hero-keywords{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 clamp(18px,1.8vw,24px) 0;
  padding:5px 12px 4px;
  width:max-content;
  max-width:100%;
  font-size:8px;
  line-height:1;
  letter-spacing:.38em;
  text-transform:uppercase;
  color:#f2f2f2;
  background:rgba(10,10,10,.62);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
body[data-page="home"] .hero-bottom{
  margin-top:clamp(116px,11.4vh,156px)!important;
}
body[data-page="home"] .hero-comment{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:clamp(10px,1vw,16px);
  width:max-content;
  margin-left:auto;
}
body[data-page="home"] .hero-lead{
  margin:0!important;
}
body[data-page="home"] .hero-comment-arrow{
  position:relative;
  flex:0 0 auto;
  width:clamp(40px,3.3vw,56px);
  height:clamp(14px,1.1vw,20px);
  margin-bottom:clamp(4px,.3vw,7px);
  transform-origin:right center;
  animation:heroCommentPulse 2.2s ease-in-out infinite;
}
body[data-page="home"] .hero-comment-arrow::before,
body[data-page="home"] .hero-comment-arrow::after,
body[data-page="home"] .hero-comment-arrow i{
  content:"";
  position:absolute;
  display:block;
  background:rgba(255,255,255,.92);
  border-radius:999px;
}
body[data-page="home"] .hero-comment-arrow i{
  left:0;
  top:50%;
  width:100%;
  height:1px;
  transform:translateY(-50%);
}
body[data-page="home"] .hero-comment-arrow::before{
  right:0;
  top:50%;
  width:10px;
  height:1px;
  transform-origin:right center;
  transform:translateY(-50%) rotate(38deg);
}
body[data-page="home"] .hero-comment-arrow::after{
  right:0;
  top:50%;
  width:10px;
  height:1px;
  transform-origin:right center;
  transform:translateY(-50%) rotate(-38deg);
}
@keyframes heroCommentPulse{
  0%,100%{transform:translateX(0);opacity:.72}
  50%{transform:translateX(7px);opacity:1}
}
@media (max-width:980px){
  body[data-page="home"] .hero-keywords{
    margin-bottom:14px;
    padding:4px 10px;
    font-size:7px;
    letter-spacing:.3em;
  }
  body[data-page="home"] .hero-comment{
    gap:10px;
  }
  body[data-page="home"] .hero-comment-arrow{
    width:34px;
    height:14px;
    margin-bottom:4px;
  }
}

/* Iteration 179 — remove small texts above the main slogan and place the repeated slogan as a right-bottom comment with a pulsing arrow. */
body[data-page="home"] .creative-hero .hero-content > .eyebrow,
body[data-page="home"] .hero-keywords{
  display:none!important;
}
@media (min-width:981px){
  body[data-page="home"] .creative-hero .hero-content{
    padding-top:calc(var(--header) + 4.6vh)!important;
  }
  body[data-page="home"] .hero-bottom{
    position:absolute!important;
    right:clamp(92px,7.2vw,136px)!important;
    bottom:clamp(72px,9.5vh,114px)!important;
    margin:0!important;
    width:auto!important;
    max-width:none!important;
    display:block!important;
    z-index:3!important;
  }
}
body[data-page="home"] .hero-comment{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:clamp(10px,.95vw,14px);
  width:max-content;
  max-width:min(33vw,460px);
  margin-left:auto;
  padding:clamp(10px,.95vw,14px) clamp(12px,1.15vw,18px);
  background:rgba(14,14,14,.26);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}
body[data-page="home"] .hero-lead{
  margin:0!important;
  text-align:right!important;
  max-width:none!important;
  font-size:clamp(13px,.95vw,17px)!important;
  line-height:1.35!important;
  color:rgba(245,245,245,.94)!important;
}
body[data-page="home"] .hero-comment-divider{
  flex:0 0 auto;
  align-self:stretch;
  width:1px;
  min-height:clamp(30px,2.4vw,42px);
  background:rgba(255,255,255,.56);
}
body[data-page="home"] .hero-comment-arrow{
  position:relative;
  flex:0 0 auto;
  align-self:center;
  width:clamp(34px,2.7vw,48px);
  height:clamp(12px,.9vw,16px);
  margin:0;
  transform-origin:left center;
  animation:heroCommentPulseRight 2.1s ease-in-out infinite;
}
body[data-page="home"] .hero-comment-arrow::before,
body[data-page="home"] .hero-comment-arrow::after,
body[data-page="home"] .hero-comment-arrow i{
  content:"";
  position:absolute;
  display:block;
  background:rgba(255,255,255,.94);
  border-radius:999px;
}
body[data-page="home"] .hero-comment-arrow i{
  left:0;
  top:50%;
  width:100%;
  height:1px;
  transform:translateY(-50%);
}
body[data-page="home"] .hero-comment-arrow::before{
  right:0;
  top:50%;
  width:9px;
  height:1px;
  transform-origin:right center;
  transform:translateY(-50%) rotate(36deg);
}
body[data-page="home"] .hero-comment-arrow::after{
  right:0;
  top:50%;
  width:9px;
  height:1px;
  transform-origin:right center;
  transform:translateY(-50%) rotate(-36deg);
}
@keyframes heroCommentPulseRight{
  0%,100%{transform:translateX(0);opacity:.74}
  50%{transform:translateX(6px);opacity:1}
}
@media (max-width:980px){
  body[data-page="home"] .hero-bottom{
    margin-top:clamp(48px,7vh,72px)!important;
    margin-left:auto!important;
    width:100%!important;
    display:flex!important;
    justify-content:flex-end!important;
  }
  body[data-page="home"] .hero-comment{
    max-width:min(78vw,360px);
    gap:9px;
    padding:10px 12px;
  }
  body[data-page="home"] .hero-comment-divider{min-height:28px}
  body[data-page="home"] .hero-comment-arrow{
    width:32px;
    height:12px;
  }
}

/* Iteration 181 — home hero scroll cue, studio metrics/signature and geography heading clearance. */
body[data-page="home"] .hero-bottom{
  display:none!important;
}
body[data-page="home"] .hero-scroll-hint{
  left:50%!important;
  right:auto!important;
  bottom:clamp(24px,3.6vh,42px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:max-content!important;
  height:auto!important;
  gap:10px!important;
  opacity:.82!important;
  transform:translateX(-50%)!important;
  color:#fff!important;
  text-decoration:none!important;
}
body[data-page="home"] .hero-scroll-hint span{
  display:block;
  font-size:8px;
  line-height:1;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
}
body[data-page="home"] .hero-scroll-hint-arrow{
  display:block!important;
  width:clamp(36px,2.7vw,48px)!important;
  height:1px!important;
  object-fit:fill!important;
  filter:brightness(0) invert(1)!important;
  transform:rotate(90deg)!important;
  transform-origin:center!important;
  animation:heroExploreArrow 2s ease-in-out infinite;
}
body[data-page="home"] .hero-scroll-hint:hover{
  opacity:1!important;
  transform:translateX(-50%)!important;
}
@keyframes heroExploreArrow{
  0%,100%{translate:0 0;opacity:.66}
  50%{translate:0 7px;opacity:1}
}

.about .stats{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:clamp(18px,2vw,30px)!important;
}
.about .stats .stat-area strong{
  white-space:nowrap;
  font-size:clamp(30px,3.05vw,54px)!important;
  letter-spacing:-.055em;
}
.about .stats .stat-area span{
  max-width:150px;
}

@media (min-width:981px){
  .geography-heading{
    top:clamp(42px,3.5vw,68px)!important;
    bottom:auto!important;
  }
}

@media (min-width:621px) and (max-width:980px){
  .about .stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:620px){
  body[data-page="home"] .hero-scroll-hint{
    display:flex!important;
    bottom:22px!important;
    gap:8px!important;
  }
  body[data-page="home"] .hero-scroll-hint span{
    font-size:7px;
  }
  body[data-page="home"] .hero-scroll-hint-arrow{
    width:34px!important;
  }
  .about .stats{
    grid-template-columns:1fr!important;
  }
  .about .stats .stat-area strong{
    font-size:34px!important;
  }
}
@media (prefers-reduced-motion:reduce){
  body[data-page="home"] .hero-scroll-hint-arrow{animation:none!important}
}

/* Iteration 183 — interactive contact plexus, full-height contact rail, and a cinematic logo assembly. */
@media (min-width:1281px){
  .contact{
    grid-template-columns:minmax(410px,.78fr) minmax(430px,1.16fr) minmax(285px,.52fr)!important;
    gap:clamp(28px,2.8vw,58px)!important;
    align-items:stretch!important;
    min-height:calc(100svh - 74px)!important;
    padding-top:clamp(74px,7vh,112px)!important;
    padding-bottom:clamp(54px,6vh,88px)!important;
    background:#020202!important;
  }
  .contact-main{
    max-width:560px!important;
    align-self:start!important;
  }
  .contact-plexus-field{
    position:relative!important;
    align-self:stretch!important;
    min-height:clamp(610px,67vh,820px)!important;
    overflow:visible!important;
    opacity:1!important;
    pointer-events:none!important;
    isolation:isolate;
    mask-image:radial-gradient(ellipse 94% 90% at 50% 50%,#000 0%,#000 67%,rgba(0,0,0,.54) 86%,transparent 100%)!important;
    -webkit-mask-image:radial-gradient(ellipse 94% 90% at 50% 50%,#000 0%,#000 67%,rgba(0,0,0,.54) 86%,transparent 100%)!important;
  }
  .contact-plexus-field::after{
    content:none!important;
    display:none!important;
    background:none!important;
    filter:none!important;
  }
  .contact-plexus{
    z-index:0!important;
    opacity:.88!important;
    mix-blend-mode:screen!important;
    filter:brightness(.96) contrast(1.08)!important;
    transform:scale(1)!important;
  }
  .contact-aside{
    align-self:stretch!important;
    justify-self:stretch!important;
    max-width:none!important;
    min-height:clamp(610px,67vh,820px)!important;
    padding:2px 0 2px clamp(28px,2.5vw,48px)!important;
    border-left:1px solid rgba(255,255,255,.11)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    align-content:stretch!important;
    gap:clamp(34px,5vh,70px)!important;
  }
  .contact-aside .preview-note{
    max-width:270px!important;
    margin:0!important;
  }
  .contact-aside-primary,
  .contact-socials,
  .contact-direct{
    margin:0!important;
  }
  .contact-aside-primary p{
    font-size:clamp(15px,1vw,18px)!important;
    line-height:1.7!important;
  }
  .contact-socials{
    display:grid!important;
    gap:16px!important;
  }
  .contact-direct-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  .contact-direct .messenger-link{
    width:100%!important;
    min-height:48px!important;
    justify-content:flex-start!important;
    padding:12px 16px!important;
  }
}

.contact-plexus-tags{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
}
.contact-plexus-tag{
  --pull-x:0px;
  --pull-y:0px;
  --tag-scale:1;
  position:absolute;
  left:var(--tag-x);
  top:var(--tag-y);
  display:flex;
  align-items:center;
  gap:10px;
  transform:translate3d(calc(-50% + var(--pull-x)),calc(-50% + var(--pull-y)),0) scale(var(--tag-scale));
  transform-origin:center;
  transition:transform .38s cubic-bezier(.2,.8,.2,1),opacity .3s ease;
  will-change:transform;
}
.contact-plexus-tag--left{flex-direction:row-reverse}
.contact-plexus-tag i{
  position:relative;
  display:block;
  flex:0 0 auto;
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  box-shadow:0 0 0 0 rgba(255,255,255,.18),0 0 10px rgba(255,255,255,.28);
  transition:width .35s var(--ease),height .35s var(--ease),box-shadow .35s ease,background .3s ease;
}
.contact-plexus-tag i::before{
  content:"";
  position:absolute;
  inset:-7px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  opacity:.28;
  transform:scale(.72);
  transition:opacity .35s ease,transform .4s var(--ease);
}
.contact-plexus-tag b{
  display:block;
  max-width:220px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.9);
  font-size:9px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
  opacity:0;
  transform:translateX(-6px) scale(.94);
  filter:blur(2px);
  text-shadow:0 0 12px rgba(255,255,255,.12);
  transition:opacity .32s ease,transform .38s var(--ease),filter .32s ease,color .3s ease;
}
.contact-plexus-tag--left b{transform:translateX(6px) scale(.94)}
.contact-plexus-tag.is-near i{
  width:8px;
  height:8px;
  box-shadow:0 0 0 6px rgba(255,255,255,.06),0 0 17px rgba(255,255,255,.48);
}
.contact-plexus-tag.is-active i,
.contact-plexus-tag.is-idle-active i{
  width:11px;
  height:11px;
  background:#fff;
  box-shadow:0 0 0 7px rgba(255,255,255,.08),0 0 24px rgba(255,255,255,.7);
}
.contact-plexus-tag.is-active i::before,
.contact-plexus-tag.is-idle-active i::before{
  opacity:.82;
  transform:scale(1.05);
  animation:contactTagHalo 1.7s ease-out infinite;
}
.contact-plexus-tag.is-active b,
.contact-plexus-tag.is-idle-active b{
  opacity:1;
  transform:translateX(0) scale(1);
  filter:none;
  color:rgba(255,255,255,.98);
}
@keyframes contactTagHalo{
  0%{transform:scale(.72);opacity:.82}
  75%,100%{transform:scale(1.5);opacity:0}
}
@media (max-width:1280px){
  .contact-plexus-tags{display:none!important}
}

/* Logo WOW: faceted split assembly, a short luminous lock, then a restrained header scan. */
.intro-mark{
  isolation:isolate;
  perspective:900px;
}
.intro-mark::before,
.intro-mark::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:url('../assets/logo-am.png') center/contain no-repeat;
  opacity:0;
  pointer-events:none;
  filter:brightness(2.2) drop-shadow(0 0 18px rgba(255,255,255,.25));
}
.intro-mark::before{
  clip-path:polygon(0 0,100% 0,100% 49%,0 58%);
}
.intro-mark::after{
  clip-path:polygon(0 58%,100% 49%,100% 100%,0 100%);
}
.intro-mark img{
  animation:none!important;
  opacity:0;
  transform:scale(.72) translateZ(-90px);
  filter:brightness(2.6) blur(9px) drop-shadow(0 0 34px rgba(255,255,255,.42));
}
.intro.is-wow-active .intro-mark::before{
  animation:introShardTop 1.05s .16s var(--ease) both;
}
.intro.is-wow-active .intro-mark::after{
  animation:introShardBottom 1.05s .16s var(--ease) both;
}
.intro.is-wow-active .intro-mark img{
  animation:introLogoCoreWow 1.22s .24s cubic-bezier(.16,.84,.24,1) both!important;
}
.intro-line{
  position:relative;
  overflow:visible;
}
.intro-line::before{
  content:"";
  position:absolute;
  left:50%;
  top:-44px;
  width:1px;
  height:88px;
  background:linear-gradient(transparent,rgba(255,255,255,.96),transparent);
  opacity:0;
  transform:translateX(-50%) scaleY(.2);
  filter:drop-shadow(0 0 9px rgba(255,255,255,.8));
}
.intro.is-wow-active .intro-line::before{
  animation:introLogoScan 1s .72s var(--ease) both;
}
@keyframes introShardTop{
  0%{opacity:0;transform:translate3d(-72px,-36px,80px) rotateY(-18deg) skewX(-6deg)}
  52%{opacity:.92}
  78%{opacity:.66;transform:translate3d(0,0,0) rotateY(0) skewX(0)}
  100%{opacity:0;transform:translate3d(0,0,0) scale(1.025)}
}
@keyframes introShardBottom{
  0%{opacity:0;transform:translate3d(72px,38px,80px) rotateY(18deg) skewX(6deg)}
  52%{opacity:.92}
  78%{opacity:.66;transform:translate3d(0,0,0) rotateY(0) skewX(0)}
  100%{opacity:0;transform:translate3d(0,0,0) scale(1.025)}
}
@keyframes introLogoCoreWow{
  0%{opacity:0;transform:scale(.72) translateZ(-90px);filter:brightness(2.8) blur(10px) drop-shadow(0 0 38px rgba(255,255,255,.48))}
  54%{opacity:1;transform:scale(1.045) translateZ(0);filter:brightness(1.85) blur(0) drop-shadow(0 0 25px rgba(255,255,255,.34))}
  72%{transform:scale(.985);filter:brightness(1.42) drop-shadow(0 0 10px rgba(255,255,255,.18))}
  100%{opacity:1;transform:scale(1);filter:brightness(1.22) drop-shadow(0 0 0 rgba(255,255,255,0))}
}
@keyframes introLogoScan{
  0%{opacity:0;transform:translateX(-50%) translateY(-34px) scaleY(.25)}
  30%{opacity:1}
  100%{opacity:0;transform:translateX(-50%) translateY(34px) scaleY(1)}
}
.site-header .brand-am::after{
  content:"";
  position:absolute;
  z-index:3;
  top:7px;
  bottom:7px;
  left:-34%;
  width:18px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);
  opacity:0;
  transform:skewX(-18deg);
  pointer-events:none;
}
body.intro-complete .site-header .brand-am img{
  animation:headerLogoLock .82s .05s var(--ease) both;
}
body.intro-complete .site-header .brand-am::after{
  animation:headerLogoSweep .78s .28s var(--ease) both;
}
@keyframes headerLogoLock{
  0%{opacity:0;transform:scale(.72) rotate(-2deg);filter:brightness(2.4) blur(4px)}
  58%{opacity:1;transform:scale(1.08) rotate(0);filter:brightness(1.6) blur(0)}
  100%{opacity:1;transform:scale(1);filter:brightness(1)}
}
@keyframes headerLogoSweep{
  0%{left:-34%;opacity:0}
  22%{opacity:.9}
  100%{left:118%;opacity:0}
}
@media (prefers-reduced-motion:reduce){
  .intro-mark::before,.intro-mark::after,.intro-line::before,.site-header .brand-am::after{display:none!important}
  .intro-mark img,.site-header .brand-am img{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}
}

/* Iteration 184 — premium WOW reveal for the large ARCHIMETRICA wordmark. */
.about .background-wordmark{
  isolation:isolate;
  overflow:hidden;
  clip-path:inset(0 100% 0 0);
  -webkit-clip-path:inset(0 100% 0 0);
  filter:blur(10px) contrast(1.08)!important;
  transition:
    clip-path 1.38s cubic-bezier(.16,.84,.24,1),
    -webkit-clip-path 1.38s cubic-bezier(.16,.84,.24,1),
    filter 1.08s .12s cubic-bezier(.16,.84,.24,1)!important;
  will-change:transform,opacity,clip-path,filter!important;
}
.about .background-wordmark img{
  position:relative;
  z-index:1;
  opacity:0;
  transform:translate3d(0,12px,0) scale3d(1.018,1.018,1);
  transform-origin:50% 50%;
  filter:blur(7px) contrast(1.25) brightness(1.12);
  transition:
    opacity .74s .08s ease,
    transform 1.22s .08s cubic-bezier(.16,.84,.24,1),
    filter 1.12s .12s cubic-bezier(.16,.84,.24,1)!important;
  will-change:opacity,transform,filter;
}
.about .background-wordmark::before,
.about .background-wordmark::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  opacity:0;
  -webkit-mask-image:url('../assets/archimetrica-about.png');
  mask-image:url('../assets/archimetrica-about.png');
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center top;
  mask-position:center top;
  -webkit-mask-size:100% auto;
  mask-size:100% auto;
}
.about .background-wordmark::before{
  background:linear-gradient(
    104deg,
    transparent 0%,
    transparent 35%,
    rgba(255,255,255,.08) 42%,
    rgba(255,255,255,.78) 49%,
    rgba(255,255,255,.20) 56%,
    transparent 65%,
    transparent 100%
  );
  transform:translate3d(-118%,0,0) skewX(-8deg);
  mix-blend-mode:screen;
}
.about .background-wordmark::after{
  left:-18%;
  right:auto;
  width:13%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent);
  transform:translate3d(-145%,0,0) skewX(-12deg);
  filter:blur(.35px);
  mix-blend-mode:screen;
}
.about .background-wordmark.is-wordmark-visible{
  clip-path:inset(0 0 0 0);
  -webkit-clip-path:inset(0 0 0 0);
  filter:none!important;
}
.about .background-wordmark.is-wordmark-visible img{
  opacity:1;
  transform:translate3d(0,0,0) scale3d(1,1,1);
  filter:none!important;
}
.about .background-wordmark.is-wordmark-visible::before{
  animation:aboutWordmarkFacetSweep 1.55s .24s cubic-bezier(.2,.72,.2,1) both;
}
.about .background-wordmark.is-wordmark-visible::after{
  animation:aboutWordmarkFineScan 1.08s .72s cubic-bezier(.2,.72,.2,1) both;
}
@keyframes aboutWordmarkFacetSweep{
  0%{opacity:0;transform:translate3d(-118%,0,0) skewX(-8deg)}
  15%{opacity:.15}
  42%{opacity:.82}
  100%{opacity:0;transform:translate3d(118%,0,0) skewX(-8deg)}
}
@keyframes aboutWordmarkFineScan{
  0%{opacity:0;transform:translate3d(-145%,0,0) skewX(-12deg)}
  20%{opacity:.95}
  76%{opacity:.55}
  100%{opacity:0;transform:translate3d(920%,0,0) skewX(-12deg)}
}
@media (max-width:620px){
  .about .background-wordmark{
    clip-path:inset(0 100% 0 0);
    -webkit-clip-path:inset(0 100% 0 0);
    filter:blur(6px)!important;
  }
  .about .background-wordmark.is-wordmark-visible{
    clip-path:inset(0 0 0 0);
    -webkit-clip-path:inset(0 0 0 0);
    filter:none!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .about .background-wordmark,
  .about .background-wordmark img{
    clip-path:none!important;
    -webkit-clip-path:none!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
  .about .background-wordmark::before,
  .about .background-wordmark::after{
    display:none!important;
    animation:none!important;
  }
}

/* Iteration 185 — keep the original faceted ARCHIMETRICA wordmark permanently visible; WOW light passes are additive only. */
.about .background-wordmark{
  opacity:1!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  filter:none!important;
  overflow:hidden!important;
  transform:translate3d(var(--wordmark-x,0vw),0,0)!important;
  mix-blend-mode:normal!important;
}
.about .background-wordmark img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  opacity:.30!important;
  transform:translate3d(0,0,0) scale3d(1,1,1)!important;
  filter:grayscale(1) contrast(1.22) brightness(.84)!important;
  transition:opacity .45s ease,filter .45s ease!important;
}
.about .background-wordmark.is-wordmark-visible img{
  opacity:.34!important;
  animation:aboutWordmarkVisibleSettle 1.18s cubic-bezier(.16,.84,.24,1) both;
}
.about .background-wordmark::before,
.about .background-wordmark::after{
  z-index:2!important;
}
.about .background-wordmark.is-wordmark-visible::before{
  animation:aboutWordmarkFacetSweep 1.55s .18s cubic-bezier(.2,.72,.2,1) both!important;
}
.about .background-wordmark.is-wordmark-visible::after{
  animation:aboutWordmarkFineScan 1.08s .64s cubic-bezier(.2,.72,.2,1) both!important;
}
@keyframes aboutWordmarkVisibleSettle{
  0%{opacity:.20;transform:translate3d(0,8px,0) scale3d(1.012,1.012,1);filter:grayscale(1) blur(3px) contrast(1.12) brightness(.92)}
  55%{opacity:.38;transform:translate3d(0,0,0) scale3d(1,1,1);filter:grayscale(1) blur(0) contrast(1.28) brightness(.80)}
  100%{opacity:.34;transform:translate3d(0,0,0) scale3d(1,1,1);filter:grayscale(1) contrast(1.22) brightness(.84)}
}
@media (max-width:620px){
  .about .background-wordmark img,
  .about .background-wordmark.is-wordmark-visible img{
    opacity:.27!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .about .background-wordmark img,
  .about .background-wordmark.is-wordmark-visible img{
    opacity:.30!important;
    animation:none!important;
    filter:grayscale(1) contrast(1.22) brightness(.84)!important;
  }
}

/* Iteration 189 — functional UA / RU / EN language selector. */
.site-header .language{
  display:inline-flex;
  align-items:center;
  gap:.45em;
}
.site-header .language button{
  appearance:none;
  -webkit-appearance:none;
  margin:0;
  padding:4px 1px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  line-height:1;
  letter-spacing:inherit;
  text-transform:uppercase;
  opacity:.5;
  cursor:pointer;
  transition:opacity .22s ease,transform .22s ease;
}
.site-header .language button:hover,
.site-header .language button:focus-visible{
  opacity:.82;
  transform:translateY(-1px);
  outline:none;
}
.site-header .language button[aria-pressed="true"]{
  opacity:1;
  font-weight:700;
}
.site-header .language i{font-style:normal;opacity:.4}
html[data-language="en"] .service-package-title h3{letter-spacing:-.055em}
/* CMS-managed wordmark asset keeps the WOW masks synchronized with the selected file. */
.about .background-wordmark::before,
.about .background-wordmark::after{
  -webkit-mask-image:var(--cms-wordmark-url,url('../assets/archimetrica-about.png'))!important;
  mask-image:var(--cms-wordmark-url,url('../assets/archimetrica-about.png'))!important;
}


/* Iteration 193 — separated hero discover label and correctly proportioned corporate arrow. */
body[data-page="home"] .hero-scroll-hint{
  gap:clamp(18px,1.35vw,24px)!important;
  bottom:clamp(27px,3.9vh,48px)!important;
}
body[data-page="home"] .hero-scroll-hint-arrow{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:18px!important;
  height:58px!important;
  flex:0 0 58px!important;
  object-fit:unset!important;
  filter:none!important;
  transform:none!important;
  transform-origin:center!important;
  overflow:visible!important;
  animation:heroExploreArrow 2s ease-in-out infinite!important;
}
body[data-page="home"] .hero-scroll-hint-arrow img{
  display:block!important;
  width:52px!important;
  height:auto!important;
  max-width:none!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
  opacity:.94!important;
  transform:rotate(90deg)!important;
  transform-origin:center!important;
}
body[data-page="home"] .hero-scroll-hint:hover .hero-scroll-hint-arrow img{
  opacity:1!important;
}
@media (max-width:620px){
  body[data-page="home"] .hero-scroll-hint{
    gap:16px!important;
    bottom:20px!important;
  }
  body[data-page="home"] .hero-scroll-hint-arrow{
    width:16px!important;
    height:48px!important;
    flex-basis:48px!important;
  }
  body[data-page="home"] .hero-scroll-hint-arrow img{
    width:44px!important;
  }
}
@media (prefers-reduced-motion:reduce){
  body[data-page="home"] .hero-scroll-hint-arrow{animation:none!important}
}


/* Iteration 195 — lightweight examples and muted inline video in service card 12. */
.service-package-example--video{display:flex;flex-direction:column}
.service-video-card{
  position:relative;
  min-height:0;
  overflow:hidden;
  border:1px solid currentColor;
  background:#050505;
  color:#fff;
}
.service-video-card video{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  background:#050505;
}
.service-video-card::after{
  content:"MUTED";
  position:absolute;
  top:8px;
  right:8px;
  padding:5px 7px;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:8px;
  line-height:1;
  letter-spacing:.14em;
  pointer-events:none;
}
.service-video-meta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:end;
  padding:12px;
  background:#111;
}
.service-video-meta b{font-size:12px;font-weight:600;line-height:1.2}
.service-video-meta i{font-size:8px;font-style:normal;letter-spacing:.08em;text-align:right;color:#aaa}
.services-pricing .service-package-example>.service-video-card{width:100%;min-height:0}
@media (max-width:780px){
  .service-video-meta{grid-template-columns:1fr}
  .service-video-meta i{text-align:left}
}


/* Iteration 196 — approved UI refinements, compact service catalogue and universal gallery media. */
body.intro-replaying{overflow:hidden!important}
body.intro-replaying .intro{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:all!important;z-index:99999!important}

/* Preserve the original two-line corporate arrow shape, only hairline-thin and optically centred. */
body[data-page="home"] .hero-scroll-hint{left:50%!important;transform:translateX(-50%)!important;align-items:center!important}
body[data-page="home"] .hero-scroll-hint-arrow{width:9px!important;height:58px!important;flex:0 0 58px!important;position:relative!important;display:block!important;margin-inline:auto!important;animation:heroExploreArrow 2s ease-in-out infinite!important}
body[data-page="home"] .hero-scroll-hint-arrow img{display:none!important}
body[data-page="home"] .hero-scroll-hint-arrow::before,
body[data-page="home"] .hero-scroll-hint-arrow::after{content:"";position:absolute;bottom:0;background:rgba(255,255,255,.94);width:.5px;transform:translateZ(0)}
body[data-page="home"] .hero-scroll-hint-arrow::before{left:2.25px;height:58px}
body[data-page="home"] .hero-scroll-hint-arrow::after{right:2.25px;height:29px}

/* Project filters: text only with a delicate active underline; functionality stays unchanged. */
/* Iteration 197 — project filter buttons restored to the approved framed style from iteration 195. */

/* Six compact cards per row on wide desktop, two rows for all 12 services. */
@media (min-width:1440px){
  .services-pricing .service-packages-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}
  .services-pricing .service-package-title{padding:12px 10px!important}
  .services-pricing .service-package-title h3{font-size:clamp(18px,1.05vw,23px)!important}
  .services-pricing .service-package-title p{font-size:7.7px!important;line-height:1.34!important}
  .services-pricing .service-package-scope,
  .services-pricing .service-package-price,
  .services-pricing .service-package-example{margin-left:10px!important;margin-right:10px!important}
  .services-pricing .service-package-scope li{font-size:7.1px!important;line-height:1.15!important;letter-spacing:-.018em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:5px 2px 5px 13px!important}
  .services-pricing .service-package-scope li::before{width:5px!important;top:8px!important}
  .services-pricing .service-package-price strong{font-size:clamp(24px,1.45vw,31px)!important}
  .services-pricing .service-package-price strong.service-package-price-custom{font-size:clamp(20px,1.15vw,25px)!important}
  .services-pricing .service-package-example{min-height:205px!important}
}
@media (min-width:1100px) and (max-width:1439px){.services-pricing .service-packages-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media (min-width:781px) and (max-width:1099px){.services-pricing .service-packages-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* Mobile fullscreen navigation: calm, readable dark glass layer. */
@media (max-width:768px){
  body.menu-open{overflow:hidden!important}
  .site-nav{background:rgba(0,0,0,.88)!important;backdrop-filter:blur(18px) saturate(.72)!important;-webkit-backdrop-filter:blur(18px) saturate(.72)!important;padding:calc(118px + env(safe-area-inset-top)) 24px calc(58px + env(safe-area-inset-bottom))!important;justify-content:flex-start!important;gap:2px!important}
  .site-nav::before{top:calc(90px + env(safe-area-inset-top))!important;color:rgba(255,255,255,.42)!important}
  .site-nav::after{color:rgba(255,255,255,.38)!important}
  .site-nav a{font-size:clamp(34px,10.8vw,50px)!important;line-height:1!important;font-weight:260!important;letter-spacing:-.045em!important;padding:10px 0!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.25)}
  .project-scope-switch{gap:24px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important}
  .project-scope-button{flex:0 0 auto!important;font-size:10px!important}
}

/* Images and videos share the exact same project-gallery slot. */
.gallery-shot>video{display:block;width:100%;height:100%;object-fit:cover;transform:translate3d(var(--img-shift-x,0),var(--img-shift-y,0),0) scale(1.015);transition:transform .55s var(--ease),filter .45s ease;pointer-events:none;background:#050505}
.gallery-shot--video::before{content:"VIDEO";position:absolute;z-index:5;top:14px;right:14px;font-size:8px;letter-spacing:.14em;color:#fff;background:rgba(0,0,0,.55);padding:5px 7px}
.lightbox-stage>.lightbox-video{width:100%;height:100%;object-fit:contain;background:#050505}
.lightbox-stage>.lightbox-video[hidden]{display:none!important}
.lightbox-stage>img[hidden]{display:none!important}


/* Iteration 197 — compact two-stroke corporate arrow on the right-side project cue. */
.next-project-open .corporate-arrow{width:28px!important;height:6px!important;object-fit:contain!important;transform:none!important}
.next-project:hover .corporate-arrow,.next-project:focus-visible .corporate-arrow{transform:translateX(4px)!important}


/* Iteration 201 — browser-neutral client-logo rendering.
   Local assets, intrinsic sizing and no GPU/filter scaling keep Firefox,
   Chromium and Safari visually consistent. */
.clients-marquee-row{
  overflow:hidden;
  contain:layout paint;
}
.clients-marquee{
  display:flex!important;
  flex:none!important;
  width:max-content!important;
  min-width:max-content!important;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
}
.clients-marquee-set{
  display:flex!important;
  flex:none!important;
  width:max-content!important;
  min-width:max-content!important;
}
.client-logo{
  box-sizing:border-box!important;
  flex:0 0 clamp(190px,16.5vw,318px)!important;
  min-width:clamp(190px,16.5vw,318px)!important;
  height:clamp(108px,9.2vw,174px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  padding:clamp(24px,2.65vw,46px)!important;
  contain:layout paint;
}
.client-logo img{
  display:block!important;
  flex:none!important;
  width:auto!important;
  height:auto!important;
  max-width:var(--client-logo-width,72%)!important;
  max-height:var(--client-logo-height,60%)!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
  filter:none!important;
  opacity:.67!important;
  transform:none!important;
  transform-origin:center!important;
  will-change:auto!important;
  backface-visibility:visible!important;
  image-rendering:auto;
}
.client-logo:hover img,
.client-logo:focus-within img{
  filter:none!important;
  opacity:.94!important;
  transform:none!important;
}
.client-logo[data-logo="apoe"] img{--client-logo-width:80%;--client-logo-height:64%}
.client-logo[data-logo="jsad"] img{--client-logo-width:84%;--client-logo-height:54%}
.client-logo[data-logo="archi"] img{--client-logo-width:60%;--client-logo-height:70%}
.client-logo[data-logo="avtokar777"] img{--client-logo-width:82%;--client-logo-height:42%}
.client-logo[data-logo="aec"] img{--client-logo-width:78%;--client-logo-height:52%}
.client-logo[data-logo="kaz-smart"] img{--client-logo-width:62%;--client-logo-height:68%}
.client-logo[data-logo="ogee-design"] img{--client-logo-width:64%;--client-logo-height:68%}
.client-logo[data-logo="privilege"] img{--client-logo-width:50%;--client-logo-height:70%}
.client-logo[data-logo="imkan"] img{--client-logo-width:62%;--client-logo-height:68%}
.client-logo[data-logo="cosmo"] img{--client-logo-width:58%;--client-logo-height:68%}
.client-logo[data-logo="the-space"] img{--client-logo-width:68%;--client-logo-height:62%}
.client-logo[data-logo="g1-design"] img{--client-logo-width:70%;--client-logo-height:60%}
.client-logo[data-logo="adaptic"] img{--client-logo-width:54%;--client-logo-height:70%}
.client-logo[data-logo="haipai"] img{--client-logo-width:52%;--client-logo-height:72%}
.client-logo[data-logo="canture"] img{--client-logo-width:54%;--client-logo-height:72%}
@media(max-width:980px){
  .client-logo{flex-basis:clamp(170px,28vw,250px)!important;min-width:clamp(170px,28vw,250px)!important}
}
@media(max-width:620px){
  .client-logo{flex-basis:168px!important;min-width:168px!important;height:108px!important;padding:22px!important}
}
@supports not (width:max-content){
  .clients-marquee,.clients-marquee-set{width:auto!important;min-width:0!important}
}


/* Iteration 202 — approved typography, gallery interaction, logo inversion and compact hero arrow. */
/* The header already uses difference blending; removing the hover filter keeps a clean true inversion without a white glow. */
.brand-am img,
.brand-am:hover img,
.brand-am:focus-visible img{
  filter:none!important;
  opacity:1!important;
  box-shadow:none!important;
  text-shadow:none!important;
  transform:none!important;
}

/* Keep gallery media unmistakably interactive in every browser. */
.gallery-shot{
  pointer-events:auto!important;
  cursor:zoom-in!important;
  touch-action:manipulation;
}
.gallery-shot>img,
.gallery-shot>video,
.gallery-shot>span{pointer-events:none!important}

/* Original two-stroke arrow: the secondary stroke is now twice shorter. */
body[data-page="home"] .hero-scroll-hint-arrow::after{height:14.5px!important}

/* Iteration 203 — four service cards per desktop row with comfortable typography and clear gutters. */
@media (min-width:1100px){
  .services-pricing .service-packages-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    column-gap:clamp(16px,1.25vw,24px)!important;
    row-gap:clamp(22px,1.6vw,30px)!important;
    align-items:stretch!important;
  }
  .services-pricing .service-package-title{
    padding:18px 16px 16px!important;
  }
  .services-pricing .service-package-title>span,
  .services-pricing .service-package-label{
    font-size:8.5px!important;
    line-height:1.25!important;
  }
  .services-pricing .service-package-title h3{
    font-size:clamp(23px,1.65vw,31px)!important;
    line-height:.98!important;
  }
  .services-pricing .service-package-title p{
    font-size:9.8px!important;
    line-height:1.42!important;
  }
  .services-pricing .service-package-scope,
  .services-pricing .service-package-price,
  .services-pricing .service-package-example{
    margin-left:16px!important;
    margin-right:16px!important;
  }
  .services-pricing .service-package-scope li{
    font-size:9.4px!important;
    line-height:1.22!important;
    letter-spacing:-.012em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    padding:7px 3px 7px 15px!important;
  }
  .services-pricing .service-package-scope li::before{
    width:6px!important;
    top:11px!important;
  }
  .services-pricing .service-package-price strong{
    font-size:clamp(36px,2.45vw,48px)!important;
  }
  .services-pricing .service-package-price strong.service-package-price-custom{
    font-size:clamp(28px,1.9vw,38px)!important;
  }
  .services-pricing .service-package-example{
    min-height:250px!important;
  }
}
@media (min-width:781px) and (max-width:1099px){
  .services-pricing .service-packages-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:18px!important;
    row-gap:22px!important;
  }
}


/* Iteration 210 — stable logo inversion, standalone achievements and restored project lightbox. */
.site-header .brand-am::after{display:none!important}
.site-header .brand-am img{
  opacity:1!important;
  filter:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  animation:none!important;
  transform:none!important;
  transition:filter .32s ease,opacity .32s ease!important;
}
@media(hover:hover) and (pointer:fine){
  .site-header .brand-am:hover img,
  .site-header .brand-am:focus-visible img{filter:invert(1)!important;opacity:1!important}
  .gallery-shot{cursor:none!important}
}
@media(pointer:coarse){.gallery-shot{cursor:pointer!important}}

.achievements{position:relative;min-height:0;padding:clamp(44px,4.5vw,76px) clamp(24px,4vw,78px) clamp(72px,7vw,118px);background:#050505;color:#f4f4f1;overflow:hidden;isolation:isolate}
.achievements>*{position:relative;z-index:2}
.achievements-plexus{display:none!important}
.achievements-wordmark{position:absolute;z-index:0;left:18%;top:-2.5%;font-family:Jost,sans-serif;font-size:clamp(110px,17vw,330px);font-weight:100;letter-spacing:-.065em;line-height:.85;color:rgba(255,255,255,.025);white-space:nowrap;pointer-events:none}
.achievements-head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:8vw;align-items:end;margin-bottom:clamp(40px,4.5vw,72px)}
.achievements-head h2{margin:0;font-size:clamp(68px,8.5vw,158px);line-height:.78;letter-spacing:-.065em}
.achievements-head h2 span{font-weight:100;font-style:normal}
.achievements-head h2 em{font-weight:900;font-style:italic}
.achievements-head>p{max-width:520px;margin:0 0 12px;font-size:clamp(14px,1.15vw,20px);line-height:1.65;color:#a3a39f}
.achievements-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #2b2b2b}
.achievements-grid article{min-height:250px;padding:clamp(30px,3.2vw,58px) clamp(22px,2.8vw,48px);border-right:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b}
.achievements-grid article:nth-child(3n){border-right:0}
.achievements-grid strong{display:block;margin-bottom:24px;font-family:Jost,sans-serif;font-size:clamp(58px,6vw,112px);font-weight:100;line-height:.88;letter-spacing:-.055em;color:#f4f4f1}
.achievements-grid .achievements-statement{font-size:clamp(42px,4.4vw,82px);font-weight:500;letter-spacing:-.045em}
.achievements-grid .achievements-statement--wide{font-size:clamp(30px,3.25vw,61px);max-width:14ch}
.achievements-grid h3{margin:0 0 17px;font-size:clamp(12px,1.2vw,20px);font-weight:600;letter-spacing:.12em}
.achievements-grid p{max-width:31ch;margin:0;color:#969692;font-size:clamp(13px,1vw,17px);line-height:1.55}
@media(max-width:900px){
  .achievements{min-height:0;padding:58px 20px 68px}
  .achievements-head{grid-template-columns:1fr;gap:34px}
  .achievements-head h2{font-size:clamp(58px,17vw,105px)}
  .achievements-grid{grid-template-columns:1fr 1fr}
  .achievements-grid article:nth-child(3n){border-right:1px solid #2b2b2b}
  .achievements-grid article:nth-child(2n){border-right:0}
}
@media(max-width:560px){
  .achievements-grid{grid-template-columns:1fr}
  .achievements-grid article{min-height:0;border-right:0!important}
}


/* Iteration 313 — footer navigation keeps only vertical separators. */
.project-footer{
  border-top:0 !important;
}
.project-footer-menu{
  border-top:0 !important;
  border-bottom:0 !important;
}
.project-footer-menu a::after{
  display:none !important;
}
@media (max-width:560px){
  .project-footer-menu a:nth-child(3),
  .project-footer-menu a:nth-child(4){
    border-top:0 !important;
  }
}


/* Iteration 378 — software description block in full-cycle studio section. */
.about-tools{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(14px,1.6vw,24px);
  margin-top:clamp(26px,2.8vw,40px);
  padding:clamp(22px,2.2vw,30px) 0;
  border-top:1px solid rgba(0,0,0,.14);
  border-bottom:1px solid rgba(0,0,0,.14);
  align-items:stretch;
}
.about-tools-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:clamp(12px,1.3vw,18px);
  max-width:420px;
}
.about-tools-copy .eyebrow{margin:0}
.about-tools-copy h3{
  margin:0;
  font-size:clamp(38px,3.25vw,58px);
  line-height:.94;
  letter-spacing:-.04em;
  text-transform:uppercase;
  font-weight:800;
  font-style:italic;
}
.about-tools-copy p:last-child{
  margin:0;
  color:#555;
  font-size:clamp(16px,1.05vw,18px);
  line-height:1.65;
  max-width:36ch;
}
.about-software-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid rgba(0,0,0,.14);
  background:rgba(255,255,255,.62);
}
.software-tile{
  min-height:116px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:14px 10px 12px;
  text-align:center;
  border-right:1px solid rgba(0,0,0,.14);
  border-bottom:1px solid rgba(0,0,0,.14);
}
.software-tile:nth-child(3n){border-right:none}
.software-tile:nth-last-child(-n+3){border-bottom:none}
.software-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#111;
  font-size:clamp(28px,2.25vw,42px);
  line-height:1;
  font-weight:700;
  letter-spacing:-.04em;
}
.software-tile--archicad .software-mark{font-size:44px;font-weight:300;transform:translateY(-2px)}
.software-tile--max .software-mark{font-size:26px;letter-spacing:.02em;font-weight:800}
.software-tile--photoshop .software-mark,
.software-tile--project .software-mark{
  font-size:26px;
  border:2px solid currentColor;
  border-radius:8px;
  width:42px;
  height:42px;
  min-height:42px;
}
.software-tile--corona .software-mark{font-size:34px;font-weight:600}
.software-tile strong,
.software-tile small{display:block}
.software-tile strong{
  font-size:11px;
  line-height:1.2;
  letter-spacing:-.01em;
  font-weight:500;
  color:#444;
}
.software-tile small{
  font-size:13px;
  line-height:1.12;
  font-weight:600;
  color:#111;
}
@media (max-width:1180px){
  .about-tools{grid-template-columns:1fr;gap:20px}
  .about-tools-copy{max-width:none}
}
@media (max-width:780px){
  .about-tools{margin-top:24px;padding:20px 0}
  .about-tools-copy h3{font-size:clamp(28px,10vw,42px)}
  .about-tools-copy p:last-child{font-size:15px;max-width:none}
  .about-software-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .software-tile:nth-child(3n){border-right:1px solid rgba(0,0,0,.14)}
  .software-tile:nth-child(2n){border-right:none}
  .software-tile:nth-last-child(-n+3){border-bottom:1px solid rgba(0,0,0,.14)}
  .software-tile:nth-last-child(-n+2){border-bottom:none}
}


/* Iteration 381 — compact one-line studio tools, keep 378 tag cloud unchanged, VIEW cursor for service examples. */
.about-tools--compact{
  display:grid!important;
  grid-template-columns:minmax(150px,.32fr) minmax(0,1.68fr)!important;
  align-items:center!important;
  gap:clamp(14px,1.4vw,24px)!important;
  margin-top:clamp(20px,2vw,28px)!important;
  padding:14px 0!important;
  border-top:1px solid rgba(0,0,0,.14)!important;
  border-bottom:1px solid rgba(0,0,0,.14)!important;
}
.about-tools--compact .about-tools-copy{
  display:block!important;
  max-width:220px!important;
}
.about-tools--compact .about-tools-copy .eyebrow{
  margin:0 0 5px!important;
  font-size:7px!important;
  letter-spacing:.16em!important;
}
.about-tools--compact .about-tools-copy p:last-child{
  margin:0!important;
  color:#65635f!important;
  font-size:10px!important;
  line-height:1.35!important;
  max-width:24ch!important;
}
.about-software-grid--inline{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  width:100%!important;
  max-width:none!important;
  border:0!important;
  background:transparent!important;
  gap:0!important;
}
.about-software-grid--inline .software-tile{
  min-width:0!important;
  min-height:52px!important;
  padding:5px 3px!important;
  gap:2px!important;
  border:0!important;
  border-left:1px solid rgba(0,0,0,.12)!important;
  background:transparent!important;
}
.about-software-grid--inline .software-tile:last-child{
  border-right:1px solid rgba(0,0,0,.12)!important;
}
.about-software-grid--inline .software-mark{
  min-height:24px!important;
  font-size:clamp(15px,1.05vw,20px)!important;
  line-height:1!important;
}
.about-software-grid--inline .software-tile--archicad .software-mark{font-size:24px!important;transform:none!important}
.about-software-grid--inline .software-tile--max .software-mark{font-size:13px!important}
.about-software-grid--inline .software-tile--photoshop .software-mark,
.about-software-grid--inline .software-tile--project .software-mark{
  width:24px!important;
  height:24px!important;
  min-height:24px!important;
  border-width:1px!important;
  border-radius:4px!important;
  font-size:12px!important;
}
.about-software-grid--inline .software-tile--corona .software-mark{font-size:19px!important}
.about-software-grid--inline .software-tile strong{display:none!important}
.about-software-grid--inline .software-tile small{
  display:block!important;
  color:#111!important;
  font-size:7px!important;
  line-height:1.08!important;
  font-weight:500!important;
  white-space:nowrap!important;
}
@media (pointer:fine){
  .services-pricing .service-package-example[data-cursor="VIEW"]{cursor:none!important}
}
@media (max-width:980px){
  .about-tools--compact{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .about-tools--compact .about-tools-copy{max-width:none!important}
  .about-tools--compact .about-tools-copy p:last-child{max-width:none!important}
  .about-software-grid--inline{
    overflow-x:auto!important;
    grid-template-columns:repeat(9,minmax(64px,1fr))!important;
    scrollbar-width:none!important;
  }
  .about-software-grid--inline::-webkit-scrollbar{display:none!important}
}


/* Iteration 384 — emphasize free project cost estimate CTA. */
#preview-form .button[type="submit"]{
  min-width:clamp(300px,22vw,390px)!important;
  min-height:52px!important;
  padding-left:22px!important;
  padding-right:18px!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.045em!important;
}
@media(max-width:620px){
  #preview-form .button[type="submit"]{width:100%!important;min-width:0!important;}
}


/* === css/typography-196-restore.css?v=20260813-400 === */
/* Iteration 207 — typography restored from the approved iteration 196.
   Do not replace Jost with Segoe/Helvetica and do not synthesize intermediate weights. */
:root{--arch-jost:Jost,sans-serif}
html,body{font-family:var(--arch-jost)!important}

/* Ultra-thin half — exact 196 logic. */
body[data-page="home"] .hero-slogan-thin,
body[data-page="home"] #projects-title>span,
body[data-page="home"] #about-title>span,
body[data-page="home"] .geography-heading h2>span,
body[data-page="home"] .services-intro-block h2>span,
body[data-page="home"] #process-title>span,
body[data-page="home"] .clients-trust h2>span,
.project-hero h1>.project-title-light,
.project-narrative h2>span,
.project-quote blockquote,
.next-project-copy h2>span,
.manifesto blockquote{
  font-family:var(--arch-jost)!important;
  font-weight:100!important;
  font-style:normal!important;
  font-variation-settings:normal!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:geometricPrecision;
}

/* Dense italic half — exact 196 logic. */
body[data-page="home"] .hero-slogan-bold,
body[data-page="home"] #projects-title>em,
body[data-page="home"] #about-title>em,
body[data-page="home"] .geography-heading h2>em,
body[data-page="home"] .services-intro-block h2>em,
body[data-page="home"] #process-title>em,
body[data-page="home"] .clients-trust h2>em,
.project-hero h1>.project-title-heavy,
.project-narrative h2>em,
.project-quote blockquote em,
.next-project-copy h2>em,
.manifesto blockquote em{
  font-family:var(--arch-jost)!important;
  font-weight:900!important;
  font-style:italic!important;
  font-variation-settings:normal!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Keep the service catalogue readable while preserving Jost. */
.services-pricing .service-package-title,
.services-pricing .service-package-title p,
.services-pricing .service-package-scope,
.services-pricing .service-package-scope li,
.services-pricing .service-package-price,
.services-pricing .service-package-price p,
.services-pricing .service-package-label,
.services-pricing .service-package-example,
.services-pricing-copy .service-package-description{
  font-family:var(--arch-jost)!important;
}

/* Explicitly keep the approved paired heading hierarchy on narrow screens. */
@media (max-width:768px){
  body[data-page="home"] .hero-slogan-thin,
  body[data-page="home"] #projects-title>span,
  body[data-page="home"] #about-title>span,
  body[data-page="home"] .geography-heading h2>span,
  body[data-page="home"] .services-intro-block h2>span,
  body[data-page="home"] #process-title>span,
  .project-hero h1>.project-title-light,
  .project-narrative h2>span{
    font-weight:100!important;
  }
  body[data-page="home"] .hero-slogan-bold,
  body[data-page="home"] #projects-title>em,
  body[data-page="home"] #about-title>em,
  body[data-page="home"] .geography-heading h2>em,
  body[data-page="home"] .services-intro-block h2>em,
  body[data-page="home"] #process-title>em,
  .project-hero h1>.project-title-heavy,
  .project-narrative h2>em{
    font-weight:900!important;
    font-style:italic!important;
  }
}


/* === css/mobile-premium.css?v=20260813-400 === */
/* Archimetrica mobile experience: purposeful motion, generous imagery, touch-first controls. */
.project-scope-switch{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04);margin:0 0 14px;position:relative;z-index:2;max-width:100%}
.project-category-button{min-width:152px;text-transform:none;font-size:13px;letter-spacing:.01em;font-weight:600}
.project-scope-button{min-height:48px;border:1px solid transparent;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));color:#c6c6c1;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;transition:background-color .35s ease,color .35s ease,transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease;transform:translate3d(var(--float-x,0),var(--float-y,0),0)}
.project-scope-button:hover,.project-scope-button:focus-visible{color:#fff;border-color:rgba(255,255,255,.18);box-shadow:0 10px 26px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06)}
.project-scope-button.is-active{background:linear-gradient(180deg,#f6f6f3,#deded8);color:#080808;box-shadow:0 12px 24px rgba(0,0,0,.22)}
.project-scope-button:active{transform:translate3d(var(--float-x,0),var(--float-y,0),0) scale(.985)}
.project-scope-status{display:none!important}
.project-card.is-scope-hidden{display:none!important}
.creative-grid.is-scope-changing{overflow:hidden;transition:height .68s cubic-bezier(.22,1,.36,1);will-change:height}
.project-card--extended{animation:projectScopeIn .68s cubic-bezier(.22,1,.36,1) both}
@keyframes projectScopeIn{from{opacity:0;transform:translateY(26px) scale(.985)}to{opacity:1;transform:none}}

@media(max-width:760px){
  :root{--header:74px}
  html{scroll-padding-top:78px;-webkit-text-size-adjust:100%}
  body{font-size:16px;overscroll-behavior-y:none}
  .plexus-canvas,.intro-noise,.hero-plexus-trail,.cursor-mesh-canvas,.cursor-mesh-hint,#pointer-dot,#pointer-ring{display:none!important}
  .intro{display:grid!important;background:#050505}
  .intro:before,.intro:after{opacity:.65}
  .intro-mark{width:min(70vw,300px)!important}
  .intro-mark img{filter:brightness(1.22)!important}
  .intro-mark p{font-size:8px;letter-spacing:.25em}
  .intro-skip{right:18px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}
  .site-header{height:calc(var(--header) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 18px 0;grid-template-columns:1fr auto;position:absolute;border-bottom-color:rgba(255,255,255,.12)}
  .brand-am{min-width:54px;min-height:52px;display:flex;align-items:center}
  .brand-am img{width:58px!important;height:44px!important}
  .menu-toggle{position:relative;width:48px;height:48px;padding:10px;margin-right:-7px;display:grid!important;place-content:center;z-index:1002}
  .menu-toggle span{width:25px;margin:4px 0}
  .site-nav{display:flex!important;position:fixed;inset:0;z-index:1000;padding:calc(116px + env(safe-area-inset-top)) 24px calc(42px + env(safe-area-inset-bottom));background:rgba(5,5,5,.975);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);align-items:flex-start;justify-content:center;gap:7px;transform:translate3d(0,-102%,0);opacity:0;visibility:hidden;transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .38s ease,visibility 0s linear .62s}
  .site-nav:before{content:"ARCHIMETRICA / MENU";position:absolute;left:24px;top:calc(92px + env(safe-area-inset-top));font-size:9px;letter-spacing:.18em;color:#777}
  .site-nav:after{content:"Architecture · Interior · Landscape";position:absolute;left:24px;bottom:calc(28px + env(safe-area-inset-bottom));font-size:10px;letter-spacing:.08em;color:#777}
  .site-nav a{width:100%;font-size:clamp(36px,12vw,58px)!important;line-height:1.05;font-weight:300!important;letter-spacing:-.035em;padding:9px 0;opacity:0;transform:translateY(24px);transition:opacity .35s ease,transform .55s cubic-bezier(.22,1,.36,1)}
  .site-nav a:after{display:none}
  body.menu-open .site-nav{transform:none;opacity:1;visibility:visible;transition-delay:0s}
  body.menu-open .site-nav a{opacity:1;transform:none}
  body.menu-open .site-nav a:nth-child(1){transition-delay:.12s}body.menu-open .site-nav a:nth-child(2){transition-delay:.17s}body.menu-open .site-nav a:nth-child(3){transition-delay:.22s}body.menu-open .site-nav a:nth-child(4){transition-delay:.27s}

  .creative-hero{height:100svh;min-height:680px;max-height:980px;align-items:flex-end}
  .hero-frame,.hero-frame .hero-media{inset:0!important;width:100%!important;height:100%!important;clip-path:none!important}
  .hero-frame .hero-media{object-position:58% center;filter:saturate(.88) contrast(1.03) brightness(.92)}
  .creative-hero .hero-shade{background:linear-gradient(0deg,#050505 0%,rgba(5,5,5,.82) 18%,rgba(0,0,0,.18) 64%,rgba(0,0,0,.3) 100%)!important}
  .hero-grid,.hero-light-sweep,.hero-coordinates,.hero-counter,.scroll-cue{display:none!important}
  .creative-hero .hero-content{width:100%;margin:0;padding:0 20px calc(34px + env(safe-area-inset-bottom));display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;z-index:3}
  .creative-hero .eyebrow{margin:0 0 14px;font-size:9px;letter-spacing:.17em;color:rgba(255,255,255,.75)}
  .creative-hero h1{width:100%;gap:1px;margin:0;max-width:none}
  .hero-line{line-height:.72!important;white-space:nowrap}
  .hero-line-black{font-size:14.1vw!important;letter-spacing:-.07em!important}
  .hero-line-top{margin-left:0!important}
  .hero-line-mid{font-size:7.35vw!important;margin-left:.25vw!important;letter-spacing:-.078em!important;font-weight:200!important}
  .hero-line-bottom{margin-left:10.5vw!important}
  .hero-bottom{margin:24px 0 0!important;display:block!important;max-width:none!important}
  .hero-lead{font-size:15px!important;line-height:1.46;max-width:92%!important;color:rgba(255,255,255,.8)}
  .creative-hero .hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:22px;max-width:none}
  .creative-hero .button{width:100%;min-height:54px;padding:0 17px;background:rgba(8,8,8,.38);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
  .creative-hero .button-light{background:#f5f5f2;color:#080808}

  .section{padding:92px 20px}
  .projects{padding-left:20px!important;padding-right:20px!important}
  .projects .section-heading{display:block;margin-bottom:32px}
  .projects .section-heading h2{font-size:15vw!important;line-height:.86;margin-bottom:28px}
  .projects-intro{font-size:14px!important;line-height:1.55;max-width:92%;color:#9b9b9b}
  .projects-intro b{font-size:28px!important;display:block;margin-bottom:7px;color:#fff}
  .project-scope-switch{width:100%;display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;margin-bottom:12px;padding:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .project-scope-switch::-webkit-scrollbar{display:none}
  .project-scope-button{justify-content:center;padding:0 14px;min-height:50px;flex:0 0 auto;scroll-snap-align:start}
  .project-scope-button:not(.project-category-button){min-width:148px}
  .project-category-button{min-width:132px;font-size:13px}
  .project-scope-status{margin-bottom:28px;font-size:9px}
  .project-grid-toolbar{margin:0 0 10px}
  .project-view-toggle{width:30px;height:30px;gap:3px}
  .project-view-toggle span{width:7px;height:7px}
  .projects>.creative-grid{width:100%!important;margin-left:0!important;display:grid;grid-template-columns:1fr!important;gap:44px!important}
  .creative-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .creative-grid.is-compact .project-meta{display:none!important}
  .creative-grid .project-card:nth-child(n){width:100%!important;margin:0!important}
  .project-image{aspect-ratio:4/3!important;border-radius:0}
  .project-preview-video,.video-badge{display:none!important}
  .project-meta{display:block!important;padding:14px 0 0!important}
  .project-meta b{display:block;font-size:19px;line-height:1.2;font-weight:400;letter-spacing:-.015em}
  .project-meta small{display:block;margin-top:7px;font-size:9px;line-height:1.45;letter-spacing:.1em;color:#818181}
  .project-card--extended{animation-duration:.52s}

  .services{display:block!important;padding:0!important;background:#f7f7f5}
  .services-media{height:62svh!important;min-height:440px!important;max-height:680px!important}
  .services-copy{padding:84px 20px 94px;max-width:none!important}
  .services-copy .eyebrow{font-size:9px;margin-bottom:24px}
  .services-copy h2{font-size:14vw!important;line-height:.88!important;margin-bottom:26px!important}
  .services-copy>p:not(.eyebrow){font-size:20px!important;line-height:1.4!important;margin:0 0 42px!important;color:#252525!important;max-width:95%!important}
  .service-list{margin:0 0 38px!important}
  .service-trigger{min-height:68px!important;padding:0!important;grid-template-columns:34px 1fr 28px!important}
  .service-trigger b{font-size:18px!important;font-weight:400!important}
  .service-details p,.service-scope li{font-size:13px!important;line-height:1.55!important}
  .text-link{min-height:48px}

  .project-geography{min-height:auto!important;padding:78px 20px 56px!important}
  .geography-map{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.34!important;filter:grayscale(.25)}
  .geography-heading{position:relative!important;inset:auto!important;z-index:2}
  .geography-heading h2{font-size:14vw!important;line-height:.9!important}
  .geography-heading>p:last-child{font-size:14px;max-width:260px;line-height:1.5;color:#4a4a4a}
  .geography-points{position:relative!important;inset:auto!important;margin-top:54px!important;z-index:2}
  .geography-point{height:58px!important;background:rgba(247,247,245,.66);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .geography-anchor{height:58px!important}
  .geography-anchor>span{top:16px!important}
  .geography-note,.geography-preview,.geography-plexus{display:none!important}

  .about{display:block!important;padding:0 20px 88px!important}
  .about-media{height:auto!important;max-height:none!important;order:initial!important;margin-bottom:66px}
  .about-portrait{height:min(124vw,650px)!important}
  .about-copy h2{font-size:14vw!important}
  .about .big-copy{font-size:18px!important;line-height:1.55;margin:34px 0!important}
  .about-story{display:block!important}
  .about-story p{font-size:14px;line-height:1.65}
  .about-disciplines{display:flex!important;flex-wrap:wrap;gap:9px!important}
  .about-disciplines span{font-size:10px;padding:9px 12px;border:1px solid #292929}
  .stats{grid-template-columns:repeat(3,1fr)!important;gap:9px!important}
  .stats div{display:block!important}
  .stats strong{font-size:30px!important}
  .stats span{font-size:9px!important;margin-top:4px}

  .process-sticky{padding:88px 20px 64px!important}
  .process-heading{margin-bottom:58px!important}
  .process-heading h2{font-size:13vw!important}
  .process-track{padding-left:17px!important}
  .process-step,.process-step-final{padding-left:28px!important;min-height:190px!important}
  .process-node{left:-19px!important}
  .process-step h3,.process-step-final h3{font-size:28px!important}
  .process-signature{margin-left:45px!important;font-size:9px}

  .contact{display:block!important;padding:90px 20px calc(80px + env(safe-area-inset-bottom))!important}
  .contact h2{font-size:13vw!important}
  .contact-form{margin-top:64px}
  .contact-form label{margin-bottom:26px}
  .contact-form input,.contact-form textarea{font-size:17px;min-height:48px}
  .contact-form .button{width:100%;min-height:54px}

  .project-footer{padding:0 20px calc(24px + env(safe-area-inset-bottom))!important}
  .project-footer-left{padding:24px 0!important}
  .project-footer-projects{min-height:72px!important;gap:12px!important;padding:0 10px!important;font-weight:700!important;letter-spacing:.08em!important}.project-footer-projects-line{width:26px!important}
  .project-footer-right{justify-content:space-between!important;padding:22px 0 0!important}
  .messenger-link{min-width:44px;min-height:44px;display:grid!important;place-content:center}

  .all-projects-hero,.project-hero{min-height:100svh!important}
  .all-projects-grid{grid-template-columns:1fr!important;gap:42px!important}
  .all-projects-catalog{padding-left:20px!important;padding-right:20px!important}
  .project-hero-copy{padding-bottom:calc(34px + env(safe-area-inset-bottom))!important}
  .gallery-shot:nth-child(n){width:100%!important;margin:0 0 34px!important}
  .gallery-shot:nth-child(even){width:88%!important;margin-left:auto!important}
  .lightbox{height:100dvh!important}
  .lightbox-stage{top:74px!important;bottom:92px!important}
  .lightbox-toolbar{top:calc(12px + env(safe-area-inset-top))!important}
}

@media(max-width:390px){
  .hero-line-black{font-size:13.55vw!important}.hero-line-mid{font-size:7.05vw!important}.hero-line-bottom{margin-left:9.5vw!important}
  .creative-hero .hero-content{padding-left:17px;padding-right:17px}
  .section{padding-left:17px;padding-right:17px}
  .project-scope-button{font-size:10px;letter-spacing:.05em}
}

@media(hover:none),(pointer:coarse){
  .magnetic{transform:none!important}
  .project-card:hover .project-image img,.project-card:focus-visible .project-image img{transform:none!important}
  .button:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){
  .project-card--extended{animation:none!important}
  .site-nav,.site-nav a,.creative-grid.is-scope-changing{transition:none!important}
}

.project-grid-toolbar{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;margin:0;min-height:34px;width:54px;position:relative;z-index:3}.project-view-toggle{width:42px;height:42px;padding:9px;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 16px 30px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.05);cursor:pointer;transition:opacity .25s ease,transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease;transform:translate3d(var(--float-x,0),var(--float-y,0),0)}.project-view-toggle span{width:6px;height:6px;border-radius:2px;background:rgba(245,245,242,.9);display:block;opacity:.9;transition:transform .35s ease,opacity .35s ease,background-color .35s ease}.project-view-toggle:hover,.project-view-toggle:focus-visible{opacity:1;border-color:rgba(255,255,255,.2);box-shadow:0 18px 32px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)}.project-view-toggle:active{transform:translate3d(var(--float-x,0),var(--float-y,0),0) scale(.97)}.project-view-toggle.is-active span{transform:scale(.82);background:#ffffff}.project-view-caption{font-size:12px;line-height:1;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#dcdcd7}.creative-grid.is-compact{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px}.creative-grid.is-compact .project-meta{display:none!important}.creative-grid.is-compact .project-image{aspect-ratio:1/1!important}.creative-grid.is-compact .project-card{gap:0}.creative-grid.is-compact .video-badge{display:none!important}@media (min-width:769px){.project-grid-toolbar{margin:-6px 0 10px;float:left}.project-scope-switch{margin-left:82px}.projects .project-grid-toolbar + .project-scope-switch{margin-top:-54px}.project-scope-switch{margin-bottom:20px}}@media (max-width:1280px){.creative-grid.is-compact{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.project-grid-toolbar{width:44px;gap:3px}.project-view-caption{font-size:11px}.project-scope-switch{margin-left:0!important;width:100%}}


/* Iteration 45 — squared project controls in Archimetrica style */
.project-grid-toolbar,.project-scope-switch{filter:none}
.project-scope-switch{display:inline-flex;align-items:stretch;gap:0;padding:0;border:0!important;border-radius:0!important;background:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;overflow:visible}
.project-scope-button{min-height:46px;padding:0 26px;border:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;color:#bdbdb8;box-shadow:none!important;position:relative;overflow:hidden;isolation:isolate;transform:translate3d(var(--float-x,0),var(--float-y,0),0)}
.project-scope-button + .project-scope-button{margin-left:-1px}
.project-scope-button::before{content:"";position:absolute;inset:0;z-index:-2;background:transparent;transition:background-color .35s ease}
.project-scope-button::after{content:"";position:absolute;left:16px;right:16px;bottom:10px;height:1px;background:rgba(255,255,255,.2);transform:scaleX(.36);transform-origin:left center;transition:transform .35s cubic-bezier(.22,1,.36,1),background-color .35s ease,opacity .35s ease;opacity:.9}
.project-scope-button:hover,.project-scope-button:focus-visible{color:#fff;border-color:rgba(255,255,255,.28)!important;box-shadow:none!important}
.project-scope-button:hover::after,.project-scope-button:focus-visible::after{transform:scaleX(1);background:#fff}
.project-scope-button.is-active{color:#090909!important;border-color:#f1f1ed!important;background:#f1f1ed!important}
.project-scope-button.is-active::before{background:#f1f1ed}
.project-scope-button.is-active::after{background:#111;transform:scaleX(1);opacity:1}
.project-category-button{min-width:154px;font-size:12px;letter-spacing:.08em;font-weight:600;text-transform:uppercase}

.project-grid-toolbar{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;margin:0;width:48px;position:relative;z-index:3}
.project-view-toggle{width:36px;height:36px;padding:7px;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;place-items:center;border:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;cursor:pointer;transition:opacity .25s ease,transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,background-color .35s ease;transform:translate3d(var(--float-x,0),var(--float-y,0),0)}
.project-view-toggle span{width:6px;height:6px;border-radius:0!important;background:rgba(245,245,242,.88)!important;display:block;opacity:.9;transition:transform .35s ease,opacity .35s ease,background-color .35s ease}
.project-view-toggle:hover,.project-view-toggle:focus-visible{opacity:1;border-color:rgba(255,255,255,.3)!important;box-shadow:none!important}
.project-view-toggle.is-active{background:#f1f1ed!important;border-color:#f1f1ed!important}
.project-view-toggle.is-active span{background:#111!important;transform:scale(.86)}
.project-view-caption{font-size:11px;line-height:1;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#dcdcd7}

@media (min-width:769px){
  .project-grid-toolbar{margin:-2px 0 10px;float:left}
  .project-scope-switch{margin-left:78px}
  .projects .project-grid-toolbar + .project-scope-switch{margin-top:-46px}
  .project-scope-switch{margin-bottom:18px}
}
@media (max-width:768px){
  .project-scope-switch{width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .project-scope-switch::-webkit-scrollbar{display:none}
  .project-scope-button{flex:0 0 auto;scroll-snap-align:start;padding:0 18px;min-height:44px}
  .project-grid-toolbar{width:42px;gap:6px}
  .project-view-toggle{width:32px;height:32px;padding:6px;gap:4px}
  .project-view-toggle span{width:5px;height:5px}
}


/* Iteration 46 — calmer project controls, one-line layout */
.project-controls-inline{display:flex;align-items:stretch;gap:8px;flex-wrap:nowrap}
.project-grid-toolbar{display:inline-flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;width:auto!important;min-height:0!important;float:none!important;vertical-align:top;margin:0 8px 18px 0!important}
.project-view-caption{display:none!important}
.project-scope-switch{display:inline-flex!important;vertical-align:top;margin-left:0!important;margin-top:0!important;margin-bottom:18px!important}
.projects .project-grid-toolbar + .project-scope-switch{margin-top:0!important}
.project-view-toggle{min-width:58px;height:auto!important;min-height:46px;padding:0 16px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;position:relative;overflow:hidden;isolation:isolate;transform:translate3d(var(--float-x,0),var(--float-y,0),0)!important}
.project-view-toggle::before{content:"";position:absolute;inset:0;z-index:-2;background:transparent;transition:background-color .35s ease}
.project-view-toggle::after{content:"";position:absolute;left:16px;right:16px;bottom:10px;height:1px;background:rgba(255,255,255,.2);transform:scaleX(.36);transform-origin:left center;transition:transform .35s cubic-bezier(.22,1,.36,1),background-color .35s ease,opacity .35s ease;opacity:.9}
.project-view-toggle:hover,.project-view-toggle:focus-visible{border-color:rgba(255,255,255,.28)!important;background:transparent!important}
.project-view-toggle:hover::after,.project-view-toggle:focus-visible::after{transform:scaleX(1);background:#fff}
.project-view-toggle.is-active{background:#f1f1ed!important;border-color:#f1f1ed!important}
.project-view-toggle.is-active::before{background:#f1f1ed}
.project-view-toggle.is-active::after{background:#111;transform:scaleX(1);opacity:1}
.project-view-toggle span{width:5px!important;height:5px!important;border-radius:0!important;background:rgba(245,245,242,.88)!important;transition:transform .35s ease,opacity .35s ease,background-color .35s ease}
.project-view-toggle.is-active span{background:#111!important;transform:scale(.82)}
@media (max-width:768px){
  .project-grid-toolbar{margin:0 6px 12px 0!important}
  .project-scope-switch{width:auto!important;max-width:calc(100% - 52px);margin-bottom:12px!important}
  .project-view-toggle{min-width:48px;min-height:44px;padding:0 12px!important}
}


/* Iteration 49 — restore "Все проекты" and refine grid toggle */
.project-view-toggle::before,.project-view-toggle::after{display:none!important;content:none!important}
.project-view-toggle{min-width:46px!important;min-height:46px!important;padding:0 12px!important;grid-template-columns:repeat(2,8px)!important;gap:5px!important;align-content:center;justify-content:center;border-color:rgba(255,255,255,.14)!important;background:transparent!important}
.project-view-toggle span{width:8px!important;height:8px!important;background:transparent!important;border:1px solid rgba(245,245,242,.88)!important;border-radius:0!important;box-sizing:border-box;opacity:1!important;transform:none!important}
.project-view-toggle:hover,.project-view-toggle:focus-visible{border-color:rgba(255,255,255,.28)!important;background:transparent!important}
.project-view-toggle.is-active{background:#f1f1ed!important;border-color:#f1f1ed!important}
.project-view-toggle.is-active span{background:#111!important;border-color:#111!important;transform:none!important}
.project-grid-toolbar{width:auto!important;min-height:auto!important;align-items:flex-start!important}
@media (min-width:769px){.project-grid-toolbar{margin:-6px 0 10px;float:left}.project-scope-switch{margin-left:62px!important}.projects .project-grid-toolbar + .project-scope-switch{margin-top:-52px}}
@media (max-width:768px){.project-grid-toolbar{width:auto!important}.project-scope-switch{margin-left:0!important}}


/* Iteration 53 — equal 2px project-grid spacing during filter transitions */
@media (min-width:769px){
  .projects>.creative-grid,
  .projects>.creative-grid.is-compact{
    column-gap:2px!important;
    row-gap:2px!important;
    gap:2px!important;
    align-content:start!important;
    grid-auto-rows:auto;
  }
  .projects>.creative-grid.is-filtering{align-content:start!important}
}


@media(max-width:760px){
  .contact-direct-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .contact-direct .messenger-link{min-height:48px;justify-content:center}
}
@media(max-width:560px){
  .contact-direct-links{grid-template-columns:1fr}
}

@media(max-width:760px){
  .contact-socials-label{flex-basis:100%;margin-right:0;margin-bottom:2px}
}

@media(max-width:900px){
  .contact-aside{max-width:none;justify-self:auto;padding-top:0;margin-top:54px}
}


/* Iteration 123 — preserve the light studio treatment on mobile. */
@media(max-width:760px){
  .about{background:#f7f7f5!important;color:#090909!important}
  .about-story p{color:#696966!important}
  .about-disciplines span{border-color:#cfcfca!important;color:#444440!important}
  .founder-caption{border-top-color:rgba(0,0,0,.18)!important;color:#090909!important}
}

@media(max-width:760px){
  .contact-socials-links{display:flex;flex-wrap:wrap;gap:8px}
}


/* Iteration 130 — compact extra services accordion on mobile. */
@media(max-width:760px){
  .service-extra-heading{position:relative!important;top:auto!important}
  .service-extra-grid{grid-template-columns:1fr!important}
  .service-extra-panel>div{grid-template-columns:1fr!important}
  .service-extra-panel ul{grid-template-columns:1fr!important}
}

/* Iteration 198 — iPhone preview and touch-performance pass */
@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;touch-action:pan-y pinch-zoom}
  img,svg,video,canvas{max-width:100%}
  video{display:block;background:#050505}
  .site-header{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}
  .site-nav{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right));background:rgba(0,0,0,.88)!important;backdrop-filter:blur(24px) saturate(.75)!important;-webkit-backdrop-filter:blur(24px) saturate(.75)!important}
  .site-nav:before,.site-nav:after{left:max(24px,env(safe-area-inset-left))}
  .site-nav a{font-size:clamp(34px,10.4vw,48px)!important;line-height:1.08!important;padding:8px 0!important}
  .section,.projects,.all-projects-catalog,.project-main,.contact,.project-footer{padding-left:max(18px,env(safe-area-inset-left))!important;padding-right:max(18px,env(safe-area-inset-right))!important}
  .project-scope-switch{max-width:100%;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;white-space:nowrap;transform:translateZ(0)}
  .project-scope-switch::-webkit-scrollbar{display:none}
  .project-scope-button{min-height:44px!important;flex:0 0 auto!important}
  .creative-grid,.all-projects-grid,.project-gallery{min-width:0}
  .project-card,.gallery-shot{min-width:0;overflow:hidden}
  .gallery-shot video,.project-gallery video,.project-media video{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .gallery-shot video[controls]{height:auto!important;aspect-ratio:auto!important}
  .service-packages-grid{grid-template-columns:1fr!important}
  .service-package{min-width:0!important}
  .service-package-scope li{white-space:normal!important;overflow-wrap:anywhere}
  .contact-form input,.contact-form textarea,.contact-form button,.button,.project-scope-button,.menu-toggle{font-size:16px}
  .plexus-canvas,.cursor-mesh-canvas,#pointer-dot,#pointer-ring{display:none!important}
  .project-image img,.gallery-shot img{transform:none!important;will-change:auto!important}
}
@media (max-width:430px){
  .creative-hero{min-height:100svh!important;height:100svh!important}
  .projects .section-heading h2,.services-copy h2,.contact h2{overflow-wrap:normal;word-break:normal}
  .project-scope-button{padding-left:15px!important;padding-right:15px!important;font-size:10px!important;letter-spacing:.055em!important}
}
@media (hover:none) and (pointer:coarse){
  *{-webkit-tap-highlight-color:transparent}
  .project-card:hover,.gallery-shot:hover{transform:none!important}
}

/* Iteration 386 — fix WhatsApp quick-contact button alignment on mobile/adaptive */
@media(max-width:760px){
  .contact-direct .messenger-link,
  .contact-direct-links .messenger-link{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    text-align:left !important;
    white-space:nowrap !important;
  }
  .contact-direct .messenger-link .messenger-icon,
  .contact-direct-links .messenger-link .messenger-icon{
    flex:0 0 27px;
    width:27px;
    height:27px;
    min-width:27px;
    min-height:27px;
    margin:0 !important;
  }
  .contact-direct .messenger-link > span:last-child,
  .contact-direct-links .messenger-link > span:last-child{
    display:inline-block !important;
    line-height:1.1;
    margin:0 !important;
  }
  .contact-direct .messenger-link.messenger-whatsapp > span:last-child,
  .contact-direct-links .messenger-link.messenger-whatsapp > span:last-child{
    position:static !important;
    top:auto !important;
    left:auto !important;
    transform:none !important;
  }
}


/* === css/iteration-341-typography-lock.css?v=20260813-400 === */
/* ARCHIMETRICA 341 — immutable Jost typography lock.
   Typography family must never change between desktop, tablet, iPhone or touch layouts. */
:root{--archimetrica-font:Jost,sans-serif}

html,
body,
body *,
button,
input,
textarea,
select,
option{
  font-family:var(--archimetrica-font)!important;
}

/* Preserve the approved thin Jost layer on every breakpoint and every split/typewriter glyph. */
body[data-page="home"] .hero-onevision .hero-slogan-thin,
body[data-page="home"] .hero-onevision .hero-slogan-thin .char,
body[data-page="home"] .hero-onevision .hero-slogan-thin .tick-word,
body[data-page="home"] .hero-onevision .hero-slogan-thin .tick-char,
body[data-page="home"] #projects-title>span,
body[data-page="home"] #projects-title>span .tick-word,
body[data-page="home"] #projects-title>span .tick-char,
body[data-page="home"] #about-title>span,
body[data-page="home"] #about-title>span .tick-word,
body[data-page="home"] #about-title>span .tick-char,
body[data-page="home"] .geography-heading h2>span,
body[data-page="home"] .geography-heading h2>span .tick-word,
body[data-page="home"] .geography-heading h2>span .tick-char,
body[data-page="home"] .services-intro-block h2>span,
body[data-page="home"] .services-intro-block h2>span .tick-word,
body[data-page="home"] .services-intro-block h2>span .tick-char,
body[data-page="home"] #process-title>span,
body[data-page="home"] #process-title>span .tick-word,
body[data-page="home"] #process-title>span .tick-char,
body[data-page="home"] .clients-trust h2>span,
body[data-page="home"] .clients-trust h2>span .tick-word,
body[data-page="home"] .clients-trust h2>span .tick-char,
.project-hero h1>.project-title-light,
.project-hero h1>.project-title-light .tick-word,
.project-hero h1>.project-title-light .tick-char,
.project-narrative h2>span,
.project-narrative h2>span .tick-word,
.project-narrative h2>span .tick-char,
.next-project-copy h2>.next-project-title-light,
.next-project-copy h2>.next-project-title-light .tick-word,
.next-project-copy h2>.next-project-title-light .tick-char,
.manifesto blockquote,
.project-quote blockquote{
  font-family:var(--archimetrica-font)!important;
  font-weight:100!important;
  font-style:normal!important;
  font-synthesis:none!important;
  font-variation-settings:normal!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:geometricPrecision!important;
}

/* Preserve the approved dense Jost Black Italic layer on every breakpoint. */
body[data-page="home"] .hero-onevision .hero-slogan-bold,
body[data-page="home"] .hero-onevision .hero-slogan-bold .char,
body[data-page="home"] .hero-onevision .hero-slogan-bold .tick-word,
body[data-page="home"] .hero-onevision .hero-slogan-bold .tick-char,
body[data-page="home"] #projects-title>em,
body[data-page="home"] #projects-title>em .tick-word,
body[data-page="home"] #projects-title>em .tick-char,
body[data-page="home"] #about-title>em,
body[data-page="home"] #about-title>em .tick-word,
body[data-page="home"] #about-title>em .tick-char,
body[data-page="home"] .geography-heading h2>em,
body[data-page="home"] .geography-heading h2>em .tick-word,
body[data-page="home"] .geography-heading h2>em .tick-char,
body[data-page="home"] .services-intro-block h2>em,
body[data-page="home"] .services-intro-block h2>em .tick-word,
body[data-page="home"] .services-intro-block h2>em .tick-char,
body[data-page="home"] #process-title>em,
body[data-page="home"] #process-title>em .tick-word,
body[data-page="home"] #process-title>em .tick-char,
body[data-page="home"] .clients-trust h2>em,
body[data-page="home"] .clients-trust h2>em .tick-word,
body[data-page="home"] .clients-trust h2>em .tick-char,
.project-hero h1>.project-title-heavy,
.project-hero h1>.project-title-heavy .tick-word,
.project-hero h1>.project-title-heavy .tick-char,
.project-narrative h2>em,
.project-narrative h2>em .tick-word,
.project-narrative h2>em .tick-char,
.next-project-copy h2>em,
.next-project-copy h2>em .tick-word,
.next-project-copy h2>em .tick-char,
.manifesto blockquote em,
.project-quote blockquote em{
  font-family:var(--archimetrica-font)!important;
  font-weight:900!important;
  font-style:italic!important;
  font-synthesis:none!important;
  font-variation-settings:normal!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
}


/* === css/iteration-343-jost-ua.css?v=20260813-400 === */
/* ARCHIMETRICA 343 — local Jost UA font pack.
   Uses the user-supplied Jost build with complete Ukrainian Cyrillic glyphs.
   This file is loaded after all legacy typography CSS so i/yi/ie/ge glyphs never fall back. */
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Thin.ttf') format('truetype');font-weight:100;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-ThinItalic.ttf') format('truetype');font-weight:100;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-ExtraLight.ttf') format('truetype');font-weight:200;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-ExtraLightItalic.ttf') format('truetype');font-weight:200;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-SemiBoldItalic.ttf') format('truetype');font-weight:600;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-ExtraBoldItalic.ttf') format('truetype');font-weight:800;font-style:italic;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-Black.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap;}
@font-face{font-family:'Jost UA';src:url('../assets/fonts/JostUA/Jost-BlackItalic.ttf') format('truetype');font-weight:900;font-style:italic;font-display:swap;}

:root{--archimetrica-font:'Jost UA',Jost,sans-serif!important}
html,body,body *,button,input,textarea,select,option{font-family:'Jost UA',Jost,sans-serif!important;font-synthesis:none!important}

/* Force the approved thin and heavy cuts with the same Ukrainian-capable family. */
body[data-page='home'] .hero-onevision .hero-slogan-thin,
body[data-page='home'] .hero-onevision .hero-slogan-thin *,
body[data-page='home'] #projects-title>span,
body[data-page='home'] #projects-title>span *,
body[data-page='home'] #about-title>span,
body[data-page='home'] #about-title>span *,
body[data-page='home'] .geography-heading h2>span,
body[data-page='home'] .geography-heading h2>span *,
body[data-page='home'] .services-intro-block h2>span,
body[data-page='home'] .services-intro-block h2>span *,
body[data-page='home'] #process-title>span,
body[data-page='home'] #process-title>span *,
body[data-page='home'] .clients-trust h2>span,
body[data-page='home'] .clients-trust h2>span *,
.project-hero h1>.project-title-light,
.project-hero h1>.project-title-light *,
.project-narrative h2>span,
.project-narrative h2>span *,
.next-project-copy h2>.next-project-title-light,
.next-project-copy h2>.next-project-title-light *,
.manifesto blockquote, .project-quote blockquote{font-family:'Jost UA',Jost,sans-serif!important;font-weight:100!important;font-style:normal!important;font-synthesis:none!important}

body[data-page='home'] .hero-onevision .hero-slogan-bold,
body[data-page='home'] .hero-onevision .hero-slogan-bold *,
body[data-page='home'] #projects-title>em,
body[data-page='home'] #projects-title>em *,
body[data-page='home'] #about-title>em,
body[data-page='home'] #about-title>em *,
body[data-page='home'] .geography-heading h2>em,
body[data-page='home'] .geography-heading h2>em *,
body[data-page='home'] .services-intro-block h2>em,
body[data-page='home'] .services-intro-block h2>em *,
body[data-page='home'] #process-title>em,
body[data-page='home'] #process-title>em *,
body[data-page='home'] .clients-trust h2>em,
body[data-page='home'] .clients-trust h2>em *,
.project-hero h1>.project-title-heavy,
.project-hero h1>.project-title-heavy *,
.project-narrative h2>em,
.project-narrative h2>em *,
.next-project-copy h2>em,
.next-project-copy h2>em *,
.manifesto blockquote em, .project-quote blockquote em{font-family:'Jost UA',Jost,sans-serif!important;font-weight:900!important;font-style:italic!important;font-synthesis:none!important}


/* === css/iteration-400-seo-foundation.css?v=20260813-400 === */
/* 400 — SEO foundation / service landing pages. Existing home/project design stays untouched. */
.service-package-title .service-title-link{color:inherit;text-decoration:none}
.service-package-title .service-title-link:hover,.service-package-title .service-title-link:focus-visible{text-decoration:none}
.service-landing-page{background:#f4f3ef;color:#111}
.service-landing-page .service-site-header{position:absolute;color:#111}
.service-landing-page .brand img{filter:brightness(0)}
.service-landing{min-height:100vh;background:#f4f3ef}
.service-landing-hero{min-height:92vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:6vw;align-items:center;padding:clamp(120px,10vw,180px) 4.5vw 8vw;border-bottom:1px solid rgba(17,17,17,.16)}
.service-landing-copy{max-width:930px}
.service-landing-copy h1{font-family:Jost,sans-serif;font-size:clamp(56px,7vw,132px);line-height:.84;letter-spacing:-.065em;margin:.25em 0 .32em;font-weight:900}
.service-landing-lead{font-size:clamp(18px,1.55vw,28px);line-height:1.45;max-width:760px;font-weight:300;color:#444}
.service-landing-price{display:grid;grid-template-columns:auto 1fr;gap:4px 24px;border-top:1px solid rgba(17,17,17,.18);padding-top:20px;margin:42px 0 28px;max-width:680px}
.service-landing-price>span{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#777}
.service-landing-price strong{grid-column:1/-1;font-size:clamp(28px,2.4vw,46px);font-weight:700}
.service-landing-price p{grid-column:1/-1;margin:0;color:#777;line-height:1.5}
.service-landing-cta{display:flex!important;justify-content:space-between;align-items:center;max-width:680px;width:100%;padding:18px 22px;border:1px solid #111;color:#111;text-decoration:none;background:transparent;font-weight:600}
.service-landing-cta:hover{background:#111;color:#fff}
.service-landing-visual{margin:0;align-self:stretch;min-height:60vh;overflow:hidden}
.service-landing-visual img{width:100%;height:100%;object-fit:cover}
.service-landing-section{padding:8vw 4.5vw;border-bottom:1px solid rgba(17,17,17,.16)}
.service-landing-section-head{display:grid;grid-template-columns:.35fr 1fr;gap:4vw;align-items:start;margin-bottom:4vw}
.service-landing-section-head h2{font-size:clamp(48px,6vw,112px);line-height:.88;letter-spacing:-.06em;margin:0;font-weight:800}
.service-landing-scope ol{list-style:none;margin:0 0 0 39%;padding:0;counter-reset:scope}
.service-landing-scope li{counter-increment:scope;position:relative;padding:18px 0 18px 56px;border-top:1px solid rgba(17,17,17,.15);font-size:clamp(16px,1.25vw,22px)}
.service-landing-scope li:before{content:counter(scope,decimal-leading-zero);position:absolute;left:0;color:#777;font-size:11px;letter-spacing:.14em}
.service-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-related-card{color:#111;text-decoration:none;display:block}
.service-related-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.service-related-card span{display:flex;justify-content:space-between;gap:20px;padding-top:12px;border-top:1px solid #111}
.service-related-card b{font-size:15px}.service-related-card small{color:#777;text-align:right}
.service-faq-list{margin-left:39%;max-width:900px}
.service-faq details{border-top:1px solid rgba(17,17,17,.18);padding:22px 0}.service-faq details:last-child{border-bottom:1px solid rgba(17,17,17,.18)}
.service-faq summary{cursor:pointer;font-size:clamp(18px,1.4vw,24px);font-weight:500;list-style:none}.service-faq summary::-webkit-details-marker{display:none}.service-faq summary:after{content:'+';float:right;font-weight:300}.service-faq details[open] summary:after{content:'–'}
.service-faq details p{max-width:720px;color:#555;line-height:1.65}
.service-landing-final{background:#080808;color:#fff;padding:10vw 4.5vw;min-height:70vh;display:flex;flex-direction:column;justify-content:center}
.service-landing-final h2{font-size:clamp(54px,7vw,132px);line-height:.84;letter-spacing:-.06em;max-width:1100px;margin:.25em 0}
.service-landing-final p:not(.eyebrow){color:#aaa;max-width:680px;font-size:18px}.service-landing-final .service-landing-cta{border-color:#fff;color:#fff}.service-landing-final .service-landing-cta:hover{background:#fff;color:#111}
.service-landing-footer{background:#080808;color:#777;border-top:1px solid #222;padding:28px 4.5vw;display:flex;justify-content:space-between}.service-landing-footer a{color:#fff;text-decoration:none}
@media(max-width:980px){.service-landing-hero{grid-template-columns:1fr;padding-top:130px}.service-landing-visual{min-height:55vw}.service-landing-section-head{grid-template-columns:1fr}.service-landing-scope ol,.service-faq-list{margin-left:0}.service-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.service-landing-hero,.service-landing-section,.service-landing-final{padding-left:20px;padding-right:20px}.service-landing-copy h1{font-size:15vw}.service-related-grid{grid-template-columns:1fr}.service-landing-visual{min-height:75vw}.service-landing-footer{padding:24px 20px;gap:20px;flex-direction:column}}


/* 401 — SEO landing audience block; service pages only, main-site design unchanged. */
.service-landing-audience{display:grid;grid-template-columns:minmax(0,.55fr) minmax(0,1.45fr);gap:clamp(32px,6vw,120px);align-items:start}
.service-landing-audience-copy{margin:0;max-width:850px;font-size:clamp(22px,2.2vw,42px);line-height:1.14;letter-spacing:-.035em;font-weight:300}
@media(max-width:900px){.service-landing-audience{grid-template-columns:1fr;gap:24px}.service-landing-audience-copy{font-size:clamp(21px,5.8vw,34px)}}
