.AboutSection-module__D3V7Na__container{grid-template-columns:140px minmax(0,1fr);align-items:center;gap:1.25rem;display:grid}.AboutSection-module__D3V7Na__photos{flex-direction:column;align-items:center;display:flex;position:relative}.AboutSection-module__D3V7Na__photoGlow{background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);z-index:0;border-radius:24px;position:absolute;inset:-8px}.AboutSection-module__D3V7Na__photoGrid{z-index:1;position:relative}.AboutSection-module__D3V7Na__photoSpace{border:2px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--bg-muted-lighter),var(--bg-muted));width:120px;height:120px;box-shadow:var(--shadow-lg);transition:border-color .3s ease,transform .4s var(--ease-out-expo);overflow:hidden}.AboutSection-module__D3V7Na__photoSpace:hover{border-color:var(--accent);transform:scale(1.03)rotate(-1deg)}.AboutSection-module__D3V7Na__photoImage{object-fit:cover;border-radius:calc(var(--radius-lg) - 2px);width:100%;height:100%;display:block;transform:scale(1.1)}.AboutSection-module__D3V7Na__body{flex-direction:column;gap:.6rem;min-width:0;display:flex}.AboutSection-module__D3V7Na__paragraph{color:var(--text);margin:0;font-size:.92rem;line-height:1.65}.AboutSection-module__D3V7Na__link{color:var(--accent);font-weight:500;text-decoration:none;transition:color .15s;position:relative}.AboutSection-module__D3V7Na__link:after{content:"";background:var(--accent-hover);width:0;height:1px;transition:width .3s var(--ease-out-expo);position:absolute;bottom:-1px;left:0}.AboutSection-module__D3V7Na__link:hover{color:var(--accent-hover);text-decoration:none}.AboutSection-module__D3V7Na__link:hover:after{width:100%}@media (max-width:640px){.AboutSection-module__D3V7Na__container{text-align:center;grid-template-columns:1fr;justify-items:center;gap:.85rem}.AboutSection-module__D3V7Na__photoSpace{width:90px;height:90px}.AboutSection-module__D3V7Na__body{align-items:center;gap:.5rem}.AboutSection-module__D3V7Na__paragraph{text-align:center;font-size:.88rem;line-height:1.6}}
.TestimonialsSection-module__FfwR1G__wrapper{flex-direction:column;gap:.6rem;display:flex}.TestimonialsSection-module__FfwR1G__carousel{cursor:pointer;display:grid}.TestimonialsSection-module__FfwR1G__slide{opacity:0;pointer-events:none;grid-area:1/1;transition:opacity .7s,transform .7s;display:flex;transform:translateY(6px)}.TestimonialsSection-module__FfwR1G__slide .TestimonialsSection-module__FfwR1G__card{flex:1;align-content:center}.TestimonialsSection-module__FfwR1G__quote.TestimonialsSection-module__FfwR1G__quoteLong{font-size:.84rem;line-height:1.55}.TestimonialsSection-module__FfwR1G__quote.TestimonialsSection-module__FfwR1G__quoteShort{font-size:1rem;line-height:1.7}.TestimonialsSection-module__FfwR1G__slideActive{opacity:1;pointer-events:auto;transform:none}.TestimonialsSection-module__FfwR1G__dots{justify-content:center;gap:7px;display:flex}.TestimonialsSection-module__FfwR1G__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .4s}.TestimonialsSection-module__FfwR1G__dot:hover{background:var(--border-hover)}.TestimonialsSection-module__FfwR1G__dotActive{background:var(--accent)}.TestimonialsSection-module__FfwR1G__grid{flex-direction:column;gap:.75rem;display:flex}.TestimonialsSection-module__FfwR1G__card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-muted-darker);box-shadow:var(--shadow-md);transition:border-color .3s ease,box-shadow .3s ease,transform .3s var(--ease-out-expo);grid-template-columns:128px minmax(0,1fr);align-items:center;gap:1.25rem;padding:.85rem 1.15rem;display:grid;position:relative;overflow:hidden}.TestimonialsSection-module__FfwR1G__card:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-subtle),transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.TestimonialsSection-module__FfwR1G__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.TestimonialsSection-module__FfwR1G__card:hover:before{opacity:1}.TestimonialsSection-module__FfwR1G__card:after{content:"“";font-family:var(--font-serif),Georgia,serif;color:var(--accent-subtle);pointer-events:none;font-size:4rem;line-height:1;position:absolute;top:-8px;right:14px}.TestimonialsSection-module__FfwR1G__profile{text-align:center;flex-direction:column;align-items:center;gap:.4rem;width:100%;display:flex}.TestimonialsSection-module__FfwR1G__profileLink{text-align:center;border-radius:var(--radius-md);width:100%;transition:border-color .2s ease,background-color .2s ease,transform .2s var(--ease-out-expo);color:inherit;border:1px solid #0000;flex-direction:column;align-items:center;gap:.4rem;padding:.35rem;text-decoration:none;display:flex}.TestimonialsSection-module__FfwR1G__profileLink:hover{border-color:var(--border);background:var(--bg-muted);text-decoration:none;transform:translateY(-2px)}.TestimonialsSection-module__FfwR1G__avatar{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--bg);flex-shrink:0;width:64px;height:64px;transition:border-color .3s;overflow:hidden}.TestimonialsSection-module__FfwR1G__card:hover .TestimonialsSection-module__FfwR1G__avatar{border-color:var(--accent)}.TestimonialsSection-module__FfwR1G__avatarImage{object-fit:cover;border-radius:calc(var(--radius-md) - 2px);width:100%;height:100%}.TestimonialsSection-module__FfwR1G__identity{flex-direction:column;align-items:center;gap:.1rem;width:100%;display:flex}.TestimonialsSection-module__FfwR1G__name,.TestimonialsSection-module__FfwR1G__nameLink{color:var(--text);word-break:break-word;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .15s}.TestimonialsSection-module__FfwR1G__nameLink:hover{color:var(--accent);text-decoration:none}.TestimonialsSection-module__FfwR1G__title{color:var(--text-dim);text-align:center;word-break:break-word;white-space:pre-wrap;font-size:.78rem;line-height:1.35}.TestimonialsSection-module__FfwR1G__body{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.TestimonialsSection-module__FfwR1G__quote{color:var(--text);font-family:var(--font-serif),Georgia,serif;margin:0;font-size:.88rem;font-style:italic;font-weight:400;line-height:1.5}.TestimonialsSection-module__FfwR1G__link{color:var(--accent);text-underline-offset:3px;border-radius:4px;-webkit-text-decoration:underline #c9a96e73;text-decoration:underline #c9a96e73;transition:color .15s,text-decoration-color .15s,background-color .15s;position:relative}.TestimonialsSection-module__FfwR1G__link:hover{color:var(--accent-hover);background:var(--accent-subtle);text-decoration:underline}.TestimonialsSection-module__FfwR1G__link:after{content:" ↗";opacity:.7;font-size:.7em}@media (max-width:768px){.TestimonialsSection-module__FfwR1G__card{text-align:left;grid-template-columns:1fr;justify-items:stretch;gap:.65rem;padding:.85rem}.TestimonialsSection-module__FfwR1G__card:after{font-size:2.5rem;top:-4px;right:10px}.TestimonialsSection-module__FfwR1G__profile{text-align:left;flex-direction:row;gap:.65rem}.TestimonialsSection-module__FfwR1G__profileLink{text-align:left;flex-direction:row;align-items:center;gap:.65rem;display:flex}.TestimonialsSection-module__FfwR1G__avatar{border-radius:var(--radius-sm);width:48px;height:48px}.TestimonialsSection-module__FfwR1G__identity{align-items:flex-start;gap:.05rem}.TestimonialsSection-module__FfwR1G__name,.TestimonialsSection-module__FfwR1G__nameLink{font-size:.85rem}.TestimonialsSection-module__FfwR1G__title{text-align:left;font-size:.72rem}.TestimonialsSection-module__FfwR1G__body{align-items:flex-start}.TestimonialsSection-module__FfwR1G__quote{text-align:left;font-size:.85rem;line-height:1.55}}
.Reclamation-module__tz0ZoG__eco{z-index:5;pointer-events:none;image-rendering:pixelated;filter:drop-shadow(0 0 9px #60b4dc2e);position:absolute;top:0;left:0}.Reclamation-module__tz0ZoG__golden{z-index:6;pointer-events:none;opacity:0;mix-blend-mode:screen;width:100%;transition:opacity 1.4s linear;position:absolute;top:0;left:0}.Reclamation-module__tz0ZoG__hud{z-index:90;font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;background:#080808eb;border-radius:10px;font-size:.62rem;position:fixed;bottom:14px;right:14px}.Reclamation-module__tz0ZoG__hud summary{cursor:pointer;color:var(--accent);letter-spacing:.16em;padding:.55rem .8rem;list-style:none}.Reclamation-module__tz0ZoG__hud summary::-webkit-details-marker{display:none}.Reclamation-module__tz0ZoG__hudBody{flex-direction:column;gap:.55rem;min-width:230px;padding:.2rem .9rem .8rem;display:flex}.Reclamation-module__tz0ZoG__hudBody label{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.Reclamation-module__tz0ZoG__hudBody input[type=range]{appearance:none;background:var(--border);border-radius:2px;outline:none;width:110px;height:2px}.Reclamation-module__tz0ZoG__hudBody input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:9px;height:9px}.Reclamation-module__tz0ZoG__hudBody button{letter-spacing:.14em;border:1px solid var(--border);color:var(--accent);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .6rem;font-family:inherit;font-size:.62rem}.Reclamation-module__tz0ZoG__hudBody button:hover{border-color:var(--accent)}.Reclamation-module__tz0ZoG__stage{color:var(--accent-bright);letter-spacing:.12em}
.page-module__NfDiEG__page{flex-direction:column;gap:1rem;margin-top:0;display:flex}.page-module__NfDiEG__panel{border:1px solid var(--border-subtle);background:var(--bg-muted);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:.8rem;padding:1.1rem 1.5rem;display:flex;position:relative;overflow:hidden}.page-module__NfDiEG__panel:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-subtle),transparent);height:1px;position:absolute;top:0;left:0;right:0}.page-module__NfDiEG__panelHeader{flex-direction:column;gap:.25rem;display:flex}.page-module__NfDiEG__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin:0;font-size:.72rem;font-weight:600}.page-module__NfDiEG__title{font-family:var(--font-serif),Georgia,serif;color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.4rem;line-height:1.2}.page-module__NfDiEG__lede{color:var(--text-muted);max-width:62ch;margin:0;font-size:.9rem;line-height:1.5}.page-module__NfDiEG__wilds{height:150px}@media (max-width:640px){.page-module__NfDiEG__panel{padding:1.15rem}.page-module__NfDiEG__title{font-size:1.4rem}.page-module__NfDiEG__wilds{height:140px}}
