:root {
  --bg: #15130f;
  --bg2: #1c1914;
  --panel: #201d17;
  --panel2: #252119;
  --paper: #eee8db;
  --muted: #aca697;
  --muted2: #7e786c;
  --line: rgba(238, 232, 219, 0.12);
  --line2: rgba(238, 232, 219, 0.2);
  --pink: #d21ca7;
  --pink2: #f12bc6;
  --pink-soft: rgba(210, 28, 167, 0.1);
  --err: #ff8a8a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
}
.skip:focus {
  left: 16px;
  z-index: 20;
  background: var(--paper);
  color: var(--bg);
  padding: 8px 12px;
  border-radius: 4px;
}

.shell { width: min(1160px, calc(100% - 48px)); margin: auto; }

.fy-chrome {
  position: sticky;
  top: 0;
  z-index: 50;
}
.fy-site-nav {
  position: relative;
  background: rgba(245, 241, 232, 0.94);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(22, 20, 15, 0.1);
  color: #16140F;
}
.fy-nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
}
.fy-nav-logo {
  display: flex;
  align-items: center;
  height: 26px;
  flex-shrink: 0;
  text-decoration: none;
}
.fy-nav-logo img {
  height: 26px;
  width: auto;
  display: block;
}
.fy-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #3C382E;
}
.fy-nav-links a:not(.tb-btn) {
  color: #3C382E;
  text-decoration: none;
  white-space: nowrap;
}
.fy-nav-links a:not(.tb-btn):hover { color: #16140F; }
.fy-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1.5px solid #D9D2C0;
  border-radius: 8px;
  background: transparent;
  color: #16140F;
  cursor: pointer;
  flex-shrink: 0;
}
.fy-nav-toggle:hover { background: #EFEADD; border-color: #6B6555; }
.fy-nav-toggle-bars,
.fy-nav-toggle-bars::before,
.fy-nav-toggle-bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}
.fy-nav-toggle-bars { position: relative; }
.fy-nav-toggle-bars::before,
.fy-nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.fy-nav-toggle-bars::before { top: -6px; }
.fy-nav-toggle-bars::after { top: 6px; }
.fy-site-nav.is-open .fy-nav-toggle-bars { background: transparent; }
.fy-site-nav.is-open .fy-nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.fy-site-nav.is-open .fy-nav-toggle-bars::after { top: 0; transform: rotate(-45deg); }
.fy-site-nav .tb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 8px;
  border: 1.5px solid #16140F;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}
.fy-site-nav .tb-btn-primary {
  background: #C61CA0;
  border-color: #C61CA0;
}
.fy-site-nav .tb-btn-primary:hover {
  background: #A01180;
  border-color: #A01180;
}
.fy-site-nav .nav-auth-btn { color: #16140F; }

.masthead {
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 19, 15, 0.08);
}
.masthead-inner {
  min-height: 84px;
  padding: 18px 0;
  display: flex;
  align-items: center;
}
.brandlock {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px 16px;
  min-width: 0;
  width: 100%;
}
.brandlock > a { flex-shrink: 0; }
.afp-logo { height: 28px; width: auto; display: block; }
.times {
  color: rgba(21, 19, 15, 0.4);
  font: 500 14px/1 'Space Grotesk', sans-serif;
  flex-shrink: 0;
}
.partner-badge {
  display: flex;
  align-items: center;
  min-width: 0;
}
.partner-badge img {
  height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.fy-chrome .masthead {
  background: #000;
  border-bottom: 1px solid rgba(238, 232, 219, 0.12);
}
.fy-chrome .masthead-inner {
  min-height: 88px;
  padding: 8px 0;
}
.fy-series-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 76px;
  overflow: hidden;
}
.fy-series-logo img {
  display: block;
  height: 108px;
  width: auto;
  max-width: none;
  mix-blend-mode: screen;
}
.hero-with {
  margin: 18px 0 16px;
  font: 500 16px/1.4 Inter, system-ui, sans-serif;
  color: #cbc4b6;
}
.event-partner {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0 0 8px;
}
.event-partner img {
  height: 40px;
  width: auto;
  max-width: min(100%, 320px);
  object-fit: contain;
  object-position: left center;
  display: block;
}

