.page-hero{position:relative;height:45vh;min-height:300px;max-height:450px;overflow:hidden;display:flex;align-items:flex-end}.page-hero__img{object-fit:cover}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(56,30,17,.3),rgba(56,30,17,.8))}.page-hero__content{position:relative;z-index:2;padding-bottom:3rem}.page-hero__subtitle{font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.5rem}.page-hero__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white)}.tentang-story{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.tentang-story__image{position:relative;height:420px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.tentang-story__img{object-fit:cover}.tentang-story__content p{font-size:1rem;color:var(--text-muted);line-height:1.8}.keunggulan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.keunggulan-card{background:var(--bg-cream);padding:2rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-cream);text-align:center;transition:all var(--transition-base)}.keunggulan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);background:var(--white)}.keunggulan-card__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,rgba(198,146,77,.15),rgba(198,146,77,.05));color:var(--accent-gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.keunggulan-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--primary-dark);margin-bottom:.5rem}.keunggulan-card__desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:0}.certs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width:768px){.tentang-story{grid-template-columns:1fr;gap:2rem}.tentang-story__image{height:280px}}