.home .boxmoe_header_banner {
    display: none;
}

.home .breadcrumb-head {
    display: none;
}

.home .boxmoe-container.container {
    margin-top: 0;
}

.dyeink-home-hero {
    position: relative;
    min-height: clamp(420px, 72vh, 760px);
    overflow: hidden;
    background: #0f172a;
}

.dyeink-home-hero__media,
.dyeink-home-hero__overlay,
.dyeink-home-hero__inner {
    position: absolute;
    inset: 0;
}

.dyeink-home-hero__video,
.dyeink-home-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dyeink-home-hero.no-video .dyeink-home-hero__image {
    animation: dyeinkHeroZoom 18s ease-in-out infinite alternate;
}

.dyeink-home-hero__overlay {
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.28) 0%, rgba(2, 6, 23, 0.52) 55%, rgba(2, 6, 23, 0.82) 100%),
        radial-gradient(circle at top right, rgba(255, 105, 180, 0.20), transparent 32%),
        radial-gradient(circle at left center, rgba(56, 189, 248, 0.18), transparent 36%);
}

.dyeink-home-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 72px;
}

.dyeink-home-hero__content {
    width: min(100%, 760px);
    padding: 28px;
    border-radius: 28px;
    background: rgba(15, 23, 42, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.28);
}

.dyeink-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #f8fafc;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
}

.dyeink-home-hero__title {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.08;
    font-weight: 800;
}

.dyeink-home-hero__subtitle {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.8;
    max-width: 58ch;
}

.dyeink-home-hero__hitokoto .main-title,
.dyeink-home-hero__hitokoto h1 {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
}

.dyeink-home-hero__hitokoto .spinner {
    margin-right: 8px;
}

.dyeink-home-hero__search {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.dyeink-home-hero__search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 4px 6px;
}

.dyeink-home-hero__search-input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.dyeink-home-hero__search-button,
.dyeink-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dyeink-home-hero__search-button {
    padding: 0 18px;
    height: 50px;
    color: #0f172a;
    font-weight: 700;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fafc, #cbd5e1);
}

.dyeink-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.dyeink-home-hero__button {
    min-width: 138px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.dyeink-home-hero__button--primary {
    color: #0f172a;
    background: linear-gradient(135deg, #fef3c7, #f9a8d4);
}

.dyeink-home-hero__button--secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.dyeink-home-hero__admin-tip {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.dyeink-home-hero__search-button:hover,
.dyeink-home-hero__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

@keyframes dyeinkHeroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@media (max-width: 991.98px) {
    .dyeink-home-hero__inner {
        padding-top: 90px;
    }

    .dyeink-home-hero__content {
        width: 100%;
        padding: 24px;
        border-radius: 24px;
    }
}

@media (max-width: 767.98px) {
    .dyeink-home-hero {
        min-height: 500px;
    }

    .dyeink-home-hero__inner {
        padding-top: 88px;
        padding-bottom: 32px;
        align-items: flex-end;
    }

    .dyeink-home-hero__content {
        padding: 20px;
        border-radius: 22px;
    }

    .dyeink-home-hero__title {
        font-size: 32px;
    }

    .dyeink-home-hero__subtitle,
    .dyeink-home-hero__hitokoto .main-title,
    .dyeink-home-hero__hitokoto h1 {
        font-size: 15px;
        line-height: 1.7;
    }

    .dyeink-home-hero__search {
        flex-direction: column;
        align-items: stretch;
    }

    .dyeink-home-hero__search-button {
        width: 100%;
    }

    .dyeink-home-hero__actions {
        flex-direction: column;
    }

    .dyeink-home-hero__button {
        width: 100%;
    }
}
