/* ==========================================
   RESPONSIVE DESIGN - BEEKEEPING COOPERATIVE
   ========================================== */

/* ==========================================
   LARGE TABLETS & SMALL DESKTOPS (992px - 1199px)
   ========================================== */

@media (max-width: 1199.98px) {
  :root {
    --font-size-3xl: 1.75rem;
    --font-size-2xl: 1.375rem;
    --section-padding: 3rem 0;
  }
  
  .hero-section {
    min-height: 90vh;
  }
  
  .hero-title {
    font-size: var(--font-size-3xl);
  }
  
  .service-card {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
}

/* ==========================================
   TABLETS (768px - 991px)
   ========================================== */

@media (max-width: 991.98px) {
  :root {
    --font-size-3xl: 1.5rem;
    --font-size-2xl: 1.25rem;
    --font-size-xl: 1.125rem;
    --section-padding: 2.5rem 0;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    margin-bottom: 1.68rem;
  }
  
  .hero-subtitle {
    margin-bottom: 1rem;
  }
  
  .hero-description {
    margin-bottom: 2rem;
  }
  
  .hero-image {
    margin-top: 2rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .feature-card {
    margin-bottom: 2rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
  
  .testimonial-card {
    margin-bottom: 2rem;
  }
  
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  
  .section-description {
    margin-bottom: 2rem;
  }
  
  .contact-form {
    margin-bottom: 2rem;
  }
  
  .gallery-item {
    margin-bottom: 1.59rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
}

/* ==========================================
   LARGE PHONES (576px - 767px)
   ========================================== */

@media (max-width: 767.98px) {
  :root {
    --font-size-3xl: 1.375rem;
    --font-size-2xl: 1.125rem;
    --font-size-xl: 1rem;
    --font-size-lg: 1rem;
    --section-padding: 2rem 0;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-section::before {
    display: none;
  }
  
  .hero-title {
    font-size: var(--font-size-3xl);
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: var(--font-size-xl);
    margin-bottom: 1rem;
  }
  
  .hero-description {
    font-size: var(--font-size-base);
    margin-bottom: 1.62rem;
  }
  
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: var(--font-size-lg);
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: var(--font-size-base);
  }
  
  .section-title {
    font-size: var(--font-size-2xl);
    margin-bottom: 0.93rem;
  }
  
  .section-subtitle {
    font-size: var(--font-size-base);
    margin-bottom: 0.71rem;
  }
  
  .section-description {
    font-size: var(--font-size-small);
    margin-bottom: 1.65rem;
  }
  
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.60rem;
  }
  
  .service-image {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .service-name {
    font-size: var(--font-size-lg);
    margin-bottom: 0.98rem;
  }
  
  .service-description {
    font-size: var(--font-size-small);
    margin-bottom: 1rem;
  }
  
  .service-price {
    font-size: var(--font-size-base);
  }
  
  .feature-card {
    padding: 1.5rem;
    margin-bottom: 1.57rem;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0.86rem;
  }
  
  .feature-name {
    font-size: var(--font-size-base);
    margin-bottom: 0.60rem;
  }
  
  .feature-description {
    font-size: var(--font-size-small);
  }
  
  .team-card {
    padding: 1.5rem;
    margin-bottom: 1.64rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }
  
  .team-name {
    font-size: var(--font-size-base);
    margin-bottom: 0.48rem;
  }
  
  .team-role {
    font-size: var(--font-size-small);
  }
  
  .testimonial-card {
    padding: 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .testimonial-text {
    font-size: var(--font-size-small);
    margin-bottom: 1rem;
  }
  
  .testimonial-author {
    font-size: var(--font-size-small);
  }
  
  .faq-card {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .faq-question {
    font-size: var(--font-size-base);
    margin-bottom: 0.99rem;
  }
  
  .faq-answer {
    font-size: var(--font-size-small);
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    padding: 1.5rem;
    margin-top: 1.59rem;
  }
  
  .form-control {
    padding: 0.625rem 0.875rem;
    font-size: var(--font-size-small);
  }
  
  .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: var(--font-size-small);
  }
  
  .blog-card {
    margin-bottom: 1.72rem;
  }
  
  .blog-image {
    height: 180px;
  }
  
  .blog-content {
    padding: 1.25rem;
  }
  
  .blog-title {
    font-size: var(--font-size-base);
    margin-bottom: 0.89rem;
  }
  
  .blog-excerpt {
    font-size: var(--font-size-small);
    margin-bottom: 0.81rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer h5 {
    font-size: var(--font-size-base);
    margin-bottom: 0.95rem;
  }
  
  .footer p,
  .footer a {
    font-size: var(--font-size-small);
  }
  
  .page-section {
    padding: 2rem 0;
  }
}

/* ==========================================
   SMALL PHONES (up to 575px)
   ========================================== */

@media (max-width: 575.98px) {
  :root {
    --font-size-3xl: 1.25rem;
    --font-size-2xl: 1rem;
    --font-size-xl: 0.875rem;
    --font-size-lg: 0.875rem;
    --section-padding: 1.5rem 0;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 1.5rem 0;
  }
  
  .hero-title {
    font-size: var(--font-size-3xl);
    margin-bottom: 0.81rem;
  }
  
  .hero-subtitle {
    font-size: var(--font-size-base);
    margin-bottom: 0.93rem;
  }
  
  .hero-description {
    font-size: var(--font-size-small);
    margin-bottom: 1rem;
  }
  
  .navbar-brand {
    font-size: var(--font-size-base);
  }
  
  .section-title {
    font-size: var(--font-size-xl);
    margin-bottom: 0.69rem;
  }
  
  .section-subtitle {
    font-size: var(--font-size-small);
    margin-bottom: 0.61rem;
  }
  
  .section-description {
    font-size: var(--font-size-small);
    margin-bottom: 1rem;
  }
  
  .service-card {
    padding: 1.25rem;
    margin-bottom: 1.31rem;
  }
  
  .service-image {
    width: 50px;
    height: 50px;
    margin-bottom: 0.86rem;
  }
  
  .service-name {
    font-size: var(--font-size-base);
    margin-bottom: 0.74rem;
  }
  
  .service-description {
    font-size: var(--font-size-small);
    margin-bottom: 0.85rem;
  }
  
  .service-price {
    font-size: var(--font-size-small);
  }
  
  .feature-card {
    padding: 1.25rem;
    margin-bottom: 1.49rem;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.67rem;
  }
  
  .feature-name {
    font-size: var(--font-size-small);
    margin-bottom: 0.61rem;
  }
  
  .team-card {
    padding: 1.25rem;
    margin-bottom: 1.32rem;
  }
  
  .team-photo {
    width: 70px;
    height: 70px;
    margin-bottom: 0.80rem;
  }
  
  .team-name {
    font-size: var(--font-size-small);
    margin-bottom: 0.33rem;
  }
  
  .testimonial-card {
    padding: 1.25rem;
    margin-bottom: 1.40rem;
  }
  
  .testimonial-text {
    font-size: var(--font-size-small);
    margin-bottom: 0.90rem;
  }
  
  .faq-card {
    padding: 1rem;
    margin-bottom: 0.84rem;
  }
  
  .faq-question {
    font-size: var(--font-size-small);
    margin-bottom: 0.72rem;
  }
  
  .contact-form {
    padding: 1.25rem;
  }
  
  .contact-info {
    padding: 1.25rem;
    margin-top: 1.40rem;
  }
  
  .form-control {
    padding: 0.5rem 0.75rem;
    font-size: var(--font-size-small);
  }
  
  .btn-primary {
    padding: 0.5rem 1.25rem;
    font-size: var(--font-size-small);
    width: 100%;
  }
  
  .blog-card {
    margin-bottom: 1.38rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  .blog-content {
    padding: 1rem;
  }
  
  .blog-title {
    font-size: var(--font-size-small);
    margin-bottom: 0.62rem;
  }
  
  .blog-excerpt {
    font-size: var(--font-size-small);
    margin-bottom: 0.63rem;
  }
  
  .gallery-item {
    margin-bottom: 1rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .footer {
    padding: 1.5rem 0 0.75rem;
  }
  
  .footer h5 {
    font-size: var(--font-size-small);
    margin-bottom: 0.74rem;
  }
  
  .footer p,
  .footer a {
    font-size: var(--font-size-small);
  }
  
  .page-section {
    padding: 1.5rem 0;
  }
  
  .breadcrumb-container {
    padding: 0.75rem 0;
  }
  
  .breadcrumb-image {
    width: 20px;
    height: 20px;
  }
}

/* ==========================================
   ACCESSIBILITY & TOUCH IMPROVEMENTS
   ========================================== */

@media (hover: none) and (pointer: coarse) {
  .service-card:hover,
  .blog-card:hover,
  .gallery-item:hover img {
    transform: none;
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background-color: var(--cream-dark);
  }
  
  .btn-primary:hover {
    background-color: var(--honey-gold);
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */

@media print {
  .navbar,
  .footer,
  .hero-section::before,
  .btn {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    padding: 1rem 0;
  }
  
  .section {
    padding: 1rem 0;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .testimonial-card,
  .blog-card,
  .faq-card,
  .contact-form,
  .contact-info {
    box-shadow: none;
    border: 1px solid #cccccc;
  }
  
  body {
    background-color: white;
    color: black;
  }
  
  .gallery-item img {
    height: auto;
  }
} 

.hero-content {
    padding-top: 175px;
}