.elementor-38555 .elementor-element.elementor-element-7a5baf2{--display:flex;}.elementor-38555 .elementor-element.elementor-element-3fef138 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3fef138 */.item-panel{
padding: 0px !important;
}
.single-product .tbay-breadcrumb ~ #main-container .singular-shop.content{
padding:0px !important;
}

/* ---------- Theme containment ---------- */
.single-product #main-container.container{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}
.alu40wood126-page,
.alu40wood126-page *{
    box-sizing:border-box;
}
.alu40wood126-page{
    --black:#0b0b0b;
    --ink:#151515;
    --copy:#5d5d5d;
    --soft:#f7f7f4;
    --muted:#f0f0ec;
    --line:#ddddd7;
    --white:#ffffff;
    --accent:#f15a24;
    --accent-dark:#cf4718;
    --max:1320px;
    width:100%;
    margin:0;
    overflow:hidden;
    background:#fff !important;
    color:var(--ink) !important;
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.55;
}
.alu40wood126-page img,
.alu40wood126-page iframe{
    display:block;
    width:100%;
    max-width:100%;
}
.alu40wood126-page img{
    height:auto;
}
.alu40wood126-page a{
    text-decoration:none !important;
}
.alu40wood126-page h2,
.alu40wood126-page h3,
.alu40wood126-page p,
.alu40wood126-page ul,
.alu40wood126-page dl{
    margin-top:0;
}
.alu40wood126-page button,
.alu40wood126-page a{
    -webkit-tap-highlight-color:transparent;
}

