/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidget img.svg{object-fit:contain;width:100%;height:100%}
.graphicWidget .svg[data-icon-mask]{display:block;aspect-ratio:1;width:100%;height:100%;color:#000;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}
.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
@charset "UTF-8";
/* ===================================================
   SFS Event Listing — Dark Cinema Theme
   =================================================== */
.widget-cc21ac {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #000000;
  color: #e0e0e0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.sfs-widget {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 48px 48px;
  overflow: visible;
}

/* ─── Screen-reader only utility ─────────────── */
.sfs-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Live region — visually hidden, readable by screen readers */
.sfs-sr-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── Global focus style ─────────────────────── */
/* Remove default outline and replace with a high-contrast
   yellow ring that matches the brand colour */
:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Suppress focus ring for mouse users only */
:focus:not(:focus-visible) {
  outline: none;
}

/* ─── Search Bar ─────────────────────────────── */
.sfs-search-row {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 48px;
}

.sfs-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background: #1c1c1c;
  border: 1px solid #2e2e2e;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.sfs-search-wrap:focus-within {
  border-color: #fed108;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(254, 209, 8, 0.12);
}

.sfs-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: #666;
  pointer-events: none;
  flex-shrink: 0;
}

.sfs-search-input {
  flex: 1;
  height: 52px;
  padding: 0 16px 0 48px;
  font-size: 0.95rem;
  color: #ddd;
  background: transparent;
  border: none;
  outline: none;
}

/* Override global focus-visible for the input so the
   wrapper glow acts as the focus indicator instead */
.sfs-search-input:focus-visible {
  outline: none;
}

.sfs-search-input::placeholder {
  color: #555;
}

.sfs-search-btn {
  flex-shrink: 0;
  height: 38px;
  margin: 7px 7px 7px 0;
  padding: 0 22px;
  background: #fed108;
  color: #000;
  border: none;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  letter-spacing: 0.2px;
}

.sfs-search-btn:hover {
  background: #e6bc00;
  box-shadow: 0 4px 14px rgba(254, 209, 8, 0.35);
  transform: translateY(-1px);
}

.sfs-search-btn:active {
  transform: scale(0.96) translateY(0);
  box-shadow: none;
}

.sfs-search-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Ripple effect on search button */
.sfs-search-btn .sfs-btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  transform: scale(0);
  animation: sfs-ripple 0.5s linear;
  pointer-events: none;
}

@keyframes sfs-ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
/* ─── Filter Bar ─────────────────────────────── */
.sfs-filter-bar {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 32px;
}

/* Row 1: pills */
.sfs-filter-row--pills {
  padding: 14px 0;
  border-bottom: 1px solid #1e1e1e;
}

/* Row 2: type pills + date dropdown */
.sfs-filter-row--type {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #1e1e1e;
  padding: 12px 0;
}

/* Pills track takes remaining space */
.sfs-pills-track {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.sfs-category-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
  padding: 2px 0;
}

.sfs-pill {
  flex-shrink: 0;
  height: 34px;
  padding: 0 16px;
  background: transparent;
  border: 1.5px solid #2e2e2e;
  border-radius: 50px;
  color: #aaa;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s, transform 0.15s;
  outline: none;
}

.sfs-pill:hover {
  border-color: #555;
  color: #fff;
  transform: translateY(-1px);
}

.sfs-pill:active {
  transform: scale(0.95);
}

.sfs-pill:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
}

.sfs-pill-active {
  background: #fed108;
  border-color: #fed108;
  color: #000;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(254, 209, 8, 0.3);
}

/* Pill "pop" animation when activated */
@keyframes sfs-pill-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sfs-pill-active {
  animation: sfs-pill-pop 0.25s ease-out;
}

/* ─── Dropdown ───────────────────────────────── */
.sfs-dropdown-wrap {
  position: relative;
}

.sfs-ctrl-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  background: #141414;
  border: 1.5px solid #2a2a2a;
  border-radius: 50px;
  color: #bbb;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s;
  outline: none;
}

.sfs-ctrl-btn:hover,
.sfs-ctrl-btn.open {
  border-color: #444;
  color: #eee;
}

