/* Desktop Responsive Styles */
@media (min-width: 769px) {
  /* General Desktop Adjustments */
  body {
    font-size: 17px;
    line-height: 1.6;
  }
  
  /* Header Desktop */
  .ws-header {
    height: 56px;
  }
  
  /* Hero Desktop */
  .ws-hero {
    min-height: 60vh;
    max-height: 70vh;
  }
  
  .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: 40px;
  }
  
  .ws-hero-title {
    font-size: 2.5rem;
    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.2rem;
    margin-bottom: 28px;
    line-height: 1.4;
    text-shadow: 0 2px 8px var(--charcoal), 0 1px 0 #222;
  }
  
  .ws-hero-actions {
    gap: 20px;
  }
  
  .ws-hero-btn {
    padding: 18px 32px;
    font-size: 1.1rem;
    min-height: 52px;
    border-radius: 16px;
  }
  
  /* Quick Links Desktop */
  .ws-quick-links ul {
    flex-direction: row;
    justify-content: center;
  }
  
  .ws-quick-links li {
    flex: 1 1 120px;
    border-right: 1px solid var(--taupe);
    max-width: 180px;
  }
  
  .ws-quick-links li:last-child {
    border-right: none;
  }
  
  .ws-quick-links a {
    padding: 18px 0 12px 0;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }
  
  /* Section Titles Desktop */
  .ws-section-title {
    font-size: 2.2rem;
    padding: 20px 30px;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }
  
  /* Content Sections Desktop */
  .ws-retail,
  .ws-farmers-market,
  .ws-green-assoc,
  .ws-local-suppliers,
  .ws-featured-products {
    margin: 60px auto;
    padding: 0 24px;
    max-width: 1200px;
  }
  
  .ws-retail-desc,
  .ws-green-desc,
  .ws-suppliers-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ws-farmers-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  
  /* Farmers Market Desktop */
  .ws-farmers-content {
    padding: 40px;
    gap: 40px;
  }
  
  .ws-farmers-market .ws-section-title {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
  }
  
  /* Product Cards Desktop */
  .ws-product-card {
    margin-bottom: 30px;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,38,33,0.12);
  }
  
  .ws-product-info {
    padding: 24px;
  }
  
  .ws-product-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  
  .ws-product-desc {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  /* About Page Desktop */
  .ws-main-card {
    margin: 48px auto;
    padding: 32px 24px 40px 24px;
    border-radius: 36px;
    max-width: 1000px;
  }
  
  .ws-family-img {
    max-width: 520px;
    min-height: 260px;
    max-height: 380px;
    border-radius: 24px;
  }
  
  .ws-staff-galleries-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  
  /* Ensure all galleries are visible on desktop */
  .ws-gallery-1,
  .ws-gallery-2,
  .ws-gallery-3,
  .ws-gallery-4 {
    display: block !important;
  }
  
  .ws-staff-gallery {
    padding: 20px;
    min-height: 200px;
  }
  
  .ws-staff-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  
  .ws-staff-img:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* Locations Desktop */
  .ws-locations-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 16px 48px 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ws-location {
    padding: 32px 24px 24px 24px;
    border-radius: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-location:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,38,33,0.12);
  }
  
  .ws-location-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .ws-location-actions {
    gap: 12px;
    margin-top: 24px;
  }
  
  .ws-location-btn {
    padding: 16px 24px;
    min-height: 52px;
    border-radius: 16px;
    transition: all 0.3s ease;
  }
  
  .ws-location-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44,38,33,0.15);
  }
  
  /* Menus Desktop */
  .ws-menus-list {
    gap: 40px;
    padding: 0 16px 48px 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ws-menu-section {
    padding: 32px 24px 24px 24px;
    border-radius: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-menu-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,38,33,0.12);
  }
  
  .ws-menu-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  
  .ws-menu-download-section {
    justify-content: flex-start;
    margin-top: 24px;
  }
  
  .ws-menu-download-btn {
    padding: 10px 16px;
    font-size: 0.9em;
    min-height: 44px;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  
  .ws-menu-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44,38,33,0.15);
  }
  
  /* Breads Desktop */
  .ws-bread-section {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ws-bread-card {
    max-height: 120px;
    padding: 20px 25px;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-bread-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,38,33,0.12);
  }
  
  .ws-bread-card .ws-bread-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 12px;
  }
  
  .ws-bread-card .ws-bread-title {
    font-size: 1.1rem;
    font-weight: 600;
  }
  
  /* Social Desktop */
  .ws-social-content {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ws-ratings-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .ws-reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }
  
  .ws-social-feeds-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  
  .ws-social-cta {
    padding: 60px 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .ws-social-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 28px;
  }
  
  .ws-social-cta-buttons {
    gap: 20px;
    justify-content: center;
  }
  
  .ws-cta-btn {
    padding: 18px 32px;
    min-height: 52px;
    border-radius: 16px;
    transition: all 0.3s ease;
  }
  
  .ws-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44,38,33,0.15);
  }
  
  /* Footer Desktop */
  .ws-footer {
    padding: 40px 24px;
    margin-top: 80px;
    text-align: center;
  }
  
  .ws-footer-nav {
    gap: 30px;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  /* Bread Order Desktop */
  .ws-bread-modal-content {
    padding: 32px;
    width: 90%;
    border-radius: 28px;
  }
  
  .ws-order-summary-content {
    width: 90%;
    margin: 40px;
    border-radius: 28px;
  }
  
  .ws-order-summary-header {
    padding: 24px;
    border-radius: 24px 24px 0 0;
  }
  
  .ws-order-summary-body {
    padding: 24px;
  }
  
  .ws-order-summary-actions {
    padding: 24px;
    gap: 20px;
  }
  
  .ws-order-summary-actions .ws-btn {
    padding: 18px 28px;
    min-height: 52px;
    border-radius: 16px;
  }
  
  /* Form improvements for desktop */
  .ws-form-group {
    margin-bottom: 28px;
  }
  
  .ws-form-group label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1rem;
  }
  
  .ws-form-group input,
  .ws-form-group select,
  .ws-form-group textarea {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid var(--taupe);
    min-height: 52px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-form-group input:focus,
  .ws-form-group select:focus,
  .ws-form-group textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(156, 28, 52, 0.1);
    outline: none;
  }
  
  /* Button improvements for desktop */
  .ws-btn {
    min-height: 52px;
    padding: 16px 28px;
    font-size: 1rem;
    border-radius: 16px;
    transition: all 0.3s ease;
  }
  
  .ws-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44,38,33,0.15);
  }
  
  /* Modal improvements for desktop */
  .ws-modal {
    padding: 32px;
    border-radius: 28px;
    margin: 40px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  
  /* Timeline improvements for desktop */
  .ws-timeline-nav {
    overflow-x: auto;
    padding-bottom: 24px;
  }
  
  .ws-timeline-nav-track {
    min-width: max-content;
    padding: 0 32px;
  }
  
  .ws-timeline-nav-item {
    min-width: 100px;
    padding: 12px 16px;
    transition: all 0.3s ease;
  }
  
  .ws-timeline-nav-item:hover {
    transform: translateY(-2px);
  }
  
  /* Suppliers grid improvements for desktop */
  .ws-suppliers-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .ws-supplier-card {
    border-radius: 24px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ws-supplier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,38,33,0.12);
  }
  
  .ws-supplier-img {
    width: 90px;
    height: 90px;
    border-radius: 16px;
  }
  
  .ws-supplier-name {
    font-size: 1.3rem;
    margin: 20px 0 10px 0;
  }
  
  .ws-supplier-specialty {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Large Desktop Optimizations */
@media (min-width: 1200px) {
  .ws-container {
    max-width: 1400px;
  }
  
  .ws-hero {
    min-height: 70vh;
    max-height: 80vh;
  }
  
  .ws-hero-img {
    height: 70vh;
    min-height: 500px;
  }
  
  .ws-hero-title {
    font-size: 3rem;
  }
  
  .ws-hero-tagline {
    font-size: 1.3rem;
  }
  
  .ws-section-title {
    font-size: 2.5rem;
  }
  
  .ws-locations-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
  }
  
  .ws-bread-section {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    max-width: 1400px;
  }
  
  .ws-suppliers-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    max-width: 1400px;
  }
  
  .ws-social-content {
    max-width: 1400px;
  }
  
  .ws-social-cta {
    max-width: 1200px;
  }
  
  .ws-main-card {
    max-width: 1200px;
  }
  
  .ws-retail,
  .ws-farmers-market,
  .ws-green-assoc,
  .ws-local-suppliers,
  .ws-featured-products {
    max-width: 1400px;
  }
}

