:root {
  --fs-bg: #08080a;
  --fs-bg-elevated: #101014;
  --fs-bg-soft: #16161b;
  --fs-border: rgba(255, 255, 255, 0.11);
  --fs-border-strong: rgba(255, 255, 255, 0.2);
  --fs-text: #f7f4f5;
  --fs-muted: #a7a2a7;
  --fs-muted-strong: #c8c2c6;
  --fs-accent: #ff315f;
  --fs-accent-solid: #e31d4b;
  --fs-accent-soft: rgba(255, 49, 95, 0.14);
  --fs-success: #58e897;
  --fs-shell: 1420px;
  --fs-radius-sm: 12px;
  --fs-radius: 18px;
  --fs-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

body.feetshows-brand-shell {
  background:
    radial-gradient(circle at 86% -10%, rgba(255, 49, 95, 0.12), transparent 29rem),
    var(--fs-bg);
  color: var(--fs-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  margin: 0;
  min-height: 100vh;
}

body.feetshows-brand-shell *,
body.feetshows-brand-shell *::before,
body.feetshows-brand-shell *::after {
  box-sizing: border-box;
}

body.feetshows-brand-shell a {
  text-decoration: none;
}

.fs-site-header,
.fs-site-footer,
.feetshows-section-blog .site-content,
.feetshows-section-blog .site-content h1,
.feetshows-section-blog .site-content h2,
.feetshows-section-blog .site-content h3,
.feetshows-section-blog .site-content button,
.feetshows-section-blog .site-content input,
.feetshows-section-blog .site-content textarea {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body.feetshows-brand-shell :focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.fs-shell {
  margin-inline: auto;
  max-width: var(--fs-shell);
  padding-inline: 14px;
  width: 100%;
}

.fs-site-header {
  backdrop-filter: blur(18px);
  background: rgba(8, 8, 10, 0.84);
  border-bottom: 1px solid var(--fs-border);
  color: var(--fs-text);
  position: sticky;
  top: 0;
  z-index: 10000;
}

.fs-site-header__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 64px;
}

.fs-brand {
  align-items: center;
  color: var(--fs-text);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  letter-spacing: -0.03em;
}

.fs-brand:hover,
.fs-brand:focus {
  color: var(--fs-text);
}

.fs-brand__mark {
  align-items: center;
  background: var(--fs-accent-solid);
  border-radius: 9px 9px 3px 9px;
  box-shadow: 0 8px 30px rgba(255, 49, 95, 0.28);
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 950;
  height: 30px;
  justify-content: center;
  letter-spacing: -0.07em;
  transform: rotate(-5deg);
  width: 30px;
}

.fs-brand__name {
  color: var(--fs-text);
  font-size: 1.22rem;
  font-weight: 850;
}

.fs-brand__name span {
  color: var(--fs-accent);
}

.fs-site-nav {
  align-items: center;
  display: flex;
  font-size: 0.84rem;
  font-weight: 750;
  gap: 14px;
}

.fs-site-nav__link {
  color: var(--fs-muted-strong);
  padding-block: 10px;
  position: relative;
  white-space: nowrap;
}

.fs-site-nav__link:hover,
.fs-site-nav__link:focus,
.fs-site-nav__link[aria-current="page"] {
  color: #fff;
}

.fs-site-nav__link[aria-current="page"]::after {
  background: var(--fs-accent);
  border-radius: 999px;
  bottom: 3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.fs-site-nav__secondary {
  display: none;
}

.fs-site-footer {
  background: #050506;
  border-top: 1px solid var(--fs-border);
  clear: both;
  color: var(--fs-muted);
  padding-block: 42px 24px;
}

.fs-site-footer__grid {
  display: grid;
  gap: 28px;
}

.fs-site-footer__brand {
  color: var(--fs-text);
  display: inline-block;
  font-size: 1.15rem;
  margin-bottom: 9px;
}

.fs-site-footer p {
  color: var(--fs-muted);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
  max-width: 600px;
}

.fs-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 10px 18px;
}

.fs-site-footer nav a {
  color: var(--fs-muted);
}

.fs-site-footer nav a:hover,
.fs-site-footer nav a:focus {
  color: var(--fs-text);
}

.fs-site-footer__bottom {
  border-top: 1px solid var(--fs-border);
  display: flex;
  font-size: 0.68rem;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
}

/* Astra blog */
.feetshows-section-blog #masthead,
.feetshows-section-blog #colophon {
  display: none !important;
}

.feetshows-section-blog #page {
  background: transparent;
}

.feetshows-section-blog .site-content {
  background: transparent;
  padding: 0;
}

.feetshows-section-blog .ast-container {
  display: block;
  margin-inline: auto;
  max-width: var(--fs-shell);
  padding: 0 14px 72px;
}

.feetshows-section-blog #primary {
  margin: 0;
  width: 100%;
}

.feetshows-section-blog .site-main {
  padding-top: 0;
}

.feetshows-section-blog .fs-blog-hero {
  border-bottom: 1px solid var(--fs-border);
  margin-bottom: 30px;
  padding: 46px 0 38px;
}

