@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Libre+Baskerville:ital,wght@0,400;1,400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");

.our-journey {
    --ink: #1a1208;
    --cream: #f5f0e8;
    --aged: #e8dfc8;
    --sepia: #8b6914;
    --rust: #c4522a;
    --ocean: #1e5f74;
    --gold: #d4a843;
    --gold-lt: #e8bc50;
    --map-ocean: #b0cfe0;
    --dot-miami: #1e5f74;
    --dot-mexico: #8b6914;
    --dot-guatemala: #2d6a4f;
    --dot-aruba: #c4522a;
    --dot-colombia: #2d6a4f;
    --dot-venezuela: #8b1a1a;
    --dot-peru: #6b4226;
    color: var(--ink);
    font-family: "DM Sans", "Roboto", system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
}

.our-journey *,
.our-journey *::before,
.our-journey *::after {
    box-sizing: border-box;
}

.our-journey .oj-font-display {
    font-family: "Playfair Display", Georgia, serif;
}

.our-journey .oj-font-body-serif {
    font-family: "Libre Baskerville", Georgia, serif;
}

/*
 * Non-flag emoji (ship, etc.) still need an emoji-capable font; country flags use <img>.
 */
.our-journey .oj-trip-flag--text,
.our-journey .oj-trip-card__watermark-text,
.our-journey .oj-polaroid__placeholder-text {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla", emoji, sans-serif;
    font-variant-emoji: emoji;
    font-style: normal;
    font-weight: normal;
}

/* A. Hero */
.oj-hero {
    background-color: var(--ink);
    color: var(--cream);
    text-align: center;
    padding: clamp(2.5rem, 6vw, 4.5rem) 1.25rem;
}

.oj-hero__eyebrow {
    font-size: clamp(0.7rem, 0.65rem + 0.35vw, 0.8125rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.92;
    margin-bottom: 0.75rem;
}

.oj-hero__rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 1rem;
}

.oj-hero__title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.oj-hero__title-gold {
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
}

.oj-hero__sub {
    font-size: clamp(0.95rem, 0.88rem + 0.4vw, 1.15rem);
    opacity: 0.95;
    max-width: 36rem;
    margin: 0 auto 1.25rem;
}

.oj-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    font-size: clamp(0.75rem, 0.72rem + 0.2vw, 0.875rem);
    list-style: none;
    padding: 0;
    margin: 0;
}

.oj-breadcrumb a {
    color: var(--gold-lt);
    text-decoration: none;
}

.oj-breadcrumb a:hover {
    text-decoration: underline;
}

.oj-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 0.35rem;
    opacity: 0.6;
}

/* B. Origin */
.oj-origin {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 1.5rem);
}

.oj-label {
    font-size: clamp(0.8rem, 0.76rem + 0.25vw, 0.9rem);
    color: var(--sepia);
    margin-bottom: 1rem;
    display: block;
}

.oj-quote {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.15rem, 1rem + 1vw, 1.65rem);
    font-style: italic;
    line-height: 1.45;
    margin: 0 0 1.75rem;
    color: var(--ink);
}

.oj-origin p {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(0.9rem, 0.85rem + 0.35vw, 1.05rem);
    margin: 0 0 1.25rem;
}

