/* ============================================================
   Walton Spice — Homepage theme
   Palette: deep teal + gold (from brand logo)
   Typography: Poppins — simple and easy to read
   ============================================================ */

:root {
  --ws-teal: #0a4363;
  --ws-teal-deep: #07344d;
  --ws-gold: #c5a059;
  --ws-gold-bright: #d4af6a;
  --ws-gold-soft: #b8924a;
  --ws-white: #ffffff;
  --ws-off-white: #f4f1ea;
  --heading-font: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.ws-about-heading,
.ws-about-heading__text,
.ws-menu-title,
.ws-chef-title,
.ws-chef-dish__name,
.ws-surrey-title,
.ws-reviews-title,
.ws-gallery-title,
.ws-contact-title,
.ws-spice-moment__title,
.ws-footer-logo__name,
.popular-card-title {
  font-family: "Poppins", system-ui, sans-serif !important;
}

/* ---- Header ---- */
.header.ws-header,
.header.ws-header.fixed-top {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  z-index: 1000;
  background: var(--ws-teal);
  --ws-nav-h: 100px;
  --ws-notice-h: 0px;
  --ws-gold: #c5a059;
  --ws-gold-soft: #d4af6a;
}

.ws-header:has(.top_notice_bar) {
  --ws-notice-h: 38px;
}

.ws-header .topbar,
.ws-header .ws-notice-sticky {
  height: auto;
  min-height: 0;
  position: sticky;
  top: var(--ws-nav-h);
  z-index: 999;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  pointer-events: auto;
  box-sizing: border-box;
}

.ws-header .topbar > div,
.ws-header .ws-notice-sticky > div {
  width: 100%;
  max-width: 100%;
}

.scrolled .ws-header .topbar,
.scrolled .ws-header .ws-notice-sticky {
  height: auto !important;
  min-height: 0 !important;
  visibility: visible !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.ws-header .top_notice_bar {
  background: var(--ws-teal-deep) !important;
  color: var(--ws-white);
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
  padding: 0.4rem 0 !important;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
}

.ws-header .top_notice_bar::after {
  display: none;
}

.ws-header .top_notice {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0.5rem;
  align-items: center;
  gap: 0.75rem;
  box-sizing: border-box;
}

.ws-header .notice_heading {
  width: auto;
}

.ws-header .notice_heading::before {
  background: var(--ws-gold);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.25);
}

.ws-header .notice_heading strong {
  color: var(--ws-gold) !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.ws-header .notice_text {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.8rem;
}

.header .branding.ws-navbar,
.ws-navbar {
  background: var(--ws-teal) !important;
  color: var(--ws-white) !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transition: box-shadow 0.3s ease !important;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.scrolled .header .branding.ws-navbar,
.scrolled .ws-navbar {
  padding: 0 !important;
  box-shadow: 0 4px 16px rgba(7, 52, 77, 0.4) !important;
}

.ws-header .ws-navbar + .topbar .top_notice_bar,
.ws-header .ws-notice-sticky .top_notice_bar {
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
}

.ws-navbar-shell {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.ws-navbar-brandbar,
.ws-navbar-menubar {
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: none;
  min-height: 100px;
  transition: min-height 0.3s ease;
}

.ws-navbar-brandbar {
  flex-shrink: 0;
  padding: 0.25rem 0.35rem 0.25rem 0;
  border-left: none;
}

.ws-navbar-menubar {
  gap: 0.15rem;
  padding: 0;
  margin-left: auto;
  align-items: stretch;
}

.scrolled .ws-navbar-brandbar,
.scrolled .ws-navbar-menubar {
  min-height: 72px;
  box-shadow: none;
}

.ws-navbar-row {
  display: none;
}

.ws-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  text-decoration: none;
  overflow: visible;
  height: auto;
  width: auto;
}

.ws-brand-spine {
  display: none !important;
}

.ws-navbar .logo_img,
.ws-header .logo_img,
.header .logo_img,
.logo_img {
  height: 86px !important;
  width: auto !important;
  max-height: 86px !important;
  max-width: 240px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border-radius: 0;
  filter: none;
  margin: 0;
  display: block;
  flex-shrink: 0;
  transition: height 0.3s ease, max-width 0.3s ease !important;
}

.scrolled .ws-brand {
  height: auto;
  width: auto;
}

.scrolled .ws-navbar .logo_img,
.scrolled .ws-header .logo_img,
.scrolled .logo_img {
  height: 62px !important;
  width: auto !important;
  max-height: 62px !important;
  max-width: 180px !important;
}

.ws-nav-links {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

.ws-nav-links .nav-item {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.ws-navbar .navbar-collapse.ws-nav-panel {
  display: flex !important;
  align-items: stretch;
  height: 100%;
}

.ws-navbar .navbar-collapse .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 0 1rem !important;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  transition: padding 0.3s ease, font-size 0.3s ease !important;
}

.scrolled .ws-navbar .navbar-collapse .nav-link {
  font-size: 0.74rem !important;
  padding: 0 0.8rem !important;
}

.ws-navbar .navbar-collapse .nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--ws-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.ws-navbar .navbar-collapse .nav-link:hover,
.ws-navbar .navbar-collapse .nav-link:focus {
  color: var(--ws-gold) !important;
  background: transparent !important;
  transform: none;
}

.ws-navbar .navbar-collapse .nav-link:hover::after,
.ws-navbar .navbar-collapse .nav-link.active::after {
  transform: scaleX(1);
}

.ws-navbar .navbar-collapse .nav-link.active {
  color: var(--ws-gold) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ws-nav-ctas {
  align-items: stretch;
  gap: 0;
  flex-shrink: 0;
  height: 100%;
}

.ws-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-white) !important;
  border: none;
  border-left: 1px solid rgba(197, 160, 89, 0.45);
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 1.2rem;
  height: 100%;
  text-decoration: none;
  transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.ws-btn-outline:hover {
  background: var(--ws-gold);
  color: var(--ws-teal-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.ws-btn-outline:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition-duration: 0.1s;
}

.ws-navbar .btn-book-a-table,
.ws-btn-gold {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  border: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 0 1.45rem !important;
  margin: 0 !important;
  height: 100%;
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: none !important;
  white-space: nowrap;
  transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, background 0.25s ease, color 0.25s ease, padding 0.3s ease !important;
}

.scrolled .ws-navbar .btn-book-a-table,
.scrolled .ws-btn-gold,
.scrolled .ws-btn-outline {
  padding-left: 1.05rem !important;
  padding-right: 1.05rem !important;
  font-size: 0.66rem !important;
}

.ws-navbar .btn-book-a-table::after,
.ws-navbar .btn-book-a-table::before {
  display: none !important;
  content: none !important;
}

.ws-navbar .btn-book-a-table:hover,
.ws-navbar .btn-book-a-table:focus:hover,
.ws-btn-gold:hover {
  background: var(--ws-gold-bright) !important;
  color: var(--ws-teal-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24) !important;
}

.ws-navbar .btn-book-a-table:active,
.ws-btn-gold:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
  transition-duration: 0.1s !important;
}

.ws-hamburger,
.ws-hamburger.d-lg-none {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: none;
  border-radius: 0;
  background: var(--ws-gold) !important;
  margin-left: auto;
  position: relative;
  z-index: 10102;
  flex-shrink: 0;
  visibility: visible !important;
  opacity: 1 !important;
  transition: width 0.3s ease, min-width 0.3s ease, background 0.25s ease;
}

@media (min-width: 992px) {
  .ws-hamburger,
  .ws-hamburger.d-lg-none {
    display: none !important;
  }
}

.ws-hamburger:hover,
.ws-hamburger:focus,
body.ws-nav-open .ws-hamburger,
.ws-hamburger[aria-expanded="true"] {
  background: var(--ws-gold-bright) !important;
  border-color: transparent;
  box-shadow: none;
}

.ws-hamburger__line {
  background: var(--ws-white) !important;
}

.ws-header ~ .main section,
.ws-header ~ .main .section {
  scroll-margin-top: calc(var(--ws-nav-h) + var(--ws-notice-h) + 8px);
}


/* ---- Hero slider ---- */
.ws-hero {
  --ws-hero-gold: #c5a059;
  --ws-hero-gold-soft: #d4af6a;
  --ws-hero-white: #ffffff;
  --ws-hero-ink: #ffffff;
  --ws-hero-ink-muted: rgba(255, 255, 255, 0.86);
  position: relative;
  min-height: calc(100vh - 96px);
  min-height: calc(100svh - 96px);
  padding: 0 !important;
  display: block !important;
  overflow: hidden;
  background: var(--ws-teal-deep);
}

.ws-hero-swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.ws-hero-swiper .swiper-wrapper,
.ws-hero-swiper .swiper-slide {
  height: 100%;
}

.ws-hero .ws-hero-img,
.hero.ws-hero img.ws-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  opacity: 1;
  animation: none;
  transform: none;
}

.ws-hero-overlay {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.48) 0%,
    rgba(0, 0, 0, 0.32) 46%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.ws-hero-container {
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 96px);
  min-height: calc(100svh - 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.ws-hero-content {
  position: relative;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  max-width: 760px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  animation: wsFadeUp 0.8s ease both;
}

.ws-hero-content::before,
.ws-hero-content::after {
  display: none !important;
  content: none !important;
}

.ws-hero-kicker,
.ws-hero p.ws-hero-kicker {
  margin: 0 0 0.85rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--ws-gold) !important;
}

.ws-hero h1,
.ws-hero #text-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 0 0 0.85rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(1.85rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  color: var(--ws-white) !important;
  text-align: center;
  width: 100%;
}

.ws-hero-welcome {
  display: block;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--ws-white) !important;
  line-height: 1.35 !important;
}

.ws-hero-welcome::after {
  content: none !important;
}

.ws-hero h1 span.ws-hero-name,
.ws-hero #text-welcome span.ws-hero-name,
.ws-hero-name {
  display: block;
  color: var(--ws-white) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
}

.ws-hero h1 span.ws-hero-name::after,
.ws-hero #text-welcome span.ws-hero-name::after {
  display: none !important;
}

