.ltj-adp,
.ltj-adp * {
    box-sizing: border-box;
}

.ltj-adp {
    --ltj-gold: #d4af37;
    --ltj-gold-light: #efca52;
    --ltj-black: #050505;
    --ltj-charcoal: #111111;
    --ltj-cream: #f3efe7;
    --ltj-white: #ffffff;
    --ltj-muted: #bcbcbc;
    width: 100%;
    overflow: hidden;
    background: var(--ltj-black);
    color: var(--ltj-white);
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.ltj-adp a {
    text-decoration: none;
}

.ltj-adp-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.ltj-adp-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    background: radial-gradient(circle at 75% 25%, #272727 0, #090909 48%, #000 100%);
}

.ltj-adp-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltj-adp-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .74) 46%, rgba(0, 0, 0, .24) 78%, rgba(0, 0, 0, .38) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, transparent 55%);
}

.ltj-adp-hero-content {
    position: relative;
    z-index: 2;
    padding: 150px 0 90px;
}

.ltj-adp-kicker,
.ltj-adp-card-label {
    margin-bottom: 15px;
    color: var(--ltj-gold);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.ltj-adp-airport-code {
    display: inline-flex;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(212, 175, 55, .75);
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ltj-adp h1,
.ltj-adp h2,
.ltj-adp h3,
.ltj-adp p {
    margin-top: 0;
}

.ltj-adp h1,
.ltj-adp h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.ltj-adp h1 {
    max-width: 820px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .98;
    letter-spacing: -2.4px;
}

.ltj-adp-hero-content > p {
    max-width: 700px;
    margin-bottom: 32px;
    color: #eee;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.ltj-adp-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.ltj-adp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 56px;
    padding: 15px 28px;
    border: 2px solid var(--ltj-gold);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .5px;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.ltj-adp-btn:hover,
.ltj-adp-btn:focus {
    transform: translateY(-2px);
}

.ltj-adp-btn-gold {
    background: var(--ltj-gold);
    color: #000;
}

.ltj-adp-btn-gold:hover,
.ltj-adp-btn-gold:focus {
    background: var(--ltj-gold-light);
    border-color: var(--ltj-gold-light);
    color: #000;
}

.ltj-adp-btn-outline {
    background: rgba(0, 0, 0, .58);
    color: #fff;
}

.ltj-adp-btn-outline:hover,
.ltj-adp-btn-outline:focus {
    background: var(--ltj-gold);
    color: #000;
}

.ltj-adp-section {
    padding: 95px 0;
}

.ltj-adp-intro,
.ltj-adp-destinations,
.ltj-adp-faq,
.ltj-adp-explore {
    background: var(--ltj-cream);
    color: #141414;
}

.ltj-adp-showcase {
    background: #080808;
    color: #fff;
    padding-top: 40px;
}

.ltj-adp-showcase .ltj-adp-section-heading h2,
.ltj-adp-fleet h2 {
    color: #fff;
}

.ltj-adp-showcase .ltj-adp-section-heading p {
    color: var(--ltj-muted);
}

.ltj-adp-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ltj-adp-showcase-grid figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid #2f2f2f;
    background: #111;
}

.ltj-adp-showcase-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ltj-adp-showcase-grid figcaption {
    padding: 26px;
}

.ltj-adp-showcase-grid h3 {
    color: #fff;
}

.ltj-adp-showcase-grid p {
    margin-bottom: 0;
    color: var(--ltj-muted);
    font-size: 14px;
}

.ltj-adp-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 64px;
    align-items: center;
}

.ltj-adp h2 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.04;
    letter-spacing: -1.4px;
}

.ltj-adp h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.25;
}

.ltj-adp p,
.ltj-adp-richtext {
    font-size: 16px;
    line-height: 1.75;
}

.ltj-adp-richtext p:last-child {
    margin-bottom: 0;
}

