/* Canonical public-site header shared across every page. */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Outfit:wght@400;500;600&display=swap");

.page-topbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--paper, var(--cream, #f5f2ec)) url("../images/bnrxc0a94zomzer5rlnd.webp") center top / 520px auto repeat;
  backdrop-filter: none;
}

.speakers-page .page-topbar,
.speaker-reference-page .page-topbar,
.sponsor-redesign .page-topbar {
  background: var(--paper, var(--cream, #f5f2ec)) url("../images/bnrxc0a94zomzer5rlnd.webp") center top / 520px auto repeat;
  backdrop-filter: none;
}

.page-topbar .hero-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  width: min(1280px, calc(100% - var(--header-pad, clamp(18px, 3vw, 64px)) * 2));
  margin-inline: auto;
  min-height: 64px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.15);
}

.page-topbar .brand {
  color: var(--red);
  font-family: "Anton", Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1;
  white-space: nowrap;
}

.page-topbar .brand sup {
  display: inline-block !important;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -.16em;
  margin-left: 1px;
}

.page-topbar .brand > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.page-topbar .brand em {
  margin-left: 8px;
  color: rgba(10, 10, 10, 0.8);
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.45px;
}

.page-topbar .hero-topbar-brand {
  position: relative;
  padding-bottom: 30px;
}

.page-topbar .hero-topbar-eyebrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  color: rgba(10, 10, 10, 0.6);
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1.05;
  white-space: nowrap;
}

.page-topbar .hero-topbar-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 1px;
  background: rgba(10, 10, 10, 0.45);
}

.page-topbar .top-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.page-topbar .top-nav a {
  position: relative;
  color: rgba(10, 10, 10, 0.7);
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.75px;
  text-transform: uppercase;
}

.page-topbar .top-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: var(--red);
  transition: width 0.3s ease;
}

.page-topbar .top-nav a:hover::after,
.page-topbar .top-nav a:focus-visible::after {
  width: 100%;
}

.page-topbar .btn {
  min-width: 0;
  min-height: 0;
  padding: 15px 28px;
  border-color: rgba(10, 10, 10, 0.72);
  color: var(--ink, var(--black));
  background: transparent;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.75px;
}

.page-topbar .btn:hover,
.page-topbar .btn:focus-visible {
  transform: translateY(-2px);
  color: var(--paper, var(--cream));
  background: var(--red);
  border-color: var(--red);
}

.site-menu-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 10, 10, 0.24);
  background: rgba(245, 242, 236, 0.88);
  color: var(--ink, var(--black));
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(10, 10, 10, 0.38);
}

.site-menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 18px;
}

.site-menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.page-topbar .hero-topbar.is-menu-open .site-menu-icon span:nth-child(1),
.hero-topbar.is-menu-open .site-menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.page-topbar .hero-topbar.is-menu-open .site-menu-icon span:nth-child(2),
.hero-topbar.is-menu-open .site-menu-icon span:nth-child(2) {
  opacity: 0;
}

.page-topbar .hero-topbar.is-menu-open .site-menu-icon span:nth-child(3),
.hero-topbar.is-menu-open .site-menu-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-menu-panel {
  display: contents;
}

.site-menu-panel .top-nav {
  align-items: center;
}

body {
  padding-top: 0;
}

@media (max-width: 980px) {
  .page-topbar .hero-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: start;
    align-items: center;
    gap: 12px 16px;
  }

  .page-topbar .site-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .page-topbar .site-menu-panel {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(10, 10, 10, 0.16);
    border-radius: 24px;
    background: rgba(245, 242, 236, 0.96);
    box-shadow: 0 18px 40px rgba(10, 10, 10, 0.12);
  }

  .page-topbar .hero-topbar.is-menu-open .site-menu-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .page-topbar .site-menu-panel .top-nav {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .page-topbar .site-menu-panel .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-topbar .brand em {
    font-size: 16px;
  }

  .page-topbar .btn {
    width: 100%;
  }
}

button,
.btn,
.page-topbar .btn,
.site-menu-toggle {
  border-radius: 0 !important;
}

