/* About page full layout reset */
.astro-about-shell {
    background: linear-gradient(180deg, #fffdfa 0%, #fff6ee 100%);
    padding: 20px 0 40px;
    width: 100%;
}

.astro-about-shell #layout,
.astro-about-shell .layout-page,
.astro-about-shell #primary,
.astro-about-shell .content-area,
.astro-about-shell .site-main,
.astro-about-shell article,
.astro-about-shell .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.astro-about-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Strong color reset so text stays visible */
.astro-about-shell,
.astro-about-shell * {
    box-sizing: border-box;
}

.astro-about-shell .astro-panel,
.astro-about-shell .astro-highlight-card,
.astro-about-shell .astro-proof-card,
.astro-about-shell .astro-service-pill,
.astro-about-shell .astro-cta-band {
    color: #111827;
}

/* About page structure */
.astro-about-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
}

.astro-about-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.astro-service-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    overflow: hidden;
}

.astro-service-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #ecdccc;
    border-radius: 20px;
    padding: 14px 10px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    text-align: center;
    min-width: 0;
}

.astro-service-pill-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    flex: 0 0 52px;
}

.astro-service-pill span {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
    word-break: break-word;
}

/* Panel + cards */
.astro-about-shell .astro-panel {
    background: #ffffff;
    border: 1px solid #efdfd3;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.astro-about-shell .astro-panel-hero {
    background: radial-gradient(circle at top left, #fff1db 0%, #ffffff 58%);
}

.astro-about-shell .astro-highlight-card,
.astro-about-shell .astro-proof-card {
    background: #ffffff;
    border: 1px solid #ecdccc;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.astro-about-shell .astro-cta-band {
    background: linear-gradient(135deg, #1f2937, #0f172a 52%, #7c2d12 100%);
    border-radius: 28px;
    padding: 24px;
    color: #ffffff;
}

/* Typography */
.astro-about-shell .astro-kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9a3412;
    margin-bottom: 10px;
}

.astro-about-shell .astro-chip {
    display: inline-block;
    background: #fff3e0;
    color: #b45309;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.astro-about-shell .astro-panel h1 {
    margin: 0 0 12px;
    font-size: 24px !important;
    line-height: 1.24 !important;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1f2937 !important;
}

.astro-about-shell .astro-panel h2,
.astro-about-shell .astro-section-head h2,
.astro-about-shell .astro-cta-band h2 {
    margin: 0 0 10px;
    font-size: 22px !important;
    line-height: 1.28 !important;
    font-weight: 700;
    color: #1f2937 !important;
}

.astro-about-shell .astro-proof-card h3,
.astro-about-shell .astro-highlight-card strong,
.astro-about-shell .astro-stat-card strong {
    display: block;
    margin: 0 0 6px;
    font-size: 17px !important;
    line-height: 1.3 !important;
    color: #1f2937 !important;
}

.astro-about-shell .astro-panel p,
.astro-about-shell .astro-section-head p,
.astro-about-shell .astro-proof-card p,
.astro-about-shell .astro-highlight-card span,
.astro-about-shell .astro-stat-card span,
.astro-about-shell .astro-mini-item span,
.astro-about-shell .astro-cta-band p {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #6b7280 !important;
}

.astro-about-shell .astro-cta-band h2 {
    color: #ffffff !important;
    font-size: 22px !important;
}

.astro-about-shell .astro-cta-band p {
    color: rgba(255, 255, 255, 0.84) !important;
}

/* Buttons */
.astro-about-shell .astro-actions-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.astro-about-shell .astro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.astro-about-shell .astro-btn-primary {
    background: #111827;
    color: #ffffff !important;
}

.astro-about-shell .astro-btn-secondary {
    background: #f3f4f6;
    color: #111827 !important;
}

.astro-about-shell .astro-btn:hover {
    opacity: 0.94;
}

/* Stats / mini list */
.astro-about-shell .astro-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.astro-about-shell .astro-stat-card {
    background: #fff8f0;
    border: 1px solid #f4dfcb;
    border-radius: 16px;
    padding: 14px;
}

.astro-about-shell .astro-side-stack {
    display: grid;
    gap: 16px;
}

.astro-about-shell .astro-mini-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.astro-about-shell .astro-mini-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fffaf4;
    border: 1px solid #f0dfd2;
    border-radius: 16px;
    padding: 12px;
}

.astro-about-shell .astro-mini-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: linear-gradient(135deg, #f59e0b, #fb7185);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex: 0 0 40px;
}

.astro-about-shell .astro-mini-item strong {
    display: block;
    font-size: 14px;
    color: #111827 !important;
    margin-bottom: 4px;
}

/* Sections */
.astro-about-shell .astro-section-block {
    margin-top: 20px;
}

.astro-about-shell .astro-section-head {
    max-width: 760px;
    margin: 0 auto 16px;
    text-align: center;
}

.astro-about-shell .astro-highlight-grid,
.astro-about-shell .astro-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .astro-about-story-grid,
    .astro-about-shell .astro-highlight-grid,
    .astro-about-shell .astro-proof-grid,
    .astro-about-shell .astro-stat-grid {
        grid-template-columns: 1fr;
    }

    .astro-service-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .astro-about-shell {
        padding: 18px 0 34px;
    }

    .astro-about-wrap {
        padding: 0 14px;
    }

    .astro-about-story-grid,
    .astro-service-strip,
    .astro-about-shell .astro-highlight-grid,
    .astro-about-shell .astro-proof-grid,
    .astro-about-shell .astro-stat-grid {
        grid-template-columns: 1fr;
    }

    .astro-about-shell .astro-panel,
    .astro-about-shell .astro-highlight-card,
    .astro-about-shell .astro-proof-card,
    .astro-about-shell .astro-cta-band {
        padding: 18px;
    }

    .astro-about-shell .astro-panel h1 {
        font-size: 22px !important;
    }

    .astro-about-shell .astro-panel h2,
    .astro-about-shell .astro-section-head h2,
    .astro-about-shell .astro-cta-band h2 {
        font-size: 20px !important;
    }

    .astro-about-shell .astro-panel p,
    .astro-about-shell .astro-section-head p,
    .astro-about-shell .astro-proof-card p,
    .astro-about-shell .astro-highlight-card span,
    .astro-about-shell .astro-stat-card span,
    .astro-about-shell .astro-mini-item span,
    .astro-about-shell .astro-cta-band p {
        font-size: 14px !important;
    }

    .astro-service-pill {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 14px;
    }

    .astro-service-pill span {
        font-size: 14px;
    }

    .astro-about-shell .astro-actions-row {
        flex-direction: column;
        align-items: stretch;
    }

    .astro-about-shell .astro-btn {
        width: 100%;
    }
}
