/*
Theme Name: Sports Lab
Description: Landing page pixel-perfect de Sports Lab. Editable desde Apariencia › Personalizar.
Version: 1.0
Author: NAFTA
Text Domain: sports-lab-theme
*/

@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Regular.woff2') format('woff2'),
         url('./assets/fonts/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Medium.woff2') format('woff2'),
         url('./assets/fonts/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-SemiBold.woff2') format('woff2'),
         url('./assets/fonts/Sora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Bold.woff2') format('woff2'),
         url('./assets/fonts/Sora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-ExtraBold.woff2') format('woff2'),
         url('./assets/fonts/Sora-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --sl-bg: #041122;
    --sl-gold: #B48D48;
    --sl-gold-btn: #B48D48;
    --sl-gold-dark: #9a7539;
    --sl-white: #ffffff;
    --sl-muted: rgba(255, 255, 255, 0.82);
    --sl-line: rgba(255, 255, 255, 0.16);
    --sl-font: 'Sora', system-ui, sans-serif;
    --sl-pad: clamp(20px, 6.9vw, 140px);
    --sl-gutter: clamp(16px, 2.2vw, 28px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--sl-header-h, 88px);
}

body {
    background: var(--sl-bg);
    color: var(--sl-white);
    font-family: var(--sl-font);
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gold { color: var(--sl-gold); }

.eyebrow {
    color: var(--sl-gold);
    font-size: clamp(12px, 1.01vw, 20.6px);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ================================
   Logo
================================ */
.logo-mark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--sl-gold);
    line-height: 1;
}
.logo-mark__sports {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 0.18em;
}
.logo-mark__lab {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.42em;
    margin: 2px 0 6px;
}
.logo-mark__lab i {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
}
.logo-mark__tag {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.18em;
    white-space: nowrap;
}
.site-logo { max-height: 64px; width: auto; }
.footer-logo-img { max-height: 148px; width: auto; }

/* ================================
   Social rail
================================ */
.social-rail {
    position: fixed;
    left: 28px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.social-rail__label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
}
.social-rail__icon {
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
}
.social-rail__icon svg,
.social-rail__icon img { width: 100%; height: 100%; object-fit: contain; }

/* ================================
   Header
================================ */
.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--sl-bg);
    padding: 18px 0 10px;
}
.menu-item-extra { display: none; }
.main-header.scrolled {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 var(--sl-pad);
}
.logo-container { flex-shrink: 0; }
.header-nav-list {
    display: flex;
    list-style: none;
    gap: clamp(10px, 1.1vw, 22px);
    flex-wrap: nowrap;
    justify-content: center;
}
.header-nav-list a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.header-nav-list a:hover { color: var(--sl-gold); }
.header-right { display: flex; align-items: flex-start; gap: 12px; }
.header-cta { text-align: right; }
.header-links {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 8px;
}
.header-links a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.btn-preinscripcion {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sl-gold-btn);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 10px 22px;
    min-width: 172px;
    justify-content: space-between;
}
.btn-preinscripcion:hover { background: var(--sl-gold-dark); }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
}
.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================
   Buttons
================================ */
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 210px;
    padding: 12px 18px;
    border: 1px solid var(--sl-gold);
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.14em;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.btn-ghost__arrow {
    color: var(--sl-gold);
    font-size: 18px;
}
.btn-ghost:hover { background: rgba(180, 141, 72, 0.12); }

