/* About Us Page Styles */

/* Page Navigation - Compact & Sticky */
.ws-page-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--taupe);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}

.ws-page-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.ws-page-nav-list::-webkit-scrollbar {
  display: none;
}

.ws-page-nav-link {
  display: block;
  padding: 12px 20px;
  color: var(--charcoal);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  position: relative;
}

.ws-page-nav-link:hover,
.ws-page-nav-link:focus {
  color: var(--primary-color);
  background: rgba(156, 28, 52, 0.08);
  border-bottom-color: var(--primary-color);
  transform: translateY(-1px);
}

.ws-page-nav-link:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: -2px;
}

/* Active state for current section */
.ws-page-nav-link.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  background: rgba(156, 28, 52, 0.05);
}

/* About Sections */
.ws-about-section {
  margin: 60px 0;
}

.ws-about-section:first-of-type {
  margin-top: 40px;
}

.ws-about-family {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 32px 0;
}

.ws-about-family-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  width: 100%;
}

.ws-about-family-photo img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,38,33,0.13), 0 1.5px 0 #9c1c34;
  border: 4px solid var(--primary-color);
  background: #fff;
}

.ws-about-family-caption {
  margin-top: 12px;
  font-size: 1.1em;
  color: var(--charcoal);
  font-family: var(--font-secondary);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.ws-about-story {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 18px;
  text-align: center;
}

.ws-about-title {
  font-size: 2rem;
  color: var(--primary-color);
  font-family: var(--font-primary);
  margin-bottom: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ws-about-title i {
  color: var(--accent-color);
  font-size: 1.3em;
}

.ws-about-desc {
  font-size: 1.15em;
  color: var(--charcoal);
  font-family: var(--font-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Main Card Container for Depth */
.ws-main-card {
  max-width: 100%;
  margin: 48px auto 48px auto;
  background: var(--surface);
  border-radius: 36px;
  box-shadow: 0 8px 32px rgba(44,38,33,0.13), 0 2px 0 #9c1c34;
  padding: 32px 32px 40px 32px;
}

/* Family Photo (Top) */
.ws-family-img {
  width: 100%;
  max-width: 520px;
  min-height: 260px;
  max-height: 380px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 6px 32px rgba(44,38,33,0.16), 0 2px 0 #9c1c34;
  border: 5px solid var(--primary-color);
  background: #fff;
  margin-bottom: 12px;
  display: block;
}

/* Staff Section */
.ws-about-staff {
  margin: 40px 0 32px 0;
  padding-top: 12px;
  border-top: 2px solid var(--taupe);
}

.ws-staff-galleries-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 18px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Loading and Error Messages */
.ws-loading-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  color: var(--text-secondary);
  font-size: 1.1rem;
  grid-column: 1 / -1;
}

.ws-loading-message .fa-spinner {
  font-size: 1.5rem;
  color: var(--accent);
}

.ws-error-message {
  text-align: center;
  padding: 40px;
  color: var(--error);
  background: var(--surface);
  border-radius: 12px;
  border: 2px dashed var(--error-light);
  grid-column: 1 / -1;
}

.ws-staff-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
}

.ws-staff-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(44,38,33,0.13), 0 1.5px 0 #9c1c34;
  border: 3px solid var(--primary-color);
  background: #fff;
  transition: opacity 0.5s, transform 0.5s;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ws-staff-img.active {
  opacity: 1;
}

.ws-staff-img:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 6px 24px rgba(44,38,33,0.18), 0 2px 0 #9c1c34;
}

/* Hero Slider Styles */
.ws-social-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.ws-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  object-fit: cover;
}

.ws-slide.active {
  opacity: 1;
}

.ws-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.ws-slider-btn {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.ws-slider-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.1);
}

.ws-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.ws-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ws-dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}

/* Story Card */
.ws-about-story-card {
  background: var(--background);
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(44,38,33,0.10);
  padding: 32px 24px 28px 24px;
  margin: 40px 0 0 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-normal {
  text-transform: none !important;
  font-weight: 400;
  font-size: 1.13em;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--charcoal);
}

/* Timeline Styles */
.ws-about-timeline {
  margin: 60px 0;
  padding: 0 16px;
}

/* Timeline Section - Redesigned for Better Engagement */
.ws-timeline-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 40px 24px;
}

