/*
Theme Name: Mielecka Szkoła Boksu – Strona wkrótce
Theme URI: https://example.com/
Author: Custom
Description: Minimalistyczny motyw typu Coming Soon dla Mieleckiej Szkoły Boksu.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: msb-coming-soon
*/

:root {
    --msb-bg: #080808;
    --msb-panel: rgba(18,18,18,.72);
    --msb-red: #d8201f;
    --msb-red-dark: #8d0f0f;
    --msb-white: #f5f5f5;
    --msb-muted: #a9a9a9;
    --msb-line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    min-height: 100%;
    background: var(--msb-bg);
}

body {
    color: var(--msb-white);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.msb-page {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    background:
        radial-gradient(circle at 72% 34%, rgba(216,32,31,.18), transparent 34%),
        radial-gradient(circle at 15% 85%, rgba(255,255,255,.07), transparent 26%),
        linear-gradient(120deg, #050505 0%, #0e0e0e 50%, #050505 100%);
}

.msb-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .25;
    background-image:
      repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.012) 3px 4px);
    pointer-events: none;
}

/* stylized boxing ring ropes */
.msb-rope {
    position: absolute;
    left: -5vw;
    right: -5vw;
    height: 2px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), rgba(216,32,31,.58), rgba(255,255,255,.18), transparent);
    box-shadow: 0 0 18px rgba(216,32,31,.12);
    transform: rotate(-2deg);
}
.msb-rope.one { top: 64%; }
.msb-rope.two { top: 72%; opacity: .75; }
.msb-rope.three { top: 80%; opacity: .55; }

.msb-glow {
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(216,32,31,.2);
    border-radius: 50%;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}
.msb-glow::after {
    content: "";
    position: absolute;
    inset: 44px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: inherit;
}

.msb-header {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--msb-line);
}

.msb-brand img,
.msb-default-logo {
    display: block;
    width: auto;
    max-width: 210px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}

.msb-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d5d5d5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.msb-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--msb-red);
    box-shadow: 0 0 0 5px rgba(216,32,31,.13);
}

.msb-main {
    width: min(1180px, calc(100% - 44px));
    margin: auto;
    padding: 78px 0 96px;
    display: grid;
    grid-template-columns: minmax(0, 760px) 1fr;
    gap: 56px;
    align-items: center;
}

.msb-kicker {
    margin: 0 0 18px;
    color: var(--msb-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.msb-title {
    margin: 0;
    max-width: 800px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(64px, 9vw, 142px);
    line-height: .82;
    letter-spacing: .01em;
    text-transform: uppercase;
    text-wrap: balance;
}

.msb-title span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px var(--msb-white);
    text-stroke: 2px var(--msb-white);
}

.msb-rule {
    width: 82px;
    height: 4px;
    margin: 32px 0 26px;
    background: var(--msb-red);
}

.msb-copy {
    max-width: 590px;
    margin: 0;
    color: #c9c9c9;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
}

.msb-copy strong { color: white; }

.msb-card {
    justify-self: end;
    width: min(100%, 340px);
    padding: 34px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(155deg, rgba(27,27,27,.82), rgba(8,8,8,.52));
    backdrop-filter: blur(8px);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.msb-card-label {
    color: var(--msb-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.msb-card h2 {
    margin: 12px 0 14px;
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase;
}

.msb-card p {
    margin: 0;
    color: var(--msb-muted);
    line-height: 1.55;
    font-size: 14px;
}

.msb-card-line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: linear-gradient(90deg, var(--msb-red), rgba(255,255,255,.08));
}

.msb-footer {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 22px 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--msb-line);
    color: #777;
    font-size: 12px;
}

.msb-admin-note {
    color: #8d8d8d;
}

@media (max-width: 850px) {
    .msb-header {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .msb-brand img,
    .msb-default-logo {
        max-width: 168px;
        height: 62px;
    }

    .msb-status { display: none; }

    .msb-main {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 58px 0 70px;
    }

    .msb-card {
        justify-self: start;
        width: min(100%, 520px);
    }

    .msb-title {
        font-size: clamp(58px, 17vw, 96px);
    }
}

@media (max-width: 520px) {
    .msb-header,
    .msb-main,
    .msb-footer {
        width: min(100% - 30px, 1180px);
    }

    .msb-title span {
        -webkit-text-stroke-width: 1px;
    }

    .msb-copy {
        font-size: 16px;
    }

    .msb-card {
        padding: 25px;
    }

    .msb-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
