/* Start custom CSS for html, class: .elementor-element-bd8e199 */:root {
  --wdc-teal-900:#0C3B3E; --wdc-teal-700:#115E63; --wdc-teal-button:#0D5C63;
  --wdc-teal-500:#16808A; --wdc-teal-300:#7FB6BB; --wdc-teal-100:#DCEBEC;
  --wdc-coral-600:#C9483D; --wdc-coral-500:#EC6A5E; --wdc-coral-300:#F4A79E;
  --wdc-gold-600:#C9851F; --wdc-gold-500:#EFA63E; --wdc-gold-300:#F6C97D; --wdc-gold-100:#FBEBCB;
  --wdc-sand-50:#FBF6EC; --wdc-cream:#FFFDF8; --wdc-ink:#16302E;
  --wdc-font-head:"Fraunces", Georgia, serif; --wdc-font-body:"Plus Jakarta Sans", system-ui, sans-serif;
  --wdc-r-sm:8px; --wdc-r-md:14px; --wdc-r-lg:22px;
}

/* HERO BASE — mobile-first, image-forward, content bottom-anchored */
.wdc-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--wdc-teal-900);
  color: var(--wdc-cream);
  font-family: var(--wdc-font-body);
  width: 100%;
  min-height: clamp(600px, 90svh, 840px);
  display: flex;
  align-items: flex-end;
  padding-block: clamp(4rem, 12vw, 6rem) clamp(4.5rem, 16vw, 7rem);
}
.wdc-hero * { box-sizing: border-box; margin: 0; padding: 0; }

/* background */
.wdc-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('https://willydconchsalad.com/wp-content/uploads/2026/06/GettyImages-477146775-scaled-1.webp');
  background-size: cover; background-position: center center; background-repeat: no-repeat;
  transform: scale(1.04); will-change: transform;
}

/* scrim (not a box): light up top, dark only where text sits */
.wdc-hero__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(12,59,62,.10) 0%,
    rgba(12,59,62,.14) 34%,
    rgba(12,59,62,.55) 68%,
    rgba(12,59,62,.92) 100%);
}

/* decorative */
.wdc-hero__motif--conch {
  position: absolute; top: 60%; right: -20%;
  width: 80vw; max-width: 60vw; height: auto;
  color:#FFFFFF; opacity:.04; transform: translateY(-50%) rotate(-6deg);
  pointer-events:none; z-index:1;
}
.wdc-hero__sun-arc {
  position: absolute; top: -5%; left: -20%;
  width: 90vw; max-width: 70vw; height: auto;
  opacity:.55; pointer-events:none; z-index:1;
}
.wdc-hero__sun-arc svg { width:100%; height:auto; display:block; }

/* content */
.wdc-hero__inner {
  position: relative; z-index: 2;
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  max-width: 100%; margin: 0 auto;
  display: flex; justify-content: flex-start;
}
.wdc-hero__message {
  position: relative; width: 100%; max-width: 60ch; min-width: 0;
  background: transparent; border: 0; box-shadow: none; padding: 0;
}

/* eyebrow */
.wdc-hero__eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px;
  margin-bottom: 16px; color: var(--wdc-gold-500);
}
.wdc-hero__leaf { display:inline-flex; width: clamp(22px,6vw,42px); flex:0 0 auto; opacity:.9; }
.wdc-hero__leaf svg { width:100%; height:auto; display:block; }
.wdc-hero__eyebrow-text {
  font-size: clamp(.7rem,1.5vw,.82rem); font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--wdc-gold-300);
  white-space: normal; max-width: 100%;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}

/* headline */
.wdc-hero__title {
  margin: 0 0 16px; font-family: var(--wdc-font-head); font-weight: 600;
  font-size: clamp(2.35rem,9vw,4rem); line-height: 1.05; letter-spacing: -.02em;
  color: var(--wdc-cream);
  text-shadow: 0 2px 22px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
  text-wrap: balance; overflow-wrap: break-word;
}
.wdc-hero__title-accent { color: var(--wdc-gold-500); font-style: italic; }
.wdc-hero__title-soft {
  display:block; color: var(--wdc-teal-300); font-size:.82em; margin-top:6px;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}

