body.btcpp-redesign {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f6f3ee;
  color: #121212;
}

html {
  scroll-padding-top: var(--btcpp-anchor-offset, 112px);
}

:where(section[id], article[id], main[id], aside[id], header[id], footer[id], div[id], form[id], details[id], h1[id], h2[id], h3[id], li[id]) {
  scroll-margin-top: var(--btcpp-anchor-offset, 112px);
}

/* Vegas handoff-inspired event pages. Scoped to generic conference pages. */
body.btcpp-rebrand-page {
  --rebrand-accent: #f7931a;
  --rebrand-ink: #1c1c1e;
  --rebrand-paper: #f6f3ee;
  --rebrand-warm: #efeae2;
  --rebrand-muted: #666;
  --rebrand-soft: #efeae2;
  --btcpp-anchor-offset: 112px;
  margin: 0;
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  overflow-x: clip;
  scroll-behavior: smooth;
}

.btcpp-rebrand-page .rebrand-page {
  max-width: 100%;
  overflow-x: clip;
}

.btcpp-rebrand-page * {
  border-radius: 0;
}

.btcpp-rebrand-page a {
  color: inherit;
}

.btcpp-rebrand-page img {
  display: block;
  max-width: 100%;
}

.rebrand-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.rebrand-ticker__label,
.rebrand-ticker strong {
  color: var(--rebrand-accent);
}

.rebrand-ticker__label {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 8px 20px;
  border-right: 1px solid rgba(244, 236, 226, .22);
  background: var(--rebrand-ink);
}

.rebrand-ticker__viewport {
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
}

.rebrand-ticker__track {
  display: inline-flex;
  width: max-content;
  animation: rebrand-ticker-scroll 28s linear infinite;
}

.rebrand-ticker__items {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 8px 20px;
}

.rebrand-ticker b,
.rebrand-ticker em {
  color: #d8d0c6;
  font-style: normal;
  font-weight: 400;
}

@keyframes rebrand-ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.rebrand-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border-bottom: 2px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-nav__identity {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rebrand-nav__brand {
  color: var(--rebrand-ink);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.rebrand-nav__brand img {
  display: block;
  width: auto;
  height: 36px;
}

.rebrand-nav p {
  margin: 0;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.rebrand-nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

.rebrand-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rebrand-nav__toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.rebrand-nav__toggle i,
.rebrand-nav__toggle i::before,
.rebrand-nav__toggle i::after {
  display: block;
  width: 14px;
  height: 2px;
  background: currentColor;
  content: "";
}

.rebrand-nav__toggle i {
  position: relative;
}

.rebrand-nav__toggle i::before,
.rebrand-nav__toggle i::after {
  position: absolute;
  left: 0;
}

.rebrand-nav__toggle i::before {
  top: -5px;
}

.rebrand-nav__toggle i::after {
  top: 5px;
}

.rebrand-nav__links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rebrand-nav__ticket {
  display: inline-block;
  background: var(--rebrand-accent);
  color: #000;
  padding: 10px 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-nav__ticket--persistent {
  display: none;
}

.rebrand-nav__links a:hover,
.rebrand-nav__links a:focus-visible {
  color: var(--rebrand-accent);
}

.rebrand-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-ink);
}

.rebrand-hero__image {
  width: 100%;
  height: 640px;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.05);
  image-rendering: pixelated;
}

.rebrand-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent 30%, rgba(0, 0, 0, .62));
}

.rebrand-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 56px;
  color: #fff;
}

.rebrand-hero__bottom {
  max-width: 1260px;
}

.rebrand-hero__meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rebrand-live-label {
  margin: 0 0 28px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.rebrand-live-label span {
  background: var(--rebrand-accent);
  color: #000;
  padding: 3px 8px;
}

.rebrand-hero h1 {
  max-width: 1200px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 7.8vw, 104px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .92;
}

.rebrand-hero h1 em,
.rebrand-hero h1 i {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.rebrand-hero__deck {
  max-width: 760px;
  margin: 20px 0 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
}

.rebrand-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
  margin-top: 36px;
}

.btcpp-rebrand-page .conf-countdown {
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 40px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.btcpp-rebrand-page .conf-countdown span {
  color: inherit;
}

.btcpp-rebrand-page .conf-countdown .conf-countdown__unit {
  color: rgba(255, 255, 255, .58);
  font-weight: 500;
}

.rebrand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rebrand-button,
.btcpp-rebrand-page .redesign-button,
.btcpp-rebrand-page .primary-button {
  display: inline-block;
  border: 1px solid var(--rebrand-accent);
  background: var(--rebrand-accent);
  color: #000;
  padding: 16px 32px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-button.is-secondary,
.btcpp-rebrand-page .redesign-button.is-outline {
  border-color: var(--rebrand-ink);
  background: transparent;
  color: var(--rebrand-ink);
}

.rebrand-button.is-on-dark {
  border-color: #fff;
  color: #fff;
}

.rebrand-masthead,
.rebrand-section,
.rebrand-venue__intro,
.btcpp-rebrand-page .redesign-section {
  padding: 72px 56px;
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-masthead,
.rebrand-section--split,
.rebrand-venue__intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}

.rebrand-spec-list,
.rebrand-section-label,
.rebrand-mono-line,
.rebrand-lineup-label,
.btcpp-rebrand-page .redesign-kicker,
.btcpp-rebrand-page .event-redesign-ticket__eyebrow,
.btcpp-rebrand-page .event-redesign-hotel__type {
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  text-transform: uppercase;
}

.rebrand-section-label,
.btcpp-rebrand-page .redesign-kicker,
.btcpp-rebrand-page .event-redesign-ticket__eyebrow,
.btcpp-rebrand-page .event-redesign-hotel__type {
  margin: 0 0 16px;
  color: var(--rebrand-accent);
}

.rebrand-masthead p {
  margin: 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 40px);
  letter-spacing: 0;
  line-height: 1.15;
}

.rebrand-masthead p span {
  color: var(--rebrand-accent);
  font-style: italic;
}

.rebrand-glance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-glance > div {
  padding: 40px 32px;
  border-right: 1px solid var(--rebrand-ink);
}

.rebrand-glance > div:last-child {
  border-right: 0;
}

.rebrand-glance strong {
  display: block;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.rebrand-glance span {
  display: block;
  margin-top: 8px;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.rebrand-section h2,
.rebrand-venue h2,
.btcpp-rebrand-page .redesign-heading {
  max-width: 980px;
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.rebrand-body-copy,
.btcpp-rebrand-page .redesign-copy {
  color: #333;
  font-size: 19px;
  line-height: 1.55;
}

.rebrand-body-copy p,
.btcpp-rebrand-page .redesign-copy {
  margin: 0 0 18px;
}

.rebrand-pullquote,
.rebrand-venue__quote,
.btcpp-rebrand-page .event-redesign-hotel__desc,
.btcpp-rebrand-page .event-redesign-ticket p {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-style: italic;
}

.rebrand-pullquote {
  border-left: 3px solid var(--rebrand-accent);
  margin-top: 32px;
  padding-left: 20px;
  font-size: 22px;
}

.rebrand-venue__quote {
  margin-bottom: 16px;
  color: #444;
  font-size: 24px;
  line-height: 1.3;
}

.rebrand-venue__intro p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.6;
}

.rebrand-mono-line {
  margin-top: 20px;
}

.rebrand-venue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--rebrand-ink);
  border-top: 1px solid var(--rebrand-ink);
  background: var(--rebrand-ink);
}

.rebrand-venue-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--rebrand-soft);
}

