/* Signature program landing pages and screening request forms */
.signature-program-page {
    background:
        radial-gradient(circle at 8% 12%, rgba(46, 197, 255, .12), transparent 32rem),
        radial-gradient(circle at 92% 26%, rgba(142, 247, 109, .08), transparent 30rem),
        var(--bg-main);
}

.signature-program-page main {
    display: block;
}

.signature-program-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 235px 24px 90px;
    overflow: hidden;
    isolation: isolate;
}

.signature-program-hero::before,
.signature-program-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.signature-program-hero::before {
    z-index: -2;
    background:
        linear-gradient(105deg, rgba(5, 13, 21, .98) 0%, rgba(8, 21, 33, .92) 48%, rgba(8, 21, 33, .62) 100%),
        radial-gradient(circle at 78% 38%, rgba(46, 197, 255, .24), transparent 33rem),
        linear-gradient(145deg, #07111c, #10253b);
}

.signature-program-hero::after {
    z-index: -1;
    background: linear-gradient(180deg, transparent 60%, var(--bg-main));
}

.sorry-mama-page .signature-program-hero::before {
    background:
        linear-gradient(105deg, rgba(5, 13, 21, .98) 0%, rgba(16, 25, 38, .93) 52%, rgba(42, 24, 35, .75) 100%),
        radial-gradient(circle at 82% 38%, rgba(211, 125, 255, .20), transparent 31rem),
        linear-gradient(145deg, #07111c, #241726);
}

.young-gawdz-page .signature-program-hero::before {
    background:
        linear-gradient(105deg, rgba(5, 13, 21, .99) 0%, rgba(10, 21, 28, .94) 50%, rgba(48, 35, 13, .70) 100%),
        radial-gradient(circle at 82% 38%, rgba(239, 161, 42, .22), transparent 32rem),
        linear-gradient(145deg, #07111c, #2c210f);
}

.signature-hero-grid {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    gap: clamp(36px, 6vw, 84px);
    align-items: center;
}

.signature-hero-copy {
    max-width: 760px;
}

.signature-hero-copy .eyebrow {
    margin-bottom: 14px;
}

.signature-hero-copy h1 {
    margin: 0;
    color: white;
    font-size: clamp(3.2rem, 8vw, 7.2rem);
    font-weight: 300;
    line-height: .92;
    letter-spacing: -.055em;
}

.signature-hero-subtitle {
    margin-top: 24px;
    max-width: 760px;
    color: white;
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2.1vw, 1.85rem);
    font-weight: 350;
    line-height: 1.35;
}

.signature-hero-summary {
    margin-top: 20px;
    max-width: 700px;
    color: var(--text-muted);
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
}

.signature-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.signature-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.signature-hero-art {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
}

.sorry-mama-poster {
    position: relative;
    overflow: hidden;
    width: min(390px, 100%);
    aspect-ratio: 4 / 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(28px, 5vw, 48px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(180deg, rgba(10, 13, 22, .12), rgba(10, 13, 22, .92)),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .16), transparent 24%),
        linear-gradient(145deg, #5b344a, #16131d 62%, #080b11);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .13);
    transform: rotate(2deg);
}

.sorry-mama-poster::before {
    content: "";
    position: absolute;
    width: 66%;
    aspect-ratio: 1;
    top: 5%;
    left: 17%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 68%);
    filter: blur(2px);
}

.sorry-mama-poster span,
.sorry-mama-poster strong {
    position: relative;
    z-index: 1;
}

.sorry-mama-poster span {
    color: rgba(255, 255, 255, .72);
    font-family: var(--font-heading);
    font-size: .82rem;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.sorry-mama-poster strong {
    margin-top: 10px;
    color: white;
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 300;
    line-height: .88;
    letter-spacing: -.06em;
}

.young-gawdz-visual {
    width: min(390px, 100%);
    padding: 18px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .025));
    box-shadow: 0 40px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .13);
    transform: rotate(-2deg);
}