/* subtext */
.wdc-hero__sub {
  margin: 0 0 24px; max-width: 52ch;
  font-size: clamp(1rem,1.6vw,1.125rem); line-height: 1.6; color: #FFFDF8;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}

/* status row */
.wdc-hero__status-row { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-bottom:24px; }
.wdc-hero__status {
  display:inline-flex; align-items:center; gap:10px; padding:8px 14px; border-radius:999px;
  background: rgba(12,59,62,.55); border:1px solid rgba(127,182,187,.4);
  font-size:.82rem; font-weight:700; letter-spacing:.03em; color: var(--wdc-teal-100);
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}
.wdc-hero__status.is-open   { background: rgba(20,80,60,.55); border-color: rgba(52,211,153,.5); color:#A7F3D0; }
.wdc-hero__status.is-closed { background: rgba(90,35,32,.5);  border-color: rgba(236,106,94,.5);  color: var(--wdc-coral-300); }
.wdc-hero__status-dot {
  position:relative; display:inline-block; width:9px; height:9px; border-radius:50%;
  background: var(--wdc-teal-300); flex-shrink:0;
}
.wdc-hero__status.is-open  .wdc-hero__status-dot { background:#34D399; }
.wdc-hero__status.is-closed .wdc-hero__status-dot { background: var(--wdc-coral-500); }
.wdc-hero__status-dot::after {
  content:''; position:absolute; inset:-5px; border-radius:50%;
  background: inherit; opacity:.5; animation: wdc-hero-pulse 2s ease-in-out infinite;
}
.wdc-hero__status.is-closed .wdc-hero__status-dot::after { animation-duration: 2.5s; }
@keyframes wdc-hero-pulse { 0%,100%{ transform:scale(1); opacity:.5; } 50%{ transform:scale(2.2); opacity:0; } }

/* wait badge */
.wdc-hero__wait {
  display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px;
  background: var(--wdc-gold-100); color: var(--wdc-ink); font-size:.82rem; font-weight:600;
}
.wdc-hero__wait svg { width:16px; height:16px; color: var(--wdc-gold-600); flex-shrink:0; }
.wdc-hero__wait strong { font-weight:900; }

/* CTAs */
.wdc-hero__cta-row { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-bottom:26px; }
.wdc-hero__cta {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:54px; padding:0 24px; font-size:.98rem; font-weight:900; letter-spacing:-.01em;
  text-decoration:none; white-space:nowrap; border-radius: var(--wdc-r-sm); touch-action:manipulation;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease;
}
.wdc-hero__cta--primary {
  color: var(--wdc-ink); background: var(--wdc-gold-500);
  border:1px solid rgba(201,133,31,.38); box-shadow:0 12px 30px -14px rgba(0,0,0,.6);
}
.wdc-hero__cta--primary:hover, .wdc-hero__cta--primary:focus-visible {
  transform: translateY(-2px); background:#E49A31; box-shadow:0 16px 36px -14px rgba(0,0,0,.7); outline:none;
}
.wdc-hero__cta--primary:focus-visible { box-shadow:0 0 0 3px rgba(239,166,62,.55), 0 16px 36px -14px rgba(0,0,0,.7); }
.wdc-hero__cta--primary svg { width:18px; height:18px; transition: transform .22s ease; flex-shrink:0; }
.wdc-hero__cta--primary:hover svg { transform: translateX(3px); }
.wdc-hero__cta--ghost {
  color: var(--wdc-cream); background: rgba(12,59,62,.45);
  border:1px solid rgba(255,253,248,.45);
}
.wdc-hero__cta--ghost:hover, .wdc-hero__cta--ghost:focus-visible {
  transform: translateY(-2px); color: var(--wdc-gold-300); border-color: var(--wdc-gold-500);
  background: rgba(239,166,62,.14); outline:none;
}
.wdc-hero__cta--ghost:focus-visible { box-shadow:0 0 0 3px rgba(239,166,62,.4); }

/* trust */
.wdc-hero__trust {
  display:flex; flex-wrap:wrap; align-items:center; gap:8px 14px;
  font-size:.85rem; color:#FFFDF8; text-shadow:0 1px 8px rgba(0,0,0,.55);
}
.wdc-hero__trust-item { display:inline-flex; align-items:center; gap:8px; }
.wdc-hero__trust-item svg { width:16px; height:16px; color: var(--wdc-gold-500); flex-shrink:0; }
.wdc-hero__trust-item strong { color: var(--wdc-gold-300); font-weight:900; }
.wdc-hero__trust-divider { color: rgba(255,253,248,.5); }

/* wave */
.wdc-hero__transition {
  position:absolute; left:0; right:0; bottom:-1px; z-index:3;
  color: var(--wdc-sand-50); pointer-events:none; line-height:0; overflow:hidden;
}
.wdc-hero__transition svg { display:block; width:100%; height: clamp(28px,4vw,56px); }

/* entrance */
@media (prefers-reduced-motion: no-preference) {
  .wdc-hero__bg { animation: wdc-hero-bg-drift 24s ease-in-out infinite alternate; }
  .wdc-hero__sun-arc { animation: wdc-hero-sun-breathe 7s ease-in-out infinite; }
  .wdc-hero__eyebrow, .wdc-hero__title, .wdc-hero__sub,
  .wdc-hero__status-row, .wdc-hero__cta-row, .wdc-hero__trust {
    opacity:0; transform: translateY(20px);
    animation: wdc-hero-fade-up .7s cubic-bezier(.16,.84,.44,1) forwards;
  }
  .wdc-hero__eyebrow{ animation-delay:.15s; } .wdc-hero__title{ animation-delay:.25s; }
  .wdc-hero__sub{ animation-delay:.35s; } .wdc-hero__status-row{ animation-delay:.45s; }
  .wdc-hero__cta-row{ animation-delay:.55s; } .wdc-hero__trust{ animation-delay:.65s; }
}
@keyframes wdc-hero-fade-up { to { opacity:1; transform: translateY(0); } }
@keyframes wdc-hero-bg-drift { from{ transform:scale(1.04) translate3d(0,0,0); } to{ transform:scale(1.10) translate3d(-1.5%,-1%,0); } }
@keyframes wdc-hero-sun-breathe { 0%,100%{ opacity:.5; transform:scale(1);} 50%{ opacity:.8; transform:scale(1.04);} }

/* >=769px — content centred + LEFT-weighted scrim (image shows on the right) */
@media (min-width: 769px) {
  .wdc-hero { align-items: center; min-height: clamp(620px, 92svh, 880px); }
  .wdc-hero__message { max-width: 54ch; }
  .wdc-hero__overlay {
    background:
      linear-gradient(90deg,
        rgba(12,59,62,.9) 0%, rgba(12,59,62,.72) 30%, rgba(12,59,62,.34) 62%, rgba(12,59,62,.1) 100%),
      linear-gradient(180deg,
        rgba(12,59,62,.28) 0%, rgba(12,59,62,0) 32%, rgba(12,59,62,0) 70%, rgba(12,59,62,.5) 100%);
  }
  .wdc-hero__motif--conch { top:50%; right:-6%; width: clamp(280px,42vw,720px); opacity:.06; }
  .wdc-hero__sun-arc { top:-10%; left:-8%; width: clamp(320px,50vw,760px); opacity:.85; }
}
@media (min-width: 1025px) {
  .wdc-hero__message { max-width: 52ch; }
  .wdc-hero__title { font-size: clamp(3rem,5vw,4.25rem); }
}
@media (min-width: 1280px) {
  .wdc-hero__title { font-size: clamp(3.5rem,5vw,4.75rem); }
  .wdc-hero__message { max-width: 50ch; }
}

/* tiny phones */
@media (max-width: 420px) {
  .wdc-hero__eyebrow > .wdc-hero__leaf:last-child { display:none; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wdc-hero__eyebrow, .wdc-hero__title, .wdc-hero__sub,
  .wdc-hero__status-row, .wdc-hero__cta-row, .wdc-hero__trust {
    opacity:1 !important; transform:none !important; animation:none !important;
  }
  .wdc-hero__bg { animation:none !important; transform:scale(1.04); }
  .wdc-hero__sun-arc, .wdc-hero__status-dot::after { animation:none !important; }
}

/* print */
@media print {
  .wdc-hero { background:#fff !important; color: var(--wdc-ink) !important; min-height:auto !important; padding:24px 0 !important; }
  .wdc-hero__bg, .wdc-hero__overlay, .wdc-hero__motif, .wdc-hero__sun-arc, .wdc-hero__transition { display:none !important; }
  .wdc-hero__title, .wdc-hero__sub { color: var(--wdc-ink) !important; text-shadow:none !important; }
}


/* CTAs — side by side, even on small phones */
.wdc-hero__cta-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 26px;
}
.wdc-hero__cta {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 16px;
  font-size: clamp(.85rem, 3.4vw, .98rem);
  font-weight: 900;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
  border-radius: var(--wdc-r-sm);
  touch-action: manipulation;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease;
}
.wdc-hero__cta span { overflow: hidden; text-overflow: ellipsis; }

/* on roomy screens they size to content instead of stretching full-width */
@media (min-width: 600px) {
  .wdc-hero__cta-row { flex-wrap: wrap; }
  .wdc-hero__cta { flex: 0 0 auto; padding: 0 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4889f18 *//* tokens this section needs — skip any already in your Site Settings */
:root { --wdc-ink-soft:#46615E; --wdc-fuchsia-500:#E5447E; }

/* ============================================
   WILLY D — SIGNATURE SALADS SHOWCASE
   ============================================ */
.wdc-showcase {
  position: relative;
  background: var(--wdc-sand-50);
  font-family: var(--wdc-font-body);
  padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
  overflow: hidden;
}
.wdc-showcase * { box-sizing: border-box; margin: 0; padding: 0; }

.wdc-showcase__grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");
  background-size: 200px; pointer-events: none; z-index: 0;
}

/* HEADER */
.wdc-showcase__header {
  position: relative; z-index: 1;
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  margin: 0 auto clamp(28px, 4vw, 44px); text-align: center;
}
.wdc-showcase__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--wdc-gold-600);                 /* gold-600 = legible on light */
  font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 12px;
}
.wdc-showcase__leaf { display: inline-flex; width: 20px; opacity: .85; color: var(--wdc-gold-500); }
.wdc-showcase__leaf svg { width: 100%; height: auto; display: block; }
.wdc-showcase__title {
  color: var(--wdc-ink); font-family: var(--wdc-font-head);
  font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 14px;
}
.wdc-showcase__title em { color: var(--wdc-coral-600); font-style: italic; }
.wdc-showcase__sub {
  color: var(--wdc-ink-soft); font-size: clamp(.95rem, 1.5vw, 1.08rem);
  font-weight: 500; line-height: 1.6; max-width: 54ch; margin: 0 auto;
}

/* ARROWS */
.wdc-showcase__controls {
  position: relative; z-index: 3;
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  margin: 0 auto 16px; display: flex; justify-content: flex-end; gap: 8px;
}
.wdc-showcase__arrow {
  display: inline-grid; place-items: center; width: 42px; height: 42px;
  color: var(--wdc-ink); background: var(--wdc-cream);
  border: 1.5px solid rgba(22,48,46,.12); border-radius: var(--wdc-r-sm); cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, opacity .22s ease;
  box-shadow: 0 4px 12px -6px rgba(12,59,62,.15);
}
.wdc-showcase__arrow:hover:not(:disabled) { background: var(--wdc-teal-700); color: #fff; border-color: var(--wdc-teal-700); transform: translateY(-1px); }
.wdc-showcase__arrow:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(22,128,138,.4); }
.wdc-showcase__arrow:disabled { opacity: .3; cursor: default; transform: none; }
.wdc-showcase__arrow svg { width: 20px; height: 20px; display: block; }

/* TRACK */
.wdc-showcase__track {
  position: relative; z-index: 1; display: flex; gap: clamp(14px, 2vw, 20px);
  width: 100%; padding: 0 clamp(1.25rem, 5vw, 4rem);
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; -ms-overflow-style: none; scroll-padding: clamp(1.25rem, 5vw, 4rem);
}
.wdc-showcase__track::-webkit-scrollbar { display: none; }

/* CARD */
.wdc-showcase__card {
  position: relative; flex: 0 0 calc((100% - 2 * clamp(14px, 2vw, 20px)) / 3);
  scroll-snap-align: start; border-radius: var(--wdc-r-lg); overflow: hidden;
  background: var(--wdc-teal-900); min-height: 380px; cursor: default; transition: transform .3s ease;
}
.wdc-showcase__card:hover { transform: translateY(-4px); }
.wdc-showcase__card--tall { min-height: 440px; }

.wdc-showcase__card-img { position: absolute; inset: 0; z-index: 0; }
.wdc-showcase__card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
.wdc-showcase__card:hover .wdc-showcase__card-img img { transform: scale(1.06); }

.wdc-showcase__card-overlay {
  position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(16px, 2vw, 24px);
  background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(12,59,62,.45) 60%, rgba(12,59,62,.88) 100%);
  color: var(--wdc-cream); transition: background .3s ease;
}
.wdc-showcase__card:hover .wdc-showcase__card-overlay {
  background: linear-gradient(180deg, transparent 0%, transparent 20%, rgba(12,59,62,.55) 55%, rgba(12,59,62,.92) 100%);
}

/* BADGES — solid fills (no glassmorphism) */
.wdc-showcase__badge {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px;
  font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 4px 12px -6px rgba(0,0,0,.45);
}
.wdc-showcase__badge--signature { color: var(--wdc-ink); background: var(--wdc-gold-500); }
.wdc-showcase__badge--fan       { color: #fff; background: var(--wdc-coral-500); }
.wdc-showcase__badge--fire      { color: #fff; background: var(--wdc-fuchsia-500); }
.wdc-showcase__badge--local     { color: #fff; background: var(--wdc-teal-500); }

/* CARD TEXT */
.wdc-showcase__card-name {
  font-family: var(--wdc-font-head); font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 600;
  line-height: 1.2; margin-bottom: 6px; color: var(--wdc-cream); text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.wdc-showcase__card-desc {
  font-size: .82rem; font-weight: 500; line-height: 1.5; color: rgba(255,253,248,.82);
  margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.wdc-showcase__card-price { display: inline-block; font-family: var(--wdc-font-head); font-size: 1.05rem; font-weight: 600; color: var(--wdc-gold-300); letter-spacing: -.01em; }

/* CTA CARD */
.wdc-showcase__card--cta { cursor: pointer; }
.wdc-showcase__card--cta:hover .wdc-showcase__card-overlay--cta {
  background: linear-gradient(180deg, rgba(12,59,62,.3) 0%, rgba(12,59,62,.65) 40%, rgba(12,59,62,.95) 100%);
}
.wdc-showcase__card-overlay--cta {
  background: linear-gradient(180deg, rgba(12,59,62,.4) 0%, rgba(12,59,62,.55) 40%, rgba(12,59,62,.9) 100%);
  align-items: center; text-align: center;
}
.wdc-showcase__card-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; min-height: 48px; padding: 0 20px;
  color: var(--wdc-ink); background: var(--wdc-gold-500); border: 1px solid rgba(201,133,31,.38);
  border-radius: var(--wdc-r-sm); font-size: .86rem; font-weight: 900; text-decoration: none;
  transition: transform .22s ease, background .22s ease; box-shadow: 0 6px 18px -8px rgba(0,0,0,.4);
}
.wdc-showcase__card-btn:hover, .wdc-showcase__card-btn:focus-visible { background: var(--wdc-gold-600); color: var(--wdc-cream); transform: translateY(-1px); outline: none; }
.wdc-showcase__card-btn svg { width: 16px; height: 16px; transition: transform .22s ease; }
.wdc-showcase__card-btn:hover svg { transform: translateX(3px); }

/* DOTS */
.wdc-showcase__dots { position: relative; z-index: 1; display: none; justify-content: center; align-items: center; gap: 8px; margin-top: 20px; padding: 0 1.25rem; }
.wdc-showcase__dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(22,48,46,.18); border: none; padding: 0; cursor: pointer; transition: width .3s ease, background .3s ease; }
.wdc-showcase__dot.is-active { width: 24px; background: var(--wdc-teal-700); }

/* FOOTER */
.wdc-showcase__footer { position: relative; z-index: 1; text-align: center; margin-top: clamp(28px, 4vw, 40px); }
.wdc-showcase__menu-link {
  display: inline-flex; align-items: center; gap: 8px; color: var(--wdc-teal-700);
  font-size: .92rem; font-weight: 900; text-decoration: none; min-height: 48px; padding: 0 20px;
  border-radius: var(--wdc-r-sm); border: 1.5px solid rgba(22,48,46,.12); background: var(--wdc-cream);
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
  box-shadow: 0 4px 14px -6px rgba(12,59,62,.12);
}
.wdc-showcase__menu-link:hover, .wdc-showcase__menu-link:focus-visible { transform: translateY(-2px); color: #fff; background: var(--wdc-teal-700); border-color: var(--wdc-teal-700); outline: none; }
.wdc-showcase__menu-link svg { width: 18px; height: 18px; transition: transform .22s ease; }
.wdc-showcase__menu-link:hover svg { transform: translateX(3px); }

/* TABLET — 2 visible */
@media (max-width: 1079px) {
  .wdc-showcase__card { flex: 0 0 calc((100% - clamp(14px, 2vw, 20px)) / 2); min-height: 340px; }
  .wdc-showcase__card--tall { min-height: 380px; }
}

/* MOBILE — 1 card + peek */
@media (max-width: 640px) {
  .wdc-showcase { padding-top: clamp(40px, 7vw, 64px); padding-bottom: clamp(32px, 5vw, 56px); }
  .wdc-showcase__title { font-size: clamp(1.75rem, 7vw, 2.2rem); }
  .wdc-showcase__sub { font-size: .92rem; }
  .wdc-showcase__controls { margin-bottom: 12px; }
  .wdc-showcase__arrow { width: 38px; height: 38px; }
  .wdc-showcase__arrow svg { width: 18px; height: 18px; }
  .wdc-showcase__track { gap: 12px; padding: 0 1.25rem; scroll-padding: 1.25rem; }
  .wdc-showcase__card { flex: 0 0 85%; min-height: 340px; border-radius: var(--wdc-r-md); }
  .wdc-showcase__card--tall { min-height: 360px; }
  .wdc-showcase__card-name { font-size: 1.15rem; }
  .wdc-showcase__card-desc { font-size: .78rem; }
  .wdc-showcase__card-price { font-size: 1rem; }
  .wdc-showcase__badge { font-size: .62rem; padding: 4px 10px; top: 12px; left: 12px; }
  .wdc-showcase__card-overlay { padding: 16px; }
  .wdc-showcase__dots { display: flex; }
}

/* SMALL MOBILE */
@media (max-width: 380px) {
  .wdc-showcase__card { flex: 0 0 90%; min-height: 310px; }
  .wdc-showcase__card--tall { min-height: 330px; }
  .wdc-showcase__leaf { display: none; }
  .wdc-showcase__eyebrow { font-size: .66rem; gap: 0; }
}

/* ENTRANCE */
@media (prefers-reduced-motion: no-preference) {
  .wdc-showcase__header { opacity: 0; transform: translateY(24px); animation: wdc-showcase-up .7s cubic-bezier(.16,.84,.44,1) forwards; }
  .wdc-showcase__card { opacity: 0; transform: translateY(30px); animation: wdc-showcase-up .7s cubic-bezier(.16,.84,.44,1) forwards; }
  .wdc-showcase__card:nth-child(1) { animation-delay: .15s; }
  .wdc-showcase__card:nth-child(2) { animation-delay: .25s; }
  .wdc-showcase__card:nth-child(3) { animation-delay: .35s; }
  .wdc-showcase__card:nth-child(4) { animation-delay: .45s; }
  .wdc-showcase__card:nth-child(5) { animation-delay: .55s; }
  .wdc-showcase__card:nth-child(6) { animation-delay: .65s; }
}
@keyframes wdc-showcase-up { to { opacity: 1; transform: translateY(0); } }

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .wdc-showcase__header, .wdc-showcase__card, .wdc-showcase__card-img img {
    opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important;
  }
}

/* PRINT */
@media print {
  .wdc-showcase { padding: 24px 0; }
  .wdc-showcase__track { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; overflow: visible; }
  .wdc-showcase__card { min-height: auto; border: 1px solid #ccc; page-break-inside: avoid; }
  .wdc-showcase__card-overlay { position: relative; background: #fff; color: var(--wdc-ink); padding: 12px; }
  .wdc-showcase__card-name { color: var(--wdc-ink); text-shadow: none; }
  .wdc-showcase__controls, .wdc-showcase__dots { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e72760 *//* ====================================================================
   WILLY D — PHOTO STORY SECTION (MOBILE-OPTIMIZED SPREAD)
   ==================================================================== */

.wdc-photo-story {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 18%, rgba(239, 166, 62, 0.15), transparent 34%), var(--wdc-sand-50);
  color: var(--wdc-ink);
  font-family: var(--wdc-font-body);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.wdc-photo-story * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wdc-photo-story__inner {
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr; /* Perfectly balanced desktop split */
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

/* --- Content Column --- */
.wdc-photo-story__content {
  max-width: 540px;
}

.wdc-photo-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--wdc-gold-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wdc-photo-story__leaf {
  width: 40px;
  color: var(--wdc-gold-500);
  display: inline-flex;
}

.wdc-photo-story__title {
  color: var(--wdc-teal-700);
  font-family: var(--wdc-font-head);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-wrap: balance;
}

.wdc-photo-story__text {
  color: var(--wdc-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 48ch;
}

/* Authenticity Points */
.wdc-photo-story__points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 34px;
}

.wdc-photo-story__point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wdc-ink);
  font-size: 1rem;
  font-weight: 700;
}

.wdc-photo-story__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--wdc-teal-700);
  background: var(--wdc-teal-100);
  flex-shrink: 0;
}

.wdc-photo-story__icon svg {
  width: 20px;
  height: 20px;
}

/* Primary Button Component */
.wdc-photo-story__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px; /* Easily clears 48px touch minimum */
  padding: 0 28px;
  border-radius: var(--wdc-r-sm);
  color: #fff;
  background: var(--wdc-teal-button);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 25px -6px rgba(12, 59, 62, 0.4);
  transition: all 0.22s ease;
}

.wdc-photo-story__btn:hover {
  background: var(--wdc-teal-700);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -6px rgba(12, 59, 62, 0.6);
}

.wdc-photo-story__btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.wdc-photo-story__btn:hover svg {
  transform: translateX(4px);
}

/* --- Gallery Spread (Desktop) --- */
.wdc-photo-story__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wdc-photo-story__photo {
  position: relative;
  overflow: hidden;
  background: var(--wdc-cream);
  border-radius: var(--wdc-r-lg); /* Smooth, warm radius token */
  box-shadow: var(--wdc-shadow);
}

.wdc-photo-story__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.wdc-photo-story__photo:hover img {
  transform: scale(1.04);
}

/* Hero Food Figure */
.wdc-photo-story__photo--hero {
  aspect-ratio: 16 / 10;
  width: 100%;
}

.wdc-photo-story__photo--hero figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--wdc-ink);
  background: var(--wdc-cream);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Securely Pinned Wait Time Badge */
.wdc-photo-story__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 12px;
  color: var(--wdc-ink);
  background: var(--wdc-gold-500); /* High contrast Gold fill */
  box-shadow: 0 8px 25px rgba(12, 59, 62, 0.4);
  text-align: center;
}

.wdc-photo-story__badge strong {
  font-family: var(--wdc-font-head);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--wdc-ink);
}

.wdc-photo-story__badge span {
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 2px;
  color: var(--wdc-ink);
}

/* Sub-Gallery Split */
.wdc-photo-story__sub-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wdc-photo-story__photo--sub {
  aspect-ratio: 4 / 3;
  border-radius: var(--wdc-r-md);
}


/* ====================================================================
   MOBILE RESPONSIVENESS (THE "APPETIZING" RE-LAYOUT)
   ==================================================================== */
@media (max-width: 960px) {
  .wdc-photo-story__inner {
    grid-template-columns: 1fr; /* Stack narrative above photos */
  }

  .wdc-photo-story__content {
    max-width: 100%;
  }

  .wdc-photo-story__title {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .wdc-photo-story {
    padding: clamp(3.5rem, 8vw, 5rem) 0;
  }

  .wdc-photo-story__btn {
    width: 100%; /* Full bleed conversion tap target on handheld */
  }

  /* Optimize primary food container for mobile viewing */
  .wdc-photo-story__photo--hero {
    aspect-ratio: 4 / 3; /* Taller hero box gives the conch salad maximum real estate */
  }

  .wdc-photo-story__photo--hero figcaption {
    font-size: 0.75rem;
    left: 10px;
    bottom: 10px;
    padding: 6px 12px;
  }

  .wdc-photo-story__badge {
    top: 12px;
    right: 12px;
    padding: 8px 14px;
  }

  .wdc-photo-story__badge strong {
    font-size: 1.2rem;
  }

  .wdc-photo-story__badge span {
    font-size: 0.62rem;
  }

  .wdc-photo-story__sub-gallery {
    gap: 12px; /* Tighten internal gap for small handheld screens */
  }

  .wdc-photo-story__photo--sub {
    aspect-ratio: 1 / 1; /* Crisp square crops for the vibe shots */
    border-radius: 14px;
  }
}

/* Reduced Motion Guardrail */
@media (prefers-reduced-motion: reduce) {
  .wdc-photo-story__btn,
  .wdc-photo-story__photo img {
    transition: none !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-519af89 *//* tokens used here — these MUST exist (the badge was invisible because two were missing) */
:root {
  --wdc-ink-soft:#46615E;
  --wdc-shadow:0 10px 30px -12px rgba(12,59,62,.18);
  --wdc-coral-600:#C9483D; --wdc-coral-100:#FBE3DF;
  --wdc-gold-600:#C9851F;  --wdc-gold-500:#EFA63E;
}

/* ====================================================================
   WILLY D — FIND US
   ==================================================================== */
.wdc-find-us {
  background-color: var(--wdc-sand-50);
  color: var(--wdc-ink);
  font-family: var(--wdc-font-body);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  position: relative; overflow: hidden;
}
.wdc-find-us * { box-sizing: border-box; }
.wdc-find-us__container { width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem))); margin: 0 auto; }

.wdc-find-us__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center;
}

/* header */
.wdc-find-us__header { margin-bottom: 24px; }
.wdc-find-us__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px;
  color: var(--wdc-gold-600);
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.wdc-find-us__leaf { display: inline-flex; width: 38px; flex: 0 0 auto; color: var(--wdc-gold-500); }
.wdc-find-us__leaf svg { width: 100%; height: auto; display: block; }
.wdc-find-us__title {
  font-family: var(--wdc-font-head); font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 600;
  color: var(--wdc-ink); margin: 0 0 12px; line-height: 1.08; letter-spacing: -.02em;
}
.wdc-find-us__lead { font-size: clamp(1rem, 1.4vw, 1.125rem); color: var(--wdc-ink-soft); line-height: 1.65; margin: 0; max-width: 48ch; }

/* logistics */
.wdc-find-us__logistics { display: flex; flex-direction: column; gap: 16px; margin: 28px 0 32px; }
.wdc-find-us__item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px; border-radius: var(--wdc-r-md);
  transition: background .2s ease;
}
.wdc-find-us__item:hover { background: rgba(22,128,138,.05); }
.wdc-find-us__item-icon {
  display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; margin-top: 1px;
  border-radius: var(--wdc-r-sm); background-color: var(--wdc-teal-100); color: var(--wdc-teal-700);
}
.wdc-find-us__item-icon svg { width: 20px; height: 20px; }
.wdc-find-us__item-icon--wa { background-color: #DCEFE4; color: #0E7C68; }
.wdc-find-us__item-text { display: flex; flex-direction: column; gap: 3px; font-size: .95rem; line-height: 1.5; }
.wdc-find-us__item-text strong { color: var(--wdc-ink); font-weight: 800; }
.wdc-find-us__item-text span { color: var(--wdc-ink-soft); }
.wdc-find-us__wa-link {
  align-self: flex-start; margin-top: 6px;
  display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 14px;
  border-radius: 999px; background: #DCEFE4; color: #0E7C68;
  font-weight: 800; font-size: .9rem; text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.wdc-find-us__wa-link::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: #1EBE5D; flex: 0 0 auto;
}
.wdc-find-us__wa-link:hover, .wdc-find-us__wa-link:focus-visible { transform: translateY(-1px); background: #C9E8D6; outline: none; }

/* actions */
.wdc-find-us__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.wdc-find-us__btn {
  min-height: 52px; padding: 0 24px; font-size: .98rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: var(--wdc-r-sm); text-decoration: none; border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.wdc-find-us__btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.wdc-find-us__btn--gold {
  background-color: var(--wdc-gold-500); color: var(--wdc-ink);
  box-shadow: 0 10px 25px -10px rgba(239,166,62,.55);
}
.wdc-find-us__btn--gold:hover, .wdc-find-us__btn--gold:focus-visible { transform: translateY(-2px); background-color: var(--wdc-gold-600); color: var(--wdc-cream); outline: none; }
.wdc-find-us__btn--wa {
  background-color: var(--wdc-teal-button); color: #fff;
  box-shadow: 0 10px 25px -10px rgba(13,92,99,.5);
}
.wdc-find-us__btn--wa svg { color: #fff; }
.wdc-find-us__btn--wa:hover, .wdc-find-us__btn--wa:focus-visible { transform: translateY(-2px); background-color: var(--wdc-teal-700); outline: none; }
.wdc-find-us__btn:focus-visible { box-shadow: 0 0 0 3px rgba(239,166,62,.45); }

/* right column: map + photo stacked */
.wdc-find-us__media-side { display: flex; flex-direction: column; gap: 18px; }

/* map with a pinned landmark tag */
.wdc-find-us__map {
  position: relative; aspect-ratio: 16/10; width: 100%;
  border-radius: var(--wdc-r-lg); overflow: hidden;
  border: 1px solid rgba(22,48,46,.08); box-shadow: var(--wdc-shadow);
}
.wdc-find-us__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: saturate(1.05); }
.wdc-find-us__map-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: 999px;
  background: var(--wdc-cream); color: var(--wdc-ink);
  font-size: .78rem; font-weight: 800;
  box-shadow: 0 6px 16px -6px rgba(12,59,62,.4);
}
.wdc-find-us__map-tag svg { width: 14px; height: 14px; color: var(--wdc-coral-500); flex: 0 0 auto; }

/* photo card */
.wdc-find-us__photo-card {
  margin: 0; background-color: var(--wdc-cream);
  border: 1px solid rgba(22,48,46,.08); border-radius: var(--wdc-r-lg);
  box-shadow: var(--wdc-shadow); overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .25s ease, transform .25s ease;
}
.wdc-find-us__photo-card:hover { transform: translateY(-3px); box-shadow: 0 22px 48px -20px rgba(12,59,62,.4); }
.wdc-find-us__image-holder { position: relative; aspect-ratio: 16/9; width: 100%; background-color: var(--wdc-sand-100); overflow: hidden; }
.wdc-find-us__image-holder img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.wdc-find-us__photo-card:hover .wdc-find-us__image-holder img { transform: scale(1.04); }

/* badge — pinned above the image with an icon + legibility scrim */
.wdc-find-us__badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 13px; border-radius: 999px;
  font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
  color: var(--wdc-coral-600); background: var(--wdc-coral-100);
  box-shadow: 0 4px 14px -4px rgba(0,0,0,.5);
}
.wdc-find-us__badge svg { width: 13px; height: 13px; flex: 0 0 auto; }
.wdc-find-us__image-holder::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,59,62,.28) 0%, rgba(12,59,62,0) 26%);
}
.wdc-find-us__caption { padding: clamp(16px, 2.5vw, 22px); }
.wdc-find-us__caption p { margin: 0; font-size: .92rem; color: var(--wdc-ink-soft); line-height: 1.6; }

