#fw-section-custom-html-ef502568-f84e-49f6-b29e-4d35eb385fff {

/* ================================
   GIVE THEM FLOWERS – BLOG HERO
   FINAL FIX
   ================================ */

.gtf-hero {
  position: relative;
  width: 100%;
  height: 680px; /* taller so text has room */
  overflow: hidden;
  background-color: #000;
}

/* Hero Image */
.gtf-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* 👈 prevents top cutoff */
  display: block;
}

/* Gradient Overlay */
.gtf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 15, 12, 0.35),
    rgba(20, 15, 12, 0.6)
  );
  z-index: 1;
}

/* Centered Text Container */
.gtf-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2.5rem;

  color: #FFF1D4;
}

/* FORCE hero text color (override globals) */
.gtf-hero-content h1,
.gtf-hero-content p {
  color: #FFF1D4;
}

/* 🔠 TEXT SIZE ADJUSTMENTS (NO FONT CHANGES) */
.gtf-hero-content h1 {
  font-size: clamp(2.75rem, 4vw, 4rem);
  margin-bottom: 1.5rem;
}

.gtf-sub {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  margin-bottom: 1.5rem;
}

.gtf-body {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
}

/* Keep emoji natural color */
.gtf-hero-content .emoji {
  color: initial;
}

/* 📱 Mobile Adjustments */
@media (max-width: 768px) {
  .gtf-hero {
    height: 560px;
  }

  .gtf-hero-content {
    padding: 0 1.5rem;
  }

  .gtf-hero-content h1 {
    font-size: 2.4rem;
  }
}


/* ================================
   Discord Blurp – Hero CTA
   ================================ */

.gtf-hero-discord {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  text-align: center;
  max-width: 520px;
  padding: 1.25rem 1.75rem;

  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border-radius: 12px;
}

/* Blurp text */
.gtf-discord-text {
  color: #FFF1D4;
  line-height: 1.5;
}

/* Discord Button */
.gtf-discord-btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;

  color: #FFF1D4;
  text-decoration: none;

  border: 1px solid rgba(255, 241, 212, 0.6);
  border-radius: 999px;

  transition: all 0.25s ease;
}

/* Hover State */
.gtf-discord-btn:hover {
  background: rgba(255, 241, 212, 0.15);
  border-color: #FFF1D4;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .gtf-hero-discord {
    bottom: 2rem;
    padding: 1rem 1.25rem;
  }
}

/* Discord Blurp – match site style (no blur glass) */
.gtf-hero-discord {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  text-align: center;
  max-width: 560px;
  padding: 1.25rem 1.75rem;

  /* key change: solid, even background */
  background: rgba(0, 0, 0, 0.65);

  /* remove inconsistent “halo” effects */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  border: 1px solid rgba(255, 241, 212, 0.22);
  border-radius: 14px;
}

.gtf-discord-text {
  color: #FFF1D4;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .gtf-hero {
    height: 640px; /* was ~500–560 */
  }
}
}
#fw-section-custom-html-4d70fbbe-12d6-4b2d-84dc-715648bf1788 {

/* ================================
   LVRS LANE – DISCORD CTA (ULTRA TIGHT)
   ================================ */

.lvrs-discord-section {
  width: 100%;
  background-color: #FFF1D4;

  /* EXTREMELY tight vertical spacing */
  padding: 0.4rem 1.25rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* CTA sentence */
.lvrs-discord-text {
  max-width: none;

  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;

  /* single line on desktop */
  white-space: nowrap;

  /* 🔑 tighter gap above button */
  margin: 0 0 0.35rem 0;

  color: #5A4342;
  line-height: 1.25;
}

/* Button */
.lvrs-discord-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.6rem 1.5rem; /* slightly tighter */
  border-radius: 999px;

  background-color: #5A4342;
  color: #FFF1D4;

  font-weight: 600;
  text-decoration: none;
  border: none;

  transition: background-color 0.2s ease;
}

.lvrs-discord-btn:hover {
  background-color: #6A4D4C;
}

/* Mobile */
@media (max-width: 768px) {
  .lvrs-discord-section {
    padding: 0.55rem 1.1rem;
  }

  .lvrs-discord-text {
    white-space: normal;
    font-size: 1.05rem;
  }
}

}
#fw-section-custom-html-298583f3-71a9-4980-b473-f32cdf52477b {

/* ==========================
   GIVE THEM FLOWERS — BLOG GRID
   Editorial overlay, text always visible
   ========================== */

/* Grid wrapper */
.wlrb-blog-row{
  max-width: 1100px;
  margin: 48px auto 0;
  padding: 0 18px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Individual post card */
.wlrb-post{
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
  background: #f6ead2; /* soft cream fallback */
}

/* Image */
.wlrb-post img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transform: scale(1);
  transition: transform 400ms ease, filter 400ms ease;
}

/* ---------- OVERLAY (ALWAYS VISIBLE) ---------- */
.wlrb-overlay{
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 22px;

  /* Editorial gradient using your brown */
  background: linear-gradient(
    to top,
    rgba(90,67,66,0.68) 0%,
    rgba(90,67,66,0.48) 35%,
    rgba(90,67,66,0.22) 60%,
    rgba(90,67,66,0.08) 78%,
    rgba(90,67,66,0) 100%
  );

  /* Lock all overlay text to cream */
  color: #fff1d4;
}

/* Kicker */
.wlrb-overlay .wlrb-kicker{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: 0.95;
  color: #fff1d4;
}

/* Artist name */
.wlrb-overlay .wlrb-title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
  line-height: 1.1;
  color: #fff1d4;
}

