:root{color-scheme:light dark;--paper: #f5f5f3;--surface: #eaeae6;--ink: #262724;--muted: #5b5d57;--line: #c8cac3;--accent: #34382f;--accent-ink: #faf9f3;--focus: #515b44;--display: "Avenir Next", Avenir, "Segoe UI", sans-serif;--body: "Avenir Next", Avenir, "Segoe UI", sans-serif;--small: .8125rem;--body-size: 1rem;--h1: clamp(2.9rem, 4.8vw, 4.65rem);--h2: clamp(2.1rem, 3.4vw, 3.35rem);--radius: 2px;--space-section: clamp(4rem, 7vw, 7rem)}@media(prefers-color-scheme:dark){:root{--paper: #232421;--surface: #30312d;--ink: #eff0ea;--muted: #c4c7be;--line: #6b7064;--accent: #d7dccc;--accent-ink: #232421;--focus: #e7eddc}}:root[data-theme=light]{color-scheme:light;--paper: #f5f5f3;--surface: #eaeae6;--ink: #262724;--muted: #5b5d57;--line: #c8cac3;--accent: #34382f;--accent-ink: #faf9f3;--focus: #515b44}:root[data-theme=dark]{color-scheme:dark;--paper: #232421;--surface: #30312d;--ink: #eff0ea;--muted: #c4c7be;--line: #6b7064;--accent: #d7dccc;--accent-ink: #232421;--focus: #e7eddc}@media(min-width:768px)and (max-width:1100px){.header{flex-wrap:wrap;gap:16px;padding-block:20px}.header nav{width:100%;flex-wrap:wrap}}*{box-sizing:border-box}html{scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:var(--body-size);line-height:1.6}a{color:inherit;text-underline-offset:5px}button,input,summary{font:inherit}a,button,input,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:5px}button:disabled{cursor:not-allowed}img{display:block;width:100%;object-fit:cover}figure,p,h1,h2,h3{margin:0}p+p{margin-top:16px}h1,h2{font-family:var(--display);font-weight:500;letter-spacing:-.055em;line-height:1.08}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:1.05rem;font-weight:600;line-height:1.4}p{max-width:60ch}button,.button,summary{border-radius:var(--radius)}.theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius);background:transparent;color:var(--ink);font-size:13px;cursor:pointer;white-space:nowrap}.theme-toggle span{text-decoration:underline;text-underline-offset:4px}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.has-js .reveal{opacity:0;transform:translateY(14px)}.has-js .reveal.in{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}.button,.choice{transition:background-color .18s ease,color .18s ease,border-color .18s ease}@media(prefers-reduced-motion:no-preference){.button:hover{transform:translateY(-1px)}.button{transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}}@media(prefers-reduced-motion:reduce){.has-js .reveal{opacity:1!important;transform:none!important}}.services-section{padding-block:var(--space-section)}.service-list{list-style:none;margin:36px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.service-list li{border-top:1px solid var(--line);padding-top:20px}.service-list h3{margin:0;font-size:1.15rem;font-weight:600}.service-list p{margin:10px 0 0;font-size:15px;color:var(--muted)}.service-list a{display:inline-block;margin-top:14px;font-size:14px;font-weight:600}.skip{position:absolute;top:-80px;left:16px;background:var(--paper);padding:12px;z-index:2}.skip:focus{top:12px}.header{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:112px}.identity{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:var(--display);font-size:25px;line-height:1}.identity svg{width:46px;height:46px;color:var(--accent)}.header nav{display:flex;align-items:center;gap:30px}.header nav>a:not(.button){font-size:14px;text-decoration:none;padding-block:14px}.header nav>a:hover{text-decoration:underline}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:15px 23px;background:var(--accent);color:var(--accent-ink);text-decoration:none;font-size:14px;font-weight:600;min-height:52px;border:1px solid var(--accent);white-space:nowrap}.button:hover{filter:brightness(.93)}.button:active{transform:translateY(1px)}.button.compact{background:transparent;color:var(--ink);border-color:var(--line);padding:11px 18px;min-height:46px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:.92fr 1.2fr;gap:36px;align-items:center;padding:20px 0 52px}.hero-copy{padding-bottom:20px}.eyebrow{font-family:SFMono-Regular,Consolas,monospace;text-transform:uppercase;font-size:11px;letter-spacing:.16em;font-weight:600;color:var(--accent);margin-bottom:25px}.intro{font-size:17px;color:var(--muted);max-width:33ch;margin:25px 0 30px}.micro{font-size:var(--small);color:var(--muted);line-height:1.6}.hero-copy>.micro{margin-top:13px}.hero-figure img{height:485px;object-position:55% 50%;border-radius:var(--radius)}.hero-figure figcaption{display:flex;justify-content:space-between;gap:15px;font-size:11px;color:var(--muted);margin-top:11px}.index-strip{border-block:1px solid var(--line);padding-block:19px;display:flex;justify-content:space-between;gap:20px;font-size:13px}.index-strip>a{text-decoration:none}.index-strip>a>span{margin-left:28px}.cabinet-section{padding-block:var(--space-section);display:grid;grid-template-columns:.92fr 1fr;gap:100px;align-items:center}.detail-figure img{height:455px;object-position:center}.detail-figure figcaption{font-size:11px;color:var(--muted);margin-top:12px}.cabinet-copy>p{color:var(--muted);margin-top:22px}.area{border-top:1px solid var(--line);padding-top:24px;margin-top:28px}.area p{font-size:14px;color:var(--muted);margin-top:8px}.cabinet-copy .proof-note{font-size:12px;border-left:2px solid var(--accent);padding-left:14px;max-width:48ch}.process-section{background:var(--surface);padding-block:var(--space-section)}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.process-heading>p:not(.eyebrow){margin-top:24px;max-width:34ch;color:var(--muted)}.steps{margin:0;padding:0;list-style:none}.steps li{display:flex;gap:28px;padding-block:24px;border-top:1px solid var(--line)}.steps li:first-child{padding-top:0;border-top:0}.steps li:last-child{padding-bottom:0}.step-number{font-family:var(--display);font-size:26px;color:var(--accent)}.steps p{font-size:14px;color:var(--muted);margin-top:8px}.estimate-section{padding-block:var(--space-section);display:grid;grid-template-columns:1fr 1fr;gap:90px}.estimate-section>div>p{margin-top:24px;color:var(--muted)}fieldset{border:0;margin:0;padding:0}legend{font-size:17px;font-weight:600;margin-bottom:20px}.choice{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid var(--line);margin-bottom:10px;cursor:pointer;border-radius:var(--radius)}.choice:has(input:checked){background:var(--surface);border-color:var(--accent)}.choice input{width:19px;height:19px;accent-color:var(--accent);margin:0;flex-shrink:0}.choice small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.choice>span:last-child{margin-left:auto;font-size:12px;color:var(--muted)}.next-step{margin-top:20px}.next-step summary{display:flex;justify-content:space-between;gap:24px;list-style:none;background:var(--accent);color:var(--accent-ink);padding:15px 20px;cursor:pointer;font-size:14px;font-weight:600}.next-step summary::-webkit-details-marker{display:none}.next-step[open] summary{margin-bottom:20px}.next-step>div{padding:0 4px 16px;font-size:14px}.next-step h3{margin-bottom:10px}.contact-section{border-top:1px solid var(--line);padding-block:48px;display:flex;justify-content:space-between;gap:35px;align-items:center}.contact-section h2{font-size:32px}.contact-section p{margin-top:12px;color:var(--muted);font-size:14px}.contact-actions button{border:1px solid var(--line);color:var(--muted);background:var(--surface);padding:12px 18px;margin-right:8px;min-height:48px}.contact-actions .micro{font-size:11px}footer{border-top:1px solid var(--line);padding-block:28px;display:flex;justify-content:space-between;gap:24px;font-size:11px;color:var(--muted)}footer p span{margin-left:16px}@media(min-width:768px)and (max-width:1100px){.wrap{width:calc(100% - 64px)}.header nav{gap:18px}.hero{gap:24px}.hero-figure img{height:430px}.cabinet-section,.process-grid,.estimate-section{gap:48px}.identity{font-size:21px}.identity svg{width:38px}}@media(max-width:767px){.wrap{width:calc(100% - 40px)}.header{min-height:90px;flex-wrap:wrap;gap:0;padding-block:18px}.identity{font-size:22px;gap:8px}.identity svg{width:40px;height:40px}.menu-toggle:not([hidden]){display:flex;gap:18px;align-items:center;min-height:44px;padding:10px 8px;border:0;background:transparent;color:var(--ink);font-size:13px}.menu-toggle span{font-size:22px;line-height:1}.header nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4px 20px;padding-top:16px}.has-js .menu-toggle[aria-expanded=false]+nav{display:none}.header nav>a:not(.button){padding:12px 0}.header nav .button{font-size:12px;gap:12px;padding:10px}.hero{grid-template-columns:1fr;gap:28px;padding:20px 0 28px}.hero-copy{padding:0}.eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:20px}h1{font-size:46px;line-height:1.07}.intro{font-size:15px;max-width:31ch;margin:20px 0 23px}.button{font-size:13px;min-height:50px;padding:13px 20px}.hero-copy>.micro{font-size:11px;margin-top:10px}.hero-figure img{height:275px;border-radius:var(--radius)}.hero-figure figcaption{font-size:11px;gap:10px;line-height:1.5}.index-strip{font-size:11px;display:block;padding-block:15px}.index-strip>a{display:block;margin-top:6px}.index-strip>a>span{margin-left:14px}.cabinet-section{grid-template-columns:1fr;gap:30px;padding-block:56px}.detail-figure img{height:320px}.cabinet-copy>p{font-size:15px}.process-grid{grid-template-columns:1fr;gap:40px}.process-section{padding-block:56px}.steps li{gap:22px;padding-block:22px}.service-list{grid-template-columns:1fr;gap:0}.service-list li{padding-block:22px}.service-list li:last-child{border-bottom:1px solid var(--line)}.process-heading>p:not(.eyebrow){max-width:38ch}.estimate-section{grid-template-columns:1fr;gap:32px;padding-block:56px}.estimate-section>div>p{font-size:15px}.estimate-section>div>.micro{font-size:12px}.choice{padding:16px 13px;gap:12px}.choice small{font-size:11px}.contact-section{display:block;padding-block:36px}.contact-section h2{font-size:30px}.contact-actions{margin-top:24px}.contact-actions button,.contact-section p{font-size:13px}footer{display:block;padding-block:24px}footer p+p{margin-top:10px}}
