/*
Theme Name: Shamana B Editorial
Theme URI: https://www.shamana.com.ar/
Author: Shamana Dev
Description: Opcion B editorial premium para presentar Shamana y Argentina Space.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: shamana-b
*/

:root {
    --bg: #081628;
    --ink: #fdfbf7;
    --muted: #a39e93;
    --violet: #0d2240;
    --violet-soft: #14325c;
    --gold: #e2b95d;
    --panel: #0e2040;
    --plexus-blue-1: #0f3650;
    --plexus-blue-2: #163f5a;
    --plexus-teal: #2f8f90;
    --plexus-teal-soft: #62b7b0;
    --plexus-text: #e9f6f7;
    --title: 'Oswald', sans-serif;
    --body: 'Source Sans 3', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.7; }
h1, h2, h3, h4 { font-family: var(--title); text-transform: uppercase; letter-spacing: 1px; }
a { color: var(--gold); text-decoration: none; }
.container { width: 92%; max-width: 1200px; margin: 0 auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 30;
    background: linear-gradient(180deg, rgba(8, 22, 40, 0.98), rgba(8, 22, 40, 0.9));
    border-bottom: 1px solid rgba(226, 185, 93, 0.22);
}
.header-wrap { display: flex; justify-content: space-between; align-items: center; min-height: 76px; }
.logo { color: #fff; font-family: var(--title); font-size: 1.4rem; }
.logo span { color: var(--gold); }
.nav-menu ul { list-style: none; display: flex; gap: 16px; }
.nav-menu a { color: var(--muted); position: relative; padding-bottom: 4px; transition: color 0.2s; }
.nav-menu a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.25s; }
.nav-menu a:hover { color: #fff; }
.nav-menu a:hover::after { width: 100%; }

.hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: left;
    padding-top: 90px;
    background:
        linear-gradient(90deg, rgba(8, 22, 40, 0.94) 0%, rgba(8, 22, 40, 0.7) 48%, rgba(8, 22, 40, 0.3) 100%),
        url('https://images.unsplash.com/photo-1454496522488-7a8e488e8606?auto=format&fit=crop&w=2200&q=80') center/cover no-repeat;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    align-items: end;
}
.hero h1 { font-size: clamp(2.4rem, 7vw, 5.2rem); line-height: 0.95; letter-spacing: -1px; text-shadow: 0 2px 30px rgba(226, 185, 93, 0.22); }
.hero .kicker { color: var(--gold); letter-spacing: 3px; font-size: 0.85rem; }
.hero .tagline { font-size: clamp(0.95rem, 1.8vw, 1.15rem); color: var(--muted); margin-top: 10px; font-family: var(--body); text-transform: none; letter-spacing: 0; }
.hero .subtitle { font-size: 1.3rem; margin-top: 8px; }
.tag {
    display: inline-block;
    border: 1px solid rgba(226, 185, 93, 0.38);
    padding: 8px 12px;
    border-radius: 999px;
    margin: 12px 0;
    color: #e2b95d;
}
.cta {
    display: inline-block;
    margin-top: 16px;
    background: var(--gold);
    color: #021824;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.cta:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(226, 185, 93, 0.4); filter: brightness(1.12); }
.hero-side {
    background: rgba(8, 22, 40, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 185, 93, 0.38);
    border-radius: 14px;
    padding: 24px;
    color: var(--muted);
    align-self: center;
}
.hero-side h3 { color: var(--gold); margin-bottom: 10px; }

.section { padding: 84px 0; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 20px; position: relative; padding-bottom: 14px; }
.section-title::after { content: ''; display: block; width: 44px; height: 3px; background: var(--gold); margin-top: 10px; border-radius: 2px; }
.section-intro { color: var(--muted); max-width: 720px; font-size: 1.1rem; margin-bottom: 8px; }

.editorial-band {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.band {
    min-height: 320px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(226, 185, 93, 0.2);
    transition: transform 0.3s, border-color 0.3s;
    cursor: default;
}
.band:hover { transform: translateY(-6px) scale(1.01); border-color: rgba(226, 185, 93, 0.55); }
.band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 22, 40, 0.05), rgba(8, 22, 40, 0.82));
    transition: opacity 0.3s;
}
.band:hover::before { opacity: 0.7; }
.band span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    font-family: var(--title);
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-top: 2px solid var(--gold);
    padding-top: 6px;
}
.band-1 { background: url('https://www.shamana.com.ar/wp-content/uploads/2026/03/Captura-de-pantalla-2026-03-27-105925.png') center/cover; }
.band-2 { background: url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1200&q=80') center/cover; }
.band-3 { background: url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=1200&q=80') center/cover; }
.band-4 { background: linear-gradient(135deg, rgba(15, 54, 80, 0.82), rgba(22, 63, 90, 0.78)), url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80') center/cover; }

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}
.panel {
    background: var(--panel);
    border: 1px solid rgba(226, 185, 93, 0.2);
    border-radius: 14px;
    padding: 24px;
    transition: border-color 0.25s, transform 0.25s;
}
.panel:hover { border-color: rgba(226, 185, 93, 0.5); transform: translateY(-4px); }
.panel h3 { color: var(--gold); margin-bottom: 10px; }
.panel p, .panel li { color: var(--muted); }
.panel ul { margin-left: 20px; margin-top: 8px; }

.pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 24px;
}
.pillar {
    border: 1px solid rgba(226, 185, 93, 0.18);
    background: linear-gradient(145deg, #0f2540, #122e4e);
    border-radius: 12px;
    padding: 22px 18px;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pillar:hover { transform: translateY(-5px); border-color: rgba(226, 185, 93, 0.52); box-shadow: 0 8px 24px rgba(0,0,0,0.45); }
.pillar-icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }
.pillar h3 { color: var(--gold); margin-bottom: 8px; }
.pillar p { color: var(--muted); font-size: 0.95rem; }

.event {
    text-align: center;
    border: 1px solid rgba(226, 185, 93, 0.35);
    border-radius: 18px;
    padding: 72px 40px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10, 28, 52, 0.9), rgba(8, 22, 40, 0.94)),
        url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}
