:root {
    --black: #050505;
    --black2: #0d0d0f;
    --panel: #111216;
    --white: #f4f4f1;
    --red: #f22c35;
    --blue: #8fd9ff;
    --blue2: #2b8fd8;
    --gray: #9ca2aa;
    --line: #2a2d33;
    --max: 1180px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: Inter, system-ui, sans-serif;
    line-height: 1.6;
    overflow-x: hidden
}

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

img {
    display: block;
    max-width: 100%
}

.wrap {
    width: min(var(--max), calc(100% - 40px));
    margin: auto
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: .22;
    background-image: radial-gradient(circle at 10% 20%, rgba(242, 44, 53, .22), transparent 28%), radial-gradient(circle at 85% 35%, rgba(43, 143, 216, .16), transparent 28%), repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px)
}

.topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    background: rgba(5, 5, 5, .88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font: 900 25px/1 "Barlow Condensed";
    letter-spacing: .05em;
    text-transform: uppercase
}

.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(242, 44, 53, .18))
}

.navlinks {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #d7d7d7
}

.navlinks a:hover {
    color: #fff
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    transition: .2s
}

.cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.08)
}

.hero {
    min-height: 100vh;
    padding-top: 82px;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #050505 0 47%, #0d0d0f 47% 100%)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 58%, rgba(242, 44, 53, .09) 58% 59%, transparent 59% 100%), repeating-linear-gradient(135deg, rgba(255, 255, 255, .02) 0 2px, transparent 2px 16px)
}

.hero:after {
    content: "";
    position: absolute;
    width: 68vw;
    height: 14px;
    background: var(--red);
    right: -18vw;
    top: 19%;
    transform: rotate(-16deg);
    box-shadow: 0 28px 0 rgba(143, 217, 255, .55)
}

.hero-grid {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    padding: 70px 0
}

.eyebrow {
    font: 800 16px/1 "Barlow Condensed";
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #cfd2d6
}

h1, h2, h3 {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    line-height: .92;
    margin: 0
}

h1 {
    font-family: Anton, "Barlow Condensed", sans-serif;
    font-size: clamp(78px, 10vw, 152px);
    letter-spacing: .01em;
    margin: 16px 0 22px;
    text-shadow: 5px 5px 0 #111
}

h1 .red {
    color: var(--red)
}

h1 .blue {
    color: var(--blue)
}

.lead {
    max-width: 650px;
    font-size: clamp(18px, 2vw, 23px);
    color: #dedede;
    margin: 0 0 30px
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.ghost {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #6f737a;
    font-weight: 800;
    text-transform: uppercase
}

.ghost:hover {
    background: white;
    color: black;
    border-color: white
}

.hero-art {
    position: relative;
    min-height: 660px;
    display: grid;
    place-items: center
}

.motto {
    margin: 18px 0 0;
    font-size: clamp(24px, 3vw, 46px);
    font-weight: 1000;
    letter-spacing: .09em;
    text-transform: uppercase;
    line-height: 1
}

.motto .dot {
    color: var(--muted);
    padding: 0 .12em
}

.motto .fortius {
    color: var(--red)
}

.motto-sub {
    margin-top: 9px;
    color: #a9adb4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase
}

.motto-band {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background: #09090a;
    border-top: 1px solid #22252a;
    border-bottom: 1px solid #22252a
}

.motto-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 67%, rgba(242, 44, 53, .12) 67% 69%, transparent 69%), repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 2px, transparent 2px 14px)
}

.motto-band .inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    text-align: center
}

.motto-band strong {
    font-size: clamp(28px, 4.2vw, 62px);
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase
}

.motto-band strong:nth-of-type(3) {
    color: var(--red)
}

.motto-band i {
    width: 9px;
    height: 9px;
    background: var(--blue);
    transform: rotate(45deg);
    display: inline-block
}

.motto-band small {
    flex-basis: 100%;
    color: #858a92;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 800
}

.hero-art .halo {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 34px solid rgba(242, 44, 53, .12);
    box-shadow: 0 0 0 55px rgba(143, 217, 255, .035)
}