.young-gawdz-visual img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.signature-content-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 24px 70px;
}

.signature-content-section .program-copy {
    max-width: 1120px;
}

.signature-content-section .program-intro-card,
.signature-content-section .program-section-card,
.signature-content-section .program-closing {
    padding: clamp(28px, 4vw, 48px);
}

.signature-content-section .program-section-card + .program-section-card,
.signature-content-section .program-intro-card + .program-section-card,
.signature-content-section .program-section-card + .program-closing {
    margin-top: clamp(24px, 3vw, 38px);
}

.signature-content-section .program-copy p {
    margin-bottom: 18px;
}

.signature-content-section .program-copy p:last-child,
.signature-content-section .program-copy ul:last-child {
    margin-bottom: 0;
}

.signature-content-section .program-copy strong,
.signature-content-section .program-copy b {
    color: white;
}

.signature-highlight-grid,
.workforce-skill-grid,
.screening-audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.signature-highlight-card,
.workforce-skill,
.screening-audience-item {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .05);
}

.signature-highlight-card h4 {
    margin-bottom: 8px;
}

.workforce-skill {
    color: white;
    font-family: var(--font-heading);
    text-align: center;
}

.ownership-note {
    border-color: rgba(239, 161, 42, .24);
    background: linear-gradient(135deg, rgba(239, 161, 42, .10), rgba(255, 255, 255, .045));
}

.signature-programs-feature {
    border-color: rgba(46, 197, 255, .18);
    background: linear-gradient(135deg, rgba(46, 197, 255, .09), rgba(211, 125, 255, .07), rgba(255, 255, 255, .04));
}

.signature-program-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.signature-program-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 28px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .055);
    color: inherit;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.signature-program-card:hover,
.signature-program-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(46, 197, 255, .38);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
    outline: none;
}

.signature-program-card.sorry-card {
    background: linear-gradient(145deg, rgba(111, 55, 85, .34), rgba(255, 255, 255, .045));
}

.signature-program-card.gawdz-card {
    background: linear-gradient(145deg, rgba(143, 93, 20, .28), rgba(255, 255, 255, .045));
}

.signature-program-card .eyebrow {
    margin-bottom: 10px;
}

.signature-program-card h4 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.signature-program-card p {
    flex: 1 1 auto;
    margin-bottom: 22px;
}

.signature-program-card .card-cta {
    color: var(--accent-green);
    font-family: var(--font-heading);
    font-weight: 700;
}

.screening-request-section {
    max-width: 1120px;
    margin: 0 auto 70px;
    padding: clamp(30px, 5vw, 56px);
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, .13);
    background:
        linear-gradient(145deg, rgba(13, 35, 54, .96), rgba(6, 16, 28, .94)),
        rgba(255, 255, 255, .05);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .30);
}

.screening-request-header {
    max-width: 900px;
    margin-bottom: 28px;
}

.screening-request-header h2 {
    margin: 0 0 14px;
    color: white;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 300;
}

.screening-request-header p {
    color: var(--text-muted);
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
    margin-bottom: 16px;
}

.screening-audience-grid {
    margin: 22px 0 32px;
}

.screening-audience-item {
    display: flex;
    align-items: center;
    min-height: 64px;
    color: #e9f3fa;
    font-size: 1rem;
    line-height: 1.4;
}

.screening-form {
    margin-top: 34px;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 249, 253, .97));
    color: #102033;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
}

