/* =========================================================
   CUSTOM TRIP PAGE
========================================================= */

.custom-trip-page {

    width: 100%;
    overflow: hidden;

    background: #f5f2ed;

}


.custom-trip-page .container {

    width: min(1180px, calc(100% - 64px));

    margin: 0 auto;

}


.custom-trip-page .section-eyebrow {

    display: inline-block;

    color: #a92e35;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .22em;

}


/* =========================================================
   HERO
========================================================= */

.custom-trip-hero {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #062b49;

    color: #fff;

}


.custom-trip-hero-bg {

    position: absolute;

    inset: 0;

    background-image:
        url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;

    background-position: center;

    transform: scale(1.05);

    animation: customTripHeroZoom 12s ease-out forwards;

}


@keyframes customTripHeroZoom {

    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }

}


.custom-trip-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,25,45,.96),
            rgba(3,25,45,.63) 55%,
            rgba(3,25,45,.22)
        ),

        linear-gradient(
            0deg,
            rgba(3,25,45,.85),
            transparent 65%
        );

}


.custom-trip-hero-inner {

    position: relative;

    z-index: 2;

    padding-top: 65px;

}


.custom-trip-kicker {

    display: flex;

    align-items: center;

    gap: 25px;

    color: rgba(255,255,255,.50);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.custom-trip-kicker span {

    color: #d8b5b8;

}


.custom-trip-hero h1 {

    max-width: 900px;

    margin: 30px 0 0;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(75px, 10vw, 145px);

    line-height: .78;

    font-weight: 500;

    letter-spacing: -.075em;

}


.custom-trip-hero h1 em {

    display: block;

    color: #e2c3c6;

    font-style: italic;

    font-weight: 400;

}


.custom-trip-hero p {

    max-width: 450px;

    margin: 45px 0 0;

    color: rgba(255,255,255,.62);

    font-family: Arial, sans-serif;

    font-size: 11px;

    line-height: 1.9;

}


.custom-trip-hero-line {

    width: 120px;

    height: 1px;

    margin-top: 55px;

    background: rgba(255,255,255,.30);

}


/* =========================================================
   FORM SECTION
========================================================= */

.custom-trip-form-section {

    padding: 130px 0;

    background: #f5f2ed;

}


.custom-trip-layout {

    display: grid;

    grid-template-columns: 320px minmax(0, 1fr);

    gap: 110px;

}


/* =========================================================
   SIDEBAR
========================================================= */

.custom-trip-sidebar {

    position: sticky;

    top: 40px;

    align-self: start;

}


.custom-trip-sidebar h2 {

    margin: 18px 0 0;

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(55px, 5vw, 70px);

    line-height: .83;

    font-weight: 500;

    letter-spacing: -.06em;

}


.custom-trip-sidebar h2 em {

    display: block;

    color: #a92e35;

    font-style: italic;

    font-weight: 400;

}


.custom-trip-sidebar > p {

    max-width: 280px;

    margin: 30px 0 0;

    color: #687075;

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.9;

}


/* =========================================================
   STEPS
========================================================= */

.custom-trip-steps {

    margin-top: 55px;

    border-top: 1px solid rgba(6,43,73,.14);

}


.trip-step {

    display: flex;

    align-items: center;

    gap: 17px;

    padding: 18px 0;

    border-bottom: 1px solid rgba(6,43,73,.14);

    opacity: .42;

}


.trip-step.active {

    opacity: 1;

}


.trip-step > span {

    color: #a92e35;

    font-family: Georgia, serif;

    font-size: 12px;

}


.trip-step strong {

    display: block;

    color: #062b49;

    font-family: Arial, sans-serif;

    font-size: 9px;

    letter-spacing: .06em;

}


.trip-step small {

    display: block;

    margin-top: 5px;

    color: #858b8e;

    font-family: Arial, sans-serif;

    font-size: 8px;

}


/* =========================================================
   FORM WRAP
========================================================= */

.custom-trip-form-wrap {

    min-width: 0;

}


.custom-trip-form {

    width: 100%;

}


/* =========================================================
   FORM BLOCK
========================================================= */

.form-block {

    padding: 0 0 70px;

    margin-bottom: 70px;

    border-bottom: 1px solid rgba(6,43,73,.14);

}


.form-block-heading {

    display: flex;

    align-items: flex-start;

    gap: 25px;

    margin-bottom: 38px;

}


.form-block-heading > span {

    color: #a92e35;

    font-family: Georgia, serif;

    font-size: 13px;

    line-height: 1.5;

}


.form-block-heading small {

    display: block;

    margin-bottom: 10px;

    color: #969c9f;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .20em;

}


.form-block-heading h3 {

    margin: 0;

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: 37px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: -.04em;

}


/* =========================================================
   FORM GRID
========================================================= */

.form-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px 22px;

}


