

/* ==========================================================
   MOST WANTED HOME – DESIGN SYSTEM
========================================================== */

:root {
    --mw-blue: #00aeef;
    --mw-blue-rgb: 0, 174, 239;
    --mw-dark: #111111;
    --mw-dark-2: #181818;
    --mw-card: #1f1f1f;
    --mw-card-light: #252525;
    --mw-text: #ffffff;
    --mw-text-soft: #bdbdbd;
    --mw-border: rgba(255, 255, 255, 0.12);
    --mw-radius: 20px;
    --mw-transition: 0.3s ease;
    --mw-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

/* ==========================================================
   GRUNDLAGEN NUR FÜR DIE NEUE STARTSEITE
========================================================== */

.mw-home-intro,
.mw-home-info,
.mw-home-experience,
.mw-home-first-tattoo,
.mw-home-details,
.mw-home-craft,
.mw-home-intro *,
.mw-home-info *,
.mw-home-experience *,
.mw-home-first-tattoo *,
.mw-home-details *,
.mw-home-craft *,
.mw-home-intro *::before,
.mw-home-info *::before,
.mw-home-experience *::before,
.mw-home-first-tattoo *::before,
.mw-home-details *::before,
.mw-home-craft *::before,
.mw-home-intro *::after,
.mw-home-info *::after,
.mw-home-experience *::after,
.mw-home-first-tattoo *::after,
.mw-home-details *::after,
.mw-home-craft *::after {
    box-sizing: border-box;
}

.mw-home-intro,
.mw-home-info,
.mw-home-experience,
.mw-home-first-tattoo,
.mw-home-details,
.mw-home-craft {
    position: relative;
    display: block;
    width: 100%;
    color: var(--mw-text);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mw-home-section-inner,
.mw-home-info-inner,
.mw-home-intro .events-inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mw-home-section-heading {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}

.mw-home-section-heading h2,
.mw-home-first-heading h2,
.mw-home-craft-content h2,
.mw-home-reasons-heading h2,
.mw-home-training-heading h2,
.mw-home-info-header h2,
.mw-home-prices-header h2,
.mw-home-info-cta h2 {
    margin: 12px 0 20px;
    padding: 0;
    color: var(--mw-text);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-align: inherit;
}

.mw-home-kicker,
.mw-home-card-label,
.mw-home-info-kicker,
.mw-home-info-label,
.mw-home-price-category {
    display: inline-block;
    color: var(--mw-blue) !important;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mw-home-section-heading p,
.mw-home-info-header p,
.mw-home-prices-header p,
.mw-home-first-content p,
.mw-home-craft-content p,
.mw-home-detail-card p,
.mw-home-training-heading p,
.mw-home-info-cta p {
    color: var(--mw-text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

/* ==========================================================
   SEO-EINSTIEG
========================================================== */

.mw-home-intro {
    overflow: hidden;
    padding: 95px 0 105px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.97) 0%,
            rgba(0, 0, 0, 0.91) 55%,
            rgba(0, 0, 0, 0.74) 100%
        ),
        url('../images/tattoo-studio-berlin-background.jpg') center center / cover no-repeat;
}

.mw-home-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 80% 30%, rgba(var(--mw-blue-rgb), 0.1), transparent 34%);
    pointer-events: none;
}

.mw-home-intro::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--mw-blue-rgb), 0.7), transparent);
}

.mw-home-intro-content {
    width: 100%;
    max-width: 1120px;
}

.mw-home-intro h2 {
    max-width: 1050px;
    margin: 12px 0 28px;
    padding: 0;
    color: var(--mw-text);
    font-size: clamp(2.5rem, 5vw, 4.7rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-align: left;
}

.mw-home-intro-lead {
    max-width: 1040px;
    margin: 0 0 28px;
    color: #eeeeee;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.78;
    text-align: left;
}

.mw-home-intro-text {
    width: 100%;
    max-width: 1100px;
}

.mw-home-intro-text p {
    margin: 0 0 22px;
    color: #d7d7d7;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
}

.mw-home-intro-text p:last-child {
    margin-bottom: 0;
}

.mw-home-intro strong {
    color: var(--mw-text);
    font-weight: 700;
}

.mw-home-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.mw-home-intro-actions .event-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid var(--mw-blue);
    border-radius: 999px;
    background: var(--mw-blue);
    color: #06131a !important;
    font-weight: 800;
    text-decoration: none;
    transition: transform var(--mw-transition), box-shadow var(--mw-transition), background var(--mw-transition), color var(--mw-transition);
}

.mw-home-intro-actions .event-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(var(--mw-blue-rgb), 0.24);
}

.mw-home-intro-actions .event-button-secondary {
    background: transparent;
    color: var(--mw-text) !important;
}

.mw-home-intro-actions .event-button-secondary:hover {
    background: rgba(var(--mw-blue-rgb), 0.12);
}

/* ==========================================================
   STUDIOINFORMATIONEN, KONTAKT UND PREISE
========================================================== */

.mw-home-info {
    overflow: hidden;
    padding: 100px 0;
    background: var(--mw-dark);
}

.mw-home-info::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--mw-blue-rgb), 0.1), transparent 68%);
    pointer-events: none;
}

.mw-home-info-header,
.mw-home-prices-header {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}

.mw-home-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mw-home-info-card,
.mw-home-price-card,
.mw-home-price-list,
.mw-home-price-notice,
.mw-home-info-cta {
    border: 1px solid var(--mw-border);
    border-radius: var(--mw-radius);
    background: var(--mw-card);
    box-shadow: var(--mw-shadow);
}

.mw-home-info-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 34px;
    transition: transform var(--mw-transition), border-color var(--mw-transition), box-shadow var(--mw-transition);
}

.mw-home-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--mw-blue-rgb), 0.5);
    box-shadow: 0 18px 42px rgba(var(--mw-blue-rgb), 0.08);
}

.mw-home-info-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border: 1px solid rgba(var(--mw-blue-rgb), 0.45);
    border-radius: 16px;
    background: rgba(var(--mw-blue-rgb), 0.1);
}

.mw-home-info-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--mw-blue);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mw-home-info-card h3 {
    margin: 10px 0 22px;
    color: var(--mw-text);
    font-size: 1.6rem;
    line-height: 1.22;
}

.mw-home-info-card > p {
    margin: 0 0 20px;
    color: var(--mw-text-soft);
    line-height: 1.75;
}

.mw-home-hours,
.mw-home-contact-list {
    display: grid;
    gap: 0;
}

.mw-home-hours-row,
.mw-home-contact-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-home-hours-row span,
.mw-home-contact-row span {
    color: var(--mw-text-soft);
}

.mw-home-hours-row strong,
.mw-home-contact-row strong {
    color: var(--mw-text);
    text-align: right;
}

.mw-home-contact-row {
    color: inherit;
    text-decoration: none;
    transition: color var(--mw-transition);
}

.mw-home-contact-row:hover strong {
    color: var(--mw-blue);
}

.mw-home-info-note {
    margin-top: auto !important;
    padding-top: 22px;
    color: #9c9c9c !important;
    font-size: 0.9rem;
    line-height: 1.65 !important;
}

.mw-home-check-list {
    display: grid;
    gap: 13px;
    margin: 4px 0 28px;
}

.mw-home-check-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--mw-text-soft);
}

.mw-home-check-item > span {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mw-blue);
    box-shadow: 0 0 0 5px rgba(var(--mw-blue-rgb), 0.1);
}

.mw-home-card-link {

    display:inline-flex;
    align-items:center;
    justify-content:center;

    align-self:flex-start;
    margin-top:auto;

    padding:15px 30px;

    background:var(--mw-blue);

    color:#ffffff !important;

    border:1px solid var(--mw-blue);

    border-radius:14px;

    font-weight:800;

    text-decoration:none;

    transition:
        background var(--mw-transition),
        color var(--mw-transition),
        border-color var(--mw-transition),
        transform var(--mw-transition),
        box-shadow var(--mw-transition);

    box-shadow:0 10px 28px rgba(var(--mw-blue-rgb),0.22);

}

.mw-home-card-link::after{

    content:"→";

    margin-left:10px;

    color:inherit;

    transition:transform var(--mw-transition);

}

.mw-home-card-link:hover{

    background:#ffffff;

    color:var(--mw-blue) !important;

    border-color:var(--mw-blue);

    transform:translateY(-2px);

}

.mw-home-card-link:hover::after{

    color:inherit;

    transform:translateX(5px);

}

.mw-home-prices {
    margin-top: 100px;
}

.mw-home-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mw-home-price-card {
    position: relative;
    padding: 36px;
}

.mw-home-price-card-featured {
    border-color: rgba(var(--mw-blue-rgb), 0.65);
    background: linear-gradient(145deg, rgba(var(--mw-blue-rgb), 0.11), var(--mw-card) 48%);
}

.mw-home-price-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--mw-blue);
    color: #06131a;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mw-home-price-card h3 {
    margin: 14px 0 8px;
    color: var(--mw-text);
    font-size: 1.35rem;
}

.mw-home-price {
    margin-bottom: 18px;
    color: var(--mw-blue);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 900;
    line-height: 1.1;
}