.screening-form h3 {
    margin: 0 0 8px;
    color: #081521;
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.screening-form .form-note {
    margin-bottom: 24px;
    color: #536476;
    font-size: .98rem;
    line-height: 1.55;
}

.screening-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.screening-form-field {
    min-width: 0;
}

.screening-form-field.full-width {
    grid-column: 1 / -1;
}

.screening-form label,
.screening-form legend {
    display: block;
    margin-bottom: 8px;
    color: #152638;
    font-family: var(--font-heading);
    font-size: .96rem;
    font-weight: 700;
}

.screening-form .required {
    color: #9d251d;
}

.screening-form input[type="text"],
.screening-form input[type="email"],
.screening-form input[type="tel"],
.screening-form input[type="number"],
.screening-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #b9c7d3;
    border-radius: 13px;
    background: white;
    color: #102033;
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.screening-form textarea {
    min-height: 124px;
    resize: vertical;
}

.screening-form input:focus,
.screening-form textarea:focus {
    border-color: #168ebd;
    box-shadow: 0 0 0 3px rgba(46, 197, 255, .18);
    outline: none;
}

.screening-form fieldset {
    margin: 0;
    padding: 20px;
    border: 1px solid #c6d1da;
    border-radius: 16px;
}

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

.audience-checkbox-grid label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
}

.audience-checkbox-grid input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    accent-color: #168ebd;
    flex: 0 0 auto;
}

.other-audience-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.other-audience-wrap label {
    margin: 0;
}

.other-audience-wrap input[type="text"] {
    min-height: 42px;
    padding-block: 8px;
}

.screening-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.screening-form button {
    min-width: 170px;
    border: 0;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 1rem;
}

.screening-form .reset-button {
    border: 1px solid #9fb0be;
    background: #eef3f7;
    color: #23384a;
    box-shadow: none;
}

.screening-form .reset-button:hover,
.screening-form .reset-button:focus-visible {
    background: #e2eaf0;
}

.screening-form button:disabled {
    cursor: wait;
    opacity: .7;
    transform: none;
}

.form-status {
    min-height: 1.6em;
    margin-top: 18px;
    padding: 0;
    border-radius: 12px;
    font-weight: 700;
}

.form-status:not(:empty) {
    padding: 12px 14px;
}

.form-status.info {
    background: #e6f4fb;
    color: #185f7e;
}

.form-status.error {
    background: #fdecea;
    color: #8f211a;
}

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.screening-privacy-note {
    margin-top: 18px;
    color: #5b6d7d;
    font-size: .9rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .signature-program-hero {
        padding-top: 250px;
    }

    .signature-hero-grid {
        grid-template-columns: 1fr;
    }

    .signature-hero-copy {
        text-align: center;
        margin-inline: auto;
    }

    .signature-hero-actions {
        justify-content: center;
    }

    .signature-hero-art {
        min-height: 360px;
    }

    .sorry-mama-poster,
    .young-gawdz-visual {
        width: min(360px, 86vw);
    }
}

@media (max-width: 720px) {
    .signature-program-hero {
        min-height: auto;
        padding: 250px 18px 70px;
    }

    .signature-program-card-grid,
    .screening-form-grid,
    .audience-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .signature-content-section {
        padding-inline: 16px;
    }

    .screening-request-section {
        margin-inline: 12px;
        border-radius: 25px;
        padding: 24px 18px;
    }

    .screening-form {
        padding: 22px 16px;
        border-radius: 21px;
    }

    .screening-form-actions {
        justify-content: stretch;
    }

    .screening-form button {
        width: 100%;
        max-width: none;
    }

    .other-audience-wrap {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .signature-program-card,
    .screening-form input,
    .screening-form textarea,
    .btn {
        transition: none;
    }
}

/* Keep signature program cards readable inside the site's general link styling. */
.section .signature-program-card {
    color: inherit;
}

.section .signature-program-card:hover,
.section .signature-program-card:focus-visible {
    opacity: 1;
}


.signature-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.signature-tag-list li {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #f3f7fa;
    font-family: var(--font-heading);
    font-size: .88rem;
    letter-spacing: .03em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(6px);
}

.signature-image-stack {
    position: relative;
    width: min(460px, 100%);
    min-height: 520px;
    isolation: isolate;
}

.signature-image-stack::before,
.signature-image-stack::after {
    content: "";
    position: absolute;
    border-radius: 30px;
    pointer-events: none;
}

.signature-image-stack::before {
    inset: 9% 4% 18% 12%;
    border: 1px solid rgba(255, 255, 255, .07);
    background: linear-gradient(145deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.signature-image-stack::after {
    inset: 4% 15% auto auto;
    width: 148px;
    height: 148px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .18) 2px, transparent 2px),
        transparent;
    background-size: 18px 18px;
    opacity: .18;
}

.stack-card {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(9, 18, 29, .94);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.stack-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stack-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .10));
    pointer-events: none;
}