.rebrand-map {
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-map iframe {
  display: block;
  filter: grayscale(1) contrast(1.05);
}

.rebrand-featured-speakers,
.rebrand-speaker-grid,
.btcpp-rebrand-page .event-redesign-hotels,
.btcpp-rebrand-page .event-redesign-tickets {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--rebrand-ink);
  border-left: 1px solid var(--rebrand-ink);
}

.rebrand-featured-speakers,
.btcpp-rebrand-page .event-redesign-hotels {
  grid-template-columns: repeat(3, 1fr);
}

.rebrand-speaker-grid {
  grid-template-columns: repeat(3, 1fr);
}

.rebrand-featured-card,
.rebrand-speaker-card,
.btcpp-rebrand-page .event-redesign-hotel,
.btcpp-rebrand-page .event-redesign-ticket {
  border-right: 1px solid var(--rebrand-ink);
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  text-decoration: none;
}

.rebrand-featured-card {
  display: grid;
}

.rebrand-featured-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(.1) contrast(1.05);
}

.rebrand-featured-card div {
  padding: 20px;
}

.rebrand-featured-card p {
  margin: 0 0 10px;
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 1px;
}

.rebrand-featured-card h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
}

.rebrand-featured-card span {
  display: block;
  margin-top: 8px;
  color: var(--rebrand-muted);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-style: italic;
}

.rebrand-lineup-label {
  margin: 40px 0 0;
  color: var(--rebrand-ink);
  font-weight: 700;
}

.rebrand-speaker-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.rebrand-speaker-card img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid var(--rebrand-ink);
}

.rebrand-speaker-card span {
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.rebrand-speaker-card h3,
.btcpp-rebrand-page .event-redesign-hotel__name,
.btcpp-rebrand-page .event-redesign-ticket h3 {
  margin: 2px 0 0;
  color: var(--rebrand-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.rebrand-speaker-card p {
  margin: 4px 0 0;
  color: var(--rebrand-muted);
  font-size: 13px;
}

.rebrand-speaker-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.rebrand-speaker-more a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: #000;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-speaker-directory {
  min-height: calc(100vh - 82px);
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-speaker-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rebrand-ink);
  border-left: 1px solid var(--rebrand-ink);
}

.rebrand-speaker-directory-card {
  min-width: 0;
}

.rebrand-featured-card .rebrand-speaker-directory-card__logo {
  display: block;
  width: auto;
  max-width: 140px;
  height: 38px;
  aspect-ratio: auto;
  margin-top: 16px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.btcpp-rebrand-page .redesign-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.btcpp-rebrand-page .event-redesign-hotel {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.btcpp-rebrand-page .event-redesign-hotel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.btcpp-rebrand-page #tickets {
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
  padding: 96px 56px;
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-tickets__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.rebrand-tickets__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 56px;
}

.rebrand-tickets__intro h2 {
  margin: 0;
  color: var(--rebrand-paper);
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 700;
  line-height: .9;
}

.rebrand-tickets__note {
  color: #e8dccc;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-style: italic;
  line-height: 1.3;
}

.rebrand-tickets__note strong {
  color: var(--rebrand-accent);
  font-weight: 600;
}

.btcpp-rebrand-page #tickets .event-redesign-tickets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 0;
  background: #333;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 40px;
  border: 0;
  border-radius: 0;
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
}

.btcpp-rebrand-page #tickets .event-redesign-ticket.is-featured {
  background: var(--rebrand-accent);
  color: #000;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket.is-featured::after {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  background: #000;
  color: var(--rebrand-accent);
  content: "★ RECOMMENDED";
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket h3,
.btcpp-rebrand-page #tickets .event-redesign-ticket p {
  color: inherit;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket__eyebrow {
  margin: 0 0 20px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  opacity: .72;
  text-transform: uppercase;
}

.btcpp-rebrand-page .event-redesign-ticket__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.btcpp-rebrand-page .event-redesign-ticket__price strong {
  font-size: clamp(72px, 8vw, 112px);
  font-weight: 700;
  line-height: .9;
}

.btcpp-rebrand-page .event-redesign-ticket__price span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  opacity: .72;
}

.btcpp-rebrand-page .event-redesign-ticket__compare {
  color: rgba(0, 0, 0, .38);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  text-decoration: line-through;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket__summary {
  max-width: 420px;
  margin-top: 20px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket--local {
  display: grid;
  min-height: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 28px 40px;
  border: 2px solid var(--rebrand-accent);
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
}

.btcpp-rebrand-page #tickets .event-redesign-ticket--local h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket--local p {
  max-width: 620px;
  margin: 6px 0 0;
  color: #555;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
}

.btcpp-rebrand-page .event-redesign-ticket__price--compact strong {
  color: var(--rebrand-accent);
  font-size: clamp(48px, 5vw, 72px);
}

.btcpp-rebrand-page .event-redesign-ticket__features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 48px 0 0;
  padding-top: 34px;
  border-top: 1px solid #333;
}

.btcpp-rebrand-page .event-redesign-ticket__features div {
  min-width: 0;
  color: #ccc;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
}

.btcpp-rebrand-page .event-redesign-ticket__features span {
  display: block;
  margin-bottom: 12px;
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.btcpp-rebrand-page .event-redesign-ticket__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket.is-featured .redesign-button {
  border-color: #000;
  background: #000;
  color: var(--rebrand-accent);
}

.btcpp-rebrand-page #tickets .event-redesign-ticket.is-featured .redesign-button.is-outline {
  background: transparent;
  color: #000;
}

.btcpp-rebrand-page #tickets .event-redesign-ticket--local .redesign-button.is-outline {
  border-color: var(--rebrand-ink);
  color: var(--rebrand-ink);
}

.rebrand-agenda {
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-agenda__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
  align-items: baseline;
  gap: 40px;
  padding: 72px 56px 48px;
}