/* entrance */
@media (prefers-reduced-motion: no-preference) {
  .wdc-find-us__info, .wdc-find-us__media-side {
    opacity: 0; transform: translateY(22px);
    animation: wdc-find-up .7s cubic-bezier(.16,.84,.44,1) forwards;
  }
  .wdc-find-us__media-side { animation-delay: .12s; }
  @keyframes wdc-find-up { to { opacity: 1; transform: translateY(0); } }
}

/* responsive */
@media (max-width: 960px) {
  .wdc-find-us__grid { grid-template-columns: 1fr; }
  .wdc-find-us__info { max-width: 640px; }
  .wdc-find-us__media-side { flex-direction: column; }
}
@media (max-width: 600px) {
  .wdc-find-us { padding: clamp(3.5rem, 7vw, 5rem) 0; }
  .wdc-find-us__item { padding: 10px 0; }
  .wdc-find-us__item:hover { background: transparent; }
  .wdc-find-us__actions { flex-direction: column; align-items: stretch; }
  .wdc-find-us__btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .wdc-find-us__info, .wdc-find-us__media-side { opacity: 1 !important; transform: none !important; animation: none !important; }
  .wdc-find-us__image-holder img, .wdc-find-us__photo-card { transition: none !important; transform: none !important; }
}/* End custom CSS */
/* Start custom CSS *//* ====================================================================
   WILLY D — REVIEW BAND / TRUSTINDEX OVERRIDE
   Place this in Elementor Site Settings > Custom CSS or your child theme.
   Do not place this inside the HTML widget.
   ==================================================================== */

