@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#08283e;--blue:#0877ce;--gold:#f3cb46;--ink:#172e3e;--muted:#526675;--line:#d9e2e7;--paper:#f3f6f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}header{height:105px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:white;gap:25px}.brand{display:flex;align-items:center;gap:13px;font:800 25px/1.1 Manrope,sans-serif;letter-spacing:.05em}.brand img{width:66px;height:64px;object-fit:contain}.brand-small{display:block;font-size:11px;letter-spacing:.23em;margin-top:8px}nav{display:flex;gap:35px;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.header-button{font-size:14px;border:1px solid var(--line);padding:12px 18px}.header-button span{margin-left:20px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:710px}.hero-copy{padding:64px 7% 45px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;margin:0 0 25px}.eyebrow>span{display:inline-block;background:var(--blue);width:20px;height:2px;vertical-align:middle;margin-right:9px}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(44px,4.7vw,76px);line-height:1.1;letter-spacing:-.055em;font-weight:600;margin:0 0 25px}h1 em{font-style:normal;color:var(--blue)}.intro{max-width:390px;color:var(--muted);font-size:18px;line-height:1.75;margin-bottom:30px}.button{display:inline-flex;gap:38px;align-items:center;background:var(--navy);color:white;padding:17px 25px;font-weight:600;font-size:14px;transition:background .2s}.button:hover{background:var(--blue)}.button span{font-size:20px}.hero-note{margin-top:45px;border-top:1px solid var(--line);padding-top:22px;display:flex;gap:25px;align-items:center}.hero-note>span{font-size:10px;letter-spacing:.12em;max-width:135px;font-weight:700}.hero-note p{font-size:13px;color:var(--muted);margin:0}.hero-image{position:relative;background:#bcced8;min-height:600px;overflow:hidden}.hero-image>img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.image-label{position:absolute;bottom:25px;left:25px;right:25px;display:flex;justify-content:space-between;color:white;font-size:10px;letter-spacing:.12em;background:rgba(8,40,62,.85);padding:15px}.ribbon{background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-around;padding:26px 8%;font:600 14px Manrope,sans-serif;letter-spacing:.18em}.ribbon i{color:var(--gold);font-style:normal;font-size:24px}.section{padding:88px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}h2{font-size:clamp(32px,3vw,47px);line-height:1.22;letter-spacing:-.045em;font-weight:600;margin:0 0 20px}.section-heading>p{max-width:400px;color:var(--muted);margin-bottom:22px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.service-grid article{padding:30px;border-right:1px solid var(--line)}.service-grid article:last-child{border-right:none}.service-top{display:flex;justify-content:space-between;color:var(--blue);font-size:14px;margin-bottom:40px}.service-top span:last-child{font-size:24px}h3{font-size:23px;letter-spacing:-.035em;line-height:1.3;margin:0 0 16px}.service-grid p{color:var(--muted);min-height:78px}.service-grid ul{padding:22px 0 0;border-top:1px solid var(--line);list-style:none;font-size:14px;line-height:2}.service-grid li:before{content:'—';color:var(--blue);margin-right:9px}.about{background:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.about-brand{background:var(--navy);padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:410px}.about-brand img{width:90%;max-height:340px;object-fit:contain}.about-brand>span{color:#c2d1db;font-size:10px;letter-spacing:.2em;margin-top:25px}.about p:not(.eyebrow){color:var(--muted)}.signature{font:600 23px Manrope,sans-serif;margin-top:32px}.signature span{display:block;font:600 10px 'DM Sans',sans-serif;letter-spacing:.14em;margin-top:8px;color:var(--muted)}.area{background:var(--blue);color:white;position:relative;padding-bottom:32px}.area h2{font-size:clamp(45px,5vw,72px)}.area>p:not(.eyebrow){max-width:450px;color:#e2f0ff}.area-bottom{margin-top:55px;padding-top:22px;border-top:1px solid #ffffff55;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.15em}.launch{display:flex;align-items:center;justify-content:space-between;background:#fff}.launch .eyebrow{color:var(--blue)}.launch p:not(.eyebrow){color:var(--muted)}footer{background:var(--navy);color:#b8c8d4;padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}footer a{font-weight:700;color:white;letter-spacing:.08em}footer p{margin:0}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:950px){header{padding:0 4%;height:90px}nav{gap:20px}.hero{min-height:auto}.hero-copy{padding:45px 8%}.hero-image{min-height:630px}.hero-note{display:block}.hero-note>span{display:block;max-width:none;margin-bottom:10px}.service-grid article{padding:23px}.service-grid p{min-height:110px}.about{gap:5%}.about-brand{min-height:330px}.section{padding:65px 5%}footer{flex-wrap:wrap}}@media(max-width:650px){header{height:auto;min-height:90px;flex-wrap:wrap;gap:12px;padding:16px 5%}.brand{font-size:20px}.brand img{width:50px;height:50px}.brand-small{font-size:9px}.header-button{font-size:12px;padding:9px 10px}.header-button span{margin-left:8px}nav{order:3;width:100%;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);font-size:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6% 32px}h1{font-size:53px}.intro{font-size:17px}.hero-note{display:flex;margin-top:32px}.hero-note>span{max-width:125px;font-size:10px;margin:0}.hero-image{min-height:390px}.ribbon{padding:22px 4%;font-size:10px;letter-spacing:.12em}.ribbon i{font-size:16px}.section{padding:52px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px}.service-grid{grid-template-columns:1fr}.service-grid article{border-right:0;border-bottom:1px solid var(--line);padding:26px}.service-grid article:last-child{border-bottom:0}.service-top{margin-bottom:22px}.service-grid p{min-height:0}.about{grid-template-columns:1fr;gap:35px}.about-brand{min-height:300px}.about-brand img{max-height:270px}.area-bottom{gap:20px;font-size:10px}.launch{display:block}.launch .button{margin-top:15px}footer{display:block;padding:28px 6%}footer p{margin:12px 0}footer span{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Father-and-son identity and expanded service offering. */
.brand img{display:block;width:155px;height:80px;object-fit:contain;object-position:center}
.about-brand{background:white;border:1px solid var(--line)}
.about-brand>span{color:var(--muted);text-align:center;line-height:1.6}
.service-grid article:nth-child(3n){border-right:0}
.service-grid article:nth-child(-n+3){border-bottom:1px solid var(--line)}
.service-grid article:last-child{border-right:0}
.service-note{font-size:14px;color:var(--muted);margin:22px 0 0;max-width:850px}
@media(max-width:650px){.brand img{width:140px;height:75px}.service-grid article{border-right:0}.service-grid article:last-child{border-bottom:0}}