.ltj-adp-meeting-card {
    padding: 44px;
    border: 1px solid rgba(212, 175, 55, .7);
    background: #0d0d0d;
    color: #fff;
    box-shadow: 22px 22px 0 rgba(212, 175, 55, .15);
}

.ltj-adp-meeting-card h3 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
}

.ltj-adp-meeting-card p {
    color: #d9d9d9;
}

.ltj-adp-dark {
    background: #080808;
    padding-bottom: 30px;
}

.ltj-adp-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.ltj-adp-dark .ltj-adp-section-heading h2 {
    color: #fff;
}

.ltj-adp-dark .ltj-adp-section-heading p {
    color: var(--ltj-muted);
}

.ltj-adp-benefit-grid,
.ltj-adp-destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
}

.ltj-adp-benefit-grid article {
    min-height: 245px;
    padding: 34px;
    border-right: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    background: #111;
}

.ltj-adp-benefit-grid article > span {
    display: block;
    margin-bottom: 35px;
    color: var(--ltj-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.ltj-adp-benefit-grid h3 {
    color: #fff;
}

.ltj-adp-benefit-grid p {
    margin-bottom: 0;
    color: var(--ltj-muted);
    font-size: 14px;
}

.ltj-adp-destinations .ltj-adp-section-heading p {
    color: #555;
}

.ltj-adp-destination-grid {
    border-color: #d8d0c3;
}

.ltj-adp-destination-grid article {
    min-height: 220px;
    padding: 32px;
    border-right: 1px solid #d8d0c3;
    border-bottom: 1px solid #d8d0c3;
    background: rgba(255, 255, 255, .52);
}

.ltj-adp-time {
    margin-bottom: 28px;
    color: #9d7914;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ltj-adp-destination-grid p {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
}

.ltj-adp-fleet {
    position: relative;
    background: #0b0b0b;
    color: #fff;
}

.ltj-adp-fleet p {
    max-width: 600px;
    color: #c2c2c2;
}

.ltj-adp-text-link {
    display: inline-block;
    margin-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--ltj-gold);
    color: var(--ltj-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
}

.ltj-adp-text-link:hover,
.ltj-adp-text-link:focus {
    color: var(--ltj-gold-light);
}

.ltj-adp-fleet-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #303030;
}

.ltj-adp-fleet-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #303030;
}

.ltj-adp-fleet-list strong {
    color: #fff;
    font-size: 15px;
}

.ltj-adp-fleet-list span {
    color: var(--ltj-gold);
    font-size: 13px;
    text-align: right;
}

.ltj-adp-faq-list {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #cfc6b7;
}

.ltj-adp-faq-list details {
    border-bottom: 1px solid #cfc6b7;
}

.ltj-adp-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 4px;
    color: #111;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.ltj-adp-faq-list summary::-webkit-details-marker {
    display: none;
}

.ltj-adp-faq-list summary span {
    flex: 0 0 34px;
    color: #a57f16;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    transition: transform .2s ease;
}

.ltj-adp-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.ltj-adp-faq-list details > p {
    max-width: 780px;
    margin: -5px 0 24px;
    padding: 0 44px 0 4px;
    color: #555;
}

.ltj-adp-explore .ltj-adp-section-heading p {
    color: #555;
}

.ltj-adp-explore-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ltj-adp-link-panel {
    padding: 38px;
    border: 1px solid #d8d0c3;
    background: rgba(255, 255, 255, .55);
}

.ltj-adp-link-panel-official {
    border-color: rgba(212, 175, 55, .75);
    background: #0d0d0d;
    color: #fff;
}

.ltj-adp-link-panel h3 {
    margin-bottom: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 500;
}

.ltj-adp-link-panel-official h3 {
    color: #fff;
}

.ltj-adp-link-panel nav {
    border-top: 1px solid #d8d0c3;
}

.ltj-adp-link-panel-official nav {
    border-top-color: #343434;
}

.ltj-adp-link-panel nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 2px;
    border-bottom: 1px solid #d8d0c3;
    color: #171717;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
    transition: color .2s ease, padding-left .2s ease;
}