.hero {
  padding: 76px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 72px;
  align-items: start;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pink2);
  font: 700 11px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow:before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--pink);
}
h1 {
  font: 700 clamp(52px, 6vw, 82px)/0.96 'Space Grotesk', sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 900px;
}
h1 em { font-style: normal; color: var(--pink2); }
.hero-copy {
  font-size: 19px;
  line-height: 1.58;
  color: #cbc4b6;
  max-width: 680px;
  margin: 26px 0 0;
}
.hero-copy strong { color: var(--paper); font-weight: 600; }
.event-card { border-top: 1px solid var(--line2); padding-top: 22px; }
.event-card .small {
  font: 600 11px/1.2 'Space Grotesk', sans-serif;
  letter-spacing: 0.14em;
  color: var(--muted2);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.event-date {
  font: 600 23px/1.2 'Space Grotesk', sans-serif;
  letter-spacing: -0.025em;
}
.event-times {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}
.event-time {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font: 600 17px/1.2 'Space Grotesk', sans-serif;
  letter-spacing: -0.02em;
}
.event-time span {
  color: var(--muted2);
  font: 600 11px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.event-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 12px;
}
.event-where {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.event-where span {
  border: 1px solid var(--line2);
  color: var(--paper);
  font: 600 11px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 11px;
}
.event-actions { display: flex; gap: 10px; margin-top: 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font: 600 14px/1 'Space Grotesk', sans-serif;
  border-radius: 4px;
  padding: 14px 18px;
  border: 0;
  cursor: pointer;
  transition: 0.18s ease;
  background: transparent;
  color: inherit;
}
.btn-primary { background: var(--pink); color: white; }
.btn-primary:hover { background: var(--pink2); transform: translateY(-1px); }
.btn-ghost { border: 1px solid var(--line2); color: var(--paper); }
.btn-ghost:hover { border-color: var(--paper); }

.outcomes {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0 64px;
}
.outcomes-title {
  font: 600 clamp(36px, 4.2vw, 48px)/1.08 'Space Grotesk', sans-serif;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
.outcomes-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.outcome {
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 26px 24px 28px;
  border: 1px solid var(--line2);
  background: var(--panel);
}
.outcome-lead {
  background: var(--pink-soft);
  border-color: rgba(210, 28, 167, 0.4);
}
.outcome-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: 28px;
}
.outcome-num {
  font: 700 36px/0.9 'Space Grotesk', sans-serif;
  letter-spacing: -0.05em;
  color: var(--pink2);
}
.outcome-kicker {
  color: var(--pink);
  font: 700 11px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.outcome h3 {
  font: 600 22px/1.22 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.outcome p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.main-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 88px;
  padding: 76px 0 100px;
  align-items: start;
}
.content { min-width: 0; grid-column: 1; grid-row: 1; }
.form-wrap { grid-column: 2; grid-row: 1; }
.section-tag {
  color: var(--pink);
  font: 700 10px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content h2,
.instructor h2 {
  font: 600 clamp(36px, 4.2vw, 48px)/1.08 'Space Grotesk', sans-serif;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
}
.content p {
  color: #c8c1b4;
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 18px;
}
.content p strong { color: var(--paper); }

.ladder {
  margin: 42px 0 52px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), transparent);
  padding: 28px;
}
.ladder-label {
  font: 700 10px/1 'Space Grotesk', sans-serif;
  color: var(--muted2);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ladder-row {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 8px;
}
.stage {
  min-height: 106px;
  padding: 16px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.015);
}
.stage.active {
  background: var(--pink-soft);
  border-color: rgba(210, 28, 167, 0.45);
}
.stage small {
  font: 700 10px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.14em;
  color: var(--muted2);
}
.stage b {
  font: 600 15px/1.3 'Space Grotesk', sans-serif;
  letter-spacing: -0.015em;
}
.arrow {
  color: var(--pink);
  font: 600 20px/1 'Space Grotesk', sans-serif;
  text-align: center;
}

.work { margin-top: 8px; }
.agenda {
  position: relative;
  margin-top: 4px;
  display: grid;
  gap: 10px;
}
.agenda:before {
  content: '';
  position: absolute;
  left: 19px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, var(--pink), rgba(210, 28, 167, 0.12));
  pointer-events: none;
}
.agenda-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px 20px 0;
  border: 1px solid var(--line);
  background: var(--panel);
  position: relative;
}
.agenda-item-end {
  background: var(--pink-soft);
  border-color: rgba(210, 28, 167, 0.35);
}
.agenda-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(210, 28, 167, 0.5);
  background: var(--bg);
  color: var(--pink2);
  display: grid;
  place-items: center;
  font: 700 12px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.agenda-item-end .agenda-num {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
.agenda-kicker {
  color: var(--pink);
  font: 700 10px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.agenda-item h3 {
  font: 600 20px/1.25 'Space Grotesk', sans-serif;
  margin: 0 0 8px;
  letter-spacing: -0.025em;
}
.agenda-item p {
  font-size: 14px;
  line-height: 1.58;
  color: var(--muted);
  margin: 0;
  max-width: 46ch;
}

.form-wrap { position: relative; }
.form-card {
  position: sticky;
  top: 28px;
  border: 1px solid var(--line2);
  background: var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
.form-accent { height: 4px; background: var(--pink); }
.form-inner { padding: 34px 36px 38px; }
.form-head { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-head h2 {
  font: 600 30px/1.1 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.form-head p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 50ch;
}
.form-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--paper);
  font: 600 12px/1 'Space Grotesk', sans-serif;
}
.form-time:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
}
form { padding-top: 28px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 22px; }
label {
  display: block;
  font: 600 13px/1.25 'Space Grotesk', sans-serif;
  margin-bottom: 7px;
  color: var(--paper);
}
.help {
  display: block;
  color: var(--muted2);
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 9px;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  background: #181510;
  color: var(--paper);
  border-radius: 4px;
  font: 400 14px/1.5 Inter, sans-serif;
  padding: 12px 13px;
  outline: none;
  transition: border 0.16s, box-shadow 0.16s;
}
textarea { min-height: 92px; resize: vertical; }
input:focus,
textarea:focus,
select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(210, 28, 167, 0.1);
}
select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.form-submit {
  width: 100%;
  border: 0;
  background: var(--pink);
  color: #fff;
  border-radius: 4px;
  padding: 15px 18px;
  font: 700 14px/1 'Space Grotesk', sans-serif;
  cursor: pointer;
  transition: 0.18s ease;
}
.form-submit:hover { background: var(--pink2); transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.55; cursor: default; transform: none; }
.privacy {
  text-align: center;
  color: var(--muted2);
  font-size: 10px;
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 52ch;
}
.err {
  color: var(--err);
  font-size: 13px;
  margin-top: 12px;
  display: none;
}
.err.show { display: block; }

