:root {
    --ewa-navy: #061f38;
    --ewa-navy-deep: #03131f;
    --ewa-navy-soft: #0d3153;
    --ewa-gold: #c69243;
    --ewa-gold-light: #e3bd78;
    --ewa-gold-text: #976320;
    --ewa-ivory: #f7f4ee;
    --ewa-ivory-soft: #fbfaf7;
    --ewa-white: #ffffff;
    --ewa-text: #182839;
    --ewa-muted: #667482;
    --ewa-border: rgba(6, 31, 56, 0.13);
    --ewa-shadow: 0 28px 70px rgba(6, 31, 56, 0.15);
    --ewa-shadow-soft: 0 18px 42px rgba(6, 31, 56, 0.09);
}

.ewa-template-main,
.ewa-workforce-page {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ewa-ivory);
}

.ewa-workforce-page,
.ewa-workforce-page * {
    box-sizing: border-box;
}

.ewa-workforce-page {
    overflow: hidden;
    color: var(--ewa-text);
    font-family: "Manrope", Arial, sans-serif;
    line-height: 1.65;
}

.ewa-workforce-page img {
    display: block;
    width: 100%;
    height: auto;
}

.ewa-workforce-page h1,
.ewa-workforce-page h2,
.ewa-workforce-page h3,
.ewa-workforce-page p,
.ewa-workforce-page ul,
.ewa-workforce-page figure {
    margin-top: 0;
}

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

.ewa-workforce-page h1 {
    max-width: 960px;
    margin-bottom: 22px;
    color: var(--ewa-white);
    font-size: clamp(3.7rem, 6.6vw, 7.2rem);
    line-height: 0.9;
}

.ewa-workforce-page h1 span {
    display: block;
    color: var(--ewa-gold-light);
}

.ewa-workforce-page h2 {
    margin-bottom: 22px;
    color: var(--ewa-navy);
    font-size: clamp(3rem, 5vw, 5.25rem);
    line-height: 0.95;
}

.ewa-workforce-page h3 {
    margin-bottom: 11px;
    color: var(--ewa-navy);
    font-size: clamp(1.7rem, 2.1vw, 2.3rem);
    line-height: 1.08;
}

.ewa-workforce-page p {
    margin-bottom: 0;
    color: var(--ewa-text);
    font-size: 1rem;
    line-height: 1.85;
}

.ewa-workforce-page a {
    color: inherit;
    text-decoration: none;
}

.ewa-workforce-page [lang="ar"],
.ewa-workforce-page [dir="rtl"] {
    font-family: "Noto Kufi Arabic", Arial, sans-serif;
}

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

.ewa-section {
    padding: 120px 0;
}

.ewa-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px !important;
    color: var(--ewa-gold-light) !important;
    font-size: 0.72rem !important;
    font-weight: 800;
    letter-spacing: 0.23em;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

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

.ewa-kicker-dark {
    color: var(--ewa-gold-text) !important;
}

.ewa-arabic {
    margin-top: 20px !important;
    color: var(--ewa-gold-text) !important;
    font-size: 0.92rem !important;
    line-height: 2.05 !important;
}

.ewa-arabic-light {
    color: var(--ewa-gold-light) !important;
}

.ewa-lead {
    margin-bottom: 22px !important;
    color: var(--ewa-navy) !important;
    font-size: 1.14rem !important;
    font-weight: 600;
    line-height: 1.75 !important;
}

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

.ewa-btn {
    display: inline-flex;
    min-height: 56px;
    padding: 0 29px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

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

.ewa-btn:focus-visible,
.ewa-page-nav a:focus-visible,
.ewa-breadcrumb a:focus-visible,
.ewa-contact-cards a:focus-visible,
.ewa-page-end a:focus-visible,
.ewa-faq summary:focus-visible {
    outline: 3px solid var(--ewa-gold-light);
    outline-offset: 4px;
}

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

.ewa-btn-ghost {
    border-color: rgba(255, 255, 255, 0.57);
    background: rgba(3, 19, 31, 0.18);
    color: var(--ewa-white) !important;
    backdrop-filter: blur(8px);
}

/* Hero */
.ewa-hero {
    position: relative;
    min-height: 830px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ewa-navy-deep);
}

