/*
 * Responsive Text Sizes for Large Screens
 * File: responsive-text-large.css
 * Description: Tăng font size hợp lý cho màn hình lớn (>1400px)
 */

/* ===========================
   Large Screens (1400px+)
   =========================== */
@media (min-width: 1400px) {
  /* Header & Navigation */
  .site-nav a {
    font-size: 18px;
  }
  
  .luxstage-header-phone {
    font-size: 16px;
  }
  
  .luxstage-header-contact-button {
    font-size: 16px;
    padding: 0.5rem 1.2rem;
  }
  
  /* Home Sections */
  .luxstage-home-section-title {
    font-size: 38px;
  }
  
  .luxstage-home-slogan-content {
    font-size: 24px;
  }
  
  .luxstage-home-text-link {
    font-size: 18px;
  }
  
  /* Product Cards */
  .luxstage-home-product-card h3 {
    font-size: 1.15rem;
  }
  
  /* Project Cards */
  .luxstage-home-project-card span {
    font-size: 20px;
  }
  
  .luxstage-home-project-card:first-child span {
    font-size: 26px;
  }
  
  /* Services Section */
  .luxstage-home-services-intro p {
    font-size: 22px;
  }
  
  .luxstage-home-services-stat strong {
    font-size: 54px;
  }
  
  .luxstage-home-services-stat span {
    font-size: 18px;
  }
  
  .luxstage-home-service-card h3 {
    font-size: 1.05rem;
  }
  
  /* Lighting Section */
  .luxstage-home-lighting-step h3 {
    font-size: 15px;
  }
  
  .luxstage-home-lighting-description {
    font-size: 0.85rem;
  }
  
  /* Intro Banner */
  .luxstage-home-intro-banner-copy h2 {
    font-size: 26px;
  }
  
  .luxstage-home-intro-banner-description {
    font-size: 1rem;
  }
  
  /* Footer */
  .luxstage-footer-form-wrap h2 {
    font-size: 1.8rem;
  }
  
  .luxstage-footer-form label {
    font-size: 1.05rem;
  }
  
  .luxstage-footer-contact-item {
    font-size: 1.05rem;
  }
  
  /* Product Archive */
  .luxstage-product-archive-hero-content h1 {
    font-size: 42px;
  }
  
  .luxstage-product-archive-hero-description {
    font-size: 1.5rem;
  }
  
  .luxstage-product-archive-card h2 {
    font-size: 1.25rem;
  }
  
  .luxstage-product-archive-detail-link {
    font-size: 0.95rem;
  }
  
  /* Project Archive */
  .luxstage-project-archive-process h2 {
    font-size: 0.95rem;
  }
  
  .luxstage-project-archive-process p {
    font-size: 0.88rem;
  }
  
  .luxstage-project-archive-card-title-row h2 {
    font-size: 1.35rem;
  }
  
  .luxstage-project-archive-card-address {
    font-size: 1.1rem;
  }
  
  /* Service Archive */
  .luxstage-service-archive-hero-content h1 {
    font-size: 46px;
  }
  
  .luxstage-service-archive-hero-description {
    font-size: 20px;
  }
  
  .luxstage-service-archive-card-title {
    font-size: 1.25rem;
  }
  
  .luxstage-service-archive-card-excerpt {
    font-size: 1rem;
  }
  
  /* News Archive */
  .luxstage-news-archive-featured-content h2 {
    font-size: 2.3rem;
  }
  
  .luxstage-news-archive-featured-excerpt {
    font-size: 1.05rem;
  }
  
  .luxstage-news-archive-card-title {
    font-size: 1.2rem;
  }
  
  /* About Page */
  .luxstage-about-intro-section h1 {
    font-size: 46px;
  }
  
  .luxstage-about-richtext {
    font-size: 22px;
  }
  
  .luxstage-about-feature h2 {
    font-size: 0.88rem;
  }
  
  .luxstage-about-feature-content {
    font-size: 0.86rem;
  }
  
  .luxstage-about-accordion-button span {
    font-size: 2.2rem;
  }
  
  .luxstage-about-accordion-panel {
    font-size: 1rem;
  }
}

/* ===========================
   Extra Large Screens (1600px+)
   =========================== */
@media (min-width: 1600px) {
  /* Header & Navigation */
  .site-nav a {
    font-size: 19px;
  }
  
  .luxstage-header-phone {
    font-size: 17px;
  }
  
  /* Home Sections */
  .luxstage-home-section-title {
    font-size: 42px;
  }
  
  .luxstage-home-slogan-content {
    font-size: 26px;
  }
  
  .luxstage-home-text-link {
    font-size: 19px;
  }
  
  /* Product Cards */
  .luxstage-home-product-card h3 {
    font-size: 1.25rem;
  }
  
  /* Project Cards */
  .luxstage-home-project-card span {
    font-size: 22px;
  }
  
  .luxstage-home-project-card:first-child span {
    font-size: 28px;
  }
  
  /* Services Section */
  .luxstage-home-services-intro p {
    font-size: 24px;
  }
  
  .luxstage-home-services-stat strong {
    font-size: 58px;
  }
  
  .luxstage-home-services-stat span {
    font-size: 19px;
  }
  
  /* Lighting Section */
  .luxstage-home-lighting-step h3 {
    font-size: 16px;
  }
  
  .luxstage-home-lighting-description {
    font-size: 0.9rem;
  }
  
  /* Intro Banner */
  .luxstage-home-intro-banner-copy h2 {
    font-size: 28px;
  }
  
  .luxstage-home-intro-banner-description {
    font-size: 1.05rem;
  }
  
  /* Footer */
  .luxstage-footer-form-wrap h2 {
    font-size: 2rem;
  }
  
  /* Product Archive */
  .luxstage-product-archive-hero-content h1 {
    font-size: 46px;
  }
  
  .luxstage-product-archive-hero-description {
    font-size: 1.6rem;
  }
  
  .luxstage-product-archive-card h2 {
    font-size: 1.35rem;
  }
  
  /* Service Archive */
  .luxstage-service-archive-hero-content h1 {
    font-size: 50px;
  }
  
  .luxstage-service-archive-hero-description {
    font-size: 22px;
  }
  
  .luxstage-service-archive-card-title {
    font-size: 1.35rem;
  }
  
  .luxstage-service-archive-card-excerpt {
    font-size: 1.05rem;
  }
  
  /* News Archive */
  .luxstage-news-archive-featured-content h2 {
    font-size: 2.5rem;
  }
  
  .luxstage-news-archive-card-title {
    font-size: 1.25rem;
  }
  
  /* About Page */
  .luxstage-about-intro-section h1 {
    font-size: 50px;
  }
  
  .luxstage-about-richtext {
    font-size: 24px;
  }
  
  .luxstage-about-accordion-button span {
    font-size: 2.4rem;
  }
  
  .luxstage-about-accordion-panel {
    font-size: 1.05rem;
  }
}

