/* =========================
   VARIABLES & RESET
========================= */
:root {
    --beige: #f2efe9;
    --brown: #491F12;
    --green: #4E5B47;
    --white: #ffffff;
    --font-title: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--brown);
    background: var(--green);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

a { text-decoration: none; color: inherit; }

/* =========================
   HEADER / NAV
========================= */
header { 
    position: fixed; 
    top: 0; 
    left: 0;
    right: 0;
    z-index: 1000; 
    background: var(--beige); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
    width: 100%; 
}

.nav-container { 
    max-width: 1200px; 
    margin: auto; 
    padding: 14px 20px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.nav-logo { 
    display: flex; 
    align-items: center; 
}

.nav-logo img { 
    height: 40px; 
    display: block;
}

nav { 
    display: flex; 
    align-items: center; 
    margin-left: auto; 
    padding-left: 60px; 
}

nav ul { 
    list-style: none; 
    display: flex; 
    gap: 32px; 
    align-items: center; 
    font-size: 0.9rem; 
    letter-spacing: 0.5px; 
    margin: 0; 
    padding: 0; 
}

nav li { position: relative; display: flex; align-items: center; gap: 4px; }
.nav-has-submenu { position: static; }

nav li a { font-size: 0.9rem; }

.arrow { font-size: 0.6rem; opacity: 0.6; pointer-events: none; }

@media (min-width: 901px) {
    nav ul ul { display: block; position: absolute; top: 100%; left: auto; background: var(--beige); padding: 10px 0; min-width: 180px; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 4px 16px rgba(0,0,0,0.08); border-radius: 0 0 10px 10px; z-index: 100; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 0.12s ease, visibility 0s linear 0.2s; }
    nav ul ul::before { content: ''; position: absolute; bottom: 100%; left: 0; right: 0; height: 30px; }
    nav li:hover > ul,
    nav ul ul:hover { visibility: visible; opacity: 1; pointer-events: auto; transition: opacity 0.12s ease, visibility 0s linear 0s; }
    nav ul ul li { padding: 0; font-size: 0.75rem; }
    nav ul ul li a { display: block; padding: 10px 18px; font-size: 0.85rem; white-space: nowrap; width: 100%; box-sizing: border-box; }
    nav ul ul li a:hover { background: rgba(73,31,18,0.06); }
}

.nav-submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: var(--brown);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.nav-submenu-toggle:hover { opacity: 0.7; }
.nav-submenu-toggle:focus { outline: none; }
.nav-submenu-toggle:active { opacity: 1; }

.nav-chevron {
    font-size: 1rem;
    opacity: 0.5;
    display: inline-block;
    transition: transform 0.2s;
    line-height: 1;
}

.lang-switch span, .lang-switch a { opacity: 0.6; font-size: 0.9rem; text-decoration: none; }
.lang-switch span.active, .lang-switch a.active { opacity: 1; font-weight: 600; }
.lang-switch a:hover { opacity: 0.8; }

/* Hamburger: oculto en desktop */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--brown);
    z-index: 1002;
}
.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-overlay {
    display: none;
}

/* Iconos del menú: SOLO en móvil (menú hamburguesa), nunca en versión web/desktop */
.nav-item-icon {
    display: none;
}

/* =========================
   HEADER MÓVIL (menú hamburguesa)
========================= */
@media (max-width: 900px) {
    .nav-toggle {
        display: flex;
    }

    /* Iconos FA visibles SOLO en menú hamburguesa */
    #main-nav.nav-menu .nav-item-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
        line-height: 1;
    }
    #main-nav.nav-menu .nav-item-icon::before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        color: var(--brown);
        opacity: 0.75;
    }
    #main-nav.nav-menu .nav-item-icon-home::before     { content: "\f015"; }
    #main-nav.nav-menu .nav-item-icon-clases::before   { content: "\f19d"; }
    #main-nav.nav-menu .nav-item-icon-coworking::before { content: "\f108"; }
    #main-nav.nav-menu .nav-item-icon-exp::before      { content: "\f06c"; }
    #main-nav.nav-menu .nav-item-icon-talleres::before { content: "\f1fc"; }
    #main-nav.nav-menu .nav-item-icon-team::before     { content: "\f0c0"; }
    #main-nav.nav-menu .nav-item-icon-globe::before    { content: "\f0ac"; }
    #main-nav.nav-menu .nav-item-icon-contact::before {
    content: "\f003";
}

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 85vw);
        height: 100vh;
        margin: 0;
        padding: 80px 24px 24px;
        background: var(--beige);
        border-left: 1px solid rgba(0,0,0,0.1);
        box-shadow: -4px 0 20px rgba(0,0,0,0.08);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1001;
        overflow-y: auto;
    }
    header.nav-open .nav-menu {
        transform: translateX(0);
    }
    .nav-menu ul {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    .nav-menu li {
        border-bottom: 1px solid rgba(0,0,0,0.08);
        flex-wrap: wrap;
    }
    .nav-menu li a,
    .nav-menu .lang-switch {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
        font-size: 1rem;
    }
    .nav-menu .lang-switch {
        gap: 12px;
    }

    /* Submenu toggle button: same look as nav links */
    .nav-has-submenu .nav-submenu-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
        font-size: 1rem;
        color: var(--brown);
        background: none;
        border: none;
        border-bottom: none;
        cursor: pointer;
        font-family: inherit;
        letter-spacing: 0.5px;
    }
    .nav-has-submenu .nav-submenu-toggle .nav-chevron {
        margin-left: auto;
        font-size: 1rem;
        opacity: 0.45;
        transition: transform 0.2s ease;
    }
    .nav-has-submenu.submenu-open .nav-chevron {
        transform: rotate(90deg);
    }

    /* Submenu items: indented below the toggle */
    .nav-submenu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: static;
        background: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        min-width: 0;
        padding: 0 0 4px 28px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transition: none;
    }
    .nav-submenu::before { display: none; }
    .nav-has-submenu.submenu-open > .nav-submenu {
        display: flex;
    }
    .nav-submenu li {
        border-bottom: 1px solid rgba(73,31,18,0.05);
    }
    .nav-submenu li a {
        padding: 11px 0;
        font-size: 0.9rem;
        opacity: 0.75;
        gap: 0;
    }
    .nav-submenu li a:hover {
        opacity: 1;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1000;
    }
    header.nav-open .nav-overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Hamburger → X cuando está abierto */
    header.nav-open .nav-toggle .nav-toggle-bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    header.nav-open .nav-toggle .nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }
    header.nav-open .nav-toggle .nav-toggle-bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

/* =========================
   INDEX SPLIT SCREEN
========================= */
body.index-body {
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

body.index-body .top-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 180px;
    width: auto;
    max-width: 420px;
    object-fit: contain;
    transition: all 0.3s ease;
    z-index: 10;
}

