/* ==========================================================
   REGAL FALSE CEILING — DESIGN 03
   Bootstrap 5.3 compatible
   Main sections only — header/footer are NOT included
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --fcn-red: #ed2d35;
    --fcn-black: #090b0e;
    --fcn-paper: #f7f6f2;
    --fcn-white: #ffffff;
    --fcn-text: #171918;
    --fcn-muted: #777b78;
    --fcn-line: rgba(20,22,21,.13);
}

.fc-new {
    width: 100%;
    overflow: hidden;
    background: var(--fcn-paper);
    color: var(--fcn-text);
    font-family: "Inter", sans-serif;
}

.fc-new *,
.fc-new *::before,
.fc-new *::after {
    box-sizing: border-box;
}

.fc-new img {
    display: block;
    width: 100%;
}

.fc-new h1,
.fc-new h2,
.fc-new h3,
.fc-new p,
.fc-new figure {
    margin: 0;
}

.fc-new h1,
.fc-new h2,
.fc-new h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.fc-new h1 strong,
.fc-new h2 span {
    color: var(--fcn-red);
    font-weight: 400;
}

.fcn-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6d726f;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fcn-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--fcn-red);
    flex: 0 0 auto;
}

.fcn-eyebrow.fcn-white {
    color: rgba(255,255,255,.65);
}

.fcn-copy {
    max-width: 430px;
    color: #707572;
    font-size: 17px;
    line-height: 1.9;
}


/* ==========================================================
   01 — HERO
   Full image + floating white title card.
   No text is placed over another heading.
   ========================================================== */
/* ==========================================================
   01 — HERO
   NEW SPLIT EDITORIAL DESIGN
   ========================================================== */

.fcn-hero {
    width: 100%;
    padding: 22px;
    background: var(--fcn-paper);
}


/* MAIN SPLIT */

.fcn-hero-layout {
    min-height: 720px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: var(--fcn-black);
}


/* ==========================================================
   LEFT CONTENT
   ========================================================== */

.fcn-hero-content {
    position: relative;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 55px 42px;
    background: var(--fcn-black);
    color: #fff;
    z-index: 2;
}


/* TOP NUMBER */

.fcn-hero-number {
    display: flex;
    align-items: center;
    gap: 13px;
}

.fcn-hero-number span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;

    background: var(--fcn-red);
    color: #fff;

    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    line-height: 1;
}

.fcn-hero-number i {
    width: 32px;
    height: 1px;
    background: var(--fcn-red);
}

.fcn-hero-number strong {
    color: rgba(255,255,255,.62);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* ==========================================================
   HERO HEADING
   ========================================================== */

.fcn-hero-heading-wrap {
    max-width: 590px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 75px 0 65px;
}

.fcn-hero-kicker {
    display: block;
    margin-bottom: 32px;

    color: rgba(255,255,255,.55);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.2px;
    line-height: 1.4;
}


/* MAIN HEADING */

.fcn-hero-title {
    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    flex-direction: column;

    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;

    font-size: clamp(90px, 9vw, 150px);

    /* IMPORTANT — prevents heading touching */
    line-height: 0.8 !important;

    letter-spacing: -1px;
}


/* EACH HEADING LINE */

.fcn-hero-title span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}


/* CONTROLLED SPACE BETWEEN LINES */

.fcn-hero-title span + span {
    margin-top: 12px !important;
}


/* RED WORD */

.fcn-hero-title .accent {
    color: var(--fcn-red);
}


/* DESCRIPTION */

.fcn-hero-description {
    max-width: 390px;

    margin: 42px 0 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.58);

    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.9;
}


/* ==========================================================
   HERO BOTTOM
   ========================================================== */

.fcn-hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.15);
}


/* META */

.fcn-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.fcn-hero-meta span {
    color: rgba(255,255,255,.48);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.7px;
}


/* EXPLORE BUTTON */

.fcn-hero-scroll {
    width: 58px;
    height: 58px;

    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    border: 1px solid rgba(255,255,255,.3);

    color: #fff !important;

    text-decoration: none;

    transition: .3s ease;
}

.fcn-hero-scroll span {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
}

.fcn-hero-scroll i {
    font-size: 11px;
}

.fcn-hero-scroll:hover {
    background: var(--fcn-red);
    border-color: var(--fcn-red);
    color: #fff !important;
}


/* ==========================================================
   RIGHT IMAGE
   ========================================================== */

.fcn-hero-visual {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #222;
}


/* IMAGE */

.fcn-hero-visual > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .8s ease;
}

.fcn-hero-visual:hover > img {
    transform: scale(1.025);
}


/* IMAGE OVERLAY */

.fcn-hero-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.12) 0%,
            rgba(0,0,0,.02) 50%,
            rgba(0,0,0,.58) 100%
        );

    pointer-events: none;
}


