/* =========================================================
   REGAL — OPEN WINDOWS PAGE
========================================================= */

.open-window-page {
    width: 100%;
    overflow: hidden;
    background: #f3f3f0;
    color: #111;
}

.open-window-page img {
    display: block;
    width: 100%;
}

.open-window-page a {
    text-decoration: none;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.ow-container {
    width: min(1400px, 88%);
    margin: auto;
}


/* =========================================================
   HERO
========================================================= */

.ow-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background: #080a0c;
}

.ow-hero-image,
.ow-hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ow-hero-image img {
    object-fit: cover;
    object-position: center;
}

.ow-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4,6,8,.88) 0%,
            rgba(4,6,8,.60) 45%,
            rgba(4,6,8,.20) 100%
        );
}

.ow-hero-content {
    position: relative;
    z-index: 2;

    width: min(1400px, 88%);
    min-height: 88vh;
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 100px 0 60px;
}

.ow-label {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 35px;
}

.ow-label span {
    color: #ed1c24;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ow-label small {
    color: rgba(255,255,255,.70);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
}

.ow-hero h1 {
    margin: 0;

    max-width: 900px;

    color: #fff;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(80px, 12vw, 175px);

    line-height: .78;

    letter-spacing: -2px;
}

.ow-hero h1 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-hero-content > p {
    margin: 45px 0 0;

    color: #d0d4d6;

    font-size: 18px;

    letter-spacing: .3px;
}

.ow-hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: auto;
    padding-top: 80px;
}

.ow-hero-bottom span {
    color: #858b90;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;
}

.ow-hero-bottom a {
    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}

.ow-hero-bottom i {
    margin-left: 12px;
    color: #ed1c24;
}


/* =========================================================
   INDEX / LABEL
========================================================= */