body.index-body .top-logo.top-logo--left {
    left: 24px;
    right: auto;
    transform: none;
}

body.index-body .top-logo.top-logo--right {
    left: auto;
    right: 24px;
    transform: none;
}

body.index-body .split-screen {
    display: flex;
    width: 100%;
    flex: 1;
}

body.index-body .panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    gap: 8px;
    transition: flex 0.8s ease;
}

body.index-body .right {
    cursor: default; /* Sin cursor pointer en panel derecho */
}

body.index-body .left {
    color: var(--brown);
}
body.index-body .left h1 {
    color: var(--brown) !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
body.index-body .left h2,
body.index-body .left .panel-description p {
    color: var(--brown) !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
body.index-body .split-screen .left:not(:hover) h1,
body.index-body .split-screen .left:not(:hover) h2 {
    opacity: 1 !important;
}
body.index-body .right {
    background-image: url('photos/IMG_4921.jpg');
    background-size: cover;
    background-position: center;
    color: var(--white);
}
body.index-body .right::before {
    display: none; /* Removed old overlay, using new panel-overlay */
}

/* =========================
   INDEX SPLIT SCREEN - ENHANCED
========================= */

/* Panel Content Wrapper */
body.index-body .panel-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Panel Background Video - Hidden for right panel, keeping structure for future use */
body.index-body .panel-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    display: none; /* Hidden for better readability */
}

body.index-body .panel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: none; /* Hidden for better readability */
}

body.index-body .panel-video.loaded {
    opacity: 1;
}

body.index-body .panel-image-fallback {
    display: none; /* Hidden for better readability */
}

/* Panel Overlay */
body.index-body .panel-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
    transition: background 0.6s ease;
}

body.index-body .left .panel-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.08) 0%,
        rgba(0,0,0,0.0) 40%,
        rgba(0,0,0,0.25) 100%
    );
}

body.index-body .right .panel-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.05) 40%,
        rgba(0,0,0,0.40) 100%
    );
}

body.index-body .panel:hover .panel-overlay {
    background: transparent;
}

body.index-body .left.panel:hover .panel-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.08) 0%,
        rgba(0,0,0,0.0) 40%,
        rgba(0,0,0,0.30) 100%
    );
}

body.index-body .right.panel:hover .panel-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.20) 0%,
        rgba(0,0,0,0.05) 40%,
        rgba(0,0,0,0.50) 100%
    );
}

/* Panel Descriptions */
body.index-body .panel-description {
    max-width: 400px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
    margin-top: 8px;
}

body.index-body .panel:hover .panel-description {
    opacity: 1;
    transform: translateY(0);
}

body.index-body .panel-description p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Enhanced Typography */
body.index-body .panel h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 8px;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                font-size 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

body.index-body .right h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

body.index-body .right:hover h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

body.index-body .panel:hover h1 {
    transform: translateY(-10px);
    font-size: 4.5rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

body.index-body .panel h2 {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

body.index-body .right h2 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

body.index-body .right:hover h2 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

body.index-body .panel:hover h2 {
    transform: translateY(-5px);
}

body.index-body .right .panel-description p {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Enhanced Chevron */
body.index-body .chevron-icon {
    width: 32px;
    height: 32px;
    margin-top: 20px;
    stroke-width: 2.5;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.index-body .panel:hover .chevron-icon {
    transform: translateX(8px);
}

/* Panel Hover Effects */
body.index-body .split-screen .panel {
    transition: flex 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

body.index-body .split-screen .panel:hover {
    flex: 4;
}

body.index-body .split-screen .panel:not(:hover) h1,
body.index-body .split-screen .panel:not(:hover) h2 {
    opacity: 0.5;
}

body.index-body .split-screen .right:not(:hover) h1,
body.index-body .split-screen .right:not(:hover) h2 {
    opacity: 0.9 !important; /* Más visible para el panel derecho */
    color: #ffffff !important;
}

body.index-body .split-screen .right:hover h1,
body.index-body .split-screen .right:hover h2 {
    opacity: 1 !important; /* Opacidad completa cuando hay hover */
    color: #ffffff !important;
}

body.index-body .split-screen .right h1,
body.index-body .split-screen .right h2 {
    opacity: 1; /* Opacidad completa cuando hay hover */
}

/* Left Panel - Imagen como el panel derecho */
body.index-body .left {
    background-image: url('photos/INDEX_IZQUIERDA.jpeg');
    background-size: cover;
    background-position: center 70%;
    background-color: var(--beige);
    position: relative;
}

body.index-body .left::before {
    display: none;
}

/* Right Panel Background - Image background with white text */
body.index-body .right {
    background-image: url('photos/IMG_4921.jpg');
    background-size: cover;
    background-position: center;
}

/* Right Panel Video Parallax Effect */
body.index-body .panel:hover .panel-video {
    transform: scale(1.1);
}

/* Logo Animation */
body.index-body .top-logo {
    animation: logoFadeIn 1s ease-out;
    transition: opacity 0.4s ease;
}

body.index-body:has(.split-screen .panel:hover) .top-logo {
    opacity: 0;
}

@keyframes logoFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Panel Entrance Animations */
body.index-body .left {
    animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

body.index-body .right {
    animation: slideInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.index-body .left,
    body.index-body .right {
        animation: none;
    }
}

/* Responsive: móvil – apilar paneles en columna y permitir scroll */
@media (max-width: 768px) {
    body.index-body {
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
        min-height: 100vh;
    }

    body.index-body .top-logo {
        height: 100px;
        top: 20px;
    }

    body.index-body .split-screen {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 100px);
        padding-top: 140px;
    }

    body.index-body .panel {
        flex: 0 0 auto;
        min-height: 50vh;
        width: 100%;
    }

    body.index-body .panel-content {
        padding: 28px 20px;
    }

    body.index-body .panel h1 {
        font-size: 2rem;
        transform: none;
    }

    body.index-body .panel:hover h1 {
        font-size: 2rem;
        transform: none;
    }

    body.index-body .panel h2 {
        font-size: 0.95rem;
        transform: none;
    }

    body.index-body .panel:hover h2 {
        transform: none;
    }

    body.index-body .panel-description {
        display: none;
    }

    /* Sin scale ni opacidad reducida en móvil: todo siempre a tamaño y opacidad normales */
    body.index-body .split-screen .panel:hover,
    body.index-body .split-screen .panel:not(:hover) {
        flex: 0 0 auto;
        transform: none !important;
    }

    body.index-body .split-screen .panel:not(:hover) h1,
    body.index-body .split-screen .panel:not(:hover) h2 {
        opacity: 1 !important;
    }

    body.index-body .split-screen .panel:hover .chevron-icon {
        transform: none;
    }
}

/* =========================
   FOOTER
========================= */
footer {
    background: var(--beige);
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 100;
}

.social-icon {
    width: 26px;
    height: 26px;
    fill: var(--brown);
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-icon:hover { opacity: 1; transform: scale(1.1); }

.footer-social {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.footer-with-lang {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 12px 30px;
    gap: 0;
    flex-direction: unset;
}

.footer-with-lang .footer-lang-switch {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    order: unset;
}

.footer-with-lang .footer-social {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    justify-content: center;
    flex: unset;
}

.footer-with-lang .footer-legal {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
}

.footer-lang-switch {
    display: flex;
    gap: 12px;
    font-size: 0.9rem;
    align-items: center;
}

.footer-lang-switch a {
    color: var(--brown);
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-lang-switch a:hover {
    opacity: 0.8;
}

.footer-lang-switch a.active {
    opacity: 1;
    font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .top-logo { height: 160px; top: 30px; }
    .panel h1 { font-size: 2.2rem; white-space: normal; }
    .panel h2 { font-size: 1rem; }
    nav ul { gap: 16px; font-size: 0.8rem; }
    nav li a { font-size: 0.8rem; }
    .lang-switch span, .lang-switch a { font-size: 0.8rem; }
}


/* Taller.php specific styles */
body.taller-body section.hero img { max-width: 320px; }
/* Only style the content sections inside <main>. The hero/video/features are full-bleed. */
body.taller-body main > section { padding: 80px 20px; max-width: 1100px; margin: auto; }
body.taller-body p { font-size: 1.05rem; max-width: 750px; margin: 0 auto 20px; }
body.taller-body h2 { font-family: var(--font-title); font-size: 2.4rem; text-align: center; margin-bottom: 40px; }

/* Add spacing for video banner and header */
body.taller-body {
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Ensure header is above video in taller page */
body.taller-body header {
    z-index: 1000 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

/* Footer en flujo normal */
body.taller-body footer {
    position: relative !important;
    z-index: 1;
    margin-top: 0;
}

/* Wrapper taller: en desktop las features van absolute sobre el video; en móvil flujo normal */
body.taller-body .taller-hero-wrap {
    position: relative;
    min-height: 100vh;
}

/* =========================
   VIDEO BANNER SECTION
========================= */
.main-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}

/* Features section is now fixed at bottom - see section.features below */

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

/* YouTube iframe: video vertical 9:16, zoom/cover para llenar el banner (recorta lo que sobra) */
.video-wrapper iframe.yt-bg,
#yt-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max(100vw, 56.25vh);
    height: max(177.78vw, 100vh);
    pointer-events: none;
    border: none;
}

#bg-video {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

#bg-video::-webkit-media-controls-play-button {
    display: none !important;
}

#bg-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

#bg-video::-webkit-media-controls-panel {
    display: none !important;
}

#bg-video::-webkit-media-controls-timeline {
    display: none !important;
}

#bg-video::-webkit-media-controls-current-time-display {
    display: none !important;
}

#bg-video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

#bg-video::-webkit-media-controls-mute-button {
    display: none !important;
}

#bg-video::-webkit-media-controls-volume-slider {
    display: none !important;
}

#bg-video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

#bg-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

#bg-video::-webkit-media-controls-overlay-enclosure {
    display: none !important;
}

video#bg-video {
    pointer-events: none;
}

