@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --bg:#0a0a0a; --bg-soft:#111; --surface:#f3f1ec; --ink:#141414; --muted:#8c8983;
  --line:rgba(20,20,20,.14); --line-dark:rgba(255,255,255,.13); --accent:#b58cff;
  --yellow:#f6ff00; --white:#fff; --container:min(1180px, calc(100% - 64px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--surface);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button{font:inherit}
.container{width:var(--container);margin-inline:auto}
.eyebrow,.section-kicker,.strip-label,.work-meta,.footer-label,.page-label,.service-meta,.post-meta{font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.15em}
.section{padding:132px 0}
.dark{background:var(--bg);color:var(--white)}

/* Header */
.site-header{position:fixed;z-index:80;top:0;left:0;right:0;height:74px;padding:0 max(24px, calc((100vw - 1180px)/2));display:grid;grid-template-columns:160px 1fr 160px;align-items:center;color:#fff;transition:background .25s ease,backdrop-filter .25s ease}
.site-header.scrolled{background:rgba(10,10,10,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.brand{font-family:"Manrope";font-weight:800;font-size:22px;letter-spacing:-.06em}.brand span{opacity:.45}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;font-size:13px}.desktop-nav>a{opacity:.84;transition:opacity .2s ease}.desktop-nav>a:hover{opacity:1}
.nav-pages{position:relative}.nav-pages>button{border:0;background:none;color:inherit;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;opacity:.84}.nav-pages:hover>button{opacity:1}
.dropdown{position:absolute;top:24px;left:50%;transform:translateX(-50%) translateY(6px);min-width:160px;background:#181818;border:1px solid var(--line-dark);padding:9px;border-radius:8px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.nav-pages:hover .dropdown,.nav-pages:focus-within .dropdown,.nav-pages.open .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dropdown a{display:block;padding:9px 10px;border-radius:5px;font-size:12px}.dropdown a:hover{background:#242424}
.header-cta{justify-self:end;display:inline-flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.75);padding:9px 12px;font-size:12px;font-weight:600;transition:.2s}.header-cta:hover{background:#fff;color:#111}
.menu-toggle{display:none;border:0;background:none;color:#fff;width:42px;height:42px;padding:0;justify-self:end;position:relative}.menu-toggle span{display:block;width:24px;height:1px;background:#fff;position:absolute;left:9px;top:18px;transition:.25s}.menu-toggle span:last-child{top:24px}
.menu-toggle[aria-expanded="true"] span:first-child{top:21px;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{position:fixed;z-index:70;inset:0;background:#0b0b0b;color:#fff;padding:106px 28px 28px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.28s ease}.mobile-menu.open{opacity:1;visibility:visible;transform:none}
.mobile-nav{display:flex;flex-direction:column}.mobile-nav>a,.mobile-pages button{font-family:"Manrope";font-weight:700;font-size:clamp(42px,12vw,68px);letter-spacing:-.07em;padding:5px 0;border-bottom:1px solid var(--line-dark)}
.mobile-pages button{width:100%;text-align:left;color:#fff;background:none;border:0;cursor:pointer}.mobile-pages .mobile-sub{display:none;padding:8px 0 14px 8px}.mobile-pages.open .mobile-sub{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.mobile-pages .mobile-sub a{font-family:"DM Sans";font-size:14px;border:0;color:#a6a6a6;padding:5px 0}
.mobile-menu-cta{border-bottom:1px solid #fff;display:flex;justify-content:space-between;padding-bottom:12px;font-weight:700}

/* Loading and transitions */
.page-loader{position:fixed;z-index:1000;inset:0;background:#090909;color:#fff;display:grid;place-items:center;align-content:center;gap:20px;transition:opacity .45s ease,visibility .45s ease}.page-loader.is-done{opacity:0;visibility:hidden}
.loader-mark{font-family:"Manrope";font-size:44px;font-weight:800;letter-spacing:-.08em}.loader-track{height:1px;width:160px;background:rgba(255,255,255,.18);overflow:hidden}.loader-track span{display:block;height:100%;width:100%;background:#fff;transform-origin:left;animation:loader 1.1s cubic-bezier(.7,0,.2,1)}
@keyframes loader{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.page-transition{position:fixed;z-index:999;inset:0;background:#0a0a0a;transform:translateY(100%);transition:transform .5s cubic-bezier(.7,0,.2,1);pointer-events:none}.page-transition.active{transform:translateY(0)}

/* Hero */
.hero{min-height:760px;display:flex;align-items:center;position:relative;background:#090909;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:-8%;background:linear-gradient(90deg,rgba(5,5,5,.86),rgba(5,5,5,.4)),url('https://images.pexels.com/photos/6044217/pexels-photo-6044217.jpeg?auto=compress&cs=tinysrgb&w=1800&q=72') center/cover;filter:blur(1.5px) brightness(.65);transform:scale(1.05)}
.hero-grid{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 85%);opacity:.35}
.hero-inner{position:relative;z-index:2;text-align:center;padding:150px 0 120px}.hero-kicker{display:flex;justify-content:center;align-items:center;gap:26px;margin-bottom:18px}.tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;height:38px;font-size:12px;font-weight:700}.tag-yellow{background:var(--yellow);color:#111}.hero-label{font-size:14px;color:rgba(255,255,255,.76)}
.hero-badge{position:absolute;z-index:4;display:flex;align-items:center;pointer-events:none;will-change:transform;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-badge-design{top:25%;left:24%;gap:10px;animation:heroFloatDesign 6s ease-in-out infinite}.hero-badge-design::before{content:"";position:absolute;inset:-7px -13px;border:1px solid rgba(255,255,255,.22);border-radius:16px;transform:rotate(-5deg);background:rgba(255,255,255,.035);backdrop-filter:blur(9px)}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#d7b9ff;box-shadow:0 0 0 5px rgba(215,185,255,.12);position:relative;z-index:1}.hero-badge-label,.hero-badge-arrow{position:relative;z-index:1}.hero-badge-label{color:#fff}.hero-badge-arrow{font-size:15px;color:#d7b9ff;transform:rotate(-20deg)}
.hero-title{font-family:"Manrope";font-size:clamp(54px,8.1vw,106px);line-height:.95;letter-spacing:-.085em;margin:0 auto;max-width:920px}.hero-title em{font-style:normal;color:#bca2ff}.hero-copy{max-width:720px;margin:28px auto 0;font-size:17px;line-height:1.6;color:rgba(255,255,255,.62)}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:38px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:16px 18px;border-radius:4px;border:1px solid transparent;font-size:13px;font-weight:700;transition:transform .25s ease,background .25s ease,color .25s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:#cdb3ff;color:#171017;min-width:142px}.button-light{background:#fff;color:#111}.text-link{font-size:13px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:7px}.hero-wordmark{position:absolute;bottom:-.15em;left:3%;font-family:"Manrope";font-size:20vw;font-weight:800;letter-spacing:-.11em;color:rgba(255,255,255,.025);white-space:nowrap;pointer-events:none}.floating-tag{position:absolute;right:7%;bottom:31%;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:linear-gradient(135deg,rgba(205,179,255,.16),rgba(255,255,255,.035));color:#fff;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;transform:rotate(3deg);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 40px rgba(0,0,0,.22);backdrop-filter:blur(12px);will-change:transform}.hero-badge-build{animation:heroFloatBuild 7s ease-in-out infinite}.hero-badge-build::before{content:"";position:absolute;inset:5px;border:1px dashed rgba(255,255,255,.2);border-radius:8px;pointer-events:none}.mini-arrow{margin-right:1px;font-size:14px}.badge-orbit{width:7px;height:7px;border:1px solid #d7b9ff;border-radius:50%;display:block;box-shadow:0 0 0 4px rgba(215,185,255,.08)}
@keyframes heroFloatDesign{0%,100%{transform:translate3d(0,0,0) rotate(-4deg)}25%{transform:translate3d(-14px,10px,0) rotate(1deg)}50%{transform:translate3d(4px,-11px,0) rotate(-2deg)}75%{transform:translate3d(12px,6px,0) rotate(3deg)}}
@keyframes heroFloatBuild{0%,100%{transform:translate3d(0,0,0) rotate(3deg)}25%{transform:translate3d(12px,-10px,0) rotate(-1deg)}50%{transform:translate3d(-7px,12px,0) rotate(4deg)}75%{transform:translate3d(-15px,-5px,0) rotate(-3deg)}}

/* General */
.section-heading-row{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:70px}.headline{font-family:"Manrope";font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.085em;margin:12px 0 0}.section-intro{font-size:16px;line-height:1.6;color:#696762;max-width:420px;margin:0 0 6px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
.logo-strip{padding:36px 0;display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center}.strip-label{color:#8c8983}.logos{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#7d7a74;font-family:"Manrope";font-weight:700;font-size:14px;letter-spacing:-.03em}
.two-col{display:grid;grid-template-columns:240px 1fr;gap:66px}.section-kicker{color:#8c8983}.section-content .headline{max-width:820px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:48px 0 34px}.about-grid p{font-size:16px;line-height:1.7;color:#5f5c57}.about-grid .eyebrow{color:#8c8983;margin-bottom:14px}
.manifesto-band{background:#f3f0e8;color:#121212;padding:96px 0 104px;overflow:hidden}.manifesto-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:start}.manifesto-intro h2{font-family:"Manrope";font-size:clamp(58px,7vw,96px);line-height:.92;letter-spacing:-.08em;margin:18px 0 24px;max-width:760px}.manifesto-intro h2 em{font-style:normal;color:#8d69d9}.manifesto-intro p{max-width:560px;font-size:16px;line-height:1.7;color:#65615a}.manifesto-principles{border-top:1px solid rgba(18,18,18,.16)}.manifesto-card{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:24px 0 26px;border-bottom:1px solid rgba(18,18,18,.16)}.manifesto-index{font:700 11px/1 "DM Sans";letter-spacing:.14em;color:#878179;padding-top:8px}.manifesto-card h3{font-family:"Manrope";font-size:28px;letter-spacing:-.045em;margin:0 0 7px}.manifesto-card p{font-size:14px;line-height:1.6;color:#6c6861;margin:0;max-width:450px}

.services-section{background:#efede8}.services-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:70px 1fr 260px 52px;align-items:center;gap:26px;min-height:156px;border-bottom:1px solid var(--line);transition:background .25s ease,padding .25s ease}.service-row:hover{background:#e5e2db;padding-inline:16px}.service-no{font-size:11px;color:#8c8983;align-self:start;padding-top:30px}.service-main h3{font-family:"Manrope";font-size:30px;letter-spacing:-.06em;margin:0}.service-main p{margin:9px 0 0;color:#7b7872;font-size:14px;line-height:1.55;max-width:540px}.service-meta{color:#8c8983}.circle-arrow{width:48px;height:48px;border:1px solid #1b1b1b;border-radius:50%;display:grid;place-items:center;justify-self:end;transition:background .2s,color .2s}.service-row:hover .circle-arrow{background:#111;color:#fff}

.growth-section{background:#d8d3ff}.growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.growth-copy p{max-width:480px;font-size:16px;line-height:1.7;color:#5a5567}.growth-number{display:flex;align-items:end;gap:16px;margin-top:54px}.growth-number span{font-family:"Manrope";font-weight:800;font-size:92px;line-height:.8;letter-spacing:-.1em}.growth-number small{max-width:120px;color:#5a5567;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.12em}.chart-card{background:#0d0d0d;color:#fff;border-radius:12px;min-height:420px;padding:34px;box-shadow:0 25px 60px rgba(0,0,0,.12)}.chart-header{display:flex;justify-content:space-between;color:rgba(255,255,255,.42);font-size:10px;text-transform:uppercase;letter-spacing:.15em}.chart-bars{height:310px;display:flex;align-items:end;gap:22px;margin-top:30px;border-bottom:1px solid rgba(255,255,255,.1)}.bar-wrap{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:8px}.bar-value{font-size:11px;color:#fff}.bar{width:70%;height:var(--h);background:linear-gradient(to top,#8a63ff,#d0bdff);border-radius:3px 3px 0 0;transform-origin:bottom;animation:barUp 1s cubic-bezier(.2,.9,.2,1) both}.bar-wrap:nth-child(2) .bar{animation-delay:.1s}.bar-wrap:nth-child(3) .bar{animation-delay:.2s}.bar-wrap:nth-child(4) .bar{animation-delay:.3s}.bar-wrap>span:last-child{font-size:9px;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:.1em;padding-bottom:12px}
@keyframes barUp{from{transform:scaleY(0)}to{transform:scaleY(1)}}

.work-section{background:var(--surface)}.work-heading{margin-bottom:52px}.work-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:58px 26px}.work-card:nth-child(2){margin-top:140px}.work-image{overflow:hidden;aspect-ratio:1.1/1;background:#d7d4ce}.work-large .work-image{aspect-ratio:1.24/1}.work-image img{transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .4s ease;filter:saturate(.82)}.work-card:hover .work-image img{transform:scale(1.035);filter:saturate(1)}.work-info{display:flex;justify-content:space-between;gap:20px;padding-top:15px}.work-info h3{font-family:"Manrope";font-size:27px;letter-spacing:-.06em;margin:7px 0 0}.work-info>span{font-size:11px;color:#8c8983;align-self:end;text-transform:uppercase;letter-spacing:.12em}.work-no{font-size:10px;color:#8c8983}

.testimonial-section{background:#111;color:#fff;padding:145px 0}.testimonial-grid{display:grid;grid-template-columns:220px 1fr;gap:70px}.quote{font-family:"Manrope";font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.08em;margin:0;max-width:900px}.quote em{font-style:normal;color:#c6afff}.quote-by{margin-top:38px;color:rgba(255,255,255,.48);font-size:13px}.quote-controls{display:flex;gap:12px;margin-top:36px}.quote-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:transparent;color:#fff;cursor:pointer}.quote-btn:hover{background:#fff;color:#111}

.journal-section{background:#efede8}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card img{aspect-ratio:1.28/1;filter:saturate(.7)}.journal-meta{display:flex;justify-content:space-between;padding:14px 0 9px;border-bottom:1px solid var(--line);color:#8c8983}.journal-card h3{font-family:"Manrope";font-size:27px;line-height:1.08;letter-spacing:-.06em;margin:15px 0 0}

.cta-section{position:relative;background:#0b0b0b;color:#fff;overflow:hidden;padding:155px 0}.cta-bg{position:absolute;inset:-10%;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.48)),url('https://images.pexels.com/photos/3861969/pexels-photo-3861969.jpeg?auto=compress&cs=tinysrgb&w=1800&q=72') center/cover;filter:blur(1px) brightness(.58)}.cta-inner{position:relative;z-index:2;text-align:center;max-width:950px}.cta-section .section-kicker{color:rgba(255,255,255,.45)}.cta-title{font-family:"Manrope";font-size:clamp(54px,7vw,100px);line-height:.93;letter-spacing:-.09em;margin:18px auto 38px}

/* Inner pages */
.page-hero{background:#0b0b0b;color:#fff;padding:180px 0 96px}.page-hero-grid{display:grid;grid-template-columns:190px 1fr;gap:64px}.page-title{font-family:"Manrope";font-size:clamp(62px,8vw,110px);line-height:.9;letter-spacing:-.09em;max-width:950px;margin:0}.page-subtitle{font-size:18px;line-height:1.6;color:rgba(255,255,255,.58);max-width:700px;margin:32px 0 0}.page-hero .section-kicker{color:rgba(255,255,255,.4)}
.breadcrumb{font-size:11px;color:#8c8983;text-transform:uppercase;letter-spacing:.1em;margin-bottom:22px}.article-shell{max-width:860px;margin:0 auto}.article-shell h2{font-family:"Manrope";font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.07em;margin:0 0 20px}.article-shell p{font-size:17px;line-height:1.8;color:#5c5954}.article-shell ul{padding-left:20px;color:#5c5954;line-height:1.9}.prose-block{padding:92px 0}.prose-block+.prose-block{border-top:1px solid var(--line)}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:64px 28px}.project-card img{aspect-ratio:1.18/1}.project-card h3{font-family:"Manrope";font-size:30px;letter-spacing:-.06em;margin:16px 0 7px}.project-card p{margin:0;color:#79756f;line-height:1.5;font-size:14px}.project-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.project-tags span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--line);padding:7px 8px;border-radius:999px;color:#74716b}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{border:1px solid var(--line);padding:32px;display:flex;flex-direction:column;min-height:460px}.price-card.featured{background:#111;color:#fff;border-color:#111}.price-card h3{font-family:"Manrope";font-size:25px;margin:0}.price-card .price{font-family:"Manrope";font-size:56px;letter-spacing:-.08em;margin:38px 0 8px}.price-card small{color:#8c8983}.price-card p{font-size:14px;line-height:1.6;color:#77736d}.price-card.featured p,.price-card.featured small{color:rgba(255,255,255,.48)}.price-card ul{list-style:none;padding:0;margin:24px 0 34px}.price-card li{padding:10px 0;border-top:1px solid var(--line);font-size:13px}.price-card.featured li{border-color:var(--line-dark)}.price-card .button{margin-top:auto;justify-content:center}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-copy h2{font-family:"Manrope";font-size:clamp(48px,6vw,80px);line-height:.94;letter-spacing:-.08em;margin:0}.contact-copy p{color:#6c6862;font-size:16px;line-height:1.7;max-width:510px;margin-top:28px}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:42px}.contact-detail{border-top:1px solid var(--line);padding-top:15px}.contact-detail strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.contact-detail span{font-size:13px;color:#77736d;line-height:1.45}.contact-form{background:#111;color:#fff;padding:34px}.field{margin-bottom:20px}.field label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.42);margin-bottom:8px}.field input,.field textarea,.field select{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;padding:11px 0;outline:none;font:inherit}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#fff}.field select{color:#fff}.field option{color:#111}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.blog-list{display:grid;gap:0;border-top:1px solid var(--line)}.blog-row{display:grid;grid-template-columns:180px 1fr 90px;gap:32px;padding:32px 0;border-bottom:1px solid var(--line);align-items:start}.blog-row img{width:180px;aspect-ratio:1.25/1}.blog-row h3{font-family:"Manrope";font-size:31px;line-height:1.05;letter-spacing:-.06em;margin:0 0 12px}.blog-row p{font-size:14px;line-height:1.6;color:#73706a;max-width:650px}.blog-row .post-meta{color:#8c8983}.blog-row .read{justify-self:end;font-size:11px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #111;padding-bottom:5px}
.detail-hero-image{aspect-ratio:2/1;overflow:hidden}.detail-meta{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0;margin-bottom:44px;color:#8c8983}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:48px 0}.case-grid img{aspect-ratio:1.15/1}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:52px}.service-detail-card{border-top:1px solid var(--line);padding-top:18px}.service-detail-card h3{font-family:"Manrope";font-size:26px;letter-spacing:-.05em;margin:0 0 8px}.service-detail-card p{font-size:14px;line-height:1.6;color:#77736d;margin:0}
.career-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.role-list{border-top:1px solid var(--line)}.role{padding:22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 100px;gap:20px}.role h3{margin:0;font-family:"Manrope";font-size:22px;letter-spacing:-.05em}.role p{margin:6px 0 0;font-size:13px;color:#77736d}.role span{justify-self:end;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8c8983}
.error-page{min-height:100vh;background:#0a0a0a;color:#fff;display:grid;place-items:center;text-align:center;padding:120px 20px}.error-code{font-family:"Manrope";font-size:clamp(100px,22vw,260px);line-height:.75;letter-spacing:-.11em;color:rgba(255,255,255,.07)}.error-page h1{font-family:"Manrope";font-size:clamp(42px,7vw,80px);line-height:.94;letter-spacing:-.08em;margin:30px 0 18px}.error-page p{max-width:500px;color:rgba(255,255,255,.5);line-height:1.6;margin:0 auto 28px}

.site-footer{background:#101010;color:#fff;padding:92px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr 1fr;gap:40px;padding-bottom:70px}.footer-brand{font-family:"Manrope";font-size:24px;font-weight:800;letter-spacing:-.07em}.footer-grid p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.45);max-width:300px;margin-top:18px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid a,.footer-grid span:not(.footer-label){font-size:12px;color:rgba(255,255,255,.6)}.footer-grid a:hover{color:#fff}.footer-label{color:rgba(255,255,255,.33)!important;margin-bottom:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.3);font-size:10px;text-transform:uppercase;letter-spacing:.12em}

@media (max-width:950px){
  :root{--container:min(100% - 38px,720px)}.site-header{height:70px;padding:0 19px;grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.section{padding:100px 0}.section-heading-row,.two-col,.testimonial-grid,.growth-grid,.contact-grid,.career-grid{grid-template-columns:1fr;gap:30px}.section-heading-row{margin-bottom:48px}.headline{font-size:clamp(44px,10vw,68px)}.logo-strip{grid-template-columns:1fr;gap:18px}.stats-grid{grid-template-columns:1fr 1fr;gap:0}.stat{border-right:0;border-bottom:1px solid var(--line-dark);padding:26px 18px}.stat:nth-child(1),.stat:nth-child(3){padding-left:0}.stat strong{font-size:48px}.service-row{grid-template-columns:48px 1fr 48px;gap:12px;min-height:136px}.service-meta{display:none}.service-main h3{font-size:25px}.growth-number span{font-size:76px}.project-grid,.pricing-grid,.service-detail-grid{grid-template-columns:1fr}.work-grid{grid-template-columns:1fr}.work-card:nth-child(2){margin-top:0}.journal-grid{grid-template-columns:1fr;gap:40px}.blog-row{grid-template-columns:140px 1fr;gap:18px}.blog-row img{width:140px}.blog-row .read{grid-column:2;justify-self:start}.page-hero{padding:145px 0 78px}.page-hero-grid{grid-template-columns:1fr;gap:25px}.page-title{font-size:clamp(56px,12vw,88px)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:560px){
  :root{--container:calc(100% - 28px)}.hero{min-height:710px}.hero-inner{padding:122px 0 92px}.hero-kicker{gap:14px}.hero-label{font-size:10px}.tag{height:34px;padding:0 16px}.hero-title{font-size:clamp(48px,13vw,70px)}.hero-copy{font-size:14px;margin-top:23px}.hero-actions{flex-direction:column;gap:20px;margin-top:30px}.hero-badge-design{top:17%;left:8%;transform:scale(.9)}.floating-tag{right:6%;bottom:78px}.hero-wordmark{font-size:28vw}.section{padding:82px 0}.manifesto-grid{grid-template-columns:1fr;gap:46px}.manifesto-band{padding:82px 0 88px}.manifesto-intro h2{font-size:clamp(54px,12vw,78px)}.manifesto-card{grid-template-columns:52px 1fr}.manifesto-card h3{font-size:24px}.service-row{grid-template-columns:34px 1fr 40px}.service-main h3{font-size:21px}.service-main p{font-size:12px}.circle-arrow{width:38px;height:38px}.growth-number{margin-top:36px}.growth-number span{font-size:58px}.chart-card{padding:22px;min-height:295px}.chart-bars{height:190px;gap:10px}.blog-row{grid-template-columns:1fr}.blog-row img{width:100%;aspect-ratio:1.35/1}.blog-row .read{grid-column:auto}.form-row{grid-template-columns:1fr}.contact-details{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:9px}.page-hero-grid{gap:20px}.page-subtitle{font-size:15px}.price-card{min-height:420px}.role{grid-template-columns:1fr}.role span{justify-self:start}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.bar,.page-transition,.page-loader,.mobile-menu,.service-row,.button,.work-image img,.hero-badge,.floating-tag{transition:none!important;animation:none!important}.hero-bg{transform:none}}

/* Tuki Stack identity */
.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-family:"Manrope";font-weight:800;font-size:21px;letter-spacing:-.055em}
.brand-mark{width:34px;height:25px;object-fit:contain;object-position:center;flex:none}
.brand-word{display:inline-block}
.loader-mark img{display:block;width:92px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 28px rgba(255,255,255,.08))}
.footer-brand{display:inline-flex;align-items:center;gap:10px}
.footer-brand-mark{width:30px;height:22px;object-fit:contain;flex:none}
.footer-brand span{display:inline-block}
@media (max-width:560px){.brand{gap:8px;font-size:19px}.brand-mark{width:31px;height:22px}.loader-mark img{width:76px}.footer-brand-mark{width:28px;height:20px}}

/* Premium CTA system */
.button{
  position:relative;
  isolation:isolate;
  min-height:54px;
  padding:8px 8px 8px 20px;
  border-radius:999px;
  border:1px solid rgba(20,20,20,.14);
  gap:22px;
  overflow:hidden;
  font-size:12px;
  letter-spacing:-.01em;
  box-shadow:0 8px 24px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.button::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 26%, rgba(255,255,255,.42) 48%, transparent 70%);
  transform:translateX(-135%);
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
  z-index:-1;
}
.button > span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(18,18,18,.10);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, color .35s ease;
}
.button:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.3);
}
.button:hover::before{transform:translateX(135%)}
.button:hover > span{transform:rotate(45deg);background:#171717;color:#fff}
.button-primary{
  background:#cdb3ff;
  color:#171017;
  min-width:164px;
  border-color:rgba(205,179,255,.65);
}
.button-primary > span{background:rgba(255,255,255,.38)}
.button-primary:hover{box-shadow:0 16px 40px rgba(157,99,255,.23), inset 0 1px 0 rgba(255,255,255,.5)}
.button-light{
  background:#fff;
  color:#111;
  border-color:rgba(255,255,255,.55);
  box-shadow:0 8px 24px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.85);
}
.button-light > span{background:#111;color:#fff}
.button-light:hover{box-shadow:0 16px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.9)}
.hero-actions .text-link{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:0 2px 0 16px;
  border-bottom:0;
  font-size:12px;
  font-weight:700;
  letter-spacing:-.01em;
}
.hero-actions .text-link::after{
  content:"↗";
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, color .35s ease;
}
.hero-actions .text-link:hover::after{transform:rotate(45deg);background:#fff;color:#111}
.header-cta{
  min-height:44px;
  padding:6px 6px 6px 15px;
  border-radius:999px;
  border-color:rgba(255,255,255,.23);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 8px 22px rgba(0,0,0,.14);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.header-cta span{
  width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.header-cta:hover{background:#fff;color:#111;border-color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.24)}
.header-cta:hover span{transform:rotate(45deg)}
.mobile-menu-cta{
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:7px 7px 7px 18px;
  align-items:center;
  min-height:52px;
  background:rgba(255,255,255,.04);
  transition:background .3s ease, color .3s ease, transform .3s ease;
}
.mobile-menu-cta span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111;transition:transform .3s ease}
.mobile-menu-cta:hover{background:#fff;color:#111;transform:translateY(-2px)}
.mobile-menu-cta:hover span{transform:rotate(45deg)}
@media (max-width:700px){
  .button{min-height:52px;padding-left:18px;gap:18px}
  .button > span{width:36px;height:36px}
  .hero-actions .text-link{min-height:48px;padding-left:10px}
  .hero-actions .text-link::after{width:34px;height:34px}
}
@media (prefers-reduced-motion:reduce){
  .button::before,.button,.button > span,.hero-actions .text-link::after,.header-cta,.header-cta span,.mobile-menu-cta,.mobile-menu-cta span{transition:none!important}
}
