/* =========================================================
   DESKTOP SUPPRESSION: Mobile About Us MUST NEVER display on Desktop
   ========================================================= */
.arambha-mobile-about,
.amh-breadcrumbs-bar {
    display: none !important;
}

@media (max-width: 767px) {
    .arambha-mobile-about {
        display: block !important;
        width: 100%;
        background-color: #f8fafc;
        color: #0f172a;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
        overflow-x: hidden;
        padding-bottom: 24px;
    }

    .amh-breadcrumbs-bar {
        display: block !important;
        padding: 12px 16px 4px 16px;
        background: transparent;
        width: 100%;
    }
}

/* 1. Mobile Breadcrumbs Bar Inner */
.amh-breadcrumbs-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #64748b;
}

.amh-bc-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.amh-bc-link:hover,
.amh-bc-link:active {
    color: #2563eb;
}

.amh-bc-sep {
    display: inline-flex;
    align-items: center;
    color: #94a3b8;
}

.amh-bc-current {
    color: #1e3a8a;
    font-weight: 700;
}

/* 2. Base Mobile About Card Styles */
.arambha-mobile-about * {
    box-sizing: border-box;
}

.arambha-mobile-about .arambha-mobile-section {
    padding: 0 16px;
    margin-bottom: 20px;
    width: 100%;
}

.amh-about-card {
    border-radius: 20px;
    padding: 22px 18px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

/* Card Gradient Flavors */
.amh-card-soft-orange {
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    border-color: #ffedd5;
}

.amh-card-soft-blue {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
    border-color: #e0e7ff;
}

.amh-card-soft-pink {
    background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
    border-color: #fee2e2;
}

.amh-card-soft-mint {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    border-color: #dcfce7;
}

.amh-card-soft-lavender {
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
    border-color: #ede9fe;
}

.amh-card-soft-warm {
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
    border-color: #fef3c7;
}

/* 3. Hero Section */
.amh-about-hero-card {
    border-radius: 20px;
    padding: 24px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
}

.amh-about-badge-wrap {
    margin-bottom: 12px;
}

.amh-about-pill-badge {
    display: inline-block;
    background: rgba(238, 242, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(199, 210, 254, 0.8);
    color: #4f46e5;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 12px;
    border-radius: 999px;
}

.amh-about-hero-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.amh-about-hero-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 16px 0;
}

.amh-about-hero-actions {
    margin-bottom: 18px;
}

.amh-about-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #2563eb;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    transition: background 0.15s;
}

.amh-about-btn-primary:active {
    background: #1d4ed8;
}

.amh-about-hero-visual {
    margin-top: 8px;
    border-radius: 14px;
    overflow: hidden;
}

.amh-about-hero-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

/* 4. Who We Are */
.amh-card-header-icon-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.amh-card-icon-bubble {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.bubble-orange {
    background: #fff7ed;
    color: #f97316;
}

.bubble-blue {
    background: #eff6ff;
    color: #2563eb;
}

.amh-about-card-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.3px;
}

.amh-about-card-title-lg {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    letter-spacing: -0.3px;
}

.amh-about-card-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin: 0 0 16px 0;
    line-height: 1.45;
}

.amh-about-card-desc {
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
    margin: 0 0 16px 0;
}

.amh-about-pills-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.amh-about-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    border: 1px solid transparent;
}

/* 5. What We Do & 2x2 Grid */
.amh-about-2x2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.amh-about-mini-box {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.amh-mini-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.amh-mini-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.amh-mini-desc {
    font-size: 11px;
    color: #64748b;
    line-height: 1.35;
    margin: 0;
}

/* 6. Timeline Process Steps */
.amh-about-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
    position: relative;
}

.amh-timeline-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    position: relative;
}

.amh-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 44px;
    flex-shrink: 0;
}

.amh-step-num-badge {
    font-size: 9.5px;
    font-weight: 800;
    border-radius: 999px;
    padding: 2px 7px;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

.amh-step-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.amh-step-line {
    position: absolute;
    top: 50px;
    bottom: -16px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #e2e8f0;
    z-index: 0;
}

.amh-step-right {
    flex: 1;
    padding-top: 12px;
}

.amh-step-title {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 3px;
}

.amh-step-desc {
    font-size: 11.5px;
    color: #475569;
    margin: 0;
    line-height: 1.4;
}

/* 7. Stacked Editorial Approach Cards */
.amh-about-stacked-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.amh-stacked-row-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.amh-stacked-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.amh-stacked-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    display: block;
    margin-bottom: 2px;
}

.amh-stacked-desc {
    font-size: 11.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.35;
}

/* 8. Our Mission */
.amh-mission-badge-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.amh-mission-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.amh-mission-desc {
    font-size: 12.5px;
    color: #475569;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.amh-mission-graphic-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px dashed #cbd5e1;
}

.amh-mission-target {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amh-handwritten-note {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e3a8a;
    font-style: italic;
    line-height: 1.35;
    text-align: center;
    display: block;
    max-width: 130px;
}

/* 9. Disclosure */
.amh-disclosure-btn-row {
    margin-top: 14px;
}

.amh-about-pill-btn {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a !important;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: background 0.15s;
}

.amh-about-pill-btn:active {
    background: #f1f5f9;
}

/* 10. Bottom CTA Banner */
.amh-about-cta-card {
    border-radius: 20px;
    padding: 26px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.25);
}

.amh-cta-sparkle {
    position: absolute;
    color: rgba(255, 255, 255, 0.25);
    font-size: 20px;
    pointer-events: none;
}

.amh-cta-sparkle.s1 {
    top: 14px;
    left: 18px;
}

.amh-cta-sparkle.s2 {
    bottom: 14px;
    right: 18px;
}

.amh-about-cta-title {
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.amh-about-cta-sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 18px 0;
    line-height: 1.45;
}

.amh-cta-btn-wrap {
    display: flex;
    justify-content: center;
}

.amh-about-white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0f172a !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 24px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: transform 0.15s;
}

.amh-about-white-btn:active {
    transform: scale(0.97);
}
