/* ------------------------------
   📱 Mobile First Base Styles
   Default styles go here
--------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* small laptop styles */
  .btn2{
    padding: 12px 20px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  /* tablet portrait styles */
  
 
  .mobile-links {
    text-align: center;
  }
  .mobile-menu {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.43);
  }
  .mobile-links,
  .mobile-link {
    font-size: 18px;
    font-weight: 600;
  }
  .split-section {
    padding: 10px;
  }
  .split-inner {
    display: flex;
    gap: 1rem;
  }
  .text-box,
  .image-box {
    flex: 1;
  }
  .split-left .content {
    width: 100%;
  }
  .split-left .content {
    text-align: center !important;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
  }
  .shape-1 {
    top: -550px;
  }
  #page3{
    flex-direction: column;
  }
  .viewer-container{
    width: 100%;
  }
  .fragrance-details{
    width: 90%;
  }
  




  /* tablet and mobile: stack and reverse */
  @media (max-width: 991px) {
    .split-inner {
      flex-direction: column-reverse; /* image first, text below */
      padding: 35px 5px;
    }
  }

  .split-right {
    min-height: 300px;
  }
  .hero-btns .btn2 {
    padding: 12px 19px;
  }
}

@media (max-width: 767px) {
   .nav-row{
    height: 50px;
  }
  .logo{
    height: 60px;
  }
  .split-inner {
    /* background-color: yellowgreen; */
  }
    #page3{
    flex-direction: column;
  }
  .viewer-container{
    width: 100%;
  }
  .fragrance-details{
    width: 100%;
  }
  .mobile-links {
    text-align: center;
  }
  .mobile-menu {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.43);
  }
  .mobile-links,
  .mobile-link {
    font-size: 18px;
    font-weight: 600;
  }
  .split-section {
    padding: 10px;
  }
  .split-inner {
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
  .split-right {
    min-height: 300px;
  }
  .hero-btns .btn2 {
    padding: 12px 19px;
  }
  .split-left h2 {
    text-align: center;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
  }


  
  .about-section {
    padding: 20px 10px;
  }
  .main-content {
    padding: 15px;
  }
  .story-section h2 {
    font-size: 2.2rem;
  }
  .section-subtitle {
    color: #ababab;
  }
}

/* ------------------------------
   📱 Small Mobile (up to 480px)
--------------------------------*/
@media (max-width: 480px) {
   .nav-row{
    height: 50px;
  }
  .logo{
    height: 60px;
  }
  .key-points {
        grid-template-columns: 1fr;
    }
  /* styles for very small screens */
  .split-section {
    background-color: rgb(0, 0, 0) !important;
    padding: 0%;
  }
  .split-left .lead {
    text-align: justify;
  }
  .split-inner {
    /* background-color: rgb(0, 74, 131) !important; */
  }
  .split-right {
    min-height: 280px;
  }
  .split-left h2 {
    text-align: center !important;
    margin: 0 0 1rem !important;
    font-size: 1.65rem !important;
  }
  .split-left .content {
    padding: 0px 20px 10px 10px;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .btn2 {
    width: 100%;
    max-width: 250px;
  }
  .viewer-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .viewer-btn {
    display: none;
  }
  
  
  .company-header {
    flex-direction: column;
    text-align: center;
  }
  .company-header .logo-container {
    width: 100%;
  }
  .main-content {
    padding: 10px;
  }
  .mission-statement,
  .point-card {
    padding: 20px;
  }
  .mission-text {
    text-align: justify;
  }
  .section-label span {
    padding-left: 30px;
  }

  .highlight-card {
    margin-bottom: 20px;
    padding: 20px;
  }
  .story-section {
    padding: 10px;
  }
  .story-section h2 {
    font-size: 1.8rem;
  }
  .story-card {
    padding: 20px;
  }
  .body {
    padding: 10px;
  }
  .business-hours {
    padding: 10px;
  }
  .info-section {
    padding: 15px;
  }
  .form-section {
    padding: 10px;
  }
  .section-subtitle {
    color: #ababab;
  }
 
  .mobile-links {
    text-align: center;
  }
  .mobile-menu {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.43);
  }
  .mobile-links,
  .mobile-link {
    font-size: 18px;
    font-weight: 600;
  }
  .counters {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .nav-row{
    height: 50px;
  }
  .logo{
    height: 60px;
  }
  .key-points {
        grid-template-columns: 1fr;
    }
  /* styles */
  .split-inner {
    /* background-color: rgb(179, 0, 30) !important; */
  }

  .split-left .lead {
    text-align: justify;
  }
 
  .main-content {
    padding: 20px !important;
  }
  .story-section h2 {
    font-size: 1.7rem !important;
  }
  .section-subtitle {
    margin-bottom: 20px;
  }
  .split-left h2 {
    font-size: 1.5rem !important;
  }
  /* Third section — plain blue full page */
  /* main > section:nth-of-type(3) {

  color: var(--ui-text);
    background-color: #f8f9fa;
    padding: 20px;
    background-image: linear-gradient(to bottom right, #fdfcfb, #f9f5eb) !important;
} */
}
/* ------------------------------
   📱 Mobile (481px–767px)
--------------------------------*/

/* ------------------------------
   📱 Tablet Portrait (768px–991px)
--------------------------------*/

/* ------------------------------
   💻 Tablet Landscape / Small Laptop (992px–1199px)
--------------------------------*/


/* ------------------------------
   🖥️ Desktop Regular (1200px–1399px)
--------------------------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
  /* desktop styles */
}

/* ------------------------------
   🖥️ Large Desktop (1400px+)
--------------------------------*/
@media (min-width: 1400px) {
  /* large screen styles */
}
