:root{--ink:#08111c;--ink-soft:#1b2734;--steel:#516170;--concrete:#f3f2ee;--line:#d9d5cb;--white:#fff;--copper:#c97712;--gold:#a77b20;--blueprint:#17445a;--green:#556b42;--shadow:0 22px 70px #08111c29}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--concrete);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img,svg{display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{z-index:20;min-height:78px;color:var(--white);background:linear-gradient(#08111cd1,#08111c00);justify-content:space-between;align-items:center;gap:24px;padding:12px clamp(18px,4vw,54px);display:flex;position:fixed;inset:0 0 auto}.brand{letter-spacing:0;align-items:center;gap:12px;min-width:0;font-weight:900;display:inline-flex}.brand img,.site-footer img{background:var(--white);border-radius:8px}.brand span{text-shadow:0 2px 18px #00000059;font-size:1.2rem}.main-nav{align-items:center;gap:clamp(14px,3vw,34px);font-size:.95rem;font-weight:700;display:flex}.main-nav a{padding:10px 0;position:relative}.main-nav a:after{content:"";background:var(--copper);transform-origin:100%;height:2px;transition:transform .18s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.hero-section{min-height:86svh;color:var(--white);display:grid;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(90deg,#08111ce0,#08111c6b 54%,#08111c1f),linear-gradient(#08111c0f 60%,#08111c94);position:absolute;inset:0}.hero-content{z-index:1;align-self:end;width:min(1120px,100% - 36px);margin:0 auto;padding:128px 0 64px;position:relative}.eyebrow{color:var(--copper);letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:900}.hero-content h1,.section-heading h2,.feature-copy h2,.contact-copy h2{letter-spacing:0;max-width:780px;margin:0;font-size:clamp(2.45rem,6vw,5.4rem);line-height:.95}.hero-copy{color:#ffffffd6;max-width:650px;margin:24px 0 0;font-size:clamp(1rem,1.9vw,1.25rem);line-height:1.7}.hero-actions,.feature-points{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:900;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--white);background:var(--copper);box-shadow:0 16px 38px #c9771247}.button-secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border-color:#ffffff5c}.hero-stats{background:#ffffff2e;border:1px solid #ffffff2e;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;width:min(760px,100%);margin-top:46px;display:grid;overflow:hidden}.hero-stats div{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08111c75;min-height:96px;padding:18px}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{font-size:clamp(1rem,2vw,1.3rem)}.hero-stats span{color:#ffffffb3;margin-top:8px;font-size:.9rem;line-height:1.35}.section{width:min(1120px,100% - 36px);margin:0 auto;padding:clamp(64px,9vw,112px) 0}.section-heading{grid-template-columns:minmax(0,.92fr) minmax(280px,.58fr);align-items:end;gap:clamp(28px,6vw,76px);margin-bottom:34px;display:grid}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-16px}.section-heading h2,.feature-copy h2,.contact-copy h2{font-size:clamp(2rem,4.2vw,3.65rem);line-height:1}.section-heading p:not(.eyebrow),.feature-copy p,.contact-copy p,.service-card p{color:var(--steel);margin:0;line-height:1.75}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.service-card{border:1px solid var(--line);background:var(--white);border-radius:8px;min-height:260px;padding:24px}.service-icon{width:42px;height:42px;color:var(--white);background:var(--blueprint);border-radius:8px;place-items:center;display:grid}.service-card h3{margin:34px 0 12px;font-size:1.1rem}.feature-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.88fr) minmax(320px,.76fr);align-items:center;gap:clamp(28px,5vw,70px);display:grid}.feature-copy p:not(.eyebrow){max-width:620px;margin-top:22px}.feature-points span{border:1px solid var(--line);min-height:40px;color:var(--ink-soft);background:#ffffff9e;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex}.feature-media{position:relative}.feature-media:before{content:"";border:2px solid var(--copper);border-radius:8px;position:absolute;inset:22px -18px -18px 22px}.feature-media img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;box-shadow:var(--shadow);border-radius:8px;position:relative}.projects-section{width:min(1240px,100% - 36px)}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.project-card{background:var(--ink);border-radius:8px;min-height:360px;position:relative;overflow:hidden}.project-card:first-child,.project-card:nth-child(6){min-height:450px}.project-card img{object-fit:cover;transition:transform .36s}.project-card:after{content:"";background:linear-gradient(#08111c00 38%,#08111cdb);position:absolute;inset:0}.project-card:hover img{transform:scale(1.04)}.project-caption{z-index:1;color:var(--white);padding:22px;position:absolute;bottom:0;left:0;right:0}.project-caption span{color:#f0b35b;letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.project-caption h3{margin:8px 0 0;font-size:1.25rem;line-height:1.15}.contact-section{width:min(1120px,100% - 36px);color:var(--white);background:linear-gradient(135deg, #17445aeb, #08111cf5), var(--ink);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(0,.88fr) minmax(320px,.68fr);gap:clamp(28px,6vw,86px);margin:0 auto clamp(64px,8vw,104px);padding:clamp(34px,5vw,56px);display:grid}.contact-copy p:not(.eyebrow){color:#ffffffb8;max-width:600px;margin-top:20px}.contact-list{gap:12px;margin-top:30px;display:grid}.contact-list a,.contact-list span{color:#ffffffdb;align-items:center;gap:10px;font-weight:800;display:inline-flex}.contact-form{background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;gap:14px;padding:20px;display:grid}.contact-form label{color:#ffffffd1;gap:8px;font-size:.9rem;font-weight:800;display:grid}.contact-form input,.contact-form textarea{width:100%;color:var(--white);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px}.contact-form input{min-height:46px;padding:0 12px}.contact-form textarea{resize:vertical;min-height:132px;padding:12px}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--copper);outline-offset:2px}.contact-form .button{width:100%;margin-top:4px}.site-footer{color:#ffffffc7;background:var(--ink);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px;padding:28px 18px;display:flex}.site-footer p{color:var(--white);margin:0;font-weight:900}.site-footer span{color:#ffffff94}@media (max-width:980px){.services-grid,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading,.feature-section,.contact-section{grid-template-columns:1fr}.section-heading .eyebrow{margin-bottom:-8px}}@media (max-width:700px){.site-header{min-height:72px;padding:10px 18px}.brand img{width:48px;height:48px}.main-nav{gap:12px;font-size:.82rem}.hero-section{min-height:88svh}.hero-content{width:min(100% - 28px,1120px);padding-bottom:34px}.hero-content h1{font-size:clamp(2.35rem,13vw,4rem)}.hero-stats{grid-template-columns:1fr;margin-top:30px}.hero-stats div{min-height:76px}.section,.projects-section,.contact-section{width:min(100% - 28px,1120px)}.services-grid,.project-grid{grid-template-columns:1fr}.service-card{min-height:220px}.project-card,.project-card:first-child,.project-card:nth-child(6){min-height:320px}.feature-media:before{inset:14px -8px -8px 14px}.contact-section{padding:28px 18px}.contact-copy h2,.feature-copy h2,.section-heading h2{font-size:clamp(2rem,11vw,3rem)}}@media (max-width:520px){.site-header{gap:12px}.brand span{display:none}.main-nav{gap:10px;font-size:.76rem}}
