:root {
    --nk-ink: #171512;
    --nk-deep: #211b15;
    --nk-brown: #493727;
    --nk-gold: #c8a363;
    --nk-gold-light: #e8d6ad;
    --nk-cream: #f5f0e8;
    --nk-paper: #fffdf9;
    --nk-muted: #746e66;
    --nk-line: rgba(73, 55, 39, .16);
}

html { scroll-behavior: smooth; }

body.nukhbah-landing {
    margin: 0;
    color: var(--nk-ink);
    background: var(--nk-paper);
    font-family: "Tajawal", sans-serif !important;
    overflow-x: hidden;
}

.nukhbah-landing *, .nukhbah-landing *::before, .nukhbah-landing *::after { box-sizing: border-box; }
.nukhbah-landing img { display: block; max-width: 100%; }
.nukhbah-landing h1, .nukhbah-landing h2, .nukhbah-landing h3, .nukhbah-landing p { margin-top: 0; }
.nukhbah-landing a { color: inherit; }

.site-header {
    top: 0;
    z-index: 1100;
    height: 94px;
    background: rgba(255, 253, 249, .94);
    border-bottom: 1px solid rgba(73, 55, 39, .10);
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, height .25s ease;
}

.site-header.is-scrolled { height: 80px; box-shadow: 0 12px 32px rgba(33, 27, 21, .10); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.site-brand { flex: 0 0 260px; overflow: hidden; }
.site-brand img { width: 260px; height: 76px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 30px 0; color: #302a24; font-size: 15px; font-weight: 500; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 22px; width: 0; height: 2px; background: var(--nk-gold); transition: width .25s ease; }
.site-nav a:hover::after { width: 100%; }
.header-cta {
    min-width: 148px;
    min-height: 50px;
    margin-inline-start: auto;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    color: #fff !important;
    background: var(--nk-deep);
    border: 1px solid var(--nk-deep);
    border-radius: 4px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.header-cta i { color: var(--nk-gold-light); font-size: 18px; }
.header-cta:hover { transform: translateY(-2px); background: var(--nk-brown); }
.site-menu-toggle { margin-inline-start: auto; width: 44px; height: 44px; padding: 9px; background: transparent; border: 0; }
.site-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--nk-ink); }

.hero { position: relative; min-height: calc(100vh - 94px); display: flex; align-items: center; overflow: hidden; background: var(--nk-deep); }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center 55%; animation: heroZoom 15s ease-out both; }
.hero__veil { background: linear-gradient(90deg, rgba(20, 16, 12, .18) 5%, rgba(20, 16, 12, .80) 75%), linear-gradient(0deg, rgba(20, 16, 12, .58), transparent 48%); }
.hero__content { position: relative; z-index: 2; padding-block: 110px 130px; color: #fff; }
.eyebrow, .section-kicker { color: var(--nk-gold); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.hero h1 { max-width: 860px; margin: 18px 0 26px; font-size: clamp(42px, 6vw, 82px); line-height: 1.18; font-weight: 900; letter-spacing: -.035em; }
.hero h1 span { color: var(--nk-gold-light); font-weight: 500; }
.hero__lead { max-width: 650px; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 22px); line-height: 1.9; }
.hero__actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.btn-gold, .btn-ghost { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 13px 26px; border-radius: 3px; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease; }
.btn-gold { color: var(--nk-deep) !important; background: var(--nk-gold); }
.btn-gold:hover { transform: translateY(-3px); background: var(--nk-gold-light); }
.btn-ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.48); }
.btn-ghost:hover { transform: translateY(-3px); background: #fff; color: var(--nk-deep) !important; }
.hero__scroll { position: absolute; z-index: 3; bottom: 25px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.75) !important; font-size: 12px; transform: translateX(-50%); }
.hero__scroll i { animation: bob 1.8s ease-in-out infinite; }

