*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}[hidden]{display:none!important}:root{--bg:#f7f5f2;--bg-warm:#fbf9f6;--bg-band:#efeae2;--card:#fff;--text:#1b1c1a;--text-soft:#5f615c;--text-muted:#777973;--line:#e6e1db;--accent:#c44e12;--accent-hover:#ad430e;--accent-soft:#f8eee6;--sale:#d94a34;--dark:#1b1c1a;--container:1160px;--header-h:72px;--radius:20px;--font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--h1:clamp(40px,5.2vw,76px);--h2:clamp(30px,3.4vw,48px);--shadow-card:0 8px 28px rgba(28,24,20,.05);--shadow-hover:0 16px 42px rgba(28,24,20,.1)}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}body.modal-open,body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.container{width:min(var(--container),calc(100% - 64px));margin:0 auto}.skip-link{position:absolute;left:16px;top:-48px;z-index:999;background:var(--accent);color:#fff;padding:9px 13px;border-radius:10px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 32%,transparent);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{min-height:var(--header-h);display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}.brand-mark{position:relative;width:18px;height:18px;background:var(--accent);border-radius:3px;transform:rotate(45deg);flex:none}.brand-mark::after{content:"";position:absolute;inset:4px;background:#fff;border-radius:1px}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-size:15px;letter-spacing:.08em}.brand-copy small{margin-top:4px;font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em}.header-promise{font-size:12px;color:var(--text-soft);line-height:1.35;padding-left:18px;border-left:1px solid var(--line)}.header-promise strong{color:var(--text);font-weight:600}.header-contact{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.header-contact a{text-decoration:none;font-size:14px;font-weight:800}.header-contact span{margin-top:4px;font-size:11px;color:var(--text-muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:13px 22px;border:0;border-radius:12px;background:var(--accent);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 10px 24px rgba(173,67,14,.18)}.button-small{min-height:42px;padding:10px 18px}.button-quiet{background:#fff;color:var(--text);border:1px solid var(--line)}.button-quiet:hover{background:#f5f2ed;color:var(--text);box-shadow:none}.button-sale{background:#f6e8b8;color:var(--text)}.button-sale:hover{background:#eedc9d;color:var(--text)}.menu-toggle{display:none;width:44px;height:44px;margin-left:auto;border:1px solid var(--line);border-radius:12px;background:#f4f1ec;align-items:center;justify-content:center;padding:0}.menu-toggle i,.menu-toggle i::before,.menu-toggle i::after{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;position:relative}.menu-toggle i::before,.menu-toggle i::after{content:"";position:absolute;left:0}.menu-toggle i::before{top:-6px}.menu-toggle i::after{top:6px}.mobile-menu{position:fixed;inset:var(--header-h) 0 0;z-index:90}.mobile-menu-backdrop{position:absolute;inset:0;border:0;background:rgba(20,20,18,.32)}.mobile-menu-panel{position:relative;background:#fff;border-bottom:1px solid var(--line);padding:14px 20px 20px;display:flex;flex-direction:column;gap:4px}.mobile-menu-panel>a{min-height:46px;display:flex;align-items:center;text-decoration:none;font-weight:700}.mobile-menu-panel .button{margin-top:8px}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:#30322f}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,10,.76) 0%,rgba(10,12,10,.52) 42%,rgba(10,12,10,.12) 72%,rgba(10,12,10,.04) 100%)}.hero-grid{position:relative;z-index:2;width:100%;padding-top:78px;padding-bottom:82px}.hero-content{max-width:720px;color:#fff}.eyebrow{margin:0 0 14px;color:var(--accent);font-size:13px;line-height:1.2;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow-light{color:#ffb28c}.hero h1{margin:0;font-size:var(--h1);line-height:.98;letter-spacing:-.045em;max-width:820px}.hero h1 span{color:#ffd35c}.hero-lead{margin:24px 0 0;max-width:600px;font-size:20px;color:rgba(255,255,255,.84)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.section{padding:92px 0}.section-heading{margin-bottom:38px}.centered-heading{text-align:center}.compact-heading{margin-bottom:30px}.section-heading h2,.about-copy h2,.contact h2{margin:0;font-size:var(--h2);line-height:1.05;letter-spacing:-.035em}.section-lead{margin:14px 0 0;font-size:18px;color:var(--text-soft)}.centered-lead{max-width:650px;margin:18px auto 0;text-align:center}.heading-light{font-weight:500;color:var(--text-soft)}.video-section{background:var(--bg-warm)}.youtube{color:#d92727}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:920px;margin:0 auto}.video-card{position:relative;display:block;overflow:hidden;border-radius:var(--radius);aspect-ratio:16/9;background:#ddd;box-shadow:var(--shadow-card)}.video-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.video-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.22))}.video-card:hover img{transform:scale(1.025);filter:saturate(1.05)}.play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--text);display:grid;place-items:center;padding-left:3px;box-shadow:0 12px 30px rgba(0,0,0,.16)}.price-guarantee{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.price-guarantee-inner{min-height:120px;display:flex;align-items:center;justify-content:center;gap:18px}.price-guarantee p{margin:0;font-size:20px;text-align:center}.price-guarantee strong{color:var(--accent)}.guarantee-icon{width:38px;height:38px;border-radius:999px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:800;flex:none}.about{background:var(--bg)}.about-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:58px;align-items:center}.about-photo{margin:0;height:580px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);background:#ddd}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.about-copy p{color:var(--text-soft);font-size:16px}.about-copy p strong{color:var(--text);font-weight:700}.about-copy .button{margin-top:10px}.structure{background:var(--bg-band)}.structure-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow-card)}.structure-stage{position:relative;min-height:520px;border-radius:17px;overflow:hidden;background:#f7f6f3;display:flex;align-items:center;justify-content:center}.structure-stage img{width:100%;max-height:660px;object-fit:contain}.structure-controls{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding:16px 0 0}.structure-mode{border:1px solid var(--line);background:#fff;color:var(--text-soft);min-height:42px;padding:9px 16px;border-radius:999px;font-weight:700}.structure-mode:hover,.structure-mode.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.projects{background:var(--bg-warm)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.project-card>img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#e6e2dd}.project-body{padding:20px}.project-body h3{margin:0;font-size:19px;line-height:1.25}.project-body p{margin:10px 0;color:var(--text-soft);font-size:14px}.project-price{display:block;margin:14px 0 18px;font-size:17px}.project-body .button{width:100%}.production{background:#fff}.production-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:14px}.production-grid figure{margin:0;overflow:hidden;border-radius:18px;background:#ddd}.production-grid figure:nth-child(1){grid-row:span 2}.production-grid figure:nth-child(4){grid-column:span 2}.production-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.production-grid figure:hover img{transform:scale(1.025)}.contact{background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}.contact-card,.contact-photo{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.contact-card{padding:26px}.contact-map{height:250px;border-radius:14px;background:radial-gradient(circle at 45% 40%,#f8eee6 0,#efe6db 35%,#e3ddd4 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-soft);position:relative}.map-pin{width:52px;height:52px;border-radius:999px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:25px;margin-bottom:10px}.contact-map strong{color:var(--text);font-size:20px}.contact-map span{font-size:13px}.contact-card dl{margin:22px 0}.contact-card dl>div{display:grid;grid-template-columns:100px 1fr;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.contact-card dt{font-size:13px;color:var(--text-muted);font-weight:700}.contact-card dd{margin:0;font-weight:600}.contact-card dd a{text-decoration:none}.contact-photo{min-height:520px}.contact-photo img{width:100%;height:100%;object-fit:cover}.site-footer{background:#171816;color:#fff;padding:34px 0}.footer-inner{display:flex;align-items:center;gap:28px}.footer-inner>span{color:#aaaea8;font-size:13px}.footer-inner>a:last-child{margin-left:auto;text-decoration:none;font-weight:800}.footer-brand .brand-copy small{color:#aaaea8}.footer-brand .brand-mark::after{background:#171816}.modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(19,20,18,.56);backdrop-filter:blur(4px)}.modal-card{position:relative;z-index:1;width:min(520px,100%);max-height:min(820px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:22px;padding:30px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.modal-card h2{margin:0 40px 22px 0;font-size:30px;line-height:1.1;letter-spacing:-.025em}.modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:26px;line-height:1}.prototype-form{display:grid;gap:16px}.prototype-form label,.quiz-phone{display:grid;gap:7px;font-size:13px;font-weight:700}.prototype-form label span{font-weight:500;color:var(--text-muted)}.prototype-form input,.quiz-phone input{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fbfaf8}.form-note{margin:0;color:var(--text-muted);font-size:11px}.form-status{margin:0;color:var(--accent);font-size:13px;font-weight:700}.quiz-card{width:min(720px,100%)}.quiz-progress{height:5px;background:#eeeae4;border-radius:999px;margin-bottom:24px;overflow:hidden}.quiz-progress span{display:block;height:100%;width:16.666%;background:var(--accent);transition:width .25s ease}.quiz-step{display:none;border:0;margin:0;padding:0}.quiz-step.is-active{display:block}.quiz-step legend{padding:0;margin:0 0 18px;font-size:22px;font-weight:800;line-height:1.25}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choice-grid label{position:relative}.choice-grid input{position:absolute;opacity:0;pointer-events:none}.choice-grid span{min-height:52px;border:1px solid var(--line);border-radius:12px;padding:12px 14px;display:flex;align-items:center;font-weight:600;background:#fff}.choice-grid input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.quiz-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.quiz-prev{margin-right:auto}.quiz-phone{font-size:14px}.quiz-status{margin-top:14px}.prototype-form input:focus,.quiz-phone input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(196,78,18,.1)}@media(min-width:761px){.hero-grid{padding-left:clamp(48px,6vw,88px);padding-right:32px}.hero-content{max-width:620px}.hero h1{font-size:clamp(34px,3.8vw,56px);line-height:1.03}}@media(max-width:960px){.header-promise{display:none}.project-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:32px}.contact-grid{grid-template-columns:1fr}.contact-photo{min-height:420px}.structure-stage{min-height:420px}}@media(max-width:760px){:root{--header-h:70px}.container{width:min(100% - 32px,var(--container))}.site-header .header-contact,.site-header>.container>.button{display:none}.menu-toggle{display:flex}.hero{min-height:680px;align-items:flex-end}.hero-photo{object-position:55% center}.hero-shade{background:linear-gradient(180deg,rgba(12,13,12,.22),rgba(12,13,12,.82) 60%,rgba(12,13,12,.9))}.hero-grid{padding-top:120px;padding-bottom:54px}.hero h1{font-size:clamp(42px,12.5vw,66px)}.hero-lead{font-size:18px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.section{padding:64px 0}.section-heading{margin-bottom:28px}.video-grid{grid-template-columns:1fr;gap:12px}.price-guarantee-inner{padding:24px 0;align-items:flex-start}.price-guarantee p{text-align:left;font-size:17px}.about-grid{grid-template-columns:1fr}.about-photo{height:430px}.structure-shell{padding:10px}.structure-stage{min-height:280px}.project-grid{grid-template-columns:1fr}.production-grid{grid-template-columns:1fr;grid-auto-rows:230px}.production-grid figure:nth-child(1),.production-grid figure:nth-child(4){grid-row:auto;grid-column:auto}.contact-card{padding:18px}.contact-photo{min-height:360px}.footer-inner{align-items:flex-start;flex-direction:column;gap:14px}.footer-inner>a:last-child{margin-left:0}.choice-grid{grid-template-columns:1fr}.modal{padding:12px}.modal-card{padding:24px 18px;max-height:calc(100vh - 24px)}.quiz-step legend{font-size:20px}}@media(max-width:460px){.brand-copy strong{font-size:14px}.brand-copy small{font-size:10px}.hero{min-height:720px}.hero-content{padding-top:36px}.hero h1{font-size:48px}.hero-lead{font-size:17px}.section-heading h2,.about-copy h2,.contact h2{font-size:34px}.project-body{padding:17px}.contact-card dl>div{grid-template-columns:1fr;gap:4px}.contact-map{height:220px}}

/* Project gallery: preserve the old site's multi-view project cards in the Gemini design language. */
.project-gallery{background:#f2efea;border-bottom:1px solid var(--line)}
.project-gallery-stage{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e8e4de}
.project-gallery-stage.is-plan{background:#fff}
.project-main-image{width:100%;height:100%;object-fit:cover;transition:opacity .16s ease,transform .25s ease}
.project-gallery-stage.is-plan .project-main-image{object-fit:contain;padding:10px;background:#fff}
.project-media-label{position:absolute;left:12px;top:12px;z-index:2;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);font-size:11px;font-weight:800;letter-spacing:.04em;color:var(--text);box-shadow:0 4px 14px rgba(0,0,0,.08)}
.project-gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(25,25,23,.58);backdrop-filter:blur(8px);color:#fff;font-size:27px;line-height:1;display:grid;place-items:center;opacity:0;transition:opacity .2s ease,background .2s ease}
.project-gallery:hover .project-gallery-arrow,.project-gallery-arrow:focus-visible{opacity:1}
.project-gallery-arrow:hover{background:rgba(25,25,23,.78)}
.project-gallery-prev{left:12px}.project-gallery-next{right:12px}
.project-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:9px;background:#fff}
.project-thumb{position:relative;overflow:hidden;aspect-ratio:16/9;padding:0;border:1px solid var(--line);border-radius:9px;background:#f4f1ed;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.project-thumb img{width:100%;height:100%;object-fit:cover}
.project-thumb:last-child img{object-fit:contain;background:#fff;padding:2px}
.project-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 18%,transparent)}
.project-thumb:hover{transform:translateY(-1px)}
.project-thumb:last-child::after{content:"ПЛАН";position:absolute;right:5px;bottom:5px;padding:3px 5px;border-radius:5px;background:rgba(27,28,26,.82);color:#fff;font-size:8px;font-weight:800;letter-spacing:.08em}
@media(max-width:760px){.project-gallery-arrow{opacity:1;width:36px;height:36px}.project-thumbs{gap:6px;padding:8px}.project-media-label{top:10px;left:10px}}

/* New architectural series: Barn House + Scandinavian. */
.new-projects{background:#fff;border-top:1px solid var(--line)}
.series-block{margin-top:44px}
.series-block+.series-block{margin-top:72px}
.series-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.series-heading-row>div{display:flex;align-items:center;gap:12px}
.series-heading-row h3{margin:0;font-size:30px;line-height:1;letter-spacing:-.035em}
.series-heading-row p{margin:0;color:var(--text-muted);font-size:14px;font-weight:600}
.series-index{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}
.series-chip{display:inline-flex;align-items:center;width:max-content;margin-bottom:9px;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.project-card-new .project-body{display:flex;flex-direction:column;align-items:flex-start}
.project-card-new .project-body h3{margin-bottom:2px}
.project-card-new .project-body p{min-height:44px;margin-bottom:18px}
.project-card-new .project-body .button{margin-top:auto}
@media(max-width:760px){.series-block{margin-top:34px}.series-block+.series-block{margin-top:54px}.series-heading-row{align-items:center}.series-heading-row h3{font-size:25px}.series-heading-row p{font-size:12px}.project-card-new .project-body p{min-height:0}}

/* Real-photo gallery. Thumbnails are lightweight WebP; large files load only in the lightbox. */
.real-gallery{background:#171816;color:#fff;overflow:hidden}
.real-gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}
.real-gallery-heading>div:first-child{max-width:700px}
.real-gallery h2{margin:0;font-size:var(--h2);line-height:1.05;letter-spacing:-.035em}
.real-gallery .section-lead{max-width:650px;color:#aeb0ab}
.gallery-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.gallery-filter{min-height:40px;padding:8px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);color:#d6d8d3;font-weight:700;transition:background .2s ease,color .2s ease,border-color .2s ease}
.gallery-filter:hover{background:rgba(255,255,255,.11)}
.gallery-filter.is-active{background:#fff;border-color:#fff;color:#171816}
.real-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:108px;gap:12px}
.real-gallery-item{position:relative;grid-column:span 4;grid-row:span 3;overflow:hidden;padding:0;border:0;border-radius:18px;background:#292a27;text-align:left;color:#fff;box-shadow:0 14px 42px rgba(0,0,0,.16)}
.real-gallery-item.gallery-item--wide{grid-column:span 8}
.real-gallery-item.gallery-item--tall{grid-row:span 4}
.real-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.65,.3,1),filter .35s ease}
.real-gallery-item:hover img{transform:scale(1.035);filter:saturate(1.04)}
.real-gallery-overlay{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;gap:3px;padding:42px 16px 15px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.62));opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}
.real-gallery-item:hover .real-gallery-overlay,.real-gallery-item:focus-visible .real-gallery-overlay{opacity:1;transform:none}
.real-gallery-overlay span{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffd5be}
.real-gallery-overlay strong{font-size:14px;line-height:1.25}
.real-gallery-zoom{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.9);color:#171816;display:grid;place-items:center;font-size:17px;font-weight:800;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}
.real-gallery-item:hover .real-gallery-zoom,.real-gallery-item:focus-visible .real-gallery-zoom{opacity:1;transform:none}
@media(min-width:961px){.real-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:260px;grid-auto-flow:row;gap:14px}.real-gallery-item,.real-gallery-item.gallery-item--wide,.real-gallery-item.gallery-item--tall{grid-column:span 1;grid-row:span 1}.real-gallery-item:first-child{grid-column:span 2}}
.gallery-more-wrap{display:flex;justify-content:center;margin-top:28px}
.gallery-more{min-height:48px;padding:11px 20px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:transparent;color:#fff;font-weight:800}
.gallery-more:hover{background:#fff;color:#171816}
.gallery-more span{margin-left:7px;color:#ffb28c}
.gallery-more:hover span{color:var(--accent)}
body.gallery-open{overflow:hidden}
.gallery-lightbox{position:fixed;inset:0;z-index:700;display:grid;place-items:center;padding:22px}
.gallery-lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(10,10,9,.88);backdrop-filter:blur(12px)}
.gallery-lightbox-shell{position:relative;z-index:1;width:min(1240px,100%);height:min(820px,calc(100vh - 44px));display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:14px}
.gallery-lightbox-figure{margin:0;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#111210;border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.gallery-lightbox-figure img{width:100%;height:100%;min-height:0;object-fit:contain;background:#0d0e0c}
.gallery-lightbox-figure figcaption{display:flex;gap:18px;align-items:center;padding:14px 18px;color:#fff;border-top:1px solid rgba(255,255,255,.1)}
.gallery-lightbox-figure figcaption span{color:#92958f;font-size:12px;font-weight:700;white-space:nowrap}
.gallery-lightbox-figure figcaption strong{font-size:14px}
.gallery-lightbox-arrow,.gallery-lightbox-close{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(8px)}
.gallery-lightbox-arrow{width:52px;height:52px;border-radius:999px;font-size:34px;display:grid;place-items:center}
.gallery-lightbox-arrow:hover,.gallery-lightbox-close:hover{background:rgba(255,255,255,.18)}
.gallery-lightbox-close{position:absolute;right:70px;top:12px;z-index:4;width:42px;height:42px;border-radius:999px;font-size:27px;line-height:1}
@media(max-width:960px){.real-gallery-heading{align-items:flex-start;flex-direction:column;gap:20px}.gallery-filters{justify-content:flex-start}.real-gallery-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:105px}.real-gallery-item{grid-column:span 3}.real-gallery-item.gallery-item--wide{grid-column:span 6}.gallery-lightbox-shell{grid-template-columns:46px minmax(0,1fr) 46px;gap:8px}.gallery-lightbox-arrow{width:44px;height:44px}.gallery-lightbox-close{right:54px}}
@media(max-width:760px){.real-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:126px;gap:8px}.real-gallery-item{grid-column:span 1;grid-row:span 2;border-radius:14px}.real-gallery-item.gallery-item--wide{grid-column:span 2;grid-row:span 2}.real-gallery-item.gallery-item--tall{grid-row:span 3}.real-gallery-overlay{opacity:1;transform:none;padding:34px 11px 10px}.real-gallery-overlay strong{display:none}.real-gallery-zoom{opacity:1;transform:none;width:30px;height:30px;font-size:15px}.gallery-filters{gap:6px}.gallery-filter{font-size:13px;padding:7px 12px}.gallery-lightbox{padding:10px}.gallery-lightbox-shell{width:100%;height:calc(100vh - 20px);display:block}.gallery-lightbox-figure{height:100%;border-radius:16px}.gallery-lightbox-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:42px;background:rgba(20,20,18,.58)}.gallery-lightbox-prev{left:8px}.gallery-lightbox-next{right:8px}.gallery-lightbox-close{right:8px;top:8px}.gallery-lightbox-figure figcaption{padding:12px 14px}.gallery-lightbox-figure figcaption strong{font-size:12px}}

/* 2026-09 site polish */
.header-nav{display:flex;align-items:center;gap:18px;white-space:nowrap}.header-nav a{font-size:12px;font-weight:700;color:var(--text-soft);text-decoration:none;transition:color .2s ease}.header-nav a:hover{color:var(--accent)}
.video-title{position:absolute;z-index:3;left:18px;right:72px;bottom:16px;display:flex;flex-direction:column;color:#fff;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.38)}.video-title small{margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.video-title strong{font-size:16px;font-weight:750}.video-card::after{background:linear-gradient(180deg,transparent 32%,rgba(0,0,0,.06) 52%,rgba(0,0,0,.62) 100%)}
.trust-strip{min-height:122px;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch}.trust-item{display:flex;align-items:center;gap:14px;padding:24px 28px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item>div{display:flex;flex-direction:column;gap:4px}.trust-item strong{font-size:15px;line-height:1.25}.trust-item small{font-size:12px;line-height:1.45;color:var(--text-muted)}.trust-number,.trust-symbol{min-width:44px;height:38px;padding:0 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:800;font-size:12px}.trust-symbol{font-size:20px}.trust-strip .guarantee-icon{width:38px;height:38px}
.about-intro{margin-top:20px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.about-stats>div{padding:16px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.about-stats strong{display:block;color:var(--accent);font-size:24px;line-height:1}.about-stats span{display:block;margin-top:7px;color:var(--text-soft);font-size:11px;line-height:1.35}.about-details{margin:6px 0 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0}.about-details summary{cursor:pointer;font-size:13px;font-weight:750;color:var(--text);list-style:none}.about-details summary::-webkit-details-marker{display:none}.about-details summary::after{content:"+";float:right;color:var(--accent);font-size:18px;line-height:1}.about-details[open] summary::after{content:"−"}.about-details p{margin:12px 0 2px;font-size:14px}
#bath3d-poster{position:relative}.bath3d-badge{position:absolute;z-index:4;top:18px;left:18px;padding:8px 12px;border:1px solid rgba(105,119,86,.24);border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);color:#60714f;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.project-family-nav{display:inline-flex;gap:6px;margin:0 auto 24px;padding:5px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:var(--shadow-card)}.project-family-nav a{padding:8px 14px;border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:750;text-decoration:none}.project-family-nav a:hover,.project-family-nav a.is-active{background:var(--accent-soft);color:var(--accent)}
@media(max-width:1180px){.header-promise{display:none}}
@media(max-width:960px){.header-nav{display:none}.trust-strip{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line);padding:18px 20px}.trust-item:last-child{border-bottom:0}}
@media(max-width:760px){
  :root{--header-h:60px}
  .header-inner{min-height:60px;gap:10px}.brand{gap:9px}.brand-mark{width:16px;height:16px}.brand-copy strong{font-size:13px}.brand-copy small{font-size:9px;margin-top:3px}.menu-toggle{width:40px;height:40px;border-radius:11px}
  .hero{min-height:570px}.hero-grid{padding-top:78px;padding-bottom:38px}.hero-content{padding-top:0}.hero h1{font-size:clamp(34px,10.2vw,42px);line-height:1.01;letter-spacing:-.04em}.hero-lead{margin-top:18px;font-size:16px;line-height:1.45}.hero-actions{margin-top:22px}.hero-actions .button{min-height:48px}.eyebrow{font-size:11px;margin-bottom:12px}
  .section{padding:54px 0}.section-heading h2,.about-copy h2,.contact h2{font-size:30px;line-height:1.07}.section-lead{font-size:16px;line-height:1.5}.centered-lead{margin-top:14px}
  .video-title{left:14px;right:62px;bottom:13px}.video-title strong{font-size:14px}.play{width:48px;height:48px}
  .trust-strip{min-height:0}.trust-item{padding:15px 4px}.trust-item strong{font-size:14px}.trust-item small{font-size:11px}.trust-number,.trust-symbol{min-width:38px;height:34px}.trust-strip .guarantee-icon{width:34px;height:34px}
  .about-photo{height:350px}.about-stats{gap:7px;margin:20px 0}.about-stats>div{padding:13px 10px}.about-stats strong{font-size:21px}.about-stats span{font-size:10px}.about-copy p{font-size:15px}
  .bath3d-badge{top:10px;left:10px;padding:6px 9px;font-size:9px}.project-family-nav{max-width:100%;overflow-x:auto;justify-content:flex-start;margin-bottom:20px}.project-family-nav a{padding:7px 11px;white-space:nowrap;font-size:11px}
  .gallery-filters{flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:4px}.gallery-filter{white-space:nowrap;flex:0 0 auto}
}
@media(max-width:460px){.hero{min-height:535px}.hero h1{font-size:35px}.hero-lead{font-size:15px}.hero-actions .button{min-height:46px;padding-top:11px;padding-bottom:11px}.section-heading h2,.about-copy h2,.contact h2{font-size:29px}.about-photo{height:330px}}


/* Manufacturer + drying section */
.hero-proofs{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hero-proofs span{display:inline-flex;align-items:center;min-height:32px;padding:7px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:rgba(255,255,255,.92);font-size:12px;font-weight:700}.maker-section{padding:92px 0 98px;background:#f2ede6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.maker-intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:58px;align-items:center}.maker-intro-copy h2,.maker-value-content h2{margin:0;font-size:var(--h2);line-height:1.04;letter-spacing:-.035em}.maker-intro-lead,.maker-value-lead{margin:18px 0 0;color:var(--text-soft);font-size:18px;line-height:1.55}.maker-callout{display:grid;gap:5px;margin-top:28px;padding:18px 20px;border-left:3px solid var(--accent);background:rgba(255,255,255,.58);border-radius:0 14px 14px 0}.maker-callout strong{font-size:16px}.maker-callout span{color:var(--text-soft);font-size:13px}.maker-main-photo{position:relative;margin:0;min-height:430px;overflow:hidden;border-radius:24px;background:#ddd;box-shadow:var(--shadow-card)}.maker-main-photo img{width:100%;height:100%;min-height:430px;object-fit:cover}.maker-main-photo figcaption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-radius:13px;background:rgba(20,20,18,.78);backdrop-filter:blur(10px);color:#fff}.maker-main-photo figcaption span{color:rgba(255,255,255,.66);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.maker-main-photo figcaption strong{font-size:13px;text-align:right}.maker-chain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:14px;margin-top:34px;padding:18px 22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-card)}.maker-chain span{text-align:center;font-size:12px;font-weight:800;color:var(--text-soft)}.maker-chain i{font-style:normal;color:var(--accent);font-size:20px}.maker-value-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);margin-top:34px;overflow:hidden;border-radius:24px;background:#1c1d1a;box-shadow:var(--shadow-card)}.maker-value-photo{position:relative;margin:0;min-height:520px;background:#262724}.maker-value-photo img{width:100%;height:100%;min-height:520px;object-fit:cover}.maker-value-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.42))}.maker-value-photo figcaption{position:absolute;z-index:1;left:20px;bottom:18px;color:#fff;font-size:12px;font-weight:700}.maker-value-content{padding:54px 50px;color:#fff}.maker-value-content .eyebrow{color:#ffb28c}.maker-value-content h2{max-width:560px}.maker-value-content .maker-value-lead{color:rgba(255,255,255,.7)}.maker-value-steps{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.14)}.maker-value-steps li{display:grid;grid-template-columns:48px 1fr;gap:2px 16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}.maker-value-steps li>span{grid-row:1/3;color:#ffb28c;font-size:12px;font-weight:800;padding-top:3px}.maker-value-steps strong{font-size:16px}.maker-value-steps small{color:rgba(255,255,255,.58);font-size:12px}.maker-value-outcome{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.06)}.maker-value-outcome strong{font-size:13px}.maker-value-outcome span{color:rgba(255,255,255,.68);font-size:13px;text-align:right}
@media(max-width:960px){.maker-intro-grid,.maker-value-layout{grid-template-columns:1fr}.maker-main-photo,.maker-main-photo img{min-height:360px}.maker-chain{grid-template-columns:repeat(5,1fr)}.maker-chain i{display:none}.maker-chain span{padding:8px 10px;border-right:1px solid var(--line)}.maker-chain span:last-child{border-right:0}.maker-value-photo,.maker-value-photo img{min-height:400px}.maker-value-content{padding:40px 34px}}
@media(max-width:760px){.hero-proofs{gap:6px;margin-top:14px}.hero-proofs span{min-height:28px;padding:6px 9px;font-size:10px}.maker-section{padding:58px 0 62px}.maker-intro-grid{gap:28px}.maker-intro-copy h2,.maker-value-content h2{font-size:32px}.maker-intro-lead,.maker-value-lead{font-size:16px}.maker-main-photo,.maker-main-photo img{min-height:300px}.maker-main-photo figcaption{display:grid;gap:3px}.maker-main-photo figcaption strong{text-align:left}.maker-chain{grid-template-columns:1fr;gap:0;margin-top:24px;padding:0 18px}.maker-chain span{position:relative;text-align:left;padding:13px 0 13px 22px;border-right:0;border-bottom:1px solid var(--line)}.maker-chain span:last-child{border-bottom:0}.maker-chain span::before{content:"→";position:absolute;left:0;color:var(--accent)}.maker-value-layout{margin-top:24px}.maker-value-photo,.maker-value-photo img{min-height:270px}.maker-value-content{padding:32px 22px}.maker-value-steps{margin-top:24px}.maker-value-outcome{display:grid;gap:4px}.maker-value-outcome span{text-align:left}}

/* Configuration selected inside the embedded 3D explorer. */
.lead-config-summary{margin:-6px 0 18px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#f7f4ef}
.lead-config-summary strong{display:block;margin-bottom:4px;font-size:12px}.lead-config-summary p{margin:0;color:var(--text-soft);font-size:11px;line-height:1.45}