.mw-home-price-card p {
    margin: 0;
    color: var(--mw-text-soft);
    line-height: 1.7;
}

.mw-home-price-list {
    overflow: hidden;
    margin-top: 28px;
}

.mw-home-price-list-heading,
.mw-home-price-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 30px;
}

.mw-home-price-list-heading {
    border-bottom: 1px solid var(--mw-border);
    background: var(--mw-card-light);
}

.mw-home-price-list-heading h3 {
    margin: 7px 0 0;
    color: var(--mw-text);
    font-size: 1.55rem;
}

.mw-home-price-list-heading p {
    margin: 0;
    color: var(--mw-text-soft);
    text-align: right;
}

.mw-home-price-list-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-home-price-list-row:last-child {
    border-bottom: 0;
}

.mw-home-price-list-row div {
    display: grid;
    gap: 5px;
}

.mw-home-price-list-row strong,
.mw-home-price-list-row b {
    color: var(--mw-text);
}

.mw-home-price-list-row span {
    color: var(--mw-text-soft);
}

.mw-home-price-list-row b {
    white-space: nowrap;
    font-size: 1.05rem;
}

.mw-home-price-notice {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    margin-top: 28px;
    padding: 28px 30px;
    border-left: 4px solid var(--mw-blue);
}

.mw-home-price-notice-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(var(--mw-blue-rgb), 0.13);
    color: var(--mw-blue);
    font-weight: 900;
}

.mw-home-price-notice strong {
    color: var(--mw-text);
}

.mw-home-price-notice p {
    margin: 7px 0 0;
    color: var(--mw-text-soft);
    line-height: 1.7;
}

.mw-home-info-cta {
    margin-top: 80px;
    padding: 52px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(var(--mw-blue-rgb), 0.13), transparent 46%),
        var(--mw-card);
}

.mw-home-info-cta > span {
    color: var(--mw-blue);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mw-home-info-cta p {
    max-width: 700px;
    margin: 0 auto;
}

.mw-home-info-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.mw-home-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 30px;
    border: 1px solid var(--mw-blue);
    border-radius: 14px;
    background: var(--mw-blue);
    color: #ffffff !important;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(var(--mw-blue-rgb), 0.22);
    transition:
        transform var(--mw-transition),
        box-shadow var(--mw-transition),
        background var(--mw-transition),
        color var(--mw-transition),
        border-color var(--mw-transition);
}

.mw-home-info-button:hover,
.mw-home-info-button:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--mw-blue) !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(var(--mw-blue-rgb), 0.30);
    outline: none;
}

/* Sekundäre Aktionen: transparent und zurückhaltender */
.mw-home-info-button-secondary {
    background: transparent;
    border-color: var(--mw-blue);
    color: var(--mw-blue) !important;
    box-shadow: none;
}

.mw-home-info-button-secondary:hover,
.mw-home-info-button-secondary:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--mw-blue) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
    outline: none;
}

/* ==========================================================
   ERFAHRUNG UND STUDIO
========================================================== */

.mw-home-experience {
    overflow: hidden;
    padding: 100px 0;
    background: var(--mw-dark-2);
}

.mw-home-experience::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--mw-blue-rgb), 0.35), transparent);
}

.mw-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 70px;
}

.mw-home-stat,
.mw-home-service-card,
.mw-home-detail-card,
.mw-home-reason-card,
.mw-home-style-card,
.mw-home-training {
    border: 1px solid var(--mw-border);
    border-radius: var(--mw-radius);
    background: var(--mw-card);
}

.mw-home-stat,
.mw-home-service-card,
.mw-home-detail-card,
.mw-home-reason-card,
.mw-home-style-card {
    transition: transform var(--mw-transition), border-color var(--mw-transition), box-shadow var(--mw-transition);
}

.mw-home-stat:hover,
.mw-home-service-card:hover,
.mw-home-detail-card:hover,
.mw-home-reason-card:hover,
.mw-home-style-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--mw-blue-rgb), 0.5);
    box-shadow: 0 18px 42px rgba(var(--mw-blue-rgb), 0.08);
}

.mw-home-stat {
    padding: 34px;
    text-align: center;
}

.mw-home-stat-number {
    display: block;
    margin-bottom: 8px;
    color: var(--mw-text) !important;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    font-weight: 900;
    line-height: 1;
}

.mw-home-stat h3 {
    margin: 0 0 16px;
    color: var(--mw-text);
    font-size: 1.25rem;
}

.mw-home-stat p {
    margin: 0;
    color: var(--mw-text-soft);
    line-height: 1.65;
}

.mw-home-service-grid {
    display: grid;
    gap: 28px;
}

.mw-home-service-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    padding: 42px;
}

.mw-home-service-icon {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(var(--mw-blue-rgb), 0.08));
}

.mw-home-service-content h3 {
    margin: 10px 0 18px;
    color: var(--mw-text);
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.mw-home-service-content p {
    margin: 0 0 16px;
    color: var(--mw-text-soft);
    line-height: 1.75;
}

.mw-home-inline-highlight {
    display: inline-block;
    margin-top: 6px;
    padding: 12px 16px;
    border-left: 4px solid var(--mw-blue);
    background: rgba(var(--mw-blue-rgb), 0.1);
    color: var(--mw-text) !important;
}

/* ==========================================================
   ERSTES TATTOO
========================================================== */

.mw-home-first-tattoo {
    padding: 100px 0;
    background: var(--mw-dark);
}

.mw-home-first-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 80px;
    align-items: start;
}

.mw-home-first-heading {
    position: sticky;
    top: 40px;
}

.mw-home-first-content {
    padding-left: 32px;
    border-left: 2px solid rgba(var(--mw-blue-rgb), 0.55);
}

.mw-home-first-content p {
    margin: 0 0 22px;
}

.mw-home-first-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   HIGHLIGHT-LINKS UND INFORMATIONEN
========================================================== */

.mw-home-details {
    padding: 100px 0;
    background: var(--mw-dark-2);
}

.mw-home-highlight-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 70px;
}

.mw-home-highlight-link,
.mw-home-image-button {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(var(--mw-blue-rgb), 0.2);
    border-radius: var(--mw-radius);
    box-shadow: var(--mw-shadow);
    transition: transform var(--mw-transition), border-color var(--mw-transition), box-shadow var(--mw-transition);
}

.mw-home-highlight-link:hover,
.mw-home-image-button:hover {
    transform: translateY(-5px);
    border-color: var(--mw-blue);
    box-shadow: 0 20px 42px rgba(var(--mw-blue-rgb), 0.16);
}

.mw-home-highlight-link img,
.mw-home-image-button img {
    display: block;
    width: 100%;
    height: auto;
}

.mw-home-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mw-home-detail-card {
    position: relative;
    padding: 38px;
}

.mw-home-detail-card-wide {
    grid-column: 1 / -1;
}

.mw-home-detail-number,
.mw-home-reason-card > span {
    display: block;
    color: var(--mw-blue) !important;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.mw-home-detail-number {
    margin-bottom: 20px;
}

.mw-home-detail-card h3 {
    margin: 0 0 18px;
    color: var(--mw-text);
    font-size: 1.65rem;
}

.mw-home-detail-card p {
    margin: 0 0 18px;
}

.mw-home-detail-card .mw-home-image-button {
    max-width: 500px;
    margin-top: 28px;
}

.mw-home-training {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 60px;
    align-items: center;
    margin-top: 70px;
    padding: 46px;
    background:
        radial-gradient(circle at 0% 50%, rgba(var(--mw-blue-rgb), 0.1), transparent 36%),
        var(--mw-card);
}

.mw-home-training-heading h2 {
    margin-top: 10px;
}

.mw-home-training-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* ==========================================================
   HANDWERK, GRÜNDE UND TATTOO-STILE
========================================================== */

.mw-home-craft {
    padding: 100px 0;
    background: var(--mw-dark);
}

.mw-home-craft-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    align-items: center;
}

.mw-home-craft-content p {
    margin: 0 0 20px;
}

.mw-home-craft-image {
    position: relative;
}

.mw-home-craft-image::before {
    content: "";
    position: absolute;
    top: 18px;
    right: -18px;
    bottom: -18px;
    left: 18px;
    z-index: 0;
    border: 1px solid rgba(var(--mw-blue-rgb), 0.45);
    border-radius: var(--mw-radius);
}

.mw-home-craft-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--mw-radius);
}

.mw-home-reasons,
.mw-home-styles {
    margin-top: 100px;
}

.mw-home-reasons-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.mw-home-reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mw-home-reason-card {
    padding: 34px;
}

.mw-home-reason-card > span {
    margin-bottom: 24px;
}

.mw-home-reason-card h3,
.mw-home-style-card h3 {
    color: var(--mw-text);
}

.mw-home-reason-card h3 {
    margin: 0 0 16px;
    font-size: 1.35rem;
}

.mw-home-reason-card p,
.mw-home-style-card p {
    margin: 0;
    color: var(--mw-text-soft);
    line-height: 1.7;
}

