:root{--ink:#3e4948;--paper:#fffdf7;--yellow:#ffdc89;--yellow-hover:#f3c967;--muted:#626d67;--line:#d8ddd6;--soft:#f1f2ed;--serif:Georgia,"Times New Roman",serif;--sans:Arial,"Helvetica Neue",sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #9b6616;outline-offset:5px}
button{cursor:pointer}
p{margin:0 0 1em}
h1,h2,h3{margin:0;line-height:1.12;font-weight:500}
h1{font-size:clamp(2.5rem,4.6vw,4.8rem);letter-spacing:-.05em}
h2{font-size:clamp(2rem,3.6vw,3.9rem);letter-spacing:-.045em}
h3{font-size:clamp(1.25rem,2.2vw,1.9rem);letter-spacing:-.025em}
h1 em,h2 em{font-weight:inherit}
figure{margin:0}
.skip-link{position:fixed;top:-200px;left:16px;padding:12px 20px;background:var(--yellow);z-index:100}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:9px clamp(18px,4vw,64px);background:var(--paper);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:18px;flex-shrink:0}
.brand-logo{width:94px;height:auto}
.division{text-transform:uppercase;letter-spacing:.15em;font-size:1rem;font-weight:500;border-left:1px solid var(--line);padding-left:18px}
.site-header nav{display:flex;gap:clamp(16px,2vw,32px);align-items:center}
.site-header nav a{font-size:.9rem;padding:10px 0}
.site-header nav a:hover{box-shadow:0 1px 0}
.header-contact{font-size:.875rem;line-height:1.3;display:flex;align-items:center;gap:16px;font-weight:600;padding:14px 17px;background:var(--yellow)}
.header-contact:hover{background:var(--yellow-hover)}
.eyebrow{font-size:.875rem;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;margin:0 0 25px;font-weight:600}
.lead{font-size:clamp(1.0625rem,1.6vw,1.3rem);line-height:1.65}
.fine{font-size:.9rem;color:var(--muted);line-height:1.65}
.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;padding:17px 23px;font-weight:600;line-height:1.4;min-height:56px;border:1px solid transparent;transition:background .15s}
.button span{font-size:1.25rem}
.button.primary{background:var(--yellow);color:var(--ink)}
.button.primary:hover{background:var(--yellow-hover)}
.text-link{display:inline-flex;gap:14px;align-items:center;padding:8px 0;border-bottom:1px solid currentColor;font-weight:500;line-height:1.5}
.text-link:hover{opacity:.75}
.actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin:28px 0 22px}
.section{padding:clamp(60px,7vw,110px) clamp(22px,6vw,96px)}
.section-top{display:flex;justify-content:space-between;gap:40px;margin-bottom:42px}
.section-top>.eyebrow{max-width:260px}
.section-top h2{max-width:800px;width:65%}
.section-intro{max-width:690px;color:var(--muted);margin-bottom:45px;font-size:1.0625rem}
.index{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;display:block;margin-bottom:30px;font-weight:500}
.refresh-hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:620px}
.hero-copy{padding:clamp(45px,5vw,78px) clamp(22px,5vw,80px);align-self:center}
.hero-copy h1{font-weight:600}
.hero-copy h1 em{font-style:normal;color:#737961}
.hero-copy .lead{margin-top:28px;max-width:570px}
.hero-copy .fine{max-width:500px}
.hero-figure{position:relative;overflow:hidden;min-height:620px}
.hero-figure>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 61%}
.hero-figure figcaption{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(255,253,247,.94);padding:14px 18px;display:flex;justify-content:space-between;gap:10px;line-height:1.4}
.hero-figure figcaption span{font-size:.9rem;font-weight:500}
.hero-figure small{font-size:.8rem;color:var(--muted);max-width:170px}
.proof-strip{background:var(--yellow);display:grid;grid-template-columns:repeat(3,1fr);padding:26px clamp(22px,6vw,96px);gap:30px}
.proof-strip>span{display:flex;flex-direction:column;font-size:.875rem;line-height:1.5;border-right:1px solid rgba(62,73,72,.2);padding-right:20px}
.proof-strip>span:last-child{border:0}
.proof-strip strong{font-size:1.18rem;font-weight:500;margin-bottom:4px}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{padding:30px;grid-column:span 2;min-height:330px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.service-card:nth-last-child(-n+2){grid-column:span 3}
.service-card:first-child{background:#f9e8bf}
.service-card h3{font-size:1.6rem;margin-bottom:20px}
.service-card p{color:var(--muted);margin-bottom:28px}
.service-link{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding-top:18px;margin-top:auto;font-size:.95rem;font-weight:600}
.service-link:hover{color:#8a6018}
.decision{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(30px,8vw,110px);background:var(--ink);color:var(--paper)}
.decision h2{margin-bottom:25px}
.decision>div>p:not(.eyebrow){color:#d3d9d2;max-width:560px}
.decision .eyebrow,.decision .index{color:var(--yellow)}
.decision-options article{padding:0 0 30px;border-bottom:1px solid #71807a}
.decision-options article+article{padding-top:30px}
.decision-options .index{margin-bottom:18px}
.decision-options h3{font-size:1.45rem;margin-bottom:15px}
.decision-options p{color:#d3d9d2;margin:0}
.project{border-top:1px solid var(--line);padding-top:30px;margin-top:42px;padding-bottom:8px}
.project-title{display:flex;justify-content:space-between;gap:35px;margin-bottom:25px}
.project-title .eyebrow{margin-bottom:12px;color:var(--muted)}
.project-title>div{max-width:65%}
.project-title>p{max-width:32%;font-size:1rem;color:var(--muted);align-self:flex-end}
.project-title h3{font-size:clamp(1.5rem,2.3vw,2.25rem)}
.comparison{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.work-photo{min-width:0}
.work-photo a{display:block;background:var(--soft)}
.work-photo img{width:100%;height:390px;object-fit:contain}
.work-photo figcaption{font-size:.9rem;padding:12px 0;color:var(--muted);line-height:1.4}
.featured-project .work-photo img{height:490px}
.project-action{display:flex;justify-content:flex-end;padding-top:6px}
.project-action .text-link{font-size:.95rem}
.more-views{padding:10px 0;border-bottom:1px solid var(--line)}
summary{display:flex;list-style:none;justify-content:space-between;align-items:center;gap:22px;padding:20px 0;cursor:pointer;font-size:1rem;line-height:1.5}
summary::-webkit-details-marker{display:none}
summary>span{font-size:1.5rem;line-height:1;transition:transform .15s;flex-shrink:0}
details[open]>summary>span{transform:rotate(45deg)}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.detail-grid .work-photo img{height:290px}
video{width:100%;max-height:650px;display:block;background:#252e2c;margin:18px 0;object-fit:contain}
.wardrobe video{max-width:480px}
.process{background:var(--yellow)}
.steps{list-style:none;padding:0;margin:55px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.steps li{border-top:1px solid rgba(62,73,72,.4);padding-top:18px}
.steps span{font-size:.875rem;display:block;margin-bottom:28px}
.steps h3{font-size:1.35rem;line-height:1.2;margin-bottom:15px}
.steps p{font-size:1rem;color:#535c51}
.faq{display:grid;grid-template-columns:1fr 1.6fr;gap:70px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{font-size:1.1rem}
.faq-list p{margin-bottom:22px;color:var(--muted);max-width:740px}
.contact{background:#e9ece6;display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,8vw,115px);border-top:1px solid var(--line)}
.contact-copy h2{margin-bottom:28px}
.contact-copy>p:not(.eyebrow){max-width:540px;color:var(--muted)}
.phone{font-size:clamp(1.3rem,2.2vw,2rem);font-weight:500;display:block;margin:35px 0 20px;font-variant-numeric:tabular-nums}
.inquiry{display:flex;flex-direction:column}
.inquiry label{margin:0 0 9px;font-size:.95rem;font-weight:600}
.optional{font-weight:400;color:var(--muted);font-size:.875rem}
.inquiry input,.inquiry select,.inquiry textarea{border:1px solid #a4ada7;border-radius:0;background:var(--paper);color:var(--ink);padding:13px 15px;margin-bottom:24px;width:100%;min-width:0}
.inquiry textarea{resize:vertical;min-height:110px}
.inquiry input:focus,.inquiry select:focus,.inquiry textarea:focus{border-color:var(--ink)}
.inquiry .button{width:100%}
.form-note{font-size:.875rem;line-height:1.6;color:var(--muted);margin:14px 0 0}
.site-footer{display:grid;grid-template-columns:1fr auto;gap:35px;padding:45px clamp(22px,6vw,96px) 25px;background:var(--ink);color:var(--paper)}
.site-footer>div{display:flex;flex-direction:column;gap:10px}
.site-footer strong{font-size:1.3rem;font-weight:500}
.site-footer span,.site-footer a{font-size:.9rem}
.site-footer span,.site-footer>p{color:#c6cfc8}
.site-footer>p{grid-column:1/-1;margin:16px 0 0;border-top:1px solid #64706b;padding-top:20px;font-size:.875rem}

/* Studio: a separate architectural composition in the Möbelin palette. */
.studio{--paper:#f8f6ef;--muted:#68736d}
.studio .site-header{background:#323e3d;color:var(--paper);border-color:#586460}
.studio .division{border-color:#829088;letter-spacing:.2em;font-weight:400}
.studio .header-contact{background:transparent;color:var(--yellow);border:1px solid #849084}
.studio .header-contact:hover{background:#43504c}
.studio-hero{background:#323e3d;color:var(--paper)}
.studio-hero-top{position:relative;padding:clamp(45px,5vw,75px) clamp(22px,6vw,96px) 55px}
.studio-hero-top h1{font-size:clamp(2.6rem,5.7vw,6rem);font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.03;max-width:950px}
.studio-hero-top h1 em{color:var(--yellow)}
.studio-hero-top>.eyebrow{font-weight:400;letter-spacing:.19em;color:#c3cfc4}
.studio-hero-top>.text-link{position:absolute;right:6vw;bottom:62px;font-size:.95rem;color:var(--yellow)}
.studio-hero-image{position:relative;height:clamp(370px,52vw,780px);margin:0 clamp(22px,3vw,50px)}
.studio-hero-image img{height:100%;width:100%;object-fit:cover}
.studio-hero-image figcaption{position:absolute;bottom:18px;right:20px;font-size:.8rem;background:rgba(34,44,42,.74);padding:6px 11px;line-height:1.4}
.studio-hero-bottom{padding:25px clamp(22px,6vw,96px);display:flex;justify-content:space-between;gap:20px;font-size:.875rem;color:#d6ded6}
.studio h2{font-family:var(--serif);font-weight:400;line-height:1.1}
.studio-intro{display:grid;grid-template-columns:.7fr 1.7fr;gap:8vw;padding-top:125px;padding-bottom:125px}
.studio-intro h2{font-size:clamp(2.2rem,4.6vw,4.7rem);margin-bottom:35px}
.studio-intro h2 em{color:#7f8778}
.studio-intro>div>p{max-width:740px;color:var(--muted)}
.studio-intro>div>.lead{font-family:var(--serif);font-size:clamp(1.25rem,2vw,1.75rem);color:var(--ink);line-height:1.5}
.studio-directions{border-top:1px solid var(--line);padding-top:75px}
.direction-list{margin-top:65px}
.direction-list article{display:grid;grid-template-columns:.6fr 1.1fr 1fr;gap:45px;padding:35px 0;border-top:1px solid var(--line)}
.direction-list h3{font-size:clamp(1.3rem,2.4vw,2rem);font-family:var(--serif);line-height:1.22}
.direction-list p{color:var(--muted);margin:0}
.direction-list .index{margin:3px 0 0;font-size:.875rem}
.material-section{background:var(--ink);color:var(--paper)}
.material-section .eyebrow{color:var(--yellow);font-weight:400}
.material-section h2 em{color:var(--yellow)}
.material-intro{max-width:710px;color:#d4dcd3;margin:0 0 55px auto;font-size:1.0625rem}
.material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:45px}
.material-grid article{border-top:1px solid #7e8a7e;padding-top:20px}
.material-grid .index{color:var(--yellow);margin-bottom:40px}
.material-grid h3{font-family:var(--serif);font-size:2rem;margin-bottom:20px}
.material-grid p{color:#d4dcd3}
.material-section .text-link{color:var(--yellow)}
.studio-steps{list-style:none;padding:0;margin:45px 0 0}
.studio-steps li{display:grid;grid-template-columns:.2fr .9fr 1fr;gap:40px;padding:30px 0;border-top:1px solid var(--line)}
.studio-steps span{font-size:.875rem}
.studio-steps h3{font-family:var(--serif);font-size:1.8rem}
.studio-steps p{color:var(--muted);margin:0}
.studio-workshop{padding-top:70px;border-top:1px solid var(--line);background:#edeee7}
.studio-workshop .project-title h3{font-family:var(--serif)}
.studio-workshop .work-photo a{background:#e0e3dc}
.studio-contact{background:#f8e6bb;display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(35px,8vw,110px)}
.studio-contact h2{font-size:clamp(2.3rem,4.5vw,4.5rem)}
.studio-contact .inquiry .primary{background:var(--ink);color:var(--paper)}
.studio-contact .inquiry .primary:hover{background:#56635c}
.studio-contact .inquiry input,.studio-contact .inquiry select,.studio-contact .inquiry textarea{background:rgba(255,253,247,.7)}
.studio .site-footer{background:#323e3d}

@media(min-width:1600px){
body{max-width:1920px;margin:auto}
.hero-copy{padding-left:100px;padding-right:80px}
}
@media(max-width:1150px){
.site-header nav{gap:15px}
.site-header{gap:15px;padding-left:22px;padding-right:22px}
.brand{gap:12px}.division{padding-left:12px;font-size:.875rem}
.brand-logo{width:80px}
.header-contact{padding:12px;font-size:.875rem;gap:6px}
.studio-hero-top>.text-link{position:static;margin-top:28px}
.hero-figure figcaption{display:block}
.hero-figure small{display:block;max-width:none;margin-top:6px}
}
@media(max-width:900px){
.site-header nav{display:none}
.refresh-hero{min-height:0}
.hero-figure{min-height:550px}
.hero-copy{padding:40px 25px}
.hero-copy h1{font-size:clamp(2.1rem,4.8vw,3.5rem)}
.actions{gap:16px}
.actions .button{padding:15px;font-size:.95rem}
.section-top{display:block}
.section-top>.eyebrow{max-width:none}
.section-top h2{width:100%;max-width:none}
.steps{grid-template-columns:repeat(2,1fr)}
.service-card{grid-column:span 3!important;min-height:300px;padding:25px}
.service-card:last-child{grid-column:1/-1!important;min-height:240px}
.decision{gap:35px}
.faq{gap:35px;grid-template-columns:1fr 1.4fr}
.comparison .work-photo img{height:330px}
.featured-project .work-photo img{height:430px}
.detail-grid .work-photo img{height:250px}
.contact,.studio-contact{gap:40px}
.direction-list article{grid-template-columns:.9fr 1fr;gap:20px 35px}
.direction-list .index{grid-column:1/-1}
.studio-steps li{grid-template-columns:50px 1fr;gap:18px 25px}
.studio-steps li>p{grid-column:2}
.studio-intro{grid-template-columns:1fr;gap:20px;padding-top:75px;padding-bottom:75px}
}
@media(max-width:650px){
html{scroll-padding-top:92px}
.site-header{padding:8px 16px}
.brand-logo{width:68px}
.division{letter-spacing:.09em;font-size:.8125rem;padding-left:10px}
.brand{gap:10px}
.header-contact{padding:11px;font-size:.8125rem;min-height:42px;gap:5px}
.refresh-hero{display:flex;flex-direction:column}
.hero-copy{padding:45px 22px 30px}
.hero-copy h1{font-size:clamp(2.4rem,8.5vw,3.5rem)}
.hero-copy .lead{font-size:1.0625rem}
.hero-figure{min-height:0;height:490px}
.hero-figure>img{object-position:center 67%}
.hero-figure figcaption{bottom:16px;left:16px;right:16px;padding:12px 16px}
.proof-strip{grid-template-columns:1fr;gap:15px;padding-top:22px;padding-bottom:22px}
.proof-strip>span{padding-bottom:14px;padding-right:0;border-right:0;border-bottom:1px solid rgba(62,73,72,.2)}
.proof-strip>span:last-child{padding-bottom:0}
.proof-strip strong{margin-bottom:1px}
.section-top{margin-bottom:30px}
.eyebrow{font-size:.875rem;margin-bottom:20px;letter-spacing:.07em}
.section{padding:60px 22px}
.service-grid{grid-template-columns:1fr}
.service-card{grid-column:auto!important;min-height:270px}
.service-card:last-child{grid-column:auto!important}
.service-card .index{margin-bottom:24px}
.decision{grid-template-columns:1fr;gap:40px}
.decision h2{font-size:2.1rem}
.steps{gap:28px 20px;margin-top:35px}
.steps h3{font-size:1.2rem}
.steps span{margin-bottom:20px}
.steps p{font-size:1rem}
.project-title{display:block;margin-bottom:18px}
.project-title>div{max-width:100%}
.project-title>p{max-width:100%;margin:16px 0 0}
.project-title h3{font-size:1.65rem}
.project{margin-top:32px}
.comparison{gap:12px}
.comparison .work-photo img,.featured-project .work-photo img{height:260px}
.work-photo figcaption{font-size:.875rem;padding:10px 0}
.project-action{justify-content:flex-start}
.project-action .text-link{font-size:.875rem}
.detail-grid{grid-template-columns:repeat(2,1fr);gap:14px}
.detail-grid .work-photo img{height:220px}
.faq{grid-template-columns:1fr;gap:20px}
.faq-list summary{font-size:1rem}
.contact,.studio-contact{grid-template-columns:1fr;gap:40px}
.contact-copy h2{font-size:2.2rem}
.phone{font-size:1.5rem;margin:25px 0 15px}
.site-footer{grid-template-columns:1fr;gap:25px;padding-top:35px}
.site-footer>p{margin-top:0}
.studio-hero-top{padding:45px 22px 35px}
.studio-hero-top h1{font-size:clamp(2.5rem,8.5vw,3.7rem);line-height:1.08}
.studio-hero-top>.text-link{margin-top:22px;font-size:.9rem}
.studio-hero-image{margin:0 16px;height:380px}
.studio-hero-image img{object-position:62% center}
.studio-hero-bottom{padding:20px 22px;font-size:.875rem;flex-wrap:wrap}
.studio-hero-bottom>span:nth-child(2){display:none}
.studio-intro h2{font-size:2.3rem}
.studio-intro .lead{font-size:1.3rem}
.direction-list{margin-top:35px}
.direction-list article{grid-template-columns:1fr;gap:20px;padding:28px 0}
.direction-list h3{font-size:1.6rem}
.material-intro{margin:0 0 35px}
.material-grid{grid-template-columns:1fr;gap:25px;margin-bottom:30px}
.material-grid .index{margin-bottom:20px}
.material-grid h3{font-size:1.7rem}
.studio-steps h3{font-size:1.45rem}
.studio-steps li{gap:15px;grid-template-columns:30px 1fr}
.studio-contact h2{font-size:2.5rem}
}
@media(max-width:370px){
.site-header{padding:8px 12px;gap:10px}
.brand-logo{width:58px}.division{font-size:.75rem;padding-left:8px}.brand{gap:8px}
.header-contact{font-size:.75rem;padding:10px 8px}.header-contact span{display:none}
.comparison .work-photo img,.featured-project .work-photo img{height:210px}
.detail-grid{grid-template-columns:1fr}
.steps{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*{transition:none!important}
}

/* Möbelin concept 02: cabinet symbol and wordmark, with division lockup. */
.brand{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:202px}
.brand-mark{display:block;position:relative;width:100%;aspect-ratio:1944/436;overflow:hidden}
.brand .brand-logo{position:absolute;max-width:none;width:111.7284%;height:auto;left:-5.9157%;top:-32.7982%}
.brand .division{display:block;width:100%;border:0;padding:0 0 0 45px;font-size:.875rem;line-height:1.1;letter-spacing:.22em;font-weight:500;text-align:center}
.studio .site-header .brand-logo,.site-footer .brand-logo{filter:brightness(0) invert(1)}
.site-footer .brand{width:202px;margin-bottom:10px}
.site-footer .brand .division{color:var(--paper);font-size:.875rem}
.magnet-card{margin:34px 0 0;max-width:440px}
.magnet-card a{display:block}
.magnet-card img{width:100%;height:auto;border-radius:4px;box-shadow:0 8px 24px #26343118}
.magnet-card figcaption{font-size:.875rem;color:var(--muted);margin-top:10px;line-height:1.5}
@media(max-width:900px){.site-header .brand{width:184px}}
@media(max-width:650px){.site-header .brand{width:158px;gap:5px}.site-header .brand .division{padding-left:35px;font-size:.875rem;letter-spacing:.16em}.magnet-card{max-width:440px}}
@media(max-width:370px){.site-header .brand{width:145px}}
