body.ahad-homepage {
    overflow-x: clip;
}

body.ahad-homepage #wrapper,
body.ahad-homepage #content,
body.ahad-homepage .no-bottom.no-top {
    overflow: visible !important;
}

body.ahad-homepage .ahad-hvrs-section {
    --ahad-hvrs-ink: #2b1f16;
    --ahad-hvrs-ink-soft: rgba(74, 53, 40, 0.78);
    --ahad-hvrs-accent: #b9926b;
    --ahad-hvrs-accent-strong: #a67a50;
    --ahad-hvrs-accent-soft: #f2e3d2;
    --ahad-hvrs-surface: rgba(255, 251, 246, 0.98);
    --ahad-hvrs-surface-strong: #f5e4d1;
    --ahad-hvrs-border: rgba(181, 142, 104, 0.24);
    --ahad-hvrs-stack-base: clamp(84px, 10vh, 150px);
    --ahad-hvrs-stack-step: clamp(30px, 5.5vh, 70px);
    --ahad-hvrs-stack-gap: clamp(80px, 9vh, 128px);
    position: relative;
    overflow: visible;
    padding: clamp(100px, 9vw, 132px) 0 clamp(48px, 4vw, 72px);
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 19%),
        linear-gradient(180deg, #fcf6ef 0%, #f6eadf 52%, #f3e4d3 100%);
}

body.ahad-homepage .ahad-hvrs-section .container {
    position: relative;
    z-index: 1;
}

