/* About Page — Dark navy + gold (match reference mockups) */
.about-page {
    --ab-dark: #050a14;
    --ab-dark-2: #0a1020;
    --ab-navy: #001428;
    --ab-gold: #c5a059;
    --ab-gold-light: #d4af37;
    --ab-gold-glow: rgba(197, 160, 89, 0.35);
    background: var(--ab-dark);
    color: #fff;
}

.ab-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    overflow: hidden;
}

.ab-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(0, 30, 60, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.ab-section > .container,
.ab-banner-strip,
.ab-footer-banner,
.ab-closing-strip {
    position: relative;
    z-index: 1;
}

/* Typography */
.ab-title-gold {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    color: var(--ab-gold);
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ab-title-white {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ab-subtitle-gold {
    font-family: var(--serif);
    font-size: clamp(0.85rem, 2.2vw, 1.05rem);
    color: var(--ab-gold);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.ab-subtitle-gold-italic {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(0.85rem, 2.2vw, 1rem);
    color: var(--ab-gold);
    margin-top: 0.5rem;
}

.ab-subtitle-white {
    font-family: var(--serif);
    font-size: clamp(0.85rem, 2vw, 1rem);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.ab-body {
    font-size: clamp(0.82rem, 1.8vw, 0.92rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.85rem;
}

.ab-center { text-align: center; }

/* Ornament */
.ab-ornament-diamond {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 1rem 0;
}

.ab-ornament-diamond span {
    width: clamp(40px, 8vw, 80px);
    height: 1px;
    background: var(--ab-gold);
}

.ab-ornament-diamond em {
    font-style: normal;
    color: var(--ab-gold);
    font-size: 0.55rem;
}

/* Section headings */
.ab-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.ab-section-head h3 {
    font-family: var(--serif);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: var(--ab-gold);
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.ab-head-line {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ab-gold), transparent);
}

/* ===== SECTION 1: ABOUT THE FESTIVAL ===== */
.ab-festival {
    background: linear-gradient(180deg, var(--ab-dark) 0%, #0a1525 50%, var(--ab-dark) 100%);
}

.ab-festival-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    margin-bottom: 2.5rem;
}

.ab-festival-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ab-quote-block { text-align: center; }

.ab-quote-icon {
    font-size: 1.25rem;
    color: var(--ab-gold);
    margin-bottom: 0.75rem;
    display: block;
}

.ab-quote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(0.95rem, 2.5vw, 1.15rem);
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.ab-hero-img-wrap {
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.ab-hero-img-wrap img {
    width: 100%;
    height: clamp(220px, 35vw, 340px);
    object-fit: cover;
    filter: brightness(0.85);
}

/* Pillars */
.ab-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 4px;
    margin-bottom: 2.5rem;
    background: rgba(0, 20, 40, 0.5);
}

.ab-pillar {
    padding: 1.5rem 1rem;
    text-align: center;
    border-right: 1px solid rgba(197, 160, 89, 0.25);
}

.ab-pillar:last-child { border-right: none; }

.ab-pillar i {
    font-size: 1.5rem;
    color: var(--ab-gold);
    margin-bottom: 0.65rem;
    display: block;
    filter: drop-shadow(0 0 8px var(--ab-gold-glow));
}

.ab-pillar h4 {
    font-family: var(--serif);
    font-size: 0.72rem;
    color: var(--ab-gold);
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
}

.ab-pillar p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.55;
}

/* Purpose */
.ab-purpose-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.ab-purpose-item {
    padding: 1.5rem 0.85rem;
    text-align: center;
    border-right: 1px solid rgba(197, 160, 89, 0.15);
}

.ab-purpose-item:last-child { border-right: none; }

.ab-purpose-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.75rem;
    border: 2px solid var(--ab-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ab-gold);
    font-size: 1.1rem;
    box-shadow: 0 0 16px var(--ab-gold-glow);
}

.ab-purpose-item h4 {
    font-family: var(--serif);
    font-size: 0.68rem;
    color: var(--ab-gold);
    margin-bottom: 0.4rem;
    line-height: 1.35;
}

.ab-purpose-item p {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

/* Banner strip */
.ab-banner-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.25rem 1rem;
    border-top: 1px solid rgba(197, 160, 89, 0.35);
    border-bottom: 1px solid rgba(197, 160, 89, 0.35);
    margin-top: 2rem;
    background: var(--navy);
}

.ab-banner-strip span {
    font-family: var(--serif);
    font-size: clamp(0.75rem, 2vw, 0.95rem);
    letter-spacing: 0.1em;
    color: #fff; /* navy band */
}

.ab-banner-strip i {
    color: var(--ab-gold);
    font-size: 0.75rem;
}

/* ===== SECTION 2: VISION & MISSION ===== */
.ab-vision-mission {
    background: linear-gradient(180deg, #060c18 0%, #0d1830 50%, #060c18 100%);
}

.ab-vm-header {
    text-align: center;
    margin-bottom: 2rem;
}

.ab-vm-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.ab-vm-card {
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 8px;
    padding: 2rem 1.75rem;
    background: linear-gradient(145deg, rgba(0, 25, 50, 0.7) 0%, rgba(0, 10, 25, 0.85) 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.ab-vm-card-icon {
    width: 56px;
    height: 56px;
    border: 2px solid var(--ab-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ab-gold);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px var(--ab-gold-glow);
}

.ab-vm-card h3 {
    font-family: var(--serif);
    font-size: 0.85rem;
    color: var(--ab-gold);
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
}

.ab-vm-card h4 {
    font-family: var(--serif);
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.ab-vm-card p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

/* Commitment cards */
.ab-commitment-grid {
    display: grid;
    gap: 1rem;
}

.ab-commitment-6 { grid-template-columns: repeat(6, 1fr); }
.ab-commitment-5 { grid-template-columns: repeat(5, 1fr); }

.ab-commit-card {
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 6px;
    padding: 1.25rem 0.85rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 30, 55, 0.5) 0%, rgba(0, 12, 28, 0.7) 100%);
    transition: border-color 0.2s;
}

.ab-commit-card:hover { border-color: var(--ab-gold); }

.ab-commit-card i {
    font-size: 1.35rem;
    color: var(--ab-gold);
    margin-bottom: 0.6rem;
    display: block;
    filter: drop-shadow(0 0 6px var(--ab-gold-glow));
}

.ab-commit-card h4 {
    font-size: 0.62rem;
    color: var(--ab-gold);
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

.ab-commit-card p {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

/* Footer banner */
.ab-footer-banner {
    position: relative;
    margin-top: 2.5rem;
    padding: 3rem 1.5rem 4rem;
    text-align: center;
    background: var(--navy);
}

.ab-footer-banner h3 {
    position: relative;
    font-family: var(--serif);
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}

.ab-footer-banner p {
    position: relative;
    font-family: var(--serif);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    color: rgba(255, 255, 255, 0.85);
}

/* ===== SECTION 3: PLATFORM ===== */
.ab-platform {
    background: linear-gradient(180deg, var(--ab-dark) 0%, #0c1428 100%);
}

.ab-platform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    margin-bottom: 2.5rem;
}

/* Image collage */
.ab-collage {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 90px);
    gap: 6px; */
    position: relative;
}

.ab-collage-item {
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, 0.5);
    position: relative;
}

.ab-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-collage-1 { grid-column: 1; grid-row: 1 / 3; clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%); }
.ab-collage-2 { grid-column: 2; grid-row: 1; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.ab-collage-3 { grid-column: 3; grid-row: 1 / 3; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%); }
.ab-collage-4 { grid-column: 1; grid-row: 3; clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%); }
.ab-collage-5 { grid-column: 2; grid-row: 2 / 4; clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%); }
.ab-collage-6 { grid-column: 3; grid-row: 3; clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%); }

/* Philosophy box */
.ab-philosophy-box,
.ab-vision-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 6px;
    padding: 1.75rem 2rem;
    margin-bottom: 2rem;
    background: rgba(0, 20, 40, 0.4);
}