.ewa-hero-media,
.ewa-hero-media img,
.ewa-hero-overlay,
.ewa-hero-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ewa-hero-media img {
    object-fit: cover;
    object-position: center 54%;
}

.ewa-hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 19, 31, 0.98) 0%, rgba(3, 19, 31, 0.9) 45%, rgba(3, 19, 31, 0.5) 72%, rgba(3, 19, 31, 0.24) 100%),
        linear-gradient(180deg, rgba(3, 19, 31, 0.08), rgba(3, 19, 31, 0.66));
}

.ewa-hero-lines::before,
.ewa-hero-lines::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(227, 189, 120, 0.2);
    transform: rotate(45deg);
}

.ewa-hero-lines::before {
    top: -310px;
    right: -40px;
    width: 650px;
    height: 650px;
}

.ewa-hero-lines::after {
    right: 150px;
    bottom: -430px;
    width: 610px;
    height: 610px;
}

.ewa-hero-content {
    padding: 105px 0 92px;
}

.ewa-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 78px;
    align-items: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ewa-breadcrumb a:hover {
    color: var(--ewa-gold-light);
}

.ewa-hero-copy {
    max-width: 850px;
}

.ewa-hero-arabic {
    margin: -2px 0 18px !important;
    color: var(--ewa-gold-light) !important;
    font-size: clamp(1.55rem, 2.8vw, 2.55rem) !important;
    font-weight: 600;
    line-height: 1.55 !important;
    text-align: left;
}

.ewa-hero-lead {
    max-width: 770px;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 1.12rem !important;
    line-height: 1.8 !important;
}

.ewa-hero-points {
    display: grid;
    max-width: 920px;
    margin-top: 72px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(3, 19, 31, 0.3);
    backdrop-filter: blur(12px);
}

.ewa-hero-points article {
    position: relative;
    min-height: 118px;
    display: grid;
    padding: 25px 30px 24px 84px;
    align-content: center;
}

.ewa-hero-points article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ewa-hero-points article > span {
    position: absolute;
    top: 28px;
    left: 27px;
    width: 38px;
    height: 38px;
    color: var(--ewa-gold-light);
}

.ewa-hero-points svg,
.ewa-facility-icon svg,
.ewa-planning-grid svg,
.ewa-process-grid svg,
.ewa-overview-panel svg,
.ewa-contact-cards svg,
.ewa-page-end svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.ewa-hero-points strong {
    color: var(--ewa-white);
    font-size: 0.9rem;
}

.ewa-hero-points small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

/* Sticky section nav */
.ewa-page-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 19, 31, 0.96);
    box-shadow: 0 12px 34px rgba(3, 19, 31, 0.16);
    backdrop-filter: blur(16px);
}

.admin-bar .ewa-page-nav {
    top: 32px;
}

.ewa-page-nav-inner {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.ewa-page-nav a {
    position: relative;
    padding: 23px 25px 21px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.ewa-page-nav a::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 15px;
    left: 24px;
    height: 2px;
    background: var(--ewa-gold-light);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.ewa-page-nav a:hover,
.ewa-page-nav a.is-active {
    color: var(--ewa-white);
}

.ewa-page-nav a:hover::after,
.ewa-page-nav a.is-active::after {
    transform: scaleX(1);
}

/* Overview */
.ewa-overview {
    position: relative;
    background:
        radial-gradient(circle at 8% 15%, rgba(198, 146, 67, 0.08), transparent 29%),
        var(--ewa-ivory-soft);
}

.ewa-overview::after {
    content: "";
    position: absolute;
    top: 0;
    right: -180px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(198, 146, 67, 0.16);
    border-radius: 50%;
}

.ewa-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 95px;
    align-items: center;
}

.ewa-overview-grid > div > p:not(.ewa-kicker):not(.ewa-lead):not(.ewa-arabic) + p {
    margin-top: 18px;
}

.ewa-overview-panel {
    position: relative;
    overflow: hidden;
    padding: 52px 48px 46px;
    border: 1px solid rgba(227, 189, 120, 0.25);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 48%),
        var(--ewa-navy);
    box-shadow: var(--ewa-shadow);
}

.ewa-overview-panel::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(227, 189, 120, 0.22);
    transform: rotate(45deg);
}

.ewa-panel-mark {
    display: inline-flex;
    min-width: 74px;
    min-height: 74px;
    margin-bottom: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ewa-gold-light);
    color: var(--ewa-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
}

