/* ====================================
   HOMEPAGE - COMPLETE STYLES
   Moderne & kreative Homepage für MajestyFalls
   ==================================== */

/* ====================================
   RESET & BASE
   ==================================== */

.home-modern {
    width: 100%;
}

/* ====================================
   HERO SPLIT SECTION - FIXED
   ==================================== */

.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 85vh;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    position: relative;
    overflow: hidden;
}

.hero-content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem 4rem 8%;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #5e4b45;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(94, 75, 69, 0.1);
}

.hero-badge ion-icon {
    font-size: 1.1rem;
}

.hero-split h1 {
    margin: 0 0 1.5rem 0;
}

.hero-small {
    display: block;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #7a6860;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.hero-big {
    display: block;
    font-size: clamp(3rem, 7vw, 5rem);
    color: #5e4b45;
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, #5e4b45 0%, #8b7355 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    color: #6d5d4d;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 550px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    color: #5e4b45;
    box-shadow: 0 4px 15px rgba(224, 205, 178, 0.4);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(224, 205, 178, 0.6);
}

.btn-hero-primary ion-icon {
    font-size: 1.3rem;
}

.btn-hero-secondary {
    background: transparent;
    color: #5e4b45;
    border: 2px solid #5e4b45;
}

.btn-hero-secondary:hover {
    background: #5e4b45;
    color: white;
    transform: translateY(-3px);
}

.hero-image-side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    aspect-ratio: 4/5;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(94, 75, 69, 0.25);
    z-index: 3;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.hero-image-accent {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    z-index: 1;
    pointer-events: none;
}

/* ====================================
   KITTEN ALERT BANNER
   ==================================== */

.kitten-alert {
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.kitten-alert::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.alert-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.alert-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(94, 75, 69, 0.15);
    flex-shrink: 0;
}

.alert-icon ion-icon {
    font-size: 3rem;
    color: #5e4b45;
}

.alert-content {
    flex: 1;
}

.alert-content h2 {
    color: #5e4b45;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.alert-content p {
    color: #6d5d4d;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    margin: 0;
}

.alert-button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2.5rem;
    background: #5e4b45;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(94, 75, 69, 0.3);
    flex-shrink: 0;
}

.alert-button:hover {
    background: #4a3a35;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(94, 75, 69, 0.4);
}

.alert-button ion-icon {
    font-size: 1.3rem;
}

/* ====================================
   LITTER SHOWCASE - FIXED
   ==================================== */

.litter-showcase {
    padding: 5rem 2rem;
    background: white;
}

.showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.showcase-images {
    position: relative;
}

.showcase-main-image {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(94, 75, 69, 0.2);
    position: relative;
    z-index: 3;
}

.showcase-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.showcase-accent-circle {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.showcase-content {
    padding: 2rem 0;
}

.showcase-tag {
    display: inline-block;
    background: #f5f0e8;
    color: #5e4b45;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.showcase-content h2 {
    color: #5e4b45;
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 0 0 2rem 0;
    font-weight: 700;
}

.showcase-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #faf8f5;
    border-radius: 12px;
    border-left: 4px solid #e0cdb2;
}

.detail-item ion-icon {
    font-size: 1.8rem;
    color: #e0cdb2;
    flex-shrink: 0;
}

.detail-item > div {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 0.85rem;
    color: #7a6860;
    font-weight: 500;
}

.detail-value {
    font-size: 1.05rem;
    color: #5e4b45;
    font-weight: 600;
}

.showcase-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #6d5d4d;
    margin-bottom: 2rem;
}

.showcase-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-showcase-primary,
.btn-showcase-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.btn-showcase-primary {
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    color: #5e4b45;
    box-shadow: 0 4px 15px rgba(224, 205, 178, 0.4);
}

.btn-showcase-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(224, 205, 178, 0.5);
}

.btn-showcase-secondary {
    background: transparent;
    color: #5e4b45;
    border: 2px solid #e0cdb2;
}

.btn-showcase-secondary:hover {
    background: #e0cdb2;
    color: #5e4b45;
    transform: translateY(-2px);
}

/* ====================================
   PHILOSOPHY CREATIVE GRID
   ==================================== */

.philosophy-creative {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #faf8f5 0%, #f5f0e8 100%);
}

.philosophy-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-subtitle {
    display: inline-block;
    color: #e0cdb2;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.philosophy-header h2 {
    color: #5e4b45;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.philosophy-header p {
    color: #7a6860;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    margin: 0;
}

