/* Wendybrow public website — luxury-spa (aligned with wendybrow.com) */

:root {
  --wb-gold: #c5a047;
  --wb-gold-dark: #a8864f;
  --wb-cream: #faf8f5;
  --wb-cream-dark: #ebe4d8;
  --wb-brown: #2c2118;
  --wb-brown-light: #5c4a3d;
  --wb-header-bg: #1a1a1a;
  --wb-subheader-bg: #f9f7f2;
  --wb-text: #4a4038;
  --wb-white: #ffffff;
  --wb-site-max-width: 1280px;
  --wb-site-gutter-bg: #e5e0d8;
  --wb-footer-bg: #1f1712;
  --wb-font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', 'Songti SC', serif;
  --wb-font-sans: 'Lato', system-ui, -apple-system, 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
  --wb-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', 'Songti SC', serif;
  --wb-radius-sm: 4px;
  --wb-radius-md: 8px;
  --wb-shadow-card: 0 4px 20px rgba(44, 33, 24, 0.08);
}

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

body.wb-site {
  margin: 0;
  font-family: var(--wb-font-sans);
  color: var(--wb-text);
  background: linear-gradient(
    90deg,
    var(--wb-site-gutter-bg) 0%,
    color-mix(in srgb, var(--wb-cream) 35%, var(--wb-site-gutter-bg)) 14%,
    var(--wb-cream) 30%,
    var(--wb-cream) 70%,
    color-mix(in srgb, var(--wb-cream) 35%, var(--wb-site-gutter-bg)) 86%,
    var(--wb-site-gutter-bg) 100%
  );
  background-attachment: fixed;
  line-height: 1.65;
}

.wb-site-shell {
  max-width: none;
  margin: 0;
  background: transparent;
  min-height: 100vh;
  box-shadow: none;
}

.wb-main {
  max-width: var(--wb-site-max-width);
  margin: 0 auto;
  background: var(--wb-cream);
  box-shadow: 0 0 48px rgba(44, 33, 24, 0.07);
}

.wb-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.wb-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.wb-row-stack {
  flex-direction: column;
}

.wb-row-stack > .wb-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.wb-row-reverse {
  flex-direction: row-reverse;
}

.wb-col {
  padding: 0 0.75rem;
  width: 100%;
}

.wb-col-12 { flex: 0 0 100%; max-width: 100%; }
.wb-col-9 { flex: 0 0 75%; max-width: 75%; }
.wb-col-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.wb-col-6 { flex: 0 0 50%; max-width: 50%; }
.wb-col-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.wb-col-3 { flex: 0 0 25%; max-width: 25%; }

.wb-col-free-layout {
  position: relative;
  min-height: 80px;
}

.wb-video-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  border-radius: 4px;
}

.wb-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wb-video-file,
.wb-image-file {
  display: block;
  max-width: 100%;
  height: auto;
}

.wb-media-video .wb-video-file,
.wb-media-embed .wb-video-embed {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .wb-col-9,
  .wb-col-8,
  .wb-col-6,
  .wb-col-4,
  .wb-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Header — dark bar (wendybrow.com) */
.wb-header {
  background: var(--wb-header-bg);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.wb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0.35rem 0;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.wb-logo {
  flex-shrink: 0;
}

.wb-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.wb-lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.wb-lang-switch a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 0.2rem 0.35rem;
}

.wb-lang-switch a.is-active,
.wb-lang-switch a:hover {
  color: var(--wb-gold);
}

.wb-lang-sep {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.wb-header-book {
  font-size: 0.78rem;
  padding: 0.45rem 0.85rem;
  white-space: nowrap;
}

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

.wb-logo img {
  height: 52px;
  width: auto;
}

.wb-nav {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.05rem 0.15rem;
  flex-wrap: wrap;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin-right: 0.35rem;
  min-width: 0;
  max-width: 100%;
}

.wb-nav-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  padding: 0.5rem 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.2;
  transition: color 0.2s;
}

/* BM labels are longer — slightly smaller so items wrap to a second menu row, not split mid-label */
html[lang="ms"] .wb-nav-link {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.5rem;
}

.wb-nav-dropdown {
  position: relative;
  flex-shrink: 0;
}

.wb-nav-link:hover,
.wb-nav-link.is-active {
  color: var(--wb-gold);
}

.wb-nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.15rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.wb-nav-search:hover {
  color: var(--wb-gold);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .wb-nav-link {
    padding: 0.45rem 0.42rem;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
  }

  html[lang="ms"] .wb-nav-link {
    font-size: 0.68rem;
    padding: 0.4rem 0.45rem;
  }

  .wb-header-book {
    font-size: 0.72rem;
    padding: 0.4rem 0.7rem;
  }

  .wb-lang-switch {
    font-size: 0.72rem;
  }
}

.wb-nav-parent {
  cursor: default;
}

.wb-nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--wb-white);
  border: 1px solid var(--wb-cream-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 0.35rem 0;
  z-index: 50;
}

.wb-nav-dropdown:hover .wb-nav-dropdown-menu {
  display: block;
}

.wb-nav-dropdown-menu a {
  display: block;
  padding: 0.45rem 1rem;
  color: var(--wb-brown);
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.wb-nav-dropdown-menu a:hover {
  background: var(--wb-cream);
  color: var(--wb-gold-dark);
}

.wb-nav-dropdown-menu .wb-nav-dropdown {
  position: relative;
}

.wb-nav-dropdown-menu .wb-nav-dropdown > .wb-nav-link,
.wb-nav-dropdown-menu .wb-nav-dropdown > .wb-nav-parent {
  display: block;
  padding: 0.45rem 1rem;
  color: var(--wb-brown);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.wb-nav-dropdown-menu .wb-nav-dropdown > .wb-nav-parent {
  cursor: default;
}

.wb-nav-dropdown-menu .wb-nav-dropdown-menu {
  top: 0;
  left: 100%;
}

.wb-nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--wb-white);
  font-size: 1.25rem;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
}

/* Subpage secondary header — light cream bar with search */
.wb-subheader {
  background: var(--wb-subheader-bg);
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.wb-subheader-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 52px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.wb-subheader-search {
  display: flex;
  align-items: stretch;
  max-width: 280px;
  width: 100%;
  margin-left: auto;
}

.wb-subheader-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(74, 64, 56, 0.22);
  border-right: none;
  background: var(--wb-white);
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
  font-family: var(--wb-font-sans);
  color: var(--wb-text);
}

.wb-subheader-search input::placeholder {
  color: rgba(74, 64, 56, 0.45);
}

.wb-subheader-search input:focus {
  outline: none;
  border-color: var(--wb-gold-dark);
}

