@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{--ink:#20231f;--paper:#fff;--soft:#f4f4ef;--muted:#666961;--line:#dddfd7;--accent:#FFB200;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--ink);outline-offset:5px}::selection{background:var(--accent)}.skip{position:fixed;left:20px;top:-100px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}.wrap{max-width:1360px;margin:auto;padding-inline:64px}.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:absolute;top:0;left:0;right:0;z-index:20;padding:0 48px;color:white}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand img{width:124px;height:auto;filter:brightness(0) invert(1)}.desktop-nav{display:flex;align-items:center;gap:27px}.desktop-nav>a,.nav-services>summary{font-size:14px;font-weight:500;white-space:nowrap}.desktop-nav>a:hover{opacity:.7}.nav-services{position:relative}.nav-services summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px}.nav-services summary::-webkit-details-marker{display:none}.chevron{width:16px;height:16px;transition:transform .2s}.nav-services[open] .chevron{transform:rotate(180deg)}.service-menu{position:absolute;top:36px;left:-24px;background:white;color:var(--ink);padding:12px;border-radius:12px;box-shadow:0 8px 40px #0002;width:275px;display:grid;gap:2px}.service-menu a{padding:12px;border-radius:6px;font-size:14px}.service-menu a:hover{background:var(--soft)}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:13px 23px;border-radius:100px;background:var(--ink);color:white;font-size:14px;font-weight:550;border:1px solid transparent;cursor:pointer;transition:background .2s,transform .2s;line-height:1.3;text-align:center}.button:hover{background:#40463b;transform:translateY(-2px)}.button.light{background:white;color:var(--ink)}.button.light:hover{background:var(--accent)}.button.accent{background:var(--accent);color:var(--ink)}.button.outline{background:transparent;border-color:#d1d5c9;color:var(--ink)}.arrow{font-size:20px;line-height:1;font-weight:400}.menu-toggle{display:none;background:none;border:0;color:inherit;min-height:44px;min-width:44px;padding:10px;cursor:pointer}.menu-toggle span{display:block;width:23px;height:1px;background:currentColor;margin:6px 0}.mobile-nav{display:none}.hero{position:relative;min-height:730px;height:min(850px,92svh);color:#fff;isolation:isolate;margin:16px;border-radius:var(--radius);overflow:hidden;background:#444d3e}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#11190ed9 0%,#11190e73 16%,transparent 38%,#151d1473 68%,#11190ef2 100%)}.hero-content{position:absolute;left:48px;right:48px;bottom:48px;display:grid;grid-template-columns:1.8fr 1fr;align-items:end;gap:44px}.eyebrow{font-size:13px;letter-spacing:.04em;display:flex;align-items:center;gap:10px;font-weight:500;margin:0 0 28px}.eyebrow:before{content:'';width:14px;height:2px;background:var(--accent);flex-shrink:0}.hero .eyebrow{font-size:13px;border:1px solid #ffffff65;width:fit-content;padding:6px 12px;border-radius:30px;margin-bottom:22px;backdrop-filter:blur(8px)}.hero .eyebrow:before{font-size:14px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:450;letter-spacing:-.055em;line-height:1.06}h1{font-size:clamp(54px,5.8vw,88px);margin-bottom:0}h2{font-size:clamp(38px,4.1vw,60px);margin-bottom:24px}h3{font-size:28px}.hero-aside{max-width:300px;justify-self:end;padding-bottom:8px}.hero-aside p{font-size:16px;line-height:1.65;margin-bottom:24px;color:#fffffff0}.section{padding-block:100px}.people{display:grid;grid-template-columns:.85fr 1.5fr;gap:90px}.people-left{display:flex;flex-direction:column;align-items:start}.people-left .eyebrow{margin-bottom:54px}.avatars{display:flex;padding-left:0;margin-bottom:24px}.avatars img{width:43px;height:43px;border-radius:50%;border:3px solid white;object-fit:cover;margin-left:-8px}.avatars img:first-child{margin-left:0}.quote-mark{font-size:48px;line-height:1;margin-bottom:0;color:var(--accent)}blockquote{margin:0 0 23px;font-size:20px;line-height:1.5;letter-spacing:-.025em}.reviewer{display:flex;align-items:center;gap:12px;font-size:14px}.reviewer img{height:40px;width:40px;border-radius:50%;object-fit:cover}.reviewer strong{display:block;font-weight:550}.reviewer span{font-size:12px;color:var(--muted)}.people-right h2{font-size:clamp(36px,3.5vw,51px);max-width:640px;margin-bottom:32px}.people-strip{display:grid;grid-template-columns:1fr 1.25fr;gap:16px;height:185px}.people-strip>img{width:100%;height:100%;object-fit:cover;object-position:center 42%;border-radius:8px}.care-note{background:var(--soft);border-radius:8px;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.care-note .tiny{font-size:13px;color:var(--muted)}.care-note strong{font-size:27px;font-weight:450;letter-spacing:-.04em;line-height:1.12}.care-note a{font-size:13px;display:flex;justify-content:space-between;align-items:center}.clients{padding-bottom:70px}.clients-inner{border-top:1px solid var(--line);padding-top:35px}.clients-label{text-align:center;color:var(--muted);font-size:13px;margin-bottom:36px}.logos{display:flex;align-items:center;justify-content:space-around;gap:40px}.logos img{width:145px;max-height:65px;object-fit:contain;filter:grayscale(1);opacity:.72}.logos img:nth-child(2){width:95px}.service-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}.service-heading h2{margin-bottom:0}.service-heading>p{max-width:330px;color:var(--muted);margin-bottom:4px}.service-heading .eyebrow{margin-bottom:18px}.rug{padding-top:45px}.rug-panel{display:grid;grid-template-columns:1.7fr 1fr;min-height:540px;border-radius:10px;overflow:hidden}.rug-image{position:relative;min-height:430px}.rug-image>img{width:100%;height:100%;position:absolute;object-fit:cover}.image-tag{position:absolute;left:24px;bottom:24px;background:#fffef6ed;color:var(--ink);padding:8px 15px;border-radius:40px;font-size:13px;backdrop-filter:blur(8px)}.rug-content{background:var(--soft);padding:46px 38px;display:flex;flex-direction:column;justify-content:space-between}.rug-content h3{font-size:38px;margin-bottom:20px}.rug-content p{color:var(--muted);font-size:15px}.pill-list{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 36px}.pill-list span{border:1px solid #d7dace;border-radius:40px;padding:6px 12px;font-size:12px}.text-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:22px;font-size:14px}.text-link:hover{color:var(--ink)}.wall{background:#f1f3ed;padding:80px 0}.wall-layout{display:grid;grid-template-columns:.95fr 1.35fr;gap:76px;align-items:center}.wall-copy{padding-block:18px}.wall-copy p{color:var(--muted);max-width:360px;margin-bottom:32px}.wall-visual{position:relative;height:540px;border-radius:10px;overflow:hidden}.wall-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.detail-list{padding:0;list-style:none;margin:30px 0}.detail-list li{border-top:1px solid #d9ddd2;padding:15px 0;display:flex;align-items:center;gap:14px;font-size:14px}.upholstery{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}.upholstery-image{position:relative;min-height:560px;border-radius:10px;overflow:hidden}.upholstery-image img{height:100%;width:100%;object-fit:cover;position:absolute}.upholstery-copy{background:var(--soft);border-radius:10px;padding:48px;display:flex;flex-direction:column;justify-content:space-between}.upholstery-copy h2{font-size:clamp(38px,3.5vw,52px)}.upholstery-copy p{color:var(--muted);max-width:330px;margin-bottom:30px}.upholstery-copy .button{width:100%}.standards{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.25fr;gap:100px;padding-block:80px 100px}.standards h2{font-size:48px}.standards-copy>p{color:var(--muted);max-width:340px}.standard{display:grid;grid-template-columns:36px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.standard:first-child{padding-top:0}.standard>span{font-size:14px;color:#747d64;padding-top:5px}.standard h3{font-size:22px;letter-spacing:-.03em;margin-bottom:9px}.standard p{font-size:14px;color:var(--muted);margin:0}.cta{margin:0 16px 16px;padding:72px 48px;min-height:300px;background:#f7f6ef;border-radius:10px;display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:end}.cta h2{font-size:clamp(43px,5vw,70px);margin:0}.cta .eyebrow{margin-bottom:23px}.cta-side{max-width:350px;justify-self:end}.cta-side p{color:#4d5540;margin-bottom:26px}.footer{padding-block:70px 24px}.footer-main{display:grid;grid-template-columns:1.3fr 1fr .7fr 1.2fr;gap:50px;padding-bottom:60px}.footer-logo{width:135px;margin-bottom:22px}.footer-brand p{font-size:14px;color:var(--muted);max-width:230px}.footer-heading{font-size:13px;font-weight:500;margin-bottom:22px}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:14px;color:var(--muted)}.footer-links a:hover{color:var(--ink);text-decoration:underline}.footer-address{font-size:14px;color:var(--muted);font-style:normal}.footer-address a{display:block;margin-bottom:14px;color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted)}.placeholder-header{position:relative;color:var(--ink);border-bottom:1px solid var(--line)}.placeholder-header .brand img{filter:none}.placeholder-header .button.light{background:var(--ink);color:white}.placeholder{min-height:65svh;padding-block:100px;display:flex;flex-direction:column;align-items:start;justify-content:center}.placeholder h1{font-size:clamp(44px,6vw,80px);max-width:900px;margin-bottom:28px}.placeholder p{color:var(--muted);max-width:480px}.placeholder .button{margin-top:20px}.placeholder-links{display:flex;gap:12px;flex-wrap:wrap}.placeholder .eyebrow{color:#717964}.hidden{display:none!important}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.footer-logo{height:auto}

/* Restrained yellow accents and consistent, lightweight line icons. */
.icon{display:inline-block;flex-shrink:0;vertical-align:middle}
.hero .eyebrow:before{background:var(--accent)}
.hero-aside .button.light,.cta-side .button{background:var(--accent);color:var(--ink)}
.hero-aside .button.light:hover,.cta-side .button:hover{background:var(--accent)}
.header-book .button:hover{background:var(--accent);color:var(--ink)}
.detail-list .icon{width:18px;height:18px;color:var(--ink)}
.standard>span{display:grid;place-items:center;background:var(--accent);color:var(--ink);width:32px;height:32px;border-radius:50%;padding:0;font-size:12px}
.care-note{border-top:2px solid var(--accent)}
.footer-address a{display:flex;align-items:center;gap:9px}
.footer-address .icon{width:15px;height:15px;color:var(--muted)}
.button .arrow,.text-link .arrow,.care-note a .arrow{width:19px;height:19px;transition:transform .25s ease}
.button:hover .arrow,.text-link:hover .arrow,.care-note a:hover .arrow{transform:translateX(3px)}
.menu-toggle span{transition:transform .2s ease}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
/* Progressive enhancement: content stays visible without JavaScript. */
@media(prefers-reduced-motion:no-preference){
 .reveal-pending{opacity:0;transform:translateY(22px)}
 .reveal-ready{transition:opacity .65s ease,transform .8s cubic-bezier(.2,.65,.3,1);transition-delay:var(--reveal-delay,0ms)}
 .reveal-ready.reveal-visible{opacity:1;transform:none}
 .reveal-pending:focus-within{opacity:1;transform:none;transition:none}
}
@media(max-width:600px){.standard>span{width:27px;height:27px;font-size:11px}.reveal-ready{--reveal-delay:0ms!important}}
@media(prefers-reduced-motion:reduce){.reveal-pending,.reveal-ready{opacity:1;transform:none;transition:none!important}}
@media print{.reveal-pending,.reveal-ready{opacity:1;transform:none}}

/* Shared spacing keeps page edges and component interiors aligned. */
:root{
 --page-gutter:clamp(24px,4.7vw,64px);
 --content-edge:max(var(--page-gutter),calc((100vw - 1232px)/2));
 --frame:16px;
 --section-space:96px;
 --column-gap:clamp(32px,5vw,72px);
 --card-padding:clamp(28px,3.4vw,48px);
}
.wrap{width:100%;max-width:1360px;padding-inline:var(--page-gutter)}
.site-header{top:var(--frame);left:0;right:0;height:88px;padding-inline:var(--content-edge);gap:24px}
.desktop-nav{gap:clamp(20px,2.1vw,28px)}
.desktop-nav>a,.nav-services>summary{min-height:44px;display:flex;align-items:center}
.service-menu{top:48px}
.placeholder-header{top:0}
.hero{margin:var(--frame);height:auto;min-height:clamp(640px,92svh,850px);display:flex;flex-direction:column;justify-content:flex-end;padding-top:280px}
.hero-content{position:relative;left:auto;right:auto;bottom:auto;padding:48px calc(var(--content-edge) - var(--frame));gap:var(--column-gap);grid-template-columns:minmax(0,1.8fr) minmax(0,1fr)}
.hero-aside{padding-bottom:0}
.hero h1{font-size:clamp(54px,5.8vw,84px);line-height:1.06}
.hero .eyebrow{max-width:100%;font-size:13px;white-space:normal;line-height:1.35}
.section{padding-block:var(--section-space)}
.people,.wall-layout,.standards{gap:var(--column-gap)}
.people{grid-template-columns:minmax(0,.85fr) minmax(0,1.5fr)}
.people-left .eyebrow{margin-bottom:32px}
.people-right h2{margin-bottom:32px}
.people-strip{height:auto;min-height:200px;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);align-items:stretch}
.people-strip>img{height:100%;min-height:200px;min-width:0}
.care-note{padding:24px;gap:16px}
.care-note a{gap:12px;min-height:32px;line-height:1.45}
.clients{padding-bottom:0}
.clients-inner{padding-top:32px}
.clients-label{margin-bottom:32px}
.logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:32px;align-items:center;justify-items:center}
.logos img,.logos img:nth-child(2){width:100%;max-width:145px;height:60px;max-height:60px}
.logos img:nth-child(2){max-width:95px}
.service-heading{gap:var(--column-gap);margin-bottom:40px}
.service-heading>div{min-width:0}
.service-heading>p{flex:0 1 330px}
.rug{padding-top:var(--section-space)}
.rug-panel{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)}
.rug-content,.upholstery-copy{padding:var(--card-padding);gap:32px}
.rug-content p,.upholstery-copy p{font-size:16px}
.pill-list{gap:8px;margin:24px 0 0}
.pill-list span{padding:6px 12px;line-height:1.5}
.text-link{min-height:52px;gap:16px;line-height:1.45}
.wall{padding-block:var(--section-space)}
.wall-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr)}
.wall-copy{padding:0}
.wall-copy .eyebrow{margin-bottom:24px}
.wall-copy>p:not(.eyebrow){margin-bottom:24px}
.detail-list{margin:24px 0 32px}
.detail-list li{padding-block:16px;gap:12px}
.wall-visual{height:auto;min-height:500px;align-self:stretch}
.wall-visual img{position:absolute;inset:0}
.upholstery{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px}
.upholstery-copy p{margin-bottom:0}
.image-tag{max-width:calc(100% - 48px);line-height:1.45}
.standards{padding-block:var(--section-space);grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}
.standards-copy>p:last-child{margin-bottom:0}
.standard{gap:16px;padding-block:24px}
.standard>span{margin-top:2px}
.cta{margin:0 var(--frame) var(--frame);padding:64px calc(var(--content-edge) - var(--frame));gap:var(--column-gap);grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}
.cta-side p{margin-bottom:24px}
.footer{padding-block:64px 24px}
.footer-main{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.65fr) minmax(0,1.2fr);gap:32px;padding-bottom:48px}
.footer-heading{margin-bottom:20px}
.footer-links{gap:8px}
.footer-links a{min-height:32px;display:flex;align-items:center;line-height:1.45}
.footer-address a{min-height:32px;overflow-wrap:anywhere}
.footer-bottom{align-items:baseline;flex-wrap:wrap}
.button{max-width:100%;min-height:52px;gap:18px;line-height:1.4}
.placeholder{padding-block:80px}
.placeholder-links{gap:16px;margin-top:16px}
.placeholder-links .button{margin-top:0}
.people>*,.people-strip>*,.team-feature,.team-grid>*,.wall-layout>*,.rug-panel>*,.upholstery>*,.standards>*,.cta>*,.footer-main>*{min-width:0}
@media(max-width:1000px){
 :root{--section-space:72px;--column-gap:32px;--card-padding:28px}
 .desktop-nav{display:none}
 .menu-toggle{display:block}
 .header-book{display:flex;flex-shrink:0;margin-left:auto}
 .header-book .button{min-height:44px;padding:10px 16px;gap:10px;font-size:13px}
 .header-book .button .arrow{display:none}
 .brand img{width:112px}
 .mobile-nav.open{display:flex;position:fixed;top:96px;left:var(--page-gutter);right:var(--page-gutter);padding:16px;background:white;color:var(--ink);border-radius:12px;box-shadow:0 15px 60px #0004;flex-direction:column;max-height:calc(100svh - 112px);overflow:auto;overscroll-behavior:contain}
 .mobile-nav>a{font-size:16px;padding:12px;min-height:48px;border-bottom:1px solid var(--line)}
 .mobile-nav .button{margin-top:16px;border:0;padding:16px}
 .hero-content{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:32px}
 .hero h1{font-size:clamp(48px,6.4vw,64px)}
 .people{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
 .people-right h2{font-size:38px}
 .people-strip{grid-template-columns:1fr}
 .people-strip>img{height:200px;max-height:200px}
 .care-note strong br{display:none}
 .care-note strong{font-size:26px}
 .logos{gap:24px}
 .logos img,.logos img:nth-child(2){height:52px}
 .rug-content h3{font-size:34px}
 .upholstery-copy h2{font-size:40px}
 .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 48px}
 .footer-brand{grid-column:1;grid-row:1}
 .footer-main>div:nth-child(2){grid-column:2;grid-row:1}
 .footer-main>div:nth-child(3){grid-column:2;grid-row:2}
 .footer-address{grid-column:1;grid-row:2}
}
@media(max-width:760px){
 .hero-content{grid-template-columns:1fr;gap:24px}
 .hero-aside{justify-self:start;max-width:360px}
 .hero-photo{object-position:center 36%}
 .hero-aside p{margin-bottom:24px}
 .people{display:flex;flex-direction:column-reverse;gap:32px}
 .people-left{padding-top:32px;border-top:1px solid var(--line)}
 .people-left .eyebrow{margin-bottom:24px}
 .avatars,.quote-mark{display:none}
 .people-strip{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}
 .people-strip>img{height:100%;max-height:none}
 .care-note strong br{display:initial}
 .service-heading{display:block;margin-bottom:32px}
 .service-heading h2{margin-bottom:24px}
 .service-heading>p{max-width:480px;margin-bottom:0}
 .rug-panel{display:flex;flex-direction:column;min-height:0}
 .rug-image{min-height:0;aspect-ratio:4/3}
 .rug-content h3 br{display:none}
 .wall-layout{display:flex;flex-direction:column;gap:32px;align-items:stretch}
 .wall-copy p{max-width:480px}
 .wall-visual{min-height:0;aspect-ratio:4/3}
 .upholstery{display:flex;flex-direction:column;gap:16px}
 .upholstery-image{min-height:0;aspect-ratio:4/3}
 .upholstery-copy p{max-width:480px}
 .standards{display:block}
 .standards-copy{margin-bottom:32px}
 .standards-copy>p{max-width:480px}
 .standard:first-child{padding-top:0}
 .cta{grid-template-columns:1fr;gap:32px}
 .cta-side{justify-self:start;max-width:440px}
}
@media(max-width:600px){
 :root{--page-gutter:20px;--frame:8px;--section-space:64px;--card-padding:24px}
 .site-header{height:72px;gap:12px}
 .brand img{width:96px}
 .header-book .button{padding:10px 14px;font-size:13px}
 .mobile-nav.open{top:80px;left:12px;right:12px;max-height:calc(100svh - 96px)}
 .hero{min-height:clamp(560px,calc(100svh - 16px),760px);max-height:none;padding-top:200px}
 .hero-content{padding:28px calc(var(--content-edge) - var(--frame));gap:20px}
 .hero h1{font-size:clamp(34px,9.6vw,52px);line-height:1.08;letter-spacing:-.04em}
 .hero .eyebrow{font-size:12px;margin-bottom:16px;max-width:100%;white-space:normal;line-height:1.35}
 .hero-photo{object-position:center 32%}
 .hero:after{background:linear-gradient(180deg,#11190ef0 0%,#11190e99 16%,transparent 34%,#15200d66 50%,#14210de6 72%,#11190ef8 100%)}
 .hero-aside{max-width:100%}
 .hero-aside p{font-size:16px;max-width:none;line-height:1.6}
 .hero-aside .button{width:100%;justify-content:space-between}
 h2,.service-heading h2,.wall-copy h2,.standards h2,.upholstery-copy h2{font-size:clamp(34px,9.5vw,44px);line-height:1.1;margin-bottom:24px}
 .people-right h2{font-size:clamp(32px,8.6vw,38px);line-height:1.12;margin-bottom:24px}
 .eyebrow{font-size:12px;margin-bottom:24px}
 .people-strip{gap:12px;min-height:220px}
 .people-strip>img{min-height:220px}
 .care-note{padding:20px 16px;gap:16px}
 .care-note strong{font-size:24px;line-height:1.15}
 .care-note .tiny{font-size:12px}
 .care-note a{font-size:13px}
 blockquote{font-size:21px;margin-bottom:24px}
 .clients-inner{padding-top:24px}
 .clients-label{font-size:13px;margin-bottom:28px}
 .logos{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px 16px}
 .logos img{grid-column:span 2;width:100%;max-width:110px;height:48px}
 .logos img:nth-child(2){max-width:80px;height:48px}
 .logos img:nth-child(4){grid-column:2/span 2}
 .logos img:nth-child(5){grid-column:4/span 2}
 .rug-content h3{font-size:32px;line-height:1.1;margin-bottom:20px}
 .rug-content p{margin-bottom:0}
 .image-tag{left:16px;bottom:16px;max-width:calc(100% - 32px);font-size:12px;padding:8px 12px}
 .rug-content,.upholstery-copy{gap:28px}
 .detail-list{margin:24px 0 28px}
 .wall-copy .button,.upholstery-copy .button{width:100%;justify-content:space-between}
 .standard{grid-template-columns:28px minmax(0,1fr);gap:12px}
 .standard>span{width:28px;height:28px;font-size:12px}
 .standard h3{font-size:22px;line-height:1.2}
 .standard p{font-size:15px}
 .cta{padding:40px calc(var(--content-edge) - var(--frame));gap:28px}
 .cta h2{font-size:clamp(38px,10.5vw,48px);line-height:1.08;margin-bottom:0}
 .cta-side{max-width:none;width:100%}
 .cta-side p{font-size:16px;margin-bottom:24px;max-width:330px}
 .cta-side .button{width:100%;justify-content:space-between}
 .footer{padding-block:48px 24px}
 .footer-main{gap:32px 24px;padding-bottom:32px}
 .footer-brand{grid-column:1/-1;grid-row:1}
 .footer-brand p{margin-bottom:0;max-width:270px}
 .footer-logo{width:120px;margin-bottom:20px}
 .footer-main>div:nth-child(2){grid-column:1;grid-row:2}
 .footer-main>div:nth-child(3){grid-column:2;grid-row:2}
 .footer-address{grid-column:1/-1;grid-row:3;font-size:14px}
 .footer-heading{margin-bottom:16px}
 .footer-links{gap:8px;font-size:14px}
 .footer-links a{min-height:36px}
 .footer-address a{min-height:36px;margin-bottom:8px}
 .footer-bottom{gap:8px;line-height:1.65;font-size:12px}
 .footer-bottom span{display:block;width:100%}
 .placeholder{padding-block:64px;min-height:62svh}
 .placeholder h1{font-size:clamp(38px,10.5vw,52px);line-height:1.12;margin-bottom:24px}
 .placeholder-links{width:100%;flex-direction:column;gap:12px}
 .placeholder-links .button{width:100%}
}
@media(max-width:480px){
 .team-grid{grid-template-columns:1fr}
 .team-grid img{height:220px}
 .inner-hero{padding:108px calc(var(--content-edge) - var(--frame)) 28px}
 .inner-hero h1{font-size:clamp(30px,9vw,40px)}
}
@media(max-width:380px){
 .people-strip{grid-template-columns:1fr}
 .people-strip>img{height:auto;min-height:0;aspect-ratio:4/3}
 .care-note{padding:24px}
 .care-note strong br{display:none}
 .hero{padding-top:180px}
 .brand img{width:88px}
 .header-book .button{padding:10px 12px}
}
@media(max-height:520px) and (min-width:601px){
 .hero{min-height:600px}
}

.inner-hero{position:relative;isolation:isolate;color:#fff;margin:var(--frame);border-radius:var(--radius);overflow:hidden;background:#444d3e;min-height:clamp(460px,70svh,620px);display:flex;flex-direction:column;justify-content:flex-end;padding:160px calc(var(--content-edge) - var(--frame)) 48px}
.inner-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;z-index:-2}
.inner-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#11190ed9 0%,#11190e73 16%,transparent 38%,#151d1473 68%,#11190ef2 100%)}
.inner-hero-content{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:var(--column-gap);align-items:end}
.inner-hero h1{font-size:clamp(40px,5vw,68px);max-width:14ch;margin:0;color:#fff}
.inner-hero .eyebrow{font-size:13px;border:1px solid #ffffff65;width:fit-content;padding:6px 12px;border-radius:30px;margin-bottom:22px;backdrop-filter:blur(8px);color:#fff}
.inner-hero-aside{max-width:340px;justify-self:end}
.inner-hero-aside p{color:#fffffff0;margin-bottom:24px;font-size:16px;line-height:1.65}
.inner-hero .placeholder-links{margin-top:0}
.inner-hero .button:not(.outline){background:var(--accent);color:var(--ink)}
.inner-hero .button.outline{border-color:#ffffff80;color:#fff;background:transparent}
.inner-hero .button.outline:hover{background:#fff;color:var(--ink)}
.inner-hero.photo-family .inner-hero-photo{object-position:center 36%}
.inner-hero.photo-team .inner-hero-photo{object-position:center 28%}
.inner-hero.photo-work .inner-hero-photo{object-position:center 50%}
@media(max-width:760px){
 .inner-hero{min-height:0;padding:120px calc(var(--content-edge) - var(--frame)) 32px}
 .inner-hero-content{grid-template-columns:1fr;gap:20px}
 .inner-hero h1{font-size:clamp(32px,8.6vw,44px);max-width:none;line-height:1.12}
 .inner-hero .eyebrow{max-width:100%;font-size:12px;line-height:1.35;white-space:normal}
 .inner-hero-aside{justify-self:start;max-width:none}
 .inner-hero-aside p{font-size:16px;margin-bottom:20px}
 .inner-hero .placeholder-links{flex-direction:column;width:100%}
 .inner-hero .placeholder-links .button{width:100%;justify-content:space-between}
 .inner-hero:after{background:linear-gradient(180deg,#11190ef2 0%,#11190e99 18%,transparent 40%,#11190e80 62%,#11190ef8 100%)}
}
.page-hero{padding-block:96px 24px}
.page-hero h1{max-width:14ch;margin-bottom:24px}
.lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:540px;margin-bottom:0}
.page-hero .placeholder-links{margin-top:32px}
.page-figure{margin:8px auto 0;padding-inline:var(--page-gutter)}
.page-figure img{width:100%;height:auto;border-radius:10px;object-fit:cover;max-height:560px}
.page-copy{padding-top:48px}
.page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.page-card{background:var(--soft);border-radius:10px;padding:var(--card-padding)}
.page-card h2{font-size:26px;margin-bottom:12px}
.page-card p{color:var(--muted);margin:0}
.page-pills{margin-top:28px}
.page-quote{margin:48px 0 12px;font-size:28px;letter-spacing:-.04em;line-height:1.25;max-width:20em}
.page-quote-by{color:var(--muted);font-size:14px;margin:0}
.faq{padding-block:24px 80px}
.faq h2{margin-bottom:12px}
.faq details{border-top:1px solid var(--line);padding:20px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;font-size:18px;font-weight:500;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:'+';color:var(--muted);font-weight:400}
.faq details[open] summary:after{content:'–'}
.faq details p{color:var(--muted);max-width:640px;margin:12px 0 8px}
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.contact-card{display:flex;flex-direction:column;gap:8px;min-height:180px;color:inherit}
.contact-card:hover{background:#eceee6}
.contact-card .tiny{color:var(--muted);font-size:13px}
.contact-card strong{font-size:24px;font-weight:450;letter-spacing:-.04em}
.page-figure.flush{padding-inline:0;margin:8px 0 36px}
.team-feature{margin:0 0 16px;border-radius:10px;overflow:hidden}
.team-feature img{width:100%;height:auto;max-height:560px;object-fit:cover;object-position:center 28%}
.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.team-grid figure{margin:0}
.team-grid img{width:100%;height:240px;object-fit:cover;border-radius:10px}
.team-grid figcaption{margin-top:10px;font-size:13px;color:var(--muted)}
@media(max-width:1000px){
 .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .page-grid,.contact-grid{grid-template-columns:1fr}
 .page-hero{padding-block:72px 16px}
 .page-quote{font-size:22px;margin-top:36px}
 .page-quote-by{font-size:14px}
 .team-grid img{height:200px}
 .team-feature img{max-height:420px}
 .contact-card{min-height:0;padding:22px}
 .contact-card strong{font-size:20px;overflow-wrap:anywhere;line-height:1.25}
 .faq summary{font-size:16px}
 .page-heading h2{max-width:none}
}

.page-section .team-grid{margin-top:8px}
.page-section{padding-block:24px var(--section-space)}
.page-intro-block{padding-top:40px}
.page-intro-block p{max-width:640px;color:var(--muted);font-size:17px;line-height:1.65}
.page-heading{margin-bottom:32px}
.page-heading h2{max-width:16ch}
.page-card h3{font-size:24px;margin-bottom:12px}
.page-bullets{margin:18px 0 0;padding:0;list-style:none}
.page-bullets li{border-top:1px solid var(--line);padding:10px 0;font-size:14px;color:var(--muted)}
.page-bullets li:last-child{padding-bottom:0}
.page-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.review-card{background:var(--soft);border-radius:10px;padding:var(--card-padding);display:flex;flex-direction:column;justify-content:space-between;gap:20px}
.review-card blockquote{margin:0;font-size:18px;letter-spacing:-.03em;line-height:1.45}
.review-card strong{display:block;font-weight:550}
.review-card span{font-size:13px;color:var(--muted)}
.ba-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ba-grid figure{margin:0}
.ba-grid img{width:100%;height:280px;object-fit:cover;border-radius:10px}
.ba-grid figcaption{margin-top:10px;font-size:13px;color:var(--muted)}
.page-note{margin-top:16px;font-size:13px;color:var(--muted);max-width:640px}
.page-note a{text-decoration:underline}
.about-logos{justify-items:center}
.standards.page-section{padding-top:24px}
.lead-form{display:grid;gap:24px;max-width:820px}
.lead-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.lead-field{display:grid;gap:8px;font-size:14px;font-weight:500}
.lead-field span{color:var(--ink)}
.lead-field input{width:100%;min-height:52px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:12px 14px;font:inherit}
.lead-field input:focus{outline:3px solid var(--ink);outline-offset:2px}
.lead-field.is-invalid input{border-color:#b42318}
.lead-services{border:0;margin:0;padding:0;display:grid;gap:12px}
.lead-services.is-invalid{color:#b42318}
.lead-services legend{font-size:14px;font-weight:500;margin-bottom:4px;padding:0}
.lead-check{display:flex;align-items:center;gap:10px;min-height:44px;font-size:15px;font-weight:450;cursor:pointer}
.lead-check input{width:18px;height:18px;accent-color:var(--ink)}
.lead-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.lead-status{margin:0;font-size:15px;line-height:1.5}
.lead-status.is-error{color:#b42318}
.lead-status.is-success{color:#2f6b3a}
.lead-form .button{justify-self:start}
.lead-form .button[disabled]{opacity:.7;cursor:wait;transform:none}
@media(max-width:760px){
 .page-grid-2,.outcome-grid,.review-grid,.ba-grid{grid-template-columns:1fr}
 .ba-grid img{height:220px}
 .lead-grid{grid-template-columns:1fr}
 .lead-form .button{width:100%;justify-content:space-between}
}
