:root {
    --ehp-navy: #061f38;
    --ehp-navy-deep: #03131f;
    --ehp-navy-soft: #0d3153;
    --ehp-gold: #c69243;
    --ehp-gold-light: #e2bd7c;
    --ehp-ivory: #f7f4ee;
    --ehp-white: #ffffff;
    --ehp-text: #182839;
    --ehp-muted: #687482;
    --ehp-border: rgba(6, 31, 56, 0.12);
    --ehp-shadow: 0 28px 70px rgba(6, 31, 56, 0.15);
}

.ehp-template-main,
.ehp-homepage {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ehp-ivory);
}

.ehp-homepage,
.ehp-homepage * {
    box-sizing: border-box;
}

.ehp-homepage {
    overflow: hidden;
    color: var(--ehp-text);
    font-family: "Manrope", Arial, sans-serif;
}

.ehp-homepage img {
    display: block;
    width: 100%;
    height: auto;
}

.ehp-homepage h1,
.ehp-homepage h2,
.ehp-homepage h3,
.ehp-homepage p,
.ehp-homepage blockquote {
    margin-top: 0;
}

.ehp-homepage h1,
.ehp-homepage h2,
.ehp-homepage h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.ehp-homepage h1 {
    margin-bottom: 26px;
    font-size: clamp(3.9rem, 6.8vw, 7.25rem);
    line-height: 0.9;
}

.ehp-homepage h2 {
    margin-bottom: 24px;
    color: var(--ehp-navy);
    font-size: clamp(3rem, 5.25vw, 5.3rem);
    line-height: 0.93;
}

.ehp-homepage h2 span {
    color: var(--ehp-gold);
}

.ehp-homepage h3 {
    color: var(--ehp-navy);
    font-size: clamp(2rem, 2.6vw, 2.9rem);
    line-height: 1;
}

.ehp-homepage p {
    margin-bottom: 0;
    color: var(--ehp-text);
    font-size: 1rem;
    line-height: 1.8;
}

.ehp-homepage a {
    text-decoration: none;
}

.ehp-homepage [dir="rtl"] {
    font-family: "Noto Kufi Arabic", Arial, sans-serif;
}

.ehp-container {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}

.ehp-section {
    padding: 125px 0;
}

.ehp-kicker {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    color: var(--ehp-gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.ehp-kicker::before {
    content: "";
    width: 60px;
    height: 1px;
    flex: 0 0 60px;
    background: currentColor;
}

.ehp-kicker-dark {
    color: var(--ehp-gold);
}

.ehp-arabic {
    color: var(--ehp-gold-light) !important;
    font-size: 0.9rem !important;
    line-height: 2.1 !important;
}

.ehp-arabic-dark {
    color: var(--ehp-gold) !important;
}

.ehp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ehp-btn {
    display: inline-flex;
    min-height: 56px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ehp-btn:hover {
    transform: translateY(-3px);
}

.ehp-btn-gold {
    border: 1px solid var(--ehp-gold-light);
    background: linear-gradient(135deg, #a9722e, var(--ehp-gold-light), var(--ehp-gold));
    color: var(--ehp-navy-deep) !important;
    box-shadow: 0 18px 40px rgba(198, 146, 67, 0.28);
}

.ehp-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(5, 22, 37, 0.18);
    color: var(--ehp-white) !important;
    backdrop-filter: blur(8px);
}

.ehp-hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ehp-navy-deep);
}

.ehp-hero-background,
.ehp-hero-background img,
.ehp-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ehp-hero-background img {
    object-fit: cover;
    object-position: center 52%;
}

.ehp-hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 19, 31, 0.95) 0%, rgba(3, 19, 31, 0.84) 42%, rgba(3, 19, 31, 0.26) 100%),
        linear-gradient(180deg, rgba(3, 19, 31, 0.06), rgba(3, 19, 31, 0.46));
}

.ehp-hero::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -110px;
    width: 510px;
    height: 510px;
    border: 1px solid rgba(226, 189, 124, 0.2);
    transform: rotate(45deg);
}