/* IMAGE LABEL */

.fcn-hero-image-label {
    position: absolute;
    top: 30px;
    right: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 5px;

    color: rgba(255,255,255,.75);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;

    text-align: right;
}


/* IMAGE YEAR */

.fcn-hero-image-index {
    position: absolute;
    right: 30px;
    bottom: 25px;

    color: rgba(255,255,255,.35);

    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
    line-height: .8;
}


/* ==========================================================
   RESPONSIVE — TABLET
   ========================================================== */

@media (max-width: 1199.98px) {

    .fcn-hero-layout {
        grid-template-columns: 45% 55%;
        min-height: 650px;
    }

    .fcn-hero-content,
    .fcn-hero-visual {
        min-height: 650px;
    }

    .fcn-hero-content {
        padding: 45px;
    }

    .fcn-hero-title {
        font-size: 110px;
    }

}


/* ==========================================================
   RESPONSIVE — 991px
   ========================================================== */

@media (max-width: 991.98px) {

    .fcn-hero {
        padding: 0;
    }

    .fcn-hero-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .fcn-hero-content {
        min-height: auto;
        padding: 55px 35px 40px;
    }

    .fcn-hero-heading-wrap {
        padding: 75px 0 65px;
    }

    .fcn-hero-visual {
        min-height: 560px;
        height: 560px;
    }

    .fcn-hero-title {
        font-size: clamp(95px, 15vw, 145px);
    }

}


/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */

