/* ========================================
   CANDLE REFILL KIOSKS - RESPONSIVE STYLES
   ======================================== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.62rem;
  }
  
  .section-title {
    font-size: 2.51rem;
  }
  
  .container {
    max-width: var(--container-max-width);
  }
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.20rem;
  }
  
  .service-card,
  .feature-card,
  .price-card {
    margin-bottom: 1.72rem;
  }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.56rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-desc {
    font-size: var(--font-size-base);
  }
  
  .section {
    padding: 60px 0;
  }
  
  .navbar-brand {
    font-size: 1.39rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .gallery-layout {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
  
  .service-content,
  .blog-content {
    padding: 1.25rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 1rem;
  }
}

/* Mobile Large (576px to 767px) */
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.06rem;
  }
  
  .section-title {
    font-size: 1.88rem;
  }
  
  .section-subtitle {
    font-size: var(--font-size-base);
  }
  
  .section {
    padding: 40px 0;
  }
  
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.17rem;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .case-card,
  .process-step,
  .career-card {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .gallery-layout {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
  }
  
  .gallery-image {
    height: 150px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .timeline-item {
    margin-left: 0.5rem;
    padding: 1rem;
  }
  
  .process-step::before {
    position: static;
    transform: none;
    margin: 0 auto 1rem;
  }
  
  .review-card {
    padding: 1.5rem;
  }
  
  .coreinfo-item i {
    font-size: 2.56rem;
  }
  
  /* Navigation adjustments */
  .navbar-collapse {
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    text-align: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--light-cream);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
  :root {
    --font-size-base: 14px;
  }
  
  .hero-title {
    font-size: 1.84rem;
  }
  
  .hero-subtitle {
    font-size: 1.00rem;
  }
  
  .section-title {
    font-size: 1.63rem;
  }
  
  .section {
    padding: 30px 0;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .case-card,
  .process-step,
  .career-card,
  .review-card {
    padding: 1.25rem;
    margin-bottom: 1.70rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 1.25rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .service-image,
  .blog-image {
    height: 150px;
  }
  
  .gallery-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-image {
    height: 120px;
  }
  
  .form-control {
    padding: 0.625rem 0.75rem;
    font-size: var(--font-size-small);
  }
  
  .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: var(--font-size-small);
  }
  
  .faq-question {
    padding: 0.75rem 1rem;
    font-size: var(--font-size-small);
  }
  
  .faq-answer {
    padding: 1rem;
    font-size: var(--font-size-small);
  }
  
  .footer {
    padding: 1.5rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1rem;
  }
  
  .footer p,
  .footer a {
    font-size: var(--font-size-small);
  }
  
  .timeline-item {
    margin-left: 0.25rem;
    padding: 0.75rem;
  }
  
  .timeline-item::before {
    left: -6px;
    width: 10px;
    height: 10px;
  }
  
  .coreinfo-item i {
    font-size: 2rem;
  }
  
  /* Typography adjustments for small screens */
  h1 {
    font-size: 1.83rem;
  }
  
  h2 {
    font-size: 1.63rem;
  }
  
  h3 {
    font-size: 1.39rem;
  }
  
  h4 {
    font-size: 1.15rem;
  }
  
  p {
    font-size: var(--font-size-small);
  }
}

/* Extra Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .hero-title {
    font-size: 1.62rem;
  }
  
  .section-title {
    font-size: 1.38rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .case-card,
  .process-step,
  .career-card,
  .review-card,
  .contact-form,
  .contact-info {
    padding: 1rem;
  }
  
  .gallery-layout {
    gap: 0.5rem;
  }
  
  .gallery-image {
    height: 100px;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .coreinfo-item i {
    font-size: 1.88rem;
  }
  
  .service-image,
  .blog-image {
    height: 120px;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .contact-section,
  .gallery-section {
    display: none;
  }
  
  .hero-section {
    background: none;
    color: var(--black);
    min-height: auto;
  }
  
  .section {
    padding: 20px 0;
    page-break-inside: avoid;
  }
  
  .service-card,
  .feature-card,
  .price-card {
    box-shadow: none;
    border: 1px solid var(--gray-light);
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  :root {
    --primary-green: #000000;
    --primary-amber: #fd6400;
    --white: #ffffff;
    --black: #000000;
    --gray-dark: #3d3b3b;
  }
  
  .btn-primary {
    background: var(--black);
    border: 2px solid var(--black);
  }
  
  .btn-primary:hover {
    background: var(--white);
    color: var(--black);
  }
  
  .form-control {
    border: 2px solid var(--black);
  }
  
  .service-card,
  .feature-card,
  .price-card {
    border: 2px solid var(--gray-dark);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .hero-section::before,
  .service-card,
  .feature-card,
  .price-card,
  .gallery-item,
  .btn-primary {
    transition: none;
    transform: none;
  }
  
  .gallery-item:hover,
  .service-card:hover,
  .feature-card:hover,
  .price-card:hover {
    transform: none;
  }
  
  .fade-in-up {
    animation: none;
  }
} 

.hero-content {
    padding-top: 250px;
}