:root{--yellow:#ffd21a;--black:#070707;--black2:#111;--white:#f7f7f4;--muted:#a7a7a1;--line:#262626;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.eyebrow{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--yellow)}.btn,.eyebrow{font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;border:1px solid transparent;transition:.25s ease}.btn-primary{background:var(--yellow);color:#050505}.btn-primary:hover{transform:translateY(-2px)}.btn-ghost{border-color:#333;background:#0e0e0e}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(7,7,7,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:900;letter-spacing:.08em}.navlinks{display:flex;gap:26px;align-items:center;color:#d8d8d4;font-size:14px}.navlinks a:hover{color:var(--yellow)}.hero{min-height:78vh;display:grid;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.hero:before{content:"";position:absolute;inset:-20% -10% auto auto;width:520px;height:520px;background:radial-gradient(circle,rgba(255,210,26,.19),rgba(255,210,26,0) 68%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:60px;gap:60px;align-items:center;padding:80px 0}h1{font-size:clamp(48px,7vw,92px);line-height:.98;margin:18px 0 24px;letter-spacing:-.045em}h1 .accent{color:var(--yellow)}.hero p{font-size:19px;color:#c9c9c4;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-card{border:1px solid #282828;border-radius:28px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));min-height:380px;display:grid;place-items:center}.logo-box{font-size:48px;font-weight:900;letter-spacing:.08em;color:var(--yellow);text-align:center}.trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:#242424;border-top:1px solid #242424;border-bottom:1px solid #242424}.trust>div{background:#0b0b0b;padding:28px;text-align:center}.trust strong{display:block;font-size:28px;color:var(--yellow)}.trust span{font-size:13px;color:#999}section{padding:96px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.section-head h2{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:10px 0 0;letter-spacing:-.035em}.section-head p{max-width:560px;color:#aaa}.services{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.service{border:1px solid var(--line);padding:28px;border-radius:22px;background:#0d0d0d;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}.service:hover{transform:translateY(-5px);border-color:#595959}.service .num{color:var(--yellow);font-size:13px;font-weight:800;letter-spacing:.12em}.service h3{font-size:26px;margin:28px 0 10px}.service p{color:#a9a9a4;margin:0}.work{background:#f2f2ed;color:#0a0a0a}.work .section-head p{color:#555}.projects{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.project{background:#fff;border:1px solid #deded8;border-radius:26px;padding:22px;min-height:330px;display:flex;flex-direction:column;justify-content:space-between}.project-visual{height:190px;border-radius:18px;background:linear-gradient(135deg,#101010 0 50%,#ffd21a 50% 100%)}.project h3{font-size:28px;margin:20px 0 6px}.project small{color:#696969}.process{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.step{border-top:2px solid #2a2a2a;padding-top:20px}.step b{color:var(--yellow)}.step h4{font-size:20px;margin:10px 0 8px}.step p{font-size:14px;color:#9d9d98}.cta{background:var(--yellow);color:#050505;border-radius:30px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:clamp(38px,5vw,62px);line-height:1;margin:0;letter-spacing:-.04em}.cta p{max-width:600px;color:#302a00}.cta .btn{background:#050505;color:#fff}footer{padding:42px 0;border-top:1px solid var(--line);color:#9d9d97}.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.page{padding:100px 0;min-height:70vh}.page h1{font-size:clamp(42px,6vw,72px)}.page p{max-width:760px;color:#b8b8b3;font-size:18px}@media(max-width:900px){.navlinks{display:none}.hero-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr 1fr}.projects{grid-template-columns:1fr}.process,.trust{grid-template-columns:1fr 1fr}.cta,.section-head{display:block}.cta{padding:36px}.cta .btn{margin-top:22px}}@media(max-width:620px){.container{width:min(var(--max),calc(100% - 26px))}.process,.services{grid-template-columns:1fr}section{padding:72px 0}h1{font-size:50px}.hero p{font-size:17px}}