.social-feed.svelte-1uj6axz{padding:4rem 2rem;background-color:#000}.social-feed__container.svelte-1uj6axz{max-width:1200px;margin:0 auto}.social-feed__header.svelte-1uj6axz{margin-bottom:2rem;text-align:center}.social-feed__title.svelte-1uj6axz{margin:0 0 .8rem;font-size:clamp(2rem,3vw,2.6rem);background:linear-gradient(90deg,orange,#ff4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.social-feed__subtitle.svelte-1uj6axz{margin:0;color:gray;font-size:1rem}.social-feed__notice.svelte-1uj6axz{margin:0 0 2rem;padding:.9rem 1rem;border-left:3px solid #ffa500;background:linear-gradient(45deg,#1a1a1a,#242424);border-radius:10px;color:#ccc}.social-feed__grid.svelte-1uj6axz{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.2rem}.social-feed__item.svelte-1uj6axz{min-width:0}.social-feed__card.svelte-1uj6axz{display:flex;flex-direction:column;height:100%;border-radius:14px;overflow:hidden;text-decoration:none;background:linear-gradient(45deg,#1a1a1a,#2a2a2a);border:1px solid #333333;transition:transform .25s ease,border-color .25s ease}.social-feed__card.svelte-1uj6axz:hover{transform:translateY(-4px);border-color:#ff4500}.social-feed__media.svelte-1uj6axz{aspect-ratio:1 / 1;background-color:#111}.social-feed__image.svelte-1uj6axz{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.social-feed__content.svelte-1uj6axz{display:flex;flex-direction:column;gap:.8rem;padding:.9rem}.social-feed__caption.svelte-1uj6axz{margin:0;color:#ccc;line-height:1.45;font-size:.95rem}.social-feed__meta.svelte-1uj6axz{margin:auto 0 0;color:orange;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.social-feed__empty.svelte-1uj6axz{margin:0;color:#ccc;text-align:center}.social-feed__footer.svelte-1uj6axz{margin-top:1.8rem;text-align:center}.social-feed__cta.svelte-1uj6axz{display:inline-block;text-decoration:none;color:#fff;font-weight:700;border-radius:28px;border:1px solid #ff7a00;padding:.7rem 1.4rem;background:linear-gradient(45deg,orange,#ff4500);transition:transform .25s ease}.social-feed__cta.svelte-1uj6axz:hover{transform:translateY(-2px)}@media (max-width: 1200px){.social-feed__grid.svelte-1uj6axz{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.social-feed.svelte-1uj6axz{padding:3rem 1rem}.social-feed__grid.svelte-1uj6axz{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.social-feed__grid.svelte-1uj6axz{grid-template-columns:1fr}}:root{--black: #000000;--white: #ffffff;--orange-light: #ffa500;--orange-dark: #ff4500;--grey: #808080;--primary-color: #ff4500;--secondary-color: #ffa500;--text-color: #ccc;--card-bg: #1a1a1a;--card-border: #333;--section-bg: #000;--icon-color: #ff4500}.svelte-1uha8ag{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.hero.svelte-1uha8ag{min-height:clamp(28rem,76svh,46rem);height:auto;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:calc(5.9rem + env(safe-area-inset-top)) 1.25rem 2.25rem;margin-bottom:0;z-index:auto}.hero.svelte-1uha8ag:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../../images/hero.jpg);background-size:cover;background-position:center 32%;background-repeat:no-repeat;filter:brightness(.3);z-index:-2}.hero-content.svelte-1uha8ag{text-align:center;z-index:1;width:min(100%,46rem);margin:0 auto}.home-hero__title.svelte-1uha8ag{margin:0 0 1rem;font-size:clamp(1.95rem,5.6vw,3.8rem);line-height:1.1;text-wrap:balance;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark))!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.home-hero__subtitle.svelte-1uha8ag{margin:0 auto 1.75rem;max-width:34ch;font-size:clamp(1.02rem,2.4vw,1.36rem);line-height:1.45;color:var(--grey)}.home-hero__actions.svelte-1uha8ag{display:flex;justify-content:center;flex-wrap:wrap;gap:.85rem}.home-hero__link.svelte-1uha8ag{display:inline-flex;justify-content:center;align-items:center;text-decoration:none}.cta-button.svelte-1uha8ag{display:inline-flex;justify-content:center;align-items:center;padding:.9rem 1.6rem;font-size:1.06rem;line-height:1.3;text-align:center;background:linear-gradient(45deg,var(--orange-light),var(--orange-dark));border:none;border-radius:30px;color:var(--white);cursor:pointer;transition:transform .3s ease}.home-hero__button.svelte-1uha8ag{min-width:12.75rem;max-width:18rem}.home-hero__button--secondary.svelte-1uha8ag{background:transparent;border:1px solid var(--orange-light);color:var(--orange-light);line-height:1.35;padding-inline:1.1rem}.home-hero__button--secondary.svelte-1uha8ag:hover{color:var(--white);background:linear-gradient(45deg,var(--orange-light),var(--orange-dark))}.cta-button.svelte-1uha8ag:hover{transform:translateY(-3px)}.flame-animation.svelte-1uha8ag{position:absolute;width:100%;height:100%;opacity:.1;background:#000;filter:blur(100px);animation:svelte-1uha8ag-flameMove 8s infinite alternate;z-index:-1}@keyframes svelte-1uha8ag-flameMove{0%{transform:translateY(0) scale(1)}to{transform:translateY(-50px) scale(1.1)}}.activities.svelte-1uha8ag{padding:2rem;background-color:#1a1a1a;position:relative}.activities.svelte-1uha8ag h2:where(.svelte-1uha8ag){text-align:center;font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.activities-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.activity-card.svelte-1uha8ag{background:linear-gradient(45deg,#1a1a1a,#2a2a2a);border-radius:15px;padding:2rem;transition:transform .3s ease;position:relative;overflow:hidden}.activity-card.svelte-1uha8ag:hover{transform:translateY(-10px)}.activity-card.svelte-1uha8ag:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark))}.activity-card.svelte-1uha8ag h3:where(.svelte-1uha8ag){color:var(--orange-light);margin-bottom:1rem;font-size:1.5rem}.activity-card.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--grey);line-height:1.6}.activity-icon.svelte-1uha8ag{width:50px;height:50px;margin-bottom:1rem;fill:var(--orange-light)}.history-description.svelte-1uha8ag{max-width:800px;margin:0 auto;color:var(--grey);line-height:1.6}.timeline-cup.svelte-1uha8ag{display:inline-block;width:40px;height:auto;margin-left:10px;vertical-align:middle}@media (max-width: 1024px){.hero.svelte-1uha8ag{min-height:clamp(25.5rem,68svh,37rem);padding:calc(5.9rem + env(safe-area-inset-top)) 1.1rem 1.9rem}.hero.svelte-1uha8ag:before{background-position:center 26%}.home-hero__content.svelte-1uha8ag{width:min(100%,35rem)}.home-hero__title.svelte-1uha8ag{font-size:clamp(1.85rem,5.4vw,3rem)}}@media (max-width: 768px){.hero.svelte-1uha8ag{min-height:clamp(22.5rem,60svh,31rem);align-items:center;padding:calc(6.35rem + env(safe-area-inset-top)) .9rem 1.2rem}.hero.svelte-1uha8ag:before{background-position:center 24%}.home-hero__content.svelte-1uha8ag{width:min(100%,18.5rem)}.home-hero__title.svelte-1uha8ag{max-width:12.5ch;margin:0 auto .65rem;font-size:clamp(1.6rem,8.9vw,2.2rem);line-height:1.12;overflow-wrap:anywhere}.home-hero__subtitle.svelte-1uha8ag{max-width:22ch;font-size:clamp(.95rem,3.8vw,1.08rem);line-height:1.38;margin-bottom:1.05rem}.home-hero__actions.svelte-1uha8ag{flex-direction:column;align-items:center;width:100%;gap:.6rem}.home-hero__button.svelte-1uha8ag{width:min(100%,16rem);min-width:0;max-width:none;padding:.72rem 1rem;font-size:.96rem}.home-hero__button--secondary.svelte-1uha8ag{padding:.58rem .9rem;font-size:.88rem}.activities-grid.svelte-1uha8ag{grid-template-columns:1fr}}@media (max-width: 420px){.hero.svelte-1uha8ag{min-height:clamp(21.5rem,56svh,27rem);padding-top:calc(6.05rem + env(safe-area-inset-top));padding-bottom:1rem}.home-hero__content.svelte-1uha8ag{width:min(100%,17.5rem)}.home-hero__title.svelte-1uha8ag{max-width:12ch;font-size:clamp(1.5rem,8.5vw,1.95rem)}.home-hero__subtitle.svelte-1uha8ag{font-size:clamp(.9rem,3.5vw,1rem);margin-bottom:.95rem}.home-hero__button.svelte-1uha8ag{width:min(100%,15.25rem)}}.history.svelte-1uha8ag,.contact.svelte-1uha8ag{padding:6rem 2rem;position:relative}.history.svelte-1uha8ag,.contact.svelte-1uha8ag{background-color:#1a1a1a}.section-title.svelte-1uha8ag{text-align:center;font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.history-content.svelte-1uha8ag{max-width:800px;margin:0 auto;color:var(--grey);line-height:1.6}.timeline.svelte-1uha8ag{margin:2rem 0;position:relative;padding:2rem 0}.timeline.svelte-1uha8ag:before{content:"";position:absolute;left:50%;width:2px;height:100%;background:linear-gradient(var(--orange-light),var(--orange-dark));transform:translate(-50%)}.timeline-item.svelte-1uha8ag{margin:2rem 0;position:relative;width:50%;padding:0 2rem}.timeline-item.svelte-1uha8ag:nth-child(odd){left:0;text-align:right}.timeline-item.svelte-1uha8ag:nth-child(2n){left:50%}.timeline-date.svelte-1uha8ag{color:var(--orange-light);font-weight:700;margin-bottom:.5rem}.contact-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.contact-info.svelte-1uha8ag{color:var(--grey);line-height:1.6;display:flex;flex-direction:column;align-items:center;text-align:center}.contact-info.svelte-1uha8ag h3:where(.svelte-1uha8ag){color:var(--orange-light);margin-bottom:1rem}@media (max-width: 768px){.timeline.svelte-1uha8ag:before{left:0}.timeline-item.svelte-1uha8ag{width:100%;padding-left:2rem}.timeline-item.svelte-1uha8ag:nth-child(odd),.timeline-item.svelte-1uha8ag:nth-child(2n){left:0;text-align:left}.contact-grid.svelte-1uha8ag{grid-template-columns:1fr}}
