@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,700..900;1,9..144,700..900&display=swap');

/* ==========================================================================
   Wichita Life Elementor Pro Suite Stylesheet v6.1.0
   Signature Retro Neo-Brutalist & Editorial Magazine Aesthetics
   ========================================================================== */

:root {
  --wl-cream: #f4efe6;
  --wl-cream-dark: #f3ece0;
  --wl-navy: #273b29;
  --wl-navy-light: #344d37;
  --wl-navy-dark: #1b291d;
  --wl-red: #c85e2d;
  --wl-red-dark: #b34f22;
  --wl-yellow: #df9f56;
  --wl-yellow-dark: #cf8b40;
  --wl-blue: #3d5a45;
  --wl-blue-light: #4e7058;
  --wl-teal: #2a9d8f;
  --wl-white: #ffffff;
  --wl-gray-50: #fbfaf8;
  --wl-gray-100: #eae3d5;
  --wl-gray-200: #dfd7c7;
  --wl-gray-300: #c8beac;
  --wl-gray-600: #6b7280;
  --wl-gray-700: #374151;

  --wl-font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --wl-font-display: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --wl-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --wl-border-width: 2.5px;
  --wl-border: 2.5px solid var(--wl-navy);
  --wl-border-sm: 1.5px solid var(--wl-navy);
  --wl-radius-sm: 8px;
  --wl-radius-md: 14px;
  --wl-radius-lg: 22px;
  --wl-radius-xl: 30px;
  --wl-radius-full: 9999px;

  --wl-shadow-sm: 2px 2px 0px var(--wl-navy);
  --wl-shadow-md: 4px 4px 0px var(--wl-navy);
  --wl-shadow-lg: 6px 6px 0px var(--wl-navy);
  --wl-shadow-xl: 8px 8px 0px var(--wl-navy);
  --wl-transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   RESET & THEME OVERRIDES (CRITICAL CASCADE FIXES)
   ========================================================================== */
#colophon.site-footer,
.ast-footer-copyright,
.site-below-footer-wrap {
  display: none !important;
}

.wl-wp-wrapper,
.wl-header,
.wl-footer,
.elementor-widget-wl_header_widget,
.elementor-widget-wl_footer_widget,
.elementor-widget-wl_hero_carousel,
.elementor-widget-wl_ticker,
.elementor-widget-wl_stories_grid,
.elementor-widget-wl_events_agenda,
.elementor-widget-wl_neighborhood_guides,
.elementor-widget-wl_podcast_player,
.elementor-widget-wl_merch_shop,
.elementor-widget-wl_newsletter_hero,
.elementor-widget-wl_newsletter_archive {
  font-family: var(--wl-font-body);
  color: var(--wl-navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.wl-wp-wrapper *,
.wl-header *,
.wl-footer *,
.wl-hero-section *,
.wl-events-card * {
  box-sizing: border-box;
}

h1, h2, h3, h4, .wl-display {
  font-family: var(--wl-font-serif), var(--wl-font-display);
  font-weight: 900;
  color: var(--wl-navy);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

/* ==========================================================================
   FLAWLESS SUBSCRIPTION PILL FORM (CASCADE-PROOF FIX FOR USER SCREENSHOT)
   ========================================================================== */
.wl-hero-form,
form.wl-hero-form,
.elementor-widget form.wl-hero-form,
[data-wl-hero-form] {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 620px !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 2.5px solid #273b29 !important;
  border-radius: 9999px !important;
  box-shadow: 4px 4px 0px #273b29 !important;
  padding: 6px 6px 6px 24px !important;
  box-sizing: border-box !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.wl-hero-form:focus-within,
form.wl-hero-form:focus-within {
  transform: translateY(-2px) !important;
  box-shadow: 6px 6px 0px #273b29 !important;
}

/* The Email Input - ZERO borders, NO gray rectangle, NO box-shadow */
.wl-hero-form input[type="email"],
.wl-hero-form input.wl-hero-input,
form.wl-hero-form input,
.elementor-widget form.wl-hero-form input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #273b29 !important;
  padding: 0.6rem 0.5rem 0.6rem 0 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.wl-hero-form input::placeholder,
form.wl-hero-form input::placeholder {
  color: #8b95a5 !important;
  opacity: 0.85 !important;
  font-weight: 500 !important;
}

/* The Submit Button - Signature Strawberry Red Pill with Neo-brutalist Border */
.wl-hero-form button[type="submit"],
.wl-hero-form .wl-btn,
form.wl-hero-form button,
.elementor-widget form.wl-hero-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #c85e2d !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.85rem 1.95rem !important;
  border: 2px solid #273b29 !important;
  border-radius: 9999px !important;
  box-shadow: 2px 2px 0px #273b29 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: 1 !important;
}

.wl-hero-form button[type="submit"]:hover,
form.wl-hero-form button:hover {
  background-color: #b34f22 !important;
  transform: translate(-1px, -1px) !important;
  box-shadow: 3.5px 3.5px 0px #273b29 !important;
}

.wl-hero-form button[type="submit"]:active,
form.wl-hero-form button:active {
  transform: translate(1px, 1px) !important;
  box-shadow: 1px 1px 0px #273b29 !important;
}

/* Newsletter Page Hero Form (Strawberry Red Background) */
.wl-newsletter-hero-form,
form[data-wl-nl-form] {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 580px !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 2.5px solid #273b29 !important;
  border-radius: 9999px !important;
  box-shadow: 6px 6px 0px #273b29 !important;
  padding: 6px 6px 6px 24px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.wl-newsletter-hero-form input,
form[data-wl-nl-form] input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #273b29 !important;
  padding: 0.6rem 0.5rem 0.6rem 0 !important;
  margin: 0 !important;
}

.wl-newsletter-hero-form button,
form[data-wl-nl-form] button {
  background-color: #df9f56 !important;
  color: #273b29 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.85rem 1.95rem !important;
  border: 2px solid #273b29 !important;
  border-radius: 9999px !important;
  box-shadow: 2px 2px 0px #273b29 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.wl-newsletter-hero-form button:hover,
form[data-wl-nl-form] button:hover {
  background-color: #cf8b40 !important;
  transform: translate(-1px, -1px) !important;
  box-shadow: 3.5px 3.5px 0px #273b29 !important;
}

/* ==========================================================================
   BUTTONS & BADGES
   ========================================================================== */
.wl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--wl-font-display);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.75rem;
  border-radius: var(--wl-radius-full);
  border: var(--wl-border);
  box-shadow: var(--wl-shadow-md);
  text-decoration: none !important;
  cursor: pointer;
  transition: var(--wl-transition);
  position: relative;
  white-space: nowrap;
}

.wl-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--wl-shadow-lg);
}

.wl-btn:active {
  transform: translate(1px, 1px);
  box-shadow: var(--wl-shadow-sm);
}

.wl-btn-red {
  background-color: var(--wl-red) !important;
  color: var(--wl-white) !important;
}
.wl-btn-red:hover {
  background-color: var(--wl-red-dark) !important;
}

.wl-btn-yellow {
  background-color: var(--wl-yellow) !important;
  color: var(--wl-navy) !important;
}
.wl-btn-yellow:hover {
  background-color: var(--wl-yellow-dark) !important;
}

.wl-btn-navy {
  background-color: var(--wl-navy) !important;
  color: var(--wl-white) !important;
}
.wl-btn-navy:hover {
  background-color: var(--wl-navy-light) !important;
}

.wl-btn-ghost {
  background-color: var(--wl-white) !important;
  color: var(--wl-navy) !important;
}
.wl-btn-ghost:hover {
  background-color: var(--wl-cream-dark) !important;
}

.wl-btn-ghost-dark {
  background-color: rgba(255, 255, 255, 0.14) !important;
  color: var(--wl-white) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  box-shadow: 2.5px 2.5px 0px rgba(0, 0, 0, 0.35) !important;
}
.wl-btn-ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.26) !important;
}