@media (max-width: 767.98px) {

    .fcn-hero-content {
        padding: 38px 25px 30px;
    }

    .fcn-hero-heading-wrap {
        padding: 60px 0 55px;
    }

    .fcn-hero-kicker {
        margin-bottom: 28px;
        font-size: 8px;
    }

    .fcn-hero-title {
        font-size: 86px;
        line-height: .8 !important;
    }

    .fcn-hero-title span + span {
        margin-top: 9px !important;
    }

    .fcn-hero-description {
        margin-top: 35px !important;
        font-size: 10px;
    }

    .fcn-hero-visual {
        height: 430px;
        min-height: 430px;
    }

    .fcn-hero-image-index {
        font-size: 65px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 575.98px) {

    .fcn-hero-content {
        padding: 30px 20px 25px;
    }

    .fcn-hero-number span {
        width: 38px;
        height: 38px;
        font-size: 21px;
    }

    .fcn-hero-number strong {
        font-size: 8px;
    }

    .fcn-hero-heading-wrap {
        padding: 55px 0 50px;
    }

    .fcn-hero-title {
        font-size: 70px;
        line-height: .8 !important;
    }

    .fcn-hero-title span + span {
        margin-top: 8px !important;
    }

    .fcn-hero-description {
        max-width: 320px;
        margin-top: 30px !important;
    }

    .fcn-hero-bottom {
        align-items: center;
    }

    .fcn-hero-meta {
        gap: 10px;
    }

    .fcn-hero-scroll {
        width: 50px;
        height: 50px;
    }

    .fcn-hero-visual {
        height: 360px;
        min-height: 360px;
    }

    .fcn-hero-image-label {
        top: 20px;
        right: 20px;
    }

    .fcn-hero-image-index {
        right: 20px;
        bottom: 18px;
        font-size: 55px;
    }

}

/* ==========================================================
   02 — INTRO
   ========================================================== */

.fcn-intro {
    padding: 130px 0 150px;
    background: var(--fcn-paper);
}

.fcn-section-marker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6d726f;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.fcn-section-marker > span {
    color: var(--fcn-red);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

.fcn-section-marker i {
    width: 28px;
    height: 1px;
    background: var(--fcn-red);
}

.fcn-display-heading {
    margin-top: 27px;
    font-size: clamp(86px, 9.5vw, 145px);
    line-height: .65;
    letter-spacing: -.3px;
}

.fcn-intro-gallery {
    margin-top: 80px;
}

.fcn-image {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.fcn-image-small {
    height: 350px;
}

.fcn-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.fcn-image:hover img {
    transform: scale(1.04);
}

.fcn-image > span {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 20px;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.fcn-intro-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fcn-intro-note {
    flex: 1;
    padding: 38px;
    background: var(--fcn-black);
    color: #fff;
}

.fcn-intro-note strong {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 63px;
    line-height: .8;
    font-weight: 400;
}

.fcn-intro-note p {
    max-width: 280px;
    margin-top: 35px;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.8;
}


/* ==========================================================
   03 — IMAGE STATEMENT
   ========================================================== */

.fcn-image-statement {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.fcn-image-statement > img,
.fcn-image-statement-overlay {
    position: absolute;
    inset: 0;
}

.fcn-image-statement > img {
    height: 100%;
    object-fit: cover;
}

.fcn-image-statement-overlay {
    background: linear-gradient(
        90deg,
        rgba(5,7,9,.92),
        rgba(5,7,9,.55) 55%,
        rgba(5,7,9,.10)
    );
}

.fcn-image-statement .container {
    position: relative;
    z-index: 2;
}

.fcn-statement-box {
    max-width: 700px;
}

.fcn-statement-box h2 {
    margin-top: 35px;
    font-size: clamp(100px, 12vw, 185px);
    line-height: .62;
}

.fcn-statement-box p {
    max-width: 410px;
    margin-top: 50px;
    color: rgba(255,255,255,.65);
    font-size: 17px;
    line-height: 1.9;
}


/* ==========================================================
   04 — SOLUTIONS
   ========================================================== */

.fcn-solutions {
    padding: 130px 0 150px;
    background: #fff;
}

.fcn-heading-row {
    margin-bottom: 75px;
}

.fcn-solution-list {
    border-top: 1px solid var(--fcn-line);
}

.fcn-solution-row {
    min-height: 265px;
    display: grid;
    grid-template-columns: 75px 250px 1fr 70px;
    align-items: center;
    gap: 35px;
    padding: 25px 0;
    border-bottom: 1px solid var(--fcn-line);
}

.fcn-solution-no {
    align-self: start;
    padding-top: 8px;
    color: var(--fcn-red);
    font-family: "Bebas Neue", sans-serif;
    font-size: 38px;
}

.fcn-solution-photo {
    width: 250px;
    height: 215px;
    overflow: hidden;
}

.fcn-solution-photo img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.fcn-solution-row:hover .fcn-solution-photo img {
    transform: scale(1.05);
}

.fcn-solution-content small {
    color: var(--fcn-red);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fcn-solution-content h3 {
    margin-top: 15px;
    font-size: 62px;
    line-height: .67;
}

.fcn-solution-content p {
    max-width: 410px;
    margin-top: 22px;
    color: #727773;
    font-size: 17px;
    line-height: 1.8;
}

.fcn-solution-arrow {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid var(--fcn-line);
    border-radius: 50%;
    color: var(--fcn-red);
}


/* ==========================================================
   05 — GALLERY
   ========================================================== */

.fcn-gallery {
    padding: 130px 0 150px;
    background: var(--fcn-paper);
}

.fcn-gallery-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    margin-bottom: 75px;
}

.fcn-gallery-main,
.fcn-gallery-side {
    position: relative;
    overflow: hidden;
}

.fcn-gallery-main {
    height: 650px;
}

.fcn-gallery-wide {
    height: 395px;
}

.fcn-gallery-side:not(.fcn-gallery-wide) {
    height: 240px;
}

.fcn-gallery-main img,
.fcn-gallery-side img {
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.fcn-gallery-main:hover img,
.fcn-gallery-side:hover img {
    transform: scale(1.04);
}

.fcn-gallery-main::after,
.fcn-gallery-side::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 50%);
}

.fcn-gallery-main figcaption,
.fcn-gallery-side figcaption {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.fcn-gallery-main figcaption b,
.fcn-gallery-side figcaption b {
    color: var(--fcn-red);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 400;
}


/* ==========================================================
   06 — DETAIL
   ========================================================== */

.fcn-detail {
    background: #fff;
}

.fcn-detail-dark {
    background: var(--fcn-black);
    color: #fff;
}

.fcn-detail-dark-inner {
    min-height: 760px;
    padding: 110px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fcn-detail-dark h2 {
    margin-top: 35px;
    font-size: clamp(95px, 10vw, 155px);
    line-height: .63;
}

.fcn-detail-dark h2 span {
    display: block;
    margin-left: 12%;
}

.fcn-detail-dark p {
    max-width: 320px;
    margin-top: 55px;
    color: rgba(255,255,255,.57);
    font-size: 14px;
    line-height: 1.9;
}

.fcn-detail-index {
    margin-top: auto;
    color: rgba(255,255,255,.12);
    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
}

.fcn-detail-images {
    padding: 45px;
}

.fcn-detail-image-large {
    height: 670px;
    overflow: hidden;
}

.fcn-detail-image-large img {
    height: 100%;
    object-fit: cover;
}

.fcn-detail-image-stack {
    height: 670px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fcn-detail-image-stack > div {
    height: 50%;
    overflow: hidden;
}

.fcn-detail-image-stack img {
    height: 100%;
    object-fit: cover;
}


/* ==========================================================
   07 — PROCESS
   ========================================================== */

.fcn-process {
    padding: 130px 0 150px;
    background: var(--fcn-paper);
}

.fcn-process-list {
    margin-top: 75px;
    border-top: 1px solid var(--fcn-line);
}

.fcn-process-item {
    min-height: 145px;
    display: grid;
    grid-template-columns: 90px 1fr 40px;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid var(--fcn-line);
}

.fcn-process-item > span {
    color: var(--fcn-red);
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
}

.fcn-process-item h3 {
    font-size: 52px;
    line-height: .75;
}

.fcn-process-item p {
    margin-top: 12px;
    color: #747976;
    font-size: 17px;
    line-height: 1.8;
}

.fcn-process-item > i {
    color: var(--fcn-red);
}

.fcn-install {
    position: relative;
    height: 520px;
    margin-top: 65px;
    overflow: hidden;
}

.fcn-install img {
    height: 100%;
    object-fit: cover;
}

.fcn-install div {
    position: absolute;
    left: 22px;
    bottom: 20px;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* ==========================================================
   08 — FINAL PROJECT
   ========================================================== */

.fcn-final {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.fcn-final > img,
.fcn-final-overlay {
    position: absolute;
    inset: 0;
}

.fcn-final > img {
    height: 100%;
    object-fit: cover;
}

.fcn-final-overlay {
    background: linear-gradient(
        90deg,
        rgba(4,6,8,.9),
        rgba(4,6,8,.48) 60%,
        rgba(4,6,8,.12)
    );
}

.fcn-final .container {
    position: relative;
    z-index: 2;
}

.fcn-final-content h2 {
    margin-top: 35px;
    font-size: clamp(105px, 12vw, 185px);
    line-height: .62;
}

.fcn-final-content p {
    max-width: 370px;
    margin-top: 50px;
    color: rgba(255,255,255,.65);     
    font-size: 17px;
    line-height: 1.9;
}


/* ==========================================================
   09 — CTA
   ========================================================== */

.fcn-cta {
    padding: 125px 0;
    background: var(--fcn-black);
    color: #fff;
}

.fcn-cta h2 {
    margin-top: 30px;
    font-size: clamp(90px, 10vw, 155px);
    line-height: .64;
}

.fcn-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 20px 26px;
    background: var(--fcn-red);
    color: #fff !important;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
    transition: .3s ease;
}

.fcn-cta-button:hover {
    background: #fff;
    color: var(--fcn-black) !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1199.98px) {

    .fcn-hero-image {
        height: 700px;
    }

    .fcn-hero-card {
        width: 530px;
        padding: 45px;
    }

    .fcn-hero-card h1 {
        font-size: 120px;
    }

    .fcn-solution-row {
        grid-template-columns: 60px 210px 1fr 55px;
        gap: 25px;
    }

    .fcn-solution-photo {
        width: 210px;
    }
}

@media (max-width: 991.98px) {

    .fcn-hero {
        padding: 0;
    }

    .fcn-hero-image {
        height: 620px;
    }

    .fcn-hero-container {
        position: relative;
        bottom: auto;
        margin-top: -85px;
    }

    .fcn-hero-card {
        width: 590px;
        max-width: 92%;
    }

    .fcn-intro,
    .fcn-solutions,
    .fcn-gallery,
    .fcn-process {
        padding: 90px 0 110px;
    }

    .fcn-display-heading {
        font-size: 105px;
    }

    .fcn-intro-gallery {
        margin-top: 60px;
    }

    .fcn-image,
    .fcn-image-small {
        height: 450px;
    }

    .fcn-image-statement {
        min-height: 620px;
    }

    .fcn-solution-row {
        grid-template-columns: 60px 220px 1fr;
        gap: 25px;
    }

    .fcn-solution-arrow {
        display: none;
    }

    .fcn-solution-photo {
        width: 220px;
    }

    .fcn-solution-content h3 {
        font-size: 52px;
    }

    .fcn-gallery-heading {
        display: block;
    }

    .fcn-gallery-heading .fcn-copy {
        margin-top: 35px;
    }

    .fcn-gallery-main {
        height: 500px;
    }

    .fcn-gallery-wide {
        height: 320px;
    }

    .fcn-gallery-side:not(.fcn-gallery-wide) {
        height: 220px;
    }

    .fcn-detail-dark-inner {
        min-height: 520px;
    }

    .fcn-detail-images {
        padding: 25px;
    }

    .fcn-detail-image-large,
    .fcn-detail-image-stack {
        height: 550px;
    }

    .fcn-final {
        min-height: 650px;
    }
}

@media (max-width: 767.98px) {

    .fcn-hero-image {
        height: 520px;
    }

    .fcn-hero-topline {
        left: 20px;
        top: 20px;
    }

    .fcn-hero-location {
        display: none;
    }

    .fcn-hero-container {
        margin-top: -55px;
    }

    .fcn-hero-card {
        width: 100%;
        max-width: 100%;
        padding: 38px 30px;
    }

    .fcn-hero-card h1 {
        font-size: 88px;
    }

    .fcn-card-bottom {
        margin-top: 35px;
    }

    .fcn-display-heading {
        font-size: 82px;
    }

    .fcn-intro,
    .fcn-solutions,
    .fcn-gallery,
    .fcn-process {
        padding: 75px 0 90px;
    }

    .fcn-image,
    .fcn-image-small {
        height: 360px;
    }

    .fcn-intro-note {
        min-height: 260px;
    }

    .fcn-statement-box h2 {
        font-size: 88px;
    }

    .fcn-solution-row {
        grid-template-columns: 42px 1fr;
        gap: 20px;
        padding: 25px 0 35px;
    }

    .fcn-solution-photo {
        width: 100%;
        height: 280px;
    }

    .fcn-solution-content {
        grid-column: 2;
    }

    .fcn-solution-content h3 {
        font-size: 48px;
    }

    .fcn-gallery-main {
        height: 400px;
    }

    .fcn-gallery-wide {
        height: 300px;
    }

    .fcn-gallery-side:not(.fcn-gallery-wide) {
        height: 200px;
    }

    .fcn-detail-dark-inner {
        min-height: 500px;
        padding: 70px 30px;
    }

    .fcn-detail-images {
        padding: 15px;
    }

    .fcn-detail-image-large {
        height: 380px;
    }

    .fcn-detail-image-stack {
        height: 400px;
        margin-top: 15px;
    }

    .fcn-process-item {
        grid-template-columns: 55px 1fr;
        gap: 15px;
        padding: 20px 0;
    }

    .fcn-process-item > i {
        display: none;
    }

    .fcn-process-item h3 {
        font-size: 43px;
    }

    .fcn-install {
        height: 350px;
    }

    .fcn-final {
        min-height: 560px;
    }

    .fcn-final-content h2 {
        font-size: 90px;
    }

    .fcn-cta {
        padding: 80px 0;
    }

    .fcn-cta h2 {
        font-size: 82px;
    }
}

@media (max-width: 575.98px) {

    .fcn-hero-card h1 {
        font-size: 72px;
    }

    .fcn-hero-card {
        padding: 32px 24px;
    }

    .fcn-display-heading {
        font-size: 68px;
    }

    .fcn-statement-box h2 {
        font-size: 72px;
    }

    .fcn-solution-content h3 {
        font-size: 42px;
    }

    .fcn-gallery-main {
        height: 330px;
    }

    .fcn-gallery-wide {
        height: 260px;
    }

    .fcn-gallery-side:not(.fcn-gallery-wide) {
        height: 180px;
    }

    .fcn-final-content h2 {
        font-size: 74px;
    }

    .fcn-cta h2 {
        font-size: 68px;
    }
}
/* ==========================================================
   ALL SECTION HEADINGS — LINE HEIGHT 0.8
   ========================================================== */

/* Hero heading */
.fc-new .fcn-hero-card h1 {
    line-height: 0.8 !important;
}

/* Intro section heading */
.fc-new .fcn-display-heading {
    line-height: 0.8 !important;
}

/* Image statement heading */
.fc-new .fcn-statement-box h2 {
    line-height: 0.8 !important;
}

/* Solutions section headings */
.fc-new .fcn-solution-content h3 {
    line-height: 0.8 !important;
}

/* Detail section heading */
.fc-new .fcn-detail-dark h2 {
    line-height: 0.8 !important;
}

/* Process section headings */
.fc-new .fcn-process-item h3 {
    line-height: 0.8 !important;
}

/* Final project heading */
.fc-new .fcn-final-content h2 {
    line-height: 0.8 !important;
}

/* CTA heading */
.fc-new .fcn-cta h2 {
    line-height: 0.8 !important;
}
/* ==========================================================
   01 — HERO
   FULL-BLEED SPLIT DESIGN
   NO WHITE SPACE
   ========================================================== */

.fcn-hero {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--fcn-black);
    overflow: hidden;
}

.fcn-hero-layout {
    width: 100%;
    min-height: 780px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: var(--fcn-black);
}


/* ==========================================================
   LEFT CONTENT
   ========================================================== */

.fcn-hero-content {
    position: relative;
    min-height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 55px 55px 42px;

    background: #090b0e;
    color: #fff;

    z-index: 2;
}

.fcn-hero-number {
    display: flex;
    align-items: center;
    gap: 13px;
}

.fcn-hero-number span {
    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    background: var(--fcn-red);
    color: #fff;

    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    line-height: 1;
}

.fcn-hero-number i {
    width: 32px;
    height: 1px;
    background: var(--fcn-red);
}

.fcn-hero-number strong {
    color: rgba(255,255,255,.62);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* ==========================================================
   HERO HEADING
   ========================================================== */

.fcn-hero-heading-wrap {
    max-width: 590px;

    margin-top: auto;
    margin-bottom: auto;

    padding: 70px 0 60px;
}

.fcn-hero-kicker {
    display: block;

    margin-bottom: 32px;

    color: rgba(255,255,255,.55);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.2px;
    line-height: 1.4;
}

.fcn-hero-title {
    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    flex-direction: column;

    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;

    font-size: clamp(90px, 9vw, 150px);

    line-height: 0.8 !important;
    letter-spacing: -1px;

    text-transform: uppercase;
}

.fcn-hero-title span {
    display: block;

    margin: 0 !important;
    padding: 0 !important;
}

.fcn-hero-title span + span {
    margin-top: 12px !important;
}

.fcn-hero-title .accent {
    color: var(--fcn-red);
}

.fcn-hero-description {
    max-width: 390px;

    margin: 42px 0 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.58);

    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.9;
}


/* ==========================================================
   HERO BOTTOM
   ========================================================== */

.fcn-hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.15);
}

.fcn-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.fcn-hero-meta span {
    color: rgba(255,255,255,.48);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.fcn-hero-scroll {
    width: 58px;
    height: 58px;

    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    border: 1px solid rgba(255,255,255,.3);

    color: #fff !important;
    text-decoration: none;

    transition: .3s ease;
}

.fcn-hero-scroll span {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
}

.fcn-hero-scroll i {
    font-size: 11px;
}

.fcn-hero-scroll:hover {
    background: var(--fcn-red);
    border-color: var(--fcn-red);
}


/* ==========================================================
   RIGHT IMAGE
   ========================================================== */

.fcn-hero-visual {
    position: relative;

    min-height: 780px;

    overflow: hidden;

    background: #161616;
}

.fcn-hero-visual > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .8s ease;
}

.fcn-hero-visual:hover > img {
    transform: scale(1.02);
}

.fcn-hero-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,0) 55%,
            rgba(0,0,0,.58) 100%
        );

    pointer-events: none;
}

.fcn-hero-image-label {
    position: absolute;

    top: 30px;
    right: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 5px;

    color: rgba(255,255,255,.75);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;

    text-align: right;
}

.fcn-hero-image-index {
    position: absolute;

    right: 30px;
    bottom: 25px;

    color: rgba(255,255,255,.30);

    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
    line-height: .8;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1199.98px) {

    .fcn-hero-layout {
        grid-template-columns: 44% 56%;
        min-height: 700px;
    }

    .fcn-hero-content,
    .fcn-hero-visual {
        min-height: 700px;
    }

    .fcn-hero-content {
        padding: 45px;
    }

    .fcn-hero-title {
        font-size: 110px;
    }
}


/* ==========================================================
   TABLET / MOBILE
   ========================================================== */

@media (max-width: 991.98px) {

    .fcn-hero-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .fcn-hero-content {
        min-height: auto;
        padding: 50px 35px 40px;
    }

    .fcn-hero-heading-wrap {
        padding: 70px 0 60px;
    }

    .fcn-hero-visual {
        min-height: 560px;
        height: 560px;
    }

    .fcn-hero-title {
        font-size: clamp(95px, 15vw, 145px);
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767.98px) {

    .fcn-hero-content {
        padding: 38px 25px 30px;
    }

    .fcn-hero-heading-wrap {
        padding: 60px 0 50px;
    }

    .fcn-hero-title {
        font-size: 86px;
        line-height: .8 !important;
    }

    .fcn-hero-title span + span {
        margin-top: 9px !important;
    }

    .fcn-hero-description {
        margin-top: 35px !important;
        font-size: 10px;
    }

    .fcn-hero-visual {
        min-height: 430px;
        height: 430px;
    }

    .fcn-hero-image-index {
        font-size: 65px;
    }
}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 575.98px) {

    .fcn-hero-content {
        padding: 30px 20px 25px;
    }

    .fcn-hero-heading-wrap {
        padding: 55px 0 50px;
    }

    .fcn-hero-title {
        font-size: 70px;
        line-height: .8 !important;
    }

    .fcn-hero-title span + span {
        margin-top: 8px !important;
    }

    .fcn-hero-description {
        margin-top: 30px !important;
    }

    .fcn-hero-visual {
        min-height: 360px;
        height: 360px;
    }

    .fcn-hero-image-label {
        top: 20px;
        right: 20px;
    }

    .fcn-hero-image-index {
        right: 20px;
        bottom: 18px;
        font-size: 55px;
    }
}
/* ==========================================================
   FALSE CEILING HERO — VERTICAL ALIGNMENT FIX
========================================================== */

.fcn-hero {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--fcn-black);
    overflow: hidden;
}

.fcn-hero-layout {
    width: 100%;
    height: 780px;
    min-height: 780px;

    display: grid;
    grid-template-columns: 42% 58%;

    overflow: hidden;
    background: var(--fcn-black);
}


/* =========================================
   LEFT CONTENT
========================================= */

.fcn-hero-content {
    position: relative;

    height: 780px;
    min-height: 780px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 40px 55px 120px;

    background: #090b0e;
    color: #fff;

    z-index: 2;
}


/* =========================================
   HEADING AREA
========================================= */

.fcn-hero-heading-wrap {
    width: 100%;
    max-width: 590px;

    margin: 0;
    padding: 0;
}


/* KICKER */

.fcn-hero-kicker {
    display: block;

    margin-bottom: 28px;

    color: rgba(255,255,255,.55);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.2px;
    line-height: 1.4;
}


/* MAIN HEADING */

.fcn-hero-title {
    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    flex-direction: column;

    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;

    font-size: clamp(95px, 8vw, 135px);
    line-height: .82 !important;

    letter-spacing: -1px;
}


/* EACH LINE */

.fcn-hero-title span {
    display: block;

    margin: 0 !important;
    padding: 0 !important;
}


/* CONTROLLED LINE GAP */

.fcn-hero-title span + span {
    margin-top: 8px !important;
}


/* RED WORD */

.fcn-hero-title .accent {
    color: var(--fcn-red);
}


/* DESCRIPTION */

.fcn-hero-description {
    max-width: 390px;

    margin: 38px 0 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.58);

    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================
   BOTTOM AREA
========================================= */

.fcn-hero-bottom {
    position: absolute;

    left: 55px;
    right: 55px;
    bottom: 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.15);
}