.ws-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

/* Timeline connection line */
.ws-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
  border-radius: 2px;
  z-index: 1;
  transform: translateX(-50%);
}

.ws-timeline-item {
  position: relative;
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(44, 38, 33, 0.1);
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
  cursor: pointer;
}

.ws-timeline-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(156, 28, 52, 0.15);
  border-color: var(--primary-color);
}

/* Active timeline item - more prominent */
.ws-timeline-item.active {
  transform: translateY(-12px) scale(1.05);
  border-color: var(--accent-color);
  box-shadow: 0 20px 60px rgba(191, 161, 74, 0.3);
  background: linear-gradient(135deg, var(--surface) 0%, rgba(191, 161, 74, 0.05) 100%);
}

/* Timeline marker */
.ws-timeline-marker {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border: 4px solid var(--surface);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 16px rgba(156, 28, 52, 0.4);
  z-index: 3;
  transition: all 0.3s ease;
}

.ws-timeline-item.active .ws-timeline-marker {
  background: var(--accent-color);
  transform: translateX(-50%) scale(1.3);
  box-shadow: 0 8px 25px rgba(191, 161, 74, 0.6);
}

.ws-timeline-item:hover .ws-timeline-marker {
  background: var(--accent-color);
  transform: translateX(-50%) scale(1.2);
}

/* Timeline content */
.ws-timeline-content {
  text-align: center;
  position: relative;
}

.ws-timeline-date {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 16px;
  text-align: center;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}

.ws-timeline-item.active .ws-timeline-date {
  color: var(--accent-color);
  font-size: 22px;
}

.ws-timeline-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.3;
}

.ws-timeline-item.active .ws-timeline-title {
  font-size: 24px;
  color: var(--charcoal);
}

.ws-timeline-description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 20px;
  text-align: center;
}

.ws-timeline-item.active .ws-timeline-description {
  font-size: 16px;
  color: var(--charcoal);
}

.ws-timeline-media {
  margin-top: 20px;
}

.ws-timeline-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.ws-timeline-item.active .ws-timeline-image {
  height: 180px;
  box-shadow: 0 8px 24px rgba(191, 161, 74, 0.2);
}

.ws-timeline-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: linear-gradient(135deg, var(--taupe) 0%, rgba(156, 28, 52, 0.1) 100%);
  border-radius: 12px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.ws-timeline-item.active .ws-timeline-placeholder {
  height: 180px;
  background: linear-gradient(135deg, var(--accent-color) 0%, rgba(191, 161, 74, 0.2) 100%);
  color: var(--charcoal);
}

.ws-timeline-placeholder i {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--primary-color);
}

.ws-timeline-item.active .ws-timeline-placeholder i {
  color: var(--accent-color);
  font-size: 36px;
}

.ws-timeline-placeholder span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* Timeline navigation - simplified */
.ws-timeline-nav {
  margin-bottom: 40px;
  text-align: center;
}

.ws-timeline-nav-track {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.ws-timeline-nav-item {
  position: relative;
  padding: 12px 20px;
  background: var(--surface);
  border: 2px solid var(--taupe);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--text);
  user-select: none;
}

.ws-timeline-nav-item:hover {
  border-color: var(--primary-color);
  background: rgba(156, 28, 52, 0.05);
  transform: translateY(-2px);
}

.ws-timeline-nav-item.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(156, 28, 52, 0.3);
}