/* Subtitle */
.wlrb-overlay .wlrb-subtitle{
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  opacity: 0.95;
  color: #fff1d4;
}

/* ---------- HOVER EFFECT ---------- */
.wlrb-post:hover img{
  transform: scale(1.04);
  filter: brightness(0.9);
}

/* ---------- PLACEHOLDERS (INVISIBLE UNTIL READY) ---------- */
.wlrb-placeholder{
  background: transparent;
  border: none;
  pointer-events: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px){
  .wlrb-blog-row{
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 520px){
  .wlrb-blog-row{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}


}



#fw-section-custom-html-9f8ba0ed-1c59-4765-bb4f-8d71f773c8db {

/* Bigger H1 and keep it on one line for desktop */
h1 {
  font-size: 4.4rem !important;     /* bump this up/down to taste */
  line-height: 1.1 !important;
  white-space: nowrap;              /* don't break into multiple lines */
}

/* Mobile: let it wrap + shrink a bit so it fits nicely */
@media (max-width: 768px) {
  h1 {
    white-space: normal;            /* allow wrapping on phones */
    font-size: 2.8rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
}

}
#fw-section-custom-html-5a12661e-30b9-4a01-b128-3e027290211d {

/* -------------------------------------------------------
   WITH LOVE, R&B — CURATED PLAYLISTS SECTION
   Targets: .wlr-playlists and children
--------------------------------------------------------- */

/* SECTION WRAPPER */
.wlr-playlists {
  padding: 40px 16px;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* HEADER */
.wlr-playlists__header {
  max-width: 820px;
  margin: 0 auto 24px;
  padding: 0 8px;
}

.wlr-playlists__header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #5A4342; /* brand brown */
}

.wlr-playlists__header p {
  font-size: 1rem;
  color: #6e5a55;
  margin: 0;
  line-height: 1.4;
}

/* GRID LAYOUT */
.wlr-playlists__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
  padding: 8px;
  box-sizing: border-box;
}

/* 2 cards per row on small tablets */
@media (min-width: 600px) {
  .wlr-playlists__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 4 cards per row on desktop */
@media (min-width: 1000px) {
  .wlr-playlists__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* CARD */
.wlr-playlists__card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 14px;
  width: 100%;
  max-width: 240px; /* keeps cards smaller */
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.wlr-playlists__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/* IMAGE */
.wlr-playlists__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f2ee;
}

.wlr-playlists__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.wlr-playlists__card:hover .wlr-playlists__image img {
  transform: scale(1.03);
}

/* TITLE + DESCRIPTION */
.wlr-playlists__card h3 {
  font-size: 1.02rem;
  margin: 0;
  font-weight: 700;
  color: #5A4342;
  text-align: center;
}

.wlr-playlists__card p {
  font-size: 0.88rem;
  color: #6e5a55;
  margin: 0;
  line-height: 1.35;
  text-align: center;
  padding: 0 6px;
}

/* LINKS — PILL BUTTONS WITH ICONS */
.wlr-playlists__links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* Normal-length pill buttons even with only icons */
.wlr-playlists__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 80px;          /* pill length */
  padding: 0 18px;          /* horizontal breathing room */
  border-radius: 999px;
  background: #5A4342;      /* brown pill */
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.14s ease, background 0.14s ease;
}

/* Icons inside pill */
.wlr-playlists__links a svg,
.wlr-playlists__links a img {
  width: 18px;
  height: 18px;
  display: block;
}

/* Hover effect */
.wlr-playlists__links a:hover {
  transform: translateY(-2px) scale(1.03);
  background: #7a5f57;
}

/* OPTIONAL: if you add embedded players later */
.wlr-playlists__embed {
  margin-top: 10px;
  width: 100%;
}

/* SMALL SCREEN TWEAKS */
@media (max-width: 620px) {
  .wlr-playlists__card {
    max-width: 220px;
    padding: 12px;
  }
  .wlr-playlists__header h2 {
    font-size: 1.7rem;
  }
  .wlr-playlists__header p {
    font-size: 0.95rem;
  }
}

}
#fw-section-hero-1347dabd-6ac9-45b7-8c32-701e76b862cf {
--color-primary: #5a4342;
--color-primary-rgb: 90, 67, 66;
--color-background: #fff1d4;
--color-background-rgb: 255, 241, 212;
--color-on-primary: #fff1d4;
--color-on-primary-rgb: 255, 241, 212;
--color-on-background: #5a4342;
--color-on-background-rgb: 90, 67, 66;
--color-product-image-background: #5a4342;
--color-background-brightness: 242;
background-color: var(--color-background);
color: var(--color-on-background);
/* Make line breaks in the text appear */
.hero__text,
.hero__content p {
  white-space: pre-line !important;
}

/* Style the middle line ("Follow for more playlists") like an H2 */
.hero__text p:nth-child(2) {
  font-size: 1.8rem !important; 
  font-weight: 600 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  color: #5a4342 !important; /* your brown */
}

/* Button styling: brown pills w/ cream text */
.hero__buttons a,
.hero__buttons button {
  background-color: #5a4342 !important; /* brown */
  color: #fff1d4 !important;            /* cream text */
  border-radius: 999px !important;      /* pill shape */
  padding: 0.7rem 1.6rem !important;
  font-weight: 600 !important;
  border: none !important;
}
/* ===============================
   Curated Playlists hero tweaks
   =============================== */

/* 1) Treat each line as its own paragraph */
.hero__text p {
  margin-bottom: 0.75rem !important;
}