/* =========================================
   RIGHT IMAGE
========================================= */

.fcn-hero-visual {
    position: relative;

    height: 780px;
    min-height: 780px;

    overflow: hidden;
    background: #161616;
}

.fcn-hero-visual > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================
   IMAGE LABEL
========================================= */

.fcn-hero-image-label {
    position: absolute;
    top: 30px;
    right: 30px;
}


/* =========================================
   IMAGE YEAR
========================================= */

.fcn-hero-image-index {
    position: absolute;
    right: 30px;
    bottom: 25px;

    color: rgba(255,255,255,.30);

    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
    line-height: .8;
}
/* ==========================================================
   REGAL FALSE CEILING
   HERO V2 — FULL IMAGE EDITORIAL
========================================================== */

.fcn-hero-v2 {
    position: relative;

    width: 100%;
    height: 780px;
    min-height: 780px;

    overflow: hidden;

    background: #090b0e;
    color: #fff;
}


/* ==========================================================
   BACKGROUND IMAGE
========================================================== */

.fcn-hero-v2-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.fcn-hero-v2-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);

    transition: transform 1.2s ease;
}

.fcn-hero-v2:hover .fcn-hero-v2-image img {
    transform: scale(1.035);
}


/* ==========================================================
   OVERLAY
========================================================== */