.event .section-title { font-size: clamp(2rem, 5vw, 3.2rem); }
.event p { max-width: 580px; margin: 0 auto 24px; color: var(--muted); font-size: 1.05rem; }

.section-title::after { position: relative; display: block; }
.event .section-title::after { width: 0; }

.event {
    animation: spaceGlow 3s ease-in-out infinite;
}
@keyframes spaceGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(93, 208, 255, 0.2), inset 0 0 40px rgba(93, 208, 255, 0.05); }
    50% { box-shadow: 0 0 35px rgba(93, 208, 255, 0.4), inset 0 0 50px rgba(93, 208, 255, 0.1); }
}
.event .cta { animation: ctaPulse 2s ease-in-out infinite; }
@keyframes ctaPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.brochure-box {
    border: 1px solid rgba(226, 185, 93, 0.3);
    border-radius: 16px;
    padding: 34px;
    background: linear-gradient(145deg, #10264a, #0c1e3c);
}
.brochure-box p { color: var(--muted); max-width: 760px; }
.muted-note { margin-top: 10px; font-size: 0.9rem; color: rgba(126, 170, 203, 0.78); }

.services-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 24px;
}
.service-card {
    border: 1px solid rgba(226, 185, 93, 0.2);
    border-radius: 14px;
    overflow: hidden;
    background: var(--panel);
    transition: all 0.3s, transform 0.3s;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(226, 185, 93, 0.55); box-shadow: 0 12px 32px rgba(0,0,0,0.5); }
.service-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.service-card:hover .service-image img { transform: scale(1.08); }
.service-content {
    padding: 18px;
}
.service-content h3 { color: var(--gold); margin-bottom: 8px; }
.service-content p { color: var(--muted); font-size: 0.95rem; line-height: 1.5; }
.service-content ul { margin-left: 18px; margin-top: 8px; }
.service-content li { color: var(--muted); font-size: 0.9rem; margin-bottom: 4px; }