.wb-subheader-search-btn {
  border: 1px solid rgba(74, 64, 56, 0.22);
  border-left: none;
  background: var(--wb-white);
  color: rgba(74, 64, 56, 0.55);
  padding: 0 0.65rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.wb-subheader-search-btn:hover {
  color: var(--wb-gold-dark);
}

/* Sections */
.wb-section {
  padding: 3.5rem 0;
}

.wb-sec-hero {
  padding: 0;
}

.wb-sec-hero .wb-container {
  max-width: 100%;
  padding: 0;
}

.wb-sec-intro {
  padding: 3.125rem 0 4.375rem;
  text-align: center;
  background: #ffffff;
}

.wb-sec-intro .wb-heading-eyebrow {
  font-family: var(--wb-font-sans);
  font-size: 1rem;
  font-weight: 400;
  color: #c0b7af;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.35rem;
  line-height: 1.75;
}

.wb-sec-intro .wb-heading-display {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.65rem, 3.2vw, 2rem);
  font-weight: 400;
  line-height: 1.375;
  color: var(--wb-brown);
  max-width: 49%;
  margin: 0 auto 2.2rem;
  letter-spacing: 0;
}

.wb-sec-intro .wb-heading {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: 0.02em;
}

.wb-sec-intro .wb-heading-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.wb-sec-intro .wb-text {
  max-width: 49%;
  margin: 0 auto 1rem;
  font-size: 1rem;
  color: var(--wb-text);
  line-height: 1.65;
}

.wb-sec-intro .wb-btn-wrap {
  margin-top: 0.25rem;
}

.wb-sec-intro .wb-text p:last-child {
  margin-bottom: 0;
}

.wb-sec-light {
  background: var(--wb-white);
}

.wb-sec-cream {
  background: var(--wb-cream);
}

.wb-sec-home-promos {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.wb-sec-services-head {
  padding: 7.8rem 0 4.375rem;
  background: #ffffff;
}

.wb-sec-services-head .wb-container {
  max-width: 1180px;
}

.wb-sec-services-head .wb-heading-section {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--wb-brown);
  max-width: 95%;
  margin: 0;
}

.wb-sec-services-grid {
  padding: 0 0 3.125rem;
  background: #ffffff;
}

.wb-sec-services-grid .wb-container {
  max-width: 1180px;
  padding: 0;
}

.wb-sec-services {
  background: var(--wb-brown);
  color: var(--wb-white);
}

.wb-sec-services .wb-heading {
  color: var(--wb-white);
}

.wb-sec-booking {
  background: linear-gradient(135deg, var(--wb-brown) 0%, #2a1f17 100%);
  color: var(--wb-white);
  text-align: center;
  padding: 4rem 0;
}

.wb-sec-booking .wb-booking-cta {
  max-width: 640px;
  margin: 0 auto;
}

/* Slider */
.wb-slider {
  position: relative;
  overflow: hidden;
  background: var(--wb-brown);
}

.wb-slider-track {
  position: relative;
  min-height: var(--wb-slider-min-h, 580px);
}

@media (max-width: 768px) {
  .wb-slider-track { min-height: max(420px, calc(var(--wb-slider-min-h, 580px) * 0.72)); }
}

.wb-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--wb-brown);
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.wb-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.wb-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(44, 33, 24, 0.82) 0%, rgba(44, 33, 24, 0.45) 45%, rgba(44, 33, 24, 0.15) 100%);
  display: flex;
  align-items: center;
}

.wb-slide-content {
  padding: 2rem 4rem;
  max-width: 640px;
  color: var(--wb-white);
}

@media (max-width: 768px) {
  .wb-slide-content { padding: 1.5rem; }
}

.wb-slide-title {
  font-family: var(--wb-font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.15;
}

.wb-slide-sub {
  font-size: 1.05rem;
  opacity: 0.92;
  margin: 0 0 1.5rem;
}

.wb-slider-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}

.wb-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--wb-white);
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.wb-slider-dot.is-active {
  background: var(--wb-gold);
  border-color: var(--wb-gold);
}

/* Typography */
.wb-heading {
  font-family: var(--wb-font-serif);
  color: var(--wb-brown);
  margin: 0 0 1rem;
  font-weight: 600;
}

.wb-heading-subtitle {
  font-family: var(--wb-font-sans);
  font-weight: 300;
  font-size: 1.05rem;
  color: var(--wb-brown-light);
}

.wb-heading-eyebrow {
  font-family: var(--wb-font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  color: #9a9488;
  letter-spacing: 0.03em;
  text-transform: none;
}

.wb-heading-display {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.25;
  color: #3d3a36;
}

.wb-heading-section {
  font-family: var(--wb-font-serif);
  font-weight: 400;
  color: var(--wb-brown);
}

.wb-heading-banner-title,
.wb-heading-banner-subtitle,
.wb-heading-posts-title {
  font-family: var(--wb-font-serif);
  font-weight: 400;
}

.wb-text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.wb-text p {
  margin: 0 0 1rem;
}

/* Buttons */
.wb-btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
  border: 1px solid transparent;
}

.wb-btn-gold,
.wb-btn-primary {
  background: #3b9eff;
  color: #fff;
  border-color: #3b9eff;
}

.wb-btn-gold:hover,
.wb-btn-primary:hover {
  background: #2b8eef;
  border-color: #2b8eef;
  color: #fff;
}

.wb-btn-dark {
  background: #2a2a2a;
  color: var(--wb-white);
  border-color: #2a2a2a;
}

.wb-btn-dark:hover {
  background: #444;
  border-color: #444;
  color: var(--wb-white);
}

.wb-btn-intro {
  background: #2c2118;
  border-color: #2c2118;
  color: var(--wb-white);
  font-size: 11px;
  line-height: 45px;
  padding: 0 38px;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  border-radius: 0;
}

.wb-btn-intro:hover {
  background: var(--wb-gold);
  border-color: var(--wb-gold);
  color: var(--wb-white);
}

.wb-btn-wrap {
  margin: 1rem 0;
}

/* Service grid — 3×2 tiles like wendybrow.com featured blocks */
.wb-sec-services-grid .wb-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
  background: transparent;
}

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

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

.wb-sec-services-grid .wb-service-card {
  min-height: 0;
  padding: 5.625rem 1rem 6.875rem;
  align-items: center;
  justify-content: center;
}

.wb-sec-services-grid .wb-service-card-title {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  max-width: 16rem;
}

.wb-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.15);
}

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

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

.wb-service-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 5.5rem 1.25rem 6.5rem;
  text-decoration: none;
  overflow: hidden;
  background: var(--wb-brown-light);
  text-align: center;
}

.wb-service-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.45s ease;
}

.wb-service-card:hover .wb-service-card-bg {
  transform: scale(1.05);
}