.hero-art .skull {
    width: min(610px, 92%);
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .65));
    transform: rotate(2deg)
}

.hero-art .mini-logo {
    position: absolute;
    right: 2%;
    bottom: 4%;
    width: 160px;
    z-index: 3;
    filter: drop-shadow(0 12px 18px #000)
}

.scribble {
    position: absolute;
    border: 3px solid var(--white);
    opacity: .65;
    width: 180px;
    height: 66px;
    transform: rotate(-8deg);
    left: -12px;
    bottom: 90px;
    clip-path: polygon(3% 16%, 98% 0, 91% 74%, 1% 100%)
}

section {
    padding: 96px 0;
    position: relative
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: end;
    margin-bottom: 46px
}

.section-head h2 {
    font-size: clamp(50px, 6.5vw, 90px);
    font-weight: 900
}

.section-head p {
    max-width: 520px;
    color: #b6bac0;
    margin: 0
}

.brush {
    display: inline-block;
    background: var(--red);
    padding: 2px 12px;
    transform: rotate(-2deg)
}

.identity {
    background: #0a0a0b;
    border-block: 1px solid #202228;
    overflow: hidden
}

.identity-grid {
    display: grid;
    grid-template-columns:.85fr 1.15fr;
    gap: 34px;
    align-items: stretch
}

.logo-card {
    background: linear-gradient(160deg, #141419, #09090a);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    padding: 35px;
    min-height: 520px;
    position: relative;
    overflow: hidden
}

.logo-card:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 9px;
    background: var(--blue);
    transform: rotate(-18deg);
    top: 22%;
    left: -25%;
    box-shadow: 0 22px 0 var(--red);
    opacity: .65
}

.logo-card img {
    width: min(450px, 90%);
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 18px 30px #000)
}

.about-copy {
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 48px;
    position: relative;
    overflow: hidden
}

.about-copy:after {
    content: "THE ZONE";
    position: absolute;
    right: -12px;
    bottom: -25px;
    font: 900 118px/1 "Barlow Condensed";
    color: rgba(255, 255, 255, .025)
}

.about-copy h3 {
    font-size: 50px;
    margin-bottom: 18px
}

.about-copy p {
    color: #c4c6cb
}

.stats {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin-top: 32px
}

.stat {
    background: #0a0a0b;
    padding: 24px 18px
}

.stat strong {
    font: 900 36px/1 "Barlow Condensed";
    display: block
}

.stat span {
    font-size: 12px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: .08em
}

.features {
    background: linear-gradient(180deg, #0e0f12, #070707)
}

.cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.card {
    background: #0b0b0d;
    border: 1px solid #2d3037;
    padding: 34px;
    min-height: 310px;
    position: relative;
    overflow: hidden
}

.card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--red)
}

.card:nth-child(2):before {
    background: var(--blue2)
}

.card:nth-child(3):before {
    background: #d7d9dd
}

.card .num {
    font: 900 72px/1 Anton;
    color: #20232a;
    position: absolute;
    right: 24px;
    top: 16px
}

.card h3 {
    font-size: 38px;
    margin: 84px 0 16px
}

.card p {
    color: #adb1b7
}


.schedule-pricing {
    background: #090a0c;
    border-block: 1px solid #202228;
    overflow: hidden
}

.schedule-pricing:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(83, 162, 204, .08), transparent 42%), linear-gradient(315deg, rgba(242, 44, 53, .06), transparent 36%);
    pointer-events: none
}

.sp-grid {
    display: grid;
    grid-template-columns:1.15fr .85fr;
    gap: 20px;
    position: relative;
    z-index: 1
}

.sp-panel {
    background: linear-gradient(160deg, #111318, #090a0c);
    border: 1px solid #30343b;
    padding: 34px;
    position: relative;
    overflow: hidden
}

.sp-panel:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 35px solid rgba(83, 162, 204, .055);
    border-radius: 50%;
    right: -100px;
    bottom: -110px
}

.sp-label {
    font: 900 13px/1 "Barlow Condensed";
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px
}

.sp-panel h3 {
    font-size: 48px;
    margin: 0 0 24px
}

