:root{
  --bg:#f5f5f3;--ink:#17191c;--muted:#6f7276;--orange:#ff7a00;--orange2:#ff9a1f;
  --white:#fff;--line:#deded9;--dark:#191b1e;--shadow:0 22px 60px rgba(0,0,0,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(23,25,28,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:130px;height:58px;object-fit:cover;border-radius:8px}
nav{display:flex;align-items:center;gap:28px;color:#eee;font-weight:700;font-size:14px}nav a:not(.nav-phone):hover{color:var(--orange)}
.nav-phone{background:var(--orange);padding:10px 16px;border-radius:8px;color:#111}
.hero{min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;background:
linear-gradient(110deg,rgba(10,11,12,.95),rgba(10,11,12,.66) 50%,rgba(10,11,12,.86)),
url("assets/hero-radyk.jpeg") center/cover}
.hero:after{content:"";position:absolute;inset:auto -10% -160px;height:320px;background:var(--orange);opacity:.10;transform:rotate(-4deg)}
.hero-content{position:relative;z-index:2;color:#fff;max-width:850px;padding:100px 0}.eyebrow,.section-kicker{display:inline-block;color:var(--orange);font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:12px}
.hero h1{font-size:clamp(46px,7vw,88px);line-height:.98;margin:20px 0 25px;letter-spacing:-.045em}.hero h1 span{color:var(--orange)}
.hero p{max-width:700px;font-size:20px;color:#ddd;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:8px;font-weight:900;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--orange);color:#111}.btn-primary:hover{background:var(--orange2);transform:translateY(-2px)}.btn-ghost{border-color:rgba(255,255,255,.35);color:#fff}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.hero-contact{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;color:#ddd;font-weight:700}.hero-contact a:hover{color:var(--orange)}
.section{padding:110px 0}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:70px}.section h2{font-size:clamp(36px,5vw,58px);line-height:1.05;margin:12px 0 0;letter-spacing:-.035em}.intro-copy{font-size:19px;color:#4d5054}.intro-copy p{margin-top:0;margin-bottom:20px}
.section-dark{background:var(--dark);color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:55px}.section-heading>p{max-width:430px;color:#aeb1b4;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{padding:30px;border:1px solid #36393d;border-radius:12px;background:#202326;min-height:250px;transition:.25s}.service-card:hover{transform:translateY(-5px);border-color:var(--orange)}.service-card b{color:var(--orange);font-size:13px}.service-card h3{font-size:23px;margin:28px 0 10px;line-height:1.2}.service-card p{color:#b8bbbf;margin:0}
.project-list{display:grid;gap:80px}.project-row{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:center}.project-row.reverse{grid-template-columns:1.25fr .75fr}.project-row.reverse .project-text{order:2}.project-row.reverse .photo-card{order:1}.project-text span{color:var(--orange);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.project-text h3{font-size:40px;line-height:1.05;margin:12px 0}.project-text p{color:var(--muted);font-size:17px}.photo-card{border:0;padding:0;background:#ddd;border-radius:14px;overflow:hidden;position:relative;cursor:pointer;box-shadow:var(--shadow);display:block;width:100%}.photo-card img{display:block;width:100%;height:520px;object-fit:cover;transition:.45s}.photo-card:hover img{transform:scale(1.025)}.photo-card span{position:absolute;right:14px;bottom:14px;background:rgba(17,18,20,.82);color:#fff;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:800}
.why{background:#ecece8}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#cfcfca;border:1px solid #cfcfca}.benefits>div{background:#ecece8;padding:32px}.benefits strong{color:var(--orange);font-size:13px}.benefits h3{font-size:22px;margin:18px 0 8px}.benefits p{color:#6b6d70;margin:0}
.cta{background:var(--orange);color:#111;padding:90px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}.cta .section-kicker{color:#111}.cta h2{font-size:clamp(36px,5vw,62px);line-height:1;margin:10px 0 15px;max-width:720px}.cta p{max-width:700px;margin:0;font-size:18px}.contact-actions{display:flex;flex-direction:column;gap:10px;min-width:220px}.btn-light{background:#fff;color:#111}.btn-light:hover{background:#f1f1f1}
footer{background:#111;color:#fff;padding:45px 0 20px}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-logo{width:150px;height:62px;object-fit:cover;border-radius:8px}.footer-inner p{margin:8px 0 0;color:#92959a;font-size:13px}.footer-contact{display:flex;flex-direction:column;gap:8px;text-align:right;font-weight:700}.footer-contact a:hover{color:var(--orange)}.copyright{margin-top:30px;padding-top:20px;border-top:1px solid #292b2e;color:#73767a;font-size:12px}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:100;display:none;align-items:center;justify-content:center;padding:50px}.lightbox.open{display:flex}.lightbox figure{margin:0;max-width:min(1200px,90vw);max-height:90vh;text-align:center}.lightbox img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.lightbox figcaption{color:#fff;margin-top:10px}.lightbox button{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;width:46px;height:46px;border-radius:50%;font-size:30px;cursor:pointer}.lightbox button:hover{background:var(--orange);color:#111}.lightbox-close{top:18px;right:22px}.lightbox-prev{left:22px;top:50%;transform:translateY(-50%)}.lightbox-next{right:22px;top:50%;transform:translateY(-50%)}
@media(max-width:850px){.nav{height:70px}.brand img{width:110px;height:50px}nav a:not(.nav-phone){display:none}.hero{min-height:700px}.hero-content{padding:80px 0}.intro-grid,.project-row,.project-row.reverse{grid-template-columns:1fr;gap:25px}.project-row.reverse .project-text,.project-row.reverse .photo-card{order:initial}.services-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}.cta-inner{display:block}.contact-actions{margin-top:25px;flex-direction:row;flex-wrap:wrap}.footer-inner{align-items:flex-start;flex-direction:column}.footer-contact{text-align:left}.photo-card img{height:430px}}
@media(max-width:560px){.container{width:min(100% - 26px,1160px)}.hero h1{font-size:48px}.hero p{font-size:17px}.section{padding:75px 0}.section-heading{display:block}.section-heading>p{margin-top:15px}.services-grid,.benefits{grid-template-columns:1fr}.project-list{gap:55px}.project-text h3{font-size:32px}.photo-card img{height:330px}.contact-actions{flex-direction:column}.hero-contact{flex-direction:column;gap:8px}}