.ewa-panel-label {
    margin-bottom: 28px !important;
    color: var(--ewa-white) !important;
    font-size: 0.75rem !important;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ewa-overview-panel ul {
    padding: 0;
    margin-bottom: 28px;
    list-style: none;
}

.ewa-overview-panel li {
    display: grid;
    padding: 14px 0;
    grid-template-columns: 24px 1fr;
    gap: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

.ewa-overview-panel li span {
    width: 20px;
    height: 20px;
    color: var(--ewa-gold-light);
}

.ewa-overview-panel small {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    line-height: 1.75;
}

/* Facilities */
.ewa-facilities {
    background: var(--ewa-white);
}

.ewa-section-head {
    display: grid;
    margin-bottom: 70px;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    gap: 80px;
    align-items: end;
}

.ewa-section-head > p {
    padding-bottom: 7px;
    color: var(--ewa-muted);
}

.ewa-facility-list {
    display: grid;
    gap: 58px;
}

.ewa-facility {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    border: 1px solid var(--ewa-border);
    background: var(--ewa-ivory-soft);
    box-shadow: var(--ewa-shadow-soft);
}

.ewa-facility-reverse {
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
}

.ewa-facility-reverse .ewa-facility-media {
    order: 2;
}

.ewa-facility-reverse .ewa-facility-copy {
    order: 1;
}

.ewa-facility-media {
    position: relative;
    min-height: 535px;
    overflow: hidden;
}

.ewa-facility-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.ewa-facility:hover .ewa-facility-media img {
    transform: scale(1.035);
}

.ewa-facility-number {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90px;
    padding: 17px 20px;
    background: var(--ewa-navy);
    color: var(--ewa-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.ewa-facility-copy {
    display: flex;
    padding: 62px 58px;
    flex-direction: column;
    justify-content: center;
}

.ewa-facility-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 26px;
    color: var(--ewa-gold-text);
}

.ewa-facility-arabic {
    margin: -3px 0 17px !important;
    color: var(--ewa-gold-text) !important;
    font-size: 0.96rem !important;
    font-weight: 600;
    line-height: 1.9 !important;
    text-align: left;
}

.ewa-facility-copy > p:not(.ewa-facility-arabic) {
    color: var(--ewa-muted);
}

.ewa-facility-copy ul {
    display: grid;
    padding: 0;
    margin: 30px 0 0;
    gap: 12px;
    list-style: none;
}

.ewa-facility-copy li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    color: var(--ewa-text);
    font-size: 0.88rem;
    line-height: 1.6;
}

.ewa-facility-copy li span {
    width: 19px;
    height: 19px;
    color: var(--ewa-gold-text);
}

/* Planning */
.ewa-planning {
    position: relative;
    overflow: hidden;
    background: var(--ewa-navy);
}

.ewa-planning::before {
    content: "";
    position: absolute;
    top: -230px;
    left: -140px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(227, 189, 120, 0.14);
    border-radius: 50%;
}

.ewa-planning-intro {
    max-width: 850px;
    margin-bottom: 64px;
}

.ewa-planning h2 {
    color: var(--ewa-white);
}

.ewa-planning-intro > p:not(.ewa-kicker) {
    color: rgba(255, 255, 255, 0.68);
}

.ewa-planning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
}

.ewa-planning-grid article {
    position: relative;
    min-height: 320px;
    padding: 42px 34px 38px;
}

.ewa-planning-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ewa-planning-grid article > span {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 42px;
    color: var(--ewa-gold-light);
}

.ewa-planning-grid small,
.ewa-process-grid small {
    display: block;
    margin-bottom: 14px;
    color: var(--ewa-gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.ewa-planning-grid h3 {
    color: var(--ewa-white);
    font-size: 1.65rem;
}

.ewa-planning-grid p {
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.88rem;
    line-height: 1.75;
}

/* Scope */
.ewa-scope {
    background: var(--ewa-ivory-soft);
}

.ewa-scope-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 90px;
    align-items: center;
}

.ewa-scope-media {
    position: relative;
    min-height: 650px;
}

.ewa-scope-media img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    box-shadow: var(--ewa-shadow);
}

.ewa-scope-badge {
    position: absolute;
    right: -34px;
    bottom: 38px;
    width: min(330px, calc(100% - 30px));
    padding: 26px 30px;
    border-left: 4px solid var(--ewa-gold-light);
    background: var(--ewa-navy);
    box-shadow: var(--ewa-shadow-soft);
}

.ewa-scope-badge strong,
.ewa-scope-badge span {
    display: block;
}

.ewa-scope-badge strong {
    color: var(--ewa-white);
    font-size: 0.93rem;
}

.ewa-scope-badge span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.73rem;
}