.oj-founders {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.oj-founder-card {
    background: var(--cream);
    border: 2px solid rgba(26, 18, 8, 0.35);
    filter: sepia(0.12);
    padding: 1rem 1.25rem;
    box-shadow: 3px 3px 0 rgba(26, 18, 8, 0.25);
    text-align: center;
    font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    transition: transform 0.2s ease;
}

/* Text-only founders (no uploaded photo) */
.oj-founder-card:not(.oj-founder-card--has-photo) {
    min-height: 5rem;
}

.oj-founder-card--has-photo {
    background: transparent;
    border: none;
    box-shadow: none;
    filter: none;
    padding: 0;
    gap: 0;
}

.our-journey .oj-founder-polaroid {
    width: 100%;
    max-width: 158px;
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem 0.5rem 0.4rem;
    border: 1px solid rgba(26, 18, 8, 0.35);
    box-shadow: 2px 3px 0 rgba(26, 18, 8, 0.2);
    transition: transform 0.2s ease;
}

.our-journey .oj-founder-card--has-photo:hover .oj-founder-polaroid {
    transform: rotate(0deg);
}

.oj-founder-polaroid__frame {
    width: 100%;
    height: 118px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0ebe3, #ddd5c8);
    border: 1px solid rgba(26, 18, 8, 0.12);
    box-sizing: border-box;
}

.oj-founder-polaroid__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.oj-founder-polaroid__cap {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(0.62rem, 0.58rem + 0.12vw, 0.74rem);
    font-style: italic;
    color: var(--sepia);
    text-align: center;
    padding: 0.5rem 0.2rem 0.15rem;
    line-height: 1.3;
    min-height: 2.35rem;
}

.oj-founder-polaroid__role {
    display: block;
    font-style: italic;
    font-weight: 400;
    margin-top: 0.15rem;
    color: var(--ink);
    opacity: 0.88;
}

.oj-founder-card__text {
    font-family: "Libre Baskerville", Georgia, serif;
}

.oj-founder-card:not(.oj-founder-card--has-photo):nth-child(1) {
    transform: rotate(-1.5deg);
}

.oj-founder-card:not(.oj-founder-card--has-photo):nth-child(2) {
    transform: rotate(1.25deg);
}

.oj-founder-card:not(.oj-founder-card--has-photo):nth-child(3) {
    transform: rotate(-0.75deg);
}

.oj-founder-card:not(.oj-founder-card--has-photo):hover {
    transform: rotate(0deg);
}

.oj-founder-card--has-photo:nth-child(1) .oj-founder-polaroid {
    transform: rotate(-2deg);
}

.oj-founder-card--has-photo:nth-child(2) .oj-founder-polaroid {
    transform: rotate(1.5deg);
}

.oj-founder-card--has-photo:nth-child(3) .oj-founder-polaroid {
    transform: rotate(-1deg);
}

.oj-founder-card strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-style: normal;
    margin-bottom: 0.2rem;
}

.oj-founder-card--has-photo .oj-founder-polaroid__cap strong {
    margin-bottom: 0.1rem;
}

@media (min-width: 600px) {
    .oj-founders {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .oj-founder-card {
        flex: 1 1 calc(33.333% - 1rem);
        min-width: 160px;
        max-width: 220px;
    }

    .oj-founder-card--has-photo {
        max-width: 178px;
    }
}

/* C. Stats */
.oj-stats {
    background: var(--ink);
    color: var(--cream);
    padding: clamp(2rem, 4vw, 2.75rem) 1rem;
}

.oj-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.oj-stat__num {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
    color: var(--gold);
    font-weight: 700;
    line-height: 1.1;
}

.oj-stat__label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.9rem);
    opacity: 0.9;
}

@media (min-width: 600px) {
    .oj-stats__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* D. Map section heading */
.oj-map-heading {
    text-align: center;
    padding: clamp(2rem, 4vw, 3rem) 1rem 1rem;
}

.oj-map-heading h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
    margin: 0.5rem 0 0;
}

/* E. Leaflet journey map */
.oj-map-wrap {
    max-width: 960px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    padding: 0 clamp(0.75rem, 3vw, 1rem);
}

.oj-map-frame--leaflet {
    border: none;
    box-shadow: none;
    background: transparent;
    overflow: visible;
}

.our-journey .oj-leaflet-map,
.our-journey #journey-map {
    max-width: 100%;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .our-journey #journey-map {
        height: min(70vh, 420px) !important;
        min-height: 260px;
    }
}

.our-journey .leaflet-container {
    font-family: "DM Sans", "Roboto", system-ui, sans-serif;
    background: var(--cream);
}

.our-journey .leaflet-marker-icon.oj-leaflet-marker,
.our-journey .leaflet-marker-icon.leaflet-div-icon.oj-leaflet-marker {
    background: transparent !important;
    border: none !important;
}

.our-journey .leaflet-popup-content-wrapper {
    border-radius: 4px;
    border: 1px solid rgba(26, 18, 8, 0.25);
}

.oj-map-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.9rem);
    text-align: center;
    padding: 0.5rem 0.75rem;
    background: var(--cream);
    border: 2px solid var(--ink);
    border-radius: 2px;
    color: var(--ink);
    margin: 0.65rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 0.75rem;
    max-width: 960px;
    margin: 0.75rem auto 0;
    padding: 0 clamp(0.75rem, 3vw, 1rem);
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.82rem);
}

.footer-grid__item {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.4rem 0.55rem;
    background: var(--cream);
    border: 1px solid rgba(26, 18, 8, 0.25);
    line-height: 1.35;
}

