@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

    :root {
      --bg: #0d1020;
      --bg-soft: #141834;
      --panel: rgba(255,255,255,0.08);
      --panel-strong: rgba(255,255,255,0.12);
      --ink: #f6f1ea;
      --muted: rgba(246,241,234,0.72);
      --line: rgba(255,255,255,0.14);
      --gold: #f4b86a;
      --rose: #f07a92;
      --violet: #8c83ff;
      --cyan: #8ae3ff;
      --max: 1200px;
      --radius-lg: 30px;
      --radius-md: 22px;
      --shadow: 0 30px 80px rgba(0,0,0,0.28);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 12% 10%, rgba(140,131,255,0.18), transparent 24%),
        radial-gradient(circle at 88% 14%, rgba(138,227,255,0.12), transparent 22%),
        radial-gradient(circle at 65% 72%, rgba(240,122,146,0.1), transparent 24%),
        linear-gradient(180deg, #0b0f1f 0%, #11162f 48%, #0e1328 100%);
      line-height: 1.6;
      overflow-x: hidden;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: auto;
      width: 34rem;
      height: 34rem;
      border-radius: 50%;
      filter: blur(110px);
      z-index: -2;
      opacity: 0.34;
      pointer-events: none;
    }

    body::before {
      background: rgba(140,131,255,0.18);
      top: -10rem;
      right: -8rem;
    }

    body::after {
      background: rgba(240,122,146,0.15);
      left: -8rem;
      bottom: 10%;
    }

    a { color: inherit; text-decoration: none; }

    /* Skip navigation link (WCAG 2.4.1) */
    .skip-link {
      position: absolute;
      top: -100%;
      left: 1rem;
      z-index: 100;
      padding: 0.75rem 1.25rem;
      background: var(--gold);
      color: #1a1020;
      font-weight: 700;
      border-radius: 0 0 8px 8px;
      transition: top 0.2s ease;
    }

    .skip-link:focus {
      top: 0;
    }

    /* Focus indicators (WCAG 2.4.7) */
    a:focus-visible,
    button:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
      border-radius: 4px;
    }

    .wrap { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }

    .mesh {
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 40px 40px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 86%);
      z-index: -3;
      pointer-events: none;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(22px);
      background: rgba(13,16,32,0.48);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      padding: 1rem 0;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-weight: 700;
    }

    .brand::before {
      content: "◌" / "";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.9rem;
      height: 1.9rem;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.22);
      color: var(--gold);
      font-size: 0.86rem;
    }

    .nav-links {
      display: flex;
      gap: 1.2rem;
      flex-wrap: wrap;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .nav-links a { position: relative; }
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.25rem;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, var(--gold), var(--rose));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.2s ease;
    }
    .nav-links a:hover::after { transform: scaleX(1); }

    .hero {
      padding: 7rem 0 4.25rem;
      position: relative;
    }

    .hero-grid {
      display: block;
    }

    .hero-copy,
    .hero-art,
    .card,
    .schedule-table,
    .organizer,
    .panel,
    .footer-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .hero-copy,
    .footer-card { border-radius: 34px; }
    .hero-art,
    .card,
    .schedule-table,
    .organizer,
    .panel { border-radius: var(--radius-lg); }

    .hero-copy {
      padding: 2.4rem;
      min-height: 36rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
    }

    .hero-background {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(circle at 26% 22%, rgba(244,184,106,0.26), transparent 18%),
        radial-gradient(circle at 72% 24%, rgba(140,131,255,0.24), transparent 20%),
        radial-gradient(circle at 62% 70%, rgba(138,227,255,0.14), transparent 22%),
        linear-gradient(160deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    }

    .hero-background::before,
    .hero-background::after {
      content: "";
      position: absolute;
      border-radius: 999px;
    }

    .hero-background::before {
      width: 125%;
      height: 125%;
      left: -10%;
      top: 18%;
      border: 1px solid rgba(255,255,255,0.1);
      transform: rotate(-16deg);
    }

    .hero-background::after {
      width: 58%;
      height: 58%;
      right: -3%;
      bottom: 5%;
      border: 1px solid rgba(255,255,255,0.08);
      transform: rotate(22deg);
    }

    .hero-full {
      position: relative;
      isolation: isolate;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      width: min(68rem, 100%);
    }

    .hero-note {
      position: relative;
      z-index: 2;
    }

    .announcement {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.5rem 0.9rem 0.5rem 0.5rem;
      border-radius: 999px;
      border: 1px solid rgba(244,184,106,0.35);
      background: linear-gradient(135deg, rgba(244,184,106,0.16), rgba(240,122,146,0.12));
      color: var(--ink);
      font-size: 0.88rem;
      margin-bottom: 1rem;
      max-width: fit-content;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .announcement:hover {
      transform: translateY(-1px);
      border-color: rgba(244,184,106,0.6);
      box-shadow: 0 0 24px rgba(244,184,106,0.18);
    }

    .announcement-badge {
      padding: 0.25rem 0.6rem;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--gold), var(--rose));
      color: #1a1020;
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .announcement-arrow {
      color: var(--gold);
      font-weight: 700;
      transition: transform 0.2s ease;
    }

    .announcement:hover .announcement-arrow {
      transform: translateX(3px);
    }

    .hero-location {
      color: var(--muted);
      text-decoration: underline;
      text-decoration-color: rgba(246,241,234,0.3);
      text-underline-offset: 3px;
      transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .hero-location:hover {
      color: var(--gold);
      text-decoration-color: var(--gold);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      width: fit-content;
      padding: 0.55rem 0.85rem;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.05);
      color: var(--muted);
      font-size: 0.8rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--rose));
      box-shadow: 0 0 18px rgba(244,184,106,0.7);
    }

    h1, h2 {
      margin: 0;
      font-family: "Cormorant Garamond", Georgia, serif;
      line-height: 0.94;
      letter-spacing: -0.04em;
      font-weight: 600;
    }

    h1 {
      font-size: clamp(4.2rem, 7vw, 7.4rem);
      max-width: 12ch;
      margin: 1.25rem 0 1rem;
    }

    h2 {
      font-size: clamp(2.5rem, 5vw, 4.1rem);
      max-width: 10ch;
    }

    .hero-copy p,
    .section-intro p,
    .card p,
    .organizer p,
    .meta p,
    .footer-copy p,
    .hero-note,
    td,
    th,
    li {
      color: var(--muted);
    }

    .hero-text {
      font-size: 1.12rem;
      max-width: 60ch;
      margin: 0 0 1.5rem;
    }

    .actions {
      display: flex;
      gap: 0.9rem;
      flex-wrap: wrap;
      margin-bottom: 1.4rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      border-radius: 999px;
      padding: 0.95rem 1.25rem;
      border: 1px solid rgba(255,255,255,0.14);
      transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
      background: rgba(255,255,255,0.04);
    }

    .button:hover {
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.24);
    }

    .button.primary {
      background: linear-gradient(135deg, rgba(244,184,106,0.95), rgba(240,122,146,0.95));
      color: #1a1020;
      border-color: transparent;
      font-weight: 700;
    }

    .hero-note {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.8rem;
      padding-top: 1.3rem;
      border-top: 1px solid rgba(255,255,255,0.12);
      font-size: 0.92rem;
    }

    .hero-note strong {
      display: block;
      color: var(--ink);
      font-size: 1.35rem;
      margin-bottom: 0.15rem;
      letter-spacing: -0.03em;
    }

    .hero-ring,
    .hero-ring-secondary {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
    }

    .hero-ring {
      inset: 16% 12% auto auto;
      width: 11rem;
      height: 11rem;
      border: 1px solid rgba(255,255,255,0.14);
      box-shadow: inset 0 0 0 24px rgba(255,255,255,0.018);
      opacity: 0.62;
    }

    .hero-ring-secondary {
      left: 52%;
      bottom: 10%;
      width: 16rem;
      height: 16rem;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: inset 0 0 0 36px rgba(255,255,255,0.012);
      opacity: 0.34;
      transform: rotate(10deg);
    }

    section {
      padding: 3.5rem 0;
      border-top: 1px solid rgba(255,255,255,0.06);
    }

    section:first-child,
    .hero { border-top: none; }

    /* Inline link target size (WCAG 2.5.8 — 24px minimum) */
    .card a,
    .panel a {
      display: inline-block;
      min-height: 24px;
      line-height: 1.5;
    }

    .section-head {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 1.5rem;
      align-items: center;
      margin-bottom: 1.6rem;
    }

    .kicker {
      display: inline-block;
      margin-bottom: 0.75rem;
      font-size: 0.8rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(246,241,234,0.6);
    }

    .kicker::after {
      content: "";
      display: block;
      width: 2.5rem;
      height: 2px;
      margin-top: 0.6rem;
      background: linear-gradient(90deg, var(--gold), var(--rose));
      border-radius: 1px;
      opacity: 0.7;
    }

    .grid-3,
    .grid-2,
    .meta {
      display: grid;
      gap: 1rem;
    }

    .grid-3,
    .meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .card,
    .organizer,
    .panel {
      padding: 1.5rem;
    }

    .card::before,
    .organizer::before,
    .panel::before,
    .schedule-table::before,
    .footer-card::before,
    .hero-copy::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 35%, transparent 65%, rgba(255,255,255,0.04));
      pointer-events: none;
    }

    .card-number {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      color: rgba(246,241,234,0.64);
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 2rem;
    }

    .card-number::before {
      content: "";
      width: 2rem;
      height: 1px;
      background: linear-gradient(90deg, var(--gold), rgba(244,184,106,0));
    }

    .card h3,
    .organizer h3,
    .panel h3 {
      margin: 0 0 0.75rem;
      font-size: 1.45rem;
      letter-spacing: -0.03em;
    }

    .themes .card:nth-child(1) {
      background: linear-gradient(180deg, rgba(140,131,255,0.18), rgba(255,255,255,0.06));
    }

    .themes .card:nth-child(2) {
      background: linear-gradient(180deg, rgba(240,122,146,0.16), rgba(255,255,255,0.06));
    }

    #cfp .card li {
      margin-bottom: 0.75rem;
    }

    #cfp .card li:last-child {
      margin-bottom: 0;
    }

    .themes .card ul {
      margin: 0;
      padding-left: 1.1rem;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .speaker-card {
      padding: 1.5rem;
    }

    .speaker-session {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      color: rgba(246,241,234,0.64);
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 1rem;
    }

    .speaker-session::before {
      content: "";
      width: 2rem;
      height: 1px;
      background: linear-gradient(90deg, var(--gold), rgba(244,184,106,0));
    }

    .speaker-list {
      display: grid;
      gap: 0.95rem;
      margin-top: 1rem;
    }

    .speaker-entry {
      padding-top: 0.95rem;
      border-top: 1px solid rgba(255,255,255,0.08);
    }

    .speaker-entry:first-child {
      padding-top: 0;
      border-top: 0;
    }

    .speaker-name {
      display: block;
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 0.2rem;
    }

    .speaker-affiliation {
      display: block;
      color: rgba(246,241,234,0.76);
      margin-bottom: 0.35rem;
    }

    .speaker-note {
      color: rgba(246,241,234,0.68);
      font-size: 0.92rem;
    }

    .speaker-role-group {
      margin-bottom: 2rem;
    }

    .speaker-role-group .featured-speakers + .featured-speakers {
      margin-top: 1.8rem;
    }

    .role-heading {
      margin: 0 0 1.2rem;
      font-size: 0.8rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(246,241,234,0.6);
    }

    .featured-speakers {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 1rem;
      row-gap: 1.5rem;
      max-width: 640px;
    }

    .featured-speaker {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.15rem;
      width: 100%;
    }

    .featured-speaker .speaker-photo {
      margin-bottom: 0.3rem;
    }

    .speaker-photo {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid var(--line);
      box-shadow: 0 0 24px rgba(140,131,255,0.12), 0 0 0 4px rgba(255,255,255,0.04);
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .featured-speaker:hover .speaker-photo {
      box-shadow: 0 0 32px rgba(140,131,255,0.22), 0 0 0 4px rgba(255,255,255,0.08);
      transform: translateY(-3px);
    }

    .speaker-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(140,131,255,0.2), rgba(138,227,255,0.15));
      color: rgba(246,241,234,0.5);
      font-size: 1.3rem;
      font-weight: 600;
      letter-spacing: 0.05em;
    }

    .featured-speaker .speaker-name {
      font-size: 0.95rem;
      margin-bottom: 0;
    }

    .featured-speaker .speaker-title {
      font-size: 0.82rem;
      color: rgba(246,241,234,0.72);
    }

    .featured-speaker .speaker-affiliation {
      font-size: 0.82rem;
      color: rgba(246,241,234,0.52);
    }

    .schedule-table {
      overflow: hidden;
      padding: 0.3rem;
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
      border: 0;
    }

    .status-col {
      width: 7rem;
    }

    .date-badge {
      display: inline-block;
      padding: 0.25rem 0.6rem;
      border-radius: 999px;
      font-size: 0.66rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 700;
      white-space: nowrap;
    }

    .date-badge.updated {
      background: linear-gradient(135deg, var(--gold), var(--rose));
      color: #1a1020;
      box-shadow: 0 0 16px rgba(244,184,106,0.35);
    }

    table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.97rem;
      border-radius: 26px;
      overflow: hidden;
    }

    th, td {
      padding: 1rem;
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    th {
      font-size: 0.76rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(246,241,234,0.55);
      background: rgba(255,255,255,0.04);
    }

    tr:last-child td { border-bottom: 0; }
    tbody tr:hover td { background: rgba(255,255,255,0.03); }

    .organizer {
      min-height: 230px;
      background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
      display: flex;
      flex-direction: column;
    }

    .organizer-photo {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid var(--line);
      box-shadow: 0 0 20px rgba(140,131,255,0.10), 0 0 0 3px rgba(255,255,255,0.04);
      margin-bottom: 1rem;
    }

    .email-icon {
      width: 1.1em;
      height: 1.1em;
      vertical-align: -0.15em;
      margin-right: 0.4em;
    }

    .pin-icon {
      width: 1em;
      height: 1em;
      vertical-align: -0.15em;
      margin-right: 0.35em;
    }

    .org-logos {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-top: auto;
      padding-top: 1rem;
      align-items: center;
    }

    .org-logo {
      height: 40px;
      width: auto;
      padding: 0.5rem 0.85rem;
      border-radius: 10px;
      background: #F2F3F4;
      border: 2px solid var(--line);
      box-shadow: 0 0 24px rgba(140,131,255,0.12), 0 0 0 4px rgba(255,255,255,0.04);
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .org-logo:hover {
      box-shadow: 0 0 32px rgba(140,131,255,0.22), 0 0 0 4px rgba(255,255,255,0.08);
      transform: translateY(-3px);
    }

    .org-logos-row {
      flex-wrap: nowrap;
    }

    .org-logos-row .org-logo {
      height: 32px;
      padding: 0.4rem 0.6rem;
    }

    .role {
      display: none;
      margin-top: 1rem;
      padding: 0.46rem 0.78rem;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      color: rgba(246,241,234,0.76);
      font-size: 0.82rem;
      letter-spacing: 0.04em;
    }

    .panel {
      background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    }

    .placeholder-text {
      font-style: italic;
      color: rgba(246,241,234,0.5);
    }

    .cfp-cross-note {
      color: var(--muted);
      font-style: italic;
      margin: 1rem 0 0;
    }

    .cfp-submission-row {
      margin-top: 1rem;
    }

    .footer-cta-secondary {
      margin-top: 0.6rem;
    }

    footer { padding: 2rem 0 4rem; }

    .footer-card {
      padding: 1.7rem;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 1rem;
      align-items: center;
    }

    .footer-note {
      font-size: 0.9rem;
      color: rgba(246,241,234,0.6);
      margin-top: 1rem;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .section-head,
      .footer-card,
      .meta,
      .grid-3,
      .grid-2,
      .speaker-grid,
      .hero-note {
        grid-template-columns: 1fr;
      }
      .nav { align-items: flex-start; flex-direction: column; }
      h1, h2 { max-width: 100%; }
      .hero-copy,
      .hero-art { min-height: auto; }
      .hero-content {
        width: 100%;
      }
      .hero-ring,
      .hero-ring-secondary { display: none; }
    }

    @media (max-width: 720px) {
      .hero { padding-top: 4.75rem; }
      .hero-copy, .hero-art, .card, .organizer, .panel, .footer-card { padding: 1.2rem; }
      .featured-speakers { grid-template-columns: repeat(2, 1fr); }
      .speaker-photo { width: 90px; height: 90px; }
      .organizer-photo { width: 72px; height: 72px; }
      .org-logo { height: 28px; padding: 0.35rem 0.6rem; }
      .speaker-role-group { margin-bottom: 1.2rem; }
      table, thead, tbody, th, td, tr { display: block; }
      thead { display: none; }
      tr { border-bottom: 1px solid rgba(255,255,255,0.08); }
      td {
        padding: 0.85rem 1rem;
        border-bottom: 0;
      }
      td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.72rem;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: rgba(246,241,234,0.55);
        margin-bottom: 0.32rem;
      }
    }

    @media (max-width: 480px) {
      .featured-speakers { grid-template-columns: 1fr; }
      .speaker-photo { width: 80px; height: 80px; }
      .organizer-photo { width: 64px; height: 64px; }
      .nav-links { font-size: 0.85rem; gap: 0.8rem; }
    }
