.fy-landing {
  background: #f4f0e7;
  color: #111;
}
.fy-landing a { color: inherit; }

.fy-lp {
  --ink: #111111;
  --muted: #6b675f;
  --line: #1d1d1d;
  --card: #fffdf7;
  --signal: #ff5a36;
}
.fy-lp section[id],
.fy-lp .fy-hero {
  scroll-margin-top: 168px;
}
.fy-hero {
  padding: 78px 0 54px;
  border-bottom: 1.5px solid var(--line);
}
.fy-lp .fy-hero {
  padding: 78px 0 54px;
}
.fy-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
}
.fy-hero .fy-kicker { margin-bottom: 22px; }
.fy-lp h1 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(54px, 9vw, 122px);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.075em;
  margin: 0;
  max-width: 1050px;
  color: var(--ink);
}
.fy-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  margin-top: 48px;
  align-items: end;
}
.fy-lede {
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin: 0;
  max-width: 760px;
}
.fy-hero-side {
  border-left: 1.5px solid var(--line);
  padding-left: 24px;
}
.fy-hero-side p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
}
.fy-hero-side p:last-of-type { margin-bottom: 0; }
.fy-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--ink);
  color: #fff !important;
  padding: 15px 20px;
  font-weight: 800;
  font-size: 14px;
  border: 1.5px solid var(--ink);
}
.fy-cta:hover { background: #000; }
.fy-cta.alt {
  background: transparent;
  color: var(--ink) !important;
}
.fy-cta.alt:hover { background: rgba(17, 17, 17, 0.06); }
.fy-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.fy-lp section {
  padding: 64px 0;
  border-bottom: 1.5px solid var(--line);
}
.fy-lp section:last-child {
  border-bottom: 0;
  padding-bottom: 88px;
}
.fy-section-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-bottom: 14px;
}
.fy-lp h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin: 0 0 28px;
  color: var(--ink);
}
.fy-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1.5px solid var(--line);
}
.fy-promise {
  padding: 28px;
  min-height: 210px;
  border-right: 1.5px solid var(--line);
  background: rgba(255, 255, 255, 0.18);
}
.fy-promise:last-child { border-right: 0; }
.fy-num {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 46px;
}
.fy-promise h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin: 0 0 10px;
  font-weight: 800;
}
.fy-promise p {
  margin: 0;
  line-height: 1.45;
  color: var(--muted);
  font-size: 15px;
}
.fy-outcome {
  background: var(--signal);
  color: #111;
  border-bottom: 1.5px solid var(--line);
}
.fy-outcome .fy-section-kicker { margin-bottom: 18px; }
.fy-bigline {
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 1000px;
  margin: 0;
}
.fy-strike {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #111;
}
.fy-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.fy-dates-copy {
  font-size: 19px;
  line-height: 1.4;
  max-width: 720px;
  margin: -8px 0 32px;
  color: var(--muted);
}
.fy-events + .fy-actions { margin-top: 28px; }
.fy-event {
  background: var(--card);
  border: 1.5px solid var(--line);
  padding: 26px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.fy-event.is-private {
  background: var(--ink);
  color: #fff;
}
.fy-event-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  margin-bottom: 36px;
}
.fy-event h3 {
  font-size: 34px;
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
  font-weight: 800;
}
.fy-event-date {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.fy-event-meta {
  color: var(--muted);
  line-height: 1.5;
  font-size: 15px;
}
.fy-event.is-private .fy-event-meta { color: #d4d4d4; }
.fy-event-bottom {
  margin-top: auto;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.fy-event-bottom a {
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}
.fy-event-bottom a:hover { opacity: 0.7; }
.fy-event-partner {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 8px 10px;
  margin-bottom: 16px;
}
.fy-event-partner img {
  height: 32px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}
.fy-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.fy-fit ul {
  margin: 8px 0 0;
  padding-left: 20px;
  font-size: 19px;
  line-height: 1.6;
}
.fy-fit li + li { margin-top: 8px; }
.fy-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.fy-proof-card {
  border: 1.5px solid var(--line);
  padding: 28px;
  background: var(--card);
}
.fy-stat {
  font-size: 68px;
  letter-spacing: -0.06em;
  font-weight: 900;
  line-height: 0.85;
}
.fy-proof-card p {
  margin: 14px 0 0;
  line-height: 1.45;
  font-size: 16px;
}
.fy-lp .fy-lede.wide { max-width: 950px; }
.fy-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.fy-faq details {
  border: 1.5px solid var(--line);
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.16);
}
.fy-faq summary {
  font-weight: 800;
  cursor: pointer;
}
.fy-faq details p {
  color: var(--muted);
  line-height: 1.5;
  margin: 12px 0 0;
}
.fy-foot {
  padding: 46px 0 70px;
  border-top: 0;
  color: var(--ink);
  font-size: inherit;
  display: block;
}
.fy-foot-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
}
.fy-foot-title {
  font-size: clamp(42px, 7vw, 90px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
}
.fy-mini {
  color: var(--muted);
  font-size: 13px;
  margin: 16px 0 0;
}
.fy-landing .site-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 22px 0 36px;
  border-top: 1px solid #1d1d1d;
  font-size: 12px;
  color: #6b675f;
}
.fy-landing .site-foot a:hover { color: #111; }

@media (max-width: 850px) {
  .fy-hero-grid,
  .fy-proof,
  .fy-fit { grid-template-columns: 1fr; }
  .fy-hero-side {
    border-left: 0;
    border-top: 1.5px solid var(--line);
    padding: 22px 0 0;
  }
  .fy-promise-grid,
  .fy-events { grid-template-columns: 1fr; }
  .fy-promise {
    border-right: 0;
    border-bottom: 1.5px solid var(--line);
    min-height: 0;
  }
  .fy-promise:last-child { border-bottom: 0; }
  .fy-faq { grid-template-columns: 1fr; }
  .fy-foot-grid { display: block; }
  .fy-foot-grid .fy-actions { margin-top: 28px; }
  .fy-event { min-height: 0; }
  .fy-lp h1 { font-size: clamp(42px, 12vw, 72px); }
}