.form-field {

    min-width: 0;

}


.form-field.full {

    grid-column: 1 / -1;

}


.form-field label {

    display: block;

    margin-bottom: 11px;

    color: #7e8588;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

}


.form-field input,
.form-field select,
.form-field textarea {

    width: 100%;

    box-sizing: border-box;

    border: 0;

    border-bottom: 1px solid rgba(6,43,73,.22);

    border-radius: 0;

    outline: none;

    padding: 14px 0;

    background: transparent;

    color: #062b49;

    font-family: Arial, sans-serif;

    font-size: 12px;

    transition:
        border-color .3s ease,
        padding .3s ease;

}


.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {

    border-color: #a92e35;

}


.form-field input::placeholder,
.form-field textarea::placeholder {

    color: #aaaead;

}


.form-field textarea {

    resize: vertical;

    min-height: 125px;

    line-height: 1.7;

}


/* =========================================================
   SELECT
========================================================= */

.select-wrap {

    position: relative;

}


.select-wrap::after {

    content: "↓";

    position: absolute;

    right: 2px;

    bottom: 14px;

    pointer-events: none;

    color: #a92e35;

    font-size: 13px;

}


.form-field select {

    appearance: none;

    -webkit-appearance: none;

    padding-right: 30px;

}


/* =========================================================
   CHOICE CARDS
========================================================= */

.choice-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

}


.choice-card {

    position: relative;

    display: block;

    cursor: pointer;

}


.choice-card input {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}


.choice-card-inner {

    min-height: 125px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    box-sizing: border-box;

    padding: 22px;

    border: 1px solid rgba(6,43,73,.15);

    background: transparent;

    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;

}


.choice-card-inner b {

    color: #a92e35;

    font-family: Georgia, serif;

    font-size: 11px;

    font-weight: 400;

}


.choice-card-inner strong {

    margin-top: 20px;

    color: #062b49;

    font-family: "Playfair Display", Georgia, serif;

    font-size: 20px;

    font-weight: 500;

}


.choice-card-inner small {

    margin-top: 5px;

    color: #8a9092;

    font-family: Arial, sans-serif;

    font-size: 8px;

}


.choice-card:hover .choice-card-inner {

    transform: translateY(-3px);

    border-color: #a92e35;

}


.choice-card input:checked + .choice-card-inner {

    background: #062b49;

    border-color: #062b49;

}


.choice-card input:checked + .choice-card-inner strong {

    color: #fff;

}


.choice-card input:checked + .choice-card-inner small {

    color: rgba(255,255,255,.55);

}


/* =========================================================
   STAY OPTIONS
========================================================= */

.stay-options {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid rgba(6,43,73,.15);

    border-bottom: 1px solid rgba(6,43,73,.15);

}


.stay-options label {

    position: relative;

    cursor: pointer;

}


.stay-options input {

    position: absolute;

    opacity: 0;

}


.stay-options label span {

    min-height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px;

    box-sizing: border-box;

    border-right: 1px solid rgba(6,43,73,.15);

    color: #6d7579;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .08em;

    transition:
        background .3s ease,
        color .3s ease;

}


.stay-options label:last-child span {

    border-right: 0;

}


.stay-options label:hover span {

    color: #062b49;

}


.stay-options input:checked + span {

    background: #062b49;

    color: #fff;

}