.achievements { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--nk-deep); border-top: 1px solid rgba(255,255,255,.12); }
.achievement-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.achievement { min-height: 215px; padding: 46px 34px 35px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.achievement:last-child { border-inline-end: 1px solid rgba(255,255,255,.12); }
.achievement strong { display: flex; align-items: baseline; gap: 4px; color: var(--nk-gold-light); font-size: clamp(27px, 3vw, 43px); font-weight: 800; direction: ltr; justify-content: flex-end; }
.achievement strong b { font-size: .58em; }
.achievement > span { display: block; margin: 6px 0; color: #fff; font-size: 15px; font-weight: 700; }
.achievement p { max-width: 210px; margin-bottom: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; }

.section { padding: 115px 0; }
.section-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .split-copy h2, .why-section__content h2, .contact-copy h2 { margin-bottom: 20px; color: var(--nk-ink); font-size: clamp(32px, 4vw, 52px); line-height: 1.28; font-weight: 900; letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--nk-muted); font-size: 17px; line-height: 1.9; }
.section-heading--light h2 { color: #fff; }
.section-heading--light > p:last-child { color: rgba(255,255,255,.62); }

.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 86px; }
.split-media { position: relative; padding: 0 0 45px 45px; }
.split-media::before { content: ""; position: absolute; left: 0; bottom: 0; width: 72%; height: 72%; background: var(--nk-gold); opacity: .22; }
.split-media img { position: relative; z-index: 1; width: 100%; min-height: 610px; object-fit: cover; }
.media-seal { position: absolute; z-index: 2; right: -34px; bottom: 90px; width: 135px; height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--nk-deep); border: 1px solid var(--nk-gold); border-radius: 50%; }
.media-seal strong { color: var(--nk-gold-light); font-size: 30px; }
.media-seal span { font-size: 13px; }
.section-lead { color: var(--nk-muted); font-size: 18px; line-height: 2; }
.story-block { margin: 30px 0; padding: 24px 26px; background: var(--nk-cream); border-right: 3px solid var(--nk-gold); }
.story-block span { display: block; margin-bottom: 8px; color: var(--nk-brown); font-weight: 900; }
.story-block p { margin-bottom: 0; color: #625b53; line-height: 1.9; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mission-grid article { display: flex; gap: 16px; padding-top: 22px; border-top: 1px solid var(--nk-line); }
.mission-grid i { color: var(--nk-gold); font-size: 24px; }
.mission-grid h3 { margin-bottom: 7px; font-size: 19px; font-weight: 900; }
.mission-grid p { margin-bottom: 0; color: var(--nk-muted); font-size: 14px; line-height: 1.8; }

.services-section { position: relative; color: #fff; background: var(--nk-deep); }
.services-section::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 30px 30px; }
.services-section .container { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); }
.service-card { position: relative; grid-column: span 2; min-height: 320px; padding: 38px 30px; border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s ease, transform .3s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { background: rgba(200,163,99,.10); transform: translateY(-5px); }
.service-card > span { position: absolute; top: 28px; left: 28px; color: rgba(255,255,255,.20); font-size: 15px; }
.service-card i { margin: 28px 0 35px; color: var(--nk-gold); font-size: 30px; }
.service-card h3 { min-height: 58px; margin-bottom: 15px; font-size: 21px; line-height: 1.45; font-weight: 800; }
.service-card p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.9; }

