/**************************************************************
 * CWL — Filter Chips (White Bar • Transparent Chips)
 * Default: black text on transparent chips with subtle shadow
 * Hover/Active: black chip with white text
 **************************************************************/

/* Filter area = white */
.cwl-cat-filters{
  margin: 6px 0 10px;
  background: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}

/* Keep the separator subtle */
.cwl-cat-top{ border-bottom: 1px solid #e6e6e6; }

/* Row layout (unchanged) */
.cwl-cat-row{
  display:flex; justify-content:center; align-items:center;
  gap:8px; padding:10px 0; overflow-x:auto; overflow-y:hidden;
  -webkit-overflow-scrolling:touch; scroll-snap-type:x proximity;
  scrollbar-width:none; -ms-overflow-style:none;
}
.cwl-cat-row::-webkit-scrollbar{ display:none; }

/* Chip base — transparent with black text + outline via inset shadow */
.cwl-cat-filters .cwl-chip,
.cwl-cat-filters a.cwl-chip{
  flex:0 0 auto; white-space:nowrap; scroll-snap-align:start;
  padding:8px 14px; border:0; border-radius:999px;
  background: transparent !important;
  color:#111 !important;
  /* thin outline + faint lift */
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.55),
    0 1px 2px rgba(0,0,0,0.06);
  font-size:14px; line-height:1; text-decoration:none;
  transition: background-color .18s ease, color .18s ease,
              box-shadow .18s ease, transform .18s ease;
}

/* Hover / Focus — turn chip black, text white */
.cwl-cat-filters .cwl-chip:hover,
.cwl-cat-filters .cwl-chip:focus{
  background:#000 !important;
  color:#fff !important;
  box-shadow:
    inset 0 0 0 1px #000,
    0 4px 10px rgba(0,0,0,.22);
  outline:none;
  transform: translateY(-1px);
}

/* Active/selected state — same as hover (solid black) */
.cwl-cat-filters .cwl-chip.is-active{
  background:#000 !important;
  color:#fff !important;
  box-shadow:
    inset 0 0 0 1px #000,
    0 3px 8px rgba(0,0,0,.20);
}

/* If you’re using a “sub” row, keep it consistent */
.cwl-cat-sub .cwl-chip.is-active{
  background:#000 !important;
  color:#fff !important;
}

/* Mobile tweaks */
@media (max-width:1024px){
  .cwl-cat-row{
    justify-content:flex-start;
    mask-image:linear-gradient(to right, transparent 0, black 24px,
      black calc(100% - 24px), transparent 100%);
  }
}
@media (max-width:768px){
  .cwl-cat-filters .cwl-chip{ padding:7px 12px; font-size:13px; }
}

.cwl-saving {
  font-size: 15px;
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* ================================
   CWL CLUB LANDING PAGE STYLES
   Scoped to .cwl-club-landing
   ================================ */

.cwl-club-landing {
    --cwl-primary: #ce172b;   /* CWL red */
    --cwl-primary-dark: #b01224;
    --cwl-accent: #1eb259;    /* CWL green accent */
    --cwl-bg-light: #f9fafb;
    --cwl-bg-alt: #f3f4f6;
    --cwl-text-main: #111827;
    --cwl-text-muted: #6b7280;
    --cwl-border-soft: #e5e7eb;
    --cwl-radius-lg: 16px;
    --cwl-radius-md: 12px;
    --cwl-radius-pill: 999px;
    --cwl-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
    --cwl-shadow-strong: 0 20px 45px rgba(15, 23, 42, 0.14);
    --cwl-container-width: 1120px;
    --cwl-spacing-section: 60px;
    --cwl-spacing-section-mobile: 40px;
}

.cwl-club-landing {
    color: var(--cwl-text-main);
    font-family: inherit;
}

/* ================================
   Sections & Layout
   ================================ */

.cwl-club-landing .cwl-section {
    padding: var(--cwl-spacing-section) 16px;
}

.cwl-club-landing .cwl-section-alt {
    background: var(--cwl-bg-alt);
}

.cwl-club-landing .cwl-container {
    max-width: var(--cwl-container-width);
    margin: 0 auto;
}

/* ================================
   Typography
   ================================ */

.cwl-club-landing .cwl-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 600;
    color: var(--cwl-accent);
    margin-bottom: 12px;
}

