.banner-wrapper,.showcase-wrapper{position:relative;overflow:hidden}:root{--primary-color:#f17228;--primary-hover:#d95e16;--secondary-color:#2c1a0e;--bg-sand:#faf5ee;--bg-sand-dark:#f0e6d6;--text-muted-custom:#5c5147;--shadow-soft:0 10px 30px rgba(44, 26, 14, 0.05);--shadow-hover:0 15px 35px rgba(44, 26, 14, 0.12);--transition-premium:all 0.4s cubic-bezier(0.16, 1, 0.3, 1)}.breadcrumb-custom-item a,.highlight-card,.highlight-icon-box,.showcase-wrapper img{transition:var(--transition-premium)}.banner-wrapper{width:100%;height:380px;background-color:var(--secondary-color)}.banner-img{width:100%;height:100%;object-fit:cover;object-position:center}.banner-overlay{background:linear-gradient(180deg,rgba(44,26,14,.65) 0,rgba(44,26,14,.85) 100%);display:flex;align-items:center;justify-content:center;text-align:center;z-index:2}.banner-title{font-size:3.2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:5px;animation:.8s fadeInUp}.breadcrumb-custom{display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:12px 0 0;list-style:none;gap:8px;animation:1s fadeInUp}.breadcrumb-custom-item{font-size:.95rem;font-weight:500;color:rgba(253,250,246,.7);word-break:break-all;white-space:normal}.breadcrumb-custom-item a{color:#fff;text-decoration:none}.breadcrumb-custom-item a:hover{color:var(--primary-color)}.breadcrumb-custom-item+.breadcrumb-custom-item::before{content:"/";padding-right:8px;color:rgba(253,250,246,.4)}@media (max-width:768px){.banner-wrapper{height:280px}.banner-title{font-size:2.4rem}.breadcrumb-custom-item{font-size:.85rem}}.about-story-section{background-color:#fff}.heading-custom{color:var(--secondary-color);font-weight:800;position:relative;padding-bottom:15px}.heading-custom::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--primary-color);border-radius:2px}.heading-custom-center::after{left:50%;transform:translateX(-50%)}.para-custom{color:var(--text-muted-custom);line-height:1.8;font-size:1.05rem}.choose-num,.highlight-icon-box,.stat-number{color:var(--primary-color)}.highlight-card{background-color:var(--bg-sand);border:1px solid rgba(44,26,14,.05);border-radius:16px;padding:30px 25px}.highlight-card:hover{transform:translateY(-8px);background-color:#fff;box-shadow:var(--shadow-hover);border-color:rgba(241,114,40,.15)}.highlight-icon-box{width:60px;height:60px;border-radius:12px;background:rgba(241,114,40,.1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}.highlight-card:hover .highlight-icon-box{background:var(--primary-color);color:#fff}.why-choose-section{background-color:var(--bg-sand)}.choose-item{display:flex;gap:15px;margin-bottom:25px}.choose-num{font-size:1.8rem;font-weight:800;line-height:1}.choose-text h4{font-weight:700;color:var(--secondary-color);margin-bottom:8px}.showcase-wrapper{border-radius:20px;box-shadow:var(--shadow-hover)}.showcase-wrapper:hover img{transform:scale(1.05)}.stat-box{text-align:center;padding:25px;background:#fff;border-radius:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(44,26,14,.03)}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:5px}.stat-label{font-size:.95rem;font-weight:600;color:var(--secondary-color);text-transform:uppercase;letter-spacing:.5px}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}