:root{--charcoal:#181818;--charcoal2:#242424;--cedar:#A56C42;--cedarDark:#7D4F2C;--cream:#F7F4EF;--white:#fff;--text:#202020}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--text);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%}main{overflow:hidden}.site-nav{position:fixed;top:0;left:0;width:100%;height:95px;justify-content:space-between;padding:0 7%;background:rgba(18,18,18,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;border-bottom:1px solid rgba(255,255,255,.08)}.brand,.site-nav{display:flex;align-items:center}.logo{height:72px;width:auto;transition:.3s}.logo:hover{transform:scale(1.03)}.nav-links{display:flex;align-items:center;gap:38px}.nav-links a{color:white;font-weight:700;font-size:15px;letter-spacing:.04em;text-decoration:none;transition:.25s}.nav-links a:hover{color:var(--cedar)}.nav-cta{background:var(--cedar);padding:13px 22px;border-radius:8px}.nav-cta:hover{background:var(--cedarDark);color:white}.hero{position:relative;height:100vh;display:flex;align-items:center;padding:120px 7% 80px;overflow:hidden;background:#111}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55),rgba(0,0,0,.18))}.hero-inner{position:relative;z-index:2;max-width:720px;color:white}.eyebrow{font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#D7A16E;margin-bottom:20px}.hero h1{font-size:clamp(58px,7vw,92px);line-height:.95;margin-bottom:25px;font-weight:800}.hero-copy{font-size:22px;max-width:620px;margin-bottom:42px;color:rgba(255,255,255,.88)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.button{padding:18px 34px;font-weight:700;border-radius:8px;text-decoration:none;transition:.25s}.button-primary{background:var(--cedar);color:white}.button-primary:hover{background:var(--cedarDark)}.button-secondary{border:2px solid rgba(255,255,255,.6);color:white}.button-secondary:hover{background:white;color:#111}.section{padding:100px 7%}.section-heading{text-align:center;max-width:760px;margin:auto auto 60px}.section-heading h2{font-size:clamp(38px,5vw,62px);margin:15px 0;line-height:1}.section-heading p{color:#666;font-size:18px}.trust-strip{padding:0 7%;background:var(--charcoal);color:var(--white)}.trust-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.trust-item{min-height:92px;padding:20px;display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid rgba(255,255,255,.12);text-align:center;font-weight:700}.trust-item:last-child{border-right:0}.trust-mark{color:var(--cedar);font-size:.72rem}.section-light{background:var(--white)}.cedar-text{color:var(--cedar)}.services-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.service-card{min-height:285px;padding:32px 30px;background:var(--cream);border:1px solid rgba(32,32,32,.1);border-radius:18px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.service-card:hover{transform:translateY(-6px);background:var(--white);box-shadow:0 18px 45px rgba(20,18,16,.12)}.service-number{color:var(--cedar);font-size:.78rem;font-weight:800;letter-spacing:.16em}.service-card h3{margin:72px 0 13px;font-size:1.5rem;line-height:1.1}.service-card p{margin:0;color:#6d6862}.about-section{background:linear-gradient(135deg,rgba(165,108,66,.12),transparent 42%),#efe8df}.about-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:90px;gap:90px;align-items:start}.about-grid h2{margin:10px 0 0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.04em}.about-copy p{margin:0 0 22px;color:#625e58;font-size:1.08rem}.text-link{display:inline-block;margin-top:8px;color:var(--cedarDark);font-weight:800;text-decoration:none}.text-link:hover{color:var(--cedar)}.projects-section{background:var(--charcoal);color:var(--white)}.projects-heading{max-width:760px;margin:0 auto 46px;text-align:center}.projects-heading h2{margin:10px 0 16px;font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.04em}.projects-heading>p{max-width:620px;margin:0 auto;color:rgba(255,255,255,.62);font-size:1.05rem}.gallery-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.project-card{margin:0;background:transparent}.project-card,.project-image-wrap{overflow:hidden;border-radius:18px}.project-image-wrap{position:relative;height:220px}.project-image-wrap:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.12) 55%,transparent)}.project-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.project-card:hover img{transform:scale(1.04)}.project-label{position:absolute;left:22px;right:22px;bottom:18px;z-index:2}.project-label h3{margin:0;color:var(--white);font-size:1.16rem;letter-spacing:-.01em}.testimonial-section{background:linear-gradient(120deg,rgba(165,108,66,.1),transparent 48%),var(--white)}.testimonial-card{max-width:980px;margin:0 auto;padding:clamp(36px,6vw,72px);background:var(--cream);border-left:6px solid var(--cedar);border-radius:16px;box-shadow:0 22px 60px rgba(20,18,16,.11)}.stars{margin-bottom:24px;color:var(--cedar);letter-spacing:.14em}blockquote{margin:0;font-size:clamp(1.35rem,2.7vw,2.35rem);line-height:1.38;letter-spacing:-.025em}.testimonial-author{margin:24px 0 0;color:#6d6862;font-weight:800}.contact-section{background:var(--charcoal);color:var(--white)}.contact-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:85px;gap:85px}.contact-intro h2{margin:10px 0 18px;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.04em}.contact-intro>p{color:rgba(255,255,255,.65);font-size:1.05rem}.contact-details{margin-top:34px;display:grid;grid-gap:10px;gap:10px}.contact-details a,.contact-details span{color:var(--white);text-decoration:none;font-weight:700}.contact-form{display:grid;grid-gap:17px;gap:17px;padding:36px;background:var(--white);color:var(--text);border-radius:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.contact-form label{display:grid;grid-gap:7px;gap:7px;color:#45413d;font-size:.88rem;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:14px 15px;border:1px solid #d8d1c8;border-radius:8px;background:#fbfaf8;color:var(--text);outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cedar);box-shadow:0 0 0 3px rgba(165,108,66,.13)}.contact-form textarea{resize:vertical}.contact-form button{min-height:54px;border:0;border-radius:8px;background:var(--cedar);color:var(--white);font-weight:800;cursor:pointer}.contact-form button:hover{background:var(--cedarDark)}.form-note{margin:0;color:#817b74;font-size:.76rem;line-height:1.45}.site-footer{padding:70px 7% 28px;background:#0d0d0d;color:var(--white)}.footer-grid{max-width:1240px;margin:0 auto 54px;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:50px;gap:50px}.footer-logo{max-height:68px;width:auto;margin-bottom:20px}.footer-grid p{max-width:360px;color:rgba(255,255,255,.57)}.footer-grid h3{margin:0 0 18px;color:#d9ad84;font-size:.86rem;letter-spacing:.14em;text-transform:uppercase}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid a,.footer-grid span{margin-bottom:8px;color:rgba(255,255,255,.72);text-decoration:none}.footer-bottom{max-width:1240px;margin:0 auto;padding-top:22px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.42);font-size:.82rem}@media (max-width:1020px){.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr;gap:48px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.site-nav{position:absolute;height:auto;min-height:88px;padding:15px 18px;align-items:flex-start}.logo{height:58px}.nav-links{gap:12px;flex-wrap:wrap;justify-content:flex-end}.nav-links a{font-size:.78rem}.nav-cta{padding:9px 13px}.hero{min-height:790px;height:auto;padding-top:145px;align-items:flex-end}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.62) 67%,rgba(0,0,0,.25))}.hero h1{font-size:clamp(44px,13vw,64px)}.hero-copy{font-size:18px}.footer-grid,.form-row,.services-grid{grid-template-columns:1fr}.service-card{min-height:245px}.gallery-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.project-image-wrap{height:155px;border-radius:12px}.project-card{overflow:hidden;border-radius:18px;background:transparent}.project-label{left:12px;right:12px;bottom:10px}.project-label h3{font-size:.82rem}.footer-bottom{flex-direction:column}}@media (max-width:520px){.nav-links a:not(.nav-cta){display:none}.hero{min-height:720px}.trust-grid{grid-template-columns:1fr}.trust-item{min-height:72px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.trust-item:last-child{border-bottom:0}.section{padding:72px 18px}.contact-form{padding:22px 17px}}