/* ===========================
   About Us Page Styles
   Rapid Property Transfers — Premium Classical Design
   =========================== */

/* ── Container ─────────────────────────────────────────── */

.au-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ── Section header ────────────────────────────────────── */

.au-section-header {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}

.au-section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--color-navy);
    margin: 0 0 16px;
    line-height: 1.2;
}

.au-section-subtitle {
    font-family: var(--font-body);
    font-size: 1.0625rem;
    color: #5a6373;
    margin: 0;
    line-height: 1.7;
}

/* ============================================================
   HERO
   ============================================================ */

.au-hero {
    background-color: var(--color-navy);
    background-image:
        radial-gradient(ellipse 70% 60% at 50% 100%, rgba(197, 160, 73, 0.12) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 90% 10%, rgba(255,255,255,0.04) 0%, transparent 60%);
    padding: 96px 0 80px;
    text-align: center;
}

.au-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 860px;
    margin: 0 auto;
}

.au-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px 6px 10px;
    border-radius: 50px;
    background: rgba(197, 160, 73, 0.15);
    border: 1px solid rgba(197, 160, 73, 0.4);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.au-hero-eyebrow svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--color-gold);
}

.au-hero-headline {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}

.au-hero-subheadline {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 500;
    color: var(--color-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

.au-hero-desc {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    max-width: 640px;
    margin: 0;
}

.au-hero-ctas {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

/* Hero with background image */

.au-hero.has-bg {
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.au-hero.has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12, 30, 74, 0.88);
    z-index: 0;
}

.au-hero.has-bg .au-container {
    position: relative;
    z-index: 1;
}

/* ============================================================
   OUR STORY
   ============================================================ */

.au-story {
    padding: 96px 0;
    background-color: #ffffff;
}

.au-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Image side */

.au-story-media {
    position: relative;
    padding-bottom: 14px;
    padding-right: 14px;
}

.au-story-img-wrap {
    position: relative;
    display: block;
}

.au-story-photo {
    width: 100%;
    border-radius: 12px;
    display: block;
    position: relative;
    z-index: 1;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.au-story-img-accent {
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 3px solid var(--color-gold);
    z-index: 0;
    opacity: 0.55;
}

.au-story-img-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-navy) 0%, rgba(12, 30, 74, 0.75) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(197, 160, 73, 0.4);
    position: relative;
    z-index: 1;
}

.au-story-img-placeholder svg {
    width: 64px;
    height: 64px;
}

/* Text side */

.au-story-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.au-story-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.au-story-eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color: var(--color-gold);
    border-radius: 2px;
    flex-shrink: 0;
}

.au-story-title {
    font-family: var(--font-heading);
    font-size: clamp(1.625rem, 2.5vw, 2.25rem);
    font-weight: 700;
    color: var(--color-navy);
    margin: 0;
    line-height: 1.2;
}

.au-story-text {
    font-size: 1rem;
    color: #5a6373;
    line-height: 1.8;
    margin: 0;
}

.au-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    padding: 16px 24px;
    background: #f8f9fb;
    border-left: 4px solid var(--color-gold);
    border-radius: 0 8px 8px 0;
}

.au-story-badge-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-navy);
    line-height: 1;
}

.au-story-badge-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5a6373;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

/* ============================================================
   STATS STRIP
   ============================================================ */

.au-stats-bar {
    background-color: var(--color-gold);
    padding: 0;
}

.au-stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.au-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 28px 20px;
    border-right: 1px solid rgba(12, 30, 74, 0.15);
    text-align: center;
}

.au-stat-item:last-child {
    border-right: none;
}

.au-stat-number {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1;
}

.au-stat-label {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(12, 30, 74, 0.7);
    text-transform: uppercase;
}

/* ============================================================
   MISSION STATEMENT
   ============================================================ */

.au-mission {
    background-color: var(--color-navy);
    background-image: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(197, 160, 73, 0.1) 0%, transparent 65%);
    padding: 96px 0;
}

