:root{--ink:#111315;--ink2:#1b1f22;--paper:#f5f2eb;--white:#fff;--muted:#646a70;--line:#d9d6cf;--yellow:#f4c247;--yellow2:#ffcf55;--green:#216d53;--red:#9d342b;--radius:18px;--shadow:0 18px 60px rgba(17,19,21,.12)}*{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.55}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1180px,92vw);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(17,19,21,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--yellow);color:var(--ink);font-weight:900;letter-spacing:-.08em}.brand strong{display:block;font-size:1.06rem}.brand small{display:block;color:#aeb3b8;font-size:.76rem;margin-top:1px}.topbar nav{display:flex;align-items:center;gap:24px}.topbar nav a{color:#e9e9e9;text-decoration:none;font-weight:700;font-size:.94rem}.topbar nav a:hover{color:var(--yellow)}.topbar .nav-cta{background:var(--yellow);color:var(--ink);padding:12px 16px;border-radius:10px}.menu-toggle{display:none}.hero{background:var(--ink);color:#fff;padding:70px 0 78px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:68px}.eyebrow{display:inline-block;color:var(--yellow);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.eyebrow.dark{color:#7f6400}.hero h1{font-size:clamp(3rem,6.6vw,6.7rem);line-height:.91;letter-spacing:-.06em;margin:0 0 24px;max-width:780px}.hero h1 em{font-style:normal;color:var(--yellow)}.lead{font-size:1.18rem;color:#c5c9cc;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:11px;text-decoration:none;font-weight:900;border:1px solid transparent;cursor:pointer;font-size:.96rem}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-primary:hover{background:var(--yellow2)}.btn-ghost{border-color:#3c4248;color:#fff;background:#1a1e22}.btn-dark{background:var(--ink);color:#fff}.btn-ghost-dark{background:transparent;border-color:#a9a69f;color:var(--ink)}.trust-row{display:flex;flex-wrap:wrap;gap:10px 24px;color:#c7cbce;font-size:.9rem}.trust-row b{color:var(--yellow)}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:-22px 38px 30px -22px;background:var(--yellow);border-radius:28px;transform:rotate(-2deg)}.hero-visual img{position:relative;z-index:1;border-radius:22px;width:100%;aspect-ratio:1.08;object-fit:cover;box-shadow:0 30px 80px rgba(0,0,0,.35)}.hero-badge{position:absolute;z-index:2;right:-20px;bottom:-26px;background:#fff;color:var(--ink);padding:17px 20px;border-radius:14px;box-shadow:var(--shadow)}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{font-size:1.15rem}.hero-badge span{color:var(--muted);font-size:.8rem}.quick-estimate{background:var(--yellow)}.estimate-banner{padding:34px 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:34px}.estimate-banner h2{font-size:clamp(1.7rem,3vw,2.6rem);margin:0 0 8px;letter-spacing:-.035em}.estimate-banner p{max-width:780px;margin:0;color:#4c421f}.section{padding:88px 0}.light{background:var(--paper)}.dark{background:var(--ink);color:#fff}.section-head{max-width:760px;margin-bottom:40px}.section-head h2{font-size:clamp(2.25rem,4.4vw,4rem);line-height:1;letter-spacing:-.05em;margin:0 0 16px}.section-head p{color:var(--muted);font-size:1.05rem}.section-head.inverse p{color:#b7bdc1}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:380px;display:flex;flex-direction:column}.service-card.featured{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:var(--shadow)}.service-number{font-weight:900;color:#a98a1e;margin-bottom:28px}.service-card h3{font-size:2rem;margin:0 0 10px;letter-spacing:-.04em}.service-card p{color:var(--muted)}.service-card.featured p{color:#bac0c4}.service-card ul{padding-left:18px;margin:12px 0 30px}.service-card a{margin-top:auto;font-weight:900;text-decoration:none}.service-card.featured a{color:var(--yellow)}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.results-grid figure{margin:0;background:#202428;border-radius:16px;overflow:hidden}.results-grid img{aspect-ratio:1/1;object-fit:cover;width:100%}.results-grid figcaption{padding:14px 16px;color:#d9dcde;font-size:.9rem}.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.why-image img{width:100%;aspect-ratio:1/1.08;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}.why-grid h2{font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95;letter-spacing:-.05em;margin:0 0 18px}.darklead{color:#4c5359}.why-list{margin-top:32px;border-top:1px solid var(--line)}.why-list>div{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.why-list span{font-weight:900;color:#997b12}.why-list p{margin:0;color:#4f555a}.process{background:#ebe7de}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-grid>div{background:#fff;border-radius:16px;padding:24px;border:1px solid #d7d2c8}.process-grid b{display:grid;place-items:center;width:38px;height:38px;background:var(--yellow);border-radius:50%;margin-bottom:30px}.process-grid h3{margin:0 0 8px}.process-grid p{color:var(--muted);font-size:.92rem}.cta-section{background:var(--ink);padding:54px 0}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}.cta-card h2{font-size:clamp(2rem,4vw,3.6rem);margin:0}.cta-card p{color:#aeb4b8}.footer{background:#0b0d0f;color:#b7bdc1;padding:50px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer strong{color:#fff}.footer a{color:#d6dade;text-decoration:none}.copyright{border-top:1px solid #252a2e;margin-top:35px;padding-top:20px;font-size:.82rem}.estimate-page{padding:58px 0 90px;background:#ebe7de}.estimate-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:34px;align-items:start}.estimate-aside{position:sticky;top:110px;background:var(--ink);color:#fff;border-radius:22px;padding:30px}.estimate-aside h1{font-size:3rem;letter-spacing:-.05em;line-height:.96;margin:5px 0 18px}.estimate-aside p{color:#b9c0c4}.aside-points{display:grid;gap:10px;margin-top:28px;color:#e4e6e7}.aside-points span:before{color:var(--yellow)}.wizard-card{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:30px}.wizard-top{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;color:#777;font-size:.82rem;font-weight:800}.progress{height:7px;background:#ece9e1;border-radius:999px;overflow:hidden}.progress i{display:block;height:100%;width:12%;background:var(--yellow);transition:.25s}.wizard-step{display:none;padding:30px 0 8px}.wizard-step.active{display:block}.wizard-step h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-.045em;margin:0 0 28px}.option-grid{display:grid;gap:12px}.option-grid.three{grid-template-columns:repeat(2,1fr)}.option-grid.two{grid-template-columns:repeat(2,1fr)}.option-grid.one{grid-template-columns:1fr}.option-card,.price-option{position:relative;border:1px solid #d9d5cc;border-radius:14px;padding:18px;cursor:pointer;background:#faf9f6}.option-card:has(input:checked),.price-option:has(input:checked){border:2px solid var(--ink);background:#fff9df;padding:17px}.option-card input,.price-option input{position:absolute;opacity:0}.option-card b,.price-option b{display:block;font-size:1.05rem}.option-card small,.price-option small{display:block;color:var(--muted);margin-top:3px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:block;font-weight:800;margin:14px 0}label small{font-weight:500;color:var(--muted)}input,select,textarea{display:block;width:100%;margin-top:7px;border:1px solid #cfcac0;background:#fff;border-radius:10px;padding:13px 14px;font:inherit;color:var(--ink)}textarea{resize:vertical}.checkbox-line{display:flex;gap:10px;align-items:flex-start;font-weight:600}.checkbox-line input{width:auto;margin:4px 0 0}.fineprint{font-size:.83rem;color:#6b7176}.inline-note,.warning{padding:13px 15px;border-radius:11px;background:#f5f0dc;border-left:4px solid #b58c00;color:#4d4632;margin:15px 0}.warning{background:#f9e5e2;border-color:#aa3e35;color:#65342f}.streetview-wrap{margin-top:16px;border:1px solid #d5d1c8;border-radius:14px;overflow:hidden}.streetview-wrap #streetView{height:340px}.property-confirm{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;background:#f7f4ed}.mini-btn{border:0;background:var(--ink);color:#fff;border-radius:8px;padding:9px 12px;font-weight:800}.mini-btn.ghost{background:#e7e2d8;color:var(--ink)}.wizard-actions{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #ece8df;padding-top:20px;margin-top:15px}.price-summary{border:1px solid #d8d4cb;border-radius:14px;overflow:hidden}.price-summary>div{display:flex;justify-content:space-between;gap:20px;padding:12px 15px;border-bottom:1px solid #ece8df}.price-summary>div:last-child{border-bottom:0}.price-summary .subtotal{background:#faf8f3}.price-summary .grand{background:var(--ink);color:#fff;font-size:1.15rem}.manual-summary{padding:22px;border-radius:14px;background:#f6f2e7}.success-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;font-size:2rem;margin-bottom:20px}.portal-bg{background:#eef0f1}.portal-shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.portal-side{background:var(--ink);padding:24px 18px;color:#fff}.portal-brand{margin-bottom:34px;padding:0 8px}.portal-side nav{display:grid;gap:6px}.portal-side nav a{padding:11px 13px;border-radius:9px;text-decoration:none;color:#bfc5c8;font-weight:700}.portal-side nav a.active,.portal-side nav a:hover{background:#252a2e;color:#fff}.portal-main{padding:38px;min-width:0}.portal-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.portal-top h1{font-size:2.8rem;letter-spacing:-.05em;margin:0}.portal-top p{margin:4px 0;color:var(--muted)}.dashboard-grid,.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dash-card,.stat,.panel{background:#fff;border:1px solid #dce0e2;border-radius:16px;padding:22px}.dash-card.wide{grid-column:1/-1}.dash-card small,.stat small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#7a8186;font-weight:800;font-size:.71rem}.dash-card strong,.stat strong{display:block;font-size:2.25rem;margin:6px 0}.status-dot{display:inline-block;width:10px;height:10px;background:var(--green);border-radius:50%}.stat-grid{grid-template-columns:repeat(4,1fr);margin-bottom:14px}.admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px}.panel:first-child{grid-row:span 2}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;border-bottom:1px solid #eceff0;padding-bottom:16px}.panel-head small{color:#778085;font-weight:900;letter-spacing:.08em}.panel-head h2{margin:2px 0 0}.panel-head button{border:1px solid #d3d8db;background:#f7f8f8;border-radius:8px;padding:8px 10px}.empty-state{padding:46px 8px;text-align:center;color:#6b7479}.empty-state.compact{padding:25px 4px}@media(max-width:900px){.topbar nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--ink);padding:18px 4vw;flex-direction:column;align-items:stretch}.topbar nav.open{display:flex}.menu-toggle{display:block;border:1px solid #3b4145;background:#202428;color:#fff;padding:9px 12px;border-radius:8px}.hero-grid,.why-grid,.estimate-layout{grid-template-columns:1fr}.hero-visual{max-width:620px}.estimate-aside{position:static}.service-grid,.results-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.estimate-banner{grid-template-columns:1fr}.portal-shell{grid-template-columns:1fr}.portal-side{display:none}.portal-main{padding:22px}.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}}@media(max-width:620px){.hero{padding-top:50px}.hero h1{font-size:3.45rem}.hero-visual:before{inset:-12px 18px 15px -10px}.hero-badge{right:8px}.trust-row{display:grid}.option-grid.three,.option-grid.two,.field-grid{grid-template-columns:1fr}.process-grid,.footer-grid,.dashboard-grid,.stat-grid{grid-template-columns:1fr}.portal-top,.cta-card,.property-confirm{align-items:stretch;flex-direction:column}.wizard-card{padding:20px}.wizard-step{padding-top:22px}.section{padding:64px 0}}
.setup-shell,.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.setup-card,.auth-card{width:min(760px,94vw);background:#fff;border:1px solid #dce0e2;border-radius:20px;padding:30px;box-shadow:var(--shadow)}.setup-card h1,.auth-card h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.05em;margin:.2em 0}.setup-success{padding:14px 16px;border-radius:10px;background:#e4f3ec;border-left:4px solid var(--green);margin:16px 0}.setup-card hr{border:0;border-top:1px solid #e4e6e7;margin:25px 0}.portal-section{margin-top:16px}.data-list{display:grid}.data-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 4px;border-bottom:1px solid #eceff0;text-decoration:none;color:inherit}.data-row:last-child{border-bottom:0}.data-row strong,.data-row span{display:block}.data-row span{color:var(--muted);font-size:.88rem;margin-top:3px}.row-meta{text-align:right}.row-meta b{display:block}.detail-shell{width:min(1180px,92vw);margin:40px auto 80px}.detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin:22px 0}.detail-head h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.05em;margin:0}.status-pill{background:#fff3c7;border:1px solid #e0c462;border-radius:999px;padding:8px 12px;font-weight:800;text-transform:capitalize}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.detail-list{display:grid;grid-template-columns:140px 1fr;gap:10px}.detail-list dt{font-weight:800;color:#727a7f}.detail-list dd{margin:0}.json-box{white-space:pre-wrap;word-break:break-word;background:#111315;color:#eef0f1;border-radius:12px;padding:16px;font-size:.84rem;overflow:auto}@media(max-width:760px){.detail-grid{grid-template-columns:1fr}.detail-head,.data-row{align-items:stretch;flex-direction:column}.row-meta{text-align:left}}

/* Build 4.4 admin review + customer estimate actions */
.review-banner{margin:14px 0 18px;padding:14px 16px;border-radius:12px;border:1px solid #d9dde0;background:#fff;font-weight:650}.review-banner.success{background:#e8f5ee;border-color:#9acbb2;color:#184b33}.review-banner.error{background:#fae7e4;border-color:#dcaaa4;color:#6d2c25}.review-banner.lock{background:#fff4d4;border-color:#e6c55e;color:#5d4b0b}.review-banner.active-lock{background:#e9f1f8;border-color:#a9c5de;color:#244962}.review-workspace{margin-top:16px}.read-only-box{padding:20px;border-radius:12px;background:#f1f2f3;color:#5f666a;margin-top:18px}.estimate-edit-list{display:grid;gap:12px;margin-top:18px}.estimate-edit-row{display:grid;grid-template-columns:minmax(0,1fr) 190px 110px;gap:12px;align-items:end;padding:14px;border:1px solid #e0e3e4;border-radius:12px;background:#fafbfb}.estimate-edit-row label{margin:0}.remove-line{display:flex!important;gap:8px;align-items:center;padding-bottom:14px;font-size:.88rem;color:#7b3530}.remove-line input{width:auto;margin:0}.custom-line-card{margin:20px 0;padding:18px;border-radius:12px;background:#f7f4ed;border:1px solid #e1dcd0}.custom-line-card h3{margin:0 0 8px}.revision-total{display:grid;grid-template-columns:1fr auto;gap:9px 20px;padding:18px;border-radius:12px;background:#111315;color:#fff;margin:18px 0}.revision-total .total-label,.revision-total .total-value{font-size:1.15rem;font-weight:900;border-top:1px solid #3c4246;padding-top:10px}.review-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.btn-success{background:#176b45;color:#fff;border:0}.btn-danger{background:#8f2f29;color:#fff;border:0}.decline-admin-form{margin-top:26px;padding-top:22px;border-top:1px solid #e4e7e8}.release-review{display:flex;justify-content:flex-end;margin:16px 0 40px}.note-list{display:grid;gap:10px;margin:16px 0}.note-item{padding:14px;border-left:4px solid var(--yellow);background:#f8f7f3;border-radius:8px}.note-item small{display:block;color:#747b80;margin-top:8px}.customer-decision{margin-top:24px;padding-top:20px;border-top:1px solid #e1e4e5}.customer-decision h2{margin-bottom:6px}.decline-details{margin-top:16px;border:1px solid #e0e2e3;border-radius:10px;padding:12px 14px}.decline-details summary{cursor:pointer;font-weight:800}.decline-details form{margin-top:12px}@media(max-width:760px){.estimate-edit-row{grid-template-columns:1fr}.remove-line{padding-bottom:0}.review-actions{flex-direction:column}.review-actions .btn{width:100%}}

/* Build 4.5 admin navigation + operational list pages */
.stat-link{text-decoration:none;color:inherit;transition:transform .15s ease,border-color .15s ease}.stat-link:hover{transform:translateY(-2px);border-color:#bfc5c8}.panel-link{font-weight:850;text-decoration:none;color:#6e5909}.panel-link:hover{text-decoration:underline}.mini-list{display:grid}.mini-row{padding:12px 2px;border-bottom:1px solid #eceff0}.mini-row:last-child{border-bottom:0}.mini-row b,.mini-row span{display:block}.mini-row span{color:var(--muted);font-size:.86rem;margin-top:2px}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.filter-chip{padding:9px 12px;border:1px solid #d3d8db;background:#fff;border-radius:999px;text-decoration:none;font-weight:800;font-size:.86rem}.filter-chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.status-text{text-transform:capitalize}.job-card-list{display:grid;gap:14px;margin-top:18px}.job-card{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;padding:20px;border:1px solid #dfe3e5;border-radius:14px;background:#fafbfb}.job-card h3{font-size:1.35rem;margin:3px 0}.job-card p{margin:5px 0;color:#525a5f}.status-kicker{font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#856900}.schedule-box{padding:14px;background:#fff;border:1px solid #e2e5e6;border-radius:12px}.schedule-box label{margin:0 0 10px}.date-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dce0e2;border-radius:14px;padding:14px 18px;margin-bottom:14px}.date-bar form{display:flex;align-items:end;gap:10px}.date-bar label{margin:0}.date-bar>div{text-align:right}.date-bar>div strong,.date-bar>div span{display:block}.date-bar>div span{color:var(--muted);font-size:.85rem}.route-list{display:grid}.route-row{display:grid;grid-template-columns:52px minmax(0,1fr) 180px;gap:16px;align-items:center;padding:16px 2px;border-bottom:1px solid #eceff0}.route-row:last-child{border-bottom:0}.route-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--yellow);font-weight:950}.route-info strong,.route-info span,.route-meta b,.route-meta span{display:block}.route-info span,.route-meta span{font-size:.86rem;color:var(--muted);margin-top:2px}.route-meta{text-align:right}.route-meta a{font-size:.84rem;font-weight:800}.search-bar{display:flex;gap:10px;align-items:center;margin-bottom:16px}.search-bar input{margin:0}.message-list{display:grid;gap:12px;margin-top:14px}.message-admin-card{padding:16px;border:1px solid #e0e3e4;border-radius:12px;background:#fafbfb}.message-admin-card strong,.message-admin-card span{display:block}.message-admin-card span{font-size:.82rem;color:var(--muted);margin-top:2px}.message-admin-card p{margin:10px 0 0}.pricing-admin-list{display:grid;gap:14px;margin:18px 0}.pricing-admin-row{padding:18px;border:1px solid #e0e3e4;border-radius:14px;background:#fafbfb}.pricing-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.pricing-title code{font-size:.78rem;color:#697176}.pricing-fields{display:grid;grid-template-columns:2fr 1fr 1fr .7fr;gap:10px}.pricing-admin-row label{margin:10px 0 0}.audit-list{display:grid}.audit-row{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:15px 2px;border-bottom:1px solid #eceff0}.audit-row:last-child{border-bottom:0}.audit-time{font-weight:800}.audit-time small{display:block;color:var(--muted);font-weight:600}.audit-row strong,.audit-row span{display:block}.audit-row span{font-size:.84rem;color:var(--muted)}.audit-row p{margin:5px 0 0;color:#535b60;font-size:.88rem}@media(max-width:900px){.job-card{grid-template-columns:1fr}.pricing-fields{grid-template-columns:1fr 1fr}.route-row{grid-template-columns:44px 1fr}.route-meta{grid-column:2;text-align:left}.date-bar{align-items:stretch;flex-direction:column}.date-bar>div{text-align:left}}@media(max-width:620px){.pricing-fields{grid-template-columns:1fr}.search-bar,.date-bar form{align-items:stretch;flex-direction:column}.audit-row{grid-template-columns:1fr}.pricing-title{align-items:flex-start;flex-direction:column}}

/* Build 4.7: estimator media + service manager */
.admin-help{color:var(--muted);max-width:900px;margin:4px 0 20px}.driveway-gallery-admin{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gallery-admin-card{border:1px solid #dde1e3;border-radius:16px;background:#fafbfb;padding:18px;min-width:0}.gallery-admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.gallery-admin-head strong,.gallery-admin-head span{display:block}.gallery-admin-head span{font-size:.84rem;color:var(--muted);margin-top:2px}.gallery-upload-form{display:flex;gap:12px;align-items:end;margin-bottom:14px}.gallery-upload-form label{margin:0;flex:1}.gallery-upload-form input[type=file]{background:#fff}.pricing-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pricing-photo-card{margin:0;border:1px solid #dfe3e4;border-radius:12px;overflow:hidden;background:#fff}.pricing-photo-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.pricing-photo-card figcaption{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border-top:1px solid #eceeef}.pricing-photo-card figcaption span{font-weight:900}.pricing-photo-card figcaption small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.photo-actions{display:flex;flex-wrap:wrap;gap:6px;padding:0 10px 10px}.photo-actions form{margin:0}.mini-btn.danger{background:#8f2f29;color:#fff;border-color:#8f2f29}.mini-btn:disabled{opacity:.35;cursor:not-allowed}.empty-gallery{padding:16px;border:1px dashed #cfd4d7;border-radius:12px;color:var(--muted);background:#fff}.new-service-form{margin-top:12px}.add-service-grid{grid-template-columns:2fr 1fr 1fr 1fr}.pricing-title>div strong,.pricing-title>div code{display:block}.core-service-tag{font-size:.72rem;font-weight:850;padding:5px 8px;border-radius:999px;background:#edeff0;color:#626a6e}.pricing-fields{grid-template-columns:2fr .8fr .9fr .7fr 1fr .7fr}.driveway-example-gallery{margin:16px 0 18px;padding:14px;border-radius:14px;background:#f7f4ed;border:1px solid #e2d9c5}.gallery-customer-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:12px}.gallery-customer-head strong,.gallery-customer-head span{display:block}.gallery-customer-head span{max-width:560px;color:var(--muted);font-size:.86rem}.driveway-photo-strip{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.driveway-photo-strip figure{margin:0;flex:0 0 min(300px,80%);scroll-snap-align:start;background:#fff;border:1px solid #dfe2e3;border-radius:12px;overflow:hidden}.driveway-photo-strip img{width:100%;aspect-ratio:4/3;object-fit:cover}.driveway-photo-strip figcaption{padding:8px 10px;font-weight:800;font-size:.84rem}.gallery-empty-customer{display:grid;gap:3px}.gallery-empty-customer span{color:var(--muted);font-size:.88rem}.public-extras{margin:24px 0 16px;padding-top:20px;border-top:1px solid #e2e4e5}.public-extras h3{margin:0 0 12px;font-size:1.25rem}.extra-service-card em{display:block;font-style:normal;font-size:.78rem;color:#6b6260;margin-top:4px}
@media(max-width:1000px){.driveway-gallery-admin{grid-template-columns:1fr}.pricing-fields,.add-service-grid{grid-template-columns:1fr 1fr}.gallery-upload-form{align-items:stretch;flex-direction:column}.gallery-customer-head{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.pricing-photo-grid,.pricing-fields,.add-service-grid{grid-template-columns:1fr}.driveway-photo-strip figure{flex-basis:88%}}

/* Build 5 consolidated operations + My TDD interface */
.portal-side{position:sticky;top:0;height:100vh;overflow-y:auto;align-self:start}.portal-side nav a{transition:background .15s ease,color .15s ease}.portal-side nav a.active{background:var(--yellow);color:var(--ink)}.portal-main{max-width:1800px;width:100%;margin:0 auto}.panel{min-width:0}.btn.small{min-height:38px;padding:0 12px;border-radius:8px;font-size:.82rem}.btn-ghost.small{border-color:#c7cccf;background:#fff;color:var(--ink)}.status-pill{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#f3e4aa;color:#5c4800;font-size:.74rem;font-weight:900;line-height:1.2}.status-pill.small{padding:4px 7px;font-size:.68rem}.form-actions,.button-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.inline-form{display:flex;gap:8px;align-items:end;flex-wrap:wrap}.inline-form label{margin:0}.check-list{display:grid;gap:7px;padding-left:22px}.code-line{display:block;max-width:100%;overflow-wrap:anywhere;background:#171a1d;color:#f8d261;padding:12px 14px;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.info{color:#566066}.filter-spacer{flex:1}.wrap{flex-wrap:wrap}.money-input{font-variant-numeric:tabular-nums}.acceptance-block{margin-top:20px;padding-top:18px;border-top:1px solid #e4e2db}.acceptance-options{margin-top:12px}.acknowledgement{margin-top:20px}.manual-size-option{border-style:dashed}.extra-service-thumb{width:86px;height:64px;border-radius:9px;object-fit:cover;float:left;margin:0 12px 0 0}

/* Scheduling / unscheduled jobs */
.schedule-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:16px;align-items:start}.schedule-side{display:grid;gap:16px;position:sticky;top:20px}.bulk-schedule-bar{display:flex;align-items:end;gap:12px;flex-wrap:wrap;padding:14px 16px;background:#f7f4e9;border:1px solid #e2d9bd;border-radius:13px;margin:16px 0}.bulk-schedule-bar label{margin:0;min-width:190px}.bulk-schedule-bar span{font-size:.86rem;font-weight:800;color:var(--muted)}.schedule-select-card{grid-template-columns:44px minmax(0,1fr) 155px;align-items:center}.job-select{display:grid;place-items:center;margin:0}.job-select input{width:22px;height:22px;margin:0}.job-select span{font-size:.7rem;margin-top:5px;color:var(--muted)}.job-card-main{min-width:0}.duration-inline{margin:0;display:grid;grid-template-columns:1fr auto;gap:5px 8px;align-items:center}.duration-inline input{grid-column:1;margin:0}.duration-inline>span{grid-column:2;color:var(--muted);font-size:.8rem}.duration-inline::before{content:"Est. duration";grid-column:1/-1;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#70787d}.recommendation{padding:9px 11px!important;background:#eef5f1;border-left:3px solid var(--green);border-radius:7px;font-size:.84rem!important}.route-map{width:100%;min-height:360px;border-radius:13px;background:#e5e8e9;overflow:hidden}.route-map.large{min-height:470px}.cluster-list{display:grid;gap:9px}.cluster-card{display:grid;gap:2px;width:100%;text-align:left;border:1px solid #dfe3e5;border-radius:12px;background:#fafbfb;padding:13px;cursor:pointer;color:var(--ink)}.cluster-card:hover{border-color:#b89520;background:#fff9e6}.cluster-card strong{font-size:.94rem}.cluster-card span{font-size:.8rem;color:#7d650f;font-weight:800}.cluster-card small{font-size:.76rem;color:var(--muted)}

/* Daily route / field operations */
.route-toolbar{align-items:end;justify-content:flex-start;flex-wrap:wrap}.route-toolbar>label{margin:0;min-width:145px}.route-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);gap:14px;margin-bottom:14px}.route-map-panel,.route-metrics-panel{grid-row:auto!important}.route-map-panel .panel-head span{font-size:.82rem;color:var(--green);font-weight:800}.route-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.route-metrics>div{padding:12px;border-radius:11px;background:#f5f6f6;border:1px solid #e3e6e7}.route-metrics>div.wide{grid-column:1/-1;background:var(--ink);color:#fff}.route-metrics small,.route-metrics strong{display:block}.route-metrics small{text-transform:uppercase;letter-spacing:.07em;font-size:.66rem;color:#7b8387;font-weight:900}.route-metrics .wide small{color:#aeb5b8}.route-metrics strong{font-size:1.35rem;margin-top:3px}.draggable-route .route-work-card{cursor:grab}.draggable-route .route-work-card.dragging{opacity:.45;cursor:grabbing}.route-work-card{grid-template-columns:52px minmax(0,1fr) minmax(250px,320px);padding:16px 0}.route-work-card .route-info small{display:block;color:#70787d;margin-top:5px}.route-estimate-line{color:#6f5a08!important;font-weight:800}.route-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px;flex-wrap:wrap}.route-actions form{margin:0}.route-actions label{display:flex;align-items:center;gap:5px;margin:0;font-size:.76rem}.route-actions label input{width:70px;margin:0;padding:9px}.route-actions label>span{color:var(--muted)}.drag-handle{cursor:grab}.reschedule-pop{position:relative}.reschedule-pop>summary{cursor:pointer;list-style:none;padding:9px 11px;border:1px solid #cfd4d6;border-radius:8px;background:#fff;font-size:.78rem;font-weight:850}.reschedule-pop>summary::-webkit-details-marker{display:none}.reschedule-pop[open]{width:100%;padding:12px;margin-top:4px;border:1px solid #d8dcde;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(17,19,21,.1)}.reschedule-pop form{display:grid;gap:7px}.reschedule-pop label{margin:0}.reschedule-pop hr{border:0;border-top:1px solid #e4e7e8;margin:12px 0}.day-complete-banner{display:flex;justify-content:space-between;align-items:center;gap:14px}

/* Customer records, properties, notes and media */
.customer-toolbar{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}.property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.property-card{padding:17px;border:1px solid #dfe3e5;border-radius:13px;background:#fafbfb}.property-card>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.property-card p{margin:8px 0}.property-card small{color:var(--muted)}.property-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.google-property-form{margin-top:12px}.google-property-form .streetview-wrap [data-role="street"]{height:320px}.streetview-admin{height:420px;border-radius:13px;overflow:hidden;background:#e6e8e9}.office-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.internal-note-list{display:grid;gap:9px;margin-top:14px}.internal-note-list article{padding:13px 14px;border-left:4px solid var(--yellow);background:#f8f7f3;border-radius:9px}.internal-note-list p{margin:0}.internal-note-list small{display:block;color:var(--muted);margin-top:5px}.admin-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-top:14px}.admin-photo-grid figure{margin:0;border:1px solid #dfe3e5;border-radius:12px;background:#fff;overflow:hidden}.admin-photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.admin-photo-grid figcaption{padding:8px 10px;font-size:.74rem;color:var(--muted)}.media-inline-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.media-inline-form label{margin:0;min-width:220px;flex:1}.service-media-inline{margin-top:15px;padding-top:14px;border-top:1px solid #e4e7e8}.service-media-inline>strong{display:block;margin-bottom:9px}.pricing-photo-grid.compact{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}

/* Messaging */
.client-thread,.admin-thread{display:grid;gap:10px;margin-top:16px}.client-message{max-width:min(760px,88%);padding:13px 15px;border-radius:14px;background:#f1f3f3;border:1px solid #e1e4e5}.client-message.from-client{margin-left:auto;background:#fff5d5;border-color:#ead586}.client-message.from-admin{margin-right:auto}.client-message>div{display:flex;justify-content:space-between;gap:15px}.client-message small{color:var(--muted)}.client-message p{margin:7px 0 0}.message-compose{margin-top:18px;padding-top:16px;border-top:1px solid #e4e7e8}.message-photo-row{display:flex;gap:8px;overflow-x:auto;margin-top:9px}.message-photo-row img{width:120px;height:90px;object-fit:cover;border-radius:8px;border:1px solid #dce0e2}

/* Notifications */
.notification-list{display:grid;gap:10px;margin-top:14px}.notification-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:15px;border:1px solid #dfe3e5;border-radius:12px;background:#fff;text-decoration:none}.notification-row:hover{border-color:#c5aa4c}.notification-row strong,.notification-row span,.notification-row small{display:block}.notification-row span{color:#4f585d;margin-top:2px}.notification-row small{color:var(--muted);margin-top:5px}.browser-notice-card{padding:17px;border-radius:13px;background:#fff8df;border:1px solid #ebd477;margin-bottom:14px}

/* Job / timeline / live customer status */
.job-client-list{display:grid;gap:12px}.job-status-hero{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px;border-radius:14px;background:var(--ink);color:#fff;margin:14px 0}.job-status-hero p{margin:3px 0;color:#c8cdcf}.live-client-status{display:grid;gap:4px;padding:16px;border-radius:12px;background:#fff5d5;border:1px solid #ead586;margin:14px 0}.live-client-status small{text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#7d650f}.live-client-value{font-size:1.65rem;font-weight:950;letter-spacing:-.03em}.live-job-message{color:#4e5559}.timeline{position:relative;display:grid;gap:0;margin:16px 0}.timeline:before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:#dfe3e5}.timeline>article{position:relative;padding:0 0 18px 32px}.timeline>article:before{content:"";position:absolute;left:3px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--yellow);border:3px solid #fff;box-shadow:0 0 0 1px #d5d9db}.timeline p{margin:2px 0}.timeline small{color:var(--muted)}

/* Invoice & finance */
.invoice-client{max-width:960px}.payment-instructions{padding:16px 18px;margin:16px 0;background:#fff5d5;border:1px solid #ead586;border-radius:12px}.payment-instructions p{margin:5px 0 0}.invoice-edit-list{display:grid;gap:10px;margin:14px 0}.invoice-edit-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px;align-items:end;padding:13px;border:1px solid #dfe3e5;border-radius:11px;background:#fafbfb}.invoice-edit-row label{margin:0}.completed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:13px}.completed-grid .job-card{grid-template-columns:1fr;padding:17px}.form-actions form{margin:0}

/* Small modifiers */
.route-actions .small,.form-actions .small{min-height:38px}.large{min-height:460px}.small{font-size:.82rem}.in-portal{max-width:none}.hero-copy{min-width:0}.pricing-manager-intro{margin-bottom:14px}

@media(max-width:1180px){.schedule-layout,.route-dashboard-grid{grid-template-columns:1fr}.schedule-side{position:static}.schedule-select-card{grid-template-columns:42px minmax(0,1fr) 140px}.route-work-card{grid-template-columns:48px minmax(0,1fr)}.route-actions{grid-column:2;justify-content:flex-start}.office-tools-grid{grid-template-columns:1fr}}
@media(max-width:900px){
  .portal-shell{display:block;min-height:100vh}.portal-side{display:block!important;position:sticky;top:0;z-index:60;width:100%;height:auto;max-height:none;padding:10px 12px;border-bottom:1px solid #30363a;overflow:visible}.portal-brand{margin:0 0 9px;padding:0}.portal-brand .brand-mark{width:36px;height:36px}.portal-side nav{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.portal-side nav a{white-space:nowrap;padding:8px 10px;font-size:.8rem;background:#1a1e22}.portal-side nav a.active{background:var(--yellow);color:var(--ink)}.portal-main{padding:18px}.portal-top{margin-bottom:18px}.portal-top h1{font-size:clamp(2rem,7vw,2.8rem)}.route-map.large{min-height:380px}.property-grid{grid-template-columns:1fr}
}
@media(max-width:680px){.schedule-select-card{grid-template-columns:36px 1fr}.duration-inline{grid-column:2}.bulk-schedule-bar{align-items:stretch;flex-direction:column}.bulk-schedule-bar label{min-width:0}.route-work-card{grid-template-columns:40px 1fr}.route-actions{grid-column:1/-1;justify-content:flex-start;padding-left:0}.route-actions>*{max-width:100%}.route-actions .btn{flex:1}.route-actions label{width:100%;justify-content:flex-start}.reschedule-pop[open]{position:static}.route-dashboard-grid{display:block}.route-map-panel{margin-bottom:14px}.route-map.large{min-height:320px}.route-metrics{grid-template-columns:1fr 1fr}.office-tools-grid{grid-template-columns:1fr}.client-message{max-width:100%}.notification-row{grid-template-columns:1fr}.invoice-edit-row{grid-template-columns:1fr}.day-complete-banner{align-items:stretch;flex-direction:column}.customer-toolbar,.form-actions,.button-row{align-items:stretch;flex-direction:column}.customer-toolbar .btn,.form-actions .btn,.button-row .btn{width:100%}.admin-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.route-metrics{grid-template-columns:1fr}.admin-photo-grid{grid-template-columns:1fr}.portal-main{padding:12px}.panel{padding:16px}.route-map,.route-map.large{min-height:280px}}
.job-duration-input{font-variant-numeric:tabular-nums}.admin-side,.client-side{min-width:0}
/* Build 5 final polish: timeline cards and utility hooks */
.timeline>div{display:grid;grid-template-columns:16px 1fr;gap:12px;align-items:start;padding:0 0 16px;position:relative}.timeline>div>span{width:12px;height:12px;border-radius:50%;background:var(--accent,#f4bd3f);margin-top:5px;box-shadow:0 0 0 4px rgba(244,189,63,.16)}.timeline>div>p{margin:0;display:grid;gap:4px}.timeline>div>p small{color:var(--muted,#67707a)}
.admin-side,.client-side{min-width:0}.job-duration-input{max-width:120px}


/* Build 5.1 — explicit route home-base visibility */
.home-origin-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 0 14px;padding:14px 16px;border:1px solid var(--line,#d7d9dc);border-left:5px solid #f4bd3c;border-radius:14px;background:#fff}.home-origin-card div{display:grid;gap:3px}.home-origin-card small{font-size:.72rem;font-weight:800;letter-spacing:.08em;color:#6b7280}.home-origin-card strong{font-size:1rem}.home-origin-card span{font-size:.84rem;color:#52606d;text-align:right}@media(max-width:760px){.home-origin-card{align-items:flex-start;flex-direction:column}.home-origin-card span{text-align:left}}

/* Build 5.2 route action feedback */
.route-action-status{margin:10px 0 14px;padding:11px 14px;border-radius:10px;font-weight:750;font-size:.92rem;border:1px solid transparent}
.route-action-status.info{background:#eef5fb;border-color:#bfd7eb;color:#193b56}
.route-action-status.working{background:#fff4cf;border-color:#ebc34c;color:#654c00}
.route-action-status.success{background:#eaf7ef;border-color:#a9d8b8;color:#1d5b31}
.route-action-status.error{background:#fdecea;border-color:#e6aaa4;color:#7b2019}
.route-toolbar button:disabled{opacity:.58;cursor:wait}

/* =========================================================
   BUILD 6 — PUBLIC HOMEPAGE VISUAL OVERHAUL
   Scoped to .home-v6 so admin / My TDD / estimator remain stable.
   ========================================================= */
.home-v6{--hv6-bg:#0b0d0f;--hv6-panel:#13171a;--hv6-paper:#f2efe7;--hv6-gold:#f5bf3c;--hv6-gold-2:#ffd365;--hv6-text:#101214;--hv6-soft:#697178;--hv6-line:#d8d5cd;background:var(--hv6-paper);overflow:hidden}
.home-v6 .container{width:min(1220px,92vw)}
.home-v6 .hv6-hero{position:relative;background:radial-gradient(circle at 70% 15%,rgba(245,191,60,.12),transparent 34%),linear-gradient(135deg,#0a0c0e 0%,#111518 65%,#090b0d 100%);color:#fff;padding:74px 0 86px;border-bottom:1px solid rgba(255,255,255,.07)}
.home-v6 .hv6-hero:after{content:"";position:absolute;right:-8%;top:-120px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(245,191,60,.12);box-shadow:0 0 0 90px rgba(245,191,60,.025),0 0 0 180px rgba(245,191,60,.018);pointer-events:none}
.home-v6 .hv6-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);gap:64px;align-items:center}
.home-v6 .hv6-kicker{display:flex;align-items:center;gap:10px;color:#d9dde0;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;margin-bottom:22px}
.home-v6 .hv6-kicker span{width:31px;height:3px;border-radius:99px;background:var(--hv6-gold)}
.home-v6 .hv6-hero h1{font-size:clamp(3.45rem,6.3vw,6.5rem);line-height:.91;letter-spacing:-.065em;margin:0;max-width:700px;text-wrap:balance}
.home-v6 .hv6-hero h1 span{display:block;color:var(--hv6-gold)}
.home-v6 .hv6-lead{max-width:650px;margin:25px 0 0;color:#cbd0d4;font-size:1.15rem;line-height:1.7}
.home-v6 .hv6-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:31px}
.home-v6 .hv6-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 21px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-weight:950;letter-spacing:-.01em;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.home-v6 .hv6-btn:hover{transform:translateY(-2px)}
.home-v6 .hv6-btn-primary{background:var(--hv6-gold);color:#111315;box-shadow:0 12px 28px rgba(245,191,60,.2)}
.home-v6 .hv6-btn-primary:hover{background:var(--hv6-gold-2)}
.home-v6 .hv6-btn-secondary{background:#191d21;border-color:#3a4248;color:#fff}
.home-v6 .hv6-btn-secondary:hover{border-color:#68737b;background:#1f2428}
.home-v6 .hv6-btn-large{min-height:58px;padding:0 25px;font-size:1rem}
.home-v6 .hv6-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:39px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.home-v6 .hv6-proof-strip>div{padding:18px 19px 18px 0;min-width:0}
.home-v6 .hv6-proof-strip>div+div{border-left:1px solid rgba(255,255,255,.12);padding-left:20px}
.home-v6 .hv6-proof-strip strong,.home-v6 .hv6-proof-strip span{display:block}.home-v6 .hv6-proof-strip strong{font-size:.98rem;color:#fff}.home-v6 .hv6-proof-strip span{font-size:.75rem;color:#8e989f;margin-top:3px}
.home-v6 .hv6-compare-card{position:relative;padding:12px;background:#171b1e;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 35px 90px rgba(0,0,0,.42)}
.home-v6 .hv6-compare-card:before{content:"";position:absolute;inset:-14px 28px auto -14px;height:120px;background:var(--hv6-gold);border-radius:26px;z-index:-1;transform:rotate(-1.2deg)}
.home-v6 .hv6-compare-head,.home-v6 .hv6-compare-foot{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:9px 7px;color:#dfe3e5;font-size:.8rem}
.home-v6 .hv6-compare-head small{color:#8d969c}.home-v6 .hv6-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#3ccf75;box-shadow:0 0 0 5px rgba(60,207,117,.12);margin-right:7px}
.home-v6 .hv6-compare-foot{padding:12px 8px 5px}.home-v6 .hv6-compare-foot span{color:#939ca2}.home-v6 .hv6-comparison{position:relative;aspect-ratio:2.05/1;border-radius:17px;overflow:hidden;background:#24292d;isolation:isolate;touch-action:pan-y}
.home-v6 .hv6-comparison img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none}
.home-v6 .hv6-after-wrap{position:absolute;inset:0;width:var(--position);overflow:hidden;border-right:2px solid rgba(255,255,255,.9)}
.home-v6 .hv6-after-wrap .hv6-after{width:calc(100% / (var(--position) / 100));max-width:none}
.home-v6 .hv6-divider{position:absolute;left:var(--position);top:50%;transform:translate(-50%,-50%);z-index:4;width:44px;height:44px;border-radius:50%;background:#fff;color:#111315;display:grid;place-items:center;font-weight:950;box-shadow:0 5px 18px rgba(0,0,0,.28);pointer-events:none}
.home-v6 .hv6-label{position:absolute;z-index:3;top:15px;padding:7px 10px;border-radius:999px;background:rgba(7,9,10,.76);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.63rem;font-weight:950}.home-v6 .hv6-label-before{left:14px}.home-v6 .hv6-label-after{right:14px;background:var(--hv6-gold);color:#111315}
.home-v6 .hv6-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5;margin:0}
.home-v6 .hv6-ticker{background:var(--hv6-gold);color:#111315;overflow:hidden;border-bottom:1px solid #d9a51c}
.home-v6 .hv6-ticker>div{display:flex;align-items:center;justify-content:center;gap:20px;min-width:max-content;padding:12px 20px;font-size:.74rem;font-weight:950;letter-spacing:.15em}.home-v6 .hv6-ticker i{font-style:normal;opacity:.4}
.home-v6 .hv6-work-section{padding:105px 0 112px;background:#f4f1e9}
.home-v6 .hv6-section-intro{max-width:780px;margin-bottom:42px}.home-v6 .hv6-intro-split{max-width:none;display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end}
.home-v6 .hv6-overline{display:inline-block;color:#806300;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.15em;margin-bottom:14px}.home-v6 .hv6-overline-yellow{color:var(--hv6-gold)}
.home-v6 .hv6-section-intro h2,.home-v6 .hv6-craft-copy h2,.home-v6 .hv6-estimate-copy h2,.home-v6 .hv6-mytdd-section h2,.home-v6 .hv6-final-card h2{font-size:clamp(2.4rem,4vw,4.45rem);line-height:.98;letter-spacing:-.055em;margin:0;text-wrap:balance}
.home-v6 .hv6-section-intro p,.home-v6 .hv6-intro-side p{color:#606970;font-size:1.02rem}.home-v6 .hv6-intro-side{padding-bottom:4px}.home-v6 .hv6-real-badge{font-size:.77rem;font-weight:850;color:#1f5d48;margin-top:15px}
.home-v6 .hv6-gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:250px;gap:13px}
.home-v6 .hv6-shot{position:relative;border:0;padding:0;border-radius:17px;overflow:hidden;background:#1b2023;cursor:zoom-in;text-align:left;min-width:0;box-shadow:0 7px 28px rgba(16,18,20,.08)}
.home-v6 .hv6-shot-wide{grid-row:span 2}.home-v6 .hv6-shot-tall{grid-row:span 2}.home-v6 .hv6-shot img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .35s ease}.home-v6 .hv6-shot:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.72))}
.home-v6 .hv6-shot>span{position:absolute;left:17px;right:17px;bottom:15px;z-index:2;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.home-v6 .hv6-shot>span b{font-size:.9rem}.home-v6 .hv6-shot>span small{font-size:.67rem;color:#c7cccf;text-align:right}.home-v6 .hv6-shot:hover img{transform:scale(1.035);filter:saturate(1.08)}
.home-v6 .hv6-estimate-section{padding:0 0 108px;background:#f4f1e9}.home-v6 .hv6-estimate-card{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;background:#101316;color:#fff;border-radius:30px;padding:64px;position:relative;overflow:hidden;box-shadow:0 28px 80px rgba(15,18,20,.13)}
.home-v6 .hv6-estimate-card:before{content:"";position:absolute;right:-110px;top:-170px;width:430px;height:430px;border:1px solid rgba(245,191,60,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(245,191,60,.035),0 0 0 140px rgba(245,191,60,.02)}
.home-v6 .hv6-estimate-copy{position:relative;z-index:1}.home-v6 .hv6-estimate-copy p{color:#b9c0c5;font-size:1.04rem;max-width:650px;margin:22px 0 29px}
.home-v6 .hv6-estimate-steps{position:relative;z-index:1;display:grid;gap:0;border:1px solid #30363a;border-radius:20px;background:#171b1e;overflow:hidden}.home-v6 .hv6-estimate-steps>div{display:grid;grid-template-columns:55px 1fr;gap:16px;align-items:center;padding:18px 21px}.home-v6 .hv6-estimate-steps>div+div{border-top:1px solid #30363a}.home-v6 .hv6-estimate-steps>b{}.home-v6 .hv6-estimate-steps div>b{color:var(--hv6-gold);font-size:.78rem;letter-spacing:.1em}.home-v6 .hv6-estimate-steps span strong,.home-v6 .hv6-estimate-steps span small{display:block}.home-v6 .hv6-estimate-steps span strong{font-size:.96rem}.home-v6 .hv6-estimate-steps span small{color:#858f96;font-size:.77rem;margin-top:3px}
.home-v6 .hv6-services-section{padding:108px 0 116px;background:#fff}.home-v6 .hv6-service-grid{display:grid;grid-template-columns:1.35fr .95fr;gap:14px}.home-v6 .hv6-service{display:grid;grid-template-columns:.95fr 1.05fr;min-height:310px;border:1px solid #e1e0da;border-radius:20px;overflow:hidden;color:inherit;text-decoration:none;background:#f8f7f3;transition:transform .2s ease,box-shadow .2s ease}.home-v6 .hv6-service:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(15,18,20,.11)}.home-v6 .hv6-service-main{grid-row:span 2;grid-template-columns:1fr;min-height:636px}.home-v6 .hv6-service-photo{min-height:230px;overflow:hidden;background:#23282b}.home-v6 .hv6-service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-v6 .hv6-service:hover .hv6-service-photo img{transform:scale(1.035)}
.home-v6 .hv6-service-body{padding:28px;align-self:end}.home-v6 .hv6-service-body>span{display:block;color:#8b6d10;font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.13em;margin-bottom:9px}.home-v6 .hv6-service-body h3{font-size:clamp(1.9rem,3vw,3rem);line-height:1;margin:0 0 13px;letter-spacing:-.045em}.home-v6 .hv6-service-body p{color:#667076;margin:0 0 20px}.home-v6 .hv6-service-body>b{font-size:.83rem}.home-v6 .hv6-service-text{display:grid;grid-template-columns:84px 1fr;min-height:205px}.home-v6 .hv6-service-icon{margin:27px 0 27px 27px;width:58px;height:58px;border-radius:14px;background:var(--hv6-gold);display:grid;place-items:center;font-size:1.3rem;font-weight:950}.home-v6 .hv6-service-dark{background:#15191c;color:#fff;border-color:#15191c}.home-v6 .hv6-service-dark .hv6-service-body p{color:#9ea7ad}.home-v6 .hv6-service-dark .hv6-service-body>span{color:var(--hv6-gold)}
.home-v6 .hv6-craft-section{padding:115px 0;background:#ece8de}.home-v6 .hv6-craft-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.home-v6 .hv6-craft-compare{background:#101315;border-radius:24px;padding:12px;box-shadow:0 28px 70px rgba(15,18,20,.17);transform:rotate(-1deg)}.home-v6 .hv6-comparison-second{aspect-ratio:2.05/1;transform:rotate(1deg)}
.home-v6 .hv6-craft-copy>p{color:#5d676e;font-size:1.06rem;margin:22px 0 28px}.home-v6 .hv6-feature-list{display:grid;gap:0;border-top:1px solid #cbc8c0}.home-v6 .hv6-feature-list>div{display:grid;grid-template-columns:45px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid #cbc8c0}.home-v6 .hv6-feature-list div>b{color:#9a7606;font-size:.73rem;letter-spacing:.1em;padding-top:3px}.home-v6 .hv6-feature-list span strong,.home-v6 .hv6-feature-list span small{display:block}.home-v6 .hv6-feature-list span strong{font-size:.98rem}.home-v6 .hv6-feature-list span small{color:#677077;margin-top:4px}
.home-v6 .hv6-mytdd-section{padding:110px 0;background:#fff}.home-v6 .hv6-mytdd-grid{display:grid;grid-template-columns:1fr .92fr;gap:80px;align-items:center}.home-v6 .hv6-mytdd-grid>div:first-child p{color:#687178;font-size:1.04rem;margin:21px 0}.home-v6 .hv6-text-link{font-weight:950;text-decoration:none;border-bottom:2px solid var(--hv6-gold);padding-bottom:3px}.home-v6 .hv6-portal-preview{border:1px solid #dfe2e3;border-radius:22px;padding:20px;background:#f6f7f7;box-shadow:0 25px 70px rgba(14,17,19,.11);transform:perspective(1200px) rotateY(-3deg)}.home-v6 .hv6-preview-top{height:35px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #dfe2e3;margin:-3px -3px 15px;padding:0 3px 14px}.home-v6 .hv6-preview-top span{width:8px;height:8px;border-radius:50%;background:#c7cbce}.home-v6 .hv6-preview-top b{margin-left:auto;font-size:.7rem;letter-spacing:.13em}.home-v6 .hv6-preview-status{padding:20px;border-radius:14px;background:#121619;color:#fff;margin-bottom:10px}.home-v6 .hv6-preview-status small,.home-v6 .hv6-preview-status strong,.home-v6 .hv6-preview-status span{display:block}.home-v6 .hv6-preview-status small{color:var(--hv6-gold);font-weight:950;letter-spacing:.12em;font-size:.62rem}.home-v6 .hv6-preview-status strong{font-size:1.05rem;margin-top:7px}.home-v6 .hv6-preview-status span{color:#aab2b7;font-size:.78rem;margin-top:5px}.home-v6 .hv6-preview-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 14px;background:#fff;border:1px solid #e2e4e5;border-radius:11px;margin-top:7px;font-size:.82rem}.home-v6 .hv6-preview-row b{color:#315d4c}
.home-v6 .hv6-final-cta{padding:0 0 110px;background:#fff}.home-v6 .hv6-final-card{display:flex;align-items:center;justify-content:space-between;gap:35px;background:#0c0f11;color:#fff;border-radius:27px;padding:52px 56px;position:relative;overflow:hidden}.home-v6 .hv6-final-card:after{content:"";position:absolute;right:18%;bottom:-180px;width:330px;height:330px;border-radius:50%;background:rgba(245,191,60,.08);pointer-events:none}.home-v6 .hv6-final-card h2{max-width:800px}.home-v6 .hv6-final-card .hv6-btn{position:relative;z-index:1;flex:0 0 auto}
.home-v6 .hv6-lightbox{width:min(1080px,92vw);max-width:1080px;border:0;padding:10px;background:#0d1012;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.5)}.home-v6 .hv6-lightbox::backdrop{background:rgba(5,7,8,.82);backdrop-filter:blur(4px)}.home-v6 .hv6-lightbox img{width:100%;max-height:82vh;object-fit:contain;border-radius:11px}.home-v6 .hv6-lightbox-close{position:absolute;right:18px;top:18px;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(10,12,13,.8);color:#fff;font-size:1.5rem;cursor:pointer}

@media(max-width:1080px){
  .home-v6 .hv6-hero-grid{grid-template-columns:1fr;gap:52px}.home-v6 .hv6-hero-copy{max-width:850px}.home-v6 .hv6-compare-card{max-width:900px}.home-v6 .hv6-intro-split{grid-template-columns:1fr;gap:16px}.home-v6 .hv6-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:270px}.home-v6 .hv6-estimate-card,.home-v6 .hv6-craft-grid,.home-v6 .hv6-mytdd-grid{grid-template-columns:1fr}.home-v6 .hv6-service-grid{grid-template-columns:1fr 1fr}.home-v6 .hv6-service-main{grid-column:1/-1;grid-row:auto;grid-template-columns:1fr 1fr;min-height:360px}.home-v6 .hv6-service{grid-template-columns:1fr;min-height:420px}.home-v6 .hv6-service-text{grid-template-columns:75px 1fr;min-height:220px}.home-v6 .hv6-final-card{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){
  .home-v6 .hv6-hero{padding:52px 0 62px}.home-v6 .hv6-hero-grid{gap:40px}.home-v6 .hv6-hero h1{font-size:clamp(3rem,15vw,5rem)}.home-v6 .hv6-lead{font-size:1.02rem}.home-v6 .hv6-proof-strip{grid-template-columns:1fr}.home-v6 .hv6-proof-strip>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.1);padding-left:0}.home-v6 .hv6-compare-card:before{inset:-9px 20px auto -9px;height:85px}.home-v6 .hv6-comparison{aspect-ratio:1.45/1}.home-v6 .hv6-compare-foot{align-items:flex-start;flex-direction:column;gap:2px}.home-v6 .hv6-work-section,.home-v6 .hv6-services-section,.home-v6 .hv6-craft-section,.home-v6 .hv6-mytdd-section{padding:78px 0}.home-v6 .hv6-section-intro h2,.home-v6 .hv6-craft-copy h2,.home-v6 .hv6-estimate-copy h2,.home-v6 .hv6-mytdd-section h2,.home-v6 .hv6-final-card h2{font-size:clamp(2.35rem,11vw,3.6rem)}.home-v6 .hv6-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.home-v6 .hv6-shot-wide,.home-v6 .hv6-shot-tall{grid-row:span 1}.home-v6 .hv6-shot-wide{grid-column:1/-1;min-height:285px}.home-v6 .hv6-estimate-section{padding-bottom:78px}.home-v6 .hv6-estimate-card{padding:37px 25px;border-radius:22px;gap:38px}.home-v6 .hv6-service-grid{grid-template-columns:1fr}.home-v6 .hv6-service-main{grid-column:auto;grid-template-columns:1fr;min-height:470px}.home-v6 .hv6-service{min-height:420px}.home-v6 .hv6-service-text{grid-template-columns:70px 1fr;min-height:220px}.home-v6 .hv6-craft-grid{gap:43px}.home-v6 .hv6-mytdd-grid{gap:42px}.home-v6 .hv6-portal-preview{transform:none}.home-v6 .hv6-final-cta{padding-bottom:78px}.home-v6 .hv6-final-card{padding:37px 28px;border-radius:21px}.home-v6 .hv6-actions .hv6-btn{width:100%}}
@media(max-width:480px){
  .home-v6 .hv6-gallery{grid-template-columns:1fr;grid-auto-rows:260px}.home-v6 .hv6-shot-wide{grid-column:auto;min-height:260px}.home-v6 .hv6-comparison{aspect-ratio:1.22/1}.home-v6 .hv6-divider{width:38px;height:38px}.home-v6 .hv6-service-text{grid-template-columns:1fr}.home-v6 .hv6-service-icon{margin:24px 0 0 24px}.home-v6 .hv6-service-body{padding:24px}.home-v6 .hv6-estimate-steps>div{grid-template-columns:42px 1fr;padding:16px}.home-v6 .hv6-ticker>div{justify-content:flex-start}}

/* Build 6 public footer */
.footer-v6{background:#090b0d;color:#fff;border-top:1px solid #24292d;padding:64px 0 24px}.footer-v6 .footer-v6-grid{display:grid;grid-template-columns:1.55fr repeat(4,.7fr);gap:42px}.footer-v6 strong{display:block;font-size:.85rem}.footer-v6 p{color:#929ba2;font-size:.84rem;line-height:1.9;margin:12px 0}.footer-v6 a{color:#cdd2d5;text-decoration:none}.footer-v6 a:hover{color:#f4c247}.footer-v6-logo{display:flex;align-items:center;gap:12px}.footer-v6-logo .brand-mark{width:42px;height:42px}.footer-v6-logo div strong{font-size:1rem}.footer-v6-logo div small{display:block;color:#798289;font-size:.72rem;margin-top:1px}.footer-v6-brand>p{max-width:390px}.footer-v6-cta{display:inline-block!important;color:#f4c247!important;font-weight:900;border-bottom:1px solid rgba(244,194,71,.45);padding-bottom:3px}.footer-v6-muted{color:#6f797f}.footer-v6-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #22272b;margin-top:48px;padding-top:22px;color:#6f797f;font-size:.75rem}
@media(max-width:900px){.footer-v6 .footer-v6-grid{grid-template-columns:1fr 1fr}.footer-v6-brand{grid-column:1/-1}.footer-v6-bottom{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:520px){.footer-v6 .footer-v6-grid{grid-template-columns:1fr}.footer-v6-brand{grid-column:auto}.footer-v6{padding-top:48px}}

/* Public legal and Meta compliance pages */
.legal-hero{background:#eef1f2;border-bottom:1px solid #d7dde0;padding:72px 0 42px}.legal-wrap{max-width:920px}.legal-hero h1{font-size:clamp(2.25rem,6vw,4.35rem);line-height:1;margin:16px 0}.legal-lead{max-width:760px;color:#485760;font-size:1.08rem;line-height:1.7}.legal-updated{color:#738087;font-size:.82rem;font-weight:750;margin-top:18px}.legal-section{background:#f6f7f7;padding:42px 0 76px}.legal-card{background:#fff;border:1px solid #dce1e3;border-radius:18px;box-shadow:0 10px 30px rgba(18,27,31,.05);padding:clamp(26px,5vw,58px)}.legal-card h2{font-size:1.35rem;margin:38px 0 10px}.legal-card h2:first-child{margin-top:0}.legal-card p,.legal-card li{color:#394950;line-height:1.75}.legal-card li+li{margin-top:7px}.legal-card a{color:#805b00;font-weight:800}.legal-notice{background:#fff7df;border:1px solid #efd17d;border-radius:12px;color:#5a460c;line-height:1.65;margin:28px 0;padding:16px 18px}
@media(max-width:640px){.legal-hero{padding:48px 0 32px}.legal-section{padding:24px 0 52px}.legal-card{border-radius:14px}.legal-card ul,.legal-card ol{padding-left:22px}}

/* Build 6.1 — OpenWeather scheduling intelligence */
.weather-key-state,.weather-route-state,.weather-mini{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap}.weather-key-state.connected,.weather-route-state.good,.weather-mini.good{background:#e6f4ec;color:#176240;border:1px solid #b8dfca}.weather-key-state.not-connected,.weather-route-state.unavailable,.weather-mini.neutral,.weather-mini.unavailable{background:#f2f0ea;color:#687078;border:1px solid #dcd8ce}.weather-route-state.caution,.weather-mini.caution{background:#fff4d1;color:#725800;border:1px solid #e8cc70}.weather-route-state.poor,.weather-mini.poor{background:#fbe9e7;color:#8c2f28;border:1px solid #eab9b4}.weather-settings-panel .review-banner{margin-bottom:24px}.weather-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin-bottom:25px}.weather-settings-grid .wide{grid-column:1/-1}.weather-settings-grid label>span,.weather-settings-panel label>span{display:block;color:var(--muted);font-size:.76rem;margin-top:5px}.toggle-line{display:flex!important;align-items:center;gap:10px;font-weight:800}.toggle-line input{width:18px!important;height:18px!important;flex:0 0 auto}.toggle-line.danger{color:#8c2f28}.settings-subhead{margin:30px 0 12px;font-size:1rem}.field-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.weather-rule-table{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;margin-bottom:20px}.weather-rule-head,.weather-rule-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:14px;align-items:center;padding:12px 15px}.weather-rule-head{background:#f2f0ea;color:#686f74;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:900}.weather-rule-row+.weather-rule-row{border-top:1px solid var(--line)}.weather-rule-row label{display:flex;align-items:center;gap:8px;margin:0}.weather-rule-row input{min-width:0}.weather-rule-row label>span{margin:0;white-space:nowrap}.weather-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.weather-form-actions .btn{min-width:190px}.job-weather-slot{margin-top:15px;padding:12px 14px;background:#f7f6f2;border:1px solid #e2dfd6;border-radius:11px}.job-weather-slot>small{display:block;color:#687078;margin-top:6px}.weather-job-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.weather-job-line>strong{font-size:.82rem}.weather-reason{color:#7b5b00!important}.weather-suggestion-panel .empty-state.compact{padding:12px 0 4px}.weather-day-list{display:grid;gap:8px}.weather-day-card{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 13px;text-align:left;cursor:pointer;color:var(--ink);display:grid;gap:7px}.weather-day-card:hover{border-color:#b5b0a5}.weather-day-card.recommended,.weather-day-card.good:has(.weather-best){box-shadow:inset 3px 0 0 var(--green)}.weather-day-card>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.weather-day-card.good{background:#f5fbf7}.weather-day-card.caution{background:#fffaf0}.weather-day-card.poor{background:#fff6f5}.weather-day-card.unavailable{opacity:.68}.weather-best{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#176240}.weather-day-counts{display:flex;flex-wrap:wrap;gap:7px}.weather-day-counts i{font-style:normal;font-size:.69rem;color:#5e676c}.weather-day-card small{color:#777f84}.route-weather-panel{margin-top:14px}.weather-route-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.weather-route-summary>div{background:#f5f4ef;border:1px solid #e1ded6;border-radius:12px;padding:14px}.weather-route-summary strong,.weather-route-summary span{display:block}.weather-route-summary strong{font-size:1.4rem}.weather-route-summary span{color:#72797e;font-size:.75rem}.weather-route-advice{background:#fff8e6;border:1px solid #ead59b;border-radius:13px;padding:16px 18px}.weather-route-advice ul{margin:8px 0 10px;padding-left:20px}.weather-route-advice p{margin:0;color:#69614b;font-size:.8rem}.route-job-weather{display:flex;align-items:flex-start;gap:9px;margin-top:10px;padding-top:10px;border-top:1px dashed #ddd9cf}.route-job-weather>span:last-child{display:grid;gap:2px}.route-job-weather>span:last-child>strong{font-size:.78rem}.route-job-weather>span:last-child>small{font-size:.7rem;color:#737b80}.btn:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:1000px){.field-grid.four{grid-template-columns:1fr 1fr}.weather-settings-grid{grid-template-columns:1fr}.weather-settings-grid .wide{grid-column:auto}.weather-route-summary{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.field-grid.four{grid-template-columns:1fr}.weather-rule-head{display:none}.weather-rule-row{grid-template-columns:1fr}.weather-route-summary{grid-template-columns:1fr 1fr}.weather-day-card>span:first-child{align-items:flex-start;flex-direction:column}.weather-form-actions .btn{width:100%}}

/* Build 6.4 — Multi-surface visual overhaul: asphalt + interlock/pavers + concrete */
.home-v6 .hv64-hero{padding-bottom:78px}
.home-v6 .hv64-surface-proof{position:relative;background:#0d1012;padding:0 0 34px;color:#fff}
.home-v6 .hv64-surface-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;transform:translateY(-25px);position:relative;z-index:3}
.home-v6 .hv64-surface-proof-card{position:relative;min-height:250px;border-radius:18px;overflow:hidden;background:#171b1e;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.home-v6 .hv64-surface-proof-card:after{content:"";position:absolute;inset:24% 0 0;background:linear-gradient(transparent,rgba(6,8,9,.9))}
.home-v6 .hv64-surface-proof-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .35s ease}
.home-v6 .hv64-surface-proof-card>span{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;display:grid;gap:4px}
.home-v6 .hv64-surface-proof-card small{color:#c6cdd1;font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850}
.home-v6 .hv64-surface-proof-card strong{font-size:1.62rem;line-height:1;letter-spacing:-.035em}
.home-v6 .hv64-surface-proof-card b{color:#f5bf3c;font-size:.77rem;margin-top:4px}
.home-v6 .hv64-surface-proof-card:hover img{transform:scale(1.045);filter:saturate(1.08)}
.home-v6 .hv64-surface-proof-card:hover{border-color:rgba(245,191,60,.5)}

.home-v6 .hv64-work-section{padding-top:96px}
.home-v6 .hv64-gallery-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-15px 0 28px}
.home-v6 .hv64-gallery-filters button{border:1px solid #d9d6cd;background:#fff;color:#30363a;border-radius:999px;padding:10px 15px;font-size:.77rem;font-weight:900;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.home-v6 .hv64-gallery-filters button:hover{transform:translateY(-1px);border-color:#a8a299}
.home-v6 .hv64-gallery-filters button.active{background:#111416;color:#fff;border-color:#111416}
.home-v6 .hv64-gallery .hv6-shot[hidden]{display:none!important}
.home-v6 .hv64-gallery .hv6-shot{animation:hv64FadeIn .22s ease both}
@keyframes hv64FadeIn{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}

.home-v6 .hv64-interlock-feature{padding:110px 0;background:#fff;border-top:1px solid #e8e5de;border-bottom:1px solid #e3e0d8}
.home-v6 .hv64-feature-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:72px;align-items:center}
.home-v6 .hv64-feature-media{display:grid;grid-template-columns:1fr .43fr;grid-template-rows:1fr;gap:12px;min-height:590px}
.home-v6 .hv64-feature-media button{position:relative;border:0;padding:0;border-radius:22px;overflow:hidden;cursor:zoom-in;background:#1c2023;min-width:0;box-shadow:0 22px 60px rgba(15,18,20,.12)}
.home-v6 .hv64-feature-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.home-v6 .hv64-feature-media button:hover img{transform:scale(1.025)}
.home-v6 .hv64-feature-main{grid-column:1;grid-row:1}.home-v6 .hv64-feature-side{grid-column:2;grid-row:1}
.home-v6 .hv64-feature-media button:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.64))}
.home-v6 .hv64-feature-media button>span{position:absolute;z-index:2;bottom:15px;left:15px;background:rgba(12,14,16,.82);backdrop-filter:blur(7px);color:#fff;border-radius:999px;padding:8px 11px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.home-v6 .hv64-feature-copy h2,.home-v6 .hv64-concrete-copy h2{font-size:clamp(2.7rem,4.7vw,5rem);line-height:.95;letter-spacing:-.06em;margin:0;text-wrap:balance}
.home-v6 .hv64-feature-copy>p,.home-v6 .hv64-concrete-copy>p{font-size:1.05rem;line-height:1.8;color:#5f686e;margin:24px 0 28px}
.home-v6 .hv64-process{display:grid;border-top:1px solid #dedbd4;margin-bottom:30px}
.home-v6 .hv64-process>div{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:16px 0;border-bottom:1px solid #dedbd4}
.home-v6 .hv64-process>div>b{color:#997600;font-size:.75rem;letter-spacing:.08em;padding-top:2px}
.home-v6 .hv64-process strong,.home-v6 .hv64-process small{display:block}.home-v6 .hv64-process strong{font-size:.94rem}.home-v6 .hv64-process small{margin-top:4px;color:#767e83;font-size:.77rem;line-height:1.55}

.home-v6 .hv64-concrete-feature{padding:116px 0;background:#101316;color:#fff;position:relative;overflow:hidden}
.home-v6 .hv64-concrete-feature:after{content:"";position:absolute;right:-210px;bottom:-260px;width:640px;height:640px;border:1px solid rgba(245,191,60,.13);border-radius:50%;box-shadow:0 0 0 95px rgba(245,191,60,.025),0 0 0 190px rgba(245,191,60,.016);pointer-events:none}
.home-v6 .hv64-concrete-grid{position:relative;z-index:1;display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.home-v6 .hv64-concrete-copy>p{color:#bac2c7}
.home-v6 .hv64-concrete-notes{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}
.home-v6 .hv64-concrete-notes span{border:1px solid #353b3f;background:#171b1e;border-radius:999px;padding:8px 11px;color:#d6dbde;font-size:.73rem;font-weight:850}
.home-v6 .hv64-concrete-collage{display:grid;grid-template-columns:1.4fr .8fr;grid-template-rows:1fr 1fr;gap:12px;height:600px}
.home-v6 .hv64-concrete-collage button{position:relative;border:0;padding:0;border-radius:20px;overflow:hidden;background:#252a2e;cursor:zoom-in;box-shadow:0 22px 55px rgba(0,0,0,.28)}
.home-v6 .hv64-concrete-collage button:first-child{grid-row:1/-1}
.home-v6 .hv64-concrete-collage img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease}
.home-v6 .hv64-concrete-collage button:hover img{transform:scale(1.03);filter:saturate(1.06)}

.home-v6 .hv64-estimate-section{padding-top:108px}
.home-v6 .hv64-services-section{padding-top:105px}
.home-v6 .hv64-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-v6 .hv64-service-card{display:grid;grid-template-rows:275px 1fr;border:1px solid #e0ddd5;border-radius:21px;overflow:hidden;background:#f9f8f4;color:#111315;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-v6 .hv64-service-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(15,18,20,.11);border-color:#cbc6ba}
.home-v6 .hv64-service-photo{position:relative;overflow:hidden;background:#22272a}
.home-v6 .hv64-service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-v6 .hv64-service-card:hover img{transform:scale(1.035)}
.home-v6 .hv64-service-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.5))}
.home-v6 .hv64-service-photo>span{position:absolute;z-index:2;left:14px;bottom:14px;background:#f5bf3c;color:#111315;padding:7px 10px;border-radius:999px;font-size:.63rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}
.home-v6 .hv64-service-card>div:last-child{padding:27px 28px 30px}.home-v6 .hv64-service-card small{font-size:.67rem;font-weight:950;letter-spacing:.12em;color:#8b6c0b}.home-v6 .hv64-service-card h3{font-size:2rem;letter-spacing:-.045em;margin:8px 0 10px}.home-v6 .hv64-service-card p{color:#667077;line-height:1.7;margin:0 0 16px;font-size:.9rem}.home-v6 .hv64-service-card b{font-size:.77rem;color:#111315}
.home-v6 .hv64-commercial-strip{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-radius:18px;background:#111416;color:#fff;text-decoration:none;padding:23px 27px;border:1px solid #252a2e}.home-v6 .hv64-commercial-strip span{display:grid;gap:4px}.home-v6 .hv64-commercial-strip small{font-size:.65rem;letter-spacing:.12em;color:#f5bf3c;font-weight:950}.home-v6 .hv64-commercial-strip strong{font-size:1rem}.home-v6 .hv64-commercial-strip>b{color:#f5bf3c;font-size:.79rem;white-space:nowrap}.home-v6 .hv64-commercial-strip:hover{border-color:#5c6266}

@media(max-width:1080px){
  .home-v6 .hv64-surface-proof-grid{grid-template-columns:1fr 1fr}.home-v6 .hv64-surface-proof-card:first-child{grid-column:1/-1;min-height:320px}
  .home-v6 .hv64-feature-grid,.home-v6 .hv64-concrete-grid{grid-template-columns:1fr;gap:50px}.home-v6 .hv64-feature-media{min-height:520px}.home-v6 .hv64-concrete-collage{height:560px}.home-v6 .hv64-service-grid{grid-template-columns:1fr 1fr}.home-v6 .hv64-service-card:first-child{grid-column:1/-1;grid-template-columns:1.05fr .95fr;grid-template-rows:360px}.home-v6 .hv64-service-card:first-child>div:last-child{align-self:center}
}
@media(max-width:760px){
  .home-v6 .hv64-surface-proof{padding-bottom:18px}.home-v6 .hv64-surface-proof-grid{grid-template-columns:1fr;transform:translateY(-14px)}.home-v6 .hv64-surface-proof-card:first-child{grid-column:auto}.home-v6 .hv64-surface-proof-card{min-height:245px!important}
  .home-v6 .hv64-gallery-filters{margin-top:-8px;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.home-v6 .hv64-gallery-filters button{white-space:nowrap;flex:0 0 auto}
  .home-v6 .hv64-interlock-feature,.home-v6 .hv64-concrete-feature{padding:78px 0}.home-v6 .hv64-feature-media{grid-template-columns:1fr 1fr;min-height:480px}.home-v6 .hv64-feature-main{grid-column:1/-1;grid-row:1;min-height:320px}.home-v6 .hv64-feature-side{grid-column:1/-1;grid-row:2;min-height:220px}.home-v6 .hv64-feature-copy h2,.home-v6 .hv64-concrete-copy h2{font-size:clamp(2.45rem,12vw,3.7rem)}
  .home-v6 .hv64-concrete-collage{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:330px 220px}.home-v6 .hv64-concrete-collage button:first-child{grid-row:auto;grid-column:1/-1}
  .home-v6 .hv64-service-grid{grid-template-columns:1fr}.home-v6 .hv64-service-card,.home-v6 .hv64-service-card:first-child{grid-column:auto;grid-template-columns:1fr;grid-template-rows:260px auto}.home-v6 .hv64-commercial-strip{align-items:flex-start;flex-direction:column}.home-v6 .hv64-commercial-strip>b{white-space:normal}
}
@media(max-width:480px){
  .home-v6 .hv64-feature-media{display:grid;grid-template-columns:1fr;grid-template-rows:auto;min-height:0}.home-v6 .hv64-feature-main,.home-v6 .hv64-feature-side{grid-column:auto;grid-row:auto;min-height:270px}.home-v6 .hv64-concrete-collage{grid-template-columns:1fr;grid-template-rows:280px 230px 230px}.home-v6 .hv64-concrete-collage button:first-child{grid-column:auto}.home-v6 .hv64-process>div{grid-template-columns:38px 1fr}
}

/* Build 6.5 — compact multi-surface homepage + Canadian-made positioning */
.home-v65{--v65-dark:#0f1214;--v65-card:#fff;--v65-soft:#f3f0e8}
.home-v65 .hv65-hero{background:linear-gradient(135deg,#0c0f11,#15191c);color:#fff;padding:66px 0 70px;border-bottom:1px solid #252a2e}
.home-v65 .hv65-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:58px;align-items:center}
.home-v65 .hv65-hero h1{font-size:clamp(3.1rem,5.3vw,5.7rem);line-height:.93;letter-spacing:-.062em;margin:0;max-width:720px}.home-v65 .hv65-hero h1 span{display:block;color:var(--yellow)}
.home-v65 .hv65-lead{max-width:720px;font-size:1.13rem;line-height:1.75;color:#cbd0d3;margin:24px 0 18px}.home-v65 .hv65-canadian-pill{display:inline-flex;max-width:100%;padding:9px 12px;border:1px solid rgba(245,191,60,.42);background:rgba(245,191,60,.08);border-radius:999px;color:#f7d77c;font-size:.76rem;font-weight:900;letter-spacing:.02em;margin-bottom:22px}
.home-v65 .hv65-mini-proof{display:flex;gap:0;flex-wrap:wrap;margin-top:24px;border-top:1px solid #2d3236;padding-top:18px}.home-v65 .hv65-mini-proof span{padding:0 19px;border-left:1px solid #33383c;color:#aeb6ba;font-size:.74rem}.home-v65 .hv65-mini-proof span:first-child{padding-left:0;border-left:0}.home-v65 .hv65-mini-proof strong{color:#fff;margin-right:5px}
.home-v65 .hv65-hero-media{max-width:500px;justify-self:end}.home-v65 .hv65-compare-compact{border:1px solid #3b4145;background:#171b1e;border-radius:18px;padding:9px;box-shadow:0 24px 55px rgba(0,0,0,.28)}.home-v65 .hv65-compare-compact .hv6-comparison{aspect-ratio:1.55/1;border-radius:12px;overflow:hidden}.home-v65 .hv65-hero-caption{display:flex;justify-content:space-between;gap:10px;padding:10px 3px 0;font-size:.72rem;color:#aeb5b9}.home-v65 .hv65-hero-caption strong{color:#fff}
.home-v65 .hv65-canada-band{background:#fff;padding:38px 0;border-bottom:1px solid #e8e4db}.home-v65 .hv65-canada-grid{display:grid;grid-template-columns:70px 1.25fr 1fr;gap:25px;align-items:center}.home-v65 .hv65-maple{width:58px;height:58px;border-radius:15px;background:#f3f0e8;display:grid;place-items:center;font-size:1.8rem}.home-v65 .hv65-canada-grid h2{font-size:clamp(1.65rem,2.7vw,2.8rem);line-height:1.05;letter-spacing:-.045em;margin:5px 0 0}.home-v65 .hv65-canada-points{display:grid;gap:8px}.home-v65 .hv65-canada-points span{font-size:.86rem;font-weight:800;padding-left:19px;position:relative}.home-v65 .hv65-canada-points span:before{content:'✓';position:absolute;left:0;color:#a87900}
.home-v65 .hv65-services,.home-v65 .hv65-results,.home-v65 .hv65-surface-detail,.home-v65 .hv65-why{padding:78px 0}.home-v65 .hv65-section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:end;margin-bottom:28px}.home-v65 .hv65-section-head h2{font-size:clamp(2.25rem,3.8vw,4rem);line-height:.98;letter-spacing:-.055em;margin:6px 0 0}.home-v65 .hv65-section-head>p{margin:0;color:#626a6f;line-height:1.7}
.home-v65 .hv65-service-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-v65 .hv65-service-card{display:grid;grid-template-rows:150px 1fr;background:#fff;border:1px solid #dedbd3;border-radius:16px;overflow:hidden;text-decoration:none;color:var(--ink);transition:transform .18s ease,border-color .18s ease}.home-v65 .hv65-service-card:hover{transform:translateY(-3px);border-color:#aaa49b}.home-v65 .hv65-service-card img{width:100%;height:150px;object-fit:cover}.home-v65 .hv65-service-card>div{padding:18px}.home-v65 .hv65-service-card small{font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:#7a8185}.home-v65 .hv65-service-card h3{font-size:1.65rem;letter-spacing:-.04em;margin:6px 0}.home-v65 .hv65-service-card p{color:#62696e;line-height:1.55;margin:0 0 12px;font-size:.88rem}.home-v65 .hv65-service-card b{font-size:.8rem}.home-v65 .hv65-commercial-line{margin-top:12px;border-radius:13px;background:#15191b;color:#fff;text-decoration:none;padding:15px 18px;display:flex;justify-content:space-between;gap:20px;align-items:center}.home-v65 .hv65-commercial-line strong{margin-right:12px}.home-v65 .hv65-commercial-line b{color:var(--yellow);font-size:.8rem}
.home-v65 .hv65-results{background:#f4f1e9;border-top:1px solid #e5e1d8;border-bottom:1px solid #e5e1d8}.home-v65 .hv64-gallery-filters{margin:0 0 18px}.home-v65 .hv65-project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.home-v65 .hv65-project-grid button{height:175px;position:relative;border:0;padding:0;border-radius:12px;overflow:hidden;background:#222;cursor:zoom-in}.home-v65 .hv65-project-grid button[hidden]{display:none}.home-v65 .hv65-project-grid img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.home-v65 .hv65-project-grid button:hover img{transform:scale(1.025)}.home-v65 .hv65-project-grid span{position:absolute;left:8px;right:8px;bottom:8px;padding:7px 9px;border-radius:8px;background:rgba(10,12,13,.78);color:#fff;font-size:.68rem;font-weight:850;text-align:left;backdrop-filter:blur(4px)}
.home-v65 .hv65-surface-detail{background:#fff}.home-v65 .hv65-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.home-v65 .hv65-detail-grid article{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;border:1px solid #e0ddd5;border-radius:16px;padding:14px;background:#faf9f6}.home-v65 .hv65-detail-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:5px;height:125px}.home-v65 .hv65-detail-thumbs img{width:100%;height:125px;object-fit:cover;border-radius:9px}.home-v65 .hv65-detail-grid h3{font-size:1.65rem;letter-spacing:-.04em;margin:5px 0 7px}.home-v65 .hv65-detail-grid p{font-size:.84rem;line-height:1.55;color:#676e72;margin:0 0 8px}.home-v65 .hv65-detail-grid a{font-weight:900;font-size:.78rem;color:var(--ink);text-decoration:none}
.home-v65 .hv65-asphalt-estimate{padding:68px 0;background:#111416;color:#fff}.home-v65 .hv65-estimate-box{display:grid;grid-template-columns:1.25fr .8fr auto;gap:38px;align-items:center}.home-v65 .hv65-estimate-box h2{font-size:clamp(2rem,3.4vw,3.5rem);line-height:1;letter-spacing:-.055em;margin:7px 0 12px}.home-v65 .hv65-estimate-box p{color:#b9c0c4;line-height:1.65;margin:0}.home-v65 .hv65-estimate-steps{display:grid;gap:8px}.home-v65 .hv65-estimate-steps span{font-size:.79rem;font-weight:850;color:#d7dcdf}.home-v65 .hv65-estimate-steps b{display:inline-grid;place-items:center;width:25px;height:25px;background:var(--yellow);color:#111;border-radius:50%;margin-right:7px}
.home-v65 .hv65-why{background:#f4f1e9}.home-v65 .hv65-why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}.home-v65 .hv65-why h2{font-size:clamp(2.3rem,4vw,4.2rem);line-height:.98;letter-spacing:-.055em;margin:7px 0 18px}.home-v65 .hv65-why p{color:#626a6e;line-height:1.7}.home-v65 .hv65-why-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-v65 .hv65-why-list span{display:grid;grid-template-columns:38px 1fr;column-gap:8px;background:#fff;border:1px solid #ddd9d0;border-radius:13px;padding:15px}.home-v65 .hv65-why-list b{grid-row:1/3;color:#a77c00;font-size:.72rem}.home-v65 .hv65-why-list strong{font-size:.93rem}.home-v65 .hv65-why-list small{color:#6a7175;line-height:1.45;margin-top:3px}
.home-v65 .hv65-mytdd{padding:74px 0}.home-v65 .hv65-final{padding-top:0}
@media(max-width:1000px){.home-v65 .hv65-hero-grid,.home-v65 .hv65-section-head,.home-v65 .hv65-canada-grid,.home-v65 .hv65-estimate-box,.home-v65 .hv65-why-grid{grid-template-columns:1fr}.home-v65 .hv65-hero-media{max-width:620px;justify-self:start}.home-v65 .hv65-service-row{grid-template-columns:1fr 1fr}.home-v65 .hv65-service-card:last-child{grid-column:1/-1}.home-v65 .hv65-project-grid{grid-template-columns:repeat(3,1fr)}.home-v65 .hv65-detail-grid{grid-template-columns:1fr}.home-v65 .hv65-canada-grid{gap:14px}.home-v65 .hv65-maple{display:none}}
@media(max-width:680px){.home-v65 .hv65-hero{padding:48px 0 54px}.home-v65 .hv65-hero h1{font-size:clamp(3rem,15vw,4.6rem)}.home-v65 .hv65-canadian-pill{border-radius:12px}.home-v65 .hv65-mini-proof{display:grid;gap:8px}.home-v65 .hv65-mini-proof span{border-left:0;padding:0}.home-v65 .hv65-services,.home-v65 .hv65-results,.home-v65 .hv65-surface-detail,.home-v65 .hv65-why{padding:58px 0}.home-v65 .hv65-service-row{grid-template-columns:1fr}.home-v65 .hv65-service-card:last-child{grid-column:auto}.home-v65 .hv65-commercial-line{align-items:flex-start;flex-direction:column}.home-v65 .hv65-project-grid{grid-template-columns:1fr 1fr}.home-v65 .hv65-project-grid button{height:145px}.home-v65 .hv65-detail-grid article{grid-template-columns:1fr}.home-v65 .hv65-detail-thumbs{height:115px}.home-v65 .hv65-detail-thumbs img{height:115px}.home-v65 .hv65-why-list{grid-template-columns:1fr}.home-v65 .hv65-estimate-box{gap:24px}.home-v65 .hv65-canada-band{padding:30px 0}}

/* Build 6.7: top-of-page conversion CTA + snow removal cross-link */
.estimate-speedbar{background:#f4c247;color:#111315;border-bottom:1px solid #d6a827;position:relative;z-index:70}
.estimate-speedbar a{max-width:1240px;margin:0 auto;min-height:44px;padding:8px 22px;display:flex;align-items:center;justify-content:center;gap:11px;color:#111315;text-decoration:none;font-size:.78rem;letter-spacing:.015em}
.estimate-speedbar strong{font-weight:950;letter-spacing:.035em}.estimate-speedbar-copy{opacity:.78}.estimate-speedbar b{font-size:.73rem;border-bottom:2px solid #111315;white-space:nowrap}.estimate-speedbar-bolt{font-size:1rem}
.topbar nav .nav-snow{color:#f4c247;border-left:1px solid #34393c;padding-left:20px}.topbar nav .nav-snow:hover{color:#fff}.topbar nav .nav-snow span{font-size:.72em;margin-left:2px}
.home-v65 .hv67-speed-cta{margin:25px 0 16px;max-width:610px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;background:#f4c247;color:#111315;text-decoration:none;border-radius:15px;padding:14px 16px;box-shadow:0 12px 30px rgba(244,194,71,.16);transition:transform .18s ease,box-shadow .18s ease}
.home-v65 .hv67-speed-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(244,194,71,.24)}
.home-v65 .hv67-speed-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:#111315;color:#f4c247;font-size:1.15rem}
.home-v65 .hv67-speed-cta span:nth-child(2){display:grid;gap:1px}.home-v65 .hv67-speed-cta small{font-size:.61rem;letter-spacing:.12em;font-weight:950}.home-v65 .hv67-speed-cta strong{font-size:1.03rem;line-height:1.2;font-weight:950}.home-v65 .hv67-speed-cta>b{font-size:.74rem;white-space:nowrap}
@media(max-width:850px){.estimate-speedbar a{justify-content:flex-start}.estimate-speedbar-copy{display:none}.topbar nav .nav-snow{border-left:0;padding-left:0}.home-v65 .hv67-speed-cta{max-width:none}}
@media(max-width:560px){.estimate-speedbar a{padding:8px 14px;font-size:.68rem;gap:7px;flex-wrap:wrap}.estimate-speedbar b{margin-left:auto}.home-v65 .hv67-speed-cta{grid-template-columns:auto 1fr;padding:13px}.home-v65 .hv67-speed-cta>b{grid-column:2}.home-v65 .hv67-speed-cta strong{font-size:.94rem}}


/* Build 6.8: larger hero comparison, single hero CTA, nav emphasis hierarchy */
.home-v65 .hv65-hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:46px;
}
.home-v65 .hv65-hero-copy{min-width:0}
.home-v65 .hv65-hero-media{
  width:100%;
  max-width:680px;
  justify-self:end;
}
.home-v65 .hv65-compare-compact{padding:11px;border-radius:20px}
.home-v65 .hv65-compare-compact .hv6-comparison{
  aspect-ratio:1.55/1;
  min-height:330px;
}
.home-v65 .hv68-proof-action{margin-top:14px}
.home-v65 .hv68-proof-action .hv6-btn-secondary{min-width:170px}
.topbar nav .nav-snow{
  color:inherit;
  border-left:0;
  padding-left:0;
}
.topbar nav .nav-snow:hover{color:#fff}
.topbar nav .nav-mytdd{
  color:#f4c247;
  font-weight:900;
}
.topbar nav .nav-mytdd:hover{color:#ffd86b}

@media(max-width:1120px){
  .home-v65 .hv65-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:36px}
  .home-v65 .hv65-hero-media{max-width:600px}
  .home-v65 .hv65-compare-compact .hv6-comparison{min-height:290px}
}
@media(max-width:1000px){
  .home-v65 .hv65-hero-grid{grid-template-columns:1fr}
  .home-v65 .hv65-hero-media{max-width:720px;justify-self:start}
  .home-v65 .hv65-compare-compact .hv6-comparison{min-height:0}
}
@media(max-width:680px){
  .home-v65 .hv65-hero-media{max-width:none}
  .home-v65 .hv65-compare-compact{padding:7px;border-radius:15px}
  .home-v65 .hv68-proof-action .hv6-btn-secondary{width:100%;justify-content:center}
}

/* Build 6.9: navigation visibility + aligned hero proof row */
.topbar nav .nav-snow,
.topbar nav a.nav-snow:link,
.topbar nav a.nav-snow:visited{
  color:#e9e9e9 !important;
  font-weight:700;
}
.topbar nav a.nav-snow:hover,
.topbar nav a.nav-snow:focus{color:#fff !important}
.home-v65 .hv65-mini-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  align-items:center;
}
.home-v65 .hv65-mini-proof span{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
  padding:0 16px;
}
.home-v65 .hv65-mini-proof span:first-child{padding-left:0}
.home-v65 .hv65-mini-proof strong{display:inline-block;margin-right:0;white-space:nowrap}
@media(max-width:760px){
  .home-v65 .hv65-mini-proof{grid-template-columns:1fr;gap:8px}
  .home-v65 .hv65-mini-proof span{padding:0;border-left:0;white-space:normal}
}
/* Build 6.10: completed-job invoice finalization workflow */
.invoice-finalize-alert{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff4cf;border:1px solid #e5c65c;border-left:6px solid var(--yellow);border-radius:14px;padding:18px 20px;margin:0 0 16px}.invoice-finalize-alert>div{display:grid;gap:3px}.invoice-finalize-alert small{font-size:.68rem;letter-spacing:.1em;font-weight:950;color:#7d6100}.invoice-finalize-alert strong{font-size:1rem}.invoice-finalize-alert span{color:#6a6041;font-size:.84rem}.invoice-finalize-alert.compact{padding:13px 15px}.invoice-finalize-panel{border-color:#e5c65c}.invoice-finalize-mini{display:grid!important;gap:2px;text-decoration:none;color:inherit}.invoice-finalize-mini em{font-style:normal;color:#7b5d00;font-size:.75rem;font-weight:900;margin-top:4px}.invoice-list-row{display:flex!important}.invoice-row-main{flex:1;min-width:0;text-decoration:none;color:inherit}.invoice-row-main>div{display:grid}.invoice-row-main span{color:var(--muted);font-size:.82rem}.invoice-list-row .row-meta{display:grid;justify-items:end;gap:5px;flex:0 0 auto}.btn-small{min-height:34px;padding:0 11px;border-radius:8px;font-size:.76rem}.portal-side nav a[href*="status=review"]{color:#f4c247}.portal-side nav a[href*="status=review"]:before{content:"• ";color:#f4c247}@media(max-width:760px){.invoice-finalize-alert{align-items:stretch;flex-direction:column}.invoice-finalize-alert .btn{width:100%}.invoice-list-row{align-items:stretch!important;flex-direction:column}.invoice-list-row .row-meta{justify-items:start;text-align:left}.invoice-list-row .row-meta .btn{width:100%}}
.estimate-page .estimate-left-rail{display:grid;gap:12px;align-self:start;position:sticky;top:110px}.estimate-page .estimate-left-rail .estimate-aside{position:static;top:auto}@media(max-width:900px){.estimate-page .estimate-left-rail{position:static;top:auto}}


/* Build 6.13 — refined customer-review presentation */
.tdd-review-feed{min-width:0}
.tdd-review-feed-inner{min-width:0;opacity:1;transform:translateY(0);transition:opacity .38s ease,transform .38s ease}
.tdd-review-feed-inner.is-fading{opacity:0;transform:translateY(4px)}
.tdd-review-stars{color:#f4c247;font-size:1.05rem;line-height:1;letter-spacing:.08em;font-weight:900;margin:0 0 10px;white-space:nowrap}
.tdd-review-feed blockquote{margin:0;font-style:normal;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}
.tdd-review-feed blockquote{-webkit-line-clamp:4}
.tdd-review-feed .tdd-review-feed-inner.is-expanded blockquote{-webkit-line-clamp:unset;display:block;overflow:visible}
.tdd-review-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px;margin-top:12px;min-width:0}
.tdd-review-meta strong,.tdd-review-meta span{display:inline-block;min-width:0}
.tdd-review-meta strong{font-weight:900}.tdd-review-meta span{opacity:.74}
.tdd-review-more{display:inline-flex;align-items:center;margin:9px 0 0;padding:0;border:0;background:transparent;color:#f4c247;font:inherit;font-size:.76rem;font-weight:900;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.tdd-review-more[hidden]{display:none!important}.tdd-review-more:hover,.tdd-review-more:focus{color:#ffd66c}

/* Homepage: compact social proof above the before/after comparison. */
.home-v65 .tdd-review-feed--hero{width:100%;margin:0 0 13px;padding:0 2px 14px;border-bottom:1px solid rgba(255,255,255,.12);color:#fff}
.home-v65 .tdd-review-feed--hero .tdd-review-feed-inner{display:grid;grid-template-columns:1fr}
.home-v65 .tdd-review-feed--hero blockquote{max-width:620px;color:#f1f3f4;font-size:.93rem;line-height:1.52;font-weight:520;-webkit-line-clamp:4}
.home-v65 .tdd-review-feed--hero .tdd-review-meta{color:#fff;font-size:.75rem}
.home-v65 .tdd-review-feed--hero .tdd-review-meta span{color:#c9ced1;opacity:1}
.home-v65 .tdd-review-feed--hero .tdd-review-more{font-size:.72rem}

/* Estimate page: full-width proof strip below both columns, never trapped in the sticky rail. */
.estimate-page .tdd-review-feed--estimate{grid-column:1/-1;width:100%;margin:2px 0 0;border:1px solid #d8d2c6;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(17,19,21,.055);overflow:hidden}
.estimate-page .tdd-review-feed--estimate .tdd-review-feed-inner{display:grid;grid-template-columns:minmax(145px,.28fr) minmax(0,1fr);grid-template-areas:"stars quote" "meta quote" "more quote";column-gap:28px;row-gap:4px;align-items:start;padding:18px 22px}
.estimate-page .tdd-review-feed--estimate .tdd-review-stars{grid-area:stars;margin:2px 0 5px}
.estimate-page .tdd-review-feed--estimate blockquote{grid-area:quote;color:#34383b;font-size:.86rem;line-height:1.55;-webkit-line-clamp:3}
.estimate-page .tdd-review-feed--estimate .tdd-review-feed-inner.is-expanded blockquote{-webkit-line-clamp:unset;display:block}
.estimate-page .tdd-review-feed--estimate .tdd-review-meta{grid-area:meta;margin-top:0;display:grid;gap:2px;color:#111315;font-size:.73rem}
.estimate-page .tdd-review-feed--estimate .tdd-review-meta span{color:#6d7378;opacity:1;line-height:1.4}
.estimate-page .tdd-review-feed--estimate .tdd-review-more{grid-area:more;font-size:.71rem;margin-top:4px;color:#8a6900}
.estimate-page .tdd-review-feed--estimate .tdd-review-more:hover,.estimate-page .tdd-review-feed--estimate .tdd-review-more:focus{color:#111315}

@media(max-width:900px){.estimate-page .tdd-review-feed--estimate .tdd-review-feed-inner{grid-template-columns:1fr;grid-template-areas:"stars" "quote" "meta" "more";gap:7px}.estimate-page .tdd-review-feed--estimate blockquote{-webkit-line-clamp:4}}
@media(max-width:680px){.home-v65 .tdd-review-feed--hero blockquote{font-size:.88rem;-webkit-line-clamp:3}.tdd-review-meta{gap:4px 8px}.estimate-page .tdd-review-feed--estimate .tdd-review-feed-inner{padding:16px}}
@media(prefers-reduced-motion:reduce){.tdd-review-feed-inner{transition:none}}

/* Phase 1 backend migration: compact admin groups, portal users, passwordless access, admin client view. */
.portal-side nav .portal-nav-section{display:block;margin:15px 12px 5px;color:#7f8a91;font-size:.58rem;line-height:1;text-transform:uppercase;letter-spacing:.14em;font-weight:950;pointer-events:none}.portal-side nav .portal-nav-section:first-child{margin-top:4px}
.portal-user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.portal-user-card{min-width:0;border:1px solid #ddd9d0;background:#fff;border-radius:14px;padding:16px}.portal-user-card.primary-contact-card{margin-bottom:14px;background:#fffdf6;border-color:#e4cf8b}.portal-user-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.portal-user-card-head>div{display:grid;gap:2px;min-width:0}.portal-user-card-head strong{font-size:1rem}.portal-user-card-head span:not(.status-pill){font-size:.73rem;color:var(--muted)}.portal-user-card>p{margin:9px 0 4px;font-size:.84rem;overflow-wrap:anywhere}.portal-user-card>small{display:block;color:var(--muted);line-height:1.45}.portal-user-card details{margin-top:12px;border-top:1px solid #ece8df;padding-top:10px}.portal-user-card summary,.add-contact-details>summary,.password-fallback>summary{cursor:pointer;font-weight:900;color:#24282b}.permission-chips{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}.permission-chips span{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f2efe7;color:#565d61;font-size:.64rem;font-weight:850}.property-scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;margin:8px 0 14px;padding:11px;border-radius:10px;background:#f7f5ef}.property-scope-options label{display:flex;gap:7px;align-items:flex-start;font-size:.78rem;line-height:1.35}.property-scope-options input{width:auto;margin-top:2px}.add-contact-details{margin-top:15px;border-top:1px solid #e7e2d9;padding-top:14px}.add-contact-details>summary{font-size:.9rem}.contact-access-form{margin-top:13px}.contact-access-form .form-grid,.portal-user-card .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin:10px 0}.check-grid label{display:flex;gap:7px;align-items:center;font-size:.78rem;font-weight:700}.check-grid input{width:auto}.impersonation-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff3c7;border:1px solid #dcb746;border-left:6px solid #f4c247;border-radius:12px;padding:13px 15px;margin-bottom:15px}.impersonation-banner>div{display:grid;gap:2px}.impersonation-banner strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.impersonation-banner span{font-size:.78rem;color:#625b45}.password-fallback{margin-top:18px;border-top:1px solid #e1ddd4;padding-top:14px}.password-fallback form{margin-top:14px}
@media(max-width:900px){.portal-user-grid{grid-template-columns:1fr}.contact-access-form .form-grid,.portal-user-card .form-grid,.check-grid,.property-scope-options{grid-template-columns:1fr}.impersonation-banner{align-items:stretch;flex-direction:column}.impersonation-banner .btn{width:100%}}


/* Build 6.14 — estimator driveway example gallery mobile containment.
   Prevents dynamically inserted driveway photos from increasing the estimator's
   intrinsic grid width on iOS/tablet browsers. The gallery remains horizontally
   swipeable, while every example image stays within the visible wizard card. */
.estimate-page .estimate-layout > *,
.estimate-page .wizard-card,
.estimate-page .wizard-step,
.estimate-page .driveway-example-gallery,
.estimate-page .driveway-photo-strip{
  min-width:0;
  max-width:100%;
}
.estimate-page .driveway-example-gallery{
  width:100%;
  overflow:hidden;
}
.estimate-page .driveway-photo-strip{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
}
.estimate-page .driveway-photo-strip figure{
  flex:0 0 260px;
  width:260px;
  max-width:100%;
}
.estimate-page .driveway-photo-strip img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
}
@media(max-width:900px){
  .estimate-page .gallery-customer-head{
    min-width:0;
    max-width:100%;
  }
  .estimate-page .gallery-customer-head span{
    max-width:100%;
  }
  .estimate-page .driveway-example-gallery{
    padding:12px;
  }
  .estimate-page .driveway-photo-strip figure{
    flex-basis:240px;
    width:240px;
    max-width:100%;
  }
}
@media(max-width:620px){
  .estimate-page .driveway-photo-strip{
    gap:10px;
  }
  .estimate-page .driveway-photo-strip figure{
    flex-basis:220px;
    width:220px;
    max-width:100%;
  }
  .estimate-page .driveway-photo-strip img{
    height:165px;
    aspect-ratio:auto;
  }
  .estimate-page .driveway-photo-strip figcaption{
    padding:7px 9px;
    font-size:.78rem;
  }
}

/* Build 6.16 — estimator example-photo fixed-height mobile swipe cards.
   Mobile/tablet only. Portrait source images cannot determine layout height or
   widen the estimator. Desktop gallery behavior remains unchanged. */
.estimate-page{
  overflow-x:hidden;
}
@supports (overflow:clip){
  .estimate-page{overflow-x:clip;}
}
.estimate-page .estimate-layout > *,
.estimate-page .wizard-card,
.estimate-page #estimateForm,
.estimate-page .wizard-step,
.estimate-page .driveway-example-gallery,
.estimate-page .driveway-photo-strip{
  min-width:0;
  max-width:100%;
}
.estimate-page .driveway-example-gallery{
  width:100%;
  overflow:hidden;
  box-sizing:border-box;
}
@media(max-width:900px){
  .estimate-page .estimate-layout{
    grid-template-columns:minmax(0,1fr);
  }
  .estimate-page .wizard-card,
  .estimate-page #estimateForm,
  .estimate-page .wizard-step,
  .estimate-page .wizard-step.active{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:hidden;
  }
  .estimate-page .gallery-customer-head,
  .estimate-page .gallery-customer-head span{
    min-width:0;
    max-width:100%;
  }
  .estimate-page .driveway-example-gallery{
    padding:12px;
    contain:inline-size;
  }
  .estimate-page .driveway-photo-strip{
    display:flex;
    gap:10px;
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
  }
  .estimate-page .driveway-photo-strip figure{
    display:block;
    flex:0 0 min(280px,82%);
    width:min(280px,82%);
    max-width:100%;
    min-width:0;
    margin:0;
    scroll-snap-align:start;
    overflow:hidden;
  }
  .estimate-page .driveway-photo-strip img{
    display:block;
    width:100%!important;
    max-width:100%!important;
    height:180px!important;
    max-height:180px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center;
  }
}
@media(max-width:620px){
  .estimate-page .driveway-example-gallery{
    padding:10px;
  }
  .estimate-page .driveway-photo-strip figure{
    flex-basis:min(250px,84%);
    width:min(250px,84%);
  }
  .estimate-page .driveway-photo-strip img{
    height:168px!important;
    max-height:168px!important;
  }
  .estimate-page .driveway-photo-strip figcaption{
    padding:7px 9px;
    font-size:.78rem;
  }
}