.stack-main {
    inset: 0 8% 16% 0;
    z-index: 1;
}

.stack-accent {
    width: 44%;
    height: 70%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.stack-badge {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 3;
    max-width: 270px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(6, 16, 28, .78);
    color: #f5f8fb;
    font-family: var(--font-heading);
    font-size: .92rem;
    letter-spacing: .03em;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
}

.sorry-mama-stack .stack-main img {
    object-position: center center;
}

.sorry-mama-stack .stack-accent {
    width: 41%;
    height: 74%;
    transform: rotate(2deg);
}

.young-gawdz-stack .stack-main {
    inset: 0 12% 12% 3%;
}

.young-gawdz-stack .stack-main img {
    object-position: center top;
}

.young-gawdz-stack .stack-accent {
    width: 38%;
    height: 58%;
    right: 1%;
    bottom: 6%;
    transform: rotate(-3deg);
}

.signature-accent-panel {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 22px;
}

.accent-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 28px;
    align-items: start;
    padding: clamp(28px, 4vw, 42px);
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03)),
        linear-gradient(145deg, rgba(4, 16, 27, .95), rgba(9, 25, 40, .94));
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden;
}

.accent-panel-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .06;
    pointer-events: none;
}

.sorry-mama-page .accent-panel-grid {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03)),
        linear-gradient(145deg, rgba(23, 13, 22, .95), rgba(17, 25, 39, .94));
}

.young-gawdz-page .accent-panel-grid {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03)),
        linear-gradient(145deg, rgba(20, 16, 10, .95), rgba(11, 21, 31, .94));
}

.accent-panel-copy {
    position: relative;
    z-index: 1;
}

.accent-panel-copy h2 {
    margin: 0 0 16px;
    color: white;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.04;
}

.accent-panel-copy p {
    margin-bottom: 16px;
}

.accent-panel-highlights {
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.accent-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .05);
}

.accent-list-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: white;
    font-family: var(--font-heading);
    font-weight: 700;
}

.accent-list-item h3 {
    margin: 0 0 6px;
    font-size: 1.12rem;
}

.accent-list-item p {
    margin: 0;
    color: var(--text-muted);
}

.sorry-mama-page .accent-list-item span {
    background: rgba(211, 125, 255, .14);
}

.young-gawdz-page .accent-list-item span {
    background: rgba(239, 161, 42, .16);
}

@media (max-width: 900px) {
    .signature-tag-list {
        justify-content: center;
    }

    .signature-image-stack {
        width: min(430px, 88vw);
        min-height: 500px;
    }

    .accent-panel-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .signature-image-stack {
        min-height: 440px;
    }

    .stack-main {
        inset: 0 8% 18% 0;
    }

    .stack-accent,
    .sorry-mama-stack .stack-accent,
    .young-gawdz-stack .stack-accent {
        width: 42%;
        height: 60%;
        right: 0;
        bottom: 0;
    }

    .stack-badge {
        left: 3%;
        right: 10%;
        bottom: 4%;
        max-width: none;
        font-size: .86rem;
    }

    .signature-accent-panel {
        padding-inline: 16px;
    }

    .accent-panel-grid {
        padding: 24px 18px;
        border-radius: 25px;
    }

    .accent-list-item {
        padding: 16px;
    }
}


