.page-home{--primary-gold: #bf8c00;--light-gold: #e6b02e;--dark-bg: #080d12;--text-white: #ffffff;--text-gray: #cccccc;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif}.page-home .logo-img{width:60px;height:60px;object-fit:contain}.page-home #section-hero{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;overflow:hidden}.page-home .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-home .bg-img{width:100%;height:100%;object-fit:cover}.page-home .hero-content{position:relative;z-index:2;width:100%}.page-home .hero-text{max-width:650px}.page-home .hero-text h1{font-size:48px;line-height:1.2;color:var(--primary-gold);margin-bottom:20px}.page-home .hero-text p{font-size:18px;line-height:1.6;color:#fff;margin-bottom:40px}.page-home .hero-buttons{display:flex;gap:20px}.page-home .btn-custom{display:inline-flex;align-items:center;justify-content:center;padding:12px 35px;border-radius:30px;font-weight:600;text-decoration:none;transition:transform .2s}.page-home .btn-custom:hover{transform:translateY(-2px)}.page-home .btn-gold{background:linear-gradient(90deg,#e6b02e,#bf8c00);color:#000}.page-home .btn-white{background:#fff;color:#000}.page-home .btn-icon{margin-left:10px;width:20px;height:auto}@media (max-width: 768px){.page-home .hero-text h1{font-size:36px}.page-home .hero-buttons{flex-direction:column;width:fit-content}}.page-home #section-collection{padding:80px 0;background:var(--text-white)}.page-home .collection-header{text-align:center;margin-bottom:50px}.page-home .collection-header h2{font-size:42px;margin-bottom:10px;letter-spacing:2px}.page-home .collection-header p{font-size:24px;color:#2c2c2c}.page-home #product-grid{padding:60px 20px;background:#fff;color:#000}.page-home .products-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.page-home .product-card{background:#fafafa;border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.page-home .product-card:hover{transform:translateY(-4px);box-shadow:0 15px 25px #00000026}.page-home .product-card a{text-decoration:none;color:inherit;display:block}.page-home C.more-collection-wrapper{width:100%;text-align:center;margin-top:60px;justify-content:center;display:flex;margin-bottom:40px}.page-home .gold-shine-btn{display:inline-block;padding:14px 42px;font-size:18px;font-family:Playfair Display,serif;color:#1a1a1a;text-decoration:none;border-radius:40px;background:linear-gradient(120deg,#b8891c,#ffd56a,#fff1b0,#ffd56a,#b8891c);background-size:200% 100%;box-shadow:0 8px 25px #bf8c0073;transition:all .4s ease;position:relative;overflow:hidden}.page-home .gold-shine-btn:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.7),transparent);transform:skew(-20deg)}.page-home .gold-shine-btn:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 14px 40px #bf8c0099}.page-home .gold-shine-btn:hover:before{animation:page-home-shineMove 1s ease forwards}@keyframes page-home-shineMove{to{left:125%}}.page-home .product-image{width:100%;padding-top:100%;position:relative;overflow:hidden}.page-home .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.page-home .product-card:hover .product-image img{transform:scale(1.1)}.page-home .product-info{padding:14px 12px;text-align:center}.page-home .product-title{font-size:16px;font-weight:600;margin:8px 0 4px}.page-home .product-price{font-size:14px;font-weight:500;color:#bf8c00}@media (max-width: 768px){.page-home #product-grid{padding:40px 10px}}.page-home .collection-footer{text-align:center;margin-bottom:50px;gap:10px}.page-home .collection-footer h3{font-size:42px;margin-bottom:10px;letter-spacing:2px;color:var(--primary-gold)}.page-home .shop-more-btn a{display:inline-flex;margin-top:30px;width:auto;justify-content:center;align-items:center;gap:10px;background:#190808;padding:8px 18px;border-radius:30px;color:#fff;font-weight:600}@media (max-width: 768px){.page-home .collection-grid{grid-template-columns:1fr}.page-home .grid-row-top{height:auto}.page-home .collection-footer{flex-direction:column;gap:20px}}.page-home #section-categories{position:relative;padding:80px 0;overflow:hidden}.page-home .category-content{position:relative;z-index:2;text-align:center}.page-home .category-title{font-size:48px;color:#f0bd32;margin-bottom:60px;font-family:var(--font-heading)}.page-home .category-slider{display:flex;align-items:center;justify-content:center;gap:20px}.page-home .category-section{padding:80px 20px;text-align:center}.page-home .section-title{font-size:36px;margin-bottom:50px;font-family:Playfair Display,serif}.page-home .category-wrapper{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.page-home .category-card{text-align:center}.page-home .circle-box{width:220px;height:220px;border-radius:50%;background:#0b0b0b;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:15px;transition:transform .4s ease,box-shadow .4s ease}.page-home .circle-box img{width:100%;height:100%;object-fit:cover}.page-home .circle-box:hover{transform:scale(1.08);box-shadow:0 20px 40px #bf8c0059}.page-home .category-card p{font-size:16px;font-weight:500;letter-spacing:.5px}@media (max-width: 768px){.page-home .category-items{flex-direction:column}.page-home .slider-arrow{display:none}}.page-home .about-section{padding:100px 0;background:#f7f6f2;overflow:hidden}.page-home .about-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;padding:0 20px}.page-home .about-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px #00000059}.page-home .about-image img{width:100%;display:block;transform:scale(1.05)}.page-home .badge{position:absolute;background:#eef2f3;border-radius:16px;padding:14px 18px;text-align:center;font-family:Inter,sans-serif;box-shadow:0 10px 25px #0003}.page-home .badge strong{display:block;font-size:20px;color:#c59b2d}.page-home .badge span{font-size:13px;color:#333}.page-home .top-badge{top:18px;left:18px}.page-home .bottom-badge{bottom:18px;right:18px}.page-home .about-content h2{font-family:Playfair Display,serif;font-size:42px;color:var(--primary-gold);margin-bottom:20px}.page-home .about-content p{font-size:25px;line-height:1.8;color:#1f1e1e;margin-bottom:16px}.page-home .animate-left{opacity:0;transform:translate(-60px);animation:page-home-slideLeft 1.2s ease forwards}.page-home .animate-right{opacity:0;transform:translate(60px);animation:page-home-slideRight 1.2s ease forwards}@keyframes page-home-slideLeft{to{opacity:1;transform:translate(0)}}@keyframes page-home-slideRight{to{opacity:1;transform:translate(0)}}@media (max-width: 900px){.page-home .about-container{grid-template-columns:1fr;gap:40px}.page-home .about-content h2{font-size:32px}}.page-home .trust-section{padding:90px 20px;background:#f8f7f3}.page-home .trust-container{max-width:1100px;margin:auto;display:grid;gap:30px}.page-home .trust-card{position:relative;display:flex;align-items:center;gap:28px;padding:26px 30px;background:#fff;border-radius:22px;border:1px solid rgba(191,140,0,.25);overflow:hidden;box-shadow:0 15px 35px #00000014;animation:page-home-fadeUp 1s ease both}.page-home .trust-card.reverse{flex-direction:row-reverse}.page-home .shine-card:before{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,215,100,.45),transparent);transform:skew(-25deg)}.page-home .shine-card:hover:before{animation:page-home-shineMove 1.2s ease forwards}.page-home .icon-box{width:70px;height:70px;background:linear-gradient(135deg,#e9aa21,#f5d97a);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #fff6}.page-home .icon-box img{width:36px}.page-home .trust-text h3{font-family:Playfair Display,serif;font-size:25px;color:#8b5e1a;margin-bottom:6px}.page-home .trust{display:flex;justify-content:flex-end;text-align:right;gap:16px}.page-home .trust-text p{font-size:20px;color:#222;line-height:1.6}@keyframes page-home-fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes page-home-shineMove{to{left:130%}}.page-home .trust-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px #ffbd08a8;transition:all .4s ease}@media (max-width: 768px){.page-home .trust-card,.page-home .trust-card.reverse{flex-direction:column;text-align:center}}.page-home #section-footer{background:var(--dark-bg);padding-top:60px;position:relative}.page-home .newsletter-box{background:var(--dark-bg);border-radius:20px;padding:40px;text-align:center;margin-bottom:60px}.page-home .newsletter-content h2{font-size:32px;margin-bottom:15px}.page-home .newsletter-content p{color:#666;margin-bottom:30px}.page-home .newsletter-form{display:flex;justify-content:center;gap:15px}.page-home .newsletter-form input{padding:12px 20px;border-radius:30px;border:1px solid #ccc;width:300px}.page-home .btn-subscribe{background:linear-gradient(90deg,#e6b02e,#bf8c00);border:none;padding:12px 30px;border-radius:30px;color:#000;font-weight:600;cursor:pointer}.page-home .main-footer{border-top:1px solid rgba(255,255,255,.1);padding:60px 0 20px}.page-home .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:40px}.page-home .footer-brand{max-width:400px}.page-home .footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:20px}.page-home .footer-logo img{width:50px}.page-home .footer-desc{color:#8e7e7e;line-height:1.6}.page-home .contact-item{display:flex;gap:15px;margin-bottom:20px;align-items:flex-start}.page-home .contact-item p{margin:0;color:#fff;font-size:14px;line-height:1.5}.page-home .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;flex-wrap:wrap;gap:20px}.page-home .social-links{display:flex;gap:15px}.page-home .copyright{color:#585858;font-size:12px;text-align:left}.page-home .footer-links{color:var(--primary-gold);font-size:12px;display:flex;gap:15px}@media (max-width: 768px){.page-home .newsletter-form{flex-direction:column;align-items:center}.page-home .newsletter-form input{width:100%}.page-home .footer-grid{grid-template-columns:1fr}.page-home .footer-bottom{flex-direction:column;text-align:center}}.page-home{margin:0;padding:0;font-family:var(--font-body);background-color:var(--dark-bg);color:var(--text-white);overflow-x:hidden}.page-home img{max-width:100%;height:auto;display:block}.page-home .container{max-width:1440px;margin:0 auto;padding:0 20px;position:relative}.page-home h1,.page-home h2,.page-home h3,.page-home h4,.page-home h5,.page-home h6{font-family:var(--font-heading);margin:0}.page-home a{text-decoration:none;color:inherit}.page-home ul{list-style:none;padding:0;margin:0}.page-home .text-gradient{background:linear-gradient(90deg,#ffb406,#664c05);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-home .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:10px;flex-shrink:0}.page-home .menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.page-home .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.page-home .menu-toggle.open span:nth-child(2){opacity:0}.page-home .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1024px){.page-home .header-top{grid-template-columns:auto 1fr auto}.page-home .menu-toggle{display:flex}.page-home .main-nav{display:block;position:absolute;top:100%;left:0;right:0;background:var(--dark-bg);border-top:1px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;justify-self:auto;z-index:200}.page-home .main-nav.open{max-height:400px}.page-home .main-nav ul{flex-direction:column;gap:0;padding:10px 20px 20px}.page-home .main-nav ul li{border-bottom:1px solid rgba(255,255,255,.08)}.page-home .main-nav ul li a{display:block;padding:14px 4px}.page-home #section-header{position:sticky;top:0}}@media (max-width: 640px){.page-home .header-top{grid-template-columns:auto auto;row-gap:10px}.page-home .header-actions{grid-column:2}.page-home .search-box{width:160px}.page-home .brand-title{font-size:16px}}@media (max-width: 480px){.page-home .hero-text h1{font-size:28px;line-height:1.3}.page-home .hero-text p{font-size:14px}.page-home .hero-buttons{width:100%}.page-home .hero-buttons a{width:100%;justify-content:center;text-align:center}.page-home .search-box{width:130px}.page-home .search-input{width:100%;font-size:12px}.page-home .category-wrapper{grid-template-columns:repeat(2,1fr)}.page-home .products-container{grid-template-columns:1fr}.page-home .footer-grid{grid-template-columns:1fr;text-align:center}.page-home .footer-contact{align-items:center}.page-home .contact-item{flex-direction:column;text-align:center}.page-home .footer-bottom{flex-direction:column;gap:16px;text-align:center}.page-home .footer-links{flex-direction:column;gap:8px}.page-home .newsletter-form{flex-direction:column}.page-home .newsletter-form input,.page-home .newsletter-form button{width:100%}}@media (max-width: 360px){.page-home .brand-subtitle{display:none}}.page-about{--primary-gold: #bf8c00;--gradient-gold-start: #e6b02e;--gradient-gold-end: #80621a;--text-dark: #000000;--text-gray: #434040;--text-white: #ffffff;--bg-dark: #080d12;--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif}.page-about{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-sans);background-color:#fff;color:var(--text-dark);overflow-x:hidden}.page-about img{max-width:100%;height:auto;display:block}.page-about .container{max-width:1440px;margin:0 auto;position:relative}.page-about .text-gradient{background:linear-gradient(90deg,#e6b02e,#80621a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.page-about .section-separator{width:100%;margin:20px 0}.page-about a{text-decoration:none;color:inherit}.page-about h1,.page-about h2,.page-about h3,.page-about h4{font-family:var(--font-serif);margin:0}.page-about p{margin:0;line-height:2.2}.page-about #section-about{padding:40px 20px;background:#fff}.page-about .separator-container{width:100%;display:flex;justify-content:center;margin:30px 0}.page-about .separator-line{width:100%;max-width:1440px;height:auto}.page-about .about-header{text-align:center;margin-bottom:50px}.page-about .section-title{font-size:48px;margin-bottom:16px}.page-about .section-subtitle{font-size:20px;color:#000000b8}.page-about .about-content{display:flex;gap:60px;align-items:flex-start;justify-content:center;margin-bottom:40px}.page-about .about-image{flex:1;max-width:600px}.page-about .about-image img{border-radius:20px;box-shadow:-6px 1px 10px #0000008a}.page-about .about-text{flex:1;max-width:600px;font-size:16px;line-height:1.8;color:#000;text-align:justify}@media (max-width: 900px){.page-about .about-content{flex-direction:column;align-items:center}.page-about .about-text{padding:0 20px}}.page-about #section-message{padding:20px 20px 60px}.page-about .message-header{margin-bottom:30px;padding-left:20px}.page-about .hj-title{font-family:var(--font-serif);font-size:48px;font-weight:700;margin-bottom:10px}.page-about .hj-gold{color:#ce9804}.page-about .hj-msg{color:#3c3838}.page-about .line-separator{width:137px;height:2px;background-color:#ce9804;margin-bottom:15px}.page-about .sub-brand-title{font-size:32px;letter-spacing:1px}.page-about .banner-image{width:100%;margin-bottom:40px}.page-about .banner-image img{width:100%;height:auto;display:block}.page-about .message-text{max-width:100%;color:#434040;font-size:18px;line-height:1.6;text-align:left}.page-about #section-vision{padding:60px 20px;background-color:#fff}.page-about .vision-container{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start}.page-about .vision-left{flex:1;min-width:300px;display:flex;justify-content:center}.page-about .vision-logo-card{text-align:center}.page-about .vision-logo{width:250px;height:244px;object-fit:cover;margin:0 auto 20px;box-shadow:-14px 0 4px #0000001a}.page-about .vision-brand{font-size:24px;font-weight:700}.page-about .vision-right{flex:2;min-width:300px;display:flex;flex-direction:column;gap:40px}.page-about .vision-title{font-family:var(--font-serif);font-size:36px;color:#bf8c00;margin-bottom:8px}.page-about .vision-line{height:2px;background-color:#bf8c00;width:178px;margin-bottom:16px}.page-about .vision-desc{font-size:18px;color:#000;max-width:800px}@media (max-width: 768px){.page-about .vision-container{flex-direction:column;align-items:center}.page-about .vision-right{width:100%}}.page-about #section-stories{padding:20px 20px 80px;background:#fff}.page-about .stories-header{margin-bottom:50px;padding-left:20px}.page-about .stories-title{font-family:var(--font-serif);font-size:48px;color:#bf8c00;margin-bottom:10px}.page-about .stories-underline{width:494px;height:2px;background-color:#bf8c00;max-width:100%}.page-about .cards-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.page-about .story-card{position:relative;width:351px;height:492px;display:flex;align-items:center;justify-content:center}.page-about .card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-about .card-content{position:relative;z-index:2;padding:40px;text-align:center}.page-about .card-text{color:#fff;font-family:var(--font-serif);font-style:italic;font-size:18px;line-height:1.5}.page-about .customer-name{color:#bf8c00;font-weight:700;font-size:20px}.page-about #section-footer{background:var(--bg-dark);padding-top:60px;position:relative}.page-about .newsletter-box{background:var(--bg-dark);border-radius:20px;padding:40px;text-align:center;margin-bottom:60px}.page-about .newsletter-content h2{font-size:32px;margin-bottom:15px}.page-about .newsletter-content p{color:#666;margin-bottom:30px}.page-about .newsletter-form{display:flex;justify-content:center;gap:15px}.page-about .newsletter-form input{padding:12px 20px;border-radius:30px;border:1px solid #ccc;width:300px}.page-about .btn-subscribe{background:linear-gradient(90deg,#e6b02e,#bf8c00);border:none;padding:12px 30px;border-radius:30px;color:#000;font-weight:600;cursor:pointer}.page-about .main-footer{border-top:1px solid rgba(255,255,255,.1);padding:60px 0 20px}.page-about .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:40px}.page-about .footer-brand{max-width:400px}.page-about .footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:20px}.page-about .footer-logo img{width:50px}.page-about .footer-desc{color:#8e7e7e;line-height:1.6}.page-about .contact-item{display:flex;gap:15px;margin-bottom:20px;align-items:flex-start}.page-about .contact-item p{margin:0;color:#fff;font-size:14px;line-height:1.5}.page-about .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;flex-wrap:wrap;gap:20px}.page-about .social-links{display:flex;gap:15px}.page-about .copyright{color:#888585;font-size:12px;text-align:left}.page-about .footer-links{color:var(--primary-gold);font-size:12px;display:flex;gap:15px}.page-about .footer-bottom,.page-about .social-links,.page-about .social-links a,.page-about .social-links img{filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;transform:none!important}.page-about .social-links img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:brightness(0) invert(1)!important}.page-about .footer-bottom{animation:none!important}@media (max-width: 768px){.page-about .newsletter-form{flex-direction:column;align-items:center}.page-about .newsletter-form input{width:100%}.page-about .footer-grid{grid-template-columns:1fr}.page-about .footer-bottom{flex-direction:column;text-align:center}}.page-about .team-section{padding:70px 20px 40px;background:#fff}.page-about .team-container{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.page-about .team-card{position:relative;text-align:center;max-width:340px;padding:35px 28px 40px;border-radius:24px;background:linear-gradient(160deg,#fffdf6,#faf3e2);border:1px solid rgba(191,140,0,.2);box-shadow:0 12px 35px #bf8c001a,inset 0 1px #fffc;overflow:hidden;transition:transform .45s ease,box-shadow .45s ease;z-index:1}.page-about .team-card .card-glow{position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(230,176,46,.25),transparent 70%);z-index:0;pointer-events:none}.page-about .team-card:hover{transform:translateY(-12px);box-shadow:0 25px 55px #bf8c0040,inset 0 1px #ffffffe6}.page-about .team-card .image-frame{position:relative;width:220px;height:280px;padding:5px;border-radius:50%;background:linear-gradient(135deg,#f7e08c,#e6b02e 35%,#bf8c00 65%,#80621a);box-shadow:0 18px 40px #00000038;margin:0 auto 28px;z-index:2}.page-about .team-card .image-frame:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;border:2px solid rgba(255,255,255,.55);pointer-events:none}.page-about .team-card .image-frame img{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#f3ead6}.page-about .team-card .team-info{position:relative;z-index:2}.page-about .team-role-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#80621a;background:linear-gradient(90deg,#e6b02e2e,#bf8c002e);border:1px solid rgba(191,140,0,.35);padding:5px 16px;border-radius:20px;margin-bottom:14px}.page-about .team-card .person-name{font-family:Playfair Display,serif;font-size:24px;font-weight:700;background:linear-gradient(90deg,#e6b02e,#80621a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.page-about .team-card .name-underline{width:50px;height:3px;border-radius:2px;background:linear-gradient(90deg,#e6b02e,#bf8c00);margin:0 auto 14px}.page-about .team-card .person-tagline{font-size:14px;font-style:italic;color:#6b5a3a;line-height:1.6}.page-about .person-role{font-size:14px;color:#555}@media (max-width: 768px){.page-about .team-container{gap:40px}.page-about .team-card .image-frame{width:190px;height:240px}}.page-about .hero-title,.page-about .navbar,.page-about .separator-container,.page-about .separator-line,.page-about .about-header,.page-about .section-title,.page-about .section-subtitle,.page-about .about-image img,.page-about .about-text,.page-about .message-header,.page-about .banner-image img,.page-about .message-text,.page-about .story-card,.page-about .newsletter-section,.page-about .footer-main,.page-about .footer-bottom{will-change:transform,opacity,filter}.page-about .hero-title,.page-about .navbar{animation:page-about-floatDown both linear;animation-timeline:view();animation-range:entry 0% cover 35%}.page-about .separator-line{animation:page-about-wipeLine both linear;animation-timeline:view();animation-range:entry 0% cover 40%;transform-origin:left}.page-about .separator-container{animation:page-about-fadeOnly both linear;animation-timeline:view();animation-range:entry 0% cover 30%}.page-about .about-header,.page-about .section-title,.page-about .section-subtitle{animation:page-about-rotateRise both linear;animation-timeline:view();animation-range:entry 0% cover 45%}.page-about .about-image img{animation:page-about-depthZoom both linear;animation-timeline:view();animation-range:entry 0% cover 55%}.page-about .about-text{animation:page-about-curtainReveal both linear;animation-timeline:view();animation-range:entry 0% cover 55%}.page-about .message-header,.page-about .banner-image img,.page-about .message-text{animation:page-about-blurDissolve both linear;animation-timeline:view();animation-range:entry 0% cover 45%}.page-about .story-card{animation:page-about-liftTilt both linear;animation-timeline:view();animation-range:entry 0% cover 40%}.page-about .newsletter-section,.page-about .footer-main,.page-about .footer-bottom{animation:page-about-settleFade both linear;animation-timeline:view();animation-range:entry 0% cover 45%}@keyframes page-about-floatDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes page-about-wipeLine{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes page-about-fadeOnly{0%{opacity:0}to{opacity:1}}@keyframes page-about-rotateRise{0%{opacity:0;transform:translateY(60px) rotateX(35deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes page-about-depthZoom{0%{opacity:0;transform:scale(1.25) translateZ(-60px)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes page-about-curtainReveal{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}@keyframes page-about-blurDissolve{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@keyframes page-about-prestigePop{0%{opacity:0;transform:scale(.7);box-shadow:none}to{opacity:1;transform:scale(1);box-shadow:0 20px 40px #0003}}@keyframes page-about-diagonalSlide{0%{opacity:0;transform:translate(-80px,60px)}to{opacity:1;transform:translate(0)}}@keyframes page-about-liftTilt{0%{opacity:0;transform:translateY(80px) rotate(-3deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes page-about-settleFade{0%{opacity:0;transform:scale(1.05) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.page-about .team-card{opacity:0;transform:translateY(60px) scale(.98);animation:page-about-revealCard linear forwards;animation-timeline:view();animation-range:entry 20% cover 40%}@keyframes page-about-revealCard{to{opacity:1;transform:translateY(0) scale(1)}}.page-about .team-card{transition:transform .4s ease}.page-about .team-card:hover{transform:translateY(-10px)}.page-about .team-card:hover .image-frame{box-shadow:0 14px 30px #00000040,0 0 12px #bf8c0059}.page-about .image-frame img{transition:transform .5s ease}.page-about .team-card:hover .image-frame img{transform:scale(1.03)}.page-about .page-banner-bg{overflow:hidden}.page-about .page-banner-bg .bg-img{animation:page-about-luxuryParallax 25s ease-in-out infinite alternate;transform-origin:center}@keyframes page-about-luxuryParallax{0%{transform:scale(1) translateY(0)}to{transform:scale(1.08) translateY(-25px)}}.page-about .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.page-about .menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.page-about .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.page-about .menu-toggle.open span:nth-child(2){opacity:0}.page-about .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.page-about .nav-right{gap:24px}}@media (max-width: 768px){.page-about .navbar{flex-direction:row;align-items:center;justify-content:space-between;position:relative}.page-about .nav-right{width:auto;gap:16px}.page-about .menu-toggle{display:flex}.page-about .nav-links{position:absolute;top:100%;left:0;right:0;background:#080d12f7;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:200}.page-about .nav-links.open{max-height:320px}.page-about .nav-links ul{flex-direction:column;align-items:flex-start;gap:0;padding:10px 20px 20px}.page-about .nav-links ul li{width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.page-about .nav-links ul li a{display:block;padding:14px 4px}.page-about .search-box{width:160px}.page-about #section-header{position:sticky;top:0;z-index:300}}@media (max-width: 480px){.page-about .search-box{display:none}.page-about .hero-title,.page-about .section-title,.page-about .stories-title,.page-about .hj-title{font-size:32px}.page-about .story-card{width:100%;max-width:340px;height:auto;min-height:320px}.page-about .vision-desc,.page-about .about-text,.page-about .message-text{font-size:15px}.page-about .footer-links{flex-direction:column;gap:8px;align-items:center}}.page-about #section-legal{padding:60px 20px 80px;background:#fff}.page-about .legal-content{max-width:860px;margin:0 auto}.page-about .legal-updated{color:var(--primary-gold);font-weight:600;margin-bottom:20px}.page-about .legal-disclaimer{background:#fbf3e0;border-left:3px solid var(--primary-gold);padding:16px 20px;border-radius:6px;font-size:14px;color:#5a4a20;margin-bottom:40px;line-height:1.7}.page-about .legal-content h2{font-family:var(--font-serif);font-size:24px;color:var(--text-dark);margin-top:36px;margin-bottom:12px}.page-about .legal-content p{color:var(--text-gray);line-height:1.9;margin-bottom:12px;text-align:left}.page-about .legal-content ul{margin:0 0 16px;padding-left:22px}.page-about .legal-content li{color:var(--text-gray);line-height:1.9;margin-bottom:8px}.page-about .legal-content a{color:var(--primary-gold);text-decoration:underline}.page-about #section-contact-page{background:#fff}.page-about .legal-intro{max-width:860px;margin:0 auto 40px;text-align:center;color:var(--text-gray);font-size:17px;line-height:1.8}.page-about .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;max-width:1100px;margin:0 auto}.page-about .contact-info-card h2,.page-about .contact-form-card h2{font-family:var(--font-serif);font-size:26px;margin-bottom:24px}.page-about .contact-info-card .contact-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.page-about .contact-info-card .contact-item img{width:22px;height:22px;margin-top:2px;flex-shrink:0}.page-about .contact-info-card .contact-item p{margin:0;color:var(--text-gray);line-height:1.7}.page-about .contact-info-card .contact-item a{color:var(--text-gray);text-decoration:none}.page-about .contact-info-card .contact-item a:hover{color:var(--primary-gold)}.page-about .contact-map{margin-top:30px;border-radius:12px;overflow:hidden;border:1px solid #eee}.page-about .contact-map iframe{width:100%;height:280px;border:0;display:block}.page-about .contact-map .map-link{display:block;text-align:center;padding:10px;background:#faf8f4;color:var(--primary-gold);font-size:14px;font-weight:600;text-decoration:none}.page-about .contact-map .map-link:hover{text-decoration:underline}.page-about .contact-form-card{background:#faf8f4;border:1px solid #eee;border-radius:16px;padding:36px}.page-about .contact-form{display:flex;flex-direction:column;gap:6px}.page-about .contact-form label{font-size:13px;font-weight:600;color:var(--text-dark);margin-top:12px}.page-about .contact-form input,.page-about .contact-form textarea{border:1px solid #ddd;border-radius:10px;padding:12px 14px;font-family:var(--font-sans);font-size:15px;color:var(--text-dark);resize:vertical}.page-about .contact-form input:focus,.page-about .contact-form textarea:focus{outline:none;border-color:var(--primary-gold)}.page-about .contact-form .btn-subscribe{margin-top:20px;align-self:flex-start;padding:14px 36px;border-radius:30px;border:none;background:linear-gradient(90deg,#e6b02e,#bf8c00);color:#000;font-weight:600;cursor:pointer}.page-about .form-success{background:#eefaf0;border:1px solid #bfe8c8;border-radius:10px;padding:24px;color:#205c2e}@media (max-width: 900px){.page-about .contact-grid{grid-template-columns:1fr}}@media (max-width: 480px){.page-about .contact-form-card{padding:24px}.page-about .legal-content h2{font-size:20px}}.page-collection{--primary-gold: #bf8c00;--gradient-gold-start: #e6b02e;--gradient-gold-end: #80621a;--text-dark: #000000;--text-gray: #434040;--text-white: #ffffff;--bg-dark: #080d12;--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif}.page-collection{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-sans);background-color:#fff;color:var(--text-dark);overflow-x:hidden}.page-collection img{max-width:100%;height:auto;display:block}.page-collection .container{max-width:1440px;margin:0 auto;position:relative}.page-collection .text-gradient{background:linear-gradient(90deg,#e6b02e,#80621a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.page-collection .section-separator{width:100%;margin:20px 0}.page-collection a{text-decoration:none;color:inherit}.page-collection h1,.page-collection h2,.page-collection h3,.page-collection h4{font-family:var(--font-serif);margin:0}.page-collection p{margin:0;line-height:2.2}.page-collection .filter-bar{display:flex;position:relative;flex-wrap:wrap;justify-content:center;gap:15px;padding:0 30px;max-width:1200px;margin:0 auto 40px;top:30Px}.page-collection .filter-btn{padding:12px 28px;border-radius:30px;font-size:14px;font-weight:500;background:#f2f2f2;color:#333;border:1px solid #d6b45a;cursor:pointer;transition:all .25s ease}.page-collection .filter-btn:active,.page-collection .filter-btn:focus{background:linear-gradient(120deg,#f7e08c,#e6b02e,#bf8c00);color:#fff;border-color:#bf8c00;box-shadow:0 6px 16px #bf8c0073;outline:none}.page-collection .filter-btn:hover{transform:translateY(-2px);box-shadow:-3px 4px 8px #00000026}@media (max-width: 1024px){.page-collection .navbar{flex-direction:column;gap:20px}.page-collection .nav-links{gap:20px}}@media (max-width: 768px){.page-collection .hero-title h2{font-size:50px}.page-collection .filter-bar{gap:10px}.page-collection .filter-btn{padding:8px 16px;font-size:12px}}.page-collection #gallery-section{padding:20px 0;background-color:#fff}.page-collection .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0 20px}.page-collection .gallery-item{border-radius:25px;overflow:hidden;background:#fff;border:1px solid #e6c76a;box-shadow:0 6px 14px #0000001f;transition:all .35s ease}.page-collection .gallery-item:hover{transform:translateY(-6px) scale(1.02);border-color:#bf8c00;box-shadow:0 12px 28px #bf8c0059,0 0 0 2px #bf8c0026}.page-collection .gallery-item:hover img{filter:brightness(1.05) saturate(1.05);transition:filter .35s ease}.page-collection .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.page-collection .view-more-container{display:flex;justify-content:center;margin-top:60px}.page-collection .view-more-btn{padding:16px 70px;font-size:18px;font-weight:600;font-family:Playfair Display,serif;color:#fff;border-radius:50px;border:1px solid #bf8c00;background:linear-gradient(135deg,#f7e08c,#e6b02e 45%,#bf8c00);box-shadow:inset 0 1px 2px #ffffffb3,0 8px 18px #bf8c0059;cursor:pointer;transition:all .35s ease}.page-collection .view-more-btn:hover{transform:translateY(-3px);box-shadow:inset 0 1px 2px #ffffffd9,0 14px 28px #bf8c0080}.page-collection .view-more-btn:active{transform:translateY(0);box-shadow:inset 0 2px 4px #00000040}@media (max-width: 1024px){.page-collection .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.page-collection .gallery-grid{grid-template-columns:1fr}}.page-collection #footer-section{background:var(--bg-dark);padding-top:0;width:100%}.page-collection #footer-section .container{background:transparent}.page-collection .newsletter-box{background:var(--bg-dark);border-radius:20px;padding:40px;text-align:center;margin-bottom:30px}.page-collection .newsletter-content h2{font-size:32px;margin-bottom:15px}.page-collection .newsletter-content p{color:#bfbfbf;margin-bottom:30px}.page-collection .newsletter-form{display:flex;justify-content:center;gap:15px}.page-collection .newsletter-form input{padding:12px 20px;border-radius:30px;border:1px solid #ccc;width:300px}.page-collection .btn-subscribe{background:linear-gradient(90deg,#e6b02e,#bf8c00);border:none;padding:12px 30px;border-radius:30px;color:#000;font-weight:600;cursor:pointer}.page-collection .main-footer{border-top:1px solid rgba(255,255,255,.1);padding:60px 0 20px}.page-collection .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:40px}.page-collection .footer-brand{max-width:400px}.page-collection .footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:20px}.page-collection .footer-logo img{width:50px}.page-collection .footer-desc{color:#8e7e7e;line-height:1.6}.page-collection .contact-item{display:flex;gap:15px;margin-bottom:20px;align-items:flex-start}.page-collection .contact-item p{margin:0;color:#fff;font-size:14px;line-height:1.5}.page-collection .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;flex-wrap:wrap;gap:20px}.page-collection .social-links{display:flex;gap:15px}.page-collection .copyright{color:#888585;font-size:12px;text-align:left}.page-collection .footer-links{color:var(--primary-gold);font-size:12px;display:flex;gap:15px}.page-collection .footer-bottom,.page-collection .social-links,.page-collection .social-links a,.page-collection .social-links img{filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;transform:none!important}.page-collection .social-links img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:brightness(0) invert(1)!important}.page-collection .footer-bottom{animation:none!important}@media (max-width: 768px){.page-collection .newsletter-form{flex-direction:column;align-items:center}.page-collection .newsletter-form input{width:100%}.page-collection .footer-grid{grid-template-columns:1fr}.page-collection .footer-bottom{flex-direction:column;text-align:center}}.page-collection .team-section{padding:60px 20px;background:#fff}.page-collection .team-container{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.page-collection .team-card{text-align:center;max-width:320px}.page-collection .image-frame{width:300px;height:380px;padding:4px;border-radius:18px;background:linear-gradient(135deg,#e6b02e,#bf8c00,#80621a);box-shadow:0 18px 40px #00000040;margin:0 auto 20px}.page-collection .image-frame img{width:100%;height:100%;object-fit:cover;border-radius:12px;background:#fff}.page-collection .person-name{font-family:Playfair Display,sans-serif;font-size:22px;color:#bf8c00;margin-bottom:6px}.page-collection .person-role{font-size:14px;color:#555}.page-collection .filter-btn:before{content:"";position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.7),transparent);transition:left .6s ease}.page-collection .filter-btn:hover:before{left:120%}.page-collection .filter-btn:hover{transform:translateY(3px)}.page-collection .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.page-collection .menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.page-collection .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.page-collection .menu-toggle.open span:nth-child(2){opacity:0}.page-collection .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1024px){.page-collection .nav-right{gap:24px}}@media (max-width: 768px){.page-collection .navbar{flex-direction:row;align-items:center;justify-content:space-between;position:relative}.page-collection .nav-right{width:auto;gap:16px}.page-collection .menu-toggle{display:flex}.page-collection .nav-links{position:absolute;top:100%;left:0;right:0;background:#080d12f7;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:200}.page-collection .nav-links.open{max-height:320px}.page-collection .nav-links ul{flex-direction:column;align-items:flex-start;gap:0;padding:10px 20px 20px}.page-collection .nav-links ul li{width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.page-collection .nav-links ul li a{display:block;padding:14px 4px}.page-collection .search-box{width:160px}.page-collection #section-header{position:sticky;top:0;z-index:300}.page-collection .filter-bar{padding:0 16px;gap:8px}.page-collection .filter-btn{padding:10px 18px;font-size:13px}}@media (max-width: 480px){.page-collection .search-box{display:none}.page-collection .hero-title{font-size:32px}.page-collection .newsletter-content h2{font-size:24px}.page-collection .newsletter-form input{width:100%}.page-collection .view-more-btn{padding:14px 40px;font-size:16px}.page-collection .footer-links{flex-direction:column;gap:8px;align-items:center}}.page-collection .gallery-empty{text-align:center;padding:60px 0;font-size:16px;opacity:.7}*{box-sizing:border-box}html,body{margin:0;padding:0}#root{min-height:100vh}.lang-switcher-bar{background:#1a1108;border-bottom:1px solid rgba(255,255,255,.08);width:100%}.lang-switcher-inner{max-width:1440px;margin:0 auto;padding:6px 20px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.lang-btn{background:none;border:none;color:#ffffffa6;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:color .2s ease,background .2s ease}.lang-btn:hover{color:#fff}.lang-btn.active{color:#1a1108;background:linear-gradient(90deg,#e6b02e,#bf8c00);font-weight:600}.lang-divider{color:#ffffff4d;font-size:12px}@media (max-width: 480px){.lang-switcher-inner{padding:6px 16px;justify-content:center}}.site-header{position:relative;z-index:100;background:#080d12}.site-header.sticky-header{position:sticky;top:0;z-index:1000}.site-header .header-top,.page-home .site-header .header-top,.page-about .site-header .header-top,.page-collection .site-header .header-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;max-width:1440px;margin:0 auto;padding:15px 40px}.logo-area{display:flex;align-items:center;gap:15px}.logo-img{width:60px;height:60px;object-fit:contain}.brand-name{display:flex;flex-direction:column}.brand-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;letter-spacing:1px}.brand-subtitle{font-size:10px;color:#fff;letter-spacing:.5px}.main-nav ul{display:flex;gap:40px;list-style:none;margin:0;padding:0}.main-nav{justify-self:end}.main-nav a{font-size:16px;color:#fff;text-decoration:none;transition:color .3s}.main-nav a:hover,.main-nav a.active{color:#bf8c00}.header-actions{display:flex;align-items:center;gap:15px}.search-box{position:relative;width:220px}.search-input{width:100%;padding:9px 40px 9px 16px;border-radius:26px;border:1px solid #d6b25e;background:#0b0b0b;color:#fff;font-size:14px;outline:none}.search-input::placeholder{color:#aaa}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer}.search-icon svg{width:17px;height:16px;stroke:#d6b25e;stroke-width:2;fill:none}.search-box:hover .search-icon svg{stroke:#f5d77a;filter:drop-shadow(0 0 6px rgba(214,178,94,.6))}.lang-switcher-inline{display:flex;align-items:center;gap:5px;background:#111;padding:4px;border-radius:20px;border:1px solid #d6b25e}.lang-switcher-inline .lang-btn{background:transparent;border:none;color:#aaa;font-size:12px;font-weight:500;cursor:pointer;padding:4px 10px;border-radius:16px;transition:all .2s ease}.lang-switcher-inline .lang-btn:hover{color:#fff}.lang-switcher-inline .lang-btn.active{background:linear-gradient(90deg,#e6b02e,#bf8c00);color:#000;font-weight:600}.lang-switcher-inline .lang-divider{display:none}.page-banner{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden;isolation:isolate}.page-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.page-banner-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080d128c,#080d1259)}.page-banner .bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.page-banner .hero-content{position:relative;z-index:1;width:100%;padding:60px 40px}.page-banner .hero-title{font-family:Playfair Display,serif;font-weight:300;font-size:48px;color:#fff;letter-spacing:2px;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.4)}.page-banner .header-bottom-bar{height:25px;background:#fff;width:100%;position:absolute;bottom:0;left:0;filter:blur(20px);opacity:.8;z-index:2}@media (max-width: 768px){.page-banner{min-height:280px}.page-banner .hero-content{justify-content:center;text-align:center;padding:40px 20px}.page-banner .hero-title{font-size:32px}}.gold-ticker{background-color:#bf8c00;padding:10px 0;overflow:hidden}.ticker-content{color:#fff;font-size:14px;font-weight:500;white-space:nowrap}.ticker-content marquee{display:block}.ticker-item{display:inline-block;margin-right:40px}.ticker-disclaimer{display:inline-block;opacity:.85;font-style:italic}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:10px;flex-shrink:0}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1024px){.site-header .header-top{grid-template-columns:auto 1fr auto;padding:15px 20px}.menu-toggle{display:flex}.main-nav{display:block;position:absolute;top:100%;left:0;right:0;background:#080d12f7;border-top:1px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;justify-self:auto;z-index:200}.main-nav.open{max-height:400px}.main-nav ul{flex-direction:column;gap:0;padding:10px 20px 20px}.main-nav ul li{border-bottom:1px solid rgba(255,255,255,.08)}.main-nav ul li a{display:block;padding:14px 4px}#section-header{position:sticky;top:0;z-index:300}}@media (max-width: 640px){.site-header .header-top{grid-template-columns:auto auto;row-gap:10px}.header-actions{grid-column:2}.search-box{width:160px}.brand-title{font-size:16px}}@media (max-width: 480px){.site-header .header-top{padding:12px 16px}.search-box{width:130px}.search-input{width:100%;font-size:12px}}
