/* ==========================================================================
   My Rajasthan Vlog  Rajasthani design system
   Palette drawn from Jodhpur indigo, marigold, lac red, Jaisalmer sandstone.
   Motifs: jali lattice, jharokha arch, toran scallop border.
   Loaded after custom.css; homepage-scoped component classes are prefixed .rj-
   ========================================================================== */

:root {
    --rj-indigo-900: #12263A;
    --rj-indigo-800: #1B3A5C;
    --rj-indigo-700: #24507D;

    --rj-saffron: #E8892B;
    --rj-saffron-600: #C96F1B;
    --rj-gold: #C9A227;
    --rj-gold-200: #E8D9A0;

    --rj-lac: #96263A;
    --rj-pink: #C2604E;
    --rj-green: #1B6B5A;

    --rj-sand-50: #FBF7F0;
    --rj-sand-100: #F5EDE0;
    --rj-sand-200: #E9DCC6;

    --rj-ink: #2A1F1A;
    --rj-ink-muted: #6B5D52;

    /* 4px spacing scale */
    --rj-2: 8px;
    --rj-3: 12px;
    --rj-4: 16px;
    --rj-6: 24px;
    --rj-8: 32px;
    --rj-12: 48px;

    --rj-display: 'Playfair Display', Georgia, serif;
    --rj-body: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --rj-deva: 'Noto Sans Devanagari', 'Satoshi', sans-serif;

    --rj-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

    /* Jali lattice: overlapping square + diamond = 8-point star screen */
    --rj-jali: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1'%3E%3Cpath d='M28 2 L54 28 L28 54 L2 28 Z'/%3E%3Crect x='11' y='11' width='34' height='34'/%3E%3C/g%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

body {
    background-color: var(--rj-sand-50);
    color: var(--rj-ink);
}

/* custom.css sets * { font-family: Satoshi }  restore a display serif for headings */
.rj-display,
.rj-section-title,
.rj-hero-title,
.rj-card-title {
    font-family: var(--rj-display);
    font-weight: 700;
    letter-spacing: -0.01em;
}

:lang(hi),
.rj-deva {
    font-family: var(--rj-deva);
}

/* Visible focus ring everywhere  never remove without replacement */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible,
.carousel-indicators li:focus-visible {
    outline: 3px solid var(--rj-gold);
    outline-offset: 3px;
    border-radius: 4px;
}

.rj-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    background: var(--rj-indigo-900);
    color: #fff;
    padding: var(--rj-3) var(--rj-6);
    border-radius: 0 0 8px 0;
    font-weight: 600;
}

.rj-skip-link:focus {
    left: 0;
    color: #fff;
}

/* --------------------------------------------------------------------------
   Ornaments  toran scallop, jali panel, section ornament
   -------------------------------------------------------------------------- */

.rj-jali-bg {
    position: relative;
}

.rj-jali-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--rj-jali);
    background-size: 56px 56px;
    opacity: 0.05;
    pointer-events: none;
}

.rj-jali-bg > * {
    position: relative;
    z-index: 1;
}

/* Toran  the scalloped valance hung over Rajasthani doorways */
.rj-toran {
    height: 18px;
    background-image: radial-gradient(circle at 12px 0, transparent 11px, var(--rj-gold) 11px, var(--rj-gold) 12.5px, transparent 13px);
    background-size: 24px 18px;
    background-repeat: repeat-x;
    opacity: 0.85;
}

.rj-section-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--rj-3);
    margin: var(--rj-4) auto 0;
    max-width: 240px;
    color: var(--rj-gold);
}

.rj-section-ornament::before,
.rj-section-ornament::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--rj-gold-200), transparent);
}

.rj-section-ornament i {
    font-size: 0.6rem;
    transform: rotate(45deg);
    color: var(--rj-saffron);
}

.rj-eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rj-lac);
    margin-bottom: var(--rj-2);
}

.rj-section-title {
    font-size: 2rem;
    color: var(--rj-ink);
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .rj-section-title { font-size: 2.6rem; }
}