.fcn-hero-v2-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,7,9,.90) 0%,
            rgba(5,7,9,.67) 32%,
            rgba(5,7,9,.18) 68%,
            rgba(5,7,9,.30) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5,7,9,.82) 0%,
            rgba(5,7,9,.08) 48%,
            rgba(5,7,9,.35) 100%
        );

    z-index: 1;
}


/* ==========================================================
   TOP INFORMATION
========================================================== */

.fcn-hero-v2-top {
    position: absolute;

    top: 105px;
    left: 55px;
    right: 55px;

    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOCATION */

.fcn-hero-v2-location {
    display: flex;
    align-items: center;
    gap: 11px;

    color: rgba(255,255,255,.68);

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.fcn-hero-v2-location span {
    width: 28px;
    height: 1px;

    display: block;

    background: #ed2d35;
}


/* NUMBER */

.fcn-hero-v2-number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.35);

    color: #fff;

    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    line-height: 1;
}


/* ==========================================================
   MAIN CONTENT
========================================================== */

.fcn-hero-v2-content {
    position: absolute;

    left: 55px;
    bottom: 125px;

    z-index: 4;

    display: flex;
    align-items: stretch;

    max-width: 650px;
}


/* RED VERTICAL LINE */

.fcn-hero-v2-line {
    width: 3px;

    flex: 0 0 3px;

    margin-right: 30px;

    background: #ed2d35;
}


