.now-thumb {
    min-height: var(--happening-thumb-height, 230px);
    height: var(--happening-thumb-height, 230px);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(229,225,255,0.96) 0%, rgba(214,226,255,0.92) 100%);
    border: 1px solid rgba(79,23,168,0.08);
    position:relative;
    overflow:hidden;
}
.now-thumb.has-image {
    background: var(--card-image) center/cover no-repeat;
}
.now-thumb.has-image::after {
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.24) 100%);
    pointer-events: none;
}
.play-mark {
    position:absolute;
    inset:50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(79,23,168,0.92);
    display:grid;
    place-items:center;
    color:#fff;
    font-size: 28px;
    box-shadow: 0 24px 40px rgba(79,23,168,0.24);
    z-index:1;
}
.play-mark.play-mark-small {
    inset: auto 20px 20px auto;
    transform: none;
    width: 52px;
    height: 52px;
    font-size: 18px;
}
.start-strip {
    display:grid;
    grid-template-columns: 220px repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(79,23,168,0.10);
    border-bottom: 1px solid rgba(79,23,168,0.10);
    background: rgba(255,255,255,0.82);
}
.start-strip-label,
.start-strip-item {
    padding: 26px 28px;
}
.start-strip-label {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #4f17a8;
    display:flex;
    align-items:center;
}
.start-strip-item {
    border-left: 1px solid rgba(79,23,168,0.10);
    text-decoration:none;
    color: var(--ink);
}
.start-strip-item strong {
    display:block;
    color:#4f17a8;
    font-size: 16px;
    margin-bottom: 6px;
}
.start-strip-item span {
    color: var(--muted);
    display:block;
    line-height:1.5;
}
.member-spotlight {
    padding: 48px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(246,243,255,0.92) 0%, rgba(244,248,255,0.96) 100%);
    border: 1px solid rgba(79,23,168,0.08);
    box-shadow: var(--shadow);
    min-height: var(--member-spotlight-min-height, 520px);
}
.member-spotlight-stage {
    display:grid;
    grid-template-columns: minmax(220px, var(--member-spotlight-portrait-width, 24%)) minmax(0, 1fr);
    gap: 42px;
    align-items:center;
    margin-top: 28px;
    min-height: calc(var(--member-spotlight-min-height, 520px) - 96px);
}
.member-portrait {
    min-height: calc(var(--member-spotlight-min-height, 520px) - 120px);
    border-radius: 28px;
    background: linear-gradient(135deg, #4f17a8 0%, #6a3be8 100%);
    display:grid;
    place-items:center;
    color:#fff;
    font-size: 78px;
    font-weight:800;
    letter-spacing:-.04em;
    box-shadow: var(--shadow);
}
.member-quote {
    max-width: 900px;
}
.member-quote blockquote {
    margin: 0 0 20px;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.35;
    color: var(--ink);
}
.member-quote cite {
    font-style: normal;
    color: var(--muted);
    font-size: 18px;
}
.newsletter-band {
    padding: 24px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(79,23,168,0.98) 0%, rgba(61,19,151,0.96) 100%);
    color:#fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
.newsletter-band::before,
.newsletter-band::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}
.newsletter-band::before {
    width: 240px;
    height: 240px;
    top: -100px;
    right: -72px;
}
.newsletter-band::after {
    width: 180px;
    height: 180px;
    left: -84px;
    bottom: -92px;
}
.newsletter-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, calc(100% - var(--newsletter-panel-width, 36%))) minmax(320px, var(--newsletter-panel-width, 36%));
    gap: 24px;
    align-items: stretch;
    min-height: clamp(360px, var(--newsletter-min-height, 400px), 400px);
}
.newsletter-copy {
    display: grid;
    gap: 16px;
    align-content: center;
}
.newsletter-eyebrow {
    background: rgba(255,255,255,0.12);
    color: #fff;
    width: fit-content;
}
.newsletter-copy h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
    margin: 0;
}
.newsletter-copy p {
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height:1.7;
    max-width: 760px;
    margin: 0;
}
.newsletter-points {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsletter-points li {
    position: relative;
    padding-left: 22px;
    color: rgba(255,255,255,0.86);
    line-height: 1.6;
}
.newsletter-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.86);
}
.newsletter-panel {
    display: flex;
    align-items: center;
}
.newsletter-panel-card {
    width: 100%;
    padding: 18px;
    border-radius: 26px;
    background: rgba(36,9,105,0.34);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    display: grid;
    gap: 10px;
}
.newsletter-panel-label {
    color: rgba(255,255,255,0.66);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.newsletter-panel-card strong {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}
.newsletter-panel-card p {
    margin: 0;
    color: rgba(255,255,255,0.74);
    line-height: 1.55;
}
.newsletter-inline-message {
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid transparent;
}
.newsletter-inline-message.success {
    color: #fff;
    background: rgba(76, 175, 80, 0.18);
    border-color: rgba(133, 230, 138, 0.26);
}
.newsletter-inline-message.error {
    color: #fff;
    background: rgba(255, 97, 15, 0.18);
    border-color: rgba(255, 156, 108, 0.26);
}
.newsletter-signup-form {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}
.newsletter-signup-field {
    display: block;
}
.newsletter-signup-field input {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.96);
    color: #151518;
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}
.newsletter-signup-field input::placeholder {
    color: rgba(21,21,24,0.52);
}
.newsletter-signup-field input:focus {
    outline: 2px solid rgba(5,191,224,0.42);
    outline-offset: 2px;
}
.newsletter-signup-btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}
.newsletter-form-note {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.76);
}
.newsletter-form-note.muted {
    color: rgba(255,255,255,0.58);
}
.newsletter-actions {
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:8px;
    align-items: stretch;
    margin-top: 2px;
}
.newsletter-actions .btn {
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
}
.newsletter-secondary-action {
    color: #fff !important;
    border-color: rgba(255,255,255,0.16) !important;
    background: rgba(79,23,168,0.24) !important;
}
.newsletter-secondary-action:hover,
.newsletter-secondary-action:focus-visible {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}
@media (max-width: 720px) {
    .newsletter-actions {
        grid-template-columns: 1fr;
    }
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.catalog-grid {
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
    margin-top: 22px;
}
.catalog-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display:grid;
    grid-template-rows: auto 1fr;
}
.catalog-cover {
    min-height: 180px;
    padding: 22px;
    background:
        linear-gradient(135deg, rgba(79,23,168,0.96) 0%, rgba(48,13,110,0.92) 48%, rgba(5,191,224,0.86) 100%);
    color: #fff;
    position: relative;
}
.catalog-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url("/assets/brand/shapes/Half%20Circles.svg") no-repeat right -30px top -20px / 180px,
        url("/assets/brand/shapes/Circles.svg") no-repeat left -24px bottom -22px / 120px;
    opacity: 0.18;
}
.catalog-cover strong {
    display:block;
    font-size: 30px;
    line-height: 1.02;
    max-width: 14ch;
    position: relative;
    z-index: 1;
}
.catalog-body {
    padding: 22px;
    display:grid;
    gap: 14px;
}
.meta-pills {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.pill {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(79,23,168,0.12);
    color: #35106f;
    border: 1px solid rgba(79,23,168,0.14);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.hero-copy .pill {
    background: rgba(255,255,255,0.18);
    color: #fff7ef;
    border-color: rgba(255,255,255,0.16);
}
.cta-row {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}
.cta-row > a,
.cta-row > button {
    position: relative;
    z-index: 1;
}
.public-actions .btn.ghost {
    background: rgba(79,23,168,0.10);
    color: #41148a;
}
.hero-copy .btn.secondary,
.hero-copy .btn.ghost,
.catalog-cover .btn.ghost,
.watch-hero .btn.ghost {
    color: #fff7ef;
    border-color: rgba(255,255,255,0.16);
}
.hero-copy .btn.ghost,
.watch-hero .btn.ghost {
    background: rgba(255,255,255,0.12);
}
.hero-copy .btn.secondary {
    background: rgba(38, 16, 88, 0.92);
}

.benefit {
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(79,23,168,0.05) 0%, rgba(5,191,224,0.08) 100%);
    border: 1px solid var(--line);
}
.benefit strong { display:block; margin-bottom: 6px; }
.content-section {
    margin-top: 22px;
}
.offer-grid {
    display:grid;
    grid-template-columns: repeat(var(--offer-columns, 3), minmax(0, 1fr));
    gap: var(--offer-card-gap, 18px);
}
.offer-grid .offer-card {
    min-height: var(--offer-card-min-height, 360px);
    padding: var(--offer-card-padding, 30px);
    display:grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 18px;
    min-width: 0;
    overflow:hidden;
}
.offer-card-thumb {
    min-height: var(--offer-thumb-height, 170px);
    margin: calc(var(--offer-card-padding, 30px) * -1) calc(var(--offer-card-padding, 30px) * -1) 22px;
    border-radius: 28px 28px 22px 22px;
    background: linear-gradient(135deg, rgba(79,23,168,0.08), rgba(5,191,224,0.10));
    border-bottom: 1px solid rgba(79,23,168,0.10);
    overflow: hidden;
}
.offer-card-thumb.has-image {
    background: var(--card-image) center/cover no-repeat;
}
.offer-card-copy {
    display:grid;
    align-content:start;
    gap:14px;
    min-height:0;
    overflow:hidden;
}
.offer-card-actions {
    margin-top:auto;
}
.offer-card h3 {
    margin:0;
    font-size: clamp(22px, 2vw, var(--offer-title-size, 26px));
    line-height:1.18;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--offer-title-lines, 4);
    overflow:hidden;
}
.offer-card p {
    margin:0;
    font-size: var(--offer-body-size, 16px);
    line-height:1.62;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--offer-body-lines, 5);
    overflow:hidden;
}
.fresh-grid {
    display:grid;
    grid-template-columns: repeat(var(--fresh-columns, 3), minmax(0, 1fr));
    gap: var(--fresh-card-gap, 18px);
}
.fresh-grid .fresh-card {
    min-height: var(--fresh-card-min-height, 420px);
    display:grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width:0;
}
.fresh-card-content {
    padding: var(--fresh-card-padding, 24px) var(--fresh-card-padding, 24px) 20px;
    display:grid;
    align-content:start;
    gap:16px;
    min-height:0;
    overflow:hidden;
}
.fresh-card-footer {
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    padding:18px var(--fresh-card-padding, 24px);
    border-top:1px solid rgba(79,23,168,0.10);
    margin-top:auto;
}
.fresh-card-media {
    min-height: var(--fresh-media-height, 180px);
    border-bottom: 1px solid rgba(79,23,168,0.10);
    background: linear-gradient(135deg, rgba(79,23,168,0.08), rgba(5,191,224,0.14));
    position: relative;
    overflow: hidden;
}
.fresh-card-media.has-image {
    background: var(--card-image) center/cover no-repeat;
}
.fresh-card-media.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.18) 100%);
    pointer-events: none;
}
.fresh-card h3 {
    margin:0;
    font-size: clamp(22px, 2vw, var(--fresh-title-size, 24px));
    line-height:1.2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--fresh-title-lines, 3);
    overflow:hidden;
}
.fresh-card p {
    margin:0;
    font-size: var(--fresh-body-size, 16px);
    line-height:1.62;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--fresh-body-lines, 4);
    overflow:hidden;
}
.fresh-card-footer .muted {
    font-size: var(--fresh-meta-size, 15px);
    line-height:1.4;
}
code {
    padding: 2px 6px;
    border-radius: 8px;
    background: rgba(79,23,168,0.08);
}