.rj-section-head {
    margin-bottom: var(--rj-12);
}

/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */

.rj-navbar {
    background: var(--rj-indigo-900) !important;
    border-bottom: 2px solid var(--rj-gold);
    box-shadow: 0 2px 18px rgba(18, 38, 58, 0.35);
}

.rj-navbar .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 500;
    /* 44px min tap target */
    padding: 11px 4px !important;
    margin: 0 12px;
    transition: color 150ms var(--rj-ease-out);
}

.rj-navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    background: var(--rj-saffron);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 200ms var(--rj-ease-out);
}

.rj-navbar .nav-link:hover,
.rj-navbar .nav-link:focus-visible {
    color: #fff !important;
}

.rj-navbar .nav-link:hover::after,
.rj-navbar .nav-link:focus-visible::after {
    transform: scaleX(1);
}

.rj-navbar .navbar-toggler {
    border-color: rgba(201, 162, 39, 0.6);
    padding: 10px 12px;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.rj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--rj-2);
    min-height: 44px;
    padding: 12px 28px;
    border: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    transition: transform 150ms var(--rj-ease-out), box-shadow 150ms var(--rj-ease-out), opacity 150ms var(--rj-ease-out);
}

.rj-btn-primary {
    background: linear-gradient(135deg, var(--rj-saffron) 0%, var(--rj-gold) 100%);
    color: var(--rj-ink);
    box-shadow: 0 6px 20px rgba(232, 137, 43, 0.35);
}

.rj-btn-primary:hover,
.rj-btn-primary:focus-visible {
    color: var(--rj-ink);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(232, 137, 43, 0.48);
}

.rj-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(232, 137, 43, 0.4);
}

.rj-btn-outline {
    background: transparent;
    color: var(--rj-indigo-800);
    border: 1.5px solid var(--rj-sand-200);
    box-shadow: none;
}

.rj-btn-outline:hover,
.rj-btn-outline:focus-visible {
    background: var(--rj-indigo-900);
    border-color: var(--rj-indigo-900);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.rj-btn-outline:active {
    transform: translateY(0);
}

.rj-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
}

.rj-btn-ghost:hover,
.rj-btn-ghost:focus-visible {
    background: #fff;
    color: var(--rj-indigo-900);
    text-decoration: none;
    transform: translateY(-2px);
}

.rj-btn[aria-disabled="true"],
.rj-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rj-btn-block {
    display: flex;
    width: 100%;
}

/* --------------------------------------------------------------------------
   Hero carousel
   -------------------------------------------------------------------------- */

.rj-hero .carousel-image {
    height: 92vh;
    min-height: 520px;
    object-fit: cover;
    filter: none;
}

/* Sunset over sandstone: indigo top, warm glow low, deep base for text contrast */
.rj-hero .carousel-overlay {
    background:
        radial-gradient(ellipse at 50% 92%, rgba(232, 137, 43, 0.38) 0%, transparent 62%),
        linear-gradient(180deg, rgba(18, 38, 58, 0.72) 0%, rgba(18, 38, 58, 0.34) 42%, rgba(18, 38, 58, 0.82) 100%);
}

.rj-hero .carousel-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--rj-jali);
    background-size: 56px 56px;
    opacity: 0.07;
}

.rj-hero-eyebrow {
    display: inline-block;
    font-family: var(--rj-deva);
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: var(--rj-gold-200);
    border: 1px solid rgba(201, 162, 39, 0.55);
    border-radius: 999px;
    padding: 6px 20px;
    margin-bottom: var(--rj-6);
    background: rgba(18, 38, 58, 0.35);
    backdrop-filter: blur(4px);
}

.carousel-caption-custom .rj-hero-title {
    font-family: var(--rj-display);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
    margin-bottom: var(--rj-4);
}

@media (min-width: 768px) {
    .carousel-caption-custom .rj-hero-title { font-size: 4.2rem; }
}

.carousel-caption-custom .rj-hero-sub {
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.04em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    margin-bottom: var(--rj-8);
}

