@font-face {
  font-family: "Figtree";
  src: url("../fonts/cd749a02-dc18-4eac-9936-4d5a58c9be99.woff2") format("woff2");
  font-display: swap;
}

:root {
  --fls-red: #d8232a;
  --fls-red-dark: #a81820;
  --fls-ink: #111;
  --fls-body: #333;
  --fls-muted: #767676;
  --fls-line: #e4e4e4;
  --fls-soft: #f7f7f7;
  --fls-paper: #fff;
  --fls-jade: #0e7c6e;
  --fls-container: 1280px;
  --fls-shadow: 0 3px 16px rgba(17, 17, 17, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--fls-paper);
  color: var(--fls-body);
  font: 400 16px/1.6 "Figtree", "Noto Sans SC", sans-serif;
}

body,
button,
input {
  font-family: "Figtree", "Noto Sans SC", sans-serif;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--fls-ink);
  outline-offset: 3px;
}

.fls-container {
  width: min(var(--fls-container), calc(100% - 80px));
  margin-inline: auto;
}

.fls-skip {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--fls-ink);
  color: white;
}

.fls-skip:focus {
  transform: none;
}

.fls-header {
  position: relative;
  z-index: 20;
  background: var(--fls-paper);
}

.fls-utility {
  background: var(--fls-ink);
  color: #d2d2d2;
  font-size: 13px;
}

.fls-utility__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
}

.fls-masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
}

.fls-brand {
  grid-column: 2;
  color: var(--fls-red);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-align: center;
  text-decoration: none;
}

.fls-brand small {
  display: block;
  margin-top: 8px;
  color: var(--fls-ink);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.fls-search-link {
  justify-self: end;
  min-width: 180px;
  padding: 10px 0;
  border-bottom: 1px solid var(--fls-line);
  color: var(--fls-muted);
  text-decoration: none;
}

.fls-menu {
  display: none;
  min-width: 52px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--fls-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.fls-nav {
  border-block: 1px solid var(--fls-line);
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.04);
}

.fls-nav__inner {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.fls-nav a {
  display: flex;
  align-items: center;
  min-height: 56px;
  color: var(--fls-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.fls-nav a:hover {
  color: var(--fls-red-dark);
}

.fls-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  color: var(--fls-muted);
  font-size: 13px;
}

.fls-breadcrumbs a {
  color: var(--fls-ink);
  text-underline-offset: 3px;
}

.fls-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--fls-ink);
}

.fls-hero > img,
.fls-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fls-hero > img {
  object-fit: cover;
}

.fls-hero__shade {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.48) 55%, rgba(17, 17, 17, 0.16));
}

.fls-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 570px;
  padding-block: 64px;
  color: white;
}

.fls-eyebrow {
  margin: 0;
  color: var(--fls-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.fls-hero .fls-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.fls-hero .fls-eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--fls-red);
  content: "";
}

.fls-hero h1 {
  max-width: 900px;
  margin: 22px 0 0;
  color: white;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.fls-hero__content > p:not(.fls-eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.55;
}

.fls-sample-flag {
  align-self: flex-start;
  margin-top: 32px;
  padding: 8px 11px;
  background: #c08a1e;
  color: var(--fls-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fls-filterbar {
  border-bottom: 1px solid var(--fls-line);
  background: var(--fls-paper);
}

.fls-filterbar > div {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 20px;
}

.fls-filterbar button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--fls-line);
  border-radius: 999px;
  background: white;
  color: var(--fls-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.fls-filterbar button.is-active,
.fls-filterbar button:hover {
  border-color: var(--fls-red);
  background: var(--fls-red);
  color: white;
}

.fls-section {
  padding-block: 96px;
}

.fls-section--soft {
  background: var(--fls-soft);
}

.fls-heading {
  max-width: 760px;
}

.fls-heading h2,
.fls-review h2 {
  margin: 14px 0 0;
  color: var(--fls-ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.fls-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.fls-task {
  min-height: 310px;
  padding: 28px;
  border-top: 4px solid var(--fls-red);
  background: var(--fls-paper);
  box-shadow: var(--fls-shadow);
}

.fls-task > span {
  color: var(--fls-red);
  font-size: 12px;
  font-weight: 800;
}

.fls-task h3,
.fls-card h3,
.fls-editorial-grid h3 {
  margin: 42px 0 0;
  color: var(--fls-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.fls-task p,
.fls-card p,
.fls-editorial-grid p {
  margin: 12px 0 0;
}

.fls-task a,
.fls-card a,
.fls-people a {
  display: inline-flex;
  gap: 8px;
  margin-top: 24px;
  color: var(--fls-red-dark);
  font-weight: 800;
  text-underline-offset: 4px;
}

.fls-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 3px solid var(--fls-ink);
}

.fls-facts article {
  padding: 30px;
  border-left: 1px solid var(--fls-line);
}

.fls-facts article:first-child {
  border-left: 0;
}

.fls-facts h2 {
  margin: 0;
  color: var(--fls-ink);
  font-size: 23px;
}

.fls-facts p {
  margin: 8px 0 0;
}

.fls-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.fls-card {
  overflow: hidden;
  border: 1px solid var(--fls-line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--fls-shadow);
}

.fls-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fls-card > div {
  padding: 26px;
}

.fls-card h3 {
  margin-top: 12px;
}

.fls-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 96px;
}

.fls-editorial-grid > div:last-child article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-top: 1px solid var(--fls-line);
}

.fls-editorial-grid > div:last-child article:first-child {
  border-top: 3px solid var(--fls-ink);
}

.fls-editorial-grid article > span {
  color: var(--fls-red);
  font-size: 13px;
  font-weight: 800;
}

.fls-editorial-grid h3 {
  margin: 0;
}

.fls-district-list {
  margin-top: 48px;
  border-top: 3px solid var(--fls-ink);
}

.fls-district-list a {
  display: grid;
  grid-template-columns: 1.1fr 1fr 2fr 30px;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--fls-line);
  text-decoration: none;
}

.fls-district-list a:hover {
  background: var(--fls-soft);
}

.fls-district-list__name {
  color: var(--fls-ink);
  font-size: 26px;
  font-weight: 800;
}

.fls-district-list__name small {
  display: block;
  color: var(--fls-muted);
  font-size: 13px;
  font-weight: 500;
}

.fls-district-list b {
  color: var(--fls-red);
  font-size: 22px;
}

.fls-people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
  margin-top: 48px;
}

.fls-people article {
  padding-top: 16px;
  border-top: 2px solid var(--fls-ink);
}

.fls-people img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  filter: grayscale(1);
}

.fls-people h2 {
  margin: 18px 0 0;
  color: var(--fls-ink);
  font-size: 24px;
}

.fls-people p {
  margin: 4px 0 0;
  color: var(--fls-muted);
}

.fls-search-panel {
  padding: 48px;
  border-top: 4px solid var(--fls-red);
  background: var(--fls-soft);
}

.fls-search-panel label {
  display: block;
  color: var(--fls-ink);
  font-size: 28px;
  font-weight: 800;
}

.fls-search-panel > div {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 820px;
  margin-top: 20px;
}

.fls-search-panel input {
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--fls-ink);
  font-size: 17px;
}

