* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

html,
body {
  color: #212529;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

body {
  padding-top: 3.5rem;
}

#navbar-brand__logo {
  height: 1.5rem;
  width: auto;
}

/*
 * Bootstrap
 * Still Therron | Cards
 */

.card {
  margin-bottom: 3rem;
}

.card-header {
  border: none !important;
  margin-bottom: 0 !important;
  padding: 1.5rem 0 1.5rem 0 !important;
}

.card.card--gallery .card-body {
  margin: 0 auto 0 auto;
  max-width: 75ch;
  width: 100%;
}

.card-title {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 0 0 0 !important;
}

.card-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 1rem 0 0 0 !important;
}

.card-link {
  color: #c7a867;
  font-weight: 700;
  margin: 1rem 0 0 0 !important;
}

/*
 * Still Therron | Kicker
 */

.kicker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1.5rem 0;
}

.kicker__icon svg {
  height: 2rem;
  width: 2rem;
  margin: 0 1rem 0 0;
}

.kicker__text {
  font-size: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
}

/*
 * Still Therron | Paragraph
 */

.paragraph {
  color: #212529;
  line-height: 1.5;
  margin: 1.5rem auto 1.5rem auto;
  max-width: 75ch;
  width: 100%;
}

/* Size Variants */
.paragraph--sm {
  font-size: 0.875rem;
}

.paragraph--md {
  font-size: 1.25rem;
}

.paragraph--lg {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Dropcaps */
.st-paragraph--dropcaps::first-letter {
  float: left;
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.1em;
}

.list-inline {
  color: rgba(33, 37, 41, 0.5);
  font-size: 0.875rem;
  margin: 1rem 0 0 0;
}

.list-inline > li:not(:last-child)::after {
  content: "|"; /* Change this to "|" "/" "—" etc. */
  margin: 0 0.5rem;
  color: #6c757d; /* Bootstrap's text-muted color */
}
.list-inline-item:not(:last-child) {
  margin-right: 0rem !important;
}

.carousel__overlay {
  background-color: rgb(33, 37, 41, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Prevent horizontal growth */
.filmstrip-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px; /* matches padding */

  padding-inline: 16px;
  margin: 1.5rem 0 1.5rem 0;
  scrollbar-width: none;
  contain: paint; /* keeps pseudo-elements from affecting layout */
}
.filmstrip-wrapper::-webkit-scrollbar {
  display: none;
}

/* Fading edges that don't cause layout/scroll expansion */
.filmstrip-wrapper::before,
.filmstrip-wrapper::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inline-size: 40px;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
  /* don't affect layout */
}

.filmstrip-wrapper::before {
  inset-inline-start: 0;
  background: linear-gradient(
    to right,
    var(--page-bg, #fff) 0%,
    transparent 100%
  );
}
.filmstrip-wrapper::after {
  inset-inline-end: 0;
  background: linear-gradient(
    to left,
    var(--page-bg, #fff) 0%,
    transparent 100%
  );
}
.filmstrip-wrapper.fade-start::before {
  opacity: 0;
}
.filmstrip-wrapper.fade-end::after {
  opacity: 0;
}

.filmstrip-track {
  display: flex;
  gap: 12px;
  padding-block-end: 1rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  overflow-x: auto; /* keeps inner scrolling */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.filmstrip-track::-webkit-scrollbar {
  display: none;
}

/* Full-bleed card on phones without using vw */
.filmstrip-item {
  flex: 0 0 calc(100% - 32px); /* 100% minus wrapper padding */
  max-width: 400px; /* caps on larger screens */
  scroll-snap-align: center;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .filmstrip-item {
    flex-basis: min(80vw, 400px);
  } /* restore wider cards on larger viewports */
}

.filmstrip-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Progress bar unchanged */
.filmstrip-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.filmstrip-progress-fill {
  height: 100%;
  width: 0%;
  background: #0d6efd;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15); /* tiny sheen */
  transition: width 0.3s ease-out;
}

/*
 *
 *
 */

.st-poll {
  margin: 1rem 0 0 0;
}

.st-poll__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.st-poll__list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.st-poll__item {
  position: relative;
}

/* hide the native radio but keep it accessible */
.st-poll__input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* the clickable “button” */
.st-poll__option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--st-bg);
  border: 1px solid var(--st-border);
  border-radius: 14px;
  padding: 1rem 1.125rem;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, background 0.15s ease,
    transform 0.05s ease, box-shadow 0.2s ease;
}

.st-poll__option:hover {
  background: rgba(0, 0, 0, 0.02);
}

.st-poll__input:focus-visible + .st-poll__option {
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.32);
  border-color: transparent;
}

.st-poll__text {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.005em;
}

.st-poll__right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-inline-start: auto;
}

