﻿/* ===============================
   ITZY HOME PAGE ONLY
   =============================== */

/* ----- HERO SECTION ----- */
.itzy-hero {
    position: relative;
    min-height: 520px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 20px;
}

.itzy-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
}

.itzy-hero-content {
    padding: 36px;
    max-width: 720px;
}

.itzy-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 4px;
}

.itzy-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 18px;
}

/* ----- COMEBACK FEATURE ----- */
.itzy-comeback-box {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 18px;
    backdrop-filter: blur(6px);
}

.itzy-comeback-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 0.85;
}

.itzy-comeback-name {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
}

/* ----- MEMBERS SECTION ----- */
.itzy-section {
    padding: 30px 0;
}

.itzy-section-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 6px;
}

/* ----- MEMBER CARDS ----- */
.itzy-card {
    background-color: #111;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.itzy-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.itzy-card-body {
    padding: 14px;
}

.itzy-card-body h3 {
    font-weight: 800;
    margin-bottom: 6px;
}

.itzy-card-body p {
    opacity: 0.85;
}

/* ----- MEMBER IMAGES ----- */
.itzy-member-yeji {
    background-image: url('../images/yeji.jpg');
}

.itzy-member-lia {
    background-image: url('../images/lia.jpg');
}

.itzy-member-ryujin {
    background-image: url('../images/ryujin.jpg');
}

.itzy-member-chaeryeong {
    background-image: url('../images/chaeryeong.jpg');
}

.itzy-member-yuna {
    background-image: url('../images/yuna.jpg');
}

.itzy-link {
    color: #ff4fd8; /* ITZY pink */
    font-weight: 600;
    text-decoration: none;
}

.itzy-link:hover {
    text-decoration: underline;
}
