:root{
  --navy:#0B1F35; --white:#fff; --paper:#f6f5f0; --accent:#f09a05; --accent-dark:#c77800;
  --ink:#151310; --soft:#4A453B; --faint:rgba(244,243,236,.57); --line:rgba(21,19,16,.11); --muted:#817b70;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{font-family:var(--sans);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.shell{max-width:1280px;margin:auto}.hero{position:relative;overflow:hidden;background:radial-gradient(1000px 560px at 8% -10%,rgba(240,154,5,.16),transparent 60%),radial-gradient(900px 700px at 100% 30%,rgba(90,120,140,.20),transparent 55%),var(--navy);padding:24px 24px 64px;color:#f4f3ec}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:10px 12px 10px 20px;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;font-weight:750}.brand-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#111;font-size:12px}.nav-links{display:flex;gap:34px;color:rgba(244,243,236,.65);font-size:14px}.nav-links a:hover{color:#fff}.pill{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--accent);color:#13110c;font-weight:750;font-size:14px;padding:12px 22px;border-radius:999px;transition:.18s ease}.pill:hover{background:#ffae20;transform:translateY(-1px)}.pill-lg{padding:16px 30px;font-size:16px}.hero-copy{text-align:center;max-width:980px;margin:auto;padding:94px 16px 58px}.status{display:inline-flex;align-items:center;gap:9px;color:rgba(244,243,236,.67);font-size:13px;margin-bottom:25px}.status span{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(240,154,5,.12)}h1{margin:0 0 26px;font-size:clamp(38px,6.5vw,82px);line-height:1.02;letter-spacing:-.025em;font-weight:850}.hero-copy>p{max-width:62ch;margin:0 auto 35px;color:var(--faint);line-height:1.65;font-size:17px}.hero-actions{display:flex;gap:10px;justify-content:center}.icon-btn{width:54px;height:54px;border-radius:50%;background:var(--accent);display:grid;place-items:center;color:#111;font-size:21px;font-weight:800}.hero-foot{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:10px}.hero-note{display:flex;align-items:flex-start;gap:14px;color:var(--faint);font-size:13.5px;line-height:1.5}.hero-note p,.hero-trust p{margin:0}.cube{width:31px;height:31px;border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;transform:rotate(45deg);font-size:17px}.flight svg{width:220px}.flight-path{animation:dash 2.4s linear infinite}@keyframes dash{to{stroke-dashoffset:-32}}.hero-trust{display:flex;align-items:center;justify-content:flex-end;gap:14px;color:var(--faint);font-size:13.5px;line-height:1.5}.stacked{display:flex}.stacked span{width:38px;height:38px;border-radius:50%;border:2px solid var(--navy);margin-left:-9px;background:var(--accent);color:#111;display:grid;place-items:center;font-weight:800;font-size:11px}.stacked span:first-child{margin-left:0}.spark{position:absolute;right:35px;bottom:35px;width:60px;color:var(--accent);animation:spin 16s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.split,.collab{padding:90px 24px;background:#fff;border-bottom:1px solid var(--line)}.split-inner{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.08fr 1px .92fr;gap:56px}.divider{background:var(--line)}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;color:var(--muted);margin-bottom:20px}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}.eyebrow.light{color:rgba(255,255,255,.65)}.copy h2,.section-head h2,.cta h2{margin:0 0 25px;font-size:clamp(34px,4.7vw,57px);line-height:.98;letter-spacing:-.02em;font-weight:850}.copy p{max-width:55ch;line-height:1.68;color:var(--soft);font-size:16px;margin:0 0 16px}.copy p.lede{font-size:18px;font-weight:650;color:var(--ink)}.list-head{text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:800;color:var(--muted);margin-bottom:17px}.rows{border-top:1px solid var(--line)}.row{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid var(--line);font-size:15.5px;font-weight:650;transition:.25s}.row span:last-child{font-size:12px;color:var(--muted)}.row:hover{background:var(--accent);padding-left:26px}.row:hover span:last-child{color:#111}
.work,.expertise,.testimonials{padding:94px 24px;background:#fff}.section-head{max-width:1280px;margin:0 auto 46px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.section-head>p{max-width:40ch;color:var(--soft);line-height:1.65;font-size:16px}.projects{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px}.project{border:1px solid var(--line);background:#fff;overflow:hidden;transition:.2s}.project:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(21,19,16,.08)}.project-featured{grid-column:1/-1;display:grid;grid-template-columns:1.05fr .95fr}.project-visual{min-height:330px;padding:0;display:grid;place-items:center;overflow:hidden} .project-visual img{width:100%; height:100%;}.project:not(.project-featured) .project-visual{min-height:250px}.applyqik{background:linear-gradient(135deg,#0b1f35,#173d60)}.mini-window{width:min(520px,92%);background:#fff;border-radius:15px;padding:14px;box-shadow:0 25px 70px rgba(0,0,0,.28);transform:rotate(-3deg)}.mini-top{display:flex;gap:6px;padding-bottom:13px}.mini-top span{width:8px;height:8px;border-radius:50%;background:#d7d7d7}.mini-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10px}.mini-grid div{height:72px;background:#eef1f4;border-radius:8px}.mini-grid div:nth-child(1){grid-row:span 2;height:154px;background:#0b1f35}.mini-grid div:nth-child(4){grid-column:1/-1;height:45px;background:#f09a05}.rentloud{background:linear-gradient(145deg,#edf4ed,#d5e7dc)}.metric-card{padding:28px;border:1px solid rgba(0,0,0,.08);background:#fff;min-width:68%;box-shadow:0 20px 50px rgba(0,0,0,.08)}.metric-card strong,.metric-card span{display:block}.metric-card strong{font-size:25px;margin-bottom:8px}.metric-card span{color:var(--muted)}.stats{background:#10161d}.chart-bars{display:flex;align-items:end;gap:14px;height:150px;width:70%;border-bottom:1px solid rgba(255,255,255,.3)}.chart-bars i{flex:1;background:var(--accent);border-radius:5px 5px 0 0}.chart-bars i:nth-child(1){height:35%}.chart-bars i:nth-child(2){height:68%}.chart-bars i:nth-child(3){height:45%}.chart-bars i:nth-child(4){height:87%}.chart-bars i:nth-child(5){height:62%}.chart-bars i:nth-child(6){height:100%}.commerce{background:linear-gradient(135deg,#f1eee7,#e6dcc9)}.shop-card{width:76%;background:#fff;padding:28px;border:1px solid rgba(0,0,0,.1)}.shop-card span,.shop-card strong,.shop-card small{display:block}.shop-card span{font-size:11px;letter-spacing:.15em;color:var(--muted);margin-bottom:15px}.shop-card strong{font-size:26px;margin-bottom:8px}.shop-card small{color:var(--muted)}.project-body{padding:31px}.project-meta{display:flex;justify-content:space-between;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:28px}.project h3{font-size:31px;margin:0 0 14px}.project p{color:var(--soft);line-height:1.65;margin:0 0 18px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tags span{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:var(--paper)}.scope{margin-top:20px!important;font-size:14px}.expertise{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cap-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.cap-card{padding:40px 26px 34px;border:1px solid var(--line);margin-left:-1px;text-align:center;transition:.35s}.cap-card:first-child{margin-left:0}.cap-card:hover,.cap-card.active{background:var(--accent);border-color:var(--accent)}.cap-icon{width:82px;height:82px;margin:0 auto 28px;display:grid;place-items:center;border:1px solid rgba(21,19,16,.25);border-radius:50%;font-size:30px}.cap-card h3{font-size:19px;line-height:1.2;margin:0 0 13px}.cap-card p{font-size:14.5px;line-height:1.6;color:var(--soft);margin:0}.collab{background:#fff}.testimonials{padding-top:90px}.section-head.compact{justify-content:flex-start}.quotes{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.quotes blockquote{margin:0;padding:28px;border:1px solid var(--line);background:var(--paper);clip-path:polygon(0 0,100% 0,100% 88%,92% 100%,0 100%)}.stars{color:#e4a900;letter-spacing:2px;margin-bottom:16px}.quotes p{color:var(--soft);line-height:1.65;font-size:14.5px}.quotes footer{display:flex;flex-direction:column;gap:3px;margin-top:20px}.quotes footer span{color:var(--muted);font-size:12.5px}.cta{max-width:1280px;margin:0 auto 80px;padding:58px;background:var(--navy);color:#f4f3ec;display:flex;justify-content:space-between;align-items:end;gap:40px}.cta p{max-width:58ch;line-height:1.65;color:var(--faint);margin:0}.cta-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.text-link{color:#fff;font-weight:700;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:3px}.footer{max-width:1280px;margin:auto;padding:28px 24px 42px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:13px}
@media(max-width:980px){.nav-links{display:none}.hero-foot{grid-template-columns:1fr;justify-items:center;text-align:center}.hero-note,.hero-trust{justify-content:center}.flight{order:-1}.split-inner{grid-template-columns:1fr}.divider{display:none}.project-featured{grid-template-columns:1fr}.projects{grid-template-columns:1fr}.project-featured{grid-column:auto}.cap-grid{grid-template-columns:1fr 1fr}.cap-card{margin-left:0;margin-top:-1px}.quotes{grid-template-columns:1fr 1fr}.cta{margin:0 24px 70px}.section-head{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.hero{padding:16px 14px 48px}.nav{padding:8px 8px 8px 14px}.nav>.pill{display:none}.hero-copy{padding:68px 4px 42px}.hero-actions{flex-direction:column}.hero-actions .pill{width:100%}.icon-btn{display:none}.spark{display:none}.split,.collab,.work,.expertise,.testimonials{padding:62px 18px}.projects{gap:18px}.project-visual{min-height:230px;padding:0}.project:not(.project-featured) .project-visual{min-height:210px}.project-body{padding:24px}.cap-grid{grid-template-columns:1fr}.quotes{grid-template-columns:1fr}.cta{margin:0 16px 52px;padding:38px 24px;flex-direction:column;align-items:flex-start}.footer{padding:24px 18px 35px}.stacked{display:none}.hero-trust{justify-content:center}.hero-note{align-items:center}.copy h2,.section-head h2,.cta h2{font-size:36px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
