:root{--ink:#14252b;--muted:#607177;--paper:#f6f6f1;--white:#fff;--green:#0e6253;--green2:#174b42;--lime:#ddeb9d;--line:#dce3df;--sand:#ece7da;--shadow:0 18px 55px rgba(20,37,43,.11);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.65rem,6vw,5.8rem);line-height:.97;letter-spacing:-.055em;max-width:990px;margin-bottom:28px}h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.03;letter-spacing:-.045em;margin-bottom:20px}h3{line-height:1.2;letter-spacing:-.02em}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800;color:var(--green);margin-bottom:18px}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,78px);background:rgba(246,246,241,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;backdrop-filter:blur(14px)}.brand{font-size:1.15rem;font-weight:900;letter-spacing:.08em;display:inline-flex;align-items:center;gap:7px}.brand span{background:var(--green);color:white;padding:6px 7px;border-radius:4px}.site-header nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:700}.site-header nav a.active{color:var(--green)}.button{border:0;border-radius:7px;background:var(--green);color:#fff;padding:14px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease}.button:hover{background:var(--green2);transform:translateY(-1px)}.button.small{padding:10px 14px}.button.ghost{background:transparent;color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.button.ghost:hover{background:#e7efeb}.button.light{background:var(--lime);color:var(--ink)}.actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.text-link{font-weight:800;color:var(--green);padding:10px}.hero{min-height:690px;padding:clamp(60px,9vw,130px) clamp(20px,7vw,110px);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:7vw;overflow:hidden}.hero-copy>p:not(.eyebrow){font-size:clamp(1.08rem,1.7vw,1.35rem);max-width:760px;color:var(--muted);margin-bottom:32px}.window-visual{height:500px;position:relative;border-radius:200px 200px 20px 20px;background:linear-gradient(150deg,#b7d7d4,#edf1df);overflow:hidden;box-shadow:var(--shadow)}.sun{width:150px;height:150px;border-radius:50%;background:var(--lime);position:absolute;right:12%;top:14%}.frame{position:absolute;inset:16% 11% 17%;border:18px solid #fafaf7;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;box-shadow:0 10px 30px #315c5633}.frame i{border:3px solid #fafaf7;background:linear-gradient(145deg,transparent 49%,#ffffff50 50%,transparent 52%)}.visual-note{position:absolute;bottom:28px;left:0;background:var(--ink);color:white;padding:20px 28px;display:flex;flex-direction:column}.visual-note span{color:#c7d2cf;font-size:.9rem}.trust-strip{margin:0 clamp(20px,5vw,78px);background:var(--white);border:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);box-shadow:var(--shadow)}.trust-strip div{padding:25px 32px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip span{font-size:.85rem;color:var(--muted)}.section{padding:clamp(75px,9vw,135px) clamp(20px,7vw,110px)}.section-heading{max-width:800px;margin-bottom:52px}.section-heading>p:last-child{font-size:1.08rem;color:var(--muted);max-width:650px}.section-heading.compact{margin-bottom:38px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{min-height:280px;background:#eceee8;padding:28px;border:1px solid transparent;display:flex;flex-direction:column;border-radius:var(--radius)}.category.active{background:var(--green);color:white;box-shadow:var(--shadow)}.category>span{font-size:.75rem;opacity:.65;margin-bottom:auto}.category h3{font-size:1.4rem;margin:25px 0 12px}.category p{color:inherit;opacity:.72}.category b,.category em{margin-top:auto;font-size:.85rem}.category em{font-style:normal;background:#dfe3dc;width:max-content;padding:5px 9px;border-radius:20px}.process{background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.steps>div{background:white;padding:40px}.steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--lime);margin-bottom:40px}.steps p{color:var(--muted)}.cta-band{background:var(--green);color:white;margin:0 clamp(20px,5vw,78px) 80px;padding:clamp(35px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:var(--radius)}.cta-band h2{margin:0;max-width:700px}.cta-band .eyebrow{color:var(--lime)}.cta-picker{position:relative}.cta-picker summary{list-style:none}.cta-picker summary::-webkit-details-marker{display:none}.cta-picker[open] summary{border-radius:7px 7px 0 0}.cta-picker-menu{position:absolute;top:calc(100% + 8px);right:0;background:white;color:var(--ink);border-radius:10px;box-shadow:var(--shadow);padding:16px;min-width:240px;z-index:5}.cta-picker-menu p{margin:0 0 10px;font-weight:800;font-size:.78rem;color:var(--muted)}.cta-picker-menu a{display:block;padding:10px 12px;border-radius:6px;font-weight:700;color:var(--ink)}.cta-picker-menu a:hover{background:var(--paper);color:var(--green)}footer{padding:48px clamp(20px,5vw,78px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}footer p{margin:0;color:var(--muted);font-size:.85rem}footer .todo{grid-column:1/-1;color:#8a6035}
.catalog-hero{padding:55px clamp(20px,7vw,110px) 75px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:7vw;align-items:end;background:var(--white)}.catalog-hero h1{font-size:clamp(2.7rem,5.4vw,5rem)}.catalog-hero>div>p:not(.eyebrow){max-width:780px;color:var(--muted);font-size:1.12rem}.breadcrumbs{display:flex;gap:10px;color:var(--muted);font-size:.82rem;margin-bottom:65px}.measure-card{background:var(--ink);color:white;padding:30px;display:grid;grid-template-columns:auto 1fr;gap:20px;border-radius:var(--radius)}.measure-card span{color:var(--lime);font-weight:800}.measure-card p{margin:0;border-bottom:1px solid #ffffff2b;padding-bottom:17px}.measure-card p:last-child{border:0}.price-notice{margin:24px clamp(20px,5vw,78px) 0;padding:22px 28px;background:#f3edd5;border-left:4px solid #d49b29;display:grid;grid-template-columns:180px 1fr;gap:25px}.price-notice p{margin:0;font-size:.88rem;color:#5f5847}.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.profile-grid button{text-align:left;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:26px;min-height:195px;cursor:pointer;display:flex;flex-direction:column;transition:.2s}.profile-grid button:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:var(--shadow)}.profile-grid b{font-size:1.45rem}.profile-grid span{color:var(--green);font-weight:700}.profile-grid small{margin-top:auto;color:var(--muted)}.catalog-section{padding:90px clamp(20px,5vw,78px);background:#eceee9}.catalog-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.catalog-title h2{margin:0}.catalog-title>p{color:var(--muted)}.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.filters{background:var(--white);padding:24px;height:max-content;max-height:calc(100vh - 130px);overflow-y:auto;scrollbar-gutter:stable;position:sticky;top:105px;border-radius:12px}.filter-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.filter-head button,[data-reset]{border:0;background:none;color:var(--green);font-weight:700;cursor:pointer}.filter-reset{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;white-space:nowrap}.filters>label,.filters fieldset{display:flex;flex-direction:column;font-weight:700;font-size:.85rem;margin:18px 0;border:0;padding:0}.filters select,.sort-row select,.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cbd5d1;background:white;padding:12px;margin-top:7px;border-radius:6px;color:var(--ink)}.filters select:focus,.sort-row select:focus,input:focus,textarea:focus{outline:3px solid #0e625326;border-color:var(--green)}.filters legend{font-weight:800;margin-bottom:8px}.filters .check{display:block;font-weight:500;margin:7px 0}.muted{font-size:.75rem;color:var(--muted)}.filter-toggle{display:none}.sort-row{display:flex;justify-content:flex-end;margin-bottom:18px}.sort-row label{font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:10px}.sort-row select{width:auto;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{background:var(--white);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-image{height:190px;background:linear-gradient(145deg,#c8dcda,#eef0e5);position:relative;display:grid;place-items:center}.brand-chip{position:absolute;top:14px;left:14px;background:#fff;padding:5px 9px;border-radius:20px;font-size:.72rem;font-weight:800}.mini-window{width:110px;height:125px;border:10px solid white;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 10px 24px #244c4633}.mini-window i{border:2px solid white;background:linear-gradient(35deg,transparent 48%,#fff8 50%,transparent 52%)}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-tier{color:var(--green);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px}.product-body h3{font-size:1.25rem;margin-bottom:8px}.product-desc{color:var(--muted);font-size:.88rem;min-height:44px}.product-body dl{font-size:.8rem;margin:8px 0 14px}.product-body dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:7px 0}.product-body dt{color:var(--muted)}.product-body dd{margin:0;font-weight:700}.option-tags{display:flex;flex-wrap:wrap;gap:5px;min-height:52px}.option-tags span{font-size:.68rem;background:#edf0eb;padding:4px 7px;border-radius:20px}.price{border-top:1px solid var(--line);margin-top:15px;padding-top:15px;display:flex;flex-direction:column}.price span,.price small{font-size:.68rem;color:var(--muted)}.price strong{font-size:1.35rem}.card-actions{display:grid;grid-template-columns:.65fr 1fr;gap:8px;margin-top:15px}.card-actions .button{font-size:.76rem;padding:10px 8px}.empty{text-align:center;background:white;padding:70px}.faq{max-width:1050px;padding-top:45px}.faq .breadcrumbs{margin-bottom:22px}.faq .section-heading{max-width:700px}.faq .section-heading h1{font-size:clamp(1.7rem,2.8vw,2.8rem);line-height:1.15;letter-spacing:-.02em;max-width:680px;margin-bottom:12px}.faq details{background:var(--white);border-top:1px solid var(--line);padding:23px 5px}.faq-jump{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 50px}.faq-jump a{background:var(--white);border:1px solid var(--line);border-radius:30px;padding:10px 18px;font-weight:700;font-size:.85rem;color:var(--ink)}.faq-jump a:hover{border-color:var(--green);color:var(--green)}.faq-group{margin-top:55px}.faq-group:first-of-type{margin-top:0}.faq-group h2{margin-bottom:4px}.faq summary{font-weight:800;cursor:pointer;list-style:none}.faq summary:after{content:'+';float:right;color:var(--green);font-size:1.4rem}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);max-width:800px;margin:14px 0 0}.quote-section{background:var(--ink);color:white;padding:clamp(70px,9vw,120px) clamp(20px,7vw,110px);display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw}.quote-section .eyebrow{color:var(--lime)}.quote-section>div>p:not(.eyebrow){color:#bbc8c5}.contact-placeholder{border-left:3px solid var(--lime);padding:10px 18px;margin-top:40px}.contact-placeholder p{font-size:.85rem;margin:5px 0;color:#d6aaa0}.quote-section form{background:white;color:var(--ink);padding:clamp(24px,4vw,48px);border-radius:var(--radius)}.modal-panel .quote-section{background:transparent;color:var(--ink);padding:0;margin-top:18px;gap:32px;grid-template-columns:1fr}.modal-panel .quote-section form{padding:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{font-size:.82rem;font-weight:700}.form-grid .wide{grid-column:1/-1}.form-grid small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.consent{display:block;font-size:.78rem;margin:22px 0}.form-note{font-size:.72rem;color:var(--muted);margin-top:16px}.success{background:#e3f2e9;border-left:4px solid var(--green);padding:18px;margin-top:18px}.success p{margin:4px 0 0}.modal,.drawer{position:fixed;inset:0;z-index:100}.modal-backdrop,.drawer-backdrop{position:absolute;inset:0;background:#071b1dd1;backdrop-filter:blur(4px)}.modal-panel{position:relative;max-width:850px;max-height:90vh;overflow:auto;margin:5vh auto;background:white;padding:clamp(24px,5vw,50px);border-radius:var(--radius)}.modal-close,.drawer-head>button{position:absolute;right:18px;top:14px;border:0;background:none;font-size:2rem;cursor:pointer}.modal-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:35px}.modal-picture{background:linear-gradient(145deg,#bad6d3,#f0f1e5);min-height:320px;display:grid;place-items:center}.modal-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.modal-form label{font-size:.8rem;font-weight:700}.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:10px;border:1px solid var(--line);margin-top:5px}.modal-form .wide{grid-column:1/-1}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(520px,100%);background:white;padding:30px;display:flex;flex-direction:column}.drawer-head{position:relative;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:2rem}.drawer-head>button{right:0;top:0}.drawer #cart-items{overflow:auto;flex:1}.cart-item{padding:20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start}.cart-item p{color:var(--muted);font-size:.8rem;margin:6px 0 0}.cart-item-info small{color:var(--muted)}.cart-item-price{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right;white-space:nowrap}.cart-item-price small{color:var(--muted);font-size:.72rem}.cart-item-price b{font-size:1.05rem}.icon-remove{display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:#a43b34;cursor:pointer;padding:4px}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:16px 4px 0;margin-top:6px;border-top:2px solid var(--ink);font-weight:800;font-size:1.05rem}.cart-step-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cart-step-head h2{margin:0;font-size:1.8rem}.link-button{border:0;background:none;color:var(--green);font-weight:700;cursor:pointer;font-size:.82rem;padding:0}.step-back{display:block;border:0;background:none;color:var(--green);font-weight:700;cursor:pointer;margin-bottom:18px;padding:0;font-size:.85rem}.cart-step-layout{display:grid;grid-template-columns:1.6fr .9fr;gap:32px;align-items:start}.cart-step-item{display:grid;grid-template-columns:56px 1fr auto auto;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{width:56px;height:56px;border-radius:8px}.visual-window{background:linear-gradient(145deg,#c8dcda,#eef0e5)}.comfort-thumb{background:linear-gradient(145deg,#c6d9d5,#edf0e8)}.qty-stepper{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:20px;padding:4px 6px;height:max-content}.qty-stepper button{width:24px;height:24px;border-radius:50%;border:0;background:var(--paper);cursor:pointer;font-size:1rem;line-height:1}.qty-stepper span{min-width:18px;text-align:center;font-weight:700}.cart-summary-box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:24px;position:sticky;top:0}.cart-summary-box h3{margin:0 0 14px}.cart-summary-box .button{width:100%;margin-top:4px}.cart-summary-row.total{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:1.1rem;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:14px}.cart-summary-box .muted{display:block;margin:0 0 18px}.cart-recap-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:.85rem}.drawer-foot{padding-top:20px}.drawer-foot p{font-size:.78rem;color:var(--muted)}.drawer-foot .button{width:100%}.mobile-cart{display:none}.no-scroll{overflow:hidden}.toast-region{position:fixed;top:100px;right:20px;z-index:110;display:grid;gap:8px;max-width:320px}.toast{background:var(--ink);color:white;padding:14px 20px;border-radius:8px;box-shadow:var(--shadow);font-weight:700;font-size:.85rem}@media(max-width:760px){.toast-region{top:80px;left:12px;right:12px;max-width:none}}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.profile-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr .65fr}.window-visual{height:420px}.site-header nav>a:not(.button){display:none}}
@media(max-width:760px){h1{font-size:2.75rem}.site-header{height:68px;padding:0 18px}.site-header nav{gap:5px}.site-header .button{display:none}.hero,.catalog-hero{grid-template-columns:1fr;padding:55px 20px}.hero{min-height:auto}.window-visual{height:340px}.trust-strip{grid-template-columns:1fr;margin:0 20px}.trust-strip div{border-right:0;border-bottom:1px solid var(--line)}.category-grid,.profile-grid,.steps{grid-template-columns:1fr}.category{min-height:210px}.section{padding:70px 20px}.cta-band{margin:0 20px 80px;align-items:flex-start;flex-direction:column}.cta-picker-menu{left:0;right:auto;width:calc(100vw - 80px);max-width:280px}.catalog-hero{gap:35px}.breadcrumbs{margin-bottom:38px}.price-notice{margin:15px 20px 0;grid-template-columns:1fr;gap:5px}.catalog-section{padding:70px 15px}.catalog-title{align-items:flex-start}.catalog-layout{grid-template-columns:1fr}.filter-toggle{display:block;width:100%;padding:13px;border:1px solid var(--green);color:var(--green);background:white;font-weight:800;margin-bottom:14px}.filters{display:none;position:static}.filters.open{display:block}.product-grid{grid-template-columns:1fr}.sort-row{justify-content:stretch}.sort-row label{width:100%;justify-content:space-between}.quote-section{grid-template-columns:1fr;padding:70px 20px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.modal-panel{margin:0;max-height:100vh;height:100%;border-radius:0}.modal-layout{grid-template-columns:1fr}.modal-picture{min-height:210px}.modal-form{grid-template-columns:1fr}.modal-form .wide{grid-column:auto}.mobile-cart{display:flex;position:fixed;bottom:12px;left:12px;right:12px;z-index:50;background:var(--green);color:white;border:0;padding:15px;justify-content:center;border-radius:7px;font-weight:800;box-shadow:var(--shadow)}footer{grid-template-columns:1fr;padding-bottom:90px}.card-actions{grid-template-columns:1fr 1fr}.cart-step-layout{grid-template-columns:1fr}.cart-step-item{grid-template-columns:48px 1fr;row-gap:10px}.cart-step-item .qty-stepper{grid-column:1/-1;justify-self:start}.cart-step-item .cart-item-price{grid-column:1/-1;flex-direction:row;justify-content:space-between;width:100%}.cart-summary-box{position:static}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.reveal.reveal-armed{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.reveal-armed.is-visible{opacity:1;transform:translateY(0)}

/* Márkakalauzok */
.brand-guide-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}.brand-guide-links>a{background:var(--ink);color:white;padding:25px;border-radius:12px;display:grid;grid-template-columns:auto 1fr;gap:5px 22px;align-items:center}.brand-guide-links>a:last-child{background:#29333c}.brand-guide-links span{grid-row:1/3;font-weight:900;letter-spacing:.08em;color:var(--lime)}.brand-guide-links b,.brand-guide-links small{display:block}.brand-guide-links small{color:#b9c7c4}.brand-guide-links em{grid-column:2;font-style:normal;font-weight:800;font-size:.8rem;margin-top:8px}
.brand-page{--brand-accent:#eea900}.rehau-page{--brand-accent:#d12d35}.brand-hero{min-height:700px;padding:55px clamp(20px,7vw,110px) 90px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:8vw;background:linear-gradient(115deg,#f8f7f1 65%,#ebe7d9 65%)}.brand-hero-reh{background:linear-gradient(115deg,#f8f7f1 65%,#e9ecee 65%)}.brand-hero h1{font-size:clamp(2.7rem,4.8vw,4.8rem);line-height:1.06;margin-bottom:22px}.brand-hero .lead{font-size:clamp(1.1rem,1.7vw,1.35rem);color:var(--muted);max-width:800px}.brand-page .breadcrumbs{margin-bottom:75px}.brand-page .eyebrow{color:var(--brand-accent)}.brand-page .button{background:var(--ink)}.brand-page .button.ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.verified{font-size:.78rem;color:var(--muted);margin-top:35px}.verified span{display:inline-grid;place-items:center;background:var(--brand-accent);color:white;width:22px;height:22px;border-radius:50%;margin-right:7px}.profile-art{min-height:440px;background:#1e3135;position:relative;display:grid;place-items:center;border-radius:200px 200px 18px 18px;box-shadow:var(--shadow);overflow:hidden}.rehau-page .profile-art{background:#26333d}.profile-art small{position:absolute;bottom:18px;color:#bdcac8;text-align:center;font-size:.67rem}.profile-cut{width:245px;height:245px;background:#fafaf7;border-radius:23% 45% 18% 35%;position:relative;transform:rotate(-12deg);box-shadow:inset 0 0 0 13px #d9dbd6,0 25px 60px #0006}.profile-cut i{position:absolute;border:5px solid #b7bcb7;background:#f5f5ef}.profile-cut i:nth-child(1){inset:30px 120px 125px 30px}.profile-cut i:nth-child(2){inset:30px 30px 125px 140px}.profile-cut i:nth-child(3){inset:140px 130px 28px 30px}.profile-cut i:nth-child(4){inset:140px 30px 28px 135px}.profile-cut i:nth-child(5){inset:105px 55px 105px 55px;background:var(--brand-accent);border:0}.profile-cut b{position:absolute;inset:88px -22px 88px 178px;background:#87b6c7;border:9px solid #e8eae5}.profile-cut-reh{border-radius:12% 39% 22% 28%}.technical-note{margin:0 clamp(20px,5vw,78px);padding:25px 30px;background:#f7edd5;border-top:4px solid var(--brand-accent);display:grid;grid-template-columns:190px 1fr;gap:25px}.technical-note p{margin:0;color:#625b4b}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}.prose p{font-size:1.08rem;color:var(--muted)}.system-section{background:#e9ece7;padding:clamp(75px,9vw,125px) clamp(20px,5vw,78px)}.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.system-card{background:white;padding:30px;display:flex;flex-direction:column;border-radius:14px;min-height:600px}.system-card.featured{border-top:5px solid var(--brand-accent)}.system-card.dark{background:var(--ink);color:white}.system-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.system-top span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.dark .system-top span{color:#aebdba}.system-top b{font-size:1.4rem;color:var(--brand-accent)}.system-card h3{font-size:1.75rem}.system-card>p{color:var(--muted)}.system-card.dark>p{color:#c0ccca}.system-card ul{padding-left:20px;margin:18px 0 25px}.system-card li{margin:8px 0;font-size:.9rem}.best-for{border-top:1px solid var(--line);padding-top:18px;margin-top:auto}.dark .best-for{border-color:#ffffff2b}.source-link{color:var(--green);font-weight:800;font-size:.8rem;margin-top:12px}.brand-page .source-link{color:var(--brand-accent)}.comparison-wrap{margin-top:35px;background:white;padding:10px 25px 20px;overflow:auto}.comparison{width:100%;border-collapse:collapse;min-width:800px}.comparison th,.comparison td{text-align:left;border-bottom:1px solid var(--line);padding:16px 12px;font-size:.85rem}.comparison thead th{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.table-note{font-size:.72rem;color:var(--muted);margin:15px 0 0}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.split-feature h3{font-size:1.35rem;margin-top:30px}.split-feature>div:last-child>p{color:var(--muted)}.wide-art{min-height:520px;border-radius:18px;background:linear-gradient(145deg,#344e51,#a3beb9)}.door-scene{width:70%;height:70%;border:16px solid #f4f4ef;display:grid;grid-template-columns:1.4fr .6fr;background:#accdce}.door-scene i{border:3px solid white;background:linear-gradient(35deg,transparent 48%,#fff6 50%,transparent 52%)}.door-scene i:first-child{grid-row:1/3}.inline-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px}.inline-links a{font-size:.8rem;font-weight:800;color:var(--green);text-decoration:underline}.knowledge{background:white}.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.knowledge-grid article{background:white;padding:30px}.knowledge-grid span{color:var(--brand-accent);font-weight:900}.knowledge-grid h3{margin-top:45px}.knowledge-grid p{color:var(--muted);font-size:.9rem}.finish-section{padding:clamp(60px,8vw,100px) clamp(20px,7vw,110px);background:#223438;color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:center}.finish-section>div:first-child>p:last-child{color:#bec9c7}.swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.swatches>div{font-size:.7rem}.swatches i{display:block;height:180px;background:var(--sw);margin-bottom:10px;border-radius:100px 100px 5px 5px;box-shadow:inset 0 0 0 1px #ffffff24}.chooser-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.chooser-grid article{border:1px solid var(--line);background:white;padding:30px;display:grid;grid-template-columns:1fr auto}.chooser-grid b{color:var(--muted);font-size:.8rem}.chooser-grid span{color:var(--brand-accent);font-size:1.5rem}.chooser-grid h3{grid-column:1/-1;font-size:1.7rem;margin:25px 0 8px}.chooser-grid p{grid-column:1/-1;color:var(--muted);margin:0}.brand-faq{max-width:1100px}.sources{padding:65px clamp(20px,7vw,110px);background:#e1e3dd;display:grid;grid-template-columns:.6fr 1.4fr;gap:7vw}.sources ol{margin:0;padding-left:20px}.sources li{margin:12px 0}.sources a{text-decoration:underline;font-weight:700}.sources>p{grid-column:2;font-size:.72rem;color:var(--muted)}.brand-cta{margin-top:80px}.brand-cta .eyebrow{color:var(--lime)}.outline-light{background:transparent!important;box-shadow:inset 0 0 0 1px white}.material-story{background:#eceee9;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}.material-story>div:first-child>p{color:var(--muted)}.fiber-diagram{min-height:370px;background:#26343c;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px}.fiber-layer{width:230px;height:155px;background:#f0f0ea;border-radius:35px;position:relative;overflow:hidden;margin-bottom:25px}.fiber-layer i{position:absolute;width:240px;height:4px;background:#d12d35;transform:rotate(-20deg);left:-5px}.fiber-layer i:nth-child(1){top:20px}.fiber-layer i:nth-child(2){top:50px}.fiber-layer i:nth-child(3){top:80px}.fiber-layer i:nth-child(4){top:110px}.fiber-layer i:nth-child(5){top:140px}.fiber-diagram b{font-size:1.2rem}.fiber-diagram span{color:#f09aa0}.fiber-diagram small{color:#9baaad;margin-top:20px}.rehau-finishes{background:#29333c}.rehau-finishes>.source-link{grid-column:2}.rehau-cta{background:#26343c}
@media(max-width:1000px){.system-grid{grid-template-columns:1fr}.system-card{min-height:auto}.knowledge-grid{grid-template-columns:repeat(2,1fr)}.brand-hero{grid-template-columns:1fr .55fr}.brand-guide-links{grid-template-columns:1fr}}
@media(max-width:760px){.brand-hero{grid-template-columns:1fr;padding:45px 20px 65px}.brand-hero h1{font-size:2.45rem}.brand-page .breadcrumbs{margin-bottom:45px}.profile-art{min-height:340px}.technical-note,.intro-grid,.split-feature,.finish-section,.material-story,.sources{grid-template-columns:1fr}.technical-note{gap:8px}.system-section{padding:70px 15px}.system-card{padding:24px}.knowledge-grid,.chooser-grid{grid-template-columns:1fr}.swatches{grid-template-columns:repeat(3,1fr)}.swatches i{height:120px}.sources>p,.rehau-finishes>.source-link{grid-column:1}.brand-guide-links>a{grid-template-columns:1fr}.brand-guide-links span,.brand-guide-links em{grid-column:1;grid-row:auto}.wide-art{min-height:370px}}

/* Részletes nyílászáró-katalógus */
.catalog-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:0 0 24px}.catalog-categories button{border:1px solid #cfd7d3;background:#f7f8f5;padding:15px 12px;border-radius:9px;cursor:pointer;display:flex;justify-content:space-between;gap:8px;text-align:left;color:var(--ink);font-weight:800}.catalog-categories button b{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;background:#e1e6e2;font-size:.7rem}.catalog-categories button.active{background:var(--green);border-color:var(--green);color:white}.catalog-categories button.active b{background:var(--lime);color:var(--ink)}.sort-row{justify-content:space-between}.active-filter-summary{font-size:.8rem;color:var(--green);font-weight:800;align-self:center}.category-chip{position:absolute;right:14px;top:14px;background:#14252bd9;color:white;padding:5px 9px;border-radius:20px;font-size:.68rem;font-weight:800}.product-image.visual-balcony{background:linear-gradient(145deg,#d7d4c4,#9cbdb7)}.product-image.visual-entrance{background:linear-gradient(145deg,#c9bba6,#718b89)}.product-image.visual-patio{background:linear-gradient(145deg,#b9d2d3,#dce6d4)}.product-image.visual-custom{background:linear-gradient(145deg,#d5c9d9,#afc9c8)}.product-silhouette{width:110px;height:125px;border:9px solid white;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 10px 24px #244c4633;position:relative}.product-silhouette i{border:2px solid white;background:linear-gradient(35deg,transparent 48%,#fff8 50%,transparent 52%)}.product-silhouette.shape-single{grid-template-columns:1fr}.product-silhouette.shape-triple{width:155px;grid-template-columns:repeat(3,1fr)}.product-silhouette.shape-tall-door{width:75px;height:145px;grid-template-columns:1fr}.product-silhouette.shape-double-door{width:135px;height:145px}.product-silhouette.shape-door{width:80px;height:145px;grid-template-columns:1fr;background:#506b67}.product-silhouette.shape-door i:first-child{margin:15px 12px 60px;border:5px solid white}.product-silhouette.shape-door i:not(:first-child){display:none}.product-silhouette.shape-door-side{width:140px;height:145px;grid-template-columns:1.5fr .8fr;background:#506b67}.product-silhouette.shape-door-side i:nth-child(1){margin:15px 10px 65px;border:5px solid white}.product-silhouette.shape-door-side i:nth-child(3){display:none}.product-silhouette.shape-slider{width:165px;height:125px;grid-template-columns:1fr 1fr}.product-silhouette.shape-slider:after{content:'↔';position:absolute;bottom:5px;left:50%;transform:translateX(-50%);color:white;font-weight:900}.product-silhouette.shape-slider i:nth-child(3){display:none}.product-silhouette.shape-shap ed{border-radius:50%}.product-silhouette.shape-shaped{border-radius:50%;overflow:hidden;grid-template-columns:1fr}.product-silhouette.shape-shaped i:not(:first-child){display:none}.product-body dl div{gap:12px}.product-body dd{text-align:right}.option-tags{min-height:76px}.option-tags span{line-height:1.25}.modal-picture .product-silhouette{transform:scale(1.35)}.modal-picture.visual-balcony{background:linear-gradient(145deg,#d7d4c4,#9cbdb7)}.modal-picture.visual-entrance{background:linear-gradient(145deg,#c9bba6,#718b89)}.modal-picture.visual-patio{background:linear-gradient(145deg,#b9d2d3,#dce6d4)}.modal-picture.visual-custom{background:linear-gradient(145deg,#d5c9d9,#afc9c8)}.modal-specs{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.modal-specs span{background:#edf0eb;padding:5px 8px;border-radius:20px;font-size:.7rem}.feature-list{padding-left:20px;margin:18px 0}.feature-list li{margin:6px 0;color:var(--muted);font-size:.86rem}.technical-copy{background:#f2f0e7;border-left:3px solid #d49b29;padding:12px;font-size:.78rem;color:var(--muted)}.config-options{border:1px solid var(--line);padding:14px!important;display:grid;grid-template-columns:1fr 1fr;gap:8px}.config-options legend{font-size:.8rem;font-weight:800;padding:0 5px}.config-check{font-weight:500!important;display:flex;gap:6px;align-items:flex-start}.config-check input{width:auto!important;margin:3px 0 0!important}
@media(max-width:1100px){.catalog-categories{grid-template-columns:repeat(3,1fr)}}
.product-image.has-photo{background:#f0f2ef;padding:0}.product-image.has-photo .product-silhouette{display:none}.product-image.has-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.modal-picture.has-photo{background:#f0f2ef;padding:0;overflow:hidden}.modal-picture.has-photo img{width:100%;height:320px;object-fit:contain;display:block}.comfort-card-visual.has-photo{background:#f0f2ef}.comfort-card-visual.has-photo .comfort-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.comfort-modal-visual.has-photo{background:#f0f2ef;overflow:hidden}.comfort-modal-visual.has-photo .comfort-photo-modal{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:760px){.catalog-categories{display:flex;overflow:auto;margin-left:-15px;margin-right:-15px;padding:0 15px 8px;scroll-snap-type:x proximity}.catalog-categories button{min-width:155px;scroll-snap-align:start}.sort-row{gap:12px;flex-direction:column}.active-filter-summary{align-self:flex-start}.config-options{grid-template-columns:1fr}.modal-picture .product-silhouette{transform:scale(1.1)}}

.option-tags{align-items:flex-start;align-content:flex-start;min-height:58px}.option-tags span{flex:0 0 auto;max-width:100%;padding:5px 8px;border-radius:6px;white-space:normal}.option-tags span b{color:var(--green);font-weight:800}

.quote-cart-summary{border:1px solid var(--line);background:#f5f7f4;border-radius:9px;padding:18px;margin-bottom:24px}.quote-cart-summary h3{margin-bottom:5px}.quote-cart-summary .cart-item{padding:13px 0}.quote-cart-summary .cart-item:last-child{border-bottom:0}.success [data-submitted-items]{border-top:1px solid #bdd8c7;margin-top:14px;padding-top:12px}.success [data-submitted-items] .cart-item{padding:10px 0}
.quote-confirm-modal{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px}.quote-confirm-backdrop{position:absolute;inset:0;background:#071b1dd6;backdrop-filter:blur(4px)}.quote-confirm-card{position:relative;width:min(520px,100%);background:white;border-radius:14px;padding:34px;box-shadow:0 30px 80px #06171955}.quote-confirm-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:1.8rem;line-height:1;cursor:pointer}.quote-confirm-card h2{font-size:clamp(1.55rem,3vw,2.15rem);margin:8px 0 10px}.quote-confirm-card p{color:var(--muted);margin:0 0 18px}.quote-confirm-card dl{display:grid;gap:8px;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:14px;margin:0 0 18px}.quote-confirm-card dl div{display:flex;justify-content:space-between;gap:16px}.quote-confirm-card dt{color:var(--muted);font-size:.78rem}.quote-confirm-card dd{margin:0;font-weight:800;text-align:right}.quote-confirm-card small{display:block;color:#8a5c12;margin:-5px 0 16px}.quote-confirm-card .button{width:100%}

.brand-shortcuts{padding:28px clamp(20px,5vw,78px) 32px;background:var(--white)}.brand-shortcuts .brand-guide-links{grid-template-columns:repeat(2,minmax(0,300px));justify-content:start;gap:12px}.brand-shortcuts .brand-guide-links>a{min-height:auto;padding:18px 20px;grid-template-columns:1fr;align-items:start;gap:6px}.brand-shortcuts .brand-guide-links span,.brand-shortcuts .brand-guide-links em{grid-column:1;grid-row:auto}.brand-shortcuts+.catalog-section{padding-top:70px}@media(max-width:1000px){.brand-shortcuts{padding-top:20px}.brand-shortcuts .brand-guide-links{grid-template-columns:1fr}.brand-shortcuts .brand-guide-links>a{min-height:auto}}

.price-notice{display:block;padding:16px 24px}

.catalog-hero{grid-template-columns:minmax(0,1100px);justify-content:start}

.brand img{width:46px;height:46px;object-fit:cover;transform:scale(1.22);border-radius:6px}.brand b{font:inherit;font-weight:900}footer .brand img{width:42px;height:42px}@media(max-width:760px){.site-header .brand img{width:40px;height:40px}.site-header .brand b{font-size:.95rem}}

.landing-page{background:#eef1ed}.landing-page .site-header{position:fixed;top:24px;left:clamp(18px,3vw,58px);right:clamp(18px,3vw,58px);width:auto;height:78px;padding:0 18px 0 22px;background:rgba(255,255,255,.96);border:0;border-radius:4px;box-shadow:0 14px 40px #07191d35;z-index:40}.landing-page .site-header nav{height:100%}.landing-page .site-header nav .button{border-radius:2px;padding:14px 20px}.home-hero{min-height:920px;height:100vh;position:relative;display:flex;align-items:center;padding:130px clamp(24px,10vw,200px) 90px;color:white;background:linear-gradient(90deg,rgba(8,25,31,.48),rgba(8,25,31,.04)),url("../images/hero-home.png") center 56%/cover no-repeat;overflow:hidden}.home-hero:after{content:"";position:absolute;inset:auto 0 0;height:13px;background:var(--green)}.home-hero-panel{position:relative;z-index:1;width:min(620px,100%);padding:clamp(34px,4vw,62px);background:rgba(17,42,52,.9);box-shadow:0 25px 70px #0005;backdrop-filter:blur(4px)}.home-hero-panel .eyebrow{color:var(--lime)}.home-hero-panel h1{font-size:clamp(2.8rem,4.8vw,5rem);max-width:570px;margin-bottom:25px}.home-hero-panel>p:not(.eyebrow){color:#e2e9e7;font-size:1.05rem;max-width:540px}.home-hero-panel ul{padding:0;margin:24px 0 30px;list-style:none;display:grid;gap:7px;color:#d6e1de;font-weight:700}.home-hero-panel li:before{content:"";display:inline-block;width:8px;height:8px;margin-right:10px;background:var(--lime)}.home-hero-panel .button{border-radius:2px}.home-hero-panel .hero-outline{background:transparent;color:white;box-shadow:inset 0 0 0 1px #fff}.home-hero-panel .hero-outline:hover{background:white;color:var(--ink)}.home-hero-caption{position:absolute;right:clamp(25px,5vw,80px);bottom:48px;z-index:1;background:white;color:var(--ink);padding:18px 24px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.home-hero-caption span{color:var(--muted);font-size:.78rem}.landing-page .trust-strip{position:relative;margin-top:-32px;z-index:3}@media(max-width:760px){.landing-page{overflow-x:hidden}.landing-page .site-header{top:12px;left:12px;right:12px;max-width:calc(100vw - 24px);height:64px}.landing-page .site-header nav>a:not(.button){display:none}.home-hero{min-height:760px;height:auto;padding:110px 16px 65px;align-items:flex-end;background-position:58% center}.home-hero-panel{width:calc(100vw - 32px);max-width:calc(100vw - 32px);padding:28px 22px}.home-hero-panel h1{font-size:2.65rem}.home-hero-panel p,.home-hero-panel li{overflow-wrap:anywhere}.home-hero-panel ul{font-size:.88rem}.home-hero-panel .actions{align-items:stretch}.home-hero-panel .button{width:100%}.home-hero-caption{display:none}.landing-page .trust-strip{margin-top:0}}
.landing-page{background:#eef1ed}.landing-page .site-header{position:fixed;top:24px;left:clamp(18px,3vw,58px);right:clamp(18px,3vw,58px);width:auto;height:78px;padding:0 18px 0 22px;background:rgba(255,255,255,.96);border:0;border-radius:4px;box-shadow:0 14px 40px #07191d35;z-index:40}.landing-page .site-header nav{height:100%}.landing-page .site-header nav .button{border-radius:2px;padding:14px 20px}.home-hero{min-height:980px;height:100vh;position:relative;display:flex;align-items:center;padding:125px clamp(24px,8vw,160px) 75px;color:white;overflow:hidden}.home-hero::before{content:'';position:absolute;inset:-4%;background:linear-gradient(90deg,rgba(8,25,31,.48),rgba(8,25,31,.04)),url("../images/hero-home.png") center 56%/cover no-repeat;animation:hero-pan 26s ease-in-out infinite alternate;z-index:0}@keyframes hero-pan{0%{transform:scale(1) translate(0,0)}100%{transform:scale(1.08) translate(-1.5%,-1%)}}@keyframes fade-up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.home-hero-panel{animation:fade-up .8s ease both}.home-benefits{animation:fade-in .8s .2s ease both}.home-hero:after{content:"";position:absolute;inset:auto 0 0;height:13px;background:var(--green)}.home-hero-panel{position:relative;z-index:1;width:min(730px,100%);padding:clamp(34px,3.5vw,56px);background:rgba(17,42,52,.92);box-shadow:0 25px 70px #0005;backdrop-filter:blur(4px)}.home-hero-panel .eyebrow{color:var(--lime);margin-bottom:12px}.home-hero-panel h1{font-size:clamp(1.9rem,3vw,3.2rem);max-width:650px;margin-bottom:18px}.home-hero-panel>p:not(.eyebrow){color:#e2e9e7;font-size:.96rem;line-height:1.65;max-width:630px;margin-bottom:15px}.home-hero-panel .hero-highlight{color:white!important;font-weight:800;border-top:1px solid #ffffff36;padding-top:18px;margin-top:20px!important}.home-hero-panel .button{border-radius:2px;margin-top:4px}.home-hero-caption{position:absolute;right:clamp(25px,5vw,80px);bottom:48px;z-index:1;background:white;color:var(--ink);padding:18px 24px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.home-hero-caption span{color:var(--muted);font-size:.78rem}.landing-page .trust-strip{position:relative;margin-top:-32px;z-index:3}@media(max-width:760px){.landing-page{overflow-x:hidden}.landing-page .site-header{top:12px;left:12px;right:12px;max-width:calc(100vw - 24px);height:64px}.landing-page .site-header nav>a:not(.button){display:none}.home-hero{min-height:980px;height:auto;padding:110px 16px 55px;align-items:flex-end}.home-hero::before{background-position:58% center}.home-hero-panel{width:calc(100vw - 32px);max-width:calc(100vw - 32px);padding:28px 22px}.home-hero-panel h1{font-size:2.25rem}.home-hero-panel p{overflow-wrap:anywhere}.home-hero-panel>p:not(.eyebrow){font-size:.88rem;line-height:1.55}.home-hero-panel .button{width:100%;font-size:.82rem}.home-hero-caption{display:none}.landing-page .trust-strip{margin-top:0}}

.home-hero{min-height:640px;padding-bottom:80px}.home-benefits{position:absolute;z-index:2;left:50%;bottom:28px;transform:translateX(-50%);width:min(1040px,calc(100% - 40px));display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-benefits>div{padding:12px 16px;border:1px solid #80909b80;border-radius:12px;background:rgba(15,28,48,.93);box-shadow:0 12px 35px #0004;backdrop-filter:blur(8px);transition:.18s}.home-benefits span,.home-benefits strong{display:block}.home-benefits span{text-transform:uppercase;letter-spacing:.14em;font-size:.62rem;font-weight:800;color:#8f9ba7;margin-bottom:3px}.home-benefits strong{font-size:.84rem;color:#f4f6f5}.home-benefits>div:hover{border-color:#ddeb9daa;transform:translateY(-2px)}@media(max-width:760px){.home-hero{min-height:1180px;padding-bottom:22px;align-items:stretch;justify-content:flex-end;flex-direction:column}.home-benefits{position:relative;left:auto;bottom:auto;transform:none;width:calc(100vw - 32px);grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.home-benefits>div{padding:10px 12px}.home-benefits strong{font-size:.73rem}}

body[data-catalog] .catalog-hero{padding:18px clamp(20px,4vw,64px) 20px;min-height:auto}body[data-catalog] .catalog-hero .breadcrumbs{margin-bottom:10px;font-size:.72rem}body[data-catalog] .catalog-hero .eyebrow{margin-bottom:6px;font-size:.7rem}body[data-catalog] .catalog-hero h1{font-size:clamp(1.7rem,2.8vw,2.8rem);max-width:none;margin:0 0 8px;letter-spacing:-.035em}body[data-catalog] .catalog-hero>div>p:not(.eyebrow){font-size:.9rem;max-width:none;margin-bottom:12px}body[data-catalog] .catalog-hero .actions{display:none}body[data-catalog] .brand-shortcuts{padding:10px clamp(20px,4vw,64px) 12px}body[data-catalog] .brand-shortcuts .brand-guide-links{max-width:none;gap:8px}body[data-catalog] .brand-shortcuts .brand-guide-links>a{min-height:auto;padding:10px 16px}body[data-catalog] .brand-shortcuts .brand-guide-links small,body[data-catalog] .brand-shortcuts .brand-guide-links em{font-size:.68rem}body[data-catalog] .brand-shortcuts+.catalog-section{padding-top:28px}body[data-catalog] .catalog-section{padding-bottom:70px}@media(max-width:760px){body[data-catalog] .catalog-hero{padding:16px 18px}body[data-catalog] .brand-shortcuts{padding:8px 15px 10px}body[data-catalog] .brand-shortcuts .brand-guide-links>a{padding:9px 12px}}

.comfort-hero{padding:24px clamp(20px,5vw,78px) 28px;background:var(--white)}.comfort-hero .breadcrumbs{margin:0 0 12px}.comfort-hero .eyebrow{margin-bottom:6px;font-size:.7rem}.comfort-hero h1{font-size:clamp(1.7rem,2.8vw,2.8rem);max-width:920px;margin-bottom:10px}.comfort-hero>p:last-child{max-width:820px;color:var(--muted);margin:0;font-size:.9rem}.comfort-catalog{padding:42px clamp(15px,4vw,64px) 80px;background:#eceee9}.comfort-catalog .catalog-title{margin-bottom:22px}.comfort-toolbar{display:grid;grid-template-columns:minmax(210px,1.4fr) repeat(4,minmax(145px,1fr)) auto;gap:8px;margin:16px 0 22px}.comfort-toolbar input,.comfort-toolbar select,.comfort-toolbar button{height:44px;border:1px solid #cbd5d1;border-radius:7px;background:white;padding:0 11px;color:var(--ink);min-width:0}.comfort-toolbar button{color:var(--green);font-weight:800}.comfort-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.comfort-card{background:white;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.comfort-card-visual{height:180px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#c6d9d5,#edf0e8)}.comfort-card-visual>span{position:absolute;left:14px;top:14px;background:white;border-radius:20px;padding:5px 9px;font-size:.68rem;font-weight:800}.comfort-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.comfort-card-body>small{color:var(--green);font-weight:800;text-transform:uppercase;font-size:.67rem}.comfort-card-body h3{margin:7px 0 9px}.comfort-card-body>p{color:var(--muted);font-size:.84rem;min-height:62px}.comfort-card-body dl{font-size:.76rem;margin:4px 0 12px}.comfort-card-body dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:6px 0}.comfort-card-body dd{margin:0;font-weight:700;text-align:right}.comfort-card-body .price{margin-top:auto}.comfort-symbol{width:118px;height:105px;position:relative;border:8px solid white;box-shadow:0 12px 25px #173b3530}.comfort-symbol i{position:absolute;background:white}.comfort-shading i:first-child{inset:13px 8px auto;height:8px;box-shadow:0 18px white,0 36px white,0 54px white}.comfort-shading i:nth-child(2){width:7px;right:-15px;top:0;bottom:0}.comfort-screens{border-width:7px;background:repeating-linear-gradient(45deg,#ffffff60 0 1px,transparent 1px 7px),repeating-linear-gradient(-45deg,#ffffff60 0 1px,transparent 1px 7px)}.comfort-screens i:first-child{width:8px;top:0;bottom:0;left:50%}.comfort-climate{height:62px;width:135px;border-radius:10px}.comfort-climate i:first-child{height:4px;left:15px;right:15px;bottom:12px}.comfort-climate i:nth-child(2){width:8px;height:8px;border-radius:50%;right:12px;top:11px}.comfort-modal-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:30px}.comfort-modal-visual{min-height:310px;background:linear-gradient(145deg,#bad6d3,#f0f1e5);display:grid;place-items:center;position:relative}.comfort-modal-visual>span{position:absolute;bottom:15px;left:15px;background:white;padding:5px 9px;border-radius:20px;font-size:.7rem;font-weight:800}.comfort-quote .quote-cart-summary{grid-column:1/-1}.comfort-quote form{min-width:0}.comfort-quote .cart-item{color:var(--ink)}#comfort-cart-items{overflow:auto;flex:1}.drawer #comfort-cart-items .empty{padding:40px 15px}.comfort-card .option-tags{min-height:54px}[data-cart-count]{margin-left:4px}@media(max-width:1200px){.comfort-toolbar{grid-template-columns:1fr 1fr 1fr}.comfort-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){body[data-comfort-catalog]{overflow-x:hidden}.comfort-hero{padding:16px}.comfort-hero h1{font-size:1.7rem;overflow-wrap:anywhere}.comfort-hero>p:last-child{font-size:.88rem}.comfort-catalog{padding:28px 15px 65px}.comfort-catalog .catalog-title{margin-bottom:14px}.comfort-toolbar{grid-template-columns:1fr 1fr}.comfort-toolbar>#comfort-search{grid-column:1/-1}.comfort-grid{grid-template-columns:1fr}.comfort-modal-layout{grid-template-columns:1fr}.comfort-modal-visual{min-height:190px}.comfort-card-body>p{min-height:auto}}

.landing-page .category{position:relative;overflow:hidden;background:linear-gradient(145deg,#f7f8f4,#ecefea);border-color:#e2e8e3;transition:border-color .18s,box-shadow .18s,transform .18s}.landing-page .category:hover{border-color:rgba(14,98,83,.38);box-shadow:0 18px 42px rgba(20,37,43,.12);transform:translateY(-3px)}.landing-page .category>span{position:relative;z-index:2;margin-bottom:18px;color:var(--green);font-weight:800;opacity:.85}.landing-page .category h3,.landing-page .category p,.landing-page .category b{position:relative;z-index:2}.landing-page .category-visual{height:118px;margin:-8px -8px 20px;border-radius:12px;background:linear-gradient(145deg,#c9dedb,#eef2e8);display:grid;place-items:center;position:relative;overflow:hidden}.landing-page .category-visual:after{content:"";position:absolute;inset:auto 16px 12px;height:1px;background:#ffffff90}.landing-page .category-visual i{display:block;position:absolute}.landing-page .category-window .category-visual i:first-child{width:72px;height:82px;border:8px solid white;box-shadow:0 14px 28px #173b3526;background:#dce8e4}.landing-page .category-window .category-visual i:first-child:before{content:"";position:absolute;inset:0 50% 0 auto;border-left:3px solid white}.landing-page .category-window .category-visual i:first-child:after{content:"";position:absolute;inset:50% 0 auto;border-top:3px solid white}.landing-page .category-window .category-visual i:nth-child(2){width:90px;height:2px;background:#ffffff85;transform:rotate(36deg)}.landing-page .category-shading .category-visual i:first-child{width:112px;height:78px;border:7px solid white;box-shadow:0 14px 28px #173b3526;background:repeating-linear-gradient(180deg,#0e6253 0 8px,#ffffff 8px 15px);opacity:.9}.landing-page .category-shading .category-visual i:nth-child(2){width:5px;height:92px;background:white;right:calc(50% - 70px);top:15px;border-radius:8px}.landing-page .category-screen .category-visual i:first-child{width:104px;height:86px;border:7px solid white;box-shadow:0 14px 28px #173b3526;background:repeating-linear-gradient(45deg,#ffffff70 0 1px,transparent 1px 7px),repeating-linear-gradient(-45deg,#ffffff70 0 1px,transparent 1px 7px),#bfd3cf}.landing-page .category-screen .category-visual i:nth-child(2){width:6px;top:22px;bottom:22px;left:50%;background:white}.landing-page .category-climate .category-visual i:first-child{width:126px;height:58px;border:7px solid white;border-radius:12px;box-shadow:0 14px 28px #173b3526;background:#dbe8e4}.landing-page .category-climate .category-visual i:first-child:before{content:"";position:absolute;left:16px;right:16px;bottom:12px;height:4px;background:white;border-radius:6px}.landing-page .category-climate .category-visual i:first-child:after{content:"";position:absolute;right:14px;top:12px;width:8px;height:8px;background:var(--green);border-radius:50%}.landing-page .category-climate .category-visual i:nth-child(2){left:calc(50% - 38px);bottom:18px;width:8px;height:18px;border-radius:0 0 8px 8px;background:#ffffff90;box-shadow:28px 0 #ffffff70,56px 0 #ffffff50}.landing-page .category:hover .category-visual{background:linear-gradient(145deg,#bdd7d3,#eaf0e7)}@media(max-width:760px){.landing-page .category-visual{height:96px;margin-bottom:16px}.landing-page .category{min-height:260px}}

.landing-page .category{padding:0;background:#fbfcf8;border-color:#dfe7e2;border-radius:14px;box-shadow:0 1px 0 #ffffff inset}.landing-page .category:hover{border-color:#9fc1b8;box-shadow:0 18px 45px rgba(20,37,43,.12);transform:translateY(-2px)}.landing-page .category>span{position:absolute;left:22px;top:20px;z-index:3;margin:0;color:#0e6253;background:#ffffffd9;border-radius:999px;padding:4px 9px;font-size:.72rem;box-shadow:0 8px 22px rgba(20,37,43,.08)}.landing-page .category h3{margin:0 28px 8px;font-size:1.35rem}.landing-page .category p{margin:0 28px 18px;color:var(--muted);opacity:1}.landing-page .category b{margin:0 28px 28px;color:var(--green);width:max-content}.landing-page .category-visual{height:158px;margin:0 0 24px;border-radius:14px 14px 0 0;background:radial-gradient(circle at 74% 24%,#fff8 0 18%,transparent 19%),linear-gradient(145deg,#c7ded9 0%,#eef1e7 78%);box-shadow:inset 0 -1px 0 #dfe7e2}.landing-page .category-visual:after{content:"";left:28px;right:28px;bottom:18px;height:1px;background:linear-gradient(90deg,transparent,#ffffffb5,transparent)}.landing-page .category-visual i{display:none}.landing-page .category-window .category-visual{background:radial-gradient(circle at 72% 20%,#fff9 0 16%,transparent 17%),url("../images/kom-window-fixed-small.png") center 54%/116px auto no-repeat,linear-gradient(145deg,#c7ded9,#eef1e7)}.landing-page .category-climate .category-visual{background:radial-gradient(circle at 72% 20%,#fff9 0 16%,transparent 17%),url("../images/climate-maintenance.png") center 54%/138px auto no-repeat,linear-gradient(145deg,#c7ded9,#eef1e7)}.landing-page .category-shading .category-visual i:first-child,.landing-page .category-shading .category-visual i:nth-child(2),.landing-page .category-shading .category-visual i:nth-child(3),.landing-page .category-screen .category-visual i:first-child,.landing-page .category-screen .category-visual i:nth-child(2),.landing-page .category-screen .category-visual i:nth-child(3){display:block}.landing-page .category-shading .category-visual i:first-child{width:132px;height:92px;left:50%;top:34px;transform:translateX(-50%);border:8px solid white;border-radius:3px;background:linear-gradient(#0e6253 0 10px,#f5f7f2 10px 17px,#0e6253 17px 27px,#f5f7f2 27px 34px,#0e6253 34px 44px,#f5f7f2 44px 51px,#0e6253 51px 61px,#f5f7f2 61px 68px,#0e6253 68px 78px);box-shadow:0 18px 38px rgba(23,59,53,.18)}.landing-page .category-shading .category-visual i:nth-child(2){width:5px;height:112px;right:calc(50% - 86px);top:24px;background:#fff;border-radius:999px;box-shadow:0 10px 24px rgba(23,59,53,.12)}.landing-page .category-shading .category-visual i:nth-child(3){width:170px;height:20px;left:50%;bottom:24px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,#ffffff85,transparent);border-radius:999px}.landing-page .category-screen .category-visual i:first-child{width:122px;height:96px;left:50%;top:32px;transform:translateX(-50%);border:8px solid white;border-radius:3px;background:repeating-linear-gradient(45deg,#ffffff80 0 1px,transparent 1px 8px),repeating-linear-gradient(-45deg,#ffffff80 0 1px,transparent 1px 8px),#b8d0cb;box-shadow:0 18px 38px rgba(23,59,53,.18)}.landing-page .category-screen .category-visual i:nth-child(2){width:8px;height:96px;top:32px;left:50%;transform:translateX(-50%);background:white}.landing-page .category-screen .category-visual i:nth-child(3){width:170px;height:20px;left:50%;bottom:24px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,#ffffff85,transparent);border-radius:999px}@media(max-width:760px){.landing-page .category-visual{height:132px;margin-bottom:20px}.landing-page .category h3{font-size:1.25rem}.landing-page .category p,.landing-page .category h3,.landing-page .category b{margin-left:22px;margin-right:22px}.landing-page .category b{margin-bottom:24px}}

.brand-page .brand-hero{min-height:620px;padding-top:42px;padding-bottom:72px}.brand-page .brand-hero h1{font-size:clamp(2.15rem,3.15vw,3.45rem);line-height:1.08;letter-spacing:-.035em;max-width:780px;margin-bottom:18px}.brand-page .brand-hero .lead{font-size:clamp(.98rem,1.25vw,1.14rem);line-height:1.55;max-width:720px}.brand-page .breadcrumbs{margin-bottom:54px}.brand-page .verified{margin-top:28px}@media(max-width:760px){.brand-page .brand-hero{padding:34px 18px 52px}.brand-page .brand-hero h1{font-size:2rem}.brand-page .breadcrumbs{margin-bottom:32px}}
.brand-page .brand-cta .button.light{background:var(--lime);color:var(--ink)}

.landing-page .category-grid{gap:18px}.landing-page .category{padding:26px 28px 28px;background:#fbfcf8;border:1px solid #dfe8e3;border-radius:10px;box-shadow:none}.landing-page .category:hover{border-color:#8bb8ad;box-shadow:0 18px 38px rgba(20,37,43,.1);transform:translateY(-2px)}.landing-page .category>span{position:static;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;margin:0 0 18px;background:#eef6f3;color:var(--green);border-radius:50%;font-size:.72rem;box-shadow:none}.landing-page .category-visual{height:126px;margin:0 0 26px;border:1px solid #d8e5df;border-radius:9px;background:linear-gradient(145deg,#eef5f2,#f8faf5);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #fff}.landing-page .category-visual:after{display:none}.landing-page .category-icon{width:112px;height:86px;overflow:visible}.landing-page .category-icon rect,.landing-page .category-icon path,.landing-page .category-icon circle{stroke:var(--green);stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.landing-page .category-icon rect{fill:#ffffff}.landing-page .category-window .category-icon path:nth-of-type(2),.landing-page .category-window .category-icon path:nth-of-type(3),.landing-page .category-screen .category-icon path:not(:first-of-type){stroke:#9ebbb4;stroke-width:3}.landing-page .category-shading .category-icon path:not(:last-of-type){stroke-width:7}.landing-page .category-climate .category-icon path:last-of-type{stroke:#9ebbb4;stroke-width:4}.landing-page .category h3{margin:0 0 8px;font-size:1.28rem}.landing-page .category p{margin:0 0 20px;color:var(--muted);font-size:.93rem}.landing-page .category b{margin:0;color:var(--green);font-size:.84rem}@media(max-width:760px){.landing-page .category{padding:22px}.landing-page .category-visual{height:112px;margin-bottom:20px}.landing-page .category h3{font-size:1.18rem}}
.landing-page .category-window .category-visual,.landing-page .category-shading .category-visual,.landing-page .category-screen .category-visual,.landing-page .category-climate .category-visual{background:linear-gradient(145deg,#eef5f2,#f8faf5)}

.landing-page .category-grid{gap:18px}.landing-page .category{position:relative;min-height:292px;padding:30px;background:#fbfcf8;border:1px solid #dfe8e3;border-radius:10px;box-shadow:none}.landing-page .category:hover{border-color:#8bb8ad;box-shadow:0 18px 38px rgba(20,37,43,.1);transform:translateY(-2px)}.landing-page .category>span{position:static;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;background:#eef6f3;color:var(--green);border-radius:50%;font-size:.7rem;font-weight:900;box-shadow:none}.landing-page .category-visual{position:absolute;top:28px;right:28px;width:74px;height:74px;margin:0;border:1px solid #dce9e4;border-radius:18px;background:linear-gradient(145deg,#f7faf7,#edf5f1);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #fff}.landing-page .category-visual:after{display:none}.landing-page .category-icon{width:46px;height:40px;overflow:visible}.landing-page .category-icon rect,.landing-page .category-icon path,.landing-page .category-icon circle{stroke:var(--green);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.landing-page .category-icon rect{fill:#ffffff}.landing-page .category-window .category-icon path:nth-of-type(2),.landing-page .category-window .category-icon path:nth-of-type(3),.landing-page .category-screen .category-icon path:not(:first-of-type),.landing-page .category-climate .category-icon path:last-of-type{stroke:#94b5ad;stroke-width:2.2}.landing-page .category h3{margin:76px 0 9px;font-size:1.28rem}.landing-page .category p{margin:0 0 22px;color:var(--muted);font-size:.93rem;line-height:1.55}.landing-page .category b{margin-top:auto;color:var(--green);font-size:.84rem}@media(max-width:760px){.landing-page .category{min-height:250px;padding:24px}.landing-page .category-visual{top:24px;right:24px;width:64px;height:64px}.landing-page .category-icon{width:40px;height:36px}.landing-page .category h3{margin-top:58px;font-size:1.18rem}}

.landing-page .category{min-height:286px;padding:30px 30px 28px}.landing-page .category-visual{width:86px;height:86px;border-radius:22px;background:linear-gradient(145deg,#f8fbf7,#eaf3ef);border-color:#d6e5df}.landing-page .category-icon{width:56px;height:56px}.landing-page .category-icon rect,.landing-page .category-icon path,.landing-page .category-icon circle{stroke-width:3.6}.landing-page .category-window .category-icon path:last-child,.landing-page .category-screen .category-icon path:last-child,.landing-page .category-climate .category-icon path:last-child{stroke:#8fb3aa;stroke-width:2.6}.landing-page .category-shading .category-icon path:nth-child(n+2):not(:last-child){stroke:#8fb3aa;stroke-width:2.6}.landing-page .category h3{margin-top:86px}@media(max-width:760px){.landing-page .category-visual{width:72px;height:72px;border-radius:18px}.landing-page .category-icon{width:46px;height:46px}.landing-page .category h3{margin-top:64px}}

.legal-links{font-size:.78rem}.legal-links a,.consent a{text-decoration:underline;text-underline-offset:3px}.legal-page{max-width:1180px}.legal-page h1{font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.035em}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:32px 0}.legal-grid-single{grid-template-columns:1fr}.legal-card{background:white;border:1px solid var(--line);border-radius:12px;padding:28px}.legal-card h2{font-size:1.45rem;margin-bottom:18px}.legal-card dl{margin:0}.legal-card dl div{display:grid;grid-template-columns:170px 1fr;gap:16px;border-top:1px solid var(--line);padding:12px 0}.legal-card dl div:first-child{border-top:0}.legal-card dt{color:var(--muted);font-size:.86rem}.legal-card dd{margin:0;font-weight:700}.legal-card ul{margin:0;padding-left:20px;color:var(--muted)}.legal-card li{margin:7px 0}.legal-warning{background:#fbf5e5;border-color:#e4d6aa}@media(max-width:760px){.legal-grid,.legal-card dl div{grid-template-columns:1fr}.legal-card{padding:22px}}

.landing-page .category-photo-card{min-height:430px;padding:12px 12px 30px;background:#fbfcf8;border:1px solid #dfe8e3;border-radius:12px;overflow:hidden}.landing-page .category-photo-card .category-visual{position:relative;top:auto;right:auto;width:100%;height:auto;aspect-ratio:16/10;margin:0;border:0;border-radius:9px;background:linear-gradient(145deg,#e5eee9,#f5f7f2);box-shadow:none;overflow:hidden;padding:8px}.landing-page .category-photo-card .category-visual img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:7px;transition:transform .28s ease}.landing-page .category-photo-card:hover .category-visual img{transform:scale(1.012)}.landing-page .category-photo-card>span{position:absolute;top:24px;left:24px;z-index:2;width:32px;height:32px;background:#fffffff0;color:var(--green);box-shadow:0 10px 24px rgba(20,37,43,.12)}.landing-page .category-photo-card h3{margin:25px 18px 8px;font-size:1.24rem}.landing-page .category-photo-card p{margin:0 18px 22px;color:var(--muted);font-size:.92rem;line-height:1.5}.landing-page .category-photo-card b{margin:0 18px;color:var(--green);font-size:.84rem}.landing-page .category-photo-card .category-icon{display:none}@media(max-width:1100px){.landing-page .category-photo-card{min-height:410px}.landing-page .category-photo-card .category-visual{aspect-ratio:16/9}}@media(max-width:760px){.landing-page .category-photo-card{min-height:365px;padding:8px 8px 24px}.landing-page .category-photo-card .category-visual{aspect-ratio:16/10;padding:6px}.landing-page .category-photo-card h3{margin-top:22px}}