.wb-service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.wb-service-card-title {
  position: relative;
  z-index: 1;
  color: var(--wb-white);
  padding: 0 1rem;
  font-family: var(--wb-font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.45;
  max-width: 18rem;
}

/* Posts grid — home matches 5-up layout on desktop */
.wb-sec-posts .wb-posts-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

@media (max-width: 1100px) {
  .wb-sec-posts .wb-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.wb-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wb-post-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.wb-post-card-img {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-color: var(--wb-cream-dark);
  margin-bottom: 0.75rem;
}

.wb-post-card h3 {
  font-family: var(--wb-font-serif);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
  color: var(--wb-brown);
}

.wb-post-card p {
  font-size: 0.88rem;
  color: var(--wb-brown-light);
  margin: 0;
}

.wb-post-read {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wb-gold-dark);
}

/* Homepage image news carousel */
.wb-sec-posts .wb-posts-carousel {
  margin-top: 0;
  overflow: hidden;
}

.wb-sec-posts .wb-posts-carousel-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.wb-sec-posts .wb-post-card-rich {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  min-width: 0;
  background: var(--wb-white);
  border: 1px solid #ebe4d8;
  box-shadow: none;
}

.wb-sec-posts .wb-post-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wb-sec-posts .wb-post-card-media {
  position: relative;
}

.wb-sec-posts .wb-post-card-rich .wb-post-card-img {
  height: 220px;
  margin-bottom: 0;
}

.wb-sec-posts .wb-post-card-cat {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #111;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
  z-index: 2;
}

.wb-sec-posts .wb-post-card-hot {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #c0392b;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.5rem;
  z-index: 2;
}

.wb-sec-posts .wb-post-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wb-sec-posts .wb-post-card-rich h3 {
  font-family: var(--wb-font-serif);
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
  color: var(--wb-brown);
}

.wb-sec-posts .wb-post-card-meta {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 0.55rem;
}

.wb-sec-posts .wb-post-card-excerpt {
  font-size: 0.88rem;
  color: var(--wb-brown-light);
  margin: 0;
  flex: 1;
}

.wb-sec-posts .wb-post-card-foot {
  margin-top: 0.85rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eee;
}

.wb-sec-posts .wb-post-card-foot .wb-post-read {
  margin-top: 0;
}

.wb-sec-posts .wb-posts-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.wb-sec-posts .wb-posts-carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #ccc;
  cursor: pointer;
}

.wb-sec-posts .wb-posts-carousel-dot.is-active {
  background: var(--wb-brown);
}

@media (max-width: 900px) {
  .wb-sec-posts .wb-post-card-rich {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 600px) {
  .wb-sec-posts .wb-post-card-rich {
    flex: 0 0 100%;
  }
}

/* Booking CTA */
.wb-booking-cta h2 {
  font-family: var(--wb-font-serif);
  font-size: 2rem;
  margin: 0 0 0.75rem;
}

.wb-booking-cta p {
  opacity: 0.9;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

/* Footer — full-width background, centered content */
.wb-footer {
  background: var(--wb-footer-bg, #1f1712);
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  width: 100%;
}

.wb-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 1.5rem 50px;
  text-align: center;
}

.wb-footer-logo-wrap {
  margin-bottom: 1.75rem;
}

.wb-footer-logo {
  max-height: 48px;
  width: auto;
}

.wb-footer-contact {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.wb-footer-contact p {
  margin: 0 0 0.35rem;
}

.wb-footer-address {
  margin-bottom: 0.5rem !important;
}

.wb-footer-phones .wb-footer-sep {
  opacity: 0.6;
}

.wb-footer-contact a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.wb-footer-contact a:hover {
  color: var(--wb-gold);
  border-bottom-color: var(--wb-gold);
}

.wb-footer-social {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.wb-footer-social li {
  margin: 0;
  padding: 0;
}

.wb-footer-social .wb-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s, transform 0.2s;
}

.wb-footer-social .wb-social-link img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.wb-footer-social .wb-social-link:hover {
  opacity: 1;
  transform: scale(1.08);
  background: transparent;
  color: inherit;
  border-color: transparent;
}

.wb-footer-icp {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  opacity: 0.85;
}

.wb-footer-icp a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.wb-footer-icp a:hover {
  color: var(--wb-gold);
  border-bottom-color: var(--wb-gold);
}

.wb-footer-copyright {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  opacity: 0.75;
}

/* WhatsApp widget (like live site) */
.wb-wa-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #25d366;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.25s, transform 0.2s;
}

.wb-wa-fab img {
  width: 32px;
  height: 32px;
}

.wb-wa-fab.is-open {
  background: #e74c3c;
}

.wb-wa-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  max-width: calc(100vw - 40px);
  background: var(--wb-white);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  overflow: hidden;
  font-family: var(--wb-font-sans);
}

.wb-wa-header {
  background: #4aa485;
  color: var(--wb-white);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.wb-wa-body {
  padding: 14px;
  background: #f0ede7;
  min-height: 120px;
}

.wb-wa-bubble {
  background: var(--wb-white);
  padding: 10px 14px;
  border-radius: 0 12px 12px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  max-width: 85%;
}

.wb-wa-bubble p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--wb-text);
}

.wb-wa-footer {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #eee;
  background: var(--wb-white);
}

.wb-wa-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font: inherit;
}

.wb-wa-send {
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: #b8e7c9;
  color: var(--wb-white);
  cursor: not-allowed;
  font-size: 1rem;
}

.wb-wa-send.is-active {
  background: #25d366;
  cursor: pointer;
}

.wb-footer-grid,
.wb-footer-brand,
.wb-footer-bottom,
.wb-social,
.wb-float-contact {
  display: none;
}

@media (max-width: 768px) {
  .wb-nav-toggle { display: block; }
  .wb-header-actions { margin-left: auto; }
  .wb-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--wb-header-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  }
  .wb-nav.open { display: flex; flex-wrap: nowrap; }
  .wb-nav .wb-nav-link {
    text-align: left;
    padding: 0.65rem 0.35rem;
  }
  .wb-nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
  }
  .wb-nav-dropdown:hover .wb-nav-dropdown-menu,
  .wb-nav-dropdown .wb-nav-dropdown-menu { display: block; }
  .wb-header-inner { position: relative; }
  .wb-subheader-search {
    max-width: none;
  }
}

/* Short hero / page banners */
.wb-sec-hero-short .wb-image img,
.wb-sec-hero-short .wb-slider {
  max-height: 360px;
  overflow: hidden;
}

.wb-sec-hero-short .wb-slide {
  min-height: 280px;
}

.wb-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: contain;
  object-position: center;
}

.wb-btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
}