@media (min-width: 768px) {
    .carousel-caption-custom .rj-hero-sub { font-size: 1.4rem; }
}

.rj-hero-rule {
    width: 120px;
    height: 2px;
    margin: 0 auto var(--rj-6);
    background: linear-gradient(to right, transparent, var(--rj-gold), transparent);
}

.rj-hero .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.45);
    border: none;
    transition: background-color 200ms var(--rj-ease-out);
}

.rj-hero .carousel-indicators .active {
    background-color: var(--rj-gold);
}

.rj-hero .carousel-control-prev-icon,
.rj-hero .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(18, 38, 58, 0.55);
    border: 1.5px solid var(--rj-gold);
    border-radius: 50%;
    background-size: 44% 44%;
    transition: background-color 150ms var(--rj-ease-out);
}

.rj-hero .carousel-control-prev:hover .carousel-control-prev-icon,
.rj-hero .carousel-control-next:hover .carousel-control-next-icon {
    background-color: var(--rj-saffron);
}

/* --------------------------------------------------------------------------
   Jharokha arch frames
   -------------------------------------------------------------------------- */

.rj-arch {
    /* Dome arch  responsive, no clip-path needed */
    border-radius: 50% 50% 10px 10px / 26% 26% 10px 10px;
    overflow: hidden;
}

.rj-arch-cusped {
    /* True multifoil Rajput arch via inline SVG clipPath (objectBoundingBox) */
    clip-path: url(#rj-arch-clip);
}

.rj-framed {
    position: relative;
    padding: var(--rj-3);
    background: linear-gradient(135deg, var(--rj-gold-200), var(--rj-sand-200));
    border-radius: 50% 50% 14px 14px / 22% 22% 14px 14px;
}

.rj-framed img {
    display: block;
    width: 100%;
    border-radius: 50% 50% 8px 8px / 24% 24% 8px 8px;
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.rj-section-sand {
    background-color: var(--rj-sand-100);
}

.rj-section-cream {
    background-color: var(--rj-sand-50);
}

.rj-section-indigo {
    background-color: var(--rj-indigo-900);
    color: #fff;
}

.rj-section-indigo .rj-section-title,
.rj-section-indigo h5 {
    color: #fff;
}

.rj-section-indigo .rj-eyebrow {
    color: var(--rj-gold-200);
}

/* --------------------------------------------------------------------------
   Feature cards
   -------------------------------------------------------------------------- */

.rj-feature {
    height: 100%;
    background: #fff;
    border: 1px solid var(--rj-sand-200);
    border-radius: 14px;
    padding: var(--rj-8) var(--rj-6);
    text-align: center;
    transition: transform 200ms var(--rj-ease-out), box-shadow 200ms var(--rj-ease-out);
}

.rj-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(42, 31, 26, 0.12);
}

.rj-feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto var(--rj-4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rj-sand-100);
    border: 1.5px solid var(--rj-gold-200);
    color: var(--rj-saffron-600);
    font-size: 1.6rem;
}

.rj-feature h3 {
    font-family: var(--rj-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--rj-ink);
    margin-bottom: var(--rj-2);
}

.rj-feature p {
    color: var(--rj-ink-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Why-choose list + testimonial
   -------------------------------------------------------------------------- */

.rj-choice {
    display: flex;
    align-items: flex-start;
    gap: var(--rj-4);
    margin-bottom: var(--rj-6);
}

.rj-choice-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.14);
    border: 1px solid rgba(201, 162, 39, 0.5);
    color: var(--rj-gold);
}

.rj-choice h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.rj-choice p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.rj-quote {
    background: var(--rj-sand-50);
    border: 1px solid var(--rj-gold-200);
    border-radius: 16px;
    padding: var(--rj-8);
    position: relative;
}

.rj-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: var(--rj-8);
    right: var(--rj-8);
    height: 3px;
    background: linear-gradient(to right, transparent, var(--rj-saffron), transparent);
}

.rj-quote p {
    font-family: var(--rj-display);
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--rj-ink);
}