.ws-hero-tagline,
.ws-hero p.ws-hero-tagline {
  margin: 0 0 1.15rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 0.02em !important;
}

.ws-hero-offers {
  margin-bottom: 0.35rem;
}

.ws-hero-offers p {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 0.4rem !important;
  line-height: 1.5 !important;
  padding-left: 0;
  border-left: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.45);
}

.ws-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem !important;
  justify-content: center;
  width: 100%;
}

.ws-hero .cta-btn {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 1.7rem !important;
  border-radius: 0 !important;
  border: 2px solid transparent !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.3, 0.64, 1),
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    filter 0.3s ease !important;
}

.ws-hero .cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.ws-hero .cta-btn:hover::before {
  transform: translateX(120%);
}

.ws-hero .cta-btn:first-child,
.ws-hero .cta-btn--teal,
.ws-hero .cta-btn:not(:first-child) {
  background: var(--ws-teal) !important;
  color: var(--ws-white) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  border-color: transparent !important;
}

.ws-hero .cta-btn:first-child::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.ws-hero .cta-btn:first-child:hover {
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
  border-color: var(--ws-gold) !important;
}

.ws-hero .cta-btn--teal:hover,
.ws-hero .cta-btn:not(:first-child):hover {
  background: var(--ws-teal-deep) !important;
  color: var(--ws-white) !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
  border-color: var(--ws-gold) !important;
}

.ws-hero .cta-btn:active {
  transform: translateY(-1px) scale(0.96) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  transition-duration: 0.12s !important;
}

/* Slider pagination — short lines */
.ws-hero-pagination {
  position: absolute;
  left: 50%;
  bottom: 1.5rem !important;
  transform: translateX(-50%);
  z-index: 12;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.ws-hero-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  margin: 0 !important;
}

.ws-hero-pagination .swiper-pagination-bullet-active {
  background: var(--ws-gold);
  width: 40px;
}