body.ahad-homepage .ahad-hvrs-heading {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

body.ahad-homepage .ahad-hvrs-heading__eyebrow {
    margin: 0 0 16px;
    color: var(--ahad-hvrs-accent-strong);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.ahad-homepage .ahad-hvrs-heading__title {
    margin: 0;
    color: var(--ahad-hvrs-ink);
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 4.8vw, 4.8rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

body.ahad-homepage .ahad-hvrs-heading__copy {
    max-width: 700px;
    margin: 20px auto 0;
    color: var(--ahad-hvrs-ink-soft);
    font-size: 1rem;
    line-height: 1.8;
}

body.ahad-homepage .ahad-hvrs-stack {
    margin-top: 40px;
    padding-bottom: clamp(20px, 2.5vw, 36px);
}

body.ahad-homepage .ahad-hvrs-room-wrapper {
    position: sticky;
    top: calc(
        var(--ahad-hvrs-stack-base)
        + ((var(--ahad-hvrs-room-layer, 1) - 1) * var(--ahad-hvrs-stack-step))
    );
    padding-bottom: var(--ahad-hvrs-stack-gap);
    z-index: var(--ahad-hvrs-room-layer, 1);
}

body.ahad-homepage .ahad-hvrs-room-wrapper:last-child {
    padding-bottom: clamp(16px, 2vh, 28px);
}

body.ahad-homepage .ahad-hvrs-room-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 60px;
    border: 1px solid var(--ahad-hvrs-border);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(145deg, var(--ahad-hvrs-surface) 0%, #faefe4 50%, var(--ahad-hvrs-surface-strong) 100%);
    box-shadow:
        0 30px 80px rgba(102, 70, 44, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.ahad-homepage .ahad-hvrs-room-item.is-mirrored {
    flex-direction: row-reverse;
}

body.ahad-homepage .ahad-hvrs-room-image-wrap,
body.ahad-homepage .ahad-hvrs-room-content {
    width: 100%;
}

body.ahad-homepage .ahad-hvrs-room-image-wrap {
    position: relative;
    flex: 1 1 46%;
    min-width: 0;
}

body.ahad-homepage .ahad-hvrs-room-image,
body.ahad-homepage .ahad-hvrs-room-image:hover,
body.ahad-homepage .ahad-hvrs-room-image:focus {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 486px;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
}

body.ahad-homepage .ahad-hvrs-room-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

body.ahad-homepage .ahad-hvrs-room-item:hover .ahad-hvrs-room-image img,
body.ahad-homepage .ahad-hvrs-room-item:focus-within .ahad-hvrs-room-image img {
    transform: scale(1.05);
}

body.ahad-homepage .ahad-hvrs-room-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    max-width: calc(100% - 40px);
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(185, 146, 107, 0.92);
    color: #fff8f1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 16px 32px rgba(117, 79, 45, 0.18);
}

body.ahad-homepage .ahad-hvrs-room-content {
    flex: 1 1 54%;
    min-width: 0;
    color: var(--ahad-hvrs-ink);
}

body.ahad-homepage .ahad-hvrs-room-meta {
    margin: 0 0 14px;
    color: rgba(166, 122, 80, 0.86);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.ahad-homepage .ahad-hvrs-room-title {
    margin: 0 0 26px;
    color: var(--ahad-hvrs-ink);
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
}

body.ahad-homepage .ahad-hvrs-room-title a,
body.ahad-homepage .ahad-hvrs-room-title a:hover,
body.ahad-homepage .ahad-hvrs-room-title a:focus {
    color: inherit;
    text-decoration: none;
}

body.ahad-homepage .ahad-hvrs-room-desc {
    margin: 0 0 40px;
    color: var(--ahad-hvrs-ink-soft);
    font-size: 1.08rem;
    line-height: 1.75;
}

body.ahad-homepage .ahad-hvrs-room-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
}

body.ahad-homepage .ahad-hvrs-room-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #3e2e22;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.35;
}

body.ahad-homepage .ahad-hvrs-room-list i {
    width: 26px;
    color: var(--ahad-hvrs-accent-strong);
    font-size: 1rem;
    text-align: center;
}

body.ahad-homepage .ahad-hvrs-room-note {
    margin: -8px 0 28px;
    color: rgba(74, 53, 40, 0.68);
    font-size: 0.98rem;
    line-height: 1.75;
}

body.ahad-homepage .ahad-hvrs-room-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #c8a17b 0%, #b18357 100%);
    color: #fffaf4;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(146, 102, 62, 0.2);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

body.ahad-homepage .ahad-hvrs-room-cta:hover,
body.ahad-homepage .ahad-hvrs-room-cta:focus {
    background: linear-gradient(135deg, #b98d64 0%, #9f734a 100%);
    color: #fffaf4;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
    body.ahad-homepage .ahad-hvrs-room-item {
        gap: 34px;
        padding: 40px;
    }

    body.ahad-homepage .ahad-hvrs-room-image,
    body.ahad-homepage .ahad-hvrs-room-image:hover,
    body.ahad-homepage .ahad-hvrs-room-image:focus {
        height: 420px;
    }
}

@media (min-width: 992px) and (max-height: 860px) {
    body.ahad-homepage .ahad-hvrs-section {
        --ahad-hvrs-stack-base: clamp(64px, 8vh, 96px);
        --ahad-hvrs-stack-step: clamp(24px, 3.5vh, 42px);
        --ahad-hvrs-stack-gap: clamp(72px, 8vh, 104px);
        padding: clamp(72px, 7vh, 92px) 0 clamp(40px, 4vh, 56px);
    }

    body.ahad-homepage .ahad-hvrs-heading__title {
        font-size: clamp(2.5rem, 4vw, 4rem);
    }

    body.ahad-homepage .ahad-hvrs-heading__copy {
        margin-top: 16px;
        line-height: 1.65;
    }

    body.ahad-homepage .ahad-hvrs-stack {
        margin-top: 28px;
    }

    body.ahad-homepage .ahad-hvrs-room-item {
        gap: 32px;
        padding: 36px;
    }

    body.ahad-homepage .ahad-hvrs-room-image,
    body.ahad-homepage .ahad-hvrs-room-image:hover,
    body.ahad-homepage .ahad-hvrs-room-image:focus {
        height: min(42vh, 360px);
    }

    body.ahad-homepage .ahad-hvrs-room-title {
        margin-bottom: 18px;
        font-size: clamp(1.9rem, 2.7vw, 2.8rem);
    }

    body.ahad-homepage .ahad-hvrs-room-desc {
        margin-bottom: 24px;
        font-size: 1rem;
        line-height: 1.65;
    }

    body.ahad-homepage .ahad-hvrs-room-list {
        gap: 18px 28px;
        margin-bottom: 24px;
    }

    body.ahad-homepage .ahad-hvrs-room-note {
        margin: -2px 0 22px;
        line-height: 1.65;
    }

    body.ahad-homepage .ahad-hvrs-room-cta {
        min-height: 50px;
        padding: 0 24px;
    }
}

@media (max-width: 991.98px) {
    body.ahad-homepage .ahad-hvrs-stack {
        margin-top: 28px;
        padding-bottom: 0;
    }

    body.ahad-homepage .ahad-hvrs-room-wrapper,
    body.ahad-homepage .ahad-hvrs-room-item {
        position: static;
        top: auto;
    }

    body.ahad-homepage .ahad-hvrs-room-item,
    body.ahad-homepage .ahad-hvrs-room-item.is-mirrored {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    body.ahad-homepage .ahad-hvrs-room-image,
    body.ahad-homepage .ahad-hvrs-room-image:hover,
    body.ahad-homepage .ahad-hvrs-room-image:focus {
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    body.ahad-homepage .ahad-hvrs-section {
        padding: 88px 0 96px;
    }

    body.ahad-homepage .ahad-hvrs-heading__title {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    body.ahad-homepage .ahad-hvrs-room-item,
    body.ahad-homepage .ahad-hvrs-room-item.is-mirrored {
        padding: 24px;
    }

    body.ahad-homepage .ahad-hvrs-room-image,
    body.ahad-homepage .ahad-hvrs-room-image:hover,
    body.ahad-homepage .ahad-hvrs-room-image:focus {
        height: 260px;
    }

    body.ahad-homepage .ahad-hvrs-room-badge {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    body.ahad-homepage .ahad-hvrs-room-desc {
        margin-bottom: 28px;
        font-size: 1rem;
    }

    body.ahad-homepage .ahad-hvrs-room-list {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    body.ahad-homepage .ahad-hvrs-room-note {
        margin: -4px 0 22px;
    }

    body.ahad-homepage .ahad-hvrs-room-cta {
        width: 100%;
    }
}
