/* SaveBite – About sections (light theme, scoped to #landing-page) */

/* ── About hero ── */
#landing-page .about-hero {
    text-align: center;
    padding: 90px 32px 70px;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: none;
}

#landing-page .about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    border-radius: 100px;
    background: transparent;
    border: 1px solid rgba(14,14,16,.12);
    color: #43434a;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}
#landing-page .about-hero-badge i { width: 16px; height: 16px; color: #34A853; }

#landing-page .about-hero-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 4.4vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 820px;
    margin: 0 auto 1.5rem;
    color: #0E0E10;
}
#landing-page .about-hero-title .text-gradient {
    background: linear-gradient(100deg, #34A853, #1F9E73);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#landing-page .about-hero-desc {
    color: #43434a;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

#landing-page .about-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.75rem;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s;
}
.about-btn i { width: 18px; height: 18px; }

.about-btn--primary {
    background: #0E0E10;
    color: #FAF9F6;
    border-color: #0E0E10;
}
.about-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14,14,16,.2);
}

.about-btn--secondary {
    background: white;
    color: #0E0E10;
    border-color: rgba(14,14,16,.12);
}
.about-btn--secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(14,14,16,.08);
}

/* ── Section headings ── */
#landing-page .about-section {
    padding: 30px 32px 90px;
    margin-bottom: 0;
}

#landing-page .about-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto 56px;
}

#landing-page .about-section-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 4.2vw, 56px);
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
    color: #0E0E10;
    text-align: left;
}

#landing-page .about-section-subtitle {
    color: #43434a;
    font-size: 17px;
    line-height: 1.55;
    max-width: 380px;
    margin: 0;
    text-align: left;
}

/* Services grid container */
#landing-page .about-services-grid-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

/* ── Contact ── */
.footer-contact { max-width: 900px; margin: 0 auto 2rem; }

.about-contact-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1.75rem;
    border-left: 1px solid rgba(14,14,16,.1);
}
.about-contact-item:first-child { border-left: none; }

.about-contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #34A853;
    transition: color 0.2s;
}
.about-contact-item:hover .about-contact-icon { color: #f97316; }

.about-contact-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-align: left;
}

.about-contact-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6B6B72;
}

.about-contact-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0E0E10;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    #landing-page .about-hero { padding: 60px 20px 50px; }
    #landing-page .about-section { padding: 20px 20px 70px; }
    #landing-page .about-section-header { flex-direction: column; align-items: flex-start; }
    #landing-page .about-section-subtitle { max-width: 100%; }
    #landing-page .about-section-title { font-size: clamp(26px, 5vw, 40px); }
    .about-btn { width: 100%; justify-content: center; }
    .about-contact-row { flex-direction: column; align-items: center; }
    .about-contact-item {
        border-left: none;
        border-top: 1px solid rgba(14,14,16,.1);
        padding: 1rem 0;
    }
    .about-contact-item:first-child { border-top: none; padding-top: 0; }
}

/* ── Dark Mode About Overrides ── */
[data-theme="dark"] #landing-page .about-hero-badge {
    border-color: rgba(255,255,255,.12);
    color: #94a3b8;
}
[data-theme="dark"] #landing-page .about-hero-title { color: #f8fafc; }
[data-theme="dark"] #landing-page .about-hero-desc { color: #94a3b8; }
[data-theme="dark"] .about-btn--primary {
    background: #f8fafc;
    color: #0E0E10;
    border-color: #f8fafc;
}
[data-theme="dark"] .about-btn--secondary {
    background: rgba(255,255,255,0.08);
    color: #f8fafc;
    border-color: rgba(255,255,255,.15);
}
[data-theme="dark"] #landing-page .about-section-title { color: #f8fafc; }
[data-theme="dark"] #landing-page .about-section-subtitle { color: #94a3b8; }
[data-theme="dark"] .about-contact-item { border-left-color: rgba(255,255,255,.1); }
[data-theme="dark"] .about-contact-label { color: #94a3b8; }
[data-theme="dark"] .about-contact-value { color: #f8fafc; }
