/* Responsive CSS for Historically Provenance-Based Artifact Auctions */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.14rem;
  }
  
  .hero-subtitle {
    font-size: 1.58rem;
  }
  
  .hero-image-secondary {
    max-width: 250px;
  }
  
  .section-title {
    font-size: 2.22rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-content {
    max-width: 550px;
  }
  
  .hero-title {
    font-size: 2.59rem;
  }
  
  .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-image-secondary {
    max-width: 200px;
  }
  
  .hero-image-1 {
    right: 5%;
  }
  
  .hero-image-2 {
    right: 15%;
  }
  
  .section-title {
    font-size: 2.07rem;
  }
  
  .about-image::before {
    width: 70%;
    height: 70%;
  }
  
  .about-content {
    padding-left: 0;
    margin-top: 2.12rem;
  }
  
  .contact-info {
    margin-top: 2.12rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  header {
    padding: 1rem 0;
  }
  
  .navbar-brand {
    font-size: 0.98rem;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.22rem;
  }
  
  .hero-subtitle {
    font-size: 1.22rem;
  }
  
  .hero-image-secondary {
    display: none;
  }
  
  .section-title {
    font-size: 1.86rem;
  }
  
  .section-subtitle {
    font-size: 1.18rem;
  }
  
  .service-item,
  .price-card,
  .team-member,
  .coreinfo-item {
    margin-bottom: 1.56rem;
  }
  
  .review-item {
    padding: 2rem 1rem;
  }
  
  .review-text {
    font-size: 1.12rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-content {
    padding: 1rem;
  }
  
  .hero-title {
    font-size: 1.86rem;
    margin-bottom: 1.23rem;
  }
  
  .hero-subtitle {
    font-size: 1.18rem;
    margin-bottom: 1.56rem;
  }
  
  .hero-desc {
    font-size: 0.98rem;
    margin-bottom: 2.11rem;
  }
  
  .section-title {
    font-size: 1.73rem;
  }
  
  .section-subtitle {
    font-size: 1.12rem;
  }
  
  .review-author-img {
    width: 50px;
    height: 50px;
  }
  
  .review-author-name {
    font-size: 1.12rem;
  }
  
  .review-author-title {
    font-size: 0.91rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-heading {
    font-size: 1.22rem;
    margin-bottom: 1.23rem;
  }
  
  /* Mobile menu adjustments */
  .navbar-collapse {
    background-color: var(--primary-1-light);
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.1);
    margin-top: 1.16rem;
  }
  
  .nav-link {
    padding: 0.7rem 0 !important;
    margin: 0;
    border-bottom: 1px solid var(--primary-1);
  }
  
  .nav-link:last-child {
    border-bottom: none;
  }
  
  .artifact-box {
    margin-bottom: 21.00px;
  }
  
  .artifact-info {
    bottom: 0;
    padding: 15px;
  }
  
  .artifact-title {
    font-size: 1.18rem;
  }
  
  .artifact-period {
    font-size: 0.91rem;
  }
} 