.ehp-hero-content {
    max-width: 820px;
    padding: 110px 0 100px;
}

.ehp-hero h1 {
    max-width: 800px;
    color: var(--ehp-white);
}

.ehp-hero-lead {
    max-width: 710px;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 1.12rem !important;
}

.ehp-hero .ehp-arabic {
    max-width: 660px;
    margin-top: 18px;
}

.ehp-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.ehp-hero-points span {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.ehp-trust {
    position: relative;
    z-index: 3;
    margin-top: -54px;
}

.ehp-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: var(--ehp-shadow);
}

.ehp-trust-grid article {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 18px;
    min-height: 190px;
    padding: 32px;
    border-right: 1px solid rgba(226, 189, 124, 0.18);
    background: linear-gradient(145deg, var(--ehp-navy-deep), var(--ehp-navy-soft));
}

.ehp-trust-grid article:last-child {
    border-right: 0;
}

.ehp-icon,
.ehp-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(226, 189, 124, 0.28);
    color: var(--ehp-gold-light);
}

.ehp-icon svg,
.ehp-service-icon svg,
.ehp-text-link svg,
.ehp-collection-content strong svg,
.ehp-service-body a svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ehp-trust-grid small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.ehp-trust-grid h3 {
    margin-bottom: 12px;
    color: var(--ehp-white);
    font-size: 1.65rem;
}

.ehp-trust-grid p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.88rem;
    line-height: 1.7;
}

.ehp-story {
    padding-top: 145px;
    background: var(--ehp-white);
}

.ehp-story-grid,
.ehp-leadership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.ehp-story-media {
    position: relative;
    padding-bottom: 56px;
}

.ehp-story-media > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: var(--ehp-shadow);
}

.ehp-story-media::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 130px;
    height: 130px;
    border-top: 1px solid var(--ehp-gold);
    border-left: 1px solid var(--ehp-gold);
}

.ehp-story-badge {
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 300px;
    padding: 26px;
    border-left: 4px solid var(--ehp-gold-light);
    background: var(--ehp-navy);
    box-shadow: 0 18px 45px rgba(6, 31, 56, 0.24);
}

.ehp-story-badge strong,
.ehp-story-badge span {
    display: block;
}

.ehp-story-badge strong {
    margin-bottom: 8px;
    color: var(--ehp-white);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
}

.ehp-story-badge span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
    line-height: 1.7;
}

.ehp-story-copy p:not(.ehp-kicker):not(.ehp-arabic) {
    margin-bottom: 18px;
    color: var(--ehp-muted);
}

.ehp-text-link,
.ehp-collection-content strong,
.ehp-service-body a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ehp-navy) !important;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ehp-text-link {
    margin-top: 22px;
}

.ehp-text-link svg,
.ehp-collection-content strong svg,
.ehp-service-body a svg {
    width: 18px;
    height: 18px;
    color: var(--ehp-gold);
}

.ehp-collections {
    background: linear-gradient(180deg, #f6f2eb, #fbfaf7);
}

.ehp-section-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.6fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 58px;
}

.ehp-section-heading > p {
    padding-bottom: 10px;
    color: var(--ehp-muted);
}

.ehp-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ehp-collection-card {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    background: var(--ehp-navy);
    box-shadow: 0 22px 50px rgba(6, 31, 56, 0.13);
}

.ehp-collection-card > a,
.ehp-collection-card img,
.ehp-collection-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ehp-collection-card img {
    object-fit: cover;
    transition: transform 0.65s ease;
}

.ehp-collection-card:hover img {
    transform: scale(1.045);
}

.ehp-collection-shade {
    background: linear-gradient(180deg, rgba(3, 19, 31, 0.04) 25%, rgba(3, 19, 31, 0.92) 100%);
}

.ehp-collection-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 34px;
}

