*{box-sizing:border-box;margin:0;padding:0}body{color:#6d6d6d;background-color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Work Sans,sans-serif;font-weight:600;line-height:1.2}.app{flex-direction:column;min-height:100vh;display:flex}a{color:#000;text-decoration:none}.transition-all{transition:all .3s}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.clearfix:after{content:"";clear:both;display:table}.site-header{z-index:1000;background-color:#0000;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.site-header.scrolled{background-color:#00000080;padding:.75rem 0;box-shadow:0 4px 8px #00000026}.site-header .site-branding{float:left;margin-right:2rem}.site-header .custom-logo{width:auto;height:60px;transition:all .3s}.site-header.scrolled .custom-logo{height:50px}.desktop-nav{float:right;margin-top:20px}.desktop-nav ul{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.desktop-nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.desktop-nav a:hover{color:#b19540}.desktop-nav a:hover:after{width:100%}.desktop-nav a:after{content:"";background-color:#b19540;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.mobile-menu-button{cursor:pointer;float:right;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.menu-icon{background-color:#fff;width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.site-header.scrolled .menu-icon{background-color:#000}.mobile-menu-button.open .menu-icon:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-button.open .menu-icon:nth-child(2){opacity:0}.mobile-menu-button.open .menu-icon:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-nav{background-color:#fff;max-height:0;transition:max-height .3s;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 8px #00000026}.mobile-nav.open{max-height:350px;display:block}.mobile-nav ul{margin:0;padding:1rem 0;list-style:none}.mobile-nav li{border-bottom:1px solid #f0f0f0}.mobile-nav a{color:#000;padding:1rem 2rem;text-decoration:none;transition:background-color .3s;display:block}.mobile-nav a:hover{color:#b19540;background-color:#f8fafc}@media (width<=768px){.desktop-nav{display:none}.mobile-menu-button,.mobile-nav{display:block}.site-header{padding:1rem}.site-header .site-branding{margin-left:0}}.site-footer{color:#fff;background-color:#000;padding:3rem 5rem;font-size:14px}.site-above-footer-wrap{width:100%}.footer-grid{justify-content:space-between;display:flex}.footer-section{align-items:center;display:flex}.footer-navigation .footer-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.footer-navigation .footer-menu li{margin:0}.footer-navigation .footer-menu a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.footer-navigation .footer-menu a:hover{color:#b19540}.footer-social{gap:1rem;display:flex}.social-icon{color:#fff;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:color .3s;display:inline-flex}.social-icon:hover{color:#b19540}.social-icon svg{fill:currentColor;width:24px;height:24px}.footer-contact p{color:#fff;text-align:right;margin:0}@media (width<=1024px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-section{justify-content:center}.footer-contact p{text-align:center}.footer-navigation .footer-menu{flex-wrap:wrap;justify-content:center}}@media (width<=768px){.site-footer{padding:2rem 0}.footer-navigation .footer-menu{gap:1rem}}.hero-section{background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2025/11/img_8896-1.jpg?fit=1536%2C710&ssl=1);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;margin-top:0;display:flex;position:relative}.hero-section:before{content:"";z-index:1;background:linear-gradient(#00000078 50%,#141004 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 2rem;position:relative}.site-content{flex:1;width:100%}.news-section{text-align:center;background-color:#fff;background-image:linear-gradient(#d0c9bb 28%,#000 100%);margin-bottom:0;padding:4rem 0 2rem}.news-section h2{color:#000;margin-bottom:.5rem;font-size:2.5rem}.news-section>.container>p{color:#6d6d6d;margin-bottom:2rem;font-size:1.1rem}.news-carousel-container{max-width:100%;margin:0;padding:0;position:relative;overflow:hidden}.news-carousel-wrapper{position:relative;overflow:hidden}.news-carousel-items{width:100%;display:flex}.news-carousel-item{box-sizing:border-box;flex:0 0 33.333%;padding:0 15px;position:relative}.news-carousel-item img{width:100%;height:auto;display:block}.carousel-prev,.carousel-next{cursor:pointer;z-index:10;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.carousel-prev svg,.carousel-next svg{fill:#fff;width:24px;height:24px;font-size:52px}.gallery-section{background-color:#141004;margin-bottom:0;padding:4rem 0}.gallery-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:100rem;margin:0 0 0 112px;display:grid}.gallery-section h2{text-align:left;margin-bottom:1.5rem;font-size:2.5rem}.gallery-text p{color:#f1f1f1;text-align:left;margin-bottom:1.5rem;font-size:16px;line-height:1.8}.gallery-image img{width:100%;height:auto;display:block}.development-section{width:100%;height:700px;margin-bottom:0;position:relative;overflow:hidden}.development-section .development-background-image{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.development-section .container{z-index:2;max-width:unset;background-color:#d0c9bb99;width:100%;height:100%;position:relative}.development-section h2{color:#413e37;margin-bottom:3rem;font-size:29px}.development-content{text-align:left;color:#413e37;grid-template-columns:repeat(3,1fr);gap:100px;max-width:1140px;margin:100px auto 0;display:grid}.development-item{padding:0}.development-item h3{color:#413e37;font-size:20px}.development-item p{margin-top:20px;margin-bottom:20px;font-size:16px}.development-item .read-more{color:#413e37;background-color:#0000;padding:0;font-size:12px}.development-item .read-more:before{content:">";width:20px;display:inline-block}.investment-section{background-color:#e6dcc8;margin-bottom:0;padding:30px}.investment-content{align-items:center;height:800px;margin:0 auto;display:flex}.investment-content>img{object-fit:contain;width:100%;height:auto;max-height:700px;display:block}.investment-text h2{color:#000;text-align:left;margin-bottom:1.5rem}.investment-text p{color:#6d6d6d;text-align:left;margin-bottom:1.5rem;font-size:16px;font-weight:400;line-height:1.8}.investment-text .read-more{text-align:center;background-color:#0000;border:1px solid #413e37;width:142px;padding:10px 32px}.investment-text .read-more:hover{color:#fff;background-color:#413e37}.shop-section{text-align:center;color:#d0c9bb;background-color:#f8fafc;background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2025/12/6bf8d7a0e1db23f0427c80c715dfb48d.jpg?fit=1024%2C768&ssl=1);background-size:cover;height:800px;margin-bottom:0;padding-top:350px;position:relative}.shop-section:before{content:"";color:#d0c9bb;background-color:#0000;background-image:linear-gradient(#00000078 50%,#141004 100%);position:absolute;inset:0}.shop-section .container{text-align:left;width:1100px;height:350px;margin:0 auto;position:relative}.shop-section .shop-content{text-align:center;background-color:#575353;width:142px;margin-top:50px;padding:15px 0}.shop-section .shop-content:hover{color:#fff;background-color:#413e37}@media (width<=1024px){.container{max-width:1024px}.gallery-content{text-align:center;grid-template-columns:1fr}.gallery-image{order:-1}.investment-content{text-align:center;grid-template-columns:1fr}.investment-image{order:-1}.news-carousel-item{flex:0 0 50%}.development-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.site-content{padding:0}.news-section h2,.development-section h2{font-size:2rem}.gallery-content{gap:2rem}.news-carousel-item{flex:0 0 100%}.development-content{grid-template-columns:1fr}}@media (width<=480px){.news-section h2,.development-section h2{font-size:1.75rem}.gallery-text p{font-size:1rem}.development-item{padding:0}}.activities-carousel-container{max-width:100%;margin:0 0 20px;padding:0 0 10px;position:relative;overflow:hidden}.activities-carousel-container .activities-carousel-wrapper{position:relative;overflow:hidden}.activities-carousel-container .activities-carousel-items{width:100%;display:flex}.activities-carousel-container .activities-carousel-item{box-sizing:border-box;flex:0 0 33.333%;position:relative}.activities-carousel-container .activities-carousel-item img{width:100%;height:auto;display:block}.carousel-prev,.carousel-next{cursor:pointer;z-index:10;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-prev:hover,.carousel-next:hover{background-color:#0000001a;transform:translateY(-50%)scale(1.1)}.carousel-prev svg,.carousel-next svg{fill:#000;width:24px;height:24px}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-indicators{justify-content:center;align-items:center;gap:5px;margin-top:12px;display:flex}.carousel-indicator{cursor:pointer;background-color:#413e374d;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:all .3s}.carousel-indicator:hover{background-color:#413e3799;transform:scale(1.2)}.carousel-indicator.active{background-color:#413e37;transform:scale(1.3)}@media (width<=1024px){.activities-carousel-item{flex:0 0 50%}}@media (width<=768px){.activities-carousel-item{flex:0 0 100%}}.as-one-section,.back-to-nature-section,.warm-light-section,.divider-section,.accordion-section,.collection-section,.public-art-section,.activities-section,.exhibition-section{padding:4rem 0}.as-one-text h3,.back-to-nature-text h3,.warm-light-section h3,.accordion-section h3,.collection-section h2,.activities-section h2{color:#413e37;margin-bottom:2rem;font-size:50px}.as-one-text p,.back-to-nature-text p,.warm-light-section p,.accordion-text p,.exhibition-section .exhibition-text p{color:#413e37;font-size:16px;line-height:1.8}.as-one-image img,.back-to-nature-image img,.accordion-section .accordion-content .accordion-image img,.gallery-icon img,.exhibition-section .exhibition-image img{width:100%;height:auto;display:block}.about-us-page{background-color:#d0c9bb;flex:1;width:100%}.about-us-container{width:80%;margin:0 auto}.about-us-container.lr-section{align-items:flex-start;gap:40px;display:flex}.about-hero-section{color:#e0dcd0;background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2025/11/YYTM-SY-01219.jpg?fit=3264%2C2448&ssl=1);background-position:50%;background-size:cover;flex-direction:row;align-items:center;height:560px;padding:0 10rem;display:flex;position:relative}.about-hero-section:before{content:"";z-index:1;background-image:linear-gradient(#00000078 50%,#141004 100%);position:absolute;inset:0}.about-hero-section .about-hero-content{z-index:2;height:180px}.about-hero-section .about-hero-content h2{margin-bottom:.5rem;font-size:50px}.about-hero-section .about-hero-content h5{margin-top:100px;margin-left:20px;font-size:20px;font-weight:400}.exhibition-section .exhibition-content{justify-content:space-between;gap:50px;display:flex}.exhibition-section .exhibition-image{flex:0 0 30%}.exhibition-section .exhibition-text{flex-direction:column;flex:1;justify-content:center;display:flex}.exhibition-section .exhibition-text h3{color:#413e37;margin-bottom:1rem;margin-left:20px;font-size:24px}.exhibition-section .exhibition-text p{column-count:2;white-space:pre-line;column-gap:20px}.public-art-section{background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2026/01/4875b16d-f89e-42dd-aa96-99816733dd86.png?fit=2036%2C1024&ssl=1)}.public-art-content{flex-direction:column;gap:2rem;display:flex}.public-art-text h3{color:#f7ecd5;margin:.5rem 0}.elementor-button{color:#413e37;background-color:#d0c9bb;border:2px solid #413e37;padding:12px 24px;font-size:16px;text-decoration:none;transition:all .3s;display:inline-block}.elementor-button:hover{color:#e0dcd0;background-color:#413e37}.collection-gallery{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:2rem;display:grid}.collection-logo{text-align:center}.collection-logo img{max-width:150px;height:auto}.accordion-section .accordion-content{transition:all .3s}.accordion-section .accordion-content>div{gap:40px;display:flex}.accordion-section .accordion-content .accordion-image{flex:0 0 50%}.accordion-about-us-container{background-color:#413e371a;flex-direction:column;gap:1px;display:flex}.accordion-item{background-color:#d0c9bb}.accordion-title{cursor:pointer;color:#413e37;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:24px;transition:all .3s;display:flex}.accordion-title:hover{background-color:#413e370d}.accordion-title-icon svg{fill:#413e37;width:24px;height:24px}.accordion-text{flex:1}.accordion-text p{white-space:pre-line;margin-bottom:1rem}.divider-section{text-align:center}.divider-section img{max-width:100%;height:auto;margin-bottom:2rem}.elementor-divider{justify-content:center;display:flex}.warm-light-section h3{margin-bottom:1rem}.back-to-nature-content{align-items:flex-start;gap:40px;display:flex}.back-to-nature-text{flex:1}.back-to-nature-text h3,.back-to-nature-text p{margin-bottom:1rem}.back-to-nature-image{flex:0 0 50%}.as-one-content{align-items:flex-start;gap:40px;display:flex}.as-one-image{flex:0 0 50%}.as-one-text{flex:1}.as-one-text h3{margin-bottom:1rem}@media (width<=1024px){.collection-gallery{grid-template-columns:repeat(2,1fr)}.accordion-content,.back-to-nature-content,.as-one-content{flex-direction:column}.accordion-image,.back-to-nature-image,.as-one-image{flex:1}}@media (width<=768px){.about-hero-section{padding:2rem 0 1rem}.about-hero-content h2{font-size:24px}.about-hero-content h5{font-size:18px}.activities-section h2,.collection-section h2,.accordion-section h3,.warm-light-section h3,.back-to-nature-text h3,.as-one-text h3{font-size:36px}.exhibition-text h3,.public-art-text h3,.accordion-title{font-size:20px}.collection-gallery{grid-template-columns:1fr}.public-art-content,.exhibition-content{text-align:center;flex-direction:column}.exhibition-image,.exhibition-text{flex:1;width:100%}.exhibition-text p{column-count:1}}@media (width<=480px){.activities-section h2,.collection-section h2,.accordion-section h3,.warm-light-section h3,.back-to-nature-text h3,.as-one-text h3{font-size:28px}}.services-page{color:#4d4a4a;background-color:#d0c9bb;flex:1;width:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.services-container{width:80%;margin:0 auto}.services-hero-section{color:#ddd4c1;background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2026/03/WechatIMG340.png?resize=1200%2C1200&ssl=1);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:row;align-items:center;min-height:75vh;padding:0 10rem;display:flex;position:relative}.services-hero-section:before{content:"";z-index:1;background-color:#0000;background-image:linear-gradient(#00000078 50%,#141004 100%);position:absolute;inset:0}.services-hero-section .services-hero-content{z-index:2;width:1140px;margin:0 auto}.services-hero-section .services-hero-content h1{color:#ddd4c1;margin-bottom:.5rem;font-family:Work Sans,sans-serif;font-size:115px;font-weight:600;line-height:1.4em}.services-hero-section .services-hero-content h4{color:#fff;margin-left:380px;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:1.2em}.services-intro-section{background-color:#fff;padding:4rem 0;position:relative}.services-intro-section:before{content:"";opacity:.2;background-color:#0000;background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2026/03/WechatIMG986.jpg?resize=1200%2C1080&ssl=1);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.services-intro-section .services-container{z-index:1;width:1140px;margin:0 auto;position:relative}.services-intro-section .services-container .services-intro-text{text-align:left;margin-inline-end:33.33%}.services-intro-section .services-container .services-intro-text h2{color:#413e37;font-size:16px;font-weight:400}.services-intro-section .services-container.service-intro{flex-direction:row;gap:10px;margin-bottom:60px;display:flex}.services-intro-section .services-container.service-intro .service-label,.services-intro-section .services-container.service-intro .hfe-infocard{border-top:2px solid #000;padding-top:15px}.services-intro-section .services-container.service-intro .service-label{flex-shrink:0;width:30%;font-size:16px}.services-intro-section .services-container.service-intro .hfe-infocard-title{color:#413e37}.services-intro-section .services-container.service-intro .hfe-infocard-text p{margin-bottom:45px}.services-intro-text h2{color:#413e37;margin:0;font-family:Work Sans,sans-serif;font-size:50px;font-weight:600;line-height:1.3em}.services-section{padding:4rem 0}.services-section h6{color:#413e37;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:1.2em}.elementor-divider{justify-content:center;margin:2rem 0;display:flex}.elementor-divider-separator{background-color:#4d4a4a;width:100px;height:2px}.hfe-infocard .hfe-infocard-title-wrap{margin-bottom:1rem}.hfe-infocard .hfe-infocard-title{color:#413e37;font-family:Work Sans,sans-serif;font-size:29px;font-weight:600;line-height:1.3em}.hfe-infocard .hfe-infocard-text p{color:#4d4a4a;white-space:pre-line;margin-bottom:1rem;font-size:16px;line-height:1.8}.services-carousel-section{padding:4rem 0}.services-carousel-container{max-width:100%;margin:0 0 20px;padding:0 0 10px;position:relative;overflow:hidden}.services-carousel-container .services-carousel-wrapper{position:relative;overflow:hidden}.services-carousel-container .services-carousel-items{width:100%;display:flex}.services-carousel-container .services-carousel-item{box-sizing:border-box;flex:0 0 33.333%;position:relative}.services-carousel-container .services-carousel-item .services-carousel-slide-inner{margin:0}.services-carousel-container .services-carousel-item .services-carousel-slide-inner img{width:100%;height:auto;display:block}.services-carousel-prev,.services-carousel-next{cursor:pointer;z-index:10;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.services-carousel-prev:hover,.services-carousel-next:hover{background-color:#fff;transform:translateY(-50%)scale(1.1)}.services-carousel-prev svg,.services-carousel-next svg{fill:#fff;width:24px;height:24px}.services-carousel-prev{left:10px}.services-carousel-next{right:10px}.services-camp-section{padding:4rem 0}.services-camp-section h6{color:#413e37;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:1.2em}.services-last-container{color:#e4e2dc;background-image:url(https://i0.wp.com/yiyuantang.wpcomstaging.com/wp-content/uploads/2026/03/00fb3665e1e04676da8b36801cf7a630.jpg?resize=1200%2C1200&ssl=1);background-position:50%;background-size:cover;background-attachment:fixed;height:auto;margin:0 auto;padding:350px 0 100px;position:relative}.services-last-container:before{content:"";z-index:1;background-image:linear-gradient(#00000078 50%,#141004 100%);position:absolute;inset:0}.services-last-container>div{z-index:2;flex-direction:column;row-gap:20px;width:1140px;margin:0 auto;display:flex;position:relative}.services-last-container>div h2{font-size:29px;line-height:1.3em}.services-last-container>div h3{font-size:16px;line-height:1.25em}.services-last-container>div a{text-align:center;background-color:#fff;width:139px;margin-top:75px;padding:15px 0 12px;font-size:12px;font-weight:700;display:inline-block}@media (width<=1024px){.services-intro-text h2{font-size:36px}.services-carousel-item{flex:0 0 50%}}@media (width<=768px){.services-hero-section{padding:0 2rem}.services-hero-content h1{font-size:50px}.services-hero-content h4{font-size:20px}.services-intro-text h2{font-size:28px}.hfe-infocard-title{font-size:24px}.services-carousel-item{flex:0 0 100%}}@media (width<=480px){.services-hero-content h1{font-size:36px}.services-intro-text h2{font-size:24px}}.contact-page{color:#fff;background-color:#00000080;flex-direction:column;align-items:center;width:100%;height:calc(100vh - 136px);margin:0 auto;padding:400px 20px 0 0;display:flex}.contact-page h1{text-align:center;margin-bottom:30px;font-size:32px}.contact-page .contact-content p{font-size:16px;line-height:1.8}.contact-page .contact-content .contact-info{border-radius:8px;margin-top:20px;padding:20px}.contact-page .contact-content .contact-info p{margin:10px 0}.news-page{color:#fff;background-color:#00000080;flex-direction:column;align-items:center;width:100%;height:calc(100vh - 136px);margin:0 auto;padding:400px 20px 0 0;display:flex}.news-page h1{text-align:center;margin-bottom:30px;font-size:32px}.news-page .news-content{width:100%;max-width:800px}.news-page .news-content .news-item{background:#ffffff1a;border-radius:8px;margin-bottom:20px;padding:20px}.news-page .news-content .news-item h3{margin-bottom:10px;font-size:20px}.news-page .news-content .news-item p{font-size:14px;line-height:1.6}