.st-poll__percent {
  display: none;
  font-variant-numeric: tabular-nums;
  color: var(--st-muted);
  font-weight: 600;
  min-width: 3ch;
  text-align: right;
}

/* tiny circular check */
.st-poll__check {
  inline-size: 1.1rem;
  block-size: 1.1rem;
  border-radius: 999px;
  border: 2px solid var(--st-border);
  position: relative;
  flex: 0 0 auto;
}

.st-poll__check::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.15s ease;
}

/* selected (pre-vote) */
.st-poll__input:checked + .st-poll__option {
  border-color: color-mix(in oklab, var(--st-primary) 55%, var(--st-border));
}

.st-poll__input:checked + .st-poll__option .st-poll__check {
  border-color: var(--st-primary);
}
.st-poll__input:checked + .st-poll__option .st-poll__check::after {
  background: var(--st-primary);
}

/* results fill bar (only visible after vote) */
.st-poll__fill {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(
    90deg,
    color-mix(in oklab, var(--st-primary) 18%, transparent) var(--percent),
    transparent var(--percent)
  );
  transition: opacity 0.2s ease;
}
.st-poll__text,
.st-poll__right {
  position: relative;
  z-index: 1;
}

/* voted state + reveal percentages */
.st-poll.has-voted .st-poll__percent {
  display: inline-block;
}
.st-poll.has-voted .st-poll__fill {
  opacity: 1;
}
.st-poll.has-voted .st-poll__option {
  cursor: default;
}
.st-poll.has-voted .st-poll__input + .st-poll__option:hover {
  background: var(--st-bg);
}

/* emphasize the option the user actually voted for (selectedOption is still bound) */
.st-poll .is-voted .st-poll__text {
  font-weight: 800;
}
.st-poll .is-voted .st-poll__check {
  border-color: var(--st-primary);
}
.st-poll .is-voted .st-poll__check::after {
  background: var(--st-primary);
}

.st-poll {
  --st-primary: #0d6efd;
  --st-border: #e9ecef;
  --st-bg: #fff;
  --st-ink: #111;
  --st-muted: #6c757d;
}

:root {
  --st-primary: #0d6efd;
}

.st-buffer {
  margin: 3rem 0 3rem; /* space between article and poll */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.st-buffer__line {
  flex: 1 1 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(13, 110, 253, 0.35) 50%,
    transparent 100%
  );
}

.st-buffer__text {
  position: relative;
  color: var(--st-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.35rem 0.75rem;
  /* soft pulse glow */
  animation: stGlow 2.4s ease-in-out infinite;
}

/*
 *  Blockquote
 */

blockquote.blockquote {
  margin: 0 auto 0 auto;
}

blockquote.blockquote {
  background-color: transparent;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
  margin: 1.5rem auto;
  max-width: 36rem;
  padding: 2rem 1rem;
  position: relative;
}

blockquote .blockquote__text {
  color: #212529;
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 1rem;
  quotes: "“" "”" "‘" "’";
}

.blockquote__source {
  color: rgba(33, 37, 41, 0.5);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  text-align: center;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  /*
     * Bootstrap
     * Still Therron | Cards
    */
  .card.isSingleColumn .card-img-overlay {
    background-color: rgb(33, 37, 41, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 0;
  }

  .card.isSingleColumn .card-body {
    max-width: 75ch;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .card.isSingleColumn .card-title,
  .card.isSingleColumn .card-subtitle,
  .card.isSingleColumn .card-link {
    color: #ffffff;
  }

  .card.isSingleColumn .card-title {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .card.isSingleColumn .card-subtitle,
  .card.isSingleColumn .card-link {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .card.isMultiColumn .card-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  /*
     * Still Therron | Kicker
     */

  .kicker__text {
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
