/* =========================================================
   DOTS MEDIA
   CUSTOM BOOTH PAGE
========================================================= */

.custom-booth-page {
    background: #050403;
    color: #ffffff;
}

.custom-booth-content {
    width: 100%;
    overflow: hidden;
    background: #050403;
    color: #ffffff;
}


/* =========================================================
   CONTAINER
========================================================= */

.custom-booth-content .cb-container {
    width: min(1400px, calc(100% - 120px));
    margin: 0 auto;
}


/* =========================================================
   COMMON
========================================================= */

.custom-booth-content .cb-eyebrow {
    color: #ff7a1a;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.custom-booth-content h1,
.custom-booth-content h2,
.custom-booth-content h3,
.custom-booth-content p {
    margin-top: 0;
}

.custom-booth-content img {
    display: block;
    max-width: 100%;
}

.custom-booth-content a {
    text-decoration: none;
}


/* =========================================================
   HERO
========================================================= */

.custom-booth-content .cb-hero-wrap {
    position: relative;
    min-height: 600px;

    display: flex;
    align-items: center;

    padding: 120px 60px 90px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .70) 48%,
            rgba(0, 0, 0, .35) 100%
        ),
        url("../images/custom-booth/custom-booth-hero.jpg")
        center / cover no-repeat;

    border-bottom: 1px solid #161616;
    overflow: hidden;
}

.custom-booth-content .cb-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            #050403 0%,
            rgba(5, 4, 3, .05) 55%,
            rgba(5, 4, 3, .15) 100%
        );

    pointer-events: none;
}

.custom-booth-content .cb-hero-content {
    position: relative;
    z-index: 2;

    width: min(1400px, 100%);
    margin: 0 auto;
}

.custom-booth-content .cb-hero-left {
    max-width: 680px;
}

.custom-booth-content .cb-hero-tag {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #cfcfcf;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;

    margin-bottom: 25px;
}

.custom-booth-content .cb-tag-dot {
    width: 5px;
    height: 5px;
    flex-shrink: 0;

    background: #ff7a1a;
    border-radius: 50%;
}

.custom-booth-content .cb-hero-title {
    max-width: 650px;

    margin: 0 0 25px;

    color: #ffffff;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.custom-booth-content .cb-hero-title span {
    color: #ff7a1a;
}

.custom-booth-content .cb-hero-description {
    max-width: 520px;

    color: #a9a9a9;
    font-size: 16px;
    line-height: 1.75;

    margin-bottom: 32px;
}

.custom-booth-content .cb-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.custom-booth-content .cb-btn-primary,
.custom-booth-content .cb-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 14px 25px;

    border-radius: 999px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    text-transform: uppercase;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.custom-booth-content .cb-btn-primary {
    gap: 7px;

    background: #ff7a1a;
    color: #1a0f08;

    border: 1px solid #ff7a1a;
}

.custom-booth-content .cb-btn-primary span {
    color: #1a0f08;
}

.custom-booth-content .cb-btn-primary:hover {
    color: #1a0f08;
    background: #ff8d38;
    transform: translateY(-2px);
}

.custom-booth-content .cb-btn-secondary {
    color: #ffffff;
    background: transparent;
    border: 1px solid #3a3a3a;
}

.custom-booth-content .cb-btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 122, 26, .05);
    border-color: #ff7a1a;
    transform: translateY(-2px);
}


/* =========================================================
   STATEMENT
========================================================= */

.custom-booth-content .cb-statement-section {
    padding: 100px 0;

    background: #050505;
    border-bottom: 1px solid #141414;
}

.custom-booth-content .cb-statement-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.custom-booth-content .cb-statement-left h2 {
    max-width: 430px;

    margin: 0;

    color: #ffffff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.8px;
    text-transform: uppercase;
}

.custom-booth-content .cb-orange-line {
    display: block;

    width: 38px;
    height: 2px;

    margin-top: 20px;

    background: #ff7a1a;
}

.custom-booth-content .cb-statement-right {
    max-width: 700px;
}

.custom-booth-content .cb-statement-right p {
    color: #969696;
    font-size: 16px;
    line-height: 1.9;

    margin-bottom: 18px;
}