/* ================================
   Hero
================================ */
.hero-section { padding: 28px var(--sl-pad) 72px; }
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(24px, 4vw, 72px);
    align-items: center;
}
.hero-title {
    margin: 10px 0 28px;
    font-size: clamp(40px, 4.17vw, 85px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.hero-text {
    max-width: 52em;
    margin-bottom: 36px;
    font-size: clamp(14px, 1.01vw, 20.6px);
    line-height: 1.45;
    font-weight: 400;
}
.hero-media img {
    width: 100%;
    height: clamp(280px, 28vw, 545px);
    object-fit: cover;
    border-radius: 6px;
}

/* ================================
   No somos
================================ */
.nosomos-section { padding: 20px var(--sl-pad) 80px; }
.nosomos-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.15fr;
    gap: 28px;
    align-items: center;
}
.nosomos-title {
    font-size: clamp(28px, 2.7vw, 55px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}
.nosomos-text {
    font-size: clamp(15px, 1.08vw, 22px);
    line-height: 1.45;
    color: var(--sl-muted);
}
.nosomos-media img {
    width: 100%;
    height: clamp(200px, 18vw, 358px);
    object-fit: cover;
}

/* ================================
   Descubre
================================ */
.descubrir-section { padding: 10px 0 40px; }
.descubrir-head {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 var(--sl-pad);
    margin-bottom: 28px;
}
.descubrir-title {
    font-size: clamp(28px, 2.7vw, 55px);
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}
.gold-rule {
    flex: 1;
    height: 1px;
    background: var(--sl-gold);
}
.gold-rule--full { width: 100%; display: block; flex: none; }

.discover-row {
    display: grid;
    border-top: 1px solid var(--sl-line);
}
.discover-row--4 { grid-template-columns: repeat(4, 1fr); }
.discover-row--3 { grid-template-columns: repeat(3, 1fr); }
.discover-card {
    padding: 0 0 28px;
    border-right: 1px solid var(--sl-line);
}
.discover-card:last-child { border-right: 0; }
.discover-card__media {
    position: relative;
    margin-bottom: 18px;
}
.discover-card__media img {
    width: 100%;
    height: clamp(180px, 20vw, 410px);
    object-fit: cover;
}
.discover-row--3 .discover-card__media img { height: clamp(160px, 14vw, 283px); }
.discover-card__num {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: clamp(28px, 1.91vw, 39px);
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.discover-card__title,
.discover-card__text,
.discover-card__more {
    padding-left: 18px;
    padding-right: 18px;
}
.discover-card__title {
    font-size: clamp(20px, 1.82vw, 37px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.discover-card__text {
    font-size: clamp(14px, 1.08vw, 22px);
    line-height: 1.45;
    color: var(--sl-muted);
}
.discover-card__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--sl-gold);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.discover-card__more-icon {
    display: inline-flex;
    width: 28px;
    height: 22px;
    border: 1px solid var(--sl-gold);
    align-items: center;
    justify-content: center;
}

/* ================================
   Experiencia
================================ */
.experiencia-section { padding: 72px var(--sl-pad) 48px; }
.experiencia-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 18px;
}
.experiencia-left { display: flex; align-items: center; gap: 22px; }
.experiencia-title {
    font-size: clamp(26px, 2.7vw, 55px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}
.sl-badge { width: 72px; height: 72px; flex-shrink: 0; display: block; }
.sl-badge svg,
.sl-badge img { width: 100%; height: 100%; object-fit: contain; }

/* ================================
   Lens + pillars
================================ */
.lens-section { padding-bottom: 40px; }
.lens-media { position: relative; }
.lens-media img {
    width: 100%;
    height: clamp(240px, 22vw, 420px);
    object-fit: cover;
}
.lens-caption {
    position: absolute;
    top: 28px;
    left: var(--sl-pad);
    font-size: clamp(22px, 1.82vw, 37px);
    font-weight: 700;
}
.pillars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 36px var(--sl-pad) 10px;
}
.pillar__icon {
    display: block;
    width: 32px;
    height: 32px;
    color: var(--sl-gold);
    margin-bottom: 14px;
}
.pillar__icon svg,
.pillar__icon img { width: 100%; height: 100%; object-fit: contain; }
.pillar__title {
    font-size: clamp(16px, 1.32vw, 27px);
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.pillar__text {
    font-size: 16px;
    line-height: 1.4;
    color: var(--sl-muted);
}

/* ================================
   Manifiesto
================================ */
.manifiesto-section { padding: 48px var(--sl-pad) 40px; }
.manifiesto-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
}
.manifiesto-media {
    position: relative;
}
.manifiesto-media img {
    width: 100%;
    height: clamp(240px, 22vw, 450px);
    object-fit: cover;
    -webkit-mask-image: linear-gradient(90deg, #000 70%, transparent);
    mask-image: linear-gradient(90deg, #000 70%, transparent);
}
.manifiesto-title {
    margin: 16px 0 14px;
    font-size: clamp(24px, 2.19vw, 44.6px);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}
.manifiesto-sub {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
}
.video-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--sl-gold);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.play-btn { width: 56px; height: 56px; display: block; }
.play-btn svg { width: 100%; height: 100%; }

/* ================================
   Fechas
================================ */
.fechas-section { padding: 20px var(--sl-pad) 70px; }
.fechas-title {
    font-size: clamp(22px, 1.58vw, 32.3px);
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.fechas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.evento {
    display: grid;
    grid-template-columns: auto 1fr 88px;
    gap: 14px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.evento__date {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.evento__dia { font-size: 28px; font-weight: 400; line-height: 1; }
.evento__mes { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; }
.evento__titulo { font-size: 16px; margin-bottom: 6px; }
.evento__meta {
    font-size: 14px;
    font-weight: 800;
    color: var(--sl-gold);
    letter-spacing: 0.04em;
}
.evento__media img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}

/* ================================
   Objetivos
================================ */
.objetivos-section { padding: 10px var(--sl-pad) 40px; }
.objetivos-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 40px;
    align-items: center;
}
.objetivos-title {
    margin: 14px 0 32px;
    font-size: clamp(28px, 2.7vw, 55px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}
.objetivos-media img {
    width: 100%;
    height: clamp(240px, 25vw, 520px);
    object-fit: cover;
}
.objetivos-end { margin-top: 48px; }

/* ================================
   Footer
================================ */
.site-footer {
    padding: 48px var(--sl-pad) 28px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.1fr 0.9fr 1.1fr;
    gap: 36px;
}
.footer-tagline,
.footer-location,
.footer-news-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
    color: var(--sl-muted);
}
.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 22px;
}
.footer-social a { width: 20px; height: 20px; color: #fff; }
.footer-social svg,
.footer-social img { width: 100%; height: 100%; object-fit: contain; }
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.site-footer-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.site-footer-nav-list a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.site-footer-nav-list a:hover { color: var(--sl-gold); }
.footer-map {
    display: inline-block;
    margin-top: 14px;
    color: var(--sl-gold);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.newsletter-form {
    margin-top: 16px;
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.55);
}
.newsletter-form input {
    flex: 1;
    min-width: 0;
    min-height: 48px;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
}
.newsletter-form button {
    width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    border: 0;
    background: var(--sl-gold-btn);
    color: #041122;
    font-size: 18px;
    cursor: pointer;
}
.site-footer-divider {
    height: 1px;
    background: var(--sl-gold);
    margin: 36px 0 18px;
}
.site-footer-developed {
    text-align: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-status {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
}
.newsletter-status.is-ok { color: var(--sl-gold); }
.newsletter-status.is-error { color: #e8a0a0; }

/* ================================
   Página Contacto
================================ */
.page-template-page-contacto .social-rail { display: none; }

.contact-page {
    padding: 48px 24px 80px;
}
.contact-wrapper {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
}
.contact-header {
    text-align: center;
    margin-bottom: 40px;
}
.contact-header-badge {
    display: inline-block;
    border: 1px solid var(--sl-gold);
    color: var(--sl-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 5px 16px;
    margin-bottom: 18px;
}
.contact-title {
    margin: 0 0 16px;
    font-size: clamp(32px, 4.6vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.contact-subtitle {
    margin: 0 auto 12px;
    max-width: 36em;
    font-size: 16px;
    line-height: 1.5;
    color: var(--sl-muted);
}
.contact-intro {
    margin: 0 auto;
    max-width: 36em;
    font-size: 15px;
    line-height: 1.5;
    color: var(--sl-muted);
    font-style: italic;
}
.contact-wp-content {
    margin-bottom: 32px;
    color: var(--sl-muted);
    line-height: 1.5;
}
.contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-form .form-row .form-group { margin-bottom: 0; }
.contact-form label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}
.contact-form .required { color: var(--sl-gold); }
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--sl-line);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    padding: 13px 16px;
    outline: none;
    border-radius: 0;
    appearance: none;
}
.contact-form select {
    padding-right: 40px;
    background-image: linear-gradient(45deg, transparent 50%, var(--sl-gold) 50%), linear-gradient(135deg, var(--sl-gold) 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.contact-form option { background: var(--sl-bg); color: #fff; }
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--sl-gold);
}
.contact-form input.error,
.contact-form textarea.error,
.contact-form select.error {
    border-color: #e8a0a0;
}
.contact-form textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.privacy-note {
    font-size: 13px;
    line-height: 1.45;
    color: var(--sl-muted);
    margin: 4px 0 18px;
}
.form-error {
    font-size: 14px;
    color: #e8a0a0;
    margin-bottom: 16px;
}
.contact-form .btn-ghost {
    width: auto;
    min-width: 240px;
    justify-content: space-between;
    background: var(--sl-gold);
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.contact-form .btn-ghost__arrow { color: #fff; }
.contact-form .btn-ghost:hover { background: var(--sl-gold-dark); }
.contact-form .btn-ghost:disabled { opacity: 0.55; pointer-events: none; }
.form-success {
    text-align: center;
    padding: 24px 0 48px;
}
.contact-success-title {
    margin: 10px 0 14px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
}

/* ================================
   Responsive
================================ */
@media (max-width: 1600px) {
    .nav-toggle { display: flex; }
    .header-links { display: none; }
    .menu-item-extra { display: list-item; }

    .header-container { align-items: center; }
    .header-right { align-items: center; }

    .header-nav {
        position: fixed;
        top: var(--sl-header-h, 72px);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: var(--sl-bg);
        overflow: hidden;
        visibility: hidden;
        z-index: 99;
    }
    .header-nav.is-open {
        height: calc(100dvh - var(--sl-header-h, 72px));
        visibility: visible;
        overflow: auto;
        padding: 8px 28px 40px;
    }
    .header-nav-list { flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap; }
    .header-nav-list li { border-bottom: 1px solid var(--sl-line); }
    .header-nav-list a {
        display: block;
        padding: 14px 0;
        font-size: 14px;
        white-space: normal;
    }
}

@media (max-width: 1100px) {
    .social-rail {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        padding: 10px var(--sl-pad) 0;
        z-index: 1;
    }
    .social-rail__label {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 11px;
        letter-spacing: 0.16em;
    }
    .social-rail__icon { width: 20px; height: 20px; }

    .header-container { gap: 12px; }
    .site-logo { max-height: 48px; }
    .btn-preinscripcion {
        min-width: 0;
        padding: 9px 14px;
        font-size: 12px;
        gap: 8px;
    }

    .hero-grid,
    .nosomos-grid,
    .manifiesto-grid,
    .objetivos-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .discover-row--4,
    .discover-row--3,
    .fechas-grid {
        grid-template-columns: 1fr;
    }
    .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
    .discover-card { border-right: 0; border-bottom: 1px solid var(--sl-line); }
    .experiencia-row { flex-direction: column; align-items: flex-start; }
    .descubrir-title { white-space: normal; }
    .manifiesto-media img {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .lens-media::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(4, 17, 34, 0.62) 0%, rgba(4, 17, 34, 0.2) 48%, transparent 70%);
        pointer-events: none;
    }
    .lens-caption {
        z-index: 1;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
    }
    section { scroll-margin-top: var(--sl-header-h, 72px); }
}

@media (max-width: 700px) {
    :root { --sl-pad: 24px; }

    .main-header { padding: 12px 0; }
    .header-container { gap: 10px; }
    .site-logo {
        max-height: 40px;
        max-width: 118px;
        object-fit: contain;
        object-position: left center;
    }
    .btn-preinscripcion {
        padding: 8px 10px;
        font-size: 10px;
        letter-spacing: 0.03em;
    }
    .btn-preinscripcion .btn-arrow { display: none; }

    .hero-section { padding-top: 20px; padding-bottom: 40px; }
    .hero-title,
    .experiencia-title,
    .objetivos-title {
        line-height: 1.12;
        letter-spacing: 0;
    }
    .hero-title { font-size: clamp(32px, 8.4vw, 40px); margin: 10px 0 20px; }
    .hero-text { margin-bottom: 24px; }
    .nosomos-section { padding-bottom: 40px; }
    .nosomos-title { line-height: 1.12; }

    .descubrir-section { padding-bottom: 16px; }
    .descubrir-head { margin-bottom: 20px; }
    .discover-card { padding-bottom: 32px; }
    .discover-card__media { margin-bottom: 16px; }
    .discover-card__media img { height: 200px; }
    .discover-row--3 .discover-card__media img { height: 200px; }
    .discover-card__num { top: 14px; left: 16px; }
    .discover-card__title,
    .discover-card__text,
    .discover-card__more {
        padding-left: var(--sl-pad);
        padding-right: var(--sl-pad);
    }

    .experiencia-section { padding-top: 48px; padding-bottom: 36px; }
    .experiencia-left { gap: 16px; align-items: flex-start; }
    .sl-badge { width: 56px; height: 56px; }

    .pillars { padding-top: 28px; }
    .pillar__icon { width: 40px; height: 40px; }

    .manifiesto-title { line-height: 1.15; }

    .fechas-grid { gap: 18px; }
    .evento {
        grid-template-columns: auto 1fr 72px;
        align-items: center;
        gap: 12px;
        padding: 4px 0;
    }
    .evento__media { grid-column: auto; }
    .evento__media img { width: 72px; height: 72px; }

    .objetivos-end { margin-top: 36px; }

    .site-footer-nav-list { gap: 4px; }
    .site-footer-nav-list a {
        display: block;
        padding: 10px 0;
        font-size: 13px;
    }
    .site-footer-developed { text-align: left; }

    .contact-page { padding: 28px 24px 56px; }
    .contact-form .form-row { grid-template-columns: 1fr; }
}
