/* ==========================================================================
   ZAREK — ABOUT PAGE
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. ABOUT HERO — full-width banner
   -------------------------------------------------------------------------- */
.about-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-black);
}

.about-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, 0.5);
    z-index: 2;
}

.about-hero__content {
    position: relative;
    z-index: 3;
    padding: 0 var(--container-padding);
    text-align: center;
    color: var(--color-white);
}

.about-hero__title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: var(--weight-bold);
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: var(--space-md);
}

.about-hero__subtitle {
    font-family: var(--font-sans);
    font-size: var(--font-base);
    font-weight: var(--weight-light);
    letter-spacing: var(--letter-spacing-wide);
    color: var(--color-white);
    opacity: 0.85;
    max-width: 540px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------
   2. STORY — 2-column text section
   -------------------------------------------------------------------------- */
.about-story {
    padding: var(--space-4xl) 0;
}

.about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4xl);
    align-items: flex-start;
}

.about-story__col-title {
    font-family: var(--font-serif);
    font-size: var(--font-xl);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    color: var(--color-text);
    margin-bottom: var(--space-lg);
}

.about-story__col-title--italic {
    font-style: italic;
}

.about-story__text {
    font-family: var(--font-sans);
    font-size: var(--font-base);
    font-weight: var(--weight-light);
    line-height: var(--line-height-loose);
    color: var(--color-text-muted);
}

.about-story__text + .about-story__text {
    margin-top: var(--space-md);
}

/* --------------------------------------------------------------------------
   3. VALUES — 3 cards
   -------------------------------------------------------------------------- */
.about-values {
    padding: var(--space-4xl) 0;
    background-color: var(--color-bg-light);
}

.about-values__header {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

.about-values__title {
    font-family: var(--font-serif);
    font-size: var(--font-2xl);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    text-transform: uppercase;
    color: var(--color-text);
    margin-bottom: var(--space-md);
}

.about-values__subtitle {
    font-family: var(--font-sans);
    font-size: var(--font-base);
    font-weight: var(--weight-light);
    color: var(--color-text-muted);
    max-width: 520px;
    margin: 0 auto;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.value-card {
    padding: var(--space-2xl) var(--space-xl);
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    text-align: center;
    transition: var(--transition);
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.value-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--color-text);
    margin-bottom: var(--space-lg);
}

.value-card__icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.4;
}

.value-card__title {
    font-family: var(--font-serif);
    font-size: var(--font-md);
    font-weight: var(--weight-regular);
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
    color: var(--color-text);
    margin-bottom: var(--space-sm);
}

.value-card__text {
    font-family: var(--font-sans);
    font-size: var(--font-sm);
    font-weight: var(--weight-light);
    line-height: var(--line-height-loose);
    color: var(--color-text-muted);
}

/* --------------------------------------------------------------------------
   4. QUOTE — large image w/ overlaid quote
   -------------------------------------------------------------------------- */
.about-quote {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-black);
}

.about-quote__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-quote__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, 0.55);
    z-index: 2;
}

.about-quote__content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    padding: var(--space-3xl) var(--container-padding);
    text-align: center;
    color: var(--color-white);
}

.about-quote__mark {
    display: block;
    font-family: var(--font-serif);
    font-size: 4rem;
    font-weight: var(--weight-regular);
    font-style: italic;
    line-height: 0.7;
    color: var(--color-white);
    opacity: 0.6;
    margin-bottom: var(--space-md);
}

.about-quote__text {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 3.6vw, 2.4rem);
    font-weight: var(--weight-regular);
    font-style: italic;
    line-height: 1.35;
    color: var(--color-white);
    margin-bottom: var(--space-xl);
}

.about-quote__attr {
    font-family: var(--font-sans);
    font-size: var(--font-xs);
    font-weight: var(--weight-medium);
    letter-spacing: var(--letter-spacing-label);
    text-transform: uppercase;
    color: var(--color-white);
    opacity: 0.85;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .about-values__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-lg);
    }

    .about-story__grid {
        gap: var(--space-2xl);
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: 48vh;
        min-height: 320px;
    }

    .about-story,
    .about-values {
        padding: var(--space-3xl) 0;
    }

    .about-story__grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .about-values__grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .about-values__header {
        margin-bottom: var(--space-2xl);
    }

    .about-values__title {
        font-size: var(--font-xl);
    }

    .about-quote {
        min-height: 420px;
    }

    .about-story__col-title {
        font-size: var(--font-lg);
    }

    .value-card {
        padding: var(--space-xl) var(--space-lg);
    }
}

@media (max-width: 480px) {
    .about-hero__subtitle {
        font-size: var(--font-sm);
    }

    .about-quote__mark {
        font-size: 3rem;
    }
}