.daygroup {
    margin-top: 24px
}

.daygroup h4 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #d9dce1;
    text-transform: uppercase;
    letter-spacing: .04em
}

.time-grid {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 8px
}

.time-chip {
    border: 1px solid #343942;
    background: #0d0f12;
    padding: 13px 14px;
    font: 800 17px/1.1 "Barlow Condensed";
    letter-spacing: .02em
}

.special-class {
    margin-top: 22px;
    padding: 18px;
    border-left: 5px solid var(--red);
    background: #111216;
    color: #d6d8dc
}

.special-class strong {
    display: block;
    font: 900 20px/1.1 "Barlow Condensed";
    text-transform: uppercase;
    margin-bottom: 6px
}

.special-class span {
    color: #aeb2b9
}

.saturday {
    margin-top: 10px;
    border-left-color: var(--blue2)
}

.price-stack {
    display: grid;
    gap: 12px
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
    border-bottom: 1px solid #2b2f35;
    padding: 18px 0
}

.price-row:first-child {
    padding-top: 0
}

.price-row span {
    font: 800 21px/1 "Barlow Condensed";
    text-transform: uppercase;
    color: #b8bcc2
}

.price-row strong {
    font: 900 44px/1 "Barlow Condensed";
    color: #fff
}

.no-signup {
    margin-top: 22px;
    background: var(--blue2);
    color: #061018;
    padding: 20px 22px;
    font: 1000 34px/1 "Barlow Condensed";
    text-transform: uppercase;
    transform: rotate(-1deg);
    display: inline-block
}

.official-art {
    margin-top: 20px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px
}

.official-art figure {
    margin: 0;
    background: #0c0d10;
    border: 1px solid #30343b;
    padding: 8px;
    overflow: hidden
}

.official-art img {
    width: 100%;
    display: block;
    aspect-ratio: 9/16;
    object-fit: cover;
    object-position: top
}

.official-art figcaption {
    padding: 9px 4px 2px;
    color: #747981;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.gallery {
    display: grid;
    grid-template-columns:1.1fr .9fr .9fr;
    grid-template-rows:300px 300px;
    gap: 12px
}

.shot {
    position: relative;
    overflow: hidden;
    background: #151515;
    border: 1px solid #24262c
}

.shot:first-child {
    grid-row: 1/3
}

.shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%) contrast(1.1);
    transition: .35s
}

.shot:hover img {
    transform: scale(1.035);
    filter: grayscale(0%) contrast(1.1)
}

.shot:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent 55%)
}

.note {
    margin-top: 14px;
    color: #777;
    font-size: 12px
}

.contact {
    background: #0a0a0c;
    overflow: hidden
}

.contact:before {
    content: "";
    position: absolute;
    right: -180px;
    top: -120px;
    width: 520px;
    height: 520px;
    border: 72px solid rgba(242, 44, 53, .06);
    border-radius: 50%
}

.contact-grid {
    display: grid;
    grid-template-columns:.72fr 1.28fr;
    gap: 44px;
    position: relative;
    z-index: 2;
    align-items: start
}

.contact h2 {
    font-size: clamp(60px, 7vw, 96px);
    margin: 10px 0 20px
}

.contact p {
    color: #b7bbc0
}

.branches {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.branch-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #121317 0%, #090a0c 100%);
    border: 1px solid #2b2e34;
    border-radius: 22px;
    padding: 26px 22px 22px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28)
}

.branch-card:before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--red), var(--red) 64%, var(--blue) 64%, var(--blue) 82%, #70757d 82%)
}

.branch-card:after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 125px;
    height: 125px;
    border: 24px solid rgba(242, 44, 53, .055);
    border-radius: 50%
}

.branch-num {
    font: 900 13px/1 "Barlow Condensed";
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 14px
}

.branch-card h3 {
    font: 900 34px/.92 "Barlow Condensed";
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #fff;
    position: relative;
    z-index: 1
}

.branch-card .city {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8f949b;
    margin-bottom: 20px
}

.branch-detail {
    display: grid;
    gap: 5px;
    border-top: 1px solid #292c32;
    padding: 14px 0
}