.oj-map-legend__emoji {
    flex-shrink: 0;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .footer-grid.oj-map-legend {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* F. Timeline */
.oj-timeline {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 3vw, 1rem) clamp(3rem, 6vw, 4rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3vw, 2.5rem);
}

.oj-trip-card {
    position: relative;
    background: var(--cream);
    border: 2px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    padding: clamp(1.25rem, 3vw, 1.75rem);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.oj-trip-card:nth-child(odd) {
    transform: rotate(-0.25deg);
}

.oj-trip-card:nth-child(even) {
    transform: rotate(0.25deg);
}

.oj-trip-card:hover {
    transform: rotate(0deg) translateY(-4px);
    box-shadow: 8px 8px 0 rgba(26, 18, 8, 0.35);
}

.oj-trip-card__watermark {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: clamp(3rem, 8vw, 4.5rem);
    line-height: 1;
    opacity: 0.12;
    pointer-events: none;
    transform: rotate(12deg);
    user-select: none;
}

.oj-trip-top {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 600px) {
    .oj-trip-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.oj-trip-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.65rem);
    margin: 0 0 0.25rem;
    line-height: 1.2;
}

.oj-trip-sub {
    font-style: italic;
    color: var(--sepia);
    font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);
    margin: 0 0 0.5rem;
}

.oj-trip-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.oj-pill {
    font-size: clamp(0.65rem, 0.62rem + 0.15vw, 0.75rem);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: var(--aged);
    border: 1px solid rgba(26, 18, 8, 0.2);
}

.oj-year-badge {
    font-family: "Playfair Display", Georgia, serif;
    align-self: flex-start;
    background: var(--ink);
    color: var(--gold);
    padding: 0.35rem 0.85rem;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
    font-weight: 700;
    border: 2px solid var(--ink);
    box-shadow: 2px 2px 0 rgba(212, 168, 67, 0.4);
}

.trip-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 600px) {
    .trip-body {
        flex-direction: row;
        align-items: flex-start;
    }

    .trip-body__col {
        flex: 1;
    }
}

.oj-trip-desc {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(0.88rem, 0.84rem + 0.2vw, 1rem);
    margin: 0;
}

.oj-trip-meta {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(0.82rem, 0.78rem + 0.18vw, 0.95rem);
    margin: 0.75rem 0 0;
}

.oj-stop-tags,
.oj-transport {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.oj-stop-tags {
    margin-bottom: 0.5rem;
}

.oj-tag {
    font-size: clamp(0.7rem, 0.66rem + 0.15vw, 0.78rem);
    padding: 0.2rem 0.45rem;
    background: var(--aged);
    border: 1px solid rgba(26, 18, 8, 0.2);
}

.oj-tag--highlight {
    background: var(--gold-lt);
    border-color: var(--sepia);
    font-weight: 600;
}

.oj-transport .oj-pill {
    background: var(--cream);
}

.oj-trip-flags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(26, 18, 8, 0.15);
}

.oj-trip-flag--text {
    font-size: clamp(1.35rem, 1.2rem + 0.5vw, 1.75rem);
    line-height: 1;
}

.oj-trip-flag--img {
    display: inline-block;
    height: clamp(1.15rem, 1rem + 0.45vw, 1.5rem);
    width: auto;
    vertical-align: -0.15em;
    box-shadow: none;
}

.oj-trip-card__watermark-img {
    display: block;
    max-height: clamp(3rem, 8vw, 4.5rem);
    width: auto;
    margin-left: auto;
}

.oj-polaroid__flag-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Photo strip */
.oj-photo-strip {
    background: var(--aged);
    padding: 1rem 0.75rem;
    margin: 0 -0.25rem;
    border-radius: 2px;
    border: 1px dashed rgba(26, 18, 8, 0.25);
}

.oj-photo-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
    justify-items: center;
}