.sfs-ctrl-btn:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
}

.sfs-ctrl-icon {
  width: 14px;
  height: 14px;
  color: #777;
  flex-shrink: 0;
}

.sfs-ctrl-chevron {
  width: 13px;
  height: 13px;
  color: #666;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.sfs-ctrl-btn.open .sfs-ctrl-chevron {
  transform: rotate(180deg);
}

/* Dropdown Panels */
.sfs-dropdown-panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  z-index: 300;
  min-width: 190px;
  overflow: hidden;
  padding: 6px;
  transform-origin: top left;
}

@keyframes sfs-dropdown-in {
  from {
    opacity: 0;
    transform: scaleY(0.85) translateY(-6px);
  }
  to {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.sfs-dropdown-panel.open {
  display: block;
  animation: sfs-dropdown-in 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sfs-dp-option {
  padding: 10px 14px;
  font-size: 0.875rem;
  color: #bbb;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.14s, color 0.14s, transform 0.12s;
  white-space: nowrap;
}

.sfs-dp-option:hover {
  transform: translateX(3px);
}

.sfs-dp-option:hover {
  background: #262626;
  color: #eee;
}

.sfs-dp-option:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: -2px;
  background: #262626;
  color: #eee;
}

.sfs-dp-option.sfs-dp-active {
  background: #fed108;
  color: #000;
  font-weight: 600;
}

/* Location panel */
.sfs-location-panel {
  min-width: 220px;
}

.sfs-check-list {
  max-height: 280px;
  overflow-y: auto;
}

.sfs-check-list::-webkit-scrollbar {
  width: 4px;
}

.sfs-check-list::-webkit-scrollbar-track {
  background: #111;
}

.sfs-check-list::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}

.sfs-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.12s;
  user-select: none;
}

.sfs-check-item:hover {
  background: #222;
}

.sfs-check-item input[type=checkbox] {
  display: none;
}

.sfs-check-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid #444;
  border-radius: 4px;
  background: transparent;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  transition: all 0.15s;
}

.sfs-check-box.checked {
  background: #fed108;
  border-color: #fed108;
}

.sfs-check-label-text {
  font-size: 0.85rem;
  color: #bbb;
  line-height: 1.3;
}

/* Results count */
.sfs-results-count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
}

.sfs-results-count svg {
  width: 14px;
  height: 14px;
  color: #555;
}

/* ─── Section Header ─────────────────────────── */
.sfs-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}

.sfs-section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.3px;
}

.sfs-found-count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
}

.sfs-found-count svg {
  width: 14px;
  height: 14px;
}

/* ─── Loading ────────────────────────────────── */
.sfs-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
}

.sfs-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid #222;
  border-top-color: #fed108;
  border-radius: 50%;
  animation: sfs-spin 0.7s linear infinite;
}

@keyframes sfs-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ─── Grid ───────────────────────────────────── */
.sfs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  align-items: stretch;
  width: 100%;
}

/* ─── Card ───────────────────────────────────── */
.sfs-card {
  --sfs-card-shadow-color: rgba(0,0,0,0.5);
  --sfs-card-shadow-blur: 20px;
  --sfs-card-shadow-spread: 0px;
  background: #181818;
  border: 1px solid #252525;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px var(--sfs-card-shadow-blur) var(--sfs-card-shadow-spread) var(--sfs-card-shadow-color);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.22s;
  cursor: pointer;
  will-change: transform;
}

.sfs-card:hover {
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(254, 209, 8, 0.08);
  border-color: #383838;
}

/* Card focus — keyboard users see a clear ring around the whole card */
.sfs-card:focus-within {
  border-color: #fed108;
  box-shadow: 0 0 0 2px rgba(254, 209, 8, 0.5);
}

/* Card entry animation */
@keyframes sfs-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.sfs-card {
  animation: sfs-card-in 0.35s ease-out both;
}

/* Card image */
.sfs-card-img-wrap {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #1e1e1e;
  flex-shrink: 0;
  position: relative;
}

.sfs-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.sfs-card:hover .sfs-card-image {
  transform: scale(1.07);
}

