
/* =========================================================
   ALUMINIUM FABRICATION — UNIQUE DETAIL PAGE
   ONLY .fab-* CONTENT IS STYLED.
   HEADER + FOOTER ARE NOT TOUCHED.
========================================================= */

.fab-page{
    --r:#ed1c24;
    --black:#080a0b;
    --dark:#101315;
    --paper:#ededE8;
    --ink:#111416;
    --muted:#858c91;
    overflow:hidden;
    background:var(--black);
    color:#fff;
}
.fab-page *{box-sizing:border-box}
.fab-container{width:min(1320px,calc(100% - 80px));margin:auto}
.fab-page img{display:block;width:100%;height:100%;object-fit:cover}

/* HERO — IMAGE FIRST */
.fab-hero{
    min-height:calc(100vh - 90px);
    position:relative;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
}
.fab-hero-image,.fab-hero-overlay{position:absolute;inset:0}
.fab-hero-image img{filter:brightness(.58) contrast(1.08);transform:scale(1.02);transition:transform 1.2s}
.fab-hero:hover .fab-hero-image img{transform:scale(1.045)}
.fab-hero-overlay{
    background:linear-gradient(90deg,rgba(4,6,7,.94),rgba(4,6,7,.58) 48%,rgba(4,6,7,.18)),
               linear-gradient(0deg,rgba(4,6,7,.92),transparent 55%);
}
.fab-hero-content{
    position:relative;
    z-index:2;
    min-height:calc(100vh - 90px);
    padding:105px 0 70px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.fab-eyebrow{
    display:flex;
    align-items:center;
    gap:15px;
    color:#aab0b3;
    font-size:9px;
    font-weight:800;
    letter-spacing:3px;
}
.fab-eyebrow span{color:var(--r)}
.fab-hero-title h1{
    margin:0;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(105px,12.5vw,195px);
    font-weight:400;
    line-height:.76;
    letter-spacing:-2px;
}
.fab-hero-title h1 em{color:var(--r);font-style:normal}
.fab-hero-title p{
    margin:28px 0 0;
    color:#c0c5c7;
    font-size:16px;
    letter-spacing:.2px;
}
.fab-hero-bottom{
    display:grid;
    grid-template-columns:1fr 320px;
    gap:100px;
    align-items:end;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.17);
}
.fab-hero-bottom p{
    max-width:620px;
    margin:0;
    color:#c1c6c8;
    font-size:16px;
    line-height:1.85;
}
.fab-hero-bottom a{
    display:flex;
    justify-content:space-between;
    color:#fff;
    text-decoration:none;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.35);
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
}
.fab-hero-bottom a b{color:var(--r);font-size:18px;font-weight:400}

/* INTRO — IMAGE/COPY ASYMMETRY */
.fab-intro{
    padding:145px 0 155px;
    background:var(--paper);
    color:var(--ink);
}
.fab-intro-label{
    margin-bottom:70px;
    color:#72797c;
    font-size:9px;
    font-weight:800;
    letter-spacing:2.5px;
}
.fab-intro-grid{
    display:grid;
    grid-template-columns:52% 48%;
    align-items:center;
}
.fab-intro-image{
    height:650px;
    position:relative;
    overflow:hidden;
}
.fab-intro-image img{filter:brightness(.78);transition:transform 1s}
.fab-intro-image:hover img{transform:scale(1.045)}
.fab-intro-image span{
    position:absolute;
    left:20px;
    bottom:20px;
    color:#fff;
    font-size:8px;
    letter-spacing:2px;
}
.fab-intro-copy{
    padding:40px 0 40px 85px;
}
.fab-intro-copy>span{
    color:#777e81;
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
}
.fab-intro-copy h2{
    margin:22px 0 40px;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(76px,7vw,118px);
    font-weight:400;
    line-height:.83;
}
.fab-intro-copy h2 em{color:var(--r);font-style:normal}
.fab-intro-copy p{
    max-width:560px;
    color:#596063;
    font-size:16px;
    line-height:1.85;
}
.fab-intro-copy .fab-big-text{
    color:#171b1d;
    font-size:20px;
    line-height:1.7;
}
.fab-intro-copy .fab-big-text+p{
    margin-top:25px;
}

