/* About Us — Divya Jyotish theme colors */

.page-about {
    background: var(--dj-cream, #FDF8F1);
    color: var(--dj-ink, #2D2521);
}

.ab-label {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dj-gold, #C9A227);
    margin-bottom: 0.85rem;
}

.ab-label::before,
.ab-label::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--dj-gold, #C9A227);
    opacity: 0.85;
}

.ab-section-title {
    font-family: var(--font-display, 'Playfair Display', Georgia, serif);
    font-size: clamp(1.95rem, 3.3vw, 2.7rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--dj-ink, #2D2521);
    margin: 0 0 1.1rem;
}

.ab-section-head { margin-bottom: 2.6rem; }

/* ---- Hero ---- */
.ab-hero {
    padding: 4.75rem 0 4rem;
    background: var(--dj-cream, #FDF8F1);
}

.ab-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
}

.ab-hero-copy {
    max-width: none;
    min-width: 0;
    padding-right: 0.5rem;
    overflow: visible;
}

.ab-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 1.05rem;
    border-radius: 999px;
    background: rgba(242, 145, 17, 0.12);
    color: #E88C1B;
    font-family: var(--font-sans, 'Poppins', sans-serif);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    margin-bottom: 1.35rem;
}

.ab-hero-label::before,
.ab-hero-label::after {
    display: none;
}

.page-about h1.ab-hero-title,
.ab-hero-title {
    font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.35rem, 4.2vw, 3.55rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #2D2521;
    margin: 0 0 1.25rem;
    max-width: none;
    white-space: normal;
    overflow: visible;
}

.ab-hero-title span {
    display: block;
}

.ab-hero-title-dark {
    color: #2D2521;
}

.ab-hero-title-accent {
    color: #E88C1B;
    font-style: italic;
}

.ab-hero-sub {
    max-width: 42ch;
    color: #6B6B6B;
    font-family: var(--font-sans, 'Poppins', sans-serif);
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 1.75rem;
}

.ab-hero-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem 1.5rem;
}

.ab-hero-tags li {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-sans, 'Poppins', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    color: #2D2521;
}

.ab-tag-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(232, 140, 27, 0.55);
    color: #E88C1B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    line-height: 0;
    flex-shrink: 0;
}

.ab-hero-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
}

.ab-hero-img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 30px 64px rgba(45, 37, 33, 0.16);
    -webkit-mask-image: none;
    mask-image: none;
}

/* ---- Story ---- */
.ab-story {
    padding: 4.75rem 0;
    background: #fff;
}

.ab-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
    align-items: center;
}

.ab-story-media {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(45, 37, 33, 0.12);
    background: var(--dj-cream-soft, #F8F0E4);
}

.ab-story-media > img {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 42%;
    display: block;
}

.ab-story-quote {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: min(100% - 2rem, 260px);
    margin: 0;
    padding: 1.1rem 1rem 1rem;
    background: var(--dj-ink, #2D2521);
    color: #FFF8F0;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(45, 37, 33, 0.28);
}

.ab-quote-mark {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.6rem;
    line-height: 0.75;
    color: #fff;
    margin-bottom: 0.4rem;
}

.ab-story-quote p {
    margin: 0 0 0.65rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #FFF8F0;
}

.ab-story-quote cite {
    font-style: normal;
    font-size: 0.78rem;
    color: rgba(255, 248, 240, 0.72);
}

.ab-story-copy p {
    color: var(--dj-ink-soft, #3F342E);
    line-height: 1.75;
    margin: 0 0 0.95rem;
    font-size: 0.98rem;
}

.ab-story-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.85rem;
}

.ab-story-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: flex-start;
}

.ab-story-highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1.5px solid rgba(232, 140, 27, 0.45);
    color: var(--dj-orange, #E88C1B);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 140, 27, 0.06);
}

.ab-story-highlight strong {
    display: block;
    font-size: 0.9rem;
    color: var(--dj-ink, #2D2521);
    margin-bottom: 0.15rem;
}

.ab-story-highlight span {
    font-size: 0.8rem;
    color: var(--dj-muted, #6B6B6B);
    line-height: 1.45;
}

/* ---- Stats ---- */
.ab-stats {
    padding: 0 0 4.25rem;
    background: #fff;
}

.ab-stats-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.85rem 1.25rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at 8% 50%, rgba(201, 162, 39, 0.22), transparent 28%),
        radial-gradient(circle at 92% 50%, rgba(201, 162, 39, 0.22), transparent 28%),
        linear-gradient(115deg, #2A1810 0%, #3C2415 50%, #2A1810 100%);
    color: #FFF8F0;
    box-shadow: 0 18px 40px rgba(42, 24, 16, 0.28);
}

.ab-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 0.35rem 0.75rem;
    position: relative;
}

.ab-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: rgba(255, 248, 240, 0.18);
}

.ab-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(240, 194, 122, 0.45);
    color: #F0C27A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ab-stat-num {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
}

.ab-stat span {
    font-size: 0.82rem;
    color: rgba(255, 248, 240, 0.75);
}

/* ---- Values ---- */
.ab-values {
    padding: 4.75rem 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 162, 39, 0.09), transparent 42%),
        #FCF9F5;
}

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.05rem;
}

