English: Semantic Depth
1. Multi-Layer Indexing: By using nested lists, we create a logical map for search engines. Even deep links (Level 3+) are indexed immediately.
2. JS-Free Interaction: We use the :hover and :focus-within selectors to trigger the 2nd and 3rd tiers. If JS is disabled, the site remains 100% navigable.
3. Clean Code: Zero divs are used in the navigation structure. Only <nav>, <ul>, <li>, and <a>.