.ow-index {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ow-index span {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ow-index small {
    color: #74797c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
}

.ow-index.light small {
    color: #8b9296;
}


/* =========================================================
   INTRO
========================================================= */

.ow-intro {
    padding: 140px 0;
    background: #f3f3f0;
}

.ow-section-head {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: end;

    margin-bottom: 80px;
}

.ow-section-head h2 {
    margin: 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(65px, 7vw, 110px);

    line-height: .82;

    letter-spacing: -2px;
}

.ow-section-head h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-intro-grid {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
}

.ow-intro-image {
    position: relative;
    height: 620px;
    overflow: hidden;
}

.ow-intro-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.ow-intro-image:hover img {
    transform: scale(1.04);
}

.ow-image-tag {
    position: absolute;

    left: 25px;
    bottom: 25px;

    padding: 10px 15px;

    color: #fff;

    background: rgba(0,0,0,.65);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ow-intro-content {
    padding: 60px;
}

.ow-red-label {
    color: #ed1c24;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.ow-intro-content h3 {
    margin: 25px 0;

    max-width: 500px;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(42px, 4vw, 65px);

    line-height: .9;
}

.ow-intro-content p {
    max-width: 500px;

    color: #606568;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 20px;
}

.ow-line-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    margin-top: 25px;

    padding-bottom: 10px;

    color: #111;

    border-bottom: 1px solid #111;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ow-line-button i {
    color: #ed1c24;
}


/* =========================================================
   FEATURE DARK
========================================================= */

.ow-feature {
    padding: 130px 0;

    background: #090b0d;

    color: #fff;
}

.ow-feature-grid {
    display: grid;

    grid-template-columns: 42% 58%;

    min-height: 650px;
}

.ow-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-right: 80px;
}

.ow-feature h2 {
    margin: 55px 0 30px;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(65px, 7vw, 110px);

    line-height: .8;
}

.ow-feature h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-feature-content > p {
    max-width: 480px;

    color: #9ba1a5;

    line-height: 1.8;

    font-size: 15px;
}

.ow-feature-points {
    margin-top: 45px;

    border-top: 1px solid rgba(255,255,255,.12);
}

.ow-feature-points div {
    display: flex;
    justify-content: space-between;

    padding: 18px 0;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.ow-feature-points strong {
    color: #ed1c24;

    font-size: 11px;
}

.ow-feature-points span {
    color: #ddd;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;
}

.ow-feature-image {
    position: relative;
    overflow: hidden;
}

.ow-feature-image img {
    height: 100%;
    object-fit: cover;

    transition: transform .9s ease;
}

.ow-feature-image:hover img {
    transform: scale(1.04);
}

.ow-image-caption {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ow-image-caption span {
    color: #ed1c24;

    font-size: 10px;

    font-weight: 800;
}

.ow-image-caption strong {
    color: #fff;

    font-size: 12px;

    letter-spacing: 2px;
}


/* =========================================================
   STYLES
========================================================= */

.ow-styles {
    padding: 140px 0;

    background: #f3f3f0;
}

.ow-styles-top {
    display: grid;

    grid-template-columns: 20% 45% 35%;

    align-items: end;

    margin-bottom: 70px;
}

.ow-styles-top h2 {
    margin: 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(60px, 6vw, 95px);

    line-height: .82;
}

.ow-styles-top h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-styles-top > p {
    max-width: 380px;

    margin: 0;

    color: #656a6d;

    line-height: 1.8;

    font-size: 14px;
}

.ow-style-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.ow-style-card {
    background: #fff;

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

.ow-style-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.ow-style-image {
    position: relative;

    height: 420px;

    overflow: hidden;
}

.ow-style-image img {
    height: 100%;
    object-fit: cover;

    transition: transform .7s ease;
}

.ow-style-card:hover .ow-style-image img {
    transform: scale(1.06);
}

.ow-style-image span {
    position: absolute;

    left: 20px;
    bottom: 20px;

    color: #fff;

    font-size: 11px;

    font-weight: 800;
}

.ow-style-content {
    padding: 30px;
}

.ow-style-content small {
    color: #ed1c24;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}

.ow-style-content h3 {
    margin: 14px 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: 30px;
}

.ow-style-content p {
    margin: 0;

    color: #6a6e70;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   IMAGE STORY
========================================================= */

.ow-story {
    position: relative;

    min-height: 700px;

    overflow: hidden;

    background: #090b0d;
}

.ow-story-image {
    position: absolute;

    inset: 0;
}

.ow-story-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ow-story::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.86),
            rgba(0,0,0,.40),
            rgba(0,0,0,.10)
        );
}

.ow-story-content {
    position: relative;

    z-index: 2;

    width: min(1400px, 88%);

    margin: auto;

    min-height: 700px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.ow-story-content > span {
    color: #ed1c24;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.ow-story-content h2 {
    margin: 30px 0;

    color: #fff;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(70px, 8vw, 120px);

    line-height: .8;
}

.ow-story-content h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-story-content p {
    max-width: 500px;

    color: #c4c8ca;

    line-height: 1.8;
}

.ow-story-content a {
    width: fit-content;

    margin-top: 25px;

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    border-bottom: 1px solid #fff;

    padding-bottom: 10px;
}

.ow-story-content a i {
    margin-left: 15px;
    color: #ed1c24;
}


/* =========================================================
   BENEFITS
========================================================= */

.ow-benefits {
    padding: 140px 0;

    background: #f3f3f0;
}

.ow-benefits-heading {
    display: grid;

    grid-template-columns: 20% 80%;

    align-items: end;

    margin-bottom: 70px;
}

.ow-benefits-heading h2 {
    margin: 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(65px, 7vw, 105px);

    line-height: .82;
}

.ow-benefits-heading h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-benefits-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid #d4d4d0;
    border-left: 1px solid #d4d4d0;
}

.ow-benefit {
    min-height: 300px;

    padding: 35px;

    border-right: 1px solid #d4d4d0;
    border-bottom: 1px solid #d4d4d0;

    transition:
        background .3s ease,
        transform .3s ease;
}

.ow-benefit:hover {
    background: #fff;
}

.ow-benefit > span {
    color: #ed1c24;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}

.ow-benefit i {
    display: block;

    margin: 50px 0 25px;

    font-size: 28px;

    color: #111;
}

.ow-benefit h3 {
    margin: 0 0 15px;

    font-family: "Bebas Neue", sans-serif;

    font-size: 30px;
}

.ow-benefit p {
    color: #6a6d70;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   DETAIL
========================================================= */

.ow-detail {
    padding: 130px 0;

    background: #090b0d;

    color: #fff;
}

.ow-detail-grid {
    display: grid;

    grid-template-columns: 55% 45%;

    align-items: center;
}

.ow-detail-image {
    height: 620px;

    overflow: hidden;
}

.ow-detail-image img {
    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;
}

.ow-detail-image:hover img {
    transform: scale(1.04);
}

.ow-detail-content {
    padding-left: 80px;
}

.ow-detail-content h2 {
    margin: 50px 0 30px;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(70px, 7vw, 105px);

    line-height: .8;
}

.ow-detail-content h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-detail-content > p {
    max-width: 470px;

    color: #969da1;

    line-height: 1.8;
}

.ow-detail-list {
    margin-top: 40px;

    max-width: 500px;
}

.ow-detail-list div {
    display: flex;

    gap: 25px;

    padding: 16px 0;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.ow-detail-list strong {
    color: #ed1c24;

    font-size: 11px;
}

.ow-detail-list span {
    color: #ddd;

    font-size: 12px;
}


/* =========================================================
   GALLERY
========================================================= */

.ow-gallery {
    padding: 140px 0;

    background: #111416;

    color: #fff;
}

.ow-gallery-heading {
    display: grid;

    grid-template-columns: 20% 80%;

    margin-bottom: 70px;
}

.ow-gallery-heading h2 {
    margin: 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(60px, 7vw, 105px);

    line-height: .82;
}

.ow-gallery-heading h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-gallery-grid {
    display: grid;

    grid-template-columns: 1.3fr .7fr;

    grid-template-rows: 320px 320px;

    gap: 15px;
}

.ow-gallery-item {
    position: relative;

    overflow: hidden;
}

.ow-gallery-large {
    grid-row: span 2;
}

.ow-gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;
}

.ow-gallery-item:hover img {
    transform: scale(1.06);
}

.ow-gallery-item::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            transparent 55%,
            rgba(0,0,0,.65)
        );
}

.ow-gallery-item span {
    position: absolute;

    left: 20px;
    bottom: 20px;

    z-index: 2;

    color: #fff;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   PROCESS
========================================================= */

.ow-process {
    padding: 140px 0;

    background: #090b0d;

    color: #fff;
}

.ow-process-heading {
    display: grid;

    grid-template-columns: 20% 80%;

    margin-bottom: 70px;
}

.ow-process-heading h2 {
    margin: 0;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(65px, 7vw, 105px);

    line-height: .82;
}

.ow-process-heading h2 em {
    color: #ed1c24;
    font-style: normal;
}

.ow-process-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid rgba(255,255,255,.12);
}

.ow-process-step {
    min-height: 270px;

    padding: 35px;

    border-right: 1px solid rgba(255,255,255,.12);
}

.ow-process-step:first-child {
    border-left: 1px solid rgba(255,255,255,.12);
}

.ow-process-step > strong {
    color: #ed1c24;

    font-size: 12px;

    letter-spacing: 2px;
}

.ow-process-step h3 {
    margin: 55px 0 15px;

    font-family: "Bebas Neue", sans-serif;

    font-size: 32px;
}

.ow-process-step p {
    margin: 0;

    color: #8d9498;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.ow-cta {
    position: relative;

    width: 90%;

    max-width: 1500px;

    min-height: 520px;

    margin: 90px auto;

    overflow: hidden;

    background: #090b0d;
}

.ow-cta-image {
    position: absolute;

    inset: 0;
}

.ow-cta-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ow-cta-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,7,9,.82),
            rgba(5,7,9,.48),
            rgba(5,7,9,.20)
        );
}

