*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#000;background:#fff;min-height:100vh}#__next,body{overflow-x:hidden;position:relative}#__next{width:100%}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.2;letter-spacing:.02em;color:#000}h1{font-size:clamp(2rem,5vw,4rem);margin-bottom:1.5rem}h2{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:1.25rem}h3{font-size:clamp(1.35rem,3vw,2rem)}h3,p{margin-bottom:1rem}p{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.5vw,1.125rem);line-height:1.8;color:#333}a{color:inherit;text-decoration:none;transition:opacity .3s ease,color .3s ease}a:hover{opacity:.8}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0;width:100%;overflow:hidden}header{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;border-bottom:1px solid #f0f0f0;transition:box-shadow .3s ease}header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}.header-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.logo{height:40px;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}nav ul{display:flex;list-style:none;gap:2.5rem;align-items:center;margin:0;padding:0}nav a{font-family:Inter,sans-serif;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;padding:.5rem 0}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#000;transition:width .3s ease}nav a.active:after,nav a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:2px;background:#000;transition:all .3s ease;display:block}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.site-footer,footer{background:#000;color:#fff;padding:4rem 0 2rem;margin-top:5rem;width:100%;position:relative;overflow:hidden}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.footer-grid,.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem;align-items:flex-start;margin-bottom:3rem;width:100%}.footer-left,.footer-logo{display:flex;align-items:flex-start;justify-content:flex-start}.footer-logo img,.footer-logo-img{height:50px;width:auto;display:block;filter:brightness(0) invert(1);cursor:pointer}.text-logo{display:flex;flex-direction:column;color:#fff}.logo-main{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;letter-spacing:.05em;line-height:1}.logo-sub{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.2em;margin-top:.25rem}.footer-info,.footer-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:1rem}.social-container,.social-icons,.social-links{display:flex;gap:.75rem;justify-content:flex-end}.social-icons a,.social-link{width:36px;height:36px;border:1px solid hsla(0,0%,100%,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;flex-shrink:0}.social-icons a:hover,.social-link:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-2px)}.contact-email,.contact-info,.footer-contact{font-size:.9rem;color:#fff}.contact-email a,.contact-info a,.footer-contact a{color:#fff;text-decoration:none;transition:opacity .3s ease}.contact-email a:hover,.contact-info a:hover,.footer-contact a:hover{opacity:.7}.footer-bottom,.footer-copyright{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-bottom small,.footer-copyright p,.footer-copyright small{font-size:.85rem;color:hsla(0,0%,100%,.6);margin:0}.btn{display:inline-block;padding:.75rem 2rem;background:#000;color:#fff;border:1px solid #000;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;font-family:Inter,sans-serif}.btn:hover{background:#fff;color:#000}.btn-outline{background:transparent;color:#000;border:1px solid #000;padding:.5rem 1.5rem;display:inline-block;transition:all .3s ease;text-transform:uppercase;font-size:.85rem;letter-spacing:1px}.btn-outline:hover{background:#000;color:#fff}.grid{display:grid;grid-gap:2rem;gap:2rem;width:100%}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #f0f0f0;padding:2rem;transition:all .3s ease;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.fade-in{animation:fadeIn .8s ease}.fade-in-up{animation:fadeInUp .8s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.container{padding:0 1.5rem}.section{padding:4rem 0}.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){html{font-size:15px}.header-container{padding:1rem 1.5rem}.logo{height:35px}nav ul{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);gap:1.5rem;z-index:999}.mobile-menu-toggle,nav ul.active{display:flex}.container{padding:0 1.5rem}.section{padding:3rem 0}.grid-2,.grid-3{grid-template-columns:1fr}.footer-container{padding:0 1.5rem}.footer-grid,.footer-main{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-left,.footer-logo{justify-content:center;width:100%}.footer-center{display:none}.footer-info,.footer-right{align-items:center;width:100%}.social-container,.social-icons,.social-links{justify-content:center}.text-logo{align-items:center}.contact-email,.contact-info,.footer-contact{text-align:center}.card{padding:1.5rem}}@media (max-width:480px){html{font-size:14px}.header-container{padding:1rem}.logo{height:30px}.container{padding:0 1rem}.section{padding:2.5rem 0;margin:0}h1{font-size:1.75rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.875rem}h3{font-size:1.25rem;margin-bottom:.75rem}p{font-size:.95rem;line-height:1.6}.btn,.btn-outline{padding:.65rem 1.5rem;font-size:.85rem}.site-footer,footer{padding:2.5rem 0 1.5rem;margin-top:3rem}.footer-logo img,.footer-logo-img{height:40px}.logo-main{font-size:1.25rem}.logo-sub{font-size:.7rem}.social-icons a,.social-link{width:40px;height:40px}.contact-email,.contact-info,.footer-contact{font-size:.85rem}.footer-bottom small,.footer-copyright p,.footer-copyright small{font-size:.75rem}}@media (min-width:1400px){html{font-size:18px}.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus{outline:2px solid #000;outline-offset:2px}.btn,.social-link,button{-webkit-user-select:none;-moz-user-select:none;user-select:none}img{max-width:100%;height:auto;display:block}@media print{.no-print,footer,header{display:none}body{font-size:12pt;line-height:1.5}a{text-decoration:underline}}