.theme-fstcho-next .fst-home-nav {
  min-height: 72px;
  position: relative;
  z-index: 30;
  color: var(--fst-white);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(25, 31, 34, .96);
  backdrop-filter: blur(16px);
}

.theme-fstcho-next .fst-home-nav__inner {
  min-height: 72px;
}

.theme-fstcho-next .fst-menu__link,
.theme-fstcho-next .fst-account-links a {
  font-family: var(--fst-font-text);
  font-size: .74rem;
  font-weight: 650;
  letter-spacing: .01em;
}

.theme-fstcho-next .fst-home-nav .fst-menu--child {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--fst-radius-sm);
  background: rgba(25, 31, 34, .985);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
}

.theme-fstcho-next .fst-home-nav .fst-menu--child .fst-menu__link:hover,
.theme-fstcho-next .fst-home-nav .fst-menu--child .fst-menu__link:focus-visible {
  color: var(--fst-white);
  background: rgba(220, 105, 0, .18);
}

.theme-fstcho-next .fst-inner-hero {
  min-height: 280px;
  color: var(--fst-white);
  background:
    linear-gradient(90deg, rgba(24, 31, 34, .98), rgba(24, 31, 34, .78) 52%, rgba(24, 31, 34, .42)),
    url("../assets/photography/hero-bg.png") center 43% / cover no-repeat,
    var(--fst-ink);
}

.theme-fstcho-next .fst-inner-hero__shade {
  background:
    repeating-radial-gradient(ellipse at 88% 120%, transparent 0 22px, rgba(255, 255, 255, .045) 23px 24px),
    linear-gradient(90deg, rgba(32, 38, 43, .15), transparent 62%);
}

.theme-fstcho-next .fst-inner-hero__identity {
  min-height: 208px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 42px;
  text-align: left;
}

.theme-fstcho-next .fst-inner-hero__mark {
  width: 84px;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

.theme-fstcho-next .fst-inner-hero__name {
  font-family: var(--fst-font-sans);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -.03em;
}

.theme-fstcho-next .fst-inner-hero__identity p {
  max-width: 360px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .68);
  font-size: .68rem;
  line-height: 1.45;
}

.theme-fstcho-next .fst-content-edge,
.theme-fstcho-next .fst-site-footer__edge,
.theme-fstcho-next .fst-event-hero::after {
  display: none;
}

.theme-fstcho-next .fst-home-hero {
  min-height: min(860px, 100svh);
  display: flex;
  flex-direction: column;
  color: var(--fst-white);
  background:
    linear-gradient(90deg, rgba(22, 28, 31, .88) 0%, rgba(22, 28, 31, .54) 42%, rgba(22, 28, 31, .1) 72%),
    url("../assets/photography/hero-home.png") center 44% / cover no-repeat;
}

.theme-fstcho-next .fst-home-hero__shade {
  background:
    repeating-radial-gradient(ellipse at 5% 120%, transparent 0 28px, rgba(255, 255, 255, .06) 29px 30px),
    linear-gradient(180deg, rgba(0, 0, 0, .12), transparent 44%, rgba(0, 0, 0, .46));
}

.theme-fstcho-next .fst-home-hero__identity {
  width: min(var(--fst-content-width), calc(100% - 40px));
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(70px, 10vh, 120px) 0;
  text-align: left;
}

.theme-fstcho-next .fst-home-hero__identity img {
  width: clamp(108px, 12vw, 176px);
  filter: brightness(0) invert(1);
}

.theme-fstcho-next .fst-home-hero__identity strong {
  margin-top: 18px;
  color: var(--fst-white);
  font-family: var(--fst-font-sans);
  font-size: clamp(4.8rem, 14vw, 11rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.065em;
}

.theme-fstcho-next .fst-home-hero__identity span {
  max-width: 420px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(.78rem, 1vw, .94rem);
  line-height: 1.55;
  letter-spacing: .07em;
}

.theme-fstcho-next .fst-home-hero__pager {
  margin-top: 34px;
}

.theme-fstcho-next .fst-home-section {
  padding-top: clamp(74px, 10vw, 148px);
  padding-bottom: clamp(74px, 10vw, 148px);
}

.theme-fstcho-next .fst-home-section__heading > p,
.theme-fstcho-next .fst-catalog__eyebrow {
  color: var(--fst-accent-text) !important;
  font-size: .66rem !important;
  font-weight: 750;
  letter-spacing: .14em;
}

.theme-fstcho-next .fst-home-section__heading h2 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .86;
  letter-spacing: -.05em;
}

.theme-fstcho-next .fst-home-section__heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.theme-fstcho-next .fst-site-footer {
  position: relative;
  min-height: 0;
  color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(rgba(20, 24, 25, .84), rgba(20, 24, 25, .84)),
    url("../assets/photography/footer-bg.png") center / cover no-repeat,
    var(--fst-footer);
}

.theme-fstcho-next .fst-site-footer__content {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0;
  grid-template-columns: minmax(0, 3.36fr) minmax(0, 1fr);
  gap: 38px;
  align-items: end;
  padding-right: 76px;
  padding-left: 76px;
  padding-top: 62px;
  padding-bottom: 78px;
}

