.hero-about { padding-top: 120px; padding-bottom: 4rem; position: relative; overflow: hidden; }
    .hero-about::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 30% 20%,rgba(255,101,0,0.08) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(212,165,116,0.06) 0%,transparent 50%); pointer-events: none; }
    .hero-container { max-width: 1200px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 300px 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
    .hero-image-frame { width: 300px; height: 380px; border-radius: 20px; overflow: hidden; position: relative; background: linear-gradient(135deg,var(--dark-brown),var(--brown)); border: 2px solid rgba(212,165,116,0.2); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
    .hero-image-frame::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom,transparent 60%,rgba(13,13,13,0.8)); z-index: 1; }
    .hero-image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 6rem; color: var(--gold); opacity: .3; }
    .hero-badge-el { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,var(--orange),#ff8533); color: white; padding: .75rem 1.5rem; border-radius: 30px; font-family: var(--font-ui); font-size: .85rem; font-weight: 600; white-space: nowrap; box-shadow: 0 10px 30px rgba(255,101,0,0.4); z-index: 2; }
    .hero-content-el { padding: 1rem 0; }
    .hero-sub { font-family: var(--font-ui); font-size: .9rem; color: var(--orange); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 1rem; }
    .hero-name { font-family: var(--font-display); font-size: 3.5rem; font-weight: 600; line-height: 1.2; margin-bottom: 1.5rem; background: linear-gradient(135deg,var(--text) 0%,var(--gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .hero-desc { font-family: var(--font-body); font-size: 1.15rem; line-height: 1.9; color: var(--text-dim); margin-bottom: 2rem; }
    .hero-stats-row { display: flex; gap: 2.5rem; }
    .stat-box { text-align: center; }
    .stat-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--orange); line-height: 1; }
    .stat-lbl { font-family: var(--font-ui); font-size: .8rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; margin-top: .5rem; }

    .section { padding: 5rem 0; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
    .section-header { text-align: center; margin-bottom: 3.5rem; }
    .section-title { font-family: var(--font-display); font-size: 2.5rem; font-weight: 600; margin-bottom: 1rem; }
    .section-subtitle { font-family: var(--font-ui); font-size: 1rem; color: var(--text-dim); max-width: 600px; margin: 0 auto; }

    .bio-section { background: var(--dark-brown); }
    .bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
    .bio-card { background: var(--brown); border-radius: 20px; padding: 2.5rem; border: 1px solid rgba(212,165,116,0.1); }
    .bio-card-icon { width: 60px; height: 60px; background: linear-gradient(135deg,rgba(255,101,0,0.15),rgba(255,101,0,0.05)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--orange); margin-bottom: 1.5rem; }
    .bio-card-title { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 1rem; }
    .bio-card-text { font-size: 1rem; line-height: 1.8; color: var(--text-dim); }

    .timeline { position: relative; max-width: 700px; margin: 0 auto; padding-left: 40px; }
    .timeline::before { content: ''; position: absolute; left: 10px; top: 0; width: 2px; height: 100%; background: linear-gradient(to bottom,var(--orange),var(--gold),var(--brown)); }
    .timeline-item { position: relative; margin-bottom: 2.5rem; padding-left: 2rem; }
    .timeline-item:last-child { margin-bottom: 0; }
    .timeline-dot { position: absolute; left: -40px; top: 5px; width: 20px; height: 20px; background: var(--orange); border-radius: 50%; border: 4px solid var(--dark); z-index: 1; }
    .timeline-year { font-family: var(--font-ui); font-size: .85rem; font-weight: 600; color: var(--orange); margin-bottom: .5rem; display: inline-block; background: rgba(255,101,0,0.1); padding: .25rem .75rem; border-radius: 20px; }
    .timeline-title-el { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: .5rem; margin-top: .5rem; }
    .timeline-text { font-size: .95rem; color: var(--text-dim); line-height: 1.7; }

    .philosophy-section { background: linear-gradient(135deg,rgba(255,101,0,0.05),rgba(212,165,116,0.05)); }
    .philosophy-content { max-width: 800px; margin: 0 auto; text-align: center; }
    .philosophy-quote { font-family: var(--font-display); font-size: 2rem; font-style: italic; line-height: 1.6; margin-bottom: 2rem; position: relative; }
    .philosophy-quote::before, .philosophy-quote::after { content: '\201C'; font-size: 4rem; color: var(--orange); opacity: .3; position: absolute; font-family: Georgia,serif; }
    .philosophy-quote::before { top: -20px; left: -30px; }
    .philosophy-quote::after { content: '\201D'; bottom: -40px; right: -30px; }
    .philosophy-text { font-size: 1.1rem; line-height: 1.9; color: var(--text-dim); }

    .cta-section { background: var(--dark-brown); }
    .cta-card { background: linear-gradient(135deg,rgba(255,101,0,0.1),rgba(212,165,116,0.05)); border-radius: 24px; padding: 4rem; text-align: center; border: 1px solid rgba(255,101,0,0.2); }
    .cta-title { font-family: var(--font-display); font-size: 2rem; margin-bottom: 1rem; }
    .cta-text { font-size: 1.1rem; color: var(--text-dim); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }
    .cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
    .cta-btn { padding: 1rem 2rem; border-radius: 12px; font-family: var(--font-ui); font-size: 1rem; font-weight: 600; text-decoration: none; transition: all .3s; display: inline-flex; align-items: center; gap: .5rem; }
    .cta-btn-primary { background: linear-gradient(135deg,var(--orange),#ff8533); color: white; }
    .cta-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,101,0,0.3); color: white; }
    .cta-btn-secondary { background: var(--brown); color: var(--text); border: 1px solid rgba(212,165,116,0.2); }
    .cta-btn-secondary:hover { border-color: var(--orange); color: var(--orange); }

    @media (max-width: 1024px) {
        .hero-container { grid-template-columns: 1fr; text-align: center; }
        .hero-image { display: flex; justify-content: center; }
        .hero-stats-row { justify-content: center; }
        .bio-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) {
        .hero-name { font-size: 2.5rem; }
        .hero-image-frame { width: 250px; height: 320px; }
        .section-title { font-size: 2rem; }
        .philosophy-quote { font-size: 1.5rem; }
        .philosophy-quote::before, .philosophy-quote::after { display: none; }
        .cta-card { padding: 2rem; }
        .cta-buttons { flex-direction: column; align-items: center; }
    }
