.sf2-page {
  --sf2-bg: #f3f4ef;
  --sf2-ink: #151515;
  --sf2-muted: #686862;
  --sf2-rule: rgba(21, 21, 21, 0.24);
  --sf2-soft-rule: rgba(21, 21, 21, 0.13);
  min-height: 100vh;
  overflow: clip;
  background: var(--sf2-bg);
  color: var(--sf2-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.sf2-page *,
.sf2-page *::before,
.sf2-page *::after {
  box-sizing: border-box;
}

.sf2-page a {
  color: inherit;
}

.sf2-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--sf2-soft-rule);
  background: rgba(243, 244, 239, 0.97);
}

.sf2-nav-inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sf2-brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.sf2-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.sf2-nav-edition {
  padding-left: 18px;
  border-left: 1px solid var(--sf2-rule);
  color: var(--sf2-muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.sf2-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.sf2-nav-links a,
.sf2-mobile-menu a {
  color: var(--sf2-muted);
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.sf2-nav-links a:hover,
.sf2-mobile-menu a:hover {
  color: var(--sf2-ink);
}

.sf2-menu-button,
.sf2-mobile-menu {
  display: none;
}

.sf2-menu-button:focus-visible,
.sf2-page a:focus-visible {
  outline: 1px solid var(--sf2-ink);
  outline-offset: 3px;
}

.sf2-page main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 64px 96px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  grid-auto-rows: auto;
  column-gap: 88px;
  align-items: start;
}

.sf2-intro {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 7;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.sf2-intro-sticky {
  position: sticky;
  top: 118px;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
}

.sf2-eyebrow,
.sf2-status,
.sf2-section-label,
.sf2-kicker,
.sf2-index a,
.sf2-facts span,
.sf2-logo-item figcaption,
.sf2-session-row > span,
.sf2-person-copy > span {
  color: var(--sf2-muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.sf2-intro h1 {
  margin: 28px 0 18px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.sf2-intro-lede {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.22;
}

.sf2-status {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf2-status span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #39b96f;
  box-shadow: 0 0 0 5px rgba(57, 185, 111, 0.12);
}

.sf2-side-cta,
.sf2-final-copy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--sf2-ink);
  color: #fff !important;
  text-decoration: none;
  transition: background 180ms ease, font-size 180ms ease;
}

.sf2-side-cta {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 1.2;
}

.sf2-side-cta span,
.sf2-final-copy a span,
.sf2-side-cta:hover,
.sf2-side-cta:visited,
.sf2-final-copy a:hover,
.sf2-final-copy a:visited {
  color: #fff !important;
}

.sf2-side-cta:hover,
.sf2-final-copy a:hover {
  background: #000;
  font-size: 12.8px;
}

.sf2-index {
  margin-top: 26px;
  display: grid;
}

.sf2-index a {
  padding: 8px 0;
  border-bottom: 1px solid var(--sf2-soft-rule);
  text-decoration: none;
  text-transform: none;
}

.sf2-section,
.sf2-logos {
  grid-column: 2;
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--sf2-rule);
}

.sf2-section-label {
  margin-bottom: 30px;
}

.sf2-overview-grid,
.sf2-sessions-head,
.sf2-mentors-head,
.sf2-gallery-head,
.sf2-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
}

.sf2-page h2 {
  margin: 0;
  font-size: clamp(48px, 5.7vw, 96px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.sf2-kicker {
  margin: 0 0 18px;
}

.sf2-prose,
.sf2-final-copy {
  display: grid;
  gap: 16px;
}

.sf2-prose p,
.sf2-sessions-head p,
.sf2-mentors-head p,
.sf2-gallery-head p,
.sf2-final-copy p {
  margin: 0;
  color: var(--sf2-muted);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.18;
}

.sf2-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #deded8;
}

.sf2-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 200ms ease, transform 220ms ease;
}

.sf2-photo:hover img {
  filter: grayscale(0%);
  transform: scale(1.015);
}

.sf2-hero-gallery {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sf2-hero-gallery .sf2-photo {
  aspect-ratio: 4 / 3;
}

.sf2-hero-gallery .sf2-photo-lead {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.sf2-logo-marquee,
.sf2-people-marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--sf2-soft-rule);
  border-bottom: 1px solid var(--sf2-soft-rule);
}

.sf2-logo-marquee {
  min-height: 178px;
}

.sf2-logo-track,
.sf2-people-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: sf2-marquee 36s linear infinite;
}

.sf2-logo-track {
  min-height: 178px;
}

.sf2-logo-marquee:hover .sf2-logo-track,
.sf2-people-marquee:hover .sf2-people-track {
  animation-play-state: paused;
}

.sf2-logo-item {
  width: clamp(220px, 20vw, 320px);
  margin: 0;
  padding: 32px 36px 26px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-right: 1px solid var(--sf2-soft-rule);
}

.sf2-logo-item img {
  width: min(100%, 340px);
  height: 82px;
  display: block;
  object-fit: contain;
  filter: grayscale(100%);
}

.sf2-logo-item figcaption {
  text-align: center;
}

@keyframes sf2-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.sf2-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sf2-rule);
}

.sf2-facts div {
  min-height: 120px;
  padding: 18px 16px 18px 0;
  display: grid;
  align-content: space-between;
  border-right: 1px solid var(--sf2-soft-rule);
}

.sf2-facts div:last-child {
  border-right: 0;
}

.sf2-facts strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.sf2-video-wrap {
  position: relative;
  margin-top: 72px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #deded8;
}