.au-mission-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.au-mission-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px;
    border-radius: 50px;
    background: rgba(197, 160, 73, 0.15);
    border: 1px solid rgba(197, 160, 73, 0.4);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.au-mission-mark {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 7rem;
    line-height: 0.5;
    color: rgba(197, 160, 73, 0.2);
    user-select: none;
    margin-bottom: 0;
}

.au-mission-title {
    font-family: var(--font-heading);
    font-size: clamp(1.125rem, 1.75vw, 1.5rem);
    font-weight: 600;
    color: var(--color-gold);
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.au-mission-statement {
    font-family: var(--font-heading);
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    font-weight: 500;
    color: #ffffff;
    line-height: 1.65;
    margin: 0;
    font-style: italic;
}

.au-mission-inner::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: var(--color-gold);
    border-radius: 2px;
    margin-top: 12px;
}

/* ============================================================
   OUR VALUES
   ============================================================ */

.au-values {
    padding: 96px 0;
    background-color: #f8f9fb;
}

.au-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.au-value-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(12, 30, 74, 0.08);
    border-top: 4px solid var(--color-gold);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.au-value-card:hover {
    box-shadow: 0 8px 32px rgba(12, 30, 74, 0.1);
    transform: translateY(-2px);
}

.au-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(197, 160, 73, 0.12), rgba(197, 160, 73, 0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-gold);
}

.au-value-icon i,
.au-value-icon svg {
    width: 22px;
    height: 22px;
}

.au-value-title {
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--color-navy);
    margin: 0;
    line-height: 1.3;
}

.au-value-desc {
    font-size: 0.9375rem;
    color: #5a6373;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   MEET THE TEAM
   ============================================================ */

.au-team {
    padding: 96px 0;
    background-color: #ffffff;
}

.au-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.au-team-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(12, 30, 74, 0.08);
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.au-team-card:hover {
    box-shadow: 0 12px 40px rgba(12, 30, 74, 0.12);
    transform: translateY(-3px);
}

.au-team-photo-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.au-team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.au-team-card:hover .au-team-photo {
    transform: scale(1.04);
}

.au-team-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(197, 160, 73, 0.45);
    background: linear-gradient(145deg, var(--color-navy) 0%, rgba(12, 30, 74, 0.8) 100%);
}

.au-team-photo-placeholder svg {
    width: 56px;
    height: 56px;
}

/* Gold bar reveal on hover */
.au-team-photo-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.au-team-card:hover .au-team-photo-wrap::after {
    transform: scaleX(1);
}

.au-team-body {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.au-team-name {
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--color-navy);
    margin: 0;
    line-height: 1.3;
}

.au-team-role {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}

.au-team-bio {
    font-size: 0.9375rem;
    color: #5a6373;
    line-height: 1.7;
    margin: 6px 0 0;
}

/* ============================================================
   RESPONSIVE — TABLET  (≤ 1024px)
   ============================================================ */

@media (max-width: 1024px) {

    .au-hero {
        padding: 72px 0 64px;
    }

    .au-story-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .au-story-media {
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    .au-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .au-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .au-stat-item:nth-child(2) {
        border-right: none;
    }

    .au-stat-item:nth-child(3) {
        border-top: 1px solid rgba(12, 30, 74, 0.15);
    }

    .au-stat-item:nth-child(4) {
        border-top: 1px solid rgba(12, 30, 74, 0.15);
        border-right: none;
    }

    .au-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ============================================================
   RESPONSIVE — MOBILE  (≤ 640px)
   ============================================================ */

@media (max-width: 640px) {

    .au-hero {
        padding: 56px 0 48px;
    }

    .au-hero-ctas {
        flex-direction: column;
        width: 100%;
    }

    .au-hero-ctas .btn {
        width: 100%;
    }

    .au-story,
    .au-mission,
    .au-values,
    .au-team {
        padding: 64px 0;
    }

    .au-story-grid {
        gap: 40px;
    }

    .au-values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .au-value-card {
        padding: 24px 20px;
    }

    .au-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .au-section-header {
        margin-bottom: 40px;
    }

    .au-team-grid {
        grid-template-columns: 1fr;
    }

    .au-mission-mark {
        font-size: 4.5rem;
    }

}