/* Pills & Stickers */
.wl-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--wl-font-display);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.95rem;
  border-radius: var(--wl-radius-full);
  border: var(--wl-border);
  box-shadow: var(--wl-shadow-sm);
  background-color: var(--wl-white);
  color: var(--wl-navy);
  text-decoration: none;
}

.wl-pill-red { background-color: var(--wl-red) !important; color: var(--wl-white) !important; }
.wl-pill-yellow { background-color: var(--wl-yellow) !important; color: var(--wl-navy) !important; }
.wl-pill-blue { background-color: var(--wl-blue) !important; color: var(--wl-white) !important; }
.wl-pill-teal { background-color: var(--wl-teal) !important; color: var(--wl-white) !important; }

.wl-sticker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--wl-font-display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 0.45rem 1.15rem;
  border: var(--wl-border);
  border-radius: var(--wl-radius-md);
  box-shadow: var(--wl-shadow-sm);
  transform: rotate(-1.5deg);
  transition: var(--wl-transition);
}

.wl-sticker:hover {
  transform: rotate(0deg) scale(1.03);
}

/* Avatar Stack */
.wl-avatar-stack {
  display: inline-flex;
  align-items: center;
}

.wl-avatar-stack img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--wl-white);
  margin-left: -10px;
  object-fit: cover;
}