.ws-hero-nav {
  position: absolute;
  top: auto;
  bottom: 1.25rem;
  transform: none;
  z-index: 12;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 67, 99, 0.45);
  color: var(--ws-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ws-hero-nav:hover {
  background: var(--ws-teal);
  border-color: var(--ws-gold);
  color: var(--ws-gold);
}

.ws-hero-prev { left: auto; right: 4.4rem; }
.ws-hero-next { right: 1.15rem; }

.ws-hero-nav i {
  font-size: 1.15rem;
  line-height: 1;
}

/* ---- Marquee ---- */
.ws-marquee {
  background: var(--ws-teal) !important;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.ws-marquee::before {
  background: linear-gradient(90deg, var(--ws-teal), transparent);
}

.ws-marquee::after {
  background: linear-gradient(270deg, var(--ws-teal), transparent);
}

.ws-marquee-item i {
  color: var(--ws-gold) !important;
}

.ws-marquee-dot,
.ws-marquee-item .ws-marquee-dot {
  background: var(--ws-gold) !important;
}

/* ---- About Section ---- */
.ws-about {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 4.5rem !important;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-about-bg) 28%,
    var(--ws-about-bg) 100%
  ) !important;
  overflow: hidden;
}

.ws-about::before {
  display: none !important;
}

.ws-about-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.ws-about-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 15%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-about .container {
  position: relative;
  z-index: 2;
}

.ws-about-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  align-items: center;
}

/* Visual column */
.ws-about-visual {
  position: relative;
}

.ws-about-img-stack {
  position: relative;
  padding-bottom: 2rem;
}

.ws-about-img-main {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  border: 3px solid var(--ws-gold);
}

.ws-about-img-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--ws-gold-bright), var(--ws-gold));
  z-index: 3;
}

.ws-about .about-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 560px;
  aspect-ratio: 9 / 11;
  object-fit: cover;
  object-position: center 36%;
  display: block;
  border: none !important;
  border-radius: 0;
  transition: transform 0.6s ease;
}

.ws-about-img-accent {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  width: 42%;
  max-width: 210px;
  overflow: hidden;
  border: 2px solid var(--ws-gold);
  box-shadow: 0 12px 32px rgba(7, 52, 77, 0.28);
  background: var(--ws-white);
}

.ws-about-img-accent img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 14%;
  display: block;
  transition: transform 0.6s ease;
}

.ws-about-img-stack:hover .ws-about-img-main .about-img {
  transform: scale(1.04);
}

.ws-about-img-stack:hover .ws-about-img-accent img {
  transform: scale(1.03);
}

.ws-about-year-tag {
  position: absolute;
  bottom: -1rem;
  right: 1.25rem;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--ws-about-bg);
  border: 2px solid var(--ws-gold);
  border-radius: 0;
  padding: 0.9rem 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.ws-about-year-num {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ws-gold) !important;
  background: none !important;
  -webkit-text-fill-color: var(--ws-gold) !important;
  animation: none !important;
}

.ws-about-year-txt {
  font-family: "Poppins", sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.35rem;
  white-space: nowrap;
}

/* Content column */
.ws-about-content {
  padding: 0;
}

.ws-about-head {
  margin-bottom: 1.5rem;
}

.ws-about-eyebrow {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ws-gold);
  margin-bottom: 0.65rem;
}

.ws-about-heading {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.ws-about-heading__accent {
  display: none !important;
}

.ws-about-heading__text {
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--ws-white) !important;
}

.ws-about-heading__text::after {
  display: none !important;
}

.ws-about-prose {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-left: 4px solid var(--ws-gold);
  border-radius: 0;
  padding: 1.75rem 1.5rem 1.5rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.ws-about-quote {
  position: absolute;
  top: -0.35rem;
  left: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: var(--ws-gold);
  opacity: 0.25;
}

.ws-about .content .fst-italic,
.ws-about-prose .fst-italic {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-style: normal !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.ws-about-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 0.65rem;
}

.ws-about-features li {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 0.85rem !important;
  padding: 1rem 1.1rem !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.ws-about-features li i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: var(--ws-teal);
  border: 1px solid var(--ws-gold);
  color: var(--ws-gold) !important;
  font-size: 1rem !important;
  margin-right: 0 !important;
  line-height: 1 !important;
  animation: none !important;
}

.ws-about-features li:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--ws-gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.ws-about-features li span {
  font-family: "Poppins", sans-serif;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82) !important;
  padding-top: 0.15rem;
}

.ws-about-features li span strong {
  display: block;
  color: var(--ws-white) !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

/* Stats strip */
.ws-about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  border: 2px solid var(--ws-gold);
  border-radius: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.ws-about-stat {
  text-align: center;
  padding: 1.35rem 0.75rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
  border-right: 1px solid rgba(197, 160, 89, 0.25);
  transition: background 0.25s ease;
}

.ws-about-stat:hover {
  background: rgba(255, 255, 255, 0.06);
}

.ws-about-stat i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 0;
  font-size: 1.1rem;
  color: var(--ws-teal-deep) !important;
  background: var(--ws-gold);
  border: none;
  margin-bottom: 0.55rem;
}

.ws-about-stat strong {
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ws-white) !important;
  line-height: 1.2;
}

.ws-about-stat span {
  font-family: "Poppins", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.ws-about-stat--delivery strong {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .ws-about-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .ws-about-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .ws-about-stat {
    border-bottom: none;
  }

  .ws-about-stat:last-child {
    border-right: none;
  }
}

@media (min-width: 992px) {
  .ws-about-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3.5rem;
    align-items: center;
  }

  .ws-about .about-img {
    min-height: 100%;
    max-height: none;
    aspect-ratio: auto;
    height: 100%;
  }

  .ws-about-img-accent {
    top: 1.25rem;
    right: 1.25rem;
    width: 40%;
    max-width: 220px;
  }
}

@media (max-width: 767.98px) {
  .ws-about {
    padding: 3.5rem 0 3.5rem !important;
  }

  .ws-about-stat:nth-child(2),
  .ws-about-stat:nth-child(4) {
    border-right: none;
  }

  .ws-about-stat:nth-child(3),
  .ws-about-stat:nth-child(4) {
    border-bottom: none;
  }

  .ws-about-features {
    grid-template-columns: 1fr;
  }

  .ws-about-prose {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

/* ---- Experience / Crafted With Tradition ---- */
.ws-spice-moment {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-sm-bg) 28%,
    var(--ws-sm-bg) 100%
  ) !important;
  overflow: hidden;
}

.ws-spice-moment__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-spice-float {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  color: rgba(33, 68, 93, 0.07) !important;
}

.ws-spice-moment .container {
  position: relative;
  z-index: 1;
}

.ws-spice-moment__frame {
  box-shadow: 0 16px 40px rgba(33, 68, 93, 0.18);
}

