  /* style.css */

  
  /* === Header === */
  /* 导航栏基础样式 */
  /* === PC端样式 === */
  .navbar {
    background-color: #ffffff;
    color: #d0b59b;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 20px;
  }
  .navbar .container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .navbar-logo {
    height: 5.7rem;
    margin-bottom: 10px;
  }
  .navbar-menu {
    display: flex;
    gap: 62px;
    padding: 2rem 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navbar-menu a {
    color: rgba(208, 181, 155, 1.0);
    text-decoration: none;
    font-size: 1.4rem;
    transition: color 0.3s;
    font-family: Marcellus-Regular;
  }
  .navbar-menu a:hover {
    color: rgba(208, 181, 155, 0.5);
    opacity: 0.5;
  }

  /* PC端语言切换 */
  .navbar-lang {
    position: absolute;
    right: -60px;
    bottom: 36px;
  }
  .navbar-lang .lang-btn {
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
  }
  .navbar-lang .lang-btn.active {
    background: #333;
    color: #fff;
  }

  /* 汉堡按钮 */
  .navbar-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .navbar-toggle::before {
    content: '\2630'; /* 汉堡图标 ☰ */
    color: #d0b59b;
  }
  .sidebar{
    display: none;
  }

 
  /* === Hero === */
  /* === Hero Slider Common === */
  .hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fefafa;
  }

  .hero-wrapper {
    display: flex;
    transition: transform 0.8s ease-in-out;
    width: 200%; /* two slides */
  }

  .hero-slide {
    flex: 0 0 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .hero-img {
    width: 100%;
    height: 56.6rem;
    max-width: 2560px;
    object-fit: cover;
    display: block;
  }

  .mb-hero-img {
    display: none;
  }

  .hero-content {
    position: absolute;
    top: 33%;
    right: 17%;
    text-align: center;
    width: 1280px;
    display: flex;
    justify-content: end;
  }
  .hero-content div{
    width: 50%;
  }


  .hero-content h1 {
    font-family: Marcellus-Regular;
    font-size: 3rem;
    color: #ba8c63;
    padding-bottom: 2rem;
  }

  .hero-content p {
    font-family: Marcellus-Regular;
    font-size: 2rem;
    color: #191919;
  }

  .hero-content p:nth-last-child(1) {
    font-family: PingFang-SC-Light;
    font-size: 1.4rem;
    color: #191919;
    padding-top: 1.3rem;
  }

  /* Hide arrows & dots (not used per your request) */
  .hero-prev,
  .hero-next,
  .hero-dots {
    display: none;
  }


  /* 确保轮播容器和子元素撑满宽度 */
  .hero-slider,
  .hero-wrapper,
  .hero-slide {
    width: 100%;
    max-width: 100%;
  }

  /* 强制图片撑满容器，无留白 */
  /*.hero-img,
  .mb-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }*/

  
  /* === product intro === */
  .product-intro{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9rem 0rem;
  }
  .product-intro .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .product-intro h2{
    font-family: Marcellus-Regular;
    font-size: 2.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ba8c63;
    text-align: center;
    padding-bottom: 1rem;
  }
  .product-intro p{
    font-family: Marcellus-Regular;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    text-align: center;
  }
  .product-showcase{
    display: flex;
    padding-top: 2.9rem;
    overflow: hidden;
  }
  .showcase-left{
    width: 35.9rem;
    height: 37.2rem;
    padding-right: 1.2rem;
  }
  .product-info{
    display: block;
    overflow: hidden;
  }
  
  .showcase-right{
    display: flex;
  }
  .showcase-right img{
    width: 21.1rem;
    height: 21.1rem;
    padding-right: 0.4rem;
  }
  .product-info h4{
    font-family: PingFang-SC-Regular;
    font-size: 1.7rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-top: 0.9rem;
  }
  .product-info p{
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    text-align: left;
  }
  .product-info .starlevel{
    font-family: PingFang-SC-Regular;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-top: 2rem;
  }
  .product-info .price{
    font-family: PingFang-SC-Regular;
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
  }
  .product-info button{
    width: 42.4rem;
    height: 3.6rem;
    background-color: #d5b79d;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #f9f5f6;
  }

  .mb_fl{
      display: block;
  }
  
  /* === Repair Section === */
  .repair-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
  }
  .repair-section .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .repair-section h2{
    font-family: Marcellus-Regular;
    font-size: 2.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ba8c63;
    text-align: center;
  }
  .repair-images{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 5rem;
  }
  .repair-box{
    width: 49%;
    text-align: left;
    display: block;
  }
  .repair-box h3{
    font-family: Marcellus-Regular;
    font-size: 2.3rem;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    padding-bottom: 1.8rem;
  }
  .repair-box img{
    width: 39.4rem;
    height: 48.1rem;
    background-color: #191919;
  }
  .repair-box p{
    width: 79%;
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    padding-top: 1.7rem;
  }
  /* brand story */
  .brand-story{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.1rem 0 4.2rem 0;
  }
  .brand-story .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .brand-story img{
    width: 100%;
  }
  .story-text{
    width:67%
  }
  .story-text p{
    width: 76%;
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    padding-top: 1.7rem;
  }
  
  /* === Story Section === */
  
  

  /* === Endorsements === */
  .endorsements {
    background-image: url('./../images/Introductionbg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 7rem 0 6.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .endorsements .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .endorsements h2{
    font-family: Marcellus-Regular;
    font-size: 2.9rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 2.4rem;
    color: #ba8c63;
  }
  .endorsements p{
    width: 100%;
    font-family: Marcellus-Regular;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 3.5rem;
    color: #191919;
  }
  .endorsements_conten{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mb_endorsement_content{
    display: block;
  }

  .endorsement-image{
    width: 50%;
    overflow: hidden;
    text-align: left;
  }

  .endorsement img{
    width: 47.9rem;
    height: 39.8rem;
    background-color: #191919;
  }

  .endorsement-text{
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
   /*padding-left: 2.4rem;*/
  }
  .endorsement-text h3{
    font-family: Marcellus-Regular;
    font-size: 2.3rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 5.4rem;
    text-align: left;
    color: #191919;
  }
  .endorsement-text ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding-bottom:1.67rem;

  }
  .endorsement-text li{
    width: 100%;
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    line-height: 2rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    text-align: left;
  }
  .endorsement-text li {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
  }
  .endorsement-text li:first-child {
    border-top: 1px solid #ccc;
  }
  
  .endorsement-text button{
    width: 29.5rem;
    height: 3.6rem;
    background-color: #d5b79d;
    font-family: PingFang-SC-Medium;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #f9f5f6;
  }



  
  
  /* === Updates === */
  .latest-updates{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.8rem 0 7rem 0;
    text-align: center;
  }
  .latest-updates .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .latest-updates h3{
    font-family: Marcellus-Regular;
    font-size: 2.3rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-bottom: 3.8rem;
  }

  
  .updates-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .updates-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    overflow: hidden;
  }

  .updates-item img {
    height: auto;
    object-fit: cover;
    padding-right: 1.3rem;
  }

  .updates-item p {
     width: 96%;
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    color: #191919;
    flex: 1; /* 文字自动占据剩余空间 */
    padding-top:1.7rem ;
    text-align: left;
  }

  
  
  /* === Footer === */
  footer.footer {
    display: flex;
    flex-direction: column; /* 顶层上下布局 */
    align-items: center;
    padding: 2rem 0rem;
    background-color: #ffffff;
    color: #191919;
    font-family: Arial, sans-serif;
    border-top: 1px solid #eee;
  }

  .footer .footer_logo {
    height: auto;
    margin-bottom: 3.8rem;
  }

  .footer-content {
    display: flex;
    justify-content: space-between; /* 均匀分布 */
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    gap: 2rem;
    margin-bottom: 18rem;
  }

  .footer-section {
    flex: 1 1 200px; /* 最小宽度200px，自动伸缩 */
    display: flex;
    flex-direction: column; /* 内部内容垂直布局 */
    gap: 0.5rem;
  }

  

  .footer-section h4{
    margin: 0;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: Marcellus-Regular;
    padding-bottom: 2.8rem;
  }

  .footer-section:last-child{
    text-align: center;
  }

  .footer-section a {
    text-decoration: none;
    color: #191919;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-family: Marcellus-Regular;
  }

  .footer-section a:hover {
    color: #d0b59b;
  }

  .footer-section p {
    margin: 0;
    font-size: 0.9rem;
  }

  .footer-section img {
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    object-fit: scale-down;
  }

  .footer-language{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 9.4rem;
  }
  .footer-language h5{
    font-family: PingFang-SC-Regular;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    color: #000;
  }
  .footer-language p{
    font-family: PingFang-SC-Regular;
    font-size: 1.1rem;
    font-weight: normal;
    color: #6a6a6a;
    padding-left: 1rem;
  }

  footer .copyright {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
  }

  
  /* === Copyright === */
  .footer p {
    font-size: 0.8rem;
    color: #999;
  }
  


  /* === 响应式设计 === */
  @media (max-width: 768px) {
    /* header */
    .desktop-menu,
    .desktop-lang {
      display: none;
    }
    .navbar .container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .navbar-logo {
      height: 3rem;
      margin: 0;
    }
    .navbar-toggle {
      display: block;
    }

    /* 侧边栏 */
    .sidebar {
      position: fixed;
      top: 0;
      left: -300px;
      width: 260px;
      height: 100%;
      background-color: #111;
      color: #fff;
      transition: left 0.3s ease;
      z-index: 1000;
      display: block;
      flex-direction: column;
      padding: 20px;
    }
    .sidebar.open {
      left: 0;
    }
    .sidebar-header {
      display: flex;
      justify-content: flex-end;
    }
    .close-btn {
      font-size: 28px;
      cursor: pointer;
      color: #fff;
    }
    .sidebar-menu {
      display: flex;
      flex-direction: column;
      margin-top: 30px;
    }
    .sidebar-menu a {
      padding: 12px 0;
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .sidebar-menu a:hover {
      opacity: 0.7;
    }
    .sidebar-lang {
      margin-top: auto;
      display: flex;
      gap: 10px;
      padding-top: 20px;
    }
    .sidebar-lang .lang-btn {
      padding: 5px 10px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      background: #fff;
      color: #111;
    }
    .sidebar-lang .lang-btn.active {
      background: #333;
      color: #fff;
    }



    /*  hero  */
    .hero-img {
      display: none;
    }

    .mb-hero-img {
      display: block;
      width: 100%;
      height: 39.3rem;
      object-fit: cover;
      object-position: center center;
    }

    .hero-content {
      width: 100%;
      top: auto;
      left: 50%;
      right: auto;
      bottom: 10%;
      transform: translateX(-50%);
      text-align: center;
    }
    .hero-content div{
      width: 100%;
    }

    .hero-content h1 {
      font-size: 1.8rem;
      padding-bottom: 0rem;
    }

    .hero-content p {
      font-size: 1.07rem;
    }

    .hero-content p:nth-last-child(1) {
      font-size: .8rem;
      padding-top: 0.3rem;
    }




    /*product-intro*/
    .product-showcase{
      flex-direction:column;
      justify-content: center;
      align-items: center;
    }
    .product-intro{
      width:100%;
      overflow: hidden;
      padding: 3rem 0rem;
    }
    .product-intro h2{
      font-size: 1.6rem;
      width: 100%;
    }
    .product-intro p{
      font-size: 0.5rem;
      line-height: 1rem;
    }

    .showcase-left{
      width: 86%;
      height: auto;
      padding-right: 0rem;
    }
    .showcase-right{
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-top: 0.3rem;
    }
    .showcase-right img{
      width: 48.5%;
      height: auto;
      padding-left: 0.4rem;
    }
    .product-intro .text{
      text-align: left;
    }
    .product-info{
      width: 86%;
    }

    .product-info .starlevel{
      font-size: 0.9rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .product-info .price{
      font-size: 1.6rem;
      line-height: 2.5rem;
    }

    .mb_fl{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
    }

    .product-info h4{
      font-size: 0.8rem;
    }
    .product-info button{
      width: 14.4rem;
      height: 2.7rem;
    }




    /*.repair-section*/
    .repair-section{
      width:100%;
      overflow: hidden;
    }
    .repair-section .product-wh{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .repair-section h2{
      font-size: 1.8rem;
    }
    .repair-box{
      overflow: hidden;
    }
    .repair-images{
      width: 86%;
      justify-content: space-between;
      padding-top:2.6rem;
    }
    .repair-box h3{
      font-size: 0.8rem;
      padding-bottom:0.8rem;
    }
    .repair-box img{
      width: 96%;
      height: auto;
    }
    .repair-box p{
      width: 90%;
      font-size: 0.5rem;
      padding-top: 0.8rem;
    }



    /*story*/
    .brand-story{
      width:100%;
      overflow: hidden;
      display: none;
    }
    


    /*endorsements*/
    .endorsements{
      width:100%;
      overflow: hidden;
      padding: 4.5rem 0 4.2rem 0rem;
    }
    .endorsements .product-wh {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .endorsements h2{
      font-size: 1.1rem;
    }

    .endorsements p{
      width: 86%;
      font-size: 0.6rem;
      line-height: 1rem;
    }

    .endorsements_conten{
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }
    .mb_endorsement_content{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.7rem 0rem;
    }

    .endorsement-text h3{
      font-size: 1.1rem;
      padding-bottom:0rem;
      width: 50%;
    }

    .endorsement-image{
      width: 86%;
    }
    .endorsement-text{
      width: 86%;
      padding-left: 0rem;
      overflow: hidden;
      align-items: center;
    }
    .endorsement-text li{
      font-size: 0.4rem;
      padding: 0.3rem 0;
      line-height: 1rem;
    }
    .endorsement-image img{
      width: 100%;
    }

    .endorsement-text button{
      width:15.4rem;
    }




    /*latest updates*/
    .latest-updates{
      width:100%;
      overflow: hidden;
      padding: 4.4rem 0 2.5rem 0rem;
    }
    .latest-updates .product-wh{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .latest-updates h3{
      font-size: 0.8rem;
      padding-bottom: 1.4rem;
    }
    .updates-grid{
      width:86%;
      justify-content:space-between;
    }
    
    .updates-item{
      width: 46%;
      padding: 0 2%;
      box-sizing: content-box;
    }
    .updates-item img{
      height: 10.6rem;
    }
    .updates-item p{
      width: 96%;
      font-size: 0.4rem;
      padding-top: 0.5rem;
    }


    .footer{
      width:100%;
      overflow: hidden;
    }
    .footer .footer_logo{
      width: 21%;
    }
    .footer-content{
      width: 86%;
      margin-bottom: 4rem;
      display: block;
      position: relative;
    }
    .footer-section h4{
      font-size: 1.1rem;
      padding-bottom:0.8rem;
    }

    .footer-language{
      padding-top: 0.4rem;
      position: absolute;
      bottom: 0rem;
      right: 3rem;
    }
    .footer-section img{
      max-width: 86%;
      height: auto;
      margin-top: 0.5rem;
      object-fit: scale-down;
    }
    .footer-section:last-child{
      position: absolute;
      bottom: 2rem;
      right: 1rem;
      width: 50%;
    }

    .footer-language h5{
      padding-right:1rem;
      font-size: 0.4rem;
    }
    .footer-language p{
      font-size: 0.4rem;
    }









  }
  