html.mh-ilan-page body {
    background:
        radial-gradient(900px 420px at 8% -8%, rgba(163, 21, 35, .07), transparent 58%),
        radial-gradient(700px 380px at 100% 0%, rgba(90, 140, 120, .08), transparent 55%),
        #f3eee8;
}

html.mh-ilan-page .mh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .92);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(70, 28, 18, .05);
    font-size: 13px;
    font-weight: 700;
    color: #7a6a65;
}

html.mh-ilan-page .mh-breadcrumb a {
    color: #a31523 !important;
    text-decoration: none !important;
}

html.mh-ilan-page .mh-breadcrumb a:hover {
    text-decoration: underline !important;
}

html.mh-ilan-page .mh-breadcrumb__sep { color: #cbb8b0; }
html.mh-ilan-page .mh-breadcrumb__current {
    color: #1a1210;
    max-width: min(100%, 48ch);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-ilan-alert {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff7f5, #fff);
    border: 1px solid rgba(163, 21, 35, .12);
    box-shadow: 0 8px 20px rgba(163, 21, 35, .06);
}

.mh-ilan-alert__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(163, 21, 35, .1);
    color: #a31523;
    font-size: 16px;
}

.mh-ilan-alert strong {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    color: #1a1210;
}

.mh-ilan-alert p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #6f5f59;
}

.mh-ilan-alert a {
    color: #a31523 !important;
    font-weight: 800;
}

.mh-ilan-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 18px;
    padding: 24px 26px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,242,237,.94));
    box-shadow: 0 12px 32px rgba(70, 28, 18, .07);
    animation: mhIlanIn .4s ease both;
}

.mh-ilan-hero__glow {
    position: absolute;
    right: -50px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(163, 21, 35, .14), transparent 68%);
    pointer-events: none;
}

.mh-ilan-hero__eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a31523;
}

.mh-ilan-hero__title {
    position: relative;
    z-index: 1;
    margin: 0 0 12px !important;
    font-size: clamp(24px, 3.5vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em;
    color: #1a1210 !important;
}

.mh-ilan-hero__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mh-ilan-badge,
.mh-ilan-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.mh-ilan-badge--open {
    background: rgba(31, 122, 69, .12);
    color: #1f7a45;
}

.mh-ilan-badge--done {
    background: rgba(122, 106, 101, .12);
    color: #6f5f59;
}

.mh-ilan-chip {
    background: #fff;
    color: #6f5f59;
    box-shadow: 0 4px 12px rgba(70, 28, 18, .05);
}

.mh-ilan-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
    gap: 18px;
    align-items: start;
    margin: 0 0 18px;
}

.mh-ilan-media {
    margin: 0;
    padding: 12px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(70, 28, 18, .07);
    animation: mhIlanIn .45s ease both;
}

.mh-ilan-media__img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 520px;
    object-fit: contain;
    border-radius: 16px;
    background: #faf7f3;
}

.mh-ilan-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mh-ilan-card {
    margin: 0;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
    animation: mhIlanIn .5s ease both;
}

.mh-ilan-card--body {
    margin-bottom: 8px;
}

.mh-ilan-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px !important;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(70, 28, 18, .06);
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1a1210 !important;
}

.mh-ilan-card__title i {
    color: #a31523;
    font-size: 14px;
}

.mh-ilan-dl {
    margin: 0;
}

.mh-ilan-dl__row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(70, 28, 18, .05);
}

.mh-ilan-dl__row:first-child { padding-top: 0; }
.mh-ilan-dl__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.mh-ilan-dl dt {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #8a7872;
}

.mh-ilan-dl dd {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1210;
    word-break: break-word;
}

.mh-ilan-tel {
    color: #a31523 !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

.mh-ilan-tel:hover {
    text-decoration: underline !important;
}

.mh-ilan-owner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    border-radius: 14px;
    background: #faf7f3;
    text-decoration: none !important;
    color: inherit !important;
    transition: background .18s ease, transform .18s ease;
}

.mh-ilan-owner:hover {
    background: #fff0f1;
    transform: translateY(-1px);
}

.mh-ilan-owner__avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(163, 21, 35, .1);
    color: #a31523;
}

.mh-ilan-owner__name {
    font-size: 16px;
    font-weight: 800;
    color: #1a1210;
}

.mh-ilan-owner__go {
    font-size: 12px;
    font-weight: 700;
    color: #a31523;
}

.mh-ilan-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(70, 28, 18, .06);
    color: #1a1210 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .18s ease, color .18s ease;
}

.mh-ilan-back:hover {
    transform: translateY(-1px);
    color: #a31523 !important;
}

.mh-ilan-content {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    color: #3a2e2a;
}

.mh-ilan-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.mh-ilan-content p {
    margin: 0 0 12px;
}

@keyframes mhIlanIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    .mh-ilan-layout {
        grid-template-columns: 1fr;
    }

    .mh-ilan-hero {
        padding: 20px 18px;
    }

    .mh-ilan-dl__row {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .mh-ilan-media__img {
        max-height: 360px;
    }
}