.ws-timeline-nav-year {
  font-size: 16px;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ws-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ws-timeline::before {
    display: none;
  }
  
  .ws-timeline-item {
    padding: 20px;
  }
  
  .ws-timeline-nav-track {
    gap: 12px;
  }
  
  .ws-timeline-nav-item {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .ws-timeline-container {
    padding: 20px 16px;
  }
  
  .ws-main-card {
    padding: 24px 20px 32px 20px;
  }
  
  .ws-about-story-card {
    padding: 24px 20px 24px 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ws-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .ws-timeline-container {
    padding: 30px 20px;
  }
  
  .ws-main-card {
    padding: 28px 28px 36px 28px;
  }
  
  .ws-about-story-card {
    padding: 28px 22px 26px 22px;
  }
}

/* Animation for timeline items */
@keyframes timelineFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ws-timeline-item {
  animation: timelineFadeIn 0.6s ease forwards;
  position: relative;
  overflow: hidden;
}

.ws-timeline-item:nth-child(1) { animation-delay: 0.1s; }
.ws-timeline-item:nth-child(2) { animation-delay: 0.2s; }
.ws-timeline-item:nth-child(3) { animation-delay: 0.3s; }
.ws-timeline-item:nth-child(4) { animation-delay: 0.4s; }
.ws-timeline-item:nth-child(5) { animation-delay: 0.5s; }
.ws-timeline-item:nth-child(6) { animation-delay: 0.6s; }
.ws-timeline-item:nth-child(7) { animation-delay: 0.7s; }
.ws-timeline-item:nth-child(8) { animation-delay: 0.8s; }

/* Subtle hover effects and micro-interactions */
.ws-timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 16px 16px 0 0;
}

.ws-timeline-item:hover::before {
  transform: scaleX(1);
}

.ws-timeline-item.active::before {
  transform: scaleX(1);
  background: linear-gradient(to right, var(--accent-color), var(--primary-color));
}

/* Enhanced active state with subtle glow */
.ws-timeline-item.active {
  transform: translateY(-12px) scale(1.05);
  border-color: var(--accent-color);
  box-shadow: 0 20px 60px rgba(191, 161, 74, 0.3), 0 0 0 1px rgba(191, 161, 74, 0.1);
  background: linear-gradient(135deg, var(--surface) 0%, rgba(191, 161, 74, 0.05) 100%);
}

/* Timeline item content hover effects */
.ws-timeline-item:hover .ws-timeline-title {
  color: var(--primary-color);
}

.ws-timeline-item:hover .ws-timeline-date {
  color: var(--accent-color);
}

/* Smooth transitions for all interactive elements */
.ws-timeline-item * {
  transition: all 0.3s ease;
}

/* Enhanced navigation buttons */
.ws-timeline-nav-item {
  position: relative;
  overflow: hidden;
}

.ws-timeline-nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.ws-timeline-nav-item:hover::before {
  left: 100%;
}

/* Timeline section header enhancement */
.ws-about-title {
  position: relative;
  margin-bottom: 40px;
}

.ws-about-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Ratings Section */
.ws-ratings-section {
  margin: 60px 0;
}

.ws-ratings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.ws-section-title { 
position: relative;
}

.ws-section-title::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('../../texuredbackgrounds/woodbackground.jpg');
background-size: cover;
background-position: center;
opacity: 0.2;
z-index: 1;
}
.ws-rating-card {
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--taupe);
  transition: all 0.3s ease;
}

.ws-rating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ws-rating-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ws-rating-header i {
  font-size: 24px;
  color: var(--primary-color);
}

.ws-rating-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--charcoal);
  font-weight: 600;
}

.ws-rating-score {
  text-align: center;
  margin-bottom: 20px;
}

.ws-rating-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.ws-rating-stars {
  margin-bottom: 8px;
}

.ws-rating-stars i {
  color: #ffd700;
  font-size: 1.2rem;
  margin: 0 2px;
}

.ws-rating-count {
  font-size: 0.9rem;
  color: var(--text);
}

.ws-rating-link {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ws-rating-link:hover {
  background: #7a1628;
  transform: translateY(-2px);
}

/* Reviews Section */
.ws-reviews-section {
  margin: 60px 0;
}

.ws-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.ws-review-card {
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--taupe);
  transition: all 0.3s ease;
}

.ws-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ws-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ws-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ws-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--taupe);
}

.ws-review-author h4 {
  margin: 0 0 4px 0;
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 600;
}

.ws-review-stars i {
  color: #ffd700;
  font-size: 0.9rem;
  margin: 0 1px;
}

.ws-review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.ws-review-location {
  font-size: 0.8rem;
  color: var(--text);
  opacity: 0.85;
}

.ws-review-platform {
  background: var(--primary-color);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.ws-review-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 16px;
  font-style: italic;
}

.ws-review-date {
  font-size: 0.9rem;
  color: var(--text);
  opacity: 0.7;
}

/* Social CTA Section */
.ws-social-cta {
  text-align: center;
  background: var(--surface);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--taupe);
}

.ws-social-cta h2 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 16px;
  font-family: var(--font-primary);
}

.ws-social-cta p {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 32px;
  line-height: 1.6;
}