video#bg-video::-webkit-media-controls-enclosure {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

video#bg-video::--webkit-media-controls {
    display: none !important;
}

/* Hide all video controls globally */
.main-banner video::-webkit-media-controls,
.main-banner video::-webkit-media-controls-panel,
.main-banner video::-webkit-media-controls-play-button,
.main-banner video::-webkit-media-controls-start-playback-button,
.main-banner video::-webkit-media-controls-overlay-play-button,
.main-banner video::-webkit-media-controls-overlay-enclosure {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Hide controls in all browsers */
.main-banner video[controls] {
    pointer-events: none;
}

.main-banner video[controls]::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.main-banner video[controls]::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.video-controls-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: auto;
    background: transparent;
    cursor: default;
}

.video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: auto;
    background: transparent;
}

/* Completely hide any video controls */
.video-wrapper video::-webkit-media-controls,
.video-wrapper video::-webkit-media-controls-panel,
.video-wrapper video::-webkit-media-controls-play-button,
.video-wrapper video::-webkit-media-controls-start-playback-button,
.video-wrapper video::-webkit-media-controls-overlay-play-button,
.video-wrapper video::-webkit-media-controls-overlay-enclosure,
.video-wrapper video::-webkit-media-controls-enclosure {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none !important;
}

/* Hide controls in all browsers */
.video-wrapper video[controls] {
    pointer-events: none !important;
}

.video-wrapper video[controls]::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(73, 31, 18, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-banner .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-banner .caption .video-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: 'Ginora Sans', sans-serif;
    line-height: 1.3;
}

.main-banner .caption h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Ginora Sans', sans-serif;
}

.main-banner .caption p {
    color: rgba(255, 255, 255, 0.95);
    text-transform: none;
    font-weight: 400;
    font-family: 'Ginora Sans', sans-serif;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 12px auto;
    line-height: 1.6;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: var(--beige);
    font-weight: 400;
}

.main-button a {
    background-color: var(--beige);
    color: var(--brown);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    transition: all 0.3s ease;
}

.main-button a:hover {
    background-color: var(--brown);
    color: var(--beige);
}

@media screen and (max-width: 1180px) {
    .main-banner .caption h6 {
        font-weight: 500;
    }
    .main-banner .caption h2 {
        font-size: 58px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner .caption h6 {
        font-weight: 500;
        font-size: 16px;
    }
    .main-banner .caption h2 {
        font-size: 36px;
    }
    /* Caption responsive móvil: más abajo para no superponer con el header */
    .main-banner .caption {
        padding-left: 20px;
        padding-right: 20px;
        top: 90px;
        transform: translateX(-50%);
    }
    .main-banner .caption .video-logo {
        max-width: 140px;
        margin-bottom: 12px;
    }
    .main-banner .caption h1 {
        font-size: 1.4rem;
        line-height: 1.35;
        margin-bottom: 10px;
    }
    .main-banner .caption p {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}

/* Solo móvil: video arriba (100vh), luego lista de tabs en flujo, luego footer. Sin superposiciones. */
@media screen and (max-width: 767px) {
    body.taller-body .taller-hero-wrap {
        min-height: 0;
        display: block;
    }
    body.taller-body .main-banner {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
        background: #0d0d0d; /* si el video deja hueco, que se vea oscuro y no marrón */
    }
    /* Video más alto en móvil para tapar franja en el borde inferior */
    body.taller-body .main-banner .video-wrapper iframe.yt-bg,
    body.taller-body .main-banner .video-wrapper #yt-bg {
        height: max(177.78vw, 115vh);
    }
    body.taller-body .taller-hero-wrap .features {
        position: relative;
        padding-top: 0;
        margin-top: -24px; /* solapar bastante para tapar la franja marrón */
        padding-bottom: 32px;
        background: var(--beige);
        border-top: none !important;
    }
    body.taller-body .main-banner {
        border-bottom: none !important;
    }
    body.taller-body .taller-hero-wrap .features .row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 0 20px 0;
    }
    body.taller-body footer,
    body.taller-body .footer-fixed {
        position: relative !important;
        z-index: 1;
    }
}