/* --------------------------------------------------------------------------
   Blog cards
   -------------------------------------------------------------------------- */

.rj-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--rj-sand-200);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 200ms var(--rj-ease-out), box-shadow 200ms var(--rj-ease-out);
}

.rj-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(42, 31, 26, 0.16);
}

.rj-card-media {
    position: relative;
    overflow: hidden;
    background: var(--rj-sand-100);
}

.rj-card-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 300ms var(--rj-ease-out);
}

.rj-card:hover .rj-card-media img {
    transform: scale(1.05);
}

/* Scalloped sandstone edge where image meets card body */
.rj-card-media::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 12px;
    background-image: radial-gradient(circle at 10px 12px, #fff 9px, transparent 9.5px);
    background-size: 20px 12px;
    background-repeat: repeat-x;
}

.rj-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: var(--rj-6);
}

.rj-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rj-2);
    margin-bottom: var(--rj-3);
}

.rj-tag {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--rj-saffron);
    color: var(--rj-ink);
}

.rj-tag-alt {
    background: transparent;
    color: var(--rj-indigo-700);
    border: 1px solid var(--rj-sand-200);
}

.rj-card-title {
    font-size: 1.2rem;
    line-height: 1.35;
    color: var(--rj-ink);
    margin-bottom: var(--rj-2);
}

.rj-card-text {
    color: var(--rj-ink-muted);
    font-size: 0.94rem;
    line-height: 1.6;
    flex: 1;
    margin-bottom: var(--rj-4);
}

.rj-card-meta {
    display: flex;
    align-items: center;
    gap: var(--rj-3);
    font-size: 0.82rem;
    color: var(--rj-ink-muted);
    padding-top: var(--rj-3);
    border-top: 1px dashed var(--rj-sand-200);
    margin-bottom: var(--rj-4);
}

.rj-card-meta i {
    color: var(--rj-saffron-600);
}

/* --------------------------------------------------------------------------
   Gallery  arch frames with a working hover overlay (previously unstyled)
   -------------------------------------------------------------------------- */

.rj-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 50% 50% 12px 12px / 20% 20% 12px 12px;
    background: var(--rj-indigo-900);
    box-shadow: 0 10px 30px rgba(42, 31, 26, 0.14);
}

/* Taller frame so the arch crop still leaves a generous image */
.rj-gallery-item.rj-arch-cusped {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.rj-gallery-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 300ms var(--rj-ease-out);
}

.rj-gallery-item:hover img,
.rj-gallery-item:focus-within img {
    transform: scale(1.06);
}

.rj-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: var(--rj-6);
    /* Always legible on mobile; deepens on hover for pointer users */
    background: linear-gradient(180deg, rgba(18, 38, 58, 0) 35%, rgba(18, 38, 58, 0.88) 100%);
    color: #fff;
    transition: background 200ms var(--rj-ease-out);
}

.rj-gallery-item:hover .rj-gallery-overlay,
.rj-gallery-item:focus-within .rj-gallery-overlay {
    background: linear-gradient(180deg, rgba(18, 38, 58, 0.25) 0%, rgba(18, 38, 58, 0.9) 100%);
}

.rj-gallery-overlay h3 {
    font-family: var(--rj-display);
    font-size: 1.4rem;
    margin-bottom: 2px;
    color: #fff;
}

.rj-gallery-overlay p {
    font-size: 0.9rem;
    color: var(--rj-gold-200);
    margin-bottom: var(--rj-4);
}

/* --------------------------------------------------------------------------
   Collaborate
   -------------------------------------------------------------------------- */

.rj-collab {
    height: 100%;
    background: #fff;
    border: 1px solid var(--rj-sand-200);
    border-radius: 14px;
    padding: var(--rj-8) var(--rj-4);
    text-align: center;
    transition: transform 200ms var(--rj-ease-out), border-color 200ms var(--rj-ease-out);
}

.rj-collab:hover {
    transform: translateY(-4px);
    border-color: var(--rj-gold);
}

