:root{--bg:#070707;--panel:#141414;--ink:#f6f6f3;--muted:#c7c7c2;--line:#323232;--accent:#e8e8e3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.header{padding:28px 0;border-bottom:1px solid var(--line)}.head{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:clamp(2rem,6vw,4.9rem);font-weight:800;letter-spacing:.1em;line-height:1}.tag{letter-spacing:.18em;color:#bbb;font-size:.78rem;margin-top:.4rem}.qr{width:120px;height:120px;background:#fff;padding:5px}.nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.nav a,.btn{display:inline-block;background:var(--accent);color:#111;text-decoration:none;font-weight:bold;padding:.7rem 1rem}.hero{padding:76px 0 64px}.hero h1,h2{line-height:1.08;margin:0 0 1rem}.hero h1{font-size:clamp(2.6rem,6vw,5.5rem);max-width:800px}.lead{font-size:1.22rem;color:var(--muted);max-width:850px}.hero img{width:100%;max-height:510px;object-fit:cover;margin-top:30px;border:1px solid var(--line)}.section{padding:70px 0;border-top:1px solid var(--line)}.section h2{font-size:clamp(2.2rem,4.5vw,4rem)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--panel);padding:26px}.card h3{margin-top:0}.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:30px}.gallery img{width:100%;height:320px;object-fit:cover;border:1px solid var(--line)}.team{display:grid;gap:16px}.team article{border-left:3px solid white;padding:2px 0 2px 18px}.contact{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.footer{border-top:1px solid var(--line);padding:42px 0;color:#bbb}.footer a{color:white}@media(max-width:720px){.head{align-items:flex-start}.qr{width:95px;height:95px}.grid,.three,.gallery{grid-template-columns:1fr}.gallery img{height:240px}.hero{padding:52px 0}.section{padding:50px 0}}
