/* =========================================================
   MOST WANTED – PIERCING SCHULUNGEN
   Nur Inhaltsbereich. Navi, Hero und Footer kommen unverändert
   aus der template-unterseite.php.
========================================================= */

body.mw-new-home {
    --mw-ps-blue: var(--mw-blue, #00aeef);
    --mw-ps-dark: #080a0b;
    --mw-ps-panel: #111416;
    --mw-ps-line: rgba(255,255,255,.10);
    --mw-ps-muted: rgba(255,255,255,.68);
}

.mw-ps-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mw-ps-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--mw-ps-blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.mw-ps-intro {
    padding: 110px 0;
    background:
        radial-gradient(circle at 84% 18%, rgba(0,174,239,.08), transparent 27%),
        #080a0b;
    color: #fff;
}

.mw-ps-intro-grid {
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr);
    gap: 76px;
    align-items: start;
}

.mw-ps-copy h2,
.mw-ps-heading h2,
.mw-ps-module-title h2,
.mw-ps-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.05em;
}

.mw-ps-copy p {
    margin: 25px 0 0;
    color: var(--mw-ps-muted);
    line-height: 1.82;
}

.mw-ps-copy .mw-ps-lead {
    color: rgba(255,255,255,.9);
    font-size: clamp(1.08rem, 1.45vw, 1.3rem);
}

.mw-ps-facts {
    padding: 34px;
    border: 1px solid rgba(0,174,239,.26);
    border-radius: 16px;
    background: linear-gradient(180deg, #15191c, #0e1113);
}

.mw-ps-facts h3,
.mw-ps-calendar h3 {
    margin: 0 0 24px;
    font-size: 1.5rem;
}

.mw-ps-fact {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid var(--mw-ps-line);
}

.mw-ps-fact > span,
.mw-ps-topic-grid article > span,
.mw-ps-type-grid article > span {
    color: var(--mw-ps-blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.mw-ps-fact strong,
.mw-ps-fact small {
    display: block;
}

.mw-ps-fact small {
    margin-top: 5px;
    color: rgba(255,255,255,.55);
}

.mw-ps-gallery {
    padding: 100px 0 110px;
    border-top: 1px solid var(--mw-ps-line);
    border-bottom: 1px solid var(--mw-ps-line);
    background: #0d1012;
    color: #fff;
}

.mw-ps-heading {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 44px;
}

.mw-ps-heading p {
    margin: 0;
    color: var(--mw-ps-muted);
    line-height: 1.72;
}

.mw-ps-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.mw-ps-gallery-grid figure {
    aspect-ratio: 1/1;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #050607;
}

.mw-ps-gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.mw-ps-gallery-grid figure:hover img {
    transform: scale(1.035);
}

.mw-ps-module {
    padding: 120px 0;
}

.mw-ps-module-dark {
    background: #090b0c;
    color: #fff;
}

.mw-ps-module-light {
    background: #f1f1ef;
    color: #111;
}

.mw-ps-module-grid {
    display: grid;
    grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr);
    gap: 88px;
    align-items: start;
}

.mw-ps-number {
    display: block;
    margin-bottom: 26px;
    color: rgba(0,174,239,.18);
    font-size: clamp(5rem,9vw,9rem);
    font-weight: 900;
    line-height: .78;
    letter-spacing: -.07em;
}

.mw-ps-module-title p {
    margin: 22px 0 0;
    color: rgba(255,255,255,.65);
    line-height: 1.75;
}

.mw-ps-module-light .mw-ps-module-title h2 {
    color: #111;
}

.mw-ps-module-light .mw-ps-module-title p {
    color: rgba(0,0,0,.65);
}

.mw-ps-topic-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

.mw-ps-topic-grid article {
    padding: 27px;
    border: 1px solid var(--mw-ps-line);
    border-radius: 12px;
    background: #111416;
}

.mw-ps-topic-grid h3,
.mw-ps-type-grid h3,
.mw-ps-practice h3 {
    margin: 12px 0 10px;
    font-size: 1.2rem;
}

.mw-ps-topic-grid p,
.mw-ps-type-grid p {
    margin: 0;
    color: rgba(255,255,255,.63);
    line-height: 1.68;
}

.mw-ps-practice {
    border-top: 1px solid rgba(0,0,0,.14);
}

.mw-ps-practice > div {
    padding: 26px 0;
    border-bottom: 1px solid rgba(0,0,0,.14);
}

.mw-ps-practice h3 {
    margin-top: 0;
}

.mw-ps-practice p {
    margin: 0;
    color: rgba(0,0,0,.65);
    line-height: 1.75;
}

.mw-ps-types {
    padding: 115px 0;
    background: #0b0e10;
    color: #fff;
}

.mw-ps-type-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
}

.mw-ps-type-grid article {
    min-height: 250px;
    padding: 30px;
    border: 1px solid var(--mw-ps-line);
    border-radius: 14px;
    background: linear-gradient(180deg,#15191b,#101315);
}

.mw-ps-type-grid h3 {
    margin-top: 34px;
    font-size: 1.4rem;
}

.mw-ps-data {
    padding: 120px 0;
    background: #050607;
    color: #fff;
}

.mw-ps-data-grid {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr);
    gap: 28px;
    align-items: start;
}

.mw-ps-detail-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

.mw-ps-detail {
    min-height: 165px;
    padding: 27px;
    border: 1px solid var(--mw-ps-line);
    border-radius: 12px;
    background: #101315;
}

.mw-ps-detail span,
.mw-ps-detail strong,
.mw-ps-detail small {
    display: block;
}

.mw-ps-detail span {
    margin-bottom: 17px;
    color: var(--mw-ps-blue);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mw-ps-detail strong {
    font-size: 1.2rem;
    line-height: 1.3;
}

.mw-ps-detail small {
    margin-top: 8px;
    color: rgba(255,255,255,.56);
    line-height: 1.5;
}

.mw-ps-detail-price {
    border-color: rgba(0,174,239,.30);
    background: linear-gradient(145deg,rgba(0,174,239,.08),#101315 60%);
}

.mw-ps-detail-wide {
    grid-column: 1/-1;
}

.mw-ps-calendar {
    padding: 34px;
    border: 1px solid rgba(0,174,239,.28);
    border-radius: 14px;
    background: linear-gradient(180deg,#14191b,#0d1012);
}

.mw-ps-date {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 0;
    border-top: 1px solid var(--mw-ps-line);
}

.mw-ps-date span {
    color: rgba(255,255,255,.56);
}

.mw-ps-cta {
    padding: 90px 0 120px;
    background:
        radial-gradient(circle at 15% 50%,rgba(0,174,239,.11),transparent 24%),
        #080a0b;
    color: #fff;
}

.mw-ps-cta-box {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) auto;
    gap: 65px;
    align-items: center;
    padding: 50px;
    border: 1px solid rgba(0,174,239,.26);
    border-radius: 18px;
    background: #111416;
}

.mw-ps-cta p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--mw-ps-muted);
    line-height: 1.72;
}

.mw-ps-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 235px;
}