/* COPY */

.fcn-hero-v2-copy {
    max-width: 590px;
}


/* KICKER */

.fcn-hero-v2-kicker {
    display: block;

    margin-bottom: 25px;

    color: rgba(255,255,255,.65);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.5px;
    line-height: 1.4;

    text-transform: uppercase;
}


/* MAIN HEADING */

.fcn-hero-v2-copy h1 {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(105px, 12vw, 185px);

    font-weight: 400;

    line-height: .78 !important;

    letter-spacing: -2px;

    text-transform: uppercase;
}

.fcn-hero-v2-copy h1 span {
    color: #ed2d35;

    display: inline-block;
}


/* DESCRIPTION */

.fcn-hero-v2-copy p {
    max-width: 390px;

    margin: 32px 0 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.65);

    font-family: "Inter", sans-serif;
    font-size: 17px;

    line-height: 1.9;
}


/* ==========================================================
   BOTTOM BAR
========================================================== */

.fcn-hero-v2-bottom {
    position: absolute;

    left: 55px;
    right: 55px;
    bottom: 35px;

    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.22);
}


/* SERVICES */

.fcn-hero-v2-services {
    display: flex;
    align-items: center;

    gap: 28px;
}

.fcn-hero-v2-services span {
    color: rgba(255,255,255,.52);

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2px;
}


