.fctj {
    --fctj-ink: #102f3b;
    --fctj-muted: #647b84;
    --fctj-sea: #087f8c;
    --fctj-sea-dark: #05606b;
    --fctj-sea-soft: #dceeed;
    --fctj-sun: #e28b3f;
    --fctj-paper: #f7f4ed;
    --fctj-line: rgba(16, 47, 59, .13);
    color: var(--fctj-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.fctj *, .fctj *::before, .fctj *::after { box-sizing: border-box; }
.fctj img { display: block; width: 100%; max-width: 100%; }
.fctj a { color: inherit; }
.fctj__intro { max-width: 760px; margin: 0 0 38px; }
.fctj__intro h2, .fctj-hero h2 { margin: 8px 0 16px; font-family: Georgia, serif; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.fctj__intro > p:last-child { color: var(--fctj-muted); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.65; }
.fctj__eyebrow { margin: 0; color: var(--fctj-sea); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fctj__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fctj-card { overflow: hidden; border: 1px solid var(--fctj-line); border-radius: 24px; background: #fff; box-shadow: 0 15px 42px rgba(8, 37, 48, .07); }
.fctj-card__image { display: grid; height: 260px; place-items: center; overflow: hidden; background: var(--fctj-sea-dark); color: rgba(255,255,255,.5); font-size: 2rem; text-decoration: none; }
.fctj-card__image img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.fctj-card:hover .fctj-card__image img { transform: scale(1.035); }
.fctj-card__body { padding: 25px; }
.fctj-card h3 { margin: 9px 0 12px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; line-height: 1.08; }
.fctj-card h3 a, .fctj-cruise h4 a { text-decoration: none; }
.fctj-card__body > p:not(.fctj__eyebrow) { margin: 0 0 18px; color: var(--fctj-muted); line-height: 1.55; }
.fctj__facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.fctj__facts span { padding: 6px 9px; border-radius: 9px; background: var(--fctj-sea-soft); color: var(--fctj-sea-dark); font-size: .74rem; font-weight: 700; }
.fctj__link, .fctj__back, .fctj__source a { color: var(--fctj-sea-dark); font-size: .85rem; font-weight: 800; text-decoration: none; }
.fctj__back { display: inline-block; margin-bottom: 18px; }
.fctj__empty, .fctj-error { padding: 28px; border: 1px dashed var(--fctj-line); border-radius: 20px; color: var(--fctj-muted); text-align: center; }
.fctj-hero { position: relative; min-height: 500px; overflow: hidden; border-radius: 28px; background: #082530; color: white; isolation: isolate; }
.fctj-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,28,37,.94), rgba(4,28,37,.58) 65%, rgba(4,28,37,.25)); }
.fctj-hero > img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; opacity: .83; }
.fctj-hero__content { display: flex; min-height: 500px; max-width: 760px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(34px, 7vw, 70px); }
.fctj-hero .fctj__eyebrow { color: #91d8da; }
.fctj-hero__content > p:not(.fctj__eyebrow) { margin: 0; color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.65; }
.fctj-hero__date { margin-top: 22px; color: rgba(255,255,255,.7); font-size: .8rem; }
.fctj-section { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 6vw, 72px); padding: 65px 0; border-bottom: 1px solid var(--fctj-line); }
.fctj-section--stacked { grid-template-columns: 1fr; }
.fctj-section__heading h3 { margin: 7px 0 12px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.fctj-section__heading > p:not(.fctj__eyebrow) { color: var(--fctj-muted); }
.fctj-timeline { position: relative; }
.fctj-timeline::before { content: ""; position: absolute; top: 10px; bottom: 10px; left: 7px; width: 1px; background: var(--fctj-line); }
.fctj-timeline__item { position: relative; display: grid; grid-template-columns: 15px 1fr; gap: 19px; padding-bottom: 25px; }
.fctj-timeline__dot { position: relative; z-index: 1; width: 15px; height: 15px; margin-top: 4px; border: 4px solid #fff; border-radius: 50%; background: var(--fctj-sea); box-shadow: 0 0 0 1px var(--fctj-sea); }
.fctj-timeline__date { margin: 0; color: var(--fctj-sea); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.fctj-timeline h4 { margin: 4px 0; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.fctj-timeline__item p:last-child { margin: 0; color: var(--fctj-muted); font-size: .84rem; }
.fctj-cruises { display: grid; gap: 18px; }
.fctj-cruise { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border: 1px solid var(--fctj-line); border-radius: 20px; background: #fff; }
.fctj-cruise > a { min-height: 190px; background: var(--fctj-sea-dark); }
.fctj-cruise img { height: 100%; object-fit: cover; }
.fctj-cruise > div { align-self: center; padding: 23px; }
.fctj-cruise h4 { margin: 6px 0 8px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.fctj-cruise p:not(.fctj__eyebrow) { margin: 0 0 13px; color: var(--fctj-muted); }
.fctj-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fctj-detail { display: grid; gap: 6px; padding: 19px; border-radius: 16px; background: var(--fctj-paper); }
.fctj-detail strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; }
.fctj-detail span { color: var(--fctj-muted); font-size: .8rem; }
.fctj .tj-route-map-wrap { overflow: hidden; border: 1px solid var(--fctj-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(8, 37, 48, .07); }
.fctj .tj-route-map { min-height: 440px; background: var(--fctj-sea-soft); }
.fctj .tj-route-map__loading { display: grid; min-height: 440px; margin: 0; place-items: center; color: var(--fctj-muted); }
.fctj .tj-route-map__legend { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 8px 18px; margin: 0; padding: 18px 22px 20px; color: var(--fctj-muted); font-size: .78rem; list-style: none; }
.fctj .tj-route-map__legend li { display: grid; grid-template-columns: 26px 1fr; gap: 9px; align-items: start; }
.fctj .tj-route-map__legend li > span { display: grid; width: 26px; height: 26px; border-radius: 50%; background: var(--fctj-sea); color: #fff; font-size: .68rem; font-weight: 800; place-items: center; }
.fctj .tj-route-map__legend strong, .fctj .tj-route-map__legend small { display: block; }
.fctj .tj-route-map__legend small { margin-top: 2px; color: var(--fctj-muted); }
.fctj .tj-map-marker { display: grid; border: 2px solid #fff; border-radius: 50%; background: var(--fctj-sea); color: #fff; font-size: .72rem; font-weight: 800; place-items: center; box-shadow: 0 3px 9px rgba(4, 28, 37, .4); }
.fctj .tj-map-marker--cruise { background: var(--fctj-sun); }
.fctj .tj-map-marker span { display: grid; width: 100%; height: 100%; place-items: center; }
.fctj .leaflet-popup-content { display: grid; gap: 3px; color: var(--fctj-ink); line-height: 1.35; }
.fctj .leaflet-popup-content span { color: var(--fctj-muted); font-size: .78rem; }
.fctj-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fctj-gallery__item { position: relative; display: block; min-height: 280px; overflow: hidden; border-radius: 16px; background: var(--fctj-sea-dark); color: #fff; text-decoration: none; }
.fctj-gallery img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fctj-gallery__item:hover img { transform: scale(1.025); }
.fctj .tj-gallery__caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 24px 15px 12px; background: linear-gradient(transparent, rgba(4, 28, 37, .82)); font-size: .78rem; }
.fctj-gallery__item:focus-visible { outline: 3px solid var(--fctj-sun); outline-offset: 3px; }
.fctj-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 34px 0 4px; }
.fctj-navigation a { display: grid; gap: 4px; padding: 18px 20px; border: 1px solid var(--fctj-line); border-radius: 16px; background: #fff; color: var(--fctj-ink); text-decoration: none; }
.fctj-navigation__next { text-align: right; }
.fctj-navigation span { color: var(--fctj-sea); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fctj-navigation strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; }
.fctj__source { padding: 25px 0 5px; text-align: right; }
.has-tj-lightbox { overflow: hidden; }
.tj-lightbox[hidden] { display: none; }
.tj-lightbox { position: fixed; inset: 0; z-index: 999999; display: grid; grid-template-columns: minmax(48px, 8vw) minmax(0, 1fr) minmax(48px, 8vw); align-items: center; padding: 28px 0; background: rgba(2, 17, 23, .96); color: #fff; }
.tj-lightbox__stage { display: grid; max-width: min(1280px, 84vw); max-height: 92vh; justify-self: center; place-items: center; }
.tj-lightbox__image { display: block; width: auto; height: auto; max-width: 100%; max-height: 82vh; object-fit: contain; }
.tj-lightbox__caption { max-width: 860px; margin: 14px 0 0; color: rgba(255, 255, 255, .82); font-size: .88rem; text-align: center; }
.tj-lightbox__close, .tj-lightbox__previous, .tj-lightbox__next { border: 0; background: transparent; color: #fff; cursor: pointer; font: inherit; }
.tj-lightbox__close { position: absolute; top: 14px; right: 18px; width: 48px; height: 48px; font-size: 2.2rem; line-height: 1; }
.tj-lightbox__previous, .tj-lightbox__next { width: 100%; height: 90px; font-size: 3.4rem; }
.tj-lightbox__previous:focus-visible, .tj-lightbox__next:focus-visible, .tj-lightbox__close:focus-visible { outline: 3px solid #e28b3f; outline-offset: 2px; }
@media (max-width: 760px) {
    .fctj__grid, .fctj-section, .fctj-details { grid-template-columns: 1fr; }
    .fctj-hero, .fctj-hero__content { min-height: 520px; }
    .fctj-hero::after { background: linear-gradient(0deg, rgba(4,28,37,.96), rgba(4,28,37,.35)); }
    .fctj-cruise { grid-template-columns: 1fr; }
    .fctj-cruise > a { height: 220px; }
    .fctj-gallery { grid-template-columns: 1fr; }
    .fctj-gallery__item { min-height: 240px; }
    .fctj .tj-route-map { min-height: 360px; }
    .fctj .tj-route-map__loading { min-height: 360px; }
    .fctj-navigation { grid-template-columns: 1fr; }
    .fctj-navigation__next { text-align: left; }
    .tj-lightbox { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 60px 0 20px; }
    .tj-lightbox__stage { max-width: calc(100vw - 96px); }
}