/* 2) Make the middle line ("Follow for more playlist") look like an H2 */
.hero__text p:nth-of-type(2) {
  font-size: 1.6rem !important;    /* bigger */
  font-weight: 600 !important;     /* bolder */
  letter-spacing: 0.02em;
  color: #5a4342 !important;       /* your brown */
}

/* Keep the first and last lines body-sized */
.hero__text p:first-of-type,
.hero__text p:nth-of-type(3) {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

/* 3) Button styling – brown pills with cream text */

/* Layout: keep the two buttons in a row */
.hero__buttons,
.hero__buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 1.5rem !important;
}

/* Base style for BOTH buttons */
.hero__buttons a,
.hero__buttons button {
  background-color: #5a4342 !important;  /* brown */
  color: #fff1d4 !important;             /* cream text */
  border-radius: 999px !important;
  padding: 0.7rem 2.1rem !important;
  border: none !important;
  font-weight: 600 !important;
}

/* Extra override in case the second button is still "ghost"/outline */
.hero__buttons a:nth-of-type(2),
.hero__buttons button:nth-of-type(2) {
  background-color: #5a4342 !important;
  color: #fff1d4 !important;
  border-color: #5a4342 !important;
}

/* Make any icons inside the buttons cream too */
.hero__buttons svg path {
  fill: #fff1d4 !important;
}

}






#fw-section-custom-html-710c88ac-8e4c-4eb5-b991-e4772b5bf0ce {

/* ==========================
   WLR&B Blog Post (Fourthwall-safe)
   Editorial layout
   No font overrides
   ========================== */

/* ---------- LAYOUT ---------- */
.wlrb-postpage{
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 18px 120px;
}

/* ---------- BACK LINK (EDITORIAL SPACING, TEXT ONLY) ---------- */
.wlrb-backbar{
  margin-top: 48px;    /* editorial breathing room */
  margin-bottom: 24px;
}

.wlrb-bottombar{
  margin-top: 28px;
}

.wlrb-backbar .wlrb-btn,
.wlrb-bottombar .wlrb-btn{
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;

  color: #5a4342;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.wlrb-backbar .wlrb-btn:hover,
.wlrb-bottombar .wlrb-btn:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- HERO IMAGE ---------- */
.wlrb-hero{
  max-width: 860px;
  margin: 0 auto 22px;
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  background: rgba(90,67,66,0.08);
  overflow: hidden;
}

.wlrb-hero img{
  width: 100%;
  height: 420px;
  display: block;
  object-fit: contain;
}

/* ---------- HEADER ---------- */
.wlrb-header{
  max-width: 860px;
  margin: 0 auto 22px;
}

.wlrb-kicker{
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}

.wlrb-title{
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(28px, 4vw, 44px);
}

.wlrb-subtitle{
  margin: 12px 0 0;
  font-weight: 650;
  font-size: clamp(14px, 1.8vw, 18px);
}

/* ---------- META ---------- */
.wlrb-meta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;

  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.wlrb-dot{
  width: 4px;
  height: 4px;
  background: rgba(90,67,66,0.55);
  display: inline-block;
}

/* ---------- ARTICLE ---------- */
.wlrb-article{
  max-width: 860px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.35);
}

.wlrb-lede{
  margin: 0 0 18px;
  font-weight: 650;
  line-height: 1.8;
  font-size: 16px;
}

.wlrb-article p{
  margin: 0 0 16px;
  line-height: 1.9;
  font-size: 16px;
}

/* ---------- SECTION HEADERS ---------- */
.wlrb-h2{
  margin: 26px 0 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ---------- QUOTE ---------- */
.wlrb-quote{
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid rgba(166,82,63,0.75);
  background: rgba(90,67,66,0.06);
  font-weight: 650;
  line-height: 1.8;
}

/* ---------- LISTEN BUTTONS (BROWN PILL, OPACITY HOVER) ---------- */
.wlrb-listen{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 6px;
}

.wlrb-chip{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;
  border-radius: 999px;
  border: none;

  background: #5A4342; /* full brown */
  color: #fff1d4;      /* cream */

  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: none;

  transition: opacity 200ms ease, transform 200ms ease;
}

.wlrb-chip:hover{
  opacity: 0.82;
  transform: translateY(-1px);
}

.wlrb-chip:focus-visible{
  outline: 3px solid rgba(166,82,63,0.6);
  outline-offset: 3px;
}

/* Icons inherit cream color */
.wlrb-icon{
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

/* ---------- MOBILE ---------- */
@media (max-width: 600px){
  .wlrb-postpage{
    padding: 18px 14px 90px;
  }

  .wlrb-backbar{
    margin-top: 36px; /* slightly tighter on mobile */
  }

  .wlrb-hero img{
    height: 320px;
  }

  .wlrb-article{
    padding: 18px;
  }
}

/* Remove hero image outline / border */
.wlrb-hero,
.wlrb-hero img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

}

#fw-section-custom-html-89d66b8f-1299-4f71-85d8-f4e562a16c5a {

/* ================================
   EVENTS – HERO (CSS)
   Paste into a CSS block
   ================================ */

.events-hero {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  background-color: #000;
}

/* Hero Image */
.events-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* prevents top cutoff */
  display: block;
}

/* Gradient Overlay */
.events-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 15, 12, 0.35),
    rgba(20, 15, 12, 0.6)
  );
  z-index: 1;
}

/* Centered Text Container */
.events-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2.5rem;

  color: #FFF1D4;
}