/* ==========================================================
   EXPLORE
========================================================== */

.fcn-hero-v2-explore {
    width: 62px;
    height: 62px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;

    border: 1px solid rgba(255,255,255,.45);

    color: #fff !important;

    text-decoration: none;

    transition:
        background .3s ease,
        border-color .3s ease;
}

.fcn-hero-v2-explore span {
    font-family: "Inter", sans-serif;
    font-size: 7px;
    font-weight: 800;

    letter-spacing: 1.3px;
}

.fcn-hero-v2-explore i {
    font-size: 11px;
}

.fcn-hero-v2-explore:hover {
    background: #ed2d35;
    border-color: #ed2d35;
}


/* ==========================================================
   RIGHT VERTICAL LABEL
========================================================== */

.fcn-hero-v2-vertical {
    position: absolute;

    top: 50%;
    right: 25px;

    z-index: 4;

    transform: translateY(-50%) rotate(90deg);

    transform-origin: center;

    color: rgba(255,255,255,.38);

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 800;

    letter-spacing: 4px;

    white-space: nowrap;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1199.98px) {

    .fcn-hero-v2 {
        height: 700px;
        min-height: 700px;
    }

    .fcn-hero-v2-top {
        top: 90px;
        left: 45px;
        right: 45px;
    }

    .fcn-hero-v2-content {
        left: 45px;
        bottom: 120px;
    }

    .fcn-hero-v2-copy h1 {
        font-size: 125px;
    }

    .fcn-hero-v2-bottom {
        left: 45px;
        right: 45px;
    }
}