.mw-home-style-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.mw-home-style-card {
    position: relative;
    overflow: hidden;
    padding: 30px 24px;
}

.mw-home-style-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mw-blue), transparent);
}

.mw-home-style-card h3 {
    margin: 0 0 14px;
    font-size: 1.3rem;
}

/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1024px) {
    .mw-home-info-grid,
    .mw-home-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-home-info-card:last-child,
    .mw-home-price-card:last-child {
        grid-column: 1 / -1;
    }

    .mw-home-stats,
    .mw-home-reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-home-highlight-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-home-style-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mw-home-first-layout,
    .mw-home-craft-layout,
    .mw-home-training {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .mw-home-first-heading {
        position: static;
    }
}

/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 700px) {
    .mw-home-section-inner,
    .mw-home-info-inner,
    .mw-home-intro .events-inner {
        width: min(100% - 28px, 1240px);
    }

    .mw-home-intro {
        padding: 65px 0 70px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.84)),
            url('../images/tattoo-studio-berlin-background.jpg') 68% center / cover no-repeat;
    }

    .mw-home-intro h2 {
        width: 100%;
        margin-bottom: 24px;
        font-size: 2.35rem;
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .mw-home-intro-lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mw-home-intro-text p {
        font-size: 16px;
        line-height: 1.72;
    }

    .mw-home-intro-actions,
    .mw-home-info-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mw-home-intro-actions .event-button,
    .mw-home-info-button {
        width: 100%;
    }

    .mw-home-info,
    .mw-home-experience,
    .mw-home-first-tattoo,
    .mw-home-details,
    .mw-home-craft {
        padding: 70px 0;
    }

    .mw-home-info-grid,
    .mw-home-price-grid,
    .mw-home-stats,
    .mw-home-highlight-links,
    .mw-home-details-grid,
    .mw-home-reasons-grid,
    .mw-home-style-grid,
    .mw-home-training-links {
        grid-template-columns: 1fr;
    }

    .mw-home-info-card:last-child,
    .mw-home-price-card:last-child,
    .mw-home-detail-card-wide {
        grid-column: auto;
    }

    .mw-home-info-card,
    .mw-home-price-card,
    .mw-home-detail-card,
    .mw-home-stat,
    .mw-home-reason-card,
    .mw-home-style-card,
    .mw-home-training,
    .mw-home-info-cta {
        padding: 28px 22px;
    }

    .mw-home-service-card {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

    .mw-home-service-icon {
        max-width: 100px;
    }

    .mw-home-first-content {
        padding-left: 20px;
    }

    .mw-home-section-heading,
    .mw-home-info-header,
    .mw-home-prices-header {
        margin-bottom: 38px;
        text-align: left;
    }

    .mw-home-hours-row,
    .mw-home-contact-row,
    .mw-home-price-list-heading,
    .mw-home-price-list-row {
        align-items: flex-start;
    }

    .mw-home-price-list-heading,
    .mw-home-price-list-row {
        flex-direction: column;
        padding: 22px;
    }

    .mw-home-price-list-heading p,
    .mw-home-hours-row strong,
    .mw-home-contact-row strong {
        text-align: left;
    }

    .mw-home-price-notice {
        grid-template-columns: 1fr;
        padding: 24px 22px;
    }

    .mw-home-craft-image::before {
        top: 10px;
        right: -8px;
        bottom: -10px;
        left: 8px;
    }
}

/* ==========================================================
   SEHR KLEINE SMARTPHONES
========================================================== */

@media screen and (max-width: 380px) {
    .mw-home-section-inner,
    .mw-home-info-inner,
    .mw-home-intro .events-inner {
        width: calc(100% - 22px);
    }

    .mw-home-intro h2 {
        font-size: 2.05rem;
    }

    .mw-home-intro-lead,
    .mw-home-intro-text p {
        font-size: 15px;
    }
}

/* ==========================================================
   PERMANENT MAKE-UP
========================================================== */

.mw-home-pmu,
.mw-home-pmu *,
.mw-home-artists,
.mw-home-artists *,
.mw-home-vouchers,
.mw-home-vouchers *,
.mw-home-aftercare,
.mw-home-aftercare *,
.mw-home-reviews,
.mw-home-reviews *,
.mw-footer,
.mw-footer * {
    box-sizing: border-box;
}

.mw-home-pmu {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.9) 52%, rgba(0,0,0,.78) 100%),
        url('../images/tattoo-studio-berlin-background.jpg') center center / cover no-repeat;
    color: var(--mw-text);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mw-home-pmu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 22%, rgba(var(--mw-blue-rgb), .1), transparent 34%);
    pointer-events: none;
}

.mw-home-pmu::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--mw-blue-rgb), .6), transparent);
}