/* ===========================
   Ultra Large Screens (1920px+)
   =========================== */
@media (min-width: 1920px) {
  /* Header & Navigation */
  .site-nav a {
    font-size: 20px;
  }
  
  .luxstage-header-phone {
    font-size: 18px;
  }
  
  .luxstage-header-contact-button {
    font-size: 17px;
  }
  
  /* Home Sections */
  .luxstage-home-section-title {
    font-size: 46px;
  }
  
  .luxstage-home-slogan-content {
    font-size: 28px;
  }
  
  .luxstage-home-text-link {
    font-size: 20px;
  }
  
  /* Product Cards */
  .luxstage-home-product-card h3 {
    font-size: 1.35rem;
  }
  
  /* Project Cards */
  .luxstage-home-project-card span {
    font-size: 24px;
  }
  
  .luxstage-home-project-card:first-child span {
    font-size: 30px;
  }
  
  /* Services Section */
  .luxstage-home-services-intro p {
    font-size: 26px;
  }
  
  .luxstage-home-services-stat strong {
    font-size: 62px;
  }
  
  .luxstage-home-services-stat span {
    font-size: 20px;
  }
  
  .luxstage-home-service-card h3 {
    font-size: 1.1rem;
  }
  
  /* Lighting Section */
  .luxstage-home-lighting-step h3 {
    font-size: 17px;
  }
  
  .luxstage-home-lighting-description {
    font-size: 0.95rem;
  }
  
  /* Intro Banner */
  .luxstage-home-intro-banner-copy h2 {
    font-size: 32px;
  }
  
  .luxstage-home-intro-banner-description {
    font-size: 1.1rem;
  }
  
  /* Footer */
  .luxstage-footer-form-wrap h2 {
    font-size: 2.2rem;
  }
  
  .luxstage-footer-form label {
    font-size: 1.1rem;
  }
  
  .luxstage-footer-contact-item {
    font-size: 1.1rem;
  }
  
  /* Product Archive */
  .luxstage-product-archive-hero-content h1 {
    font-size: 50px;
  }
  
  .luxstage-product-archive-hero-description {
    font-size: 1.7rem;
  }
  
  .luxstage-product-archive-card h2 {
    font-size: 1.45rem;
  }
  
  .luxstage-product-archive-detail-link {
    font-size: 1rem;
  }
  
  /* Project Archive */
  .luxstage-project-archive-process h2 {
    font-size: 1rem;
  }
  
  .luxstage-project-archive-process p {
    font-size: 0.92rem;
  }
  
  .luxstage-project-archive-card-title-row h2 {
    font-size: 1.45rem;
  }
  
  .luxstage-project-archive-card-address {
    font-size: 1.15rem;
  }
  
  /* Service Archive */
  .luxstage-service-archive-hero-content h1 {
    font-size: 54px;
  }
  
  .luxstage-service-archive-hero-description {
    font-size: 24px;
  }
  
  .luxstage-service-archive-card-title {
    font-size: 1.45rem;
  }
  
  .luxstage-service-archive-card-excerpt {
    font-size: 1.1rem;
  }
  
  /* News Archive */
  .luxstage-news-archive-featured-content h2 {
    font-size: 2.7rem;
  }
  
  .luxstage-news-archive-featured-excerpt {
    font-size: 1.15rem;
  }
  
  .luxstage-news-archive-card-title {
    font-size: 1.3rem;
  }
  
  /* About Page */
  .luxstage-about-intro-section h1 {
    font-size: 54px;
  }
  
  .luxstage-about-richtext {
    font-size: 26px;
  }
  
  .luxstage-about-feature h2 {
    font-size: 0.95rem;
  }
  
  .luxstage-about-feature-content {
    font-size: 0.92rem;
  }
  
  .luxstage-about-accordion-button span {
    font-size: 2.6rem;
  }
  
  .luxstage-about-accordion-panel {
    font-size: 1.1rem;
  }
  
  .luxstage-about-contact h2 {
    font-size: 2rem;
  }
  
  .luxstage-about-contact-info h2 {
    font-size: 2.8rem;
  }
  
  .luxstage-about-contact label {
    font-size: 1.05rem;
  }
  
  .luxstage-about-contact-list {
    font-size: 1.05rem;
  }
}
