.about-us-page {
    --au-bone: #F7F5EF;
    --au-bone-2: #EFEBE1;
    --au-pine: #14003F;
    --au-pine-deep: #0A0027;
    --au-gold: #C79A3E;
    --au-gold-deep: #9C7726;
    --au-steel: #4B2A8C;
    --au-sage: #7C7690;
    --au-line: rgba(20, 0, 63, 0.14);
}

.about-us-page .font-display {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

[dir="rtl"] .about-us-page .font-display {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

.about-us-page .eyebrow {
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--au-gold-deep);
    font-weight: 700;
}

[dir="rtl"] .about-us-page .eyebrow {
    letter-spacing: 0;
}

/* HERO */
.about-us-page .hero {
    position: relative;
    background: linear-gradient(180deg, var(--au-bone) 0%, var(--au-bone-2) 100%);
    padding: 5.5rem 0 4rem;
    overflow: hidden;
    border-bottom: 1px solid var(--au-line);
}

.about-us-page .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid var(--au-line);
    background: rgba(255, 255, 255, .5);
    border-radius: 999px;
    padding: .35rem 1rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--au-steel);
    margin-bottom: 1.4rem;
}

.about-us-page .hero-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--au-gold);
}

.about-us-page .hero h1 {
    font-size: clamp(2.1rem, 4.4vw, 3.4rem);
    line-height: 1.08;
    color: var(--au-pine);
}

.about-us-page .hero .lead {
    color: var(--au-pine-deep);
    opacity: .82;
    font-size: 1.12rem;
    max-width: 640px;
}

/* ECOSYSTEM CHAIN */
.about-us-page .chain-wrap {
    padding: 1.5rem 0 .5rem;
}

.about-us-page .chain-track {
    position: relative;
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    padding: 1.75rem .25rem 1.25rem;
    scrollbar-width: thin;
}

.about-us-page .chain-track::before {
    content: "";
    position: absolute;
    top: 2.55rem;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--au-sage) 0 6px, transparent 6px 12px);
    z-index: 0;
}

.about-us-page .chain-node {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 128px;
    text-align: center;
}

.about-us-page .chain-node .ic {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--au-pine);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .55rem;
    font-size: 1.25rem;
    color: var(--au-pine);
}

.about-us-page .chain-node.hub .ic {
    background: var(--au-gold);
    border-color: var(--au-gold-deep);
    color: var(--au-pine-deep);
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
}

.about-us-page .chain-node .lbl {
    font-size: .76rem;
    font-weight: 700;
    color: var(--au-pine-deep);
    line-height: 1.2;
}

.about-us-page .chain-node.hub .lbl {
    color: var(--au-gold-deep);
    font-size: .82rem;
}

/* SECTIONS */
.about-us-page section {
    padding: 4.25rem 0;
}

.about-us-page .section-alt {
    background: var(--au-bone-2);
}

.about-us-page h2.font-display {
    color: var(--au-pine);
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
}

.about-us-page .rule {
    width: 46px;
    height: 3px;
    background: var(--au-gold);
    margin-bottom: 1.1rem;
}

[dir="rtl"] .about-us-page .rule {
    margin-left: auto;
}

.about-us-page .vm-card {
    background: #fff;
    border: 1px solid var(--au-line);
    border-radius: .9rem;
    padding: 2.6rem 2rem;
    height: 100%;
    text-align: center;
    box-shadow: 0 1px 3px rgba(11, 33, 29, 0.04);
}

.about-us-page .vm-card .vm-ic {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--au-pine);
    color: var(--au-bone);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin: 0 auto 1.4rem;
}

.about-us-page .vm-card h3 {
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--au-pine);
    margin-bottom: 1rem;
}

[dir="rtl"] .about-us-page .vm-card h3 {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.about-us-page .vm-card p {
    color: var(--au-sage);
    font-size: .96rem;
    line-height: 1.7;
    max-width: 420px;
    margin: 0 auto;
}

.about-us-page .sector-pill {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border: 1px solid var(--au-line);
    border-radius: .5rem;
    padding: .75rem .9rem;
    font-size: .88rem;
    font-weight: 600;
    color: var(--au-pine-deep);
    height: 100%;
}

.about-us-page .sector-pill i {
    color: var(--au-steel);
    font-size: 1.05rem;
}

.about-us-page .obj-item {
    display: flex;
    gap: .9rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--au-line);
}

.about-us-page .obj-item:last-child {
    border-bottom: none;
}

.about-us-page .obj-num {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--au-gold-deep);
    color: var(--au-gold-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    font-weight: 700;
}

.about-us-page .obj-item p {
    margin: 0;
    font-size: .94rem;
    color: var(--au-pine-deep);
}

.about-us-page .value-chip {
    display: flex;
    align-items: center;
    gap: .65rem;
    background: #fff;
    border: 1px solid var(--au-line);
    color: var(--au-pine-deep);
    border-radius: .5rem;
    padding: .85rem 1.1rem;
    font-size: .9rem;
    font-weight: 600;
    height: 100%;
}

.about-us-page .value-chip i {
    color: var(--au-gold-deep);
    font-size: 1.05rem;
    flex: 0 0 auto;
}
