.hero{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;height:85vh;background:var(--surface-white)}.hero:not(.hero-animate){background:var(--surface-white)}.hero-image{opacity:0;transform:scale(1.05);will-change:opacity,transform}.product-card{opacity:0;transform:translateY(30px);will-change:opacity,transform}.hero-title{opacity:0;transform:translate(30px);will-change:opacity,transform}.hero-buttons{opacity:0;transform:scale(.95);will-change:opacity,transform}.hero-animate .hero-image{animation:heroImageFadeIn 1s cubic-bezier(.16,1,.3,1) forwards}.hero-animate .product-card{animation:heroCardFadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.hero-animate .product-card:nth-child(1){animation-delay:.2s}.hero-animate .product-card:nth-child(2){animation-delay:.3s}.hero-animate .hero-title{animation:heroTitleFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.4s}.hero-animate .hero-buttons{animation:heroButtonsFadeIn .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.6s}.hero-animate .hero-image,.hero-animate .product-card,.hero-animate .hero-title,.hero-animate .hero-buttons{animation-fill-mode:forwards}@media (min-width: 1024px){.hero-animate .hero-image{animation-delay:0s}}@keyframes heroImageFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes heroCardFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitleFadeIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes heroButtonsFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 1023px){.hero-title{transform:translateY(20px)}@keyframes heroTitleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.no-js .hero .hero-image,.no-js .hero .product-card,.no-js .hero .hero-title,.no-js .hero .hero-buttons{opacity:1!important;transform:none!important;animation:none!important}.hero-image,.product-card,.hero-title,.hero-buttons{backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased}@media (prefers-reduced-motion: reduce){.hero-animate .hero-image,.hero-animate .product-card,.hero-animate .hero-title,.hero-animate .hero-buttons{animation:none;opacity:1;transform:none}}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;height:100%;align-items:stretch}.hero-image-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;margin:0}.hero-image{width:100%;height:100%;object-fit:cover;display:block;padding:0;margin:0}.hero-text-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(2.5rem,5vw,5rem);overflow:visible}.hero-content-wrapper{display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:100%;overflow:visible;gap:clamp(1.25rem,2vw,3rem)}.hero-products{display:flex;gap:clamp(1.25rem,1.5vw,1.5rem);justify-content:flex-end;align-items:flex-end;width:100%;flex:1;min-height:0}.product-card{flex:1;max-width:clamp(200px,20vw,300px);width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-white);border:1px solid color-mix(in srgb,var(--text-dark) 40%,transparent 90%);transition:all var(--transition-slow);text-decoration:none}.product-image{width:100%;height:100%;object-fit:cover;display:block}.hero-title{font-size:1.75rem;font-weight:300;margin:0;color:var(--text-dark);text-align:right;line-height:1.4}.hero-title span{display:block;margin-top:.25rem}.hero-title-italic{font-style:italic}.hero-buttons{display:flex;gap:1rem;margin-top:clamp(1.75rem,2vw,2rem);position:relative;z-index:10;align-items:center;justify-content:flex-end}.hero-buttons .cta-button{flex:1;max-width:clamp(180px,15vw,220px);white-space:nowrap;height:50px;padding:.75rem clamp(1rem,1.5vw,1.5rem)}.hero-buttons .cta-button:not(.cta-square):before{display:none}.hero-buttons .cta-button:not(.cta-square){background-color:var(--text-dark);color:var(--surface-white);border-color:var(--text-dark);transition:background-color .3s ease,color .3s ease,border-color .3s ease}.hero-buttons .cta-button:not(.cta-square):hover{background-color:transparent;color:var(--text-dark);border-color:color-mix(in srgb,var(--text-dark) 30%,transparent 70%)}.hero-buttons .cta-button.cta-square{flex:0 0 auto;width:50px;height:50px;min-width:50px;min-height:50px;padding:0;display:flex;align-items:center;justify-content:center}.hero-buttons .cta-button.cta-square svg{width:22px;height:22px}.hero .cta-button{visibility:visible;opacity:1}@media (min-width: 1024px) and (max-width: 1440px){.hero-buttons .cta-button{padding:.75rem 1.25rem;max-width:clamp(200px,18vw,240px)}}@media (max-width: 1023px){.hero{height:auto;min-height:85vh}.hero-title{font-size:1.5rem;text-align:center}.hero-container{gap:0;display:flex;flex-direction:column}.hero-image-box{height:50vh;min-height:450px;flex-shrink:0}.hero-text-box{padding:0;margin-top:-2.5rem;position:relative;z-index:5;flex:1;display:flex;align-items:flex-start}.hero-content-wrapper{justify-content:space-between;padding:0 2rem 2rem;width:100%}.hero-buttons{margin-top:1.5rem;justify-content:center}.hero-buttons .cta-button{max-width:200px;font-size:.8125rem;padding:.75rem 1.25rem}.hero-products{gap:1.25rem;align-items:center;justify-content:center}.product-card{max-width:220px}}@media (max-width: 768px){.hero{height:auto;min-height:100vh;padding:0;display:flex;align-items:stretch}.hero-container{grid-template-columns:1fr;gap:0;display:flex;flex-direction:column}.hero-image-box{width:100%;padding:0;margin:0;height:55vh;min-height:400px;flex-shrink:0}.hero-text-box{aspect-ratio:auto;min-height:auto;padding:0;margin-top:-2rem;position:relative;z-index:5;flex:1;display:flex;align-items:flex-start}.hero-content-wrapper{gap:1rem;padding:0 1.5rem 2rem;width:100%}.hero-products{justify-content:center;gap:.75rem}.product-card{flex:1;max-width:160px}.hero-title{font-size:1.5rem;text-align:center;line-height:1.3}.hero-title span{margin-top:.35rem!important;font-size:.9em}.hero-buttons{flex-direction:row;gap:.75rem;justify-content:center;margin-top:.5rem}.hero-buttons .cta-button{width:auto;padding:.875rem 1.25rem;height:50px}.hero-buttons .cta-button:not(.cta-square){flex:1;max-width:none}.hero-buttons .cta-button.cta-square{flex:0 0 auto;width:50px;height:50px;min-width:50px;min-height:50px;padding:0;display:flex;align-items:center;justify-content:center}.hero-buttons .cta-button.cta-square svg{width:22px;height:22px}}@media (max-width: 480px){.hero{min-height:100vh;padding:0}.hero-image-box{height:50vh;min-height:350px}.hero-text-box{margin-top:-1.5rem}.hero-content-wrapper{gap:.875rem;padding:0 1rem 1.5rem}.hero-products{gap:.625rem;justify-content:center}.product-card{flex:1;max-width:140px}.hero-title{font-size:1.175rem;text-align:center}.hero-title span{font-size:.85em}.hero-buttons{gap:.625rem;margin-top:.5rem}.hero-buttons .cta-button{padding:.8rem 1.25rem;font-size:.8125rem;height:46px}.hero-buttons .cta-button.cta-square{flex:0 0 auto;width:46px;height:46px;min-width:46px;min-height:46px}.hero-buttons .cta-button.cta-square svg{width:20px;height:20px}}.gallery-carousel{width:100%;display:block;min-height:220px}.gallery-carousel__container{position:relative;width:100%;padding-top:0;cursor:grab}.gallery-carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.gallery-carousel__title{margin:0;font-size:clamp(1.25rem,.9vw + 1.25rem,1.75rem);font-weight:400;color:var(--text-dark)}.gallery-carousel__nav-container{display:flex;align-items:center;gap:8px;margin-left:auto}.gallery-carousel__nav-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background-color:var(--background);border:1px solid var(--text-dark);transition:opacity .2s ease;cursor:pointer;opacity:.8}.gallery-carousel__nav-btn--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.gallery-carousel__nav-arrow{display:flex;align-items:center;justify-content:center;color:var(--text-dark);opacity:1}.gallery-swiper{position:relative;width:100%;height:auto;overflow:hidden}.gallery-carousel__item{position:relative;border-radius:var(--radius);overflow:hidden;width:100%;display:flex;flex-direction:column}.gallery-carousel__image-container{position:relative;width:100%;flex:0 0 auto;aspect-ratio:1 / 1;overflow:hidden}.gallery-carousel__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius);transition:transform .3s ease}.gallery-carousel__overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:var(--radius)}.gallery-carousel__quick-view-btn{background:#fffffff2;border:none;border-radius:50px;padding:12px 20px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026}.gallery-carousel__quick-view-btn:hover{transform:translateY(0);box-shadow:0 6px 25px #0003}.gallery-carousel__magnifier{color:var(--text-dark);transition:transform .2s ease}.gallery-carousel__quick-view-btn:hover .gallery-carousel__magnifier{transform:scale(1.1)}.gallery-carousel__quick-view-text{font-size:.85rem;font-weight:500;color:var(--text-dark);white-space:nowrap}.gallery-carousel__image-container:hover .gallery-carousel__overlay{opacity:1;visibility:visible}.gallery-carousel__image-container:hover .gallery-carousel__image{transform:scale(1.05)}.gallery-carousel__caption{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.25rem;padding:.75rem .5rem;flex:1 1 auto;min-height:75px;text-align:center}.gallery-carousel__name{font-size:1rem;font-weight:400;text-transform:uppercase;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;height:1.2em;line-height:1.2}.gallery-carousel__description{font-size:.8rem;color:color-mix(in srgb,var(--text-dark) 70%,transparent 30%);line-height:1.3;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;height:1.3em;max-height:1.3em}@media (max-width: 1024px){.gallery-carousel__item{min-height:280px}.gallery-carousel__caption{min-height:70px}.gallery-carousel__description{font-size:.75rem;height:1.3em;max-height:1.3em}.gallery-carousel__nav-btn{width:36px;height:36px}.gallery-carousel__quick-view-btn{padding:10px 16px}.gallery-carousel__quick-view-text{font-size:.8rem}.gallery-carousel__magnifier{width:18px;height:18px}}@media (max-width: 768px){.gallery-carousel__item{min-height:250px}.gallery-carousel__caption{min-height:65px;gap:.2rem}.gallery-carousel__name{font-size:.9rem}.gallery-carousel__description{font-size:.7rem;height:1.3em;max-height:1.3em}.gallery-carousel__nav-btn{width:34px;height:34px}.gallery-carousel__nav-arrow svg{width:14px;height:14px}.gallery-carousel__quick-view-btn{padding:8px 14px}.gallery-carousel__quick-view-text{font-size:.75rem}.gallery-carousel__magnifier{width:16px;height:16px}}@media (max-width: 480px){.gallery-carousel{margin-top:0;padding:.75rem}.gallery-carousel__item{min-height:220px}.gallery-carousel__caption{min-height:60px;gap:.15rem;padding:.5rem .25rem}.gallery-carousel__name{font-size:.85rem}.gallery-carousel__description{font-size:.65rem;height:3em;max-height:3em}.gallery-carousel__nav-btn{width:32px;height:32px}.gallery-carousel__nav-arrow svg{width:12px;height:12px}.gallery-carousel__quick-view-btn{padding:6px 12px}.gallery-carousel__quick-view-text{font-size:.7rem}.gallery-carousel__magnifier{width:14px;height:14px}}.heritage-carousel{margin-top:3rem;width:100%;display:block;min-height:220px}.heritage-carousel__container{position:relative;width:100%;padding-top:0;cursor:grab}.heritage-carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.heritage-carousel__title{margin:0;font-size:clamp(1.25rem,.9vw + 1.25rem,1.75rem);font-weight:400;color:var(--text-dark)}.heritage-carousel__nav-container{display:flex;align-items:center;gap:8px;margin-left:auto}.heritage-carousel__nav-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background-color:var(--background);border:1px solid var(--text-dark);transition:opacity .2s ease;cursor:pointer;opacity:.8}.heritage-carousel__nav-btn--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.heritage-carousel__nav-arrow{display:flex;align-items:center;justify-content:center;color:var(--text-dark);opacity:1}.heritage-swiper{position:relative;width:100%;height:auto;overflow:hidden}.swiper-wrapper{align-items:stretch}.swiper-slide{height:auto;display:flex}.heritage-carousel__item{position:relative;border-radius:var(--radius);overflow:hidden;width:100%;display:flex;flex-direction:column}.heritage-carousel__image-container{position:relative;width:100%;flex:0 0 auto;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius)}.heritage-carousel__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius);transition:transform .3s ease}.heritage-carousel__overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:var(--radius)}.heritage-carousel__quick-view-btn{background:#fffffff2;border:none;border-radius:50px;padding:12px 20px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026}.heritage-carousel__quick-view-btn:hover{transform:translateY(0);box-shadow:0 6px 25px #0003}.heritage-carousel__magnifier{color:var(--text-dark);transition:transform .2s ease}.heritage-carousel__quick-view-btn:hover .heritage-carousel__magnifier{transform:scale(1.1)}.heritage-carousel__quick-view-text{font-size:.85rem;font-weight:500;color:var(--text-dark);white-space:nowrap}.heritage-carousel__image-container:hover .heritage-carousel__overlay{opacity:1;visibility:visible}.heritage-carousel__image-container:hover .heritage-carousel__image{transform:scale(1.05)}.heritage-carousel__caption{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.25rem;padding:.75rem .5rem;flex:1 1 auto;min-height:75px;text-align:center}.heritage-carousel__name{font-size:.95rem;font-weight:300;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;height:1.2em;line-height:1.2}.heritage-carousel__description{font-size:.8rem;color:color-mix(in srgb,var(--text-dark) 70%,transparent 30%);line-height:1.3;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em;max-height:2.6em}@media (max-width: 1024px){.heritage-carousel__item{min-height:280px}.heritage-carousel__caption{min-height:70px}.heritage-carousel__description{font-size:.75rem;height:2.4em;max-height:2.4em}.heritage-carousel__nav-btn{width:36px;height:36px}.heritage-carousel__quick-view-btn{padding:10px 16px}.heritage-carousel__quick-view-text{font-size:.8rem}.heritage-carousel__magnifier{width:18px;height:18px}}@media (max-width: 768px){.heritage-carousel__item{min-height:250px}.heritage-carousel__caption{min-height:65px;gap:.2rem}.heritage-carousel__name{font-size:.9rem}.heritage-carousel__description{font-size:.7rem;height:2.2em;max-height:2.2em}.heritage-carousel__nav-btn{width:34px;height:34px}.heritage-carousel__nav-arrow svg{width:14px;height:14px}.heritage-carousel__quick-view-btn{padding:8px 14px}.heritage-carousel__quick-view-text{font-size:.75rem}.heritage-carousel__magnifier{width:16px;height:16px}}@media (max-width: 480px){.heritage-carousel{margin-top:0rem;padding:1rem}.heritage-carousel__item{min-height:220px}.heritage-carousel__caption{min-height:60px;gap:.15rem;padding:.5rem .25rem}.heritage-carousel__name{font-size:.85rem}.heritage-carousel__description{font-size:.65rem;height:3em;max-height:3em}.heritage-carousel__nav-btn{width:32px;height:32px}.heritage-carousel__nav-arrow svg{width:12px;height:12px}.heritage-carousel__quick-view-btn{padding:6px 12px}.heritage-carousel__quick-view-text{font-size:.7rem}.heritage-carousel__magnifier{width:14px;height:14px}}.grid-box{width:100%;margin:4rem 0;position:relative}.grid-box__container{display:flex;align-items:center;gap:4rem;margin:0 auto;position:relative}.grid-box__container--flipped{display:flex;align-items:center;gap:4rem;margin:0 auto;position:relative;flex-direction:row-reverse;margin-top:5rem}.grid-box__image-container{flex:1;position:relative;z-index:1;aspect-ratio:16 / 9;border-radius:1em;overflow:hidden}.grid-box__image{width:100%;height:100%;object-fit:cover;object-position:center}.grid-box__content{flex:1;position:relative;z-index:5;padding:2rem;max-width:700px;margin-left:-2rem}.grid-box__content--heritage{margin-left:0;margin-right:-5rem}.grid-box__content--flipped{flex:1;position:relative;z-index:5;padding:2rem;max-width:700px;border-radius:var(--radius);margin-left:0;margin-right:-5rem}.grid-box__text{max-width:800px}.grid-box__title{font-family:var(--font-primary);font-size:clamp(1.75rem,2vw + 1rem,2.5rem);font-weight:400;color:var(--primary);margin:0 0 1.5rem;line-height:1.4}.grid-box__description{font-size:1.1rem;line-height:1.6;color:var(--text-dark);margin:0 0 2rem;max-width:90%;line-height:2.4}.grid-box__cta{font-family:var(--font-primary);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:var(--font-medium);color:var(--primary)!important;background:var(--surface-white);border:1px solid var(--surface-border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-normal);text-decoration:none;min-width:160px;position:relative;overflow:hidden}.grid-box__cta:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.grid-box__cta:active:not(:disabled){transform:translateY(0)}@media (max-width: 1024px){.grid-box__container{gap:2rem;padding:0 1.5rem}.grid-box__content{padding:2.5rem 2rem;margin-left:-1.5rem}.grid-box__container--flipped .grid-box__content--flipped,.grid-box__content--heritage{margin-right:-1.5rem;margin-left:0}.grid-box__title{font-size:clamp(1.5rem,2vw + 1rem,2rem)}.grid-box__description{font-size:1rem;max-width:95%}}@media (max-width: 768px){.grid-box{margin:3rem 0}.grid-box__container{flex-direction:column;gap:2rem;padding:0 1rem;text-align:center}.grid-box__image-container{order:1;width:100%;max-width:500px;margin:0 auto;z-index:0}.grid-box__content{order:2;margin-left:0;padding:2rem 1.5rem;max-width:100%}.grid-box__container--flipped{flex-direction:column;gap:2rem;padding:0 1rem;text-align:center}.grid-box__container--flipped .grid-box__content--flipped,.grid-box__content--heritage{order:2;margin-right:0;margin-left:0;padding:2rem 1.5rem;max-width:100%}.grid-box__container--flipped .grid-box__image-container,.grid-box__image-container--heritage{order:1;width:100%;max-width:500px;margin:0 auto;z-index:0}.grid-box__text{max-width:100%}.grid-box__title{font-size:clamp(1.4rem,3vw + 1rem,1.8rem);margin-bottom:1rem}.grid-box__description{font-size:.95rem;margin-bottom:1.5rem;max-width:100%}.grid-box__cta{padding:.75rem 1.75rem;font-size:.95rem;min-width:140px}}@media (max-width: 480px){.grid-box{margin:2rem 0}.grid-box__container{padding:0 .75rem;margin-bottom:0}.grid-box__content{padding:1.5rem 1rem;margin-top:-2rem;z-index:1;text-align:left}.grid-box__title{font-size:1.3rem;margin-bottom:.75rem}.grid-box__description{font-size:.9rem;margin-bottom:1.25rem}.grid-box__cta{padding:.7rem 1.5rem;font-size:.9rem;min-width:120px}.grid-box__container--flipped{margin-top:0rem}}.hero[data-astro-cid-j7pv25f6]{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;height:85vh}.hero-image[data-astro-cid-j7pv25f6]{opacity:0;transform:scale(1.05)}.product-card[data-astro-cid-j7pv25f6]{opacity:0;transform:translateY(30px)}.hero-title[data-astro-cid-j7pv25f6]{opacity:0;transform:translate(30px)}.hero-buttons[data-astro-cid-j7pv25f6]{opacity:0;transform:scale(.95)}.hero-container[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;height:100%;align-items:stretch}.hero-image-box[data-astro-cid-j7pv25f6]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;margin:0}.hero-image[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover;display:block;padding:0;margin:0}.hero-text-box[data-astro-cid-j7pv25f6]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(2.5rem,5vw,5rem);overflow:visible}.hero-content-wrapper[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:100%;overflow:visible;gap:clamp(1.25rem,2vw,3rem)}.hero-products[data-astro-cid-j7pv25f6]{display:flex;gap:clamp(1.25rem,1.5vw,1.5rem);justify-content:flex-end;align-items:flex-end;width:100%;flex:1;min-height:0}.product-card[data-astro-cid-j7pv25f6]{flex:1;max-width:clamp(200px,20vw,300px);width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-white);border:1px solid color-mix(in srgb,var(--text-dark) 10%,transparent 90%);transition:all var(--transition-slow);text-decoration:none}.product-image[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover;display:block}.hero-title[data-astro-cid-j7pv25f6]{font-size:clamp(2rem,2.5vw + 1rem,2.25rem);font-weight:300;margin:0;color:var(--text-dark);text-align:right;line-height:1.4}.hero-title[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{display:block;margin-top:.25rem}.hero-title-italic[data-astro-cid-j7pv25f6]{font-style:italic}.hero-buttons[data-astro-cid-j7pv25f6]{display:flex;gap:1rem;margin-top:clamp(1.75rem,2vw,2rem);position:relative;z-index:10;align-items:center;justify-content:flex-end}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6]{flex:1;max-width:clamp(180px,15vw,220px);white-space:nowrap;height:50px}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6]:not(.cta-square):before{display:none}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6]:not(.cta-square){background-color:var(--text-dark);color:var(--surface-white);border-color:var(--text-dark);transition:background-color .3s ease,color .3s ease,border-color .3s ease}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6]:not(.cta-square):hover{background-color:transparent;color:var(--text-dark);border-color:color-mix(in srgb,var(--text-dark) 30%,transparent 70%)}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6].cta-square{flex:0 0 auto;width:50px;height:50px;min-width:50px;min-height:50px;padding:0;display:flex;align-items:center;justify-content:center}.hero-buttons[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6].cta-square svg[data-astro-cid-j7pv25f6]{width:22px;height:22px}.hero[data-astro-cid-j7pv25f6] .cta-button[data-astro-cid-j7pv25f6]{visibility:visible;opacity:1}@media (max-width: 1024px){.hero[data-astro-cid-j7pv25f6]{height:auto;min-height:85vh}.hero-container[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column}.hero-image-box[data-astro-cid-j7pv25f6]{height:50vh;min-height:450px;flex-shrink:0}.hero-text-box[data-astro-cid-j7pv25f6]{padding:0;margin-top:-2.5rem;position:relative;z-index:5;flex:1;display:flex;align-items:flex-start}}@media (max-width: 768px){.hero[data-astro-cid-j7pv25f6]{height:auto;min-height:100vh;padding:0;display:flex;align-items:stretch}.hero-container[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;display:flex;flex-direction:column}.hero-image-box[data-astro-cid-j7pv25f6]{height:55vh;min-height:400px;flex-shrink:0}.hero-text-box[data-astro-cid-j7pv25f6]{margin-top:-2rem;position:relative;z-index:5;flex:1}}