/* Special Programs signature card thumbnails */
.signature-program-thumb {
    margin: -28px -28px 18px;
    overflow: hidden;
    border-radius: 24px 24px 18px 18px;
    aspect-ratio: 16 / 9;
    background: rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.signature-program-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
}

.signature-program-card.sorry-card .signature-program-thumb img {
    object-position: center 18%;
}

.signature-program-card.gawdz-card .signature-program-thumb img {
    object-position: center 16%;
}

/* Emotional layer for Sorry Mama */
.sorry-mama-page .signature-program-hero::after {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(27, 10, 22, .28) 72%, var(--bg-main) 100%),
        radial-gradient(circle at 78% 42%, rgba(255, 195, 156, .12), transparent 28rem);
}

.sorry-mama-page .stack-badge {
    background: rgba(31, 14, 24, .82);
    border-color: rgba(255, 255, 255, .10);
}

.signature-emotion-band {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 24px;
}

.emotion-band-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 24px;
    align-items: stretch;
    padding: clamp(28px, 4vw, 40px);
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 209, 179, .10), transparent 18rem),
        linear-gradient(140deg, rgba(33, 16, 25, .98), rgba(12, 20, 31, .96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.emotion-band-copy h2 {
    margin: 0 0 16px;
    color: white;
    font-size: clamp(1.8rem, 3.5vw, 2.9rem);
    font-weight: 300;
    line-height: 1.08;
}

.signature-pull-quote {
    margin: 0;
    padding: 26px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .05);
    position: relative;
}

.signature-pull-quote::before {
    content: "“";
    position: absolute;
    top: 6px;
    left: 18px;
    color: rgba(255, 255, 255, .16);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.signature-pull-quote p {
    margin: 18px 0 12px;
    color: #f4eef1;
    font-family: var(--font-heading);
    font-size: 1.22rem;
    line-height: 1.55;
}

.signature-pull-quote cite {
    color: var(--text-muted);
    font-style: normal;
    font-size: .95rem;
}

/* Cinematic layer for Young Gawdz */
.young-gawdz-page .signature-program-hero::after {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(27, 18, 4, .32) 74%, var(--bg-main) 100%),
        radial-gradient(circle at 80% 38%, rgba(255, 198, 92, .10), transparent 24rem);
}

.young-gawdz-page .stack-badge {
    background: rgba(18, 14, 8, .82);
}

.signature-cinematic-band {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 24px;
}

.cinematic-band-header {
    margin-bottom: 18px;
}

.cinematic-band-header h2 {
    margin: 0;
    color: white;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.08;
}

.cinematic-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cinematic-stat-card {
    padding: 26px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03)),
        linear-gradient(145deg, rgba(26, 18, 7, .96), rgba(10, 18, 28, .96));
    box-shadow: 0 22px 54px rgba(0, 0, 0, .20);
    position: relative;
    overflow: hidden;
}

.cinematic-stat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 191, 69, .04), transparent);
    pointer-events: none;
}

.cinematic-stat-card .stat-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #f0c260;
    font-family: var(--font-heading);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cinematic-stat-card strong {
    display: block;
    margin-bottom: 10px;
    color: white;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.cinematic-stat-card p {
    margin: 0;
}

@media (max-width: 900px) {
    .emotion-band-grid,
    .cinematic-stat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .signature-program-thumb {
        margin: -28px -28px 16px;
    }

    .signature-emotion-band,
    .signature-cinematic-band {
        padding-inline: 16px;
    }

    .emotion-band-grid,
    .cinematic-stat-card {
        border-radius: 24px;
    }

    .emotion-band-grid {
        padding: 24px 18px;
    }
}


/* Sorry Mama cleanup requested from annotated review */
.sorry-mama-page .signature-hero-summary {
    margin-bottom: 0;
}

.sorry-mama-page .signature-hero-actions {
    margin-top: 30px;
}

.sorry-mama-page .accent-panel-highlights-plain .accent-list-item {
    grid-template-columns: 1fr;
    gap: 0;
}

.signature-highlight-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 46px);
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.signature-highlight-item {
    min-width: 0;
}

