/* TransMATTER / conference site — refined academic palette (ink navy + antique gold + teal accents) */

:root {
    --ink: #0b1220;
    --navy: #0f172a;
    --navy-soft: #152238;
    --navy-mid: #1e3a5f;
    --text: #1e293b;
    --muted: #64748b;
    --line: #e2e0da;
    --bg: #f5f3ef;
    --bg-tint: #eef6f4;
    --white: #ffffff;
    --gold: #c9a94b;
    --gold-hover: #b8933a;
    --gold-soft: #f0e8d4;
    --teal: #0f766e;
    --teal-soft: #ccfbf1;
    --accent: #1e5a8a;
    --accent-blue: #1e5a8a;
    --hero-overlay: linear-gradient(
        115deg,
        rgba(11, 18, 32, 0.72) 0%,
        rgba(15, 38, 58, 0.46) 45%,
        rgba(11, 24, 40, 0.70) 100%
    );
    --radius: 12px;
    --radius-lg: 18px;
    --shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
    --shadow-sm: 0 2px 12px rgba(15, 23, 42, 0.06);
    --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    /* Wider usable width on large screens — less empty margin left/right */
    --max: 1320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: clip;
}

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.55;
    color: var(--text);
    background: var(--bg);
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    color: var(--teal);
    text-decoration: underline;
}

.container {
    width: 100%;
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(0.875rem, 2.5vw, 1.125rem);
    padding-right: clamp(0.875rem, 2.5vw, 1.125rem);
}

.container--narrow {
    max-width: min(640px, 100%);
}

/* Alert */
.alert-banner {
    background: #fef3c7;
    color: #78350f;
    padding: 0.65rem 1.25rem;
    text-align: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #fcd34d;
}

.alert-banner code {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

/* Header — single sticky block: top bar + main nav */
.site-header-group {
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: env(safe-area-inset-top, 0);
}

.site-topbar {
    background: linear-gradient(90deg, #475569 0%, #64748b 100%);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem 1rem;
    min-height: 40px;
    padding: 0.4rem 0;
}

.site-topbar__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1.25rem;
}

.site-topbar__contact-link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.site-topbar__contact-link:hover {
    color: var(--white);
    text-decoration: underline;
}

.site-topbar__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 34px;
}

@media (max-width: 640px) {
    .site-topbar {
        font-size: 0.875rem;
    }

    .site-topbar .site-topbar__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
        padding-left: max(1rem, 4vw);
        padding-right: max(1rem, 4vw);
        min-height: 0;
    }

    .site-topbar__contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        width: 100%;
        min-width: 0;
    }

    .site-topbar__contact-link {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.4;
    }

    .site-topbar__social {
        justify-content: flex-start;
        min-height: 0;
        padding-top: 0.1rem;
    }

    .site-topbar__social .social-nav--topbar {
        justify-content: flex-start;
    }
}

.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    position: static;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    min-height: 104px;
    flex-wrap: nowrap;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}

.brand:hover {
    text-decoration: none;
}

.brand-icon {
    width: 44px;
    height: 44px;
    background: url("../images/brand-hex.svg") center / contain no-repeat;
    flex-shrink: 0;
}

.brand-logo-img {
    height: 108px;
    width: auto;
    max-width: min(420px, 68vw);
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    filter: drop-shadow(0 2px 10px rgba(15, 23, 42, 0.12)) drop-shadow(0 4px 20px rgba(15, 23, 42, 0.08));
    transition: filter 0.2s ease, transform 0.2s ease;
}

.header-secondary-logo {
    height: 56px;
    width: auto;
    max-width: min(220px, 28vw);
    object-fit: contain;
    flex-shrink: 1;
    min-width: 0;
    margin-left: 0.25rem;
    opacity: 0.95;
}


.brand:hover .brand-logo-img {
    filter: drop-shadow(0 3px 14px rgba(15, 23, 42, 0.16)) drop-shadow(0 8px 28px rgba(15, 23, 42, 0.1));
}

.brand-logo-img--footer {
    height: 68px;
    max-width: 340px;
    opacity: 1;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.06));
    transition: filter 0.2s ease, transform 0.2s ease;
}

.footer-brand-link:hover .brand-logo-img--footer {
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.1));
}

@media (max-width: 640px) {
    .brand-logo-img {
        height: 94px;
        max-width: min(300px, 76vw);
    }

    .header-inner {
        min-height: 102px;
    }

    .brand-logo-img--footer {
        height: 56px;
        max-width: min(300px, 85vw);
    }
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--navy);
}

.brand-tagline {
    font-size: 0.72rem;
    color: var(--muted);
    margin-top: 0.15rem;
}

/* Nav — single row on desktop; no wrap (was causing "More" on a second line) */
.main-nav {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.main-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0 0.35rem;
}

.main-nav .nav-list > li {
    flex-shrink: 0;
}

.main-nav a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--navy-mid);
    padding: 0.35rem 0.14rem;
    text-decoration: none;
    white-space: nowrap;
}

/* Tighter links until very wide — keeps one row without wrapping */
@media (min-width: 961px) and (max-width: 1299px) {
    .main-nav .nav-list {
        gap: 0 0.2rem;
    }

    .main-nav a {
        font-size: 0.8125rem;
        padding: 0.35rem 0.08rem;
    }
}

@media (min-width: 1300px) {
    .main-nav .nav-list {
        gap: 0 0.5rem;
    }

    .main-nav a {
        font-size: 1rem;
        padding: 0.35rem 0.2rem;
    }
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--teal);
    text-decoration: none;
}

.main-nav a.active {
    font-weight: 700;
}

.main-nav a.nav-link-speakers {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-speakers-logo {
    height: 22px;
    width: auto;
    max-width: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 0.2rem;
    vertical-align: middle;
}

.has-dropdown {
    position: relative;
}

.has-dropdown > a {
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 220px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 0.5rem 0;
    list-style: none;
    margin: 0.35rem 0 0;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
    display: block;
}

.dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 400;
}

.dropdown a:hover {
    background: var(--bg);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    cursor: pointer;
    position: relative;
}

.nav-toggle::before,
.nav-toggle::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: var(--navy);
}

.nav-toggle::before {
    top: 14px;
    box-shadow: 0 7px 0 var(--navy);
}

.nav-toggle::after {
    bottom: 14px;
}

@media (max-width: 1100px) {
    .header-inner {
        position: relative;
        justify-content: flex-start;
        gap: 0.3rem 0.45rem;
    }

    .header-inner .brand {
        flex-shrink: 1;
        min-width: 0;
    }

    .header-inner .brand-logo-img {
        max-width: min(290px, 58vw);
    }

    /* Sit next to main logo; hamburger uses margin-left: auto so no dead space between logos and menu */
    .header-inner .header-secondary-logo {
        margin-left: 0.1rem;
        height: 52px;
        max-width: min(190px, 44vw);
    }

    .nav-toggle {
        display: block;
        flex-shrink: 0;
        margin-left: auto;
    }

    .main-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        flex: none;
        min-width: unset;
        justify-content: initial;
        background: var(--white);
        border-bottom: 1px solid var(--line);
        padding: 1rem 1.25rem 1.25rem;
        box-shadow: var(--shadow-sm);
        overflow: visible;
        z-index: 101;
    }

    .main-nav.is-open {
        display: block;
    }

    .main-nav .nav-list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
    }

    .main-nav .nav-list > li {
        flex-shrink: 1;
    }

    .main-nav .nav-list > li > a {
        padding: 0.65rem 0;
        border-bottom: 1px solid var(--line);
        white-space: normal;
    }

    /* Always show nested items (hover unreliable on touch); beat desktop .dropdown { display: none } */
    .main-nav .nav-list > li.has-dropdown > .dropdown {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        border: none;
        padding: 0 0 0.35rem;
        margin: 0;
    }

    .main-nav .nav-list > li.has-dropdown > .dropdown > li > a {
        padding: 0.55rem 0 0.55rem 1rem;
        border-bottom: 1px solid rgba(226, 224, 218, 0.85);
        font-weight: 500;
        color: var(--navy-mid);
    }

    .main-nav .nav-list > li.has-dropdown > .dropdown > li:last-child > a {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .header-inner .brand-logo-img {
        max-width: min(255px, 54vw);
    }

    .header-inner .header-secondary-logo {
        height: 46px;
        max-width: min(158px, 40vw);
        margin-left: 0.06rem;
    }
}

/* Hero */
.hero {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    padding: 2.5rem 0 5rem;
    background-color: var(--navy-soft);
    background-image: var(--hero-overlay), linear-gradient(145deg, #1a6b7c 0%, #2d4a63 42%, #243146 100%);
    background-size: cover;
    background-position: center;
}

/* Photo banner: set --hero-banner on .hero (from Site settings or default file) */
.hero.has-photo {
    background-image: var(--hero-overlay), var(--hero-banner);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.pill .icon {
    opacity: 0.9;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 700;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

.hero-tagline {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 700;
    opacity: 0.95;
    margin: 0 0 0.75rem;
}

.hero-desc {
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    font-weight: 700;
    line-height: 1.55;
    opacity: 1;
    max-width: 42rem;
    margin: 0 0 1.75rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 0, 0, 0.2);
}

.hero-assoc {
    font-size: 0.92rem;
    opacity: 0.85;
    max-width: 40rem;
    margin: -1rem 0 1.5rem;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.92rem;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background: var(--gold);
    color: #1a1508;
    border-color: var(--gold);
}

.btn-primary:hover {
    background: var(--gold-hover);
    border-color: var(--gold-hover);
    color: #1a1508;
}

.btn-inline {
    display: inline-flex;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--white);
    color: var(--white);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    align-items: stretch;
}

.hero-stat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 5.5rem;
    padding: 1rem 0.75rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-stat-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, var(--gold), rgba(201, 169, 75, 0.35));
    opacity: 0.95;
}