.fs-blog-hero__kicker {
  color: var(--fs-accent);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feetshows-section-blog .fs-blog-hero h1 {
  color: var(--fs-text);
  font-size: clamp(2.3rem, 8vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 14px 0 16px;
  max-width: 980px;
  text-wrap: balance;
}

.feetshows-section-blog .fs-blog-hero > p {
  color: var(--fs-muted-strong);
  font-size: clamp(1rem, 3vw, 1.18rem);
  line-height: 1.6;
  margin: 0;
  max-width: 790px;
}

.fs-blog-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.fs-blog-hero__links a {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  color: var(--fs-muted-strong);
  font-size: 0.78rem;
  font-weight: 750;
  padding: 9px 13px;
}

.fs-blog-hero__links a:hover,
.fs-blog-hero__links a:focus {
  border-color: var(--fs-border-strong);
  color: #fff;
}

.feetshows-section-blog .ast-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.feetshows-section-blog .ast-row::before,
.feetshows-section-blog .ast-row::after {
  display: none;
}

.feetshows-section-blog .ast-article-post {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 55%),
    var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: var(--fs-radius);
  margin: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}

.feetshows-section-blog .ast-article-post .ast-article-inner,
.feetshows-section-blog .ast-article-post .post-content {
  background: transparent;
  border: 0;
  height: 100%;
}

.feetshows-section-blog .ast-article-post .post-content {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.feetshows-section-blog .ast-blog-featured-section {
  margin: -22px -22px 19px;
}

.feetshows-section-blog .ast-blog-featured-section img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.feetshows-section-blog .entry-title {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin: 7px 0 11px;
}

.feetshows-section-blog .entry-title a {
  color: var(--fs-text);
}

.feetshows-section-blog .entry-title a:hover,
.feetshows-section-blog .entry-title a:focus {
  color: var(--fs-accent);
}

.feetshows-section-blog .ast-taxonomy-container,
.feetshows-section-blog .ast-taxonomy-container a {
  color: var(--fs-accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feetshows-section-blog .entry-meta {
  color: var(--fs-muted);
  font-size: 0.72rem;
}

.feetshows-section-blog .entry-meta .comments-link,
.feetshows-section-blog .entry-meta .posted-by {
  display: none;
}

.feetshows-section-blog .ast-excerpt-container {
  margin-top: auto;
}

.feetshows-section-blog .ast-excerpt-container p {
  color: var(--fs-muted-strong);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 14px 0 0;
}

.feetshows-section-blog .ast-pagination {
  grid-column: 1 / -1;
  margin: 28px 0 0;
}

.feetshows-section-blog .page-numbers {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  color: var(--fs-muted-strong);
  display: inline-flex;
  margin-right: 6px;
  padding: 9px 13px;
}

.feetshows-section-blog .page-numbers.current,
.feetshows-section-blog .page-numbers:hover {
  background: var(--fs-accent-solid);
  border-color: var(--fs-accent-solid);
  color: #fff;
}

.feetshows-section-blog.single-post .ast-container,
.feetshows-section-blog.archive .ast-container {
  padding-top: 42px;
}

.feetshows-section-blog.single-post .ast-article-single,
.feetshows-section-blog.page .ast-article-single {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: var(--fs-radius);
  color: var(--fs-muted-strong);
  margin: 0;
  padding: clamp(22px, 5vw, 56px);
}

.feetshows-section-blog.single-post .entry-title,
.feetshows-section-blog.page .entry-title,
.feetshows-section-blog.archive .page-title {
  color: var(--fs-text);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.feetshows-section-blog.single-post .entry-content {
  color: var(--fs-muted-strong);
  font-size: 1rem;
  line-height: 1.78;
}

.feetshows-section-blog.single-post .entry-content h2,
.feetshows-section-blog.single-post .entry-content h3 {
  color: var(--fs-text);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.feetshows-section-blog.single-post .entry-content a {
  color: var(--fs-text);
  text-decoration: underline;
  text-decoration-color: var(--fs-accent);
  text-underline-offset: 4px;
}

.feetshows-section-blog .comments-area {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: var(--fs-radius);
  color: var(--fs-muted-strong);
  margin-top: 20px;
  padding: clamp(20px, 4vw, 40px);
}

@media (min-width: 520px) {
  .fs-shell,
  .feetshows-section-blog .ast-container {
    padding-inline: 20px;
  }

  .fs-site-nav {
    gap: 20px;
  }
}

@media (min-width: 700px) {
  .fs-site-header__inner {
    min-height: 72px;
  }

  .fs-brand__name {
    font-size: 1.45rem;
  }

  .fs-site-nav {
    font-size: 0.9rem;
  }

  .fs-site-nav__secondary {
    display: inline-block;
  }

  .fs-site-footer__grid {
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  }

  .fs-site-footer nav {
    justify-content: flex-end;
  }

  .feetshows-section-blog .ast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .fs-shell,
  .feetshows-section-blog .ast-container {
    padding-inline: 28px;
  }

  .feetshows-section-blog .ast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 419px) {
  .fs-site-header__inner {
    gap: 10px;
  }

  .fs-brand__name {
    display: none;
  }

  .fs-site-nav {
    font-size: 0.78rem;
    gap: 12px;
  }
}