/* Complete business template. */
.skip-link{position:absolute;left:16px;top:-100px;z-index:10;background:white;padding:12px}.skip-link:focus{top:16px}.template-banner{padding:10px 5%;background:#e8f2fa;color:var(--navy);font-size:13px;font-weight:700;letter-spacing:.05em}.template-banner span{font-weight:400;letter-spacing:0;margin-left:20px}header{height:auto;min-height:105px;padding-top:10px;padding-bottom:10px;flex-wrap:wrap}.brand{flex-shrink:0}.brand img{height:80px;object-fit:contain}nav{gap:24px}.header-button{font-weight:700}.eyebrow{font-size:14px;letter-spacing:.12em}.hero-note>span,.hero-note p,.signature span,.area-bottom,.image-label,footer{font-size:14px}.hero-note>span{max-width:150px}.hero-note{gap:20px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}.text-link{font-size:15px;font-weight:700;text-decoration:underline;text-underline-offset:5px}.hero-image{min-height:630px}.image-label{font-size:12px;gap:20px}.image-label span:first-child{max-width:250px}.service-grid li a{text-decoration:underline;text-underline-offset:4px}.detail-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border-top:1px solid var(--line);margin-top:30px;padding-top:20px}.detail-strip p{margin:0;line-height:1.85}.pending{color:#60717e;font-size:15px;font-style:italic}.section-note{color:var(--muted);font-size:14px;max-width:780px}.work{background:var(--paper)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-card{background:white;border:1px solid var(--line)}.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:2px}.photo-placeholder{min-height:210px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px 16px;background:#e0e8ed;text-align:center;border:1px dashed #a8bac7}.photo-placeholder span{font-size:12px;letter-spacing:.14em;font-weight:700;color:#415b6e}.photo-placeholder p{font-size:14px;color:#526675}.photo-placeholder.after{background:#eaf1f6}.project-body{padding:24px}.project-body h3{font-size:21px}.project-body p{margin-bottom:0}.family-photo{min-height:440px;background:#e1eaf0}.family-photo h3{font-size:36px;margin:28px 0 0}.family-caption{padding:22px;background:var(--navy);color:white;font-size:15px;text-align:center}.credentials{padding-top:45px;padding-bottom:45px}.credentials .detail-strip{margin-top:0}.reviews{background:var(--navy);color:white}.reviews .section-heading>p,.reviews .pending{color:#c4d5e0}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.review-grid article{padding:30px;border:1px solid var(--line)}.reviews article{border-color:#ffffff35}.reviews article>span{font-size:14px;color:#b7cbd8}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin-top:38px}.process-grid article{border-top:2px solid var(--blue);padding-top:22px}.process-grid article>span{display:block;font-size:14px;color:var(--blue);margin-bottom:20px}.process-grid p{font-size:16px}.area>p:not(.eyebrow){max-width:700px}.area-bottom{flex-wrap:wrap;gap:18px;font-size:13px}.faq{max-width:1200px;margin:auto}.faq-list{border-top:1px solid var(--line);margin-top:32px}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-size:18px;font-weight:600;list-style-position:outside;margin-left:22px;padding-left:8px}details p{padding-left:30px;color:var(--muted);max-width:780px}summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:7%;background:var(--paper)}.contact-details{margin-top:36px}.contact-details dt{font-size:14px;font-weight:700;margin-top:20px}.contact-details dd{margin:4px 0 0}.form-card{background:white;padding:32px;border:1px solid var(--line)}.form-notice{background:#e8f2fa;border-left:3px solid var(--blue);padding:16px;font-size:14px;color:var(--ink)}fieldset{border:0;padding:0;margin:24px 0 0;min-width:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{font-size:14px;font-weight:600;display:block;min-width:0}input,select,textarea{display:block;width:100%;min-width:0;font:400 16px 'DM Sans',sans-serif;padding:12px;border:1px solid #c9d5dd;background:#f7f9fa;color:#536776;border-radius:0;margin-top:8px}input[type=file]{font-size:14px}.full{grid-column:1/-1}.field-note{font-size:13px;font-weight:400;color:var(--muted);display:block;margin-top:10px}.form-card button{border:0;margin-top:24px;font-family:inherit}.form-card button:disabled{opacity:.65;cursor:not-allowed}.footer-note{font-size:13px!important;margin-top:8px!important}.mobile-contact{display:none}.service-hero{background:var(--paper)}.service-hero .eyebrow{margin-top:40px}.service-hero h1{max-width:950px}.service-hero .intro{max-width:650px}footer{flex-wrap:wrap;font-size:14px}footer>div{max-width:350px}html{scroll-padding-top:25px}@media(max-width:1050px){header{gap:16px}nav{gap:16px;font-size:14px}.header-button{padding:10px}.project-grid{grid-template-columns:1fr}.photo-placeholder{min-height:240px}.project-card{display:grid;grid-template-columns:1.2fr 1fr;align-items:center}.process-grid{grid-template-columns:1fr 1fr}.contact{gap:30px;grid-template-columns:1fr 1.2fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.detail-strip{gap:20px}.review-grid{gap:14px}.review-grid article{padding:22px}}@media(max-width:700px){.template-banner span{display:block;margin:4px 0 0;font-size:13px}.template-banner{font-size:12px}header{padding:12px 5%}.brand img{width:140px;height:75px}nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;gap:10px;flex-wrap:wrap}.header-button{font-size:13px}.header-button span{display:none}.hero-image{min-height:390px}.hero-note{flex-wrap:wrap}.hero-note>span{max-width:none;font-size:12px}.hero-note p{font-size:14px}.detail-strip,.review-grid,.contact{grid-template-columns:1fr}.detail-strip{gap:24px}.project-card{display:block}.photo-placeholder{min-height:200px}.family-photo{min-height:320px}.process-grid{gap:22px}.process-grid h3{font-size:21px}.form-card{padding:22px}.contact{gap:32px}.area-bottom{font-size:12px}.mobile-contact{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:white;z-index:5;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 12px #08283e20}.mobile-contact a{padding:16px 8px;text-align:center;font-size:14px;font-weight:600}.mobile-contact a+a{border-left:1px solid #ffffff40;background:#0a629e}body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.service-hero h1{font-size:clamp(38px,10vw,60px);overflow-wrap:break-word}.section{padding:48px 6%}.image-label{font-size:12px}.image-label span:last-child{display:none}}@media(max-width:360px){.process-grid{grid-template-columns:1fr}.header-button{max-width:130px}.photo-placeholder{padding:20px 8px}h1{font-size:45px}}

/* Completed THS identity: retained editorial layout, cards and page rhythm. */
:root{--navy:#0F2747;--deep:#081A2F;--blue:#0F2747;--gold:#C8A24D;--warm-gold:#E0BE6A;--ink:#1F2933;--muted:#505C69;--line:#E7E9EC;--paper:#F5F3EE}
html{scroll-padding-top:24px}body{background:#fff}main{min-width:0}h1 em{color:#89681E}h1{font-size:clamp(44px,4.7vw,76px)}p{text-wrap:pretty}header{max-width:1600px;margin:auto;gap:20px}.brand img{width:170px;height:90px;object-fit:contain;padding:4px;flex-shrink:0}nav a{min-height:44px;display:flex;align-items:center}nav{gap:20px}.header-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-color:var(--gold);font-size:14px}.button{min-height:50px;justify-content:center;text-align:center;font-size:16px;border-bottom:3px solid var(--gold)}.button:hover{background:var(--deep);border-color:var(--warm-gold)}.text-link{min-height:44px;display:inline-flex;align-items:center;font-size:16px}a:hover{text-decoration:underline;text-underline-offset:4px}.hero{max-width:1600px;margin:auto}.hero .intro{max-width:490px}.hero-note{border-color:var(--gold)}.eyebrow>span{background:var(--gold)}.ribbon{background:var(--deep)}.section{padding-left:max(5%,calc((100% - 1400px)/2));padding-right:max(5%,calc((100% - 1400px)/2))}.section-heading p{max-width:480px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));border:0;gap:20px}.service-grid article{border:1px solid var(--line)!important;background:#fff;padding:28px;display:flex;flex-direction:column}.service-grid article:first-child{background:var(--paper);border-top:3px solid var(--gold)!important}.service-grid article:nth-child(4),.service-grid article:nth-child(5){background:#fafafa}.service-grid p{min-height:0}.service-grid ul{margin-top:auto;font-size:16px;line-height:1.7}.service-grid li:before{display:none}.service-top{margin-bottom:26px;color:#89681E}.service-top span:last-child{font-size:14px}.service-grid .text-link{align-self:flex-start}.detail-strip{font-size:16px}.compact-work{padding-top:44px;padding-bottom:44px}.compact-work p{max-width:680px}.compact-work h2{font-size:32px}.about{align-items:start;gap:6%}.about p{max-width:650px}.story-lead{font-size:21px;color:var(--navy)!important}.founders article{padding:26px 0;border-top:2px solid var(--gold)}.founders article:first-child{padding-top:0;border-top:0}.founders .eyebrow{margin-bottom:12px}.founders h3{font-size:29px}.reviews{background:var(--deep)}.reviews .review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reviews .review-grid p{color:#DDE3EB}.reviews .review-grid article{border-color:#ffffff35}.reviews .review-grid h3{color:var(--warm-gold);font-size:22px}.process-grid article{border-top-color:var(--gold)}.process-grid article>span{color:#89681E}.area{background:var(--navy)}.area h2{font-size:clamp(36px,4.5vw,65px)}.area p{color:#e4e9f0!important}.city-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 30px;max-width:1000px;margin:34px 0}.city-list li{border-left:2px solid var(--gold);padding-left:14px}.area-bottom{border-color:#ffffff45}.faq{max-width:1400px}details{padding:0}summary{margin:0;padding:21px 20px 21px 30px;list-style-position:inside;min-height:60px;line-height:1.5}details[open] summary{color:var(--navy);background:var(--paper)}details p{padding:0 26px;margin:18px 0 24px;max-width:880px}details a{text-decoration:underline}.contact{align-items:start}.contact dd{overflow-wrap:anywhere}.contact dd a{display:inline-block;padding:6px 0;text-decoration:underline}.contact-actions{display:flex;flex-direction:column;gap:12px}.contact-option{display:flex;align-items:center;border:1px solid var(--line);padding:14px 18px;min-height:52px;font-weight:600;overflow-wrap:anywhere}.contact-option:hover{border-color:var(--gold)}.contact .field-note{font-size:14px}.contact .form-card{border-top:3px solid var(--gold)}.emergency{display:grid;grid-template-columns:.85fr 1.15fr;gap:7%;border-top:1px solid var(--line)}.emergency p{max-width:740px}.emergency .eyebrow{color:#89681E}footer{background:var(--deep);align-items:start;display:grid;grid-template-columns:1.5fr 1fr 1fr;font-size:14px;padding-top:40px;padding-bottom:40px}footer>div{max-width:none}footer p{margin:0 0 14px}footer a{letter-spacing:0;display:inline-block;min-height:44px;line-height:1.7;padding:8px 0;overflow-wrap:anywhere}footer p a{font-weight:500}.detail-content{max-width:1400px;margin:auto}.detail-content .faq-list{max-width:1050px}.service-hero{border-bottom:1px solid var(--line)}.service-hero .intro{max-width:800px}.service-hero .service-note{margin-top:28px}.policy-section{max-width:850px;padding:20px 0;border-bottom:1px solid var(--line)}.policy-section h3{font-size:22px}.skip-link{z-index:20}.hero-copy,.founders,.form-card,.service-grid article,.process-grid article,footer>div{min-width:0}a:focus-visible,summary:focus-visible{outline:3px solid #89681E;outline-offset:4px}
@media(min-width:1600px){body{max-width:none}.hero-copy{padding-left:8%}}
@media(max-width:1100px){header{justify-content:space-between}header nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-note{display:block}.hero-note>span{max-width:none;display:block;margin-bottom:8px}.hero-copy{padding:42px 8%}.hero h1{font-size:clamp(42px,5.4vw,62px)}.reviews .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact{grid-template-columns:1fr 1fr;gap:30px}}
@media(max-width:760px){header{padding:10px 5%;gap:8px 16px}.brand img{width:145px;height:80px}.header-button{max-width:180px;padding:10px;font-size:14px}header nav{flex-wrap:wrap;gap:0 12px;padding-top:4px;font-size:14px}header nav a{min-height:44px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6%}.hero h1{font-size:clamp(42px,9vw,60px)}.hero .intro{max-width:620px}.hero-image{min-height:360px}.hero-note{display:flex;gap:20px}.hero-note>span{font-size:12px}.hero-actions{gap:12px 20px}.image-label{left:18px;right:18px;bottom:18px;padding:12px}.image-label span:first-child{max-width:none}.image-label span:last-child{display:none}.section{padding:48px 6%}.section-heading{display:block}.section-heading>p{max-width:none}.about,.contact,.emergency{grid-template-columns:1fr;gap:30px}.service-grid{gap:16px}.service-grid article{padding:22px}.service-grid h3{font-size:22px}.service-grid p,.service-grid ul{font-size:16px}.reviews .review-grid{gap:16px}.review-grid article{padding:24px}.city-list{grid-template-columns:1fr 1fr;gap:16px}.process-grid{grid-template-columns:1fr 1fr}.process-grid h3{font-size:22px}.detail-strip{grid-template-columns:1fr;gap:20px}.form-card{padding:24px}.area-bottom{font-size:14px}.ribbon{font-size:12px;letter-spacing:.08em;gap:8px}.compact-work{padding-top:36px;padding-bottom:36px}.mobile-contact{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,1fr) minmax(0,1fr);position:fixed;bottom:0;left:0;right:0;z-index:10;background:var(--navy);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #ffffff40}.mobile-contact a{display:flex;align-items:center;justify-content:center;min-height:64px;padding:12px 8px;text-align:center;font-size:14px;line-height:1.35}.mobile-contact a:first-child{background:var(--gold);color:var(--deep);font-weight:700}.mobile-contact a+a{background:var(--navy);color:white;border-left:1px solid #ffffff40}body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}footer{grid-template-columns:1fr;gap:14px;padding:36px 6%}footer a{font-size:14px}footer span{font-size:14px}.service-hero h1{font-size:clamp(38px,8.5vw,58px)}summary{font-size:17px;padding:20px 12px}details p{padding:0 12px}.section-note{font-size:15px}}
@media(max-width:480px){.service-grid,.reviews .review-grid,.process-grid{grid-template-columns:1fr}.brand img{width:135px;height:76px}.header-button{max-width:145px}.hero-copy{padding-top:30px}.hero-image{min-height:310px}.hero-actions .button{width:100%}.hero-note{display:block}.city-list{grid-template-columns:1fr 1fr;font-size:15px}.city-list li{padding-left:10px}.ribbon{font-size:11px;gap:6px;letter-spacing:.04em}.ribbon i{font-size:12px}.service-grid article{padding:26px}.form-card{padding:22px}.mobile-contact a{font-size:14px}.contact-option{padding:14px 12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Final responsive refinements from rendered QA. */
.brand img{width:125px;height:105px;padding:4px}header nav{gap:18px}
@media(min-width:1101px){.service-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.service-grid article{grid-column:span 2}.service-grid article:nth-child(n+4){grid-column:span 3}.reviews .review-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.reviews .review-grid article{grid-column:span 2}.reviews .review-grid article:nth-child(n+4){grid-column:span 3}}
@media(max-width:760px){.brand img{width:108px;height:100px}header nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 8px;width:100%;padding-top:4px}header nav a{justify-content:center;text-align:center}.header-button{text-align:center;max-width:160px}.hero-note{margin-top:26px}.hero-copy{padding-top:30px}}
@media(max-width:360px){.header-button{max-width:145px;font-size:14px}.brand img{width:100px;height:96px}}
/* Restored estimate form: existing card, grid and mobile styling. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.optional{font-weight:400;color:var(--muted)}.required{color:var(--navy)}#estimate-form input,#estimate-form select,#estimate-form textarea{background:#fff;color:var(--ink);min-height:48px}#estimate-form input[type=file]{white-space:normal;overflow-wrap:anywhere}#estimate-form input::file-selector-button{padding:10px 12px;margin:0 10px 6px 0;border:1px solid var(--line);background:var(--paper);color:var(--navy);font:inherit}#estimate-form textarea{resize:vertical}#estimate-form button{width:100%;opacity:.65}#estimate-form .text-link{font-size:14px}.form-notice{background:var(--paper);border-left-color:var(--gold);font-size:15px}.form-notice strong{display:block;margin-bottom:6px}#estimate-form input[type=datetime-local]{max-width:100%;appearance:none;-webkit-appearance:none}#estimate-form .field-note{font-size:14px}
/* Live Tally form retains the THS estimate card and page scrolling. */
.tally-card{min-width:0}.tally-card iframe{display:block;width:100%;max-width:100%;border:0;background:transparent}.tally-card .field-note{overflow-wrap:anywhere}#contact-options{scroll-margin-bottom:100px}@media(max-width:480px){.tally-card{padding:22px 14px}.tally-card iframe{min-width:0}}
