:root{
  --bg:#080909;
  --surface:#101111;
  --surface-2:#151515;
  --paper:#e6ddcb;
  --paper-2:#cfc6b7;
  --ink:#111111;
  --text:#ede7dc;
  --muted:#a49e94;
  --line:#333331;
  --red:#e5361d;
  --acid:#c8d62e;
  --shell:1760px;
  --display:"Noto Sans Display","PT Sans Narrow",Arial,sans-serif;
  --body:Inter,Arial,sans-serif;
  --mono:"PT Mono","DejaVu Sans Mono",monospace;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.45;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E")}.shell{width:min(calc(100% - clamp(32px,4vw,96px)),var(--shell));margin-inline:auto}.grid-bg{position:relative;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px}.site-header{height:104px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:18px}.brand-mark{font-family:var(--display);font-stretch:extra-condensed;font-weight:900;font-size:34px;line-height:1;letter-spacing:-1.5px}.brand-sub{font-family:var(--mono);font-size:10px;line-height:1.25;color:#cbc7bf;text-transform:uppercase}.desktop-nav{display:flex;gap:42px;margin-left:auto;margin-right:36px;font-size:13px}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-14px;height:2px;background:var(--red);transition:.25s}.desktop-nav a:hover:after{right:0}.header-cta{border:1px solid var(--red);padding:14px 20px;font-family:var(--mono);font-size:12px;text-transform:uppercase}.header-cta span{margin-left:16px}.mobile-menu{display:none;margin-left:auto;background:none;border:0;color:var(--text);font-family:var(--mono);font-size:13px}.section{padding:92px 48px 90px;border-bottom:1px solid rgba(255,255,255,.08);position:relative}.section-index{position:absolute;left:0;top:88px;font-family:var(--mono);color:var(--acid);font-size:12px}.edge-code{font-family:var(--mono);font-size:11px;color:var(--acid);line-height:1.35}.edge-code-left{position:absolute;left:0;top:46%}.hero{min-height:860px;padding:82px 48px 44px;display:grid;grid-template-columns:42% 58%;grid-template-rows:1fr auto;gap:24px;border-bottom:1px solid rgba(255,255,255,.1)}.hero-copy{padding-top:20px;z-index:2}.hero h1,.section h2{font-family:var(--display);font-stretch:extra-condensed;font-weight:900;text-transform:uppercase;letter-spacing:-3px;line-height:.87;margin:0}.hero h1{font-size:clamp(74px,7.1vw,128px)}em{font-style:normal;color:var(--red)}.hero-copy>p{font-family:var(--mono);max-width:530px;font-size:16px;color:#c9c3b8;margin:28px 0 32px}.hero-actions{display:flex;align-items:center;gap:34px}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-height:58px;padding:0 24px;border:1px solid transparent;text-transform:none;font-family:var(--mono);font-size:14px;cursor:pointer}.btn-primary{background:linear-gradient(90deg,#d92d18,var(--red));color:#fff}.btn-primary:hover{filter:brightness(1.08)}.text-link{font-family:var(--mono);font-size:13px;border-bottom:1px solid var(--acid);padding-bottom:7px}.text-link span{margin-left:18px}.hero-visual{position:relative;align-self:center;height:650px}.hero-visual img{width:100%;height:100%;object-fit:contain;filter:saturate(.82) contrast(1.05);mix-blend-mode:normal}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,transparent 18%,transparent 82%,var(--bg) 100%);pointer-events:none}.tech-label{position:absolute;font-family:var(--mono);font-size:10px;color:var(--acid);z-index:3}.tech-label.t1{left:30%;top:8%}.tech-label.t2{left:52%;top:45%}.tech-label.t3{right:7%;top:15%}.hero-route{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:16px;padding-top:20px}.hero-route span{font-family:var(--display);font-stretch:extra-condensed;font-size:28px;font-weight:800}.hero-route span:first-child{color:var(--red)}.hero-route b{display:block;font-family:var(--mono);font-size:10px;color:var(--acid);font-weight:400;margin-bottom:6px}.hero-route i{height:1px;background:#ded8cc;position:relative}.hero-route i:after{content:"→";position:absolute;right:-4px;top:-14px;font-size:24px}.directions{display:grid;grid-template-columns:35% 65%;gap:42px;min-height:900px}.directions-intro{padding:30px 20px 20px 0}.directions h2{font-size:clamp(64px,5.6vw,104px)}.directions-intro p{font-family:var(--mono);max-width:370px;color:#c6c0b7;margin:32px 0}.direction-stack{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.14);align-self:center}.direction-card{min-height:330px;padding:42px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:16px 22px;position:relative;overflow:hidden;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.direction-card:nth-child(even){border-right:0}.direction-card:nth-child(n+3){border-bottom:0}.direction-card h3{font-family:var(--display);font-stretch:extra-condensed;font-size:42px;line-height:.95;margin:0;text-transform:uppercase;color:inherit}.direction-card p{font-family:var(--mono);font-size:13px;max-width:330px}.direction-num{font-family:var(--mono);font-size:12px;color:var(--acid)}.paper{background:var(--paper);color:var(--ink)}.dark-card{background:#0e0f0f}.red-card{background:#c9331c;color:#100f0f}.mini-wireframe,.funnel,.flow-map,.mini-chart{position:absolute;right:30px;bottom:26px;width:38%;height:36%;opacity:.8}.mini-wireframe{border:1px solid currentColor}.mini-wireframe span{display:block;height:1px;background:currentColor;margin:20px 18px}.funnel{display:flex;flex-direction:column;align-items:center;gap:7px}.funnel i{height:16px;border:1px solid #aaa}.funnel i:nth-child(1){width:100%}.funnel i:nth-child(2){width:72%}.funnel i:nth-child(3){width:45%}.funnel i:nth-child(4){width:18%}.flow-map{display:grid;grid-template-columns:1fr 1fr;gap:10px}.flow-map span{border:1px solid #180b08;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:10px}.mini-chart{display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #111}.mini-chart i{flex:1;border:1px solid #111;border-bottom:0}.mini-chart i:nth-child(1){height:20%}.mini-chart i:nth-child(2){height:36%}.mini-chart i:nth-child(3){height:48%}.mini-chart i:nth-child(4){height:72%}.mini-chart i:nth-child(5){height:95%}.section-title-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:44px}.section-title-row h2{font-size:clamp(58px,5vw,94px)}.section-title-row p{font-family:var(--mono);color:#c2bcb2}.project-stage{display:grid;grid-template-columns:2fr 1fr;gap:34px;align-items:start}.dossier{box-shadow:0 15px 40px rgba(0,0,0,.32);border:1px solid #ac9d85;position:relative}.project-main,.project-side{padding:42px}.project-main h3,.project-side h3{font-family:var(--display);font-stretch:extra-condensed;font-size:52px;line-height:1;margin:10px 0 24px;text-transform:uppercase}.project-kicker{font-family:var(--mono);font-size:12px}.project-story{display:grid;grid-template-columns:100px 1fr;gap:18px;margin:14px 0;font-family:var(--mono);font-size:13px}.project-story span{border:1px solid #bc3d2b;padding:7px 10px;color:#a42517}.project-story p{margin:0}.fake-ui{display:grid;grid-template-columns:130px 1fr;background:#151515;color:#ddd;height:250px;margin-top:24px}.ui-side{display:flex;flex-direction:column;gap:20px;padding:24px;font-family:var(--mono);font-size:10px}.ui-table{padding:30px}.ui-table i{display:block;height:16px;border-bottom:1px solid #555;margin-bottom:18px}.on-paper{display:inline-block;color:#b22618;border-color:#b22618;margin-top:20px}.project-side img{width:100%;height:360px;object-fit:cover;filter:grayscale(.4) contrast(1.05);margin:18px 0}.project-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px;border:1px solid rgba(255,255,255,.14)}.project-tabs a{padding:26px 30px;font-family:var(--display);font-stretch:extra-condensed;font-size:27px;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.1)}.project-tabs a:last-child{border-right:0}.project-tabs .all{color:var(--red)}.clients{padding:46px 48px 50px;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.clients-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.clients-title{font-family:var(--display);font-stretch:extra-condensed;font-size:48px;font-weight:900;text-transform:uppercase}.clients-hint{font-family:var(--mono);font-size:10px;color:#78756f;text-transform:uppercase}.client-carousel{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.client-carousel:before,.client-carousel:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none}.client-carousel:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.client-carousel:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.client-track{display:flex;align-items:center;width:max-content;animation:client-marquee 28s linear infinite;will-change:transform}.client-carousel:hover .client-track{animation-play-state:paused}.client-logo{width:240px;height:118px;display:flex;align-items:center;justify-content:center;padding:24px 30px;flex:none}.client-logo img{display:block;width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.82;transition:opacity .2s ease,filter .2s ease}.client-logo:hover img{opacity:1;filter:grayscale(0)}@keyframes client-marquee{from{transform:translateX(0)}to{transform:translateX(-1440px)}}@media (prefers-reduced-motion:reduce){.client-track{animation:none}}.problems{padding-bottom:0}.problems-top{display:grid;grid-template-columns:32% 68%;gap:48px}.problems h2,.process h2,.development h2,.company h2,.contact h2{font-size:clamp(58px,5.4vw,100px)}.problems-top>div:first-child p{font-family:var(--mono);color:#c7c1b7}.problem-fan{padding-top:55px}.problem-fan button{width:88%;margin:0 0 8px;border:0;border-top:1px solid #817a70;background:#ddd3c1;color:#151414;text-align:left;padding:15px 22px;font-family:var(--mono);font-size:14px;transform-origin:left center;position:relative}.problem-fan button:nth-child(1){transform:rotate(-1.5deg)}.problem-fan button:nth-child(2){transform:rotate(-.8deg) translateX(12px)}.problem-fan button:nth-child(3){transform:rotate(-.2deg) translateX(20px)}.problem-fan button:nth-child(4){transform:translateX(26px)}.problem-fan button:nth-child(5){transform:rotate(.3deg) translateX(18px)}.problem-fan button:nth-child(6){transform:rotate(.8deg) translateX(10px)}.problem-fan button:nth-child(7){transform:rotate(1.4deg)}.problem-fan button b{float:right;color:#766c5d}.problem-fan button.active{background:#d9cfc1;color:var(--red);box-shadow:inset -22px 0 var(--red)}.problems-photo{margin:42px -48px 0;height:300px;overflow:hidden}.problems-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.7)}.process{display:grid;grid-template-columns:34% 66%;grid-template-rows:auto auto auto;gap:28px}.process-title{grid-column:1}.process-visual{grid-column:2;grid-row:1/3;align-self:start}.process-visual img{width:100%;height:650px;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.05);border:1px solid rgba(255,255,255,.13)}.process-steps{grid-column:1/3;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;padding:0;margin:28px 0 0;list-style:none;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.process-steps li{padding:28px 22px;border-right:1px solid rgba(255,255,255,.12)}.process-steps li:last-child{border-right:0}.process-steps b{font-family:var(--mono);color:var(--red);font-size:22px}.process-steps h3{font-family:var(--display);font-stretch:extra-condensed;font-size:28px;line-height:1;text-transform:uppercase;margin:10px 0}.process-steps p{font-family:var(--mono);font-size:11px;color:#aaa49a}.process-note{grid-column:1;border:1px solid #7c7b78;padding:18px 22px;width:max-content;font-family:var(--mono);font-size:14px}.development{display:grid;grid-template-columns:38% 62%;gap:28px;align-items:center;min-height:900px}.development-copy p{font-family:var(--mono);max-width:420px;color:#c5bfb5;margin:30px 0}.development-orbit{position:relative;height:760px;display:flex;justify-content:center;align-items:center}.development-orbit:before{content:"";position:absolute;width:78%;aspect-ratio:1;border:3px solid var(--red);border-radius:50%;opacity:.88}.development-orbit img{width:48%;height:86%;object-fit:cover;object-position:center;border:1px solid rgba(255,255,255,.15);z-index:2}.orbit-label{position:absolute;font-family:var(--display);font-stretch:extra-condensed;font-size:22px;line-height:1.1;text-transform:uppercase;max-width:180px}.o1{top:2%;left:46%}.o2{left:2%;top:32%}.o3{left:1%;bottom:21%}.o4{right:1%;top:28%}.o5{right:0;bottom:28%}.o6{right:18%;bottom:2%}.company{display:grid;grid-template-columns:48% 52%;gap:40px;align-items:center}.company-copy>p{font-family:var(--mono);max-width:620px;color:#c5c0b7}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border-top:1px solid rgba(255,255,255,.15)}.stats>div{padding:30px 24px;border-right:1px solid rgba(255,255,255,.15)}.stats>div:last-child{border-right:0}.stats strong{display:block;color:var(--red);font-family:var(--display);font-stretch:extra-condensed;font-size:86px;line-height:.95}.stats span{font-family:var(--display);font-stretch:extra-condensed;font-size:22px;text-transform:uppercase}.company-photo img{width:100%;height:600px;object-fit:cover;filter:saturate(.75) contrast(1.05)}.contact{display:grid;grid-template-columns:52% 48%;gap:54px;align-items:center}.contact-copy>p{font-family:var(--mono);max-width:520px;color:#c9c3ba}.contact-copy ul{list-style:none;padding:0;margin:36px 0 0;font-family:var(--mono);font-size:13px}.contact-copy li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-copy li:before{content:"○";color:var(--red);margin-right:12px}.contact-form{border:1px solid rgba(255,255,255,.16);padding:32px;display:grid;gap:18px}.contact-form label{font-family:var(--mono);font-size:11px;color:#bdb7ad;display:grid;gap:8px}.contact-form input,.contact-form textarea{width:100%;background:#111;border:1px solid #3a3937;color:#eee;padding:14px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red)}.checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.checkbox input{width:16px;height:16px;accent-color:var(--red)}.form-mail{font-family:var(--mono);font-size:13px;text-decoration:underline}.site-footer{display:grid;grid-template-columns:1.3fr 2fr 1fr;gap:30px;align-items:center;padding:36px 0 50px;border-top:1px solid rgba(255,255,255,.1)}.footer-links{display:flex;justify-content:center;gap:28px;font-size:12px}.footer-contact{display:grid;justify-content:end;font-family:var(--mono);font-size:11px;color:#beb8ae;gap:5px}
@media (max-width:1100px){.shell{width:min(calc(100% - 40px),var(--shell))}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.hero{grid-template-columns:1fr;min-height:auto;padding-top:50px}.hero-visual{height:540px}.hero-route{grid-template-columns:1fr 1fr;gap:18px}.hero-route i{display:none}.directions,.problems-top,.process,.development,.company,.contact{grid-template-columns:1fr}.direction-stack{grid-template-columns:1fr 1fr}.process-visual{grid-column:1;grid-row:auto}.process-title{grid-column:1}.process-steps{grid-column:1;grid-template-columns:repeat(3,1fr)}.process-note{grid-column:1}.development-orbit{height:700px}.company-photo img{height:520px}.project-stage{grid-template-columns:1.45fr 1fr}.section{padding-inline:28px}.problems-photo{margin-inline:-28px}}
@media (max-width:720px){body{font-size:14px}.shell{width:calc(100% - 28px)}.site-header{height:78px}.brand-mark{font-size:27px}.brand-sub{font-size:8px}.hero{padding:42px 16px 34px}.hero h1{font-size:64px;letter-spacing:-2px}.hero-copy>p{font-size:13px}.hero-actions{display:grid;gap:16px}.btn{width:100%}.hero-visual{height:410px;margin-top:12px}.hero-route{display:flex;overflow-x:auto;padding-bottom:8px;gap:34px}.hero-route span{min-width:max-content;font-size:22px}.section{padding:68px 16px}.section-index{left:0;top:24px}.directions{display:block}.directions h2,.problems h2,.process h2,.development h2,.company h2,.contact h2{font-size:58px}.direction-stack{grid-template-columns:1fr;margin-top:40px}.direction-card{min-height:240px;padding:28px}.direction-card:nth-child(n){border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.direction-card:last-child{border-bottom:0}.direction-card h3{font-size:34px}.project-stage{grid-template-columns:1fr}.project-main,.project-side{padding:24px}.project-main h3,.project-side h3{font-size:44px}.project-tabs{grid-template-columns:1fr 1fr}.project-tabs a{font-size:22px}.clients{padding:38px 16px 42px}.clients-title{font-size:38px}.clients-hint{display:none}.client-logo{width:190px;height:94px;padding:18px 24px}.client-carousel:before,.client-carousel:after{width:42px}@keyframes client-marquee{from{transform:translateX(0)}to{transform:translateX(-1140px)}}.problems-top{display:block}.problem-fan{padding-top:34px}.problem-fan button{width:100%;transform:none!important}.problems-photo{margin-inline:-16px;height:230px}.process{display:block}.process-visual img{height:420px;margin:28px 0}.process-steps{grid-template-columns:1fr}.process-steps li{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.process-note{width:100%;margin-top:28px}.development{display:block}.development-copy{margin-bottom:32px}.development-orbit{height:650px}.development-orbit:before{width:92%}.development-orbit img{width:58%;height:75%}.orbit-label{font-size:16px;max-width:125px}.company{display:block}.company-photo img{height:420px;margin-top:26px}.stats strong{font-size:64px}.stats span{font-size:16px}.contact{display:block}.contact-form{margin-top:38px;padding:22px}.site-footer{grid-template-columns:1fr;gap:24px}.footer-links{justify-content:flex-start;flex-wrap:wrap}.footer-contact{justify-content:start}.edge-code{display:none}}
/* inner pages */
.inner-hero{padding:72px 48px 64px;min-height:520px;display:grid;grid-template-columns:52% 48%;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.breadcrumbs{font-family:var(--mono);font-size:11px;color:#8f8a82;margin-bottom:22px}.inner-hero h1{font-family:var(--display);font-stretch:extra-condensed;font-size:clamp(62px,6vw,108px);line-height:.9;text-transform:uppercase;letter-spacing:-3px;margin:0}.inner-hero p{font-family:var(--mono);color:#c7c0b6;max-width:650px}.inner-hero-media img{width:100%;height:390px;object-fit:cover;border:1px solid rgba(255,255,255,.12);filter:saturate(.8)}.catalog{padding:60px 48px 90px}.catalog h2,.inner-section h2{font-family:var(--display);font-stretch:extra-condensed;font-size:56px;line-height:.95;text-transform:uppercase;margin:0 0 34px}.service-groups{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.14)}.service-group{padding:34px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);min-height:340px}.service-group:nth-child(even){border-right:0}.service-group:nth-child(n+3){border-bottom:0}.service-group h3{font-family:var(--display);font-stretch:extra-condensed;font-size:38px;text-transform:uppercase;margin:0 0 18px}.service-list{display:grid}.service-list a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);font-family:var(--mono);font-size:13px;display:flex;justify-content:space-between}.service-list a:hover{color:var(--red)}.inner-section{padding:70px 48px;border-bottom:1px solid rgba(255,255,255,.08)}.situations{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.situation,.benefit{border:1px solid rgba(255,255,255,.13);padding:22px;min-height:150px}.situation b,.benefit b{font-family:var(--display);font-stretch:extra-condensed;font-size:28px;text-transform:uppercase}.deliverables{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12)}.deliverables article{background:var(--bg);padding:26px;min-height:170px}.deliverables h3{font-family:var(--display);font-stretch:extra-condensed;font-size:27px;text-transform:uppercase}.timeline{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.timeline article{padding:26px 20px;border-right:1px solid rgba(255,255,255,.12)}.timeline article:last-child{border-right:0}.timeline strong{font-family:var(--mono);color:var(--red);font-size:22px}.timeline h3{font-family:var(--display);font-stretch:extra-condensed;text-transform:uppercase;font-size:24px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-card{border:1px solid rgba(255,255,255,.14);background:#101111;overflow:hidden}.case-card img{width:100%;height:250px;object-fit:cover;filter:saturate(.7)}.case-card .card-body{padding:20px}.case-card h3{font-family:var(--display);font-stretch:extra-condensed;text-transform:uppercase;font-size:30px;line-height:1;margin:6px 0 14px}.case-card p{font-family:var(--mono);font-size:12px;color:#aaa49a}.faq{display:grid}.faq details{border-top:1px solid rgba(255,255,255,.14);padding:18px 0}.faq summary{cursor:pointer;font-family:var(--mono);font-size:13px}.project-detail-hero{padding:64px 48px;display:grid;grid-template-columns:42% 58%;gap:30px;align-items:center}.project-detail-hero h1{font-family:var(--display);font-stretch:extra-condensed;font-size:100px;line-height:.85;margin:0;text-transform:uppercase}.project-detail-hero p{font-family:var(--mono);color:#c5beb5}.project-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px;font-family:var(--mono);font-size:11px;color:#aaa}.project-hero-img{width:100%;height:480px;object-fit:cover;border:1px solid rgba(255,255,255,.13)}.story-section{padding:62px 48px;display:grid;grid-template-columns:34% 66%;gap:42px;border-bottom:1px solid rgba(255,255,255,.08)}.story-section h2{font-family:var(--display);font-stretch:extra-condensed;font-size:54px;text-transform:uppercase;margin:0}.story-copy{font-family:var(--mono);color:#c2bcb2}.story-copy p{max-width:720px}.story-list{margin-top:24px;padding:0;list-style:none}.story-list li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.story-media img{width:100%;max-height:580px;object-fit:cover;border:1px solid rgba(255,255,255,.12)}.steps-inline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.13)}.steps-inline article{background:var(--bg);padding:26px}.steps-inline strong{color:var(--red);font-family:var(--mono)}.steps-inline h3{font-family:var(--display);font-stretch:extra-condensed;font-size:28px;text-transform:uppercase}.contact-page{padding:72px 48px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-page h1{font-family:var(--display);font-stretch:extra-condensed;font-size:clamp(62px,6vw,106px);line-height:.88;text-transform:uppercase;margin:0}.contact-items{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.contact-item{border:1px solid rgba(255,255,255,.12);padding:22px;font-family:var(--mono)}
@media(max-width:800px){.inner-hero,.project-detail-hero,.story-section,.contact-page{grid-template-columns:1fr;padding:48px 16px}.inner-hero h1,.project-detail-hero h1{font-size:58px}.inner-hero-media img,.project-hero-img{height:320px}.catalog,.inner-section{padding:52px 16px}.service-groups,.situations,.deliverables,.benefits,.case-grid,.contact-items{grid-template-columns:1fr}.service-group{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.timeline,.steps-inline{grid-template-columns:1fr}.timeline article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.project-meta{grid-template-columns:1fr 1fr}}


/* =========================
   HOME — full-width flow + motion pass
   Scoped to the homepage so inner pages remain unchanged.
   ========================= */
body.home{
  --home-shell:1760px;
}
body.home main{
  position:relative;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:48px 48px;
  background-position:center top;
}
body.home main .grid-bg{background-image:none}
body.home .shell{
  width:min(calc(100% - clamp(32px,4vw,96px)),var(--home-shell));
}
body.home .hero,
body.home .section,
body.home .clients{
  border-bottom:0;
}
body.home main>section{
  position:relative;
  isolation:isolate;
}
body.home main>section+section:before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  left:1.5%;
  right:1.5%;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 10%,rgba(229,54,29,.24) 48%,rgba(255,255,255,.08) 90%,transparent 100%);
}
body.home .section{
  padding-top:clamp(58px,4.4vw,78px);
  padding-bottom:clamp(50px,3.8vw,68px);
}
body.home .projects{padding-top:clamp(72px,5vw,92px)}
body.home .clients{padding-top:38px;padding-bottom:42px}
body.home .problems{padding-top:clamp(66px,4.6vw,84px);padding-bottom:0}
body.home .process{padding-top:clamp(66px,4.6vw,84px);padding-bottom:clamp(48px,3vw,58px)}
body.home .company{padding-top:clamp(58px,4vw,72px);padding-bottom:clamp(54px,3.5vw,64px)}
body.home .contact{padding-top:clamp(62px,4.4vw,80px);padding-bottom:clamp(72px,5vw,96px)}
body.home .site-footer{padding-top:34px}

/* Keep visual sections connected instead of looking like isolated slides. */
body.home .projects,
body.home .problems,
body.home .process,
body.home .company,
body.home .contact{
  background:linear-gradient(180deg,rgba(255,255,255,.008),transparent 18%,transparent 82%,rgba(255,255,255,.006));
}
body.home .problems-photo,
body.home .process-visual,
body.home .company-photo{overflow:hidden}

/* Micro interactions */
body.home .btn,
body.home .header-cta,
body.home .text-link,
body.home .project-main,
body.home .project-side,
body.home .contact-form{
  transition:transform .35s cubic-bezier(.2,.75,.25,1),border-color .35s ease,box-shadow .35s ease,filter .35s ease;
}
body.home .btn span,
body.home .header-cta span,
body.home .text-link span{display:inline-block;transition:transform .3s cubic-bezier(.2,.75,.25,1)}
body.home .btn:hover span,
body.home .header-cta:hover span,
body.home .text-link:hover span{transform:translateX(7px)}
body.home .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(229,54,29,.18)}
body.home .header-cta:hover{background:rgba(229,54,29,.08);transform:translateY(-2px)}
body.home .project-main:hover,
body.home .project-side:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(0,0,0,.42)}
body.home .problem-fan button{transition:translate .3s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease,filter .3s ease}
body.home .problem-fan button:hover{translate:10px 0;filter:brightness(1.04);box-shadow:0 12px 26px rgba(0,0,0,.18)}
body.home .project-tabs a{transition:background .3s ease,color .3s ease,padding-left .3s ease}
body.home .project-tabs a:hover{background:rgba(255,255,255,.035);padding-left:38px}
body.home .contact-form:focus-within{border-color:rgba(229,54,29,.45);box-shadow:0 22px 60px rgba(0,0,0,.28)}

/* Scroll reveals only when JS is available. */
.js body.home .reveal{
  opacity:0;
  transform:translate3d(0,34px,0);
  filter:blur(3px);
  transition:
    opacity .82s cubic-bezier(.2,.75,.25,1),
    transform .82s cubic-bezier(.2,.75,.25,1),
    filter .82s ease;
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform,filter;
}
.js body.home .reveal.reveal-left{transform:translate3d(-34px,0,0)}
.js body.home .reveal.reveal-right{transform:translate3d(34px,0,0)}
.js body.home .reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
  filter:blur(0);
}
.js body.home .reveal-media{
  opacity:0;
  clip-path:inset(0 0 12% 0);
  transform:scale(.975) translateY(24px);
  transition:opacity .9s ease,clip-path 1.05s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.2,.75,.25,1);
  will-change:transform,opacity,clip-path;
}
.js body.home .reveal-media.is-visible{opacity:1;clip-path:inset(0);transform:scale(1) translateY(0)}