/* Extra Large Desktop */
@media (min-width: 1600px) {
  .ws-container {
    max-width: 1600px;
  }
  
  .ws-hero {
    min-height: 80vh;
    max-height: 90vh;
  }
  
  .ws-hero-img {
    height: 80vh;
    min-height: 600px;
  }
  
  .ws-hero-title {
    font-size: 3.5rem;
  }
  
  .ws-hero-tagline {
    font-size: 1.4rem;
  }
  
  .ws-section-title {
    font-size: 2.8rem;
  }
  
  .ws-locations-list {
    max-width: 1600px;
  }
  
  .ws-bread-section {
    max-width: 1600px;
  }
  
  .ws-suppliers-grid {
    max-width: 1600px;
  }
  
  .ws-social-content {
    max-width: 1600px;
  }
  
  .ws-social-cta {
    max-width: 1400px;
  }
  
  .ws-main-card {
    max-width: 1400px;
  }
  
  .ws-retail,
  .ws-farmers-market,
  .ws-green-assoc,
  .ws-local-suppliers,
  .ws-featured-products {
    max-width: 1600px;
  }
}

/* Ultra Wide Desktop */
@media (min-width: 1920px) {
  .ws-container {
    max-width: 1800px;
  }
  
  .ws-hero {
    min-height: 85vh;
    max-height: 95vh;
  }
  
  .ws-hero-img {
    height: 85vh;
    min-height: 700px;
  }
  
  .ws-hero-title {
    font-size: 4rem;
  }
  
  .ws-hero-tagline {
    font-size: 1.5rem;
  }
  
  .ws-section-title {
    font-size: 3rem;
  }
  
  .ws-locations-list {
    max-width: 1800px;
  }
  
  .ws-bread-section {
    max-width: 1800px;
  }
  
  .ws-suppliers-grid {
    max-width: 1800px;
  }
  
  .ws-social-content {
    max-width: 1800px;
  }
  
  .ws-social-cta {
    max-width: 1600px;
  }
  
  .ws-main-card {
    max-width: 1600px;
  }
  
  .ws-retail,
  .ws-farmers-market,
  .ws-green-assoc,
  .ws-local-suppliers,
  .ws-featured-products {
    max-width: 1800px;
  }
}