.signature-highlight-item + .signature-highlight-item {
    padding-left: clamp(24px, 3vw, 42px);
    border-left: 1px solid rgba(255, 255, 255, .10);
}

.signature-highlight-item h4 {
    margin: 0 0 10px;
    color: white;
    font-size: clamp(1.18rem, 1.8vw, 1.5rem);
    line-height: 1.25;
}

.signature-highlight-item p {
    margin: 0;
    color: var(--text-muted);
}

@media (max-width: 800px) {
    .signature-highlight-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .signature-highlight-item {
        padding: 20px 0;
    }

    .signature-highlight-item:first-child {
        padding-top: 0;
    }

    .signature-highlight-item + .signature-highlight-item {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .10);
    }
}


/* Streamlined editorial layouts for the signature program pages */
.signature-editorial-overview,
.signature-editorial-content {
    max-width: 1120px;
    margin: 0 auto;
    padding-inline: 24px;
}

.signature-editorial-overview {
    padding-top: 10px;
    padding-bottom: 56px;
}

.editorial-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: clamp(36px, 6vw, 78px);
    align-items: end;
    padding: clamp(20px, 3vw, 34px) 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.editorial-overview-copy h2,
.editorial-section h2 {
    margin: 0 0 18px;
    color: white;
    font-weight: 300;
    line-height: 1.08;
}

.editorial-overview-copy h2 {
    max-width: 850px;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
}

.editorial-overview-copy p,
.editorial-section p,
.editorial-side-note p,
.editorial-pull-quote p {
    color: var(--text-muted);
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
}

.editorial-overview-copy p {
    max-width: 790px;
    margin-bottom: 17px;
}

.editorial-overview-copy p:last-child,
.editorial-section p:last-child,
.editorial-side-note p:last-child,
.editorial-pull-quote p:last-child {
    margin-bottom: 0;
}

.editorial-pull-quote,
.editorial-side-note {
    margin: 0;
    padding: 8px 0 8px clamp(20px, 3vw, 32px);
    border-left: 3px solid rgba(255, 255, 255, .18);
}

.sorry-mama-page .editorial-pull-quote {
    border-left-color: rgba(211, 125, 255, .48);
}

.editorial-pull-quote p {
    color: #f2eaf0;
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.5;
}

.editorial-side-note {
    border-left-color: rgba(239, 161, 42, .52);
}

.editorial-side-note span {
    display: block;
    margin-bottom: 10px;
    color: #efb54b;
    font-family: var(--font-heading);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.signature-editorial-content {
    padding-bottom: 70px;
}

.editorial-section {
    max-width: 930px;
    padding: clamp(22px, 4vw, 44px) 0;
}

.editorial-section-divided {
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.editorial-section h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.65rem);
}

.editorial-section p {
    max-width: 850px;
    margin-bottom: 17px;
}

.screening-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 34px;
    margin: 18px 0 26px;
    padding: 0;
    list-style: none;
}

.screening-audience-list li {
    position: relative;
    padding: 7px 0 7px 20px;
    color: #e9f3fa;
    line-height: 1.45;
}

.screening-audience-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-green);
    box-shadow: 0 0 0 4px rgba(142, 247, 109, .08);
}

@media (max-width: 820px) {
    .editorial-overview-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 720px) {
    .signature-editorial-overview,
    .signature-editorial-content {
        padding-inline: 18px;
    }

    .signature-editorial-overview {
        padding-bottom: 38px;
    }

    .screening-audience-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.screening-followup {
    max-width: 880px;
    margin: 0 0 30px;
    color: var(--text-muted);
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
}