.wdc-review-band {
  --wdc-teal-900: #0C3B3E;
  --wdc-teal-700: #115E63;
  --wdc-teal-button: #0D5C63;
  --wdc-teal-500: #16808A;
  --wdc-teal-300: #7FB6BB;
  --wdc-teal-100: #DCEBEC;
  --wdc-coral-500: #EC6A5E;
  --wdc-gold-600: #C9851F;
  --wdc-gold-500: #EFA63E;
  --wdc-gold-300: #F6C97D;
  --wdc-gold-100: #FBEBCB;
  --wdc-sand-50: #FBF6EC;
  --wdc-sand-100: #F5EEDD;
  --wdc-cream: #FFFDF8;
  --wdc-ink: #16302E;
  --wdc-ink-soft: #46615E;
  --wdc-font-head: "Fraunces", Georgia, serif;
  --wdc-font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --wdc-r-sm: 8px;
  --wdc-r-md: 14px;
  --wdc-r-lg: 22px;
  --wdc-shadow: 0 14px 34px -18px rgba(12, 59, 62, 0.28);

  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 12% 20%, rgba(239, 166, 62, 0.14), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(236, 106, 94, 0.10), transparent 30%),
    var(--wdc-sand-100);
  color: var(--wdc-ink);
  font-family: var(--wdc-font-body);
}

