.marketing-hero {
    display:grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}
.hero-copy {
    background:
        linear-gradient(135deg, rgba(79,23,168,0.96) 0%, rgba(48,13,110,0.94) 48%, rgba(5,191,224,0.84) 100%);
    color: #ffffff;
    padding: 46px;
    border-radius: 32px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.hero-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url("/assets/brand/shapes/Half%20Circles.svg") no-repeat right -80px top -40px / 340px,
        url("/assets/brand/shapes/Anvil.svg") no-repeat left -20px bottom -40px / 180px;
    opacity: 0.18;
    pointer-events: none;
}
.hero-copy.has-custom-overlay::before {
    background:
        linear-gradient(90deg, rgba(79,23,168,0.10) 0%, rgba(79,23,168,0.08) 34%, rgba(79,23,168,0.28) 100%),
        var(--hero-overlay-image) no-repeat center center / cover,
        url("/assets/brand/shapes/Half%20Circles.svg") no-repeat right -80px top -40px / 340px,
        url("/assets/brand/shapes/Anvil.svg") no-repeat left -20px bottom -40px / 180px;
    opacity: 0.28;
}
.hero-copy::after {
    content: "";
    position: absolute;
    inset: auto -90px -120px auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,97,15,0.20);
    pointer-events: none;
}
.eyebrow {
    display:inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #f7fbff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.18);
}
.hero-copy h1 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .96;
    margin-bottom: 18px;
    letter-spacing: -.03em;
    position: relative;
    z-index: 1;
}
.hero-copy p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 58ch;
    position: relative;
    z-index: 1;
}
.hero-stat-grid {
    display:grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 28px;
}
.hero-stat {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 18px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-stat::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -46px;
    bottom: -78px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}