.ehp-collection-content > span {
    display: block;
    margin-bottom: 16px;
    color: var(--ehp-gold-light);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.ehp-collection-content h3 {
    margin-bottom: 5px;
    color: var(--ehp-white);
    font-size: 2.6rem;
}

.ehp-card-arabic {
    color: var(--ehp-gold-light) !important;
    font-size: 0.85rem !important;
}

.ehp-collection-content > p:not(.ehp-card-arabic) {
    margin: 16px 0 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.ehp-collection-content strong {
    color: var(--ehp-white) !important;
}

.ehp-market {
    position: relative;
    min-height: 630px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ehp-market-media,
.ehp-market-media img,
.ehp-market-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ehp-market-media img {
    object-fit: cover;
}

.ehp-market-overlay {
    background: linear-gradient(90deg, rgba(3, 19, 31, 0.96), rgba(3, 19, 31, 0.78) 48%, rgba(3, 19, 31, 0.22));
}

.ehp-market-content {
    max-width: 760px;
    padding: 100px 0;
}

.ehp-market h2,
.ehp-market p {
    color: var(--ehp-white);
}

.ehp-market h2 {
    margin-bottom: 25px;
}

.ehp-market p:not(.ehp-kicker) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
}

.ehp-market .ehp-btn {
    margin-top: 32px;
}

.ehp-services {
    background: var(--ehp-white);
}

.ehp-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.ehp-service-card {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 390px;
    border: 1px solid var(--ehp-border);
    background: #fbfaf7;
    box-shadow: 0 16px 38px rgba(6, 31, 56, 0.08);
}

.ehp-service-media {
    min-height: 100%;
    overflow: hidden;
}

.ehp-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.ehp-service-card:hover .ehp-service-media img {
    transform: scale(1.04);
}

.ehp-service-body {
    padding: 36px;
}

.ehp-service-icon {
    margin-bottom: 24px;
    color: var(--ehp-gold);
    border-color: rgba(198, 146, 67, 0.25);
}

.ehp-service-body h3 {
    margin-bottom: 6px;
}

.ehp-service-body > p:not(.ehp-card-arabic) {
    margin: 18px 0 24px;
    color: var(--ehp-muted);
    font-size: 0.92rem;
}

.ehp-leadership {
    background: linear-gradient(180deg, #f6f2eb, #fdfcf9);
}

.ehp-leadership-copy p:not(.ehp-kicker) {
    margin-bottom: 18px;
    color: var(--ehp-muted);
}

.ehp-leadership blockquote {
    margin: 26px 0;
    padding: 25px 0 25px 26px;
    border-left: 3px solid var(--ehp-gold);
    color: var(--ehp-navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.8rem;
    line-height: 1.4;
}

.ehp-leader-meta {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 18px;
    border-top: 1px solid var(--ehp-border);
}

.ehp-leader-meta strong {
    color: var(--ehp-navy);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ehp-leader-meta span {
    color: var(--ehp-muted);
    font-size: 0.85rem;
}

.ehp-leader-meta small {
    color: var(--ehp-gold);
    font-size: 0.75rem;
}

.ehp-leadership-media {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    padding: 16px;
    border: 1px solid rgba(198, 146, 67, 0.42);
    background: var(--ehp-white);
    box-shadow: var(--ehp-shadow);
}

.ehp-leadership-media::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid var(--ehp-gold);
}

.ehp-leadership-media img {
    aspect-ratio: 7 / 8;
    object-fit: cover;
    object-position: center top;
}

.ehp-cta {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ehp-navy-deep);
}

.ehp-cta-media,
.ehp-cta-media img,
.ehp-cta-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ehp-cta-media img {
    object-fit: cover;
    object-position: center 45%;
}

.ehp-cta-overlay {
    background: linear-gradient(90deg, rgba(3, 19, 31, 0.97), rgba(3, 19, 31, 0.84) 48%, rgba(3, 19, 31, 0.42));
}

.ehp-cta-content {
    max-width: 830px;
    padding: 100px 0;
}

.ehp-cta h2,
.ehp-cta p {
    color: var(--ehp-white);
}

.ehp-cta > .ehp-container > p:not(.ehp-kicker):not(.ehp-arabic) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.74);
}

.ehp-contact-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.ehp-contact-row > a {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10px);
}

.ehp-contact-row > a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(226, 189, 124, 0.32);
    color: var(--ehp-gold-light);
}

