:root{--charcoal: #1a1c1e;--charcoal-soft: #2a2d31;--amber: #d97706;--amber-dark: #b45309;--amber-light: #f59e0b;--cream: #f7f3eb;--cream-dark: #efe8da;--cream-deep: #e6dece;--white: #ffffff;--muted: #5c5f64;--border: #d9d2c4;--radius: 6px;--shadow: 0 8px 24px rgba(26, 28, 30, .08);--max: 1120px;--font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--charcoal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}p{margin:0 0 1rem}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:var(--radius);font-weight:700;font-size:1rem;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s}.btn:focus-visible{outline:3px solid var(--amber-light);outline-offset:2px}.btn-primary{background:var(--amber);color:var(--charcoal);box-shadow:0 4px 14px #d9770659}.btn-primary:hover{background:var(--amber-dark);color:var(--white)}.btn-secondary{background:transparent;border-color:var(--charcoal);color:var(--charcoal)}.btn-secondary:hover,.btn-dark{background:var(--charcoal);color:var(--cream)}.btn-dark:hover{background:var(--charcoal-soft)}.section{padding:4.5rem 0}.section-title{font-size:clamp(1.6rem,3vw,2.1rem);text-align:center;margin-bottom:2rem}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--amber-dark);margin-bottom:.75rem}.site-header{background:var(--charcoal);color:var(--white);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;min-height:72px}.logo{display:flex;align-items:center;gap:.75rem}.logo img{height:48px;width:auto}.logo-text{display:none}.header-phone{text-align:right}.header-phone a{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--white)}.header-phone a:hover{color:var(--amber-light)}.header-phone .sub{display:block;font-size:.8rem;color:var(--amber);font-weight:500;margin-top:.15rem}.phone-icon{width:18px;height:18px;stroke:var(--amber);fill:none;stroke-width:2;flex-shrink:0}.hero{background:var(--cream)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;padding:3.5rem 0 2.5rem}.hero h1{font-size:clamp(2rem,4.5vw,3rem);margin-bottom:1rem}.hero .lead{font-size:1.15rem;color:var(--muted);max-width:34ch;margin-bottom:1.75rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem}.hero-media{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4 / 5;background:var(--cream-dark)}.hero-media img{width:100%;height:100%;object-fit:cover}.trust{background:var(--cream-dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.35rem 0}.trust-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;font-weight:700;color:var(--charcoal)}.trust-item:not(:last-child){border-right:1px solid var(--border)}.trust-icon{width:28px;height:28px;color:var(--amber);flex-shrink:0}.steps{background:var(--white)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:1.75rem 1.5rem;text-align:center}.step-num{width:42px;height:42px;margin:0 auto 1rem;border-radius:50%;background:var(--charcoal);color:var(--amber);display:grid;place-items:center;font-weight:800}.step-card h3{margin-bottom:.5rem}.step-card p{color:var(--muted);margin:0;font-size:.98rem}.why{background:var(--cream)}.why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.why-list li{display:flex;gap:.75rem;align-items:flex-start;padding:.65rem 0;border-bottom:1px solid var(--border);font-weight:600}.why-list li:last-child{border-bottom:0}.check{width:22px;height:22px;border-radius:50%;background:var(--amber);color:var(--charcoal);display:grid;place-items:center;flex-shrink:0;font-size:.75rem;font-weight:800;margin-top:.1rem}.why-visual{background:var(--charcoal);color:var(--cream);border-radius:12px;padding:2rem;box-shadow:var(--shadow)}.why-visual h3{color:var(--amber);margin-bottom:1rem}.why-visual p{margin:0;color:#f7f3ebe0}.banner{padding:1.5rem 0}.banner-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem;border-radius:12px}.banner-pricing .banner-inner{background:var(--charcoal);color:var(--cream)}.banner-areas .banner-inner{background:var(--cream-dark);border:1px solid var(--border)}.banner-copy{display:flex;gap:1rem;align-items:flex-start;flex:1;min-width:240px}.banner-copy strong{display:block;font-size:1.05rem;margin-bottom:.25rem}.banner-copy p{margin:0;opacity:.9;font-size:.95rem}.banner-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-weight:800;background:var(--amber);color:var(--charcoal)}.reviews{background:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.review-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:1.35rem;min-height:180px;display:flex;flex-direction:column;gap:.75rem}.stars{color:var(--amber);letter-spacing:.08em;font-size:.95rem}.review-card p{flex:1;margin:0;color:var(--muted);font-size:.95rem}.review-card cite{font-style:normal;font-weight:700;font-size:.9rem}.faq{background:var(--cream)}.faq-list{max-width:800px;margin:0 auto;display:grid;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.35rem;color:var(--amber-dark);font-weight:400}.faq-item[open] summary:after{content:"–"}.faq-item .answer{padding:0 1.25rem 1.15rem;color:var(--muted)}.quote{background:var(--charcoal);color:var(--cream);padding:3.5rem 0}.quote-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}.quote h2{color:var(--white);margin-bottom:.5rem}.quote .lead{color:#f7f3ebcc;margin:0}.quote-form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:.75rem;align-items:end}.field label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem;color:#f7f3ebbf}.field input,.field select{width:100%;padding:.85rem .9rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.18);background:var(--charcoal-soft);color:var(--white);font:inherit}.field input:focus,.field select:focus{outline:2px solid var(--amber);outline-offset:1px}.field input::placeholder{color:#ffffff73}.site-footer{background:#111315;color:#f7f3ebd9;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));gap:2rem 2.5rem;align-items:start;margin-bottom:2.5rem}.footer-brand{min-width:0}.footer-logo{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem;max-width:100%}.footer-brand img{height:auto;width:auto;max-width:100%;margin-bottom:0}.footer-logo img:first-child{height:28px;width:auto;flex-shrink:0}.footer-logo img:last-child{height:40px;width:auto;max-width:min(200px,calc(100% - 40px));flex-shrink:1}.footer-brand p{font-size:.92rem;color:#f7f3eba6;max-width:32ch}.quote-mailto-fallback{margin-top:1rem;padding:1rem 1.15rem;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#f7f3ebe6;grid-column:1 / -1}.quote-mailto-fallback[hidden]{display:none}.quote-mailto-fallback p{margin:0 0 .65rem;font-size:.95rem}.quote-mailto-fallback a{color:var(--amber-light)}.quote-mailto-fallback textarea{width:100%;min-height:8rem;margin:.5rem 0 .75rem;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#0d0f10;color:#f7f3eb;font:inherit;resize:vertical}.quote-mailto-fallback .btn{margin-right:.5rem}.footer-col h3{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem}.footer-col a{display:block;padding:.3rem 0;color:#f7f3ebcc}.footer-col a:hover{color:var(--amber-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem;text-align:center;font-size:.88rem;color:#f7f3eb8c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:1100px){.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.footer-brand{grid-column:1 / -1}}@media(max-width:960px){.hero-grid,.why-grid,.quote-inner,.footer-grid{grid-template-columns:1fr}.hero-media{aspect-ratio:16 / 10;max-height:360px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.quote-form{grid-template-columns:1fr 1fr}.quote-form .btn{grid-column:1 / -1}}@media(max-width:700px){.trust-grid,.steps-grid{grid-template-columns:1fr}.trust-item:not(:last-child){border-right:0;border-bottom:1px solid var(--border);padding-bottom:.85rem}.reviews-grid,.quote-form{grid-template-columns:1fr}.logo img{height:40px}.header-phone a{font-size:.95rem}}.site-nav{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;align-items:center;justify-content:center}.site-nav a{color:#f7f3ebe0;font-size:.92rem;font-weight:500;text-decoration:none;white-space:nowrap}.site-nav a:hover,.site-nav a:focus-visible{color:var(--amber-light, #fb923c)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.audience-card{background:var(--warm-white, #fafaf9);border:1px solid var(--stone, #e7e5e4);border-radius:12px;padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.85rem}.audience-card h3{margin:0;font-size:1.35rem;line-height:1.25;color:var(--charcoal, #1c1917)}.audience-card>p{margin:0;color:var(--slate, #334155);line-height:1.55}.audience-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.audience-list li{display:flex;gap:.55rem;align-items:flex-start;color:var(--slate, #334155);line-height:1.45}.audience-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.5rem}@media(max-width:960px){.audience-grid{grid-template-columns:1fr}.header-inner{flex-wrap:wrap;row-gap:.85rem}.site-nav{order:3;width:100%;justify-content:flex-start;padding-top:.15rem;border-top:1px solid rgba(247,243,235,.12);padding-top:.75rem}}@media(max-width:700px){.site-nav{gap:.5rem .9rem}.site-nav a{font-size:.88rem}.audience-ctas .btn{width:100%;justify-content:center}}.logo-mark{width:40px;height:auto;flex-shrink:0}.logo-wordmark{width:auto;height:48px}.process-photo{margin:2.5rem 0 0;border-radius:16px;overflow:hidden;border:1px solid var(--stone, #e7e5e4);background:#111}.process-photo img{display:block;width:100%;height:auto}.process-photo figcaption{margin:0;padding:.75rem 1rem;font-size:.92rem;color:var(--charcoal, #1c1917);background:var(--warm-white, #fafaf9)}.why-visual img{display:block;width:100%;height:auto;border-radius:12px;margin-bottom:1rem}.audience-photo{display:block;width:100%;height:auto;border-radius:12px;margin-bottom:1rem;object-fit:cover;aspect-ratio:3 / 2}.legal-page{padding:3rem 0 4rem;background:#f7f3eb;color:#1c1917;min-height:60vh}.legal-inner{max-width:42rem}.legal-inner h1{margin:.35rem 0 .5rem;font-size:clamp(1.8rem,3vw,2.4rem)}.legal-updated{color:#1c1917a6;margin-bottom:1.5rem}.legal-inner h2{margin:1.75rem 0 .65rem;font-size:1.15rem}.legal-inner p,.legal-inner li{line-height:1.65;color:#1c1917e0}.legal-inner ul{padding-left:1.25rem;margin:.5rem 0 1rem}.legal-inner a{color:#c2410c}.legal-back{margin-top:2.5rem}.footer-bottom a{color:#f7f3ebbf}.footer-bottom a:hover{color:#fdba74}.content-page{padding:3rem 0 4rem;background:#f7f3eb;color:#1c1917;min-height:60vh}.content-inner{max-width:46rem}.content-inner h1{margin:.35rem 0 .75rem;font-size:clamp(1.8rem,3vw,2.4rem)}.content-inner .lead{font-size:1.1rem;line-height:1.65;margin-bottom:1.25rem}.content-inner h2{margin:2rem 0 .75rem;font-size:1.25rem}.content-inner h3{margin:0 0 .5rem;font-size:1.05rem;color:#c2410c}.content-inner p,.content-inner li{line-height:1.65;color:#1c1917e0}.content-inner ul,.content-inner ol{padding-left:1.25rem;margin:.5rem 0 1rem}.content-inner a{color:#c2410c}.region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.region-card{background:#fff;border:1px solid rgba(28,25,23,.08);border-radius:12px;padding:1.15rem 1.25rem}.borough-list{columns:2;gap:1.5rem}.content-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.visit-steps{margin:.75rem 0 1rem}.section-intro{margin:-.5rem 0 1.25rem;color:#1c1917b3}.faq-list-page{margin:1.5rem 0}.header-cta{white-space:nowrap}@media(max-width:800px){.region-grid{grid-template-columns:1fr}.borough-list{columns:1}.site-nav{display:none}}
