/* Raus am Wochenende — raw-pages.css
   Layout-spezifische Stile für Unterseiten, Blog und Detailansichten */

@layer pages {

  /* ---- Home hero ---- */
  /* ---- Home hero ---- */
  .wb-hero {
    position: relative;
    color: var(--wb-ink, #233835);
    padding-block: clamp(2.5rem, 4.5vw, 4rem) clamp(3rem, 5vw, 4.5rem);
    background: var(--wb-surface, #F6EFE9);
  }

  .wb-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.8rem, 3vw, 2.5rem);
    max-width: 1140px;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }

  .wb-hero__copy {
    max-width: 44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    margin-inline: auto;
  }

  .wb-hero__copy .wb-eyebrow {
    color: #446762;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.015em;
    text-transform: none;
  }

  .wb-hero__copy h1 {
    color: #233835;
    font-family: var(--wb-font-display);
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.16;
    margin: 0;
    letter-spacing: -0.018em;
  }

  .wb-hero__copy p,
  .wb-hero__copy .wb-lede {
    color: #446762 !important;
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    line-height: 1.55;
    max-width: 38rem;
    margin: 0;
    text-shadow: none !important;
  }

  /* Two-column Hero Layout (fallback/legacy) */
  .wb-hero__main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    width: 100%;
    align-items: stretch;
  }

  /* Stacked Hero Layout: Search deck centered on top, hero image flush directly below */
  .wb-hero__stack {
    width: 100%;
    max-width: 860px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 40px rgba(25, 38, 35, 0.14);
  }

  .wb-hero__stack .wb-deck {
    background: #3d5e56 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: clamp(1.8rem, 3.2vw, 2.5rem) clamp(1.6rem, 3vw, 2.4rem);
    gap: 1.25rem;
  }

  .wb-hero__stack .wb-deck__title {
    color: #ffffff;
    font-size: clamp(1.55rem, 2.2vw, 1.9rem);
    font-weight: 800;
    margin-bottom: 0.15rem;
  }

  .wb-hero__stack .wb-field-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.15rem 1.15rem;
    width: 100%;
  }

  .wb-hero__stack .wb-field--full {
    grid-column: span 6;
  }

  .wb-hero__stack .wb-field--half {
    grid-column: span 3;
  }

  .wb-hero__stack .wb-field--third {
    grid-column: span 2;
  }

  .wb-hero__stack .wb-field label {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
  }

  .wb-hero__stack .wb-input-wrap input,
  .wb-hero__stack .wb-custom-select__trigger {
    background-color: #f6efe9 !important;
    border-radius: 0 !important;
    color: #233835;
    font-weight: 600;
    height: 44px;
    border: none;
    padding: 0 1rem;
    font-size: 0.95rem;
  }

  .wb-hero__stack .wb-input-wrap input {
    padding: 0 2.5rem 0 1rem;
  }

  .wb-hero__stack .wb-input-wrap input::placeholder {
    color: #9e9892;
    font-weight: 500;
  }

  .wb-hero__stack .wb-field-icon,
  .wb-hero__stack .wb-custom-select__arrow {
    color: #3d5e56;
  }

  .wb-hero__stack .wb-autocomplete-dropdown,
  .wb-hero__stack .wb-custom-select__dropdown {
    background-color: #f6efe9;
    border-radius: 0;
    border: 1px solid #ddd3cb;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    padding: 0;
    top: 100%;
  }

  .wb-hero__stack .wb-autocomplete-dropdown {
    max-height: 280px;
    overflow-y: auto;
  }

  .wb-hero__stack .wb-autocomplete-item,
  .wb-hero__stack .wb-custom-select__option {
    font-weight: 700;
    color: #3d5e56;
    padding: 0.62rem 1rem;
    border-bottom: 1px solid #ddd3cb;
    transition: background-color 0.12s ease;
  }

  .wb-hero__stack .wb-autocomplete-item:last-child,
  .wb-hero__stack .wb-custom-select__option:last-child {
    border-bottom: none;
  }

  .wb-hero__stack .wb-autocomplete-item:hover,
  .wb-hero__stack .wb-custom-select__option:hover {
    background-color: #eae0d6;
  }

  .wb-hero__stack .wb-autocomplete-item.is-selected,
  .wb-hero__stack .wb-custom-select__option.is-selected {
    background-color: #ded3c8;
    color: #233835;
  }

  .wb-hero__stack .wb-check-row {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 0.15rem;
  }

  .wb-hero__stack .wb-check-row input[type="checkbox"] {
    border-radius: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    width: 17px;
    height: 17px;
  }

  .wb-hero__stack .wb-check-row input[type="checkbox"]:checked {
    background-color: #f6efe9;
    border-color: #f6efe9;
  }

  .wb-hero__stack .wb-deck-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 0.6rem;
  }

  .wb-hero__stack .wb-btn-search-trips {
    background: #ffffff !important;
    color: #3d5e56 !important;
    border-radius: 0 !important;
    border: none !important;
    height: 46px;
    padding: 0 2.2rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
  }

  .wb-hero__stack .wb-btn-search-trips:hover {
    background: #f0ebe4 !important;
    transform: translateY(-1px);
  }

  .wb-hero__stack .wb-btn-explore-regions {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 0 !important;
    height: 46px;
    padding: 0 2.2rem;
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  }

  .wb-hero__stack .wb-btn-explore-regions:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    transform: translateY(-1px);
  }

  .wb-hero__image-wrap {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: #dfcbb5;
  }

  .wb-hero__image-wrap img {
    width: 100%;
    height: clamp(280px, 36vw, 420px);
    object-fit: cover;
    display: block;
  }

  .wb-hero__image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 520px;
    box-shadow: 0 16px 36px rgba(45, 30, 22, 0.09);
    background: #DFCBB5;
  }

  .wb-hero__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ---- Wochenend-Favoriten 3+1 Grid & Cards ---- */
  .wb-favs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
  }

  .wb-favs-grid__banner {
    grid-column: 1 / -1;
  }

  .wb-fav-card {
    display: flex;
    flex-direction: column;
    background: #f7f0ea;
    border: 1px solid #ddd4cc;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  }

  .wb-fav-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(35, 56, 53, 0.08);
    border-color: #c9c0b7;
  }

  .wb-fav-card__media {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: #dfcbb5;
  }

  .wb-fav-card__media img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .wb-favs-grid__banner .wb-fav-card__media img {
    height: clamp(230px, 22vw, 300px);
  }

  .wb-fav-card__body {
    padding: 1.25rem 1.35rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .wb-fav-card__body h3 {
    font-family: var(--wb-font-display);
    font-size: 1.35rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }

  .wb-fav-card__desc {
    color: #55716c;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0 0 1rem 0;
    flex-grow: 1;
  }

  .wb-fav-card__price-tag {
    font-family: var(--wb-font-display);
    font-weight: 800;
    font-size: 1.12rem;
    color: #233835;
    margin-top: auto;
    letter-spacing: -0.01em;
  }

  .wb-btn--outline-sharp,
  .wb-section-head .wb-btn--outline-sharp {
    border-radius: 0 !important;
    border: 1px solid #788f8a !important;
    color: #233835 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 0.62rem 1.35rem !important;
    background: transparent !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }

  .wb-btn--outline-sharp:hover,
  .wb-section-head .wb-btn--outline-sharp:hover {
    background: rgba(35, 56, 53, 0.06) !important;
    border-color: #233835 !important;
  }

  @media (max-width: 960px) {
    .wb-favs-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 620px) {
    .wb-favs-grid {
      grid-template-columns: 1fr;
      gap: 1.1rem;
    }
  }

  @media (max-width: 680px) {
    .wb-hero__stack .wb-field-grid {
      grid-template-columns: 1fr;
      gap: 0.95rem;
    }
    .wb-hero__stack .wb-field--full,
    .wb-hero__stack .wb-field--half,
    .wb-hero__stack .wb-field--third {
      grid-column: span 1;
    }
    .wb-hero__stack .wb-deck-actions {
      flex-direction: column;
      align-items: stretch;
    }
    .wb-hero__stack .wb-deck-actions .wb-btn-search-trips,
    .wb-hero__stack .wb-deck-actions .wb-btn-explore-regions {
      width: 100%;
    }
  }

  @media (max-width: 560px) {
    .wb-hero {
      padding-block: 2rem 2.5rem;
    }
    .wb-hero__content {
      gap: 1.5rem;
      padding-inline: 1rem;
    }
    .wb-hero__image-card {
      min-height: 280px;
      border-radius: 18px;
    }
  }

  /* ---- Region / destinations browser ---- */
  .wb-region-panel {
    background: var(--wb-white);
    border: 1px solid var(--wb-line-soft);
    border-radius: var(--wb-radius-lg);
    padding: var(--wb-space-4);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: var(--wb-space-4);
    align-items: start;
  }

  .wb-region-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wb-space-3);
  }

  .wb-region-list dt {
    font-family: var(--wb-font-display);
    color: var(--wb-forest);
    font-weight: 700;
    margin-bottom: 0.3rem;
  }

  .wb-region-list dd { color: var(--wb-text-muted); font-size: 0.9rem; }

  .wb-map-plate {
    border-radius: var(--wb-radius-md);
    background: linear-gradient(160deg, var(--wb-mint), var(--wb-beige));
    aspect-ratio: 4/3;
    display: grid;
    place-items: center;
    color: var(--wb-ink-soft);
    border: 1px solid var(--wb-line-soft);
    padding: var(--wb-space-3);
    text-align: center;
  }

  @media (max-width: 900px) {
    .wb-region-panel { grid-template-columns: 1fr; }
    .wb-region-list { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 560px) {
    .wb-region-list { grid-template-columns: 1fr; }
  }

  .wb-region-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: var(--wb-space-3);
  }

  .wb-region-chip {
    border: 1px solid var(--wb-line);
    background: var(--wb-white);
    padding: 0.5rem 1rem;
    border-radius: var(--wb-radius-pill);
    font-weight: 600;
    font-size: 0.88rem;
    min-height: 44px;
  }

  .wb-region-chip[aria-pressed="true"] {
    background: var(--wb-forest);
    color: var(--wb-cream);
    border-color: var(--wb-forest);
  }

  .wb-region-block {
    padding-block: var(--wb-space-4);
    border-top: 1px solid var(--wb-line-soft);
  }

  /* ---- Editorial rows (weekend ideas) ---- */
  .wb-idea-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--wb-space-4);
    align-items: center;
    padding-block: var(--wb-space-4);
    border-bottom: 1px solid var(--wb-line-soft);
  }

  .wb-idea-row:last-child { border-bottom: none; }

  .wb-idea-row:nth-child(even) { direction: rtl; }
  .wb-idea-row:nth-child(even) > * { direction: ltr; }

  .wb-idea-row__media {
    aspect-ratio: 16/11;
    border-radius: var(--wb-radius-lg);
    overflow: clip;
    background: linear-gradient(150deg, var(--wb-mint), var(--wb-beige));
  }

  .wb-idea-row__media img { inline-size: 100%; block-size: 100%; object-fit: cover; }

  .wb-idea-row__copy {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  @media (max-width: 860px) {
    .wb-idea-row,
    .wb-idea-row:nth-child(even) {
      grid-template-columns: 1fr;
      direction: ltr;
    }
  }

  /* ---- Blog / article grid ---- */
  .wb-articles-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
    width: 100%;
  }

  .wb-article-card {
    background: #f7f0ea;
    border: 1px solid #ddd4cc;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
  }

  .wb-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(35, 56, 53, 0.08);
  }

  .wb-article-card__media {
    width: 100%;
    height: 210px;
    background: #dfcbb5;
    overflow: hidden;
    line-height: 0;
  }

  .wb-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .wb-article-card__body {
    padding: 1.15rem 1.25rem 1.35rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .wb-article-card__cat {
    font-size: 0.82rem;
    color: #768e89;
    font-weight: 600;
    margin-bottom: 0.45rem;
  }

  .wb-article-card__body h3 {
    font-family: var(--wb-font-display);
    font-size: 1.1rem;
    font-weight: 800;
    color: #233835;
    line-height: 1.32;
    margin: 0 0 1.2rem 0;
    letter-spacing: -0.01em;
  }

  .wb-article-card__meta {
    font-family: var(--wb-font-display);
    font-size: 0.8rem;
    font-weight: 700;
    color: #233835;
    margin-top: auto;
  }

  /* ---- Reviews Grid (Geschichten von Reisenden) ---- */
  .wb-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
  }

  .wb-quote-card {
    background: #3d5e56;
    border-radius: 0;
    padding: 1.6rem 1.6rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    color: #ffffff;
  }

  .wb-quote-card__media {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 1.2rem;
    line-height: 0;
    background: #2e4741;
  }

  .wb-quote-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .wb-quote-card__name {
    font-family: var(--wb-font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
    letter-spacing: -0.01em;
  }

  .wb-quote-card__stars {
    color: #ffffff;
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.55rem;
    line-height: 1;
  }

  .wb-quote-card__location {
    font-size: 0.82rem;
    color: #d7e4e0;
    margin-bottom: 0.85rem;
    display: block;
    line-height: 1.35;
  }

  .wb-quote-card blockquote {
    font-size: 0.86rem;
    color: #d7e4e0;
    line-height: 1.5;
    margin: 0;
    font-style: normal;
  }

  /* ---- Sharp Newsletter Card ---- */
  .wb-newsletter--sharp {
    background: #3d5e56 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: clamp(2.5rem, 4.5vw, 3.5rem) clamp(1.5rem, 3.5vw, 3rem) !important;
  }

  .wb-newsletter--sharp h2 {
    font-family: var(--wb-font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.015em;
    margin: 0 0 0.75rem 0;
  }

  .wb-newsletter--sharp p.wb-lede {
    color: #d7e4e0;
    font-size: 0.96rem;
    line-height: 1.5;
    max-width: 44rem;
    margin: 0 0 1.4rem 0;
  }

  .wb-newsletter--sharp form {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    width: 100%;
    max-width: 42rem;
    margin-top: 0.25rem;
  }

  .wb-newsletter--sharp input[type="email"] {
    background: transparent !important;
    border: 1px solid #78928c !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    height: 44px;
    padding: 0 1.25rem;
    font-size: 0.95rem;
  }

  .wb-newsletter--sharp input[type="email"]::placeholder {
    color: #b0c2be;
  }

  .wb-newsletter--sharp .wb-btn--newsletter {
    background: #ffffff !important;
    color: #3d5e56 !important;
    border-radius: 0 !important;
    border: none !important;
    height: 44px;
    padding: 0 1.75rem;
    font-weight: 700;
    font-size: 0.96rem;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }

  .wb-newsletter--sharp .wb-btn--newsletter:hover {
    background: #f0ebe4 !important;
  }

  .wb-newsletter--sharp .wb-check-row {
    color: #d7e4e0;
    font-size: 0.86rem;
    margin-top: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
  }

  .wb-newsletter--sharp .wb-check-row input[type="checkbox"] {
    border-radius: 0 !important;
    border: 1px solid #78928c !important;
    background: transparent !important;
  }

  @media (max-width: 980px) {
    .wb-articles-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 680px) {
    .wb-reviews-grid {
      grid-template-columns: 1fr;
    }
    .wb-articles-grid-4 {
      grid-template-columns: 1fr;
    }
    .wb-newsletter--sharp form {
      flex-direction: column;
      align-items: stretch;
    }
    .wb-newsletter--sharp input[type="email"],
    .wb-newsletter--sharp .wb-btn--newsletter {
      width: 100%;
    }
  }

  /* ==========================================================================
     Trips Page Redesign: Filter Deck & Sharp Catalog
     ========================================================================== */
  .wb-trips-deck {
    background: #3d5e56;
    border-radius: 0;
    padding: clamp(2rem, 3.8vw, 3rem);
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 3rem;
  }

  .wb-trips-deck h2 {
    font-family: var(--wb-font-display);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.015em;
    margin: 0 0 1.5rem 0;
  }

  .wb-trips-deck .wb-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    position: relative;
  }

  .wb-trips-deck label {
    font-size: 0.86rem;
    font-weight: 600;
    color: #ffffff;
    display: block;
    line-height: 1.35;
  }

  .wb-trips-deck input[type="text"],
  .wb-trips-deck input[type="date"],
  .wb-trips-deck .wb-custom-select__trigger {
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    color: #233835 !important;
    height: 44px;
    padding: 0 1rem;
    font-size: 0.95rem;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .wb-trips-deck input[type="text"] {
    cursor: text;
  }

  .wb-trips-deck input[type="text"]::placeholder {
    color: #8c9b98;
  }

  .wb-trips-deck .wb-custom-select {
    position: relative;
    width: 100%;
  }

  .wb-trips-deck .wb-custom-select__value {
    color: #233835;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wb-trips-deck .wb-custom-select__arrow {
    color: #233835;
    flex-shrink: 0;
  }

  .wb-trips-deck .wb-custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #c7d2cf;
    border-radius: 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    z-index: 50;
    max-height: 240px;
    overflow-y: auto;
    display: none;
  }

  .wb-trips-deck .wb-custom-select.is-open .wb-custom-select__dropdown {
    display: block;
  }

  .wb-trips-deck .wb-custom-select__option {
    padding: 0.7rem 1rem;
    font-size: 0.92rem;
    color: #233835;
    cursor: pointer;
    transition: background 0.12s ease;
  }

  .wb-trips-deck .wb-custom-select__option:hover,
  .wb-trips-deck .wb-custom-select__option.is-selected {
    background: #f0ebe4;
    font-weight: 700;
  }

  /* Filter Deck Rows */
  .wb-trips-deck__row-1 {
    margin-bottom: 1.25rem;
  }

  .wb-trips-deck__row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    align-items: flex-end;
  }

  .wb-trips-deck__row-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .wb-trips-deck__row-4 {
    margin-bottom: 1.25rem;
  }

  .wb-trips-deck__row-5 {
    max-width: 100%;
  }

  /* Range input inside deck */
  .wb-trips-deck input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
    margin: 1.25rem 0 0.5rem;
    cursor: pointer;
  }

  .wb-trips-deck input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
  }

  .wb-trips-deck input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
  }

  /* Checkbox inside deck */
  .wb-trips-deck .wb-check-row {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    font-size: 0.92rem;
    cursor: pointer;
    margin: 0;
  }

  .wb-trips-deck .wb-check-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    display: inline-grid;
    place-content: center;
  }

  .wb-trips-deck .wb-check-row input[type="checkbox"]:checked {
    background: #ffffff;
  }

  .wb-trips-deck .wb-check-row input[type="checkbox"]:checked::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #3d5e56;
    border-bottom: 2px solid #3d5e56;
    transform: rotate(-45deg) translate(1px, -1px);
  }

  /* Datepicker icon wrapper */
  .wb-trips-deck .wb-date-input-wrap {
    position: relative;
  }

  .wb-trips-deck .wb-date-input-wrap .wb-field-icon {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #3d5e56;
    pointer-events: none;
  }

  /* Trips Grid (3 Columns) */
  .wb-trips-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
    width: 100%;
    margin-bottom: 3.5rem;
  }

  /* Trip Card Sharp */
  .wb-trip-card--sharp {
    background: #f7f0ea;
    border: 1px solid #ddd4cc;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .wb-trip-card--sharp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(35, 56, 53, 0.08);
  }

  .wb-trip-card--sharp .wb-card__media {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #dfcbb5;
    line-height: 0;
  }

  .wb-trip-card--sharp .wb-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .wb-trip-card--sharp .wb-card__body {
    padding: 1.25rem 1.35rem 1.45rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .wb-trip-card--sharp h3 {
    font-family: var(--wb-font-display);
    font-size: 1.16rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.35rem 0;
    line-height: 1.32;
    letter-spacing: -0.01em;
  }

  .wb-trip-card--sharp .wb-card__meta {
    font-size: 0.8rem;
    color: #768e89;
    font-weight: 600;
    margin: 0 0 0.8rem 0;
  }

  .wb-trip-card--sharp .wb-card__desc {
    font-size: 0.87rem;
    color: #55716c;
    line-height: 1.45;
    margin: 0 0 1.15rem 0;
    flex-grow: 1;
  }

  .wb-trip-card--sharp .wb-card__price {
    font-family: var(--wb-font-display);
    font-size: 1.12rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 1rem 0;
    letter-spacing: -0.01em;
  }

  .wb-trip-card--sharp .wb-card__actions {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    margin-top: auto;
  }

  .wb-trip-card--sharp .wb-btn--trip-view {
    background: #3d5e56 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 700;
    font-size: 0.95rem;
    flex: 1;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }

  .wb-trip-card--sharp .wb-btn--trip-view:hover {
    background: #2b453e !important;
  }

  .wb-trip-card--sharp .wb-heart--sharp {
    width: 42px;
    height: 42px;
    border-radius: 0 !important;
    border: 1px solid #78928c !important;
    background: transparent !important;
    color: #3d5e56 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: all 0.15s ease;
  }

  .wb-trip-card--sharp .wb-heart--sharp:hover {
    background: rgba(61, 94, 86, 0.08) !important;
    border-color: #3d5e56 !important;
  }

  .wb-trip-card--sharp .wb-heart--sharp[aria-pressed="true"] {
    background: #3d5e56 !important;
    color: #ffffff !important;
    border-color: #3d5e56 !important;
  }

  .wb-trip-card--sharp .wb-heart--sharp[aria-pressed="true"] svg {
    fill: currentColor;
  }

  @media (max-width: 980px) {
    .wb-trips-deck__row-2 {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .wb-trips-deck__row-3 {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .wb-trips-grid-3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 640px) {
    .wb-trips-grid-3 {
      grid-template-columns: 1fr;
    }
  }

  .wb-article-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--wb-space-4);
    align-items: center;
    background: var(--wb-white);
    border: 1px solid var(--wb-line-soft);
    border-radius: var(--wb-radius-lg);
    padding: var(--wb-space-3);
    margin-bottom: var(--wb-space-4);
  }

  .wb-article-featured__media {
    aspect-ratio: 16/11;
    border-radius: var(--wb-radius-md);
    overflow: clip;
    background: linear-gradient(140deg, var(--wb-mint), var(--wb-beige));
  }

  .wb-article-featured__media img { inline-size: 100%; block-size: 100%; object-fit: cover; }

  @media (max-width: 860px) {
    .wb-article-featured { grid-template-columns: 1fr; }
  }

  /* ---- Hotel / casino property section ---- */
  .wb-property {
    display: flex;
    flex-direction: column;
    gap: var(--wb-space-3);
    padding-block: var(--wb-space-4);
    border-bottom: 1px solid var(--wb-line-soft);
  }

  .wb-property:last-of-type { border-bottom: none; }

  .wb-property__media {
    aspect-ratio: 21/9;
    border-radius: var(--wb-radius-lg);
    overflow: clip;
    background: linear-gradient(140deg, var(--wb-mint), var(--wb-beige));
  }

  .wb-property__media img { inline-size: 100%; block-size: 100%; object-fit: cover; }

  .wb-property__rooms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wb-space-3);
  }

  @media (max-width: 760px) {
    .wb-property__rooms { grid-template-columns: 1fr; }
  }

  .wb-room-tier {
    background: var(--wb-beige);
    border-radius: var(--wb-radius-md);
    padding: var(--wb-space-3);
  }

  .wb-property__list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wb-space-3);
  }

  @media (max-width: 760px) {
    .wb-property__list-grid { grid-template-columns: 1fr; }
  }

  /* ---- Casino event card ---- */
  .wb-event {
    display: flex;
    flex-direction: column;
    gap: var(--wb-space-3);
    padding-block: var(--wb-space-4);
    border-bottom: 1px solid var(--wb-line-soft);
  }

  .wb-event:last-of-type { border-bottom: none; }

  .wb-event__media {
    aspect-ratio: 21/9;
    border-radius: var(--wb-radius-lg);
    overflow: clip;
    background: linear-gradient(140deg, var(--wb-ink-soft), var(--wb-forest));
  }

  .wb-event__media img { inline-size: 100%; block-size: 100%; object-fit: cover; }

  .wb-event__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--wb-space-3);
  }

  @media (max-width: 760px) {
    .wb-event__grid { grid-template-columns: 1fr; }
  }

  .wb-event-side {
    background: var(--wb-white);
    border: 1px solid var(--wb-line-soft);
    border-radius: var(--wb-radius-md);
    padding: var(--wb-space-3);
  }

  /* ---- Notice / policy blocks ---- */
  .wb-notice {
    background: var(--wb-beige);
    border-radius: var(--wb-radius-lg);
    padding: var(--wb-space-4);
    display: flex;
    flex-direction: column;
    gap: var(--wb-space-3);
  }

  .wb-notice__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wb-space-3);
  }

  @media (max-width: 760px) {
    .wb-notice__grid { grid-template-columns: 1fr; }
  }

  .wb-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wb-space-3);
    text-align: center;
  }

  @media (max-width: 760px) {
    .wb-help-grid { grid-template-columns: 1fr; }
  }

  /* ---- Legal page layout ---- */
  .wb-legal {
    display: flex;
    flex-direction: column;
    gap: var(--wb-space-3);
    max-width: 54rem;
  }

  .wb-legal section {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .wb-legal h2 { margin-top: var(--wb-space-2); }

  .wb-legal ul {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-left: 1.3rem;
    list-style: disc;
  }

  .wb-legal .wb-crumb { margin-bottom: var(--wb-space-2); }

  /* ---- Wishlist page ---- */
  .wb-saved-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wb-space-3);
  }

  @media (max-width: 980px) {
    .wb-saved-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 620px) {
    .wb-saved-grid { grid-template-columns: 1fr; }
  }

  /* ---- Success page ---- */
  .wb-success {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: var(--wb-space-5);
  }

  .wb-success p {
    font-family: var(--wb-font-display);
    font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem);
    color: var(--wb-forest);
    max-width: 40rem;
  }

  /* ---- Trip filter rail ---- */
  .wb-filter-rail {
    background: #3B2A22 !important;
    border: none;
    border-radius: 24px;
    padding: 2.2rem 1.65rem 2rem 1.65rem;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    box-shadow: 0 16px 40px rgba(25, 14, 10, 0.22);
    color: #F2EAD7;
    width: 100%;
    box-sizing: border-box;
  }

  .wb-filter-rail h2 {
    font-family: var(--wb-font-display, "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    font-size: 1.55rem;
    font-weight: 800;
    color: #F2EAD7;
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.015em;
  }

  .wb-filter-rail .wb-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
  }

  .wb-filter-rail .wb-field label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #F2EAD7;
    margin-bottom: 0;
    display: block;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .wb-filter-rail .wb-field input[type="text"],
  .wb-filter-rail .wb-field input[type="date"],
  .wb-filter-rail .wb-field textarea,
  .wb-filter-rail .wb-field select {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 0.65rem 0.95rem;
    background-color: #FAF7F2;
    color: #3B2A22;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: inherit;
    box-sizing: border-box;
    transition: background-color 0.2s, box-shadow 0.2s;
  }

  .wb-filter-rail .wb-field textarea {
    resize: none;
    height: 56px;
    line-height: 1.35;
    padding: 0.55rem 0.85rem;
  }

  .wb-filter-rail .wb-field input[type="text"]:focus,
  .wb-filter-rail .wb-field textarea:focus,
  .wb-filter-rail .wb-field input[type="date"]:focus {
    outline: none;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(242, 234, 215, 0.45);
  }

  .wb-filter-rail .wb-field input::placeholder,
  .wb-filter-rail .wb-field textarea::placeholder {
    color: #9E9388;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .wb-filter-rail .wb-custom-select {
    position: relative;
    width: 100%;
  }

  .wb-filter-rail .wb-custom-select__trigger {
    width: 100%;
    height: 46px;
    background-color: #FAF7F2;
    border: none;
    border-radius: 10px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.98rem;
    font-weight: 600;
    font-family: inherit;
    color: #3B2A22;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-filter-rail .wb-custom-select__trigger:hover {
    background-color: #F5EFE4;
  }

  .wb-filter-rail .wb-custom-select__trigger:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 234, 215, 0.45);
  }

  .wb-filter-rail .wb-custom-select__arrow {
    color: #3B2A22;
    transition: transform 0.2s ease;
  }

  .wb-filter-rail .wb-custom-select.is-open .wb-custom-select__arrow {
    transform: rotate(180deg);
  }

  .wb-filter-rail .wb-custom-select__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 50;
    background: #FAF7F2;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 0;
  }

  .wb-filter-rail .wb-custom-select.is-open .wb-custom-select__dropdown {
    display: block;
  }

  .wb-filter-rail .wb-custom-select__option {
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #3B2A22;
    cursor: pointer;
    background: #FAF7F2;
    transition: background-color 0.15s ease;
  }

  .wb-filter-rail .wb-custom-select__option:hover {
    background: #ECE5D8;
  }

  .wb-filter-rail .wb-custom-select__option.is-selected {
    background: #D1C6B8;
    color: #3B2A22;
  }

  .wb-filter-rail input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background: #FAF7F2;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin: 0.6rem 0 0.2rem 0;
  }

  .wb-filter-rail input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FAF7F2;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }

  .wb-filter-rail input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FAF7F2;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }

  .wb-filter-rail .wb-check-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
    font-size: 0.98rem;
    color: #F2EAD7;
    font-weight: 600;
    margin-top: 0.2rem;
  }

  .wb-filter-rail .wb-check-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid rgba(242, 234, 215, 0.55);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    display: inline-grid;
    place-content: center;
    transition: all 0.2s ease;
  }

  .wb-filter-rail .wb-check-row input[type="checkbox"]:checked {
    background: #FAF7F2;
    border-color: #FAF7F2;
  }

  .wb-filter-rail .wb-check-row input[type="checkbox"]:checked::before {
    content: "";
    width: 8px;
    height: 4px;
    border-left: 2px solid #3B2A22;
    border-bottom: 2px solid #3B2A22;
    transform: rotate(-45deg) translate(1px, -1px);
  }

  .wb-filter-rail .wb-input-wrap {
    position: relative;
    width: 100%;
  }

  .wb-filter-rail .wb-field-icon {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #3B2A22;
    pointer-events: none;
  }

  .wb-filter-toggle {
    display: none;
  }

  @media (max-width: 900px) {
    .wb-filter-toggle {
      display: inline-flex;
      margin-bottom: var(--wb-space-2);
    }
    .wb-filter-rail[data-collapsed="true"] {
      display: none;
    }
  }

  .wb-result-count {
    font-weight: 700;
    color: #3B2A22;
    margin-bottom: 1rem;
  }

  /* ==========================================================================
     Destination Page (destenation.html) — Editorial Sharp Aesthetic
     ========================================================================== */
  
  .wb-dest-hero {
    text-align: center;
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
  }

  .wb-dest-hero__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(2.2rem, 3.8vw, 3.1rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.015em;
    line-height: 1.15;
  }

  .wb-dest-hero__lede {
    font-size: 1.05rem;
    color: #446762;
    max-width: 44rem;
    margin: 0 auto 1.75rem;
    line-height: 1.55;
  }

  .wb-dest-hero__btn {
    border-radius: 0 !important;
    border: 1.5px solid #233835;
    background: transparent;
    color: #233835;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }

  .wb-dest-hero__btn:hover {
    background: #233835;
    color: #FAF7F2;
  }

  /* Map Deck */
  .wb-dest-map-deck {
    background: #3d5e56;
    border-radius: 0 !important;
    padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2.2rem);
    color: #FAF7F2;
    box-shadow: 0 12px 36px rgba(35, 56, 53, 0.14);
    margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
  }

  .wb-dest-map-deck__head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 1.5rem;
  }

  .wb-dest-map-deck__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.5rem, 2.6vw, 2.15rem);
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.01em;
  }

  .wb-dest-map-deck__lede {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.5;
  }

  .wb-dest-chips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    width: 100%;
  }

  @media (max-width: 960px) {
    .wb-dest-chips-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 520px) {
    .wb-dest-chips-grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-region-chip {
    background: #FAF7F2;
    border-radius: 0 !important;
    padding: 0.9rem 1.1rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  }

  .wb-region-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
  }

  .wb-region-chip__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-weight: 700;
    font-size: 0.98rem;
    color: #233835;
    margin: 0;
  }

  .wb-region-chip__sub {
    font-size: 0.78rem;
    color: #557570;
    line-height: 1.35;
    margin: 0;
  }

  .wb-dest-map-wrap {
    width: 100%;
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wb-dest-map-wrap img {
    width: 100%;
    max-width: 980px;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    border-radius: 0 !important;
    display: block;
  }

  .wb-dest-map-deck__footer {
    text-align: center;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 1.25rem 0 0 0;
    font-style: italic;
  }

  /* Top 6 Featured Cards Grid */
  .wb-dest-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
  }

  @media (max-width: 800px) {
    .wb-dest-featured-grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-dest-featured-card {
    background: #FAF7F2;
    border: 1px solid #E3DCD5;
    border-radius: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(35, 56, 53, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-dest-featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(35, 56, 53, 0.1);
  }

  .wb-dest-featured-card__media {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    overflow: hidden;
    background: #E8E2DD;
  }

  .wb-dest-featured-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-dest-featured-card__body {
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .wb-dest-featured-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.22rem;
    font-weight: 700;
    color: #233835;
    margin: 0 0 0.35rem 0;
    letter-spacing: -0.01em;
  }

  .wb-dest-featured-card__meta {
    font-size: 0.86rem;
    color: #557570;
    line-height: 1.45;
    margin: 0 0 1.35rem 0;
  }

  .wb-btn--dest {
    margin-top: auto;
    width: 100%;
    text-align: center;
    background: #3d5e56;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    border: none;
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.8rem 1rem;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
    letter-spacing: 0.01em;
  }

  .wb-btn--dest:hover {
    background: #2a433d;
  }

  /* Regional Sections */
  .wb-dest-section {
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
    border-top: 1px solid rgba(68, 103, 98, 0.18);
    scroll-margin-top: 5rem;
  }

  .wb-dest-section__head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2.25rem;
  }

  .wb-dest-section__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.6rem, 2.7vw, 2.15rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.015em;
  }

  .wb-dest-section__lede {
    font-size: 0.96rem;
    color: #557570;
    line-height: 1.5;
    margin: 0;
  }

  /* Grid layouts */
  .wb-dest-trips-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  @media (max-width: 960px) {
    .wb-dest-trips-grid-3 {
      grid-template-columns: 1fr;
      max-width: 580px;
      margin-inline: auto;
    }
  }

  .wb-dest-trips-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  @media (max-width: 860px) {
    .wb-dest-trips-grid-2 {
      grid-template-columns: 1fr;
      max-width: 580px;
      margin-inline: auto;
    }
  }

  .wb-dest-wide-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Vertical Card (3-column sections) */
  .wb-dest-card-v {
    background: #FAF7F2;
    border: 1px solid #E3DCD5;
    border-radius: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 12px rgba(35, 56, 53, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-dest-card-v:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(35, 56, 53, 0.09);
  }

  .wb-dest-card-v__media {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    background: #E8E2DD;
  }

  .wb-dest-card-v__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-dest-card-v__body {
    padding: 1.15rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .wb-dest-card__head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
  }

  .wb-dest-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.08rem;
    font-weight: 700;
    color: #233835;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .wb-dest-card__meta {
    font-size: 0.8rem;
    color: #557570;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.01em;
  }

  .wb-dest-card__desc {
    font-size: 0.86rem;
    color: #4E6562;
    line-height: 1.5;
    margin: 0;
  }

  /* Crisp Square Arrow Button ↗ */
  .wb-dest-arrow-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #C4B9B4;
    background: transparent;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #233835;
    font-size: 1.05rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }

  .wb-dest-arrow-btn:hover {
    background: #3d5e56;
    color: #FFFFFF;
    border-color: #3d5e56;
    transform: translate(1px, -1px);
  }

  /* Horizontal Card (2-column sections & wide section) */
  .wb-dest-card-h {
    background: #FAF7F2;
    border: 1px solid #E3DCD5;
    border-radius: 0 !important;
    overflow: hidden;
    display: grid;
    grid-template-columns: 200px 1fr;
    box-shadow: 0 3px 12px rgba(35, 56, 53, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-dest-card-h:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(35, 56, 53, 0.09);
  }

  .wb-dest-card-h__media {
    width: 100%;
    height: 100%;
    min-height: 170px;
    overflow: hidden;
    background: #E8E2DD;
  }

  .wb-dest-card-h__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-dest-card-h__body {
    padding: 1.15rem 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media (max-width: 620px) {
    .wb-dest-card-h {
      grid-template-columns: 1fr;
    }
    .wb-dest-card-h__media {
      aspect-ratio: 16 / 10;
      min-height: auto;
    }
  }

  /* Wide Card specific styling */
  .wb-dest-card-wide {
    grid-template-columns: 320px 1fr;
  }

  @media (max-width: 768px) {
    .wb-dest-card-wide {
      grid-template-columns: 1fr;
    }
  }

  /* ==========================================================================
     Weekend Ideas Page (weekend-ideas.html) — Editorial Sharp Aesthetic
     ========================================================================== */
  
  .wb-ideas-hero {
    text-align: center;
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  }

  .wb-ideas-hero__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(2.2rem, 3.8vw, 3.1rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.015em;
  }

  .wb-ideas-hero__lede {
    font-size: 1.05rem;
    color: #446762;
    max-width: 46rem;
    margin: 0 auto;
    line-height: 1.55;
  }

  /* Ideas Cards Flow */
  .wb-ideas-flow {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
  }

  .wb-ideas-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }

  @media (max-width: 860px) {
    .wb-ideas-row {
      grid-template-columns: 1fr;
    }
  }

  .wb-ideas-card {
    background: #FAF7F2;
    border: 1px solid #E3DCD5;
    border-radius: 0 !important;
    overflow: hidden;
    display: grid;
    grid-template-columns: 200px 1fr;
    box-shadow: 0 3px 12px rgba(35, 56, 53, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-ideas-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(35, 56, 53, 0.09);
  }

  .wb-ideas-card__media {
    width: 100%;
    height: 100%;
    min-height: 180px;
    overflow: hidden;
    background: #E8E2DD;
  }

  .wb-ideas-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-ideas-card__body {
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wb-ideas-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.18rem;
    font-weight: 700;
    color: #233835;
    margin: 0 0 0.45rem 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .wb-ideas-card__desc {
    font-size: 0.86rem;
    color: #557570;
    line-height: 1.45;
    margin: 0 0 1.1rem 0;
  }

  .wb-ideas-card__link {
    font-size: 0.86rem;
    font-weight: 600;
    color: #233835;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: auto;
    transition: color 0.15s ease;
  }

  .wb-ideas-card__link:hover {
    color: #3d5e56;
  }

  /* Wide Card */
  .wb-ideas-card--wide {
    grid-template-columns: 360px 1fr;
  }

  @media (max-width: 640px) {
    .wb-ideas-card,
    .wb-ideas-card--wide {
      grid-template-columns: 1fr;
    }
    .wb-ideas-card__media {
      aspect-ratio: 16 / 10;
      min-height: auto;
    }
  }

  /* FAQ Accordion Section */
  .wb-ideas-faq-section {
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
    border-top: 1px solid rgba(68, 103, 98, 0.16);
  }

  .wb-ideas-faq-head {
    margin-bottom: 2rem;
    text-align: left;
  }

  .wb-ideas-faq-head__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.015em;
  }

  .wb-ideas-faq-head__lede {
    font-size: 0.98rem;
    color: #557570;
    margin: 0;
  }

  .wb-faq-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .wb-faq-disclosure {
    background: #3d5e56;
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.15s ease;
  }

  .wb-faq-disclosure__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    padding: 1.1rem 1.4rem;
    color: #FFFFFF;
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.02rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    gap: 1rem;
    outline: none;
  }

  .wb-faq-disclosure__trigger:hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .wb-faq-disclosure__trigger svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
    color: #FFFFFF;
  }

  .wb-faq-disclosure[data-open="true"] .wb-faq-disclosure__trigger svg {
    transform: rotate(180deg);
  }

  .wb-faq-disclosure__panel {
    padding: 0 1.4rem 1.25rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .wb-faq-disclosure__panel p {
    margin: 0;
  }

  /* ==========================================================================
     Blog & Article Pages (blog.html & blog-*.html) — Editorial Sharp Aesthetic
     ========================================================================== */

  /* Blog Listing */
  .wb-blog-hero {
    text-align: center;
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  }

  .wb-blog-hero__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(2.2rem, 3.8vw, 3.1rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.015em;
  }

  .wb-blog-hero__lede {
    font-size: 1.05rem;
    color: #446762;
    max-width: 44rem;
    margin: 0 auto;
    line-height: 1.55;
  }

  /* 6 Articles Grid */
  .wb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.75rem;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
  }

  @media (max-width: 960px) {
    .wb-blog-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .wb-blog-grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-blog-card {
    background: transparent;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
  }

  .wb-blog-card:hover {
    transform: translateY(-3px);
  }

  .wb-blog-card__media-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #E8E2DD;
    margin-bottom: 1rem;
  }

  .wb-blog-card__media-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
    transition: transform 0.3s ease;
  }

  .wb-blog-card:hover .wb-blog-card__media-wrap img {
    transform: scale(1.02);
  }

  .wb-blog-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FAF7F2;
    color: #233835;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0 !important;
    letter-spacing: 0.01em;
  }

  .wb-blog-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: #233835;
    line-height: 1.35;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.01em;
  }

  .wb-blog-card__desc {
    font-size: 0.86rem;
    color: #557570;
    line-height: 1.45;
    margin: 0;
  }

  /* Blog FAQ Grid (3 columns row 1 & 2, 2 columns row 3 & 4) */
  .wb-blog-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: start;
  }

  .wb-blog-faq-grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
    align-items: start;
  }

  @media (max-width: 860px) {
    .wb-blog-faq-grid,
    .wb-blog-faq-grid--2 {
      grid-template-columns: 1fr;
    }
  }

  .wb-blog-faq-card {
    background: #3d5e56;
    border-radius: 0 !important;
    padding: 1.25rem 1.4rem;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-self: start;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .wb-blog-faq-card[data-open="false"] {
    gap: 0;
    padding: 1.1rem 1.4rem;
    align-self: start;
  }

  .wb-blog-faq-card__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    font: inherit;
    outline: none;
  }

  .wb-blog-faq-card__head:hover {
    opacity: 0.92;
  }

  .wb-blog-faq-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.35;
    flex-grow: 1;
  }

  .wb-blog-faq-card__head svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #FFFFFF;
    transition: transform 0.25s ease;
  }

  .wb-blog-faq-card[data-open="false"] .wb-blog-faq-card__head svg,
  .wb-blog-faq-card:not([data-open="true"]) .wb-blog-faq-card__head svg {
    transform: rotate(180deg);
  }

  .wb-blog-faq-card .wb-disclosure__panel,
  .wb-blog-faq-card .wb-blog-faq-card__panel {
    padding: 0;
    color: rgba(255, 255, 255, 0.88);
  }

  .wb-blog-faq-card[data-open="false"] .wb-disclosure__panel,
  .wb-blog-faq-card[data-open="false"] .wb-blog-faq-card__panel {
    display: none !important;
  }

  .wb-blog-faq-card[data-open="true"] .wb-disclosure__panel,
  .wb-blog-faq-card[data-open="true"] .wb-blog-faq-card__panel {
    display: block !important;
  }

  .wb-blog-faq-card__body {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    margin: 0;
  }

  /* Single Blog Post Template */
  .wb-post-hero {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-top: clamp(2rem, 3.5vw, 3rem);
    padding-bottom: clamp(2rem, 3.5vw, 3rem);
  }

  @media (max-width: 860px) {
    .wb-post-hero {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }

  .wb-post-hero__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 800;
    color: #233835;
    line-height: 1.18;
    margin: 0 0 1.1rem 0;
    letter-spacing: -0.015em;
  }

  .wb-post-hero__lede {
    font-size: 1.02rem;
    color: #446762;
    line-height: 1.6;
    margin: 0 0 1.25rem 0;
  }

  .wb-post-hero__meta {
    font-size: 0.88rem;
    font-weight: 700;
    color: #233835;
    margin: 0;
    letter-spacing: 0.01em;
  }

  .wb-post-hero__media {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    background: #E8E2DD;
    box-shadow: 0 8px 24px rgba(35, 56, 53, 0.08);
  }

  .wb-post-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-post-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgba(68, 103, 98, 0.16);
  }

  @media (max-width: 800px) {
    .wb-post-columns {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  .wb-post-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .wb-post-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .wb-post-section__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .wb-post-section__text {
    font-size: 0.88rem;
    color: #4E6562;
    line-height: 1.6;
    margin: 0;
  }

  .wb-post-section__list {
    margin: 0.35rem 0 0.35rem 1.25rem;
    padding: 0;
    font-size: 0.88rem;
    color: #4E6562;
    line-height: 1.6;
  }

  .wb-post-section__list li {
    margin-bottom: 0.2rem;
  }

  .wb-post-section__flow {
    display: inline-block;
    font-size: 0.88rem;
    font-weight: 500;
    color: #233835;
    background: rgba(68, 103, 98, 0.07);
    padding: 0.4rem 0.75rem;
    margin: 0.35rem 0;
  }

  /* ==========================================================================
     Hotels & Casinos Page (hotel-casions.html) — Editorial Sharp Aesthetic
     ========================================================================== */

  .wb-resort-card {
    background: #3d5e56;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
    padding: clamp(1.6rem, 2.5vw, 2.2rem);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }

  .wb-resort-card__hero {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    align-items: center;
  }

  @media (max-width: 860px) {
    .wb-resort-card__hero {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
  }

  .wb-resort-card__media {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    background: #2B4441;
  }

  .wb-resort-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-resort-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.35rem 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
  }

  .wb-resort-card__location {
    font-size: 0.88rem;
    color: #C2D6D2;
    margin: 0 0 0.6rem 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }

  .wb-resort-card__desc {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0 0 0.75rem 0;
  }

  .wb-resort-card__bullets {
    margin: 0 0 0.85rem 1.15rem;
    padding: 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
  }

  .wb-resort-card__bullets li {
    margin-bottom: 0.25rem;
  }

  .wb-resort-card__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
  }

  .wb-resort-card__rooms-title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.75rem 0;
  }

  .wb-resort-card__rooms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  @media (max-width: 960px) {
    .wb-resort-card__rooms-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 540px) {
    .wb-resort-card__rooms-grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-room-col {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0 !important;
    padding: 1.25rem 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
  }

  .wb-room-pill {
    background: #FAF7F2;
    color: #233835;
    padding: 0.65rem 0.85rem;
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.02rem;
    font-weight: 800;
    text-align: center;
    border-radius: 0 !important;
    margin-bottom: 0.85rem;
    line-height: 1.25;
  }

  .wb-room-col__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.55rem 0;
  }

  .wb-room-col__desc {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.5;
    margin: 0;
  }

  .wb-resort-bottom-box {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0 !important;
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: transparent;
  }

  .wb-resort-bottom-box .wb-room-pill {
    width: 100%;
    text-align: left;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
  }

  .wb-resort-bottom-box__text {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
    margin: 0;
  }

  /* Info Bars (Erwartungen & Wissenswertes) */
  .wb-info-bar {
    background: #3d5e56;
    color: #FFFFFF;
    padding: 1.35rem 1.6rem;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wb-info-bar__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.1rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.4rem 0;
  }

  .wb-info-bar__text {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0;
  }

  /* Reviews Table / Rows */
  .wb-review-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(68, 103, 98, 0.16);
    align-items: center;
  }

  .wb-review-row:last-child {
    border-bottom: none;
  }

  @media (max-width: 720px) {
    .wb-review-row {
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }

  .wb-review-row__meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .wb-review-row__stars {
    color: #233835;
    font-size: 0.95rem;
    letter-spacing: 2px;
  }

  .wb-review-row__author {
    font-size: 0.92rem;
    font-weight: 800;
    color: #233835;
  }

  .wb-review-row__city {
    font-size: 0.82rem;
    color: #557570;
  }

  .wb-review-row__text {
    font-size: 0.88rem;
    color: #4E6562;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
  }

  /* 3 Tips Grid */
  .wb-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  @media (max-width: 860px) {
    .wb-tips-grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-tip-card {
    background: #3d5e56;
    color: #FFFFFF;
    padding: 1.5rem 1.4rem;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .wb-tip-card__icon {
    font-size: 1.4rem;
    line-height: 1;
  }

  .wb-tip-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
  }

  .wb-tip-card__text {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0;
  }

  /* Responsible Gaming Box */
  .wb-legal-box {
    border: 1px solid rgba(68, 103, 98, 0.28);
    border-radius: 0 !important;
    background: #FAF7F2;
    padding: clamp(1.8rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .wb-legal-box__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.35rem 0;
    letter-spacing: -0.015em;
  }

  .wb-legal-box__lede {
    font-size: 0.92rem;
    color: #557570;
    line-height: 1.55;
    margin: 0;
  }

  .wb-legal-box__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(68, 103, 98, 0.16);
  }

  @media (max-width: 900px) {
    .wb-legal-box__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 540px) {
    .wb-legal-box__grid {
      grid-template-columns: 1fr;
    }
  }

  .wb-legal-col__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 0.92rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.35rem 0;
  }

  .wb-legal-col__text {
    font-size: 0.82rem;
    color: #557570;
    line-height: 1.5;
    margin: 0;
  }

  .wb-legal-box__disclaimer {
    font-size: 0.76rem;
    color: #7A938F;
    line-height: 1.5;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(68, 103, 98, 0.12);
  }

  /* ==========================================================================
     Casino Events Page (casino-events.html) — Editorial Sharp Aesthetic
     ========================================================================== */

  .wb-event-card {
    background: #FAF7F2;
    border: 1px solid rgba(68, 103, 98, 0.25);
    border-radius: 0 !important;
    padding: clamp(1.4rem, 2.2vw, 2.2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 2.5vw, 2.4rem);
    align-items: center;
  }

  @media (max-width: 860px) {
    .wb-event-card {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
  }

  .wb-event-card__media {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    background: #2B4441;
    border-radius: 0 !important;
  }

  .wb-event-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
  }

  .wb-event-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
  }

  .wb-event-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 800;
    color: #233835;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }

  .wb-event-card__desc {
    font-size: 0.88rem;
    color: #4E6562;
    line-height: 1.55;
    margin: 0;
  }

  .wb-event-card__bullets {
    margin: 0.2rem 0 0.4rem 1.15rem;
    padding: 0;
    font-size: 0.84rem;
    color: #4E6562;
    line-height: 1.55;
  }

  .wb-event-card__bullets li {
    margin-bottom: 0.35rem;
  }

  .wb-event-card__price {
    font-size: 1.12rem;
    font-weight: 800;
    color: #233835;
    margin: 0.4rem 0 0 0;
  }

  /* 3 Feature Boxes */
  .wb-feature-card {
    background: #3d5e56;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
    padding: 1.8rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }

  .wb-feature-card__num {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.6rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.2rem;
  }

  .wb-feature-card__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 1.18rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
  }

  .wb-feature-card__text {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0;
  }

  /* Testimonials Row (3 cols) */
  .wb-events-review-box {
    border: 1px solid rgba(68, 103, 98, 0.2);
    border-radius: 0 !important;
    background: #FAF7F2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  @media (max-width: 860px) {
    .wb-events-review-box {
      grid-template-columns: 1fr;
    }
  }

  .wb-events-review-col {
    padding: 1.6rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-right: 1px solid rgba(68, 103, 98, 0.15);
  }

  .wb-events-review-col:last-child {
    border-right: none;
  }

  @media (max-width: 860px) {
    .wb-events-review-col {
      border-right: none;
      border-bottom: 1px solid rgba(68, 103, 98, 0.15);
    }
    .wb-events-review-col:last-child {
      border-bottom: none;
    }
  }

  .wb-events-review__stars {
    color: #233835;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
  }

  .wb-events-review__author {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 0.98rem;
    font-weight: 800;
    color: #233835;
    margin: 0;
  }

  .wb-events-review__event {
    font-size: 0.82rem;
    color: #557570;
    margin: 0 0 0.4rem 0;
  }

  .wb-events-review__text {
    font-size: 0.84rem;
    color: #4E6562;
    line-height: 1.55;
    margin: 0;
  }

  /* Age Restriction (Hinweis zur Altersbeschränkung) */
  .wb-events-age-box {
    border: 1px solid rgba(68, 103, 98, 0.25);
    border-radius: 0 !important;
    padding: clamp(1.8rem, 3.2vw, 2.6rem);
    background: #FAF7F2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .wb-events-age-box__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.015em;
  }

  .wb-events-age-box__intro {
    font-size: 0.88rem;
    color: #4E6562;
    line-height: 1.55;
    margin: 0;
  }

  .wb-events-age-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 2.2rem;
  }

  @media (max-width: 768px) {
    .wb-events-age-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
  }

  .wb-events-age-item__title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: 0.95rem;
    font-weight: 800;
    color: #233835;
    margin: 0 0 0.35rem 0;
  }

  .wb-events-age-item__text {
    font-size: 0.82rem;
    color: #4E6562;
    line-height: 1.55;
    margin: 0;
  }

  .wb-events-age-item__bullets {
    margin: 0;
    padding-left: 1rem;
    font-size: 0.82rem;
    color: #4E6562;
    line-height: 1.55;
  }

  /* ==========================================================================
     Wishlist Page (wishlist.html) — Editorial Minimal Aesthetic
     ========================================================================== */

  .wb-wishlist-section {
    min-height: calc(100vh - 80px - 440px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem clamp(5rem, 9vw, 8.5rem) 1.5rem;
    background: #FAF7F2;
  }

  .wb-wishlist-container {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .wb-wishlist-title {
    font-family: var(--wb-font-display, "Mona Sans", sans-serif);
    font-size: clamp(2.3rem, 4.4vw, 3.6rem);
    font-weight: 800;
    color: #3d5e56;
    margin: 0 0 1.6rem 0;
    letter-spacing: -0.015em;
    line-height: 1.18;
    text-align: center;
  }

  .wb-wishlist-text {
    font-size: clamp(0.98rem, 1.3vw, 1.12rem);
    color: #4a5c59;
    line-height: 1.68;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