.hero-stat-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    font-size: 18px;
}
.hero-stat-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}
.hero-stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}
.hero-stat strong {
    display:block;
    font-size: 28px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
.hero-stat span:last-child {
    display: block;
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,0.9);
    line-height: 1.55;
}
.hero-side {
    display:grid;
    gap: 18px;
}
.floating-card {
    border-radius: 28px;
    padding: 26px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(79,23,168,0.10);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow);
}
.section-head {
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-end;
    margin-bottom:16px;
    flex-wrap:wrap;
}
.now-grid {
    display:grid;
    grid-template-columns: minmax(0, var(--happening-primary-width, 67%)) minmax(0, 1fr);
    gap: var(--happening-grid-gap, 18px);
    align-items:stretch;
}
.now-primary {
    width: 100%;
    max-width: none;
    min-height: var(--happening-feature-height, 544px);
    height: var(--happening-feature-height, 544px);
    padding: 14px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(79,23,168,0.99) 0%, rgba(48,13,110,0.97) 56%, rgba(76,98,176,0.90) 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow: var(--shadow);
}
.now-primary.has-image::before {
    content:"";
    position:absolute;
    inset:0;
    background: var(--card-image) center/cover no-repeat;
    opacity:.16;
    pointer-events: none;
}
.now-primary.cover-mode-full::before {
    display:none;
}
.now-primary.cover-mode-full {
    padding: 0;
    background:
        linear-gradient(135deg, rgba(79,23,168,0.99) 0%, rgba(48,13,110,0.97) 56%, rgba(76,98,176,0.90) 100%);
}
.now-primary::after {
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 32%),
        linear-gradient(180deg, rgba(19,10,48,0.06) 0%, rgba(19,10,48,0.52) 72%, rgba(19,10,48,0.70) 100%);
    pointer-events: none;
}
.now-primary > * {
    position:relative;
    z-index:2;
}
.now-primary-link {
    position:absolute;
    inset:0;
    z-index:1;
    border-radius:inherit;
    overflow:hidden;
    text-indent:-9999px;
}
.now-primary-cover-wrap {
    position: relative;
    z-index: 2;
}
.now-primary-cover-frame {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.98);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.now-primary-cover-frame img {
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    background:#ffffff;
}
.now-primary-shell {
    display:grid;
    grid-template-columns: 96px minmax(0, 1fr) 224px;
    gap: 18px;
    min-height: 100%;
    align-items:start;
    padding: 8px 10px 10px;
}
.now-primary.cover-mode-full .now-primary-shell {
    min-height: 0;
    padding-top: 14px;
}
.now-primary.cover-mode-full .now-primary-head {
    padding: 12px 10px 0;
}
.now-primary-artwork-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    min-height: 100%;
    height: 100%;
    padding: 18px;
}
.now-primary-artwork-head {
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-start;
    position: relative;
    z-index: 3;
}
.now-primary-artwork-stage {
    min-height: 0;
    display:flex;
    flex: 1 1 auto;
}
.now-primary-artwork-stage .now-primary-cover-frame {
    width:100%;
    height:100%;
    min-height: 0;
    padding: 0;
    border-radius: 28px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.now-primary.cover-mode-full .now-primary-cover-wrap {
    width:100%;
    height:100%;
    cursor: pointer;
}
.now-primary-main {
    display:flex;
    flex-direction:column;
    gap: 14px;
    align-content:start;
    padding-top: 2px;
    min-height: 100%;
}
.now-primary-copy {
    display:grid;
    gap: 14px;
}
.now-primary h3 {
    font-size: clamp(27px, 2.2vw, 36px);
    line-height:1.06;
    margin: 0;
    max-width: 22ch;
    letter-spacing: -0.03em;
    display:-webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.now-primary-title-link {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 3;
}
.now-primary-title-link:hover,
.now-primary-title-link:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}
.now-primary p {
    font-size: 13px;
    line-height:1.46;
    color: rgba(255,255,255,0.86);
    max-width: 62ch;
    margin: 0;
    display:-webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.now-primary-topline {
    display:flex;
    gap: 12px;
    flex-wrap:wrap;
    align-items:center;
}
.now-primary-topline .eyebrow,
.event-flag,
.event-mode-flag {
    margin-bottom: 0;
    padding: 11px 18px;
    border-radius: 999px;
    display:inline-flex;
    align-items:center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.12);
    color: #fff7ef;
    font-size: 13px;
    letter-spacing: .10em;
    text-transform: uppercase;
    font-weight: 800;
}
.now-primary-topline .eyebrow {
    background: rgba(255,255,255,0.98);
    color: #4f17a8;
    border-color: rgba(255,255,255,0.98);
}
.event-flag {
    text-decoration: none;
    position: relative;
    z-index: 3;
}
.event-flag:hover,
.event-flag:focus-visible {
    color: #4f17a8;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}
.event-flag::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a8f0c1;
    box-shadow: 0 0 0 4px rgba(168,240,193,0.18);
}
.now-primary-head {
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-start;
}
.now-primary-nav {
    display:flex;
    gap:12px;
    flex-wrap:nowrap;
    justify-content:flex-end;
}
.now-primary-nav,
.event-registration-rail,
.event-rail-button {
    position: relative;
    z-index: 3;
}
.feature-nav-chip {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    background: rgba(255,255,255,0.12);
    color: #fff7ef;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: none;
}
.feature-nav-chip.disabled {
    opacity: .45;
    cursor: default;
}
.event-date-card {
    align-self: start;
    border-radius: 24px;
    overflow:hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(121,83,220,0.22) 0%, rgba(105,69,206,0.18) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.event-date-card-main,
.event-date-card-foot {
    padding: 22px 14px;
    text-align:center;
}
.event-date-card-main {
    display:grid;
    gap: 10px;
}
.event-date-weekday,
.event-date-month,
.event-date-countdown {
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255,255,255,0.82);
}
.event-date-day {
    font-size: 64px;
    line-height: .92;
    letter-spacing: -.06em;
    font-weight: 800;
    color: #fff;
}
.event-date-card-foot {
    border-top: 1px solid rgba(255,255,255,0.14);
    background: rgba(32,16,74,0.26);
}
.event-date-countdown {
    color: #ff9b43;
    text-shadow: 0 0 18px rgba(255,155,67,0.14);
}
.event-speaker-row {
    display:flex;
    gap: 12px;
    align-items:center;
}
.event-speaker-avatar,
.event-speaker-photo {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    display:grid;
    place-items:center;
    overflow:hidden;
    background: linear-gradient(135deg, rgba(203,180,255,0.96), rgba(149,111,255,0.94));
    color: #321063;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.04em;
    border: 1px solid rgba(255,255,255,0.16);
}
.event-speaker-photo img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.event-speaker-copy strong {
    display:block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
}
.event-speaker-copy span {
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    line-height:1.4;
}
.event-card-support {
    display:grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items:start;
}
.event-card-meta {
    display:grid;
    gap: 8px;
    align-content:start;
}
.event-facts {
    display:flex;
    gap: 8px;
    flex-wrap:wrap;
}
.event-facts-location {
    margin-top: 2px;
}
.event-facts-categories {
    margin-top: 0;
}
.event-fact-pill {
    display:inline-flex;
    align-items:center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #fff7ef;
    border: 1px solid rgba(255,255,255,0.16);
    font-size: 12px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.event-fact-pill-category {
    gap: 12px;
    letter-spacing: .08em;
    padding: 0 18px;
    min-height: 44px;
}
.event-fact-pill-category strong {
    color: #ff9b43;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: normal;
}
.event-fact-pill-category span {
    display:inline-block;
    color: #fff7ef;
}
.event-fact-pill-category:not(.has-value) {
    color: rgba(255,255,255,0.8);
    letter-spacing: normal;
}
.event-registration-rail {
    display:grid;
    gap: 14px;
    align-content:start;
}
.event-registration-rail.compact {
    gap: 10px;
    align-self: start;
    margin-top: 56px;
}
.event-registration-card {
    padding: 28px 30px;
    border-radius: 24px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
}
.event-registration-card.compact {
    padding: 20px 22px 22px;
    min-height: auto;
}
.event-registration-card h4 {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.event-registration-card--feature {
    background: linear-gradient(180deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.08) 100%);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.event-registration-stack {
    display:grid;
    gap: 18px;
}
.event-registration-band {
    display:grid;
    gap: 8px;
}
.event-registration-band-label {
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
}
.event-registration-band-price {
    color: #ffffff;
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}
.event-registration-band-price.is-free {
    color: #7df099;
}
.event-registration-divider {
    height: 1px;
    background: rgba(255,255,255,0.12);
}
.event-rail-actions {
    display:grid;
    gap: 14px;
}
.event-rail-actions.inline {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 2px;
}
.event-rail-button {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration:none;
    font-size: 16px;
    font-weight: 800;
    line-height:1;
}
.event-rail-button.primary {
    background: #fff;
    color: #4f17a8;
}
.event-rail-button.secondary {
    background: rgba(255,255,255,0.06);
    color: #fff7ef;
    border: 1px solid rgba(255,255,255,0.16);
}
.event-capacity {
    display:grid;
    gap: 8px;
}
.event-capacity-label {
    color: rgba(255,255,255,0.82);
    font-size: 14px;
}
.event-capacity-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    overflow:hidden;
}
.event-capacity-bar span {
    display:block;
    height:100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6de884 0%, #d1d05a 58%, #e6a13f 100%);
}
.now-card {
    min-height: var(--happening-card-height, 560px);
    height: var(--happening-card-height, 560px);
    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display:grid;
    grid-template-rows: var(--happening-thumb-height, 230px) minmax(0, 1fr) auto;
    gap:18px;
    width: 100%;
    min-width: 0;
    overflow:hidden;
}
.now-card-copy {
    display:grid;
    align-content:start;
    gap:14px;
    min-height:0;
    overflow:hidden;
}
.now-card-copy .eyebrow {
    font-weight: 700;
}
.now-card-inline-media {
    display:grid;
    grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
    gap: 14px;
    align-items:start;
    min-height:0;
}
.now-thumb-link,
.now-card-inline-media-art-link {
    display:block;
    color:inherit;
    text-decoration:none;
}
.now-thumb-link {
    cursor:pointer;
}
.now-card-inline-media-art-link {
    align-self:start;
}
.now-card-inline-media-art {
    border-radius: 18px;
    overflow:hidden;
    border: 1px solid rgba(79,23,168,0.10);
    background: linear-gradient(180deg, rgba(245,242,255,0.92) 0%, rgba(232,238,255,0.92) 100%);
    aspect-ratio: 3 / 4;
    min-width: 0;
}
.now-card-inline-media-art img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.now-card-inline-media-copy {
    min-width:0;
    display:grid;
    align-content:start;
    gap: 10px;
}
.now-card-inline-media-copy h3 {
    font-size: var(--happening-lecture-inline-title-size, 24px);
    line-height:1.14;
    margin:0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 4;
    overflow:hidden;
}
.now-card-inline-media-copy p {
    -webkit-line-clamp: var(--happening-lecture-body-lines, 3);
}
.now-card-type-product .now-card-inline-media {
    grid-template-columns: minmax(112px, 132px) minmax(0, 1fr);
    gap: 18px;
}
.now-card-type-product .now-card-inline-media-art {
    aspect-ratio: 3 / 4.4;
    background: linear-gradient(180deg, rgba(253,252,255,0.96) 0%, rgba(239,236,252,0.96) 100%);
    padding: 6px;
}
.now-card-type-product .now-card-inline-media-art img {
    object-fit: contain;
    border-radius: 14px;
    background:#ffffff;
}
.now-card-type-product .now-card-inline-media-copy p {
    font-size: clamp(14px, 1.45vw, 16px);
    line-height:1.55;
    -webkit-line-clamp: 5;
}
.now-card-actions {
    margin-top:auto;
}
.now-card h3 {
    font-size: clamp(24px, 2.5vw, var(--happening-lecture-title-size, 42px));
    line-height:1.12;
    margin: 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--happening-lecture-title-lines, 4);
    overflow:hidden;
}
.now-card p {
    margin:0;
    color: var(--muted);
    font-size: var(--happening-lecture-body-size, 16px);
    line-height:1.65;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: var(--happening-lecture-body-lines, 3);
    overflow:hidden;
}