/* PROCESS — ALTERNATING IMAGE + TEXT */
.fab-process{
    padding:140px 0 160px;
    background:#0c0f11;
}
.fab-process-heading{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:28px;
    margin-bottom:80px;
}
.fab-number{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border:1px solid #34393c;
    color:var(--r);
    font-size:12px;
    font-weight:800;
}
.fab-process-heading>div:last-child>span{
    color:#7e868b;
    font-size:9px;
    letter-spacing:2.5px;
}
.fab-process-heading h2{
    margin:20px 0 0;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(80px,7vw,120px);
    font-weight:400;
    line-height:.8;
}
.fab-process-heading h2 em{color:var(--r);font-style:normal}
.fab-method{
    display:grid;
    grid-template-columns:50% 50%;
    min-height:390px;
}
.fab-method-image{height:390px;overflow:hidden}
.fab-method-image img{
    filter:brightness(.72) contrast(1.06);
    transition:transform .9s,filter .5s;
}
.fab-method:hover .fab-method-image img{transform:scale(1.055);filter:brightness(.88)}
.fab-method-content{
    position:relative;
    padding:65px 75px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.fab-method-light .fab-method-content{background:var(--paper);color:var(--ink)}
.fab-method-dark .fab-method-content{background:#15191c;color:#fff}
.fab-method-content small{
    color:var(--r);
    font-size:8px;
    font-weight:800;
    letter-spacing:2px;
}
.fab-method-content h3{
    margin:18px 0 18px;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:64px;
    font-weight:400;
    line-height:.85;
}
.fab-method-content p{
    max-width:430px;
    margin:0;
    color:#737b7f;
    font-size:14px;
    line-height:1.8;
}
.fab-method-dark .fab-method-content p{color:#858d92}
.fab-method-content>b{
    position:absolute;
    right:30px;
    bottom:25px;
    color:var(--r);
    font-size:10px;
}

/* GALLERY — IMAGE DOMINANT */
.fab-gallery{
    padding:140px 0 165px;
    background:#080a0b;
}
.fab-gallery-head{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:65px;
}
.fab-gallery-head>span{
    color:#737b80;
    font-size:8px;
    letter-spacing:2px;
}
.fab-gallery-head h2{
    margin:0;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(75px,7vw,118px);
    font-weight:400;
    line-height:.82;
}
.fab-gallery-head h2 em{color:var(--r);font-style:normal}
.fab-gallery-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    grid-template-rows:300px 300px;
    gap:16px;
}
.fab-gallery-grid>div{
    position:relative;
    overflow:hidden;
}
.fab-gallery-main{grid-row:span 2}
.fab-gallery-bottom{grid-column:2}
.fab-gallery-grid img{filter:brightness(.68);transition:transform .9s,filter .5s}
.fab-gallery-grid>div:hover img{transform:scale(1.055);filter:brightness(.88)}
.fab-gallery-grid span{
    position:absolute;
    left:18px;
    bottom:17px;
    color:#fff;
    font-size:8px;
    letter-spacing:2px;
}

/* APPLICATION */
.fab-use{
    padding:140px 0;
    background:var(--paper);
    color:var(--ink);
}
.fab-use .fab-container{
    display:grid;
    grid-template-columns:55% 45%;
    align-items:center;
}
.fab-use-image{
    height:650px;
    overflow:hidden;
}
.fab-use-image img{filter:brightness(.76);transition:transform .9s}
.fab-use-image:hover img{transform:scale(1.04)}
.fab-use-copy{padding:50px 0 50px 90px}
.fab-use-copy>span{
    color:#777e81;
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
}
.fab-use-copy h2{
    margin:22px 0 35px;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(75px,6.5vw,110px);
    font-weight:400;
    line-height:.83;
}
.fab-use-copy h2 em{color:var(--r);font-style:normal}
.fab-use-copy>p{
    max-width:480px;
    color:#62696c;
    font-size:16px;
    line-height:1.85;
}
.fab-use-list{
    margin-top:35px;
    border-top:1px solid #c7c9c6;
}
.fab-use-list div{
    display:flex;
    gap:20px;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #c7c9c6;
}
.fab-use-list b{width:30px;color:var(--r);font-size:9px}
.fab-use-list span{font-size:14px;font-weight:700}

/* FINAL */
.fab-final{
    min-height:610px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
}
.fab-final>img{
    position:absolute;
    inset:0;
    filter:brightness(.5);
}
.fab-final-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,6,7,.94),rgba(4,6,7,.68) 55%,rgba(4,6,7,.30));
}
.fab-final-content{
    position:relative;
    z-index:2;
}
.fab-final-content>span{
    color:#91989c;
    font-size:8px;
    letter-spacing:2.5px;
}
.fab-final h2{
    margin:22px 0 45px;
    font-family:"Bebas Neue",Impact,sans-serif;
    font-size:clamp(90px,8vw,135px);
    font-weight:400;
    line-height:.8;
}
.fab-final h2 em{color:var(--r);font-style:normal}
.fab-final a{
    width:280px;
    padding:20px 22px;
    display:flex;
    justify-content:space-between;
    color:#fff;
    background:var(--r);
    text-decoration:none;
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
    transition:.3s;
}
.fab-final a:hover{background:#c9161d;transform:translateY(-4px)}
.fab-final a b{font-size:18px;font-weight:400}

/* TABLET */
@media(max-width:1000px){
    .fab-container{width:calc(100% - 64px)}
    .fab-hero-title h1{font-size:clamp(90px,13vw,145px)}
    .fab-intro-grid,.fab-use .fab-container{grid-template-columns:1fr}
    .fab-intro-copy,.fab-use-copy{padding:55px 0 0}
    .fab-intro-image,.fab-use-image{height:540px}
    .fab-method-content{padding:50px}
}

/* MOBILE */
@media(max-width:700px){
    .fab-container{width:calc(100% - 40px)}
    .fab-hero,.fab-hero-content{min-height:730px}
    .fab-hero-content{padding:80px 0 60px}
    .fab-hero-title{padding:45px 0}
    .fab-hero-title h1{font-size:clamp(70px,18vw,105px)}
    .fab-hero-title p{font-size:14px}
    .fab-hero-bottom{grid-template-columns:1fr;gap:25px}
    .fab-hero-bottom p{font-size:14px}
    .fab-intro,.fab-process,.fab-gallery,.fab-use{padding:90px 0 105px}
    .fab-intro-image,.fab-use-image{height:380px}
    .fab-intro-copy h2,.fab-gallery-head h2,.fab-use-copy h2,.fab-final h2{font-size:clamp(62px,16vw,90px)}
    .fab-method{grid-template-columns:1fr}
    .fab-method-light .fab-method-image{order:0}
    .fab-method-dark .fab-method-image{order:0}
    .fab-method-content{min-height:290px;padding:45px 30px}
    .fab-method-image{height:260px}
    .fab-gallery-head{display:block}
    .fab-gallery-head h2{margin-top:18px}
    .fab-gallery-grid{grid-template-columns:1fr;grid-template-rows:300px 260px 260px}
    .fab-gallery-main{grid-row:auto}
    .fab-gallery-bottom{grid-column:auto}
    .fab-final{min-height:600px}
}

@media(max-width:450px){
    .fab-container{width:calc(100% - 30px)}
    .fab-hero,.fab-hero-content{min-height:680px}
    .fab-hero-title h1{font-size:clamp(62px,17vw,82px)}
    .fab-hero-bottom a{width:100%}
    .fab-intro-image,.fab-use-image{height:300px}
    .fab-method-content h3{font-size:52px}
    .fab-method-content p{font-size:13px}
    .fab-gallery-grid{grid-template-rows:250px 220px 220px}
    .fab-final a{width:100%}
}

@media(prefers-reduced-motion:reduce){
    .fab-page *{transition:none!important;animation:none!important}
}
/* =========================================================
   HERO — MOVE CONTENT SLIGHTLY DOWN
========================================================= */

@media (min-width: 701px) {
    .fab-hero-content {
        padding-top: 145px;
    }

    .fab-hero-title {
        transform: translateY(25px);
    }

    .fab-hero-footer {
        transform: translateY(15px);
    }
}

@media (max-width: 700px) {
    .fab-hero-content {
        padding-top: 105px;
    }

    .fab-hero-title {
        transform: translateY(15px);
    }

    .fab-hero-footer {
        transform: translateY(10px);
    }
}
.fab-hero-title {
    transform: translateY(40px);
}
/* =========================================================
   NEW ALUMINIUM FABRICATION HERO
   Completely different layout from homepage
========================================================= */

.fab-hero-new {
    background: #080a0b;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}

.fab-hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 90px 90px;
    pointer-events: none;
}

.fab-hero-new-inner {
    width: min(1320px, calc(100% - 80px));
    margin: auto;

    display: grid;
    grid-template-columns: 46% 54%;
    grid-template-rows: auto auto;

    position: relative;
    z-index: 2;

    padding: 80px 0 60px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.fab-hero-new-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-right: 70px;
    min-height: 610px;
}

.fab-hero-new-label {
    display: flex;
    align-items: center;
    gap: 15px;

    color: #858c91;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 45px;
}

.fab-hero-new-label span {
    color: #ed1c24;
    font-size: 12px;
}

.fab-hero-new-label i {
    width: 45px;
    height: 1px;
    background: #ed1c24;
    display: block;
}


.fab-hero-new-content h1 {
    margin: 0;

    font-family: "Bebas Neue", Impact, sans-serif;

    font-size: clamp(90px, 10vw, 160px);

    font-weight: 400;
    line-height: .78;

    letter-spacing: -2px;
}

.fab-hero-new-content h1 em {
    display: block;

    color: #ed1c24;
    font-style: normal;
}


/* META */

.fab-hero-new-meta {
    margin-top: 55px;

    display: flex;
    gap: 45px;

    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.18);

    max-width: 480px;
}