.wl-avatar-stack img:first-child {
  margin-left: 0;
}

/* ==========================================================================
   STICKY HEADER
   ========================================================================== */
.wl-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: rgba(252, 248, 242, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: var(--wl-border);
  width: 100%;
}

.wl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 2rem;
  max-width: 1380px;
  margin: 0 auto;
}

.wl-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--wl-font-display);
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: var(--wl-navy) !important;
  text-decoration: none !important;
}

.wl-logo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--wl-red);
  color: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-md);
  box-shadow: var(--wl-shadow-sm);
  transition: var(--wl-transition);
}

.wl-logo:hover .wl-logo-badge {
  transform: rotate(-6deg) scale(1.05);
}

.wl-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.wl-nav-link {
  font-family: var(--wl-font-display);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.48rem 1rem;
  color: var(--wl-navy) !important;
  text-decoration: none !important;
  border-radius: var(--wl-radius-full);
  transition: var(--wl-transition);
}

.wl-nav-link:hover,
.wl-nav-link.active {
  background-color: var(--wl-navy);
  color: var(--wl-white) !important;
  transform: translateY(-1px);
}

.wl-header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.wl-search-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--wl-white);
  border: var(--wl-border);
  box-shadow: var(--wl-shadow-sm);
  border-radius: var(--wl-radius-full);
  padding: 0.52rem 1.15rem;
  font-family: var(--wl-font-display);
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--wl-navy);
  cursor: pointer;
  transition: var(--wl-transition);
}

.wl-search-btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: var(--wl-shadow-md);
  background-color: var(--wl-yellow);
}

.wl-menu-toggle {
  display: none;
  background: var(--wl-white);
  border: var(--wl-border);
  box-shadow: var(--wl-shadow-sm);
  border-radius: var(--wl-radius-md);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ==========================================================================
   COMMUNITY TICKER (MARQUEE)
   ========================================================================== */
.wl-ticker-wrapper {
  background-color: var(--wl-yellow);
  border-top: var(--wl-border);
  border-bottom: var(--wl-border);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.85rem 0;
  display: flex;
  user-select: none;
}

.wl-ticker-inner {
  display: flex;
  gap: 3.5rem;
  animation: wlTickerScroll 30s linear infinite;
}

.wl-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--wl-font-display);
  font-weight: 900;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wl-navy);
}

@keyframes wlTickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   HERO CAROUSEL SECTION
   ========================================================================== */
.wl-hero-section {
  padding: 4rem 2rem 4.5rem;
  max-width: 1380px;
  margin: 0 auto;
}

.wl-hero-top {
  max-width: 860px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.wl-hero-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.wl-hero-title {
  font-size: clamp(2.5rem, 5.8vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
  color: var(--wl-navy);
  line-height: 1.1;
}

.wl-hero-subtitle {
  font-size: clamp(1.1rem, 2.1vw, 1.32rem);
  color: var(--wl-navy);
  max-width: 680px;
  margin: 0 auto 2.5rem;
  opacity: 0.9;
  line-height: 1.65;
}

.wl-hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--wl-navy);
  opacity: 0.82;
  flex-wrap: wrap;
}

/* CAROUSEL CONTAINER */
.wl-carousel-container {
  position: relative;
  background-color: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-xl);
  box-shadow: var(--wl-shadow-xl);
  overflow: hidden;
  margin-top: 1rem;
}

.wl-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.wl-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-height: 490px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: stretch;
}

.wl-slide-content {
  padding: 3.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--wl-white);
  z-index: 2;
}

.wl-slide-media {
  position: relative;
  background-size: cover;
  background-position: center;
  border-left: var(--wl-border);
  min-height: 390px;
  overflow: hidden;
}

