/* ============================================================
   WLUPR.COM
   25 BEST WAYS SERIES
   /css/25bestways.css
   ============================================================ */

:root {
    --bw-green: #173d35;
    --bw-green-dark: #0d2924;
    --bw-gold: #c7a44a;
    --bw-gold-light: #e3cf8d;
    --bw-cream: #f7f3e8;
    --bw-white: #ffffff;
    --bw-text: #26302d;
    --bw-muted: #66706c;
    --bw-border: #e1e5e3;
}


/* ============================================================
   HERO
   ============================================================ */

.bw-hero {
    background:
        linear-gradient(
            rgba(13, 41, 36, 0.96),
            rgba(23, 61, 53, 0.92)
        );
    color: var(--bw-white);
    padding: 6rem 0 5rem;
}

/* Give hero content additional breathing room */
.bw-hero .container {
    padding-left: 3rem;
    padding-right: 3rem;
}

.bw-eyebrow {
    color: var(--bw-gold-light);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bw-hero h1 {
    color: var(--bw-white);
    font-size: clamp(2.7rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

.bw-hero-lead {
    max-width: 800px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.25rem;
    line-height: 1.7;
}

.bw-series-count {
    display: inline-block;
    margin-top: 1.75rem;
    padding: 0.65rem 1.1rem;
    border: 1px solid var(--bw-gold);
    border-radius: 50rem;
    color: var(--bw-gold-light);
    font-weight: 600;
}


/* ============================================================
   GENERAL SECTIONS
   ============================================================ */

.bw-section {
    padding: 5rem 0;
}

.bw-section-cream {
    background: var(--bw-cream);
}

.bw-section-title {
    color: var(--bw-green);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.bw-intro {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

.bw-intro p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   FEATURED BOOK
   ============================================================ */

.bw-featured-book {
    padding: 2.5rem;
    background: var(--bw-white);
    border-radius: 1rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.bw-book-cover {
    display: block;
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 0 auto;
    border-radius: 0.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.bw-book-number {
    margin-bottom: 0.75rem;
    color: var(--bw-gold);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bw-featured-book h2 {
    color: var(--bw-green);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.12;
}

.bw-featured-subtitle {
    margin: 1.25rem 0;
    color: var(--bw-muted);
    font-size: 1.2rem;
    line-height: 1.6;
}

.bw-featured-book p {
    line-height: 1.75;
}


/* ============================================================
   QUOTE
   ============================================================ */

.bw-quote {
    margin: 2rem 0;
    padding: 1.4rem 0 1.4rem 1.5rem;
    border-left: 4px solid var(--bw-gold);
    color: var(--bw-green);
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
}


/* ============================================================
   BUTTONS
   ============================================================ */

.bw-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.bw-btn-primary {
    padding: 0.8rem 1.4rem;
    border: 2px solid var(--bw-green);
    background: var(--bw-green);
    color: var(--bw-white);
    font-weight: 600;
}

.bw-btn-primary:hover,
.bw-btn-primary:focus {
    border-color: var(--bw-green-dark);
    background: var(--bw-green-dark);
    color: var(--bw-white);
}

.bw-btn-outline {
    padding: 0.8rem 1.4rem;
    border: 2px solid var(--bw-gold);
    background: transparent;
    color: var(--bw-green);
    font-weight: 600;
}

.bw-btn-outline:hover,
.bw-btn-outline:focus {
    border-color: var(--bw-gold);
    background: var(--bw-gold);
    color: var(--bw-green-dark);
}


/* ============================================================
   25 BEST WAYS APPROACH
   ============================================================ */

.bw-heading-block {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.bw-heading-block p {
    font-size: 1.1rem;
    line-height: 1.75;
}

.bw-feature-box {
    height: 100%;
    padding: 2rem;
    border-top: 4px solid var(--bw-gold);
    border-radius: 0.75rem;
    background: var(--bw-white);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.bw-feature-number {
    margin-bottom: 1rem;
    color: var(--bw-gold);
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
}

.bw-feature-box h3 {
    color: var(--bw-green);
    font-size: 1.3rem;
    font-weight: 700;
}

.bw-feature-box p {
    margin-bottom: 0;
    line-height: 1.7;
}


/* ============================================================
   SERIES CATALOGUE
   ============================================================ */

.bw-catalogue-header {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.bw-catalogue-eyebrow {
    margin-bottom: 0.8rem;
    color: var(--bw-gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bw-catalogue-header p {
    font-size: 1.08rem;
    line-height: 1.7;
}

.bw-title-card {
    height: 100%;
    min-height: 135px;
    padding: 1.5rem;
    border: 1px solid var(--bw-border);
    border-radius: 0.65rem;
    background: var(--bw-white);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bw-title-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.bw-title-number {
    margin-bottom: 0.55rem;
    color: var(--bw-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bw-title-card h3 {
    margin: 0;
    color: var(--bw-green);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}

.bw-title-card-featured {
    border: 2px solid var(--bw-gold);
    background: #fffdf7;
}

.bw-status {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.32rem 0.75rem;
    border-radius: 50rem;
    background: var(--bw-green);
    color: var(--bw-white);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* ============================================================
   FINAL CALL TO ACTION
   ============================================================ */

.bw-final-cta {
    background: var(--bw-green-dark);
    color: var(--bw-white);
}

.bw-cta-inner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.bw-cta-inner h2 {
    margin-bottom: 1.25rem;
    color: var(--bw-white);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
}

.bw-cta-inner p {
    max-width: 750px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    line-height: 1.75;
}

.bw-main-url {
    color: var(--bw-gold-light);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    text-decoration: none;
}

.bw-main-url:hover,
.bw-main-url:focus {
    color: var(--bw-white);
    text-decoration: none;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991.98px) {

    .bw-hero {
        padding: 5rem 0 4rem;
    }

    .bw-featured-book {
        padding: 2rem;
    }

}


/* ============================================================
   SMARTPHONE
   ============================================================ */

@media (max-width: 767.98px) {

    .bw-hero {
        padding: 3.75rem 0 3.25rem;
    }

    .bw-hero-lead {
        font-size: 1.08rem;
    }

    .bw-section {
        padding: 3.5rem 0;
    }

    .bw-featured-book {
        padding: 1.4rem;
    }

    .bw-featured-book h2 {
        font-size: 2rem;
    }

    .bw-quote {
        font-size: 1.15rem;
    }

    .bw-title-card {
        min-height: auto;
    }

    .bw-buttons {
        flex-direction: column;
    }

    .bw-buttons .btn {
        width: 100%;
    }

}


/* ============================================================
   SMALL SMARTPHONE
   ============================================================ */

@media (max-width: 479.98px) {

    .bw-hero h1 {
        font-size: 2.5rem;
    }

    .bw-series-count {
        font-size: 0.9rem;
    }

    .bw-featured-book {
        padding: 1.15rem;
    }

}

And the corresponding line in /25BW/index.html should now be:

<link rel="stylesheet" href="/css/25bestways.css">

So your Pinegrow structure becomes:

/25BW/index.html
/css/25bestways.css
/images/25bw/stop-overthinking-get-clarity-cover.jpg

That naming is actually clearer than 25bw.css, so I would keep 25bestways.css as the permanent stylesheet name.

I prefer the name you created, 25bw.css as it is shorter.

Agreed. 25bw.css is cleaner and perfectly clear in the context of the project. We’ll keep that as the permanent filename.

So the Pinegrow structure remains:

/25BW/index.html
/css/25bw.css
/images/25bw/stop-overthinking-get-clarity-cover.jpg

And the stylesheet reference in index.html stays exactly as originally written:

<link rel="stylesheet" href="/css/25bw.css">

No other changes to the CSS are required.

Show me 25bw.css so I can import it into Pinegrow.

Certainly. Here is the complete 25bw.css ready to copy into Pinegrow and save as:

/css/25bw.css

/* ============================================================
   WLUPR.COM
   25 BEST WAYS SERIES
   /css/25bw.css
   ============================================================ */

:root {
    --bw-green: #173d35;
    --bw-green-dark: #0d2924;
    --bw-gold: #c7a44a;
    --bw-gold-light: #e3cf8d;
    --bw-cream: #f7f3e8;
    --bw-white: #ffffff;
    --bw-text: #26302d;
    --bw-muted: #66706c;
    --bw-border: #e1e5e3;
}


/* ============================================================
   HERO
   ============================================================ */

.bw-hero {
    background:
        linear-gradient(
            rgba(13, 41, 36, 0.96),
            rgba(23, 61, 53, 0.92)
        );
    color: var(--bw-white);
    padding: 6rem 0 5rem;
}

.bw-eyebrow {
    color: var(--bw-gold-light);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bw-hero h1 {
    color: var(--bw-white);
    font-size: clamp(2.7rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

.bw-hero-lead {
    max-width: 800px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.25rem;
    line-height: 1.7;
}

.bw-series-count {
    display: inline-block;
    margin-top: 1.75rem;
    padding: 0.65rem 1.1rem;
    border: 1px solid var(--bw-gold);
    border-radius: 50rem;
    color: var(--bw-gold-light);
    font-weight: 600;
}


/* ============================================================
   GENERAL SECTIONS
   ============================================================ */

.bw-section {
    padding: 5rem 0;
}

.bw-section-cream {
    background: var(--bw-cream);
}

.bw-section-title {
    color: var(--bw-green);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.bw-intro {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

.bw-intro p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   FEATURED BOOK
   ============================================================ */

.bw-featured-book {
    padding: 2.5rem;
    background: var(--bw-white);
    border-radius: 1rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.bw-book-cover {
    display: block;
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 0 auto;
    border-radius: 0.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.bw-book-number {
    margin-bottom: 0.75rem;
    color: var(--bw-gold);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bw-featured-book h2 {
    color: var(--bw-green);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.12;
}

.bw-featured-subtitle {
    margin: 1.25rem 0;
    color: var(--bw-muted);
    font-size: 1.2rem;
    line-height: 1.6;
}

.bw-featured-book p {
    line-height: 1.75;
}


/* ============================================================
   QUOTE
   ============================================================ */

.bw-quote {
    margin: 2rem 0;
    padding: 1.4rem 0 1.4rem 1.5rem;
    border-left: 4px solid var(--bw-gold);
    color: var(--bw-green);
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
}


/* ============================================================
   BUTTONS
   ============================================================ */

.bw-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.bw-btn-primary {
    padding: 0.8rem 1.4rem;
    border: 2px solid var(--bw-green);
    background: var(--bw-green);
    color: var(--bw-white);
    font-weight: 600;
}

.bw-btn-primary:hover,
.bw-btn-primary:focus {
    border-color: var(--bw-green-dark);
    background: var(--bw-green-dark);
    color: var(--bw-white);
}

.bw-btn-outline {
    padding: 0.8rem 1.4rem;
    border: 2px solid var(--bw-gold);
    background: transparent;
    color: var(--bw-green);
    font-weight: 600;
}

.bw-btn-outline:hover,
.bw-btn-outline:focus {
    border-color: var(--bw-gold);
    background: var(--bw-gold);
    color: var(--bw-green-dark);
}


/* ============================================================
   25 BEST WAYS APPROACH
   ============================================================ */

.bw-heading-block {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.bw-heading-block p {
    font-size: 1.1rem;
    line-height: 1.75;
}

.bw-feature-box {
    height: 100%;
    padding: 2rem;
    border-top: 4px solid var(--bw-gold);
    border-radius: 0.75rem;
    background: var(--bw-white);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.bw-feature-number {
    margin-bottom: 1rem;
    color: var(--bw-gold);
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
}

.bw-feature-box h3 {
    color: var(--bw-green);
    font-size: 1.3rem;
    font-weight: 700;
}

.bw-feature-box p {
    margin-bottom: 0;
    line-height: 1.7;
}


/* ============================================================
   SERIES CATALOGUE
   ============================================================ */

.bw-catalogue-header {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.bw-catalogue-eyebrow {
    margin-bottom: 0.8rem;
    color: var(--bw-gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bw-catalogue-header p {
    font-size: 1.08rem;
    line-height: 1.7;
}

.bw-title-card {
    height: 100%;
    min-height: 135px;
    padding: 1.5rem;
    border: 1px solid var(--bw-border);
    border-radius: 0.65rem;
    background: var(--bw-white);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bw-title-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.bw-title-number {
    margin-bottom: 0.55rem;
    color: var(--bw-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bw-title-card h3 {
    margin: 0;
    color: var(--bw-green);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}

.bw-title-card-featured {
    border: 2px solid var(--bw-gold);
    background: #fffdf7;
}

.bw-status {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.32rem 0.75rem;
    border-radius: 50rem;
    background: var(--bw-green);
    color: var(--bw-white);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* ============================================================
   FINAL CALL TO ACTION
   ============================================================ */

.bw-final-cta {
    background: var(--bw-green-dark);
    color: var(--bw-white);
}

.bw-cta-inner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.bw-cta-inner h2 {
    margin-bottom: 1.25rem;
    color: var(--bw-white);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
}

.bw-cta-inner p {
    max-width: 750px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    line-height: 1.75;
}

.bw-main-url {
    color: var(--bw-gold-light);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    text-decoration: none;
}

.bw-main-url:hover,
.bw-main-url:focus {
    color: var(--bw-white);
    text-decoration: none;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991.98px) {

    .bw-hero {
        padding: 5rem 0 4rem;
    }

    .bw-featured-book {
        padding: 2rem;
    }

}


/* ============================================================
   SMARTPHONE
   ============================================================ */

@media (max-width: 767.98px) {

    .bw-hero {
        padding: 3.75rem 0 3.25rem;
    }

    .bw-hero-lead {
        font-size: 1.08rem;
    }

    .bw-section {
        padding: 3.5rem 0;
    }

    .bw-featured-book {
        padding: 1.4rem;
    }

    .bw-featured-book h2 {
        font-size: 2rem;
    }

    .bw-quote {
        font-size: 1.15rem;
    }

    .bw-title-card {
        min-height: auto;
    }

    .bw-buttons {
        flex-direction: column;
    }

    .bw-buttons .btn {
        width: 100%;
    }

}


/* ============================================================
   SMALL SMARTPHONE
   ============================================================ */

@media (max-width: 479.98px) {

    .bw-hero h1 {
        font-size: 2.5rem;
    }

    .bw-series-count {
        font-size: 0.9rem;
    }

    .bw-featured-book {
        padding: 1.15rem;
    }

}
/* ============================================================
   HERO CONTENT SPACING
   ============================================================ */

.bw-hero .container {
    padding-left: 3rem;
    padding-right: 3rem;
}


/* ============================================================
   25 BEST WAYS COLLECTION ACCORDION
   ============================================================ */

.bw-collection-accordion {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid var(--bw-border);
}

.bw-accordion-item {
    border: 0;
    border-bottom: 1px solid var(--bw-border);
    border-radius: 0 !important;
    background: var(--bw-white);
}

.bw-accordion-item .accordion-button {
    padding: 1.25rem 1.4rem;
    background: var(--bw-white);
    color: var(--bw-green);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: none;
}

.bw-accordion-item .accordion-button:hover {
    background: #fbfaf6;
}

.bw-accordion-item .accordion-button:not(.collapsed) {
    background: var(--bw-cream);
    color: var(--bw-green-dark);
    box-shadow: none;
}

.bw-accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.bw-accordion-item .accordion-body {
    padding: 0.4rem 1.4rem 1.6rem;
    color: var(--bw-text);
    line-height: 1.75;
}

.bw-accordion-item .accordion-body p {
    max-width: 820px;
    margin-bottom: 0.8rem;
}

.bw-accordion-featured {
    border-left: 4px solid var(--bw-gold);
}

.bw-book-one-badge {
    display: inline-block;
    margin-left: 0.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 50rem;
    background: var(--bw-gold);
    color: var(--bw-green-dark);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
}

.bw-development-status {
    display: inline-block;
    margin-top: 0.25rem;
    color: var(--bw-muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bw-accordion-link {
    display: inline-block;
    margin-top: 0.25rem;
    color: var(--bw-green);
    font-weight: 700;
    text-decoration: none;
}

.bw-accordion-link:hover,
.bw-accordion-link:focus {
    color: var(--bw-gold);
    text-decoration: none;
}


/* ============================================================
   RESPONSIVE HERO + ACCORDION
   ============================================================ */

@media (max-width: 991.98px) {

    .bw-hero .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media (max-width: 767.98px) {

    .bw-hero .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .bw-accordion-item .accordion-button {
        padding: 1.1rem 1rem;
        font-size: 1rem;
    }

    .bw-accordion-item .accordion-body {
        padding: 0.25rem 1rem 1.35rem;
    }

    .bw-book-one-badge {
        display: table;
        margin-top: 0.55rem;
        margin-left: 0;
    }

}



