@charset "utf-8";

/* ================================================================
   KA-PLOW — About Page  v4.1
   Neutral palette: charcoal + brand orange
   ================================================================ */

/* ── PAGE BANNER ────────────────────────────────────────────── */
#top_bnnr {
    min-height: 28vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 5%;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.60) 100%),
        url('/site/content/about/top_bnr.jpg') center center / cover no-repeat,
        #2a2a2a;
    color: #fff;
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.5);
}
#top_bnnr::after { display: none; }

/* ── SHARED SECTION STRUCTURE ───────────────────────────────── */
.abt-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 5% 2.8rem;
}
.abt-section-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #D74100;
    margin-bottom: 1.25rem;
}

/* ── MISSION & VALUES ───────────────────────────────────────── */
#abt-mission { background: #fff; }

#abt-mission-stmt {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
    margin: 0 0 3rem;
    letter-spacing: -0.02em;
}

.abt-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.abt-value-card {
    background: #f6f5f3;
    border-radius: 8px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    border-top: 3px solid #D74100;
}
.abt-value-card i {
    font-size: 2rem;
    color: #D74100;
    margin-bottom: 0.75rem;
    display: block;
}
.abt-value-card h3 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin: 0 0 0.6rem;
}
.abt-value-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

/* ── WHO WE SERVE ───────────────────────────────────────────── */
#abt-serve { background: #f4f4f2; }

.abt-serve-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.abt-serve-card {
    flex: 1 1 160px;
    background: #fff;
    border: 2px solid #e0ddd8;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
}
.abt-serve-card i {
    font-size: 1.8rem;
    color: #D74100;
    margin-bottom: 0.6rem;
    display: block;
}
.abt-serve-card h3 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}
.abt-serve-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Discount callout */
#abt-discounts {
    background: #2a2a2a;
    border-radius: 10px;
    padding: 2rem 2.5rem;
    color: #fff;
}
#abt-discounts-hd {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 0.6rem;
}
#abt-discounts-hd i { color: #D74100; font-size: 1.3rem; }

#abt-discounts-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    color: #ccc;
    margin: 0 0 1.5rem;
    line-height: 1.6;
}
#abt-discounts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
}
.abt-disc-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #eee;
}
.abt-disc-item i { color: #D74100; font-size: 1rem; width: 1.1em; text-align: center; }
.abt-disc-item em { color: #aaa; font-style: normal; font-size: 0.82rem; }

#abt-discounts-note {
    margin: 1.25rem 0 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}

/* ── SERVICE AREA ───────────────────────────────────────────── */
#abt-area { background: #fff; }

.abt-area-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin: 0 0 2.5rem;
}
.abt-area-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.abt-area-zone {
    border-radius: 8px;
    padding: 1rem 1.75rem 1.75rem;
}
.abt-area-home {
    background: #f2fbf4;
    border: 2px solid #2e9e50;
}
.abt-area-primary {
    background: #f0f7ff;
    border: 2px solid #2a6fcc;
}
.abt-area-extended {
    background: #fff5f5;
    border: 2px dashed #d94040;
}
.abt-area-zone-hd {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.6rem;
}
.abt-area-home .abt-area-zone-hd { color: #1a5c30; font-size: 1.3rem; }
.abt-area-home .abt-area-zone-hd i { color: #2e9e50; font-size: 1.3rem; }
.abt-area-primary .abt-area-zone-hd { color: #1a3d7a; font-size: 1.3rem; }
.abt-area-primary .abt-area-zone-hd i { color: #2a6fcc; font-size: 1.3rem; }
.abt-area-extended .abt-area-zone-hd { color: #7a1a1a; font-size: 1.3rem; }
.abt-area-extended .abt-area-zone-hd i { color: #d94040; font-size: 1.3rem; }

.abt-area-ext-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    color: #888;
    font-style: italic;
    margin: 0 0 1rem;
    line-height: 1.5;
}
.abt-area-zone ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.3rem 1rem;
}
.abt-area-zone ul li {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.abt-area-footer {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}
.abt-area-footer a { color: #D74100; text-decoration: none; font-weight: 600; }
.abt-area-footer a:hover { text-decoration: underline; }
.abt-area-primary-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #999;
    font-style: italic;
    margin: 1rem 0 0;
    padding-left: 5%;
    line-height: 1.5;
}
.abt-area-primary { padding-bottom: 0; }

/* ── WHY KA-PLOW ────────────────────────────────────────────── */
#abt-why { background: #f4f4f2; }

.abt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.abt-why-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem 1.25rem;
    border-left: 3px solid #D74100;
}
.abt-why-card i {
    font-size: 1.6rem;
    color: #D74100;
    margin-bottom: 0.6rem;
    display: block;
}
.abt-why-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}
.abt-why-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.83rem;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

/* ── CTA STRIP ──────────────────────────────────────────────── */
#abt-cta {
    background:
        radial-gradient(ellipse at 15% 60%, rgba(30, 120, 60, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 25%, rgba(28, 80, 180, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse at 55% 85%, rgba(42, 111, 204, 0.25) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 75%, rgba(46, 158, 80, 0.2) 0%, transparent 40%),
        radial-gradient(ellipse at 40% 10%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        linear-gradient(135deg, #050f08 0%, #081428 40%, #0a1a10 70%, #06101e 100%);
    background-color: #080f0a;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#abt-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            45deg,
            rgba(255,255,255,0.012) 0px,
            rgba(255,255,255,0.012) 1px,
            transparent 1px,
            transparent 18px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255,255,255,0.012) 0px,
            rgba(255,255,255,0.012) 1px,
            transparent 1px,
            transparent 18px
        );
    pointer-events: none;
}
#abt-cta .abt-inner {
    padding: 3.5rem 5%;
    position: relative;
    z-index: 1;
}
#abt-cta h2 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 0 0.75rem;
}
#abt-cta p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #aaa;
    margin: 0 0 2rem;
}
#abt-cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-outline {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline:hover { background: #fff; color: #2a2a2a; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1000px) {
    .abt-values-grid { grid-template-columns: repeat(2, 1fr); }
    .abt-why-grid    { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .abt-area-grid   { gap: 1rem; }
    .abt-values-grid { grid-template-columns: repeat(2, 1fr); }
    .abt-why-grid    { grid-template-columns: repeat(2, 1fr); }
    #abt-discounts   { padding: 1.5rem; }
    #abt-discounts-grid { gap: 0.6rem 1.25rem; }
}
@media (max-width: 480px) {
    .abt-values-grid { grid-template-columns: 1fr; }
    .abt-why-grid    { grid-template-columns: 1fr; }
    .abt-area-zone ul { grid-template-columns: repeat(2, 1fr); }
    #top_bnnr { font-size: clamp(1.8rem, 9vw, 3rem); min-height: 16vh; line-height: 1.1; }
}