.hero-stat-card:nth-child(2)::before {
    background: linear-gradient(90deg, #5eead4, rgba(20, 184, 166, 0.35));
}

.hero-stat-card:nth-child(3)::before {
    background: linear-gradient(90deg, #93c5fd, rgba(59, 130, 246, 0.35));
}

.hero-stat-card:nth-child(4)::before {
    background: linear-gradient(90deg, #fcd34d, rgba(251, 191, 36, 0.35));
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .hero-stat-card {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: linear-gradient(
            160deg,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(255, 255, 255, 0.06) 100%
        );
    }
}

.hero-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.hero-stat-card__value {
    display: block;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #fff;
}

.hero-stat-card__detail {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    opacity: 0.92;
}

@media (max-width: 768px) {
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .hero-stat-card {
        min-height: 5rem;
        padding: 0.85rem 0.5rem;
    }
}

/* Key dates bar */
.key-dates-bar {
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
}

.key-dates-inner {
    background: linear-gradient(135deg, var(--ink) 0%, #132a42 100%);
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow);
}

.key-dates-inner h2 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.key-dates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.key-dates-list li {
    font-size: 0.88rem;
}

.key-dates-list span {
    opacity: 0.75;
    display: block;
    font-size: 0.78rem;
}

.key-dates-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn-gold {
    background: var(--gold);
    color: #1a1508;
    border: none;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-gold:hover {
    background: var(--gold-hover);
    color: #1a1508;
    text-decoration: none;
}

.btn-dark-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.45);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
}

.btn-dark-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: var(--white);
}

@media (max-width: 768px) {
    .key-dates-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .key-dates-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Sections */
.section {
    padding: 3rem 0;
}

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.section-head h1,
.section-head h2 {
    font-size: clamp(1.65rem, 3vw, 2rem);
    color: var(--navy);
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.section-head p.lead {
    color: var(--muted);
    margin: 0;
    font-size: 1rem;
}

@media (min-width: 900px) {
    .section--home .section-head p.lead {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
}

.page-hero {
    background: linear-gradient(165deg, #1a7a8c 0%, #3d5266 48%, #2d3b4d 100%);
    color: var(--white);
    padding: 2.75rem 0 3rem;
    text-align: center;
}

.page-hero-lead {
    margin: 0.75rem auto 0;
    max-width: 36rem;
    opacity: 0.92;
    font-size: 1rem;
    font-weight: 400;
}

.page-hero .badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.page-hero .pill {
    background: rgba(255, 255, 255, 0.12);
}

.page-hero h1 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
}

/* About (and similar): optional photo under overlay — set --page-hero-banner inline */
.page-hero.page-hero--has-banner {
    background-image: var(--hero-overlay), var(--page-hero-banner);
    background-size: cover, cover;
    background-position: center center, center center;
}

.page-hero.page-hero--has-banner .container {
    position: relative;
    z-index: 1;
}

/* Cards grid */
.card-grid {
    display: grid;
    gap: 1.25rem;
}

.card-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.card-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
    .card-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .card-grid.cols-2,
    .card-grid.cols-3 {
        grid-template-columns: 1fr;
    }
}

.org-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.org-card img {
    max-height: 72px;
    width: auto;
    margin-bottom: 1rem;
    object-fit: contain;
}

.org-card--split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    text-align: left;
}

.org-card--split img {
    margin: 0;
    max-height: 112px;
    max-width: 100%;
}

.org-card__text {
    min-width: 0;
    flex: 1 1 auto;
}

.org-card__logo {
    flex: 0 0 auto;
    width: clamp(180px, 38%, 260px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 560px) {
    .org-card--split {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .org-card__logo {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.6rem;
    }

    .org-card--split img {
        max-height: 128px;
    }
}

.org-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    color: var(--navy);
}

.org-card p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
}

.org-card--compact h3 {
    font-size: 1.02rem;
    margin-bottom: 0.25rem;
}

.org-card--compact p {
    font-size: 0.86rem;
}

.co-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.co-card img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

/* Theme cards */
.theme-intro {
    text-align: center;
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.theme-card {
    background: linear-gradient(180deg, #e8f4f2 0%, #faf8f5 100%);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255, 255, 255, 0.85);
    min-height: 100%;
}

.theme-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--gold-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.theme-card h3 {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    color: var(--navy-mid);
    line-height: 1.35;
    font-weight: 700;
}

.theme-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--muted);
}

/* Speakers */
.speaker-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.speaker-card img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--bg);
}

.speaker-card h3 {
    margin: 0 0 0.2rem;
    font-size: 1.1rem;
    color: var(--navy);
}

.speaker-card .role {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0.35rem;
    letter-spacing: 0.02em;
}

.role-plenary {
    color: var(--teal);
}

.role-invited {
    color: var(--accent);
}

.speaker-card--plenary {
    border-left: 4px solid var(--teal);
}

.speaker-card--invited {
    border-left: 4px solid rgba(30, 90, 138, 0.45);
}

.speaker-card .affil {
    font-size: 0.88rem;
    color: var(--muted);
    margin: 0;
}

.speaker-card__link {
    margin: 0.5rem 0 0;
}

.speaker-card__link a {
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
}

.speaker-card__link a:hover {
    text-decoration: underline;
}

/* Sponsorship */
.tier-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.65rem;
    box-shadow: var(--shadow-sm);
}

.tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--teal-soft);
    color: var(--navy-mid);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.tier-price {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 1rem;
}

.tier-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.tier-card li {
    margin-bottom: 0.35rem;
}

.tier-note {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 1rem 0;
}

.tier-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.btn-amber {
    background: #f59e0b;
    color: #1a1003;
    border: none;
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-amber:hover {
    background: #d97706;
    color: #1a1003;
    text-decoration: none;
}

/* Content page */
.content-block {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    max-width: 820px;
    margin: 0 auto;
}

.content-block h2 {
    margin-top: 0;
    color: var(--navy);
    font-size: 1.35rem;
}

.content-block p {
    color: var(--text);
}

/* Contact form */
.form-row {
    margin-bottom: 1rem;
}

.form-row label {
    display: block;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: var(--navy-mid);
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
}

.form-row textarea {
    min-height: 140px;
    resize: vertical;
}

/* Footer */
.main-content {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.site-footer {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: var(--text);
    padding: 2.5rem 0 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    margin-top: auto;
    font-size: 0.9rem;
    border-top: 1px solid var(--line);
}

.footer-wrap {
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0));
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.7fr);
    gap: 2rem 2rem;
    align-items: start;
    text-align: left;
}

.footer-col--brand {
    min-width: 0;
}

.site-footer .footer-brand-link {
    align-items: flex-start;
}

.site-footer .footer-brand-link .brand-name {
    color: var(--navy);
}

.site-footer .footer-brand-link .brand-tagline {
    color: var(--muted);
}

.site-footer .footer-brand-link:hover .brand-name {
    color: var(--ink);
}

.footer-lead {
    margin: 1rem 0 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--muted);
    max-width: 28rem;
}

.footer-speakers-brand {
    margin: 0.85rem 0 0;
}

.footer-speakers-brand img {
    display: block;
    max-height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    opacity: 0.9;
}

.footer-heading {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.62);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-links a {
    color: var(--navy);
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--accent);
    text-decoration: underline;
}


.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(15, 23, 42, 0.55);
}

.footer-social-empty {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.55);
}

/* Social icons (top bar + footer) */
.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.social-nav--topbar {
    justify-content: flex-end;
}

.social-nav--footer {
    justify-content: flex-start;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.78);
    text-decoration: none;
    transition: background 0.15s ease, transform 0.12s ease;
}

.social-nav--footer .social-link {
    background: rgba(15, 23, 42, 0.06);
}

.social-link:hover {
    background: rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
    text-decoration: none;
}

.social-link__icon {
    width: 18px;
    height: 18px;
    display: block;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.social-link--link .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
}

.social-link--facebook .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}

.social-link--x .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

.social-link--linkedin .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
}

.social-link--instagram .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}

.social-link--youtube .social-link__icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
}

/* Gallery & FAQ pages */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
    justify-content: center;
}

.gallery-card {
    margin: 0;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.gallery-card__link {
    display: block;
    line-height: 0;
    color: inherit;
}

.gallery-card__link:hover {
    text-decoration: none;
}

.gallery-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    vertical-align: middle;
}

.gallery-card__caption {
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
    color: var(--navy-mid);
}

.faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-bottom: 0.65rem;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.faq-item__q {
    cursor: pointer;
    padding: 1rem 1.15rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--navy);
    list-style: none;
    position: relative;
    padding-right: 2.5rem;
}

.faq-item__q::-webkit-details-marker {
    display: none;
}

.faq-item__q::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--muted);
    border-bottom: 2px solid var(--muted);
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__q::after {
    transform: translateY(-20%) rotate(225deg);
}

.faq-item__a {
    padding: 0 1.15rem 1.1rem;
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.55;
    border-top: 1px solid var(--line);
    padding-top: 0.85rem;
    margin-top: 0;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-col--brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .site-footer .footer-brand-link {
        align-items: center;
        text-align: left;
    }

    .footer-lead {
        max-width: none;
    }
}

/* Event page & home highlights */
.section-tint {
    background: var(--bg-tint);
    border-top: 1px solid rgba(15, 118, 110, 0.1);
    border-bottom: 1px solid rgba(15, 118, 110, 0.06);
}

.section-compact {
    padding: 2.25rem 0;
}

.text-center {
    text-align: center;
}

.muted {
    color: var(--muted);
}

.highlight-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.35rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    min-height: 100%;
}

.highlight-card--compact {
    padding: 1.25rem 1.15rem;
}

.highlight-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    color: var(--navy);
    font-weight: 700;
}

.highlight-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.5;
}

.highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: var(--gold-soft);
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

/* Schedule table */
.schedule-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.schedule-table thead {
    background: linear-gradient(180deg, var(--ink) 0%, var(--navy) 100%);
    color: var(--white);
}

.schedule-table th,
.schedule-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.schedule-table tbody tr:hover {
    background: rgba(238, 246, 244, 0.65);
}

.schedule-table tbody tr:last-child td {
    border-bottom: none;
}

.schedule-detail {
    display: block;
    font-size: 0.82rem;
    color: var(--muted);
    font-weight: 400;
    margin-top: 0.25rem;
}

.track-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--teal-soft);
    color: var(--navy-mid);
}

/* Speaker filter */
.speaker-filter {
    max-width: 480px;
    margin: 0 auto 2rem;
}

.speaker-filter label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy-mid);
    margin-bottom: 0.4rem;
}

.speaker-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.select-input {
    flex: 1;
    min-width: 200px;
    padding: 0.55rem 0.85rem;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--navy);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e3a5f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
}

.select-input:hover,
.select-input:focus {
    border-color: var(--teal);
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.2);
}

.speaker-count {
    font-size: 0.88rem;
    color: var(--muted);
    font-weight: 500;
}

/* ——— Registration page ——— */
.section-tight {
    padding: 2rem 0 2.5rem;
}

.reg-page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0c4a6e 0%, var(--navy) 38%, var(--ink) 100%);
}

.reg-page-hero::after {
    content: "";
    position: absolute;
    right: -5%;
    top: 10%;
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    background: radial-gradient(circle at 30% 30%, rgba(45, 212, 191, 0.18), transparent 55%),
        radial-gradient(circle at 70% 60%, rgba(201, 169, 75, 0.12), transparent 50%);
    pointer-events: none;
}

.reg-page-hero .container {
    position: relative;
    z-index: 1;
}

.reg-hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 0.5rem;
}

.reg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.btn-hero-main {
    padding: 0.75rem 1.35rem;
    font-size: 1rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.btn-hero-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.45);
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
    border-color: var(--white);
}