.wl-slide-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21,39,66,0.08) 0%, rgba(21,39,66,0.65) 100%);
}

.wl-slide-media-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 5;
}

.wl-carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: var(--wl-radius-full);
  background-color: var(--wl-white);
  border: var(--wl-border);
  box-shadow: var(--wl-shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--wl-transition);
}

.wl-carousel-nav-btn:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: var(--wl-shadow-lg);
  background-color: var(--wl-yellow);
}

.wl-carousel-prev { left: 1.5rem; }
.wl-carousel-next { right: 1.5rem; }

.wl-carousel-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 3.8rem;
  display: flex;
  gap: 0.65rem;
  z-index: 10;
}

.wl-dot {
  width: 14px;
  height: 14px;
  border-radius: var(--wl-radius-full);
  border: var(--wl-border-sm);
  background-color: var(--wl-gray-200);
  cursor: pointer;
  transition: var(--wl-transition);
}

.wl-dot.active {
  width: 42px;
  background-color: var(--wl-navy);
}

/* ==========================================================================
   SECTIONS & GRIDS
   ========================================================================== */
.wl-section {
  padding: 5rem 2rem;
  max-width: 1380px;
  margin: 0 auto;
}

.wl-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.wl-eyebrow {
  display: inline-block;
  font-family: var(--wl-font-display);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wl-red);
  margin-bottom: 0.6rem;
}

.wl-section-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--wl-navy);
  margin: 0 0 0.6rem;
  letter-spacing: -0.03em;
}

.wl-section-desc {
  font-size: 1.1rem;
  color: var(--wl-gray-700);
  max-width: 640px;
  margin: 0;
  line-height: 1.6;
}

.wl-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.25rem;
}

/* CARDS */
.wl-card {
  background-color: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-lg);
  box-shadow: var(--wl-shadow-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--wl-transition);
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
}

.wl-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--wl-shadow-lg);
}

.wl-card-image {
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: center;
  border-bottom: var(--wl-border);
  overflow: hidden;
}

.wl-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wl-card:hover .wl-card-image img {
  transform: scale(1.06);
}

.wl-card-body {
  padding: 1.85rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wl-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--wl-gray-600);
  margin-bottom: 0.75rem;
}

.wl-card-title {
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: 0.75rem;
  color: var(--wl-navy);
}

.wl-card-excerpt {
  font-size: 0.98rem;
  color: var(--wl-gray-700);
  line-height: 1.6;
  margin-bottom: 1.6rem;
  flex: 1;
}

.wl-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: var(--wl-border-sm);
  padding-top: 1.15rem;
  font-family: var(--wl-font-display);
  font-weight: 900;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wl-navy);
}

/* ==========================================================================
   EVENTS AGENDA
   ========================================================================== */
.wl-events-card {
  background-color: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-xl);
  box-shadow: var(--wl-shadow-lg);
  padding: 2.8rem;
}

.wl-filter-chips {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.wl-chip {
  padding: 0.55rem 1.25rem;
  border-radius: var(--wl-radius-full);
  border: var(--wl-border);
  background-color: var(--wl-white);
  font-family: var(--wl-font-display);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: var(--wl-transition);
}

.wl-chip:hover,
.wl-chip.active {
  background-color: var(--wl-navy);
  color: var(--wl-white);
  transform: translateY(-2px);
  box-shadow: var(--wl-shadow-sm);
}

.wl-events-list {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.wl-event-item {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.45rem 1.75rem;
  border: var(--wl-border);
  border-radius: var(--wl-radius-md);
  background-color: var(--wl-gray-50);
  box-shadow: var(--wl-shadow-sm);
  transition: var(--wl-transition);
  text-decoration: none !important;
  color: inherit !important;
}

.wl-event-item:hover {
  background-color: var(--wl-white);
  transform: translate(-2px, -2px);
  box-shadow: var(--wl-shadow-md);
}

.wl-event-datebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--wl-yellow);
  border: var(--wl-border);
  border-radius: var(--wl-radius-sm);
  padding: 0.6rem 0.5rem;
  text-align: center;
  box-shadow: var(--wl-shadow-sm);
}

.wl-event-month {
  font-family: var(--wl-font-display);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--wl-navy);
}

