/* Tablet Responsive Styles */
@media (min-width: 769px) and (max-width: 991px) {
  /* General Tablet Adjustments */
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  
  /* Header Tablet */
  .ws-header {
    height: 56px;
  }
  
  /* Hero Tablet */
  .ws-hero {
    min-height: 55vh;
    max-height: 65vh;
  }
  
  .ws-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ws-hero-content {
    padding: 30px;
  }
  
  .ws-hero-title {
    font-size: 2rem;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 3px 16px #222, 0 1px 0 #222, 0 0px 2px rgba(255,255,255,0.12);
  }
  
  .ws-hero-tagline {
    font-size: 1.1rem;
    margin-bottom: 28px;
    line-height: 1.4;
    text-shadow: 0 2px 8px var(--charcoal), 0 1px 0 #222;
  }

  /* Hero buttons responsive styling for tablet */
  .ws-hero-actions {
    gap: 14px;
    margin-top: 20px;
  }

  .ws-hero-btn {
    padding: 12px 28px;
    font-size: 1rem;
    min-height: 44px;
  }
  
  /* Quick Links Tablet */
  .ws-quick-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ws-quick-links li {
    flex: 1 1 200px;
    max-width: 250px;
  }
  
  .ws-quick-links a {
    padding: 20px 0 16px 0;
    justify-content: center;
  }
  
  /* Section Titles Tablet */
  .ws-section-title {
    font-size: 1.8rem;
    padding: 18px 25px;
    text-align: center;
  }
  
  /* Content Sections Tablet */
  .ws-retail,
  .ws-farmers-market,
  .ws-green-assoc,
  .ws-local-suppliers,
  .ws-featured-products {
    margin: 50px auto;
    padding: 0 20px;
  }
  
  .ws-retail-desc,
  .ws-green-desc,
  .ws-suppliers-desc {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  
  .ws-farmers-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  }
  
  /* Farmers Market Tablet */
  .ws-farmers-content {
    padding: 30px 25px;
    gap: 30px;
  }
  
  .ws-farmers-market .ws-section-title {
    background: rgba(255, 255, 255, 0.96);
    padding: 18px 25px;
  }
  
  /* Product Cards Tablet */
  .ws-product-card {
    margin-bottom: 24px;
    border-radius: 20px;
  }
  
  .ws-product-info {
    padding: 20px;
  }
  
  .ws-product-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .ws-product-desc {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  /* About Page Tablet */
  .ws-main-card {
    margin: 40px auto;
    padding: 28px 20px;
    border-radius: 30px;
  }
  
  .ws-family-img {
    max-width: 100%;
    min-height: 240px;
    max-height: 340px;
    border-radius: 20px;
  }
  
  .ws-staff-galleries-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  /* Ensure galleries 1 and 2 are visible on tablet */
  .ws-gallery-1,
  .ws-gallery-2 {
    display: block !important;
  }
  
  .ws-staff-gallery {
    padding: 18px;
    min-height: 180px;
  }
  
  .ws-staff-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
  }
  
  /* Hide galleries 3 and 4 on tablet */
  .ws-gallery-3,
  .ws-gallery-4 {
    display: none;
  }
  
  /* Locations Tablet */
  .ws-locations-list {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 12px 32px 12px;
  }
  
  .ws-location {
    padding: 24px 20px 20px 20px;
    border-radius: 24px;
  }
  
  .ws-location-title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  
  .ws-location-actions {
    gap: 10px;
    margin-top: 20px;
  }
  
  .ws-location-btn {
    padding: 14px 20px;
    min-height: 48px;
    border-radius: 12px;
  }
  
  /* Menus Tablet */
  .ws-menus-list {
    gap: 30px;
    padding: 0 16px 40px 16px;
  }
  
  .ws-menu-section {
    padding: 24px 20px 20px 20px;
    border-radius: 24px;
  }
  
  .ws-menu-title {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  
  .ws-menu-download-section {
    justify-content: center;
    margin-top: 20px;
  }
  
  .ws-menu-download-btn {
    padding: 12px 20px;
    font-size: 1em;
    min-height: 48px;
    border-radius: 12px;
  }
  
  /* Breads Tablet */
  .ws-bread-section {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 16px;
  }
  
  .ws-bread-card {
    max-height: 100px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  
  .ws-bread-card .ws-bread-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 10px;
  }
  
  .ws-bread-card .ws-bread-title {
    font-size: 1rem;
    font-weight: 600;
  }
  
  /* Social Tablet */
  .ws-social-content {
    padding: 50px 20px;
  }
  
  .ws-ratings-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .ws-reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ws-social-feeds-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ws-social-cta {
    padding: 50px 30px;
    text-align: center;
  }
  
  .ws-social-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  
  .ws-social-cta-buttons {
    gap: 16px;
    justify-content: center;
  }
  
  .ws-cta-btn {
    padding: 16px 24px;
    min-height: 48px;
    border-radius: 12px;
  }
  
  /* Footer Tablet */
  .ws-footer {
    padding: 35px 20px;
    margin-top: 70px;
    text-align: center;
  }
  
  .ws-footer-nav {
    gap: 25px;
    margin-bottom: 20px;
    justify-content: center;
  }
  
  /* Bread Order Tablet */
  .ws-bread-modal-content {
    padding: 24px;
    width: 90%;
    border-radius: 24px;
  }
  
  .ws-order-summary-content {
    width: 90%;
    margin: 30px;
    border-radius: 24px;
  }
  
  .ws-order-summary-header {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  
  .ws-order-summary-body {
    padding: 20px;
  }
  
  .ws-order-summary-actions {
    padding: 20px;
    gap: 16px;
  }
  
  .ws-order-summary-actions .ws-btn {
    padding: 16px 24px;
    min-height: 48px;
    border-radius: 12px;
  }
  
  /* Form improvements for tablet */
  .ws-form-group {
    margin-bottom: 24px;
  }
  
  .ws-form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .ws-form-group input,
  .ws-form-group select,
  .ws-form-group textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 2px solid var(--taupe);
    min-height: 48px;
  }
  
  /* Button improvements for tablet */
  .ws-btn {
    min-height: 48px;
    padding: 14px 24px;
    font-size: 1rem;
    border-radius: 12px;
  }
  
  /* Modal improvements for tablet */
  .ws-modal {
    padding: 24px;
    border-radius: 24px;
    margin: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  
  /* Timeline improvements for tablet */
  .ws-timeline-nav {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  
  .ws-timeline-nav-track {
    min-width: max-content;
    padding: 0 24px;
  }
  
  .ws-timeline-nav-item {
    min-width: 90px;
    padding: 10px 14px;
  }
  
  /* Suppliers grid improvements for tablet */
  .ws-suppliers-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 0 16px;
  }
  
  .ws-supplier-card {
    border-radius: 20px;
    padding: 20px;
  }
  
  .ws-supplier-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  
  .ws-supplier-name {
    font-size: 1.2rem;
    margin: 16px 0 8px 0;
  }
  
  .ws-supplier-specialty {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* Medium tablet specific adjustments */
@media (min-width: 769px) and (max-width: 850px) {
  .ws-hero-title {
    font-size: 1.9rem;
  }
  
  .ws-hero-tagline {
    font-size: 1.05rem;
  }
  
  .ws-section-title {
    font-size: 1.7rem;
  }
  
  .ws-locations-list {
    padding: 0 8px 28px 8px;
  }
  
  .ws-location {
    padding: 20px 16px 16px 16px;
  }
  
  .ws-menus-list {
    padding: 0 12px 36px 12px;
  }
  
  .ws-menu-section {
    padding: 20px 16px 16px 16px;
  }
  
  .ws-bread-section {
    padding: 0 12px;
  }
  
  .ws-bread-card {
    padding: 12px 16px;
  }
  
  .ws-social-content,
  .ws-social-cta {
    padding: 40px 16px;
  }
  
  .ws-social-cta h2 {
    font-size: 2rem;
  }
  
  .ws-footer {
    padding: 30px 16px;
  }
}
