/**
 * Audience program landing pages (/seniors, /youth)
 */

.pl-page {
    --pl-accent: #212158;
    --pl-accent-alt: #01a6fd;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.pl-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ════════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════ */
.pl-hero {
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
}

.pl-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(33, 33, 88, 0.97) 0%,
        rgba(33, 33, 88, 0.88) 45%,
        rgba(33, 33, 88, 0.55) 100%
    );
}

.pl-page--youth .pl-hero__overlay {
    background: linear-gradient(
        105deg,
        rgba(15, 122, 176, 0.97) 0%,
        rgba(15, 122, 176, 0.88) 45%,
        rgba(15, 122, 176, 0.55) 100%
    );
}

.pl-page--youth .pl-hero__eyebrow {
    color: #fff;
}

.pl-page--students .pl-hero__overlay {
    background: linear-gradient(
        105deg,
        rgba(227, 66, 18, 0.94) 0%,
        rgba(227, 66, 18, 0.82) 45%,
        rgba(33, 33, 88, 0.45) 100%
    );
}

.pl-page--students .pl-hero__eyebrow {
    color: #fff;
}

.pl-hero__content {
    position: relative;
    z-index: 1;
    padding: 48px 24px 56px;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.pl-back {
    display: none;
}

.pl-hero__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #fff;
}

.pl-hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #01a6fd;
    margin: 0 0 12px;
}

.pl-hero h1 {
    font-family: "Mulish", sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.08;
    max-width: 640px;
}

.pl-hero__lead {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.92);
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 32px;
}

.pl-hero__stats {
    display: flex;
    gap: 32px;
}

.pl-stat strong {
    display: block;
    font-family: "Mulish", sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.pl-stat span {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
}

/* ════════════════════════════════════════════════════════════════
   INTRO
   ════════════════════════════════════════════════════════════════ */
.pl-intro {
    background: #fff;
    padding: 48px 0;
    border-bottom: 1px solid #e4e6f0;
}

.pl-intro__inner {
    max-width: 720px;
}

.pl-intro h2 {
    font-family: "Mulish", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pl-accent);
    margin: 0 0 12px;
}

.pl-intro p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ════════════════════════════════════════════════════════════════
   ABOUT
   ════════════════════════════════════════════════════════════════ */
.pl-about {
    background: #fff;
    padding: 56px 0;
    border-bottom: 1px solid #e4e6f0;
}

.pl-about__grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 32px;
    align-items: start;
}

.pl-about__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pl-accent-alt);
    padding-top: 6px;
}

.pl-about__content h2 {
    font-family: "Mulish", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--pl-accent);
    margin: 0 0 16px;
    line-height: 1.2;
}

.pl-about__content p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.75;
    margin: 0;
    max-width: 640px;
}

/* ════════════════════════════════════════════════════════════════
   PILLARS & OFFERINGS
   ════════════════════════════════════════════════════════════════ */
.pl-pillars {
    background: #f5f6fa;
    padding: 56px 0;
}

/* Youth what-we-do — restrained three-column layout */
.pl-pillars--editorial {
    background: #f8f9fb;
    padding: 56px 0;
    border-bottom: 1px solid #e4e6f0;
}

.pl-pillars--editorial .pl-section-eyebrow {
    color: #6b7280;
    margin-bottom: 8px;
}

.pl-pillars__header {
    margin-bottom: 32px;
}

.pl-pillars--editorial .pl-pillars__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 700;
    max-width: none;
    line-height: 1.25;
    color: #212158;
}

.pl-pillars__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #dde1e8;
}

.pl-pillar-row {
    display: block;
    padding: 28px 28px 4px 0;
    border-bottom: none;
    border-right: 1px solid #dde1e8;
}

.pl-pillar-row:last-child {
    border-right: none;
    padding-right: 0;
}

.pl-pillar-row:not(:first-child) {
    padding-left: 28px;
}

.pl-pillar-row__body h3 {
    font-family: "Mulish", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #212158;
    margin: 0 0 10px;
    line-height: 1.35;
}

.pl-pillar-row__body p {
    font-size: 0.84rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
    max-width: none;
}

.pl-offerings {
    background: #fff;
    padding: 56px 0;
    border-bottom: 1px solid #e4e6f0;
}

/* Seniors featured offerings — dark panel with photo cards */
.pl-offerings--featured {
    background: var(--pl-accent);
    padding: 64px 0 72px;
    border-bottom: none;
}

.pl-offerings--featured .pl-section-eyebrow {
    color: #01a6fd;
    margin-bottom: 20px;
}

.pl-offerings__header {
    margin-bottom: 40px;
}

.pl-offerings__title-wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
    max-width: 720px;
}