.ow-cta-content {
    position: relative;

    z-index: 2;

    min-height: 520px;

    padding: 80px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.ow-cta-content > span {
    color: #8c9397;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.ow-cta-content h2 {
    margin: 30px 0;

    color: #fff;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(70px, 8vw, 115px);

    line-height: .8;
}

.ow-cta-content h2 em {
    color: #ed1c24;

    font-style: normal;
}

.ow-cta-content p {
    max-width: 450px;

    color: #c0c5c7;

    font-size: 15px;

    line-height: 1.7;
}

.ow-cta-content a {
    display: inline-flex;

    align-items: center;

    gap: 30px;

    width: fit-content;

    margin-top: 25px;

    padding: 18px 25px;

    background: #ed1c24;

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    transition:
        background .3s ease,
        gap .3s ease;
}

.ow-cta-content a:hover {
    background: #fff;

    color: #111;

    gap: 40px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .ow-container,
    .ow-hero-content,
    .ow-story-content {
        width: 90%;
    }

    .ow-section-head,
    .ow-styles-top,
    .ow-benefits-heading,
    .ow-gallery-heading,
    .ow-process-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ow-intro-grid,
    .ow-feature-grid,
    .ow-detail-grid {
        grid-template-columns: 1fr;
    }

    .ow-intro-content {
        padding: 60px 0 0;
    }

    .ow-feature-content {
        padding: 0 0 60px;
    }

    .ow-detail-content {
        padding: 60px 0 0;
    }

    .ow-style-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ow-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ow-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ow-gallery-grid {
        grid-template-columns: 1fr 1fr;

        grid-template-rows: 350px 350px;
    }

    .ow-gallery-large {
        grid-row: span 1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .ow-container,
    .ow-hero-content,
    .ow-story-content {
        width: calc(100% - 40px);
    }

    .ow-hero {
        min-height: 760px;
    }

    .ow-hero-content {
        min-height: 760px;

        padding-top: 120px;
    }

    .ow-hero h1 {
        font-size: 82px;
    }

    .ow-hero-bottom {
        display: block;
    }

    .ow-hero-bottom a {
        display: block;
        margin-top: 25px;
    }

    .ow-intro,
    .ow-feature,
    .ow-styles,
    .ow-benefits,
    .ow-detail,
    .ow-gallery,
    .ow-process {
        padding: 90px 0;
    }

    .ow-intro-image {
        height: 430px;
    }

    .ow-style-grid {
        grid-template-columns: 1fr;
    }

    .ow-style-image {
        height: 390px;
    }

    .ow-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ow-benefit {
        min-height: 250px;
    }

    .ow-feature-grid {
        min-height: auto;
    }

    .ow-feature-image,
    .ow-detail-image {
        height: 430px;
    }

    .ow-gallery-grid {
        grid-template-columns: 1fr;

        grid-template-rows:
            400px
            300px
            300px
            300px;
    }

    .ow-process-grid {
        grid-template-columns: 1fr;
    }

    .ow-process-step {
        min-height: 220px;

        border-left: 1px solid rgba(255,255,255,.12);
    }

    .ow-cta {
        width: calc(100% - 30px);

        margin: 50px auto;

        min-height: 520px;
    }

    .ow-cta-content {
        min-height: 520px;

        padding: 50px 30px;
    }

}