/* ---------- Contrast protection ---------- */
.alu40wood126-page .alu40wood126-light{
    background:#fff !important;
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-soft{
    background:var(--soft) !important;
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-light :is(h2,h3,p,li,dt,dd,summary,strong,span),
.alu40wood126-page .alu40wood126-soft :is(h2,h3,p,li,dt,dd,summary,strong,span){
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-dark{
    background:var(--black) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-dark :is(h2,h3,p,li,dt,dd,summary,strong){
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-dark .alu40wood126-lead,
.alu40wood126-page .alu40wood126-dark .alu40wood126-copy{
    color:#d5d5d5 !important;
}

/* ---------- Shared ---------- */
.alu40wood126-page .alu40wood126-shell{
    width:min(calc(100% - 48px),var(--max));
    margin-inline:auto;
}
.alu40wood126-page .alu40wood126-section{
    padding:104px 0;
}
.alu40wood126-page .alu40wood126-eyebrow{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 18px;
    color:var(--accent) !important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.15em;
    line-height:1.2;
    text-transform:uppercase;
}
.alu40wood126-page .alu40wood126-eyebrow::before{
    content:"";
    width:38px;
    height:2px;
    flex:0 0 38px;
    background:var(--accent);
}
.alu40wood126-page .alu40wood126-title{
    max-width:980px;
    margin:0 0 26px;
    color:var(--ink) !important;
    font-size:clamp(43px,6vw,88px);
    font-weight:800;
    letter-spacing:-.062em;
    line-height:.94;
}
.alu40wood126-page .alu40wood126-heading{
    max-width:960px;
    margin:0 0 22px;
    font-size:clamp(34px,4.5vw,64px);
    font-weight:800;
    letter-spacing:-.052em;
    line-height:.98;
}
.alu40wood126-page .alu40wood126-lead{
    max-width:860px;
    margin:0;
    color:var(--copy) !important;
    font-size:clamp(18px,1.45vw,22px);
    line-height:1.68;
}
.alu40wood126-page .alu40wood126-copy{
    color:var(--copy) !important;
    font-size:16px;
    line-height:1.75;
}
.alu40wood126-page .alu40wood126-btn-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:32px;
}
.alu40wood126-page .alu40wood126-btn{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 22px;
    border:1px solid var(--black);
    border-radius:2px;
    font-size:14px;
    font-weight:800;
    line-height:1;
    transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;
}
.alu40wood126-page .alu40wood126-btn:hover{
    transform:translateY(-2px);
}
.alu40wood126-page .alu40wood126-btn-dark{
    background:var(--black) !important;
    border-color:var(--black) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-dark span{
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-dark:hover{
    background:var(--accent) !important;
    border-color:var(--accent) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-orange{
    background:var(--accent) !important;
    border-color:var(--accent) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-orange span{
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-orange:hover{
    background:var(--accent-dark) !important;
    border-color:var(--accent-dark) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-outline{
    background:transparent !important;
    border-color:var(--black) !important;
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-btn-outline:hover{
    background:var(--black) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-outline:hover span{
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-outline-white{
    background:transparent !important;
    border-color:rgba(255,255,255,.52) !important;
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-outline-white span{
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-btn-outline-white:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-btn-outline-white:hover span{
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-light .alu40wood126-btn-dark,
.alu40wood126-page .alu40wood126-light .alu40wood126-btn-dark span,
.alu40wood126-page .alu40wood126-soft .alu40wood126-btn-dark,
.alu40wood126-page .alu40wood126-soft .alu40wood126-btn-dark span,
.alu40wood126-page .alu40wood126-light .alu40wood126-btn-orange,
.alu40wood126-page .alu40wood126-light .alu40wood126-btn-orange span,
.alu40wood126-page .alu40wood126-soft .alu40wood126-btn-orange,
.alu40wood126-page .alu40wood126-soft .alu40wood126-btn-orange span{
    color:#fff !important;
}

/* ---------- Intro ---------- */
.alu40wood126-page .alu40wood126-intro{
    padding:82px 0 0;
    background:var(--muted) !important;
}
.alu40wood126-page .alu40wood126-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
    align-items:end;
    gap:66px;
}
.alu40wood126-page .alu40wood126-intro-copy{
    padding-bottom:70px;
}
.alu40wood126-page .alu40wood126-intro-media{
    min-height:610px;
    position:relative;
    overflow:hidden;
    background:#ddd;
}
.alu40wood126-page .alu40wood126-intro-media img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.alu40wood126-page .alu40wood126-stat-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#fff !important;
    border-top:1px solid #d6d6d0;
    border-bottom:1px solid #d6d6d0;
}
.alu40wood126-page .alu40wood126-stat{
    min-height:112px;
    padding:26px 24px;
    border-right:1px solid #d6d6d0;
}
.alu40wood126-page .alu40wood126-stat:last-child{
    border-right:0;
}
.alu40wood126-page .alu40wood126-stat span{
    display:block;
    margin-bottom:6px;
    color:#777 !important;
    font-size:11px;
    font-weight:800;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.alu40wood126-page .alu40wood126-stat strong{
    display:block;
    color:var(--ink) !important;
    font-size:17px;
    line-height:1.28;
}

/* ---------- Gallery ---------- */
.alu40wood126-page .alu40wood126-gallery-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,.44fr);
    align-items:end;
    gap:56px;
    margin-bottom:42px;
}
.alu40wood126-page .alu40wood126-gallery-head .alu40wood126-lead{
    justify-self:end;
}
.alu40wood126-page .alu40wood126-gallery{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}
.alu40wood126-page .alu40wood126-media-card{
    overflow:hidden;
    background:#e8e8e4;
}
.alu40wood126-page .alu40wood126-lightbox-link{
    display:block;
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    cursor:zoom-in;
}
.alu40wood126-page .alu40wood126-lightbox-link img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.alu40wood126-page .alu40wood126-media-card:hover img{
    transform:scale(1.025);
}
.alu40wood126-page .alu40wood126-media-caption{
    min-height:76px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding:18px;
    background:#fff !important;
    border:1px solid var(--line);
    border-top:0;
}
.alu40wood126-page .alu40wood126-media-caption strong{
    color:var(--ink) !important;
    font-size:14px;
    line-height:1.3;
}
.alu40wood126-page .alu40wood126-media-caption span{
    color:#777 !important;
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    line-height:1.35;
    text-align:right;
    text-transform:uppercase;
}

/* ---------- Dark engineering band ---------- */
.alu40wood126-page .alu40wood126-engineering{
    padding:100px 0;
}
.alu40wood126-page .alu40wood126-engineering-grid{
    display:grid;
    grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
    gap:72px;
    align-items:start;
}
.alu40wood126-page .alu40wood126-dark-points{
    display:grid;
    grid-template-columns:1fr;
    border-top:1px solid rgba(255,255,255,.25);
}
.alu40wood126-page .alu40wood126-dark-point{
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.17);
}
.alu40wood126-page .alu40wood126-dark-point strong{
    display:block;
    margin-bottom:6px;
    font-size:16px;
}
.alu40wood126-page .alu40wood126-dark-point span{
    color:#cfcfcf !important;
    font-size:14px;
    line-height:1.6;
}

/* ---------- Specs ---------- */
.alu40wood126-page .alu40wood126-split{
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr);
    gap:72px;
    align-items:start;
}
.alu40wood126-page .alu40wood126-spec-box{
    margin:0;
    border-top:2px solid var(--ink);
}
.alu40wood126-page .alu40wood126-spec-row{
    display:grid;
    grid-template-columns:190px 1fr;
    gap:26px;
    padding:18px 0;
    border-bottom:1px solid var(--line);
}
.alu40wood126-page .alu40wood126-spec-row dt{
    margin:0;
    color:#707070 !important;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.alu40wood126-page .alu40wood126-spec-row dd{
    margin:0;
    color:var(--ink) !important;
    font-size:15px;
    font-weight:700;
    line-height:1.5;
}
.alu40wood126-page .alu40wood126-note{
    margin-top:28px;
    padding:20px 22px;
    background:var(--muted) !important;
    border-left:3px solid var(--accent);
    color:#454545 !important;
    font-size:14px;
    line-height:1.65;
}
.alu40wood126-page .alu40wood126-note strong{
    color:var(--ink) !important;
}

/* ---------- Cards ---------- */
.alu40wood126-page .alu40wood126-card-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1px;
    margin-top:46px;
    background:var(--line);
    border:1px solid var(--line);
}
.alu40wood126-page .alu40wood126-card{
    min-height:242px;
    padding:30px;
    background:#fff !important;
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-card *{
    color:var(--ink) !important;
}
.alu40wood126-page .alu40wood126-num{
    display:block;
    margin-bottom:48px;
    color:var(--accent) !important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.11em;
}
.alu40wood126-page .alu40wood126-card h3{
    margin:0 0 10px;
    font-size:21px;
    font-weight:800;
    letter-spacing:-.03em;
    line-height:1.12;
}
.alu40wood126-page .alu40wood126-card p{
    margin:0;
    color:#626262 !important;
    font-size:15px;
    line-height:1.66;
}

/* ---------- Technical reference ---------- */
.alu40wood126-page .alu40wood126-reference{
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:68px;
    align-items:center;
}
.alu40wood126-page .alu40wood126-reference-media{
    background:#fff;
    border:1px solid var(--line);
}
.alu40wood126-page .alu40wood126-reference-media .alu40wood126-lightbox-link{
    aspect-ratio:auto;
}
.alu40wood126-page .alu40wood126-reference-media img{
    width:100%;
    height:auto;
    object-fit:contain;
    padding:14px;
}
.alu40wood126-page .alu40wood126-reference-note{
    margin-top:18px;
    color:#6b6b6b !important;
    font-size:13px;
    line-height:1.6;
}

/* ---------- Value comparison ---------- */
.alu40wood126-page .alu40wood126-value-grid{
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    gap:76px;
}
.alu40wood126-page .alu40wood126-value-list{
    border-top:1px solid rgba(255,255,255,.25);
}
.alu40wood126-page .alu40wood126-value-item{
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.18);
}
.alu40wood126-page .alu40wood126-value-item strong{
    display:block;
    margin-bottom:6px;
    color:#fff !important;
    font-size:16px;
}
.alu40wood126-page .alu40wood126-value-item span{
    color:#cfcfcf !important;
    font-size:15px;
    line-height:1.6;
}

/* ---------- Video ---------- */
.alu40wood126-page .alu40wood126-video-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    max-width:980px;
    margin-top:44px;
}
.alu40wood126-page .alu40wood126-video-card{
    background:#111 !important;
    border:1px solid #292929;
}
.alu40wood126-page .alu40wood126-video-frame{
    aspect-ratio:16/9;
    background:#050505;
}
.alu40wood126-page .alu40wood126-video-frame iframe{
    width:100%;
    height:100%;
    border:0;
}
.alu40wood126-page .alu40wood126-video-poster{
    width:100%;
    height:100%;
    position:relative;
    padding:0;
    border:0;
    cursor:pointer;
    background:#050505;
}
.alu40wood126-page .alu40wood126-video-poster img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.72;
}
.alu40wood126-page .alu40wood126-play{
    width:72px;
    height:72px;
    position:absolute;
    left:50%;
    top:50%;
    display:grid;
    place-items:center;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:#fff;
    box-shadow:0 14px 40px rgba(0,0,0,.3);
    transition:transform .2s ease;
}
.alu40wood126-page .alu40wood126-play::before{
    content:"";
    margin-left:5px;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:15px solid var(--black);
}
.alu40wood126-page .alu40wood126-video-poster:hover .alu40wood126-play{
    transform:translate(-50%,-50%) scale(1.06);
}
.alu40wood126-page .alu40wood126-video-meta{
    min-height:78px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    padding:18px;
    background:var(--black) !important;
}
.alu40wood126-page .alu40wood126-video-meta strong{
    color:#fff !important;
    font-size:14px;
}
.alu40wood126-page .alu40wood126-video-meta span{
    color:#bdbdbd !important;
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* ---------- Buy banner ---------- */
.alu40wood126-page .alu40wood126-buy-banner{
    min-height:520px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#0b0b0b url('http://globusgates.online/wp-content/uploads/2025/09/x009-1-1800x-800x500.jpg') center/cover no-repeat !important;
}
.alu40wood126-page .alu40wood126-buy-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 50%,rgba(0,0,0,.24) 100%);
}
.alu40wood126-page .alu40wood126-buy-inner{
    width:min(calc(100% - 48px),var(--max));
    margin:auto;
    position:relative;
    z-index:2;
}
.alu40wood126-page .alu40wood126-buy-inner .alu40wood126-heading,
.alu40wood126-page .alu40wood126-buy-inner .alu40wood126-lead{
    color:#fff !important;
}

/* ---------- FAQ ---------- */
.alu40wood126-page .alu40wood126-faq-layout{
    display:grid;
    grid-template-columns:minmax(320px,.62fr) minmax(0,1.38fr);
    gap:76px;
    align-items:start;
}
.alu40wood126-page .alu40wood126-faq-list{
    border-top:1px solid #cfcfca;
}
.alu40wood126-page .alu40wood126-faq-list details{
    border-bottom:1px solid #cfcfca;
}
.alu40wood126-page .alu40wood126-faq-list summary{
    position:relative;
    padding:24px 52px 24px 0;
    cursor:pointer;
    list-style:none;
    color:var(--ink) !important;
    font-size:18px;
    font-weight:800;
    line-height:1.35;
}
.alu40wood126-page .alu40wood126-faq-list summary::-webkit-details-marker{
    display:none;
}
.alu40wood126-page .alu40wood126-faq-list summary::after{
    content:"+";
    position:absolute;
    right:4px;
    top:18px;
    color:var(--ink);
    font-size:29px;
    font-weight:400;
}
.alu40wood126-page .alu40wood126-faq-list details[open] summary::after{
    content:"−";
}
.alu40wood126-page .alu40wood126-faq-answer{
    padding:0 56px 25px 0;
    color:#5d5d5d !important;
    font-size:15px;
    line-height:1.72;
}

/* ---------- Final CTA ---------- */
.alu40wood126-page .alu40wood126-cta{
    padding:104px 0 44px;
    background:#0b0b0b !important;
}
.alu40wood126-page .alu40wood126-cta-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.55fr);
    gap:70px;
    align-items:end;
}
.alu40wood126-page .alu40wood126-cta .alu40wood126-heading{
    color:#fff !important;
}
.alu40wood126-page .alu40wood126-cta-side p{
    margin:0;
    color:#cfcfcf !important;
    font-size:16px;
    line-height:1.7;
}
.alu40wood126-page .alu40wood126-brand-line{
    margin-top:80px;
    padding-top:24px;
    border-top:1px solid #2d2d2d;
    color:#929292 !important;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* ---------- Lightbox ---------- */
.alu40wood126-page .alu40wood126-lightbox{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:32px;
    background:rgba(0,0,0,.94);
}
.alu40wood126-page .alu40wood126-lightbox.is-open{
    display:flex;
}
.alu40wood126-page .alu40wood126-lightbox-dialog{
    width:min(94vw,1500px);
    height:min(90vh,980px);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.alu40wood126-page .alu40wood126-lightbox-image{
    width:auto;
    max-width:100%;
    max-height:calc(90vh - 70px);
    object-fit:contain;
}
.alu40wood126-page .alu40wood126-lightbox-caption{
    position:absolute;
    left:50%;
    bottom:0;
    width:min(900px,80%);
    transform:translateX(-50%);
    color:#fff !important;
    font-size:13px;
    text-align:center;
}
.alu40wood126-page .alu40wood126-lightbox-close,
.alu40wood126-page .alu40wood126-lightbox-prev,
.alu40wood126-page .alu40wood126-lightbox-next{
    width:48px;
    height:48px;
    position:absolute;
    z-index:3;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.3);
    border-radius:50%;
    background:rgba(0,0,0,.48);
    color:#fff !important;
    cursor:pointer;
    font-size:28px;
    line-height:1;
}
.alu40wood126-page .alu40wood126-lightbox-close{top:0;right:0;}
.alu40wood126-page .alu40wood126-lightbox-prev,
.alu40wood126-page .alu40wood126-lightbox-next{
    top:50%;
    transform:translateY(-50%);
}
.alu40wood126-page .alu40wood126-lightbox-prev{left:0;}
.alu40wood126-page .alu40wood126-lightbox-next{right:0;}
body.alu40wood126-no-scroll{
    overflow:hidden !important;
}

/* ---------- Responsive QA ---------- */
@media(max-width:1050px){
    .alu40wood126-page .alu40wood126-intro-grid,
    .alu40wood126-page .alu40wood126-split,
    .alu40wood126-page .alu40wood126-engineering-grid,
    .alu40wood126-page .alu40wood126-reference,
    .alu40wood126-page .alu40wood126-value-grid,
    .alu40wood126-page .alu40wood126-faq-layout,
    .alu40wood126-page .alu40wood126-cta-grid{
        grid-template-columns:1fr;
        gap:46px;
    }
    .alu40wood126-page .alu40wood126-intro-media{
        min-height:520px;
    }
    .alu40wood126-page .alu40wood126-stat-row{
        grid-template-columns:1fr 1fr;
    }
    .alu40wood126-page .alu40wood126-stat:nth-child(2){
        border-right:0;
    }
    .alu40wood126-page .alu40wood126-stat:nth-child(-n+2){
        border-bottom:1px solid #d6d6d0;
    }
    .alu40wood126-page .alu40wood126-gallery,
    .alu40wood126-page .alu40wood126-card-grid{
        grid-template-columns:1fr 1fr;
    }
    .alu40wood126-page .alu40wood126-gallery-head{
        grid-template-columns:1fr;
        gap:18px;
    }
    .alu40wood126-page .alu40wood126-gallery-head .alu40wood126-lead{
        justify-self:start;
    }
}
@media(max-width:720px){
    .alu40wood126-page .alu40wood126-shell,
    .alu40wood126-page .alu40wood126-buy-inner{
        width:min(calc(100% - 32px),var(--max));
    }
    .alu40wood126-page .alu40wood126-section,
    .alu40wood126-page .alu40wood126-engineering{
        padding:72px 0;
    }
    .alu40wood126-page .alu40wood126-intro{
        padding-top:58px;
    }
    .alu40wood126-page .alu40wood126-intro-copy{
        padding-bottom:44px;
    }
    .alu40wood126-page .alu40wood126-intro-media{
        min-height:340px;
    }
    .alu40wood126-page .alu40wood126-title{
        font-size:clamp(39px,12.5vw,62px);
    }
    .alu40wood126-page .alu40wood126-heading{
        font-size:clamp(31px,9.8vw,47px);
    }
    .alu40wood126-page .alu40wood126-stat-row,
    .alu40wood126-page .alu40wood126-gallery,
    .alu40wood126-page .alu40wood126-card-grid{
        grid-template-columns:1fr;
    }
    .alu40wood126-page .alu40wood126-stat{
        min-height:0;
        border-right:0;
        border-bottom:1px solid #d6d6d0 !important;
    }
    .alu40wood126-page .alu40wood126-stat:last-child{
        border-bottom:0 !important;
    }
    .alu40wood126-page .alu40wood126-media-caption{
        min-height:68px;
    }
    .alu40wood126-page .alu40wood126-spec-row{
        grid-template-columns:1fr;
        gap:7px;
    }
    .alu40wood126-page .alu40wood126-card{
        min-height:0;
    }
    .alu40wood126-page .alu40wood126-num{
        margin-bottom:28px;
    }
    .alu40wood126-page .alu40wood126-buy-banner{
        min-height:540px;
        background-position:center !important;
    }
    .alu40wood126-page .alu40wood126-buy-banner::before{
        background:rgba(0,0,0,.76);
    }
    .alu40wood126-page .alu40wood126-btn{
        width:100%;
    }
    .alu40wood126-page .alu40wood126-faq-answer{
        padding-right:18px;
    }
    .alu40wood126-page .alu40wood126-lightbox{
        padding:16px;
    }
}
@media(prefers-reduced-motion:reduce){
    .alu40wood126-page *,
    .alu40wood126-page *::before,
    .alu40wood126-page *::after{
        scroll-behavior:auto !important;
        transition:none !important;
    }
}








  .ags-alu40-wg-diy,
  .ags-alu40-wg-diy * {
    box-sizing: border-box;
  }

  .ags-alu40-wg-diy {
    --black:#0b0b0b;
    --ink:#171717;
    --copy:#55585b;
    --soft:#f8f8f6;
    --line:#d9d8d2;
    --orange:#f15a24;

    width:100%;
    margin:22px 0 8px;
    color:var(--ink);
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.55;
  }

  .ags-alu40-wg-diy__eyebrow {
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:8px;
    color:var(--orange);
    font-size:10px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
  }

  .ags-alu40-wg-diy__eyebrow:before {
    content:"";
    width:26px;
    height:2px;
    background:var(--orange);
  }

  .ags-alu40-wg-diy h4 {
    margin:0 0 12px;
    color:var(--black);
    font-size:clamp(20px,2vw,26px);
    font-weight:800;
    letter-spacing:-.03em;
    line-height:1.1;
  }

  .ags-alu40-wg-diy__intro {
    margin:0 0 18px;
    color:var(--copy);
    font-size:14px;
    line-height:1.65;
  }

  .ags-alu40-wg-diy__facts {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1px;
    margin-bottom:22px;
    border:1px solid var(--line);
    background:var(--line);
  }

  .ags-alu40-wg-diy__fact {
    padding:14px 15px;
    background:#fff;
  }

  .ags-alu40-wg-diy__fact small {
    display:block;
    margin-bottom:4px;
    color:#777;
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .ags-alu40-wg-diy__fact strong {
    display:block;
    color:var(--black);
    font-size:13px;
    font-weight:800;
  }

  .ags-alu40-wg-diy__grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    border-top:3px solid var(--black);
    background:var(--line);
  }

  .ags-alu40-wg-diy__item {
    padding:14px 15px;
    background:#fff;
  }

  .ags-alu40-wg-diy__item small {
    display:block;
    margin-bottom:4px;
    color:#777;
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .ags-alu40-wg-diy__item strong {
    display:block;
    color:var(--black);
    font-size:12.5px;
    font-weight:800;
    line-height:1.45;
  }

  .ags-alu40-wg-diy__note {
    margin-top:16px;
    padding:13px 15px;
    border-left:3px solid var(--orange);
    background:var(--soft);
    color:var(--copy);
    font-size:12px;
    line-height:1.55;
  }

  .ags-alu40-wg-diy__note strong {
    color:var(--black);
  }

  @media(max-width:767px) {
    .ags-alu40-wg-diy__facts,
    .ags-alu40-wg-diy__grid {
      grid-template-columns:1fr;
    }
  }/* End custom CSS */