@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background-color:#F9F5EE;font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;line-height:1.5;color:#3B2B23}body{font-family:'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;background-color:#F9F5EE;color:#3B2B23;margin:0}header,footer{background-color:#F9F5EE;padding:1rem 2rem;border-bottom:1px solid #dfd0c8}header:last-of-type,footer:last-of-type{border-top:1px solid #dfd0c8;border-bottom:none}main{background-color:#F9F5EE;padding:2rem;max-width:960px;margin:0 auto}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#F9F5EE;border-bottom:1px solid #dfd0c8;flex-wrap:nowrap}.brand-block{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;min-width:0}.brand-block .brand{font-size:1.75rem;font-weight:700;color:#6B4E3D;text-decoration:none;margin-bottom:0.25rem;line-height:1.2}.nav{display:flex;gap:1.5rem}.nav a{text-decoration:none;font-weight:500;color:#3B2B23;transition:color 0.2s ease}.nav a:hover{color:#A65E44}.menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}.menu-toggle span{width:25px;height:3px;background-color:#6B4E3D;border-radius:2px;transition:all 0.3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}@media (max-width: 768px){.header-inner{flex-direction:column;align-items:flex-start;padding:0.75rem 1rem}.brand-block{width:100%;margin-bottom:0.5rem}.brand-block .brand{font-size:1.5rem;line-height:1.2;white-space:normal}.menu-toggle{display:flex;flex-shrink:0;margin-left:0;margin-bottom:0.5rem}.nav{display:none;flex-direction:column;background-color:#F9F5EE;position:static;width:100%;padding:0;border:none;box-shadow:none;z-index:1000}.nav a{padding:0.75rem 1rem;border-bottom:1px solid #f2ece8;width:100%;box-sizing:border-box}.nav a:last-child{border-bottom:none}.nav.active{display:flex;border-top:1px solid #dfd0c8;background-color:#F9F5EE}}.main-photo{width:250px;height:auto;float:right;margin:0 0 1rem 1.5rem;border-radius:0;object-fit:cover}@media (max-width: 600px){.main-photo{float:none;display:block;margin:0 auto 1rem auto}}h1,h2,h3,h4,h5,h6{margin-top:2rem;margin-bottom:1rem;line-height:1.3;color:#6B4E3D}h1:first-child,h2:first-child,h3:first-child{margin-top:0}hr{margin:2rem 0;border:none;border-top:1px solid #dfd0c8}.hero{display:flex;justify-content:center;padding:2rem 1rem;background:#F9F5EE}.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 h1{margin:0 0 0.25em;font-size:2.2rem}.hero .hero-text h2{margin:0 0 1em;font-weight:400;font-size:1.3rem;color:#2a1f18}.hero .hero-text p{line-height:1.6}.hero .read-more{display:inline-block;margin-top:1rem;font-weight:600;text-decoration:none;color:#A65E44}.hero .read-more:hover{color:#824a35}.hero .hero-image{flex:0 0 300px;max-width:300px}.hero .hero-image img{width:100%;height:auto;border-radius:6px;display:block}.btn-primary{display:inline-block;padding:0.75rem 1.5rem;background-color:#A65E44;color:#fff;font-weight:600;text-decoration:none;border-radius:4px;transition:background-color 0.2s ease}.btn-primary:hover,.btn-primary:focus{background-color:#824a35}@media (max-width: 600px){body{font-size:0.95rem}.hero{padding:1.5rem 1rem}.hero .hero-content{flex-direction:column;text-align:center}.hero .hero-image{max-width:200px}main{padding:1.5rem 1rem}}
