
:root{--gold:#f6bd13;--bg:#07090d;--panel:#10141b;--text:#f6f7f9;--muted:#aab2bf;--line:rgba(255,255,255,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{color:inherit}.ml-wrap{width:min(1280px,calc(100% - 40px));margin:auto}.ml-hero{position:relative;min-height:100svh;padding:150px 0 80px;display:flex;align-items:flex-end;overflow:hidden;background:#080a0e}.ml-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ml-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,7,.96) 0%,rgba(4,5,7,.82) 38%,rgba(4,5,7,.30) 70%,rgba(4,5,7,.45)),linear-gradient(0deg,rgba(4,5,7,.94),transparent 55%)}.ml-hero__content{position:relative;z-index:2;max-width:760px}.ml-eyebrow{margin:0 0 18px;color:var(--gold);font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.ml-hero h1{margin:0;font-size:clamp(48px,6.2vw,94px);line-height:.94;letter-spacing:-.055em;text-transform:uppercase}.ml-lead{font-size:clamp(19px,2vw,26px);line-height:1.42;color:#e6e9ee;margin:25px 0 0;max-width:760px}.ml-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.ml-btn{min-height:54px;padding:0 24px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:850;border:1px solid var(--line);background:rgba(255,255,255,.04);transition:.25s}.ml-btn:hover{transform:translateY(-2px);border-color:rgba(246,189,19,.7)}.ml-btn--gold{background:var(--gold);color:#111;border-color:var(--gold);box-shadow:0 14px 35px rgba(246,189,19,.22)}.ml-section{padding:100px 0;border-top:1px solid rgba(255,255,255,.06)}.ml-section--soft{background:linear-gradient(180deg,rgba(255,255,255,.025),transparent)}.ml-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:50px;align-items:end;margin-bottom:42px}.ml-head h2{margin:0;font-size:clamp(36px,4vw,64px);line-height:1;letter-spacing:-.045em}.ml-head p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}.ml-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ml-card{padding:28px;min-height:190px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));position:relative;overflow:hidden}.ml-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:48px;background:var(--gold)}.ml-card span{display:block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.1em;margin-bottom:28px}.ml-card h3{font-size:21px;line-height:1.2;margin:0}.ml-process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ml-step{padding:24px;border-top:1px solid rgba(246,189,19,.55);background:rgba(255,255,255,.02);border-radius:0 0 18px 18px}.ml-step b{color:var(--gold);font-size:12px}.ml-step h3{font-size:19px;margin:18px 0 10px}.ml-step p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.ml-gallery{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:280px 280px;gap:14px}.ml-gallery img{width:100%;height:100%;object-fit:cover;border-radius:22px;border:1px solid var(--line)}.ml-gallery img:first-child{grid-row:1/3}.ml-cta{padding:52px;border-radius:30px;border:1px solid rgba(246,189,19,.32);background:radial-gradient(circle at 85% 0,rgba(246,189,19,.18),transparent 42%),#101319;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.ml-cta h2{font-size:clamp(32px,4vw,58px);line-height:1;margin:0 0 14px}.ml-cta p{color:var(--muted);font-size:17px;line-height:1.6;margin:0;max-width:760px}.ml-footer{padding:44px 0;border-top:1px solid var(--line);color:var(--muted)}.ml-footer__row{display:flex;justify-content:space-between;gap:30px;align-items:center}.ml-footer img{height:32px}.ml-footer nav{display:flex;gap:18px;flex-wrap:wrap}.ml-footer a{text-decoration:none;font-size:13px}.ml-back{display:inline-flex;margin-bottom:25px;color:#fff;text-decoration:none;font-size:13px;font-weight:800}.ml-legal{padding:150px 0 100px;min-height:75vh}.ml-legal h1{font-size:clamp(42px,6vw,78px);line-height:1;margin:0 0 35px}.ml-legal article{max-width:900px;color:#c4cad3;font-size:16px;line-height:1.75}.ml-legal h2{color:#fff;margin-top:35px}.ml-project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ml-project-tile{min-height:370px;border-radius:24px;position:relative;overflow:hidden;border:1px solid var(--line);text-decoration:none;display:flex;align-items:flex-end}.ml-project-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.ml-project-tile:hover img{transform:scale(1.035)}.ml-project-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,5,7,.96),transparent 70%)}.ml-project-tile div{position:relative;z-index:1;padding:24px}.ml-project-tile small{color:var(--gold);font-weight:850;text-transform:uppercase;letter-spacing:.1em}.ml-project-tile h2{font-size:27px;margin:9px 0 0}.ml-catalogue-hero{padding:160px 0 70px}.ml-catalogue-hero h1{font-size:clamp(48px,7vw,96px);line-height:.94;margin:0;letter-spacing:-.05em;text-transform:uppercase}.ml-catalogue-hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:760px}.ml-catalogue-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:100px}.ml-catalogue-card{padding:34px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012));text-decoration:none}.ml-catalogue-card small{color:var(--gold);font-weight:850}.ml-catalogue-card h2{font-size:30px;margin:12px 0}.ml-catalogue-card p{color:var(--muted);line-height:1.55}.ml-catalogue-card b{display:inline-block;margin-top:10px;color:var(--gold)}
@media(max-width:900px){.ml-head{grid-template-columns:1fr;gap:20px}.ml-grid{grid-template-columns:repeat(2,1fr)}.ml-process{grid-template-columns:repeat(2,1fr)}.ml-project-list{grid-template-columns:repeat(2,1fr)}.ml-cta{grid-template-columns:1fr}.ml-gallery{grid-template-columns:1fr 1fr;grid-template-rows:310px 210px}.ml-gallery img:first-child{grid-column:1/3;grid-row:auto}.ml-catalogue-grid{grid-template-columns:1fr}}
@media(max-width:600px){.ml-wrap{width:calc(100% - 28px)}.ml-hero{padding:125px 0 45px;min-height:100svh}.ml-hero h1{font-size:clamp(42px,13vw,62px)}.ml-lead{font-size:18px}.ml-actions{flex-direction:column}.ml-btn{width:100%}.ml-section{padding:70px 0}.ml-grid,.ml-process,.ml-project-list{grid-template-columns:1fr}.ml-card{min-height:150px}.ml-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.ml-gallery img{min-width:88%;height:280px;scroll-snap-align:start}.ml-cta{padding:30px 22px}.ml-footer__row{align-items:flex-start;flex-direction:column}.ml-catalogue-hero{padding:125px 0 50px}.ml-catalogue-card{padding:25px}}
