.hero[data-astro-cid-shwxrd6l]{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;padding:8rem 1.5rem 5rem;overflow:hidden}.hero__wrapper[data-astro-cid-shwxrd6l]{width:100%;max-width:900px;animation:fadeUp 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__content[data-astro-cid-shwxrd6l]{display:flex;flex-direction:column;align-items:center;text-align:center}.hero__badge[data-astro-cid-shwxrd6l]{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.5rem;background:var(--color-black-light);border:1px solid var(--color-gray-dark);border-radius:var(--radius-full);margin-bottom:2.5rem}.badge__dot[data-astro-cid-shwxrd6l]{width:5px;height:5px;background:var(--color-gold);border-radius:50%}.badge__text[data-astro-cid-shwxrd6l]{font-size:1rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-secondary)}.hero__logo-wrapper[data-astro-cid-shwxrd6l]{margin-bottom:2rem}.hero__logo[data-astro-cid-shwxrd6l]{width:100%;max-width:400px;display:block;margin:0 auto}.hero__logo[data-astro-cid-shwxrd6l] img[data-astro-cid-shwxrd6l]{width:100%;height:auto}@media (min-width: 768px){.hero__logo[data-astro-cid-shwxrd6l]{max-width:480px}}.hero__slogan[data-astro-cid-shwxrd6l]{font-family:Emberly,serif;font-weight:200;font-size:clamp(1.75rem,4vw,2.5rem);color:var(--color-text-secondary);line-height:1.4;max-width:650px;margin-bottom:3rem}.hero__divider[data-astro-cid-shwxrd6l]{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.divider__line[data-astro-cid-shwxrd6l]{width:60px;height:1px;background:var(--color-gray-dark)}.divider__dot[data-astro-cid-shwxrd6l]{width:6px;height:6px;background:var(--color-gold);border-radius:50%}.hero__stats[data-astro-cid-shwxrd6l]{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:2.5rem}@media (max-width: 640px){.hero__stats[data-astro-cid-shwxrd6l]{flex-direction:column;gap:1.5rem}}.stat-item[data-astro-cid-shwxrd6l]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-item__number[data-astro-cid-shwxrd6l]{font-family:Emberly,serif;font-weight:200;font-size:clamp(3rem,6vw,4rem);color:var(--color-gold);line-height:1}.stat-item__label[data-astro-cid-shwxrd6l]{font-size:1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.hero__actions[data-astro-cid-shwxrd6l]{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}@media (min-width: 480px){.hero__actions[data-astro-cid-shwxrd6l]{flex-direction:row;justify-content:center;max-width:none}}.hero__btn[data-astro-cid-shwxrd6l]{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.75rem;font-size:.9375rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;border-radius:var(--radius-full);transition:all .3s ease;flex:1}.hero__btn--primary[data-astro-cid-shwxrd6l]{background:var(--color-gold);color:var(--color-black)}.hero__btn--primary[data-astro-cid-shwxrd6l]:hover{background:var(--color-gold-light);transform:translateY(-2px)}.hero__btn--outline[data-astro-cid-shwxrd6l]{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-gray-medium)}.hero__btn--outline[data-astro-cid-shwxrd6l]:hover{border-color:var(--color-gold);color:var(--color-gold)}@media (prefers-reduced-motion: reduce){.hero__wrapper[data-astro-cid-shwxrd6l]{animation:none;opacity:1}}.categories[data-astro-cid-3h2qmwsn]{padding:clamp(5rem,10vw,8rem) 0;position:relative}.categories[data-astro-cid-3h2qmwsn]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--color-gray-dark)}.categories__grid[data-astro-cid-3h2qmwsn]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.categories__grid[data-astro-cid-3h2qmwsn]{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.category[data-astro-cid-3h2qmwsn]{position:relative;overflow:hidden;border-radius:var(--radius-lg);height:320px;cursor:pointer;border:1px solid var(--color-gray-dark);transition:all .5s cubic-bezier(.16,1,.3,1)}.category--large[data-astro-cid-3h2qmwsn]{grid-column:span 2}@media (min-width: 768px){.category[data-astro-cid-3h2qmwsn]{height:380px}}.category__image[data-astro-cid-3h2qmwsn]{position:absolute;inset:0}.category__image[data-astro-cid-3h2qmwsn] img[data-astro-cid-3h2qmwsn]{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.category__overlay[data-astro-cid-3h2qmwsn]{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,12,.9) 0%,rgba(12,12,12,.3) 50%,transparent 100%);z-index:1;transition:all .5s ease}.category__content[data-astro-cid-3h2qmwsn]{position:absolute;inset:0;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;z-index:2}.category__number[data-astro-cid-3h2qmwsn]{font-size:1.125rem;font-weight:700;letter-spacing:.15em;color:var(--color-gold)}.category__info[data-astro-cid-3h2qmwsn]{margin-top:auto}.category__title[data-astro-cid-3h2qmwsn]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.25rem,6vw,3.25rem);color:var(--color-text-primary);line-height:1.1;margin-bottom:.75rem;transition:transform .4s ease}.category__desc[data-astro-cid-3h2qmwsn]{font-size:1.125rem;color:var(--color-text-secondary);transition:all .4s ease}.category[data-astro-cid-3h2qmwsn]:hover{transform:translateY(-8px);border-color:var(--color-gold-dark);box-shadow:var(--shadow-xl)}.category[data-astro-cid-3h2qmwsn]:hover .category__image[data-astro-cid-3h2qmwsn] img[data-astro-cid-3h2qmwsn]{transform:scale(1.08)}.category[data-astro-cid-3h2qmwsn]:hover .category__overlay[data-astro-cid-3h2qmwsn]{background:linear-gradient(to top,#0c0c0cf2,#0c0c0c80 60%,#0c0c0c4d)}.category[data-astro-cid-3h2qmwsn]:hover .category__title[data-astro-cid-3h2qmwsn]{transform:translateY(-4px)}.category[data-astro-cid-3h2qmwsn]:hover .category__desc[data-astro-cid-3h2qmwsn]{color:var(--color-gold)}.categories__cta[data-astro-cid-3h2qmwsn]{text-align:center;margin-top:clamp(4rem,8vw,5rem)}.history[data-astro-cid-jkdq2v22]{padding:clamp(5rem,10vw,8rem) 0;position:relative}.history[data-astro-cid-jkdq2v22]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--color-gray-dark)}.history__grid[data-astro-cid-jkdq2v22]{display:grid;gap:4rem;align-items:center}@media (min-width: 1000px){.history__grid[data-astro-cid-jkdq2v22]{grid-template-columns:1fr 1fr;gap:6rem}}.history__content[data-astro-cid-jkdq2v22]{display:flex;flex-direction:column;gap:2.5rem}.history__header[data-astro-cid-jkdq2v22]{display:flex;flex-direction:column;gap:1.25rem}.header__badge[data-astro-cid-jkdq2v22]{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:var(--color-black-light);border:1px solid var(--color-gray-dark);border-radius:var(--radius-full);width:fit-content}.header__badge[data-astro-cid-jkdq2v22] span[data-astro-cid-jkdq2v22]:last-child{font-size:.875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold)}.header__title[data-astro-cid-jkdq2v22]{font-family:Emberly,serif;font-weight:200;font-size:clamp(4rem,10vw,7rem);color:var(--color-gold);letter-spacing:-.02em;line-height:.95}.history__text[data-astro-cid-jkdq2v22]{display:flex;flex-direction:column;gap:2rem}.history__text[data-astro-cid-jkdq2v22] p[data-astro-cid-jkdq2v22]{color:var(--color-text-secondary);font-size:1.25rem;line-height:1.8}.history__text[data-astro-cid-jkdq2v22] strong[data-astro-cid-jkdq2v22]{color:var(--color-gold);font-weight:600}.text__lead[data-astro-cid-jkdq2v22]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2rem,4vw,2.75rem)!important;color:var(--color-text-primary)!important;line-height:1.4!important}.history__stats[data-astro-cid-jkdq2v22]{display:flex;gap:3rem;padding:2rem 0;border-top:1px solid var(--color-gray-dark);border-bottom:1px solid var(--color-gray-dark)}.stat[data-astro-cid-jkdq2v22]{display:flex;flex-direction:column;gap:.5rem}.stat__value[data-astro-cid-jkdq2v22]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--color-gold);line-height:1}.stat__label[data-astro-cid-jkdq2v22]{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted)}.history__actions[data-astro-cid-jkdq2v22]{display:flex;flex-wrap:wrap;gap:1rem}.history__image[data-astro-cid-jkdq2v22]{margin:0}.image__wrapper[data-astro-cid-jkdq2v22]{position:relative;border-radius:var(--radius-lg);overflow:hidden}.image__wrapper[data-astro-cid-jkdq2v22] img[data-astro-cid-jkdq2v22]{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .6s ease}.image__frame[data-astro-cid-jkdq2v22]{position:absolute;inset:0;border:1px solid var(--color-gray-dark);border-radius:var(--radius-lg);pointer-events:none}.image__wrapper[data-astro-cid-jkdq2v22]:hover img[data-astro-cid-jkdq2v22]{transform:scale(1.03)}@media (min-width: 1000px){.image__wrapper[data-astro-cid-jkdq2v22] img[data-astro-cid-jkdq2v22]{aspect-ratio:auto;min-height:550px}}.image__caption[data-astro-cid-jkdq2v22]{margin-top:1.25rem;font-size:1.0625rem;color:var(--color-text-muted);text-align:center}@media (prefers-reduced-motion: reduce){.image__wrapper[data-astro-cid-jkdq2v22] img[data-astro-cid-jkdq2v22]{transition:none}}.suggestions[data-astro-cid-jp64bdqd]{padding:clamp(5rem,10vw,8rem) 0;position:relative}.suggestions[data-astro-cid-jp64bdqd]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--color-gray-dark)}.suggestions__row[data-astro-cid-jp64bdqd]{display:grid;gap:2.5rem;margin-bottom:3rem;align-items:center}@media (min-width: 1000px){.suggestions__row[data-astro-cid-jp64bdqd]{grid-template-columns:1fr 1fr;gap:4rem}.suggestions__row--reverse[data-astro-cid-jp64bdqd] .suggestions__card[data-astro-cid-jp64bdqd]{order:2}.suggestions__row--reverse[data-astro-cid-jp64bdqd] .suggestions__img[data-astro-cid-jp64bdqd]{order:1}}.suggestions__card[data-astro-cid-jp64bdqd]{padding:2rem;background:var(--color-black-light);border:1px solid var(--color-gray-dark);border-radius:var(--radius-lg)}.card__header[data-astro-cid-jp64bdqd]{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-gray-dark)}.card__num[data-astro-cid-jp64bdqd]{font-size:1.125rem;font-weight:700;letter-spacing:.1em;color:var(--color-text-muted)}.card__title[data-astro-cid-jp64bdqd]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.25rem,6vw,3.25rem);color:var(--color-gold)}.card__list[data-astro-cid-jp64bdqd]{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.card__item[data-astro-cid-jp64bdqd]{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-gray-dark);transition:all .3s ease}.card__item[data-astro-cid-jp64bdqd]:last-child{border-bottom:none;padding-bottom:0}.card__item[data-astro-cid-jp64bdqd]:hover{padding-left:.5rem}.card__item[data-astro-cid-jp64bdqd]:hover .item__name[data-astro-cid-jp64bdqd]{color:var(--color-gold)}.item__info[data-astro-cid-jp64bdqd]{display:flex;flex-direction:column;gap:.375rem}.item__header[data-astro-cid-jp64bdqd]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.item__name[data-astro-cid-jp64bdqd]{font-weight:600;font-size:1.3125rem;color:var(--color-text-primary);transition:color .3s ease}.item__tag[data-astro-cid-jp64bdqd]{display:inline-block;padding:.4375rem .875rem;background:var(--color-black);border:1px solid var(--color-gray-dark);border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold)}.item__desc[data-astro-cid-jp64bdqd]{font-size:1.125rem;color:var(--color-text-muted);line-height:1.5}.item__price[data-astro-cid-jp64bdqd]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.5rem,7vw,3.5rem);color:var(--color-gold);flex-shrink:0;line-height:1;display:flex;align-items:flex-start}.item__currency[data-astro-cid-jp64bdqd]{font-size:.5em;margin-left:.125rem;color:var(--color-text-muted)}.suggestions__img[data-astro-cid-jp64bdqd]{margin:0;position:relative;border-radius:var(--radius-lg);overflow:hidden}.suggestions__img[data-astro-cid-jp64bdqd] img[data-astro-cid-jp64bdqd]{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .6s ease}.image__frame[data-astro-cid-jp64bdqd]{position:absolute;inset:0;border:1px solid var(--color-gray-dark);border-radius:var(--radius-lg);pointer-events:none}.suggestions__img[data-astro-cid-jp64bdqd]:hover img[data-astro-cid-jp64bdqd]{transform:scale(1.03)}@media (min-width: 1000px){.suggestions__img[data-astro-cid-jp64bdqd] img[data-astro-cid-jp64bdqd]{min-height:450px;aspect-ratio:auto}}.suggestions__cta[data-astro-cid-jp64bdqd]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:3rem;border-top:1px solid var(--color-gray-dark)}.team[data-astro-cid-vgkztsdu]{padding:clamp(5rem,10vw,8rem) 0;position:relative}.team[data-astro-cid-vgkztsdu]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--color-gray-dark)}.team__grid[data-astro-cid-vgkztsdu]{display:grid;gap:3rem}@media (min-width: 768px){.team__grid[data-astro-cid-vgkztsdu]{grid-template-columns:repeat(2,1fr);gap:4rem}}.member[data-astro-cid-vgkztsdu]{display:flex;flex-direction:column}.member__image[data-astro-cid-vgkztsdu]{position:relative;margin:0 0 1.5rem;border-radius:var(--radius-lg);overflow:hidden}.member__image[data-astro-cid-vgkztsdu] img[data-astro-cid-vgkztsdu]{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.image__frame[data-astro-cid-vgkztsdu]{position:absolute;inset:0;border:1px solid var(--color-gray-dark);border-radius:var(--radius-lg);pointer-events:none;transition:border-color .3s ease}.member__overlay[data-astro-cid-vgkztsdu]{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,12,.8) 0%,transparent 50%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .4s ease}.overlay__role[data-astro-cid-vgkztsdu]{padding:.5rem 1rem;background:var(--color-gold);color:var(--color-black);font-size:.625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border-radius:var(--radius-full)}.member[data-astro-cid-vgkztsdu]:hover .member__image[data-astro-cid-vgkztsdu] img[data-astro-cid-vgkztsdu]{transform:scale(1.05)}.member[data-astro-cid-vgkztsdu]:hover .image__frame[data-astro-cid-vgkztsdu]{border-color:var(--color-gold-dark)}.member[data-astro-cid-vgkztsdu]:hover .member__overlay[data-astro-cid-vgkztsdu]{opacity:1}.member__info[data-astro-cid-vgkztsdu]{display:flex;flex-direction:column;gap:.625rem}.info__meta[data-astro-cid-vgkztsdu]{display:flex;align-items:center;justify-content:space-between}.info__role[data-astro-cid-vgkztsdu]{font-size:.9375rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold)}.info__number[data-astro-cid-vgkztsdu]{font-size:.875rem;font-weight:700;letter-spacing:.1em;color:var(--color-text-muted)}.info__name[data-astro-cid-vgkztsdu]{font-family:Emberly,serif;font-weight:200;font-size:clamp(3.5rem,8vw,5rem);color:var(--color-text-primary);letter-spacing:-.02em;line-height:1}.info__desc[data-astro-cid-vgkztsdu]{font-size:1.1875rem;color:var(--color-text-secondary);line-height:1.6;max-width:400px}@media (hover: none){.member__overlay[data-astro-cid-vgkztsdu]{opacity:1}}@media (prefers-reduced-motion: reduce){.member__image[data-astro-cid-vgkztsdu] img[data-astro-cid-vgkztsdu],.member__overlay[data-astro-cid-vgkztsdu]{transition:none}}.gallery[data-astro-cid-aart36gy]{padding:clamp(3rem,8vw,5rem) 0;position:relative}.gallery[data-astro-cid-aart36gy]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(234,215,154,.15),transparent)}.section-header[data-astro-cid-aart36gy]{text-align:center;margin-bottom:clamp(3.5rem,8vw,6rem)}.header__badge[data-astro-cid-aart36gy]{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:#ead79a0f;border:1px solid rgba(234,215,154,.12);border-radius:100px;margin-bottom:1.75rem}.badge__dot[data-astro-cid-aart36gy]{width:6px;height:6px;background:var(--color-yellow);border-radius:50%}.header__badge[data-astro-cid-aart36gy] span[data-astro-cid-aart36gy]:last-child{font-size:.6875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-yellow)}.header__title[data-astro-cid-aart36gy]{font-family:Emberly,serif;font-weight:200;font-size:clamp(4rem,12vw,8rem);color:var(--color-yellow);letter-spacing:-.03em;line-height:.95;margin-bottom:1.25rem}.header__desc[data-astro-cid-aart36gy]{font-size:clamp(1rem,2.5vw,1.125rem);color:#ffffff8c;max-width:500px;margin:0 auto;line-height:1.7}.gallery__grid[data-astro-cid-aart36gy]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.gallery__grid[data-astro-cid-aart36gy]{gap:1.25rem}}@media (min-width: 768px){.gallery__grid[data-astro-cid-aart36gy]{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.gallery__item[data-astro-cid-aart36gy]{margin:0;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;cursor:pointer;position:relative;border:1px solid rgba(255,255,255,.05);transition:all .5s cubic-bezier(.16,1,.3,1)}.gallery__item[data-astro-cid-aart36gy]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(234,215,154,.2) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.gallery__item[data-astro-cid-aart36gy]:hover:before{opacity:1}.gallery__item[data-astro-cid-aart36gy]:hover{transform:scale(1.02);border-color:#ead79a4d;box-shadow:0 20px 60px #0006,0 0 30px #ead79a1a}.gallery__item--large[data-astro-cid-aart36gy]{grid-column:span 2;aspect-ratio:2/1}@media (max-width: 767px){.gallery__item--large[data-astro-cid-aart36gy]{aspect-ratio:16/9}}.gallery__item[data-astro-cid-aart36gy] img[data-astro-cid-aart36gy]{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gallery__item[data-astro-cid-aart36gy]:hover img[data-astro-cid-aart36gy]{transform:scale(1.08)}@media (hover: none){.gallery__item[data-astro-cid-aart36gy]:hover img[data-astro-cid-aart36gy]{transform:none}}.section-cta[data-astro-cid-aart36gy]{text-align:center;margin-top:clamp(3rem,6vw,5rem)}.btn-instagram[data-astro-cid-aart36gy]{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.75rem;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.16,1,.3,1)}.btn-instagram[data-astro-cid-aart36gy]:hover{transform:translateY(-3px);box-shadow:0 20px 50px #bc188859}@media (prefers-reduced-motion: reduce){.gallery__item[data-astro-cid-aart36gy] img[data-astro-cid-aart36gy],.btn-instagram[data-astro-cid-aart36gy]{transition:none}}.reviews[data-astro-cid-2y72ico2]{padding:clamp(4rem,10vw,7rem) 0;overflow:hidden;position:relative}.reviews[data-astro-cid-2y72ico2]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,rgba(234,215,154,.3))}.reviews__header[data-astro-cid-2y72ico2]{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.header__label[data-astro-cid-2y72ico2]{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-yellow);margin-bottom:1rem}.header__title[data-astro-cid-2y72ico2]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.5rem,7vw,4rem);color:var(--color-yellow);letter-spacing:-.03em;line-height:.95;margin-bottom:.75rem}.header__desc[data-astro-cid-2y72ico2]{font-size:clamp(1rem,2vw,1.125rem);color:#ffffff80;margin-bottom:2rem}.header__rating[data-astro-cid-2y72ico2]{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px}.rating__score[data-astro-cid-2y72ico2]{font-family:Emberly,serif;font-weight:200;font-size:2.75rem;color:var(--color-yellow);line-height:1}.rating__info[data-astro-cid-2y72ico2]{display:flex;flex-direction:column;gap:.375rem;text-align:left}.rating__stars[data-astro-cid-2y72ico2]{display:flex;gap:2px;color:var(--color-yellow)}.rating__source[data-astro-cid-2y72ico2]{font-size:.8125rem;color:#ffffff73}.reviews__carousel[data-astro-cid-2y72ico2]{position:relative;width:100vw;left:50%;transform:translate(-50%);overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.reviews__track[data-astro-cid-2y72ico2]{display:flex;gap:1.25rem;animation:scroll 40s linear infinite;width:max-content;will-change:transform}.reviews__track[data-astro-cid-2y72ico2]:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.review[data-astro-cid-2y72ico2]{flex:0 0 320px;padding:1.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;display:flex;flex-direction:column;gap:1rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.review[data-astro-cid-2y72ico2]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-yellow),transparent);opacity:0;transition:opacity .4s ease}.review[data-astro-cid-2y72ico2]:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(234,215,154,.05) 0%,transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.review[data-astro-cid-2y72ico2]:hover{background:#ffffff0d;border-color:#ead79a26;transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}.review[data-astro-cid-2y72ico2]:hover:before{opacity:1}.review[data-astro-cid-2y72ico2]:hover:after{opacity:1}@media (min-width: 640px){.review[data-astro-cid-2y72ico2]{flex:0 0 360px;padding:2rem}}.review__header[data-astro-cid-2y72ico2]{display:flex;align-items:center;gap:.875rem}.review__avatar[data-astro-cid-2y72ico2]{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--color-yellow) 0%,var(--color-yellow-dark) 100%);color:var(--color-dark);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.review__meta[data-astro-cid-2y72ico2]{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.review__name[data-astro-cid-2y72ico2]{font-weight:700;color:#fff;font-size:1rem}.review__date[data-astro-cid-2y72ico2]{font-size:.8125rem;color:#fff6}.review__google[data-astro-cid-2y72ico2]{color:#ffffff40;flex-shrink:0}.review__stars[data-astro-cid-2y72ico2]{display:flex;gap:3px;color:var(--color-yellow)}.review__text[data-astro-cid-2y72ico2]{font-size:1rem;color:#ffffffa6;line-height:1.7;flex:1;margin:0;font-style:normal}.reviews__cta[data-astro-cid-2y72ico2]{text-align:center;margin-top:2.5rem}.cta-btn[data-astro-cid-2y72ico2]{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;background:transparent;color:var(--color-white);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1.5px solid rgba(255,255,255,.15);border-radius:50px;transition:all .35s ease}.cta-btn[data-astro-cid-2y72ico2]:hover{border-color:var(--color-yellow);color:var(--color-yellow);background:#ead79a14}.cta-btn[data-astro-cid-2y72ico2] svg[data-astro-cid-2y72ico2]{transition:transform .3s ease}.cta-btn[data-astro-cid-2y72ico2]:hover svg[data-astro-cid-2y72ico2]{transform:translate(2px,-2px)}@media (prefers-reduced-motion: reduce){.reviews__track[data-astro-cid-2y72ico2]{animation:none}}.instagram[data-astro-cid-4osis6t4]{padding:clamp(3rem,8vw,5rem) 0;position:relative}.instagram[data-astro-cid-4osis6t4]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(240,148,51,.2),rgba(188,24,136,.2),transparent)}.instagram__wrapper[data-astro-cid-4osis6t4]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(3rem,8vw,5rem) clamp(2rem,5vw,4rem);background:linear-gradient(135deg,#f094331f,#bc18881f);border:1px solid rgba(240,148,51,.2);border-radius:28px;position:relative;overflow:hidden}.instagram__wrapper[data-astro-cid-4osis6t4]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(240,148,51,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(188,24,136,.15) 0%,transparent 50%);pointer-events:none}.instagram__wrapper[data-astro-cid-4osis6t4]:after{content:"";position:absolute;inset:0;border:1px solid transparent;border-radius:28px;background:linear-gradient(135deg,#f094334d,#bc18884d) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .4s ease}.instagram__wrapper[data-astro-cid-4osis6t4]:hover:after{opacity:1}.instagram__icon[data-astro-cid-4osis6t4]{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:24px;color:#fff;margin-bottom:2rem;position:relative;z-index:1;transition:transform .4s cubic-bezier(.16,1,.3,1)}.instagram__wrapper[data-astro-cid-4osis6t4]:hover .instagram__icon[data-astro-cid-4osis6t4]{transform:scale(1.1) rotate(5deg)}.instagram__content[data-astro-cid-4osis6t4]{max-width:550px;margin-bottom:2.5rem;position:relative;z-index:1}.content__label[data-astro-cid-4osis6t4]{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem}.content__title[data-astro-cid-4osis6t4]{font-family:Emberly,serif;font-weight:200;font-size:clamp(3rem,10vw,5rem);color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:1rem}.content__desc[data-astro-cid-4osis6t4]{font-size:clamp(1rem,2.5vw,1.125rem);color:#fff9;line-height:1.7}.instagram__stats[data-astro-cid-4osis6t4]{display:flex;justify-content:center;gap:4rem;margin-bottom:2.5rem;padding:1.5rem 3rem;background:#0003;border-radius:16px;position:relative;z-index:1}.stat[data-astro-cid-4osis6t4]{display:flex;flex-direction:column;gap:.375rem}.stat__value[data-astro-cid-4osis6t4]{font-family:Emberly,serif;font-weight:200;font-size:clamp(2.5rem,6vw,3.5rem);color:#fff;line-height:1}.stat__label[data-astro-cid-4osis6t4]{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73}.instagram__btn[data-astro-cid-4osis6t4]{display:inline-flex;align-items:center;gap:.875rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:50px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;z-index:1}.instagram__btn[data-astro-cid-4osis6t4]:hover{transform:translateY(-4px);box-shadow:0 25px 60px #bc188880}.home[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column}.home[data-astro-cid-j7pv25f6]>section{margin-bottom:0}.home[data-astro-cid-j7pv25f6]>section:not(:first-child){margin-top:clamp(-1rem,-2vw,-.5rem)}