.cwl-club-landing .cwl-heading-xl {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 16px;
}

.cwl-club-landing .cwl-heading-lg {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.cwl-club-landing .cwl-heading-md {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 8px;
}

.cwl-club-landing .cwl-subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--cwl-text-muted);
    margin-bottom: 16px;
}

.cwl-club-landing .cwl-body {
    font-size: 15px;
    line-height: 1.6;
    color: var(--cwl-text-main);
    margin-bottom: 10px;
}

.cwl-club-landing .cwl-list {
    list-style: disc;
    padding-left: 18px;
    margin: 10px 0;
}

.cwl-club-landing strong {
    font-weight: 600;
}

/* ================================
   Buttons
   ================================ */

.cwl-club-landing .cwl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 22px;
    border-radius: var(--cwl-radius-pill);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid transparent;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.15s ease;
    white-space: nowrap;
}

.cwl-club-landing .cwl-button-primary {
    background: linear-gradient(135deg, var(--cwl-primary), var(--cwl-primary-dark));
    color: #fff !important;
    border-color: transparent;
    box-shadow: var(--cwl-shadow-soft);
}

.cwl-club-landing .cwl-button-primary:hover,
.cwl-club-landing .cwl-button-primary:focus {
    background: linear-gradient(135deg, var(--cwl-primary-dark), var(--cwl-primary));
    color: #fff !important;
    box-shadow: var(--cwl-shadow-strong);
    transform: translateY(-1px);
}

.cwl-club-landing .cwl-button-ghost {
    background: #fff;
    color: var(--cwl-text-main);
    border-color: var(--cwl-border-soft);
}

.cwl-club-landing .cwl-button-ghost:hover,
.cwl-club-landing .cwl-button-ghost:focus {
    background: var(--cwl-bg-light);
    border-color: #d1d5db;
}

/* ================================
   HERO
   ================================ */

.cwl-club-landing .cwl-hero {
    position: relative;
    background: radial-gradient(circle at top left, rgba(206, 23, 43, 0.09), transparent 55%),
                radial-gradient(circle at bottom right, rgba(30, 178, 89, 0.06), transparent 55%),
                #ffffff;
    text-align: left;
}

.cwl-club-landing .cwl-hero .cwl-heading-xl {
    max-width: 680px;
}

.cwl-club-landing .cwl-hero .cwl-subtitle,
.cwl-club-landing .cwl-hero .cwl-body {
    max-width: 640px;
}

.cwl-club-landing .cwl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

/* ================================
   "How it works" Steps
   ================================ */

.cwl-club-landing .cwl-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.cwl-club-landing .cwl-step {
    background: #fff;
    border-radius: var(--cwl-radius-lg);
    padding: 18px 16px;
    border: 1px solid var(--cwl-border-soft);
    box-shadow: var(--cwl-shadow-soft);
    position: relative;
    overflow: hidden;
}

.cwl-club-landing .cwl-step-number {
    font-size: 20px;
    margin-bottom: 6px;
}

/* ================================
   Benefits Grid
   ================================ */

.cwl-club-landing .cwl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.cwl-club-landing .cwl-benefit-card {
    background: #ffffff;
    border-radius: var(--cwl-radius-lg);
    padding: 18px 16px;
    border: 1px solid var(--cwl-border-soft);
    box-shadow: var(--cwl-shadow-soft);
}

/* ================================
   Value / Example Box
   ================================ */

.cwl-club-landing .cwl-value-box {
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: var(--cwl-radius-lg);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: var(--cwl-shadow-soft);
}

/* ================================
   Membership Plans
   ================================ */

