.page-container{display:flex;min-height:100vh}.sidebar{display:none}@media (min-width:1024px){.sidebar{display:flex;flex-direction:column;width:240px;background:#f9f9f9;position:sticky;top:70px;height:100vh;padding:16px}}.sidebar h2{font-size:1.2rem;margin-bottom:8px;border-bottom:1px solid #e2e8f0;padding-bottom:4px}.sidebar ul{list-style:none;margin:0;padding:0;overflow:visible}.sidebar li{margin-bottom:4px}.sidebar a{text-decoration:none;color:#2d3748;padding:4px 6px;display:block;border-radius:3px;transition:background .15s}.sidebar a:hover{background:#ebf8ff}.content{flex:1;width:100%}html{scroll-behavior:smooth}section[id]{scroll-margin-top:70px}.hero-image{height:auto!important}.object-cover{height:600px}