.kkeyqik-seh-wrapper {
    position: relative;
}

.kkeyqik-seh-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100dvh;
}

.kkeyqik-seh-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100dvh;
}

.kkeyqik-seh-bg-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100dvh;
    z-index: 0;
    will-change: opacity;
    overflow: hidden;
}

.kkeyqik-seh-bg-img {
    width: 100vw !important;
    height: 100dvh !important;
    object-fit: cover !important;
    object-position: center !important;
}

.kkeyqik-seh-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.kkeyqik-seh-content-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.kkeyqik-seh-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    position: relative;
}

/* Expandable Media Box */
.kkeyqik-seh-media-box {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* Base Width */
    height: 400px; /* Base Height */
    max-width: 95vw;
    max-height: 85vh;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
    border-radius: 1rem; /* React uses rounded-2xl on the wrapper */
    will-change: width, height;
}

.kkeyqik-seh-media-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0.75rem; /* React uses rounded-xl on inner elements */
    overflow: hidden;
    container-type: size;
}

.kkeyqik-seh-video,
.kkeyqik-seh-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.kkeyqik-seh-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100cqw, 177.78cqh);
    height: max(100cqh, 56.25cqw);
    transform: translate(-50%, -50%) scale(1.35);
    pointer-events: none;
    border: none;
    border-radius: 1rem;
}

.kkeyqik-seh-media-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Will be animated */
    border-radius: 1rem;
    will-change: opacity;
}

/* Small Text Inside Box */
.kkeyqik-seh-hint-wrap {
    position: absolute;
    z-index: 10;
    bottom: 2rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    pointer-events: none;
}

.kkeyqik-seh-date {
    font-size: 1.5rem;
    color: #bfdbfe; /* Tailwind blue-200 equivalent */
    margin: 0 0 0.5rem 0;
    will-change: transform;
}

.kkeyqik-seh-scroll-hint {
    font-size: 1rem;
    font-weight: 500;
    color: #bfdbfe;
    margin: 0;
    text-align: center;
    will-change: transform;
}

/* Large Title Text */
.kkeyqik-seh-title-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    pointer-events: none;
}

.kkeyqik-blend-diff {
    mix-blend-mode: difference;
}

.kkeyqik-seh-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #bfdbfe;
    margin: 0;
    line-height: 1.1;
    will-change: transform;
}

/* Below Content */
.kkeyqik-seh-below-content {
    width: 100%;
    padding: 2.5rem 2rem;
    opacity: 0; /* JS will toggle this */
}

@media (min-width: 768px) {
    .kkeyqik-seh-below-content {
        padding: 5rem 4rem; /* Match React lg:py-20 which is 5rem */
    }
}

/* Infinite Grid Background */
.kkeyqik-seh-infinite-grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
}

.kkeyqik-seh-grid-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    color: rgba(0, 0, 0, 0.8);
}

.kkeyqik-seh-grid-base {
    opacity: 0.1;
}

.kkeyqik-seh-grid-active {
    opacity: 0.8;
    mask-image: radial-gradient(300px circle at 50% 50%, black, transparent);
    -webkit-mask-image: radial-gradient(300px circle at 50% 50%, black, transparent);
}

.kkeyqik-seh-grid-svg {
    width: 100%;
    height: 100%;
}

.kkeyqik-seh-grid-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.kkeyqik-seh-orb {
    position: absolute;
    border-radius: 50%;
}

.kkeyqik-seh-orb-1 {
    right: -20%;
    top: -20%;
    width: 40%;
    height: 40%;
    background-color: rgba(249, 115, 22, 0.2);
    filter: blur(120px);
}

.kkeyqik-seh-orb-2 {
    right: 10%;
    top: -10%;
    width: 20%;
    height: 20%;
    background-color: rgba(59, 130, 246, 0.3);
    filter: blur(100px);
}

.kkeyqik-seh-orb-3 {
    left: -10%;
    bottom: -20%;
    width: 40%;
    height: 40%;
    background-color: rgba(59, 130, 246, 0.2);
    filter: blur(120px);
}