.sf2-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

.sf2-video-toggle {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.sf2-video-toggle span {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
  transform: translate(-50%, -50%);
}

.sf2-video-toggle.is-playing {
  opacity: 0;
}

.sf2-video-wrap:hover .sf2-video-toggle.is-playing {
  opacity: 1;
}

.sf2-video-toggle.is-playing span {
  left: 50%;
  width: 14px;
  height: 18px;
  border: 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.sf2-session-list {
  margin-top: 48px;
  border-top: 1px solid var(--sf2-rule);
}

.sf2-session-row {
  min-height: 120px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 52px minmax(190px, 0.5fr) minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--sf2-soft-rule);
}

.sf2-session-row h3,
.sf2-person h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
}

.sf2-session-row p,
.sf2-person p {
  margin: 0;
  color: var(--sf2-muted);
  font-size: 14px;
  line-height: 1.4;
}

.sf2-people-marquee {
  min-height: 330px;
  margin-top: 48px;
}

.sf2-people-track {
  min-height: 330px;
  animation-duration: 38s;
}

.sf2-person {
  width: clamp(190px, 16vw, 230px);
  margin: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-right: 1px solid var(--sf2-soft-rule);
}

.sf2-person figure {
  min-width: 0;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #deded8;
}

.sf2-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.sf2-person:hover img {
  filter: grayscale(0%);
}

.sf2-person-copy {
  min-height: 76px;
  padding: 12px 14px 14px;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--sf2-soft-rule);
}

.sf2-person h3 {
  font-size: 16px;
}

.sf2-person p {
  margin-top: 4px;
  font-size: 9px;
  text-transform: uppercase;
}

.sf2-moment-gallery {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 12px;
}

.sf2-moment-gallery .sf2-photo-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.sf2-final {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sf2-final-copy a {
  width: min(100%, 360px);
  min-height: 48px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1040px) {
  .sf2-page main {
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 56px;
  }

  .sf2-overview-grid,
  .sf2-sessions-head,
  .sf2-mentors-head,
  .sf2-gallery-head,
  .sf2-final-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 820px) {
  .sf2-nav-inner {
    padding: 0 24px;
  }

  .sf2-nav-links {
    display: none;
  }

  .sf2-menu-button {
    width: 34px;
    height: 34px;
    margin-left: auto;
    display: grid;
    place-items: center;
    border: 1px solid var(--sf2-soft-rule);
    background: transparent;
  }

  .sf2-menu-button span {
    width: 14px;
    height: 1px;
    grid-area: 1 / 1;
    background: var(--sf2-ink);
    transition: transform 180ms ease;
  }

  .sf2-menu-button span:first-child {
    transform: translateY(-3px);
  }

  .sf2-menu-button span:last-child {
    transform: translateY(3px);
  }

  .sf2-menu-open .sf2-menu-button span:first-child {
    transform: rotate(45deg);
  }

  .sf2-menu-open .sf2-menu-button span:last-child {
    transform: rotate(-45deg);
  }

  .sf2-mobile-menu {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 90;
    padding: 18px 24px 30px;
    display: none;
    background: rgba(243, 244, 239, 0.98);
    border-bottom: 1px solid var(--sf2-soft-rule);
  }

  .sf2-menu-open .sf2-mobile-menu {
    display: grid;
    gap: 18px;
  }

  .sf2-page main {
    padding: 104px 24px 80px;
    display: block;
  }

  .sf2-intro {
    margin-bottom: 68px;
    height: auto;
  }

  .sf2-intro-sticky {
    position: static;
    min-height: 0;
    padding-bottom: 52px;
    border-bottom: 1px solid var(--sf2-rule);
  }

  .sf2-index {
    display: none;
  }

  .sf2-section,
  .sf2-logos {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .sf2-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf2-facts div:nth-child(2n) {
    border-right: 0;
  }

  .sf2-session-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 18px;
  }

  .sf2-session-row p {
    grid-column: 2;
  }

  .sf2-moment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }
}

@media (max-width: 640px) {
  .sf2-nav {
    height: 60px;
  }

  .sf2-nav-inner {
    padding: 0 20px;
  }

  .sf2-nav-edition {
    display: none;
  }

  .sf2-mobile-menu {
    inset: 60px 0 auto;
    padding: 16px 20px 28px;
  }

  .sf2-page main {
    padding: 92px 20px 72px;
  }

  .sf2-intro h1 {
    font-size: 44px;
  }

  .sf2-page h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .sf2-hero-gallery {
    margin-top: 48px;
  }

  .sf2-hero-gallery .sf2-photo-lead {
    aspect-ratio: 4 / 3;
  }

  .sf2-hero-gallery .sf2-photo:not(.sf2-photo-lead) {
    aspect-ratio: 1 / 1;
  }

  .sf2-logo-marquee {
    min-height: 150px;
  }

  .sf2-logo-track {
    min-height: 150px;
    animation-duration: 28s;
  }

  .sf2-logo-item {
    width: 188px;
    padding: 24px 22px 18px;
  }

  .sf2-logo-item img {
    width: min(88%, 180px);
    height: 72px;
  }

  .sf2-video-wrap {
    aspect-ratio: 4 / 5;
  }

  .sf2-people-marquee {
    min-height: 310px;
  }

  .sf2-people-track {
    min-height: 310px;
    animation-duration: 34s;
  }

  .sf2-person {
    width: 176px;
  }

  .sf2-moment-gallery .sf2-photo-wide {
    grid-column: 1 / -1;
  }
}