.ab-philosophy-icon,
.ab-vision-box-icon {
    text-align: center;
    min-width: 120px;
}

.ab-philosophy-icon i,
.ab-vision-box-icon i {
    width: 64px;
    height: 64px;
    border: 2px solid var(--ab-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--ab-gold);
    margin: 0 auto 0.5rem;
}

.ab-philosophy-icon h3,
.ab-vision-box-icon h3 {
    font-family: var(--serif);
    font-size: 0.75rem;
    color: var(--ab-gold);
    letter-spacing: 0.06em;
}

.ab-philosophy-text h4 {
    font-family: var(--serif);
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.4rem;
}

.ab-philosophy-text p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Core values */
.ab-values-wrap { margin-bottom: 2.5rem; }

.ab-values-wrap > h3 { margin-bottom: 1.5rem; }

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.ab-value-item {
    text-align: center;
}

.ab-value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.5rem;
    border: 2px solid var(--ab-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ab-gold);
    font-size: 1.1rem;
}

.ab-value-item span {
    font-size: 0.68rem;
    color: #fff;
    letter-spacing: 0.03em;
}

/* Initiatives */
.ab-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.ab-initiative-card {
    text-align: center;
    padding: 1.25rem 0.85rem;
}

.ab-init-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: #fff;
    font-size: 1.2rem;
}