.reg-pdf-hint {
    margin: 1rem 0 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
}

.reg-pdf-hint code {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.reg-layout {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .reg-layout {
        grid-template-columns: 1.35fr 0.65fr;
        align-items: start;
    }
}

.reg-panel {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    position: relative;
}

.reg-panel--steps {
    border-top: 4px solid var(--teal);
}

.reg-panel-tag {
    position: absolute;
    top: -0.65rem;
    left: 1.25rem;
    background: linear-gradient(135deg, #5b21b6 0%, #4c1d95 100%);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(76, 29, 149, 0.35);
}

.reg-steps-intro {
    margin: 0.5rem 0 1rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.reg-guideline-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 1.25rem;
}

.reg-guideline-bar {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.10), rgba(201, 169, 75, 0.10));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.reg-guideline-bar__title {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.72);
    margin-bottom: 0.65rem;
}

.reg-guideline-row--bar {
    margin-bottom: 0;
}

.reg-guideline-row--bar .reg-link-cep {
    margin-left: auto;
}

.reg-pdf-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold-soft) 0%, #fff 100%);
    border: 1px solid rgba(201, 169, 75, 0.45);
    color: var(--ink);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.reg-pdf-chip:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    color: var(--ink);
}

.reg-pdf-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: #b45309;
    border: 1px solid rgba(201, 169, 75, 0.5);
}

.reg-link-cep {
    font-weight: 600;
    font-size: 0.92rem;
}

.reg-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reg-step-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.reg-step-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--teal) 0%, #0f766e 100%);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}

.reg-step-body {
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.5;
}

.reg-disclaimer {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    background: rgba(254, 243, 199, 0.45);
    border: 1px solid rgba(251, 191, 36, 0.35);
    font-size: 0.88rem;
    color: var(--text);
}

.reg-disclaimer strong {
    color: #92400e;
}

.reg-contact-card {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    background: var(--bg-tint);
    border: 1px solid rgba(15, 118, 110, 0.15);
    font-size: 0.9rem;
}

.reg-contact-card span {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 0.35rem;
}

.reg-contact-card a {
    display: inline-block;
    margin-right: 1rem;
    font-weight: 600;
}

.reg-panel--aside {
    background: linear-gradient(180deg, #f8fafc 0%, var(--white) 100%);
}

.reg-aside-title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    color: var(--navy);
}

.reg-aside-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reg-aside-links li {
    border-bottom: 1px solid var(--line);
}

.reg-aside-links a {
    display: block;
    padding: 0.55rem 0;
    font-weight: 500;
}

.reg-aside-highlight {
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: var(--radius);
    background: rgba(30, 90, 138, 0.06);
    border: 1px solid rgba(30, 90, 138, 0.12);
    font-size: 0.88rem;
}

.reg-aside-highlight strong {
    display: block;
    font-size: 0.82rem;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.reg-aside-highlight p {
    margin: 0;
    color: var(--muted);
}

.reg-fees-section {
    padding-bottom: 3rem;
}

.reg-fee-table-wrap {
    margin-top: 1.25rem;
    border-radius: var(--radius-lg);
    overflow: auto;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.reg-fee-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
}

.reg-fee-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, var(--ink) 0%, #1e3a5f 100%);
    color: var(--white);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    padding: 0.9rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.reg-fee-th--group {
    width: 180px;
}

.reg-fee-th--cat {
    width: 320px;
}

.reg-fee-table tbody th,
.reg-fee-table tbody td {
    padding: 0.85rem 0.85rem;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
    font-size: 0.92rem;
}

.reg-fee-table tbody tr:last-child th,
.reg-fee-table tbody tr:last-child td {
    border-bottom: none;
}

.reg-fee-group {
    background: rgba(15, 23, 42, 0.03);
    color: var(--navy);
    font-weight: 800;
    font-size: 0.92rem;
    border-right: 1px solid var(--line);
    vertical-align: middle;
}

.reg-fee-cat {
    font-weight: 650;
    color: var(--text);
}

.reg-fee-cell {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    color: var(--navy);
    white-space: nowrap;
}

.reg-fee-table tbody tr:nth-child(even) td,
.reg-fee-table tbody tr:nth-child(even) th.reg-fee-cat {
    background: rgba(2, 132, 199, 0.035);
}

.reg-fee-table tbody tr:hover td,
.reg-fee-table tbody tr:hover th.reg-fee-cat {
    background: rgba(45, 212, 191, 0.08);
}

.reg-fee-toggle {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0 auto 1.75rem;
    padding: 0.35rem;
    max-width: 420px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.reg-toggle-btn {
    flex: 1;
    min-width: 140px;
    border: none;
    cursor: pointer;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--muted);
    background: transparent;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.reg-toggle-btn.is-active {
    background: linear-gradient(135deg, var(--teal) 0%, #0d9488 100%);
    color: var(--white);
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.35);
}

.reg-fee-panel {
    display: none;
}

.reg-fee-panel.is-active {
    display: block;
    animation: regFade 0.35s ease;
}

@keyframes regFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reg-fee-period-head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.reg-fee-period-head h3 {
    margin: 0 0 0.25rem;
    font-size: 1.35rem;
    color: var(--navy);
}

.reg-fee-period-head p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.reg-fee-cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .reg-fee-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .reg-fee-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.reg-fee-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
}

.reg-fee-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.reg-fee-card-top {
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, var(--ink) 0%, #1e3a5f 100%);
    color: var(--white);
}

.reg-fee-card-top h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.reg-fee-dl {
    margin: 0;
    padding: 1rem 1.15rem 1.15rem;
}

.reg-fee-dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--line);
}

.reg-fee-dl > div:last-child {
    border-bottom: none;
}

.reg-fee-dl dt {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    max-width: 52%;
}

.reg-fee-dl dd {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    text-align: right;
}

.reg-footnotes {
    margin-top: 2rem;
    padding: 1.25rem 1.35rem;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px dashed rgba(100, 116, 139, 0.45);
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.5;
}

.reg-footnotes p {
    margin: 0 0 0.5rem;
}

.reg-footnotes p:last-child {
    margin-bottom: 0;
}

.reg-abstract-panel {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}

.reg-abstract-panel h2 {
    margin-top: 0;
    color: var(--navy);
}

.reg-abstract-panel__lead {
    margin-bottom: 0;
    line-height: 1.55;
}

.reg-abstract-panel__cta {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

/* ——— Abstract landing page (abstract.php) ——— */
.abs-page {
    background: var(--bg);
}

/* Abstract: compact CTA row under standard page-hero (matches Event/Contact pattern) */
.abs-intro-cta {
    padding: 1.5rem 0 1.75rem;
}

.abs-intro-cta__inner {
    text-align: center;
}

.abs-intro-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    align-items: center;
}

.abs-intro-cta__meta {
    margin: 1rem auto 0;
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 36rem;
}

@media (max-width: 768px) {
    .abs-intro-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .abs-intro-cta__actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }
}

.abs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border-color 0.18s;
    border: 2px solid transparent;
}

.abs-btn--gold {
    background: linear-gradient(145deg, #f5e6b8 0%, #e8d48a 50%, #dcc06a 100%);
    color: #3d3420;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.1);
}

.abs-btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    color: #2a2418;
    text-decoration: none;
}

.abs-btn--ghost {
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-mid);
    border-color: rgba(30, 58, 95, 0.18);
}

.abs-btn--ghost:hover {
    background: #fff;
    border-color: rgba(30, 58, 95, 0.28);
    color: var(--navy);
    text-decoration: none;
}

.abs-btn--solid {
    background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 45%, #14b8a6 100%);
    color: #0f172a;
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.22);
}

.abs-btn--solid:hover {
    transform: translateY(-1px);
    color: #0f172a;
    text-decoration: none;
}

.abs-btn--line {
    background: transparent;
    color: var(--navy-mid);
    border: 2px solid rgba(30, 58, 95, 0.35);
}

.abs-btn--line:hover {
    border-color: var(--teal);
    color: var(--teal);
    text-decoration: none;
}

.abs-btn--ghost-dark {
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.abs-btn--ghost-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

/* Jump nav — prominent sticky band + pill links (nav.abs-jump = extra specificity) */
nav.abs-jump {
    position: sticky;
    top: 72px;
    z-index: 50;
    background: linear-gradient(180deg, #d1fae5 0%, #ecfdf5 38%, #f8fafc 100%);
    backdrop-filter: blur(12px);
    border-top: 4px solid #14b8a6;
    border-bottom: 1px solid rgba(20, 184, 166, 0.45);
    box-shadow:
        0 8px 32px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

nav.abs-jump .abs-jump__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    padding: 0.95rem 0;
    justify-content: center;
}

nav.abs-jump a {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f766e !important;
    text-decoration: none !important;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    background: #fff !important;
    border: 2px solid rgba(20, 184, 166, 0.45);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.07);
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

nav.abs-jump a:hover {
    color: #0d9488 !important;
    background: #f0fdfa !important;
    border-color: #14b8a6;
    box-shadow: 0 6px 18px rgba(20, 184, 166, 0.28);
    transform: translateY(-2px);
    text-decoration: none !important;
}

nav.abs-jump a:focus-visible {
    outline: 2px solid #14b8a6;
    outline-offset: 2px;
}

/* Glass alerts */
.abs-strip {
    padding: 2rem 0 2.5rem;
}

.abs-strip__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .abs-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.abs-glass {
    display: flex;
    gap: 1.1rem;
    padding: 1.35rem 1.4rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
}

.abs-glass:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.abs-glass--sun {
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.95) 0%, rgba(255, 251, 235, 0.98) 100%);
}

.abs-glass--mint {
    background: linear-gradient(135deg, rgba(204, 251, 241, 0.75) 0%, rgba(236, 253, 245, 0.95) 100%);
}

.abs-glass__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.abs-glass__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--navy);
}

.abs-glass p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text);
}

/* How-to split */
.abs-section {
    padding: 3rem 0;
}

