/* ═══════════════════════════════════════════════
   ÜBER MICH – Neo-Brutalismus / Creative Chaos
   Alle Texte: font-family: 'Poppins', sans-serif;
   ═══════════════════════════════════════════════ */

/* ─── GLOBALE OVERRIDES FÜR DIESE SEITE ─── */
.ueber-mich-page {
    font-family: 'Poppins', sans-serif !important;
    background-color: #FFE600;
    color: #000;
    overflow-x: hidden;
}

.ueber-mich-page *,
.ueber-mich-page h1,
.ueber-mich-page h2,
.ueber-mich-page h3,
.ueber-mich-page p,
.ueber-mich-page a,
.ueber-mich-page span,
.ueber-mich-page button {
    font-family: 'Poppins', sans-serif !important;
}

@media (min-width: 769px) {
    .um-nowrap-desktop {
        white-space: nowrap !important;
    }
    .mobile-br {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .desktop-br {
        display: none !important;
    }
    .laptop-br {
        display: none !important;
    }
}

.laptop-br {
    display: none !important;
}

/* ─── HEADER OVERRIDES ─── */
.um-header {
    background: rgba(255, 230, 0, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.um-logo {
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
}

.um-nav a {
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

.um-nav a.nav-active {
    border-bottom: 3px solid #000;
    padding-bottom: 2px;
}

.um-nav a:hover {
    opacity: 0.6;
}

.ueber-mich-page .hamburger-btn span {
    background-color: #000 !important;
}

/* ─── MAIN WRAPPER ─── */
.um-main {
    padding-top: 80px; /* Header-Höhe */
}

.um-section-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    opacity: 0.9;
}

/* ─── HERO ─── */
.um-hero {
    position: relative;
    height: calc(100vh - 80px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px 100px;
    background-color: #FFE600;
    overflow: visible;
}

.um-hero-inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* ─── HERO TEXT ─── */
.um-hero-text {
    position: relative;
    transform: translate(-50px, -10px);
}

.um-h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(32px, 4.2vw, 67px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.um-sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    color: #000;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
    opacity: 0.8;
    white-space: nowrap;
}

.um-cta-btn {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    background-color: #000;
    color: #FFE600;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 36px;
    border: 3px solid #000;
    text-decoration: none;
    box-shadow: 6px 6px 0px #000;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.um-cta-btn:hover {
    transform: translate(-3px, -3px);
    box-shadow: 9px 9px 0px #000;
}

/* ─── HERO BILD ─── */
.um-hero-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(10px, 0px);
}

.um-image-frame {
    position: relative;
    width: 100%;
    max-width: 480px;
    border: 4px solid #000;
    background-color: #fff;
    overflow: hidden;
}

.um-portrait {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top center;
    display: block;
    image-rendering: high-quality;
    transform: translateZ(0);
    backface-visibility: hidden;
}


/* ─── ZETTEL-CHAOS SECTION ─── */
.um-zettel-section {
    background-color: #6b6b6b; /* Fallback */
    background-image: url('Beton.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 100px 60px 120px;
}

.concrete-stamp {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
}

.concrete-manifest {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 42px);
    text-transform: none;
    line-height: 1.4;
    color: #000;
}

.concrete-manifest .highlight {
    color: #000;
    text-shadow: 0 0 15px #FFE600, 
                 0 0 30px #FFE600, 
                 0 0 45px #FFE600;
}

.um-h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 54px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: #000;
    text-transform: uppercase;
}

.um-zettel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1100px;
    margin: 0 auto;
}

.um-zettel {
    border: 3px solid #000;
    box-shadow: 8px 8px 0px #000;
    padding: 36px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Rotationen */
.um-rot-neg2 { transform: rotate(-2deg); }
.um-rot-neg1 { transform: rotate(-1deg); }
.um-rot-pos1 { transform: rotate(1deg);  }
.um-rot-pos2 { transform: rotate(2.5deg); }

/* Farben */
.um-zettel--white  { background-color: #FFFFFF; }
.um-zettel--pink   { background-color: #FF6EB4; }
.um-zettel--mint   { background-color: #AEFFD8; }
.um-zettel--purple { background-color: #DDB8FF; }
.um-zettel--lilac  { background-color: #CBA6F7; }
.um-zettel--neon   { background-color: #CCFF00; }

.um-zettel-emoji {
    font-size: 36px;
    display: block;
    margin-bottom: 16px;
}

.um-zettel-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    max-width: none;
}

.um-zettel-text strong {
    font-weight: 800;
}

/* ─── WERTE SECTION ─── */
.um-values-section {
    background-color: #6b6b6b; /* Fallback */
    background-image: url('Beton.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 60px;
    border-bottom: 4px solid #000;
    min-height: 102vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.um-values-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 160px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.um-values-text p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    color: #000;
    max-width: 520px;
    margin-bottom: 24px;
    opacity: 1;
}

.um-values-text p:last-child {
    margin-bottom: 0;
}

.um-values-text strong {
    font-weight: 800;
    opacity: 1;
}

.um-values-text-container {
    transform: translateX(40px);
}

/* Stempel */
.um-stamp-box {
    border: 8px solid #000;
    box-shadow: 18px 18px 0px #000;
    padding: 60px 54px;
    background: #000;
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-5deg);
}

.um-stamp-text {
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #FFE600;
}

.um-stamp-text span {
    color: #FF6EB4;
    display: block;
    font-size: 60px;
}

/* ─── CTA SECTION ─── */
.um-cta-section {
    background-color: #000;
    padding: 140px 60px;
    text-align: center;
}

.um-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.um-cta-h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(30px, 4vw, 49px);
    font-weight: 900;
    line-height: calc(1em + 10px);
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 110px;
    text-transform: uppercase;
}

.um-pink {
    color: #FF6EB4;
}

.um-cta-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    max-width: 540px;
    margin: 0 auto 48px;
}

.um-cta-btn--large {
    font-size: 18px;
    padding: 22px 48px;
    background: #FFE600;
    color: #000;
    border-color: #FFE600;
    box-shadow: 6px 6px 0px #FFE600;
}

.um-cta-btn--large:hover {
    box-shadow: 10px 10px 0px rgba(255,230,0,0.4);
}

/* ─── FOOTER OVERRIDES (für diese Seite hell halten) ─── */
.ueber-mich-page .footer {
    background-color: #f0e620;
    border-top: 3px solid #000;
    color: #000;
}

.ueber-mich-page .footer-left a {
    color: #000;
}

.ueber-mich-page .social-link svg {
    stroke: #000;
}

.ueber-mich-page .social-link:hover svg {
    stroke: #E5005A;
}

.ueber-mich-page .easter-trigger {
    color: var(--accent-pink);
}


/* ─── RESPONSIVE ─── */

/* ── Laptops mit starker Windows-Skalierung (z.B. 1536px effektiv) ── */
@media (max-width: 1590px) {
    /* Hero-Text atmen lassen (Verschiebung nach links aufheben) */
    .um-hero-text {
        transform: translate(0px, -10px);
    }
    
    /* Gezielte Umbrüche für diese Bildschirmgröße */
    .laptop-br {
        display: block !important;
    }
    .desktop-br {
        display: none !important;
    }
    
    /* Flavor-Hack Überschrift kleiner */
    .um-values-section .um-h2 {
        font-size: 45px !important;
    }
    
    /* Flavor-Hack: Stempel etwas kleiner und näher ran, damit sie nebeneinander bleiben */
    .um-values-inner {
        gap: 80px;
    }
    .um-stamp-box {
        width: 320px;
        height: 320px;
        padding: 30px 24px;
    }
    .um-stamp-text {
        font-size: 36px;
    }
    .um-stamp-text span {
        font-size: 44px;
    }
}

@media (max-width: 1024px) {
    /* Hero */
    .um-h1 { font-size: 48px; }
    .um-hero-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .um-hero-text {
        transform: translate(-10px, -10px);
    }
    .um-portrait { height: 440px; }
    /* Flavor-Hack / Werte-Sektion */
    .um-h2 { font-size: 38px; }
    .um-values-inner { gap: 60px; }
    .um-values-text-container { transform: translateX(10px); }
    .um-stamp-box {
        width: 280px;
        height: 280px;
        padding: 30px 24px;
    }
    .um-stamp-text { font-size: 28px; }
    .um-stamp-text span { font-size: 34px; }
}

@media (max-width: 768px) {
    .um-hero {
        padding: 0px 24px 140px;
        height: auto;
    }

    .um-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
    }

    .ueber-mich-page .nav-links {
        background-color: rgba(255, 230, 0, 0.98) !important;
    }
    .ueber-mich-page .nav-links a {
        color: #000 !important;
    }
    .nowrap-desktop {
        white-space: normal !important;
    }

    .um-hero-text {
        transform: translate(0, 70px) !important;
        margin: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    .um-hero-image-wrap {
        transform: translate(0, 50px) !important;
        margin: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .um-h1 { font-size: 42px; }
    .um-sub { 
        white-space: normal !important; 
        font-size: clamp(14px, 4.8vw, 20px) !important;
    }
    .um-h2 { font-size: 36px; }
    .um-cta-h2 { font-size: 33px; white-space: normal; }
    .um-values-text p { font-size: clamp(14px, 4.2vw, 18px) !important; }
    .concrete-manifest { font-size: clamp(24px, 7vw, 36px) !important; }
    .um-zettel-text { font-size: clamp(13px, 3.8vw, 16px) !important; }

    .um-zettel-section,
    .um-cta-section {
        padding: 80px 24px;
    }

    .um-values-section {
        padding: 75px 24px 130px !important;
        min-height: auto !important;
    }

    .um-zettel-grid { grid-template-columns: minmax(0, 1fr); }
    .um-values-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 60px !important;
    }

    .um-values-stamp {
        order: 2;
        display: flex !important;
        justify-content: center !important;
    }

    .um-values-text {
        order: 1;
    }

    .um-values-text-container {
        transform: translateX(-8px) !important;
    }

    .um-stamp-box {
        display: flex !important;
        width: 300px !important;
        height: 300px !important;
        padding: 40px 30px !important;
        border: 6px solid #000 !important;
        box-shadow: 12px 12px 0px #000 !important;
        transform: rotate(-3deg) !important;
    }

    .um-stamp-text {
        font-size: 34px !important;
    }

    .um-stamp-text span {
        font-size: 40px !important;
    }

    .um-h1, .um-h2, .um-sub, .concrete-manifest, .um-zettel-text, .um-values-text p, .um-cta-h2, .um-cta-sub {
        word-wrap: break-word;
        -webkit-hyphens: none !important;
        hyphens: none !important;
    }

    .um-values-text .um-h2 {
        top: -25px !important;
        margin-bottom: 35px !important;
    }

    .ueber-mich-page .footer {
        background-color: #f0e620 !important;
        color: #000 !important;
    }
    .ueber-mich-page .footer-left {
        color: #000 !important;
    }
    .ueber-mich-page .footer-left a {
        color: #000 !important;
        font-weight: normal !important;
    }

    .um-sticker { display: none; }
}