.theme-fstcho-next .fst-site-footer__column h2 {
  color: var(--fst-white);
  font-family: var(--fst-font-sans);
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 38px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column h2 {
  margin: 0 0 24px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  text-wrap: wrap;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column li + li {
  margin-top: 13px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column li:last-child {
  margin-bottom: 13px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column li {
  line-height: normal;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column a,
.theme-fstcho-next .fst-next-footer .fst-site-footer__contacts a {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-family: var(--fst-font-text);
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-underline-offset: 3px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__column a:hover,
.theme-fstcho-next .fst-next-footer .fst-site-footer__column a:focus-visible,
.theme-fstcho-next .fst-next-footer .fst-site-footer__contacts a:hover,
.theme-fstcho-next .fst-next-footer .fst-site-footer__contacts a:focus-visible {
  color: var(--fst-white);
  text-decoration: underline;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__brand {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  text-align: left;
}

.theme-fstcho-next .fst-site-footer__brand-core {
  display: grid;
  width: 92px;
  justify-items: center;
  gap: 3px;
  margin-top: 0;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-mountain {
  width: 76px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-wordmark {
  width: 74px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-federation {
  width: 170px;
  margin-top: 12px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-mountain,
.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-wordmark,
.theme-fstcho-next .fst-next-footer .fst-site-footer__brand-federation {
  height: auto;
  filter: brightness(0) invert(1);
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__contacts {
  display: grid;
  justify-items: start;
  width: 100%;
  gap: 18px;
  margin-top: 30px;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__email {
  color: var(--fst-white);
  font-weight: 750;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__socials {
  display: flex;
  gap: 18px;
  margin-top: 0;
  text-transform: none;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__socials a {
  color: var(--fst-accent-on-dark);
  font-weight: 700;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__bottom {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  min-height: 35px;
  color: rgba(255, 255, 255, .55);
  background: transparent;
}

.theme-fstcho-next .fst-next-footer .fst-site-footer__bottom .container {
  width: calc(100% - 152px);
  max-width: none;
  min-height: 35px;
  display: flex;
  align-items: flex-start;
  margin: 0 76px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 11px;
  line-height: normal;
}

/* Penpot-led public shell. */
.theme-fstcho-next .fst-next-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  background: var(--fst-paper);
}

.theme-fstcho-next .fst-next-page {
  grid-column: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.theme-fstcho-next .fst-next-main {
  position: relative;
  isolation: isolate;
  flex: 1 0 auto;
  overflow: clip;
}

.theme-fstcho-next .fst-next-main__ridge {
  position: absolute;
  z-index: -1;
  top: 18px;
  right: clamp(-80px, -3vw, -24px);
  width: min(49vw, 680px);
  height: 210px;
  object-fit: contain;
  object-position: right top;
  opacity: .17;
  filter: grayscale(1) contrast(.82);
  pointer-events: none;
}

.theme-fstcho-next .fst-next-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
}

.theme-fstcho-next .fst-next-content-grid:has(.fst-sidebar) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.theme-fstcho-next .fst-identity-rail {
  position: fixed;
  z-index: 100;
  top: var(--drupal-displace-offset-top, 0px);
  bottom: 0;
  left: 0;
  width: 190px;
  height: auto;
  overflow: visible;
  color: var(--fst-ink);
  border-right: 1px solid color-mix(in srgb, var(--fst-line) 78%, transparent);
  background: rgb(255 254 250 / 76%);
  backdrop-filter: blur(1px);
}

.theme-fstcho-next .fst-identity-rail__head,
.theme-fstcho-next .fst-identity-rail__navigation {
  position: relative;
  z-index: 2;
}

.theme-fstcho-next .fst-identity-rail__head {
  padding: 34px 18px 14px;
}

.theme-fstcho-next .fst-identity-rail__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  color: var(--fst-ink);
  text-align: center;
  text-decoration: none;
}

.theme-fstcho-next .fst-identity-rail__brand-core {
  width: 116px;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.theme-fstcho-next .fst-identity-rail__brand-mountain {
  width: 102px;
  height: auto;
}

.theme-fstcho-next .fst-identity-rail__brand-wordmark {
  width: 98px;
  height: auto;
}

.theme-fstcho-next .fst-identity-rail__brand-federation {
  width: 118px;
  height: auto;
}

.theme-fstcho-next .fst-identity-rail__toggle {
  display: none;
}

.theme-fstcho-next .fst-identity-rail__mobile-coordinate,
.theme-fstcho-next .fst-identity-rail__quick-menu {
  display: none;
}

.theme-fstcho-next .fst-identity-rail__quick {
  display: none;
}

.theme-fstcho-next .fst-identity-rail__navigation {
  padding: 8px 12px 276px;
}

.theme-fstcho-next .fst-search-command__trigger {
  cursor: pointer;
}

.theme-fstcho-next .fst-search-command__trigger svg {
  width: 19px;
  height: 19px;
  flex: none;
}

.theme-fstcho-next .fst-search-command__trigger kbd {
  padding: 3px 5px;
  color: var(--fst-muted);
  border: 1px solid var(--fst-line);
  border-radius: 4px;
  background: color-mix(in srgb, var(--fst-paper) 84%, transparent);
  font: 600 .54rem/1 var(--fst-font-text);
  white-space: nowrap;
}

.theme-fstcho-next .fst-search-command__trigger--rail {
  position: relative;
  z-index: 4;
  width: calc(100% - 16px);
  min-height: 48px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin: 0 8px 9px;
  padding: 0 8px;
  border-top: 1px solid var(--fst-line-strong);
  border-bottom: 1px solid var(--fst-line-strong);
  text-align: left;
  transition: color var(--fst-duration-fast) var(--fst-ease), background var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-search-command__trigger--rail span {
  font-size: .67rem;
  font-weight: 650;
}

.theme-fstcho-next .fst-search-command__trigger--rail:hover,
.theme-fstcho-next .fst-search-command__trigger--rail:focus-visible,
.theme-fstcho-next .fst-search-command__trigger--rail[aria-expanded="true"] {
  background: transparent;
}

.theme-fstcho-next .fst-search-command {
  width: min(1040px, calc(100vw - 48px));
  max-width: none;
  margin: 18px auto auto;
  padding: 0;
  overflow: visible;
  color: var(--fst-ink);
  border: 1px solid var(--fst-line-strong);
  border-radius: 0 0 var(--fst-radius) var(--fst-radius);
  background: color-mix(in srgb, var(--fst-white) 96%, transparent);
  box-shadow: 0 34px 100px rgb(31 35 40 / 22%);
  backdrop-filter: blur(24px);
}

.theme-fstcho-next .fst-search-command::backdrop {
  background: rgb(24 30 31 / 42%);
  backdrop-filter: blur(4px);
}

.theme-fstcho-next .fst-search-command__panel {
  position: relative;
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  padding: 0;
}

.theme-fstcho-next .fst-search-command__head {
  min-height: 300px;
  display: block;
  padding: 38px 30px;
  border-right: 1px solid var(--fst-line);
  background: color-mix(in srgb, var(--fst-paper) 76%, transparent);
}

.theme-fstcho-next .fst-search-command__head > div {
  display: grid;
  gap: 8px;
}

.theme-fstcho-next .fst-search-command__head span,
.theme-fstcho-next .fst-search-command__quick > span {
  color: var(--fst-accent-strong);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-search-command__head h2 {
  margin: 0;
  font-family: var(--fst-font-sans);
  font-size: 1.72rem;
  line-height: .96;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-search-command__head p {
  max-width: 205px;
  margin: 10px 0 0;
  color: var(--fst-muted);
  font-size: .73rem;
  line-height: 1.5;
}

.theme-fstcho-next .fst-search-command__head button {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
}

.theme-fstcho-next .fst-search-command__head button svg {
  width: 18px;
  height: 18px;
}

.theme-fstcho-next .fst-search-command__body {
  min-width: 0;
  padding: 72px 34px 26px;
}

.theme-fstcho-next .fst-search-command__form {
  min-height: 58px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 5px 5px 5px 16px;
  border: 1px solid var(--fst-line-strong);
  border-radius: var(--fst-radius-xs);
  background: var(--fst-white);
}

.theme-fstcho-next .fst-search-command__form:focus-within {
  border-color: var(--fst-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fst-accent) 14%, transparent);
}

.theme-fstcho-next .fst-search-command__form > svg {
  width: 21px;
  height: 21px;
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-search-command__form input {
  min-width: 0;
  height: 46px;
  padding: 0;
  color: var(--fst-ink);
  border: 0;
  outline: 0;
  background: transparent;
  font: 600 .88rem/1.2 var(--fst-font-text);
}

.theme-fstcho-next .fst-search-command__form input::placeholder {
  color: var(--fst-muted);
  opacity: 1;
}

.theme-fstcho-next .fst-search-command__clear,
.theme-fstcho-next .fst-search-command__submit {
  min-height: 44px;
  padding: 0 14px;
  font-size: .68rem;
}

.theme-fstcho-next .fst-search-command__clear[hidden] {
  display: none;
}

.theme-fstcho-next .fst-search-command__submit {
  display: flex;
  gap: 8px;
  align-items: center;
}

.theme-fstcho-next .fst-search-command__submit svg {
  width: 16px;
  height: 16px;
}

.theme-fstcho-next .fst-search-command__quick {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.theme-fstcho-next .fst-search-command__quick ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fst-line);
  list-style: none;
}

.theme-fstcho-next .fst-search-command__quick li:not(:last-child) {
  border-right: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-search-command__quick a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr 16px;
  gap: 6px;
  align-content: center;
  padding: 8px 10px;
  color: var(--fst-ink);
  border-bottom: 1px solid var(--fst-line);
  font-size: .76rem;
  font-weight: 650;
  text-decoration: none;
}

.theme-fstcho-next .fst-search-command__quick a > span {
  grid-column: 1 / -1;
  color: var(--fst-accent-strong);
  font-size: .56rem;
  letter-spacing: .08em;
}

.theme-fstcho-next .fst-search-command__quick a svg {
  width: 15px;
  height: 15px;
  color: var(--fst-muted);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--fst-duration-fast) var(--fst-ease), transform var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-search-command__quick a:hover,
.theme-fstcho-next .fst-search-command__quick a:focus-visible {
  color: var(--fst-accent-strong);
  background: color-mix(in srgb, var(--fst-accent) 6%, transparent);
}

.theme-fstcho-next .fst-search-command__quick a:hover svg,
.theme-fstcho-next .fst-search-command__quick a:focus-visible svg {
  opacity: 1;
  transform: translateX(0);
}

.theme-fstcho-next .fst-search-command__hint {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 16px 0 0;
  color: var(--fst-muted);
  font-size: .62rem;
}

.theme-fstcho-next .fst-search-command__hint span {
  width: 1px;
  height: 12px;
  margin: 0 3px;
  background: var(--fst-line-strong);
}

.theme-fstcho-next .fst-search-command__hint kbd {
  padding: 3px 6px;
  border: 1px solid var(--fst-line);
  border-radius: 4px;
  background: var(--fst-paper);
  font: inherit;
}

.theme-fstcho-next .fst-identity-rail__list {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-fstcho-next .fst-identity-rail__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  bottom: 20px;
  left: 24px;
  width: var(--fst-identity-rail-line-width);
  background: var(--fst-line-strong);
}

.theme-fstcho-next .fst-identity-rail__item {
  position: relative;
}

.theme-fstcho-next .fst-identity-rail__item.is-active::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(50% - 17px);
  left: 24px;
  width: var(--fst-identity-rail-line-width);
  height: 34px;
  background: linear-gradient(
    to bottom,
    var(--fst-accent) 0 7px,
    transparent 7px 27px,
    var(--fst-accent) 27px 34px
  );
}

.theme-fstcho-next .fst-identity-rail__item > a,
.theme-fstcho-next .fst-identity-rail__group > summary {
  position: relative;
  min-height: 56px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 8px;
  color: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-size: .69rem;
  font-weight: 700;
  line-height: 1.08;
  text-decoration: none;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-identity-rail__group {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-fstcho-next .fst-identity-rail__group > summary {
  padding-right: 20px;
  cursor: pointer;
  list-style: none;
}

.theme-fstcho-next .fst-identity-rail__group > summary::-webkit-details-marker {
  display: none;
}

.theme-fstcho-next .fst-identity-rail__group > summary::after {
  content: "";
  position: absolute;
  right: 9px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
  transition: transform var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-identity-rail__group[open] > summary::after {
  transform: rotate(135deg);
}

.theme-fstcho-next .fst-identity-rail__icon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--fst-ink-soft);
  background: rgb(255 254 250 / 84%);
}

.theme-fstcho-next .fst-identity-rail__icon svg {
  width: 20px;
  height: 20px;
}

.theme-fstcho-next .fst-identity-rail__item > a:hover,
.theme-fstcho-next .fst-identity-rail__item > a:focus-visible,
.theme-fstcho-next .fst-identity-rail__group > summary:hover,
.theme-fstcho-next .fst-identity-rail__group > summary:focus-visible,
.theme-fstcho-next .fst-identity-rail__item.is-active > a,
.theme-fstcho-next .fst-identity-rail__item.is-active > .fst-identity-rail__group > summary,
.theme-fstcho-next .fst-identity-rail__item.is-active .fst-identity-rail__icon {
  color: var(--fst-accent);
}

.theme-fstcho-next .fst-disclosure-panel {
  color: var(--fst-disclosure-panel-text);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--fst-radius);
  background: color-mix(in srgb, var(--fst-disclosure-panel-fill) 97%, transparent);
  box-shadow: 0 30px 80px rgb(0 0 0 / 28%);
  backdrop-filter: blur(18px);
}

.theme-fstcho-next .fst-section-sheet--rail {
  position: fixed;
  z-index: 120;
  top: var(--fst-section-sheet-top, max(110px, calc(var(--drupal-displace-offset-top, 0px) + 18px)));
  bottom: auto;
  left: 177px;
  width: min(var(--fst-disclosure-panel-width), calc(100vw - 205px));
  max-height: calc(100svh - var(--fst-section-sheet-top, 110px) - 20px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
}

.theme-fstcho-next .fst-section-sheet__overview {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: var(--fst-disclosure-panel-padding) var(--fst-disclosure-panel-padding) 14px;
  color: var(--fst-disclosure-panel-text);
  border: 0;
  background: transparent;
  text-decoration: none;
}

.theme-fstcho-next :is(.fst-section-sheet__meta, .fst-section-sheet__overview-action, .fst-section-sheet__directory-label) {
  display: none;
}

.theme-fstcho-next .fst-section-sheet__overview-copy {
  align-self: start;
  display: grid;
  gap: 8px;
}

.theme-fstcho-next .fst-section-sheet__overview strong {
  font-family: var(--fst-font-condensed);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-section-sheet__overview-copy small {
  font-family: var(--fst-font-text);
  color: rgb(255 255 255 / 52%);
  font-size: .7rem;
  font-weight: 450;
  line-height: 1.4;
}

.theme-fstcho-next .fst-section-sheet__directory {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  padding: 0 16px 20px;
  overflow: hidden;
}

.theme-fstcho-next .fst-section-sheet__links {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 2px;
  margin: 0;
  padding: 0 6px 0 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: rgb(255 255 255 / 26%) transparent;
}

.theme-fstcho-next .fst-section-sheet__links a {
  min-height: 56px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 12px;
  align-content: center;
  padding: 8px 10px;
  color: rgb(255 255 255 / 86%);
  border: 0;
  border-radius: var(--fst-radius-xs);
  text-decoration: none;
  transition: color var(--fst-duration-fast) var(--fst-ease), background var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-section-sheet__label {
  display: grid;
  gap: 4px;
}

.theme-fstcho-next .fst-section-sheet__icon {
  width: 24px;
  height: 24px;
  align-self: center;
  color: rgb(255 255 255 / 70%);
  transition: color var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-section-sheet__label strong {
  font-family: var(--fst-font-condensed);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.05;
}

.theme-fstcho-next .fst-section-sheet__label small {
  font-family: var(--fst-font-text);
  color: rgb(255 255 255 / 52%);
  font-size: .7rem;
  line-height: 1.35;
}

.theme-fstcho-next .fst-section-sheet a:hover,
.theme-fstcho-next .fst-section-sheet a:focus-visible,
.theme-fstcho-next .fst-section-sheet a[aria-current="page"] {
  color: var(--fst-disclosure-panel-text);
}

.theme-fstcho-next .fst-section-sheet__links a:is(:focus-visible, [aria-current="page"]) {
  background: transparent;
  box-shadow: inset 2px 0 0 var(--fst-accent);
}

.theme-fstcho-next .fst-section-sheet a:is(:hover, :focus-visible, [aria-current="page"]) .fst-section-sheet__icon {
  color: var(--fst-accent);
}

.theme-fstcho-next .fst-identity-rail__tools {
  position: relative;
  z-index: 8;
  margin: 8px 0 0;
}

.theme-fstcho-next .fst-identity-rail__tools summary {
  min-height: 52px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 5px 8px;
  color: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-size: .69rem;
  font-weight: 750;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.theme-fstcho-next .fst-identity-rail__tools summary::-webkit-details-marker {
  display: none;
}

.theme-fstcho-next .fst-identity-rail__tools summary::after {
  content: "";
  position: absolute;
  right: 11px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}

.theme-fstcho-next .fst-identity-rail__tools summary:hover,
.theme-fstcho-next .fst-identity-rail__tools summary:focus-visible,
.theme-fstcho-next .fst-identity-rail__tools.is-active summary {
  color: var(--fst-accent);
}

.theme-fstcho-next .fst-identity-rail__tools-panel {
  position: fixed;
  z-index: 120;
  top: max(18px, var(--drupal-displace-offset-top, 0px));
  bottom: 18px;
  left: 178px;
  width: min(var(--fst-disclosure-panel-width), calc(100vw - 208px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 18px;
  padding: var(--fst-disclosure-panel-padding);
  overflow: hidden;
}

.theme-fstcho-next .fst-identity-rail__tools-panel > strong {
  font-family: var(--fst-font-condensed);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-identity-rail__tools-panel ul {
  display: grid;
  align-content: start;
  gap: 2px;
  margin: 0;
  padding: 0 6px 0 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: rgba(255, 255, 255, .26) transparent;
}

.theme-fstcho-next .fst-identity-rail__tools a {
  min-height: 56px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, .86);
  border-radius: var(--fst-radius-xs);
  text-decoration: none;
}

.theme-fstcho-next .fst-identity-rail__tools a:hover,
.theme-fstcho-next .fst-identity-rail__tools a:focus-visible {
  color: var(--fst-white);
  background: rgba(255, 255, 255, .08);
}

.theme-fstcho-next .fst-identity-rail__tools a span {
  font-family: var(--fst-font-condensed);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.05;
}

.theme-fstcho-next .fst-identity-rail__tools a small {
  font-family: var(--fst-font-text);
  color: rgba(255, 255, 255, .52);
  font-size: .7rem;
  line-height: 1.35;
}

.theme-fstcho-next .fst-identity-rail__account a {
  color: var(--fst-ink-soft);
  font-size: .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.theme-fstcho-next .fst-identity-rail__account {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 14px 4px 0;
  padding: 7px 4px;
  border-radius: var(--fst-radius-xs);
  background: color-mix(in srgb, var(--fst-white) 86%, transparent);
}

.theme-fstcho-next .fst-identity-rail__account .is-primary {
  color: var(--fst-accent-strong);
  font-weight: 750;
}

.theme-fstcho-next .fst-identity-rail__cartography {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.theme-fstcho-next .fst-identity-rail__relief {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .22;
}

.theme-fstcho-next .fst-identity-rail__route-line {
  position: absolute;
  z-index: 2;
  top: 207px;
  bottom: 0;
  left: 37px;
  width: 1px;
  background: color-mix(in srgb, var(--fst-accent) 40%, transparent);
}

.theme-fstcho-next .fst-identity-rail__coordinate {
  position: absolute;
  z-index: 3;
  right: var(--fst-identity-rail-coordinate-offset-inline);
  bottom: 86px;
  width: var(--fst-identity-rail-coordinate-width);
  height: auto;
  opacity: .34;
}

.theme-fstcho-next .fst-next-footer {
  margin: 0;
}

.theme-fstcho-next .fst-next-shell--home .fst-identity-rail__navigation {
  padding-bottom: 24px;
}

.theme-fstcho-next .fst-next-shell--home .fst-identity-rail__cartography {
  display: none;
}

/* Homepage hero: relief, route and coordinate stay independent layers. */
.theme-fstcho-next .fst-next-home-hero {
  position: relative;
  min-height: min(760px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(36px, 5vw, 86px);
  padding: clamp(44px, 6vw, 86px);
  overflow: hidden;
  background: var(--fst-white);
}

.theme-fstcho-next .fst-next-home-hero__relief {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: .2;
  filter: grayscale(1) sepia(.08);
  mask-image: linear-gradient(90deg, #000 0 42%, rgba(0, 0, 0, .72) 64%, transparent 100%);
}

.theme-fstcho-next .fst-next-home-hero__route-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: clamp(42px, 5.6vw, 86px);
  width: 1px;
  background: color-mix(in srgb, var(--fst-accent) 54%, transparent);
}

.theme-fstcho-next .fst-next-home-hero__coordinate {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: clamp(64px, 8vw, 124px);
  width: 135px;
  opacity: .34;
}

.theme-fstcho-next .fst-next-home-hero__copy,
.theme-fstcho-next .fst-next-home-hero__media {
  position: relative;
  z-index: 3;
}

.theme-fstcho-next .fst-next-eyebrow {
  margin: 0 0 22px;
  color: var(--fst-accent-text);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-hero h1 {
  margin: 0;
  font-size: clamp(4.4rem, 8.8vw, 9.2rem);
  line-height: .78;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-hero__lead {
  max-width: 560px;
  margin: 32px 0 26px;
  color: var(--fst-muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.5;
}

.theme-fstcho-next .fst-next-home-hero__copy a.btn {
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-hero__media {
  min-height: 480px;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 42px);
  background: var(--fst-paper-deep);
}

.theme-fstcho-next .fst-next-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 242, 237, .34), transparent 34%), linear-gradient(0deg, rgba(32, 38, 43, .34), transparent 45%);
  pointer-events: none;
}

.theme-fstcho-next .fst-next-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.theme-fstcho-next .fst-next-home-hero__media figcaption {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--fst-ink);
  background: var(--fst-white);
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* Approved Penpot homepage: full-width poster, no internal identity rail. */
.theme-fstcho-next .fst-next-home-page {
  position: relative;
  min-width: 0;
  overflow: clip;
  background: var(--fst-paper);
}

.theme-fstcho-next .fst-next-home-header {
  position: absolute;
  z-index: 20;
  top: 25px;
  right: 47px;
  left: 45px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand actions"
    "navigation navigation";
  gap: 13px 0;
  align-items: start;
}

.theme-fstcho-next .fst-next-home-brand {
  grid-area: brand;
  display: flex;
  gap: 44px;
  align-items: flex-start;
  color: var(--fst-ink);
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-brand__core {
  width: 102px;
  display: grid;
  justify-items: center;
  gap: 8px;
  flex: none;
}

.theme-fstcho-next .fst-next-home-brand__core .fst-identity-rail__brand-mountain {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.theme-fstcho-next .fst-next-home-brand__core .fst-identity-rail__brand-wordmark {
  width: 98px;
}

.theme-fstcho-next .fst-next-home-brand__federation {
  width: 226px;
  margin-top: 12px;
}

.theme-fstcho-next .fst-next-home-nav {
  grid-area: navigation;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--fst-line);
  border-bottom: 1px solid var(--fst-line);
  background: color-mix(in srgb, var(--fst-paper) 82%, transparent);
  backdrop-filter: blur(12px);
}

.theme-fstcho-next .fst-next-home-nav__group {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-fstcho-next .fst-next-home-nav__group > summary,
.theme-fstcho-next .fst-next-home-nav a,
.theme-fstcho-next .fst-next-home-account-link {
  color: var(--fst-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-nav__group > summary {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  list-style: none;
  white-space: normal;
}

.theme-fstcho-next .fst-next-home-nav__group > summary::-webkit-details-marker {
  display: none;
}

.theme-fstcho-next .fst-next-home-nav__group > summary::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 2px;
  background: transparent;
}

.theme-fstcho-next .fst-next-home-nav__group[open] > summary,
.theme-fstcho-next .fst-next-home-nav__group > summary:hover,
.theme-fstcho-next .fst-next-home-nav__group > summary:focus-visible {
  color: var(--fst-accent-strong);
}

.theme-fstcho-next .fst-next-home-nav:has(.fst-next-home-nav__group[open]) {
  border-bottom-color: var(--fst-accent);
}

.theme-fstcho-next .fst-next-home-nav__group[open] > summary::before {
  background: var(--fst-accent);
}

.theme-fstcho-next .fst-next-home-nav__group > summary:focus-visible {
  outline: 0;
}

.theme-fstcho-next .fst-next-home-nav__group:has(> summary:focus-visible) > summary::before {
  background: var(--fst-accent);
}

.theme-fstcho-next .fst-section-sheet--home {
  position: fixed;
  z-index: 130;
  top: calc(var(--fst-section-sheet-top, 182px) - 8px);
  right: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  max-height: none;
  padding: 0;
  overflow: visible;
  color: var(--fst-ink);
  border: 0;
  border-bottom: 1px solid var(--fst-line);
  border-radius: 0;
  background: var(--fst-paper);
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__overview {
  color: var(--fst-disclosure-panel-text);
  white-space: normal;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links a {
  color: rgb(255 255 255 / 86%);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: normal;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet :is(.fst-section-sheet__overview, .fst-section-sheet__links a):is(:hover, :focus-visible, [aria-current="page"]) {
  color: var(--fst-disclosure-panel-text);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__overview {
  padding: 26px 16px;
  padding-bottom: 12px;
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__overview-copy {
  gap: 0;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__overview strong {
  font-family: var(--fst-font-text);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.2;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__overview-copy small {
  display: none;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__directory {
  padding: 0 16px 24px;
  overflow: visible;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 64px);
  grid-auto-flow: column;
  column-gap: 80px;
  padding: 0;
  overflow: visible;
  scrollbar-color: auto;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links li {
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--fst-line);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links a {
  min-height: 64px;
  padding: 11px 16px;
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__label strong {
  font-family: var(--fst-font-text);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.22;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__label small {
  color: var(--fst-ink-muted);
  font-size: .76rem;
  line-height: 1.32;
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__icon {
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet :is(.fst-section-sheet__overview, .fst-section-sheet__links a):is(:hover, :focus-visible, [aria-current="page"]) {
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet__links a:is(:focus-visible, [aria-current="page"]) {
  background: transparent;
  box-shadow: inset 2px 0 0 var(--fst-accent);
}

.theme-fstcho-next .fst-next-home-nav .fst-section-sheet a:is(:hover, :focus-visible, [aria-current="page"]) .fst-section-sheet__icon {
  color: var(--fst-accent-strong);
}

.theme-fstcho-next .fst-next-home-header__actions {
  grid-area: actions;
  display: flex;
  gap: 23px;
  align-items: center;
}

.theme-fstcho-next .fst-search-command__trigger--home {
  min-width: 104px;
  min-height: 44px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 0 10px;
  color: var(--fst-ink);
  border-bottom: 1px solid var(--fst-line-strong);
  border-radius: 0;
}

.theme-fstcho-next .fst-search-command__trigger--home span {
  font-size: .72rem;
  font-weight: 650;
}

.theme-fstcho-next .fst-search-command__trigger--home:hover,
.theme-fstcho-next .fst-search-command__trigger--home:focus-visible,
.theme-fstcho-next .fst-search-command__trigger--home[aria-expanded="true"] {
  color: var(--fst-accent-strong);
  background: color-mix(in srgb, var(--fst-accent) 8%, transparent);
}

.theme-fstcho-next .fst-next-home-login {
  min-width: 88px;
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-main {
  min-width: 0;
  background: var(--fst-paper);
}

.theme-fstcho-next .fst-next-poster {
  position: relative;
  height: var(--fst-next-home-poster-height, 590px);
  overflow: hidden;
}

.theme-fstcho-next .fst-next-poster__photo {
  position: absolute;
  z-index: 0;
  /* The poster starts below the visible home header; JS keeps this exact when
     the navigation height changes at desktop breakpoints. */
  top: var(--fst-next-home-photo-top, 145px);
  right: 0;
  width: 936px;
  height: 494px;
  object-fit: cover;
  object-position: left center;
}

.theme-fstcho-next .fst-next-poster__fade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--fst-paper) 0 30%, color-mix(in srgb, var(--fst-paper) 96%, transparent) 38%, transparent 65%),
    linear-gradient(0deg, var(--fst-paper) 0, transparent 15%);
}

.theme-fstcho-next .fst-next-poster__relief {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 760px;
  height: 590px;
  background-image: var(--fst-next-relief);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 540px auto;
  opacity: .2;
  filter: grayscale(1) sepia(.06);
  mask-image: linear-gradient(90deg, #000 0 38%, rgba(0, 0, 0, .82) 55%, transparent 100%);
}

.theme-fstcho-next .fst-next-poster__route {
  position: absolute;
  z-index: 3;
  top: 126px;
  bottom: 0;
  left: 68px;
  width: 1px;
  background: color-mix(in srgb, var(--fst-accent) 58%, transparent);
}

.theme-fstcho-next .fst-next-poster__coordinate {
  position: absolute;
  z-index: 4;
  top: 454px;
  bottom: auto;
  left: 79px;
  width: 75px;
  height: auto;
  opacity: .52;
}

.theme-fstcho-next .fst-next-poster__copy {
  position: absolute;
  z-index: 5;
  top: 210px;
  left: 177px;
  width: 540px;
}

.theme-fstcho-next .fst-next-poster__copy h1 {
  width: 850px;
  max-width: none;
  margin: 0;
  font-size: 84px;
  line-height: .94;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(.64);
  transform-origin: left top;
}

.theme-fstcho-next .fst-next-poster__copy p {
  width: 365px;
  margin: 42px 0 0;
  color: var(--fst-ink);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.75;
}

.theme-fstcho-next .fst-next-home-summary {
  min-height: 370px;
  display: grid;
  grid-template-columns: 503px 412px minmax(0, 1fr);
  padding: 27px 47px 32px 76px;
  background: color-mix(in srgb, var(--fst-white) 72%, transparent);
}

.theme-fstcho-next .fst-next-home-summary > article {
  min-width: 0;
  padding: 0 35px;
  border-right: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-next-home-summary > article:first-child {
  padding-left: 0;
}

.theme-fstcho-next .fst-next-home-summary > article:last-child {
  padding-right: 0;
  border-right: 0;
}

.theme-fstcho-next .fst-next-home-summary h2 {
  margin: 0 0 11px;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-summary__event > div {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
}

.theme-fstcho-next .fst-next-home-summary__event img {
  width: 240px;
  height: 205px;
  object-fit: cover;
  border-radius: var(--fst-radius);
}

.theme-fstcho-next .fst-next-home-summary time {
  display: block;
  color: var(--fst-muted);
  font-size: .69rem;
}

.theme-fstcho-next .fst-next-home-summary__event time {
  margin-bottom: 19px;
  color: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-summary h3 {
  margin: 0 0 13px;
  font-family: var(--fst-font-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.theme-fstcho-next .fst-next-home-summary h3 a,
.theme-fstcho-next .fst-next-home-summary__materials a {
  color: var(--fst-ink);
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-summary__event p {
  margin: 0 0 13px;
  color: var(--fst-muted);
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.theme-fstcho-next .fst-next-home-summary__materials ul,
.theme-fstcho-next .fst-next-home-summary__services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-fstcho-next .fst-next-home-summary__materials li {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.theme-fstcho-next .fst-next-home-summary__materials time {
  margin-top: 5px;
  font-size: 12px;
}

.theme-fstcho-next .fst-next-text-action {
  color: var(--fst-accent-text) !important;
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-summary__services li a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--fst-line);
  color: var(--fst-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-summary__services svg {
  width: 19px;
  height: 19px;
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-next-home-summary__services i {
  color: var(--fst-muted);
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 300;
}

/* Homepage cards follow the approved Penpot contact sheet: quiet editorial
 * rows on paper, without brush masks or carousel treatment. */
.theme-fstcho-next .fst-next-home-page .fst-home-section {
  padding: 70px 0 64px;
}

.theme-fstcho-next .fst-next-home-page .fst-home-section > .container,
.theme-fstcho-next .fst-next-home-page .fst-home-quick > .container,
.theme-fstcho-next .fst-next-home-page .fst-next-home-partners > .container {
  width: calc(100% - 152px);
  max-width: none;
  margin-inline: 76px;
  padding-inline: 0;
}

.theme-fstcho-next .fst-next-home-page .fst-home-section__heading {
  margin-bottom: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-next-home-page .fst-home-section__heading h2 {
  max-width: none;
  font-size: 49px;
  line-height: .94;
  letter-spacing: -.02em;
}

.theme-fstcho-next .fst-next-home-page .fst-home-section__heading > a {
  color: var(--fst-accent-text);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}

.theme-fstcho-next .fst-next-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 28px;
}

.theme-fstcho-next .fst-next-editorial-card {
  min-width: 0;
}

.theme-fstcho-next .fst-next-editorial-card__media,
.theme-fstcho-next .fst-next-editorial-card__media img {
  display: block;
  width: 100%;
  height: 230px;
}

.theme-fstcho-next .fst-next-editorial-card__media {
  overflow: hidden;
  border-radius: var(--fst-radius);
}

.theme-fstcho-next .fst-next-editorial-card__media img {
  object-fit: cover;
  transition: transform var(--fst-duration) var(--fst-ease);
}

.theme-fstcho-next .fst-next-editorial-card:hover .fst-next-editorial-card__media img {
  transform: scale(1.015);
}

.theme-fstcho-next .fst-next-editorial-card__body {
  padding: 18px 4px 0;
}

.theme-fstcho-next .fst-next-editorial-card__meta {
  color: var(--fst-muted);
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-editorial-card h3 {
  min-height: 56px;
  margin: 10px 0 8px;
  font-size: 25px;
  line-height: 1.05;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.theme-fstcho-next .fst-next-editorial-card h3 a,
.theme-fstcho-next .fst-next-calendar-card h3 a {
  color: var(--fst-ink);
  text-decoration: none;
}

.theme-fstcho-next .fst-next-editorial-card p {
  min-height: 58px;
  margin: 0 0 13px;
  color: var(--fst-muted);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.theme-fstcho-next .fst-next-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.theme-fstcho-next .fst-next-calendar-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-next-calendar-card__media,
.theme-fstcho-next .fst-next-calendar-card__media img {
  display: block;
  width: 150px;
  height: 100%;
}

.theme-fstcho-next .fst-next-calendar-card__media img {
  object-fit: cover;
}

.theme-fstcho-next .fst-next-calendar-card__body {
  min-width: 0;
  padding: 20px;
}

.theme-fstcho-next .fst-next-calendar-card time {
  display: block;
  margin-bottom: 9px;
  color: var(--fst-accent-text);
  font-family: var(--fst-font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-calendar-card span {
  color: var(--fst-muted);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-calendar-card h3 {
  margin: 13px 0 18px;
  font-family: var(--fst-font-text);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick {
  padding: 36px 0 0;
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--fst-line);
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick a {
  min-height: 145px;
  display: block;
  padding: 34px 32px;
  color: var(--fst-ink);
  border-right: 1px solid var(--fst-line);
  text-decoration: none;
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick a:last-child {
  border-right: 0;
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--fst-font-sans);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-page .fst-home-quick span {
  display: block;
  color: var(--fst-muted);
  font-size: 14px;
  line-height: 1.45;
}

.theme-fstcho-next .fst-next-home-partners {
  padding: 54px 0 82px;
  overflow: visible;
}

.theme-fstcho-next .fst-next-home-partners::before {
  display: none;
}

.theme-fstcho-next .fst-next-home-partners h2 {
  margin: 0 0 27px;
  color: var(--fst-muted);
  font-family: var(--fst-font-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-next-home-partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 45px;
}

.theme-fstcho-next .fst-next-home-partners__grid a {
  display: grid;
  min-width: 0;
  min-height: 82px;
  place-items: center;
}

.theme-fstcho-next .fst-next-home-partners__grid img {
  display: block;
  width: 100%;
  max-height: 82px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .65;
  transition: filter var(--fst-duration-fast) var(--fst-ease), opacity var(--fst-duration-fast) var(--fst-ease);
}

.theme-fstcho-next .fst-next-home-partners__grid a:is(:hover, :focus-visible) img {
  filter: grayscale(0);
  opacity: 1;
}

.theme-fstcho-next .fst-next-home-partners__grid img[src*="partner-minsport74"] {
  mix-blend-mode: multiply;
}

@media (min-width: 861px) and (max-height: 820px) {
  .theme-fstcho-next .fst-identity-rail__head {
    padding: 14px 18px 8px;
  }

  .theme-fstcho-next .fst-identity-rail__brand {
    gap: 8px;
  }

  .theme-fstcho-next .fst-identity-rail__brand-core {
    width: 82px;
    gap: 4px;
  }

  .theme-fstcho-next .fst-identity-rail__brand-mountain,
  .theme-fstcho-next .fst-identity-rail__brand-wordmark {
    width: 74px;
  }

  .theme-fstcho-next .fst-identity-rail__brand-federation {
    width: 92px;
  }

  .theme-fstcho-next .fst-identity-rail__navigation {
    padding: 4px 12px 118px;
  }

  .theme-fstcho-next .fst-search-command__trigger--rail {
    min-height: 44px;
    margin-bottom: 4px;
  }

  .theme-fstcho-next .fst-identity-rail__item > a,
  .theme-fstcho-next .fst-identity-rail__group > summary,
  .theme-fstcho-next .fst-identity-rail__tools summary {
    min-height: 46px;
    font-size: .65rem;
  }

  .theme-fstcho-next .fst-identity-rail__tools {
    margin-top: 2px;
  }

  .theme-fstcho-next .fst-identity-rail__account {
    gap: 6px 10px;
    margin-top: 4px;
    padding-block: 4px;
  }

  .theme-fstcho-next .fst-identity-rail__account a {
    font-size: .64rem;
  }

  .theme-fstcho-next .fst-identity-rail__route-line {
    top: 152px;
  }

  .theme-fstcho-next .fst-identity-rail__coordinate {
    right: var(--fst-identity-rail-coordinate-offset-inline);
    bottom: 8px;
    width: var(--fst-identity-rail-coordinate-width);
    height: auto;
    opacity: .27;
  }
}
