:root {
  color-scheme: light;
  --ink: #1f1f24;
  --muted: #72727c;
  --line: #e8e8ed;
  --paper: #fbfbfc;
  --panel: #ffffff;
  --brand: #ff3f72;
  --brand-dark: #d92d5f;
  --orange: #fff1e8;
  --orange-text: #c76521;
  --soft: #f6f6f8;
  --shadow: 0 18px 48px rgba(31, 31, 36, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  padding-bottom: 118px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

button,
.secondary,
.stickyJoin {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: #222228;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(31, 31, 36, 0.16);
}

button:hover,
.secondary:hover,
.stickyJoin:hover {
  transform: translateY(-1px);
}

.secondary {
  background: var(--brand);
}

.ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(255, 63, 114, 0.22);
  border-color: var(--brand);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 260px minmax(280px, 420px) 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 0 56px;
  background: rgba(251, 251, 252, 0.94);
  border-bottom: 1px solid rgba(232, 232, 237, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1;
  box-shadow: 6px 6px 0 #ffd7a8;
}

.brand strong {
  display: block;
}

.eventMetaBar {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 31, 36, 0.05);
}

.eventMetaBar span,
.eventMetaBar strong,
.eventMetaBar a {
  padding: 0 18px;
  min-width: 0;
  color: #53535c;
  font-size: 14px;
  white-space: nowrap;
}

.eventMetaBar strong {
  overflow: hidden;
  color: var(--ink);
  border-left: 1px solid var(--line);
  font-weight: 750;
  text-overflow: ellipsis;
}

.eventMetaBar a {
  display: grid;
  place-items: center;
  align-self: stretch;
  background: #222228;
  color: #fff;
  font-weight: 850;
}

nav {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  color: #34343b;
  font-size: 15px;
  font-weight: 750;
}

nav a {
  white-space: nowrap;
}

.toast {
  position: fixed;
  right: 28px;
  top: 106px;
  z-index: 20;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--orange-text);
  border: 1px solid #f6d8c4;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.pageShell {
  width: min(100%, 1740px);
  margin: 0 auto;
  padding: 92px 56px 54px;
}

[id] {
  scroll-margin-top: 116px;
}

.eventHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
  gap: 72px;
  align-items: center;
  margin-bottom: 54px;
}

.eventLead h1 {
  margin: 0;
  max-width: 850px;
  color: #202025;
  font-size: clamp(56px, 6.4vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
}

.eventLead > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 32px;
  color: #4f4f58;
  font-size: 22px;
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 28px;
  color: #50505a;
  font-size: 22px;
}

.eyebrow strong {
  color: var(--ink);
}

.groupLink {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 640px;
}

.groupThumb,
.avatar {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background:
    linear-gradient(rgba(31, 31, 36, 0.12), rgba(31, 31, 36, 0.12)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=400&q=80") center/cover;
}

.groupThumb {
  width: 88px;
  height: 66px;
  border-radius: 8px;
}

.groupLink strong {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
}

.groupLink small,
.eventInfo small,
.eventInfo a,
.attendeeRow small {
  display: block;
  color: var(--muted);
}

.eventInfo a {
  width: fit-content;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.eventMedia {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.eventMedia::before {
  content: "";
  position: absolute;
  inset: -22px 42px 22px -8px;
  z-index: -1;
  border-radius: 34px;
  background: #dedee2;
  transform: rotate(2.5deg);
}

.eventMedia img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
}

.eventMedia.imageMissing {
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 63, 114, 0.12), rgba(255, 184, 132, 0.2)),
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.92) 0 10%, transparent 11%),
    radial-gradient(circle at 76% 68%, rgba(255, 255, 255, 0.75) 0 12%, transparent 13%),
    #f2f2f6;
}

.eventMedia.imageMissing::after {
  content: "AI Community Launch Lab";
  max-width: 280px;
  color: #202025;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
}

.eventLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 64px;
  align-items: start;
}

.mainColumn {
  min-width: 0;
}

.sideColumn {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
}

.contentBand {
  padding: 44px 0;
  border-top: 1px solid var(--line);
}

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

.details > p {
  max-width: 780px;
  margin: 0 0 28px;
  color: #34343b;
  font-size: 22px;
  line-height: 1.56;
}

.sectionTitle {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.sectionTitle h2 {
  position: relative;
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.sectionTitle h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 76px;
  height: 5px;
  border-radius: 999px;
  background: #ffb884;
}

.sectionTitle p {
  margin: 0;
  color: var(--muted);
}

.sideCard,
.announcements div,
.comments article,
.person,
.timelineItem,
.compactForm,
.demoCredentials,
.sponsorCard {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(31, 31, 36, 0.05);
}

.sideCard {
  padding: 28px;
}

.eventInfo {
  display: grid;
  gap: 22px;
}

.eventInfo > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.eventInfo > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.eventInfo p {
  margin: 0;
}

.eventInfo strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.infoIcon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffe8f0;
  color: var(--brand-dark);
  font-size: 22px;
  font-weight: 900;
}