.branch-detail b {
    font: 800 12px/1 "Barlow Condensed";
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #71767e
}

.branch-detail span, .branch-detail a {
    font-size: 14px;
    color: #e4e5e7;
    line-height: 1.45
}

.branch-detail a:hover {
    color: var(--red)
}

.branch-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 18px
}

.branch-actions a {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    border: 1px solid #343840;
    padding: 9px 11px;
    border-radius: 999px
}

.branch-actions a.primary {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

.branch-actions a:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.contact-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #26292f;
    position: relative;
    z-index: 2
}

.socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.socials a {
    border: 1px solid #343840;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 800
}

.socials a:hover {
    background: #fff;
    color: #000
}

footer {
    padding: 28px 0;
    border-top: 1px solid #202228;
    color: #7c8087;
    font-size: 13px
}

.foot {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media (max-width: 1100px) {
    .branches {
        grid-template-columns:1fr 1fr
    }

    .branch-card:last-child {
        grid-column: 1/3
    }
}

@media (max-width: 920px) {
    .navlinks a:not(.cta) {
        display: none
    }

    .hero-grid, .identity-grid, .contact-grid, .sp-grid {
        grid-template-columns:1fr
    }

    .hero-art {
        min-height: 520px
    }

    .cards {
        grid-template-columns:1fr
    }

    .gallery {
        grid-template-columns:1fr 1fr;
        grid-template-rows:320px 220px 220px
    }

    .shot:first-child {
        grid-column: 1/3;
        grid-row: auto
    }
}

@media (max-width: 620px) {
    .wrap {
        width: min(100% - 26px, var(--max))
    }

    .time-grid, .official-art {
        grid-template-columns:1fr
    }

    .sp-panel {
        padding: 26px
    }

    .price-row strong {
        font-size: 38px
    }

    .brand span {
        display: none
    }

    h1 {
        font-size: 72px
    }

    section {
        padding: 70px 0
    }

    .section-head {
        display: block
    }

    .section-head p {
        margin-top: 18px
    }

    .about-copy {
        padding: 30px
    }

    .stats {
        grid-template-columns:1fr
    }

    .gallery {
        grid-template-columns:1fr;
        grid-template-rows:270px 220px 220px 220px 220px
    }

    .shot:first-child {
        grid-column: auto
    }

    .hero-art .mini-logo {
        width: 110px
    }

    .branches {
        grid-template-columns:1fr
    }

    .branch-card:last-child {
        grid-column: auto
    }

    .contact-bottom {
        display: block
    }

    .contact-bottom .socials {
        margin-top: 16px
    }

    .foot {
        display: block
    }
}

.floating-socials {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.floating-socials a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b0b0d;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
    font-size: 21px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease
}

.floating-socials a:hover {
    transform: translateX(-5px) scale(1.06);
    background: #ed1c24;
    border-color: #ed1c24
}

.floating-socials .social-whatsapp:hover {
    background: #25D366;
    border-color: #25D366
}

.floating-socials .social-facebook:hover {
    background: #1877F2;
    border-color: #1877F2
}

@media (max-width: 700px) {
    .floating-socials {
        right: 10px;
        top: auto;
        bottom: 18px;
        transform: none;
        flex-direction: row
    }

    .floating-socials a {
        width: 44px;
        height: 44px;
        font-size: 19px
    }
}


/* Galeria ampliable */
.gallery .shot {
    cursor: zoom-in;
}

/* El overlay decorativo de .shot no debe bloquear los clics */
.gallery .shot::after {
    pointer-events: none !important;
}

.tz-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .94);
}

.tz-lightbox.is-open {
    display: flex !important;
}

.tz-lightbox__image {
    display: block;
    max-width: 94vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .7);
}

.tz-lightbox__close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 2147483647;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: #111;
    color: #fff;
    font: 400 34px/42px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.tz-lightbox__close:hover {
    background: #ed1c24;
}

@media (max-width: 700px) {
    .tz-lightbox {
        padding: 14px
    }

    .tz-lightbox__close {
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
        font-size: 30px;
        line-height: 38px;
    }
}