.wdc-review-band *,
.wdc-review-band *::before,
.wdc-review-band *::after {
  box-sizing: border-box;
}

.wdc-review-band__container {
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  margin-inline: auto;
}

.wdc-review-band__header {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.wdc-review-band__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--wdc-gold-600);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wdc-review-band__divider {
  display: inline-flex;
  width: 44px;
  color: var(--wdc-gold-500);
}

.wdc-review-band__divider svg {
  display: block;
  width: 100%;
  height: auto;
}

.wdc-review-band__title {
  margin: 0;
  color: var(--wdc-teal-700);
  font-family: var(--wdc-font-head);
  font-size: clamp(2.35rem, 5.8vw, 4rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.wdc-review-band__lead {
  max-width: 58ch;
  margin: 16px auto 0;
  color: var(--wdc-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.72;
}

.wdc-review-band__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.wdc-review-band__trust-card {
  padding: 18px 20px;
  border-radius: var(--wdc-r-md);
  background: var(--wdc-cream);
  border: 1px solid rgba(22, 48, 46, 0.08);
  box-shadow: 0 12px 28px -22px rgba(12, 59, 62, 0.35);
  text-align: center;
}

.wdc-review-band__trust-card strong {
  display: block;
  color: var(--wdc-teal-700);
  font-family: var(--wdc-font-head);
  font-size: 1.15rem;
  line-height: 1.1;
  margin-bottom: 6px;
}

.wdc-review-band__trust-card span {
  display: block;
  color: var(--wdc-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.wdc-review-band__wrapper {
  position: relative;
  min-height: 160px;
}

/* ====================================================================
   TRUSTINDEX BROAD RESET
   This targets most Trustindex layouts, including carousel/grid variants.
   ==================================================================== */

.wdc-review-band__wrapper :is(
  .ti-widget,
  .ti-widget-container,
  .ti-reviews-container,
  .ti-reviews-container-wrapper,
  .ti-reviews-wrapper,
  .ti-reviews,
  .ti-review,
  .ti-review-item,
  .ti-inner,
  .ti-review-content,
  .ti-profile-details
) {
  font-family: var(--wdc-font-body) !important;
}

.wdc-review-band__wrapper :is(
  .ti-widget,
  .ti-widget-container,
  .ti-reviews-container,
  .ti-reviews-container-wrapper,
  .ti-reviews-wrapper
) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Review card styling */
.wdc-review-band__wrapper :is(
  .ti-review-item,
  .ti-review,
  .ti-inner
) {
  background: var(--wdc-cream) !important;
  border: 1px solid rgba(22, 48, 46, 0.08) !important;
  border-radius: var(--wdc-r-lg) !important;
  box-shadow: var(--wdc-shadow) !important;
  overflow: hidden !important;
}

.wdc-review-band__wrapper :is(.ti-inner) {
  padding: clamp(20px, 3vw, 28px) !important;
}

/* Text inside reviews */
.wdc-review-band__wrapper :is(
  .ti-review-text,
  .ti-review-content,
  .ti-review-content p,
  .ti-read-more,
  .ti-date,
  .ti-profile-details
) {
  color: var(--wdc-ink-soft) !important;
  font-size: 0.94rem !important;
  line-height: 1.65 !important;
}

.wdc-review-band__wrapper :is(
  .ti-name,
  .ti-author,
  .ti-profile-name,
  .ti-profile-details .ti-name
) {
  color: var(--wdc-ink) !important;
  font-family: var(--wdc-font-head) !important;
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.wdc-review-band__wrapper :is(.ti-date) {
  color: var(--wdc-teal-300) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

/* Stars / rating icons */
.wdc-review-band__wrapper :is(
  .ti-stars,
  .ti-rating,
  .ti-star,
  .ti-rating-text
) {
  color: var(--wdc-gold-500) !important;
}

.wdc-review-band__wrapper :is(
  .ti-stars svg,
  .ti-rating svg,
  .ti-star svg
) path {
  fill: var(--wdc-gold-500) !important;
  stroke: var(--wdc-gold-500) !important;
}

/* Header area from Trustindex, if shown */
.wdc-review-band__wrapper :is(
  .ti-header,
  .ti-header-content,
  .ti-header-rating-text,
  .ti-rating-text
) {
  color: var(--wdc-ink) !important;
}

/* Controls */
.wdc-review-band__wrapper :is(
  .ti-controls button,
  .ti-prev,
  .ti-next,
  .tns-controls button
) {
  display: inline-grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: var(--wdc-r-sm) !important;
  border: 1px solid rgba(22, 48, 46, 0.12) !important;
  background: var(--wdc-cream) !important;
  color: var(--wdc-teal-700) !important;
  box-shadow: 0 10px 22px -18px rgba(12, 59, 62, 0.45) !important;
  opacity: 1 !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease !important;
}

.wdc-review-band__wrapper :is(
  .ti-controls button:hover,
  .ti-prev:hover,
  .ti-next:hover,
  .tns-controls button:hover
) {
  transform: translateY(-2px) !important;
  background: var(--wdc-teal-button) !important;
  color: #fff !important;
}

/* Dots / nav */
.wdc-review-band__wrapper :is(
  .ti-dots button,
  .tns-nav button,
  .ti-nav button
) {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  margin: 0 4px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(22, 48, 46, 0.22) !important;
  transition: width 0.25s ease, background 0.25s ease !important;
}

.wdc-review-band__wrapper :is(
  .ti-dots button.active,
  .tns-nav button.tns-nav-active,
  .ti-nav button.active
) {
  width: 24px !important;
  background: var(--wdc-teal-700) !important;
}

/* Links */
.wdc-review-band__wrapper a {
  color: var(--wdc-teal-700) !important;
  text-decoration-color: rgba(17, 94, 99, 0.35) !important;
}

.wdc-review-band__wrapper a:hover {
  color: var(--wdc-coral-500) !important;
}

/* Optional: hide Trustindex promotional/footer pieces if your license allows it */
.wdc-review-band__wrapper :is(
  .ti-footer,
  .ti-powered-by,
  .ti-widget-footer
) {
  display: none !important;
}

/* ====================================================================
   ELEMENTOR SHORTCODE WIDGET FIXES
   ==================================================================== */

.wdc-review-band__wrapper .elementor-widget-shortcode,
.wdc-review-band__wrapper .elementor-shortcode {
  width: 100%;
}

.wdc-review-band__wrapper .elementor-shortcode > * {
  max-width: 100%;
}

/* ====================================================================
   MOBILE
   ==================================================================== */

@media (max-width: 768px) {
  .wdc-review-band {
    padding-block: clamp(3.75rem, 8vw, 5rem);
  }

  .wdc-review-band__trust {
    grid-template-columns: 1fr;
  }

  .wdc-review-band__header {
    margin-bottom: 2rem;
  }

  .wdc-review-band__eyebrow {
    gap: 7px;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .wdc-review-band__divider {
    width: 28px;
  }

  .wdc-review-band__title {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .wdc-review-band__lead {
    font-size: 0.96rem;
  }

  .wdc-review-band__wrapper :is(.ti-inner) {
    padding: 20px !important;
  }
}

@media (max-width: 390px) {
  .wdc-review-band__divider {
    display: none;
  }
}

/* ====================================================================
   REDUCED MOTION
   ==================================================================== */

@media (prefers-reduced-motion: reduce) {
  .wdc-review-band__wrapper :is(
    .ti-review-item,
    .ti-review,
    .ti-inner,
    .ti-controls button,
    .ti-prev,
    .ti-next,
    .tns-controls button
  ) {
    transition: none !important;
    transform: none !important;
  }
}


/* ====================================================================
   GUEST PHOTO WALL — sits above the live reviews, not part of them
   ==================================================================== */
.wdc-review-band .wdc-guestwall { margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }

.wdc-review-band .wdc-guestwall__label {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 auto 18px;
  width: fit-content; padding: 7px 15px; border-radius: 999px;
  background: var(--wdc-cream); border: 1px solid rgba(22,48,46,.08);
  box-shadow: 0 8px 20px -14px rgba(12,59,62,.4);
  color: var(--wdc-teal-700); font-size: .78rem; font-weight: 800;
  letter-spacing: .04em;
}
.wdc-review-band .wdc-guestwall__label { display: flex; }
.wdc-review-band .wdc-guestwall__label svg { width: 16px; height: 16px; color: var(--wdc-gold-600); flex: 0 0 auto; }

.wdc-review-band .wdc-guestwall__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 20px);
}

.wdc-review-band .wdc-guestwall__card {
  position: relative; margin: 0; border-radius: var(--wdc-r-lg);
  overflow: hidden; background: var(--wdc-ink);
  box-shadow: var(--wdc-shadow);
  transition: transform .28s ease, box-shadow .28s ease;
}
.wdc-review-band .wdc-guestwall__card:nth-child(2) { transform: translateY(-14px); }
.wdc-review-band .wdc-guestwall__card:hover { transform: translateY(-4px); box-shadow: 0 26px 52px -22px rgba(12,59,62,.5); }
.wdc-review-band .wdc-guestwall__card:nth-child(2):hover { transform: translateY(-18px); }

.wdc-review-band .wdc-guestwall__img { position: relative; aspect-ratio: 4/5; }
.wdc-review-band .wdc-guestwall__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.wdc-review-band .wdc-guestwall__card:hover .wdc-guestwall__img img { transform: scale(1.05); }
.wdc-review-band .wdc-guestwall__img::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,59,62,0) 38%, rgba(12,59,62,.82) 100%);
}

.wdc-review-band .wdc-guestwall__cap {
  position: absolute; inset-inline: 0; bottom: 0; z-index: 1;
  padding: clamp(14px, 2vw, 20px); color: var(--wdc-cream);
}
.wdc-review-band .wdc-guestwall__quote {
  margin: 0 0 5px; font-family: var(--wdc-font-head); font-weight: 500; font-style: italic;
  font-size: clamp(.96rem, 1.4vw, 1.08rem); line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.wdc-review-band .wdc-guestwall__by {
  display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .02em;
  color: var(--wdc-gold-300); text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.wdc-review-band .wdc-guestwall__note {
  margin: 18px 0 0; text-align: center; font-size: .85rem; color: var(--wdc-ink-soft);
}
.wdc-review-band .wdc-guestwall__note strong { color: var(--wdc-teal-700); font-weight: 800; }

/* entrance */
@media (prefers-reduced-motion: no-preference) {
  .wdc-review-band .wdc-guestwall__card { opacity: 0; transform: translateY(24px); animation: wdc-guest-up .7s cubic-bezier(.16,.84,.44,1) forwards; }
  .wdc-review-band .wdc-guestwall__card:nth-child(1) { animation-delay: .08s; }
  .wdc-review-band .wdc-guestwall__card:nth-child(2) { animation-delay: .18s; }
  .wdc-review-band .wdc-guestwall__card:nth-child(3) { animation-delay: .28s; }
  @keyframes wdc-guest-up { to { opacity: 1; transform: translateY(0); } }
  /* keep the centre card's raised offset after it animates in */
  .wdc-review-band .wdc-guestwall__card:nth-child(2) { animation-name: wdc-guest-up-mid; }
  @keyframes wdc-guest-up-mid { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(-14px); } }
}

/* tablet */
@media (max-width: 820px) {
  .wdc-review-band .wdc-guestwall__card:nth-child(2),
  .wdc-review-band .wdc-guestwall__card:nth-child(2):hover { transform: none; }
}

/* mobile: horizontal swipe so all three stay visible without towering */
@media (max-width: 600px) {
  .wdc-review-band .wdc-guestwall__grid {
    display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding-bottom: 6px; margin-inline: calc(-1 * clamp(1.25rem, 5vw, 4rem)); padding-inline: clamp(1.25rem, 5vw, 4rem);
    scrollbar-width: none;
  }
  .wdc-review-band .wdc-guestwall__grid::-webkit-scrollbar { display: none; }
  .wdc-review-band .wdc-guestwall__card { flex: 0 0 82%; scroll-snap-align: start; }
  .wdc-review-band .wdc-guestwall__card:nth-child(2) { animation-name: wdc-guest-up; }
}

@media (prefers-reduced-motion: reduce) {
  .wdc-review-band .wdc-guestwall__card { opacity: 1 !important; animation: none !important; }
  .wdc-review-band .wdc-guestwall__card:nth-child(2) { transform: translateY(-14px) !important; }
  .wdc-review-band .wdc-guestwall__img img { transition: none !important; }
}/* End custom CSS */