.pl-offerings__accent-bar {
    flex-shrink: 0;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #e34212 0%, #c42d8a 100%);
}

.pl-offerings--featured .pl-offerings__title,
.pl-offerings--featured .pl-section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.25;
}

.pl-offerings__title-highlight {
    color: #e34212;
}

.pl-offerings--featured .pl-offerings__grid {
    gap: 28px;
}

.pl-offering-card--photo {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pl-offering-card__photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.pl-offering-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pl-offering-card--photo .pl-offering-card__body {
    padding: 22px 20px 26px;
}

.pl-offering-card--photo h3 {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.pl-offering-card--photo p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.65;
}

.pl-offerings__intro {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: -16px 0 28px;
    max-width: 640px;
}

/* Youth get-involved — professional column layout */
.pl-offerings--involve {
    background: #fff;
    padding: 56px 0;
    border-bottom: 1px solid #e4e6f0;
}

.pl-offerings--involve .pl-section-eyebrow {
    color: #6b7280;
    margin-bottom: 8px;
}

.pl-involve__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px 48px;
    align-items: end;
    margin-bottom: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #dde1e8;
}

.pl-involve__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    max-width: none;
    color: #212158;
}

.pl-involve__intro {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid #212158;
}

.pl-involve__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 28px;
}

.pl-involve__item {
    background: transparent;
    padding: 0 24px 0 0;
    border: none;
    box-shadow: none;
    border-right: 1px solid #dde1e8;
}

.pl-involve__item:last-child {
    border-right: none;
    padding-right: 0;
}

.pl-involve__item:not(:first-child) {
    padding-left: 24px;
}

.pl-involve__item h3 {
    font-family: "Mulish", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #212158;
    margin: 0 0 10px;
    line-height: 1.35;
}

.pl-involve__item p {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ════════════════════════════════════════════════════════════════
   YOUTH PAGE — section background rhythm
   ════════════════════════════════════════════════════════════════ */
.pl-page--youth .pl-about {
    background: #eef3f8;
    border-bottom: none;
}

.pl-page--youth .pl-about__label {
    color: #0f7ab0;
}

.pl-page--youth .pl-about__content h2 {
    color: #212158;
}

.pl-page--youth .pl-pillars--editorial {
    background: #212158;
    padding: 64px 0;
    border-bottom: none;
}

.pl-page--youth .pl-pillars--editorial .pl-section-eyebrow {
    color: #01a6fd;
}

.pl-page--youth .pl-pillars--editorial .pl-pillars__title {
    color: #fff;
}

.pl-page--youth .pl-pillars__list {
    border-top-color: rgba(255, 255, 255, 0.18);
}

.pl-page--youth .pl-pillar-row {
    border-right-color: rgba(255, 255, 255, 0.14);
    padding-top: 8px;
}

.pl-page--youth .pl-pillar-row__body h3 {
    color: #fff;
}

.pl-page--youth .pl-pillar-row__body p {
    color: rgba(255, 255, 255, 0.74);
}

.pl-page--youth .pl-marquee {
    background: #0f7ab0;
}

.pl-page--youth .pl-offerings {
    background: #f6f4f0;
    border-bottom: none;
    padding: 64px 0;
}

.pl-page--youth .pl-offerings .pl-section-eyebrow {
    color: #e34212;
}

.pl-page--youth .pl-offerings .pl-section-title {
    color: #0f7ab0;
}

.pl-page--youth .pl-offerings__intro {
    color: #4a4f5c;
    margin: -16px 0 32px;
}

.pl-page--youth .pl-offerings__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pl-page--youth .pl-offering-card {
    background: #fff;
    border: 1px solid #e4e6f0;
    box-shadow: 0 2px 10px rgba(33, 33, 88, 0.06);
}

.pl-page--youth .pl-offering-card h3 {
    color: #212158;
}

.pl-page--youth .pl-offering-card p {
    color: #555;
}

.pl-page--youth .pl-programs {
    background: #fff;
    border-top: 4px solid #0f7ab0;
}

.pl-page--youth .pl-programs .pl-section-title {
    color: #212158;
}

/* ── Focus tags marquee ── */
.pl-marquee {
    background: var(--pl-accent);
    overflow: hidden;
    padding: 14px 0;
}

.pl-marquee__track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: plMarquee 28s linear infinite;
}

.pl-marquee__item {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
}
.pl-marquee__item::before {
    content: '•';
    margin-right: 40px;
    opacity: 0.4;
}

@keyframes plMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.pl-section-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pl-accent-alt);
    margin: 0 0 8px;
}

.pl-section-title {
    font-family: "Mulish", sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--pl-accent);
    margin: 0 0 32px;
    line-height: 1.2;
}

.pl-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pl-offerings__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pl-page--youth .pl-offerings__grid {
    grid-template-columns: repeat(3, 1fr);
}