.ws-spice-moment__frame--main {
  border-radius: 0;
  border: 3px solid var(--ws-gold) !important;
}

.ws-spice-moment__frame--accent {
  border-radius: 0;
  border: 3px solid var(--ws-gold) !important;
  box-shadow: 0 14px 36px rgba(33, 68, 93, 0.2);
}

.ws-spice-moment__seal {
  background: var(--ws-white);
  border: 2px solid var(--ws-gold);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(33, 68, 93, 0.12);
}

.ws-spice-moment__seal-year {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-about-bg) !important;
}

.ws-spice-moment__seal-text {
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-spice-moment__eyebrow {
  color: var(--ws-gold) !important;
}

.ws-spice-moment__eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold));
}

.ws-spice-moment__title {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-about-bg) !important;
}

.ws-spice-moment__lead {
  color: rgba(33, 68, 93, 0.78) !important;
}

.ws-spice-moment__pill {
  background: var(--ws-white);
  border: 1px solid rgba(33, 68, 93, 0.15);
  border-radius: 0;
  color: var(--ws-about-bg) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.08);
}

.ws-spice-moment__pill .bi {
  color: var(--ws-gold) !important;
}

.ws-spice-moment__pill:hover {
  background: var(--ws-white);
  border-color: var(--ws-gold);
  box-shadow: 0 8px 20px rgba(33, 68, 93, 0.12);
}

.ws-spice-moment__cta {
  border-radius: 0;
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

.ws-spice-moment__cta:hover {
  background: var(--ws-gold-bright) !important;
  color: var(--ws-teal-deep) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}

/* ---- Menu / From Our Kitchen ---- */
.ws-menu {
  --ws-navy: #21445d;
  --ws-navy-deep: #1a3649;
  --ws-navy-light: #2a5670;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-sm-bg) 0%,
    #3a6478 12%,
    var(--ws-navy) 28%,
    var(--ws-navy-deep) 55%,
    var(--ws-navy-light) 100%
  ) !important;
  border-top: none;
  border-bottom: 3px solid var(--ws-gold);
}

.ws-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-menu-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.ws-menu-bg-pattern {
  display: none;
}

.ws-menu > .container {
  position: relative;
  z-index: 2;
}

.ws-menu-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.75rem;
  position: relative;
  z-index: 2;
}

.ws-menu-eyebrow {
  color: var(--ws-gold) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ws-menu-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold)) !important;
}

.ws-menu-eyebrow::after {
  background: linear-gradient(90deg, var(--ws-gold), transparent) !important;
}

.ws-menu-title {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-white) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ws-menu-lead {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-menu-stage {
  position: relative;
  padding: 1.75rem 0 0.5rem;
}

.ws-menu-stage::before {
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 0;
  inset: 0 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ws-menu-swiper {
  padding-top: 0.5rem !important;
  padding-bottom: 3.5rem !important;
}

.ws-menu .popular-card,
.ws-menu-card {
  border-radius: 0 !important;
  border: 1px solid rgba(197, 160, 89, 0.35) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ws-menu .popular-card:hover,
.ws-menu-card:hover {
  transform: translateY(-6px);
  border-color: var(--ws-gold) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(197, 160, 89, 0.2) !important;
}

.ws-menu .popular-card::before {
  background: linear-gradient(180deg, var(--ws-gold-bright), var(--ws-gold), var(--ws-gold-soft));
  width: 5px;
}

.ws-menu .popular-card-img-wrapper {
  border-radius: 0 !important;
  border: 1px solid rgba(33, 68, 93, 0.12) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.1) !important;
  background: var(--ws-off-white);
}

.ws-menu .popular-card-img-wrapper::after {
  border-radius: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(33, 68, 93, 0.06) 100%);
}

.ws-menu .popular-card-title {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-navy) !important;
}

.ws-menu .popular-card-desc {
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-menu .popular-card-prices {
  scrollbar-color: rgba(197, 160, 89, 0.5) transparent;
}

.ws-menu .popular-card-prices::-webkit-scrollbar-thumb {
  background: rgba(197, 160, 89, 0.5);
}

.ws-menu .popular-price-item {
  color: var(--ws-navy) !important;
  font-weight: 700 !important;
  border-bottom-color: rgba(33, 68, 93, 0.1);
}

.ws-menu .popular-price-item span,
.ws-menu .popular-price-syn {
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  color: rgba(33, 68, 93, 0.55) !important;
  margin-left: 5px;
}

.ws-menu .popular-btn {
  background: var(--ws-navy) !important;
  color: var(--ws-white) !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 16px rgba(26, 54, 73, 0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.25s ease;
}

.ws-menu .popular-btn:hover {
  background: var(--ws-gold) !important;
  color: var(--ws-navy-deep) !important;
  box-shadow: 0 8px 22px rgba(197, 160, 89, 0.35);
}

.ws-menu .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35) !important;
}

.ws-menu .swiper-pagination-bullet-active {
  background: var(--ws-gold) !important;
}

.ws-menu-empty {
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(197, 160, 89, 0.45);
  border-radius: 0;
}

.ws-menu-empty h4 {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-white) !important;
}

.ws-menu-empty p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ws-menu .view-menu-btn {
  background: var(--ws-gold) !important;
  color: var(--ws-navy-deep) !important;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.ws-menu .view-menu-btn:hover {
  background: var(--ws-gold-bright) !important;
  color: var(--ws-navy-deep) !important;
}

/* ---- Chef Recommendations ---- */
.ws-chef {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-sm-bg) 28%,
    var(--ws-sm-bg) 100%
  ) !important;
}

.ws-chef-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-chef .container {
  position: relative;
  z-index: 1;
}

.ws-chef-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
}