.mw-home-pmu .mw-home-section-inner { position: relative; z-index: 2; }
.mw-home-pmu-intro { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 70px; align-items: start; margin-bottom: 68px; }
.mw-home-pmu-heading { max-width: 760px; }
.mw-home-pmu-heading h2 { margin: 12px 0 24px; color: var(--mw-text); font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 800; line-height: 1.08; }
.mw-home-pmu-heading p { margin: 0 0 20px; color: var(--mw-text-soft); font-size: 1.05rem; line-height: 1.8; }
.mw-home-pmu-heading .mw-home-info-button { margin-top: 14px; }
.mw-home-pmu-features { display: grid; gap: 14px; }
.mw-home-pmu-feature { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 18px; padding: 22px 24px; background: rgba(31,31,31,.94); border: 1px solid var(--mw-border); border-radius: var(--mw-radius); transition: transform var(--mw-transition), border-color var(--mw-transition), box-shadow var(--mw-transition); }
.mw-home-pmu-feature:hover { transform: translateX(5px); border-color: rgba(var(--mw-blue-rgb),.55); box-shadow: 0 14px 32px rgba(var(--mw-blue-rgb),.08); }
.mw-home-pmu-feature > span { color: var(--mw-blue); font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
.mw-home-pmu-feature h3 { margin: 0 0 8px; color: var(--mw-text); font-size: 1.15rem; }
.mw-home-pmu-feature p { margin: 0; color: var(--mw-text-soft); line-height: 1.6; }
.mw-home-pmu-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.mw-home-pmu-card { display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: var(--mw-card); border: 1px solid var(--mw-border); border-radius: var(--mw-radius); color: var(--mw-text); text-decoration: none; box-shadow: var(--mw-shadow); transition: transform var(--mw-transition), border-color var(--mw-transition), box-shadow var(--mw-transition); }
.mw-home-pmu-card:hover { transform: translateY(-7px); border-color: var(--mw-blue); box-shadow: 0 24px 50px rgba(var(--mw-blue-rgb),.16); }
.mw-home-pmu-image { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.mw-home-pmu-image::after { content:""; position:absolute; inset:auto 0 0; height:40%; background:linear-gradient(to top,rgba(31,31,31,.96),transparent); pointer-events:none; }
.mw-home-pmu-image img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.mw-home-pmu-card:hover .mw-home-pmu-image img { transform:scale(1.06); }
.mw-home-pmu-card-content { display:flex; flex:1; flex-direction:column; align-items:flex-start; padding:26px 24px 28px; }
.mw-home-pmu-card-content h3 { margin:9px 0 14px; color:var(--mw-text); font-size:1.35rem; line-height:1.2; }
.mw-home-pmu-card-content p { margin:0; color:var(--mw-text-soft); line-height:1.65; }
.mw-home-pmu-link { display:inline-flex; align-items:center; gap:10px; margin-top:auto; padding-top:22px; color:var(--mw-blue)!important; font-size:.9rem; font-weight:800; letter-spacing:.04em; }
.mw-home-pmu-link::after { content:"→"; transition:transform var(--mw-transition); }
.mw-home-pmu-card:hover .mw-home-pmu-link::after { transform:translateX(5px); }

/* ==========================================================
   TATTOO ARTISTS BERLIN
========================================================== */

.mw-home-artists { position:relative; width:100%; padding:100px 0; background:var(--mw-dark); color:var(--mw-text); font-family:'Roboto',Arial,Helvetica,sans-serif; }
.mw-home-artists::before { content:""; position:absolute; top:0; right:0; left:0; height:1px; background:linear-gradient(90deg,transparent,rgba(var(--mw-blue-rgb),.55),transparent); }
.mw-home-artists-intro { max-width:900px; margin:0 0 58px; }
.mw-home-artists-intro h2 { margin:12px 0 24px; color:var(--mw-text); font-size:clamp(2.2rem,4vw,3.8rem); font-weight:800; line-height:1.08; }
.mw-home-artists-intro p { max-width:860px; margin:0 0 18px; color:var(--mw-text-soft); font-size:1.05rem; line-height:1.8; }
.mw-home-artists-intro .mw-home-artists-lead { color:var(--mw-text); font-size:1.15rem; }
.mw-home-artists-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.mw-home-artist-card { position:relative; display:flex; flex-direction:column; overflow:hidden; min-width:0; background:var(--mw-card); border:1px solid var(--mw-border); border-radius:var(--mw-radius); color:var(--mw-text); text-decoration:none; box-shadow:0 16px 38px rgba(0,0,0,.25); transition:transform var(--mw-transition),border-color var(--mw-transition),box-shadow var(--mw-transition); }
.mw-home-artist-card:hover { transform:translateY(-7px); border-color:var(--mw-blue); box-shadow:0 24px 48px rgba(var(--mw-blue-rgb),.14); }
.mw-home-artist-image { position:relative; overflow:hidden; aspect-ratio:1/1.05; background:linear-gradient(180deg,#1b1b1b,#0b0b0b); }
.mw-home-artist-image::after { content:""; position:absolute; inset:auto 0 0; height:38%; background:linear-gradient(to top,rgba(31,31,31,.98),transparent); pointer-events:none; }
.mw-home-artist-image img { display:block; width:100%; height:100%; object-fit:contain; object-position:center bottom; transition:transform .45s ease; }
.mw-home-artist-card:hover .mw-home-artist-image img { transform:scale(1.045); }
.mw-home-artist-content { display:flex; flex:1; flex-direction:column; align-items:flex-start; padding:24px; }
.mw-home-artist-content h3 { margin:8px 0 0; color:var(--mw-text); font-size:1.55rem; line-height:1.15; }
.mw-home-artist-note { display:inline-flex; margin-top:12px; padding:6px 10px; background:rgba(var(--mw-blue-rgb),.12); border:1px solid rgba(var(--mw-blue-rgb),.35); border-radius:999px; color:var(--mw-blue)!important; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mw-home-artist-link { display:inline-flex; align-items:center; gap:9px; margin-top:auto; padding-top:22px; color:var(--mw-blue)!important; font-size:.88rem; font-weight:800; letter-spacing:.04em; }
.mw-home-artist-link::after { content:"→"; transition:transform var(--mw-transition); }
.mw-home-artist-card:hover .mw-home-artist-link::after { transform:translateX(5px); }

/* ==========================================================
   GUTSCHEINE
========================================================== */

.mw-home-vouchers { position:relative; width:100%; padding:100px 0; overflow:hidden; background:var(--mw-dark-2); color:var(--mw-text); font-family:'Roboto',Arial,Helvetica,sans-serif; }
.mw-home-vouchers::before { content:""; position:absolute; top:-180px; right:-180px; width:520px; height:520px; border-radius:50%; background:rgba(var(--mw-blue-rgb),.08); filter:blur(80px); pointer-events:none; }
.mw-home-vouchers-layout { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr); gap:70px; align-items:center; }
.mw-home-vouchers-content { max-width:620px; }
.mw-home-vouchers-content h2 { margin:12px 0 24px; color:var(--mw-text); font-size:clamp(2.2rem,4vw,3.8rem); font-weight:800; line-height:1.08; }
.mw-home-vouchers-content p { margin:0 0 20px; color:var(--mw-text-soft); font-size:1.05rem; line-height:1.8; }
.mw-home-vouchers-content .mw-home-vouchers-lead { color:var(--mw-text); font-size:1.15rem; }
.mw-home-vouchers-content .mw-home-info-button { margin-top:12px; }
.mw-home-voucher-image { position:relative; display:block; overflow:hidden; padding:34px; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); border:1px solid rgba(var(--mw-blue-rgb),.22); border-radius:var(--mw-radius); box-shadow:0 26px 65px rgba(0,0,0,.35),0 0 50px rgba(var(--mw-blue-rgb),.06); transition:transform var(--mw-transition),border-color var(--mw-transition),box-shadow var(--mw-transition); }
.mw-home-voucher-image:hover { transform:translateY(-6px); border-color:var(--mw-blue); box-shadow:0 32px 75px rgba(0,0,0,.4),0 0 55px rgba(var(--mw-blue-rgb),.13); }
.mw-home-voucher-image img { display:block; width:100%; height:auto; transition:transform .45s ease; }
.mw-home-voucher-image:hover img { transform:scale(1.025); }

/* ==========================================================
   TATTOO- UND PIERCINGPFLEGE
========================================================== */

.mw-home-aftercare { position:relative; width:100%; padding:100px 0; background:var(--mw-dark); color:var(--mw-text); font-family:'Roboto',Arial,Helvetica,sans-serif; }
.mw-home-aftercare::before { content:""; position:absolute; top:0; right:0; left:0; height:1px; background:linear-gradient(90deg,transparent,rgba(var(--mw-blue-rgb),.55),transparent); }
.mw-home-aftercare-layout { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr); gap:80px; align-items:center; }
.mw-home-aftercare-content { max-width:690px; }
.mw-home-aftercare-content h2 { margin:12px 0 24px; color:var(--mw-text); font-size:clamp(2.2rem,4vw,3.8rem); font-weight:800; line-height:1.08; }
.mw-home-aftercare-content p { margin:0 0 20px; color:var(--mw-text-soft); font-size:1.05rem; line-height:1.8; }
.mw-home-aftercare-content .mw-home-aftercare-lead { color:var(--mw-text); font-size:1.15rem; }
.mw-home-aftercare-points { display:grid; gap:14px; margin:30px 0; }
.mw-home-aftercare-point { display:flex; gap:14px; align-items:center; color:var(--mw-text); font-size:1rem; line-height:1.5; }
.mw-home-aftercare-point > span { position:relative; flex:0 0 20px; width:20px; height:20px; border:1px solid rgba(var(--mw-blue-rgb),.48); border-radius:50%; background:rgba(var(--mw-blue-rgb),.1); }
.mw-home-aftercare-point > span::after { content:""; position:absolute; top:5px; left:7px; width:4px; height:7px; border-right:2px solid var(--mw-blue); border-bottom:2px solid var(--mw-blue); transform:rotate(45deg); }
.mw-home-aftercare-media { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:24px; align-items:center; }
.mw-home-aftercare-partner,.mw-home-aftercare-certificate { display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; padding:28px; background:var(--mw-card); border:1px solid var(--mw-border); border-radius:var(--mw-radius); box-shadow:0 18px 42px rgba(0,0,0,.24); }
.mw-home-aftercare-partner { color:var(--mw-text); text-align:center; text-decoration:none; transition:transform var(--mw-transition),border-color var(--mw-transition),box-shadow var(--mw-transition); }
.mw-home-aftercare-partner:hover { transform:translateY(-5px); border-color:var(--mw-blue); box-shadow:0 24px 50px rgba(var(--mw-blue-rgb),.13); }
.mw-home-aftercare-partner img { display:block; width:min(100%,250px); height:auto; }
.mw-home-aftercare-partner span { margin-top:20px; color:var(--mw-blue); font-size:.85rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mw-home-aftercare-certificate img { display:block; width:min(100%,270px); height:auto; }

/* ==========================================================
   GOOGLE-BEWERTUNGEN
========================================================== */

.mw-home-reviews { position:relative; width:100%; padding:90px 0; overflow:hidden; background:var(--mw-dark-2); color:var(--mw-text); font-family:'Roboto',Arial,Helvetica,sans-serif; }
.mw-home-reviews::before { content:""; position:absolute; top:0; right:0; left:0; height:1px; background:linear-gradient(90deg,transparent,rgba(var(--mw-blue-rgb),.6),transparent); }
.mw-home-reviews-header { max-width:800px; margin-bottom:44px; }
.mw-home-reviews-header h2 { margin:12px 0 20px; color:var(--mw-text); font-size:clamp(2.1rem,4vw,3.4rem); font-weight:800; line-height:1.1; }
.mw-home-reviews-header p { margin:0; color:var(--mw-text-soft); font-size:1.05rem; line-height:1.75; }
.mw-home-reviews-widget { position:relative; min-height:180px; padding:26px; background:var(--mw-card); border:1px solid rgba(255,255,255,.1); border-radius:var(--mw-radius); }

/* ==========================================================
   FOOTER
========================================================== */

.mw-footer { position:relative; width:100%; padding:85px 0 0; overflow:hidden; background:#070707; color:var(--mw-text); font-family:'Roboto',Arial,Helvetica,sans-serif; }
.mw-footer::before { content:""; position:absolute; top:-230px; left:50%; width:700px; height:420px; border-radius:50%; background:rgba(var(--mw-blue-rgb),.07); filter:blur(100px); transform:translateX(-50%); pointer-events:none; }
.mw-footer a { color:inherit; text-decoration:none; }
.mw-footer-top { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) minmax(260px,.42fr); gap:70px; align-items:center; padding-bottom:65px; border-bottom:1px solid rgba(255,255,255,.1); }
.mw-footer-brand { max-width:720px; }
.mw-footer-brand h2 { margin:12px 0 20px; color:var(--mw-text); font-size:clamp(2rem,4vw,3.25rem); font-weight:800; line-height:1.1; }
.mw-footer-brand p { max-width:650px; margin:0 0 28px; color:var(--mw-text-soft); font-size:1.05rem; line-height:1.75; }
.mw-footer-club { display:flex; justify-content:flex-end; }
.mw-footer-club a { display:block; max-width:320px; padding:20px; border:1px solid rgba(var(--mw-blue-rgb),.18); border-radius:var(--mw-radius); transition:transform var(--mw-transition),border-color var(--mw-transition),box-shadow var(--mw-transition); }
.mw-footer-club a:hover { transform:translateY(-5px); border-color:var(--mw-blue); box-shadow:0 20px 45px rgba(var(--mw-blue-rgb),.12); }
.mw-footer-club img { display:block; width:100%; height:auto; }
.mw-footer-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:42px; padding:65px 0; }
.mw-footer-column h3 { margin:10px 0 22px; color:var(--mw-text); font-size:1.25rem; line-height:1.3; }
.mw-footer-label { display:block; color:var(--mw-blue); font-size:.75rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.mw-footer-hours { display:grid; gap:13px; }
.mw-footer-hours > div { display:grid; gap:4px; }
.mw-footer-hours span,.mw-footer-links span { color:var(--mw-text-soft); font-size:.88rem; }
.mw-footer-hours strong,.mw-footer-links strong { color:var(--mw-text); font-size:.96rem; font-weight:600; }
.mw-footer-links { display:grid; gap:18px; }
.mw-footer-links a { display:grid; gap:5px; transition:color var(--mw-transition); }
.mw-footer-links a:hover strong { color:var(--mw-blue); }
.mw-footer address { margin:0 0 20px; color:var(--mw-text-soft); font-size:.98rem; font-style:normal; line-height:1.7; }
.mw-footer-text-link { display:inline-flex; align-items:center; gap:8px; color:var(--mw-blue)!important; font-size:.9rem; font-weight:700; }
.mw-footer-text-link::after { content:"→"; transition:transform var(--mw-transition); }
.mw-footer-text-link:hover::after { transform:translateX(5px); }
.mw-footer-navigation { display:grid; gap:12px; }
.mw-footer-navigation a { width:fit-content; color:var(--mw-text-soft); transition:color var(--mw-transition),transform var(--mw-transition); }
.mw-footer-navigation a:hover { color:var(--mw-blue); transform:translateX(4px); }
.mw-footer-social-row { position:relative; z-index:2; display:flex; gap:40px; align-items:flex-end; justify-content:space-between; padding:28px 0; border-top:1px solid rgba(255,255,255,.1); }
.mw-footer-social-links { display:flex; gap:12px; margin-top:15px; }
.mw-footer-social-links a { display:flex; width:46px; height:46px; align-items:center; justify-content:center; overflow:hidden; background:var(--mw-card); border:1px solid var(--mw-border); border-radius:12px; transition:transform var(--mw-transition),border-color var(--mw-transition),box-shadow var(--mw-transition); }
.mw-footer-social-links a:hover { transform:translateY(-4px); border-color:var(--mw-blue); box-shadow:0 12px 30px rgba(var(--mw-blue-rgb),.14); }
.mw-footer-social-links img { display:block; width:100%; height:100%; object-fit:cover; }
.mw-footer-counter { display:grid; gap:4px; text-align:right; }
.mw-footer-counter span { color:var(--mw-text-soft); font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.mw-footer-counter strong { color:var(--mw-blue); font-size:1.4rem; }
.mw-footer-bottom { position:relative; z-index:2; display:flex; gap:24px; justify-content:space-between; padding:22px 0; border-top:1px solid rgba(255,255,255,.08); }
.mw-footer-bottom p { margin:0; color:rgba(255,255,255,.52); font-size:.82rem; }

/* ==========================================================
   NACH-OBEN-BUTTON
========================================================== */

#back-top { position:fixed; right:24px; bottom:24px; z-index:999; opacity:0; visibility:hidden; pointer-events:none; transform:translateY(10px); transition:opacity var(--mw-transition),visibility var(--mw-transition),transform var(--mw-transition); }
#back-top.is-visible { opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0); }
#back-top a { display:flex; width:48px; height:48px; align-items:center; justify-content:center; background:var(--mw-blue); border:1px solid rgba(255,255,255,.22); border-radius:14px; color:#fff; font-size:1.25rem; font-weight:800; text-decoration:none; box-shadow:0 12px 30px rgba(var(--mw-blue-rgb),.25); transition:transform var(--mw-transition),box-shadow var(--mw-transition); }
#back-top a:hover { transform:translateY(-4px); box-shadow:0 16px 38px rgba(var(--mw-blue-rgb),.38); }

/* ==========================================================
   ERGÄNZENDE RESPONSIVE REGELN
========================================================== */

@media (max-width:1100px) {
    .mw-home-artists-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width:1024px) {
    .mw-home-pmu-intro,.mw-home-vouchers-layout,.mw-home-aftercare-layout,.mw-footer-top { grid-template-columns:1fr; gap:42px; }
    .mw-home-pmu-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .mw-home-vouchers-content,.mw-home-aftercare-content { max-width:800px; }
    .mw-home-vouchers-visual,.mw-home-aftercare-media { max-width:760px; }
    .mw-footer-club { justify-content:flex-start; }
    .mw-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:820px) {
    .mw-home-artists-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:700px) {
    .mw-home-pmu,.mw-home-artists,.mw-home-vouchers,.mw-home-aftercare,.mw-home-reviews { padding:70px 0; }
    .mw-home-pmu { background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.86)),url('../images/tattoo-studio-berlin-background.jpg') 68% center/cover no-repeat; }
    .mw-home-pmu-intro { margin-bottom:46px; }
    .mw-home-pmu-grid,.mw-home-aftercare-media { grid-template-columns:1fr; }
    .mw-home-pmu-heading h2,.mw-home-vouchers-content h2,.mw-home-aftercare-content h2 { font-size:2.2rem; }
    .mw-home-pmu-feature { grid-template-columns:40px minmax(0,1fr); padding:20px; }
    .mw-home-voucher-image { padding:18px; }
    .mw-home-aftercare-partner,.mw-home-aftercare-certificate { padding:24px 20px; }
    .mw-home-reviews-widget { padding:16px; }
    .mw-footer { padding-top:65px; }
    .mw-footer-top { padding-bottom:48px; }
    .mw-footer-brand h2,.mw-home-reviews-header h2 { font-size:2.1rem; }
    .mw-footer-grid { grid-template-columns:1fr; gap:40px; padding:50px 0; }
    .mw-footer-social-row { align-items:flex-start; flex-direction:column; }
    .mw-footer-counter { text-align:left; }
    .mw-footer-bottom { flex-direction:column; gap:8px; }
    #back-top { right:16px; bottom:16px; }
    #back-top a { width:44px; height:44px; }
}

@media (max-width:560px) {
    .mw-home-artists-intro { margin-bottom:42px; }
    .mw-home-artists-intro h2 { font-size:2.2rem; }
    .mw-home-artists-grid { grid-template-columns:1fr; }
    .mw-home-artist-image { aspect-ratio:1/.95; }
}

/* ==========================================================
   NEUE MOST-WANTED-NAVIGATION
========================================================== */

.mw-new-header,
.mw-new-header * {
    box-sizing: border-box;
}

.mw-new-header {
    position: relative;
    z-index: 9000;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mw-new-nav-inner {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
}


/* INFOLEISTE */

.mw-new-topbar {
    position: relative;
    z-index: 3;
    min-height: 38px;
    background: #070707;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-new-topbar .mw-new-nav-inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.mw-new-topbar-location {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
}

.mw-new-topbar-links {
    display: flex;
    gap: 24px;
    align-items: center;
}

.mw-new-topbar-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    text-decoration: none;
    transition: color var(--mw-transition);
}

.mw-new-topbar-links a:hover {
    color: var(--mw-blue);
}


/* HAUPTNAVIGATION */

.mw-new-navbar {
    position: relative;
    z-index: 4;
    min-height: 88px;
    background: rgba(8, 8, 8, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mw-new-navbar .mw-new-nav-inner {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 32px;
}

.mw-new-nav-logo {
    display: flex;
    flex: 0 0 112px;
    width: 112px;
    height: 76px;
    align-items: center;
    justify-content: center;
}

.mw-new-nav-logo img {
    display: block;
    max-width: 100%;
    max-height: 74px;
    width: auto;
    height: auto;
}


/* DESKTOPMENÜ */

.mw-new-desktop-nav {
    flex: 1;
}

.mw-new-desktop-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.25vw, 26px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.mw-new-desktop-nav li {
    position: relative;
    margin: 0;
    padding: 0;
}

.mw-new-desktop-nav a,
.mw-new-dropdown-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 33px 0 31px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
    font: inherit;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--mw-transition);
}

.mw-new-desktop-nav a::after,
.mw-new-dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    height: 2px;
    background: var(--mw-blue);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--mw-transition);
}