.pl-pillar-card,
.pl-offering-card {
    background: #fff;
    border: 1px solid #e4e6f0;
    border-radius: 8px;
    padding: 28px 22px;
    height: 100%;
}

.pl-offering-card {
    background: #f5f6fa;
}

.pl-pillar-card__icon,
.pl-offering-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pl-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 16px;
}

.pl-pillar-card h3,
.pl-offering-card h3 {
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #212158;
    margin: 0 0 10px;
}

.pl-pillar-card p,
.pl-offering-card p {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* Pillars with photo (seniors — How We Connect) */
.pl-pillar-card.pl-pillar-card--photo {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pl-pillar-card--photo:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(33, 33, 88, 0.12);
}

.pl-pillar-card__photo {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
}

.pl-pillar-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.pl-pillar-card--photo:hover .pl-pillar-card__photo img {
    transform: scale(1.05);
}

.pl-pillar-card--photo .pl-pillar-card__body {
    padding: 22px 20px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--pl-accent);
}

.pl-pillar-card--photo h3 {
    font-size: 1.08rem;
}

.pl-programs__lead {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: -16px 0 32px;
    max-width: 600px;
}

.pl-program-group {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #dde0ec;
}
.pl-program-group:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.pl-program-group__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #01a6fd;
    margin: 0 0 10px;
}
.pl-program-group__title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: #212158;
    line-height: 1.35;
    margin: 0 0 12px;
    max-width: 720px;
}
.pl-program-group__intro {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 600px;
}

/* ════════════════════════════════════════════════════════════════
   PROGRAMS GRID
   ════════════════════════════════════════════════════════════════ */
.pl-programs {
    background: #f5f6fa;
    padding: 56px 0 64px;
}

.pl-program-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.pl-program-col--full {
    width: calc(33.333% - 16px);
}

.pl-program-col {
    width: calc(33.333% - 16px);
}

.pl-card--simple .pl-card__img {
    height: 180px;
}
.pl-card--simple .pl-card__title {
    font-size: 1rem;
    margin-bottom: 8px;
}
.pl-card--simple .pl-card__desc {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.pl-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e4e6f0;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}
.pl-card:hover {
    box-shadow: 0 8px 28px rgba(33,33,88,0.1);
    transform: translateY(-3px);
}

.pl-card__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}
.pl-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pl-card__img--placeholder {
    background: #dde0ec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9098c0;
    font-size: 2.5rem;
}

.pl-card__body {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pl-card__type {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pl-accent-alt);
    margin-bottom: 6px;
}

.pl-card__title {
    font-family: "Mulish", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #212158;
    margin-bottom: 16px;
    line-height: 1.2;
    border-bottom: 2px solid #f0f2f8;
    padding-bottom: 12px;
}

.pl-card__section { margin-bottom: 12px; }

.pl-card__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #212158;
    margin-bottom: 5px;
}

.pl-card__section p {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.pl-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pl-card__list li {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.5;
    padding: 3px 0 3px 14px;
    position: relative;
}
.pl-card__list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--pl-accent-alt);
    font-weight: 700;
}

.pl-card__outcome {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px dashed #e4e6f0;
}
.pl-card__outcome p { font-style: italic; color: #444; }

.pl-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-bottom: 12px;
    padding: 8px 10px;
    background: #f0f4ff;
    border-left: 3px solid var(--pl-accent-alt);
    border-radius: 0 4px 4px 0;
}
.pl-card__meta span {
    font-size: 0.78rem;
    color: #212158;
    font-weight: 600;
}
.pl-card__meta span i {
    color: var(--pl-accent-alt);
    margin-right: 4px;
    font-size: 0.72rem;
}