.done { display: none; padding: 28px 0 8px; }
.done.show { display: block; }
.done h2 {
  font: 600 30px/1.1 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
.done p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 42ch;
}
.form-card.is-done form { display: none; }

.instructor {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px 36px;
  align-items: start;
  margin-top: 8px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.instructor-body {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px 28px;
  align-items: start;
}
.about-portrait {
  width: 160px;
  max-width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
  background: #e8e4db;
  overflow: visible;
}
.about-portrait::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  z-index: -1;
  background:
    radial-gradient(circle at 28% 22%, rgba(232, 191, 198, 0.5) 0%, transparent 52%),
    radial-gradient(circle at 72% 78%, rgba(138, 106, 158, 0.32) 0%, transparent 48%),
    radial-gradient(circle, rgba(192, 138, 154, 0.16) 0%, transparent 70%);
  filter: blur(2px);
}
.about-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(22, 20, 15, 0.08),
    0 0 0 4px var(--bg),
    0 0 0 5px rgba(192, 138, 154, 0.4),
    0 18px 44px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 1;
}
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  border-radius: 50%;
}
.instructor h2 {
  margin-bottom: 0;
  max-width: 12ch;
}
.instructor p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 14px;
}
.instructor p:last-of-type { margin-bottom: 0; }
.instructor-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--pink2);
  font: 600 11px/1 'Space Grotesk', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.instructor-link:hover { color: var(--paper); }

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 42px;
  color: var(--muted2);
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
footer a { color: var(--muted); text-underline-offset: 3px; }