.rj-collab i {
    font-size: 2rem;
    color: var(--rj-saffron-600);
    margin-bottom: var(--rj-3);
}

.rj-collab h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--rj-ink);
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.rj-footer {
    background: var(--rj-indigo-900);
    color: rgba(255, 255, 255, 0.75);
    border-top: 3px solid var(--rj-gold);
}

.rj-footer a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 150ms var(--rj-ease-out);
}

.rj-footer a:hover,
.rj-footer a:focus-visible {
    color: var(--rj-gold);
    text-decoration: none;
}

.rj-footer-brand {
    font-family: var(--rj-display);
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: var(--rj-2);
}

/* --------------------------------------------------------------------------
   Featured story band (homepage)
   -------------------------------------------------------------------------- */

.rj-story {
    background: var(--rj-indigo-900);
    color: #fff;
    overflow: hidden;
}

.rj-story-media {
    position: relative;
    min-height: 320px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.rj-story-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 38, 58, 0) 55%, rgba(18, 38, 58, 0.95) 100%);
}

@media (max-width: 991px) {
    .rj-story-media {
        min-height: 260px;
    }
    .rj-story-media::after {
        background: linear-gradient(180deg, rgba(18, 38, 58, 0) 45%, rgba(18, 38, 58, 0.95) 100%);
    }
}

.rj-story-body {
    padding: var(--rj-12) var(--rj-8);
}

@media (min-width: 992px) {
    .rj-story-body {
        padding: var(--rj-12) var(--rj-12) var(--rj-12) var(--rj-8);
    }
}

.rj-story-title {
    font-family: var(--rj-display);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: var(--rj-4);
}

@media (min-width: 768px) {
    .rj-story-title { font-size: 2.4rem; }
}

.rj-story-dek {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: var(--rj-6);
}

.rj-story-quote {
    font-family: var(--rj-display);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--rj-gold-200);
    border-left: 3px solid var(--rj-saffron);
    padding-left: var(--rj-4);
    margin-bottom: var(--rj-6);
}

/* Route chips */
.rj-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--rj-2);
    margin-bottom: var(--rj-6);
    padding: 0;
    list-style: none;
}

/* Default (light backgrounds): dark ink for contrast */
.rj-route li {
    display: flex;
    align-items: center;
    gap: var(--rj-2);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--rj-ink);
}

.rj-route li::after {
    content: '\2192';
    color: var(--rj-saffron-600);
}

.rj-route li:last-child::after {
    content: '';
}

.rj-route span {
    border: 1px solid var(--rj-gold);
    border-radius: 999px;
    padding: 4px 12px;
    white-space: nowrap;
}

/* On the dark story band, flip to gold */
.rj-story .rj-route li {
    color: var(--rj-gold-200);
}

.rj-story .rj-route li::after {
    color: rgba(232, 137, 43, 0.85);
}

.rj-story .rj-route span {
    border-color: rgba(201, 162, 39, 0.45);
}

/* --------------------------------------------------------------------------
   Long-form article (travelogue)
   -------------------------------------------------------------------------- */

.rj-article-hero {
    position: relative;
    margin-top: 86px;
    min-height: 62vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}

.rj-article-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 38, 58, 0.55) 0%, rgba(18, 38, 58, 0.35) 40%, rgba(18, 38, 58, 0.92) 100%);
}

.rj-article-hero .container {
    position: relative;
    z-index: 1;
    padding-top: var(--rj-12);
    padding-bottom: var(--rj-12);
}

.rj-article-title {
    font-family: var(--rj-display);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    max-width: 880px;
    margin-bottom: var(--rj-4);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .rj-article-title { font-size: 3.2rem; }
}

.rj-article-dek {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    max-width: 640px;
    margin-bottom: var(--rj-6);
}

.rj-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rj-4);
    font-size: 0.88rem;
    color: var(--rj-gold-200);
}

.rj-article-meta i {
    margin-right: 6px;
}

/* Reading column */
.rj-article {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--rj-ink);
}

.rj-article p {
    margin-bottom: var(--rj-4);
}

