:where(.theme-fstcho-next, .theme-fstcho-admin-next) {
  margin: 0;
  overflow-x: clip;
  color: var(--fst-ink);
  background:
    linear-gradient(90deg, rgba(32, 38, 43, .018) 1px, transparent 1px) 0 0 / 8.3333vw 100%,
    var(--fst-paper);
  font-family: var(--fst-font-text);
  text-rendering: optimizeLegibility;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next),
:where(.theme-fstcho-next, .theme-fstcho-admin-next) *,
:where(.theme-fstcho-next, .theme-fstcho-admin-next) *::before,
:where(.theme-fstcho-next, .theme-fstcho-admin-next) *::after {
  box-sizing: border-box;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next)::selection {
  color: var(--fst-white);
  background: var(--fst-accent);
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--fst-focus);
  outline-offset: 4px;
  box-shadow: none;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) a {
  color: var(--fst-ink);
  text-decoration-color: color-mix(in srgb, var(--fst-accent) 68%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) a:hover {
  color: var(--fst-accent-strong);
  text-decoration-color: currentColor;
}

.theme-fstcho-next .container {
  width: 100%;
  max-width: var(--fst-content-width);
  margin-inline: auto;
  padding-inline: 48px;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) :where(h1, h2, h3, h4, .display-1, .display-2, .heading-a, .heading-b) {
  color: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-stretch: condensed;
  font-weight: 700;
  text-wrap: balance;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) :where(h1, .display-1, .heading-a) {
  letter-spacing: -.045em;
}

:where(.theme-fstcho-next, .theme-fstcho-admin-next) :where(p, li, dd) {
  text-wrap: pretty;
}

.theme-fstcho-next .fst-page-main,
.theme-fstcho-next .fst-home-main {
  background: transparent;
}

.theme-fstcho-next .fst-page-container {
  padding-top: clamp(32px, 5vw, 68px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.theme-fstcho-next .fst-content-below {
  margin-top: clamp(58px, 8vw, 110px);
}

.theme-fstcho-next .fst-content-surface > :where(.block-page-title-block h1, h1),
.theme-fstcho-next .fst-catalog__header :is(h1, h2) {
  max-width: 980px;
  margin-bottom: clamp(24px, 4vw, 44px);
  font-size: clamp(2.65rem, 6.2vw, 6.2rem);
  line-height: .88;
}

.theme-fstcho-next .fst-content-surface :where(p, li) {
  max-width: var(--fst-reading-width);
  color: var(--fst-ink-soft);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.68;
}

.theme-fstcho-next .fst-breadcrumb {
  margin-bottom: clamp(20px, 3vw, 38px);
  color: var(--fst-muted);
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: normal;
}

.theme-fstcho-next .fst-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-fstcho-next .fst-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-fstcho-next .fst-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: var(--fst-line-strong);
}

.theme-fstcho-next .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.theme-fstcho-next .fst-content-surface,
.theme-fstcho-next .fst-home-section {
  opacity: 1;
  transform: none;
}

.theme-fstcho-next.is-fst-next-ready .fst-next-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms var(--fst-ease),
    transform 620ms var(--fst-ease);
}

.theme-fstcho-next.is-fst-next-ready .fst-next-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.theme-fstcho-next .visually-hidden-focusable.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
}

.theme-fstcho-next .visually-hidden-focusable.skip-link:not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.theme-fstcho-next .visually-hidden-focusable.skip-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: var(--fst-radius-sm);
  color: var(--fst-white);
  background: var(--fst-ink);
  padding: 10px 16px;
}

@media (prefers-reduced-motion: reduce) {
  :where(.theme-fstcho-next, .theme-fstcho-admin-next) *,
  :where(.theme-fstcho-next, .theme-fstcho-admin-next) *::before,
  :where(.theme-fstcho-next, .theme-fstcho-admin-next) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