.series-lede {
  font-size: 19px;
  line-height: 1.58;
  color: #cbc4b6;
  max-width: 62ch;
  margin: 26px 0 40px;
}
.session-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 36px 40px 40px;
  margin-bottom: 72px;
}
.session-card h2 {
  font: 600 clamp(28px, 4vw, 36px)/1.1 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

@media (max-width: 900px) {
  .fy-nav-toggle { display: inline-flex; }
  .fy-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: rgba(245, 241, 232, 0.97);
    border-bottom: 1px solid rgba(22, 20, 15, 0.1);
    z-index: 52;
  }
  .fy-site-nav.is-open .fy-nav-links { display: flex; }
  .fy-nav-links a:not(.tb-btn) {
    padding: 14px 4px;
    border-bottom: 1px solid #D9D2C0;
    font-size: 16px;
  }
  .fy-site-nav .tb-btn { margin-top: 16px; width: 100%; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 56px 0; }
  .event-card { max-width: 500px; }
  .main-grid { grid-template-columns: 1fr; gap: 64px; }
  .content,
  .instructor,
  .form-wrap { grid-column: auto; grid-row: auto; }
  .instructor { grid-template-columns: 1fr; gap: 28px; }
  .form-card { position: relative; top: auto; }
  .outcomes { padding: 44px 0 52px; }
  .outcomes-row { grid-template-columns: 1fr; gap: 12px; }
  .outcomes-title { font-size: 34px; margin-bottom: 22px; }
  .outcome { min-height: 0; padding: 22px 20px 24px; }
  .outcome-head { padding-bottom: 18px; }
  .outcome-num { font-size: 30px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1160px); }
  .masthead-inner {
    min-height: 0;
    padding: 16px 0;
  }
  .brandlock { flex-wrap: wrap; gap: 8px 12px; }
  .afp-logo { height: 24px; }
  .partner-badge img { height: 36px; }
  .fy-chrome .masthead-inner {
    padding: 8px 0;
  }
  .fy-series-logo { height: 56px; }
  .fy-series-logo img { height: 80px; }
  .event-partner img { height: 32px; }
  h1 { font-size: 48px; }
  .hero { padding: 46px 0 48px; }
  .hero-copy { font-size: 16px; }
  .event-actions { flex-direction: column; }
  .btn { width: 100%; }
  .main-grid { padding: 58px 0 76px; gap: 54px; }
  .content h2,
  .instructor h2 { font-size: 34px; }
  .ladder { padding: 20px; }
  .ladder-row { grid-template-columns: 1fr; }
  .arrow { transform: rotate(90deg); height: 20px; }
  .stage { min-height: 88px; }
  .form-inner { padding: 28px 20px 30px; }
  .row { grid-template-columns: 1fr; }
  .form-head h2 { font-size: 27px; }
  .agenda-item { grid-template-columns: 40px 1fr; padding-right: 16px; }
  .instructor-body { grid-template-columns: 1fr; justify-items: start; }
  .about-portrait { width: 132px; max-width: 132px; }
  .instructor h2 { max-width: none; }
  footer { flex-direction: column; }
  .session-card { padding: 28px 20px 32px; }
}