/* Hero entrance + route draw. */
.js body.home .hero-copy h1,
.js body.home .hero-copy>p,
.js body.home .hero-actions,
.js body.home .hero-visual{
  opacity:0;
  transform:translateY(28px);
}
.js body.home.motion-ready .hero-copy h1{animation:home-enter .85s .08s cubic-bezier(.2,.75,.25,1) forwards}
.js body.home.motion-ready .hero-copy>p{animation:home-enter .75s .22s cubic-bezier(.2,.75,.25,1) forwards}
.js body.home.motion-ready .hero-actions{animation:home-enter .75s .34s cubic-bezier(.2,.75,.25,1) forwards}
.js body.home.motion-ready .hero-visual{animation:home-enter .95s .16s cubic-bezier(.2,.75,.25,1) forwards}
.js body.home .hero-route i{transform:scaleX(0);transform-origin:left center;transition:transform .8s cubic-bezier(.2,.75,.25,1)}
.js body.home.motion-ready .hero-route i{transform:scaleX(1)}
.js body.home.motion-ready .hero-route i:nth-of-type(1){transition-delay:.55s}
.js body.home.motion-ready .hero-route i:nth-of-type(2){transition-delay:.72s}
.js body.home.motion-ready .hero-route i:nth-of-type(3){transition-delay:.89s}
@keyframes home-enter{to{opacity:1;transform:translateY(0)}}

