@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--yellow:#f9c900;--ink:#25282b;--muted:#6c7073;--pale:#f7f6f1;--line:#e8e5dc;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.top{background:var(--ink);color:#fff;font-size:13px}.top .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top a{color:#fff}.top strong{color:var(--yellow)}header{background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid #eee}nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:145px;display:block}.links{display:flex;gap:25px;font-size:13px;font-weight:800;letter-spacing:.02em}.links a{padding:28px 0;border-bottom:3px solid transparent}.links a:hover,.links .active{border-color:var(--yellow)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink);padding:13px 20px;font-size:13px;font-weight:800;letter-spacing:.02em;border:none;cursor:pointer}.button.dark{background:var(--ink);color:#fff}.hero{min-height:580px;background:linear-gradient(110deg,rgba(28,31,32,.92),rgba(28,31,32,.56)),linear-gradient(150deg,#585d5d 0%,#272a2a 50%,#aa9d72 50%,#6b6250 100%);background-size:cover;display:grid;place-items:center;color:#fff}.hero .wrap{padding:90px 0}.eyebrow{color:var(--yellow);font-size:12px;letter-spacing:.18em;font-weight:800;text-transform:uppercase}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,6vw,74px);line-height:1.08;max-width:760px;margin:16px 0 20px}.hero p{max-width:590px;font-size:17px;color:#f0f0ed;margin-bottom:30px}.metric{display:flex;gap:40px;margin-top:54px}.metric b{display:block;font-size:25px;color:var(--yellow)}.metric span{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.section{padding:88px 0}.pale{background:var(--pale)}.heading{max-width:620px;margin-bottom:42px}.heading h2,.intro h1{font-family:'Playfair Display',serif;font-size:42px;line-height:1.15;margin:10px 0}.heading p{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:29px;background:#fff;border:1px solid var(--line)}.card .no{color:var(--yellow);font-weight:800;font-size:20px}.card h3{font-size:18px;margin:15px 0 8px}.card p{font-size:14px;color:var(--muted);margin:0}.about{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.block-image{height:365px;background:linear-gradient(145deg,#e2b900 0 14%,transparent 14%),linear-gradient(135deg,#9e9377,#3d4141);position:relative}.block-image:after{content:'SOYART';position:absolute;bottom:25px;right:25px;color:#fff;font-weight:800;letter-spacing:.2em;font-size:19px}.about p{color:var(--muted)}.page-hero{padding:76px 0 70px;background:var(--ink);color:#fff}.page-hero h1{font-family:'Playfair Display',serif;font-size:52px;margin:10px 0 0}.page-hero p{max-width:600px;color:#d8d8d4}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service{padding:30px;border:1px solid var(--line);display:flex;gap:22px}.service i{font-style:normal;color:var(--yellow);font-size:26px;font-weight:800}.service h3{margin:0 0 6px}.service p{margin:0;color:var(--muted);font-size:14px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:190px;gap:14px}.shot{background:linear-gradient(135deg,#3e4140,#9c9278);display:flex;align-items:end;padding:20px;color:#fff;font-weight:800}.shot:nth-child(2){background:linear-gradient(135deg,#e0c751,#554f42)}.shot:nth-child(3){background:linear-gradient(135deg,#797c73,#262a2c)}.shot:nth-child(4){background:linear-gradient(135deg,#dedbd0,#8c8067)}.shot:nth-child(5){background:linear-gradient(135deg,#bdaf86,#373a38)}.shot:first-child{grid-row:span 2}.contact{display:grid;grid-template-columns:1fr 1.1fr;gap:50px}.contact h3{font-family:'Playfair Display',serif;font-size:30px}.contact-item{padding:15px 0;border-bottom:1px solid var(--line)}.contact-item small{display:block;color:var(--muted);text-transform:uppercase;font-size:10px;letter-spacing:.14em;font-weight:800}.form{padding:32px;background:var(--pale)}.form input,.form textarea{font:inherit;width:100%;padding:13px;margin:0 0 13px;border:1px solid #dcd9d0;background:#fff}.form textarea{height:120px}.cta{background:var(--yellow);padding:45px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{font-family:'Playfair Display',serif;margin:0;font-size:30px}footer{background:var(--ink);color:#fff;padding:58px 0 0;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.25fr;gap:52px;padding-bottom:42px}.footer-brand img{width:145px;margin-bottom:16px}.footer-brand p{color:#bfc0bc;max-width:310px;margin:0}.footer-title{color:var(--yellow);font-size:11px;font-weight:800;letter-spacing:.15em;margin:5px 0 15px}.footer-links{display:grid;gap:7px;color:#d8d9d5}.footer-links a:hover{color:var(--yellow)}.footer-contact{color:#d8d9d5;display:grid;gap:11px}.footer-contact b{color:#fff;font-size:12px}.footer-bottom{border-top:1px solid #46494a;padding:17px 0;color:#aeb1ae;font-size:11px}.footer-bottom .wrap{display:flex;justify-content:space-between;gap:18px}.footer-bottom strong{color:var(--yellow)}@media(max-width:760px){.top .wrap,footer .wrap,.cta .wrap{display:block;padding:10px 0}.links{gap:13px;font-size:11px}.logo img{width:115px}nav{height:68px}.links a{padding:22px 0}.hero{min-height:510px}.section{padding:58px 0}.grid3,.about,.contact,.service-list,.footer-grid{grid-template-columns:1fr;gap:18px}.footer-grid{padding-bottom:30px}.footer-bottom .wrap{display:block}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:150px}.gallery .shot:first-child{grid-column:span 2;grid-row:span 1}.metric{gap:20px}.page-hero{padding:55px 0}.page-hero h1{font-size:40px}.heading h2{font-size:35px}}