.rebrand-agenda__intro h2 {
  max-width: 980px;
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.rebrand-agenda__note {
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
}

.rebrand-agenda__browser-link {
  display: block;
  margin-top: 14px;
  color: var(--rebrand-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rebrand-agenda-tabs__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rebrand-ink);
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-agenda-tab {
  display: block;
  border-right: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
  padding: 28px 32px;
  text-decoration: none;
}

.rebrand-agenda-tab:last-child {
  border-right: 0;
}

.rebrand-agenda-tab.w--current {
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
}

.rebrand-agenda-tab span {
  display: block;
  margin-bottom: 6px;
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.rebrand-agenda-tab strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.rebrand-agenda-panel {
  display: none;
  padding: 48px 56px 80px;
}

.rebrand-agenda-panel.w--tab-active {
  display: block;
}

.rebrand-agenda-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 32px;
  border-top: 1px solid var(--rebrand-ink);
  border-left: 1px solid var(--rebrand-ink);
}

.rebrand-agenda-strip > div {
  border-right: 1px solid var(--rebrand-ink);
  border-bottom: 1px solid var(--rebrand-ink);
  padding: 16px;
}

.rebrand-agenda-strip span {
  display: block;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rebrand-agenda-strip strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  line-height: 1;
}

.rebrand-agenda-rows {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.rebrand-agenda-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(112px, .52fr) minmax(0, 2.8fr) minmax(96px, .48fr) auto;
  gap: 24px;
  align-items: flex-start;
  border-top: 1px solid var(--rebrand-ink);
  color: var(--rebrand-ink);
  padding: 18px 0;
}

.rebrand-agenda-row__open {
  display: contents;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.rebrand-agenda-row:last-child {
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-agenda-row__open:hover h3,
.rebrand-agenda-row__open:focus-visible h3 {
  color: var(--rebrand-accent);
}

.rebrand-agenda-row__time {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.rebrand-agenda-row__time span {
  display: block;
  margin-top: 3px;
  color: #999;
  font-weight: 400;
}

.rebrand-agenda-row__main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
}

.rebrand-agenda-row__avatars {
  display: flex;
  flex-shrink: 0;
  max-width: 96px;
  overflow: hidden;
  padding-top: 2px;
}

.rebrand-agenda-row__avatars img {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-soft);
  object-fit: cover;
}

.rebrand-agenda-row__avatars img:first-child {
  margin-left: 0;
}

.rebrand-agenda-row__text {
  min-width: 0;
}

.rebrand-agenda-row h3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 4px;
  align-items: baseline;
  margin: 0;
  color: var(--rebrand-ink);
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.rebrand-agenda-row__type {
  flex: 0 0 auto;
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rebrand-agenda-row__type::before {
  content: "[";
}

.rebrand-agenda-row__type::after {
  content: "]";
}

.rebrand-agenda-row__title {
  flex: 1 1 24rem;
  min-width: min(100%, 18rem);
  overflow-wrap: anywhere;
}

.rebrand-agenda-row p {
  max-width: 68ch;
  margin: 7px 0 0;
  color: #555;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
}

.rebrand-agenda-row__venue {
  padding-top: 4px;
  color: #888;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.rebrand-agenda-row__watch {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0 12px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: var(--rebrand-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-agenda-row__watch:hover,
.rebrand-agenda-row__watch:focus-visible {
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
}

.btcpp-rebrand-page .btcpp-agenda-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 160ms ease-out, visibility 0s linear 160ms;
}

.btcpp-rebrand-page .btcpp-agenda-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.56);
  cursor: pointer;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  overflow: auto;
  background: var(--rebrand-paper);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease-out;
}

.btcpp-rebrand-page .btcpp-agenda-dialog.is-open .btcpp-agenda-dialog__panel {
  transform: translateY(0) scale(1);
}

.btcpp-rebrand-page .btcpp-agenda-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__art {
  height: 150px;
  background: linear-gradient(180deg, rgba(3, 4, 31, 0.12), rgba(2, 2, 18, 0.24)), var(--rebrand-ink);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__body {
  padding: 28px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__body h2 {
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.02;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__headline {
  display: grid;
  gap: 12px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__type {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--rebrand-muted);
  font-size: 14px;
  font-weight: 700;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-avatars {
  display: flex;
  align-items: center;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-avatars img {
  width: 36px;
  height: 36px;
  margin-right: -8px;
  border: 2px solid var(--rebrand-paper);
  object-fit: cover;
  background: var(--rebrand-soft);
}

.btcpp-rebrand-page .btcpp-agenda-dialog__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__meta div {
  padding: 12px;
  border: 1px solid var(--rebrand-ink);
}

.btcpp-rebrand-page .btcpp-agenda-dialog__meta dt {
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__meta dd {
  margin: 4px 0 0;
  color: var(--rebrand-ink);
  font-size: 13px;
  font-weight: 700;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__calendar {
  display: flex;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__recording {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: var(--rebrand-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__description {
  margin: 24px 0 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speakers {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__section-title {
  margin: 0;
  color: var(--rebrand-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--rebrand-ink);
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  background: var(--rebrand-soft);
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-name {
  color: var(--rebrand-ink);
  font-weight: 800;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-company {
  margin-top: 2px;
  color: var(--rebrand-muted);
  font-size: 13px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.btcpp-rebrand-page .btcpp-agenda-dialog__speaker-links a {
  color: var(--rebrand-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rebrand-agenda-browser {
  min-height: calc(100vh - 82px);
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-agenda-browser__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 56px;
  align-items: end;
  padding: 72px 56px 48px;
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-agenda-browser__intro h1 {
  max-width: 980px;
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.rebrand-agenda-browser__intro p:not(.rebrand-section-label) {
  margin: 0;
  color: #333;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
}

.rebrand-agenda-browser__back {
  display: inline-block;
  margin-top: 18px;
  color: var(--rebrand-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.rebrand-agenda-browser__empty {
  padding: 48px 56px;
  border-bottom: 1px solid var(--rebrand-ink);
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rebrand-schedule-panel {
  display: none;
}

.rebrand-schedule-panel.w--tab-active {
  display: block;
}

.rebrand-schedule-scroll {
  overflow-x: auto;
  background: var(--rebrand-paper);
}

.rebrand-schedule-grid {
  display: grid;
  align-items: stretch;
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-schedule-head {
  position: sticky;
  top: 0;
  z-index: 4;
  padding: 14px 14px;
  border-right: 1px solid var(--rebrand-ink);
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-soft);
  color: var(--rebrand-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rebrand-schedule-head--time {
  left: 0;
  z-index: 5;
}

.rebrand-schedule-time-rail {
  position: sticky;
  left: 0;
  z-index: 3;
  grid-column: 1;
  border-right: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-schedule-hour {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1;
}

.rebrand-schedule-venue {
  position: relative;
  border-right: 1px solid var(--rebrand-ink);
  background:
    repeating-linear-gradient(to bottom, rgba(28, 28, 30, 0.025), rgba(28, 28, 30, 0.025) 1px, transparent 1px, transparent 30px),
    var(--rebrand-paper);
}

.rebrand-schedule-line {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(28, 28, 30, 0.16);
}

.rebrand-schedule-card {
  position: absolute;
  left: 8px;
  right: 8px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  color: var(--rebrand-ink);
  text-align: left;
  cursor: pointer;
}

.rebrand-schedule-card__open {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.rebrand-schedule-card:hover,
.rebrand-schedule-card:focus-within {
  background: var(--rebrand-soft);
}

.rebrand-schedule-card__time,
.rebrand-schedule-card__type {
  color: var(--rebrand-accent);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
}

.rebrand-schedule-card strong {
  min-width: 0;
  color: var(--rebrand-ink);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.rebrand-schedule-card__speakers {
  min-width: 0;
  color: #555;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rebrand-schedule-card__watch {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: var(--rebrand-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-schedule-card__watch:hover,
.rebrand-schedule-card__watch:focus-visible {
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
}

.rebrand-schedule-card:has(.rebrand-schedule-card__watch) .rebrand-schedule-card__open {
  padding-bottom: 32px;
}

.rebrand-sponsors {
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-sponsors__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 56px;
  align-items: end;
  padding: 72px 56px 48px;
}

.rebrand-sponsors__intro h2 {
  max-width: 980px;
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.rebrand-sponsors__intro p:not(.rebrand-section-label) {
  margin: 0;
  color: #333;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
}

.rebrand-sponsors__copy {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.rebrand-sponsors__cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: #000;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-sponsor-tiers {
  border-top: 1px solid var(--rebrand-ink);
}

.rebrand-sponsor-tier {
  --sponsor-card-min: 150px;
  --sponsor-card-pad: 30px;
  --sponsor-logo-max-width: 260px;
  --sponsor-logo-max-height: 86px;
  --sponsor-name-size: 24px;
  --sponsor-grid-min: 220px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  border-bottom: 1px solid var(--rebrand-ink);
}

.rebrand-sponsor-tier--rank-1 {
  --sponsor-card-min: 300px;
  --sponsor-card-pad: 48px;
  --sponsor-logo-max-width: 520px;
  --sponsor-logo-max-height: 172px;
  --sponsor-name-size: 40px;
  --sponsor-grid-min: 360px;
}

.rebrand-sponsor-tier--rank-2 {
  --sponsor-card-min: 220px;
  --sponsor-card-pad: 40px;
  --sponsor-logo-max-width: 360px;
  --sponsor-logo-max-height: 124px;
  --sponsor-name-size: 32px;
  --sponsor-grid-min: 280px;
}

.rebrand-sponsor-tier--rank-3 {
  --sponsor-card-min: 180px;
  --sponsor-card-pad: 34px;
  --sponsor-logo-max-width: 300px;
  --sponsor-logo-max-height: 104px;
  --sponsor-name-size: 28px;
  --sponsor-grid-min: 240px;
}

.rebrand-sponsor-tier--rank-5 {
  --sponsor-card-min: 120px;
  --sponsor-card-pad: 24px;
  --sponsor-logo-max-width: 220px;
  --sponsor-logo-max-height: 64px;
  --sponsor-name-size: 20px;
  --sponsor-grid-min: 180px;
}

.rebrand-sponsor-tier:last-child {
  border-bottom: 0;
}

.rebrand-sponsor-tier__label {
  padding: 28px 32px;
  border-right: 1px solid var(--rebrand-ink);
  background: var(--rebrand-soft);
}

.rebrand-sponsor-tier__label h3 {
  margin: 0;
  color: var(--rebrand-ink);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.rebrand-sponsor-tier__label span {
  display: block;
  margin-top: 12px;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.rebrand-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--sponsor-grid-min), 1fr));
  margin: -1px 0 0 -1px;
}

.rebrand-sponsor-card {
  display: grid;
  min-height: var(--sponsor-card-min);
  place-items: center;
  padding: var(--sponsor-card-pad);
  border-top: 1px solid var(--rebrand-ink);
  border-left: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
  text-decoration: none;
}

.rebrand-sponsor-card:hover,
.rebrand-sponsor-card:focus-visible {
  background: var(--rebrand-soft);
}

.rebrand-sponsor-card img {
  width: min(100%, var(--sponsor-logo-max-width));
  max-height: var(--sponsor-logo-max-height);
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
}

.rebrand-sponsor-card span {
  color: var(--rebrand-ink);
  font-size: var(--sponsor-name-size);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}

.btcpp-rebrand-page .rebrand-satellites {
  border-bottom: 1px solid var(--rebrand-ink);
  background: var(--rebrand-paper);
}

.rebrand-satellites__inner {
  padding: 0 0 88px;
}

.rebrand-satellites__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 56px;
  align-items: end;
  padding: 72px 56px 0;
  text-align: left;
}

.rebrand-satellites__intro h2 {
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(48px, 6vw, 72px);
  line-height: .95;
}

.rebrand-satellites__intro p:not(.rebrand-section-label) {
  margin: 0;
  color: #333;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
}

.rebrand-satellites__content {
  padding: 0 56px;
}

.rebrand-satellites__list {
  display: grid;
  gap: 48px;
  margin-top: 56px;
}

.rebrand-satellite-card {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  border-top: 1px solid var(--rebrand-ink);
  padding-top: 24px;
  text-align: left;
}

.rebrand-satellite-card--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.satellite-event__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--rebrand-warm);
  border: 1px solid var(--rebrand-ink);
}

.satellite-event__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rebrand-satellite-card__body {
  min-width: 0;
}

.rebrand-satellite-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.rebrand-satellite-card__meta time,
.rebrand-satellite-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(28, 28, 30, .28);
  padding: 6px 10px;
  background: rgba(255, 255, 255, .24);
}

.rebrand-satellite-card__meta span:first-of-type {
  border-color: var(--rebrand-ink);
  background: var(--rebrand-accent);
  color: #000;
  font-weight: 700;
}

.rebrand-satellite-card__copy {
  max-width: 760px;
}

.rebrand-satellite-card__copy h3 {
  margin: 0;
  color: var(--rebrand-ink);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.rebrand-satellite-card__copy h3 a {
  text-decoration: none;
}

.rebrand-satellite-card__copy h3 a:hover,
.rebrand-satellite-card__copy h3 a:focus-visible {
  color: var(--rebrand-accent);
}

.rebrand-satellite-card__copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #333;
  font-size: 17px;
  line-height: 1.55;
}

.rebrand-satellite-card__host {
  margin-top: 24px;
  border-top: 1px solid rgba(28, 28, 30, .24);
  padding-top: 18px;
}

.rebrand-satellite-card__host > div {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.rebrand-satellite-card__host img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--rebrand-ink);
  object-fit: cover;
}

.rebrand-satellite-card__host p {
  margin: 0;
  color: var(--rebrand-ink);
  font-weight: 700;
  line-height: 1.2;
}

.rebrand-satellite-card__host span {
  display: block;
  margin-bottom: 3px;
  color: var(--rebrand-muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.rebrand-satellite-card__host a:hover,
.rebrand-satellite-card__host a:focus-visible {
  color: var(--rebrand-accent);
}

.rebrand-satellites__empty {
  max-width: 680px;
  margin: 48px auto 0;
  color: #333;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.rebrand-satellites__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.rebrand-satellites__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rebrand-accent);
  color: #000;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebrand-satellites__cta a:hover,
.rebrand-satellites__cta a:focus-visible {
  background: var(--rebrand-ink);
  color: var(--rebrand-paper);
}

.btcpp-rebrand-page .redesign-footer {
  border-top: 1px solid var(--rebrand-ink);
}

@media (max-width: 980px) {
  .rebrand-nav {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
  }

  .rebrand-nav__identity {
    min-width: 0;
  }

  .rebrand-nav__brand {
    font-size: 22px;
  }

  .rebrand-nav p {
    display: none;
  }

  .rebrand-nav__toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
  }

  .rebrand-nav__ticket--persistent {
    display: inline-block;
    grid-column: 2;
    grid-row: 1;
    padding: 10px 12px;
    font-size: 11px;
  }

  .rebrand-nav__links {
    display: none;
    grid-column: 1 / -1;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
  }

  .rebrand-nav__links .rebrand-nav__ticket {
    display: none;
  }

  .rebrand-nav.is-open .rebrand-nav__links {
    display: flex;
  }

  .rebrand-hero__meta,
  .rebrand-hero__cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .rebrand-masthead,
  .rebrand-section--split,
  .rebrand-venue__intro,
  .rebrand-agenda__intro,
  .rebrand-agenda-browser__intro,
  .rebrand-tickets__intro,
  .rebrand-satellites__intro,
  .rebrand-satellite-card,
  .rebrand-sponsors__intro,
  .rebrand-sponsor-tier,
  .rebrand-featured-speakers,
  .rebrand-speaker-grid,
  .btcpp-rebrand-page .event-redesign-hotels,
  .btcpp-rebrand-page .event-redesign-tickets {
    grid-template-columns: 1fr;
  }

  .rebrand-glance,
  .rebrand-venue-grid,
  .rebrand-agenda-tabs__menu,
  .rebrand-agenda-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .rebrand-hero__content,
  .rebrand-masthead,
  .rebrand-section,
  .rebrand-venue__intro,
  .rebrand-agenda__intro,
  .rebrand-agenda-panel,
  .rebrand-agenda-browser__intro,
  .rebrand-satellites__intro,
  .rebrand-sponsors__intro,
  .btcpp-rebrand-page .redesign-section {
    padding: 40px 24px;
  }

  .rebrand-satellites__inner {
    padding-bottom: 56px;
  }

  .rebrand-satellites__content {
    padding: 0 24px;
  }

  .rebrand-satellites__list {
    gap: 40px;
    margin-top: 16px;
  }

  .satellite-event__image {
    max-width: 340px;
  }

  .btcpp-rebrand-page #tickets {
    padding: 56px 24px;
  }

  .rebrand-tickets__intro {
    gap: 24px;
    margin-bottom: 32px;
  }

  .btcpp-rebrand-page #tickets .event-redesign-ticket {
    padding: 36px 24px;
  }

  .btcpp-rebrand-page #tickets .event-redesign-ticket--local {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .btcpp-rebrand-page .event-redesign-ticket__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
    padding-top: 26px;
  }

  .rebrand-speaker-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rebrand-agenda__note {
    text-align: left;
  }

  .rebrand-agenda-browser__empty {
    padding: 40px 24px;
  }

  .rebrand-agenda-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .rebrand-agenda-row__open {
    display: grid;
    gap: 10px;
  }

  .rebrand-agenda-row__main {
    gap: 12px;
  }

  .rebrand-agenda-row__avatars {
    max-width: 80px;
  }

  .rebrand-agenda-row__avatars img {
    width: 30px;
    height: 30px;
  }

  .rebrand-agenda-row__title {
    flex-basis: 100%;
    min-width: 0;
  }

  .rebrand-agenda-row__venue {
    text-align: left;
  }

  .rebrand-agenda-row__watch {
    width: fit-content;
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog {
    align-items: flex-end;
    padding: 0;
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog__panel {
    width: 100%;
    max-height: 88vh;
    transform: translateY(100%);
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog.is-open .btcpp-agenda-dialog__panel {
    transform: translateY(0);
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog__body {
    padding: 22px 18px 28px;
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog__speaker {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .btcpp-rebrand-page .btcpp-agenda-dialog__speaker img {
    width: 64px;
    height: 64px;
  }

  .redesign-footer {
    padding: 72px 30px 44px;
  }

  .redesign-footer__inner {
    gap: 48px;
  }

  .redesign-footer__menus {
    gap: 36px;
  }

  .rebrand-sponsor-tier__label {
    border-right: 0;
    border-bottom: 1px solid var(--rebrand-ink);
  }
}

@media (max-width: 640px) {
  body.btcpp-rebrand-page {
    max-width: 100%;
    overflow-x: clip;
  }

  .btcpp-rebrand-page .rebrand-page,
  .btcpp-rebrand-page .rebrand-page > section,
  .btcpp-rebrand-page .rebrand-page > div {
    max-width: 100%;
    overflow-x: clip;
  }

  .rebrand-hero,
  .rebrand-hero__image {
    min-height: 560px;
    height: 560px;
  }

  .rebrand-hero h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: .96;
    overflow-wrap: anywhere;
  }

  .rebrand-hero__deck {
    max-width: 100%;
    font-size: 18px;
  }

  .rebrand-actions,
  .rebrand-button {
    width: 100%;
  }

  .rebrand-button {
    justify-content: center;
  }

  .btcpp-rebrand-page .conf-countdown {
    width: 100%;
  }

  .rebrand-satellites__intro {
    gap: 22px;
  }

  .rebrand-satellites__intro h2 {
    font-size: 42px;
  }

  .rebrand-satellite-card {
    gap: 20px;
  }

  .satellite-event__image {
    max-width: none;
  }

  .rebrand-satellite-card__meta time,
  .rebrand-satellite-card__meta span {
    max-width: 100%;
  }

  .rebrand-satellite-card__copy h3 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .rebrand-satellites__cta {
    justify-content: stretch;
  }

  .rebrand-satellites__cta a {
    width: 100%;
  }

  .rebrand-glance,
  .rebrand-venue-grid,
  .rebrand-agenda-tabs__menu,
  .rebrand-agenda-strip,
  .btcpp-rebrand-page .event-redesign-ticket__features {
    grid-template-columns: 1fr;
  }

  .btcpp-rebrand-page #tickets .event-redesign-ticket__actions {
    display: grid;
  }

  .btcpp-rebrand-page #tickets .event-redesign-ticket.is-featured::after {
    position: static;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 8px;
    white-space: normal;
  }

  .rebrand-agenda-browser__intro h1 {
    font-size: 46px;
    line-height: .98;
  }

  .rebrand-speaker-directory__grid {
    grid-template-columns: 1fr;
  }

  .rebrand-speaker-more {
    justify-content: flex-start;
  }

  .redesign-footer__tagline {
    text-align: left;
  }

  .redesign-footer__menus {
    flex-direction: column;
    gap: 28px;
  }

  .redesign-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 360px) {
  .rebrand-nav {
    gap: 8px;
    padding: 10px 12px;
  }

  .rebrand-nav__brand img {
    height: 28px;
  }

  .rebrand-nav__ticket--persistent {
    padding: 9px 10px;
    font-size: 10px;
  }

  .rebrand-agenda-browser__intro h1 {
    font-size: 40px;
  }
}

.btcpp-redesign * {
  box-sizing: border-box;
}

.btcpp-redesign a {
  color: inherit;
}

.redesign-page {
  padding-top: 64px;
}

.btcpp-redesign .section-hero {
  min-height: calc(100vh - 64px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(247, 147, 26, 0.18), rgba(247, 147, 26, 0) 26rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 46%, rgba(255, 255, 255, 0.62) 100%),
    url("/static/img/rebrand/light-sketch-bg.avif") center / cover no-repeat;
  border-bottom: 1px solid #e3ded6;
}

.btcpp-redesign .hero-wrapper {
  min-height: calc(100vh - 64px);
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.btcpp-redesign .section-hero::after {
  content: "";
  position: absolute;
  right: max(30px, calc((100vw - 1180px) / 2));
  bottom: 8%;
  width: min(42vw, 560px);
  aspect-ratio: 1.08 / 1;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.18) 100%),
    url("/static/img/rebrand/breakthroughs.jpg") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.18);
}

.btcpp-redesign .section-hero .content-m {
  max-width: 760px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.btcpp-redesign .section-hero .vertical-content.align-center {
  align-items: flex-start;
  text-align: left;
}

.btcpp-redesign .section-hero .heading-1.wide {
  max-width: 720px;
}

.btcpp-redesign .btn-group {
  width: auto;
}

.redesign-timeline {
  background: #f4f2ee;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.btc-events-scroll {
  padding: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.btc-events-list {
  display: flex;
  gap: 16px;
  min-width: max-content;
  padding-bottom: 10px;
}

.btc-event-item {
  width: 280px;
  flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}

.btc-event-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  overflow: hidden;
  min-height: 118px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btc-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.btc-event-image {
  width: 100px;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  background: #f3f4f6;
}

.btc-event-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 15px;
}

.btc-event-badge {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #9ca3af;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.btc-event-card.active .btc-event-badge {
  background: #f7931a;
}

.btc-event-name {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.btc-event-place {
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.redesign-location-display {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.btcpp-redesign .map-container {
  position: relative;
}

.btcpp-redesign .event-directory-item {
  color: inherit;
  text-decoration: none;
}

.btcpp-redesign .div-block-34 {
  display: grid;
  place-items: center;
  font-size: 22px;
}

.btcpp-redesign .subscribe-form {
  display: flex;
  gap: 12px;
}

.btcpp-redesign .subscribe-form .form-input {
  min-width: 0;
}

.redesign-hero {
  min-height: 76vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.62) 100%),
    url("/static/img/rebrand/breakthroughs.jpg") center / cover no-repeat;
  color: #fff;
}

.redesign-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 128px 0 64px;
}

.redesign-hero__eyebrow {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.redesign-hero__title {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 8vw, 116px);
  line-height: 0.92;
  letter-spacing: 0;
}

.redesign-hero__copy {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.redesign-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.redesign-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.redesign-button:visited,
.redesign-button:hover,
.redesign-button:focus-visible {
  color: #fff;
}

.redesign-button.is-light {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.redesign-button.is-outline {
  border-color: #111;
  background: transparent;
  color: #111;
}

.redesign-button.is-outline:visited,
.redesign-button.is-outline:hover,
.redesign-button.is-outline:focus-visible {
  color: #111;
}

.redesign-section {
  padding: 88px 30px;
  background: #f4f2ee;
}

.redesign-section.is-white {
  background: #fff;
}

.redesign-section.is-dark {
  background: #07111f;
  color: #fff;
}

.redesign-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.redesign-kicker {
  margin: 0 0 12px;
  color: #f7931a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.redesign-heading {
  max-width: 850px;
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.redesign-copy {
  max-width: 710px;
  margin: 20px 0 0;
  color: #525252;
  font-size: 18px;
  line-height: 1.6;
}

.is-dark .redesign-copy {
  color: rgba(255, 255, 255, 0.76);
}

.redesign-events {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.redesign-event-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2ded6;
  border-radius: 8px;
  background: #fff;
  color: #151515;
  text-decoration: none;
}

.redesign-event-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #ddd7ce;
}

.redesign-event-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.redesign-event-card__meta {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.redesign-event-card__title {
  margin: 0;
  font-size: 27px;
  line-height: 1.05;
}

.redesign-event-card__copy {
  margin: 14px 0 0;
  color: #525252;
  line-height: 1.5;
}

.redesign-event-card__footer {
  margin-top: auto;
  padding-top: 24px;
  color: #111;
  font-weight: 800;
}

.redesign-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 46px;
}

.redesign-feature {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.redesign-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.redesign-feature__body {
  padding: 24px;
}

.redesign-feature__body h3 {
  margin: 0;
  font-size: 28px;
}

.redesign-feature__body p {
  margin: 12px 0 0;
  color: #575757;
  line-height: 1.55;
}

.redesign-map {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 42px;
  align-items: center;
  margin-top: 42px;
}

.redesign-map__image {
  width: 100%;
  min-height: 360px;
  object-fit: contain;
}

.redesign-event-list {
  display: grid;
  gap: 10px;
}

.redesign-event-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5e1da;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
}

.redesign-event-row__emoji {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #f4f2ee;
}

.redesign-event-row__title {
  display: block;
  color: #111827;
  font-weight: 800;
}

.redesign-event-row__meta {
  display: block;
  color: #6b7280;
  font-size: 13px;
}

.redesign-sponsors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  margin-top: 42px;
}

.redesign-sponsor {
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 34px;
  border-radius: 8px;
  background: #0c1728;
}

.redesign-sponsor img {
  max-width: 280px;
  max-height: 86px;
  width: 100%;
  object-fit: contain;
}

.redesign-newsletter {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.redesign-newsletter form {
  display: flex;
  gap: 10px;
}

.redesign-newsletter input[type="email"] {
  min-width: 0;
  flex: 1;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cfc8bd;
  border-radius: 6px;
  background: #fff;
}

.redesign-footer {
  padding: 96px 30px 56px;
  background: #050505;
  color: #fff;
}

.redesign-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.redesign-footer__tagline {
  color: rgba(252, 252, 252, 0.33);
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}

.redesign-footer__menus {
  display: flex;
  gap: 72px;
  align-self: stretch;
}

.redesign-footer__menu {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
}

.redesign-footer__menu-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.redesign-footer__menu a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.redesign-footer__menu a:hover {
  color: #fff;
}

.redesign-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(252, 252, 252, 0.18);
}

.redesign-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.redesign-footer__brand img {
  display: block;
  width: auto;
  height: 30px;
  filter: brightness(0) invert(1);
}

.redesign-footer__social {
  display: flex;
  gap: 24px;
  align-items: center;
}

.redesign-footer__social a {
  opacity: 0.5;
  transition: opacity 160ms ease;
}

.redesign-footer__social a:hover {
  opacity: 1;
}

.redesign-footer__social img {
  width: 22px;
  height: 22px;
}

.event-redesign-hero {
  min-height: 86vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.6) 42%, rgba(5, 5, 5, 0.18) 100%),
    var(--event-hero-image) center / cover no-repeat;
  color: #fff;
}

.event-redesign-hero__inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 72px;
}

.event-redesign-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.event-redesign-hero__meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.event-redesign-hero__title {
  max-width: 970px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 9vw, 132px);
  line-height: 0.9;
  letter-spacing: 0;
}

.event-redesign-hero__copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.event-redesign-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 62px;
  align-items: start;
}

.event-redesign-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.event-redesign-topic {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #d9d3c9;
  border-radius: 999px;
  background: #f4f2ee;
  color: #151515;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-redesign-speakers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.event-redesign-speaker {
  min-height: 310px;
  overflow: hidden;
  border: 1px solid #e2ded6;
  border-radius: 8px;
  background: #fff;
}

.event-redesign-speaker img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #ddd7ce;
}

.event-redesign-speaker div {
  padding: 18px;
}

.event-redesign-speaker h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.08;
}

.event-redesign-speaker p {
  margin: 8px 0 0;
  color: #626262;
  line-height: 1.4;
}

.event-redesign-venue {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: center;
}

.event-redesign-venue__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 126px;
  gap: 12px;
}

.event-redesign-venue__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.event-redesign-venue__gallery img:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}

.event-redesign-venue__gallery img:nth-child(2) {
  grid-column: span 2;
}

.event-redesign-venue__gallery img:nth-child(3) {
  grid-column: span 2;
}

.event-redesign-venue__gallery img:nth-child(4) {
  grid-column: span 6;
}

.event-redesign-map {
  margin-top: 46px;
}

.event-redesign-map iframe {
  overflow: hidden;
  border-radius: 8px;
  background: #101827;
}

.event-redesign-hotels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.event-redesign-hotel {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2ded6;
  border-radius: 8px;
  background: #fff;
  color: #151515;
  text-decoration: none;
}

.event-redesign-hotel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd7ce;
}

.event-redesign-hotel__type,
.event-redesign-ticket__eyebrow {
  margin: 18px 18px 0;
  color: #f7931a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-redesign-hotel__name {
  margin: 10px 18px 0;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.event-redesign-hotel__desc {
  margin: 10px 18px 20px;
  color: #626262;
  line-height: 1.45;
}

.event-redesign-agenda {
  margin-top: 42px;
  overflow-x: auto;
}

.event-redesign-tickets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.event-redesign-ticket {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid #e2ded6;
  border-radius: 8px;
  background: #f4f2ee;
}

.event-redesign-ticket.is-featured {
  background: #101010;
  color: #fff;
}

.event-redesign-ticket__eyebrow {
  margin: 0;
}

.event-redesign-ticket h3 {
  margin: 14px 0 0;
  color: inherit;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.95;
}

.event-redesign-ticket p {
  margin: 18px 0 0;
  color: #565656;
  line-height: 1.55;
}

.event-redesign-ticket.is-featured p {
  color: rgba(255, 255, 255, 0.75);
}

.event-redesign-ticket__features {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.event-redesign-ticket__features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: inherit;
  line-height: 1.35;
}

.event-redesign-ticket__features svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #f7931a;
}

.event-redesign-ticket__actions {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.event-redesign-ticket.is-featured .redesign-button.is-outline {
  border-color: rgba(255, 255, 255, 0.74);
  color: #fff;
}

.btcpp-event-page {
  background: #fcfcfc;
}

.btcpp-event-page .event-content-wrapper {
  margin-left: min(20vw, 320px);
}

.btcpp-event-page .event-side-nav {
  z-index: 1200;
}

.btcpp-event-page .event-side-header_inner {
  color: #111827;
  text-decoration: none;
}

.btcpp-event-page .event-side-header .bold-btc {
  font-size: 22px;
}

.btcpp-event-page .btcpp-event-edition {
  margin-top: 3px;
  color: #636677;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.btcpp-event-page .side-nav-button.tickets .secondary-button.event-nav {
  margin-left: 0;
  background: #000;
  border-color: #000;
  color: #fff;
}

.btcpp-event-page .side-nav-button.tickets .secondary-button.event-nav:hover,
.btcpp-event-page .side-nav-button.tickets .secondary-button.event-nav:focus-visible {
  background: #202020;
  color: #fff;
}

.btcpp-event-page .event-hero {
  padding-top: 0;
}

.btcpp-event-page .btcpp-event-hero-image,
.btcpp-event-page .btcpp-event-about-image,
.btcpp-event-page .btcpp-event-venue-image,
.btcpp-event-page .btcpp-event-gallery-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btcpp-event-page .event-header-card {
  border-radius: 12px;
}

.btcpp-event-page .event-header-content {
  width: min(38rem, 46vw);
}

.btcpp-event-page .event-component,
.btcpp-event-page .about-block,
.btcpp-event-page .community-block,
.btcpp-event-page .hackathon-block,
.btcpp-event-page .agenda-block {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.btcpp-event-page .section.event {
  padding: 96px 30px;
}

.btcpp-event-page .featured-speaker-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.btcpp-event-page .btcpp-community-members {
  margin-top: 4rem;
}

.btcpp-event-page .featured-speaker-image,
.btcpp-event-page .image-load-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btcpp-event-page .agenda-image-1,
.btcpp-event-page .agenda-image-2,
.btcpp-event-page .agenda-image-3 {
  min-height: 16rem;
  border-radius: 8px;
}

.btcpp-event-page .event-redesign-hotels,
.btcpp-event-page .event-redesign-tickets {
  max-width: 1180px;
}

.btcpp-event-page #tickets,
.btcpp-event-page .event-redesign-hotels {
  background: #fcfcfc;
}

.btcpp-event-page .redesign-section {
  padding-left: 30px;
  padding-right: 30px;
}

.btcpp-event-page .event-sponsors-section .padding-section-medium {
  padding-top: 0;
}

.btcpp-event-page .btcpp-sponsor-tier {
  width: 100%;
}

.btcpp-event-page .btcpp-time-divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background: #d1d5db;
}

.btcpp-event-page .btcpp-sponsor-stack {
  align-items: center;
  justify-items: center;
}

.btcpp-event-page .sponsor-link-inner {
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btcpp-event-page .btcpp-sponsor-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.btcpp-event-page .sponsor-image-satoshi.btcpp-sponsor-image {
  width: min(80%, 420px);
  max-height: 12rem;
}

.btcpp-event-page .sponsor-image-finney.btcpp-sponsor-image {
  width: min(100%, 240px);
  max-height: 8rem;
}

.btcpp-event-page .sponsor-image-wuille.btcpp-sponsor-image {
  width: min(98%, 180px);
  max-height: 6rem;
}

.btcpp-event-page .sponsor-image-media.btcpp-sponsor-image {
  width: min(100%, 200px);
  max-height: 6rem;
}

.btcpp-event-page .sponsor-image-community.btcpp-sponsor-image {
  width: min(100%, 120px);
  max-height: 5rem;
}

.btcpp-event-page .btcpp-sponsor-name {
  display: inline-flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.btcpp-event-page .btcpp-agenda-layout {
  padding-bottom: var(--section-padding--default);
}

.btcpp-event-page .tabs-menu {
  display: flex;
  align-items: stretch;
}

.btcpp-event-page .tab-link {
  color: #111827;
  text-decoration: none;
}

.btcpp-event-page .tabs-content {
  background: #fff;
}

.btcpp-event-page .tab-pane {
  width: auto;
  display: none;
}

.btcpp-event-page .tab-pane.w--tab-active {
  display: block;
}

.btcpp-event-page .btcpp-agenda-grid {
  grid-template-columns: 86px repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.btcpp-event-page .btcpp-agenda-grid .agenda-headrow {
  grid-column: 1 / -1;
  width: 100%;
}

.btcpp-event-page .btcpp-time-rail {
  grid-column: 1;
  height: auto;
  min-height: 100%;
  padding: 8px 10px 0 0;
  position: relative;
}

.btcpp-event-page .btcpp-hour-mark {
  position: absolute;
  right: 10px;
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.1;
  text-align: right;
}

.btcpp-event-page .btcpp-stage-col {
  height: auto;
  min-height: 14rem;
  padding: 0 8px;
  position: relative;
}

.btcpp-event-page .btcpp-session-card {
  position: absolute;
  left: 8px;
  right: 8px;
  min-height: 0;
  padding: 0;
  border: 0.5px solid #878e92;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(3, 4, 31, 0.58), rgba(2, 2, 18, 0.82)), #1f2937;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

.btcpp-event-page .btcpp-session-grid {
  display: grid;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px;
}

.btcpp-event-page .btcpp-session-title {
  grid-column: 1 / -1;
  grid-row: 1;
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.btcpp-event-page .btcpp-session-type-wrap {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 0;
}

.btcpp-event-page .btcpp-session-card .bottom-right {
  grid-column: 2;
  grid-row: 3;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 0;
}

.btcpp-event-page .btcpp-session-card .session-heading {
  margin: 0.35rem 0 0;
  color: #fff;
  font-size: clamp(0.88rem, 1.15vw, 1.02rem);
  line-height: 1.12;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.btcpp-event-page .btcpp-session-time {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.btcpp-event-page .btcpp-session-card .session-type {
  border-radius: 999px;
  height: auto;
  min-height: 24px;
  padding: 0.24rem 0.52rem;
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.btcpp-event-page .btcpp-session-card .session-type.keynote {
  color: #b45309;
}

.btcpp-event-page .btcpp-session-card .session-type.panel {
  color: #1d4ed8;
}

.btcpp-event-page .btcpp-session-card .session-type.workshop {
  color: #047857;
}

.btcpp-event-page .btcpp-session-card .session-type.hackathon {
  color: #be185d;
}

.btcpp-event-page .btcpp-session-card .speaker-image {
  width: 1.9rem;
  height: 1.9rem;
}

.btcpp-event-page .btcpp-agenda-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 160ms ease-out, visibility 0s linear 160ms;
}

.btcpp-event-page .btcpp-agenda-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.btcpp-event-page .btcpp-agenda-dialog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.56);
  cursor: pointer;
}

.btcpp-event-page .btcpp-agenda-dialog__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease-out;
}

.btcpp-event-page .btcpp-agenda-dialog.is-open .btcpp-agenda-dialog__panel {
  transform: translateY(0) scale(1);
}

.btcpp-event-page .btcpp-agenda-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.btcpp-event-page .btcpp-agenda-dialog__art {
  height: 150px;
  background: linear-gradient(180deg, rgba(3, 4, 31, 0.12), rgba(2, 2, 18, 0.24)), #111827;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btcpp-event-page .btcpp-agenda-dialog__body {
  padding: 28px;
}

.btcpp-event-page .btcpp-agenda-dialog__body h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.02;
}

.btcpp-event-page .btcpp-agenda-dialog__headline {
  display: grid;
  gap: 12px;
}

.btcpp-event-page .btcpp-agenda-dialog__type {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-avatars {
  display: flex;
  align-items: center;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-avatars img {
  width: 36px;
  height: 36px;
  margin-right: -8px;
  border: 2px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  background: #f3f4f6;
}

.btcpp-event-page .btcpp-agenda-dialog__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.btcpp-event-page .btcpp-agenda-dialog__meta div {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.btcpp-event-page .btcpp-agenda-dialog__meta dt {
  color: #6b7280;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.btcpp-event-page .btcpp-agenda-dialog__meta dd {
  margin: 4px 0 0;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.btcpp-event-page .btcpp-agenda-dialog__calendar {
  display: flex;
}

.btcpp-event-page .btcpp-agenda-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.btcpp-event-page .btcpp-agenda-dialog__recording {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.btcpp-event-page .btcpp-agenda-dialog__description {
  margin: 24px 0 0;
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.btcpp-event-page .btcpp-agenda-dialog__speakers {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.btcpp-event-page .btcpp-agenda-dialog__section-title {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker img {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  object-fit: cover;
  background: #f3f4f6;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-name {
  color: #111827;
  font-weight: 800;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-company {
  margin-top: 2px;
  color: #6b7280;
  font-size: 13px;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.btcpp-event-page .btcpp-agenda-dialog__speaker-links a {
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.btcpp-agenda-dialog-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .btcpp-event-page .event-content-wrapper {
    margin-left: 0;
  }

  .btcpp-event-page .event-side-nav {
    position: sticky;
    top: 64px;
    width: 100%;
    max-width: none;
    height: auto;
    flex-flow: row;
    gap: 0;
    overflow-x: auto;
    padding: 0;
  }

  .btcpp-event-page .event-side-header {
    display: none;
  }

  .btcpp-event-page .event-side-nav_link {
    width: auto;
    min-width: max-content;
  }

  .btcpp-event-page .side-nav-button {
    height: auto;
    min-width: max-content;
    padding: 12px 14px;
    border-right: 1px dashed #0000003d;
    border-bottom: 0;
  }

  .btcpp-event-page .side-nav-button.tickets {
    margin-top: 0;
    padding: 8px 12px;
  }

  .btcpp-event-page .event-header-content {
    width: auto;
  }

  .btcpp-event-page .grid-3,
  .btcpp-event-page .grid-7,
  .btcpp-event-page .grid-8,
  .btcpp-event-page .sponsor-stack-satoshi,
  .btcpp-event-page .sponsor-stack-finney,
  .btcpp-event-page .sponsor-stack-finney-2,
  .btcpp-event-page .sponsor-stack-wuille,
  .btcpp-event-page .featured-community,
  .btcpp-event-page .hackathon-cards {
    grid-template-columns: 1fr;
  }

  .btcpp-event-page .sponsor-link-inner {
    min-height: 4.75rem;
  }

  .btcpp-event-page .sponsor-image-satoshi.btcpp-sponsor-image,
  .btcpp-event-page .sponsor-image-finney.btcpp-sponsor-image,
  .btcpp-event-page .sponsor-image-wuille.btcpp-sponsor-image,
  .btcpp-event-page .sponsor-image-media.btcpp-sponsor-image,
  .btcpp-event-page .sponsor-image-community.btcpp-sponsor-image {
    width: min(82%, 260px);
    max-height: 7rem;
  }

  .btcpp-event-page .btcpp-agenda-layout {
    padding-left: 0;
    padding-right: 0;
  }

  .btcpp-event-page .tabs-menu {
    overflow-x: auto;
  }

  .btcpp-event-page .tab-link {
    min-width: 13rem;
  }

  .btcpp-event-page .tabs-content {
    overflow-x: auto;
  }

  .btcpp-event-page .tab-pane {
    width: 900px;
  }

  .btcpp-event-page .tab-pane:not(.w--tab-active) {
    display: none;
  }

  .btcpp-event-page .btcpp-agenda-dialog {
    align-items: flex-end;
    padding: 0;
  }

  .btcpp-event-page .btcpp-agenda-dialog__panel {
    width: 100%;
    max-height: 88vh;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .btcpp-event-page .btcpp-agenda-dialog.is-open .btcpp-agenda-dialog__panel {
    transform: translateY(0);
  }

  .btcpp-event-page .btcpp-agenda-dialog__body {
    padding: 22px 18px 28px;
  }

  .btcpp-event-page .btcpp-agenda-dialog__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btcpp-event-page .btcpp-agenda-dialog__speaker {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .btcpp-event-page .btcpp-agenda-dialog__speaker img {
    width: 64px;
    height: 64px;
  }

  .redesign-footer {
    padding: 72px 30px 44px;
  }

  .redesign-footer__inner {
    gap: 48px;
  }

  .redesign-footer__menus {
    gap: 36px;
  }

  .btcpp-redesign .section-hero::after {
    width: min(46vw, 390px);
    opacity: 0.34;
  }

  .redesign-events,
  .redesign-feature-grid,
  .redesign-map,
  .redesign-newsletter,
  .redesign-footer__inner,
  .event-redesign-split,
  .event-redesign-venue,
  .event-redesign-tickets {
    grid-template-columns: 1fr;
  }

  .event-redesign-speakers,
  .event-redesign-hotels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-redesign-venue__gallery {
    grid-auto-rows: 110px;
  }
}

@media (max-width: 620px) {
  .btcpp-redesign .section-hero {
    min-height: auto;
  }

  .btcpp-redesign .hero-wrapper {
    min-height: auto;
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
  }

  .btcpp-redesign .section-hero::after {
    right: 18px;
    bottom: 18px;
    width: 54vw;
    opacity: 0.18;
  }

  .redesign-hero__inner {
    width: min(100% - 28px, 1180px);
    padding-bottom: 46px;
  }

  .redesign-section {
    padding: 64px 18px;
  }

  .redesign-events,
  .redesign-feature-grid,
  .event-redesign-speakers,
  .event-redesign-hotels {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .redesign-newsletter form {
    flex-direction: column;
  }

  .event-redesign-hero__inner {
    width: min(100% - 28px, 1180px);
    padding: 120px 0 52px;
  }

  .event-redesign-hero__meta {
    gap: 8px;
  }

  .event-redesign-hero__meta span {
    font-size: 12px;
  }

  .event-redesign-venue__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .event-redesign-venue__gallery img,
  .event-redesign-venue__gallery img:nth-child(1),
  .event-redesign-venue__gallery img:nth-child(2),
  .event-redesign-venue__gallery img:nth-child(3),
  .event-redesign-venue__gallery img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 11;
  }
}