.abs-section--mesh {
    background: linear-gradient(180deg, #f8fafc 0%, var(--bg) 100%);
    position: relative;
}

.abs-section--mesh::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(30, 90, 138, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.55;
    pointer-events: none;
}

.abs-section--mesh > .container {
    position: relative;
    z-index: 1;
}

.abs-split {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 900px) {
    .abs-split {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.abs-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #14b8a6;
    margin-bottom: 0.5rem;
}

.abs-kicker--light {
    color: #0d9488;
}

.abs-section-title {
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.abs-section-title--light {
    color: var(--navy);
}

.abs-section-lead {
    font-size: 1.02rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 1.25rem;
}

.abs-section-lead--muted {
    color: var(--muted);
}

.abs-mini-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.abs-mini-steps li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
    color: var(--text);
    font-size: 0.95rem;
}

/* Guide steps: soft mint badges — no heavy teal slab */
.abs-mini-steps span {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid rgba(16, 185, 129, 0.22);
    color: #047857;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.abs-panel-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem 1.75rem;
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.abs-panel-card__text {
    margin: 0 0 1rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--text);
}

.abs-link-arrow {
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
    border-bottom: 2px solid rgba(30, 90, 138, 0.25);
}

.abs-link-arrow:hover {
    border-bottom-color: var(--teal);
    color: var(--teal);
}

.abs-link-inline {
    font-weight: 600;
}

.abs-panel-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}

/* Important dates band — soft wash, not a dark slab */
.abs-dates-wrap {
    background: linear-gradient(165deg, #f0fdfa 0%, #ecfeff 38%, #f5f3ff 100%);
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.abs-dates-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.2' fill='%231e293b' fill-opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.9;
}

.abs-dates-wrap > .container {
    position: relative;
    z-index: 1;
}

.abs-section-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
}

/* Important dates: one horizontal row; overflow scroll; carousel arrows when >10 items */
.abs-date-strip {
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
    max-width: 100%;
}

@media (min-width: 768px) {
    .abs-date-strip {
        gap: 0.65rem;
    }
}

.abs-date-strip--carousel {
    align-items: center;
}

.abs-date-carousel-btn {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: var(--navy-mid);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.abs-date-carousel-btn:hover {
    background: #f0fdfa;
    border-color: rgba(20, 184, 166, 0.4);
    color: #0f766e;
}

.abs-date-carousel-btn:focus-visible {
    outline: 2px solid #14b8a6;
    outline-offset: 2px;
}

.abs-date-carousel-hint {
    text-align: center;
    font-size: 0.85rem;
    margin: 0.7rem 0 0;
}

/* Scroll viewport: centers the row when few cards; horizontal scroll when many */
.abs-date-cards {
    --abs-date-gap: 1rem;
    display: flex;
    justify-content: center;
    justify-content: safe center;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.2rem 0.1rem 0.65rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.abs-date-cards__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--abs-date-gap);
    width: max-content;
    min-height: 0;
}

.abs-date-cards:focus-visible {
    outline: 2px solid rgba(20, 184, 166, 0.5);
    outline-offset: 4px;
    border-radius: 12px;
}

.abs-date-cards::-webkit-scrollbar {
    height: 7px;
}

.abs-date-cards::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 999px;
}

.abs-date-card {
    position: relative;
    flex: 0 0 auto;
    width: min(9.25rem, 70vw);
    max-width: 10rem;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 1.1rem 0.85rem;
    text-align: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

@media (min-width: 640px) {
    .abs-date-card {
        width: 9rem;
        max-width: none;
        padding: 1.15rem 0.9rem;
    }
}

.abs-date-card:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.abs-date-card__shine {
    position: absolute;
    inset: -40% -20%;
    background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.12) 50%, transparent 60%);
    transform: rotate(-15deg);
    pointer-events: none;
}

.abs-date-day {
    display: block;
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--navy);
    text-shadow: none;
    word-break: break-word;
}

.abs-date-my {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--muted);
    margin: 0.3rem 0 0.65rem;
}

.abs-date-label {
    display: block;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--text);
}

.abs-date-card--rose {
    background: linear-gradient(145deg, #fce7f3 0%, #fbcfe8 50%, #f9a8d4 100%);
}

.abs-date-card--peach {
    background: linear-gradient(145deg, #ffedd5 0%, #fed7aa 50%, #fdba74 100%);
}

.abs-date-card--sage {
    background: linear-gradient(145deg, #d1fae5 0%, #a7f3d0 50%, #6ee7b7 100%);
}

.abs-date-card--teal {
    background: linear-gradient(145deg, #ccfbf1 0%, #99f6e4 50%, #5eead4 100%);
}

/* Guidelines — airy near-white card (no saturated ribbon) */
.abs-guidelines-shell {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    padding: 2.5rem 1.75rem 2rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04), 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.abs-guidelines-tag {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.95rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.abs-guidelines-inner {
    padding-top: 0.5rem;
}

.abs-guidelines-heading {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #475569;
}

.abs-guidelines-sub {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: var(--muted);
}

.abs-guidelines-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.abs-guidelines-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    font-size: 0.93rem;
    line-height: 1.55;
    color: var(--text);
}

.abs-g-bullet {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    position: relative;
}

.abs-g-bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.35rem;
    height: 0.35rem;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: translate(-55%, -60%) rotate(-45deg);
}

.abs-guidelines-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

/* Abstract page — awards (single section, expandable details) */
.abs-awards-wrap {
    padding-top: 0.5rem;
}

.abs-awards-shell {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    padding: 2.5rem 1.75rem 1.75rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04), 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.abs-awards-tag {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #78350f;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.95rem;
    border-radius: 8px;
    border: 1px solid rgba(251, 191, 36, 0.45);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.abs-awards-inner {
    padding-top: 0.35rem;
}

.abs-awards-heading {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #475569;
}

.abs-awards-sub {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    color: var(--muted);
    max-width: 52ch;
}

.abs-awards-accordion {
    border-top: 1px solid #e2e8f0;
}

.abs-award-item {
    border-bottom: 1px solid #e2e8f0;
}

.abs-award-item:last-child {
    border-bottom: none;
}

.abs-award-summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 1rem 0.15rem 1rem 0;
    font-size: 1rem;
    font-weight: 650;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: var(--text);
    line-height: 1.35;
}

.abs-award-summary::-webkit-details-marker {
    display: none;
}

.abs-award-summary::marker {
    content: "";
}

.abs-award-summary__text {
    flex: 1;
    text-align: left;
}

.abs-award-summary::after {
    content: "";
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.15rem;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.abs-award-item[open] .abs-award-summary::after {
    transform: rotate(225deg);
    margin-top: 0.35rem;
}

.awards-page {
    flex: 1;
}

.awards-hero {
    padding: clamp(2.25rem, 5vw, 3.25rem) 0 1.35rem;
    background: radial-gradient(110% 110% at 50% 0%, rgba(45, 212, 191, 0.14) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, #f8fafc 0%, var(--bg) 65%, var(--bg) 100%);
}

.awards-hero__inner {
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.awards-hero__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.85rem, 4vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.awards-hero__sub {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.awards-section {
    padding-top: 0.5rem;
}

.awards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 920px) {
    .awards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.awards-card {
    position: relative;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 18px;
    padding: 1.35rem 1.35rem 1.2rem;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.awards-card::before {
    content: "";
    position: absolute;
    inset: -40% -30%;
    background: radial-gradient(circle at 20% 10%, rgba(45, 212, 191, 0.18), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(201, 169, 75, 0.14), transparent 60%);
    pointer-events: none;
}

.awards-card--alt::before {
    background: radial-gradient(circle at 10% 0%, rgba(59, 130, 246, 0.14), transparent 55%),
        radial-gradient(circle at 85% 10%, rgba(168, 85, 247, 0.12), transparent 60%);
}

.awards-card > * {
    position: relative;
    z-index: 1;
}

.awards-card__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 750;
    color: #0f172a;
    border: 1px solid rgba(45, 212, 191, 0.28);
    background: rgba(204, 251, 241, 0.65);
}

.awards-card__pill--alt {
    border-color: rgba(59, 130, 246, 0.26);
    background: rgba(219, 234, 254, 0.65);
}

.awards-card__title {
    margin: 0.75rem 0 0.65rem;
    font-size: 1.15rem;
    font-weight: 850;
    color: var(--ink);
}

.awards-list {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text);
    line-height: 1.6;
    font-size: 0.95rem;
}

.awards-list li {
    margin: 0.35rem 0;
}

.awards-note {
    margin: 0.9rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.abs-award-summary:hover {
    color: #0f172a;
}

.abs-award-summary:focus-visible {
    outline: 2px solid #38bdf8;
    outline-offset: 4px;
    border-radius: 6px;
}

.abs-award-detail {
    padding: 0 0 1.15rem;
    margin-top: -0.25rem;
    font-size: 0.93rem;
    line-height: 1.6;
    color: var(--muted);
    max-width: 65ch;
}

.container-narrow {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.container-narrow--portal-wide {
    max-width: 1040px;
}

/* Portal pages: hero action row */
.page-hero .abs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1rem;
}

/* ——— Participant auth (login + register) ——— */
.portal-auth {
    background: linear-gradient(180deg, #eef2f7 0%, var(--bg) 45%, var(--bg) 100%);
    min-height: 60vh;
}

.portal-auth__hero {
    position: relative;
    padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(3.5rem, 8vw, 5rem);
    color: var(--text);
    text-align: center;
    overflow: hidden;
}

.portal-auth__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 50% -20%, rgba(99, 102, 241, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 60% at 100% 50%, rgba(45, 212, 191, 0.1), transparent 50%),
        linear-gradient(155deg, #f0f9ff 0%, #f8fafc 42%, #f1f5f9 100%);
}

.portal-auth__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Ccircle cx='2' cy='2' r='1' fill='%231e293b' fill-opacity='0.05'/%3E%3C/svg%3E");
    opacity: 0.85;
}

.portal-auth__hero .container {
    position: relative;
    z-index: 1;
}

.portal-auth__eyebrow {
    display: inline-block;
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
}

.portal-auth__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.65rem, 3.5vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--navy);
    text-shadow: none;
}

.portal-auth__lead {
    margin: 0 auto;
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--text);
}

.portal-auth__main {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    padding: 0 1rem 3.5rem;
}

.portal-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 24px 48px -12px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.portal-card--wide {
    max-width: 1040px;
}

.portal-card--wide .portal-form .btn-primary {
    width: auto;
    min-width: 220px;
}

.portal-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.05rem 1.25rem;
}

@media (min-width: 900px) {
    .portal-form-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.portal-form-grid .form-row {
    margin-bottom: 0 !important;
}

.portal-form-grid--files {
    margin-top: 0.35rem;
}

.portal-card--auth {
    border-top: 4px solid var(--teal);
}

.portal-form {
    margin: 0;
    padding: 0;
}

.portal-form .form-row {
    margin-bottom: 1.15rem;
}

.portal-form .form-row:last-of-type {
    margin-bottom: 1.5rem;
}

.portal-form-section {
    margin: 0 0 1.5rem;
    padding: 1.25rem 1.35rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.portal-form-section__title {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: #475569;
    letter-spacing: -0.01em;
}

.portal-form-readonly {
    background: #f1f5f9 !important;
    color: var(--muted);
    cursor: not-allowed;
}

.portal-form-yn {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.portal-form-yn:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.portal-form-yn__q {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.45;
}

.portal-form-yn__opts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.portal-form-yn__opts label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}

.portal-form-terms {
    margin-top: 1rem;
}

.portal-form-terms label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.45;
}

.portal-form-terms input[type="checkbox"] {
    width: auto;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.portal-form-terms a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
}

.portal-form-terms a:hover {
    color: var(--teal);
}

.portal-form label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy-mid);
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}

.portal-form input[type="email"],
.portal-form input[type="text"],
.portal-form input[type="password"],
.portal-form input[type="tel"],
.portal-form textarea,
.portal-form select {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fafbfc;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.portal-form input:hover,
.portal-form textarea:hover,
.portal-form select:hover {
    border-color: rgba(15, 118, 110, 0.35);
    background: var(--white);
}

.portal-form input:focus,
.portal-form textarea:focus,
.portal-form select:focus {
    outline: none;
    border-color: var(--teal);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.15);
}

.portal-form .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    border-radius: 12px;
    margin-top: 0.25rem;
    background: linear-gradient(145deg, var(--gold) 0%, #c9a94b 100%);
    color: #1a1508;
    border: none;
    box-shadow: 0 8px 24px rgba(201, 169, 75, 0.35);
}

.portal-form .btn-primary:hover {
    background: linear-gradient(145deg, #e8c54a 0%, #b8933a 100%);
    color: #1a1508;
    transform: translateY(-1px);
}

.portal-form .btn-primary:disabled,
.portal-form .btn-primary:disabled:hover,
.portal-form .btn-primary[aria-busy="true"],
.portal-form .btn-primary[aria-busy="true"]:hover {
    opacity: 0.72;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
    box-shadow: 0 4px 12px rgba(201, 169, 75, 0.2);
}

.portal-error {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    font-size: 0.92rem;
    margin: 0 0 1.25rem;
}

.portal-success {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.92rem;
    margin: 0 0 1.25rem;
}

.portal-foot {
    margin: 1.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    text-align: center;
    font-size: 0.92rem;
    color: var(--muted);
}

.portal-foot a {
    font-weight: 600;
    color: var(--accent);
}

.portal-foot a:hover {
    color: var(--teal);
}

/* Dashboard / admin: grid cards */
.portal-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .portal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .portal-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.portal-grid .portal-card {
    max-width: none;
    margin: 0;
    padding: 1.5rem 1.35rem;
    border-top: none;
}

.portal-banner {
    padding: 1rem 1.25rem;
    border-radius: 14px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.portal-banner--win {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.portal-progress {
    margin-bottom: 2rem;
}

.portal-progress h2 {
    font-size: 1.15rem;
    margin: 0 0 0.75rem;
    color: var(--navy);
}

.portal-progress-bar {
    height: 10px;
    border-radius: 999px;
    background: var(--line);
    overflow: hidden;
    margin-bottom: 1rem;
}

.portal-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), #0d9488);
    transition: width 0.4s ease;
}

.portal-progress-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
    color: var(--muted);
}

.portal-progress-steps li.is-done {
    color: var(--teal);
    font-weight: 600;
}

.portal-status {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.portal-status--submitted,
.portal-status--under_review {
    background: #fef3c7;
    color: #92400e;
}

.portal-status--accepted {
    background: #d1fae5;
    color: #065f46;
}

.portal-status--rejected {
    background: #fee2e2;
    color: #991b1b;
}

.portal-status--modify_requested {
    background: #e0e7ff;
    color: #3730a3;
}

.portal-comment {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: var(--bg-tint);
    border-radius: var(--radius);
    border-left: 4px solid var(--teal);
}

.portal-comment p {
    margin: 0.35rem 0 0;
    font-size: 0.92rem;
}

.admin-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.admin-table th,
.admin-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.admin-table thead {
    background: rgba(15, 23, 42, 0.04);
}

.admin-file-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-file-list li {
    margin-bottom: 0.5rem;
}

.small-print {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 1rem;
}

/* ——— Sponsorship page ——— */
.sponsor-page {
    flex: 1;
}

.sponsor-hero {
    position: relative;
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    background: linear-gradient(145deg, #0c1628 0%, #152238 42%, #0f2744 100%);
    color: var(--white);
}

.sponsor-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 12% 30%, rgba(201, 169, 75, 0.12), transparent 55%),
        radial-gradient(ellipse 70% 50% at 88% 70%, rgba(15, 118, 110, 0.14), transparent 50%),
        linear-gradient(180deg, rgba(11, 18, 32, 0.2) 0%, rgba(11, 18, 32, 0.55) 100%);
    pointer-events: none;
}

.sponsor-hero__accent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), #a855f7, var(--teal));
    opacity: 0.95;
}