.ewa-scope-grid > div:last-child > p:not(.ewa-kicker) {
    color: var(--ewa-muted);
}

.ewa-scope-columns {
    display: grid;
    margin-top: 38px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ewa-scope-columns > div {
    padding: 28px 26px;
    border-top: 3px solid var(--ewa-gold);
    background: var(--ewa-white);
    box-shadow: 0 12px 30px rgba(6, 31, 56, 0.06);
}

.ewa-scope-columns h3 {
    margin-bottom: 18px;
    font-size: 1.45rem;
}

.ewa-scope-columns ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.ewa-scope-columns li {
    position: relative;
    padding: 10px 0 10px 18px;
    border-top: 1px solid var(--ewa-border);
    color: var(--ewa-text);
    font-size: 0.81rem;
    line-height: 1.6;
}

.ewa-scope-columns li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ewa-gold);
}

/* Process */
.ewa-process {
    background: var(--ewa-white);
}

.ewa-process-head {
    max-width: 820px;
    margin-bottom: 66px;
}

.ewa-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ewa-process-grid article {
    position: relative;
    min-height: 330px;
    padding: 42px 32px 38px;
    border: 1px solid var(--ewa-border);
    background: var(--ewa-ivory-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ewa-process-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(198, 146, 67, 0.45);
    box-shadow: var(--ewa-shadow-soft);
}

.ewa-process-grid article > span {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 42px;
    color: var(--ewa-gold-text);
}

.ewa-process-grid h3 {
    font-size: 1.65rem;
}

.ewa-process-grid p {
    color: var(--ewa-muted);
    font-size: 0.86rem;
    line-height: 1.75;
}

/* Gallery */
.ewa-gallery {
    background: #efebe3;
}

.ewa-gallery-grid {
    display: grid;
    min-height: 830px;
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.ewa-gallery-grid figure {
    position: relative;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    background: var(--ewa-navy);
}

.ewa-gallery-grid figure:first-child {
    grid-row: 1 / 3;
}

.ewa-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ewa-gallery-grid figure:hover img {
    transform: scale(1.04);
}

.ewa-gallery-grid figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 19, 31, 0.75));
    pointer-events: none;
}

.ewa-gallery-grid figcaption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px 25px;
    color: var(--ewa-white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* FAQ */
.ewa-faq {
    background: var(--ewa-white);
}

.ewa-faq-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 90px;
    align-items: start;
}

.ewa-faq-grid > div:first-child {
    position: sticky;
    top: 110px;
}

.ewa-faq-grid > div:first-child > p:not(.ewa-kicker) {
    color: var(--ewa-muted);
}

.ewa-faq-list {
    border-top: 1px solid var(--ewa-border);
}

.ewa-faq details {
    border-bottom: 1px solid var(--ewa-border);
}

.ewa-faq summary {
    position: relative;
    padding: 30px 64px 30px 0;
    color: var(--ewa-navy);
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.22;
    list-style: none;
}

.ewa-faq summary::-webkit-details-marker {
    display: none;
}

.ewa-faq summary::before,
.ewa-faq summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 2px;
    background: var(--ewa-gold-text);
    transition: transform 0.25s ease;
}

.ewa-faq summary::after {
    transform: rotate(90deg);
}

.ewa-faq details[open] summary::after {
    transform: rotate(0deg);
}

.ewa-faq details p {
    max-width: 760px;
    padding: 0 50px 28px 0;
    color: var(--ewa-muted);
}

/* CTA */
.ewa-cta {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ewa-navy-deep);
}

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

.ewa-cta-media img {
    object-fit: cover;
    object-position: center;
}

.ewa-cta-overlay {
    background:
        linear-gradient(90deg, rgba(3, 19, 31, 0.97) 0%, rgba(3, 19, 31, 0.88) 53%, rgba(3, 19, 31, 0.44) 100%),
        linear-gradient(180deg, rgba(3, 19, 31, 0.12), rgba(3, 19, 31, 0.65));
}