.ws-social-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ws-cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.ws-cta-btn:hover {
  background: #7a1628;
  border-color: #7a1628;
  transform: translateY(-2px);
}

.ws-cta-btn i {
  font-size: 1.1rem;
}

/* Responsive Staff Gallery */
@media (max-width: 768px) {
  .ws-staff-galleries-container {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
  
  .ws-staff-gallery {
    padding: 20px;
    min-height: 200px;
  }
  
  .ws-staff-img {
    width: 160px;
    height: 160px;
  }
  
  /* Hide galleries 2, 3, and 4 on mobile - only show gallery 1 */
  .ws-gallery-1 {
    display: block !important;
  }
  
  .ws-gallery-2,
  .ws-gallery-3,
  .ws-gallery-4 {
    display: none !important;
  }
  
  /* Page Navigation Mobile */
  .ws-page-nav-list {
    justify-content: flex-start;
    padding: 0 16px;
  }
  
  .ws-page-nav-link {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  
  /* Ratings Grid Mobile */
  .ws-ratings-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Reviews Grid Mobile */
  .ws-reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Social CTA Mobile */
  .ws-social-cta {
    padding: 30px 20px;
  }
  
  .ws-social-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .ws-cta-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* Page Navigation Responsive */
@media (max-width: 768px) {
  .ws-page-nav {
    background: rgba(255, 255, 255, 0.98);
  }
  
  .ws-page-nav-list {
    justify-content: flex-start;
    padding: 0 16px;
    gap: 0;
  }
  
  .ws-page-nav-link {
    padding: 10px 14px;
    font-size: 0.85rem;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .ws-page-nav-link {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .ws-staff-gallery {
    gap: 16px;
    justify-content: center;
  }
  
  .ws-staff-img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 480px) {
  .ws-staff-gallery {
    gap: 0;
    justify-content: center;
  }
  
  .ws-staff-img {
    width: 200px;
    height: 200px;
  }
}

/* Social Media Section Styles */
.ws-social-locations-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.ws-location-social {
  padding: 30px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(44,38,33,0.08);
}

.ws-location-reviews {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(44,38,33,0.1);
}

.ws-reviews-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 15px;
  text-align: center;
}

.ws-review-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ws-review-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--charcoal);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.ws-review-btn:hover {
  background: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(44,38,33,0.15);
}

.ws-review-btn i {
  font-size: 0.9rem;
}

.ws-location-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 20px;
  text-align: center !important;
  justify-content: center;
}

.ws-social-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ws-social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 140px;
  justify-content: center;
}

.ws-social-btn:hover {
  background: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44,38,33,0.15);
}

.ws-social-btn i {
  font-size: 1.2rem;
}

.ws-review-platforms {
  margin-top: 40px;
  padding: 30px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(44,38,33,0.08);
  text-align: center;
}

.ws-platforms-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 15px;
}

.ws-platforms-desc {
  color: var(--text-light);
  margin-bottom: 25px;
  font-size: 1rem;
}

.ws-platform-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ws-platform-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--charcoal);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.ws-platform-btn:hover {
  background: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(44,38,33,0.15);
}

.ws-platform-btn i {
  font-size: 1rem;
}

/* Responsive Social Media Styles */
@media (max-width: 768px) {
  .ws-social-locations-container {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .ws-location-social {
    padding: 20px;
  }
  
  .ws-location-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  
  .ws-social-buttons {
    gap: 15px;
  }
  
  .ws-social-btn {
    padding: 10px 16px;
    min-width: 120px;
    font-size: 0.9rem;
  }
  
  .ws-location-reviews {
    margin-top: 20px;
    padding-top: 15px;
  }
  
  .ws-reviews-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  
  .ws-review-buttons {
    gap: 10px;
  }
  
  .ws-review-btn {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
  
  .ws-review-platforms {
    padding: 20px;
    margin-top: 30px;
  }
  
  .ws-platforms-title {
    font-size: 1.3rem;
  }
  
  .ws-platform-buttons {
    gap: 12px;
  }
  
  .ws-platform-btn {
    padding: 8px 14px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .ws-social-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .ws-social-btn {
    width: 100%;
    max-width: 200px;
  }
  
  .ws-review-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .ws-review-btn {
    width: 100%;
    max-width: 150px;
    justify-content: center;
  }
}
