/* =========================================================
   About Page — Page Styles
   File: /assets/css/about.css
   Project: Precision Books Inc
========================================================= */

.pb-page.pb-about {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

#pb-about-story .pb-h2,
.pb-support__copy .pb-h2 {
    color: #122a26 !important;
}

.pb-principles__head .pb-h2,
.pb-about-cta__inner .pb-h2 {
    color: #fff !important;
}

.pb-about-cta__actions .pb-btn-outline:hover,
.pb-principles__cta .pb-btn-outline:hover {
    color: #D1B06B !important;
}

/* HERO overlay: match Homepage hero overlay feel */
.pb-about-hero .pb-hero__overlay {
    background:
        linear-gradient(90deg,
            rgba(14, 38, 34, 0.96) 0%,
            rgba(14, 38, 34, 0.88) 45%,
            rgba(14, 38, 34, 0.55) 75%,
            rgba(14, 38, 34, 0.25) 100%);
}

/* Section 1 (Light) */
.pb-about-story {
    background: #F6F4EF;
}

.pb-about-story__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: start;
}

.pb-about-story__values {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.pb-value {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(18, 18, 18, .10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
}

.pb-value__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(197, 160, 33, .14);
    border: 1px solid rgba(197, 160, 33, .26);
    color: rgba(18, 18, 18, .85);
    font-weight: 900;
}

.pb-value__title {
    margin: 0 0 4px;
    font-weight: 900;
}

.pb-value__text {
    margin: 0;
    color: rgba(18, 18, 18, .72);
    line-height: 1.6;
}

.pb-panel {
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(18, 18, 18, .10);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .10);
    padding: 22px;
}

.pb-panel__kicker {
    opacity: .75;
    margin: 0 0 8px;
}

.pb-panel__title {
    margin: 0 0 10px;
    font-weight: 950;
}

.pb-panel__text {
    margin: 0 0 16px;
    color: rgba(18, 18, 18, .70);
    line-height: 1.65;
}

.pb-panel__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.pb-panel__tile {
    border-radius: 16px;
    padding: 14px 12px;
    background: rgba(18, 18, 18, .04);
    border: 1px solid rgba(18, 18, 18, .08);
    text-align: center;
}

.pb-panel__num {
    display: block;
    font-weight: 950;
    color: rgba(18, 18, 18, .86);
}

.pb-panel__label {
    display: block;
    margin-top: 6px;
    color: rgba(18, 18, 18, .64);
    font-weight: 700;
}

/* Section 2 (Dark) — principles */
.pb-principles {
    background:
        radial-gradient(900px 600px at 20% 10%, rgba(197, 160, 33, .18), rgba(0, 0, 0, 0)),
        radial-gradient(900px 600px at 80% 80%, rgba(255, 255, 255, .06), rgba(0, 0, 0, 0)),
        linear-gradient(180deg, #0E1514 0%, #0A1110 100%);
    color: rgba(255, 255, 255, .86);
}

.pb-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.pb-principle {
    border-radius: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.pb-principle__title {
    margin: 0 0 8px;
    font-weight: 950;
    color: #fff;
}

.pb-principle__text {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
}

.pb-principles__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.pb-principles .pb-btn-outline {
    border-color: rgba(255, 255, 255, .35);
    color: #fff !important;
}

/* Section 3 (Light) — support */
.pb-support {
    background: #F6F4EF;
}

.pb-support__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.pb-support__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.pb-support__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background: rgba(197, 160, 33, .85);
}

.pb-support__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pb-support-card {
    border-radius: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(18, 18, 18, .10);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .10);
    position: relative;
    overflow: hidden;
}

.pb-support-card__title {
    margin: 0 0 8px;
    font-weight: 950;
}

.pb-support-card__text {
    margin: 0;
    color: rgba(18, 18, 18, .70);
    line-height: 1.65;
}

.pb-support-card__pill {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 7px 10px;
    border-radius: 15px;
    background: rgba(197, 160, 33, .14);
    border: 1px solid rgba(197, 160, 33, .26);
    color: rgba(18, 18, 18, .82);
    font-weight: 800;
    font-size: .9rem;
}