/* Pantallas muy pequeñas: caption más compacto y más abajo */
@media screen and (max-width: 480px) {
    .main-banner .caption {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-banner .caption .video-logo {
        max-width: 120px;
    }
    .main-banner .caption h1 {
        font-size: 1.2rem;
    }
    .main-banner .caption p {
        font-size: 0.95rem;
    }
    body.taller-body .taller-hero-wrap .features .row {
        padding: 0 12px 0;
    }
    .features-content {
        padding: 14px 16px;
    }
}

/* =========================
   FEATURES SECTION
========================= */
section.features {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

section.features .container,
section.features .row,
section.features .features-post,
section.features .features-content {
    pointer-events: auto;
}

section.features .container {
    padding: 0;
    max-width: 100%;
}

section.features .row {
    margin: 0;
    display: flex;
    gap: 30px;
    padding: 0 40px 0 40px; /* No bottom padding to stick to bottom */
    align-items: flex-end;
}

section.features .col-lg-4,
section.features .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    flex: 1;
    max-width: 25%;
}

@media screen and (max-width: 991px) {
    section.features .col-lg-4,
    section.features .col-md-6 {
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    section.features .col-lg-4,
    section.features .col-md-6 {
        max-width: 100%;
    }
}

.features-post {
    position: relative;
    margin-bottom: 0px;
    min-height: 150px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.features-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--brown);
    color: #fff;
    padding: 25px 30px;
    transition: all 0.3s ease;
    min-height: 150px;
    margin-top: auto;
}

.features-content:hover {
    background-color: rgba(73, 31, 18, 0.95);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0); /* Expand upward */
}

.features-content h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 12px;
    font-size: 20px;
}

.features-content p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.features-content a {
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
}

.features-content a:hover {
    opacity: 0.8;
}

.features-content p.hidden-sm {
    display: none;
}

.second-features,
.third-features,
.fourth-features,
.fifth-features {
    border-left: none;
}

.content-show {
    display: block;
}

.content-hide {
    margin-top: 15px;
    display: none;
    overflow: hidden;
    max-height: 300px; /* Limit expansion height */
}

.content-hide p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

/* Tabs en taller: fondo crema (como header/footer), iconos y texto marrón */
body.taller-body .features-content {
    background-color: var(--beige) !important;
    color: var(--brown) !important;
}
body.taller-body .features-content:hover {
    background-color: #e8e4dc !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
body.taller-body .features-content h4,
body.taller-body .features-content h4 i {
    color: var(--brown) !important;
}
body.taller-body .features-content p,
body.taller-body .features-content .content-hide p {
    color: rgba(73, 31, 18, 0.9) !important;
}
body.taller-body .features-content a {
    color: var(--brown) !important;
    border-bottom-color: var(--brown) !important;
}

@media screen and (max-width: 767px) {
    .features-post {
        min-height: 0;
        height: auto;
    }
    .features-content {
        padding: 16px 18px;
        min-height: 0;
    }
    .features-content h4 i {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .features-content h4 {
        font-size: 13px;
    }
    .features-content p {
        display: none;
    }
    .features-content p.hidden-sm {
        display: block;
    }
    .features-content a {
        letter-spacing: 0px;
        font-size: 12px;
        font-weight: 600;
    }
    .second-features,
    .third-features {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Taller móvil: cards más bonitas, con separación y claridad */
@media screen and (max-width: 767px) {
    body.taller-body .features-content {
        border-top: 1px solid rgba(73, 31, 18, 0.12);
        border-radius: 12px;
        padding: 20px 20px 22px;
        margin-bottom: 0;
        box-shadow: 0 2px 8px rgba(73, 31, 18, 0.06);
    }
    body.taller-body .features-post:first-child .features-content {
        border-top: none;
    }
    /* Título de la opción */
    body.taller-body .features-content .content-show {
        margin-bottom: 4px;
    }
    body.taller-body .features-content .content-show h4 {
        font-size: 1.05rem;
        letter-spacing: 0.04em;
        margin: 0;
    }
    body.taller-body .features-content .content-show h4 i {
        margin-right: 10px;
        font-size: 1.2rem;
    }
    /* Bloque texto + enlace: separación clara */
    body.taller-body .features-content .content-hide {
        display: block !important;
        overflow: visible;
        max-height: none;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(73, 31, 18, 0.12);
    }
    body.taller-body .features-content .content-hide p {
        display: block !important;
        font-size: 1rem;
        line-height: 1.55;
        margin: 0 0 14px 0;
        color: rgba(73, 31, 18, 0.88);
    }
    body.taller-body .features-content .content-hide .scroll-to-section {
        margin-top: 4px;
    }
    body.taller-body .features-content .content-hide a {
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
}

/* Taller desktop: solo .is-open (clic) muestra el texto; el hover lo hace jQuery con slideDown/slideUp */
body.taller-body .features-content.is-open .content-hide {
    display: block !important;
    overflow: visible;
    max-height: none;
}
body.taller-body .features-content.is-open .content-hide p {
    display: block !important;
}

/* =========================
   SERVICE PAGES STYLES
========================= */
body.service-page {
    background: var(--beige);
    color: var(--brown);
}

/* Photo hero estática */
.photo-hero-section {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.photo-hero-section .photo-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}

.photo-hero-section .photo-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.exp-split-hero {
    display: flex;
    width: 100%;
    min-height: 60vh;
    background: var(--beige);
    margin-top: 68px;
}
.exp-split-hero-photo {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px 40px 40px;
}
.exp-split-hero-photo img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 12px;
}
.exp-split-hero-content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 48px 40px;
    background: var(--beige);
}
.exp-split-hero-content h1 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--brown);
    text-align: center;
    line-height: 1.2;
    margin: 0;
}
.exp-split-hero-content .exp-precio-card {
    width: 100%;
    max-width: 320px;
}
.exp-split-fechas {
    width: 100%;
    text-align: center;
}
.exp-split-fechas .talleres-featured-dates-label {
    display: block;
    margin-bottom: 14px;
}

.video-vertical-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    background: #000;
}

.video-vertical-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 400px;
    width: 100%;
}