/* Force hero text color */
.events-hero-content h1,
.events-hero-content p {
  color: #FFF1D4;
}

/* Text sizing (no font changes) */
.events-hero-content h1 {
  font-size: clamp(2.75rem, 4vw, 4rem);
  margin-bottom: 1.5rem;
}

.events-sub {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  margin-bottom: 1.5rem;
}

.events-body {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
}

/* Keep emoji natural color */
.events-hero-content .emoji {
  color: initial;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .events-hero {
    height: 560px;
  }

  .events-hero-content {
    padding: 0 1.5rem;
  }

  .events-hero-content h1 {
    font-size: 2.4rem;
  }
}
}
#fw-section-custom-html-df1c7c10-240e-4b35-8d9c-63a85ad9d465 {

/* ==========================
   EVENTS — CENTERED GRID (CSS)
   Paste into a CSS block
   ========================== */

.wlrb-events-section{
  margin: 56px 0 0;
}

.wlrb-events-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

/* One sentence CTA */
.wlrb-events-cta{
  margin: 0 auto 18px; /* removes top space, keeps bottom */
  max-width: 720px;
  text-align: center;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
  color: #5A4342;
  opacity: 0.95;
}
.wlrb-events-section{
  padding-top: 0 !important;
  margin-top: 0 !important;
}


/* Grid wrapper (centered for only 2 cards) */
.wlrb-events-row{
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 360px));
  justify-content: center;
  gap: 28px;
}

/* Individual event card */
.wlrb-event{
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
  background: #f6ead2; /* soft cream fallback */
  border-radius: 14px;
}

/* Image */
.wlrb-event img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform 400ms ease, filter 400ms ease;
}

/* BBB ONLY — show more of the TOP of the image */
.wlrb-event-bbb img{
  object-position: 50% 8%;
}

/* Overlay (always visible) */
.wlrb-event-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;

  background: linear-gradient(
    to top,
    rgba(90,67,66,0.70) 0%,
    rgba(90,67,66,0.52) 35%,
    rgba(90,67,66,0.25) 60%,
    rgba(90,67,66,0.10) 78%,
    rgba(90,67,66,0) 100%
  );

  color: #fff1d4;
}

/* BBB ONLY — low, restrained gradient */
.wlrb-event-bbb .wlrb-event-overlay{
  background: linear-gradient(
    to top,
    rgba(90,67,66,0.82) 0%,
    rgba(90,67,66,0.68) 22%,
    rgba(90,67,66,0.45) 35%,
    rgba(90,67,66,0.25) 48%,
    rgba(90,67,66,0.12) 58%,
    rgba(90,67,66,0.05) 68%,
    rgba(90,67,66,0) 78%
  );
}

/* Kicker */
.wlrb-event-kicker{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 8px;
  opacity: 0.95;
  color: #fff1d4;
}

/* Title */
.wlrb-event-title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
  line-height: 1.1;
  color: #fff1d4;
}

/* Subtitle */
.wlrb-event-subtitle{
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  opacity: 0.95;
  color: #fff1d4;
}

/* Hover */
.wlrb-event:hover img{
  transform: scale(1.04);
  filter: brightness(0.9);
}

/* Responsive */
@media (max-width: 900px){
  .wlrb-events-row{
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 520px){
  .wlrb-events-row{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wlrb-event-bbb img{
    object-position: 50% 5%;
  }
}

}



#fw-section-custom-html-22ba4222-97fc-499e-a6bf-6f4d7c481d6a {

/* ==========================================
   BBB — PAGE (FULL CSS) — CLEAN + FINAL
   Goals:
   - Mobile stays EXACTLY as you have it (mobile is perfect)
   - Desktop: remove “extra space” feel inside playlist card
   - Desktop: buttons not crazy wide
   - No duplicate/competing desktop rules
   Scoped to .bbb-* only
   ========================================== */

.bbb-wrap{
  max-width: 1100px;
  margin: 56px auto 0;
  padding: 0 18px 56px;
  color: #5A4342;
}

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

.bbb-hero{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 520px;
  display: grid;
  align-items: end;
  background: #f6ead2;
}

.bbb-hero-media{
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      to top,
      rgba(90,67,66,0.78) 0%,
      rgba(90,67,66,0.58) 18%,
      rgba(90,67,66,0.36) 32%,
      rgba(90,67,66,0.18) 46%,
      rgba(90,67,66,0.08) 58%,
      rgba(90,67,66,0) 72%
    ),
    url("https://storage.googleapis.com/popshopprod-shop-renderer-creators-assets/resources/c424e8aa-f1ba-445f-af1d-803e88d6f465/4d29380fd9e3679a77d945504c0e5748_d2e252edb52e.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 4%;
}

.bbb-hero-inner{
  position: relative;
  padding: 28px 26px 26px;
  max-width: 760px;
}

.bbb-eyebrow{
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFF1D4;
  opacity: 0.95;
}

.bbb-h1{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #FFF1D4;
}

.bbb-hero-sub{
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  color: #FFF1D4;
  opacity: 0.96;
  max-width: 62ch;
}

.bbb-hero-note{
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,241,212,0.92);
}

/* ================= BUTTONS ================= */

.bbb-hero-ctas{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bbb-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important; /* HARD STOP underline */
  letter-spacing: 0.02em;
  border: 1px solid rgba(255,241,212,0.20);
  transition: transform 200ms ease, filter 200ms ease, background 200ms ease;
  user-select: none;
}

.bbb-btn:link,
.bbb-btn:visited,
.bbb-btn:hover,
.bbb-btn:active{
  text-decoration: none !important; /* HARD STOP underline */
}