.wl-event-day {
  font-family: var(--wl-font-display);
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1;
  color: var(--wl-navy);
}

.wl-event-weekday {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wl-navy);
  opacity: 0.85;
}

.wl-event-details h4 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 0.45rem;
  color: var(--wl-navy);
}

.wl-event-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--wl-gray-700);
}

/* ==========================================================================
   PODCAST PLAYER
   ========================================================================== */
.wl-podcast-box {
  background-color: var(--wl-navy);
  color: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-xl);
  box-shadow: var(--wl-shadow-xl);
  padding: 4rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  overflow: hidden;
}

.wl-podcast-box::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(220,91,94,0.4) 0%, rgba(21,39,66,0) 70%);
  border-radius: 50%;
}

.wl-podcast-box h2,
.wl-podcast-box h3 {
  color: var(--wl-white) !important;
}

.wl-wave-container {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 56px;
  margin: 1.5rem 0;
}

.wl-wave-bar {
  width: 6px;
  background-color: var(--wl-yellow);
  border-radius: 9999px;
  height: 20px;
  animation: wlWaveAnim 1.2s ease-in-out infinite alternate;
}

.wl-wave-bar:nth-child(2) { height: 44px; animation-delay: 0.15s; }
.wl-wave-bar:nth-child(3) { height: 54px; animation-delay: 0.3s; }
.wl-wave-bar:nth-child(4) { height: 34px; animation-delay: 0.45s; }
.wl-wave-bar:nth-child(5) { height: 50px; animation-delay: 0.2s; }
.wl-wave-bar:nth-child(6) { height: 28px; animation-delay: 0.35s; }

@keyframes wlWaveAnim {
  0% { transform: scaleY(0.35); }
  100% { transform: scaleY(1); }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.wl-footer {
  background-color: var(--wl-navy);
  color: var(--wl-white);
  border-top: var(--wl-border);
  padding: 5.5rem 2rem 2.5rem;
  width: 100%;
}

.wl-footer-container {
  max-width: 1380px;
  margin: 0 auto;
}

.wl-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr;
  gap: 4.5rem;
  margin-bottom: 4rem;
}

.wl-footer-brand p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 440px;
  margin: 1.35rem 0 1.85rem;
}

.wl-footer-socials {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.wl-footer-heading {
  font-family: var(--wl-font-display);
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wl-yellow) !important;
  margin-bottom: 1.35rem;
}

.wl-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.wl-footer-links a {
  color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  transition: var(--wl-transition);
}

.wl-footer-links a:hover {
  color: var(--wl-yellow) !important;
  transform: translateX(4px);
  display: inline-block;
}

.wl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ==========================================================================
   MODALS & DRAWERS
   ========================================================================== */
.wl-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(21, 39, 66, 0.78);
  backdrop-filter: blur(10px);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.wl-modal-overlay.active,
.wl-modal-overlay.open {
  display: flex !important;
}

.wl-modal-dialog {
  background: var(--wl-white);
  border: var(--wl-border);
  border-radius: var(--wl-radius-xl);
  box-shadow: var(--wl-shadow-xl);
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2.8rem;
  position: relative;
}

.wl-modal-close {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  width: 38px;
  height: 38px;
  border-radius: var(--wl-radius-full);
  border: var(--wl-border);
  background: var(--wl-white);
  box-shadow: var(--wl-shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  transition: var(--wl-transition);
}

.wl-modal-close:hover {
  background: var(--wl-red);
  color: #fff;
  transform: rotate(90deg);
}

.wl-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(390px, 92vw);
  height: 100vh;
  background-color: var(--wl-cream);
  border-left: var(--wl-border);
  box-shadow: -8px 0px 0px rgba(21, 39, 66, 0.25);
  z-index: 100001;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
}

.wl-mobile-drawer.active,
.wl-mobile-drawer.open {
  right: 0 !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .wl-carousel-slide {
    grid-template-columns: 1fr;
  }
  .wl-slide-media {
    border-left: none;
    border-top: var(--wl-border);
    min-height: 320px;
  }
  .wl-podcast-box {
    grid-template-columns: 1fr;
    padding: 2.8rem;
  }
  .wl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .wl-nav,
  .wl-search-label {
    display: none;
  }
  .wl-menu-toggle {
    display: flex;
  }
  .wl-hero-form,
  form.wl-hero-form {
    flex-direction: column !important;
    border-radius: var(--wl-radius-lg) !important;
    padding: 1rem !important;
    gap: 0.75rem !important;
  }
  .wl-hero-form input[type="email"],
  form.wl-hero-form input {
    padding: 0.5rem !important;
    text-align: center !important;
  }
  .wl-hero-form button[type="submit"],
  form.wl-hero-form button {
    width: 100% !important;
  }
  .wl-event-item {
    grid-template-columns: 78px 1fr;
  }
  .wl-event-item .wl-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
  .wl-footer-grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
  .wl-footer-bottom {
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
  }
}