.availability {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 8px 12px;
  align-items: baseline;
  margin-bottom: 22px;
}

.availability strong {
  font-size: 40px;
}

.availability span {
  color: var(--muted);
  font-weight: 750;
}

.rsvp,
.signin,
.commentForm,
.adminForm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.signin input {
  flex: 1 1 180px;
}

.commentForm,
.adminForm {
  display: grid;
  align-items: stretch;
}

.announcements {
  display: grid;
  gap: 12px;
}

.announcements div {
  padding: 17px 18px;
  color: #3f3f47;
  line-height: 1.45;
}

.buildPrompt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 860px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #f4d1bd;
  border-radius: 8px;
  background: #fff8f3;
}

.buildPrompt strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.buildPrompt p {
  margin: 0;
  color: #62626d;
  line-height: 1.45;
}

.promptLink {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #222228;
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(31, 31, 36, 0.14);
}

.promptModal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(31, 31, 36, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  backdrop-filter: blur(8px);
}

.promptModal.isVisible {
  opacity: 1;
  pointer-events: auto;
}

.promptModalCard {
  position: relative;
  width: min(100%, 620px);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 243, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 28px 90px rgba(31, 31, 36, 0.24);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.18s ease;
}

.promptModal.isVisible .promptModalCard {
  transform: translateY(0) scale(1);
}

.promptModalClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  box-shadow: none;
}

.promptModalKicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--orange-text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.promptModal h2 {
  max-width: 520px;
  margin: 0;
  font-size: 40px;
  line-height: 1.04;
  letter-spacing: 0;
}

.promptModal p {
  margin: 18px 0 24px;
  color: #555560;
  font-size: 18px;
  line-height: 1.5;
}

.promptModalActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.promptModalPrimary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 63, 114, 0.28);
}

.announcements span,
.person span,
.timelineItem span {
  display: inline-block;
  margin-right: 8px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsorGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.galleryCard {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 31, 36, 0.05);
}

.galleryCard img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.galleryCard.imageMissing {
  display: grid;
  min-height: 250px;
}

.galleryCard.imageMissing::before {
  content: "";
  display: block;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(255, 63, 114, 0.14), rgba(255, 184, 132, 0.18)),
    repeating-linear-gradient(45deg, rgba(31, 31, 36, 0.06) 0 12px, transparent 12px 24px);
}

.galleryCard figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  line-height: 1.4;
}

.sponsorCard {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.sponsorCard p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.sponsorCard strong,
.sponsorCard small {
  display: block;
}

.sponsorCard small {
  margin-top: 5px;
  color: var(--brand-dark);
  font-weight: 850;
}

.sponsorLogoFrame {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #222228;
}

.sponsorCard:first-child .sponsorLogoFrame {
  background: #fff;
}

.sponsorLogoFrame img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.sponsorLogoFrame.imageMissing::before {
  content: "Logo";
  color: #fff;
  font-weight: 900;
}

.sponsorCard:first-child .sponsorLogoFrame.imageMissing::before {
  color: var(--ink);
}

.timeline,
.comments,
.attendeeAdmin {
  display: grid;
  gap: 12px;
}

.timelineItem {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 18px;
}

.timelineItem time {
  color: var(--brand-dark);
  font-weight: 900;
}

.timelineItem h3,
.person h3 {
  margin: 0 0 7px;
}

.timelineItem p,
.person p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.peopleGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.person {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 16px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.discussion,
.profilePanel,
.organizerPanel,
.admin {
  margin: 24px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.discussion {
  padding: 34px 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 248, 251, 0.94)),
    #f7f8fb;
}

.discussion .sectionTitle {
  align-items: start;
}

.discussionPrompt {
  margin: 0 0 20px;
  color: #34343b;
  font-size: 20px;
  line-height: 1.4;
}

.comments {
  gap: 14px;
}

.comments article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
}

.comments strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.2;
}

.comments p {
  margin: 0;
  color: #62626d;
  font-size: 17px;
  line-height: 1.45;
}

.commentAvatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #222228;
  color: #fff;
  font-weight: 900;
  box-shadow: 5px 5px 0 #ffd7a8;
}

.commentForm {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 31, 36, 0.05);
}

.commentForm textarea {
  min-height: 104px;
}

.profilePanel {
  background: #fff9f3;
}

.organizerPanel {
  background: #f7fbfa;
}

