/* ============================================================
   YES! AGENCY – hostess-agentur.eu
   STYLE.CSS – v4.0 bereinigt & vollständig
   ============================================================ */

/* ── 1. CSS VARIABLEN ────────────────────────────────────── */
:root {
    --pink:         #F77B9B;
    --pink-dark:    #e55c80;
    --pink-light:   rgba(247,123,155,0.1);
    --pink-border:  rgba(247,123,155,0.25);
    --dark:         #0e0e0e;
    --dark-2:       #161616;
    --dark-3:       #1e1e1e;
    --white:        #ffffff;
    --gray:         #f7f7f6;
    --border:       #eeeeee;
    --text:         #2a2a2a;
    --muted:        #777777;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body:    'DM Sans', system-ui, sans-serif;
    --trans:        all 0.3s ease;
    --primary:      #000000;
    --secondary:    #666666;
    --bg-light:     #f8f9fa;
}

/* ── 2. RESET ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); line-height: 1.6; background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── 3. CONTAINER ─────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── 4. NAVIGATION ────────────────────────────────────── */
nav { border-bottom: 1px solid var(--border); padding: 15px 0; position: sticky; top: 0; background: rgba(255,255,255,0.97); z-index: 1000; backdrop-filter: blur(8px); }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.logo { font-weight: 900; font-size: 1.4rem; text-decoration: none; color: var(--primary); letter-spacing: -1px; }
.logo span { color: var(--secondary); font-weight: 300; }
.nav-right a { text-decoration: none; color: var(--primary); margin-left: 20px; font-weight: 500; font-size: 0.9rem; transition: color 0.2s; }
.nav-right a:hover { color: var(--pink); }

/* ── 5. BUTTONS ───────────────────────────────────────── */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--pink);
    color: var(--white);
    padding: 14px 32px;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 3px;
    transition: var(--trans);
    box-shadow: 0 6px 20px rgba(247,123,155,0.3);
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-primary:hover { background: var(--pink-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(247,123,155,0.4); }

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.85);
    padding: 14px 28px;
    font-size: 0.92rem;
    border-radius: 3px;
    transition: var(--trans);
    background: transparent;
    text-decoration: none;
}
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--white);
    color: var(--pink);
    padding: 15px 36px;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 3px;
    transition: var(--trans);
    text-decoration: none;
}
.btn-white:hover { background: #f0f0f0; transform: translateY(-2px); }

/* ── 6. SECTIONS ──────────────────────────────────────── */
.sec { padding: 90px 0; }
.sec--dark  { background: var(--dark); }
.sec--dark2 { background: var(--dark-2); }
.sec--gray  { background: var(--gray); }
.sec--white { background: var(--white); }

.sec-label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); margin-bottom: 0.75rem; }
.sec-title { font-family: var(--font-display); font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.15; margin-bottom: 1rem; }
.sec-title--white { color: var(--white); }
.sec-title--dark  { color: var(--dark); }

/* ── 7. HERO ──────────────────────────────────────────── */
.hero { position: relative; min-height: 580px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-photos { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 4px; }
.hero-col-left, .hero-col-right { display: grid; grid-template-rows: 1fr 1fr; gap: 4px; }
.hero-photo { background-size: cover; background-position: center top; background-repeat: no-repeat; filter: brightness(0.55); }
.hero-photo-center { background-size: cover; background-position: center top; background-repeat: no-repeat; filter: brightness(0.5); }
.hero-photo-1 { background-image: url('/img/hostess-1.png'); }
.hero-photo-2 { background-image: url('/img/hostess-2.jpeg'); }
.hero-photo-3 { background-image: url('/img/hostess-3.jpeg'); }
.hero-photo-4 { background-image: url('/img/hostess-4.jpeg'); }
.hero-photo-5 { background-image: url('/img/hostess-5.jpeg'); }
.hero-inner { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 20px 60px; width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.25rem; animation: fadeUp 0.6s ease both; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; color: var(--white); line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 1rem; animation: fadeUp 0.6s 0.1s ease both; }
.hero h1 em { font-style: italic; color: var(--pink); }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto 1.5rem; font-weight: 300; line-height: 1.8; animation: fadeUp 0.6s 0.2s ease both; }
.hero-checks { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px; margin-bottom: 2rem; animation: fadeUp 0.6s 0.25s ease both; }
.hero-checks li { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.9); font-size: 0.88rem; }
.hero-checks li i { color: var(--pink); font-size: 0.8rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; animation: fadeUp 0.6s 0.3s ease both; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.15); animation: fadeUp 0.6s 0.4s ease both; }
.hero-stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--pink); line-height: 1; display: block; }
.hero-stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; display: block; }
.jobs-link { display: block; margin-top: 1.5rem; font-size: 0.8rem; color: rgba(255,255,255,0.25); transition: color 0.2s; animation: fadeUp 0.6s 0.5s ease both; }
.jobs-link:hover { color: rgba(255,255,255,0.55); }