.ehp-contact-row svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.ehp-contact-row strong,
.ehp-contact-row small {
    display: block;
}

.ehp-contact-row strong {
    margin-bottom: 5px;
    color: var(--ehp-white);
    font-size: 0.9rem;
}

.ehp-contact-row small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
}

[data-ehp-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

[data-ehp-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1100px) {
    .ehp-section-heading,
    .ehp-story-grid,
    .ehp-leadership-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ehp-collection-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ehp-collection-card:last-child {
        grid-column: 1 / -1;
        min-height: 500px;
    }

    .ehp-service-card {
        grid-template-columns: 1fr;
    }

    .ehp-service-media img {
        aspect-ratio: 16 / 10;
    }

    .ehp-leadership-media {
        margin: 0;
    }
}

@media (max-width: 820px) {
    .ehp-container {
        width: calc(100% - 34px);
    }

    .ehp-section {
        padding: 90px 0;
    }

    .ehp-hero {
        min-height: 720px;
    }

    .ehp-hero-background img {
        object-position: 63% center;
    }

    .ehp-hero-overlay {
        background: linear-gradient(180deg, rgba(3, 19, 31, 0.77), rgba(3, 19, 31, 0.96));
    }

    .ehp-hero-content {
        padding: 95px 0 80px;
    }

    .ehp-hero h1 {
        font-size: clamp(3.35rem, 13vw, 5.25rem);
    }

    .ehp-actions,
    .ehp-hero-points {
        flex-direction: column;
    }

    .ehp-btn,
    .ehp-hero-points span {
        width: 100%;
        text-align: center;
    }

    .ehp-trust {
        margin-top: 0;
    }

    .ehp-trust-grid,
    .ehp-collection-grid,
    .ehp-service-grid,
    .ehp-contact-row {
        grid-template-columns: 1fr;
    }

    .ehp-trust-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(226, 189, 124, 0.18);
    }

    .ehp-trust-grid article:last-child {
        border-bottom: 0;
    }

    .ehp-collection-card,
    .ehp-collection-card:last-child {
        grid-column: auto;
        min-height: 520px;
    }

    .ehp-story-media {
        padding-bottom: 0;
    }

    .ehp-story-badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -2px;
    }

    .ehp-market {
        min-height: 700px;
    }

    .ehp-market-overlay,
    .ehp-cta-overlay {
        background: linear-gradient(180deg, rgba(3, 19, 31, 0.74), rgba(3, 19, 31, 0.96));
    }

    .ehp-leadership-media::before {
        left: -10px;
    }

    .ehp-cta {
        min-height: 760px;
    }
}

@media (max-width: 520px) {
    .ehp-container {
        width: calc(100% - 24px);
    }

    .ehp-homepage h2 {
        font-size: clamp(2.5rem, 12vw, 3.55rem);
    }

    .ehp-kicker {
        font-size: 0.65rem;
        letter-spacing: 0.19em;
    }

    .ehp-kicker::before {
        width: 42px;
        flex-basis: 42px;
    }

    .ehp-hero {
        min-height: 690px;
    }

    .ehp-hero h1 {
        font-size: clamp(3rem, 15vw, 4.35rem);
    }

    .ehp-hero-lead,
    .ehp-homepage p {
        font-size: 0.94rem !important;
    }

    .ehp-trust-grid article {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 24px 20px;
    }

    .ehp-icon,
    .ehp-service-icon {
        width: 54px;
        height: 54px;
    }

    .ehp-story-media::before {
        display: none;
    }

    .ehp-collection-card {
        min-height: 470px;
    }

    .ehp-collection-content {
        padding: 26px 22px;
    }

    .ehp-collection-content h3 {
        font-size: 2.15rem;
    }

    .ehp-service-body {
        padding: 28px 22px;
    }

    .ehp-leadership blockquote {
        font-size: 1.5rem;
    }

    .ehp-contact-row > a {
        grid-template-columns: 50px 1fr;
        padding: 18px;
    }

    .ehp-contact-row > a > span {
        width: 50px;
        height: 50px;
    }
}