/* ==========================================================================
   EDITORIAL RETRO HERO (WIEN WEEKLY INSPIRED)
   ========================================================================== */
.wl-editorial-hero-banner {
  background-color: #f2ece1;
  border-top: 1.5px solid rgba(21, 39, 66, 0.18);
  border-bottom: 1.5px solid rgba(21, 39, 66, 0.18);
  padding: 3.5rem 1.5rem 4rem;
  margin-bottom: 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 8px rgba(21, 39, 66, 0.03);
}

.wl-editorial-ticker-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}

.wl-editorial-ticker {
  display: flex;
  width: max-content;
  font-family: var(--wl-font-body);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #273b29;
  opacity: 0.75;
  padding: 0.6rem 0;
  animation: wlTickerScroll 35s linear infinite;
}

.wl-editorial-ticker:hover {
  animation-play-state: paused;
}

.wl-editorial-ticker-top {
  border-bottom: 1px solid rgba(21, 39, 66, 0.14);
  margin-bottom: 2.75rem;
}

.wl-editorial-ticker-bottom {
  border-top: 1px solid rgba(21, 39, 66, 0.14);
  margin-top: 3.25rem;
}

@keyframes wlTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.wl-editorial-title {
  font-family: var(--wl-font-serif) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.015em !important;
  margin: 0 auto 1.25rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.wl-editorial-brand-line1 {
  font-family: var(--wl-font-serif) !important;
  font-size: clamp(4.2rem, 13vw, 9.8rem);
  font-weight: 900 !important;
  color: #273b29 !important; /* Signature Wien Forest Green */
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-variation-settings: "opsz" 144, "wght" 900;
  line-height: 0.92;
}


.wl-editorial-brand-line2 {
  font-family: var(--wl-font-serif) !important;
  font-size: clamp(4.2rem, 13vw, 9.8rem);
  font-weight: 900 !important;
  color: #c85e2d !important; /* Signature Wien Terracotta / Rust */
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-variation-settings: "opsz" 144, "wght" 900;
  line-height: 0.92;
  margin-top: 0.02em;
}

.wl-editorial-pill-wrap {
  margin: 1.75rem auto 1.5rem;
  display: flex;
  justify-content: center;
}


.wl-editorial-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #273b29; /* Deep Wien Forest Green */
  color: #f4efe6;
  font-family: var(--wl-font-body);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.72rem 3.2rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(39, 59, 41, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wl-editorial-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(21, 39, 66, 0.22);
}

.wl-editorial-subtitle {
  font-family: var(--wl-font-body);
  font-size: clamp(1rem, 1.9vw, 1.28rem);
  font-weight: 600;
  color: #273b29;
  opacity: 0.88;
  margin: 0 auto 2.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.wl-editorial-subtitle span.wl-dot {
  color: #c85e2d;
  margin: 0 0.45rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  .wl-editorial-hero-banner {
    padding: 2.5rem 1rem 3rem;
  }
  .wl-editorial-brand-line1,
  
.wl-editorial-brand-line2 {
  font-family: var(--wl-font-serif) !important;
  font-size: clamp(4.2rem, 13vw, 9.8rem);
  font-weight: 900 !important;
  color: #c85e2d !important; /* Signature Wien Terracotta / Rust */
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-variation-settings: "opsz" 144, "wght" 900;
  line-height: 0.92;
  margin-top: 0.02em;
}
  
.wl-editorial-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #273b29; /* Deep Wien Forest Green */
  color: #f4efe6;
  font-family: var(--wl-font-body);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.72rem 3.2rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(39, 59, 41, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
  .wl-editorial-ticker-top {
    margin-bottom: 1.8rem;
  }
  .wl-editorial-ticker-bottom {
    margin-top: 2rem;
  }
}

