
/* samyscott-style.css */
html { scroll-behavior: smooth; }
body { font-family: sans-serif; line-height: 1.6; margin: 0; padding: 0; }
.ss-nav { position: fixed; top: 0; width: 100%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); z-index: 1000; }
.ss-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ss-nav-list { display: flex; list-style: none; margin: 0; padding: 15px 0; }
.ss-nav-list li { margin-right: 30px; }
.ss-nav-list a { text-decoration: none; color: #333; font-weight: 600; }
section { position: relative; padding: 120px 20px 60px; margin-top: 60px; }
.section-img { width: 100%; display: block; margin-bottom: 40px; object-fit: cover; }
