/* ========================================
   ABOUT US PAGE STYLES
   Antologa Design System Compliant
   Units: rem for spacing/typography, % / clamp for widths
   ======================================== */

/* ── Page wrapper ──────────────────────────── */
.about-page {
    width: 100%;
    overflow-x: hidden;
}

.about-navbar-wrapper {
    position: relative;
    z-index: 100;
}

/* ── Hero ──────────────────────────────────── */
.about-hero {
    position: relative;
    min-height: 88dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--antologa-secondary);
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1.04);
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 79, 113, 0.84) 0%,
        rgba(7, 130, 130, 0.72) 55%,
        rgba(0, 0, 0, 0.60) 100%
    );
}

.about-hero-content {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
}

.about-hero-eyebrow {
    display: block;
    color: var(--antologa-contrast) !important;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
}

.about-hero-heading {
    font-family: Inter, sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.08;
    color: white !important;
    margin-bottom: 1.5rem;
}

.about-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.88);
    max-width: 36rem;
    line-height: 1.65;
    margin-bottom: 2.5rem;
}

.about-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── Shared button variants ─────────────────── */
.about-btn-primary {
    background-color: var(--antologa-primary) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

    .about-btn-primary:hover {
        background-color: #056666 !important;
        box-shadow: 0 4px 16px rgba(7, 130, 130, 0.4) !important;
    }

.about-btn-outline-white {
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

    .about-btn-outline-white:hover {
        background-color: rgba(255, 255, 255, 0.14) !important;
        border-color: white !important;
    }

/* ── Mission Strip ──────────────────────────── */
.about-mission-strip {
    background-color: var(--antologa-primary);
    padding: 4.5rem 1.5rem;
}

.about-mission-text {
    font-family: Nunito, sans-serif;
    font-size: clamp(1.05rem, 2.4vw, 1.35rem);
    line-height: 1.78;
    color: white;
    font-style: italic;
    font-weight: 400;
}

/* ── Shared section typography ──────────────── */
.about-eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section-heading {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.about-section-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1.05rem;
    max-width: 40rem;
    margin: 0 auto;
    line-height: 1.7;
}

.about-serve-header,
.about-regions-header,
.about-pillars-header {
    margin-bottom: 3rem;
}

/* ── Story Section ──────────────────────────── */
.about-story-section {
    padding: 6rem 0;
    background-color: var(--antologa-white);
}

.about-story-image-wrapper {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
}

.about-story-img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
    display: block;
    border-radius: 1.25rem;
}

.about-story-badge {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    background: rgba(7, 130, 130, 0.90);
    backdrop-filter: blur(6px);
    border-radius: 2rem;
    padding: 0.4rem 1.1rem;
}

.about-story-badge-text {
    color: white !important;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}

.about-story-text {
    padding: 1rem 0 1rem 1.5rem;
}

.about-story-para {
    font-family: Nunito, sans-serif;
    font-size: 1.05rem;
    line-height: 1.78;
    margin-bottom: 1.1rem;
}

/* ── Who We Serve ───────────────────────────── */
.about-serve-section {
    padding: 6rem 0;
    background-color: var(--antologa-secondary);
}

    .about-serve-section .about-section-heading {
        color: white !important;
    }

    .about-serve-section .about-eyebrow {
        color: var(--antologa-contrast) !important;
    }

.about-serve-card {
    background: white !important;
    border-radius: 1.25rem !important;
    padding: 2.75rem !important;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10) !important;
}

    .about-serve-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18) !important;
    }

.about-serve-icon {
    font-size: 2.75rem;
    margin-bottom: 1.1rem;
    line-height: 1;
}

.about-serve-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: var(--antologa-dark);
    margin-bottom: 0.9rem;
}

.about-serve-body {
    font-family: Nunito, sans-serif;
    font-size: 1rem;
    line-height: 1.72;
    color: #505050;
    flex: 1;
    margin-bottom: 1.5rem;
}

.about-serve-link {
    align-self: flex-start !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ── Regions ────────────────────────────────── */
.about-regions-section {
    padding: 6rem 0;
    background-color: var(--antologa-white);
}

.about-region-card {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: white;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .about-region-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
    }

.about-region-card--soon {
    opacity: 0.88;
}

.about-region-card-img {
    height: 13.5rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-region-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.40) 100%);
}