.sponsor-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.sponsor-hero__title {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
}

.sponsor-hero__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.container--sponsor {
    max-width: 760px;
}

.container--wide {
    max-width: var(--max);
}

.sponsor-tiers-section {
    padding-top: 0;
}

.sponsor-pack-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
}

@media (min-width: 720px) {
    .sponsor-pack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 1.25rem;
    }
}

@media (min-width: 1100px) {
    .sponsor-pack-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem 1.25rem;
    }
}

.sponsor-pack {
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: radial-gradient(120% 120% at 0% 0%, rgba(45, 212, 191, 0.06) 0%, rgba(255, 255, 255, 0.98) 55%, #ffffff 100%);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
    overflow: hidden;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.sponsor-pack:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.sponsor-pack__head {
    padding: 0.9rem 1rem 0.95rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.03) 0%, rgba(15, 23, 42, 0.00) 100%);
}

.sponsor-pack__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 750;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(6px);
}

.sponsor-pack__pill-ico {
    font-size: 0.95rem;
    line-height: 1;
}

.sponsor-pack__pill-text {
    line-height: 1.2;
}

.sponsor-pack__price {
    margin: 0.55rem 0 0;
    font-size: 1.28rem;
    font-weight: 900;
    color: #0f172a;
}

.sponsor-pack__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sponsor-pack__list li {
    position: relative;
    padding: 0.6rem 1rem 0.6rem 2.1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.45;
}

.sponsor-pack__list li::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1.1rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
}

/* Tier accents */
.sponsor-pack--diamond .sponsor-pack__pill { background: rgba(59, 130, 246, 0.10); border-color: rgba(59, 130, 246, 0.22); }
.sponsor-pack--platinum .sponsor-pack__pill { background: rgba(148, 163, 184, 0.18); border-color: rgba(148, 163, 184, 0.32); }
.sponsor-pack--gold .sponsor-pack__pill { background: rgba(245, 158, 11, 0.14); border-color: rgba(245, 158, 11, 0.26); }
.sponsor-pack--silver .sponsor-pack__pill { background: rgba(148, 163, 184, 0.12); border-color: rgba(148, 163, 184, 0.28); }
.sponsor-pack--startup .sponsor-pack__pill { background: rgba(20, 184, 166, 0.12); border-color: rgba(20, 184, 166, 0.26); }

.sponsor-letter {
    position: relative;
    margin-top: -1.5rem;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.25rem);
    background: linear-gradient(165deg, #ffffff 0%, #f4f0ff 55%, #eef6f4 100%);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(30, 58, 95, 0.12);
    box-shadow: var(--shadow), 0 24px 48px rgba(15, 23, 42, 0.08);
}

.sponsor-letter__glow {
    position: absolute;
    top: -40%;
    right: -10%;
    width: 55%;
    height: 120%;
    background: radial-gradient(circle, rgba(201, 169, 75, 0.15) 0%, transparent 65%);
    pointer-events: none;
}

.sponsor-letter__greeting {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--navy-mid);
}

.sponsor-letter__p {
    margin: 0 0 1rem;
    color: var(--text);
}

.sponsor-letter__p:last-of-type {
    margin-bottom: 0;
}

.sponsor-letter__note {
    margin: 1.25rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    font-size: 0.95rem;
    color: var(--navy-mid);
}

.sponsor-section-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.sponsor-section-title {
    margin: 0 0 0.35rem;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.sponsor-section-lead {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
}

.sponsor-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    -webkit-overflow-scrolling: touch;
}

.sponsor-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.sponsor-table thead {
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-soft) 100%);
    color: var(--white);
}

.sponsor-table th {
    padding: 0.85rem 0.65rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid rgba(201, 169, 75, 0.35);
    line-height: 1.35;
}

.sponsor-table td {
    padding: 0.75rem 0.65rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--line);
    color: var(--text);
}

.sponsor-table__banner {
    text-align: left;
    max-width: 280px;
    line-height: 1.45;
}

.sponsor-table tbody tr:nth-child(even) {
    background: rgba(245, 243, 239, 0.65);
}

.sponsor-table tbody tr:hover {
    background: rgba(204, 251, 241, 0.35);
}

.sponsor-tier-pill {
    display: inline-block;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.sponsor-tier-pill--diamond {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #312e81;
    border: 1px solid #a5b4fc;
}

.sponsor-tier-pill--platinum {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #334155;
    border: 1px solid #cbd5e1;
}

.sponsor-tier-pill--gold {
    background: linear-gradient(135deg, #fef9c3 0%, #fde68a 100%);
    color: #854d0e;
    border: 1px solid #facc15;
}

.sponsor-tier-pill--silver {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #475569;
    border: 1px solid #94a3b8;
}

.sponsor-tier-pill--bronze {
    background: linear-gradient(135deg, #ffedd5 0%, #fdba74 100%);
    color: #9a3412;
    border: 1px solid #fb923c;
}

.sponsor-tier-pill--cultural {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #5b21b6;
    border: 1px solid #a78bfa;
}

.sponsor-tier-pill--default {
    background: var(--bg-tint);
    color: var(--navy-mid);
    border: 1px solid var(--line);
}

.sponsor-footnote {
    margin: 1.25rem 0 0;
    font-size: 0.82rem;
    color: var(--muted);
    text-align: center;
}

.sponsor-cards {
    display: none;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (max-width: 960px) {
    .sponsor-table-wrap {
        display: none;
    }

    .sponsor-cards {
        display: grid;
    }
}

.sponsor-card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.sponsor-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, transparent 100%);
    border-bottom: 1px solid var(--line);
}

.sponsor-card__price {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--navy-mid);
}

.sponsor-card__dl {
    margin: 0;
    padding: 0.75rem 1.15rem 1.1rem;
}

.sponsor-card__dl > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(226, 224, 218, 0.8);
    font-size: 0.88rem;
}

.sponsor-card__dl > div:last-child {
    border-bottom: none;
}

.sponsor-card__dl dt {
    margin: 0;
    font-weight: 600;
    color: var(--muted);
    font-size: 0.8rem;
}

.sponsor-card__dl dd {
    margin: 0;
    color: var(--text);
    text-align: left;
    line-height: 1.45;
}