.projects-section { background: var(--nk-cream); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 390px; gap: 20px; }
.project-card { position: relative; overflow: hidden; min-height: 390px; background: var(--nk-deep); }
.project-card--wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.project-card:hover img { transform: scale(1.055); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,14,10,.88), transparent 68%); }
.project-card__overlay { position: absolute; z-index: 2; right: 0; bottom: 0; max-width: 630px; padding: 36px; color: #fff; }
.project-card__overlay span { display: inline-block; margin-bottom: 10px; color: var(--nk-gold-light); font-size: 13px; font-weight: 800; }
.project-card__overlay h3 { margin-bottom: 8px; font-size: 28px; font-weight: 900; }
.project-card__overlay p { margin-bottom: 0; color: rgba(255,255,255,.7); line-height: 1.8; }
.link-arrow { display: inline-flex; align-items: center; gap: 13px; margin-top: 42px; padding-bottom: 7px; color: var(--nk-brown) !important; border-bottom: 1px solid var(--nk-gold); font-weight: 800; }

.values-section { background: var(--nk-paper); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 270px; padding: 34px 28px; background: #fff; border: 1px solid var(--nk-line); transition: transform .3s ease, box-shadow .3s ease; }
.value-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(33,27,21,.08); }
.value-card > span { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 35px; color: var(--nk-gold); background: var(--nk-cream); border-radius: 50%; font-size: 25px; }
.value-card h3 { font-size: 20px; font-weight: 900; }
.value-card p { color: var(--nk-muted); line-height: 1.85; }

.testimonials-section { color: #fff; background: #2c231c; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { position: relative; min-height: 330px; padding: 36px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); }
.quote-mark { position: absolute; top: 18px; left: 27px; color: rgba(200,163,99,.30); font-family: Georgia, serif; font-size: 92px; line-height: 1; }
.stars { margin-bottom: 24px; color: var(--nk-gold); letter-spacing: 4px; direction: ltr; text-align: right; }
.testimonial > p { min-height: 135px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 2; }
.testimonial__person { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.10); }
.testimonial__person > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--nk-deep); background: var(--nk-gold); border-radius: 50%; font-weight: 900; }
.testimonial__person strong, .testimonial__person small { display: block; }
.testimonial__person small { margin-top: 5px; color: rgba(255,255,255,.45); }

.why-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.why-section__image img { width: 100%; height: 100%; object-fit: cover; }
.why-section__content { display: flex; flex-direction: column; justify-content: center; padding: 80px max(6vw, 50px); background: var(--nk-cream); }
.why-list { margin-top: 20px; }
.why-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--nk-line); }
.why-list b { color: var(--nk-gold); font-size: 14px; }
.why-list h3 { margin-bottom: 5px; font-size: 19px; font-weight: 900; }
.why-list p { margin-bottom: 0; color: var(--nk-muted); }