.ab-initiative-card h4 {
    font-family: var(--serif);
    font-size: 0.72rem;
    color: var(--ab-gold);
    margin-bottom: 0.4rem;
    line-height: 1.35;
}

.ab-initiative-card p {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.ab-vision-box {
    position: relative;
    grid-template-columns: auto 1fr;
}

.ab-skyline-deco {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    width: 180px;
    height: 50px;
    opacity: 0.5;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50'%3E%3Cpath fill='none' stroke='%23c5a059' stroke-width='1' d='M0 50 L20 35 L40 42 L60 28 L80 38 L100 22 L120 32 L140 18 L160 28 L180 15 L200 25 V50Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ab-closing-strip {
    text-align: center;
    padding: 2.5rem 1rem;
    border-top: 1px solid rgba(197, 160, 89, 0.25);
    margin-top: 1rem;
}

.ab-closing-strip h3 {
    font-family: var(--serif);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: var(--ab-gold);
    letter-spacing: 0.06em;
    margin: 0.75rem 0 0.35rem;
}

.ab-closing-strip p {
    font-family: var(--serif);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    color: rgba(255, 255, 255, 0.85);
}

/* ABOUT PLATFORM SLIDER */
.ab-platform-slider-wrap {
    margin-top: 2rem;
}

.ab-platform-slider {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.8rem;
    align-items: center;
}

.ab-slider-viewport {
    overflow: hidden;
    border-radius: 8px;
}

.ab-slider-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
    gap: 1.1rem;
}

.ab-slide-item {
    flex: 0 0 calc((100% - (1.1rem * (var(--ab-visible, 4) - 1))) / var(--ab-visible, 4));
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.ab-slide-link {
    display: block;
    width: 100%;
    height: 220px;
    background: #fff;
}

.ab-slide-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ab-slide-item h4 {
    margin: 0;
    padding: 0.6rem 0.8rem;
    font-family: var(--serif);
    font-size: 0.72rem;
    color: var(--ab-gold);
    letter-spacing: 0.05em;
    text-align: center;
    background: rgba(0, 20, 40, 0.92);
}

.ab-slider-nav {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--ab-gold);
    background: rgba(0, 20, 40, 0.75);
    color: var(--ab-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ab-slider-nav:hover {
    background: rgba(197, 160, 89, 0.18);
}

/* ===== SECTION 4: FOUNDER ===== */
.ab-founder {
    background: linear-gradient(180deg, #050a14 0%, #0a1528 40%, #050a14 100%);
}

.founder-page .ab-founder {
    padding-top: clamp(3rem, 6vw, 4.5rem);
}

.ab-founder-header {
    text-align: center;
    margin-bottom: 2rem;
}

.ab-founder-grid {
    display: grid;
    grid-template-columns: 1fr auto 1.2fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.ab-founder-photo {
    position: relative;
    text-align: center;
}

.ab-founder-bg-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(ellipse at center, rgba(197, 160, 89, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.ab-founder-photo img {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
    border-radius: 4px;
    filter: brightness(0.9);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.ab-founder-plate {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.35rem 1rem;
    border: 1px solid var(--ab-gold);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    color: var(--ab-gold);
}

.ab-founder-seal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-seal-ring {
    width: 100px;
    height: 100px;
    border: 2px solid var(--ab-gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    box-shadow: 0 0 24px var(--ab-gold-glow);
    background: rgba(0, 20, 40, 0.6);
}

.ab-seal-ring i {
    font-size: 1.1rem;
    color: var(--ab-gold);
    margin-bottom: 0.25rem;
}

.ab-seal-ring span {
    font-size: 0.42rem;
    color: var(--ab-gold);
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-weight: 700;
}

.ab-founder-message {
    position: relative;
}

.ab-big-quote {
    font-family: var(--serif);
    font-size: 4rem;
    color: var(--ab-gold);
    line-height: 0.6;
    display: block;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.ab-signature {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 160, 89, 0.25);
}

.ab-sig-name {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.75rem;
    color: var(--ab-gold);
    margin-bottom: 0.25rem;
}

.ab-sig-role,
.ab-sig-org {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.04em;
}

.ab-sig-org { color: var(--ab-gold); margin-top: 0.15rem; }

.ab-founder-footer .ab-founder-footer-notes {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 0.75rem;
    color: var(--ab-gold);
    opacity: 0.6;
}

.ab-skyline-gold-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    opacity: 0.7;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60'%3E%3Cpath fill='none' stroke='%23c5a059' stroke-width='1.5' d='M0 60 L50 42 L100 50 L150 35 L200 45 L250 30 L300 40 L350 25 L400 35 L450 28 L500 42 L550 32 L600 46 L650 36 L700 50 L750 38 L800 52 L850 40 L900 54 L950 42 L1000 56 L1050 44 L1100 58 L1150 46 L1200 54 V60Z'/%3E%3C/svg%3E") center bottom / 100% auto no-repeat;
}

/* Dark body override when on about */
/* ===== MOBILE ===== */
@media (max-width: 992px) {
    .ab-festival-grid,
    .ab-platform-grid {
        grid-template-columns: 1fr;
    }

    .ab-festival-left { order: 2; }
    .ab-festival-right { order: 1; }

    .ab-collage {
        grid-template-rows: repeat(3, 80px);
        max-width: 400px;
        margin: 0 auto;
    }

    .ab-pillars { grid-template-columns: repeat(2, 1fr); }
    .ab-pillar:nth-child(2) { border-right: none; }
    .ab-pillar:nth-child(1),
    .ab-pillar:nth-child(2) { border-bottom: 1px solid rgba(197, 160, 89, 0.25); }

    .ab-purpose-grid { grid-template-columns: repeat(3, 1fr); }
    .ab-purpose-item:nth-child(3n) { border-right: none; }
    .ab-purpose-item { border-bottom: 1px solid rgba(197, 160, 89, 0.12); }

    .ab-vm-cards { grid-template-columns: 1fr; }

    .ab-commitment-6 { grid-template-columns: repeat(3, 1fr); }
    .ab-commitment-5 { grid-template-columns: repeat(2, 1fr); }

    .ab-values-grid { grid-template-columns: repeat(3, 1fr); }
    .ab-initiatives-grid { grid-template-columns: repeat(2, 1fr); }

    .ab-founder-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ab-founder-seal { order: 3; margin: 1rem 0; }
    .ab-founder-message { order: 2; text-align: left; }

    .ab-philosophy-box,
    .ab-vision-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ab-vm-bg { width: 40%; opacity: 0.08; }
}

@media (max-width: 576px) {
    .ab-pillars { grid-template-columns: 1fr; }
    .ab-pillar { border-right: none; border-bottom: 1px solid rgba(197, 160, 89, 0.25); }
    .ab-pillar:last-child { border-bottom: none; }

    .ab-purpose-grid { grid-template-columns: repeat(2, 1fr); }
    .ab-purpose-item:nth-child(3n) { border-right: 1px solid rgba(197, 160, 89, 0.15); }
    .ab-purpose-item:nth-child(2n) { border-right: none; }

    .ab-commitment-6,
    .ab-commitment-5 { grid-template-columns: 1fr; }

    .ab-values-grid { grid-template-columns: repeat(2, 1fr); }
    .ab-initiatives-grid { grid-template-columns: 1fr; }

    .ab-banner-strip { flex-direction: column; gap: 0.5rem; text-align: center; }
    .ab-banner-strip span { font-size: 0.7rem; }

    .ab-collage { grid-template-rows: repeat(3, 70px); }

    .ab-platform-slider {
        grid-template-columns: 1fr;
    }

    .ab-slider-nav {
        width: 34px;
        height: 34px;
        margin: 0 auto;
    }

    .ab-slide-link {
        height: 190px;
    }
}