.sponsor-cta {
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.sponsor-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.5rem, 4vw, 2rem) clamp(1.5rem, 4vw, 2.25rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(125deg, var(--navy) 0%, var(--navy-mid) 55%, #134e4a 100%);
    color: var(--white);
    box-shadow: var(--shadow);
}

.sponsor-cta__title {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.sponsor-cta__text {
    margin: 0;
    max-width: 36ch;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
}

.sponsor-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sponsor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sponsor-btn:hover {
    text-decoration: none;
}

.sponsor-btn--primary {
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 4px 14px rgba(201, 169, 75, 0.45);
}

.sponsor-btn--primary:hover {
    background: var(--gold-hover);
    transform: translateY(-1px);
}

.sponsor-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sponsor-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
}

/* ——— Committee page ——— */
.committee-page {
    flex: 1;
    background: linear-gradient(180deg, var(--bg) 0%, #f0ebe3 50%, var(--bg) 100%);
}

.committee-hero {
    position: relative;
    padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(1.75rem, 4vw, 2.5rem);
    overflow: hidden;
    background: linear-gradient(155deg, #0f2847 0%, var(--navy) 38%, #134e4a 100%);
    color: var(--white);
}

.committee-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 100% 80% at 100% 0%, rgba(201, 169, 75, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(15, 118, 110, 0.18), transparent 50%);
    pointer-events: none;
}

.committee-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
}

.committee-hero__accent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), #14b8a6, #a855f7);
}

.committee-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.committee-hero__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.committee-hero__title {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 4.5vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.committee-hero__lead {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.committee-block {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.committee-block:first-of-type {
    padding-top: 2rem;
}

.committee-block--organizing {
    background: rgba(255, 255, 255, 0.5);
}

.committee-block--members {
    background: transparent;
}

.committee-block--technical_advisory {
    background: linear-gradient(180deg, rgba(238, 246, 244, 0.9) 0%, rgba(245, 243, 239, 0.95) 100%);
    border-top: 1px solid rgba(30, 58, 95, 0.08);
}

.committee-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.committee-section-head__line {
    flex: 1;
    max-width: 120px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.85;
}

.committee-block__title {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    font-weight: 800;
    color: var(--navy);
    text-align: center;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .committee-section-head__line {
        max-width: 48px;
    }

    .committee-block__title {
        white-space: normal;
    }
}

.committee-organizing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
}

.committee-organizing__patron {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
}

/* Avoid width:100% on flex row: with body overflow-x:clip, multiple patron cards were clipped off-screen. */
.committee-organizing__patron .committee-card {
    flex: 1 1 min(100%, 320px);
    max-width: 440px;
    min-width: 0;
}

.committee-organizing__row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    justify-items: stretch;
}

@media (max-width: 1100px) {
    .committee-organizing__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .committee-organizing__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 380px) {
    .committee-organizing__row {
        grid-template-columns: 1fr;
    }
}

.committee-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.committee-grid--advisory {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    justify-content: initial;
    gap: 1.15rem;
}

.committee-card {
    position: relative;
    text-align: center;
    border-radius: var(--radius-lg);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.committee-card__inner {
    position: relative;
    z-index: 1;
    padding: 1.15rem 1.2rem;
    border-radius: inherit;
    background: var(--white);
    border: 1px solid rgba(30, 58, 95, 0.1);
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 2px 4px -2px rgba(15, 23, 42, 0.05);
}

.committee-card:hover {
    transform: translateY(-3px);
}

.committee-card:hover .committee-card__inner {
    box-shadow:
        0 18px 40px -12px rgba(15, 23, 42, 0.14),
        0 8px 16px -8px rgba(15, 118, 110, 0.12);
    border-color: rgba(15, 118, 110, 0.25);
}

.committee-card--organizing .committee-card__inner {
    box-shadow: var(--shadow-sm);
}

.committee-card--spotlight .committee-card__inner {
    padding: 1.5rem 1.35rem 1.4rem;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 45%, #f0fdfa 100%);
    border: 1px solid rgba(201, 169, 75, 0.35);
    box-shadow:
        0 4px 20px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.committee-card__ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), #f59e0b);
    box-shadow: 0 2px 8px rgba(201, 169, 75, 0.45);
}

.committee-card--spotlight .committee-card__name {
    font-size: 1.08rem;
    margin-top: 0.35rem;
}

.committee-card--convener .committee-card__inner {
    border-top: 3px solid var(--teal);
}

.committee-card--co .committee-card__inner {
    border-top: 3px solid var(--accent-blue);
}

.committee-role-badge {
    display: inline-block;
    margin-top: 0.65rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(15, 118, 110, 0.1);
    border: 1px solid rgba(15, 118, 110, 0.2);
}

.committee-card--spotlight .committee-role-badge {
    background: linear-gradient(135deg, rgba(201, 169, 75, 0.15), rgba(15, 118, 110, 0.12));
    color: var(--navy-mid);
    border-color: rgba(201, 169, 75, 0.35);
}

.committee-card--name-only {
    flex: 0 1 210px;
    min-width: min(210px, 100%);
}

.committee-card--name-only .committee-card__inner {
    padding: 1rem 1.1rem;
}

.committee-card__dot {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--teal));
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.committee-card__name {
    margin: 0;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--navy-mid);
    line-height: 1.35;
}

.committee-card--advisory {
    text-align: left;
}

.committee-card--advisory .committee-card__inner {
    padding: 1.2rem 1.25rem 1.25rem;
    border-left: 4px solid var(--teal);
    text-align: left;
}

.committee-card--advisory:hover .committee-card__inner {
    border-left-color: var(--gold);
}

.committee-card__affiliation {
    margin: 0.5rem 0 0;
    font-size: 0.86rem;
    color: var(--text);
    line-height: 1.45;
}

.committee-card__affiliation--organizing {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.82rem;
    color: var(--muted);
}

.committee-card__location {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    color: var(--muted);
}

.committee-card__loc-icon {
    flex-shrink: 0;
    font-size: 0.75rem;
    opacity: 0.85;
    margin-top: 0.1rem;
}

.committee-empty {
    padding: 3rem 0 4rem;
}

.committee-empty__msg {
    margin: 0 auto;
    max-width: 36rem;
    text-align: center;
    padding: 1.5rem 1.25rem;
    border-radius: var(--radius-lg);
    background: var(--white);
    border: 1px dashed var(--line);
    color: var(--muted);
    font-size: 0.95rem;
}

/* Committee — organizer strip (top) + member photos */
.committee-organizer-section {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
}

.committee-organizer-head {
    text-align: center;
    margin-bottom: 1.25rem;
}

.committee-organizer-head__title {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy-mid);
}

.organizer-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem 3rem;
}

.organizer-strip--page .organizer-strip__logo {
    max-height: 88px;
    width: auto;
    max-width: min(280px, 42vw);
    object-fit: contain;
}

.organizer-strip--footer .organizer-strip__logo {
    max-height: 56px;
    width: auto;
    max-width: min(220px, 38vw);
    object-fit: contain;
}

.organizer-strip__item {
    text-align: center;
    max-width: 300px;
}

.organizer-strip__caption {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.35;
}

.organizer-strip--footer .organizer-strip__caption {
    color: rgba(255, 255, 255, 0.55);
}

.footer-organizers {
    text-align: center;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-organizers .footer-heading {
    margin-bottom: 0.9rem;
}

.footer-organizers .organizer-strip {
    justify-content: center;
}

.committee-card__photo-wrap {
    margin: 0 auto 0.75rem;
}

.committee-card__photo {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(15, 118, 110, 0.2);
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.committee-card--organizing .committee-card__photo {
    width: 100px;
    height: 100px;
}

.committee-card--spotlight .committee-card__photo {
    border-color: rgba(201, 169, 75, 0.45);
}

.committee-card__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--navy-mid);
    background: linear-gradient(145deg, #e2e8f0, #f1f5f9);
    border: 2px solid rgba(30, 58, 95, 0.12);
}

.committee-card--organizing .committee-card__photo--placeholder {
    width: 100px;
    height: 100px;
}

.committee-card__designation {
    display: block;
    margin: 0.4rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--teal);
}

.committee-card__designation--muted {
    font-weight: 500;
    color: var(--muted);
}

.committee-card__advisory-top {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.committee-card--advisory .committee-card__photo,
.committee-card--advisory .committee-card__photo--placeholder {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    margin: 0;
}

.committee-card__advisory-text {
    flex: 1;
    min-width: 0;
}

.committee-card--advisory .committee-card__name {
    margin: 0;
}

.committee-card--advisory .committee-card__designation {
    margin-top: 0.2rem;
}

.committee-grid--members {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    justify-content: initial;
    gap: 1rem;
}

.committee-card--member {
    min-width: 0;
}

.committee-card--member .committee-card__inner {
    padding: 1.1rem 0.9rem 1.15rem;
}

/* ——— Contact page ——— */
/* Was padding-bottom: 0 — that removed space above the footer; match .section rhythm */
.contact-info-section {
    padding-bottom: 3rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    align-items: stretch;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        height: auto;
    }

    .contact-card--map .contact-map-frame {
        flex: none;
        aspect-ratio: 4 / 3;
        min-height: 200px;
    }
}

.contact-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.35rem 1.5rem;
    box-shadow: var(--shadow-sm);
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-card--map {
    min-height: 0;
}

.contact-card--map .contact-map-frame {
    flex: 1 1 auto;
    min-height: 200px;
    position: relative;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--bg-tint);
}

.contact-card--map .contact-map__links {
    flex-shrink: 0;
    margin-top: 0.75rem;
}

.contact-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
    flex-shrink: 0;
}

.contact-card__lead {
    margin: 0 0 1.15rem;
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.45;
    flex-shrink: 0;
}

.contact-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-height: 0;
}

.contact-detail-list > li {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
}

.contact-detail-list > li:first-child {
    padding-top: 0;
}

.contact-detail-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-detail-list__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 0.25rem;
}

.contact-detail-list__value {
    font-size: 0.95rem;
    color: var(--text);
    font-style: normal;
}

.contact-detail-list__address {
    line-height: 1.5;
}

.contact-map__hint {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    color: var(--muted);
    flex-shrink: 0;
}

.contact-card--map .contact-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map__links {
    font-size: 0.88rem;
}

