.header[data-astro-cid-isef26zo]{z-index:50;background:var(--c-black);border-bottom:1px solid var(--c-dark-border);position:sticky;top:0}.header__inner[data-astro-cid-isef26zo]{justify-content:space-between;align-items:center;gap:1.5rem;height:96px;display:flex}.header__logo[data-astro-cid-isef26zo] img{width:auto;height:55px}.header__right[data-astro-cid-isef26zo]{align-items:center;gap:clamp(1.5rem,3vw,3rem);display:flex}.header__nav[data-astro-cid-isef26zo] ul[data-astro-cid-isef26zo]{align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem);display:flex}.header__link[data-astro-cid-isef26zo]{letter-spacing:.06em;text-transform:uppercase;color:var(--c-text-on-dark-muted);padding:.4rem .1rem;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-block;position:relative}.header__link[data-astro-cid-isef26zo]:after{content:"";background:var(--c-green);transform-origin:0;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.header__link[data-astro-cid-isef26zo]:hover{color:var(--c-text-on-dark)}.header__link[data-astro-cid-isef26zo]:hover:after{transform:scaleX(1)}.header__link[data-astro-cid-isef26zo].is-active{color:var(--c-green-light)}.header__link[data-astro-cid-isef26zo].is-active:after{transform:scaleX(1)}.header__nav-item--dropdown[data-astro-cid-isef26zo]{position:relative}.header__link--dropdown[data-astro-cid-isef26zo]{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-family:inherit;display:inline-flex}.header__dropdown-arrow[data-astro-cid-isef26zo]{flex:none;width:8px;height:8px;transition:transform .25s}.header__nav-item--dropdown[data-astro-cid-isef26zo]:hover .header__dropdown-arrow[data-astro-cid-isef26zo],.header__nav-item--dropdown[data-astro-cid-isef26zo]:focus-within .header__dropdown-arrow[data-astro-cid-isef26zo]{transform:rotate(180deg)}.header__dropdown[data-astro-cid-isef26zo]{opacity:0;visibility:hidden;pointer-events:none;z-index:60;padding-top:.65rem;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header__nav-item--dropdown[data-astro-cid-isef26zo]:hover .header__dropdown[data-astro-cid-isef26zo],.header__nav-item--dropdown[data-astro-cid-isef26zo]:focus-within .header__dropdown[data-astro-cid-isef26zo]{opacity:1;visibility:visible;pointer-events:auto}.header__dropdown-panel[data-astro-cid-isef26zo]{background:var(--c-dark);border:1px solid var(--c-dark-border);flex-direction:column;min-width:170px;padding:.4rem 0;transition:transform .25s;display:flex;transform:translateY(-6px)}.header__nav-item--dropdown[data-astro-cid-isef26zo]:hover .header__dropdown-panel[data-astro-cid-isef26zo],.header__nav-item--dropdown[data-astro-cid-isef26zo]:focus-within .header__dropdown-panel[data-astro-cid-isef26zo]{transform:translateY(0)}.header__dropdown-link[data-astro-cid-isef26zo]{letter-spacing:.05em;text-transform:uppercase;color:var(--c-text-on-dark-muted);white-space:nowrap;padding:.6rem 1.1rem;font-size:.8rem;font-weight:600;transition:color .15s,background-color .15s;display:block}.header__dropdown-link[data-astro-cid-isef26zo]:hover,.header__dropdown-link[data-astro-cid-isef26zo].is-active{color:var(--c-text-on-dark);background:var(--c-dark-surface)}.header__search[data-astro-cid-isef26zo]{flex-direction:row-reverse;align-items:center;display:flex}.header__search-toggle[data-astro-cid-isef26zo]{width:36px;height:36px;color:var(--c-text-on-dark-muted);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.header__search-toggle[data-astro-cid-isef26zo] svg[data-astro-cid-isef26zo]{width:19px;height:19px}.header__search-toggle[data-astro-cid-isef26zo]:hover,.header__search[data-astro-cid-isef26zo].is-open .header__search-toggle[data-astro-cid-isef26zo]{color:var(--c-green-light)}.header__search-field[data-astro-cid-isef26zo]{opacity:0;align-items:center;width:0;transition:width .3s,opacity .2s;display:flex;position:relative}.header__search-results[data-astro-cid-isef26zo]{background:var(--c-dark);border:1px solid var(--c-dark-border);flex-direction:column;width:min(360px,88vw);max-height:70vh;display:none;position:absolute;top:calc(100% + 1px);right:0;overflow-y:auto}.header__search-results[data-astro-cid-isef26zo].is-visible{display:flex}.header__search-results[data-astro-cid-isef26zo] .header__search-result{border-bottom:1px solid var(--c-dark-border);align-items:center;gap:.85rem;padding:.7rem .9rem;transition:background-color .15s;display:flex}.header__search-results[data-astro-cid-isef26zo] .header__search-result:last-child{border-bottom:none}.header__search-results[data-astro-cid-isef26zo] .header__search-result:hover{background:var(--c-dark-surface)}.header__search-results[data-astro-cid-isef26zo] .header__search-result img{object-fit:contain;background:#000;flex:none;width:40px;height:40px}.header__search-results[data-astro-cid-isef26zo] .header__search-result span{color:var(--c-text-on-dark);font-size:.85rem;line-height:1.4}.header__search-results[data-astro-cid-isef26zo] .header__search-empty{color:var(--c-text-on-dark-muted);padding:.9rem;font-size:.85rem}.header__search-input[data-astro-cid-isef26zo]{width:100%;min-width:0;color:var(--c-text-on-dark);background:0 0;border:none;border-bottom:1px solid #0000;padding-block:.45rem;padding-inline:0;font-size:.9rem;transition:padding-inline .3s,border-color .2s}.header__search-clear[data-astro-cid-isef26zo]{width:18px;height:18px;color:var(--c-red);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;transition:opacity .15s,transform .15s;display:inline-flex;position:absolute;top:50%;right:0;transform:translateY(-50%)scale(.6)}.header__search-clear[data-astro-cid-isef26zo] svg[data-astro-cid-isef26zo]{flex:none;width:14px;height:14px}.header__search-clear[data-astro-cid-isef26zo]:hover{color:var(--c-red-light)}.header__search[data-astro-cid-isef26zo].has-value .header__search-clear[data-astro-cid-isef26zo]{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.header__search[data-astro-cid-isef26zo].has-value .header__search-input[data-astro-cid-isef26zo]{padding-right:1.4rem}.header__search-input[data-astro-cid-isef26zo]::placeholder{color:var(--c-text-on-dark-muted)}.header__search-input[data-astro-cid-isef26zo]:focus{outline:none}.header__search[data-astro-cid-isef26zo].is-open .header__search-field[data-astro-cid-isef26zo]{opacity:1;width:min(240px,34vw)}.header__search[data-astro-cid-isef26zo].is-open .header__search-input[data-astro-cid-isef26zo]{border-bottom-color:var(--c-dark-border);padding-inline:.25rem}.header__search[data-astro-cid-isef26zo].is-open.has-value .header__search-input[data-astro-cid-isef26zo]{padding-right:1.4rem}.header__search[data-astro-cid-isef26zo].is-open .header__search-input[data-astro-cid-isef26zo]:focus{border-bottom-color:var(--c-green)}@media (width<=720px){.header__inner[data-astro-cid-isef26zo]{height:76px}.header__logo[data-astro-cid-isef26zo] img{height:52px}.header__nav[data-astro-cid-isef26zo] ul[data-astro-cid-isef26zo]{gap:.9rem}.header__link[data-astro-cid-isef26zo]{font-size:.68rem}}@media (width<=520px){.header__nav[data-astro-cid-isef26zo] ul[data-astro-cid-isef26zo]{flex-wrap:wrap;justify-content:flex-end;gap:.6rem}}.footer[data-astro-cid-oenwriqq]{background:var(--c-black);border-top:1px solid var(--c-dark-border);padding-top:clamp(3rem,6vw,4.5rem)}.footer__top[data-astro-cid-oenwriqq]{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(2rem,4vw,3rem);padding-bottom:clamp(2.5rem,5vw,3.5rem);display:grid}.footer__brand[data-astro-cid-oenwriqq]{flex-direction:column;gap:1.25rem;display:flex}.footer__logo[data-astro-cid-oenwriqq]{width:min(320px,100%);height:auto}.footer__heading[data-astro-cid-oenwriqq]{letter-spacing:.08em;text-transform:uppercase;color:var(--c-text-on-dark);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.footer__links[data-astro-cid-oenwriqq]{flex-direction:column;gap:.85rem;display:flex}.footer__links[data-astro-cid-oenwriqq] a[data-astro-cid-oenwriqq]{color:var(--c-text-on-dark-muted);font-size:.92rem;transition:color .2s}.footer__links[data-astro-cid-oenwriqq] a[data-astro-cid-oenwriqq]:hover{color:var(--c-green-light)}.footer__contact[data-astro-cid-oenwriqq]{flex-direction:column;gap:1rem;display:flex}.footer__contact[data-astro-cid-oenwriqq] li[data-astro-cid-oenwriqq]{color:var(--c-text-on-dark-muted);align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.5;display:flex}.footer__contact[data-astro-cid-oenwriqq] svg[data-astro-cid-oenwriqq]{width:18px;height:18px;color:var(--c-green-light);flex:none;margin-top:.1rem}.footer__contact[data-astro-cid-oenwriqq] a[data-astro-cid-oenwriqq]{color:var(--c-text-on-dark-muted);transition:color .2s}.footer__contact[data-astro-cid-oenwriqq] a[data-astro-cid-oenwriqq]:hover{color:var(--c-green-light)}.footer__bottom[data-astro-cid-oenwriqq]{border-top:1px solid var(--c-dark-border);justify-content:center;padding-block:1.5rem;display:flex}.footer__bottom[data-astro-cid-oenwriqq] p[data-astro-cid-oenwriqq]{color:var(--c-text-on-dark-muted);font-size:.82rem}@media (width<=900px){.footer__top[data-astro-cid-oenwriqq]{grid-template-columns:1fr 1fr;row-gap:2.5rem}.footer__brand[data-astro-cid-oenwriqq]{grid-column:1/-1}}@media (width<=560px){.footer__top[data-astro-cid-oenwriqq]{grid-template-columns:1fr}}:root{--c-black:#0b0c0b;--c-dark:#141513;--c-dark-surface:#1c1e1b;--c-dark-border:#2c2e2a;--c-green:#4f7a5c;--c-green-light:#6f9c7d;--c-green-dark:#3c5f47;--c-red:#9c5049;--c-red-light:#b97369;--c-orange:#d97324;--c-orange-light:#ec9a56;--c-orange-dark:#a8541a;--c-gold:#bf9a5e;--c-gold-light:#ddc088;--c-gold-dark:#8f7038;--font-serif:Georgia, "Times New Roman", Times, serif;--c-white:#f7f7f5;--c-off-white:#fafaf8;--c-text:#1c1e1b;--c-text-muted:#5a5d57;--c-text-on-dark:#f2f2ef;--c-text-on-dark-muted:#a9aca5;--container-width:1800px;--space-section:clamp(3.5rem, 6vw, 7rem);--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--c-text);background:var(--c-white);-webkit-font-smoothing:antialiased;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}button{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.container{padding-inline:2.5rem}}@media (width>=1024px){.container{width:80%}}.btn{background:var(--c-green);color:var(--c-white);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:.95rem;font-weight:600;transition:background-color .2s;display:inline-flex}.btn:hover{background:var(--c-green-dark)}.tt-reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);transform:translateY(26px)}.tt-reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.tt-reveal{opacity:1;transition:none;transform:none}}