.rj-article h2 {
    font-family: var(--rj-display);
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--rj-ink);
    margin: var(--rj-12) 0 var(--rj-4);
    padding-bottom: var(--rj-3);
    border-bottom: 1px solid var(--rj-sand-200);
}

@media (min-width: 768px) {
    .rj-article h2 { font-size: 2.1rem; }
}

.rj-article h3 {
    font-family: var(--rj-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--rj-lac);
    margin: var(--rj-8) 0 var(--rj-3);
}

.rj-lede {
    font-size: 1.28rem;
    line-height: 1.65;
    color: var(--rj-ink);
    font-weight: 500;
}

/* The author writes in short single-line beats  keep the rhythm, tighten the gaps */
.rj-beat p {
    margin-bottom: var(--rj-3);
}

.rj-pullquote {
    margin: var(--rj-12) 0;
    padding: var(--rj-6) var(--rj-8);
    background: var(--rj-sand-100);
    border-left: 4px solid var(--rj-saffron);
    border-radius: 0 12px 12px 0;
}

.rj-pullquote p {
    font-family: var(--rj-display);
    font-style: italic;
    font-size: 1.32rem;
    line-height: 1.5;
    color: var(--rj-ink);
    margin-bottom: 0;
}

.rj-figure {
    margin: var(--rj-12) 0;
}

.rj-figure img {
    width: 100%;
    display: block;
    border-radius: 50% 50% 12px 12px / 16% 16% 12px 12px;
}

.rj-figure figcaption {
    margin-top: var(--rj-3);
    font-size: 0.9rem;
    color: var(--rj-ink-muted);
    text-align: center;
    font-style: italic;
}

/* Itinerary summary */
.rj-itinerary {
    background: var(--rj-sand-50);
    border: 1px solid var(--rj-gold-200);
    border-radius: 14px;
    padding: var(--rj-8);
    margin: var(--rj-8) 0;
}

.rj-stop {
    position: relative;
    padding-left: var(--rj-8);
    padding-bottom: var(--rj-6);
    border-left: 2px dashed var(--rj-sand-200);
}

.rj-stop:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}

.rj-stop::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: var(--rj-saffron);
    transform: rotate(45deg);
}

.rj-stop h3 {
    font-family: var(--rj-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--rj-ink);
    margin: 0 0 var(--rj-2);
}

.rj-stop ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--rj-ink-muted);
    font-size: 0.97rem;
}

.rj-stop li {
    margin-bottom: 2px;
}

@media (max-width: 575px) {
    .rj-article {
        font-size: 1.04rem;
    }
    .rj-lede {
        font-size: 1.15rem;
    }
    .rj-pullquote {
        padding: var(--rj-4) var(--rj-6);
    }
    .rj-pullquote p {
        font-size: 1.15rem;
    }
    .rj-itinerary {
        padding: var(--rj-6) var(--rj-4);
    }
    .rj-article-hero {
        min-height: 54vh;
    }
}

/* --------------------------------------------------------------------------
   Motion preferences
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .rj-card:hover,
    .rj-feature:hover,
    .rj-collab:hover,
    .rj-btn:hover {
        transform: none;
    }

    .rj-card:hover .rj-card-media img,
    .rj-gallery-item:hover img {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   Small screens (verified at 360px)
   -------------------------------------------------------------------------- */

@media (max-width: 575px) {
    .rj-hero .carousel-image {
        height: 78vh;
        min-height: 440px;
    }

    .rj-hero-eyebrow {
        font-size: 0.9rem;
        padding: 5px 16px;
    }

    .rj-section-head {
        margin-bottom: var(--rj-8);
    }

    .rj-feature,
    .rj-collab {
        padding: var(--rj-6) var(--rj-4);
    }

    .rj-card-body {
        padding: var(--rj-4);
    }

    .rj-gallery-item img {
        height: 260px;
    }

    .rj-quote {
        padding: var(--rj-6);
    }

    .rj-quote p {
        font-size: 1.05rem;
    }
}
