/*
Theme Name: Cráneo Productions Theme
Author: Nicolas Garavito
Description: Tema personalizado a medida y optimizado.
Version: 1.0
*/

/* --- PEGA AQUÍ TODO TU CÓDIGO CSS ABAJO DE ESTA LÍNEA --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap');

/* =====================
   VARIABLES Y RESET
   ===================== */
:root {
    --marca:  #D58E40;
    --negro:  #070707;
    --blanco: #F5F5F5;
    --fuente: 'Montserrat', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--fuente);
    background: var(--negro);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M0 0 L10 0 M0 5 L10 5 M0 10 L10 10 M0 0 L0 10 M5 0 L5 10 M10 0 L10 10' stroke='%23fff' stroke-width='0.4' stroke-opacity='0.03'/%3E%3C/svg%3E");
    background-repeat: repeat;
    color: var(--blanco);
    overflow-x: hidden;
}

/* =====================
   HEADER
   ===================== */
.header {
    display: flex;
    width: 100%;
    padding: 24px 120px;
    justify-content: space-between;
    align-items: center;
    /*background: var(--negro);
    position: sticky;*/
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(245, 245, 245, 0.08);
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.craneo-productions-logo {
    width: 174px;
    height: 60px;
    object-fit: contain;
}

.opcion-nosotros,
.opcion-contacto {
    color: var(--blanco);
    font-family: var(--fuente);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.opcion-nosotros:hover,
.opcion-contacto:hover {
    color: var(--marca);
}

/* =====================
   HERO
   ===================== */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
}

.hoodie {
    width: 520px;
    height: 520px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.hero-inner:hover .hoodie {
    transform: scale(1.02) translateY(-6px);
    filter: drop-shadow(0 20px 40px rgba(213, 142, 64, 0.25));
}

.titulo-hero {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    pointer-events: none;
}

.merch {
    color: var(--blanco);
    font-size: 280px;
    font-weight: 900;
    line-height: 80%;
    white-space: nowrap;
}

.oficial {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: var(--blanco);
    font-size: 46px;
    font-weight: 900;
    line-height: 120%;
    white-space: nowrap;
}

.subtitulo-hero {
    display: flex;
    width: 100%;
    padding: 0 120px;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
}

.conciertos,
.eventos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    color: var(--blanco);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}

.eventos {
    align-items: flex-end;
}

.linea-1,
.linea-2 {
    height: 5px;
    width: 100%;
    background: var(--marca);
}

.texto-boton-hero {
    display: flex;
    width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 3;
}

.texto-hero {
    color: var(--blanco);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.boton-cotizar {
    display: inline-flex;
    padding: 24px 80px;
    justify-content: center;
    align-items: center;
    background: var(--blanco);
    color: var(--negro);
    font-family: var(--fuente);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.boton-cotizar:hover {
    background: var(--marca);
    color: var(--blanco);
}

/* =====================
   SECCIÓN TÍTULOS
   ===================== */
.titulo-seccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.titulo-seccion h2 {
    color: var(--blanco);
    font-size: 64px;
    font-weight: 800;
    line-height: 80%;
    text-align: center;
}

.linea-titulo {
    width: 140px;
    height: 6px;
    background: var(--marca);
}

/* =====================
   SOBRE NOSOTROS
   ===================== */
.sobre-nosotros {
    display: flex;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.contenido-nosotros {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    padding: 0 120px;
}

.img-nosotros {
    width: 580px;
    align-self: stretch;
    filter: drop-shadow(6px 0 0 var(--marca));
}

.texto-boton-nosotros {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 500px;
}

.subtitulo-nosotros {
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
}

.subtitulo-blanco {
    color: var(--blanco);
}

.subtitulo-dorado {
    color: var(--marca);
}

.texto-nosotros {
    color: var(--blanco);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
}

.detalles-nosotros {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.detalle-item {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.linea-detalle {
    width: 6px;
    background: var(--marca);
    flex-shrink: 0;
}

.texto-detalle {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detalle-num {
    font-size: 32px;
    font-weight: 700;
    color: var(--blanco);
    line-height: 1;
}

.detalle-label {
    font-size: 18px;
    font-weight: 400;
    color: var(--blanco);
}

.boton-secundario {
    display: inline-flex;
    padding: 20px 48px;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--blanco);
    border-radius: 6px;
    color: var(--blanco);
    font-family: var(--fuente);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.boton-secundario:hover {
    border-color: var(--marca);
    color: var(--marca);
}

/* =====================
   SERVICIOS
   ===================== */
.seccion-servicios {
    display: flex;
    width: 100%;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.iconos-servicios {
    display: flex;
    width: 100%;
    padding: 0 120px;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

/* Tarjeta de servicio con hover reveal */
.servicio-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 50px 24px;
    border-radius: 6px;
    border: 1px solid rgba(245, 245, 245, 0.15);
    background: #181818;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: background 0.3s, border-color 0.3s;
}

/* Línea dorada inferior animada */
.servicio-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background: var(--marca);
    transition: width 0.35s ease;
    /* Ocultamos el box-shadow original al hacer hover */
}

.servicio-card:hover {
    background: #1e1e1e;
    border-color: rgba(245, 245, 245, 0.25);
    box-shadow: none;
}

.servicio-card:hover::after {
    width: 100%;
}

/*.icono-wrap {
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 3px solid var(--marca);
    background: rgba(213, 142, 64, 0.10);
    transition: background 0.3s;
}*/

/*.servicio-card:hover .icono-wrap {
    background: rgba(213, 142, 64, 0.18);
}*/

.icono-servicio {
    width: 80px;
    height: 80px;
}

.servicio-nombre {
    color: var(--blanco);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

/* Descripción oculta, aparece en hover */
.servicio-desc {
    color: rgba(245, 245, 245, 0.65);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

.servicio-card:hover .servicio-desc {
    max-height: 120px;
    opacity: 1;
}

/* =====================
   FOOTER
   ===================== */
.footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 40px;
    padding: 64px 120px;
    border-top: 1px solid rgba(245, 245, 245, 0.08);
}

.footer-columna {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-columna--derecha {
    align-items: flex-end;
}

.footer-columna--centro {
    align-items: center;
    padding: 0 48px;
    border-left: 1px solid rgba(245, 245, 245, 0.08);
    border-right: 1px solid rgba(245, 245, 245, 0.08);
}

.linea-marca {
    width: 60px;
    height: 3px;
    background: var(--marca);
}

.footer-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--marca);
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blanco);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.2s;
}

.footer-link:hover {
    color: var(--marca);
}

.footer-icono {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--marca);
}

.footer-redes {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.footer-red {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(245, 245, 245, 0.15);
    border-radius: 4px;
    color: var(--blanco);
    transition: border-color 0.2s, color 0.2s;
}

.footer-red:hover {
    border-color: var(--marca);
    color: var(--marca);
}

.footer-red svg {
    width: 18px;
    height: 18px;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(245, 245, 245, 0.320);
    text-align: center;
}

/* =====================
   RESPONSIVE — TABLET (1024px)
   ===================== */
@media (max-width: 1024px) {
    /* Header */
    .header {
        padding: 20px 40px;
    }

    .opcion-nosotros,
    .opcion-contacto {
        font-size: 16px;
    }

    .craneo-productions-logo {
        width: 140px;
        height: auto;
    }

    /* Hero */
    .hoodie {
        width: 380px;
        height: 380px;
    }

    .merch {
        font-size: 200px;
    }

    .oficial {
        font-size: 34px;
    }

    .subtitulo-hero {
        padding: 0 40px;
        bottom: 20px;
    }

    .conciertos,
    .eventos {
        font-size: 26px;
    }

    .texto-boton-hero {
        width: 90%;
        max-width: 600px;
    }

    .boton-cotizar {
        padding: 20px 48px;
        font-size: 17px;
    }

    /* Sobre nosotros */
    .sobre-nosotros {
        padding: 80px 0;
        gap: 60px;
    }

    .titulo-seccion h2 {
        font-size: 48px;
    }

    .contenido-nosotros {
        flex-direction: column;
        padding: 0 60px;
        gap: 48px;
    }

    .img-nosotros {
        width: 100%;
        height: 400px;
        filter: drop-shadow(4px 0 0 var(--marca));
    }

    .subtitulo-nosotros {
        font-size: 32px;
    }

    .texto-nosotros {
        font-size: 16px;
    }

    .detalle-num {
        font-size: 26px;
    }

    .boton-secundario {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 16px 24px;
    }

    /* Servicios */
    .seccion-servicios {
        padding: 80px 0;
        gap: 60px;
    }

    .iconos-servicios {
        padding: 0 40px;
        gap: 16px;
    }

    .servicio-card {
        padding: 36px 16px;
    }

    .icono-wrap {
        padding: 24px;
    }

    .icono-servicio {
        width: 70px;
        height: 70px;
    }

    .servicio-nombre {
        font-size: 20px;
    }

    .servicio-desc {
        font-size: 14px;
        max-height: none;
        opacity: 1;
    }

    .servicio-card::after {
        width: 100%;
    }

    .servicio-card {
        box-shadow: none;
    }

    /* Footer */
    .footer {
        padding: 48px 40px;
        gap: 24px;
    }

    .footer-columna--centro {
        padding: 0 24px;
    }

    .footer-link {
        font-size: 14px;
    }
}

@media (max-width: 820px) {
    .merch {
        font-size: 170px;
    }

    .oficial {
        font-size: 29px;
    }

    /* Sobre nosotros */
    .sobre-nosotros {
        padding: 80px 0;
        gap: 60px;
    }

    .titulo-seccion h2 {
        font-size: 48px;
    }

    .contenido-nosotros {
        flex-direction: column;
        padding: 0 60px;
        gap: 48px;
    }

    .img-nosotros {
        width: 100%;
        height: 400px;
        filter: drop-shadow(4px 0 0 var(--marca));
    }

    .subtitulo-nosotros {
        font-size: 32px;
    }

    .texto-nosotros {
        font-size: 16px;
    }

    .detalle-num {
        font-size: 26px;
    }

    .boton-secundario {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 16px 24px;
    }

    .servicio-desc {
        max-height: none;
        opacity: 1;
    }

    .servicio-card::after {
        width: 100%;
    }

    .servicio-card {
        box-shadow: none;
    }

    .footer {
        grid-template-columns: 1fr;
        padding: 48px 40px;
        gap: 40px;
    }

    .footer-columna {
        align-items: center;
    }

    .footer-columna--centro {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(245, 245, 245, 0.08);
        border-bottom: 1px solid rgba(245, 245, 245, 0.08);
        padding: 32px 0;
        align-items: center;
    }

    .footer-columna--derecha {
        align-items: center;
    }
}

/* =====================
   RESPONSIVE — MÓVIL (480px)
   ===================== */
@media (max-width: 480px) {
    /* Header */
    .header {
        padding: 16px 20px;
    }

    .opcion-nosotros,
    .opcion-contacto {
        font-size: 13px;
    }

    .craneo-productions-logo {
        width: 110px;
    }

    /* Hero */
    .hero {
        gap: 32px;
        padding-bottom: 48px;
    }

    .hoodie {
        width: 260px;
        height: 260px;
    }

    .merch {
        font-size: 88px;
    }

    .oficial {
        font-size: 15px;
    }

    .titulo-hero {
        top: 45%;
        transform: translate(-50%, -42%);
    }

    .subtitulo-hero {
        padding: 0 20px;
        bottom: 40px;
    }

    .conciertos,
    .eventos {
        font-size: 16px;
        gap: 8px;
    }

    .linea-1,
    .linea-2 {
        height: 3px;
    }

    .texto-boton-hero {
        width: 100%;
        padding: 0 20px;
        gap: 28px;
    }

    .texto-hero {
        font-size: 14px;
    }

    .boton-cotizar {
        padding: 16px 24px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    /* Sobre nosotros */
    .sobre-nosotros {
        padding: 60px 0;
        gap: 40px;
    }

    .titulo-seccion h2 {
        font-size: 36px;
    }

    .linea-titulo {
        width: 80px;
        height: 4px;
    }

    .contenido-nosotros {
        flex-direction: column;
        padding: 0 20px;
        gap: 32px;
    }

    .img-nosotros {
        width: 100%;
        height: 250px;
        filter: drop-shadow(4px 0 0 var(--marca));
    }

    .texto-boton-nosotros {
        max-width: 100%;
        gap: 24px;
    }

    .subtitulo-nosotros {
        font-size: 26px;
    }

    .texto-nosotros {
        font-size: 15px;
        text-align: left;
    }

    .detalle-num {
        font-size: 24px;
    }

    .detalle-label {
        font-size: 15px;
    }

    .boton-secundario {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 16px 24px;
    }

    /* Servicios */
    .seccion-servicios {
        padding: 60px 20px;
        gap: 40px;
    }

    .iconos-servicios {
        flex-direction: column;
        padding: 0 0;
        gap: 20px;
    }

    .servicio-card {
        padding: 36px 24px;
        width: 100%;
    }

    /* En móvil el hover no existe, mostramos el texto siempre */
    .servicio-desc {
        max-height: none;
        opacity: 1;
    }

    .servicio-card::after {
        width: 100%;
    }

    .servicio-card {
        box-shadow: none;
    }

    .icono-servicio {
        width: 70px;
        height: 70px;
    }

    .servicio-nombre {
        font-size: 20px;
    }

    .servicio-desc {
        font-size: 15px;
    }

    /* Footer */
    .footer {
        padding: 48px 20px;
    }

    .footer-columna {
    align-items: center;
    }

    .footer-link {
        font-size: 14px;
    }

    .footer-copyright {
        text-align: left;
    }
}

@media (max-width: 360px) {
    .merch {
        font-size: 80px;
    }

    .oficial {
        font-size: 14px;
    }

    .titulo-seccion h2 {
        font-size: 32px;
    }
}