.video-vertical-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Ginora Sans', serif;
    text-align: center;
    margin: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.video-vertical-section video {
    max-width: 400px;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.video-vertical-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.clases-page .photo-hero-section .photo-hero-video {
    object-position: center 20%;
}

.teambuilding-page .photo-hero-section .photo-hero-video {
    object-position: center center;
}

/* Clases: encuadre más arriba (ver toda la parte superior posible) */
.clases-page .photo-hero-section .photo-hero-img {
    object-position: center 0%;
}

/* Coworking: mismo encuadre (parte superior) */
.coworking-page .photo-hero-section .photo-hero-img {
    object-position: center 25%;
}

/* Teambuilding: encuadre arriba (ver toda la parte superior) */
.teambuilding-page .photo-hero-section .photo-hero-img {
    object-position: center 0%;
}

/* Service Main Content */
.service-main {
    padding: 0;
}

.service-hero {
    padding: 80px 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-hero.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-hero h1 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 20px;
    line-height: 1.2;
}

.service-hero h2 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 40px;
    opacity: 0.8;
}

.service-hero .intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 10px;
    font-weight: 500;
}

.service-hero p {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 10px;
}

/* Service Sections */
.service-section {
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--brown);
    text-align: center;
    margin-bottom: 25px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.features-grid.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(73, 31, 18, 0.1);
}

.feature-item i {
    font-size: 2rem;
    color: var(--brown);
    min-width: 40px;
    text-align: center;
}

.feature-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--brown);
}

/* Pricing Section */
.pricing-section {
    background: var(--white);
    border-radius: 12px;
    margin: 20px auto;
    padding: 45px 0px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.pricing-grid.visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-card {
    background: var(--beige);
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.pricing-card:hover {
    border-color: var(--brown);
    transform: translateY(-5px);
}

.pricing-card h3 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 10px;
}

.pricing-card p {
    font-size: 0.9rem;
    color: var(--brown);
    opacity: 0.7;
    margin-bottom: 20px;
    min-height: 40px;
}

.pricing-card .price {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--green);
    margin-top: auto;
}

.pricing-card .price span {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.7;
}

.pricing-note {
    text-align: center;
    font-size: 0.95rem;
    color: var(--brown);
    opacity: 0.8;
    margin-top: 30px;
    font-style: italic;
}

.schedule-section {
    margin-top: -30px;
}

.schedule-days {
    text-align: center;
    font-size: 1rem;
    color: var(--brown);
    opacity: 0.6;
    margin: -8px 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
}

.schedule-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.schedule-block {
    background: #f1ece5;
    padding: 30px 40px;
    border-radius: 16px;
    text-align: center;
    min-width: 220px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.schedule-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #5a1d0d;
}

.schedule-block p {
    font-size: 18px;
    margin: 0;
}

.schedule-note {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.schedule-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 16px;
    border-radius: 16px;
    border: 1.5px solid rgba(73, 31, 18, 0.15);
    background: #faf8f5;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.schedule-card:hover {
    border-color: rgba(73, 31, 18, 0.4);
    box-shadow: 0 4px 18px rgba(73, 31, 18, 0.08);
}

.schedule-icon {
    font-size: 1.3rem;
    color: var(--brown);
    opacity: 0.5;
}

.schedule-time {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--brown);
    letter-spacing: 0.02em;
    font-family: 'Ginora Sans', sans-serif;
}

@media (max-width: 768px) {
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 480px;
    }

    .schedule-card {
        padding: 20px 12px;
    }

    .schedule-time {
        font-size: 1.3rem;
    }
}

/* Trial Section */
.trial-section {
    background: var(--green);
    color: var(--beige);
    padding: 80px 20px;
    margin-top: 60px;
    border-radius: 26px;
overflow: hidden;
}

.trial-section .section-title {
    color: var(--beige);
}

.trial-section h3 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: var(--beige);
    opacity: 0.9;
}

.trial-section .intro-text {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 15px;
    text-align: center;
}

.trial-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 15px;
    text-align: center;
}

.trial-features {
    margin: 15px 0;
}

.trial-features h4 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: var(--beige);
}

.trial-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.trial-list.visible {
    opacity: 1;
    transform: translateY(0);
}

.trial-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: var(--beige);
    font-size: 0.95rem;
    line-height: 1.5;
}

.trial-list li i {
    color: var(--beige);
    font-size: 1rem;
    margin-top: 3px;
    min-width: 20px;
    opacity: 0.9;
}

.trial-section .feature-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.trial-section .feature-item i {
    color: var(--beige);
}

.trial-section .feature-item p {
    color: var(--beige);
    margin: 0;
}

.trial-section .learn-circles {
    margin-top: 20px;
}

.trial-section .circle-icon {
    background: var(--green);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.trial-section .circle-icon i {
    color: var(--beige);
}

.trial-section .learn-circle p {
    color: var(--beige);
    opacity: 0.95;
}

.trial-pricing {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.trial-pricing h4 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--beige);
}

.price-large {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--beige);
    margin: 20px 0;
}

.trial-pricing p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 600px;
    margin: 20px auto;
}

.trial-pricing .pricing-note {
    color: var(--beige);
    opacity: 0.9;
    font-style: normal;
}

/* Learn Circles */
.learn-circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.learn-circles.visible {
    opacity: 1;
    transform: translateY(0);
}

.learn-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 calc(33.333% - 27px);
    max-width: 200px;
}

@media (max-width: 992px) {
    .learn-circle {
        flex: 0 0 calc(50% - 20px);
    }
}

.circle-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(73, 31, 18, 0.3);
}

.circle-icon i {
    font-size: 3rem;
    color: var(--beige);
}

.learn-circle p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--brown);
    margin: 0;
    font-weight: 500;
}

/* Pricing Circles */
.pricing-circle {
    max-width: 280px;
}

.pricing-per-month {
    text-align: center;
    font-size: 1rem;
    color: var(--brown);
    opacity: 0.65;
    margin-top: -12px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.pricing-rows {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    margin-top: 48px;
}

.pricing-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.pricing-time-icon {
    font-size: 1.3rem;
    color: var(--beige);
    opacity: 0.85;
    margin-bottom: 4px;
    display: block;
}

.pricing-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.price-amount {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--beige);
    line-height: 1;
}

.pricing-circle h3 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown);
    margin: 20px 0 8px 0;
}

.pricing-circle p {
    font-size: 0.95rem;
    color: var(--brown);
    opacity: 0.8;
    margin-bottom: 5px;
}