.mw-new-desktop-nav a:hover,
.mw-new-dropdown-toggle:hover {
    color: #ffffff;
}

.mw-new-desktop-nav a:hover::after,
.mw-new-dropdown-toggle:hover::after {
    transform: scaleX(1);
}


/* DROPDOWN */

.mw-new-dropdown-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    z-index: 20;
    display: grid;
    min-width: 235px;
    margin: 0;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    background: rgba(14, 14, 14, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    list-style: none;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
    transform: translate(-50%, 10px);
    transition:
        opacity var(--mw-transition),
        visibility var(--mw-transition),
        transform var(--mw-transition);
}

.mw-new-dropdown-menu a {
    display: block;
    padding: 13px 15px;
    border-radius: 10px;
    color: var(--mw-text-soft);
    font-size: 0.82rem;
    line-height: 1.3;
    text-transform: none;
}

.mw-new-dropdown-menu a::after {
    display: none;
}

.mw-new-dropdown-menu a:hover {
    background: rgba(var(--mw-blue-rgb), 0.1);
    color: #ffffff;
}

.mw-new-nav-dropdown:hover .mw-new-dropdown-menu,
.mw-new-nav-dropdown.is-open .mw-new-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


/* NAVIGATIONSAKTIONEN */

.mw-new-nav-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.mw-new-nav-whatsapp,
.mw-new-nav-appointment {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 12px;
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform var(--mw-transition),
        color var(--mw-transition),
        background var(--mw-transition),
        border-color var(--mw-transition),
        box-shadow var(--mw-transition);
}

