:root{--ink:#10212b;--muted:#5d6c72;--paper:#f7fbfb;--white:#fff;--brand:#062b3d;--accent:#2bb7c9;--gold:#d7a94f;--line:rgba(16,33,43,.14);--shadow:0 24px 70px rgba(3,25,38,.18);--radius:8px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}p,h1,h2,h3{margin:0}h1,h2,h3{line-height:1.05;letter-spacing:0}h1{max-width:850px;font-size:5.1rem}h2{font-size:3.45rem}h3{font-size:1.2rem}.skip-link{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-140%);background:var(--white);padding:.8rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{position:fixed;inset:0 0 auto;z-index:20;background:rgba(247,251,251,.9);border-bottom:1px solid rgba(255,255,255,.5);backdrop-filter:blur(18px)}.nav,.section-inner{width:min(1160px,calc(100% - 40px));margin-inline:auto}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.75rem;min-width:0}.brand img{width:46px;height:46px;flex:0 0 auto}.brand strong,.brand small{display:block}.brand strong{white-space:nowrap}.brand small{font-size:.78rem;color:var(--muted)}.nav-menu{display:flex;align-items:center;gap:1rem;color:var(--muted);font-weight:800}.nav-phone{background:var(--brand);color:var(--white);padding:.75rem 1rem;border-radius:999px}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:10px}.nav-toggle span:not(.sr-only){display:block;height:2px;margin:5px 0;background:var(--ink)}.hero{position:relative;min-height:92vh;display:grid;align-items:center;overflow:hidden;color:var(--white);padding:118px 0 52px}.hero-img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-img{object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(3,25,38,.92),rgba(3,25,38,.72) 42%,rgba(3,25,38,.14)),linear-gradient(0deg,rgba(3,25,38,.48),rgba(3,25,38,.04) 45%)}.hero-content{position:relative;z-index:1;width:min(1160px,calc(100% - 40px));margin-inline:auto}.eyebrow{margin-bottom:.8rem;color:#b9792f;font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#9de9f1}.hero-copy{max-width:720px;margin-top:1.25rem;color:rgba(255,255,255,.9);font-size:1.2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:var(--radius);padding:.85rem 1.15rem;font-weight:900;transition:transform .16s ease,background .16s ease,border-color .16s ease;border:0;cursor:pointer}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--accent);color:#062b3d}.button.secondary{border:1px solid rgba(255,255,255,.5);color:var(--white);background:transparent}.button.secondary.dark{border-color:rgba(6,43,61,.35);color:var(--brand)}.button.ghost{border:1px solid var(--line);background:var(--white);color:var(--ink)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:960px;gap:1px;margin:3rem 0 0;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.15);backdrop-filter:blur(12px)}.hero-stats div{min-height:96px;padding:1rem;background:rgba(3,25,38,.42)}.hero-stats dt{font-weight:900;color:var(--gold)}.hero-stats dd{margin:.2rem 0 0;color:rgba(255,255,255,.86)}.section{padding:92px 0}.two-column{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:5rem}.two-column p+p{margin-top:1rem}.section-heading{max-width:790px;margin-bottom:2.2rem}.section-heading p:not(.eyebrow),.intro p,.quote-layout p{color:var(--muted);font-size:1.06rem}.services-band,.quote{background:var(--white)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card,.example-grid article,.price-grid article{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:1.25rem}.card{min-height:250px}.card span,.process-grid span,.price-grid span{display:inline-block;margin-bottom:1rem;color:var(--accent);font-weight:900}.card h3,.example-grid h3{margin-bottom:.7rem}.card p,.example-grid p,.price-grid p,.process-grid p,.faq-list p,.site-footer p{color:var(--muted)}.packages,.pricing{background:#eaf6f7}.example-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.price-grid article{background:var(--white);min-height:250px;box-shadow:0 14px 40px rgba(3,25,38,.06)}.price-grid .featured{border-color:rgba(43,183,201,.55);box-shadow:0 24px 70px rgba(3,25,38,.13)}.price-grid h3{font-size:2.1rem;margin-bottom:.8rem}.quote-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(420px,1fr);gap:4rem;align-items:start}.quote-form{display:grid;gap:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:1.25rem;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.quote-form label{display:grid;gap:.45rem;font-weight:850}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid rgba(16,33,43,.2);border-radius:var(--radius);background:var(--white);color:var(--ink);font:inherit;padding:.85rem .9rem}.quote-form textarea{resize:vertical}.form-button{width:100%}.prepared-quote{display:grid;gap:.9rem;border-top:1px solid var(--line);padding-top:1rem}.prepared-quote[hidden]{display:none}.quote-actions{display:flex;flex-wrap:wrap;gap:.75rem}.process{background:var(--paper)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.process-grid article{border-top:3px solid var(--brand);padding:1.35rem 0 0}.faq{background:var(--white)}.faq-list{display:grid;gap:.75rem}details{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:1rem 1.2rem}summary{cursor:pointer;font-size:1.05rem;font-weight:850}details p{margin-top:.8rem}.cta{padding:72px 0;background:#d6eef2}.cta-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-footer{background:#061923;color:var(--white);padding:34px 0}.footer-brand{display:flex;align-items:center;gap:.8rem}.footer-brand img{width:44px;height:44px}.footer-inner p,.footer-inner span{display:block;color:rgba(255,255,255,.72)}.footer-inner a{font-weight:900}@media(max-width:880px){h1{font-size:4rem}h2{font-size:2.6rem}.nav-toggle{display:block}.nav-menu{position:absolute;top:76px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);overflow:hidden}.nav-menu.is-open{display:flex}.nav-menu a{padding:1rem;border-bottom:1px solid var(--line)}.nav-phone{border-radius:0}.hero{min-height:840px}.hero-stats,.card-grid,.example-grid,.price-grid,.quote-layout,.process-grid,.two-column{grid-template-columns:1fr}.two-column,.quote-layout{gap:2rem}.card,.price-grid article{min-height:auto}.section{padding:72px 0}.cta-inner,.footer-inner{align-items:flex-start;flex-direction:column}}@media(max-width:560px){h1{font-size:2.85rem}h2{font-size:2.05rem}.nav,.section-inner,.hero-content{width:min(100% - 28px,1160px)}.brand strong{max-width:205px;white-space:normal;line-height:1.05}.brand small{display:none}.hero-actions .button,.quote-actions .button{width:100%}.form-row{grid-template-columns:1fr}.quote-form{padding:1rem}.hero-stats div{min-height:auto}}