@media (min-width: 480px) {
    .oj-photo-scroll {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 700px) {
    .oj-photo-scroll {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .oj-photo-scroll {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.oj-polaroid {
    width: 100%;
    max-width: 140px;
    background: #fff;
    padding: 0.5rem 0.5rem 0.4rem;
    border: 1px solid rgba(26, 18, 8, 0.35);
    box-shadow: 2px 3px 0 rgba(26, 18, 8, 0.2);
    transition: transform 0.2s ease;
}

.oj-polaroid:nth-child(odd) {
    transform: rotate(-2deg);
}

.oj-polaroid:nth-child(even) {
    transform: rotate(1.5deg);
}

.oj-polaroid:hover {
    transform: rotate(0deg);
}

.oj-polaroid--zoomable {
    cursor: zoom-in;
}

.oj-polaroid--zoomable:focus-visible {
    outline: 3px solid var(--ocean);
    outline-offset: 3px;
}

/* Fixed-size frame; image is centered via object-fit / object-position */
.oj-polaroid__frame {
    width: 100%;
    height: 105px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0ebe3, #ddd5c8);
    border: 1px solid rgba(26, 18, 8, 0.1);
    box-sizing: border-box;
}

.oj-polaroid__frame--placeholder {
    font-size: 2rem;
    line-height: 1;
}

.oj-polaroid__placeholder-text {
    font-size: 2rem;
    line-height: 1;
}

.oj-polaroid__img--file {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border: 0;
}

/* Show the whole photo (letterboxed) instead of cropping — swap class on <img> if you prefer this */
.oj-polaroid__img--file.oj-polaroid__img--contain {
    object-fit: contain;
    object-position: center center;
    background: linear-gradient(145deg, #f0ebe3, #ddd5c8);
}

.oj-polaroid__cap {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(0.62rem, 0.58rem + 0.12vw, 0.72rem);
    font-style: italic;
    color: var(--sepia);
    text-align: center;
    padding: 0.45rem 0.15rem 0;
    line-height: 1.25;
    min-height: 2.5rem;
}

/* ── Like count on polaroid strip (read-only, no button) ───────────────── */
.oj-like-count {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 0.62rem;
    color: var(--sepia);
    text-align: center;
    margin: 0;
    padding: 0.1rem 0 0.15rem;
    min-height: 1rem;
    line-height: 1;
}

.oj-like-count:not(:empty)::before {
    content: '\2665'; /* ♥ */
    margin-right: 0.2em;
    color: #d63a4a;
    font-style: normal;
}

/* ── Like button inside the lightbox ───────────────────────────────────── */
.oj-polaroid-lightbox__footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem 0.75rem;
    border-top: 1px solid rgba(26, 18, 8, 0.12);
}

.oj-lb-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: none;
    border: 1.5px solid rgba(139, 105, 20, 0.55);
    border-radius: 24px;
    padding: 0.45rem 1.25rem;
    cursor: pointer;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 0.82rem;
    color: var(--sepia);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
    -webkit-tap-highlight-color: transparent;
}

.oj-lb-like-btn:hover {
    background: rgba(139, 105, 20, 0.07);
    border-color: var(--sepia);
}

.oj-lb-like-btn:active {
    transform: scale(0.95);
}

.oj-lb-like-btn__heart {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: fill 0.18s ease, stroke 0.18s ease, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.oj-lb-like-btn--liked {
    background: #fce8ea;
    border-color: #d63a4a;
    color: #d63a4a;
}

.oj-lb-like-btn--liked .oj-lb-like-btn__heart {
    fill: #d63a4a;
    stroke: #d63a4a;
}

.oj-lb-like-btn--pop .oj-lb-like-btn__heart {
    transform: scale(1.6);
}

.oj-lb-like-btn__label { line-height: 1; }
.oj-lb-like-btn__count { line-height: 1; font-size: 0.78rem; opacity: 0.8; }

/* G. Upcoming 2027 */
.oj-upcoming {
    background: var(--ocean);
    color: var(--cream);
    padding: clamp(2.5rem, 5vw, 4rem) 1.25rem;
    text-align: center;
}

.oj-upcoming .oj-label {
    color: var(--gold-lt);
}

.oj-upcoming h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
    margin: 0.5rem 0 1rem;
    font-weight: 700;
}

.oj-upcoming h2 em {
    color: var(--gold);
    font-style: italic;
}

.oj-upcoming__body {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
    font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    line-height: 1.6;
}

.oj-stop-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 52rem;
    margin: 0 auto 1.75rem;
}

.oj-stop-pills .oj-pill {
    background: transparent;
    color: var(--cream);
    border: 1px solid rgba(245, 240, 232, 0.45);
}

.oj-cta {
    display: inline-block;
    background: var(--gold);
    color: var(--ink);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
    padding: 0.85rem 1.5rem;
    text-decoration: none;
    border: 2px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oj-cta:hover {
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 6px 6px 0 var(--ink);
}

/* In-page trip anchor nav (mobile-first; not the site header) */
.our-journey .oj-inline-nav {
    background: var(--aged);
    border-bottom: 1px solid rgba(26, 18, 8, 0.15);
    padding: 0.5rem 0.75rem;
}

.our-journey .nav-hamburger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: clamp(0.75rem, 0.72rem + 0.12vw, 0.85rem);
    font-weight: 600;
    color: var(--ink);
}

.our-journey .nav-hamburger span {
    flex: 1;
}

.our-journey .nav-links {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    flex-direction: column;
    gap: 0.35rem;
}

.our-journey .nav-links a {
    color: var(--ocean);
    text-decoration: none;
    font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.85rem);
    font-weight: 500;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid rgba(30, 95, 116, 0.15);
}

.our-journey .nav-links a:hover {
    color: var(--sepia);
}

.our-journey .nav-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid var(--ink);
    background: var(--cream);
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

.our-journey .nav-menu-toggle span {
    display: block;
    width: 1.1rem;
    height: 2px;
    background: var(--ink);
    box-shadow: 0 -5px 0 var(--ink), 0 5px 0 var(--ink);
}

.our-journey #oj-nav-toggle:checked ~ .nav-links {
    display: flex;
}