.admin {
  position: relative;
  z-index: 12;
  margin-top: 48px;
  background: #f8f8fb;
  scroll-margin-top: 112px;
}

.organizerSignedIn .sideColumn {
  position: static;
}

.organizerSignedIn .stickyRsvp {
  display: none;
}

.organizerGrid,
.adminGrid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.organizerGrid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.adminGrid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.demoCredentials,
.compactForm {
  padding: 16px;
}

.adminCard {
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.demoCredentials {
  gap: 8px;
  display: grid;
}

.demoCredentials span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.demoCredentials code {
  width: fit-content;
  padding: 7px 9px;
  border-radius: 6px;
  background: #222228;
  color: #fff;
}

.buttonRow,
.inlineForm {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.inlineForm {
  margin-top: 10px;
}

.attendeeRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.attendeeRow span {
  display: grid;
  gap: 2px;
}

.attendeeRow strong,
.attendeeRow small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attendeeControls {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(96px, auto) minmax(96px, auto);
  gap: 8px;
  justify-content: stretch;
  align-items: center;
  min-width: 0;
}

.attendeeControls select {
  width: 100%;
}

.attendeeControls button {
  min-width: 96px;
  padding-inline: 16px;
}

.sponsorAdmin {
  margin-top: 28px;
}

.mediaAdmin {
  margin-top: 28px;
}

.sponsorAdmin h3,
.mediaAdmin h3,
.adminGrid h3 {
  margin: 0 0 14px;
}

.sponsorAdminGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.sponsorForm {
  align-content: start;
}

.sponsorFormHeader {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.sponsorFormHeader .ghost {
  min-height: 38px;
  padding: 0 14px;
}

.sponsorFormHeader strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mediaUploadForm {
  margin-bottom: 14px;
}

.mediaAdminGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.mediaItemForm img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.stickyRsvp {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100% - 64px), 1620px);
  min-height: 76px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 60px rgba(31, 31, 36, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(16px);
}

.showStickyRsvp .stickyRsvp {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.stickyRsvp small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
}

.stickyRsvp strong {
  display: block;
  overflow: hidden;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.stickyRsvp .rsvp {
  flex-wrap: nowrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 850;
}

.pill.accent {
  border: 0;
  background: var(--orange);
  color: var(--orange-text);
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: minmax(220px, 1fr) auto;
    padding: 14px 28px;
  }

  .eventMetaBar {
    grid-column: 1 / -1;
    order: 3;
  }

  nav {
    justify-content: flex-end;
    gap: 16px;
  }

  .eventHero,
  .eventLayout,
  .organizerGrid,
  .adminGrid {
    grid-template-columns: 1fr;
  }

  .sideColumn {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .topbar {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px 16px;
  }

  .brand {
    font-size: 23px;
  }

  .eventMetaBar {
    grid-template-columns: 1fr auto;
  }

  .eventMetaBar strong {
    display: none;
  }

  .eventMetaBar span {
    padding: 0 18px;
  }

  nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pageShell {
    padding: 44px 18px 32px;
  }

  .eventHero {
    gap: 30px;
    margin-bottom: 32px;
  }

  .eventLead h1 {
    font-size: 48px;
  }

  .eventLead > p:not(.eyebrow),
  .details > p {
    font-size: 18px;
  }

  .eyebrow {
    font-size: 18px;
  }

  .groupLink {
    grid-template-columns: 68px 1fr;
  }

  .groupThumb {
    width: 68px;
    height: 56px;
  }

  .eventMedia {
    border-radius: 22px;
    padding: 9px;
  }

  .eventMedia::before {
    display: none;
  }

  .eventMedia img {
    border-radius: 16px;
  }

  .contentBand {
    padding: 32px 0;
  }

  .sectionTitle {
    display: block;
  }

  .timelineItem,
  .person,
  .attendeeRow {
    grid-template-columns: 1fr;
  }

  .attendeeControls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .attendeeControls select {
    grid-column: 1 / -1;
    width: 100%;
  }

  .sponsorCard {
    grid-template-columns: 1fr;
  }

  .availability {
    grid-template-columns: auto 1fr;
  }

  .buildPrompt {
    grid-template-columns: 1fr;
  }

  .promptLink {
    width: 100%;
  }

  .promptModal {
    padding: 16px;
  }

  .promptModalCard {
    padding: 28px 22px 22px;
  }

  .promptModal h2 {
    font-size: 32px;
  }

  .promptModalActions > * {
    width: 100%;
  }

  .stickyRsvp {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: auto;
    margin: 22px 18px 28px;
    transform: none;
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .stickyRsvp strong {
    white-space: normal;
  }

  .stickyRsvp .rsvp {
    flex-wrap: wrap;
  }
}
