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

/* Cruise-port hub page. */
.elementor-widget-ltj_cruise_port_hub_page { width: 100%; max-width: none; }
.ltj-cph { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.ltj-cph .ltj-cpp-section { padding: 92px 28px; }
.ltj-cph-hero { min-height: 760px; }
.ltj-cph-ports { background: #f4f0e8; color: #090909; }
.ltj-cph-port-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.ltj-cph-port-card { background: #0d0d0d; color: #fff; border: 1px solid #282828; overflow: hidden; }
.ltj-cph-port-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.ltj-cph-port-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.ltj-cph-port-card:hover img { transform: scale(1.035); }
.ltj-cph-port-copy { padding: 28px; }
.ltj-cph-port-copy h3 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 2.4vw, 42px); line-height: 1.05; margin: 12px 0 16px; }
.ltj-cph-port-copy p { color: #d7d7d7; min-height: 88px; }
.ltj-cph-text-link { color: #e0b629 !important; display: inline-block; font-weight: 800; letter-spacing: .08em; margin-top: 14px; text-decoration: none; }
.ltj-cph-dark { background: #090909; color: #fff; }
.ltj-cph-dark .ltj-cpp-section-heading h2, .ltj-cph-dark h2 { color: #fff; }
.ltj-cph-dark .ltj-cpp-section-heading p, .ltj-cph-dark p { color: #d7d7d7; }
.ltj-cph-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #303030; margin-top: 44px; }
.ltj-cph-benefit-grid article { padding: 34px 28px; border-right: 1px solid #303030; }
.ltj-cph-benefit-grid article:last-child { border-right: 0; }
.ltj-cph-benefit-grid b { color: #e0b629; font: 42px/1 Georgia, serif; }
.ltj-cph-benefit-grid h3 { color: #fff; font-size: 20px; margin: 22px 0 12px; }
.ltj-cph-process { background: #f4f0e8; color: #090909; }
.ltj-cph-fleet-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ltj-cph-fleet-layout h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; margin: 16px 0 24px; }
.ltj-cph-fleet-list { border-top: 1px solid #343434; }
.ltj-cph-fleet-list div { display: flex; justify-content: space-between; gap: 24px; padding: 21px 0; border-bottom: 1px solid #343434; }
.ltj-cph-fleet-list span { color: #e0b629; text-align: right; }
.ltj-cph-faq, .ltj-cph-links { background: #f4f0e8; color: #090909; }
.ltj-cph-faq-list { max-width: 980px; margin: 42px auto 0; border-top: 1px solid #cfc7b9; }
.ltj-cph-faq-list details { border-bottom: 1px solid #cfc7b9; padding: 0; }
.ltj-cph-faq-list summary { cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-size: 19px; font-weight: 800; padding: 24px 4px; list-style: none; }
.ltj-cph-faq-list summary::-webkit-details-marker { display: none; }
.ltj-cph-faq-list summary span { color: #c99908; font-size: 25px; }
.ltj-cph-faq-list details p { padding: 0 4px 24px; margin: 0; max-width: 820px; }
.ltj-cph-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.ltj-cph-link-grid a { align-items: center; background: #fff; border: 1px solid #d8d0c3; color: #090909; display: flex; font-weight: 800; justify-content: space-between; padding: 22px 24px; text-decoration: none; }
.ltj-cph-link-grid b { color: #c99908; font-size: 24px; }
.ltj-cph-final { background: #090909; color: #fff; text-align: center; }
.ltj-cph-final h2 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; margin: 18px auto 24px; max-width: 1000px; }
.ltj-cph-final p { color: #d7d7d7; margin: 0 auto 28px; max-width: 820px; }
.ltj-cph-final .ltj-cpp-actions { justify-content: center; }

@media (max-width: 1024px) {
    .ltj-cph-port-grid { grid-template-columns: 1fr; }
    .ltj-cph-port-copy p { min-height: 0; }
    .ltj-cph-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ltj-cph-benefit-grid article { border-bottom: 1px solid #303030; }
    .ltj-cph-fleet-layout { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 767px) {
    .ltj-cph .ltj-cpp-section { padding: 64px 20px; }
    .ltj-cph-hero { min-height: 700px; }
    .ltj-cph-benefit-grid, .ltj-cph-link-grid { grid-template-columns: 1fr; }
    .ltj-cph-benefit-grid article { border-right: 0; }
    .ltj-cph-fleet-list div { align-items: flex-start; flex-direction: column; gap: 6px; }
    .ltj-cph-fleet-list span { text-align: left; }
}

.ltj-cpp {
    --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-cpp a {
    text-decoration: none;
}

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

.ltj-cpp-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-cpp-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltj-cpp-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-cpp-hero-content {
    position: relative;
    z-index: 2;
    padding: 150px 0 90px;
}

.ltj-cpp-kicker,
.ltj-cpp-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-cpp-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-cpp h1,
.ltj-cpp h2,
.ltj-cpp h3,
.ltj-cpp p {
    margin-top: 0;
}

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

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

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

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

.ltj-cpp-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-cpp-btn:hover,
.ltj-cpp-btn:focus {
    transform: translateY(-2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ltj-cpp-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-cpp-meeting-card h3 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ltj-cpp-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-cpp-time {
    margin-bottom: 28px;
    color: #9d7914;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

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

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

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

.ltj-cpp-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-cpp-text-link:hover,
.ltj-cpp-text-link:focus {
    color: var(--ltj-gold-light);
}

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

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

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

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

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

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

.ltj-cpp-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-cpp-faq-list summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.ltj-cpp-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-cpp-link-panel-official nav a {
    border-bottom-color: #343434;
    color: #f3f3f3;
}

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

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

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

.ltj-cpp-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-cpp-final .ltj-cpp-wrap {
    max-width: 900px;
}

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

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

.ltj-cpp-final .ltj-cpp-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_cruise_port_page .ltj-cpp .ltj-cpp-hero {
        height: auto !important;
        min-height: 760px !important;
        align-items: flex-start !important;
        padding-top: 165px !important;
        overflow: hidden !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cruise Port Pages v2 — purpose-built shore-excursion layout. */
.ltj-cpp-v2 .ltj-cpp-cruise-hero {
    min-height: 780px;
    align-items: flex-end;
}

.ltj-cpp-v2 .ltj-cpp-hero-content {
    padding-bottom: 68px;
}

.ltj-cpp-v2 .ltj-cpp-hero-secondary {
    max-width: 760px;
    margin: -6px 0 20px;
    color: var(--ltj-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.05;
}

.ltj-cpp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 34px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .24);
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ltj-cpp-day {
    background: var(--ltj-cream);
    color: #111;
}

.ltj-cpp-day-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #d8cfbf;
    background: #faf8f3;
}

.ltj-cpp-day-grid article {
    min-height: 255px;
    padding: 40px 34px;
    border-right: 1px solid #d8cfbf;
}

.ltj-cpp-day-grid article:last-child {
    border-right: 0;
}

.ltj-cpp-day-grid b {
    display: block;
    margin-bottom: 26px;
    color: var(--ltj-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;
}

.ltj-cpp-day-grid h3,
.ltj-cpp-excursion-grid h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.ltj-cpp-day-grid p,
.ltj-cpp-excursion-grid p {
    margin-bottom: 0;
    color: #56514a;
    line-height: 1.75;
}

.ltj-cpp-ships {
    background: #080808;
    color: #fff;
}

.ltj-cpp-ships .ltj-cpp-section-heading h2,
.ltj-cpp-ships .ltj-cpp-section-heading p {
    color: #fff;
}

.ltj-cpp-ships .ltj-cpp-section-heading p {
    color: #bfbfbf;
}

.ltj-cpp-ship-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #343434;
    border-left: 1px solid #343434;
}

.ltj-cpp-ship-grid article {
    min-height: 135px;
    padding: 28px 25px;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    background: #101010;
}

.ltj-cpp-ship-grid span,
.ltj-cpp-ship-grid strong {
    display: block;
}

.ltj-cpp-ship-grid span {
    margin-bottom: 11px;
    color: var(--ltj-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ltj-cpp-ship-grid strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.25;
}

.ltj-cpp-ship-note {
    margin: 24px 0 0;
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.ltj-cpp-excursions {
    background: var(--ltj-cream);
    color: #111;
}

.ltj-cpp-heading-left {
    max-width: 800px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.ltj-cpp-excursion-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ltj-cpp-excursion-grid article {
    display: flex;
    min-height: 310px;
    padding: 34px 30px;
    flex-direction: column;
    border: 1px solid #d8cfbf;
    background: #faf8f3;
}

.ltj-cpp-excursion-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 32px;
    color: var(--ltj-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ltj-cpp-excursion-grid a {
    width: max-content;
    margin-top: auto;
    padding-top: 24px;
    border-bottom: 1px solid var(--ltj-gold);
    color: #111;
    font-size: 12px;
    font-weight: 800;
}

.ltj-cpp-return {
    padding: 64px 0;
    background: var(--ltj-gold);
    color: #080808;
}

.ltj-cpp-return-inner {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
}

.ltj-cpp-return-icon {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 2px solid #080808;
    border-radius: 50%;
    font-size: 38px;
}

.ltj-cpp-return .ltj-cpp-kicker {
    color: #080808;
}

.ltj-cpp-return h2 {
    margin-bottom: 10px;
    color: #080808;
    font-size: clamp(34px, 4vw, 52px);
}

.ltj-cpp-return p {
    max-width: 740px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}

.ltj-cpp-return .ltj-cpp-btn-gold {
    border-color: #080808;
    background: #080808;
    color: #fff;
}

.ltj-cpp-quote-details {
    background: #0b0b0b;
    color: #fff;
}

.ltj-cpp-quote-details h2 {
    color: #fff;
}

.ltj-cpp-quote-details p {
    max-width: 520px;
    color: #bdbdbd;
    line-height: 1.75;
}

.ltj-cpp-quote-details ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    list-style: none;
}

.ltj-cpp-quote-details li {
    padding: 20px 22px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.ltj-cpp-quote-details li::before {
    margin-right: 10px;
    color: var(--ltj-gold);
    content: "◆";
}

.ltj-cpp-v2 .ltj-cpp-fleet {
    background: #050505;
}

.ltj-cpp-fleet-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 34px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.ltj-cpp-fleet-cards article {
    min-height: 145px;
    padding: 28px 22px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #101010;
}

.ltj-cpp-fleet-cards strong,
.ltj-cpp-fleet-cards span {
    display: block;
}

.ltj-cpp-fleet-cards strong {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.ltj-cpp-fleet-cards span {
    color: var(--ltj-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .ltj-cpp-ship-grid,
    .ltj-cpp-fleet-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ltj-cpp-day-grid,
    .ltj-cpp-excursion-grid {
        grid-template-columns: 1fr;
    }

    .ltj-cpp-day-grid article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #d8cfbf;
    }

    .ltj-cpp-day-grid article:last-child {
        border-bottom: 0;
    }

    .ltj-cpp-return-inner {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .ltj-cpp-return .ltj-cpp-btn {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 600px) {
    .ltj-cpp-v2 .ltj-cpp-cruise-hero {
        min-height: 690px;
    }

    .ltj-cpp-v2 .ltj-cpp-hero-content {
        padding: 92px 0 44px;
    }

    .ltj-cpp-v2 .ltj-cpp-hero-secondary {
        font-size: 31px;
    }

    .ltj-cpp-hero-trust {
        gap: 10px;
        margin-top: 30px;
    }

    .ltj-cpp-hero-trust span {
        width: 100%;
    }

    .ltj-cpp-ship-grid,
    .ltj-cpp-fleet-cards,
    .ltj-cpp-quote-details ul {
        grid-template-columns: 1fr;
    }

    .ltj-cpp-return-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ltj-cpp-return-icon {
        margin: 0 auto;
    }

    .ltj-cpp-return .ltj-cpp-btn {
        grid-column: 1;
        justify-self: stretch;
    }
}
