/* A full-bleed black continuation of the closing photograph and pixel seam. */
.ftr2 {
  --footer-paper: #fff;
  --footer-ink: #080808;
  --footer-accent: #b4d7ff;
  --footer-teal: #8ff1e5;
  --footer-line: rgb(255 255 255 / 24%);
  padding: clamp(32px, 4.5vw, 72px) 0 0;
  background: var(--footer-ink);
  color: var(--footer-paper);
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.ftr2, .ftr2 *, .ftr2 *::before, .ftr2 *::after { box-sizing: border-box; }
.ftr2__wrap {
  width: min(1560px, calc(100% - clamp(40px, 8vw, 128px)));
  margin-inline: auto;
  padding-inline: 0;
}
.ftr2__panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--footer-ink);
}
.ftr2__masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.ftr2__logo {
  display: block;
  width: clamp(210px, 21vw, 300px);
  max-width: 100%;
  height: auto;
}
.ftr2__soc { display: flex; align-items: center; gap: 10px; }
.ftr2__soc a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 255 255 / 44%);
  border-radius: 50%;
  color: var(--footer-paper);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.ftr2__soc a:hover { background: var(--footer-paper); border-color: var(--footer-paper); color: var(--footer-ink); }
.ftr2__host {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr);
  align-items: end;
  gap: clamp(32px, 5vw, 84px);
  padding-block: clamp(44px, 5vw, 80px) clamp(40px, 4.5vw, 68px);
  border-bottom: 1px solid var(--footer-line);
}
.ftr2__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  font-size: 15px;
  color: var(--footer-paper);
}
.ftr2__pixels {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.ftr2__pixels::before, .ftr2__pixels::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
}
.ftr2__pixels::before { left: 0; top: 7px; background: var(--footer-accent); box-shadow: 7px 7px 0 #fff; }
.ftr2__pixels::after { left: 14px; top: 0; background: var(--footer-teal); }
.ftr2__hostcopy h2 {
  margin: 0;
  font: 500 clamp(40px, 5.25vw, 80px)/1.04 Outfit, Arial, sans-serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.ftr2__line { margin: 0 0 14px; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.25; letter-spacing: -.025em; }
.ftr2__hostsub { max-width: 31ch; margin: 0 0 24px; color: rgb(255 255 255 / 84%); font-size: 16px; line-height: 1.55; }
.ftr2__hostbtn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 320px);
  min-height: 56px;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--footer-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transform-origin: left center;
  transition: transform 160ms cubic-bezier(.22, 1, .36, 1);
}
.ftr2__hostbtn::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--footer-paper);
  clip-path: polygon(8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px), 0 8px, 8px 8px);
  transition: background-color 160ms ease;
}
.ftr2__hostbtn .pixel-cta { flex: 0 0 13px; width: 13px; height: 15px; }
.ftr2__hostbtn:active { transform: scale(.985); }
.ftr2__hostbtn:focus-visible { transform: none; transition: none; }
@media (hover: hover) and (pointer: fine) {
  .ftr2__hostbtn:hover::before { background: #e7efff; }
}
.ftr2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 68px);
  padding-top: clamp(28px, 3vw, 44px);
}
.ftr2__col { min-width: 0; }
.ftr2__events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; align-content: start; }
.ftr2__h {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--footer-teal);
}
.ftr2__col a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-block: 8px;
  color: rgb(255 255 255 / 90%);
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: color 160ms ease;
}
.ftr2__col a:hover { color: var(--footer-paper); text-decoration: underline; }
.ftr2 a:focus-visible { outline: 2px solid var(--footer-teal); outline-offset: 5px; }
.ftr2__base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  margin-top: clamp(30px, 4vw, 56px);
  padding: 22px 0 28px;
  border-top: 1px solid var(--footer-line);
  color: rgb(255 255 255 / 64%);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .035em;
}
.ftr2__base .pin { display: inline-flex; align-items: center; gap: 7px; }
@media (max-width: 900px) {
  .ftr2__host { grid-template-columns: minmax(0, 1.45fr) minmax(200px, 1fr); gap: 28px; }
  .ftr2__hostcopy h2 { font-size: clamp(38px, 5.5vw, 52px); }
  .ftr2__eyebrow { margin-bottom: 20px; }
  .ftr2__hostsub { font-size: 15px; }
  .ftr2__grid { grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr)); gap: 24px; }
  .ftr2__col a { font-size: 14px; }
}
@media (max-width: 620px) {
  .ftr2__panel { padding: 0; }
  .ftr2__masthead { flex-wrap: wrap; gap: 22px; }
  .ftr2__logo { width: 220px; }
  .ftr2__soc { gap: 8px; }
  .ftr2__host { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-block: 36px 30px; }
  .ftr2__eyebrow { margin-bottom: 18px; font-size: 13px; }
  .ftr2__hostcopy h2 { font-size: clamp(36px, 8.8vw, 52px); }
  .ftr2__line { font-size: 21px; margin-bottom: 10px; }
  .ftr2__hostsub { margin-bottom: 20px; max-width: 34ch; }
  .ftr2__hostbtn { padding-inline: 24px; }
  .ftr2__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .ftr2__events { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 10px; }
  .ftr2__h { margin-bottom: 6px; }
  .ftr2__base { padding: 18px 0 24px; font-size: 10px; gap: 6px 16px; }
  .ftr2__base > span:first-child { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .ftr2 a, .ftr2__hostbtn::before { transition: none; }
  .ftr2__hostbtn:active { transform: none; }
}

/* Ticket-holder portal row: sits between the masthead and the frontier line,
   built from the same pieces as the partner invitation beneath it. */
.ftr2__portal {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr);
  align-items: end;
  gap: clamp(32px, 5vw, 84px);
  padding-block: clamp(36px, 4.2vw, 64px) clamp(34px, 4vw, 56px);
  border-bottom: 1px solid var(--footer-line);
}
.ftr2__portal h2 { margin: 0; font: 500 clamp(30px, 3.6vw, 52px)/1.06 Outfit, Arial, sans-serif; letter-spacing: -.05em; text-wrap: balance; }
@media (max-width: 900px) {
  .ftr2__portal { grid-template-columns: minmax(0, 1.45fr) minmax(200px, 1fr); gap: 28px; }
}
@media (max-width: 620px) {
  .ftr2__portal { grid-template-columns: minmax(0, 1fr); gap: 22px; padding-block: 30px 28px; }
  .ftr2__portal h2 { font-size: clamp(30px, 8vw, 44px); }
}