.wb-heading-uppercase {
  font-family: var(--wb-font-sans);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.wb-sec-about-head {
  padding: 4rem 0 2.5rem;
  text-align: center;
}

.wb-sec-about-head .wb-heading-uppercase {
  margin-bottom: 1.75rem;
}

.wb-sec-about-head .wb-text {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #6a6560;
}

.wb-sec-about-head .wb-text p {
  margin: 0 0 1.25rem;
}

.wb-sec-about-teaser {
  padding: 0;
  background: #ffffff;
}

.wb-sec-about-teaser .wb-container {
  max-width: none;
  padding: 0;
}

.wb-sec-about-teaser .wb-row {
  margin: 0;
  align-items: stretch;
}

.wb-sec-about-teaser .wb-col-6 {
  padding: 0;
}

.wb-sec-about-teaser .wb-col-6:first-child {
  background: url('../website/images/shop-4.jpg') center top / cover no-repeat;
  padding: 8rem 3% 6.5rem 12%;
  color: #ffffff;
}

.wb-sec-about-teaser .wb-col-6:last-child {
  min-height: 520px;
  background: url('../website/images/about-wendy-home.jpg') center top / cover no-repeat;
}

.wb-sec-about-teaser .wb-spacer {
  display: none;
}

.wb-sec-about-teaser .wb-heading-banner-title {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.17;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0.95rem;
}

.wb-sec-about-teaser .wb-heading-banner-subtitle {
  font-family: var(--wb-font-serif);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.4);
  text-align: left;
  margin: 0 0 2.5rem;
}

.wb-sec-about-teaser .wb-text {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  max-width: 72%;
}

.wb-sec-about-teaser .wb-text p {
  margin: 0;
}

.wb-sec-about-philosophy {
  padding: 12.5rem 6%;
  background: url('../website/images/about-banner.jpg') center right / cover no-repeat;
}

.wb-sec-about-philosophy .wb-container {
  max-width: none;
  padding: 0;
}

.wb-sec-about-philosophy .wb-row {
  margin: 0;
  align-items: center;
}

.wb-sec-about-philosophy .wb-col-6 {
  padding: 0;
}

.wb-sec-about-philosophy .wb-col-6:first-child {
  display: none;
}

.wb-sec-about-philosophy .wb-col-6:last-child {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
}

.wb-sec-about-philosophy .wb-about-philosophy,
.wb-sec-about-philosophy .wb-text .wb-about-philosophy {
  font-family: var(--wb-font-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.56;
  color: var(--wb-brown);
  text-align: center;
  margin: 0;
  max-width: 100%;
}

.wb-sec-posts {
  padding: 0 0 3.125rem;
  background: #ffffff;
}

.wb-sec-posts .wb-heading-posts-title {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 400;
  text-align: center;
  margin: 3.125rem 0;
  color: var(--wb-brown);
}

.wb-sec-team-member {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--wb-cream-dark);
}

.wb-sec-team-member:last-of-type {
  border-bottom: none;
}

.wb-sec-team-member .wb-row {
  align-items: center;
  gap: 0.5rem 0;
}

.wb-sec-team-member .wb-image img {
  border-radius: 2px;
  box-shadow: 0 8px 28px rgba(44, 33, 24, 0.12);
}

.wb-sec-team-member .wb-col-6:first-child .wb-heading,
.wb-sec-team-member .wb-heading:first-of-type {
  font-family: var(--wb-font-serif);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--wb-brown);
  margin: 0 0 0.25rem;
  text-align: left;
}

.wb-sec-team-member .wb-heading.wb-heading-subtitle,
.wb-sec-team-member h4.wb-heading {
  font-size: 0.95rem;
  color: var(--wb-gold-dark);
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1rem;
}

.wb-sec-team-member .wb-text {
  text-align: left;
  line-height: 1.8;
}

.wb-sec-stack .wb-col + .wb-col {
  margin-top: 0.35rem;
}

.wb-sec-service-row {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wb-sec-service-row .wb-heading {
  color: var(--wb-white);
  text-align: left;
  margin: 0 0 0.75rem;
}

.wb-sec-service-row .wb-image img {
  border-radius: 4px;
  max-height: 200px;
  object-fit: cover;
}

.wb-sec-team-profiles {
  padding: 2rem 0 3.5rem;
}

.wb-sec-team-profiles .wb-container {
  max-width: 1140px;
}

.wb-team-profiles {
  max-width: none;
  margin: 0;
}

.wb-team-profile {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 2.5rem 3.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--wb-cream-dark);
}

.wb-team-profile:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wb-team-profile.is-reverse .wb-team-profile-media {
  order: 2;
}

.wb-team-profile.is-reverse .wb-team-profile-body {
  order: 1;
}

.wb-team-profile-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 8px 28px rgba(44, 33, 24, 0.12);
  max-width: 520px;
  margin: 0 auto;
}

.wb-team-profile-name {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--wb-brown);
  margin: 0 0 0.35rem;
}

.wb-team-profile-role {
  font-size: 0.95rem;
  color: var(--wb-gold-dark);
  margin: 0 0 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.wb-team-profile-bio {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--wb-text);
}

.wb-team-profile-bio p {
  margin: 0 0 1rem;
}

.wb-team-profile-bio ul {
  margin: 0.5rem 0 1rem 1.25rem;
  padding: 0;
}

.wb-team-profile-bio li {
  margin-bottom: 0.35rem;
}

.wb-sec-about-testimonials {
  padding: 3rem 0 4rem;
}

.wb-sec-about-testimonials .wb-heading {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .wb-sec-about-teaser .wb-col-6:first-child,
  .wb-sec-about-teaser .wb-col-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wb-sec-about-teaser .wb-text {
    max-width: 100%;
  }

  .wb-sec-intro .wb-heading-display,
  .wb-sec-intro .wb-text {
    max-width: 92%;
  }

  .wb-sec-services-head {
    padding: 5.625rem 0 2.5rem;
  }

  .wb-sec-about-teaser .wb-col-6:first-child {
    padding: 10% 3% 10% 10%;
  }

  .wb-sec-about-teaser .wb-col-6:last-child {
    min-height: 360px;
  }

  .wb-sec-about-philosophy {
    padding: 6.25rem 6%;
  }

  .wb-sec-about-philosophy .wb-col-6:first-child {
    display: none;
  }

  .wb-sec-about-philosophy .wb-col-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .wb-sec-about-teaser .wb-image img {
    max-width: 320px;
  }

  .wb-team-profile,
  .wb-team-profile.is-reverse {
    grid-template-columns: 1fr;
  }

  .wb-team-profile.is-reverse .wb-team-profile-media,
  .wb-team-profile.is-reverse .wb-team-profile-body {
    order: unset;
  }

  .wb-team-profile-media {
    max-width: 360px;
    margin: 0 auto;
  }
}

/* Team grid (legacy cards) */
.wb-team-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wb-team-card {
  background: var(--wb-white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.08);
  text-align: center;
  padding-bottom: 1.25rem;
}

.wb-team-photo {
  height: 220px;
  background-size: cover;
  background-position: center top;
}

.wb-team-card h3 {
  font-family: var(--wb-font-serif);
  margin: 1rem 0 0.25rem;
  color: var(--wb-brown);
}

.wb-team-role {
  color: var(--wb-gold-dark);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.wb-team-bio {
  font-size: 0.88rem;
  padding: 0 1rem;
  margin: 0;
}

/* Shop grid */
.wb-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wb-shop-card {
  background: var(--wb-white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.08);
}

.wb-shop-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1.25rem;
}