.footer {
  overflow: hidden;
  padding: 84px 0;
  background: #0a0a0a;
  font-family: "Outfit", "Inter", sans-serif;
}

.footer-top {
  border-bottom: 1px solid rgba(245, 242, 236, 0.15);
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 34px;
}

.footer-top > div:not(.footer-brand-block) {
  padding-top: clamp(22px, 2.5vw, 34px);
}

.footer h5 {
  margin: 0 0 14px;
  color: rgba(245, 242, 236, 0.4);
  font-size: 11.5px;
  letter-spacing: 3.226px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer a {
  display: block;
  color: rgba(245, 242, 236, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

.footer a:hover {
  color: var(--red);
}

.footer .brand,
.footer .brand span,
.footer .brand sup {
  color: var(--red);
}

.footer-brand-block .brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.footer-brand-block .brand span {
  font-size: 50px;
  line-height: 0.92;
}

.footer-brand-block .brand sup {
  font-size: 26px;
  top: -.42em;
}

.footer-brand-block .brand em {
  color: rgba(245, 242, 236, 0.9);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.45px;
  margin-left: 0;
}

.footer-brand-block .brand,
.footer-brand-block .brand:hover,
.footer-brand-block .brand:visited {
  color: var(--red);
}

.footer-brand-block .brand span,
.footer-brand-block .brand sup {
  color: var(--red);
}

.footer-brand-block .brand:hover span,
.footer-brand-block .brand:hover sup,
.footer-brand-block .brand:hover em {
  color: var(--red);
}

.footer-brand-block .brand:hover em {
  color: rgba(245, 242, 236, 0.9);
}

.footer-brand-block .eyebrow {
  position: relative;
  margin: 12px 0 0;
  padding-top: 12px;
  color: rgba(245, 242, 236, 0.45);
  font-size: 12px;
  line-height: 17.28px;
  letter-spacing: 4px;
}

.footer-brand-block .eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 460px;
  height: 1px;
  background: rgba(245, 242, 236, 0.28);
}

.footer-quote {
  margin: 14px 0 0;
  max-width: 620px;
  color: rgba(245, 242, 236, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 3.5vw, 54px);
  line-height: 1.06;
  font-style: normal;
}

.footer .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(245, 242, 236, 0.3);
}

.footer .newsletter input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--cream, #f5f2ec);
  outline: 0;
  padding: 10px 0;
}

.footer .newsletter button {
  border: 0;
  background: transparent;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 2.75px;
  font-size: 11px;
  cursor: pointer;
}

.socials {
  margin-top: 18px;
  display: flex;
  gap: 14px;
}

.socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin: 0;
  color: rgba(245, 242, 236, 0.85);
  border: 1px solid rgba(245, 242, 236, 0.45);
  border-radius: 6px;
}

.socials a:hover {
  color: var(--red);
  border-color: var(--red);
}

.socials svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 22px;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 0;
  border-top: 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(245, 242, 236, 0.4);
  font-size: 12px;
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
}

.footer-bottom p:nth-child(2) {
  margin-left: auto;
}

.footer-bottom .powered-by {
  flex-basis: 100%;
  text-align: left;
  margin-left: 0;
  order: 3;
  margin-top: 2px;
}

.footer-bottom .powered-by a {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.footer-mark {
  margin: 18px 0 -20px;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: auto;
}

.footer-mark span {
  flex: 0 0 auto;
  font-family: "Anton", sans-serif;
  font-size: clamp(128px, 20vw, 360px);
  line-height: .85;
  letter-spacing: -5.376px;
  color: rgba(245, 242, 236, 0.04);
  animation: footerBanner 28s linear infinite;
}

.footer-mark:hover span {
  animation-play-state: paused;
}

.home-page .footer-mark {
  pointer-events: auto;
}

.home-page .footer-mark span {
  font-size: clamp(128px, 20vw, 360px);
  animation-duration: 44s;
}

.home-page .footer-mark:hover span {
  animation-play-state: paused;
}

@keyframes footerBanner {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    margin-bottom: 0;
  }
}
