@use "sass:color";body{font-family:'Source Sans Pro', sans-serif;background:#D6C7B2;color:#5B3A29;margin:0;display:flex;flex-direction:column;min-height:100vh}html,body{height:100%;margin:0}.site-header{background-color:#D6C7B2;padding:0.75rem 0}.site-header .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header .brand{display:flex;align-items:center;text-decoration:none;color:#5B3A29}.site-header .brand img{height:64px;width:auto;margin-right:0.75rem}.site-header .brand .site-title{font-size:1.75rem;font-weight:600}.site-header .nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0}.site-header .nav-toggle span{display:block;height:3px;background:#5B3A29;border-radius:2px}.site-header .main-nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.site-header .main-nav ul li a{text-decoration:none;color:#5B3A29;font-weight:500}.site-header .main-nav ul li a:hover{color:#382419}@media (max-width: 768px){.site-header .main-nav{position:fixed;top:0;right:0;height:100vh;width:220px;background:#D6C7B2;transform:translateX(100%);transition:transform 0.3s ease;z-index:1000;padding-top:5rem}.site-header .main-nav ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0}.site-header .main-nav ul li{border-bottom:1px solid rgba(91,58,41,0.2)}.site-header .main-nav ul li a{display:block;padding:1rem 1.5rem;color:#5B3A29;text-decoration:none;font-weight:500}.site-header .main-nav ul li a:hover{color:#382419}.site-header .main-nav.open{transform:translateX(0)}.site-header .nav-toggle{display:flex}.site-header .nav-backdrop{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(91,58,41,0.1);z-index:999}.site-header .nav-backdrop.active{display:block}}.site-content{max-width:900px;margin:3rem auto;background:rgba(255,255,255,0.04);padding:2rem;border-radius:8px;flex:1}.site-footer{text-align:center;padding:1rem;font-size:0.9rem;background:rgba(0,0,0,0.15)}a{color:#5B3A29;text-decoration:underline}a:visited{color:#6d4531}a:hover,a:focus{color:#F3EFE6;background-color:rgba(255,255,255,0.08)}.hero{display:flex;justify-content:center;padding:2rem 1rem}.hero .hero-content{display:flex;flex-wrap:wrap;max-width:1100px;align-items:center;gap:2rem}.hero .hero-text{flex:1 1 500px}.hero .hero-text p{line-height:1.6}.hero .read-more{display:inline-block;margin-top:1rem;font-weight:600;text-decoration:none;color:#5B3A29}.hero .hero-image{flex:0 0 300px;max-width:300px}.hero .hero-image img{width:100%;height:auto;border-radius:6px;display:block}
