:root {
    --scoeasta-green: #1f8f3a;
    --scoeasta-green-dark: #115c28;
    --scoeasta-lime: #b8d432;
    --scoeasta-gold: #ffde00;
    --scoeasta-ink: #14251a;
    --scoeasta-muted: #617066;
    --scoeasta-soft: #f1f7f2;
}

.public-page-shell { overflow: hidden; }
.public-page-hero {
    position: relative;
    padding: clamp(64px, 9vw, 112px) 0 clamp(54px, 7vw, 88px);
    color: #fff;
    background:
        radial-gradient(circle at 85% 18%, rgba(255, 222, 0, .2), transparent 25%),
        linear-gradient(135deg, #0c3e1c 0%, #176b2d 54%, #219244 100%);
}
.public-page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42px;
    background: linear-gradient(176deg, transparent 48%, var(--site-bg, #fff) 50%);
}
.public-page-hero .container { position: relative; z-index: 1; }
.public-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
    color: var(--scoeasta-gold);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.public-page-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.public-page-hero h1 { max-width: 840px; margin: 0; font-size: clamp(2.35rem, 6vw, 4.8rem); font-weight: 850; line-height: 1.02; letter-spacing: -.045em; }
.public-page-hero p { max-width: 700px; margin: 1.25rem 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.public-page-content { padding-block: clamp(58px, 8vw, 100px); }
.public-card {
    height: 100%;
    border: 1px solid rgba(20, 64, 34, .1);
    border-radius: 22px;
    background: var(--site-surface, #fff);
    box-shadow: 0 20px 48px rgba(19, 68, 34, .09);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.public-card:hover { transform: translateY(-6px); border-color: rgba(31,143,58,.26); box-shadow: 0 26px 60px rgba(19,68,34,.15); }
.public-card .card-body { padding: clamp(1.35rem, 3vw, 2rem); }
.public-empty-state { max-width: 720px; margin: 0 auto; padding: 3.5rem 2rem; border: 1px dashed rgba(31,143,58,.35); border-radius: 24px; background: var(--scoeasta-soft); text-align: center; }
.public-empty-state i { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 18px; background: #dff0e2; color: var(--scoeasta-green); font-size: 1.7rem; }
.public-empty-state h2 { font-size: 1.35rem; font-weight: 800; color: var(--scoeasta-ink); }
.public-section-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.public-section-heading h2 { color: var(--scoeasta-ink); font-size: clamp(2rem, 4vw, 3rem); font-weight: 850; letter-spacing: -.035em; }
.public-section-heading p { color: var(--scoeasta-muted); font-size: 1.08rem; }
.speaker-portrait { width: 150px; height: 150px; object-fit: cover; border: 5px solid #e7f4e9; box-shadow: 0 14px 30px rgba(18, 89, 37, .14); }
.sponsor-card img { height: 92px; width: 100%; object-fit: contain; }
.gallery-modern { columns: 3 260px; column-gap: 1rem; }
.gallery-modern figure { break-inside: avoid; margin: 0 0 1rem; overflow: hidden; border-radius: 18px; background: var(--site-surface, #fff); box-shadow: 0 14px 34px rgba(20,62,30,.12); }
.gallery-modern img { width: 100%; display: block; transition: transform .35s ease; }
.gallery-modern a:hover img { transform: scale(1.035); }
.gallery-modern figcaption { padding: .85rem 1rem; color: var(--scoeasta-muted); font-size: .83rem; }

.site-footer { margin-top: auto; color: rgba(255,255,255,.76); background: #0c1710; }
.site-footer-main { padding: 56px 0 38px; }
.site-footer-brand img { width: auto; max-width: 180px; height: 58px; object-fit: contain; filter: brightness(1.08); }
.site-footer h2, .site-footer h3 { color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { max-width: 480px; line-height: 1.7; }
.site-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: var(--scoeasta-gold); }
.site-footer-links { display: grid; gap: .65rem; }
.site-footer-meta { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
.site-footer-social { display: flex; gap: .6rem; }
.site-footer-social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }

body[data-theme="dark"] .public-page-hero::after { background: linear-gradient(176deg, transparent 48%, var(--site-bg, #202020) 50%); }
body[data-theme="dark"] .public-empty-state { background: #1c3022; }
body[data-theme="dark"] .public-empty-state h2, body[data-theme="dark"] .public-section-heading h2 { color: #f2f7f3; }
body[data-theme="dark"] .public-section-heading p, body[data-theme="dark"] .gallery-modern figcaption { color: #b6c3b9; }

@media (max-width: 767.98px) {
    .public-page-hero { padding-top: 52px; }
    .public-card:hover { transform: none; }
    .site-footer-main { padding-top: 42px; }
}