.fab-hero-new-meta span {
    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2px;

    color: #737b80;
}


/* =========================================================
   IMAGE
========================================================= */

.fab-hero-new-visual {
    position: relative;

    min-height: 610px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-hero-new-image {
    width: 100%;
    height: 610px;

    overflow: hidden;

    position: relative;

    border: 1px solid rgba(255,255,255,.14);
}

.fab-hero-new-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(0,0,0,.15),
            transparent 45%
        );

    pointer-events: none;
}

.fab-hero-new-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    filter: brightness(.88) contrast(1.05);

    transition:
        transform 1s ease,
        filter .5s ease;
}

.fab-hero-new-image:hover img {
    transform: scale(1.045);
    filter: brightness(1) contrast(1.05);
}


/* =========================================================
   IMAGE NUMBER LABEL
========================================================= */

.fab-hero-new-index {
    position: absolute;

    left: -1px;
    bottom: 0;

    background: #ed1c24;

    min-width: 280px;

    padding: 18px 22px;

    display: flex;
    align-items: center;
    gap: 20px;
}

.fab-hero-new-index strong {
    font-family: "Bebas Neue", Impact, sans-serif;

    font-size: 34px;
    font-weight: 400;

    line-height: 1;
}

.fab-hero-new-index span {
    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.fab-hero-new-description {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: 20% 55% 25%;

    align-items: center;

    margin-top: 35px;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.16);
}

