.ll-public-hero {
    align-items: center;
    background: linear-gradient(90deg, rgba(8, 17, 31, .88), rgba(8, 17, 31, .32)), url("../img/legacy-hero.jpg") center / cover no-repeat;
    border-bottom: 1px solid var(--theme-border);
    color: #fff;
    display: flex;
    min-height: min(620px, 72vh);
    padding: 64px 0;
}

.ll-public-hero h1 {
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    line-height: .95;
}

.ll-hero-logo {
    display: block;
    margin-bottom: 24px;
    height: auto !important;
    max-height: 110px !important;
    max-width: min(360px, 82vw) !important;
    object-fit: contain;
    width: auto !important;
}

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

.ll-auth-wrap {
    display: grid;
    min-height: 70vh;
    padding: 48px 16px;
    place-items: center;
}

.ll-auth-panel {
    max-width: 440px;
    padding: 26px;
    width: 100%;
}

.ll-prose {
    max-width: 760px;
}

.ll-public-event-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ll-event-card {
    min-height: 230px;
}

.ll-event-card h2 {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 12px 0;
}

.ll-event-card p {
    color: var(--theme-muted);
    min-height: 48px;
}

.ll-news-card {
    display: grid;
    gap: 10px;
}

.ll-news-card h2 {
    font-size: 1.24rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.ll-news-card-cover {
    aspect-ratio: 16 / 8;
    background-color: var(--theme-bg-secondary);
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 2px;
}

.ll-public-news-cover {
    aspect-ratio: 21 / 7;
    background-color: var(--theme-bg-secondary);
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid var(--theme-border);
}

.ll-public-news-article h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    margin: 10px 0 16px;
}

.ll-public-news-body {
    color: var(--theme-text);
    font-size: 1.02rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.ll-public-legal-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ll-public-legal-card {
    color: var(--theme-text);
    display: grid;
    gap: 10px;
    text-decoration: none;
}

.ll-public-legal-card h2 {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.ll-public-legal-card p {
    color: var(--theme-muted);
    margin: 0;
}

.ll-public-legal-card span {
    color: var(--theme-muted);
    font-size: .9rem;
}

.ll-public-legal-body {
    color: var(--theme-text);
    font-size: 1.02rem;
    line-height: 1.78;
    overflow-wrap: anywhere;
}

.ll-public-event-hero {
    background: linear-gradient(90deg, rgba(7, 17, 31, .96), rgba(16, 29, 49, .72));
    border-bottom: 1px solid var(--theme-border);
    padding: 72px 0;
}

.ll-public-event-hero h1 {
    font-size: clamp(2.2rem, 6vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 0;
    margin: 14px 0 18px;
}

.ll-event-meta-hero {
    font-size: 1.05rem;
}
