.site-header{position:fixed;inset:0 0 auto 0;z-index:50;background:transparent;height:80px;display:flex;align-items:center;justify-content:flex-end;padding:1.25rem 2rem;pointer-events:none}.site-header .hamburger{pointer-events:auto}.hamburger.img-bars{border:0;background:none;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:space-between;width:40px;height:24px;padding:0}.hamburger.img-bars .bar{display:block;width:100%;height:4px;border-radius:4px;background-image:url(/ui/hamburger-gradient.png);background-repeat:no-repeat;background-size:cover;background-position:50%;box-shadow:0 0 12px rgba(255,210,120,.25);transition:transform .25s ease,opacity .2s ease}.hamburger.img-bars.is-open .bar:first-child{transform:translateY(10px) rotate(45deg)}.hamburger.img-bars.is-open .bar:nth-child(2){opacity:0}.hamburger.img-bars.is-open .bar:nth-child(3){transform:translateY(-10px) rotate(-45deg)}@media (min-width:1200px){.hamburger.img-bars{width:48px;height:28px}.hamburger.img-bars .bar{height:5px;border-radius:5px}}.page-home{--bg:#1B1B1D;--fg:#e6d39a;--ethereal-blue-grey:#A7B2BD;--gold-safe:clamp(16px,2.2vw,44px);background:var(--bg);color:var(--fg);min-height:100vh;width:100%;margin:0;padding:0;overflow-x:hidden}.page-home .hero{--ar:1920/1660;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:auto;aspect-ratio:var(--ar);background:url(/home/normal2.png) top/contain no-repeat,var(--bg);position:relative;isolation:isolate;overflow:visible;display:block;z-index:0}@media (max-width:768px){.page-home .hero{--ar:1080/1920;background:url(/home/mobile.png) top/contain no-repeat,var(--bg)}}body,html{margin:0;padding:0}@supports not (aspect-ratio:1/1){.page-home .hero{height:0;padding-top:86.458333%;padding-bottom:var(--gold-safe);background-origin:content-box;background-clip:content-box;background:url(/home/normal2.png) top/contain no-repeat,var(--bg)}@media (max-width:768px){.page-home .hero{background:url(/home/mobile.png) top/contain no-repeat,var(--bg)}}}.page-home .circle{position:absolute;left:calc(var(--x) * 1%);top:calc(var(--y) * 1%);width:calc(var(--d) * 1%);height:calc(var(--d) * 1%);transform:translate(-50%,-50%);border-radius:50%;background:none!important;box-shadow:none!important;border:none!important;backdrop-filter:none!important;outline:none!important;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2;overflow:visible}.page-home .circle:before{content:none!important}.page-home .circle-text{position:relative;z-index:3;text-align:center;color:var(--ethereal-blue-grey)}.page-home .circle-text h3{margin:0 0 .3em;font-weight:800;letter-spacing:.06em;font-size:clamp(.85rem,1.2vw,1.05rem);text-transform:uppercase;color:var(--ethereal-blue-grey);text-wrap:balance}.page-home .circle-text p{font-size:clamp(.78rem,1.05vw,.95rem);line-height:1.35;color:var(--ethereal-blue-grey);margin:0;max-width:16ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance;hyphens:auto;text-shadow:0 2px 3px rgba(0,0,0,.6)}@media (max-width:420px){.page-home .circle-text p{display:none}}.page-home .spacer{position:relative;z-index:0;height:clamp(48px,6vh,120px);background:var(--bg);width:100%;margin-top:0!important}.page-home .hero,.page-home .hero:after,.page-home .hero:before{box-shadow:none!important;filter:none!important}.page-home .hero:after,.page-home .hero:before{content:none!important}@media (max-width:768px){.page-home .hero .circle{left:calc(var(--mx, var(--x)) * 1%)!important;top:calc(var(--my, var(--y)) * 1%)!important;width:calc(var(--md, var(--d)) * 1%)!important;height:calc(var(--md, var(--d)) * 1%)!important;transform:translate(-50%,-50%)!important}}.page-home .circle-text{text-shadow:0 1px 2px rgba(0,0,0,.65)}.page-home .circle-text.dark-overlay{text-shadow:0 2px 4px rgba(0,0,0,.75),0 0 6px rgba(0,0,0,.5)}.site-footer{position:relative;z-index:1;width:100%;background:#050709;color:var(--fg,#e6d39a);border-top:1px solid rgba(215,184,111,.35);padding:1.4rem 2rem;overflow:hidden;font-size:.85rem}.site-footer:before{content:"";position:absolute;inset:0;background:url(/footer/background.png) 50%/cover no-repeat;opacity:.2;z-index:0}.footer-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:.15rem}.footer-logo{text-transform:uppercase;letter-spacing:.18em;font-size:.85rem}.footer-tagline{font-size:.75rem;opacity:.75}.footer-nav{display:flex;gap:1.4rem}.footer-nav a{color:var(--fg,#e6d39a);text-decoration:none;opacity:.85;transition:opacity .2s ease;font-size:.8rem;letter-spacing:.05em}.footer-nav a:hover{opacity:1}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;font-size:.78rem}.footer-contact a{color:var(--fg,#e6d39a);opacity:.85;text-decoration:none}.footer-contact a:hover{opacity:1}.copyright{opacity:.7}@media (max-width:768px){.footer-inner{flex-direction:column;text-align:center;gap:1.2rem}.footer-contact,.footer-inner{align-items:center}}