.hero-section_hero__Di_JS{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;background-position:50%;background-size:cover;color:#fff;text-align:center}.hero-section_overlay__p3zZD{position:absolute;inset:0;background:linear-gradient(in oklch 180deg,color-mix(in srgb,#000 80%,transparent),color-mix(in srgb,var(--color-primary) 20%,transparent));backdrop-filter:blur(1px)}.hero-section_content__QijDz{position:relative;z-index:1;width:min(100% - 2rem,72rem);margin-inline:auto;padding:5rem 1rem;animation:hero-section_reveal__femOy .7s ease both}.hero-section_title__r0iJw{max-width:58rem;margin:0 auto;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.055em;line-height:.98;text-wrap:balance}.hero-section_description__d01Gi{max-width:42rem;margin:1rem auto 0;font-size:clamp(1rem,1.75vw,1.25rem);line-height:1.65}.hero-section_actions__BxgSU{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.hero-section_action__njanm{display:inline-flex;min-height:3.5rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:.55rem;padding-inline:2rem;color:#111;font-size:1.08rem;font-weight:900;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.hero-section_action__njanm:focus-visible,.hero-section_action__njanm:hover{outline:none;transform:translateY(-1px)}.hero-section_primary__WU7Pm{border-color:var(--color-primary,#f3bd1b);background:var(--color-primary,#f3bd1b)}.hero-section_primary__WU7Pm:focus-visible,.hero-section_primary__WU7Pm:hover{border-color:var(--color-secondary,#f6d15a);background:var(--color-secondary,#f6d15a)}.hero-section_secondary__KV3lO{border-color:var(--color-secondary,#f6d15a);background:var(--color-secondary,#f6d15a)}.hero-section_secondary__KV3lO:focus-visible,.hero-section_secondary__KV3lO:hover{border-color:var(--color-primary,#f3bd1b);background:var(--color-primary,#f3bd1b)}@keyframes hero-section_reveal__femOy{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hero-section_actions__BxgSU{align-items:stretch;flex-direction:column}.hero-section_action__njanm{width:100%}}.hero-section_aboutSection__PbZ6D{background:var(--background,#fff);padding:clamp(4rem,8vw,6rem) 0 0}.hero-section_aboutContainer__sBOVV{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2rem,5vw,3rem);width:min(100% - 2rem,72rem);margin-inline:auto}.hero-section_aboutCopy__oWmKk,.hero-section_aboutImageWrap__nvfA1{animation:hero-section_fadeIn__2r1Do .7s ease both}.hero-section_aboutCopy__oWmKk{animation-delay:.16s}.hero-section_aboutImage__w1zIx{width:100%;height:auto;border-radius:.75rem;box-shadow:0 18px 50px hsla(0,0%,8%,.14)}.hero-section_aboutTitle__ZLm7S,.hero-section_galleryTitle__uhTuF{margin:0 0 1rem;color:var(--color-primary);font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em}.hero-section_aboutBody__VjXVp{margin:0 0 1.5rem;color:var(--muted-foreground,#5f6368);line-height:1.8;text-align:justify}.hero-section_aboutCta__KDQTC,.hero-section_galleryCta__SqVIH{display:inline-flex;min-height:2.75rem;align-items:center;gap:.5rem;justify-content:center;border-radius:.5rem;padding-inline:1rem;font-weight:850;text-decoration:none}.hero-section_aboutCta__KDQTC{border:1px solid var(--color-primary,#b27800);color:var(--color-primary,#b27800);transition:background-color .16s ease,color .16s ease}.hero-section_aboutCta__KDQTC:focus-visible,.hero-section_aboutCta__KDQTC:hover{background:var(--color-primary,#b27800);color:#fff;outline:none}.hero-section_gallerySection__W2ifh{background:var(--color-background);padding:clamp(4rem,8vw,6rem) 0;text-align:center}.hero-section_galleryContainer__aZqIA{width:min(100% - 2rem,72rem);margin-inline:auto}.hero-section_galleryTitle__uhTuF{margin-bottom:3rem}.hero-section_galleryGrid__bm61f{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.hero-section_galleryImageCard__ce42K{overflow:hidden;border-radius:.75rem;box-shadow:0 16px 42px hsla(0,0%,8%,.14)}.hero-section_galleryImage__dQpJt{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.hero-section_galleryImageCard__ce42K:hover .hero-section_galleryImage__dQpJt{transform:scale(1.05)}.hero-section_galleryCtaWrap__Ukzkb{margin-top:3rem}.hero-section_galleryCta__SqVIH{background:var(--color-primary);color:var(--color-primary-foreground)}@keyframes hero-section_fadeIn__2r1Do{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hero-section_aboutContainer__sBOVV{grid-template-columns:1fr}.hero-section_galleryGrid__bm61f{grid-template-columns:repeat(2,minmax(0,1fr))}}