.ltj-adp-link-panel-official nav a {
    border-bottom-color: #343434;
    color: #f3f3f3;
}

.ltj-adp-link-panel nav a:hover,
.ltj-adp-link-panel nav a:focus {
    padding-left: 7px;
    color: #9d7914;
}

.ltj-adp-link-panel-official nav a:hover,
.ltj-adp-link-panel-official nav a:focus {
    color: var(--ltj-gold-light);
}

.ltj-adp-link-panel nav b {
    color: var(--ltj-gold);
    font-size: 20px;
    font-weight: 400;
}

.ltj-adp-final {
    padding: 105px 0;
    border-top: 1px solid rgba(212, 175, 55, .4);
    background:
        radial-gradient(circle at 85% 15%, rgba(212, 175, 55, .16), transparent 38%),
        #050505;
    text-align: center;
}

.ltj-adp-final .ltj-adp-wrap {
    max-width: 900px;
}

.ltj-adp-final h2 {
    color: #fff;
}

.ltj-adp-final p {
    max-width: 720px;
    margin: 0 auto 32px;
    color: #c8c8c8;
}

.ltj-adp-final .ltj-adp-actions {
    justify-content: center;
}

/*
 * Desktop header clearance.
 *
 * The site header is transparent and sits over the hero. Elementor page-level
 * CSS previously forced some airport heroes to 680px, which pulled the widget
 * heading underneath the navigation. The widget-specific selector deliberately
 * outranks that older rule while leaving tablet and mobile layouts responsive.
 */
@media (min-width: 901px) {
    .elementor-widget-ltj_airport_destination_page .ltj-adp .ltj-adp-hero {
        height: auto !important;
        min-height: 760px !important;
        align-items: flex-start !important;
        padding-top: 165px !important;
        overflow: hidden !important;
    }

    .elementor-widget-ltj_airport_destination_page .ltj-adp .ltj-adp-hero-content {
        padding-top: 0 !important;
        padding-bottom: 70px !important;
    }

    .elementor-widget-ltj_airport_destination_page .ltj-adp .ltj-adp-hero-image,
    .elementor-widget-ltj_airport_destination_page .ltj-adp .ltj-adp-hero-shade {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 900px) {
    .ltj-adp-hero {
        min-height: 650px;
    }

    .ltj-adp-two-column {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ltj-adp-benefit-grid,
    .ltj-adp-destination-grid,
    .ltj-adp-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ltj-adp-showcase-grid figure:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .ltj-adp-wrap {
        width: min(100% - 30px, 1180px);
    }

    .ltj-adp-hero {
        min-height: 610px;
    }

    .ltj-adp-hero-shade {
        background: linear-gradient(0deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .64) 100%);
    }

    .ltj-adp-hero-content {
        padding: 115px 0 55px;
    }

    .ltj-adp h1 {
        font-size: 45px;
        letter-spacing: -1.3px;
    }

    .ltj-adp h2 {
        font-size: 39px;
    }

    .ltj-adp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ltj-adp-btn {
        width: 100%;
        min-width: 0;
    }

    .ltj-adp-section,
    .ltj-adp-final {
        padding: 68px 0;
    }

    .ltj-adp-meeting-card {
        padding: 30px 24px;
        box-shadow: 10px 10px 0 rgba(212, 175, 55, .15);
    }

    .ltj-adp-benefit-grid,
    .ltj-adp-destination-grid,
    .ltj-adp-showcase-grid,
    .ltj-adp-explore-grid {
        grid-template-columns: 1fr;
    }

    .ltj-adp-showcase-grid figure:first-child {
        grid-column: auto;
    }

    .ltj-adp-link-panel {
        padding: 30px 24px;
    }

    .ltj-adp-benefit-grid article,
    .ltj-adp-destination-grid article {
        min-height: 0;
    }

    .ltj-adp-fleet-list li {
        flex-direction: column;
        gap: 5px;
    }

    .ltj-adp-fleet-list span {
        text-align: left;
    }
}
