    @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/Inter-400.woff2') format('woff2'); }
    @font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/Inter-500.woff2') format('woff2'); }
    @font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/Inter-600.woff2') format('woff2'); }
    @font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/PlayfairDisplay-400.woff2') format('woff2'); }
    @font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/PlayfairDisplay-700.woff2') format('woff2'); }
    @font-face { font-family: 'Inter Fallback'; src: local('Arial'), local('Helvetica'); size-adjust: 106.90%; ascent-override: 90.62%; descent-override: 22.56%; line-gap-override: 0%; }
    @font-face { font-family: 'Playfair Fallback'; src: local('Times New Roman'), local('Times'); size-adjust: 112.96%; ascent-override: 95.79%; descent-override: 22.22%; line-gap-override: 0%; }

    /* ─── Variables ─── */
    :root {
      --gold:    #9C6D08;
      --gold-light: #F5A623;
      --teal:    #1A7B6B;
      --teal-dark: #145A4E;
      --cream:   #FAF6F0;
      --dark:    #1C1C2E;
      --text:    #3A3A3A;
      --muted:   #6B6B7B;
      --white:   #FFFFFF;
      --radius:  12px;
      --shadow:  0 8px 32px rgba(0,0,0,0.10);
    }

    /* ─── Reset ─── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', 'Inter Fallback', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    .icon { width: 1em; height: 1em; display: inline-block; fill: currentColor; vertical-align: -0.125em; }

    /* ─── Utility ─── */
    .container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 80px 0; }
    .section--cream { background: var(--cream); }
    .section--dark { background: var(--dark); color: var(--white); }
    .tag { display: inline-block; background: var(--gold); color: var(--white); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 14px; border-radius: 100px; margin-bottom: 16px; }
    .tag--teal { background: var(--teal); }
    h1, h2, h3 { font-family: 'Playfair Display', 'Playfair Fallback', serif; line-height: 1.25; }
    h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
    h3 { font-size: 1.25rem; }
    .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 1rem; transition: all 0.25s; cursor: pointer; border: none; }
    .btn-gold { background: var(--gold); color: var(--white); }
    .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,134,10,0.35); }
    .btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
    .btn-outline:hover { background: var(--white); color: var(--dark); }
    .btn-whatsapp { background: #25D366; color: var(--white); font-size: 1.1rem; padding: 16px 36px; }
    .btn-whatsapp:hover { background: #1DAA52; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
    .stars { color: var(--gold); letter-spacing: 2px; }

    /* ─── Nav ─── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      padding: 18px 0;
      background: rgba(28,28,46,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; }
    .nav-logo { font-family: 'Playfair Display', 'Playfair Fallback', serif; font-size: 1.35rem; color: var(--white); }
    .nav-logo span { color: var(--gold-light); }
    .nav-links { display: flex; gap: 32px; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.80); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--gold); }
    .nav-cta { background: var(--gold); color: var(--white); padding: 9px 22px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; transition: all 0.2s; }
    .nav-cta:hover { background: var(--gold-light); }
    .nav-mobile-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }

    /* ─── Hero ─── */
    .hero {
      position: relative; isolation: isolate; min-height: 100vh;
      background: var(--dark);
      display: flex; align-items: center; padding-top: 80px;
    }
    .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
    .hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
      background: linear-gradient(135deg, rgba(28,28,46,0.65) 0%, rgba(26,91,78,0.45) 100%); }
    .hero-content { max-width: 720px; color: var(--white); }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; margin-bottom: 28px; }
    .hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
    .hero h1 em { color: var(--gold-light); font-style: normal; }
    .hero p { font-size: 1.15rem; opacity: 0.90; margin-bottom: 36px; max-width: 560px; }
    .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
    .hero-stats { display: flex; gap: 40px; margin-top: 56px; flex-wrap: wrap; }
    .hero-stat span { font-size: 2.2rem; font-weight: 700; font-family: 'Playfair Display', 'Playfair Fallback', serif; color: var(--gold-light); }
    .hero-stat p { font-size: 0.85rem; opacity: 0.80; }

    /* ─── Badges ─── */
    .badges { background: var(--dark); padding: 28px 0; }
    .badges-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
    .badge-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.85); font-size: 0.95rem; }
    .badge-item .icon { color: var(--gold-light); font-size: 1.4rem; }

    /* ─── À propos ─── */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .about-img-wrap { position: relative; border-radius: 20px; overflow: hidden; }
    .about-img-wrap img { width: 100%; height: 520px; object-fit: cover; }
    .about-img-badge {
      position: absolute; bottom: 24px; left: 24px;
      background: var(--white); border-radius: 14px; padding: 16px 20px;
      box-shadow: var(--shadow); text-align: center;
    }
    .about-img-badge strong { font-size: 2rem; font-family: 'Playfair Display', 'Playfair Fallback', serif; color: var(--gold); display: block; }
    .about-img-badge span { font-size: 0.8rem; color: var(--muted); }
    .about-content h2 { margin-bottom: 20px; }
    .about-content p { color: var(--muted); margin-bottom: 18px; font-size: 1.05rem; }
    .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
    .feature { display: flex; align-items: flex-start; gap: 12px; }
    .feature-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(200,134,10,0.1); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
    .feature p { font-size: 0.9rem; color: var(--text); margin: 0; }
    .feature strong { display: block; margin-bottom: 2px; }

    /* ─── Circuits ─── */
    .circuits-intro { text-align: center; max-width: 620px; margin: 0 auto 52px; }
    .circuits-intro p { color: var(--muted); margin-top: 16px; }
    .circuits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .circuit-card { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); background: var(--white); transition: transform 0.3s; }
    .circuit-card:hover { transform: translateY(-6px); }
    .circuit-card-img { position: relative; height: 200px; overflow: hidden; }
    .circuit-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
    .circuit-card:hover .circuit-card-img img { transform: scale(1.06); }
    .circuit-badge { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--white); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 50px; }
    .circuit-body { padding: 22px; }
    .circuit-body h3 { margin-bottom: 10px; }
    .circuit-body p { font-size: 0.92rem; color: var(--muted); margin-bottom: 18px; }
    .circuit-meta { display: flex; gap: 16px; font-size: 0.83rem; color: var(--muted); }
    .circuit-meta span { display: flex; align-items: center; gap: 5px; }
    .circuit-meta .icon { color: var(--teal); }

    /* ─── Destinations ─── */
    .destinations-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
    .dest-chip { flex-shrink: 0; background: var(--white); border: 1.5px solid rgba(200,134,10,0.25); border-radius: 50px; padding: 10px 20px; font-size: 0.88rem; font-weight: 500; display: flex; align-items: center; gap: 8px; transition: all 0.2s; cursor: default; }
    .dest-chip .icon { color: var(--gold); }
    .dest-chip:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
    .dest-chip:hover .icon { color: var(--white); }

    /* ─── Témoignages ─── */
    .testimonials-intro { text-align: center; max-width: 600px; margin: 0 auto 52px; }
    .testimonials-intro p { color: rgba(255,255,255,0.7); margin-top: 14px; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; padding: 28px; transition: background 0.3s; }
    .testi-card:hover { background: rgba(255,255,255,0.10); }
    .testi-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
    .testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: var(--white); font-family: 'Playfair Display', 'Playfair Fallback', serif; flex-shrink: 0; }
    .testi-name { font-weight: 600; color: var(--white); font-size: 0.95rem; }
    .testi-location { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
    .testi-stars { margin-bottom: 12px; font-size: 0.9rem; color: var(--gold-light); }
    .testi-card p { font-size: 0.92rem; color: rgba(255,255,255,0.80); line-height: 1.7; font-style: italic; }
    .testi-date { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 14px; }
    .tripadvisor-badge { text-align: center; margin-top: 44px; }
    .tripadvisor-badge a { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 50px; padding: 12px 28px; color: var(--white); font-size: 0.9rem; transition: all 0.2s; }
    .tripadvisor-badge a:hover { background: rgba(255,255,255,0.14); }
    .tripadvisor-badge .icon { color: #34E0A1; font-size: 1.2rem; }

    /* ─── Pourquoi Raj ─── */
    .why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 52px; }
    .why-card { text-align: center; padding: 36px 24px; border-radius: 16px; background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: box-shadow 0.3s; }
    .why-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
    .why-icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-light)); margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--white); }
    .why-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
    .why-card p { font-size: 0.88rem; color: var(--muted); }

    /* ─── FAQ ─── */
    .faq-list { max-width: 740px; margin: 52px auto 0; }
    .faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); padding: 22px 0; }
    .faq-question { font-weight: 600; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 16px; }
    .faq-question .icon { color: var(--gold); flex-shrink: 0; transition: transform 0.3s; }
    .faq-answer { font-size: 0.95rem; color: var(--muted); margin-top: 14px; display: none; line-height: 1.8; }
    .faq-item.open .faq-answer { display: block; }
    .faq-item.open .faq-question .icon { transform: rotate(45deg); }

    /* ─── Galerie ─── */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 200px 200px; gap: 12px; border-radius: 16px; overflow: hidden; }
    .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
    .gallery-grid img:hover { transform: scale(1.04); }
    .gallery-grid .span-2 { grid-column: span 2; grid-row: span 2; height: 412px; }

    /* ─── Contact ─── */
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
    .contact-info h2 { margin-bottom: 18px; }
    .contact-info p { color: var(--muted); margin-bottom: 32px; font-size: 1.05rem; }
    .contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; font-size: 0.95rem; }
    .contact-detail .icon { width: 38px; height: 38px; padding: 11px; border-radius: 10px; background: rgba(200,134,10,0.1); color: var(--gold); flex-shrink: 0; }
    .contact-form { background: var(--cream); border-radius: 20px; padding: 36px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { margin-bottom: 18px; }
    .form-group label { display: block; font-weight: 500; margin-bottom: 7px; font-size: 0.9rem; }
    .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid rgba(0,0,0,0.10); border-radius: 10px; font-size: 0.95rem; font-family: 'Inter', 'Inter Fallback', sans-serif; background: var(--white); transition: border-color 0.2s; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
    .form-group textarea { height: 110px; resize: none; }
    .form-submit { width: 100%; padding: 14px; border: none; border-radius: 50px; background: var(--gold); color: var(--white); font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: 'Inter', 'Inter Fallback', sans-serif; }
    .form-submit:hover { background: var(--gold-light); transform: translateY(-1px); }

    /* ─── Footer ─── */
    footer { background: var(--dark); color: rgba(255,255,255,0.65); padding: 48px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
    .footer-brand .nav-logo { margin-bottom: 14px; }
    .footer-brand p { font-size: 0.88rem; line-height: 1.7; }
    .footer-col h4 { color: var(--white); font-family: 'Playfair Display', 'Playfair Fallback', serif; margin-bottom: 16px; font-size: 1rem; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a { font-size: 0.88rem; transition: color 0.2s; }
    .footer-col ul a:hover { color: var(--gold); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; flex-wrap: wrap; gap: 12px; }
    .footer-social { display: flex; gap: 14px; }
    .footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); transition: all 0.2s; }
    .footer-social a:hover { background: var(--gold); color: var(--white); }

    /* ─── Sticky WhatsApp ─── */
    .sticky-wa { position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 6px 24px rgba(37,211,102,0.5); transition: transform 0.2s; }
    .sticky-wa:hover { transform: scale(1.1); }

    /* ─── Origine du site ─── */
    .origin-bar {
      background: linear-gradient(135deg, #1C1C2E 0%, #1A3A35 100%);
      border-bottom: 1px solid rgba(200,134,10,0.2);
      padding: 18px 0;
    }
    .origin-inner {
      display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    }
    .origin-avatar {
      width: 48px; height: 48px; border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; color: var(--white); flex-shrink: 0;
      font-family: 'Playfair Display', 'Playfair Fallback', serif; font-weight: 700;
    }
    .origin-text { flex: 1; min-width: 260px; }
    .origin-text strong { color: var(--white); font-size: 0.88rem; display: block; margin-bottom: 3px; }
    .origin-text p { color: rgba(255,255,255,0.65); font-size: 0.83rem; margin: 0; line-height: 1.5; }
    .origin-text p a { color: var(--gold-light); text-decoration: underline; }
    .origin-tag {
      flex-shrink: 0;
      background: rgba(200,134,10,0.15);
      border: 1px solid rgba(200,134,10,0.3);
      color: var(--gold-light);
      font-size: 0.75rem; font-weight: 600;
      padding: 5px 14px; border-radius: 50px;
      letter-spacing: 0.05em;
    }

    /* ─── Responsive ─── */
    @media (max-width: 1024px) {
      .circuits-grid { grid-template-columns: repeat(2, 1fr); }
      .why-grid { grid-template-columns: repeat(3, 1fr); }
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .gallery-grid .span-2 { grid-column: span 2; height: 240px; }
    }
    @media (max-width: 768px) {
      .section { padding: 60px 0; }
      .nav-links, .nav-cta { display: none; }
      .nav-links.mobile-open {
        display: flex; flex-direction: column; gap: 0;
        position: fixed; top: 62px; left: 0; right: 0;
        background: rgba(20,20,35,0.97); backdrop-filter: blur(12px);
        z-index: 9998; padding: 12px 0 20px;
        border-bottom: 1px solid rgba(200,134,10,0.2);
      }
      .nav-links.mobile-open li a { display: block; padding: 14px 24px; font-size: 1rem; }
      .nav-mobile-btn { display: block; }
      .about-grid { grid-template-columns: 1fr; }
      .about-img-wrap img { height: 320px; }
      .about-features { grid-template-columns: 1fr; }
      .circuits-grid { grid-template-columns: 1fr; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr 1fr; }
      .contact-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .gallery-grid { grid-template-columns: 1fr 1fr; }
      .gallery-grid .span-2 { grid-column: span 2; }
      .hero-stats { gap: 24px; }
      .origin-tag { display: none; }
    }
    /* Sri Lanka surprise section */
    .surprise-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .surprise-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-radius: 20px; overflow: hidden; }

    @media (max-width: 768px) {
      .surprise-layout { grid-template-columns: 1fr; gap: 36px; }
      .surprise-photos { border-radius: 14px; }
    }

    @media (max-width: 480px) {
      .why-grid { grid-template-columns: 1fr; }
      .hero-actions { flex-direction: column; }
      .hero h1 { font-size: 2rem; }
      .surprise-photos img { height: 160px !important; }
    }

/* ─── Articles Conseils ─── */
.article-hero { padding: 140px 0 44px; background: var(--dark); color: var(--white); }
.breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,0.78); text-decoration: underline; text-underline-offset: 3px; }
.article-hero h1 { font-size: clamp(2rem, 4vw, 3rem); max-width: 820px; }
.article-meta { margin-top: 14px; font-size: 0.85rem; color: rgba(255,255,255,0.65); }
.article-body { max-width: 760px; margin: 0 auto; padding: 46px 24px 10px; }
.article-body h2 { margin: 46px 0 14px; }
.article-body h3 { margin: 28px 0 10px; font-size: 1.12rem; }
.article-body p { margin: 0 0 16px; line-height: 1.85; }
.article-body ul, .article-body ol { margin: 0 0 18px 24px; line-height: 1.85; }
.article-body li { margin-bottom: 6px; }
.article-chapo { font-size: 1.14rem; color: var(--muted); line-height: 1.85; }
.article-body figure { margin: 28px 0; }
.article-body figure img { border-radius: 14px; width: 100%; height: auto; }
.article-body figcaption { font-size: 0.8rem; color: var(--muted); margin-top: 8px; text-align: center; font-style: italic; }
.tablewrap { overflow-x: auto; margin: 20px 0 28px; }
.infos-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.infos-table th, .infos-table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid rgba(0,0,0,0.08); vertical-align: top; }
.infos-table th { white-space: nowrap; color: var(--dark); width: 34%; font-weight: 600; }
.infos-table thead th { background: var(--cream); width: auto; white-space: normal; }
.conseil-raj { background: var(--cream); border-left: 4px solid var(--gold); border-radius: 12px; padding: 18px 22px; margin: 28px 0; }
.conseil-raj strong { color: var(--gold); display: block; margin-bottom: 6px; }
.cta-article { background: linear-gradient(135deg, var(--dark) 0%, #1A3A35 100%); color: var(--white); border-radius: 18px; padding: 36px 32px; margin: 46px 0 12px; text-align: center; }
.cta-article h2 { margin: 0 0 10px; color: var(--white); }
.cta-article p { color: rgba(255,255,255,0.8); max-width: 540px; margin: 0 auto 22px; }
.cta-article .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.related { max-width: 1120px; margin: 0 auto; padding: 34px 24px 72px; }
.related h2 { text-align: center; margin-bottom: 30px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-card { background: var(--white); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; transition: transform 0.25s; display: block; }
.related-card:hover { transform: translateY(-4px); }
.related-card img { width: 100%; height: 150px; object-fit: cover; }
.related-card .rc-body { padding: 16px 18px; }
.related-card h3 { font-size: 1rem; margin-bottom: 6px; }
.related-card p { font-size: 0.84rem; color: var(--muted); }
@media (max-width: 768px) {
  .related-grid { grid-template-columns: 1fr; }
  .article-hero { padding: 112px 0 32px; }
}
