:root{--bg:#f3f1ec;--ink:#111216;--muted:#6e706f;--line:rgba(17,18,22,.14);--dark:#111216;--acid:#d8ff3e;--white:#fff;--radius:22px;--shell:min(1420px,calc(100vw - 56px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.shell{width:var(--shell);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(243,241,236,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:28px;letter-spacing:-.08em;font-weight:800;display:inline-flex;gap:2px;align-items:center}.brand b{font-weight:500}.custom-logo{max-height:34px;width:auto}.site-nav{display:flex;align-items:center;gap:28px}.site-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.site-nav a{font-size:14px}.nav-cta{background:var(--ink);color:white;padding:13px 17px;border-radius:999px}.menu-toggle{display:none;background:none;border:0;font:inherit}.hero{min-height:760px;display:grid;grid-template-columns:1.07fr .93fr;gap:50px;align-items:center;padding:86px 0}.hero h1,.page-hero h1,.ai-hero h1{font-size:clamp(58px,7vw,112px);line-height:.92;letter-spacing:-.065em;margin:20px 0 28px;max-width:980px}.hero h1 em,.ai-hero h1 em{font-style:normal;color:#777}.hero p,.ai-hero p,.page-hero p{font-size:clamp(18px,1.55vw,24px);line-height:1.55;color:var(--muted);max-width:760px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.actions{display:flex;gap:10px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 21px;border-radius:999px;font-weight:650;font-size:14px}.button.primary{background:var(--ink);color:var(--white)}.button.ghost{border:1px solid var(--line)}.button.light{background:white;color:#111}.hero-system{position:relative;height:570px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.55),rgba(255,255,255,.06));overflow:hidden}.hero-system:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.hero-system svg{position:absolute;inset:0;width:100%;height:100%}.hero-system path{fill:none;stroke:#a6a8a7;stroke-width:1.1;stroke-dasharray:6 7}.system-node{position:absolute;z-index:2;background:#faf9f5;border:1px solid var(--line);border-radius:999px;padding:11px 15px;font-size:12px;font-weight:700;box-shadow:0 12px 40px rgba(0,0,0,.05)}.node-main{left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--dark);color:#fff}.node-main strong{font-size:24px}.node-main small{opacity:.55;margin-top:4px}.node-a{left:12%;top:14%}.node-b{right:10%;top:12%}.node-c{left:8%;top:56%}.node-d{right:7%;top:59%}.node-e{left:27%;bottom:10%;background:var(--acid)}.node-f{right:18%;bottom:8%}.trust-strip{border-block:1px solid var(--line);padding:24px 0}.trust-strip .shell{display:flex;align-items:center;gap:60px}.marquee{display:flex;gap:54px;flex-wrap:wrap;font-size:16px;font-weight:650;color:#4e504f}.section{padding:120px 0}.section-head{max-width:950px;margin-bottom:54px}.section-head.row{max-width:none;display:flex;justify-content:space-between;align-items:end}.section-head h2,.automation-intro h2,.cta-section h2,.split h2{font-size:clamp(42px,5vw,78px);line-height:.98;letter-spacing:-.055em;margin:16px 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{min-height:370px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;transition:.25s;background:rgba(255,255,255,.32)}.service-card:hover{transform:translateY(-5px);background:#fff}.service-card>span{font-size:12px;opacity:.55}.service-card h3{font-size:34px;letter-spacing:-.04em;margin:auto 0 18px}.service-card p{color:var(--muted);line-height:1.6;margin:0 0 32px}.service-card b{font-size:14px}.service-card.dark{background:var(--dark);color:#fff}.service-card.dark p{color:#bbb}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 16px}.project-art{aspect-ratio:1.35;border-radius:var(--radius);background:radial-gradient(circle at 30% 20%,#e6ff89,transparent 30%),linear-gradient(135deg,#16171a,#32343a);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-art span{font-size:clamp(90px,14vw,210px);font-weight:900;letter-spacing:-.1em;color:white;opacity:.9}.project-meta{display:flex;justify-content:space-between;gap:20px;padding:18px 4px}.project-meta h3{font-size:26px;letter-spacing:-.035em;margin:0 0 5px}.project-meta p{margin:0;color:var(--muted)}.automation-section{background:var(--dark);color:white;padding:130px 0}.automation-intro{max-width:960px}.automation-intro p{color:#aaa;font-size:20px;max-width:720px;line-height:1.6}.workflow-wrap{margin:60px 0 38px;border:1px solid rgba(255,255,255,.15);border-radius:26px;padding:22px;background:#17181c}.workflow-tabs{display:flex;gap:7px;margin-bottom:24px}.workflow-tabs button{border:1px solid rgba(255,255,255,.15);background:none;color:#aaa;border-radius:999px;padding:10px 14px;cursor:pointer}.workflow-tabs button.active{background:white;color:#111}.workflow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px}.flow-node{min-height:160px;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:center;background:#202126}.flow-node small{font-size:10px;letter-spacing:.14em;color:#888;margin-bottom:15px}.flow-node strong{font-size:18px}.flow-node span{font-size:13px;color:#999;margin-top:8px}.flow-node.accent{box-shadow:inset 0 0 0 1px rgba(216,255,62,.35)}.flow-node.accent small{color:var(--acid)}.flow-node.success{background:#e8f5c4;color:#111}.flow-node.success span,.flow-node.success small{color:#67704f}.process-list{border-top:1px solid var(--line)}.process-list>div{display:grid;grid-template-columns:90px .8fr 1.4fr;gap:28px;align-items:baseline;padding:28px 0;border-bottom:1px solid var(--line)}.process-list h3{font-size:32px;margin:0}.process-list p{color:var(--muted);font-size:17px;line-height:1.5;margin:0}.cta-section{padding:120px 0 140px;border-top:1px solid var(--line)}.cta-section h2{max-width:1000px}.site-footer{background:#0d0e10;color:white;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:60px}.site-footer a,.site-footer p{display:block;color:#aaa;line-height:1.8;margin:6px 0}.site-footer .eyebrow{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:24px;display:flex;justify-content:space-between;color:#777;font-size:12px}.page-hero,.ai-hero{padding:120px 0 80px}.page-content{padding:20px 0 120px;font-size:20px;line-height:1.8;max-width:1000px}.page-content.narrow{max-width:850px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px}.manual-flow{display:flex;flex-direction:column;gap:9px;align-items:stretch}.manual-flow span{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:white}.manual-flow i{text-align:center;color:#999}.ai-grid{grid-template-columns:repeat(3,1fr);margin-top:50px}.ai-grid .service-card{background:#18191d;border-color:rgba(255,255,255,.14)}.ai-grid .service-card:not(.dark){color:white}.ai-grid .service-card:not(.dark) p{color:#aaa}.demo-static{margin-top:40px;background:#111216;padding:22px;border-radius:26px;color:white}.project-cover{padding-bottom:40px}.project-art.large{aspect-ratio:1.8}.text-link{font-size:14px}.reveal{opacity:0;transform:translateY(18px);transition:.75s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}
@media(max-width:980px){:root{--shell:min(100% - 32px,1420px)}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:84px;left:16px;right:16px;background:#f7f5f0;border:1px solid var(--line);border-radius:18px;padding:20px;flex-direction:column;align-items:stretch}.site-nav.open{display:flex}.site-nav ul{flex-direction:column}.hero{grid-template-columns:1fr;padding-top:70px}.hero-system{height:450px}.service-grid,.ai-grid{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.workflow{grid-template-columns:1fr}.workflow>i{transform:rotate(90deg);text-align:center}.split{grid-template-columns:1fr}.section-head.row{display:block}.process-list>div{grid-template-columns:50px 1fr}.process-list p{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:640px){.hero h1,.page-hero h1,.ai-hero h1{font-size:52px}.hero{min-height:auto}.hero-system{height:390px}.section{padding:85px 0}.automation-section{padding:90px 0}.section-head h2,.automation-intro h2,.cta-section h2,.split h2{font-size:44px}.trust-strip .shell{display:block}.marquee{margin-top:18px;gap:18px 28px}.actions{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{gap:20px;flex-direction:column}}

/* v0.3 content system */
.page-hero em{font-style:normal;color:#777}.contact-hero{padding-bottom:30px}.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start;padding-top:55px}.contact-aside{position:sticky;top:130px}.contact-aside h2,.audit-grid h2,.about-grid h2{font-size:clamp(36px,4vw,62px);line-height:1;letter-spacing:-.05em;margin:16px 0 24px}.contact-aside p,.about-copy p{font-size:18px;line-height:1.7;color:var(--muted)}.contact-direct{display:flex;flex-direction:column;gap:10px;margin-top:30px;font-weight:650}.form-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 20px 60px rgba(17,18,22,.05)}.lead-form label{display:block;margin-bottom:20px}.lead-form label>span{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;color:#555}.lead-form input,.lead-form textarea,.lead-form select{width:100%;border:1px solid #d8d8d4;background:#faf9f6;border-radius:12px;padding:14px 15px;font:inherit;color:var(--ink);outline:none;transition:.2s}.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,18,22,.06)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.form-privacy{font-size:12px;color:var(--muted);margin:14px 0 0}.hp-field{position:absolute!important;left:-9999px!important}.form-notice{padding:14px 16px;border-radius:12px;margin-bottom:18px}.form-notice.success{background:#ecf7d0}.form-notice.error{background:#fee8e6}.service-index{border-top:1px solid var(--line)}.service-index>a{display:grid;grid-template-columns:80px 1fr 50px;gap:20px;align-items:center;padding:32px 10px;border-bottom:1px solid var(--line);transition:.25s}.service-index>a:hover{padding-left:20px;background:rgba(255,255,255,.48)}.service-index>a.featured{background:var(--dark);color:#fff;border-radius:20px;padding:34px 28px;margin-top:18px}.service-index h2{font-size:clamp(30px,3vw,48px);letter-spacing:-.045em;margin:0 0 7px}.service-index p{margin:0;color:var(--muted);font-size:16px}.service-index .featured p{color:#aaa}.service-index>b{font-size:22px}.content-lead{max-width:900px;font-size:clamp(24px,2.5vw,38px);line-height:1.35;letter-spacing:-.025em;margin-bottom:70px}.content-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.content-cards>div{border:1px solid var(--line);border-radius:20px;padding:28px;background:rgba(255,255,255,.35)}.content-cards h2{font-size:26px;letter-spacing:-.035em}.content-cards p{font-size:16px;color:var(--muted);line-height:1.65}.inline-cta{margin-top:80px;padding-top:55px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}.inline-cta h2{font-size:clamp(32px,4vw,54px);max-width:700px;letter-spacing:-.045em}.project-grid-archive{padding-top:0}.project-image{aspect-ratio:1.45;background:#ddd;border-radius:22px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.project-card:hover .project-image img{transform:scale(1.025)}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.insight-card{border:1px solid var(--line);border-radius:20px;padding:26px;min-height:310px;display:flex;flex-direction:column;background:rgba(255,255,255,.32)}.insight-card h2{font-size:28px;letter-spacing:-.04em}.insight-card p{color:var(--muted);line-height:1.6}.insight-card b{margin-top:auto}.empty-state{grid-column:1/-1;padding:60px;border:1px dashed var(--line);border-radius:20px}.audit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.audit-list{margin-top:38px;border-top:1px solid var(--line)}.audit-list>div{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:19px 0;border-bottom:1px solid var(--line);font-size:17px}.audit-list b{font-size:12px;color:#777}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.about-copy{padding-top:20px}.principles .eyebrow{display:block;margin-bottom:40px}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.principles-grid>div{border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:28px;min-height:300px}.principles-grid b{color:var(--acid);font-size:12px}.principles-grid h3{font-size:30px;letter-spacing:-.04em;margin-top:80px}.principles-grid p{color:#999;line-height:1.6}.page-content .button{line-height:1.2}.page-content h2{letter-spacing:-.04em}.page-content{max-width:none}.project-card{display:block}.project-art{aspect-ratio:1.45;border-radius:22px;background:#dedbd2;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.project-art:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(17,18,22,.06))}.project-art span{position:relative;font-size:clamp(70px,10vw,170px);font-weight:800;letter-spacing:-.08em;opacity:.18}.project-card:nth-child(2n) .project-art{background:#cfd6d0}.project-card:nth-child(3n) .project-art{background:#d7d1c9}.project-card:nth-child(4n) .project-art{background:#e3dfd5}
@media(max-width:980px){.contact-layout,.audit-grid,.about-grid{grid-template-columns:1fr;gap:45px}.contact-aside{position:static}.content-cards,.insights-grid,.principles-grid{grid-template-columns:1fr}.inline-cta{align-items:flex-start;flex-direction:column}.principles-grid>div{min-height:220px}.principles-grid h3{margin-top:45px}}
@media(max-width:640px){.form-panel{padding:22px}.form-grid{grid-template-columns:1fr}.service-index>a{grid-template-columns:42px 1fr 24px;padding:25px 5px}.service-index>a.featured{padding:26px 18px}.content-lead{font-size:24px}.content-cards{grid-template-columns:1fr}}
.project-hero{padding:95px 0 45px}.project-hero .back-link{display:inline-block;font-size:13px;color:var(--muted);margin-bottom:55px}.project-hero h1{font-size:clamp(62px,9vw,140px);line-height:.88;letter-spacing:-.07em;margin:18px 0 25px}.project-hero>p{font-size:22px;color:var(--muted);max-width:750px;line-height:1.55}.project-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:65px;border-top:1px solid var(--line);padding-top:22px}.project-facts small{display:block;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.project-facts b{font-size:14px}.project-cover img{width:100%;max-height:800px;object-fit:cover;border-radius:28px}.case-study-body{padding-top:70px}.case-row{display:grid;grid-template-columns:.35fr 1fr;gap:60px;padding:60px 0;border-top:1px solid var(--line)}.case-row h2{font-size:clamp(38px,4vw,62px);letter-spacing:-.05em;margin:0 0 24px}.case-row p,.rich-text{font-size:19px;line-height:1.75;color:#4d4f4e;max-width:850px}.case-link{padding-top:30px}.tw28-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.tw28-meta-grid p:nth-last-child(-n+3){grid-column:1/-1}
@media(max-width:800px){.project-facts{grid-template-columns:1fr 1fr}.case-row{grid-template-columns:1fr;gap:20px}.project-hero .back-link{margin-bottom:35px}}

/* v0.4 premium motion + editable homepage */
html{scroll-padding-top:92px}body{overflow-x:hidden}.scroll-progress{position:fixed;left:0;top:0;height:2px;width:0;background:var(--acid);z-index:999;pointer-events:none}.site-header{transition:transform .35s ease,background .35s ease,box-shadow .35s ease}.site-header.is-scrolled{background:rgba(243,241,236,.94);box-shadow:0 12px 45px rgba(17,18,22,.055)}.motion-stage{position:relative}.hero{min-height:calc(100svh - 84px);padding:62px 0 82px}.hero-copy{position:relative;z-index:3}.hero-copy h1{max-width:900px}.split-reveal{opacity:0;transform:translateY(30px);filter:blur(8px);animation:heroReveal .9s cubic-bezier(.16,1,.3,1) forwards}.hero-copy .split-reveal:nth-child(2){animation-delay:.08s}.hero-copy .split-reveal:nth-child(3){animation-delay:.16s}.hero-copy .split-reveal:nth-child(4){animation-delay:.24s}@keyframes heroReveal{to{opacity:1;transform:none;filter:none}}.hero-visual{will-change:transform;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 30px 90px rgba(17,18,22,.06)}.hero-system{isolation:isolate}.hero-system:after{content:"SYSTEM ONLINE";position:absolute;left:24px;bottom:20px;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#707270}.network-lines path{stroke-dasharray:8 10;animation:dashFlow 10s linear infinite}@keyframes dashFlow{to{stroke-dashoffset:-180}}.system-node{transition:transform .35s ease,box-shadow .35s ease}.system-node:not(.node-main){animation:nodeFloat 6s ease-in-out infinite}.node-b,.node-d{animation-delay:-2s}.node-e,.node-c{animation-delay:-4s}@keyframes nodeFloat{50%{transform:translateY(-8px)}}.node-main{box-shadow:0 22px 70px rgba(0,0,0,.2)}.pulse-ring{position:absolute;inset:-10px;border:1px solid rgba(17,18,22,.28);border-radius:50%;animation:ringPulse 2.4s ease-out infinite}@keyframes ringPulse{0%{transform:scale(.9);opacity:.65}100%{transform:scale(1.35);opacity:0}}.orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.38;z-index:-1}.orb-a{width:260px;height:260px;background:var(--acid);right:-60px;top:-60px;animation:orbFloat 8s ease-in-out infinite}.orb-b{width:220px;height:220px;background:#c9d7ff;left:-80px;bottom:-70px;animation:orbFloat 10s ease-in-out infinite reverse}@keyframes orbFloat{50%{transform:translate3d(-20px,24px,0) scale(1.08)}}.data-dot{position:absolute;width:8px;height:8px;background:var(--acid);border:2px solid #111;border-radius:50%;z-index:5;box-shadow:0 0 0 5px rgba(216,255,62,.22)}.dot-1{animation:dotA 5s linear infinite}.dot-2{animation:dotB 6.7s linear infinite 1s}.dot-3{animation:dotC 7.6s linear infinite 2s}@keyframes dotA{0%{left:49%;top:49%}50%{left:20%;top:20%}100%{left:49%;top:49%}}@keyframes dotB{0%{left:49%;top:49%}50%{left:81%;top:64%}100%{left:49%;top:49%}}@keyframes dotC{0%{left:49%;top:49%}50%{left:34%;top:84%}100%{left:49%;top:49%}}.hero-image-wrap{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover;transform:scale(1.04)}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(17,18,22,.24)),linear-gradient(90deg,rgba(243,241,236,.1),transparent)}
.overflow-hidden{overflow:hidden}.trust-shell{display:grid!important;grid-template-columns:auto 1fr;overflow:hidden}.marquee-track{display:flex;width:max-content;gap:54px;animation:marqueeMove 24s linear infinite}.marquee-group{display:flex;gap:54px;white-space:nowrap}.marquee-group span{font-weight:700;color:#535554}@keyframes marqueeMove{to{transform:translateX(calc(-50% - 27px))}}
.service-card{position:relative;overflow:hidden;transform-style:preserve-3d;will-change:transform;transition:transform .35s cubic-bezier(.16,1,.3,1),background .25s}.service-card:after{content:"";position:absolute;inset:0;background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.75),transparent 38%);opacity:0;transition:.3s;pointer-events:none}.service-card.dark:after{background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),rgba(216,255,62,.12),transparent 38%)}.service-card:hover:after{opacity:1}.service-icon{position:absolute;right:26px;top:26px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;transition:.4s}.dark .service-icon{border-color:rgba(255,255,255,.2)}.service-icon i{position:absolute;background:currentColor;left:50%;top:50%;transform:translate(-50%,-50%)}.service-icon i:first-child{width:12px;height:1px}.service-icon i:last-child{width:1px;height:12px}.service-card:hover .service-icon{transform:rotate(90deg);background:var(--acid);color:#111;border-color:var(--acid)}
.project-card{transition:transform .5s cubic-bezier(.16,1,.3,1)}.project-art{transition:border-radius .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.project-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-arrow{position:absolute;right:22px;top:22px;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;font-size:22px;transform:translateY(-12px) scale(.8);opacity:0;transition:.35s;z-index:3}.project-card:hover .project-art{border-radius:36px}.project-card:hover .project-art img{transform:scale(1.045)}.project-card:hover .project-arrow{opacity:1;transform:none}.project-card:hover{transform:translateY(-4px)}
.automation-section{position:relative;overflow:hidden;isolation:isolate}.automation-grid-bg{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}.automation-glow{position:absolute;width:700px;height:700px;right:-250px;top:100px;background:radial-gradient(circle,rgba(216,255,62,.14),transparent 65%);filter:blur(10px);z-index:-1;will-change:transform}.automation-shell{position:relative}.workflow-wrap{position:relative;background:rgba(23,24,28,.82);backdrop-filter:blur(18px);box-shadow:0 40px 120px rgba(0,0,0,.32)}.workflow-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.live-status{font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#777;display:flex;align-items:center;gap:8px}.live-status i{display:block;width:7px;height:7px;background:var(--acid);border-radius:50%;box-shadow:0 0 0 5px rgba(216,255,62,.1);animation:livePulse 1.4s infinite}@keyframes livePulse{50%{opacity:.25}}.workflow-tabs button{position:relative;overflow:hidden}.workflow-tabs button>span{display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor;margin-right:7px;vertical-align:2px}.workflow-line{height:1px;background:rgba(255,255,255,.08);margin:6px 0 24px;overflow:hidden}.workflow-line span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--acid),#fff);box-shadow:0 0 16px var(--acid)}.workflow.is-running .flow-node{animation:nodeRun .6s cubic-bezier(.16,1,.3,1) both}.workflow.is-running .flow-node:nth-of-type(2){animation-delay:.12s}.workflow.is-running .flow-node:nth-of-type(3){animation-delay:.24s}.workflow.is-running .flow-node:nth-of-type(4){animation-delay:.36s}@keyframes nodeRun{0%{opacity:.3;transform:translateY(14px);filter:blur(5px)}100%{opacity:1;transform:none;filter:none}}.flow-node{position:relative;overflow:hidden}.node-signal{position:absolute;left:-40%;bottom:0;height:2px;width:40%;background:var(--acid);box-shadow:0 0 16px var(--acid);animation:nodeSignal 3s linear infinite}.flow-node:nth-of-type(2) .node-signal{animation-delay:.6s}.flow-node:nth-of-type(3) .node-signal{animation-delay:1.2s}.flow-node:nth-of-type(4) .node-signal{animation-delay:1.8s}@keyframes nodeSignal{to{left:110%}}.flow-arrow{color:#5a5d60;font-style:normal;animation:arrowPulse 1.8s ease-in-out infinite}@keyframes arrowPulse{50%{color:var(--acid);transform:translateX(4px)}}
.process-list>div{position:relative;overflow:hidden;transition:padding .35s ease}.process-list>div:hover{padding-left:12px}.process-line{position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--ink);transition:width .8s cubic-bezier(.16,1,.3,1)}.process-list>div.is-visible .process-line{width:100%}.cta-premium{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.cta-premium p{font-size:18px;color:var(--muted);max-width:700px;line-height:1.65}.cta-premium .button{margin-bottom:18px;white-space:nowrap}.magnetic{transition:transform .2s ease}
.site-footer{padding:0 0 30px;overflow:hidden}.footer-conversion{padding:105px 0 88px}.footer-conversion-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:100px;align-items:end}.footer-conversion h2{font-size:clamp(52px,6.6vw,102px);line-height:.9;letter-spacing:-.065em;margin:20px 0 0;max-width:1000px}.footer-conversion p{font-size:17px;max-width:480px;line-height:1.7;color:#999}.footer-big-link{margin-top:30px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);padding:18px 0;display:flex!important;align-items:center;justify-content:space-between;color:#fff!important;font-size:20px!important}.footer-big-link i{font-style:normal;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--acid);color:#111;transition:.35s}.footer-big-link:hover i{transform:rotate(45deg)}.footer-divider{border-top:1px solid rgba(255,255,255,.14)}.footer-grid{grid-template-columns:1.5fr .7fr .8fr;padding-top:58px;padding-bottom:58px}.footer-brand-col p{max-width:370px}.footer-menu{list-style:none;padding:0;margin:6px 0}.footer-menu a{margin:0!important}.footer-bottom a{color:#777}
@media(max-width:980px){.hero{min-height:auto}.trust-shell{grid-template-columns:1fr!important;gap:18px}.footer-conversion-grid,.cta-premium{grid-template-columns:1fr;gap:35px}.footer-conversion{padding:80px 0 65px}.workflow-top{align-items:flex-start;flex-direction:column}.live-status{display:none}.service-card:after{display:none}}
@media(max-width:640px){.hero{padding-top:48px}.hero-system{height:430px}.marquee-track,.marquee-group{gap:30px}.footer-conversion h2{font-size:52px}.footer-grid{grid-template-columns:1fr}.cta-premium{padding-bottom:95px}.workflow-tabs{overflow-x:auto;padding-bottom:6px}.workflow-tabs button{white-space:nowrap}.workflow-wrap{padding:14px}.project-arrow{opacity:1;transform:none;width:44px;height:44px}.service-icon{width:34px;height:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.split-reveal,.reveal{opacity:1!important;transform:none!important;filter:none!important;animation:none!important;transition:none!important}.marquee-track,.network-lines path,.system-node,.orb,.data-dot,.pulse-ring,.node-signal,.flow-arrow,.live-status i{animation:none!important}.hero-visual,.automation-glow{transform:none!important}}

/* =========================================================
   28WEB v0.5 — MOTION / HIGH-CONTRAST HOMEPAGE
   ========================================================= */
:root{--bg:#f7f8fb;--ink:#0a0c12;--muted:#5e6470;--line:rgba(10,12,18,.12);--dark:#090b10;--acid:#6675ff;--accent:#6675ff;--accent2:#8a5cff;--cyan:#76e8ff;--white:#fff;--radius:28px}
body{background:var(--bg);color:var(--ink)}
.site-header{background:rgba(247,248,251,.82);border-bottom-color:rgba(10,12,18,.08)}
.site-header.is-scrolled{background:rgba(247,248,251,.94);box-shadow:0 12px 40px rgba(15,20,35,.05)}
.nav-cta{background:var(--ink)}
.scroll-progress{position:fixed;z-index:100;left:0;top:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--cyan));width:0;box-shadow:0 0 18px rgba(102,117,255,.65)}

.hero-v2{min-height:calc(100vh - 84px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:5vw;align-items:center;padding:7vh 0 9vh;position:relative;perspective:1400px;overflow:visible}
.hero-v2-copy{position:relative;z-index:3;will-change:transform,opacity}
.hero-v2 h1{font-size:clamp(64px,7.6vw,126px);line-height:.86;letter-spacing:-.075em;margin:22px 0 32px;max-width:970px}
.hero-v2 h1 em{font-style:normal;color:var(--accent);position:relative}
.hero-v2 h1 em:after{content:"";position:absolute;left:.03em;right:.02em;bottom:.04em;height:.07em;background:currentColor;transform:scaleX(var(--hero-line,0));transform-origin:left;opacity:.32}
.hero-v2 p{font-size:clamp(18px,1.45vw,23px);line-height:1.6;color:var(--muted);max-width:680px}
.hero-orbit{height:min(650px,70vh);aspect-ratio:1;max-width:650px;width:100%;justify-self:end;position:relative;transform-style:preserve-3d;will-change:transform;isolation:isolate}
.orbit-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(10,12,18,.14);border-radius:50%;transform:translate(-50%,-50%);will-change:transform}
.orbit-ring-a{width:94%;height:94%}.orbit-ring-b{width:70%;height:70%;border-color:rgba(102,117,255,.3)}.orbit-ring-c{width:47%;height:47%;border-style:dashed}
.core-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:185px;height:185px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:baseline;justify-content:center;gap:3px;z-index:4;box-shadow:0 35px 100px rgba(20,24,38,.25)}
.core-mark span{font-size:56px;font-weight:850;letter-spacing:-.09em}.core-mark b{font-size:25px;font-weight:500;letter-spacing:-.06em}.core-mark i{position:absolute;inset:-14px;border:1px solid rgba(102,117,255,.55);border-radius:50%;box-shadow:0 0 40px rgba(102,117,255,.17)}
.orbit-glow{position:absolute;left:50%;top:50%;width:68%;height:68%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(102,117,255,.24),rgba(118,232,255,.08) 42%,transparent 72%);filter:blur(12px);z-index:-1}
.orbit-node{position:absolute;padding:12px 16px;background:rgba(255,255,255,.86);border:1px solid rgba(10,12,18,.12);box-shadow:0 16px 50px rgba(30,38,65,.08);backdrop-filter:blur(12px);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.1em;z-index:5;will-change:transform}
.orbit-node.n1{left:7%;top:15%}.orbit-node.n2{right:0;top:19%}.orbit-node.n3{left:-1%;top:56%}.orbit-node.n4{right:5%;top:59%}.orbit-node.n5{left:24%;bottom:4%;color:white;background:var(--accent);border-color:transparent}.orbit-node.n6{right:15%;bottom:7%}
.hero-photo{position:absolute;inset:7%;border-radius:50%;overflow:hidden;box-shadow:0 35px 120px rgba(25,30,48,.18);transform-style:preserve-3d}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-ring{position:absolute;inset:-1px;border:2px solid rgba(102,117,255,.55);border-radius:50%}
.hero-scroll-hint{position:absolute;left:0;bottom:20px;display:flex;align-items:center;gap:12px;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#8b919d}.hero-scroll-hint i{width:48px;height:1px;background:#c7cad2;position:relative;overflow:hidden}.hero-scroll-hint i:after{content:"";position:absolute;width:20px;height:1px;background:var(--accent);left:-20px;animation:scrollHint 1.6s linear infinite}@keyframes scrollHint{to{left:50px}}

.trust-strip{background:#fff;border-block:1px solid rgba(10,12,18,.09)}.trust-shell{display:grid!important;grid-template-columns:190px 1fr;gap:40px!important;overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee28 24s linear infinite}.marquee-group{display:flex;gap:64px;padding-right:64px}.marquee-group span{font-size:15px;color:#313642;white-space:nowrap;font-weight:700}.overflow-hidden{overflow:hidden}@keyframes marquee28{to{transform:translateX(-50%)}}

.services-scene{padding-top:150px;padding-bottom:170px;perspective:1500px}.section-head h2{color:var(--ink)}
.service-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;perspective:1600px}
.service-card-v2{min-height:510px;border:1px solid rgba(10,12,18,.11);border-radius:30px;padding:30px;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 80px rgba(30,36,55,.05);transform-style:preserve-3d;will-change:transform,opacity;transition:box-shadow .35s ease,border-color .35s ease}
.service-card-v2:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-150px;top:-160px;background:radial-gradient(circle,rgba(102,117,255,.18),transparent 65%);transition:.5s}
.service-card-v2.service-3{background:linear-gradient(145deg,#111522,#07090e);color:#fff;border-color:rgba(255,255,255,.08)}.service-card-v2.service-3 p{color:#aab0be}.service-card-v2.service-3:before{background:radial-gradient(circle,rgba(118,232,255,.24),rgba(102,117,255,.16) 40%,transparent 70%)}
.service-card-v2:hover{box-shadow:0 35px 100px rgba(30,36,55,.13);border-color:rgba(102,117,255,.32)}.service-card-v2:hover:before{transform:scale(1.25)}
.service-card-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.service-card-top span{font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#858b96}.service-card-top i{font-style:normal;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f2f4f8;transition:.35s}.service-3 .service-card-top i{background:rgba(255,255,255,.1)}.service-card-v2:hover .service-card-top i{transform:rotate(45deg);background:var(--accent);color:#fff}
.service-media{height:190px;margin:28px -4px 6px;border-radius:20px;overflow:hidden}.service-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.service-card-v2:hover .service-media img{transform:scale(1.06)}
.service-card-copy{margin-top:auto;position:relative;z-index:2}.service-card-copy h3{font-size:clamp(32px,2.8vw,48px);line-height:.98;letter-spacing:-.05em;margin:0 0 20px}.service-card-copy p{font-size:16px;line-height:1.65;color:var(--muted);margin:0;max-width:440px}

.work-scene{padding-bottom:180px}.project-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:88px 22px;perspective:1400px}.project-card-v2{display:block;will-change:transform,opacity}.project-card-v2:nth-child(even){margin-top:120px}.project-art-v2{aspect-ratio:1.28;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(140deg,#151927,#313b72);transition:border-radius .5s cubic-bezier(.16,1,.3,1)}.project-art-v2:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.2),transparent 45%);opacity:0;transition:.4s}.project-art-v2 img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.project-art-v2>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(100px,14vw,210px);font-weight:900;color:#fff;letter-spacing:-.1em}.project-art-v2 i{font-style:normal;position:absolute;right:24px;top:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;z-index:3;transform:scale(.75) rotate(-25deg);opacity:0;transition:.45s cubic-bezier(.16,1,.3,1)}.project-card-v2:hover .project-art-v2 img{transform:scale(1.045)}.project-card-v2:hover .project-art-v2 i{opacity:1;transform:none}.project-card-v2:hover .project-art-v2{border-radius:42px}.project-card-v2:hover .project-art-v2:after{opacity:1}.project-meta-v2{display:flex;justify-content:space-between;padding:20px 4px}.project-meta-v2 h3{font-size:30px;letter-spacing:-.045em;margin:0 0 5px}.project-meta-v2 p{margin:0;color:var(--muted)}.project-meta-v2 b{font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#9197a3;margin-top:8px}

.ai-story{height:330vh;background:#080a0f;color:#fff;position:relative;isolation:isolate}.ai-story:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(102,117,255,.18),transparent 30%),radial-gradient(circle at 55% 70%,rgba(118,232,255,.08),transparent 30%);pointer-events:none}.ai-sticky{height:100vh;position:sticky;top:0;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:5vw;overflow:hidden}.ai-copy{position:relative;z-index:4}.ai-copy h2{font-size:clamp(52px,5.4vw,92px);line-height:.93;letter-spacing:-.065em;margin:18px 0 28px}.ai-copy p{font-size:18px;line-height:1.68;color:#a9afbd;max-width:570px;margin-bottom:34px}.ai-copy .eyebrow{color:#8f98ff}
.ai-console{height:min(720px,80vh);position:relative;border:1px solid rgba(255,255,255,.12);border-radius:36px;background:linear-gradient(145deg,rgba(18,22,35,.94),rgba(7,9,14,.94));overflow:hidden;box-shadow:0 50px 130px rgba(0,0,0,.45);transform-style:preserve-3d;will-change:transform}
.ai-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:radial-gradient(circle at center,black,transparent 78%)}
.ai-core{position:absolute;left:50%;top:50%;width:150px;height:150px;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#96a0ff,var(--accent) 38%,#4b36bd 72%,#16152c);box-shadow:0 0 0 18px rgba(102,117,255,.06),0 0 0 44px rgba(102,117,255,.03),0 0 90px rgba(102,117,255,.42);z-index:5;will-change:transform}.ai-core span{font:850 44px/1 ui-sans-serif;letter-spacing:-.07em}.ai-core i,.ai-core b{position:absolute;inset:-28px;border-radius:50%;border:1px solid rgba(118,232,255,.25)}.ai-core b{inset:-56px;border-style:dashed;border-color:rgba(102,117,255,.18)}
.ai-node{position:absolute;width:210px;min-height:126px;padding:18px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px);z-index:4;will-change:transform,opacity}.ai-node small{display:block;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#7f88a1;margin-bottom:16px}.ai-node strong{display:block;font-size:19px;letter-spacing:-.03em}.ai-node span{display:block;font-size:12px;line-height:1.5;color:#a1a8b6;margin-top:8px}.ai-input{left:4%;top:50%;transform:translateY(-50%)}.ai-system{right:4%;top:15%}.ai-output{right:4%;bottom:15%;border-color:rgba(118,232,255,.2);background:rgba(118,232,255,.07)}
.ai-lines{position:absolute;inset:0;width:100%;height:100%;z-index:2}.ai-lines path{fill:none;stroke:rgba(118,232,255,.24);stroke-width:1.5;stroke-dasharray:7 8;stroke-dashoffset:var(--dash,0)}
.ai-tabs{position:absolute;left:28px;bottom:24px;display:flex;gap:6px;z-index:8}.ai-tabs button{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2);color:#848b9a;border-radius:999px;padding:9px 12px;font-size:11px;cursor:pointer}.ai-tabs button span{opacity:.5;margin-right:5px}.ai-tabs button.active{background:#fff;color:#0b0d12}.ai-status{position:absolute;right:28px;bottom:30px;display:flex;align-items:center;gap:8px;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#747c8d}.ai-status i{width:7px;height:7px;background:var(--cyan);border-radius:50%;box-shadow:0 0 15px var(--cyan)}

.process-story{height:360vh;position:relative;background:#eef1f7}.process-sticky{height:100vh;position:sticky;top:0;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:5vw;overflow:hidden;perspective:1600px}.process-copy h2{font-size:clamp(48px,5.1vw,86px);line-height:.94;letter-spacing:-.06em;margin:18px 0;max-width:650px}.process-deck{height:600px;position:relative;transform-style:preserve-3d}.process-card-v2{position:absolute;inset:0;border-radius:34px;padding:36px 42px;background:#fff;border:1px solid rgba(10,12,18,.08);box-shadow:0 35px 100px rgba(20,26,42,.09);display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:end;transform-origin:70% 120%;will-change:transform,opacity;overflow:hidden}.process-card-v2:nth-child(2){background:#111522;color:#fff}.process-card-v2:nth-child(3){background:linear-gradient(145deg,#6574ff,#7959e8);color:#fff}.process-card-v2:nth-child(4){background:#dff8ff}.process-card-v2>span{position:absolute;left:38px;top:34px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;opacity:.5}.process-card-v2 small{font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;opacity:.55}.process-card-v2 h3{font-size:clamp(52px,5vw,84px);line-height:.9;letter-spacing:-.065em;margin:12px 0 18px}.process-card-v2 p{font-size:18px;line-height:1.6;max-width:600px;margin:0;opacity:.72}.process-card-v2>i{font-style:normal;font-size:80px;font-weight:800;letter-spacing:-.07em;opacity:.12}

.cta-section-v2{min-height:75vh;display:grid;grid-template-columns:1fr auto;align-items:center;gap:7vw;padding:130px 0}.cta-section-v2 h2{font-size:clamp(58px,7vw,112px);line-height:.88;letter-spacing:-.07em;margin:18px 0 24px;max-width:1050px}.cta-section-v2 p{font-size:18px;line-height:1.65;color:var(--muted);max-width:700px}.cta-orb{width:230px;height:230px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;box-shadow:0 35px 100px rgba(10,12,18,.16)}.cta-orb:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(102,117,255,.8),transparent 52%);opacity:.6;transition:.5s}.cta-orb span,.cta-orb i{position:relative;z-index:2}.cta-orb i{font-style:normal;transition:.4s}.cta-orb:hover:before{transform:scale(1.35);opacity:1}.cta-orb:hover i{transform:rotate(45deg)}

/* Footer v0.5: conversion-first */
.site-footer{background:#07090d}.footer-conversion{padding:120px 0 90px}.footer-conversion-grid{grid-template-columns:1.25fr .75fr}.footer-conversion h2{color:#fff}.footer-big-link i{background:linear-gradient(135deg,var(--accent),var(--cyan));color:#fff}.footer-grid{border-top:1px solid rgba(255,255,255,.12)}
.footer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.footer-action-chip{display:inline-flex!important;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 14px!important;color:#fff!important;font-size:12px!important}.footer-action-chip:hover{background:#fff;color:#0b0d12!important}

@media(max-width:1100px){.hero-v2{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-orbit{justify-self:center;max-width:620px}.ai-sticky,.process-sticky{grid-template-columns:1fr;align-content:center;padding-block:60px}.ai-copy,.process-copy{max-width:820px}.ai-console{height:55vh}.process-deck{height:52vh}.service-grid-v2{grid-template-columns:1fr}.service-card-v2{min-height:420px}.project-card-v2:nth-child(even){margin-top:0}}
@media(max-width:760px){.hero-v2 h1{font-size:56px}.hero-orbit{height:420px}.orbit-node{font-size:9px;padding:9px 11px}.core-mark{width:130px;height:130px}.core-mark span{font-size:42px}.service-grid-v2,.project-grid-v2{grid-template-columns:1fr}.service-card-v2{min-height:390px}.ai-story{height:300vh}.ai-sticky{display:block;padding-top:70px}.ai-copy h2{font-size:48px}.ai-copy p{font-size:15px}.ai-copy .button{display:none}.ai-console{height:54vh;margin-top:35px}.ai-node{width:145px;min-height:105px;padding:13px}.ai-node strong{font-size:14px}.ai-node span{font-size:10px}.ai-input{left:3%}.ai-system,.ai-output{right:3%}.ai-core{width:100px;height:100px}.ai-tabs{left:14px;right:14px;bottom:14px;overflow-x:auto}.ai-status{display:none}.process-story{height:320vh}.process-sticky{display:block;padding-top:70px}.process-copy h2{font-size:46px}.process-deck{height:54vh;margin-top:32px}.process-card-v2{padding:28px}.process-card-v2 h3{font-size:48px}.process-card-v2 p{font-size:15px}.process-card-v2>i{font-size:48px}.cta-section-v2{grid-template-columns:1fr;min-height:auto;padding:100px 0}.cta-section-v2 h2{font-size:54px}.cta-orb{width:180px;height:180px}.footer-conversion{padding:80px 0 60px}}
@media(prefers-reduced-motion:reduce){.marquee-track,.hero-scroll-hint i:after{animation:none!important}.hero-v2-copy,.hero-orbit,.service-card-v2,.project-card-v2,.ai-console,.ai-core,.ai-node,.process-card-v2{transform:none!important;opacity:1!important}}

/* =========================================================
   28WEB 0.6 — DARK MOTION SYSTEM
   ========================================================= */
:root{
  --bg:#050608;
  --bg-2:#080a0f;
  --panel:#0b0e14;
  --panel-2:#10141c;
  --ink:#f7f8fb;
  --muted:#949baa;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.18);
  --accent:#5b8cff;
  --accent-soft:rgba(91,140,255,.16);
  --white:#fff;
  --shell:min(1420px,calc(100vw - 64px));
}
html{background:var(--bg);scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);overflow-x:hidden}
main{background:var(--bg)}
::selection{background:var(--accent);color:#fff}
.scroll-progress{top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#fff,var(--accent));transform:scaleX(0);transform-origin:left center;z-index:9999}
.eyebrow{color:#848b98;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em}
.button{border-radius:999px;transition:background .25s,color .25s,border-color .25s,transform .25s}
.button.primary{background:#fff;color:#050608}
.button.primary:hover{background:var(--accent);color:#fff}
.button.ghost{border:1px solid var(--line-strong);color:#fff;background:rgba(255,255,255,.025)}
.button.ghost:hover{background:#fff;color:#050608}
.text-link{color:#fff}
.site-header{background:rgba(5,6,8,.68);border-color:rgba(255,255,255,.08);backdrop-filter:blur(22px) saturate(135%)}
.site-header.is-scrolled{background:rgba(5,6,8,.9);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.site-nav a{color:#d9dde6}.nav-cta{background:#fff!important;color:#050608!important}.brand{color:#fff}
.menu-toggle{color:#fff}

/* HERO */
.hero-x{height:100svh;min-height:760px;position:relative;overflow:hidden;background:#050608;isolation:isolate}
.hero-x-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-x-bg:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 72% 40%,rgba(91,140,255,.15),transparent 28%),radial-gradient(circle at 20% 90%,rgba(91,140,255,.06),transparent 28%);filter:blur(8px)}
.hero-grid-plane{position:absolute;width:150%;height:110%;left:-24%;bottom:-57%;transform-origin:center center;transform:perspective(900px) rotateX(67deg) rotateZ(-8deg);background-image:linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to top,rgba(0,0,0,.9),transparent 82%);will-change:transform}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25}.hero-glow-a{width:38vw;height:38vw;right:4vw;top:7vh;background:rgba(91,140,255,.25);animation:heroGlow 8s ease-in-out infinite alternate}.hero-glow-b{width:26vw;height:26vw;left:-8vw;bottom:-4vh;background:rgba(255,255,255,.06);animation:heroGlow 11s ease-in-out infinite alternate-reverse}
.hero-particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#cfe0ff;opacity:calc(.15 + (var(--i) % 5)*.08);left:calc((var(--i)*37)%93*1%);top:calc((var(--i)*53)%88*1%);box-shadow:0 0 12px rgba(91,140,255,.6);will-change:transform}
.hero-x-inner{height:100%;display:grid;grid-template-columns:minmax(0,.93fr) minmax(430px,.77fr);align-items:center;gap:5vw;position:relative;z-index:2}
.hero-x-copy{position:relative;z-index:3;will-change:transform,opacity;transform-origin:left center}
.hero-x-copy h1{font-size:clamp(68px,7.4vw,132px);line-height:.84;letter-spacing:-.075em;margin:22px 0 30px;max-width:1030px;color:#fff;text-wrap:balance}
.hero-x-copy h1 em{font-style:normal;color:#747b89}
.hero-x-copy p{font-size:clamp(17px,1.35vw,22px);line-height:1.62;color:#9ba2af;max-width:700px;margin:0}
.hero-x-copy .actions{margin-top:36px}
.hero-x-visual{height:min(70vh,720px);position:relative;display:grid;place-items:center;transform-style:preserve-3d;will-change:transform;filter:drop-shadow(0 50px 100px rgba(0,0,0,.55))}
.hero-28-wrap{position:relative;width:100%;height:100%;display:grid;place-items:center;transform:translate3d(calc(var(--mx,0)*-12px),calc(var(--my,0)*-12px),0);transition:transform .15s linear}
.hero-28,.hero-28-outline,.hero-28-shadow{position:absolute;font-weight:950;font-size:clamp(280px,35vw,620px);line-height:.7;letter-spacing:-.13em;user-select:none}
.hero-28{color:#f4f6fa;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);text-shadow:0 30px 100px rgba(0,0,0,.5)}
.hero-28-outline{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.28);transform:translate3d(22px,-18px,0);opacity:.75}
.hero-28-shadow{color:rgba(91,140,255,.12);transform:translate3d(-35px,38px,-20px);filter:blur(2px)}
.hero-axis{position:absolute;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform-origin:center}.axis-x{width:118%;height:1px}.axis-y{height:116%;width:1px;background:linear-gradient(transparent,rgba(255,255,255,.18),transparent)}
.hero-orbit-mini{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;animation:orbitSpin 14s linear infinite}.orbit-a{width:76%;aspect-ratio:1;transform:rotateX(70deg)}.orbit-b{width:54%;aspect-ratio:1;animation-duration:9s;animation-direction:reverse;border-style:dashed;border-color:rgba(91,140,255,.35)}
.hero-data-tag{position:absolute;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(6,8,12,.72);backdrop-filter:blur(12px);font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;color:#aab1bd;box-shadow:0 14px 50px rgba(0,0,0,.24)}
.tag-a{left:0;top:24%;animation:tagFloat 5s ease-in-out infinite}.tag-b{right:0;top:42%;animation:tagFloat 6.5s ease-in-out infinite reverse}.tag-c{left:15%;bottom:18%;animation:tagFloat 7s ease-in-out infinite .4s}
.hero-x-photo{width:86%;height:84%;border-radius:38px;overflow:hidden;border:1px solid var(--line);transform:rotate(4deg);box-shadow:0 45px 120px rgba(0,0,0,.5)}.hero-x-photo img{width:100%;height:100%;object-fit:cover}
.hero-scroll-marker{position:absolute;left:0;bottom:34px;display:flex;gap:16px;align-items:center;color:#69717f;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.17em}.hero-scroll-marker i{width:90px;height:1px;background:rgba(255,255,255,.14);position:relative;overflow:hidden}.hero-scroll-marker i:after{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:#fff;animation:scrollSweep 2s ease-in-out infinite}
.motion-ready .hero-intro-item{opacity:0;transform:translateY(34px);filter:blur(10px)}
.motion-loaded .hero-intro-item{animation:heroIntro 1s cubic-bezier(.16,1,.3,1) forwards}.motion-loaded .hero-intro-item:nth-child(2){animation-delay:.08s}.motion-loaded .hero-intro-item:nth-child(3){animation-delay:.16s}.motion-loaded .hero-intro-item:nth-child(4){animation-delay:.24s}
.motion-ready .hero-x-visual{opacity:0;filter:blur(16px)}.motion-loaded .hero-x-visual{animation:heroVisualIntro 1.2s cubic-bezier(.16,1,.3,1) .12s forwards}

/* TRUST */
.trust-x{background:#050608;border-block:1px solid rgba(255,255,255,.08);padding:24px 0;overflow:hidden}.trust-x-inner{display:flex;align-items:center;gap:50px}.trust-x .eyebrow{flex:0 0 auto}.marquee-track{display:flex;gap:60px;min-width:max-content;animation:marqueeX 26s linear infinite}.marquee-group{display:flex;gap:60px}.marquee-group span{font-weight:700;color:#8a919e;white-space:nowrap;font-size:14px;letter-spacing:.02em}

/* SERVICES — sticky cinematic stack */
.services-story{height:330vh;background:#07090d;position:relative;border-bottom:1px solid var(--line)}
.services-sticky{height:100vh;position:sticky;top:0;display:grid;grid-template-columns:.72fr 1.28fr;gap:6vw;align-items:center;overflow:hidden;perspective:1600px}
.services-head{position:relative;z-index:10}.services-head h2{font-size:clamp(52px,5.6vw,96px);line-height:.9;letter-spacing:-.065em;margin:18px 0 34px;max-width:720px}.services-progress{display:grid;grid-template-columns:auto minmax(120px,250px) auto;gap:12px;align-items:center;color:#838a97;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.services-progress i{height:1px;background:rgba(255,255,255,.14);overflow:hidden}.services-progress b{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left}
.services-stack{height:min(69vh,700px);position:relative;transform-style:preserve-3d}
.service-panel-x{position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:34px;overflow:hidden;background:#0d1118;box-shadow:0 50px 140px rgba(0,0,0,.45);display:flex;align-items:flex-end;padding:42px;transform-origin:50% 100%;will-change:transform,opacity;color:#fff}
.service-panel-x:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(91,140,255,.13),transparent 35%,rgba(255,255,255,.025));z-index:1}.service-panel-2:before{background:linear-gradient(135deg,rgba(91,140,255,.04),transparent 35%,rgba(255,255,255,.06))}.service-panel-3:before{background:linear-gradient(135deg,rgba(91,140,255,.20),transparent 45%,rgba(255,255,255,.02))}
.service-panel-x.is-current{border-color:rgba(255,255,255,.24)}
.service-panel-bg{position:absolute;inset:0;opacity:.28}.service-panel-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0b0e14 5%,rgba(11,14,20,.2) 70%)}.service-panel-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.6) contrast(1.05)}
.service-panel-no{position:absolute;right:38px;top:30px;font-size:clamp(90px,10vw,170px);font-weight:900;line-height:1;letter-spacing:-.09em;color:rgba(255,255,255,.055);z-index:2}
.service-panel-content{position:relative;z-index:3;max-width:760px}.service-panel-content small{font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#7f8795}.service-panel-content h3{font-size:clamp(56px,6.3vw,108px);line-height:.84;letter-spacing:-.07em;margin:13px 0 22px}.service-panel-content p{color:#a3aab7;font-size:17px;line-height:1.62;max-width:620px;margin:0}.service-panel-arrow{position:absolute;right:38px;bottom:38px;z-index:4;width:64px;height:64px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;font-size:20px;transition:.3s}.service-panel-x:hover .service-panel-arrow{background:#fff;color:#07090d;transform:rotate(45deg)}

/* WORK — horizontal scroll */
.work-story{height:310vh;position:relative;background:#050608;border-bottom:1px solid var(--line)}
.work-sticky{position:sticky;top:0;height:100vh;overflow:hidden;padding-top:104px;display:flex;flex-direction:column}
.work-head-x{display:flex;justify-content:space-between;align-items:end;gap:40px;position:relative;z-index:3}.work-head-x h2{font-size:clamp(48px,5.2vw,88px);line-height:.91;letter-spacing:-.06em;margin:16px 0 0;max-width:850px}.work-track-wrap{flex:1;display:flex;align-items:center;overflow:visible}.work-track{display:flex;gap:24px;width:max-content;will-change:transform;padding-left:0}.project-panel-x{width:min(68vw,920px);flex:0 0 auto;will-change:transform,opacity;transform-style:preserve-3d}.project-panel-media{height:min(56vh,620px);border-radius:28px;overflow:hidden;background:#0c1017;border:1px solid rgba(255,255,255,.1);position:relative}.project-panel-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 45%);opacity:.6}.project-panel-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-panel-media>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(140px,21vw,360px);font-weight:950;color:#fff;letter-spacing:-.12em;opacity:.16}.project-panel-x:hover img{transform:scale(1.04)}.project-panel-meta{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:start;padding:20px 4px}.project-panel-meta>span{font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#666e7b;margin-top:7px}.project-panel-meta h3{font-size:30px;line-height:1;letter-spacing:-.04em;margin:0 0 7px}.project-panel-meta p{margin:0;color:#7f8794}.project-panel-meta i{font-style:normal;font-size:22px}

/* AI — scroll chapters */
.ai-story-x{height:430vh;position:relative;background:#06080c;color:#fff;isolation:isolate;border-bottom:1px solid var(--line)}
.ai-bg-shift{position:absolute;inset:0;overflow:hidden;background:#06080c;transition:background 1s cubic-bezier(.16,1,.3,1)}.ai-bg-shift:before,.ai-bg-shift:after{content:"";position:absolute;width:62vw;height:62vw;border-radius:50%;filter:blur(120px);opacity:.16;transition:background 1s,transform 1.2s}.ai-bg-shift:before{right:-20vw;top:8vh;background:#315cff;transform:translate3d(0,0,0)}.ai-bg-shift:after{left:-25vw;bottom:5vh;background:#143369;opacity:.12}
.ai-story-x.state-sales .ai-bg-shift:before{background:#0b9b87;transform:translate3d(-6vw,8vh,0)}.ai-story-x.state-support .ai-bg-shift:before{background:#d17825;transform:translate3d(-3vw,-4vh,0)}.ai-story-x.state-admin .ai-bg-shift:before{background:#718096;transform:translate3d(-8vw,2vh,0)}
.ai-sticky-x{height:100vh;position:sticky;top:0;display:grid;grid-template-columns:.72fr 1.28fr;gap:5vw;align-items:center;overflow:hidden}
.ai-head-x{position:relative;z-index:4}.ai-head-x h2{font-size:clamp(52px,5.6vw,96px);line-height:.89;letter-spacing:-.065em;margin:18px 0 26px;max-width:760px}.ai-head-x p{font-size:17px;line-height:1.68;color:#9aa2af;max-width:590px;margin:0 0 32px}.light-border{border-color:rgba(255,255,255,.18)!important}
.ai-stage-x{position:relative;min-height:min(74vh,720px);border:1px solid rgba(255,255,255,.12);border-radius:32px;background:linear-gradient(145deg,rgba(12,15,22,.88),rgba(7,9,13,.78));box-shadow:0 50px 150px rgba(0,0,0,.48);backdrop-filter:blur(18px);overflow:hidden;padding:30px;display:flex;flex-direction:column;justify-content:space-between;will-change:transform}
.ai-stage-x:before{content:"";position:absolute;inset:0;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:46px 46px;mask-image:radial-gradient(circle at center,#000 0%,rgba(0,0,0,.82) 45%,transparent 88%);pointer-events:none}
.ai-stage-top,.ai-stage-foot{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:20px}.ai-stage-index{font-size:52px;font-weight:850;letter-spacing:-.06em}.ai-stage-index small{font-size:12px;color:#5f6775;letter-spacing:0}.ai-stage-name{font-size:14px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;color:#d9dde5}.ai-live{font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#6e7786;display:flex;align-items:center;gap:8px}.ai-live i{width:7px;height:7px;border-radius:50%;background:#7bffae;box-shadow:0 0 15px #7bffae}
.ai-pipeline-x{position:relative;z-index:4;display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr 44px 1fr;align-items:center;gap:0;perspective:1200px}
.ai-step-x{min-height:230px;border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:24px;position:relative;background:rgba(255,255,255,.035);overflow:hidden;will-change:transform,opacity;transition:border-color .4s,background .4s}.ai-step-x:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:.65}.ai-step-x small{display:block;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:#6e7786;margin-bottom:40px}.ai-step-x strong{display:block;font-size:21px;line-height:1.08;letter-spacing:-.035em;min-height:48px}.ai-step-x span{display:block;color:#929aa7;font-size:12px;line-height:1.55;margin-top:12px}.ai-step-x b{position:absolute;right:16px;bottom:12px;font-size:46px;color:rgba(255,255,255,.035);letter-spacing:-.08em}.ai-step-x.state-enter strong,.ai-step-x.state-enter span{animation:aiTextSwap .6s cubic-bezier(.16,1,.3,1)}
.ai-connector-x{height:1px;background:rgba(255,255,255,.10);position:relative;overflow:visible}.ai-connector-x i{position:absolute;left:0;top:-1px;width:100%;height:3px;background:linear-gradient(90deg,var(--accent),#fff);transform:scaleX(var(--fill,0));transform-origin:left center;box-shadow:0 0 18px rgba(91,140,255,.5)}.ai-connector-x:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;top:-3px;left:calc(var(--fill,0)*100% - 3px);background:#fff;box-shadow:0 0 14px var(--accent);opacity:calc(.2 + var(--fill,0))}
.ai-scanline{position:absolute;left:0;right:0;height:1px;top:25%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);opacity:.5;animation:scanline 5s linear infinite;pointer-events:none}
.ai-tabs-x{display:flex;gap:6px;flex-wrap:wrap}.ai-tabs-x button{border:1px solid rgba(255,255,255,.10);background:transparent;color:#727b89;border-radius:999px;padding:9px 12px;font-size:10px;cursor:pointer;transition:.35s}.ai-tabs-x button span{opacity:.55;margin-right:6px}.ai-tabs-x button.active{background:#fff;color:#06080c;border-color:#fff;transform:translateY(-2px)}
.ai-scroll-progress{display:flex;align-items:center;gap:10px;color:#626b78;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.ai-scroll-progress i{display:block;width:110px;height:1px;background:rgba(255,255,255,.12);overflow:hidden}.ai-scroll-progress b{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left}

/* CTA */
.cta-x{min-height:88vh;position:relative;background:#050608;display:flex;align-items:center;overflow:hidden}.cta-x:before{content:"";position:absolute;width:50vw;height:50vw;border-radius:50%;right:-24vw;top:10%;background:rgba(91,140,255,.08);filter:blur(80px);transform:scale(calc(.7 + var(--cta-progress,.4)*.7))}.cta-x-inner{position:relative;z-index:2;padding-block:120px}.cta-x h2{font-size:clamp(70px,8.3vw,150px);line-height:.82;letter-spacing:-.078em;max-width:1200px;margin:20px 0 30px}.cta-x p{font-size:18px;line-height:1.65;color:#8d95a2;max-width:650px}.cta-line-link{margin-top:52px;display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);padding:28px 4px;font-size:clamp(24px,2.4vw,42px);letter-spacing:-.03em;will-change:transform}.cta-line-link i{font-style:normal;transition:.35s}.cta-line-link:hover i{transform:rotate(45deg)}

/* Footer — darker and clearer conversion block */
.site-footer{background:#020304!important;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.footer-conversion{padding:110px 0 90px}.footer-conversion-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:7vw;align-items:start}.footer-conversion h2{font-size:clamp(48px,5.8vw,96px);line-height:.9;letter-spacing:-.065em;margin:20px 0;color:#fff;max-width:900px}.footer-conversion p{color:#8f97a4;font-size:16px;line-height:1.65}.footer-big-link{margin-top:28px!important;display:flex!important;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);padding:20px 0!important;color:#fff!important;font-size:22px!important}.footer-big-link i{width:44px!important;height:44px!important;background:#fff!important;color:#050608!important}.footer-grid{border-top:1px solid rgba(255,255,255,.1);padding-top:60px}.site-footer a,.site-footer p{color:#8d95a2}.site-footer .eyebrow{color:#616a77}.footer-action-chip{background:rgba(255,255,255,.025)}

/* Inner pages follow dark system */
.page-hero,.ai-hero,.project-hero,.page-content,.case-study-body,.project-cover{background:var(--bg);color:var(--ink)}
.page-hero p,.ai-hero p,.project-hero>p,.case-row p,.rich-text,.page-content,.project-meta p{color:var(--muted)}
.service-card,.manual-flow span,.process-card-v2{background:var(--panel);border-color:var(--line);color:var(--ink)}
.case-row,.project-facts,.cta-section{border-color:var(--line)}

@keyframes heroIntro{to{opacity:1;transform:none;filter:none}}
@keyframes heroVisualIntro{0%{opacity:0;filter:blur(18px);transform:translate3d(80px,40px,0) rotate(8deg) scale(.92)}100%{opacity:1;filter:none;transform:none}}
@keyframes heroGlow{to{transform:translate3d(6vw,-4vh,0) scale(1.16)}}
@keyframes orbitSpin{to{transform:rotateX(70deg) rotateZ(360deg)}}
@keyframes tagFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes scrollSweep{0%{left:-40%}65%,100%{left:120%}}
@keyframes marqueeX{to{transform:translateX(calc(-100% / 3))}}
@keyframes aiTextSwap{0%{opacity:0;transform:translateY(14px);filter:blur(6px)}100%{opacity:1;transform:none;filter:none}}
@keyframes scanline{0%{top:16%;opacity:0}10%{opacity:.45}90%{opacity:.45}100%{top:82%;opacity:0}}

@media(max-width:1180px){
  :root{--shell:min(100% - 38px,1420px)}
  .hero-x-inner,.services-sticky,.ai-sticky-x{grid-template-columns:1fr 1fr;gap:3vw}
  .hero-x-copy h1{font-size:clamp(62px,7.2vw,100px)}
  .service-panel-content h3{font-size:clamp(54px,6vw,82px)}
  .ai-stage-x{padding:22px}.ai-pipeline-x{grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr}.ai-step-x{padding:18px;min-height:210px}.ai-step-x strong{font-size:18px}
}
@media(max-width:900px){
  :root{--shell:min(100% - 28px,1420px)}
  .hero-x{height:auto;min-height:100svh;padding:120px 0 70px}.hero-x-inner{grid-template-columns:1fr}.hero-x-copy h1{font-size:clamp(58px,13vw,100px)}.hero-x-visual{height:54vh;min-height:420px}.hero-scroll-marker{display:none}
  .services-story{height:auto;padding:110px 0}.services-sticky{height:auto;position:relative;grid-template-columns:1fr;overflow:visible}.services-head{margin-bottom:55px}.services-stack{height:auto;display:grid;gap:18px}.service-panel-x{position:relative;inset:auto;min-height:520px!important;transform:none!important;opacity:1!important}.service-panel-x h3{font-size:62px}
  .work-story{height:auto;padding:100px 0}.work-sticky{height:auto;position:relative;padding-top:0;overflow:visible}.work-head-x{align-items:start}.work-track-wrap{overflow-x:auto;padding:50px 14px 20px}.work-track{transform:none!important}.project-panel-x{width:82vw;transform:none!important;opacity:1!important}.project-panel-media{height:55vw;min-height:360px}
  .ai-story-x{height:auto;padding:110px 0}.ai-sticky-x{height:auto;position:relative;grid-template-columns:1fr;overflow:visible}.ai-head-x{margin-bottom:50px}.ai-stage-x{min-height:auto}.ai-pipeline-x{grid-template-columns:1fr;gap:10px}.ai-connector-x{width:1px;height:28px;margin:auto}.ai-connector-x i{width:3px;height:100%;transform:scaleY(var(--fill,1));transform-origin:top}.ai-connector-x:after{display:none}.ai-step-x{min-height:160px;transform:none!important;opacity:1!important}.ai-tabs-x{margin-top:24px}.ai-stage-foot{align-items:flex-end}
  .footer-conversion-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hero-x-copy h1{font-size:56px}.hero-x-copy p{font-size:16px}.hero-x-visual{min-height:340px}.hero-28,.hero-28-outline,.hero-28-shadow{font-size:76vw}.hero-data-tag{font-size:8px}.tag-a{left:2%}.tag-b{right:2%}
  .services-head h2,.work-head-x h2,.ai-head-x h2{font-size:48px}.service-panel-x{min-height:430px!important;padding:26px}.service-panel-content h3{font-size:50px}.service-panel-content p{font-size:15px}.service-panel-arrow{right:24px;bottom:24px}.service-panel-no{right:24px;top:22px}
  .work-head-x{display:block}.work-head-x .text-link{display:inline-block;margin-top:20px}.project-panel-x{width:88vw}.project-panel-media{height:62vw;min-height:300px}.project-panel-meta{grid-template-columns:auto 1fr}.project-panel-meta i{display:none}.project-panel-meta h3{font-size:24px}
  .ai-stage-x{border-radius:24px;padding:18px}.ai-stage-top{align-items:flex-start}.ai-stage-index{font-size:38px}.ai-stage-name{font-size:11px}.ai-live{display:none}.ai-stage-foot{display:block}.ai-scroll-progress{margin-top:18px}.ai-tabs-x{display:grid;grid-template-columns:1fr 1fr}.ai-tabs-x button{text-align:left}.ai-step-x{padding:18px}.ai-step-x small{margin-bottom:22px}.cta-x h2{font-size:58px}.cta-line-link{font-size:24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:15px;flex-wrap:wrap}
}

/* =========================================================
   28WEB 0.7 — MIDNIGHT / CLEAN CAROUSEL REFINEMENT
   ========================================================= */
:root{
  --bg:#0d131b;
  --bg-2:#111923;
  --panel:#151e29;
  --panel-2:#1a2431;
  --ink:#f7f8fb;
  --muted:#a9b1bf;
  --line:rgba(255,255,255,.11);
  --line-strong:rgba(255,255,255,.20);
  --accent:#6f8cff;
  --accent-soft:rgba(111,140,255,.16);
}
body,main{background:var(--bg)}
.shell-wide{width:min(1600px,calc(100vw - 40px));margin-inline:auto}

/* Header — compact, uppercase, editorial */
.site-header{position:sticky;top:0;background:rgba(13,19,27,.78);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(16px) saturate(125%)}
.site-header.is-scrolled{background:rgba(13,19,27,.94);box-shadow:0 16px 44px rgba(0,0,0,.18)}
.nav-wrap{height:74px}
.brand{font-size:24px;letter-spacing:-.045em;font-weight:800}
.brand b{font-weight:600;letter-spacing:-.02em}
.site-nav{gap:22px}
.site-nav ul{gap:25px}
.site-nav ul a,.menu-toggle{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px;font-weight:760;line-height:1;letter-spacing:.115em;text-transform:uppercase;color:#c6ccd6}
.site-nav ul a{position:relative;padding:10px 0}
.site-nav ul a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:#fff;transition:right .25s ease}
.site-nav ul a:hover{color:#fff}.site-nav ul a:hover:after{right:0}
.nav-cta{border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.06)!important;color:#fff!important;padding:12px 16px;border-radius:999px;font-size:10px!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase;transition:.25s ease}
.nav-cta:hover{background:#fff!important;color:#0d131b!important;border-color:#fff}

/* Hero — preserve motion, fix typography collision only */
.hero-x{background:#080d14}
.hero-x-copy h1{line-height:.93;letter-spacing:-.067em}
.hero-x-copy h1 em{color:#8b94a3}
.hero-x-copy p{color:#adb5c3}

.trust-x{background:#0b1119;border-color:rgba(255,255,255,.08)}
.marquee-group span{color:#939cab}

/* Services — simple fast carousel, no scroll scene */
.services-carousel-section{background:#111923;padding:145px 0 155px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.services-carousel-section:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-220px;top:40px;background:radial-gradient(circle,rgba(111,140,255,.12),transparent 68%);pointer-events:none}
.services-carousel-layout{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);gap:7vw;align-items:center}
.services-carousel-copy{position:relative;z-index:3}.services-carousel-copy h2{font-size:clamp(52px,5.6vw,92px);line-height:.94;letter-spacing:-.06em;margin:18px 0 24px;max-width:660px}.services-carousel-copy>p{max-width:560px;color:var(--muted);font-size:17px;line-height:1.65;margin:0 0 40px}
.services-carousel-nav{display:grid;border-top:1px solid var(--line)}
.services-carousel-nav button{appearance:none;border:0;border-bottom:1px solid var(--line);background:transparent;color:#7f8998;text-align:left;padding:17px 4px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;cursor:pointer;font-size:13px;line-height:1.25;transition:color .25s,padding-left .25s,background .25s}
.services-carousel-nav button span{font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;color:#5f6875}.services-carousel-nav button.active{color:#fff;padding-left:12px;background:linear-gradient(90deg,rgba(255,255,255,.045),transparent)}.services-carousel-nav button.active span{color:#9eb1ff}
.services-carousel-box{position:relative;min-height:610px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:#151e29;box-shadow:0 35px 100px rgba(0,0,0,.22);overflow:hidden}
.services-carousel-track{position:relative;height:550px}
.service-slide{position:absolute;inset:0;display:grid;grid-template-columns:.9fr 1.1fr;opacity:0;pointer-events:none;transform:translateX(34px);transition:opacity .48s cubic-bezier(.22,.8,.2,1),transform .48s cubic-bezier(.22,.8,.2,1);color:#fff}
.service-slide.active{opacity:1;pointer-events:auto;transform:none;z-index:2}
.service-slide-media{min-width:0;background:#0f1620;overflow:hidden;position:relative;border-right:1px solid rgba(255,255,255,.09)}
.service-slide-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(8,13,20,.35))}
.service-slide-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transform:scale(1.03);transition:transform 2.8s ease}.service-slide.active .service-slide-media img{transform:scale(1)}
.service-slide-media>span{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(150px,18vw,300px);font-weight:900;letter-spacing:-.1em;color:rgba(255,255,255,.07)}
.service-slide-body{padding:40px 40px 34px;display:flex;flex-direction:column;position:relative}.service-slide-top{display:flex;justify-content:space-between;align-items:center}.service-slide-top small{font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:#808b9b}.service-slide-top>span{font-size:12px;color:#5f6a78}
.service-slide-body h3{font-size:clamp(42px,4.4vw,68px);line-height:.96;letter-spacing:-.055em;margin:auto 0 22px;max-width:640px}.service-slide-body p{font-size:15px;line-height:1.62;color:#aeb6c4;max-width:570px;margin:0 0 30px}.service-slide-body b{font-size:12px;letter-spacing:.03em;font-weight:700;border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;justify-content:space-between}.service-slide-body b i{font-style:normal;font-size:18px}
.services-carousel-controls{height:60px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:0 16px}.services-carousel-controls button,.work-carousel-actions button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s}.services-carousel-controls button:hover,.work-carousel-actions button:hover{background:#fff;color:#0d131b}.services-carousel-count{display:flex;align-items:center;gap:8px;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#788290}.services-carousel-count i{width:48px;height:1px;background:rgba(255,255,255,.12)}

/* Selected work — flat, conventional carousel */
.work-carousel-section{background:#0e151e;padding:140px 0 150px;border-bottom:1px solid var(--line);overflow:hidden}
.work-carousel-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}.work-carousel-head h2{font-size:clamp(50px,5.2vw,86px);line-height:.94;letter-spacing:-.058em;margin:16px 0 0}.work-carousel-actions{display:flex;align-items:center;gap:10px}.work-carousel-actions .text-link{margin-left:14px;font-size:12px;letter-spacing:.02em;color:#cbd1db}
.work-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:10px}.work-carousel-viewport::-webkit-scrollbar{display:none}
.work-carousel-track{display:flex;gap:22px;width:max-content;padding:0 0 0 max(0px,calc((100vw - min(1420px,calc(100vw - 64px)))/2))}
.project-card-flat{width:min(68vw,820px);flex:0 0 auto;scroll-snap-align:start;color:#fff}
.project-card-media{height:min(55vw,560px);border-radius:24px;overflow:hidden;background:#17212d;border:1px solid rgba(255,255,255,.10);position:relative}.project-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card-flat:hover .project-card-media img{transform:scale(1.025)}.project-card-media>span{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(130px,17vw,290px);font-weight:900;color:rgba(255,255,255,.08);letter-spacing:-.12em}
.project-card-meta{display:grid;grid-template-columns:34px 1fr auto;gap:16px;padding:19px 3px 0;align-items:start}.project-card-meta>span{font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#707b89;margin-top:7px}.project-card-meta h3{font-size:28px;line-height:1;letter-spacing:-.035em;margin:0 0 7px}.project-card-meta p{color:#929cab;margin:0;font-size:14px}.project-card-meta i{font-style:normal;font-size:19px}

/* AI — keep scroll chapters, cleaner transitions and brighter dark surface */
.ai-story-x{background:#111923}
.ai-bg-shift{background:#111923;transition:background-color .55s ease,background .55s ease}
.ai-bg-shift:before,.ai-bg-shift:after{opacity:.11;filter:blur(90px);transition:background-color .55s ease,transform .7s cubic-bezier(.22,.8,.2,1)}
.ai-sticky-x{background:transparent}
.ai-head-x p{color:#acb4c1}
.ai-stage-x{background:#17212d;backdrop-filter:none;box-shadow:0 35px 100px rgba(0,0,0,.2);border-color:rgba(255,255,255,.13)}
.ai-step-x{background:#1b2633;transition:border-color .3s,background .3s,transform .4s cubic-bezier(.22,.8,.2,1),opacity .35s ease}
.ai-step-x.state-enter strong,.ai-step-x.state-enter span{animation:aiTextSwapClean .42s cubic-bezier(.22,.8,.2,1)}
.ai-tabs-x button{transition:background .25s,color .25s,border-color .25s,transform .25s}
@keyframes aiTextSwapClean{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:none}}

/* Preserve user's preferred conversion section, only blend it into lighter midnight page */
.cta-x{background:#080d14}
.site-footer{background:#070b10!important}

@media(max-width:1050px){
  .services-carousel-layout{grid-template-columns:1fr;gap:55px}.services-carousel-copy{max-width:780px}.services-carousel-box{min-height:560px}.services-carousel-track{height:500px}
  .service-slide{grid-template-columns:.82fr 1.18fr}.service-slide-body{padding:32px}.service-slide-body h3{font-size:52px}
  .project-card-flat{width:76vw}
}
@media(max-width:760px){
  .site-nav{background:#131c27;border-color:rgba(255,255,255,.11)}.site-nav ul a{font-size:12px}.nav-cta{text-align:center}
  .hero-x-copy h1{line-height:.98;letter-spacing:-.055em}
  .services-carousel-section,.work-carousel-section{padding:100px 0 110px}.services-carousel-copy h2,.work-carousel-head h2{font-size:48px}.services-carousel-nav{display:none}.services-carousel-box{min-height:630px}.services-carousel-track{height:570px}.service-slide{grid-template-columns:1fr;grid-template-rows:220px 1fr}.service-slide-media{border-right:0;border-bottom:1px solid var(--line)}.service-slide-body{padding:26px}.service-slide-body h3{font-size:44px;margin:30px 0 16px}.service-slide-body p{font-size:14px}.services-carousel-controls{justify-content:space-between}
  .work-carousel-head{display:block}.work-carousel-actions{margin-top:26px}.work-carousel-actions .text-link{margin-left:auto}.project-card-flat{width:88vw}.project-card-media{height:58vw;min-height:300px}.project-card-meta h3{font-size:24px}
}

/* 0.7 final polish */
.project-card-media img{transition:none}.project-card-flat:hover .project-card-media img{transform:none}
@media(max-width:980px){
  .site-nav{top:74px;background:#131c27;border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 70px rgba(0,0,0,.28)}
}


/* =========================================================
   28WEB 0.8 — TYPOGRAPHY / READABILITY PASS
   Keep existing motion and layout behavior; refine display type.
   ========================================================= */

/* Shared display typography: less compressed, more readable */
.hero-x-copy h1,
.services-carousel-copy h2,
.work-carousel-head h2,
.ai-head-x h2,
.cta-x h2,
.footer-conversion h2 {
  font-feature-settings: "kern" 1, "liga" 1;
  font-kerning: normal;
  word-spacing: -.015em;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Hero: preserve the exact animation, only improve type rhythm */
.hero-x-copy h1 {
  font-size: clamp(60px, 5.75vw, 104px);
  line-height: .985;
  letter-spacing: -.048em;
  max-width: 900px;
}
.hero-x-copy p {
  max-width: 680px;
  line-height: 1.68;
}

/* Services: the left column is deliberately calmer so long Slovenian words fit */
.services-carousel-layout {
  grid-template-columns: minmax(410px, .84fr) minmax(0, 1.16fr);
  gap: clamp(52px, 6vw, 92px);
}
.services-carousel-copy h2 {
  font-size: clamp(46px, 3.55vw, 60px);
  line-height: 1.035;
  letter-spacing: -.04em;
  max-width: 590px;
  margin-bottom: 26px;
}
.services-carousel-copy > p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.72;
}

/* Carousel card titles should support the content, not compete with it */
.service-slide-body h3 {
  font-size: clamp(38px, 3.35vw, 54px);
  line-height: 1.03;
  letter-spacing: -.04em;
  max-width: 570px;
}
.service-slide-body p {
  line-height: 1.7;
}

/* Selected work heading */
.work-carousel-head h2 {
  font-size: clamp(46px, 4.35vw, 72px);
  line-height: 1.01;
  letter-spacing: -.045em;
  max-width: 820px;
}

/* AI heading: retain impact but remove poster-like stacking */
.ai-head-x h2 {
  font-size: clamp(48px, 4.25vw, 72px);
  line-height: 1.015;
  letter-spacing: -.045em;
  max-width: 700px;
  margin-bottom: 28px;
}
.ai-head-x p {
  line-height: 1.72;
  max-width: 610px;
}

/* Main conversion CTA: still the biggest headline, but readable */
.cta-x h2 {
  font-size: clamp(58px, 6.25vw, 108px);
  line-height: .965;
  letter-spacing: -.052em;
  max-width: 1150px;
  margin-bottom: 34px;
}
.cta-x p {
  line-height: 1.72;
}

/* Footer conversion heading */
.footer-conversion h2 {
  font-size: clamp(46px, 4.6vw, 78px);
  line-height: 1.015;
  letter-spacing: -.045em;
  max-width: 840px;
}
.footer-conversion p {
  line-height: 1.72;
}

/* Mid-size screens: avoid "tablet width + desktop headline" problem */
@media (max-width: 1180px) {
  .hero-x-copy h1 {
    font-size: clamp(58px, 6.8vw, 82px);
    line-height: 1;
    letter-spacing: -.045em;
  }
  .services-carousel-layout {
    grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
    gap: 46px;
  }
  .services-carousel-copy h2 {
    font-size: clamp(44px, 4.35vw, 54px);
    max-width: 540px;
  }
  .ai-head-x h2 {
    font-size: clamp(46px, 5vw, 64px);
  }
  .cta-x h2 {
    font-size: clamp(58px, 7.1vw, 88px);
  }
}

@media (max-width: 1050px) {
  .services-carousel-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .services-carousel-copy {
    max-width: 760px;
  }
  .services-carousel-copy h2 {
    font-size: clamp(44px, 6vw, 62px);
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  .hero-x-copy h1 {
    font-size: clamp(54px, 9.2vw, 76px);
    line-height: 1.01;
    letter-spacing: -.043em;
    max-width: 780px;
  }
  .ai-head-x h2,
  .work-carousel-head h2 {
    font-size: clamp(44px, 7vw, 60px);
    line-height: 1.03;
  }
  .cta-x h2 {
    font-size: clamp(54px, 8.6vw, 76px);
    line-height: .99;
  }
  .footer-conversion h2 {
    font-size: clamp(44px, 7vw, 62px);
    line-height: 1.03;
  }
}

@media (max-width: 640px) {
  .hero-x-copy h1 {
    font-size: clamp(48px, 13.4vw, 60px);
    line-height: 1.015;
    letter-spacing: -.04em;
  }
  .services-carousel-copy h2,
  .work-carousel-head h2,
  .ai-head-x h2 {
    font-size: clamp(40px, 11vw, 50px);
    line-height: 1.045;
    letter-spacing: -.038em;
  }
  .service-slide-body h3 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.045;
  }
  .cta-x h2 {
    font-size: clamp(48px, 12.5vw, 62px);
    line-height: 1.015;
    letter-spacing: -.042em;
  }
  .footer-conversion h2 {
    font-size: clamp(40px, 10.8vw, 52px);
    line-height: 1.045;
    letter-spacing: -.038em;
  }
}


/* =========================================================
   28WEB 0.9 — CONTINUOUS CLIENT LOGO MARQUEE
   Madwise-inspired interaction principle, original 28web styling.
   ========================================================= */
.trust-logos{
  position:relative;
  overflow:hidden;
  padding:24px 0;
  background:#101821;
  border-top:1px solid rgba(255,255,255,.075);
  border-bottom:1px solid rgba(255,255,255,.075);
}
.trust-logos-viewport{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
}
.trust-logos-track{
  display:flex;
  width:max-content;
  align-items:center;
  will-change:transform;
  animation:tw28LogoMarquee 34s linear infinite;
  transform:translate3d(0,0,0);
}
.trust-logos-group{
  display:flex;
  align-items:center;
  gap:clamp(48px,6vw,104px);
  padding-right:clamp(48px,6vw,104px);
  flex:0 0 auto;
}
.trust-logo-item{
  width:clamp(125px,10.5vw,180px);
  height:58px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
}
.trust-logo-item img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:42px;
  object-fit:contain;
  filter:grayscale(1) brightness(0) invert(1);
  opacity:.54;
  transition:opacity .25s ease,transform .25s cubic-bezier(.22,.8,.2,1);
}
.trust-logo-item:hover img{
  opacity:.92;
  transform:scale(1.035);
}
.trust-logo-item.is-text{
  width:auto;
  min-width:max-content;
  height:58px;
}
.trust-logo-item.is-text span{
  color:#a5afbd;
  font-size:16px;
  font-weight:650;
  letter-spacing:-.018em;
  white-space:nowrap;
}
@keyframes tw28LogoMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:760px){
  .trust-logos{padding:24px 0 28px}
  .trust-logos-viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%)}
  .trust-logos-track{animation-duration:26s}
  .trust-logos-group{gap:42px;padding-right:42px}
  .trust-logo-item{width:128px;height:50px}
  .trust-logo-item img{max-height:34px}
  .trust-logo-item.is-text span{font-size:14px}
}
@media(prefers-reduced-motion:reduce){
  .trust-logos-track{animation-duration:60s!important}
}


/* =========================================================
   28WEB 1.0 — READABILITY + DISCRETE AI + INTEGRATED FOOTER
   ========================================================= */

/* Editorial section labels: less "AI dashboard", more human/editorial. */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#9da7b5;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:12px;
  font-weight:650;
  line-height:1.25;
  letter-spacing:.01em;
  text-transform:none;
}
.eyebrow:before{
  content:"";
  width:18px;
  height:1px;
  flex:0 0 auto;
  background:currentColor;
  opacity:.48;
}

/* Remove the over-used mono/letterspaced treatment from secondary UI copy. */
.service-slide-top small,
.ai-step-x small,
.ai-live,
.ai-scroll-progress,
.services-carousel-count,
.project-card-meta>span{
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.045em;
}

/* More breathing room across display headings. */
.hero-x-copy h1{
  line-height:1.035;
  letter-spacing:-.043em;
}
.services-carousel-copy h2,
.work-carousel-head h2,
.ai-head-x h2{
  line-height:1.09;
  letter-spacing:-.035em;
  word-spacing:0;
}
.service-slide-body h3{
  line-height:1.11;
  letter-spacing:-.032em;
}
.cta-x h2{
  line-height:1.025;
  letter-spacing:-.044em;
  word-spacing:0;
}
.page-hero h1,.ai-hero h1,.project-hero h1,
.section-head h2,.automation-intro h2,.split h2,
.contact-aside h2,.audit-grid h2,.about-grid h2,
.case-row h2{
  line-height:1.08;
  letter-spacing:-.035em;
}

/* AI — four full-screen chapters, no half-scroll morphing or blur. */
.ai-story-x{
  height:500vh;
}
.ai-bg-shift{
  background:#111923;
  transition:background-color .34s ease;
}
.ai-bg-shift:before,.ai-bg-shift:after{
  filter:none;
  opacity:.14;
  transition:background .34s ease,transform .34s ease,opacity .34s ease;
}
.ai-bg-shift:before{
  width:70vw;
  height:70vw;
  right:-22vw;
  top:2vh;
  background:radial-gradient(circle,rgba(76,113,210,.33) 0,rgba(76,113,210,.12) 34%,transparent 68%);
}
.ai-bg-shift:after{
  width:55vw;
  height:55vw;
  left:-20vw;
  bottom:-6vh;
  background:radial-gradient(circle,rgba(46,74,118,.20) 0,transparent 68%);
}
.ai-story-x.state-sales .ai-bg-shift:before{
  background:radial-gradient(circle,rgba(39,151,133,.26) 0,rgba(39,151,133,.08) 35%,transparent 68%);
  transform:translate3d(-3vw,3vh,0);
}
.ai-story-x.state-support .ai-bg-shift:before{
  background:radial-gradient(circle,rgba(194,120,55,.25) 0,rgba(194,120,55,.07) 35%,transparent 68%);
  transform:translate3d(-1vw,-2vh,0);
}
.ai-story-x.state-admin .ai-bg-shift:before{
  background:radial-gradient(circle,rgba(116,129,150,.24) 0,rgba(116,129,150,.07) 35%,transparent 68%);
  transform:translate3d(-4vw,1vh,0);
}
.ai-stage-x{
  transform:none!important;
}
.ai-step-x{
  min-height:205px;
  padding:19px;
  transform:none!important;
  opacity:1!important;
  transition:border-color .28s ease,background .28s ease;
}
.ai-step-x small{
  font-size:8.5px;
  line-height:1.2;
  margin-bottom:26px;
  color:#7e8897;
}
.ai-step-x strong{
  font-size:clamp(14px,1.08vw,17px);
  line-height:1.26;
  letter-spacing:-.018em;
  min-height:0;
  overflow-wrap:anywhere;
}
.ai-step-x span{
  margin-top:10px;
  font-size:11.5px;
  line-height:1.55;
  color:#9ca6b4;
  overflow-wrap:anywhere;
}
.ai-step-x b{
  font-size:36px;
}
.ai-step-x.state-enter strong,.ai-step-x.state-enter span{
  animation:aiChapterSwap .3s cubic-bezier(.22,.8,.2,1);
}
.ai-connector-x i{
  transform:scaleX(1);
  transition:none;
}
.ai-connector-x:after{
  left:calc(100% - 3px);
  opacity:.75;
}
@keyframes aiChapterSwap{
  0%{opacity:0;transform:translateY(7px)}
  100%{opacity:1;transform:none}
}

/* Footer CTA is part of the footer, not another giant hero. */
.site-footer{
  padding-top:0;
}
.footer-cta-compact{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(36px,6vw,100px);
  align-items:end;
  padding:64px 0 56px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-cta-copy{
  max-width:830px;
}
.footer-cta-copy h3{
  margin:15px 0 12px;
  color:#fff;
  font-size:clamp(30px,3.1vw,48px);
  line-height:1.12;
  letter-spacing:-.032em;
  font-weight:720;
}
.footer-cta-copy p{
  max-width:680px;
  margin:0;
  color:#8f99a8;
  font-size:15px;
  line-height:1.65;
}
.footer-cta-actions-compact{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  min-width:220px;
}
.footer-project-button{
  display:inline-flex;
  align-items:center;
  gap:24px;
  padding:15px 18px 15px 20px;
  border-radius:999px;
  background:#f5f7fa;
  color:#0b1017!important;
  font-size:14px;
  font-weight:720;
  line-height:1;
}
.footer-project-button i{
  font-style:normal;
  font-size:18px;
  transition:transform .25s ease;
}
.footer-project-button:hover i{transform:rotate(45deg)}
.footer-secondary-link{
  color:#9ba5b4!important;
  font-size:12px;
  line-height:1.4;
  border-bottom:1px solid rgba(255,255,255,.18);
  padding-bottom:3px;
}
.footer-grid{
  border-top:0;
  padding-top:54px;
}

@media(max-width:1180px){
  .hero-x-copy h1{line-height:1.045}
  .ai-step-x{padding:16px;min-height:190px}
  .ai-step-x strong{font-size:14px}
  .ai-step-x span{font-size:10.8px}
}
@media(max-width:900px){
  .ai-story-x{height:auto}
  .ai-step-x{min-height:145px}
  .footer-cta-compact{grid-template-columns:1fr;align-items:start}
  .footer-cta-actions-compact{align-items:flex-start;min-width:0}
}
@media(max-width:640px){
  .hero-x-copy h1{line-height:1.055;letter-spacing:-.035em}
  .services-carousel-copy h2,.work-carousel-head h2,.ai-head-x h2{line-height:1.11}
  .service-slide-body h3{line-height:1.12}
  .cta-x h2{line-height:1.045;letter-spacing:-.038em}
  .footer-cta-compact{padding:52px 0 44px}
  .footer-cta-copy h3{font-size:32px;line-height:1.14}
}

/* =========================================================
   28WEB 1.1 — PROJECT COVER SYSTEM
   Consistent art-directed covers composed from CMS fields.
   ========================================================= */
.project-card-composed{display:block;transform:none!important}
.project-card-composed:hover{transform:none!important}
.project-card-flat.project-card-composed{color:inherit}

.tw28-project-cover{
  --cover-ui:rgba(255,255,255,.94);
  --cover-ui-muted:rgba(255,255,255,.68);
  --cover-line:rgba(255,255,255,.18);
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:var(--project-cover-bg,#17212d);
  border:1px solid var(--cover-line);
  color:var(--cover-ui);
}
.tw28-project-cover--dark{
  --cover-ui:rgba(8,12,18,.94);
  --cover-ui-muted:rgba(8,12,18,.62);
  --cover-line:rgba(8,12,18,.16);
}
.tw28-project-cover--card{height:min(55vw,560px);border-radius:24px}
.tw28-project-cover--hero{aspect-ratio:1.72;border-radius:30px;min-height:520px}
.tw28-project-cover__ambient{
  position:absolute;inset:-22%;z-index:-3;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.22),transparent 30%),
    radial-gradient(circle at 84% 78%,rgba(0,0,0,.24),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.05),transparent 42%,rgba(0,0,0,.12));
  transform:rotate(-7deg) scale(1.12)
}
.tw28-project-cover--dark .tw28-project-cover__ambient{
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.38),transparent 28%),
    radial-gradient(circle at 84% 78%,rgba(0,0,0,.12),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.12),transparent 42%,rgba(0,0,0,.08));
}
.tw28-project-cover__grid{
  position:absolute;inset:0;z-index:-2;opacity:.16;
  background-image:linear-gradient(var(--cover-line) 1px,transparent 1px),linear-gradient(90deg,var(--cover-line) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(180deg,#000,transparent 88%);mask-image:linear-gradient(180deg,#000,transparent 88%)
}
.tw28-project-cover__noise{
  position:absolute;inset:0;z-index:5;pointer-events:none;opacity:.035;mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}
.tw28-project-cover__logo{
  position:absolute;left:30px;top:28px;z-index:8;width:min(150px,26%);height:54px;display:flex;align-items:flex-start;justify-content:flex-start
}
.tw28-project-cover__logo img{display:block;width:auto;height:auto;max-width:100%;max-height:44px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}
.tw28-project-cover--dark .tw28-project-cover__logo img{filter:brightness(0);opacity:.86}

.tw28-project-cover__stage{position:absolute;inset:70px 7% 88px;z-index:2;perspective:1500px;display:flex;align-items:center;justify-content:center}
.tw28-project-cover__browser{
  position:relative;width:min(84%,850px);height:82%;min-height:250px;border-radius:14px;overflow:hidden;
  background:#0a0f16;border:1px solid rgba(255,255,255,.22);box-shadow:0 36px 70px rgba(0,0,0,.38),0 8px 22px rgba(0,0,0,.22);
  transform:translate3d(-3%,0,0) rotateX(2deg) rotateY(0deg)
}
.tw28-project-cover--dark .tw28-project-cover__browser{border-color:rgba(8,12,18,.2);box-shadow:0 34px 65px rgba(0,0,0,.23)}
.tw28-project-cover__browserbar{height:26px;background:#121922;border-bottom:1px solid rgba(255,255,255,.09);display:flex;align-items:center;gap:5px;padding:0 10px}
.tw28-project-cover__browserbar i{width:6px;height:6px;border-radius:50%;display:block;background:rgba(255,255,255,.28)}
.tw28-project-cover__browserbar span{margin-left:8px;height:6px;width:44%;max-width:190px;border-radius:999px;background:rgba(255,255,255,.08)}
.tw28-project-cover__desktop-image{height:calc(100% - 26px);overflow:hidden;background:#fff}
.tw28-project-cover__desktop-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.tw28-project-cover__phone{
  position:absolute;right:3%;bottom:-2%;width:22%;min-width:92px;max-width:190px;height:72%;border-radius:24px;padding:5px;background:#080d13;border:1px solid rgba(255,255,255,.28);box-shadow:0 30px 58px rgba(0,0,0,.42);overflow:hidden;transform:rotate(2.5deg)
}
.tw28-project-cover__phone img{display:block;width:100%;height:100%;border-radius:19px;object-fit:cover;object-position:top center;background:#fff}
.tw28-project-cover__phone-speaker{position:absolute;z-index:2;top:9px;left:50%;transform:translateX(-50%);width:34%;height:5px;border-radius:999px;background:rgba(0,0,0,.7)}
.tw28-project-cover__fallback{width:74%;height:72%;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid var(--cover-line);display:grid;place-items:center;box-shadow:0 30px 65px rgba(0,0,0,.22)}
.tw28-project-cover__fallback span{font-size:clamp(100px,15vw,220px);font-weight:850;letter-spacing:-.1em;color:var(--cover-ui);opacity:.2}

.tw28-project-cover__overlay{
  position:absolute;z-index:7;left:0;right:0;bottom:0;min-height:118px;padding:38px 28px 23px;
  display:grid;grid-template-columns:38px 1fr auto;gap:15px;align-items:end;color:#fff;
  background:linear-gradient(180deg,transparent 0,rgba(5,8,12,.18) 10%,rgba(5,8,12,.84) 100%);
  transition:background .3s ease
}
.tw28-project-cover__index{font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:rgba(255,255,255,.58);padding-bottom:5px}
.tw28-project-cover__meta h3{margin:0 0 6px;font-size:28px;line-height:1.06;letter-spacing:-.035em;color:#fff}
.tw28-project-cover__meta p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}
.tw28-project-cover__arrow{font-style:normal;font-size:21px;color:#fff;transition:transform .3s cubic-bezier(.22,.8,.2,1);padding-bottom:1px}
.project-card-composed:hover .tw28-project-cover__overlay{background:linear-gradient(180deg,transparent 0,rgba(5,8,12,.18) 8%,rgba(5,8,12,.92) 100%)}
.project-card-composed:hover .tw28-project-cover__arrow{transform:translate(4px,-4px)}
.project-card-composed:hover .tw28-project-cover__browser{transform:translate3d(-3%,-3px,0) rotateX(2deg) scale(1.008)}
.project-card-composed:hover .tw28-project-cover__phone{transform:translate3d(0,-4px,0) rotate(2deg)}
.tw28-project-cover__browser,.tw28-project-cover__phone{transition:transform .42s cubic-bezier(.22,.8,.2,1)}

/* Homepage carousel: cover itself is the complete project card. */
.project-card-flat.project-card-composed{width:min(68vw,820px)}
.project-card-flat.project-card-composed .tw28-project-cover--card{height:min(55vw,560px)}

/* Projects archive uses the same art direction, with a more compact ratio. */
.project-grid-archive .project-card-composed{min-width:0}
.project-grid-archive .tw28-project-cover--card{height:auto;aspect-ratio:1.42;border-radius:24px}
.project-grid-archive .tw28-project-cover__stage{inset:58px 6% 78px}
.project-grid-archive .tw28-project-cover__overlay{padding:34px 24px 20px}
.project-grid-archive .tw28-project-cover__meta h3{font-size:25px}

/* Case study cover. */
.project-cover .tw28-project-cover{width:100%}
.project-cover .tw28-project-cover__stage{inset:8% 7% 8%}
.project-cover .tw28-project-cover__browser{height:86%;width:min(82%,1040px)}
.project-cover .tw28-project-cover__phone{right:4%;height:70%;max-width:220px}
.project-cover .tw28-project-cover__logo{left:38px;top:34px;width:170px}

@media(max-width:1050px){
  .project-card-flat.project-card-composed{width:76vw}
  .tw28-project-cover--hero{min-height:440px}
  .tw28-project-cover__browser{width:86%;height:78%}
  .tw28-project-cover__phone{height:66%;width:24%}
}
@media(max-width:760px){
  .project-card-flat.project-card-composed{width:88vw}
  .project-card-flat.project-card-composed .tw28-project-cover--card{height:62vw;min-height:330px}
  .tw28-project-cover--card{border-radius:20px}
  .tw28-project-cover--hero{aspect-ratio:1.16;min-height:420px;border-radius:22px}
  .tw28-project-cover__logo{left:20px;top:18px;width:120px;height:38px}.tw28-project-cover__logo img{max-height:31px}
  .tw28-project-cover__stage{inset:52px 5% 82px}
  .tw28-project-cover__browser{width:88%;height:74%;border-radius:10px;transform:translate3d(-3%,0,0)}
  .tw28-project-cover__browserbar{height:20px}.tw28-project-cover__desktop-image{height:calc(100% - 20px)}
  .tw28-project-cover__phone{width:25%;height:61%;right:1%;border-radius:17px;padding:3px}.tw28-project-cover__phone img{border-radius:14px}
  .tw28-project-cover__overlay{grid-template-columns:28px 1fr auto;padding:32px 18px 16px;gap:10px;min-height:100px}
  .tw28-project-cover__meta h3{font-size:22px}.tw28-project-cover__meta p{font-size:11px;max-width:62vw}.tw28-project-cover__arrow{font-size:18px}
  .project-grid-archive .tw28-project-cover--card{aspect-ratio:1.18}.project-grid-archive .tw28-project-cover__stage{inset:50px 5% 72px}
  .project-cover .tw28-project-cover__stage{inset:55px 5% 42px}.project-cover .tw28-project-cover__browser{width:88%;height:76%}.project-cover .tw28-project-cover__phone{height:60%;right:1%}
}

/* 1.2 — Selected Work autoplay polish */
.project-card-flat{transition:opacity .35s ease,transform .35s ease}
.work-carousel-viewport:hover .project-card-flat:not(:hover){opacity:.86}
.project-card-flat.is-current{opacity:1}
.work-carousel-actions button{position:relative;overflow:hidden}
.work-carousel-actions button:active{transform:scale(.94)}
@media (prefers-reduced-motion: reduce){
  .project-card-flat{transition:none}
}

/* =========================================================
   28WEB 1.3 — NAV / SERVICES / WORK CAROUSEL / FORMS POLISH
   ========================================================= */

/* Remove decorative eyebrow labels site-wide. Content should lead with the actual heading. */
.eyebrow{display:none!important}
.hero-x-copy .eyebrow + h1,.services-carousel-copy .eyebrow + h2,.work-carousel-head .eyebrow + h2,.ai-head-x .eyebrow + h2,.cta-x .eyebrow + h2,.page-hero .eyebrow + h1,.project-hero .eyebrow + h1{margin-top:0}

/* Header: larger, lighter and calmer typography. */
.site-header{background:rgba(13,19,27,.86);border-bottom-color:rgba(255,255,255,.08)}
.nav-wrap{height:78px}
.site-nav{gap:26px}
.site-nav ul{gap:30px}
.site-nav ul a,.menu-toggle{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:400;
  line-height:1;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:#cbd2dc;
}
.site-nav ul a{padding:12px 0}
.site-nav ul a:after{bottom:6px;background:rgba(255,255,255,.9)}
.nav-cta{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:.065em!important;
  padding:13px 18px;
}

/* Services selector: compact pills instead of table-like rows. */
.services-carousel-copy>p{margin-bottom:30px}
.services-carousel-nav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  border:0;
  max-width:640px;
}
.services-carousel-nav button{
  width:auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:0;
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#9da7b5;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:0;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease;
}
.services-carousel-nav button span{display:none}
.services-carousel-nav button:hover{color:#fff;border-color:rgba(255,255,255,.25);transform:translateY(-1px)}
.services-carousel-nav button.active{
  padding-left:15px;
  color:#0d141d;
  background:#f1f4f8;
  border-color:#f1f4f8;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}

/* Selected Work: transform carousel, no native horizontal scroll dependency. */
.work-carousel-viewport{
  overflow:hidden!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  touch-action:pan-y;
}
.work-carousel-track{
  display:flex;
  gap:22px;
  width:max-content;
  padding-left:0!important;
  will-change:transform;
  transform:translate3d(0,0,0);
}
.project-card-flat{scroll-snap-align:none!important}
.work-carousel-viewport:hover .project-card-flat:not(:hover){opacity:1}

/* Modern contact form. */
.contact-layout{grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:clamp(46px,7vw,110px);padding-top:38px}
.contact-aside{top:116px}
.contact-aside h2{font-size:clamp(36px,3.6vw,58px);line-height:1.12;letter-spacing:-.034em;margin:0 0 22px}
.contact-aside p{font-size:17px;line-height:1.72;color:#aab3c0}
.contact-direct{margin-top:36px;gap:12px}
.contact-direct a{font-size:15px;font-weight:500;color:#e8edf4}
.form-panel{
  background:#131c27;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  padding:clamp(24px,3vw,42px);
  box-shadow:0 34px 100px rgba(0,0,0,.20);
}
.lead-form-modern{color:#eef2f7}
.lead-form-modern label{margin:0}
.form-intro-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.9fr);gap:30px;align-items:end;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.10)}
.form-intro-row h3{margin:0;font-size:clamp(26px,2.4vw,38px);font-weight:600;line-height:1.15;letter-spacing:-.028em;color:#f7f9fc}
.form-intro-row p{margin:0;color:#98a3b2;font-size:14px;line-height:1.65}
.form-grid-modern{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}
.lead-form-modern .field>span,.choice-fieldset legend{
  display:block;
  margin:0 0 9px;
  color:#aeb7c4;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:.015em;
  text-transform:none;
}
.lead-form-modern input,.lead-form-modern textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.11);
  background:#0f1721;
  border-radius:14px;
  padding:15px 16px;
  color:#f5f7fa;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.4;
  outline:none;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.lead-form-modern input::placeholder,.lead-form-modern textarea::placeholder{color:#657181;opacity:1}
.lead-form-modern input:focus,.lead-form-modern textarea:focus{border-color:#7489ad;background:#111c28;box-shadow:0 0 0 3px rgba(111,140,255,.10)}
.lead-form-modern textarea{min-height:180px;resize:vertical}
.choice-fieldset{border:0;padding:0;margin:0 0 28px;min-width:0}
.choice-chips{display:flex;flex-wrap:wrap;gap:8px}
.choice-chip{position:relative;display:inline-flex!important;margin:0!important;cursor:pointer}
.choice-chip input{position:absolute!important;opacity:0!important;pointer-events:none;width:1px!important;height:1px!important;padding:0!important}
.choice-chip span{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin:0!important;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#aab4c1!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:12.5px!important;
  font-weight:400!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  text-transform:none!important;
  transition:.2s ease;
}
.choice-chip:hover span{color:#fff!important;border-color:rgba(255,255,255,.24)}
.choice-chip input:checked+span{background:#eef2f7;color:#0f1721!important;border-color:#eef2f7;box-shadow:0 7px 22px rgba(0,0,0,.14)}
.choice-chip input:focus-visible+span{outline:2px solid #8ea3c9;outline-offset:2px}
.choice-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:4px}
.field-message{display:block;margin-top:8px!important}
.form-submit-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09)}
.form-submit{gap:24px;border:0;cursor:pointer;background:#f2f5f8!important;color:#0d141d!important;padding:15px 19px 15px 21px}
.form-submit i{font-style:normal;font-size:18px;transition:transform .2s ease}.form-submit:hover i{transform:translate(3px,-3px)}
.lead-form-modern .form-privacy{margin:0;max-width:330px;color:#727e8e;font-size:11.5px;line-height:1.5;text-align:right}
.form-notice{border-radius:14px;margin:0 0 20px;padding:14px 16px;font-size:14px}.form-notice.success{background:rgba(76,175,80,.14);color:#b9e6bd;border:1px solid rgba(76,175,80,.22)}.form-notice.error{background:rgba(244,67,54,.12);color:#f1b7b2;border:1px solid rgba(244,67,54,.20)}

/* Defensive styling for any native select still used on secondary forms/pages. */
.lead-form select,.form-panel select{color:#f5f7fa!important;background:#0f1721!important;color-scheme:dark}
.lead-form select option,.form-panel select option{color:#111827!important;background:#fff!important}

@media(max-width:1050px){
  .site-nav ul{gap:22px}.site-nav ul a{font-size:12px}
  .contact-layout{grid-template-columns:1fr}.contact-aside{position:static;max-width:720px}
}
@media(max-width:760px){
  .nav-wrap{height:74px}.site-nav ul a,.menu-toggle{font-size:13px;font-weight:400;letter-spacing:.06em}
  .services-carousel-nav{display:flex}
  .services-carousel-nav button{font-size:12px;min-height:39px;padding:9px 12px}.services-carousel-nav button.active{padding-left:12px}
  .form-intro-row,.choice-columns,.form-grid-modern{grid-template-columns:1fr}.form-intro-row{gap:12px}.choice-columns{gap:0}.form-submit-row{align-items:flex-start;flex-direction:column}.lead-form-modern .form-privacy{text-align:left}
}

/* =========================================================
   28WEB v1.4 — SERVICE PROOF / RELATED WORK / TESTIMONIALS
   ========================================================= */
.page-content--solution .inline-cta{display:none!important}
.page-content--solution{padding-bottom:72px}
.service-proof{border-top:1px solid var(--line);padding:88px 0 96px}
.service-proof--projects{background:rgba(255,255,255,.012)}
.service-proof-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:36px}
.service-proof-head h2{margin:0;font-size:clamp(36px,4.2vw,62px);font-weight:570;line-height:1.08;letter-spacing:-.035em}
.service-proof-head>a{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.18);transition:color .2s,border-color .2s}
.service-proof-head>a span{font-size:17px;transition:transform .25s}
.service-proof-head>a:hover{color:var(--white);border-color:rgba(255,255,255,.5)}
.service-proof-head>a:hover span{transform:translate(3px,-3px)}
.service-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.service-project-card{display:block;min-width:0;border-radius:20px;overflow:hidden;transform:translateZ(0)}
.service-project-card .tw28-project-cover{aspect-ratio:1.28;min-height:0;border-radius:20px}
.service-project-card .tw28-project-cover__meta h3{font-size:clamp(20px,1.55vw,27px)!important;line-height:1.12!important;letter-spacing:-.025em!important}
.service-project-card .tw28-project-cover__meta p{font-size:12px!important;line-height:1.45!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}
.service-project-card .tw28-project-cover__index{font-size:10px!important;letter-spacing:.08em}
.service-project-card .tw28-project-cover__arrow{width:38px!important;height:38px!important;font-size:16px!important}
.service-project-card:hover .tw28-project-cover__browser{transform:translate3d(0,-4px,0) scale(1.012)}
.service-project-card:hover .tw28-project-cover__phone{transform:translate3d(3px,-7px,0) rotate(1deg)}

.service-proof--quotes{padding-top:0;border-top:0}
.service-quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.service-quote-card{margin:0;padding:34px 34px 30px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.025);min-height:270px;display:flex;flex-direction:column;justify-content:space-between}
.service-quote-card>p{margin:0 0 44px;font-size:clamp(22px,2.1vw,31px);line-height:1.35;letter-spacing:-.024em;font-weight:470;color:var(--white);max-width:24em}
.service-quote-card footer{display:flex;align-items:center;gap:14px}
.service-quote-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;flex:0 0 46px;border:1px solid var(--line)}
.service-quote-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.service-quote-card footer>span:last-child{display:flex;flex-direction:column;gap:2px}
.service-quote-card footer strong{font-size:14px;font-weight:620;color:var(--white)}
.service-quote-card footer small{font-size:12px;line-height:1.45;color:var(--muted)}

@media(max-width:1080px){
  .service-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-project-card:last-child{display:none}
}
@media(max-width:720px){
  .page-content--solution{padding-bottom:55px}
  .service-proof{padding:64px 0 72px}
  .service-proof-head{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:26px}
  .service-project-grid,.service-quote-grid{grid-template-columns:1fr}
  .service-project-card:last-child{display:block}
  .service-quote-card{min-height:230px;padding:26px}
  .service-quote-card>p{font-size:23px;margin-bottom:36px}
}

/* v1.5 — AI Audit calculator */
.audit-hero{padding-top:clamp(150px,18vh,220px);padding-bottom:70px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:70px;align-items:end}.audit-hero-copy h1{font-size:clamp(48px,6vw,92px);line-height:1.02;letter-spacing:-.048em;max-width:1100px;margin:0}.audit-hero-copy p{font-size:clamp(18px,1.45vw,22px);line-height:1.65;color:var(--muted);max-width:820px;margin:28px 0 0}.audit-hero-note{border-left:1px solid var(--line);padding:10px 0 10px 28px;display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:14px;line-height:1.55}.audit-hero-note b{color:var(--ink);font-size:15px;font-weight:600}.audit-calculator-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:18px;align-items:stretch;padding-top:25px}.audit-calculator-card,.audit-result-card,.audit-lead-panel{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.035);box-shadow:0 20px 70px rgba(0,0,0,.12)}.audit-calculator-card{padding:clamp(26px,3vw,46px)}.audit-calculator-head{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;margin-bottom:36px}.audit-calculator-head>span{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:12px;color:var(--muted)}.audit-calculator-head h2{font-size:clamp(34px,3.7vw,58px);line-height:1.08;letter-spacing:-.038em;margin:0 0 9px}.audit-calculator-head p{margin:0;color:var(--muted);font-size:16px}.audit-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.audit-field{display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);border-radius:18px;padding:20px;background:rgba(255,255,255,.025)}.audit-field>span{font-size:14px;font-weight:600;line-height:1.35}.audit-field input{width:100%;height:54px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:26px;font-weight:500;padding:0;outline:none}.audit-field input:focus{border-color:rgba(255,255,255,.48)}.audit-field small{color:var(--muted);font-size:12px;line-height:1.5}.audit-range-row{margin-top:18px;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.audit-range-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px;font-weight:600}.audit-range-row strong{font-size:28px;letter-spacing:-.03em}.audit-range-row input[type=range]{width:100%;margin:22px 0 8px;accent-color:#fff}.audit-range-scale{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.audit-result-card{padding:clamp(28px,3vw,44px);display:flex;flex-direction:column;position:sticky;top:105px;min-height:100%}.audit-result-kicker{font-size:12px;color:var(--muted);margin-bottom:22px}.audit-result-primary{padding-bottom:30px;border-bottom:1px solid var(--line)}.audit-result-primary span{display:block;font-size:14px;color:var(--muted);margin-bottom:9px}.audit-result-primary strong{font-size:clamp(48px,5.2vw,82px);line-height:1;letter-spacing:-.055em;font-weight:580}.audit-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:24px 0}.audit-result-grid>div{padding:13px 12px;border-left:1px solid var(--line)}.audit-result-grid>div:first-child{border-left:0;padding-left:0}.audit-result-grid span,.audit-result-grid small{display:block;font-size:11px;color:var(--muted)}.audit-result-grid b{display:block;font-size:21px;margin:7px 0 3px;letter-spacing:-.025em}.audit-result-card>p{font-size:12px;color:var(--muted);line-height:1.6;margin:auto 0 22px}.audit-result-card .button{align-self:flex-start}.audit-lead-section{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:70px;align-items:start}.audit-lead-copy{position:sticky;top:120px}.audit-lead-copy h2{font-size:clamp(40px,4.5vw,68px);line-height:1.08;letter-spacing:-.04em;margin:0 0 22px}.audit-lead-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:520px}.audit-benefit-list{display:flex;flex-direction:column;margin-top:34px;border-top:1px solid var(--line)}.audit-benefit-list span{padding:15px 0;border-bottom:1px solid var(--line);font-size:14px}.audit-lead-panel{padding:clamp(24px,3vw,42px)}.audit-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.audit-lead-form .field{display:block;margin-bottom:18px}.audit-lead-form .field>span{display:block;font-size:13px;font-weight:550;margin-bottom:9px;color:var(--ink)}.audit-lead-form input,.audit-lead-form textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:14px;padding:15px 16px;color:var(--ink);font:inherit;outline:none;transition:border-color .2s,background .2s}.audit-lead-form input:focus,.audit-lead-form textarea:focus{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.055)}.audit-lead-form textarea{resize:vertical;min-height:150px}.audit-submit-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:8px}.audit-submit-row>p{margin:0;max-width:330px;font-size:11px;line-height:1.5;color:var(--muted)}.audit-submit-row a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:980px){.audit-hero,.audit-calculator-section,.audit-lead-section{grid-template-columns:1fr;gap:32px}.audit-result-card,.audit-lead-copy{position:static}.audit-hero-note{border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.audit-input-grid,.audit-contact-grid{grid-template-columns:1fr 1fr}.audit-result-card{min-height:460px}}@media(max-width:640px){.audit-input-grid,.audit-contact-grid,.audit-result-grid{grid-template-columns:1fr}.audit-result-grid>div{border-left:0;border-top:1px solid var(--line);padding:13px 0}.audit-result-grid>div:first-child{border-top:0}.audit-submit-row{align-items:flex-start;flex-direction:column}.audit-hero-copy h1{font-size:clamp(42px,13vw,64px)}}

/* v1.5.1 — AI Audit calculator: fixed scenario model (30 / 50 / 70) */
.audit-calculator-note{margin-top:18px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;gap:7px}.audit-calculator-note strong{font-size:14px;font-weight:650}.audit-calculator-note span{font-size:13px;line-height:1.55;color:var(--muted);max-width:720px}.audit-current-cost small{display:block;margin-top:12px;color:var(--muted);font-size:12px}.audit-current-cost small b{color:var(--ink);font-weight:600}.audit-scenario-title{font-size:12px;color:var(--muted);margin:26px 0 12px}.audit-scenarios{display:grid;grid-template-columns:1fr;gap:9px}.audit-scenario{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:4px 14px;align-items:center;padding:16px 17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}.audit-scenario>span{font-size:12px;color:var(--muted)}.audit-scenario>strong{grid-column:2;grid-row:1/3;font-size:27px;line-height:1;letter-spacing:-.035em;font-weight:550;text-align:right}.audit-scenario>b{font-size:16px;letter-spacing:-.02em;font-weight:600}.audit-scenario>small{grid-column:1/-1;font-size:11px;color:var(--muted);padding-top:4px}.audit-scenario.is-highlighted{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.23)}.audit-scenario.is-highlighted>span,.audit-scenario.is-highlighted>small{color:rgba(255,255,255,.68)}.audit-yearly-potential{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:16px;padding:19px 0 23px;border-bottom:1px solid var(--line)}.audit-yearly-potential span{font-size:12px;line-height:1.4;color:var(--muted);max-width:120px}.audit-yearly-potential strong{font-size:clamp(32px,3.5vw,52px);line-height:1;letter-spacing:-.045em;font-weight:580;text-align:right}.audit-result-card>p{margin:22px 0}.audit-result-card{min-height:0}
@media(max-width:640px){.audit-yearly-potential{align-items:flex-start;flex-direction:column}.audit-yearly-potential strong{text-align:left}.audit-scenario{grid-template-columns:minmax(0,1fr) 48px}}

/* =========================================================
   28WEB 1.6 — HERO AI AUDIT TOOL
   Strong lead-generation tool inside the existing hero motion.
   ========================================================= */
.hero-audit-card{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  width:min(100%,700px);
  margin-top:22px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 18px 50px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.035);
  color:#fff;
  overflow:hidden;
  transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.hero-audit-card:before{
  content:"";
  position:absolute;
  width:150px;height:150px;
  right:-75px;top:-96px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(111,140,255,.20),transparent 68%);
  pointer-events:none;
}
.hero-audit-card:hover{
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(111,140,255,.055));
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.055);
}
.hero-audit-icon{
  width:48px;height:48px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:4px;
  padding:12px 11px;
  border-radius:14px;
  background:#f5f7fb;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 10px 25px rgba(0,0,0,.16);
}
.hero-audit-icon i{
  display:block;
  width:5px;
  border-radius:999px;
  background:#111923;
  transform-origin:bottom;
  animation:heroAuditBars 2.6s cubic-bezier(.16,1,.3,1) infinite;
}
.hero-audit-icon i:nth-child(1){height:11px;animation-delay:-.25s}
.hero-audit-icon i:nth-child(2){height:22px;animation-delay:-.8s}
.hero-audit-icon i:nth-child(3){height:16px;animation-delay:-1.25s}
@keyframes heroAuditBars{0%,100%{transform:scaleY(.78);opacity:.72}50%{transform:scaleY(1);opacity:1}}
.hero-audit-copy{display:block;min-width:0}
.hero-audit-copy strong{
  display:block;
  margin:0 0 4px;
  color:#f7f8fb;
  font-size:14px;
  font-weight:590;
  line-height:1.3;
  letter-spacing:-.012em;
}
.hero-audit-copy>span{
  display:block;
  color:#929cab;
  font-size:12px;
  line-height:1.48;
  max-width:510px;
}
.hero-audit-side{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:12px;
  padding-left:14px;
  border-left:1px solid rgba(255,255,255,.10);
}
.hero-audit-side small{
  display:block;
  max-width:118px;
  color:#7f8998;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:9px;
  font-weight:500;
  line-height:1.45;
  letter-spacing:.07em;
}
.hero-audit-side b{
  display:grid;
  place-items:center;
  width:35px;height:35px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:15px;
  font-weight:400;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.hero-audit-card:hover .hero-audit-side b{transform:translate(2px,-2px);background:#fff;color:#0d131b}
.motion-loaded .hero-intro-item:nth-child(5){animation-delay:.31s}

@media(max-width:1180px){
  .hero-audit-side small{display:none}
  .hero-audit-side{padding-left:12px}
}
@media(max-width:900px){
  .hero-audit-card{width:min(100%,680px)}
}
@media(max-width:640px){
  .hero-audit-card{grid-template-columns:44px minmax(0,1fr) auto;gap:12px;padding:12px;border-radius:16px}
  .hero-audit-icon{width:44px;height:44px;border-radius:12px;padding:11px 10px}
  .hero-audit-copy strong{font-size:13px}
  .hero-audit-copy>span{font-size:11px;line-height:1.42}
  .hero-audit-side{border-left:0;padding-left:0}
  .hero-audit-side b{width:32px;height:32px}
}
@media(prefers-reduced-motion:reduce){.hero-audit-icon i{animation:none!important}}

/* =========================================================
   28WEB 1.7 — HERO ROI CALCULATOR
   The calculator replaces the old hero image and inherits
   the existing hero intro + scroll-linked motion.
   ========================================================= */
.hero-roi-visual{
  height:min(72vh,720px);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  filter:none;
  pointer-events:auto;
}
.hero-roi-tool{
  width:min(100%,560px);
  position:relative;
  padding:clamp(24px,2.35vw,34px);
  border-radius:30px;
  color:#111722;
  background:#f3f5f8;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 38px 110px rgba(0,0,0,.36),0 1px 0 rgba(255,255,255,.8) inset;
  overflow:hidden;
}
.hero-roi-tool:before{
  content:"";
  position:absolute;
  width:260px;height:260px;
  right:-130px;top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(91,140,255,.22),transparent 68%);
  pointer-events:none;
}
.hero-roi-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;position:relative;z-index:1}
.hero-roi-name{display:block;margin-bottom:9px;color:#66707e;font-size:12px;font-weight:570;letter-spacing:.01em}
.hero-roi-head h2{margin:0;color:#10151d;font-size:clamp(31px,2.8vw,46px);line-height:1.04;letter-spacing:-.042em;font-weight:560;max-width:390px}
.hero-roi-status{flex:0 0 auto;display:flex;align-items:center;gap:7px;margin-top:3px;padding:7px 10px;border-radius:999px;background:#e7ebf0;color:#66707d;font-size:10px;font-weight:600}
.hero-roi-status i{width:6px;height:6px;border-radius:50%;background:#24a66b;box-shadow:0 0 0 4px rgba(36,166,107,.10);animation:roiPulse 2s ease-in-out infinite}
@keyframes roiPulse{50%{box-shadow:0 0 0 7px rgba(36,166,107,0)}}
.hero-roi-intro{margin:11px 0 21px!important;color:#76808d!important;font-size:13px!important;line-height:1.5!important;max-width:none!important}
.hero-roi-inputs{display:grid;grid-template-columns:1fr 1fr;gap:9px;position:relative;z-index:1}
.hero-roi-field{display:grid;grid-template-columns:minmax(0,1fr) 74px;align-items:center;gap:10px;min-height:58px;padding:10px 10px 10px 14px;border:1px solid #dde2e8;border-radius:15px;background:rgba(255,255,255,.68);transition:border-color .2s,box-shadow .2s,transform .2s}
.hero-roi-field:focus-within{border-color:#aeb8c6;box-shadow:0 0 0 3px rgba(91,140,255,.09);transform:translateY(-1px)}
.hero-roi-field span{color:#606a77;font-size:11px;line-height:1.25;font-weight:540}
.hero-roi-field input{width:74px;height:36px;padding:0 7px;border:1px solid #d6dce4;border-radius:10px;background:#fff;color:#111722;text-align:right;font:600 16px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;outline:none;appearance:textfield}
.hero-roi-field input::-webkit-inner-spin-button,.hero-roi-field input::-webkit-outer-spin-button{opacity:.35}
.hero-roi-result{margin-top:11px;padding:18px 19px 17px;border-radius:18px;background:#111722;color:#fff;position:relative;overflow:hidden}
.hero-roi-result:after{content:"";position:absolute;right:-45px;bottom:-70px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(91,140,255,.28),transparent 68%)}
.hero-roi-result>span{display:flex;align-items:center;gap:8px;color:#9fa8b5;font-size:11px;line-height:1.3;position:relative;z-index:1}
.hero-roi-result>span b{padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.09);color:#dbe3ee;font-size:9px;font-weight:600}
.hero-roi-result>strong{display:block;margin:7px 0 5px;font-size:clamp(38px,4.1vw,61px);line-height:.98;letter-spacing:-.055em;font-weight:570;position:relative;z-index:1}
.hero-roi-result>small{color:#8893a2;font-size:11px;position:relative;z-index:1}.hero-roi-result>small b{color:#dfe6ef;font-weight:570}
.hero-roi-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}
.hero-roi-scenarios>div{min-width:0;padding:10px 10px 11px;border:1px solid #dde2e8;border-radius:13px;background:rgba(255,255,255,.58)}
.hero-roi-scenarios>div.is-primary{border-color:#bac7d8;background:#fff}
.hero-roi-scenarios span{display:block;margin-bottom:4px;color:#7b8591;font-size:9px;font-weight:600}
.hero-roi-scenarios b{display:block;overflow:hidden;text-overflow:ellipsis;color:#202733;font-size:10px;line-height:1.3;font-weight:600;white-space:nowrap}
.hero-roi-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding-top:14px;border-top:1px solid #dce1e7;color:#7b8591;font-size:10px}
.hero-roi-footer>span b{color:#313946;font-weight:600}
.hero-roi-footer a{display:flex;align-items:center;gap:9px;color:#141a23;font-size:11px;font-weight:620;text-decoration:none;white-space:nowrap}
.hero-roi-footer a i{font-style:normal;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#111722;color:#fff;transition:transform .25s ease}
.hero-roi-footer a:hover i{transform:translate(2px,-2px)}

/* The old compact hero audit teaser is no longer needed in 1.7. */
.hero-audit-card{display:none!important}

@media(max-width:1100px){
  .hero-x-inner{grid-template-columns:minmax(0,.95fr) minmax(390px,.75fr);gap:3vw}
  .hero-roi-tool{padding:24px;border-radius:25px}
  .hero-roi-field{grid-template-columns:1fr 66px}.hero-roi-field input{width:66px}
}
@media(max-width:900px){
  .hero-roi-visual{height:auto;min-height:0;justify-content:center;margin-top:34px}
  .hero-roi-tool{width:min(100%,680px)}
}
@media(max-width:600px){
  .hero-roi-tool{padding:19px;border-radius:22px}
  .hero-roi-head h2{font-size:30px}.hero-roi-name{font-size:11px}.hero-roi-status{display:none}
  .hero-roi-inputs{grid-template-columns:1fr;gap:7px}
  .hero-roi-field{min-height:52px;grid-template-columns:1fr 78px}.hero-roi-field input{width:78px;height:34px}
  .hero-roi-result{padding:16px}.hero-roi-result>strong{font-size:42px}
  .hero-roi-scenarios{grid-template-columns:1fr}.hero-roi-scenarios>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px}.hero-roi-scenarios span{margin:0}.hero-roi-scenarios b{font-size:10px}
  .hero-roi-footer{align-items:flex-start;flex-direction:column}.hero-roi-footer a{align-self:stretch;justify-content:space-between}
}

/* =========================================================
   28WEB 1.8 — MOBILE-FIRST RESPONSIVE PASS
   Desktop art direction stays intact; mobile gets its own
   composition instead of a scaled-down desktop layout.
   ========================================================= */
@media (max-width: 900px) {
  html,body{overflow-x:hidden}
  :root{--shell:calc(100% - 32px)}

  /* Header */
  .site-header{background:rgba(9,14,21,.96);backdrop-filter:blur(16px)}
  .nav-wrap{height:64px}
  .brand{font-size:22px;letter-spacing:-.055em}
  .custom-logo{max-height:27px}
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:40px;
    padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#eef2f7;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;font-weight:450;letter-spacing:.055em;text-transform:uppercase
  }
  .site-nav{
    top:70px;left:16px;right:16px;padding:14px;border-radius:18px;background:#111a25;
    border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.35);gap:8px
  }
  .site-nav ul{gap:0}
  .site-nav ul li+li{border-top:1px solid rgba(255,255,255,.08)}
  .site-nav ul a{display:block;padding:15px 6px!important;font-size:14px!important;font-weight:400!important;letter-spacing:.035em!important}
  .nav-cta{margin-top:7px;text-align:center;padding:14px 16px!important;font-size:12px!important}

  /* Hero — keep content visible and make the calculator part of the mobile story. */
  .hero-x{height:auto!important;min-height:0!important;padding:92px 0 54px!important;overflow:hidden}
  .hero-x-inner{height:auto!important;display:flex!important;flex-direction:column;gap:30px;align-items:stretch}
  .hero-x-copy{width:100%;max-width:none}
  .motion-ready .hero-intro-item,.motion-loaded .hero-intro-item{opacity:1!important;transform:none!important;animation:none!important;filter:none!important}
  .hero-x-copy h1{font-size:clamp(42px,11.8vw,64px)!important;line-height:1.035!important;letter-spacing:-.042em!important;max-width:680px;margin:0 0 18px}
  .hero-x-copy p{font-size:15px!important;line-height:1.62!important;max-width:620px}
  .hero-x-copy .actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:9px}
  .hero-x-copy .button{min-height:44px;padding:12px 16px;font-size:12px}
  .hero-x-visual.hero-roi-visual{
    display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;
    opacity:1!important;filter:none!important;transform:none!important;animation:none!important
  }
  .hero-roi-tool{width:100%;padding:18px;border-radius:22px;box-shadow:0 22px 65px rgba(0,0,0,.28)}
  .hero-roi-head{gap:12px}.hero-roi-head h2{font-size:29px;line-height:1.08;letter-spacing:-.035em}.hero-roi-name{font-size:10px;margin-bottom:6px}.hero-roi-status{font-size:9px;padding:6px 8px}
  .hero-roi-intro{margin:8px 0 16px!important;font-size:12px!important;line-height:1.48!important}
  .hero-roi-inputs{grid-template-columns:1fr 1fr;gap:8px}
  .hero-roi-field{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-height:86px;padding:11px;border-radius:13px}
  .hero-roi-field span{font-size:10px;line-height:1.3;min-height:26px}
  .hero-roi-field input{width:100%!important;height:38px;font-size:16px;text-align:left;padding:0 10px}
  .hero-roi-result{margin-top:9px;padding:15px;border-radius:16px}
  .hero-roi-result>span{font-size:10px;flex-wrap:wrap}.hero-roi-result>strong{font-size:36px;margin:7px 0 4px}.hero-roi-result>small{font-size:10px;line-height:1.4}
  .hero-roi-scenarios{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .hero-roi-scenarios>div{display:block;padding:9px 8px;border-radius:11px}.hero-roi-scenarios span{font-size:9px;margin-bottom:4px}.hero-roi-scenarios b{font-size:9px;line-height:1.25;white-space:normal}
  .hero-roi-footer{margin-top:11px;padding-top:11px;flex-direction:column;align-items:stretch;gap:10px;font-size:9px}
  .hero-roi-footer a{min-height:42px;justify-content:space-between;font-size:11px}.hero-roi-footer a i{width:30px;height:30px}
  .hero-scroll-marker{display:none!important}

  /* Reference strip */
  .trust-logos{padding:18px 0}.trust-logo-item{min-width:120px;padding:0 18px}.trust-logo-item img{max-height:28px;max-width:112px}

  /* Services */
  .services-carousel-section{padding:72px 0 78px!important}
  .services-carousel-layout{grid-template-columns:1fr!important;gap:28px!important}
  .services-carousel-copy h2{font-size:clamp(37px,10.5vw,50px)!important;line-height:1.07!important;letter-spacing:-.038em!important;margin:0 0 16px;max-width:100%}
  .services-carousel-copy>p{font-size:14px;line-height:1.62;margin:0;max-width:520px}
  .services-carousel-nav{display:none!important}
  .services-carousel-box{min-height:0!important}
  .services-carousel-track{height:430px!important}
  .service-slide{grid-template-columns:1fr!important;grid-template-rows:145px 1fr!important;border-radius:20px}
  .service-slide-media{border-right:0!important;border-bottom:1px solid var(--line);min-height:0}.service-slide-media>span{font-size:88px}
  .service-slide-body{padding:20px!important}.service-slide-top small{font-size:9px}.service-slide-top span{font-size:10px}
  .service-slide-body h3{font-size:31px!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:24px 0 10px!important}.service-slide-body p{font-size:13px!important;line-height:1.58!important;margin-bottom:18px}.service-slide-body>b{font-size:11px}
  .services-carousel-controls{padding-top:12px;min-height:48px}.services-carousel-controls button{width:42px;height:42px}

  /* Selected Work */
  .work-carousel-section{padding:74px 0 82px!important}
  .work-carousel-head{display:flex!important;align-items:flex-end;justify-content:space-between;gap:18px}
  .work-carousel-head h2{font-size:clamp(37px,10.5vw,50px)!important;line-height:1.07!important;margin:0;max-width:300px}
  .work-carousel-actions{margin:0!important;display:flex;gap:6px}.work-carousel-actions .text-link{display:none}.work-carousel-actions button{width:42px;height:42px}
  .work-carousel-viewport{margin-top:26px;overflow:hidden}
  .work-carousel-track{gap:12px!important}
  .project-card-flat.project-card-composed{width:calc(100vw - 44px)!important;max-width:460px}
  .project-card-flat.project-card-composed .tw28-project-cover--card{height:auto!important;aspect-ratio:1.16;min-height:0!important}
  .tw28-project-cover__stage{inset:48px 5% 78px}.tw28-project-cover__overlay{padding:28px 16px 15px}.tw28-project-cover__meta h3{font-size:21px}.tw28-project-cover__meta p{font-size:10px;max-width:60vw}

  /* AI story */
  .ai-story-x{padding:76px 0!important}
  .ai-sticky-x{grid-template-columns:1fr!important;gap:28px}.ai-head-x{margin:0!important}
  .ai-head-x h2{font-size:clamp(38px,10.8vw,50px)!important;line-height:1.07!important;letter-spacing:-.038em!important;margin-bottom:16px}.ai-head-x p{font-size:14px;line-height:1.62;margin-bottom:22px}
  .ai-head-x .button{min-height:44px;padding:12px 16px;font-size:12px}
  .ai-stage-x{padding:14px!important;border-radius:20px!important;min-height:0!important}
  .ai-stage-top{gap:10px}.ai-stage-index{font-size:30px!important}.ai-stage-name{font-size:10px!important;letter-spacing:.08em}.ai-live{display:none!important}
  .ai-pipeline-x{grid-template-columns:1fr!important;gap:7px!important;margin-top:16px}
  .ai-step-x{min-height:0!important;padding:14px!important;border-radius:14px}.ai-step-x small{font-size:8px;margin-bottom:10px!important}.ai-step-x strong{font-size:15px!important;line-height:1.25}.ai-step-x span{font-size:10px;line-height:1.42;margin-top:5px}
  .ai-connector-x{height:18px!important}.ai-tabs-x{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:15px!important}.ai-tabs-x button{min-height:38px;padding:8px 10px!important;font-size:9px!important}
  .ai-scroll-progress{margin-top:12px!important}

  /* CTA and footer */
  .cta-x{padding:78px 0!important}.cta-x h2{font-size:clamp(41px,11.5vw,55px)!important;line-height:1.06!important;letter-spacing:-.04em!important;margin-bottom:18px}.cta-x p{font-size:14px;line-height:1.62}.cta-line-link{font-size:18px!important;margin-top:24px}
  .site-footer{padding-bottom:18px}.footer-conversion{padding:44px 0 34px!important}.footer-conversion-grid{grid-template-columns:1fr!important;gap:22px!important}.footer-conversion h2{font-size:30px!important;line-height:1.1!important;letter-spacing:-.03em!important;margin:0!important}.footer-conversion p{font-size:13px;line-height:1.6}.footer-action-chip{padding:15px 0}.footer-grid{grid-template-columns:1fr!important;gap:24px!important;padding-top:34px!important;padding-bottom:34px!important}.footer-brand-col p{font-size:12px;line-height:1.6}.site-footer a,.site-footer p{line-height:1.55}.footer-bottom{font-size:10px;padding-top:16px}

  /* Inner pages */
  .page-hero,.ai-hero,.project-hero{padding:92px 0 48px!important}.page-hero h1,.ai-hero h1,.project-hero h1{font-size:clamp(40px,11.5vw,56px)!important;line-height:1.07!important;letter-spacing:-.04em!important}.page-hero p,.ai-hero p,.project-hero p{font-size:15px!important;line-height:1.62!important}.section{padding:72px 0}

  /* Full AI Audit */
  .audit-hero{padding-top:94px!important;padding-bottom:38px!important;grid-template-columns:1fr!important;gap:24px!important}.audit-hero-copy h1{font-size:clamp(40px,11vw,56px)!important;line-height:1.07!important}.audit-hero-copy p{font-size:15px!important;line-height:1.62!important;margin-top:18px}.audit-hero-note{padding-top:18px!important;font-size:12px}
  .audit-calculator-section{grid-template-columns:1fr!important;gap:14px!important;padding-top:12px!important}.audit-calculator-card,.audit-result-card,.audit-lead-panel{border-radius:20px}.audit-calculator-card,.audit-result-card{padding:18px!important}.audit-calculator-head{grid-template-columns:34px 1fr;gap:11px;margin-bottom:20px}.audit-calculator-head>span{width:30px;height:30px;font-size:10px}.audit-calculator-head h2{font-size:31px!important;line-height:1.1!important}.audit-calculator-head p{font-size:13px}
  .audit-input-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.audit-field{padding:12px!important;border-radius:13px;gap:7px}.audit-field>span{font-size:11px}.audit-field input{height:42px;font-size:21px}.audit-field small{font-size:10px;line-height:1.4}.audit-calculator-note{padding:14px;border-radius:14px}.audit-calculator-note strong{font-size:12px}.audit-calculator-note span{font-size:11px}
  .audit-result-primary strong{font-size:46px!important}.audit-scenario{padding:13px;border-radius:13px}.audit-scenario>strong{font-size:23px}.audit-scenario>b{font-size:14px}.audit-yearly-potential strong{font-size:38px}.audit-result-card .button{width:100%}
  .audit-lead-section{grid-template-columns:1fr!important;gap:24px!important}.audit-lead-copy h2{font-size:36px!important;line-height:1.1!important}.audit-lead-copy>p{font-size:14px}.audit-lead-panel{padding:18px!important}.audit-contact-grid{grid-template-columns:1fr!important}.audit-lead-form input,.audit-lead-form textarea{font-size:16px}.audit-submit-row{flex-direction:column;align-items:stretch!important}.audit-submit-row .button{width:100%}
}

@media (max-width: 390px) {
  :root{--shell:calc(100% - 24px)}
  .hero-x{padding-top:84px!important}
  .hero-x-copy h1{font-size:40px!important}
  .hero-roi-tool{padding:14px;border-radius:18px}.hero-roi-head h2{font-size:25px}.hero-roi-status{display:none}.hero-roi-inputs{gap:6px}.hero-roi-field{min-height:82px;padding:9px}.hero-roi-field span{font-size:9px}.hero-roi-result>strong{font-size:32px}.hero-roi-scenarios b{font-size:8px}
  .services-carousel-copy h2,.work-carousel-head h2,.ai-head-x h2{font-size:36px!important}
  .services-carousel-track{height:410px!important}.service-slide-body h3{font-size:28px!important}
  .project-card-flat.project-card-composed{width:calc(100vw - 30px)!important}
  .audit-input-grid{grid-template-columns:1fr!important}.audit-field{padding:13px!important}.audit-field small{font-size:10px}
}

/* =========================================================
   28WEB 1.9 — BLOG / INSIGHTS SYSTEM
   ========================================================= */
.blog-single,.blog-archive-hero,.blog-archive-list,.blog-related{color:var(--ink)}
.blog-single-hero{padding:clamp(118px,13vw,190px) 0 58px}.blog-back{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);margin-bottom:46px;transition:color .2s}.blog-back:hover{color:var(--ink)}.blog-single-meta,.blog-card-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.blog-single-meta>*+*:before,.blog-card-meta>*+*:before{content:"";display:inline-block;width:3px;height:3px;background:currentColor;border-radius:50%;margin:0 16px 2px 0;opacity:.55}.blog-single-meta a{color:#fff;background:rgba(255,255,255,.08);border:1px solid var(--line);padding:7px 10px;border-radius:999px}.blog-single-hero h1{font-size:clamp(54px,7.1vw,108px);line-height:1.01;letter-spacing:-.055em;max-width:1220px;margin:22px 0 30px;text-wrap:balance}.blog-single-lead{max-width:880px;font-size:clamp(19px,1.65vw,25px);line-height:1.58;color:var(--muted);margin:0}.blog-single-cover{border-radius:28px;overflow:hidden;aspect-ratio:16/8.7;background:#131c27;border:1px solid var(--line)}.blog-single-cover img{width:100%;height:100%;display:block;object-fit:cover}.blog-single-layout{display:grid;grid-template-columns:180px minmax(0,790px) 150px;justify-content:center;gap:clamp(34px,5vw,78px);align-items:start;padding:78px 0 104px}.blog-toc-wrap,.blog-side-meta{position:sticky;top:120px}.blog-toc>span,.blog-side-meta span{display:block;font-size:11px;color:var(--muted);margin-bottom:16px}.blog-toc nav{display:flex;flex-direction:column;gap:10px;border-left:1px solid var(--line);padding-left:14px}.blog-toc a{font-size:12px;line-height:1.4;color:var(--muted);transition:color .2s,border-color .2s}.blog-toc a:hover,.blog-toc a.active{color:var(--ink)}.blog-toc.is-empty{display:none}.blog-side-meta{display:flex;flex-direction:column;gap:20px}.blog-side-meta>div{padding-bottom:18px;border-bottom:1px solid var(--line)}.blog-side-meta strong{display:block;font-size:13px;line-height:1.4;font-weight:550}.blog-content{min-width:0;font-size:18px;line-height:1.82;color:#c7ced8}.blog-content>*:first-child{margin-top:0}.blog-content p{margin:0 0 1.5em}.blog-content h2{font-size:clamp(32px,3vw,46px);line-height:1.13;letter-spacing:-.035em;color:#fff;margin:2.15em 0 .65em;scroll-margin-top:120px}.blog-content h3{font-size:clamp(23px,2vw,30px);line-height:1.22;letter-spacing:-.025em;color:#fff;margin:1.8em 0 .6em;scroll-margin-top:120px}.blog-content h4{color:#fff;font-size:20px;margin:1.7em 0 .6em}.blog-content strong{color:#fff;font-weight:650}.blog-content a{color:#c7d2ff;text-decoration:underline;text-decoration-color:rgba(199,210,255,.42);text-underline-offset:4px;text-decoration-thickness:1px}.blog-content a:hover{color:#fff;text-decoration-color:#fff}.blog-content ul,.blog-content ol{margin:0 0 1.7em;padding-left:1.25em}.blog-content li{padding-left:.3em;margin:.48em 0}.blog-content li::marker{color:#8295ff}.blog-content blockquote{margin:2.2em 0;padding:8px 0 8px 25px;border-left:2px solid #8193ff;color:#fff;font-size:22px;line-height:1.55}.blog-content img{display:block;width:auto;max-width:100%;border-radius:18px;margin:2.3em auto}.blog-content figure{margin:2.4em 0}.blog-content figcaption{font-size:12px;line-height:1.5;color:var(--muted);text-align:center;margin-top:10px}.blog-content pre{overflow:auto;background:#070b10;border:1px solid var(--line);border-radius:16px;padding:20px;color:#e8edf5;font-size:14px;line-height:1.65}.blog-content code:not(pre code){background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:6px;padding:2px 6px;font-size:.88em;color:#fff}.blog-content table{width:100%;border-collapse:collapse;margin:2em 0;font-size:15px}.blog-content th,.blog-content td{padding:13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.blog-content th{color:#fff}.blog-content hr{border:0;border-top:1px solid var(--line);margin:3em 0}
.blog-inline-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;background:#eef1f7;color:#0b1119;border-radius:28px;padding:clamp(30px,4vw,58px);margin-bottom:118px}.blog-inline-cta h2{font-size:clamp(34px,4vw,58px);line-height:1.07;letter-spacing:-.04em;max-width:780px;margin:0 0 14px}.blog-inline-cta p{max-width:700px;color:#606875;line-height:1.65;margin:0}.blog-inline-cta .button{white-space:nowrap;background:#0b1119;color:#fff;gap:9px}
.blog-related{padding-bottom:130px}.blog-related-head{display:flex;align-items:end;justify-content:space-between;gap:30px;border-top:1px solid var(--line);padding-top:72px;margin-bottom:36px}.blog-related-head h2{font-size:clamp(38px,4vw,60px);line-height:1.05;letter-spacing:-.04em;margin:0}.blog-related-head>a{font-size:13px;color:var(--muted)}
.blog-archive-hero{padding:clamp(130px,14vw,205px) 0 64px}.blog-archive-hero h1{font-size:clamp(72px,10vw,150px);line-height:.94;letter-spacing:-.065em;margin:0 0 30px}.blog-archive-hero p{max-width:820px;font-size:clamp(18px,1.6vw,24px);line-height:1.62;color:var(--muted);margin:0}.blog-archive-hero--compact h1{font-size:clamp(58px,8vw,116px)}.blog-filter{display:flex;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:18px;padding-bottom:18px}.blog-filter a{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:40px;padding:0 18px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:var(--muted);transition:.2s}.blog-filter a:hover,.blog-filter a.active{background:#fff;color:#0b1119;border-color:#fff}
.blog-featured{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);gap:clamp(35px,5vw,75px);align-items:center;padding:74px 0 100px;border-bottom:1px solid var(--line)}.blog-featured-media{display:block;aspect-ratio:16/10;border-radius:24px;overflow:hidden;background:#131c27;border:1px solid var(--line)}.blog-featured-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.blog-featured-media:hover img{transform:scale(1.018)}.blog-featured-copy h2{font-size:clamp(38px,4.5vw,70px);line-height:1.06;letter-spacing:-.045em;margin:20px 0}.blog-featured-copy p{font-size:16px;line-height:1.68;color:var(--muted);margin:0 0 26px}.blog-card-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.blog-card-link span{transition:transform .2s}.blog-card-link:hover span{transform:translate(3px,-3px)}
.blog-archive-list{padding:82px 0 135px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 18px}.blog-card{min-width:0}.blog-card-media{display:block;position:relative;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#151e29;border:1px solid var(--line)}.blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card:hover .blog-card-media img{transform:scale(1.02)}.blog-card-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 70% 25%,rgba(111,140,255,.2),transparent 38%),#121a24}.blog-card-placeholder i{font-style:normal;font-size:clamp(80px,10vw,150px);font-weight:800;letter-spacing:-.1em;color:rgba(255,255,255,.06)}.blog-card-category{position:absolute;left:14px;top:14px;background:rgba(8,13,20,.76);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:7px 10px;font-size:10px}.blog-card-copy{padding:19px 4px 0}.blog-card-copy h2{font-size:clamp(23px,2vw,31px);line-height:1.13;letter-spacing:-.03em;margin:14px 0 12px}.blog-card-copy h2 a{transition:opacity .2s}.blog-card-copy h2 a:hover{opacity:.72}.blog-card-copy p{font-size:14px;line-height:1.63;color:var(--muted);margin:0 0 18px}.blog-grid-related{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:72px}.blog-pagination .page-numbers{min-width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:inline-grid;place-items:center;font-size:12px;color:var(--muted)}.blog-pagination .current,.blog-pagination a:hover{background:#fff;color:#0b1119;border-color:#fff}.blog-empty{padding:90px 0}.blog-empty h2{font-size:42px;letter-spacing:-.04em}.blog-empty a{color:var(--muted)}
@media(max-width:1120px){.blog-single-layout{grid-template-columns:minmax(0,760px) 140px}.blog-toc-wrap{display:none}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-grid-related{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-featured{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.blog-single-hero{padding:104px 0 38px}.blog-back{margin-bottom:30px}.blog-single-meta{gap:9px 12px}.blog-single-meta>*+*:before{margin-right:12px}.blog-single-hero h1{font-size:clamp(42px,12.4vw,62px);line-height:1.07;letter-spacing:-.042em;margin:18px 0 20px;text-wrap:pretty}.blog-single-lead{font-size:16px;line-height:1.62}.blog-single-cover{width:calc(100% - 24px);aspect-ratio:16/10;border-radius:18px}.blog-single-layout{display:block;padding:42px 0 72px}.blog-side-meta{display:none}.blog-content{font-size:16.5px;line-height:1.78}.blog-content h2{font-size:30px;line-height:1.18;margin-top:1.9em}.blog-content h3{font-size:23px;line-height:1.24}.blog-content blockquote{font-size:19px;padding-left:18px}.blog-content img{border-radius:13px;margin:1.8em auto}.blog-content table{display:block;overflow-x:auto;white-space:nowrap}.blog-inline-cta{grid-template-columns:1fr;gap:24px;width:calc(100% - 24px);border-radius:20px;margin-bottom:80px;padding:26px 22px}.blog-inline-cta h2{font-size:31px;line-height:1.12}.blog-inline-cta p{font-size:14px}.blog-inline-cta .button{width:100%;white-space:normal}.blog-related{padding-bottom:80px}.blog-related-head{padding-top:50px}.blog-related-head h2{font-size:34px}.blog-grid-related{grid-template-columns:1fr}.blog-archive-hero{padding:108px 0 42px}.blog-archive-hero h1{font-size:62px;line-height:1}.blog-archive-hero p{font-size:15px;line-height:1.62}.blog-filter{overflow-x:auto;scrollbar-width:none}.blog-filter::-webkit-scrollbar{display:none}.blog-filter a{flex:0 0 auto}.blog-featured{grid-template-columns:1fr;padding:42px 0 64px;gap:28px}.blog-featured-media{border-radius:18px}.blog-featured-copy h2{font-size:36px;line-height:1.1;margin:15px 0}.blog-featured-copy p{font-size:14px}.blog-archive-list{padding:58px 0 86px}.blog-grid{grid-template-columns:1fr;gap:48px}.blog-card-media{border-radius:17px}.blog-card-copy h2{font-size:27px}.blog-pagination{margin-top:52px}}

/* =========================================================
   28web v2.0 — News archive redesign
   Compact editorial header + image-safe cards
   ========================================================= */
.news-archive-head{
  padding-top:clamp(118px,10vw,148px);
  padding-bottom:30px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:48px;
  border-bottom:1px solid var(--line);
}
.news-archive-copy{max-width:720px;min-width:0}
.news-archive-copy h1{
  margin:0 0 14px;
  font-size:clamp(50px,6vw,82px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:680;
}
.news-archive-copy p,.news-category-description{
  margin:0;
  max-width:620px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.news-filter{display:flex;align-items:center;gap:7px;flex:0 0 auto;padding-bottom:3px}
.news-filter a{
  min-width:58px;
  height:38px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
  font-size:12px;
  font-weight:550;
  transition:background .2s,color .2s,border-color .2s;
}
.news-filter a:hover,.news-filter a.active{background:#eef1f7;color:#0b1119;border-color:#eef1f7}
.news-archive-list{padding-top:38px;padding-bottom:120px}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}
.news-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.025);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
@media (hover:hover) and (pointer:fine){
  .news-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.038)}
}
.news-card-media{
  display:block;
  position:relative;
  width:100%;
  aspect-ratio:7/4;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:#0c1420;
}
.news-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
@media (hover:hover) and (pointer:fine){.news-card:hover .news-card-media img{transform:scale(1.012)}}
.news-card-copy{padding:20px 20px 22px}
.news-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.news-card-category{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#dfe5ee;
  font-size:10px;
  font-weight:650;
}
.news-card .blog-card-meta{margin:0;display:flex;gap:10px;color:var(--muted);font-size:10px}
.news-card-copy h2{
  margin:0 0 11px;
  font-size:clamp(22px,2vw,29px);
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:650;
}
.news-card-copy h2 a{color:#fff}
.news-card-copy p{margin:0 0 20px;color:var(--muted);font-size:13.5px;line-height:1.62}
.news-card .blog-card-link{font-size:12px;color:#e9edf4}
.news-archive-head--category{display:block;padding-bottom:34px}
.news-archive-head--category .blog-back{margin:0 0 24px}
.news-archive-head--category h1{font-size:clamp(48px,6vw,78px)}

/* Blog media ratio follows generated 28web editorial artwork (1792×1024 ≈ 7:4). */
.blog-single-cover{aspect-ratio:7/4}
.blog-single-cover img{object-fit:cover}
.blog-grid-related{gap:18px}
.blog-grid-related .blog-card-media{aspect-ratio:7/4}

@media(max-width:1050px){
  .news-archive-head{align-items:flex-start;flex-direction:column;gap:24px}
  .news-filter{padding-bottom:0}
  .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .news-archive-head{padding-top:96px;padding-bottom:24px;gap:20px}
  .news-archive-copy h1{font-size:48px;margin-bottom:10px}
  .news-archive-copy p,.news-category-description{font-size:14px;line-height:1.58}
  .news-filter{width:100%;overflow-x:auto;scrollbar-width:none}
  .news-filter::-webkit-scrollbar{display:none}
  .news-filter a{flex:0 0 auto;height:36px;min-width:54px;padding:0 14px}
  .news-archive-list{padding-top:24px;padding-bottom:80px}
  .news-grid{grid-template-columns:1fr;gap:18px}
  .news-card{border-radius:18px}
  .news-card-copy{padding:17px 17px 19px}
  .news-card-copy h2{font-size:24px;line-height:1.18}
  .news-card-copy p{font-size:13px;margin-bottom:16px}
  .news-card-topline{margin-bottom:13px}
  .blog-single-cover{aspect-ratio:7/4}
}


/* =========================================================
   28WEB 2.1 — MOBILE REFINEMENTS / FOOTER / PROJECTS / AI
   ========================================================= */
.footer-audit-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:26px 0 22px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-audit-copy{max-width:780px}
.footer-audit-copy .eyebrow{display:block;color:#9ba5b4;margin-bottom:9px}
.footer-audit-copy p{margin:0;color:#98a3b3;font-size:14px;line-height:1.6}
.footer-audit-copy strong{color:#f3f6fb;font-weight:700}
.footer-audit-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#f3f6fb!important;
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
  background:rgba(255,255,255,.03);
}
.footer-grid{padding-top:40px}

.project-card-mobile-ready{width:min(62vw,720px);flex:0 0 auto;color:#fff}
.project-card-mobile-ready .tw28-project-cover--card{height:auto;aspect-ratio:1.22;min-height:0;border-radius:24px}
.project-card-mobile-ready .tw28-project-cover__stage{inset:52px 5% 36px}
.project-card-mobile-ready .tw28-project-cover__browser{height:84%}
.project-card-mobile-ready .tw28-project-cover__phone{height:66%;right:2%;bottom:-1%}
.project-card-visual{display:block}
.project-card-meta-outside{padding:16px 2px 0;color:#f7fbff}
.project-card-meta-outside>span{color:#738092}
.project-card-meta-outside h3{font-size:28px;line-height:1.03;letter-spacing:-.035em;margin:0 0 7px}
.project-card-meta-outside p{color:#97a1b0;font-size:14px;line-height:1.55;margin:0;white-space:normal;max-width:95%}
.project-card-meta-outside i{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;font-size:18px;color:#fff}

.project-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}
.project-list-card{display:block}
.project-list-card .tw28-project-cover--card{height:auto;aspect-ratio:1.28;min-height:0;border-radius:24px}
.project-list-card .tw28-project-cover__stage{inset:54px 5% 38px}
.project-list-meta{padding:14px 4px 0}
.project-list-meta-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.project-list-meta-top span{font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#6e7988}
.project-list-meta-top i{font-style:normal;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:18px}
.project-list-meta h2{margin:0 0 7px;font-size:30px;line-height:1.04;letter-spacing:-.04em}
.project-list-meta p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}

.ai-mobile-controls{display:none}

@media(max-width:900px){
  .footer-audit-strip{flex-direction:column;align-items:flex-start;padding:24px 0 20px}
  .footer-audit-link{min-height:40px}

  .work-carousel-section{padding:72px 0 82px!important}
  .work-carousel-head{display:flex!important;align-items:flex-end;justify-content:space-between;gap:18px}
  .work-carousel-head h2{max-width:280px}
  .work-carousel-actions .text-link{display:none}
  .work-carousel-viewport{margin-top:24px;overflow:hidden}
  .work-carousel-track{gap:14px!important;padding-left:0!important}
  .project-card-mobile-ready{width:calc(100vw - 34px)!important;max-width:none}
  .project-card-mobile-ready .tw28-project-cover--card{aspect-ratio:1.08!important}
  .project-card-mobile-ready .tw28-project-cover__stage{inset:42px 4.5% 30px}
  .project-card-mobile-ready .tw28-project-cover__browser{transform:none}
  .project-card-mobile-ready .tw28-project-cover__phone{width:24%;height:63%;right:3%;bottom:0;transform:rotate(1.5deg)}
  .project-card-meta-outside{grid-template-columns:24px 1fr auto;padding-top:14px;gap:10px}
  .project-card-meta-outside h3{font-size:24px;line-height:1.08}
  .project-card-meta-outside p{font-size:12px;line-height:1.55;max-width:none}
  .project-card-meta-outside i{width:38px;height:38px;font-size:16px}

  .project-list-grid{grid-template-columns:1fr;gap:22px}
  .project-list-card .tw28-project-cover--card{aspect-ratio:1.08}
  .project-list-card .tw28-project-cover__stage{inset:42px 4.5% 30px}
  .project-list-meta h2{font-size:26px}
  .project-list-meta p{font-size:13px}

  .ai-tabs-x{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:3px;scrollbar-width:none}
  .ai-tabs-x::-webkit-scrollbar{display:none}
  .ai-tabs-x button{flex:0 0 auto;min-width:max-content;padding-right:14px}
  .ai-mobile-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}
  .ai-mobile-controls button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#111823;color:#fff;font-size:18px;cursor:pointer}
  .ai-mobile-count{display:flex;align-items:center;gap:8px;color:#7f8b9a;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
  .ai-mobile-count i{width:56px;height:1px;background:rgba(255,255,255,.14)}
  .ai-scroll-progress{display:none}

  .cta-x{min-height:auto!important;padding:0!important}
  .cta-x-inner{padding-block:56px!important}
  .cta-line-link{margin-top:18px!important;padding:18px 2px!important}
}

@media(max-width:640px){
  .footer-grid{padding-top:34px}
  .footer-audit-copy p{font-size:13px}
  .project-card-mobile-ready{width:calc(100vw - 24px)!important}
  .project-card-mobile-ready .tw28-project-cover--card{aspect-ratio:1.02!important;border-radius:22px}
  .project-card-mobile-ready .tw28-project-cover__stage{inset:36px 4% 26px}
  .project-card-mobile-ready .tw28-project-cover__logo{left:18px;top:16px;width:min(130px,32%)}
  .project-card-mobile-ready .tw28-project-cover__browserbar{height:22px}
  .project-card-mobile-ready .tw28-project-cover__phone{width:27%;border-radius:18px}
  .project-card-meta-outside{padding-top:12px}
  .project-card-meta-outside h3{font-size:22px}
  .project-list-card .tw28-project-cover--card{aspect-ratio:1.02;border-radius:22px}
  .project-list-card .tw28-project-cover__stage{inset:36px 4% 26px}
  .project-list-meta-top i{width:36px;height:36px;font-size:16px}
  .project-list-meta h2{font-size:23px;line-height:1.08}
  .project-list-meta p{font-size:12px;line-height:1.55}
  .ai-step-x{min-height:130px}
  .cta-x-inner{padding-block:46px!important}
}


/* =========================================================
   28WEB 2.2 — FOOTER AUDIT BUTTON POLISH + MOBILE TIGHTENING
   ========================================================= */
.footer-audit-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
}
.footer-audit-copy p{
  max-width:860px;
}
.footer-audit-link{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  min-width:242px;
  padding:14px 16px 14px 18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.footer-audit-link:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
}
.footer-audit-link__copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  min-width:0;
}
.footer-audit-link__copy small{
  font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.14em;
  color:#718095;
}
.footer-audit-link__copy strong{
  display:block;
  color:#f5f8fd;
  font-size:14px;
  line-height:1.2;
  font-weight:700;
}
.footer-audit-link i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.035);
  font-style:normal;
  font-size:15px;
  color:#f5f8fd;
  transition:transform .24s ease,background .24s ease;
}
.footer-audit-link:hover i{
  transform:translate(2px,-2px);
  background:rgba(255,255,255,.06);
}

@media(max-width:900px){
  .footer-audit-strip{grid-template-columns:1fr;align-items:start;gap:14px}
  .footer-audit-link{width:100%;min-width:0}
}

@media(max-width:640px){
  .footer-audit-strip{padding:18px 0 16px!important;gap:12px}
  .footer-audit-copy .eyebrow{margin-bottom:6px}
  .footer-audit-copy p{font-size:12.5px;line-height:1.55}
  .footer-audit-link{padding:12px 14px 12px 15px;border-radius:18px;gap:14px}
  .footer-audit-link__copy strong{font-size:13px}
  .footer-audit-link i{width:32px;height:32px}

  .services-carousel-section{padding:68px 0 76px!important}
  .services-carousel-copy p{font-size:14px!important;line-height:1.58!important}
  .ai-story-x{padding:74px 0 80px!important}
  .ai-head-x p{font-size:14px!important;line-height:1.62!important}
  .footer-grid{gap:26px!important}
  .footer-bottom{padding-top:18px!important}
}


/* 28WEB 2.2.1 — footer audit icon swap */
.footer-audit-link .footer-audit-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  color:#f5f8fd;
  transition:transform .24s ease, background .24s ease, border-color .24s ease;
  flex:0 0 auto;
}
.footer-audit-link .footer-audit-icon svg{
  width:18px;
  height:18px;
  display:block;
}
.footer-audit-link:hover .footer-audit-icon{
  transform:translateY(-1px) scale(1.03);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.22);
}
.footer-audit-link i{display:none!important}
@media(max-width:640px){
  .footer-audit-link .footer-audit-icon{width:34px;height:34px;border-radius:12px}
  .footer-audit-link .footer-audit-icon svg{width:16px;height:16px}
}

/* 28WEB 2.2.2 — force audit utility icon to the right */
.site-footer .footer-audit-link{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px;
  align-items:center;
  column-gap:18px;
}
.site-footer .footer-audit-link .footer-audit-icon{
  grid-column:2;
  grid-row:1;
  justify-self:end;
  align-self:center;
  margin:0;
}
.site-footer .footer-audit-link__copy{
  grid-column:1;
  grid-row:1;
}
@media(max-width:640px){
  .site-footer .footer-audit-link{grid-template-columns:minmax(0,1fr) 34px;column-gap:14px}
}


/* =========================================================
   28WEB 2.2.3 — GLOBAL ACTION ICON SYSTEM
   ========================================================= */
.ui-action-icon{
  --ui-action-size: 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:var(--ui-action-size);
  height:var(--ui-action-size);
  flex:0 0 var(--ui-action-size);
  border:1px solid currentColor;
  border-radius:999px;
  opacity:.9;
  position:relative;
  vertical-align:middle;
}
.ui-action-icon::before,
.ui-action-icon::after{
  content:"";
  position:absolute;
  background:currentColor;
  border-radius:999px;
}
.ui-action-icon::before{width:8px;height:1.6px;}
.ui-action-icon::after{width:1.6px;height:8px;}

.button,.nav-cta,.text-link,.blog-card-link,.cta-line-link,.hero-roi-footer a,.service-slide-body b,.service-card b,.case-link .button,.contact-direct a,.blog-empty a{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.nav-cta{justify-content:center}
.text-link,.blog-card-link,.hero-roi-footer a,.contact-direct a,.blog-empty a{width:auto}
.button .ui-action-icon,.nav-cta .ui-action-icon,.text-link .ui-action-icon,.blog-card-link .ui-action-icon,.cta-line-link .ui-action-icon,.hero-roi-footer a .ui-action-icon,.service-slide-body b .ui-action-icon,.service-card b .ui-action-icon,.case-link .button .ui-action-icon,.contact-direct a .ui-action-icon,.blog-empty a .ui-action-icon,.site-footer a .ui-action-icon{
  margin-left:2px;
}
.button:hover .ui-action-icon,
.nav-cta:hover .ui-action-icon,
.text-link:hover .ui-action-icon,
.blog-card-link:hover .ui-action-icon,
.cta-line-link:hover .ui-action-icon,
.hero-roi-footer a:hover .ui-action-icon,
.service-slide:hover .ui-action-icon,
.service-card:hover .ui-action-icon,
.case-link .button:hover .ui-action-icon,
.contact-direct a:hover .ui-action-icon,
.site-footer a:hover .ui-action-icon,
.blog-empty a:hover .ui-action-icon{
  transform:rotate(90deg);
}

.hero-roi-footer a .ui-action-icon{
  width:28px;height:28px;flex-basis:28px;background:#111722;color:#fff;border-color:#111722;
}
.hero-roi-footer a:hover .ui-action-icon{transform:translateY(-1px) rotate(90deg)}
.hero-roi-footer a .ui-action-icon::before{width:8px;height:1.5px}
.hero-roi-footer a .ui-action-icon::after{width:1.5px;height:8px}

.cta-line-link .ui-action-icon{
  width:32px;height:32px;flex-basis:32px;border-color:rgba(255,255,255,.32);color:#fff;
}
.cta-line-link:hover .ui-action-icon{transform:rotate(90deg)}

.service-slide-body b{justify-content:flex-start}
.service-slide-body b .ui-action-icon,.service-card b .ui-action-icon{width:18px;height:18px;flex-basis:18px}
.service-index>a b{display:grid;place-items:center}
.service-index>a b .ui-action-icon{margin:0;width:20px;height:20px}

.project-card-meta-outside i.ui-action-icon,
.project-list-meta-top i.ui-action-icon,
.tw28-project-cover__arrow.ui-action-icon{
  margin:0;
  width:42px;
  height:42px;
  flex-basis:42px;
  border-color:rgba(255,255,255,.14);
  color:#fff;
  background:rgba(255,255,255,.02);
}
.project-list-meta-top i.ui-action-icon{
  border-color:var(--line);
  color:inherit;
  background:transparent;
}
.tw28-project-cover__arrow.ui-action-icon::before,
.tw28-project-cover__arrow.ui-action-icon::after,
.project-card-meta-outside i.ui-action-icon::before,
.project-card-meta-outside i.ui-action-icon::after,
.project-list-meta-top i.ui-action-icon::before,
.project-list-meta-top i.ui-action-icon::after{
  background:currentColor;
}
.project-card-flat:hover .project-card-meta-outside i.ui-action-icon,
.project-list-card:hover .project-list-meta-top i.ui-action-icon,
.project-card-composed:hover .tw28-project-cover__arrow.ui-action-icon{
  transform:rotate(90deg);
}

.blog-card-link .ui-action-icon{width:18px;height:18px;flex-basis:18px}
.blog-card-link span:not(.ui-action-icon){transition:none}
.blog-card-link:hover span:not(.ui-action-icon){transform:none}

.site-footer a .ui-action-icon{width:16px;height:16px;flex-basis:16px}
.site-footer a:hover .ui-action-icon{transform:rotate(90deg)}

@media(max-width:900px){
  .button,.nav-cta,.text-link,.blog-card-link,.cta-line-link,.hero-roi-footer a,.service-slide-body b,.service-card b,.case-link .button,.contact-direct a,.blog-empty a{gap:9px}
}
@media(max-width:640px){
  .ui-action-icon{--ui-action-size:18px}
  .project-card-meta-outside i.ui-action-icon,
  .project-list-meta-top i.ui-action-icon,
  .tw28-project-cover__arrow.ui-action-icon{width:36px;height:36px;flex-basis:36px}
  .cta-line-link .ui-action-icon{width:28px;height:28px;flex-basis:28px}
}


/* =========================================================
   28WEB 2.2.4 — PROJECTS CLEANUP + REMOVE CTA ICONS
   ========================================================= */
/* Remove decorative icons from buttons and links. */
.ui-action-icon{display:none!important}
.button,.nav-cta,.text-link,.blog-card-link,.cta-line-link,.hero-roi-footer a,.service-slide-body b,.service-card b,.case-link .button,.contact-direct a,.blog-empty a,.site-footer a{gap:0!important}

/* Project order admin screen: make drag/drop reliable. */
.tw28-sortable-projects{display:block!important}
.tw28-sort-project{margin-bottom:10px;cursor:default;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}
.tw28-sort-project:last-child{margin-bottom:0}
.tw28-sort-project.is-dragging{opacity:.72;transform:scale(.995);box-shadow:0 18px 45px rgba(0,0,0,.14);border-color:#8c8f94}
.tw28-sort-project .tw28-sort-handle{cursor:grab}
.tw28-sort-project .tw28-sort-handle:active{cursor:grabbing}

/* Selected work carousel — smaller, cleaner, 3 cards visible on desktop. */
.work-carousel-viewport{overflow:hidden}
.work-carousel-track{gap:18px!important;padding-left:max(0px,calc((100vw - min(1420px,calc(100vw - 64px)))/2))}
.project-card-flat.project-card-composed.project-card-compact{width:clamp(300px,calc((100vw - 140px)/3),410px);flex:0 0 auto}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover--card{height:auto;aspect-ratio:1.06;min-height:0;border-radius:22px}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__stage{inset:44px 5% 86px}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__browser{width:86%;height:78%;transform:translate3d(-1.5%,0,0) rotateX(1deg)}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__phone{width:24%;height:68%;right:4%;bottom:-1%;transform:rotate(1.8deg)}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__desktop-image img,
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__phone img{filter:saturate(.72) contrast(.96) brightness(.94)}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__ambient{opacity:.55}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__noise{opacity:.02}
.tw28-project-cover__overlay{grid-template-columns:auto 1fr!important;gap:12px!important;padding:24px 20px 18px!important;min-height:112px!important;background:linear-gradient(180deg,rgba(5,8,12,0) 0%,rgba(5,8,12,.18) 18%,rgba(5,8,12,.72) 58%,rgba(5,8,12,.93) 100%)!important}
.tw28-project-cover__index{min-width:18px;padding-bottom:3px;color:rgba(255,255,255,.5)}
.tw28-project-cover__meta h3{font-size:23px!important;line-height:1.08!important;letter-spacing:-.03em!important;margin:0 0 6px!important}
.tw28-project-cover__meta p{font-size:12px!important;line-height:1.45!important;color:rgba(255,255,255,.72)!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;max-width:none!important}
.project-card-composed:hover .tw28-project-cover__browser{transform:translate3d(-1.5%,-2px,0) rotateX(1deg) scale(1.004)}
.project-card-composed:hover .tw28-project-cover__phone{transform:translate3d(0,-3px,0) rotate(1.3deg)}

/* Slightly tone down archive/project generated visuals too. */
.project-list-card .tw28-project-cover__desktop-image img,
.project-grid-archive .tw28-project-cover__desktop-image img,
.project-list-card .tw28-project-cover__phone img,
.project-grid-archive .tw28-project-cover__phone img{filter:saturate(.8) brightness(.95)}

@media(max-width:1200px){
  .project-card-flat.project-card-composed.project-card-compact{width:clamp(320px,calc((100vw - 120px)/2.3),400px)}
}
@media(max-width:900px){
  .project-card-flat.project-card-composed.project-card-compact{width:calc(100vw - 34px)!important;max-width:none}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover--card{aspect-ratio:1.08!important}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__stage{inset:42px 4.5% 76px!important}
  .tw28-project-cover__overlay{padding:20px 18px 16px!important;min-height:104px!important}
  .tw28-project-cover__meta h3{font-size:21px!important}
  .tw28-project-cover__meta p{font-size:11px!important}
}
@media(max-width:640px){
  .project-card-flat.project-card-composed.project-card-compact{width:calc(100vw - 24px)!important}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover--card{aspect-ratio:1.03!important;border-radius:22px!important}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__stage{inset:36px 4% 72px!important}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__logo{left:18px;top:16px;width:min(130px,32%)}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__browserbar{height:22px}
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__phone{width:27%;border-radius:18px}
}


/* =========================================================
   28WEB 2.2.5 — PROJECT LOGOS / INFINITE LOOP / ARROWS
   ========================================================= */
/* Project card logos: smaller and always white. */
.tw28-project-cover__logo{left:24px;top:22px;width:min(112px,20%);height:42px;z-index:8}
.tw28-project-cover__logo img,
.tw28-project-cover--dark .tw28-project-cover__logo img{
  max-height:30px!important;
  width:auto;
  filter:brightness(0) invert(1)!important;
  opacity:.92!important;
}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__logo{left:20px;top:18px;width:min(104px,19%);height:36px}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__logo img{max-height:24px!important}
.project-list-card .tw28-project-cover__logo{left:22px;top:20px;width:min(108px,20%);height:38px}
.project-list-card .tw28-project-cover__logo img{max-height:26px!important}

/* Restore simple arrow style on CTA-style buttons/links. */
.button::after,
.nav-cta::after,
.text-link::after,
.blog-card-link::after,
.cta-line-link::after,
.hero-roi-footer a::after,
.service-slide-body b::after,
.service-card b::after,
.case-link .button::after,
.footer-audit-link::after,
.contact-direct a[href^="mailto:"]::after,
.blog-empty a::after{
  content:"→";
  display:inline-block;
  margin-left:12px;
  font-size:.95em;
  line-height:1;
  font-weight:500;
  transform:translateY(-.02em);
}
.button,.nav-cta,.text-link,.blog-card-link,.cta-line-link,.hero-roi-footer a,.service-slide-body b,.service-card b,.case-link .button,.footer-audit-link,.contact-direct a[href^="mailto:"],.blog-empty a{
  display:inline-flex;
  align-items:center;
}
.button:hover::after,
.nav-cta:hover::after,
.text-link:hover::after,
.blog-card-link:hover::after,
.cta-line-link:hover::after,
.hero-roi-footer a:hover::after,
.service-slide:hover b::after,
.service-card:hover b::after,
.case-link .button:hover::after,
.footer-audit-link:hover::after,
.contact-direct a[href^="mailto:"]:hover::after,
.blog-empty a:hover::after{transform:translate(3px,-.02em)}

/* Selected work spacing / 3-up desktop refinement. */
.work-carousel-track{display:flex;align-items:stretch;gap:18px!important}
.project-card-flat.project-card-composed.project-card-compact{width:clamp(305px,calc((100vw - 148px)/3),405px)}
.project-card-flat.project-card-composed.project-card-compact .tw28-project-cover--card{overflow:hidden}
.tw28-project-cover__overlay{backdrop-filter:saturate(1.05) blur(2px)}

@media(max-width:1200px){
  .project-card-flat.project-card-composed.project-card-compact{width:clamp(320px,calc((100vw - 120px)/2.35),395px)}
}
@media(max-width:900px){
  .tw28-project-cover__logo{left:20px;top:18px;width:min(98px,24%);height:34px}
  .tw28-project-cover__logo img{max-height:22px!important}
  .project-card-flat.project-card-composed.project-card-compact{width:calc(100vw - 34px)!important}
}
@media(max-width:640px){
  .tw28-project-cover__logo,
  .project-list-card .tw28-project-cover__logo,
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__logo{left:16px;top:14px;width:min(88px,28%);height:30px}
  .tw28-project-cover__logo img,
  .project-list-card .tw28-project-cover__logo img,
  .project-card-flat.project-card-composed.project-card-compact .tw28-project-cover__logo img{max-height:20px!important}
  .button::after,
  .nav-cta::after,
  .text-link::after,
  .blog-card-link::after,
  .cta-line-link::after,
  .hero-roi-footer a::after,
  .service-slide-body b::after,
  .service-card b::after,
  .case-link .button::after,
  .footer-audit-link::after,
  .contact-direct a[href^="mailto:"]::after,
  .blog-empty a::after{margin-left:10px}
}


/* =========================================================
   28WEB 2.2.6 — SEAMLESS WORK LOOP + DESKTOP IMAGE FADE
   ========================================================= */
/* Desktop project preview: soften only the website screenshot, not the phone/mockup chrome. */
@media(min-width:901px){
  .project-card-compact .tw28-project-cover__desktop-image{
    position:relative;
    overflow:hidden;
  }
  .project-card-compact .tw28-project-cover__desktop-image img{
    filter:blur(1.7px) saturate(.72) contrast(.96) brightness(.92)!important;
    transform:scale(1.018);
    transform-origin:center top;
  }
  .project-card-compact .tw28-project-cover__desktop-image::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,
      rgba(7,11,17,0) 0%,
      rgba(7,11,17,.03) 38%,
      rgba(7,11,17,.18) 68%,
      rgba(7,11,17,.44) 100%);
  }
  .project-card-compact .tw28-project-cover__phone img{
    filter:saturate(.86) contrast(.98) brightness(.96)!important;
    transform:none;
  }
  .project-card-compact .tw28-project-cover__overlay{
    backdrop-filter:blur(2px) saturate(.95);
    -webkit-backdrop-filter:blur(2px) saturate(.95);
    background:linear-gradient(180deg,
      rgba(5,8,12,0) 0%,
      rgba(5,8,12,.08) 18%,
      rgba(5,8,12,.52) 60%,
      rgba(5,8,12,.93) 100%)!important;
  }
}

/* Mobile stays crisp: no blur on either the screenshot or the overlay. */
@media(max-width:900px){
  .project-card-compact .tw28-project-cover__desktop-image img,
  .project-card-compact .tw28-project-cover__phone img{
    filter:saturate(.86) contrast(.98) brightness(.96)!important;
    transform:none!important;
  }
  .project-card-compact .tw28-project-cover__desktop-image::after{display:none}
  .project-card-compact .tw28-project-cover__overlay{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background:linear-gradient(180deg,
      rgba(5,8,12,0) 0%,
      rgba(5,8,12,.08) 22%,
      rgba(5,8,12,.58) 66%,
      rgba(5,8,12,.92) 100%)!important;
  }
}
