@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-color:#eee9de;--text-main:#332116;--text-muted:#5c4e43;--primary:#863d27;--primary-hover:#672d1c;--accent-green:#6a7448;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:var(--bg-color);color:var(--text-main);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#863d2766;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}body{background-color:var(--bg-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.1}.app-container{width:100%;min-height:100vh}.btn-primary{background-color:var(--primary);color:#fff;letter-spacing:.05rem;border:1px solid var(--primary);text-transform:uppercase;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover)}.btn-outline{color:var(--text-main);letter-spacing:.05rem;border:1px solid var(--text-main);text-transform:uppercase;cursor:pointer;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{background-color:#3321160d}.section{width:100%;padding:6rem 8%;position:relative}@media (width<=1024px){.section{padding:5rem 6%}}@media (width<=768px){.section{padding:4rem 5%}.btn-primary,.btn-outline{width:100%}}@media (width<=900px){.resp-container{aspect-ratio:auto!important;flex-direction:column!important;height:auto!important;min-height:auto!important;padding-bottom:0!important;display:flex!important}.resp-bg-img{object-fit:cover!important;width:100%!important;height:35vh!important;min-height:250px!important;position:relative!important}.resp-overlay-box{text-align:center!important;width:100%!important;max-width:100%!important;padding:40px 5%!important;position:relative!important;inset:auto!important;transform:none!important}.resp-text-h1{margin-bottom:20px!important;font-size:clamp(2.5rem,8vw,3.5rem)!important;line-height:1.1!important}.resp-text-h2{margin-bottom:15px!important;font-size:clamp(2rem,7vw,2.5rem)!important;line-height:1.2!important}.resp-text-h3{margin-bottom:10px!important;font-size:20px!important}.resp-text-p{margin-bottom:15px!important;font-size:16px!important;line-height:1.6!important}.resp-text-small{font-size:13px!important}.resp-flex-col{flex-direction:column!important;align-items:center!important;display:flex!important}.resp-flex-wrap{flex-wrap:wrap!important;justify-content:center!important}.resp-hide{display:none!important}.resp-w-full{width:100%!important}.resp-gap{gap:20px!important}.resp-mb{margin-bottom:20px!important}}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}
