header{color:#000;padding:1rem 2rem;border-bottom:4px solid #e4b35d;display:flex;align-items:center;box-shadow:0 2px 8px #0000004d;transition:width .35s ease,box-shadow .35s ease}header.is-sidebar{position:fixed;top:0;left:0;width:12px;height:30vh;padding:0;overflow:hidden;background-color:#fff;border-right:3px solid #e4b35d;box-shadow:none;display:flex;flex-direction:column;align-items:stretch}header.is-sidebar>*{opacity:0;transform:translate(-10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}header.is-sidebar:hover{width:12rem;box-shadow:2px 0 16px #0000002e;border-right-color:#e4b35dcc}header.is-sidebar:hover>*{opacity:1;transform:translate(0);pointer-events:auto;transition-delay:.2s}header.is-sidebar .navbar{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start}header.is-sidebar .nav-links{flex-direction:column;gap:1rem;padding-top:1rem}header.is-sidebar .logo{font-size:1.2rem;padding-left:1rem}.navbar{position:relative;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:1.56rem 2rem}.nav-container{display:flex;align-items:center;gap:1rem}.logo{font-size:1.5rem;font-weight:700;text-shadow:2px 2px 3px #e4b35d;justify-self:center}.logo img{width:100%;max-width:20rem;height:auto}.nav-links{list-style:none;display:flex;gap:1.5rem;padding-top:1rem;flex-wrap:wrap}.nav-links a{font-weight:500;opacity:.5;transition:all .3s ease-in-out}.nav-links a:hover,.nav-links a.active{opacity:1;border-bottom:2px solid #e4b35d}.burger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.burger span{display:block;width:24px;height:3px;background:#000;margin:5px 0;transition:all .3s ease}header.menu-open .burger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}header.menu-open .burger span:nth-child(2){opacity:0}header.menu-open .burger span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.navbar{flex-direction:row}.logo img{width:15rem}.burger{display:block}.nav-container{flex-direction:column;width:100%}.nav-links{display:none;width:100%;flex-direction:column;gap:1rem;padding-top:1rem}header.menu-open .nav-links{display:flex}header.is-sidebar{position:relative;width:100%;height:auto;flex-direction:row;border-right:none}header.is-sidebar>*{opacity:1;transform:none;pointer-events:auto}body.has-sidebar main{margin-left:0}}html,body{scroll-snap-type:none}.footer-inner{flex-direction:column;gap:2rem}.footer-column,.footer-about{flex:1 1 100%}@media(max-width:480px){.navbar{border-radius:0;flex-direction:row;align-items:flex-start}.nav-links{flex-direction:column}.hero{padding-top:8rem}.btn{width:100%;text-align:center}}.footer-icon{height:1rem;width:2rem}.site-footer{justify-items:center;background-color:#1e1e1e94;color:#cfcfcf;align-content:space-around}.site-footer a{text-decoration:none;color:#cfcfcf}.footer-inner{text-align:center;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem}.footer-logo{margin-bottom:2.5rem}.footer-logo img{width:20rem;height:auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.site-footer h4{color:#fff;letter-spacing:.15em;margin-bottom:1rem;font-size:clamp(.95rem,1vw,1.05rem)}.footer-nav ul,.footer-contact ul{list-style:none;padding:0;margin:0}.footer-nav li,.footer-contact li{margin-bottom:.6rem}.footer-bottom{justify-items:center;border-top:1px solid rgba(255,255,255,.65);text-align:center;padding:1rem 1.5rem;margin-top:3rem;font-size:13px;color:#9a9a9a}@media(max-width:767px){.footer-inner{text-align:center}.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem;justify-items:center}.footer-nav,.footer-contact{max-width:280px}.footer-contact li{text-align:left}.site-footer h4{margin-bottom:.75rem}}:root{--fs-h1: clamp(1.6rem, 3.5vw, 2.6rem);--fs-h2: clamp(1.25rem, 2.5vw, 1.8rem);--fs-h3: clamp(1.05rem, 1.6vw, 1.25rem);--fs-body: clamp(.85rem, 1.1vw, .95rem);--fs-small: clamp(.75rem, .9vw, .85rem)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#e4b35d59;border-radius:10px;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:#b4b4b459}*{margin:0;padding:0;scrollbar-width:thin;scrollbar-color:rgba(228,179,93,.65) transparent}html,body,button,a{scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.02em}p{line-height:1.6;max-width:65ch}a{text-decoration:none;color:#000}.section-title{font-size:var(--fs-h2);color:#ffc735;text-align:center;position:relative;font-weight:700;margin:20px 0}.section-title:before,.section-title:after{content:"";position:absolute;top:50%;width:30rem;height:2px;background-color:#f5a623;transform:translateY(0)}.section-title:before{left:0}.section-title:after{right:0}.section-title span{background-color:#fff;padding:0 10px;position:relative;z-index:1}
