:root {
    --font-en: "Poppins", "Segoe UI", sans-serif;
    --font-ar: "Cairo", "Segoe UI", sans-serif;
    --navy: #071646;
    --navy-2: #0d2864;
    --blue: #0877d1;
    --blue-light: #52b8ff;
    --orange: #f39a43;
    --ink: #14213d;
    --muted: #68748c;
    --paper: #f4f7fb;
    --white: #fff;
    --shadow: 0 24px 65px rgba(7, 22, 70, .12);
    --radius: 28px;
}

html { --site-font: var(--font-en); scroll-behavior: smooth; scroll-padding-top: 92px; }
html[lang="ar"] { --site-font: var(--font-ar); }
*, *::before, *::after { box-sizing: border-box; }
body, input, textarea, button, select { font-family: var(--site-font); }
body { margin: 0; color: var(--ink); background: var(--white); overflow-x: hidden; }
a, button { transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }

.navbar {
    position: absolute; inset: 0 0 auto; z-index: 20; padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
}
.navbar.scrolled {
    position: fixed; padding: 12px 0; background: rgba(7,22,70,.88);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 42px rgba(0,0,0,.18);
}
.navbar-brand img { width: 112px; height: auto; filter: drop-shadow(0 5px 12px rgba(0,0,0,.16)); }
.nav-link {
    position: relative; color: rgba(255,255,255,.84) !important; font-size: 11px;
    font-weight: 700; letter-spacing: 1.25px; text-transform: uppercase; margin: 0 7px;
}
.nav-link:not(.lang-btn)::after {
    content: ""; position: absolute; inset: auto 50% 3px; height: 2px; background: var(--blue-light);
    transition: inset .25s ease; border-radius: 3px;
}
.nav-link.active, .nav-link:hover { color: var(--white) !important; }
.nav-link.active::after, .nav-link:hover::after { inset-inline: 10px; }
.lang-btn { border: 1px solid rgba(255,255,255,.42); border-radius: 999px; padding: 8px 16px !important; }
.lang-btn:hover { background: var(--white); color: var(--navy) !important; }

.hero {
    min-height: min(850px, 100vh); display: grid; place-items: center; color: var(--white);
    text-align: center; position: relative; isolation: isolate; overflow: hidden;
    background:
        radial-gradient(circle at 78% 20%, rgba(82,184,255,.25), transparent 28%),
        linear-gradient(112deg, rgba(4,15,48,.92), rgba(7,22,70,.58)),
        url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2000&q=88") center/cover;
}
.hero::before {
    content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -250px;
    border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--orange), var(--blue-light), var(--blue)); }