.wb-shop-card-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.wb-shop-card h3 {
  font-family: var(--wb-font-serif);
  font-size: 1.05rem;
  margin: 1rem 1rem 0.35rem;
  color: var(--wb-brown);
}

.wb-shop-price {
  margin: 0 1rem 0.75rem;
  color: var(--wb-gold-dark);
  font-weight: 700;
}

.wb-shop-card .wb-btn {
  margin: 0 1rem 1.25rem;
  display: inline-block;
}

.wb-shop-order-panel {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--wb-white);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.08);
  max-width: 480px;
}

.wb-shop-order-form label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
}

.wb-shop-order-form input,
.wb-shop-order-form textarea {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(61, 44, 32, 0.2);
  border-radius: 4px;
}

.wb-shop-order-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wb-shop-order-msg.is-success { color: #3d7a55; }
.wb-shop-order-msg.is-error { color: #a04040; }

/* Contact block */
.wb-contact-block {
  max-width: 560px;
  margin: 0 auto 2rem;
  text-align: center;
}

.wb-contact-intro {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.wb-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.wb-contact-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--wb-cream-dark);
}

.wb-contact-list a {
  color: var(--wb-gold-dark);
}

/* Testimonials */
.wb-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.wb-testimonial-card {
  background: var(--wb-white);
  border-left: 3px solid var(--wb-gold);
  padding: 1.25rem 1.5rem;
  margin: 0;
  font-style: italic;
}

.wb-testimonial-card footer {
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--wb-brown-light);
}

.wb-shop-card-placeholder {
  background: linear-gradient(135deg, var(--wb-cream-dark), var(--wb-cream));
}

.wb-float-contact {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wb-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.25rem;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.25);
  z-index: 90;
}

.wb-float-contact:hover {
  background: var(--wb-gold-dark);
  color: #fff;
}

.wb-promotion-detail {
  max-width: 800px;
  margin: 2rem auto;
}

/* Homepage promotions — 320×320 full-width marquee */
.wb-sec-promotions {
  padding: 2rem 0 2.5rem;
  overflow: hidden;
}

.wb-sec-promotions .wb-container-full {
  max-width: 100%;
  padding: 0;
}

.wb-promotions-marquee-wrap {
  width: 100%;
}

.wb-promotions-empty {
  text-align: center;
  padding: 1rem 1.5rem 0.5rem;
}

.wb-promotions-empty-hint {
  margin: 0;
  color: var(--wb-brown-muted, #6b5b4f);
  font-size: 0.95rem;
}

.wb-promotions-marquee-heading {
  text-align: center;
  margin: 0 0 1.25rem;
  padding: 0 1rem;
}

.wb-promotions-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}

.wb-promotions-marquee-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  padding: 0.25rem 0;
  animation: wb-promo-marquee 45s linear infinite;
  will-change: transform;
}

.wb-promotions-marquee:hover .wb-promotions-marquee-track {
  animation-play-state: paused;
}

@keyframes wb-promo-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.wb-promo-tile {
  flex: 0 0 320px;
  width: 320px;
  height: 320px;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  background: #f5f0e8;
  box-shadow: 0 4px 18px rgba(62, 39, 35, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wb-promo-tile:hover,
.wb-promo-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(62, 39, 35, 0.18);
  outline: none;
}

.wb-promo-tile-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.wb-promo-tile-badges {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.wb-promo-tile-badge {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
}

.wb-promo-tile-badge-hot {
  background: #c45c3e;
}

.wb-promo-tile-badge-rec {
  background: #8a6b2d;
}

.wb-promo-tile-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  font-family: var(--wb-font-serif);
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
}

.wb-promo-modal[hidden] {
  display: none !important;
}

body.wb-promo-modal-open {
  overflow: hidden;
}

.wb-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.wb-promo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 15, 0.55);
}

.wb-promo-modal-dialog {
  position: relative;
  width: min(640px, 100%);
  max-height: min(88vh, 820px);
  overflow-y: auto;
  background: var(--wb-white);
  border-radius: 6px;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.wb-promo-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: none;
  background: none;
  font-size: 1.75rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}

.wb-promo-modal-close:hover {
  color: var(--wb-brown);
}

.wb-promo-modal-title {
  font-family: var(--wb-font-serif);
  font-size: 1.45rem;
  margin: 0 2rem 1rem 0;
  color: var(--wb-brown);
}

.wb-promo-modal-cover {
  margin: 0 0 1rem;
}

.wb-promo-modal-cover img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 4px;
}

.wb-promo-modal-body {
  font-size: 0.95rem;
  color: var(--wb-brown-light);
}

.wb-promo-modal-foot {
  margin: 1.25rem 0 0;
  text-align: center;
}

@media (max-width: 700px) {
  .wb-promo-tile {
    flex: 0 0 260px;
    width: 260px;
    height: 260px;
  }

  .wb-promotions-marquee-track {
    gap: 1rem;
  }
}

/* Floating promotion ads — 320×320 squares roaming on homepage */
.wb-promo-floating-layer {
  position: fixed;
  inset: 0;
  z-index: 9800;
  pointer-events: none;
  overflow: hidden;
}

.wb-promo-floating-layer[hidden] {
  display: none !important;
}

.wb-promo-floating-bubble {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  pointer-events: auto;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #fff;
  text-decoration: none;
  will-change: transform;
  transition: box-shadow 0.2s ease, filter 0.2s ease;
}

.wb-promo-floating-bubble:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  filter: brightness(1.04);
  z-index: 2;
}

.wb-promo-floating-bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.wb-promo-floating-badges {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  display: flex;
  gap: 0.25rem;
  z-index: 1;
  pointer-events: none;
}

.wb-promo-floating-badges .wb-promo-tile-badge {
  font-size: 0.62rem;
  padding: 0.12rem 0.3rem;
}

.wb-promo-floating-dismiss {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 9810;
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.wb-promo-floating-dismiss:hover {
  background: rgba(0, 0, 0, 0.72);
}

@media (max-width: 700px) {
  .wb-promo-floating-bubble {
    width: 260px;
    height: 260px;
  }
}

/* Centered site dialog (enquiry, alerts) */
.wb-site-dialog[hidden] {
  display: none !important;
}

body.wb-site-dialog-open {
  overflow: hidden;
}

.wb-site-dialog {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.wb-site-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 12, 0.52);
  backdrop-filter: blur(3px);
}

.wb-site-dialog-panel {
  position: relative;
  width: min(440px, 100%);
  text-align: center;
  background: var(--wb-white);
  border-radius: 6px;
  padding: 2rem 1.75rem 1.5rem;
  box-shadow: 0 22px 56px rgba(44, 33, 24, 0.22);
  border: 1px solid var(--wb-cream-dark);
  animation: wb-site-dialog-in 0.28s ease;
}