/* Subtle parallax on the large physical/digital visuals. */
body.home .parallax-wrap{will-change:transform;transform:translate3d(0,calc(var(--parallax-y,0) * 1px),0)}
body.home .problems-photo img,
body.home .process-visual img,
body.home .company-photo img{transform:scale(1.045);will-change:transform}

/* Staggered structural elements. */
.js body.home .process-steps li.reveal,
.js body.home .stats>div.reveal,
.js body.home .problem-fan button.reveal{transition-delay:var(--reveal-delay,0ms)}

@media (min-width:1760px){
  body.home .hero{grid-template-columns:40% 60%}
  body.home .hero-visual{height:680px}
}
@media (max-width:1100px){
  body.home .shell{width:calc(100% - 40px)}
  body.home .section{padding-top:64px;padding-bottom:58px}
  body.home .problems{padding-bottom:0}
}
@media (max-width:720px){
  body.home .shell{width:calc(100% - 28px)}
  body.home .hero{padding-inline:16px}
  body.home .section{padding:62px 16px 56px}
  body.home .clients{padding:34px 16px 38px}
  body.home .problems{padding-bottom:0}
  body.home main>section+section:before{left:0;right:0}
  .js body.home .reveal-left,.js body.home .reveal-right{transform:translate3d(0,28px,0)}
}
@media (prefers-reduced-motion:reduce){
  .js body.home .reveal,
  .js body.home .reveal-media,
  .js body.home .hero-copy h1,
  .js body.home .hero-copy>p,
  .js body.home .hero-actions,
  .js body.home .hero-visual{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    clip-path:none!important;
    animation:none!important;
    transition:none!important;
  }
  .js body.home .hero-route i{transform:none!important;transition:none!important}
}