.custom-booth-content .cb-statement-note {
    margin-top: 24px;

    color: #ff7a1a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}


/* =========================================================
   WHY CUSTOM
========================================================= */

.custom-booth-content .cb-why-section {
    padding: 105px 0;

    background: #000000;
    border-bottom: 1px solid #141414;
}

.custom-booth-content .cb-section-heading {
    margin-bottom: 30px;
}

.custom-booth-content .cb-section-heading h2 {
    margin: 0;

    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.7px;
    text-transform: uppercase;
}

.custom-booth-content .cb-section-heading h2 span {
    color: #ff7a1a;
}

.custom-booth-content .cb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.custom-booth-content .cb-feature-card {
    min-height: 145px;

    padding: 22px;

    background: #080808;
    border: 1px solid #202020;
    border-radius: 5px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}

.custom-booth-content .cb-feature-card:hover {
    transform: translateY(-5px);

    background: #0b0b0b;
    border-color: #633a12;
}

.custom-booth-content .cb-feature-number {
    color: #ff7a1a;

    font-size: 16px;
    font-weight: 800;
    line-height: 1;

    margin-bottom: 20px;
}

.custom-booth-content .cb-feature-card h3 {
    margin-bottom: 8px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.custom-booth-content .cb-feature-card p {
    max-width: 220px;

    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SELECTED WORK
========================================================= */

.custom-booth-content .cb-work-section {
    padding: 105px 0;

    background: #000000;
    border-bottom: 1px solid #141414;
}

.custom-booth-content .cb-work-heading {
    margin-bottom: 30px;
}

.custom-booth-content .cb-work-heading p {
    max-width: 650px;

    margin: 10px 0 0;

    color: #777777;
    font-size: 16px;
    line-height: 1.7;
}


/* TOP */

.custom-booth-content .cb-gallery-top {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 9px;
}

.custom-booth-content .cb-gallery-large,
.custom-booth-content .cb-gallery-small {
    height: 360px;
}


/* SECOND ROW */

.custom-booth-content .cb-gallery-row {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 9px;

    margin-top: 9px;
}

.custom-booth-content .cb-gallery-row .cb-gallery-item {
    height: 270px;
}


/* WIDE */

.custom-booth-content .cb-gallery-wide {
    width: 100%;
    height: 330px;

    margin-top: 9px;
}


/* BOTTOM */

.custom-booth-content .cb-gallery-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;

    margin-top: 9px;
}

.custom-booth-content .cb-gallery-bottom .cb-gallery-item {
    height: 210px;
}


/* IMAGE */

.custom-booth-content .cb-gallery-item {
    position: relative;

    overflow: hidden;

    border: 1px solid #181818;
    border-radius: 5px;

    background: #080808;
}

.custom-booth-content .cb-gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.custom-booth-content .cb-gallery-item:hover img {
    transform: scale(1.05);
}


/* =========================================================
   PROCESS
========================================================= */

.custom-booth-content .cb-process-section {
    padding: 100px 0;

    background: #050505;
    border-bottom: 1px solid #141414;
}

.custom-booth-content .cb-process-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.custom-booth-content .cb-process-grid:before {
    content: "";

    position: absolute;

    top: 7px;
    left: 0;
    right: 0;

    height: 1px;

    background: #ff7a1a;
    opacity: .8;
}

.custom-booth-content .cb-process-item {
    position: relative;

    padding-top: 28px;
}

.custom-booth-content .cb-process-item:before {
    content: "";

    position: absolute;

    top: 2px;
    left: 0;

    width: 10px;
    height: 10px;

    background: #050505;
    border: 1px solid #ff7a1a;
    border-radius: 50%;
}

.custom-booth-content .cb-process-top {
    color: #ff7a1a;

    font-size: 16px;
    font-weight: 800;
    line-height: 1;

    margin-bottom: 10px;
}

.custom-booth-content .cb-process-item h3 {
    margin-bottom: 7px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.custom-booth-content .cb-process-item p {
    max-width: 175px;

    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PROJECT
========================================================= */

.custom-booth-content .cb-project-section {
    padding: 100px 0;

    background: #050505;
}

.custom-booth-content .cb-project-grid {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 80px;
}

.custom-booth-content .cb-form-area h2 {
    max-width: 700px;

    margin: 0;

    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.7px;
    text-transform: uppercase;
}

.custom-booth-content .cb-form-area h2 span {
    color: #ff7a1a;
}

.custom-booth-content .cb-form-description {
    max-width: 650px;

    margin: 10px 0 25px;

    color: #747474;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.custom-booth-content .cb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.custom-booth-content .cb-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.custom-booth-content .cb-field-full {
    grid-column: 1 / -1;
}

.custom-booth-content .cb-field label,
.custom-booth-content .cb-services > label {
    color: #a1a1a1;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.custom-booth-content .cb-field label span {
    color: #ff7a1a;
}

.custom-booth-content .cb-field input,
.custom-booth-content .cb-field select,
.custom-booth-content .cb-field textarea {
    width: 100%;

    color: #a0a0a0;
    background: #070707;

    border: 1px solid #202020;
    border-radius: 5px;

    outline: none;

    font-family: inherit;
    font-size: 14px;

    transition:
        border-color .25s ease,
        background .25s ease;
}

.custom-booth-content .cb-field input,
.custom-booth-content .cb-field select {
    height: 40px;
    padding: 0 12px;
}

.custom-booth-content .cb-field textarea {
    min-height: 95px;
    padding: 12px;

    resize: vertical;
}

.custom-booth-content .cb-field input::placeholder,
.custom-booth-content .cb-field textarea::placeholder {
    color: #4f4f4f;
}

.custom-booth-content .cb-field input:focus,
.custom-booth-content .cb-field select:focus,
.custom-booth-content .cb-field textarea:focus {
    border-color: #ff7a1a;
    background: #090909;
}

.custom-booth-content .cb-field select {
    appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #777 50%),
        linear-gradient(135deg, #777 50%, transparent 50%);

    background-position:
        calc(100% - 15px) 16px,
        calc(100% - 10px) 16px;

    background-size: 5px 5px;
    background-repeat: no-repeat;
}


/* =========================================================
   CHECKBOXES
========================================================= */

.custom-booth-content .cb-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;

    margin-top: 4px;
}

.custom-booth-content .cb-checkbox-list label {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    color: #777777;

    font-size: 14px;
    line-height: 1.4;

    cursor: pointer;
}

.custom-booth-content .cb-checkbox-list input {
    width: 11px;
    height: 11px;

    margin: 0;

    accent-color: #ff7a1a;
}


/* =========================================================
   SUBMIT
========================================================= */

.custom-booth-content .cb-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    min-height: 42px;

    margin-top: 18px;
    padding: 12px 20px;

    color: #1a0f08;
    background: #ff7a1a;

    border: 0;
    border-radius: 999px;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.custom-booth-content .cb-submit span {
    color: #1a0f08;
}

.custom-booth-content .cb-submit:hover {
    background: #ff8d38;

    transform: translateY(-2px);

    box-shadow:
        0 10px 30px rgba(255, 122, 26, .15);
}


/* =========================================================
   CONTACT AREA
========================================================= */

.custom-booth-content .cb-contact-area {
    padding-top: 3px;
}

.custom-booth-content .cb-contact-area h3 {
    margin: 0 0 9px;

    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.custom-booth-content .cb-contact-area > p {
    margin: 0 0 22px;

    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.custom-booth-content .cb-contact-item {
    padding: 14px 0;

    border-top: 1px solid #1d1d1d;
}

.custom-booth-content .cb-contact-label {
    margin-bottom: 4px;

    color: #ff7a1a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.custom-booth-content .cb-contact-item a,
.custom-booth-content .cb-contact-item strong {
    color: #b5b5b5;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.custom-booth-content .cb-contact-item a:hover {
    color: #ff7a1a;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .custom-booth-content .cb-container {
        width: min(100% - 60px, 900px);
    }

    .custom-booth-content .cb-statement-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .custom-booth-content .cb-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-booth-content .cb-project-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .custom-booth-content .cb-container {
        width: calc(100% - 40px);
    }


    /* HERO */

    .custom-booth-content .cb-hero-wrap {
        min-height: auto;

        padding: 110px 20px 70px;

        align-items: flex-start;
    }

    .custom-booth-content .cb-hero-content {
        width: 100%;
    }

    .custom-booth-content .cb-hero-left {
        width: 100%;
    }

    .custom-booth-content .cb-hero-tag {
        gap: 8px;

        font-size: 8px;
        letter-spacing: 2.5px;

        margin-bottom: 20px;
    }

    .custom-booth-content .cb-hero-title {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.04;
        letter-spacing: -1px;

        margin-bottom: 22px;
    }

    .custom-booth-content .cb-hero-description {
        max-width: 100%;

        font-size: 13px;
        line-height: 1.8;

        margin-bottom: 28px;
    }

    .custom-booth-content .cb-hero-buttons {
        width: 100%;

        flex-direction: column;
        align-items: stretch;

        gap: 11px;
    }

    .custom-booth-content .cb-btn-primary,
    .custom-booth-content .cb-btn-secondary {
        width: 100%;

        min-height: 50px;

        padding: 15px 20px;

        font-size: 10px;
    }


    /* STATEMENT */

    .custom-booth-content .cb-statement-section {
        padding: 70px 0;
    }

    .custom-booth-content .cb-statement-grid {
        display: flex;
        flex-direction: column;

        gap: 32px;
    }

    .custom-booth-content .cb-statement-left h2 {
        font-size: 24px;
        line-height: 1.08;
    }

    .custom-booth-content .cb-statement-right p {
        font-size: 10px;
        line-height: 1.85;
    }


    /* WHY */

    .custom-booth-content .cb-why-section {
        padding: 70px 0;
    }

    .custom-booth-content .cb-section-heading h2 {
        font-size: 23px;
        line-height: 1.1;
    }

    .custom-booth-content .cb-feature-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .custom-booth-content .cb-feature-card {
        min-height: auto;
        padding: 19px;
    }


    /* GALLERY */

    .custom-booth-content .cb-work-section {
        padding: 70px 0;
    }

    .custom-booth-content .cb-gallery-top {
        grid-template-columns: 1fr;
    }

    .custom-booth-content .cb-gallery-large,
    .custom-booth-content .cb-gallery-small {
        height: 260px;
    }

    .custom-booth-content .cb-gallery-row {
        grid-template-columns: 1fr;
    }

    .custom-booth-content .cb-gallery-row .cb-gallery-item {
        height: 230px;
    }

    .custom-booth-content .cb-gallery-wide {
        height: 240px;
    }

    .custom-booth-content .cb-gallery-bottom {
        grid-template-columns: 1fr;
    }

    .custom-booth-content .cb-gallery-bottom .cb-gallery-item {
        height: 230px;
    }


    /* PROCESS */

    .custom-booth-content .cb-process-section {
        padding: 70px 0;
    }

    .custom-booth-content .cb-process-grid {
        display: grid;
        grid-template-columns: 1fr;

        gap: 28px;

        padding-left: 28px;
    }

    .custom-booth-content .cb-process-grid:before {
        top: 0;
        bottom: 0;
        left: 4px;
        right: auto;

        width: 1px;
        height: auto;
    }

    .custom-booth-content .cb-process-item {
        padding-top: 0;
    }

    .custom-booth-content .cb-process-item:before {
        top: 0;
        left: -28px;
    }

    .custom-booth-content .cb-process-item p {
        max-width: 100%;
    }


    /* PROJECT */

    .custom-booth-content .cb-project-section {
        padding: 70px 0;
    }

    .custom-booth-content .cb-project-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .custom-booth-content .cb-form-area h2 {
        font-size: 22px;
        line-height: 1.1;
    }

    .custom-booth-content .cb-form-grid {
        grid-template-columns: 1fr;
    }

    .custom-booth-content .cb-field-full {
        grid-column: auto;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .custom-booth-content .cb-container {
        width: calc(100% - 30px);
    }

    .custom-booth-content .cb-hero-wrap {
        padding: 100px 15px 60px;
    }

    .custom-booth-content .cb-hero-title {
        font-size: 34px;
        line-height: 1.06;
        letter-spacing: -.8px;
    }

    .custom-booth-content .cb-hero-description {
        font-size: 12px;
    }

    .custom-booth-content .cb-section-heading h2 {
        font-size: 21px;
    }

    .custom-booth-content .cb-statement-left h2 {
        font-size: 22px;
    }

    .custom-booth-content .cb-gallery-large,
    .custom-booth-content .cb-gallery-small {
        height: 220px;
    }

    .custom-booth-content .cb-gallery-row .cb-gallery-item {
        height: 200px;
    }

    .custom-booth-content .cb-gallery-wide {
        height: 205px;
    }

    .custom-booth-content .cb-gallery-bottom .cb-gallery-item {
        height: 205px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .custom-booth-content *,
    .custom-booth-content *::before,
    .custom-booth-content *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

}