@media (min-width: 768px) {
    .our-journey .nav-hamburger {
        display: none;
    }

    .our-journey .nav-links {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem 0.75rem;
        margin: 0;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .our-journey .nav-links a {
        border-bottom: 1px solid transparent;
        padding: 0.25rem 0.5rem;
    }

    .our-journey .nav-links a:hover {
        border-bottom-color: var(--gold);
    }
}

.oj-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Polaroid 2× magnify lightbox (fixed to viewport; sits above page chrome) */
.oj-polaroid-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.oj-polaroid-lightbox[hidden] {
    display: none !important;
}

.oj-polaroid-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 18, 8, 0.78);
    cursor: zoom-out;
}

.oj-polaroid-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 56rem);
    max-height: min(92vh, 900px);
    display: flex;
    flex-direction: column;
    background: var(--cream);
    border: 2px solid var(--ink);
    box-shadow: 8px 10px 0 rgba(26, 18, 8, 0.35);
    border-radius: 4px;
    overflow: hidden;
}

.oj-polaroid-lightbox__close {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid var(--ink);
    background: var(--cream);
    color: var(--ink);
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 2px;
}

.oj-polaroid-lightbox__close:hover {
    background: var(--gold-lt);
}

.oj-polaroid-lightbox__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.75rem 1.25rem 1.5rem;
    -webkit-overflow-scrolling: touch;
}

.oj-polaroid-lightbox__pad {
    padding: clamp(2rem, 10vmin, 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.oj-polaroid-lightbox__magnify {
    line-height: 0;
    cursor: zoom-in;
}

/* ── Deep zoom (second zoom level) ─────────────────────────────────────── */
.oj-polaroid-lightbox--deep .oj-polaroid-lightbox__dialog {
    width: min(98vw, 1440px);
    max-height: min(96vh, 1000px);
}
.oj-polaroid-lightbox--deep .oj-polaroid-lightbox__magnify {
    cursor: zoom-out;
}
.oj-polaroid-lightbox--deep .oj-polaroid-lightbox__pad {
    padding: 0.5rem 0.75rem;
}

.oj-polaroid-lightbox__img {
    display: block;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.oj-polaroid-lightbox__placeholder-mirror {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    min-height: 4rem;
}

/* ── Trip highlight quotes ─────────────────────────────────────── */
blockquote.trip-quote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    background: #fdf8ee;
    border-left: 3px solid #c4522a;
    border-radius: 0 4px 4px 0;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.85;
    color: #2a1f0e;
}

blockquote.trip-quote cite {
    display: block;
    margin-top: 0.6rem;
    font-style: normal;
    font-size: 0.78rem;
    color: #8b6914;
    font-family: 'Libre Baskerville', Georgia, serif;
}

/* ── Memorial notes ────────────────────────────────────────────── */
.memorial-note {
    background: #fff0f3;
    border-left: 3px solid #e8a0b0;
    padding: 12px 16px;
    margin-top: 16px;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 13px;
    line-height: 1.8;
    color: #6b3040;
    border-radius: 0 4px 4px 0;
}