.ewa-cta-content {
    padding: 105px 0;
}

.ewa-cta-content h2 {
    max-width: 850px;
    color: var(--ewa-white);
}

.ewa-cta-content > p:not(.ewa-kicker):not(.ewa-arabic) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.06rem;
}

.ewa-contact-cards {
    display: grid;
    max-width: 950px;
    margin-top: 58px;
    grid-template-columns: 0.75fr 1.25fr;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(3, 19, 31, 0.34);
    backdrop-filter: blur(10px);
}

.ewa-contact-cards > * {
    display: grid;
    min-height: 104px;
    padding: 23px 27px;
    grid-template-columns: 42px 1fr;
    gap: 17px;
    align-items: center;
}

.ewa-contact-cards > * + * {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ewa-contact-cards > * > span {
    width: 38px;
    height: 38px;
    color: var(--ewa-gold-light);
}

.ewa-contact-cards small,
.ewa-contact-cards strong {
    display: block;
}

.ewa-contact-cards small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ewa-contact-cards strong {
    margin-top: 4px;
    color: var(--ewa-white);
    font-size: 0.78rem;
    line-height: 1.6;
}

.ewa-contact-cards a:hover strong {
    color: var(--ewa-gold-light);
}

/* Footer strip */
.ewa-page-end {
    padding: 25px 0;
    background: var(--ewa-navy-deep);
}

.ewa-page-end-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ewa-page-end-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ewa-page-end a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ewa-page-end a:hover {
    color: var(--ewa-gold-light);
}

.ewa-page-end a svg {
    width: 18px;
    height: 18px;
}

.ewa-page-end small {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.67rem;
    line-height: 1.6;
    text-align: right;
}

/* Responsive */
@media (max-width: 1120px) {
    .ewa-overview-grid,
    .ewa-scope-grid {
        gap: 60px;
    }

    .ewa-facility,
    .ewa-facility-reverse {
        grid-template-columns: 1fr 1fr;
    }

    .ewa-facility-copy {
        padding: 48px 42px;
    }

    .ewa-planning-grid,
    .ewa-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ewa-planning-grid article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ewa-planning-grid article:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ewa-gallery-grid {
        min-height: 720px;
    }
}

@media (max-width: 900px) {
    .ewa-container {
        width: min(100% - 42px, 760px);
    }

    .ewa-section {
        padding: 92px 0;
    }

    .ewa-hero {
        min-height: 780px;
    }

    .ewa-hero-overlay {
        background: linear-gradient(90deg, rgba(3, 19, 31, 0.95), rgba(3, 19, 31, 0.72));
    }

    .ewa-breadcrumb {
        margin-bottom: 55px;
    }

    .ewa-hero-points {
        grid-template-columns: 1fr;
    }

    .ewa-hero-points article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .ewa-page-nav-inner {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .ewa-page-nav-inner::-webkit-scrollbar {
        display: none;
    }

    .ewa-page-nav a {
        flex: 0 0 auto;
    }

    .ewa-overview-grid,
    .ewa-section-head,
    .ewa-scope-grid,
    .ewa-faq-grid {
        grid-template-columns: 1fr;
    }

    .ewa-overview-grid,
    .ewa-scope-grid,
    .ewa-faq-grid {
        gap: 50px;
    }

    .ewa-section-head {
        gap: 15px;
        margin-bottom: 50px;
    }

    .ewa-section-head > p {
        max-width: 650px;
    }

    .ewa-facility,
    .ewa-facility-reverse {
        grid-template-columns: 1fr;
    }

    .ewa-facility-reverse .ewa-facility-media,
    .ewa-facility-reverse .ewa-facility-copy {
        order: initial;
    }

    .ewa-facility-media {
        min-height: 430px;
    }

    .ewa-scope-media,
    .ewa-scope-media img {
        min-height: 520px;
    }

    .ewa-scope-badge {
        right: 20px;
    }

    .ewa-gallery-grid {
        min-height: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 520px 300px 300px;
    }

    .ewa-gallery-grid figure:first-child {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .ewa-faq-grid > div:first-child {
        position: static;
    }

    .ewa-contact-cards {
        grid-template-columns: 1fr;
    }

    .ewa-contact-cards > * + * {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .ewa-page-end-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ewa-page-end small {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .ewa-container {
        width: min(100% - 28px, 560px);
    }

    .ewa-section {
        padding: 76px 0;
    }

    .ewa-workforce-page h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .ewa-workforce-page h2 {
        font-size: clamp(2.55rem, 13vw, 3.65rem);
    }

    .ewa-workforce-page h3 {
        font-size: 1.7rem;
    }

    .ewa-kicker::before {
        width: 38px;
        flex-basis: 38px;
    }

    .ewa-hero {
        min-height: 900px;
    }

    .ewa-hero-media img {
        object-position: 62% center;
    }

    .ewa-hero-content {
        padding: 70px 0 62px;
    }

    .ewa-breadcrumb {
        margin-bottom: 42px;
        font-size: 0.65rem;
    }

    .ewa-hero-lead {
        font-size: 1rem !important;
    }

    .ewa-actions {
        flex-direction: column;
    }

    .ewa-btn {
        width: 100%;
        padding: 0 20px;
    }

    .ewa-hero-points {
        margin-top: 46px;
    }

    .ewa-hero-points article {
        min-height: 100px;
        padding: 20px 18px 20px 68px;
    }

    .ewa-hero-points article > span {
        top: 28px;
        left: 20px;
        width: 32px;
        height: 32px;
    }

    .ewa-page-nav a {
        padding: 21px 17px 19px;
        font-size: 0.65rem;
    }

    .ewa-overview-panel {
        padding: 38px 28px 34px;
    }

    .ewa-facility-list {
        gap: 34px;
    }

    .ewa-facility-media {
        min-height: 315px;
    }

    .ewa-facility-copy {
        padding: 40px 27px 42px;
    }

    .ewa-facility-number {
        min-width: 72px;
        padding: 12px 15px;
        font-size: 1.6rem;
    }

    .ewa-planning-grid,
    .ewa-process-grid,
    .ewa-scope-columns {
        grid-template-columns: 1fr;
    }

    .ewa-planning-grid article + article,
    .ewa-planning-grid article:nth-child(3),
    .ewa-planning-grid article:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .ewa-planning-grid article,
    .ewa-process-grid article {
        min-height: 0;
    }

    .ewa-scope-media,
    .ewa-scope-media img {
        min-height: 410px;
    }

    .ewa-scope-badge {
        right: 12px;
        bottom: 18px;
        padding: 21px 22px;
    }

    .ewa-gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 300px);
    }

    .ewa-gallery-grid figure:first-child {
        grid-column: auto;
    }

    .ewa-faq summary {
        padding: 25px 48px 25px 0;
        font-size: 1.48rem;
    }

    .ewa-faq details p {
        padding-right: 0;
    }

    .ewa-cta {
        min-height: 790px;
    }

    .ewa-contact-cards > * {
        grid-template-columns: 34px 1fr;
        padding: 20px;
    }

    .ewa-contact-cards > * > span {
        width: 30px;
        height: 30px;
    }

    .ewa-page-end-links {
        flex-direction: column;
        gap: 13px;
    }
}

@media (max-width: 782px) {
    .admin-bar .ewa-page-nav {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ewa-workforce-page *,
    .ewa-workforce-page *::before,
    .ewa-workforce-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .ewa-page-nav,
    .ewa-actions,
    .ewa-page-end,
    .ewa-breadcrumb {
        display: none !important;
    }

    .ewa-hero,
    .ewa-planning,
    .ewa-cta {
        min-height: auto;
        background: #fff !important;
    }

    .ewa-hero-media,
    .ewa-hero-overlay,
    .ewa-hero-lines,
    .ewa-cta-media,
    .ewa-cta-overlay {
        display: none;
    }

    .ewa-workforce-page h1,
    .ewa-planning h2,
    .ewa-cta h2,
    .ewa-hero-lead,
    .ewa-planning p,
    .ewa-cta p {
        color: #111 !important;
    }

    .ewa-section,
    .ewa-hero-content,
    .ewa-cta-content {
        padding: 42px 0;
    }

    .ewa-facility,
    .ewa-overview-panel,
    .ewa-process-grid article,
    .ewa-scope-columns > div {
        box-shadow: none !important;
        break-inside: avoid;
    }
}