.ws-chef-title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(2rem, 4.5vw, 2.75rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--ws-white) !important;
  line-height: 1.12;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.ws-chef-sub {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-chef-proteins {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 2.25rem;
  padding: 0 0.5rem;
}

.ws-chef-protein {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 0;
  background: var(--ws-white);
  border: 1px solid rgba(33, 68, 93, 0.15);
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ws-about-bg) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ws-chef-protein:hover {
  border-color: var(--ws-gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(33, 68, 93, 0.12);
}

.ws-chef-dishes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.ws-chef-dish {
  background: var(--ws-white);
  border: 1px solid rgba(33, 68, 93, 0.12);
  border-radius: 0;
  padding: 1.35rem 1.5rem 1.35rem 1.65rem;
  position: relative;
  box-shadow: 0 8px 28px rgba(33, 68, 93, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ws-chef-dish::before {
  background: linear-gradient(180deg, var(--ws-gold-bright), var(--ws-gold), var(--ws-gold-soft));
  width: 5px;
  border-radius: 0;
}

.ws-chef-dish:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 14px 36px rgba(33, 68, 93, 0.12);
}

.ws-chef-dish__name {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.05rem;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ws-about-bg) !important;
}

.ws-chef-dish__tag {
  font-weight: 600;
  color: rgba(33, 68, 93, 0.55) !important;
}

.ws-chef-dish__desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-chef-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
  padding: 0.85rem 1.25rem;
  max-width: 520px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  color: rgba(33, 68, 93, 0.72) !important;
  background: var(--ws-white);
  border: 1px dashed rgba(197, 160, 89, 0.45);
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(33, 68, 93, 0.06);
}

.ws-chef-footnote .bi {
  color: var(--ws-gold) !important;
}

.ws-chef-footnote strong {
  color: var(--ws-about-bg) !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ws-chef-dishes {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }
}

/* ---- Surrey / The Spice House on Walton Hill ---- */
.ws-surrey {
  --ws-navy: #21445d;
  --ws-navy-deep: #1a3649;
  --ws-navy-light: #2a5670;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-sm-bg) 0%,
    #3a6478 12%,
    var(--ws-navy) 28%,
    var(--ws-navy-deep) 55%,
    var(--ws-navy-light) 100%
  ) !important;
  border-top: none;
  border-bottom: 3px solid var(--ws-gold);
}

.ws-surrey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-surrey-bg {
  z-index: 0;
}

.ws-surrey-bg__text {
  color: rgba(255, 255, 255, 0.04) !important;
}

.ws-surrey > .container {
  position: relative;
  z-index: 2;
}

.ws-surrey-head {
  z-index: 2;
}

.ws-surrey-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 0.65rem;
  color: var(--ws-gold) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ws-surrey-eyebrow::before,
.ws-surrey-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
}

.ws-surrey-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold)) !important;
}

.ws-surrey-eyebrow::after {
  background: linear-gradient(90deg, var(--ws-gold), transparent) !important;
}

.ws-surrey-title {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-white) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ws-surrey-lead {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-surrey-showcase {
  z-index: 2;
}

.ws-surrey-visual__frame {
  border-radius: 0 !important;
  border: 1px solid rgba(197, 160, 89, 0.35) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28) !important;
}

.ws-surrey-stamp {
  background: var(--ws-navy) !important;
  border-color: var(--ws-gold) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
  color: var(--ws-white) !important;
}

.ws-surrey-stamp__year {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-gold) !important;
}

.ws-surrey-ticket {
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.28));
}

.ws-surrey-ticket__edge {
  background: rgba(255, 255, 255, 0.97) !important;
  background-image: radial-gradient(circle at 0 8px, var(--ws-sm-bg) 4px, transparent 4px) !important;
}

.ws-surrey-ticket__edge--right {
  background-image: radial-gradient(circle at 14px 8px, var(--ws-sm-bg) 4px, transparent 4px) !important;
}

.ws-surrey-ticket__body {
  background: rgba(255, 255, 255, 0.97) !important;
  border-top: 2px dashed rgba(197, 160, 89, 0.35) !important;
  border-bottom: 2px dashed rgba(197, 160, 89, 0.35) !important;
}

.ws-surrey-ticket__tag {
  color: var(--ws-gold) !important;
}

.ws-surrey-perks li {
  border-bottom-color: rgba(197, 160, 89, 0.18) !important;
}

.ws-surrey-perks__num {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-gold) !important;
  opacity: 1 !important;
}

.ws-surrey-perks strong {
  color: var(--ws-navy) !important;
}

.ws-surrey-perks span {
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-surrey-postcode {
  background: var(--ws-white) !important;
  border: 2px solid var(--ws-navy) !important;
  color: var(--ws-navy) !important;
  box-shadow: 2px 2px 0 var(--ws-gold) !important;
}

.ws-surrey-actions {
  z-index: 2;
}

.ws-surrey-btn--fill {
  background: var(--ws-gold) !important;
  color: var(--ws-navy-deep) !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
}

.ws-surrey-btn--fill:hover {
  background: var(--ws-gold-bright) !important;
  color: var(--ws-navy-deep) !important;
}

.ws-surrey-btn--line {
  background: transparent !important;
  color: var(--ws-white) !important;
  border: 2px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 0 !important;
}

.ws-surrey-btn--line:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--ws-white) !important;
  border-color: var(--ws-gold) !important;
}

/* ---- Guest Reviews (Crafted With Tradition palette) ---- */
.ws-reviews {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-sm-bg) 28%,
    var(--ws-sm-bg) 100%
  ) !important;
  border-top: none;
}

.ws-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%);
}

.ws-reviews .container {
  position: relative;
  z-index: 1;
}

.ws-reviews-eyebrow {
  color: var(--ws-gold) !important;
}

.ws-reviews-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold)) !important;
}

.ws-reviews-eyebrow::after {
  background: linear-gradient(90deg, var(--ws-gold), transparent) !important;
}

