/* ==========================================================================
   D'REALDY WEBSITE
   About Page Stylesheet
   File: css/about.css
   Version: 1.0.0
   ========================================================================== */


/* ==========================================================================
   1. ABOUT INTRODUCTION
   ========================================================================== */

.about-introduction {
    overflow: hidden;
    background: var(--color-white);
}

.about-introduction-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: clamp(var(--space-12), 7vw, var(--space-24));
}

.about-introduction-content {
    min-width: 0;
    max-width: 760px;
}

.about-introduction-content .section-eyebrow {
    margin-bottom: var(--space-4);
}

.about-introduction-content h2 {
    margin-bottom: var(--space-6);
    color: var(--color-primary);
}

.about-introduction-content > p:not(.section-eyebrow) {
    margin-bottom: var(--space-5);
    font-size: var(--font-size-18);
    line-height: var(--line-height-loose);
    color: var(--color-text-muted);
}

.about-introduction-content > p:last-child {
    margin-bottom: 0;
}

.about-introduction-media {
    min-width: 0;
}

.about-introduction-media .image-placeholder {
    position: relative;
    display: flex;
    min-height: 560px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: var(--space-8);
    background:
        linear-gradient(
            145deg,
            var(--color-primary-dark) 0%,
            var(--color-primary) 48%,
            var(--color-primary-light) 100%
        );
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.about-introduction-media .image-placeholder::before {
    position: absolute;
    top: -80px;
    right: -70px;
    z-index: -1;
    width: 250px;
    height: 250px;
    content: "";
    background: rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-full);
}

.about-introduction-media .image-placeholder::after {
    position: absolute;
    bottom: -120px;
    left: -100px;
    z-index: -1;
    width: 330px;
    height: 330px;
    content: "";
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-full);
}

.about-introduction-media .image-placeholder span {
    max-width: 300px;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wider);
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
}


/* ==========================================================================
   2. MISSION AND VISION
   ========================================================================== */

.about-mission-vision {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-8);
    margin-top: var(--space-12);
}

.about-mission,
.about-vision {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: clamp(var(--space-8), 4vw, var(--space-12));
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition-base),
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.about-mission::before,
.about-vision::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
}

.about-mission::before {
    background: var(--color-primary);
}

.about-vision::before {
    background: var(--color-secondary);
}

.about-mission:hover,
.about-mission:focus-within,
.about-vision:hover,
.about-vision:focus-within {
    border-color: var(--color-border-strong);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.about-mission h3,
.about-vision h3 {
    margin-bottom: var(--space-4);
    font-size: var(--font-size-28);
    color: var(--color-primary);
}

.about-mission p,
.about-vision p {
    margin: 0;
    line-height: var(--line-height-loose);
    color: var(--color-text-muted);
}


/* ==========================================================================
   3. CORE VALUES
   ========================================================================== */

.about-values {
    background: var(--color-surface);
}

.about-values .section-header {
    margin-bottom: var(--space-12);
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-8);
}

.about-value-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: clamp(var(--space-8), 3vw, var(--space-10));
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition-base),
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.about-value-card:hover,
.about-value-card:focus-within {
    border-color: rgba(10, 58, 128, 0.22);
    box-shadow: var(--shadow-md);
    transform: translateY(-8px);
}

.about-value-card > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-6);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-sm);
}

.about-value-card:nth-child(2) > span {
    background: var(--color-secondary);
}

.about-value-card:nth-child(3) > span {
    background: var(--color-accent);
}

.about-value-card h3 {
    margin-bottom: var(--space-4);
    font-size: var(--font-size-24);
    color: var(--color-primary);
}

.about-value-card p {
    margin: 0;
    line-height: var(--line-height-loose);
    color: var(--color-text-muted);
}


/* ==========================================================================
   4. BRAND HIGHLIGHTS
   ========================================================================== */

.about-highlights {
    overflow: hidden;
    background: var(--color-white);
}

.about-highlights .section-header {
    margin-bottom: var(--space-12);
}

.about-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-6);
}

.about-highlight-card {
    position: relative;
    min-width: 0;
    padding: clamp(var(--space-8), 3vw, var(--space-10));
    text-align: center;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition-base),
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.about-highlight-card:hover,
.about-highlight-card:focus-within {
    border-color: rgba(178, 138, 88, 0.34);
    box-shadow: var(--shadow-md);
    transform: translateY(-8px);
}

.about-highlight-card strong {
    display: block;
    margin-bottom: var(--space-4);
    font-size: clamp(var(--font-size-28), 3vw, var(--font-size-40));
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    color: var(--color-secondary);
}

.about-highlight-card h3 {
    margin-bottom: var(--space-3);
    font-size: var(--font-size-20);
    letter-spacing: var(--letter-spacing-normal);
    color: var(--color-primary);
}

.about-highlight-card p {
    margin: 0;
    font-size: var(--font-size-15);
    line-height: var(--line-height-base);
    color: var(--color-text-muted);
}


/* ==========================================================================
   5. DECORATIVE DETAILS
   ========================================================================== */

.about-value-card::after,
.about-highlight-card::after {
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    pointer-events: none;
    content: "";
    background: var(--color-primary-lighter);
    border-radius: var(--radius-full);
    opacity: 0;
    transform: scale(0.75);
    transition:
        opacity var(--transition-base),
        transform var(--transition-base);
}

.about-value-card:hover::after,
.about-value-card:focus-within::after,
.about-highlight-card:hover::after,
.about-highlight-card:focus-within::after {
    opacity: 0.7;
    transform: scale(1);
}

.about-value-card > *,
.about-highlight-card > * {
    position: relative;
    z-index: 1;
}


/* ==========================================================================
   6. REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .about-mission,
    .about-vision,
    .about-value-card,
    .about-highlight-card,
    .about-value-card::after,
    .about-highlight-card::after {
        transition: none;
    }

    .about-mission:hover,
    .about-mission:focus-within,
    .about-vision:hover,
    .about-vision:focus-within,
    .about-value-card:hover,
    .about-value-card:focus-within,
    .about-highlight-card:hover,
    .about-highlight-card:focus-within {
        transform: none;
    }
}