.mw-ps-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 5px;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

.mw-ps-button-primary {
    border-color: var(--mw-ps-blue);
    background: var(--mw-ps-blue);
    color: #050505;
}

@media (max-width: 1050px) {
    .mw-ps-intro-grid,
    .mw-ps-module-grid,
    .mw-ps-data-grid,
    .mw-ps-cta-box {
        grid-template-columns: 1fr;
    }

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

    .mw-ps-actions {
        flex-direction: row;
        min-width: 0;
    }
}

@media (max-width: 820px) {
    .mw-ps-shell {
        width: min(100% - 36px,1240px);
    }

    .mw-ps-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mw-ps-topic-grid,
    .mw-ps-detail-grid {
        grid-template-columns: 1fr;
    }

    .mw-ps-detail-wide {
        grid-column: auto;
    }

    .mw-ps-intro,
    .mw-ps-gallery,
    .mw-ps-module,
    .mw-ps-types,
    .mw-ps-data {
        padding-top: 82px;
        padding-bottom: 82px;
    }
}

@media (max-width: 560px) {
    .mw-ps-shell {
        width: calc(100% - 30px);
    }

    .mw-ps-gallery-grid,
    .mw-ps-type-grid {
        grid-template-columns: 1fr;
    }

    .mw-ps-facts,
    .mw-ps-calendar,
    .mw-ps-cta-box {
        padding: 25px;
    }

    .mw-ps-actions {
        flex-direction: column;
    }

    .mw-ps-date {
        flex-direction: column;
        gap: 4px;
    }
}