/* =========================
   UX refinement — project carousel, viewport centering, mobile menu
   ========================= */

/* Canonical mobile navigation shared by every page. */
.mobile-nav-panel{
  position:fixed;
  inset:0;
  z-index:70;
  background:rgba(8,9,9,.985);
  display:grid;
  grid-template-rows:auto 1fr auto;
  padding:96px max(22px,6vw) 28px;
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px);
  transition:opacity .28s ease,transform .28s ease,visibility .28s;
}
.mobile-nav-panel nav{display:grid;align-content:center;gap:0}
.mobile-nav-panel nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:64px;
  border-bottom:1px solid rgba(255,255,255,.12);
  font-family:var(--display);
  font-stretch:extra-condensed;
  font-weight:800;
  font-size:clamp(34px,10vw,54px);
  line-height:1;
  text-transform:uppercase;
}
.mobile-nav-panel nav a:after{content:"→";font-family:var(--mono);font-size:18px;color:var(--red)}
.mobile-nav-panel .mobile-nav-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:0 20px;
  background:var(--red);
  color:#fff;
  font-family:var(--mono);
}
body.menu-open{overflow:hidden}
body.menu-open .mobile-nav-panel{opacity:1;visibility:visible;transform:none}
body.menu-open .site-header{z-index:90}
body.menu-open .mobile-menu{position:relative;z-index:91}

