.services-page main{font-family:var(--site-font);font-weight:400;background:var(--paper);color:var(--ink)}
.services-intro{padding:clamp(200px,29svh,330px) 3vw 105px}
.services-intro h1{font-size:clamp(64px,6vw,116px);font-weight:100;line-height:1.08;text-transform:uppercase;letter-spacing:-.045em;margin:0 0 50px}
.services-intro>p{max-width:690px;font-size:16px;line-height:1.7;margin:0}
.services-list{padding:75px 3vw 160px}
.services-list>h2,.services-faq>h2{font-size:20px;font-weight:500;text-transform:uppercase;margin:0 0 50px}
.service-row{display:grid;grid-template-columns:1fr .8fr .2fr;gap:32px;min-height:460px;border-top:1px solid #999;padding:40px 0 54px}
.service-row:last-child{border-bottom:1px solid #999}
.service-row>h3{font-size:clamp(26px,2.4vw,46px);font-weight:100;line-height:1.2;text-transform:uppercase;margin:0;max-width:580px}
.service-info{display:flex;flex-direction:column;justify-content:space-between;gap:100px}
.service-info ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:18px}
.service-info li{border:1px solid currentColor;border-radius:40px;padding:10px 19px;text-transform:uppercase;font-size:14px;line-height:1.2}
.service-info p{font-size:16px;line-height:1.65;margin:0}
.service-more{align-self:end;justify-self:end;text-transform:uppercase;font-size:14px;line-height:1.5;text-decoration:underline;text-underline-offset:6px;max-width:140px}
.services-process{--card:clamp(240px,19.5vw,400px);--gap:clamp(120px,12vw,240px);--step:calc(var(--card) + var(--gap));background:#080808;color:#fff;position:relative}
.process-sticky{height:100svh;min-height:620px;position:sticky;top:0;overflow:hidden;display:flex;flex-direction:column;padding:120px 0 45px}
.process-heading{padding:0 3vw;position:relative;z-index:2;pointer-events:none}
.process-heading>p{font-size:16px;text-transform:uppercase;margin:0 0 30px}
.process-heading h2{font-size:clamp(26px,2.4vw,46px);font-weight:100;text-transform:uppercase;line-height:1.2;height:1.2em;overflow:hidden;margin:0}
.process-heading h2>span{display:block;transition:transform .55s cubic-bezier(.22,.61,.36,1);transform:translateY(calc(var(--chapter,0) * -100%))}
.process-window{flex:1;min-height:0;display:flex;align-items:center}
.process-rail{display:flex;align-items:center;width:max-content;will-change:transform}
.process-track{display:flex;align-items:flex-start;flex-shrink:0;width:max-content}
.process-design{padding-left:25vw;padding-right:15vw}
.process-card{position:relative;flex:none;width:var(--step);padding-right:var(--gap)}
.process-card:before{content:'';position:absolute;left:0;right:0;top:110px;height:1px;background:#fff9}
.process-card:last-child{width:var(--card);padding-right:0}
.process-card:last-child:before{display:none}
.process-card-icon{height:70px;position:relative;z-index:1;margin-bottom:80px;opacity:1}
.process-card-icon img{width:auto;height:100%;filter:invert(1);mix-blend-mode:screen}
.process-card-copy{position:relative}
.process-card-copy:before{content:'';position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:0;top:-44px}
.process-card h3{font-size:18px;font-weight:500;text-transform:uppercase;line-height:1.35;margin:0 0 13px}
.process-card p{font-size:16px;line-height:1.65;margin:0}
.process-card-icon,.process-card-copy{transition:opacity .75s,transform .75s cubic-bezier(.22,.61,.36,1)}
.process-animated .process-card:not(.is-visible) .process-card-icon,.process-animated .process-card:not(.is-visible) .process-card-copy{opacity:0;transform:translateX(28px)}
.process-estimate{width:200vw;flex:none;position:relative}
.estimate-hold{width:100vw;display:flex;align-items:center;justify-content:center;will-change:transform}
.estimate-circle{width:min(39vw,45svh,560px);aspect-ratio:1;position:relative;flex:none}
.estimate-circle>svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}
.estimate-circle>svg>circle{fill:none;stroke:#fff;stroke-width:1;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--estimate,0))}
.estimate-copy{position:absolute;inset:16%;display:flex;flex-direction:column;justify-content:center;text-align:center}
.estimate-copy h3{font-size:20px;font-weight:500;text-transform:uppercase;margin:0 0 15px}
.estimate-copy p{font-size:16px;line-height:1.6;margin:0}
.estimate-icon{position:absolute;top:50%;left:50%;width:60px;height:60px;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(-1 * min(19.5vw,22.5svh,280px) - 48px)) rotate(var(--unangle));opacity:1;transition:opacity .4s}
.estimate-icon img{width:100%;height:100%;object-fit:contain;filter:invert(1);mix-blend-mode:screen}
.process-animated .estimate-icon:not(.is-visible){opacity:0}
.process-delivery{padding-left:15vw;padding-right:25vw;align-items:center}
.process-loop{position:relative;flex:none;width:calc(var(--step) * 5 + 150px);height:260px;border:1px solid #fff9;border-radius:200px;margin:0 var(--gap) 0 0}
.process-loop:after{content:'';position:absolute;top:50%;left:100%;height:1px;width:var(--gap);background:#fff9}
.process-loop .process-card{position:absolute;top:-111px;left:calc(120px + var(--slot) * var(--step))}
.process-loop .process-card:before{display:none}
.process-loop .process-card:nth-child(n+6){top:149px;left:calc(120px + var(--step) * .5 + var(--slot) * var(--step))}
.process-loop .process-card-copy:before{top:-44px}
.process-loop .process-card h3{font-size:16px}
.process-loop .process-card p{font-size:14px;line-height:1.5}
.process-delivery>.process-card{align-self:center}
.process-skip{position:absolute;bottom:20px;right:3vw;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#aaa;text-decoration:underline;text-underline-offset:4px}
.services-page.process-dark .header,.services-page.process-dark .header.ink{color:#fff;background:linear-gradient(#080808,#08080800)}
.services-page.process-dark .header nav:first-of-type>a{background:#ffffff20;border-color:#ffffff24}
.services-page.process-dark .language-control{color:#fff}
.services-faq{padding:150px 3vw 80px}
.services-questions details{border-top:1px solid #a6a6a6}
.services-questions details:last-child{border-bottom:1px solid #a6a6a6}
.services-questions summary{display:flex;align-items:center;justify-content:space-between;gap:28px;font-size:clamp(19px,2vw,30px);font-weight:300;list-style:none;cursor:pointer;padding:35px 0 35px 25%;line-height:1.4}
.services-questions summary::-webkit-details-marker{display:none}
.services-questions summary>span{height:22px;width:22px;position:relative;flex:none}
.services-questions summary>span:before,.services-questions summary>span:after{content:'';position:absolute;top:10px;left:0;right:0;height:1px;background:currentColor;transition:transform .25s}
.services-questions summary>span:after{transform:rotate(90deg)}
.services-questions details[open] summary>span:after{transform:rotate(0)}
.services-questions details>p{padding:0 8% 40px 25%;font-size:16px;line-height:1.8;max-width:1200px;margin:0}




/* A readable document remains available without animation or JavaScript. */
.services-process:not(.process-animated) .process-sticky{height:auto;position:relative;overflow:visible}
.services-process:not(.process-animated) .process-window{display:block}
.services-process:not(.process-animated) .process-rail{width:100%;display:block;transform:none!important}
.services-process:not(.process-animated) .process-track{width:100%;padding:50px 5vw;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px}
.services-process:not(.process-animated) .process-card{width:auto;padding:0}
.services-process:not(.process-animated) .process-card:before{right:0}
.services-process:not(.process-animated) .process-loop{display:contents}
.services-process:not(.process-animated) .process-loop .process-card{position:relative;top:auto;left:auto}
.services-process:not(.process-animated) .process-loop:after{display:none}
.services-process:not(.process-animated) .process-estimate{width:100%;padding:80px 0}
.services-process:not(.process-animated) .estimate-hold{width:100%}
.services-process:not(.process-animated) .estimate-circle>svg>circle{stroke-dashoffset:0}
@media(max-width:1000px){.service-row{grid-template-columns:1fr 1fr;min-height:430px}.service-more{grid-column:2}.services-process{--card:240px;--gap:130px}.estimate-circle{width:min(54vw,42svh)}.estimate-copy{inset:14%}.estimate-copy h3{font-size:18px}.estimate-copy p{font-size:14px}.estimate-icon{transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(-1 * min(27vw,21svh) - 38px)) rotate(var(--unangle));width:50px;height:50px}.process-loop{height:240px}.process-loop .process-card:nth-child(n+6){top:129px}}
@media(max-width:700px){
.services-intro{padding:180px 6vw 65px}.services-intro h1{font-size:16vw;margin-bottom:35px}.services-list{padding:40px 6vw 90px}.services-list>h2{margin-bottom:28px;font-size:16px}.service-row{grid-template-columns:1fr;gap:30px;min-height:0;padding:32px 0 42px}.service-row>h3{font-size:30px}.service-info{gap:35px}.service-info ul{gap:10px}.service-info li{font-size:12px;padding:9px 14px}.service-more{grid-column:1;justify-self:start;max-width:none}
.services-process{--card:240px;--gap:90px}.process-sticky{padding:110px 0 40px;min-height:570px}.process-heading{padding:0 6vw}.process-heading>p{margin-bottom:22px;font-size:14px}.process-heading h2{font-size:26px}.process-design{padding-left:15vw}.process-card h3{font-size:17px}.process-card p{font-size:16px;line-height:1.6}.process-card-icon{height:60px;margin-bottom:60px}.process-card:before{top:90px}.process-card-copy:before{top:-34px}.process-estimate{width:210vw}.estimate-hold{width:100vw}.estimate-circle{width:min(64vw,290px)}.estimate-icon{width:34px;height:34px;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(-1 * min(32vw,145px) - 28px)) rotate(var(--unangle))}.estimate-copy{inset:8%}.estimate-copy h3{font-size:16px;margin-bottom:12px}.estimate-copy p{font-size:14px;line-height:1.45}.process-loop{display:flex;width:auto;height:auto;border:0;border-radius:0;margin:0}.process-loop:after{display:none}.process-loop .process-card,.process-loop .process-card:nth-child(n+6){position:relative;left:auto;top:auto;width:var(--step);padding-right:var(--gap)}.process-loop .process-card:before{display:block}.process-loop .process-card-copy:before{top:-34px}.process-loop .process-card h3{font-size:17px}.process-loop .process-card p{font-size:16px;line-height:1.6}.process-delivery{align-items:flex-start;padding-left:20vw;padding-right:20vw}.process-delivery>.process-card{align-self:stretch}.process-skip{right:6vw}
.services-faq{padding:90px 6vw 30px}.services-faq>h2{margin-bottom:30px}.services-questions summary{padding:25px 0;font-size:20px}.services-questions details>p{padding:0 0 30px;font-size:16px}.services-process:not(.process-animated) .process-track{grid-template-columns:1fr;gap:55px;padding:50px 8vw}.services-process:not(.process-animated) .estimate-circle{width:70vw}
}
@media(max-height:740px) and (min-width:701px){.process-sticky{padding-top:100px}.process-heading>p{margin-bottom:15px}.process-loop{height:210px}.process-loop .process-card:nth-child(n+6){top:99px}.process-loop .process-card-icon{height:45px;margin-bottom:105px}.process-loop .process-card p{font-size:14px;line-height:1.4}}
@media(prefers-reduced-motion:reduce){.process-heading h2>span,.process-card-icon,.process-card-copy,.estimate-icon{transition:none!important}}
@media(max-height:740px) and (min-width:701px){
 .process-loop{display:flex;align-items:flex-start;width:auto;height:auto;border:0;border-radius:0;margin:0}
 .process-loop:after{display:none}
 .process-loop .process-card,.process-loop .process-card:nth-child(n+6){position:relative;left:auto;top:auto;width:var(--step);padding-right:var(--gap)}
 .process-loop .process-card:before{display:block}
 .process-loop .process-card-icon{height:70px;margin-bottom:80px}
 .process-loop .process-card h3{font-size:18px}
 .process-loop .process-card p{font-size:16px;line-height:1.65}
 .process-delivery{align-items:flex-start}
 .process-delivery>.process-card{align-self:stretch}
}

/* Farsight typography, with the process itself as the opening screen. */
.services-page{background:#080808}
.services-page .process-heading>p{font-size:13px;letter-spacing:.1em}
.services-page .process-heading h2{font-family:var(--site-font);font-weight:600;font-size:clamp(24px,3.1vw,46px);letter-spacing:-.045em;line-height:1.2;height:1.2em}
.services-page .process-card h3{font-family:var(--site-font);font-weight:600;letter-spacing:-.025em;text-transform:none;font-size:20px;line-height:1.2}
.services-page .process-card p{font-family:var(--site-font);font-weight:400;font-size:16px;line-height:1.55;color:#d8d6d2}
.services-page .process-loop .process-card h3{font-size:18px}
.services-page .process-loop .process-card p{font-size:15px;line-height:1.45}
.services-page .estimate-copy h3{font-family:var(--site-font);font-weight:600;letter-spacing:-.035em;text-transform:none;font-size:clamp(20px,2vw,28px)}
.services-page .estimate-copy p{font-family:var(--site-font);font-size:16px;line-height:1.5;color:#d8d6d2}
.services-page .services-faq>h2{font-size:14px;font-weight:400;letter-spacing:.1em}
.services-page .services-questions summary{font-weight:400;letter-spacing:-.035em;font-size:clamp(22px,2.5vw,36px)}
.services-page .services-questions details>p{font-size:16px;line-height:1.65}
.process-card-icon{width:max-content;max-width:100%;isolation:isolate}
.estimate-icon{isolation:isolate}
.process-card-icon:before,.estimate-icon:before{content:'';position:absolute;inset:-22px;z-index:-1;pointer-events:none;background:radial-gradient(ellipse,#ffdfab70 0%,#ffdfa52b 38%,transparent 70%);filter:blur(9px);opacity:0;transition:opacity .45s ease}
.process-card-icon img,.estimate-icon img{transition:filter .45s ease}
@media(hover:hover){
 .process-card-icon:is(:hover,.is-icon-active):before,.estimate-icon:is(:hover,.is-icon-active):before{opacity:1}
 .process-card-icon:is(:hover,.is-icon-active) img,.estimate-icon:is(:hover,.is-icon-active) img{filter:invert(1) brightness(1.4)}
}
@media(hover:none){.process-card-icon:active:before,.estimate-icon:active:before{opacity:1}}
@media(max-width:700px){
 .services-page .process-heading h2{font-size:clamp(21px,5.8vw,28px)}
 .services-page .estimate-copy h3{font-size:20px}
 .services-page .estimate-copy p{font-size:15px;line-height:1.4}
 .services-page .process-loop .process-card p{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.process-card-icon:before,.estimate-icon:before,.process-card-icon img,.estimate-icon img{transition:none}}

/* Motion stays inside each icon, independent of the scroll-driven reveal. */
[data-motion] img{pointer-events:none;transform-origin:50% 70%}
.process-card-icon .icon-part{position:absolute;left:0;top:0;opacity:0}
.icon-part.pencil{clip-path:polygon(5% 95%,14% 61%,57% 5%,64% 0,71% 1%,79% 10%,80% 20%,30% 83%)}
.icon-part.ruler-top{clip-path:polygon(0 20%,16% 0,40% 29%,22% 52%)}
.icon-part.ruler-bottom{clip-path:polygon(39% 70%,54% 49%,79% 79%,62% 100%)}
.icon-part.message-top{clip-path:inset(0 0 50% 0)}
.icon-part.message-bottom{clip-path:inset(50% 0 0 0)}
[data-motion="flag"] img{transform-origin:22% 95%}
[data-motion="leaf"] img{transform-origin:70% 95%}
[data-motion="brush"]{--icon-play:icon-brush}
[data-motion="tap"],[data-motion="conversation-rock"]{--icon-play:icon-rock}
[data-motion="bulb"],[data-motion="focus"]{--icon-play:icon-focus}
[data-motion="chair"],[data-motion="hat"],[data-motion="appliance"]{--icon-play:icon-settle}
[data-motion="leaf"],[data-motion="flag"]{--icon-play:icon-sway}
[data-motion="fan"],[data-motion="shuffle"]{--icon-play:icon-fan}
[data-motion="screen"],[data-motion="tools-rock"]{--icon-play:icon-rock}
[data-motion="delivery"]{--icon-play:icon-delivery}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 [data-motion]:is(:hover,.is-icon-active)>img:not(.icon-part):not(.icon-original){animation:var(--icon-play,icon-settle) 1.1s cubic-bezier(.22,.7,.25,1) both}
 [data-motion="tools"]:is(:hover,.is-icon-active)>.icon-original,[data-motion="conversation"]:is(:hover,.is-icon-active)>.icon-original{opacity:0}
 [data-motion]:is(:hover,.is-icon-active)>.icon-part{opacity:1;animation-duration:1.15s;animation-timing-function:cubic-bezier(.22,.7,.25,1);animation-fill-mode:both}
 [data-motion]:is(:hover,.is-icon-active)>.pencil{animation-name:icon-pencil}
 [data-motion]:is(:hover,.is-icon-active)>.ruler-top,[data-motion]:is(:hover,.is-icon-active)>.ruler-bottom{animation-name:icon-ruler}
 [data-motion]:is(:hover,.is-icon-active)>.message-top{animation-name:icon-message-top}
 [data-motion]:is(:hover,.is-icon-active)>.message-bottom{animation-name:icon-message-bottom}
}
@keyframes icon-pencil{0%,100%{transform:none}30%{transform:translate(6px,-6px) rotate(5deg)}60%{transform:translate(-2px,2px) rotate(-2deg)}80%{transform:translate(1px,-1px)}}
@keyframes icon-ruler{0%,100%{transform:none}30%{transform:translate(-5px,5px) rotate(-5deg)}60%{transform:translate(2px,-2px) rotate(2deg)}80%{transform:translate(-1px,1px)}}
@keyframes icon-message-top{0%,100%{transform:none}28%{transform:translate(5px,-5px) rotate(4deg)}58%{transform:translate(-2px,1px) rotate(-2deg)}78%{transform:translate(1px,-1px)}}
@keyframes icon-message-bottom{0%,100%{transform:none}35%{transform:translate(-5px,5px) rotate(-4deg)}65%{transform:translate(2px,-1px) rotate(2deg)}85%{transform:translate(-1px,1px)}}
@keyframes icon-rock{0%,100%{transform:none}25%{transform:rotate(-9deg) translateY(-3px)}52%{transform:rotate(5deg)}75%{transform:rotate(-2deg)}}
@keyframes icon-settle{0%,100%{transform:none}28%{transform:translateY(-9px) rotate(3deg)}53%{transform:translateY(2px) scale(1.03,.97)}75%{transform:translateY(-2px)}}
@keyframes icon-sway{0%,100%{transform:none}23%{transform:rotate(11deg)}48%{transform:rotate(-7deg)}70%{transform:rotate(3deg)}87%{transform:rotate(-1deg)}}
@keyframes icon-fan{0%,100%{transform:none}28%{transform:rotate(-10deg) translateY(-4px)}55%{transform:rotate(6deg) translateY(-2px)}78%{transform:rotate(-2deg)}}
@keyframes icon-brush{0%,100%{transform:none}25%{transform:translate(-7px,-2px) rotate(-12deg)}52%{transform:translate(7px,-4px) rotate(9deg)}78%{transform:translate(-2px,0) rotate(-3deg)}}
@keyframes icon-focus{0%,100%{transform:none}30%{transform:scale(1.13) translateY(-2px)}60%{transform:scale(.97)}80%{transform:scale(1.02)}}
@keyframes icon-delivery{0%,100%{transform:none}25%{transform:translateX(-5px) rotate(-3deg)}55%{transform:translateX(10px) rotate(3deg)}78%{transform:translateX(-2px)}}
/* Restore the untouched drawing after the separate parts settle. */
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 [data-motion="tools"]:is(:hover,.is-icon-active)>.icon-original,[data-motion="conversation"]:is(:hover,.is-icon-active)>.icon-original{animation:icon-original-return 1.15s linear both}
 [data-motion]:is(:hover,.is-icon-active)>.pencil{animation-name:icon-pencil,icon-parts-return}
 [data-motion]:is(:hover,.is-icon-active)>.ruler-top,[data-motion]:is(:hover,.is-icon-active)>.ruler-bottom{animation-name:icon-ruler,icon-parts-return}
 [data-motion]:is(:hover,.is-icon-active)>.message-top{animation-name:icon-message-top,icon-parts-return}
 [data-motion]:is(:hover,.is-icon-active)>.message-bottom{animation-name:icon-message-bottom,icon-parts-return}
}
@keyframes icon-original-return{0%,92%{opacity:0}100%{opacity:1}}
@keyframes icon-parts-return{0%,92%{opacity:1}100%{opacity:0}}

/* A tactile switch introduces The Making before its existing scroll sequence. */
html.making-gated,html.making-gated body{overflow:hidden;overscroll-behavior:none}
.making-gated .services-page main,.making-gated .services-page footer{visibility:hidden}
.making-entry{position:fixed;inset:0;z-index:38;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at 50% 47%,#252625 0,#181919 35%,#0b0c0c 76%);color:#c9c7c1;isolation:isolate}
.making-entry[hidden]{display:none}
.making-gated .making-entry[hidden]{display:grid}
.making-entry:before{content:'';position:absolute;inset:-30%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 50%,#ffedcf 0%,#e2bd7f9c 16%,#bd915545 38%,transparent 67%);opacity:0;transform:scale(.35)}
.making-entry-center{display:flex;flex-direction:column;align-items:center;padding:110px 24px 35px;text-align:center}
.making-entry-kicker{font:400 12px/1.4 var(--site-font);letter-spacing:.22em;color:#8b8d89;margin:0 0 38px}
.making-switch{position:relative;width:112px;height:160px;border:1px solid #61625b;border-radius:5px;padding:14px;background:linear-gradient(120deg,#43443f,#272823 43%,#353630);box-shadow:1px 1px 0 #ffffff17,inset 0 1px 1px #ffffff19,0 16px 28px #0009,0 1px 5px #000;cursor:pointer;perspective:500px;touch-action:manipulation;transition:border-color .35s,box-shadow .35s;outline-offset:12px}
.making-switch:focus-visible{outline:2px solid #f3d7a5}
.making-switch:hover{border-color:#939184;box-shadow:1px 1px 0 #ffffff24,inset 0 1px 1px #ffffff24,0 16px 28px #0009,0 0 28px #e5c49112}
.making-switch-rocker{display:block;position:relative;width:100%;height:100%;border:1px solid #0e0f0d;border-radius:2px;background:linear-gradient(100deg,#343631,#272924 75%);box-shadow:inset 1px 1px 1px #ffffff29,inset -1px -2px 2px #0009,0 5px 6px #000b;transform:rotateX(-9deg);transform-origin:50% 50%;transition:transform .22s ease,box-shadow .22s ease,background .35s}
.making-switch-led{position:absolute;width:23px;height:2px;top:23px;left:50%;margin-left:-11.5px;border-radius:2px;background:#e8cfa3;box-shadow:0 0 6px #edcb9677,0 0 14px #edcb9633;animation:making-led-breathe 2.8s ease-in-out infinite}
.making-switch-mark{position:absolute;bottom:19px;left:0;right:0;font:300 10px/1 var(--site-font);color:#7f8176}
.making-entry-hint{font:400 14px/1.6 var(--site-font);color:#b4b5ad;margin:35px 0 0;letter-spacing:.01em}
.making-entry-hint span{display:block;margin-top:9px;font-size:12px;color:#85877f}
.making-unlocking .making-switch-rocker{transform:rotateX(9deg);box-shadow:inset 1px -1px 1px #ffffff29,inset -1px 2px 3px #0009,0 1px 2px #000b}
.making-unlocking .making-switch-led{animation:none;background:#fff4dd;box-shadow:0 0 9px #ffe1a8,0 0 28px #ffe1a899}
.making-unlocking .making-entry:before{animation:making-light-spread 1.45s cubic-bezier(.2,.7,.2,1) both}
.making-unlocking .making-entry{animation:making-wall-reveal 1.65s ease both}
.making-unlocking .making-entry-center{animation:making-switch-recede 1.3s ease both}
.making-unlocking .services-page main,.making-unlocking .services-page footer{visibility:visible;animation:making-content-reveal 1.65s ease both}
@keyframes making-led-breathe{0%,100%{opacity:.45}50%{opacity:1}}
@keyframes making-light-spread{0%{opacity:0;transform:scale(.35)}25%{opacity:.65}65%,100%{opacity:1;transform:scale(1.4)}}
@keyframes making-wall-reveal{0%,40%{opacity:1}100%{opacity:0}}
@keyframes making-switch-recede{0%,20%{opacity:1;transform:none}100%{opacity:0;transform:scale(.96)}}
@keyframes making-content-reveal{0%,30%{opacity:0}100%{opacity:1}}
@media(max-width:700px){.making-entry-center{padding-top:85px}.making-switch{width:104px;height:148px}.making-entry-kicker{margin-bottom:30px}.making-entry-hint{max-width:260px}}
@media(prefers-reduced-motion:reduce){.making-switch-led{animation:none}.making-unlocking .making-entry,.making-unlocking .making-entry-center,.making-unlocking .making-entry:before,.making-unlocking .services-page main,.making-unlocking .services-page footer{animation-duration:.1s}.making-switch-rocker{transition:none}}

/* Switch → warm ignition → one white flash → black → process icons. */
.making-switch{width:134px;height:192px;padding:17px}
.making-entry:after{content:'';position:absolute;inset:0;background:white;opacity:0;pointer-events:none;z-index:3}
.making-unlocking .making-entry{z-index:1200;animation:making-wall-reveal 2.2s ease both}
.making-unlocking .making-entry:before{animation-duration:.9s}
.making-unlocking .making-entry:after{animation:making-white-flash 2.2s linear both}
.making-unlocking .making-entry-center{animation-duration:1s}
.making-unlocking .services-page main,.making-unlocking .services-page footer{animation-duration:2.2s}
@keyframes making-white-flash{0%,18%{opacity:0;background:#fff}34%,42%{opacity:1;background:#fff}59%,76%{opacity:1;background:#080808}100%{opacity:1;background:#080808}}
@keyframes making-wall-reveal{0%,70%{opacity:1}100%{opacity:0}}
@keyframes making-content-reveal{0%,67%{opacity:0}100%{opacity:1}}
@media(max-width:700px){.making-switch{width:124px;height:177px;padding:16px}}
@media(prefers-reduced-motion:reduce){.making-entry:after{display:none}.making-unlocking .making-entry,.making-unlocking .services-page main,.making-unlocking .services-page footer{animation-duration:.1s}}

/* A black room. Only the pointer's soft flashlight reveals the switch. */
.making-entry{z-index:1200;background:#000;cursor:none;--light-x:-1000px;--light-y:-1000px;--light-radius:clamp(135px,16vw,215px)}
.making-gated .cursor-ring{opacity:0!important;visibility:hidden!important}
.making-search-room{position:absolute;inset:0;display:grid;place-items:center;padding-bottom:20svh;background:radial-gradient(circle var(--light-radius) at var(--light-x) var(--light-y),#64635b 0,#3d3f38 28%,#22241f 57%,#121411 76%,#080908 100%);opacity:0;-webkit-mask-image:radial-gradient(circle var(--light-radius) at var(--light-x) var(--light-y),#000 0%,#000 30%,#000c 50%,#0005 72%,transparent 100%);mask-image:radial-gradient(circle var(--light-radius) at var(--light-x) var(--light-y),#000 0%,#000 30%,#000c 50%,#0005 72%,transparent 100%);transition:opacity .2s ease}
.has-search-light .making-search-room{opacity:1}
.making-search-room .making-entry-center{padding:0}
.making-search-room .making-switch{cursor:none}
.making-search-hint{position:absolute;left:20px;right:20px;bottom:20%;margin:0;text-align:center;font:400 clamp(15px,1.3vw,19px)/1.5 var(--site-font);letter-spacing:.1em;color:#b8bab4;pointer-events:none;animation:making-find-pulse 2.5s ease-in-out infinite}
.making-search-hint span{display:none;margin-top:10px;font-size:12px;letter-spacing:.02em;color:#898c85}
.making-unlocking .making-search-room{opacity:1;-webkit-mask-image:none;mask-image:none;background:transparent;transition:none}
.making-unlocking .making-search-hint{animation:none;opacity:0;transition:opacity .18s}
.making-unlocking .making-entry:before{background:radial-gradient(ellipse at 50% 40%,#ffedcf 0%,#e2bd7f9c 16%,#bd915545 38%,transparent 67%)}
@keyframes making-find-pulse{0%,100%{opacity:.23}46%,60%{opacity:.92}}
@media(pointer:coarse){.making-entry{--light-radius:155px;touch-action:none}.making-search-hint span{display:block}}
@media(max-height:500px){.making-search-room{padding-bottom:18svh}.making-search-hint{bottom:7%}.making-search-room .making-switch{width:98px;height:140px}}
@media(prefers-reduced-motion:reduce){.making-search-hint{animation:none;opacity:.7}.making-search-room{transition:none}}
.process-card-icon.is-icon-active:before,.estimate-icon.is-icon-active:before{opacity:1}
.process-card h3{transition:color .4s,text-shadow .4s}
.process-card.is-reading h3{color:#ffe6be;text-shadow:0 0 16px #ffdb9f30}

/* The search entrance is a real material surface revealed by the pointer. */
.making-search-room{
 background-image:radial-gradient(circle var(--light-radius) at var(--light-x) var(--light-y),#fff9ef28 0%,#ede5db0a 42%,#0009 82%,#000 100%),url('/assets/making-natural-suede.webp');
 background-size:auto,cover;background-position:center;
}
.making-unlocking .making-search-room{background:transparent}
.services-faq{touch-action:pan-y;scroll-margin-top:90px;overflow-anchor:auto}
