:root{
  --bg:#101214;--panel:#181b1e;--panel2:#202428;--text:#f4f6f7;--muted:#a9b0b7;
  --accent:#ff7a1a;--line:#30363b;--max:1160px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px max(24px,calc((100vw - var(--max))/2));background:rgba(16,18,20,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{font-weight:900;letter-spacing:.14em}
nav{display:flex;gap:22px;align-items:center;color:#dfe3e6}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--accent);color:#111;font-weight:800;padding:13px 18px;cursor:pointer}
.button.small{padding:9px 13px}
.hero,.section,footer{max-width:var(--max);margin:auto;padding-left:24px;padding-right:24px}
.hero{min-height:650px;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding-top:70px;padding-bottom:70px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:var(--accent);font-weight:800}
h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.98;letter-spacing:-.055em;margin:14px 0 24px}
h1 span{color:#aeb5bb}
h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.035em;margin:.25rem 0 1rem}
h3{margin:.5rem 0}
.lead{font-size:1.2rem;color:var(--muted);max-width:650px}
.actions{display:flex;gap:22px;align-items:center;margin-top:30px}
.link{color:#dfe3e6}
.hero-card{height:420px;background:linear-gradient(145deg,#252a2f,#15181b);border:1px solid var(--line);border-radius:24px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:25px;color:var(--muted)}
.part{position:absolute;border:4px solid var(--accent);filter:drop-shadow(0 15px 25px #0008)}
.part-a{width:190px;height:95px;left:70px;top:75px;border-radius:14px;transform:rotate(-8deg)}
.part-b{width:110px;height:180px;right:65px;top:115px;border-radius:22px;transform:rotate(13deg)}
.part-c{width:140px;height:55px;left:115px;top:235px;border-radius:28px;transform:rotate(9deg)}
.section{padding-top:95px;padding-bottom:95px}
.section-head{max-width:760px;margin-bottom:38px}
.section-head>p:last-child{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cards article,.gallery article,form{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:24px}
.cards article span{color:var(--accent);font-weight:900;font-size:.8rem}
.cards article p,.gallery article p{color:var(--muted)}
.muted{max-width:none;background:#15181b}
.muted>.section-head,.muted>.gallery{max-width:var(--max);margin-left:auto;margin-right:auto}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.placeholder{aspect-ratio:4/3;border-radius:12px;background:linear-gradient(135deg,#2d3338,#171a1d);display:grid;place-items:center;color:#6f777e;border:1px solid #353b40}
.quote-section form{max-width:900px}
label{display:block;font-weight:700;margin-bottom:18px}
input,select,textarea{width:100%;margin-top:7px;background:#0f1113;border:1px solid #3a4147;border-radius:9px;padding:12px 13px;color:var(--text);font:inherit}
textarea{resize:vertical}
small{color:var(--muted);font-weight:400}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.status{min-height:1.5em;margin-bottom:0;color:var(--muted)}
.status.ok{color:#92db9e}.status.err{color:#ff9b9b}
.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.about>p{font-size:1.15rem;color:var(--muted)}
footer{padding-top:35px;padding-bottom:50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}
@media(max-width:850px){
  nav a:not(.button){display:none}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-card{height:330px}
  .cards{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:1fr}
  .about{grid-template-columns:1fr;gap:10px}
}
@media(max-width:560px){
  .cards,.grid2{grid-template-columns:1fr}
  .hero{padding-top:45px}
  h1{font-size:3.3rem}
  footer{flex-direction:column;gap:8px}
}