.price-period {
    font-size: 0.9rem;
    color: var(--brown);
    opacity: 0.7;
    font-weight: 400;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .photo-hero-section {
        height: 40vh;
        min-height: 300px;
    }

    .exp-split-hero {
        flex-direction: column;
        min-height: 0;
    }
    .exp-split-hero-photo {
        flex: 0 0 auto;
        padding: 24px 20px 8px;
        height: auto;
    }
    .exp-split-hero-photo img {
        max-height: 260px;
        border-radius: 10px;
    }
    .exp-split-hero-content {
        flex: 0 0 auto;
        padding: 36px 24px;
        gap: 22px;
    }
    .exp-split-hero-content h1 {
        font-size: 1.9rem;
    }
    .exp-split-hero-content .exp-precio-card {
        max-width: 100%;
    }
    
    .pricing-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .service-hero h1 {
        font-size: 2.2rem;
    }
    
    .service-hero h2 {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .learn-circles {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .learn-circle {
        flex: 0 0 auto;
        max-width: 100%;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card .price {
        font-size: 2rem;
    }
    
    .price-large {
        font-size: 2.5rem;
    }
}

/* =========================
   EXPERIENCIA PAGE - Estilo diferente
========================= */
.experiencia-page .exp-hero {
    text-align: center;
    padding: 50px 20px 10px;
}
.experiencia-page .exp-hero h1 { font-size: 2.6rem; }
.experiencia-page .exp-hero .intro-text { font-size: 1.15rem; }
.exp-hero-subtitle {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--brown);
    opacity: 0.7;
    margin: 6px 0 0;
    letter-spacing: 0.04em;
}

/* Bloque cita */
.exp-quote-block {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.exp-quote {
    font-size: 1.35rem;
    line-height: 1.7;
    color: var(--brown);
    text-align: center;
    font-style: italic;
    padding: 28px 40px;
    background: linear-gradient(135deg, rgba(73, 31, 18, 0.06) 0%, rgba(73, 31, 18, 0.02) 100%);
    border-left: 4px solid var(--brown);
    margin: 0;
}

/* Intro: 2 párrafos de descripción (cerámica y vino y similares) */
.exp-intro-section {
    max-width: 820px;
    margin: 0 auto 50px;
    padding: 0 24px;
}
.exp-intro-lead {
    font-size: 24px;
    line-height: 1.7;
    color: var(--brown);
    text-align: center;
    margin: 20px auto 0px;
    max-width: 850px;
}
.exp-intro-body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--brown);
    text-align: center;
    margin: 0;
    padding: 22px 32px;
    background: linear-gradient(135deg, rgba(73, 31, 18, 0.06) 0%, rgba(73, 31, 18, 0.02) 100%);
    border-radius: 10px;
}
.exp-intro-body p { margin: 0; }
.exp-intro-body p + p { margin-top: 14px; }

/* Flow: 3 tarjetas horizontales */
.exp-flow-section {
    padding: 50px 20px 60px;
    max-width: 1100px;
    margin: 0 auto;
}
.exp-flow-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--brown);
    text-align: center;
    margin-bottom: 35px;
}
.exp-flow-cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
}
.exp-flow-card {
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 200px;
}
.exp-flow-card-inner {
    background: #fff;
    border: 1px solid rgba(73, 31, 18, 0.12);
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.exp-flow-card-inner:hover {
    box-shadow: 0 12px 32px rgba(73, 31, 18, 0.12);
    transform: translateY(-4px);
}
.exp-flow-num {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--beige);
    background: var(--brown);
    border-radius: 50%;
    margin-bottom: 14px;
}
.exp-flow-card-inner i {
    font-size: 2rem;
    color: var(--brown);
    margin-bottom: 12px;
    display: block;
}
.exp-flow-card-inner h3 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 10px;
}
.exp-flow-card-inner p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--brown);
    opacity: 0.9;
    margin: 0;
}
.exp-flow-when {
    text-align: center;
    margin-top: 28px;
    font-size: 1.05rem;
    color: var(--brown);
}
.exp-flow-when i { margin-right: 8px; opacity: 0.8; }

/* Para quién */
.exp-para-quien {
    padding: 50px 20px 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, var(--beige) 100%);
}
.exp-para-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--brown);
    text-align: center;
    margin-bottom: 16px;
}
.exp-para-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 28px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--brown);
}
.exp-para-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 36px;
}
.exp-para-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: var(--brown);
}
.exp-para-list i {
    font-size: 1.2rem;
    color: var(--brown);
    opacity: 0.85;
}

/* Precio destacado */
.exp-precio-section {
    padding: 20px 20px 40px;
    max-width: 500px;
    margin: 0 auto;
}

.exp-fechas-section {
    padding: 0 20px 60px;
    text-align: center;
}

.exp-fechas-section .talleres-featured-dates-label {
    display: block;
    margin-bottom: 16px;
}

.exp-fechas-list {
    justify-content: center;
}
.exp-precio-card {
    background: var(--green);
    color: var(--beige);
    text-align: center;
    padding: 40px 32px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(73, 31, 18, 0.2);
}
.exp-precio-amount {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.talleres-precio-old {
    font-size: 1.6rem;
    font-weight: 400;
    color: #bbb;
    text-decoration: line-through;
    letter-spacing: 0.02em;
}

.talleres-precio-promo-label {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    color: var(--beige);
}
.exp-precio-label {
    font-size: 1rem;
    opacity: 0.9;
    margin: 8px 0 20px;
}
.exp-precio-note {
    font-size: 0.95rem;
    opacity: 0.85;
    margin: 0;
}

/* =========================
   TEAMBUILDING - CTA
========================= */
.teambuilding-hero {
    max-width: 720px;
    margin: 0 auto;
}

.teambuilding-cta-section {
    padding: 50px 20px 80px;
}

.teambuilding-cta-card {
    padding: 36px 32px;
}

.teambuilding-cta-label {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0 0 12px 0;
}

.teambuilding-cta-action {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
}

/* =========================
   TALLERES INTENSIVOS - Detalles
========================= */

/* Próximos talleres: cards con hover (escalable) - contenedor más grande */
.talleres-proximos-section {
    padding: 88px 16px 36px;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.talleres-proximos-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--brown);
    margin: 0 0 28px 0;
    text-align: center;
}

/* Featured single workshop block */
.talleres-featured-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
    max-width: 780px;
}

.talleres-featured-month {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9e7b6e;
    display: block;
    margin-bottom: 6px;
}

.talleres-featured-workshop-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--brown);
    text-align: left;
    margin: 0;
}

.talleres-featured-card-wrap {
    width: 100%;
    max-width: 320px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(73, 31, 18, 0.12);
}

.talleres-featured-card-wrap img {
    width: 100%;
    display: block;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
}

.talleres-featured-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 4px;
}

.talleres-featured-text-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brown);
    margin: 0;
}

.talleres-featured-desc {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #5a3a2e;
    margin: 0;
}

.talleres-featured-text .talleres-proximo-card-btn {
    align-self: center;
    justify-self: unset;
    margin-top: 24px;
    padding: 14px 28px;
    font-size: 1.05rem;
}

