:root {
  --deep: #1a0a2e;
  --royal: #2d1b4e;
  --electric: #a855f7;
  --lavender: #c084fc;
  --paper: #f8f7fa;
  --gold: #c9a84c;
  --white: #fff;
  --muted: #cfc7da;
  --line: rgba(255, 255, 255, 0.15);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--deep);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}
h3 {
  line-height: 1.3;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin: auto;
}
.preview-bar {
  background: var(--royal);
  color: #e6d7f9;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.16em;
  padding: 8px 20px;
  font-weight: 650;
}
.preview-bar span {
  color: var(--gold);
  padding: 0 10px;
}
header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--deep);
  border-bottom: 1px solid var(--line);
  color: white;
}
nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.partnership {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  line-height: 1.05;
  letter-spacing: 0.025em;
}
.partnership strong span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.27em;
  margin-top: 6px;
  font-weight: 400;
  color: var(--muted);
}
.partnership i {
  font-style: normal;
  color: var(--gold);
  font-size: 21px;
}
.nav-links {
  display: flex;
  gap: 27px;
  font-size: 13px;
}
.nav-links a {
  color: var(--muted);
}
.nav-links a:hover {
  color: white;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 14px 24px;
  background: var(--lavender);
  color: var(--deep);
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.button:hover {
  background: #d8b4fe;
}
.button:active {
  transform: scale(0.98);
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button.small {
  font-size: 12px;
  min-height: 43px;
  padding: 10px 18px;
  gap: 16px;
}
.hero {
  background:
    radial-gradient(
      ellipse at 84% 38%,
      rgba(168, 85, 247, 0.14),
      transparent 55%
    ),
    var(--deep);
  color: white;
  padding: 76px 0 72px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 50px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 650;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 25px;
}
.hero .eyebrow span {
  white-space: nowrap;
  letter-spacing: 0.025em;
  font-size: 11px;
  color: #e0d6e9;
}
.hero h1 {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
  margin: 0 0 25px;
}
.hero h1 em {
  font-style: normal;
  color: var(--lavender);
}
.hero h2 {
  font-size: 24px;
  letter-spacing: -0.022em;
  line-height: 1.35;
  margin-bottom: 16px;
  font-weight: 550;
}
.lead {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 505px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 28px 0 20px;
}
.text-link {
  font-size: 13px;
  font-weight: 650;
  border-bottom: 1px solid rgba(192, 132, 252, 0.45);
  padding: 8px 0;
}
.text-link span {
  padding-left: 8px;
}
.hero-note {
  font-size: 11px;
  color: #b0a4bd;
  margin-bottom: 0;
}
.stage {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.host-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.host-pair img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center top;
}
.stage-label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 12px;
  font-weight: 650;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.stage-message {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.16em;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.live-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--lavender);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 35px 0 39px;
  border-bottom: 1px solid #ddd6e5;
}
.stats div {
  border-right: 1px solid #ddd6e5;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.stats div:first-child {
  padding-left: 0;
}
.stats div:last-child {
  border: 0;
}
.stats strong {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
.stats span {
  font-size: 12px;
  line-height: 1.6;
  max-width: 130px;
  color: #675b74;
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .nav-links {
    gap: 18px;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(36px, 5vw, 52px);
  }
  .host-pair img {
    height: 260px;
  }
  .stats div {
    padding: 0 16px;
    gap: 12px;
  }
  .actions {
    gap: 18px;
  }
  .hero h2 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  nav {
    height: 73px;
    gap: 12px;
  }
  .nav-links {
    display: none;
  }
  .partnership {
    font-size: 11px;
    gap: 10px;
  }
  .partnership strong span {
    font-size: 8px;
    letter-spacing: 0.18em;
  }
  .partnership i {
    font-size: 15px;
  }
  .button.small {
    padding: 8px 11px;
    font-size: 10px;
    gap: 8px;
    min-height: 40px;
  }
  .button.small span {
    font-size: 16px;
  }
  .hero {
    padding: 44px 0 42px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.9vw, 70px);
  }
  .hero h2 {
    font-size: 23px;
  }
  .hero .eyebrow {
    font-size: 9px;
    max-width: 330px;
    margin-bottom: 22px;
  }
  .hero .eyebrow span {
    font-size: 10px;
  }
  .lead {
    font-size: 14px;
  }
  .actions {
    gap: 20px;
  }
  .button {
    padding: 13px 17px;
    font-size: 12px;
    gap: 15px;
    min-height: 49px;
  }
  .text-link {
    font-size: 12px;
  }
  .host-pair img {
    height: 250px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    padding: 25px 0;
    gap: 24px 0;
  }
  .stats div {
    padding: 0 16px;
  }
  .stats div:nth-child(odd) {
    padding-left: 0;
  }
  .stats div:nth-child(2) {
    border: 0;
  }
  .stats strong {
    font-size: 37px;
  }
  .stats span {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: Inter;
  src: url("assets/inter-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99;
  background: white;
  color: var(--deep);
  padding: 12px 20px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-heading {
  margin-bottom: 40px;
}
.section-heading h2 {
  margin-bottom: 22px;
}
.section-heading .eyebrow {
  color: #7f36b8;
  margin-bottom: 18px;
}
.section-heading > p:last-child:not(.eyebrow) {
  color: #71647c;
}
.section-heading.horizontal {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 100px;
}
.section-heading.horizontal > p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.section-heading.horizontal > div > p:not(.eyebrow) {
  color: #71647c;
  font-size: 15px;
  line-height: 1.8;
}
.muted-heading {
  color: #8f7a9f;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.intro-lead {
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.6;
  font-weight: 500;
}
.intro-grid > div {
  color: #71647c;
  font-size: 15px;
  line-height: 1.85;
}
.audience-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.audience-tags span {
  padding: 9px 13px;
  border: 1px solid #e2dce8;
  border-radius: 3px;
  color: #766981;
  font-size: 11px;
  background: #fff;
}
.experience-band {
  background: var(--royal);
  padding: 80px 0;
  color: white;
}
.experience-band .eyebrow {
  color: var(--lavender);
}
.experience-band .section-heading.horizontal > p {
  color: #c8bdd4;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}
.experience-grid article {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  padding-right: 40px;
}
.experience-grid article:last-child {
  border: 0;
  padding: 0;
}
.experience-number {
  color: var(--lavender);
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 650;
  margin-bottom: 22px;
}
.experience-grid h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  min-height: 60px;
  margin-bottom: 15px;
}
.experience-grid p {
  font-size: 14px;
  line-height: 1.85;
  color: #cfc6d9;
  margin-bottom: 26px;
}
.duration {
  font-size: 11px;
  color: #dacaed;
  letter-spacing: 0.015em;
  margin-top: auto;
}
.agenda-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 25px;
  background: #eee8f5;
  border-left: 3px solid #a855f7;
  margin-bottom: 24px;
}
.agenda-note p {
  font-size: 12px;
  line-height: 1.85;
  color: #70607e;
  margin: 0;
}
.agenda-note strong {
  color: var(--deep);
}
.note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9743d8;
  flex-shrink: 0;
  margin-top: 9px;
}
.block-nav {
  position: sticky;
  top: 89px;
  z-index: 15;
  height: auto;
  background: var(--paper);
  border-top: 1px solid #d9cfdf;
  border-bottom: 1px solid #d9cfdf;
  padding: 14px 0;
  gap: 10px;
  margin-bottom: 24px;
}
.block-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  padding: 5px 8px;
  font-weight: 600;
  white-space: nowrap;
}
.block-nav a span {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  background: #ebe3f3;
  color: #774798;
  border-radius: 3px;
  font-size: 10px;
}
.block-nav a[aria-current] {
  color: #7c31b8;
}
.block-nav a[aria-current] span {
  background: var(--deep);
  color: white;
}
.agenda-block {
  scroll-margin-top: 180px;
  border: 1px solid #e1dbe7;
  background: #fff;
  margin-bottom: 28px;
}
.block-heading {
  position: relative;
  display: grid;
  grid-template-columns: 155px 1fr 55px;
  gap: 25px;
  padding: 30px;
  background: var(--deep);
  color: white;
  align-items: center;
}
.block-label span {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  color: var(--lavender);
}
.block-label p {
  font-size: 10px;
  color: #c1b1cf;
  margin: 8px 0 0;
  white-space: nowrap;
}
.block-heading h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
.block-heading > div:nth-child(2) > p {
  font-size: 12px;
  line-height: 1.7;
  color: #c4b7d1;
  margin: 0;
}
.block-index {
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  color: #674683;
  letter-spacing: -0.06em;
  text-align: right;
}
.panel-row,
.breakout-heading {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 25px;
  padding: 25px 30px;
}
.time {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.6;
}
.panel-row {
  background: #f1ecf7;
  align-items: center;
}
.panel-row .time {
  color: #71399a;
}
.format-label {
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #794b98;
  display: block;
  margin-bottom: 5px;
}
.panel-row h4 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin: 0 0 7px;
}
.panel-row p {
  font-size: 11px;
  color: #7a6886;
  margin: 0;
}
.breakout-heading {
  border-bottom: 1px solid #eee8f2;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breakout-heading p {
  font-size: 11px;
  color: #71647c;
  margin: 0;
}
.session-list {
  padding: 0 30px 0 210px;
  margin: 0;
  list-style: none;
}
.session-row {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 100px;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #eee8f2;
  align-items: start;
}
.session-row:last-child {
  border-bottom: 0;
}
.session-number {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  color: #9873ae;
  font-variant-numeric: tabular-nums;
}
.session-row h4 {
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.session-row p {
  font-size: 11px;
  line-height: 1.8;
  color: #7b7183;
  margin: 0;
}
.session-row p span {
  color: #613e7a;
  font-weight: 650;
  margin-right: 5px;
}
.session-expert {
  font-size: 9px;
  line-height: 1.8;
  color: #93849c;
  text-align: right;
  padding-top: 5px;
}
.network-row {
  display: grid;
  grid-template-columns: 155px 1fr 25px;
  gap: 25px;
  padding: 20px 30px;
  align-items: center;
  background: #faf8fc;
  border-top: 1px solid #eee8f2;
}
.network-row p {
  font-size: 11px;
  color: #7b7183;
  margin: 0;
  line-height: 1.8;
}
.network-row strong {
  color: #553b68;
  font-weight: 650;
  margin-right: 8px;
}
.network-row .arrow {
  font-size: 22px;
  color: #9672ac;
}
.day-marker {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
  margin-bottom: 25px;
  border: 1px solid #e1dbe7;
}
.day-marker > .time {
  width: 125px;
  flex-shrink: 0;
  color: #7b638d;
}
.day-marker strong {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.day-marker p {
  font-size: 12px;
  color: #7b7183;
  margin: 4px 0 0;
}
.marker-tag {
  margin-left: auto;
  white-space: nowrap;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #9b84aa;
}
.opening-session {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 25px;
  padding: 30px;
  background: #e8def0;
  margin-bottom: 28px;
}
.opening-session h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 9px 0;
}
.opening-session p {
  font-size: 12px;
  color: #776283;
  margin: 0;
}
.opening-session .time {
  color: #713b96;
}
.lunch {
  border: 0;
  background: #eae6ee;
  margin-bottom: 28px;
}
.agenda-footnote {
  font-size: 11px;
  color: #8f8097;
  margin: 24px 0 0;
}
.connection-section {
  background: var(--deep);
  color: white;
  padding: 95px 0;
}
.connection-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 110px;
  align-items: start;
}
.connection-grid h2 {
  font-size: 37px;
  line-height: 1.22;
  margin-bottom: 22px;
}
.connection-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  color: #c1b4ce;
  line-height: 1.85;
}
.connection-detail {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}
.connection-detail > span {
  font-size: 12px;
  color: var(--lavender);
  padding-top: 4px;
}
.connection-detail h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}
.connection-detail p {
  font-size: 12px;
  line-height: 1.9;
  color: #b6a7c3;
  margin: 0;
}
.expo-panel {
  background: var(--royal);
  padding: 40px;
  border: 1px solid #5a3f74;
}
.expo-panel .eyebrow {
  margin-bottom: 18px;
}
.expo-panel h3 {
  font-size: 29px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin-bottom: 30px;
}
.expo-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.expo-panel li {
  display: flex;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  align-items: center;
}
.expo-panel li > span {
  font-size: 10px;
  color: var(--lavender);
}
.expo-panel strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.expo-panel small {
  display: block;
  font-size: 11px;
  color: #bcaccb;
}
.small-note {
  font-size: 11px;
  color: #897692;
  line-height: 1.8;
}
.expo-panel .small-note {
  color: #ae9dbe;
  margin: 16px 0 0;
}
.hosts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.host-card {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 28px;
  background: #fff;
  border: 1px solid #e3dce9;
  padding: 25px;
}
.host-image {
  overflow: hidden;
  min-height: 285px;
  background: #d7d0df;
}
.host-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.host-image.carlos img {
  object-position: 45% top;
}
.host-bio .eyebrow {
  color: #8a54ac;
  font-size: 8px;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.host-bio h3 {
  font-size: 25px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.host-bio .host-role {
  font-size: 11px;
  color: #876b9b;
  margin-bottom: 15px;
}
.host-bio p {
  font-size: 12px;
  color: #7a6b84;
  line-height: 1.85;
}
.host-bio .text-link {
  font-size: 11px;
  color: #643a83;
  display: inline-block;
}
.roster-section {
  background: #eee9f3;
}
.expert-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.expert-card {
  display: flex;
  flex-direction: column;
  padding: 21px 18px;
  min-height: 225px;
  background: #f8f7fa;
  border: 1px solid #e3dbe9;
}
.expert-slot {
  font-size: 16px;
  color: #9768b7;
  margin-bottom: 18px;
  font-weight: 550;
}
.expert-status {
  font-size: 8px;
  letter-spacing: 0.07em;
  color: #9b8aaa;
  margin-bottom: 10px;
}
.expert-card h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #493158;
  margin-bottom: 14px;
}
.expert-card p {
  font-size: 9px;
  color: #9b8aaa;
  margin: 0;
  margin-top: auto;
}
.roster-section .text-link {
  font-size: 12px;
  color: #61377e;
}
.sponsors-section {
  border-bottom: 1px solid #ded5e6;
}
.sponsor-placeholder {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px dashed #c4b4d2;
  padding: 25px 30px;
  background: #f1ecf6;
}
.sponsor-mark {
  font-size: 30px;
  color: #af8ac9;
  font-weight: 400;
}
.sponsor-placeholder p {
  font-size: 15px;
  margin: 0;
  color: #6a4e7d;
}
.sponsor-placeholder > span:last-child {
  margin-left: auto;
  font-size: 10px;
  color: #93809f;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
}
.faq-section .eyebrow {
  color: #7f36b8;
}
.faq-list details {
  border-bottom: 1px solid #ddd4e5;
  padding: 0 0 19px;
  margin-bottom: 19px;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 30px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 20px;
  font-weight: 400;
  color: #966ab4;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 12px;
  line-height: 1.9;
  color: #7c6c87;
  margin: 16px 35px 0 0;
}
.ticket-section {
  background: radial-gradient(ellipse at 10% 20%, #352047, var(--deep) 60%);
  padding: 85px 0;
  color: white;
}
.ticket-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 120px;
  align-items: center;
}
.ticket-grid h2 {
  font-size: 43px;
  line-height: 1.22;
}
.ticket-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: #c4b4d1;
  max-width: 505px;
}
.ticket-card {
  border: 1px solid #5f4376;
  background: rgba(45, 27, 78, 0.6);
  padding: 30px;
}
.release-status {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--lavender);
  margin-bottom: 25px;
}
.ticket-card h3 {
  font-size: 23px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 14px;
}
.ticket-grid .ticket-card p {
  font-size: 12px;
  color: #c4b4d1;
  margin-bottom: 23px;
}
.ticket-card .button {
  width: 100%;
  font-size: 12px;
  justify-content: space-between;
  padding: 13px 18px;
}
.ticket-grid .ticket-card .ticket-note {
  font-size: 10px;
  margin: 15px 0 0;
  color: #ae98be;
  line-height: 1.8;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
}
footer strong {
  font-size: 11px;
  color: #60446f;
}
footer p {
  font-size: 10px;
  color: #9886a2;
  margin: 5px 0 0;
}
footer > div:last-child {
  display: flex;
  gap: 25px;
  font-size: 10px;
  color: #9886a2;
}
.stage-art {
  width: 100%;
  height: auto;
}
.stage-caption {
  font-size: 9px;
  color: #a593b7;
  margin: 14px 0 0;
}
.stage-label {
  font-size: 11px;
  padding-left: 0;
  padding-right: 0;
}
.stage-message {
  font-size: 9px;
}
.stage .host-pair {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover {
    color: #a855f7;
    border-color: #a855f7;
  }
  .block-nav a:hover {
    background: #ece4f3;
  }
  .faq-list summary:hover {
    color: #7b36a8;
  }
  .button:hover {
    transform: translateY(-1px);
  }
}
@media (max-width: 1100px) {
  .section-heading.horizontal {
    gap: 50px;
  }
  .intro-grid {
    gap: 60px;
  }
  .connection-grid {
    gap: 55px;
  }
  .connection-grid h2 {
    font-size: 32px;
  }
  .hosts-grid {
    gap: 22px;
  }
  .host-card {
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 20px;
  }
  .host-bio h3 {
    font-size: 23px;
  }
  .ticket-grid {
    gap: 60px;
  }
  .ticket-grid h2 {
    font-size: 35px;
  }
  .expert-card {
    padding: 18px 13px;
  }
  .session-list {
    padding-left: 160px;
  }
  .block-heading,
  .panel-row,
  .breakout-heading,
  .network-row,
  .opening-session {
    grid-template-columns: 115px 1fr;
  }
  .block-heading {
    grid-template-columns: 115px 1fr 45px;
  }
  .network-row {
    grid-template-columns: 115px 1fr 20px;
  }
  .session-row {
    gap: 16px;
  }
  .faq-section {
    gap: 60px;
  }
}
@media (max-width: 900px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .host-card {
    grid-template-columns: 1fr;
  }
  .host-image {
    height: 230px;
    min-height: 0;
  }
  .host-image img {
    object-position: center 20%;
  }
  .host-image.carlos img {
    object-position: center 24%;
  }
  .host-bio {
    padding: 5px;
  }
  .expert-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .expert-card {
    min-height: 210px;
  }
  .session-expert {
    display: none;
  }
  .session-row {
    grid-template-columns: 27px minmax(0, 1fr);
  }
  .experience-grid {
    gap: 25px;
  }
  .experience-grid article {
    padding-right: 25px;
  }
  .experience-grid h3 {
    font-size: 21px;
  }
  .connection-grid {
    gap: 30px;
  }
  .expo-panel {
    padding: 30px;
  }
  .ticket-grid {
    gap: 35px;
  }
  .faq-section {
    gap: 35px;
  }
  .block-nav {
    gap: 0;
  }
  .block-nav a {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
    gap: 6px;
  }
}
@media (max-width: 760px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading.horizontal {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .section-heading.horizontal > p {
    font-size: 13px;
    margin: 0;
  }
  .section-heading h2 {
    font-size: 30px;
    line-height: 1.22;
  }
  .section-heading .eyebrow,
  .eyebrow {
    font-size: 9px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .intro-lead {
    font-size: 19px;
  }
  .intro-grid > div {
    font-size: 13px;
  }
  .audience-tags {
    gap: 8px;
    margin-top: 16px;
  }
  .audience-tags span {
    font-size: 9px;
    padding: 7px 10px;
  }
  .experience-band {
    padding: 60px 0;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }
  .experience-grid article {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .experience-grid article:last-child {
    padding: 0;
  }
  .experience-number {
    margin-bottom: 12px;
  }
  .experience-grid h3 {
    min-height: 0;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .experience-grid p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .agenda-note {
    padding: 16px;
  }
  .agenda-note p {
    font-size: 10px;
  }
  .block-nav {
    top: 74px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px 0;
    gap: 2px 0;
  }
  .block-nav a {
    font-size: 9px;
    gap: 7px;
    padding: 4px 2px;
  }
  .block-nav a span {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
  .agenda-block {
    scroll-margin-top: 170px;
    margin-bottom: 22px;
  }
  .block-heading {
    grid-template-columns: 1fr 35px;
    padding: 22px 19px;
    gap: 13px;
  }
  .block-label {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block-label span {
    font-size: 9px;
  }
  .block-label p {
    margin: 0;
    font-size: 9px;
  }
  .block-heading h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .block-heading > div:nth-child(2) > p {
    font-size: 11px;
  }
  .block-index {
    font-size: 32px;
  }
  .panel-row,
  .breakout-heading,
  .opening-session {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px 19px;
  }
  .time {
    font-size: 10px;
  }
  .format-label {
    font-size: 8px;
    letter-spacing: 0.07em;
  }
  .panel-row h4 {
    font-size: 15px;
  }
  .panel-row p {
    font-size: 10px;
  }
  .breakout-heading p {
    font-size: 10px;
  }
  .session-list {
    padding: 0 19px;
  }
  .session-row {
    grid-template-columns: 23px 1fr;
    gap: 10px;
    padding: 21px 0;
  }
  .session-row h4 {
    font-size: 13px;
    line-height: 1.6;
  }
  .session-row p {
    font-size: 10px;
  }
  .session-number {
    font-size: 11px;
  }
  .network-row {
    grid-template-columns: 1fr 20px;
    gap: 8px;
    padding: 18px 19px;
  }
  .network-row .time {
    grid-column: 1 / -1;
  }
  .network-row p {
    font-size: 10px;
  }
  .day-marker {
    padding: 18px 19px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-bottom: 20px;
  }
  .day-marker > .time {
    width: auto;
  }
  .day-marker > div {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .day-marker strong {
    font-size: 13px;
  }
  .day-marker p {
    font-size: 11px;
  }
  .marker-tag {
    grid-column: 2;
    grid-row: 1;
    font-size: 8px;
  }
  .opening-session h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .opening-session p {
    font-size: 11px;
  }
  .agenda-footnote {
    font-size: 10px;
  }
  .connection-section {
    padding: 60px 0;
  }
  .connection-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .connection-grid h2 {
    font-size: 30px;
  }
  .connection-grid > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .connection-detail h3 {
    font-size: 15px;
  }
  .connection-detail p {
    font-size: 11px;
  }
  .expo-panel {
    padding: 28px 24px;
  }
  .hosts-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .host-card {
    grid-template-columns: 130px 1fr;
    padding: 18px;
    gap: 18px;
  }
  .host-image {
    height: 100%;
    min-height: 230px;
  }
  .host-bio {
    padding: 0;
  }
  .host-bio h3 {
    font-size: 23px;
  }
  .host-bio p {
    font-size: 11px;
  }
  .host-bio .eyebrow {
    font-size: 7px;
  }
  .host-bio .host-role {
    font-size: 10px;
  }
  .expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .expert-card {
    min-height: 205px;
    padding: 17px 13px;
  }
  .expert-card h3 {
    font-size: 11px;
  }
  .expert-status {
    font-size: 7px;
  }
  .expert-slot {
    margin-bottom: 13px;
  }
  .expert-card p {
    font-size: 8px;
  }
  .sponsor-placeholder {
    padding: 21px 18px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .sponsor-placeholder p {
    font-size: 13px;
  }
  .sponsor-placeholder > span:last-child {
    margin-left: 28px;
    width: 100%;
    font-size: 9px;
  }
  .sponsor-mark {
    font-size: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 11px;
  }
  .ticket-section {
    padding: 60px 0;
  }
  .ticket-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ticket-grid h2 {
    font-size: 31px;
  }
  .ticket-grid > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .ticket-card {
    padding: 25px;
  }
  .ticket-card .button {
    min-height: 50px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer > div:last-child {
    font-size: 9px;
    gap: 20px;
  }
  .stage-caption {
    font-size: 8px;
  }
  .stage-label {
    font-size: 10px;
  }
  .stage {
    padding-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .partnership {
    gap: 7px;
    font-size: 10px;
  }
  .partnership strong span {
    font-size: 7px;
  }
  .button.small {
    font-size: 9px;
    padding: 8px;
  }
  .hero h1 {
    font-size: 10.7vw;
  }
  .hero .actions {
    gap: 13px;
  }
  .hero .button {
    padding: 12px 14px;
  }
  .hero .text-link {
    font-size: 10px;
  }
  .host-card {
    grid-template-columns: 1fr;
  }
  .host-image {
    height: 240px;
    min-height: 0;
  }
  .hero-note {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.stage {
  border: 0;
  padding: 0;
}
.stage-caption {
  line-height: 1.7;
  margin-top: 10px;
}
.hero-grid {
  grid-template-columns: 1fr 1.1fr;
}
.session-row p {
  font-size: 12px;
  color: #6f6379;
}
.session-expert {
  color: #796886;
}
.expert-status,
.expert-card p {
  color: #806990;
}
.small-note {
  color: #766082;
}
.sponsor-placeholder > span:last-child {
  color: #796686;
}
.hero-note {
  color: #c1b0ce;
}
.stage-caption {
  color: #baacc5;
}
.agenda-footnote {
  color: #766781;
}
footer p,
footer > div:last-child {
  color: #776584;
}
@media (max-width: 760px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .session-row p {
    font-size: 11px;
  }
  .stage-caption {
    font-size: 9px;
  }
  .expert-card h3 {
    font-size: 12px;
  }
  .expert-status {
    font-size: 8px;
  }
  .expert-card p {
    font-size: 9px;
  }
}

/* Speaker photo and profile placeholders. Replace each photo area and icon span
   with an approved image and real profile link when the speaker is confirmed. */
.expert-photo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #d9cbe4;
  border-radius: 3px;
  background: #eee7f5;
  color: #9674ae;
}
.expert-photo > svg {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.expert-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-photo .expert-slot {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 10px;
  font-weight: 650;
  color: #7d588f;
  margin: 0;
}
.photo-label {
  font-size: 9px;
  color: #7b618c;
  line-height: 1.6;
}
.expert-socials {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e1d8e9;
}
.expert-social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32px;
  aspect-ratio: 1;
  border: 1px solid #ded2e7;
  border-radius: 3px;
  color: #7e5b97;
  background: #f1ebf6;
  cursor: default;
}
.expert-social-icon svg {
  width: 16px;
  height: 16px;
}
.expert-social-icon img {
  width: 15px;
  height: 15px;
  opacity: 0.58;
}
@media (max-width: 760px) {
  header .nav-links {
    display: flex;
    gap: 18px;
  }
  header .nav-links a {
    display: none;
  }
  header .nav-links a[href="#agenda"],
  header .nav-links a[href="#speakers"] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    font-size: 12px;
  }
  .expert-photo {
    margin-bottom: 17px;
  }
  .expert-photo > svg {
    width: 32px;
    height: 32px;
    margin-bottom: 9px;
  }
  .photo-label {
    font-size: 8px;
  }
  .expert-photo .expert-slot {
    font-size: 9px;
    top: 8px;
    left: 9px;
  }
  .expert-socials {
    gap: 4px;
    padding-top: 12px;
    margin-top: 14px;
  }
  .expert-social-icon {
    min-height: 23px;
  }
  .expert-social-icon img,
  .expert-social-icon svg {
    width: 13px;
    height: 13px;
  }
}