.ws-reviews-title {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.ws-reviews-lead {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-reviews-slider-wrap {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 3.25rem;
}

.ws-reviews-swiper {
  overflow: hidden;
  padding: 0.5rem 0 3rem;
}

.ws-reviews-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.ws-reviews-card {
  border-radius: 0 !important;
  border: 1px solid rgba(33, 68, 93, 0.15) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.08) !important;
  opacity: 0.35 !important;
  transform: scale(0.92) !important;
  min-height: 250px;
  padding: 1.75rem 1.65rem 1.85rem !important;
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.55s ease !important;
}

.ws-reviews-swiper .swiper-slide-active .ws-reviews-card {
  opacity: 1 !important;
  transform: scale(1) !important;
  border-color: rgba(197, 160, 89, 0.45) !important;
  box-shadow: 0 16px 40px rgba(33, 68, 93, 0.18) !important;
}

.ws-reviews-card__top strong {
  font-size: 1rem !important;
}

.ws-reviews-card p {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
}

.ws-reviews-card__top strong {
  color: var(--ws-about-bg) !important;
}

.ws-reviews-card__top span:not(.ws-reviews-avatar) {
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-reviews-stars {
  color: var(--ws-gold) !important;
}

.ws-reviews-card p {
  color: rgba(33, 68, 93, 0.85) !important;
}

.ws-reviews-dish {
  border-radius: 0 !important;
  color: var(--ws-gold) !important;
  background: rgba(197, 160, 89, 0.12) !important;
  border-color: rgba(197, 160, 89, 0.35) !important;
}

.ws-reviews-avatar {
  border-color: rgba(197, 160, 89, 0.35) !important;
}

.ws-reviews-nav {
  border-radius: 0 !important;
  border: 1px solid rgba(33, 68, 93, 0.15) !important;
  color: var(--ws-about-bg) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.08) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 10 !important;
}

.ws-reviews-prev {
  left: 0 !important;
}

.ws-reviews-next {
  right: 0 !important;
}

.ws-reviews-nav:hover {
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  transform: translateY(-50%) !important;
}

.ws-reviews-pagination .swiper-pagination-bullet {
  background: rgba(33, 68, 93, 0.22) !important;
}

.ws-reviews-pagination .swiper-pagination-bullet-active {
  background: var(--ws-gold) !important;
}

@media (min-width: 1100px) {
  .ws-reviews-slider-wrap {
    max-width: 1200px;
    padding: 0 4.75rem;
  }

  .ws-reviews-swiper {
    padding: 0.5rem 0 3rem;
    overflow: hidden !important;
  }

  .ws-reviews-swiper .swiper-slide {
    opacity: 1;
  }

  .ws-reviews-card,
  .ws-reviews-swiper .swiper-slide-active .ws-reviews-card,
  .ws-reviews-swiper .swiper-slide-prev .ws-reviews-card,
  .ws-reviews-swiper .swiper-slide-next .ws-reviews-card {
    opacity: 1 !important;
    transform: none !important;
    border-color: rgba(33, 68, 93, 0.15) !important;
    box-shadow: 0 8px 20px rgba(33, 68, 93, 0.1) !important;
  }

  .ws-reviews-swiper .swiper-slide-active .ws-reviews-card {
    border-color: rgba(197, 160, 89, 0.45) !important;
    box-shadow: 0 12px 28px rgba(33, 68, 93, 0.14) !important;
  }
}

/* ---- Photo Gallery (Crafted With Tradition palette) ---- */
.ws-gallery {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-sm-bg) 28%,
    var(--ws-sm-bg) 100%
  ) !important;
  border-top: none;
  border-bottom: none;
}

.ws-gallery::before {
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%) !important;
}

.ws-gallery > .container {
  position: relative;
  z-index: 1;
}

.ws-gallery-eyebrow {
  color: var(--ws-gold) !important;
}

.ws-gallery-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold)) !important;
}

.ws-gallery-eyebrow::after {
  background: linear-gradient(90deg, var(--ws-gold), transparent) !important;
}

.ws-gallery-title {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.ws-gallery-lead {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-gallery-item {
  border-radius: 0 !important;
  border: 3px solid var(--ws-gold) !important;
  box-shadow: 0 16px 40px rgba(33, 68, 93, 0.18) !important;
}

.ws-gallery-item:hover {
  box-shadow: 0 20px 48px rgba(33, 68, 93, 0.24) !important;
}

/* ---- Contact (Crafted With Tradition palette) ---- */
.ws-contact {
  --ws-about-bg: #21445d;
  --ws-sm-bg: #e9eff3;
  position: relative;
  padding: 5rem 0 5.5rem !important;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--ws-about-bg) 0%,
    #3a6478 12%,
    var(--ws-sm-bg) 28%,
    var(--ws-sm-bg) 100%
  ) !important;
  border-top: none;
  border-bottom: none;
}

.ws-contact-bg {
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.08) 0%, transparent 55%) !important;
}

.ws-contact > .container {
  position: relative;
  z-index: 1;
}

.ws-contact-eyebrow {
  color: var(--ws-gold) !important;
}

.ws-contact-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--ws-gold)) !important;
}

.ws-contact-eyebrow::after {
  background: linear-gradient(90deg, var(--ws-gold), transparent) !important;
}

.ws-contact-title {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.ws-contact-lead {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ws-contact-map {
  border-radius: 0 !important;
  border: 3px solid var(--ws-gold) !important;
  box-shadow: 0 16px 40px rgba(33, 68, 93, 0.18) !important;
}

.ws-contact-chip {
  border-radius: 0 !important;
  border: 1px solid rgba(33, 68, 93, 0.15) !important;
  box-shadow: 0 4px 14px rgba(33, 68, 93, 0.08) !important;
}

.ws-contact-chip:hover {
  box-shadow: 0 8px 20px rgba(33, 68, 93, 0.12) !important;
}

.ws-contact-chip__icon {
  border-radius: 0 !important;
  background: rgba(197, 160, 89, 0.15) !important;
  color: var(--ws-about-bg) !important;
}

.ws-contact-chip__label {
  color: var(--ws-gold) !important;
}

.ws-contact-chip__value {
  color: var(--ws-about-bg) !important;
}

.ws-contact .ws-contact-link {
  color: var(--ws-about-bg) !important;
}

.ws-contact .ws-contact-link:hover {
  color: var(--ws-gold) !important;
}

.ws-contact-form-card {
  border-radius: 0 !important;
  border: 1px solid rgba(33, 68, 93, 0.15) !important;
  border-left: 4px solid var(--ws-gold) !important;
  box-shadow: 0 8px 24px rgba(33, 68, 93, 0.1) !important;
}

.ws-contact-form-card__title {
  font-family: "Poppins", sans-serif !important;
  color: var(--ws-about-bg) !important;
}

.ws-contact-form-card__lead {
  color: rgba(33, 68, 93, 0.72) !important;
}

.ws-contact .form-control {
  border-radius: 0 !important;
  background: var(--ws-sm-bg) !important;
  border: 1px solid rgba(33, 68, 93, 0.15) !important;
  color: var(--ws-about-bg) !important;
}

.ws-contact .form-control::placeholder {
  color: rgba(33, 68, 93, 0.45) !important;
}

.ws-contact .form-control:focus {
  background: var(--ws-white) !important;
  border-color: var(--ws-gold) !important;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15) !important;
  color: var(--ws-about-bg) !important;
}

.ws-contact-submit {
  border-radius: 0 !important;
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28) !important;
}