.hero .container { position: relative; z-index: 1; max-width: 980px; padding-top: 76px; }
.hero .container::before {
    content: "AWJ HOLDING · UAE"; display: inline-flex; padding: 9px 16px; margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; letter-spacing: 2.4px;
}
.hero h1 { font-size: clamp(44px, 6.5vw, 82px); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.hero p { max-width: 710px; margin: 26px auto 34px; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.8; }
.btn-awj {
    display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 30px;
    color: var(--white); background: linear-gradient(135deg, var(--blue), #0d9af0); border: 0;
    border-radius: 999px; box-shadow: 0 15px 35px rgba(8,119,209,.38); font-size: 12px;
    font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
}
.btn-awj::after { content: "→"; margin-inline-start: 12px; font-size: 17px; }
[dir="rtl"] .btn-awj::after { content: "←"; }
.btn-awj:hover { color: var(--white); transform: translateY(-3px); box-shadow: 0 20px 42px rgba(8,119,209,.48); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.hero-link { color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.hero-link span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-inline-start: 8px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.hero-link:hover { color: var(--blue-light); transform: translateY(-2px); }
.hero-proof { display: flex; justify-content: center; gap: clamp(22px, 5vw, 64px); margin-top: 62px; }
.hero-proof div { display: grid; min-width: 110px; padding-inline: 22px; border-inline-start: 1px solid rgba(255,255,255,.2); text-align: start; }
.hero-proof div:first-child { border-inline-start: 0; }
.hero-proof strong { font-size: 24px; line-height: 1.2; }
.hero-proof span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .5px; }

.features { position: relative; padding: 105px 0; color: var(--white); background: linear-gradient(135deg, var(--blue), #0867bd 60%, var(--navy-2)); overflow: hidden; }
.features::after { content: "AWJ"; position: absolute; right: -25px; bottom: -95px; font-size: 260px; font-weight: 900; color: rgba(255,255,255,.035); line-height: 1; }
.section-kicker { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; }
.features h2, .values h2, .brands h2, .contact h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; letter-spacing: -.035em; }
.feature-item {
    display: grid; grid-template-columns: 54px 1fr; gap: 19px; height: calc(100% - 24px); margin: 12px 0;
    padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px;
    background: rgba(255,255,255,.075); backdrop-filter: blur(10px);
}
.feature-item:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: rgba(255,255,255,.13); font-size: 25px; }
.feature-item h5 { margin: 1px 0 7px; font-size: 17px; font-weight: 700; }
.feature-item p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.split-dark { display: flex; flex-direction: column; justify-content: center; padding: 100px max(7vw, 65px); color: var(--white); background: var(--navy); }
.split-dark h2 { max-width: 650px; margin-bottom: 26px; font-size: clamp(36px, 4.5vw, 60px); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.split-dark p { max-width: 650px; color: rgba(255,255,255,.68); line-height: 1.85; }
.split-img {
    position: relative; background: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1500&q=88") center/cover;
}
.split-img::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.4); border-radius: 22px; }
.outline-btn { display: inline-flex; align-self: flex-start; margin-top: 18px; padding: 13px 26px; color: var(--white); border: 1px solid rgba(255,255,255,.6); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.outline-btn:hover { color: var(--navy); background: var(--white); transform: translateY(-2px); }

.overview { padding: 105px 0; background: var(--white); }
.overview-card { position: relative; height: 100%; padding: 38px; border: 1px solid #e7edf6; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.overview-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -40px; bottom: -40px; border-radius: 50%; background: rgba(8,119,209,.08); }
.overview-card:hover { transform: translateY(-7px); border-color: rgba(8,119,209,.25); box-shadow: 0 30px 75px rgba(7,22,70,.16); }
.overview-card h4 { margin: 0; color: var(--navy); font-size: clamp(19px, 2vw, 25px); font-weight: 700; line-height: 1.5; }
.overview-card p { margin: 14px 0 0; color: var(--muted); line-height: 1.75; }

.values { padding: 105px 0; background: var(--paper); }
.values .row { justify-content: center; }
.values .overview-card { padding: 30px 25px; box-shadow: none; border-top: 4px solid transparent; }
.values .overview-card:hover { border-top-color: var(--orange); }
.values .overview-card h4 { font-size: 17px; line-height: 1.45; }

.brands { padding: 110px 0; background: var(--white); }
.brands > .container > .text-center > p { color: var(--muted); }
.brand-card { height: 100%; border: 1px solid #e8edf5; border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 45px rgba(7,22,70,.08); transition: transform .35s ease, box-shadow .35s ease; }
.brand-card:hover { transform: translateY(-10px); box-shadow: 0 28px 65px rgba(7,22,70,.15); }
.brand-img { height: 245px; background-position: center; background-size: cover; transition: transform .6s ease; }
.brand-card:hover .brand-img { transform: scale(1.045); }
.brand-card .card-body { position: relative; z-index: 1; padding: 30px; background: var(--white); }
.brand-card h5 { color: var(--navy); font-size: 20px; font-weight: 800; }
.brand-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.badge-location { padding: 8px 12px; color: var(--blue); background: #e8f4ff; border-radius: 999px; font-weight: 700; }

.brands {
    position: relative;
    padding: 125px 0;
    background:
        radial-gradient(circle at 90% 12%, rgba(8,119,209,.08), transparent 27%),
        linear-gradient(180deg, #fff 0%, #f5f7fa 100%);
    overflow: hidden;
}
.brands-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 58px;
}
.brands-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.055em;
    text-wrap: balance;
}
.brands-intro {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: start;
    padding-bottom: 8px;
}
.brands-intro .brand-count {
    color: var(--blue);
    font-size: 50px;
    font-weight: 300;
    line-height: .9;
    letter-spacing: -.06em;
}
.brands-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}
.brand-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
    min-height: 570px;
    margin-bottom: 26px;
    border-radius: 34px;
    background: #183e38;
    box-shadow: 0 35px 90px rgba(7,22,70,.2);
    overflow: hidden;
}
.brand-featured-media {
    position: relative;
    min-height: 570px;
    overflow: hidden;
}
.brand-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 65%, rgba(24,62,56,.28));
}
.brand-featured-media img,
.brand-story-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.brand-featured:hover img,
.brand-story:hover img { transform: scale(1.045); }
.brand-index,
.brand-story-media > span {
    position: absolute;
    z-index: 2;
    top: 22px;
    inset-inline-start: 22px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--white);
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 50%;
    background: rgba(6,17,55,.24);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.brand-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 70px);
    color: var(--white);
}
.brand-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.brand-meta span {
    padding: 7px 11px;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 999px;
    opacity: .66;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.brand-featured-copy h3 {
    margin: 0 0 24px;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}
.brand-featured-copy p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.9;
}
.brand-signature {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}
.brand-story {
    display: grid;
    grid-template-rows: 285px 1fr;
    min-width: 0;
    border: 1px solid #e3e9f1;
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 18px 45px rgba(7,22,70,.07);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}
.brand-story:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(7,22,70,.14);
}
.brand-story-media { position: relative; overflow: hidden; }
.brand-story-tall .brand-story-media img { object-position: center 38%; }
.brand-story-copy { padding: 29px 29px 32px; }
.brand-story-copy .brand-meta { margin-bottom: 15px; color: var(--blue); }
.brand-story-copy h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.025em;
}
.brand-story-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}
.brand-story-dark { background: #6e2e18; border-color: #6e2e18; }
.brand-story-dark .brand-story-copy h3,
.brand-story-dark .brand-story-copy p,
.brand-story-dark .brand-meta { color: var(--white); }
.brand-story-dark .brand-story-copy p { opacity: .72; }

.cta { position: relative; padding: 110px 0; color: var(--white); text-align: center; background: linear-gradient(120deg,rgba(7,22,70,.96),rgba(8,119,209,.82)), url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1800&q=88") center/cover; }
.cta h2 { max-width: 850px; margin: 0 auto 16px; font-size: clamp(36px, 5vw, 60px); font-weight: 800; letter-spacing: -.04em; }
.cta p { margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 18px; }
.contact { padding: 90px 0; color: var(--white); background: #061137; }
.contact h2 { color: var(--white); }
.contact p { color: rgba(255,255,255,.65); line-height: 1.9; }
.contact h3 { margin: 8px 0; font-size: clamp(22px, 3vw, 36px); font-weight: 700; text-align: end; }
.footer { padding: 28px 0; color: rgba(255,255,255,.58); background: #030a22; font-size: 13px; }

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

@media (max-width: 991px) {
    .navbar { position: fixed; padding: 12px 0; background: rgba(7,22,70,.94); backdrop-filter: blur(16px); }
    .navbar-collapse { margin-top: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(7,22,70,.97); }
    .nav-link { padding: 10px 12px !important; }
    .hero { min-height: 720px; }
    .split { grid-template-columns: 1fr; }
    .split-dark { padding: 82px 7%; }
    .split-img { min-height: 430px; }
    .features, .overview, .values, .brands { padding: 78px 0; }
    .brands-heading { grid-template-columns: 1fr; gap: 28px; }
    .brands-intro { max-width: 580px; }
    .brand-featured { grid-template-columns: 1fr; }
    .brand-featured-media { min-height: 480px; }
    .brand-featured-copy { min-height: 410px; }
    .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact h3 { text-align: start; }
}
@media (max-width: 575px) {
    .hero h1 { font-size: 43px; }
    .hero p { font-size: 16px; }
    .hero-proof { gap: 6px; margin-top: 45px; }
    .hero-proof div { min-width: 0; padding-inline: 12px; }
    .hero-proof strong { font-size: 19px; }
    .hero-proof span { font-size: 9px; }
    .feature-item, .overview-card { padding: 24px; }
    .brand-img { height: 220px; }
    .brands-heading h2 { font-size: 44px; }
    .brands-intro { grid-template-columns: 56px 1fr; gap: 14px; }
    .brands-intro .brand-count { font-size: 39px; }
    .brand-featured { border-radius: 24px; }
    .brand-featured-media { min-height: 330px; }
    .brand-featured-copy { min-height: 0; padding: 32px 25px 38px; }
    .brand-featured-copy h3 { font-size: 36px; }
    .brand-grid { grid-template-columns: 1fr; gap: 18px; }
    .brand-story { grid-template-rows: 270px 1fr; border-radius: 23px; }
    .footer .container { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