.mw-new-nav-whatsapp {
    background: transparent;
    border: 1px solid rgba(37, 211, 102, 0.65);
    color: #25d366;
}

.mw-new-nav-whatsapp:hover {
    background: #25d366;
    color: #07150c;
    transform: translateY(-2px);
}

.mw-new-nav-appointment {
    background: var(--mw-blue);
    border: 1px solid var(--mw-blue);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(var(--mw-blue-rgb), 0.2);
}

.mw-new-nav-appointment:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--mw-blue);
    transform: translateY(-2px);
}


/* MOBILE BUTTON */

.mw-new-mobile-toggle {
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    cursor: pointer;
}

.mw-new-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 99px;
}


/* MOBILE PANEL */

.mw-new-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: min(430px, 90vw);
    height: 100vh;
    overflow-y: auto;
    background: #0c0c0c;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -25px 0 70px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(105%, 0, 0);
    transition:
        transform 0.38s ease,
        opacity 0.2s ease,
        visibility 0s linear 0.38s;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mw-new-mobile-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.mw-new-mobile-panel-inner {
    padding: 28px;
}

.mw-new-mobile-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mw-new-mobile-panel-head > span {
    color: var(--mw-blue);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mw-new-mobile-close {
    width: 44px;
    height: 44px;
    background: var(--mw-card);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.7rem;
    cursor: pointer;
}

.mw-new-mobile-panel nav ul {
    display: grid;
    margin: 0;
    padding: 26px 0;
    list-style: none;
}

.mw-new-mobile-panel nav a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.mw-new-mobile-panel nav a:hover {
    color: var(--mw-blue);
}

.mw-new-mobile-actions {
    display: grid;
    gap: 12px;
}

.mw-new-mobile-actions a {
    width: 100%;
}

.mw-new-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(4px);
}

.mw-new-mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* ==========================================================
   VIDEO-HERO
========================================================== */

.mw-video-hero,
.mw-video-hero * {
    box-sizing: border-box;
}

.mw-video-hero {
    position: relative;
    width: 100%;
    min-height: clamp(650px, 82vh, 920px);
    overflow: hidden;
    background:
        #080808
        url('../images/tattoo-studio-berlin-background.jpg')
        center center / cover no-repeat;
    color: var(--mw-text);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mw-video-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mw-video-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.48) 48%,
            rgba(0, 0, 0, 0.72) 100%
        );
}

.mw-video-hero-vignette {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 50% 42%,
            transparent 15%,
            rgba(0, 0, 0, 0.18) 55%,
            rgba(0, 0, 0, 0.75) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.14),
            rgba(0, 0, 0, 0.78)
        );
}

.mw-video-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    width: min(1480px, calc(100% - 64px));
    min-height: clamp(650px, 82vh, 920px);
    grid-template-columns: minmax(340px, 0.8fr) minmax(500px, 1.2fr);
    gap: 80px;
    align-items: center;
    margin: 0 auto;
    padding: 80px 0 110px;
}


/* HERO-LOGO */

.mw-video-hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mwHeroLogoIn 1.2s ease both;
}

.mw-video-hero-logo img {
    display: block;
    width: min(100%, 520px);
    height: auto;
    filter:
        drop-shadow(0 28px 55px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 25px rgba(var(--mw-blue-rgb), 0.12));
    animation: mwHeroLogoFloat 5s ease-in-out infinite;
}


/* HERO-TEXT */

.mw-video-hero-content {
    max-width: 760px;
    animation: mwHeroContentIn 1.1s 0.18s ease both;
}

.mw-video-hero-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mw-blue);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mw-video-hero h1 {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: clamp(3.2rem, 6vw, 6.5rem);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-shadow: 0 12px 38px rgba(0, 0, 0, 0.52);
}

.mw-video-hero-content > p {
    max-width: 680px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    line-height: 1.7;
}

.mw-video-hero-services {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.mw-video-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.mw-video-hero-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    background: var(--mw-blue);
    border: 1px solid var(--mw-blue);
    border-radius: 14px;
    color: #ffffff;
    font-size: 0.87rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(var(--mw-blue-rgb), 0.24);
    transition:
        transform var(--mw-transition),
        background var(--mw-transition),
        border-color var(--mw-transition),
        color var(--mw-transition),
        box-shadow var(--mw-transition);
}

.mw-video-hero-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--mw-blue);
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(var(--mw-blue-rgb), 0.3);
}

.mw-video-hero-button-secondary {
    background: rgba(10, 10, 10, 0.36);
    border-color: rgba(255, 255, 255, 0.36);
    color: #ffffff;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.mw-video-hero-button-secondary:hover {
    border-color: #ffffff;
}


/* SCROLL-HINWEIS */

.mw-video-hero-scroll {
    position: absolute;
    bottom: 34px;
    left: 50%;
    z-index: 4;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.mw-video-hero-scroll i {
    position: relative;
    display: block;
    width: 1px;
    height: 38px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.mw-video-hero-scroll i::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--mw-blue);
    animation: mwHeroScroll 2s ease-in-out infinite;
}


/* ANIMATIONEN */