.sfs-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #222 0%, #181818 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sfs-card-img-placeholder svg {
  width: 48px;
  height: 48px;
  color: #333;
}

/* FREE badge on image */
.sfs-free-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fed108;
  color: #000;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
}

/* Promo Code badge on image (Image B — shown when URL contains "outseta") */
.sfs-promo-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #cc0000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  animation: sfs-badge-enter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* Card body */
.sfs-card-body {
  padding: 16px 18px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

/* Badge row (supports multiple badges) */
.sfs-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Category badge — pill shown before the Type badge */
.sfs-category-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: transparent;
  border: 1.5px solid #fed108;
  color: #fed108;
  width: fit-content;
  white-space: nowrap;
}

/* Type badge */
.sfs-type-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #fed108;
  color: #000;
  width: fit-content;
}

.sfs-type-badge.t-screening {
  background: #b8860b;
}

.sfs-type-badge.t-workshop {
  background: #1a6faf;
}

.sfs-type-badge.t-exhibition {
  background: #7b3fa0;
}

.sfs-type-badge.t-talk {
  background: #148a74;
}

.sfs-type-badge.t-concert {
  background: #8b1a7a;
}

/* Card title */
.sfs-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.835rem;
}

/* Meta rows — show only date and venue; hide extras for uniform card */
.sfs-card-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Hide extra meta rows beyond the first two (date + venue) */
.sfs-card-meta .sfs-meta-row:nth-child(n+3) {
  display: none;
}

.sfs-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.4;
}

.sfs-meta-row svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #666;
}

/* Description — hidden for uniform card height */
.sfs-card-desc {
  display: none;
}

/* Tags — hidden for uniform card height */
.sfs-card-tags {
  display: none;
}

.sfs-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 500;
  background: #202020;
  color: #888;
  border: 1px solid #2a2a2a;
  white-space: nowrap;
}

/* Card footer */
.sfs-card-footer {
  padding: 0 18px 18px;
  margin-top: auto;
  flex-shrink: 0;
}

.sfs-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  background: #1c1c1c;
  border: 1.5px solid #2e2e2e;
  border-radius: 50px;
  color: #ccc;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s, transform 0.15s;
  overflow: hidden;
  position: relative;
}

.sfs-card-cta:hover {
  background: #252525;
  border-color: #444;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.sfs-card-cta:active {
  transform: scale(0.97);
  box-shadow: none;
}

.sfs-card-cta:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
  background: #252525;
  border-color: #444;
  color: #fff;
}

/* Arrow slides on hover */
.sfs-card-cta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.22s;
}

.sfs-card-cta:hover svg,
.sfs-card-cta:focus-visible svg {
  transform: translateX(4px);
}

/* ─── No Results ─────────────────────────────── */
.sfs-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 100px 20px;
  color: #555;
  font-size: 0.95rem;
  text-align: center;
}

.sfs-no-results svg {
  width: 56px;
  height: 56px;
  color: #333;
}

/* ─── Pagination ─────────────────────────────── */
.sfs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 12px;
  padding-bottom: 8px;
}

.sfs-page-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border: 1.5px solid #282828;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.2s, transform 0.15s;
}

.sfs-page-btn:hover:not(:disabled) {
  background: #222;
  border-color: #444;
  transform: scale(1.1);
}

.sfs-page-btn:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
}

.sfs-page-btn:active:not(:disabled) {
  transform: scale(0.92);
}

.sfs-page-btn:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.sfs-page-btn svg {
  width: 15px;
  height: 15px;
  color: #999;
}

.sfs-page-numbers {
  display: flex;
  gap: 5px;
}

.sfs-page-num {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  background: #181818;
  border: 1.5px solid #282828;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  color: #888;
  transition: all 0.2s, transform 0.15s;
}

.sfs-page-num:hover {
  background: #222;
  border-color: #444;
  color: #eee;
  transform: scale(1.1);
}

.sfs-page-num:focus-visible {
  outline: 2px solid #fed108;
  outline-offset: 3px;
}

.sfs-page-num:active {
  transform: scale(0.92);
}