.plexus-highlight {
    border: 1px solid rgba(98, 183, 176, 0.45);
    border-radius: 16px;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(15, 54, 80, 0.94), rgba(22, 63, 90, 0.92)),
        url('https://images.unsplash.com/photo-1507413245164-6160d8298b31?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}
.plexus-highlight::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(98, 183, 176, 0.28), transparent 45%);
    pointer-events: none;
}
.plexus-highlight > * { position: relative; z-index: 1; }
.plexus-highlight .section-title,
.plexus-highlight .section-intro { color: var(--plexus-text); }
.plexus-highlight .section-title::after { background: var(--plexus-teal-soft); }
.plexus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 18px;
}
.plexus-card {
    background: rgba(11, 43, 66, 0.7);
    border: 1px solid rgba(98, 183, 176, 0.36);
    border-radius: 12px;
    padding: 16px;
}
.plexus-card h3 { color: var(--plexus-teal-soft); margin-bottom: 8px; font-size: 1.05rem; }
.plexus-card p { color: #d4eef0; font-size: 0.95rem; }
.plexus-highlight .cta,
.plexus-hero .cta {
    background: var(--plexus-teal);
    color: #062f35;
    box-shadow: 0 6px 18px rgba(47, 143, 144, 0.35);
}
.plexus-highlight .cta:hover,
.plexus-hero .cta:hover {
    filter: brightness(1.08);
    box-shadow: 0 8px 22px rgba(98, 183, 176, 0.42);
}

.plexus-hero {
    min-height: 74vh;
    display: grid;
    place-items: center;
    text-align: left;
    padding-top: 110px;
    background:
        linear-gradient(100deg, rgba(15, 54, 80, 0.92), rgba(22, 63, 90, 0.86)),
        url('https://images.unsplash.com/photo-1419242902214-272b3f66ee7a?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
}
.plexus-hero h1 {
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    line-height: 0.95;
    color: #f4fbfc;
    text-shadow: 0 0 26px rgba(98, 183, 176, 0.25);
}
.plexus-subtitle {
    max-width: 760px;
    font-size: clamp(1.05rem, 2.1vw, 1.3rem);
    color: #dbf2f4;
    margin-top: 8px;
}
.plexus-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
    margin-top: 20px;
}
.plexus-service-card {
    border: 1px solid rgba(98, 183, 176, 0.35);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(14, 48, 71, 0.92), rgba(11, 39, 58, 0.95));
    padding: 20px;
}
.plexus-service-card h3 { color: var(--plexus-teal-soft); margin-bottom: 8px; }
.plexus-service-card ul { margin-left: 18px; }
.plexus-service-card li { color: #d9eef1; margin-bottom: 6px; }
.plexus-applications {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.plexus-applications article {
    border: 1px solid rgba(98, 183, 176, 0.3);
    background: linear-gradient(145deg, rgba(14, 47, 69, 0.88), rgba(11, 37, 56, 0.95));
    border-radius: 12px;
    padding: 18px;
}
.plexus-applications h3 { color: var(--plexus-teal-soft); margin-bottom: 8px; }
.plexus-applications p { color: #d9eef1; }

.site-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(226, 185, 93, 0.18);
    padding: 50px 0 40px;
    color: var(--muted);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 32px;
    align-items: start;
}
.footer-brand .logo-footer { font-family: var(--title); font-size: 1.5rem; color: #fff; display: block; text-transform: uppercase; letter-spacing: 1px; }
.footer-brand .logo-footer span { color: var(--gold); }
.footer-brand p { margin-top: 8px; font-size: 0.9rem; }
.footer-col h4 { color: var(--gold); font-family: var(--title); font-size: 0.95rem; letter-spacing: 1px; margin-bottom: 10px; }
.footer-col a, .footer-col span { color: var(--muted); display: block; font-size: 0.9rem; margin-bottom: 4px; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { margin-top: 32px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 0.8rem; text-align: center; }

@media (max-width: 900px) {
    .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
    .editorial-band { grid-template-columns: 1fr 1fr; }
    .plexus-highlight { padding: 24px; }
    .plexus-hero { min-height: 62vh; }
    .header-wrap { flex-direction: column; justify-content: center; gap: 8px; padding: 10px 0; }
    .nav-menu ul { flex-wrap: wrap; justify-content: center; }
    .event { padding: 48px 20px; }
}

@media (max-width: 640px) {
    .editorial-band { grid-template-columns: 1fr; }
}


/* -- NAV LOGO GIGANTE -- */
.site-header { padding-top: 10px; padding-bottom: 10px; }
.header-wrap { align-items: center; }

.logo { display: flex; align-items: center; gap: 16px; }
.logo-nav-img {
    height: clamp(60px, 8vw, 100px); 
    width: auto;
    opacity: 1;
    transition: transform 0.3s, filter 0.3s;
}
.logo:hover .logo-nav-img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(226,185,93,0.4));
}

.logo-wordmark {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

/* -- HERO: Integración background logo -- */
.hero { 
    padding-top: 140px; 
    position: relative; 
    overflow: hidden; 
}

.hero-bg-logo {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    height: 85vh;
    width: auto;
    opacity: 0.25;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 0;
    animation: slowPulse 8s ease-in-out infinite alternate;
}

@keyframes slowPulse {
    0% { opacity: 0.15; filter: blur(1px); transform: translateY(-50%) scale(0.98); }
    100% { opacity: 0.35; filter: blur(0px); transform: translateY(-50%) scale(1.02); }
}

.hero > .container {
    position: relative;
    z-index: 2;
}