/* Lift first screen slightly and let main screens naturally fill the viewport. */
body.home .hero{
  min-height:calc(100svh - 104px);
  padding-top:clamp(54px,3.8vw,66px);
  padding-bottom:clamp(38px,3vw,52px);
  align-items:center;
}
body.home .projects,
body.home .problems,
body.home .company,
body.home .contact{
  min-height:100svh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.home .process{min-height:100svh;align-content:center}

/* Equal project cards on desktop; swipe carousel on narrow screens. */
body.home .home-project-carousel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  width:100%;
}
body.home .project-card-home{
  min-width:0;
  overflow:hidden;
  border:1px solid #ac9d85;
  box-shadow:0 15px 40px rgba(0,0,0,.28);
  transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s ease;
}
body.home .project-card-home:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(0,0,0,.42)}
body.home .project-card-home>img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
  filter:saturate(.72) contrast(1.05);
  border-bottom:1px solid #b8ab96;
}
body.home .project-card-home:nth-child(4)>img{object-position:center 27%}
body.home .project-card-body{padding:26px 24px 28px}
body.home .project-card-home h3{
  font-family:var(--display);
  font-stretch:extra-condensed;
  font-size:clamp(32px,2.4vw,44px);
  line-height:.95;
  margin:9px 0 16px;
  text-transform:uppercase;
}
body.home .project-card-home p{
  min-height:5.6em;
  margin:0;
  font-family:var(--mono);
  font-size:12px;
  line-height:1.55;
  color:#39342d;
}
body.home .project-card-home .on-paper{margin-top:22px}

/* More digital / IT-looking visual for the problems section. */
body.home .problems-photo{
  height:clamp(300px,34vh,420px);
  margin-top:42px;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#090a0a;
}
body.home .problems-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 34%;
  filter:saturate(.78) contrast(1.08) brightness(.82);
}