@keyframes wb-site-dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.wb-site-dialog-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, var(--wb-gold-dark), var(--wb-gold), var(--wb-gold-dark));
}

.wb-site-dialog-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.wb-site-dialog.is-success .wb-site-dialog-icon {
  background: rgba(197, 160, 71, 0.16);
  color: var(--wb-gold-dark);
  border: 2px solid rgba(197, 160, 71, 0.45);
}

.wb-site-dialog.is-error .wb-site-dialog-icon {
  background: rgba(192, 57, 43, 0.1);
  color: #a93226;
  border: 2px solid rgba(192, 57, 43, 0.35);
}

.wb-site-dialog.is-success .wb-site-dialog-accent {
  background: linear-gradient(90deg, var(--wb-gold-dark), var(--wb-gold), var(--wb-gold-dark));
}

.wb-site-dialog.is-error .wb-site-dialog-accent {
  background: linear-gradient(90deg, #922b21, #c0392b, #922b21);
}

.wb-site-dialog-title {
  font-family: var(--wb-font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--wb-brown);
  margin: 0 0 0.65rem;
  letter-spacing: 0.02em;
}

.wb-site-dialog-msg {
  font-size: 0.95rem;
  color: var(--wb-brown-light);
  margin: 0 0 1.35rem;
  line-height: 1.6;
}

.wb-site-dialog-btn {
  min-width: 8.5rem;
  padding: 0.65rem 1.75rem;
}

.wb-enquiry-wrap {
  max-width: 560px;
  margin: 0 auto 2rem;
}

.wb-enquiry-intro {
  text-align: center;
  margin-bottom: 1.25rem;
}

.wb-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.wb-enquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--wb-brown-light);
}

.wb-enquiry-form input,
.wb-enquiry-form textarea {
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--wb-cream-dark);
  border-radius: 4px;
  font: inherit;
}

.wb-portal-cta {
  text-align: center;
  max-width: 560px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: var(--wb-white);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.08);
}

.wb-portal-cta-btns {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.wb-btn-secondary {
  background: transparent;
  color: var(--wb-brown);
  border: 1px solid var(--wb-gold);
}

.wb-btn-secondary:hover {
  background: rgba(201, 169, 110, 0.12);
  color: var(--wb-brown);
}

.wb-auth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.wb-auth-card {
  background: var(--wb-white);
  padding: 1.25rem;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(61, 44, 32, 0.08);
}

.wb-auth-card h2 {
  font-family: var(--wb-font-serif);
  font-size: 1.25rem;
  margin: 0 0 1rem;
  text-align: center;
}

.wb-auth-hint {
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--wb-brown-light);
}

.wb-auth-pending {
  text-align: center;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  background: rgba(201, 169, 110, 0.15);
  border: 1px solid var(--wb-gold);
  border-radius: 4px;
  color: var(--wb-brown);
}

.wb-customer-auth {
  padding: 2rem 0 3rem;
}

.wb-booking-wrap {
  max-width: 560px;
  margin: 0 auto 2rem;
}

.wb-booking-intro {
  text-align: center;
  margin-bottom: 1.25rem;
  color: var(--wb-brown-light);
}

.wb-booking-notice {
  text-align: center;
  padding: 1rem;
  background: rgba(201, 169, 110, 0.12);
  border-radius: 4px;
  color: var(--wb-brown);
}

.wb-booking-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.wb-booking-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--wb-brown-light);
}

.wb-booking-form label.required::after {
  content: ' *';
  color: var(--wb-gold-dark);
}

.wb-booking-form input,
.wb-booking-form select,
.wb-booking-form textarea {
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--wb-cream-dark);
  border-radius: 4px;
  font: inherit;
  background: var(--wb-white);
}

.wb-field-hint {
  font-size: 0.78rem;
  color: var(--wb-brown-light);
  opacity: 0.85;
}

.wb-booking-login-hint {
  font-size: 0.88rem;
  text-align: center;
  margin: 0;
  color: var(--wb-brown-light);
}

.wb-booking-login-hint a {
  color: var(--wb-gold-dark);
}

.wb-booking-msg {
  text-align: center;
  padding: 0.65rem;
  border-radius: 4px;
  font-size: 0.9rem;
  margin: 0;
}

.wb-booking-msg.is-success {
  background: rgba(76, 140, 74, 0.12);
  color: #2d6a2d;
}

.wb-booking-msg.is-error {
  background: rgba(180, 60, 60, 0.1);
  color: #8b2e2e;
}

.wb-booking-guest-fields {
  display: grid;
  gap: 0.85rem;
}

.row-unread td {
  font-weight: 600;
}