.about-region-soon-badge {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    background: var(--antologa-contrast);
    color: var(--antologa-dark);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.25rem 0.85rem;
    border-radius: 2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 5;
}

.about-region-card-body {
    padding: 1.75rem 1.5rem;
    flex: 1;
}

.about-region-name {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.about-region-desc {
    font-family: Nunito, sans-serif;
    font-size: 0.92rem;
    line-height: 1.68;
}

/* ── Pillars ────────────────────────────────── */
.about-pillars-section {
    padding: 6rem 0;
    background-color: var(--antologa-light-gray);
}

.about-pillar-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2.25rem 1.75rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-pillar-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    }

.about-pillar-icon {
    font-size: 2.75rem;
    margin-bottom: 1.1rem;
    line-height: 1;
}

.about-pillar-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.about-pillar-body {
    font-family: Nunito, sans-serif;
    font-size: 0.92rem;
    line-height: 1.68;
}

/* ── Final CTA ──────────────────────────────── */
.about-cta-section {
    background-color: var(--antologa-secondary);
    padding: 6rem 1.5rem;
}

.about-cta-heading {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: white !important;
    margin-bottom: 1rem;
}

.about-cta-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 36rem;
    margin: 0 auto 2.75rem auto;
    line-height: 1.72;
}

.about-cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* ── Omotenashi Section ─────────────────────── */
.about-omotenashi-section {
    padding: 6rem 0;
    background-color: var(--antologa-white);
}

.about-omote-body {
    font-family: Nunito, sans-serif;
    font-size: 1.05rem;
    line-height: 1.78;
    color: #505050;
    margin-bottom: 1.1rem;
}

.about-omote-quote-card {
    background: linear-gradient(135deg, var(--antologa-secondary) 0%, #006080 100%);
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 79, 113, 0.22);
}

.about-omote-kanji {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.30);
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1;
    letter-spacing: 0.12em;
}

.about-omote-quote {
    font-family: Nunito, sans-serif !important;
    font-style: italic;
    color: white !important;
    line-height: 1.72;
    margin-bottom: 1.25rem;
}

.about-omote-quote-attr {
    color: rgba(255, 255, 255, 0.60) !important;
    font-family: Nunito, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── Brand Values Section ───────────────────── */
.about-values-section {
    padding: 6rem 0;
    background-color: var(--antologa-light-gray);
}

.about-values-header {
    margin-bottom: 3rem;
}

.about-values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}

.about-value-chip {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: white;
    border-radius: 3rem;
    padding: 0.875rem 1.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .about-value-chip:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

.about-value-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.about-value-label {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: var(--antologa-dark) !important;
}

/* ── By the Numbers Section ─────────────────── */
.about-stats-section {
    padding: 5rem 0;
    background-color: var(--antologa-primary);
}

.about-stat-card {
    padding: 1.5rem;
}

.about-stat-number {
    font-family: Inter, sans-serif !important;
    font-weight: 800 !important;
    color: white !important;
    margin-bottom: 0.5rem;
    font-size: clamp(2.8rem, 6vw, 4rem) !important;
}

.about-stat-label {
    font-family: Nunito, sans-serif !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.05rem !important;
}

/* ── Responsive ─────────────────────────────── */
@media (max-width: 959px) {
    .about-story-text {
        padding: 0;
        margin-top: 0.5rem;
    }
}

@media (max-width: 600px) {
    .about-hero {
        min-height: 72dvh;
    }

    .about-hero-actions,
    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn-primary,
    .about-btn-outline-white {
        width: 100%;
        justify-content: center;
    }

    .about-story-section,
    .about-serve-section,
    .about-regions-section,
    .about-pillars-section,
    .about-omotenashi-section,
    .about-values-section,
    .about-stats-section,
    .about-cta-section {
        padding: 3.5rem 0;
    }

    .about-omote-quote-card {
        margin-top: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .about-values-grid {
        gap: 0.875rem;
    }

    .about-value-chip {
        padding: 0.75rem 1.25rem;
    }

    .about-serve-card {
        padding: 2rem !important;
    }

    .about-story-img {
        height: 18rem;
    }
}