@keyframes mwHeroLogoIn {
    from {
        opacity: 0;
        transform: translateX(-45px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes mwHeroContentIn {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mwHeroLogoFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes mwHeroScroll {
    0% {
        top: -100%;
    }

    55%,
    100% {
        top: 100%;
    }
}


/* ==========================================================
   NAVIGATION UND HERO – RESPONSIVE
========================================================== */

@media (max-width: 1280px) {

    .mw-new-desktop-nav > ul {
        gap: 13px;
    }

    .mw-new-desktop-nav a,
    .mw-new-dropdown-toggle {
        font-size: 0.72rem;
    }

    .mw-new-nav-whatsapp {
        display: none;
    }

    .mw-video-hero-inner {
        grid-template-columns: minmax(300px, 0.75fr) minmax(470px, 1.25fr);
        gap: 50px;
    }

}


@media (max-width: 1050px) {

    .mw-new-topbar-location {
        display: none;
    }

    .mw-new-topbar .mw-new-nav-inner {
        justify-content: flex-end;
    }

    .mw-new-desktop-nav,
    .mw-new-nav-actions {
        display: none;
    }

    .mw-new-navbar .mw-new-nav-inner {
        justify-content: space-between;
    }

    .mw-new-mobile-toggle {
        display: flex;
    }

    .mw-video-hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        align-content: center;
        text-align: center;
    }

    .mw-video-hero-logo img {
        width: min(55vw, 400px);
    }

    .mw-video-hero-content {
        max-width: 800px;
        margin: 0 auto;
    }

    .mw-video-hero-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .mw-video-hero-actions {
        justify-content: center;
    }

}


@media (max-width: 700px) {

    .mw-new-topbar {
        display: none;
    }

    .mw-new-navbar {
        min-height: 74px;
    }

    .mw-new-navbar .mw-new-nav-inner {
        min-height: 74px;
        width: calc(100% - 28px);
    }

    .mw-new-nav-logo {
        flex-basis: 88px;
        width: 88px;
        height: 62px;
    }

    .mw-new-nav-logo img {
        max-height: 58px;
    }

    .mw-video-hero {
        min-height: 720px;
    }

    .mw-video-hero-inner {
        width: calc(100% - 30px);
        min-height: 720px;
        padding: 62px 0 100px;
    }

    .mw-video-hero-logo img {
        width: min(74vw, 330px);
    }

    .mw-video-hero h1 {
        font-size: clamp(2.9rem, 13vw, 4.6rem);
    }

    .mw-video-hero-kicker {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .mw-video-hero-content > p {
        font-size: 1rem;
    }

    .mw-video-hero-services {
        font-size: 0.8rem;
        line-height: 1.65;
    }

    .mw-video-hero-actions {
        display: grid;
        width: 100%;
    }

    .mw-video-hero-button {
        width: 100%;
    }

    .mw-video-hero-scroll {
        bottom: 20px;
    }

}


@media (prefers-reduced-motion: reduce) {

    .mw-video-hero-logo,
    .mw-video-hero-content,
    .mw-video-hero-logo img,
    .mw-video-hero-scroll i::after {
        animation: none;
    }

}

/* ==========================================================
   KOMPATIBILITÄTS- UND KONFLIKTSCHUTZ
   Bewusst am Dateiende: schirmt die neue Startseite gegen
   ältere globale Styles aus css.php ab.
========================================================== */

html {
    scroll-behavior: smooth;
}

html,
body.mw-new-home {
    max-width: 100%;
    overflow-x: clip;
}

body.mw-new-home {
    margin: 0;
    background: var(--mw-dark);
    color: var(--mw-text);
}

body.mw-new-home.mw-mobile-menu-open {
    overflow: hidden;
    touch-action: none;
}

body.mw-new-home .mw-new-header,
body.mw-new-home .mw-new-header div,
body.mw-new-home .mw-new-header nav,
body.mw-new-home .mw-new-header ul,
body.mw-new-home .mw-new-header li,
body.mw-new-home .mw-new-header a,
body.mw-new-home .mw-new-header button,
body.mw-new-home .mw-video-hero,
body.mw-new-home .mw-video-hero div,
body.mw-new-home .mw-video-hero a,
body.mw-new-home .mw-video-hero span,
body.mw-new-home .mw-video-hero h1,
body.mw-new-home .mw-video-hero p {
    float: none;
    max-width: none;
}

body.mw-new-home .mw-new-header ul,
body.mw-new-home .mw-new-header ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.mw-new-home .mw-new-header a,
body.mw-new-home .mw-new-header button,
body.mw-new-home .mw-video-hero a {
    text-shadow: none;
}

body.mw-new-home .mw-new-header img,
body.mw-new-home .mw-video-hero img,
body.mw-new-home .mw-video-hero video {
    margin: 0;
    padding: 0;
    border: 0;
}

body.mw-new-home .mw-new-header {
    position: sticky;
    top: 0;
    z-index: 9000;
    isolation: isolate;
}

body.mw-new-home .mw-new-navbar,
body.mw-new-home .mw-new-topbar {
    width: 100%;
}

body.mw-new-home .mw-new-nav-logo {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body.mw-new-home .mw-new-nav-logo img {
    object-fit: contain;
}

body.mw-new-home .mw-new-desktop-nav {
    display: block;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

body.mw-new-home .mw-new-desktop-nav > ul {
    width: auto;
    min-height: 0;
}

body.mw-new-home .mw-new-desktop-nav li,
body.mw-new-home .mw-new-mobile-panel li {
    width: auto;
    min-height: 0;
    background: transparent;
    border: 0;
}

body.mw-new-home .mw-new-desktop-nav a,
body.mw-new-home .mw-new-dropdown-toggle,
body.mw-new-home .mw-new-mobile-panel a {
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    box-shadow: none;
}

body.mw-new-home .mw-new-dropdown-menu {
    width: max-content;
    max-width: min(320px, 90vw);
}

body.mw-new-home .mw-new-dropdown-menu a {
    width: 100%;
}

body.mw-new-home .mw-new-mobile-panel {
    display: block;
}

body.mw-new-home .mw-new-mobile-overlay {
    display: block;
    transition:
        opacity 0.25s ease,
        visibility 0s linear 0.25s;
}

body.mw-new-home .mw-new-mobile-overlay.is-open {
    transition-delay: 0s;
}

body.mw-new-home .mw-video-hero {
    isolation: isolate;
}

body.mw-new-home .mw-video-hero-media {
    z-index: 0;
    display: block;
    max-width: none;
}

body.mw-new-home .mw-video-hero-overlay {
    z-index: 1;
}

body.mw-new-home .mw-video-hero-vignette {
    z-index: 2;
}

body.mw-new-home .mw-video-hero-inner {
    z-index: 3;
}

body.mw-new-home .mw-video-hero-scroll {
    z-index: 4;
}

body.mw-new-home .mw-video-hero-logo img {
    max-width: 100%;
}

body.mw-new-home > main,
body.mw-new-home > section,
body.mw-new-home > footer {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

body.mw-new-home .mw-home-info-button:not(.mw-home-info-button-secondary) {
    color: var(--mw-blue) !important;
}

body.mw-new-home .mw-home-card-link,
body.mw-new-home .mw-video-hero-button:not(.mw-video-hero-button-secondary),
body.mw-new-home .mw-new-nav-appointment {
    color: #ffffff !important;
}

body.mw-new-home .mw-home-info-button:not(.mw-home-info-button-secondary):hover,
body.mw-new-home .mw-home-info-button:not(.mw-home-info-button-secondary):focus-visible,
body.mw-new-home .mw-home-card-link:hover,
body.mw-new-home .mw-home-card-link:focus-visible,
body.mw-new-home .mw-video-hero-button:not(.mw-video-hero-button-secondary):hover,
body.mw-new-home .mw-video-hero-button:not(.mw-video-hero-button-secondary):focus-visible,
body.mw-new-home .mw-new-nav-appointment:hover,
body.mw-new-home .mw-new-nav-appointment:focus-visible {
    color: var(--mw-blue) !important;
}

body.mw-new-home .mw-new-header a:focus-visible,
body.mw-new-home .mw-new-header button:focus-visible,
body.mw-new-home .mw-video-hero a:focus-visible,
body.mw-new-home .mw-home-info-button:focus-visible,
body.mw-new-home .mw-home-card-link:focus-visible {
    outline: 3px solid rgba(var(--mw-blue-rgb), 0.65);
    outline-offset: 4px;
}

@media screen and (min-width: 1051px) {
    body.mw-new-home .mw-new-desktop-nav {
        display: block !important;
    }

    body.mw-new-home .mw-new-nav-actions {
        display: flex !important;
    }

    body.mw-new-home .mw-new-mobile-toggle {
        display: none !important;
    }

    body.mw-new-home .mw-new-mobile-panel,
    body.mw-new-home .mw-new-mobile-overlay {
        display: none !important;
    }
}

@media screen and (max-width: 1050px) {
    body.mw-new-home .mw-new-desktop-nav,
    body.mw-new-home .mw-new-nav-actions {
        display: none !important;
    }

    body.mw-new-home .mw-new-mobile-toggle {
        display: flex !important;
        flex: 0 0 50px;
    }

    body.mw-new-home .mw-new-mobile-panel,
    body.mw-new-home .mw-new-mobile-overlay {
        display: block;
    }

    body.mw-new-home .mw-video-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 700px) {
    html,
    body.mw-new-home {
        overflow-x: hidden;
    }

    body.mw-new-home .mw-new-mobile-panel {
        width: min(390px, 92vw);
        max-width: 92vw;
    }

    body.mw-new-home .mw-new-mobile-panel-inner {
        padding:
            max(22px, env(safe-area-inset-top))
            22px
            max(26px, env(safe-area-inset-bottom));
    }

    body.mw-new-home .mw-video-hero {
        min-height: max(680px, calc(100svh - 74px));
    }

    body.mw-new-home .mw-video-hero-inner {
        min-height: max(680px, calc(100svh - 74px));
        gap: 22px;
        padding-top: 42px;
        padding-bottom: 94px;
    }

    body.mw-new-home .mw-video-hero-logo {
        min-width: 0;
    }

    body.mw-new-home .mw-video-hero-logo img {
        width: min(68vw, 300px);
        max-height: 245px;
        object-fit: contain;
    }

    body.mw-new-home .mw-video-hero h1 {
        overflow-wrap: normal;
        word-break: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* ==========================================================
   MOBILE-MENÜ – KOMPAKTE UND SCROLLBARE VERSION
   Finaler Überschreibungsblock
========================================================== */

@media screen and (max-width: 1050px) {

    /*
     * Die Seite hinter dem geöffneten Menü bleibt stehen.
     * touch-action darf hier nicht "none" sein, da dies auf
     * iOS auch das Scrollen innerhalb des Panels blockieren kann.
     */
    body.mw-new-home.mw-mobile-menu-open {
        overflow: hidden;
        touch-action: auto;
    }

    /*
     * Das Panel orientiert sich an der tatsächlich sichtbaren
     * Browserhöhe. 100dvh berücksichtigt die Safari-Leisten.
     */
    body.mw-new-home .mw-new-mobile-panel {
        top: 0;
        bottom: auto;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        overflow: hidden;
        overscroll-behavior: contain;
    }

    /*
     * Nur der innere Menübereich scrollt. Dadurch bleiben alle
     * Einträge und die unteren Aktionsbuttons erreichbar.
     */
    body.mw-new-home .mw-new-mobile-panel-inner {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding:
            max(18px, env(safe-area-inset-top))
            22px
            calc(28px + env(safe-area-inset-bottom));
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        scrollbar-width: thin;
        scrollbar-color:
            rgba(255, 255, 255, 0.38)
            transparent;
    }

    body.mw-new-home .mw-new-mobile-panel-inner::-webkit-scrollbar {
        width: 4px;
    }

    body.mw-new-home .mw-new-mobile-panel-inner::-webkit-scrollbar-track {
        background: transparent;
    }

    body.mw-new-home .mw-new-mobile-panel-inner::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.38);
        border-radius: 999px;
    }

    /* Kopfbereich deutlich kompakter. */
    body.mw-new-home .mw-new-mobile-panel-head {
        position: relative;
        z-index: 2;
        min-height: 48px;
        padding: 0 0 16px;
    }

    body.mw-new-home .mw-new-mobile-panel-head > span {
        font-size: 0.76rem;
        line-height: 1;
    }

    body.mw-new-home .mw-new-mobile-close {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        padding: 0;
        font-size: 1.55rem;
        line-height: 1;
    }

    /*
     * Die Navigation erhält weniger Leerraum. Die Schrift bleibt
     * gut lesbar, fällt aber nicht mehr auf alte globale Größen zurück.
     */
    body.mw-new-home .mw-new-mobile-panel nav ul {
        display: block;
        margin: 0;
        padding: 12px 0 16px;
    }

    body.mw-new-home .mw-new-mobile-panel nav li {
        display: block;
        margin: 0;
        padding: 0;
    }

    body.mw-new-home .mw-new-mobile-panel nav a {
        display: flex;
        width: 100%;
        min-height: 0;
        align-items: center;
        margin: 0;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.86);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0;
        white-space: normal;
    }

    body.mw-new-home .mw-new-mobile-panel nav a:hover,
    body.mw-new-home .mw-new-mobile-panel nav a:focus-visible {
        color: var(--mw-blue);
    }

    /* Aktionsbuttons bleiben Teil des Scrollbereichs. */
    body.mw-new-home .mw-new-mobile-actions {
        display: grid;
        gap: 10px;
        padding-top: 4px;
    }

    body.mw-new-home .mw-new-mobile-actions a {
        min-height: 46px;
        padding: 12px 16px;
        font-size: 0.9rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 430px) {
    body.mw-new-home .mw-new-mobile-panel {
        width: 92vw;
        max-width: 92vw;
    }

    body.mw-new-home .mw-new-mobile-panel-inner {
        padding-right: 18px;
        padding-left: 18px;
    }

    body.mw-new-home .mw-new-mobile-panel nav a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 0.96rem;
    }
}

@media screen and (max-height: 700px) and (max-width: 1050px) {
    body.mw-new-home .mw-new-mobile-panel-inner {
        padding-top: max(12px, env(safe-area-inset-top));
    }

    body.mw-new-home .mw-new-mobile-panel-head {
        padding-bottom: 12px;
    }

    body.mw-new-home .mw-new-mobile-panel nav ul {
        padding-top: 8px;
    }

    body.mw-new-home .mw-new-mobile-panel nav a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.94rem;
    }
}

/* ==========================================================
   MOBILE-MENÜ – DIREKT SICHTBARE SCHNELLZUGRIFFE
   WhatsApp, Termin, Instagram und TikTok
========================================================== */

@media screen and (max-width: 1050px) {

    /*
     * Menü-Kopf und Schnellzugriffe bleiben oben sichtbar.
     * Nur die eigentliche Linkliste scrollt darunter weiter.
     */
    body.mw-new-home .mw-new-mobile-sticky-top {
        position: sticky;
        top: 0;
        z-index: 8;
        margin:
            calc(-1 * max(18px, env(safe-area-inset-top)))
            -22px
            0;
        padding:
            max(18px, env(safe-area-inset-top))
            22px
            16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background:
            linear-gradient(
                180deg,
                rgba(8, 8, 9, 0.99) 0%,
                rgba(8, 8, 9, 0.97) 100%
            );
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    body.mw-new-home .mw-new-mobile-panel-head {
        position: static;
        min-height: 46px;
        padding: 0;
    }

    body.mw-new-home .mw-new-mobile-quick-actions {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 9px;
        margin-top: 14px;
    }

    body.mw-new-home .mw-new-mobile-quick-actions > a {
        display: flex;
        min-width: 0;
        min-height: 74px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin: 0;
        padding: 9px 4px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.045);
        color: rgba(255, 255, 255, 0.9);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.68rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        text-decoration: none;
        box-shadow: none;
        transition:
            transform var(--mw-transition),
            border-color var(--mw-transition),
            background var(--mw-transition),
            color var(--mw-transition),
            box-shadow var(--mw-transition);
    }

    body.mw-new-home .mw-new-mobile-quick-actions > a:hover,
    body.mw-new-home .mw-new-mobile-quick-actions > a:focus-visible {
        transform: translateY(-2px);
        border-color: var(--mw-blue);
        background: rgba(var(--mw-blue-rgb), 0.14);
        color: var(--mw-blue);
        box-shadow: 0 10px 24px rgba(var(--mw-blue-rgb), 0.13);
    }

    body.mw-new-home .mw-new-mobile-quick-icon {
        display: inline-flex;
        width: 29px;
        height: 29px;
        align-items: center;
        justify-content: center;
        color: var(--mw-blue);
    }

    body.mw-new-home .mw-new-mobile-quick-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    /*
     * Die normalen Links beginnen direkt unter den Schnellzugriffen.
     * Die bisherigen doppelten CTA-Buttons am Menüende entfallen.
     */
    body.mw-new-home .mw-new-mobile-panel nav ul {
        padding-top: 12px;
    }

    body.mw-new-home .mw-new-mobile-actions {
        display: none !important;
    }
}

@media screen and (max-width: 430px) {
    body.mw-new-home .mw-new-mobile-sticky-top {
        margin-right: -18px;
        margin-left: -18px;
        padding-right: 18px;
        padding-left: 18px;
    }

    body.mw-new-home .mw-new-mobile-quick-actions {
        gap: 7px;
    }

    body.mw-new-home .mw-new-mobile-quick-actions > a {
        min-height: 70px;
        border-radius: 13px;
        font-size: 0.64rem;
    }

    body.mw-new-home .mw-new-mobile-quick-icon {
        width: 27px;
        height: 27px;
    }
}

@media screen and (max-width: 360px) {
    body.mw-new-home .mw-new-mobile-quick-actions > a {
        min-height: 66px;
        padding-right: 2px;
        padding-left: 2px;
        font-size: 0.6rem;
    }

    body.mw-new-home .mw-new-mobile-quick-icon {
        width: 25px;
        height: 25px;
    }
}

/* ==========================================================
   MOBILE-SCHNELLZUGRIFFE – HARTER KONFLIKTSCHUTZ
   Verhindert, dass alte globale a/span/svg-Regeln die Icons
   auf volle Breite oder Höhe aufblasen.
========================================================== */

@media screen and (max-width: 1050px) {

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-sticky-top
    .mw-new-mobile-quick-actions {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        gap: 9px !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions > a {
        display: flex !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 74px !important;
        height: auto !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        margin: 0 !important;
        padding: 9px 4px !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 255, 255, 0.11) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.045) !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.68rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions > a > span:not(.mw-new-mobile-quick-icon) {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        font: inherit !important;
        line-height: 1.1 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions
    .mw-new-mobile-quick-icon {
        display: inline-flex !important;
        width: 29px !important;
        min-width: 29px !important;
        max-width: 29px !important;
        height: 29px !important;
        min-height: 29px !important;
        max-height: 29px !important;
        flex: 0 0 29px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: var(--mw-blue) !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions
    .mw-new-mobile-quick-icon > svg {
        display: block !important;
        width: 29px !important;
        min-width: 29px !important;
        max-width: 29px !important;
        height: 29px !important;
        min-height: 29px !important;
        max-height: 29px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        transform: none !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions
    .mw-new-mobile-quick-icon > svg path {
        vector-effect: non-scaling-stroke;
    }
}

@media screen and (max-width: 430px) {
    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions {
        gap: 7px !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions > a {
        min-height: 70px !important;
        font-size: 0.64rem !important;
    }

    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions
    .mw-new-mobile-quick-icon,
    body.mw-new-home
    .mw-new-mobile-panel
    .mw-new-mobile-quick-actions
    .mw-new-mobile-quick-icon > svg {
        width: 27px !important;
        min-width: 27px !important;
        max-width: 27px !important;
        height: 27px !important;
        min-height: 27px !important;
        max-height: 27px !important;
        flex-basis: 27px !important;
    }
}

/* =========================================================
   STARTSEITE – LEUCHTENDE SERVICE-NUMMERN 1 / 2 / 3
   Einfach ans Ende von css-newhome.css anhängen
========================================================= */

.mw-home-service-number {
    flex: 0 0 auto;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aeef;
    font-size: clamp(5rem, 8vw, 8.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.07em;
    text-shadow:
        0 0 8px rgba(0, 174, 239, .75),
        0 0 22px rgba(0, 174, 239, .45),
        0 0 48px rgba(0, 174, 239, .22);
    filter: drop-shadow(0 0 14px rgba(0, 174, 239, .18));
}

.mw-home-service-card:hover .mw-home-service-number {
    text-shadow:
        0 0 10px rgba(0, 174, 239, .95),
        0 0 28px rgba(0, 174, 239, .62),
        0 0 60px rgba(0, 174, 239, .30);
}

@media (max-width: 820px) {
    .mw-home-service-number {
        width: 100%;
        justify-content: flex-start;
        font-size: clamp(4.5rem, 18vw, 7rem);
    }
}