@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--char:#27302d;--sage:#a7b5a2;--stone:#ede5d6;--sand:#d9c6a5;--blue:#7db9c1;--ink:#26302c;--line:#d8d0c1;--ease:cubic-bezier(.23,1,.32,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--stone);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.7}h1,h2,h3{font-family:'Space Grotesk',sans-serif;line-height:1.1;margin:0 0 1rem}h1{font-size:clamp(2.6rem,6vw,5.5rem);letter-spacing:-.055em}h2{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.035em}h3{font-size:1.25rem}p{max-width:70ch}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:9}.top{background:var(--char);color:#fff;font-size:.82rem}.top .wrap{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 1.2rem}.wrap{max-width:1180px;margin:auto;padding:0 1.2rem}header{position:sticky;top:0;background:rgba(237,229,214,.94);backdrop-filter:blur(10px);z-index:5;border-bottom:1px solid var(--line)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--char);font-family:'Space Grotesk';font-weight:700}.brand img{width:44px;height:44px}.links{display:flex;align-items:center;gap:1.05rem}.links a{color:var(--char);text-decoration:none;font-weight:500;font-size:.92rem}.links a:hover,.links a:focus{color:#19717a}.menu{display:none;border:1px solid var(--char);background:transparent;border-radius:8px;padding:.5rem;color:var(--char)}.hero{padding:5rem 0 4rem;background:linear-gradient(105deg,var(--stone) 0 54%,#dfe8e0 54%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.eyebrow{color:#19717a;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.78rem}.hero p{font-size:1.15rem}.art{width:100%;border-radius:28px;box-shadow:18px 18px 0 var(--sand)}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:2rem 0}.btn{display:inline-block;padding:.85rem 1.2rem;border-radius:999px;background:var(--char);color:#fff;text-decoration:none;font-weight:700;border:2px solid var(--char);transition:transform .16s var(--ease),background .16s}.btn.alt{background:transparent;color:var(--char)}.btn:hover,.btn:focus{transform:translateY(-2px);background:#19717a;border-color:#19717a;color:#fff}.section{padding:5rem 0}.section.tinted{background:#dfe8e0}.intro{max-width:720px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.card{background:#f8f3eb;border:1px solid var(--line);padding:1.4rem;border-radius:18px}.card a{color:#19717a;font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.split img{width:100%;border-radius:22px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.step{counter-increment:step;border-top:4px solid var(--blue);padding-top:1rem}.step:before{content:'0' counter(step);font-family:'Space Grotesk';font-size:1.8rem;color:#19717a}.faq{border-top:1px solid var(--line);padding:1rem 0}.faq strong{display:block}.form{background:var(--char);color:#fff;border-radius:24px;padding:2rem}.form label{display:block;font-weight:700;margin:.8rem 0 .25rem}.form input,.form textarea{width:100%;padding:.8rem;border-radius:8px;border:1px solid #82918a;background:#fff;font:inherit}.form textarea{min-height:130px}.form .btn{margin-top:1rem;background:var(--blue);color:var(--char);border-color:var(--blue)}footer{background:var(--char);color:#fff;padding:3rem 0 5rem}footer a{color:#d9c6a5}.foot{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.crumb{font-size:.9rem;color:#52767a;margin-bottom:1rem}.service-hero{padding:4rem 0 3rem}.service-hero .lede{font-size:1.18rem;max-width:760px}.sticky-call{display:none}@media(max-width:800px){.links{display:none;position:absolute;left:0;right:0;top:78px;background:var(--stone);padding:1rem 1.2rem;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.links.open{display:flex}.menu{display:block}.hero-grid,.split{grid-template-columns:1fr}.hero{padding-top:3rem}.cards,.steps{grid-template-columns:1fr}.sticky-call{display:block;position:fixed;bottom:0;left:0;right:0;background:var(--blue);color:var(--char);text-align:center;padding:.75rem;font-weight:700;z-index:6;text-decoration:none}.top .wrap{font-size:.75rem}.art{box-shadow:10px 10px 0 var(--sand)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
/* Generated photographic asset support: real-image contrast and responsive delivery. */
.real-photo { display: block; width: 100%; height: auto; object-fit: cover; }
.hero-art.real-photo { min-height: 17rem; max-height: 33rem; border-radius: inherit; box-shadow: 0 22px 48px rgba(0, 0, 0, .18); }
.photo-strip { margin: 1.25rem 0 2.25rem; overflow: hidden; border-radius: 1rem; background: #15202b; }
.photo-strip .real-photo { aspect-ratio: 16 / 9; object-fit: cover; }
@media (max-width: 700px) { .hero-art.real-photo { min-height: 13rem; max-height: 21rem; } .photo-strip { margin: 1rem 0 1.5rem; border-radius: .75rem; } }

/* Service-first real-photography homepage system. */
.pro-home{background:#f6f4ef;color:#20292d}.pro-home h1,.pro-home h2,.pro-home h3{color:#172126}.pro-home p{line-height:1.65}.pro-home a{color:inherit}.pro-home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;background:#ebe5da}.pro-hero-copy{padding:clamp(3rem,6vw,6.5rem);align-self:center}.pro-eyebrow,.pro-kicker{font-size:.73rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#a24e24;margin:0 0 .9rem}.pro-hero-copy h1{font-size:clamp(2.5rem,5vw,5.3rem);line-height:.96;letter-spacing:-.055em;margin:.1rem 0 1.3rem}.pro-lead{font-size:1.08rem;max-width:42rem}.pro-hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}.pro-btn{display:inline-flex;align-items:center;justify-content:center;padding:.88rem 1.15rem;text-decoration:none;font-weight:800;border-radius:.35rem;transition:transform .16s ease,background .16s ease}.pro-btn:active{transform:scale(.97)}.pro-btn-primary{background:#c35d2e;color:#fff!important}.pro-btn-primary:hover{background:#a6491f}.pro-btn-secondary{border:1px solid #283338;background:#fff;color:#20292d!important}.pro-hero-media{min-height:31rem}.pro-hero-photo,.pro-city-image{width:100%;height:100%;display:block;object-fit:cover}.pro-service-section,.pro-process-section,.pro-explore-section{max-width:1240px;margin:auto;padding:clamp(3.5rem,7vw,7rem) clamp(1.25rem,4vw,3rem)}.pro-section-heading{max-width:47rem;margin-bottom:2.2rem}.pro-section-heading h2,.pro-city-copy h2,.pro-process-section h2,.pro-explore-section h2,.pro-quote-section h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.04;letter-spacing:-.04em;margin:.15rem 0 1rem}.pro-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.pro-service-card{background:#fff;border:1px solid #e0ddd4;overflow:hidden;box-shadow:0 12px 24px rgba(22,31,35,.06)}.pro-service-photo{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.pro-service-card-copy{padding:1.25rem 1.25rem 1.45rem}.pro-service-card h3{font-size:1.2rem;margin:0 0 .7rem}.pro-service-card p{font-size:.94rem;margin:0}.pro-city-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#172126;color:#e9ecea}.pro-city-copy{padding:clamp(3rem,6vw,6rem)}.pro-city-copy h2{color:#fff}.pro-city-copy p{color:#d4dddb}.pro-city-photo{min-height:28rem}.pro-process-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:clamp(2rem,5vw,5rem);align-items:start}.pro-process-section ol{padding-left:1.25rem}.pro-process-section li{margin:.85rem 0}.pro-share-panel{background:#e9e2d6;padding:1.8rem;border-top:5px solid #c35d2e}.pro-share-panel h3{font-size:1.3rem;margin-top:0}.pro-contact{border-top:1px solid #cdc4b7;padding-top:1rem}.pro-link-list{display:flex;flex-wrap:wrap;gap:.7rem}.pro-link-list a{background:#e4ece9;border:1px solid #b9ccc6;padding:.65rem .82rem;text-decoration:none;font-weight:700}.pro-quote-section{display:flex;gap:2rem;align-items:center;justify-content:space-between;background:#28383d;color:#e9ecea;padding:clamp(3rem,6vw,5rem) max(1.25rem,calc((100vw - 1180px)/2));}.pro-quote-section h2{color:#fff;max-width:42rem}.pro-quote-section p{max-width:46rem}.pro-replaced-graphic{display:block;width:100%;height:auto;object-fit:cover;border-radius:.7rem}.real-photo{background:#d9d6cc}@media(max-width:900px){.pro-home-hero,.pro-city-section,.pro-process-section{grid-template-columns:1fr}.pro-hero-media{min-height:23rem}.pro-city-photo{min-height:20rem}.pro-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.pro-service-grid{grid-template-columns:1fr}.pro-quote-section{display:block}.pro-quote-section .pro-btn{margin-top:1rem}.pro-hero-copy h1{font-size:2.7rem}}