.bbb-btn-primary{
  background: #5A4342;
  color: #FFF1D4;
}

.bbb-btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.bbb-btn-ghost{
  background: rgba(255,241,212,0.12);
  color: #FFF1D4;
  border-color: rgba(255,241,212,0.35);
}

.bbb-btn-ghost:hover{
  transform: translateY(-1px);
  background: rgba(255,241,212,0.16);
}

/* ================= SECTIONS ================= */

.bbb-section{
  margin: 24px auto 0;
}

.bbb-h2{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5A4342;
}

.bbb-h3{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #5A4342;
}

.bbb-p{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  color: rgba(90,67,66,0.92);
}

.bbb-muted{
  color: rgba(90,67,66,0.78);
}

/* ================= VIBE GRID ================= */

.bbb-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.bbb-feature{
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(246,234,210,0.75);
  border: 1px solid rgba(90,67,66,0.10);
}

/* ================= PLAYLIST CARD ================= */

.bbb-sound-card{
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(246,234,210,0.75);
  border: 1px solid rgba(90,67,66,0.12);
}

/* DESKTOP (default):
   FIX: use 1fr instead of auto so the right column fills the card.
   This removes the “dead space to the right” feeling.
*/
.bbb-sound-top{
  display: grid;
  grid-template-columns: 180px 1fr; /* FIXED (was auto) */
  column-gap: 18px;
  row-gap: 12px;
  align-items: start;
}

.bbb-sound-left{
  align-self: stretch;
}

.bbb-sound-art{
  width: 100%;
  height: 100%;
  min-height: 170px;
  border-radius: 16px;
  object-fit: cover;
  background: #e6d8be;
  display: block;
}

.bbb-sound-right{
  min-width: 0;
  width: 100%;
  max-width: 520px;     /* keeps content tighter */
  justify-self: start;  /* keeps it left aligned within the 1fr column */
}

.bbb-sound-text{
  margin-bottom: 14px;
}

/* Optional: slightly larger playlist text (desktop only) */
.bbb-sound-kicker{
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(90,67,66,0.75);
}

.bbb-sound-title{
  margin: 6px 0 4px;
  font-size: 18px;
  font-weight: 900;
  color: #5A4342;
  line-height: 1.2;
}

.bbb-sound-sub{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(90,67,66,0.78);
}

/* Desktop buttons: shorter (NOT mega wide) */
.bbb-sound-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 360px; /* SHORTER BUTTON LENGTH (desktop) */
}

/* === DESKTOP: force buttons under the text (not under the cover) === */
@media (min-width: 761px){
  .bbb-sound-top{
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto auto; /* text row + buttons row */
    align-items: start;
  }

  .bbb-sound-left{
    grid-column: 1;
    grid-row: 1 / span 2; /* cover spans text + buttons rows */
  }

  .bbb-sound-right{
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
  }

  .bbb-sound-text{
    margin-bottom: 12px;
  }

  .bbb-sound-actions{
    margin-top: 0;
  }
}
#bbb-sound .bbb-btn{
  padding: 10px 14px;
  width: 100%;
  justify-content: center;
  text-decoration: none !important; /* HARD STOP underline */
}

#bbb-sound .bbb-btn-primary{
  background: #5A4342 !important;
  color: #FFF1D4 !important;
  border-color: rgba(255,241,212,0.20) !important;
}

/* ================= DETAILS CARD + DIVIDER ================= */

.bbb-details-card{
  padding: 18px;
  border-radius: 18px;
  background: rgba(246,234,210,0.75);
  border: 1px solid rgba(90,67,66,0.12);
}

.bbb-divider{
  height: 1px;
  margin: 16px 0;
  background: rgba(90,67,66,0.14);
}

.bbb-ig{
  font-weight: 900;
  color: #5A4342;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bbb-h2-lower{
  margin-top: 6px;
}

/* ================= MOBILE (UNCHANGED BEHAVIOR) ================= */

@media (max-width: 760px){

  /* Hero: stronger gradient on mobile */
  .bbb-hero-media{
    background-image:
      linear-gradient(
        to top,
        rgba(90,67,66,0.90) 0%,
        rgba(90,67,66,0.74) 22%,
        rgba(90,67,66,0.52) 40%,
        rgba(90,67,66,0.28) 56%,
        rgba(90,67,66,0.14) 66%,
        rgba(90,67,66,0) 78%
      ),
      url("https://storage.googleapis.com/popshopprod-shop-renderer-creators-assets/resources/c424e8aa-f1ba-445f-af1d-803e88d6f465/4d29380fd9e3679a77d945504c0e5748_d2e252edb52e.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 4%;
  }

  .bbb-hero-inner{
    padding: 26px 18px 22px;
  }

  .bbb-h1{
    font-size: 28px;
  }

  /* Vibe grid -> 1 column */
  .bbb-grid{
    grid-template-columns: 1fr;
  }

  /* PLAYLIST mobile:
     Row 1: cover + text (side-by-side)
     Row 2: buttons (one row, full width)
  */
  .bbb-sound-top{
    grid-template-columns: 120px 1fr;
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
  }

  .bbb-sound-art{
    min-height: 0;
    height: 120px;
    border-radius: 16px;
  }

  .bbb-sound-right{
    max-width: none; /* allow mobile to breathe naturally */
  }

  .bbb-sound-text{
    padding-left: 6px; /* scoot text over slightly */
    margin-bottom: 10px;
  }

  .bbb-sound-actions{
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 2px;
    max-width: none; /* keep mobile perfect */
  }

  #bbb-sound .bbb-btn{
    padding: 10px 12px;
    white-space: nowrap;
  }
}

