/**********************************************************
   Moovle — Tema de ruta: "El cine de Samuel Bronston"
   Paleta épica: granate profundo + oro envejecido, evocando
   los carteles de las superproducciones de Hollywood de los
   años 50-60 rodadas en España. Sin ningún logotipo, cartel
   o tipografía oficial de ninguna de las películas citadas.
   **********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {
    --route-accent: #b8860b;        /* oro envejecido */
    --route-motif-opacity: 1;
    --route-motif-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 1000' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3CradialGradient id='g' cx='50%25' cy='35%25' r='75%25'%3E%3Cstop offset='0%25' stop-color='%237a2727'/%3E%3Cstop offset='55%25' stop-color='%235c1a1a'/%3E%3Cstop offset='100%25' stop-color='%233d0f0f'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1600' height='1000' fill='url(%23g)'/%3E%3Cg fill='none' stroke='%23b8860b' stroke-opacity='0.18' stroke-width='2'%3E%3Ccircle cx='800' cy='500' r='420'/%3E%3Ccircle cx='800' cy='500' r='340'/%3E%3C/g%3E%3C/svg%3E");
}

body {
    background-image:
        radial-gradient(circle at 15% 20%, rgba(184,134,11,0.045) 0%, transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(92,26,26,0.04) 0%, transparent 40%);
    background-attachment: fixed;
}

.ma-route-hero {
    background-color: #3d0f0f;
}

.ma-route-hero::before {
    opacity: var(--route-motif-opacity);
}

.ma-route-hero .ma-route-crumb,
.ma-route-hero .ma-route-crumb a,
.ma-route-hero .ma-label {
    color: rgba(255,255,255,0.65);
}

.ma-route-hero .ma-hero-title,
.ma-route-hero .ma-hero-title-accent {
    font-family: 'Marcellus', serif;
    font-weight: 700;
    color: #f2ede3;
    text-shadow: 0 2px 24px rgba(0,0,0,0.6);
}

.ma-route-hero .ma-hero-title-accent { color: var(--route-accent); }
.ma-route-hero .ma-hero-text2 { color: rgba(242,237,227,0.85); }
.ma-route-hero .ma-route-meta li { color: rgba(255,255,255,0.7); }
.ma-route-hero .ma-route-meta i { color: var(--route-accent); }

.ma-route-hero .ma-btn {
    background: var(--route-accent);
    border-color: var(--route-accent);
    color: #2a0d0d;
}
.ma-route-hero .ma-btn:hover { background: #d4a017; border-color: #d4a017; }

.ma-route-hero .ma-btn-outline {
    color: #f2ede3;
    border-color: rgba(255,255,255,0.35);
}
.ma-route-hero .ma-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
    color: #f2ede3;
}

.ma-section-title,
.ma-route-story h3,
.ma-route-production-title {
    font-family: 'Marcellus', serif;
}

.ma-route-quote blockquote {
    font-family: 'Marcellus', serif;
    font-style: normal;
}
