:root{--custom-page-max-width: 1440px;--custom-page-text: #1D1D1D;--custom-page-muted: #6c6c6c;--custom-page-border: #e0e0e0}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;color:var(--custom-page-text);background-color:#fff}.custom-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.custom-page-content{flex:1}.custom-static-header{position:sticky;top:0;left:0;width:100%;background:#ffffffdb;z-index:50;transition:background-color .25s ease,box-shadow .25s ease}.custom-static-header.is-scrolled{background:#fff;box-shadow:0 4px 18px #00000014}.custom-header-inner{max-width:var(--custom-page-max-width);margin:0 auto;padding:24px 20px;display:flex;align-items:center;justify-content:space-between}.custom-header-logo img{display:block;width:min(283px,100%);max-height:60.093px;height:auto}.custom-header-nav{display:flex;gap:32px;font-weight:500}.custom-header-nav .nav-link{color:var(--custom-page-text);text-decoration:none;font-size:16px;transition:opacity .2s ease}.custom-header-nav .nav-link:hover,.custom-header-nav .nav-link:focus-visible{opacity:.7}.nav-link--disabled{opacity:.5;pointer-events:none}.custom-breadcrumb{display:inline-flex;align-items:center;gap:8px;font-size:14px;margin:0}.custom-breadcrumb__link{color:#b4b4b4;text-decoration:none;font-weight:500}.custom-breadcrumb__link:hover,.custom-breadcrumb__link:focus-visible{text-decoration:underline}.custom-breadcrumb__divider{color:#b4b4b4}.custom-breadcrumb__current{color:var(--custom-page-text);font-weight:500}.custom-architects-page{--architect-header-overlap: 120px}.custom-architects-page .custom-page-content{margin-top:calc(-1 * var(--architect-header-overlap, 0px))}@media (max-width: 768px){.custom-architects-page{--architect-header-overlap: 156px}}.banner{position:relative;width:100%}.banner img{display:block;width:100%;height:auto}.banner-overlay{position:absolute;z-index:2}.overlay-inner{display:flex;align-items:center;justify-content:flex-end}.overlay-text{background:#ffffffe6;color:#000;padding:24px;font-size:14px;letter-spacing:.04em;text-transform:uppercase;line-height:1.3}.overlay-line1{font-weight:400;margin-bottom:8px}.overlay-line2{font-weight:600}.overlay-line2 a{color:inherit}.custom-systems-page .custom-systems-page__body{margin-top:40px}.systems-gallery{padding-bottom:56px}.systems-gallery__header{margin-bottom:32px;text-align:center}.systems-gallery__title{font-size:28px;margin:0 0 8px}.systems-gallery__subtitle{margin:0;color:var(--custom-page-muted)}.systems-gallery__empty{padding:80px 0;text-align:center;color:var(--custom-page-muted)}.systems-grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1024px){.systems-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.system-card{position:relative;width:100%;display:flex;justify-content:center}.system-card__media{position:relative;display:block;width:100%;max-width:500px;padding-top:94%;flex-shrink:0;overflow:hidden;border-radius:4px;background:#f7f7f7}.system-card__media img,.system-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.system-card__placeholder{background:#efefef}.system-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb8;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;opacity:0;transition:opacity .25s ease,transform .25s ease}.system-card__label{display:flex;flex-direction:column;gap:6px;color:#111;opacity:0;transform:scale(.95);transition:opacity .2s ease,transform .2s ease}.system-card__title{font-size:18px;font-weight:500;color:var(--custom-page-text)}.system-card__subtext{font-size:15px;color:#606060;font-style:italic;font-weight:400}.system-card:hover .system-card__overlay,.system-card:focus-within .system-card__overlay{opacity:1;transform:scale(1)}.system-card:hover .system-card__label,.system-card:focus-within .system-card__label{opacity:1;transform:scale(1)}.system-card--inactive .system-card__overlay{opacity:1;transform:scale(1)}.system-card--inactive .system-card__media{cursor:default}.custom-balustrade-page .custom-balustrade-page__body{margin-top:40px}.balustrade-gallery{padding-bottom:64px}.balustrade-gallery__header{text-align:center;margin-bottom:32px}.balustrade-gallery__title{margin:0 0 8px;font-size:28px}.balustrade-gallery__subtitle{margin:0;color:var(--custom-page-muted)}.balustrade-gallery__empty{text-align:center;color:var(--custom-page-muted);padding:48px 0}.balustrade-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:36px;justify-items:center}.balustrade-card{width:100%;max-width:749px}.balustrade-card__media{position:relative;display:block;width:100%;padding-top:calc(486 / 749 * 100%);overflow:hidden;background:#f7f7f7}.balustrade-card__media img,.balustrade-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.balustrade-card__placeholder{background:#e5e5e5}.balustrade-card__content{margin-top:14px;display:flex;flex-direction:column;gap:6px}.balustrade-card__title{margin:0;font-size:18px;font-weight:500;color:var(--custom-page-text)}.balustrade-card__cta{font-size:14px;font-weight:500;color:#1a1a1a;text-decoration:none}.balustrade-card__cta:hover,.balustrade-card__cta:focus-visible{text-decoration:underline}.custom-static-footer{background:#fafafa;border-top:1px solid var(--custom-page-border);margin-top:40px}.custom-static-footer .footer-inner{max-width:var(--custom-page-max-width);margin:0 auto;padding:48px 20px 8px;display:flex;flex-direction:column;gap:32px}.custom-static-footer .footer-top{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.custom-static-footer .footer-brand img{width:min(244px,100%);max-height:29.394px;height:auto}.footer-columns{display:flex;gap:64px;flex-wrap:wrap;min-width:300px}.footer-column__title{font-weight:600;margin-bottom:10px}.footer-column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer-column a{color:var(--custom-page-text);text-decoration:none;font-size:15px}.footer-column a:hover,.footer-column a:focus-visible{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:8px;border-top:1px solid var(--custom-page-border)}.footer-language{font-family:Inter,Arial,sans-serif;display:inline-flex;align-items:center;gap:10px;background:transparent;border:none;border-radius:0;padding:0;font-size:14px;font-weight:400;color:#9e9e9e;cursor:pointer;line-height:1.1}.footer-language__icon{display:inline-flex}.footer-language__caret{font-size:16px;color:inherit}.footer-copy{font-size:14px;color:var(--custom-page-muted)}.custom-content-wrapper{max-width:var(--custom-page-max-width);margin:10px auto 0;padding:10px 20px}@media (max-width: 768px){.custom-header-inner{flex-direction:column;align-items:flex-start;gap:16px}.custom-header-nav{gap:16px}.custom-static-footer .footer-inner{padding:32px 16px 24px}.footer-columns{gap:32px}.custom-content-wrapper{padding:32px 16px}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/custom-static-pages.css.map */
