/* ==========================================================================
   ABOUT US — HERO BANNER
   ========================================================================== */
.au-hero {
    position: relative;
    width: 100%;
    min-height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.au-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0.1) 70%,
        rgba(0, 0, 0, 0) 100%
    );
}

.au-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px 80px;
    color: #fff;
}

.au-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    max-width: 780px;
}

.au-hero-content p {
    font-size: 17px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .au-hero {
        min-height: 560px;
    }

    .au-hero-content h1 {
        font-size: 36px;
    }

    .au-hero-content p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .au-hero {
        min-height: 480px;
    }

    .au-hero-content {
        padding: 0 20px 50px;
    }

    .au-hero-content h1 {
        font-size: 26px;
    }

    .au-hero-content p {
        font-size: 14px;
    }
}

/* ==========================================================================
   ABOUT US — BUILT TO SUPPORT SECTION
   ========================================================================== */
.au-built-section {
    position: relative;
    width: 100%;
    padding: 100px 24px;
    background-color: #ffffff;
    overflow: hidden;
}

.au-bg-decor {
    position: absolute;
    top: 0;
    width: 220px;
    height: 100%;
    color: rgba(180, 7, 7, 0.14);
    pointer-events: none;
    z-index: 0;
}

.au-bg-decor svg {
    width: 100%;
    height: 100%;
    display: block;
}

.au-bg-decor-left {
    left: 0;
}

.au-bg-decor-right {
    right: 0;
}

.au-built-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: center;
}

/* ===== Overlapping dual images ===== */
.au-built-images {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    padding-right: 40px;
}

.au-img-primary {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.au-img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    border: 6px solid #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

/* ===== Content ===== */
.au-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #b40707;
    border-bottom: 3px solid #b40707;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.au-built-content h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 28px;
}

.au-built-text {
    margin-left: 24px;
    border-left: 2px solid #eee;
    padding-left: 24px;
}

.au-built-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 16px;
}

.au-built-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .au-built-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .au-built-images {
        padding-bottom: 50px;
        padding-right: 30px;
        max-width: 480px;
        margin: 0 auto;
    }

    .au-img-primary {
        height: 340px;
    }

    .au-img-secondary {
        height: 200px;
    }

    .au-built-content h2 {
        font-size: 30px;
    }

    .au-bg-decor {
        display: none;
    }
}

@media (max-width: 576px) {
    .au-built-section {
        padding: 60px 20px;
    }

    .au-built-images {
        padding-bottom: 40px;
        padding-right: 20px;
    }

    .au-img-primary {
        height: 260px;
        border-radius: 10px;
    }

    .au-img-secondary {
        height: 150px;
        border-radius: 10px;
        border-width: 4px;
    }

    .au-built-content h2 {
        font-size: 24px;
    }

    .au-built-text {
        margin-left: 0;
        padding-left: 16px;
    }
}

/* ==========================================================================
   ABOUT US — MISSION & VISION SECTION
   ========================================================================== */
.au-mv-section {
    position: relative;
    width: 100%;
    padding: 60px 24px;
    background-color: #ffffff;
    overflow: hidden;
}

.au-bg-decor {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    color: rgba(180, 7, 7, 0.12);
    pointer-events: none;
    z-index: 0;
}

.au-bg-decor svg {
    width: 100%;
    height: 100%;
    display: block;
}

.au-bg-decor-left {
    left: 0;
}

.au-bg-decor-right {
    right: 0;
}

.au-mv-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.au-mv-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* Reverse column order for the Vision row on desktop only */
.au-mv-row-reverse .au-mv-content {
    order: 2;
}

.au-mv-row-reverse .au-mv-image {
    order: 1;
}

.au-mv-content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.au-mv-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0;
    max-width: 460px;
}

.au-mv-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   RESPONSIVE — image on top, content below, on mobile
   ========================================================================== */
@media (max-width: 991px) {
    .au-bg-decor {
        display: none;
    }
}

@media (max-width: 767px) {
    .au-mv-section {
        padding: 40px 20px;
    }

    .au-mv-inner {
        gap: 40px;
    }

    .au-mv-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Force image first, content second on ALL rows regardless of desktop reverse */
    .au-mv-row .au-mv-image,
    .au-mv-row-reverse .au-mv-image {
        order: 1;
    }

    .au-mv-row .au-mv-content,
    .au-mv-row-reverse .au-mv-content {
        order: 2;
    }

    .au-mv-content h2 {
        font-size: 22px;
    }

    .au-mv-content p {
        font-size: 14px;
        max-width: 100%;
    }

    .au-mv-image img {
        height: 200px;
    }
}