.philosophy-grid-creative {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.phil-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(94, 75, 69, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.phil-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-color-light) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.phil-card:hover::before {
    transform: scaleX(1);
}

.phil-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(94, 75, 69, 0.15);
}

/* Accent Colors für Cards */
.card-accent-1 { --accent-color: #e0cdb2; --accent-color-light: #f0dfc9; }
.card-accent-2 { --accent-color: #d4c1a6; --accent-color-light: #e4d1b6; }
.card-accent-3 { --accent-color: #c8b599; --accent-color-light: #d8c5a9; }
.card-accent-4 { --accent-color: #bca98c; --accent-color-light: #ccb99c; }
.card-accent-5 { --accent-color: #b09d80; --accent-color-light: #c0ad90; }
.card-accent-6 { --accent-color: #a49173; --accent-color-light: #b4a183; }

.phil-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-color-light) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transform: rotate(-5deg);
    transition: transform 0.4s ease;
}

.phil-card:hover .phil-icon {
    transform: rotate(0deg) scale(1.1);
}

.phil-icon ion-icon {
    font-size: 2.2rem;
    color: #5e4b45;
}

.phil-card h3 {
    color: #5e4b45;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.phil-card p {
    color: #6d5d4d;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* ====================================
   BREEDING CATS GRID
   ==================================== */

.our-breeding-cats {
    padding: 5rem 2rem;
    background: white;
}

.breeding-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.breeding-header h2 {
    color: #5e4b45;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.breeding-header p {
    color: #7a6860;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    margin: 0;
}

.breeding-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.breeding-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(94, 75, 69, 0.12);
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}

.breeding-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(94, 75, 69, 0.2);
}

.breeding-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.breeding-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.breeding-card:hover .breeding-image img {
    transform: scale(1.1);
}

.breeding-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(94, 75, 69, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.breeding-card:hover .breeding-overlay {
    opacity: 1;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

.overlay-content ion-icon {
    font-size: 3rem;
}

.overlay-content span {
    font-size: 1.1rem;
    font-weight: 600;
}

.breeding-info {
    padding: 2rem;
    position: relative;
}

.breeding-info h3 {
    color: #5e4b45;
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.breeding-info p {
    color: #7a6860;
    font-size: 1.05rem;
    margin: 0 0 1rem 0;
}

.breeding-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e0cdb2 0%, #d4c1a6 100%);
    color: #5e4b45;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}
/* ====================================
   GROWING SECTION - BILD IN BOX
   ==================================== */

.growing-section {
    padding: 5rem 2rem;
    background: #faf8f5;
}

.growing-container {
    max-width: 1100px;
    margin: 0 auto;
}

.growing-content-full {
    width: 100%;
}

.growing-content-full h2 {
    color: #5e4b45;
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin: 0.5rem 0 1.5rem 0;
    font-weight: 700;
    text-align: center;
}

.growing-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6d5d4d;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.kenzo-highlight-with-image {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(94, 75, 69, 0.08);
    margin-bottom: 2rem;
    border-left: 5px solid #e0cdb2;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.kenzo-image-wrapper {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(94, 75, 69, 0.15);
}

.kenzo-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kenzo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kenzo-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.kenzo-header ion-icon {
    font-size: 2rem;
    color: #e0cdb2;
}

.kenzo-header h3 {
    color: #5e4b45;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 700;
}

.kenzo-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f5f0e8;
}

.kenzo-facts span {
    font-size: 0.9rem;
    color: #7a6860;
}

.kenzo-facts strong {
    color: #5e4b45;
    font-weight: 600;
}

.kenzo-highlight-with-image p {
    color: #6d5d4d;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.link-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #e0cdb2;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    width: fit-content;
}

.link-inline:hover {
    color: #d4c1a6;
    gap: 0.8rem;
}

.link-inline ion-icon {
    font-size: 1.2rem;
}

.growing-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(94, 75, 69, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(94, 75, 69, 0.1);
}

.benefit-item ion-icon {
    font-size: 1.4rem;
    color: #e0cdb2;
    flex-shrink: 0;
}

.benefit-item span {
    color: #6d5d4d;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Responsive */
@media screen and (max-width: 968px) {
    .kenzo-highlight-with-image {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }

    .kenzo-image-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .growing-section {
        padding: 3rem 1.5rem;
    }

    .growing-benefits {
        grid-template-columns: 1fr;
    }

    .kenzo-highlight-with-image {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .kenzo-image-wrapper {
        max-width: 280px;
    }

    .kenzo-highlight-with-image {
        padding: 1.5rem 1rem;
    }

    .growing-benefits {
        gap: 0.8rem;
    }

    .benefit-item {
        padding: 0.8rem;
    }
}


/* ====================================
   JULIA SECTION - OHNE BILD
   ==================================== */

.julia-section {
    padding: 5rem 2rem;
    background: white;
}

.julia-card-no-image {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border-radius: 30px;
    padding: 4rem;
    box-shadow: 0 15px 50px rgba(94, 75, 69, 0.12);
    text-align: center;
}

.julia-content-centered {
    max-width: 800px;
    margin: 0 auto;
}

.julia-content-centered h2 {
    color: #5e4b45;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin: 0.5rem 0 0.5rem 0;
    font-weight: 700;
}

.julia-title {
    color: #e0cdb2;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
}

.julia-text {
    color: #6d5d4d;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: left;
}

.julia-qualifications {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.qual-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(94, 75, 69, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qual-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(94, 75, 69, 0.15);
}

.qual-item ion-icon {
    font-size: 2.5rem;
    color: #e0cdb2;
}

.qual-item span {
    color: #5e4b45;
    font-weight: 600;
    text-align: center;
    font-size: 1.05rem;
}

/* ====================================
   VEREINE SECTION
   ==================================== */

.vereine-section {
    padding: 3rem 2rem;
    background: #faf8f5;
    text-align: center;
}

.vereine-section h3 {
    color: #5e4b45;
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
    font-weight: 600;
}

.vereine-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.vereine-logos a {
    display: block;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.vereine-logos a:hover {
    transform: scale(1.1);
    opacity: 1;
}

.vereine-logos img {
    max-width: 130px;
    height: auto;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.vereine-logos a:hover img {
    filter: grayscale(0%);
}

/* ====================================
   RESPONSIVE DESIGN
   ==================================== */

@media screen and (max-width: 1200px) {
    .hero-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-content-side {
        padding: 4rem 2rem;
    }

    .hero-image-side {
        padding: 2rem;
    }

    .hero-image-container {
        max-width: 400px;
        margin: 0 auto;
    }

    .showcase-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .philosophy-grid-creative {
        grid-template-columns: repeat(2, 1fr);
    }

    .growing-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 968px) {
    .alert-container {
        flex-direction: column;
        text-align: center;
    }

    .alert-button {
        width: 100%;
        justify-content: center;
    }

    .breeding-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-grid-creative {
        grid-template-columns: 1fr;
    }

    .growing-benefits {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .hero-content-side {
        padding: 3rem 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .litter-showcase,
    .philosophy-creative,
    .our-breeding-cats,
    .growing-section,
    .julia-section {
        padding: 3rem 1.5rem;
    }

    .phil-card {
        padding: 2rem 1.5rem;
    }

    .breeding-image {
        height: 300px;
    }

    .showcase-buttons {
        flex-direction: column;
    }

    .btn-showcase-primary,
    .btn-showcase-secondary {
        width: 100%;
        text-align: center;
    }

    .julia-card-no-image {
        padding: 3rem 2rem;
    }

    .julia-qualifications {
        grid-template-columns: 1fr;
    }

    .vereine-logos {
        gap: 2rem;
    }

    .vereine-logos img {
        max-width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .hero-image-container {
        aspect-ratio: 1/1;
    }

    .alert-icon {
        width: 60px;
        height: 60px;
    }

    .alert-icon ion-icon {
        font-size: 2.5rem;
    }

    .phil-icon {
        width: 60px;
        height: 60px;
    }

    .phil-icon ion-icon {
        font-size: 2rem;
    }

    .breeding-info {
        padding: 1.5rem;
    }

    .kenzo-highlight {
        padding: 1.5rem;
    }

    .growing-benefits {
        gap: 0.8rem;
    }

    .benefit-item {
        padding: 0.8rem;
    }

    .julia-card-no-image {
        padding: 2rem 1.5rem;
    }
}

/* ====================================
   ANIMATIONS
   ==================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content-side > * {
    animation: fadeInUp 0.8s ease backwards;
}

.hero-badge { animation-delay: 0.1s; }
.hero-split h1 { animation-delay: 0.2s; }
.hero-text { animation-delay: 0.3s; }
.hero-buttons { animation-delay: 0.4s; }

/* ====================================
   PRINT STYLES
   ==================================== */

@media print {
    .hero-buttons,
    .alert-button,
    .showcase-buttons,
    .link-inline,
    .breeding-overlay,
    .nav__social {
        display: none;
    }

    .hero-split,
    .phil-card,
    .breeding-card,
    .julia-card-no-image {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}