@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";.page-transition{position:fixed;inset:0;z-index:var(--z-page-transition);pointer-events:none;display:flex}.pt-covering,.pt-revealing{pointer-events:all}.pt-idle .pt-panel{transition:none}.pt-panel{position:absolute;top:0;bottom:0;width:50.2vw;background:var(--color-dark-green);display:flex;align-items:center;will-change:transform}.pt-left{left:0;justify-content:flex-end;transform:translate(-100%)}.pt-right{right:0;justify-content:flex-start;transform:translate(100%)}.pt-covering .pt-panel{transform:translate(0);transition:transform var(--cover-dur, .4s) cubic-bezier(.7,0,.2,1)}.pt-revealing .pt-left{transform:translate(-100%);transition:transform var(--reveal-dur, .46s) cubic-bezier(.16,1,.3,1)}.pt-revealing .pt-right{transform:translate(100%);transition:transform var(--reveal-dur, .46s) cubic-bezier(.16,1,.3,1)}.pt-logo{display:block;height:clamp(80px,13vw,140px);width:clamp(40px,6.5vw,70px);background-color:#dfd8cf;-webkit-mask-image:url(/favicon.svg);mask-image:url(/favicon.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:clamp(80px,13vw,140px) clamp(80px,13vw,140px);mask-size:clamp(80px,13vw,140px) clamp(80px,13vw,140px);filter:drop-shadow(0 4px 18px rgba(0,0,0,.3))}.pt-logo-left{-webkit-mask-position:left center;mask-position:left center}.pt-logo-right{-webkit-mask-position:right center;mask-position:right center}.global-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:880;background:#fff;border-top:1px solid rgba(57,71,63,.12);box-shadow:0 -6px 24px #00000014;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom,0px));align-items:center;gap:.85rem}.gmb-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.gmb-brand{font-family:Marcellus,serif;font-weight:500;font-size:.92rem;color:var(--color-dark-green);line-height:1.15}.gmb-tagline{font-size:.68rem;color:#2f3e3599;line-height:1.3;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gmb-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.15rem;background:linear-gradient(135deg,var(--color-gold-start) 0%,var(--color-gold-mid) 50%,var(--color-gold-start) 100%);background-size:200% auto;background-position:left center;color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #d4af374d;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.gmb-cta:hover{background-position:right center}.gmb-cta:active{transform:scale(.97)}.gmb-cta-arrow{font-size:.95rem;line-height:1;transition:transform .25s ease}.gmb-cta:hover .gmb-cta-arrow{transform:translate(3px)}@media(max-width:1023px){.global-mobile-bar{display:flex}body.has-global-mobile-bar{padding-bottom:96px}}@media(max-width:360px){.gmb-tagline{display:none}}.hnw-chat{position:fixed;right:18px;bottom:18px;z-index:var(--z-chat);font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:flex-end}.hnw-chat *,.hnw-chat *:before,.hnw-chat *:after{box-sizing:border-box}@media(max-width:1023px){.hnw-chat{bottom:84px;right:14px}}.hnw-chat-bubble{width:58px;height:58px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--color-gold-start) 0%,var(--color-gold-mid) 55%,var(--color-gold-start) 100%);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 8px 24px #77530a66;display:grid;place-items:center;position:relative;transition:transform .2s ease}.hnw-chat-bubble:hover{transform:scale(1.06)}.hnw-chat-bubble-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#c62828;color:#fff;font-size:.7rem;font-weight:600;display:grid;place-items:center;border:2px solid #fff}.hnw-chat-panel{width:min(370px,calc(100vw - 28px));height:min(540px,calc(100vh - 130px));height:min(540px,calc(100dvh - 130px));display:flex;flex-direction:column;background:#f7f4ee;border:1px solid rgba(57,71,63,.15);border-radius:18px;box-shadow:0 24px 60px #00000047;overflow:hidden;margin-bottom:12px}.hnw-chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--color-dark-green);color:#fff}.hnw-chat-title{display:flex;align-items:center;gap:10px}.hnw-chat-title strong{display:block;font-family:Marcellus,serif;font-size:.98rem}.hnw-chat-sub{font-size:.72rem;opacity:.7}.hnw-chat-dot{width:9px;height:9px;border-radius:50%;background:#6cd07f;box-shadow:0 0 0 3px #6cd07f40}.hnw-chat-head-actions{display:flex;gap:4px}.hnw-chat-head-actions button{width:40px;height:40px;border:none;background:#ffffff1a;color:#fff;border-radius:8px;cursor:pointer;font-size:1rem}.hnw-chat-head-actions button:hover{background:#fff3}.hnw-chat-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.hnw-chat-lead{background:#fff;border:1px solid rgba(57,71,63,.12);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px;margin-bottom:6px}.hnw-chat-lead-intro{font-size:.82rem;color:#555;margin:0 0 2px}.hnw-chat-lead-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hnw-chat-lead input{width:100%;min-width:0;padding:.55rem .7rem;border:1px solid rgba(57,71,63,.18);border-radius:7px;font-size:.85rem;font-family:inherit;outline:none}.hnw-chat-lead input:focus{border-color:var(--color-gold-mid)}.hnw-msg{display:flex;flex-direction:column;max-width:80%}.hnw-msg.visitor{align-self:flex-end;align-items:flex-end}.hnw-msg.admin{align-self:flex-start;align-items:flex-start}.hnw-msg-bubble{padding:.55rem .8rem;border-radius:12px;font-size:.88rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.hnw-msg.visitor .hnw-msg-bubble{background:var(--color-dark-green);color:#fff;border-bottom-right-radius:4px}.hnw-msg.admin .hnw-msg-bubble{background:#fff;color:var(--color-dark-green);border:1px solid rgba(57,71,63,.12);border-bottom-left-radius:4px}.hnw-msg-time{font-size:.66rem;color:#2f3e3573;margin-top:2px;padding:0 4px}.hnw-chat-idle,.hnw-chat-closed,.hnw-chat-blocked{font-size:.8rem;color:#7a5a00;background:#d4af371f;border:1px solid rgba(212,175,55,.3);border-radius:8px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.hnw-chat-idle button,.hnw-chat-closed button{border:none;background:var(--color-gold-mid);color:#fff;padding:4px 10px;border-radius:6px;cursor:pointer;font-size:.76rem}.hnw-chat-blocked{color:#c62828;background:#c6282814;border-color:#c6282840}.hnw-chat-empty{text-align:center;color:#2f3e3580;font-size:.85rem;padding:2rem 0}.hnw-chat-err{font-size:.78rem;color:#c62828;padding:0 14px 6px}.hnw-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid rgba(57,71,63,.12);background:#fff}.hnw-chat-composer textarea{flex:1;resize:none;border:1px solid rgba(57,71,63,.18);border-radius:10px;padding:.6rem .75rem;font-family:inherit;font-size:.88rem;outline:none;max-height:96px}.hnw-chat-composer textarea:focus{border-color:var(--color-gold-mid)}.hnw-chat-composer button{width:40px;height:40px;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,var(--color-gold-start),var(--color-gold-mid));color:#fff;font-size:1rem;flex-shrink:0}.hnw-chat-composer button:disabled{opacity:.5;cursor:default}.hnw-chat-end{border:none;background:transparent;color:#2f3e358c;font-size:.74rem;padding:6px;cursor:pointer;border-top:1px solid rgba(57,71,63,.08)}.hnw-chat-end:hover{color:#c62828}.hnw-chat-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.hnw-chat-new{border:1px dashed rgba(212,175,55,.5);background:#d4af370f;color:#7a5a00;padding:.7rem;border-radius:10px;cursor:pointer;font-size:.85rem;font-weight:500}.hnw-chat-list-item{position:relative;text-align:left;border:1px solid rgba(57,71,63,.12);background:#fff;border-radius:10px;padding:.7rem .85rem;cursor:pointer}.hnw-chat-list-item:hover{border-color:var(--color-gold-mid)}.hnw-chat-list-top{display:flex;justify-content:space-between;font-size:.72rem;color:#2f3e358c;margin-bottom:3px}.hnw-chat-list-msg{font-size:.85rem;color:var(--color-dark-green);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hnw-chat-list-badge{position:absolute;top:8px;right:8px;min-width:18px;height:18px;padding:0 5px;background:#c62828;color:#fff;font-size:.66rem;border-radius:999px;display:grid;place-items:center}.App{position:relative}.hero-wrapper{height:250vh;position:relative;z-index:0}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Blacker Sans Display;src:url(/blacker/BlackerSansDisplayTrial-Book.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Blacker Sans Display;src:url(/blacker/BlackerSansDisplayTrial-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Blacker Sans Display;src:url(/blacker/BlackerSansDisplayTrial-Bold.ttf) format("truetype");font-weight:600;font-style:normal}:root{--green-primary: #3D8B4C;--gold-accent: #D4AF37;--white: #FFFFFF;--dark-green: #2d6a3f;--light-green: #5ba86b;--text-dark: #39473f;--text-light: #666666;--header-color: var(--white);--easing: cubic-bezier(.4, 0, .2, 1);--bg-color: #dfd8cf;--font-serif-stack: "Blacker Sans Display", "Blacker Sans", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--color-dark-green: #2F3E35;--color-forest: #153822;--color-gold-start: #77530a;--color-gold-mid: #D4AF37;--color-gold-end: #ffd277;--color-cream: #f8f5eb;--color-cream-light: #F9F7F2;--z-dropdown: 200;--z-sticky: 900;--z-chat: 4000;--z-page-transition: 99999;--z-lightbox: 100000;--z-header: 999999;--z-modal: 1000000;--z-megamenu: 9999999}html{scroll-behavior:auto}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--white);line-height:1.6;overflow-x:clip;background-color:#000;background-image:url(/web-site-bg.jpg);background-attachment:fixed;background-size:cover;background-position:center}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif-stack);font-weight:600;line-height:1.2;color:var(--text-dark)}img{max-width:100%;height:auto;display:block}@media(max-width:1024px){body{background-attachment:scroll}}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.page-loading{position:fixed;inset:0;z-index:90000;background-color:var(--color-dark-green)}*:focus-visible{outline:2px solid #3D8B4C;outline-offset:2px}.gold-button:focus-visible,.suits-filter-item:focus-visible,.form-input:focus-visible,.form-select:focus-visible,.form-textarea:focus-visible,.hnw-chat-lead input:focus-visible,.hnw-chat-composer textarea:focus-visible,.vr-input:focus-visible{outline:2px solid #3D8B4C;outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--green-primary)}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem;margin-bottom:2rem}}.gold-button{padding:.8rem 1.8rem;border:1px solid transparent;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#77530a,#d4af37,#77530a);background-size:200% auto;box-shadow:0 4px 15px #0003;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap;outline:none;display:flex;align-items:center;justify-content:center}.gold-button:hover{background-position:right center;transform:translateY(-5px);box-shadow:0 8px 25px #d4af374d}