/* tiny phones: stack buttons */
@media (max-width: 360px){
  .bbb-sound-actions{
    grid-template-columns: 1fr;
  }
}

/* === DESKTOP polish: prevent cover stretch + shorten buttons === */
@media (min-width: 761px){

  /* Cover: make it a square so it can’t stretch vertically */
  .bbb-sound-left{
    align-self: start;
  }

  .bbb-sound-art{
    height: 180px;        /* square */
    width: 180px;
    min-height: 0;        /* cancels the stretch behavior */
    object-fit: cover;
  }

  /* Buttons: stop being full width on desktop */
  .bbb-sound-actions{
    width: auto;          /* not full width */
    max-width: 320px;     /* adjust: 320–420px sweet spot */
  }

  #bbb-sound .bbb-btn{
    width: 100%;          /* fills the max-width container above */
    text-decoration: none !important; /* prevents any underline */
  }
}

/* === DESKTOP: make playlist buttons compact === */
@media (min-width: 761px){

  /* constrain the column the buttons live in */
  .bbb-sound-right{
    max-width: 420px;   /* controls text + buttons width */
  }

  /* actions wrapper should not stretch */
  .bbb-sound-actions{
    max-width: 260px;   /* THIS is the real button length */
    width: 100%;
  }

  /* buttons fill only that smaller wrapper */
  #bbb-sound .bbb-btn{
    width: 100%;
    padding: 10px 14px;
    text-decoration: none !important;
  }
}

@media (min-width: 761px){
  .bbb-sound-left{
    display: flex;
    align-items: center; /* vertical centering */
  }
}
}






#fw-section-custom-html-d4c14e72-b3ac-4a59-b65b-301466cd432e {

/* ==========================
   WLR&B Blog Post (Fourthwall-safe)
   Editorial layout
   No font overrides
   ========================== */

/* ---------- LAYOUT ---------- */
.wlrb-postpage{
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 18px 120px;
}

/* ---------- BACK LINK (EDITORIAL SPACING, TEXT ONLY) ---------- */
.wlrb-backbar{
  margin-top: 48px;    /* editorial breathing room */
  margin-bottom: 24px;
}

.wlrb-bottombar{
  margin-top: 28px;
}

.wlrb-backbar .wlrb-btn,
.wlrb-bottombar .wlrb-btn{
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;

  color: #5a4342;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.wlrb-backbar .wlrb-btn:hover,
.wlrb-bottombar .wlrb-btn:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- HERO IMAGE ---------- */
.wlrb-hero{
  max-width: 860px;
  margin: 0 auto 22px;
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  background: rgba(90,67,66,0.08);
  overflow: hidden;
}

.wlrb-hero img{
  width: 100%;
  height: 420px;
  display: block;
  object-fit: contain;
}

/* ---------- HEADER ---------- */
.wlrb-header{
  max-width: 860px;
  margin: 0 auto 22px;
}

.wlrb-kicker{
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}

.wlrb-title{
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(28px, 4vw, 44px);
}

.wlrb-subtitle{
  margin: 12px 0 0;
  font-weight: 650;
  font-size: clamp(14px, 1.8vw, 18px);
}

/* ---------- META ---------- */
.wlrb-meta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;

  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.wlrb-dot{
  width: 4px;
  height: 4px;
  background: rgba(90,67,66,0.55);
  display: inline-block;
}

/* ---------- ARTICLE ---------- */
.wlrb-article{
  max-width: 860px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.35);
}

.wlrb-lede{
  margin: 0 0 18px;
  font-weight: 650;
  line-height: 1.8;
  font-size: 16px;
}

.wlrb-article p{
  margin: 0 0 16px;
  line-height: 1.9;
  font-size: 16px;
}

/* ---------- SECTION HEADERS ---------- */
.wlrb-h2{
  margin: 26px 0 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ---------- QUOTE ---------- */
.wlrb-quote{
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid rgba(166,82,63,0.75);
  background: rgba(90,67,66,0.06);
  font-weight: 650;
  line-height: 1.8;
}

/* ---------- LISTEN BUTTONS (BROWN PILL, OPACITY HOVER) ---------- */
.wlrb-listen{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 6px;
}

.wlrb-chip{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;
  border-radius: 999px;
  border: none;

  background: #5A4342; /* full brown */
  color: #fff1d4;      /* cream */

  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: none;

  transition: opacity 200ms ease, transform 200ms ease;
}

.wlrb-chip:hover{
  opacity: 0.82;
  transform: translateY(-1px);
}

.wlrb-chip:focus-visible{
  outline: 3px solid rgba(166,82,63,0.6);
  outline-offset: 3px;
}

/* Icons inherit cream color */
.wlrb-icon{
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

/* ---------- MOBILE ---------- */
@media (max-width: 600px){
  .wlrb-postpage{
    padding: 18px 14px 90px;
  }

  .wlrb-backbar{
    margin-top: 36px; /* slightly tighter on mobile */
  }

  .wlrb-hero img{
    height: 320px;
  }

  .wlrb-article{
    padding: 18px;
  }
}

/* Remove hero image outline / border */
.wlrb-hero,
.wlrb-hero img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

}

#fw-section-custom-html-c8a51f7e-26cc-4eb1-92d2-d68509083749 {

/* ==========================================
   GET LIFTED SUNDAYS — FULL PAGE (CSS)
   Hero overlay alignment fixed + details + playlist w/ cover
   Button hover = opacity only (NO color change)
   ========================================== */

/* ---------- HERO (BBB-STYLE CARD, FIXED ALIGNMENT) ---------- */

.gls-hero-card{
  max-width: 1100px;
  margin: 36px auto 0;
  padding: 0 18px;
}

/* Frame = single clipping box for image + overlay + text */
.gls-hero-frame{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

/* Image */
.gls-hero-media{
  height: 520px;
  background-image: url("https://storage.googleapis.com/popshopprod-shop-renderer-creators-assets/resources/c424e8aa-f1ba-445f-af1d-803e88d6f465/25953dd0bb9b74c7a8470b172032fb67_c06893d6ea2d.jpeg");
  background-size: cover;
  background-position: center 82%;
  background-repeat: no-repeat;
}

/* Overlay perfectly matches image because it's inside frame */
.gls-hero-overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(20,15,12,0.88) 0%,
    rgba(20,15,12,0.58) 40%,
    rgba(20,15,12,0.20) 72%,
    rgba(20,15,12,0.00) 100%
  );
}