.ws-contact-submit:hover {
  background: var(--ws-gold-bright) !important;
  color: var(--ws-teal-deep) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}

.ws-contact-success.ws-contact-form-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 300px;
  padding: 2.75rem 2rem !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(233, 239, 243, 0.92) 100%
  ) !important;
  border: 1px solid rgba(197, 160, 89, 0.35) !important;
  border-left: 4px solid var(--ws-gold) !important;
  box-shadow: 0 12px 32px rgba(33, 68, 93, 0.12) !important;
}

.ws-contact-success__inner {
  text-align: center;
  max-width: 440px;
  animation: wsSuccessIn 0.55s ease both;
}

.ws-contact-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 1.35rem;
  background: var(--ws-about-bg);
  border: 3px solid var(--ws-gold);
  color: var(--ws-gold);
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(33, 68, 93, 0.18);
}

.ws-contact-success__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ws-about-bg) !important;
}

.ws-contact-success__text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(33, 68, 93, 0.72) !important;
}

@keyframes wsSuccessIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-contact-success__inner {
    animation: none;
  }
}

.ws-contact-success .alert-success-custom {
  border-radius: 0 !important;
  border-color: rgba(197, 160, 89, 0.35) !important;
  background: var(--ws-white) !important;
  color: var(--ws-about-bg) !important;
}

/* ---- Footer ---- */
.ws-footer {
  --ws-about-bg: #21445d;
  --ws-navy-deep: #1a3649;
  --ws-navy-light: #2a5670;
  --ws-ft-ink: #ffffff;
  --ws-ft-muted: rgba(255, 255, 255, 0.82);
  --ws-ft-heading: var(--ws-gold);
  --ws-ft-gold: #c5a059;
  position: relative;
  overflow: hidden;
  color: var(--ws-ft-ink) !important;
  background: linear-gradient(
    180deg,
    var(--ws-navy-light) 0%,
    var(--ws-about-bg) 18%,
    var(--ws-navy-deep) 100%
  ) !important;
  border-top: 3px solid var(--ws-gold);
  box-shadow: none;
}

.ws-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(197, 160, 89, 0.1) 0%, transparent 55%);
}

.ws-footer-inner {
  position: relative;
  z-index: 1;
}

.ws-footer-logo__img {
  border-radius: 0 !important;
  border: 2px solid rgba(197, 160, 89, 0.45) !important;
}

.ws-footer-logo__name,
.ws-footer-col__title {
  color: var(--ws-gold) !important;
  font-family: "Poppins", sans-serif !important;
}

.ws-footer-tagline,
.ws-footer-address,
.ws-footer-list a,
.ws-footer-field a,
.ws-footer-hours .lbl-days,
.ws-footer-hours__time,
.ws-footer-bar p,
.ws-footer-field__label {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ws-footer-field__label {
  color: var(--ws-gold) !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ws-footer-list a:hover,
.ws-footer-field a:hover,
.ws-footer-logo:hover {
  opacity: 1 !important;
  color: var(--ws-gold-bright) !important;
}

.ws-footer-bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(197, 160, 89, 0.28) !important;
  background: rgba(0, 0, 0, 0.18) !important;
}

.ws-footer-bar p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.ws-footer-bar .credits a {
  color: var(--ws-gold) !important;
}

.ws-footer-bar .credits a:hover {
  color: var(--ws-gold-bright) !important;
}

/* ---- Mobile drawer ---- */
@media (max-width: 991.98px) {
  .ws-drawer {
    background: linear-gradient(
      180deg,
      #21445d 0%,
      #1a3649 100%
    ) !important;
    border-left: 3px solid var(--ws-gold) !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.35) !important;
  }

  .ws-drawer__name {
    color: #ffffff !important;
  }

  .ws-drawer__tagline {
    color: rgba(255, 255, 255, 0.78) !important;
  }
}

.ws-drawer__cta--outline {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: none !important;
  margin-bottom: 0.6rem;
  transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ws-drawer__cta--outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-color: var(--ws-gold) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.ws-drawer__cta--outline:active {
  transform: translateY(0) scale(0.97);
  transition-duration: 0.1s;
}

.ws-drawer__cta {
  background: var(--ws-gold) !important;
  color: var(--ws-teal-deep) !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
  transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, background 0.25s ease, color 0.25s ease;
}

.ws-drawer__cta:hover {
  background: var(--ws-gold-bright) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}

.ws-drawer__cta:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
  transition-duration: 0.1s;
}

.ws-drawer__name {
  color: #ffffff !important;
}

.ws-drawer__link:hover,
.ws-drawer__link.active {
  color: var(--ws-gold-bright) !important;
  background: rgba(197, 160, 89, 0.14) !important;
}

.ws-drawer__link:hover .bi,
.ws-drawer__link.active .bi {
  color: var(--ws-gold-bright) !important;
}

/* ---- Responsive ---- */
@media (min-width: 992px) {
  .ws-header .ws-navbar .navbar-collapse.ws-nav-panel {
    display: flex !important;
    align-items: stretch;
    height: 100%;
  }

  .ws-nav-ctas {
    display: flex !important;
    align-items: stretch;
    height: 100%;
  }

  .ws-navbar-menubar {
    display: flex !important;
    align-items: stretch;
  }
}