.partners-section { padding: 75px 0; overflow: hidden; background: #fff; }
.partners-marquee { margin-top: 34px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.partners-track { width: max-content; display: flex; gap: 18px; animation: marquee 34s linear infinite; }
.partners-track span { min-width: 240px; padding: 23px 30px; color: #554c43; background: var(--nk-cream); border: 1px solid var(--nk-line); text-align: center; font-weight: 800; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }

.credentials-section { background: var(--nk-paper); border-top: 1px solid var(--nk-line); }
.credentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.credential { padding: 32px 22px; text-align: center; border: 1px solid var(--nk-line); }
.credential i { margin-bottom: 22px; color: var(--nk-gold); font-size: 34px; }
.credential h3 { min-height: 50px; font-size: 18px; line-height: 1.5; font-weight: 900; }
.credential span { color: var(--nk-muted); font-size: 13px; }
.profile-links { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 70px; padding: 38px 42px; color: #fff; background: var(--nk-deep); }
.profile-links h3 { margin-bottom: 0; font-size: 25px; font-weight: 900; }
.profile-links > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; }
.profile-links a { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; color: #fff !important; border: 1px solid rgba(255,255,255,.22); }
.profile-links a:hover { background: var(--nk-gold); color: var(--nk-deep) !important; }

.contact-section { position: relative; min-height: 650px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.contact-section__bg, .contact-section__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-section__bg { object-fit: cover; }
.contact-section__veil { background: linear-gradient(90deg, rgba(22,17,13,.55), rgba(22,17,13,.90)); }
.contact-section__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-block: 90px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.section-kicker) { max-width: 580px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.9; }
.contact-card { padding: 35px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(18px); }
.contact-card article { display: flex; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-card article:last-child { border-bottom: 0; }
.contact-card i { margin-top: 4px; color: var(--nk-gold-light); font-size: 19px; }
.contact-card span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.52); font-size: 13px; }
.contact-card p { margin-bottom: 0; line-height: 1.7; }
.contact-card a { color: #fff !important; }

.floating-contact { position: fixed; z-index: 1200; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; }
.floating-contact a { width: 50px; height: 50px; display: grid; place-items: center; color: #fff !important; background: #1da851; border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.22); font-size: 20px; transition: transform .25s ease; }
.floating-contact a:last-child { background: var(--nk-deep); }
.floating-contact a:hover { transform: translateY(-4px); }

.site-footer { margin-top: 0 !important; padding: 75px 0 24px; color: #fff; background: #15120f; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .75fr 1.2fr .65fr; gap: 50px; }
.site-footer h3 { margin-bottom: 24px; color: var(--nk-gold-light); font-size: 17px; font-weight: 900; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 13px; color: rgba(255,255,255,.62); }
.site-footer a { color: rgba(255,255,255,.65) !important; transition: color .2s ease; }
.site-footer a:hover { color: var(--nk-gold-light) !important; }
.footer-brand img { width: 265px; height: 88px; object-fit: contain; object-position: right center; margin-bottom: 18px; }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.55); line-height: 1.8; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-list i { margin-top: 4px; color: var(--nk-gold); }
.footer-social { display: flex; gap: 9px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff !important; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.footer-social a:hover { background: var(--nk-gold); color: var(--nk-deep) !important; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 23px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.10); font-size: 13px; }
.site-footer__bottom p { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

@media (max-width: 1199.98px) {
    .site-nav { gap: 18px; }
    .site-brand, .site-brand img { width: 215px; flex-basis: 215px; }
    .site-brand img { height: 68px; }
    .split-layout { gap: 55px; }
    .values-grid, .credentials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
    .site-header { height: 76px; }
    .site-header.is-scrolled { height: 76px; }
    .site-header__inner { flex-wrap: wrap; }
    #mainNavigation { position: absolute; top: 76px; right: 12px; left: 12px; padding: 16px 22px 22px; background: #fff; box-shadow: 0 20px 45px rgba(33,27,21,.13); }
    .site-nav { flex-direction: column; align-items: stretch; gap: 0; }
    .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--nk-line); }
    .site-nav a::after { display: none; }
    .hero { min-height: 760px; }
    .achievement-grid { grid-template-columns: repeat(2, 1fr); }
    .split-layout, .contact-section__inner { grid-template-columns: 1fr; }
    .split-media { max-width: 700px; margin: 0 auto; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }
    .service-card:last-child { grid-column: span 2; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial > p { min-height: auto; }
    .why-section { grid-template-columns: 1fr; }
    .why-section__image { max-height: 620px; overflow: hidden; }
    .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
    .site-brand, .site-brand img { width: 178px; height: 54px; flex-basis: 178px; }
    .hero { min-height: 680px; }
    .hero__content { padding-block: 90px 110px; }
    .hero__veil { background: linear-gradient(0deg, rgba(20,16,12,.84), rgba(20,16,12,.30)); }
    .hero h1 { font-size: 42px; }
    .achievement-grid { grid-template-columns: 1fr; }
    .achievement { min-height: auto; padding: 30px 12px; border-inline: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .achievement strong { justify-content: flex-start; }
    .section { padding: 80px 0; }
    .split-media { padding: 0 0 25px 25px; }
    .split-media img { min-height: 430px; }
    .media-seal { right: 16px; bottom: 0; width: 112px; height: 112px; }
    .mission-grid, .services-grid, .projects-grid, .values-grid, .credentials-grid { grid-template-columns: 1fr; }
    .service-card, .service-card:last-child { grid-column: span 1; min-height: auto; }
    .project-card, .project-card--wide { grid-column: span 1; min-height: 440px; }
    .projects-grid { grid-auto-rows: auto; }
    .project-card__overlay { padding: 25px; }
    .why-section__content { padding: 70px 24px; }
    .profile-links { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .contact-section__inner { gap: 45px; padding-block: 75px; }
    .contact-card { padding: 23px; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .site-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero__image, .partners-track, .hero__scroll i { animation: none; }
    .reveal { opacity: 1; transform: none; transition: none; }
}
