:root{--primary-color:#c8763d;--primary-dark:#a85d2a;--primary-light:#d4956f;--secondary-color:#2c2c2c;--text-dark:#1a1a1a;--text-light:#fff;--text-muted:#666;--background:#fafafa;--surface:#fff;--border:#e5e5e5;--shadow:0 2px 8px #00000014;--shadow-hover:0 4px 16px #0000001f}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}html{background-color:var(--background);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}body{flex-direction:column;min-height:100vh;display:flex}body.inner-page{background:radial-gradient(at 100% 0,#c8763d04 0%,#0000 50%),linear-gradient(135deg,#c8763d02 0%,#0000 30% 70%,#c8763d02 100%)}body.inner-page:before{content:"";pointer-events:none;z-index:-1;background-image:radial-gradient(circle at 15% 15%,#c8763d05 0%,#0000 25%),radial-gradient(circle at 85% 85%,#c8763d04 0%,#0000 20%),linear-gradient(90deg,#0000 49%,#c8763d01 50%,#0000 51%);background-size:1000px 1000px,800px 800px,200px 200px;width:100%;height:100%;animation:25s ease-in-out infinite subtle-drift;position:fixed;top:0;left:0}@keyframes subtle-drift{0%,to{transform:translate(0)translateY(0)}25%{transform:translate(2px)translateY(-1px)}50%{transform:translate(-1px)translateY(-2px)}75%{transform:translate(-2px)translateY(1px)}}main a,main a:link,main a:visited{color:var(--primary-color);border-bottom:1px solid #c8763d59;text-decoration:none;transition:color .2s,border-color .2s}main a:hover,main a:focus{color:var(--primary-dark);border-bottom-color:var(--primary-color);outline:none}main{flex:1;width:100%}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main>*{animation:.35s forwards pageFadeIn}.page-container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){html{font-size:15px}.page-container{padding:0 1rem}}
.Header-module__hBw1pG__header{background:var(--background);z-index:100;border-bottom:1px solid #c8763d1a;width:100%}.Header-module__hBw1pG__navContainer{justify-content:center;align-items:center;max-width:1360px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__hBw1pG__tabBar{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.Header-module__hBw1pG__tab{color:#3223128c;white-space:nowrap;letter-spacing:.01em;border-radius:0;justify-content:center;align-items:center;padding:1rem .9rem;font-family:Inter,sans-serif;font-size:.835rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative;border-bottom:none!important}.Header-module__hBw1pG__tab:after{content:"";background:var(--primary-color);transform-origin:50%;border-radius:2px 2px 0 0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__hBw1pG__tab:hover{color:var(--primary-dark)}.Header-module__hBw1pG__tab:hover:after{transform:translate(-50%)scaleX(1)}.Header-module__hBw1pG__tabActive{font-weight:600;color:var(--primary-color)!important}.Header-module__hBw1pG__tabActive:after{transform:translate(-50%)scaleX(1)!important}.Header-module__hBw1pG__homeIcon{width:20px;height:20px;color:inherit;transition:transform .2s}.Header-module__hBw1pG__tab:hover .Header-module__hBw1pG__homeIcon{transform:scale(1.12)}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:1.5px solid #c8763d38;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .18s,border-color .18s,transform .16s;display:none}.Header-module__hBw1pG__hamburger:hover{background:#c8763d0f;border-color:#c8763d66}.Header-module__hBw1pG__hamburger:active{transform:scale(.94)}.Header-module__hBw1pG__bar{background:#281c0fa6;border-radius:2px;width:16px;height:1.8px;display:block}.Header-module__hBw1pG__overlay{-webkit-backdrop-filter:blur(2px);z-index:190;background:#0a050059;animation:.18s Header-module__hBw1pG__overlayIn;position:fixed;inset:0}@keyframes Header-module__hBw1pG__overlayIn{0%{opacity:0}to{opacity:1}}.Header-module__hBw1pG__drawer{background:var(--surface);z-index:200;flex-direction:column;width:min(85vw,300px);height:100dvh;transition:transform .24s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #0000001f}.Header-module__hBw1pG__drawerOpen{transform:translate(0)}.Header-module__hBw1pG__drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.Header-module__hBw1pG__drawerTitle{color:var(--text-dark);font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.Header-module__hBw1pG__drawerClose{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;place-items:center;width:34px;height:34px;transition:background .18s;display:grid;position:relative}.Header-module__hBw1pG__drawerClose:hover{background:#c8763d0f}.Header-module__hBw1pG__drawerClose .Header-module__hBw1pG__bar:first-child{position:absolute;transform:rotate(45deg)}.Header-module__hBw1pG__drawerClose .Header-module__hBw1pG__bar:last-child{position:absolute;transform:rotate(-45deg)}.Header-module__hBw1pG__drawerNav ul{flex-direction:column;gap:2px;padding:.75rem;list-style:none;display:flex}.Header-module__hBw1pG__drawerNav a{color:var(--text-dark);border-radius:10px;padding:.8rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block;border-bottom:none!important}.Header-module__hBw1pG__drawerNav a:hover{color:var(--primary-dark);background:#c8763d0d}.Header-module__hBw1pG__drawerActive{color:var(--primary-color)!important;border-left:2px solid var(--primary-color)!important;background:#c8763d17!important;padding-left:calc(1rem - 2px)!important;font-weight:600!important}@media (max-width:1280px){.Header-module__hBw1pG__tab{padding:1rem .75rem;font-size:.79rem}}@media (max-width:1080px){.Header-module__hBw1pG__tab{padding:.9rem .6rem;font-size:.74rem}}@media (max-width:860px){.Header-module__hBw1pG__tabBar{display:none}.Header-module__hBw1pG__hamburger{display:inline-flex}.Header-module__hBw1pG__navContainer{justify-content:flex-end;padding:.6rem 1rem}}@media (max-width:480px){.Header-module__hBw1pG__navContainer{padding:.5rem .75rem}}