/* ── 8. LOGO TICKER ───────────────────────────────────── */
.logo-ticker-wrap { overflow: hidden; padding: 20px 0; background: var(--white); border-bottom: 1px solid var(--border); }
.logo-ticker { display: flex; gap: 48px; animation: ticker 28s linear infinite; width: max-content; align-items: center; }
.logo-ticker a { display: inline-flex; line-height: 0; }
.logo-ticker img { height: 34px; width: auto; filter: grayscale(100%) opacity(0.45); flex-shrink: 0; transition: filter 0.3s; }
.logo-ticker img:hover { filter: grayscale(0%) opacity(1); }

/* ── 9. STÄDTE GRID ───────────────────────────────────── */
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.city-card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 1.5rem 1.25rem; transition: var(--trans); position: relative; overflow: hidden; text-decoration: none; }
.city-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--pink); transform: scaleX(0); transition: transform 0.3s; }
.city-card:hover { border-color: var(--pink-border); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(247,123,155,0.1); }
.city-card:hover::after { transform: scaleX(1); }
.city-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.city-count { font-size: 0.8rem; color: var(--muted); }
.city-arrow { position: absolute; top: 1.25rem; right: 1.25rem; color: var(--pink); font-size: 0.8rem; opacity: 0; transition: opacity 0.25s; }
.city-card:hover .city-arrow { opacity: 1; }

/* ── 10. MODEL GRID ───────────────────────────────────── */
.model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.model-card {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: var(--dark-3);
    transition: var(--trans);
    border: 1px solid rgba(255,255,255,0.05);
    text-decoration: none;
}

.model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
    border-color: var(--pink-border);
}

.model-img-wrap {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--dark-2);
}

.model-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.model-card:hover .model-img-wrap img { transform: scale(1.05); }

.model-meta {
    padding: 1rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.model-name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.model-location { font-size: 0.78rem; color: var(--pink); }
.model-stats { font-size: 0.75rem; color: rgba(255,255,255,0.3); text-align: right; line-height: 1.6; }

/* ── 11. MESSEN KALENDER ──────────────────────────────── */
.messe-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.25rem 1.5rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; margin-bottom: 8px; transition: var(--trans); }
.messe-row:hover { background: rgba(247,123,155,0.06); border-color: var(--pink-border); }
.messe-date { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--pink); line-height: 1; }
.messe-date-month { display: block; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-top: 3px; }
.messe-name { font-size: 0.97rem; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.messe-ort  { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.messe-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; background: var(--pink-light); border: 1px solid var(--pink-border); border-radius: 3px; color: var(--pink); font-size: 0.8rem; font-weight: 600; white-space: nowrap; transition: var(--trans); text-decoration: none; }
.messe-btn:hover { background: var(--pink); color: var(--white); border-color: var(--pink); }

/* ── 12. VORTEILE ────────────────────────────────────── */
.vorteile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.vorteil-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 1.75rem; transition: var(--trans); position: relative; overflow: hidden; }
.vorteil-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--pink), transparent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.vorteil-card:hover { border-color: var(--pink-border); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(247,123,155,0.1); }
.vorteil-card:hover::before { transform: scaleX(1); }
.vorteil-icon { width: 48px; height: 48px; background: var(--pink-light); border: 1px solid var(--pink-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--pink); font-size: 1.1rem; margin-bottom: 1.25rem; }
.vorteil-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.vorteil-text { font-size: 0.87rem; color: var(--muted); line-height: 1.75; }

