
:root{--orange:#ff641b;--orange-dark:#ec500b;--ink:#181818;--muted:#777;--line:#eeeae7;--cream:#fff9f5;--shadow:0 12px 35px rgba(20,20,20,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif;line-height:1.8}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.header{height:74px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}.nav{height:100%;display:flex;align-items:center;gap:30px}.brand{font-weight:900;font-size:17px;white-space:nowrap}.brand span,.tag,.more,.project small,.blog span{color:var(--orange)}
.desktop-menu{display:flex;align-items:center;justify-content:center;gap:25px;flex:1;font-size:12px;font-weight:600}.desktop-menu a{height:74px;display:flex;align-items:center;position:relative}.desktop-menu a:hover,.desktop-menu .active{color:var(--orange)}.desktop-menu .active:after{content:"";position:absolute;bottom:13px;right:0;left:0;height:2px;background:var(--orange);border-radius:4px}
.primary,.outline{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:11px 25px;font:inherit;font-size:12px;font-weight:800;transition:.25s}.primary{background:var(--orange);color:#fff;border:1px solid var(--orange)}.primary:hover{background:var(--orange-dark);transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,100,27,.25)}.outline{background:#fff;border:1px solid #ddd}.outline:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-3px)}.small{padding:8px 20px;font-size:11px}.hamburger,.mobile-menu{display:none}

.hero{min-height:510px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-content{padding:70px 40px 70px 0}.kicker{font-weight:800;font-size:22px;margin:0}.hero h1{font-size:66px;line-height:1.1;letter-spacing:-3px;margin:4px 0 18px}.hero h1 em{font-style:normal;color:var(--orange)}.lead{max-width:500px;color:var(--muted);font-size:14px}.actions{display:flex;gap:12px;margin-top:27px}.socials{display:flex;gap:18px;direction:ltr;margin-top:28px;font-weight:900}.socials a:hover{color:var(--orange)}
.hero-visual{height:430px;position:relative;display:grid;place-items:center}.blob{position:absolute;width:360px;height:300px;background:radial-gradient(ellipse,#fff5e9 0,#fff8f4 58%,transparent 72%);border-radius:50%}.cube{width:215px;height:215px;border-radius:28px;background:linear-gradient(145deg,#fff,#e9e9e9);box-shadow:18px 24px 38px rgba(0,0,0,.14),inset 3px 3px 7px #fff;display:grid;place-items:center;transform:rotate(-8deg);position:relative;z-index:2}.cube span{font-size:72px;font-weight:900;color:var(--orange);text-shadow:0 5px 0 #e24d0b}.dot{position:absolute;border-radius:50%;z-index:3}.d1{width:17px;height:17px;background:var(--orange);top:105px;right:28%}.d2{width:11px;height:11px;background:#c7a995;top:70px;left:28%}.d3{width:21px;height:21px;background:#bbb;bottom:80px;left:22%}.d4{width:9px;height:9px;background:var(--orange);right:18%;bottom:120px}

.section{padding:76px 0}.line{border-top:1px solid var(--line)}h2{font-size:27px;margin:3px 0 15px;line-height:1.4}.tag{font-size:11px;font-weight:900}.muted{color:var(--muted);font-size:13px}.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo img{width:100%;height:315px;object-fit:cover;border-radius:13px;display:block}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.stats div{background:var(--cream);padding:13px 5px;text-align:center;border-radius:10px}.stats b{display:block;color:var(--orange);font-size:24px}.stats small{font-size:9px;color:#666}
.center-title{text-align:center;margin-bottom:35px}.services{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.services article,.project,.person,.blog{border:1px solid var(--line);border-radius:12px;background:#fff;transition:.25s;overflow:hidden}.services article{padding:23px 17px;min-height:185px}.services article:hover,.project:hover,.person:hover,.blog:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#ffd9c4}.service-icon{color:var(--orange);font-size:29px;font-weight:900}.services h3{font-size:14px;margin:8px 0 5px}.services p{font-size:10px;color:var(--muted);margin:0}.more{display:block;text-align:center;font-size:11px;font-weight:800;margin-top:25px}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section-head .more{margin:0}.cards{display:grid;gap:14px}.four{grid-template-columns:repeat(4,1fr)}.project img,.blog img{width:100%;height:145px;object-fit:cover;display:block}.project div{padding:10px 14px 14px}.project h3{font-size:12px;margin:0 0 2px}.project small{font-size:9px}.team{grid-template-columns:repeat(4,1fr)}.person{text-align:center;padding:25px 10px}.person img{width:105px;height:105px;object-fit:cover;border-radius:50%;border:5px solid #fff4eb}.person h3{font-size:13px;margin:8px 0 0}.person p{font-size:10px;color:var(--muted);margin:0 0 8px}.person div{font-size:11px}.blog{padding-bottom:14px}.blog span,.blog h3,.blog small{margin-right:14px;margin-left:14px}.blog span{display:block;font-size:9px;margin-top:9px}.blog h3{font-size:12px;margin-top:2px;margin-bottom:0}.blog small{display:block;color:#999;font-size:9px}
.contact{background:var(--cream);border-radius:15px;padding:43px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-info p{font-size:11px;color:#555;margin:8px 0}.contact form{display:grid;gap:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact input,.contact textarea{width:100%;border:1px solid #eadfd8;border-radius:7px;padding:12px;background:#fff;font:inherit;font-size:11px;outline:none}.contact textarea{min-height:130px;resize:vertical}.contact input:focus,.contact textarea:focus{border-color:var(--orange)}
.footer{border-top:1px solid var(--line);padding-top:50px}.foot{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:35px;padding-bottom:40px}.foot h4{font-size:12px;margin:4px 0 12px}.foot p,.foot a{font-size:10px;color:var(--muted);display:block;margin:5px 0}.foot .socials{margin-top:15px}.copy{text-align:center;border-top:1px solid var(--line);padding:14px;color:#999;font-size:9px}

@media(max-width:900px){.desktop-menu{gap:12px}.desktop-menu a{font-size:10px}.services{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){
.wrap{width:calc(100% - 24px)}.header{height:64px}.nav{gap:15px}.desktop-menu,.nav>.small{display:none}.hamburger{display:block;font-size:23px;cursor:pointer;margin-right:auto}.mobile-menu{display:none;position:absolute;top:64px;right:12px;left:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:var(--shadow)}.mobile-menu a{display:block;padding:9px 12px;font-size:12px}.mobile-menu a:hover{color:var(--orange)}#nav-check:checked~.mobile-menu{display:block}
.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:50px 5px 15px}.hero h1{font-size:51px}.hero-visual{height:290px;order:-1}.cube{width:155px;height:155px}.cube span{font-size:53px}.blob{width:260px;height:210px}.section{padding:55px 0}.about{grid-template-columns:1fr;gap:25px}.photo img{height:240px}.stats{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:1fr 1fr}.four,.team{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr;padding:28px 18px;gap:25px}.foot{grid-template-columns:1fr 1fr;gap:25px}.section-head{align-items:center}
}
@media(max-width:430px){.services,.four,.team{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.hero h1{font-size:46px}.actions{flex-direction:column}.actions>*{width:100%}.foot{grid-template-columns:1fr}}