.ab-value-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.55rem 1.1rem 1.4rem;
    box-shadow: 0 12px 30px rgba(60, 36, 21, 0.06);
    border: 1px solid rgba(60, 36, 21, 0.04);
    text-align: center;
    min-height: 210px;
}

.ab-value-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(192, 90, 6, 0.08);
    color: var(--dj-orange-deep, #D97706);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ab-value-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--dj-ink, #2D2521);
}

.ab-value-card p {
    margin: 0;
    font-size: 0.84rem;
    color: var(--dj-muted, #6B6B6B);
    line-height: 1.55;
}

/* ---- Expert ---- */
.ab-expert {
    padding: 4.75rem 0;
    background: #fff;
}

.ab-expert-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.25fr 0.8fr;
    gap: 2rem;
    align-items: center;
}

.ab-expert-media {
    position: relative;
    width: min(100%, 320px);
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(201, 162, 39, 0.35), transparent 58%),
        #F7F0E4;
    box-shadow: 0 0 0 10px rgba(201, 162, 39, 0.12);
}

.ab-expert-media::before {
    content: "";
    position: absolute;
    inset: -8%;
    background: url('../images/pages/deco/zodiac-wheel.png') center / 115% no-repeat;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.ab-expert-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ab-expert-copy p {
    color: var(--dj-ink-soft, #3F342E);
    line-height: 1.75;
    margin: 0 0 1.25rem;
}

.ab-expert-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ab-expert-checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--dj-ink, #2D2521);
}

.ab-expert-checks li span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #C05A06;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.ab-expert-side {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.ab-expert-side-card {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    background: #fff;
    border: 1px solid rgba(192, 90, 6, 0.16);
    border-radius: 14px;
    padding: 0.95rem 1rem;
    box-shadow: 0 8px 20px rgba(60, 36, 21, 0.05);
}

.ab-expert-side-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(192, 90, 6, 0.1);
    color: var(--dj-orange-deep, #D97706);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ab-expert-side-card strong {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    color: var(--dj-orange-deep, #D97706);
    margin-bottom: 0.15rem;
    line-height: 1.1;
}

.ab-expert-side-card span {
    font-size: 0.8rem;
    color: var(--dj-muted, #6B6B6B);
    line-height: 1.35;
}

/* ---- CTA ---- */
.ab-cta {
    padding: 0 0 4.25rem;
    background: #fff;
}

.ab-cta-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.35rem;
    align-items: center;
    padding: 1.15rem 1.35rem;
    border-radius: 16px;
    background: linear-gradient(90deg, #FBF1E2, #F8EBD4);
    border: 1.5px solid rgba(192, 90, 6, 0.28);
}

.ab-cta-img {
    width: 130px;
    height: 86px;
    object-fit: cover;
    border-radius: 12px;
}

.ab-cta-copy h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    margin: 0 0 0.3rem;
    color: var(--dj-ink, #2D2521);
}

.ab-cta-copy p {
    margin: 0;
    color: var(--dj-muted, #6B6B6B);
    font-size: 0.94rem;
}

.page-about .dj-btn-primary {
    background: #C05A06;
    box-shadow: 0 10px 22px rgba(192, 90, 6, 0.28);
}

.page-about .dj-btn-primary:hover {
    background: #A84E05;
}

/* ---- Responsive ---- */
@media (max-width: 1199.98px) {
    .ab-values-grid { grid-template-columns: repeat(3, 1fr); }
    .ab-story-highlights { grid-template-columns: repeat(2, 1fr); }
    .ab-expert-grid { grid-template-columns: 1fr 1.2fr; }
    .ab-expert-side { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
    .ab-expert-side-card { flex: 1 1 220px; }
    .ab-stats-banner { border-radius: 28px; }
}

@media (max-width: 991.98px) {
    .ab-hero { padding: 3.25rem 0 2.75rem; }
    .ab-hero-grid,
    .ab-story-grid { grid-template-columns: 1fr; }
    .ab-hero-copy { max-width: 40rem; }
    .ab-hero-visual {
        order: -1;
        margin-left: auto;
        margin-right: auto;
        width: min(100%, 520px);
        max-width: 520px;
    }
    .ab-hero-title { font-size: clamp(2.35rem, 8vw, 3.1rem); }
    .ab-stats-banner { grid-template-columns: 1fr 1fr; border-radius: 22px; }
    .ab-stat:nth-child(2)::after { display: none; }
    .ab-values-grid { grid-template-columns: 1fr 1fr; }
    .ab-expert-grid { grid-template-columns: 1fr; }
    .ab-cta-bar { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 767.98px) {
    .ab-hero, .ab-story, .ab-values, .ab-expert { padding: 3.2rem 0; }
    .ab-story-highlights,
    .ab-stats-banner,
    .ab-values-grid { grid-template-columns: 1fr; }
    .ab-stat:not(:last-child)::after { display: none; }
    .ab-story-media {
        max-width: 420px;
        margin: 0 auto;
    }
    .ab-story-quote { width: auto; right: 1.1rem; }
    .ab-stats-banner { border-radius: 18px; }
}
