:root{--charcoal:#1f2529;--dark:#2b3138;--gold:#b98d4f;--gold-dark:#a37a3f;--gray-bg:#f4f2ee;--text:#333;--text-light:#6b6f73;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--white);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:var(--gold-dark);text-decoration:none}h1,h2,h3{letter-spacing:.06em;font-weight:700;line-height:1.25}.container{max-width:1140px;margin:0 auto;padding:0 1.25rem}.container.narrow{max-width:820px}.center{text-align:center}.btn{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:2px solid #0000;padding:.8rem 1.8rem;font-size:.85rem;font-weight:700;transition:background .2s,color .2s;display:inline-block}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-dark);color:var(--white)}.btn-outline{border-color:var(--charcoal);color:var(--charcoal)}.btn-outline:hover{background:var(--charcoal);color:var(--white)}.btn-lg{padding:1rem 2.4rem;font-size:.95rem}.topbar{background:var(--charcoal);color:var(--white);padding:.45rem 0;font-size:.85rem}.topbar a{color:var(--white)}.topbar a:hover{color:var(--gold)}.topbar-inner{justify-content:flex-end;gap:.75rem;display:flex}.topbar-sep{color:var(--gold)}.site-header{z-index:100;background:var(--white);position:sticky;top:0;box-shadow:0 1px 6px #0000001f}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;padding-bottom:.75rem;display:flex}.brand img{width:auto;height:56px}.site-nav{flex-wrap:wrap;gap:1.4rem;display:flex}.site-nav a{color:var(--charcoal);letter-spacing:.1em;border-bottom:2px solid #0000;padding:.35rem 0;font-size:.8rem;font-weight:700}.site-nav a:hover,.site-nav a.active{color:var(--gold-dark);border-bottom-color:var(--gold)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.nav-toggle span{background:var(--charcoal);width:26px;height:3px;display:block}.hero,.page-hero{background-position:50%;background-size:cover;position:relative}.hero-overlay{text-align:center;min-height:72vh;color:var(--white);background:#181c208c;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 1.5rem;display:flex}.page-hero .hero-overlay{min-height:46vh}.page-hero-short .hero-overlay{min-height:32vh}.hero-overlay h1{max-width:900px;font-size:clamp(1.6rem,4vw,2.9rem)}.hero-overlay p{color:#e8e6e2;max-width:640px;font-size:1.1rem}.section{padding:4.5rem 0}.section-dark{background:var(--charcoal);color:var(--white)}.section-dark .section-title:after{background:var(--gold)}.section-gray{background:var(--gray-bg)}.section-title{text-transform:uppercase;margin-bottom:2rem;padding-bottom:.9rem;font-size:1.6rem;position:relative}.section-title:after{content:"";background:var(--gold);width:56px;height:3px;position:absolute;bottom:0;left:0}.center .section-title:after,.section-title.center:after,.container.center .section-title:after{left:50%;transform:translate(-50%)}.lead{color:var(--text-light);margin-bottom:2rem;font-size:1.15rem}.section-dark .lead{color:#cfd3d7}.expertise-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.expertise-card{aspect-ratio:4/3;position:relative;overflow:hidden}.expertise-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.expertise-card:hover img{transform:scale(1.06)}.expertise-card span{color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(#0000,#14181cd9);padding:2.2rem 1rem 1rem;font-size:.9rem;font-weight:700;position:absolute;inset:auto 0 0}.stats{flex-wrap:wrap;justify-content:center;gap:3.5rem;margin:2.5rem 0;display:flex}.stat-value{color:var(--gold-dark);font-size:2.4rem;font-weight:700}.stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-size:.8rem}.service-list{text-align:left;margin-bottom:2rem;list-style:none;display:inline-block}.service-list li{padding:.45rem 0 .45rem 1.8rem;font-size:1.05rem;position:relative}.service-list li:before{content:"✓";color:var(--gold);font-weight:700;position:absolute;left:0}.cta-banner{margin-top:1rem}.gallery{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery-item{cursor:zoom-in;background:0 0;border:none;padding:0;overflow:hidden}.gallery-item img{aspect-ratio:3/2;object-fit:cover;width:100%;height:100%;transition:transform .35s}.gallery-item:hover img{transform:scale(1.05)}.lightbox{z-index:200;cursor:zoom-out;background:#0a0c0ee0;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;max-width:92vw;max-height:88vh;box-shadow:0 8px 40px #0009}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.process-step{background:var(--gray-bg);border-top:4px solid var(--gold);padding:2rem 1.6rem}.step-number{background:var(--charcoal);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-weight:700;display:flex}.process-step h3{margin-bottom:.6rem;font-size:1.05rem}.process-step p{color:var(--text-light);font-size:.95rem}.posts-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.post-card{background:var(--white);border:1px solid #e4e1db;flex-direction:column;display:flex}.post-card img{aspect-ratio:3/2;object-fit:cover;width:100%}.post-body{padding:1.4rem}.post-body h3{margin-bottom:.7rem;font-size:1.05rem}.post-body p{color:var(--text-light);font-size:.95rem}.referrals{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.referral-card{background:var(--white);border-left:4px solid var(--gold);padding:1.8rem}.referral-card h3{text-transform:uppercase;margin-bottom:.6rem;font-size:1rem}.site-footer{background:var(--charcoal);color:#cfd3d7;padding:4rem 0 2rem}.footer-cta{color:var(--white);text-align:center;margin-bottom:3rem;font-size:1.4rem}.footer-grid{grid-template-columns:1fr 1fr 1.2fr;gap:2.5rem;display:grid}.site-footer h3{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-top:1.2rem;margin-bottom:.9rem;font-size:.85rem}.site-footer h3:first-child{margin-top:0}.site-footer a{color:#e8e6e2}.site-footer a:hover{color:var(--gold)}.footer-links{list-style:none}.footer-links li{padding:.25rem 0}.service-area{font-size:.9rem}.contact-form{flex-direction:column;gap:.8rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.contact-form input,.contact-form textarea{background:var(--dark);color:var(--white);border:1px solid #454c54;padding:.7rem .9rem;font-family:inherit;font-size:.9rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9aa0a6}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);outline:none}.form-note{color:var(--gold);font-size:.85rem}.copyright{text-align:center;color:#9aa0a6;border-top:1px solid #3a4149;margin-top:3rem;padding-top:1.5rem;font-size:.85rem}@media (width<=900px){.expertise-grid,.process-grid,.posts-grid,.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}}@media (width<=680px){.nav-toggle{display:flex}.site-nav{background:var(--white);flex-direction:column;gap:0;padding:.5rem 1.25rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 12px #00000026}.site-nav.open{display:flex}.site-nav a{border-bottom:1px solid #eee;padding:.7rem 0}.expertise-grid,.process-grid,.posts-grid,.referrals,.gallery,.form-row{grid-template-columns:1fr}.topbar-inner{justify-content:center}}
