.hero_section___fSkv{position:relative;width:100%;box-sizing:border-box;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:5rem}.hero_background__u4rEU{position:absolute;inset:0;z-index:0}.hero_backgroundImage__yFFIP{object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.hero_overlay__ZmkWm{position:absolute;inset:0;background:var(--gradient-hero)}.hero_content__9I5l5{position:relative;z-index:10;width:100%;max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;text-align:center}.hero_inner__Opixe{animation:hero_fadeUp__hFOim .8s ease-out forwards}.hero_badge__2qeHR{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:#1b322699;border:1px solid #eeb32b;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:2rem}.hero_badge__2qeHR svg{color:#eeb32b;flex-shrink:0}.hero_title__cu5NW{font-size:2.25rem;color:hsl(var(--primary-foreground));line-height:1.2;margin-bottom:1.5rem}.hero_titleAccent__ZuQ2X,.hero_title__cu5NW{font-family:var(--font-title);font-weight:700}.hero_titleAccent__ZuQ2X{display:block;margin-top:.5rem;color:#eeb32b}.hero_subtitle__lMRG_{font-size:1.125rem;line-height:1.6;color:hsl(var(--primary-foreground)/.85);max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}.hero_ctaGroup__xFduo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.hero_scrollIndicator__zfUEm{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:hero_float__saP8k 6s ease-in-out infinite}.hero_scrollMouse__pxosr{width:1.5rem;height:2.5rem;border-radius:9999px;border:2px solid #eeb32bb3;display:flex;align-items:flex-start;justify-content:center;padding:.25rem}.hero_scrollDot__IHH8M{width:.375rem;height:.75rem;border-radius:9999px;background-color:#eeb32be6;animation:hero_pulse__QAKEx 2s ease-in-out infinite}@keyframes hero_fadeUp__hFOim{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero_float__saP8k{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}@keyframes hero_pulse__QAKEx{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:768px){.hero_title__cu5NW{font-size:3.75rem}.hero_subtitle__lMRG_{font-size:1.25rem}.hero_ctaGroup__xFduo{flex-direction:row}}@media (min-width:1024px){.hero_title__cu5NW{font-size:4.5rem}}.category-card_card__Tew_0{position:relative;overflow:hidden;border-radius:.75rem;border:1px solid hsl(var(--border));background-color:hsl(var(--card));padding:1.5rem;box-shadow:var(--shadow-soft);transition:all .3s ease}.category-card_card__Tew_0:hover{box-shadow:var(--shadow-mystical);transform:translateY(-4px)}.category-card_card__Tew_0:focus-within{outline:2px solid hsl(var(--ring));outline-offset:2px}.category-card_iconWrap__fjHOl{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s}.category-card_card__Tew_0:hover .category-card_iconWrap__fjHOl{transform:scale(1.1)}.category-card_iconPrimary__U80PS{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.category-card_iconAccent__9vyzn{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.category-card_iconMuted__nVZFb{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.category-card_title__FAAuQ{font-family:var(--font-title);font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.category-card_description__Hp8At{color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.category-card_footer__PEuef{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.category-card_count__fW0Ib{font-size:.875rem;color:hsl(var(--muted-foreground))}.category-card_explore__Lvy_e{font-size:.875rem;font-weight:500;color:hsl(var(--primary));transition:transform .2s}.category-card_card__Tew_0:hover .category-card_explore__Lvy_e{transform:translateX(4px)}.category-card_decorative__73idE{position:absolute;top:0;right:0;width:8rem;height:8rem;opacity:.05;transition:opacity .3s}.category-card_card__Tew_0:hover .category-card_decorative__73idE{opacity:.1}.category-card_decorative__73idE svg{width:100%;height:100%}.categories_section__ldxNy{width:100%;box-sizing:border-box;padding-top:6rem;padding-bottom:6rem;background-color:hsl(var(--secondary)/.3)}.categories_wrapper__RTzlu{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.categories_header__LE5aE{text-align:center;max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.categories_label__tVBEi{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary))}.categories_title__jvF_a{font-family:var(--font-title);font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-top:.75rem;margin-bottom:1rem}.categories_subtitle__sbWiS{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6}.categories_grid__mQBek{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.categories_grid__mQBek{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.categories_grid__mQBek{grid-template-columns:repeat(4,1fr)}.categories_title__jvF_a{font-size:2.25rem}}@media (min-width:1280px){.categories_title__jvF_a{font-size:3rem}}.featured-content_section__whe1o{width:100%;box-sizing:border-box;padding-top:6rem;padding-bottom:6rem}.featured-content_wrapper__PbZ9A{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.featured-content_header__jGhaa{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media (min-width:768px){.featured-content_header__jGhaa{flex-direction:row;align-items:flex-end;justify-content:space-between}}.featured-content_headerText__OcTw0 label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary))}.featured-content_headerText__OcTw0 h2{font-family:var(--font-title);font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-top:.75rem}.featured-content_link__Uo9L3{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary));text-decoration:none;transition:color .2s}.featured-content_link__Uo9L3:hover{color:hsl(var(--primary)/.8)}.featured-content_grid__ieiVc{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.featured-content_grid__ieiVc{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.featured-content_grid__ieiVc{grid-template-columns:repeat(3,1fr)}}.featured-content_card__KfZM3{display:block;color:inherit;text-decoration:none;transition:color .2s}.featured-content_card__KfZM3:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.featured-content_imageWrap__LUGdO{position:relative;overflow:hidden;border-radius:.75rem;margin-bottom:1rem;aspect-ratio:4/3}.featured-content_image__DUTf1{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.featured-content_card__KfZM3:hover .featured-content_image__DUTf1{transform:scale(1.05)}.featured-content_imageOverlay__dujVx{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--foreground)/.6),#0000);opacity:0;transition:opacity .3s}.featured-content_card__KfZM3:hover .featured-content_imageOverlay__dujVx{opacity:1}.featured-content_badge__lBj6v{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background-color:hsl(var(--background)/.9);backdrop-filter:blur(4px);font-size:.75rem;font-weight:500;color:hsl(var(--foreground))}.featured-content_cardTitle__HA9cc{font-family:var(--font-title);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;transition:color .2s}.featured-content_card__KfZM3:hover .featured-content_cardTitle__HA9cc{color:hsl(var(--primary))}.featured-content_cardDescription__bMH6y{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-content_readTime__E0MTt{font-size:.75rem;color:hsl(var(--muted-foreground))}.featured-content_dividerOuter__K2MW8{width:100%;padding-top:4rem;overflow:hidden}.newsletter_section__wp9__{width:100%;box-sizing:border-box;padding-top:6rem;padding-bottom:6rem;background-color:hsl(var(--secondary)/.5)}.newsletter_wrapper__WH8_W{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.newsletter_inner__BdnpM{max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.newsletter_iconWrap__YexeK{width:4rem;height:4rem;border-radius:9999px;background-color:hsl(var(--accent)/.2);display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.newsletter_iconWrap__YexeK svg{color:hsl(var(--accent))}.newsletter_title__4kUp6{font-family:var(--font-title);font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.newsletter_description__f56kf{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}.newsletter_form__6yCZu{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin-left:auto;margin-right:auto}@media (min-width:640px){.newsletter_form__6yCZu{flex-direction:row}}.newsletter_input__WjENr{flex:1;height:3rem;padding:0 1rem;border-radius:.5rem;border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:1rem;transition:border-color .2s,box-shadow .2s}.newsletter_input__WjENr::-moz-placeholder{color:hsl(var(--muted-foreground))}.newsletter_input__WjENr::placeholder{color:hsl(var(--muted-foreground))}.newsletter_input__WjENr:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.2)}.newsletter_button__zl5dv{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3rem;padding:0 1.5rem;border-radius:.5rem;font-weight:500;font-size:1rem;white-space:nowrap;cursor:pointer;border:none;transition:all .3s;background-image:var(--gradient-mystical);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-soft)}.newsletter_button__zl5dv:hover{box-shadow:var(--shadow-mystical);transform:translateY(-2px)}.newsletter_button__zl5dv:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter_disclaimer__MCNWp{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:1rem}.newsletter_success__f_JnO{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));font-weight:500}.newsletter_error__V1dtU,.newsletter_success__f_JnO{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem}.newsletter_error__V1dtU{background-color:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}@media (min-width:768px){.newsletter_title__4kUp6{font-size:2.25rem}}.orixa-showcase_section__bK2Td{width:100%;box-sizing:border-box;padding-top:6rem;padding-bottom:6rem;background-color:hsl(var(--block-green));color:hsl(var(--block-green-foreground));overflow:hidden}.orixa-showcase_wrapper__KNPbo{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.orixa-showcase_emptyText__LU_AX{color:hsl(var(--block-green-foreground)/.7);text-align:center;padding:2rem 0}.orixa-showcase_header__MJmnB{text-align:center;max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:4rem}.orixa-showcase_label__uQz8Z{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#eeb32b}.orixa-showcase_title__KwW3p{font-family:var(--font-title);font-size:1.875rem;font-weight:700;margin-top:.75rem;margin-bottom:1rem}.orixa-showcase_intro__9ha2H{font-size:1.125rem;color:hsl(var(--block-green-foreground)/.7);line-height:1.6}.orixa-showcase_showcase__KjoyK{position:relative;max-width:56rem;margin-left:auto;margin-right:auto}.orixa-showcase_navNext__jf_G8,.orixa-showcase_navPrev__lxftT{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--block-green-foreground)/.1);color:hsl(var(--block-green-foreground));border:none;cursor:pointer;transition:background-color .2s}.orixa-showcase_navNext__jf_G8:hover,.orixa-showcase_navPrev__lxftT:hover{background-color:hsl(var(--block-green-foreground)/.2)}.orixa-showcase_navPrev__lxftT{left:0;transform:translateY(-50%) translateX(-1rem)}.orixa-showcase_navNext__jf_G8{right:0;transform:translateY(-50%) translateX(1rem)}@media (min-width:768px){.orixa-showcase_navPrev__lxftT{transform:translateY(-50%) translateX(-4rem)}.orixa-showcase_navNext__jf_G8{transform:translateY(-50%) translateX(4rem)}}.orixa-showcase_card__5agYE{background-color:hsl(var(--block-green-foreground)/.05);backdrop-filter:blur(4px);border-radius:1rem;padding:2rem;border:1px solid hsl(var(--block-green-foreground)/.1)}.orixa-showcase_cardInner__werWC{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width:768px){.orixa-showcase_cardInner__werWC{flex-direction:row}}.orixa-showcase_circle__q5a1v{width:8rem;height:8rem;border-radius:9999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow);overflow:hidden;background-color:hsl(var(--block-green-foreground)/.15)}.orixa-showcase_circleLetter__vRqJC{font-family:var(--font-title);font-size:2.5rem;font-weight:700;color:hsl(var(--block-green-foreground))}.orixa-showcase_circleImg__kKI1_{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.orixa-showcase_info__IolTS{flex:1;text-align:center}@media (min-width:768px){.orixa-showcase_info__IolTS{text-align:left}}.orixa-showcase_name__E5s5D{font-family:var(--font-title);font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.orixa-showcase_description__HaxvK{color:hsl(var(--block-green-foreground)/.8);line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.orixa-showcase_link__s3I_f{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#eeb32b;text-decoration:none;transition:color .2s}.orixa-showcase_link__s3I_f:hover{color:#eeb32be6}.orixa-showcase_dots__GtAjf{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.orixa-showcase_dot__WBaBH{width:.625rem;height:.625rem;border-radius:9999px;border:none;padding:0;cursor:pointer;background-color:hsl(var(--block-green-foreground)/.3);transition:all .2s}.orixa-showcase_dot__WBaBH:hover{background-color:hsl(var(--block-green-foreground)/.5)}.orixa-showcase_dotActive__ttSdw{background-color:#eeb32b;width:2rem}@media (min-width:1024px){.orixa-showcase_title__KwW3p{font-size:2.25rem}}@media (min-width:1280px){.orixa-showcase_title__KwW3p{font-size:3rem}}