.talleres-featured-dates {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.talleres-featured-dates-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9e7b6e;
}

.talleres-featured-dates-list {
    display: flex;
    gap: 16px;
}

.talleres-date-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.talleres-proximo-card-btn--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.talleres-featured-date-item {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--brown);
    background: rgba(73, 31, 18, 0.07);
    border-radius: 10px;
    padding: 12px 24px;
}

/* Carousel: 3 cards visibles, botones a los lados - más ancho */
.talleres-carousel {
    position: relative;
    width: 100%;
    padding: 0 64px;
    box-sizing: border-box;
}

.talleres-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.talleres-carousel-track {
    display: flex;
    gap: 16px;
    width: max-content;
    transition: transform 0.45s ease;
}

.talleres-carousel-track .talleres-proximo-card {
    flex: 0 0 calc((100vw - 32px - 128px - 32px) / 3);
    width: calc((100vw - 32px - 128px - 32px) / 3);
    min-width: 260px;
    max-width: 420px;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(73, 31, 18, 0.14);
    border: 1px solid rgba(73, 31, 18, 0.1);
    display: flex;
    flex-direction: column;
    background: #fff;
}

.talleres-carousel-track .talleres-proximo-card:hover {
    flex: 0 0 calc((100vw - 32px - 128px - 32px) / 3);
    width: calc((100vw - 32px - 128px - 32px) / 3);
}

.talleres-carousel-track .talleres-proximo-card-img-wrap {
    border-radius: 14px 14px 0 0;
}

.talleres-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(73, 31, 18, 0.2);
    background: rgba(255, 255, 255, 0.95);
    color: var(--brown);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.talleres-carousel-prev {
    left: 0;
}

.talleres-carousel-next {
    right: 0;
}

.talleres-carousel-btn:hover {
    background: var(--brown);
    color: #f2efe9;
    border-color: var(--brown);
}

.talleres-carousel-btn i {
    pointer-events: none;
}

.talleres-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
}

.talleres-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(73, 31, 18, 0.3);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, border-color 0.2s;
}

.talleres-carousel-dot:hover,
.talleres-carousel-dot.active {
    background: var(--brown);
    border-color: var(--brown);
}

/* Cards (también usadas en carousel) */
.talleres-proximo-card {
    flex: 1 1 220px;
    min-width: 200px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(73, 31, 18, 0.1);
    border: 1px solid rgba(73, 31, 18, 0.1);
    transition: flex 0.4s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.talleres-proximo-card:hover {
    flex: 1.25 1 220px;
}

.talleres-proximo-card-img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.talleres-proximo-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.talleres-proximo-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(73, 31, 18, 0.82);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 16px;
    opacity: 0;
    transition: opacity 0.35s ease;
    overflow-y: auto;
}

.talleres-proximo-card:hover .talleres-proximo-card-overlay {
    opacity: 1;
}

.talleres-proximo-card-overlay-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: #f2efe9;
    margin: 0 0 10px 0;
}

.talleres-proximo-card-overlay-desc {
    font-size: 1.1rem;
    line-height: 1.55;
    color: rgba(242, 239, 233, 0.95);
    margin: 0;
}

.talleres-proximo-card-footer {
    padding: 16px 18px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 8px 16px;
    height: 104px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.talleres-proximo-card-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.talleres-proximo-card-title {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--brown);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.talleres-proximo-card-date {
    font-size: 0.95rem;
    opacity: 0.85;
    color: var(--brown);
}

.talleres-proximo-card-date i {
    margin-right: 6px;
}

.talleres-proximo-card-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 0.95rem;
    justify-self: center;
    align-self: center;
    background: var(--green);
    color: #f2efe9;
    font-family: 'Ginora Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.talleres-proximo-card-btn:hover {
    background: #4E5B47;
    color: #fff;
}

@media (max-width: 768px) {
    .talleres-proximos-section {
        padding: 80px 0 24px;
        min-height: auto;
        overflow: hidden;
    }

    .talleres-proximos-title {
        font-size: 1.3rem;
        margin-bottom: 16px;
        padding: 0 16px;
    }

    /* Hide arrows on mobile - use swipe instead */
    .talleres-carousel {
        padding: 0;
    }

    .talleres-carousel-btn {
        display: none;
    }

    .talleres-carousel-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
    }

    /* Mobile: show only 1 card at a time */
    .talleres-carousel-track {
        display: flex;
        gap: 16px;
        width: max-content;
        padding: 0;
        margin: 0 16px;
    }

    .talleres-carousel-track .talleres-proximo-card {
        flex: 0 0 calc(100vw - 32px);
        width: calc(100vw - 32px);
        min-width: unset;
        max-width: unset;
    }

    .talleres-carousel-track .talleres-proximo-card:hover {
        flex: 0 0 calc(100vw - 32px);
        width: calc(100vw - 32px);
    }

    .talleres-proximo-card-img-wrap {
        aspect-ratio: 4/3;
    }

    /* Fixed height footer for equal cards */
    .talleres-proximo-card-footer {
        padding: 14px;
        height: auto;
        min-height: 120px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .talleres-proximo-card-info {
        gap: 6px;
    }

    .talleres-proximo-card-title {
        font-size: 0.9rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.7em;
    }

    .talleres-proximo-card-date {
        font-size: 0.8rem;
    }

    .talleres-proximo-card-btn {
        justify-self: stretch;
        text-align: center;
        padding: 10px 14px;
        font-size: 0.85rem;
        margin-top: auto;
    }

    /* Overlay hidden by default on mobile, shown on tap */
    .talleres-proximo-card-overlay {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        padding: 16px;
    }
    
    .talleres-proximo-card.overlay-active .talleres-proximo-card-overlay {
        opacity: 1;
        pointer-events: auto;
    }
    
    .talleres-proximo-card-overlay-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    .talleres-proximo-card-overlay-desc {
        font-size: 1rem;
        line-height: 1.5;
    }

    .talleres-carousel-dots {
        margin-top: 16px;
        gap: 8px;
        padding: 0 16px;
    }

    .talleres-carousel-dot {
        width: 8px;
        height: 8px;
    }

    .talleres-featured-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 16px;
    }

    .talleres-featured-card-wrap {
        max-width: 100%;
    }

    .talleres-featured-text {
        align-items: center;
        text-align: center;
    }

    .talleres-featured-workshop-title {
        text-align: center;
    }

    .talleres-featured-desc {
        text-align: left;
    }

    .talleres-featured-text .talleres-proximo-card-btn {
        align-self: center;
    }

    .talleres-featured-dates-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .talleres-featured-date-item {
        font-size: 1.1rem;
        padding: 10px 28px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .talleres-promo-banner {
        max-width: 100%;
        border-radius: 12px 12px 0 0;
        font-size: 0.9rem;
    }

    .talleres-precio-card {
        max-width: 100%;
        border-radius: 0 0 16px 16px;
    }
}

