/* =============================================================================
   AYAL TOURS — ABOUT PAGE STYLES
   Enqueued only on page-about.php via ayal_enqueue_about_styles()
   Depends on: ayal-tokens
   ============================================================================= */

/* ── Hero ───────────────────────────────────────────────────────────────────── */

.ayal-about-hero {
    position: relative;
    min-height: 56vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-color: #4B5D3A; /* Fallback if no featured image */
    overflow: hidden;
}

.ayal-about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 14, 8, 0.22) 0%,
        rgba(10, 14, 8, 0.55) 60%,
        rgba(10, 14, 8, 0.75) 100%
    );
    pointer-events: none;
}

.ayal-about-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: clamp(80px, 12vw, 140px) 0 clamp(48px, 6vw, 72px);
    text-align: center;
}

.ayal-about-hero .ayal-eyebrow--sand {
    color: #D8C7A1;
    margin-bottom: var(--space-12);
}

.ayal-about-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: var(--weight-light);
    color: #FFFFFF;
    letter-spacing: -0.01em;
    line-height: 1.08;
    margin-bottom: var(--space-16);
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.20);
}

.ayal-about-hero__sub {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: var(--leading-relaxed);
    color: rgba(247, 245, 239, 0.80);
    max-width: 560px;
    margin: 0 auto;
}

/* ── Our Story ──────────────────────────────────────────────────────────────── */

.ayal-about-story__body {
    font-family: var(--font-body);
    font-size: var(--text-body-lg, 17px);
    line-height: var(--leading-relaxed);
    color: #3A3A3A;
}

.ayal-about-story__body p {
    margin-bottom: var(--space-24);
}

.ayal-about-story__body p:last-child {
    margin-bottom: 0;
}

.ayal-about-story__quote {
    margin: var(--space-40) 0 0;
    padding: var(--space-32) var(--space-40);
    border-left: 2px solid #4B5D3A;
    background: rgba(75, 93, 58, 0.05);
}

.ayal-about-story__quote p {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: var(--weight-light);
    line-height: 1.5;
    color: #1F1F1F;
    margin: 0 0 var(--space-12);
}

.ayal-about-story__quote cite {
    font-family: var(--font-body);
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #6B6B6B;
}

/* ── Values Grid ────────────────────────────────────────────────────────────── */

.ayal-about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-24, 24px);
    margin-top: var(--space-48, 48px);
}

.ayal-about-values__card {
    background: #FFFFFF;
    border: 1px solid #E0D9CC;
    border-radius: 12px;
    padding: var(--space-32, 32px) var(--space-24, 24px);
    text-align: left;
}

.ayal-about-values__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(75, 93, 58, 0.08);
    border: 1px solid rgba(75, 93, 58, 0.18);
    color: #4B5D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-20, 20px);
}

.ayal-about-values__title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: var(--weight-regular, 400);
    color: #1F1F1F;
    margin-bottom: var(--space-12, 12px);
    line-height: 1.3;
}

.ayal-about-values__body {
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: var(--leading-relaxed);
    color: #6B6B6B;
}

/* ── Meet the Founder ───────────────────────────────────────────────────────── */

.ayal-about-founder__grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: var(--space-64, 64px);
    align-items: center;
}

.ayal-about-founder__image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #EDE6D3;
}

.ayal-about-founder__image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.ayal-about-founder__img-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #D8C7A1 0%, #EDE6D3 100%);
}

.ayal-about-founder__content .ayal-eyebrow {
    display: block;
    margin-bottom: var(--space-12, 12px);
}

.ayal-about-founder__name {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: var(--weight-light);
    color: #1F1F1F;
    margin-bottom: var(--space-4, 4px);
    line-height: 1.15;
}

.ayal-about-founder__title {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: var(--weight-bold, 700);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4B5D3A;
    margin-bottom: var(--space-24, 24px);
}

.ayal-about-founder__bio {
    font-family: var(--font-body);
    font-size: 15.5px;
    line-height: var(--leading-relaxed);
    color: #3A3A3A;
    margin-bottom: var(--space-24, 24px);
}

.ayal-about-founder__quote {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 18px;
    font-weight: var(--weight-light);
    color: #4B5D3A;
    line-height: 1.5;
    padding-top: var(--space-20, 20px);
    border-top: 1px solid #E0D9CC;
}

/* ── Final CTA ──────────────────────────────────────────────────────────────── */

.ayal-about-cta {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.ayal-about-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #343F28;
}

.ayal-about-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 8, 0.45);
}

.ayal-about-cta__content {
    position: relative;
    z-index: 2;
    padding: var(--space-24, 24px);
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ayal-about-cta__title {
    font-family: var(--font-heading);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: var(--weight-light);
    color: #FFFFFF;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: var(--space-12, 12px) 0 var(--space-20, 20px);
}

.ayal-about-cta__body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: var(--leading-relaxed);
    color: rgba(247, 245, 239, 0.82);
    margin-bottom: var(--space-32, 32px);
    max-width: 480px;
}


/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 1023px) {

    .ayal-about-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ayal-about-founder__grid {
        grid-template-columns: 320px 1fr;
        gap: var(--space-40, 40px);
    }

}

@media (max-width: 767px) {

    .ayal-about-values__grid {
        grid-template-columns: 1fr;
    }

    .ayal-about-founder__grid {
        grid-template-columns: 1fr;
        gap: var(--space-32, 32px);
    }

    .ayal-about-founder__image {
        max-width: 320px;
        margin: 0 auto;
    }

    .ayal-about-story__quote {
        padding: var(--space-24, 24px);
    }

}