.sfs-page-num.active {
  background: #fed108;
  color: #000;
  border-color: #fed108;
}

/* ─── Responsive ─────────────────────────────── */
/* ── Desktop: 4 columns (default) ── */
.sfs-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ── Tablet landscape: 3 columns (1081px – 1280px) ── */
@media (min-width: 1081px) and (max-width: 1280px) {
  .sfs-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .sfs-widget {
    padding: 0 32px 48px;
  }
}
/* ── Tablet: 2 columns (601px – 1080px) ── */
@media (min-width: 601px) and (max-width: 1080px) {
  .sfs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .sfs-widget {
    padding: 0 24px 36px;
  }
  .sfs-section-title {
    font-size: 1.4rem;
  }
}
/* ── Mobile: 1 column (≤ 600px) ── */
@media (max-width: 600px) {
  .sfs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sfs-widget {
    padding: 0 16px 28px;
  }
  .sfs-section-title {
    font-size: 1.25rem;
  }
  /* ── Filter pills ── */
  .sfs-filter-row--pills {
    padding: 16px 0;
  }
  .sfs-category-pills {
    gap: 10px;
  }
  .sfs-pill {
    height: 38px;
    padding: 0 20px;
    font-size: 0.875rem;
  }
  /* ── Type row: pills flex left, date button right, Discount wraps ── */
  .sfs-filter-row--type {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
  }
  .sfs-filter-row--type .sfs-pills-track {
    flex: 1;
    min-width: 0;
  }
  .sfs-filter-row--type .sfs-type-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sfs-filter-row--type .sfs-dropdown-wrap {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 1px;
  }
  /* ── Search bar ── */
  .sfs-search-row {
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .sfs-search-wrap {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 10px;
    gap: 8px;
    height: auto;
  }
  .sfs-search-icon {
    top: 26px;
    left: 24px;
  }
  .sfs-search-input {
    height: 44px;
    padding: 0 16px 0 44px;
    font-size: 0.95rem;
  }
  .sfs-search-btn {
    width: 100%;
    height: 44px;
    margin: 0;
    border-radius: 12px;
    font-size: 0.95rem;
    padding: 0;
  }
  /* ── Pagination ── */
  .sfs-pagination {
    flex-wrap: wrap;
    gap: 4px;
  }
}
/* ─── Scroll-reveal: cards start invisible, JS adds .sfs-visible ── */
.sfs-card {
  opacity: 0;
  transform: translateY(22px) scale(0.97);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, border-color 0.22s;
}

.sfs-card.sfs-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Override the old always-on keyframe animation — scroll-reveal handles entry */
.sfs-card {
  animation: none;
}

/* ─── Search icon wobble on typing ──────────────────────────── */
@keyframes sfs-icon-wobble {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  20% {
    transform: translateY(-50%) rotate(-12deg) scale(1.15);
  }
  50% {
    transform: translateY(-50%) rotate(8deg) scale(1.1);
  }
  75% {
    transform: translateY(-50%) rotate(-5deg) scale(1.05);
  }
  100% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
}
.sfs-search-icon.sfs-wobble {
  animation: sfs-icon-wobble 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* ─── Pill shimmer sweep on activation ──────────────────────── */
@keyframes sfs-pill-shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.sfs-pill-active.sfs-shimmer {
  background-image: linear-gradient(105deg, #fed108 0%, #fff4a0 40%, #fed108 60%, #fed108 100%);
  background-size: 200% auto;
  animation: sfs-pill-shimmer 0.55s ease-out forwards, sfs-pill-pop 0.25s ease-out;
}

/* ─── Filter bar flash when results update ──────────────────── */
@keyframes sfs-bar-flash {
  0% {
    border-color: #1e1e1e;
  }
  30% {
    border-color: rgba(254, 209, 8, 0.45);
  }
  100% {
    border-color: #1e1e1e;
  }
}
.sfs-filter-bar.sfs-flash {
  animation: sfs-bar-flash 0.55s ease-out;
}

/* ─── Empty search shake ─────────────────────────────────────── */
@keyframes sfs-shake {
  0%, 100% {
    transform: translateX(0);
  }
  18% {
    transform: translateX(-6px);
  }
  36% {
    transform: translateX(6px);
  }
  54% {
    transform: translateX(-4px);
  }
  72% {
    transform: translateX(4px);
  }
  90% {
    transform: translateX(-2px);
  }
}
.sfs-search-wrap.sfs-shake {
  animation: sfs-shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* ─── Dropdown option stagger ────────────────────────────────── */
@keyframes sfs-opt-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sfs-dropdown-panel.open .sfs-dp-option {
  opacity: 0;
  animation: sfs-opt-in 0.2s ease-out forwards;
}

.sfs-dropdown-panel.open .sfs-dp-option:nth-child(1) {
  animation-delay: 0.04s;
}

.sfs-dropdown-panel.open .sfs-dp-option:nth-child(2) {
  animation-delay: 0.08s;
}

.sfs-dropdown-panel.open .sfs-dp-option:nth-child(3) {
  animation-delay: 0.12s;
}

.sfs-dropdown-panel.open .sfs-dp-option:nth-child(4) {
  animation-delay: 0.16s;
}

.sfs-dropdown-panel.open .sfs-dp-option:nth-child(5) {
  animation-delay: 0.2s;
}

/* ─── CTA button magnetic glow ───────────────────────────────── */
.sfs-card-cta {
  --cta-glow-x: 50%;
  --cta-glow-y: 50%;
}

.sfs-card-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle 60px at var(--cta-glow-x) var(--cta-glow-y), rgba(254, 209, 8, 0.18) 0%, transparent 75%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.sfs-card-cta:hover::after {
  opacity: 1;
}

/* ─── FREE badge entrance pop ────────────────────────────────── */
@keyframes sfs-badge-enter {
  0% {
    transform: scale(0) rotate(-15deg);
    opacity: 0;
  }
  65% {
    transform: scale(1.2) rotate(4deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.sfs-free-badge {
  animation: sfs-badge-enter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both, sfs-badge-pulse 2.2s ease-in-out 0.5s infinite;
}

/* ─── Section title count number tick ───────────────────────── */
@keyframes sfs-count-tick {
  0% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sfs-found-count.sfs-tick {
  animation: sfs-count-tick 0.28s ease-out both;
}

/* ─── Reduced motion ─────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  /* Keep cards visible even without animation */
  .sfs-card {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ─── FREE badge pulse ───────────────────────── */
@keyframes sfs-badge-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(254, 209, 8, 0.45);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(254, 209, 8, 0);
  }
}
.sfs-free-badge {
  animation: sfs-badge-pulse 2.2s ease-in-out infinite;
}

/* ─── Found count fade-in ────────────────────── */
@keyframes sfs-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sfs-found-count {
  animation: sfs-fade-in 0.3s ease-out both;
}

/* ─── Loading spinner pulse ──────────────────── */
@keyframes sfs-spin {
  to {
    transform: rotate(360deg);
  }
}
.sfs-spinner {
  animation: sfs-spin 0.7s linear infinite, sfs-spinner-glow 1.4s ease-in-out infinite;
}

@keyframes sfs-spinner-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(254, 209, 8, 0);
  }
  50% {
    box-shadow: 0 0 14px 2px rgba(254, 209, 8, 0.3);
  }
}
/* ─── Search icon shift on focus ─────────────── */
.sfs-search-wrap:focus-within .sfs-search-icon {
  color: #fed108;
  transition: color 0.25s;
}

/* ─── Ctrl button hover ──────────────────────── */
.sfs-ctrl-btn {
  transition: all 0.2s, transform 0.15s;
}

.sfs-ctrl-btn:hover,
.sfs-ctrl-btn.open {
  transform: translateY(-1px);
}

/* ─── Shared ripple span (search btn & CTA) ──── */
.sfs-btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  transform: scale(0);
  animation: sfs-ripple 0.55s linear forwards;
  pointer-events: none;
}

/* ─── Active page highlight pop ──────────────── */
@keyframes sfs-page-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
.sfs-page-num.active {
  animation: sfs-page-pop 0.25s ease-out;
}
