.about-section{min-height:100vh;padding:4rem 2rem;background-color:#07090f;color:#ddd8cc;margin-top:-2px;position:relative;display:flex;flex-direction:column;justify-content:center}.about-section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:30vh;background:linear-gradient(to bottom,#07090f 0%,rgba(7,9,15,.3) 100%);z-index:1}.about-title{width:100%;text-align:center;margin-bottom:4rem;position:relative;z-index:2}.about-title h2{font-family:fraunces,Georgia,serif;font-size:2.5rem;font-weight:300;color:#fff;text-align:center;letter-spacing:-.02em}.about-content{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:4rem;align-items:center}@media(max-width:768px){.about-content{gap:2rem}}.about-text-image{display:grid;grid-template-columns:1fr auto;gap:4rem;width:100%;align-items:center}@media(max-width:768px){.about-text-image{grid-template-columns:1fr;gap:2rem;text-align:center}}.about-text{max-width:100%;text-align:left}@media(max-width:768px){.about-text{text-align:center;order:2}}.profile-image{width:250px;height:250px;border-radius:50%;overflow:hidden;border:2px solid rgba(232,184,75,.35);box-shadow:0 0 40px rgba(232,184,75,8%),0 4px 20px rgba(0,0,0,.5);flex-shrink:0}.profile-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.profile-image{width:200px;height:200px;margin:0 auto;order:1}}.about-text p{font-size:1.1rem;line-height:1.85;color:#ddd8cc;margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.about-text p{text-align:center}}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-grid{display:none}}.about-item{padding:1.5rem;background:rgba(232,184,75,4%);border-radius:8px;border:1px solid rgba(232,184,75,.12);transition:transform .3s ease,border-color .3s ease,background .3s ease;backdrop-filter:blur(5px);min-height:120px;display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:inherit}.about-item:hover{transform:translateY(-5px);background:rgba(232,184,75,8%);border-color:rgba(232,184,75,.28);text-decoration:none}.about-item h3{font-family:fraunces,Georgia,serif;font-weight:400;color:#e8b84b;margin-bottom:.5rem;font-size:1.2rem}.about-item p{color:#ddd8cc;margin:0;font-size:.95rem}.about-item{text-decoration:none;color:inherit}.about-item:hover{text-decoration:none}