:root{--navy:#0b2032;--navy-dark:#071522;--gold:#c89535;--gold-light:#d9aa50;--white:#fff;--off:#f5f5f3;--ink:#172a3a;--muted:#68717a;--border:#d7d7d2;--wrap:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5;overflow-x:hidden}img{display:block;width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(94%,var(--wrap));margin:auto}
/* HEADER */.header-top{background:linear-gradient(90deg,#f7f7f5,#fff 50%,#f3f3f1)}.header-top-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:10px 0}.brand{display:block;flex-shrink:0}.brand img{width:260px;height:82px;object-fit:contain;object-position:left center}.header-contact{display:flex;gap:42px;align-items:center}.header-contact a{color:var(--navy);display:flex;flex-direction:column;line-height:1.2}.header-contact b{font-size:10px;color:var(--gold);letter-spacing:1px}.header-contact span{font-size:16px;font-weight:700}.main-nav{background:var(--navy);position:sticky;top:0;z-index:20}.nav-inner{min-height:52px;display:flex;align-items:center;justify-content:center}.nav-inner>a{display:flex;align-items:center;justify-content:center;color:#fff;padding:0 13px;height:52px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.nav-inner>a:hover,.nav-inner>a.active{color:var(--gold-light);background:rgba(255,255,255,.05)}.nav-inner .nav-cta{height:38px;margin-left:10px;padding:0 18px;background:var(--gold);color:#fff}.nav-inner .nav-cta:hover{background:var(--gold-light)}
/* HERO */.hero{min-height:480px;position:relative;background:url('hero-house.jpg') center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,24,.96),rgba(5,15,24,.78) 36%,rgba(5,15,24,.12) 72%)}.hero-inner{position:relative;min-height:480px}.hero-copy{width:min(500px,52%);padding:52px 0;color:#fff}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--gold);margin-bottom:7px}.eyebrow.light{color:var(--gold-light)}.hero h1{font-size:clamp(50px,5.8vw,78px);line-height:.92;letter-spacing:1px}.hero h1 span{font-size:.56em;color:var(--gold);display:block;margin-top:9px}.hero-text{font-size:16px;line-height:1.6;margin-top:18px;color:#eef1f3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:800}.gold{background:var(--gold);color:#fff}.gold:hover{background:var(--gold-light)}.outline{border:2px solid var(--gold);color:#fff;background:rgba(7,21,34,.45)}.dark-outline{color:var(--navy);background:#fff;border-color:var(--navy)}
/* TRUST */.trust-strip{background:var(--navy-dark);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{display:flex;align-items:center;gap:12px;padding:16px 18px;border-right:1px solid rgba(255,255,255,.1)}.trust-grid i{font-style:normal;color:var(--gold);font-size:24px}.trust-grid span{font-size:11px;line-height:1.25}.trust-grid b{display:block;font-size:12px}
/* SECTIONS */.section{padding:54px 0}.heading{text-align:center;margin-bottom:26px}.heading h2{font-size:30px;letter-spacing:1.2px;color:var(--navy)}.heading span{display:block;width:100px;height:2px;background:var(--gold);margin:12px auto 0}.services{background:linear-gradient(#fff,#f7f7f5)}.services-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.services-grid article{background:#fff;border:1px solid #e1e1dd;box-shadow:0 3px 10px rgba(0,0,0,.07);overflow:hidden;text-align:center}.services-grid img{height:135px;object-fit:cover}.services-grid article div{padding:12px 7px 15px}.services-grid h3{font-size:13px;text-transform:uppercase;color:var(--navy);margin-bottom:5px}.services-grid p{font-size:10px;color:var(--muted);line-height:1.35}
/* ABOUT */.about-section{padding:24px 0 54px;background:#fff}.about-grid{display:grid;grid-template-columns:1fr .82fr 1.25fr;gap:16px}.about-copy{background:var(--off);border:1px solid var(--border);padding:28px}.about-copy h2,.why-copy h2{font-size:25px;line-height:1.08;margin-bottom:17px}.about-copy p{font-size:14px;color:#4d5963;margin-bottom:13px}.about-copy ul{padding-left:20px;color:#76551f;font-size:13px;line-height:1.8}.about-photo{min-height:285px}.about-photo img{height:100%;object-fit:cover}.why-copy{background:linear-gradient(135deg,var(--navy),var(--navy-dark));padding:30px;color:#fff}.why-copy h2{color:#fff}.why-copy div{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.why-copy div:last-child{border-bottom:0}.why-copy b{display:block;font-size:14px;margin-bottom:3px}.why-copy span{font-size:12px;color:#d0d6db}
/* PROJECTS */.projects{background:#f7f7f5}.project-intro{text-align:center;color:var(--muted);font-size:14px;margin:-12px auto 22px}.recent-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.recent-grid img{height:185px;object-fit:cover;border:1px solid var(--border)}.gallery-cta{text-align:center;margin-top:24px}.big{min-width:220px}
/* AREA */.area{background:var(--navy);color:#fff;padding:32px 0}.area-inner{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}.area-icon{font-size:38px;color:var(--gold)}.area h2{font-size:24px;letter-spacing:1px}.area-copy p:last-child{font-size:13px;color:#d5dbe0}
/* CONTACT */.contact{padding:50px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:35px;align-items:center}.contact h2{font-size:30px;color:var(--navy);margin-bottom:12px}.contact-grid>div>p:not(.eyebrow){color:var(--muted);max-width:620px}.contact-number,.contact-email{display:block;color:var(--navy);font-weight:800;font-size:20px;margin-top:14px}.contact-email{font-size:15px}.contact-card{background:var(--off);border:1px solid var(--border);padding:28px}.contact-card h3{font-size:21px;color:var(--navy);margin-bottom:8px}.contact-card p{font-size:14px;margin-bottom:18px}.contact-card .btn{margin:4px 5px 4px 0}
/* GALLERY */.gallery-page{padding:45px 0 60px;background:#f7f7f5;min-height:60vh}.back{display:inline-block;margin-bottom:22px;color:var(--navy);font-weight:800;font-size:12px}.full-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.full-gallery img{height:260px;object-fit:cover;border:1px solid var(--border);transition:transform .2s ease}.full-gallery img:hover{transform:scale(1.015)}
/* FOOTER */footer{background:var(--navy-dark);color:#fff;padding-top:32px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1.2fr;gap:30px}.footer-brand img{width:200px;height:70px;object-fit:contain;object-position:left center;filter:none}.footer-brand small{display:block;color:var(--gold);font-size:9px;letter-spacing:1px;margin-top:8px}.footer-grid b{display:block;color:var(--gold);font-size:11px;letter-spacing:1px;margin-bottom:9px}.footer-grid a,.footer-grid span{display:block;color:#d5dbe0;font-size:12px;margin:6px 0}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:25px;padding:15px;color:#89939c;font-size:10px}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(4,1fr)}.about-grid{grid-template-columns:1fr 1fr}.why-copy{grid-column:1/-1}.recent-grid{grid-template-columns:repeat(3,1fr)}.nav-inner{justify-content:flex-start;overflow-x:auto}.nav-inner>a{flex-shrink:0}.full-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.wrap{width:93%}.header-top-inner{min-height:0;padding:10px 0;gap:10px}.brand img{width:150px;height:60px}.header-contact{gap:4px;flex-direction:column;align-items:flex-start;min-width:0}.header-contact b{font-size:8px}.header-contact span{font-size:10px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.nav-inner{padding:0 8px}.nav-inner>a{height:46px;padding:0 9px;font-size:9px}.nav-inner .nav-cta{height:34px;padding:0 13px}.hero,.hero-inner{min-height:530px}.hero-shade{background:linear-gradient(180deg,rgba(5,15,24,.94),rgba(5,15,24,.68))}.hero-copy{width:100%;padding:38px 0}.hero h1{font-size:44px}.hero-text{font-size:14px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div{padding:11px 9px}.trust-grid i{font-size:18px}.trust-grid span{font-size:9px}.section{padding:38px 0}.heading{margin-bottom:20px}.heading h2{font-size:25px}.services-grid{grid-template-columns:repeat(2,1fr);gap:9px}.services-grid img{height:125px}.services-grid article div{padding:10px 5px 12px}.services-grid h3{font-size:11px}.services-grid p{font-size:9px}.about-section{padding:14px 0 38px}.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.about-copy{padding:23px}.about-copy h2,.why-copy h2{font-size:23px}.about-photo{min-height:270px}.why-copy{grid-column:auto;padding:25px 22px}.recent-grid{grid-template-columns:repeat(2,1fr);gap:9px}.recent-grid img{height:145px}.recent-grid a:last-child{grid-column:1/-1}.recent-grid a:last-child img{height:190px}.area-inner{grid-template-columns:1fr;text-align:center;gap:10px}.area-icon{display:none}.area h2{font-size:21px}.area .btn{width:100%}.contact{padding:38px 0}.contact h2{font-size:25px}.contact-number{font-size:18px}.contact-card{padding:22px}.contact-card .btn{width:100%;margin:5px 0}.gallery-page{padding:32px 0 40px}.full-gallery{grid-template-columns:repeat(2,1fr);gap:9px}.full-gallery img{height:160px}.full-gallery a:last-child{grid-column:1/-1}.full-gallery a:last-child img{height:220px}.footer-grid{gap:22px}.footer-brand img{width:190px}.copyright{margin-top:20px}}
