.hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    filter: none;
    pointer-events: none;
}

.hero--center .hero__content {
    width: 100%;
    text-align: center;
    display: grid;
    place-items: center;
}

.hero--aboutus .hero-title {
    font-size: clamp(32px, 6vw, 84px);
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 14px;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e5e7eb;
    opacity: .9;
    font-weight: 700;
    margin: 8px 0 18px;
}

.breadcrumb a {
    color: #e5e7eb;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .current {
    opacity: 1;
}

.hero--aboutus .btn {
    backdrop-filter: blur(2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    margin-top: 80px;
}

@media (max-width: 420px) {
    .hero--aboutus .btn {
        margin-top: 28px;
    }
}

/* ===== CEO Quote ===== */
.about-quote {
    background: #fff;
    padding: 90px 0;
}

.about-quote__text {
    margin: 0;
    text-align: center;
    font-style: italic;
    letter-spacing: -0.05em;
    max-width: 800px;
    margin: 0 auto;
}

.about-quote__text p {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 30px);
    line-height: 1.1;
    color: #0b120d;
    font-weight: 400;
}

.about-quote__author {
    margin-top: 12px;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    color: #111;font-size: clamp(12px, 2.6vw, 20px);
}

.section-rule {
    margin: 90px 0 0;
    height: 2px;
    background: #a7a7a7;
}

/* ===== Company Story ===== */
.about-narrative {
    background: #fff;
    padding: 50px 0 120px;
}

.about-narrative__title {
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -0.03em;
    font-weight: 900;
    color: #0b0d12;
    margin: 0 0 14px;
}

.about-narrative__text {
    color: #111;
    line-height: 1.7;
    margin: 0 0 14px;
    font-size: clamp(18px, 1.6vw, 22px);
    font-family: Montserrat, Garet;
}

.about-narrative__cta {
    text-align: center;
    margin-top: clamp(20px, 4vw, 36px);
}

/* ===== Global Scale ===== */
.global {
    background: #000;
    color: #fff;
    text-align: center;
    padding: clamp(48px, 7vw, 96px) 0 60px;
}

.global__title {
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: clamp(18px, 2.8vw, 28px);
    margin: 0 0 8px;
}

.global__subtitle {
    max-width: 920px;
    margin: 0 auto;
    line-height: 1.6;
    color: #e5e7eb;
    font-size: clamp(14px, 1.6vw, 18px);
}

.global__map {
    margin: clamp(0, 5vw, 48px) auto;
}

.global__map img {
    display: block;
    width: min(1200px, 92vw);
    height: auto;
    margin: 0 auto;
}

.global__tagline {
    margin: 0 auto 60px;
    font-size: clamp(16px, 2vw, 20px);
    color: #f3f4f6;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    padding: 14px 40px;
    min-width: 220px;
    display: inline-block;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/* ===== Why Choose Us ===== */
.whychooseus {
    padding: 200px 0 80px;
    background: #fff;
}

.whychooseus__title {
    text-align: center;
    font-weight: 900;
    font-size: clamp(22px, 3.2vw, 36px);
    margin: 0 0 70px;
    color: #0b0d12;
}

.whychooseus__list {
    max-width: 880px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: clamp(18px, 2.2vw, 28px);
    max-width: 980px;
    padding-left: clamp(4px, 2vw, 24px);
}

.step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: clamp(14px, 2vw, 20px);
    align-items: start;
    margin-bottom: 20px;
}

.step__iconcol {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Vertical Line */
.step__body::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -32px;
    width: 2px;
    background: #000;
    border-radius: 2px;
}

.step__iconcol img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-top: 2px;
}

.step__num {
    margin-right: 6px;
}

/* RWD */
@media (max-width: 640px) {
    .sixsteps__list {
        max-width: 94vw;
        padding-left: 8px;
    }

    .step {
        grid-template-columns: 40px 1fr;
    }

    .step__iconcol img {
        width: 36px;
        height: 36px;
    }

    .step__iconcol::after {
        right: -10px;
    }
}

/* ===== Values ===== */
.values {
    background: #fff;
    padding: clamp(48px, 7vw, 96px) 0;
}

.values__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(5px, 4vw, 15px);
    align-items: stretch;
}

.values__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #5e6063;
}

.values__content {
    border: 1px solid #8d8d8d;
    padding: clamp(20px, 3vw, 36px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.values__title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 500;
    margin: 0 0 12px;
    color:#111;
    font-family: Roboto Mono;
}

.values__text {
    font-size: clamp(14px, 1.6vw, 18px);
    margin: 0 0 20px;
    color: #111;
}

/* RWD */
@media (max-width: 860px) {
    .values__grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Final ===== */
.cta-final {
    background: #fff;
    text-align: center;
    padding: 120px 0;
}

.cta-final__text {
    font-size: clamp(20px, 1.6vw, 30px);
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto 100px;
    color: #111;
    letter-spacing: -0.03em;
    font-family: Montserrat, Garet;
}

.cta-final__highlight {
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 900;
    margin: 0 auto 32px;
    color: #000;
    letter-spacing: -0.03em;
}