.fls-search-panel button {
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  background: var(--fls-red);
  color: white;
  cursor: pointer;
  font-weight: 800;
}

.fls-review {
  padding-block: 80px;
  background: var(--fls-ink);
  color: white;
}

.fls-review h2 {
  max-width: 850px;
  color: white;
}

.fls-review p:not(.fls-eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #c9c9c9;
  font-size: 18px;
}

.fls-review a {
  display: inline-flex;
  margin-top: 28px;
  color: white;
  font-weight: 800;
  text-underline-offset: 4px;
}

.fls-footer {
  padding-block: 58px;
  background: #080808;
  color: #c6c6c6;
}

.fls-footer > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.fls-footer__brand {
  color: white;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.fls-footer div > div {
  display: flex;
  gap: 24px;
}

.fls-footer p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #333;
  font-size: 13px;
}

@media (max-width: 980px) {
  .fls-container {
    width: min(var(--fls-container), calc(100% - 48px));
  }

  .fls-task-grid,
  .fls-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .fls-card-grid,
  .fls-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fls-editorial-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .fls-container {
    width: calc(100% - 36px);
  }

  .fls-utility {
    display: none;
  }

  .fls-masthead {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    min-height: 72px;
  }

  .fls-menu {
    display: block;
  }

  .fls-brand {
    font-size: 22px;
  }

  .fls-brand small {
    font-size: 6px;
  }

  .fls-search-link {
    min-width: 52px;
    padding: 10px 0;
    border: 0;
    font-size: 12px;
    text-align: right;
  }

  .fls-nav {
    display: none;
  }

  .fls-nav.is-open {
    display: block;
  }

  .fls-nav__inner {
    display: grid;
    gap: 0;
    padding-block: 10px 18px;
  }

  .fls-nav a {
    min-height: 46px;
    border-bottom: 1px solid var(--fls-line);
  }

  .fls-hero,
  .fls-hero__content {
    min-height: 600px;
  }

  .fls-hero__shade {
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.12));
  }

  .fls-hero h1 {
    font-size: 46px;
  }

  .fls-hero__content > p:not(.fls-eyebrow) {
    font-size: 18px;
  }

  .fls-section {
    padding-block: 64px;
  }

  .fls-task-grid,
  .fls-facts,
  .fls-card-grid,
  .fls-people {
    grid-template-columns: 1fr;
  }

  .fls-facts article,
  .fls-facts article:first-child {
    border-top: 1px solid var(--fls-line);
    border-left: 0;
  }

  .fls-facts article:first-child {
    border-top: 0;
  }

  .fls-district-list a {
    grid-template-columns: 1fr 30px;
    gap: 8px 18px;
  }

  .fls-district-list a > strong,
  .fls-district-list a > span:not(.fls-district-list__name) {
    grid-column: 1;
  }

  .fls-district-list b {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .fls-search-panel {
    padding: 28px 18px;
  }

  .fls-search-panel > div {
    grid-template-columns: 1fr;
  }

  .fls-footer > div {
    grid-template-columns: 1fr;
  }

  .fls-footer div > div {
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