@media (max-width: 991.98px) {
  .header.ws-header.fixed-top {
    --ws-nav-h: 88px;
  }

  .ws-header:has(.top_notice_bar) {
    --ws-notice-h: 36px;
  }

  .ws-header .topbar,
  .ws-header .ws-notice-sticky {
    top: var(--ws-nav-h);
  }

  .ws-navbar-shell {
    padding: 0 0.75rem;
    gap: 0;
  }

  .ws-navbar-menubar {
    display: none !important;
  }

  .ws-navbar-brandbar {
    width: 100%;
    min-height: 92px;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 3.6rem 0.2rem 0;
    position: relative;
  }

  .ws-brand {
    height: auto;
    width: auto;
    overflow: visible;
  }

  .ws-hamburger,
  .ws-hamburger.d-lg-none {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-width: 52px;
    height: 52px !important;
    align-self: center;
    margin-left: auto;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10102;
  }

  .ws-navbar-row {
    min-height: 62px;
  }

  .ws-navbar .logo_img,
  .ws-header .logo_img,
  .logo_img {
    height: 72px !important;
    width: auto !important;
    max-height: 72px !important;
    max-width: min(210px, calc(100vw - 5.5rem)) !important;
    object-fit: contain !important;
    margin: 0;
  }

  .scrolled .ws-navbar-brandbar,
  .scrolled .ws-navbar-menubar {
    min-height: 68px;
  }

  .scrolled .ws-brand {
    height: auto;
    width: auto;
  }

  .scrolled .ws-navbar .logo_img,
  .scrolled .ws-header .logo_img,
  .scrolled .logo_img {
    height: 54px !important;
    width: auto !important;
    max-height: 54px !important;
    max-width: min(168px, calc(100vw - 5.5rem)) !important;
  }

  .scrolled .ws-hamburger.d-lg-none {
    width: 44px;
    min-width: 44px;
    height: 44px !important;
  }

  .ws-hero,
  .ws-hero-container {
    min-height: calc(100svh - 88px);
  }

  .ws-hero-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .ws-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.28) 38%,
      rgba(0, 0, 0, 0.55) 100%
    );
  }

  .ws-hero h1,
  .ws-hero #text-welcome {
    font-size: clamp(1.7rem, 7vw, 2.4rem) !important;
  }

  .ws-hero-nav {
    display: none;
  }

  .ws-hero-pagination {
    bottom: 0.9rem !important;
  }
}

@media (max-width: 575.98px) {
  .header.ws-header.fixed-top {
    --ws-nav-h: 72px;
  }

  .ws-header:has(.top_notice_bar) {
    --ws-notice-h: 34px;
  }

  .ws-brand {
    height: auto;
    width: auto;
    overflow: visible;
  }

  .ws-navbar .logo_img,
  .ws-header .logo_img,
  .logo_img {
    height: 66px !important;
    width: auto !important;
    max-height: 66px !important;
    max-width: min(190px, calc(100vw - 5.25rem)) !important;
    object-fit: contain !important;
    margin: 0;
  }

  .scrolled .ws-navbar .logo_img,
  .scrolled .ws-header .logo_img,
  .scrolled .logo_img {
    height: 52px !important;
    width: auto !important;
    max-height: 52px !important;
    max-width: min(160px, calc(100vw - 5.25rem)) !important;
  }

  .ws-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .ws-hero-tagline {
    font-size: 0.92rem;
  }

  .ws-hero-offers p {
    font-size: 0.8rem !important;
    letter-spacing: 0.04em;
  }
}

.scroll-top {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .ws-hero-content,
  .ws-marquee-track {
    animation: none !important;
  }
}

@media (min-width: 992px) {
  .ws-hero .ws-hero-container,
  .ws-hero-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .ws-hero .ws-hero-content,
  .ws-hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(760px, 100%) !important;
    width: 100%;
  }

  .ws-hero h1,
  .ws-hero #text-welcome {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .ws-hero-kicker,
  .ws-hero p.ws-hero-kicker,
  .ws-hero-welcome,
  .ws-hero-name,
  .ws-hero h1 span.ws-hero-name,
  .ws-hero #text-welcome span.ws-hero-name,
  .ws-hero-tagline,
  .ws-hero p.ws-hero-tagline,
  .ws-hero-offers,
  .ws-hero-offers p {
    text-align: center !important;
    width: 100%;
  }

  .ws-hero-actions,
  .ws-hero .ws-hero-actions {
    justify-content: center !important;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .ws-hero .ws-hero-container,
  .ws-hero-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .ws-hero .ws-hero-content,
  .ws-hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ws-hero h1,
  .ws-hero #text-welcome {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .ws-hero-kicker,
  .ws-hero p.ws-hero-kicker,
  .ws-hero-welcome,
  .ws-hero-name,
  .ws-hero h1 span.ws-hero-name,
  .ws-hero #text-welcome span.ws-hero-name,
  .ws-hero-tagline,
  .ws-hero p.ws-hero-tagline,
  .ws-hero-offers,
  .ws-hero-offers p {
    text-align: center !important;
    width: 100%;
  }

  .ws-hero-actions,
  .ws-hero .ws-hero-actions {
    justify-content: center !important;
    width: 100%;
  }
}

/* ---- Homepage section button interactions ---- */
.ws-spice-moment__cta,
.popular-btn,
.view-menu-btn,
.ws-surrey-btn {
  transition:
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.28s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease !important;
}

.ws-spice-moment__cta:hover,
.popular-btn:hover,
.view-menu-btn:hover,
.ws-surrey-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}

.ws-spice-moment__cta:active,
.popular-btn:active,
.view-menu-btn:active,
.ws-surrey-btn:active {
  transform: translateY(0) scale(0.97) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
  transition-duration: 0.1s !important;
}

@media (prefers-reduced-motion: reduce) {
  .ws-hero-content,
  .ws-marquee-track {
    animation: none !important;
  }

  .ws-hero .cta-btn,
  .ws-hero .cta-btn::before,
  .ws-btn-outline,
  .ws-btn-gold,
  .ws-navbar .btn-book-a-table,
  .ws-drawer__cta,
  .ws-drawer__cta--outline,
  .ws-spice-moment__cta,
  .popular-btn,
  .view-menu-btn,
  .ws-surrey-btn {
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  }

  .ws-hero .cta-btn:hover,
  .ws-hero .cta-btn:active,
  .ws-btn-outline:hover,
  .ws-btn-outline:active,
  .ws-btn-gold:hover,
  .ws-btn-gold:active,
  .ws-navbar .btn-book-a-table:hover,
  .ws-navbar .btn-book-a-table:active,
  .ws-drawer__cta:hover,
  .ws-drawer__cta:active,
  .ws-drawer__cta--outline:hover,
  .ws-drawer__cta--outline:active,
  .ws-spice-moment__cta:hover,
  .ws-spice-moment__cta:active,
  .popular-btn:hover,
  .popular-btn:active,
  .view-menu-btn:hover,
  .view-menu-btn:active,
  .ws-surrey-btn:hover,
  .ws-surrey-btn:active {
    transform: none !important;
  }

  .ws-hero .cta-btn::before {
    display: none !important;
  }
}