/* ── 13. CTA BANNER ──────────────────────────────────── */
.cta-banner { background: var(--pink); padding: 70px 0; text-align: center; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 2rem; }

/* ── 14. SEDCARD GRID ────────────────────────────────── */
.sedcard-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; padding: 20px 0; }
.sedcard { position: relative; background: #fff; overflow: hidden; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.2s; }
.sedcard:hover { transform: translateY(-3px); }
.sedcard img { width: 100%; height: 320px; object-fit: cover; display: block; }
.sedcard-info-bar { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.7); color: #fff; text-align: center; padding: 10px; }
.sedcard-name { font-size: 1.1rem; font-weight: bold; display: block; margin-bottom: 2px; }
.sedcard-role { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }

/* ── 15. SERVICES GRID ───────────────────────────────── */
.srv-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.srv-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 1.5rem 1rem; text-decoration: none; transition: var(--trans); position: relative; overflow: hidden; }
.srv-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.srv-card:hover { border-color: var(--pink-border); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(247,123,155,0.12); }
.srv-card:hover::after { transform: scaleX(1); }
.srv-img-wrap { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 0 auto 1rem; border: 3px solid var(--pink-light); flex-shrink: 0; }
.srv-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s ease; }
.srv-card:hover .srv-img-wrap img { transform: scale(1.08); }
.srv-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--pink); margin-bottom: 0.5rem; line-height: 1.2; }
.srv-text { font-size: 0.83rem; color: var(--muted); line-height: 1.7; margin-bottom: 0.75rem; flex: 1; }
.srv-link { font-size: 0.8rem; font-weight: 600; color: var(--pink); display: inline-flex; align-items: center; gap: 5px; transition: gap 0.2s; }
.srv-card:hover .srv-link { gap: 8px; }

/* ── 16. LEISTUNGEN (leist-*) ────────────────────────── */
.leist-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 1.25rem 0.9rem; text-decoration: none; transition: var(--trans); position: relative; overflow: hidden; }
.leist-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.leist-card:hover { border-color: var(--pink-border); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(247,123,155,0.12); }
.leist-card:hover::after { transform: scaleX(1); }
.leist-img { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 0 auto 1rem; border: 3px solid var(--pink-light); flex-shrink: 0; }
.leist-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s; }
.leist-card:hover .leist-img img { transform: scale(1.08); }
.leist-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--pink); margin-bottom: 0.4rem; display: block; line-height: 1.2; }
.leist-text { font-size: 0.87rem; color: var(--muted); line-height: 1.7; margin-bottom: 0.75rem; flex: 1; }
.leist-link { font-size: 0.82rem; font-weight: 600; color: var(--pink); display: inline-flex; align-items: center; gap: 4px; }

/* ── 17. REVEAL ──────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── 18. FOOTER ──────────────────────────────────────── */
footer { background: #0a0a0a; border-top: 1px solid #1a1a1a; padding: 60px 0 30px; font-size: 0.85rem; color: #555; }
.footer-links { margin-top: 10px; }
.footer-links a { color: #555; margin: 0 10px; text-decoration: none; }
.footer-links a:hover { color: var(--pink); }

/* ── 19. ANIMATIONEN ─────────────────────────────────── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── 20. RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1200px) {
    .srv-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    #leistungen .container > div { grid-template-columns: 1fr !important; }
    #leistungen .container > div > div:last-child { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
    .sec { padding: 60px 0; }
    .hero { min-height: 460px; }
    .hero-photos { grid-template-columns: 1fr 2fr 1fr; }
    .hero-col-left, .hero-col-right { grid-template-rows: 1fr 1fr; }
    .hero-checks { flex-direction: column; align-items: center; }
    .hero-actions { flex-direction: column; align-items: center; }
    .btn-primary, .btn-ghost { width: 280px; justify-content: center; }
    .hero-stats { gap: 1.5rem; }
    .model-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .messe-row { grid-template-columns: 1fr; gap: 0.75rem; }
    .srv-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .city-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .model-grid { grid-template-columns: repeat(2, 1fr); }
    .srv-grid-4 { grid-template-columns: repeat(2, 1fr); }
}