/* =========================================================
   SUBMIT
========================================================= */

.form-submit-area {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


.custom-trip-submit {

    position: relative;

    min-width: 230px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    padding: 19px 22px;

    border: 0;

    cursor: pointer;

    overflow: hidden;

    background: #062b49;

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;

    transition:
        transform .3s ease,
        background .3s ease;

}


.custom-trip-submit:hover {

    background: #a92e35;

    transform: translateY(-3px);

}


.custom-trip-submit b {

    font-size: 16px;

    font-weight: 400;

}


.form-submit-area p {

    max-width: 270px;

    margin: 0;

    color: #969b9d;

    font-family: Arial, sans-serif;

    font-size: 8px;

    line-height: 1.7;

}


/* =========================================================
   BOTTOM CTA
========================================================= */

.custom-trip-bottom {

    padding: 120px 0;

    background: #062b49;

    color: #fff;

}


.custom-trip-bottom span {

    color: rgba(255,255,255,.42);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.custom-trip-bottom h2 {

    max-width: 900px;

    margin: 20px 0 0;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(60px, 7vw, 100px);

    line-height: .82;

    font-weight: 500;

    letter-spacing: -.065em;

}


.custom-trip-bottom h2 em {

    display: block;

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.custom-trip-bottom a {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 45px;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(255,255,255,.35);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .16em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;

}


.custom-trip-bottom a:hover {

    gap: 42px;

    color: #dfc0c3;

}


.custom-trip-bottom a b {

    font-size: 16px;

    font-weight: 400;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .custom-trip-page .container {

        width: min(900px, calc(100% - 48px));

    }


    .custom-trip-layout {

        grid-template-columns: 260px minmax(0, 1fr);

        gap: 60px;

    }


    .stay-options {

        grid-template-columns: 1fr 1fr;

    }


    .stay-options label:nth-child(2) span {

        border-right: 0;

    }


    .stay-options label:nth-child(1) span,
    .stay-options label:nth-child(2) span {

        border-bottom: 1px solid rgba(6,43,73,.15);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .custom-trip-page .container {

        width: calc(100% - 40px);

    }


    .custom-trip-hero {

        min-height: 580px;

    }


    .custom-trip-hero-inner {

        padding-top: 40px;

    }


    .custom-trip-hero h1 {

        font-size: 70px;

    }


    .custom-trip-hero p {

        max-width: 320px;

        margin-top: 35px;

    }


    .custom-trip-form-section {

        padding: 85px 0;

    }


    .custom-trip-layout {

        grid-template-columns: 1fr;

        gap: 65px;

    }


    .custom-trip-sidebar {

        position: static;

    }


    .custom-trip-sidebar h2 {

        font-size: 58px;

    }


    .custom-trip-sidebar > p {

        max-width: 350px;

    }


    .custom-trip-steps {

        display: none;

    }


    .form-block {

        padding-bottom: 50px;

        margin-bottom: 50px;

    }


    .form-grid {

        grid-template-columns: 1fr;

    }


    .form-field.full {

        grid-column: auto;

    }


    .form-block-heading h3 {

        font-size: 31px;

    }


    .choice-grid {

        grid-template-columns: 1fr;

    }


    .choice-card-inner {

        min-height: 110px;

    }


    .stay-options {

        grid-template-columns: 1fr 1fr;

    }


    .form-submit-area {

        align-items: flex-start;

        flex-direction: column;

    }


    .custom-trip-submit {

        width: 100%;

    }


    .form-submit-area p {

        max-width: 100%;

    }


    .custom-trip-bottom {

        padding: 90px 0;

    }


    .custom-trip-bottom h2 {

        font-size: 59px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .custom-trip-page .container {

        width: calc(100% - 30px);

    }


    .custom-trip-hero h1 {

        font-size: 61px;

    }


    .custom-trip-sidebar h2 {

        font-size: 52px;

    }


    .form-block-heading {

        gap: 15px;

    }


    .form-block-heading h3 {

        font-size: 27px;

    }


    .custom-trip-bottom h2 {

        font-size: 51px;

    }

}