.cwl-club-landing .cwl-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.cwl-club-landing .cwl-plan-card {
    background: #ffffff;
    border-radius: var(--cwl-radius-lg);
    padding: 20px 18px;
    border: 1px solid var(--cwl-border-soft);
    box-shadow: var(--cwl-shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cwl-club-landing .cwl-plan-card .cwl-button {
    margin-top: 12px;
    align-self: flex-start;
}

.cwl-club-landing .cwl-plan-featured {
    border-color: var(--cwl-primary);
    box-shadow: var(--cwl-shadow-strong);
    position: relative;
}

.cwl-club-landing .cwl-plan-featured::before {
    content: "Best Value";
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--cwl-primary);
    color: #fff;
}

/* ================================
   Story / Why Section
   ================================ */

.cwl-club-landing #cwl-club-story .cwl-body {
    max-width: 720px;
}

/* ================================
   FAQ Section
   ================================ */

.cwl-club-landing .cwl-faq-list {
    margin-top: 12px;
    border-radius: var(--cwl-radius-lg);
    border: 1px solid var(--cwl-border-soft);
    background: #ffffff;
    box-shadow: var(--cwl-shadow-soft);
    overflow: hidden;
}

.cwl-club-landing .cwl-faq-item {
    border-bottom: 1px solid var(--cwl-border-soft);
    padding: 0;
}

.cwl-club-landing .cwl-faq-item:last-child {
    border-bottom: none;
}

.cwl-club-landing .cwl-faq-question {
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--cwl-text-main);
}

.cwl-club-landing .cwl-faq-question::-webkit-details-marker {
    display: none;
}

.cwl-club-landing .cwl-faq-item[open] .cwl-faq-question {
    background: var(--cwl-bg-light);
}

.cwl-club-landing .cwl-faq-answer {
    padding: 0 16px 14px 16px;
    border-top: 1px solid var(--cwl-border-soft);
}

/* Add a simple "+" / "−" indicator */
.cwl-club-landing .cwl-faq-question::after {
    content: "+";
    font-weight: 700;
    margin-left: 12px;
    color: var(--cwl-text-muted);
}

.cwl-club-landing .cwl-faq-item[open] .cwl-faq-question::after {
    content: "–";
}

/* ================================
   Final CTA
   ================================ */

.cwl-club-landing .cwl-final-cta {
    text-align: center;
}

.cwl-club-landing .cwl-final-cta .cwl-heading-lg {
    margin-bottom: 8px;
}

.cwl-club-landing .cwl-final-cta .cwl-body {
    max-width: 540px;
    margin: 0 auto 16px auto;
}

/* ================================
   Responsive Adjustments
   ================================ */

@media (max-width: 1024px) {
    .cwl-club-landing .cwl-heading-xl {
        font-size: 28px;
    }

    .cwl-club-landing .cwl-heading-lg {
        font-size: 22px;
    }

    .cwl-club-landing .cwl-steps,
    .cwl-club-landing .cwl-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .cwl-club-landing .cwl-section {
        padding: var(--cwl-spacing-section-mobile) 14px;
    }

    .cwl-club-landing .cwl-hero {
        text-align: left;
    }

    .cwl-club-landing .cwl-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .cwl-club-landing .cwl-steps,
    .cwl-club-landing .cwl-benefits-grid,
    .cwl-club-landing .cwl-plans-grid {
        grid-template-columns: 1fr;
    }

    .cwl-club-landing .cwl-plan-card,
    .cwl-club-landing .cwl-benefit-card,
    .cwl-club-landing .cwl-step {
        padding: 16px 14px;
    }

    .cwl-club-landing .cwl-heading-xl {
        font-size: 24px;
    }
}


/* Liquor City Newsletter Style */
.lc-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Dark email box */
.lc-newsletter input[type="email"] {
  background: #2b2b2b;
  color: #ffffff;
  border: none;
  padding: 14px 18px;
  min-width: 260px;
  height: 50px;
  font-size: 16px;
  outline: none;
}

.lc-newsletter input::placeholder {
  color: rgba(255,255,255,0.6);
}

/* Yellow subscribe button */
.lc-newsletter button {
  background: #f5d400;
  color: #000;
  border: none;
  height: 50px;
  padding: 0 28px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Mobile */
@media (max-width: 600px) {
  .lc-newsletter {
    flex-direction: column;
  }

  .lc-newsletter input,
  .lc-newsletter button {
    width: 100%;
  }
}
