*{box-sizing:border-box}body{margin:0;font-family:"Inter",sans-serif;background:#0f1319;color:#eaf0f8}a{text-decoration:none;color:inherit}.container{width:min(1140px,92%);margin:0 auto}.top{border-bottom:1px solid #2c3646;background:#0f1319;position:sticky;top:0;z-index:20}.top__row{min-height:72px;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:900;letter-spacing:.05em}.brand span{color:#f6b436}.nav{display:flex;gap:1rem}.nav a{color:#8c9cb2}.nav a.active,.nav a:hover{color:#fff}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.5rem}.hero{padding:2.4rem 0 2rem}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.hero__left{background:linear-gradient(160deg,#171d27,#11161f);border:1px solid #273243;border-radius:14px;padding:1.3rem}.eyebrow{margin:0;color:#f4b43c;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700}h1{margin:.5rem 0 1rem;font-size:clamp(1.95rem,3.8vw,3.1rem);line-height:1.08}.lead{color:#a4b3c6;line-height:1.8}.cta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}.btn{display:inline-flex;padding:.72rem 1rem;border-radius:10px;font-weight:700}.btn--primary{background:#f4b43c;color:#1e1406}.btn--ghost{border:1px solid #455468;color:#cdd8e8}.hero__right{display:grid;gap:.8rem}.metric{background:#141b25;border:1px solid #2b3545;border-left:4px solid #f4b43c;padding:1rem;border-radius:12px}.metric h3{margin:0}.metric p{margin:.4rem 0 0;color:#97a8bc}.strip{background:#f4b43c;color:#1a1207;padding:.55rem 0;font-weight:700}.strip__row{display:flex;gap:1.2rem;white-space:nowrap;overflow:auto}.section{padding:2rem 0}.services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.service{background:#141b25;border:1px solid #2b3545;border-radius:12px;padding:1rem}.service p{color:#9eb0c6;line-height:1.7}.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:.9rem}.gallery__main img,.gallery__stack img{width:100%;height:100%;object-fit:cover;display:block}.gallery__main{border-radius:12px;overflow:hidden;min-height:360px;border:1px solid #2b3545}.gallery__stack{display:grid;gap:.9rem}.gallery__stack figure{margin:0;border-radius:12px;overflow:hidden;min-height:175px;border:1px solid #2b3545}.process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.step{background:#141b25;border:1px solid #2b3545;border-radius:12px;padding:.9rem}.step small{color:#f4b43c;font-weight:700;display:block;margin-bottom:.3rem}.step p{color:#9eb0c6;line-height:1.6}.final{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;background:#141b25;border:1px solid #2b3545;border-radius:14px;padding:1.1rem}.final p{color:#9eb0c6;line-height:1.8}.footer{border-top:1px solid #2c3646;padding:1.2rem 0;color:#91a3b9}.footer__row{display:flex;justify-content:space-between}@media (max-width:920px){.hero__grid,.services,.gallery,.process,.final{grid-template-columns:1fr}.nav-toggle{display:block}.nav{display:none;position:absolute;right:4%;top:66px;background:#141b25;border:1px solid #2b3545;border-radius:12px;padding:.7rem;flex-direction:column}.nav.open{display:flex}.footer__row{flex-direction:column;gap:.3rem;align-items:center}}