@media (max-width:1280px){
  body.home .home-project-carousel{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .project-card-home p{min-height:4.2em}
}

@media (max-width:1100px){
  .mobile-nav-panel{display:grid}
  body.home .hero{min-height:calc(100svh - 78px)}
}

@media (max-width:720px){
  /* Home hero: content is the screen; decorative composite is intentionally removed. */
  body.home .hero{
    min-height:calc(100svh - 78px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:32px;
    padding-bottom:34px;
  }
  body.home .hero-copy{padding-top:0;width:100%}
  body.home .hero-visual{display:none!important}
  body.home .hero h1{font-size:clamp(52px,16.4vw,66px)}
  body.home .hero-copy>p{margin:24px 0 28px}

  /* Projects: one card per viewport, native touch swipe and snap. */
  body.home .projects{min-height:100svh;padding-top:52px;padding-bottom:52px}
  body.home .section-title-row{align-items:flex-start;gap:18px;margin-bottom:28px}
  body.home .section-title-row>.text-link{white-space:nowrap;margin-top:8px}
  body.home .home-project-carousel{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:calc(100% - 26px);
    grid-template-columns:none;
    gap:14px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    padding:2px 26px 18px 0;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  body.home .home-project-carousel::-webkit-scrollbar{display:none}
  body.home .project-card-home{scroll-snap-align:start}
  body.home .project-card-home>img{aspect-ratio:16/11}
  body.home .project-card-body{padding:22px 20px 24px}
  body.home .project-card-home h3{font-size:38px}
  body.home .project-card-home p{min-height:0}

  /* Problems: remove the extra image on mobile and center the useful content. */
  body.home .problems{
    min-height:100svh;
    justify-content:center;
    padding-top:48px;
    padding-bottom:48px!important;
  }
  body.home .problems-top{width:100%;display:block}
  body.home .problem-fan{padding-top:28px}
  body.home .problems-photo{display:none!important}

  /* Keep other major screens visually centered instead of leaving dead vertical gaps. */
  body.home .process,
  body.home .company,
  body.home .contact{min-height:100svh}
  body.home .company{align-content:center}
  body.home .contact{justify-content:center}
}

@media (prefers-reduced-motion:reduce){
  .mobile-nav-panel{transition:none}
  body.home .home-project-carousel{scroll-behavior:auto}
}

/* IT-first replacement for the old paperwork/"archive" visual. */
body.home .digital-workbench{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  height:clamp(330px,38vh,450px);
  padding:18px clamp(18px,3vw,44px);
  background:
    radial-gradient(circle at 70% 30%,rgba(229,54,29,.08),transparent 30%),
    #090a0a;
}
body.home .digital-workbench:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:38px 38px;
}
body.home .digital-screen{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.16);
  filter:saturate(.78) contrast(1.08) brightness(.88);
  box-shadow:0 18px 50px rgba(0,0,0,.34);
}
body.home .digital-screen-main{grid-row:1/3;object-position:center 32%}
body.home .digital-screen-side{object-position:center 24%}
body.home .digital-screen-wide{object-position:left center}

/* Card anatomy follows the approved compact/right project card: text → media → action. */
body.home .project-card-home{display:flex;flex-direction:column}
body.home .project-card-body{padding-bottom:20px}
body.home .project-card-home>img{border-top:1px solid #b8ab96;border-bottom:1px solid #b8ab96}
body.home .project-card-footer{padding:0 24px 28px;margin-top:auto}
body.home .project-card-footer .on-paper{margin-top:20px}
@media(max-width:720px){body.home .project-card-footer{padding:0 20px 24px}}

/* =========================
   Requested final fixes — 2026-09-03
   ========================= */

/* 1. Problems visual: built in HTML/CSS, no generated illustration. */
body.home .it-case-workbench{
  position:relative;
  height:clamp(330px,38vh,440px);
  margin-top:42px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 72% 38%,rgba(229,54,29,.13),transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.002)),
    #090a0a;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.home .it-case-workbench:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:38px 38px;
}
body.home .case-folder{
  position:absolute;
  left:clamp(34px,5vw,92px);
  width:clamp(360px,37vw,650px);
  height:clamp(160px,20vh,230px);
  padding:28px 32px;
  color:#151414;
  background:#ddd3c1;
  border:1px solid #9e9382;
  box-shadow:0 24px 65px rgba(0,0,0,.34);
  transform-origin:20% 100%;
}
body.home .case-folder:before{
  content:"";
  position:absolute;
  top:-18px;
  left:26px;
  width:120px;
  height:18px;
  background:inherit;
  border:1px solid #9e9382;
  border-bottom:0;
}
body.home .case-folder span,
body.home .case-folder small{
  display:block;
  font-family:var(--mono);
  font-size:10px;
  letter-spacing:.04em;
}
body.home .case-folder span{color:#9d281a;margin-bottom:18px}
body.home .case-folder b{
  display:block;
  max-width:75%;
  font-family:var(--display);
  font-stretch:extra-condensed;
  font-size:clamp(34px,3.5vw,58px);
  line-height:.9;
}
body.home .case-folder small{position:absolute;left:32px;bottom:24px;color:#5c554d}
body.home .case-folder-back{top:98px;transform:rotate(-4deg);opacity:.55}
body.home .case-folder-mid{top:72px;transform:translateX(34px) rotate(-1.5deg);opacity:.78}
body.home .case-folder-front{top:48px;transform:translateX(70px) rotate(1.4deg)}

body.home .device-laptop{
  position:absolute;
  z-index:4;
  right:clamp(110px,13vw,240px);
  top:40px;
  width:clamp(420px,42vw,740px);
  filter:drop-shadow(0 30px 45px rgba(0,0,0,.55));
  transform:rotate(-1.5deg);
}
body.home .laptop-screen{
  position:relative;
  aspect-ratio:16/10;
  padding:11px;
  overflow:hidden;
  background:#080808;
  border:2px solid #373737;
  border-radius:12px 12px 5px 5px;
}
body.home .laptop-screen:before{
  content:"";
  position:absolute;
  z-index:2;
  left:50%;top:5px;
  width:4px;height:4px;
  margin-left:-2px;
  border-radius:50%;
  background:#6b6b6b;
}
body.home .laptop-screen img{width:100%;height:100%;object-fit:cover;object-position:center 32%;filter:saturate(.72) contrast(1.08) brightness(.82)}
body.home .laptop-base{
  width:112%;
  height:17px;
  margin-left:-6%;
  background:linear-gradient(#575757,#262626 52%,#111);
  border-radius:2px 2px 14px 14px;
  box-shadow:inset 0 1px rgba(255,255,255,.15);
}
body.home .laptop-base:after{
  content:"";
  display:block;
  width:17%;height:3px;
  margin:auto;
  background:#777;
  border-radius:0 0 6px 6px;
}
body.home .device-phone{
  position:absolute;
  z-index:6;
  right:clamp(34px,4vw,78px);
  bottom:24px;
  width:clamp(104px,9.5vw,164px);
  aspect-ratio:9/18.5;
  padding:7px;
  overflow:hidden;
  background:#080808;
  border:1px solid #555;
  border-radius:22px;
  box-shadow:0 24px 45px rgba(0,0,0,.55);
  transform:rotate(4deg);
}
body.home .device-phone img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:15px;filter:saturate(.72) brightness(.8)}
body.home .phone-notch{position:absolute;z-index:2;top:10px;left:50%;width:42%;height:10px;transform:translateX(-50%);background:#080808;border-radius:0 0 8px 8px}
body.home .it-workbench-caption{
  position:absolute;
  z-index:7;
  left:clamp(28px,3.5vw,64px);
  bottom:24px;
  display:grid;
  gap:4px;
  font-family:var(--mono);
  font-size:10px;
  color:#b9b2a8;
}
body.home .it-workbench-caption span{color:var(--red)}
body.home .it-workbench-caption b{font-weight:400;color:var(--acid)}

/* 2. Keep the last homepage sections horizontal on desktop/tablet widths. */
@media (min-width:721px) and (max-width:1100px){
  body.home .company{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:32px;align-items:center}
  body.home .contact{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:32px;align-items:center}
  body.home .company h2,body.home .contact h2{font-size:clamp(50px,6vw,72px)}
  body.home .company-photo img{height:clamp(390px,50vw,520px);margin-top:0}
  body.home .stats strong{font-size:clamp(54px,7vw,72px)}
  body.home .stats span{font-size:clamp(14px,1.9vw,18px)}
  body.home .stats>div{padding:24px 14px}
}

/* 3–4. Mobile: normal rhythm instead of forced full-screen sections; compact menu CTA. */
@media (max-width:720px){
  .mobile-nav-panel .mobile-nav-cta{
    justify-self:start;
    width:auto;
    min-height:46px;
    padding:0 16px;
    gap:18px;
    font-size:12px;
  }

  body.home .hero{
    min-height:auto;
    justify-content:flex-start;
    padding-top:38px;
    padding-bottom:42px;
  }
  body.home .projects,
  body.home .problems,
  body.home .process,
  body.home .company,
  body.home .contact{
    min-height:auto!important;
  }
  body.home .section{padding-top:46px;padding-bottom:46px}
  body.home .projects{padding-top:46px;padding-bottom:42px}
  body.home .problems{padding-top:46px;padding-bottom:44px!important}
  body.home .process{padding-top:46px;padding-bottom:44px}
  body.home .company{padding-top:46px;padding-bottom:44px}
  body.home .contact{padding-top:46px;padding-bottom:54px}
  body.home .clients{padding-top:28px;padding-bottom:32px}
  body.home .section-title-row{margin-bottom:24px}
  body.home .company-photo img{margin-top:24px;height:360px}
  body.home .contact-form{margin-top:30px}

  /* The desktop-only case/device composition would just create noise on a phone. */
  body.home .it-case-workbench{display:none!important}

  /* Same compact vertical rhythm on all inner pages. */
  .inner-hero,.project-detail-hero,.story-section,.contact-page{padding-top:38px;padding-bottom:40px}
  .catalog,.inner-section{padding-top:40px;padding-bottom:44px}
  .inner-hero{min-height:auto}
  .inner-hero-media img,.project-hero-img{height:280px}
}

/* =========================
   FOXTES final correction pass — 2026-09-03 / v2
   Only requested layout/visual fixes.
   ========================= */

/* Mobile menu: CTA must be a compact button, never a stretched grid row. */
@media (max-width:1100px){
  .mobile-nav-panel{
    grid-template-rows:auto auto;
    align-content:start;
    align-items:stretch;
    padding-top:88px;
    background:var(--bg);
  }
  .mobile-nav-panel nav{
    align-self:start;
    align-content:start;
    width:100%;
    padding-top:8px;
  }
  .mobile-nav-panel .mobile-nav-cta{
    align-self:start;
    justify-self:start;
    width:max-content;
    max-width:100%;
    min-height:44px;
    height:44px;
    padding:0 15px;
    gap:16px;
    font-size:11px;
    line-height:1;
    white-space:nowrap;
    margin-top:18px;
  }
}

/* Company + contact are split compositions on desktop/tablet: one section, left + right. */
@media (min-width:901px){
  body.home .company,
  body.home .contact{
    display:grid;
    flex-direction:initial;
    justify-content:initial;
    align-items:center;
    align-content:center;
    min-height:100svh;
  }
  body.home .company{
    grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr);
    gap:clamp(44px,5vw,92px);
  }
  body.home .contact{
    grid-template-columns:minmax(0,1.02fr) minmax(500px,.78fr);
    gap:clamp(54px,6vw,110px);
  }
  body.home .company-copy,
  body.home .contact-copy{min-width:0}
  body.home .company-photo,
  body.home .contact-form{min-width:0;margin-top:0}
  body.home .company-photo img{
    width:100%;
    height:clamp(430px,52vh,620px);
    margin-top:0;
    object-fit:cover;
  }
  body.home .contact-form{width:100%;max-width:680px;justify-self:end}
}

@media (min-width:901px) and (max-width:1180px){
  body.home .company{
    grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
    gap:34px;
  }
  body.home .contact{
    grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
    gap:34px;
  }
  body.home .company h2,
  body.home .contact h2{font-size:clamp(50px,5.8vw,72px)}
}

/* Problems visual: crisp code-native editorial tech composition, no raster screenshots. */
body.home .system-lab{
  position:relative;
  height:clamp(390px,43vw,560px);
  margin-top:42px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 76% 30%,rgba(229,54,29,.13),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.025),transparent 30%),
    #090a0a;
}
body.home .system-lab:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:40px 40px;
}
body.home .system-lab:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:4%;right:4%;top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--red) 22%,rgba(255,255,255,.22) 50%,var(--acid) 78%,transparent);
  opacity:.7;
}
body.home .system-lab-rail{
  position:absolute;
  left:clamp(24px,3vw,54px);
  top:clamp(22px,3vw,42px);
  z-index:8;
  display:flex;
  gap:20px;
  align-items:center;
  font-family:var(--mono);
  font-size:10px;
  letter-spacing:.04em;
}
body.home .system-lab-rail span{color:var(--red)}
body.home .system-lab-rail b{font-weight:400;color:#aaa49a}

body.home .system-window{
  position:absolute;
  z-index:3;
  overflow:hidden;
  background:rgba(8,9,9,.94);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 34px 90px rgba(0,0,0,.48);
  backdrop-filter:blur(8px);
}
body.home .system-window header,
body.home .system-window footer{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  border-bottom:1px solid rgba(255,255,255,.12);
  font-family:var(--mono);
  font-size:9px;
  letter-spacing:.04em;
  color:#918c84;
}
body.home .system-window header b{margin-left:auto;color:var(--acid);font-weight:400}
body.home .system-window footer{border-top:1px solid rgba(255,255,255,.1);border-bottom:0;justify-content:space-between;color:#706c66}
body.home .system-dot{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(229,54,29,.12)}

body.home .system-window-main{
  left:clamp(55px,8vw,150px);
  top:clamp(86px,8vw,126px);
  width:min(64vw,980px);
  height:clamp(250px,29vw,390px);
  transform:rotate(-1.2deg);
}
body.home .system-window-body{display:grid;grid-template-columns:22% 78%;height:calc(100% - 84px)}
body.home .system-window-body aside{
  padding:22px 18px;
  border-right:1px solid rgba(255,255,255,.1);
  display:grid;
  align-content:start;
  gap:14px;
  font-family:var(--mono);
  font-size:9px;
  color:#77736c;
}
body.home .system-window-body aside strong{
  font-family:var(--display);
  font-stretch:extra-condensed;
  font-size:54px;
  line-height:.9;
  color:var(--red);
  margin-bottom:4px;
}
body.home .system-dashboard{padding:22px clamp(18px,2.4vw,34px);min-width:0}
body.home .system-dashboard-head{display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:10px;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:14px}
body.home .system-dashboard-head i{font-style:normal;color:var(--red)}
body.home .system-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:18px;background:rgba(255,255,255,.1)}
body.home .system-metrics b{background:#0b0c0c;padding:14px;font-family:var(--display);font-stretch:extra-condensed;font-size:clamp(26px,2.5vw,42px);line-height:1;color:#e9e3d8}
body.home .system-metrics small{display:block;margin-top:5px;font-family:var(--mono);font-size:8px;font-weight:400;color:#77736c}
body.home .system-table{display:grid;gap:10px;margin-top:18px}
body.home .system-table i{position:relative;display:block;height:17px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,255,255,.08) 0 18%,transparent 18% 42%,rgba(255,255,255,.055) 42% 66%,transparent 66%)}
body.home .system-table i:after{content:"";position:absolute;right:3%;top:50%;width:7px;height:7px;margin-top:-3.5px;border-radius:50%;background:var(--red);opacity:.65}

body.home .system-window-code{
  right:clamp(70px,7vw,135px);
  bottom:clamp(34px,4vw,72px);
  width:clamp(270px,26vw,430px);
  height:clamp(190px,20vw,270px);
  z-index:5;
  transform:rotate(1.4deg);
  border-color:rgba(229,54,29,.34);
}
body.home .system-window-code header{border-bottom-color:rgba(229,54,29,.22)}
body.home .code-lines{display:grid;gap:9px;padding:18px 18px 8px;font-family:var(--mono);font-size:9px;color:#858078}
body.home .code-lines span:nth-child(3){color:#e8e2d7}
body.home .code-lines span:nth-child(4){color:var(--red)}
body.home .code-status{position:absolute;left:18px;right:18px;bottom:16px;display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:9px;color:var(--acid)}
body.home .code-status i{width:8px;height:8px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 5px rgba(200,214,46,.08)}

body.home .system-device{
  position:absolute;
  z-index:7;
  right:clamp(22px,3vw,60px);
  top:clamp(48px,5vw,80px);
  width:clamp(118px,11vw,176px);
  aspect-ratio:9/18;
  padding:24px 12px 16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:26px;
  background:linear-gradient(180deg,#111313,#080909);
  box-shadow:0 30px 70px rgba(0,0,0,.55);
  transform:rotate(5deg);
  font-family:var(--mono);
}
body.home .system-device-notch{position:absolute;top:8px;left:50%;width:38%;height:7px;transform:translateX(-50%);border-radius:8px;background:#030404}
body.home .system-device>span{font-size:8px;color:var(--red)}
body.home .system-device>strong{display:block;margin:13px 0 18px;font-family:var(--display);font-stretch:extra-condensed;font-size:48px;line-height:.9;color:#eee8dd}
body.home .system-device-chart{height:38%;display:flex;align-items:flex-end;gap:5px;border-bottom:1px solid rgba(255,255,255,.12)}
body.home .system-device-chart i{flex:1;background:linear-gradient(var(--red),rgba(229,54,29,.2));border-top:1px solid #ff4a30}
body.home .system-device-chart i:nth-child(1){height:26%}.system-device-chart i:nth-child(2){height:58%}.system-device-chart i:nth-child(3){height:42%}.system-device-chart i:nth-child(4){height:78%}.system-device-chart i:nth-child(5){height:96%}
body.home .system-device small{position:absolute;left:12px;bottom:15px;font-size:7px;color:#77736c}

body.home .system-route{
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  font-family:var(--mono);
  font-size:8px;
  color:#77736c;
}
body.home .system-route span{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.18);color:var(--red)}
body.home .system-route b{font-weight:400}
body.home .route-a{left:3%;bottom:7%}.route-b{left:41%;top:7%}.route-c{right:20%;bottom:5%}

@media (max-width:900px) and (min-width:721px){
  body.home .system-window-main{left:34px;width:70vw}
  body.home .system-window-code{right:38px;width:300px}
  body.home .system-device{right:18px}
  body.home .system-lab-rail b{display:none}
}

@media (max-width:900px){
  body.home .company,
  body.home .contact{
    display:block;
  }
}

@media (max-width:720px){
  .mobile-nav-panel{
    padding:78px 18px 22px;
  }
  .mobile-nav-panel nav a{min-height:52px;font-size:clamp(30px,9.5vw,42px)}
  .mobile-nav-panel .mobile-nav-cta{
    min-height:42px;
    height:42px;
    padding:0 14px;
    font-size:10px;
  }
  body.home .system-lab{display:none!important}
}

/* =========================
   Mobile overflow fix — 2026-09-03 / v4
   Scope: width/overflow only. No desktop/home redesign changes.
   ========================= */
@media (max-width:720px){
  /* Keep vertical scrolling owned by the document. Root overflow-x on iOS can lock page scroll. */
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  /* Inner pages: grid/flex children must be allowed to shrink below min-content width. */
  body:not(.home) main,
  body:not(.home) .shell,
  body:not(.home) .inner-hero,
  body:not(.home) .catalog,
  body:not(.home) .inner-section,
  body:not(.home) .project-detail-hero,
  body:not(.home) .story-section,
  body:not(.home) .contact-page,
  body:not(.home) .service-groups,
  body:not(.home) .case-grid,
  body:not(.home) .situations,
  body:not(.home) .deliverables,
  body:not(.home) .benefits,
  body:not(.home) .timeline,
  body:not(.home) .steps-inline,
  body:not(.home) .contact-items{
    min-width:0;
    max-width:100%;
  }

  body:not(.home) .inner-hero > *,
  body:not(.home) .project-detail-hero > *,
  body:not(.home) .story-section > *,
  body:not(.home) .contact-page > *,
  body:not(.home) .section-title-row > *{
    min-width:0;
    max-width:100%;
  }

  body:not(.home) img,
  body:not(.home) video,
  body:not(.home) svg{
    max-width:100%;
  }

  /* Long display words were the main source of iPhone horizontal overflow. */
  body:not(.home) .inner-hero h1{
    max-width:100%;
    font-size:clamp(36px,10.2vw,42px);
    letter-spacing:-2px;
  }

  body:not(.home) .contact-page h1{
    max-width:100%;
    font-size:clamp(44px,12vw,52px);
    letter-spacing:-2px;
  }

  body:not(.home) .catalog h2,
  body:not(.home) .inner-section h2,
  body:not(.home) .story-section h2{
    max-width:100%;
    font-size:clamp(38px,11vw,44px);
    letter-spacing:-2px;
  }

  /* Break only content that physically cannot fit the available mobile width. */
  body:not(.home) h1,
  body:not(.home) h2,
  body:not(.home) h3,
  body:not(.home) .service-list a,
  body:not(.home) .situation b,
  body:not(.home) .benefit b,
  body:not(.home) .contact-item,
  body:not(.home) .faq summary,
  body:not(.home) .project-meta span,
  body:not(.home) .story-copy{
    overflow-wrap:anywhere;
    word-break:normal;
  }

  /* This row contained a 100%-wide button next to copy and could widen /services. */
  body:not(.home) .section-title-row{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }
  body:not(.home) .section-title-row .btn{
    width:auto;
    max-width:100%;
  }
}

/* Homepage iPhone horizontal overflow fix — v6
   Only the two homepage min-content sources are constrained. */
@media (max-width:720px){
  body.home .section-title-row > div{
    min-width:0;
  }

  body.home .stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body.home .stats > div{
    min-width:0;
    padding-left:10px;
    padding-right:10px;
  }
  body.home .stats span{
    display:block;
    min-width:0;
    overflow-wrap:anywhere;
    word-break:normal;
    font-size:14px;
  }
}

/* =========================
   Homepage iOS root overflow fix — v7
   Scope: homepage mobile only. Keep vertical document scrolling intact.
   ========================= */
@media (max-width:720px){
  /* `hidden` on html can break vertical scrolling in iOS Safari.
     `clip` only clips accidental paint/transform overflow and does not create a scroll container. */
  html{
    overflow-x:clip;
  }

  body.home{
    width:100%;
    max-width:100%;
    overflow-x:clip;
  }

  /* Isolate homepage paint overflow from the viewport without touching Y scrolling. */
  body.home main,
  body.home .site-header,
  body.home .site-footer{
    max-width:100%;
    overflow-x:clip;
  }

  /* Safari may include transformed reveal elements in the root scrollable overflow.
     Mobile reveal motion is vertical only. */
  .js body.home .reveal,
  .js body.home .reveal.reveal-left,
  .js body.home .reveal.reveal-right{
    transform:translate3d(0,28px,0);
  }
  .js body.home .reveal.is-visible,
  .js body.home .reveal.reveal-left.is-visible,
  .js body.home .reveal.reveal-right.is-visible{
    transform:translate3d(0,0,0);
  }
}

/* =========================
   Homepage mobile alignment pass — v8
   Scope: only the three reported homepage mobile issues.
   ========================= */
@media (max-width:720px){
  /* 1. Project section header must not fight for one narrow row. */
  body.home .projects .section-title-row{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  body.home .projects .section-title-row > div{
    width:100%;
    max-width:100%;
  }
  body.home .projects .section-title-row > .text-link{
    margin-top:0;
    align-self:flex-end;
  }

  /* 2. Long homepage headings must stay inside the same left/right gutter. */
  body.home .section h2{
    max-width:100%;
    font-size:min(58px,12.6vw);
    letter-spacing:-2px;
  }
  body.home .process-title,
  body.home .company-copy,
  body.home .contact-copy,
  body.home .problems-top > div{
    width:100%;
    min-width:0;
    max-width:100%;
  }

  /* 3. Keep 7 / 50+ / 40+ optically inside their own cells. */
  body.home .stats > div{
    padding-left:6px;
    padding-right:6px;
    overflow:hidden;
  }
  body.home .stats strong{
    font-size:clamp(48px,13.8vw,56px);
    letter-spacing:-1px;
    white-space:nowrap;
  }
  body.home .stats span{
    font-size:12px;
    line-height:1.18;
  }
}