/* Text bottom-left */
.gls-hero-inner{
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  max-width: 820px;
  color: #FFF1D4;
}

.gls-hero-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.95;
  color: #FFF1D4;
}

.gls-hero-title{
  margin: 0 0 10px;
  font-size: clamp(2.3rem, 3.4vw, 3.5rem);
  letter-spacing: 0.02em;
  color: #FFF1D4;
}

.gls-hero-sub{
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.96;
  color: #FFF1D4;
}

.gls-hero-fine{
  margin: 0 0 12px;
  font-size: 12px;
  opacity: 0.9;
  color: #FFF1D4;
}

/* Hero button */
.gls-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.gls-hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.75rem;

  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  border-radius: 999px;
  text-decoration: none;

  outline: none;
  -webkit-tap-highlight-color: transparent;

  transition: opacity 0.2s ease; /* opacity only */
}

/* Cream button (keep color) */
.gls-hero-btn--primary{
  background: #FFF1D4;
  color: #5A4342;
  border: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.gls-hero-btn--primary:hover{
  opacity: 0.88; /* opacity only */
}

.gls-hero-btn--primary:active{
  opacity: 0.82;
}

/* Mobile hero */
@media (max-width: 900px){
  .gls-hero-card{ margin-top: 18px; }

  .gls-hero-media{
    height: 520px;
    background-position: center 76%;
  }

  .gls-hero-inner{
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: 100%;
  }

  .gls-hero-title{ font-size: 2.15rem; }
}


/* ---------- DETAILS ---------- */

.gls-wrap{
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 18px 60px;
  color: #5A4342;
}

.gls-intro{
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
}

.gls-h2{
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.gls-h3{
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.gls-p{
  margin: 0;
  line-height: 1.75;
}

.gls-fine{
  margin: 10px 0 0;
  font-size: 12px;
  opacity: 0.9;
}

/* Grid */
.gls-features{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}

.gls-feature{
  grid-column: span 6;
  padding-top: 8px;
}

.gls-feature--full{
  grid-column: span 12;
}

/* Lists */
.gls-list{
  margin: 10px 0 0;
  padding-left: 22px;
  line-height: 1.75;
}

.gls-list li{
  padding-left: 4px;
}

/* Chips */
.gls-chips{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gls-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 12px;
  border-radius: 999px;

  background: rgba(90,67,66,0.10);
  color: #5A4342;

  font-size: 13px;
  font-weight: 600;
}

/* Soft grouping boxes for primary sections */
.gls-feature--boxed{
  background: rgba(255, 241, 212, 0.45); /* soft cream wash */
  padding: 26px 28px;
  border-radius: 18px;
}

/* Give the music section slightly more presence */
.gls-feature--boxed:first-of-type{
  background: rgba(255, 241, 212, 0.65);
}

/* ---------- PLAYLIST (ORIGINAL DARK BANNER STYLE + COVER) ---------- */

.gls-playlist-banner{
  margin-top: 10px;
  padding: 22px;

  background: rgba(90,67,66,0.92);
  color: #FFF1D4;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gls-playlist-banner .gls-h3,
.gls-playlist-banner .gls-p,
.gls-playlist-banner .gls-fine{
  color: #FFF1D4;
}

/* Cover */
.gls-playlist-cover{
  width: 92px;
  height: 92px;
  flex: 0 0 auto;

  border-radius: 14px;
  overflow: hidden;

  background: rgba(255,241,212,0.08);
  border: 1px solid rgba(255,241,212,0.18);
}

.gls-playlist-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gls-playlist-banner-text{
  flex: 1;
  min-width: 240px;
}

.gls-playlist-banner-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.gls-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.95rem 1.6rem;

  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  text-decoration: none;
  border-radius: 999px;

  outline: none;
  -webkit-tap-highlight-color: transparent;

  transition: opacity 0.2s ease; /* opacity only */
}

/* Playlist buttons — BOTH cream */
.gls-btn,
.gls-btn--ghost{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.95rem 1.6rem;

  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #5A4342;          /* WL R&B brown text */
  background: #FFF1D4;     /* cream */
  border: none;
  border-radius: 999px;

  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);

  outline: none;
  -webkit-tap-highlight-color: transparent;

  transition: opacity 0.2s ease; /* opacity only */
}

/* Hover / active — opacity only */
.gls-btn:hover,
.gls-btn--ghost:hover{
  opacity: 0.88;
}

.gls-btn:active,
.gls-btn--ghost:active{
  opacity: 0.82;
}


/* ---------- MOBILE ---------- */

@media (max-width: 900px){
  .gls-features{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gls-feature,
  .gls-feature--full{
    grid-column: auto;
  }

  .gls-playlist-banner{
    flex-direction: column;
    align-items: flex-start;
  }

  .gls-playlist-banner-cta{
    width: 100%;
  }

  .gls-btn{
    width: 100%;
  }

  .gls-playlist-cover{
    width: 96px;
    height: 96px;
  }
}

/* ==========================================
   DESKTOP FIXES (NO TEXT SIZE CHANGES)
   1) "What it is" becomes ~2 lines
   2) Sound + Wellness outlined containers
   ========================================== */

/* 1) Make "What it is" paragraph a controlled line length on desktop */
@media (min-width: 901px){
  .gls-intro{
    max-width: 980px;     /* container can stay wide */
    margin: 0 auto 18px;
    text-align: center;
  }

  /* This is the key: tighten the paragraph itself */
  .gls-intro .gls-p{
    max-width: 700px;     /* adjust 660–760 if needed */
    margin-left: auto;
    margin-right: auto;
  }
}

/* 2) Outlined containers for the two columns */
.gls-feature--boxed{
  background: transparent;                 /* no fill */
  border: 1px solid rgba(90,67,66,0.22);   /* WL R&B brown outline */
  border-radius: 18px;
  padding: 22px 22px;
}

/* Keep chips from touching border */
.gls-feature--boxed .gls-chips{
  margin-top: 14px;
}

/* Keep bullet list aligned nicely inside the box */
.gls-feature--boxed .gls-list{
  margin-top: 10px;
  padding-left: 18px; /* slight indent */
}

/* Optional: subtle separation inside the box (doesn't change text size) */
.gls-feature--boxed .gls-h3{
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(90,67,66,0.14);
}

/* Make sure the outlined boxes only apply to the two top features,
   NOT bites, NOT playlist */
.gls-feature--full.gls-feature--boxed{
  border: none;
  padding: 0;
}

/* Mobile: keep your current flow */
@media (max-width: 900px){
  .gls-intro .gls-p{
    max-width: 820px; /* let it breathe on mobile */
  }

  .gls-feature--boxed{
    padding: 20px 18px;
    border-radius: 16px;
  }
}

/* HERO ACTION BUTTONS (PAIR) */
.gls-hero-actions{
  display: flex;
  gap: 14px;
  margin-top: 14px;
  flex-wrap: wrap;
}

/* RSVP button — cream, matches playlist buttons */
.gls-hero-btn--secondary{
  background: #FFF1D4;
  color: #5A4342;
  border-radius: 999px;
  padding: 0.85rem 2.1rem;

  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

.gls-hero-btn--secondary:hover{
  opacity: 0.85; /* no color change per your rule */
}

/* Mobile stacking */
@media (max-width: 768px){
  .gls-hero-actions{
    flex-direction: column;
    width: 100%;
  }

  .gls-hero-btn{
    width: 100%;
    text-align: center;
  }
}


/* SECONDARY RSVP CTA */
.gls-rsvp-secondary{
  margin: 44px auto 8px;
  max-width: 680px;
  text-align: center;
}

.gls-rsvp-secondary-title{
  font-weight: 700;
  margin-bottom: 6px;
}

.gls-rsvp-secondary-text{
  margin-bottom: 14px;
  line-height: 1.6;
}

/* Cream button — opacity hover ONLY */
.gls-btn--cream{
  background: #FFF1D4;
  color: #5A4342;
  border-radius: 999px;
  padding: 0.85rem 2.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.gls-btn--cream:hover{
  opacity: 0.85;
}
/* SECONDARY RSVP — BROWN CONTAINER */
.gls-rsvp-block{
  margin: 32px auto 40px;
  max-width: 760px;

  background: #5A4342; /* WL R&B brown */
  color: #FFF1D4;

  border-radius: 18px;
  padding: 26px 28px;

  text-align: center;
}

.gls-rsvp-title{
  margin-bottom: 8px;
  color: #FFF1D4;
}

.gls-rsvp-text{
  margin-bottom: 16px;
  line-height: 1.6;
  color: #FFF1D4;
}

/* Cream button — opacity hover only */
.gls-btn--cream{
  background: #FFF1D4;
  color: #5A4342;

  border-radius: 999px;
  padding: 0.85rem 2.1rem;

  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;

  display: inline-block;
  transition: opacity 0.2s ease;
}

.gls-btn--cream:hover{
  opacity: 0.85;
}

/* Mobile breathing room */
@media (max-width: 768px){
  .gls-rsvp-block{
    padding: 22px;
    margin: 28px 18px 36px;
  }

  .gls-btn--cream{
    width: 100%;
  }
}


.gls-list li::marker{
  font-size: 0.9em;
}

}



#fw-section-hero-0 {

/* Desktop layout */
.hero__content {
    max-width: 55% !important;
    padding-bottom: 2rem !important;
    margin-right: 2rem !important;
}

/* Mobile layout: center everything */
@media (max-width: 768px) {
    .hero__content {
        max-width: 100% !important;
        margin: 0 auto !important;      /* centers the block */
        padding: 0 1.5rem 2rem !important; /* side spacing so text isn’t flush to edges */
        text-align: center !important;  /* centers the text */
    }

    .hero__content p,
    .hero__content h1,
    .hero__content h2 {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Spacing for paragraph on all sizes */
.hero__content p {
    margin-bottom: 1.25rem !important;
}
}