.fab-hero-new-description > span {
    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2.5px;

    color: #ed1c24;
}

.fab-hero-new-description p {
    margin: 0;

    max-width: 650px;

    color: #aeb4b7;

    font-size: 14px;

    line-height: 1.8;
}

.fab-hero-new-description a {
    justify-self: end;

    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 230px;

    padding: 15px 18px;

    color: #fff;

    text-decoration: none;

    border: 1px solid rgba(255,255,255,.25);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    transition: .3s ease;
}

.fab-hero-new-description a:hover {
    background: #ed1c24;
    border-color: #ed1c24;
}

.fab-hero-new-description a b {
    color: #ed1c24;

    font-size: 18px;

    font-weight: 400;
}

.fab-hero-new-description a:hover b {
    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .fab-hero-new-inner {
        width: calc(100% - 60px);

        grid-template-columns: 1fr 1fr;
    }

    .fab-hero-new-content {
        padding-right: 35px;
    }

    .fab-hero-new-content h1 {
        font-size: clamp(75px, 10vw, 120px);
    }

    .fab-hero-new-image,
    .fab-hero-new-visual {
        min-height: 520px;
        height: 520px;
    }

    .fab-hero-new-description {
        grid-template-columns: 18% 52% 30%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .fab-hero-new {
        min-height: auto;
    }

    .fab-hero-new-inner {
        width: calc(100% - 40px);

        display: flex;
        flex-direction: column;

        padding: 55px 0 55px;
    }

    .fab-hero-new-content {
        min-height: auto;

        padding: 0;

        order: 1;
    }

    .fab-hero-new-label {
        margin-bottom: 30px;
    }

    .fab-hero-new-content h1 {
        font-size: clamp(70px, 18vw, 105px);

        line-height: .8;
    }

    .fab-hero-new-meta {
        margin-top: 35px;
    }

    .fab-hero-new-visual {
        order: 2;

        min-height: 400px;

        height: 400px;

        margin-top: 35px;
    }

    .fab-hero-new-image {
        height: 400px;
    }

    .fab-hero-new-index {
        min-width: 220px;

        padding: 14px 16px;
    }

    .fab-hero-new-index strong {
        font-size: 27px;
    }

    .fab-hero-new-index span {
        font-size: 7px;
    }

    .fab-hero-new-description {
        order: 3;

        display: block;

        margin-top: 30px;
    }

    .fab-hero-new-description > span {
        display: block;

        margin-bottom: 15px;
    }

    .fab-hero-new-description p {
        font-size: 14px;
    }

    .fab-hero-new-description a {
        width: 100%;

        margin-top: 25px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .fab-hero-new-inner {
        width: calc(100% - 30px);
    }

    .fab-hero-new-content h1 {
        font-size: 65px;
    }

    .fab-hero-new-visual,
    .fab-hero-new-image {
        height: 330px;
        min-height: 330px;
    }

    .fab-hero-new-index {
        min-width: 190px;
    }
}
/* =========================================================
   HERO IMAGE — SMALLER + MOVED DOWN
========================================================= */

@media (min-width: 1001px) {

    .fab-hero-new-visual {
        min-height: 610px;
        height: 610px;

        display: flex;
        align-items: flex-start;
        justify-content: flex-end;

        padding-top: 105px;
    }

    .fab-hero-new-image {
        width: 88%;
        height: 530px;

        overflow: hidden;
        position: relative;

        border: 1px solid rgba(255,255,255,.14);
    }

    .fab-hero-new-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        filter: brightness(.88) contrast(1.05);

        transition:
            transform 1s ease,
            filter .5s ease;
    }

}
.fab-hero-new-visual {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 105px;
}