.talleres-page .talleres-hero {
    padding: 70px 20px 60px;
    max-width: 720px;
    margin: 0 auto;
}

.talleres-subtitle {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--brown);
    opacity: 0.85;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin: -8px 0 28px 0;
}

.talleres-quote-block {
    padding: 0 20px 44px;
}

.talleres-quote {
    background: linear-gradient(135deg, rgba(73, 31, 18, 0.04) 0%, rgba(73, 31, 18, 0.02) 100%);
    border-left: 4px solid rgba(73, 31, 18, 0.35);
    padding: 28px 36px !important;
}

.talleres-precio-section {
    padding: 30px 20px 90px;
}

.talleres-promo-banner {
    background: #c9572b;
    color: #fff;
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border-radius: 12px 12px 0 0;
    max-width: 320px;
    margin: 0 auto;
}

.talleres-precio-card {
    padding: 40px 36px 36px;
    box-shadow: 0 10px 40px rgba(73, 31, 18, 0.18);
    border-radius: 0 0 16px 16px;
    max-width: 320px;
    margin: 0 auto;
}

.talleres-precio-detail {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 4px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.talleres-precio-detail i {
    font-size: 0.9rem;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .exp-quote { font-size: 1.15rem; padding: 20px 24px; }
    .exp-flow-card { max-width: 100%; }
    .exp-para-list { gap: 12px 24px; }
    .exp-precio-amount { font-size: 2.5rem; }
    .talleres-quote { padding: 22px 24px !important; }
    .talleres-subtitle { font-size: 1rem; letter-spacing: 0.06em; }
    
    /* Talleres page mobile adjustments */
    .talleres-page .talleres-hero {
        padding: 40px 16px 30px;
    }
    
    .talleres-page .talleres-hero h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .talleres-page .intro-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .talleres-quote-block {
        padding: 0 16px 30px;
    }
    
    .talleres-flow {
        padding: 30px 16px;
    }
    
    .talleres-flow .exp-flow-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .talleres-flow .exp-flow-cards {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .talleres-flow .exp-flow-card {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    
    .talleres-flow .exp-flow-card-inner {
        padding: 20px 16px;
    }
    
    .talleres-flow .exp-flow-card-inner h3 {
        font-size: 1rem;
    }
    
    .talleres-flow .exp-flow-card-inner p {
        font-size: 0.85rem;
    }
    
    .talleres-flow .exp-flow-when {
        font-size: 0.9rem;
        margin-top: 20px;
    }
    
    .talleres-precio-section {
        padding: 20px 16px 60px;
    }
    
    .talleres-precio-card {
        padding: 28px 20px 24px;
    }
    
    .talleres-precio-card .exp-precio-amount {
        font-size: 2.2rem;
    }
    
    .talleres-precio-detail {
        font-size: 0.85rem;
    }
}

.legal-body {
    background-color: var(--beige, #f5f0e8);
}

.legal-page {
    max-width: 800px;
    padding: 100px 24px 80px;
    color: var(--dark, #2c2c2c);
}

.legal-page h1 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--dark, #2c2c2c);
}

.legal-page h2 {
    font-family: 'Ginora Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    color: var(--dark, #2c2c2c);
}

.legal-page p,
.legal-page li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}

.legal-page ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.legal-page section {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding-bottom: 8px;
}

.legal-page section:last-of-type {
    border-bottom: none;
}

.legal-page a {
    color: var(--dark, #2c2c2c);
    text-decoration: underline;
}

.legal-page a:hover {
    opacity: 0.7;
}

.legal-page .table {
    font-size: 0.9rem;
    margin-top: 12px;
}

.legal-updated {
    margin-top: 40px;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}

.footer-legal {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2px 0;
}

.footer-legal a {
    font-size: 0.72rem;
    color: var(--brown);
    opacity: 0.5;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.2s ease;
}

.footer-legal a:hover {
    opacity: 1;
}

.pricing-intro {
    text-align: center;
    max-width: 620px;
    margin: -10px auto 40px;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.75;
}

.how-it-works-section {
    padding-top: 20px;
}
.contact-form-container {
    max-width: 700px;
    margin: 120px auto;
    padding: 40px;
}

.contact-form-container h1 {
    text-align: center;
    color: var(--brown);
    margin-bottom: 25px;
}

.contact-form-container p {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-container input,
.contact-form-container select,
.contact-form-container textarea {
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
}

.contact-form-container button {
    background: var(--green);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.privacy-checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.privacy-checkbox a {
    color: var(--brown);
    text-decoration: underline;
}

.privacy-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.success-message {
    background: #dff0d8;
    color: #3c763d;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.exp-reels-section {
    padding: 80px 0;
    text-align: center;
}

.exp-reels-title {
    font-size: 2rem;
    color: var(--brown);
    margin-bottom: 12px;
}

.exp-reels-subtitle {
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--brown-light);
}

.exp-reels-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.exp-reel video {
    width: 240px;
    border-radius: 18px;
    display: block;
}
/* ===========================
   GALERÍA COWORKING
=========================== */

.coworking-gallery-section {
    padding: 80px 0;
}

.coworking-gallery-title {
    text-align: center;
    font-size: 2.2rem;
    color: var(--brown);
    margin-bottom: 10px;
}

.coworking-gallery-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--brown);
    line-height: 1.7;
}

.coworking-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    max-width: 1400px;
    margin: 0 auto;
}

.coworking-gallery-grid img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    cursor: pointer;
    transition: transform .25s ease;
}

.coworking-gallery-grid img:hover {
    transform: scale(1.02);
}

@media (max-width: 900px) {

    .coworking-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .coworking-gallery-grid {
        grid-template-columns: 1fr;
    }

}

.image-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.image-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 20px;
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.photo-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.vino-hero-image {
    object-position: center 35%;
}

.exp-reels-section {
    padding: 80px 0;
    text-align: center;
}

.exp-reels-title {
    font-size: 2.2rem;
    color: var(--brown);
    margin-bottom: 12px;
}

.exp-reels-subtitle {
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--brown);
    line-height: 1.7;
}

.exp-reels-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.exp-reels-grid video {
    width: 280px;
    border-radius: 16px;
    display: block;

}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal video {
    max-width: 90%;
    max-height: 90%;
    border-radius: 16px;
}

.exp-reels-grid video {
    width: 280px;
    border-radius: 16px;
    cursor: pointer;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 20px;
    z-index: 10000;
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

@media (max-width: 768px) {

    .exp-flow-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .exp-flow-card {
        width: 100%;
        max-width: 320px;
    }

}