/* Contacts 1:1 */
.wb-hours-banner {
  background: var(--wb-gold);
  color: var(--wb-white);
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.wb-hours-banner p {
  margin: 0;
}

.wb-sec-contact-page .wb-heading {
  font-family: var(--wb-font-display);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.wb-sec-contact-page.wb-sec-with-sidebar .wb-enquiry-wrap-contacts {
  max-width: none;
  margin: 1rem 0 2rem;
}

.wb-enquiry-wrap-contacts {
  max-width: 520px;
  margin: 2rem auto 3rem;
}

.wb-enquiry-form-contacts label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.wb-enquiry-form-contacts input,
.wb-enquiry-form-contacts textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(201, 169, 110, 0.45);
  border-radius: 2px;
}

/* Sidebar layout (book / category) */
.wb-sec-with-sidebar .wb-row {
  align-items: flex-start;
}

/* Shop/category: sidebar starts at product grid (below title + toolbar) */
.wb-sec-category-page.wb-sec-with-sidebar .wb-col-4 > .wb-page-sidebar {
  margin-top: 8.25rem;
}

.wb-sec-shop-page:not(.wb-sec-category-page).wb-sec-with-sidebar .wb-col-4 > .wb-page-sidebar {
  margin-top: 5.75rem;
}

@media (max-width: 900px) {
  .wb-sec-shop-page.wb-sec-with-sidebar .wb-col-4 > .wb-page-sidebar,
  .wb-sec-category-page.wb-sec-with-sidebar .wb-col-4 > .wb-page-sidebar {
    margin-top: 0;
  }
}

.wb-page-sidebar {
  font-size: 0.9rem;
}

.wb-sidebar-block {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(201, 169, 110, 0.25);
}

.wb-sidebar-title {
  font-family: var(--wb-font-display);
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wb-sidebar-cats,
.wb-sidebar-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wb-sidebar-cats a {
  color: var(--wb-text);
  text-decoration: none;
}

.wb-sidebar-cats a:hover {
  color: var(--wb-gold-dark);
}

/* Woo product-category sidebar (1:1 wendybrow.com shop archive) */
.wb-sidebar-shop {
  font-size: 0.92rem;
}

.wb-sidebar-shop .wb-sidebar-cats-block {
  margin-bottom: 2rem;
}

.wb-sidebar-cats-woo,
.wb-sidebar-cats-woo ul {
  list-style: square;
  margin: 0;
  padding-left: 1.15rem;
}

.wb-sidebar-cats-woo > li {
  margin-bottom: 0.4rem;
  line-height: 1.45;
}

.wb-sidebar-cats-woo-children {
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
}

.wb-sidebar-cats-woo a {
  color: #9a8b78;
  text-decoration: none;
}

.wb-sidebar-cats-woo a:hover,
.wb-sidebar-cats-woo li.is-active > a {
  color: var(--wb-gold-dark);
}

.wb-sidebar-cats-woo .wb-cat-count {
  color: #b5a898;
  font-weight: 400;
}

.wb-sidebar-shop .wb-sidebar-search-label {
  font-family: var(--wb-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.65rem;
  color: var(--wb-text);
  text-transform: none;
  letter-spacing: 0;
}

.wb-sidebar-product-search {
  display: flex;
  gap: 0;
  border: 1px solid rgba(180, 170, 155, 0.55);
  background: var(--wb-white);
}

.wb-sidebar-product-search input {
  flex: 1;
  border: none;
  padding: 0.55rem 0.65rem;
  font-size: 0.88rem;
  min-width: 0;
  background: transparent;
}

.wb-sidebar-product-search .wb-sidebar-search-btn {
  border: none;
  background: #1a1a1a;
  color: #fff;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.wb-sidebar-product-search .wb-sidebar-search-btn:hover {
  background: #333;
}

.wb-sidebar-blog li {
  margin-bottom: 0.65rem;
}

.wb-sidebar-blog a {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  text-decoration: none;
  color: var(--wb-text);
}

.wb-sidebar-blog-thumb {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}

.wb-sidebar-contacts p {
  margin: 0.35rem 0;
  line-height: 1.5;
}

/* Blog / category archive (WordPress-style list) */
.wb-breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: var(--wb-muted);
}

.wb-breadcrumb a {
  color: var(--wb-gold-dark);
  text-decoration: none;
}

.wb-breadcrumb-sep {
  margin: 0 0.35rem;
}

.wb-archive-title {
  font-family: var(--wb-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  text-transform: none;
}

.wb-archive-hero {
  display: block;
  margin-bottom: 2rem;
}

.wb-archive-hero img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.wb-blog-archive .wb-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

/* Blog archive — image on top, text below */
.wb-post-stack {
  background: var(--wb-white);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.wb-post-stack-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.wb-post-stack-media {
  position: relative;
  overflow: hidden;
}

.wb-post-stack-media img {
  width: 100%;
  aspect-ratio: 860 / 560;
  object-fit: cover;
  display: block;
}

.wb-post-stack-cat {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: #111;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
  z-index: 2;
}

.wb-post-stack-hot {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #c0392b;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  z-index: 2;
}

.wb-post-stack-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wb-post-stack-title {
  font-family: var(--wb-font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--wb-brown);
  line-height: 1.3;
}

.wb-post-stack-meta {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 0.55rem;
}

.wb-post-stack-excerpt {
  font-size: 0.9rem;
  color: var(--wb-brown-light);
  margin: 0;
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wb-post-stack-foot {
  margin-top: 0.85rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eee;
}

.wb-post-stack-foot .wb-post-read {
  margin-top: 0;
}

/* Blog single article */
.wb-page-headline {
  background: #2a2a2a;
  color: #b8b4ae;
  padding: 2.75rem 0 2.5rem;
  text-align: center;
}

.wb-page-headline-title {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 400;
  color: #c8c4be;
  margin: 0 0 0.85rem;
  line-height: 1.25;
}

.wb-page-headline-crumb {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  color: #9a9690;
}

.wb-page-headline-crumb a {
  color: #b8b4ae;
  text-decoration: none;
}

.wb-page-headline-crumb a:hover {
  color: var(--wb-gold);
}

.wb-page-headline-crumb .wb-breadcrumb-sep {
  margin: 0 0.25rem;
  color: #7a7670;
}

.wb-sec-blog-single {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.wb-sec-blog-single.wb-sec-with-sidebar .wb-row {
  align-items: flex-start;
  gap: 2rem 0;
}

.wb-sec-blog-single.wb-sec-with-sidebar .wb-col-4 > .wb-page-sidebar {
  position: sticky;
  top: 1rem;
}

.wb-sec-blog-single .wb-blog-single-inner {
  max-width: none;
  margin: 0;
}

.wb-blog-single-hero {
  margin: 0;
}

.wb-blog-single-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.wb-blog-single-title {
  font-family: var(--wb-font-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  text-align: center;
  color: var(--wb-brown);
  margin: 1.5rem 0 0.65rem;
  line-height: 1.25;
}

.wb-blog-single-meta {
  font-size: 0.82rem;
  color: var(--wb-brown-light);
  margin: 0 0 1.75rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.wb-blog-single-content.wb-prose {
  font-size: 1rem;
  line-height: 1.85;
  color: #4a4a4a;
}

.wb-prose p {
  margin: 0 0 1.35rem;
}

.wb-prose p:last-child {
  margin-bottom: 0;
}

.wb-prose strong,
.wb-prose b {
  color: var(--wb-brown);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wb-prose h2,
.wb-prose h3,
.wb-prose h4 {
  font-family: var(--wb-font-serif);
  color: var(--wb-brown);
  margin: 1.75rem 0 0.75rem;
  line-height: 1.35;
}

.wb-prose ul,
.wb-prose ol {
  margin: 0 0 1.25rem 1.25rem;
  padding: 0;
}

.wb-prose li {
  margin-bottom: 0.45rem;
}

.wb-prose a {
  color: var(--wb-gold-dark);
}

.wb-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.wb-cms-edit-bar {
  background: #2c2118;
  color: #fff;
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

.wb-cms-edit-bar-link {
  color: var(--wb-gold);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wb-cms-edit-bar-link:hover {
  color: #fff;
}

.wb-cms-edit-hint {
  font-size: 0.75rem;
  color: var(--wb-gold-dark);
  margin-bottom: 0.75rem;
  text-align: center;
}

.wb-cms-editable-post .wb-cms-editable-block {
  cursor: pointer;
  border-radius: 4px;
  transition: outline-color 0.15s ease;
}

.wb-cms-editable-post .wb-cms-editable-block:hover {
  outline: 1px dashed rgba(197, 160, 71, 0.55);
  outline-offset: 4px;
}

.wb-post-default {
  border-bottom: 1px solid rgba(201, 169, 110, 0.25);
  padding-bottom: 2rem;
}

.wb-post-default:last-child {
  border-bottom: none;
}

.wb-post-cont {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
}

.wb-sec-blog-page .wb-post-default .wb-post-cont {
  flex-direction: row;
  align-items: flex-start;
  gap: 1.75rem;
}

.wb-sec-blog-page .wb-post-default .wb-post-media {
  flex: 0 0 52%;
  max-width: 52%;
  width: auto;
  position: relative;
  margin-bottom: 0;
}

.wb-sec-blog-page .wb-post-default .wb-post-media img {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 200px;
  aspect-ratio: 860 / 560;
  object-fit: cover;
}

.wb-sec-blog-page .wb-post-default .wb-post-cont-inner {
  padding-top: 0.25rem;
}

.wb-post-cat-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: rgba(26, 26, 26, 0.75);
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wb-post-cat-badge a {
  color: #fff;
  text-decoration: none;
}

.wb-post-media {
  flex: 0 0 42%;
  max-width: 420px;
}

.wb-post-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.wb-post-cont-inner {
  flex: 1;
  min-width: 0;
}

.wb-post-type {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wb-muted);
}

.wb-post-title {
  font-family: var(--wb-font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.35rem 0 0.5rem;
  line-height: 1.25;
}

.wb-post-title a {
  color: var(--wb-text);
  text-decoration: none;
}

.wb-post-title a:hover {
  color: var(--wb-gold-dark);
}

.wb-post-byline {
  font-size: 0.8rem;
  color: var(--wb-muted);
  margin: 0 0 0.75rem;
}

.wb-post-byline a {
  color: var(--wb-gold-dark);
  text-decoration: none;
}

.wb-post-excerpt p {
  margin: 0;
  line-height: 1.65;
  color: var(--wb-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wb-post-stacked .wb-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wb-post-more {
  margin: 0.75rem 0 0;
}

.wb-post-read {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wb-gold-dark);
  text-decoration: none;
  font-weight: 700;
}

.wb-category-post {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.wb-category-post-thumb {
  flex: 0 0 200px;
  max-width: 200px;
}

.wb-category-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.wb-category-post-body {
  flex: 1;
  min-width: 0;
}

.wb-category-post-meta {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wb-muted);
  margin: 0 0 0.35rem;
}

.wb-category-post-title {
  font-family: var(--wb-font-display);
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

.wb-category-post-title a {
  color: var(--wb-text);
  text-decoration: none;
}

.wb-category-post-by {
  font-size: 0.8rem;
  color: var(--wb-muted);
  margin: 0 0 0.65rem;
}

.wb-category-post-excerpt {
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.wb-sidebar-search {
  display: flex;
  gap: 0;
  border: 1px solid rgba(201, 169, 110, 0.45);
}

.wb-sidebar-search input {
  flex: 1;
  border: none;
  padding: 0.5rem 0.65rem;
  font-size: 0.85rem;
  min-width: 0;
}

.wb-sidebar-search-btn {
  border: none;
  background: var(--wb-gold);
  color: #fff;
  padding: 0 0.75rem;
  cursor: pointer;
}

.wb-btn-contacts-submit {
  background: #1a1a1a;
  color: #fff;
  border: none;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.wb-btn-contacts-submit:hover {
  background: #333;
  color: #fff;
}

.wb-sec-contact-map {
  padding: 0;
}

.wb-google-map-wrap {
  width: 100%;
  line-height: 0;
}

.wb-google-map {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

.wb-sidebar-tabs {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wb-sidebar-tabs a {
  color: var(--wb-muted);
  text-decoration: none;
}

.wb-sidebar-tabs .is-active a {
  color: var(--wb-gold-dark);
  font-weight: 700;
}

.wb-sidebar-blog-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.3;
}

.wb-sidebar-blog-date {
  font-size: 0.75rem;
  color: var(--wb-muted);
}

.wb-woo-page-title {
  font-family: var(--wb-font-display);
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 1.5rem;
  font-weight: 600;
}

.wb-woo-archive-title {
  text-align: left;
  text-transform: none;
  font-size: 1.85rem;
}

.wb-sec-category-page .wb-woo-page-title {
  text-align: left;
}

.wb-sec-category-page .wb-woo-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wb-sec-category-page .wb-woo-product-img {
  aspect-ratio: 1;
}

.wb-sec-category-page .wb-woo-actions .wb-btn-secondary,
.wb-sec-category-page .wb-woo-actions .wb-btn-gold {
  display: none;
}

.wb-sec-category-page .wb-woo-actions {
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 900px) {
  .wb-sec-category-page .wb-woo-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wb-post-cont {
    flex-direction: column;
  }

  .wb-post-media {
    flex: none;
    max-width: 100%;
  }
}

/* Woo shop catalog */
.wb-woo-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(180, 170, 155, 0.45);
}

.wb-woo-order select {
  border: 1px solid rgba(180, 170, 155, 0.55);
  background: var(--wb-white);
  padding: 0.45rem 2rem 0.45rem 0.65rem;
  font-size: 0.88rem;
  color: var(--wb-text);
  border-radius: 0;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  min-width: 200px;
}

.wb-woo-toolbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wb-woo-result-count {
  margin: 0;
  font-size: 0.85rem;
  color: #9a9488;
}

.wb-woo-view-toggle {
  display: flex;
  gap: 0.35rem;
}

.wb-woo-view-btn {
  border: 1px solid rgba(180, 170, 155, 0.45);
  background: var(--wb-white);
  color: #8a8278;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1;
}

.wb-woo-view-btn.is-active,
.wb-woo-view-btn:hover {
  border-color: #6b6358;
  color: #3d3a36;
}

.wb-woo-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.wb-woo-products.is-list-view {
  grid-template-columns: 1fr;
}

.wb-woo-products.is-list-view .wb-woo-product {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
  text-align: left;
}

.wb-woo-products.is-list-view .wb-woo-product-img {
  margin-bottom: 0;
}

.wb-woo-product {
  text-align: center;
  border: 1px solid rgba(201, 169, 110, 0.2);
  padding: 1rem;
  background: var(--wb-white);
}

.wb-woo-product-img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.75rem;
}

.wb-woo-product-title {
  font-size: 1rem;
  margin: 0.35rem 0;
}

.wb-woo-stars {
  font-size: 0.8rem;
  color: var(--wb-muted);
  margin-bottom: 0.35rem;
}

.wb-woo-price {
  font-weight: 700;
  color: var(--wb-gold-dark);
  margin: 0.5rem 0;
}

.wb-woo-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.wb-sec-book-page .wb-booking-wrap {
  max-width: 100%;
}

.wb-sec-book-page .wb-booking-form label {
  display: block;
  margin-bottom: 0.85rem;
}

.wb-sec-book-page .wb-booking-form input,
.wb-sec-book-page .wb-booking-form select {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.6rem;
  border: 1px solid rgba(201, 169, 110, 0.45);
}

.wb-festive-canvas {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}

.wb-festive-label {
  position: fixed;
  left: 50%;
  top: 18%;
  transform: translateX(-50%) translateY(0);
  z-index: 9999;
  pointer-events: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: #fff;
  font-family: "Lato", system-ui, sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  opacity: 1;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.wb-festive-label.is-out {
  opacity: 0;
  transform: translateX(-50%) translateY(-12px);
}
