.about-page{color:#07100d;background:#fff;overflow:hidden}.about-hero{padding:100px 0;position:relative}.about-sections{padding:20px 0 110px}.about-row{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;padding:90px 0;display:grid}.about-row.reverse{grid-template-columns:1.1fr .9fr}.about-row.reverse .about-image{order:2}.about-row.reverse .about-content{order:1}.about-image{opacity:0;justify-content:center;align-items:center;min-height:390px;animation:.9s forwards imageReveal;animation-timeline:view();animation-range:entry 10% cover 35%;display:flex;position:relative;overflow:hidden;transform:translateY(45px)scale(.96)}.about-row:nth-child(2) .about-image{animation-delay:.12s}.about-row:nth-child(3) .about-image{animation-delay:.18s}.about-image img{object-fit:contain;z-index:2;width:76%;max-height:330px;animation:5s ease-in-out infinite softFloat;position:relative}.about-content{padding-inline-start:34px;position:relative}.about-content span{color:var(--color-primary);margin-bottom:18px;font-size:18px;font-weight:900;display:inline-flex}.about-content h2{color:var(--color-primary);margin-bottom:24px;font-size:clamp(38px,4vw,64px);font-weight:900;line-height:1.2}.about-content p{color:#07100db8;font-size:20px;font-weight:600;line-height:2.05}@keyframes imageReveal{0%{opacity:0;transform:translateY(45px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:992px){.about-hero{padding:50px 0 70px}.about-sections{padding:10px 0 80px}.about-row,.about-row.reverse{grid-template-columns:1fr;gap:34px;padding:55px 0}.about-row.reverse .about-image,.about-row.reverse .about-content{order:unset}.about-image{border-radius:30px;min-height:280px}.about-image img{width:72%;max-height:240px}.about-content{padding-inline-start:24px}.about-content:before{width:5px;height:70px;top:10px}.about-content h2{font-size:36px}.about-content p{font-size:17px}}.about-content p:before{content:"";background:var(--color-primary);width:7px;height:80px;position:absolute;inset-inline-start:0}
