:root{--color-cream:#f7efe4;--color-cream-dark:#ead7bf;--color-ink:#1d120c;--color-ink-soft:#463125;--color-teal:#26615b;--color-teal-light:#4e8f82;--color-saffron:#c65a14;--color-saffron-dark:#8f3e0d;--color-coral:#a9411c;--color-sky:#86b7a8;--color-white:#fff;--color-muted:#755f50;--color-border:#3c241621;--font-display:var(--font-sans-family), sans-serif;--font-body:var(--font-sans-family), sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 2px 8px #1c1b1a0f;--shadow-md:0 8px 32px #1c1b1a1a;--shadow-lg:0 16px 48px #1c1b1a24;--max-width:1200px;--header-height:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--color-ink);background:linear-gradient(#2b190f 0 320px,#f7efe4 320px 100%);margin:0;font-size:1.0625rem;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .5em;font-weight:700;line-height:1.18}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin:0 0 1em}a{color:var(--color-teal);text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s}a:hover{color:var(--color-saffron-dark)}img{max-width:100%;height:auto;display:block}.container{width:min(var(--max-width), 100% - 2rem);margin-inline:auto}.section{padding:clamp(2.5rem,6vw,4.75rem) 0}.scroll-progress{z-index:999;background:linear-gradient(90deg, var(--color-teal), var(--color-saffron), var(--color-coral));transform-origin:0;pointer-events:none;width:100%;height:4px;position:fixed;top:0;left:0;transform:scaleX(0)}.scroll-reveal,.scroll-section,.feature-card{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(28px)}.scroll-reveal.is-visible,.scroll-section.is-visible,.feature-card.is-visible{opacity:1;transform:translateY(0)}.section--alt{background:linear-gradient(135deg,#c65a141a 0%,#f7efe4 42%,#fff 100%)}.section--dark{color:var(--color-ink);background:linear-gradient(135deg,#fffaf3 0%,#f2dfc8 62%,#e8c49b 100%)}.section--dark a{color:var(--color-teal)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-saffron-dark);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.lead{color:var(--color-ink-soft);max-width:60ch;font-size:clamp(1.125rem,2vw,1.3125rem)}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{color:var(--color-white);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#d97706,#a9411c)}.btn--primary:hover{color:var(--color-white);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#c65a14,#8f3e0d)}.btn--secondary{background:var(--color-teal);color:var(--color-white)}.btn--secondary:hover{background:var(--color-teal-light);color:var(--color-white)}.btn--outline{color:var(--color-ink);border:2px solid var(--color-ink);background:0 0}.btn--outline:hover{background:var(--color-ink);color:var(--color-cream)}.btn-group{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#fff9f0 100%);border:1px solid #9a4f0b21;transition:box-shadow .3s,transform .3s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:var(--header-height);background:#3a1b0ce6;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--color-cream);font-family:var(--font-display);align-items:center;gap:.625rem;font-size:1.375rem;font-weight:700;text-decoration:none;display:flex}.logo__icon{width:36px;height:36px}.nav{align-items:center;gap:.25rem;display:flex}.nav a{color:#fff7edd1;border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.nav a:hover,.nav a[aria-current=page]{color:#ffcf8a;background:#f59e0b2e}.nav__cta{margin-left:.5rem;background:linear-gradient(135deg, var(--color-saffron), var(--color-coral))!important;color:var(--color-white)!important}.nav__cta:hover{background:var(--color-saffron-dark)!important}.menu-toggle{cursor:pointer;color:var(--color-cream);background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.menu-toggle{display:block}.nav{inset:var(--header-height) 0 auto 0;border-bottom:1px solid var(--color-border);opacity:0;pointer-events:none;background:#fff6ea;flex-direction:column;padding:1rem;transition:transform .3s,opacity .3s;position:fixed;transform:translateY(-120%)}.nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a{text-align:center;width:100%;color:var(--color-ink-soft)}.nav a:hover,.nav a[aria-current=page]{color:var(--color-saffron-dark);background:#d9770624}}.site-footer{background:var(--color-ink);color:var(--color-cream);padding:3rem 0 2rem}.site-footer a{color:var(--color-saffron);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}}.footer-bottom{color:#fdf8f099;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.875rem;display:flex}.hero{padding:clamp(4rem,12vw,8rem) 0 clamp(3rem,8vw,5rem);position:relative;overflow:hidden}.hero--immersive{min-height:min(860px, calc(100vh - var(--header-height)));color:var(--color-cream);background:#1d120c;align-items:center;display:grid}.hero__photo{opacity:.82;will-change:opacity, transform;pointer-events:none;background:linear-gradient(90deg,#1d120ca8 0%,#1d120c6b 54%,#1d120c1f 100%),url(https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=2000&q=86) 50%/cover;transition:opacity .12s linear,transform .12s linear;position:absolute;inset:-8% 0 0}.hero:before,.hero:after{display:none}.hero__layout{grid-template-columns:minmax(0,.82fr);align-items:center;display:grid;position:relative}.hero__paint-sweep{display:none}.hero__content{max-width:820px;position:relative}.hero__title{letter-spacing:0;font-size:clamp(3rem,8vw,6.5rem)}.hero__title em{color:#ffb357;font-style:normal}.hero .lead{color:#fff7eddb}.hero .btn--outline{color:var(--color-cream);border-color:#fff7edb8}.hero .btn--outline:hover{background:var(--color-cream);color:var(--color-ink)}.trust-strip{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.trust-strip span{min-height:40px;color:var(--color-cream);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff7ed1f;border:1px solid #fff7ed47;border-radius:999px;align-items:center;padding:.48rem .8rem;font-size:.86rem;font-weight:700;display:inline-flex}.feature-card{padding:1.75rem}.feature-card__icon{background:linear-gradient(135deg, var(--color-saffron), var(--color-coral));border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.project-card__image{aspect-ratio:4/3;object-fit:cover;width:100%}.project-card__body{padding:1.25rem}.project-card__tag{text-transform:uppercase;letter-spacing:.08em;color:var(--color-saffron-dark);font-size:.75rem;font-weight:600}.carousel{position:relative}.section--projects{background:linear-gradient(#fff 0%,#f7efe4 52%,#ead7bf 100%);padding-inline:0;position:relative;overflow:hidden}.section--projects:before{display:none}.project-shell{position:relative}.project-shell__intro{margin-bottom:1.35rem}.section--projects .eyebrow{color:var(--color-saffron-dark)}.project-carousel-full{width:min(1260px,100% - 2rem);margin-inline:auto}.project-showcase{width:100%}.project-showcase__viewport{border-radius:var(--radius-md);width:100%;position:relative;overflow:hidden}.project-showcase__track{will-change:transform;transition:transform 1.1s cubic-bezier(.16,1,.3,1);display:flex}.project-showcase__slide{min-width:100%;padding:0}.featured-project-card{border-radius:var(--radius-md);height:clamp(360px,36vw,500px);color:var(--color-cream);background:linear-gradient(135deg,#251710,#382418 58%,#51311d);border:1px solid #9a4f0b3d;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);display:grid;overflow:hidden;box-shadow:0 24px 70px #1c1b1a38}.featured-project-card:hover{transform:none}.featured-project-card__media{background:linear-gradient(135deg,#ead7bf,#fff8ef);height:100%;min-height:0;position:relative;overflow:hidden}.featured-project-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1);transform:scale(1.04)}.featured-project-card__placeholder{height:100%;color:var(--color-ink-soft);font-family:var(--font-display);text-align:center;place-items:center;padding:2rem;font-size:clamp(1.5rem,3vw,2.4rem);display:grid}.featured-project-card:hover .featured-project-card__media img{transform:scale(1.1)}.featured-project-card__media:after{content:"";background:linear-gradient(90deg,#0000 58%,#1c1b1ab8);position:absolute;inset:0}.featured-project-card__body{border-left:1px solid #fff6ea1f;flex-direction:column;justify-content:center;gap:.85rem;min-width:0;padding:clamp(1.5rem,3vw,2.5rem);display:flex}.featured-project-card__tag{color:#ffb357;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800}.featured-project-card__body h3{color:var(--color-cream);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1.55rem,2.6vw,2.6rem);display:-webkit-box;overflow:hidden}.featured-project-card__body p{color:#fdf8f0e0;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:54ch;font-size:1rem;line-height:1.55;display:-webkit-box;overflow:hidden}.featured-project-card__body .btn{align-self:flex-start}.project-showcase__controls{z-index:2;pointer-events:none;justify-content:space-between;display:flex;position:absolute;inset:50% clamp(1rem,3vw,3rem) auto;transform:translateY(-50%)}.carousel-arrow{pointer-events:auto;width:clamp(44px,5vw,64px);height:clamp(44px,5vw,64px);color:var(--color-ink);cursor:pointer;box-shadow:var(--shadow-md);background:#fdf8f0d6;border:1px solid #fdf8f080;border-radius:50%;place-items:center;transition:transform .18s,background .18s;display:grid}.carousel-arrow:hover{background:var(--color-saffron);color:var(--color-white);transform:scale(1.08)}.project-showcase .carousel__dots{margin:.85rem auto 0}.project-showcase__count{width:min(var(--max-width), 100% - 2rem);color:var(--color-ink-soft);text-align:right;margin:.65rem auto 0;font-size:.875rem;font-weight:700}.carousel__track{transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.carousel__dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.carousel__dot{background:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.carousel__dot.is-active{background:var(--color-saffron);transform:scale(1.3)}.review-card{text-align:left;color:var(--color-ink);border:1px solid #d977063d;flex-direction:column;justify-content:center;min-height:300px;padding:clamp(1.35rem,3vw,2rem);text-decoration:none;display:flex;box-shadow:0 18px 48px #3c24161f}.review-card--link:hover{color:var(--color-ink);transform:translateY(-4px);box-shadow:0 24px 60px #3c241629}.review-card blockquote{color:var(--color-ink);margin:0;font-size:clamp(1.02rem,1.4vw,1.18rem);font-style:italic;line-height:1.55}.review-card__stars{color:var(--color-saffron-dark);letter-spacing:2px;margin-bottom:1rem;font-size:1.35rem}.review-card__author{color:var(--color-ink);margin-top:1.35rem;margin-bottom:0;font-weight:800}.review-card__link{color:var(--color-teal);margin-top:.75rem;font-size:.95rem;font-weight:800;display:inline-block}.review-carousel{position:relative}.review-section-heading{max-width:760px;margin-bottom:1.75rem}.review-section-heading .lead{max-width:58ch}.review-carousel__viewport{padding:.25rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%)}.review-carousel__track{will-change:transform;gap:1rem;width:max-content;padding:.25rem .25rem 1rem;display:flex}.review-carousel__slide{flex:0 0 clamp(280px,28vw,360px)}.review-carousel__slide .review-card{height:100%}.section--quote-cta{background:linear-gradient(135deg,#fffaf3 0%,#f7efe4 48%,#ead7bf 100%)}.quote-cta-panel{border-radius:var(--radius-lg);color:var(--color-cream);background:linear-gradient(135deg,#251710,#4a2a16 62%,#8f3e0d 100%);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2rem,5vw,4rem);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #3c24163d}.quote-cta-panel:after{display:none}.quote-cta-panel h2,.quote-cta-panel .lead{color:var(--color-cream)}.quote-cta-panel__actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex;position:relative}.quote-cta-panel .btn--outline{color:var(--color-cream);border-color:#fff6eab8}.quote-cta-panel .btn--outline:hover{background:var(--color-cream);color:var(--color-ink)}.magnetic-quote-btn{isolation:isolate;min-height:64px;color:var(--color-white);background:#d65f16;border-radius:999px;justify-content:center;align-items:center;padding:1rem 2.2rem;font-weight:900;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #c65a1459}.magnetic-quote-btn:before,.magnetic-quote-btn:after{content:"";z-index:-1;transition:transform .42s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.magnetic-quote-btn:before{background:linear-gradient(135deg,#f59e0b,#c2410c)}.magnetic-quote-btn:after{background:linear-gradient(135deg,#26615b,#8f3e0d);transform:translate(-105%)skew(-18deg)}.magnetic-quote-btn:hover{color:var(--color-white);transform:translateY(-3px)scale(1.03);box-shadow:0 26px 58px #c65a146b}.magnetic-quote-btn:hover:after{transform:translate(0)skew(0)}.magnetic-quote-btn span{z-index:1;position:relative}.content-empty{width:min(var(--max-width), 100% - 2rem);border-radius:var(--radius-md);color:var(--color-ink);font-size:clamp(1.2rem,2vw,1.7rem);font-family:var(--font-display);background:linear-gradient(135deg,#fff,#fff8ef);border:1px solid #c65a142e;margin:0 auto;padding:clamp(2rem,5vw,3.5rem);box-shadow:0 22px 60px #3c24161f}.section--projects .content-empty{color:var(--color-cream);background:linear-gradient(135deg,#251710,#51311d);border:1px solid #fff6ea24}.section--dark .content-empty{width:100%;color:var(--color-ink);background:linear-gradient(135deg,#fff,#fff6ea)}.quote-form{border-radius:var(--radius-md);max-width:780px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;margin-inline:auto;padding:clamp(1rem,3vw,1.5rem);transition:background .2s;position:relative}.quote-job-picker{border-radius:var(--radius-sm);background:linear-gradient(135deg,#ffffffb8,#fff6ea9e);border:1px solid #c65a1429;margin:0 0 1rem;padding:.85rem;box-shadow:0 12px 28px #3c241614}.quote-job-picker__intro{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:.75rem;display:flex}.quote-job-picker__intro h2{margin:0;font-size:clamp(1.05rem,2vw,1.35rem)}.quote-job-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.quote-job-card{border-radius:var(--radius-md);min-height:72px;color:var(--color-ink);text-align:left;cursor:pointer;background:linear-gradient(150deg,#ffffffeb,#fcead4b8),radial-gradient(circle at 18% 18%,#c65a1438,#0000 30%);border:1px solid #3c241629;flex-direction:column;justify-content:flex-end;gap:.24rem;padding:.7rem;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:flex;transform:translateY(0);box-shadow:0 12px 24px #3c241614}.quote-job-card__icon{display:none}.quote-job-card__icon:before,.quote-job-card__icon:after{content:"";background:currentColor;position:absolute}.quote-job-card__icon--paint:before{border-radius:.18rem;width:1.1rem;height:.72rem;top:.52rem;left:.65rem}.quote-job-card__icon--paint:after{border-radius:999px;width:.18rem;height:.72rem;top:1.15rem;left:1.18rem}.quote-job-card__icon--wash:before{clip-path:polygon(50% 0,100% 70%,82% 100%,18% 100%,0 70%);border-radius:0 0 999px 999px;width:1.3rem;height:1rem;top:.7rem;left:.55rem}.quote-job-card__icon--plaster:before{border-radius:999px;width:1.25rem;height:.34rem;top:.62rem;left:.55rem;transform:rotate(-18deg)}.quote-job-card__icon--plaster:after{border-radius:999px;width:.22rem;height:1rem;top:.86rem;left:1.16rem;transform:rotate(-18deg)}.quote-job-card__icon--stain:before{border-radius:.16rem .16rem .55rem .55rem;width:.95rem;height:1.25rem;top:.5rem;left:.72rem}.quote-job-card__icon--stain:after{border-radius:.1rem;width:.48rem;height:.28rem;top:.26rem;left:.95rem}.quote-job-card:hover,.quote-job-card:focus-visible{border-color:#c65a1480;outline:none;transform:translateY(-4px);box-shadow:0 18px 32px #3c241624}.quote-job-card.is-active{color:var(--color-white);background:linear-gradient(150deg,#c65a14f5,#89451ff5),radial-gradient(circle at 18% 18%,#ffffff47,#0000 32%);border-color:#c65a14e0;box-shadow:0 20px 36px #89451f3d}.quote-job-card.is-active .quote-job-card__icon{background:#fff3;border-color:#ffffff6b}.quote-job-card span{font-family:var(--font-display);font-size:1rem;font-weight:800}.quote-job-card small,.slider-group--area[hidden]{display:none}.quote-form__quote-display{background:linear-gradient(135deg, var(--color-teal), var(--color-teal-light));color:var(--color-white);border-radius:var(--radius-md);text-align:center;margin-bottom:1rem;padding:clamp(1rem,2.6vw,1.35rem)}.quote-form__quote-amount{font-family:var(--font-display);font-size:clamp(1.85rem,4vw,2.8rem);font-weight:700}.quote-top-grid .quote-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;display:grid}.quote-contact-grid .form-group{margin-bottom:0}.quote-contact-grid .form-group--wide{grid-column:1/-1}.form-group{margin-bottom:.9rem}.form-group label{margin-bottom:.375rem;font-size:.9375rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-cream);width:100%;padding:.65rem .85rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-teal-light);outline:none;box-shadow:0 0 0 3px #2d6a4f26}.slider-group{text-align:left;margin:1rem 0 0}.slider-group__header{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.slider-group__value{color:inherit;font-weight:700}.slider{appearance:none;background:#ffffff5c;border-radius:4px;outline:none;width:100%;height:8px}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-saffron);cursor:pointer;width:24px;height:24px;box-shadow:var(--shadow-sm);border:2px solid var(--color-white);border-radius:50%}.slider::-moz-range-thumb{background:var(--color-saffron);cursor:pointer;width:24px;height:24px;box-shadow:var(--shadow-sm);border:2px solid var(--color-white);border-radius:50%}.slider-labels{color:#ffffffc7;justify-content:space-between;margin-top:.35rem;font-size:.75rem;display:flex}.form-status{border-radius:var(--radius-sm);margin-top:1rem;padding:1rem;font-weight:500}.form-status--success{color:var(--color-teal);background:#2d6a4f1a}.form-status--error{color:#9b2c2c;background:#e07a5f26}.page-header{color:var(--color-cream);background:linear-gradient(135deg,#1d120ce6,#9a4f0bd1),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=82) 50%/cover;padding:clamp(2.5rem,6vw,4rem) 0}.page-header .lead,.page-header a{color:#fff7eddb}.page-header .eyebrow{color:#ffcf8a}.page-header--compact{padding-bottom:1.5rem}.partner-links{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.partner-link{background:var(--color-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:box-shadow .2s;display:inline-flex}.partner-link:hover{box-shadow:var(--shadow-md)}.prose{max-width:72ch}.prose ul{padding-left:1.25rem}.prose li{margin-bottom:.5rem}.prose h2{margin-top:2rem}.project-hero{aspect-ratio:21/9;object-fit:cover;border-radius:var(--radius-md);width:100%;margin-bottom:2rem}.project-meta{color:var(--color-muted);flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.9375rem;display:flex}.breadcrumb{margin-bottom:1rem;font-size:.875rem}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline}@keyframes paintDrift{0%{transform:translate(-2%)rotate(-8deg)}to{transform:translate(3%)rotate(-4deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.scroll-reveal,.scroll-section,.feature-card{opacity:1;transform:none}}@media (max-width:860px){.hero--immersive{min-height:auto}.quote-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-cta-panel{grid-template-columns:1fr}.quote-cta-panel__actions{justify-content:flex-start}.hero__layout,.featured-project-card{grid-template-columns:1fr}.featured-project-card__media{height:220px}.featured-project-card{height:auto}.featured-project-card__media:after{background:linear-gradient(#0000 40%,#1c1b1ab8)}.project-showcase__controls{justify-content:flex-end;gap:.75rem;inset:auto 1rem 1rem auto;transform:none}.review-carousel__slide{flex-basis:min(82vw,340px)}}@media (max-width:560px){.quote-job-grid{grid-template-columns:1fr}.quote-job-card{min-height:110px}}@media (max-width:900px){.seo-grid,.seo-grid--3,.footer-grid,.quote-top-grid,.quote-contact-grid{grid-template-columns:1fr}}@media (max-width:900px){.seo-grid,.seo-grid--3,.footer-grid{grid-template-columns:1fr}}@media (max-width:900px){.seo-grid,.seo-grid--3,.footer-grid{grid-template-columns:1fr}}@media (max-width:900px){.seo-grid,.seo-grid--3,.footer-grid{grid-template-columns:1fr}}.section--cream{background:#fffaf2}.seo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.seo-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.seo-list{color:var(--color-muted);gap:.75rem;padding-left:1.1rem;display:grid}.link-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.chip-list{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.chip-list a,.chip-list span{border:1px solid var(--color-border);color:var(--color-ink);background:#ffffffb8;border-radius:999px;align-items:center;padding:.45rem .8rem;font-size:.95rem;text-decoration:none;display:inline-flex}.chip-list a:hover{color:var(--color-saffron-dark);border-color:#c65a1473}.mini-note{color:var(--color-muted);font-size:.95rem}.faq-list{gap:.9rem;margin-top:1.5rem;display:grid}.faq-list details{border:1px solid var(--color-border);background:var(--color-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:1rem 1.15rem}.faq-list summary{cursor:pointer;color:var(--color-ink);font-weight:750}.faq-list p{color:var(--color-muted);margin:.75rem 0 0}.footer-grid{grid-template-columns:minmax(240px,2fr) repeat(3,minmax(150px,1fr))}.site-footer h3{color:var(--color-cream);margin-top:0;font-size:1rem}.footer-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.footer-contact{color:#fdf8f0bf}.social-links{flex-wrap:wrap;gap:.8rem;margin-top:1rem;display:flex}.quote-form .hp-field{position:absolute;left:-9999px}@media (max-width:900px){.seo-grid,.seo-grid--3,.footer-grid{grid-template-columns:1fr}}.nav{gap:.15rem}.nav>a,.nav-dropdown__trigger{color:#fff7edd1;border-radius:var(--radius-sm);align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";height:.55rem;position:absolute;top:100%;left:0;right:0}.nav-dropdown__menu{z-index:20;border-radius:var(--radius-sm);opacity:0;pointer-events:none;background:#fff6ea;border:1px solid #3c241624;min-width:220px;padding:.45rem;transition:opacity .16s,transform .16s;position:absolute;top:100%;left:0;transform:translateY(6px);box-shadow:0 18px 42px #1c120c38}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown__menu a{width:100%;color:var(--color-ink-soft);text-align:left;white-space:nowrap;border-radius:6px;padding:.55rem .65rem;display:block}.nav-dropdown__menu a:hover,.nav-dropdown__menu a[aria-current=page]{color:var(--color-saffron-dark);background:#d9770624}.nav-dropdown__trigger:hover,.nav-dropdown__trigger.is-current,.nav-dropdown:focus-within .nav-dropdown__trigger{color:#ffcf8a;background:#f59e0b2e}.social-links--footer,.about-social-links{flex-wrap:wrap;gap:.65rem;margin:1rem 0 .85rem;display:flex}.social-link{color:#ffb357;align-items:center;gap:.45rem;font-weight:800;text-decoration:none;display:inline-flex}.social-link img{border-radius:6px;flex:none;width:24px;height:24px}.social-links--footer .social-link:hover{color:var(--color-cream)}.about-social-links .social-link{color:var(--color-teal)}.about-social-links .social-link:hover{color:var(--color-saffron-dark)}.about-social-card{border-top:1px solid #3c24161f;margin-top:1.35rem;padding-top:1.25rem}.about-social-card h3{margin-bottom:.35rem;font-size:1.05rem}.review-card{background:#fff;border:1px solid #3c404329;border-radius:8px;justify-content:flex-start;gap:.75rem;min-height:280px;padding:clamp(1.15rem,2.4vw,1.5rem);box-shadow:0 2px 8px #3c40431f}.review-card--link:hover{transform:translateY(-3px);box-shadow:0 8px 22px #3c40432e}.review-card__header{align-items:center;gap:.75rem;display:flex}.review-card__avatar{color:#fff;background:#1a73e8;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:800;display:inline-flex}.review-card__identity{flex-direction:column;min-width:0;display:flex}.review-card__author{color:#202124;font-family:var(--font-body);margin:0;font-size:.98rem;font-weight:800;line-height:1.2}.review-card__source{color:#5f6368;margin-top:.12rem;font-size:.8rem;line-height:1.2}.review-card__google{color:#4285f4;background:#fff;border:1px solid #3c404329;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-family:Arial,sans-serif;font-size:1.08rem;font-weight:800;display:inline-flex}.review-card__stars{color:#fbbc04;letter-spacing:1px;margin:0;font-size:1rem}.review-card blockquote{color:#3c4043;font-family:Arial,sans-serif;font-size:.98rem;font-style:normal;line-height:1.55}.review-card__link{color:#1a73e8;margin-top:auto;font-size:.88rem;font-weight:800}.review-card__link--plain{color:#5f6368}.quote-builder-section{padding-top:clamp(1rem,2vw,1.35rem)!important}.quote-form{background:#fffffff5;border:1px solid #3c24161f;border-radius:16px;max-width:1120px;padding:0;overflow:hidden;box-shadow:0 24px 68px #3c24161f}.quote-top-grid{grid-template-columns:minmax(320px,.47fr) minmax(0,1fr);align-items:stretch;gap:0;margin-bottom:0;display:grid}.quote-top-grid .quote-form__quote-display,.quote-top-grid .quote-job-picker{height:100%;margin-bottom:0}.quote-form__right{flex-direction:column;gap:1rem;min-width:0;padding:clamp(1rem,2.2vw,1.55rem);display:flex}.quote-form__right .quote-job-picker{grid-area:auto}.quote-form__quote-display{text-align:left;background:radial-gradient(circle at 18% 0,#ffffff26,#0000 28%),linear-gradient(145deg,#07584f,#2e8173);border-radius:0;flex-direction:column;justify-content:space-between;gap:clamp(1rem,3vw,2rem);min-height:100%;padding:clamp(1.35rem,3vw,1.75rem);display:flex}.quote-form__estimate-copy{text-align:left}.quote-form__quote-amount{font-size:clamp(1.65rem,3.2vw,2.35rem);line-height:1.06}.quote-form__estimate-slider .slider-group{margin-top:0}.quote-job-picker{box-shadow:none;background:0 0;border:0;padding:0}.quote-form__right-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.quote-form__right-header>div{align-items:flex-start;gap:.85rem;display:flex}.quote-form__right-header h2{margin:0 0 .2rem;font-size:clamp(1.2rem,2vw,1.45rem)}.quote-form__right-header p{color:var(--color-muted);margin:0;font-size:.92rem}.quote-form__right-header aside{text-align:center;min-width:150px;color:var(--color-muted);background:#fff6ec;border:1px solid #3c24161f;border-radius:10px;padding:.7rem .85rem;font-size:.78rem}.quote-form__right-header aside strong{color:var(--color-teal);font-size:1rem;display:block}.quote-included{background:#0000001f;border-radius:10px;padding:1rem}.quote-included h2{font-family:var(--font-body);color:#fff;margin:0 0 .6rem;font-size:1rem}.quote-included ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.quote-included li{padding-left:1.45rem;font-size:.9rem;position:relative}.quote-included li:before{content:"✓";color:#07584f;background:#9bd46f;border-radius:50%;place-items:center;width:1rem;height:1rem;font-size:.7rem;font-weight:900;display:grid;position:absolute;top:.05rem;left:0}.quote-job-picker__intro{margin-bottom:.5rem}.quote-job-picker__intro .eyebrow{margin-bottom:0}.quote-job-grid,.quote-top-grid .quote-job-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.quote-job-card{background:#f8efe2;border:1px solid #3c241629;border-radius:12px;min-height:96px;padding:0;position:relative;overflow:hidden}.quote-job-card__image{background:linear-gradient(135deg,#fff7ed,#ead7bf);display:block;position:absolute;inset:0}.quote-job-card__image:before,.quote-job-card__image:after{content:"";position:absolute}.quote-job-card__image--paint{background:linear-gradient(135deg,#f8efe2 0 48%,#dcebe5 48% 100%)}.quote-job-card__image--paint:before{background:#26615b;border-radius:999px;width:52%;height:16%;top:24%;left:16%;box-shadow:0 24px #c65a14}.quote-job-card__image--paint:after{background:#1d120c;border-radius:999px;width:10%;height:40%;top:36%;right:18%}.quote-job-card__image--plaster{background:linear-gradient(135deg,#fffaf3,#ead7bf)}.quote-job-card__image--plaster:before{background:#ffffffc2;border:2px dashed #755f5059;border-radius:44% 56% 48% 52%;width:64%;height:48%;top:26%;left:18%}.quote-job-card__image--plaster:after{background:#8f3e0d;border-radius:999px;width:44%;height:10%;bottom:22%;left:29%;transform:rotate(-12deg)}.quote-job-card__image--stain{background:repeating-linear-gradient(90deg,#4a2a162e 0 7px,#0000 7px 18px),linear-gradient(135deg,#c65a14,#7c3f1d)}.quote-job-card__image--stain:before{border:2px solid #fff6ea8c;border-radius:10px;width:60%;height:56%;top:22%;left:20%}.quote-job-card__image--refresh{background:linear-gradient(135deg,#fff7ed,#86b7a8)}.quote-job-card__image--refresh:before{background:#fffaf3;border-radius:4px;width:52%;height:38%;bottom:18%;left:24%;box-shadow:inset 0 -12px #c65a1447}.quote-job-card__image--refresh:after{clip-path:polygon(50% 0,100% 100%,0 100%);background:#8f3e0d;width:60%;height:28%;bottom:52%;left:20%}.quote-job-card.is-active{outline:3px solid var(--color-saffron);outline-offset:2px;color:var(--color-ink);background:#fff6ea}.quote-job-card.is-active:after{content:"✓";background:var(--color-saffron);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.55rem;height:1.55rem;font-weight:900;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.quote-job-card{isolation:isolate;border:1px solid #ffffff8f;min-height:126px;box-shadow:0 18px 36px #29190f29}.quote-job-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#00000005,#0d080494),radial-gradient(circle at 18% 14%,#ffffff80,#0000 34%);position:absolute;inset:0}.quote-job-card__photo{object-fit:cover;filter:saturate(1.06)contrast(1.04);width:100%;height:100%;transition:transform .26s,filter .26s;position:absolute;inset:0;transform:scale(1.02)}.quote-job-card__label{z-index:2;color:#fffaf3;font-family:var(--font-display);text-shadow:0 2px 14px #000000b8;font-size:1.05rem;font-weight:900;line-height:1.05;position:absolute;bottom:.68rem;left:.72rem;right:.72rem}.quote-job-card:hover .quote-job-card__photo,.quote-job-card:focus-visible .quote-job-card__photo{filter:saturate(1.12)contrast(1.08);transform:scale(1.08)}.quote-job-card.is-active{outline-offset:3px;border-color:#ffbe44e6}.quote-job-card.is-active:before{background:linear-gradient(#0e09050d,#120a04ad),radial-gradient(circle at 18% 14%,#ffd15a75,#0000 38%)}.quote-job-card.is-active:after{z-index:3;color:#1d120c;top:.55rem;right:.55rem;box-shadow:0 10px 22px #0000003d}.quote-job-card small,.quote-job-card__icon,.quote-job-card__image{display:none}.quote-form .slider{cursor:pointer;touch-action:none}.page-header--compact{color:var(--color-ink);background-color:#0000;background-image:linear-gradient(90deg,#f7efe4fa 0%,#f7efe4e6 42%,#f7efe46b 70%,#c65a142e 100%),linear-gradient(135deg,#ffffff73,#c65a141f),url(/og-default.png);background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;padding:clamp(.95rem,2vw,1.45rem) 0 clamp(1rem,2.2vw,1.6rem)}.page-header--compact .container{max-width:1120px}.page-header--compact h1{max-width:560px;margin-bottom:.28em;font-size:clamp(2.25rem,3.9vw,3.45rem);line-height:1.02}.quote-hero-badges{flex-wrap:wrap;gap:clamp(.9rem,3vw,2.2rem);display:flex}.quote-hero-badges span{color:var(--color-ink-soft);padding-left:1.25rem;font-size:.82rem;font-weight:700;position:relative}.quote-hero-badges span:before{content:"✓";color:#fff;background:#86b7a8;border-radius:50%;place-items:center;width:.82rem;height:.82rem;font-size:.55rem;font-weight:900;display:grid;position:absolute;top:.08rem;left:0}.quote-form__right{flex-direction:column;display:flex}.quote-form__right .quote-job-picker,.quote-form__right .quote-contact-grid,.quote-form__right #quote-submit,.quote-form__right .form-status{grid-area:auto}.quote-form__right .quote-contact-grid{margin-top:0}.quote-form__right #quote-submit{margin-top:.1rem}.quote-job-card{min-height:96px}@media (max-width:900px){.nav-dropdown,.nav-dropdown__trigger{width:100%}.nav-dropdown__trigger{color:var(--color-ink-soft);justify-content:center}.nav-dropdown__menu{opacity:1;pointer-events:auto;min-width:0;box-shadow:none;background:#fff7edb8;margin:.25rem 0 .65rem;position:static;transform:none}.nav-dropdown__menu a{text-align:center;white-space:normal}.nav__cta{margin-left:0}.quote-form__quote-display,.quote-form__estimate-copy{text-align:center}.quote-top-grid,.quote-form__right{grid-template-columns:1fr}.quote-form__right{display:flex}.quote-form__right .quote-job-picker,.quote-form__right .quote-contact-grid,.quote-form__right #quote-submit,.quote-form__right .form-status{grid-area:auto/1}.quote-job-grid,.quote-top-grid .quote-job-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.quote-job-card{min-height:104px}}@media (max-width:520px){.quote-form{padding:0}.quote-form__right{padding:.9rem}.quote-form__right-header{display:block}.quote-form__right-header aside{margin-top:.75rem}.quote-job-card{border-radius:10px;min-height:86px}.quote-job-card__label{font-size:.92rem;bottom:.52rem;left:.55rem;right:.55rem}}.site-header{background:#37190cfa;border-bottom:1px solid #fff7ed14;box-shadow:0 8px 24px #1d120c29}.site-header .logo__icon{object-fit:contain;width:36px;height:36px}.nav>a,.nav-dropdown__trigger{padding:.58rem .72rem}.nav__cta{background:linear-gradient(135deg,#d96614,#bc4317);padding-inline:1rem;box-shadow:0 10px 22px #c65a1442}.nav__cta:hover,.nav__cta:focus-visible{color:#fff;background:linear-gradient(135deg,#ee791d,#c94d1a);outline:none;transform:translateY(-1px)}.page-header--compact{color:#1d120c;background:linear-gradient(90deg,#f7efe4fa 0%,#f7efe4f5 42%,#e0ccb8d6 68%,#52302094 100%),radial-gradient(circle at 70% 30%,#c65a141f,#0000 26rem);padding:clamp(1.5rem,3.2vw,2.55rem) 0 clamp(1.35rem,2.8vw,2.15rem)}.page-header--compact .eyebrow{color:#b75512;letter-spacing:.18em;font-weight:900}.page-header--compact h1{color:#1d120c;max-width:680px;margin-bottom:.38em;font-size:clamp(2.35rem,4.2vw,3.75rem);line-height:1}.page-header--compact .lead{color:#2f2119;max-width:58ch;margin-bottom:1.15rem;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.55}.quote-hero-badges{gap:1rem clamp(1.35rem,3.4vw,2.6rem);margin-top:.2rem}.quote-hero-badges span{color:#241811;font-size:.9rem}.quote-builder-section{background:radial-gradient(circle at 16% 0,#c65a1414,#0000 24rem),linear-gradient(#fffaf3 0%,#f7efe4 100%);padding:clamp(1.6rem,3vw,2.45rem) 0 clamp(2.5rem,5vw,4rem)!important}.quote-form{background:#fff;border:1px solid #3c24161f;border-radius:18px;width:min(1160px,100vw - 2rem);max-width:1160px;box-shadow:0 28px 80px #3c241629}.quote-top-grid{grid-template-columns:minmax(330px,.43fr) minmax(0,1fr)}.quote-form__quote-display{color:#fff;background:radial-gradient(circle at 18% 0,#ffffff2b,#0000 22rem),linear-gradient(150deg,#07574f 0%,#176f63 58%,#2f8778 100%);padding:clamp(1.25rem,2.4vw,1.75rem)}.quote-form__estimate-copy p,.quote-form__estimate-slider p,.quote-form__quote-display label,.quote-form__quote-display .slider-group__value,.quote-form__quote-display .slider-labels span{color:#ffffffeb}.quote-form__quote-amount{color:#fff;letter-spacing:0;margin-top:.3rem;font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.03}.quote-form__estimate-slider{margin-top:clamp(.9rem,2.6vw,1.7rem)}.slider-group__header{margin-bottom:.8rem}.slider-labels{margin-top:.75rem}.quote-included{background:#0f4c4494;border:1px solid #ffffff14;border-radius:12px;margin-top:clamp(.9rem,2vw,1.35rem);padding:.95rem 1rem}.quote-included h2{margin-bottom:.75rem}.quote-included li{color:#fffffff2}.quote-form__right{gap:.9rem;width:100%;min-width:0;padding:clamp(1.15rem,2.2vw,1.55rem)}.quote-form__right-header{padding-bottom:.15rem}.quote-form__right-header h2{color:#1d120c;font-size:clamp(1.35rem,2.4vw,1.7rem)}.quote-form__right-header p{color:#6a5446}.quote-form__right-header aside{color:#6a5446;background:#fff7ee;border-color:#c65a142e;box-shadow:0 8px 22px #3c24160f}.quote-job-picker__intro .eyebrow{color:#a94912;letter-spacing:.18em;font-weight:900}.quote-job-picker,.quote-job-grid{width:100%;min-width:0}.quote-job-grid,.quote-top-grid .quote-job-grid{gap:.68rem}.quote-job-card{border:1px solid #3c24161a;border-radius:10px;min-height:92px;box-shadow:0 14px 30px #3c24161f}.quote-job-card:before{background:linear-gradient(#0000000a 0%,#0003 42%,#000000c7 100%),radial-gradient(circle at 18% 14%,#ffffff59,#0000 32%)}.quote-job-card__label{color:#fff;text-shadow:0 2px 14px #000000e6;font-size:1rem}.quote-job-card.is-active{outline-offset:2px;border-color:#ffffffe0;outline:3px solid #e76f19}.quote-job-card.is-active:after{color:#1d120c;background:#d96614;border:1px solid #ffffff59}.quote-contact-grid{gap:.78rem .95rem}.form-group label{color:#241811;margin-bottom:.42rem;font-size:.94rem;font-weight:850}.form-group input,.form-group textarea{color:#1d120c;background:#fbf4eb;border:1px solid #3c241638;border-radius:9px;min-height:44px;padding:.68rem .85rem;box-shadow:inset 0 1px #ffffff80}.form-group textarea{resize:vertical;min-height:78px}.form-group input::placeholder,.form-group textarea::placeholder{color:#6d625a;opacity:1}.form-group input:focus,.form-group textarea:focus{background:#fffaf4;border-color:#2f8778;box-shadow:0 0 0 3px #2f877838,inset 0 1px #ffffff9e}#quote-submit{background:linear-gradient(135deg,#df7600,#b9411c);border-radius:9px;min-height:48px;margin-top:.15rem;box-shadow:0 14px 32px #c65a143d}#quote-submit:hover,#quote-submit:focus-visible{background:linear-gradient(135deg,#ef8508,#c84d21);outline:none;transform:translateY(-1px);box-shadow:0 18px 38px #c65a144d}.quote-experience+.text-muted{color:#684f3f;margin-top:1.6rem!important}@media (max-width:900px){.page-header--compact{padding-block:2rem}.quote-builder-section{padding-top:1.4rem!important}.quote-form{width:min(100%,100vw - 1.25rem)}.quote-top-grid{grid-template-columns:1fr}.quote-form__quote-display,.quote-form__right{width:100%}.quote-job-grid,.quote-top-grid .quote-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.page-header--compact h1{font-size:clamp(2.1rem,12vw,3.1rem)}.quote-form__right{width:100%;min-width:0;padding:1rem}.quote-form__quote-display{padding:1.15rem}.quote-job-grid,.quote-top-grid .quote-job-grid{grid-template-columns:1fr 1fr;gap:.65rem}.quote-job-card{min-height:92px}}