/* ==========================================================
   TABLET / MOBILE
========================================================== */

@media (max-width: 991.98px) {

    .fcn-hero-v2 {
        height: auto;
        min-height: 720px;
    }

    .fcn-hero-v2-top {
        top: 95px;
        left: 35px;
        right: 35px;
    }

    .fcn-hero-v2-content {
        left: 35px;
        right: 35px;
        bottom: 120px;

        max-width: none;
    }

    .fcn-hero-v2-copy {
        max-width: 620px;
    }

    .fcn-hero-v2-copy h1 {
        font-size: clamp(100px, 15vw, 145px);
    }

    .fcn-hero-v2-bottom {
        left: 35px;
        right: 35px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .fcn-hero-v2 {
        min-height: 680px;
        height: 680px;
    }

    .fcn-hero-v2-top {
        top: 85px;
        left: 25px;
        right: 25px;
    }

    .fcn-hero-v2-number {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .fcn-hero-v2-content {
        left: 25px;
        right: 25px;
        bottom: 125px;
    }

    .fcn-hero-v2-line {
        margin-right: 20px;
    }

    .fcn-hero-v2-kicker {
        font-size: 8px;
        margin-bottom: 20px;
    }

    .fcn-hero-v2-copy h1 {
        font-size: 90px;
        line-height: .8 !important;
    }

    .fcn-hero-v2-copy p {
        max-width: 330px;
        margin-top: 28px !important;
        font-size: 10px;
    }

    .fcn-hero-v2-bottom {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .fcn-hero-v2-services {
        gap: 12px;
    }

    .fcn-hero-v2-services span {
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .fcn-hero-v2-explore {
        width: 52px;
        height: 52px;
    }

    .fcn-hero-v2-vertical {
        display: none;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575.98px) {

    .fcn-hero-v2 {
        min-height: 620px;
        height: 620px;
    }

    .fcn-hero-v2-top {
        top: 78px;
        left: 20px;
        right: 20px;
    }

    .fcn-hero-v2-location {
        font-size: 7px;
        letter-spacing: 1.5px;
    }

    .fcn-hero-v2-content {
        left: 20px;
        right: 20px;
        bottom: 110px;
    }

    .fcn-hero-v2-line {
        width: 2px;
        flex-basis: 2px;
        margin-right: 15px;
    }

    .fcn-hero-v2-copy h1 {
        font-size: 72px;
        letter-spacing: -1px;
    }

    .fcn-hero-v2-copy p {
        max-width: 290px;
        font-size: 9px;
    }

    .fcn-hero-v2-bottom {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .fcn-hero-v2-services span:nth-child(2),
    .fcn-hero-v2-services span:nth-child(3) {
        display: none;
    }
}