/* Section 4 (Dark) — final CTA */
.pb-about-cta {
    background:
        radial-gradient(900px 500px at 15% 25%, rgba(197, 160, 33, .18), transparent 60%),
        linear-gradient(180deg, #0E1514 0%, #0A1110 100%);
    color: rgba(255, 255, 255, .86);
}

.pb-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 26px;
    padding: 26px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.pb-about-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pb-about-cta .pb-btn-outline {
    border-color: rgba(255, 255, 255, .35);
    color: #fff !important;
}

.pb-contact-card__link:hover {
    color: #cda452;
}

/* Responsive */
@media (max-width: 980px) {
    .pb-about-story__grid {
        grid-template-columns: 1fr;
    }

    .pb-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pb-principles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pb-support__grid {
        grid-template-columns: 1fr;
    }

    .pb-support__cards {
        grid-template-columns: 1fr;
    }

    .pb-about-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}




/* =========================================================
   TOP CTA (Unique): LIGHT PHOTO PANEL + Navy button
   Replaces dark ribbon to avoid repetition
========================================================= */

/* Turn the CTA section into a light premium panel */
.pb-cta-ribbon {
    padding: 54px 0;
    position: relative;
    overflow: hidden;

    /* Light palette (different from the dark glass CTA below) */
    background:
        radial-gradient(900px 520px at 15% 35%, rgba(197, 160, 33, .18), transparent 62%),
        radial-gradient(900px 520px at 85% 65%, rgba(15, 42, 68, .10), transparent 62%),
        linear-gradient(180deg, #F6F4EF 0%, #F3EFE6 100%);
}

/* Thin gold separators (still on brand) */
.pb-cta-ribbon::before,
.pb-cta-ribbon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 33, .70), transparent);
    opacity: .9;
}

.pb-cta-ribbon::before {
    top: 0;
}

.pb-cta-ribbon::after {
    bottom: 0;
}

/* Inner panel (NOT glass, NOT dark) */
.pb-cta-ribbon__inner {
    position: relative;
    border-radius: 28px;
    padding: 28px 26px;

    /* Light panel with subtle photo-grain feel */
    background:
        radial-gradient(520px 260px at 18% 20%, rgba(255, 255, 255, .85), rgba(255, 255, 255, .35)),
        rgba(255, 255, 255, .55);

    border: 1px solid rgba(197, 160, 33, .26);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .12);
    backdrop-filter: blur(8px);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

/* Optional: a soft “paper” texture effect */
.pb-cta-ribbon__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(600px 240px at 30% 30%, rgba(197, 160, 33, .10), transparent 65%),
        radial-gradient(900px 420px at 80% 70%, rgba(15, 42, 68, .08), transparent 70%);
    mix-blend-mode: multiply;
    opacity: .9;
}

/* Copy colors (dark on light) */
.pb-cta-ribbon__kicker {
    color: rgba(15, 42, 68, .70);
    letter-spacing: .28em;
    font-size: .78rem;
    margin: 0 0 8px;
}

.pb-cta-ribbon__title {
    margin: 0;
    font-weight: 950;
    color: #0F2A44;
    line-height: 1.08;
    font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

.pb-cta-ribbon__text {
    margin: 10px 0 0;
    color: rgba(15, 42, 68, .72);
    line-height: 1.6;
}

/* Meta line */
.pb-cta-ribbon__meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(15, 42, 68, .70);
}

.pb-cta-ribbon__metaItem b {
    color: rgba(15, 42, 68, .92);
}

.pb-cta-ribbon__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(197, 160, 33, .85);
    display: inline-block;
}

/* Actions */
.pb-cta-ribbon__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* NEW button style (navy filled) */
.pb-cta2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    will-change: transform;
}

.pb-cta2-btn--navy {
    background: #0F2A44;
    color: #fff;
    box-shadow: 0 16px 40px rgba(15, 42, 68, .20);
    border: 1px solid rgba(15, 42, 68, .12);
}

.pb-cta2-btn--navy:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 52px rgba(15, 42, 68, .26);
    background: #0B1E32;
    color: #CDA452 !important;
}

/* NEW secondary style: link, not a button */
.pb-cta2-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    text-decoration: none;
    color: rgba(15, 42, 68, .88);
    padding: 10px 6px;
    border-radius: 12px;
    transition: background .18s ease, transform .18s ease;
}

.pb-cta2-link span {
    color: rgba(197, 160, 33, .95);
    transition: transform .18s ease;
}

.pb-cta2-link:hover {
    background: rgba(15, 42, 68, .86) !important;
    color: #F3EFE6 !important;
}

.pb-cta2-link:hover span {
    transform: translateX(2px);
}

.pb-link:hover {
    color: #262715;
}

.pb-next__cta .pb-btn-outline {
    background: transparent;
    color: #d1b06b !important;
    border: 1px solid rgb(209 176 107);
}

/* Responsive */
@media (max-width: 980px) {
    .pb-cta-ribbon__inner {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 15px;
    }

    .pb-cta-ribbon__actions {
        justify-content: flex-start;
    }

    .pb-principles__cta {
        justify-content: center;
    }
}