/* ===== Responsive — phones & small tablets (global polish) ===== */
@media (max-width: 767px) {
    .section {
        padding: 2.25rem 0;
    }

    .section-head {
        margin-bottom: 1.5rem;
    }

    .page-hero {
        padding: 2rem 0 2.5rem;
    }

    .page-hero h1 {
        font-size: clamp(1.5rem, 6vw, 2rem);
        line-height: 1.2;
    }

    .page-hero-lead {
        font-size: 0.95rem;
        padding: 0 0.25rem;
    }

    .content-block {
        padding: 1.35rem 1.1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .hero {
        min-height: 0;
        padding: 2rem 0 3.25rem;
    }

    .hero-title {
        font-size: clamp(1.65rem, 7vw, 2.35rem);
    }

    .hero-desc,
    .hero-assoc {
        font-size: 0.92rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem 0.5rem;
        margin-top: 1.75rem;
        padding-top: 1.25rem;
    }

    .hero-stat-card__value {
        font-size: clamp(0.9rem, 3.5vw, 1rem);
    }

    .hero-stat-card__detail {
        font-size: 0.68rem;
    }

    .key-dates-bar {
        margin-top: -2rem;
        margin-bottom: 2rem;
    }

    .key-dates-inner {
        padding: 1.15rem 1.1rem;
        border-radius: var(--radius);
    }

    .key-dates-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }

    .key-dates-actions {
        width: 100%;
        flex-direction: column;
    }

    .key-dates-actions .btn-gold,
    .key-dates-actions .btn-dark-outline {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .brand-name {
        font-size: 1.05rem;
    }

    .brand-tagline {
        font-size: 0.68rem;
    }

    .org-card {
        padding: 1.25rem 1rem;
    }

    .co-card {
        padding: 1rem;
        min-height: 72px;
    }

    .schedule-wrap {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        border-radius: var(--radius);
    }

    .schedule-table th,
    .schedule-table td {
        padding: 0.6rem 0.65rem;
        font-size: 0.82rem;
    }

    .prog-schedule-wrap {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .prog-schedule-table th,
    .prog-schedule-table td {
        padding: 0.6rem 0.65rem;
        font-size: 0.82rem;
    }

    .reg-page-hero {
        padding-bottom: 2rem;
    }

    .reg-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .reg-hero-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .reg-panel {
        padding: 1.35rem 1.1rem;
    }

    .reg-fee-toggle {
        flex-wrap: wrap;
        gap: 0.5rem;
        max-width: 100%;
    }

    .reg-toggle-btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-height: 44px;
        min-width: 0;
    }

    .reg-abstract-panel {
        padding: 1.35rem 1.1rem;
    }

    .sponsor-cta__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .sponsor-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sponsor-cta__actions .sponsor-btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .sponsor-cta__text {
        max-width: none;
    }

    .committee-block {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .committee-section-head {
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-bottom: 1.5rem;
    }

    .committee-section-head__line {
        max-width: 48px;
    }

    .committee-card:hover {
        transform: none;
    }

    .contact-card {
        padding: 1.15rem 1.1rem;
    }

    .admin-table-wrap {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .admin-table th,
    .admin-table td {
        padding: 0.65rem 0.6rem;
        font-size: 0.82rem;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-pills {
        justify-content: flex-start;
    }

    .pill {
        font-size: 0.75rem;
        padding: 0.3rem 0.7rem;
    }

    .committee-section-head__line {
        display: none;
    }

    .committee-block__title {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Touch devices: comfortable tap targets */
@media (hover: none) and (pointer: coarse) {
    a.btn,
    button.btn,
    .btn-gold,
    .btn-dark-outline,
    .sponsor-btn,
    .nav-toggle,
    .abs-btn {
        min-height: 44px;
    }

    .main-nav .nav-list > li > a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

/* Program page — full layout */
#program-schedule,
#themes {
    scroll-margin-top: 5rem;
}

.prog-page {
    background: var(--bg);
}

.prog-page .prog-hero.page-hero {
    position: relative;
    padding-bottom: 3.75rem;
    background: linear-gradient(155deg, #0d4f5c 0%, var(--navy) 42%, #0a1628 100%);
}

.prog-page .prog-hero.page-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: linear-gradient(to bottom, transparent, var(--bg-tint));
    pointer-events: none;
    opacity: 0.9;
}

.prog-hero .page-hero-lead,
.prog-hero__lead {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Overlap band */
.prog-page__overview {
    position: relative;
    z-index: 2;
    margin-top: -2.25rem;
    padding-top: 2.75rem;
    padding-bottom: 3.25rem;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    box-shadow: 0 -6px 32px rgba(15, 23, 42, 0.07);
}

.prog-page__block-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.prog-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--teal);
    margin: 0 0 0.5rem;
}

.prog-page__lede {
    margin: 0;
    font-size: 1rem;
    color: var(--navy-mid);
    line-height: 1.55;
}

.prog-resource-band {
    max-width: 1080px;
    margin: 0 auto;
}

.prog-resource-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.5rem;
    align-items: stretch;
}

.prog-resource-main,
.prog-resource-pdf {
    position: relative;
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.85rem;
    border: 1px solid rgba(15, 118, 110, 0.1);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.prog-resource-main {
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #f3fbf8 100%);
}

.prog-resource-main::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), #38bdf8, #fccb67);
    opacity: 0.95;
}

.prog-resource-pdf {
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.prog-resource-pdf::after {
    content: "";
    position: absolute;
    right: -35%;
    bottom: -40%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(56, 189, 248, 0.12), transparent 70%);
    pointer-events: none;
}

.prog-resource-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal);
}

.prog-resource-title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.6vw, 1.55rem);
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.prog-resource__prose {
    margin-bottom: 1.25rem;
}

.prog-resource-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.prog-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.prog-chip:hover {
    text-decoration: none;
}

.prog-chip__ico {
    font-size: 1rem;
    line-height: 1;
}

.prog-chip--accent {
    background: #fccb67;
    color: var(--navy);
    box-shadow: 0 2px 10px rgba(252, 203, 103, 0.35);
}

.prog-chip--accent:hover {
    transform: translateY(-1px);
    background: #f5c050;
    color: var(--navy);
}

.prog-chip--ghost {
    background: rgba(255, 255, 255, 0.65);
    color: var(--navy-mid);
    border-color: rgba(30, 58, 95, 0.22);
}

.prog-chip--ghost:hover {
    border-color: var(--teal);
    color: var(--teal);
    transform: translateY(-1px);
}

.prog-resource-pdf__label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--navy-mid);
}

.prog-resource-pdf__prose {
    margin: 0;
    flex: 1;
    font-size: 0.92rem;
    color: var(--muted);
}

.prog-resource-pdf__prose .about-prose__p {
    margin: 0 0 0.5rem;
}

.prog-resource-pdf__prose .about-prose__p:last-child {
    margin-bottom: 0;
}

.prog-resource-pdf__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--navy);
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
    border: 1px solid rgba(15, 118, 110, 0.25);
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.prog-resource-pdf__btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 118, 110, 0.18);
    color: var(--navy);
}

.prog-resource-pdf__btn-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1;
}

.prog-resource-pdf__pending {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--muted);
}

.prog-page .section-head .prog-eyebrow {
    margin-bottom: 0.4rem;
}

.prog-page .section-head .prog-eyebrow + h2 {
    margin-top: 0;
}

.prog-page__section-head {
    margin-bottom: 2rem;
}

.prog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
    border: 2px solid transparent;
}

.prog-btn:hover {
    text-decoration: none;
}

.prog-btn--gold {
    background: #fccb67;
    color: var(--navy);
    box-shadow: 0 2px 10px rgba(252, 203, 103, 0.4);
}

.prog-btn--gold:hover {
    transform: translateY(-1px);
    background: #f5c050;
    box-shadow: 0 4px 16px rgba(252, 203, 103, 0.5);
    color: var(--navy);
}

.prog-btn--outline {
    background: transparent;
    color: var(--navy-mid);
    border-color: rgba(30, 58, 95, 0.25);
}

.prog-btn--outline:hover {
    border-color: var(--teal);
    color: var(--teal);
    transform: translateY(-1px);
}

.prog-btn--dark {
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.2);
}

.prog-btn--dark:hover {
    background: var(--navy-mid);
    color: var(--white);
    transform: translateY(-1px);
}

.prog-btn__ico {
    font-size: 1rem;
    line-height: 1;
}

/* Timetable panel */
.prog-page__schedule {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    background: linear-gradient(180deg, var(--bg) 0%, var(--white) 12%, var(--white) 100%);
}

.prog-schedule-panel {
    max-width: min(1100px, 100%);
    margin: 0 auto;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.prog-schedule-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.prog-schedule-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.prog-schedule-table thead {
    background: linear-gradient(180deg, var(--ink) 0%, var(--navy) 100%);
    color: var(--white);
}

.prog-schedule-table th {
    text-align: left;
    padding: 0.95rem 1.1rem;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prog-schedule-table td {
    padding: 0.85rem 1.1rem;
    color: var(--navy-mid);
    border-bottom: 1px solid rgba(26, 62, 97, 0.07);
    vertical-align: top;
}

.prog-schedule-table tbody tr:nth-child(odd) {
    background: rgba(248, 250, 252, 0.98);
}

.prog-schedule-table tbody tr:nth-child(even) {
    background: var(--white);
}

.prog-schedule-table tbody tr:last-child td {
    border-bottom: none;
}

.prog-schedule-table td:nth-child(1),
.prog-schedule-table td:nth-child(2) {
    font-weight: 700;
    color: var(--navy);
    white-space: nowrap;
}

.prog-schedule-table td:nth-child(3) .schedule-detail {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    color: var(--muted);
    font-weight: 400;
}

.prog-page .prog-schedule-table .track-pill {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    background: var(--gold-soft);
    color: var(--navy-mid);
}

/* Empty state */
.prog-empty {
    max-width: 32rem;
    margin: 0 auto;
    text-align: center;
    padding: 2.5rem 1.75rem;
    border-radius: var(--radius-lg);
    border: 2px dashed rgba(15, 118, 110, 0.25);
    background: rgba(238, 246, 244, 0.5);
}

.prog-empty__icon {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.75rem;
    opacity: 0.85;
}

.prog-empty__title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: var(--navy);
}

.prog-empty__text {
    margin: 0;
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.55;
}

.prog-empty code {
    font-size: 0.82em;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
}

/* Themes strip */
.prog-page__themes {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
}

.prog-page__theme-grid .theme-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid rgba(226, 224, 218, 0.9);
}

.prog-page__theme-grid .theme-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 118, 110, 0.22);
}

/* Bottom CTA */
.prog-page__bottom-cta {
    padding-top: 0;
    padding-bottom: 3rem;
    background: var(--bg);
}

.prog-cta-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--navy-soft) 0%, var(--navy) 100%);
    color: var(--white);
    box-shadow: var(--shadow);
}

.prog-cta-strip__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.prog-cta-strip__text strong {
    font-size: 1.05rem;
    font-weight: 700;
}

.prog-cta-strip__text span {
    font-size: 0.88rem;
    opacity: 0.88;
}

.prog-cta-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.prog-cta-strip .prog-btn--outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--white);
}

.prog-cta-strip .prog-btn--outline:hover {
    border-color: #fccb67;
    color: #fccb67;
}