.pl-card__desc {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

.pl-empty {
    text-align: center;
    padding: 64px 0;
    color: #aaa;
    font-size: 0.95rem;
}

/* ════════════════════════════════════════════════════════════════
   BOTTOM CTA
   ════════════════════════════════════════════════════════════════ */
.pl-cta {
    background: var(--pl-accent);
    padding: 56px 0;
}

.pl-cta__inner {
    text-align: center;
}

.pl-cta h2 {
    font-family: "Mulish", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}

.pl-cta p {
    color: rgba(255,255,255,0.72);
    font-size: 0.95rem;
    margin: 0 0 28px;
}

.pl-cta__btn {
    display: inline-block;
    background: #fff;
    color: var(--pl-accent) !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 3px;
    text-decoration: none !important;
    transition: opacity 0.15s, transform 0.15s;
}
.pl-cta__btn:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .pl-hero { min-height: 360px; }
    .pl-hero__content { padding: 32px 20px 40px; }
    .pl-program-col--full,
    .pl-program-col { width: 100%; }
    .pl-hero__stats { gap: 24px; }
    .pl-about__grid { grid-template-columns: 1fr; gap: 12px; }
    .pl-pillars__grid { grid-template-columns: 1fr; }
    .pl-pillars__list { grid-template-columns: 1fr; border-top: none; }
    .pl-pillar-row {
        padding: 0 0 24px;
        border-right: none;
        border-bottom: 1px solid #dde1e8;
    }
    .pl-pillar-row:not(:first-child) { padding-left: 0; }
    .pl-pillar-row:last-child { border-bottom: none; padding-bottom: 0; }
    .pl-pillars--editorial { padding: 40px 0; }
    .pl-page--youth .pl-pillars--editorial { padding: 48px 0; }
    .pl-page--youth .pl-offerings { padding: 48px 0; }
    .pl-offerings__grid { grid-template-columns: 1fr; }
    .pl-offerings__title-wrap { gap: 14px; }
    .pl-offerings--featured { padding: 48px 0 56px; }
    .pl-involve__header { grid-template-columns: 1fr; gap: 16px; }
    .pl-involve__intro { padding-left: 16px; }
    .pl-involve__grid { grid-template-columns: 1fr; padding-top: 24px; }
    .pl-involve__item {
        padding: 0 0 20px;
        border-right: none;
        border-bottom: 1px solid #dde1e8;
    }
    .pl-involve__item:not(:first-child) { padding-left: 0; }
    .pl-involve__item:last-child { border-bottom: none; padding-bottom: 0; }
    .pl-offerings--involve { padding: 40px 0; }
    .pl-page--youth .pl-pillar-row { border-right: none; padding-left: 0 !important; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 24px; margin-bottom: 4px; }
    .pl-page--youth .pl-pillar-row:last-child { border-bottom: none; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pl-program-col--full,
    .pl-program-col { width: calc(50% - 12px); }
    .pl-pillars__grid { grid-template-columns: repeat(2, 1fr); }
    .pl-pillars__list { grid-template-columns: 1fr; }
    .pl-pillar-row { border-right: none; }
    .pl-offerings__grid { grid-template-columns: repeat(2, 1fr); }
    .pl-page--youth .pl-offerings__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════════════════════
   YOUTH FLYER PROGRAMS
   ════════════════════════════════════════════════════════════════ */
.pl-program-group--flyers {
    margin-bottom: 48px;
}

.pl-flyer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.pl-flyer-card {
    background: #fff;
    border: 1px solid #e4e6f0;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px, 42%) 1fr;
    gap: 0;
    align-items: stretch;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pl-flyer-card:hover {
    box-shadow: 0 12px 36px rgba(15, 122, 176, 0.12);
    transform: translateY(-2px);
}

.pl-flyer-card__flyer {
    background: #eef1f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    border-right: 1px solid #e4e6f0;
    min-height: 420px;
}

.pl-flyer-card__flyer img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.pl-flyer-card__flyer--placeholder {
    min-height: 420px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f7ab0 0%, #212158 100%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 3rem;
}

.pl-flyer-card__body {
    padding: 28px 32px 32px;
    display: flex;
    flex-direction: column;
}

.pl-flyer-card__subtitle {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pl-accent-alt);
    margin: 0 0 6px;
}

.pl-flyer-card__title {
    font-family: "Mulish", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #212158;
    margin: 0 0 16px;
    line-height: 1.25;
    border-bottom: 2px solid #f0f2f8;
    padding-bottom: 12px;
}

.pl-flyer-card a.pl-flyer-card__register {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    align-self: flex-start;
    background: #0f7ab0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 999px;
    border: none;
    box-shadow: 0 4px 14px rgba(15, 122, 176, 0.35);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.pl-flyer-card a.pl-flyer-card__register:hover,
.pl-flyer-card a.pl-flyer-card__register:focus,
.pl-flyer-card a.pl-flyer-card__register:visited {
    background: #e34212;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
    box-shadow: 0 6px 18px rgba(227, 66, 18, 0.35);
}

.pl-flyer-card a.pl-flyer-card__register i {
    font-size: 0.8rem;
    color: #ffffff;
}

@media (max-width: 991px) {
    .pl-flyer-card {
        grid-template-columns: 1fr;
    }

    .pl-flyer-card__flyer {
        border-right: none;
        border-bottom: 1px solid #e4e6f0;
        min-height: 0;
        padding: 24px 20px;
    }

    .pl-flyer-card__flyer img {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .pl-flyer-card__flyer {
        padding: 20px 16px;
    }

    .pl-flyer-card__flyer img {
        max-width: 100%;
    }

    .pl-flyer-card__body {
        padding: 22px 20px 24px;
    }
}