/* ==========================================================================
   ABOUT US — OUR FOUNDATION SECTION
   ========================================================================== */
.au-foundation-section {
    position: relative;
    width: 100%;
    padding: 80px 24px;
    background-color: #ffffff;
    overflow: hidden;
}

.au-bg-decor {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    color: rgba(180, 7, 7, 0.12);
    pointer-events: none;
    z-index: 0;
}

.au-bg-decor svg {
    width: 100%;
    height: 100%;
    display: block;
}

.au-bg-decor-left {
    left: 0;
}

.au-bg-decor-right {
    right: 0;
}

.au-foundation-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.au-foundation-inner h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.au-foundation-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    max-width: 480px;
    margin: 0 0 40px;
}

.au-foundation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.au-foundation-card {
    position: relative;
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.au-foundation-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.45) 35%,
        rgba(0, 0, 0, 0.1) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    transition: background 0.35s ease;
}

.au-foundation-content {
    position: relative;
    z-index: 1;
    padding: 28px;
    color: #fff;
}

.au-foundation-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    transition: margin 0.35s ease;
}

.au-foundation-content p {
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.35s ease;
}

/* ===== Hover reveal ===== */
.au-foundation-card:hover .au-foundation-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.65) 55%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

.au-foundation-card:hover .au-foundation-content p {
    max-height: 160px;
    opacity: 1;
    margin-top: 10px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .au-bg-decor {
        display: none;
    }

    .au-foundation-inner h2 {
        font-size: 26px;
    }

    .au-foundation-card {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .au-foundation-section {
        padding: 50px 20px;
    }

    .au-foundation-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .au-foundation-card {
        height: 280px;
    }

    .au-foundation-content h3 {
        font-size: 22px;
    }

    /* On touch devices, hover doesn't apply — show description by default */
    .au-foundation-content p {
        max-height: 160px;
        opacity: 1;
    }
}

/* ==========================================================================
   ABOUT US — BEHIND THE SCENES SECTION
   ========================================================================== */
.au-infra-section {
    width: 100%;
    padding: 80px 24px;
    background-color: #f7f7f7;
}

.au-infra-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.au-infra-inner h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.au-infra-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    max-width: 560px;
    margin: 0 0 40px;
}

.au-infra-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.au-infra-viewport {
    flex: 1;
    overflow: hidden;
}

.au-infra-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

.au-infra-item {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
}

.au-infra-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 18px;
}

.au-infra-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.au-infra-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.au-infra-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #b40707;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.au-infra-arrow:hover {
    background-color: #8f0505;
}

.au-infra-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    background-color: #b40707;
}

.au-infra-arrow svg {
    width: 20px;
    height: 20px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .au-infra-item {
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .au-infra-inner h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .au-infra-section {
        padding: 50px 20px;
    }

    .au-infra-item {
        flex: 0 0 100%;
    }

    .au-infra-item img {
        height: 200px;
    }
}

/* ==========================================================================
   ABOUT US — CLOSING CTA SECTION
   ========================================================================== */
.au-closing-section {
    position: relative;
    width: 100%;
    padding: 60px 24px;
    background-color: #ffffff;
    overflow: hidden;
}

.au-bg-decor {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    color: rgba(180, 7, 7, 0.12);
    pointer-events: none;
    z-index: 0;
}

.au-bg-decor svg {
    width: 100%;
    height: 100%;
    display: block;
}

.au-bg-decor-left {
    left: 0;
}

.au-bg-decor-right {
    right: 0;
}

.au-closing-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: center;
}

.au-closing-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.au-closing-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 18px;
}

.au-closing-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 24px;
    max-width: 620px;
}

.au-closing-btn {
    display: inline-block;
    background-color: #b40707;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.au-closing-btn:hover {
    background-color: #8f0505;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .au-bg-decor {
        display: none;
    }

    .au-closing-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .au-closing-image img {
        height: 280px;
    }

    .au-closing-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .au-closing-section {
        padding: 40px 20px;
    }

    .au-closing-image img {
        height: 220px;
    }

    .au-closing-content h2 {
        font-size: 22px;
    }

    .au-closing-btn {
        width: 100%;
        text-align: center;
    }
}

.au-infra-media {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 18px;
    background-color: #000;
}

.au-infra-video-wrap {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    background-color: #000;
}

.au-infra-video-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.au-infra-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.au-infra-link h3 {
    transition: color 0.2s ease;
}

.au-infra-link:hover h3 {
    color: #b40707;
}

.au-infra-link p {
    color: inherit;
}