@media (max-width: 768px) {
    .prog-page__overview {
        margin-top: -1.25rem;
        border-radius: var(--radius) var(--radius) 0 0;
    }

    .prog-resource-shell {
        grid-template-columns: 1fr;
    }

    .prog-resource-nav {
        flex-direction: column;
    }

    .prog-chip {
        width: 100%;
        justify-content: center;
    }

    .prog-resource-pdf__btn {
        width: 100%;
        justify-content: center;
    }

    .prog-btn {
        width: 100%;
    }

    .prog-cta-strip {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .prog-cta-strip__actions {
        justify-content: center;
    }

    .prog-cta-strip .prog-btn {
        width: auto;
        min-width: 0;
    }
}

/* Home page — compact layout & extra sections */
.home-page {
    background: var(--bg);
}

.home-hero.hero {
    min-height: 380px;
    padding: 2.25rem 0 4.25rem;
}

.home-page .key-dates-bar {
    margin-bottom: 1.5rem;
}

.home-page .key-dates-inner {
    padding: 1.2rem 1.4rem;
}

.section--home {
    padding: 2rem 0;
}

.section--home-tight {
    padding: 1.65rem 0;
}

.section--home-tint {
    background: var(--bg-tint);
    border-top: 1px solid rgba(15, 118, 110, 0.08);
    border-bottom: 1px solid rgba(15, 118, 110, 0.06);
}

.section-head--compact {
    margin-bottom: 1.15rem;
}

.section-head--compact h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.section-head--compact .lead {
    font-size: 0.92rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.home-quicklinks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 0.8rem;
    max-width: 920px;
    margin: 0 auto;
}

.home-quicklinks-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.1rem;
    border-radius: calc(var(--radius) + 6px);
    background:
        radial-gradient(900px 220px at 20% -20%, rgba(245, 158, 11, 0.18), transparent 60%),
        radial-gradient(900px 220px at 90% 0%, rgba(15, 118, 110, 0.16), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.home-quicklink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 118px;
    padding: 1.05rem 0.75rem;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
    text-decoration: none;
    color: var(--navy-mid);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.25;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.home-quicklink:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.45);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    color: var(--teal);
    text-decoration: none;
}

.home-quicklink__ico {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.20), rgba(15, 118, 110, 0.16));
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.home-teaser {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.15rem;
    max-width: 940px;
    margin: 0 auto;
}

.home-teaser__title {
    margin: 0 0 0.45rem;
    font-size: 1.2rem;
    color: var(--navy);
}

.home-teaser__text {
    flex: 1;
    min-width: 220px;
}

.home-teaser__text p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.55;
}

@media (min-width: 900px) {
    .home-teaser__text p {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
}

.home-teaser__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.home-teaser__btn2 {
    background: var(--white);
    border: 2px solid var(--teal);
    color: var(--navy);
}

.home-teaser__btn2:hover {
    background: var(--teal-soft);
    color: var(--navy);
    text-decoration: none;
}

.home-section-cta {
    text-align: center;
    margin: 1.1rem 0 0;
}

.home-highlights-grid {
    gap: 1rem;
}

.home-theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.65rem;
    margin-bottom: 0.15rem;
}

.home-theme-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0.85rem 0.95rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.home-theme-card__icon {
    font-size: 1.15rem;
    margin-bottom: 0.2rem;
}

.home-theme-card__title {
    margin: 0 0 0.3rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
}

.home-theme-card__desc {
    margin: 0;
    font-size: 0.75rem;
    color: var(--muted);
    line-height: 1.45;
}

.home-partners-wrap {
    padding-bottom: 2.25rem;
}

.home-partners__sub {
    margin: 1.35rem 0 0.55rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy-mid);
    text-align: center;
}

.home-partners__sub:first-of-type {
    margin-top: 0;
}

.home-org-grid,
.home-co-grid,
.home-sponsor-grid {
    gap: 0.8rem;
}

.home-sponsors__lead {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted);
    margin: 0 0 0.65rem;
}

.org-card--compact {
    padding: 1.15rem 1rem;
}

.org-card--compact.org-card--split {
    padding: 0.95rem 1.05rem;
    border-radius: 16px;
}

.co-card--compact {
    padding: 0.75rem 0.9rem;
    min-height: 84px;
}

@media (max-width: 640px) {
    .home-teaser {
        flex-direction: column;
        align-items: stretch;
    }

    .home-teaser__cta {
        justify-content: center;
    }

    .home-theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ----- About page ----- */
.about-page {
    overflow-x: clip;
}

.about-card__text--prose {
    text-align: left;
    hyphens: manual;
    -webkit-hyphens: manual;
}

.about-card__text--prose .about-prose__p {
    margin: 0.5rem 0 0;
}

.about-card__text--prose .about-prose__p:first-child {
    margin-top: 0;
}

/* Long-form about: plain full-width white (no floating card) */
.section--about-long {
    padding: 2.5rem 0 3.25rem;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.container.container--about-full {
    max-width: none;
    width: 100%;
    padding-left: clamp(1rem, 4vw, 2.75rem);
    padding-right: clamp(1rem, 4vw, 2.75rem);
}

.about-long-layout {
    width: 100%;
    max-width: none;
    margin: 0;
}

.about-long-head {
    margin-bottom: 1.35rem;
    padding: 0 0.15rem;
}

.about-long-head__title {
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-blue);
}

.about-long-head__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem 1.25rem;
}

.about-long-head__meta {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--navy-mid);
    line-height: 1.45;
}

.about-long-head__dot {
    margin: 0 0.35rem;
    opacity: 0.45;
    font-weight: 400;
}

.about-long-head__program {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--teal);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.about-long-head__program:hover {
    color: var(--navy-mid);
    border-bottom-color: rgba(15, 118, 110, 0.45);
}

.about-document {
    position: relative;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

.about-document > * + * {
    margin-top: 0;
    padding-top: 2.25rem;
    border-top: 1px solid var(--line);
}

.about-section {
    margin: 0;
    padding: 0;
    border: none;
}

.about-section__title {
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-left: none;
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.about-highlights__title {
    border-bottom-color: var(--line);
}

.about-prose {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--text);
    max-width: none;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate-character: "-";
}

.about-prose__p {
    margin: 0 0 1.15rem;
}

.about-prose__p:first-of-type {
    font-size: 1.075rem;
    color: var(--ink);
}

.about-prose__p:last-child {
    margin-bottom: 0;
}

.about-prose a {
    color: var(--accent);
    font-weight: 600;
    text-underline-offset: 2px;
}

.about-prose a:hover {
    color: var(--teal);
}

.about-highlights {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.about-highlights__list {
    list-style: disc;
    list-style-position: outside;
    margin: 0.25rem 0 0;
    padding: 0 0 0 1.35rem;
    color: var(--text);
}

.about-highlights__list li {
    margin: 0 0 0.55rem;
    padding: 0;
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.55;
    background: none;
    border: none;
    border-radius: 0;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.about-highlights__list li::marker {
    color: var(--teal);
}

@media (min-width: 720px) {
    .about-highlights__list {
        column-count: 2;
        column-gap: 2.5rem;
    }

    .about-highlights__list li {
        break-inside: avoid;
    }
}

.about-fallback-note {
    margin: 1.75rem 0 0;
    font-size: 0.9rem;
    color: var(--muted);
    text-align: center;
    line-height: 1.5;
}

.about-fallback-note code {
    font-size: 0.84rem;
    background: var(--bg);
    padding: 0.12rem 0.4rem;
    border-radius: 6px;
    border: 1px solid var(--line);
}

@media (max-width: 640px) {
    .section--about-long {
        padding: 1.75rem 0 2.25rem;
    }

    .about-document > * + * {
        padding-top: 1.75rem;
    }

    .about-section__title {
        margin-bottom: 0.85rem;
    }

    .about-prose {
        font-size: 1rem;
        line-height: 1.72;
    }

    .about-prose__p:first-of-type {
        font-size: 1.02rem;
    }

    .about-long-head__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section--about-intro {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.section--about-audience {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
    background: var(--bg-tint);
    border-top: 1px solid rgba(15, 118, 110, 0.08);
    border-bottom: 1px solid rgba(15, 118, 110, 0.06);
}

.section--about-intl {
    padding-top: 2.75rem;
    padding-bottom: 3.25rem;
}

.section-head--about {
    max-width: 640px;
}

.section-head--about .lead {
    font-size: 1.02rem;
    line-height: 1.55;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}

.about-card {
    position: relative;
    background: var(--white);
    border-radius: 22px;
    padding: 1.65rem 1.75rem 1.85rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 224, 218, 0.9);
    overflow: hidden;
}

.about-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 22px 0 0 22px;
    background: linear-gradient(180deg, var(--teal) 0%, var(--accent-blue) 100%);
}

.about-card--format::before {
    background: linear-gradient(180deg, var(--gold) 0%, #d4a84a 100%);
}

.about-card__label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-blue);
    background: linear-gradient(135deg, rgba(30, 90, 138, 0.1) 0%, rgba(20, 184, 166, 0.12) 100%);
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.about-card--format .about-card__label {
    color: var(--navy-mid);
    background: linear-gradient(135deg, rgba(201, 169, 75, 0.2) 0%, rgba(240, 232, 212, 0.6) 100%);
}

.about-card__label-ico {
    font-size: 1rem;
    line-height: 1;
}

.about-card__title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.about-card__kicker {
    margin: 0 0 0.85rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.4;
    letter-spacing: -0.015em;
}

.about-card__text {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.about-card__text a {
    font-weight: 600;
}

.about-card__meta {
    margin: 1rem 0 0;
    font-size: 0.88rem;
    color: var(--muted);
    font-style: italic;
    line-height: 1.5;
}

.about-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.about-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: var(--bg);
    color: var(--navy-mid);
    border: 1px solid var(--line);
    margin: 0;
}

.about-format-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.about-format-cell {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy);
    padding: 0.65rem 0.5rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fafc 0%, var(--white) 100%);
    border: 1px solid var(--line);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
    margin: 0;
}

.about-audience-pills {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    max-width: 900px;
}

.about-audience-pills li {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--navy-mid);
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(30, 90, 138, 0.18);
    box-shadow: var(--shadow-sm);
}

.about-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-partner-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.2rem;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(226, 224, 218, 0.95);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-partner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
    border-color: rgba(15, 118, 110, 0.22);
}

.about-partner-card__mark {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--teal-soft) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid rgba(15, 118, 110, 0.15);
}

.about-partner-card__name {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.45;
    padding-top: 0.15rem;
}

@media (prefers-reduced-motion: reduce) {
    .about-partner-card:hover {
        transform: none;
    }
}

@media (max-width: 960px) {
    .about-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .about-card {
        padding: 1.35rem 1.2rem 1.5rem;
        border-radius: 18px;
    }

    .about-partner-grid {
        grid-template-columns: 1fr;
    }

    .about-audience-pills li {
        font-size: 0.8rem;
        padding: 0.5rem 0.85rem;
    }
}
